@progress/kendo-themes-html 6.7.0-dev.2 → 6.7.0-dev.4

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 (91) hide show
  1. package/dist/cjs/chat/chat.spec.js +146 -2150
  2. package/dist/cjs/chat/tests/chat-rtl.js +333 -2337
  3. package/dist/cjs/chat/tests/chat-scrollable-deck.js +332 -2336
  4. package/dist/cjs/chat/tests/chat.js +346 -2350
  5. package/dist/cjs/grid/tests/grid-adaptive-pager.js +18 -6
  6. package/dist/cjs/grid/tests/grid-angular.js +160 -148
  7. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +275 -263
  8. package/dist/cjs/grid/tests/grid-column-reordering.js +280 -268
  9. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +311 -299
  10. package/dist/cjs/grid/tests/grid-grouping-actions.js +241 -229
  11. package/dist/cjs/grid/tests/grid-pager.js +104 -92
  12. package/dist/cjs/grid/tests/grid-row-reordering.js +233 -221
  13. package/dist/cjs/grid/tests/grid-rtl-angular.js +106 -94
  14. package/dist/cjs/grid/tests/grid-rtl.js +99 -87
  15. package/dist/cjs/grid/tests/grid-selection-aggregates.js +108 -96
  16. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +348 -336
  17. package/dist/cjs/grid/tests/grid-size-sm.js +348 -336
  18. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +135 -123
  19. package/dist/cjs/grid/tests/grid.js +124 -112
  20. package/dist/cjs/index.js +3434 -3239
  21. package/dist/cjs/listview/listview.spec.js +22 -10
  22. package/dist/cjs/listview/tests/listview-layout.js +63 -51
  23. package/dist/cjs/listview/tests/listview-loading.js +34 -22
  24. package/dist/cjs/listview/tests/listview.js +49 -37
  25. package/dist/cjs/pager/index.js +41 -1
  26. package/dist/cjs/pager/templates/pager-adaptive-input.js +5806 -0
  27. package/dist/cjs/pager/templates/pager-adaptive.js +5805 -0
  28. package/dist/cjs/pager/templates/pager-input.js +5805 -0
  29. package/dist/cjs/pager/templates/pager-normal.js +5799 -0
  30. package/dist/cjs/pager/tests/pager-adaptive.js +49 -13
  31. package/dist/cjs/pager/tests/pager-sizes.js +34 -21
  32. package/dist/cjs/pager/tests/pager.js +27 -10
  33. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +25 -13
  34. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +31 -19
  35. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +36 -24
  36. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +25 -13
  37. package/dist/esm/chat/chat.spec.js +161 -2165
  38. package/dist/esm/chat/tests/chat-rtl.js +283 -2287
  39. package/dist/esm/chat/tests/chat-scrollable-deck.js +282 -2286
  40. package/dist/esm/chat/tests/chat.js +296 -2300
  41. package/dist/esm/grid/tests/grid-adaptive-pager.js +18 -6
  42. package/dist/esm/grid/tests/grid-angular.js +130 -118
  43. package/dist/esm/grid/tests/grid-column-reordering-actions.js +232 -220
  44. package/dist/esm/grid/tests/grid-column-reordering.js +235 -223
  45. package/dist/esm/grid/tests/grid-column-resizing-actions.js +268 -256
  46. package/dist/esm/grid/tests/grid-grouping-actions.js +210 -198
  47. package/dist/esm/grid/tests/grid-pager.js +82 -70
  48. package/dist/esm/grid/tests/grid-row-reordering.js +206 -194
  49. package/dist/esm/grid/tests/grid-rtl-angular.js +88 -76
  50. package/dist/esm/grid/tests/grid-rtl.js +84 -72
  51. package/dist/esm/grid/tests/grid-selection-aggregates.js +80 -68
  52. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +289 -277
  53. package/dist/esm/grid/tests/grid-size-sm.js +289 -277
  54. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +124 -112
  55. package/dist/esm/grid/tests/grid.js +104 -92
  56. package/dist/esm/index.js +3434 -3239
  57. package/dist/esm/listview/listview.spec.js +20 -8
  58. package/dist/esm/listview/tests/listview-layout.js +49 -37
  59. package/dist/esm/listview/tests/listview-loading.js +29 -17
  60. package/dist/esm/listview/tests/listview.js +39 -27
  61. package/dist/esm/pager/index.js +41 -1
  62. package/dist/esm/pager/templates/pager-adaptive-input.js +5790 -0
  63. package/dist/esm/pager/templates/pager-adaptive.js +5789 -0
  64. package/dist/esm/pager/templates/pager-input.js +5789 -0
  65. package/dist/esm/pager/templates/pager-normal.js +5783 -0
  66. package/dist/esm/pager/tests/pager-adaptive.js +47 -11
  67. package/dist/esm/pager/tests/pager-sizes.js +34 -21
  68. package/dist/esm/pager/tests/pager.js +27 -10
  69. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +23 -11
  70. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +27 -15
  71. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +30 -18
  72. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +23 -11
  73. package/dist/types/floating-label/floating-label.spec.d.ts +6 -2
  74. package/dist/types/index.d.ts +1 -0
  75. package/dist/types/pager/index.d.ts +4 -0
  76. package/dist/types/pager/templates/pager-adaptive-input.d.ts +1 -0
  77. package/dist/types/pager/templates/pager-adaptive.d.ts +1 -0
  78. package/dist/types/pager/templates/pager-input.d.ts +1 -0
  79. package/dist/types/pager/templates/pager-normal.d.ts +1 -0
  80. package/package.json +2 -2
  81. package/src/chat/chat.spec.tsx +13 -14
  82. package/src/floating-label/floating-label.spec.tsx +7 -2
  83. package/src/index.ts +1 -0
  84. package/src/pager/index.tsx +4 -0
  85. package/src/pager/templates/pager-adaptive-input.tsx +9 -0
  86. package/src/pager/templates/pager-adaptive.tsx +8 -0
  87. package/src/pager/templates/pager-input.tsx +8 -0
  88. package/src/pager/templates/pager-normal.tsx +3 -0
  89. package/src/pager/tests/pager-adaptive.tsx +7 -7
  90. package/src/pager/tests/pager-sizes.tsx +9 -22
  91. package/src/pager/tests/pager.tsx +21 -19
@@ -5774,8 +5774,20 @@ Pager.options = options22;
5774
5774
  Pager.className = PAGER_CLASSNAME;
5775
5775
  Pager.defaultProps = defaultProps20;
5776
5776
 
5777
- // src/button-group/button-group.spec.tsx
5777
+ // src/pager/templates/pager-normal.tsx
5778
5778
  import { jsx as jsx52 } from "react/jsx-runtime";
5779
+
5780
+ // src/pager/templates/pager-input.tsx
5781
+ import { jsx as jsx53 } from "react/jsx-runtime";
5782
+
5783
+ // src/pager/templates/pager-adaptive.tsx
5784
+ import { jsx as jsx54 } from "react/jsx-runtime";
5785
+
5786
+ // src/pager/templates/pager-adaptive-input.tsx
5787
+ import { jsx as jsx55 } from "react/jsx-runtime";
5788
+
5789
+ // src/button-group/button-group.spec.tsx
5790
+ import { jsx as jsx56 } from "react/jsx-runtime";
5779
5791
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5780
5792
  var states24 = [
5781
5793
  States.disabled
@@ -5793,7 +5805,7 @@ var ButtonGroup = (props) => {
5793
5805
  stretched,
5794
5806
  ...other
5795
5807
  } = props;
5796
- return /* @__PURE__ */ jsx52(
5808
+ return /* @__PURE__ */ jsx56(
5797
5809
  "div",
5798
5810
  {
5799
5811
  ...other,
@@ -5820,19 +5832,19 @@ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5820
5832
  ButtonGroup.defaultProps = defaultProps21;
5821
5833
 
5822
5834
  // src/button-group/templates/icon-button-group.tsx
5823
- import { jsx as jsx53, jsxs as jsxs22 } from "react/jsx-runtime";
5835
+ import { jsx as jsx57, jsxs as jsxs22 } from "react/jsx-runtime";
5824
5836
 
5825
5837
  // src/button-group/templates/icon-text-button-group.tsx
5826
- import { jsx as jsx54, jsxs as jsxs23 } from "react/jsx-runtime";
5838
+ import { jsx as jsx58, jsxs as jsxs23 } from "react/jsx-runtime";
5827
5839
 
5828
5840
  // src/button-group/templates/text-button-group.tsx
5829
- import { jsx as jsx55, jsxs as jsxs24 } from "react/jsx-runtime";
5841
+ import { jsx as jsx59, jsxs as jsxs24 } from "react/jsx-runtime";
5830
5842
 
5831
5843
  // src/button-group/templates/mixed-button-group.tsx
5832
- import { jsx as jsx56, jsxs as jsxs25 } from "react/jsx-runtime";
5844
+ import { jsx as jsx60, jsxs as jsxs25 } from "react/jsx-runtime";
5833
5845
 
5834
5846
  // src/color-preview/color-preview.tsx
5835
- import { jsx as jsx57, jsxs as jsxs26 } from "react/jsx-runtime";
5847
+ import { jsx as jsx61, jsxs as jsxs26 } from "react/jsx-runtime";
5836
5848
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5837
5849
  var states25 = [];
5838
5850
  var options24 = {};
@@ -5855,8 +5867,8 @@ var ColorPreview = (props) => {
5855
5867
  }
5856
5868
  ),
5857
5869
  children: [
5858
- iconName && /* @__PURE__ */ jsx57(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5859
- /* @__PURE__ */ jsx57(
5870
+ iconName && /* @__PURE__ */ jsx61(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5871
+ /* @__PURE__ */ jsx61(
5860
5872
  "span",
5861
5873
  {
5862
5874
  className: "k-color-preview-mask",
@@ -5872,7 +5884,7 @@ ColorPreview.options = options24;
5872
5884
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5873
5885
 
5874
5886
  // src/colorpicker/colorpicker.spec.tsx
5875
- import { jsx as jsx58, jsxs as jsxs27 } from "react/jsx-runtime";
5887
+ import { jsx as jsx62, jsxs as jsxs27 } from "react/jsx-runtime";
5876
5888
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5877
5889
  var states26 = [
5878
5890
  States.hover,
@@ -5931,14 +5943,14 @@ var ColorPicker = (props) => {
5931
5943
  "k-icon-picker"
5932
5944
  ),
5933
5945
  children: [
5934
- /* @__PURE__ */ jsx58(InputPrefix, { children: prefix }),
5935
- /* @__PURE__ */ jsx58(
5946
+ /* @__PURE__ */ jsx62(InputPrefix, { children: prefix }),
5947
+ /* @__PURE__ */ jsx62(
5936
5948
  InputInnerSpan,
5937
5949
  {
5938
5950
  placeholder,
5939
5951
  value,
5940
5952
  showValue: false,
5941
- valueIcon: /* @__PURE__ */ jsx58(
5953
+ valueIcon: /* @__PURE__ */ jsx62(
5942
5954
  ColorPreview,
5943
5955
  {
5944
5956
  className: "k-value-icon",
@@ -5949,8 +5961,8 @@ var ColorPicker = (props) => {
5949
5961
  valueIconName
5950
5962
  }
5951
5963
  ),
5952
- /* @__PURE__ */ jsx58(InputSuffix, { children: suffix }),
5953
- /* @__PURE__ */ jsx58(
5964
+ /* @__PURE__ */ jsx62(InputSuffix, { children: suffix }),
5965
+ /* @__PURE__ */ jsx62(
5954
5966
  Button,
5955
5967
  {
5956
5968
  className: "k-input-button",
@@ -5970,7 +5982,7 @@ ColorPicker.className = COLORPICKER_CLASSNAME;
5970
5982
  ColorPicker.defaultProps = defaultProps22;
5971
5983
 
5972
5984
  // src/action-sheet/action-sheet.spec.tsx
5973
- import { Fragment as Fragment15, jsx as jsx59, jsxs as jsxs28 } from "react/jsx-runtime";
5985
+ import { Fragment as Fragment15, jsx as jsx63, jsxs as jsxs28 } from "react/jsx-runtime";
5974
5986
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5975
5987
  var states27 = [];
5976
5988
  var options26 = {};
@@ -5993,8 +6005,8 @@ var ActionSheet = (props) => {
5993
6005
  overlay = defaultProps23.overlay,
5994
6006
  ...other
5995
6007
  } = props;
5996
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx59(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5997
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx59(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx59(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6008
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx63(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6009
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx63(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx63(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5998
6010
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5999
6011
  switch (child.type) {
6000
6012
  case ActionSheetHeader:
@@ -6004,10 +6016,10 @@ var ActionSheet = (props) => {
6004
6016
  return true;
6005
6017
  }
6006
6018
  return true;
6007
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx59(Fragment15, {});
6019
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx63(Fragment15, {});
6008
6020
  return /* @__PURE__ */ jsxs28("div", { className: "k-actionsheet-container", children: [
6009
- overlay && /* @__PURE__ */ jsx59("div", { className: "k-overlay" }),
6010
- /* @__PURE__ */ jsx59(
6021
+ overlay && /* @__PURE__ */ jsx63("div", { className: "k-overlay" }),
6022
+ /* @__PURE__ */ jsx63(
6011
6023
  AnimationContainer,
6012
6024
  {
6013
6025
  animationStyle: {
@@ -6017,7 +6029,7 @@ var ActionSheet = (props) => {
6017
6029
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
6018
6030
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
6019
6031
  },
6020
- children: /* @__PURE__ */ jsx59(
6032
+ children: /* @__PURE__ */ jsx63(
6021
6033
  "div",
6022
6034
  {
6023
6035
  ...other,
@@ -6032,7 +6044,7 @@ var ActionSheet = (props) => {
6032
6044
  ),
6033
6045
  children: /* @__PURE__ */ jsxs28(Fragment15, { children: [
6034
6046
  _ActionSheetHeader,
6035
- /* @__PURE__ */ jsx59("div", { className: classNames(
6047
+ /* @__PURE__ */ jsx63("div", { className: classNames(
6036
6048
  "k-actionsheet-content",
6037
6049
  {
6038
6050
  "!k-overflow-hidden": adaptive
@@ -6052,7 +6064,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
6052
6064
  ActionSheet.defaultProps = defaultProps23;
6053
6065
 
6054
6066
  // src/action-sheet/actionsheet-header.tsx
6055
- import { Fragment as Fragment16, jsx as jsx60, jsxs as jsxs29 } from "react/jsx-runtime";
6067
+ import { Fragment as Fragment16, jsx as jsx64, jsxs as jsxs29 } from "react/jsx-runtime";
6056
6068
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
6057
6069
  var ActionSheetHeader = (props) => {
6058
6070
  const {
@@ -6062,7 +6074,7 @@ var ActionSheetHeader = (props) => {
6062
6074
  filter,
6063
6075
  ...other
6064
6076
  } = props;
6065
- return /* @__PURE__ */ jsx60(
6077
+ return /* @__PURE__ */ jsx64(
6066
6078
  "div",
6067
6079
  {
6068
6080
  ...other,
@@ -6072,21 +6084,21 @@ var ActionSheetHeader = (props) => {
6072
6084
  ),
6073
6085
  children: /* @__PURE__ */ jsxs29(Fragment16, { children: [
6074
6086
  /* @__PURE__ */ jsxs29("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6075
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx60(Fragment16, { children: /* @__PURE__ */ jsxs29("div", { className: "k-actionsheet-title", children: [
6076
- title !== "" && /* @__PURE__ */ jsx60("div", { className: "k-text-center", children: title }),
6077
- subTitle !== "" && /* @__PURE__ */ jsx60("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6087
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx64(Fragment16, { children: /* @__PURE__ */ jsxs29("div", { className: "k-actionsheet-title", children: [
6088
+ title !== "" && /* @__PURE__ */ jsx64("div", { className: "k-text-center", children: title }),
6089
+ subTitle !== "" && /* @__PURE__ */ jsx64("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6078
6090
  ] }) }),
6079
- props.children && /* @__PURE__ */ jsx60("div", { className: "k-actionsheet-title", children: props.children }),
6080
- actions && /* @__PURE__ */ jsx60(Fragment16, { children: /* @__PURE__ */ jsx60("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx60(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6091
+ props.children && /* @__PURE__ */ jsx64("div", { className: "k-actionsheet-title", children: props.children }),
6092
+ actions && /* @__PURE__ */ jsx64(Fragment16, { children: /* @__PURE__ */ jsx64("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx64(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6081
6093
  ] }),
6082
- filter && /* @__PURE__ */ jsx60(Fragment16, { children: /* @__PURE__ */ jsx60("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx60(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6094
+ filter && /* @__PURE__ */ jsx64(Fragment16, { children: /* @__PURE__ */ jsx64("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx64(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6083
6095
  ] })
6084
6096
  }
6085
6097
  );
6086
6098
  };
6087
6099
 
6088
6100
  // src/action-buttons/action-buttons.spec.tsx
6089
- import { jsx as jsx61 } from "react/jsx-runtime";
6101
+ import { jsx as jsx65 } from "react/jsx-runtime";
6090
6102
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6091
6103
  var states28 = [];
6092
6104
  var options27 = {};
@@ -6100,7 +6112,7 @@ var ActionButtons = (props) => {
6100
6112
  orientation = defaultProps24.orientation,
6101
6113
  ...other
6102
6114
  } = props;
6103
- return /* @__PURE__ */ jsx61(
6115
+ return /* @__PURE__ */ jsx65(
6104
6116
  "div",
6105
6117
  {
6106
6118
  ...other,
@@ -6123,14 +6135,14 @@ ActionButtons.defaultProps = defaultProps24;
6123
6135
  var action_buttons_spec_default = ActionButtons;
6124
6136
 
6125
6137
  // src/action-sheet/actionsheet-footer.tsx
6126
- import { Fragment as Fragment17, jsx as jsx62, jsxs as jsxs30 } from "react/jsx-runtime";
6138
+ import { Fragment as Fragment17, jsx as jsx66, jsxs as jsxs30 } from "react/jsx-runtime";
6127
6139
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
6128
6140
  var ActionSheetFooter = (props) => {
6129
6141
  const {
6130
6142
  actions,
6131
6143
  ...other
6132
6144
  } = props;
6133
- return /* @__PURE__ */ jsx62(
6145
+ return /* @__PURE__ */ jsx66(
6134
6146
  action_buttons_spec_default,
6135
6147
  {
6136
6148
  ...other,
@@ -6142,14 +6154,14 @@ var ActionSheetFooter = (props) => {
6142
6154
  children: /* @__PURE__ */ jsxs30(Fragment17, { children: [
6143
6155
  actions && actions.map((action, index) => {
6144
6156
  if (action === "|") {
6145
- return /* @__PURE__ */ jsx62("span", { className: "k-separator" }, index);
6157
+ return /* @__PURE__ */ jsx66("span", { className: "k-separator" }, index);
6146
6158
  }
6147
6159
  if (action === " ") {
6148
- return /* @__PURE__ */ jsx62("span", { className: "k-spacer" }, index);
6160
+ return /* @__PURE__ */ jsx66("span", { className: "k-spacer" }, index);
6149
6161
  }
6150
6162
  const importantFlag = action.startsWith("!");
6151
6163
  const actionName = importantFlag ? action.substring(1) : action;
6152
- return /* @__PURE__ */ jsx62(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6164
+ return /* @__PURE__ */ jsx66(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6153
6165
  }),
6154
6166
  !actions && props.children
6155
6167
  ] })
@@ -6158,12 +6170,12 @@ var ActionSheetFooter = (props) => {
6158
6170
  };
6159
6171
 
6160
6172
  // src/action-sheet/actionsheet-items.tsx
6161
- import { jsx as jsx63 } from "react/jsx-runtime";
6173
+ import { jsx as jsx67 } from "react/jsx-runtime";
6162
6174
  var ActionSheetItems = (props) => {
6163
6175
  const {
6164
6176
  ...other
6165
6177
  } = props;
6166
- return /* @__PURE__ */ jsx63(
6178
+ return /* @__PURE__ */ jsx67(
6167
6179
  "div",
6168
6180
  {
6169
6181
  ...other,
@@ -6177,7 +6189,7 @@ var ActionSheetItems = (props) => {
6177
6189
  };
6178
6190
 
6179
6191
  // src/action-sheet/actionsheet-item.tsx
6180
- import { Fragment as Fragment18, jsx as jsx64, jsxs as jsxs31 } from "react/jsx-runtime";
6192
+ import { Fragment as Fragment18, jsx as jsx68, jsxs as jsxs31 } from "react/jsx-runtime";
6181
6193
  var states29 = [
6182
6194
  States.hover,
6183
6195
  States.focus,
@@ -6186,7 +6198,7 @@ var states29 = [
6186
6198
  ];
6187
6199
 
6188
6200
  // src/combobox/combobox.spec.tsx
6189
- import { Fragment as Fragment19, jsx as jsx65, jsxs as jsxs32 } from "react/jsx-runtime";
6201
+ import { Fragment as Fragment19, jsx as jsx69, jsxs as jsxs32 } from "react/jsx-runtime";
6190
6202
  var COMBOBOX_CLASSNAME = `k-combobox`;
6191
6203
  var states30 = [
6192
6204
  States.hover,
@@ -6249,9 +6261,9 @@ var Combobox = (props) => {
6249
6261
  readonly,
6250
6262
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6251
6263
  children: [
6252
- /* @__PURE__ */ jsx65(InputPrefix, { children: prefix }),
6253
- /* @__PURE__ */ jsx65(InputInnerInput, { placeholder, value }),
6254
- /* @__PURE__ */ jsx65(
6264
+ /* @__PURE__ */ jsx69(InputPrefix, { children: prefix }),
6265
+ /* @__PURE__ */ jsx69(InputInnerInput, { placeholder, value }),
6266
+ /* @__PURE__ */ jsx69(
6255
6267
  InputValidationIcon,
6256
6268
  {
6257
6269
  valid,
@@ -6260,14 +6272,14 @@ var Combobox = (props) => {
6260
6272
  disabled
6261
6273
  }
6262
6274
  ),
6263
- /* @__PURE__ */ jsx65(
6275
+ /* @__PURE__ */ jsx69(
6264
6276
  InputLoadingIcon,
6265
6277
  {
6266
6278
  loading,
6267
6279
  disabled
6268
6280
  }
6269
6281
  ),
6270
- /* @__PURE__ */ jsx65(
6282
+ /* @__PURE__ */ jsx69(
6271
6283
  InputClearValue,
6272
6284
  {
6273
6285
  loading,
@@ -6276,8 +6288,8 @@ var Combobox = (props) => {
6276
6288
  value
6277
6289
  }
6278
6290
  ),
6279
- /* @__PURE__ */ jsx65(InputSuffix, { children: suffix }),
6280
- /* @__PURE__ */ jsx65(
6291
+ /* @__PURE__ */ jsx69(InputSuffix, { children: suffix }),
6292
+ /* @__PURE__ */ jsx69(
6281
6293
  Button,
6282
6294
  {
6283
6295
  className: "k-input-button",
@@ -6290,9 +6302,9 @@ var Combobox = (props) => {
6290
6302
  ]
6291
6303
  }
6292
6304
  ),
6293
- opened && popup && /* @__PURE__ */ jsx65(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6305
+ opened && popup && /* @__PURE__ */ jsx69(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6294
6306
  adaptive && /* @__PURE__ */ jsxs32(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6295
- /* @__PURE__ */ jsx65(
6307
+ /* @__PURE__ */ jsx69(
6296
6308
  ActionSheetHeader,
6297
6309
  {
6298
6310
  actions: ["x"],
@@ -6300,10 +6312,10 @@ var Combobox = (props) => {
6300
6312
  title: "Select Item"
6301
6313
  }
6302
6314
  ),
6303
- /* @__PURE__ */ jsx65("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs32(List, { size: "large", children: [
6304
- /* @__PURE__ */ jsx65(ListItem, { text: "List item" }),
6305
- /* @__PURE__ */ jsx65(ListItem, { text: "List item" }),
6306
- /* @__PURE__ */ jsx65(ListItem, { text: "List item" })
6315
+ /* @__PURE__ */ jsx69("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs32(List, { size: "large", children: [
6316
+ /* @__PURE__ */ jsx69(ListItem, { text: "List item" }),
6317
+ /* @__PURE__ */ jsx69(ListItem, { text: "List item" }),
6318
+ /* @__PURE__ */ jsx69(ListItem, { text: "List item" })
6307
6319
  ] }) })
6308
6320
  ] })
6309
6321
  ] });
@@ -6314,19 +6326,19 @@ Combobox.className = COMBOBOX_CLASSNAME;
6314
6326
  Combobox.defaultProps = defaultProps25;
6315
6327
 
6316
6328
  // src/combobox/templates/combobox-normal.tsx
6317
- import { jsx as jsx66 } from "react/jsx-runtime";
6329
+ import { jsx as jsx70 } from "react/jsx-runtime";
6318
6330
 
6319
6331
  // src/combobox/templates/combobox-popup.tsx
6320
- import { jsx as jsx67, jsxs as jsxs33 } from "react/jsx-runtime";
6332
+ import { jsx as jsx71, jsxs as jsxs33 } from "react/jsx-runtime";
6321
6333
 
6322
6334
  // src/combobox/templates/combobox-grouping.tsx
6323
- import { jsx as jsx68, jsxs as jsxs34 } from "react/jsx-runtime";
6335
+ import { jsx as jsx72, jsxs as jsxs34 } from "react/jsx-runtime";
6324
6336
 
6325
6337
  // src/combobox/templates/combobox-adaptive.tsx
6326
- import { jsx as jsx69 } from "react/jsx-runtime";
6338
+ import { jsx as jsx73 } from "react/jsx-runtime";
6327
6339
 
6328
6340
  // src/menu-button/menu-button.spec.tsx
6329
- import { Fragment as Fragment20, jsx as jsx70, jsxs as jsxs35 } from "react/jsx-runtime";
6341
+ import { Fragment as Fragment20, jsx as jsx74, jsxs as jsxs35 } from "react/jsx-runtime";
6330
6342
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6331
6343
  var states31 = [
6332
6344
  States.hover,
@@ -6381,7 +6393,7 @@ var MenuButton = (props) => {
6381
6393
  ...other
6382
6394
  } = props;
6383
6395
  return /* @__PURE__ */ jsxs35(Fragment20, { children: [
6384
- /* @__PURE__ */ jsx70(
6396
+ /* @__PURE__ */ jsx74(
6385
6397
  Button,
6386
6398
  {
6387
6399
  ...other,
@@ -6404,7 +6416,7 @@ var MenuButton = (props) => {
6404
6416
  arrowIconName
6405
6417
  }
6406
6418
  ),
6407
- opened && popup && /* @__PURE__ */ jsx70(Popup, { className: "k-menu-popup", children: popup })
6419
+ opened && popup && /* @__PURE__ */ jsx74(Popup, { className: "k-menu-popup", children: popup })
6408
6420
  ] });
6409
6421
  };
6410
6422
  MenuButton.states = states31;
@@ -6413,16 +6425,16 @@ MenuButton.className = MENUBUTTON_CLASSNAME;
6413
6425
  MenuButton.defaultProps = defaultProps26;
6414
6426
 
6415
6427
  // src/menu-button/templates/icon-menu-button.tsx
6416
- import { jsx as jsx71 } from "react/jsx-runtime";
6428
+ import { jsx as jsx75 } from "react/jsx-runtime";
6417
6429
 
6418
6430
  // src/menu-button/templates/icon-text-menu-button.tsx
6419
- import { jsx as jsx72 } from "react/jsx-runtime";
6431
+ import { jsx as jsx76 } from "react/jsx-runtime";
6420
6432
 
6421
6433
  // src/menu-button/templates/text-menu-button.tsx
6422
- import { jsx as jsx73 } from "react/jsx-runtime";
6434
+ import { jsx as jsx77 } from "react/jsx-runtime";
6423
6435
 
6424
6436
  // src/menu/menu-item.spec.tsx
6425
- import { Fragment as Fragment21, jsx as jsx74, jsxs as jsxs36 } from "react/jsx-runtime";
6437
+ import { Fragment as Fragment21, jsx as jsx78, jsxs as jsxs36 } from "react/jsx-runtime";
6426
6438
  var MENUITEM_CLASSNAME = `k-menu-item`;
6427
6439
  var states32 = [
6428
6440
  States.hover,
@@ -6450,7 +6462,7 @@ var MenuItem = (props) => {
6450
6462
  children,
6451
6463
  ...other
6452
6464
  } = props;
6453
- const contentTemplate = /* @__PURE__ */ jsx74(Fragment21, {});
6465
+ const contentTemplate = /* @__PURE__ */ jsx78(Fragment21, {});
6454
6466
  if (children) {
6455
6467
  children.forEach((child) => {
6456
6468
  const component = child.type;
@@ -6492,9 +6504,9 @@ var MenuItem = (props) => {
6492
6504
  })
6493
6505
  ),
6494
6506
  children: [
6495
- icon && /* @__PURE__ */ jsx74(Icon, { className: "k-menu-link-icon", icon }),
6496
- /* @__PURE__ */ jsx74("span", { className: "k-menu-link-text", children: text }),
6497
- showArrow && /* @__PURE__ */ jsx74("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx74(Icon, { icon: expandArrowName }) })
6507
+ icon && /* @__PURE__ */ jsx78(Icon, { className: "k-menu-link-icon", icon }),
6508
+ /* @__PURE__ */ jsx78("span", { className: "k-menu-link-text", children: text }),
6509
+ showArrow && /* @__PURE__ */ jsx78("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx78(Icon, { icon: expandArrowName }) })
6498
6510
  ]
6499
6511
  }
6500
6512
  ),
@@ -6510,7 +6522,7 @@ MenuItem.defaultProps = defaultProps27;
6510
6522
  var menu_item_spec_default = MenuItem;
6511
6523
 
6512
6524
  // src/menu/menu-separator.spec.tsx
6513
- import { jsx as jsx75 } from "react/jsx-runtime";
6525
+ import { jsx as jsx79 } from "react/jsx-runtime";
6514
6526
  var SEPARATOR_CLASSNAME = `k-separator`;
6515
6527
  var defaultProps28 = {
6516
6528
  orientation: "horizontal"
@@ -6520,7 +6532,7 @@ var MenuSeparator = (props) => {
6520
6532
  orientation = defaultProps28.orientation,
6521
6533
  ...other
6522
6534
  } = props;
6523
- return /* @__PURE__ */ jsx75(
6535
+ return /* @__PURE__ */ jsx79(
6524
6536
  "li",
6525
6537
  {
6526
6538
  ...other,
@@ -6538,10 +6550,10 @@ var MenuSeparator = (props) => {
6538
6550
  var menu_separator_spec_default = MenuSeparator;
6539
6551
 
6540
6552
  // src/menu/menu-item-content.tsx
6541
- import { Fragment as Fragment22, jsx as jsx76 } from "react/jsx-runtime";
6553
+ import { Fragment as Fragment22, jsx as jsx80 } from "react/jsx-runtime";
6542
6554
 
6543
6555
  // src/menu/menu-list.spec.tsx
6544
- import { jsx as jsx77 } from "react/jsx-runtime";
6556
+ import { jsx as jsx81 } from "react/jsx-runtime";
6545
6557
  import { createElement } from "react";
6546
6558
  var MENULIST_CLASSNAME = `k-menu-group`;
6547
6559
  var states33 = [];
@@ -6569,7 +6581,7 @@ var MenuList = (props) => {
6569
6581
  );
6570
6582
  } else if (child.type === menu_separator_spec_default) {
6571
6583
  listChildren.push(
6572
- /* @__PURE__ */ jsx77(menu_separator_spec_default, {})
6584
+ /* @__PURE__ */ jsx81(menu_separator_spec_default, {})
6573
6585
  );
6574
6586
  } else {
6575
6587
  listChildren.push(child);
@@ -6577,7 +6589,7 @@ var MenuList = (props) => {
6577
6589
  });
6578
6590
  }
6579
6591
  }
6580
- return /* @__PURE__ */ jsx77(
6592
+ return /* @__PURE__ */ jsx81(
6581
6593
  "ul",
6582
6594
  {
6583
6595
  ...other,
@@ -6598,10 +6610,10 @@ MenuList.className = MENULIST_CLASSNAME;
6598
6610
  MenuList.defaultProps = defaultProps29;
6599
6611
 
6600
6612
  // src/menu-button/templates/menu-button-popup.tsx
6601
- import { jsx as jsx78, jsxs as jsxs37 } from "react/jsx-runtime";
6613
+ import { jsx as jsx82, jsxs as jsxs37 } from "react/jsx-runtime";
6602
6614
 
6603
6615
  // src/split-button/split-button.spec.tsx
6604
- import { Fragment as Fragment23, jsx as jsx79, jsxs as jsxs38 } from "react/jsx-runtime";
6616
+ import { Fragment as Fragment23, jsx as jsx83, jsxs as jsxs38 } from "react/jsx-runtime";
6605
6617
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
6606
6618
  var states34 = [
6607
6619
  States.hover,
@@ -6667,7 +6679,7 @@ var SplitButton = (props) => {
6667
6679
  })
6668
6680
  ),
6669
6681
  children: [
6670
- /* @__PURE__ */ jsx79(
6682
+ /* @__PURE__ */ jsx83(
6671
6683
  Button,
6672
6684
  {
6673
6685
  text,
@@ -6684,7 +6696,7 @@ var SplitButton = (props) => {
6684
6696
  children: props.children
6685
6697
  }
6686
6698
  ),
6687
- /* @__PURE__ */ jsx79(
6699
+ /* @__PURE__ */ jsx83(
6688
6700
  Button,
6689
6701
  {
6690
6702
  className: "k-split-button-arrow",
@@ -6698,7 +6710,7 @@ var SplitButton = (props) => {
6698
6710
  ]
6699
6711
  }
6700
6712
  ),
6701
- opened && popup && /* @__PURE__ */ jsx79(Popup, { className: "k-menu-popup", children: popup })
6713
+ opened && popup && /* @__PURE__ */ jsx83(Popup, { className: "k-menu-popup", children: popup })
6702
6714
  ] });
6703
6715
  };
6704
6716
  SplitButton.states = states34;
@@ -6708,7 +6720,7 @@ SplitButton.defaultProps = defaultProps30;
6708
6720
  var split_button_spec_default = SplitButton;
6709
6721
 
6710
6722
  // src/toolbar/toolbar.spec.tsx
6711
- import { jsx as jsx80 } from "react/jsx-runtime";
6723
+ import { jsx as jsx84 } from "react/jsx-runtime";
6712
6724
  var TOOLBAR_CLASSNAME = `k-toolbar`;
6713
6725
  var states35 = [
6714
6726
  States.focus
@@ -6731,7 +6743,7 @@ var Toolbar = (props) => {
6731
6743
  const tempToolbarChildren = [];
6732
6744
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6733
6745
  tempToolbarChildren.push(
6734
- /* @__PURE__ */ jsx80(
6746
+ /* @__PURE__ */ jsx84(
6735
6747
  Button,
6736
6748
  {
6737
6749
  ...child.props,
@@ -6742,7 +6754,7 @@ var Toolbar = (props) => {
6742
6754
  );
6743
6755
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6744
6756
  tempToolbarChildren.push(
6745
- /* @__PURE__ */ jsx80(
6757
+ /* @__PURE__ */ jsx84(
6746
6758
  Button,
6747
6759
  {
6748
6760
  ...child.props,
@@ -6753,7 +6765,7 @@ var Toolbar = (props) => {
6753
6765
  );
6754
6766
  } else if (child.type === Button) {
6755
6767
  tempToolbarChildren.push(
6756
- /* @__PURE__ */ jsx80(
6768
+ /* @__PURE__ */ jsx84(
6757
6769
  Button,
6758
6770
  {
6759
6771
  ...child.props,
@@ -6764,7 +6776,7 @@ var Toolbar = (props) => {
6764
6776
  );
6765
6777
  } else if (child.type === MenuButton) {
6766
6778
  tempToolbarChildren.push(
6767
- /* @__PURE__ */ jsx80(
6779
+ /* @__PURE__ */ jsx84(
6768
6780
  MenuButton,
6769
6781
  {
6770
6782
  ...child.props,
@@ -6775,7 +6787,7 @@ var Toolbar = (props) => {
6775
6787
  );
6776
6788
  } else if (child.type === split_button_spec_default) {
6777
6789
  tempToolbarChildren.push(
6778
- /* @__PURE__ */ jsx80(
6790
+ /* @__PURE__ */ jsx84(
6779
6791
  split_button_spec_default,
6780
6792
  {
6781
6793
  ...child.props,
@@ -6789,7 +6801,7 @@ var Toolbar = (props) => {
6789
6801
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6790
6802
  childrenArray.forEach((button, bindex) => {
6791
6803
  buttonGroupItems.push(
6792
- /* @__PURE__ */ jsx80(
6804
+ /* @__PURE__ */ jsx84(
6793
6805
  Button,
6794
6806
  {
6795
6807
  ...button.props,
@@ -6800,7 +6812,7 @@ var Toolbar = (props) => {
6800
6812
  );
6801
6813
  });
6802
6814
  tempToolbarChildren.push(
6803
- /* @__PURE__ */ jsx80(
6815
+ /* @__PURE__ */ jsx84(
6804
6816
  ButtonGroup,
6805
6817
  {
6806
6818
  ...child.props,
@@ -6812,7 +6824,7 @@ var Toolbar = (props) => {
6812
6824
  );
6813
6825
  } else if (child.type === Combobox) {
6814
6826
  tempToolbarChildren.push(
6815
- /* @__PURE__ */ jsx80(
6827
+ /* @__PURE__ */ jsx84(
6816
6828
  Combobox,
6817
6829
  {
6818
6830
  ...child.props,
@@ -6823,7 +6835,7 @@ var Toolbar = (props) => {
6823
6835
  );
6824
6836
  } else if (child.type === DropdownList) {
6825
6837
  tempToolbarChildren.push(
6826
- /* @__PURE__ */ jsx80(
6838
+ /* @__PURE__ */ jsx84(
6827
6839
  DropdownList,
6828
6840
  {
6829
6841
  ...child.props,
@@ -6834,7 +6846,7 @@ var Toolbar = (props) => {
6834
6846
  );
6835
6847
  } else if (child.type === ColorPicker) {
6836
6848
  tempToolbarChildren.push(
6837
- /* @__PURE__ */ jsx80(
6849
+ /* @__PURE__ */ jsx84(
6838
6850
  ColorPicker,
6839
6851
  {
6840
6852
  ...child.props,
@@ -6856,7 +6868,7 @@ var Toolbar = (props) => {
6856
6868
  addUniqueToolClass(child, index);
6857
6869
  });
6858
6870
  }
6859
- return /* @__PURE__ */ jsx80(
6871
+ return /* @__PURE__ */ jsx84(
6860
6872
  "div",
6861
6873
  {
6862
6874
  ...other,
@@ -6883,7 +6895,7 @@ Toolbar.className = TOOLBAR_CLASSNAME;
6883
6895
  Toolbar.defaultProps = defaultProps31;
6884
6896
 
6885
6897
  // src/toolbar/toolbar-angular.spec.tsx
6886
- import { jsx as jsx81 } from "react/jsx-runtime";
6898
+ import { jsx as jsx85 } from "react/jsx-runtime";
6887
6899
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
6888
6900
  var states36 = [
6889
6901
  States.focus
@@ -6906,7 +6918,7 @@ var ToolbarAngular = (props) => {
6906
6918
  const tempToolbarChildren = [];
6907
6919
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
6908
6920
  tempToolbarChildren.push(
6909
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6921
+ /* @__PURE__ */ jsx85("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx85(
6910
6922
  Button,
6911
6923
  {
6912
6924
  ...child.props,
@@ -6917,7 +6929,7 @@ var ToolbarAngular = (props) => {
6917
6929
  );
6918
6930
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
6919
6931
  tempToolbarChildren.push(
6920
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6932
+ /* @__PURE__ */ jsx85("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx85(
6921
6933
  Button,
6922
6934
  {
6923
6935
  ...child.props,
@@ -6928,7 +6940,7 @@ var ToolbarAngular = (props) => {
6928
6940
  );
6929
6941
  } else if (child.type === Button) {
6930
6942
  tempToolbarChildren.push(
6931
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6943
+ /* @__PURE__ */ jsx85("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx85(
6932
6944
  Button,
6933
6945
  {
6934
6946
  ...child.props,
@@ -6939,7 +6951,7 @@ var ToolbarAngular = (props) => {
6939
6951
  );
6940
6952
  } else if (child.type === MenuButton) {
6941
6953
  tempToolbarChildren.push(
6942
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6954
+ /* @__PURE__ */ jsx85("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx85(
6943
6955
  MenuButton,
6944
6956
  {
6945
6957
  ...child.props,
@@ -6950,7 +6962,7 @@ var ToolbarAngular = (props) => {
6950
6962
  );
6951
6963
  } else if (child.type === split_button_spec_default) {
6952
6964
  tempToolbarChildren.push(
6953
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6965
+ /* @__PURE__ */ jsx85("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx85(
6954
6966
  split_button_spec_default,
6955
6967
  {
6956
6968
  ...child.props,
@@ -6964,7 +6976,7 @@ var ToolbarAngular = (props) => {
6964
6976
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
6965
6977
  childrenArray.forEach((button, bindex) => {
6966
6978
  buttonGroupItems.push(
6967
- /* @__PURE__ */ jsx81(
6979
+ /* @__PURE__ */ jsx85(
6968
6980
  Button,
6969
6981
  {
6970
6982
  ...button.props,
@@ -6975,7 +6987,7 @@ var ToolbarAngular = (props) => {
6975
6987
  );
6976
6988
  });
6977
6989
  tempToolbarChildren.push(
6978
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
6990
+ /* @__PURE__ */ jsx85("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx85(
6979
6991
  ButtonGroup,
6980
6992
  {
6981
6993
  ...child.props,
@@ -6987,7 +6999,7 @@ var ToolbarAngular = (props) => {
6987
6999
  );
6988
7000
  } else if (child.type === Combobox) {
6989
7001
  tempToolbarChildren.push(
6990
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
7002
+ /* @__PURE__ */ jsx85("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx85(
6991
7003
  Combobox,
6992
7004
  {
6993
7005
  ...child.props,
@@ -6998,7 +7010,7 @@ var ToolbarAngular = (props) => {
6998
7010
  );
6999
7011
  } else if (child.type === DropdownList) {
7000
7012
  tempToolbarChildren.push(
7001
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
7013
+ /* @__PURE__ */ jsx85("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx85(
7002
7014
  DropdownList,
7003
7015
  {
7004
7016
  ...child.props,
@@ -7009,7 +7021,7 @@ var ToolbarAngular = (props) => {
7009
7021
  );
7010
7022
  } else if (child.type === ColorPicker) {
7011
7023
  tempToolbarChildren.push(
7012
- /* @__PURE__ */ jsx81("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx81(
7024
+ /* @__PURE__ */ jsx85("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx85(
7013
7025
  ColorPicker,
7014
7026
  {
7015
7027
  ...child.props,
@@ -7031,7 +7043,7 @@ var ToolbarAngular = (props) => {
7031
7043
  addUniqueToolClass(child, index);
7032
7044
  });
7033
7045
  }
7034
- return /* @__PURE__ */ jsx81(
7046
+ return /* @__PURE__ */ jsx85(
7035
7047
  "div",
7036
7048
  {
7037
7049
  ...other,
@@ -7058,10 +7070,10 @@ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
7058
7070
  ToolbarAngular.defaultProps = defaultProps32;
7059
7071
 
7060
7072
  // src/toolbar/toolbar-separator.tsx
7061
- import { jsx as jsx82 } from "react/jsx-runtime";
7073
+ import { jsx as jsx86 } from "react/jsx-runtime";
7062
7074
 
7063
7075
  // src/toolbar/toolbar-item.spec.tsx
7064
- import { jsx as jsx83 } from "react/jsx-runtime";
7076
+ import { jsx as jsx87 } from "react/jsx-runtime";
7065
7077
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
7066
7078
  var states37 = [
7067
7079
  States.focus
@@ -7073,7 +7085,7 @@ var ToolbarItem = (props) => {
7073
7085
  focus,
7074
7086
  ...other
7075
7087
  } = props;
7076
- return /* @__PURE__ */ jsx83(
7088
+ return /* @__PURE__ */ jsx87(
7077
7089
  "div",
7078
7090
  {
7079
7091
  ...other,
@@ -7094,7 +7106,7 @@ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
7094
7106
  ToolbarItem.defaultProps = defaultProps33;
7095
7107
 
7096
7108
  // src/table/data-table.spec.tsx
7097
- import { jsx as jsx84 } from "react/jsx-runtime";
7109
+ import { jsx as jsx88 } from "react/jsx-runtime";
7098
7110
  var DATATABLE_CLASSNAME = `k-data-table`;
7099
7111
  var states38 = [];
7100
7112
  var options36 = {
@@ -7108,7 +7120,7 @@ var DataTable = (props) => {
7108
7120
  size = defaultProps34.size,
7109
7121
  ...other
7110
7122
  } = props;
7111
- return /* @__PURE__ */ jsx84(
7123
+ return /* @__PURE__ */ jsx88(
7112
7124
  "div",
7113
7125
  {
7114
7126
  ...other,
@@ -7129,16 +7141,16 @@ DataTable.className = DATATABLE_CLASSNAME;
7129
7141
  DataTable.defaultProps = defaultProps34;
7130
7142
 
7131
7143
  // src/table/table-header.tsx
7132
- import { jsx as jsx85 } from "react/jsx-runtime";
7144
+ import { jsx as jsx89 } from "react/jsx-runtime";
7133
7145
 
7134
7146
  // src/table/table-body.tsx
7135
- import { jsx as jsx86 } from "react/jsx-runtime";
7147
+ import { jsx as jsx90 } from "react/jsx-runtime";
7136
7148
 
7137
7149
  // src/table/table-footer.tsx
7138
- import { jsx as jsx87 } from "react/jsx-runtime";
7150
+ import { jsx as jsx91 } from "react/jsx-runtime";
7139
7151
 
7140
7152
  // src/table/table.spec.tsx
7141
- import { jsx as jsx88 } from "react/jsx-runtime";
7153
+ import { jsx as jsx92 } from "react/jsx-runtime";
7142
7154
  var TABLE_CLASSNAME = `k-table`;
7143
7155
  var states39 = [];
7144
7156
  var options37 = {
@@ -7150,7 +7162,7 @@ var Table = (props) => {
7150
7162
  size,
7151
7163
  ...other
7152
7164
  } = props;
7153
- return /* @__PURE__ */ jsx88(
7165
+ return /* @__PURE__ */ jsx92(
7154
7166
  "table",
7155
7167
  {
7156
7168
  ...other,
@@ -7171,7 +7183,7 @@ Table.className = TABLE_CLASSNAME;
7171
7183
  Table.defaultProps = defaultProps35;
7172
7184
 
7173
7185
  // src/table/table-list.spec.tsx
7174
- import { jsx as jsx89 } from "react/jsx-runtime";
7186
+ import { jsx as jsx93 } from "react/jsx-runtime";
7175
7187
  var TABLELIST_CLASSNAME = `k-table-list`;
7176
7188
  var states40 = [];
7177
7189
  var options38 = {
@@ -7184,7 +7196,7 @@ var TableList = (props) => {
7184
7196
  virtualization,
7185
7197
  ...other
7186
7198
  } = props;
7187
- return /* @__PURE__ */ jsx89(
7199
+ return /* @__PURE__ */ jsx93(
7188
7200
  "ul",
7189
7201
  {
7190
7202
  ...other,
@@ -7209,9 +7221,9 @@ TableList.className = TABLELIST_CLASSNAME;
7209
7221
  TableList.defaultProps = defaultProps36;
7210
7222
 
7211
7223
  // src/table/table-thead.tsx
7212
- import { jsx as jsx90 } from "react/jsx-runtime";
7224
+ import { jsx as jsx94 } from "react/jsx-runtime";
7213
7225
  var className13 = `k-table-thead`;
7214
- var TableThead = (props) => /* @__PURE__ */ jsx90(
7226
+ var TableThead = (props) => /* @__PURE__ */ jsx94(
7215
7227
  "thead",
7216
7228
  {
7217
7229
  className: classNames(
@@ -7223,9 +7235,9 @@ var TableThead = (props) => /* @__PURE__ */ jsx90(
7223
7235
  );
7224
7236
 
7225
7237
  // src/table/table-tbody.tsx
7226
- import { jsx as jsx91 } from "react/jsx-runtime";
7238
+ import { jsx as jsx95 } from "react/jsx-runtime";
7227
7239
  var className14 = `k-table-tbody`;
7228
- var TableTbody = (props) => /* @__PURE__ */ jsx91(
7240
+ var TableTbody = (props) => /* @__PURE__ */ jsx95(
7229
7241
  "tbody",
7230
7242
  {
7231
7243
  className: classNames(
@@ -7237,10 +7249,10 @@ var TableTbody = (props) => /* @__PURE__ */ jsx91(
7237
7249
  );
7238
7250
 
7239
7251
  // src/table/table-tfoot.tsx
7240
- import { jsx as jsx92 } from "react/jsx-runtime";
7252
+ import { jsx as jsx96 } from "react/jsx-runtime";
7241
7253
 
7242
7254
  // src/table/table-row.tsx
7243
- import { jsx as jsx93 } from "react/jsx-runtime";
7255
+ import { jsx as jsx97 } from "react/jsx-runtime";
7244
7256
  var TABLEROW_CLASSNAME = `k-table-row`;
7245
7257
  var states41 = [
7246
7258
  States.hover,
@@ -7257,7 +7269,7 @@ var TableRow = (props) => {
7257
7269
  alt,
7258
7270
  ...other
7259
7271
  } = props;
7260
- return /* @__PURE__ */ jsx93(
7272
+ return /* @__PURE__ */ jsx97(
7261
7273
  "tr",
7262
7274
  {
7263
7275
  ...other,
@@ -7280,7 +7292,7 @@ var TableRow = (props) => {
7280
7292
  };
7281
7293
 
7282
7294
  // src/table/table-list-row.tsx
7283
- import { jsx as jsx94 } from "react/jsx-runtime";
7295
+ import { jsx as jsx98 } from "react/jsx-runtime";
7284
7296
  var states42 = [
7285
7297
  States.hover,
7286
7298
  States.focus,
@@ -7289,7 +7301,7 @@ var states42 = [
7289
7301
  ];
7290
7302
 
7291
7303
  // src/table/table-th.tsx
7292
- import { jsx as jsx95 } from "react/jsx-runtime";
7304
+ import { jsx as jsx99 } from "react/jsx-runtime";
7293
7305
  var className15 = `k-table-th`;
7294
7306
  var TableTh = (props) => {
7295
7307
  const {
@@ -7298,7 +7310,7 @@ var TableTh = (props) => {
7298
7310
  ...other
7299
7311
  } = props;
7300
7312
  const textOrChildren = text ? text : props.children;
7301
- return /* @__PURE__ */ jsx95(
7313
+ return /* @__PURE__ */ jsx99(
7302
7314
  "th",
7303
7315
  {
7304
7316
  colSpan: colspan,
@@ -7313,10 +7325,10 @@ var TableTh = (props) => {
7313
7325
  };
7314
7326
 
7315
7327
  // src/table/table-list-th.tsx
7316
- import { jsx as jsx96 } from "react/jsx-runtime";
7328
+ import { jsx as jsx100 } from "react/jsx-runtime";
7317
7329
 
7318
7330
  // src/table/table-td.tsx
7319
- import { jsx as jsx97 } from "react/jsx-runtime";
7331
+ import { jsx as jsx101 } from "react/jsx-runtime";
7320
7332
  var className16 = `k-table-td`;
7321
7333
  var TableTd = (props) => {
7322
7334
  const {
@@ -7325,7 +7337,7 @@ var TableTd = (props) => {
7325
7337
  ...other
7326
7338
  } = props;
7327
7339
  const textOrChildren = text ? text : props.children;
7328
- return /* @__PURE__ */ jsx97(
7340
+ return /* @__PURE__ */ jsx101(
7329
7341
  "td",
7330
7342
  {
7331
7343
  colSpan: colspan,
@@ -7340,119 +7352,119 @@ var TableTd = (props) => {
7340
7352
  };
7341
7353
 
7342
7354
  // src/table/table-list-td.tsx
7343
- import { jsx as jsx98 } from "react/jsx-runtime";
7355
+ import { jsx as jsx102 } from "react/jsx-runtime";
7344
7356
 
7345
7357
  // src/table/table-group-header.tsx
7346
- import { jsx as jsx99 } from "react/jsx-runtime";
7358
+ import { jsx as jsx103 } from "react/jsx-runtime";
7347
7359
 
7348
7360
  // src/table/table-group-sticky-header.tsx
7349
- import { jsx as jsx100 } from "react/jsx-runtime";
7361
+ import { jsx as jsx104 } from "react/jsx-runtime";
7350
7362
 
7351
7363
  // src/table/table-group-row.tsx
7352
- import { jsx as jsx101 } from "react/jsx-runtime";
7364
+ import { jsx as jsx105 } from "react/jsx-runtime";
7353
7365
 
7354
7366
  // src/table/table-list-group-row.tsx
7355
- import { jsx as jsx102 } from "react/jsx-runtime";
7367
+ import { jsx as jsx106 } from "react/jsx-runtime";
7356
7368
 
7357
7369
  // src/table/templates/table-list.tsx
7358
- import { jsx as jsx103, jsxs as jsxs39 } from "react/jsx-runtime";
7370
+ import { jsx as jsx107, jsxs as jsxs39 } from "react/jsx-runtime";
7359
7371
 
7360
7372
  // src/table/templates/table-list-virtualization.tsx
7361
- import { jsx as jsx104, jsxs as jsxs40 } from "react/jsx-runtime";
7373
+ import { jsx as jsx108, jsxs as jsxs40 } from "react/jsx-runtime";
7362
7374
 
7363
7375
  // src/table/templates/data-table-normal.tsx
7364
- import { jsx as jsx105, jsxs as jsxs41 } from "react/jsx-runtime";
7376
+ import { jsx as jsx109, jsxs as jsxs41 } from "react/jsx-runtime";
7365
7377
 
7366
7378
  // src/table/templates/table-native.tsx
7367
- import { jsx as jsx106, jsxs as jsxs42 } from "react/jsx-runtime";
7379
+ import { jsx as jsx110, jsxs as jsxs42 } from "react/jsx-runtime";
7368
7380
 
7369
7381
  // src/grid/tests/grid-row-reordering.tsx
7370
- import { Fragment as Fragment24, jsx as jsx107, jsxs as jsxs43 } from "react/jsx-runtime";
7371
- var grid_row_reordering_default = () => /* @__PURE__ */ jsx107(Fragment24, { children: /* @__PURE__ */ jsx107("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsx107("section", { children: /* @__PURE__ */ jsxs43("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7372
- /* @__PURE__ */ jsx107(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsx107(Button, { className: "k-toolbar-button", themeColor: "primary", children: "Add New" }) }),
7373
- /* @__PURE__ */ jsx107("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx107("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs43(Table, { size: "medium", className: "k-grid-header-table", children: [
7382
+ import { Fragment as Fragment24, jsx as jsx111, jsxs as jsxs43 } from "react/jsx-runtime";
7383
+ var grid_row_reordering_default = () => /* @__PURE__ */ jsx111(Fragment24, { children: /* @__PURE__ */ jsx111("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsx111("section", { children: /* @__PURE__ */ jsxs43("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7384
+ /* @__PURE__ */ jsx111(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsx111(Button, { className: "k-toolbar-button", themeColor: "primary", children: "Add New" }) }),
7385
+ /* @__PURE__ */ jsx111("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx111("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs43(Table, { size: "medium", className: "k-grid-header-table", children: [
7374
7386
  /* @__PURE__ */ jsxs43("colgroup", { children: [
7375
- /* @__PURE__ */ jsx107("col", { className: "k-drag-col" }),
7376
- /* @__PURE__ */ jsx107("col", {}),
7377
- /* @__PURE__ */ jsx107("col", {})
7387
+ /* @__PURE__ */ jsx111("col", { className: "k-drag-col" }),
7388
+ /* @__PURE__ */ jsx111("col", {}),
7389
+ /* @__PURE__ */ jsx111("col", {})
7378
7390
  ] }),
7379
- /* @__PURE__ */ jsx107(TableThead, { children: /* @__PURE__ */ jsxs43(TableRow, { children: [
7380
- /* @__PURE__ */ jsx107(TableTh, { className: "k-drag-cell k-header" }),
7381
- /* @__PURE__ */ jsx107(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7391
+ /* @__PURE__ */ jsx111(TableThead, { children: /* @__PURE__ */ jsxs43(TableRow, { children: [
7392
+ /* @__PURE__ */ jsx111(TableTh, { className: "k-drag-cell k-header" }),
7393
+ /* @__PURE__ */ jsx111(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7382
7394
  /* @__PURE__ */ jsxs43("span", { className: "k-link", children: [
7383
- /* @__PURE__ */ jsx107("span", { className: "k-column-title", children: "Product Id" }),
7384
- /* @__PURE__ */ jsx107("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx107(Icon, { icon: "sort-asc-small" }) })
7395
+ /* @__PURE__ */ jsx111("span", { className: "k-column-title", children: "Product Id" }),
7396
+ /* @__PURE__ */ jsx111("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx111(Icon, { icon: "sort-asc-small" }) })
7385
7397
  ] }),
7386
- /* @__PURE__ */ jsx107("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx107(Icon, { icon: "more-vertical" }) })
7398
+ /* @__PURE__ */ jsx111("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx111(Icon, { icon: "more-vertical" }) })
7387
7399
  ] }) }),
7388
- /* @__PURE__ */ jsx107(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7400
+ /* @__PURE__ */ jsx111(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7389
7401
  /* @__PURE__ */ jsxs43("span", { className: "k-link", children: [
7390
- /* @__PURE__ */ jsx107("span", { className: "k-column-title", children: "Unit Price" }),
7391
- /* @__PURE__ */ jsx107("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx107(Icon, { icon: "sort-asc-small" }) })
7402
+ /* @__PURE__ */ jsx111("span", { className: "k-column-title", children: "Unit Price" }),
7403
+ /* @__PURE__ */ jsx111("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx111(Icon, { icon: "sort-asc-small" }) })
7392
7404
  ] }),
7393
- /* @__PURE__ */ jsx107("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx107(Icon, { icon: "more-vertical" }) })
7405
+ /* @__PURE__ */ jsx111("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx111(Icon, { icon: "more-vertical" }) })
7394
7406
  ] }) }),
7395
- /* @__PURE__ */ jsx107(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7407
+ /* @__PURE__ */ jsx111(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7396
7408
  /* @__PURE__ */ jsxs43("span", { className: "k-link", children: [
7397
- /* @__PURE__ */ jsx107("span", { className: "k-column-title", children: "Discontinued" }),
7398
- /* @__PURE__ */ jsx107("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx107(Icon, { icon: "sort-asc-small" }) })
7409
+ /* @__PURE__ */ jsx111("span", { className: "k-column-title", children: "Discontinued" }),
7410
+ /* @__PURE__ */ jsx111("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx111(Icon, { icon: "sort-asc-small" }) })
7399
7411
  ] }),
7400
- /* @__PURE__ */ jsx107("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx107(Icon, { icon: "more-vertical" }) })
7412
+ /* @__PURE__ */ jsx111("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx111(Icon, { icon: "more-vertical" }) })
7401
7413
  ] }) }),
7402
- /* @__PURE__ */ jsx107(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7414
+ /* @__PURE__ */ jsx111(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ jsxs43("span", { className: "k-cell-inner", children: [
7403
7415
  /* @__PURE__ */ jsxs43("span", { className: "k-link", children: [
7404
- /* @__PURE__ */ jsx107("span", { className: "k-column-title", children: "Category" }),
7405
- /* @__PURE__ */ jsx107("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx107(Icon, { icon: "sort-asc-small" }) })
7416
+ /* @__PURE__ */ jsx111("span", { className: "k-column-title", children: "Category" }),
7417
+ /* @__PURE__ */ jsx111("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx111(Icon, { icon: "sort-asc-small" }) })
7406
7418
  ] }),
7407
- /* @__PURE__ */ jsx107("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx107(Icon, { icon: "more-vertical" }) })
7419
+ /* @__PURE__ */ jsx111("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ jsx111(Icon, { icon: "more-vertical" }) })
7408
7420
  ] }) })
7409
7421
  ] }) })
7410
7422
  ] }) }) }),
7411
- /* @__PURE__ */ jsx107("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs43(Table, { size: "medium", className: "k-grid-table", children: [
7423
+ /* @__PURE__ */ jsx111("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs43(Table, { size: "medium", className: "k-grid-table", children: [
7412
7424
  /* @__PURE__ */ jsxs43("colgroup", { children: [
7413
- /* @__PURE__ */ jsx107("col", { className: "k-drag-col" }),
7414
- /* @__PURE__ */ jsx107("col", {}),
7415
- /* @__PURE__ */ jsx107("col", {})
7425
+ /* @__PURE__ */ jsx111("col", { className: "k-drag-col" }),
7426
+ /* @__PURE__ */ jsx111("col", {}),
7427
+ /* @__PURE__ */ jsx111("col", {})
7416
7428
  ] }),
7417
7429
  /* @__PURE__ */ jsxs43(TableTbody, { children: [
7418
7430
  /* @__PURE__ */ jsxs43(TableRow, { className: "k-master-row", children: [
7419
- /* @__PURE__ */ jsx107(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx107(Icon, { icon: "reorder" }) }),
7420
- /* @__PURE__ */ jsx107(TableTd, { children: "Chef Anton's Gumbo" }),
7421
- /* @__PURE__ */ jsx107(TableTd, { children: "21.35" }),
7422
- /* @__PURE__ */ jsx107(TableTd, { children: "0" }),
7423
- /* @__PURE__ */ jsx107(TableTd, { children: "Condiments" })
7431
+ /* @__PURE__ */ jsx111(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx111(Icon, { icon: "reorder" }) }),
7432
+ /* @__PURE__ */ jsx111(TableTd, { children: "Chef Anton's Gumbo" }),
7433
+ /* @__PURE__ */ jsx111(TableTd, { children: "21.35" }),
7434
+ /* @__PURE__ */ jsx111(TableTd, { children: "0" }),
7435
+ /* @__PURE__ */ jsx111(TableTd, { children: "Condiments" })
7424
7436
  ] }),
7425
7437
  /* @__PURE__ */ jsxs43(TableRow, { alt: true, children: [
7426
- /* @__PURE__ */ jsx107(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx107(Icon, { icon: "reorder" }) }),
7427
- /* @__PURE__ */ jsx107(TableTd, { children: "Alice Mutton" }),
7428
- /* @__PURE__ */ jsx107(TableTd, { children: "39" }),
7429
- /* @__PURE__ */ jsx107(TableTd, { children: "0" }),
7430
- /* @__PURE__ */ jsx107(TableTd, { children: "Meat/Poultry" })
7438
+ /* @__PURE__ */ jsx111(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx111(Icon, { icon: "reorder" }) }),
7439
+ /* @__PURE__ */ jsx111(TableTd, { children: "Alice Mutton" }),
7440
+ /* @__PURE__ */ jsx111(TableTd, { children: "39" }),
7441
+ /* @__PURE__ */ jsx111(TableTd, { children: "0" }),
7442
+ /* @__PURE__ */ jsx111(TableTd, { children: "Meat/Poultry" })
7431
7443
  ] }),
7432
7444
  /* @__PURE__ */ jsxs43(TableRow, { className: "k-master-row", children: [
7433
- /* @__PURE__ */ jsx107(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx107(Icon, { icon: "reorder" }) }),
7434
- /* @__PURE__ */ jsx107(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
7435
- /* @__PURE__ */ jsx107(TableTd, { children: "123.79" }),
7436
- /* @__PURE__ */ jsx107(TableTd, { children: "1" }),
7437
- /* @__PURE__ */ jsx107(TableTd, { children: "Meat/Poultry" })
7445
+ /* @__PURE__ */ jsx111(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx111(Icon, { icon: "reorder" }) }),
7446
+ /* @__PURE__ */ jsx111(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
7447
+ /* @__PURE__ */ jsx111(TableTd, { children: "123.79" }),
7448
+ /* @__PURE__ */ jsx111(TableTd, { children: "1" }),
7449
+ /* @__PURE__ */ jsx111(TableTd, { children: "Meat/Poultry" })
7438
7450
  ] }),
7439
7451
  /* @__PURE__ */ jsxs43(TableRow, { alt: true, children: [
7440
- /* @__PURE__ */ jsx107(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx107(Icon, { icon: "reorder" }) }),
7441
- /* @__PURE__ */ jsx107(TableTd, { children: "Gorgonzola Telino" }),
7442
- /* @__PURE__ */ jsx107(TableTd, { children: "12.5" }),
7443
- /* @__PURE__ */ jsx107(TableTd, { children: "0" }),
7444
- /* @__PURE__ */ jsx107(TableTd, { children: "Meat/Poultry" })
7452
+ /* @__PURE__ */ jsx111(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx111(Icon, { icon: "reorder" }) }),
7453
+ /* @__PURE__ */ jsx111(TableTd, { children: "Gorgonzola Telino" }),
7454
+ /* @__PURE__ */ jsx111(TableTd, { children: "12.5" }),
7455
+ /* @__PURE__ */ jsx111(TableTd, { children: "0" }),
7456
+ /* @__PURE__ */ jsx111(TableTd, { children: "Meat/Poultry" })
7445
7457
  ] }),
7446
7458
  /* @__PURE__ */ jsxs43(TableRow, { className: "k-master-row", children: [
7447
- /* @__PURE__ */ jsx107(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx107(Icon, { icon: "reorder" }) }),
7448
- /* @__PURE__ */ jsx107(TableTd, { children: "Perth Pasties" }),
7449
- /* @__PURE__ */ jsx107(TableTd, { children: "32.8" }),
7450
- /* @__PURE__ */ jsx107(TableTd, { children: "0" }),
7451
- /* @__PURE__ */ jsx107(TableTd, { children: "Meat/Poultry" })
7459
+ /* @__PURE__ */ jsx111(TableTd, { className: "k-drag-cell", children: /* @__PURE__ */ jsx111(Icon, { icon: "reorder" }) }),
7460
+ /* @__PURE__ */ jsx111(TableTd, { children: "Perth Pasties" }),
7461
+ /* @__PURE__ */ jsx111(TableTd, { children: "32.8" }),
7462
+ /* @__PURE__ */ jsx111(TableTd, { children: "0" }),
7463
+ /* @__PURE__ */ jsx111(TableTd, { children: "Meat/Poultry" })
7452
7464
  ] })
7453
7465
  ] })
7454
7466
  ] }) }),
7455
- /* @__PURE__ */ jsx107(Pager, { refresh: false, className: "k-grid-pager" })
7467
+ /* @__PURE__ */ jsx111(Pager, { refresh: false, className: "k-grid-pager" })
7456
7468
  ] }) }) }) });
7457
7469
  export {
7458
7470
  grid_row_reordering_default as default