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