@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
@@ -8873,8 +8873,221 @@ var GridToolbar = (props) => /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
8873
8873
  }
8874
8874
  );
8875
8875
 
8876
- // src/grid/tests/grid-column-reordering.tsx
8876
+ // src/column-menu/column-menu.spec.tsx
8877
8877
  var import_jsx_runtime181 = require("react/jsx-runtime");
8878
+ var COLUMNMENU_CLASSNAME = `k-column-menu`;
8879
+ var states60 = [];
8880
+ var options55 = {};
8881
+ var defaultProps56 = {
8882
+ view: "list"
8883
+ };
8884
+ var ColumnMenu = (props) => {
8885
+ const {
8886
+ view = defaultProps56.view,
8887
+ ...other
8888
+ } = props;
8889
+ return /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
8890
+ "div",
8891
+ {
8892
+ ...other,
8893
+ className: classNames(
8894
+ props.className,
8895
+ COLUMNMENU_CLASSNAME,
8896
+ {
8897
+ "k-column-menu-tabbed": view === "tabbed"
8898
+ }
8899
+ ),
8900
+ children: props.children
8901
+ }
8902
+ );
8903
+ };
8904
+ ColumnMenu.states = states60;
8905
+ ColumnMenu.options = options55;
8906
+ ColumnMenu.className = COLUMNMENU_CLASSNAME;
8907
+ ColumnMenu.defaultProps = defaultProps56;
8908
+
8909
+ // src/column-menu/column-menu-item.spec.tsx
8910
+ var import_jsx_runtime182 = require("react/jsx-runtime");
8911
+ var COLUMNMENUITEM_CLASSNAME = `k-columnmenu-item`;
8912
+ var states61 = [
8913
+ States.focus,
8914
+ States.selected
8915
+ ];
8916
+ var options56 = {};
8917
+ var defaultProps57 = {};
8918
+ var ColumnMenuItem = (props) => {
8919
+ const {
8920
+ focus,
8921
+ selected,
8922
+ text,
8923
+ icon,
8924
+ ...other
8925
+ } = props;
8926
+ return /* @__PURE__ */ (0, import_jsx_runtime182.jsxs)(
8927
+ "div",
8928
+ {
8929
+ ...other,
8930
+ className: classNames(
8931
+ props.className,
8932
+ COLUMNMENUITEM_CLASSNAME,
8933
+ stateClassNames(COLUMNMENUITEM_CLASSNAME, {
8934
+ focus,
8935
+ selected
8936
+ })
8937
+ ),
8938
+ children: [
8939
+ /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(Icon, { icon }),
8940
+ text,
8941
+ props.children
8942
+ ]
8943
+ }
8944
+ );
8945
+ };
8946
+ ColumnMenuItem.states = states61;
8947
+ ColumnMenuItem.options = options56;
8948
+ ColumnMenuItem.className = COLUMNMENUITEM_CLASSNAME;
8949
+ ColumnMenuItem.defaultProps = defaultProps57;
8950
+
8951
+ // src/column-menu/column-menu-item-wrapper.tsx
8952
+ var import_jsx_runtime183 = require("react/jsx-runtime");
8953
+ var className24 = `k-columnmenu-item-wrapper`;
8954
+ var ColumnMenuItemWrapper = (props) => /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
8955
+ "div",
8956
+ {
8957
+ ...props,
8958
+ className: classNames(
8959
+ props.className,
8960
+ className24
8961
+ ),
8962
+ children: props.children
8963
+ }
8964
+ );
8965
+
8966
+ // src/column-menu/column-menu-item-content.tsx
8967
+ var import_jsx_runtime184 = require("react/jsx-runtime");
8968
+ var className25 = `k-columnmenu-item-content`;
8969
+ var ColumnMenuItemContent = (props) => /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
8970
+ "div",
8971
+ {
8972
+ ...props,
8973
+ className: classNames(
8974
+ props.className,
8975
+ className25,
8976
+ "k-columns-item"
8977
+ ),
8978
+ children: props.children
8979
+ }
8980
+ );
8981
+
8982
+ // src/column-menu/filter-menu.spec.tsx
8983
+ var import_jsx_runtime185 = require("react/jsx-runtime");
8984
+ var FILTERMENU_CLASSNAME = `k-filter-menu`;
8985
+ var states62 = [];
8986
+ var options57 = {};
8987
+ var defaultProps58 = {};
8988
+ var FilterMenu = (props) => {
8989
+ const {
8990
+ ...other
8991
+ } = props;
8992
+ return /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
8993
+ "form",
8994
+ {
8995
+ ...other,
8996
+ className: classNames(
8997
+ props.className,
8998
+ FILTERMENU_CLASSNAME
8999
+ ),
9000
+ children: /* @__PURE__ */ (0, import_jsx_runtime185.jsx)("div", { className: "k-filter-menu-container", children: props.children })
9001
+ }
9002
+ );
9003
+ };
9004
+ FilterMenu.states = states62;
9005
+ FilterMenu.options = options57;
9006
+ FilterMenu.className = FILTERMENU_CLASSNAME;
9007
+ FilterMenu.defaultProps = defaultProps58;
9008
+
9009
+ // src/column-menu/column-menu-multicheck-wrap.tsx
9010
+ var import_jsx_runtime186 = require("react/jsx-runtime");
9011
+
9012
+ // src/column-menu/column-menu-multicheck-item.tsx
9013
+ var import_jsx_runtime187 = require("react/jsx-runtime");
9014
+
9015
+ // src/column-menu/column-menu-expander.spec.tsx
9016
+ var import_jsx_runtime188 = require("react/jsx-runtime");
9017
+ var COLUMNMENUEXPANDER_CLASSNAME = `k-expander`;
9018
+ var states63 = [];
9019
+ var options58 = {};
9020
+ var defaultProps59 = {};
9021
+ var ColumnMenuExpander = (props) => {
9022
+ const {
9023
+ itemText,
9024
+ itemIcon,
9025
+ expanded,
9026
+ itemContent,
9027
+ expanderIcon,
9028
+ ...other
9029
+ } = props;
9030
+ let icon = /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(import_jsx_runtime188.Fragment, {});
9031
+ if (!expanded && !expanderIcon) {
9032
+ icon = /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(Icon, { icon: "chevron-down" });
9033
+ } else if (expanded && !expanderIcon) {
9034
+ icon = /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(Icon, { icon: "chevron-up" });
9035
+ } else {
9036
+ icon = /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(Icon, { icon: expanderIcon });
9037
+ }
9038
+ return /* @__PURE__ */ (0, import_jsx_runtime188.jsxs)(
9039
+ "div",
9040
+ {
9041
+ ...other,
9042
+ className: classNames(
9043
+ props.className,
9044
+ COLUMNMENUEXPANDER_CLASSNAME
9045
+ ),
9046
+ children: [
9047
+ /* @__PURE__ */ (0, import_jsx_runtime188.jsxs)(ColumnMenuItem, { text: itemText, icon: itemIcon, children: [
9048
+ /* @__PURE__ */ (0, import_jsx_runtime188.jsx)("span", { className: "k-spacer" }),
9049
+ /* @__PURE__ */ (0, import_jsx_runtime188.jsx)("span", { className: "k-expander-indicator", children: icon })
9050
+ ] }),
9051
+ expanded && /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(ColumnMenuItemContent, { children: itemContent }),
9052
+ props.children
9053
+ ]
9054
+ }
9055
+ );
9056
+ };
9057
+ ColumnMenuExpander.states = states63;
9058
+ ColumnMenuExpander.options = options58;
9059
+ ColumnMenuExpander.className = COLUMNMENUEXPANDER_CLASSNAME;
9060
+ ColumnMenuExpander.defaultProps = defaultProps59;
9061
+
9062
+ // src/column-menu/templates/column-menu-normal.tsx
9063
+ var import_jsx_runtime189 = require("react/jsx-runtime");
9064
+ var ColumnMenuNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
9065
+ ColumnMenu,
9066
+ {
9067
+ children: [
9068
+ /* @__PURE__ */ (0, import_jsx_runtime189.jsxs)(ColumnMenuItemWrapper, { children: [
9069
+ /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(ColumnMenuItem, { text: "Item 1", icon: "sort-asc-small" }),
9070
+ /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(ColumnMenuItem, { text: "Item 2", icon: "sort-desc-small" })
9071
+ ] }),
9072
+ /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(ColumnMenuExpander, { itemText: "Expandable item 1", itemIcon: "columns" }) }),
9073
+ /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(ColumnMenuExpander, { itemText: "Expandable item 2", itemIcon: "filter" }) }),
9074
+ /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(ColumnMenuExpander, { itemText: "Item with icons", itemIcon: "arrows-left-right", expanderIcon: "window-restore" }) })
9075
+ ],
9076
+ ...props
9077
+ }
9078
+ );
9079
+
9080
+ // src/column-menu/templates/column-menu-tabbed.tsx
9081
+ var import_jsx_runtime190 = require("react/jsx-runtime");
9082
+
9083
+ // src/column-menu/templates/filter-menu-normal.tsx
9084
+ var import_jsx_runtime191 = require("react/jsx-runtime");
9085
+
9086
+ // src/column-menu/templates/filter-menu-multi-check.tsx
9087
+ var import_jsx_runtime192 = require("react/jsx-runtime");
9088
+
9089
+ // src/grid/tests/grid-column-reordering.tsx
9090
+ var import_jsx_runtime193 = require("react/jsx-runtime");
8878
9091
  var styles = `
8879
9092
  .k-animation-container,
8880
9093
  .k-popup {
@@ -8892,153 +9105,120 @@ var styles = `
8892
9105
  left: 120px;
8893
9106
  }
8894
9107
  `;
8895
- var grid_column_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(import_jsx_runtime181.Fragment, { children: [
8896
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("style", { children: styles }),
8897
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { id: "test-area", children: [
8898
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(Grid, { className: "k-grid-no-scrollbar", toolbar: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(ChipList, { children: [
8899
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Chip, { text: "Units in Stock", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(import_jsx_runtime181.Fragment, { children: [
8900
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(ChipAction, { type: "more" }),
8901
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(ChipAction, { type: "remove" })
9108
+ var grid_column_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(import_jsx_runtime193.Fragment, { children: [
9109
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("style", { children: styles }),
9110
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("div", { id: "test-area", children: [
9111
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(Grid, { className: "k-grid-no-scrollbar", toolbar: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(GridToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(ChipList, { children: [
9112
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(Chip, { text: "Units in Stock", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(import_jsx_runtime193.Fragment, { children: [
9113
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ChipAction, { type: "more" }),
9114
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ChipAction, { type: "remove" })
8902
9115
  ] }) }),
8903
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Chip, { text: "Category", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(import_jsx_runtime181.Fragment, { children: [
8904
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(ChipAction, { type: "more" }),
8905
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(ChipAction, { type: "remove" })
9116
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(Chip, { text: "Category", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(import_jsx_runtime193.Fragment, { children: [
9117
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ChipAction, { type: "more" }),
9118
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ChipAction, { type: "remove" })
8906
9119
  ] }) })
8907
- ] }) }), pager: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridPager, { refresh: false }), children: [
8908
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridHeaderTable, { children: [
8909
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("colgroup", { children: [
8910
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
8911
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
8912
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {})
9120
+ ] }) }), pager: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(GridPager, { refresh: false }), children: [
9121
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(GridHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(GridHeaderTable, { children: [
9122
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("colgroup", { children: [
9123
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("col", {}),
9124
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("col", {}),
9125
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("col", {})
8913
9126
  ] }),
8914
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableThead, { children: [
8915
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { sortable: true, menu: "column", columnTitle: "Product Id" }),
8916
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { sortable: true, menu: "column", columnTitle: "Unit Price" }),
8917
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { sortable: true, menu: "column", columnTitle: "Discontinued" }),
8918
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { sortable: true, menu: "column", columnTitle: "Category" })
9127
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(TableThead, { children: [
9128
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(GridHeaderCell, { sortable: true, menu: "column", columnTitle: "Product Id" }),
9129
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(GridHeaderCell, { sortable: true, menu: "column", columnTitle: "Unit Price" }),
9130
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(GridHeaderCell, { sortable: true, menu: "column", columnTitle: "Discontinued" }),
9131
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(GridHeaderCell, { sortable: true, menu: "column", columnTitle: "Category" })
8919
9132
  ] })
8920
9133
  ] }) }) }),
8921
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridContent, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridTable, { children: [
8922
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("colgroup", { children: [
8923
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
8924
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
8925
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {})
9134
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(GridContent, { children: /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(GridTable, { children: [
9135
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("colgroup", { children: [
9136
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("col", {}),
9137
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("col", {}),
9138
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("col", {})
8926
9139
  ] }),
8927
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableTbody, { children: [
8928
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row", children: [
8929
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "Chef Anton's Gumbo" }),
8930
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "21.35" }),
8931
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "0" }),
8932
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "Condiments" })
9140
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(TableTbody, { children: [
9141
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(TableRow, { className: "k-master-row", children: [
9142
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "Chef Anton's Gumbo" }),
9143
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "21.35" }),
9144
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "0" }),
9145
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "Condiments" })
8933
9146
  ] }),
8934
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-alt", alt: true, children: [
8935
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "Alice Mutton" }),
8936
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "39" }),
8937
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "0" }),
8938
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "Meat/Poultry" })
9147
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(TableRow, { className: "k-alt", alt: true, children: [
9148
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "Alice Mutton" }),
9149
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "39" }),
9150
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "0" }),
9151
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "Meat/Poultry" })
8939
9152
  ] }),
8940
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row", children: [
8941
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
8942
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "123.79" }),
8943
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "1" }),
8944
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "Meat/Poultry" })
9153
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(TableRow, { className: "k-master-row", children: [
9154
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
9155
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "123.79" }),
9156
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "1" }),
9157
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "Meat/Poultry" })
8945
9158
  ] }),
8946
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-alt", alt: true, children: [
8947
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "Gorgonzola Telino" }),
8948
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "12.5" }),
8949
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "0" }),
8950
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "Meat/Poultry" })
9159
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(TableRow, { className: "k-alt", alt: true, children: [
9160
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "Gorgonzola Telino" }),
9161
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "12.5" }),
9162
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "0" }),
9163
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "Meat/Poultry" })
8951
9164
  ] }),
8952
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row", children: [
8953
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "Perth Pasties" }),
8954
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "32.8" }),
8955
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "0" }),
8956
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "Meat/Poultry" })
9165
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(TableRow, { className: "k-master-row", children: [
9166
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "Perth Pasties" }),
9167
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "32.8" }),
9168
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "0" }),
9169
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(TableTd, { children: "Meat/Poultry" })
8957
9170
  ] })
8958
9171
  ] })
8959
9172
  ] }) }) })
8960
9173
  ] }) }),
8961
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(Popup, { id: "discontinued", className: "k-column-menu k-grid-columnmenu-popup", children: [
8962
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
8963
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-columnmenu-item", children: [
8964
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "sort-asc-small" }),
8965
- "Sort ascending"
8966
- ] }),
8967
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-columnmenu-item", children: [
8968
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "sort-desc-small" }),
8969
- "Sort descending"
8970
- ] })
9174
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(Popup, { id: "discontinued", className: "k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(ColumnMenuNormal, { children: [
9175
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(ColumnMenuItemWrapper, { children: [
9176
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ColumnMenuItem, { text: "Sort ascending", icon: "sort-asc-small" }),
9177
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ColumnMenuItem, { text: "Sort descending", icon: "sort-desc-small" })
8971
9178
  ] }),
8972
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-columnmenu-item", children: [
8973
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "columns" }),
8974
- "Columns",
8975
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("span", { className: "k-spacer" }),
8976
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "chevron-down" }) })
8977
- ] }) }) }),
8978
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-columnmenu-item", children: [
8979
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "filter" }),
8980
- "Filter",
8981
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("span", { className: "k-spacer" }),
8982
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "chevron-down" })
8983
- ] }) }) }),
8984
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-columnmenu-item", children: [
8985
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "group" }),
8986
- "Group column"
8987
- ] }) }),
8988
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
8989
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-columnmenu-item", children: [
8990
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "max-width" }),
8991
- "Autosize this column"
8992
- ] }),
8993
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-columnmenu-item", children: [
8994
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "display-inline-flex" }),
8995
- "Autosize all columns"
8996
- ] })
9179
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ColumnMenuExpander, { itemText: "Columns", itemIcon: "columns" }) }),
9180
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ColumnMenuExpander, { itemText: "Filter", itemIcon: "filter" }) }),
9181
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ColumnMenuItem, { text: "Group column", icon: "group" }) }),
9182
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(ColumnMenuItemWrapper, { children: [
9183
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ColumnMenuItem, { text: "Autosize this column", icon: "max-width" }),
9184
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ColumnMenuItem, { text: "Autosize all columns", icon: "display-inline-flex" })
8997
9185
  ] }),
8998
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-expander", children: [
8999
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-columnmenu-item", children: [
9000
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "set-column-position" }),
9001
- "Set column position",
9002
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("span", { className: "k-spacer" }),
9003
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "chevron-up" }) })
9186
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ColumnMenuExpander, { itemText: "Set column position", itemIcon: "set-column-position", expanded: true, itemContent: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(import_jsx_runtime193.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("div", { className: "k-column-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("div", { className: "k-column-list", style: { maxHeight: "260px", overflowY: "hidden" }, children: [
9187
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("div", { className: "k-column-list-item", children: [
9188
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(Icon, { icon: "lock" }),
9189
+ "Lock column"
9004
9190
  ] }),
9005
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-columnmenu-item-content k-columns-item", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-column-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-column-list", style: { maxHeight: "260px", overflowY: "hidden" }, children: [
9006
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-column-list-item", children: [
9007
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "lock" }),
9008
- "Lock column"
9009
- ] }),
9010
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-column-list-item k-disabled", children: [
9011
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "unlock" }),
9012
- "Unlock column"
9013
- ] }),
9014
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-column-list-item", children: [
9015
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "stick" }),
9016
- "Stick column"
9017
- ] }),
9018
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-column-list-item k-disabled", children: [
9019
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "unstick" }),
9020
- "Unstick column"
9021
- ] }),
9022
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-column-list-item", children: [
9023
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-left" }),
9024
- "Move previous"
9025
- ] }),
9026
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-column-list-item", children: [
9027
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-right" }),
9028
- "Move next"
9029
- ] })
9030
- ] }) }) })
9031
- ] }) })
9032
- ] }),
9033
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Popup, { id: "category", className: "k-column-menu k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-columnmenu-item", children: [
9034
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-column-list-item", children: [
9035
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-left" }),
9191
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("div", { className: "k-column-list-item k-disabled", children: [
9192
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(Icon, { icon: "unlock" }),
9193
+ "Unlock column"
9194
+ ] }),
9195
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("div", { className: "k-column-list-item", children: [
9196
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(Icon, { icon: "stick" }),
9197
+ "Stick column"
9198
+ ] }),
9199
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("div", { className: "k-column-list-item k-disabled", children: [
9200
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(Icon, { icon: "unstick" }),
9201
+ "Unstick column"
9202
+ ] }),
9203
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("div", { className: "k-column-list-item", children: [
9204
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(Icon, { icon: "caret-alt-left" }),
9205
+ "Move previous"
9206
+ ] }),
9207
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("div", { className: "k-column-list-item", children: [
9208
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(Icon, { icon: "caret-alt-right" }),
9209
+ "Move next"
9210
+ ] })
9211
+ ] }) }) }) }) })
9212
+ ] }) }),
9213
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(Popup, { id: "category", className: "k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ColumnMenuNormal, { children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)(ColumnMenuItem, { children: [
9214
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("div", { className: "k-column-list-item", children: [
9215
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(Icon, { icon: "caret-alt-left" }),
9036
9216
  "Move previous"
9037
9217
  ] }),
9038
- /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: "k-column-list-item k-disabled", children: [
9039
- /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-right" }),
9218
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("div", { className: "k-column-list-item k-disabled", children: [
9219
+ /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(Icon, { icon: "caret-alt-right" }),
9040
9220
  "Move next"
9041
9221
  ] })
9042
- ] }) }) })
9222
+ ] }) }) }) })
9043
9223
  ] })
9044
9224
  ] });