@progress/kendo-themes-html 6.7.1-dev.1 → 6.8.0-dev.0

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 (104) hide show
  1. package/dist/cjs/daterangepicker/daterangepicker.spec.js +206 -203
  2. package/dist/cjs/daterangepicker/templates/daterangepicker-adaptive.js +208 -205
  3. package/dist/cjs/daterangepicker/templates/daterangepicker-normal.js +208 -205
  4. package/dist/cjs/daterangepicker/templates/daterangepicker-popup.js +208 -205
  5. package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +218 -215
  6. package/dist/cjs/daterangepicker/tests/daterangepicker-flat.js +227 -224
  7. package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +218 -215
  8. package/dist/cjs/daterangepicker/tests/daterangepicker-outline.js +227 -224
  9. package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +221 -218
  10. package/dist/cjs/daterangepicker/tests/daterangepicker-solid.js +227 -224
  11. package/dist/cjs/floating-label/templates/floating-label-normal.js +115 -0
  12. package/dist/cjs/floating-label/tests/floating-label-flat.js +87 -1136
  13. package/dist/cjs/floating-label/tests/floating-label-outline.js +87 -1136
  14. package/dist/cjs/floating-label/tests/floating-label-solid.js +4929 -0
  15. package/dist/cjs/form/tests/form-field-dateinputs.js +149 -146
  16. package/dist/cjs/form/tests/form-field-inputs-rtl.js +233 -230
  17. package/dist/cjs/form/tests/form-field-inputs.js +234 -231
  18. package/dist/cjs/index.js +2415 -2409
  19. package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +7103 -0
  20. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +526 -553
  21. package/dist/cjs/{floating-label/tests/floating-label.js → spreadsheet/tests/spreadsheet-file-dialogs.js} +1113 -922
  22. package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +7088 -0
  23. package/dist/cjs/spreadsheet/tests/spreadsheet-find-replace-dialog.js +5858 -0
  24. package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +7385 -0
  25. package/dist/cjs/spreadsheet/tests/spreadsheet-formula-dialog.js +5824 -0
  26. package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +7062 -0
  27. package/dist/cjs/spreadsheet/tests/{spreadsheet-dialog.js → spreadsheet-insert-dialogs.js} +541 -601
  28. package/dist/cjs/spreadsheet/tests/spreadsheet-jquery.js +7133 -0
  29. package/dist/cjs/spreadsheet/tests/spreadsheet-print.js +6285 -0
  30. package/dist/cjs/spreadsheet/tests/{spreadsheet-tools-popup.js → spreadsheet-row-contextmenu.js} +733 -784
  31. package/dist/cjs/spreadsheet/tests/spreadsheet-sheets-bar.js +5518 -0
  32. package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +6989 -0
  33. package/dist/cjs/spreadsheet/tests/spreadsheet.js +660 -708
  34. package/dist/esm/daterangepicker/daterangepicker.spec.js +170 -167
  35. package/dist/esm/daterangepicker/templates/daterangepicker-adaptive.js +172 -169
  36. package/dist/esm/daterangepicker/templates/daterangepicker-normal.js +172 -169
  37. package/dist/esm/daterangepicker/templates/daterangepicker-popup.js +172 -169
  38. package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +180 -177
  39. package/dist/esm/daterangepicker/tests/daterangepicker-flat.js +186 -183
  40. package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +180 -177
  41. package/dist/esm/daterangepicker/tests/daterangepicker-outline.js +186 -183
  42. package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +182 -179
  43. package/dist/esm/daterangepicker/tests/daterangepicker-solid.js +186 -183
  44. package/dist/esm/floating-label/templates/floating-label-normal.js +93 -0
  45. package/dist/esm/floating-label/tests/floating-label-flat.js +84 -1133
  46. package/dist/esm/floating-label/tests/floating-label-outline.js +84 -1133
  47. package/dist/esm/floating-label/tests/floating-label-solid.js +4913 -0
  48. package/dist/esm/form/tests/form-field-dateinputs.js +123 -120
  49. package/dist/esm/form/tests/form-field-inputs-rtl.js +194 -191
  50. package/dist/esm/form/tests/form-field-inputs.js +192 -189
  51. package/dist/esm/index.js +2025 -2019
  52. package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.js +7087 -0
  53. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +526 -553
  54. package/dist/esm/spreadsheet/tests/spreadsheet-file-dialogs.js +6153 -0
  55. package/dist/esm/spreadsheet/tests/spreadsheet-filtering.js +7072 -0
  56. package/dist/esm/{floating-label/tests/floating-label.js → spreadsheet/tests/spreadsheet-find-replace-dialog.js} +849 -969
  57. package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +7369 -0
  58. package/dist/esm/spreadsheet/tests/spreadsheet-formula-dialog.js +5808 -0
  59. package/dist/esm/spreadsheet/tests/spreadsheet-formula.js +7046 -0
  60. package/dist/esm/spreadsheet/tests/{spreadsheet-dialog.js → spreadsheet-insert-dialogs.js} +541 -601
  61. package/dist/esm/spreadsheet/tests/{spreadsheet-tools-popup.js → spreadsheet-jquery.js} +296 -317
  62. package/dist/esm/spreadsheet/tests/spreadsheet-print.js +6269 -0
  63. package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.js +7087 -0
  64. package/dist/esm/spreadsheet/tests/spreadsheet-sheets-bar.js +5502 -0
  65. package/dist/esm/spreadsheet/tests/spreadsheet-tools.js +6973 -0
  66. package/dist/esm/spreadsheet/tests/spreadsheet.js +661 -709
  67. package/dist/types/floating-label/index.d.ts +1 -0
  68. package/dist/types/floating-label/templates/floating-label-normal.d.ts +4 -0
  69. package/dist/types/spreadsheet/tests/spreadsheet-filtering.d.ts +2 -0
  70. package/dist/types/spreadsheet/tests/spreadsheet-find-replace-dialog.d.ts +2 -0
  71. package/dist/types/spreadsheet/tests/spreadsheet-format-dialogs.d.ts +2 -0
  72. package/dist/types/spreadsheet/tests/spreadsheet-formula-dialog.d.ts +2 -0
  73. package/dist/types/spreadsheet/tests/spreadsheet-formula.d.ts +2 -0
  74. package/dist/types/spreadsheet/tests/spreadsheet-insert-dialogs.d.ts +2 -0
  75. package/dist/types/spreadsheet/tests/spreadsheet-jquery.d.ts +2 -0
  76. package/dist/types/spreadsheet/tests/spreadsheet-print.d.ts +2 -0
  77. package/dist/types/spreadsheet/tests/spreadsheet-row-contextmenu.d.ts +2 -0
  78. package/dist/types/spreadsheet/tests/spreadsheet-sheets-bar.d.ts +2 -0
  79. package/dist/types/spreadsheet/tests/spreadsheet-tools.d.ts +2 -0
  80. package/package.json +2 -2
  81. package/src/floating-label/index.ts +1 -0
  82. package/src/floating-label/templates/floating-label-normal.tsx +7 -0
  83. package/src/floating-label/tests/floating-label-flat.tsx +32 -148
  84. package/src/floating-label/tests/floating-label-outline.tsx +32 -148
  85. package/src/floating-label/tests/floating-label-solid.tsx +64 -0
  86. package/src/spreadsheet/tests/spreadsheet-cell-contextmenu.tsx +538 -0
  87. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +43 -53
  88. package/src/spreadsheet/tests/spreadsheet-file-dialogs.tsx +63 -0
  89. package/src/spreadsheet/tests/spreadsheet-filtering.tsx +522 -0
  90. package/src/spreadsheet/tests/spreadsheet-find-replace-dialog.tsx +38 -0
  91. package/src/spreadsheet/tests/spreadsheet-format-dialogs.tsx +76 -0
  92. package/src/spreadsheet/tests/spreadsheet-formula-dialog.tsx +45 -0
  93. package/src/spreadsheet/tests/spreadsheet-formula.tsx +491 -0
  94. package/src/spreadsheet/tests/{spreadsheet-dialog.tsx → spreadsheet-insert-dialogs.tsx} +35 -52
  95. package/src/spreadsheet/tests/{spreadsheet-tools-popup.tsx → spreadsheet-jquery.tsx} +19 -43
  96. package/src/spreadsheet/tests/spreadsheet-print.tsx +179 -0
  97. package/src/spreadsheet/tests/spreadsheet-row-contextmenu.tsx +538 -0
  98. package/src/spreadsheet/tests/spreadsheet-sheets-bar.tsx +123 -0
  99. package/src/spreadsheet/tests/spreadsheet-tools.tsx +315 -0
  100. package/src/spreadsheet/tests/spreadsheet.tsx +372 -435
  101. package/src/floating-label/tests/floating-label.tsx +0 -180
  102. /package/dist/types/floating-label/tests/{floating-label.d.ts → floating-label-solid.d.ts} +0 -0
  103. /package/dist/types/spreadsheet/tests/{spreadsheet-dialog.d.ts → spreadsheet-cell-contextmenu.d.ts} +0 -0
  104. /package/dist/types/spreadsheet/tests/{spreadsheet-tools-popup.d.ts → spreadsheet-file-dialogs.d.ts} +0 -0
@@ -4798,12 +4798,150 @@ var InputSuffix = (props) => {
4798
4798
  // src/input/input-separator.tsx
4799
4799
  var import_jsx_runtime23 = require("react/jsx-runtime");
4800
4800
 
4801
- // src/animation-container/animation-container.spec.tsx
4801
+ // src/color-preview/color-preview.tsx
4802
4802
  var import_jsx_runtime24 = require("react/jsx-runtime");
4803
- var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4803
+ var COLORPREVIEW_CLASSNAME = `k-color-preview`;
4804
4804
  var states13 = [];
4805
4805
  var options12 = {};
4806
+ var ColorPreview = (props) => {
4807
+ const {
4808
+ color,
4809
+ iconName,
4810
+ ...other
4811
+ } = props;
4812
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
4813
+ "span",
4814
+ {
4815
+ ...other,
4816
+ className: classNames(
4817
+ props.className,
4818
+ COLORPREVIEW_CLASSNAME,
4819
+ {
4820
+ "k-icon-color-preview": iconName,
4821
+ "k-no-color": !color
4822
+ }
4823
+ ),
4824
+ children: [
4825
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
4826
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4827
+ "span",
4828
+ {
4829
+ className: "k-color-preview-mask",
4830
+ style: { backgroundColor: color }
4831
+ }
4832
+ )
4833
+ ]
4834
+ }
4835
+ );
4836
+ };
4837
+ ColorPreview.states = states13;
4838
+ ColorPreview.options = options12;
4839
+ ColorPreview.className = COLORPREVIEW_CLASSNAME;
4840
+
4841
+ // src/colorpicker/colorpicker.spec.tsx
4842
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4843
+ var COLORPICKER_CLASSNAME = `k-colorpicker`;
4844
+ var states14 = [
4845
+ States.hover,
4846
+ States.focus,
4847
+ States.valid,
4848
+ States.invalid,
4849
+ States.required,
4850
+ States.disabled
4851
+ ];
4852
+ var options13 = {
4853
+ size: [Size.small, Size.medium, Size.large],
4854
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4855
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4856
+ };
4806
4857
  var defaultProps10 = {
4858
+ arrowIconName: "caret-alt-down",
4859
+ size: Picker.defaultProps.size,
4860
+ rounded: Picker.defaultProps.rounded,
4861
+ fillMode: Picker.defaultProps.fillMode
4862
+ };
4863
+ var ColorPicker = (props) => {
4864
+ const {
4865
+ prefix,
4866
+ suffix,
4867
+ value,
4868
+ placeholder,
4869
+ size,
4870
+ rounded,
4871
+ fillMode,
4872
+ hover,
4873
+ focus,
4874
+ valid,
4875
+ invalid,
4876
+ required,
4877
+ disabled,
4878
+ valueIconName,
4879
+ arrowIconName = defaultProps10.arrowIconName,
4880
+ ...other
4881
+ } = props;
4882
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
4883
+ Picker,
4884
+ {
4885
+ ...other,
4886
+ size,
4887
+ rounded,
4888
+ fillMode,
4889
+ hover,
4890
+ focus,
4891
+ valid,
4892
+ invalid,
4893
+ required,
4894
+ disabled,
4895
+ className: classNames(
4896
+ props.className,
4897
+ COLORPICKER_CLASSNAME,
4898
+ "k-icon-picker"
4899
+ ),
4900
+ children: [
4901
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputPrefix, { children: prefix }),
4902
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4903
+ InputInnerSpan,
4904
+ {
4905
+ placeholder,
4906
+ value,
4907
+ showValue: false,
4908
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4909
+ ColorPreview,
4910
+ {
4911
+ className: "k-value-icon",
4912
+ color: value,
4913
+ iconName: valueIconName
4914
+ }
4915
+ ),
4916
+ valueIconName
4917
+ }
4918
+ ),
4919
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputSuffix, { children: suffix }),
4920
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4921
+ Button,
4922
+ {
4923
+ className: "k-input-button",
4924
+ icon: arrowIconName,
4925
+ rounded: null,
4926
+ size,
4927
+ fillMode
4928
+ }
4929
+ )
4930
+ ]
4931
+ }
4932
+ );
4933
+ };
4934
+ ColorPicker.states = states14;
4935
+ ColorPicker.options = options13;
4936
+ ColorPicker.className = COLORPICKER_CLASSNAME;
4937
+ ColorPicker.defaultProps = defaultProps10;
4938
+
4939
+ // src/animation-container/animation-container.spec.tsx
4940
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4941
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4942
+ var states15 = [];
4943
+ var options14 = {};
4944
+ var defaultProps11 = {
4807
4945
  positionMode: "absolute"
4808
4946
  };
4809
4947
  var AnimationContainer = (props) => {
@@ -4813,7 +4951,7 @@ var AnimationContainer = (props) => {
4813
4951
  offset,
4814
4952
  ...other
4815
4953
  } = props;
4816
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4954
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4817
4955
  "div",
4818
4956
  {
4819
4957
  ...other,
@@ -4825,21 +4963,21 @@ var AnimationContainer = (props) => {
4825
4963
  ["k-animation-container-fixed"]: positionMode === "fixed"
4826
4964
  }
4827
4965
  ),
4828
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4966
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4829
4967
  }
4830
4968
  );
4831
4969
  };
4832
- AnimationContainer.states = states13;
4833
- AnimationContainer.options = options12;
4970
+ AnimationContainer.states = states15;
4971
+ AnimationContainer.options = options14;
4834
4972
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4835
- AnimationContainer.defaultProps = defaultProps10;
4973
+ AnimationContainer.defaultProps = defaultProps11;
4836
4974
 
4837
4975
  // src/popup/popup.spec.tsx
4838
- var import_jsx_runtime25 = require("react/jsx-runtime");
4976
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4839
4977
  var POPUP_CLASSNAME = `k-popup`;
4840
- var states14 = [];
4841
- var options13 = {};
4842
- var defaultProps11 = {
4978
+ var states16 = [];
4979
+ var options15 = {};
4980
+ var defaultProps12 = {
4843
4981
  positionMode: "absolute"
4844
4982
  };
4845
4983
  var Popup = (props) => {
@@ -4848,26 +4986,26 @@ var Popup = (props) => {
4848
4986
  positionMode,
4849
4987
  ...other
4850
4988
  } = props;
4851
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4989
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4852
4990
  AnimationContainer,
4853
4991
  {
4854
4992
  positionMode,
4855
4993
  offset,
4856
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4994
+ children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4857
4995
  }
4858
4996
  );
4859
4997
  };
4860
- Popup.states = states14;
4861
- Popup.options = options13;
4998
+ Popup.states = states16;
4999
+ Popup.options = options15;
4862
5000
  Popup.className = POPUP_CLASSNAME;
4863
- Popup.defaultProps = defaultProps11;
5001
+ Popup.defaultProps = defaultProps12;
4864
5002
 
4865
5003
  // src/action-sheet/action-sheet.spec.tsx
4866
- var import_jsx_runtime26 = require("react/jsx-runtime");
5004
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4867
5005
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
4868
- var states15 = [];
4869
- var options14 = {};
4870
- var defaultProps12 = {
5006
+ var states17 = [];
5007
+ var options16 = {};
5008
+ var defaultProps13 = {
4871
5009
  side: "bottom",
4872
5010
  fullscreen: false,
4873
5011
  adaptive: false,
@@ -4880,14 +5018,14 @@ var ActionSheet = (props) => {
4880
5018
  header,
4881
5019
  footer,
4882
5020
  actions,
4883
- side = defaultProps12.side,
4884
- fullscreen = defaultProps12.fullscreen,
4885
- adaptive = defaultProps12.adaptive,
4886
- overlay = defaultProps12.overlay,
5021
+ side = defaultProps13.side,
5022
+ fullscreen = defaultProps13.fullscreen,
5023
+ adaptive = defaultProps13.adaptive,
5024
+ overlay = defaultProps13.overlay,
4887
5025
  ...other
4888
5026
  } = props;
4889
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
4890
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5027
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5028
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
4891
5029
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
4892
5030
  switch (child.type) {
4893
5031
  case ActionSheetHeader:
@@ -4897,10 +5035,10 @@ var ActionSheet = (props) => {
4897
5035
  return true;
4898
5036
  }
4899
5037
  return true;
4900
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_jsx_runtime26.Fragment, {});
4901
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("div", { className: "k-actionsheet-container", children: [
4902
- overlay && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("div", { className: "k-overlay" }),
4903
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5038
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_jsx_runtime28.Fragment, {});
5039
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { className: "k-actionsheet-container", children: [
5040
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { className: "k-overlay" }),
5041
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4904
5042
  AnimationContainer,
4905
5043
  {
4906
5044
  animationStyle: {
@@ -4910,7 +5048,7 @@ var ActionSheet = (props) => {
4910
5048
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
4911
5049
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
4912
5050
  },
4913
- children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5051
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4914
5052
  "div",
4915
5053
  {
4916
5054
  ...other,
@@ -4923,9 +5061,9 @@ var ActionSheet = (props) => {
4923
5061
  "k-adaptive-actionsheet": adaptive
4924
5062
  }
4925
5063
  ),
4926
- children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_jsx_runtime26.Fragment, { children: [
5064
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_jsx_runtime28.Fragment, { children: [
4927
5065
  _ActionSheetHeader,
4928
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("div", { className: classNames(
5066
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { className: classNames(
4929
5067
  "k-actionsheet-content",
4930
5068
  {
4931
5069
  "!k-overflow-hidden": adaptive
@@ -4939,15 +5077,15 @@ var ActionSheet = (props) => {
4939
5077
  )
4940
5078
  ] });
4941
5079
  };
4942
- ActionSheet.states = states15;
4943
- ActionSheet.options = options14;
5080
+ ActionSheet.states = states17;
5081
+ ActionSheet.options = options16;
4944
5082
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
4945
- ActionSheet.defaultProps = defaultProps12;
5083
+ ActionSheet.defaultProps = defaultProps13;
4946
5084
 
4947
5085
  // src/searchbox/searchbox.spec.tsx
4948
- var import_jsx_runtime27 = require("react/jsx-runtime");
5086
+ var import_jsx_runtime29 = require("react/jsx-runtime");
4949
5087
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
4950
- var states16 = [
5088
+ var states18 = [
4951
5089
  States.hover,
4952
5090
  States.focus,
4953
5091
  States.valid,
@@ -4956,12 +5094,12 @@ var states16 = [
4956
5094
  States.disabled,
4957
5095
  States.loading
4958
5096
  ];
4959
- var options15 = {
5097
+ var options17 = {
4960
5098
  size: [Size.small, Size.medium, Size.large],
4961
5099
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4962
5100
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4963
5101
  };
4964
- var defaultProps13 = {
5102
+ var defaultProps14 = {
4965
5103
  showIcon: true,
4966
5104
  icon: "search",
4967
5105
  size: Input.defaultProps.size,
@@ -4982,11 +5120,11 @@ var Searchbox = (props) => {
4982
5120
  required,
4983
5121
  loading,
4984
5122
  disabled,
4985
- showIcon = defaultProps13.showIcon,
4986
- icon = defaultProps13.icon,
5123
+ showIcon = defaultProps14.showIcon,
5124
+ icon = defaultProps14.icon,
4987
5125
  ...other
4988
5126
  } = props;
4989
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5127
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
4990
5128
  Input,
4991
5129
  {
4992
5130
  ...other,
@@ -5002,25 +5140,25 @@ var Searchbox = (props) => {
5002
5140
  disabled,
5003
5141
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5004
5142
  children: [
5005
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { className: "k-input-icon", icon }),
5006
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(InputInnerInput, { placeholder, value }),
5007
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(InputLoadingIcon, { ...props }),
5008
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(InputValidationIcon, { ...props }),
5009
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(InputClearValue, { ...props })
5143
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Icon, { className: "k-input-icon", icon }),
5144
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputInnerInput, { placeholder, value }),
5145
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputLoadingIcon, { ...props }),
5146
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputValidationIcon, { ...props }),
5147
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputClearValue, { ...props })
5010
5148
  ]
5011
5149
  }
5012
5150
  );
5013
5151
  };
5014
- Searchbox.states = states16;
5015
- Searchbox.options = options15;
5152
+ Searchbox.states = states18;
5153
+ Searchbox.options = options17;
5016
5154
  Searchbox.className = SEARCHBOX_CLASSNAME;
5017
- Searchbox.defaultProps = defaultProps13;
5155
+ Searchbox.defaultProps = defaultProps14;
5018
5156
 
5019
5157
  // src/searchbox/templates/searchbox-normal.tsx
5020
- var import_jsx_runtime28 = require("react/jsx-runtime");
5158
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5021
5159
 
5022
5160
  // src/action-sheet/actionsheet-header.tsx
5023
- var import_jsx_runtime29 = require("react/jsx-runtime");
5161
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5024
5162
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5025
5163
  var ActionSheetHeader = (props) => {
5026
5164
  const {
@@ -5030,7 +5168,7 @@ var ActionSheetHeader = (props) => {
5030
5168
  filter,
5031
5169
  ...other
5032
5170
  } = props;
5033
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5171
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5034
5172
  "div",
5035
5173
  {
5036
5174
  ...other,
@@ -5038,37 +5176,37 @@ var ActionSheetHeader = (props) => {
5038
5176
  props.className,
5039
5177
  ACTIONSHEETHEADER_CLASSNAME
5040
5178
  ),
5041
- children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(import_jsx_runtime29.Fragment, { children: [
5042
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5043
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("div", { className: "k-actionsheet-title", children: [
5044
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-text-center", children: title }),
5045
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5179
+ children: /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
5180
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5181
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_jsx_runtime31.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: "k-actionsheet-title", children: [
5182
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-text-center", children: title }),
5183
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5046
5184
  ] }) }),
5047
- props.children && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5048
- actions && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5185
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
5186
+ actions && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_jsx_runtime31.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5049
5187
  ] }),
5050
- filter && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5188
+ filter && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_jsx_runtime31.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5051
5189
  ] })
5052
5190
  }
5053
5191
  );
5054
5192
  };
5055
5193
 
5056
5194
  // src/action-buttons/action-buttons.spec.tsx
5057
- var import_jsx_runtime30 = require("react/jsx-runtime");
5195
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5058
5196
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5059
- var states17 = [];
5060
- var options16 = {};
5061
- var defaultProps14 = {
5197
+ var states19 = [];
5198
+ var options18 = {};
5199
+ var defaultProps15 = {
5062
5200
  alignment: "start",
5063
5201
  orientation: "horizontal"
5064
5202
  };
5065
5203
  var ActionButtons = (props) => {
5066
5204
  const {
5067
- alignment = defaultProps14.alignment,
5068
- orientation = defaultProps14.orientation,
5205
+ alignment = defaultProps15.alignment,
5206
+ orientation = defaultProps15.orientation,
5069
5207
  ...other
5070
5208
  } = props;
5071
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5209
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5072
5210
  "div",
5073
5211
  {
5074
5212
  ...other,
@@ -5084,21 +5222,21 @@ var ActionButtons = (props) => {
5084
5222
  }
5085
5223
  );
5086
5224
  };
5087
- ActionButtons.states = states17;
5088
- ActionButtons.options = options16;
5225
+ ActionButtons.states = states19;
5226
+ ActionButtons.options = options18;
5089
5227
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5090
- ActionButtons.defaultProps = defaultProps14;
5228
+ ActionButtons.defaultProps = defaultProps15;
5091
5229
  var action_buttons_spec_default = ActionButtons;
5092
5230
 
5093
5231
  // src/action-sheet/actionsheet-footer.tsx
5094
- var import_jsx_runtime31 = require("react/jsx-runtime");
5232
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5095
5233
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5096
5234
  var ActionSheetFooter = (props) => {
5097
5235
  const {
5098
5236
  actions,
5099
5237
  ...other
5100
5238
  } = props;
5101
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5239
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5102
5240
  action_buttons_spec_default,
5103
5241
  {
5104
5242
  ...other,
@@ -5107,17 +5245,17 @@ var ActionSheetFooter = (props) => {
5107
5245
  ACTIONSHEETFOOTER_CLASSNAME
5108
5246
  ),
5109
5247
  alignment: "stretched",
5110
- children: /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
5248
+ children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_jsx_runtime33.Fragment, { children: [
5111
5249
  actions && actions.map((action, index) => {
5112
5250
  if (action === "|") {
5113
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-separator" }, index);
5251
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "k-separator" }, index);
5114
5252
  }
5115
5253
  if (action === " ") {
5116
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-spacer" }, index);
5254
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "k-spacer" }, index);
5117
5255
  }
5118
5256
  const importantFlag = action.startsWith("!");
5119
5257
  const actionName = importantFlag ? action.substring(1) : action;
5120
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5258
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5121
5259
  }),
5122
5260
  !actions && props.children
5123
5261
  ] })
@@ -5126,12 +5264,12 @@ var ActionSheetFooter = (props) => {
5126
5264
  };
5127
5265
 
5128
5266
  // src/action-sheet/actionsheet-items.tsx
5129
- var import_jsx_runtime32 = require("react/jsx-runtime");
5267
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5130
5268
  var ActionSheetItems = (props) => {
5131
5269
  const {
5132
5270
  ...other
5133
5271
  } = props;
5134
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5272
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5135
5273
  "div",
5136
5274
  {
5137
5275
  ...other,
@@ -5145,8 +5283,8 @@ var ActionSheetItems = (props) => {
5145
5283
  };
5146
5284
 
5147
5285
  // src/action-sheet/actionsheet-item.tsx
5148
- var import_jsx_runtime33 = require("react/jsx-runtime");
5149
- var states18 = [
5286
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5287
+ var states20 = [
5150
5288
  States.hover,
5151
5289
  States.focus,
5152
5290
  States.selected,
@@ -5154,23 +5292,23 @@ var states18 = [
5154
5292
  ];
5155
5293
 
5156
5294
  // src/nodata/nodata.tsx
5157
- var import_jsx_runtime34 = require("react/jsx-runtime");
5295
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5158
5296
  var className9 = `k-nodata`;
5159
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5297
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5160
5298
 
5161
5299
  // src/list/list.spec.tsx
5162
- var import_jsx_runtime35 = require("react/jsx-runtime");
5300
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5163
5301
  var LIST_CLASSNAME = `k-list`;
5164
- var states19 = [];
5165
- var options17 = {
5302
+ var states21 = [];
5303
+ var options19 = {
5166
5304
  size: [Size.small, Size.medium, Size.large]
5167
5305
  };
5168
- var defaultProps15 = {
5306
+ var defaultProps16 = {
5169
5307
  size: Size.medium
5170
5308
  };
5171
5309
  var List = (props) => {
5172
5310
  const {
5173
- size = defaultProps15.size,
5311
+ size = defaultProps16.size,
5174
5312
  virtualization,
5175
5313
  children,
5176
5314
  optionLabel,
@@ -5187,7 +5325,7 @@ var List = (props) => {
5187
5325
  listHeader = child.props.label;
5188
5326
  child.props.children.map((optChild, index2) => {
5189
5327
  listChildren.push(
5190
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5328
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5191
5329
  ListItem,
5192
5330
  {
5193
5331
  ...optChild.props
@@ -5203,7 +5341,7 @@ var List = (props) => {
5203
5341
  groupLabel = child.props.label;
5204
5342
  }
5205
5343
  listChildren.push(
5206
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5344
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5207
5345
  ListItem,
5208
5346
  {
5209
5347
  className: index2 === 0 ? "k-first" : "",
@@ -5215,16 +5353,16 @@ var List = (props) => {
5215
5353
  );
5216
5354
  });
5217
5355
  }
5218
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5356
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5219
5357
  } else if (child.type === ListItem) {
5220
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5221
- listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListContent, { virtualization, children: listChildren });
5358
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5359
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ListContent, { virtualization, children: listChildren });
5222
5360
  }
5223
5361
  });
5224
5362
  } else {
5225
- listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(NoData, { children: "No data found." });
5363
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(NoData, { children: "No data found." });
5226
5364
  }
5227
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5365
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5228
5366
  "div",
5229
5367
  {
5230
5368
  ...other,
@@ -5246,24 +5384,24 @@ var List = (props) => {
5246
5384
  }
5247
5385
  );
5248
5386
  };
5249
- List.states = states19;
5250
- List.options = options17;
5387
+ List.states = states21;
5388
+ List.options = options19;
5251
5389
  List.className = LIST_CLASSNAME;
5252
- List.defaultProps = defaultProps15;
5390
+ List.defaultProps = defaultProps16;
5253
5391
 
5254
5392
  // src/list/list-angular.spec.tsx
5255
- var import_jsx_runtime36 = require("react/jsx-runtime");
5393
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5256
5394
  var LISTANGULAR_CLASSNAME = `k-list`;
5257
- var states20 = [];
5258
- var options18 = {
5395
+ var states22 = [];
5396
+ var options20 = {
5259
5397
  size: [Size.small, Size.medium, Size.large]
5260
5398
  };
5261
- var defaultProps16 = {
5399
+ var defaultProps17 = {
5262
5400
  size: Size.medium
5263
5401
  };
5264
5402
  var ListAngular = (props) => {
5265
5403
  const {
5266
- size = defaultProps16.size,
5404
+ size = defaultProps17.size,
5267
5405
  virtualization,
5268
5406
  children,
5269
5407
  ...other
@@ -5279,7 +5417,7 @@ var ListAngular = (props) => {
5279
5417
  listHeader = child.props.label;
5280
5418
  child.props.children.map((optChild, index2) => {
5281
5419
  listChildren.push(
5282
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5420
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5283
5421
  ListItem,
5284
5422
  {
5285
5423
  ...optChild.props
@@ -5290,7 +5428,7 @@ var ListAngular = (props) => {
5290
5428
  });
5291
5429
  } else {
5292
5430
  listChildren.push(
5293
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5431
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5294
5432
  ListGroupItem,
5295
5433
  {
5296
5434
  ...child.props,
@@ -5301,7 +5439,7 @@ var ListAngular = (props) => {
5301
5439
  );
5302
5440
  child.props.children.map((optChild, index2) => {
5303
5441
  listChildren.push(
5304
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5442
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5305
5443
  ListItem,
5306
5444
  {
5307
5445
  ...optChild.props
@@ -5311,16 +5449,16 @@ var ListAngular = (props) => {
5311
5449
  );
5312
5450
  });
5313
5451
  }
5314
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5452
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5315
5453
  } else if (child.type === ListItem) {
5316
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5317
- listContent = /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(ListContent, { virtualization, children: listChildren });
5454
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5455
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ListContent, { virtualization, children: listChildren });
5318
5456
  }
5319
5457
  });
5320
5458
  } else {
5321
- listContent = /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(NoData, { children: "No data found." });
5459
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(NoData, { children: "No data found." });
5322
5460
  }
5323
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5461
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5324
5462
  "div",
5325
5463
  {
5326
5464
  ...other,
@@ -5341,15 +5479,15 @@ var ListAngular = (props) => {
5341
5479
  }
5342
5480
  );
5343
5481
  };
5344
- ListAngular.states = states20;
5345
- ListAngular.options = options18;
5482
+ ListAngular.states = states22;
5483
+ ListAngular.options = options20;
5346
5484
  ListAngular.className = LISTANGULAR_CLASSNAME;
5347
- ListAngular.defaultProps = defaultProps16;
5485
+ ListAngular.defaultProps = defaultProps17;
5348
5486
 
5349
5487
  // src/checkbox/checkbox.spec.tsx
5350
- var import_jsx_runtime37 = require("react/jsx-runtime");
5488
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5351
5489
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5352
- var states21 = [
5490
+ var states23 = [
5353
5491
  States.hover,
5354
5492
  States.focus,
5355
5493
  States.valid,
@@ -5359,11 +5497,11 @@ var states21 = [
5359
5497
  States.checked,
5360
5498
  States.indeterminate
5361
5499
  ];
5362
- var options19 = {
5500
+ var options21 = {
5363
5501
  size: [Size.small, Size.medium, Size.large],
5364
5502
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5365
5503
  };
5366
- var defaultProps17 = {
5504
+ var defaultProps18 = {
5367
5505
  size: Size.medium,
5368
5506
  rounded: Roundness.medium
5369
5507
  };
@@ -5378,11 +5516,11 @@ var Checkbox = (props) => {
5378
5516
  invalid,
5379
5517
  valid,
5380
5518
  required,
5381
- size = defaultProps17.size,
5382
- rounded = defaultProps17.rounded,
5519
+ size = defaultProps18.size,
5520
+ rounded = defaultProps18.rounded,
5383
5521
  ...other
5384
5522
  } = props;
5385
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5523
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5386
5524
  "input",
5387
5525
  {
5388
5526
  ...other,
@@ -5399,25 +5537,25 @@ var Checkbox = (props) => {
5399
5537
  }
5400
5538
  ) });
5401
5539
  };
5402
- Checkbox.states = states21;
5403
- Checkbox.options = options19;
5540
+ Checkbox.states = states23;
5541
+ Checkbox.options = options21;
5404
5542
  Checkbox.className = CHECKBOX_CLASSNAME;
5405
- Checkbox.defaultProps = defaultProps17;
5543
+ Checkbox.defaultProps = defaultProps18;
5406
5544
 
5407
5545
  // src/checkbox/checkbox-group.spec.tsx
5408
- var import_jsx_runtime38 = require("react/jsx-runtime");
5546
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5409
5547
  var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5410
- var states22 = [];
5411
- var options20 = {};
5412
- var defaultProps18 = {
5548
+ var states24 = [];
5549
+ var options22 = {};
5550
+ var defaultProps19 = {
5413
5551
  layout: "vertical"
5414
5552
  };
5415
5553
  var CheckboxGroup = (props) => {
5416
5554
  const {
5417
- layout = defaultProps18.layout,
5555
+ layout = defaultProps19.layout,
5418
5556
  ...other
5419
5557
  } = props;
5420
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5558
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5421
5559
  "ul",
5422
5560
  {
5423
5561
  ...other,
@@ -5432,22 +5570,22 @@ var CheckboxGroup = (props) => {
5432
5570
  }
5433
5571
  );
5434
5572
  };
5435
- CheckboxGroup.states = states22;
5436
- CheckboxGroup.options = options20;
5573
+ CheckboxGroup.states = states24;
5574
+ CheckboxGroup.options = options22;
5437
5575
  CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5438
- CheckboxGroup.defaultProps = defaultProps18;
5576
+ CheckboxGroup.defaultProps = defaultProps19;
5439
5577
 
5440
5578
  // src/checkbox/checkbox-item.spec.tsx
5441
- var import_jsx_runtime39 = require("react/jsx-runtime");
5579
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5442
5580
  var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5443
- var states23 = [];
5444
- var options21 = {};
5445
- var defaultProps19 = {};
5581
+ var states25 = [];
5582
+ var options23 = {};
5583
+ var defaultProps20 = {};
5446
5584
  var CheckboxItem = (props) => {
5447
5585
  const {
5448
5586
  ...other
5449
5587
  } = props;
5450
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5588
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5451
5589
  "li",
5452
5590
  {
5453
5591
  ...other,
@@ -5459,28 +5597,28 @@ var CheckboxItem = (props) => {
5459
5597
  }
5460
5598
  );
5461
5599
  };
5462
- CheckboxItem.states = states23;
5463
- CheckboxItem.options = options21;
5600
+ CheckboxItem.states = states25;
5601
+ CheckboxItem.options = options23;
5464
5602
  CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5465
- CheckboxItem.defaultProps = defaultProps19;
5603
+ CheckboxItem.defaultProps = defaultProps20;
5466
5604
 
5467
5605
  // src/checkbox/templates/checkbox-with-label.tsx
5468
- var import_jsx_runtime40 = require("react/jsx-runtime");
5606
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5469
5607
 
5470
5608
  // src/checkbox/templates/checkbox-normal.tsx
5471
- var import_jsx_runtime41 = require("react/jsx-runtime");
5609
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5472
5610
 
5473
5611
  // src/list/list-item.spec.tsx
5474
- var import_jsx_runtime42 = require("react/jsx-runtime");
5612
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5475
5613
  var LISTITEM_CLASSNAME = `k-list-item`;
5476
- var states24 = [
5614
+ var states26 = [
5477
5615
  States.hover,
5478
5616
  States.focus,
5479
5617
  States.selected,
5480
5618
  States.disabled
5481
5619
  ];
5482
- var options22 = {};
5483
- var defaultProps20 = {};
5620
+ var options24 = {};
5621
+ var defaultProps21 = {};
5484
5622
  var ListItem = (props) => {
5485
5623
  const {
5486
5624
  text,
@@ -5496,7 +5634,7 @@ var ListItem = (props) => {
5496
5634
  ...other
5497
5635
  } = props;
5498
5636
  const textOrChildren = text ? text : props.children;
5499
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5637
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5500
5638
  "li",
5501
5639
  {
5502
5640
  ...other,
@@ -5511,66 +5649,66 @@ var ListItem = (props) => {
5511
5649
  })
5512
5650
  ),
5513
5651
  children: [
5514
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Checkbox, { checked }),
5515
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Icon, { icon: iconName }),
5516
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5517
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5652
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Checkbox, { checked }),
5653
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Icon, { icon: iconName }),
5654
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5655
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5518
5656
  ]
5519
5657
  }
5520
5658
  );
5521
5659
  };
5522
- ListItem.states = states24;
5523
- ListItem.options = options22;
5660
+ ListItem.states = states26;
5661
+ ListItem.options = options24;
5524
5662
  ListItem.className = LISTITEM_CLASSNAME;
5525
- ListItem.defaultProps = defaultProps20;
5663
+ ListItem.defaultProps = defaultProps21;
5526
5664
 
5527
5665
  // src/list/list-content.tsx
5528
- var import_jsx_runtime43 = require("react/jsx-runtime");
5666
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5529
5667
  var className10 = `k-list-content`;
5530
5668
  var ListContent = (props) => {
5531
5669
  const {
5532
5670
  virtualization
5533
5671
  } = props;
5534
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", { className: classNames(className10, props.className), children: [
5535
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5536
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", {}) })
5672
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("div", { className: classNames(className10, props.className), children: [
5673
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5674
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", {}) })
5537
5675
  ] });
5538
5676
  };
5539
5677
 
5540
5678
  // src/list/list-header.tsx
5541
- var import_jsx_runtime44 = require("react/jsx-runtime");
5679
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5542
5680
  var className11 = `k-list-group-sticky-header`;
5543
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5681
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5544
5682
 
5545
5683
  // src/list/list-group.tsx
5546
- var import_jsx_runtime45 = require("react/jsx-runtime");
5684
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5547
5685
  var ListGroup = (props) => {
5548
5686
  const {
5549
5687
  virtualization,
5550
5688
  label
5551
5689
  } = props;
5552
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_jsx_runtime45.Fragment, { children: [
5553
- label && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListHeader, { children: label }),
5554
- props.children && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListContent, { virtualization, children: props.children })
5690
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
5691
+ label && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListHeader, { children: label }),
5692
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListContent, { virtualization, children: props.children })
5555
5693
  ] });
5556
5694
  };
5557
5695
 
5558
5696
  // src/list/list-group-item.tsx
5559
- var import_jsx_runtime46 = require("react/jsx-runtime");
5697
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5560
5698
  var className12 = `k-list-group-item`;
5561
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5699
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5562
5700
 
5563
5701
  // src/list/list-option-label.tsx
5564
- var import_jsx_runtime47 = require("react/jsx-runtime");
5702
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5565
5703
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5566
- var states25 = [
5704
+ var states27 = [
5567
5705
  States.hover,
5568
5706
  States.focus,
5569
5707
  States.selected,
5570
5708
  States.disabled
5571
5709
  ];
5572
- var options23 = {};
5573
- var defaultProps21 = {};
5710
+ var options25 = {};
5711
+ var defaultProps22 = {};
5574
5712
  var ListOptionLabel = (props) => {
5575
5713
  const {
5576
5714
  text,
@@ -5580,7 +5718,7 @@ var ListOptionLabel = (props) => {
5580
5718
  disabled,
5581
5719
  ...other
5582
5720
  } = props;
5583
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5721
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5584
5722
  "div",
5585
5723
  {
5586
5724
  ...other,
@@ -5597,36 +5735,36 @@ var ListOptionLabel = (props) => {
5597
5735
  }
5598
5736
  );
5599
5737
  };
5600
- ListOptionLabel.states = states25;
5601
- ListOptionLabel.options = options23;
5738
+ ListOptionLabel.states = states27;
5739
+ ListOptionLabel.options = options25;
5602
5740
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5603
- ListOptionLabel.defaultProps = defaultProps21;
5741
+ ListOptionLabel.defaultProps = defaultProps22;
5604
5742
 
5605
5743
  // src/list/templates/list-normal.tsx
5606
- var import_jsx_runtime48 = require("react/jsx-runtime");
5744
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5607
5745
 
5608
5746
  // src/list/templates/list-virtualization.tsx
5609
- var import_jsx_runtime49 = require("react/jsx-runtime");
5747
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5610
5748
 
5611
5749
  // src/list/templates/list-grouping.tsx
5612
- var import_jsx_runtime50 = require("react/jsx-runtime");
5750
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5613
5751
 
5614
5752
  // src/list/templates/list-virualization-grouping.tsx
5615
- var import_jsx_runtime51 = require("react/jsx-runtime");
5753
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5616
5754
 
5617
5755
  // src/list/templates/list-virtualization-angular.tsx
5618
- var import_jsx_runtime52 = require("react/jsx-runtime");
5756
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5619
5757
 
5620
5758
  // src/list/templates/list-grouping-angular.tsx
5621
- var import_jsx_runtime53 = require("react/jsx-runtime");
5759
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5622
5760
 
5623
5761
  // src/list/templates/list-virualization-grouping-angular.tsx
5624
- var import_jsx_runtime54 = require("react/jsx-runtime");
5762
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5625
5763
 
5626
5764
  // src/combobox/combobox.spec.tsx
5627
- var import_jsx_runtime55 = require("react/jsx-runtime");
5765
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5628
5766
  var COMBOBOX_CLASSNAME = `k-combobox`;
5629
- var states26 = [
5767
+ var states28 = [
5630
5768
  States.hover,
5631
5769
  States.focus,
5632
5770
  States.valid,
@@ -5636,12 +5774,12 @@ var states26 = [
5636
5774
  States.disabled,
5637
5775
  States.readonly
5638
5776
  ];
5639
- var defaultProps22 = {
5777
+ var defaultProps23 = {
5640
5778
  size: Input.defaultProps.size,
5641
5779
  rounded: Input.defaultProps.rounded,
5642
5780
  fillMode: Input.defaultProps.fillMode
5643
5781
  };
5644
- var options24 = {
5782
+ var options26 = {
5645
5783
  size: [Size.small, Size.medium, Size.large],
5646
5784
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5647
5785
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -5669,8 +5807,8 @@ var Combobox = (props) => {
5669
5807
  adaptiveSettings,
5670
5808
  ...other
5671
5809
  } = props;
5672
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
5673
- /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
5810
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_jsx_runtime57.Fragment, { children: [
5811
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
5674
5812
  Input,
5675
5813
  {
5676
5814
  ...other,
@@ -5687,9 +5825,9 @@ var Combobox = (props) => {
5687
5825
  readonly,
5688
5826
  className: classNames(props.className, COMBOBOX_CLASSNAME),
5689
5827
  children: [
5690
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputPrefix, { children: prefix }),
5691
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputInnerInput, { placeholder, value }),
5692
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5828
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputPrefix, { children: prefix }),
5829
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputInnerInput, { placeholder, value }),
5830
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5693
5831
  InputValidationIcon,
5694
5832
  {
5695
5833
  valid,
@@ -5698,14 +5836,14 @@ var Combobox = (props) => {
5698
5836
  disabled
5699
5837
  }
5700
5838
  ),
5701
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5839
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5702
5840
  InputLoadingIcon,
5703
5841
  {
5704
5842
  loading,
5705
5843
  disabled
5706
5844
  }
5707
5845
  ),
5708
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5846
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5709
5847
  InputClearValue,
5710
5848
  {
5711
5849
  loading,
@@ -5714,8 +5852,8 @@ var Combobox = (props) => {
5714
5852
  value
5715
5853
  }
5716
5854
  ),
5717
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputSuffix, { children: suffix }),
5718
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5855
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputSuffix, { children: suffix }),
5856
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5719
5857
  Button,
5720
5858
  {
5721
5859
  className: "k-input-button",
@@ -5728,9 +5866,9 @@ var Combobox = (props) => {
5728
5866
  ]
5729
5867
  }
5730
5868
  ),
5731
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5732
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5733
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5869
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
5870
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5871
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5734
5872
  ActionSheetHeader,
5735
5873
  {
5736
5874
  actions: ["x"],
@@ -5738,35 +5876,35 @@ var Combobox = (props) => {
5738
5876
  title: "Select Item"
5739
5877
  }
5740
5878
  ),
5741
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(List, { size: "large", children: [
5742
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ListItem, { text: "List item" }),
5743
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ListItem, { text: "List item" }),
5744
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ListItem, { text: "List item" })
5879
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(List, { size: "large", children: [
5880
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ListItem, { text: "List item" }),
5881
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ListItem, { text: "List item" }),
5882
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ListItem, { text: "List item" })
5745
5883
  ] }) })
5746
5884
  ] })
5747
5885
  ] });
5748
5886
  };
5749
- Combobox.states = states26;
5750
- Combobox.options = options24;
5887
+ Combobox.states = states28;
5888
+ Combobox.options = options26;
5751
5889
  Combobox.className = COMBOBOX_CLASSNAME;
5752
- Combobox.defaultProps = defaultProps22;
5890
+ Combobox.defaultProps = defaultProps23;
5753
5891
 
5754
5892
  // src/combobox/templates/combobox-normal.tsx
5755
- var import_jsx_runtime56 = require("react/jsx-runtime");
5893
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5756
5894
 
5757
5895
  // src/combobox/templates/combobox-popup.tsx
5758
- var import_jsx_runtime57 = require("react/jsx-runtime");
5896
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5759
5897
 
5760
5898
  // src/combobox/templates/combobox-grouping.tsx
5761
- var import_jsx_runtime58 = require("react/jsx-runtime");
5899
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5762
5900
 
5763
5901
  // src/combobox/templates/combobox-adaptive.tsx
5764
- var import_jsx_runtime59 = require("react/jsx-runtime");
5902
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5765
5903
 
5766
5904
  // src/dropdownlist/dropdownlist.spec.tsx
5767
- var import_jsx_runtime60 = require("react/jsx-runtime");
5905
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5768
5906
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5769
- var states27 = [
5907
+ var states29 = [
5770
5908
  States.hover,
5771
5909
  States.focus,
5772
5910
  States.valid,
@@ -5776,12 +5914,12 @@ var states27 = [
5776
5914
  States.loading,
5777
5915
  States.readonly
5778
5916
  ];
5779
- var options25 = {
5917
+ var options27 = {
5780
5918
  size: [Size.small, Size.medium, Size.large],
5781
5919
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5782
5920
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5783
5921
  };
5784
- var defaultProps23 = {
5922
+ var defaultProps24 = {
5785
5923
  showValue: true,
5786
5924
  arrowIconName: "caret-alt-down",
5787
5925
  size: Size.medium,
@@ -5791,7 +5929,7 @@ var defaultProps23 = {
5791
5929
  var DropdownList = (props) => {
5792
5930
  const {
5793
5931
  valueIconName,
5794
- arrowIconName = defaultProps23.arrowIconName,
5932
+ arrowIconName = defaultProps24.arrowIconName,
5795
5933
  prefix,
5796
5934
  suffix,
5797
5935
  value,
@@ -5807,13 +5945,13 @@ var DropdownList = (props) => {
5807
5945
  loading,
5808
5946
  disabled,
5809
5947
  readonly,
5810
- showValue = defaultProps23.showValue,
5948
+ showValue = defaultProps24.showValue,
5811
5949
  popup,
5812
5950
  opened,
5813
5951
  ...other
5814
5952
  } = props;
5815
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_jsx_runtime60.Fragment, { children: [
5816
- /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5953
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
5954
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5817
5955
  Picker,
5818
5956
  {
5819
5957
  ...other,
@@ -5836,8 +5974,8 @@ var DropdownList = (props) => {
5836
5974
  }
5837
5975
  ),
5838
5976
  children: [
5839
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputPrefix, { children: prefix }),
5840
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5977
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputPrefix, { children: prefix }),
5978
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5841
5979
  InputInnerSpan,
5842
5980
  {
5843
5981
  placeholder,
@@ -5846,7 +5984,7 @@ var DropdownList = (props) => {
5846
5984
  valueIconName
5847
5985
  }
5848
5986
  ),
5849
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5987
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5850
5988
  InputValidationIcon,
5851
5989
  {
5852
5990
  valid,
@@ -5855,15 +5993,15 @@ var DropdownList = (props) => {
5855
5993
  disabled
5856
5994
  }
5857
5995
  ),
5858
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5996
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5859
5997
  InputLoadingIcon,
5860
5998
  {
5861
5999
  loading,
5862
6000
  disabled
5863
6001
  }
5864
6002
  ),
5865
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputSuffix, { children: suffix }),
5866
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6003
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputSuffix, { children: suffix }),
6004
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5867
6005
  Button,
5868
6006
  {
5869
6007
  className: "k-input-button",
@@ -5876,40 +6014,40 @@ var DropdownList = (props) => {
5876
6014
  ]
5877
6015
  }
5878
6016
  ),
5879
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6017
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5880
6018
  ] });
5881
6019
  };
5882
- DropdownList.states = states27;
5883
- DropdownList.options = options25;
6020
+ DropdownList.states = states29;
6021
+ DropdownList.options = options27;
5884
6022
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5885
- DropdownList.defaultProps = defaultProps23;
6023
+ DropdownList.defaultProps = defaultProps24;
5886
6024
 
5887
6025
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5888
- var import_jsx_runtime61 = require("react/jsx-runtime");
6026
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5889
6027
 
5890
6028
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5891
- var import_jsx_runtime62 = require("react/jsx-runtime");
6029
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5892
6030
 
5893
6031
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5894
- var import_jsx_runtime63 = require("react/jsx-runtime");
6032
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5895
6033
 
5896
6034
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5897
- var import_jsx_runtime64 = require("react/jsx-runtime");
6035
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5898
6036
 
5899
6037
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5900
- var import_jsx_runtime65 = require("react/jsx-runtime");
6038
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5901
6039
 
5902
6040
  // src/menu-button/menu-button.spec.tsx
5903
- var import_jsx_runtime66 = require("react/jsx-runtime");
6041
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5904
6042
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
5905
- var states28 = [
6043
+ var states30 = [
5906
6044
  States.hover,
5907
6045
  States.focus,
5908
6046
  States.active,
5909
6047
  States.selected,
5910
6048
  States.disabled
5911
6049
  ];
5912
- var options26 = {
6050
+ var options28 = {
5913
6051
  size: [Size.small, Size.medium, Size.large],
5914
6052
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5915
6053
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -5927,7 +6065,7 @@ var options26 = {
5927
6065
  ThemeColor.inverse
5928
6066
  ]
5929
6067
  };
5930
- var defaultProps24 = {
6068
+ var defaultProps25 = {
5931
6069
  size: Size.medium,
5932
6070
  rounded: Roundness.medium,
5933
6071
  fillMode: FillMode.solid,
@@ -5937,10 +6075,10 @@ var defaultProps24 = {
5937
6075
  };
5938
6076
  var MenuButton = (props) => {
5939
6077
  const {
5940
- size = defaultProps24.size,
5941
- rounded = defaultProps24.rounded,
5942
- fillMode = defaultProps24.fillMode,
5943
- themeColor = defaultProps24.themeColor,
6078
+ size = defaultProps25.size,
6079
+ rounded = defaultProps25.rounded,
6080
+ fillMode = defaultProps25.fillMode,
6081
+ themeColor = defaultProps25.themeColor,
5944
6082
  hover,
5945
6083
  focus,
5946
6084
  active,
@@ -5948,14 +6086,14 @@ var MenuButton = (props) => {
5948
6086
  disabled,
5949
6087
  icon,
5950
6088
  text,
5951
- showArrow = defaultProps24.showArrow,
5952
- arrowIconName = defaultProps24.arrowIconName,
6089
+ showArrow = defaultProps25.showArrow,
6090
+ arrowIconName = defaultProps25.arrowIconName,
5953
6091
  popup,
5954
6092
  opened,
5955
6093
  ...other
5956
6094
  } = props;
5957
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
5958
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6095
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
6096
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5959
6097
  Button,
5960
6098
  {
5961
6099
  ...other,
@@ -5978,35 +6116,36 @@ var MenuButton = (props) => {
5978
6116
  arrowIconName
5979
6117
  }
5980
6118
  ),
5981
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Popup, { className: "k-menu-popup", children: popup })
6119
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Popup, { className: "k-menu-popup", children: popup })
5982
6120
  ] });
5983
6121
  };
5984
- MenuButton.states = states28;
5985
- MenuButton.options = options26;
6122
+ MenuButton.states = states30;
6123
+ MenuButton.options = options28;
5986
6124
  MenuButton.className = MENUBUTTON_CLASSNAME;
5987
- MenuButton.defaultProps = defaultProps24;
6125
+ MenuButton.defaultProps = defaultProps25;
6126
+ var menu_button_spec_default = MenuButton;
5988
6127
 
5989
6128
  // src/menu-button/templates/icon-menu-button.tsx
5990
- var import_jsx_runtime67 = require("react/jsx-runtime");
6129
+ var import_jsx_runtime69 = require("react/jsx-runtime");
5991
6130
 
5992
6131
  // src/menu-button/templates/icon-text-menu-button.tsx
5993
- var import_jsx_runtime68 = require("react/jsx-runtime");
6132
+ var import_jsx_runtime70 = require("react/jsx-runtime");
5994
6133
 
5995
6134
  // src/menu-button/templates/text-menu-button.tsx
5996
- var import_jsx_runtime69 = require("react/jsx-runtime");
6135
+ var import_jsx_runtime71 = require("react/jsx-runtime");
5997
6136
 
5998
6137
  // src/menu/menu-item.spec.tsx
5999
- var import_jsx_runtime70 = require("react/jsx-runtime");
6138
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6000
6139
  var MENUITEM_CLASSNAME = `k-menu-item`;
6001
- var states29 = [
6140
+ var states31 = [
6002
6141
  States.hover,
6003
6142
  States.focus,
6004
6143
  States.active,
6005
6144
  States.selected,
6006
6145
  States.disabled
6007
6146
  ];
6008
- var options27 = {};
6009
- var defaultProps25 = {
6147
+ var options29 = {};
6148
+ var defaultProps26 = {
6010
6149
  dir: "ltr"
6011
6150
  };
6012
6151
  var MenuItem = (props) => {
@@ -6020,11 +6159,11 @@ var MenuItem = (props) => {
6020
6159
  text,
6021
6160
  showArrow,
6022
6161
  arrowIconName,
6023
- dir = defaultProps25.dir,
6162
+ dir = defaultProps26.dir,
6024
6163
  children,
6025
6164
  ...other
6026
6165
  } = props;
6027
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_jsx_runtime70.Fragment, {});
6166
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(import_jsx_runtime72.Fragment, {});
6028
6167
  if (children) {
6029
6168
  children.forEach((child) => {
6030
6169
  const component = child.type;
@@ -6038,7 +6177,7 @@ var MenuItem = (props) => {
6038
6177
  if (!expandArrowName) {
6039
6178
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
6040
6179
  }
6041
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
6180
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
6042
6181
  "li",
6043
6182
  {
6044
6183
  ...other,
@@ -6053,7 +6192,7 @@ var MenuItem = (props) => {
6053
6192
  })
6054
6193
  ),
6055
6194
  children: [
6056
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
6195
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
6057
6196
  "span",
6058
6197
  {
6059
6198
  className: classNames(
@@ -6066,9 +6205,9 @@ var MenuItem = (props) => {
6066
6205
  })
6067
6206
  ),
6068
6207
  children: [
6069
- icon && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6070
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-menu-link-text", children: text }),
6071
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { icon: expandArrowName }) })
6208
+ icon && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-menu-link-icon", icon }),
6209
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-menu-link-text", children: text }),
6210
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { icon: expandArrowName }) })
6072
6211
  ]
6073
6212
  }
6074
6213
  ),
@@ -6077,24 +6216,24 @@ var MenuItem = (props) => {
6077
6216
  }
6078
6217
  );
6079
6218
  };
6080
- MenuItem.states = states29;
6081
- MenuItem.options = options27;
6219
+ MenuItem.states = states31;
6220
+ MenuItem.options = options29;
6082
6221
  MenuItem.className = MENUITEM_CLASSNAME;
6083
- MenuItem.defaultProps = defaultProps25;
6222
+ MenuItem.defaultProps = defaultProps26;
6084
6223
  var menu_item_spec_default = MenuItem;
6085
6224
 
6086
6225
  // src/menu/menu-separator.spec.tsx
6087
- var import_jsx_runtime71 = require("react/jsx-runtime");
6226
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6088
6227
  var SEPARATOR_CLASSNAME = `k-separator`;
6089
- var defaultProps26 = {
6228
+ var defaultProps27 = {
6090
6229
  orientation: "horizontal"
6091
6230
  };
6092
6231
  var MenuSeparator = (props) => {
6093
6232
  const {
6094
- orientation = defaultProps26.orientation,
6233
+ orientation = defaultProps27.orientation,
6095
6234
  ...other
6096
6235
  } = props;
6097
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6236
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6098
6237
  "li",
6099
6238
  {
6100
6239
  ...other,
@@ -6112,25 +6251,25 @@ var MenuSeparator = (props) => {
6112
6251
  var menu_separator_spec_default = MenuSeparator;
6113
6252
 
6114
6253
  // src/menu/menu-item-content.tsx
6115
- var import_jsx_runtime72 = require("react/jsx-runtime");
6254
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6116
6255
 
6117
6256
  // src/menu/menu-list.spec.tsx
6118
- var import_jsx_runtime73 = require("react/jsx-runtime");
6257
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6119
6258
  var import_react = require("react");
6120
6259
  var MENULIST_CLASSNAME = `k-menu-group`;
6121
- var states30 = [];
6122
- var options28 = {
6260
+ var states32 = [];
6261
+ var options30 = {
6123
6262
  size: [Size.small, Size.medium, Size.large]
6124
6263
  };
6125
- var defaultProps27 = {
6264
+ var defaultProps28 = {
6126
6265
  size: Size.medium,
6127
6266
  dir: "ltr"
6128
6267
  };
6129
6268
  var MenuList = (props) => {
6130
6269
  const {
6131
6270
  children,
6132
- size = defaultProps27.size,
6133
- dir = defaultProps27.dir,
6271
+ size = defaultProps28.size,
6272
+ dir = defaultProps28.dir,
6134
6273
  ...other
6135
6274
  } = props;
6136
6275
  const listChildren = [];
@@ -6143,7 +6282,7 @@ var MenuList = (props) => {
6143
6282
  );
6144
6283
  } else if (child.type === menu_separator_spec_default) {
6145
6284
  listChildren.push(
6146
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(menu_separator_spec_default, {})
6285
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(menu_separator_spec_default, {})
6147
6286
  );
6148
6287
  } else {
6149
6288
  listChildren.push(child);
@@ -6151,7 +6290,7 @@ var MenuList = (props) => {
6151
6290
  });
6152
6291
  }
6153
6292
  }
6154
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6293
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6155
6294
  "ul",
6156
6295
  {
6157
6296
  ...other,
@@ -6166,151 +6305,13 @@ var MenuList = (props) => {
6166
6305
  }
6167
6306
  );
6168
6307
  };
6169
- MenuList.states = states30;
6170
- MenuList.options = options28;
6308
+ MenuList.states = states32;
6309
+ MenuList.options = options30;
6171
6310
  MenuList.className = MENULIST_CLASSNAME;
6172
- MenuList.defaultProps = defaultProps27;
6311
+ MenuList.defaultProps = defaultProps28;
6173
6312
 
6174
6313
  // src/menu-button/templates/menu-button-popup.tsx
6175
- var import_jsx_runtime74 = require("react/jsx-runtime");
6176
-
6177
- // src/color-preview/color-preview.tsx
6178
- var import_jsx_runtime75 = require("react/jsx-runtime");
6179
- var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6180
- var states31 = [];
6181
- var options29 = {};
6182
- var ColorPreview = (props) => {
6183
- const {
6184
- color,
6185
- iconName,
6186
- ...other
6187
- } = props;
6188
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
6189
- "span",
6190
- {
6191
- ...other,
6192
- className: classNames(
6193
- props.className,
6194
- COLORPREVIEW_CLASSNAME,
6195
- {
6196
- "k-icon-color-preview": iconName,
6197
- "k-no-color": !color
6198
- }
6199
- ),
6200
- children: [
6201
- iconName && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6202
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6203
- "span",
6204
- {
6205
- className: "k-color-preview-mask",
6206
- style: { backgroundColor: color }
6207
- }
6208
- )
6209
- ]
6210
- }
6211
- );
6212
- };
6213
- ColorPreview.states = states31;
6214
- ColorPreview.options = options29;
6215
- ColorPreview.className = COLORPREVIEW_CLASSNAME;
6216
-
6217
- // src/colorpicker/colorpicker.spec.tsx
6218
6314
  var import_jsx_runtime76 = require("react/jsx-runtime");
6219
- var COLORPICKER_CLASSNAME = `k-colorpicker`;
6220
- var states32 = [
6221
- States.hover,
6222
- States.focus,
6223
- States.valid,
6224
- States.invalid,
6225
- States.required,
6226
- States.disabled
6227
- ];
6228
- var options30 = {
6229
- size: [Size.small, Size.medium, Size.large],
6230
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6231
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6232
- };
6233
- var defaultProps28 = {
6234
- arrowIconName: "caret-alt-down",
6235
- size: Picker.defaultProps.size,
6236
- rounded: Picker.defaultProps.rounded,
6237
- fillMode: Picker.defaultProps.fillMode
6238
- };
6239
- var ColorPicker = (props) => {
6240
- const {
6241
- prefix,
6242
- suffix,
6243
- value,
6244
- placeholder,
6245
- size,
6246
- rounded,
6247
- fillMode,
6248
- hover,
6249
- focus,
6250
- valid,
6251
- invalid,
6252
- required,
6253
- disabled,
6254
- valueIconName,
6255
- arrowIconName = defaultProps28.arrowIconName,
6256
- ...other
6257
- } = props;
6258
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
6259
- Picker,
6260
- {
6261
- ...other,
6262
- size,
6263
- rounded,
6264
- fillMode,
6265
- hover,
6266
- focus,
6267
- valid,
6268
- invalid,
6269
- required,
6270
- disabled,
6271
- className: classNames(
6272
- props.className,
6273
- COLORPICKER_CLASSNAME,
6274
- "k-icon-picker"
6275
- ),
6276
- children: [
6277
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(InputPrefix, { children: prefix }),
6278
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6279
- InputInnerSpan,
6280
- {
6281
- placeholder,
6282
- value,
6283
- showValue: false,
6284
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6285
- ColorPreview,
6286
- {
6287
- className: "k-value-icon",
6288
- color: value,
6289
- iconName: valueIconName
6290
- }
6291
- ),
6292
- valueIconName
6293
- }
6294
- ),
6295
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(InputSuffix, { children: suffix }),
6296
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6297
- Button,
6298
- {
6299
- className: "k-input-button",
6300
- icon: arrowIconName,
6301
- rounded: null,
6302
- size,
6303
- fillMode
6304
- }
6305
- )
6306
- ]
6307
- }
6308
- );
6309
- };
6310
- ColorPicker.states = states32;
6311
- ColorPicker.options = options30;
6312
- ColorPicker.className = COLORPICKER_CLASSNAME;
6313
- ColorPicker.defaultProps = defaultProps28;
6314
6315
 
6315
6316
  // src/split-button/split-button.spec.tsx
6316
6317
  var import_jsx_runtime77 = require("react/jsx-runtime");
@@ -6810,323 +6811,274 @@ ToolbarItem.defaultProps = defaultProps32;
6810
6811
  // src/spreadsheet/tests/spreadsheet.tsx
6811
6812
  var import_jsx_runtime82 = require("react/jsx-runtime");
6812
6813
  var style = `
6813
- .k-spreadsheet-view {
6814
- overflow: hidden;
6815
- }
6816
- .k-spreadsheet-fixed-container {
6817
- width: calc( 100% - var(--kendo-scrollbar-width, 0) );
6818
- height: calc( 100% - var(--kendo-scrollbar-width, 0) );
6819
- overflow: hidden;
6820
- }
6821
- .k-spreadsheet-cell {
6822
- white-space: normal;
6814
+ #test-area {
6815
+ max-width: 1150px;
6823
6816
  }
6817
+
6818
+ .k-spreadsheet-cell,
6824
6819
  .k-spreadsheet-formula-input {
6825
- white-space: normal;
6820
+ white-space: normal !important;
6826
6821
  }
6827
6822
  `;
6828
6823
  var spreadsheet_default = () => /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(import_jsx_runtime82.Fragment, { children: [
6829
6824
  /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("style", { children: style }),
6830
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { id: "test-area", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { style: { width: "100%" }, className: "k-widget k-spreadsheet", children: [
6831
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-tabstrip-wrapper", children: [
6832
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-quick-access-toolbar", children: [
6833
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "undo" }),
6834
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "redo" })
6825
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { id: "test-area", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { style: { width: "100%" }, className: "k-spreadsheet", children: [
6826
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-header", children: [
6827
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("ul", { id: "menu", className: "k-spreadsheet-menu k-widget k-reset k-header k-menu k-menu-horizontal", children: [
6828
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("li", { className: "k-item k-menu-item k-first", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link k-menu-link", children: "File" }) }),
6829
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("li", { className: "k-item k-menu-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link k-menu-link", children: "Home" }) }),
6830
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("li", { className: "k-item k-menu-item", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link k-menu-link", children: "Insert" }) }),
6831
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("li", { className: "k-item k-menu-item", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link k-menu-link", children: "Format" }) }),
6832
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("li", { className: "k-item k-menu-item", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link k-menu-link", children: "Formulas" }) }),
6833
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("li", { className: "k-item k-menu-item", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link k-menu-link", children: "Data" }) }),
6834
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("li", { className: "k-item k-menu-item k-last", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link k-menu-link", children: "View" }) })
6835
6835
  ] }),
6836
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-widget k-header k-tabstrip k-tabstrip-top k-spreadsheet-tabstrip", children: [
6837
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("ul", { className: "k-tabstrip-items k-reset", style: { paddingLeft: "76px" }, children: [
6838
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item k-first k-tab-on-top k-active", children: [
6839
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-loading k-complete" }),
6840
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Home" })
6841
- ] }),
6842
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item", children: [
6843
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-loading k-complete" }),
6844
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Insert" })
6845
- ] }),
6846
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item k-last", children: [
6847
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-loading k-complete" }),
6848
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Data" })
6849
- ] })
6850
- ] }) }),
6851
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-tabstrip-content k-active", style: { display: "block" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(Toolbar, { className: "k-spreadsheet-toolbar", resizable: true, children: [
6852
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "folder-open", className: "k-upload-button" }),
6853
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "download" }),
6854
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6855
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(ButtonGroup, { children: [
6856
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "cut" }),
6857
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "copy" }),
6858
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "clipboard" })
6859
- ] }),
6860
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6861
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(DropdownList, { value: "Arial" }),
6862
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Combobox, { placeholder: "12" }),
6863
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(ButtonGroup, { children: [
6864
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "bold" }),
6865
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "italic" }),
6866
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "underline" })
6867
- ] }),
6868
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6869
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(MenuButton, { icon: "foreground-color", showArrow: true }),
6870
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6871
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(MenuButton, { icon: "droplet", showArrow: true }),
6872
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(MenuButton, { icon: "borders-all", showArrow: true }),
6873
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6874
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(MenuButton, { icon: "align-left", showArrow: true }),
6875
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "text-wrap" }),
6876
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6877
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(ButtonGroup, { children: [
6878
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "decimal-decrease" }),
6879
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "decimal-increase" })
6880
- ] }),
6881
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6882
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "filter" }),
6883
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(DropdownList, { value: "Custom format", showValue: false, valueIconName: "custom-format" }),
6884
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "link" }),
6885
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6886
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "image" }),
6887
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "comment" }),
6888
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6889
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(MenuButton, { icon: "pane-freeze", showArrow: true }),
6890
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(MenuButton, { icon: "cells-merge", showArrow: true }),
6891
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "borders-none" })
6892
- ] }) })
6836
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(Toolbar, { className: "k-spreadsheet-toolbar k-toolbar-flat", resizable: true, children: [
6837
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "arrow-rotate-ccw", fillMode: "flat" }),
6838
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "arrow-rotate-cw", fillMode: "flat" }),
6839
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6840
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "cut", fillMode: "flat" }),
6841
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "copy", fillMode: "flat" }),
6842
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "clipboard", fillMode: "flat" }),
6843
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6844
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(DropdownList, { value: "Font Name", fillMode: "flat" }),
6845
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(DropdownList, { value: "Font Size", fillMode: "flat" }),
6846
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6847
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(ButtonGroup, { fillMode: "flat", children: [
6848
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "font-grow", fillMode: "flat" }),
6849
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "font-shrink", fillMode: "flat" })
6850
+ ] }),
6851
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6852
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(ButtonGroup, { fillMode: "flat", children: [
6853
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "bold", fillMode: "flat" }),
6854
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "italic", fillMode: "flat" }),
6855
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "underline", fillMode: "flat" }),
6856
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "strikethrough", fillMode: "flat" })
6857
+ ] }),
6858
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ColorPicker, { value: "red", valueIconName: "foreground-color", fillMode: "flat" }) }),
6859
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6860
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarItem, { children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ColorPicker, { value: "fuchsia", valueIconName: "droplet", fillMode: "flat" }) }),
6861
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6862
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(menu_button_spec_default, { fillMode: "flat", icon: "borders-all", showArrow: true }),
6863
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6864
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(menu_button_spec_default, { fillMode: "flat", icon: "align-left", showArrow: true }),
6865
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(menu_button_spec_default, { fillMode: "flat", icon: "align-middle", showArrow: true }),
6866
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(ToolbarSeparator, {}),
6867
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { fillMode: "flat", icon: "text-wrap" })
6893
6868
  ] })
6894
6869
  ] }),
6895
6870
  /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-action-bar", children: [
6896
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Combobox, { placeholder: "Combobox..." }) }),
6871
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Combobox, { placeholder: "B6", fillMode: "flat" }) }),
6897
6872
  /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-formula-bar", children: [
6898
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "formula-fx" }),
6899
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-formula-input k-spreadsheet-array-formula", children: [
6900
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-startexp k-syntax-at-point", children: "=" }),
6901
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-func", children: "Product" }),
6902
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-punc", children: "(" }),
6903
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-ref k-series-a", children: "C3:C11" }),
6904
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-punc", children: ")" })
6905
- ] }),
6906
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
6907
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-group-header", style: { display: "none" } }),
6908
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-list-scroller" })
6873
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-separator k-separator-vertical" }),
6874
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "formula-fx", fillMode: "flat" }),
6875
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-separator k-separator-vertical" }),
6876
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-formula-input k-textbox k-input k-input-md k-input-flat k-rounded-md", children: [
6877
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-startexp", children: "=" }),
6878
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-ref k-series-a", children: "B6" }),
6879
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-op", children: "+" }),
6880
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-ref k-series-b", children: "C6" }),
6881
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-op", children: "+" }),
6882
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-syntax-ref k-series-c", children: "C3" })
6883
+ ] })
6909
6884
  ] })
6910
6885
  ] }),
6911
6886
  /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-view", children: [
6912
6887
  /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-fixed-container", children: [
6913
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-pane k-top k-left", style: { top: "0px", left: "0px", height: "100%", width: "100%" }, children: [
6914
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-data", style: { position: "relative", left: "32px", top: "20px" }, children: [
6915
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "0px", height: "410px" } }),
6916
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "100px", height: "410px" } }),
6917
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "315px", height: "410px" } }),
6918
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "430px", height: "410px" } }),
6919
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "545px", height: "410px" } }),
6920
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "660px", height: "410px" } }),
6921
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "815px", height: "410px" } }),
6922
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "879px", height: "410px" } }),
6923
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "943px", height: "410px" } }),
6924
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "0px", width: "943px" } }),
6925
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "70px", width: "943px" } }),
6926
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "95px", width: "943px" } }),
6927
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "115px", width: "943px" } }),
6928
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "135px", width: "943px" } }),
6929
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "155px", width: "943px" } }),
6930
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "175px", width: "943px" } }),
6931
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "195px", width: "943px" } }),
6932
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "215px", width: "943px" } }),
6933
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "235px", width: "943px" } }),
6934
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "255px", width: "943px" } }),
6935
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "275px", width: "943px" } }),
6936
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "295px", width: "943px" } }),
6937
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "315px", width: "943px" } }),
6938
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "340px", width: "943px" } }),
6939
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "390px", width: "943px" } }),
6940
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "410px", width: "943px" } }),
6941
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell k-spreadsheet-merged-cell", style: { outline: "rgb(86, 163, 230) solid 1px", backgroundColor: "rgb(96, 181, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "32px", left: "1px", top: "1px", width: "878px", height: "69px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) }),
6942
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "71px", width: "99px", height: "24px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "ID" }) }),
6943
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "101px", top: "71px", width: "214px", height: "24px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Product" }) }),
6944
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "71px", width: "114px", height: "24px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Quantity" }) }),
6945
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "431px", top: "71px", width: "114px", height: "24px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Price" }) }),
6946
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "546px", top: "71px", width: "114px", height: "24px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Tax" }) }),
6947
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "661px", top: "71px", width: "154px", height: "24px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Amount" }) }),
6948
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "71px", width: "63px", height: "24px" } }),
6949
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "96px", width: "99px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "216321" }) }),
6950
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "96px", width: "214px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Calzone" }) }),
6951
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "96px", width: "114px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6952
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "96px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$12.39" }) }) }),
6953
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "96px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$2.48" }) }) }),
6954
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "96px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$14.87" }) }) }),
6955
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell k-single k-spreadsheet-has-comment k-dirty-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "96px", width: "63px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-dirty" }) }),
6956
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "116px", width: "99px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "546897" }) }),
6957
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "116px", width: "214px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Margarita" }) }),
6958
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "116px", width: "114px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "2" }) }),
6959
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "116px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$8.79" }) }) }),
6960
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "116px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$3.52" }) }) }),
6961
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "116px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$21.10" }) }) }),
6962
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "116px", width: "63px", height: "19px" } }),
6963
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "136px", width: "99px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "456231" }) }),
6964
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "136px", width: "214px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Pollo Formaggio" }) }),
6965
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "136px", width: "114px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6966
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "136px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$13.99" }) }) }),
6967
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "136px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$2.80" }) }) }),
6968
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "136px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$16.79" }) }) }),
6969
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "136px", width: "63px", height: "19px" } }),
6970
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "156px", width: "99px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "455873" }) }),
6971
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "156px", width: "214px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Greek Salad" }) }),
6972
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "156px", width: "114px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6973
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "156px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$9.49" }) }) }),
6974
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "156px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$1.90" }) }) }),
6975
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "156px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$11.39" }) }) }),
6976
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "156px", width: "63px", height: "19px" } }),
6977
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "176px", width: "99px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "456892" }) }),
6978
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "176px", width: "214px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Spinach and Blue Cheese" }) }),
6979
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "176px", width: "114px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "3" }) }),
6980
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "176px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$11.49" }) }) }),
6981
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "176px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$6.89" }) }) }),
6982
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "176px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$41.36" }) }) }),
6983
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "176px", width: "63px", height: "19px" } }),
6984
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "196px", width: "99px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "546564" }) }),
6985
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "196px", width: "214px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Rigoletto" }) }),
6986
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "196px", width: "114px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "1" }) }),
6987
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "196px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$10.99" }) }) }),
6988
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "196px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$2.20" }) }) }),
6989
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "196px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$13.19" }) }) }),
6990
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "196px", width: "63px", height: "19px" } }),
6991
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "216px", width: "99px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "789455" }) }),
6992
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "216px", width: "214px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Creme Brulee" }) }),
6993
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "216px", width: "114px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "5" }) }),
6994
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "216px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$6.99" }) }) }),
6995
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "216px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$6.99" }) }) }),
6996
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "216px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$41.94" }) }) }),
6997
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "216px", width: "63px", height: "19px" } }),
6998
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "236px", width: "99px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "123002" }) }),
6999
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "236px", width: "214px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Radeberger Beer" }) }),
7000
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "236px", width: "114px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "4" }) }),
7001
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "236px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$4.99" }) }) }),
7002
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "236px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$3.99" }) }) }),
7003
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "236px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$23.95" }) }) }),
7004
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "236px", width: "63px", height: "19px" } }),
7005
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "256px", width: "99px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "564896" }) }),
7006
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "256px", width: "214px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Budweiser Beer" }) }),
7007
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "256px", width: "114px", height: "19px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "3" }) }),
7008
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "256px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$4.49" }) }) }),
7009
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "256px", width: "114px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$2.69" }) }) }),
7010
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "256px", width: "154px", height: "19px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$16.16" }) }) }),
7011
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "256px", width: "63px", height: "19px" } }),
7012
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "276px", width: "99px", height: "19px" } }),
7013
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "276px", width: "214px", height: "19px" } }),
7014
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "316px", top: "276px", width: "114px", height: "19px" } }),
7015
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "276px", width: "114px", height: "19px" } }),
7016
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "276px", width: "114px", height: "19px" } }),
7017
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "276px", width: "154px", height: "19px" } }),
7018
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "276px", width: "63px", height: "19px" } }),
7019
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "296px", width: "99px", height: "19px" } }),
7020
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "296px", width: "214px", height: "19px" } }),
7021
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell k-spreadsheet-drawing-anchor-cell", style: { outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "316px", top: "296px", width: "114px", height: "19px" } }),
7022
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-drawing k-spreadsheet-active-drawing", style: { width: "53px", height: "40px", top: "305px", left: "350px" }, children: [
7023
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-image", style: { backgroundImage: "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==)", opacity: "1" } }),
7024
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle N" }),
7025
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle NE" }),
7026
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle E" }),
7027
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle SE" }),
7028
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle S" }),
7029
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle SW" }),
7030
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle W" }),
7031
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-drawing-handle NW" })
7032
- ] }),
7033
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "296px", width: "114px", height: "19px" } }),
7034
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "296px", width: "114px", height: "19px" } }),
7035
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "296px", width: "154px", height: "19px" } }),
7036
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "296px", width: "63px", height: "19px" } }),
7037
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "316px", width: "99px", height: "24px" } }),
7038
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "316px", width: "214px", height: "24px" } }),
7039
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "316px", top: "316px", width: "114px", height: "24px" } }),
7040
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "316px", width: "114px", height: "24px" } }),
7041
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "12px", left: "546px", top: "316px", width: "114px", height: "24px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Tip:" }) }),
7042
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontWeight: "bold", fontSize: "12px", left: "661px", top: "316px", width: "154px", height: "24px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$20.07" }) }) }),
7043
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "316px", width: "63px", height: "24px" } }),
7044
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "341px", width: "99px", height: "49px" } }),
7045
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "341px", width: "214px", height: "49px" } }),
7046
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell k-spreadsheet-merged-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "20px", left: "316px", top: "341px", width: "344px", height: "49px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Total Amount:" }) }),
7047
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontWeight: "bold", fontSize: "20px", left: "661px", top: "341px", width: "154px", height: "49px", textAlign: "right" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$220.82" }) }) }),
7048
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell", style: { outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "341px", width: "63px", height: "49px" } })
7049
- ] }),
7050
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-selection-wrapper", children: [
7051
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-selection k-single-selection", style: { width: "216px", height: "21px", top: "135px", left: "132px" } }),
7052
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-button k-spreadsheet-editor-button", style: { left: "347px", top: "135px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "calendar" }) }),
7053
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell k-spreadsheet-active-cell k-top k-single", style: { outline: "rgb(86, 163, 230) solid 1px", backgroundColor: "rgb(96, 181, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "32px", left: "33px", top: "21px", width: "878px", height: "69px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) })
6888
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { style: { top: 0, left: 0, height: "100%", width: "100%" }, className: "k-spreadsheet-pane k-top k-left", children: [
6889
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-data", style: { position: "relative", left: "30px", top: "30px" }, children: [
6890
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: 0, height: "405px" } }),
6891
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "100px", height: "405px" } }),
6892
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "315px", height: "405px" } }),
6893
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "430px", height: "405px" } }),
6894
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "545px", height: "405px" } }),
6895
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "660px", height: "405px" } }),
6896
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "815px", height: "405px" } }),
6897
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "879px", height: "405px" } }),
6898
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "943px", height: "405px" } }),
6899
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "1007px", height: "405px" } }),
6900
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "1071px", height: "405px" } }),
6901
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "1135px", height: "405px" } }),
6902
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-vaxis", style: { left: "1199px", height: "405px" } }),
6903
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "0px", width: "1199px" } }),
6904
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "70px", width: "1199px" } }),
6905
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "95px", width: "1199px" } }),
6906
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "125px", width: "1199px" } }),
6907
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "155px", width: "1199px" } }),
6908
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "185px", width: "1199px" } }),
6909
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "215px", width: "1199px" } }),
6910
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "245px", width: "1199px" } }),
6911
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "275px", width: "1199px" } }),
6912
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "305px", width: "1199px" } }),
6913
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "335px", width: "1199px" } }),
6914
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "365px", width: "1199px" } }),
6915
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "395px", width: "1199px" } }),
6916
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-haxis", style: { top: "426px", width: "1199px" } }),
6917
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-disabled-mask", style: { top: "1px", width: "878px", left: "1px", height: "69px" } }),
6918
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell k-spreadsheet-merged-cell", style: { left: "1px", top: "1px", width: "878px", height: "69px", background: "rgb(96, 181, 255)", outline: "rgb(86, 163, 230) solid 1px", color: "white", fontFamily: "Arial", textAlign: "center", fontSize: "30px", whiteSpace: "pre", overflowWrap: "normal" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "Invoice #52 - 06/23/2015" }) }),
6919
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "71px", width: "99px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "ID" }) }),
6920
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "71px", width: "214px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "Product" }) }),
6921
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "71px", width: "114px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "Quantity" }) }),
6922
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "71px", width: "114px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "Price" }) }),
6923
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "71px", width: "114px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "Tax" }) }),
6924
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "71px", width: "154px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "Amount" }) }),
6925
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "71px", width: "63px", height: "24px" }, className: "k-spreadsheet-cell" }),
6926
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "96px", width: "99px", height: "29px" }, className: "k-spreadsheet-cell k-spreadsheet-active-cell k-left k-single", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "216321" }) }),
6927
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "96px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "Calzone" }) }),
6928
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "96px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "1" }) }),
6929
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "96px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$12.39" }) }) }),
6930
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "96px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$2.48" }) }) }),
6931
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "96px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$14.87" }) }) }),
6932
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "96px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
6933
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "126px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "546897" }) }),
6934
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "126px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "Margarita" }) }),
6935
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "126px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "2" }) }),
6936
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "126px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$8.79" }) }) }),
6937
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "126px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$3.52" }) }) }),
6938
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "126px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$21.10" }) }) }),
6939
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "126px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
6940
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "156px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "456231" }) }),
6941
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "156px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "Pollo Formaggio" }) }),
6942
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "156px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "1" }) }),
6943
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "156px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$13.99" }) }) }),
6944
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "156px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$2.80" }) }) }),
6945
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "156px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$16.79" }) }) }),
6946
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "156px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
6947
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "186px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "455873" }) }),
6948
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "186px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "Greek Salad" }) }),
6949
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "186px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "1" }) }),
6950
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "186px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$9.49" }) }) }),
6951
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "186px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$1.90" }) }) }),
6952
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "186px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$11.39" }) }) }),
6953
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "186px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
6954
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "216px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "456892" }) }),
6955
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "216px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "Spinach and Blue Cheese" }) }),
6956
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "216px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "3" }) }),
6957
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "216px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$11.49" }) }) }),
6958
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "216px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$6.89" }) }) }),
6959
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "216px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$41.36" }) }) }),
6960
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "216px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
6961
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "246px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "546564" }) }),
6962
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "246px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "Rigoletto" }) }),
6963
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "246px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "1" }) }),
6964
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "246px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$10.99" }) }) }),
6965
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "246px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$2.20" }) }) }),
6966
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "246px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$13.19" }) }) }),
6967
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "246px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
6968
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "276px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "789455" }) }),
6969
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "276px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "Creme Brulee" }) }),
6970
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "276px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "5" }) }),
6971
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "276px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$6.99" }) }) }),
6972
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "276px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$6.99" }) }) }),
6973
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "276px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$41.94" }) }) }),
6974
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "276px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
6975
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "306px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "123002" }) }),
6976
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "306px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "Radeberger Beer" }) }),
6977
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "306px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "4" }) }),
6978
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "306px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$4.99" }) }) }),
6979
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "306px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$3.99" }) }) }),
6980
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "306px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$23.95" }) }) }),
6981
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "306px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
6982
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "336px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "564896" }) }),
6983
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "336px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "Budweiser Beer" }) }),
6984
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "336px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "3" }) }),
6985
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "336px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$4.49" }) }) }),
6986
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "336px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$2.69" }) }) }),
6987
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "336px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { children: "$16.16" }) }) }),
6988
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "336px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
6989
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "366px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell" }),
6990
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "366px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell" }),
6991
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "366px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
6992
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "366px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
6993
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "366px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
6994
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "366px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell" }),
6995
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "366px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
6996
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "396px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell" }),
6997
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "396px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell" }),
6998
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "396px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
6999
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "396px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
7000
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "396px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
7001
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "396px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell" }),
7002
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "396px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" })
7054
7003
  ] }),
7004
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-selection k-single-selection", style: { width: "101px", height: "31px", top: "125px", left: "30px" } }) }),
7055
7005
  /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-auto-fill-wrapper" }),
7056
7006
  /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-wrapper" }),
7057
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-filter-wrapper", children: [
7058
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-filter-range", style: { width: "816px", height: "206px", top: "90px", left: "32px" } }),
7059
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "113px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "caret-alt-down" }) }),
7060
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "328px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "caret-alt-down" }) }),
7061
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "443px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "caret-alt-down" }) }),
7062
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "558px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "caret-alt-down" }) }),
7063
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "673px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "caret-alt-down" }) }),
7064
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-spreadsheet-filter", style: { left: "828px", top: "93px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Icon, { icon: "caret-alt-down" }) })
7065
- ] }),
7066
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-row-header", style: { width: "32px", top: "20px" }, children: [
7067
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { width: "32px", height: "70px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "1" }) }),
7068
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "2" }) }),
7069
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "3" }) }),
7070
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "4" }) }),
7071
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "5" }) }),
7072
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "6" }) }),
7073
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "7" }) }),
7074
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "8" }) }),
7075
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "9" }) }),
7076
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "10" }) }),
7077
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "11" }) }),
7078
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "12" }) }),
7079
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "13" }) }),
7080
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "14" }) }),
7081
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "50px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "15" }) }),
7082
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "16" }) })
7007
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-filter-wrapper" }),
7008
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-row-header", style: { width: "30px", top: "30px" }, children: [
7009
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "70px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "1" }) }),
7010
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "25px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "2" }) }),
7011
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "3" }) }),
7012
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "4" }) }),
7013
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "5" }) }),
7014
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "6" }) }),
7015
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "7" }) }),
7016
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "8" }) }),
7017
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "9" }) }),
7018
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "10" }) }),
7019
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "11" }) }),
7020
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "12" }) }),
7021
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "13" }) })
7083
7022
  ] }),
7084
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-column-header", style: { top: "0px", left: "32px", width: "943px", height: "20px" }, children: [
7085
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "0px", width: "100px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "A" }) }),
7086
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "100px", width: "215px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "B" }) }),
7087
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "315px", width: "115px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "C" }) }),
7088
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "430px", width: "115px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "D" }) }),
7089
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "545px", width: "115px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "E" }) }),
7090
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "660px", width: "155px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "F" }) }),
7091
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "815px", width: "64px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "G" }) }),
7092
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "879px", width: "64px", height: "20px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "H" }) })
7023
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-column-header", style: { top: "0px", left: "30px", width: "1199px", height: "30px" }, children: [
7024
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-partial", style: { position: "absolute", left: "0px", width: "100px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "A" }) }),
7025
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "100px", width: "215px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "B" }) }),
7026
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "315px", width: "115px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "C" }) }),
7027
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "430px", width: "115px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "D" }) }),
7028
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "545px", width: "115px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "E" }) }),
7029
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "660px", width: "155px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "F" }) }),
7030
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "815px", width: "64px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "G" }) }),
7031
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "879px", width: "64px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "H" }) }),
7032
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "943px", width: "64px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "I" }) }),
7033
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "1007px", width: "64px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "J" }) }),
7034
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "1071px", width: "64px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "K" }) }),
7035
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-selection-none", style: { position: "absolute", left: "1135px", width: "64px", height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-vertical-align-center", children: "L" }) })
7093
7036
  ] })
7094
7037
  ] }),
7095
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-top-corner", style: { width: "32px", height: "20px" } })
7038
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { style: { width: "30px", height: "30px" }, className: "k-spreadsheet-top-corner" })
7096
7039
  ] }),
7097
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-scroller", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-view-size", style: { height: "200%", width: "200%" } }) }),
7098
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("table", { className: "kendo-clipboard-9e2af5b1-fb37-4868-83b5-033657aa47e5", style: { left: "0px", top: "0px", height: "70px", width: "879px" }, children: [
7099
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("colgroup", { children: [
7100
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("col", { style: { width: "100px" } }),
7101
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("col", { style: { width: "215px" } }),
7102
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("col", { style: { width: "115px" } }),
7103
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("col", { style: { width: "115px" } }),
7104
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("col", { style: { width: "115px" } }),
7105
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("col", { style: { width: "155px" } }),
7106
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("col", { style: { width: "64px" } })
7107
- ] }),
7108
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("tbody", { children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("tr", { style: { height: "70px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("td", { colSpan: 7, rowSpan: 1, style: { backgroundColor: "rgb(96, 181, 255)", color: "white", fontFamily: "Arial", textAlign: "center", fontSize: "32px", borderColor: "rgb(96, 181, 255)" }, children: "Invoice #52 - 06/23/2015" }) }) })
7040
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-scroller", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-view-size", style: { height: "6080px", width: "3663px" } }) }),
7041
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("table", { style: { left: "0px", top: "0px", height: "30px", width: "100px" }, className: "kendo-clipboard-eb8ea401-ab97-4190-8fb2-b3b83b299a9f", role: "presentation", children: [
7042
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("colgroup", { children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("col", { style: { width: "100px" } }) }),
7043
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("tbody", { children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("tr", { style: { height: "30px" }, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("td", { style: { backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", borderColor: "rgb(255, 255, 255)" }, children: "216321" }) }) })
7109
7044
  ] }) }),
7110
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell-editor k-spreadsheet-formula-input", style: { whiteSpace: "pre" }, children: "Invoice #52 - 06/23/2015" }),
7045
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-cell-editor k-spreadsheet-formula-input", "data-role": "formulainput", style: { whiteSpace: "pre" }, children: "216321" }),
7111
7046
  /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
7112
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-group-header", style: { display: "none" } }),
7113
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-list-scroller" })
7047
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-list-group-sticky-header", style: { display: "none" } }),
7048
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-list-content k-list-scroller", unselectable: "on" })
7114
7049
  ] }),
7115
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-sheets-bar k-widget k-header", children: [
7116
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { icon: "plus", className: "k-spreadsheet-sheets-bar-add" }),
7117
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-sheets-items k-tabstrip-scrollable k-tabstrip k-tabstrip-bottom", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: [
7118
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-left", className: "k-tabstrip-prev" }),
7050
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-spreadsheet-sheets-bar", children: [
7051
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { className: "k-spreadsheet-sheet-add", fillMode: "flat", icon: "plus" }),
7052
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { className: "k-spreadsheet-sheets-menu", fillMode: "flat", icon: "menu" }),
7053
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-spreadsheet-sheets k-tabstrip k-tabstrip-bottom k-tabstrip-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: "k-tabstrip-items-wrapper k-vstack", children: [
7119
7054
  /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
7120
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item k-active k-tab-on-top k-spreadsheet-sheets-bar-active", children: [
7121
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Food Order" }),
7122
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
7055
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item k-first", children: [
7056
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Sheet 1" }),
7057
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(menu_button_spec_default, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
7058
+ ] }),
7059
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item", children: [
7060
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Sheet 2" }),
7061
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(menu_button_spec_default, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
7062
+ ] }),
7063
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item k-active", children: [
7064
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Sheet 3" }),
7065
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(menu_button_spec_default, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
7066
+ ] }),
7067
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item k-focus", children: [
7068
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Sheet 4" }),
7069
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(menu_button_spec_default, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
7070
+ ] }),
7071
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item", children: [
7072
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Sheet 5" }),
7073
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(menu_button_spec_default, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
7123
7074
  ] }),
7124
- /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item k-spreadsheet-sheets-bar-inactive", children: [
7125
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Balance Sheet" }),
7126
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
7075
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("li", { className: "k-item k-last k-disabled", children: [
7076
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-link", children: "Sheet 6" }),
7077
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(menu_button_spec_default, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
7127
7078
  ] })
7128
7079
  ] }),
7129
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-right", className: "k-tabstrip-next" })
7080
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { className: "k-tabstrip-prev", fillMode: "flat", icon: "caret-alt-left", rounded: null, size: null }),
7081
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Button, { className: "k-tabstrip-next", fillMode: "flat", icon: "caret-alt-right", rounded: null, size: null })
7130
7082
  ] }) })
7131
7083
  ] })
7132
7084
  ] }) })