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