@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
@@ -6678,136 +6678,2556 @@ import { Fragment as Fragment25, jsx as jsx77 } from "react/jsx-runtime";
6678
6678
  // src/textbox/templates/textbox-suffix.tsx
6679
6679
  import { Fragment as Fragment26, jsx as jsx78 } from "react/jsx-runtime";
6680
6680
 
6681
+ // src/grid/grid.spec.tsx
6682
+ import { jsx as jsx79, jsxs as jsxs32 } from "react/jsx-runtime";
6683
+ var GRID_CLASSNAME = "k-grid";
6684
+ var states32 = [];
6685
+ var options30 = {
6686
+ size: [Size.small, Size.medium, Size.large]
6687
+ };
6688
+ var defaultProps32 = {
6689
+ size: Size.medium,
6690
+ pagerPosition: "bottom"
6691
+ };
6692
+ var Grid = (props) => {
6693
+ const {
6694
+ size = defaultProps32.size,
6695
+ toolbar,
6696
+ pager,
6697
+ pagerPosition,
6698
+ groupingHeader,
6699
+ _renderAriaRoot,
6700
+ ...other
6701
+ } = props;
6702
+ return /* @__PURE__ */ jsxs32(
6703
+ "div",
6704
+ {
6705
+ ...other,
6706
+ className: classNames(
6707
+ props.className,
6708
+ GRID_CLASSNAME,
6709
+ optionClassNames(GRID_CLASSNAME, { size })
6710
+ ),
6711
+ children: [
6712
+ toolbar,
6713
+ pagerPosition === "top" && pager,
6714
+ groupingHeader,
6715
+ props.children && _renderAriaRoot ? /* @__PURE__ */ jsx79("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
6716
+ pagerPosition === "bottom" && pager
6717
+ ]
6718
+ }
6719
+ );
6720
+ };
6721
+ Grid.states = states32;
6722
+ Grid.options = options30;
6723
+ Grid.className = GRID_CLASSNAME;
6724
+ Grid.defaultProps = defaultProps32;
6725
+
6726
+ // src/grid/grid-header.spec.tsx
6727
+ import { jsx as jsx80 } from "react/jsx-runtime";
6728
+
6729
+ // src/grid/grid-grouping-header.spec.tsx
6730
+ import { jsx as jsx81, jsxs as jsxs33 } from "react/jsx-runtime";
6731
+
6732
+ // src/table/data-table.spec.tsx
6733
+ import { jsx as jsx82 } from "react/jsx-runtime";
6734
+ var DATATABLE_CLASSNAME = `k-data-table`;
6735
+ var states33 = [];
6736
+ var options31 = {
6737
+ size: [Size.small, Size.medium, Size.large]
6738
+ };
6739
+ var defaultProps33 = {
6740
+ size: Size.medium
6741
+ };
6742
+ var DataTable = (props) => {
6743
+ const {
6744
+ size = defaultProps33.size,
6745
+ ...other
6746
+ } = props;
6747
+ return /* @__PURE__ */ jsx82(
6748
+ "div",
6749
+ {
6750
+ ...other,
6751
+ className: classNames(
6752
+ props.className,
6753
+ DATATABLE_CLASSNAME,
6754
+ optionClassNames("k-table", {
6755
+ size
6756
+ })
6757
+ ),
6758
+ children: props.children
6759
+ }
6760
+ );
6761
+ };
6762
+ DataTable.states = states33;
6763
+ DataTable.options = options31;
6764
+ DataTable.className = DATATABLE_CLASSNAME;
6765
+ DataTable.defaultProps = defaultProps33;
6766
+
6767
+ // src/table/table-header.tsx
6768
+ import { jsx as jsx83 } from "react/jsx-runtime";
6769
+
6770
+ // src/table/table-body.tsx
6771
+ import { jsx as jsx84 } from "react/jsx-runtime";
6772
+
6773
+ // src/table/table-footer.tsx
6774
+ import { jsx as jsx85 } from "react/jsx-runtime";
6775
+
6776
+ // src/table/table.spec.tsx
6777
+ import { jsx as jsx86 } from "react/jsx-runtime";
6778
+ var TABLE_CLASSNAME = `k-table`;
6779
+ var states34 = [];
6780
+ var options32 = {
6781
+ size: [Size.small, Size.medium, Size.large]
6782
+ };
6783
+ var defaultProps34 = {};
6784
+ var Table = (props) => {
6785
+ const {
6786
+ size,
6787
+ ...other
6788
+ } = props;
6789
+ return /* @__PURE__ */ jsx86(
6790
+ "table",
6791
+ {
6792
+ ...other,
6793
+ className: classNames(
6794
+ props.className,
6795
+ TABLE_CLASSNAME,
6796
+ optionClassNames(TABLE_CLASSNAME, {
6797
+ size
6798
+ })
6799
+ ),
6800
+ children: props.children
6801
+ }
6802
+ );
6803
+ };
6804
+ Table.states = states34;
6805
+ Table.options = options32;
6806
+ Table.className = TABLE_CLASSNAME;
6807
+ Table.defaultProps = defaultProps34;
6808
+
6809
+ // src/table/table-list.spec.tsx
6810
+ import { jsx as jsx87 } from "react/jsx-runtime";
6811
+ var TABLELIST_CLASSNAME = `k-table-list`;
6812
+ var states35 = [];
6813
+ var options33 = {
6814
+ size: [Size.small, Size.medium, Size.large]
6815
+ };
6816
+ var defaultProps35 = {};
6817
+ var TableList = (props) => {
6818
+ const {
6819
+ size,
6820
+ virtualization,
6821
+ ...other
6822
+ } = props;
6823
+ return /* @__PURE__ */ jsx87(
6824
+ "ul",
6825
+ {
6826
+ ...other,
6827
+ className: classNames(
6828
+ props.className,
6829
+ "k-table",
6830
+ TABLELIST_CLASSNAME,
6831
+ optionClassNames(TABLELIST_CLASSNAME, {
6832
+ size
6833
+ }),
6834
+ {
6835
+ "k-virtual-table": virtualization
6836
+ }
6837
+ ),
6838
+ children: props.children
6839
+ }
6840
+ );
6841
+ };
6842
+ TableList.states = states35;
6843
+ TableList.options = options33;
6844
+ TableList.className = TABLELIST_CLASSNAME;
6845
+ TableList.defaultProps = defaultProps35;
6846
+
6847
+ // src/table/table-thead.tsx
6848
+ import { jsx as jsx88 } from "react/jsx-runtime";
6849
+ var className18 = `k-table-thead`;
6850
+ var TableThead = (props) => /* @__PURE__ */ jsx88(
6851
+ "thead",
6852
+ {
6853
+ className: classNames(
6854
+ props.className,
6855
+ className18
6856
+ ),
6857
+ children: props.children
6858
+ }
6859
+ );
6860
+
6861
+ // src/table/table-tbody.tsx
6862
+ import { jsx as jsx89 } from "react/jsx-runtime";
6863
+ var className19 = `k-table-tbody`;
6864
+ var TableTbody = (props) => /* @__PURE__ */ jsx89(
6865
+ "tbody",
6866
+ {
6867
+ className: classNames(
6868
+ props.className,
6869
+ className19
6870
+ ),
6871
+ children: props.children
6872
+ }
6873
+ );
6874
+
6875
+ // src/table/table-tfoot.tsx
6876
+ import { jsx as jsx90 } from "react/jsx-runtime";
6877
+
6878
+ // src/table/table-row.tsx
6879
+ import { jsx as jsx91 } from "react/jsx-runtime";
6880
+ var TABLEROW_CLASSNAME = `k-table-row`;
6881
+ var states36 = [
6882
+ States.hover,
6883
+ States.focus,
6884
+ States.selected,
6885
+ States.disabled
6886
+ ];
6887
+ var TableRow = (props) => {
6888
+ const {
6889
+ hover,
6890
+ focus,
6891
+ selected,
6892
+ disabled,
6893
+ alt,
6894
+ ...other
6895
+ } = props;
6896
+ return /* @__PURE__ */ jsx91(
6897
+ "tr",
6898
+ {
6899
+ ...other,
6900
+ className: classNames(
6901
+ props.className,
6902
+ TABLEROW_CLASSNAME,
6903
+ {
6904
+ ["k-table-alt-row"]: alt
6905
+ },
6906
+ stateClassNames(TABLEROW_CLASSNAME, {
6907
+ hover,
6908
+ focus,
6909
+ disabled,
6910
+ selected
6911
+ })
6912
+ ),
6913
+ children: props.children
6914
+ }
6915
+ );
6916
+ };
6917
+
6918
+ // src/table/table-list-row.tsx
6919
+ import { jsx as jsx92 } from "react/jsx-runtime";
6920
+ var states37 = [
6921
+ States.hover,
6922
+ States.focus,
6923
+ States.selected,
6924
+ States.disabled
6925
+ ];
6926
+
6927
+ // src/table/table-th.tsx
6928
+ import { jsx as jsx93 } from "react/jsx-runtime";
6929
+ var className20 = `k-table-th`;
6930
+ var TableTh = (props) => {
6931
+ const {
6932
+ text,
6933
+ colspan,
6934
+ rowspan,
6935
+ ...other
6936
+ } = props;
6937
+ const textOrChildren = text ? text : props.children;
6938
+ return /* @__PURE__ */ jsx93(
6939
+ "th",
6940
+ {
6941
+ colSpan: colspan,
6942
+ rowSpan: rowspan,
6943
+ ...other,
6944
+ className: classNames(
6945
+ props.className,
6946
+ className20
6947
+ ),
6948
+ children: textOrChildren
6949
+ }
6950
+ );
6951
+ };
6952
+
6953
+ // src/table/table-list-th.tsx
6954
+ import { jsx as jsx94 } from "react/jsx-runtime";
6955
+
6956
+ // src/table/table-td.tsx
6957
+ import { jsx as jsx95 } from "react/jsx-runtime";
6958
+ var className21 = `k-table-td`;
6959
+ var TableTd = (props) => {
6960
+ const {
6961
+ text,
6962
+ colspan,
6963
+ ...other
6964
+ } = props;
6965
+ const textOrChildren = text ? text : props.children;
6966
+ return /* @__PURE__ */ jsx95(
6967
+ "td",
6968
+ {
6969
+ colSpan: colspan,
6970
+ ...other,
6971
+ className: classNames(
6972
+ props.className,
6973
+ className21
6974
+ ),
6975
+ children: textOrChildren
6976
+ }
6977
+ );
6978
+ };
6979
+
6980
+ // src/table/table-list-td.tsx
6981
+ import { jsx as jsx96 } from "react/jsx-runtime";
6982
+
6983
+ // src/table/table-group-header.tsx
6984
+ import { jsx as jsx97 } from "react/jsx-runtime";
6985
+
6986
+ // src/table/table-group-sticky-header.tsx
6987
+ import { jsx as jsx98 } from "react/jsx-runtime";
6988
+
6989
+ // src/table/table-group-row.tsx
6990
+ import { jsx as jsx99 } from "react/jsx-runtime";
6991
+
6992
+ // src/table/table-list-group-row.tsx
6993
+ import { jsx as jsx100 } from "react/jsx-runtime";
6994
+
6995
+ // src/table/templates/table-list.tsx
6996
+ import { jsx as jsx101, jsxs as jsxs34 } from "react/jsx-runtime";
6997
+
6998
+ // src/table/templates/table-list-virtualization.tsx
6999
+ import { jsx as jsx102, jsxs as jsxs35 } from "react/jsx-runtime";
7000
+
7001
+ // src/table/templates/data-table-normal.tsx
7002
+ import { jsx as jsx103, jsxs as jsxs36 } from "react/jsx-runtime";
7003
+
7004
+ // src/table/templates/table-native.tsx
7005
+ import { jsx as jsx104, jsxs as jsxs37 } from "react/jsx-runtime";
7006
+
7007
+ // src/grid/grid-header-table.spec.tsx
7008
+ import { jsx as jsx105 } from "react/jsx-runtime";
7009
+
7010
+ // src/grid/grid-header-cell.spec.tsx
7011
+ import { jsx as jsx106, jsxs as jsxs38 } from "react/jsx-runtime";
7012
+ var states38 = [
7013
+ States.hover,
7014
+ States.focus,
7015
+ States.active
7016
+ ];
7017
+
7018
+ // src/grid/grid-container.spec.tsx
7019
+ import { jsx as jsx107 } from "react/jsx-runtime";
7020
+
7021
+ // src/grid/grid-content.spec.tsx
7022
+ import { jsx as jsx108 } from "react/jsx-runtime";
7023
+
7024
+ // src/grid/grid-table.spec.tsx
7025
+ import { jsx as jsx109 } from "react/jsx-runtime";
7026
+ var GRIDTABLE_CLASSNAME = `k-grid-table`;
7027
+ var GridTable = (props) => /* @__PURE__ */ jsx109(
7028
+ Table,
7029
+ {
7030
+ size: "medium",
7031
+ ...props,
7032
+ className: classNames(
7033
+ props.className,
7034
+ GRIDTABLE_CLASSNAME
7035
+ ),
7036
+ children: props.children
7037
+ }
7038
+ );
7039
+
7040
+ // src/grid/grid-footer.spec.tsx
7041
+ import { jsx as jsx110 } from "react/jsx-runtime";
7042
+
7043
+ // src/grid/grid-footer-table.spec.tsx
7044
+ import { jsx as jsx111 } from "react/jsx-runtime";
7045
+
7046
+ // src/pager/pager.spec.tsx
7047
+ import { jsx as jsx112, jsxs as jsxs39 } from "react/jsx-runtime";
7048
+ var PAGER_CLASSNAME = `k-pager`;
7049
+ var states39 = [
7050
+ States.focus,
7051
+ States.disabled
7052
+ ];
7053
+ var options34 = {
7054
+ size: [Size.small, Size.medium, Size.large]
7055
+ };
7056
+ var defaultProps36 = {
7057
+ size: Size.medium,
7058
+ adaptive: false,
7059
+ itemsPerPage: true,
7060
+ type: "numeric",
7061
+ pageSizes: true,
7062
+ refresh: true,
7063
+ info: true
7064
+ };
7065
+ var Pager = (props) => {
7066
+ const {
7067
+ size = defaultProps36.size,
7068
+ adaptive = defaultProps36.adaptive,
7069
+ itemsPerPage = defaultProps36.itemsPerPage,
7070
+ type = defaultProps36.type,
7071
+ pageSizes = defaultProps36.pageSizes,
7072
+ refresh = defaultProps36.refresh,
7073
+ info = defaultProps36.info,
7074
+ focus,
7075
+ disabled,
7076
+ dir,
7077
+ ...other
7078
+ } = props;
7079
+ return /* @__PURE__ */ jsxs39(
7080
+ "div",
7081
+ {
7082
+ dir,
7083
+ ...other,
7084
+ className: classNames(
7085
+ props.className,
7086
+ PAGER_CLASSNAME,
7087
+ optionClassNames(PAGER_CLASSNAME, {
7088
+ size
7089
+ }),
7090
+ stateClassNames(PAGER_CLASSNAME, {
7091
+ focus,
7092
+ disabled
7093
+ })
7094
+ ),
7095
+ children: [
7096
+ /* @__PURE__ */ jsxs39(
7097
+ "div",
7098
+ {
7099
+ className: classNames(
7100
+ "k-pager-numbers-wrap"
7101
+ ),
7102
+ children: [
7103
+ /* @__PURE__ */ jsx112(
7104
+ Button,
7105
+ {
7106
+ className: classNames(
7107
+ "k-pager-nav",
7108
+ "k-pager-first"
7109
+ ),
7110
+ disabled: true,
7111
+ fillMode: "flat",
7112
+ size,
7113
+ rounded: null,
7114
+ icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
7115
+ }
7116
+ ),
7117
+ /* @__PURE__ */ jsx112(
7118
+ Button,
7119
+ {
7120
+ className: classNames(
7121
+ "k-pager-nav"
7122
+ ),
7123
+ disabled: true,
7124
+ fillMode: "flat",
7125
+ size,
7126
+ rounded: null,
7127
+ icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
7128
+ }
7129
+ ),
7130
+ type === "numeric" && !adaptive && /* @__PURE__ */ jsxs39(
7131
+ "div",
7132
+ {
7133
+ className: classNames(
7134
+ "k-pager-numbers"
7135
+ ),
7136
+ children: [
7137
+ /* @__PURE__ */ jsx112(
7138
+ Button,
7139
+ {
7140
+ selected: true,
7141
+ fillMode: "flat",
7142
+ themeColor: "primary",
7143
+ size,
7144
+ rounded: null,
7145
+ children: "1"
7146
+ }
7147
+ ),
7148
+ /* @__PURE__ */ jsx112(
7149
+ Button,
7150
+ {
7151
+ fillMode: "flat",
7152
+ themeColor: "primary",
7153
+ size,
7154
+ rounded: null,
7155
+ children: "2"
7156
+ }
7157
+ ),
7158
+ /* @__PURE__ */ jsx112(
7159
+ Button,
7160
+ {
7161
+ fillMode: "flat",
7162
+ themeColor: "primary",
7163
+ size,
7164
+ rounded: null,
7165
+ children: "3"
7166
+ }
7167
+ ),
7168
+ /* @__PURE__ */ jsx112(
7169
+ Button,
7170
+ {
7171
+ fillMode: "flat",
7172
+ themeColor: "primary",
7173
+ size,
7174
+ rounded: null,
7175
+ children: "4"
7176
+ }
7177
+ ),
7178
+ /* @__PURE__ */ jsx112(
7179
+ Button,
7180
+ {
7181
+ fillMode: "flat",
7182
+ themeColor: "primary",
7183
+ size,
7184
+ rounded: null,
7185
+ children: "5"
7186
+ }
7187
+ ),
7188
+ /* @__PURE__ */ jsx112(
7189
+ Button,
7190
+ {
7191
+ fillMode: "flat",
7192
+ themeColor: "primary",
7193
+ size,
7194
+ rounded: null,
7195
+ children: "6"
7196
+ }
7197
+ )
7198
+ ]
7199
+ }
7200
+ ),
7201
+ type === "numeric" && /* @__PURE__ */ jsx112(
7202
+ "select",
7203
+ {
7204
+ className: classNames(
7205
+ "k-picker",
7206
+ "k-picker-solid",
7207
+ "k-dropdown-list",
7208
+ "k-dropdown",
7209
+ "k-rounded-md",
7210
+ optionClassNames("k-picker", {
7211
+ size
7212
+ }),
7213
+ {
7214
+ ["k-hidden"]: !adaptive
7215
+ }
7216
+ ),
7217
+ children: /* @__PURE__ */ jsx112("option", { children: "99" })
7218
+ }
7219
+ ),
7220
+ type === "input" && /* @__PURE__ */ jsxs39(
7221
+ "span",
7222
+ {
7223
+ className: classNames(
7224
+ "k-pager-input"
7225
+ ),
7226
+ children: [
7227
+ !adaptive && /* @__PURE__ */ jsx112("span", { children: "Page" }),
7228
+ /* @__PURE__ */ jsx112(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
7229
+ !adaptive && /* @__PURE__ */ jsx112("span", { children: "of 8" })
7230
+ ]
7231
+ }
7232
+ ),
7233
+ /* @__PURE__ */ jsx112(
7234
+ Button,
7235
+ {
7236
+ className: classNames(
7237
+ "k-pager-nav"
7238
+ ),
7239
+ fillMode: "flat",
7240
+ size,
7241
+ rounded: null,
7242
+ icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
7243
+ }
7244
+ ),
7245
+ /* @__PURE__ */ jsx112(
7246
+ Button,
7247
+ {
7248
+ className: classNames(
7249
+ "k-pager-nav",
7250
+ "k-pager-last"
7251
+ ),
7252
+ fillMode: "flat",
7253
+ size,
7254
+ rounded: null,
7255
+ icon: dir === "rtl" ? "caret-alt-to-left" : "caret-alt-to-right"
7256
+ }
7257
+ )
7258
+ ]
7259
+ }
7260
+ ),
7261
+ pageSizes && /* @__PURE__ */ jsxs39(
7262
+ "span",
7263
+ {
7264
+ className: classNames(
7265
+ "k-pager-sizes"
7266
+ ),
7267
+ children: [
7268
+ /* @__PURE__ */ jsx112(DropdownList, { value: "99", size }),
7269
+ itemsPerPage && /* @__PURE__ */ jsx112("span", { children: "items per page" })
7270
+ ]
7271
+ }
7272
+ ),
7273
+ refresh && /* @__PURE__ */ jsx112(
7274
+ Button,
7275
+ {
7276
+ className: classNames(
7277
+ "k-pager-refresh"
7278
+ ),
7279
+ fillMode: "flat",
7280
+ size,
7281
+ rounded: null,
7282
+ icon: "arrow-rotate-cw"
7283
+ }
7284
+ ),
7285
+ info && /* @__PURE__ */ jsx112(
7286
+ "span",
7287
+ {
7288
+ className: classNames(
7289
+ "k-pager-info"
7290
+ ),
7291
+ children: "1 - 20 of 91 items"
7292
+ }
7293
+ )
7294
+ ]
7295
+ }
7296
+ );
7297
+ };
7298
+ Pager.states = states39;
7299
+ Pager.options = options34;
7300
+ Pager.className = PAGER_CLASSNAME;
7301
+ Pager.defaultProps = defaultProps36;
7302
+
7303
+ // src/pager/templates/pager-normal.tsx
7304
+ import { jsx as jsx113 } from "react/jsx-runtime";
7305
+
7306
+ // src/pager/templates/pager-input.tsx
7307
+ import { jsx as jsx114 } from "react/jsx-runtime";
7308
+
7309
+ // src/pager/templates/pager-adaptive.tsx
7310
+ import { jsx as jsx115 } from "react/jsx-runtime";
7311
+
7312
+ // src/pager/templates/pager-adaptive-input.tsx
7313
+ import { jsx as jsx116 } from "react/jsx-runtime";
7314
+
7315
+ // src/grid/grid-pager.spec.tsx
7316
+ import { jsx as jsx117 } from "react/jsx-runtime";
7317
+
7318
+ // src/button-group/button-group.spec.tsx
7319
+ import { jsx as jsx118 } from "react/jsx-runtime";
7320
+ var BUTTONGROUP_CLASSNAME = `k-button-group`;
7321
+ var states40 = [
7322
+ States.disabled
7323
+ ];
7324
+ var options35 = {
7325
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
7326
+ };
7327
+ var defaultProps37 = {
7328
+ fillMode: FillMode.solid
7329
+ };
7330
+ var ButtonGroup = (props) => {
7331
+ const {
7332
+ fillMode = defaultProps37.fillMode,
7333
+ disabled,
7334
+ stretched,
7335
+ ...other
7336
+ } = props;
7337
+ return /* @__PURE__ */ jsx118(
7338
+ "div",
7339
+ {
7340
+ ...other,
7341
+ className: classNames(
7342
+ props.className,
7343
+ BUTTONGROUP_CLASSNAME,
7344
+ optionClassNames(BUTTONGROUP_CLASSNAME, {
7345
+ fillMode
7346
+ }),
7347
+ stateClassNames(BUTTONGROUP_CLASSNAME, {
7348
+ disabled
7349
+ }),
7350
+ {
7351
+ [`${BUTTONGROUP_CLASSNAME}-stretched`]: stretched
7352
+ }
7353
+ ),
7354
+ children: props.children
7355
+ }
7356
+ );
7357
+ };
7358
+ ButtonGroup.states = states40;
7359
+ ButtonGroup.options = options35;
7360
+ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
7361
+ ButtonGroup.defaultProps = defaultProps37;
7362
+
7363
+ // src/button-group/templates/icon-button-group.tsx
7364
+ import { jsx as jsx119, jsxs as jsxs40 } from "react/jsx-runtime";
7365
+
7366
+ // src/button-group/templates/icon-text-button-group.tsx
7367
+ import { jsx as jsx120, jsxs as jsxs41 } from "react/jsx-runtime";
7368
+
7369
+ // src/button-group/templates/text-button-group.tsx
7370
+ import { jsx as jsx121, jsxs as jsxs42 } from "react/jsx-runtime";
7371
+
7372
+ // src/button-group/templates/mixed-button-group.tsx
7373
+ import { jsx as jsx122, jsxs as jsxs43 } from "react/jsx-runtime";
7374
+
7375
+ // src/color-preview/color-preview.tsx
7376
+ import { jsx as jsx123, jsxs as jsxs44 } from "react/jsx-runtime";
7377
+ var COLORPREVIEW_CLASSNAME = `k-color-preview`;
7378
+ var states41 = [];
7379
+ var options36 = {};
7380
+ var ColorPreview = (props) => {
7381
+ const {
7382
+ color,
7383
+ iconName,
7384
+ ...other
7385
+ } = props;
7386
+ return /* @__PURE__ */ jsxs44(
7387
+ "span",
7388
+ {
7389
+ ...other,
7390
+ className: classNames(
7391
+ props.className,
7392
+ COLORPREVIEW_CLASSNAME,
7393
+ {
7394
+ "k-icon-color-preview": iconName,
7395
+ "k-no-color": !color
7396
+ }
7397
+ ),
7398
+ children: [
7399
+ iconName && /* @__PURE__ */ jsx123(Icon, { icon: iconName, className: "k-color-preview-icon" }),
7400
+ /* @__PURE__ */ jsx123(
7401
+ "span",
7402
+ {
7403
+ className: "k-color-preview-mask",
7404
+ style: { backgroundColor: color }
7405
+ }
7406
+ )
7407
+ ]
7408
+ }
7409
+ );
7410
+ };
7411
+ ColorPreview.states = states41;
7412
+ ColorPreview.options = options36;
7413
+ ColorPreview.className = COLORPREVIEW_CLASSNAME;
7414
+
7415
+ // src/colorpicker/colorpicker.spec.tsx
7416
+ import { Fragment as Fragment27, jsx as jsx124, jsxs as jsxs45 } from "react/jsx-runtime";
7417
+ var COLORPICKER_CLASSNAME = `k-colorpicker`;
7418
+ var states42 = [
7419
+ States.hover,
7420
+ States.focus,
7421
+ States.valid,
7422
+ States.invalid,
7423
+ States.required,
7424
+ States.disabled
7425
+ ];
7426
+ var options37 = {
7427
+ size: [Size.small, Size.medium, Size.large],
7428
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7429
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7430
+ };
7431
+ var defaultProps38 = {
7432
+ arrowIconName: "caret-alt-down",
7433
+ size: Picker.defaultProps.size,
7434
+ rounded: Picker.defaultProps.rounded,
7435
+ fillMode: Picker.defaultProps.fillMode
7436
+ };
7437
+ var ColorPicker = (props) => {
7438
+ const {
7439
+ prefix,
7440
+ suffix,
7441
+ value,
7442
+ placeholder,
7443
+ size,
7444
+ rounded,
7445
+ fillMode,
7446
+ hover,
7447
+ focus,
7448
+ valid,
7449
+ invalid,
7450
+ required,
7451
+ disabled,
7452
+ valueIconName,
7453
+ arrowIconName = defaultProps38.arrowIconName,
7454
+ popup,
7455
+ opened,
7456
+ ...other
7457
+ } = props;
7458
+ return /* @__PURE__ */ jsxs45(Fragment27, { children: [
7459
+ /* @__PURE__ */ jsxs45(
7460
+ Picker,
7461
+ {
7462
+ ...other,
7463
+ size,
7464
+ rounded,
7465
+ fillMode,
7466
+ hover,
7467
+ focus,
7468
+ valid,
7469
+ invalid,
7470
+ required,
7471
+ disabled,
7472
+ className: classNames(
7473
+ props.className,
7474
+ COLORPICKER_CLASSNAME,
7475
+ "k-icon-picker"
7476
+ ),
7477
+ children: [
7478
+ /* @__PURE__ */ jsx124(InputPrefix, { children: prefix }),
7479
+ /* @__PURE__ */ jsx124(
7480
+ InputInnerSpan,
7481
+ {
7482
+ placeholder,
7483
+ value,
7484
+ showValue: false,
7485
+ valueIcon: /* @__PURE__ */ jsx124(
7486
+ ColorPreview,
7487
+ {
7488
+ className: "k-value-icon",
7489
+ color: value,
7490
+ iconName: valueIconName
7491
+ }
7492
+ ),
7493
+ valueIconName
7494
+ }
7495
+ ),
7496
+ /* @__PURE__ */ jsx124(InputSuffix, { children: suffix }),
7497
+ /* @__PURE__ */ jsx124(
7498
+ Button,
7499
+ {
7500
+ className: "k-input-button",
7501
+ icon: arrowIconName,
7502
+ rounded: null,
7503
+ size,
7504
+ fillMode
7505
+ }
7506
+ )
7507
+ ]
7508
+ }
7509
+ ),
7510
+ opened && popup && /* @__PURE__ */ jsx124(Popup, { className: "k-color-picker-popup", children: popup })
7511
+ ] });
7512
+ };
7513
+ ColorPicker.states = states42;
7514
+ ColorPicker.options = options37;
7515
+ ColorPicker.className = COLORPICKER_CLASSNAME;
7516
+ ColorPicker.defaultProps = defaultProps38;
7517
+
7518
+ // src/colorpicker/templates/colorpicker-normal.tsx
7519
+ import { jsx as jsx125 } from "react/jsx-runtime";
7520
+
7521
+ // src/slider/slider.spec.tsx
7522
+ import { jsx as jsx126, jsxs as jsxs46 } from "react/jsx-runtime";
7523
+ var SLIDER_CLASSNAME = "k-slider";
7524
+ var states43 = [
7525
+ States.hover,
7526
+ States.focus,
7527
+ States.active,
7528
+ States.disabled,
7529
+ States.readonly
7530
+ ];
7531
+ var options38 = {};
7532
+ var defaultProps39 = {
7533
+ type: "single",
7534
+ orientation: "horizontal",
7535
+ readonly: false,
7536
+ disabled: false,
7537
+ handlePosition: "end",
7538
+ showButtons: true,
7539
+ showTicks: true
7540
+ };
7541
+ var Slider = (props) => {
7542
+ const {
7543
+ type = defaultProps39.type,
7544
+ orientation = defaultProps39.orientation,
7545
+ readonly = defaultProps39.readonly,
7546
+ disabled = defaultProps39.disabled,
7547
+ handlePosition = defaultProps39.handlePosition,
7548
+ showButtons = defaultProps39.showButtons,
7549
+ showTicks = defaultProps39.showTicks,
7550
+ hover,
7551
+ focus,
7552
+ active,
7553
+ trackStyle,
7554
+ dir
7555
+ } = props;
7556
+ let iconIncrease;
7557
+ let iconDecrease;
7558
+ if (orientation === "horizontal") {
7559
+ iconIncrease = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
7560
+ iconDecrease = dir === "rtl" ? "caret-alt-right" : "caret-alt-left";
7561
+ } else if (orientation === "vertical") {
7562
+ iconIncrease = "caret-alt-up";
7563
+ iconDecrease = "caret-alt-down";
7564
+ }
7565
+ return /* @__PURE__ */ jsxs46("div", { className: classNames(
7566
+ SLIDER_CLASSNAME,
7567
+ props.className,
7568
+ stateClassNames(SLIDER_CLASSNAME, {
7569
+ readonly,
7570
+ disabled
7571
+ }),
7572
+ {
7573
+ [`k-slider-${orientation}`]: orientation,
7574
+ "k-colorgradient-slider": type === "gradient",
7575
+ "k-range-slider": type === "range"
7576
+ }
7577
+ ), dir, children: [
7578
+ showButtons && /* @__PURE__ */ jsx126(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
7579
+ /* @__PURE__ */ jsxs46("div", { className: "k-slider-track-wrap", children: [
7580
+ showTicks && /* @__PURE__ */ jsx126("ul", { className: "k-reset k-slider-items", children: props.children }),
7581
+ /* @__PURE__ */ jsxs46("div", { className: "k-slider-track", style: trackStyle, children: [
7582
+ /* @__PURE__ */ jsx126("div", { className: "k-slider-selection" }),
7583
+ type === "range" && /* @__PURE__ */ jsx126("span", { className: classNames(
7584
+ "k-draghandle",
7585
+ "k-draghandle-start",
7586
+ stateClassNames(SLIDER_CLASSNAME, {
7587
+ hover,
7588
+ focus,
7589
+ active
7590
+ })
7591
+ ) }),
7592
+ /* @__PURE__ */ jsx126("span", { className: classNames(
7593
+ "k-draghandle",
7594
+ `k-draghandle-${handlePosition}`,
7595
+ stateClassNames(SLIDER_CLASSNAME, {
7596
+ hover,
7597
+ focus,
7598
+ active
7599
+ })
7600
+ ) })
7601
+ ] })
7602
+ ] }),
7603
+ showButtons && /* @__PURE__ */ jsx126(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
7604
+ ] });
7605
+ };
7606
+ Slider.states = states43;
7607
+ Slider.options = options38;
7608
+ Slider.className = SLIDER_CLASSNAME;
7609
+ Slider.defaultProps = defaultProps39;
7610
+
7611
+ // src/slider/slider-tick.tsx
7612
+ import { jsx as jsx127 } from "react/jsx-runtime";
7613
+ var SLIDER_TICK_CLASSNAME = "k-tick";
7614
+ var states44 = [];
7615
+ var options39 = {};
7616
+ var defaultProps40 = {
7617
+ label: false
7618
+ };
7619
+ var SliderTick = (props) => {
7620
+ const {
7621
+ style,
7622
+ label = defaultProps40.label,
7623
+ orientation,
7624
+ large,
7625
+ text
7626
+ } = props;
7627
+ return /* @__PURE__ */ jsx127("li", { className: classNames(
7628
+ props.className,
7629
+ SLIDER_TICK_CLASSNAME,
7630
+ {
7631
+ [`k-tick-${orientation}`]: orientation,
7632
+ "k-tick-large": large
7633
+ }
7634
+ ), style, children: label && /* @__PURE__ */ jsx127("span", { className: "k-label", children: text }) });
7635
+ };
7636
+ SliderTick.states = states44;
7637
+ SliderTick.options = options39;
7638
+ SliderTick.className = SLIDER_TICK_CLASSNAME;
7639
+ SliderTick.defaultProps = defaultProps40;
7640
+
7641
+ // src/slider/templates/slider-normal.tsx
7642
+ import { Fragment as Fragment28, jsx as jsx128, jsxs as jsxs47 } from "react/jsx-runtime";
7643
+
7644
+ // src/slider/templates/slider-vertical.tsx
7645
+ import { Fragment as Fragment29, jsx as jsx129, jsxs as jsxs48 } from "react/jsx-runtime";
7646
+
7647
+ // src/slider/templates/slider-range.tsx
7648
+ import { Fragment as Fragment30, jsx as jsx130, jsxs as jsxs49 } from "react/jsx-runtime";
7649
+
7650
+ // src/slider/templates/slider-range-vertical.tsx
7651
+ import { Fragment as Fragment31, jsx as jsx131, jsxs as jsxs50 } from "react/jsx-runtime";
7652
+
7653
+ // src/slider/templates/slider-gradient.tsx
7654
+ import { Fragment as Fragment32, jsx as jsx132, jsxs as jsxs51 } from "react/jsx-runtime";
7655
+
7656
+ // src/slider/templates/slider-gradient-vertical.tsx
7657
+ import { Fragment as Fragment33, jsx as jsx133, jsxs as jsxs52 } from "react/jsx-runtime";
7658
+ var SliderGradientVertical = (props) => /* @__PURE__ */ jsx133(
7659
+ Slider,
7660
+ {
7661
+ type: "gradient",
7662
+ orientation: "vertical",
7663
+ showButtons: false,
7664
+ showTicks: false,
7665
+ children: /* @__PURE__ */ jsxs52(Fragment33, { children: [
7666
+ /* @__PURE__ */ jsx133(SliderTick, { label: true, large: true, text: "0" }),
7667
+ /* @__PURE__ */ jsx133(SliderTick, {}),
7668
+ /* @__PURE__ */ jsx133(SliderTick, {}),
7669
+ /* @__PURE__ */ jsx133(SliderTick, {}),
7670
+ /* @__PURE__ */ jsx133(SliderTick, {}),
7671
+ /* @__PURE__ */ jsx133(SliderTick, { label: true, large: true, text: "5" }),
7672
+ /* @__PURE__ */ jsx133(SliderTick, {}),
7673
+ /* @__PURE__ */ jsx133(SliderTick, {}),
7674
+ /* @__PURE__ */ jsx133(SliderTick, {}),
7675
+ /* @__PURE__ */ jsx133(SliderTick, {}),
7676
+ /* @__PURE__ */ jsx133(SliderTick, { label: true, large: true, text: "10" })
7677
+ ] }),
7678
+ ...props
7679
+ }
7680
+ );
7681
+
7682
+ // src/colorgradient/color-input.tsx
7683
+ import { Fragment as Fragment34, jsx as jsx134, jsxs as jsxs53 } from "react/jsx-runtime";
7684
+ var COLOR_INPUT_CLASSNAME = "k-colorgradient-inputs";
7685
+ var states45 = [];
7686
+ var options40 = {};
7687
+ var defaultProps41 = {
7688
+ mode: "rgba"
7689
+ };
7690
+ var ColorInput = (props) => {
7691
+ const {
7692
+ mode = defaultProps41.mode
7693
+ } = props;
7694
+ return /* @__PURE__ */ jsxs53("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
7695
+ /* @__PURE__ */ jsx134("div", { className: "k-vstack", children: /* @__PURE__ */ jsx134(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
7696
+ mode === "rgba" && /* @__PURE__ */ jsxs53(Fragment34, { children: [
7697
+ /* @__PURE__ */ jsxs53("div", { className: "k-vstack", children: [
7698
+ /* @__PURE__ */ jsx134(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7699
+ /* @__PURE__ */ jsx134("label", { className: "k-colorgradient-input-label", children: "R" })
7700
+ ] }),
7701
+ /* @__PURE__ */ jsxs53("div", { className: "k-vstack", children: [
7702
+ /* @__PURE__ */ jsx134(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7703
+ /* @__PURE__ */ jsx134("label", { className: "k-colorgradient-input-label", children: "G" })
7704
+ ] }),
7705
+ /* @__PURE__ */ jsxs53("div", { className: "k-vstack", children: [
7706
+ /* @__PURE__ */ jsx134(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7707
+ /* @__PURE__ */ jsx134("label", { className: "k-colorgradient-input-label", children: "B" })
7708
+ ] }),
7709
+ /* @__PURE__ */ jsxs53("div", { className: "k-vstack", children: [
7710
+ /* @__PURE__ */ jsx134(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
7711
+ /* @__PURE__ */ jsx134("label", { className: "k-colorgradient-input-label", children: "A" })
7712
+ ] })
7713
+ ] }),
7714
+ mode === "rgb" && /* @__PURE__ */ jsxs53(Fragment34, { children: [
7715
+ /* @__PURE__ */ jsxs53("div", { className: "k-vstack", children: [
7716
+ /* @__PURE__ */ jsx134(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7717
+ /* @__PURE__ */ jsx134("label", { className: "k-colorgradient-input-label", children: "R" })
7718
+ ] }),
7719
+ /* @__PURE__ */ jsxs53("div", { className: "k-vstack", children: [
7720
+ /* @__PURE__ */ jsx134(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7721
+ /* @__PURE__ */ jsx134("label", { className: "k-colorgradient-input-label", children: "G" })
7722
+ ] }),
7723
+ /* @__PURE__ */ jsxs53("div", { className: "k-vstack", children: [
7724
+ /* @__PURE__ */ jsx134(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7725
+ /* @__PURE__ */ jsx134("label", { className: "k-colorgradient-input-label", children: "B" })
7726
+ ] })
7727
+ ] }),
7728
+ mode === "hsva" && /* @__PURE__ */ jsxs53(Fragment34, { children: [
7729
+ /* @__PURE__ */ jsxs53("div", { className: "k-vstack", children: [
7730
+ /* @__PURE__ */ jsx134(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7731
+ /* @__PURE__ */ jsx134("label", { className: "k-colorgradient-input-label", children: "H" })
7732
+ ] }),
7733
+ /* @__PURE__ */ jsxs53("div", { className: "k-vstack", children: [
7734
+ /* @__PURE__ */ jsx134(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7735
+ /* @__PURE__ */ jsx134("label", { className: "k-colorgradient-input-label", children: "S" })
7736
+ ] }),
7737
+ /* @__PURE__ */ jsxs53("div", { className: "k-vstack", children: [
7738
+ /* @__PURE__ */ jsx134(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7739
+ /* @__PURE__ */ jsx134("label", { className: "k-colorgradient-input-label", children: "V" })
7740
+ ] }),
7741
+ /* @__PURE__ */ jsxs53("div", { className: "k-vstack", children: [
7742
+ /* @__PURE__ */ jsx134(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
7743
+ /* @__PURE__ */ jsx134("label", { className: "k-colorgradient-input-label", children: "A" })
7744
+ ] })
7745
+ ] }),
7746
+ mode === "hsv" && /* @__PURE__ */ jsxs53(Fragment34, { children: [
7747
+ /* @__PURE__ */ jsxs53("div", { className: "k-vstack", children: [
7748
+ /* @__PURE__ */ jsx134(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7749
+ /* @__PURE__ */ jsx134("label", { className: "k-colorgradient-input-label", children: "H" })
7750
+ ] }),
7751
+ /* @__PURE__ */ jsxs53("div", { className: "k-vstack", children: [
7752
+ /* @__PURE__ */ jsx134(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7753
+ /* @__PURE__ */ jsx134("label", { className: "k-colorgradient-input-label", children: "S" })
7754
+ ] }),
7755
+ /* @__PURE__ */ jsxs53("div", { className: "k-vstack", children: [
7756
+ /* @__PURE__ */ jsx134(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7757
+ /* @__PURE__ */ jsx134("label", { className: "k-colorgradient-input-label", children: "V" })
7758
+ ] })
7759
+ ] }),
7760
+ mode === "hex" && /* @__PURE__ */ jsx134(Fragment34, { children: /* @__PURE__ */ jsxs53("div", { className: "k-vstack k-flex-1", children: [
7761
+ /* @__PURE__ */ jsx134(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
7762
+ /* @__PURE__ */ jsx134("label", { className: "k-colorgradient-input-label", children: "HEX" })
7763
+ ] }) })
7764
+ ] });
7765
+ };
7766
+ ColorInput.states = states45;
7767
+ ColorInput.options = options40;
7768
+ ColorInput.className = COLOR_INPUT_CLASSNAME;
7769
+ ColorInput.defaultProps = defaultProps41;
7770
+
7771
+ // src/colorgradient/color-contrast.tsx
7772
+ import { jsx as jsx135, jsxs as jsxs54 } from "react/jsx-runtime";
7773
+ var COLOR_CONTRAST_CLASSNAME = "k-colorgradient-color-contrast";
7774
+ var states46 = [];
7775
+ var options41 = {};
7776
+ var defaultProps42 = {};
7777
+ var ColorContrast = () => /* @__PURE__ */ jsxs54("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
7778
+ /* @__PURE__ */ jsxs54("div", { className: "k-contrast-ratio", children: [
7779
+ /* @__PURE__ */ jsx135("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
7780
+ /* @__PURE__ */ jsxs54("span", { className: "k-contrast-validation !k-text-success", children: [
7781
+ /* @__PURE__ */ jsx135(Icon, { icon: "check" }),
7782
+ /* @__PURE__ */ jsx135(Icon, { icon: "check" })
7783
+ ] })
7784
+ ] }),
7785
+ /* @__PURE__ */ jsxs54("div", { children: [
7786
+ /* @__PURE__ */ jsx135("span", { children: "AA: 4.5" }),
7787
+ /* @__PURE__ */ jsxs54("span", { className: "k-contrast-validation !k-text-success", children: [
7788
+ "Pass",
7789
+ /* @__PURE__ */ jsx135(Icon, { icon: "check" })
7790
+ ] })
7791
+ ] }),
7792
+ /* @__PURE__ */ jsxs54("div", { children: [
7793
+ /* @__PURE__ */ jsx135("span", { children: "AAA: 7.0" }),
7794
+ /* @__PURE__ */ jsxs54("span", { className: "k-contrast-validation !k-text-error", children: [
7795
+ "Fail",
7796
+ /* @__PURE__ */ jsx135(Icon, { icon: "x" })
7797
+ ] })
7798
+ ] })
7799
+ ] });
7800
+ ColorContrast.states = states46;
7801
+ ColorContrast.options = options41;
7802
+ ColorContrast.className = COLOR_CONTRAST_CLASSNAME;
7803
+ ColorContrast.defaultProps = defaultProps42;
7804
+
7805
+ // src/colorgradient/color-gradient.spec.tsx
7806
+ import { jsx as jsx136, jsxs as jsxs55 } from "react/jsx-runtime";
7807
+ var COLOR_GRADIENT_CLASSNAME = "k-colorgradient";
7808
+ var states47 = [
7809
+ States.hover,
7810
+ States.focus,
7811
+ States.readonly,
7812
+ States.disabled
7813
+ ];
7814
+ var options42 = {};
7815
+ var defaultProps43 = {
7816
+ mode: "rgba",
7817
+ readonly: false,
7818
+ disabled: false,
7819
+ contrast: false,
7820
+ gradientStyle: { background: "rgb(255, 0, 0 )" },
7821
+ dragHandleStyle: { top: "50px", left: "73px" },
7822
+ alphaStyle: { background: "linear-gradient(to top, transparent, rgb(255, 0, 0))" }
7823
+ };
7824
+ var ColorGradient = (props) => {
7825
+ const {
7826
+ mode = defaultProps43.mode,
7827
+ readonly = defaultProps43.readonly,
7828
+ disabled = defaultProps43.disabled,
7829
+ dir,
7830
+ contrast = defaultProps43.contrast,
7831
+ hover,
7832
+ focus,
7833
+ hoverHandle,
7834
+ focusHandle,
7835
+ gradientStyle = defaultProps43.gradientStyle,
7836
+ dragHandleStyle = defaultProps43.dragHandleStyle,
7837
+ alphaStyle = defaultProps43.alphaStyle
7838
+ } = props;
7839
+ return /* @__PURE__ */ jsxs55("div", { className: classNames(
7840
+ props.className,
7841
+ COLOR_GRADIENT_CLASSNAME,
7842
+ stateClassNames(COLOR_GRADIENT_CLASSNAME, {
7843
+ hover,
7844
+ focus,
7845
+ readonly,
7846
+ disabled
7847
+ })
7848
+ ), dir, children: [
7849
+ /* @__PURE__ */ jsxs55("div", { className: "k-colorgradient-canvas k-hstack", children: [
7850
+ /* @__PURE__ */ jsx136("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ jsx136("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ jsx136("div", { className: classNames(
7851
+ "k-hsv-draghandle",
7852
+ "k-draghandle",
7853
+ {
7854
+ "k-hover": hoverHandle,
7855
+ "k-focus": focusHandle
7856
+ }
7857
+ ), style: dragHandleStyle }) }) }),
7858
+ /* @__PURE__ */ jsxs55("div", { className: "k-hsv-controls k-hstack", children: [
7859
+ /* @__PURE__ */ jsx136(SliderGradientVertical, { className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
7860
+ mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ jsx136(SliderGradientVertical, { className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
7861
+ ] })
7862
+ ] }),
7863
+ /* @__PURE__ */ jsx136(ColorInput, { mode: props.mode }),
7864
+ contrast && /* @__PURE__ */ jsx136(ColorContrast, {})
7865
+ ] });
7866
+ };
7867
+ ColorGradient.states = states47;
7868
+ ColorGradient.options = options42;
7869
+ ColorGradient.className = COLOR_GRADIENT_CLASSNAME;
7870
+ ColorGradient.defaultProps = defaultProps43;
7871
+
7872
+ // src/colorgradient/templates/colorgradient-normal.tsx
7873
+ import { jsx as jsx137 } from "react/jsx-runtime";
7874
+
7875
+ // src/colorgradient/templates/colorgradient-contrast.tsx
7876
+ import { jsx as jsx138 } from "react/jsx-runtime";
7877
+
7878
+ // src/colorpalette/colorpalette-row.tsx
7879
+ import { jsx as jsx139 } from "react/jsx-runtime";
7880
+ var ColorPaletteRow = (props) => /* @__PURE__ */ jsx139("tr", { children: props.children });
7881
+
7882
+ // src/colorpalette/colorpalette-tile.tsx
7883
+ import { jsx as jsx140 } from "react/jsx-runtime";
7884
+ var COLORPALETTETILE_CLASSNAME = `k-colorpalette-tile`;
7885
+ var states48 = [
7886
+ States.hover,
7887
+ States.focus,
7888
+ States.selected
7889
+ ];
7890
+ var options43 = {};
7891
+ var ColorPaletteTile = (props) => {
7892
+ const {
7893
+ color,
7894
+ tileSize,
7895
+ hover,
7896
+ focus,
7897
+ selected,
7898
+ ...other
7899
+ } = props;
7900
+ const styles = {
7901
+ "background-color": color,
7902
+ "width": tileSize ? tileSize + "px" : "",
7903
+ "height": tileSize ? tileSize + "px" : ""
7904
+ };
7905
+ return /* @__PURE__ */ jsx140(
7906
+ "td",
7907
+ {
7908
+ ...other,
7909
+ className: classNames(
7910
+ props.className,
7911
+ COLORPALETTETILE_CLASSNAME,
7912
+ stateClassNames(COLORPALETTETILE_CLASSNAME, {
7913
+ hover,
7914
+ focus,
7915
+ selected
7916
+ })
7917
+ ),
7918
+ style: styles
7919
+ }
7920
+ );
7921
+ };
7922
+ ColorPaletteTile.states = states48;
7923
+ ColorPaletteTile.options = options43;
7924
+ ColorPaletteTile.className = COLORPALETTETILE_CLASSNAME;
7925
+
7926
+ // src/colorpalette/colorpalette.spec.tsx
7927
+ import { jsx as jsx141 } from "react/jsx-runtime";
7928
+ var COLORPALETTE_CLASSNAME = `k-colorpalette`;
7929
+ var states49 = [
7930
+ States.disabled
7931
+ ];
7932
+ var options44 = {};
7933
+ var defaultProps44 = {
7934
+ columns: 10
7935
+ };
7936
+ var ColorPalette = (props) => {
7937
+ const {
7938
+ palette,
7939
+ columns = defaultProps44.columns,
7940
+ tileSize,
7941
+ disabled,
7942
+ ...other
7943
+ } = props;
7944
+ const newChildren = [];
7945
+ if (palette) {
7946
+ const cols = columns || palette.columns;
7947
+ const colors = palette.colors ? palette.colors : palette;
7948
+ if (Array.isArray(colors)) {
7949
+ Array.from({ length: Math.ceil(colors.length / cols) }, (_, i) => {
7950
+ const items = [];
7951
+ colors.slice(i * cols, (i + 1) * cols).map((color) => {
7952
+ items.push(/* @__PURE__ */ jsx141(ColorPaletteTile, { color, tileSize }));
7953
+ });
7954
+ const row = /* @__PURE__ */ jsx141(ColorPaletteRow, { children: items });
7955
+ newChildren.push(row);
7956
+ });
7957
+ }
7958
+ }
7959
+ return /* @__PURE__ */ jsx141(
7960
+ "div",
7961
+ {
7962
+ ...other,
7963
+ className: classNames(
7964
+ props.className,
7965
+ COLORPALETTE_CLASSNAME,
7966
+ stateClassNames(COLORPALETTE_CLASSNAME, {
7967
+ disabled
7968
+ })
7969
+ ),
7970
+ children: /* @__PURE__ */ jsx141("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
7971
+ }
7972
+ );
7973
+ };
7974
+ ColorPalette.states = states49;
7975
+ ColorPalette.options = options44;
7976
+ ColorPalette.className = COLORPALETTE_CLASSNAME;
7977
+ ColorPalette.defaultProps = defaultProps44;
7978
+
7979
+ // src/colorpalette/templates/colorpalette-normal.tsx
7980
+ import { jsx as jsx142 } from "react/jsx-runtime";
7981
+
7982
+ // src/colorpalette/colorpalette-presets.tsx
7983
+ var PALETTEPRESETS = {
7984
+ basic: {
7985
+ colors: ["#000000", "#7f7f7f", "#880015", "#ed1c24", "#ff7f27", "#fff200", "#22b14c", "#00a2e8", "#3f48cc", "#a349a4", "#ffffff", "#c3c3c3", "#b97a57", "#ffaec9", "#ffc90e", "#efe4b0", "#b5e61d", "#99d9ea", "#7092be", "#c8bfe7"],
7986
+ columns: 10
7987
+ },
7988
+ office: {
7989
+ colors: ["#ffffff", "#000000", "#e6e6e6", "#435569", "#4371c4", "#ed7e32", "#a5a4a5", "#febf04", "#5a9bd5", "#71ae48", "#f2f2f3", "#7f7f7f", "#d1cece", "#d5dde3", "#dae1f4", "#fce5d4", "#deeded", "#fff2cc", "#deeaf6", "#e1efd9", "#d7d8d8", "#585959", "#aeabab", "#adbaca", "#b4c5e7", "#f6caac", "#dbdbdb", "#ffe498", "#bcd6ee", "#c5e0b2", "#bfbfc0", "#3f3f3f", "#767070", "#8595b1", "#8fabdb", "#f5b183", "#c9c8c9", "#fed965", "#9bc4e5", "#a8d08d", "#a5a5a6", "#262625", "#393939", "#334050", "#2e5496", "#c45a11", "#7b7b7a", "#bf9000", "#2f75b5", "#548235", "#7f7f7f", "#0b0c0c", "#161616", "#222a34", "#203764", "#843d0b", "#525252", "#7f6000", "#1d4d79", "#375623"],
7990
+ columns: 10
7991
+ },
7992
+ apex: {
7993
+ colors: ["#ffffff", "#000000", "#c9c2d1", "#69676d", "#ceb966", "#9cb084", "#6bb1c9", "#6585cf", "#7e6bc9", "#a379bb", "#f2f2f2", "#7f7f7f", "#f4f2f5", "#e0e0e2", "#f5f1e0", "#ebefe6", "#e1eff4", "#e0e6f5", "#e5e1f4", "#ece4f1", "#d8d8d8", "#595959", "#e9e6ec", "#c2c1c5", "#ebe3c1", "#d7dfcd", "#c3dfe9", "#c1ceeb", "#cbc3e9", "#dac9e3", "#bfbfbf", "#3f3f3f", "#dedae3", "#a4a3a8", "#e1d5a3", "#c3cfb5", "#a6d0de", "#a2b5e2", "#b1a6de", "#c7aed6", "#a5a5a5", "#262626", "#9688a5", "#4e4d51", "#ae9638", "#758c5a", "#3d8da9", "#365bb0", "#533da9", "#7d4d99", "#7f7f7f", "#0c0c0c", "#635672", "#343336", "#746425", "#4e5d3c", "#295e70", "#243c75", "#372970", "#533366"],
7994
+ columns: 10
7995
+ },
7996
+ austin: {
7997
+ colors: ["#ffffff", "#000000", "#caf278", "#3e3d2d", "#94c600", "#71685a", "#ff6700", "#909465", "#956b43", "#fea022", "#f2f2f2", "#7f7f7f", "#f4fce4", "#dddcd0", "#efffc0", "#e3e1dc", "#ffe0cb", "#e8e9df", "#ece1d6", "#feecd2", "#d8d8d8", "#595959", "#e9f9c9", "#bbb9a1", "#dfff82", "#c8c3ba", "#ffc299", "#d2d4c0", "#dac3ad", "#fed9a6", "#bfbfbf", "#3f3f3f", "#dff7ae", "#ada598", "#cfff43", "#ada598", "#ffa365", "#bcbfa1", "#c8a585", "#fec67a", "#a5a5a5", "#262626", "#a9ea25", "#2e2d21", "#6f9400", "#544e43", "#bf4d00", "#6c6f4b", "#6f5032", "#d77b00", "#7f7f7f", "#0c0c0c", "#74a50f", "#1f1e16", "#4a6300", "#38342d", "#7f3300", "#484a32", "#4a3521", "#8f5200"],
7998
+ columns: 10
7999
+ },
8000
+ clarity: {
8001
+ colors: ["#ffffff", "#292934", "#f3f2dc", "#d2533c", "#93a299", "#ad8f67", "#726056", "#4c5a6a", "#808da0", "#79463d", "#f2f2f2", "#e7e7ec", "#e7e5b9", "#f6dcd8", "#e9ecea", "#eee8e0", "#e4dedb", "#d8dde3", "#e5e8ec", "#e9d6d3", "#d8d8d8", "#c4c4d1", "#d5d185", "#edbab1", "#d3d9d6", "#ded2c2", "#c9beb8", "#b2bcc8", "#ccd1d9", "#d3aea7", "#bfbfbf", "#8a8aa3", "#aca73b", "#e4978a", "#bec7c1", "#cdbba3", "#af9e94", "#8c9bac", "#b2bac6", "#bd857c", "#a5a5a5", "#56566e", "#56531d", "#a43925", "#6b7c72", "#866b48", "#554840", "#39434f", "#5c697b", "#5a342d", "#7f7f7f", "#3b3b4b", "#22210b", "#6d2619", "#47534c", "#594730", "#39302b", "#262d35", "#3d4652", "#3c231e"],
8002
+ columns: 10
8003
+ },
8004
+ slipstream: {
8005
+ colors: ["#ffffff", "#000000", "#b4dcfa", "#212745", "#4e67c8", "#5eccf3", "#a7ea52", "#5dceaf", "#ff8021", "#f14124", "#f2f2f2", "#7f7f7f", "#8bc9f7", "#c7cce4", "#dbe0f4", "#def4fc", "#edfadc", "#def5ef", "#ffe5d2", "#fcd9d3", "#d8d8d8", "#595959", "#4facf3", "#909aca", "#b8c2e9", "#beeafa", "#dbf6b9", "#beebdf", "#ffcca6", "#f9b3a7", "#bfbfbf", "#3f3f3f", "#0d78c9", "#5967af", "#94a3de", "#9ee0f7", "#caf297", "#9de1cf", "#ffb279", "#f68d7b", "#a5a5a5", "#262626", "#063c64", "#181d33", "#31479f", "#11b2eb", "#81d319", "#34ac8b", "#d85c00", "#c3260c", "#7f7f7f", "#0c0c0c", "#021828", "#101322", "#202f6a", "#0b769c", "#568c11", "#22725c", "#903d00", "#821908"],
8006
+ columns: 10
8007
+ },
8008
+ metro: {
8009
+ colors: ["#ffffff", "#000000", "#d6ecff", "#4e5b6f", "#7fd13b", "#ea157a", "#feb80a", "#00addc", "#738ac8", "#1ab39f", "#f2f2f2", "#7f7f7f", "#a7d6ff", "#d9dde4", "#e5f5d7", "#fad0e4", "#fef0cd", "#c5f2ff", "#e2e7f4", "#c9f7f1", "#d8d8d8", "#595959", "#60b5ff", "#b3bcca", "#cbecb0", "#f6a1c9", "#fee29c", "#8be6ff", "#c7d0e9", "#94efe3", "#bfbfbf", "#3f3f3f", "#007dea", "#8d9baf", "#b2e389", "#f272af", "#fed46b", "#51d9ff", "#aab8de", "#5fe7d5", "#a5a5a5", "#262626", "#003e75", "#3a4453", "#5ea226", "#af0f5b", "#c58c00", "#0081a5", "#425ea9", "#138677", "#7f7f7f", "#0c0c0c", "#00192e", "#272d37", "#3f6c19", "#750a3d", "#835d00", "#00566e", "#2c3f71", "#0c594f"],
8010
+ columns: 10
8011
+ },
8012
+ flow: {
8013
+ colors: ["#ffffff", "#000000", "#dbf5f9", "#04617b", "#0f6fc6", "#009dd9", "#0bd0d9", "#10cf9b", "#7cca62", "#a5c249", "#f2f2f2", "#7f7f7f", "#b2e9f2", "#b4ecfc", "#c7e2fa", "#c4eeff", "#c9fafc", "#c9faed", "#e4f4df", "#edf2da", "#d8d8d8", "#595959", "#76d9e8", "#6adafa", "#90c6f6", "#89deff", "#93f5f9", "#94f6db", "#cae9c0", "#dbe6b6", "#bfbfbf", "#3f3f3f", "#21b2c8", "#20c8f7", "#59a9f2", "#4fceff", "#5df0f6", "#5ff2ca", "#b0dfa0", "#c9da91", "#a5a5a5", "#262626", "#105964", "#02485c", "#0b5394", "#0075a2", "#089ca2", "#0b9b74", "#54a838", "#7e9532", "#7f7f7f", "#0c0c0c", "#062328", "#01303d", "#073763", "#004e6c", "#05686c", "#07674d", "#387025", "#546321"],
8014
+ columns: 10
8015
+ },
8016
+ hardcover: {
8017
+ colors: ["#ffffff", "#000000", "#ece9c6", "#895d1d", "#873624", "#d6862d", "#d0be40", "#877f6c", "#972109", "#aeb795", "#f2f2f2", "#7f7f7f", "#e1dca5", "#f2e0c6", "#f0d0c9", "#f6e6d5", "#f5f2d8", "#e7e5e1", "#fbc7bc", "#eef0e9", "#d8d8d8", "#595959", "#d0c974", "#e6c28d", "#e2a293", "#eeceaa", "#ece5b2", "#cfccc3", "#f78f7a", "#dee2d4", "#bfbfbf", "#3f3f3f", "#a29a36", "#daa454", "#d4735e", "#e6b681", "#e2d88c", "#b7b2a5", "#f35838", "#ced3bf", "#a5a5a5", "#262626", "#514d1b", "#664515", "#65281a", "#a2641f", "#a39428", "#655f50", "#711806", "#879464", "#7f7f7f", "#0c0c0c", "#201e0a", "#442e0e", "#431b11", "#6c4315", "#6d621a", "#433f35", "#4b1004", "#5a6243"],
8018
+ columns: 10
8019
+ },
8020
+ trek: {
8021
+ colors: ["#ffffff", "#000000", "#fbeec9", "#4e3b30", "#f0a22e", "#a5644e", "#b58b80", "#c3986d", "#a19574", "#c17529", "#f2f2f2", "#7f7f7f", "#f7e09e", "#e1d6cf", "#fcecd5", "#eddfda", "#f0e7e5", "#f3eae1", "#ece9e3", "#f5e3d1", "#d8d8d8", "#595959", "#f3cc5f", "#c4ad9f", "#f9d9ab", "#dcc0b6", "#e1d0cc", "#e7d5c4", "#d9d4c7", "#ebc7a3", "#bfbfbf", "#3f3f3f", "#d29f0f", "#a78470", "#f6c781", "#cba092", "#d2b9b2", "#dbc1a7", "#c6bfab", "#e1ac76", "#a5a5a5", "#262626", "#694f07", "#3a2c24", "#c87d0e", "#7b4b3a", "#926255", "#a17242", "#7b7153", "#90571e", "#7f7f7f", "#0c0c0c", "#2a1f03", "#271d18", "#855309", "#523226", "#614138", "#6b4c2c", "#524b37", "#603a14"],
8022
+ columns: 10
8023
+ },
8024
+ verve: {
8025
+ colors: ["#ffffff", "#000000", "#d2d2d2", "#666666", "#ff388c", "#e40059", "#9c007f", "#68007f", "#005bd3", "#00349e", "#f2f2f2", "#7f7f7f", "#bdbdbd", "#e0e0e0", "#ffd7e8", "#ffc6dc", "#ffb8f1", "#f1b2ff", "#c3dcff", "#b8cfff", "#d8d8d8", "#595959", "#9d9d9d", "#c1c1c1", "#ffafd1", "#ff8eba", "#ff71e4", "#e365ff", "#87baff", "#72a0ff", "#bfbfbf", "#3f3f3f", "#696969", "#a3a3a3", "#ff87ba", "#ff5597", "#ff2ad7", "#d519ff", "#4b98ff", "#2b71ff", "#a5a5a5", "#262626", "#343434", "#4c4c4c", "#e90062", "#ab0042", "#75005f", "#4e005f", "#00449e", "#002676", "#7f7f7f", "#0c0c0c", "#151515", "#333333", "#9b0041", "#72002c", "#4e003f", "#34003f", "#002d69", "#00194f"],
8026
+ columns: 10
8027
+ },
8028
+ monochrome: {
8029
+ colors: ["#000000", "#1a1a1a", "#333333", "#4d4d4d", "#666666", "#808080", "#999999", "#b3b3b3", "#cccccc", "#e6e6e6", "#f2f2f2", "#ffffff"],
8030
+ columns: 12
8031
+ }
8032
+ };
8033
+
8034
+ // src/coloreditor/color-editor.spec.tsx
8035
+ import { jsx as jsx143, jsxs as jsxs56 } from "react/jsx-runtime";
8036
+ var COLOREDITOR_CLASSNAME = "k-coloreditor";
8037
+ var states50 = [
8038
+ States.focus
8039
+ ];
8040
+ var options45 = {};
8041
+ var defaultProps45 = {
8042
+ view: "gradient",
8043
+ currentColor: "fuchsia",
8044
+ palette: PALETTEPRESETS.office
8045
+ };
8046
+ var ColorEditor = (props) => {
8047
+ const {
8048
+ view = defaultProps45.view,
8049
+ color,
8050
+ currentColor = defaultProps45.currentColor,
8051
+ focus,
8052
+ focusView,
8053
+ dir,
8054
+ group,
8055
+ palette = defaultProps45.palette
8056
+ } = props;
8057
+ return /* @__PURE__ */ jsxs56("div", { className: classNames(
8058
+ props.className,
8059
+ "k-flatcolorpicker",
8060
+ COLOREDITOR_CLASSNAME,
8061
+ stateClassNames(COLOREDITOR_CLASSNAME, { focus })
8062
+ ), dir, children: [
8063
+ /* @__PURE__ */ jsxs56("div", { className: "k-coloreditor-header k-hstack", children: [
8064
+ /* @__PURE__ */ jsx143("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ jsxs56(ButtonGroup, { children: [
8065
+ /* @__PURE__ */ jsx143(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
8066
+ /* @__PURE__ */ jsx143(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
8067
+ ] }) }),
8068
+ /* @__PURE__ */ jsx143("div", { className: "k-spacer" }),
8069
+ /* @__PURE__ */ jsxs56("div", { className: "k-coloreditor-header-actions k-hstack", children: [
8070
+ /* @__PURE__ */ jsx143(Button, { fillMode: "flat", icon: "droplet-slash" }),
8071
+ /* @__PURE__ */ jsxs56("div", { className: "k-coloreditor-preview k-vstack", children: [
8072
+ /* @__PURE__ */ jsx143(ColorPreview, { className: "k-coloreditor-preview-color", color }),
8073
+ /* @__PURE__ */ jsx143(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
8074
+ ] })
8075
+ ] })
8076
+ ] }),
8077
+ /* @__PURE__ */ jsx143("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ jsx143(ColorGradient, { focus: focusView }) : /* @__PURE__ */ jsx143(ColorPalette, { palette }) }),
8078
+ /* @__PURE__ */ jsxs56(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
8079
+ /* @__PURE__ */ jsx143(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
8080
+ /* @__PURE__ */ jsx143(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
8081
+ ] })
8082
+ ] });
8083
+ };
8084
+ ColorEditor.states = states50;
8085
+ ColorEditor.options = options45;
8086
+ ColorEditor.className = COLOREDITOR_CLASSNAME;
8087
+ ColorEditor.defaultProps = defaultProps45;
8088
+
8089
+ // src/coloreditor/templates/coloreditor-normal.tsx
8090
+ import { jsx as jsx144 } from "react/jsx-runtime";
8091
+
8092
+ // src/coloreditor/templates/coloreditor-palette.tsx
8093
+ import { jsx as jsx145 } from "react/jsx-runtime";
8094
+
8095
+ // src/coloreditor/templates/coloreditor-group.tsx
8096
+ import { jsx as jsx146 } from "react/jsx-runtime";
8097
+
8098
+ // src/coloreditor/templates/coloreditor-palette-group.tsx
8099
+ import { jsx as jsx147 } from "react/jsx-runtime";
8100
+
8101
+ // src/colorpicker/templates/colorpicker-popup-gradient.tsx
8102
+ import { jsx as jsx148 } from "react/jsx-runtime";
8103
+
8104
+ // src/colorpicker/templates/colorpicker-popup-palette.tsx
8105
+ import { jsx as jsx149 } from "react/jsx-runtime";
8106
+
8107
+ // src/combobox/combobox.spec.tsx
8108
+ import { Fragment as Fragment35, jsx as jsx150, jsxs as jsxs57 } from "react/jsx-runtime";
8109
+ var COMBOBOX_CLASSNAME = `k-combobox`;
8110
+ var states51 = [
8111
+ States.hover,
8112
+ States.focus,
8113
+ States.valid,
8114
+ States.invalid,
8115
+ States.loading,
8116
+ States.required,
8117
+ States.disabled,
8118
+ States.readonly
8119
+ ];
8120
+ var defaultProps46 = {
8121
+ size: Input.defaultProps.size,
8122
+ rounded: Input.defaultProps.rounded,
8123
+ fillMode: Input.defaultProps.fillMode
8124
+ };
8125
+ var options46 = {
8126
+ size: [Size.small, Size.medium, Size.large],
8127
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
8128
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
8129
+ };
8130
+ var Combobox = (props) => {
8131
+ const {
8132
+ prefix,
8133
+ suffix,
8134
+ value,
8135
+ placeholder,
8136
+ size,
8137
+ rounded,
8138
+ fillMode,
8139
+ hover,
8140
+ focus,
8141
+ valid,
8142
+ invalid,
8143
+ required,
8144
+ loading,
8145
+ disabled,
8146
+ popup,
8147
+ opened,
8148
+ readonly,
8149
+ adaptive,
8150
+ adaptiveSettings,
8151
+ ...other
8152
+ } = props;
8153
+ return /* @__PURE__ */ jsxs57(Fragment35, { children: [
8154
+ /* @__PURE__ */ jsxs57(
8155
+ Input,
8156
+ {
8157
+ ...other,
8158
+ size,
8159
+ rounded,
8160
+ fillMode,
8161
+ hover,
8162
+ focus,
8163
+ valid,
8164
+ invalid,
8165
+ required,
8166
+ loading,
8167
+ disabled,
8168
+ readonly,
8169
+ className: classNames(props.className, COMBOBOX_CLASSNAME),
8170
+ children: [
8171
+ prefix && /* @__PURE__ */ jsxs57(Fragment35, { children: [
8172
+ /* @__PURE__ */ jsx150(InputPrefix, { children: prefix }),
8173
+ /* @__PURE__ */ jsx150(InputSeparator, {})
8174
+ ] }),
8175
+ /* @__PURE__ */ jsx150(InputInnerInput, { placeholder, value }),
8176
+ /* @__PURE__ */ jsx150(
8177
+ InputValidationIcon,
8178
+ {
8179
+ valid,
8180
+ invalid,
8181
+ loading,
8182
+ disabled
8183
+ }
8184
+ ),
8185
+ /* @__PURE__ */ jsx150(
8186
+ InputLoadingIcon,
8187
+ {
8188
+ loading,
8189
+ disabled
8190
+ }
8191
+ ),
8192
+ /* @__PURE__ */ jsx150(
8193
+ InputClearValue,
8194
+ {
8195
+ loading,
8196
+ disabled,
8197
+ readonly,
8198
+ value
8199
+ }
8200
+ ),
8201
+ suffix && /* @__PURE__ */ jsxs57(Fragment35, { children: [
8202
+ /* @__PURE__ */ jsx150(InputSeparator, {}),
8203
+ /* @__PURE__ */ jsx150(InputSuffix, { children: suffix })
8204
+ ] }),
8205
+ /* @__PURE__ */ jsx150(
8206
+ Button,
8207
+ {
8208
+ className: "k-input-button",
8209
+ icon: "caret-alt-down",
8210
+ rounded: null,
8211
+ size,
8212
+ fillMode
8213
+ }
8214
+ )
8215
+ ]
8216
+ }
8217
+ ),
8218
+ opened && popup && /* @__PURE__ */ jsx150(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
8219
+ adaptive && /* @__PURE__ */ jsxs57(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
8220
+ /* @__PURE__ */ jsx150(
8221
+ ActionSheetHeader,
8222
+ {
8223
+ actions: ["x"],
8224
+ filter: true,
8225
+ title: "Select Item"
8226
+ }
8227
+ ),
8228
+ /* @__PURE__ */ jsx150("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs57(List, { size: "large", children: [
8229
+ /* @__PURE__ */ jsx150(ListItem, { text: "List item" }),
8230
+ /* @__PURE__ */ jsx150(ListItem, { text: "List item" }),
8231
+ /* @__PURE__ */ jsx150(ListItem, { text: "List item" })
8232
+ ] }) })
8233
+ ] })
8234
+ ] });
8235
+ };
8236
+ Combobox.states = states51;
8237
+ Combobox.options = options46;
8238
+ Combobox.className = COMBOBOX_CLASSNAME;
8239
+ Combobox.defaultProps = defaultProps46;
8240
+
8241
+ // src/combobox/templates/combobox-normal.tsx
8242
+ import { jsx as jsx151 } from "react/jsx-runtime";
8243
+
8244
+ // src/combobox/templates/combobox-popup.tsx
8245
+ import { jsx as jsx152, jsxs as jsxs58 } from "react/jsx-runtime";
8246
+
8247
+ // src/combobox/templates/combobox-grouping.tsx
8248
+ import { jsx as jsx153, jsxs as jsxs59 } from "react/jsx-runtime";
8249
+
8250
+ // src/combobox/templates/combobox-adaptive.tsx
8251
+ import { jsx as jsx154 } from "react/jsx-runtime";
8252
+
8253
+ // src/combobox/templates/combobox-prefix.tsx
8254
+ import { Fragment as Fragment36, jsx as jsx155 } from "react/jsx-runtime";
8255
+
8256
+ // src/combobox/templates/combobox-suffix.tsx
8257
+ import { Fragment as Fragment37, jsx as jsx156 } from "react/jsx-runtime";
8258
+
8259
+ // src/menu-button/menu-button.spec.tsx
8260
+ import { Fragment as Fragment38, jsx as jsx157, jsxs as jsxs60 } from "react/jsx-runtime";
8261
+ var MENUBUTTON_CLASSNAME = `k-menu-button`;
8262
+ var states52 = [
8263
+ States.hover,
8264
+ States.focus,
8265
+ States.active,
8266
+ States.selected,
8267
+ States.disabled
8268
+ ];
8269
+ var options47 = {
8270
+ size: [Size.small, Size.medium, Size.large],
8271
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
8272
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
8273
+ themeColor: [
8274
+ ThemeColor.base,
8275
+ ThemeColor.primary,
8276
+ ThemeColor.secondary,
8277
+ ThemeColor.tertiary,
8278
+ ThemeColor.success,
8279
+ ThemeColor.warning,
8280
+ ThemeColor.error,
8281
+ ThemeColor.info,
8282
+ ThemeColor.light,
8283
+ ThemeColor.dark,
8284
+ ThemeColor.inverse
8285
+ ]
8286
+ };
8287
+ var defaultProps47 = {
8288
+ size: Size.medium,
8289
+ rounded: Roundness.medium,
8290
+ fillMode: FillMode.solid,
8291
+ themeColor: ThemeColor.base,
8292
+ showArrow: true,
8293
+ arrowIconName: "caret-alt-down"
8294
+ };
8295
+ var MenuButton = (props) => {
8296
+ const {
8297
+ size = defaultProps47.size,
8298
+ rounded = defaultProps47.rounded,
8299
+ fillMode = defaultProps47.fillMode,
8300
+ themeColor = defaultProps47.themeColor,
8301
+ hover,
8302
+ focus,
8303
+ active,
8304
+ selected,
8305
+ disabled,
8306
+ icon,
8307
+ text,
8308
+ showArrow = defaultProps47.showArrow,
8309
+ arrowIconName = defaultProps47.arrowIconName,
8310
+ popup,
8311
+ opened,
8312
+ ...other
8313
+ } = props;
8314
+ return /* @__PURE__ */ jsxs60(Fragment38, { children: [
8315
+ /* @__PURE__ */ jsx157(
8316
+ Button,
8317
+ {
8318
+ ...other,
8319
+ className: classNames(
8320
+ props.className,
8321
+ MENUBUTTON_CLASSNAME
8322
+ ),
8323
+ text,
8324
+ size,
8325
+ rounded,
8326
+ fillMode,
8327
+ themeColor,
8328
+ hover,
8329
+ focus,
8330
+ active,
8331
+ selected,
8332
+ disabled,
8333
+ icon,
8334
+ showArrow,
8335
+ arrowIconName
8336
+ }
8337
+ ),
8338
+ opened && popup && /* @__PURE__ */ jsx157(Popup, { className: "k-menu-popup", children: popup })
8339
+ ] });
8340
+ };
8341
+ MenuButton.states = states52;
8342
+ MenuButton.options = options47;
8343
+ MenuButton.className = MENUBUTTON_CLASSNAME;
8344
+ MenuButton.defaultProps = defaultProps47;
8345
+
8346
+ // src/menu-button/templates/icon-menu-button.tsx
8347
+ import { jsx as jsx158 } from "react/jsx-runtime";
8348
+
8349
+ // src/menu-button/templates/icon-text-menu-button.tsx
8350
+ import { jsx as jsx159 } from "react/jsx-runtime";
8351
+
8352
+ // src/menu-button/templates/text-menu-button.tsx
8353
+ import { jsx as jsx160 } from "react/jsx-runtime";
8354
+
8355
+ // src/menu/menu-item.spec.tsx
8356
+ import { Fragment as Fragment39, jsx as jsx161, jsxs as jsxs61 } from "react/jsx-runtime";
8357
+ var MENUITEM_CLASSNAME = `k-menu-item`;
8358
+ var states53 = [
8359
+ States.hover,
8360
+ States.focus,
8361
+ States.active,
8362
+ States.selected,
8363
+ States.disabled
8364
+ ];
8365
+ var options48 = {};
8366
+ var defaultProps48 = {
8367
+ dir: "ltr"
8368
+ };
8369
+ var MenuItem = (props) => {
8370
+ const {
8371
+ hover,
8372
+ focus,
8373
+ active,
8374
+ selected,
8375
+ disabled,
8376
+ icon,
8377
+ text,
8378
+ showArrow,
8379
+ arrowIconName,
8380
+ dir = defaultProps48.dir,
8381
+ children,
8382
+ ...other
8383
+ } = props;
8384
+ const contentTemplate = /* @__PURE__ */ jsx161(Fragment39, {});
8385
+ if (children) {
8386
+ children.forEach((child) => {
8387
+ const component = child.type;
8388
+ if (component === "MenuItemContent") {
8389
+ contentTemplate.props.children.push(child);
8390
+ return;
8391
+ }
8392
+ });
8393
+ }
8394
+ let expandArrowName = arrowIconName;
8395
+ if (!expandArrowName) {
8396
+ expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
8397
+ }
8398
+ return /* @__PURE__ */ jsxs61(
8399
+ "li",
8400
+ {
8401
+ ...other,
8402
+ className: classNames(
8403
+ props.className,
8404
+ MENUITEM_CLASSNAME,
8405
+ //TODO
8406
+ "k-item",
8407
+ stateClassNames(MENUITEM_CLASSNAME, {
8408
+ focus,
8409
+ disabled
8410
+ })
8411
+ ),
8412
+ children: [
8413
+ /* @__PURE__ */ jsxs61(
8414
+ "span",
8415
+ {
8416
+ className: classNames(
8417
+ "k-link k-menu-link",
8418
+ stateClassNames("k-menu-link", {
8419
+ hover,
8420
+ active,
8421
+ selected,
8422
+ disabled
8423
+ })
8424
+ ),
8425
+ children: [
8426
+ icon && /* @__PURE__ */ jsx161(Icon, { className: "k-menu-link-icon", icon }),
8427
+ /* @__PURE__ */ jsx161("span", { className: "k-menu-link-text", children: text }),
8428
+ showArrow && /* @__PURE__ */ jsx161("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx161(Icon, { icon: expandArrowName }) })
8429
+ ]
8430
+ }
8431
+ ),
8432
+ contentTemplate
8433
+ ]
8434
+ }
8435
+ );
8436
+ };
8437
+ MenuItem.states = states53;
8438
+ MenuItem.options = options48;
8439
+ MenuItem.className = MENUITEM_CLASSNAME;
8440
+ MenuItem.defaultProps = defaultProps48;
8441
+ var menu_item_spec_default = MenuItem;
8442
+
8443
+ // src/menu/menu-separator.spec.tsx
8444
+ import { jsx as jsx162 } from "react/jsx-runtime";
8445
+ var SEPARATOR_CLASSNAME = `k-separator`;
8446
+ var defaultProps49 = {
8447
+ orientation: "horizontal"
8448
+ };
8449
+ var MenuSeparator = (props) => {
8450
+ const {
8451
+ orientation = defaultProps49.orientation,
8452
+ ...other
8453
+ } = props;
8454
+ return /* @__PURE__ */ jsx162(
8455
+ "li",
8456
+ {
8457
+ ...other,
8458
+ className: classNames(
8459
+ props.className,
8460
+ "k-item",
8461
+ SEPARATOR_CLASSNAME,
8462
+ {
8463
+ [`${SEPARATOR_CLASSNAME}-${orientation}`]: orientation
8464
+ }
8465
+ )
8466
+ }
8467
+ );
8468
+ };
8469
+ var menu_separator_spec_default = MenuSeparator;
8470
+
8471
+ // src/menu/menu-item-content.tsx
8472
+ import { Fragment as Fragment40, jsx as jsx163 } from "react/jsx-runtime";
8473
+
8474
+ // src/menu/menu-list.spec.tsx
8475
+ import { jsx as jsx164 } from "react/jsx-runtime";
8476
+ import { createElement } from "react";
8477
+ var MENULIST_CLASSNAME = `k-menu-group`;
8478
+ var states54 = [];
8479
+ var options49 = {
8480
+ size: [Size.small, Size.medium, Size.large]
8481
+ };
8482
+ var defaultProps50 = {
8483
+ size: Size.medium,
8484
+ dir: "ltr"
8485
+ };
8486
+ var MenuList = (props) => {
8487
+ const {
8488
+ children,
8489
+ size = defaultProps50.size,
8490
+ dir = defaultProps50.dir,
8491
+ ...other
8492
+ } = props;
8493
+ const listChildren = [];
8494
+ if (children) {
8495
+ if (Array.isArray(children)) {
8496
+ children.map((child, index) => {
8497
+ if (child.type === menu_item_spec_default) {
8498
+ listChildren.push(
8499
+ /* @__PURE__ */ createElement(menu_item_spec_default, { ...child.props, dir, key: index })
8500
+ );
8501
+ } else if (child.type === menu_separator_spec_default) {
8502
+ listChildren.push(
8503
+ /* @__PURE__ */ jsx164(menu_separator_spec_default, {})
8504
+ );
8505
+ } else {
8506
+ listChildren.push(child);
8507
+ }
8508
+ });
8509
+ }
8510
+ }
8511
+ return /* @__PURE__ */ jsx164(
8512
+ "ul",
8513
+ {
8514
+ ...other,
8515
+ className: classNames(
8516
+ props.className,
8517
+ MENULIST_CLASSNAME,
8518
+ optionClassNames(MENULIST_CLASSNAME, {
8519
+ size
8520
+ })
8521
+ ),
8522
+ children: listChildren
8523
+ }
8524
+ );
8525
+ };
8526
+ MenuList.states = states54;
8527
+ MenuList.options = options49;
8528
+ MenuList.className = MENULIST_CLASSNAME;
8529
+ MenuList.defaultProps = defaultProps50;
8530
+
8531
+ // src/menu-button/templates/menu-button-popup.tsx
8532
+ import { jsx as jsx165, jsxs as jsxs62 } from "react/jsx-runtime";
8533
+
8534
+ // src/split-button/split-button.spec.tsx
8535
+ import { Fragment as Fragment41, jsx as jsx166, jsxs as jsxs63 } from "react/jsx-runtime";
8536
+ var SPLITBUTTON_CLASSNAME = `k-split-button`;
8537
+ var states55 = [
8538
+ States.hover,
8539
+ States.focus,
8540
+ States.active,
8541
+ States.selected,
8542
+ States.disabled
8543
+ ];
8544
+ var options50 = {
8545
+ size: [Size.small, Size.medium, Size.large],
8546
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
8547
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
8548
+ themeColor: [
8549
+ ThemeColor.base,
8550
+ ThemeColor.primary,
8551
+ ThemeColor.secondary,
8552
+ ThemeColor.tertiary,
8553
+ ThemeColor.success,
8554
+ ThemeColor.warning,
8555
+ ThemeColor.error,
8556
+ ThemeColor.info,
8557
+ ThemeColor.light,
8558
+ ThemeColor.dark,
8559
+ ThemeColor.inverse
8560
+ ]
8561
+ };
8562
+ var defaultProps51 = {
8563
+ size: Size.medium,
8564
+ rounded: Roundness.medium,
8565
+ fillMode: FillMode.solid,
8566
+ themeColor: ThemeColor.base,
8567
+ arrowIconName: "caret-alt-down"
8568
+ };
8569
+ var SplitButton = (props) => {
8570
+ const {
8571
+ size = defaultProps51.size,
8572
+ rounded = defaultProps51.rounded,
8573
+ fillMode = defaultProps51.fillMode,
8574
+ themeColor = defaultProps51.themeColor,
8575
+ hover,
8576
+ focus,
8577
+ active,
8578
+ selected,
8579
+ disabled,
8580
+ icon,
8581
+ text,
8582
+ arrowIconName = defaultProps51.arrowIconName,
8583
+ popup,
8584
+ opened,
8585
+ ...other
8586
+ } = props;
8587
+ return /* @__PURE__ */ jsxs63(Fragment41, { children: [
8588
+ /* @__PURE__ */ jsxs63(
8589
+ "div",
8590
+ {
8591
+ ...other,
8592
+ className: classNames(
8593
+ props.className,
8594
+ SPLITBUTTON_CLASSNAME,
8595
+ "k-button-group",
8596
+ optionClassNames(SPLITBUTTON_CLASSNAME, {
8597
+ rounded
8598
+ })
8599
+ ),
8600
+ children: [
8601
+ /* @__PURE__ */ jsx166(
8602
+ Button,
8603
+ {
8604
+ text,
8605
+ icon,
8606
+ size,
8607
+ rounded,
8608
+ fillMode,
8609
+ themeColor,
8610
+ hover,
8611
+ focus,
8612
+ active,
8613
+ selected,
8614
+ disabled,
8615
+ children: props.children
8616
+ }
8617
+ ),
8618
+ /* @__PURE__ */ jsx166(
8619
+ Button,
8620
+ {
8621
+ className: "k-split-button-arrow",
8622
+ icon: arrowIconName,
8623
+ size,
8624
+ rounded,
8625
+ fillMode,
8626
+ disabled
8627
+ }
8628
+ )
8629
+ ]
8630
+ }
8631
+ ),
8632
+ opened && popup && /* @__PURE__ */ jsx166(Popup, { className: "k-menu-popup", children: popup })
8633
+ ] });
8634
+ };
8635
+ SplitButton.states = states55;
8636
+ SplitButton.options = options50;
8637
+ SplitButton.className = SPLITBUTTON_CLASSNAME;
8638
+ SplitButton.defaultProps = defaultProps51;
8639
+ var split_button_spec_default = SplitButton;
8640
+
8641
+ // src/toolbar/toolbar.spec.tsx
8642
+ import { jsx as jsx167 } from "react/jsx-runtime";
8643
+ var TOOLBAR_CLASSNAME = `k-toolbar`;
8644
+ var states56 = [
8645
+ States.focus
8646
+ ];
8647
+ var options51 = {
8648
+ size: [Size.small, Size.medium, Size.large]
8649
+ };
8650
+ var defaultProps52 = {
8651
+ size: Size.medium
8652
+ };
8653
+ var Toolbar = (props) => {
8654
+ const {
8655
+ size = defaultProps52.size,
8656
+ focus,
8657
+ resizable,
8658
+ ...other
8659
+ } = props;
8660
+ const toolbarChildren = [];
8661
+ const addUniqueToolClass = (child, index) => {
8662
+ const tempToolbarChildren = [];
8663
+ if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
8664
+ tempToolbarChildren.push(
8665
+ /* @__PURE__ */ jsx167(
8666
+ Button,
8667
+ {
8668
+ ...child.props,
8669
+ className: `${child.props.className ? child.props.className : ""}`
8670
+ },
8671
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8672
+ )
8673
+ );
8674
+ } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
8675
+ tempToolbarChildren.push(
8676
+ /* @__PURE__ */ jsx167(
8677
+ Button,
8678
+ {
8679
+ ...child.props,
8680
+ className: `k-toolbar-toggle-button ${child.props.className ? child.props.className : ""}`
8681
+ },
8682
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8683
+ )
8684
+ );
8685
+ } else if (child.type === Button) {
8686
+ tempToolbarChildren.push(
8687
+ /* @__PURE__ */ jsx167(
8688
+ Button,
8689
+ {
8690
+ ...child.props,
8691
+ className: `k-toolbar-button ${child.props.className ? child.props.className : ""}`
8692
+ },
8693
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8694
+ )
8695
+ );
8696
+ } else if (child.type === MenuButton) {
8697
+ tempToolbarChildren.push(
8698
+ /* @__PURE__ */ jsx167(
8699
+ MenuButton,
8700
+ {
8701
+ ...child.props,
8702
+ className: `k-toolbar-menu-button ${child.props.className ? child.props.className : ""}`
8703
+ },
8704
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8705
+ )
8706
+ );
8707
+ } else if (child.type === split_button_spec_default) {
8708
+ tempToolbarChildren.push(
8709
+ /* @__PURE__ */ jsx167(
8710
+ split_button_spec_default,
8711
+ {
8712
+ ...child.props,
8713
+ className: `k-toolbar-split-button ${child.props.className ? child.props.className : ""}`
8714
+ },
8715
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8716
+ )
8717
+ );
8718
+ } else if (child.type === ButtonGroup || child.props.className && child.props.className.includes("k-button-group")) {
8719
+ const buttonGroupItems = [];
8720
+ const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
8721
+ childrenArray.forEach((button, bindex) => {
8722
+ buttonGroupItems.push(
8723
+ /* @__PURE__ */ jsx167(
8724
+ Button,
8725
+ {
8726
+ ...button.props,
8727
+ className: `k-toolbar-button ${button.props.className ? button.props.className : ""}`
8728
+ },
8729
+ `${bindex}-${(/* @__PURE__ */ new Date()).getTime()}`
8730
+ )
8731
+ );
8732
+ });
8733
+ tempToolbarChildren.push(
8734
+ /* @__PURE__ */ jsx167(
8735
+ ButtonGroup,
8736
+ {
8737
+ ...child.props,
8738
+ className: `k-toolbar-button-group ${child.props.className ? child.props.className : ""}`,
8739
+ children: buttonGroupItems
8740
+ },
8741
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8742
+ )
8743
+ );
8744
+ } else if (child.type === Combobox) {
8745
+ tempToolbarChildren.push(
8746
+ /* @__PURE__ */ jsx167(
8747
+ Combobox,
8748
+ {
8749
+ ...child.props,
8750
+ className: `k-toolbar-combobox ${child.props.className ? child.props.className : ""}`
8751
+ },
8752
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8753
+ )
8754
+ );
8755
+ } else if (child.type === DropdownList) {
8756
+ tempToolbarChildren.push(
8757
+ /* @__PURE__ */ jsx167(
8758
+ DropdownList,
8759
+ {
8760
+ ...child.props,
8761
+ className: `k-toolbar-dropdownlist ${child.props.className ? child.props.className : ""}`
8762
+ },
8763
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8764
+ )
8765
+ );
8766
+ } else if (child.type === ColorPicker) {
8767
+ tempToolbarChildren.push(
8768
+ /* @__PURE__ */ jsx167(
8769
+ ColorPicker,
8770
+ {
8771
+ ...child.props,
8772
+ className: `k-toolbar-colorpicker ${child.props.className ? child.props.className : ""}`
8773
+ },
8774
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8775
+ )
8776
+ );
8777
+ } else {
8778
+ tempToolbarChildren.push(child);
8779
+ }
8780
+ tempToolbarChildren.forEach((item) => {
8781
+ toolbarChildren.push(item);
8782
+ });
8783
+ };
8784
+ if (props.children) {
8785
+ const childrenArray = Array.isArray(props.children) ? props.children : [props.children];
8786
+ childrenArray.forEach((child, index) => {
8787
+ addUniqueToolClass(child, index);
8788
+ });
8789
+ }
8790
+ return /* @__PURE__ */ jsx167(
8791
+ "div",
8792
+ {
8793
+ ...other,
8794
+ className: classNames(
8795
+ props.className,
8796
+ TOOLBAR_CLASSNAME,
8797
+ optionClassNames(TOOLBAR_CLASSNAME, {
8798
+ size
8799
+ }),
8800
+ stateClassNames(TOOLBAR_CLASSNAME, {
8801
+ focus
8802
+ }),
8803
+ {
8804
+ [`${TOOLBAR_CLASSNAME}-resizable`]: resizable
8805
+ }
8806
+ ),
8807
+ children: toolbarChildren
8808
+ }
8809
+ );
8810
+ };
8811
+ Toolbar.states = states56;
8812
+ Toolbar.options = options51;
8813
+ Toolbar.className = TOOLBAR_CLASSNAME;
8814
+ Toolbar.defaultProps = defaultProps52;
8815
+
8816
+ // src/toolbar/toolbar-angular.spec.tsx
8817
+ import { jsx as jsx168 } from "react/jsx-runtime";
8818
+ var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
8819
+ var states57 = [
8820
+ States.focus
8821
+ ];
8822
+ var options52 = {
8823
+ size: [Size.small, Size.medium, Size.large]
8824
+ };
8825
+ var defaultProps53 = {
8826
+ size: Size.medium
8827
+ };
8828
+ var ToolbarAngular = (props) => {
8829
+ const {
8830
+ size = defaultProps53.size,
8831
+ focus,
8832
+ resizable,
8833
+ ...other
8834
+ } = props;
8835
+ const toolbarChildren = [];
8836
+ const addUniqueToolClass = (child, index) => {
8837
+ const tempToolbarChildren = [];
8838
+ if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
8839
+ tempToolbarChildren.push(
8840
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8841
+ Button,
8842
+ {
8843
+ ...child.props,
8844
+ className: `${child.props.className ? child.props.className : ""}`
8845
+ },
8846
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8847
+ ) })
8848
+ );
8849
+ } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
8850
+ tempToolbarChildren.push(
8851
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8852
+ Button,
8853
+ {
8854
+ ...child.props,
8855
+ className: `k-toolbar-toggle-button ${child.props.className ? child.props.className : ""}`
8856
+ },
8857
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8858
+ ) })
8859
+ );
8860
+ } else if (child.type === Button) {
8861
+ tempToolbarChildren.push(
8862
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8863
+ Button,
8864
+ {
8865
+ ...child.props,
8866
+ className: `k-toolbar-button ${child.props.className ? child.props.className : ""}`
8867
+ },
8868
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8869
+ ) })
8870
+ );
8871
+ } else if (child.type === MenuButton) {
8872
+ tempToolbarChildren.push(
8873
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8874
+ MenuButton,
8875
+ {
8876
+ ...child.props,
8877
+ className: `k-toolbar-menu-button ${child.props.className ? child.props.className : ""}`
8878
+ },
8879
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8880
+ ) })
8881
+ );
8882
+ } else if (child.type === split_button_spec_default) {
8883
+ tempToolbarChildren.push(
8884
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8885
+ split_button_spec_default,
8886
+ {
8887
+ ...child.props,
8888
+ className: `k-toolbar-split-button ${child.props.className ? child.props.className : ""}`
8889
+ },
8890
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8891
+ ) })
8892
+ );
8893
+ } else if (child.type === ButtonGroup || child.props.className && child.props.className.includes("k-button-group")) {
8894
+ const buttonGroupItems = [];
8895
+ const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
8896
+ childrenArray.forEach((button, bindex) => {
8897
+ buttonGroupItems.push(
8898
+ /* @__PURE__ */ jsx168(
8899
+ Button,
8900
+ {
8901
+ ...button.props,
8902
+ className: `k-toolbar-button ${button.props.className ? button.props.className : ""}`
8903
+ },
8904
+ `${bindex}-${(/* @__PURE__ */ new Date()).getTime()}`
8905
+ )
8906
+ );
8907
+ });
8908
+ tempToolbarChildren.push(
8909
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8910
+ ButtonGroup,
8911
+ {
8912
+ ...child.props,
8913
+ className: `k-toolbar-button-group ${child.props.className ? child.props.className : ""}`,
8914
+ children: buttonGroupItems
8915
+ },
8916
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8917
+ ) })
8918
+ );
8919
+ } else if (child.type === Combobox) {
8920
+ tempToolbarChildren.push(
8921
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8922
+ Combobox,
8923
+ {
8924
+ ...child.props,
8925
+ className: `k-toolbar-combobox ${child.props.className ? child.props.className : ""}`
8926
+ },
8927
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8928
+ ) })
8929
+ );
8930
+ } else if (child.type === DropdownList) {
8931
+ tempToolbarChildren.push(
8932
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8933
+ DropdownList,
8934
+ {
8935
+ ...child.props,
8936
+ className: `k-toolbar-dropdownlist ${child.props.className ? child.props.className : ""}`
8937
+ },
8938
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8939
+ ) })
8940
+ );
8941
+ } else if (child.type === ColorPicker) {
8942
+ tempToolbarChildren.push(
8943
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8944
+ ColorPicker,
8945
+ {
8946
+ ...child.props,
8947
+ className: `k-toolbar-colorpicker ${child.props.className ? child.props.className : ""}`
8948
+ },
8949
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8950
+ ) })
8951
+ );
8952
+ } else {
8953
+ tempToolbarChildren.push(child);
8954
+ }
8955
+ tempToolbarChildren.forEach((item) => {
8956
+ toolbarChildren.push(item);
8957
+ });
8958
+ };
8959
+ if (props.children) {
8960
+ const childrenArray = Array.isArray(props.children) ? props.children : [props.children];
8961
+ childrenArray.forEach((child, index) => {
8962
+ addUniqueToolClass(child, index);
8963
+ });
8964
+ }
8965
+ return /* @__PURE__ */ jsx168(
8966
+ "div",
8967
+ {
8968
+ ...other,
8969
+ className: classNames(
8970
+ props.className,
8971
+ TOOLBARANGULAR_CLASSNAME,
8972
+ optionClassNames(TOOLBARANGULAR_CLASSNAME, {
8973
+ size
8974
+ }),
8975
+ stateClassNames(TOOLBARANGULAR_CLASSNAME, {
8976
+ focus
8977
+ }),
8978
+ {
8979
+ [`${TOOLBARANGULAR_CLASSNAME}-resizable`]: resizable
8980
+ }
8981
+ ),
8982
+ children: toolbarChildren
8983
+ }
8984
+ );
8985
+ };
8986
+ ToolbarAngular.states = states57;
8987
+ ToolbarAngular.options = options52;
8988
+ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
8989
+ ToolbarAngular.defaultProps = defaultProps53;
8990
+
8991
+ // src/toolbar/toolbar-separator.tsx
8992
+ import { jsx as jsx169 } from "react/jsx-runtime";
8993
+
8994
+ // src/toolbar/toolbar-item.spec.tsx
8995
+ import { jsx as jsx170 } from "react/jsx-runtime";
8996
+ var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
8997
+ var states58 = [
8998
+ States.focus
8999
+ ];
9000
+ var options53 = {};
9001
+ var defaultProps54 = {};
9002
+ var ToolbarItem = (props) => {
9003
+ const {
9004
+ focus,
9005
+ ...other
9006
+ } = props;
9007
+ return /* @__PURE__ */ jsx170(
9008
+ "div",
9009
+ {
9010
+ ...other,
9011
+ className: classNames(
9012
+ props.className,
9013
+ TOOLBARITEM_CLASSNAME,
9014
+ stateClassNames(TOOLBARITEM_CLASSNAME, {
9015
+ focus
9016
+ })
9017
+ ),
9018
+ children: props.children
9019
+ }
9020
+ );
9021
+ };
9022
+ ToolbarItem.states = states58;
9023
+ ToolbarItem.options = options53;
9024
+ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
9025
+ ToolbarItem.defaultProps = defaultProps54;
9026
+
9027
+ // src/toolbar/toolbar-popup.spec.tsx
9028
+ import { jsx as jsx171 } from "react/jsx-runtime";
9029
+ var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
9030
+ var states59 = [];
9031
+ var options54 = {};
9032
+ var defaultProps55 = {};
9033
+ var ToolbarPopup = (props) => {
9034
+ const { ...other } = props;
9035
+ return /* @__PURE__ */ jsx171(
9036
+ Popup,
9037
+ {
9038
+ ...other,
9039
+ className: classNames(
9040
+ props.className,
9041
+ TOOLBARPOPUP_CLASSNAME
9042
+ ),
9043
+ children: props.children
9044
+ }
9045
+ );
9046
+ };
9047
+ ToolbarPopup.states = states59;
9048
+ ToolbarPopup.options = options54;
9049
+ ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
9050
+ ToolbarPopup.defaultProps = defaultProps55;
9051
+
9052
+ // src/split-button/templates/icon-split-button.tsx
9053
+ import { jsx as jsx172 } from "react/jsx-runtime";
9054
+
9055
+ // src/split-button/templates/icon-text-split-button.tsx
9056
+ import { jsx as jsx173 } from "react/jsx-runtime";
9057
+
9058
+ // src/split-button/templates/text-split-button.tsx
9059
+ import { jsx as jsx174 } from "react/jsx-runtime";
9060
+
9061
+ // src/split-button/templates/split-button-popup.tsx
9062
+ import { jsx as jsx175, jsxs as jsxs64 } from "react/jsx-runtime";
9063
+
9064
+ // src/toolbar/templates/toolbar-normal.tsx
9065
+ import { Fragment as Fragment42, jsx as jsx176, jsxs as jsxs65 } from "react/jsx-runtime";
9066
+
9067
+ // src/toolbar/templates/toolbar-resizable.tsx
9068
+ import { jsx as jsx177 } from "react/jsx-runtime";
9069
+
9070
+ // src/toolbar/templates/toolbar-angular-normal.tsx
9071
+ import { jsx as jsx178 } from "react/jsx-runtime";
9072
+
9073
+ // src/toolbar/templates/toolbar-angular-resizable.tsx
9074
+ import { jsx as jsx179 } from "react/jsx-runtime";
9075
+
9076
+ // src/grid/grid-toolbar.spec.tsx
9077
+ import { jsx as jsx180 } from "react/jsx-runtime";
9078
+
9079
+ // src/treelist/treelist.spec.tsx
9080
+ import { jsx as jsx181 } from "react/jsx-runtime";
9081
+ var TREELIST_CLASSNAME = "k-treelist";
9082
+ var states60 = [];
9083
+ var options55 = {};
9084
+ var defaultProps56 = {};
9085
+ var TreeList = (props) => /* @__PURE__ */ jsx181(
9086
+ Grid,
9087
+ {
9088
+ ...props,
9089
+ className: classNames(
9090
+ TREELIST_CLASSNAME,
9091
+ props.className
9092
+ ),
9093
+ children: props.children
9094
+ }
9095
+ );
9096
+ TreeList.states = states60;
9097
+ TreeList.options = options55;
9098
+ TreeList.className = TREELIST_CLASSNAME;
9099
+ TreeList.defaultProps = defaultProps56;
9100
+
6681
9101
  // src/treelist/tests/treelist-react.tsx
6682
- import { Fragment as Fragment27, jsx as jsx79, jsxs as jsxs32 } from "react/jsx-runtime";
6683
- var treelist_react_default = () => /* @__PURE__ */ jsx79(Fragment27, { children: /* @__PURE__ */ jsx79("div", { id: "test-area", className: "k-d-grid", children: /* @__PURE__ */ jsxs32("section", { children: [
6684
- /* @__PURE__ */ jsx79("span", { children: "React Treelist" }),
6685
- /* @__PURE__ */ jsx79("div", { className: "k-grid k-grid-md k-treelist-scrollable", children: /* @__PURE__ */ jsxs32("table", { className: "k-table k-table-md k-grid-table", children: [
6686
- /* @__PURE__ */ jsxs32("colgroup", { children: [
6687
- /* @__PURE__ */ jsx79("col", { style: { width: "200px" } }),
6688
- /* @__PURE__ */ jsx79("col", { style: { width: "300px" } }),
6689
- /* @__PURE__ */ jsx79("col", { style: { width: "100px" } }),
6690
- /* @__PURE__ */ jsx79("col", { style: { width: "400px" } }),
6691
- /* @__PURE__ */ jsx79("col", { style: { width: "100px" } })
9102
+ import { Fragment as Fragment43, jsx as jsx182, jsxs as jsxs66 } from "react/jsx-runtime";
9103
+ var treelist_react_default = () => /* @__PURE__ */ jsx182(Fragment43, { children: /* @__PURE__ */ jsx182("div", { id: "test-area", className: "k-d-grid", children: /* @__PURE__ */ jsxs66("section", { children: [
9104
+ /* @__PURE__ */ jsx182("span", { children: "React Treelist" }),
9105
+ /* @__PURE__ */ jsx182(TreeList, { className: "k-treelist-scrollable", children: /* @__PURE__ */ jsxs66(GridTable, { children: [
9106
+ /* @__PURE__ */ jsxs66("colgroup", { children: [
9107
+ /* @__PURE__ */ jsx182("col", { style: { width: "200px" } }),
9108
+ /* @__PURE__ */ jsx182("col", { style: { width: "300px" } }),
9109
+ /* @__PURE__ */ jsx182("col", { style: { width: "100px" } }),
9110
+ /* @__PURE__ */ jsx182("col", { style: { width: "400px" } }),
9111
+ /* @__PURE__ */ jsx182("col", { style: { width: "100px" } })
6692
9112
  ] }),
6693
- /* @__PURE__ */ jsxs32("thead", { className: "k-table-thead k-grid-header", children: [
6694
- /* @__PURE__ */ jsxs32("tr", { className: "k-table-row", children: [
6695
- /* @__PURE__ */ jsx79("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx79("a", { className: "k-link", children: "id" }) }),
6696
- /* @__PURE__ */ jsx79("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx79("a", { className: "k-link", children: "text" }) }),
6697
- /* @__PURE__ */ jsx79("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx79("a", { className: "k-link", children: "price" }) }),
6698
- /* @__PURE__ */ jsx79("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx79("a", { className: "k-link", children: "manufactured" }) }),
6699
- /* @__PURE__ */ jsx79("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx79("a", { className: "k-link", children: "discontinued" }) })
9113
+ /* @__PURE__ */ jsxs66(TableThead, { className: "k-grid-header", children: [
9114
+ /* @__PURE__ */ jsxs66(TableRow, { children: [
9115
+ /* @__PURE__ */ jsx182(TableTh, { className: "k-header", children: /* @__PURE__ */ jsx182("a", { className: "k-link", children: "id" }) }),
9116
+ /* @__PURE__ */ jsx182(TableTh, { className: "k-header", children: /* @__PURE__ */ jsx182("a", { className: "k-link", children: "text" }) }),
9117
+ /* @__PURE__ */ jsx182(TableTh, { className: "k-header", children: /* @__PURE__ */ jsx182("a", { className: "k-link", children: "price" }) }),
9118
+ /* @__PURE__ */ jsx182(TableTh, { className: "k-header", children: /* @__PURE__ */ jsx182("a", { className: "k-link", children: "manufactured" }) }),
9119
+ /* @__PURE__ */ jsx182(TableTh, { className: "k-header", children: /* @__PURE__ */ jsx182("a", { className: "k-link", children: "discontinued" }) })
6700
9120
  ] }),
6701
- /* @__PURE__ */ jsxs32("tr", { className: "k-table-row k-filter-row", children: [
6702
- /* @__PURE__ */ jsx79("th", { className: "k-table-th" }),
6703
- /* @__PURE__ */ jsx79("th", { className: "k-table-th", children: /* @__PURE__ */ jsx79("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs32("span", { children: [
6704
- /* @__PURE__ */ jsx79(Textbox, {}),
6705
- /* @__PURE__ */ jsx79(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6706
- /* @__PURE__ */ jsx79(Button, { icon: "filter-clear", disabled: true })
9121
+ /* @__PURE__ */ jsxs66(TableRow, { className: "k-filter-row", children: [
9122
+ /* @__PURE__ */ jsx182(TableTh, {}),
9123
+ /* @__PURE__ */ jsx182(TableTh, { children: /* @__PURE__ */ jsx182("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs66("span", { children: [
9124
+ /* @__PURE__ */ jsx182(Textbox, {}),
9125
+ /* @__PURE__ */ jsx182(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9126
+ /* @__PURE__ */ jsx182(Button, { icon: "filter-clear", disabled: true })
6707
9127
  ] }) }) }),
6708
- /* @__PURE__ */ jsx79("th", { className: "k-table-th", children: /* @__PURE__ */ jsx79("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs32("span", { children: [
6709
- /* @__PURE__ */ jsx79(NumericTextbox, {}),
6710
- /* @__PURE__ */ jsx79(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6711
- /* @__PURE__ */ jsx79(Button, { icon: "filter-clear", disabled: true })
9128
+ /* @__PURE__ */ jsx182(TableTh, { children: /* @__PURE__ */ jsx182("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs66("span", { children: [
9129
+ /* @__PURE__ */ jsx182(NumericTextbox, {}),
9130
+ /* @__PURE__ */ jsx182(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9131
+ /* @__PURE__ */ jsx182(Button, { icon: "filter-clear", disabled: true })
6712
9132
  ] }) }) }),
6713
- /* @__PURE__ */ jsx79("th", { className: "k-table-th", children: /* @__PURE__ */ jsx79("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs32("span", { children: [
6714
- /* @__PURE__ */ jsx79(DatePicker, {}),
6715
- /* @__PURE__ */ jsx79(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6716
- /* @__PURE__ */ jsx79(Button, { icon: "filter-clear", disabled: true })
9133
+ /* @__PURE__ */ jsx182(TableTh, { children: /* @__PURE__ */ jsx182("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs66("span", { children: [
9134
+ /* @__PURE__ */ jsx182(DatePicker, {}),
9135
+ /* @__PURE__ */ jsx182(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9136
+ /* @__PURE__ */ jsx182(Button, { icon: "filter-clear", disabled: true })
6717
9137
  ] }) }) }),
6718
- /* @__PURE__ */ jsx79("th", { className: "k-table-th", children: /* @__PURE__ */ jsx79("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs32("span", { children: [
6719
- /* @__PURE__ */ jsx79(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
6720
- /* @__PURE__ */ jsx79(Button, { icon: "filter-clear", disabled: true })
9138
+ /* @__PURE__ */ jsx182(TableTh, { children: /* @__PURE__ */ jsx182("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs66("span", { children: [
9139
+ /* @__PURE__ */ jsx182(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9140
+ /* @__PURE__ */ jsx182(Button, { icon: "filter-clear", disabled: true })
6721
9141
  ] }) }) })
6722
9142
  ] })
6723
9143
  ] }),
6724
- /* @__PURE__ */ jsxs32("tbody", { className: "k-table-tbody", children: [
6725
- /* @__PURE__ */ jsxs32("tr", { className: "k-table-row k-master-row", children: [
6726
- /* @__PURE__ */ jsxs32("td", { className: "k-table-td", children: [
6727
- /* @__PURE__ */ jsx79(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
9144
+ /* @__PURE__ */ jsxs66(TableTbody, { children: [
9145
+ /* @__PURE__ */ jsxs66(TableRow, { className: "k-master-row", children: [
9146
+ /* @__PURE__ */ jsxs66(TableTd, { children: [
9147
+ /* @__PURE__ */ jsx182(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6728
9148
  "1"
6729
9149
  ] }),
6730
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "Furniture" }),
6731
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "4" }),
6732
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "8/12/1996" }),
6733
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "false" })
9150
+ /* @__PURE__ */ jsx182(TableTd, { children: "Furniture" }),
9151
+ /* @__PURE__ */ jsx182(TableTd, { children: "4" }),
9152
+ /* @__PURE__ */ jsx182(TableTd, { children: "8/12/1996" }),
9153
+ /* @__PURE__ */ jsx182(TableTd, { children: "false" })
6734
9154
  ] }),
6735
- /* @__PURE__ */ jsxs32("tr", { className: "k-table-row k-master-row", children: [
6736
- /* @__PURE__ */ jsxs32("td", { className: "k-table-td", children: [
6737
- /* @__PURE__ */ jsx79(Icon, { className: "k-treelist-toggle", icon: "none" }),
6738
- /* @__PURE__ */ jsx79(Icon, { className: "k-treelist-toggle", icon: "none" }),
9155
+ /* @__PURE__ */ jsxs66(TableRow, { className: "k-master-row", children: [
9156
+ /* @__PURE__ */ jsxs66(TableTd, { children: [
9157
+ /* @__PURE__ */ jsx182(Icon, { className: "k-treelist-toggle", icon: "none" }),
9158
+ /* @__PURE__ */ jsx182(Icon, { className: "k-treelist-toggle", icon: "none" }),
6739
9159
  "1.1"
6740
9160
  ] }),
6741
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "Tables & Chairs" }),
6742
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "123" }),
6743
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "8/12/1996" }),
6744
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "false" })
9161
+ /* @__PURE__ */ jsx182(TableTd, { children: "Tables & Chairs" }),
9162
+ /* @__PURE__ */ jsx182(TableTd, { children: "123" }),
9163
+ /* @__PURE__ */ jsx182(TableTd, { children: "8/12/1996" }),
9164
+ /* @__PURE__ */ jsx182(TableTd, { children: "false" })
6745
9165
  ] }),
6746
- /* @__PURE__ */ jsxs32("tr", { className: "k-table-row k-master-row", children: [
6747
- /* @__PURE__ */ jsxs32("td", { className: "k-table-td", children: [
6748
- /* @__PURE__ */ jsx79(Icon, { className: "k-treelist-toggle", icon: "none" }),
6749
- /* @__PURE__ */ jsx79(Icon, { className: "k-treelist-toggle", icon: "none" }),
9166
+ /* @__PURE__ */ jsxs66(TableRow, { className: "k-master-row", children: [
9167
+ /* @__PURE__ */ jsxs66(TableTd, { children: [
9168
+ /* @__PURE__ */ jsx182(Icon, { className: "k-treelist-toggle", icon: "none" }),
9169
+ /* @__PURE__ */ jsx182(Icon, { className: "k-treelist-toggle", icon: "none" }),
6750
9170
  "1.2"
6751
9171
  ] }),
6752
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "Sofas" }),
6753
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "213" }),
6754
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "8/12/1996" }),
6755
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "true" })
9172
+ /* @__PURE__ */ jsx182(TableTd, { children: "Sofas" }),
9173
+ /* @__PURE__ */ jsx182(TableTd, { children: "213" }),
9174
+ /* @__PURE__ */ jsx182(TableTd, { children: "8/12/1996" }),
9175
+ /* @__PURE__ */ jsx182(TableTd, { children: "true" })
6756
9176
  ] }),
6757
- /* @__PURE__ */ jsxs32("tr", { className: "k-table-row k-master-row", children: [
6758
- /* @__PURE__ */ jsxs32("td", { className: "k-table-td", children: [
6759
- /* @__PURE__ */ jsx79(Icon, { className: "k-treelist-toggle", icon: "none" }),
6760
- /* @__PURE__ */ jsx79(Icon, { className: "k-treelist-toggle", icon: "none" }),
9177
+ /* @__PURE__ */ jsxs66(TableRow, { className: "k-master-row", children: [
9178
+ /* @__PURE__ */ jsxs66(TableTd, { children: [
9179
+ /* @__PURE__ */ jsx182(Icon, { className: "k-treelist-toggle", icon: "none" }),
9180
+ /* @__PURE__ */ jsx182(Icon, { className: "k-treelist-toggle", icon: "none" }),
6761
9181
  "1.3"
6762
9182
  ] }),
6763
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "Occasional Furniture" }),
6764
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "42" }),
6765
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "8/12/1996" }),
6766
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "false" })
9183
+ /* @__PURE__ */ jsx182(TableTd, { children: "Occasional Furniture" }),
9184
+ /* @__PURE__ */ jsx182(TableTd, { children: "42" }),
9185
+ /* @__PURE__ */ jsx182(TableTd, { children: "8/12/1996" }),
9186
+ /* @__PURE__ */ jsx182(TableTd, { children: "false" })
6767
9187
  ] }),
6768
- /* @__PURE__ */ jsxs32("tr", { className: "k-table-row k-master-row", children: [
6769
- /* @__PURE__ */ jsxs32("td", { className: "k-table-td", children: [
6770
- /* @__PURE__ */ jsx79(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
9188
+ /* @__PURE__ */ jsxs66(TableRow, { className: "k-master-row", children: [
9189
+ /* @__PURE__ */ jsxs66(TableTd, { children: [
9190
+ /* @__PURE__ */ jsx182(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6771
9191
  "2"
6772
9192
  ] }),
6773
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "Decor" }),
6774
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "2" }),
6775
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "8/12/1996" }),
6776
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "false" })
9193
+ /* @__PURE__ */ jsx182(TableTd, { children: "Decor" }),
9194
+ /* @__PURE__ */ jsx182(TableTd, { children: "2" }),
9195
+ /* @__PURE__ */ jsx182(TableTd, { children: "8/12/1996" }),
9196
+ /* @__PURE__ */ jsx182(TableTd, { children: "false" })
6777
9197
  ] }),
6778
- /* @__PURE__ */ jsxs32("tr", { className: "k-table-row k-master-row", children: [
6779
- /* @__PURE__ */ jsxs32("td", { className: "k-table-td", children: [
6780
- /* @__PURE__ */ jsx79(Icon, { className: "k-treelist-toggle", icon: "none" }),
6781
- /* @__PURE__ */ jsx79(Icon, { className: "k-treelist-toggle", icon: "none" }),
9198
+ /* @__PURE__ */ jsxs66(TableRow, { className: "k-master-row", children: [
9199
+ /* @__PURE__ */ jsxs66(TableTd, { children: [
9200
+ /* @__PURE__ */ jsx182(Icon, { className: "k-treelist-toggle", icon: "none" }),
9201
+ /* @__PURE__ */ jsx182(Icon, { className: "k-treelist-toggle", icon: "none" }),
6782
9202
  "2.1"
6783
9203
  ] }),
6784
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "Bed Linen" }),
6785
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "12" }),
6786
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "8/12/1996" }),
6787
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "false" })
9204
+ /* @__PURE__ */ jsx182(TableTd, { children: "Bed Linen" }),
9205
+ /* @__PURE__ */ jsx182(TableTd, { children: "12" }),
9206
+ /* @__PURE__ */ jsx182(TableTd, { children: "8/12/1996" }),
9207
+ /* @__PURE__ */ jsx182(TableTd, { children: "false" })
6788
9208
  ] }),
6789
- /* @__PURE__ */ jsxs32("tr", { className: "k-table-row k-master-row", children: [
6790
- /* @__PURE__ */ jsxs32("td", { className: "k-table-td", children: [
6791
- /* @__PURE__ */ jsx79(Icon, { className: "k-treelist-toggle", icon: "none" }),
6792
- /* @__PURE__ */ jsx79(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
9209
+ /* @__PURE__ */ jsxs66(TableRow, { className: "k-master-row", children: [
9210
+ /* @__PURE__ */ jsxs66(TableTd, { children: [
9211
+ /* @__PURE__ */ jsx182(Icon, { className: "k-treelist-toggle", icon: "none" }),
9212
+ /* @__PURE__ */ jsx182(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6793
9213
  "2.2"
6794
9214
  ] }),
6795
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "Curtains & Blinds" }),
6796
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "1" }),
6797
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "8/12/1996" }),
6798
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "true" })
9215
+ /* @__PURE__ */ jsx182(TableTd, { children: "Curtains & Blinds" }),
9216
+ /* @__PURE__ */ jsx182(TableTd, { children: "1" }),
9217
+ /* @__PURE__ */ jsx182(TableTd, { children: "8/12/1996" }),
9218
+ /* @__PURE__ */ jsx182(TableTd, { children: "true" })
6799
9219
  ] }),
6800
- /* @__PURE__ */ jsxs32("tr", { className: "k-table-row k-master-row", children: [
6801
- /* @__PURE__ */ jsxs32("td", { className: "k-table-td", children: [
6802
- /* @__PURE__ */ jsx79(Icon, { className: "k-treelist-toggle", icon: "none" }),
6803
- /* @__PURE__ */ jsx79(Icon, { className: "k-treelist-toggle", icon: "none" }),
6804
- /* @__PURE__ */ jsx79(Icon, { className: "k-treelist-toggle", icon: "none" }),
9220
+ /* @__PURE__ */ jsxs66(TableRow, { className: "k-master-row", children: [
9221
+ /* @__PURE__ */ jsxs66(TableTd, { children: [
9222
+ /* @__PURE__ */ jsx182(Icon, { className: "k-treelist-toggle", icon: "none" }),
9223
+ /* @__PURE__ */ jsx182(Icon, { className: "k-treelist-toggle", icon: "none" }),
9224
+ /* @__PURE__ */ jsx182(Icon, { className: "k-treelist-toggle", icon: "none" }),
6805
9225
  "2.2.1"
6806
9226
  ] }),
6807
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "Carpets" }),
6808
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "54" }),
6809
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "8/12/1996" }),
6810
- /* @__PURE__ */ jsx79("td", { className: "k-table-td", children: "true" })
9227
+ /* @__PURE__ */ jsx182(TableTd, { children: "Carpets" }),
9228
+ /* @__PURE__ */ jsx182(TableTd, { children: "54" }),
9229
+ /* @__PURE__ */ jsx182(TableTd, { children: "8/12/1996" }),
9230
+ /* @__PURE__ */ jsx182(TableTd, { children: "true" })
6811
9231
  ] })
6812
9232
  ] })
6813
9233
  ] }) })