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