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