@progress/kendo-themes-html 7.1.1-dev.0 → 7.2.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (279) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +2 -0
  2. package/dist/cjs/autocomplete/tests/autocomplete-prefix-suffix.js +863 -778
  3. package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +863 -778
  4. package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +2 -0
  5. package/dist/cjs/dropdowngrid/templates/dropdowngrid-adaptive.js +2 -0
  6. package/dist/cjs/dropdowngrid/templates/dropdowngrid-normal.js +2 -0
  7. package/dist/cjs/dropdowngrid/templates/dropdowngrid-popup.js +2 -0
  8. package/dist/cjs/dropdowngrid/templates/dropdowngrid-prefix.js +2 -0
  9. package/dist/cjs/dropdowngrid/templates/dropdowngrid-suffix.js +2 -0
  10. package/dist/cjs/dropdowngrid/tests/dropdowngrid-adaptive.js +2 -0
  11. package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +2 -0
  12. package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +2 -0
  13. package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +2 -0
  14. package/dist/cjs/dropdowngrid/tests/dropdowngrid-prefix-suffix.js +2 -0
  15. package/dist/cjs/dropdowngrid/tests/dropdowngrid-size-rounded.js +2 -0
  16. package/dist/cjs/dropdowngrid/tests/dropdowngrid-solid.js +2 -0
  17. package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +2 -0
  18. package/dist/cjs/filemanager/templates/filemanager-grid.js +2 -0
  19. package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +763 -678
  20. package/dist/cjs/filemanager/tests/filemanager-gridview.js +2 -0
  21. package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +717 -632
  22. package/dist/cjs/form/tests/form-field-dropdowns.js +862 -777
  23. package/dist/cjs/grid/grid-container.spec.js +46 -0
  24. package/dist/cjs/grid/grid-content.spec.js +46 -0
  25. package/dist/cjs/grid/grid-footer-table.spec.js +283 -0
  26. package/dist/cjs/grid/grid-footer.spec.js +46 -0
  27. package/dist/cjs/grid/grid-grouping-header.spec.js +57 -0
  28. package/dist/cjs/grid/grid-header-cell.spec.js +4446 -0
  29. package/dist/cjs/grid/grid-header-table.spec.js +283 -0
  30. package/dist/cjs/grid/grid-header.spec.js +46 -0
  31. package/dist/cjs/grid/grid-pager.spec.js +6058 -0
  32. package/dist/cjs/grid/grid-table.spec.js +283 -0
  33. package/dist/cjs/grid/grid-toolbar.spec.js +7876 -0
  34. package/dist/cjs/grid/grid.spec.js +120 -0
  35. package/dist/cjs/grid/tests/grid-adaptive-pager.js +2740 -380
  36. package/dist/cjs/grid/tests/grid-adaptive-search.js +1745 -1203
  37. package/dist/cjs/grid/tests/grid-angular.js +3787 -1267
  38. package/dist/cjs/grid/tests/grid-column-menu-angular.js +4095 -115
  39. package/dist/cjs/grid/tests/grid-column-menu-blazor.js +4095 -116
  40. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +1484 -1280
  41. package/dist/cjs/grid/tests/grid-column-reordering.js +1489 -1285
  42. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +2119 -1915
  43. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1107 -869
  44. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +1972 -1218
  45. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +1959 -1201
  46. package/dist/cjs/grid/tests/grid-editing.js +1391 -635
  47. package/dist/cjs/grid/tests/grid-filter-menu-angular.js +4092 -100
  48. package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +4089 -101
  49. package/dist/cjs/grid/tests/grid-filter-row-angular.js +1327 -576
  50. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +1313 -554
  51. package/dist/cjs/grid/tests/grid-filter-row.js +1496 -59
  52. package/dist/cjs/grid/tests/grid-grouping-actions.js +1450 -1246
  53. package/dist/cjs/grid/tests/grid-grouping-blazor.js +4162 -141
  54. package/dist/cjs/grid/tests/grid-grouping-detail-template.js +4297 -288
  55. package/dist/cjs/grid/tests/grid-grouping.js +2725 -1934
  56. package/dist/cjs/grid/tests/grid-hierarchy.js +4333 -43
  57. package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +4365 -207
  58. package/dist/cjs/grid/tests/grid-locked-columns.js +4563 -424
  59. package/dist/cjs/grid/tests/grid-long-titles.js +4315 -124
  60. package/dist/cjs/grid/tests/grid-multicolumn-headers.js +4407 -135
  61. package/dist/cjs/grid/tests/grid-no-records.js +8627 -48
  62. package/dist/cjs/grid/tests/grid-pager.js +3120 -550
  63. package/dist/cjs/grid/tests/grid-react-basic.js +8500 -128
  64. package/dist/cjs/grid/tests/grid-react.js +4516 -190
  65. package/dist/cjs/grid/tests/grid-row-reordering.js +1711 -1499
  66. package/dist/cjs/grid/tests/grid-rows-resizing.js +2066 -1308
  67. package/dist/cjs/grid/tests/grid-rows-states.js +8369 -105
  68. package/dist/cjs/grid/tests/grid-rtl-angular.js +3987 -1430
  69. package/dist/cjs/grid/tests/grid-rtl.js +4028 -1469
  70. package/dist/cjs/grid/tests/grid-selection-aggregates.js +3318 -742
  71. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +2038 -1537
  72. package/dist/cjs/grid/tests/grid-size-sm.js +1447 -946
  73. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +4118 -1505
  74. package/dist/cjs/grid/tests/grid-sticky-columns.js +4445 -177
  75. package/dist/cjs/grid/tests/grid-sticky-multicolumn-headers.js +8571 -53
  76. package/dist/cjs/grid/tests/grid-toolbar.js +1896 -1349
  77. package/dist/cjs/grid/tests/grid-virtualization.js +8968 -450
  78. package/dist/cjs/grid/tests/grid.js +4055 -1496
  79. package/dist/cjs/index.js +2442 -2148
  80. package/dist/cjs/multiselect/templates/multiselect-prefix.js +838 -753
  81. package/dist/cjs/multiselect/templates/multiselect-suffix.js +838 -753
  82. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +844 -759
  83. package/dist/cjs/multiselect/tests/multiselect-flat.js +868 -783
  84. package/dist/cjs/multiselect/tests/multiselect-grouping.js +844 -759
  85. package/dist/cjs/multiselect/tests/multiselect-opened.js +846 -761
  86. package/dist/cjs/multiselect/tests/multiselect-outline.js +868 -783
  87. package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +875 -790
  88. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +847 -762
  89. package/dist/cjs/multiselect/tests/multiselect-solid.js +868 -783
  90. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +877 -792
  91. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +891 -806
  92. package/dist/cjs/table/table-th.js +2 -0
  93. package/dist/cjs/table/templates/data-table-normal.js +2 -0
  94. package/dist/cjs/table/templates/table-list-virtualization.js +2 -0
  95. package/dist/cjs/table/templates/table-list.js +2 -0
  96. package/dist/cjs/table/templates/table-native.js +2 -0
  97. package/dist/cjs/table/tests/table-data-sizes.js +2 -0
  98. package/dist/cjs/table/tests/table-list-jquery.js +2 -0
  99. package/dist/cjs/table/tests/table-list-sizes.js +2 -0
  100. package/dist/cjs/table/tests/table-list-virtual.js +2 -0
  101. package/dist/cjs/table/tests/table-native-sizes.js +2 -0
  102. package/dist/cjs/table/tests/table-native-states.js +2 -0
  103. package/dist/esm/action-sheet/tests/action-sheet-data-table.js +2 -0
  104. package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +863 -778
  105. package/dist/esm/combobox/tests/combobox-prefix-suffix.js +863 -778
  106. package/dist/esm/dropdowngrid/dropdowngrid.spec.js +2 -0
  107. package/dist/esm/dropdowngrid/templates/dropdowngrid-adaptive.js +2 -0
  108. package/dist/esm/dropdowngrid/templates/dropdowngrid-normal.js +2 -0
  109. package/dist/esm/dropdowngrid/templates/dropdowngrid-popup.js +2 -0
  110. package/dist/esm/dropdowngrid/templates/dropdowngrid-prefix.js +2 -0
  111. package/dist/esm/dropdowngrid/templates/dropdowngrid-suffix.js +2 -0
  112. package/dist/esm/dropdowngrid/tests/dropdowngrid-adaptive.js +2 -0
  113. package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +2 -0
  114. package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +2 -0
  115. package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +2 -0
  116. package/dist/esm/dropdowngrid/tests/dropdowngrid-prefix-suffix.js +2 -0
  117. package/dist/esm/dropdowngrid/tests/dropdowngrid-size-rounded.js +2 -0
  118. package/dist/esm/dropdowngrid/tests/dropdowngrid-solid.js +2 -0
  119. package/dist/esm/filemanager/templates/filemanager-grid-preview.js +2 -0
  120. package/dist/esm/filemanager/templates/filemanager-grid.js +2 -0
  121. package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +763 -678
  122. package/dist/esm/filemanager/tests/filemanager-gridview.js +2 -0
  123. package/dist/esm/filemanager/tests/filemanager-listview-preview.js +717 -632
  124. package/dist/esm/form/tests/form-field-dropdowns.js +862 -777
  125. package/dist/esm/grid/grid-container.spec.js +24 -0
  126. package/dist/esm/grid/grid-content.spec.js +24 -0
  127. package/dist/esm/grid/grid-footer-table.spec.js +261 -0
  128. package/dist/esm/grid/grid-footer.spec.js +24 -0
  129. package/dist/esm/grid/grid-grouping-header.spec.js +35 -0
  130. package/dist/esm/grid/grid-header-cell.spec.js +4430 -0
  131. package/dist/esm/grid/grid-header-table.spec.js +261 -0
  132. package/dist/esm/grid/grid-header.spec.js +24 -0
  133. package/dist/esm/grid/grid-pager.spec.js +6042 -0
  134. package/dist/esm/grid/grid-table.spec.js +261 -0
  135. package/dist/esm/grid/grid-toolbar.spec.js +7860 -0
  136. package/dist/esm/grid/grid.spec.js +98 -0
  137. package/dist/esm/grid/tests/grid-adaptive-pager.js +2740 -380
  138. package/dist/esm/grid/tests/grid-adaptive-search.js +1865 -1323
  139. package/dist/esm/grid/tests/grid-angular.js +3831 -1311
  140. package/dist/esm/grid/tests/grid-column-menu-angular.js +4095 -115
  141. package/dist/esm/grid/tests/grid-column-menu-blazor.js +4095 -116
  142. package/dist/esm/grid/tests/grid-column-reordering-actions.js +2314 -2110
  143. package/dist/esm/grid/tests/grid-column-reordering.js +2320 -2116
  144. package/dist/esm/grid/tests/grid-column-resizing-actions.js +2863 -2659
  145. package/dist/esm/grid/tests/grid-editing-custom-editor.js +1107 -869
  146. package/dist/esm/grid/tests/grid-editing-inline-angular.js +1905 -1151
  147. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +1914 -1156
  148. package/dist/esm/grid/tests/grid-editing.js +1391 -635
  149. package/dist/esm/grid/tests/grid-filter-menu-angular.js +4092 -100
  150. package/dist/esm/grid/tests/grid-filter-menu-blazor.js +4089 -101
  151. package/dist/esm/grid/tests/grid-filter-row-angular.js +1327 -576
  152. package/dist/esm/grid/tests/grid-filter-row-blazor.js +1313 -554
  153. package/dist/esm/grid/tests/grid-filter-row.js +1496 -59
  154. package/dist/esm/grid/tests/grid-grouping-actions.js +2280 -2076
  155. package/dist/esm/grid/tests/grid-grouping-blazor.js +4162 -141
  156. package/dist/esm/grid/tests/grid-grouping-detail-template.js +4297 -288
  157. package/dist/esm/grid/tests/grid-grouping.js +2679 -1888
  158. package/dist/esm/grid/tests/grid-hierarchy.js +4333 -43
  159. package/dist/esm/grid/tests/grid-locked-columns-rtl.js +4366 -208
  160. package/dist/esm/grid/tests/grid-locked-columns.js +4564 -425
  161. package/dist/esm/grid/tests/grid-long-titles.js +4316 -125
  162. package/dist/esm/grid/tests/grid-multicolumn-headers.js +4407 -135
  163. package/dist/esm/grid/tests/grid-no-records.js +8632 -49
  164. package/dist/esm/grid/tests/grid-pager.js +3139 -569
  165. package/dist/esm/grid/tests/grid-react-basic.js +8506 -128
  166. package/dist/esm/grid/tests/grid-react.js +4516 -190
  167. package/dist/esm/grid/tests/grid-row-reordering.js +1385 -1173
  168. package/dist/esm/grid/tests/grid-rows-resizing.js +2145 -1387
  169. package/dist/esm/grid/tests/grid-rows-states.js +8375 -105
  170. package/dist/esm/grid/tests/grid-rtl-angular.js +3974 -1417
  171. package/dist/esm/grid/tests/grid-rtl.js +4022 -1463
  172. package/dist/esm/grid/tests/grid-selection-aggregates.js +3143 -567
  173. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +2100 -1599
  174. package/dist/esm/grid/tests/grid-size-sm.js +1513 -1012
  175. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +4113 -1500
  176. package/dist/esm/grid/tests/grid-sticky-columns.js +4445 -177
  177. package/dist/esm/grid/tests/grid-sticky-multicolumn-headers.js +8576 -54
  178. package/dist/esm/grid/tests/grid-toolbar.js +1906 -1359
  179. package/dist/esm/grid/tests/grid-virtualization.js +8975 -451
  180. package/dist/esm/grid/tests/grid.js +4052 -1493
  181. package/dist/esm/index.js +2442 -2148
  182. package/dist/esm/multiselect/templates/multiselect-prefix.js +838 -753
  183. package/dist/esm/multiselect/templates/multiselect-suffix.js +838 -753
  184. package/dist/esm/multiselect/tests/multiselect-adaptive.js +844 -759
  185. package/dist/esm/multiselect/tests/multiselect-flat.js +868 -783
  186. package/dist/esm/multiselect/tests/multiselect-grouping.js +844 -759
  187. package/dist/esm/multiselect/tests/multiselect-opened.js +846 -761
  188. package/dist/esm/multiselect/tests/multiselect-outline.js +868 -783
  189. package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +875 -790
  190. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +847 -762
  191. package/dist/esm/multiselect/tests/multiselect-solid.js +868 -783
  192. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +877 -792
  193. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +891 -806
  194. package/dist/esm/table/table-th.js +2 -0
  195. package/dist/esm/table/templates/data-table-normal.js +2 -0
  196. package/dist/esm/table/templates/table-list-virtualization.js +2 -0
  197. package/dist/esm/table/templates/table-list.js +2 -0
  198. package/dist/esm/table/templates/table-native.js +2 -0
  199. package/dist/esm/table/tests/table-data-sizes.js +2 -0
  200. package/dist/esm/table/tests/table-list-jquery.js +2 -0
  201. package/dist/esm/table/tests/table-list-sizes.js +2 -0
  202. package/dist/esm/table/tests/table-list-virtual.js +2 -0
  203. package/dist/esm/table/tests/table-native-sizes.js +2 -0
  204. package/dist/esm/table/tests/table-native-states.js +2 -0
  205. package/dist/types/grid/grid-container.spec.d.ts +1 -0
  206. package/dist/types/grid/grid-content.spec.d.ts +1 -0
  207. package/dist/types/grid/grid-footer-table.spec.d.ts +3 -0
  208. package/dist/types/grid/grid-footer.spec.d.ts +1 -0
  209. package/dist/types/grid/grid-grouping-header.spec.d.ts +5 -0
  210. package/dist/types/grid/grid-header-cell.spec.d.ts +17 -0
  211. package/dist/types/grid/grid-header-table.spec.d.ts +3 -0
  212. package/dist/types/grid/grid-header.spec.d.ts +1 -0
  213. package/dist/types/grid/grid-pager.spec.d.ts +2 -0
  214. package/dist/types/grid/grid-table.spec.d.ts +3 -0
  215. package/dist/types/grid/grid-toolbar.spec.d.ts +2 -0
  216. package/dist/types/grid/grid.spec.d.ts +28 -0
  217. package/dist/types/grid/index.d.ts +12 -0
  218. package/dist/types/index.d.ts +1 -0
  219. package/dist/types/table/table-th.d.ts +1 -0
  220. package/package.json +2 -2
  221. package/src/grid/grid-container.spec.tsx +17 -0
  222. package/src/grid/grid-content.spec.tsx +16 -0
  223. package/src/grid/grid-footer-table.spec.tsx +20 -0
  224. package/src/grid/grid-footer.spec.tsx +17 -0
  225. package/src/grid/grid-grouping-header.spec.tsx +33 -0
  226. package/src/grid/grid-header-cell.spec.tsx +104 -0
  227. package/src/grid/grid-header-table.spec.tsx +20 -0
  228. package/src/grid/grid-header.spec.tsx +19 -0
  229. package/src/grid/grid-pager.spec.tsx +19 -0
  230. package/src/grid/grid-table.spec.tsx +20 -0
  231. package/src/grid/grid-toolbar.spec.tsx +19 -0
  232. package/src/grid/grid.spec.tsx +67 -0
  233. package/src/grid/index.ts +12 -0
  234. package/src/grid/tests/grid-adaptive-pager.tsx +9 -7
  235. package/src/grid/tests/grid-adaptive-search.tsx +11 -9
  236. package/src/grid/tests/grid-angular.tsx +154 -237
  237. package/src/grid/tests/grid-column-menu-angular.tsx +150 -181
  238. package/src/grid/tests/grid-column-menu-blazor.tsx +121 -189
  239. package/src/grid/tests/grid-column-reordering-actions.tsx +60 -97
  240. package/src/grid/tests/grid-column-reordering.tsx +60 -99
  241. package/src/grid/tests/grid-column-resizing-actions.tsx +60 -97
  242. package/src/grid/tests/grid-editing-custom-editor.tsx +168 -201
  243. package/src/grid/tests/grid-editing-inline-angular.tsx +132 -140
  244. package/src/grid/tests/grid-editing-inline-blazor.tsx +97 -118
  245. package/src/grid/tests/grid-editing.tsx +133 -163
  246. package/src/grid/tests/grid-filter-menu-angular.tsx +171 -174
  247. package/src/grid/tests/grid-filter-menu-blazor.tsx +114 -171
  248. package/src/grid/tests/grid-filter-row-angular.tsx +171 -182
  249. package/src/grid/tests/grid-filter-row-blazor.tsx +116 -153
  250. package/src/grid/tests/grid-filter-row.tsx +110 -109
  251. package/src/grid/tests/grid-grouping-actions.tsx +60 -98
  252. package/src/grid/tests/grid-grouping-blazor.tsx +162 -241
  253. package/src/grid/tests/grid-grouping-detail-template.tsx +383 -375
  254. package/src/grid/tests/grid-grouping.tsx +195 -293
  255. package/src/grid/tests/grid-hierarchy.tsx +82 -93
  256. package/src/grid/tests/grid-locked-columns-rtl.tsx +224 -312
  257. package/src/grid/tests/grid-locked-columns.tsx +414 -572
  258. package/src/grid/tests/grid-long-titles.tsx +122 -210
  259. package/src/grid/tests/grid-multicolumn-headers.tsx +114 -208
  260. package/src/grid/tests/grid-no-records.tsx +60 -82
  261. package/src/grid/tests/grid-pager.tsx +144 -197
  262. package/src/grid/tests/grid-react-basic.tsx +138 -172
  263. package/src/grid/tests/grid-react.tsx +224 -235
  264. package/src/grid/tests/grid-row-reordering.tsx +69 -104
  265. package/src/grid/tests/grid-rows-resizing.tsx +130 -159
  266. package/src/grid/tests/grid-rows-states.tsx +106 -104
  267. package/src/grid/tests/grid-rtl-angular.tsx +114 -168
  268. package/src/grid/tests/grid-rtl.tsx +104 -149
  269. package/src/grid/tests/grid-selection-aggregates.tsx +96 -115
  270. package/src/grid/tests/grid-size-sm-comp-sm.tsx +239 -323
  271. package/src/grid/tests/grid-size-sm.tsx +239 -326
  272. package/src/grid/tests/grid-sticky-columns-rtl.tsx +112 -140
  273. package/src/grid/tests/grid-sticky-columns.tsx +208 -312
  274. package/src/grid/tests/grid-sticky-multicolumn-headers.tsx +52 -159
  275. package/src/grid/tests/grid-toolbar.tsx +43 -43
  276. package/src/grid/tests/grid-virtualization.tsx +614 -758
  277. package/src/grid/tests/grid.tsx +141 -196
  278. package/src/index.ts +1 -1
  279. package/src/table/table-th.tsx +3 -0
@@ -10588,6 +10588,7 @@ var TableTh = (props) => {
10588
10588
  const {
10589
10589
  text,
10590
10590
  colspan,
10591
+ rowspan,
10591
10592
  ...other
10592
10593
  } = props;
10593
10594
  const textOrChildren = text ? text : props.children;
@@ -10595,6 +10596,7 @@ var TableTh = (props) => {
10595
10596
  "th",
10596
10597
  {
10597
10598
  colSpan: colspan,
10599
+ rowSpan: rowspan,
10598
10600
  ...other,
10599
10601
  className: classNames(
10600
10602
  props.className,
@@ -14120,15 +14122,98 @@ TileLayoutItemHint.defaultProps = defaultProps110;
14120
14122
  // src/tilelayout/templates/tilelayout-normal.tsx
14121
14123
  import { jsx as jsx369 } from "react/jsx-runtime";
14122
14124
 
14125
+ // src/grid/grid.spec.tsx
14126
+ import { jsx as jsx370, jsxs as jsxs145 } from "react/jsx-runtime";
14127
+ var GRID_CLASSNAME = "k-grid";
14128
+ var states121 = [];
14129
+ var options112 = {
14130
+ size: [Size.small, Size.medium, Size.large]
14131
+ };
14132
+ var defaultProps111 = {
14133
+ size: Size.medium,
14134
+ pagerPosition: "bottom"
14135
+ };
14136
+ var Grid = (props) => {
14137
+ const {
14138
+ size = defaultProps111.size,
14139
+ toolbar,
14140
+ pager,
14141
+ pagerPosition,
14142
+ groupingHeader,
14143
+ _renderAriaRoot,
14144
+ ...other
14145
+ } = props;
14146
+ return /* @__PURE__ */ jsxs145(
14147
+ "div",
14148
+ {
14149
+ ...other,
14150
+ className: classNames(
14151
+ props.className,
14152
+ GRID_CLASSNAME,
14153
+ optionClassNames(GRID_CLASSNAME, { size })
14154
+ ),
14155
+ children: [
14156
+ toolbar,
14157
+ pagerPosition === "top" && pager,
14158
+ groupingHeader,
14159
+ props.children && _renderAriaRoot ? /* @__PURE__ */ jsx370("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
14160
+ pagerPosition === "bottom" && pager
14161
+ ]
14162
+ }
14163
+ );
14164
+ };
14165
+ Grid.states = states121;
14166
+ Grid.options = options112;
14167
+ Grid.className = GRID_CLASSNAME;
14168
+ Grid.defaultProps = defaultProps111;
14169
+
14170
+ // src/grid/grid-header.spec.tsx
14171
+ import { jsx as jsx371 } from "react/jsx-runtime";
14172
+
14173
+ // src/grid/grid-grouping-header.spec.tsx
14174
+ import { jsx as jsx372, jsxs as jsxs146 } from "react/jsx-runtime";
14175
+
14176
+ // src/grid/grid-header-table.spec.tsx
14177
+ import { jsx as jsx373 } from "react/jsx-runtime";
14178
+
14179
+ // src/grid/grid-header-cell.spec.tsx
14180
+ import { jsx as jsx374, jsxs as jsxs147 } from "react/jsx-runtime";
14181
+ var states122 = [
14182
+ States.hover,
14183
+ States.focus,
14184
+ States.active
14185
+ ];
14186
+
14187
+ // src/grid/grid-container.spec.tsx
14188
+ import { jsx as jsx375 } from "react/jsx-runtime";
14189
+
14190
+ // src/grid/grid-content.spec.tsx
14191
+ import { jsx as jsx376 } from "react/jsx-runtime";
14192
+
14193
+ // src/grid/grid-table.spec.tsx
14194
+ import { jsx as jsx377 } from "react/jsx-runtime";
14195
+
14196
+ // src/grid/grid-footer.spec.tsx
14197
+ import { jsx as jsx378 } from "react/jsx-runtime";
14198
+
14199
+ // src/grid/grid-footer-table.spec.tsx
14200
+ import { jsx as jsx379 } from "react/jsx-runtime";
14201
+
14202
+ // src/grid/grid-pager.spec.tsx
14203
+ import { jsx as jsx380 } from "react/jsx-runtime";
14204
+
14205
+ // src/grid/grid-toolbar.spec.tsx
14206
+ import { jsx as jsx381 } from "react/jsx-runtime";
14207
+
14123
14208
  // src/listview/listview.spec.tsx
14124
- import { Fragment as Fragment105, jsx as jsx370, jsxs as jsxs145 } from "react/jsx-runtime";
14209
+ import { Fragment as Fragment105, jsx as jsx382, jsxs as jsxs148 } from "react/jsx-runtime";
14125
14210
  var LISTVIEW_CLASSNAME = `k-listview`;
14126
- var states121 = [
14211
+ var states123 = [
14127
14212
  States.loading,
14128
14213
  States.disabled
14129
14214
  ];
14130
- var options112 = {};
14131
- var defaultProps111 = {
14215
+ var options113 = {};
14216
+ var defaultProps112 = {
14132
14217
  pagerPosition: "bottom",
14133
14218
  layout: "flex",
14134
14219
  flexDirection: "row"
@@ -14138,23 +14223,23 @@ var ListView = (props) => {
14138
14223
  header,
14139
14224
  footer,
14140
14225
  pageable,
14141
- pagerPosition = defaultProps111.pagerPosition,
14226
+ pagerPosition = defaultProps112.pagerPosition,
14142
14227
  bordered,
14143
- layout = defaultProps111.layout,
14144
- flexDirection = defaultProps111.flexDirection,
14228
+ layout = defaultProps112.layout,
14229
+ flexDirection = defaultProps112.flexDirection,
14145
14230
  flexWrap,
14146
14231
  gridColumns,
14147
14232
  loading,
14148
14233
  disabled,
14149
14234
  ...other
14150
14235
  } = props;
14151
- const pager = /* @__PURE__ */ jsx370(Pager, { className: `k-listview-pager k-listview-pager-${pagerPosition}` });
14152
- const loader = /* @__PURE__ */ jsx370(Fragment105, { children: /* @__PURE__ */ jsxs145("div", { className: "k-loading-mask k-opaque", style: { height: "100%", width: "100%" }, children: [
14153
- /* @__PURE__ */ jsx370("span", { className: "k-loading-text", children: "Loading..." }),
14154
- /* @__PURE__ */ jsx370("div", { className: "k-loading-image" }),
14155
- /* @__PURE__ */ jsx370("div", { className: "k-loading-color" })
14236
+ const pager = /* @__PURE__ */ jsx382(Pager, { className: `k-listview-pager k-listview-pager-${pagerPosition}` });
14237
+ const loader = /* @__PURE__ */ jsx382(Fragment105, { children: /* @__PURE__ */ jsxs148("div", { className: "k-loading-mask k-opaque", style: { height: "100%", width: "100%" }, children: [
14238
+ /* @__PURE__ */ jsx382("span", { className: "k-loading-text", children: "Loading..." }),
14239
+ /* @__PURE__ */ jsx382("div", { className: "k-loading-image" }),
14240
+ /* @__PURE__ */ jsx382("div", { className: "k-loading-color" })
14156
14241
  ] }) });
14157
- return /* @__PURE__ */ jsxs145(
14242
+ return /* @__PURE__ */ jsxs148(
14158
14243
  "div",
14159
14244
  {
14160
14245
  ...other,
@@ -14171,8 +14256,8 @@ var ListView = (props) => {
14171
14256
  ),
14172
14257
  children: [
14173
14258
  pageable && pagerPosition === "top" && pager,
14174
- header && /* @__PURE__ */ jsx370("div", { className: "k-listview-header", children: "Header" }),
14175
- /* @__PURE__ */ jsxs145("div", { className: classNames(
14259
+ header && /* @__PURE__ */ jsx382("div", { className: "k-listview-header", children: "Header" }),
14260
+ /* @__PURE__ */ jsxs148("div", { className: classNames(
14176
14261
  "k-listview-content",
14177
14262
  {
14178
14263
  [`k-d-${layout}`]: layout,
@@ -14184,33 +14269,33 @@ var ListView = (props) => {
14184
14269
  loading && loader,
14185
14270
  props.children
14186
14271
  ] }),
14187
- footer && /* @__PURE__ */ jsx370("div", { className: "k-listview-footer", children: "Footer" }),
14272
+ footer && /* @__PURE__ */ jsx382("div", { className: "k-listview-footer", children: "Footer" }),
14188
14273
  pageable && pagerPosition === "bottom" && pager
14189
14274
  ]
14190
14275
  }
14191
14276
  );
14192
14277
  };
14193
- ListView.states = states121;
14194
- ListView.options = options112;
14278
+ ListView.states = states123;
14279
+ ListView.options = options113;
14195
14280
  ListView.className = LISTVIEW_CLASSNAME;
14196
- ListView.defaultProps = defaultProps111;
14281
+ ListView.defaultProps = defaultProps112;
14197
14282
 
14198
14283
  // src/listview/listview-item.spec.tsx
14199
- import { jsx as jsx371 } from "react/jsx-runtime";
14284
+ import { jsx as jsx383 } from "react/jsx-runtime";
14200
14285
  var LISTVIEWITEM_CLASSNAME = `k-listview-item`;
14201
- var states122 = [
14286
+ var states124 = [
14202
14287
  States.focus,
14203
14288
  States.selected
14204
14289
  ];
14205
- var options113 = {};
14206
- var defaultProps112 = {};
14290
+ var options114 = {};
14291
+ var defaultProps113 = {};
14207
14292
  var ListViewItem = (props) => {
14208
14293
  const {
14209
14294
  focus,
14210
14295
  selected,
14211
14296
  ...other
14212
14297
  } = props;
14213
- return /* @__PURE__ */ jsx371(
14298
+ return /* @__PURE__ */ jsx383(
14214
14299
  "div",
14215
14300
  {
14216
14301
  ...other,
@@ -14226,129 +14311,129 @@ var ListViewItem = (props) => {
14226
14311
  }
14227
14312
  );
14228
14313
  };
14229
- ListViewItem.states = states122;
14230
- ListViewItem.options = options113;
14314
+ ListViewItem.states = states124;
14315
+ ListViewItem.options = options114;
14231
14316
  ListViewItem.className = LISTVIEWITEM_CLASSNAME;
14232
- ListViewItem.defaultProps = defaultProps112;
14317
+ ListViewItem.defaultProps = defaultProps113;
14233
14318
 
14234
14319
  // src/listview/templates/listview-normal.tsx
14235
- import { Fragment as Fragment106, jsx as jsx372, jsxs as jsxs146 } from "react/jsx-runtime";
14320
+ import { Fragment as Fragment106, jsx as jsx384, jsxs as jsxs149 } from "react/jsx-runtime";
14236
14321
 
14237
14322
  // src/filter/filter-preview.tsx
14238
- import { jsx as jsx373 } from "react/jsx-runtime";
14323
+ import { jsx as jsx385 } from "react/jsx-runtime";
14239
14324
  var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
14240
- var states123 = [];
14241
- var options114 = {};
14242
- var defaultProps113 = {};
14325
+ var states125 = [];
14326
+ var options115 = {};
14327
+ var defaultProps114 = {};
14243
14328
  var FilterPreview = (props) => {
14244
14329
  const { fields } = props;
14245
14330
  const expressionPreview = [];
14246
14331
  if (fields) {
14247
14332
  fields.map(({ name, value }) => {
14248
14333
  expressionPreview.push(
14249
- /* @__PURE__ */ jsx373("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14334
+ /* @__PURE__ */ jsx385("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14250
14335
  );
14251
14336
  });
14252
14337
  }
14253
- return /* @__PURE__ */ jsx373("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14338
+ return /* @__PURE__ */ jsx385("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14254
14339
  };
14255
- FilterPreview.states = states123;
14256
- FilterPreview.options = options114;
14257
- FilterPreview.defaultProps = defaultProps113;
14340
+ FilterPreview.states = states125;
14341
+ FilterPreview.options = options115;
14342
+ FilterPreview.defaultProps = defaultProps114;
14258
14343
  FilterPreview.className = FILTER_PREVIEW_CLASSNAME;
14259
14344
 
14260
14345
  // src/filter/filter.spec.tsx
14261
- import { Fragment as Fragment107, jsx as jsx374, jsxs as jsxs147 } from "react/jsx-runtime";
14346
+ import { Fragment as Fragment107, jsx as jsx386, jsxs as jsxs150 } from "react/jsx-runtime";
14262
14347
  var FILTER_CLASSNAME = "k-filter";
14263
- var states124 = [];
14264
- var options115 = {};
14265
- var defaultProps114 = {};
14348
+ var states126 = [];
14349
+ var options116 = {};
14350
+ var defaultProps115 = {};
14266
14351
  var Filter = (props) => {
14267
14352
  const {
14268
14353
  children,
14269
14354
  showApplyButton
14270
14355
  } = props;
14271
14356
  const filterChildren = [];
14272
- let expressionPreview = /* @__PURE__ */ jsx374(Fragment107, {});
14357
+ let expressionPreview = /* @__PURE__ */ jsx386(Fragment107, {});
14273
14358
  if (children) {
14274
14359
  if (Array.isArray(children)) {
14275
14360
  children.map((child) => {
14276
14361
  if (child.type !== FilterPreview) {
14277
14362
  filterChildren.push(child);
14278
14363
  } else {
14279
- expressionPreview = /* @__PURE__ */ jsx374(FilterPreview, { ...child.props });
14364
+ expressionPreview = /* @__PURE__ */ jsx386(FilterPreview, { ...child.props });
14280
14365
  }
14281
14366
  });
14282
14367
  }
14283
14368
  }
14284
- return /* @__PURE__ */ jsxs147("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
14285
- /* @__PURE__ */ jsx374("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx374("li", { className: "k-filter-group-main", children: filterChildren }) }),
14369
+ return /* @__PURE__ */ jsxs150("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
14370
+ /* @__PURE__ */ jsx386("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx386("li", { className: "k-filter-group-main", children: filterChildren }) }),
14286
14371
  expressionPreview,
14287
- showApplyButton && /* @__PURE__ */ jsx374(Button, { className: "k-filter-apply", children: "Apply" })
14372
+ showApplyButton && /* @__PURE__ */ jsx386(Button, { className: "k-filter-apply", children: "Apply" })
14288
14373
  ] });
14289
14374
  };
14290
- Filter.states = states124;
14291
- Filter.options = options115;
14292
- Filter.defaultProps = defaultProps114;
14375
+ Filter.states = states126;
14376
+ Filter.options = options116;
14377
+ Filter.defaultProps = defaultProps115;
14293
14378
  Filter.className = FILTER_CLASSNAME;
14294
14379
 
14295
14380
  // src/filter/filter-toolbar.tsx
14296
- import { jsx as jsx375 } from "react/jsx-runtime";
14381
+ import { jsx as jsx387 } from "react/jsx-runtime";
14297
14382
  var FILTER_TOOLBAR_CLASSNAME = "k-filter-toolbar";
14298
- var states125 = [];
14299
- var options116 = {};
14300
- var defaultProps115 = {};
14383
+ var states127 = [];
14384
+ var options117 = {};
14385
+ var defaultProps116 = {};
14301
14386
  var FilterToolbar = (props) => {
14302
14387
  const { children } = props;
14303
- return /* @__PURE__ */ jsx375("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14388
+ return /* @__PURE__ */ jsx387("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14304
14389
  };
14305
- FilterToolbar.states = states125;
14306
- FilterToolbar.options = options116;
14307
- FilterToolbar.defaultProps = defaultProps115;
14390
+ FilterToolbar.states = states127;
14391
+ FilterToolbar.options = options117;
14392
+ FilterToolbar.defaultProps = defaultProps116;
14308
14393
 
14309
14394
  // src/filter/filter-lines.tsx
14310
- import { jsx as jsx376 } from "react/jsx-runtime";
14395
+ import { jsx as jsx388 } from "react/jsx-runtime";
14311
14396
  var FILTER_LINES_CLASSNAME = "k-filter-lines";
14312
- var states126 = [];
14313
- var options117 = {};
14314
- var defaultProps116 = {};
14397
+ var states128 = [];
14398
+ var options118 = {};
14399
+ var defaultProps117 = {};
14315
14400
  var FilterLines = (props) => {
14316
14401
  const { children } = props;
14317
- return /* @__PURE__ */ jsx376("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14402
+ return /* @__PURE__ */ jsx388("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14318
14403
  };
14319
- FilterLines.states = states126;
14320
- FilterLines.options = options117;
14321
- FilterLines.defaultProps = defaultProps116;
14404
+ FilterLines.states = states128;
14405
+ FilterLines.options = options118;
14406
+ FilterLines.defaultProps = defaultProps117;
14322
14407
 
14323
14408
  // src/filter/filter-item.tsx
14324
- import { jsx as jsx377 } from "react/jsx-runtime";
14409
+ import { jsx as jsx389 } from "react/jsx-runtime";
14325
14410
  var FILTER_ITEM_CLASSNAME = "k-filter-item";
14326
- var states127 = [];
14327
- var options118 = {};
14328
- var defaultProps117 = {};
14411
+ var states129 = [];
14412
+ var options119 = {};
14413
+ var defaultProps118 = {};
14329
14414
  var FilterItem = (props) => {
14330
14415
  const { children } = props;
14331
- return /* @__PURE__ */ jsx377("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14416
+ return /* @__PURE__ */ jsx389("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14332
14417
  };
14333
- FilterItem.states = states127;
14334
- FilterItem.options = options118;
14335
- FilterItem.defaultProps = defaultProps117;
14418
+ FilterItem.states = states129;
14419
+ FilterItem.options = options119;
14420
+ FilterItem.defaultProps = defaultProps118;
14336
14421
 
14337
14422
  // src/filter/templates/filter-normal.tsx
14338
- import { jsx as jsx378, jsxs as jsxs148 } from "react/jsx-runtime";
14423
+ import { jsx as jsx390, jsxs as jsxs151 } from "react/jsx-runtime";
14339
14424
 
14340
14425
  // src/filemanager/filemanager-toolbar.spec.tsx
14341
- import { jsx as jsx379 } from "react/jsx-runtime";
14426
+ import { jsx as jsx391 } from "react/jsx-runtime";
14342
14427
  var FILEMANAGERTOOLBAR_CLASSNAME = `k-filemanager-toolbar`;
14343
- var states128 = [];
14344
- var options119 = {};
14345
- var defaultProps118 = {};
14428
+ var states130 = [];
14429
+ var options120 = {};
14430
+ var defaultProps119 = {};
14346
14431
  var FileManagerToolbar = (props) => {
14347
14432
  const {
14348
14433
  children,
14349
14434
  ...other
14350
14435
  } = props;
14351
- return /* @__PURE__ */ jsx379(
14436
+ return /* @__PURE__ */ jsx391(
14352
14437
  Toolbar,
14353
14438
  {
14354
14439
  className: classNames(
@@ -14360,39 +14445,39 @@ var FileManagerToolbar = (props) => {
14360
14445
  }
14361
14446
  );
14362
14447
  };
14363
- FileManagerToolbar.states = states128;
14364
- FileManagerToolbar.options = options119;
14448
+ FileManagerToolbar.states = states130;
14449
+ FileManagerToolbar.options = options120;
14365
14450
  FileManagerToolbar.className = FILEMANAGERTOOLBAR_CLASSNAME;
14366
- FileManagerToolbar.defaultProps = defaultProps118;
14451
+ FileManagerToolbar.defaultProps = defaultProps119;
14367
14452
  var filemanager_toolbar_spec_default = FileManagerToolbar;
14368
14453
 
14369
14454
  // src/filemanager/filemanager.spec.tsx
14370
- import { Fragment as Fragment108, jsx as jsx380, jsxs as jsxs149 } from "react/jsx-runtime";
14455
+ import { Fragment as Fragment108, jsx as jsx392, jsxs as jsxs152 } from "react/jsx-runtime";
14371
14456
  var FILEMANAGER_CLASSNAME = "k-filemanager";
14372
- var states129 = [
14457
+ var states131 = [
14373
14458
  States.disabled
14374
14459
  ];
14375
- var options120 = {};
14376
- var defaultToolbar = /* @__PURE__ */ jsx380(Fragment108, { children: /* @__PURE__ */ jsxs149(filemanager_toolbar_spec_default, { children: [
14377
- /* @__PURE__ */ jsx380(Button, { children: "New Folder" }),
14378
- /* @__PURE__ */ jsx380(Button, { children: "Upload" }),
14379
- /* @__PURE__ */ jsxs149(ButtonGroup, { children: [
14380
- /* @__PURE__ */ jsx380(Button, { icon: "sort-asc-small" }),
14381
- /* @__PURE__ */ jsx380(Button, { icon: "sort-desc-small" })
14460
+ var options121 = {};
14461
+ var defaultToolbar = /* @__PURE__ */ jsx392(Fragment108, { children: /* @__PURE__ */ jsxs152(filemanager_toolbar_spec_default, { children: [
14462
+ /* @__PURE__ */ jsx392(Button, { children: "New Folder" }),
14463
+ /* @__PURE__ */ jsx392(Button, { children: "Upload" }),
14464
+ /* @__PURE__ */ jsxs152(ButtonGroup, { children: [
14465
+ /* @__PURE__ */ jsx392(Button, { icon: "sort-asc-small" }),
14466
+ /* @__PURE__ */ jsx392(Button, { icon: "sort-desc-small" })
14382
14467
  ] }),
14383
- /* @__PURE__ */ jsx380(SplitButton, { text: "Sort By" }),
14384
- /* @__PURE__ */ jsxs149(ButtonGroup, { children: [
14385
- /* @__PURE__ */ jsx380(Button, { icon: "grid-layout" }),
14386
- /* @__PURE__ */ jsx380(Button, { icon: "grid" })
14468
+ /* @__PURE__ */ jsx392(SplitButton, { text: "Sort By" }),
14469
+ /* @__PURE__ */ jsxs152(ButtonGroup, { children: [
14470
+ /* @__PURE__ */ jsx392(Button, { icon: "grid-layout" }),
14471
+ /* @__PURE__ */ jsx392(Button, { icon: "grid" })
14387
14472
  ] }),
14388
- /* @__PURE__ */ jsx380("div", { className: "k-spacer" }),
14389
- /* @__PURE__ */ jsxs149("div", { className: "k-filemanager-details-toggle", children: [
14390
- /* @__PURE__ */ jsx380("label", { children: "View Details" }),
14391
- /* @__PURE__ */ jsx380(Switch, {})
14473
+ /* @__PURE__ */ jsx392("div", { className: "k-spacer" }),
14474
+ /* @__PURE__ */ jsxs152("div", { className: "k-filemanager-details-toggle", children: [
14475
+ /* @__PURE__ */ jsx392("label", { children: "View Details" }),
14476
+ /* @__PURE__ */ jsx392(Switch, {})
14392
14477
  ] }),
14393
- /* @__PURE__ */ jsx380(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
14478
+ /* @__PURE__ */ jsx392(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
14394
14479
  ] }) });
14395
- var defaultProps119 = {
14480
+ var defaultProps120 = {
14396
14481
  toolbar: defaultToolbar
14397
14482
  };
14398
14483
  var FileManager = (props) => {
@@ -14400,34 +14485,34 @@ var FileManager = (props) => {
14400
14485
  disabled,
14401
14486
  toolbar
14402
14487
  } = props;
14403
- return /* @__PURE__ */ jsxs149("div", { className: classNames(
14488
+ return /* @__PURE__ */ jsxs152("div", { className: classNames(
14404
14489
  props.className,
14405
14490
  FILEMANAGER_CLASSNAME,
14406
14491
  stateClassNames(FILEMANAGER_CLASSNAME, {
14407
14492
  disabled
14408
14493
  })
14409
14494
  ), children: [
14410
- /* @__PURE__ */ jsx380("div", { className: "k-filemanager-header", children: toolbar }),
14411
- /* @__PURE__ */ jsx380("div", { className: "k-filemanager-content-container", children: props.children })
14495
+ /* @__PURE__ */ jsx392("div", { className: "k-filemanager-header", children: toolbar }),
14496
+ /* @__PURE__ */ jsx392("div", { className: "k-filemanager-content-container", children: props.children })
14412
14497
  ] });
14413
14498
  };
14414
- FileManager.states = states129;
14415
- FileManager.options = options120;
14499
+ FileManager.states = states131;
14500
+ FileManager.options = options121;
14416
14501
  FileManager.className = FILEMANAGER_CLASSNAME;
14417
- FileManager.defaultProps = defaultProps119;
14502
+ FileManager.defaultProps = defaultProps120;
14418
14503
 
14419
14504
  // src/filemanager/filemanager-breadcrumb.spec.tsx
14420
- import { jsx as jsx381 } from "react/jsx-runtime";
14505
+ import { jsx as jsx393 } from "react/jsx-runtime";
14421
14506
  var FILEMANAGERBREADCRUMB_CLASSNAME = `k-filemanager-breadcrumb`;
14422
- var states130 = [];
14423
- var options121 = {};
14424
- var defaultProps120 = {};
14507
+ var states132 = [];
14508
+ var options122 = {};
14509
+ var defaultProps121 = {};
14425
14510
  var FileManagerBreadcrumb = (props) => {
14426
14511
  const {
14427
14512
  children,
14428
14513
  ...other
14429
14514
  } = props;
14430
- return /* @__PURE__ */ jsx381(
14515
+ return /* @__PURE__ */ jsx393(
14431
14516
  Breadcrumb,
14432
14517
  {
14433
14518
  className: classNames(
@@ -14439,23 +14524,23 @@ var FileManagerBreadcrumb = (props) => {
14439
14524
  }
14440
14525
  );
14441
14526
  };
14442
- FileManagerBreadcrumb.states = states130;
14443
- FileManagerBreadcrumb.options = options121;
14527
+ FileManagerBreadcrumb.states = states132;
14528
+ FileManagerBreadcrumb.options = options122;
14444
14529
  FileManagerBreadcrumb.className = FILEMANAGERBREADCRUMB_CLASSNAME;
14445
- FileManagerBreadcrumb.defaultProps = defaultProps120;
14530
+ FileManagerBreadcrumb.defaultProps = defaultProps121;
14446
14531
 
14447
14532
  // src/filemanager/filemanager-listview.spec.tsx
14448
- import { jsx as jsx382 } from "react/jsx-runtime";
14533
+ import { jsx as jsx394 } from "react/jsx-runtime";
14449
14534
  var FILEMANAGERLISTVIEW_CLASSNAME = `k-filemanager-listview`;
14450
- var states131 = [];
14451
- var options122 = {};
14452
- var defaultProps121 = {};
14535
+ var states133 = [];
14536
+ var options123 = {};
14537
+ var defaultProps122 = {};
14453
14538
  var FileManagerListView = (props) => {
14454
14539
  const {
14455
14540
  children,
14456
14541
  ...other
14457
14542
  } = props;
14458
- return /* @__PURE__ */ jsx382(
14543
+ return /* @__PURE__ */ jsx394(
14459
14544
  ListView,
14460
14545
  {
14461
14546
  className: classNames(
@@ -14469,23 +14554,23 @@ var FileManagerListView = (props) => {
14469
14554
  }
14470
14555
  );
14471
14556
  };
14472
- FileManagerListView.states = states131;
14473
- FileManagerListView.options = options122;
14557
+ FileManagerListView.states = states133;
14558
+ FileManagerListView.options = options123;
14474
14559
  FileManagerListView.className = FILEMANAGERLISTVIEW_CLASSNAME;
14475
- FileManagerListView.defaultProps = defaultProps121;
14560
+ FileManagerListView.defaultProps = defaultProps122;
14476
14561
 
14477
14562
  // src/filemanager/filemanager-treeview.spec.tsx
14478
- import { jsx as jsx383 } from "react/jsx-runtime";
14563
+ import { jsx as jsx395 } from "react/jsx-runtime";
14479
14564
  var FILEMANAGERTREEVIEW_CLASSNAME = `k-filemanager-treeview`;
14480
- var states132 = [];
14481
- var options123 = {};
14482
- var defaultProps122 = {};
14565
+ var states134 = [];
14566
+ var options124 = {};
14567
+ var defaultProps123 = {};
14483
14568
  var FileManagerTreeview = (props) => {
14484
14569
  const {
14485
14570
  children,
14486
14571
  ...other
14487
14572
  } = props;
14488
- return /* @__PURE__ */ jsx383(
14573
+ return /* @__PURE__ */ jsx395(
14489
14574
  Treeview,
14490
14575
  {
14491
14576
  className: classNames(
@@ -14497,26 +14582,26 @@ var FileManagerTreeview = (props) => {
14497
14582
  }
14498
14583
  );
14499
14584
  };
14500
- FileManagerTreeview.states = states132;
14501
- FileManagerTreeview.options = options123;
14585
+ FileManagerTreeview.states = states134;
14586
+ FileManagerTreeview.options = options124;
14502
14587
  FileManagerTreeview.className = FILEMANAGERTREEVIEW_CLASSNAME;
14503
- FileManagerTreeview.defaultProps = defaultProps122;
14588
+ FileManagerTreeview.defaultProps = defaultProps123;
14504
14589
 
14505
14590
  // src/filemanager/filemanager-drag-hint.tsx
14506
- import { jsx as jsx384, jsxs as jsxs150 } from "react/jsx-runtime";
14591
+ import { jsx as jsx396, jsxs as jsxs153 } from "react/jsx-runtime";
14507
14592
  var FILEMANAGERDRAGHINT_CLASSNAME = "k-filemanager-drag-hint";
14508
- var states133 = [];
14509
- var options124 = {};
14510
- var defaultProps123 = {
14593
+ var states135 = [];
14594
+ var options125 = {};
14595
+ var defaultProps124 = {
14511
14596
  icon: "file"
14512
14597
  };
14513
14598
  var FileManagerDragHint = (props) => {
14514
14599
  const {
14515
14600
  hint,
14516
- icon = defaultProps123.icon,
14601
+ icon = defaultProps124.icon,
14517
14602
  ...other
14518
14603
  } = props;
14519
- return /* @__PURE__ */ jsxs150(
14604
+ return /* @__PURE__ */ jsxs153(
14520
14605
  "div",
14521
14606
  {
14522
14607
  className: classNames(
@@ -14526,41 +14611,41 @@ var FileManagerDragHint = (props) => {
14526
14611
  ),
14527
14612
  ...other,
14528
14613
  children: [
14529
- /* @__PURE__ */ jsx384(Icon, { icon }),
14530
- /* @__PURE__ */ jsx384("span", { children: hint })
14614
+ /* @__PURE__ */ jsx396(Icon, { icon }),
14615
+ /* @__PURE__ */ jsx396("span", { children: hint })
14531
14616
  ]
14532
14617
  }
14533
14618
  );
14534
14619
  };
14535
- FileManagerDragHint.states = states133;
14536
- FileManagerDragHint.options = options124;
14620
+ FileManagerDragHint.states = states135;
14621
+ FileManagerDragHint.options = options125;
14537
14622
  FileManagerDragHint.className = FILEMANAGERDRAGHINT_CLASSNAME;
14538
- FileManagerDragHint.defaultProps = defaultProps123;
14623
+ FileManagerDragHint.defaultProps = defaultProps124;
14539
14624
 
14540
14625
  // src/filemanager/file-info.tsx
14541
- import { Fragment as Fragment109, jsx as jsx385, jsxs as jsxs151 } from "react/jsx-runtime";
14626
+ import { Fragment as Fragment109, jsx as jsx397, jsxs as jsxs154 } from "react/jsx-runtime";
14542
14627
  var FILEINFO_CLASSNAME = "k-file-info";
14543
- var states134 = [];
14544
- var options125 = {};
14545
- var defaultProps124 = {
14628
+ var states136 = [];
14629
+ var options126 = {};
14630
+ var defaultProps125 = {
14546
14631
  name: "No File Selected",
14547
14632
  icon: "file"
14548
14633
  };
14549
14634
  var FileInfo = (props) => {
14550
14635
  const {
14551
14636
  selection,
14552
- name = defaultProps124.name,
14553
- icon = defaultProps124.icon,
14637
+ name = defaultProps125.name,
14638
+ icon = defaultProps125.icon,
14554
14639
  fileType,
14555
14640
  fileSize,
14556
14641
  fileDateCreated,
14557
14642
  fileDateModified
14558
14643
  } = props;
14559
- return /* @__PURE__ */ jsxs151("div", { className: classNames(
14644
+ return /* @__PURE__ */ jsxs154("div", { className: classNames(
14560
14645
  props.className,
14561
14646
  FILEINFO_CLASSNAME
14562
14647
  ), children: [
14563
- /* @__PURE__ */ jsx385(
14648
+ /* @__PURE__ */ jsx397(
14564
14649
  FilePreview,
14565
14650
  {
14566
14651
  className: classNames(
@@ -14575,53 +14660,53 @@ var FileInfo = (props) => {
14575
14660
  size: "xxxlarge"
14576
14661
  }
14577
14662
  ),
14578
- selection === "single" && /* @__PURE__ */ jsx385(Fragment109, { children: /* @__PURE__ */ jsxs151("dl", { className: "k-file-meta", children: [
14579
- fileType && /* @__PURE__ */ jsxs151(Fragment109, { children: [
14580
- /* @__PURE__ */ jsx385("dt", { className: "k-file-meta-label", children: "Type: " }),
14581
- /* @__PURE__ */ jsx385("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
14582
- /* @__PURE__ */ jsx385("dd", { className: "k-line-break" })
14663
+ selection === "single" && /* @__PURE__ */ jsx397(Fragment109, { children: /* @__PURE__ */ jsxs154("dl", { className: "k-file-meta", children: [
14664
+ fileType && /* @__PURE__ */ jsxs154(Fragment109, { children: [
14665
+ /* @__PURE__ */ jsx397("dt", { className: "k-file-meta-label", children: "Type: " }),
14666
+ /* @__PURE__ */ jsx397("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
14667
+ /* @__PURE__ */ jsx397("dd", { className: "k-line-break" })
14583
14668
  ] }),
14584
- fileSize && /* @__PURE__ */ jsxs151(Fragment109, { children: [
14585
- /* @__PURE__ */ jsx385("dt", { className: "k-file-meta-label", children: "Size: " }),
14586
- /* @__PURE__ */ jsx385("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
14587
- /* @__PURE__ */ jsx385("dd", { className: "k-line-break" })
14669
+ fileSize && /* @__PURE__ */ jsxs154(Fragment109, { children: [
14670
+ /* @__PURE__ */ jsx397("dt", { className: "k-file-meta-label", children: "Size: " }),
14671
+ /* @__PURE__ */ jsx397("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
14672
+ /* @__PURE__ */ jsx397("dd", { className: "k-line-break" })
14588
14673
  ] }),
14589
- fileDateCreated && /* @__PURE__ */ jsxs151(Fragment109, { children: [
14590
- /* @__PURE__ */ jsx385("dt", { className: "k-file-meta-label", children: "Date Created: " }),
14591
- /* @__PURE__ */ jsx385("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
14592
- /* @__PURE__ */ jsx385("dd", { className: "k-line-break" })
14674
+ fileDateCreated && /* @__PURE__ */ jsxs154(Fragment109, { children: [
14675
+ /* @__PURE__ */ jsx397("dt", { className: "k-file-meta-label", children: "Date Created: " }),
14676
+ /* @__PURE__ */ jsx397("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
14677
+ /* @__PURE__ */ jsx397("dd", { className: "k-line-break" })
14593
14678
  ] }),
14594
- fileDateModified && /* @__PURE__ */ jsxs151(Fragment109, { children: [
14595
- /* @__PURE__ */ jsx385("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
14596
- /* @__PURE__ */ jsx385("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
14597
- /* @__PURE__ */ jsx385("dd", { className: "k-line-break" })
14679
+ fileDateModified && /* @__PURE__ */ jsxs154(Fragment109, { children: [
14680
+ /* @__PURE__ */ jsx397("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
14681
+ /* @__PURE__ */ jsx397("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
14682
+ /* @__PURE__ */ jsx397("dd", { className: "k-line-break" })
14598
14683
  ] })
14599
14684
  ] }) })
14600
14685
  ] });
14601
14686
  };
14602
- FileInfo.states = states134;
14603
- FileInfo.options = options125;
14687
+ FileInfo.states = states136;
14688
+ FileInfo.options = options126;
14604
14689
  FileInfo.className = FILEINFO_CLASSNAME;
14605
- FileInfo.defaultProps = defaultProps124;
14690
+ FileInfo.defaultProps = defaultProps125;
14606
14691
 
14607
14692
  // src/filemanager/file-preview.tsx
14608
- import { Fragment as Fragment110, jsx as jsx386, jsxs as jsxs152 } from "react/jsx-runtime";
14693
+ import { Fragment as Fragment110, jsx as jsx398, jsxs as jsxs155 } from "react/jsx-runtime";
14609
14694
  var FILEPREVIEW_CLASSNAME = "k-file-preview";
14610
- var states135 = [];
14611
- var options126 = {
14695
+ var states137 = [];
14696
+ var options127 = {
14612
14697
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge]
14613
14698
  };
14614
- var defaultProps125 = {};
14699
+ var defaultProps126 = {};
14615
14700
  var FilePreview = (props) => {
14616
14701
  const {
14617
14702
  size,
14618
14703
  icon,
14619
14704
  name
14620
14705
  } = props;
14621
- return /* @__PURE__ */ jsxs152(Fragment110, { children: [
14622
- /* @__PURE__ */ jsx386("span", { className: classNames(
14706
+ return /* @__PURE__ */ jsxs155(Fragment110, { children: [
14707
+ /* @__PURE__ */ jsx398("span", { className: classNames(
14623
14708
  FILEPREVIEW_CLASSNAME
14624
- ), children: /* @__PURE__ */ jsx386(
14709
+ ), children: /* @__PURE__ */ jsx398(
14625
14710
  Icon,
14626
14711
  {
14627
14712
  className: "k-file-icon",
@@ -14629,34 +14714,34 @@ var FilePreview = (props) => {
14629
14714
  size
14630
14715
  }
14631
14716
  ) }),
14632
- /* @__PURE__ */ jsx386("span", { className: classNames(
14717
+ /* @__PURE__ */ jsx398("span", { className: classNames(
14633
14718
  props.className,
14634
14719
  "k-file-name"
14635
14720
  ), children: name })
14636
14721
  ] });
14637
14722
  };
14638
- FilePreview.states = states135;
14639
- FilePreview.options = options126;
14723
+ FilePreview.states = states137;
14724
+ FilePreview.options = options127;
14640
14725
  FilePreview.className = FILEPREVIEW_CLASSNAME;
14641
- FilePreview.defaultProps = defaultProps125;
14726
+ FilePreview.defaultProps = defaultProps126;
14642
14727
 
14643
14728
  // src/filemanager/templates/filemanager-normal.tsx
14644
- import { Fragment as Fragment111, jsx as jsx387, jsxs as jsxs153 } from "react/jsx-runtime";
14729
+ import { Fragment as Fragment111, jsx as jsx399, jsxs as jsxs156 } from "react/jsx-runtime";
14645
14730
 
14646
14731
  // src/filemanager/templates/filemanager-preview.tsx
14647
- import { Fragment as Fragment112, jsx as jsx388, jsxs as jsxs154 } from "react/jsx-runtime";
14732
+ import { Fragment as Fragment112, jsx as jsx400, jsxs as jsxs157 } from "react/jsx-runtime";
14648
14733
 
14649
14734
  // src/filemanager/templates/filemanager-grid.tsx
14650
- import { Fragment as Fragment113, jsx as jsx389, jsxs as jsxs155 } from "react/jsx-runtime";
14735
+ import { Fragment as Fragment113, jsx as jsx401, jsxs as jsxs158 } from "react/jsx-runtime";
14651
14736
 
14652
14737
  // src/filemanager/templates/filemanager-grid-preview.tsx
14653
- import { Fragment as Fragment114, jsx as jsx390, jsxs as jsxs156 } from "react/jsx-runtime";
14738
+ import { Fragment as Fragment114, jsx as jsx402, jsxs as jsxs159 } from "react/jsx-runtime";
14654
14739
 
14655
14740
  // src/chat/chat.spec.tsx
14656
- import { Fragment as Fragment115, jsx as jsx391, jsxs as jsxs157 } from "react/jsx-runtime";
14741
+ import { Fragment as Fragment115, jsx as jsx403, jsxs as jsxs160 } from "react/jsx-runtime";
14657
14742
  var CHAT_CLASSNAME = "k-chat";
14658
- var states136 = [];
14659
- var options127 = {};
14743
+ var states138 = [];
14744
+ var options128 = {};
14660
14745
  var defaultOptions = {
14661
14746
  showToolbar: true,
14662
14747
  showMessageBox: true,
@@ -14670,7 +14755,7 @@ var Chat = (props) => {
14670
14755
  showMoreButton,
14671
14756
  ...other
14672
14757
  } = props;
14673
- return /* @__PURE__ */ jsxs157(
14758
+ return /* @__PURE__ */ jsxs160(
14674
14759
  "div",
14675
14760
  {
14676
14761
  ...other,
@@ -14680,63 +14765,63 @@ var Chat = (props) => {
14680
14765
  ),
14681
14766
  dir,
14682
14767
  children: [
14683
- /* @__PURE__ */ jsx391("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx391("div", { className: "k-message-list-content", children: props.children }) }),
14684
- showMessageBox && /* @__PURE__ */ jsx391(
14768
+ /* @__PURE__ */ jsx403("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx403("div", { className: "k-message-list-content", children: props.children }) }),
14769
+ showMessageBox && /* @__PURE__ */ jsx403(
14685
14770
  Textbox,
14686
14771
  {
14687
14772
  className: "k-message-box",
14688
14773
  placeholder: "Type a message...",
14689
- suffix: /* @__PURE__ */ jsxs157(Fragment115, { children: [
14690
- showMoreButton && /* @__PURE__ */ jsx391(Button, { fillMode: "flat", icon: "more-horizontal" }),
14691
- /* @__PURE__ */ jsx391(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
14774
+ suffix: /* @__PURE__ */ jsxs160(Fragment115, { children: [
14775
+ showMoreButton && /* @__PURE__ */ jsx403(Button, { fillMode: "flat", icon: "more-horizontal" }),
14776
+ /* @__PURE__ */ jsx403(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
14692
14777
  ] })
14693
14778
  }
14694
14779
  ),
14695
- showToolbar && /* @__PURE__ */ jsxs157("div", { className: "k-chat-toolbar k-toolbar", children: [
14696
- /* @__PURE__ */ jsx391(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
14697
- /* @__PURE__ */ jsxs157("div", { className: "k-toolbar-group k-button-list", children: [
14698
- /* @__PURE__ */ jsx391(Button, { icon: "arrow-rotate-cw" }),
14699
- /* @__PURE__ */ jsx391(Button, { icon: "gear" }),
14700
- /* @__PURE__ */ jsx391(Button, { icon: "wrench" }),
14701
- /* @__PURE__ */ jsx391(Button, { icon: "plus" }),
14702
- /* @__PURE__ */ jsx391(Button, { icon: "search" }),
14703
- /* @__PURE__ */ jsx391(Button, { icon: "star" }),
14704
- /* @__PURE__ */ jsx391(Button, { icon: "bell" }),
14705
- /* @__PURE__ */ jsx391(Button, { icon: "question-circle" }),
14706
- /* @__PURE__ */ jsx391(Button, { icon: "trash" })
14780
+ showToolbar && /* @__PURE__ */ jsxs160("div", { className: "k-chat-toolbar k-toolbar", children: [
14781
+ /* @__PURE__ */ jsx403(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
14782
+ /* @__PURE__ */ jsxs160("div", { className: "k-toolbar-group k-button-list", children: [
14783
+ /* @__PURE__ */ jsx403(Button, { icon: "arrow-rotate-cw" }),
14784
+ /* @__PURE__ */ jsx403(Button, { icon: "gear" }),
14785
+ /* @__PURE__ */ jsx403(Button, { icon: "wrench" }),
14786
+ /* @__PURE__ */ jsx403(Button, { icon: "plus" }),
14787
+ /* @__PURE__ */ jsx403(Button, { icon: "search" }),
14788
+ /* @__PURE__ */ jsx403(Button, { icon: "star" }),
14789
+ /* @__PURE__ */ jsx403(Button, { icon: "bell" }),
14790
+ /* @__PURE__ */ jsx403(Button, { icon: "question-circle" }),
14791
+ /* @__PURE__ */ jsx403(Button, { icon: "trash" })
14707
14792
  ] }),
14708
- /* @__PURE__ */ jsx391(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
14793
+ /* @__PURE__ */ jsx403(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
14709
14794
  ] })
14710
14795
  ]
14711
14796
  }
14712
14797
  );
14713
14798
  };
14714
- Chat.states = states136;
14715
- Chat.options = options127;
14799
+ Chat.states = states138;
14800
+ Chat.options = options128;
14716
14801
  Chat.className = CHAT_CLASSNAME;
14717
14802
  Chat.defaultOptions = defaultOptions;
14718
14803
 
14719
14804
  // src/chat/chat-message.tsx
14720
- import { jsx as jsx392, jsxs as jsxs158 } from "react/jsx-runtime";
14805
+ import { jsx as jsx404, jsxs as jsxs161 } from "react/jsx-runtime";
14721
14806
  var CHATMESSAGE_CLASSNAME = "k-message";
14722
- var states137 = [
14807
+ var states139 = [
14723
14808
  States.selected
14724
14809
  ];
14725
- var options128 = {};
14726
- var defaultProps126 = {
14810
+ var options129 = {};
14811
+ var defaultProps127 = {
14727
14812
  time: "Thu Feb 08 2018",
14728
14813
  text: "How can I help you?",
14729
14814
  status: "Seen"
14730
14815
  };
14731
14816
  var ChatMessage = (props) => {
14732
14817
  const {
14733
- time = defaultProps126.time,
14734
- text = defaultProps126.text,
14735
- status = defaultProps126.status,
14818
+ time = defaultProps127.time,
14819
+ text = defaultProps127.text,
14820
+ status = defaultProps127.status,
14736
14821
  selected,
14737
14822
  ...other
14738
14823
  } = props;
14739
- return /* @__PURE__ */ jsxs158(
14824
+ return /* @__PURE__ */ jsxs161(
14740
14825
  "div",
14741
14826
  {
14742
14827
  ...other,
@@ -14746,39 +14831,39 @@ var ChatMessage = (props) => {
14746
14831
  stateClassNames(CHATMESSAGE_CLASSNAME, { selected })
14747
14832
  ),
14748
14833
  children: [
14749
- /* @__PURE__ */ jsx392("time", { className: "k-message-time", children: time }),
14750
- /* @__PURE__ */ jsx392("div", { className: "k-chat-bubble", children: text }),
14751
- /* @__PURE__ */ jsx392("span", { className: "k-message-status", children: status })
14834
+ /* @__PURE__ */ jsx404("time", { className: "k-message-time", children: time }),
14835
+ /* @__PURE__ */ jsx404("div", { className: "k-chat-bubble", children: text }),
14836
+ /* @__PURE__ */ jsx404("span", { className: "k-message-status", children: status })
14752
14837
  ]
14753
14838
  }
14754
14839
  );
14755
14840
  };
14756
- ChatMessage.states = states137;
14757
- ChatMessage.options = options128;
14841
+ ChatMessage.states = states139;
14842
+ ChatMessage.options = options129;
14758
14843
  ChatMessage.className = CHATMESSAGE_CLASSNAME;
14759
- ChatMessage.defaultProps = defaultProps126;
14844
+ ChatMessage.defaultProps = defaultProps127;
14760
14845
 
14761
14846
  // src/chat/chat-message-group.tsx
14762
- import { jsx as jsx393, jsxs as jsxs159 } from "react/jsx-runtime";
14847
+ import { jsx as jsx405, jsxs as jsxs162 } from "react/jsx-runtime";
14763
14848
  var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
14764
- var states138 = [
14849
+ var states140 = [
14765
14850
  States.selected
14766
14851
  ];
14767
- var options129 = {};
14768
- var defaultProps127 = {
14852
+ var options130 = {};
14853
+ var defaultProps128 = {
14769
14854
  author: "Bruv",
14770
14855
  avatar: "/packages/html/assets/avatar.jpg",
14771
14856
  alt: false
14772
14857
  };
14773
14858
  var ChatMessageGroup = (props) => {
14774
14859
  const {
14775
- alt = defaultProps127.alt,
14776
- author = defaultProps127.author,
14777
- avatar = defaultProps127.avatar,
14860
+ alt = defaultProps128.alt,
14861
+ author = defaultProps128.author,
14862
+ avatar = defaultProps128.avatar,
14778
14863
  selected,
14779
14864
  ...other
14780
14865
  } = props;
14781
- return /* @__PURE__ */ jsxs159(
14866
+ return /* @__PURE__ */ jsxs162(
14782
14867
  "div",
14783
14868
  {
14784
14869
  ...other,
@@ -14792,23 +14877,23 @@ var ChatMessageGroup = (props) => {
14792
14877
  }
14793
14878
  ),
14794
14879
  children: [
14795
- author && /* @__PURE__ */ jsx393("p", { className: "k-author", children: author }),
14796
- avatar && /* @__PURE__ */ jsx393(Avatar, { type: "image", children: /* @__PURE__ */ jsx393("img", { src: avatar }) }),
14880
+ author && /* @__PURE__ */ jsx405("p", { className: "k-author", children: author }),
14881
+ avatar && /* @__PURE__ */ jsx405(Avatar, { type: "image", children: /* @__PURE__ */ jsx405("img", { src: avatar }) }),
14797
14882
  props.children
14798
14883
  ]
14799
14884
  }
14800
14885
  );
14801
14886
  };
14802
- ChatMessageGroup.states = states138;
14803
- ChatMessageGroup.options = options129;
14887
+ ChatMessageGroup.states = states140;
14888
+ ChatMessageGroup.options = options130;
14804
14889
  ChatMessageGroup.className = CHATMESSAGEGROUP_CLASSNAME;
14805
- ChatMessageGroup.defaultProps = defaultProps127;
14890
+ ChatMessageGroup.defaultProps = defaultProps128;
14806
14891
 
14807
14892
  // src/chat/chat-quick-replies.tsx
14808
- import { jsx as jsx394 } from "react/jsx-runtime";
14893
+ import { jsx as jsx406 } from "react/jsx-runtime";
14809
14894
  var CHATQUICKREPLY_CLASSNAME = "k-quick-replies";
14810
- var states139 = [];
14811
- var options130 = {};
14895
+ var states141 = [];
14896
+ var options131 = {};
14812
14897
  var defaultOptions2 = {
14813
14898
  actions: ["Quick", "Reply", "Another quick", "Reply with different length"]
14814
14899
  };
@@ -14821,11 +14906,11 @@ var ChatQuickReply = (props) => {
14821
14906
  if (actions) {
14822
14907
  actions.map((action, index) => {
14823
14908
  children.push(
14824
- /* @__PURE__ */ jsx394("span", { className: "k-quick-reply", children: action }, index)
14909
+ /* @__PURE__ */ jsx406("span", { className: "k-quick-reply", children: action }, index)
14825
14910
  );
14826
14911
  });
14827
14912
  }
14828
- return /* @__PURE__ */ jsx394(
14913
+ return /* @__PURE__ */ jsx406(
14829
14914
  "div",
14830
14915
  {
14831
14916
  ...other,
@@ -14837,26 +14922,26 @@ var ChatQuickReply = (props) => {
14837
14922
  }
14838
14923
  );
14839
14924
  };
14840
- ChatQuickReply.states = states139;
14841
- ChatQuickReply.options = options130;
14925
+ ChatQuickReply.states = states141;
14926
+ ChatQuickReply.options = options131;
14842
14927
  ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
14843
14928
  ChatQuickReply.defaultOptions = defaultOptions2;
14844
14929
 
14845
14930
  // src/chat/templates/chat-normal.tsx
14846
- import { Fragment as Fragment116, jsx as jsx395, jsxs as jsxs160 } from "react/jsx-runtime";
14931
+ import { Fragment as Fragment116, jsx as jsx407, jsxs as jsxs163 } from "react/jsx-runtime";
14847
14932
 
14848
14933
  // src/chat/templates/chat-with-toolbar.tsx
14849
- import { Fragment as Fragment117, jsx as jsx396, jsxs as jsxs161 } from "react/jsx-runtime";
14934
+ import { Fragment as Fragment117, jsx as jsx408, jsxs as jsxs164 } from "react/jsx-runtime";
14850
14935
 
14851
14936
  // src/chat/templates/chat-with-options.tsx
14852
- import { Fragment as Fragment118, jsx as jsx397, jsxs as jsxs162 } from "react/jsx-runtime";
14937
+ import { Fragment as Fragment118, jsx as jsx409, jsxs as jsxs165 } from "react/jsx-runtime";
14853
14938
 
14854
14939
  // src/timeline/timeline.spec.tsx
14855
- import { Fragment as Fragment119, jsx as jsx398 } from "react/jsx-runtime";
14940
+ import { Fragment as Fragment119, jsx as jsx410 } from "react/jsx-runtime";
14856
14941
  var TIMELINE_CLASSNAME = `k-timeline`;
14857
- var states140 = [];
14858
- var options131 = {};
14859
- var defaultProps128 = {
14942
+ var states142 = [];
14943
+ var options132 = {};
14944
+ var defaultProps129 = {
14860
14945
  orientation: "vertical"
14861
14946
  };
14862
14947
  var Timeline = (props) => {
@@ -14866,7 +14951,7 @@ var Timeline = (props) => {
14866
14951
  alternatingMode,
14867
14952
  ...other
14868
14953
  } = props;
14869
- return /* @__PURE__ */ jsx398(
14954
+ return /* @__PURE__ */ jsx410(
14870
14955
  "div",
14871
14956
  {
14872
14957
  ...other,
@@ -14879,21 +14964,21 @@ var Timeline = (props) => {
14879
14964
  [`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
14880
14965
  }
14881
14966
  ),
14882
- children: /* @__PURE__ */ jsx398(Fragment119, { children: props.children })
14967
+ children: /* @__PURE__ */ jsx410(Fragment119, { children: props.children })
14883
14968
  }
14884
14969
  );
14885
14970
  };
14886
- Timeline.states = states140;
14887
- Timeline.options = options131;
14971
+ Timeline.states = states142;
14972
+ Timeline.options = options132;
14888
14973
  Timeline.className = TIMELINE_CLASSNAME;
14889
- Timeline.defaultProps = defaultProps128;
14974
+ Timeline.defaultProps = defaultProps129;
14890
14975
 
14891
14976
  // src/timeline/vertical-timeline-event.spec.tsx
14892
- import { jsx as jsx399, jsxs as jsxs163 } from "react/jsx-runtime";
14977
+ import { jsx as jsx411, jsxs as jsxs166 } from "react/jsx-runtime";
14893
14978
  var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
14894
- var states141 = [];
14895
- var options132 = {};
14896
- var defaultProps129 = {
14979
+ var states143 = [];
14980
+ var options133 = {};
14981
+ var defaultProps130 = {
14897
14982
  collapsed: false,
14898
14983
  reverse: false,
14899
14984
  title: "Event title",
@@ -14903,15 +14988,15 @@ var defaultProps129 = {
14903
14988
  var VerticalTimelineEvent = (props) => {
14904
14989
  const {
14905
14990
  date,
14906
- content = defaultProps129.content,
14907
- collapsed = defaultProps129.collapsed,
14908
- reverse = defaultProps129.reverse,
14909
- title = defaultProps129.title,
14910
- subtitle = defaultProps129.subtitle,
14991
+ content = defaultProps130.content,
14992
+ collapsed = defaultProps130.collapsed,
14993
+ reverse = defaultProps130.reverse,
14994
+ title = defaultProps130.title,
14995
+ subtitle = defaultProps130.subtitle,
14911
14996
  showCollapseButton,
14912
14997
  ...other
14913
14998
  } = props;
14914
- return /* @__PURE__ */ jsxs163(
14999
+ return /* @__PURE__ */ jsxs166(
14915
15000
  "li",
14916
15001
  {
14917
15002
  ...other,
@@ -14921,43 +15006,43 @@ var VerticalTimelineEvent = (props) => {
14921
15006
  { "k-reverse": reverse }
14922
15007
  ),
14923
15008
  children: [
14924
- date && /* @__PURE__ */ jsx399("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx399("span", { className: "k-timeline-date", children: date }) }),
14925
- /* @__PURE__ */ jsx399(TimelineCircle, {}),
14926
- content && /* @__PURE__ */ jsx399("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx399(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs163("div", { className: "k-card-inner", children: [
14927
- /* @__PURE__ */ jsxs163(CardHeader, { children: [
14928
- /* @__PURE__ */ jsx399(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
14929
- /* @__PURE__ */ jsx399(CardSubtitle, { children: subtitle })
15009
+ date && /* @__PURE__ */ jsx411("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx411("span", { className: "k-timeline-date", children: date }) }),
15010
+ /* @__PURE__ */ jsx411(TimelineCircle, {}),
15011
+ content && /* @__PURE__ */ jsx411("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx411(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs166("div", { className: "k-card-inner", children: [
15012
+ /* @__PURE__ */ jsxs166(CardHeader, { children: [
15013
+ /* @__PURE__ */ jsx411(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
15014
+ /* @__PURE__ */ jsx411(CardSubtitle, { children: subtitle })
14930
15015
  ] }),
14931
- /* @__PURE__ */ jsx399(CardBody, { children: /* @__PURE__ */ jsx399("div", { className: "k-card-description", children: content }) })
15016
+ /* @__PURE__ */ jsx411(CardBody, { children: /* @__PURE__ */ jsx411("div", { className: "k-card-description", children: content }) })
14932
15017
  ] }) }) }),
14933
15018
  props.children
14934
15019
  ]
14935
15020
  }
14936
15021
  );
14937
15022
  };
14938
- VerticalTimelineEvent.states = states141;
14939
- VerticalTimelineEvent.options = options132;
15023
+ VerticalTimelineEvent.states = states143;
15024
+ VerticalTimelineEvent.options = options133;
14940
15025
  VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
14941
- VerticalTimelineEvent.defaultProps = defaultProps129;
15026
+ VerticalTimelineEvent.defaultProps = defaultProps130;
14942
15027
 
14943
15028
  // src/timeline/horizontal-timeline-event.spec.tsx
14944
- import { jsx as jsx400, jsxs as jsxs164 } from "react/jsx-runtime";
15029
+ import { jsx as jsx412, jsxs as jsxs167 } from "react/jsx-runtime";
14945
15030
  var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
14946
- var states142 = [];
14947
- var options133 = {};
14948
- var defaultProps130 = {
15031
+ var states144 = [];
15032
+ var options134 = {};
15033
+ var defaultProps131 = {
14949
15034
  title: "Event title",
14950
15035
  subtitle: "Event subtitle",
14951
15036
  content: "Event content"
14952
15037
  };
14953
15038
  var HorizontalTimelineEvent = (props) => {
14954
15039
  const {
14955
- content = defaultProps130.content,
14956
- title = defaultProps130.title,
14957
- subtitle = defaultProps130.subtitle,
15040
+ content = defaultProps131.content,
15041
+ title = defaultProps131.title,
15042
+ subtitle = defaultProps131.subtitle,
14958
15043
  ...other
14959
15044
  } = props;
14960
- return /* @__PURE__ */ jsxs164(
15045
+ return /* @__PURE__ */ jsxs167(
14961
15046
  "li",
14962
15047
  {
14963
15048
  ...other,
@@ -14966,35 +15051,35 @@ var HorizontalTimelineEvent = (props) => {
14966
15051
  TIMELINEHORIZONTALEVENT_CLASSNAME
14967
15052
  ),
14968
15053
  children: [
14969
- content && /* @__PURE__ */ jsx400("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx400(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs164("div", { className: "k-card-inner", children: [
14970
- /* @__PURE__ */ jsxs164(CardHeader, { children: [
14971
- /* @__PURE__ */ jsx400(TimelineCardTitle, { children: title }),
14972
- /* @__PURE__ */ jsx400(CardSubtitle, { children: subtitle })
15054
+ content && /* @__PURE__ */ jsx412("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx412(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs167("div", { className: "k-card-inner", children: [
15055
+ /* @__PURE__ */ jsxs167(CardHeader, { children: [
15056
+ /* @__PURE__ */ jsx412(TimelineCardTitle, { children: title }),
15057
+ /* @__PURE__ */ jsx412(CardSubtitle, { children: subtitle })
14973
15058
  ] }),
14974
- /* @__PURE__ */ jsx400(CardBody, { children: /* @__PURE__ */ jsx400("div", { className: "k-card-description", children: content }) })
15059
+ /* @__PURE__ */ jsx412(CardBody, { children: /* @__PURE__ */ jsx412("div", { className: "k-card-description", children: content }) })
14975
15060
  ] }) }) }),
14976
15061
  props.children
14977
15062
  ]
14978
15063
  }
14979
15064
  );
14980
15065
  };
14981
- HorizontalTimelineEvent.states = states142;
14982
- HorizontalTimelineEvent.options = options133;
15066
+ HorizontalTimelineEvent.states = states144;
15067
+ HorizontalTimelineEvent.options = options134;
14983
15068
  HorizontalTimelineEvent.className = TIMELINEHORIZONTALEVENT_CLASSNAME;
14984
- HorizontalTimelineEvent.defaultProps = defaultProps130;
15069
+ HorizontalTimelineEvent.defaultProps = defaultProps131;
14985
15070
 
14986
15071
  // src/timeline/timeline-event-list.spec.tsx
14987
- import { jsx as jsx401 } from "react/jsx-runtime";
15072
+ import { jsx as jsx413 } from "react/jsx-runtime";
14988
15073
 
14989
15074
  // src/timeline/timeline-flag-wrap.spec.tsx
14990
- import { jsx as jsx402, jsxs as jsxs165 } from "react/jsx-runtime";
15075
+ import { jsx as jsx414, jsxs as jsxs168 } from "react/jsx-runtime";
14991
15076
  var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
14992
- var states143 = [
15077
+ var states145 = [
14993
15078
  States.focus,
14994
15079
  States.selected
14995
15080
  ];
14996
- var options134 = {};
14997
- var defaultProps131 = {
15081
+ var options135 = {};
15082
+ var defaultProps132 = {
14998
15083
  year: "2020"
14999
15084
  };
15000
15085
  var TimelineFlagWrap = (props) => {
@@ -15002,7 +15087,7 @@ var TimelineFlagWrap = (props) => {
15002
15087
  year,
15003
15088
  ...other
15004
15089
  } = props;
15005
- return /* @__PURE__ */ jsxs165(
15090
+ return /* @__PURE__ */ jsxs168(
15006
15091
  "li",
15007
15092
  {
15008
15093
  ...other,
@@ -15011,25 +15096,25 @@ var TimelineFlagWrap = (props) => {
15011
15096
  TIMELINEFLAGWRAP_CLASSNAME
15012
15097
  ),
15013
15098
  children: [
15014
- /* @__PURE__ */ jsx402("span", { className: "k-timeline-flag", children: year }),
15099
+ /* @__PURE__ */ jsx414("span", { className: "k-timeline-flag", children: year }),
15015
15100
  props.children
15016
15101
  ]
15017
15102
  }
15018
15103
  );
15019
15104
  };
15020
- TimelineFlagWrap.states = states143;
15021
- TimelineFlagWrap.options = options134;
15105
+ TimelineFlagWrap.states = states145;
15106
+ TimelineFlagWrap.options = options135;
15022
15107
  TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
15023
- TimelineFlagWrap.defaultProps = defaultProps131;
15108
+ TimelineFlagWrap.defaultProps = defaultProps132;
15024
15109
 
15025
15110
  // src/timeline/timeline-circle.spec.tsx
15026
- import { jsx as jsx403 } from "react/jsx-runtime";
15111
+ import { jsx as jsx415 } from "react/jsx-runtime";
15027
15112
  var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
15028
15113
  var TimelineCircle = (props) => {
15029
15114
  const {
15030
15115
  ...other
15031
15116
  } = props;
15032
- return /* @__PURE__ */ jsx403(
15117
+ return /* @__PURE__ */ jsx415(
15033
15118
  "span",
15034
15119
  {
15035
15120
  ...other,
@@ -15042,19 +15127,19 @@ var TimelineCircle = (props) => {
15042
15127
  };
15043
15128
 
15044
15129
  // src/timeline/timeline-flag.spec.tsx
15045
- import { jsx as jsx404 } from "react/jsx-runtime";
15130
+ import { jsx as jsx416 } from "react/jsx-runtime";
15046
15131
 
15047
15132
  // src/timeline/timeline-card.spec.tsx
15048
- import { jsx as jsx405, jsxs as jsxs166 } from "react/jsx-runtime";
15049
- var states144 = [];
15050
- var defaultProps132 = {};
15133
+ import { jsx as jsx417, jsxs as jsxs169 } from "react/jsx-runtime";
15134
+ var states146 = [];
15135
+ var defaultProps133 = {};
15051
15136
  var TimelineCard = (props) => {
15052
15137
  const {
15053
15138
  callout,
15054
15139
  children,
15055
15140
  ...other
15056
15141
  } = props;
15057
- return /* @__PURE__ */ jsxs166(
15142
+ return /* @__PURE__ */ jsxs169(
15058
15143
  Card,
15059
15144
  {
15060
15145
  className: classNames(
@@ -15064,27 +15149,27 @@ var TimelineCard = (props) => {
15064
15149
  callout: "true",
15065
15150
  ...other,
15066
15151
  children: [
15067
- callout && /* @__PURE__ */ jsx405(TimelineCardCallout, { callout }),
15152
+ callout && /* @__PURE__ */ jsx417(TimelineCardCallout, { callout }),
15068
15153
  children
15069
15154
  ]
15070
15155
  }
15071
15156
  );
15072
15157
  };
15073
- TimelineCard.states = states144;
15074
- TimelineCard.defaultProps = defaultProps132;
15158
+ TimelineCard.states = states146;
15159
+ TimelineCard.defaultProps = defaultProps133;
15075
15160
 
15076
15161
  // src/timeline/timeline-card-title.tsx
15077
- import { jsx as jsx406, jsxs as jsxs167 } from "react/jsx-runtime";
15162
+ import { jsx as jsx418, jsxs as jsxs170 } from "react/jsx-runtime";
15078
15163
  var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
15079
- var states145 = [];
15080
- var defaultProps133 = {};
15164
+ var states147 = [];
15165
+ var defaultProps134 = {};
15081
15166
  var TimelineCardTitle = (props) => {
15082
15167
  const {
15083
15168
  collapsible,
15084
15169
  children,
15085
15170
  ...other
15086
15171
  } = props;
15087
- return /* @__PURE__ */ jsxs167(
15172
+ return /* @__PURE__ */ jsxs170(
15088
15173
  "div",
15089
15174
  {
15090
15175
  className: classNames(
@@ -15093,26 +15178,26 @@ var TimelineCardTitle = (props) => {
15093
15178
  ),
15094
15179
  ...other,
15095
15180
  children: [
15096
- /* @__PURE__ */ jsx406("span", { className: "k-event-title", children }),
15097
- collapsible && /* @__PURE__ */ jsx406("span", { className: "k-event-collapse k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button", children: /* @__PURE__ */ jsx406(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
15181
+ /* @__PURE__ */ jsx418("span", { className: "k-event-title", children }),
15182
+ collapsible && /* @__PURE__ */ jsx418("span", { className: "k-event-collapse k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button", children: /* @__PURE__ */ jsx418(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
15098
15183
  ]
15099
15184
  }
15100
15185
  );
15101
15186
  };
15102
- TimelineCardTitle.states = states145;
15187
+ TimelineCardTitle.states = states147;
15103
15188
  TimelineCardTitle.className = TIMELINECARDTITLE_CLASSNAME;
15104
- TimelineCardTitle.defaultProps = defaultProps133;
15189
+ TimelineCardTitle.defaultProps = defaultProps134;
15105
15190
 
15106
15191
  // src/timeline/timeline-card-callout.tsx
15107
- import { jsx as jsx407 } from "react/jsx-runtime";
15192
+ import { jsx as jsx419 } from "react/jsx-runtime";
15108
15193
  var TIMELINECARDCALLOUT_CLASSNAME = `k-timeline-card-callout`;
15109
- var states146 = [];
15110
- var defaultProps134 = {};
15194
+ var states148 = [];
15195
+ var defaultProps135 = {};
15111
15196
  var TimelineCardCallout = (props) => {
15112
15197
  const {
15113
15198
  ...other
15114
15199
  } = props;
15115
- return /* @__PURE__ */ jsx407(
15200
+ return /* @__PURE__ */ jsx419(
15116
15201
  CardCallout,
15117
15202
  {
15118
15203
  className: classNames(
@@ -15123,24 +15208,24 @@ var TimelineCardCallout = (props) => {
15123
15208
  }
15124
15209
  );
15125
15210
  };
15126
- TimelineCardCallout.states = states146;
15211
+ TimelineCardCallout.states = states148;
15127
15212
  TimelineCardCallout.className = TIMELINECARDCALLOUT_CLASSNAME;
15128
- TimelineCardCallout.defaultProps = defaultProps134;
15213
+ TimelineCardCallout.defaultProps = defaultProps135;
15129
15214
 
15130
15215
  // src/timeline/timeline-date-wrap.spec.tsx
15131
- import { jsx as jsx408 } from "react/jsx-runtime";
15216
+ import { jsx as jsx420 } from "react/jsx-runtime";
15132
15217
  var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
15133
- var states147 = [];
15134
- var options135 = {};
15135
- var defaultProps135 = {
15218
+ var states149 = [];
15219
+ var options136 = {};
15220
+ var defaultProps136 = {
15136
15221
  date: "May 25, 2008"
15137
15222
  };
15138
15223
  var TimelineDateWrap = (props) => {
15139
15224
  const {
15140
- date = defaultProps135.date,
15225
+ date = defaultProps136.date,
15141
15226
  ...other
15142
15227
  } = props;
15143
- return /* @__PURE__ */ jsx408(
15228
+ return /* @__PURE__ */ jsx420(
15144
15229
  "div",
15145
15230
  {
15146
15231
  ...other,
@@ -15148,52 +15233,52 @@ var TimelineDateWrap = (props) => {
15148
15233
  props.className,
15149
15234
  TIMELINEDATEWRAP_CLASSNAME
15150
15235
  ),
15151
- children: /* @__PURE__ */ jsx408("span", { className: "k-timeline-date", children: date })
15236
+ children: /* @__PURE__ */ jsx420("span", { className: "k-timeline-date", children: date })
15152
15237
  }
15153
15238
  );
15154
15239
  };
15155
- TimelineDateWrap.states = states147;
15156
- TimelineDateWrap.options = options135;
15240
+ TimelineDateWrap.states = states149;
15241
+ TimelineDateWrap.options = options136;
15157
15242
  TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
15158
- TimelineDateWrap.defaultProps = defaultProps135;
15243
+ TimelineDateWrap.defaultProps = defaultProps136;
15159
15244
 
15160
15245
  // src/timeline/timeline-track-wrap.spec.tsx
15161
- import { jsx as jsx409, jsxs as jsxs168 } from "react/jsx-runtime";
15246
+ import { jsx as jsx421, jsxs as jsxs171 } from "react/jsx-runtime";
15162
15247
 
15163
15248
  // src/timeline/timeline-track.spec.tsx
15164
- import { jsx as jsx410 } from "react/jsx-runtime";
15249
+ import { jsx as jsx422 } from "react/jsx-runtime";
15165
15250
 
15166
15251
  // src/timeline/timeline-track-item.spec.tsx
15167
- import { jsxs as jsxs169 } from "react/jsx-runtime";
15252
+ import { jsxs as jsxs172 } from "react/jsx-runtime";
15168
15253
 
15169
15254
  // src/timeline/templates/timeline-normal.tsx
15170
- import { jsx as jsx411, jsxs as jsxs170 } from "react/jsx-runtime";
15255
+ import { jsx as jsx423, jsxs as jsxs173 } from "react/jsx-runtime";
15171
15256
 
15172
15257
  // src/timeline/templates/timeline-normal-collapsible.tsx
15173
- import { jsx as jsx412, jsxs as jsxs171 } from "react/jsx-runtime";
15258
+ import { jsx as jsx424, jsxs as jsxs174 } from "react/jsx-runtime";
15174
15259
 
15175
15260
  // src/timeline/templates/timeline-normal-alternating.tsx
15176
- import { jsx as jsx413, jsxs as jsxs172 } from "react/jsx-runtime";
15261
+ import { jsx as jsx425, jsxs as jsxs175 } from "react/jsx-runtime";
15177
15262
 
15178
15263
  // src/timeline/templates/timeline-horizontal.tsx
15179
- import { Fragment as Fragment120, jsx as jsx414, jsxs as jsxs173 } from "react/jsx-runtime";
15264
+ import { Fragment as Fragment120, jsx as jsx426, jsxs as jsxs176 } from "react/jsx-runtime";
15180
15265
 
15181
15266
  // src/pdf-viewer/pdf-viewer.spec.tsx
15182
- import { Fragment as Fragment121, jsx as jsx415, jsxs as jsxs174 } from "react/jsx-runtime";
15267
+ import { Fragment as Fragment121, jsx as jsx427, jsxs as jsxs177 } from "react/jsx-runtime";
15183
15268
  var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
15184
- var states148 = [
15269
+ var states150 = [
15185
15270
  States.disabled
15186
15271
  ];
15187
- var options136 = {};
15188
- var defaultToolbar2 = /* @__PURE__ */ jsx415(Fragment121, { children: /* @__PURE__ */ jsxs174(Toolbar, { resizable: true, children: [
15189
- /* @__PURE__ */ jsx415(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
15190
- /* @__PURE__ */ jsx415("span", { className: "k-spacer" }),
15191
- /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "search" }),
15192
- /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "file-pdf" }),
15193
- /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "print" }),
15194
- /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "fullscreen" })
15272
+ var options137 = {};
15273
+ var defaultToolbar2 = /* @__PURE__ */ jsx427(Fragment121, { children: /* @__PURE__ */ jsxs177(Toolbar, { resizable: true, children: [
15274
+ /* @__PURE__ */ jsx427(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
15275
+ /* @__PURE__ */ jsx427("span", { className: "k-spacer" }),
15276
+ /* @__PURE__ */ jsx427(Button, { fillMode: "flat", icon: "search" }),
15277
+ /* @__PURE__ */ jsx427(Button, { fillMode: "flat", icon: "file-pdf" }),
15278
+ /* @__PURE__ */ jsx427(Button, { fillMode: "flat", icon: "print" }),
15279
+ /* @__PURE__ */ jsx427(Button, { fillMode: "flat", icon: "fullscreen" })
15195
15280
  ] }) });
15196
- var defaultProps136 = {
15281
+ var defaultProps137 = {
15197
15282
  toolbar: defaultToolbar2,
15198
15283
  showSearchPanel: false,
15199
15284
  blank: false
@@ -15206,7 +15291,7 @@ var PDFViewer = (props) => {
15206
15291
  blank,
15207
15292
  ...other
15208
15293
  } = props;
15209
- return /* @__PURE__ */ jsxs174(
15294
+ return /* @__PURE__ */ jsxs177(
15210
15295
  "div",
15211
15296
  {
15212
15297
  ...other,
@@ -15217,42 +15302,42 @@ var PDFViewer = (props) => {
15217
15302
  ),
15218
15303
  children: [
15219
15304
  toolbar,
15220
- /* @__PURE__ */ jsxs174("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
15221
- showSearchPanel && /* @__PURE__ */ jsxs174("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
15222
- /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
15223
- /* @__PURE__ */ jsx415(
15305
+ /* @__PURE__ */ jsxs177("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
15306
+ showSearchPanel && /* @__PURE__ */ jsxs177("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
15307
+ /* @__PURE__ */ jsx427(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
15308
+ /* @__PURE__ */ jsx427(
15224
15309
  Textbox,
15225
15310
  {
15226
- suffix: /* @__PURE__ */ jsx415(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
15311
+ suffix: /* @__PURE__ */ jsx427(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
15227
15312
  }
15228
15313
  ),
15229
- /* @__PURE__ */ jsxs174("span", { className: "k-search-matches", children: [
15230
- /* @__PURE__ */ jsx415("span", { children: "0" }),
15314
+ /* @__PURE__ */ jsxs177("span", { className: "k-search-matches", children: [
15315
+ /* @__PURE__ */ jsx427("span", { children: "0" }),
15231
15316
  " of ",
15232
- /* @__PURE__ */ jsx415("span", { children: "1" })
15317
+ /* @__PURE__ */ jsx427("span", { children: "1" })
15233
15318
  ] }),
15234
- /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "arrow-up" }),
15235
- /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "arrow-down" }),
15236
- /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "x" })
15319
+ /* @__PURE__ */ jsx427(Button, { fillMode: "flat", icon: "arrow-up" }),
15320
+ /* @__PURE__ */ jsx427(Button, { fillMode: "flat", icon: "arrow-down" }),
15321
+ /* @__PURE__ */ jsx427(Button, { fillMode: "flat", icon: "x" })
15237
15322
  ] }),
15238
- /* @__PURE__ */ jsx415("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs174("div", { className: "k-page k-blank-page", children: [
15239
- /* @__PURE__ */ jsx415(DropzoneNormal, {}),
15240
- /* @__PURE__ */ jsx415(UploadNormal, { empty: true, status: "upload" })
15323
+ /* @__PURE__ */ jsx427("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs177("div", { className: "k-page k-blank-page", children: [
15324
+ /* @__PURE__ */ jsx427(DropzoneNormal, {}),
15325
+ /* @__PURE__ */ jsx427(UploadNormal, { empty: true, status: "upload" })
15241
15326
  ] }) : props.children })
15242
15327
  ] })
15243
15328
  ]
15244
15329
  }
15245
15330
  );
15246
15331
  };
15247
- PDFViewer.states = states148;
15248
- PDFViewer.options = options136;
15332
+ PDFViewer.states = states150;
15333
+ PDFViewer.options = options137;
15249
15334
  PDFViewer.className = PDFVIEWER_CLASSNAME;
15250
- PDFViewer.defaultProps = defaultProps136;
15335
+ PDFViewer.defaultProps = defaultProps137;
15251
15336
 
15252
15337
  // src/pdf-viewer/pdf-viewer-page.tsx
15253
- import { jsx as jsx416 } from "react/jsx-runtime";
15338
+ import { jsx as jsx428 } from "react/jsx-runtime";
15254
15339
  var PDFVIEWERPAGE_CLASSNAME = `k-page`;
15255
- var defaultProps137 = {
15340
+ var defaultProps138 = {
15256
15341
  width: "720px",
15257
15342
  height: "360px"
15258
15343
  };
@@ -15262,7 +15347,7 @@ var PDFViewerPage = (props) => {
15262
15347
  height,
15263
15348
  ...other
15264
15349
  } = props;
15265
- return /* @__PURE__ */ jsx416(
15350
+ return /* @__PURE__ */ jsx428(
15266
15351
  "div",
15267
15352
  {
15268
15353
  ...other,
@@ -15275,23 +15360,23 @@ var PDFViewerPage = (props) => {
15275
15360
  );
15276
15361
  };
15277
15362
  PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
15278
- PDFViewerPage.defaultProps = defaultProps137;
15363
+ PDFViewerPage.defaultProps = defaultProps138;
15279
15364
 
15280
15365
  // src/pdf-viewer/templates/pdf-viewer-normal.tsx
15281
- import { Fragment as Fragment122, jsx as jsx417, jsxs as jsxs175 } from "react/jsx-runtime";
15366
+ import { Fragment as Fragment122, jsx as jsx429, jsxs as jsxs178 } from "react/jsx-runtime";
15282
15367
 
15283
15368
  // src/pdf-viewer/templates/pdf-viewer-blank.tsx
15284
- import { jsx as jsx418 } from "react/jsx-runtime";
15369
+ import { jsx as jsx430 } from "react/jsx-runtime";
15285
15370
 
15286
15371
  // src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
15287
- import { Fragment as Fragment123, jsx as jsx419, jsxs as jsxs176 } from "react/jsx-runtime";
15372
+ import { Fragment as Fragment123, jsx as jsx431, jsxs as jsxs179 } from "react/jsx-runtime";
15288
15373
 
15289
15374
  // src/scrollview/scrollview-spec.tsx
15290
- import { Fragment as Fragment124, jsx as jsx420, jsxs as jsxs177 } from "react/jsx-runtime";
15375
+ import { Fragment as Fragment124, jsx as jsx432, jsxs as jsxs180 } from "react/jsx-runtime";
15291
15376
  var SCROLLVIEW_CLASSNAME = "k-scrollview";
15292
- var states149 = [];
15293
- var options137 = {};
15294
- var defaultProps138 = {
15377
+ var states151 = [];
15378
+ var options138 = {};
15379
+ var defaultProps139 = {
15295
15380
  mode: "normal",
15296
15381
  views: 9,
15297
15382
  animate: true,
@@ -15301,12 +15386,12 @@ var defaultProps138 = {
15301
15386
  };
15302
15387
  var ScrollView = (props) => {
15303
15388
  const {
15304
- mode = defaultProps138.mode,
15305
- views = defaultProps138.views,
15306
- animate = defaultProps138.animate,
15307
- arrows = defaultProps138.arrows,
15308
- pager = defaultProps138.pager,
15309
- rtl = defaultProps138.rtl,
15389
+ mode = defaultProps139.mode,
15390
+ views = defaultProps139.views,
15391
+ animate = defaultProps139.animate,
15392
+ arrows = defaultProps139.arrows,
15393
+ pager = defaultProps139.pager,
15394
+ rtl = defaultProps139.rtl,
15310
15395
  ...other
15311
15396
  } = props;
15312
15397
  const scrollviewViews = [];
@@ -15314,10 +15399,10 @@ var ScrollView = (props) => {
15314
15399
  const iconNext = rtl ? "chevron-left" : "chevron-right";
15315
15400
  for (let i = 0; i < views; i++) {
15316
15401
  scrollviewViews.push(
15317
- /* @__PURE__ */ jsx420("div", { className: "k-scrollview-view" }, i)
15402
+ /* @__PURE__ */ jsx432("div", { className: "k-scrollview-view" }, i)
15318
15403
  );
15319
15404
  }
15320
- return /* @__PURE__ */ jsxs177(
15405
+ return /* @__PURE__ */ jsxs180(
15321
15406
  "div",
15322
15407
  {
15323
15408
  ...other,
@@ -15330,44 +15415,44 @@ var ScrollView = (props) => {
15330
15415
  }
15331
15416
  ),
15332
15417
  children: [
15333
- /* @__PURE__ */ jsx420("div", { className: classNames(
15418
+ /* @__PURE__ */ jsx432("div", { className: classNames(
15334
15419
  "k-scrollview-wrap",
15335
15420
  {
15336
15421
  ["k-scrollview-animate"]: animate
15337
15422
  }
15338
15423
  ), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": 5 }, children: scrollviewViews }),
15339
- /* @__PURE__ */ jsxs177("div", { className: "k-scrollview-elements", children: [
15340
- arrows && /* @__PURE__ */ jsxs177(Fragment124, { children: [
15341
- /* @__PURE__ */ jsx420("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx420(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
15342
- /* @__PURE__ */ jsx420("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx420(Icon, { icon: iconNext, size: "xxxlarge" }) })
15424
+ /* @__PURE__ */ jsxs180("div", { className: "k-scrollview-elements", children: [
15425
+ arrows && /* @__PURE__ */ jsxs180(Fragment124, { children: [
15426
+ /* @__PURE__ */ jsx432("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx432(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
15427
+ /* @__PURE__ */ jsx432("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx432(Icon, { icon: iconNext, size: "xxxlarge" }) })
15343
15428
  ] }),
15344
- pager && /* @__PURE__ */ jsx420("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs177("div", { className: "k-scrollview-nav", children: [
15345
- mode === "light" && /* @__PURE__ */ jsxs177(Fragment124, { children: [
15346
- /* @__PURE__ */ jsx420("span", { className: "k-link" }),
15347
- /* @__PURE__ */ jsx420("span", { className: "k-link k-primary" }),
15348
- /* @__PURE__ */ jsx420("span", { className: "k-link k-primary k-focus" }),
15349
- /* @__PURE__ */ jsx420("span", { className: "k-link k-focus" }),
15350
- /* @__PURE__ */ jsx420("span", { className: "k-link" })
15429
+ pager && /* @__PURE__ */ jsx432("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs180("div", { className: "k-scrollview-nav", children: [
15430
+ mode === "light" && /* @__PURE__ */ jsxs180(Fragment124, { children: [
15431
+ /* @__PURE__ */ jsx432("span", { className: "k-link" }),
15432
+ /* @__PURE__ */ jsx432("span", { className: "k-link k-primary" }),
15433
+ /* @__PURE__ */ jsx432("span", { className: "k-link k-primary k-focus" }),
15434
+ /* @__PURE__ */ jsx432("span", { className: "k-link k-focus" }),
15435
+ /* @__PURE__ */ jsx432("span", { className: "k-link" })
15351
15436
  ] }),
15352
- mode === "normal" && /* @__PURE__ */ jsxs177(Fragment124, { children: [
15353
- /* @__PURE__ */ jsx420("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15354
- /* @__PURE__ */ jsx420("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15355
- /* @__PURE__ */ jsx420("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15356
- /* @__PURE__ */ jsx420("span", { className: "k-link" }),
15357
- /* @__PURE__ */ jsx420("span", { className: "k-link k-primary" }),
15358
- /* @__PURE__ */ jsx420("span", { className: "k-link" }),
15359
- /* @__PURE__ */ jsx420("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15360
- /* @__PURE__ */ jsx420("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15361
- /* @__PURE__ */ jsx420("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15437
+ mode === "normal" && /* @__PURE__ */ jsxs180(Fragment124, { children: [
15438
+ /* @__PURE__ */ jsx432("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15439
+ /* @__PURE__ */ jsx432("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15440
+ /* @__PURE__ */ jsx432("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15441
+ /* @__PURE__ */ jsx432("span", { className: "k-link" }),
15442
+ /* @__PURE__ */ jsx432("span", { className: "k-link k-primary" }),
15443
+ /* @__PURE__ */ jsx432("span", { className: "k-link" }),
15444
+ /* @__PURE__ */ jsx432("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15445
+ /* @__PURE__ */ jsx432("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15446
+ /* @__PURE__ */ jsx432("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15362
15447
  ] }),
15363
- mode === "dark" && /* @__PURE__ */ jsxs177(Fragment124, { children: [
15364
- /* @__PURE__ */ jsx420("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15365
- /* @__PURE__ */ jsx420("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15366
- /* @__PURE__ */ jsx420("span", { className: "k-link" }),
15367
- /* @__PURE__ */ jsx420("span", { className: "k-link k-primary" }),
15368
- /* @__PURE__ */ jsx420("span", { className: "k-link" }),
15369
- /* @__PURE__ */ jsx420("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15370
- /* @__PURE__ */ jsx420("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15448
+ mode === "dark" && /* @__PURE__ */ jsxs180(Fragment124, { children: [
15449
+ /* @__PURE__ */ jsx432("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15450
+ /* @__PURE__ */ jsx432("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15451
+ /* @__PURE__ */ jsx432("span", { className: "k-link" }),
15452
+ /* @__PURE__ */ jsx432("span", { className: "k-link k-primary" }),
15453
+ /* @__PURE__ */ jsx432("span", { className: "k-link" }),
15454
+ /* @__PURE__ */ jsx432("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15455
+ /* @__PURE__ */ jsx432("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15371
15456
  ] })
15372
15457
  ] }) })
15373
15458
  ] })
@@ -15375,83 +15460,83 @@ var ScrollView = (props) => {
15375
15460
  }
15376
15461
  );
15377
15462
  };
15378
- ScrollView.states = states149;
15379
- ScrollView.options = options137;
15463
+ ScrollView.states = states151;
15464
+ ScrollView.options = options138;
15380
15465
  ScrollView.className = SCROLLVIEW_CLASSNAME;
15381
- ScrollView.defaultProps = defaultProps138;
15466
+ ScrollView.defaultProps = defaultProps139;
15382
15467
 
15383
15468
  // src/scrollview/templates/scrollview-normal.tsx
15384
- import { jsx as jsx421 } from "react/jsx-runtime";
15469
+ import { jsx as jsx433 } from "react/jsx-runtime";
15385
15470
 
15386
15471
  // src/prompt/prompt.spec.tsx
15387
- import { Fragment as Fragment125, jsx as jsx422 } from "react/jsx-runtime";
15472
+ import { Fragment as Fragment125, jsx as jsx434 } from "react/jsx-runtime";
15388
15473
  var PROMPT_CLASSNAME = `k-prompt`;
15389
- var states150 = [];
15390
- var options138 = {};
15391
- var defaultProps139 = {};
15474
+ var states152 = [];
15475
+ var options139 = {};
15476
+ var defaultProps140 = {};
15392
15477
  var Prompt = (props) => {
15393
15478
  const {
15394
15479
  ...other
15395
15480
  } = props;
15396
- return /* @__PURE__ */ jsx422("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx422(Fragment125, { children: props.children }) });
15481
+ return /* @__PURE__ */ jsx434("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx434(Fragment125, { children: props.children }) });
15397
15482
  };
15398
- Prompt.states = states150;
15399
- Prompt.options = options138;
15483
+ Prompt.states = states152;
15484
+ Prompt.options = options139;
15400
15485
  Prompt.className = PROMPT_CLASSNAME;
15401
- Prompt.defaultProps = defaultProps139;
15486
+ Prompt.defaultProps = defaultProps140;
15402
15487
 
15403
15488
  // src/prompt/prompt-header.tsx
15404
- import { jsx as jsx423 } from "react/jsx-runtime";
15489
+ import { jsx as jsx435 } from "react/jsx-runtime";
15405
15490
 
15406
15491
  // src/prompt/prompt-content.tsx
15407
- import { Fragment as Fragment126, jsx as jsx424 } from "react/jsx-runtime";
15492
+ import { Fragment as Fragment126, jsx as jsx436 } from "react/jsx-runtime";
15408
15493
 
15409
15494
  // src/prompt/prompt-view.tsx
15410
- import { Fragment as Fragment127, jsx as jsx425, jsxs as jsxs178 } from "react/jsx-runtime";
15495
+ import { Fragment as Fragment127, jsx as jsx437, jsxs as jsxs181 } from "react/jsx-runtime";
15411
15496
 
15412
15497
  // src/prompt/prompt-footer.tsx
15413
- import { jsx as jsx426 } from "react/jsx-runtime";
15498
+ import { jsx as jsx438 } from "react/jsx-runtime";
15414
15499
 
15415
15500
  // src/prompt/prompt-suggestion.tsx
15416
- import { jsx as jsx427 } from "react/jsx-runtime";
15501
+ import { jsx as jsx439 } from "react/jsx-runtime";
15417
15502
 
15418
15503
  // src/prompt/prompt-setting.tsx
15419
- import { jsx as jsx428 } from "react/jsx-runtime";
15504
+ import { jsx as jsx440 } from "react/jsx-runtime";
15420
15505
 
15421
15506
  // src/prompt/templates/prompt-normal.tsx
15422
- import { jsx as jsx429, jsxs as jsxs179 } from "react/jsx-runtime";
15507
+ import { jsx as jsx441, jsxs as jsxs182 } from "react/jsx-runtime";
15423
15508
 
15424
15509
  // src/prompt/templates/prompt-suggestions.tsx
15425
- import { Fragment as Fragment128, jsx as jsx430, jsxs as jsxs180 } from "react/jsx-runtime";
15510
+ import { Fragment as Fragment128, jsx as jsx442, jsxs as jsxs183 } from "react/jsx-runtime";
15426
15511
 
15427
15512
  // src/prompt/templates/prompt-settings.tsx
15428
- import { Fragment as Fragment129, jsx as jsx431, jsxs as jsxs181 } from "react/jsx-runtime";
15513
+ import { Fragment as Fragment129, jsx as jsx443, jsxs as jsxs184 } from "react/jsx-runtime";
15429
15514
 
15430
15515
  // src/prompt/templates/prompt-output.tsx
15431
- import { jsx as jsx432, jsxs as jsxs182 } from "react/jsx-runtime";
15516
+ import { jsx as jsx444, jsxs as jsxs185 } from "react/jsx-runtime";
15432
15517
 
15433
15518
  // src/prompt/templates/prompt-more-actions.tsx
15434
- import { jsx as jsx433, jsxs as jsxs183 } from "react/jsx-runtime";
15519
+ import { jsx as jsx445, jsxs as jsxs186 } from "react/jsx-runtime";
15435
15520
 
15436
15521
  // src/prompt/templates/prompt-popup.tsx
15437
- import { jsx as jsx434, jsxs as jsxs184 } from "react/jsx-runtime";
15522
+ import { jsx as jsx446, jsxs as jsxs187 } from "react/jsx-runtime";
15438
15523
 
15439
15524
  // src/orgchart/orgchart.spec.tsx
15440
- import { jsx as jsx435 } from "react/jsx-runtime";
15525
+ import { jsx as jsx447 } from "react/jsx-runtime";
15441
15526
  var ORGCHART_CLASSNAME = `k-orgchart`;
15442
- var states151 = [];
15443
- var options139 = {};
15444
- var defaultProps140 = {
15527
+ var states153 = [];
15528
+ var options140 = {};
15529
+ var defaultProps141 = {
15445
15530
  width: "100%",
15446
15531
  height: "300px"
15447
15532
  };
15448
15533
  var Orgchart = (props) => {
15449
15534
  const {
15450
- width = defaultProps140.width,
15451
- height = defaultProps140.height,
15535
+ width = defaultProps141.width,
15536
+ height = defaultProps141.height,
15452
15537
  ...other
15453
15538
  } = props;
15454
- return /* @__PURE__ */ jsx435(
15539
+ return /* @__PURE__ */ jsx447(
15455
15540
  "div",
15456
15541
  {
15457
15542
  ...other,
@@ -15459,19 +15544,19 @@ var Orgchart = (props) => {
15459
15544
  props.className,
15460
15545
  ORGCHART_CLASSNAME
15461
15546
  ),
15462
- children: /* @__PURE__ */ jsx435("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
15547
+ children: /* @__PURE__ */ jsx447("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
15463
15548
  }
15464
15549
  );
15465
15550
  };
15466
- Orgchart.states = states151;
15467
- Orgchart.options = options139;
15551
+ Orgchart.states = states153;
15552
+ Orgchart.options = options140;
15468
15553
  Orgchart.className = ORGCHART_CLASSNAME;
15469
- Orgchart.defaultProps = defaultProps140;
15554
+ Orgchart.defaultProps = defaultProps141;
15470
15555
 
15471
15556
  // src/orgchart/orgchart-node.tsx
15472
- import { jsx as jsx436, jsxs as jsxs185 } from "react/jsx-runtime";
15557
+ import { jsx as jsx448, jsxs as jsxs188 } from "react/jsx-runtime";
15473
15558
  var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
15474
- var defaultProps141 = {
15559
+ var defaultProps142 = {
15475
15560
  buttonIcon: "plus"
15476
15561
  };
15477
15562
  var OrgchartNode = (props) => {
@@ -15483,12 +15568,12 @@ var OrgchartNode = (props) => {
15483
15568
  lineBottom,
15484
15569
  lineTop,
15485
15570
  button,
15486
- buttonIcon: buttonIcon2 = defaultProps141.buttonIcon,
15571
+ buttonIcon: buttonIcon2 = defaultProps142.buttonIcon,
15487
15572
  avatar,
15488
15573
  avatarType,
15489
15574
  ...other
15490
15575
  } = props;
15491
- return /* @__PURE__ */ jsxs185(
15576
+ return /* @__PURE__ */ jsxs188(
15492
15577
  "div",
15493
15578
  {
15494
15579
  ...other,
@@ -15499,35 +15584,35 @@ var OrgchartNode = (props) => {
15499
15584
  "k-align-items-center"
15500
15585
  ),
15501
15586
  children: [
15502
- lineTop && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15503
- /* @__PURE__ */ jsx436(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs185(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
15504
- /* @__PURE__ */ jsx436(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx436("img", { src: avatar }) : avatar }),
15505
- /* @__PURE__ */ jsxs185("div", { className: "k-card-title-wrap k-vstack", children: [
15506
- /* @__PURE__ */ jsx436(CardTitle, { className: "k-text-ellipsis", children: title }),
15507
- /* @__PURE__ */ jsx436("span", { className: "k-spacer" }),
15508
- /* @__PURE__ */ jsx436(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
15587
+ lineTop && /* @__PURE__ */ jsx448("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15588
+ /* @__PURE__ */ jsx448(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs188(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
15589
+ /* @__PURE__ */ jsx448(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx448("img", { src: avatar }) : avatar }),
15590
+ /* @__PURE__ */ jsxs188("div", { className: "k-card-title-wrap k-vstack", children: [
15591
+ /* @__PURE__ */ jsx448(CardTitle, { className: "k-text-ellipsis", children: title }),
15592
+ /* @__PURE__ */ jsx448("span", { className: "k-spacer" }),
15593
+ /* @__PURE__ */ jsx448(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
15509
15594
  ] }),
15510
- /* @__PURE__ */ jsx436("span", { className: "k-spacer" })
15595
+ /* @__PURE__ */ jsx448("span", { className: "k-spacer" })
15511
15596
  ] }) }),
15512
- lineBottom && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15513
- button && /* @__PURE__ */ jsx436(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15597
+ lineBottom && /* @__PURE__ */ jsx448("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15598
+ button && /* @__PURE__ */ jsx448(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15514
15599
  ]
15515
15600
  }
15516
15601
  );
15517
15602
  };
15518
15603
 
15519
15604
  // src/orgchart/orgchart-group.tsx
15520
- import { Fragment as Fragment130, jsx as jsx437, jsxs as jsxs186 } from "react/jsx-runtime";
15605
+ import { Fragment as Fragment130, jsx as jsx449, jsxs as jsxs189 } from "react/jsx-runtime";
15521
15606
  var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
15522
- var states152 = [];
15523
- var options140 = {};
15524
- var defaultProps142 = {
15607
+ var states154 = [];
15608
+ var options141 = {};
15609
+ var defaultProps143 = {
15525
15610
  orientation: "horizontal"
15526
15611
  };
15527
15612
  var OrgchartGroup = (props) => {
15528
15613
  const {
15529
15614
  children,
15530
- orientation = defaultProps142.orientation,
15615
+ orientation = defaultProps143.orientation,
15531
15616
  justifyContent,
15532
15617
  ...other
15533
15618
  } = props;
@@ -15550,7 +15635,7 @@ var OrgchartGroup = (props) => {
15550
15635
  }
15551
15636
  }
15552
15637
  }
15553
- return /* @__PURE__ */ jsxs186(
15638
+ return /* @__PURE__ */ jsxs189(
15554
15639
  "div",
15555
15640
  {
15556
15641
  ...other,
@@ -15564,7 +15649,7 @@ var OrgchartGroup = (props) => {
15564
15649
  ),
15565
15650
  style: { width: "100%" },
15566
15651
  children: [
15567
- chartNodes.length > 0 && /* @__PURE__ */ jsx437(
15652
+ chartNodes.length > 0 && /* @__PURE__ */ jsx449(
15568
15653
  "div",
15569
15654
  {
15570
15655
  className: classNames(
@@ -15574,26 +15659,26 @@ var OrgchartGroup = (props) => {
15574
15659
  [`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
15575
15660
  }
15576
15661
  ),
15577
- children: /* @__PURE__ */ jsx437(Fragment130, { children: chartNodes })
15662
+ children: /* @__PURE__ */ jsx449(Fragment130, { children: chartNodes })
15578
15663
  }
15579
15664
  ),
15580
- /* @__PURE__ */ jsx437(Fragment130, { children: chartGroups })
15665
+ /* @__PURE__ */ jsx449(Fragment130, { children: chartGroups })
15581
15666
  ]
15582
15667
  }
15583
15668
  );
15584
15669
  };
15585
- OrgchartGroup.states = states152;
15586
- OrgchartGroup.options = options140;
15670
+ OrgchartGroup.states = states154;
15671
+ OrgchartGroup.options = options141;
15587
15672
  OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
15588
- OrgchartGroup.defaultProps = defaultProps142;
15673
+ OrgchartGroup.defaultProps = defaultProps143;
15589
15674
 
15590
15675
  // src/orgchart/orgchart-node-group.tsx
15591
- import { jsx as jsx438, jsxs as jsxs187 } from "react/jsx-runtime";
15676
+ import { jsx as jsx450, jsxs as jsxs190 } from "react/jsx-runtime";
15592
15677
  var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
15593
- var states153 = [
15678
+ var states155 = [
15594
15679
  States.focus
15595
15680
  ];
15596
- var defaultProps143 = {
15681
+ var defaultProps144 = {
15597
15682
  orientation: "horizontal",
15598
15683
  buttonIcon: "plus"
15599
15684
  };
@@ -15604,12 +15689,12 @@ var OrgchartNodeGroup = (props) => {
15604
15689
  lineBottom,
15605
15690
  lineTop,
15606
15691
  button,
15607
- buttonIcon: buttonIcon2 = defaultProps143.buttonIcon,
15692
+ buttonIcon: buttonIcon2 = defaultProps144.buttonIcon,
15608
15693
  focus,
15609
- orientation = defaultProps143.orientation,
15694
+ orientation = defaultProps144.orientation,
15610
15695
  ...other
15611
15696
  } = props;
15612
- return /* @__PURE__ */ jsxs187(
15697
+ return /* @__PURE__ */ jsxs190(
15613
15698
  "div",
15614
15699
  {
15615
15700
  ...other,
@@ -15620,8 +15705,8 @@ var OrgchartNodeGroup = (props) => {
15620
15705
  "k-align-items-center"
15621
15706
  ),
15622
15707
  children: [
15623
- lineTop && /* @__PURE__ */ jsx438("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15624
- /* @__PURE__ */ jsxs187(
15708
+ lineTop && /* @__PURE__ */ jsx450("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15709
+ /* @__PURE__ */ jsxs190(
15625
15710
  "div",
15626
15711
  {
15627
15712
  className: classNames(
@@ -15632,9 +15717,9 @@ var OrgchartNodeGroup = (props) => {
15632
15717
  })
15633
15718
  ),
15634
15719
  children: [
15635
- title && /* @__PURE__ */ jsx438("div", { className: "k-orgchart-node-group-title", children: title }),
15636
- subtitle && /* @__PURE__ */ jsx438("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
15637
- /* @__PURE__ */ jsx438(
15720
+ title && /* @__PURE__ */ jsx450("div", { className: "k-orgchart-node-group-title", children: title }),
15721
+ subtitle && /* @__PURE__ */ jsx450("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
15722
+ /* @__PURE__ */ jsx450(
15638
15723
  "div",
15639
15724
  {
15640
15725
  className: classNames(
@@ -15649,51 +15734,51 @@ var OrgchartNodeGroup = (props) => {
15649
15734
  ]
15650
15735
  }
15651
15736
  ),
15652
- lineBottom && /* @__PURE__ */ jsx438("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15653
- button && /* @__PURE__ */ jsx438(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15737
+ lineBottom && /* @__PURE__ */ jsx450("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15738
+ button && /* @__PURE__ */ jsx450(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15654
15739
  ]
15655
15740
  }
15656
15741
  );
15657
15742
  };
15658
- OrgchartNodeGroup.states = states153;
15743
+ OrgchartNodeGroup.states = states155;
15659
15744
 
15660
15745
  // src/orgchart/templates/orgchart-normal.tsx
15661
- import { jsx as jsx439, jsxs as jsxs188 } from "react/jsx-runtime";
15746
+ import { jsx as jsx451, jsxs as jsxs191 } from "react/jsx-runtime";
15662
15747
 
15663
15748
  // src/orgchart/templates/orgchart-vertical.tsx
15664
- import { jsx as jsx440, jsxs as jsxs189 } from "react/jsx-runtime";
15749
+ import { jsx as jsx452, jsxs as jsxs192 } from "react/jsx-runtime";
15665
15750
 
15666
15751
  // src/orgchart/templates/orgchart-group-normal.tsx
15667
- import { jsx as jsx441, jsxs as jsxs190 } from "react/jsx-runtime";
15752
+ import { jsx as jsx453, jsxs as jsxs193 } from "react/jsx-runtime";
15668
15753
 
15669
15754
  // src/orgchart/templates/orgchart-group-vertical.tsx
15670
- import { jsx as jsx442, jsxs as jsxs191 } from "react/jsx-runtime";
15755
+ import { jsx as jsx454, jsxs as jsxs194 } from "react/jsx-runtime";
15671
15756
 
15672
15757
  // src/signature/signature.spec.tsx
15673
- import { jsx as jsx443, jsxs as jsxs192 } from "react/jsx-runtime";
15758
+ import { jsx as jsx455, jsxs as jsxs195 } from "react/jsx-runtime";
15674
15759
  var SIGNATURE_CLASSNAME = `k-signature`;
15675
- var states154 = [
15760
+ var states156 = [
15676
15761
  States.hover,
15677
15762
  States.focus,
15678
15763
  States.valid,
15679
15764
  States.invalid,
15680
15765
  States.disabled
15681
15766
  ];
15682
- var options141 = {
15767
+ var options142 = {
15683
15768
  size: [Size.small, Size.medium, Size.large],
15684
15769
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
15685
15770
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
15686
15771
  };
15687
- var defaultProps144 = {
15772
+ var defaultProps145 = {
15688
15773
  size: Size.medium,
15689
15774
  rounded: Roundness.medium,
15690
15775
  fillMode: FillMode.solid
15691
15776
  };
15692
15777
  var Signature = (props) => {
15693
15778
  const {
15694
- size = defaultProps144.size,
15695
- rounded = defaultProps144.rounded,
15696
- fillMode = defaultProps144.fillMode,
15779
+ size = defaultProps145.size,
15780
+ rounded = defaultProps145.rounded,
15781
+ fillMode = defaultProps145.fillMode,
15697
15782
  hover,
15698
15783
  focus,
15699
15784
  valid,
@@ -15702,7 +15787,7 @@ var Signature = (props) => {
15702
15787
  maximized,
15703
15788
  ...other
15704
15789
  } = props;
15705
- return /* @__PURE__ */ jsxs192(
15790
+ return /* @__PURE__ */ jsxs195(
15706
15791
  "div",
15707
15792
  {
15708
15793
  ...other,
@@ -15730,8 +15815,8 @@ var Signature = (props) => {
15730
15815
  }
15731
15816
  ),
15732
15817
  children: [
15733
- /* @__PURE__ */ jsx443("canvas", { className: "k-signature-canvas" }),
15734
- /* @__PURE__ */ jsxs192(
15818
+ /* @__PURE__ */ jsx455("canvas", { className: "k-signature-canvas" }),
15819
+ /* @__PURE__ */ jsxs195(
15735
15820
  "div",
15736
15821
  {
15737
15822
  className: classNames(
@@ -15739,7 +15824,7 @@ var Signature = (props) => {
15739
15824
  "k-signature-actions-top"
15740
15825
  ),
15741
15826
  children: [
15742
- /* @__PURE__ */ jsx443(
15827
+ /* @__PURE__ */ jsx455(
15743
15828
  Button,
15744
15829
  {
15745
15830
  className: classNames(
@@ -15753,7 +15838,7 @@ var Signature = (props) => {
15753
15838
  fillMode: "flat"
15754
15839
  }
15755
15840
  ),
15756
- /* @__PURE__ */ jsx443(
15841
+ /* @__PURE__ */ jsx455(
15757
15842
  Button,
15758
15843
  {
15759
15844
  className: classNames(
@@ -15770,15 +15855,15 @@ var Signature = (props) => {
15770
15855
  ]
15771
15856
  }
15772
15857
  ),
15773
- /* @__PURE__ */ jsx443("div", { className: "k-signature-line" }),
15774
- /* @__PURE__ */ jsx443(
15858
+ /* @__PURE__ */ jsx455("div", { className: "k-signature-line" }),
15859
+ /* @__PURE__ */ jsx455(
15775
15860
  "div",
15776
15861
  {
15777
15862
  className: classNames(
15778
15863
  "k-signature-actions",
15779
15864
  "k-signature-actions-bottom"
15780
15865
  ),
15781
- children: /* @__PURE__ */ jsx443(
15866
+ children: /* @__PURE__ */ jsx455(
15782
15867
  Button,
15783
15868
  {
15784
15869
  className: classNames(
@@ -15797,27 +15882,27 @@ var Signature = (props) => {
15797
15882
  }
15798
15883
  );
15799
15884
  };
15800
- Signature.states = states154;
15801
- Signature.options = options141;
15885
+ Signature.states = states156;
15886
+ Signature.options = options142;
15802
15887
  Signature.className = SIGNATURE_CLASSNAME;
15803
- Signature.defaultProps = defaultProps144;
15888
+ Signature.defaultProps = defaultProps145;
15804
15889
 
15805
15890
  // src/editor/editor.spec.tsx
15806
- import { jsx as jsx444 } from "react/jsx-runtime";
15891
+ import { jsx as jsx456 } from "react/jsx-runtime";
15807
15892
  var EDITOR_CLASSNAME = `k-editor`;
15808
- var states155 = [
15893
+ var states157 = [
15809
15894
  States.readonly,
15810
15895
  States.disabled
15811
15896
  ];
15812
- var options142 = {};
15813
- var defaultProps145 = {};
15897
+ var options143 = {};
15898
+ var defaultProps146 = {};
15814
15899
  var Editor = (props) => {
15815
15900
  const {
15816
15901
  readonly,
15817
15902
  disabled,
15818
15903
  ...other
15819
15904
  } = props;
15820
- return /* @__PURE__ */ jsx444(
15905
+ return /* @__PURE__ */ jsx456(
15821
15906
  "div",
15822
15907
  {
15823
15908
  ...other,
@@ -15833,742 +15918,742 @@ var Editor = (props) => {
15833
15918
  }
15834
15919
  );
15835
15920
  };
15836
- Editor.states = states155;
15837
- Editor.options = options142;
15921
+ Editor.states = states157;
15922
+ Editor.options = options143;
15838
15923
  Editor.className = EDITOR_CLASSNAME;
15839
- Editor.defaultProps = defaultProps145;
15924
+ Editor.defaultProps = defaultProps146;
15840
15925
 
15841
15926
  // src/editor/editor-toolbar.tsx
15842
- import { jsx as jsx445 } from "react/jsx-runtime";
15927
+ import { jsx as jsx457 } from "react/jsx-runtime";
15843
15928
 
15844
15929
  // src/editor/editor-content.tsx
15845
- import { jsx as jsx446 } from "react/jsx-runtime";
15846
- var states156 = [
15930
+ import { jsx as jsx458 } from "react/jsx-runtime";
15931
+ var states158 = [
15847
15932
  States.focus
15848
15933
  ];
15849
15934
 
15850
15935
  // src/editor/templates/editor-normal.tsx
15851
- import { Fragment as Fragment131, jsx as jsx447, jsxs as jsxs193 } from "react/jsx-runtime";
15936
+ import { Fragment as Fragment131, jsx as jsx459, jsxs as jsxs196 } from "react/jsx-runtime";
15852
15937
 
15853
15938
  // src/utils/templates/background/background-clip/border-clip.tsx
15854
- import { jsx as jsx448 } from "react/jsx-runtime";
15939
+ import { jsx as jsx460 } from "react/jsx-runtime";
15855
15940
 
15856
15941
  // src/utils/templates/background/background-clip/content-clip.tsx
15857
- import { jsx as jsx449 } from "react/jsx-runtime";
15942
+ import { jsx as jsx461 } from "react/jsx-runtime";
15858
15943
 
15859
15944
  // src/utils/templates/background/background-clip/padding-clip.tsx
15860
- import { jsx as jsx450 } from "react/jsx-runtime";
15945
+ import { jsx as jsx462 } from "react/jsx-runtime";
15861
15946
 
15862
15947
  // src/utils/templates/background/background-clip/text-clip.tsx
15863
- import { jsx as jsx451 } from "react/jsx-runtime";
15948
+ import { jsx as jsx463 } from "react/jsx-runtime";
15864
15949
 
15865
15950
  // src/utils/templates/background/background-color/color.tsx
15866
- import { jsx as jsx452, jsxs as jsxs194 } from "react/jsx-runtime";
15951
+ import { jsx as jsx464, jsxs as jsxs197 } from "react/jsx-runtime";
15867
15952
 
15868
15953
  // src/utils/templates/borders/border-color/all-sides.tsx
15869
- import { jsx as jsx453, jsxs as jsxs195 } from "react/jsx-runtime";
15954
+ import { jsx as jsx465, jsxs as jsxs198 } from "react/jsx-runtime";
15870
15955
 
15871
15956
  // src/utils/templates/borders/border-color/individual.tsx
15872
- import { jsx as jsx454, jsxs as jsxs196 } from "react/jsx-runtime";
15957
+ import { jsx as jsx466, jsxs as jsxs199 } from "react/jsx-runtime";
15873
15958
 
15874
15959
  // src/utils/templates/borders/border-color/left-right.tsx
15875
- import { jsx as jsx455, jsxs as jsxs197 } from "react/jsx-runtime";
15960
+ import { jsx as jsx467, jsxs as jsxs200 } from "react/jsx-runtime";
15876
15961
 
15877
15962
  // src/utils/templates/borders/border-color/top-bottom.tsx
15878
- import { jsx as jsx456, jsxs as jsxs198 } from "react/jsx-runtime";
15963
+ import { jsx as jsx468, jsxs as jsxs201 } from "react/jsx-runtime";
15879
15964
 
15880
15965
  // src/utils/templates/borders/border-radius/corners.tsx
15881
- import { jsx as jsx457, jsxs as jsxs199 } from "react/jsx-runtime";
15966
+ import { jsx as jsx469, jsxs as jsxs202 } from "react/jsx-runtime";
15882
15967
 
15883
15968
  // src/utils/templates/borders/border-radius/no-rounding.tsx
15884
- import { jsx as jsx458, jsxs as jsxs200 } from "react/jsx-runtime";
15969
+ import { jsx as jsx470, jsxs as jsxs203 } from "react/jsx-runtime";
15885
15970
 
15886
15971
  // src/utils/templates/borders/border-radius/rounding.tsx
15887
- import { jsx as jsx459, jsxs as jsxs201 } from "react/jsx-runtime";
15972
+ import { jsx as jsx471, jsxs as jsxs204 } from "react/jsx-runtime";
15888
15973
 
15889
15974
  // src/utils/templates/borders/border-radius/sides.tsx
15890
- import { jsx as jsx460, jsxs as jsxs202 } from "react/jsx-runtime";
15975
+ import { jsx as jsx472, jsxs as jsxs205 } from "react/jsx-runtime";
15891
15976
 
15892
15977
  // src/utils/templates/borders/border-style/all-sides.tsx
15893
- import { jsx as jsx461, jsxs as jsxs203 } from "react/jsx-runtime";
15978
+ import { jsx as jsx473, jsxs as jsxs206 } from "react/jsx-runtime";
15894
15979
 
15895
15980
  // src/utils/templates/borders/border-style/individual.tsx
15896
- import { jsx as jsx462, jsxs as jsxs204 } from "react/jsx-runtime";
15981
+ import { jsx as jsx474, jsxs as jsxs207 } from "react/jsx-runtime";
15897
15982
 
15898
15983
  // src/utils/templates/borders/border-style/left-right.tsx
15899
- import { jsx as jsx463, jsxs as jsxs205 } from "react/jsx-runtime";
15984
+ import { jsx as jsx475, jsxs as jsxs208 } from "react/jsx-runtime";
15900
15985
 
15901
15986
  // src/utils/templates/borders/border-style/no-style.tsx
15902
- import { jsx as jsx464 } from "react/jsx-runtime";
15987
+ import { jsx as jsx476 } from "react/jsx-runtime";
15903
15988
 
15904
15989
  // src/utils/templates/borders/border-style/top-bottom.tsx
15905
- import { jsx as jsx465, jsxs as jsxs206 } from "react/jsx-runtime";
15990
+ import { jsx as jsx477, jsxs as jsxs209 } from "react/jsx-runtime";
15906
15991
 
15907
15992
  // src/utils/templates/borders/border-width/all-sides.tsx
15908
- import { jsx as jsx466, jsxs as jsxs207 } from "react/jsx-runtime";
15993
+ import { jsx as jsx478, jsxs as jsxs210 } from "react/jsx-runtime";
15909
15994
 
15910
15995
  // src/utils/templates/borders/border-width/individual.tsx
15911
- import { jsx as jsx467, jsxs as jsxs208 } from "react/jsx-runtime";
15996
+ import { jsx as jsx479, jsxs as jsxs211 } from "react/jsx-runtime";
15912
15997
 
15913
15998
  // src/utils/templates/borders/border-width/left-right.tsx
15914
- import { jsx as jsx468, jsxs as jsxs209 } from "react/jsx-runtime";
15999
+ import { jsx as jsx480, jsxs as jsxs212 } from "react/jsx-runtime";
15915
16000
 
15916
16001
  // src/utils/templates/borders/border-width/top-bottom.tsx
15917
- import { jsx as jsx469, jsxs as jsxs210 } from "react/jsx-runtime";
16002
+ import { jsx as jsx481, jsxs as jsxs213 } from "react/jsx-runtime";
15918
16003
 
15919
16004
  // src/utils/templates/borders/outline-color/all-sides.tsx
15920
- import { jsx as jsx470 } from "react/jsx-runtime";
16005
+ import { jsx as jsx482 } from "react/jsx-runtime";
15921
16006
 
15922
16007
  // src/utils/templates/borders/outline-offset/all-sides.tsx
15923
- import { jsx as jsx471, jsxs as jsxs211 } from "react/jsx-runtime";
16008
+ import { jsx as jsx483, jsxs as jsxs214 } from "react/jsx-runtime";
15924
16009
 
15925
16010
  // src/utils/templates/borders/outline-offset/no-offset.tsx
15926
- import { jsx as jsx472 } from "react/jsx-runtime";
16011
+ import { jsx as jsx484 } from "react/jsx-runtime";
15927
16012
 
15928
16013
  // src/utils/templates/borders/outline-style/all-sides.tsx
15929
- import { jsx as jsx473, jsxs as jsxs212 } from "react/jsx-runtime";
16014
+ import { jsx as jsx485, jsxs as jsxs215 } from "react/jsx-runtime";
15930
16015
 
15931
16016
  // src/utils/templates/borders/outline-style/no-style.tsx
15932
- import { jsx as jsx474 } from "react/jsx-runtime";
16017
+ import { jsx as jsx486 } from "react/jsx-runtime";
15933
16018
 
15934
16019
  // src/utils/templates/borders/outline-width/all-sides.tsx
15935
- import { jsx as jsx475, jsxs as jsxs213 } from "react/jsx-runtime";
16020
+ import { jsx as jsx487, jsxs as jsxs216 } from "react/jsx-runtime";
15936
16021
 
15937
16022
  // src/utils/templates/borders/outline-width/no-width.tsx
15938
- import { jsx as jsx476 } from "react/jsx-runtime";
16023
+ import { jsx as jsx488 } from "react/jsx-runtime";
15939
16024
 
15940
16025
  // src/utils/templates/effects/opacity/applying.tsx
15941
- import { jsx as jsx477, jsxs as jsxs214 } from "react/jsx-runtime";
16026
+ import { jsx as jsx489, jsxs as jsxs217 } from "react/jsx-runtime";
15942
16027
 
15943
16028
  // src/utils/templates/filters/backdrop-blur/applying.tsx
15944
- import { Fragment as Fragment132, jsx as jsx478, jsxs as jsxs215 } from "react/jsx-runtime";
16029
+ import { Fragment as Fragment132, jsx as jsx490, jsxs as jsxs218 } from "react/jsx-runtime";
15945
16030
 
15946
16031
  // src/utils/templates/flex-grid/align-content/around.tsx
15947
- import { jsx as jsx479, jsxs as jsxs216 } from "react/jsx-runtime";
16032
+ import { jsx as jsx491, jsxs as jsxs219 } from "react/jsx-runtime";
15948
16033
 
15949
16034
  // src/utils/templates/flex-grid/align-content/between.tsx
15950
- import { jsx as jsx480, jsxs as jsxs217 } from "react/jsx-runtime";
16035
+ import { jsx as jsx492, jsxs as jsxs220 } from "react/jsx-runtime";
15951
16036
 
15952
16037
  // src/utils/templates/flex-grid/align-content/center.tsx
15953
- import { jsx as jsx481, jsxs as jsxs218 } from "react/jsx-runtime";
16038
+ import { jsx as jsx493, jsxs as jsxs221 } from "react/jsx-runtime";
15954
16039
 
15955
16040
  // src/utils/templates/flex-grid/align-content/end.tsx
15956
- import { jsx as jsx482, jsxs as jsxs219 } from "react/jsx-runtime";
16041
+ import { jsx as jsx494, jsxs as jsxs222 } from "react/jsx-runtime";
15957
16042
 
15958
16043
  // src/utils/templates/flex-grid/align-content/evenly.tsx
15959
- import { jsx as jsx483, jsxs as jsxs220 } from "react/jsx-runtime";
16044
+ import { jsx as jsx495, jsxs as jsxs223 } from "react/jsx-runtime";
15960
16045
 
15961
16046
  // src/utils/templates/flex-grid/align-content/normal.tsx
15962
- import { jsx as jsx484, jsxs as jsxs221 } from "react/jsx-runtime";
16047
+ import { jsx as jsx496, jsxs as jsxs224 } from "react/jsx-runtime";
15963
16048
 
15964
16049
  // src/utils/templates/flex-grid/align-content/start.tsx
15965
- import { jsx as jsx485, jsxs as jsxs222 } from "react/jsx-runtime";
16050
+ import { jsx as jsx497, jsxs as jsxs225 } from "react/jsx-runtime";
15966
16051
 
15967
16052
  // src/utils/templates/flex-grid/align-content/stretch.tsx
15968
- import { jsx as jsx486, jsxs as jsxs223 } from "react/jsx-runtime";
16053
+ import { jsx as jsx498, jsxs as jsxs226 } from "react/jsx-runtime";
15969
16054
 
15970
16055
  // src/utils/templates/flex-grid/align-items/baseline.tsx
15971
- import { jsx as jsx487, jsxs as jsxs224 } from "react/jsx-runtime";
16056
+ import { jsx as jsx499, jsxs as jsxs227 } from "react/jsx-runtime";
15972
16057
 
15973
16058
  // src/utils/templates/flex-grid/align-items/center.tsx
15974
- import { jsx as jsx488, jsxs as jsxs225 } from "react/jsx-runtime";
16059
+ import { jsx as jsx500, jsxs as jsxs228 } from "react/jsx-runtime";
15975
16060
 
15976
16061
  // src/utils/templates/flex-grid/align-items/end.tsx
15977
- import { jsx as jsx489, jsxs as jsxs226 } from "react/jsx-runtime";
16062
+ import { jsx as jsx501, jsxs as jsxs229 } from "react/jsx-runtime";
15978
16063
 
15979
16064
  // src/utils/templates/flex-grid/align-items/start.tsx
15980
- import { jsx as jsx490, jsxs as jsxs227 } from "react/jsx-runtime";
16065
+ import { jsx as jsx502, jsxs as jsxs230 } from "react/jsx-runtime";
15981
16066
 
15982
16067
  // src/utils/templates/flex-grid/align-items/stretch.tsx
15983
- import { jsx as jsx491, jsxs as jsxs228 } from "react/jsx-runtime";
16068
+ import { jsx as jsx503, jsxs as jsxs231 } from "react/jsx-runtime";
15984
16069
 
15985
16070
  // src/utils/templates/flex-grid/align-self/baseline.tsx
15986
- import { jsx as jsx492, jsxs as jsxs229 } from "react/jsx-runtime";
16071
+ import { jsx as jsx504, jsxs as jsxs232 } from "react/jsx-runtime";
15987
16072
 
15988
16073
  // src/utils/templates/flex-grid/align-self/center.tsx
15989
- import { jsx as jsx493, jsxs as jsxs230 } from "react/jsx-runtime";
16074
+ import { jsx as jsx505, jsxs as jsxs233 } from "react/jsx-runtime";
15990
16075
 
15991
16076
  // src/utils/templates/flex-grid/align-self/end.tsx
15992
- import { jsx as jsx494, jsxs as jsxs231 } from "react/jsx-runtime";
16077
+ import { jsx as jsx506, jsxs as jsxs234 } from "react/jsx-runtime";
15993
16078
 
15994
16079
  // src/utils/templates/flex-grid/align-self/start.tsx
15995
- import { jsx as jsx495, jsxs as jsxs232 } from "react/jsx-runtime";
16080
+ import { jsx as jsx507, jsxs as jsxs235 } from "react/jsx-runtime";
15996
16081
 
15997
16082
  // src/utils/templates/flex-grid/align-self/stretch.tsx
15998
- import { jsx as jsx496, jsxs as jsxs233 } from "react/jsx-runtime";
16083
+ import { jsx as jsx508, jsxs as jsxs236 } from "react/jsx-runtime";
15999
16084
 
16000
16085
  // src/utils/templates/flex-grid/flex/auto.tsx
16001
- import { jsx as jsx497, jsxs as jsxs234 } from "react/jsx-runtime";
16086
+ import { jsx as jsx509, jsxs as jsxs237 } from "react/jsx-runtime";
16002
16087
 
16003
16088
  // src/utils/templates/flex-grid/flex/flex-1.tsx
16004
- import { jsx as jsx498, jsxs as jsxs235 } from "react/jsx-runtime";
16089
+ import { jsx as jsx510, jsxs as jsxs238 } from "react/jsx-runtime";
16005
16090
 
16006
16091
  // src/utils/templates/flex-grid/flex/initial.tsx
16007
- import { jsx as jsx499, jsxs as jsxs236 } from "react/jsx-runtime";
16092
+ import { jsx as jsx511, jsxs as jsxs239 } from "react/jsx-runtime";
16008
16093
 
16009
16094
  // src/utils/templates/flex-grid/flex/none.tsx
16010
- import { jsx as jsx500, jsxs as jsxs237 } from "react/jsx-runtime";
16095
+ import { jsx as jsx512, jsxs as jsxs240 } from "react/jsx-runtime";
16011
16096
 
16012
16097
  // src/utils/templates/flex-grid/flex-basis/auto.tsx
16013
- import { jsx as jsx501, jsxs as jsxs238 } from "react/jsx-runtime";
16098
+ import { jsx as jsx513, jsxs as jsxs241 } from "react/jsx-runtime";
16014
16099
 
16015
16100
  // src/utils/templates/flex-grid/flex-basis/size.tsx
16016
- import { jsx as jsx502, jsxs as jsxs239 } from "react/jsx-runtime";
16101
+ import { jsx as jsx514, jsxs as jsxs242 } from "react/jsx-runtime";
16017
16102
 
16018
16103
  // src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
16019
- import { jsx as jsx503, jsxs as jsxs240 } from "react/jsx-runtime";
16104
+ import { jsx as jsx515, jsxs as jsxs243 } from "react/jsx-runtime";
16020
16105
 
16021
16106
  // src/utils/templates/flex-grid/flex-direction/column.tsx
16022
- import { jsx as jsx504, jsxs as jsxs241 } from "react/jsx-runtime";
16107
+ import { jsx as jsx516, jsxs as jsxs244 } from "react/jsx-runtime";
16023
16108
 
16024
16109
  // src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
16025
- import { jsx as jsx505, jsxs as jsxs242 } from "react/jsx-runtime";
16110
+ import { jsx as jsx517, jsxs as jsxs245 } from "react/jsx-runtime";
16026
16111
 
16027
16112
  // src/utils/templates/flex-grid/flex-direction/row.tsx
16028
- import { jsx as jsx506, jsxs as jsxs243 } from "react/jsx-runtime";
16113
+ import { jsx as jsx518, jsxs as jsxs246 } from "react/jsx-runtime";
16029
16114
 
16030
16115
  // src/utils/templates/flex-grid/flex-grow/grow-0.tsx
16031
- import { jsx as jsx507, jsxs as jsxs244 } from "react/jsx-runtime";
16116
+ import { jsx as jsx519, jsxs as jsxs247 } from "react/jsx-runtime";
16032
16117
 
16033
16118
  // src/utils/templates/flex-grid/flex-grow/grow-1.tsx
16034
- import { jsx as jsx508, jsxs as jsxs245 } from "react/jsx-runtime";
16119
+ import { jsx as jsx520, jsxs as jsxs248 } from "react/jsx-runtime";
16035
16120
 
16036
16121
  // src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
16037
- import { jsx as jsx509, jsxs as jsxs246 } from "react/jsx-runtime";
16122
+ import { jsx as jsx521, jsxs as jsxs249 } from "react/jsx-runtime";
16038
16123
 
16039
16124
  // src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
16040
- import { jsx as jsx510, jsxs as jsxs247 } from "react/jsx-runtime";
16125
+ import { jsx as jsx522, jsxs as jsxs250 } from "react/jsx-runtime";
16041
16126
 
16042
16127
  // src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
16043
- import { jsx as jsx511, jsxs as jsxs248 } from "react/jsx-runtime";
16128
+ import { jsx as jsx523, jsxs as jsxs251 } from "react/jsx-runtime";
16044
16129
 
16045
16130
  // src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
16046
- import { jsx as jsx512, jsxs as jsxs249 } from "react/jsx-runtime";
16131
+ import { jsx as jsx524, jsxs as jsxs252 } from "react/jsx-runtime";
16047
16132
 
16048
16133
  // src/utils/templates/flex-grid/flex-wrap/wrap.tsx
16049
- import { jsx as jsx513, jsxs as jsxs250 } from "react/jsx-runtime";
16134
+ import { jsx as jsx525, jsxs as jsxs253 } from "react/jsx-runtime";
16050
16135
 
16051
16136
  // src/utils/templates/flex-grid/gap/size-x-y.tsx
16052
- import { jsx as jsx514, jsxs as jsxs251 } from "react/jsx-runtime";
16137
+ import { jsx as jsx526, jsxs as jsxs254 } from "react/jsx-runtime";
16053
16138
 
16054
16139
  // src/utils/templates/flex-grid/gap/size.tsx
16055
- import { jsx as jsx515, jsxs as jsxs252 } from "react/jsx-runtime";
16140
+ import { jsx as jsx527, jsxs as jsxs255 } from "react/jsx-runtime";
16056
16141
 
16057
16142
  // src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
16058
- import { jsx as jsx516, jsxs as jsxs253 } from "react/jsx-runtime";
16143
+ import { jsx as jsx528, jsxs as jsxs256 } from "react/jsx-runtime";
16059
16144
 
16060
16145
  // src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
16061
- import { jsx as jsx517, jsxs as jsxs254 } from "react/jsx-runtime";
16146
+ import { jsx as jsx529, jsxs as jsxs257 } from "react/jsx-runtime";
16062
16147
 
16063
16148
  // src/utils/templates/flex-grid/grid-auto-cols/max.tsx
16064
- import { jsx as jsx518, jsxs as jsxs255 } from "react/jsx-runtime";
16149
+ import { jsx as jsx530, jsxs as jsxs258 } from "react/jsx-runtime";
16065
16150
 
16066
16151
  // src/utils/templates/flex-grid/grid-auto-cols/min.tsx
16067
- import { jsx as jsx519, jsxs as jsxs256 } from "react/jsx-runtime";
16152
+ import { jsx as jsx531, jsxs as jsxs259 } from "react/jsx-runtime";
16068
16153
 
16069
16154
  // src/utils/templates/flex-grid/grid-auto-flow/column.tsx
16070
- import { jsx as jsx520, jsxs as jsxs257 } from "react/jsx-runtime";
16155
+ import { jsx as jsx532, jsxs as jsxs260 } from "react/jsx-runtime";
16071
16156
 
16072
16157
  // src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
16073
- import { jsx as jsx521, jsxs as jsxs258 } from "react/jsx-runtime";
16158
+ import { jsx as jsx533, jsxs as jsxs261 } from "react/jsx-runtime";
16074
16159
 
16075
16160
  // src/utils/templates/flex-grid/grid-auto-flow/row.tsx
16076
- import { jsx as jsx522, jsxs as jsxs259 } from "react/jsx-runtime";
16161
+ import { jsx as jsx534, jsxs as jsxs262 } from "react/jsx-runtime";
16077
16162
 
16078
16163
  // src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
16079
- import { jsx as jsx523, jsxs as jsxs260 } from "react/jsx-runtime";
16164
+ import { jsx as jsx535, jsxs as jsxs263 } from "react/jsx-runtime";
16080
16165
 
16081
16166
  // src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
16082
- import { jsx as jsx524, jsxs as jsxs261 } from "react/jsx-runtime";
16167
+ import { jsx as jsx536, jsxs as jsxs264 } from "react/jsx-runtime";
16083
16168
 
16084
16169
  // src/utils/templates/flex-grid/grid-auto-rows/min.tsx
16085
- import { jsx as jsx525, jsxs as jsxs262 } from "react/jsx-runtime";
16170
+ import { jsx as jsx537, jsxs as jsxs265 } from "react/jsx-runtime";
16086
16171
 
16087
16172
  // src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
16088
- import { jsx as jsx526, jsxs as jsxs263 } from "react/jsx-runtime";
16173
+ import { jsx as jsx538, jsxs as jsxs266 } from "react/jsx-runtime";
16089
16174
 
16090
16175
  // src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
16091
- import { jsx as jsx527, jsxs as jsxs264 } from "react/jsx-runtime";
16176
+ import { jsx as jsx539, jsxs as jsxs267 } from "react/jsx-runtime";
16092
16177
 
16093
16178
  // src/utils/templates/flex-grid/grid-template-cols/integer.tsx
16094
- import { jsx as jsx528, jsxs as jsxs265 } from "react/jsx-runtime";
16179
+ import { jsx as jsx540, jsxs as jsxs268 } from "react/jsx-runtime";
16095
16180
 
16096
16181
  // src/utils/templates/flex-grid/grid-template-rows/integer.tsx
16097
- import { jsx as jsx529, jsxs as jsxs266 } from "react/jsx-runtime";
16182
+ import { jsx as jsx541, jsxs as jsxs269 } from "react/jsx-runtime";
16098
16183
 
16099
16184
  // src/utils/templates/flex-grid/justify-content/around.tsx
16100
- import { jsx as jsx530, jsxs as jsxs267 } from "react/jsx-runtime";
16185
+ import { jsx as jsx542, jsxs as jsxs270 } from "react/jsx-runtime";
16101
16186
 
16102
16187
  // src/utils/templates/flex-grid/justify-content/between.tsx
16103
- import { jsx as jsx531, jsxs as jsxs268 } from "react/jsx-runtime";
16188
+ import { jsx as jsx543, jsxs as jsxs271 } from "react/jsx-runtime";
16104
16189
 
16105
16190
  // src/utils/templates/flex-grid/justify-content/center.tsx
16106
- import { jsx as jsx532, jsxs as jsxs269 } from "react/jsx-runtime";
16191
+ import { jsx as jsx544, jsxs as jsxs272 } from "react/jsx-runtime";
16107
16192
 
16108
16193
  // src/utils/templates/flex-grid/justify-content/end.tsx
16109
- import { jsx as jsx533, jsxs as jsxs270 } from "react/jsx-runtime";
16194
+ import { jsx as jsx545, jsxs as jsxs273 } from "react/jsx-runtime";
16110
16195
 
16111
16196
  // src/utils/templates/flex-grid/justify-content/evenly.tsx
16112
- import { jsx as jsx534, jsxs as jsxs271 } from "react/jsx-runtime";
16197
+ import { jsx as jsx546, jsxs as jsxs274 } from "react/jsx-runtime";
16113
16198
 
16114
16199
  // src/utils/templates/flex-grid/justify-content/normal.tsx
16115
- import { jsx as jsx535, jsxs as jsxs272 } from "react/jsx-runtime";
16200
+ import { jsx as jsx547, jsxs as jsxs275 } from "react/jsx-runtime";
16116
16201
 
16117
16202
  // src/utils/templates/flex-grid/justify-content/start.tsx
16118
- import { jsx as jsx536, jsxs as jsxs273 } from "react/jsx-runtime";
16203
+ import { jsx as jsx548, jsxs as jsxs276 } from "react/jsx-runtime";
16119
16204
 
16120
16205
  // src/utils/templates/flex-grid/justify-content/stretch.tsx
16121
- import { jsx as jsx537, jsxs as jsxs274 } from "react/jsx-runtime";
16206
+ import { jsx as jsx549, jsxs as jsxs277 } from "react/jsx-runtime";
16122
16207
 
16123
16208
  // src/utils/templates/flex-grid/justify-items/center.tsx
16124
- import { jsx as jsx538, jsxs as jsxs275 } from "react/jsx-runtime";
16209
+ import { jsx as jsx550, jsxs as jsxs278 } from "react/jsx-runtime";
16125
16210
 
16126
16211
  // src/utils/templates/flex-grid/justify-items/end.tsx
16127
- import { jsx as jsx539, jsxs as jsxs276 } from "react/jsx-runtime";
16212
+ import { jsx as jsx551, jsxs as jsxs279 } from "react/jsx-runtime";
16128
16213
 
16129
16214
  // src/utils/templates/flex-grid/justify-items/start.tsx
16130
- import { jsx as jsx540, jsxs as jsxs277 } from "react/jsx-runtime";
16215
+ import { jsx as jsx552, jsxs as jsxs280 } from "react/jsx-runtime";
16131
16216
 
16132
16217
  // src/utils/templates/flex-grid/justify-items/stretch.tsx
16133
- import { jsx as jsx541, jsxs as jsxs278 } from "react/jsx-runtime";
16218
+ import { jsx as jsx553, jsxs as jsxs281 } from "react/jsx-runtime";
16134
16219
 
16135
16220
  // src/utils/templates/flex-grid/justify-self/center.tsx
16136
- import { jsx as jsx542, jsxs as jsxs279 } from "react/jsx-runtime";
16221
+ import { jsx as jsx554, jsxs as jsxs282 } from "react/jsx-runtime";
16137
16222
 
16138
16223
  // src/utils/templates/flex-grid/justify-self/end.tsx
16139
- import { jsx as jsx543, jsxs as jsxs280 } from "react/jsx-runtime";
16224
+ import { jsx as jsx555, jsxs as jsxs283 } from "react/jsx-runtime";
16140
16225
 
16141
16226
  // src/utils/templates/flex-grid/justify-self/start.tsx
16142
- import { jsx as jsx544, jsxs as jsxs281 } from "react/jsx-runtime";
16227
+ import { jsx as jsx556, jsxs as jsxs284 } from "react/jsx-runtime";
16143
16228
 
16144
16229
  // src/utils/templates/flex-grid/justify-self/stretch.tsx
16145
- import { jsx as jsx545, jsxs as jsxs282 } from "react/jsx-runtime";
16230
+ import { jsx as jsx557, jsxs as jsxs285 } from "react/jsx-runtime";
16146
16231
 
16147
16232
  // src/utils/templates/flex-grid/order/first.tsx
16148
- import { jsx as jsx546, jsxs as jsxs283 } from "react/jsx-runtime";
16233
+ import { jsx as jsx558, jsxs as jsxs286 } from "react/jsx-runtime";
16149
16234
 
16150
16235
  // src/utils/templates/flex-grid/order/integer.tsx
16151
- import { jsx as jsx547, jsxs as jsxs284 } from "react/jsx-runtime";
16236
+ import { jsx as jsx559, jsxs as jsxs287 } from "react/jsx-runtime";
16152
16237
 
16153
16238
  // src/utils/templates/flex-grid/order/last.tsx
16154
- import { jsx as jsx548, jsxs as jsxs285 } from "react/jsx-runtime";
16239
+ import { jsx as jsx560, jsxs as jsxs288 } from "react/jsx-runtime";
16155
16240
 
16156
16241
  // src/utils/templates/flex-grid/place-content/around.tsx
16157
- import { jsx as jsx549, jsxs as jsxs286 } from "react/jsx-runtime";
16242
+ import { jsx as jsx561, jsxs as jsxs289 } from "react/jsx-runtime";
16158
16243
 
16159
16244
  // src/utils/templates/flex-grid/place-content/between.tsx
16160
- import { jsx as jsx550, jsxs as jsxs287 } from "react/jsx-runtime";
16245
+ import { jsx as jsx562, jsxs as jsxs290 } from "react/jsx-runtime";
16161
16246
 
16162
16247
  // src/utils/templates/flex-grid/place-content/center.tsx
16163
- import { jsx as jsx551, jsxs as jsxs288 } from "react/jsx-runtime";
16248
+ import { jsx as jsx563, jsxs as jsxs291 } from "react/jsx-runtime";
16164
16249
 
16165
16250
  // src/utils/templates/flex-grid/place-content/end.tsx
16166
- import { jsx as jsx552, jsxs as jsxs289 } from "react/jsx-runtime";
16251
+ import { jsx as jsx564, jsxs as jsxs292 } from "react/jsx-runtime";
16167
16252
 
16168
16253
  // src/utils/templates/flex-grid/place-content/evenly.tsx
16169
- import { jsx as jsx553, jsxs as jsxs290 } from "react/jsx-runtime";
16254
+ import { jsx as jsx565, jsxs as jsxs293 } from "react/jsx-runtime";
16170
16255
 
16171
16256
  // src/utils/templates/flex-grid/place-content/normal.tsx
16172
- import { jsx as jsx554, jsxs as jsxs291 } from "react/jsx-runtime";
16257
+ import { jsx as jsx566, jsxs as jsxs294 } from "react/jsx-runtime";
16173
16258
 
16174
16259
  // src/utils/templates/flex-grid/place-content/start.tsx
16175
- import { jsx as jsx555, jsxs as jsxs292 } from "react/jsx-runtime";
16260
+ import { jsx as jsx567, jsxs as jsxs295 } from "react/jsx-runtime";
16176
16261
 
16177
16262
  // src/utils/templates/flex-grid/place-content/stretch.tsx
16178
- import { jsx as jsx556, jsxs as jsxs293 } from "react/jsx-runtime";
16263
+ import { jsx as jsx568, jsxs as jsxs296 } from "react/jsx-runtime";
16179
16264
 
16180
16265
  // src/utils/templates/flex-grid/place-items/center.tsx
16181
- import { jsx as jsx557, jsxs as jsxs294 } from "react/jsx-runtime";
16266
+ import { jsx as jsx569, jsxs as jsxs297 } from "react/jsx-runtime";
16182
16267
 
16183
16268
  // src/utils/templates/flex-grid/place-items/end.tsx
16184
- import { jsx as jsx558, jsxs as jsxs295 } from "react/jsx-runtime";
16269
+ import { jsx as jsx570, jsxs as jsxs298 } from "react/jsx-runtime";
16185
16270
 
16186
16271
  // src/utils/templates/flex-grid/place-items/start.tsx
16187
- import { jsx as jsx559, jsxs as jsxs296 } from "react/jsx-runtime";
16272
+ import { jsx as jsx571, jsxs as jsxs299 } from "react/jsx-runtime";
16188
16273
 
16189
16274
  // src/utils/templates/flex-grid/place-items/stretch.tsx
16190
- import { jsx as jsx560, jsxs as jsxs297 } from "react/jsx-runtime";
16275
+ import { jsx as jsx572, jsxs as jsxs300 } from "react/jsx-runtime";
16191
16276
 
16192
16277
  // src/utils/templates/flex-grid/place-self/center.tsx
16193
- import { jsx as jsx561, jsxs as jsxs298 } from "react/jsx-runtime";
16278
+ import { jsx as jsx573, jsxs as jsxs301 } from "react/jsx-runtime";
16194
16279
 
16195
16280
  // src/utils/templates/flex-grid/place-self/end.tsx
16196
- import { jsx as jsx562, jsxs as jsxs299 } from "react/jsx-runtime";
16281
+ import { jsx as jsx574, jsxs as jsxs302 } from "react/jsx-runtime";
16197
16282
 
16198
16283
  // src/utils/templates/flex-grid/place-self/start.tsx
16199
- import { jsx as jsx563, jsxs as jsxs300 } from "react/jsx-runtime";
16284
+ import { jsx as jsx575, jsxs as jsxs303 } from "react/jsx-runtime";
16200
16285
 
16201
16286
  // src/utils/templates/flex-grid/place-self/stretch.tsx
16202
- import { jsx as jsx564, jsxs as jsxs301 } from "react/jsx-runtime";
16287
+ import { jsx as jsx576, jsxs as jsxs304 } from "react/jsx-runtime";
16203
16288
 
16204
16289
  // src/utils/templates/interactivity/appearance/applying.tsx
16205
- import { jsx as jsx565, jsxs as jsxs302 } from "react/jsx-runtime";
16290
+ import { jsx as jsx577, jsxs as jsxs305 } from "react/jsx-runtime";
16206
16291
 
16207
16292
  // src/utils/templates/interactivity/appearance/none.tsx
16208
- import { jsx as jsx566, jsxs as jsxs303 } from "react/jsx-runtime";
16293
+ import { jsx as jsx578, jsxs as jsxs306 } from "react/jsx-runtime";
16209
16294
 
16210
16295
  // src/utils/templates/interactivity/cursor/applying.tsx
16211
- import { jsx as jsx567, jsxs as jsxs304 } from "react/jsx-runtime";
16296
+ import { jsx as jsx579, jsxs as jsxs307 } from "react/jsx-runtime";
16212
16297
 
16213
16298
  // src/utils/templates/interactivity/pointer-events/applying.tsx
16214
- import { jsx as jsx568, jsxs as jsxs305 } from "react/jsx-runtime";
16299
+ import { jsx as jsx580, jsxs as jsxs308 } from "react/jsx-runtime";
16215
16300
 
16216
16301
  // src/utils/templates/interactivity/resize/all-directions.tsx
16217
- import { jsx as jsx569 } from "react/jsx-runtime";
16302
+ import { jsx as jsx581 } from "react/jsx-runtime";
16218
16303
 
16219
16304
  // src/utils/templates/interactivity/resize/horizontal.tsx
16220
- import { jsx as jsx570 } from "react/jsx-runtime";
16305
+ import { jsx as jsx582 } from "react/jsx-runtime";
16221
16306
 
16222
16307
  // src/utils/templates/interactivity/resize/no-resizing.tsx
16223
- import { jsx as jsx571 } from "react/jsx-runtime";
16308
+ import { jsx as jsx583 } from "react/jsx-runtime";
16224
16309
 
16225
16310
  // src/utils/templates/interactivity/resize/vertical.tsx
16226
- import { jsx as jsx572 } from "react/jsx-runtime";
16311
+ import { jsx as jsx584 } from "react/jsx-runtime";
16227
16312
 
16228
16313
  // src/utils/templates/interactivity/touch-action/auto.tsx
16229
- import { jsx as jsx573 } from "react/jsx-runtime";
16314
+ import { jsx as jsx585 } from "react/jsx-runtime";
16230
16315
 
16231
16316
  // src/utils/templates/interactivity/touch-action/horizontal.tsx
16232
- import { jsx as jsx574 } from "react/jsx-runtime";
16317
+ import { jsx as jsx586 } from "react/jsx-runtime";
16233
16318
 
16234
16319
  // src/utils/templates/interactivity/touch-action/none.tsx
16235
- import { jsx as jsx575 } from "react/jsx-runtime";
16320
+ import { jsx as jsx587 } from "react/jsx-runtime";
16236
16321
 
16237
16322
  // src/utils/templates/interactivity/touch-action/vertical.tsx
16238
- import { jsx as jsx576 } from "react/jsx-runtime";
16323
+ import { jsx as jsx588 } from "react/jsx-runtime";
16239
16324
 
16240
16325
  // src/utils/templates/interactivity/user-select/all.tsx
16241
- import { jsx as jsx577 } from "react/jsx-runtime";
16326
+ import { jsx as jsx589 } from "react/jsx-runtime";
16242
16327
 
16243
16328
  // src/utils/templates/interactivity/user-select/none.tsx
16244
- import { jsx as jsx578 } from "react/jsx-runtime";
16329
+ import { jsx as jsx590 } from "react/jsx-runtime";
16245
16330
 
16246
16331
  // src/utils/templates/interactivity/user-select/text.tsx
16247
- import { jsx as jsx579 } from "react/jsx-runtime";
16332
+ import { jsx as jsx591 } from "react/jsx-runtime";
16248
16333
 
16249
16334
  // src/utils/templates/layout/aspect-ratio/auto.tsx
16250
- import { jsx as jsx580 } from "react/jsx-runtime";
16335
+ import { jsx as jsx592 } from "react/jsx-runtime";
16251
16336
 
16252
16337
  // src/utils/templates/layout/aspect-ratio/one.tsx
16253
- import { jsx as jsx581 } from "react/jsx-runtime";
16338
+ import { jsx as jsx593 } from "react/jsx-runtime";
16254
16339
 
16255
16340
  // src/utils/templates/layout/aspect-ratio/sqaure.tsx
16256
- import { jsx as jsx582 } from "react/jsx-runtime";
16341
+ import { jsx as jsx594 } from "react/jsx-runtime";
16257
16342
 
16258
16343
  // src/utils/templates/layout/aspect-ratio/video.tsx
16259
- import { jsx as jsx583 } from "react/jsx-runtime";
16344
+ import { jsx as jsx595 } from "react/jsx-runtime";
16260
16345
 
16261
16346
  // src/utils/templates/layout/box-sizing/border.tsx
16262
- import { jsx as jsx584 } from "react/jsx-runtime";
16347
+ import { jsx as jsx596 } from "react/jsx-runtime";
16263
16348
 
16264
16349
  // src/utils/templates/layout/box-sizing/content.tsx
16265
- import { jsx as jsx585 } from "react/jsx-runtime";
16350
+ import { jsx as jsx597 } from "react/jsx-runtime";
16266
16351
 
16267
16352
  // src/utils/templates/layout/clear/both.tsx
16268
- import { jsx as jsx586, jsxs as jsxs306 } from "react/jsx-runtime";
16353
+ import { jsx as jsx598, jsxs as jsxs309 } from "react/jsx-runtime";
16269
16354
 
16270
16355
  // src/utils/templates/layout/clear/left.tsx
16271
- import { jsx as jsx587, jsxs as jsxs307 } from "react/jsx-runtime";
16356
+ import { jsx as jsx599, jsxs as jsxs310 } from "react/jsx-runtime";
16272
16357
 
16273
16358
  // src/utils/templates/layout/clear/no-clear.tsx
16274
- import { jsx as jsx588, jsxs as jsxs308 } from "react/jsx-runtime";
16359
+ import { jsx as jsx600, jsxs as jsxs311 } from "react/jsx-runtime";
16275
16360
 
16276
16361
  // src/utils/templates/layout/clear/right.tsx
16277
- import { jsx as jsx589, jsxs as jsxs309 } from "react/jsx-runtime";
16362
+ import { jsx as jsx601, jsxs as jsxs312 } from "react/jsx-runtime";
16278
16363
 
16279
16364
  // src/utils/templates/layout/columns/automatic.tsx
16280
- import { jsx as jsx590, jsxs as jsxs310 } from "react/jsx-runtime";
16365
+ import { jsx as jsx602, jsxs as jsxs313 } from "react/jsx-runtime";
16281
16366
 
16282
16367
  // src/utils/templates/layout/columns/count.tsx
16283
- import { jsx as jsx591, jsxs as jsxs311 } from "react/jsx-runtime";
16368
+ import { jsx as jsx603, jsxs as jsxs314 } from "react/jsx-runtime";
16284
16369
 
16285
16370
  // src/utils/templates/layout/display/block.tsx
16286
- import { jsx as jsx592, jsxs as jsxs312 } from "react/jsx-runtime";
16371
+ import { jsx as jsx604, jsxs as jsxs315 } from "react/jsx-runtime";
16287
16372
 
16288
16373
  // src/utils/templates/layout/display/flex.tsx
16289
- import { jsx as jsx593, jsxs as jsxs313 } from "react/jsx-runtime";
16374
+ import { jsx as jsx605, jsxs as jsxs316 } from "react/jsx-runtime";
16290
16375
 
16291
16376
  // src/utils/templates/layout/display/inline.tsx
16292
- import { jsx as jsx594, jsxs as jsxs314 } from "react/jsx-runtime";
16377
+ import { jsx as jsx606, jsxs as jsxs317 } from "react/jsx-runtime";
16293
16378
 
16294
16379
  // src/utils/templates/layout/display/none.tsx
16295
- import { Fragment as Fragment133, jsx as jsx595, jsxs as jsxs315 } from "react/jsx-runtime";
16380
+ import { Fragment as Fragment133, jsx as jsx607, jsxs as jsxs318 } from "react/jsx-runtime";
16296
16381
 
16297
16382
  // src/utils/templates/layout/float/left.tsx
16298
- import { jsx as jsx596, jsxs as jsxs316 } from "react/jsx-runtime";
16383
+ import { jsx as jsx608, jsxs as jsxs319 } from "react/jsx-runtime";
16299
16384
 
16300
16385
  // src/utils/templates/layout/float/no-float.tsx
16301
- import { jsx as jsx597, jsxs as jsxs317 } from "react/jsx-runtime";
16386
+ import { jsx as jsx609, jsxs as jsxs320 } from "react/jsx-runtime";
16302
16387
 
16303
16388
  // src/utils/templates/layout/float/right.tsx
16304
- import { jsx as jsx598, jsxs as jsxs318 } from "react/jsx-runtime";
16389
+ import { jsx as jsx610, jsxs as jsxs321 } from "react/jsx-runtime";
16305
16390
 
16306
16391
  // src/utils/templates/layout/object-fit/contain.tsx
16307
- import { jsx as jsx599 } from "react/jsx-runtime";
16392
+ import { jsx as jsx611 } from "react/jsx-runtime";
16308
16393
 
16309
16394
  // src/utils/templates/layout/object-fit/cover.tsx
16310
- import { jsx as jsx600 } from "react/jsx-runtime";
16395
+ import { jsx as jsx612 } from "react/jsx-runtime";
16311
16396
 
16312
16397
  // src/utils/templates/layout/object-fit/fill.tsx
16313
- import { jsx as jsx601 } from "react/jsx-runtime";
16398
+ import { jsx as jsx613 } from "react/jsx-runtime";
16314
16399
 
16315
16400
  // src/utils/templates/layout/object-fit/scale-down.tsx
16316
- import { jsx as jsx602 } from "react/jsx-runtime";
16401
+ import { jsx as jsx614 } from "react/jsx-runtime";
16317
16402
 
16318
16403
  // src/utils/templates/layout/object-position/position.tsx
16319
- import { jsx as jsx603, jsxs as jsxs319 } from "react/jsx-runtime";
16404
+ import { jsx as jsx615, jsxs as jsxs322 } from "react/jsx-runtime";
16320
16405
 
16321
16406
  // src/utils/templates/layout/overflow/hidden.tsx
16322
- import { jsx as jsx604 } from "react/jsx-runtime";
16407
+ import { jsx as jsx616 } from "react/jsx-runtime";
16323
16408
 
16324
16409
  // src/utils/templates/layout/overflow/horizontal.tsx
16325
- import { jsx as jsx605 } from "react/jsx-runtime";
16410
+ import { jsx as jsx617 } from "react/jsx-runtime";
16326
16411
 
16327
16412
  // src/utils/templates/layout/overflow/vertical.tsx
16328
- import { jsx as jsx606 } from "react/jsx-runtime";
16413
+ import { jsx as jsx618 } from "react/jsx-runtime";
16329
16414
 
16330
16415
  // src/utils/templates/layout/overflow/visible.tsx
16331
- import { jsx as jsx607 } from "react/jsx-runtime";
16416
+ import { jsx as jsx619 } from "react/jsx-runtime";
16332
16417
 
16333
16418
  // src/utils/templates/layout/placement/multiple.tsx
16334
- import { jsx as jsx608, jsxs as jsxs320 } from "react/jsx-runtime";
16419
+ import { jsx as jsx620, jsxs as jsxs323 } from "react/jsx-runtime";
16335
16420
 
16336
16421
  // src/utils/templates/layout/placement/single.tsx
16337
- import { jsx as jsx609, jsxs as jsxs321 } from "react/jsx-runtime";
16422
+ import { jsx as jsx621, jsxs as jsxs324 } from "react/jsx-runtime";
16338
16423
 
16339
16424
  // src/utils/templates/layout/position/applying.tsx
16340
- import { jsx as jsx610, jsxs as jsxs322 } from "react/jsx-runtime";
16425
+ import { jsx as jsx622, jsxs as jsxs325 } from "react/jsx-runtime";
16341
16426
 
16342
16427
  // src/utils/templates/layout/visibility/invisible.tsx
16343
- import { jsx as jsx611, jsxs as jsxs323 } from "react/jsx-runtime";
16428
+ import { jsx as jsx623, jsxs as jsxs326 } from "react/jsx-runtime";
16344
16429
 
16345
16430
  // src/utils/templates/layout/z-index/applying.tsx
16346
- import { Fragment as Fragment134, jsx as jsx612, jsxs as jsxs324 } from "react/jsx-runtime";
16431
+ import { Fragment as Fragment134, jsx as jsx624, jsxs as jsxs327 } from "react/jsx-runtime";
16347
16432
 
16348
16433
  // src/utils/templates/sizing/height/fixed.tsx
16349
- import { jsx as jsx613, jsxs as jsxs325 } from "react/jsx-runtime";
16434
+ import { jsx as jsx625, jsxs as jsxs328 } from "react/jsx-runtime";
16350
16435
 
16351
16436
  // src/utils/templates/sizing/height/full.tsx
16352
- import { jsx as jsx614 } from "react/jsx-runtime";
16437
+ import { jsx as jsx626 } from "react/jsx-runtime";
16353
16438
 
16354
16439
  // src/utils/templates/sizing/height/maximum.tsx
16355
- import { jsx as jsx615 } from "react/jsx-runtime";
16440
+ import { jsx as jsx627 } from "react/jsx-runtime";
16356
16441
 
16357
16442
  // src/utils/templates/sizing/height/minimum.tsx
16358
- import { jsx as jsx616 } from "react/jsx-runtime";
16443
+ import { jsx as jsx628 } from "react/jsx-runtime";
16359
16444
 
16360
16445
  // src/utils/templates/sizing/height/screen.tsx
16361
- import { jsx as jsx617 } from "react/jsx-runtime";
16446
+ import { jsx as jsx629 } from "react/jsx-runtime";
16362
16447
 
16363
16448
  // src/utils/templates/sizing/width/fixed.tsx
16364
- import { jsx as jsx618, jsxs as jsxs326 } from "react/jsx-runtime";
16449
+ import { jsx as jsx630, jsxs as jsxs329 } from "react/jsx-runtime";
16365
16450
 
16366
16451
  // src/utils/templates/sizing/width/full.tsx
16367
- import { jsx as jsx619 } from "react/jsx-runtime";
16452
+ import { jsx as jsx631 } from "react/jsx-runtime";
16368
16453
 
16369
16454
  // src/utils/templates/sizing/width/maximum.tsx
16370
- import { jsx as jsx620 } from "react/jsx-runtime";
16455
+ import { jsx as jsx632 } from "react/jsx-runtime";
16371
16456
 
16372
16457
  // src/utils/templates/sizing/width/minimum.tsx
16373
- import { jsx as jsx621 } from "react/jsx-runtime";
16458
+ import { jsx as jsx633 } from "react/jsx-runtime";
16374
16459
 
16375
16460
  // src/utils/templates/sizing/width/screen.tsx
16376
- import { jsx as jsx622 } from "react/jsx-runtime";
16461
+ import { jsx as jsx634 } from "react/jsx-runtime";
16377
16462
 
16378
16463
  // src/utils/templates/spacing/margin/all.tsx
16379
- import { jsx as jsx623 } from "react/jsx-runtime";
16464
+ import { jsx as jsx635 } from "react/jsx-runtime";
16380
16465
 
16381
16466
  // src/utils/templates/spacing/margin/single.tsx
16382
- import { Fragment as Fragment135, jsx as jsx624, jsxs as jsxs327 } from "react/jsx-runtime";
16467
+ import { Fragment as Fragment135, jsx as jsx636, jsxs as jsxs330 } from "react/jsx-runtime";
16383
16468
 
16384
16469
  // src/utils/templates/spacing/margin/x.tsx
16385
- import { jsx as jsx625 } from "react/jsx-runtime";
16470
+ import { jsx as jsx637 } from "react/jsx-runtime";
16386
16471
 
16387
16472
  // src/utils/templates/spacing/margin/y.tsx
16388
- import { jsx as jsx626 } from "react/jsx-runtime";
16473
+ import { jsx as jsx638 } from "react/jsx-runtime";
16389
16474
 
16390
16475
  // src/utils/templates/spacing/padding/all.tsx
16391
- import { jsx as jsx627 } from "react/jsx-runtime";
16476
+ import { jsx as jsx639 } from "react/jsx-runtime";
16392
16477
 
16393
16478
  // src/utils/templates/spacing/padding/single.tsx
16394
- import { Fragment as Fragment136, jsx as jsx628, jsxs as jsxs328 } from "react/jsx-runtime";
16479
+ import { Fragment as Fragment136, jsx as jsx640, jsxs as jsxs331 } from "react/jsx-runtime";
16395
16480
 
16396
16481
  // src/utils/templates/spacing/padding/x.tsx
16397
- import { jsx as jsx629 } from "react/jsx-runtime";
16482
+ import { jsx as jsx641 } from "react/jsx-runtime";
16398
16483
 
16399
16484
  // src/utils/templates/spacing/padding/y.tsx
16400
- import { jsx as jsx630 } from "react/jsx-runtime";
16485
+ import { jsx as jsx642 } from "react/jsx-runtime";
16401
16486
 
16402
16487
  // src/utils/templates/svg/fill/color.tsx
16403
- import { Fragment as Fragment137, jsx as jsx631, jsxs as jsxs329 } from "react/jsx-runtime";
16488
+ import { Fragment as Fragment137, jsx as jsx643, jsxs as jsxs332 } from "react/jsx-runtime";
16404
16489
 
16405
16490
  // src/utils/templates/svg/stroke/color.tsx
16406
- import { Fragment as Fragment138, jsx as jsx632, jsxs as jsxs330 } from "react/jsx-runtime";
16491
+ import { Fragment as Fragment138, jsx as jsx644, jsxs as jsxs333 } from "react/jsx-runtime";
16407
16492
 
16408
16493
  // src/utils/templates/table/border-collapse/collapse.tsx
16409
- import { jsx as jsx633, jsxs as jsxs331 } from "react/jsx-runtime";
16494
+ import { jsx as jsx645, jsxs as jsxs334 } from "react/jsx-runtime";
16410
16495
 
16411
16496
  // src/utils/templates/table/border-collapse/separate.tsx
16412
- import { jsx as jsx634, jsxs as jsxs332 } from "react/jsx-runtime";
16497
+ import { jsx as jsx646, jsxs as jsxs335 } from "react/jsx-runtime";
16413
16498
 
16414
16499
  // src/utils/templates/table/table-layout/auto.tsx
16415
- import { jsx as jsx635, jsxs as jsxs333 } from "react/jsx-runtime";
16500
+ import { jsx as jsx647, jsxs as jsxs336 } from "react/jsx-runtime";
16416
16501
 
16417
16502
  // src/utils/templates/table/table-layout/fixed.tsx
16418
- import { jsx as jsx636, jsxs as jsxs334 } from "react/jsx-runtime";
16503
+ import { jsx as jsx648, jsxs as jsxs337 } from "react/jsx-runtime";
16419
16504
 
16420
16505
  // src/utils/templates/transform/flip/horizontal.tsx
16421
- import { jsx as jsx637, jsxs as jsxs335 } from "react/jsx-runtime";
16506
+ import { jsx as jsx649, jsxs as jsxs338 } from "react/jsx-runtime";
16422
16507
 
16423
16508
  // src/utils/templates/transform/flip/vertical.tsx
16424
- import { jsx as jsx638, jsxs as jsxs336 } from "react/jsx-runtime";
16509
+ import { jsx as jsx650, jsxs as jsxs339 } from "react/jsx-runtime";
16425
16510
 
16426
16511
  // src/utils/templates/transform/origin/applying.tsx
16427
- import { jsx as jsx639, jsxs as jsxs337 } from "react/jsx-runtime";
16512
+ import { jsx as jsx651, jsxs as jsxs340 } from "react/jsx-runtime";
16428
16513
 
16429
16514
  // src/utils/templates/transform/rotate/applying.tsx
16430
- import { jsx as jsx640, jsxs as jsxs338 } from "react/jsx-runtime";
16515
+ import { jsx as jsx652, jsxs as jsxs341 } from "react/jsx-runtime";
16431
16516
 
16432
16517
  // src/utils/templates/transform/scale/applying.tsx
16433
- import { jsx as jsx641, jsxs as jsxs339 } from "react/jsx-runtime";
16518
+ import { jsx as jsx653, jsxs as jsxs342 } from "react/jsx-runtime";
16434
16519
 
16435
16520
  // src/utils/templates/transform/skew/applying.tsx
16436
- import { jsx as jsx642, jsxs as jsxs340 } from "react/jsx-runtime";
16521
+ import { jsx as jsx654, jsxs as jsxs343 } from "react/jsx-runtime";
16437
16522
 
16438
16523
  // src/utils/templates/transform/translate/applying.tsx
16439
- import { jsx as jsx643, jsxs as jsxs341 } from "react/jsx-runtime";
16524
+ import { jsx as jsx655, jsxs as jsxs344 } from "react/jsx-runtime";
16440
16525
 
16441
16526
  // src/utils/templates/typography/font-style/italic.tsx
16442
- import { jsx as jsx644 } from "react/jsx-runtime";
16527
+ import { jsx as jsx656 } from "react/jsx-runtime";
16443
16528
 
16444
16529
  // src/utils/templates/typography/font-weight/size.tsx
16445
- import { Fragment as Fragment139, jsx as jsx645, jsxs as jsxs342 } from "react/jsx-runtime";
16530
+ import { Fragment as Fragment139, jsx as jsx657, jsxs as jsxs345 } from "react/jsx-runtime";
16446
16531
 
16447
16532
  // src/utils/templates/typography/list-style-type/decimal.tsx
16448
- import { jsx as jsx646, jsxs as jsxs343 } from "react/jsx-runtime";
16533
+ import { jsx as jsx658, jsxs as jsxs346 } from "react/jsx-runtime";
16449
16534
 
16450
16535
  // src/utils/templates/typography/list-style-type/disc.tsx
16451
- import { jsx as jsx647, jsxs as jsxs344 } from "react/jsx-runtime";
16536
+ import { jsx as jsx659, jsxs as jsxs347 } from "react/jsx-runtime";
16452
16537
 
16453
16538
  // src/utils/templates/typography/list-style-type/none.tsx
16454
- import { jsx as jsx648, jsxs as jsxs345 } from "react/jsx-runtime";
16539
+ import { jsx as jsx660, jsxs as jsxs348 } from "react/jsx-runtime";
16455
16540
 
16456
16541
  // src/utils/templates/typography/text-align/center.tsx
16457
- import { jsx as jsx649 } from "react/jsx-runtime";
16542
+ import { jsx as jsx661 } from "react/jsx-runtime";
16458
16543
 
16459
16544
  // src/utils/templates/typography/text-align/justify.tsx
16460
- import { jsx as jsx650 } from "react/jsx-runtime";
16545
+ import { jsx as jsx662 } from "react/jsx-runtime";
16461
16546
 
16462
16547
  // src/utils/templates/typography/text-align/left.tsx
16463
- import { jsx as jsx651 } from "react/jsx-runtime";
16548
+ import { jsx as jsx663 } from "react/jsx-runtime";
16464
16549
 
16465
16550
  // src/utils/templates/typography/text-align/right.tsx
16466
- import { jsx as jsx652 } from "react/jsx-runtime";
16551
+ import { jsx as jsx664 } from "react/jsx-runtime";
16467
16552
 
16468
16553
  // src/utils/templates/typography/text-color/inherit.tsx
16469
- import { jsx as jsx653 } from "react/jsx-runtime";
16554
+ import { jsx as jsx665 } from "react/jsx-runtime";
16470
16555
 
16471
16556
  // src/utils/templates/typography/text-color/white.tsx
16472
- import { jsx as jsx654 } from "react/jsx-runtime";
16557
+ import { jsx as jsx666 } from "react/jsx-runtime";
16473
16558
 
16474
16559
  // src/utils/templates/typography/text-decoration/all.tsx
16475
- import { Fragment as Fragment140, jsx as jsx655, jsxs as jsxs346 } from "react/jsx-runtime";
16560
+ import { Fragment as Fragment140, jsx as jsx667, jsxs as jsxs349 } from "react/jsx-runtime";
16476
16561
 
16477
16562
  // src/utils/templates/typography/text-overflow/clip.tsx
16478
- import { jsx as jsx656 } from "react/jsx-runtime";
16563
+ import { jsx as jsx668 } from "react/jsx-runtime";
16479
16564
 
16480
16565
  // src/utils/templates/typography/text-overflow/ellipsis.tsx
16481
- import { jsx as jsx657 } from "react/jsx-runtime";
16566
+ import { jsx as jsx669 } from "react/jsx-runtime";
16482
16567
 
16483
16568
  // src/utils/templates/typography/text-transform/all.tsx
16484
- import { Fragment as Fragment141, jsx as jsx658, jsxs as jsxs347 } from "react/jsx-runtime";
16569
+ import { Fragment as Fragment141, jsx as jsx670, jsxs as jsxs350 } from "react/jsx-runtime";
16485
16570
 
16486
16571
  // src/utils/templates/typography/vertical-align/baseline.tsx
16487
- import { jsx as jsx659, jsxs as jsxs348 } from "react/jsx-runtime";
16572
+ import { jsx as jsx671, jsxs as jsxs351 } from "react/jsx-runtime";
16488
16573
 
16489
16574
  // src/utils/templates/typography/vertical-align/bottom.tsx
16490
- import { jsx as jsx660, jsxs as jsxs349 } from "react/jsx-runtime";
16575
+ import { jsx as jsx672, jsxs as jsxs352 } from "react/jsx-runtime";
16491
16576
 
16492
16577
  // src/utils/templates/typography/vertical-align/center.tsx
16493
- import { jsx as jsx661, jsxs as jsxs350 } from "react/jsx-runtime";
16578
+ import { jsx as jsx673, jsxs as jsxs353 } from "react/jsx-runtime";
16494
16579
 
16495
16580
  // src/utils/templates/typography/vertical-align/top.tsx
16496
- import { jsx as jsx662, jsxs as jsxs351 } from "react/jsx-runtime";
16581
+ import { jsx as jsx674, jsxs as jsxs354 } from "react/jsx-runtime";
16497
16582
 
16498
16583
  // src/utils/templates/typography/white-space/normal.tsx
16499
- import { jsx as jsx663 } from "react/jsx-runtime";
16584
+ import { jsx as jsx675 } from "react/jsx-runtime";
16500
16585
 
16501
16586
  // src/utils/templates/typography/white-space/nowrap.tsx
16502
- import { jsx as jsx664 } from "react/jsx-runtime";
16587
+ import { jsx as jsx676 } from "react/jsx-runtime";
16503
16588
 
16504
16589
  // src/utils/templates/typography/white-space/pre-line.tsx
16505
- import { jsx as jsx665 } from "react/jsx-runtime";
16590
+ import { jsx as jsx677 } from "react/jsx-runtime";
16506
16591
 
16507
16592
  // src/utils/templates/typography/white-space/pre-wrap.tsx
16508
- import { jsx as jsx666 } from "react/jsx-runtime";
16593
+ import { jsx as jsx678 } from "react/jsx-runtime";
16509
16594
 
16510
16595
  // src/utils/templates/typography/white-space/pre.tsx
16511
- import { jsx as jsx667 } from "react/jsx-runtime";
16596
+ import { jsx as jsx679 } from "react/jsx-runtime";
16512
16597
 
16513
16598
  // src/autocomplete/tests/autocomplete-prefix-suffix.tsx
16514
- import { Fragment as Fragment142, jsx as jsx668, jsxs as jsxs352 } from "react/jsx-runtime";
16599
+ import { Fragment as Fragment142, jsx as jsx680, jsxs as jsxs355 } from "react/jsx-runtime";
16515
16600
  var styles = `
16516
16601
  #test-area {
16517
16602
  grid-template-columns: 80px repeat(3, 1fr);
16518
16603
  }
16519
16604
  `;
16520
- var autocomplete_prefix_suffix_default = () => /* @__PURE__ */ jsxs352(Fragment142, { children: [
16521
- /* @__PURE__ */ jsx668("style", { children: styles }),
16522
- /* @__PURE__ */ jsx668("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: Autocomplete.options.fillMode.map((fillMode) => /* @__PURE__ */ jsxs352(Fragment142, { children: [
16523
- /* @__PURE__ */ jsx668("span", { className: "k-col-span-full k-text-center", children: fillMode }),
16524
- /* @__PURE__ */ jsx668("span", { children: "normal" }),
16525
- /* @__PURE__ */ jsx668("div", { children: /* @__PURE__ */ jsx668(AutocompletePrefix, { fillMode, value: "Prefix" }) }),
16526
- /* @__PURE__ */ jsx668("div", { children: /* @__PURE__ */ jsx668(AutocompleteSuffix, { fillMode, value: "Suffix" }) }),
16527
- /* @__PURE__ */ jsx668("div", { children: /* @__PURE__ */ jsx668(
16605
+ var autocomplete_prefix_suffix_default = () => /* @__PURE__ */ jsxs355(Fragment142, { children: [
16606
+ /* @__PURE__ */ jsx680("style", { children: styles }),
16607
+ /* @__PURE__ */ jsx680("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: Autocomplete.options.fillMode.map((fillMode) => /* @__PURE__ */ jsxs355(Fragment142, { children: [
16608
+ /* @__PURE__ */ jsx680("span", { className: "k-col-span-full k-text-center", children: fillMode }),
16609
+ /* @__PURE__ */ jsx680("span", { children: "normal" }),
16610
+ /* @__PURE__ */ jsx680("div", { children: /* @__PURE__ */ jsx680(AutocompletePrefix, { fillMode, value: "Prefix" }) }),
16611
+ /* @__PURE__ */ jsx680("div", { children: /* @__PURE__ */ jsx680(AutocompleteSuffix, { fillMode, value: "Suffix" }) }),
16612
+ /* @__PURE__ */ jsx680("div", { children: /* @__PURE__ */ jsx680(
16528
16613
  AutocompleteNormal,
16529
16614
  {
16530
16615
  fillMode,
16531
16616
  value: "Prefix & Suffix",
16532
- prefix: /* @__PURE__ */ jsx668(Fragment142, { children: /* @__PURE__ */ jsx668(Icon, { icon: "search" }) }),
16533
- suffix: /* @__PURE__ */ jsx668(Fragment142, { children: /* @__PURE__ */ jsx668(TextButton, { fillMode: "clear", children: "Search" }) })
16617
+ prefix: /* @__PURE__ */ jsx680(Fragment142, { children: /* @__PURE__ */ jsx680(Icon, { icon: "search" }) }),
16618
+ suffix: /* @__PURE__ */ jsx680(Fragment142, { children: /* @__PURE__ */ jsx680(TextButton, { fillMode: "clear", children: "Search" }) })
16534
16619
  }
16535
16620
  ) }),
16536
- /* @__PURE__ */ jsx668("span", { children: "disabled" }),
16537
- /* @__PURE__ */ jsx668("div", { children: /* @__PURE__ */ jsx668(AutocompletePrefix, { fillMode, value: "Prefix", disabled: true }) }),
16538
- /* @__PURE__ */ jsx668("div", { children: /* @__PURE__ */ jsx668(AutocompleteSuffix, { fillMode, value: "Suffix", disabled: true }) }),
16539
- /* @__PURE__ */ jsx668("div", { children: /* @__PURE__ */ jsx668(
16621
+ /* @__PURE__ */ jsx680("span", { children: "disabled" }),
16622
+ /* @__PURE__ */ jsx680("div", { children: /* @__PURE__ */ jsx680(AutocompletePrefix, { fillMode, value: "Prefix", disabled: true }) }),
16623
+ /* @__PURE__ */ jsx680("div", { children: /* @__PURE__ */ jsx680(AutocompleteSuffix, { fillMode, value: "Suffix", disabled: true }) }),
16624
+ /* @__PURE__ */ jsx680("div", { children: /* @__PURE__ */ jsx680(
16540
16625
  AutocompleteNormal,
16541
16626
  {
16542
16627
  fillMode,
16543
16628
  value: "Prefix & Suffix",
16544
16629
  disabled: true,
16545
- prefix: /* @__PURE__ */ jsx668(Fragment142, { children: /* @__PURE__ */ jsx668(Icon, { icon: "search" }) }),
16546
- suffix: /* @__PURE__ */ jsx668(Fragment142, { children: /* @__PURE__ */ jsx668(TextButton, { fillMode: "clear", children: "Search" }) })
16630
+ prefix: /* @__PURE__ */ jsx680(Fragment142, { children: /* @__PURE__ */ jsx680(Icon, { icon: "search" }) }),
16631
+ suffix: /* @__PURE__ */ jsx680(Fragment142, { children: /* @__PURE__ */ jsx680(TextButton, { fillMode: "clear", children: "Search" }) })
16547
16632
  }
16548
16633
  ) }),
16549
- /* @__PURE__ */ jsx668("span", { children: "validation" }),
16550
- /* @__PURE__ */ jsx668("div", { children: /* @__PURE__ */ jsx668(AutocompletePrefix, { fillMode, value: "Prefix", invalid: true }) }),
16551
- /* @__PURE__ */ jsx668("div", { children: /* @__PURE__ */ jsx668(AutocompleteSuffix, { fillMode, value: "Suffix", invalid: true }) }),
16552
- /* @__PURE__ */ jsx668("div", { children: /* @__PURE__ */ jsx668(
16634
+ /* @__PURE__ */ jsx680("span", { children: "validation" }),
16635
+ /* @__PURE__ */ jsx680("div", { children: /* @__PURE__ */ jsx680(AutocompletePrefix, { fillMode, value: "Prefix", invalid: true }) }),
16636
+ /* @__PURE__ */ jsx680("div", { children: /* @__PURE__ */ jsx680(AutocompleteSuffix, { fillMode, value: "Suffix", invalid: true }) }),
16637
+ /* @__PURE__ */ jsx680("div", { children: /* @__PURE__ */ jsx680(
16553
16638
  AutocompleteNormal,
16554
16639
  {
16555
16640
  fillMode,
16556
16641
  value: "Prefix & Suffix",
16557
16642
  invalid: true,
16558
- prefix: /* @__PURE__ */ jsx668(Fragment142, { children: /* @__PURE__ */ jsx668(Icon, { icon: "search" }) }),
16559
- suffix: /* @__PURE__ */ jsx668(Fragment142, { children: /* @__PURE__ */ jsx668(TextButton, { fillMode: "clear", children: "Search" }) })
16643
+ prefix: /* @__PURE__ */ jsx680(Fragment142, { children: /* @__PURE__ */ jsx680(Icon, { icon: "search" }) }),
16644
+ suffix: /* @__PURE__ */ jsx680(Fragment142, { children: /* @__PURE__ */ jsx680(TextButton, { fillMode: "clear", children: "Search" }) })
16560
16645
  }
16561
16646
  ) }),
16562
- /* @__PURE__ */ jsx668("span", { children: "RTL" }),
16563
- /* @__PURE__ */ jsx668("div", { dir: "rtl", children: /* @__PURE__ */ jsx668(AutocompletePrefix, { fillMode, value: "Prefix" }) }),
16564
- /* @__PURE__ */ jsx668("div", { dir: "rtl", children: /* @__PURE__ */ jsx668(AutocompleteSuffix, { fillMode, value: "Suffix" }) }),
16565
- /* @__PURE__ */ jsx668("div", { dir: "rtl", children: /* @__PURE__ */ jsx668(
16647
+ /* @__PURE__ */ jsx680("span", { children: "RTL" }),
16648
+ /* @__PURE__ */ jsx680("div", { dir: "rtl", children: /* @__PURE__ */ jsx680(AutocompletePrefix, { fillMode, value: "Prefix" }) }),
16649
+ /* @__PURE__ */ jsx680("div", { dir: "rtl", children: /* @__PURE__ */ jsx680(AutocompleteSuffix, { fillMode, value: "Suffix" }) }),
16650
+ /* @__PURE__ */ jsx680("div", { dir: "rtl", children: /* @__PURE__ */ jsx680(
16566
16651
  AutocompleteNormal,
16567
16652
  {
16568
16653
  fillMode,
16569
16654
  value: "Prefix & Suffix",
16570
- prefix: /* @__PURE__ */ jsx668(Fragment142, { children: /* @__PURE__ */ jsx668(Icon, { icon: "search" }) }),
16571
- suffix: /* @__PURE__ */ jsx668(Fragment142, { children: /* @__PURE__ */ jsx668(TextButton, { fillMode: "clear", children: "Search" }) })
16655
+ prefix: /* @__PURE__ */ jsx680(Fragment142, { children: /* @__PURE__ */ jsx680(Icon, { icon: "search" }) }),
16656
+ suffix: /* @__PURE__ */ jsx680(Fragment142, { children: /* @__PURE__ */ jsx680(TextButton, { fillMode: "clear", children: "Search" }) })
16572
16657
  }
16573
16658
  ) })
16574
16659
  ] })) })