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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/dist/cjs/autocomplete/tests/autocomplete-prefix-suffix.js +1096 -888
  2. package/dist/cjs/column-menu/column-menu-expander.spec.js +5933 -0
  3. package/dist/cjs/column-menu/column-menu-item-content.js +47 -0
  4. package/dist/cjs/column-menu/column-menu-item-wrapper.js +46 -0
  5. package/dist/cjs/column-menu/column-menu-item.spec.js +4396 -0
  6. package/dist/cjs/column-menu/column-menu-multicheck-item.js +261 -0
  7. package/dist/cjs/column-menu/column-menu-multicheck-wrap.js +46 -0
  8. package/dist/cjs/column-menu/column-menu.spec.js +67 -0
  9. package/dist/cjs/column-menu/filter-menu.spec.js +61 -0
  10. package/dist/cjs/column-menu/templates/column-menu-normal.js +5957 -0
  11. package/dist/cjs/column-menu/templates/column-menu-tabbed.js +5947 -0
  12. package/dist/cjs/column-menu/templates/filter-menu-multi-check.js +5984 -0
  13. package/dist/cjs/column-menu/templates/filter-menu-normal.js +5947 -0
  14. package/dist/cjs/column-menu/tests/column-menu-rtl.js +6038 -0
  15. package/dist/cjs/column-menu/tests/column-menu-tabbed.js +6026 -0
  16. package/dist/cjs/column-menu/tests/column-menu.js +6038 -0
  17. package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +1096 -888
  18. package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +957 -749
  19. package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +911 -703
  20. package/dist/cjs/form/tests/form-field-dropdowns.js +1095 -887
  21. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +707 -603
  22. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +841 -655
  23. package/dist/cjs/grid/tests/grid-column-menu.js +706 -602
  24. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +302 -122
  25. package/dist/cjs/grid/tests/grid-column-reordering.js +308 -128
  26. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +290 -107
  27. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1168 -960
  28. package/dist/cjs/grid/tests/grid-grouping-actions.js +272 -59
  29. package/dist/cjs/index.js +2539 -2199
  30. package/dist/cjs/multiselect/templates/multiselect-prefix.js +1071 -863
  31. package/dist/cjs/multiselect/templates/multiselect-suffix.js +1071 -863
  32. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +1077 -869
  33. package/dist/cjs/multiselect/tests/multiselect-flat.js +1101 -893
  34. package/dist/cjs/multiselect/tests/multiselect-grouping.js +1077 -869
  35. package/dist/cjs/multiselect/tests/multiselect-opened.js +1079 -871
  36. package/dist/cjs/multiselect/tests/multiselect-outline.js +1101 -893
  37. package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +1108 -900
  38. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +1080 -872
  39. package/dist/cjs/multiselect/tests/multiselect-solid.js +1101 -893
  40. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +886 -739
  41. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +1172 -308
  42. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +1110 -902
  43. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +1124 -916
  44. package/dist/cjs/taskboard/taskboard-pane.js +1078 -870
  45. package/dist/cjs/taskboard/taskboard.spec.js +993 -785
  46. package/dist/cjs/taskboard/templates/taskboard-normal.js +1027 -819
  47. package/dist/cjs/taskboard/tests/taskboard-card-column-menu.js +1620 -64
  48. package/dist/cjs/taskboard/tests/taskboard-card.js +1099 -891
  49. package/dist/cjs/taskboard/tests/taskboard-column.js +1114 -906
  50. package/dist/cjs/taskboard/tests/taskboard-pane.js +1035 -827
  51. package/dist/cjs/taskboard/tests/taskboard-resources.js +1081 -873
  52. package/dist/cjs/taskboard/tests/taskboard-rtl.js +1033 -825
  53. package/dist/cjs/taskboard/tests/taskboard.js +1033 -825
  54. package/dist/cjs/treelist/tests/treelist-aggregate-react.js +4277 -73
  55. package/dist/cjs/treelist/tests/treelist-aggregates.js +4519 -216
  56. package/dist/cjs/treelist/tests/treelist-react.js +2518 -98
  57. package/dist/cjs/treelist/tests/treelist-row-reordering.js +4371 -59
  58. package/dist/cjs/treelist/tests/treelist.js +4409 -112
  59. package/dist/cjs/treelist/treelist.spec.js +8415 -0
  60. package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +1011 -803
  61. package/dist/esm/column-menu/column-menu-expander.spec.js +5917 -0
  62. package/dist/esm/column-menu/column-menu-item-content.js +25 -0
  63. package/dist/esm/column-menu/column-menu-item-wrapper.js +24 -0
  64. package/dist/esm/column-menu/column-menu-item.spec.js +4380 -0
  65. package/dist/esm/column-menu/column-menu-multicheck-item.js +239 -0
  66. package/dist/esm/column-menu/column-menu-multicheck-wrap.js +24 -0
  67. package/dist/esm/column-menu/column-menu.spec.js +45 -0
  68. package/dist/esm/column-menu/filter-menu.spec.js +39 -0
  69. package/dist/esm/column-menu/templates/column-menu-normal.js +5941 -0
  70. package/dist/esm/column-menu/templates/column-menu-tabbed.js +5931 -0
  71. package/dist/esm/column-menu/templates/filter-menu-multi-check.js +5968 -0
  72. package/dist/esm/column-menu/templates/filter-menu-normal.js +5931 -0
  73. package/dist/esm/column-menu/tests/column-menu-rtl.js +6022 -0
  74. package/dist/esm/column-menu/tests/column-menu-tabbed.js +6010 -0
  75. package/dist/esm/column-menu/tests/column-menu.js +6022 -0
  76. package/dist/esm/combobox/tests/combobox-prefix-suffix.js +1011 -803
  77. package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +949 -741
  78. package/dist/esm/filemanager/tests/filemanager-listview-preview.js +903 -695
  79. package/dist/esm/form/tests/form-field-dropdowns.js +1010 -802
  80. package/dist/esm/grid/tests/grid-column-menu-rtl.js +707 -603
  81. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +852 -666
  82. package/dist/esm/grid/tests/grid-column-menu.js +706 -602
  83. package/dist/esm/grid/tests/grid-column-reordering-actions.js +302 -122
  84. package/dist/esm/grid/tests/grid-column-reordering.js +308 -128
  85. package/dist/esm/grid/tests/grid-column-resizing-actions.js +290 -107
  86. package/dist/esm/grid/tests/grid-editing-custom-editor.js +1083 -875
  87. package/dist/esm/grid/tests/grid-grouping-actions.js +272 -59
  88. package/dist/esm/index.js +2495 -2155
  89. package/dist/esm/multiselect/templates/multiselect-prefix.js +986 -778
  90. package/dist/esm/multiselect/templates/multiselect-suffix.js +986 -778
  91. package/dist/esm/multiselect/tests/multiselect-adaptive.js +992 -784
  92. package/dist/esm/multiselect/tests/multiselect-flat.js +1016 -808
  93. package/dist/esm/multiselect/tests/multiselect-grouping.js +992 -784
  94. package/dist/esm/multiselect/tests/multiselect-opened.js +994 -786
  95. package/dist/esm/multiselect/tests/multiselect-outline.js +1016 -808
  96. package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +1023 -815
  97. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +995 -787
  98. package/dist/esm/multiselect/tests/multiselect-solid.js +1016 -808
  99. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +886 -739
  100. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +1172 -308
  101. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +1025 -817
  102. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +1039 -831
  103. package/dist/esm/taskboard/taskboard-pane.js +985 -777
  104. package/dist/esm/taskboard/taskboard.spec.js +981 -773
  105. package/dist/esm/taskboard/templates/taskboard-normal.js +1015 -807
  106. package/dist/esm/taskboard/tests/taskboard-card-column-menu.js +1620 -64
  107. package/dist/esm/taskboard/tests/taskboard-card.js +1014 -806
  108. package/dist/esm/taskboard/tests/taskboard-column.js +1029 -821
  109. package/dist/esm/taskboard/tests/taskboard-pane.js +1023 -815
  110. package/dist/esm/taskboard/tests/taskboard-resources.js +996 -788
  111. package/dist/esm/taskboard/tests/taskboard-rtl.js +1021 -813
  112. package/dist/esm/taskboard/tests/taskboard.js +1021 -813
  113. package/dist/esm/treelist/tests/treelist-aggregate-react.js +4277 -73
  114. package/dist/esm/treelist/tests/treelist-aggregates.js +4520 -217
  115. package/dist/esm/treelist/tests/treelist-react.js +2518 -98
  116. package/dist/esm/treelist/tests/treelist-row-reordering.js +4371 -59
  117. package/dist/esm/treelist/tests/treelist.js +4410 -113
  118. package/dist/esm/treelist/treelist.spec.js +8399 -0
  119. package/dist/types/column-menu/column-menu-expander.spec.d.ts +17 -0
  120. package/dist/types/column-menu/column-menu-item-content.d.ts +1 -0
  121. package/dist/types/column-menu/column-menu-item-wrapper.d.ts +1 -0
  122. package/dist/types/column-menu/column-menu-item.spec.d.ts +17 -0
  123. package/dist/types/column-menu/column-menu-multicheck-item.d.ts +4 -0
  124. package/dist/types/column-menu/column-menu-multicheck-wrap.d.ts +1 -0
  125. package/dist/types/column-menu/column-menu.spec.d.ts +14 -0
  126. package/dist/types/column-menu/filter-menu.spec.d.ts +9 -0
  127. package/dist/types/column-menu/index.d.ts +12 -0
  128. package/dist/types/column-menu/templates/column-menu-normal.d.ts +1 -0
  129. package/dist/types/column-menu/templates/column-menu-tabbed.d.ts +1 -0
  130. package/dist/types/column-menu/templates/filter-menu-multi-check.d.ts +1 -0
  131. package/dist/types/column-menu/templates/filter-menu-normal.d.ts +1 -0
  132. package/dist/types/column-menu/tests/column-menu-rtl.d.ts +2 -0
  133. package/dist/types/column-menu/tests/column-menu-tabbed.d.ts +2 -0
  134. package/dist/types/column-menu/tests/column-menu.d.ts +2 -0
  135. package/dist/types/index.d.ts +2 -0
  136. package/dist/types/treelist/index.d.ts +1 -0
  137. package/dist/types/treelist/treelist.spec.d.ts +9 -0
  138. package/package.json +2 -2
  139. package/src/column-menu/column-menu-expander.spec.tsx +66 -0
  140. package/src/column-menu/column-menu-item-content.tsx +18 -0
  141. package/src/column-menu/column-menu-item-wrapper.tsx +17 -0
  142. package/src/column-menu/column-menu-item.spec.tsx +56 -0
  143. package/src/column-menu/column-menu-multicheck-item.tsx +32 -0
  144. package/src/column-menu/column-menu-multicheck-wrap.tsx +17 -0
  145. package/src/column-menu/column-menu.spec.tsx +46 -0
  146. package/src/column-menu/filter-menu.spec.tsx +38 -0
  147. package/src/column-menu/index.ts +12 -0
  148. package/src/column-menu/templates/column-menu-normal.tsx +23 -0
  149. package/src/column-menu/templates/column-menu-tabbed.tsx +36 -0
  150. package/src/column-menu/templates/filter-menu-multi-check.tsx +26 -0
  151. package/src/column-menu/templates/filter-menu-normal.tsx +23 -0
  152. package/src/column-menu/tests/column-menu-rtl.tsx +119 -0
  153. package/src/column-menu/tests/column-menu-tabbed.tsx +113 -0
  154. package/src/column-menu/tests/column-menu.tsx +119 -0
  155. package/src/grid/tests/grid-column-menu-rtl.tsx +194 -367
  156. package/src/grid/tests/grid-column-menu-tabbed.tsx +147 -260
  157. package/src/grid/tests/grid-column-menu.tsx +194 -366
  158. package/src/grid/tests/grid-column-reordering-actions.tsx +48 -77
  159. package/src/grid/tests/grid-column-reordering.tsx +60 -86
  160. package/src/grid/tests/grid-column-resizing-actions.tsx +25 -64
  161. package/src/grid/tests/grid-grouping-actions.tsx +15 -11
  162. package/src/index.ts +2 -1
  163. package/src/pivotgrid/tests/pivotgrid-column-menus.tsx +141 -232
  164. package/src/pivotgrid/tests/pivotgrid-settings-panel-reordering.tsx +17 -34
  165. package/src/taskboard/tests/taskboard-card-column-menu.tsx +12 -22
  166. package/src/treelist/index.ts +1 -0
  167. package/src/treelist/tests/treelist-aggregate-react.tsx +73 -71
  168. package/src/treelist/tests/treelist-aggregates.tsx +219 -242
  169. package/src/treelist/tests/treelist-react.tsx +98 -95
  170. package/src/treelist/tests/treelist-row-reordering.tsx +95 -74
  171. package/src/treelist/tests/treelist.tsx +110 -139
  172. package/src/treelist/treelist.spec.tsx +32 -0
@@ -8104,7 +8104,7 @@ var Form = (props) => {
8104
8104
  tag = defaultProps45.tag,
8105
8105
  children
8106
8106
  } = props;
8107
- const Parent = ({ tag: tag2, className: className37, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx138("form", { className: className37, children: children2 }) : /* @__PURE__ */ jsx138("div", { className: className37, children: children2 });
8107
+ const Parent = ({ tag: tag2, className: className38, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx138("form", { className: className38, children: children2 }) : /* @__PURE__ */ jsx138("div", { className: className38, children: children2 });
8108
8108
  const formChildren = [];
8109
8109
  if (children) {
8110
8110
  if (Array.isArray(children)) {
@@ -14748,121 +14748,143 @@ ListViewItem.defaultProps = defaultProps120;
14748
14748
  // src/listview/templates/listview-normal.tsx
14749
14749
  import { Fragment as Fragment109, jsx as jsx392, jsxs as jsxs155 } from "react/jsx-runtime";
14750
14750
 
14751
- // src/filter/filter-preview.tsx
14751
+ // src/treelist/treelist.spec.tsx
14752
14752
  import { jsx as jsx393 } from "react/jsx-runtime";
14753
- var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
14753
+ var TREELIST_CLASSNAME = "k-treelist";
14754
14754
  var states131 = [];
14755
14755
  var options121 = {};
14756
14756
  var defaultProps121 = {};
14757
+ var TreeList = (props) => /* @__PURE__ */ jsx393(
14758
+ Grid,
14759
+ {
14760
+ ...props,
14761
+ className: classNames(
14762
+ TREELIST_CLASSNAME,
14763
+ props.className
14764
+ ),
14765
+ children: props.children
14766
+ }
14767
+ );
14768
+ TreeList.states = states131;
14769
+ TreeList.options = options121;
14770
+ TreeList.className = TREELIST_CLASSNAME;
14771
+ TreeList.defaultProps = defaultProps121;
14772
+
14773
+ // src/filter/filter-preview.tsx
14774
+ import { jsx as jsx394 } from "react/jsx-runtime";
14775
+ var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
14776
+ var states132 = [];
14777
+ var options122 = {};
14778
+ var defaultProps122 = {};
14757
14779
  var FilterPreview = (props) => {
14758
14780
  const { fields } = props;
14759
14781
  const expressionPreview = [];
14760
14782
  if (fields) {
14761
14783
  fields.map(({ name, value }) => {
14762
14784
  expressionPreview.push(
14763
- /* @__PURE__ */ jsx393("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14785
+ /* @__PURE__ */ jsx394("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14764
14786
  );
14765
14787
  });
14766
14788
  }
14767
- return /* @__PURE__ */ jsx393("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14789
+ return /* @__PURE__ */ jsx394("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14768
14790
  };
14769
- FilterPreview.states = states131;
14770
- FilterPreview.options = options121;
14771
- FilterPreview.defaultProps = defaultProps121;
14791
+ FilterPreview.states = states132;
14792
+ FilterPreview.options = options122;
14793
+ FilterPreview.defaultProps = defaultProps122;
14772
14794
  FilterPreview.className = FILTER_PREVIEW_CLASSNAME;
14773
14795
 
14774
14796
  // src/filter/filter.spec.tsx
14775
- import { Fragment as Fragment110, jsx as jsx394, jsxs as jsxs156 } from "react/jsx-runtime";
14797
+ import { Fragment as Fragment110, jsx as jsx395, jsxs as jsxs156 } from "react/jsx-runtime";
14776
14798
  var FILTER_CLASSNAME = "k-filter";
14777
- var states132 = [];
14778
- var options122 = {};
14779
- var defaultProps122 = {};
14799
+ var states133 = [];
14800
+ var options123 = {};
14801
+ var defaultProps123 = {};
14780
14802
  var Filter = (props) => {
14781
14803
  const {
14782
14804
  children,
14783
14805
  showApplyButton
14784
14806
  } = props;
14785
14807
  const filterChildren = [];
14786
- let expressionPreview = /* @__PURE__ */ jsx394(Fragment110, {});
14808
+ let expressionPreview = /* @__PURE__ */ jsx395(Fragment110, {});
14787
14809
  if (children) {
14788
14810
  if (Array.isArray(children)) {
14789
14811
  children.map((child) => {
14790
14812
  if (child.type !== FilterPreview) {
14791
14813
  filterChildren.push(child);
14792
14814
  } else {
14793
- expressionPreview = /* @__PURE__ */ jsx394(FilterPreview, { ...child.props });
14815
+ expressionPreview = /* @__PURE__ */ jsx395(FilterPreview, { ...child.props });
14794
14816
  }
14795
14817
  });
14796
14818
  }
14797
14819
  }
14798
14820
  return /* @__PURE__ */ jsxs156("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
14799
- /* @__PURE__ */ jsx394("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx394("li", { className: "k-filter-group-main", children: filterChildren }) }),
14821
+ /* @__PURE__ */ jsx395("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx395("li", { className: "k-filter-group-main", children: filterChildren }) }),
14800
14822
  expressionPreview,
14801
- showApplyButton && /* @__PURE__ */ jsx394(Button, { className: "k-filter-apply", children: "Apply" })
14823
+ showApplyButton && /* @__PURE__ */ jsx395(Button, { className: "k-filter-apply", children: "Apply" })
14802
14824
  ] });
14803
14825
  };
14804
- Filter.states = states132;
14805
- Filter.options = options122;
14806
- Filter.defaultProps = defaultProps122;
14826
+ Filter.states = states133;
14827
+ Filter.options = options123;
14828
+ Filter.defaultProps = defaultProps123;
14807
14829
  Filter.className = FILTER_CLASSNAME;
14808
14830
 
14809
14831
  // src/filter/filter-toolbar.tsx
14810
- import { jsx as jsx395 } from "react/jsx-runtime";
14832
+ import { jsx as jsx396 } from "react/jsx-runtime";
14811
14833
  var FILTER_TOOLBAR_CLASSNAME = "k-filter-toolbar";
14812
- var states133 = [];
14813
- var options123 = {};
14814
- var defaultProps123 = {};
14834
+ var states134 = [];
14835
+ var options124 = {};
14836
+ var defaultProps124 = {};
14815
14837
  var FilterToolbar = (props) => {
14816
14838
  const { children } = props;
14817
- return /* @__PURE__ */ jsx395("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14839
+ return /* @__PURE__ */ jsx396("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14818
14840
  };
14819
- FilterToolbar.states = states133;
14820
- FilterToolbar.options = options123;
14821
- FilterToolbar.defaultProps = defaultProps123;
14841
+ FilterToolbar.states = states134;
14842
+ FilterToolbar.options = options124;
14843
+ FilterToolbar.defaultProps = defaultProps124;
14822
14844
 
14823
14845
  // src/filter/filter-lines.tsx
14824
- import { jsx as jsx396 } from "react/jsx-runtime";
14846
+ import { jsx as jsx397 } from "react/jsx-runtime";
14825
14847
  var FILTER_LINES_CLASSNAME = "k-filter-lines";
14826
- var states134 = [];
14827
- var options124 = {};
14828
- var defaultProps124 = {};
14848
+ var states135 = [];
14849
+ var options125 = {};
14850
+ var defaultProps125 = {};
14829
14851
  var FilterLines = (props) => {
14830
14852
  const { children } = props;
14831
- return /* @__PURE__ */ jsx396("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14853
+ return /* @__PURE__ */ jsx397("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14832
14854
  };
14833
- FilterLines.states = states134;
14834
- FilterLines.options = options124;
14835
- FilterLines.defaultProps = defaultProps124;
14855
+ FilterLines.states = states135;
14856
+ FilterLines.options = options125;
14857
+ FilterLines.defaultProps = defaultProps125;
14836
14858
 
14837
14859
  // src/filter/filter-item.tsx
14838
- import { jsx as jsx397 } from "react/jsx-runtime";
14860
+ import { jsx as jsx398 } from "react/jsx-runtime";
14839
14861
  var FILTER_ITEM_CLASSNAME = "k-filter-item";
14840
- var states135 = [];
14841
- var options125 = {};
14842
- var defaultProps125 = {};
14862
+ var states136 = [];
14863
+ var options126 = {};
14864
+ var defaultProps126 = {};
14843
14865
  var FilterItem = (props) => {
14844
14866
  const { children } = props;
14845
- return /* @__PURE__ */ jsx397("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14867
+ return /* @__PURE__ */ jsx398("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14846
14868
  };
14847
- FilterItem.states = states135;
14848
- FilterItem.options = options125;
14849
- FilterItem.defaultProps = defaultProps125;
14869
+ FilterItem.states = states136;
14870
+ FilterItem.options = options126;
14871
+ FilterItem.defaultProps = defaultProps126;
14850
14872
 
14851
14873
  // src/filter/templates/filter-normal.tsx
14852
- import { jsx as jsx398, jsxs as jsxs157 } from "react/jsx-runtime";
14874
+ import { jsx as jsx399, jsxs as jsxs157 } from "react/jsx-runtime";
14853
14875
 
14854
14876
  // src/filemanager/filemanager-toolbar.spec.tsx
14855
- import { jsx as jsx399 } from "react/jsx-runtime";
14877
+ import { jsx as jsx400 } from "react/jsx-runtime";
14856
14878
  var FILEMANAGERTOOLBAR_CLASSNAME = `k-filemanager-toolbar`;
14857
- var states136 = [];
14858
- var options126 = {};
14859
- var defaultProps126 = {};
14879
+ var states137 = [];
14880
+ var options127 = {};
14881
+ var defaultProps127 = {};
14860
14882
  var FileManagerToolbar = (props) => {
14861
14883
  const {
14862
14884
  children,
14863
14885
  ...other
14864
14886
  } = props;
14865
- return /* @__PURE__ */ jsx399(
14887
+ return /* @__PURE__ */ jsx400(
14866
14888
  Toolbar,
14867
14889
  {
14868
14890
  ...other,
@@ -14874,44 +14896,44 @@ var FileManagerToolbar = (props) => {
14874
14896
  }
14875
14897
  );
14876
14898
  };
14877
- FileManagerToolbar.states = states136;
14878
- FileManagerToolbar.options = options126;
14899
+ FileManagerToolbar.states = states137;
14900
+ FileManagerToolbar.options = options127;
14879
14901
  FileManagerToolbar.className = FILEMANAGERTOOLBAR_CLASSNAME;
14880
- FileManagerToolbar.defaultProps = defaultProps126;
14902
+ FileManagerToolbar.defaultProps = defaultProps127;
14881
14903
 
14882
14904
  // src/filemanager/filemanager.spec.tsx
14883
- import { Fragment as Fragment111, jsx as jsx400, jsxs as jsxs158 } from "react/jsx-runtime";
14905
+ import { Fragment as Fragment111, jsx as jsx401, jsxs as jsxs158 } from "react/jsx-runtime";
14884
14906
  var FILEMANAGER_CLASSNAME = "k-filemanager";
14885
- var states137 = [
14907
+ var states138 = [
14886
14908
  States.disabled
14887
14909
  ];
14888
- var options127 = {};
14889
- var defaultToolbar = /* @__PURE__ */ jsx400(Fragment111, { children: /* @__PURE__ */ jsxs158(FileManagerToolbar, { children: [
14890
- /* @__PURE__ */ jsx400(Button, { children: "New Folder" }),
14891
- /* @__PURE__ */ jsx400(Button, { children: "Upload" }),
14910
+ var options128 = {};
14911
+ var defaultToolbar = /* @__PURE__ */ jsx401(Fragment111, { children: /* @__PURE__ */ jsxs158(FileManagerToolbar, { children: [
14912
+ /* @__PURE__ */ jsx401(Button, { children: "New Folder" }),
14913
+ /* @__PURE__ */ jsx401(Button, { children: "Upload" }),
14892
14914
  /* @__PURE__ */ jsxs158(ButtonGroup, { children: [
14893
- /* @__PURE__ */ jsx400(Button, { icon: "sort-asc-small" }),
14894
- /* @__PURE__ */ jsx400(Button, { icon: "sort-desc-small" })
14915
+ /* @__PURE__ */ jsx401(Button, { icon: "sort-asc-small" }),
14916
+ /* @__PURE__ */ jsx401(Button, { icon: "sort-desc-small" })
14895
14917
  ] }),
14896
- /* @__PURE__ */ jsx400(SplitButton, { text: "Sort By" }),
14918
+ /* @__PURE__ */ jsx401(SplitButton, { text: "Sort By" }),
14897
14919
  /* @__PURE__ */ jsxs158(ButtonGroup, { children: [
14898
- /* @__PURE__ */ jsx400(Button, { icon: "grid-layout" }),
14899
- /* @__PURE__ */ jsx400(Button, { icon: "grid" })
14920
+ /* @__PURE__ */ jsx401(Button, { icon: "grid-layout" }),
14921
+ /* @__PURE__ */ jsx401(Button, { icon: "grid" })
14900
14922
  ] }),
14901
- /* @__PURE__ */ jsx400("div", { className: "k-spacer" }),
14923
+ /* @__PURE__ */ jsx401("div", { className: "k-spacer" }),
14902
14924
  /* @__PURE__ */ jsxs158("div", { className: "k-filemanager-details-toggle", children: [
14903
- /* @__PURE__ */ jsx400("label", { children: "View Details" }),
14904
- /* @__PURE__ */ jsx400(Switch, {})
14925
+ /* @__PURE__ */ jsx401("label", { children: "View Details" }),
14926
+ /* @__PURE__ */ jsx401(Switch, {})
14905
14927
  ] }),
14906
- /* @__PURE__ */ jsx400(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
14928
+ /* @__PURE__ */ jsx401(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
14907
14929
  ] }) });
14908
- var defaultProps127 = {
14930
+ var defaultProps128 = {
14909
14931
  toolbar: defaultToolbar
14910
14932
  };
14911
14933
  var FileManager = (props) => {
14912
14934
  const {
14913
14935
  disabled,
14914
- toolbar = defaultProps127.toolbar
14936
+ toolbar = defaultProps128.toolbar
14915
14937
  } = props;
14916
14938
  return /* @__PURE__ */ jsxs158("div", { className: classNames(
14917
14939
  props.className,
@@ -14920,27 +14942,27 @@ var FileManager = (props) => {
14920
14942
  disabled
14921
14943
  })
14922
14944
  ), children: [
14923
- /* @__PURE__ */ jsx400("div", { className: "k-filemanager-header", children: toolbar }),
14924
- /* @__PURE__ */ jsx400("div", { className: "k-filemanager-content-container", children: props.children })
14945
+ /* @__PURE__ */ jsx401("div", { className: "k-filemanager-header", children: toolbar }),
14946
+ /* @__PURE__ */ jsx401("div", { className: "k-filemanager-content-container", children: props.children })
14925
14947
  ] });
14926
14948
  };
14927
- FileManager.states = states137;
14928
- FileManager.options = options127;
14949
+ FileManager.states = states138;
14950
+ FileManager.options = options128;
14929
14951
  FileManager.className = FILEMANAGER_CLASSNAME;
14930
- FileManager.defaultProps = defaultProps127;
14952
+ FileManager.defaultProps = defaultProps128;
14931
14953
 
14932
14954
  // src/filemanager/filemanager-breadcrumb.spec.tsx
14933
- import { jsx as jsx401 } from "react/jsx-runtime";
14955
+ import { jsx as jsx402 } from "react/jsx-runtime";
14934
14956
  var FILEMANAGERBREADCRUMB_CLASSNAME = `k-filemanager-breadcrumb`;
14935
- var states138 = [];
14936
- var options128 = {};
14937
- var defaultProps128 = {};
14957
+ var states139 = [];
14958
+ var options129 = {};
14959
+ var defaultProps129 = {};
14938
14960
  var FileManagerBreadcrumb = (props) => {
14939
14961
  const {
14940
14962
  children,
14941
14963
  ...other
14942
14964
  } = props;
14943
- return /* @__PURE__ */ jsx401(
14965
+ return /* @__PURE__ */ jsx402(
14944
14966
  Breadcrumb,
14945
14967
  {
14946
14968
  className: classNames(
@@ -14952,23 +14974,23 @@ var FileManagerBreadcrumb = (props) => {
14952
14974
  }
14953
14975
  );
14954
14976
  };
14955
- FileManagerBreadcrumb.states = states138;
14956
- FileManagerBreadcrumb.options = options128;
14977
+ FileManagerBreadcrumb.states = states139;
14978
+ FileManagerBreadcrumb.options = options129;
14957
14979
  FileManagerBreadcrumb.className = FILEMANAGERBREADCRUMB_CLASSNAME;
14958
- FileManagerBreadcrumb.defaultProps = defaultProps128;
14980
+ FileManagerBreadcrumb.defaultProps = defaultProps129;
14959
14981
 
14960
14982
  // src/filemanager/filemanager-listview.spec.tsx
14961
- import { jsx as jsx402 } from "react/jsx-runtime";
14983
+ import { jsx as jsx403 } from "react/jsx-runtime";
14962
14984
  var FILEMANAGERLISTVIEW_CLASSNAME = `k-filemanager-listview`;
14963
- var states139 = [];
14964
- var options129 = {};
14965
- var defaultProps129 = {};
14985
+ var states140 = [];
14986
+ var options130 = {};
14987
+ var defaultProps130 = {};
14966
14988
  var FileManagerListView = (props) => {
14967
14989
  const {
14968
14990
  children,
14969
14991
  ...other
14970
14992
  } = props;
14971
- return /* @__PURE__ */ jsx402(
14993
+ return /* @__PURE__ */ jsx403(
14972
14994
  ListView,
14973
14995
  {
14974
14996
  className: classNames(
@@ -14982,23 +15004,23 @@ var FileManagerListView = (props) => {
14982
15004
  }
14983
15005
  );
14984
15006
  };
14985
- FileManagerListView.states = states139;
14986
- FileManagerListView.options = options129;
15007
+ FileManagerListView.states = states140;
15008
+ FileManagerListView.options = options130;
14987
15009
  FileManagerListView.className = FILEMANAGERLISTVIEW_CLASSNAME;
14988
- FileManagerListView.defaultProps = defaultProps129;
15010
+ FileManagerListView.defaultProps = defaultProps130;
14989
15011
 
14990
15012
  // src/filemanager/filemanager-treeview.spec.tsx
14991
- import { jsx as jsx403 } from "react/jsx-runtime";
15013
+ import { jsx as jsx404 } from "react/jsx-runtime";
14992
15014
  var FILEMANAGERTREEVIEW_CLASSNAME = `k-filemanager-treeview`;
14993
- var states140 = [];
14994
- var options130 = {};
14995
- var defaultProps130 = {};
15015
+ var states141 = [];
15016
+ var options131 = {};
15017
+ var defaultProps131 = {};
14996
15018
  var FileManagerTreeview = (props) => {
14997
15019
  const {
14998
15020
  children,
14999
15021
  ...other
15000
15022
  } = props;
15001
- return /* @__PURE__ */ jsx403(
15023
+ return /* @__PURE__ */ jsx404(
15002
15024
  Treeview,
15003
15025
  {
15004
15026
  className: classNames(
@@ -15010,23 +15032,23 @@ var FileManagerTreeview = (props) => {
15010
15032
  }
15011
15033
  );
15012
15034
  };
15013
- FileManagerTreeview.states = states140;
15014
- FileManagerTreeview.options = options130;
15035
+ FileManagerTreeview.states = states141;
15036
+ FileManagerTreeview.options = options131;
15015
15037
  FileManagerTreeview.className = FILEMANAGERTREEVIEW_CLASSNAME;
15016
- FileManagerTreeview.defaultProps = defaultProps130;
15038
+ FileManagerTreeview.defaultProps = defaultProps131;
15017
15039
 
15018
15040
  // src/filemanager/filemanager-drag-hint.tsx
15019
- import { jsx as jsx404, jsxs as jsxs159 } from "react/jsx-runtime";
15041
+ import { jsx as jsx405, jsxs as jsxs159 } from "react/jsx-runtime";
15020
15042
  var FILEMANAGERDRAGHINT_CLASSNAME = "k-filemanager-drag-hint";
15021
- var states141 = [];
15022
- var options131 = {};
15023
- var defaultProps131 = {
15043
+ var states142 = [];
15044
+ var options132 = {};
15045
+ var defaultProps132 = {
15024
15046
  icon: "file"
15025
15047
  };
15026
15048
  var FileManagerDragHint = (props) => {
15027
15049
  const {
15028
15050
  hint,
15029
- icon = defaultProps131.icon,
15051
+ icon = defaultProps132.icon,
15030
15052
  ...other
15031
15053
  } = props;
15032
15054
  return /* @__PURE__ */ jsxs159(
@@ -15039,31 +15061,31 @@ var FileManagerDragHint = (props) => {
15039
15061
  ),
15040
15062
  ...other,
15041
15063
  children: [
15042
- /* @__PURE__ */ jsx404(Icon, { icon }),
15043
- /* @__PURE__ */ jsx404("span", { children: hint })
15064
+ /* @__PURE__ */ jsx405(Icon, { icon }),
15065
+ /* @__PURE__ */ jsx405("span", { children: hint })
15044
15066
  ]
15045
15067
  }
15046
15068
  );
15047
15069
  };
15048
- FileManagerDragHint.states = states141;
15049
- FileManagerDragHint.options = options131;
15070
+ FileManagerDragHint.states = states142;
15071
+ FileManagerDragHint.options = options132;
15050
15072
  FileManagerDragHint.className = FILEMANAGERDRAGHINT_CLASSNAME;
15051
- FileManagerDragHint.defaultProps = defaultProps131;
15073
+ FileManagerDragHint.defaultProps = defaultProps132;
15052
15074
 
15053
15075
  // src/filemanager/file-info.tsx
15054
- import { Fragment as Fragment112, jsx as jsx405, jsxs as jsxs160 } from "react/jsx-runtime";
15076
+ import { Fragment as Fragment112, jsx as jsx406, jsxs as jsxs160 } from "react/jsx-runtime";
15055
15077
  var FILEINFO_CLASSNAME = "k-file-info";
15056
- var states142 = [];
15057
- var options132 = {};
15058
- var defaultProps132 = {
15078
+ var states143 = [];
15079
+ var options133 = {};
15080
+ var defaultProps133 = {
15059
15081
  name: "No File Selected",
15060
15082
  icon: "file"
15061
15083
  };
15062
15084
  var FileInfo = (props) => {
15063
15085
  const {
15064
15086
  selection,
15065
- name = defaultProps132.name,
15066
- icon = defaultProps132.icon,
15087
+ name = defaultProps133.name,
15088
+ icon = defaultProps133.icon,
15067
15089
  fileType,
15068
15090
  fileSize,
15069
15091
  fileDateCreated,
@@ -15073,7 +15095,7 @@ var FileInfo = (props) => {
15073
15095
  props.className,
15074
15096
  FILEINFO_CLASSNAME
15075
15097
  ), children: [
15076
- /* @__PURE__ */ jsx405(
15098
+ /* @__PURE__ */ jsx406(
15077
15099
  FilePreview,
15078
15100
  {
15079
15101
  className: classNames(
@@ -15088,43 +15110,43 @@ var FileInfo = (props) => {
15088
15110
  size: "xxxlarge"
15089
15111
  }
15090
15112
  ),
15091
- selection === "single" && /* @__PURE__ */ jsx405(Fragment112, { children: /* @__PURE__ */ jsxs160("dl", { className: "k-file-meta", children: [
15113
+ selection === "single" && /* @__PURE__ */ jsx406(Fragment112, { children: /* @__PURE__ */ jsxs160("dl", { className: "k-file-meta", children: [
15092
15114
  fileType && /* @__PURE__ */ jsxs160(Fragment112, { children: [
15093
- /* @__PURE__ */ jsx405("dt", { className: "k-file-meta-label", children: "Type: " }),
15094
- /* @__PURE__ */ jsx405("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
15095
- /* @__PURE__ */ jsx405("dd", { className: "k-line-break" })
15115
+ /* @__PURE__ */ jsx406("dt", { className: "k-file-meta-label", children: "Type: " }),
15116
+ /* @__PURE__ */ jsx406("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
15117
+ /* @__PURE__ */ jsx406("dd", { className: "k-line-break" })
15096
15118
  ] }),
15097
15119
  fileSize && /* @__PURE__ */ jsxs160(Fragment112, { children: [
15098
- /* @__PURE__ */ jsx405("dt", { className: "k-file-meta-label", children: "Size: " }),
15099
- /* @__PURE__ */ jsx405("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
15100
- /* @__PURE__ */ jsx405("dd", { className: "k-line-break" })
15120
+ /* @__PURE__ */ jsx406("dt", { className: "k-file-meta-label", children: "Size: " }),
15121
+ /* @__PURE__ */ jsx406("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
15122
+ /* @__PURE__ */ jsx406("dd", { className: "k-line-break" })
15101
15123
  ] }),
15102
15124
  fileDateCreated && /* @__PURE__ */ jsxs160(Fragment112, { children: [
15103
- /* @__PURE__ */ jsx405("dt", { className: "k-file-meta-label", children: "Date Created: " }),
15104
- /* @__PURE__ */ jsx405("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
15105
- /* @__PURE__ */ jsx405("dd", { className: "k-line-break" })
15125
+ /* @__PURE__ */ jsx406("dt", { className: "k-file-meta-label", children: "Date Created: " }),
15126
+ /* @__PURE__ */ jsx406("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
15127
+ /* @__PURE__ */ jsx406("dd", { className: "k-line-break" })
15106
15128
  ] }),
15107
15129
  fileDateModified && /* @__PURE__ */ jsxs160(Fragment112, { children: [
15108
- /* @__PURE__ */ jsx405("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
15109
- /* @__PURE__ */ jsx405("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
15110
- /* @__PURE__ */ jsx405("dd", { className: "k-line-break" })
15130
+ /* @__PURE__ */ jsx406("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
15131
+ /* @__PURE__ */ jsx406("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
15132
+ /* @__PURE__ */ jsx406("dd", { className: "k-line-break" })
15111
15133
  ] })
15112
15134
  ] }) })
15113
15135
  ] });
15114
15136
  };
15115
- FileInfo.states = states142;
15116
- FileInfo.options = options132;
15137
+ FileInfo.states = states143;
15138
+ FileInfo.options = options133;
15117
15139
  FileInfo.className = FILEINFO_CLASSNAME;
15118
- FileInfo.defaultProps = defaultProps132;
15140
+ FileInfo.defaultProps = defaultProps133;
15119
15141
 
15120
15142
  // src/filemanager/file-preview.tsx
15121
- import { Fragment as Fragment113, jsx as jsx406, jsxs as jsxs161 } from "react/jsx-runtime";
15143
+ import { Fragment as Fragment113, jsx as jsx407, jsxs as jsxs161 } from "react/jsx-runtime";
15122
15144
  var FILEPREVIEW_CLASSNAME = "k-file-preview";
15123
- var states143 = [];
15124
- var options133 = {
15145
+ var states144 = [];
15146
+ var options134 = {
15125
15147
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge]
15126
15148
  };
15127
- var defaultProps133 = {};
15149
+ var defaultProps134 = {};
15128
15150
  var FilePreview = (props) => {
15129
15151
  const {
15130
15152
  size,
@@ -15132,9 +15154,9 @@ var FilePreview = (props) => {
15132
15154
  name
15133
15155
  } = props;
15134
15156
  return /* @__PURE__ */ jsxs161(Fragment113, { children: [
15135
- /* @__PURE__ */ jsx406("span", { className: classNames(
15157
+ /* @__PURE__ */ jsx407("span", { className: classNames(
15136
15158
  FILEPREVIEW_CLASSNAME
15137
- ), children: /* @__PURE__ */ jsx406(
15159
+ ), children: /* @__PURE__ */ jsx407(
15138
15160
  Icon,
15139
15161
  {
15140
15162
  className: "k-file-icon",
@@ -15142,41 +15164,41 @@ var FilePreview = (props) => {
15142
15164
  size
15143
15165
  }
15144
15166
  ) }),
15145
- /* @__PURE__ */ jsx406("span", { className: classNames(
15167
+ /* @__PURE__ */ jsx407("span", { className: classNames(
15146
15168
  props.className,
15147
15169
  "k-file-name"
15148
15170
  ), children: name })
15149
15171
  ] });
15150
15172
  };
15151
- FilePreview.states = states143;
15152
- FilePreview.options = options133;
15173
+ FilePreview.states = states144;
15174
+ FilePreview.options = options134;
15153
15175
  FilePreview.className = FILEPREVIEW_CLASSNAME;
15154
- FilePreview.defaultProps = defaultProps133;
15176
+ FilePreview.defaultProps = defaultProps134;
15155
15177
 
15156
15178
  // src/filemanager/templates/filemanager-normal.tsx
15157
- import { Fragment as Fragment114, jsx as jsx407, jsxs as jsxs162 } from "react/jsx-runtime";
15179
+ import { Fragment as Fragment114, jsx as jsx408, jsxs as jsxs162 } from "react/jsx-runtime";
15158
15180
 
15159
15181
  // src/filemanager/templates/filemanager-preview.tsx
15160
- import { Fragment as Fragment115, jsx as jsx408, jsxs as jsxs163 } from "react/jsx-runtime";
15182
+ import { Fragment as Fragment115, jsx as jsx409, jsxs as jsxs163 } from "react/jsx-runtime";
15161
15183
 
15162
15184
  // src/filemanager/templates/filemanager-grid.tsx
15163
- import { Fragment as Fragment116, jsx as jsx409, jsxs as jsxs164 } from "react/jsx-runtime";
15185
+ import { Fragment as Fragment116, jsx as jsx410, jsxs as jsxs164 } from "react/jsx-runtime";
15164
15186
 
15165
15187
  // src/filemanager/templates/filemanager-grid-preview.tsx
15166
- import { Fragment as Fragment117, jsx as jsx410, jsxs as jsxs165 } from "react/jsx-runtime";
15188
+ import { Fragment as Fragment117, jsx as jsx411, jsxs as jsxs165 } from "react/jsx-runtime";
15167
15189
 
15168
15190
  // src/taskboard/taskboard-toolbar.tsx
15169
- import { jsx as jsx411 } from "react/jsx-runtime";
15191
+ import { jsx as jsx412 } from "react/jsx-runtime";
15170
15192
  var TASKBOARDTOOLBAR_CLASSNAME = `k-taskboard-toolbar`;
15171
- var states144 = [];
15172
- var options134 = {};
15173
- var defaultProps134 = {};
15193
+ var states145 = [];
15194
+ var options135 = {};
15195
+ var defaultProps135 = {};
15174
15196
  var TaskBoardToolbar = (props) => {
15175
15197
  const {
15176
15198
  children,
15177
15199
  ...other
15178
15200
  } = props;
15179
- return /* @__PURE__ */ jsx411(
15201
+ return /* @__PURE__ */ jsx412(
15180
15202
  Toolbar,
15181
15203
  {
15182
15204
  ...other,
@@ -15188,27 +15210,27 @@ var TaskBoardToolbar = (props) => {
15188
15210
  }
15189
15211
  );
15190
15212
  };
15191
- TaskBoardToolbar.states = states144;
15192
- TaskBoardToolbar.options = options134;
15213
+ TaskBoardToolbar.states = states145;
15214
+ TaskBoardToolbar.options = options135;
15193
15215
  TaskBoardToolbar.className = TASKBOARDTOOLBAR_CLASSNAME;
15194
- TaskBoardToolbar.defaultProps = defaultProps134;
15216
+ TaskBoardToolbar.defaultProps = defaultProps135;
15195
15217
 
15196
15218
  // src/taskboard/taskboard-pane.tsx
15197
- import { Fragment as Fragment118, jsx as jsx412, jsxs as jsxs166 } from "react/jsx-runtime";
15219
+ import { Fragment as Fragment118, jsx as jsx413, jsxs as jsxs166 } from "react/jsx-runtime";
15198
15220
  var TASKBOARDPANE_CLASSNAME = `k-taskboard-pane`;
15199
- var states145 = [];
15200
- var options135 = {};
15221
+ var states146 = [];
15222
+ var options136 = {};
15201
15223
  var defaultHeader = /* @__PURE__ */ jsxs166(Fragment118, { children: [
15202
- /* @__PURE__ */ jsx412("div", { className: "k-taskboard-pane-header-text", children: "Card X" }),
15203
- /* @__PURE__ */ jsx412("span", { className: "k-spacer" }),
15204
- /* @__PURE__ */ jsx412("div", { className: "k-taskboard-pane-header-actions", children: /* @__PURE__ */ jsx412(Button, { fillMode: "flat", icon: "x" }) })
15224
+ /* @__PURE__ */ jsx413("div", { className: "k-taskboard-pane-header-text", children: "Card X" }),
15225
+ /* @__PURE__ */ jsx413("span", { className: "k-spacer" }),
15226
+ /* @__PURE__ */ jsx413("div", { className: "k-taskboard-pane-header-actions", children: /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "x" }) })
15205
15227
  ] });
15206
- var defaultProps135 = {
15228
+ var defaultProps136 = {
15207
15229
  header: defaultHeader
15208
15230
  };
15209
15231
  var TaskBoardPane = (props) => {
15210
15232
  const {
15211
- header = defaultProps135.header,
15233
+ header = defaultProps136.header,
15212
15234
  ...other
15213
15235
  } = props;
15214
15236
  return /* @__PURE__ */ jsxs166(
@@ -15221,34 +15243,34 @@ var TaskBoardPane = (props) => {
15221
15243
  "k-taskboard-edit-pane"
15222
15244
  ),
15223
15245
  children: [
15224
- /* @__PURE__ */ jsx412("div", { className: "k-taskboard-pane-header", children: header }),
15225
- /* @__PURE__ */ jsx412("div", { className: "k-taskboard-pane-content", children: props.children }),
15246
+ /* @__PURE__ */ jsx413("div", { className: "k-taskboard-pane-header", children: header }),
15247
+ /* @__PURE__ */ jsx413("div", { className: "k-taskboard-pane-content", children: props.children }),
15226
15248
  /* @__PURE__ */ jsxs166(ActionButtons, { alignment: "end", className: "k-taskboard-pane-actions", children: [
15227
- /* @__PURE__ */ jsx412(Button, { icon: "trash", children: "Delete" }),
15228
- /* @__PURE__ */ jsx412(Button, { themeColor: "primary", icon: "pencil", children: "Edit" })
15249
+ /* @__PURE__ */ jsx413(Button, { icon: "trash", children: "Delete" }),
15250
+ /* @__PURE__ */ jsx413(Button, { themeColor: "primary", icon: "pencil", children: "Edit" })
15229
15251
  ] })
15230
15252
  ]
15231
15253
  }
15232
15254
  );
15233
15255
  };
15234
- TaskBoardPane.states = states145;
15235
- TaskBoardPane.options = options135;
15256
+ TaskBoardPane.states = states146;
15257
+ TaskBoardPane.options = options136;
15236
15258
  TaskBoardPane.className = TASKBOARDPANE_CLASSNAME;
15237
- TaskBoardPane.defaultProps = defaultProps135;
15259
+ TaskBoardPane.defaultProps = defaultProps136;
15238
15260
 
15239
15261
  // src/taskboard/taskboard.spec.tsx
15240
- import { Fragment as Fragment119, jsx as jsx413, jsxs as jsxs167 } from "react/jsx-runtime";
15262
+ import { Fragment as Fragment119, jsx as jsx414, jsxs as jsxs167 } from "react/jsx-runtime";
15241
15263
  var TASKBOARD_CLASSNAME = `k-taskboard`;
15242
- var states146 = [
15264
+ var states147 = [
15243
15265
  States.disabled
15244
15266
  ];
15245
- var options136 = {};
15246
- var defaultToolbar2 = /* @__PURE__ */ jsx413(Fragment119, { children: /* @__PURE__ */ jsxs167(TaskBoardToolbar, { children: [
15247
- /* @__PURE__ */ jsx413(Button, { icon: "plus", children: "Add Column" }),
15248
- /* @__PURE__ */ jsx413("span", { className: "k-spacer" }),
15249
- /* @__PURE__ */ jsx413(Searchbox, { placeholder: "Search..." })
15267
+ var options137 = {};
15268
+ var defaultToolbar2 = /* @__PURE__ */ jsx414(Fragment119, { children: /* @__PURE__ */ jsxs167(TaskBoardToolbar, { children: [
15269
+ /* @__PURE__ */ jsx414(Button, { icon: "plus", children: "Add Column" }),
15270
+ /* @__PURE__ */ jsx414("span", { className: "k-spacer" }),
15271
+ /* @__PURE__ */ jsx414(Searchbox, { placeholder: "Search..." })
15250
15272
  ] }) });
15251
- var defaultProps136 = {
15273
+ var defaultProps137 = {
15252
15274
  toolbar: defaultToolbar2,
15253
15275
  pane: false,
15254
15276
  panePosition: "end"
@@ -15256,8 +15278,8 @@ var defaultProps136 = {
15256
15278
  var TaskBoard = (props) => {
15257
15279
  const {
15258
15280
  disabled,
15259
- toolbar = defaultProps136.toolbar,
15260
- panePosition = defaultProps136.panePosition,
15281
+ toolbar = defaultProps137.toolbar,
15282
+ panePosition = defaultProps137.panePosition,
15261
15283
  pane,
15262
15284
  ...other
15263
15285
  } = props;
@@ -15273,45 +15295,45 @@ var TaskBoard = (props) => {
15273
15295
  })
15274
15296
  ),
15275
15297
  children: [
15276
- /* @__PURE__ */ jsx413("div", { className: "k-taskboard-header", children: toolbar }),
15277
- /* @__PURE__ */ jsx413("div", { className: "k-taskboard-content", style: {
15298
+ /* @__PURE__ */ jsx414("div", { className: "k-taskboard-header", children: toolbar }),
15299
+ /* @__PURE__ */ jsx414("div", { className: "k-taskboard-content", style: {
15278
15300
  marginRight: pane && panePosition === "end" ? "304px" : void 0,
15279
15301
  marginLeft: pane && panePosition === "start" ? "304px" : void 0
15280
- }, children: /* @__PURE__ */ jsx413("div", { className: "k-taskboard-columns-container", children: props.children }) }),
15281
- pane && /* @__PURE__ */ jsx413(Fragment119, { children: /* @__PURE__ */ jsx413(TaskBoardPane, { className: classNames(
15302
+ }, children: /* @__PURE__ */ jsx414("div", { className: "k-taskboard-columns-container", children: props.children }) }),
15303
+ pane && /* @__PURE__ */ jsx414(Fragment119, { children: /* @__PURE__ */ jsx414(TaskBoardPane, { className: classNames(
15282
15304
  {
15283
15305
  ["k-taskboard-pane-start"]: panePosition === "start"
15284
15306
  }
15285
- ), children: /* @__PURE__ */ jsx413(FormNormal, { formButtons: null, children: /* @__PURE__ */ jsx413(FormField, { label: "Textbox:", editor: /* @__PURE__ */ jsx413(Textbox, {}) }) }) }) })
15307
+ ), children: /* @__PURE__ */ jsx414(FormNormal, { formButtons: null, children: /* @__PURE__ */ jsx414(FormField, { label: "Textbox:", editor: /* @__PURE__ */ jsx414(Textbox, {}) }) }) }) })
15286
15308
  ]
15287
15309
  }
15288
15310
  );
15289
15311
  };
15290
- TaskBoard.states = states146;
15291
- TaskBoard.options = options136;
15312
+ TaskBoard.states = states147;
15313
+ TaskBoard.options = options137;
15292
15314
  TaskBoard.className = TASKBOARD_CLASSNAME;
15293
- TaskBoard.defaultProps = defaultProps136;
15315
+ TaskBoard.defaultProps = defaultProps137;
15294
15316
 
15295
15317
  // src/taskboard/taskboard-column.tsx
15296
- import { Fragment as Fragment120, jsx as jsx414, jsxs as jsxs168 } from "react/jsx-runtime";
15318
+ import { Fragment as Fragment120, jsx as jsx415, jsxs as jsxs168 } from "react/jsx-runtime";
15297
15319
  var TASKBOARDCOLUMN_CLASSNAME = `k-taskboard-column`;
15298
- var states147 = [];
15299
- var options137 = {};
15320
+ var states148 = [];
15321
+ var options138 = {};
15300
15322
  var defaultHeader2 = /* @__PURE__ */ jsxs168(Fragment120, { children: [
15301
- /* @__PURE__ */ jsx414("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
15302
- /* @__PURE__ */ jsx414("span", { className: "k-spacer" }),
15323
+ /* @__PURE__ */ jsx415("div", { className: "k-taskboard-column-header-text k-text-ellipsis", children: "Column Header" }),
15324
+ /* @__PURE__ */ jsx415("span", { className: "k-spacer" }),
15303
15325
  /* @__PURE__ */ jsxs168("div", { className: "k-taskboard-column-header-actions", children: [
15304
- /* @__PURE__ */ jsx414(Button, { fillMode: "flat", icon: "pencil" }),
15305
- /* @__PURE__ */ jsx414(Button, { fillMode: "flat", icon: "plus" }),
15306
- /* @__PURE__ */ jsx414(Button, { fillMode: "flat", icon: "x" })
15326
+ /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "pencil" }),
15327
+ /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "plus" }),
15328
+ /* @__PURE__ */ jsx415(Button, { fillMode: "flat", icon: "x" })
15307
15329
  ] })
15308
15330
  ] });
15309
- var defaultProps137 = {
15331
+ var defaultProps138 = {
15310
15332
  header: defaultHeader2
15311
15333
  };
15312
15334
  var TaskBoardColumn = (props) => {
15313
15335
  const {
15314
- header = defaultProps137.header,
15336
+ header = defaultProps138.header,
15315
15337
  edit,
15316
15338
  ...other
15317
15339
  } = props;
@@ -15327,30 +15349,30 @@ var TaskBoardColumn = (props) => {
15327
15349
  }
15328
15350
  ),
15329
15351
  children: [
15330
- /* @__PURE__ */ jsx414("div", { className: "k-taskboard-column-header", children: header }),
15331
- /* @__PURE__ */ jsx414("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ jsx414("div", { className: "k-taskboard-column-cards", children: props.children }) })
15352
+ /* @__PURE__ */ jsx415("div", { className: "k-taskboard-column-header", children: header }),
15353
+ /* @__PURE__ */ jsx415("div", { className: "k-taskboard-column-cards-container", children: /* @__PURE__ */ jsx415("div", { className: "k-taskboard-column-cards", children: props.children }) })
15332
15354
  ]
15333
15355
  }
15334
15356
  );
15335
15357
  };
15336
- TaskBoardColumn.states = states147;
15337
- TaskBoardColumn.options = options137;
15358
+ TaskBoardColumn.states = states148;
15359
+ TaskBoardColumn.options = options138;
15338
15360
  TaskBoardColumn.className = TASKBOARDCOLUMN_CLASSNAME;
15339
- TaskBoardColumn.defaultProps = defaultProps137;
15361
+ TaskBoardColumn.defaultProps = defaultProps138;
15340
15362
 
15341
15363
  // src/taskboard/taskboard-card.tsx
15342
- import { jsx as jsx415 } from "react/jsx-runtime";
15364
+ import { jsx as jsx416 } from "react/jsx-runtime";
15343
15365
  var TASKBOARDCARD_CLASSNAME = `k-taskboard-card`;
15344
- var states148 = [];
15345
- var options138 = {};
15346
- var defaultProps138 = {};
15366
+ var states149 = [];
15367
+ var options139 = {};
15368
+ var defaultProps139 = {};
15347
15369
  var TaskBoardCard = (props) => {
15348
15370
  const {
15349
15371
  children,
15350
15372
  category,
15351
15373
  ...other
15352
15374
  } = props;
15353
- return /* @__PURE__ */ jsx415(
15375
+ return /* @__PURE__ */ jsx416(
15354
15376
  Card,
15355
15377
  {
15356
15378
  ...other,
@@ -15365,19 +15387,205 @@ var TaskBoardCard = (props) => {
15365
15387
  }
15366
15388
  );
15367
15389
  };
15368
- TaskBoardCard.states = states148;
15369
- TaskBoardCard.options = options138;
15390
+ TaskBoardCard.states = states149;
15391
+ TaskBoardCard.options = options139;
15370
15392
  TaskBoardCard.className = TASKBOARDCARD_CLASSNAME;
15371
- TaskBoardCard.defaultProps = defaultProps138;
15393
+ TaskBoardCard.defaultProps = defaultProps139;
15372
15394
 
15373
15395
  // src/taskboard/templates/taskboard-normal.tsx
15374
- import { Fragment as Fragment121, jsx as jsx416, jsxs as jsxs169 } from "react/jsx-runtime";
15396
+ import { Fragment as Fragment121, jsx as jsx417, jsxs as jsxs169 } from "react/jsx-runtime";
15397
+
15398
+ // src/column-menu/column-menu.spec.tsx
15399
+ import { jsx as jsx418 } from "react/jsx-runtime";
15400
+ var COLUMNMENU_CLASSNAME = `k-column-menu`;
15401
+ var states150 = [];
15402
+ var options140 = {};
15403
+ var defaultProps140 = {
15404
+ view: "list"
15405
+ };
15406
+ var ColumnMenu = (props) => {
15407
+ const {
15408
+ view = defaultProps140.view,
15409
+ ...other
15410
+ } = props;
15411
+ return /* @__PURE__ */ jsx418(
15412
+ "div",
15413
+ {
15414
+ ...other,
15415
+ className: classNames(
15416
+ props.className,
15417
+ COLUMNMENU_CLASSNAME,
15418
+ {
15419
+ "k-column-menu-tabbed": view === "tabbed"
15420
+ }
15421
+ ),
15422
+ children: props.children
15423
+ }
15424
+ );
15425
+ };
15426
+ ColumnMenu.states = states150;
15427
+ ColumnMenu.options = options140;
15428
+ ColumnMenu.className = COLUMNMENU_CLASSNAME;
15429
+ ColumnMenu.defaultProps = defaultProps140;
15430
+
15431
+ // src/column-menu/column-menu-item.spec.tsx
15432
+ import { jsx as jsx419, jsxs as jsxs170 } from "react/jsx-runtime";
15433
+ var COLUMNMENUITEM_CLASSNAME = `k-columnmenu-item`;
15434
+ var states151 = [
15435
+ States.focus,
15436
+ States.selected
15437
+ ];
15438
+ var options141 = {};
15439
+ var defaultProps141 = {};
15440
+ var ColumnMenuItem = (props) => {
15441
+ const {
15442
+ focus,
15443
+ selected,
15444
+ text,
15445
+ icon,
15446
+ ...other
15447
+ } = props;
15448
+ return /* @__PURE__ */ jsxs170(
15449
+ "div",
15450
+ {
15451
+ ...other,
15452
+ className: classNames(
15453
+ props.className,
15454
+ COLUMNMENUITEM_CLASSNAME,
15455
+ stateClassNames(COLUMNMENUITEM_CLASSNAME, {
15456
+ focus,
15457
+ selected
15458
+ })
15459
+ ),
15460
+ children: [
15461
+ /* @__PURE__ */ jsx419(Icon, { icon }),
15462
+ text,
15463
+ props.children
15464
+ ]
15465
+ }
15466
+ );
15467
+ };
15468
+ ColumnMenuItem.states = states151;
15469
+ ColumnMenuItem.options = options141;
15470
+ ColumnMenuItem.className = COLUMNMENUITEM_CLASSNAME;
15471
+ ColumnMenuItem.defaultProps = defaultProps141;
15472
+
15473
+ // src/column-menu/column-menu-item-wrapper.tsx
15474
+ import { jsx as jsx420 } from "react/jsx-runtime";
15475
+
15476
+ // src/column-menu/column-menu-item-content.tsx
15477
+ import { jsx as jsx421 } from "react/jsx-runtime";
15478
+ var className37 = `k-columnmenu-item-content`;
15479
+ var ColumnMenuItemContent = (props) => /* @__PURE__ */ jsx421(
15480
+ "div",
15481
+ {
15482
+ ...props,
15483
+ className: classNames(
15484
+ props.className,
15485
+ className37,
15486
+ "k-columns-item"
15487
+ ),
15488
+ children: props.children
15489
+ }
15490
+ );
15491
+
15492
+ // src/column-menu/filter-menu.spec.tsx
15493
+ import { jsx as jsx422 } from "react/jsx-runtime";
15494
+ var FILTERMENU_CLASSNAME = `k-filter-menu`;
15495
+ var states152 = [];
15496
+ var options142 = {};
15497
+ var defaultProps142 = {};
15498
+ var FilterMenu = (props) => {
15499
+ const {
15500
+ ...other
15501
+ } = props;
15502
+ return /* @__PURE__ */ jsx422(
15503
+ "form",
15504
+ {
15505
+ ...other,
15506
+ className: classNames(
15507
+ props.className,
15508
+ FILTERMENU_CLASSNAME
15509
+ ),
15510
+ children: /* @__PURE__ */ jsx422("div", { className: "k-filter-menu-container", children: props.children })
15511
+ }
15512
+ );
15513
+ };
15514
+ FilterMenu.states = states152;
15515
+ FilterMenu.options = options142;
15516
+ FilterMenu.className = FILTERMENU_CLASSNAME;
15517
+ FilterMenu.defaultProps = defaultProps142;
15518
+
15519
+ // src/column-menu/column-menu-multicheck-wrap.tsx
15520
+ import { jsx as jsx423 } from "react/jsx-runtime";
15521
+
15522
+ // src/column-menu/column-menu-multicheck-item.tsx
15523
+ import { jsx as jsx424, jsxs as jsxs171 } from "react/jsx-runtime";
15524
+
15525
+ // src/column-menu/column-menu-expander.spec.tsx
15526
+ import { Fragment as Fragment122, jsx as jsx425, jsxs as jsxs172 } from "react/jsx-runtime";
15527
+ var COLUMNMENUEXPANDER_CLASSNAME = `k-expander`;
15528
+ var states153 = [];
15529
+ var options143 = {};
15530
+ var defaultProps143 = {};
15531
+ var ColumnMenuExpander = (props) => {
15532
+ const {
15533
+ itemText,
15534
+ itemIcon,
15535
+ expanded,
15536
+ itemContent,
15537
+ expanderIcon,
15538
+ ...other
15539
+ } = props;
15540
+ let icon = /* @__PURE__ */ jsx425(Fragment122, {});
15541
+ if (!expanded && !expanderIcon) {
15542
+ icon = /* @__PURE__ */ jsx425(Icon, { icon: "chevron-down" });
15543
+ } else if (expanded && !expanderIcon) {
15544
+ icon = /* @__PURE__ */ jsx425(Icon, { icon: "chevron-up" });
15545
+ } else {
15546
+ icon = /* @__PURE__ */ jsx425(Icon, { icon: expanderIcon });
15547
+ }
15548
+ return /* @__PURE__ */ jsxs172(
15549
+ "div",
15550
+ {
15551
+ ...other,
15552
+ className: classNames(
15553
+ props.className,
15554
+ COLUMNMENUEXPANDER_CLASSNAME
15555
+ ),
15556
+ children: [
15557
+ /* @__PURE__ */ jsxs172(ColumnMenuItem, { text: itemText, icon: itemIcon, children: [
15558
+ /* @__PURE__ */ jsx425("span", { className: "k-spacer" }),
15559
+ /* @__PURE__ */ jsx425("span", { className: "k-expander-indicator", children: icon })
15560
+ ] }),
15561
+ expanded && /* @__PURE__ */ jsx425(ColumnMenuItemContent, { children: itemContent }),
15562
+ props.children
15563
+ ]
15564
+ }
15565
+ );
15566
+ };
15567
+ ColumnMenuExpander.states = states153;
15568
+ ColumnMenuExpander.options = options143;
15569
+ ColumnMenuExpander.className = COLUMNMENUEXPANDER_CLASSNAME;
15570
+ ColumnMenuExpander.defaultProps = defaultProps143;
15571
+
15572
+ // src/column-menu/templates/column-menu-normal.tsx
15573
+ import { jsx as jsx426, jsxs as jsxs173 } from "react/jsx-runtime";
15574
+
15575
+ // src/column-menu/templates/column-menu-tabbed.tsx
15576
+ import { jsx as jsx427, jsxs as jsxs174 } from "react/jsx-runtime";
15577
+
15578
+ // src/column-menu/templates/filter-menu-normal.tsx
15579
+ import { jsx as jsx428, jsxs as jsxs175 } from "react/jsx-runtime";
15580
+
15581
+ // src/column-menu/templates/filter-menu-multi-check.tsx
15582
+ import { jsx as jsx429, jsxs as jsxs176 } from "react/jsx-runtime";
15375
15583
 
15376
15584
  // src/chat/chat.spec.tsx
15377
- import { Fragment as Fragment122, jsx as jsx417, jsxs as jsxs170 } from "react/jsx-runtime";
15585
+ import { Fragment as Fragment123, jsx as jsx430, jsxs as jsxs177 } from "react/jsx-runtime";
15378
15586
  var CHAT_CLASSNAME = "k-chat";
15379
- var states149 = [];
15380
- var options139 = {};
15587
+ var states154 = [];
15588
+ var options144 = {};
15381
15589
  var defaultOptions = {
15382
15590
  showToolbar: true,
15383
15591
  showMessageBox: true,
@@ -15391,7 +15599,7 @@ var Chat = (props) => {
15391
15599
  showMoreButton,
15392
15600
  ...other
15393
15601
  } = props;
15394
- return /* @__PURE__ */ jsxs170(
15602
+ return /* @__PURE__ */ jsxs177(
15395
15603
  "div",
15396
15604
  {
15397
15605
  ...other,
@@ -15401,63 +15609,63 @@ var Chat = (props) => {
15401
15609
  ),
15402
15610
  dir,
15403
15611
  children: [
15404
- /* @__PURE__ */ jsx417("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx417("div", { className: "k-message-list-content", children: props.children }) }),
15405
- showMessageBox && /* @__PURE__ */ jsx417(
15612
+ /* @__PURE__ */ jsx430("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx430("div", { className: "k-message-list-content", children: props.children }) }),
15613
+ showMessageBox && /* @__PURE__ */ jsx430(
15406
15614
  Textbox,
15407
15615
  {
15408
15616
  className: "k-message-box",
15409
15617
  placeholder: "Type a message...",
15410
- suffix: /* @__PURE__ */ jsxs170(Fragment122, { children: [
15411
- showMoreButton && /* @__PURE__ */ jsx417(Button, { fillMode: "flat", icon: "more-horizontal" }),
15412
- /* @__PURE__ */ jsx417(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
15618
+ suffix: /* @__PURE__ */ jsxs177(Fragment123, { children: [
15619
+ showMoreButton && /* @__PURE__ */ jsx430(Button, { fillMode: "flat", icon: "more-horizontal" }),
15620
+ /* @__PURE__ */ jsx430(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
15413
15621
  ] })
15414
15622
  }
15415
15623
  ),
15416
- showToolbar && /* @__PURE__ */ jsxs170("div", { className: "k-chat-toolbar k-toolbar", children: [
15417
- /* @__PURE__ */ jsx417(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
15418
- /* @__PURE__ */ jsxs170("div", { className: "k-toolbar-group k-button-list", children: [
15419
- /* @__PURE__ */ jsx417(Button, { icon: "arrow-rotate-cw" }),
15420
- /* @__PURE__ */ jsx417(Button, { icon: "gear" }),
15421
- /* @__PURE__ */ jsx417(Button, { icon: "wrench" }),
15422
- /* @__PURE__ */ jsx417(Button, { icon: "plus" }),
15423
- /* @__PURE__ */ jsx417(Button, { icon: "search" }),
15424
- /* @__PURE__ */ jsx417(Button, { icon: "star" }),
15425
- /* @__PURE__ */ jsx417(Button, { icon: "bell" }),
15426
- /* @__PURE__ */ jsx417(Button, { icon: "question-circle" }),
15427
- /* @__PURE__ */ jsx417(Button, { icon: "trash" })
15624
+ showToolbar && /* @__PURE__ */ jsxs177("div", { className: "k-chat-toolbar k-toolbar", children: [
15625
+ /* @__PURE__ */ jsx430(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
15626
+ /* @__PURE__ */ jsxs177("div", { className: "k-toolbar-group k-button-list", children: [
15627
+ /* @__PURE__ */ jsx430(Button, { icon: "arrow-rotate-cw" }),
15628
+ /* @__PURE__ */ jsx430(Button, { icon: "gear" }),
15629
+ /* @__PURE__ */ jsx430(Button, { icon: "wrench" }),
15630
+ /* @__PURE__ */ jsx430(Button, { icon: "plus" }),
15631
+ /* @__PURE__ */ jsx430(Button, { icon: "search" }),
15632
+ /* @__PURE__ */ jsx430(Button, { icon: "star" }),
15633
+ /* @__PURE__ */ jsx430(Button, { icon: "bell" }),
15634
+ /* @__PURE__ */ jsx430(Button, { icon: "question-circle" }),
15635
+ /* @__PURE__ */ jsx430(Button, { icon: "trash" })
15428
15636
  ] }),
15429
- /* @__PURE__ */ jsx417(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
15637
+ /* @__PURE__ */ jsx430(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
15430
15638
  ] })
15431
15639
  ]
15432
15640
  }
15433
15641
  );
15434
15642
  };
15435
- Chat.states = states149;
15436
- Chat.options = options139;
15643
+ Chat.states = states154;
15644
+ Chat.options = options144;
15437
15645
  Chat.className = CHAT_CLASSNAME;
15438
15646
  Chat.defaultOptions = defaultOptions;
15439
15647
 
15440
15648
  // src/chat/chat-message.tsx
15441
- import { jsx as jsx418, jsxs as jsxs171 } from "react/jsx-runtime";
15649
+ import { jsx as jsx431, jsxs as jsxs178 } from "react/jsx-runtime";
15442
15650
  var CHATMESSAGE_CLASSNAME = "k-message";
15443
- var states150 = [
15651
+ var states155 = [
15444
15652
  States.selected
15445
15653
  ];
15446
- var options140 = {};
15447
- var defaultProps139 = {
15654
+ var options145 = {};
15655
+ var defaultProps144 = {
15448
15656
  time: "Thu Feb 08 2018",
15449
15657
  text: "How can I help you?",
15450
15658
  status: "Seen"
15451
15659
  };
15452
15660
  var ChatMessage = (props) => {
15453
15661
  const {
15454
- time = defaultProps139.time,
15455
- text = defaultProps139.text,
15456
- status = defaultProps139.status,
15662
+ time = defaultProps144.time,
15663
+ text = defaultProps144.text,
15664
+ status = defaultProps144.status,
15457
15665
  selected,
15458
15666
  ...other
15459
15667
  } = props;
15460
- return /* @__PURE__ */ jsxs171(
15668
+ return /* @__PURE__ */ jsxs178(
15461
15669
  "div",
15462
15670
  {
15463
15671
  ...other,
@@ -15467,39 +15675,39 @@ var ChatMessage = (props) => {
15467
15675
  stateClassNames(CHATMESSAGE_CLASSNAME, { selected })
15468
15676
  ),
15469
15677
  children: [
15470
- /* @__PURE__ */ jsx418("time", { className: "k-message-time", children: time }),
15471
- /* @__PURE__ */ jsx418("div", { className: "k-chat-bubble", children: text }),
15472
- /* @__PURE__ */ jsx418("span", { className: "k-message-status", children: status })
15678
+ /* @__PURE__ */ jsx431("time", { className: "k-message-time", children: time }),
15679
+ /* @__PURE__ */ jsx431("div", { className: "k-chat-bubble", children: text }),
15680
+ /* @__PURE__ */ jsx431("span", { className: "k-message-status", children: status })
15473
15681
  ]
15474
15682
  }
15475
15683
  );
15476
15684
  };
15477
- ChatMessage.states = states150;
15478
- ChatMessage.options = options140;
15685
+ ChatMessage.states = states155;
15686
+ ChatMessage.options = options145;
15479
15687
  ChatMessage.className = CHATMESSAGE_CLASSNAME;
15480
- ChatMessage.defaultProps = defaultProps139;
15688
+ ChatMessage.defaultProps = defaultProps144;
15481
15689
 
15482
15690
  // src/chat/chat-message-group.tsx
15483
- import { jsx as jsx419, jsxs as jsxs172 } from "react/jsx-runtime";
15691
+ import { jsx as jsx432, jsxs as jsxs179 } from "react/jsx-runtime";
15484
15692
  var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
15485
- var states151 = [
15693
+ var states156 = [
15486
15694
  States.selected
15487
15695
  ];
15488
- var options141 = {};
15489
- var defaultProps140 = {
15696
+ var options146 = {};
15697
+ var defaultProps145 = {
15490
15698
  author: "Bruv",
15491
15699
  avatar: "/packages/html/assets/avatar.jpg",
15492
15700
  alt: false
15493
15701
  };
15494
15702
  var ChatMessageGroup = (props) => {
15495
15703
  const {
15496
- alt = defaultProps140.alt,
15497
- author = defaultProps140.author,
15498
- avatar = defaultProps140.avatar,
15704
+ alt = defaultProps145.alt,
15705
+ author = defaultProps145.author,
15706
+ avatar = defaultProps145.avatar,
15499
15707
  selected,
15500
15708
  ...other
15501
15709
  } = props;
15502
- return /* @__PURE__ */ jsxs172(
15710
+ return /* @__PURE__ */ jsxs179(
15503
15711
  "div",
15504
15712
  {
15505
15713
  ...other,
@@ -15513,23 +15721,23 @@ var ChatMessageGroup = (props) => {
15513
15721
  }
15514
15722
  ),
15515
15723
  children: [
15516
- author && /* @__PURE__ */ jsx419("p", { className: "k-author", children: author }),
15517
- avatar && /* @__PURE__ */ jsx419(Avatar, { type: "image", children: /* @__PURE__ */ jsx419("img", { src: avatar }) }),
15724
+ author && /* @__PURE__ */ jsx432("p", { className: "k-author", children: author }),
15725
+ avatar && /* @__PURE__ */ jsx432(Avatar, { type: "image", children: /* @__PURE__ */ jsx432("img", { src: avatar }) }),
15518
15726
  props.children
15519
15727
  ]
15520
15728
  }
15521
15729
  );
15522
15730
  };
15523
- ChatMessageGroup.states = states151;
15524
- ChatMessageGroup.options = options141;
15731
+ ChatMessageGroup.states = states156;
15732
+ ChatMessageGroup.options = options146;
15525
15733
  ChatMessageGroup.className = CHATMESSAGEGROUP_CLASSNAME;
15526
- ChatMessageGroup.defaultProps = defaultProps140;
15734
+ ChatMessageGroup.defaultProps = defaultProps145;
15527
15735
 
15528
15736
  // src/chat/chat-quick-replies.tsx
15529
- import { jsx as jsx420 } from "react/jsx-runtime";
15737
+ import { jsx as jsx433 } from "react/jsx-runtime";
15530
15738
  var CHATQUICKREPLY_CLASSNAME = "k-quick-replies";
15531
- var states152 = [];
15532
- var options142 = {};
15739
+ var states157 = [];
15740
+ var options147 = {};
15533
15741
  var defaultOptions2 = {
15534
15742
  actions: ["Quick", "Reply", "Another quick", "Reply with different length"]
15535
15743
  };
@@ -15542,11 +15750,11 @@ var ChatQuickReply = (props) => {
15542
15750
  if (actions) {
15543
15751
  actions.map((action, index) => {
15544
15752
  children.push(
15545
- /* @__PURE__ */ jsx420("span", { className: "k-quick-reply", children: action }, index)
15753
+ /* @__PURE__ */ jsx433("span", { className: "k-quick-reply", children: action }, index)
15546
15754
  );
15547
15755
  });
15548
15756
  }
15549
- return /* @__PURE__ */ jsx420(
15757
+ return /* @__PURE__ */ jsx433(
15550
15758
  "div",
15551
15759
  {
15552
15760
  ...other,
@@ -15558,26 +15766,26 @@ var ChatQuickReply = (props) => {
15558
15766
  }
15559
15767
  );
15560
15768
  };
15561
- ChatQuickReply.states = states152;
15562
- ChatQuickReply.options = options142;
15769
+ ChatQuickReply.states = states157;
15770
+ ChatQuickReply.options = options147;
15563
15771
  ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
15564
15772
  ChatQuickReply.defaultOptions = defaultOptions2;
15565
15773
 
15566
15774
  // src/chat/templates/chat-normal.tsx
15567
- import { Fragment as Fragment123, jsx as jsx421, jsxs as jsxs173 } from "react/jsx-runtime";
15775
+ import { Fragment as Fragment124, jsx as jsx434, jsxs as jsxs180 } from "react/jsx-runtime";
15568
15776
 
15569
15777
  // src/chat/templates/chat-with-toolbar.tsx
15570
- import { Fragment as Fragment124, jsx as jsx422, jsxs as jsxs174 } from "react/jsx-runtime";
15778
+ import { Fragment as Fragment125, jsx as jsx435, jsxs as jsxs181 } from "react/jsx-runtime";
15571
15779
 
15572
15780
  // src/chat/templates/chat-with-options.tsx
15573
- import { Fragment as Fragment125, jsx as jsx423, jsxs as jsxs175 } from "react/jsx-runtime";
15781
+ import { Fragment as Fragment126, jsx as jsx436, jsxs as jsxs182 } from "react/jsx-runtime";
15574
15782
 
15575
15783
  // src/timeline/timeline.spec.tsx
15576
- import { Fragment as Fragment126, jsx as jsx424 } from "react/jsx-runtime";
15784
+ import { Fragment as Fragment127, jsx as jsx437 } from "react/jsx-runtime";
15577
15785
  var TIMELINE_CLASSNAME = `k-timeline`;
15578
- var states153 = [];
15579
- var options143 = {};
15580
- var defaultProps141 = {
15786
+ var states158 = [];
15787
+ var options148 = {};
15788
+ var defaultProps146 = {
15581
15789
  orientation: "vertical"
15582
15790
  };
15583
15791
  var Timeline = (props) => {
@@ -15587,7 +15795,7 @@ var Timeline = (props) => {
15587
15795
  alternatingMode,
15588
15796
  ...other
15589
15797
  } = props;
15590
- return /* @__PURE__ */ jsx424(
15798
+ return /* @__PURE__ */ jsx437(
15591
15799
  "div",
15592
15800
  {
15593
15801
  ...other,
@@ -15600,21 +15808,21 @@ var Timeline = (props) => {
15600
15808
  [`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
15601
15809
  }
15602
15810
  ),
15603
- children: /* @__PURE__ */ jsx424(Fragment126, { children: props.children })
15811
+ children: /* @__PURE__ */ jsx437(Fragment127, { children: props.children })
15604
15812
  }
15605
15813
  );
15606
15814
  };
15607
- Timeline.states = states153;
15608
- Timeline.options = options143;
15815
+ Timeline.states = states158;
15816
+ Timeline.options = options148;
15609
15817
  Timeline.className = TIMELINE_CLASSNAME;
15610
- Timeline.defaultProps = defaultProps141;
15818
+ Timeline.defaultProps = defaultProps146;
15611
15819
 
15612
15820
  // src/timeline/vertical-timeline-event.spec.tsx
15613
- import { jsx as jsx425, jsxs as jsxs176 } from "react/jsx-runtime";
15821
+ import { jsx as jsx438, jsxs as jsxs183 } from "react/jsx-runtime";
15614
15822
  var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
15615
- var states154 = [];
15616
- var options144 = {};
15617
- var defaultProps142 = {
15823
+ var states159 = [];
15824
+ var options149 = {};
15825
+ var defaultProps147 = {
15618
15826
  collapsed: false,
15619
15827
  reverse: false,
15620
15828
  title: "Event title",
@@ -15624,15 +15832,15 @@ var defaultProps142 = {
15624
15832
  var VerticalTimelineEvent = (props) => {
15625
15833
  const {
15626
15834
  date,
15627
- content = defaultProps142.content,
15628
- collapsed = defaultProps142.collapsed,
15629
- reverse = defaultProps142.reverse,
15630
- title = defaultProps142.title,
15631
- subtitle = defaultProps142.subtitle,
15835
+ content = defaultProps147.content,
15836
+ collapsed = defaultProps147.collapsed,
15837
+ reverse = defaultProps147.reverse,
15838
+ title = defaultProps147.title,
15839
+ subtitle = defaultProps147.subtitle,
15632
15840
  showCollapseButton,
15633
15841
  ...other
15634
15842
  } = props;
15635
- return /* @__PURE__ */ jsxs176(
15843
+ return /* @__PURE__ */ jsxs183(
15636
15844
  "li",
15637
15845
  {
15638
15846
  ...other,
@@ -15642,43 +15850,43 @@ var VerticalTimelineEvent = (props) => {
15642
15850
  { "k-reverse": reverse }
15643
15851
  ),
15644
15852
  children: [
15645
- date && /* @__PURE__ */ jsx425("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx425("span", { className: "k-timeline-date", children: date }) }),
15646
- /* @__PURE__ */ jsx425(TimelineCircle, {}),
15647
- content && /* @__PURE__ */ jsx425("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx425(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs176("div", { className: "k-card-inner", children: [
15648
- /* @__PURE__ */ jsxs176(CardHeader, { children: [
15649
- /* @__PURE__ */ jsx425(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
15650
- /* @__PURE__ */ jsx425(CardSubtitle, { children: subtitle })
15853
+ date && /* @__PURE__ */ jsx438("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx438("span", { className: "k-timeline-date", children: date }) }),
15854
+ /* @__PURE__ */ jsx438(TimelineCircle, {}),
15855
+ content && /* @__PURE__ */ jsx438("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx438(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs183("div", { className: "k-card-inner", children: [
15856
+ /* @__PURE__ */ jsxs183(CardHeader, { children: [
15857
+ /* @__PURE__ */ jsx438(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
15858
+ /* @__PURE__ */ jsx438(CardSubtitle, { children: subtitle })
15651
15859
  ] }),
15652
- /* @__PURE__ */ jsx425(CardBody, { children: /* @__PURE__ */ jsx425("div", { className: "k-card-description", children: content }) })
15860
+ /* @__PURE__ */ jsx438(CardBody, { children: /* @__PURE__ */ jsx438("div", { className: "k-card-description", children: content }) })
15653
15861
  ] }) }) }),
15654
15862
  props.children
15655
15863
  ]
15656
15864
  }
15657
15865
  );
15658
15866
  };
15659
- VerticalTimelineEvent.states = states154;
15660
- VerticalTimelineEvent.options = options144;
15867
+ VerticalTimelineEvent.states = states159;
15868
+ VerticalTimelineEvent.options = options149;
15661
15869
  VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
15662
- VerticalTimelineEvent.defaultProps = defaultProps142;
15870
+ VerticalTimelineEvent.defaultProps = defaultProps147;
15663
15871
 
15664
15872
  // src/timeline/horizontal-timeline-event.spec.tsx
15665
- import { jsx as jsx426, jsxs as jsxs177 } from "react/jsx-runtime";
15873
+ import { jsx as jsx439, jsxs as jsxs184 } from "react/jsx-runtime";
15666
15874
  var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
15667
- var states155 = [];
15668
- var options145 = {};
15669
- var defaultProps143 = {
15875
+ var states160 = [];
15876
+ var options150 = {};
15877
+ var defaultProps148 = {
15670
15878
  title: "Event title",
15671
15879
  subtitle: "Event subtitle",
15672
15880
  content: "Event content"
15673
15881
  };
15674
15882
  var HorizontalTimelineEvent = (props) => {
15675
15883
  const {
15676
- content = defaultProps143.content,
15677
- title = defaultProps143.title,
15678
- subtitle = defaultProps143.subtitle,
15884
+ content = defaultProps148.content,
15885
+ title = defaultProps148.title,
15886
+ subtitle = defaultProps148.subtitle,
15679
15887
  ...other
15680
15888
  } = props;
15681
- return /* @__PURE__ */ jsxs177(
15889
+ return /* @__PURE__ */ jsxs184(
15682
15890
  "li",
15683
15891
  {
15684
15892
  ...other,
@@ -15687,35 +15895,35 @@ var HorizontalTimelineEvent = (props) => {
15687
15895
  TIMELINEHORIZONTALEVENT_CLASSNAME
15688
15896
  ),
15689
15897
  children: [
15690
- content && /* @__PURE__ */ jsx426("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx426(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs177("div", { className: "k-card-inner", children: [
15691
- /* @__PURE__ */ jsxs177(CardHeader, { children: [
15692
- /* @__PURE__ */ jsx426(TimelineCardTitle, { children: title }),
15693
- /* @__PURE__ */ jsx426(CardSubtitle, { children: subtitle })
15898
+ content && /* @__PURE__ */ jsx439("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx439(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs184("div", { className: "k-card-inner", children: [
15899
+ /* @__PURE__ */ jsxs184(CardHeader, { children: [
15900
+ /* @__PURE__ */ jsx439(TimelineCardTitle, { children: title }),
15901
+ /* @__PURE__ */ jsx439(CardSubtitle, { children: subtitle })
15694
15902
  ] }),
15695
- /* @__PURE__ */ jsx426(CardBody, { children: /* @__PURE__ */ jsx426("div", { className: "k-card-description", children: content }) })
15903
+ /* @__PURE__ */ jsx439(CardBody, { children: /* @__PURE__ */ jsx439("div", { className: "k-card-description", children: content }) })
15696
15904
  ] }) }) }),
15697
15905
  props.children
15698
15906
  ]
15699
15907
  }
15700
15908
  );
15701
15909
  };
15702
- HorizontalTimelineEvent.states = states155;
15703
- HorizontalTimelineEvent.options = options145;
15910
+ HorizontalTimelineEvent.states = states160;
15911
+ HorizontalTimelineEvent.options = options150;
15704
15912
  HorizontalTimelineEvent.className = TIMELINEHORIZONTALEVENT_CLASSNAME;
15705
- HorizontalTimelineEvent.defaultProps = defaultProps143;
15913
+ HorizontalTimelineEvent.defaultProps = defaultProps148;
15706
15914
 
15707
15915
  // src/timeline/timeline-event-list.spec.tsx
15708
- import { jsx as jsx427 } from "react/jsx-runtime";
15916
+ import { jsx as jsx440 } from "react/jsx-runtime";
15709
15917
 
15710
15918
  // src/timeline/timeline-flag-wrap.spec.tsx
15711
- import { jsx as jsx428, jsxs as jsxs178 } from "react/jsx-runtime";
15919
+ import { jsx as jsx441, jsxs as jsxs185 } from "react/jsx-runtime";
15712
15920
  var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
15713
- var states156 = [
15921
+ var states161 = [
15714
15922
  States.focus,
15715
15923
  States.selected
15716
15924
  ];
15717
- var options146 = {};
15718
- var defaultProps144 = {
15925
+ var options151 = {};
15926
+ var defaultProps149 = {
15719
15927
  year: "2020"
15720
15928
  };
15721
15929
  var TimelineFlagWrap = (props) => {
@@ -15723,7 +15931,7 @@ var TimelineFlagWrap = (props) => {
15723
15931
  year,
15724
15932
  ...other
15725
15933
  } = props;
15726
- return /* @__PURE__ */ jsxs178(
15934
+ return /* @__PURE__ */ jsxs185(
15727
15935
  "li",
15728
15936
  {
15729
15937
  ...other,
@@ -15732,25 +15940,25 @@ var TimelineFlagWrap = (props) => {
15732
15940
  TIMELINEFLAGWRAP_CLASSNAME
15733
15941
  ),
15734
15942
  children: [
15735
- /* @__PURE__ */ jsx428("span", { className: "k-timeline-flag", children: year }),
15943
+ /* @__PURE__ */ jsx441("span", { className: "k-timeline-flag", children: year }),
15736
15944
  props.children
15737
15945
  ]
15738
15946
  }
15739
15947
  );
15740
15948
  };
15741
- TimelineFlagWrap.states = states156;
15742
- TimelineFlagWrap.options = options146;
15949
+ TimelineFlagWrap.states = states161;
15950
+ TimelineFlagWrap.options = options151;
15743
15951
  TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
15744
- TimelineFlagWrap.defaultProps = defaultProps144;
15952
+ TimelineFlagWrap.defaultProps = defaultProps149;
15745
15953
 
15746
15954
  // src/timeline/timeline-circle.spec.tsx
15747
- import { jsx as jsx429 } from "react/jsx-runtime";
15955
+ import { jsx as jsx442 } from "react/jsx-runtime";
15748
15956
  var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
15749
15957
  var TimelineCircle = (props) => {
15750
15958
  const {
15751
15959
  ...other
15752
15960
  } = props;
15753
- return /* @__PURE__ */ jsx429(
15961
+ return /* @__PURE__ */ jsx442(
15754
15962
  "span",
15755
15963
  {
15756
15964
  ...other,
@@ -15763,19 +15971,19 @@ var TimelineCircle = (props) => {
15763
15971
  };
15764
15972
 
15765
15973
  // src/timeline/timeline-flag.spec.tsx
15766
- import { jsx as jsx430 } from "react/jsx-runtime";
15974
+ import { jsx as jsx443 } from "react/jsx-runtime";
15767
15975
 
15768
15976
  // src/timeline/timeline-card.spec.tsx
15769
- import { jsx as jsx431, jsxs as jsxs179 } from "react/jsx-runtime";
15770
- var states157 = [];
15771
- var defaultProps145 = {};
15977
+ import { jsx as jsx444, jsxs as jsxs186 } from "react/jsx-runtime";
15978
+ var states162 = [];
15979
+ var defaultProps150 = {};
15772
15980
  var TimelineCard = (props) => {
15773
15981
  const {
15774
15982
  callout,
15775
15983
  children,
15776
15984
  ...other
15777
15985
  } = props;
15778
- return /* @__PURE__ */ jsxs179(
15986
+ return /* @__PURE__ */ jsxs186(
15779
15987
  Card,
15780
15988
  {
15781
15989
  className: classNames(
@@ -15785,27 +15993,27 @@ var TimelineCard = (props) => {
15785
15993
  callout: "true",
15786
15994
  ...other,
15787
15995
  children: [
15788
- callout && /* @__PURE__ */ jsx431(TimelineCardCallout, { callout }),
15996
+ callout && /* @__PURE__ */ jsx444(TimelineCardCallout, { callout }),
15789
15997
  children
15790
15998
  ]
15791
15999
  }
15792
16000
  );
15793
16001
  };
15794
- TimelineCard.states = states157;
15795
- TimelineCard.defaultProps = defaultProps145;
16002
+ TimelineCard.states = states162;
16003
+ TimelineCard.defaultProps = defaultProps150;
15796
16004
 
15797
16005
  // src/timeline/timeline-card-title.tsx
15798
- import { jsx as jsx432, jsxs as jsxs180 } from "react/jsx-runtime";
16006
+ import { jsx as jsx445, jsxs as jsxs187 } from "react/jsx-runtime";
15799
16007
  var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
15800
- var states158 = [];
15801
- var defaultProps146 = {};
16008
+ var states163 = [];
16009
+ var defaultProps151 = {};
15802
16010
  var TimelineCardTitle = (props) => {
15803
16011
  const {
15804
16012
  collapsible,
15805
16013
  children,
15806
16014
  ...other
15807
16015
  } = props;
15808
- return /* @__PURE__ */ jsxs180(
16016
+ return /* @__PURE__ */ jsxs187(
15809
16017
  "div",
15810
16018
  {
15811
16019
  className: classNames(
@@ -15814,26 +16022,26 @@ var TimelineCardTitle = (props) => {
15814
16022
  ),
15815
16023
  ...other,
15816
16024
  children: [
15817
- /* @__PURE__ */ jsx432("span", { className: "k-event-title", children }),
15818
- collapsible && /* @__PURE__ */ jsx432("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__ */ jsx432(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
16025
+ /* @__PURE__ */ jsx445("span", { className: "k-event-title", children }),
16026
+ collapsible && /* @__PURE__ */ jsx445("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__ */ jsx445(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
15819
16027
  ]
15820
16028
  }
15821
16029
  );
15822
16030
  };
15823
- TimelineCardTitle.states = states158;
16031
+ TimelineCardTitle.states = states163;
15824
16032
  TimelineCardTitle.className = TIMELINECARDTITLE_CLASSNAME;
15825
- TimelineCardTitle.defaultProps = defaultProps146;
16033
+ TimelineCardTitle.defaultProps = defaultProps151;
15826
16034
 
15827
16035
  // src/timeline/timeline-card-callout.tsx
15828
- import { jsx as jsx433 } from "react/jsx-runtime";
16036
+ import { jsx as jsx446 } from "react/jsx-runtime";
15829
16037
  var TIMELINECARDCALLOUT_CLASSNAME = `k-timeline-card-callout`;
15830
- var states159 = [];
15831
- var defaultProps147 = {};
16038
+ var states164 = [];
16039
+ var defaultProps152 = {};
15832
16040
  var TimelineCardCallout = (props) => {
15833
16041
  const {
15834
16042
  ...other
15835
16043
  } = props;
15836
- return /* @__PURE__ */ jsx433(
16044
+ return /* @__PURE__ */ jsx446(
15837
16045
  CardCallout,
15838
16046
  {
15839
16047
  className: classNames(
@@ -15844,24 +16052,24 @@ var TimelineCardCallout = (props) => {
15844
16052
  }
15845
16053
  );
15846
16054
  };
15847
- TimelineCardCallout.states = states159;
16055
+ TimelineCardCallout.states = states164;
15848
16056
  TimelineCardCallout.className = TIMELINECARDCALLOUT_CLASSNAME;
15849
- TimelineCardCallout.defaultProps = defaultProps147;
16057
+ TimelineCardCallout.defaultProps = defaultProps152;
15850
16058
 
15851
16059
  // src/timeline/timeline-date-wrap.spec.tsx
15852
- import { jsx as jsx434 } from "react/jsx-runtime";
16060
+ import { jsx as jsx447 } from "react/jsx-runtime";
15853
16061
  var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
15854
- var states160 = [];
15855
- var options147 = {};
15856
- var defaultProps148 = {
16062
+ var states165 = [];
16063
+ var options152 = {};
16064
+ var defaultProps153 = {
15857
16065
  date: "May 25, 2008"
15858
16066
  };
15859
16067
  var TimelineDateWrap = (props) => {
15860
16068
  const {
15861
- date = defaultProps148.date,
16069
+ date = defaultProps153.date,
15862
16070
  ...other
15863
16071
  } = props;
15864
- return /* @__PURE__ */ jsx434(
16072
+ return /* @__PURE__ */ jsx447(
15865
16073
  "div",
15866
16074
  {
15867
16075
  ...other,
@@ -15869,52 +16077,52 @@ var TimelineDateWrap = (props) => {
15869
16077
  props.className,
15870
16078
  TIMELINEDATEWRAP_CLASSNAME
15871
16079
  ),
15872
- children: /* @__PURE__ */ jsx434("span", { className: "k-timeline-date", children: date })
16080
+ children: /* @__PURE__ */ jsx447("span", { className: "k-timeline-date", children: date })
15873
16081
  }
15874
16082
  );
15875
16083
  };
15876
- TimelineDateWrap.states = states160;
15877
- TimelineDateWrap.options = options147;
16084
+ TimelineDateWrap.states = states165;
16085
+ TimelineDateWrap.options = options152;
15878
16086
  TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
15879
- TimelineDateWrap.defaultProps = defaultProps148;
16087
+ TimelineDateWrap.defaultProps = defaultProps153;
15880
16088
 
15881
16089
  // src/timeline/timeline-track-wrap.spec.tsx
15882
- import { jsx as jsx435, jsxs as jsxs181 } from "react/jsx-runtime";
16090
+ import { jsx as jsx448, jsxs as jsxs188 } from "react/jsx-runtime";
15883
16091
 
15884
16092
  // src/timeline/timeline-track.spec.tsx
15885
- import { jsx as jsx436 } from "react/jsx-runtime";
16093
+ import { jsx as jsx449 } from "react/jsx-runtime";
15886
16094
 
15887
16095
  // src/timeline/timeline-track-item.spec.tsx
15888
- import { jsxs as jsxs182 } from "react/jsx-runtime";
16096
+ import { jsxs as jsxs189 } from "react/jsx-runtime";
15889
16097
 
15890
16098
  // src/timeline/templates/timeline-normal.tsx
15891
- import { jsx as jsx437, jsxs as jsxs183 } from "react/jsx-runtime";
16099
+ import { jsx as jsx450, jsxs as jsxs190 } from "react/jsx-runtime";
15892
16100
 
15893
16101
  // src/timeline/templates/timeline-normal-collapsible.tsx
15894
- import { jsx as jsx438, jsxs as jsxs184 } from "react/jsx-runtime";
16102
+ import { jsx as jsx451, jsxs as jsxs191 } from "react/jsx-runtime";
15895
16103
 
15896
16104
  // src/timeline/templates/timeline-normal-alternating.tsx
15897
- import { jsx as jsx439, jsxs as jsxs185 } from "react/jsx-runtime";
16105
+ import { jsx as jsx452, jsxs as jsxs192 } from "react/jsx-runtime";
15898
16106
 
15899
16107
  // src/timeline/templates/timeline-horizontal.tsx
15900
- import { Fragment as Fragment127, jsx as jsx440, jsxs as jsxs186 } from "react/jsx-runtime";
16108
+ import { Fragment as Fragment128, jsx as jsx453, jsxs as jsxs193 } from "react/jsx-runtime";
15901
16109
 
15902
16110
  // src/pdf-viewer/pdf-viewer.spec.tsx
15903
- import { Fragment as Fragment128, jsx as jsx441, jsxs as jsxs187 } from "react/jsx-runtime";
16111
+ import { Fragment as Fragment129, jsx as jsx454, jsxs as jsxs194 } from "react/jsx-runtime";
15904
16112
  var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
15905
- var states161 = [
16113
+ var states166 = [
15906
16114
  States.disabled
15907
16115
  ];
15908
- var options148 = {};
15909
- var defaultToolbar3 = /* @__PURE__ */ jsx441(Fragment128, { children: /* @__PURE__ */ jsxs187(Toolbar, { resizable: true, children: [
15910
- /* @__PURE__ */ jsx441(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
15911
- /* @__PURE__ */ jsx441("span", { className: "k-spacer" }),
15912
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "search" }),
15913
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "file-pdf" }),
15914
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "print" }),
15915
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "fullscreen" })
16116
+ var options153 = {};
16117
+ var defaultToolbar3 = /* @__PURE__ */ jsx454(Fragment129, { children: /* @__PURE__ */ jsxs194(Toolbar, { resizable: true, children: [
16118
+ /* @__PURE__ */ jsx454(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
16119
+ /* @__PURE__ */ jsx454("span", { className: "k-spacer" }),
16120
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "search" }),
16121
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "file-pdf" }),
16122
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "print" }),
16123
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "fullscreen" })
15916
16124
  ] }) });
15917
- var defaultProps149 = {
16125
+ var defaultProps154 = {
15918
16126
  toolbar: defaultToolbar3,
15919
16127
  showSearchPanel: false,
15920
16128
  blank: false
@@ -15927,7 +16135,7 @@ var PDFViewer = (props) => {
15927
16135
  blank,
15928
16136
  ...other
15929
16137
  } = props;
15930
- return /* @__PURE__ */ jsxs187(
16138
+ return /* @__PURE__ */ jsxs194(
15931
16139
  "div",
15932
16140
  {
15933
16141
  ...other,
@@ -15938,42 +16146,42 @@ var PDFViewer = (props) => {
15938
16146
  ),
15939
16147
  children: [
15940
16148
  toolbar,
15941
- /* @__PURE__ */ jsxs187("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
15942
- showSearchPanel && /* @__PURE__ */ jsxs187("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
15943
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
15944
- /* @__PURE__ */ jsx441(
16149
+ /* @__PURE__ */ jsxs194("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
16150
+ showSearchPanel && /* @__PURE__ */ jsxs194("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
16151
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
16152
+ /* @__PURE__ */ jsx454(
15945
16153
  Textbox,
15946
16154
  {
15947
- suffix: /* @__PURE__ */ jsx441(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
16155
+ suffix: /* @__PURE__ */ jsx454(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
15948
16156
  }
15949
16157
  ),
15950
- /* @__PURE__ */ jsxs187("span", { className: "k-search-matches", children: [
15951
- /* @__PURE__ */ jsx441("span", { children: "0" }),
16158
+ /* @__PURE__ */ jsxs194("span", { className: "k-search-matches", children: [
16159
+ /* @__PURE__ */ jsx454("span", { children: "0" }),
15952
16160
  " of ",
15953
- /* @__PURE__ */ jsx441("span", { children: "1" })
16161
+ /* @__PURE__ */ jsx454("span", { children: "1" })
15954
16162
  ] }),
15955
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "arrow-up" }),
15956
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "arrow-down" }),
15957
- /* @__PURE__ */ jsx441(Button, { fillMode: "flat", icon: "x" })
16163
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "arrow-up" }),
16164
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "arrow-down" }),
16165
+ /* @__PURE__ */ jsx454(Button, { fillMode: "flat", icon: "x" })
15958
16166
  ] }),
15959
- /* @__PURE__ */ jsx441("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs187("div", { className: "k-page k-blank-page", children: [
15960
- /* @__PURE__ */ jsx441(DropzoneNormal, {}),
15961
- /* @__PURE__ */ jsx441(UploadNormal, { empty: true, status: "upload" })
16167
+ /* @__PURE__ */ jsx454("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs194("div", { className: "k-page k-blank-page", children: [
16168
+ /* @__PURE__ */ jsx454(DropzoneNormal, {}),
16169
+ /* @__PURE__ */ jsx454(UploadNormal, { empty: true, status: "upload" })
15962
16170
  ] }) : props.children })
15963
16171
  ] })
15964
16172
  ]
15965
16173
  }
15966
16174
  );
15967
16175
  };
15968
- PDFViewer.states = states161;
15969
- PDFViewer.options = options148;
16176
+ PDFViewer.states = states166;
16177
+ PDFViewer.options = options153;
15970
16178
  PDFViewer.className = PDFVIEWER_CLASSNAME;
15971
- PDFViewer.defaultProps = defaultProps149;
16179
+ PDFViewer.defaultProps = defaultProps154;
15972
16180
 
15973
16181
  // src/pdf-viewer/pdf-viewer-page.tsx
15974
- import { jsx as jsx442 } from "react/jsx-runtime";
16182
+ import { jsx as jsx455 } from "react/jsx-runtime";
15975
16183
  var PDFVIEWERPAGE_CLASSNAME = `k-page`;
15976
- var defaultProps150 = {
16184
+ var defaultProps155 = {
15977
16185
  width: "720px",
15978
16186
  height: "360px"
15979
16187
  };
@@ -15983,7 +16191,7 @@ var PDFViewerPage = (props) => {
15983
16191
  height,
15984
16192
  ...other
15985
16193
  } = props;
15986
- return /* @__PURE__ */ jsx442(
16194
+ return /* @__PURE__ */ jsx455(
15987
16195
  "div",
15988
16196
  {
15989
16197
  ...other,
@@ -15996,23 +16204,23 @@ var PDFViewerPage = (props) => {
15996
16204
  );
15997
16205
  };
15998
16206
  PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
15999
- PDFViewerPage.defaultProps = defaultProps150;
16207
+ PDFViewerPage.defaultProps = defaultProps155;
16000
16208
 
16001
16209
  // src/pdf-viewer/templates/pdf-viewer-normal.tsx
16002
- import { Fragment as Fragment129, jsx as jsx443, jsxs as jsxs188 } from "react/jsx-runtime";
16210
+ import { Fragment as Fragment130, jsx as jsx456, jsxs as jsxs195 } from "react/jsx-runtime";
16003
16211
 
16004
16212
  // src/pdf-viewer/templates/pdf-viewer-blank.tsx
16005
- import { jsx as jsx444 } from "react/jsx-runtime";
16213
+ import { jsx as jsx457 } from "react/jsx-runtime";
16006
16214
 
16007
16215
  // src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
16008
- import { Fragment as Fragment130, jsx as jsx445, jsxs as jsxs189 } from "react/jsx-runtime";
16216
+ import { Fragment as Fragment131, jsx as jsx458, jsxs as jsxs196 } from "react/jsx-runtime";
16009
16217
 
16010
16218
  // src/scrollview/scrollview-spec.tsx
16011
- import { Fragment as Fragment131, jsx as jsx446, jsxs as jsxs190 } from "react/jsx-runtime";
16219
+ import { Fragment as Fragment132, jsx as jsx459, jsxs as jsxs197 } from "react/jsx-runtime";
16012
16220
  var SCROLLVIEW_CLASSNAME = "k-scrollview";
16013
- var states162 = [];
16014
- var options149 = {};
16015
- var defaultProps151 = {
16221
+ var states167 = [];
16222
+ var options154 = {};
16223
+ var defaultProps156 = {
16016
16224
  mode: "normal",
16017
16225
  views: 9,
16018
16226
  animate: true,
@@ -16022,12 +16230,12 @@ var defaultProps151 = {
16022
16230
  };
16023
16231
  var ScrollView = (props) => {
16024
16232
  const {
16025
- mode = defaultProps151.mode,
16026
- views = defaultProps151.views,
16027
- animate = defaultProps151.animate,
16028
- arrows = defaultProps151.arrows,
16029
- pager = defaultProps151.pager,
16030
- rtl = defaultProps151.rtl,
16233
+ mode = defaultProps156.mode,
16234
+ views = defaultProps156.views,
16235
+ animate = defaultProps156.animate,
16236
+ arrows = defaultProps156.arrows,
16237
+ pager = defaultProps156.pager,
16238
+ rtl = defaultProps156.rtl,
16031
16239
  ...other
16032
16240
  } = props;
16033
16241
  const scrollviewViews = [];
@@ -16035,10 +16243,10 @@ var ScrollView = (props) => {
16035
16243
  const iconNext = rtl ? "chevron-left" : "chevron-right";
16036
16244
  for (let i = 0; i < views; i++) {
16037
16245
  scrollviewViews.push(
16038
- /* @__PURE__ */ jsx446("div", { className: "k-scrollview-view" }, i)
16246
+ /* @__PURE__ */ jsx459("div", { className: "k-scrollview-view" }, i)
16039
16247
  );
16040
16248
  }
16041
- return /* @__PURE__ */ jsxs190(
16249
+ return /* @__PURE__ */ jsxs197(
16042
16250
  "div",
16043
16251
  {
16044
16252
  ...other,
@@ -16051,44 +16259,44 @@ var ScrollView = (props) => {
16051
16259
  }
16052
16260
  ),
16053
16261
  children: [
16054
- /* @__PURE__ */ jsx446("div", { className: classNames(
16262
+ /* @__PURE__ */ jsx459("div", { className: classNames(
16055
16263
  "k-scrollview-wrap",
16056
16264
  {
16057
16265
  ["k-scrollview-animate"]: animate
16058
16266
  }
16059
16267
  ), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": 5 }, children: scrollviewViews }),
16060
- /* @__PURE__ */ jsxs190("div", { className: "k-scrollview-elements", children: [
16061
- arrows && /* @__PURE__ */ jsxs190(Fragment131, { children: [
16062
- /* @__PURE__ */ jsx446("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx446(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
16063
- /* @__PURE__ */ jsx446("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx446(Icon, { icon: iconNext, size: "xxxlarge" }) })
16268
+ /* @__PURE__ */ jsxs197("div", { className: "k-scrollview-elements", children: [
16269
+ arrows && /* @__PURE__ */ jsxs197(Fragment132, { children: [
16270
+ /* @__PURE__ */ jsx459("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx459(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
16271
+ /* @__PURE__ */ jsx459("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx459(Icon, { icon: iconNext, size: "xxxlarge" }) })
16064
16272
  ] }),
16065
- pager && /* @__PURE__ */ jsx446("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs190("div", { className: "k-scrollview-nav", children: [
16066
- mode === "light" && /* @__PURE__ */ jsxs190(Fragment131, { children: [
16067
- /* @__PURE__ */ jsx446("span", { className: "k-link" }),
16068
- /* @__PURE__ */ jsx446("span", { className: "k-link k-primary" }),
16069
- /* @__PURE__ */ jsx446("span", { className: "k-link k-primary k-focus" }),
16070
- /* @__PURE__ */ jsx446("span", { className: "k-link k-focus" }),
16071
- /* @__PURE__ */ jsx446("span", { className: "k-link" })
16273
+ pager && /* @__PURE__ */ jsx459("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs197("div", { className: "k-scrollview-nav", children: [
16274
+ mode === "light" && /* @__PURE__ */ jsxs197(Fragment132, { children: [
16275
+ /* @__PURE__ */ jsx459("span", { className: "k-link" }),
16276
+ /* @__PURE__ */ jsx459("span", { className: "k-link k-primary" }),
16277
+ /* @__PURE__ */ jsx459("span", { className: "k-link k-primary k-focus" }),
16278
+ /* @__PURE__ */ jsx459("span", { className: "k-link k-focus" }),
16279
+ /* @__PURE__ */ jsx459("span", { className: "k-link" })
16072
16280
  ] }),
16073
- mode === "normal" && /* @__PURE__ */ jsxs190(Fragment131, { children: [
16074
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
16075
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
16076
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
16077
- /* @__PURE__ */ jsx446("span", { className: "k-link" }),
16078
- /* @__PURE__ */ jsx446("span", { className: "k-link k-primary" }),
16079
- /* @__PURE__ */ jsx446("span", { className: "k-link" }),
16080
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
16081
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
16082
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.5)" } })
16281
+ mode === "normal" && /* @__PURE__ */ jsxs197(Fragment132, { children: [
16282
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
16283
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
16284
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
16285
+ /* @__PURE__ */ jsx459("span", { className: "k-link" }),
16286
+ /* @__PURE__ */ jsx459("span", { className: "k-link k-primary" }),
16287
+ /* @__PURE__ */ jsx459("span", { className: "k-link" }),
16288
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
16289
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
16290
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.5)" } })
16083
16291
  ] }),
16084
- mode === "dark" && /* @__PURE__ */ jsxs190(Fragment131, { children: [
16085
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
16086
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
16087
- /* @__PURE__ */ jsx446("span", { className: "k-link" }),
16088
- /* @__PURE__ */ jsx446("span", { className: "k-link k-primary" }),
16089
- /* @__PURE__ */ jsx446("span", { className: "k-link" }),
16090
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
16091
- /* @__PURE__ */ jsx446("span", { className: "k-link", style: { transform: "scale(0.5)" } })
16292
+ mode === "dark" && /* @__PURE__ */ jsxs197(Fragment132, { children: [
16293
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
16294
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
16295
+ /* @__PURE__ */ jsx459("span", { className: "k-link" }),
16296
+ /* @__PURE__ */ jsx459("span", { className: "k-link k-primary" }),
16297
+ /* @__PURE__ */ jsx459("span", { className: "k-link" }),
16298
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
16299
+ /* @__PURE__ */ jsx459("span", { className: "k-link", style: { transform: "scale(0.5)" } })
16092
16300
  ] })
16093
16301
  ] }) })
16094
16302
  ] })
@@ -16096,83 +16304,83 @@ var ScrollView = (props) => {
16096
16304
  }
16097
16305
  );
16098
16306
  };
16099
- ScrollView.states = states162;
16100
- ScrollView.options = options149;
16307
+ ScrollView.states = states167;
16308
+ ScrollView.options = options154;
16101
16309
  ScrollView.className = SCROLLVIEW_CLASSNAME;
16102
- ScrollView.defaultProps = defaultProps151;
16310
+ ScrollView.defaultProps = defaultProps156;
16103
16311
 
16104
16312
  // src/scrollview/templates/scrollview-normal.tsx
16105
- import { jsx as jsx447 } from "react/jsx-runtime";
16313
+ import { jsx as jsx460 } from "react/jsx-runtime";
16106
16314
 
16107
16315
  // src/prompt/prompt.spec.tsx
16108
- import { Fragment as Fragment132, jsx as jsx448 } from "react/jsx-runtime";
16316
+ import { Fragment as Fragment133, jsx as jsx461 } from "react/jsx-runtime";
16109
16317
  var PROMPT_CLASSNAME = `k-prompt`;
16110
- var states163 = [];
16111
- var options150 = {};
16112
- var defaultProps152 = {};
16318
+ var states168 = [];
16319
+ var options155 = {};
16320
+ var defaultProps157 = {};
16113
16321
  var Prompt = (props) => {
16114
16322
  const {
16115
16323
  ...other
16116
16324
  } = props;
16117
- return /* @__PURE__ */ jsx448("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx448(Fragment132, { children: props.children }) });
16325
+ return /* @__PURE__ */ jsx461("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx461(Fragment133, { children: props.children }) });
16118
16326
  };
16119
- Prompt.states = states163;
16120
- Prompt.options = options150;
16327
+ Prompt.states = states168;
16328
+ Prompt.options = options155;
16121
16329
  Prompt.className = PROMPT_CLASSNAME;
16122
- Prompt.defaultProps = defaultProps152;
16330
+ Prompt.defaultProps = defaultProps157;
16123
16331
 
16124
16332
  // src/prompt/prompt-header.tsx
16125
- import { jsx as jsx449 } from "react/jsx-runtime";
16333
+ import { jsx as jsx462 } from "react/jsx-runtime";
16126
16334
 
16127
16335
  // src/prompt/prompt-content.tsx
16128
- import { Fragment as Fragment133, jsx as jsx450 } from "react/jsx-runtime";
16336
+ import { Fragment as Fragment134, jsx as jsx463 } from "react/jsx-runtime";
16129
16337
 
16130
16338
  // src/prompt/prompt-view.tsx
16131
- import { Fragment as Fragment134, jsx as jsx451, jsxs as jsxs191 } from "react/jsx-runtime";
16339
+ import { Fragment as Fragment135, jsx as jsx464, jsxs as jsxs198 } from "react/jsx-runtime";
16132
16340
 
16133
16341
  // src/prompt/prompt-footer.tsx
16134
- import { jsx as jsx452 } from "react/jsx-runtime";
16342
+ import { jsx as jsx465 } from "react/jsx-runtime";
16135
16343
 
16136
16344
  // src/prompt/prompt-suggestion.tsx
16137
- import { jsx as jsx453 } from "react/jsx-runtime";
16345
+ import { jsx as jsx466 } from "react/jsx-runtime";
16138
16346
 
16139
16347
  // src/prompt/prompt-setting.tsx
16140
- import { jsx as jsx454 } from "react/jsx-runtime";
16348
+ import { jsx as jsx467 } from "react/jsx-runtime";
16141
16349
 
16142
16350
  // src/prompt/templates/prompt-normal.tsx
16143
- import { jsx as jsx455, jsxs as jsxs192 } from "react/jsx-runtime";
16351
+ import { jsx as jsx468, jsxs as jsxs199 } from "react/jsx-runtime";
16144
16352
 
16145
16353
  // src/prompt/templates/prompt-suggestions.tsx
16146
- import { Fragment as Fragment135, jsx as jsx456, jsxs as jsxs193 } from "react/jsx-runtime";
16354
+ import { Fragment as Fragment136, jsx as jsx469, jsxs as jsxs200 } from "react/jsx-runtime";
16147
16355
 
16148
16356
  // src/prompt/templates/prompt-settings.tsx
16149
- import { Fragment as Fragment136, jsx as jsx457, jsxs as jsxs194 } from "react/jsx-runtime";
16357
+ import { Fragment as Fragment137, jsx as jsx470, jsxs as jsxs201 } from "react/jsx-runtime";
16150
16358
 
16151
16359
  // src/prompt/templates/prompt-output.tsx
16152
- import { jsx as jsx458, jsxs as jsxs195 } from "react/jsx-runtime";
16360
+ import { jsx as jsx471, jsxs as jsxs202 } from "react/jsx-runtime";
16153
16361
 
16154
16362
  // src/prompt/templates/prompt-more-actions.tsx
16155
- import { jsx as jsx459, jsxs as jsxs196 } from "react/jsx-runtime";
16363
+ import { jsx as jsx472, jsxs as jsxs203 } from "react/jsx-runtime";
16156
16364
 
16157
16365
  // src/prompt/templates/prompt-popup.tsx
16158
- import { jsx as jsx460, jsxs as jsxs197 } from "react/jsx-runtime";
16366
+ import { jsx as jsx473, jsxs as jsxs204 } from "react/jsx-runtime";
16159
16367
 
16160
16368
  // src/orgchart/orgchart.spec.tsx
16161
- import { jsx as jsx461 } from "react/jsx-runtime";
16369
+ import { jsx as jsx474 } from "react/jsx-runtime";
16162
16370
  var ORGCHART_CLASSNAME = `k-orgchart`;
16163
- var states164 = [];
16164
- var options151 = {};
16165
- var defaultProps153 = {
16371
+ var states169 = [];
16372
+ var options156 = {};
16373
+ var defaultProps158 = {
16166
16374
  width: "100%",
16167
16375
  height: "300px"
16168
16376
  };
16169
16377
  var Orgchart = (props) => {
16170
16378
  const {
16171
- width = defaultProps153.width,
16172
- height = defaultProps153.height,
16379
+ width = defaultProps158.width,
16380
+ height = defaultProps158.height,
16173
16381
  ...other
16174
16382
  } = props;
16175
- return /* @__PURE__ */ jsx461(
16383
+ return /* @__PURE__ */ jsx474(
16176
16384
  "div",
16177
16385
  {
16178
16386
  ...other,
@@ -16180,19 +16388,19 @@ var Orgchart = (props) => {
16180
16388
  props.className,
16181
16389
  ORGCHART_CLASSNAME
16182
16390
  ),
16183
- children: /* @__PURE__ */ jsx461("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
16391
+ children: /* @__PURE__ */ jsx474("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
16184
16392
  }
16185
16393
  );
16186
16394
  };
16187
- Orgchart.states = states164;
16188
- Orgchart.options = options151;
16395
+ Orgchart.states = states169;
16396
+ Orgchart.options = options156;
16189
16397
  Orgchart.className = ORGCHART_CLASSNAME;
16190
- Orgchart.defaultProps = defaultProps153;
16398
+ Orgchart.defaultProps = defaultProps158;
16191
16399
 
16192
16400
  // src/orgchart/orgchart-node.tsx
16193
- import { jsx as jsx462, jsxs as jsxs198 } from "react/jsx-runtime";
16401
+ import { jsx as jsx475, jsxs as jsxs205 } from "react/jsx-runtime";
16194
16402
  var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
16195
- var defaultProps154 = {
16403
+ var defaultProps159 = {
16196
16404
  buttonIcon: "plus"
16197
16405
  };
16198
16406
  var OrgchartNode = (props) => {
@@ -16204,12 +16412,12 @@ var OrgchartNode = (props) => {
16204
16412
  lineBottom,
16205
16413
  lineTop,
16206
16414
  button,
16207
- buttonIcon: buttonIcon2 = defaultProps154.buttonIcon,
16415
+ buttonIcon: buttonIcon2 = defaultProps159.buttonIcon,
16208
16416
  avatar,
16209
16417
  avatarType,
16210
16418
  ...other
16211
16419
  } = props;
16212
- return /* @__PURE__ */ jsxs198(
16420
+ return /* @__PURE__ */ jsxs205(
16213
16421
  "div",
16214
16422
  {
16215
16423
  ...other,
@@ -16220,35 +16428,35 @@ var OrgchartNode = (props) => {
16220
16428
  "k-align-items-center"
16221
16429
  ),
16222
16430
  children: [
16223
- lineTop && /* @__PURE__ */ jsx462("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16224
- /* @__PURE__ */ jsx462(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs198(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
16225
- /* @__PURE__ */ jsx462(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx462("img", { src: avatar }) : avatar }),
16226
- /* @__PURE__ */ jsxs198("div", { className: "k-card-title-wrap k-vstack", children: [
16227
- /* @__PURE__ */ jsx462(CardTitle, { className: "k-text-ellipsis", children: title }),
16228
- /* @__PURE__ */ jsx462("span", { className: "k-spacer" }),
16229
- /* @__PURE__ */ jsx462(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
16431
+ lineTop && /* @__PURE__ */ jsx475("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16432
+ /* @__PURE__ */ jsx475(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs205(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
16433
+ /* @__PURE__ */ jsx475(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx475("img", { src: avatar }) : avatar }),
16434
+ /* @__PURE__ */ jsxs205("div", { className: "k-card-title-wrap k-vstack", children: [
16435
+ /* @__PURE__ */ jsx475(CardTitle, { className: "k-text-ellipsis", children: title }),
16436
+ /* @__PURE__ */ jsx475("span", { className: "k-spacer" }),
16437
+ /* @__PURE__ */ jsx475(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
16230
16438
  ] }),
16231
- /* @__PURE__ */ jsx462("span", { className: "k-spacer" })
16439
+ /* @__PURE__ */ jsx475("span", { className: "k-spacer" })
16232
16440
  ] }) }),
16233
- lineBottom && /* @__PURE__ */ jsx462("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16234
- button && /* @__PURE__ */ jsx462(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
16441
+ lineBottom && /* @__PURE__ */ jsx475("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16442
+ button && /* @__PURE__ */ jsx475(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
16235
16443
  ]
16236
16444
  }
16237
16445
  );
16238
16446
  };
16239
16447
 
16240
16448
  // src/orgchart/orgchart-group.tsx
16241
- import { Fragment as Fragment137, jsx as jsx463, jsxs as jsxs199 } from "react/jsx-runtime";
16449
+ import { Fragment as Fragment138, jsx as jsx476, jsxs as jsxs206 } from "react/jsx-runtime";
16242
16450
  var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
16243
- var states165 = [];
16244
- var options152 = {};
16245
- var defaultProps155 = {
16451
+ var states170 = [];
16452
+ var options157 = {};
16453
+ var defaultProps160 = {
16246
16454
  orientation: "horizontal"
16247
16455
  };
16248
16456
  var OrgchartGroup = (props) => {
16249
16457
  const {
16250
16458
  children,
16251
- orientation = defaultProps155.orientation,
16459
+ orientation = defaultProps160.orientation,
16252
16460
  justifyContent,
16253
16461
  ...other
16254
16462
  } = props;
@@ -16271,7 +16479,7 @@ var OrgchartGroup = (props) => {
16271
16479
  }
16272
16480
  }
16273
16481
  }
16274
- return /* @__PURE__ */ jsxs199(
16482
+ return /* @__PURE__ */ jsxs206(
16275
16483
  "div",
16276
16484
  {
16277
16485
  ...other,
@@ -16285,7 +16493,7 @@ var OrgchartGroup = (props) => {
16285
16493
  ),
16286
16494
  style: { width: "100%" },
16287
16495
  children: [
16288
- chartNodes.length > 0 && /* @__PURE__ */ jsx463(
16496
+ chartNodes.length > 0 && /* @__PURE__ */ jsx476(
16289
16497
  "div",
16290
16498
  {
16291
16499
  className: classNames(
@@ -16295,26 +16503,26 @@ var OrgchartGroup = (props) => {
16295
16503
  [`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
16296
16504
  }
16297
16505
  ),
16298
- children: /* @__PURE__ */ jsx463(Fragment137, { children: chartNodes })
16506
+ children: /* @__PURE__ */ jsx476(Fragment138, { children: chartNodes })
16299
16507
  }
16300
16508
  ),
16301
- /* @__PURE__ */ jsx463(Fragment137, { children: chartGroups })
16509
+ /* @__PURE__ */ jsx476(Fragment138, { children: chartGroups })
16302
16510
  ]
16303
16511
  }
16304
16512
  );
16305
16513
  };
16306
- OrgchartGroup.states = states165;
16307
- OrgchartGroup.options = options152;
16514
+ OrgchartGroup.states = states170;
16515
+ OrgchartGroup.options = options157;
16308
16516
  OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
16309
- OrgchartGroup.defaultProps = defaultProps155;
16517
+ OrgchartGroup.defaultProps = defaultProps160;
16310
16518
 
16311
16519
  // src/orgchart/orgchart-node-group.tsx
16312
- import { jsx as jsx464, jsxs as jsxs200 } from "react/jsx-runtime";
16520
+ import { jsx as jsx477, jsxs as jsxs207 } from "react/jsx-runtime";
16313
16521
  var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
16314
- var states166 = [
16522
+ var states171 = [
16315
16523
  States.focus
16316
16524
  ];
16317
- var defaultProps156 = {
16525
+ var defaultProps161 = {
16318
16526
  orientation: "horizontal",
16319
16527
  buttonIcon: "plus"
16320
16528
  };
@@ -16325,12 +16533,12 @@ var OrgchartNodeGroup = (props) => {
16325
16533
  lineBottom,
16326
16534
  lineTop,
16327
16535
  button,
16328
- buttonIcon: buttonIcon2 = defaultProps156.buttonIcon,
16536
+ buttonIcon: buttonIcon2 = defaultProps161.buttonIcon,
16329
16537
  focus,
16330
- orientation = defaultProps156.orientation,
16538
+ orientation = defaultProps161.orientation,
16331
16539
  ...other
16332
16540
  } = props;
16333
- return /* @__PURE__ */ jsxs200(
16541
+ return /* @__PURE__ */ jsxs207(
16334
16542
  "div",
16335
16543
  {
16336
16544
  ...other,
@@ -16341,8 +16549,8 @@ var OrgchartNodeGroup = (props) => {
16341
16549
  "k-align-items-center"
16342
16550
  ),
16343
16551
  children: [
16344
- lineTop && /* @__PURE__ */ jsx464("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16345
- /* @__PURE__ */ jsxs200(
16552
+ lineTop && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16553
+ /* @__PURE__ */ jsxs207(
16346
16554
  "div",
16347
16555
  {
16348
16556
  className: classNames(
@@ -16353,9 +16561,9 @@ var OrgchartNodeGroup = (props) => {
16353
16561
  })
16354
16562
  ),
16355
16563
  children: [
16356
- title && /* @__PURE__ */ jsx464("div", { className: "k-orgchart-node-group-title", children: title }),
16357
- subtitle && /* @__PURE__ */ jsx464("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
16358
- /* @__PURE__ */ jsx464(
16564
+ title && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-node-group-title", children: title }),
16565
+ subtitle && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
16566
+ /* @__PURE__ */ jsx477(
16359
16567
  "div",
16360
16568
  {
16361
16569
  className: classNames(
@@ -16370,51 +16578,51 @@ var OrgchartNodeGroup = (props) => {
16370
16578
  ]
16371
16579
  }
16372
16580
  ),
16373
- lineBottom && /* @__PURE__ */ jsx464("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16374
- button && /* @__PURE__ */ jsx464(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
16581
+ lineBottom && /* @__PURE__ */ jsx477("div", { className: "k-orgchart-line k-orgchart-line-v" }),
16582
+ button && /* @__PURE__ */ jsx477(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
16375
16583
  ]
16376
16584
  }
16377
16585
  );
16378
16586
  };
16379
- OrgchartNodeGroup.states = states166;
16587
+ OrgchartNodeGroup.states = states171;
16380
16588
 
16381
16589
  // src/orgchart/templates/orgchart-normal.tsx
16382
- import { jsx as jsx465, jsxs as jsxs201 } from "react/jsx-runtime";
16590
+ import { jsx as jsx478, jsxs as jsxs208 } from "react/jsx-runtime";
16383
16591
 
16384
16592
  // src/orgchart/templates/orgchart-vertical.tsx
16385
- import { jsx as jsx466, jsxs as jsxs202 } from "react/jsx-runtime";
16593
+ import { jsx as jsx479, jsxs as jsxs209 } from "react/jsx-runtime";
16386
16594
 
16387
16595
  // src/orgchart/templates/orgchart-group-normal.tsx
16388
- import { jsx as jsx467, jsxs as jsxs203 } from "react/jsx-runtime";
16596
+ import { jsx as jsx480, jsxs as jsxs210 } from "react/jsx-runtime";
16389
16597
 
16390
16598
  // src/orgchart/templates/orgchart-group-vertical.tsx
16391
- import { jsx as jsx468, jsxs as jsxs204 } from "react/jsx-runtime";
16599
+ import { jsx as jsx481, jsxs as jsxs211 } from "react/jsx-runtime";
16392
16600
 
16393
16601
  // src/signature/signature.spec.tsx
16394
- import { jsx as jsx469, jsxs as jsxs205 } from "react/jsx-runtime";
16602
+ import { jsx as jsx482, jsxs as jsxs212 } from "react/jsx-runtime";
16395
16603
  var SIGNATURE_CLASSNAME = `k-signature`;
16396
- var states167 = [
16604
+ var states172 = [
16397
16605
  States.hover,
16398
16606
  States.focus,
16399
16607
  States.valid,
16400
16608
  States.invalid,
16401
16609
  States.disabled
16402
16610
  ];
16403
- var options153 = {
16611
+ var options158 = {
16404
16612
  size: [Size.small, Size.medium, Size.large],
16405
16613
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
16406
16614
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
16407
16615
  };
16408
- var defaultProps157 = {
16616
+ var defaultProps162 = {
16409
16617
  size: Size.medium,
16410
16618
  rounded: Roundness.medium,
16411
16619
  fillMode: FillMode.solid
16412
16620
  };
16413
16621
  var Signature = (props) => {
16414
16622
  const {
16415
- size = defaultProps157.size,
16416
- rounded = defaultProps157.rounded,
16417
- fillMode = defaultProps157.fillMode,
16623
+ size = defaultProps162.size,
16624
+ rounded = defaultProps162.rounded,
16625
+ fillMode = defaultProps162.fillMode,
16418
16626
  hover,
16419
16627
  focus,
16420
16628
  valid,
@@ -16423,7 +16631,7 @@ var Signature = (props) => {
16423
16631
  maximized,
16424
16632
  ...other
16425
16633
  } = props;
16426
- return /* @__PURE__ */ jsxs205(
16634
+ return /* @__PURE__ */ jsxs212(
16427
16635
  "div",
16428
16636
  {
16429
16637
  ...other,
@@ -16451,8 +16659,8 @@ var Signature = (props) => {
16451
16659
  }
16452
16660
  ),
16453
16661
  children: [
16454
- /* @__PURE__ */ jsx469("canvas", { className: "k-signature-canvas" }),
16455
- /* @__PURE__ */ jsxs205(
16662
+ /* @__PURE__ */ jsx482("canvas", { className: "k-signature-canvas" }),
16663
+ /* @__PURE__ */ jsxs212(
16456
16664
  "div",
16457
16665
  {
16458
16666
  className: classNames(
@@ -16460,7 +16668,7 @@ var Signature = (props) => {
16460
16668
  "k-signature-actions-top"
16461
16669
  ),
16462
16670
  children: [
16463
- /* @__PURE__ */ jsx469(
16671
+ /* @__PURE__ */ jsx482(
16464
16672
  Button,
16465
16673
  {
16466
16674
  className: classNames(
@@ -16474,7 +16682,7 @@ var Signature = (props) => {
16474
16682
  fillMode: "flat"
16475
16683
  }
16476
16684
  ),
16477
- /* @__PURE__ */ jsx469(
16685
+ /* @__PURE__ */ jsx482(
16478
16686
  Button,
16479
16687
  {
16480
16688
  className: classNames(
@@ -16491,15 +16699,15 @@ var Signature = (props) => {
16491
16699
  ]
16492
16700
  }
16493
16701
  ),
16494
- /* @__PURE__ */ jsx469("div", { className: "k-signature-line" }),
16495
- /* @__PURE__ */ jsx469(
16702
+ /* @__PURE__ */ jsx482("div", { className: "k-signature-line" }),
16703
+ /* @__PURE__ */ jsx482(
16496
16704
  "div",
16497
16705
  {
16498
16706
  className: classNames(
16499
16707
  "k-signature-actions",
16500
16708
  "k-signature-actions-bottom"
16501
16709
  ),
16502
- children: /* @__PURE__ */ jsx469(
16710
+ children: /* @__PURE__ */ jsx482(
16503
16711
  Button,
16504
16712
  {
16505
16713
  className: classNames(
@@ -16518,27 +16726,27 @@ var Signature = (props) => {
16518
16726
  }
16519
16727
  );
16520
16728
  };
16521
- Signature.states = states167;
16522
- Signature.options = options153;
16729
+ Signature.states = states172;
16730
+ Signature.options = options158;
16523
16731
  Signature.className = SIGNATURE_CLASSNAME;
16524
- Signature.defaultProps = defaultProps157;
16732
+ Signature.defaultProps = defaultProps162;
16525
16733
 
16526
16734
  // src/editor/editor.spec.tsx
16527
- import { jsx as jsx470 } from "react/jsx-runtime";
16735
+ import { jsx as jsx483 } from "react/jsx-runtime";
16528
16736
  var EDITOR_CLASSNAME = `k-editor`;
16529
- var states168 = [
16737
+ var states173 = [
16530
16738
  States.readonly,
16531
16739
  States.disabled
16532
16740
  ];
16533
- var options154 = {};
16534
- var defaultProps158 = {};
16741
+ var options159 = {};
16742
+ var defaultProps163 = {};
16535
16743
  var Editor = (props) => {
16536
16744
  const {
16537
16745
  readonly,
16538
16746
  disabled,
16539
16747
  ...other
16540
16748
  } = props;
16541
- return /* @__PURE__ */ jsx470(
16749
+ return /* @__PURE__ */ jsx483(
16542
16750
  "div",
16543
16751
  {
16544
16752
  ...other,
@@ -16554,812 +16762,812 @@ var Editor = (props) => {
16554
16762
  }
16555
16763
  );
16556
16764
  };
16557
- Editor.states = states168;
16558
- Editor.options = options154;
16765
+ Editor.states = states173;
16766
+ Editor.options = options159;
16559
16767
  Editor.className = EDITOR_CLASSNAME;
16560
- Editor.defaultProps = defaultProps158;
16768
+ Editor.defaultProps = defaultProps163;
16561
16769
 
16562
16770
  // src/editor/editor-toolbar.tsx
16563
- import { jsx as jsx471 } from "react/jsx-runtime";
16771
+ import { jsx as jsx484 } from "react/jsx-runtime";
16564
16772
 
16565
16773
  // src/editor/editor-content.tsx
16566
- import { jsx as jsx472 } from "react/jsx-runtime";
16567
- var states169 = [
16774
+ import { jsx as jsx485 } from "react/jsx-runtime";
16775
+ var states174 = [
16568
16776
  States.focus
16569
16777
  ];
16570
16778
 
16571
16779
  // src/editor/templates/editor-normal.tsx
16572
- import { Fragment as Fragment138, jsx as jsx473, jsxs as jsxs206 } from "react/jsx-runtime";
16780
+ import { Fragment as Fragment139, jsx as jsx486, jsxs as jsxs213 } from "react/jsx-runtime";
16573
16781
 
16574
16782
  // src/utils/templates/background/background-clip/border-clip.tsx
16575
- import { jsx as jsx474 } from "react/jsx-runtime";
16783
+ import { jsx as jsx487 } from "react/jsx-runtime";
16576
16784
 
16577
16785
  // src/utils/templates/background/background-clip/content-clip.tsx
16578
- import { jsx as jsx475 } from "react/jsx-runtime";
16786
+ import { jsx as jsx488 } from "react/jsx-runtime";
16579
16787
 
16580
16788
  // src/utils/templates/background/background-clip/padding-clip.tsx
16581
- import { jsx as jsx476 } from "react/jsx-runtime";
16789
+ import { jsx as jsx489 } from "react/jsx-runtime";
16582
16790
 
16583
16791
  // src/utils/templates/background/background-clip/text-clip.tsx
16584
- import { jsx as jsx477 } from "react/jsx-runtime";
16792
+ import { jsx as jsx490 } from "react/jsx-runtime";
16585
16793
 
16586
16794
  // src/utils/templates/background/background-color/color.tsx
16587
- import { jsx as jsx478, jsxs as jsxs207 } from "react/jsx-runtime";
16795
+ import { jsx as jsx491, jsxs as jsxs214 } from "react/jsx-runtime";
16588
16796
 
16589
16797
  // src/utils/templates/borders/border-color/all-sides.tsx
16590
- import { jsx as jsx479, jsxs as jsxs208 } from "react/jsx-runtime";
16798
+ import { jsx as jsx492, jsxs as jsxs215 } from "react/jsx-runtime";
16591
16799
 
16592
16800
  // src/utils/templates/borders/border-color/individual.tsx
16593
- import { jsx as jsx480, jsxs as jsxs209 } from "react/jsx-runtime";
16801
+ import { jsx as jsx493, jsxs as jsxs216 } from "react/jsx-runtime";
16594
16802
 
16595
16803
  // src/utils/templates/borders/border-color/left-right.tsx
16596
- import { jsx as jsx481, jsxs as jsxs210 } from "react/jsx-runtime";
16804
+ import { jsx as jsx494, jsxs as jsxs217 } from "react/jsx-runtime";
16597
16805
 
16598
16806
  // src/utils/templates/borders/border-color/top-bottom.tsx
16599
- import { jsx as jsx482, jsxs as jsxs211 } from "react/jsx-runtime";
16807
+ import { jsx as jsx495, jsxs as jsxs218 } from "react/jsx-runtime";
16600
16808
 
16601
16809
  // src/utils/templates/borders/border-radius/corners.tsx
16602
- import { jsx as jsx483, jsxs as jsxs212 } from "react/jsx-runtime";
16810
+ import { jsx as jsx496, jsxs as jsxs219 } from "react/jsx-runtime";
16603
16811
 
16604
16812
  // src/utils/templates/borders/border-radius/no-rounding.tsx
16605
- import { jsx as jsx484, jsxs as jsxs213 } from "react/jsx-runtime";
16813
+ import { jsx as jsx497, jsxs as jsxs220 } from "react/jsx-runtime";
16606
16814
 
16607
16815
  // src/utils/templates/borders/border-radius/rounding.tsx
16608
- import { jsx as jsx485, jsxs as jsxs214 } from "react/jsx-runtime";
16816
+ import { jsx as jsx498, jsxs as jsxs221 } from "react/jsx-runtime";
16609
16817
 
16610
16818
  // src/utils/templates/borders/border-radius/sides.tsx
16611
- import { jsx as jsx486, jsxs as jsxs215 } from "react/jsx-runtime";
16819
+ import { jsx as jsx499, jsxs as jsxs222 } from "react/jsx-runtime";
16612
16820
 
16613
16821
  // src/utils/templates/borders/border-style/all-sides.tsx
16614
- import { jsx as jsx487, jsxs as jsxs216 } from "react/jsx-runtime";
16822
+ import { jsx as jsx500, jsxs as jsxs223 } from "react/jsx-runtime";
16615
16823
 
16616
16824
  // src/utils/templates/borders/border-style/individual.tsx
16617
- import { jsx as jsx488, jsxs as jsxs217 } from "react/jsx-runtime";
16825
+ import { jsx as jsx501, jsxs as jsxs224 } from "react/jsx-runtime";
16618
16826
 
16619
16827
  // src/utils/templates/borders/border-style/left-right.tsx
16620
- import { jsx as jsx489, jsxs as jsxs218 } from "react/jsx-runtime";
16828
+ import { jsx as jsx502, jsxs as jsxs225 } from "react/jsx-runtime";
16621
16829
 
16622
16830
  // src/utils/templates/borders/border-style/no-style.tsx
16623
- import { jsx as jsx490 } from "react/jsx-runtime";
16831
+ import { jsx as jsx503 } from "react/jsx-runtime";
16624
16832
 
16625
16833
  // src/utils/templates/borders/border-style/top-bottom.tsx
16626
- import { jsx as jsx491, jsxs as jsxs219 } from "react/jsx-runtime";
16834
+ import { jsx as jsx504, jsxs as jsxs226 } from "react/jsx-runtime";
16627
16835
 
16628
16836
  // src/utils/templates/borders/border-width/all-sides.tsx
16629
- import { jsx as jsx492, jsxs as jsxs220 } from "react/jsx-runtime";
16837
+ import { jsx as jsx505, jsxs as jsxs227 } from "react/jsx-runtime";
16630
16838
 
16631
16839
  // src/utils/templates/borders/border-width/individual.tsx
16632
- import { jsx as jsx493, jsxs as jsxs221 } from "react/jsx-runtime";
16840
+ import { jsx as jsx506, jsxs as jsxs228 } from "react/jsx-runtime";
16633
16841
 
16634
16842
  // src/utils/templates/borders/border-width/left-right.tsx
16635
- import { jsx as jsx494, jsxs as jsxs222 } from "react/jsx-runtime";
16843
+ import { jsx as jsx507, jsxs as jsxs229 } from "react/jsx-runtime";
16636
16844
 
16637
16845
  // src/utils/templates/borders/border-width/top-bottom.tsx
16638
- import { jsx as jsx495, jsxs as jsxs223 } from "react/jsx-runtime";
16846
+ import { jsx as jsx508, jsxs as jsxs230 } from "react/jsx-runtime";
16639
16847
 
16640
16848
  // src/utils/templates/borders/outline-color/all-sides.tsx
16641
- import { jsx as jsx496 } from "react/jsx-runtime";
16849
+ import { jsx as jsx509 } from "react/jsx-runtime";
16642
16850
 
16643
16851
  // src/utils/templates/borders/outline-offset/all-sides.tsx
16644
- import { jsx as jsx497, jsxs as jsxs224 } from "react/jsx-runtime";
16852
+ import { jsx as jsx510, jsxs as jsxs231 } from "react/jsx-runtime";
16645
16853
 
16646
16854
  // src/utils/templates/borders/outline-offset/no-offset.tsx
16647
- import { jsx as jsx498 } from "react/jsx-runtime";
16855
+ import { jsx as jsx511 } from "react/jsx-runtime";
16648
16856
 
16649
16857
  // src/utils/templates/borders/outline-style/all-sides.tsx
16650
- import { jsx as jsx499, jsxs as jsxs225 } from "react/jsx-runtime";
16858
+ import { jsx as jsx512, jsxs as jsxs232 } from "react/jsx-runtime";
16651
16859
 
16652
16860
  // src/utils/templates/borders/outline-style/no-style.tsx
16653
- import { jsx as jsx500 } from "react/jsx-runtime";
16861
+ import { jsx as jsx513 } from "react/jsx-runtime";
16654
16862
 
16655
16863
  // src/utils/templates/borders/outline-width/all-sides.tsx
16656
- import { jsx as jsx501, jsxs as jsxs226 } from "react/jsx-runtime";
16864
+ import { jsx as jsx514, jsxs as jsxs233 } from "react/jsx-runtime";
16657
16865
 
16658
16866
  // src/utils/templates/borders/outline-width/no-width.tsx
16659
- import { jsx as jsx502 } from "react/jsx-runtime";
16867
+ import { jsx as jsx515 } from "react/jsx-runtime";
16660
16868
 
16661
16869
  // src/utils/templates/effects/opacity/applying.tsx
16662
- import { jsx as jsx503, jsxs as jsxs227 } from "react/jsx-runtime";
16870
+ import { jsx as jsx516, jsxs as jsxs234 } from "react/jsx-runtime";
16663
16871
 
16664
16872
  // src/utils/templates/filters/backdrop-blur/applying.tsx
16665
- import { Fragment as Fragment139, jsx as jsx504, jsxs as jsxs228 } from "react/jsx-runtime";
16873
+ import { Fragment as Fragment140, jsx as jsx517, jsxs as jsxs235 } from "react/jsx-runtime";
16666
16874
 
16667
16875
  // src/utils/templates/flex-grid/align-content/around.tsx
16668
- import { jsx as jsx505, jsxs as jsxs229 } from "react/jsx-runtime";
16876
+ import { jsx as jsx518, jsxs as jsxs236 } from "react/jsx-runtime";
16669
16877
 
16670
16878
  // src/utils/templates/flex-grid/align-content/between.tsx
16671
- import { jsx as jsx506, jsxs as jsxs230 } from "react/jsx-runtime";
16879
+ import { jsx as jsx519, jsxs as jsxs237 } from "react/jsx-runtime";
16672
16880
 
16673
16881
  // src/utils/templates/flex-grid/align-content/center.tsx
16674
- import { jsx as jsx507, jsxs as jsxs231 } from "react/jsx-runtime";
16882
+ import { jsx as jsx520, jsxs as jsxs238 } from "react/jsx-runtime";
16675
16883
 
16676
16884
  // src/utils/templates/flex-grid/align-content/end.tsx
16677
- import { jsx as jsx508, jsxs as jsxs232 } from "react/jsx-runtime";
16885
+ import { jsx as jsx521, jsxs as jsxs239 } from "react/jsx-runtime";
16678
16886
 
16679
16887
  // src/utils/templates/flex-grid/align-content/evenly.tsx
16680
- import { jsx as jsx509, jsxs as jsxs233 } from "react/jsx-runtime";
16888
+ import { jsx as jsx522, jsxs as jsxs240 } from "react/jsx-runtime";
16681
16889
 
16682
16890
  // src/utils/templates/flex-grid/align-content/normal.tsx
16683
- import { jsx as jsx510, jsxs as jsxs234 } from "react/jsx-runtime";
16891
+ import { jsx as jsx523, jsxs as jsxs241 } from "react/jsx-runtime";
16684
16892
 
16685
16893
  // src/utils/templates/flex-grid/align-content/start.tsx
16686
- import { jsx as jsx511, jsxs as jsxs235 } from "react/jsx-runtime";
16894
+ import { jsx as jsx524, jsxs as jsxs242 } from "react/jsx-runtime";
16687
16895
 
16688
16896
  // src/utils/templates/flex-grid/align-content/stretch.tsx
16689
- import { jsx as jsx512, jsxs as jsxs236 } from "react/jsx-runtime";
16897
+ import { jsx as jsx525, jsxs as jsxs243 } from "react/jsx-runtime";
16690
16898
 
16691
16899
  // src/utils/templates/flex-grid/align-items/baseline.tsx
16692
- import { jsx as jsx513, jsxs as jsxs237 } from "react/jsx-runtime";
16900
+ import { jsx as jsx526, jsxs as jsxs244 } from "react/jsx-runtime";
16693
16901
 
16694
16902
  // src/utils/templates/flex-grid/align-items/center.tsx
16695
- import { jsx as jsx514, jsxs as jsxs238 } from "react/jsx-runtime";
16903
+ import { jsx as jsx527, jsxs as jsxs245 } from "react/jsx-runtime";
16696
16904
 
16697
16905
  // src/utils/templates/flex-grid/align-items/end.tsx
16698
- import { jsx as jsx515, jsxs as jsxs239 } from "react/jsx-runtime";
16906
+ import { jsx as jsx528, jsxs as jsxs246 } from "react/jsx-runtime";
16699
16907
 
16700
16908
  // src/utils/templates/flex-grid/align-items/start.tsx
16701
- import { jsx as jsx516, jsxs as jsxs240 } from "react/jsx-runtime";
16909
+ import { jsx as jsx529, jsxs as jsxs247 } from "react/jsx-runtime";
16702
16910
 
16703
16911
  // src/utils/templates/flex-grid/align-items/stretch.tsx
16704
- import { jsx as jsx517, jsxs as jsxs241 } from "react/jsx-runtime";
16912
+ import { jsx as jsx530, jsxs as jsxs248 } from "react/jsx-runtime";
16705
16913
 
16706
16914
  // src/utils/templates/flex-grid/align-self/baseline.tsx
16707
- import { jsx as jsx518, jsxs as jsxs242 } from "react/jsx-runtime";
16915
+ import { jsx as jsx531, jsxs as jsxs249 } from "react/jsx-runtime";
16708
16916
 
16709
16917
  // src/utils/templates/flex-grid/align-self/center.tsx
16710
- import { jsx as jsx519, jsxs as jsxs243 } from "react/jsx-runtime";
16918
+ import { jsx as jsx532, jsxs as jsxs250 } from "react/jsx-runtime";
16711
16919
 
16712
16920
  // src/utils/templates/flex-grid/align-self/end.tsx
16713
- import { jsx as jsx520, jsxs as jsxs244 } from "react/jsx-runtime";
16921
+ import { jsx as jsx533, jsxs as jsxs251 } from "react/jsx-runtime";
16714
16922
 
16715
16923
  // src/utils/templates/flex-grid/align-self/start.tsx
16716
- import { jsx as jsx521, jsxs as jsxs245 } from "react/jsx-runtime";
16924
+ import { jsx as jsx534, jsxs as jsxs252 } from "react/jsx-runtime";
16717
16925
 
16718
16926
  // src/utils/templates/flex-grid/align-self/stretch.tsx
16719
- import { jsx as jsx522, jsxs as jsxs246 } from "react/jsx-runtime";
16927
+ import { jsx as jsx535, jsxs as jsxs253 } from "react/jsx-runtime";
16720
16928
 
16721
16929
  // src/utils/templates/flex-grid/flex/auto.tsx
16722
- import { jsx as jsx523, jsxs as jsxs247 } from "react/jsx-runtime";
16930
+ import { jsx as jsx536, jsxs as jsxs254 } from "react/jsx-runtime";
16723
16931
 
16724
16932
  // src/utils/templates/flex-grid/flex/flex-1.tsx
16725
- import { jsx as jsx524, jsxs as jsxs248 } from "react/jsx-runtime";
16933
+ import { jsx as jsx537, jsxs as jsxs255 } from "react/jsx-runtime";
16726
16934
 
16727
16935
  // src/utils/templates/flex-grid/flex/initial.tsx
16728
- import { jsx as jsx525, jsxs as jsxs249 } from "react/jsx-runtime";
16936
+ import { jsx as jsx538, jsxs as jsxs256 } from "react/jsx-runtime";
16729
16937
 
16730
16938
  // src/utils/templates/flex-grid/flex/none.tsx
16731
- import { jsx as jsx526, jsxs as jsxs250 } from "react/jsx-runtime";
16939
+ import { jsx as jsx539, jsxs as jsxs257 } from "react/jsx-runtime";
16732
16940
 
16733
16941
  // src/utils/templates/flex-grid/flex-basis/auto.tsx
16734
- import { jsx as jsx527, jsxs as jsxs251 } from "react/jsx-runtime";
16942
+ import { jsx as jsx540, jsxs as jsxs258 } from "react/jsx-runtime";
16735
16943
 
16736
16944
  // src/utils/templates/flex-grid/flex-basis/size.tsx
16737
- import { jsx as jsx528, jsxs as jsxs252 } from "react/jsx-runtime";
16945
+ import { jsx as jsx541, jsxs as jsxs259 } from "react/jsx-runtime";
16738
16946
 
16739
16947
  // src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
16740
- import { jsx as jsx529, jsxs as jsxs253 } from "react/jsx-runtime";
16948
+ import { jsx as jsx542, jsxs as jsxs260 } from "react/jsx-runtime";
16741
16949
 
16742
16950
  // src/utils/templates/flex-grid/flex-direction/column.tsx
16743
- import { jsx as jsx530, jsxs as jsxs254 } from "react/jsx-runtime";
16951
+ import { jsx as jsx543, jsxs as jsxs261 } from "react/jsx-runtime";
16744
16952
 
16745
16953
  // src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
16746
- import { jsx as jsx531, jsxs as jsxs255 } from "react/jsx-runtime";
16954
+ import { jsx as jsx544, jsxs as jsxs262 } from "react/jsx-runtime";
16747
16955
 
16748
16956
  // src/utils/templates/flex-grid/flex-direction/row.tsx
16749
- import { jsx as jsx532, jsxs as jsxs256 } from "react/jsx-runtime";
16957
+ import { jsx as jsx545, jsxs as jsxs263 } from "react/jsx-runtime";
16750
16958
 
16751
16959
  // src/utils/templates/flex-grid/flex-grow/grow-0.tsx
16752
- import { jsx as jsx533, jsxs as jsxs257 } from "react/jsx-runtime";
16960
+ import { jsx as jsx546, jsxs as jsxs264 } from "react/jsx-runtime";
16753
16961
 
16754
16962
  // src/utils/templates/flex-grid/flex-grow/grow-1.tsx
16755
- import { jsx as jsx534, jsxs as jsxs258 } from "react/jsx-runtime";
16963
+ import { jsx as jsx547, jsxs as jsxs265 } from "react/jsx-runtime";
16756
16964
 
16757
16965
  // src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
16758
- import { jsx as jsx535, jsxs as jsxs259 } from "react/jsx-runtime";
16966
+ import { jsx as jsx548, jsxs as jsxs266 } from "react/jsx-runtime";
16759
16967
 
16760
16968
  // src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
16761
- import { jsx as jsx536, jsxs as jsxs260 } from "react/jsx-runtime";
16969
+ import { jsx as jsx549, jsxs as jsxs267 } from "react/jsx-runtime";
16762
16970
 
16763
16971
  // src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
16764
- import { jsx as jsx537, jsxs as jsxs261 } from "react/jsx-runtime";
16972
+ import { jsx as jsx550, jsxs as jsxs268 } from "react/jsx-runtime";
16765
16973
 
16766
16974
  // src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
16767
- import { jsx as jsx538, jsxs as jsxs262 } from "react/jsx-runtime";
16975
+ import { jsx as jsx551, jsxs as jsxs269 } from "react/jsx-runtime";
16768
16976
 
16769
16977
  // src/utils/templates/flex-grid/flex-wrap/wrap.tsx
16770
- import { jsx as jsx539, jsxs as jsxs263 } from "react/jsx-runtime";
16978
+ import { jsx as jsx552, jsxs as jsxs270 } from "react/jsx-runtime";
16771
16979
 
16772
16980
  // src/utils/templates/flex-grid/gap/size-x-y.tsx
16773
- import { jsx as jsx540, jsxs as jsxs264 } from "react/jsx-runtime";
16981
+ import { jsx as jsx553, jsxs as jsxs271 } from "react/jsx-runtime";
16774
16982
 
16775
16983
  // src/utils/templates/flex-grid/gap/size.tsx
16776
- import { jsx as jsx541, jsxs as jsxs265 } from "react/jsx-runtime";
16984
+ import { jsx as jsx554, jsxs as jsxs272 } from "react/jsx-runtime";
16777
16985
 
16778
16986
  // src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
16779
- import { jsx as jsx542, jsxs as jsxs266 } from "react/jsx-runtime";
16987
+ import { jsx as jsx555, jsxs as jsxs273 } from "react/jsx-runtime";
16780
16988
 
16781
16989
  // src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
16782
- import { jsx as jsx543, jsxs as jsxs267 } from "react/jsx-runtime";
16990
+ import { jsx as jsx556, jsxs as jsxs274 } from "react/jsx-runtime";
16783
16991
 
16784
16992
  // src/utils/templates/flex-grid/grid-auto-cols/max.tsx
16785
- import { jsx as jsx544, jsxs as jsxs268 } from "react/jsx-runtime";
16993
+ import { jsx as jsx557, jsxs as jsxs275 } from "react/jsx-runtime";
16786
16994
 
16787
16995
  // src/utils/templates/flex-grid/grid-auto-cols/min.tsx
16788
- import { jsx as jsx545, jsxs as jsxs269 } from "react/jsx-runtime";
16996
+ import { jsx as jsx558, jsxs as jsxs276 } from "react/jsx-runtime";
16789
16997
 
16790
16998
  // src/utils/templates/flex-grid/grid-auto-flow/column.tsx
16791
- import { jsx as jsx546, jsxs as jsxs270 } from "react/jsx-runtime";
16999
+ import { jsx as jsx559, jsxs as jsxs277 } from "react/jsx-runtime";
16792
17000
 
16793
17001
  // src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
16794
- import { jsx as jsx547, jsxs as jsxs271 } from "react/jsx-runtime";
17002
+ import { jsx as jsx560, jsxs as jsxs278 } from "react/jsx-runtime";
16795
17003
 
16796
17004
  // src/utils/templates/flex-grid/grid-auto-flow/row.tsx
16797
- import { jsx as jsx548, jsxs as jsxs272 } from "react/jsx-runtime";
17005
+ import { jsx as jsx561, jsxs as jsxs279 } from "react/jsx-runtime";
16798
17006
 
16799
17007
  // src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
16800
- import { jsx as jsx549, jsxs as jsxs273 } from "react/jsx-runtime";
17008
+ import { jsx as jsx562, jsxs as jsxs280 } from "react/jsx-runtime";
16801
17009
 
16802
17010
  // src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
16803
- import { jsx as jsx550, jsxs as jsxs274 } from "react/jsx-runtime";
17011
+ import { jsx as jsx563, jsxs as jsxs281 } from "react/jsx-runtime";
16804
17012
 
16805
17013
  // src/utils/templates/flex-grid/grid-auto-rows/min.tsx
16806
- import { jsx as jsx551, jsxs as jsxs275 } from "react/jsx-runtime";
17014
+ import { jsx as jsx564, jsxs as jsxs282 } from "react/jsx-runtime";
16807
17015
 
16808
17016
  // src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
16809
- import { jsx as jsx552, jsxs as jsxs276 } from "react/jsx-runtime";
17017
+ import { jsx as jsx565, jsxs as jsxs283 } from "react/jsx-runtime";
16810
17018
 
16811
17019
  // src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
16812
- import { jsx as jsx553, jsxs as jsxs277 } from "react/jsx-runtime";
17020
+ import { jsx as jsx566, jsxs as jsxs284 } from "react/jsx-runtime";
16813
17021
 
16814
17022
  // src/utils/templates/flex-grid/grid-template-cols/integer.tsx
16815
- import { jsx as jsx554, jsxs as jsxs278 } from "react/jsx-runtime";
17023
+ import { jsx as jsx567, jsxs as jsxs285 } from "react/jsx-runtime";
16816
17024
 
16817
17025
  // src/utils/templates/flex-grid/grid-template-rows/integer.tsx
16818
- import { jsx as jsx555, jsxs as jsxs279 } from "react/jsx-runtime";
17026
+ import { jsx as jsx568, jsxs as jsxs286 } from "react/jsx-runtime";
16819
17027
 
16820
17028
  // src/utils/templates/flex-grid/justify-content/around.tsx
16821
- import { jsx as jsx556, jsxs as jsxs280 } from "react/jsx-runtime";
17029
+ import { jsx as jsx569, jsxs as jsxs287 } from "react/jsx-runtime";
16822
17030
 
16823
17031
  // src/utils/templates/flex-grid/justify-content/between.tsx
16824
- import { jsx as jsx557, jsxs as jsxs281 } from "react/jsx-runtime";
17032
+ import { jsx as jsx570, jsxs as jsxs288 } from "react/jsx-runtime";
16825
17033
 
16826
17034
  // src/utils/templates/flex-grid/justify-content/center.tsx
16827
- import { jsx as jsx558, jsxs as jsxs282 } from "react/jsx-runtime";
17035
+ import { jsx as jsx571, jsxs as jsxs289 } from "react/jsx-runtime";
16828
17036
 
16829
17037
  // src/utils/templates/flex-grid/justify-content/end.tsx
16830
- import { jsx as jsx559, jsxs as jsxs283 } from "react/jsx-runtime";
17038
+ import { jsx as jsx572, jsxs as jsxs290 } from "react/jsx-runtime";
16831
17039
 
16832
17040
  // src/utils/templates/flex-grid/justify-content/evenly.tsx
16833
- import { jsx as jsx560, jsxs as jsxs284 } from "react/jsx-runtime";
17041
+ import { jsx as jsx573, jsxs as jsxs291 } from "react/jsx-runtime";
16834
17042
 
16835
17043
  // src/utils/templates/flex-grid/justify-content/normal.tsx
16836
- import { jsx as jsx561, jsxs as jsxs285 } from "react/jsx-runtime";
17044
+ import { jsx as jsx574, jsxs as jsxs292 } from "react/jsx-runtime";
16837
17045
 
16838
17046
  // src/utils/templates/flex-grid/justify-content/start.tsx
16839
- import { jsx as jsx562, jsxs as jsxs286 } from "react/jsx-runtime";
17047
+ import { jsx as jsx575, jsxs as jsxs293 } from "react/jsx-runtime";
16840
17048
 
16841
17049
  // src/utils/templates/flex-grid/justify-content/stretch.tsx
16842
- import { jsx as jsx563, jsxs as jsxs287 } from "react/jsx-runtime";
17050
+ import { jsx as jsx576, jsxs as jsxs294 } from "react/jsx-runtime";
16843
17051
 
16844
17052
  // src/utils/templates/flex-grid/justify-items/center.tsx
16845
- import { jsx as jsx564, jsxs as jsxs288 } from "react/jsx-runtime";
17053
+ import { jsx as jsx577, jsxs as jsxs295 } from "react/jsx-runtime";
16846
17054
 
16847
17055
  // src/utils/templates/flex-grid/justify-items/end.tsx
16848
- import { jsx as jsx565, jsxs as jsxs289 } from "react/jsx-runtime";
17056
+ import { jsx as jsx578, jsxs as jsxs296 } from "react/jsx-runtime";
16849
17057
 
16850
17058
  // src/utils/templates/flex-grid/justify-items/start.tsx
16851
- import { jsx as jsx566, jsxs as jsxs290 } from "react/jsx-runtime";
17059
+ import { jsx as jsx579, jsxs as jsxs297 } from "react/jsx-runtime";
16852
17060
 
16853
17061
  // src/utils/templates/flex-grid/justify-items/stretch.tsx
16854
- import { jsx as jsx567, jsxs as jsxs291 } from "react/jsx-runtime";
17062
+ import { jsx as jsx580, jsxs as jsxs298 } from "react/jsx-runtime";
16855
17063
 
16856
17064
  // src/utils/templates/flex-grid/justify-self/center.tsx
16857
- import { jsx as jsx568, jsxs as jsxs292 } from "react/jsx-runtime";
17065
+ import { jsx as jsx581, jsxs as jsxs299 } from "react/jsx-runtime";
16858
17066
 
16859
17067
  // src/utils/templates/flex-grid/justify-self/end.tsx
16860
- import { jsx as jsx569, jsxs as jsxs293 } from "react/jsx-runtime";
17068
+ import { jsx as jsx582, jsxs as jsxs300 } from "react/jsx-runtime";
16861
17069
 
16862
17070
  // src/utils/templates/flex-grid/justify-self/start.tsx
16863
- import { jsx as jsx570, jsxs as jsxs294 } from "react/jsx-runtime";
17071
+ import { jsx as jsx583, jsxs as jsxs301 } from "react/jsx-runtime";
16864
17072
 
16865
17073
  // src/utils/templates/flex-grid/justify-self/stretch.tsx
16866
- import { jsx as jsx571, jsxs as jsxs295 } from "react/jsx-runtime";
17074
+ import { jsx as jsx584, jsxs as jsxs302 } from "react/jsx-runtime";
16867
17075
 
16868
17076
  // src/utils/templates/flex-grid/order/first.tsx
16869
- import { jsx as jsx572, jsxs as jsxs296 } from "react/jsx-runtime";
17077
+ import { jsx as jsx585, jsxs as jsxs303 } from "react/jsx-runtime";
16870
17078
 
16871
17079
  // src/utils/templates/flex-grid/order/integer.tsx
16872
- import { jsx as jsx573, jsxs as jsxs297 } from "react/jsx-runtime";
17080
+ import { jsx as jsx586, jsxs as jsxs304 } from "react/jsx-runtime";
16873
17081
 
16874
17082
  // src/utils/templates/flex-grid/order/last.tsx
16875
- import { jsx as jsx574, jsxs as jsxs298 } from "react/jsx-runtime";
17083
+ import { jsx as jsx587, jsxs as jsxs305 } from "react/jsx-runtime";
16876
17084
 
16877
17085
  // src/utils/templates/flex-grid/place-content/around.tsx
16878
- import { jsx as jsx575, jsxs as jsxs299 } from "react/jsx-runtime";
17086
+ import { jsx as jsx588, jsxs as jsxs306 } from "react/jsx-runtime";
16879
17087
 
16880
17088
  // src/utils/templates/flex-grid/place-content/between.tsx
16881
- import { jsx as jsx576, jsxs as jsxs300 } from "react/jsx-runtime";
17089
+ import { jsx as jsx589, jsxs as jsxs307 } from "react/jsx-runtime";
16882
17090
 
16883
17091
  // src/utils/templates/flex-grid/place-content/center.tsx
16884
- import { jsx as jsx577, jsxs as jsxs301 } from "react/jsx-runtime";
17092
+ import { jsx as jsx590, jsxs as jsxs308 } from "react/jsx-runtime";
16885
17093
 
16886
17094
  // src/utils/templates/flex-grid/place-content/end.tsx
16887
- import { jsx as jsx578, jsxs as jsxs302 } from "react/jsx-runtime";
17095
+ import { jsx as jsx591, jsxs as jsxs309 } from "react/jsx-runtime";
16888
17096
 
16889
17097
  // src/utils/templates/flex-grid/place-content/evenly.tsx
16890
- import { jsx as jsx579, jsxs as jsxs303 } from "react/jsx-runtime";
17098
+ import { jsx as jsx592, jsxs as jsxs310 } from "react/jsx-runtime";
16891
17099
 
16892
17100
  // src/utils/templates/flex-grid/place-content/normal.tsx
16893
- import { jsx as jsx580, jsxs as jsxs304 } from "react/jsx-runtime";
17101
+ import { jsx as jsx593, jsxs as jsxs311 } from "react/jsx-runtime";
16894
17102
 
16895
17103
  // src/utils/templates/flex-grid/place-content/start.tsx
16896
- import { jsx as jsx581, jsxs as jsxs305 } from "react/jsx-runtime";
17104
+ import { jsx as jsx594, jsxs as jsxs312 } from "react/jsx-runtime";
16897
17105
 
16898
17106
  // src/utils/templates/flex-grid/place-content/stretch.tsx
16899
- import { jsx as jsx582, jsxs as jsxs306 } from "react/jsx-runtime";
17107
+ import { jsx as jsx595, jsxs as jsxs313 } from "react/jsx-runtime";
16900
17108
 
16901
17109
  // src/utils/templates/flex-grid/place-items/center.tsx
16902
- import { jsx as jsx583, jsxs as jsxs307 } from "react/jsx-runtime";
17110
+ import { jsx as jsx596, jsxs as jsxs314 } from "react/jsx-runtime";
16903
17111
 
16904
17112
  // src/utils/templates/flex-grid/place-items/end.tsx
16905
- import { jsx as jsx584, jsxs as jsxs308 } from "react/jsx-runtime";
17113
+ import { jsx as jsx597, jsxs as jsxs315 } from "react/jsx-runtime";
16906
17114
 
16907
17115
  // src/utils/templates/flex-grid/place-items/start.tsx
16908
- import { jsx as jsx585, jsxs as jsxs309 } from "react/jsx-runtime";
17116
+ import { jsx as jsx598, jsxs as jsxs316 } from "react/jsx-runtime";
16909
17117
 
16910
17118
  // src/utils/templates/flex-grid/place-items/stretch.tsx
16911
- import { jsx as jsx586, jsxs as jsxs310 } from "react/jsx-runtime";
17119
+ import { jsx as jsx599, jsxs as jsxs317 } from "react/jsx-runtime";
16912
17120
 
16913
17121
  // src/utils/templates/flex-grid/place-self/center.tsx
16914
- import { jsx as jsx587, jsxs as jsxs311 } from "react/jsx-runtime";
17122
+ import { jsx as jsx600, jsxs as jsxs318 } from "react/jsx-runtime";
16915
17123
 
16916
17124
  // src/utils/templates/flex-grid/place-self/end.tsx
16917
- import { jsx as jsx588, jsxs as jsxs312 } from "react/jsx-runtime";
17125
+ import { jsx as jsx601, jsxs as jsxs319 } from "react/jsx-runtime";
16918
17126
 
16919
17127
  // src/utils/templates/flex-grid/place-self/start.tsx
16920
- import { jsx as jsx589, jsxs as jsxs313 } from "react/jsx-runtime";
17128
+ import { jsx as jsx602, jsxs as jsxs320 } from "react/jsx-runtime";
16921
17129
 
16922
17130
  // src/utils/templates/flex-grid/place-self/stretch.tsx
16923
- import { jsx as jsx590, jsxs as jsxs314 } from "react/jsx-runtime";
17131
+ import { jsx as jsx603, jsxs as jsxs321 } from "react/jsx-runtime";
16924
17132
 
16925
17133
  // src/utils/templates/interactivity/appearance/applying.tsx
16926
- import { jsx as jsx591, jsxs as jsxs315 } from "react/jsx-runtime";
17134
+ import { jsx as jsx604, jsxs as jsxs322 } from "react/jsx-runtime";
16927
17135
 
16928
17136
  // src/utils/templates/interactivity/appearance/none.tsx
16929
- import { jsx as jsx592, jsxs as jsxs316 } from "react/jsx-runtime";
17137
+ import { jsx as jsx605, jsxs as jsxs323 } from "react/jsx-runtime";
16930
17138
 
16931
17139
  // src/utils/templates/interactivity/cursor/applying.tsx
16932
- import { jsx as jsx593, jsxs as jsxs317 } from "react/jsx-runtime";
17140
+ import { jsx as jsx606, jsxs as jsxs324 } from "react/jsx-runtime";
16933
17141
 
16934
17142
  // src/utils/templates/interactivity/pointer-events/applying.tsx
16935
- import { jsx as jsx594, jsxs as jsxs318 } from "react/jsx-runtime";
17143
+ import { jsx as jsx607, jsxs as jsxs325 } from "react/jsx-runtime";
16936
17144
 
16937
17145
  // src/utils/templates/interactivity/resize/all-directions.tsx
16938
- import { jsx as jsx595 } from "react/jsx-runtime";
17146
+ import { jsx as jsx608 } from "react/jsx-runtime";
16939
17147
 
16940
17148
  // src/utils/templates/interactivity/resize/horizontal.tsx
16941
- import { jsx as jsx596 } from "react/jsx-runtime";
17149
+ import { jsx as jsx609 } from "react/jsx-runtime";
16942
17150
 
16943
17151
  // src/utils/templates/interactivity/resize/no-resizing.tsx
16944
- import { jsx as jsx597 } from "react/jsx-runtime";
17152
+ import { jsx as jsx610 } from "react/jsx-runtime";
16945
17153
 
16946
17154
  // src/utils/templates/interactivity/resize/vertical.tsx
16947
- import { jsx as jsx598 } from "react/jsx-runtime";
17155
+ import { jsx as jsx611 } from "react/jsx-runtime";
16948
17156
 
16949
17157
  // src/utils/templates/interactivity/touch-action/auto.tsx
16950
- import { jsx as jsx599 } from "react/jsx-runtime";
17158
+ import { jsx as jsx612 } from "react/jsx-runtime";
16951
17159
 
16952
17160
  // src/utils/templates/interactivity/touch-action/horizontal.tsx
16953
- import { jsx as jsx600 } from "react/jsx-runtime";
17161
+ import { jsx as jsx613 } from "react/jsx-runtime";
16954
17162
 
16955
17163
  // src/utils/templates/interactivity/touch-action/none.tsx
16956
- import { jsx as jsx601 } from "react/jsx-runtime";
17164
+ import { jsx as jsx614 } from "react/jsx-runtime";
16957
17165
 
16958
17166
  // src/utils/templates/interactivity/touch-action/vertical.tsx
16959
- import { jsx as jsx602 } from "react/jsx-runtime";
17167
+ import { jsx as jsx615 } from "react/jsx-runtime";
16960
17168
 
16961
17169
  // src/utils/templates/interactivity/user-select/all.tsx
16962
- import { jsx as jsx603 } from "react/jsx-runtime";
17170
+ import { jsx as jsx616 } from "react/jsx-runtime";
16963
17171
 
16964
17172
  // src/utils/templates/interactivity/user-select/none.tsx
16965
- import { jsx as jsx604 } from "react/jsx-runtime";
17173
+ import { jsx as jsx617 } from "react/jsx-runtime";
16966
17174
 
16967
17175
  // src/utils/templates/interactivity/user-select/text.tsx
16968
- import { jsx as jsx605 } from "react/jsx-runtime";
17176
+ import { jsx as jsx618 } from "react/jsx-runtime";
16969
17177
 
16970
17178
  // src/utils/templates/layout/aspect-ratio/auto.tsx
16971
- import { jsx as jsx606 } from "react/jsx-runtime";
17179
+ import { jsx as jsx619 } from "react/jsx-runtime";
16972
17180
 
16973
17181
  // src/utils/templates/layout/aspect-ratio/one.tsx
16974
- import { jsx as jsx607 } from "react/jsx-runtime";
17182
+ import { jsx as jsx620 } from "react/jsx-runtime";
16975
17183
 
16976
17184
  // src/utils/templates/layout/aspect-ratio/sqaure.tsx
16977
- import { jsx as jsx608 } from "react/jsx-runtime";
17185
+ import { jsx as jsx621 } from "react/jsx-runtime";
16978
17186
 
16979
17187
  // src/utils/templates/layout/aspect-ratio/video.tsx
16980
- import { jsx as jsx609 } from "react/jsx-runtime";
17188
+ import { jsx as jsx622 } from "react/jsx-runtime";
16981
17189
 
16982
17190
  // src/utils/templates/layout/box-sizing/border.tsx
16983
- import { jsx as jsx610 } from "react/jsx-runtime";
17191
+ import { jsx as jsx623 } from "react/jsx-runtime";
16984
17192
 
16985
17193
  // src/utils/templates/layout/box-sizing/content.tsx
16986
- import { jsx as jsx611 } from "react/jsx-runtime";
17194
+ import { jsx as jsx624 } from "react/jsx-runtime";
16987
17195
 
16988
17196
  // src/utils/templates/layout/clear/both.tsx
16989
- import { jsx as jsx612, jsxs as jsxs319 } from "react/jsx-runtime";
17197
+ import { jsx as jsx625, jsxs as jsxs326 } from "react/jsx-runtime";
16990
17198
 
16991
17199
  // src/utils/templates/layout/clear/left.tsx
16992
- import { jsx as jsx613, jsxs as jsxs320 } from "react/jsx-runtime";
17200
+ import { jsx as jsx626, jsxs as jsxs327 } from "react/jsx-runtime";
16993
17201
 
16994
17202
  // src/utils/templates/layout/clear/no-clear.tsx
16995
- import { jsx as jsx614, jsxs as jsxs321 } from "react/jsx-runtime";
17203
+ import { jsx as jsx627, jsxs as jsxs328 } from "react/jsx-runtime";
16996
17204
 
16997
17205
  // src/utils/templates/layout/clear/right.tsx
16998
- import { jsx as jsx615, jsxs as jsxs322 } from "react/jsx-runtime";
17206
+ import { jsx as jsx628, jsxs as jsxs329 } from "react/jsx-runtime";
16999
17207
 
17000
17208
  // src/utils/templates/layout/columns/automatic.tsx
17001
- import { jsx as jsx616, jsxs as jsxs323 } from "react/jsx-runtime";
17209
+ import { jsx as jsx629, jsxs as jsxs330 } from "react/jsx-runtime";
17002
17210
 
17003
17211
  // src/utils/templates/layout/columns/count.tsx
17004
- import { jsx as jsx617, jsxs as jsxs324 } from "react/jsx-runtime";
17212
+ import { jsx as jsx630, jsxs as jsxs331 } from "react/jsx-runtime";
17005
17213
 
17006
17214
  // src/utils/templates/layout/display/block.tsx
17007
- import { jsx as jsx618, jsxs as jsxs325 } from "react/jsx-runtime";
17215
+ import { jsx as jsx631, jsxs as jsxs332 } from "react/jsx-runtime";
17008
17216
 
17009
17217
  // src/utils/templates/layout/display/flex.tsx
17010
- import { jsx as jsx619, jsxs as jsxs326 } from "react/jsx-runtime";
17218
+ import { jsx as jsx632, jsxs as jsxs333 } from "react/jsx-runtime";
17011
17219
 
17012
17220
  // src/utils/templates/layout/display/inline.tsx
17013
- import { jsx as jsx620, jsxs as jsxs327 } from "react/jsx-runtime";
17221
+ import { jsx as jsx633, jsxs as jsxs334 } from "react/jsx-runtime";
17014
17222
 
17015
17223
  // src/utils/templates/layout/display/none.tsx
17016
- import { Fragment as Fragment140, jsx as jsx621, jsxs as jsxs328 } from "react/jsx-runtime";
17224
+ import { Fragment as Fragment141, jsx as jsx634, jsxs as jsxs335 } from "react/jsx-runtime";
17017
17225
 
17018
17226
  // src/utils/templates/layout/float/left.tsx
17019
- import { jsx as jsx622, jsxs as jsxs329 } from "react/jsx-runtime";
17227
+ import { jsx as jsx635, jsxs as jsxs336 } from "react/jsx-runtime";
17020
17228
 
17021
17229
  // src/utils/templates/layout/float/no-float.tsx
17022
- import { jsx as jsx623, jsxs as jsxs330 } from "react/jsx-runtime";
17230
+ import { jsx as jsx636, jsxs as jsxs337 } from "react/jsx-runtime";
17023
17231
 
17024
17232
  // src/utils/templates/layout/float/right.tsx
17025
- import { jsx as jsx624, jsxs as jsxs331 } from "react/jsx-runtime";
17233
+ import { jsx as jsx637, jsxs as jsxs338 } from "react/jsx-runtime";
17026
17234
 
17027
17235
  // src/utils/templates/layout/object-fit/contain.tsx
17028
- import { jsx as jsx625 } from "react/jsx-runtime";
17236
+ import { jsx as jsx638 } from "react/jsx-runtime";
17029
17237
 
17030
17238
  // src/utils/templates/layout/object-fit/cover.tsx
17031
- import { jsx as jsx626 } from "react/jsx-runtime";
17239
+ import { jsx as jsx639 } from "react/jsx-runtime";
17032
17240
 
17033
17241
  // src/utils/templates/layout/object-fit/fill.tsx
17034
- import { jsx as jsx627 } from "react/jsx-runtime";
17242
+ import { jsx as jsx640 } from "react/jsx-runtime";
17035
17243
 
17036
17244
  // src/utils/templates/layout/object-fit/scale-down.tsx
17037
- import { jsx as jsx628 } from "react/jsx-runtime";
17245
+ import { jsx as jsx641 } from "react/jsx-runtime";
17038
17246
 
17039
17247
  // src/utils/templates/layout/object-position/position.tsx
17040
- import { jsx as jsx629, jsxs as jsxs332 } from "react/jsx-runtime";
17248
+ import { jsx as jsx642, jsxs as jsxs339 } from "react/jsx-runtime";
17041
17249
 
17042
17250
  // src/utils/templates/layout/overflow/hidden.tsx
17043
- import { jsx as jsx630 } from "react/jsx-runtime";
17251
+ import { jsx as jsx643 } from "react/jsx-runtime";
17044
17252
 
17045
17253
  // src/utils/templates/layout/overflow/horizontal.tsx
17046
- import { jsx as jsx631 } from "react/jsx-runtime";
17254
+ import { jsx as jsx644 } from "react/jsx-runtime";
17047
17255
 
17048
17256
  // src/utils/templates/layout/overflow/vertical.tsx
17049
- import { jsx as jsx632 } from "react/jsx-runtime";
17257
+ import { jsx as jsx645 } from "react/jsx-runtime";
17050
17258
 
17051
17259
  // src/utils/templates/layout/overflow/visible.tsx
17052
- import { jsx as jsx633 } from "react/jsx-runtime";
17260
+ import { jsx as jsx646 } from "react/jsx-runtime";
17053
17261
 
17054
17262
  // src/utils/templates/layout/placement/multiple.tsx
17055
- import { jsx as jsx634, jsxs as jsxs333 } from "react/jsx-runtime";
17263
+ import { jsx as jsx647, jsxs as jsxs340 } from "react/jsx-runtime";
17056
17264
 
17057
17265
  // src/utils/templates/layout/placement/single.tsx
17058
- import { jsx as jsx635, jsxs as jsxs334 } from "react/jsx-runtime";
17266
+ import { jsx as jsx648, jsxs as jsxs341 } from "react/jsx-runtime";
17059
17267
 
17060
17268
  // src/utils/templates/layout/position/applying.tsx
17061
- import { jsx as jsx636, jsxs as jsxs335 } from "react/jsx-runtime";
17269
+ import { jsx as jsx649, jsxs as jsxs342 } from "react/jsx-runtime";
17062
17270
 
17063
17271
  // src/utils/templates/layout/visibility/invisible.tsx
17064
- import { jsx as jsx637, jsxs as jsxs336 } from "react/jsx-runtime";
17272
+ import { jsx as jsx650, jsxs as jsxs343 } from "react/jsx-runtime";
17065
17273
 
17066
17274
  // src/utils/templates/layout/z-index/applying.tsx
17067
- import { Fragment as Fragment141, jsx as jsx638, jsxs as jsxs337 } from "react/jsx-runtime";
17275
+ import { Fragment as Fragment142, jsx as jsx651, jsxs as jsxs344 } from "react/jsx-runtime";
17068
17276
 
17069
17277
  // src/utils/templates/sizing/height/fixed.tsx
17070
- import { jsx as jsx639, jsxs as jsxs338 } from "react/jsx-runtime";
17278
+ import { jsx as jsx652, jsxs as jsxs345 } from "react/jsx-runtime";
17071
17279
 
17072
17280
  // src/utils/templates/sizing/height/full.tsx
17073
- import { jsx as jsx640 } from "react/jsx-runtime";
17281
+ import { jsx as jsx653 } from "react/jsx-runtime";
17074
17282
 
17075
17283
  // src/utils/templates/sizing/height/maximum.tsx
17076
- import { jsx as jsx641 } from "react/jsx-runtime";
17284
+ import { jsx as jsx654 } from "react/jsx-runtime";
17077
17285
 
17078
17286
  // src/utils/templates/sizing/height/minimum.tsx
17079
- import { jsx as jsx642 } from "react/jsx-runtime";
17287
+ import { jsx as jsx655 } from "react/jsx-runtime";
17080
17288
 
17081
17289
  // src/utils/templates/sizing/height/screen.tsx
17082
- import { jsx as jsx643 } from "react/jsx-runtime";
17290
+ import { jsx as jsx656 } from "react/jsx-runtime";
17083
17291
 
17084
17292
  // src/utils/templates/sizing/width/fixed.tsx
17085
- import { jsx as jsx644, jsxs as jsxs339 } from "react/jsx-runtime";
17293
+ import { jsx as jsx657, jsxs as jsxs346 } from "react/jsx-runtime";
17086
17294
 
17087
17295
  // src/utils/templates/sizing/width/full.tsx
17088
- import { jsx as jsx645 } from "react/jsx-runtime";
17296
+ import { jsx as jsx658 } from "react/jsx-runtime";
17089
17297
 
17090
17298
  // src/utils/templates/sizing/width/maximum.tsx
17091
- import { jsx as jsx646 } from "react/jsx-runtime";
17299
+ import { jsx as jsx659 } from "react/jsx-runtime";
17092
17300
 
17093
17301
  // src/utils/templates/sizing/width/minimum.tsx
17094
- import { jsx as jsx647 } from "react/jsx-runtime";
17302
+ import { jsx as jsx660 } from "react/jsx-runtime";
17095
17303
 
17096
17304
  // src/utils/templates/sizing/width/screen.tsx
17097
- import { jsx as jsx648 } from "react/jsx-runtime";
17305
+ import { jsx as jsx661 } from "react/jsx-runtime";
17098
17306
 
17099
17307
  // src/utils/templates/spacing/margin/all.tsx
17100
- import { jsx as jsx649 } from "react/jsx-runtime";
17308
+ import { jsx as jsx662 } from "react/jsx-runtime";
17101
17309
 
17102
17310
  // src/utils/templates/spacing/margin/single.tsx
17103
- import { Fragment as Fragment142, jsx as jsx650, jsxs as jsxs340 } from "react/jsx-runtime";
17311
+ import { Fragment as Fragment143, jsx as jsx663, jsxs as jsxs347 } from "react/jsx-runtime";
17104
17312
 
17105
17313
  // src/utils/templates/spacing/margin/x.tsx
17106
- import { jsx as jsx651 } from "react/jsx-runtime";
17314
+ import { jsx as jsx664 } from "react/jsx-runtime";
17107
17315
 
17108
17316
  // src/utils/templates/spacing/margin/y.tsx
17109
- import { jsx as jsx652 } from "react/jsx-runtime";
17317
+ import { jsx as jsx665 } from "react/jsx-runtime";
17110
17318
 
17111
17319
  // src/utils/templates/spacing/padding/all.tsx
17112
- import { jsx as jsx653 } from "react/jsx-runtime";
17320
+ import { jsx as jsx666 } from "react/jsx-runtime";
17113
17321
 
17114
17322
  // src/utils/templates/spacing/padding/single.tsx
17115
- import { Fragment as Fragment143, jsx as jsx654, jsxs as jsxs341 } from "react/jsx-runtime";
17323
+ import { Fragment as Fragment144, jsx as jsx667, jsxs as jsxs348 } from "react/jsx-runtime";
17116
17324
 
17117
17325
  // src/utils/templates/spacing/padding/x.tsx
17118
- import { jsx as jsx655 } from "react/jsx-runtime";
17326
+ import { jsx as jsx668 } from "react/jsx-runtime";
17119
17327
 
17120
17328
  // src/utils/templates/spacing/padding/y.tsx
17121
- import { jsx as jsx656 } from "react/jsx-runtime";
17329
+ import { jsx as jsx669 } from "react/jsx-runtime";
17122
17330
 
17123
17331
  // src/utils/templates/svg/fill/color.tsx
17124
- import { Fragment as Fragment144, jsx as jsx657, jsxs as jsxs342 } from "react/jsx-runtime";
17332
+ import { Fragment as Fragment145, jsx as jsx670, jsxs as jsxs349 } from "react/jsx-runtime";
17125
17333
 
17126
17334
  // src/utils/templates/svg/stroke/color.tsx
17127
- import { Fragment as Fragment145, jsx as jsx658, jsxs as jsxs343 } from "react/jsx-runtime";
17335
+ import { Fragment as Fragment146, jsx as jsx671, jsxs as jsxs350 } from "react/jsx-runtime";
17128
17336
 
17129
17337
  // src/utils/templates/table/border-collapse/collapse.tsx
17130
- import { jsx as jsx659, jsxs as jsxs344 } from "react/jsx-runtime";
17338
+ import { jsx as jsx672, jsxs as jsxs351 } from "react/jsx-runtime";
17131
17339
 
17132
17340
  // src/utils/templates/table/border-collapse/separate.tsx
17133
- import { jsx as jsx660, jsxs as jsxs345 } from "react/jsx-runtime";
17341
+ import { jsx as jsx673, jsxs as jsxs352 } from "react/jsx-runtime";
17134
17342
 
17135
17343
  // src/utils/templates/table/table-layout/auto.tsx
17136
- import { jsx as jsx661, jsxs as jsxs346 } from "react/jsx-runtime";
17344
+ import { jsx as jsx674, jsxs as jsxs353 } from "react/jsx-runtime";
17137
17345
 
17138
17346
  // src/utils/templates/table/table-layout/fixed.tsx
17139
- import { jsx as jsx662, jsxs as jsxs347 } from "react/jsx-runtime";
17347
+ import { jsx as jsx675, jsxs as jsxs354 } from "react/jsx-runtime";
17140
17348
 
17141
17349
  // src/utils/templates/transform/flip/horizontal.tsx
17142
- import { jsx as jsx663, jsxs as jsxs348 } from "react/jsx-runtime";
17350
+ import { jsx as jsx676, jsxs as jsxs355 } from "react/jsx-runtime";
17143
17351
 
17144
17352
  // src/utils/templates/transform/flip/vertical.tsx
17145
- import { jsx as jsx664, jsxs as jsxs349 } from "react/jsx-runtime";
17353
+ import { jsx as jsx677, jsxs as jsxs356 } from "react/jsx-runtime";
17146
17354
 
17147
17355
  // src/utils/templates/transform/origin/applying.tsx
17148
- import { jsx as jsx665, jsxs as jsxs350 } from "react/jsx-runtime";
17356
+ import { jsx as jsx678, jsxs as jsxs357 } from "react/jsx-runtime";
17149
17357
 
17150
17358
  // src/utils/templates/transform/rotate/applying.tsx
17151
- import { jsx as jsx666, jsxs as jsxs351 } from "react/jsx-runtime";
17359
+ import { jsx as jsx679, jsxs as jsxs358 } from "react/jsx-runtime";
17152
17360
 
17153
17361
  // src/utils/templates/transform/scale/applying.tsx
17154
- import { jsx as jsx667, jsxs as jsxs352 } from "react/jsx-runtime";
17362
+ import { jsx as jsx680, jsxs as jsxs359 } from "react/jsx-runtime";
17155
17363
 
17156
17364
  // src/utils/templates/transform/skew/applying.tsx
17157
- import { jsx as jsx668, jsxs as jsxs353 } from "react/jsx-runtime";
17365
+ import { jsx as jsx681, jsxs as jsxs360 } from "react/jsx-runtime";
17158
17366
 
17159
17367
  // src/utils/templates/transform/translate/applying.tsx
17160
- import { jsx as jsx669, jsxs as jsxs354 } from "react/jsx-runtime";
17368
+ import { jsx as jsx682, jsxs as jsxs361 } from "react/jsx-runtime";
17161
17369
 
17162
17370
  // src/utils/templates/typography/font-style/italic.tsx
17163
- import { jsx as jsx670 } from "react/jsx-runtime";
17371
+ import { jsx as jsx683 } from "react/jsx-runtime";
17164
17372
 
17165
17373
  // src/utils/templates/typography/font-weight/size.tsx
17166
- import { Fragment as Fragment146, jsx as jsx671, jsxs as jsxs355 } from "react/jsx-runtime";
17374
+ import { Fragment as Fragment147, jsx as jsx684, jsxs as jsxs362 } from "react/jsx-runtime";
17167
17375
 
17168
17376
  // src/utils/templates/typography/list-style-type/decimal.tsx
17169
- import { jsx as jsx672, jsxs as jsxs356 } from "react/jsx-runtime";
17377
+ import { jsx as jsx685, jsxs as jsxs363 } from "react/jsx-runtime";
17170
17378
 
17171
17379
  // src/utils/templates/typography/list-style-type/disc.tsx
17172
- import { jsx as jsx673, jsxs as jsxs357 } from "react/jsx-runtime";
17380
+ import { jsx as jsx686, jsxs as jsxs364 } from "react/jsx-runtime";
17173
17381
 
17174
17382
  // src/utils/templates/typography/list-style-type/none.tsx
17175
- import { jsx as jsx674, jsxs as jsxs358 } from "react/jsx-runtime";
17383
+ import { jsx as jsx687, jsxs as jsxs365 } from "react/jsx-runtime";
17176
17384
 
17177
17385
  // src/utils/templates/typography/text-align/center.tsx
17178
- import { jsx as jsx675 } from "react/jsx-runtime";
17386
+ import { jsx as jsx688 } from "react/jsx-runtime";
17179
17387
 
17180
17388
  // src/utils/templates/typography/text-align/justify.tsx
17181
- import { jsx as jsx676 } from "react/jsx-runtime";
17389
+ import { jsx as jsx689 } from "react/jsx-runtime";
17182
17390
 
17183
17391
  // src/utils/templates/typography/text-align/left.tsx
17184
- import { jsx as jsx677 } from "react/jsx-runtime";
17392
+ import { jsx as jsx690 } from "react/jsx-runtime";
17185
17393
 
17186
17394
  // src/utils/templates/typography/text-align/right.tsx
17187
- import { jsx as jsx678 } from "react/jsx-runtime";
17395
+ import { jsx as jsx691 } from "react/jsx-runtime";
17188
17396
 
17189
17397
  // src/utils/templates/typography/text-color/inherit.tsx
17190
- import { jsx as jsx679 } from "react/jsx-runtime";
17398
+ import { jsx as jsx692 } from "react/jsx-runtime";
17191
17399
 
17192
17400
  // src/utils/templates/typography/text-color/white.tsx
17193
- import { jsx as jsx680 } from "react/jsx-runtime";
17401
+ import { jsx as jsx693 } from "react/jsx-runtime";
17194
17402
 
17195
17403
  // src/utils/templates/typography/text-decoration/all.tsx
17196
- import { Fragment as Fragment147, jsx as jsx681, jsxs as jsxs359 } from "react/jsx-runtime";
17404
+ import { Fragment as Fragment148, jsx as jsx694, jsxs as jsxs366 } from "react/jsx-runtime";
17197
17405
 
17198
17406
  // src/utils/templates/typography/text-overflow/clip.tsx
17199
- import { jsx as jsx682 } from "react/jsx-runtime";
17407
+ import { jsx as jsx695 } from "react/jsx-runtime";
17200
17408
 
17201
17409
  // src/utils/templates/typography/text-overflow/ellipsis.tsx
17202
- import { jsx as jsx683 } from "react/jsx-runtime";
17410
+ import { jsx as jsx696 } from "react/jsx-runtime";
17203
17411
 
17204
17412
  // src/utils/templates/typography/text-transform/all.tsx
17205
- import { Fragment as Fragment148, jsx as jsx684, jsxs as jsxs360 } from "react/jsx-runtime";
17413
+ import { Fragment as Fragment149, jsx as jsx697, jsxs as jsxs367 } from "react/jsx-runtime";
17206
17414
 
17207
17415
  // src/utils/templates/typography/vertical-align/baseline.tsx
17208
- import { jsx as jsx685, jsxs as jsxs361 } from "react/jsx-runtime";
17416
+ import { jsx as jsx698, jsxs as jsxs368 } from "react/jsx-runtime";
17209
17417
 
17210
17418
  // src/utils/templates/typography/vertical-align/bottom.tsx
17211
- import { jsx as jsx686, jsxs as jsxs362 } from "react/jsx-runtime";
17419
+ import { jsx as jsx699, jsxs as jsxs369 } from "react/jsx-runtime";
17212
17420
 
17213
17421
  // src/utils/templates/typography/vertical-align/center.tsx
17214
- import { jsx as jsx687, jsxs as jsxs363 } from "react/jsx-runtime";
17422
+ import { jsx as jsx700, jsxs as jsxs370 } from "react/jsx-runtime";
17215
17423
 
17216
17424
  // src/utils/templates/typography/vertical-align/top.tsx
17217
- import { jsx as jsx688, jsxs as jsxs364 } from "react/jsx-runtime";
17425
+ import { jsx as jsx701, jsxs as jsxs371 } from "react/jsx-runtime";
17218
17426
 
17219
17427
  // src/utils/templates/typography/white-space/normal.tsx
17220
- import { jsx as jsx689 } from "react/jsx-runtime";
17428
+ import { jsx as jsx702 } from "react/jsx-runtime";
17221
17429
 
17222
17430
  // src/utils/templates/typography/white-space/nowrap.tsx
17223
- import { jsx as jsx690 } from "react/jsx-runtime";
17431
+ import { jsx as jsx703 } from "react/jsx-runtime";
17224
17432
 
17225
17433
  // src/utils/templates/typography/white-space/pre-line.tsx
17226
- import { jsx as jsx691 } from "react/jsx-runtime";
17434
+ import { jsx as jsx704 } from "react/jsx-runtime";
17227
17435
 
17228
17436
  // src/utils/templates/typography/white-space/pre-wrap.tsx
17229
- import { jsx as jsx692 } from "react/jsx-runtime";
17437
+ import { jsx as jsx705 } from "react/jsx-runtime";
17230
17438
 
17231
17439
  // src/utils/templates/typography/white-space/pre.tsx
17232
- import { jsx as jsx693 } from "react/jsx-runtime";
17440
+ import { jsx as jsx706 } from "react/jsx-runtime";
17233
17441
 
17234
17442
  // src/multiselect/templates/multiselect-prefix.tsx
17235
- import { Fragment as Fragment149, jsx as jsx694 } from "react/jsx-runtime";
17443
+ import { Fragment as Fragment150, jsx as jsx707 } from "react/jsx-runtime";
17236
17444
 
17237
17445
  // src/multiselect/templates/multiselect-suffix.tsx
17238
- import { Fragment as Fragment150, jsx as jsx695 } from "react/jsx-runtime";
17446
+ import { Fragment as Fragment151, jsx as jsx708 } from "react/jsx-runtime";
17239
17447
 
17240
17448
  // src/grid/tests/grid-editing-custom-editor.tsx
17241
- import { Fragment as Fragment151, jsx as jsx696, jsxs as jsxs365 } from "react/jsx-runtime";
17242
- var grid_editing_custom_editor_default = () => /* @__PURE__ */ jsx696(Fragment151, { children: /* @__PURE__ */ jsxs365("div", { id: "test-area", className: "k-d-grid", children: [
17243
- /* @__PURE__ */ jsxs365(Grid, { _renderAriaRoot: true, className: "k-grid-no-scrollbar", children: [
17244
- /* @__PURE__ */ jsx696(GridHeader, { children: /* @__PURE__ */ jsx696("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs365(GridHeaderTable, { children: [
17245
- /* @__PURE__ */ jsxs365("colgroup", { children: [
17246
- /* @__PURE__ */ jsx696("col", { style: { width: "68px" } }),
17247
- /* @__PURE__ */ jsx696("col", {}),
17248
- /* @__PURE__ */ jsx696("col", {}),
17249
- /* @__PURE__ */ jsx696("col", {}),
17250
- /* @__PURE__ */ jsx696("col", {})
17449
+ import { Fragment as Fragment152, jsx as jsx709, jsxs as jsxs372 } from "react/jsx-runtime";
17450
+ var grid_editing_custom_editor_default = () => /* @__PURE__ */ jsx709(Fragment152, { children: /* @__PURE__ */ jsxs372("div", { id: "test-area", className: "k-d-grid", children: [
17451
+ /* @__PURE__ */ jsxs372(Grid, { _renderAriaRoot: true, className: "k-grid-no-scrollbar", children: [
17452
+ /* @__PURE__ */ jsx709(GridHeader, { children: /* @__PURE__ */ jsx709("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs372(GridHeaderTable, { children: [
17453
+ /* @__PURE__ */ jsxs372("colgroup", { children: [
17454
+ /* @__PURE__ */ jsx709("col", { style: { width: "68px" } }),
17455
+ /* @__PURE__ */ jsx709("col", {}),
17456
+ /* @__PURE__ */ jsx709("col", {}),
17457
+ /* @__PURE__ */ jsx709("col", {}),
17458
+ /* @__PURE__ */ jsx709("col", {})
17251
17459
  ] }),
17252
- /* @__PURE__ */ jsx696(TableThead, { children: /* @__PURE__ */ jsxs365(TableRow, { children: [
17253
- /* @__PURE__ */ jsx696(GridHeaderCell, {}),
17254
- /* @__PURE__ */ jsx696(GridHeaderCell, { columnTitle: "Autocomplete" }),
17255
- /* @__PURE__ */ jsx696(GridHeaderCell, { columnTitle: "Combobox" }),
17256
- /* @__PURE__ */ jsx696(GridHeaderCell, { columnTitle: "Dropdown" }),
17257
- /* @__PURE__ */ jsx696(GridHeaderCell, { columnTitle: "Multiselect" })
17460
+ /* @__PURE__ */ jsx709(TableThead, { children: /* @__PURE__ */ jsxs372(TableRow, { children: [
17461
+ /* @__PURE__ */ jsx709(GridHeaderCell, {}),
17462
+ /* @__PURE__ */ jsx709(GridHeaderCell, { columnTitle: "Autocomplete" }),
17463
+ /* @__PURE__ */ jsx709(GridHeaderCell, { columnTitle: "Combobox" }),
17464
+ /* @__PURE__ */ jsx709(GridHeaderCell, { columnTitle: "Dropdown" }),
17465
+ /* @__PURE__ */ jsx709(GridHeaderCell, { columnTitle: "Multiselect" })
17258
17466
  ] }) })
17259
17467
  ] }) }) }),
17260
- /* @__PURE__ */ jsx696(GridContainer, { children: /* @__PURE__ */ jsx696(GridContent, { children: /* @__PURE__ */ jsx696("div", { children: /* @__PURE__ */ jsxs365(GridTable, { children: [
17261
- /* @__PURE__ */ jsxs365("colgroup", { children: [
17262
- /* @__PURE__ */ jsx696("col", { style: { width: "68px" } }),
17263
- /* @__PURE__ */ jsx696("col", {}),
17264
- /* @__PURE__ */ jsx696("col", {}),
17265
- /* @__PURE__ */ jsx696("col", {}),
17266
- /* @__PURE__ */ jsx696("col", {})
17468
+ /* @__PURE__ */ jsx709(GridContainer, { children: /* @__PURE__ */ jsx709(GridContent, { children: /* @__PURE__ */ jsx709("div", { children: /* @__PURE__ */ jsxs372(GridTable, { children: [
17469
+ /* @__PURE__ */ jsxs372("colgroup", { children: [
17470
+ /* @__PURE__ */ jsx709("col", { style: { width: "68px" } }),
17471
+ /* @__PURE__ */ jsx709("col", {}),
17472
+ /* @__PURE__ */ jsx709("col", {}),
17473
+ /* @__PURE__ */ jsx709("col", {}),
17474
+ /* @__PURE__ */ jsx709("col", {})
17267
17475
  ] }),
17268
- /* @__PURE__ */ jsxs365(TableTbody, { children: [
17269
- /* @__PURE__ */ jsxs365(TableRow, { className: "k-grid-edit-row", children: [
17270
- /* @__PURE__ */ jsx696(TableTd, { children: "LTR" }),
17271
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(Autocomplete, { placeholder: "Autocomplete..." }) }),
17272
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(Combobox, { placeholder: "Combobox..." }) }),
17273
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(DropdownList, { placeholder: "DropdownList..." }) }),
17274
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(MultiSelect, { placeholder: "Multiselect..." }) })
17476
+ /* @__PURE__ */ jsxs372(TableTbody, { children: [
17477
+ /* @__PURE__ */ jsxs372(TableRow, { className: "k-grid-edit-row", children: [
17478
+ /* @__PURE__ */ jsx709(TableTd, { children: "LTR" }),
17479
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(Autocomplete, { placeholder: "Autocomplete..." }) }),
17480
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(Combobox, { placeholder: "Combobox..." }) }),
17481
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(DropdownList, { placeholder: "DropdownList..." }) }),
17482
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(MultiSelect, { placeholder: "Multiselect..." }) })
17275
17483
  ] }),
17276
- /* @__PURE__ */ jsxs365(TableRow, { className: "k-grid-edit-row k-alt", alt: true, children: [
17277
- /* @__PURE__ */ jsx696(TableTd, { children: "RTL" }),
17278
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(Autocomplete, { placeholder: "Autocomplete...", className: "k-rtl" }) }),
17279
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(Combobox, { placeholder: "Combobox...", className: "k-rtl" }) }),
17280
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(DropdownList, { placeholder: "DropdownList...", className: "k-rtl" }) }),
17281
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(MultiSelect, { placeholder: "Multiselect...", className: "k-rtl" }) })
17484
+ /* @__PURE__ */ jsxs372(TableRow, { className: "k-grid-edit-row k-alt", alt: true, children: [
17485
+ /* @__PURE__ */ jsx709(TableTd, { children: "RTL" }),
17486
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(Autocomplete, { placeholder: "Autocomplete...", className: "k-rtl" }) }),
17487
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(Combobox, { placeholder: "Combobox...", className: "k-rtl" }) }),
17488
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(DropdownList, { placeholder: "DropdownList...", className: "k-rtl" }) }),
17489
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(MultiSelect, { placeholder: "Multiselect...", className: "k-rtl" }) })
17282
17490
  ] })
17283
17491
  ] })
17284
17492
  ] }) }) }) })
17285
17493
  ] }),
17286
- /* @__PURE__ */ jsxs365(Grid, { _renderAriaRoot: true, className: "k-grid-no-scrollbar", children: [
17287
- /* @__PURE__ */ jsx696(GridHeader, { children: /* @__PURE__ */ jsx696("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs365(GridHeaderTable, { children: [
17288
- /* @__PURE__ */ jsxs365("colgroup", { children: [
17289
- /* @__PURE__ */ jsx696("col", { style: { width: "68px" } }),
17290
- /* @__PURE__ */ jsx696("col", {}),
17291
- /* @__PURE__ */ jsx696("col", {}),
17292
- /* @__PURE__ */ jsx696("col", {}),
17293
- /* @__PURE__ */ jsx696("col", {})
17494
+ /* @__PURE__ */ jsxs372(Grid, { _renderAriaRoot: true, className: "k-grid-no-scrollbar", children: [
17495
+ /* @__PURE__ */ jsx709(GridHeader, { children: /* @__PURE__ */ jsx709("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs372(GridHeaderTable, { children: [
17496
+ /* @__PURE__ */ jsxs372("colgroup", { children: [
17497
+ /* @__PURE__ */ jsx709("col", { style: { width: "68px" } }),
17498
+ /* @__PURE__ */ jsx709("col", {}),
17499
+ /* @__PURE__ */ jsx709("col", {}),
17500
+ /* @__PURE__ */ jsx709("col", {}),
17501
+ /* @__PURE__ */ jsx709("col", {})
17294
17502
  ] }),
17295
- /* @__PURE__ */ jsx696(TableThead, { children: /* @__PURE__ */ jsxs365(TableRow, { children: [
17296
- /* @__PURE__ */ jsx696(GridHeaderCell, {}),
17297
- /* @__PURE__ */ jsx696(GridHeaderCell, { columnTitle: "Datepicker" }),
17298
- /* @__PURE__ */ jsx696(GridHeaderCell, { columnTitle: "Timepicker" }),
17299
- /* @__PURE__ */ jsx696(GridHeaderCell, { columnTitle: "Datetime" }),
17300
- /* @__PURE__ */ jsx696(GridHeaderCell, { columnTitle: "Dateinput" })
17503
+ /* @__PURE__ */ jsx709(TableThead, { children: /* @__PURE__ */ jsxs372(TableRow, { children: [
17504
+ /* @__PURE__ */ jsx709(GridHeaderCell, {}),
17505
+ /* @__PURE__ */ jsx709(GridHeaderCell, { columnTitle: "Datepicker" }),
17506
+ /* @__PURE__ */ jsx709(GridHeaderCell, { columnTitle: "Timepicker" }),
17507
+ /* @__PURE__ */ jsx709(GridHeaderCell, { columnTitle: "Datetime" }),
17508
+ /* @__PURE__ */ jsx709(GridHeaderCell, { columnTitle: "Dateinput" })
17301
17509
  ] }) })
17302
17510
  ] }) }) }),
17303
- /* @__PURE__ */ jsx696(GridContainer, { style: { overflow: "visible" }, children: /* @__PURE__ */ jsx696(GridContent, { style: { overflow: "visible" }, children: /* @__PURE__ */ jsx696("div", { children: /* @__PURE__ */ jsxs365(GridTable, { children: [
17304
- /* @__PURE__ */ jsxs365("colgroup", { children: [
17305
- /* @__PURE__ */ jsx696("col", { style: { width: "68px" } }),
17306
- /* @__PURE__ */ jsx696("col", {}),
17307
- /* @__PURE__ */ jsx696("col", {}),
17308
- /* @__PURE__ */ jsx696("col", {}),
17309
- /* @__PURE__ */ jsx696("col", {})
17511
+ /* @__PURE__ */ jsx709(GridContainer, { style: { overflow: "visible" }, children: /* @__PURE__ */ jsx709(GridContent, { style: { overflow: "visible" }, children: /* @__PURE__ */ jsx709("div", { children: /* @__PURE__ */ jsxs372(GridTable, { children: [
17512
+ /* @__PURE__ */ jsxs372("colgroup", { children: [
17513
+ /* @__PURE__ */ jsx709("col", { style: { width: "68px" } }),
17514
+ /* @__PURE__ */ jsx709("col", {}),
17515
+ /* @__PURE__ */ jsx709("col", {}),
17516
+ /* @__PURE__ */ jsx709("col", {}),
17517
+ /* @__PURE__ */ jsx709("col", {})
17310
17518
  ] }),
17311
- /* @__PURE__ */ jsxs365(TableTbody, { children: [
17312
- /* @__PURE__ */ jsxs365(TableRow, { className: "k-grid-edit-row", children: [
17313
- /* @__PURE__ */ jsx696(TableTd, { children: "LTR" }),
17314
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(DatePicker, { placeholder: "DatePicker..." }) }),
17315
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(TimePicker, { placeholder: "TimePicker..." }) }),
17316
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(DateTimePicker, { placeholder: "DateTimePicker..." }) }),
17317
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(DateInput, { placeholder: "DateInput..." }) })
17519
+ /* @__PURE__ */ jsxs372(TableTbody, { children: [
17520
+ /* @__PURE__ */ jsxs372(TableRow, { className: "k-grid-edit-row", children: [
17521
+ /* @__PURE__ */ jsx709(TableTd, { children: "LTR" }),
17522
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(DatePicker, { placeholder: "DatePicker..." }) }),
17523
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(TimePicker, { placeholder: "TimePicker..." }) }),
17524
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(DateTimePicker, { placeholder: "DateTimePicker..." }) }),
17525
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(DateInput, { placeholder: "DateInput..." }) })
17318
17526
  ] }),
17319
- /* @__PURE__ */ jsxs365(TableRow, { className: "k-grid-edit-row k-alt", alt: true, children: [
17320
- /* @__PURE__ */ jsx696(TableTd, { children: "RTL" }),
17321
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(DatePicker, { placeholder: "DatePicker...", className: "k-rtl" }) }),
17322
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(TimePicker, { placeholder: "TimePicker...", className: "k-rtl" }) }),
17323
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(DateTimePicker, { placeholder: "DateTimePicker...", className: "k-rtl" }) }),
17324
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(DateInput, { placeholder: "DateInput...", className: "k-rtl" }) })
17527
+ /* @__PURE__ */ jsxs372(TableRow, { className: "k-grid-edit-row k-alt", alt: true, children: [
17528
+ /* @__PURE__ */ jsx709(TableTd, { children: "RTL" }),
17529
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(DatePicker, { placeholder: "DatePicker...", className: "k-rtl" }) }),
17530
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(TimePicker, { placeholder: "TimePicker...", className: "k-rtl" }) }),
17531
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(DateTimePicker, { placeholder: "DateTimePicker...", className: "k-rtl" }) }),
17532
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(DateInput, { placeholder: "DateInput...", className: "k-rtl" }) })
17325
17533
  ] })
17326
17534
  ] })
17327
17535
  ] }) }) }) })
17328
17536
  ] }),
17329
- /* @__PURE__ */ jsxs365(Grid, { _renderAriaRoot: true, className: "k-grid-no-scrollbar", children: [
17330
- /* @__PURE__ */ jsx696(GridHeader, { children: /* @__PURE__ */ jsx696("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs365(GridHeaderTable, { children: [
17331
- /* @__PURE__ */ jsxs365("colgroup", { children: [
17332
- /* @__PURE__ */ jsx696("col", { style: { width: "68px" } }),
17333
- /* @__PURE__ */ jsx696("col", {}),
17334
- /* @__PURE__ */ jsx696("col", {}),
17335
- /* @__PURE__ */ jsx696("col", {})
17537
+ /* @__PURE__ */ jsxs372(Grid, { _renderAriaRoot: true, className: "k-grid-no-scrollbar", children: [
17538
+ /* @__PURE__ */ jsx709(GridHeader, { children: /* @__PURE__ */ jsx709("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs372(GridHeaderTable, { children: [
17539
+ /* @__PURE__ */ jsxs372("colgroup", { children: [
17540
+ /* @__PURE__ */ jsx709("col", { style: { width: "68px" } }),
17541
+ /* @__PURE__ */ jsx709("col", {}),
17542
+ /* @__PURE__ */ jsx709("col", {}),
17543
+ /* @__PURE__ */ jsx709("col", {})
17336
17544
  ] }),
17337
- /* @__PURE__ */ jsx696(TableThead, { children: /* @__PURE__ */ jsxs365(TableRow, { children: [
17338
- /* @__PURE__ */ jsx696(GridHeaderCell, {}),
17339
- /* @__PURE__ */ jsx696(GridHeaderCell, { columnTitle: "Numeric" }),
17340
- /* @__PURE__ */ jsx696(GridHeaderCell, { columnTitle: "Switch" }),
17341
- /* @__PURE__ */ jsx696(GridHeaderCell, {})
17545
+ /* @__PURE__ */ jsx709(TableThead, { children: /* @__PURE__ */ jsxs372(TableRow, { children: [
17546
+ /* @__PURE__ */ jsx709(GridHeaderCell, {}),
17547
+ /* @__PURE__ */ jsx709(GridHeaderCell, { columnTitle: "Numeric" }),
17548
+ /* @__PURE__ */ jsx709(GridHeaderCell, { columnTitle: "Switch" }),
17549
+ /* @__PURE__ */ jsx709(GridHeaderCell, {})
17342
17550
  ] }) })
17343
17551
  ] }) }) }),
17344
- /* @__PURE__ */ jsx696(GridContainer, { children: /* @__PURE__ */ jsx696(GridContent, { children: /* @__PURE__ */ jsx696("div", { children: /* @__PURE__ */ jsxs365(GridTable, { children: [
17345
- /* @__PURE__ */ jsxs365("colgroup", { children: [
17346
- /* @__PURE__ */ jsx696("col", { style: { width: "68px" } }),
17347
- /* @__PURE__ */ jsx696("col", {}),
17348
- /* @__PURE__ */ jsx696("col", {}),
17349
- /* @__PURE__ */ jsx696("col", {})
17552
+ /* @__PURE__ */ jsx709(GridContainer, { children: /* @__PURE__ */ jsx709(GridContent, { children: /* @__PURE__ */ jsx709("div", { children: /* @__PURE__ */ jsxs372(GridTable, { children: [
17553
+ /* @__PURE__ */ jsxs372("colgroup", { children: [
17554
+ /* @__PURE__ */ jsx709("col", { style: { width: "68px" } }),
17555
+ /* @__PURE__ */ jsx709("col", {}),
17556
+ /* @__PURE__ */ jsx709("col", {}),
17557
+ /* @__PURE__ */ jsx709("col", {})
17350
17558
  ] }),
17351
- /* @__PURE__ */ jsxs365(TableTbody, { children: [
17352
- /* @__PURE__ */ jsxs365(TableRow, { className: "k-grid-edit-row", children: [
17353
- /* @__PURE__ */ jsx696(TableTd, { children: "LTR" }),
17354
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(NumericTextbox, { placeholder: "Numeric..." }) }),
17355
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(Switch, { checked: true }) }),
17356
- /* @__PURE__ */ jsx696(TableTd, {})
17559
+ /* @__PURE__ */ jsxs372(TableTbody, { children: [
17560
+ /* @__PURE__ */ jsxs372(TableRow, { className: "k-grid-edit-row", children: [
17561
+ /* @__PURE__ */ jsx709(TableTd, { children: "LTR" }),
17562
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(NumericTextbox, { placeholder: "Numeric..." }) }),
17563
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(Switch, { checked: true }) }),
17564
+ /* @__PURE__ */ jsx709(TableTd, {})
17357
17565
  ] }),
17358
- /* @__PURE__ */ jsxs365(TableRow, { className: "k-grid-edit-row k-alt", alt: true, children: [
17359
- /* @__PURE__ */ jsx696(TableTd, { children: "RTL" }),
17360
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(NumericTextbox, { placeholder: "Numeric...", className: "k-rtl" }) }),
17361
- /* @__PURE__ */ jsx696(TableTd, { children: /* @__PURE__ */ jsx696(Switch, { checked: true, className: "k-rtl" }) }),
17362
- /* @__PURE__ */ jsx696(TableTd, {})
17566
+ /* @__PURE__ */ jsxs372(TableRow, { className: "k-grid-edit-row k-alt", alt: true, children: [
17567
+ /* @__PURE__ */ jsx709(TableTd, { children: "RTL" }),
17568
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(NumericTextbox, { placeholder: "Numeric...", className: "k-rtl" }) }),
17569
+ /* @__PURE__ */ jsx709(TableTd, { children: /* @__PURE__ */ jsx709(Switch, { checked: true, className: "k-rtl" }) }),
17570
+ /* @__PURE__ */ jsx709(TableTd, {})
17363
17571
  ] })
17364
17572
  ] })
17365
17573
  ] }) }) }) })