@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.
- package/dist/cjs/daterangepicker/daterangepicker.spec.js +206 -203
- package/dist/cjs/daterangepicker/templates/daterangepicker-adaptive.js +208 -205
- package/dist/cjs/daterangepicker/templates/daterangepicker-normal.js +208 -205
- package/dist/cjs/daterangepicker/templates/daterangepicker-popup.js +208 -205
- package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +218 -215
- package/dist/cjs/daterangepicker/tests/daterangepicker-flat.js +227 -224
- package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +218 -215
- package/dist/cjs/daterangepicker/tests/daterangepicker-outline.js +227 -224
- package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +221 -218
- package/dist/cjs/daterangepicker/tests/daterangepicker-solid.js +227 -224
- package/dist/cjs/floating-label/templates/floating-label-normal.js +115 -0
- package/dist/cjs/floating-label/tests/floating-label-flat.js +87 -1136
- package/dist/cjs/floating-label/tests/floating-label-outline.js +87 -1136
- package/dist/cjs/floating-label/tests/floating-label-solid.js +4929 -0
- package/dist/cjs/form/tests/form-field-dateinputs.js +149 -146
- package/dist/cjs/form/tests/form-field-inputs-rtl.js +233 -230
- package/dist/cjs/form/tests/form-field-inputs.js +234 -231
- package/dist/cjs/index.js +2415 -2409
- package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +7103 -0
- package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +526 -553
- package/dist/cjs/{floating-label/tests/floating-label.js → spreadsheet/tests/spreadsheet-file-dialogs.js} +1113 -922
- package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +7088 -0
- package/dist/cjs/spreadsheet/tests/spreadsheet-find-replace-dialog.js +5858 -0
- package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +7385 -0
- package/dist/cjs/spreadsheet/tests/spreadsheet-formula-dialog.js +5824 -0
- package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +7062 -0
- package/dist/cjs/spreadsheet/tests/{spreadsheet-dialog.js → spreadsheet-insert-dialogs.js} +541 -601
- package/dist/cjs/spreadsheet/tests/spreadsheet-jquery.js +7133 -0
- package/dist/cjs/spreadsheet/tests/spreadsheet-print.js +6285 -0
- package/dist/cjs/spreadsheet/tests/{spreadsheet-tools-popup.js → spreadsheet-row-contextmenu.js} +733 -784
- package/dist/cjs/spreadsheet/tests/spreadsheet-sheets-bar.js +5518 -0
- package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +6989 -0
- package/dist/cjs/spreadsheet/tests/spreadsheet.js +660 -708
- package/dist/esm/daterangepicker/daterangepicker.spec.js +170 -167
- package/dist/esm/daterangepicker/templates/daterangepicker-adaptive.js +172 -169
- package/dist/esm/daterangepicker/templates/daterangepicker-normal.js +172 -169
- package/dist/esm/daterangepicker/templates/daterangepicker-popup.js +172 -169
- package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +180 -177
- package/dist/esm/daterangepicker/tests/daterangepicker-flat.js +186 -183
- package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +180 -177
- package/dist/esm/daterangepicker/tests/daterangepicker-outline.js +186 -183
- package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +182 -179
- package/dist/esm/daterangepicker/tests/daterangepicker-solid.js +186 -183
- package/dist/esm/floating-label/templates/floating-label-normal.js +93 -0
- package/dist/esm/floating-label/tests/floating-label-flat.js +84 -1133
- package/dist/esm/floating-label/tests/floating-label-outline.js +84 -1133
- package/dist/esm/floating-label/tests/floating-label-solid.js +4913 -0
- package/dist/esm/form/tests/form-field-dateinputs.js +123 -120
- package/dist/esm/form/tests/form-field-inputs-rtl.js +194 -191
- package/dist/esm/form/tests/form-field-inputs.js +192 -189
- package/dist/esm/index.js +2025 -2019
- package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.js +7087 -0
- package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +526 -553
- package/dist/esm/spreadsheet/tests/spreadsheet-file-dialogs.js +6153 -0
- package/dist/esm/spreadsheet/tests/spreadsheet-filtering.js +7072 -0
- package/dist/esm/{floating-label/tests/floating-label.js → spreadsheet/tests/spreadsheet-find-replace-dialog.js} +849 -969
- package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +7369 -0
- package/dist/esm/spreadsheet/tests/spreadsheet-formula-dialog.js +5808 -0
- package/dist/esm/spreadsheet/tests/spreadsheet-formula.js +7046 -0
- package/dist/esm/spreadsheet/tests/{spreadsheet-dialog.js → spreadsheet-insert-dialogs.js} +541 -601
- package/dist/esm/spreadsheet/tests/{spreadsheet-tools-popup.js → spreadsheet-jquery.js} +296 -317
- package/dist/esm/spreadsheet/tests/spreadsheet-print.js +6269 -0
- package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.js +7087 -0
- package/dist/esm/spreadsheet/tests/spreadsheet-sheets-bar.js +5502 -0
- package/dist/esm/spreadsheet/tests/spreadsheet-tools.js +6973 -0
- package/dist/esm/spreadsheet/tests/spreadsheet.js +661 -709
- package/dist/types/floating-label/index.d.ts +1 -0
- package/dist/types/floating-label/templates/floating-label-normal.d.ts +4 -0
- package/dist/types/spreadsheet/tests/spreadsheet-filtering.d.ts +2 -0
- package/dist/types/spreadsheet/tests/spreadsheet-find-replace-dialog.d.ts +2 -0
- package/dist/types/spreadsheet/tests/spreadsheet-format-dialogs.d.ts +2 -0
- package/dist/types/spreadsheet/tests/spreadsheet-formula-dialog.d.ts +2 -0
- package/dist/types/spreadsheet/tests/spreadsheet-formula.d.ts +2 -0
- package/dist/types/spreadsheet/tests/spreadsheet-insert-dialogs.d.ts +2 -0
- package/dist/types/spreadsheet/tests/spreadsheet-jquery.d.ts +2 -0
- package/dist/types/spreadsheet/tests/spreadsheet-print.d.ts +2 -0
- package/dist/types/spreadsheet/tests/spreadsheet-row-contextmenu.d.ts +2 -0
- package/dist/types/spreadsheet/tests/spreadsheet-sheets-bar.d.ts +2 -0
- package/dist/types/spreadsheet/tests/spreadsheet-tools.d.ts +2 -0
- package/package.json +2 -2
- package/src/floating-label/index.ts +1 -0
- package/src/floating-label/templates/floating-label-normal.tsx +7 -0
- package/src/floating-label/tests/floating-label-flat.tsx +32 -148
- package/src/floating-label/tests/floating-label-outline.tsx +32 -148
- package/src/floating-label/tests/floating-label-solid.tsx +64 -0
- package/src/spreadsheet/tests/spreadsheet-cell-contextmenu.tsx +538 -0
- package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +43 -53
- package/src/spreadsheet/tests/spreadsheet-file-dialogs.tsx +63 -0
- package/src/spreadsheet/tests/spreadsheet-filtering.tsx +522 -0
- package/src/spreadsheet/tests/spreadsheet-find-replace-dialog.tsx +38 -0
- package/src/spreadsheet/tests/spreadsheet-format-dialogs.tsx +76 -0
- package/src/spreadsheet/tests/spreadsheet-formula-dialog.tsx +45 -0
- package/src/spreadsheet/tests/spreadsheet-formula.tsx +491 -0
- package/src/spreadsheet/tests/{spreadsheet-dialog.tsx → spreadsheet-insert-dialogs.tsx} +35 -52
- package/src/spreadsheet/tests/{spreadsheet-tools-popup.tsx → spreadsheet-jquery.tsx} +19 -43
- package/src/spreadsheet/tests/spreadsheet-print.tsx +179 -0
- package/src/spreadsheet/tests/spreadsheet-row-contextmenu.tsx +538 -0
- package/src/spreadsheet/tests/spreadsheet-sheets-bar.tsx +123 -0
- package/src/spreadsheet/tests/spreadsheet-tools.tsx +315 -0
- package/src/spreadsheet/tests/spreadsheet.tsx +372 -435
- package/src/floating-label/tests/floating-label.tsx +0 -180
- /package/dist/types/floating-label/tests/{floating-label.d.ts → floating-label-solid.d.ts} +0 -0
- /package/dist/types/spreadsheet/tests/{spreadsheet-dialog.d.ts → spreadsheet-cell-contextmenu.d.ts} +0 -0
- /package/dist/types/spreadsheet/tests/{spreadsheet-tools-popup.d.ts → spreadsheet-file-dialogs.d.ts} +0 -0
|
@@ -6788,7 +6788,7 @@ ToolbarItem.options = options34;
|
|
|
6788
6788
|
ToolbarItem.className = TOOLBARITEM_CLASSNAME;
|
|
6789
6789
|
ToolbarItem.defaultProps = defaultProps32;
|
|
6790
6790
|
|
|
6791
|
-
// src/spreadsheet/tests/spreadsheet-
|
|
6791
|
+
// src/spreadsheet/tests/spreadsheet-jquery.tsx
|
|
6792
6792
|
import { Fragment as Fragment24, jsx as jsx82, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
6793
6793
|
var style = `
|
|
6794
6794
|
.k-spreadsheet-view {
|
|
@@ -6806,333 +6806,312 @@ var style = `
|
|
|
6806
6806
|
white-space: normal;
|
|
6807
6807
|
}
|
|
6808
6808
|
`;
|
|
6809
|
-
var
|
|
6809
|
+
var spreadsheet_jquery_default = () => /* @__PURE__ */ jsxs36(Fragment24, { children: [
|
|
6810
6810
|
/* @__PURE__ */ jsx82("style", { children: style }),
|
|
6811
|
-
/* @__PURE__ */
|
|
6812
|
-
/* @__PURE__ */ jsxs36("div", {
|
|
6813
|
-
/* @__PURE__ */ jsxs36("div", { className: "k-
|
|
6814
|
-
/* @__PURE__ */
|
|
6815
|
-
|
|
6816
|
-
/* @__PURE__ */ jsx82(Button, { icon: "redo" })
|
|
6817
|
-
] }),
|
|
6818
|
-
/* @__PURE__ */ jsxs36("div", { className: "k-widget k-header k-tabstrip k-tabstrip-top k-spreadsheet-tabstrip", children: [
|
|
6819
|
-
/* @__PURE__ */ jsx82("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs36("ul", { className: "k-tabstrip-items k-reset", style: { paddingLeft: "76px" }, children: [
|
|
6820
|
-
/* @__PURE__ */ jsxs36("li", { className: "k-item k-first k-tab-on-top k-active", children: [
|
|
6821
|
-
/* @__PURE__ */ jsx82("span", { className: "k-loading k-complete" }),
|
|
6822
|
-
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "Home" })
|
|
6823
|
-
] }),
|
|
6824
|
-
/* @__PURE__ */ jsxs36("li", { className: "k-item", children: [
|
|
6825
|
-
/* @__PURE__ */ jsx82("span", { className: "k-loading k-complete" }),
|
|
6826
|
-
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "Insert" })
|
|
6827
|
-
] }),
|
|
6828
|
-
/* @__PURE__ */ jsxs36("li", { className: "k-item k-last", children: [
|
|
6829
|
-
/* @__PURE__ */ jsx82("span", { className: "k-loading k-complete" }),
|
|
6830
|
-
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "Data" })
|
|
6831
|
-
] })
|
|
6832
|
-
] }) }),
|
|
6833
|
-
/* @__PURE__ */ jsx82("div", { className: "k-tabstrip-content k-active", style: { display: "block" }, children: /* @__PURE__ */ jsxs36(Toolbar, { className: "k-spreadsheet-toolbar", resizable: true, children: [
|
|
6834
|
-
/* @__PURE__ */ jsx82(Button, { icon: "folder-open", className: "k-upload-button" }),
|
|
6835
|
-
/* @__PURE__ */ jsx82(Button, { icon: "download" }),
|
|
6836
|
-
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6837
|
-
/* @__PURE__ */ jsxs36(ButtonGroup, { children: [
|
|
6838
|
-
/* @__PURE__ */ jsx82(Button, { icon: "cut" }),
|
|
6839
|
-
/* @__PURE__ */ jsx82(Button, { icon: "copy" }),
|
|
6840
|
-
/* @__PURE__ */ jsx82(Button, { icon: "clipboard" })
|
|
6841
|
-
] }),
|
|
6842
|
-
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6843
|
-
/* @__PURE__ */ jsx82(DropdownList, { value: "Arial" }),
|
|
6844
|
-
/* @__PURE__ */ jsx82(Combobox, { placeholder: "12" }),
|
|
6845
|
-
/* @__PURE__ */ jsxs36(ButtonGroup, { children: [
|
|
6846
|
-
/* @__PURE__ */ jsx82(Button, { icon: "bold" }),
|
|
6847
|
-
/* @__PURE__ */ jsx82(Button, { icon: "italic" }),
|
|
6848
|
-
/* @__PURE__ */ jsx82(Button, { icon: "underline" })
|
|
6849
|
-
] }),
|
|
6850
|
-
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6851
|
-
/* @__PURE__ */ jsx82(MenuButton, { icon: "foreground-color", showArrow: true }),
|
|
6852
|
-
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6853
|
-
/* @__PURE__ */ jsx82(MenuButton, { icon: "droplet", showArrow: true }),
|
|
6854
|
-
/* @__PURE__ */ jsx82(MenuButton, { icon: "borders-all", showArrow: true }),
|
|
6855
|
-
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6856
|
-
/* @__PURE__ */ jsx82(MenuButton, { icon: "align-left", showArrow: true, className: "k-hidden" }),
|
|
6857
|
-
/* @__PURE__ */ jsx82(Button, { icon: "text-wrap", className: "k-hidden" }),
|
|
6858
|
-
/* @__PURE__ */ jsx82(ToolbarSeparator, { className: "k-hidden" }),
|
|
6859
|
-
/* @__PURE__ */ jsxs36(ButtonGroup, { className: "k-hidden", children: [
|
|
6860
|
-
/* @__PURE__ */ jsx82(Button, { icon: "decimal-decrease" }),
|
|
6861
|
-
/* @__PURE__ */ jsx82(Button, { icon: "decimal-increase" })
|
|
6862
|
-
] }),
|
|
6863
|
-
/* @__PURE__ */ jsx82(Button, { icon: "more-vertical" }),
|
|
6864
|
-
/* @__PURE__ */ jsx82(ToolbarSeparator, { className: "k-hidden" }),
|
|
6865
|
-
/* @__PURE__ */ jsx82(Button, { icon: "filter", className: "k-hidden" }),
|
|
6866
|
-
/* @__PURE__ */ jsx82(DropdownList, { className: "k-hidden", value: "Custom format", showValue: false, valueIconName: "custom-format" }),
|
|
6867
|
-
/* @__PURE__ */ jsx82(Button, { className: "k-hidden", icon: "link" }),
|
|
6868
|
-
/* @__PURE__ */ jsx82(ToolbarSeparator, { className: "k-hidden" }),
|
|
6869
|
-
/* @__PURE__ */ jsx82(Button, { className: "k-hidden", icon: "image" }),
|
|
6870
|
-
/* @__PURE__ */ jsx82(Button, { className: "k-hidden", icon: "comment" }),
|
|
6871
|
-
/* @__PURE__ */ jsx82(ToolbarSeparator, { className: "k-hidden" }),
|
|
6872
|
-
/* @__PURE__ */ jsx82(MenuButton, { className: "k-hidden", icon: "pane-freeze", showArrow: true }),
|
|
6873
|
-
/* @__PURE__ */ jsx82(MenuButton, { className: "k-hidden", icon: "cells-merge", showArrow: true }),
|
|
6874
|
-
/* @__PURE__ */ jsx82(Button, { className: "k-hidden", icon: "borders-none" })
|
|
6875
|
-
] }) })
|
|
6876
|
-
] })
|
|
6877
|
-
] }),
|
|
6878
|
-
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-action-bar", children: [
|
|
6879
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ jsx82(Combobox, { placeholder: "Combobox..." }) }),
|
|
6880
|
-
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-formula-bar", children: [
|
|
6881
|
-
/* @__PURE__ */ jsx82(Icon, { icon: "formula-fx" }),
|
|
6882
|
-
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-formula-input k-spreadsheet-array-formula", children: [
|
|
6883
|
-
/* @__PURE__ */ jsx82("span", { className: "k-syntax-startexp k-syntax-at-point", children: "=" }),
|
|
6884
|
-
/* @__PURE__ */ jsx82("span", { className: "k-syntax-func", children: "Product" }),
|
|
6885
|
-
/* @__PURE__ */ jsx82("span", { className: "k-syntax-punc", children: "(" }),
|
|
6886
|
-
/* @__PURE__ */ jsx82("span", { className: "k-syntax-ref k-series-a", children: "C3:C11" }),
|
|
6887
|
-
/* @__PURE__ */ jsx82("span", { className: "k-syntax-punc", children: ")" })
|
|
6888
|
-
] }),
|
|
6889
|
-
/* @__PURE__ */ jsx82("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
|
|
6890
|
-
/* @__PURE__ */ jsx82("div", { className: "k-group-header", style: { display: "none" } }),
|
|
6891
|
-
/* @__PURE__ */ jsx82("div", { className: "k-list-scroller" })
|
|
6892
|
-
] })
|
|
6811
|
+
/* @__PURE__ */ jsx82("div", { id: "test-area", children: /* @__PURE__ */ jsxs36("div", { style: { width: "100%" }, className: "k-widget k-spreadsheet k-spreadsheet-legacy", children: [
|
|
6812
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-tabstrip-wrapper", children: [
|
|
6813
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-quick-access-toolbar", children: [
|
|
6814
|
+
/* @__PURE__ */ jsx82(Button, { icon: "undo" }),
|
|
6815
|
+
/* @__PURE__ */ jsx82(Button, { icon: "redo" })
|
|
6893
6816
|
] }),
|
|
6894
|
-
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-
|
|
6895
|
-
/* @__PURE__ */
|
|
6896
|
-
/* @__PURE__ */ jsxs36("
|
|
6897
|
-
/* @__PURE__ */
|
|
6898
|
-
|
|
6899
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "100px", height: "410px" } }),
|
|
6900
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "315px", height: "410px" } }),
|
|
6901
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "430px", height: "410px" } }),
|
|
6902
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "545px", height: "410px" } }),
|
|
6903
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "660px", height: "410px" } }),
|
|
6904
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "815px", height: "410px" } }),
|
|
6905
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "879px", height: "410px" } }),
|
|
6906
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "943px", height: "410px" } }),
|
|
6907
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "0px", width: "943px" } }),
|
|
6908
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "70px", width: "943px" } }),
|
|
6909
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "95px", width: "943px" } }),
|
|
6910
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "115px", width: "943px" } }),
|
|
6911
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "135px", width: "943px" } }),
|
|
6912
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "155px", width: "943px" } }),
|
|
6913
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "175px", width: "943px" } }),
|
|
6914
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "195px", width: "943px" } }),
|
|
6915
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "215px", width: "943px" } }),
|
|
6916
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "235px", width: "943px" } }),
|
|
6917
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "255px", width: "943px" } }),
|
|
6918
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "275px", width: "943px" } }),
|
|
6919
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "295px", width: "943px" } }),
|
|
6920
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "315px", width: "943px" } }),
|
|
6921
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "340px", width: "943px" } }),
|
|
6922
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "390px", width: "943px" } }),
|
|
6923
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "410px", width: "943px" } }),
|
|
6924
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) }),
|
|
6925
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "ID" }) }),
|
|
6926
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Product" }) }),
|
|
6927
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Quantity" }) }),
|
|
6928
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Price" }) }),
|
|
6929
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Tax" }) }),
|
|
6930
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Amount" }) }),
|
|
6931
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
6932
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "216321" }) }),
|
|
6933
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Calzone" }) }),
|
|
6934
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "1" }) }),
|
|
6935
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$12.39" }) }) }),
|
|
6936
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$2.48" }) }) }),
|
|
6937
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$14.87" }) }) }),
|
|
6938
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("span", { className: "k-dirty" }) }),
|
|
6939
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "546897" }) }),
|
|
6940
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Margarita" }) }),
|
|
6941
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "2" }) }),
|
|
6942
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$8.79" }) }) }),
|
|
6943
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$3.52" }) }) }),
|
|
6944
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$21.10" }) }) }),
|
|
6945
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
6946
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "456231" }) }),
|
|
6947
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Pollo Formaggio" }) }),
|
|
6948
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "1" }) }),
|
|
6949
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$13.99" }) }) }),
|
|
6950
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$2.80" }) }) }),
|
|
6951
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$16.79" }) }) }),
|
|
6952
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
6953
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "455873" }) }),
|
|
6954
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Greek Salad" }) }),
|
|
6955
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "1" }) }),
|
|
6956
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$9.49" }) }) }),
|
|
6957
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$1.90" }) }) }),
|
|
6958
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$11.39" }) }) }),
|
|
6959
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
6960
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "456892" }) }),
|
|
6961
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Spinach and Blue Cheese" }) }),
|
|
6962
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "3" }) }),
|
|
6963
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$11.49" }) }) }),
|
|
6964
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$6.89" }) }) }),
|
|
6965
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$41.36" }) }) }),
|
|
6966
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
6967
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "546564" }) }),
|
|
6968
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Rigoletto" }) }),
|
|
6969
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "1" }) }),
|
|
6970
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$10.99" }) }) }),
|
|
6971
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$2.20" }) }) }),
|
|
6972
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$13.19" }) }) }),
|
|
6973
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
6974
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "789455" }) }),
|
|
6975
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Creme Brulee" }) }),
|
|
6976
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "5" }) }),
|
|
6977
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$6.99" }) }) }),
|
|
6978
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$6.99" }) }) }),
|
|
6979
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$41.94" }) }) }),
|
|
6980
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
6981
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "123002" }) }),
|
|
6982
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Radeberger Beer" }) }),
|
|
6983
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "4" }) }),
|
|
6984
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$4.99" }) }) }),
|
|
6985
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$3.99" }) }) }),
|
|
6986
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$23.95" }) }) }),
|
|
6987
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
6988
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "564896" }) }),
|
|
6989
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Budweiser Beer" }) }),
|
|
6990
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "3" }) }),
|
|
6991
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$4.49" }) }) }),
|
|
6992
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$2.69" }) }) }),
|
|
6993
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$16.16" }) }) }),
|
|
6994
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
6995
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
6996
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
6997
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
6998
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
6999
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7000
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7001
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7002
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7003
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7004
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7005
|
-
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-drawing k-spreadsheet-active-drawing", style: { width: "53px", height: "40px", top: "305px", left: "350px" }, children: [
|
|
7006
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-image", style: { backgroundImage: "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==)", opacity: "1" } }),
|
|
7007
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle N" }),
|
|
7008
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle NE" }),
|
|
7009
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle E" }),
|
|
7010
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle SE" }),
|
|
7011
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle S" }),
|
|
7012
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle SW" }),
|
|
7013
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle W" }),
|
|
7014
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle NW" })
|
|
7015
|
-
] }),
|
|
7016
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7017
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7018
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7019
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7020
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7021
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7022
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7023
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7024
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Tip:" }) }),
|
|
7025
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$20.07" }) }) }),
|
|
7026
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7027
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7028
|
-
/* @__PURE__ */ jsx82("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" } }),
|
|
7029
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Total Amount:" }) }),
|
|
7030
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$220.82" }) }) }),
|
|
7031
|
-
/* @__PURE__ */ jsx82("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" } })
|
|
7032
|
-
] }),
|
|
7033
|
-
/* @__PURE__ */ jsxs36("div", { className: "k-selection-wrapper", children: [
|
|
7034
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-selection k-single-selection", style: { width: "216px", height: "21px", top: "135px", left: "132px" } }),
|
|
7035
|
-
/* @__PURE__ */ jsx82("div", { className: "k-button k-spreadsheet-editor-button", style: { left: "347px", top: "135px", height: "20px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "calendar" }) }),
|
|
7036
|
-
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) })
|
|
7037
|
-
] }),
|
|
7038
|
-
/* @__PURE__ */ jsx82("div", { className: "k-auto-fill-wrapper" }),
|
|
7039
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-wrapper" }),
|
|
7040
|
-
/* @__PURE__ */ jsxs36("div", { className: "k-filter-wrapper", children: [
|
|
7041
|
-
/* @__PURE__ */ jsx82("div", { className: "k-filter-range", style: { width: "816px", height: "206px", top: "90px", left: "32px" } }),
|
|
7042
|
-
/* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "113px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) }),
|
|
7043
|
-
/* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "328px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) }),
|
|
7044
|
-
/* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "443px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) }),
|
|
7045
|
-
/* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "558px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) }),
|
|
7046
|
-
/* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "673px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) }),
|
|
7047
|
-
/* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "828px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) })
|
|
7048
|
-
] }),
|
|
7049
|
-
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-row-header", style: { width: "32px", top: "20px" }, children: [
|
|
7050
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { width: "32px", height: "70px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "1" }) }),
|
|
7051
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "2" }) }),
|
|
7052
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "3" }) }),
|
|
7053
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "4" }) }),
|
|
7054
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "5" }) }),
|
|
7055
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "6" }) }),
|
|
7056
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "7" }) }),
|
|
7057
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "8" }) }),
|
|
7058
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "9" }) }),
|
|
7059
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "10" }) }),
|
|
7060
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "11" }) }),
|
|
7061
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "12" }) }),
|
|
7062
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "13" }) }),
|
|
7063
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "14" }) }),
|
|
7064
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "50px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "15" }) }),
|
|
7065
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "16" }) })
|
|
7066
|
-
] }),
|
|
7067
|
-
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-column-header", style: { top: "0px", left: "32px", width: "943px", height: "20px" }, children: [
|
|
7068
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "0px", width: "100px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "A" }) }),
|
|
7069
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "100px", width: "215px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "B" }) }),
|
|
7070
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "315px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "C" }) }),
|
|
7071
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "430px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "D" }) }),
|
|
7072
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "545px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "E" }) }),
|
|
7073
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "660px", width: "155px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "F" }) }),
|
|
7074
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "815px", width: "64px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "G" }) }),
|
|
7075
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { position: "absolute", left: "879px", width: "64px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "H" }) })
|
|
7076
|
-
] })
|
|
6817
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-widget k-header k-tabstrip k-tabstrip-top k-spreadsheet-tabstrip", children: [
|
|
6818
|
+
/* @__PURE__ */ jsx82("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs36("ul", { className: "k-tabstrip-items k-reset", style: { paddingLeft: "76px" }, children: [
|
|
6819
|
+
/* @__PURE__ */ jsxs36("li", { className: "k-item k-first k-tab-on-top k-active", children: [
|
|
6820
|
+
/* @__PURE__ */ jsx82("span", { className: "k-loading k-complete" }),
|
|
6821
|
+
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "Home" })
|
|
7077
6822
|
] }),
|
|
7078
|
-
/* @__PURE__ */
|
|
7079
|
-
|
|
7080
|
-
|
|
7081
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ jsxs36("table", { className: "kendo-clipboard-9e2af5b1-fb37-4868-83b5-033657aa47e5", style: { left: "0px", top: "0px", height: "70px", width: "879px" }, children: [
|
|
7082
|
-
/* @__PURE__ */ jsxs36("colgroup", { children: [
|
|
7083
|
-
/* @__PURE__ */ jsx82("col", { style: { width: "100px" } }),
|
|
7084
|
-
/* @__PURE__ */ jsx82("col", { style: { width: "215px" } }),
|
|
7085
|
-
/* @__PURE__ */ jsx82("col", { style: { width: "115px" } }),
|
|
7086
|
-
/* @__PURE__ */ jsx82("col", { style: { width: "115px" } }),
|
|
7087
|
-
/* @__PURE__ */ jsx82("col", { style: { width: "115px" } }),
|
|
7088
|
-
/* @__PURE__ */ jsx82("col", { style: { width: "155px" } }),
|
|
7089
|
-
/* @__PURE__ */ jsx82("col", { style: { width: "64px" } })
|
|
6823
|
+
/* @__PURE__ */ jsxs36("li", { className: "k-item", children: [
|
|
6824
|
+
/* @__PURE__ */ jsx82("span", { className: "k-loading k-complete" }),
|
|
6825
|
+
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "Insert" })
|
|
7090
6826
|
] }),
|
|
7091
|
-
/* @__PURE__ */
|
|
6827
|
+
/* @__PURE__ */ jsxs36("li", { className: "k-item k-last", children: [
|
|
6828
|
+
/* @__PURE__ */ jsx82("span", { className: "k-loading k-complete" }),
|
|
6829
|
+
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "Data" })
|
|
6830
|
+
] })
|
|
7092
6831
|
] }) }),
|
|
7093
|
-
/* @__PURE__ */ jsx82("div", { className: "k-
|
|
6832
|
+
/* @__PURE__ */ jsx82("div", { className: "k-tabstrip-content k-active", style: { display: "block" }, children: /* @__PURE__ */ jsxs36(Toolbar, { className: "k-spreadsheet-toolbar", resizable: true, children: [
|
|
6833
|
+
/* @__PURE__ */ jsx82(Button, { icon: "folder-open", className: "k-upload-button" }),
|
|
6834
|
+
/* @__PURE__ */ jsx82(Button, { icon: "download" }),
|
|
6835
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6836
|
+
/* @__PURE__ */ jsxs36(ButtonGroup, { children: [
|
|
6837
|
+
/* @__PURE__ */ jsx82(Button, { icon: "cut" }),
|
|
6838
|
+
/* @__PURE__ */ jsx82(Button, { icon: "copy" }),
|
|
6839
|
+
/* @__PURE__ */ jsx82(Button, { icon: "clipboard" })
|
|
6840
|
+
] }),
|
|
6841
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6842
|
+
/* @__PURE__ */ jsx82(DropdownList, { value: "Arial" }),
|
|
6843
|
+
/* @__PURE__ */ jsx82(Combobox, { placeholder: "12" }),
|
|
6844
|
+
/* @__PURE__ */ jsxs36(ButtonGroup, { children: [
|
|
6845
|
+
/* @__PURE__ */ jsx82(Button, { icon: "bold" }),
|
|
6846
|
+
/* @__PURE__ */ jsx82(Button, { icon: "italic" }),
|
|
6847
|
+
/* @__PURE__ */ jsx82(Button, { icon: "underline" })
|
|
6848
|
+
] }),
|
|
6849
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6850
|
+
/* @__PURE__ */ jsx82(MenuButton, { icon: "foreground-color", showArrow: true }),
|
|
6851
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6852
|
+
/* @__PURE__ */ jsx82(MenuButton, { icon: "droplet", showArrow: true }),
|
|
6853
|
+
/* @__PURE__ */ jsx82(MenuButton, { icon: "borders-all", showArrow: true }),
|
|
6854
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6855
|
+
/* @__PURE__ */ jsx82(MenuButton, { icon: "align-left", showArrow: true }),
|
|
6856
|
+
/* @__PURE__ */ jsx82(Button, { icon: "text-wrap" }),
|
|
6857
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6858
|
+
/* @__PURE__ */ jsxs36(ButtonGroup, { children: [
|
|
6859
|
+
/* @__PURE__ */ jsx82(Button, { icon: "decimal-decrease" }),
|
|
6860
|
+
/* @__PURE__ */ jsx82(Button, { icon: "decimal-increase" })
|
|
6861
|
+
] }),
|
|
6862
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6863
|
+
/* @__PURE__ */ jsx82(Button, { icon: "filter" }),
|
|
6864
|
+
/* @__PURE__ */ jsx82(DropdownList, { value: "Custom format", showValue: false, valueIconName: "custom-format" }),
|
|
6865
|
+
/* @__PURE__ */ jsx82(Button, { icon: "link" }),
|
|
6866
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6867
|
+
/* @__PURE__ */ jsx82(Button, { icon: "image" }),
|
|
6868
|
+
/* @__PURE__ */ jsx82(Button, { icon: "comment" }),
|
|
6869
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6870
|
+
/* @__PURE__ */ jsx82(MenuButton, { icon: "pane-freeze", showArrow: true }),
|
|
6871
|
+
/* @__PURE__ */ jsx82(MenuButton, { icon: "cells-merge", showArrow: true }),
|
|
6872
|
+
/* @__PURE__ */ jsx82(Button, { icon: "borders-none" })
|
|
6873
|
+
] }) })
|
|
6874
|
+
] })
|
|
6875
|
+
] }),
|
|
6876
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-action-bar", children: [
|
|
6877
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ jsx82(Combobox, { placeholder: "Combobox..." }) }),
|
|
6878
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-formula-bar", children: [
|
|
6879
|
+
/* @__PURE__ */ jsx82(Icon, { icon: "formula-fx" }),
|
|
6880
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-formula-input k-spreadsheet-array-formula", children: [
|
|
6881
|
+
/* @__PURE__ */ jsx82("span", { className: "k-syntax-startexp k-syntax-at-point", children: "=" }),
|
|
6882
|
+
/* @__PURE__ */ jsx82("span", { className: "k-syntax-func", children: "Product" }),
|
|
6883
|
+
/* @__PURE__ */ jsx82("span", { className: "k-syntax-punc", children: "(" }),
|
|
6884
|
+
/* @__PURE__ */ jsx82("span", { className: "k-syntax-ref k-series-a", children: "C3:C11" }),
|
|
6885
|
+
/* @__PURE__ */ jsx82("span", { className: "k-syntax-punc", children: ")" })
|
|
6886
|
+
] }),
|
|
7094
6887
|
/* @__PURE__ */ jsx82("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
|
|
7095
6888
|
/* @__PURE__ */ jsx82("div", { className: "k-group-header", style: { display: "none" } }),
|
|
7096
6889
|
/* @__PURE__ */ jsx82("div", { className: "k-list-scroller" })
|
|
7097
|
-
] })
|
|
7098
|
-
|
|
7099
|
-
|
|
7100
|
-
|
|
7101
|
-
|
|
7102
|
-
/* @__PURE__ */ jsxs36("
|
|
7103
|
-
/* @__PURE__ */
|
|
7104
|
-
|
|
7105
|
-
|
|
6890
|
+
] })
|
|
6891
|
+
] }),
|
|
6892
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-view", children: [
|
|
6893
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-fixed-container", children: [
|
|
6894
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-pane k-top k-left", style: { top: "0px", left: "0px", height: "100%", width: "100%" }, children: [
|
|
6895
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-data", style: { position: "relative", left: "32px", top: "20px" }, children: [
|
|
6896
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "0px", height: "410px" } }),
|
|
6897
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "100px", height: "410px" } }),
|
|
6898
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "315px", height: "410px" } }),
|
|
6899
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "430px", height: "410px" } }),
|
|
6900
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "545px", height: "410px" } }),
|
|
6901
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "660px", height: "410px" } }),
|
|
6902
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "815px", height: "410px" } }),
|
|
6903
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "879px", height: "410px" } }),
|
|
6904
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "943px", height: "410px" } }),
|
|
6905
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "0px", width: "943px" } }),
|
|
6906
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "70px", width: "943px" } }),
|
|
6907
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "95px", width: "943px" } }),
|
|
6908
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "115px", width: "943px" } }),
|
|
6909
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "135px", width: "943px" } }),
|
|
6910
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "155px", width: "943px" } }),
|
|
6911
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "175px", width: "943px" } }),
|
|
6912
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "195px", width: "943px" } }),
|
|
6913
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "215px", width: "943px" } }),
|
|
6914
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "235px", width: "943px" } }),
|
|
6915
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "255px", width: "943px" } }),
|
|
6916
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "275px", width: "943px" } }),
|
|
6917
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "295px", width: "943px" } }),
|
|
6918
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "315px", width: "943px" } }),
|
|
6919
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "340px", width: "943px" } }),
|
|
6920
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "390px", width: "943px" } }),
|
|
6921
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "410px", width: "943px" } }),
|
|
6922
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) }),
|
|
6923
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "ID" }) }),
|
|
6924
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Product" }) }),
|
|
6925
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Quantity" }) }),
|
|
6926
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Price" }) }),
|
|
6927
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Tax" }) }),
|
|
6928
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Amount" }) }),
|
|
6929
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
6930
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "216321" }) }),
|
|
6931
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Calzone" }) }),
|
|
6932
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "1" }) }),
|
|
6933
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$12.39" }) }) }),
|
|
6934
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$2.48" }) }) }),
|
|
6935
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$14.87" }) }) }),
|
|
6936
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("span", { className: "k-dirty" }) }),
|
|
6937
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "546897" }) }),
|
|
6938
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Margarita" }) }),
|
|
6939
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "2" }) }),
|
|
6940
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$8.79" }) }) }),
|
|
6941
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$3.52" }) }) }),
|
|
6942
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$21.10" }) }) }),
|
|
6943
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
6944
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "456231" }) }),
|
|
6945
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Pollo Formaggio" }) }),
|
|
6946
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "1" }) }),
|
|
6947
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$13.99" }) }) }),
|
|
6948
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$2.80" }) }) }),
|
|
6949
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$16.79" }) }) }),
|
|
6950
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
6951
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "455873" }) }),
|
|
6952
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Greek Salad" }) }),
|
|
6953
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "1" }) }),
|
|
6954
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$9.49" }) }) }),
|
|
6955
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$1.90" }) }) }),
|
|
6956
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$11.39" }) }) }),
|
|
6957
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
6958
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "456892" }) }),
|
|
6959
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Spinach and Blue Cheese" }) }),
|
|
6960
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "3" }) }),
|
|
6961
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$11.49" }) }) }),
|
|
6962
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$6.89" }) }) }),
|
|
6963
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$41.36" }) }) }),
|
|
6964
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
6965
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "546564" }) }),
|
|
6966
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Rigoletto" }) }),
|
|
6967
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "1" }) }),
|
|
6968
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$10.99" }) }) }),
|
|
6969
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$2.20" }) }) }),
|
|
6970
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$13.19" }) }) }),
|
|
6971
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
6972
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "789455" }) }),
|
|
6973
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Creme Brulee" }) }),
|
|
6974
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "5" }) }),
|
|
6975
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$6.99" }) }) }),
|
|
6976
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$6.99" }) }) }),
|
|
6977
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$41.94" }) }) }),
|
|
6978
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
6979
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "123002" }) }),
|
|
6980
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Radeberger Beer" }) }),
|
|
6981
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "4" }) }),
|
|
6982
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$4.99" }) }) }),
|
|
6983
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$3.99" }) }) }),
|
|
6984
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$23.95" }) }) }),
|
|
6985
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
6986
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "564896" }) }),
|
|
6987
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Budweiser Beer" }) }),
|
|
6988
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "3" }) }),
|
|
6989
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$4.49" }) }) }),
|
|
6990
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$2.69" }) }) }),
|
|
6991
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$16.16" }) }) }),
|
|
6992
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
6993
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
6994
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
6995
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
6996
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
6997
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
6998
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
6999
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
7000
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
7001
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
7002
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
7003
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-drawing k-spreadsheet-active-drawing", style: { width: "53px", height: "40px", top: "305px", left: "350px" }, children: [
|
|
7004
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-image", style: { backgroundImage: "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==)", opacity: "1" } }),
|
|
7005
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle N" }),
|
|
7006
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle NE" }),
|
|
7007
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle E" }),
|
|
7008
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle SE" }),
|
|
7009
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle S" }),
|
|
7010
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle SW" }),
|
|
7011
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle W" }),
|
|
7012
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-drawing-handle NW" })
|
|
7106
7013
|
] }),
|
|
7107
|
-
/* @__PURE__ */
|
|
7108
|
-
|
|
7109
|
-
|
|
7110
|
-
|
|
7014
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
7015
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
7016
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
7017
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
7018
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
7019
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
7020
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
7021
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
7022
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Tip:" }) }),
|
|
7023
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$20.07" }) }) }),
|
|
7024
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
7025
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
7026
|
+
/* @__PURE__ */ jsx82("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" } }),
|
|
7027
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Total Amount:" }) }),
|
|
7028
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: /* @__PURE__ */ jsx82("span", { children: "$220.82" }) }) }),
|
|
7029
|
+
/* @__PURE__ */ jsx82("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" } })
|
|
7111
7030
|
] }),
|
|
7112
|
-
/* @__PURE__ */
|
|
7113
|
-
|
|
7114
|
-
|
|
7031
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-selection-wrapper", children: [
|
|
7032
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-selection k-single-selection", style: { width: "216px", height: "21px", top: "135px", left: "132px" } }),
|
|
7033
|
+
/* @__PURE__ */ jsx82("div", { className: "k-button k-spreadsheet-editor-button", style: { left: "347px", top: "135px", height: "20px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "calendar" }) }),
|
|
7034
|
+
/* @__PURE__ */ jsx82("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__ */ jsx82("div", { className: "k-vertical-align-bottom", children: "Invoice #52 - 06/23/2015" }) })
|
|
7035
|
+
] }),
|
|
7036
|
+
/* @__PURE__ */ jsx82("div", { className: "k-auto-fill-wrapper" }),
|
|
7037
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-wrapper" }),
|
|
7038
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-filter-wrapper", children: [
|
|
7039
|
+
/* @__PURE__ */ jsx82("div", { className: "k-filter-range", style: { width: "816px", height: "206px", top: "90px", left: "32px" } }),
|
|
7040
|
+
/* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "113px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) }),
|
|
7041
|
+
/* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "328px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) }),
|
|
7042
|
+
/* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "443px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) }),
|
|
7043
|
+
/* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "558px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) }),
|
|
7044
|
+
/* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "673px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) }),
|
|
7045
|
+
/* @__PURE__ */ jsx82("span", { className: "k-spreadsheet-filter", style: { left: "828px", top: "93px" }, children: /* @__PURE__ */ jsx82(Icon, { icon: "caret-alt-down" }) })
|
|
7046
|
+
] }),
|
|
7047
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-row-header", style: { width: "32px", top: "20px" }, children: [
|
|
7048
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { width: "32px", height: "70px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "1" }) }),
|
|
7049
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "2" }) }),
|
|
7050
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "3" }) }),
|
|
7051
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "4" }) }),
|
|
7052
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "5" }) }),
|
|
7053
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "6" }) }),
|
|
7054
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "7" }) }),
|
|
7055
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "8" }) }),
|
|
7056
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "9" }) }),
|
|
7057
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "10" }) }),
|
|
7058
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "11" }) }),
|
|
7059
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "12" }) }),
|
|
7060
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "13" }) }),
|
|
7061
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "25px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "14" }) }),
|
|
7062
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "50px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "15" }) }),
|
|
7063
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "32px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "16" }) })
|
|
7064
|
+
] }),
|
|
7065
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-column-header", style: { top: "0px", left: "32px", width: "943px", height: "20px" }, children: [
|
|
7066
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "0px", width: "100px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "A" }) }),
|
|
7067
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "100px", width: "215px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "B" }) }),
|
|
7068
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "315px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "C" }) }),
|
|
7069
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "430px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "D" }) }),
|
|
7070
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "545px", width: "115px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "E" }) }),
|
|
7071
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "660px", width: "155px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "F" }) }),
|
|
7072
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "815px", width: "64px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "G" }) }),
|
|
7073
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { position: "absolute", left: "879px", width: "64px", height: "20px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "H" }) })
|
|
7074
|
+
] })
|
|
7075
|
+
] }),
|
|
7076
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-top-corner", style: { width: "32px", height: "20px" } })
|
|
7077
|
+
] }),
|
|
7078
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-scroller", children: /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-view-size", style: { height: "200%", width: "200%" } }) }),
|
|
7079
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ jsxs36("table", { className: "kendo-clipboard-9e2af5b1-fb37-4868-83b5-033657aa47e5", style: { left: "0px", top: "0px", height: "70px", width: "879px" }, children: [
|
|
7080
|
+
/* @__PURE__ */ jsxs36("colgroup", { children: [
|
|
7081
|
+
/* @__PURE__ */ jsx82("col", { style: { width: "100px" } }),
|
|
7082
|
+
/* @__PURE__ */ jsx82("col", { style: { width: "215px" } }),
|
|
7083
|
+
/* @__PURE__ */ jsx82("col", { style: { width: "115px" } }),
|
|
7084
|
+
/* @__PURE__ */ jsx82("col", { style: { width: "115px" } }),
|
|
7085
|
+
/* @__PURE__ */ jsx82("col", { style: { width: "115px" } }),
|
|
7086
|
+
/* @__PURE__ */ jsx82("col", { style: { width: "155px" } }),
|
|
7087
|
+
/* @__PURE__ */ jsx82("col", { style: { width: "64px" } })
|
|
7088
|
+
] }),
|
|
7089
|
+
/* @__PURE__ */ jsx82("tbody", { children: /* @__PURE__ */ jsx82("tr", { style: { height: "70px" }, children: /* @__PURE__ */ jsx82("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" }) }) })
|
|
7090
|
+
] }) }),
|
|
7091
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-cell-editor k-spreadsheet-formula-input", style: { whiteSpace: "pre" }, children: "Invoice #52 - 06/23/2015" }),
|
|
7092
|
+
/* @__PURE__ */ jsx82("div", { className: "k-widget k-tooltip", style: { position: "absolute", display: "none" }, children: "A1" }),
|
|
7093
|
+
/* @__PURE__ */ jsx82("div", { className: "k-group-header", style: { display: "none" } }),
|
|
7094
|
+
/* @__PURE__ */ jsx82("div", { className: "k-list-scroller" })
|
|
7115
7095
|
] }),
|
|
7116
|
-
/* @__PURE__ */
|
|
7117
|
-
/* @__PURE__ */ jsx82(
|
|
7118
|
-
/* @__PURE__ */ jsx82(
|
|
7119
|
-
|
|
7120
|
-
|
|
7121
|
-
|
|
7122
|
-
|
|
7123
|
-
|
|
7124
|
-
|
|
7125
|
-
|
|
7126
|
-
|
|
7127
|
-
|
|
7128
|
-
|
|
7129
|
-
|
|
7130
|
-
|
|
7131
|
-
|
|
7132
|
-
|
|
7133
|
-
|
|
7134
|
-
] })
|
|
7096
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-sheets-bar k-widget k-header", children: [
|
|
7097
|
+
/* @__PURE__ */ jsx82(Button, { icon: "plus", className: "k-spreadsheet-sheets-bar-add" }),
|
|
7098
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-sheets-items k-tabstrip-scrollable k-tabstrip k-tabstrip-bottom", children: /* @__PURE__ */ jsxs36("div", { className: "k-tabstrip-items-wrapper k-hstack", children: [
|
|
7099
|
+
/* @__PURE__ */ jsx82(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-left", className: "k-tabstrip-prev" }),
|
|
7100
|
+
/* @__PURE__ */ jsxs36("ul", { className: "k-reset k-tabstrip-items", children: [
|
|
7101
|
+
/* @__PURE__ */ jsxs36("li", { className: "k-item k-active k-tab-on-top k-spreadsheet-sheets-bar-active", children: [
|
|
7102
|
+
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "Food Order" }),
|
|
7103
|
+
/* @__PURE__ */ jsx82(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
|
|
7104
|
+
] }),
|
|
7105
|
+
/* @__PURE__ */ jsxs36("li", { className: "k-item k-spreadsheet-sheets-bar-inactive", children: [
|
|
7106
|
+
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "Balance Sheet" }),
|
|
7107
|
+
/* @__PURE__ */ jsx82(Button, { fillMode: "flat", icon: "x", className: "k-spreadsheet-sheets-remove k-remove-tab" })
|
|
7108
|
+
] })
|
|
7109
|
+
] }),
|
|
7110
|
+
/* @__PURE__ */ jsx82(Button, { fillMode: "flat", rounded: null, size: null, icon: "caret-alt-right", className: "k-tabstrip-next" })
|
|
7111
|
+
] }) })
|
|
7112
|
+
] })
|
|
7113
|
+
] }) })
|
|
7135
7114
|
] });
|
|
7136
7115
|
export {
|
|
7137
|
-
|
|
7116
|
+
spreadsheet_jquery_default as default
|
|
7138
7117
|
};
|