@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
|
@@ -4779,12 +4779,150 @@ var InputSuffix = (props) => {
|
|
|
4779
4779
|
// src/input/input-separator.tsx
|
|
4780
4780
|
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
4781
4781
|
|
|
4782
|
-
// src/
|
|
4783
|
-
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
4784
|
-
var
|
|
4782
|
+
// src/color-preview/color-preview.tsx
|
|
4783
|
+
import { jsx as jsx24, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
4784
|
+
var COLORPREVIEW_CLASSNAME = `k-color-preview`;
|
|
4785
4785
|
var states13 = [];
|
|
4786
4786
|
var options12 = {};
|
|
4787
|
+
var ColorPreview = (props) => {
|
|
4788
|
+
const {
|
|
4789
|
+
color,
|
|
4790
|
+
iconName,
|
|
4791
|
+
...other
|
|
4792
|
+
} = props;
|
|
4793
|
+
return /* @__PURE__ */ jsxs7(
|
|
4794
|
+
"span",
|
|
4795
|
+
{
|
|
4796
|
+
...other,
|
|
4797
|
+
className: classNames(
|
|
4798
|
+
props.className,
|
|
4799
|
+
COLORPREVIEW_CLASSNAME,
|
|
4800
|
+
{
|
|
4801
|
+
"k-icon-color-preview": iconName,
|
|
4802
|
+
"k-no-color": !color
|
|
4803
|
+
}
|
|
4804
|
+
),
|
|
4805
|
+
children: [
|
|
4806
|
+
iconName && /* @__PURE__ */ jsx24(Icon, { icon: iconName, className: "k-color-preview-icon" }),
|
|
4807
|
+
/* @__PURE__ */ jsx24(
|
|
4808
|
+
"span",
|
|
4809
|
+
{
|
|
4810
|
+
className: "k-color-preview-mask",
|
|
4811
|
+
style: { backgroundColor: color }
|
|
4812
|
+
}
|
|
4813
|
+
)
|
|
4814
|
+
]
|
|
4815
|
+
}
|
|
4816
|
+
);
|
|
4817
|
+
};
|
|
4818
|
+
ColorPreview.states = states13;
|
|
4819
|
+
ColorPreview.options = options12;
|
|
4820
|
+
ColorPreview.className = COLORPREVIEW_CLASSNAME;
|
|
4821
|
+
|
|
4822
|
+
// src/colorpicker/colorpicker.spec.tsx
|
|
4823
|
+
import { jsx as jsx25, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
4824
|
+
var COLORPICKER_CLASSNAME = `k-colorpicker`;
|
|
4825
|
+
var states14 = [
|
|
4826
|
+
States.hover,
|
|
4827
|
+
States.focus,
|
|
4828
|
+
States.valid,
|
|
4829
|
+
States.invalid,
|
|
4830
|
+
States.required,
|
|
4831
|
+
States.disabled
|
|
4832
|
+
];
|
|
4833
|
+
var options13 = {
|
|
4834
|
+
size: [Size.small, Size.medium, Size.large],
|
|
4835
|
+
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
4836
|
+
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
4837
|
+
};
|
|
4787
4838
|
var defaultProps10 = {
|
|
4839
|
+
arrowIconName: "caret-alt-down",
|
|
4840
|
+
size: Picker.defaultProps.size,
|
|
4841
|
+
rounded: Picker.defaultProps.rounded,
|
|
4842
|
+
fillMode: Picker.defaultProps.fillMode
|
|
4843
|
+
};
|
|
4844
|
+
var ColorPicker = (props) => {
|
|
4845
|
+
const {
|
|
4846
|
+
prefix,
|
|
4847
|
+
suffix,
|
|
4848
|
+
value,
|
|
4849
|
+
placeholder,
|
|
4850
|
+
size,
|
|
4851
|
+
rounded,
|
|
4852
|
+
fillMode,
|
|
4853
|
+
hover,
|
|
4854
|
+
focus,
|
|
4855
|
+
valid,
|
|
4856
|
+
invalid,
|
|
4857
|
+
required,
|
|
4858
|
+
disabled,
|
|
4859
|
+
valueIconName,
|
|
4860
|
+
arrowIconName = defaultProps10.arrowIconName,
|
|
4861
|
+
...other
|
|
4862
|
+
} = props;
|
|
4863
|
+
return /* @__PURE__ */ jsxs8(
|
|
4864
|
+
Picker,
|
|
4865
|
+
{
|
|
4866
|
+
...other,
|
|
4867
|
+
size,
|
|
4868
|
+
rounded,
|
|
4869
|
+
fillMode,
|
|
4870
|
+
hover,
|
|
4871
|
+
focus,
|
|
4872
|
+
valid,
|
|
4873
|
+
invalid,
|
|
4874
|
+
required,
|
|
4875
|
+
disabled,
|
|
4876
|
+
className: classNames(
|
|
4877
|
+
props.className,
|
|
4878
|
+
COLORPICKER_CLASSNAME,
|
|
4879
|
+
"k-icon-picker"
|
|
4880
|
+
),
|
|
4881
|
+
children: [
|
|
4882
|
+
/* @__PURE__ */ jsx25(InputPrefix, { children: prefix }),
|
|
4883
|
+
/* @__PURE__ */ jsx25(
|
|
4884
|
+
InputInnerSpan,
|
|
4885
|
+
{
|
|
4886
|
+
placeholder,
|
|
4887
|
+
value,
|
|
4888
|
+
showValue: false,
|
|
4889
|
+
valueIcon: /* @__PURE__ */ jsx25(
|
|
4890
|
+
ColorPreview,
|
|
4891
|
+
{
|
|
4892
|
+
className: "k-value-icon",
|
|
4893
|
+
color: value,
|
|
4894
|
+
iconName: valueIconName
|
|
4895
|
+
}
|
|
4896
|
+
),
|
|
4897
|
+
valueIconName
|
|
4898
|
+
}
|
|
4899
|
+
),
|
|
4900
|
+
/* @__PURE__ */ jsx25(InputSuffix, { children: suffix }),
|
|
4901
|
+
/* @__PURE__ */ jsx25(
|
|
4902
|
+
Button,
|
|
4903
|
+
{
|
|
4904
|
+
className: "k-input-button",
|
|
4905
|
+
icon: arrowIconName,
|
|
4906
|
+
rounded: null,
|
|
4907
|
+
size,
|
|
4908
|
+
fillMode
|
|
4909
|
+
}
|
|
4910
|
+
)
|
|
4911
|
+
]
|
|
4912
|
+
}
|
|
4913
|
+
);
|
|
4914
|
+
};
|
|
4915
|
+
ColorPicker.states = states14;
|
|
4916
|
+
ColorPicker.options = options13;
|
|
4917
|
+
ColorPicker.className = COLORPICKER_CLASSNAME;
|
|
4918
|
+
ColorPicker.defaultProps = defaultProps10;
|
|
4919
|
+
|
|
4920
|
+
// src/animation-container/animation-container.spec.tsx
|
|
4921
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
4922
|
+
var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
|
|
4923
|
+
var states15 = [];
|
|
4924
|
+
var options14 = {};
|
|
4925
|
+
var defaultProps11 = {
|
|
4788
4926
|
positionMode: "absolute"
|
|
4789
4927
|
};
|
|
4790
4928
|
var AnimationContainer = (props) => {
|
|
@@ -4794,7 +4932,7 @@ var AnimationContainer = (props) => {
|
|
|
4794
4932
|
offset,
|
|
4795
4933
|
...other
|
|
4796
4934
|
} = props;
|
|
4797
|
-
return /* @__PURE__ */
|
|
4935
|
+
return /* @__PURE__ */ jsx26(
|
|
4798
4936
|
"div",
|
|
4799
4937
|
{
|
|
4800
4938
|
...other,
|
|
@@ -4806,21 +4944,21 @@ var AnimationContainer = (props) => {
|
|
|
4806
4944
|
["k-animation-container-fixed"]: positionMode === "fixed"
|
|
4807
4945
|
}
|
|
4808
4946
|
),
|
|
4809
|
-
children: /* @__PURE__ */
|
|
4947
|
+
children: /* @__PURE__ */ jsx26("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
|
|
4810
4948
|
}
|
|
4811
4949
|
);
|
|
4812
4950
|
};
|
|
4813
|
-
AnimationContainer.states =
|
|
4814
|
-
AnimationContainer.options =
|
|
4951
|
+
AnimationContainer.states = states15;
|
|
4952
|
+
AnimationContainer.options = options14;
|
|
4815
4953
|
AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
|
|
4816
|
-
AnimationContainer.defaultProps =
|
|
4954
|
+
AnimationContainer.defaultProps = defaultProps11;
|
|
4817
4955
|
|
|
4818
4956
|
// src/popup/popup.spec.tsx
|
|
4819
|
-
import { jsx as
|
|
4957
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
4820
4958
|
var POPUP_CLASSNAME = `k-popup`;
|
|
4821
|
-
var
|
|
4822
|
-
var
|
|
4823
|
-
var
|
|
4959
|
+
var states16 = [];
|
|
4960
|
+
var options15 = {};
|
|
4961
|
+
var defaultProps12 = {
|
|
4824
4962
|
positionMode: "absolute"
|
|
4825
4963
|
};
|
|
4826
4964
|
var Popup = (props) => {
|
|
@@ -4829,26 +4967,26 @@ var Popup = (props) => {
|
|
|
4829
4967
|
positionMode,
|
|
4830
4968
|
...other
|
|
4831
4969
|
} = props;
|
|
4832
|
-
return /* @__PURE__ */
|
|
4970
|
+
return /* @__PURE__ */ jsx27(
|
|
4833
4971
|
AnimationContainer,
|
|
4834
4972
|
{
|
|
4835
4973
|
positionMode,
|
|
4836
4974
|
offset,
|
|
4837
|
-
children: /* @__PURE__ */
|
|
4975
|
+
children: /* @__PURE__ */ jsx27("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
|
|
4838
4976
|
}
|
|
4839
4977
|
);
|
|
4840
4978
|
};
|
|
4841
|
-
Popup.states =
|
|
4842
|
-
Popup.options =
|
|
4979
|
+
Popup.states = states16;
|
|
4980
|
+
Popup.options = options15;
|
|
4843
4981
|
Popup.className = POPUP_CLASSNAME;
|
|
4844
|
-
Popup.defaultProps =
|
|
4982
|
+
Popup.defaultProps = defaultProps12;
|
|
4845
4983
|
|
|
4846
4984
|
// src/action-sheet/action-sheet.spec.tsx
|
|
4847
|
-
import { Fragment as Fragment10, jsx as
|
|
4985
|
+
import { Fragment as Fragment10, jsx as jsx28, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
4848
4986
|
var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
|
|
4849
|
-
var
|
|
4850
|
-
var
|
|
4851
|
-
var
|
|
4987
|
+
var states17 = [];
|
|
4988
|
+
var options16 = {};
|
|
4989
|
+
var defaultProps13 = {
|
|
4852
4990
|
side: "bottom",
|
|
4853
4991
|
fullscreen: false,
|
|
4854
4992
|
adaptive: false,
|
|
@@ -4861,14 +4999,14 @@ var ActionSheet = (props) => {
|
|
|
4861
4999
|
header,
|
|
4862
5000
|
footer,
|
|
4863
5001
|
actions,
|
|
4864
|
-
side =
|
|
4865
|
-
fullscreen =
|
|
4866
|
-
adaptive =
|
|
4867
|
-
overlay =
|
|
5002
|
+
side = defaultProps13.side,
|
|
5003
|
+
fullscreen = defaultProps13.fullscreen,
|
|
5004
|
+
adaptive = defaultProps13.adaptive,
|
|
5005
|
+
overlay = defaultProps13.overlay,
|
|
4868
5006
|
...other
|
|
4869
5007
|
} = props;
|
|
4870
|
-
const _ActionSheetHeader = title ? /* @__PURE__ */
|
|
4871
|
-
const _ActionSheetFooter = actions ? /* @__PURE__ */
|
|
5008
|
+
const _ActionSheetHeader = title ? /* @__PURE__ */ jsx28(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
|
|
5009
|
+
const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx28(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx28(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
|
|
4872
5010
|
const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
|
|
4873
5011
|
switch (child.type) {
|
|
4874
5012
|
case ActionSheetHeader:
|
|
@@ -4878,10 +5016,10 @@ var ActionSheet = (props) => {
|
|
|
4878
5016
|
return true;
|
|
4879
5017
|
}
|
|
4880
5018
|
return true;
|
|
4881
|
-
}) : children.type === ActionSheetItems ? children : /* @__PURE__ */
|
|
4882
|
-
return /* @__PURE__ */
|
|
4883
|
-
overlay && /* @__PURE__ */
|
|
4884
|
-
/* @__PURE__ */
|
|
5019
|
+
}) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx28(Fragment10, {});
|
|
5020
|
+
return /* @__PURE__ */ jsxs9("div", { className: "k-actionsheet-container", children: [
|
|
5021
|
+
overlay && /* @__PURE__ */ jsx28("div", { className: "k-overlay" }),
|
|
5022
|
+
/* @__PURE__ */ jsx28(
|
|
4885
5023
|
AnimationContainer,
|
|
4886
5024
|
{
|
|
4887
5025
|
animationStyle: {
|
|
@@ -4891,7 +5029,7 @@ var ActionSheet = (props) => {
|
|
|
4891
5029
|
[`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
|
|
4892
5030
|
[`${side === "left" || side === "right" ? "height" : null}`]: "100%"
|
|
4893
5031
|
},
|
|
4894
|
-
children: /* @__PURE__ */
|
|
5032
|
+
children: /* @__PURE__ */ jsx28(
|
|
4895
5033
|
"div",
|
|
4896
5034
|
{
|
|
4897
5035
|
...other,
|
|
@@ -4904,9 +5042,9 @@ var ActionSheet = (props) => {
|
|
|
4904
5042
|
"k-adaptive-actionsheet": adaptive
|
|
4905
5043
|
}
|
|
4906
5044
|
),
|
|
4907
|
-
children: /* @__PURE__ */
|
|
5045
|
+
children: /* @__PURE__ */ jsxs9(Fragment10, { children: [
|
|
4908
5046
|
_ActionSheetHeader,
|
|
4909
|
-
/* @__PURE__ */
|
|
5047
|
+
/* @__PURE__ */ jsx28("div", { className: classNames(
|
|
4910
5048
|
"k-actionsheet-content",
|
|
4911
5049
|
{
|
|
4912
5050
|
"!k-overflow-hidden": adaptive
|
|
@@ -4920,15 +5058,15 @@ var ActionSheet = (props) => {
|
|
|
4920
5058
|
)
|
|
4921
5059
|
] });
|
|
4922
5060
|
};
|
|
4923
|
-
ActionSheet.states =
|
|
4924
|
-
ActionSheet.options =
|
|
5061
|
+
ActionSheet.states = states17;
|
|
5062
|
+
ActionSheet.options = options16;
|
|
4925
5063
|
ActionSheet.className = ACTIONSHEET_CLASSNAME;
|
|
4926
|
-
ActionSheet.defaultProps =
|
|
5064
|
+
ActionSheet.defaultProps = defaultProps13;
|
|
4927
5065
|
|
|
4928
5066
|
// src/searchbox/searchbox.spec.tsx
|
|
4929
|
-
import { jsx as
|
|
5067
|
+
import { jsx as jsx29, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
4930
5068
|
var SEARCHBOX_CLASSNAME = `k-searchbox`;
|
|
4931
|
-
var
|
|
5069
|
+
var states18 = [
|
|
4932
5070
|
States.hover,
|
|
4933
5071
|
States.focus,
|
|
4934
5072
|
States.valid,
|
|
@@ -4937,12 +5075,12 @@ var states16 = [
|
|
|
4937
5075
|
States.disabled,
|
|
4938
5076
|
States.loading
|
|
4939
5077
|
];
|
|
4940
|
-
var
|
|
5078
|
+
var options17 = {
|
|
4941
5079
|
size: [Size.small, Size.medium, Size.large],
|
|
4942
5080
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
4943
5081
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
4944
5082
|
};
|
|
4945
|
-
var
|
|
5083
|
+
var defaultProps14 = {
|
|
4946
5084
|
showIcon: true,
|
|
4947
5085
|
icon: "search",
|
|
4948
5086
|
size: Input.defaultProps.size,
|
|
@@ -4963,11 +5101,11 @@ var Searchbox = (props) => {
|
|
|
4963
5101
|
required,
|
|
4964
5102
|
loading,
|
|
4965
5103
|
disabled,
|
|
4966
|
-
showIcon =
|
|
4967
|
-
icon =
|
|
5104
|
+
showIcon = defaultProps14.showIcon,
|
|
5105
|
+
icon = defaultProps14.icon,
|
|
4968
5106
|
...other
|
|
4969
5107
|
} = props;
|
|
4970
|
-
return /* @__PURE__ */
|
|
5108
|
+
return /* @__PURE__ */ jsxs10(
|
|
4971
5109
|
Input,
|
|
4972
5110
|
{
|
|
4973
5111
|
...other,
|
|
@@ -4983,25 +5121,25 @@ var Searchbox = (props) => {
|
|
|
4983
5121
|
disabled,
|
|
4984
5122
|
className: classNames(props.className, SEARCHBOX_CLASSNAME),
|
|
4985
5123
|
children: [
|
|
4986
|
-
showIcon && /* @__PURE__ */
|
|
4987
|
-
/* @__PURE__ */
|
|
4988
|
-
/* @__PURE__ */
|
|
4989
|
-
/* @__PURE__ */
|
|
4990
|
-
/* @__PURE__ */
|
|
5124
|
+
showIcon && /* @__PURE__ */ jsx29(Icon, { className: "k-input-icon", icon }),
|
|
5125
|
+
/* @__PURE__ */ jsx29(InputInnerInput, { placeholder, value }),
|
|
5126
|
+
/* @__PURE__ */ jsx29(InputLoadingIcon, { ...props }),
|
|
5127
|
+
/* @__PURE__ */ jsx29(InputValidationIcon, { ...props }),
|
|
5128
|
+
/* @__PURE__ */ jsx29(InputClearValue, { ...props })
|
|
4991
5129
|
]
|
|
4992
5130
|
}
|
|
4993
5131
|
);
|
|
4994
5132
|
};
|
|
4995
|
-
Searchbox.states =
|
|
4996
|
-
Searchbox.options =
|
|
5133
|
+
Searchbox.states = states18;
|
|
5134
|
+
Searchbox.options = options17;
|
|
4997
5135
|
Searchbox.className = SEARCHBOX_CLASSNAME;
|
|
4998
|
-
Searchbox.defaultProps =
|
|
5136
|
+
Searchbox.defaultProps = defaultProps14;
|
|
4999
5137
|
|
|
5000
5138
|
// src/searchbox/templates/searchbox-normal.tsx
|
|
5001
|
-
import { jsx as
|
|
5139
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
5002
5140
|
|
|
5003
5141
|
// src/action-sheet/actionsheet-header.tsx
|
|
5004
|
-
import { Fragment as Fragment11, jsx as
|
|
5142
|
+
import { Fragment as Fragment11, jsx as jsx31, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
5005
5143
|
var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
|
|
5006
5144
|
var ActionSheetHeader = (props) => {
|
|
5007
5145
|
const {
|
|
@@ -5011,7 +5149,7 @@ var ActionSheetHeader = (props) => {
|
|
|
5011
5149
|
filter,
|
|
5012
5150
|
...other
|
|
5013
5151
|
} = props;
|
|
5014
|
-
return /* @__PURE__ */
|
|
5152
|
+
return /* @__PURE__ */ jsx31(
|
|
5015
5153
|
"div",
|
|
5016
5154
|
{
|
|
5017
5155
|
...other,
|
|
@@ -5019,37 +5157,37 @@ var ActionSheetHeader = (props) => {
|
|
|
5019
5157
|
props.className,
|
|
5020
5158
|
ACTIONSHEETHEADER_CLASSNAME
|
|
5021
5159
|
),
|
|
5022
|
-
children: /* @__PURE__ */
|
|
5023
|
-
/* @__PURE__ */
|
|
5024
|
-
!props.children && (title || subTitle) && /* @__PURE__ */
|
|
5025
|
-
title !== "" && /* @__PURE__ */
|
|
5026
|
-
subTitle !== "" && /* @__PURE__ */
|
|
5160
|
+
children: /* @__PURE__ */ jsxs11(Fragment11, { children: [
|
|
5161
|
+
/* @__PURE__ */ jsxs11("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
|
|
5162
|
+
!props.children && (title || subTitle) && /* @__PURE__ */ jsx31(Fragment11, { children: /* @__PURE__ */ jsxs11("div", { className: "k-actionsheet-title", children: [
|
|
5163
|
+
title !== "" && /* @__PURE__ */ jsx31("div", { className: "k-text-center", children: title }),
|
|
5164
|
+
subTitle !== "" && /* @__PURE__ */ jsx31("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
|
|
5027
5165
|
] }) }),
|
|
5028
|
-
props.children && /* @__PURE__ */
|
|
5029
|
-
actions && /* @__PURE__ */
|
|
5166
|
+
props.children && /* @__PURE__ */ jsx31("div", { className: "k-actionsheet-title", children: props.children }),
|
|
5167
|
+
actions && /* @__PURE__ */ jsx31(Fragment11, { children: /* @__PURE__ */ jsx31("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx31(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
|
|
5030
5168
|
] }),
|
|
5031
|
-
filter && /* @__PURE__ */
|
|
5169
|
+
filter && /* @__PURE__ */ jsx31(Fragment11, { children: /* @__PURE__ */ jsx31("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx31(Searchbox, { placeholder: "Filter", size: "large" }) }) })
|
|
5032
5170
|
] })
|
|
5033
5171
|
}
|
|
5034
5172
|
);
|
|
5035
5173
|
};
|
|
5036
5174
|
|
|
5037
5175
|
// src/action-buttons/action-buttons.spec.tsx
|
|
5038
|
-
import { jsx as
|
|
5176
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
5039
5177
|
var ACTIONBUTTONS_CLASSNAME = `k-actions`;
|
|
5040
|
-
var
|
|
5041
|
-
var
|
|
5042
|
-
var
|
|
5178
|
+
var states19 = [];
|
|
5179
|
+
var options18 = {};
|
|
5180
|
+
var defaultProps15 = {
|
|
5043
5181
|
alignment: "start",
|
|
5044
5182
|
orientation: "horizontal"
|
|
5045
5183
|
};
|
|
5046
5184
|
var ActionButtons = (props) => {
|
|
5047
5185
|
const {
|
|
5048
|
-
alignment =
|
|
5049
|
-
orientation =
|
|
5186
|
+
alignment = defaultProps15.alignment,
|
|
5187
|
+
orientation = defaultProps15.orientation,
|
|
5050
5188
|
...other
|
|
5051
5189
|
} = props;
|
|
5052
|
-
return /* @__PURE__ */
|
|
5190
|
+
return /* @__PURE__ */ jsx32(
|
|
5053
5191
|
"div",
|
|
5054
5192
|
{
|
|
5055
5193
|
...other,
|
|
@@ -5065,21 +5203,21 @@ var ActionButtons = (props) => {
|
|
|
5065
5203
|
}
|
|
5066
5204
|
);
|
|
5067
5205
|
};
|
|
5068
|
-
ActionButtons.states =
|
|
5069
|
-
ActionButtons.options =
|
|
5206
|
+
ActionButtons.states = states19;
|
|
5207
|
+
ActionButtons.options = options18;
|
|
5070
5208
|
ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
|
|
5071
|
-
ActionButtons.defaultProps =
|
|
5209
|
+
ActionButtons.defaultProps = defaultProps15;
|
|
5072
5210
|
var action_buttons_spec_default = ActionButtons;
|
|
5073
5211
|
|
|
5074
5212
|
// src/action-sheet/actionsheet-footer.tsx
|
|
5075
|
-
import { Fragment as Fragment12, jsx as
|
|
5213
|
+
import { Fragment as Fragment12, jsx as jsx33, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
5076
5214
|
var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
|
|
5077
5215
|
var ActionSheetFooter = (props) => {
|
|
5078
5216
|
const {
|
|
5079
5217
|
actions,
|
|
5080
5218
|
...other
|
|
5081
5219
|
} = props;
|
|
5082
|
-
return /* @__PURE__ */
|
|
5220
|
+
return /* @__PURE__ */ jsx33(
|
|
5083
5221
|
action_buttons_spec_default,
|
|
5084
5222
|
{
|
|
5085
5223
|
...other,
|
|
@@ -5088,17 +5226,17 @@ var ActionSheetFooter = (props) => {
|
|
|
5088
5226
|
ACTIONSHEETFOOTER_CLASSNAME
|
|
5089
5227
|
),
|
|
5090
5228
|
alignment: "stretched",
|
|
5091
|
-
children: /* @__PURE__ */
|
|
5229
|
+
children: /* @__PURE__ */ jsxs12(Fragment12, { children: [
|
|
5092
5230
|
actions && actions.map((action, index) => {
|
|
5093
5231
|
if (action === "|") {
|
|
5094
|
-
return /* @__PURE__ */
|
|
5232
|
+
return /* @__PURE__ */ jsx33("span", { className: "k-separator" }, index);
|
|
5095
5233
|
}
|
|
5096
5234
|
if (action === " ") {
|
|
5097
|
-
return /* @__PURE__ */
|
|
5235
|
+
return /* @__PURE__ */ jsx33("span", { className: "k-spacer" }, index);
|
|
5098
5236
|
}
|
|
5099
5237
|
const importantFlag = action.startsWith("!");
|
|
5100
5238
|
const actionName = importantFlag ? action.substring(1) : action;
|
|
5101
|
-
return /* @__PURE__ */
|
|
5239
|
+
return /* @__PURE__ */ jsx33(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
|
|
5102
5240
|
}),
|
|
5103
5241
|
!actions && props.children
|
|
5104
5242
|
] })
|
|
@@ -5107,12 +5245,12 @@ var ActionSheetFooter = (props) => {
|
|
|
5107
5245
|
};
|
|
5108
5246
|
|
|
5109
5247
|
// src/action-sheet/actionsheet-items.tsx
|
|
5110
|
-
import { jsx as
|
|
5248
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
5111
5249
|
var ActionSheetItems = (props) => {
|
|
5112
5250
|
const {
|
|
5113
5251
|
...other
|
|
5114
5252
|
} = props;
|
|
5115
|
-
return /* @__PURE__ */
|
|
5253
|
+
return /* @__PURE__ */ jsx34(
|
|
5116
5254
|
"div",
|
|
5117
5255
|
{
|
|
5118
5256
|
...other,
|
|
@@ -5126,8 +5264,8 @@ var ActionSheetItems = (props) => {
|
|
|
5126
5264
|
};
|
|
5127
5265
|
|
|
5128
5266
|
// src/action-sheet/actionsheet-item.tsx
|
|
5129
|
-
import { Fragment as Fragment13, jsx as
|
|
5130
|
-
var
|
|
5267
|
+
import { Fragment as Fragment13, jsx as jsx35, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
5268
|
+
var states20 = [
|
|
5131
5269
|
States.hover,
|
|
5132
5270
|
States.focus,
|
|
5133
5271
|
States.selected,
|
|
@@ -5135,23 +5273,23 @@ var states18 = [
|
|
|
5135
5273
|
];
|
|
5136
5274
|
|
|
5137
5275
|
// src/nodata/nodata.tsx
|
|
5138
|
-
import { jsx as
|
|
5276
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
5139
5277
|
var className9 = `k-nodata`;
|
|
5140
|
-
var NoData = (props) => /* @__PURE__ */
|
|
5278
|
+
var NoData = (props) => /* @__PURE__ */ jsx36("span", { className: classNames(className9, props.className), children: props.children });
|
|
5141
5279
|
|
|
5142
5280
|
// src/list/list.spec.tsx
|
|
5143
|
-
import { jsx as
|
|
5281
|
+
import { jsx as jsx37, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
5144
5282
|
var LIST_CLASSNAME = `k-list`;
|
|
5145
|
-
var
|
|
5146
|
-
var
|
|
5283
|
+
var states21 = [];
|
|
5284
|
+
var options19 = {
|
|
5147
5285
|
size: [Size.small, Size.medium, Size.large]
|
|
5148
5286
|
};
|
|
5149
|
-
var
|
|
5287
|
+
var defaultProps16 = {
|
|
5150
5288
|
size: Size.medium
|
|
5151
5289
|
};
|
|
5152
5290
|
var List = (props) => {
|
|
5153
5291
|
const {
|
|
5154
|
-
size =
|
|
5292
|
+
size = defaultProps16.size,
|
|
5155
5293
|
virtualization,
|
|
5156
5294
|
children,
|
|
5157
5295
|
optionLabel,
|
|
@@ -5168,7 +5306,7 @@ var List = (props) => {
|
|
|
5168
5306
|
listHeader = child.props.label;
|
|
5169
5307
|
child.props.children.map((optChild, index2) => {
|
|
5170
5308
|
listChildren.push(
|
|
5171
|
-
/* @__PURE__ */
|
|
5309
|
+
/* @__PURE__ */ jsx37(
|
|
5172
5310
|
ListItem,
|
|
5173
5311
|
{
|
|
5174
5312
|
...optChild.props
|
|
@@ -5184,7 +5322,7 @@ var List = (props) => {
|
|
|
5184
5322
|
groupLabel = child.props.label;
|
|
5185
5323
|
}
|
|
5186
5324
|
listChildren.push(
|
|
5187
|
-
/* @__PURE__ */
|
|
5325
|
+
/* @__PURE__ */ jsx37(
|
|
5188
5326
|
ListItem,
|
|
5189
5327
|
{
|
|
5190
5328
|
className: index2 === 0 ? "k-first" : "",
|
|
@@ -5196,16 +5334,16 @@ var List = (props) => {
|
|
|
5196
5334
|
);
|
|
5197
5335
|
});
|
|
5198
5336
|
}
|
|
5199
|
-
listGroup = /* @__PURE__ */
|
|
5337
|
+
listGroup = /* @__PURE__ */ jsx37(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
5200
5338
|
} else if (child.type === ListItem) {
|
|
5201
|
-
listChildren.push(/* @__PURE__ */
|
|
5202
|
-
listContent = /* @__PURE__ */
|
|
5339
|
+
listChildren.push(/* @__PURE__ */ jsx37(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
5340
|
+
listContent = /* @__PURE__ */ jsx37(ListContent, { virtualization, children: listChildren });
|
|
5203
5341
|
}
|
|
5204
5342
|
});
|
|
5205
5343
|
} else {
|
|
5206
|
-
listContent = /* @__PURE__ */
|
|
5344
|
+
listContent = /* @__PURE__ */ jsx37(NoData, { children: "No data found." });
|
|
5207
5345
|
}
|
|
5208
|
-
return /* @__PURE__ */
|
|
5346
|
+
return /* @__PURE__ */ jsxs14(
|
|
5209
5347
|
"div",
|
|
5210
5348
|
{
|
|
5211
5349
|
...other,
|
|
@@ -5227,24 +5365,24 @@ var List = (props) => {
|
|
|
5227
5365
|
}
|
|
5228
5366
|
);
|
|
5229
5367
|
};
|
|
5230
|
-
List.states =
|
|
5231
|
-
List.options =
|
|
5368
|
+
List.states = states21;
|
|
5369
|
+
List.options = options19;
|
|
5232
5370
|
List.className = LIST_CLASSNAME;
|
|
5233
|
-
List.defaultProps =
|
|
5371
|
+
List.defaultProps = defaultProps16;
|
|
5234
5372
|
|
|
5235
5373
|
// src/list/list-angular.spec.tsx
|
|
5236
|
-
import { jsx as
|
|
5374
|
+
import { jsx as jsx38, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
5237
5375
|
var LISTANGULAR_CLASSNAME = `k-list`;
|
|
5238
|
-
var
|
|
5239
|
-
var
|
|
5376
|
+
var states22 = [];
|
|
5377
|
+
var options20 = {
|
|
5240
5378
|
size: [Size.small, Size.medium, Size.large]
|
|
5241
5379
|
};
|
|
5242
|
-
var
|
|
5380
|
+
var defaultProps17 = {
|
|
5243
5381
|
size: Size.medium
|
|
5244
5382
|
};
|
|
5245
5383
|
var ListAngular = (props) => {
|
|
5246
5384
|
const {
|
|
5247
|
-
size =
|
|
5385
|
+
size = defaultProps17.size,
|
|
5248
5386
|
virtualization,
|
|
5249
5387
|
children,
|
|
5250
5388
|
...other
|
|
@@ -5260,7 +5398,7 @@ var ListAngular = (props) => {
|
|
|
5260
5398
|
listHeader = child.props.label;
|
|
5261
5399
|
child.props.children.map((optChild, index2) => {
|
|
5262
5400
|
listChildren.push(
|
|
5263
|
-
/* @__PURE__ */
|
|
5401
|
+
/* @__PURE__ */ jsx38(
|
|
5264
5402
|
ListItem,
|
|
5265
5403
|
{
|
|
5266
5404
|
...optChild.props
|
|
@@ -5271,7 +5409,7 @@ var ListAngular = (props) => {
|
|
|
5271
5409
|
});
|
|
5272
5410
|
} else {
|
|
5273
5411
|
listChildren.push(
|
|
5274
|
-
/* @__PURE__ */
|
|
5412
|
+
/* @__PURE__ */ jsx38(
|
|
5275
5413
|
ListGroupItem,
|
|
5276
5414
|
{
|
|
5277
5415
|
...child.props,
|
|
@@ -5282,7 +5420,7 @@ var ListAngular = (props) => {
|
|
|
5282
5420
|
);
|
|
5283
5421
|
child.props.children.map((optChild, index2) => {
|
|
5284
5422
|
listChildren.push(
|
|
5285
|
-
/* @__PURE__ */
|
|
5423
|
+
/* @__PURE__ */ jsx38(
|
|
5286
5424
|
ListItem,
|
|
5287
5425
|
{
|
|
5288
5426
|
...optChild.props
|
|
@@ -5292,16 +5430,16 @@ var ListAngular = (props) => {
|
|
|
5292
5430
|
);
|
|
5293
5431
|
});
|
|
5294
5432
|
}
|
|
5295
|
-
listGroup = /* @__PURE__ */
|
|
5433
|
+
listGroup = /* @__PURE__ */ jsx38(ListGroup, { label: listHeader, virtualization, children: listChildren });
|
|
5296
5434
|
} else if (child.type === ListItem) {
|
|
5297
|
-
listChildren.push(/* @__PURE__ */
|
|
5298
|
-
listContent = /* @__PURE__ */
|
|
5435
|
+
listChildren.push(/* @__PURE__ */ jsx38(ListItem, { ...child.props }, `${child.type}-${index}`));
|
|
5436
|
+
listContent = /* @__PURE__ */ jsx38(ListContent, { virtualization, children: listChildren });
|
|
5299
5437
|
}
|
|
5300
5438
|
});
|
|
5301
5439
|
} else {
|
|
5302
|
-
listContent = /* @__PURE__ */
|
|
5440
|
+
listContent = /* @__PURE__ */ jsx38(NoData, { children: "No data found." });
|
|
5303
5441
|
}
|
|
5304
|
-
return /* @__PURE__ */
|
|
5442
|
+
return /* @__PURE__ */ jsxs15(
|
|
5305
5443
|
"div",
|
|
5306
5444
|
{
|
|
5307
5445
|
...other,
|
|
@@ -5322,15 +5460,15 @@ var ListAngular = (props) => {
|
|
|
5322
5460
|
}
|
|
5323
5461
|
);
|
|
5324
5462
|
};
|
|
5325
|
-
ListAngular.states =
|
|
5326
|
-
ListAngular.options =
|
|
5463
|
+
ListAngular.states = states22;
|
|
5464
|
+
ListAngular.options = options20;
|
|
5327
5465
|
ListAngular.className = LISTANGULAR_CLASSNAME;
|
|
5328
|
-
ListAngular.defaultProps =
|
|
5466
|
+
ListAngular.defaultProps = defaultProps17;
|
|
5329
5467
|
|
|
5330
5468
|
// src/checkbox/checkbox.spec.tsx
|
|
5331
|
-
import { jsx as
|
|
5469
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
5332
5470
|
var CHECKBOX_CLASSNAME = `k-checkbox`;
|
|
5333
|
-
var
|
|
5471
|
+
var states23 = [
|
|
5334
5472
|
States.hover,
|
|
5335
5473
|
States.focus,
|
|
5336
5474
|
States.valid,
|
|
@@ -5340,11 +5478,11 @@ var states21 = [
|
|
|
5340
5478
|
States.checked,
|
|
5341
5479
|
States.indeterminate
|
|
5342
5480
|
];
|
|
5343
|
-
var
|
|
5481
|
+
var options21 = {
|
|
5344
5482
|
size: [Size.small, Size.medium, Size.large],
|
|
5345
5483
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
|
|
5346
5484
|
};
|
|
5347
|
-
var
|
|
5485
|
+
var defaultProps18 = {
|
|
5348
5486
|
size: Size.medium,
|
|
5349
5487
|
rounded: Roundness.medium
|
|
5350
5488
|
};
|
|
@@ -5359,11 +5497,11 @@ var Checkbox = (props) => {
|
|
|
5359
5497
|
invalid,
|
|
5360
5498
|
valid,
|
|
5361
5499
|
required,
|
|
5362
|
-
size =
|
|
5363
|
-
rounded =
|
|
5500
|
+
size = defaultProps18.size,
|
|
5501
|
+
rounded = defaultProps18.rounded,
|
|
5364
5502
|
...other
|
|
5365
5503
|
} = props;
|
|
5366
|
-
return /* @__PURE__ */
|
|
5504
|
+
return /* @__PURE__ */ jsx39("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx39(
|
|
5367
5505
|
"input",
|
|
5368
5506
|
{
|
|
5369
5507
|
...other,
|
|
@@ -5380,25 +5518,25 @@ var Checkbox = (props) => {
|
|
|
5380
5518
|
}
|
|
5381
5519
|
) });
|
|
5382
5520
|
};
|
|
5383
|
-
Checkbox.states =
|
|
5384
|
-
Checkbox.options =
|
|
5521
|
+
Checkbox.states = states23;
|
|
5522
|
+
Checkbox.options = options21;
|
|
5385
5523
|
Checkbox.className = CHECKBOX_CLASSNAME;
|
|
5386
|
-
Checkbox.defaultProps =
|
|
5524
|
+
Checkbox.defaultProps = defaultProps18;
|
|
5387
5525
|
|
|
5388
5526
|
// src/checkbox/checkbox-group.spec.tsx
|
|
5389
|
-
import { jsx as
|
|
5527
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
5390
5528
|
var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
|
|
5391
|
-
var
|
|
5392
|
-
var
|
|
5393
|
-
var
|
|
5529
|
+
var states24 = [];
|
|
5530
|
+
var options22 = {};
|
|
5531
|
+
var defaultProps19 = {
|
|
5394
5532
|
layout: "vertical"
|
|
5395
5533
|
};
|
|
5396
5534
|
var CheckboxGroup = (props) => {
|
|
5397
5535
|
const {
|
|
5398
|
-
layout =
|
|
5536
|
+
layout = defaultProps19.layout,
|
|
5399
5537
|
...other
|
|
5400
5538
|
} = props;
|
|
5401
|
-
return /* @__PURE__ */
|
|
5539
|
+
return /* @__PURE__ */ jsx40(
|
|
5402
5540
|
"ul",
|
|
5403
5541
|
{
|
|
5404
5542
|
...other,
|
|
@@ -5413,22 +5551,22 @@ var CheckboxGroup = (props) => {
|
|
|
5413
5551
|
}
|
|
5414
5552
|
);
|
|
5415
5553
|
};
|
|
5416
|
-
CheckboxGroup.states =
|
|
5417
|
-
CheckboxGroup.options =
|
|
5554
|
+
CheckboxGroup.states = states24;
|
|
5555
|
+
CheckboxGroup.options = options22;
|
|
5418
5556
|
CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
|
|
5419
|
-
CheckboxGroup.defaultProps =
|
|
5557
|
+
CheckboxGroup.defaultProps = defaultProps19;
|
|
5420
5558
|
|
|
5421
5559
|
// src/checkbox/checkbox-item.spec.tsx
|
|
5422
|
-
import { jsx as
|
|
5560
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
5423
5561
|
var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
|
|
5424
|
-
var
|
|
5425
|
-
var
|
|
5426
|
-
var
|
|
5562
|
+
var states25 = [];
|
|
5563
|
+
var options23 = {};
|
|
5564
|
+
var defaultProps20 = {};
|
|
5427
5565
|
var CheckboxItem = (props) => {
|
|
5428
5566
|
const {
|
|
5429
5567
|
...other
|
|
5430
5568
|
} = props;
|
|
5431
|
-
return /* @__PURE__ */
|
|
5569
|
+
return /* @__PURE__ */ jsx41(
|
|
5432
5570
|
"li",
|
|
5433
5571
|
{
|
|
5434
5572
|
...other,
|
|
@@ -5440,28 +5578,28 @@ var CheckboxItem = (props) => {
|
|
|
5440
5578
|
}
|
|
5441
5579
|
);
|
|
5442
5580
|
};
|
|
5443
|
-
CheckboxItem.states =
|
|
5444
|
-
CheckboxItem.options =
|
|
5581
|
+
CheckboxItem.states = states25;
|
|
5582
|
+
CheckboxItem.options = options23;
|
|
5445
5583
|
CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
|
|
5446
|
-
CheckboxItem.defaultProps =
|
|
5584
|
+
CheckboxItem.defaultProps = defaultProps20;
|
|
5447
5585
|
|
|
5448
5586
|
// src/checkbox/templates/checkbox-with-label.tsx
|
|
5449
|
-
import { Fragment as Fragment14, jsx as
|
|
5587
|
+
import { Fragment as Fragment14, jsx as jsx42, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
5450
5588
|
|
|
5451
5589
|
// src/checkbox/templates/checkbox-normal.tsx
|
|
5452
|
-
import { jsx as
|
|
5590
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
5453
5591
|
|
|
5454
5592
|
// src/list/list-item.spec.tsx
|
|
5455
|
-
import { jsx as
|
|
5593
|
+
import { jsx as jsx44, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
5456
5594
|
var LISTITEM_CLASSNAME = `k-list-item`;
|
|
5457
|
-
var
|
|
5595
|
+
var states26 = [
|
|
5458
5596
|
States.hover,
|
|
5459
5597
|
States.focus,
|
|
5460
5598
|
States.selected,
|
|
5461
5599
|
States.disabled
|
|
5462
5600
|
];
|
|
5463
|
-
var
|
|
5464
|
-
var
|
|
5601
|
+
var options24 = {};
|
|
5602
|
+
var defaultProps21 = {};
|
|
5465
5603
|
var ListItem = (props) => {
|
|
5466
5604
|
const {
|
|
5467
5605
|
text,
|
|
@@ -5477,7 +5615,7 @@ var ListItem = (props) => {
|
|
|
5477
5615
|
...other
|
|
5478
5616
|
} = props;
|
|
5479
5617
|
const textOrChildren = text ? text : props.children;
|
|
5480
|
-
return /* @__PURE__ */
|
|
5618
|
+
return /* @__PURE__ */ jsxs17(
|
|
5481
5619
|
"li",
|
|
5482
5620
|
{
|
|
5483
5621
|
...other,
|
|
@@ -5492,66 +5630,66 @@ var ListItem = (props) => {
|
|
|
5492
5630
|
})
|
|
5493
5631
|
),
|
|
5494
5632
|
children: [
|
|
5495
|
-
showCheckbox && /* @__PURE__ */
|
|
5496
|
-
showIcon && /* @__PURE__ */
|
|
5497
|
-
/* @__PURE__ */
|
|
5498
|
-
groupLabel && groupLabel !== "" && /* @__PURE__ */
|
|
5633
|
+
showCheckbox && /* @__PURE__ */ jsx44(Checkbox, { checked }),
|
|
5634
|
+
showIcon && /* @__PURE__ */ jsx44(Icon, { icon: iconName }),
|
|
5635
|
+
/* @__PURE__ */ jsx44("span", { className: "k-list-item-text", children: textOrChildren }),
|
|
5636
|
+
groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx44("div", { className: "k-list-item-group-label", children: groupLabel })
|
|
5499
5637
|
]
|
|
5500
5638
|
}
|
|
5501
5639
|
);
|
|
5502
5640
|
};
|
|
5503
|
-
ListItem.states =
|
|
5504
|
-
ListItem.options =
|
|
5641
|
+
ListItem.states = states26;
|
|
5642
|
+
ListItem.options = options24;
|
|
5505
5643
|
ListItem.className = LISTITEM_CLASSNAME;
|
|
5506
|
-
ListItem.defaultProps =
|
|
5644
|
+
ListItem.defaultProps = defaultProps21;
|
|
5507
5645
|
|
|
5508
5646
|
// src/list/list-content.tsx
|
|
5509
|
-
import { jsx as
|
|
5647
|
+
import { jsx as jsx45, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
5510
5648
|
var className10 = `k-list-content`;
|
|
5511
5649
|
var ListContent = (props) => {
|
|
5512
5650
|
const {
|
|
5513
5651
|
virtualization
|
|
5514
5652
|
} = props;
|
|
5515
|
-
return /* @__PURE__ */
|
|
5516
|
-
/* @__PURE__ */
|
|
5517
|
-
virtualization && /* @__PURE__ */
|
|
5653
|
+
return /* @__PURE__ */ jsxs18("div", { className: classNames(className10, props.className), children: [
|
|
5654
|
+
/* @__PURE__ */ jsx45("ul", { className: classNames("k-list-ul"), children: props.children }),
|
|
5655
|
+
virtualization && /* @__PURE__ */ jsx45("div", { className: "k-height-container", children: /* @__PURE__ */ jsx45("div", {}) })
|
|
5518
5656
|
] });
|
|
5519
5657
|
};
|
|
5520
5658
|
|
|
5521
5659
|
// src/list/list-header.tsx
|
|
5522
|
-
import { jsx as
|
|
5660
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
5523
5661
|
var className11 = `k-list-group-sticky-header`;
|
|
5524
|
-
var ListHeader = (props) => /* @__PURE__ */
|
|
5662
|
+
var ListHeader = (props) => /* @__PURE__ */ jsx46("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx46("div", { className: "k-list-header-text", children: props.children }) });
|
|
5525
5663
|
|
|
5526
5664
|
// src/list/list-group.tsx
|
|
5527
|
-
import { Fragment as Fragment15, jsx as
|
|
5665
|
+
import { Fragment as Fragment15, jsx as jsx47, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
5528
5666
|
var ListGroup = (props) => {
|
|
5529
5667
|
const {
|
|
5530
5668
|
virtualization,
|
|
5531
5669
|
label
|
|
5532
5670
|
} = props;
|
|
5533
|
-
return /* @__PURE__ */
|
|
5534
|
-
label && /* @__PURE__ */
|
|
5535
|
-
props.children && /* @__PURE__ */
|
|
5671
|
+
return /* @__PURE__ */ jsxs19(Fragment15, { children: [
|
|
5672
|
+
label && /* @__PURE__ */ jsx47(ListHeader, { children: label }),
|
|
5673
|
+
props.children && /* @__PURE__ */ jsx47(ListContent, { virtualization, children: props.children })
|
|
5536
5674
|
] });
|
|
5537
5675
|
};
|
|
5538
5676
|
|
|
5539
5677
|
// src/list/list-group-item.tsx
|
|
5540
|
-
import { jsx as
|
|
5678
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
5541
5679
|
var className12 = `k-list-group-item`;
|
|
5542
|
-
var ListGroupItem = (props) => /* @__PURE__ */
|
|
5680
|
+
var ListGroupItem = (props) => /* @__PURE__ */ jsx48("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx48("span", { className: "k-list-item-text", children: props.children }) });
|
|
5543
5681
|
|
|
5544
5682
|
// src/list/list-option-label.tsx
|
|
5545
|
-
import { jsx as
|
|
5683
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
5546
5684
|
var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
|
|
5547
|
-
var
|
|
5685
|
+
var states27 = [
|
|
5548
5686
|
States.hover,
|
|
5549
5687
|
States.focus,
|
|
5550
5688
|
States.selected,
|
|
5551
5689
|
States.disabled
|
|
5552
5690
|
];
|
|
5553
|
-
var
|
|
5554
|
-
var
|
|
5691
|
+
var options25 = {};
|
|
5692
|
+
var defaultProps22 = {};
|
|
5555
5693
|
var ListOptionLabel = (props) => {
|
|
5556
5694
|
const {
|
|
5557
5695
|
text,
|
|
@@ -5561,7 +5699,7 @@ var ListOptionLabel = (props) => {
|
|
|
5561
5699
|
disabled,
|
|
5562
5700
|
...other
|
|
5563
5701
|
} = props;
|
|
5564
|
-
return /* @__PURE__ */
|
|
5702
|
+
return /* @__PURE__ */ jsx49(
|
|
5565
5703
|
"div",
|
|
5566
5704
|
{
|
|
5567
5705
|
...other,
|
|
@@ -5578,36 +5716,36 @@ var ListOptionLabel = (props) => {
|
|
|
5578
5716
|
}
|
|
5579
5717
|
);
|
|
5580
5718
|
};
|
|
5581
|
-
ListOptionLabel.states =
|
|
5582
|
-
ListOptionLabel.options =
|
|
5719
|
+
ListOptionLabel.states = states27;
|
|
5720
|
+
ListOptionLabel.options = options25;
|
|
5583
5721
|
ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
|
|
5584
|
-
ListOptionLabel.defaultProps =
|
|
5722
|
+
ListOptionLabel.defaultProps = defaultProps22;
|
|
5585
5723
|
|
|
5586
5724
|
// src/list/templates/list-normal.tsx
|
|
5587
|
-
import { jsx as
|
|
5725
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
5588
5726
|
|
|
5589
5727
|
// src/list/templates/list-virtualization.tsx
|
|
5590
|
-
import { jsx as
|
|
5728
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
5591
5729
|
|
|
5592
5730
|
// src/list/templates/list-grouping.tsx
|
|
5593
|
-
import { jsx as
|
|
5731
|
+
import { jsx as jsx52, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
5594
5732
|
|
|
5595
5733
|
// src/list/templates/list-virualization-grouping.tsx
|
|
5596
|
-
import { jsx as
|
|
5734
|
+
import { jsx as jsx53, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
5597
5735
|
|
|
5598
5736
|
// src/list/templates/list-virtualization-angular.tsx
|
|
5599
|
-
import { jsx as
|
|
5737
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
5600
5738
|
|
|
5601
5739
|
// src/list/templates/list-grouping-angular.tsx
|
|
5602
|
-
import { jsx as
|
|
5740
|
+
import { jsx as jsx55, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
5603
5741
|
|
|
5604
5742
|
// src/list/templates/list-virualization-grouping-angular.tsx
|
|
5605
|
-
import { jsx as
|
|
5743
|
+
import { jsx as jsx56, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
5606
5744
|
|
|
5607
5745
|
// src/combobox/combobox.spec.tsx
|
|
5608
|
-
import { Fragment as Fragment16, jsx as
|
|
5746
|
+
import { Fragment as Fragment16, jsx as jsx57, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
5609
5747
|
var COMBOBOX_CLASSNAME = `k-combobox`;
|
|
5610
|
-
var
|
|
5748
|
+
var states28 = [
|
|
5611
5749
|
States.hover,
|
|
5612
5750
|
States.focus,
|
|
5613
5751
|
States.valid,
|
|
@@ -5617,12 +5755,12 @@ var states26 = [
|
|
|
5617
5755
|
States.disabled,
|
|
5618
5756
|
States.readonly
|
|
5619
5757
|
];
|
|
5620
|
-
var
|
|
5758
|
+
var defaultProps23 = {
|
|
5621
5759
|
size: Input.defaultProps.size,
|
|
5622
5760
|
rounded: Input.defaultProps.rounded,
|
|
5623
5761
|
fillMode: Input.defaultProps.fillMode
|
|
5624
5762
|
};
|
|
5625
|
-
var
|
|
5763
|
+
var options26 = {
|
|
5626
5764
|
size: [Size.small, Size.medium, Size.large],
|
|
5627
5765
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5628
5766
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
@@ -5650,8 +5788,8 @@ var Combobox = (props) => {
|
|
|
5650
5788
|
adaptiveSettings,
|
|
5651
5789
|
...other
|
|
5652
5790
|
} = props;
|
|
5653
|
-
return /* @__PURE__ */
|
|
5654
|
-
/* @__PURE__ */
|
|
5791
|
+
return /* @__PURE__ */ jsxs24(Fragment16, { children: [
|
|
5792
|
+
/* @__PURE__ */ jsxs24(
|
|
5655
5793
|
Input,
|
|
5656
5794
|
{
|
|
5657
5795
|
...other,
|
|
@@ -5668,9 +5806,9 @@ var Combobox = (props) => {
|
|
|
5668
5806
|
readonly,
|
|
5669
5807
|
className: classNames(props.className, COMBOBOX_CLASSNAME),
|
|
5670
5808
|
children: [
|
|
5671
|
-
/* @__PURE__ */
|
|
5672
|
-
/* @__PURE__ */
|
|
5673
|
-
/* @__PURE__ */
|
|
5809
|
+
/* @__PURE__ */ jsx57(InputPrefix, { children: prefix }),
|
|
5810
|
+
/* @__PURE__ */ jsx57(InputInnerInput, { placeholder, value }),
|
|
5811
|
+
/* @__PURE__ */ jsx57(
|
|
5674
5812
|
InputValidationIcon,
|
|
5675
5813
|
{
|
|
5676
5814
|
valid,
|
|
@@ -5679,14 +5817,14 @@ var Combobox = (props) => {
|
|
|
5679
5817
|
disabled
|
|
5680
5818
|
}
|
|
5681
5819
|
),
|
|
5682
|
-
/* @__PURE__ */
|
|
5820
|
+
/* @__PURE__ */ jsx57(
|
|
5683
5821
|
InputLoadingIcon,
|
|
5684
5822
|
{
|
|
5685
5823
|
loading,
|
|
5686
5824
|
disabled
|
|
5687
5825
|
}
|
|
5688
5826
|
),
|
|
5689
|
-
/* @__PURE__ */
|
|
5827
|
+
/* @__PURE__ */ jsx57(
|
|
5690
5828
|
InputClearValue,
|
|
5691
5829
|
{
|
|
5692
5830
|
loading,
|
|
@@ -5695,8 +5833,8 @@ var Combobox = (props) => {
|
|
|
5695
5833
|
value
|
|
5696
5834
|
}
|
|
5697
5835
|
),
|
|
5698
|
-
/* @__PURE__ */
|
|
5699
|
-
/* @__PURE__ */
|
|
5836
|
+
/* @__PURE__ */ jsx57(InputSuffix, { children: suffix }),
|
|
5837
|
+
/* @__PURE__ */ jsx57(
|
|
5700
5838
|
Button,
|
|
5701
5839
|
{
|
|
5702
5840
|
className: "k-input-button",
|
|
@@ -5709,9 +5847,9 @@ var Combobox = (props) => {
|
|
|
5709
5847
|
]
|
|
5710
5848
|
}
|
|
5711
5849
|
),
|
|
5712
|
-
opened && popup && /* @__PURE__ */
|
|
5713
|
-
adaptive && /* @__PURE__ */
|
|
5714
|
-
/* @__PURE__ */
|
|
5850
|
+
opened && popup && /* @__PURE__ */ jsx57(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
|
|
5851
|
+
adaptive && /* @__PURE__ */ jsxs24(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
|
|
5852
|
+
/* @__PURE__ */ jsx57(
|
|
5715
5853
|
ActionSheetHeader,
|
|
5716
5854
|
{
|
|
5717
5855
|
actions: ["x"],
|
|
@@ -5719,35 +5857,35 @@ var Combobox = (props) => {
|
|
|
5719
5857
|
title: "Select Item"
|
|
5720
5858
|
}
|
|
5721
5859
|
),
|
|
5722
|
-
/* @__PURE__ */
|
|
5723
|
-
/* @__PURE__ */
|
|
5724
|
-
/* @__PURE__ */
|
|
5725
|
-
/* @__PURE__ */
|
|
5860
|
+
/* @__PURE__ */ jsx57("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs24(List, { size: "large", children: [
|
|
5861
|
+
/* @__PURE__ */ jsx57(ListItem, { text: "List item" }),
|
|
5862
|
+
/* @__PURE__ */ jsx57(ListItem, { text: "List item" }),
|
|
5863
|
+
/* @__PURE__ */ jsx57(ListItem, { text: "List item" })
|
|
5726
5864
|
] }) })
|
|
5727
5865
|
] })
|
|
5728
5866
|
] });
|
|
5729
5867
|
};
|
|
5730
|
-
Combobox.states =
|
|
5731
|
-
Combobox.options =
|
|
5868
|
+
Combobox.states = states28;
|
|
5869
|
+
Combobox.options = options26;
|
|
5732
5870
|
Combobox.className = COMBOBOX_CLASSNAME;
|
|
5733
|
-
Combobox.defaultProps =
|
|
5871
|
+
Combobox.defaultProps = defaultProps23;
|
|
5734
5872
|
|
|
5735
5873
|
// src/combobox/templates/combobox-normal.tsx
|
|
5736
|
-
import { jsx as
|
|
5874
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
5737
5875
|
|
|
5738
5876
|
// src/combobox/templates/combobox-popup.tsx
|
|
5739
|
-
import { jsx as
|
|
5877
|
+
import { jsx as jsx59, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
5740
5878
|
|
|
5741
5879
|
// src/combobox/templates/combobox-grouping.tsx
|
|
5742
|
-
import { jsx as
|
|
5880
|
+
import { jsx as jsx60, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
5743
5881
|
|
|
5744
5882
|
// src/combobox/templates/combobox-adaptive.tsx
|
|
5745
|
-
import { jsx as
|
|
5883
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
5746
5884
|
|
|
5747
5885
|
// src/dropdownlist/dropdownlist.spec.tsx
|
|
5748
|
-
import { Fragment as Fragment17, jsx as
|
|
5886
|
+
import { Fragment as Fragment17, jsx as jsx62, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
5749
5887
|
var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
|
|
5750
|
-
var
|
|
5888
|
+
var states29 = [
|
|
5751
5889
|
States.hover,
|
|
5752
5890
|
States.focus,
|
|
5753
5891
|
States.valid,
|
|
@@ -5757,12 +5895,12 @@ var states27 = [
|
|
|
5757
5895
|
States.loading,
|
|
5758
5896
|
States.readonly
|
|
5759
5897
|
];
|
|
5760
|
-
var
|
|
5898
|
+
var options27 = {
|
|
5761
5899
|
size: [Size.small, Size.medium, Size.large],
|
|
5762
5900
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5763
5901
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
5764
5902
|
};
|
|
5765
|
-
var
|
|
5903
|
+
var defaultProps24 = {
|
|
5766
5904
|
showValue: true,
|
|
5767
5905
|
arrowIconName: "caret-alt-down",
|
|
5768
5906
|
size: Size.medium,
|
|
@@ -5772,7 +5910,7 @@ var defaultProps23 = {
|
|
|
5772
5910
|
var DropdownList = (props) => {
|
|
5773
5911
|
const {
|
|
5774
5912
|
valueIconName,
|
|
5775
|
-
arrowIconName =
|
|
5913
|
+
arrowIconName = defaultProps24.arrowIconName,
|
|
5776
5914
|
prefix,
|
|
5777
5915
|
suffix,
|
|
5778
5916
|
value,
|
|
@@ -5788,13 +5926,13 @@ var DropdownList = (props) => {
|
|
|
5788
5926
|
loading,
|
|
5789
5927
|
disabled,
|
|
5790
5928
|
readonly,
|
|
5791
|
-
showValue =
|
|
5929
|
+
showValue = defaultProps24.showValue,
|
|
5792
5930
|
popup,
|
|
5793
5931
|
opened,
|
|
5794
5932
|
...other
|
|
5795
5933
|
} = props;
|
|
5796
|
-
return /* @__PURE__ */
|
|
5797
|
-
/* @__PURE__ */
|
|
5934
|
+
return /* @__PURE__ */ jsxs27(Fragment17, { children: [
|
|
5935
|
+
/* @__PURE__ */ jsxs27(
|
|
5798
5936
|
Picker,
|
|
5799
5937
|
{
|
|
5800
5938
|
...other,
|
|
@@ -5817,8 +5955,8 @@ var DropdownList = (props) => {
|
|
|
5817
5955
|
}
|
|
5818
5956
|
),
|
|
5819
5957
|
children: [
|
|
5820
|
-
/* @__PURE__ */
|
|
5821
|
-
/* @__PURE__ */
|
|
5958
|
+
/* @__PURE__ */ jsx62(InputPrefix, { children: prefix }),
|
|
5959
|
+
/* @__PURE__ */ jsx62(
|
|
5822
5960
|
InputInnerSpan,
|
|
5823
5961
|
{
|
|
5824
5962
|
placeholder,
|
|
@@ -5827,7 +5965,7 @@ var DropdownList = (props) => {
|
|
|
5827
5965
|
valueIconName
|
|
5828
5966
|
}
|
|
5829
5967
|
),
|
|
5830
|
-
/* @__PURE__ */
|
|
5968
|
+
/* @__PURE__ */ jsx62(
|
|
5831
5969
|
InputValidationIcon,
|
|
5832
5970
|
{
|
|
5833
5971
|
valid,
|
|
@@ -5836,15 +5974,15 @@ var DropdownList = (props) => {
|
|
|
5836
5974
|
disabled
|
|
5837
5975
|
}
|
|
5838
5976
|
),
|
|
5839
|
-
/* @__PURE__ */
|
|
5977
|
+
/* @__PURE__ */ jsx62(
|
|
5840
5978
|
InputLoadingIcon,
|
|
5841
5979
|
{
|
|
5842
5980
|
loading,
|
|
5843
5981
|
disabled
|
|
5844
5982
|
}
|
|
5845
5983
|
),
|
|
5846
|
-
/* @__PURE__ */
|
|
5847
|
-
/* @__PURE__ */
|
|
5984
|
+
/* @__PURE__ */ jsx62(InputSuffix, { children: suffix }),
|
|
5985
|
+
/* @__PURE__ */ jsx62(
|
|
5848
5986
|
Button,
|
|
5849
5987
|
{
|
|
5850
5988
|
className: "k-input-button",
|
|
@@ -5857,40 +5995,40 @@ var DropdownList = (props) => {
|
|
|
5857
5995
|
]
|
|
5858
5996
|
}
|
|
5859
5997
|
),
|
|
5860
|
-
opened && popup && /* @__PURE__ */
|
|
5998
|
+
opened && popup && /* @__PURE__ */ jsx62(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
|
|
5861
5999
|
] });
|
|
5862
6000
|
};
|
|
5863
|
-
DropdownList.states =
|
|
5864
|
-
DropdownList.options =
|
|
6001
|
+
DropdownList.states = states29;
|
|
6002
|
+
DropdownList.options = options27;
|
|
5865
6003
|
DropdownList.className = DROPDOWNLIST_CLASSNAME;
|
|
5866
|
-
DropdownList.defaultProps =
|
|
6004
|
+
DropdownList.defaultProps = defaultProps24;
|
|
5867
6005
|
|
|
5868
6006
|
// src/dropdownlist/templates/dropdownlist-normal.tsx
|
|
5869
|
-
import { jsx as
|
|
6007
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
5870
6008
|
|
|
5871
6009
|
// src/dropdownlist/templates/dropdownlist-popup.tsx
|
|
5872
|
-
import { jsx as
|
|
6010
|
+
import { jsx as jsx64, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
5873
6011
|
|
|
5874
6012
|
// src/dropdownlist/templates/dropdownlist-filtering.tsx
|
|
5875
|
-
import { Fragment as Fragment18, jsx as
|
|
6013
|
+
import { Fragment as Fragment18, jsx as jsx65, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
5876
6014
|
|
|
5877
6015
|
// src/dropdownlist/templates/dropdownlist-grouping.tsx
|
|
5878
|
-
import { jsx as
|
|
6016
|
+
import { jsx as jsx66, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
5879
6017
|
|
|
5880
6018
|
// src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
|
|
5881
|
-
import { Fragment as Fragment19, jsx as
|
|
6019
|
+
import { Fragment as Fragment19, jsx as jsx67, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
5882
6020
|
|
|
5883
6021
|
// src/menu-button/menu-button.spec.tsx
|
|
5884
|
-
import { Fragment as Fragment20, jsx as
|
|
6022
|
+
import { Fragment as Fragment20, jsx as jsx68, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
5885
6023
|
var MENUBUTTON_CLASSNAME = `k-menu-button`;
|
|
5886
|
-
var
|
|
6024
|
+
var states30 = [
|
|
5887
6025
|
States.hover,
|
|
5888
6026
|
States.focus,
|
|
5889
6027
|
States.active,
|
|
5890
6028
|
States.selected,
|
|
5891
6029
|
States.disabled
|
|
5892
6030
|
];
|
|
5893
|
-
var
|
|
6031
|
+
var options28 = {
|
|
5894
6032
|
size: [Size.small, Size.medium, Size.large],
|
|
5895
6033
|
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
5896
6034
|
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
|
|
@@ -5908,7 +6046,7 @@ var options26 = {
|
|
|
5908
6046
|
ThemeColor.inverse
|
|
5909
6047
|
]
|
|
5910
6048
|
};
|
|
5911
|
-
var
|
|
6049
|
+
var defaultProps25 = {
|
|
5912
6050
|
size: Size.medium,
|
|
5913
6051
|
rounded: Roundness.medium,
|
|
5914
6052
|
fillMode: FillMode.solid,
|
|
@@ -5918,10 +6056,10 @@ var defaultProps24 = {
|
|
|
5918
6056
|
};
|
|
5919
6057
|
var MenuButton = (props) => {
|
|
5920
6058
|
const {
|
|
5921
|
-
size =
|
|
5922
|
-
rounded =
|
|
5923
|
-
fillMode =
|
|
5924
|
-
themeColor =
|
|
6059
|
+
size = defaultProps25.size,
|
|
6060
|
+
rounded = defaultProps25.rounded,
|
|
6061
|
+
fillMode = defaultProps25.fillMode,
|
|
6062
|
+
themeColor = defaultProps25.themeColor,
|
|
5925
6063
|
hover,
|
|
5926
6064
|
focus,
|
|
5927
6065
|
active,
|
|
@@ -5929,14 +6067,14 @@ var MenuButton = (props) => {
|
|
|
5929
6067
|
disabled,
|
|
5930
6068
|
icon,
|
|
5931
6069
|
text,
|
|
5932
|
-
showArrow =
|
|
5933
|
-
arrowIconName =
|
|
6070
|
+
showArrow = defaultProps25.showArrow,
|
|
6071
|
+
arrowIconName = defaultProps25.arrowIconName,
|
|
5934
6072
|
popup,
|
|
5935
6073
|
opened,
|
|
5936
6074
|
...other
|
|
5937
6075
|
} = props;
|
|
5938
|
-
return /* @__PURE__ */
|
|
5939
|
-
/* @__PURE__ */
|
|
6076
|
+
return /* @__PURE__ */ jsxs32(Fragment20, { children: [
|
|
6077
|
+
/* @__PURE__ */ jsx68(
|
|
5940
6078
|
Button,
|
|
5941
6079
|
{
|
|
5942
6080
|
...other,
|
|
@@ -5959,35 +6097,36 @@ var MenuButton = (props) => {
|
|
|
5959
6097
|
arrowIconName
|
|
5960
6098
|
}
|
|
5961
6099
|
),
|
|
5962
|
-
opened && popup && /* @__PURE__ */
|
|
6100
|
+
opened && popup && /* @__PURE__ */ jsx68(Popup, { className: "k-menu-popup", children: popup })
|
|
5963
6101
|
] });
|
|
5964
6102
|
};
|
|
5965
|
-
MenuButton.states =
|
|
5966
|
-
MenuButton.options =
|
|
6103
|
+
MenuButton.states = states30;
|
|
6104
|
+
MenuButton.options = options28;
|
|
5967
6105
|
MenuButton.className = MENUBUTTON_CLASSNAME;
|
|
5968
|
-
MenuButton.defaultProps =
|
|
6106
|
+
MenuButton.defaultProps = defaultProps25;
|
|
6107
|
+
var menu_button_spec_default = MenuButton;
|
|
5969
6108
|
|
|
5970
6109
|
// src/menu-button/templates/icon-menu-button.tsx
|
|
5971
|
-
import { jsx as
|
|
6110
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
5972
6111
|
|
|
5973
6112
|
// src/menu-button/templates/icon-text-menu-button.tsx
|
|
5974
|
-
import { jsx as
|
|
6113
|
+
import { jsx as jsx70 } from "react/jsx-runtime";
|
|
5975
6114
|
|
|
5976
6115
|
// src/menu-button/templates/text-menu-button.tsx
|
|
5977
|
-
import { jsx as
|
|
6116
|
+
import { jsx as jsx71 } from "react/jsx-runtime";
|
|
5978
6117
|
|
|
5979
6118
|
// src/menu/menu-item.spec.tsx
|
|
5980
|
-
import { Fragment as Fragment21, jsx as
|
|
6119
|
+
import { Fragment as Fragment21, jsx as jsx72, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
5981
6120
|
var MENUITEM_CLASSNAME = `k-menu-item`;
|
|
5982
|
-
var
|
|
6121
|
+
var states31 = [
|
|
5983
6122
|
States.hover,
|
|
5984
6123
|
States.focus,
|
|
5985
6124
|
States.active,
|
|
5986
6125
|
States.selected,
|
|
5987
6126
|
States.disabled
|
|
5988
6127
|
];
|
|
5989
|
-
var
|
|
5990
|
-
var
|
|
6128
|
+
var options29 = {};
|
|
6129
|
+
var defaultProps26 = {
|
|
5991
6130
|
dir: "ltr"
|
|
5992
6131
|
};
|
|
5993
6132
|
var MenuItem = (props) => {
|
|
@@ -6001,11 +6140,11 @@ var MenuItem = (props) => {
|
|
|
6001
6140
|
text,
|
|
6002
6141
|
showArrow,
|
|
6003
6142
|
arrowIconName,
|
|
6004
|
-
dir =
|
|
6143
|
+
dir = defaultProps26.dir,
|
|
6005
6144
|
children,
|
|
6006
6145
|
...other
|
|
6007
6146
|
} = props;
|
|
6008
|
-
const contentTemplate = /* @__PURE__ */
|
|
6147
|
+
const contentTemplate = /* @__PURE__ */ jsx72(Fragment21, {});
|
|
6009
6148
|
if (children) {
|
|
6010
6149
|
children.forEach((child) => {
|
|
6011
6150
|
const component = child.type;
|
|
@@ -6019,7 +6158,7 @@ var MenuItem = (props) => {
|
|
|
6019
6158
|
if (!expandArrowName) {
|
|
6020
6159
|
expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
|
|
6021
6160
|
}
|
|
6022
|
-
return /* @__PURE__ */
|
|
6161
|
+
return /* @__PURE__ */ jsxs33(
|
|
6023
6162
|
"li",
|
|
6024
6163
|
{
|
|
6025
6164
|
...other,
|
|
@@ -6034,7 +6173,7 @@ var MenuItem = (props) => {
|
|
|
6034
6173
|
})
|
|
6035
6174
|
),
|
|
6036
6175
|
children: [
|
|
6037
|
-
/* @__PURE__ */
|
|
6176
|
+
/* @__PURE__ */ jsxs33(
|
|
6038
6177
|
"span",
|
|
6039
6178
|
{
|
|
6040
6179
|
className: classNames(
|
|
@@ -6047,9 +6186,9 @@ var MenuItem = (props) => {
|
|
|
6047
6186
|
})
|
|
6048
6187
|
),
|
|
6049
6188
|
children: [
|
|
6050
|
-
icon && /* @__PURE__ */
|
|
6051
|
-
/* @__PURE__ */
|
|
6052
|
-
showArrow && /* @__PURE__ */
|
|
6189
|
+
icon && /* @__PURE__ */ jsx72(Icon, { className: "k-menu-link-icon", icon }),
|
|
6190
|
+
/* @__PURE__ */ jsx72("span", { className: "k-menu-link-text", children: text }),
|
|
6191
|
+
showArrow && /* @__PURE__ */ jsx72("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx72(Icon, { icon: expandArrowName }) })
|
|
6053
6192
|
]
|
|
6054
6193
|
}
|
|
6055
6194
|
),
|
|
@@ -6058,24 +6197,24 @@ var MenuItem = (props) => {
|
|
|
6058
6197
|
}
|
|
6059
6198
|
);
|
|
6060
6199
|
};
|
|
6061
|
-
MenuItem.states =
|
|
6062
|
-
MenuItem.options =
|
|
6200
|
+
MenuItem.states = states31;
|
|
6201
|
+
MenuItem.options = options29;
|
|
6063
6202
|
MenuItem.className = MENUITEM_CLASSNAME;
|
|
6064
|
-
MenuItem.defaultProps =
|
|
6203
|
+
MenuItem.defaultProps = defaultProps26;
|
|
6065
6204
|
var menu_item_spec_default = MenuItem;
|
|
6066
6205
|
|
|
6067
6206
|
// src/menu/menu-separator.spec.tsx
|
|
6068
|
-
import { jsx as
|
|
6207
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
6069
6208
|
var SEPARATOR_CLASSNAME = `k-separator`;
|
|
6070
|
-
var
|
|
6209
|
+
var defaultProps27 = {
|
|
6071
6210
|
orientation: "horizontal"
|
|
6072
6211
|
};
|
|
6073
6212
|
var MenuSeparator = (props) => {
|
|
6074
6213
|
const {
|
|
6075
|
-
orientation =
|
|
6214
|
+
orientation = defaultProps27.orientation,
|
|
6076
6215
|
...other
|
|
6077
6216
|
} = props;
|
|
6078
|
-
return /* @__PURE__ */
|
|
6217
|
+
return /* @__PURE__ */ jsx73(
|
|
6079
6218
|
"li",
|
|
6080
6219
|
{
|
|
6081
6220
|
...other,
|
|
@@ -6093,25 +6232,25 @@ var MenuSeparator = (props) => {
|
|
|
6093
6232
|
var menu_separator_spec_default = MenuSeparator;
|
|
6094
6233
|
|
|
6095
6234
|
// src/menu/menu-item-content.tsx
|
|
6096
|
-
import { Fragment as Fragment22, jsx as
|
|
6235
|
+
import { Fragment as Fragment22, jsx as jsx74 } from "react/jsx-runtime";
|
|
6097
6236
|
|
|
6098
6237
|
// src/menu/menu-list.spec.tsx
|
|
6099
|
-
import { jsx as
|
|
6238
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
6100
6239
|
import { createElement } from "react";
|
|
6101
6240
|
var MENULIST_CLASSNAME = `k-menu-group`;
|
|
6102
|
-
var
|
|
6103
|
-
var
|
|
6241
|
+
var states32 = [];
|
|
6242
|
+
var options30 = {
|
|
6104
6243
|
size: [Size.small, Size.medium, Size.large]
|
|
6105
6244
|
};
|
|
6106
|
-
var
|
|
6245
|
+
var defaultProps28 = {
|
|
6107
6246
|
size: Size.medium,
|
|
6108
6247
|
dir: "ltr"
|
|
6109
6248
|
};
|
|
6110
6249
|
var MenuList = (props) => {
|
|
6111
6250
|
const {
|
|
6112
6251
|
children,
|
|
6113
|
-
size =
|
|
6114
|
-
dir =
|
|
6252
|
+
size = defaultProps28.size,
|
|
6253
|
+
dir = defaultProps28.dir,
|
|
6115
6254
|
...other
|
|
6116
6255
|
} = props;
|
|
6117
6256
|
const listChildren = [];
|
|
@@ -6124,7 +6263,7 @@ var MenuList = (props) => {
|
|
|
6124
6263
|
);
|
|
6125
6264
|
} else if (child.type === menu_separator_spec_default) {
|
|
6126
6265
|
listChildren.push(
|
|
6127
|
-
/* @__PURE__ */
|
|
6266
|
+
/* @__PURE__ */ jsx75(menu_separator_spec_default, {})
|
|
6128
6267
|
);
|
|
6129
6268
|
} else {
|
|
6130
6269
|
listChildren.push(child);
|
|
@@ -6132,7 +6271,7 @@ var MenuList = (props) => {
|
|
|
6132
6271
|
});
|
|
6133
6272
|
}
|
|
6134
6273
|
}
|
|
6135
|
-
return /* @__PURE__ */
|
|
6274
|
+
return /* @__PURE__ */ jsx75(
|
|
6136
6275
|
"ul",
|
|
6137
6276
|
{
|
|
6138
6277
|
...other,
|
|
@@ -6147,151 +6286,13 @@ var MenuList = (props) => {
|
|
|
6147
6286
|
}
|
|
6148
6287
|
);
|
|
6149
6288
|
};
|
|
6150
|
-
MenuList.states =
|
|
6151
|
-
MenuList.options =
|
|
6289
|
+
MenuList.states = states32;
|
|
6290
|
+
MenuList.options = options30;
|
|
6152
6291
|
MenuList.className = MENULIST_CLASSNAME;
|
|
6153
|
-
MenuList.defaultProps =
|
|
6292
|
+
MenuList.defaultProps = defaultProps28;
|
|
6154
6293
|
|
|
6155
6294
|
// src/menu-button/templates/menu-button-popup.tsx
|
|
6156
|
-
import { jsx as jsx74, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
6157
|
-
|
|
6158
|
-
// src/color-preview/color-preview.tsx
|
|
6159
|
-
import { jsx as jsx75, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
6160
|
-
var COLORPREVIEW_CLASSNAME = `k-color-preview`;
|
|
6161
|
-
var states31 = [];
|
|
6162
|
-
var options29 = {};
|
|
6163
|
-
var ColorPreview = (props) => {
|
|
6164
|
-
const {
|
|
6165
|
-
color,
|
|
6166
|
-
iconName,
|
|
6167
|
-
...other
|
|
6168
|
-
} = props;
|
|
6169
|
-
return /* @__PURE__ */ jsxs33(
|
|
6170
|
-
"span",
|
|
6171
|
-
{
|
|
6172
|
-
...other,
|
|
6173
|
-
className: classNames(
|
|
6174
|
-
props.className,
|
|
6175
|
-
COLORPREVIEW_CLASSNAME,
|
|
6176
|
-
{
|
|
6177
|
-
"k-icon-color-preview": iconName,
|
|
6178
|
-
"k-no-color": !color
|
|
6179
|
-
}
|
|
6180
|
-
),
|
|
6181
|
-
children: [
|
|
6182
|
-
iconName && /* @__PURE__ */ jsx75(Icon, { icon: iconName, className: "k-color-preview-icon" }),
|
|
6183
|
-
/* @__PURE__ */ jsx75(
|
|
6184
|
-
"span",
|
|
6185
|
-
{
|
|
6186
|
-
className: "k-color-preview-mask",
|
|
6187
|
-
style: { backgroundColor: color }
|
|
6188
|
-
}
|
|
6189
|
-
)
|
|
6190
|
-
]
|
|
6191
|
-
}
|
|
6192
|
-
);
|
|
6193
|
-
};
|
|
6194
|
-
ColorPreview.states = states31;
|
|
6195
|
-
ColorPreview.options = options29;
|
|
6196
|
-
ColorPreview.className = COLORPREVIEW_CLASSNAME;
|
|
6197
|
-
|
|
6198
|
-
// src/colorpicker/colorpicker.spec.tsx
|
|
6199
6295
|
import { jsx as jsx76, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
6200
|
-
var COLORPICKER_CLASSNAME = `k-colorpicker`;
|
|
6201
|
-
var states32 = [
|
|
6202
|
-
States.hover,
|
|
6203
|
-
States.focus,
|
|
6204
|
-
States.valid,
|
|
6205
|
-
States.invalid,
|
|
6206
|
-
States.required,
|
|
6207
|
-
States.disabled
|
|
6208
|
-
];
|
|
6209
|
-
var options30 = {
|
|
6210
|
-
size: [Size.small, Size.medium, Size.large],
|
|
6211
|
-
rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
|
|
6212
|
-
fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
|
|
6213
|
-
};
|
|
6214
|
-
var defaultProps28 = {
|
|
6215
|
-
arrowIconName: "caret-alt-down",
|
|
6216
|
-
size: Picker.defaultProps.size,
|
|
6217
|
-
rounded: Picker.defaultProps.rounded,
|
|
6218
|
-
fillMode: Picker.defaultProps.fillMode
|
|
6219
|
-
};
|
|
6220
|
-
var ColorPicker = (props) => {
|
|
6221
|
-
const {
|
|
6222
|
-
prefix,
|
|
6223
|
-
suffix,
|
|
6224
|
-
value,
|
|
6225
|
-
placeholder,
|
|
6226
|
-
size,
|
|
6227
|
-
rounded,
|
|
6228
|
-
fillMode,
|
|
6229
|
-
hover,
|
|
6230
|
-
focus,
|
|
6231
|
-
valid,
|
|
6232
|
-
invalid,
|
|
6233
|
-
required,
|
|
6234
|
-
disabled,
|
|
6235
|
-
valueIconName,
|
|
6236
|
-
arrowIconName = defaultProps28.arrowIconName,
|
|
6237
|
-
...other
|
|
6238
|
-
} = props;
|
|
6239
|
-
return /* @__PURE__ */ jsxs34(
|
|
6240
|
-
Picker,
|
|
6241
|
-
{
|
|
6242
|
-
...other,
|
|
6243
|
-
size,
|
|
6244
|
-
rounded,
|
|
6245
|
-
fillMode,
|
|
6246
|
-
hover,
|
|
6247
|
-
focus,
|
|
6248
|
-
valid,
|
|
6249
|
-
invalid,
|
|
6250
|
-
required,
|
|
6251
|
-
disabled,
|
|
6252
|
-
className: classNames(
|
|
6253
|
-
props.className,
|
|
6254
|
-
COLORPICKER_CLASSNAME,
|
|
6255
|
-
"k-icon-picker"
|
|
6256
|
-
),
|
|
6257
|
-
children: [
|
|
6258
|
-
/* @__PURE__ */ jsx76(InputPrefix, { children: prefix }),
|
|
6259
|
-
/* @__PURE__ */ jsx76(
|
|
6260
|
-
InputInnerSpan,
|
|
6261
|
-
{
|
|
6262
|
-
placeholder,
|
|
6263
|
-
value,
|
|
6264
|
-
showValue: false,
|
|
6265
|
-
valueIcon: /* @__PURE__ */ jsx76(
|
|
6266
|
-
ColorPreview,
|
|
6267
|
-
{
|
|
6268
|
-
className: "k-value-icon",
|
|
6269
|
-
color: value,
|
|
6270
|
-
iconName: valueIconName
|
|
6271
|
-
}
|
|
6272
|
-
),
|
|
6273
|
-
valueIconName
|
|
6274
|
-
}
|
|
6275
|
-
),
|
|
6276
|
-
/* @__PURE__ */ jsx76(InputSuffix, { children: suffix }),
|
|
6277
|
-
/* @__PURE__ */ jsx76(
|
|
6278
|
-
Button,
|
|
6279
|
-
{
|
|
6280
|
-
className: "k-input-button",
|
|
6281
|
-
icon: arrowIconName,
|
|
6282
|
-
rounded: null,
|
|
6283
|
-
size,
|
|
6284
|
-
fillMode
|
|
6285
|
-
}
|
|
6286
|
-
)
|
|
6287
|
-
]
|
|
6288
|
-
}
|
|
6289
|
-
);
|
|
6290
|
-
};
|
|
6291
|
-
ColorPicker.states = states32;
|
|
6292
|
-
ColorPicker.options = options30;
|
|
6293
|
-
ColorPicker.className = COLORPICKER_CLASSNAME;
|
|
6294
|
-
ColorPicker.defaultProps = defaultProps28;
|
|
6295
6296
|
|
|
6296
6297
|
// src/split-button/split-button.spec.tsx
|
|
6297
6298
|
import { Fragment as Fragment23, jsx as jsx77, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
@@ -6791,323 +6792,274 @@ ToolbarItem.defaultProps = defaultProps32;
|
|
|
6791
6792
|
// src/spreadsheet/tests/spreadsheet.tsx
|
|
6792
6793
|
import { Fragment as Fragment24, jsx as jsx82, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
6793
6794
|
var style = `
|
|
6794
|
-
|
|
6795
|
-
|
|
6796
|
-
}
|
|
6797
|
-
.k-spreadsheet-fixed-container {
|
|
6798
|
-
width: calc( 100% - var(--kendo-scrollbar-width, 0) );
|
|
6799
|
-
height: calc( 100% - var(--kendo-scrollbar-width, 0) );
|
|
6800
|
-
overflow: hidden;
|
|
6801
|
-
}
|
|
6802
|
-
.k-spreadsheet-cell {
|
|
6803
|
-
white-space: normal;
|
|
6795
|
+
#test-area {
|
|
6796
|
+
max-width: 1150px;
|
|
6804
6797
|
}
|
|
6798
|
+
|
|
6799
|
+
.k-spreadsheet-cell,
|
|
6805
6800
|
.k-spreadsheet-formula-input {
|
|
6806
|
-
white-space: normal;
|
|
6801
|
+
white-space: normal !important;
|
|
6807
6802
|
}
|
|
6808
6803
|
`;
|
|
6809
6804
|
var spreadsheet_default = () => /* @__PURE__ */ jsxs36(Fragment24, { children: [
|
|
6810
6805
|
/* @__PURE__ */ jsx82("style", { children: style }),
|
|
6811
|
-
/* @__PURE__ */ jsx82("div", { id: "test-area", children: /* @__PURE__ */ jsxs36("div", { style: { width: "100%" }, className: "k-
|
|
6812
|
-
/* @__PURE__ */ jsxs36("div", { className: "k-
|
|
6813
|
-
/* @__PURE__ */ jsxs36("
|
|
6814
|
-
/* @__PURE__ */ jsx82(
|
|
6815
|
-
/* @__PURE__ */ jsx82(
|
|
6806
|
+
/* @__PURE__ */ jsx82("div", { id: "test-area", children: /* @__PURE__ */ jsxs36("div", { style: { width: "100%" }, className: "k-spreadsheet", children: [
|
|
6807
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-header", children: [
|
|
6808
|
+
/* @__PURE__ */ jsxs36("ul", { id: "menu", className: "k-spreadsheet-menu k-widget k-reset k-header k-menu k-menu-horizontal", children: [
|
|
6809
|
+
/* @__PURE__ */ jsx82("li", { className: "k-item k-menu-item k-first", children: /* @__PURE__ */ jsx82("span", { className: "k-link k-menu-link", children: "File" }) }),
|
|
6810
|
+
/* @__PURE__ */ jsx82("li", { className: "k-item k-menu-item k-active", children: /* @__PURE__ */ jsx82("span", { className: "k-link k-menu-link", children: "Home" }) }),
|
|
6811
|
+
/* @__PURE__ */ jsx82("li", { className: "k-item k-menu-item", children: /* @__PURE__ */ jsx82("span", { className: "k-link k-menu-link", children: "Insert" }) }),
|
|
6812
|
+
/* @__PURE__ */ jsx82("li", { className: "k-item k-menu-item", children: /* @__PURE__ */ jsx82("span", { className: "k-link k-menu-link", children: "Format" }) }),
|
|
6813
|
+
/* @__PURE__ */ jsx82("li", { className: "k-item k-menu-item", children: /* @__PURE__ */ jsx82("span", { className: "k-link k-menu-link", children: "Formulas" }) }),
|
|
6814
|
+
/* @__PURE__ */ jsx82("li", { className: "k-item k-menu-item", children: /* @__PURE__ */ jsx82("span", { className: "k-link k-menu-link", children: "Data" }) }),
|
|
6815
|
+
/* @__PURE__ */ jsx82("li", { className: "k-item k-menu-item k-last", children: /* @__PURE__ */ jsx82("span", { className: "k-link k-menu-link", children: "View" }) })
|
|
6816
6816
|
] }),
|
|
6817
|
-
/* @__PURE__ */ jsxs36(
|
|
6818
|
-
/* @__PURE__ */ jsx82(
|
|
6819
|
-
|
|
6820
|
-
|
|
6821
|
-
|
|
6822
|
-
|
|
6823
|
-
|
|
6824
|
-
|
|
6825
|
-
|
|
6826
|
-
|
|
6827
|
-
|
|
6828
|
-
|
|
6829
|
-
|
|
6830
|
-
|
|
6831
|
-
] })
|
|
6832
|
-
/* @__PURE__ */ jsx82(
|
|
6833
|
-
|
|
6834
|
-
/* @__PURE__ */ jsx82(Button, { icon: "
|
|
6835
|
-
/* @__PURE__ */ jsx82(
|
|
6836
|
-
/* @__PURE__ */
|
|
6837
|
-
|
|
6838
|
-
|
|
6839
|
-
|
|
6840
|
-
|
|
6841
|
-
|
|
6842
|
-
|
|
6843
|
-
|
|
6844
|
-
|
|
6845
|
-
|
|
6846
|
-
|
|
6847
|
-
|
|
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
|
-
] }) })
|
|
6817
|
+
/* @__PURE__ */ jsxs36(Toolbar, { className: "k-spreadsheet-toolbar k-toolbar-flat", resizable: true, children: [
|
|
6818
|
+
/* @__PURE__ */ jsx82(Button, { icon: "arrow-rotate-ccw", fillMode: "flat" }),
|
|
6819
|
+
/* @__PURE__ */ jsx82(Button, { icon: "arrow-rotate-cw", fillMode: "flat" }),
|
|
6820
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6821
|
+
/* @__PURE__ */ jsx82(Button, { icon: "cut", fillMode: "flat" }),
|
|
6822
|
+
/* @__PURE__ */ jsx82(Button, { icon: "copy", fillMode: "flat" }),
|
|
6823
|
+
/* @__PURE__ */ jsx82(Button, { icon: "clipboard", fillMode: "flat" }),
|
|
6824
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6825
|
+
/* @__PURE__ */ jsx82(DropdownList, { value: "Font Name", fillMode: "flat" }),
|
|
6826
|
+
/* @__PURE__ */ jsx82(DropdownList, { value: "Font Size", fillMode: "flat" }),
|
|
6827
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6828
|
+
/* @__PURE__ */ jsxs36(ButtonGroup, { fillMode: "flat", children: [
|
|
6829
|
+
/* @__PURE__ */ jsx82(Button, { icon: "font-grow", fillMode: "flat" }),
|
|
6830
|
+
/* @__PURE__ */ jsx82(Button, { icon: "font-shrink", fillMode: "flat" })
|
|
6831
|
+
] }),
|
|
6832
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6833
|
+
/* @__PURE__ */ jsxs36(ButtonGroup, { fillMode: "flat", children: [
|
|
6834
|
+
/* @__PURE__ */ jsx82(Button, { icon: "bold", fillMode: "flat" }),
|
|
6835
|
+
/* @__PURE__ */ jsx82(Button, { icon: "italic", fillMode: "flat" }),
|
|
6836
|
+
/* @__PURE__ */ jsx82(Button, { icon: "underline", fillMode: "flat" }),
|
|
6837
|
+
/* @__PURE__ */ jsx82(Button, { icon: "strikethrough", fillMode: "flat" })
|
|
6838
|
+
] }),
|
|
6839
|
+
/* @__PURE__ */ jsx82(ToolbarItem, { children: /* @__PURE__ */ jsx82(ColorPicker, { value: "red", valueIconName: "foreground-color", fillMode: "flat" }) }),
|
|
6840
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6841
|
+
/* @__PURE__ */ jsx82(ToolbarItem, { children: /* @__PURE__ */ jsx82(ColorPicker, { value: "fuchsia", valueIconName: "droplet", fillMode: "flat" }) }),
|
|
6842
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6843
|
+
/* @__PURE__ */ jsx82(menu_button_spec_default, { fillMode: "flat", icon: "borders-all", showArrow: true }),
|
|
6844
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6845
|
+
/* @__PURE__ */ jsx82(menu_button_spec_default, { fillMode: "flat", icon: "align-left", showArrow: true }),
|
|
6846
|
+
/* @__PURE__ */ jsx82(menu_button_spec_default, { fillMode: "flat", icon: "align-middle", showArrow: true }),
|
|
6847
|
+
/* @__PURE__ */ jsx82(ToolbarSeparator, {}),
|
|
6848
|
+
/* @__PURE__ */ jsx82(Button, { fillMode: "flat", icon: "text-wrap" })
|
|
6874
6849
|
] })
|
|
6875
6850
|
] }),
|
|
6876
6851
|
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-action-bar", children: [
|
|
6877
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ jsx82(Combobox, { placeholder: "
|
|
6852
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-name-editor", children: /* @__PURE__ */ jsx82(Combobox, { placeholder: "B6", fillMode: "flat" }) }),
|
|
6878
6853
|
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-formula-bar", children: [
|
|
6879
|
-
/* @__PURE__ */ jsx82(
|
|
6880
|
-
/* @__PURE__ */
|
|
6881
|
-
|
|
6882
|
-
|
|
6883
|
-
/* @__PURE__ */ jsx82("span", { className: "k-syntax-
|
|
6884
|
-
/* @__PURE__ */ jsx82("span", { className: "k-syntax-ref k-series-a", children: "
|
|
6885
|
-
/* @__PURE__ */ jsx82("span", { className: "k-syntax-
|
|
6886
|
-
|
|
6887
|
-
|
|
6888
|
-
|
|
6889
|
-
|
|
6854
|
+
/* @__PURE__ */ jsx82("span", { className: "k-separator k-separator-vertical" }),
|
|
6855
|
+
/* @__PURE__ */ jsx82(Button, { icon: "formula-fx", fillMode: "flat" }),
|
|
6856
|
+
/* @__PURE__ */ jsx82("span", { className: "k-separator k-separator-vertical" }),
|
|
6857
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-formula-input k-textbox k-input k-input-md k-input-flat k-rounded-md", children: [
|
|
6858
|
+
/* @__PURE__ */ jsx82("span", { className: "k-syntax-startexp", children: "=" }),
|
|
6859
|
+
/* @__PURE__ */ jsx82("span", { className: "k-syntax-ref k-series-a", children: "B6" }),
|
|
6860
|
+
/* @__PURE__ */ jsx82("span", { className: "k-syntax-op", children: "+" }),
|
|
6861
|
+
/* @__PURE__ */ jsx82("span", { className: "k-syntax-ref k-series-b", children: "C6" }),
|
|
6862
|
+
/* @__PURE__ */ jsx82("span", { className: "k-syntax-op", children: "+" }),
|
|
6863
|
+
/* @__PURE__ */ jsx82("span", { className: "k-syntax-ref k-series-c", children: "C3" })
|
|
6864
|
+
] })
|
|
6890
6865
|
] })
|
|
6891
6866
|
] }),
|
|
6892
6867
|
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-view", children: [
|
|
6893
6868
|
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-fixed-container", children: [
|
|
6894
|
-
/* @__PURE__ */ jsxs36("div", {
|
|
6895
|
-
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-data", style: { position: "relative", left: "
|
|
6896
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left:
|
|
6897
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "100px", height: "
|
|
6898
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "315px", height: "
|
|
6899
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "430px", height: "
|
|
6900
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "545px", height: "
|
|
6901
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "660px", height: "
|
|
6902
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "815px", height: "
|
|
6903
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "879px", height: "
|
|
6904
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "943px", height: "
|
|
6905
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-
|
|
6906
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-
|
|
6907
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-
|
|
6908
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-
|
|
6909
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "
|
|
6910
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "
|
|
6911
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "
|
|
6912
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "
|
|
6913
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "
|
|
6914
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "
|
|
6915
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "
|
|
6916
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "
|
|
6917
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "
|
|
6918
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "
|
|
6919
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "
|
|
6920
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "
|
|
6921
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "
|
|
6922
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-
|
|
6923
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-
|
|
6924
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-cell", style: {
|
|
6925
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6926
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6927
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6928
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6929
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6930
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6931
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6932
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6933
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6934
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6935
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6936
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6937
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6938
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6939
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6940
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6941
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6942
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6943
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6944
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6945
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6946
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6947
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6948
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6949
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6950
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6951
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6952
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6953
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6954
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6955
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6956
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6957
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6958
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6959
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6960
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6961
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6962
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6963
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6964
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6965
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6966
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6967
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6968
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6969
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6970
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6971
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6972
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6973
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6974
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6975
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6976
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6977
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6978
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6979
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6980
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6981
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6982
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6983
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6984
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6985
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6986
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6987
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6988
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6989
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6990
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6991
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6992
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6993
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6994
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6995
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6996
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6997
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6998
|
-
/* @__PURE__ */ jsx82("div", {
|
|
6999
|
-
/* @__PURE__ */ jsx82("div", {
|
|
7000
|
-
/* @__PURE__ */ jsx82("div", {
|
|
7001
|
-
/* @__PURE__ */ jsx82("div", {
|
|
7002
|
-
/* @__PURE__ */ jsx82("div", {
|
|
7003
|
-
/* @__PURE__ */
|
|
7004
|
-
|
|
7005
|
-
|
|
7006
|
-
|
|
7007
|
-
|
|
7008
|
-
|
|
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" })
|
|
7013
|
-
] }),
|
|
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" } })
|
|
7030
|
-
] }),
|
|
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" }) })
|
|
6869
|
+
/* @__PURE__ */ jsxs36("div", { style: { top: 0, left: 0, height: "100%", width: "100%" }, className: "k-spreadsheet-pane k-top k-left", children: [
|
|
6870
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-data", style: { position: "relative", left: "30px", top: "30px" }, children: [
|
|
6871
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: 0, height: "405px" } }),
|
|
6872
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "100px", height: "405px" } }),
|
|
6873
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "315px", height: "405px" } }),
|
|
6874
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "430px", height: "405px" } }),
|
|
6875
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "545px", height: "405px" } }),
|
|
6876
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "660px", height: "405px" } }),
|
|
6877
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "815px", height: "405px" } }),
|
|
6878
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "879px", height: "405px" } }),
|
|
6879
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "943px", height: "405px" } }),
|
|
6880
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "1007px", height: "405px" } }),
|
|
6881
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "1071px", height: "405px" } }),
|
|
6882
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "1135px", height: "405px" } }),
|
|
6883
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-vaxis", style: { left: "1199px", height: "405px" } }),
|
|
6884
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "0px", width: "1199px" } }),
|
|
6885
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "70px", width: "1199px" } }),
|
|
6886
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "95px", width: "1199px" } }),
|
|
6887
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "125px", width: "1199px" } }),
|
|
6888
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "155px", width: "1199px" } }),
|
|
6889
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "185px", width: "1199px" } }),
|
|
6890
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "215px", width: "1199px" } }),
|
|
6891
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "245px", width: "1199px" } }),
|
|
6892
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "275px", width: "1199px" } }),
|
|
6893
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "305px", width: "1199px" } }),
|
|
6894
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "335px", width: "1199px" } }),
|
|
6895
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "365px", width: "1199px" } }),
|
|
6896
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "395px", width: "1199px" } }),
|
|
6897
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-haxis", style: { top: "426px", width: "1199px" } }),
|
|
6898
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-disabled-mask", style: { top: "1px", width: "878px", left: "1px", height: "69px" } }),
|
|
6899
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-cell k-spreadsheet-merged-cell", style: { left: "1px", top: "1px", width: "878px", height: "69px", background: "rgb(96, 181, 255)", outline: "rgb(86, 163, 230) solid 1px", color: "white", fontFamily: "Arial", textAlign: "center", fontSize: "30px", whiteSpace: "pre", overflowWrap: "normal" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "Invoice #52 - 06/23/2015" }) }),
|
|
6900
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "71px", width: "99px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "ID" }) }),
|
|
6901
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "71px", width: "214px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "Product" }) }),
|
|
6902
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "71px", width: "114px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "Quantity" }) }),
|
|
6903
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "71px", width: "114px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "Price" }) }),
|
|
6904
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "71px", width: "114px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "Tax" }) }),
|
|
6905
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "71px", width: "154px", height: "24px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "Amount" }) }),
|
|
6906
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "71px", width: "63px", height: "24px" }, className: "k-spreadsheet-cell" }),
|
|
6907
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "96px", width: "99px", height: "29px" }, className: "k-spreadsheet-cell k-spreadsheet-active-cell k-left k-single", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "216321" }) }),
|
|
6908
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "96px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "Calzone" }) }),
|
|
6909
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "96px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "1" }) }),
|
|
6910
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "96px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$12.39" }) }) }),
|
|
6911
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "96px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$2.48" }) }) }),
|
|
6912
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "96px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$14.87" }) }) }),
|
|
6913
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "96px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6914
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "126px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "546897" }) }),
|
|
6915
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "126px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "Margarita" }) }),
|
|
6916
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "126px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "2" }) }),
|
|
6917
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "126px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$8.79" }) }) }),
|
|
6918
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "126px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$3.52" }) }) }),
|
|
6919
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "126px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$21.10" }) }) }),
|
|
6920
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "126px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6921
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "156px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "456231" }) }),
|
|
6922
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "156px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "Pollo Formaggio" }) }),
|
|
6923
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "156px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "1" }) }),
|
|
6924
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "156px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$13.99" }) }) }),
|
|
6925
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "156px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$2.80" }) }) }),
|
|
6926
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "156px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$16.79" }) }) }),
|
|
6927
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "156px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6928
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "186px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "455873" }) }),
|
|
6929
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "186px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "Greek Salad" }) }),
|
|
6930
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "186px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "1" }) }),
|
|
6931
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "186px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$9.49" }) }) }),
|
|
6932
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "186px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$1.90" }) }) }),
|
|
6933
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "186px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$11.39" }) }) }),
|
|
6934
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "186px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6935
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "216px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "456892" }) }),
|
|
6936
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "216px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "Spinach and Blue Cheese" }) }),
|
|
6937
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "216px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "3" }) }),
|
|
6938
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "216px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$11.49" }) }) }),
|
|
6939
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "216px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$6.89" }) }) }),
|
|
6940
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "216px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$41.36" }) }) }),
|
|
6941
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "216px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6942
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "246px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "546564" }) }),
|
|
6943
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "246px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "Rigoletto" }) }),
|
|
6944
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "246px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "1" }) }),
|
|
6945
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "246px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$10.99" }) }) }),
|
|
6946
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "246px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$2.20" }) }) }),
|
|
6947
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "246px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$13.19" }) }) }),
|
|
6948
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "246px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6949
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "276px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "789455" }) }),
|
|
6950
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "276px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "Creme Brulee" }) }),
|
|
6951
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "276px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "5" }) }),
|
|
6952
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "276px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$6.99" }) }) }),
|
|
6953
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "276px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$6.99" }) }) }),
|
|
6954
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "276px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$41.94" }) }) }),
|
|
6955
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "276px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6956
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "306px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "123002" }) }),
|
|
6957
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "306px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "Radeberger Beer" }) }),
|
|
6958
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "306px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "4" }) }),
|
|
6959
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "306px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$4.99" }) }) }),
|
|
6960
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "306px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$3.99" }) }) }),
|
|
6961
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "306px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$23.95" }) }) }),
|
|
6962
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "306px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6963
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "336px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "564896" }) }),
|
|
6964
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "336px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "Budweiser Beer" }) }),
|
|
6965
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "336px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "3" }) }),
|
|
6966
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "336px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$4.49" }) }) }),
|
|
6967
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "336px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$2.69" }) }) }),
|
|
6968
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "336px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell", children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: /* @__PURE__ */ jsx82("span", { children: "$16.16" }) }) }),
|
|
6969
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "336px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6970
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "366px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6971
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "366px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6972
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "366px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6973
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "366px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6974
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "366px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6975
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "366px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6976
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "366px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6977
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "396px", width: "99px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6978
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "396px", width: "214px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6979
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "396px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6980
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "396px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6981
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "396px", width: "114px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6982
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "396px", width: "154px", height: "30px" }, className: "k-spreadsheet-cell" }),
|
|
6983
|
+
/* @__PURE__ */ jsx82("div", { style: { background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "396px", width: "63px", height: "30px" }, className: "k-spreadsheet-cell" })
|
|
7035
6984
|
] }),
|
|
6985
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-wrapper", children: /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-selection k-single-selection", style: { width: "101px", height: "31px", top: "125px", left: "30px" } }) }),
|
|
7036
6986
|
/* @__PURE__ */ jsx82("div", { className: "k-auto-fill-wrapper" }),
|
|
7037
6987
|
/* @__PURE__ */ jsx82("div", { className: "k-selection-wrapper" }),
|
|
7038
|
-
/* @__PURE__ */
|
|
7039
|
-
|
|
7040
|
-
/* @__PURE__ */ jsx82("
|
|
7041
|
-
/* @__PURE__ */ jsx82("
|
|
7042
|
-
/* @__PURE__ */ jsx82("
|
|
7043
|
-
/* @__PURE__ */ jsx82("
|
|
7044
|
-
/* @__PURE__ */ jsx82("
|
|
7045
|
-
/* @__PURE__ */ jsx82("
|
|
6988
|
+
/* @__PURE__ */ jsx82("div", { className: "k-filter-wrapper" }),
|
|
6989
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-row-header", style: { width: "30px", top: "30px" }, children: [
|
|
6990
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "30px", height: "70px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "1" }) }),
|
|
6991
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "30px", height: "25px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "2" }) }),
|
|
6992
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "3" }) }),
|
|
6993
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "4" }) }),
|
|
6994
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "5" }) }),
|
|
6995
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "6" }) }),
|
|
6996
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "7" }) }),
|
|
6997
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "8" }) }),
|
|
6998
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "9" }) }),
|
|
6999
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "10" }) }),
|
|
7000
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "11" }) }),
|
|
7001
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "12" }) }),
|
|
7002
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "30px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "13" }) })
|
|
7046
7003
|
] }),
|
|
7047
|
-
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-
|
|
7048
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { width: "
|
|
7049
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "
|
|
7050
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "
|
|
7051
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "
|
|
7052
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "
|
|
7053
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "
|
|
7054
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "
|
|
7055
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "
|
|
7056
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "
|
|
7057
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "
|
|
7058
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "
|
|
7059
|
-
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { width: "
|
|
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" }) })
|
|
7004
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-column-header", style: { top: "0px", left: "30px", width: "1199px", height: "30px" }, children: [
|
|
7005
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-partial", style: { position: "absolute", left: "0px", width: "100px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "A" }) }),
|
|
7006
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { position: "absolute", left: "100px", width: "215px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "B" }) }),
|
|
7007
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { position: "absolute", left: "315px", width: "115px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "C" }) }),
|
|
7008
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { position: "absolute", left: "430px", width: "115px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "D" }) }),
|
|
7009
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { position: "absolute", left: "545px", width: "115px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "E" }) }),
|
|
7010
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { position: "absolute", left: "660px", width: "155px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "F" }) }),
|
|
7011
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { position: "absolute", left: "815px", width: "64px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "G" }) }),
|
|
7012
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { position: "absolute", left: "879px", width: "64px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "H" }) }),
|
|
7013
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { position: "absolute", left: "943px", width: "64px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "I" }) }),
|
|
7014
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { position: "absolute", left: "1007px", width: "64px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "J" }) }),
|
|
7015
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { position: "absolute", left: "1071px", width: "64px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "K" }) }),
|
|
7016
|
+
/* @__PURE__ */ jsx82("div", { className: "k-selection-none", style: { position: "absolute", left: "1135px", width: "64px", height: "30px" }, children: /* @__PURE__ */ jsx82("div", { className: "k-vertical-align-center", children: "L" }) })
|
|
7074
7017
|
] })
|
|
7075
7018
|
] }),
|
|
7076
|
-
/* @__PURE__ */ jsx82("div", {
|
|
7019
|
+
/* @__PURE__ */ jsx82("div", { style: { width: "30px", height: "30px" }, className: "k-spreadsheet-top-corner" })
|
|
7077
7020
|
] }),
|
|
7078
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-scroller", children: /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-view-size", style: { height: "
|
|
7079
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ jsxs36("table", {
|
|
7080
|
-
/* @__PURE__ */
|
|
7081
|
-
|
|
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" }) }) })
|
|
7021
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-scroller", children: /* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-view-size", style: { height: "6080px", width: "3663px" } }) }),
|
|
7022
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-clipboard", children: /* @__PURE__ */ jsxs36("table", { style: { left: "0px", top: "0px", height: "30px", width: "100px" }, className: "kendo-clipboard-eb8ea401-ab97-4190-8fb2-b3b83b299a9f", role: "presentation", children: [
|
|
7023
|
+
/* @__PURE__ */ jsx82("colgroup", { children: /* @__PURE__ */ jsx82("col", { style: { width: "100px" } }) }),
|
|
7024
|
+
/* @__PURE__ */ jsx82("tbody", { children: /* @__PURE__ */ jsx82("tr", { style: { height: "30px" }, children: /* @__PURE__ */ jsx82("td", { style: { backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", borderColor: "rgb(255, 255, 255)" }, children: "216321" }) }) })
|
|
7090
7025
|
] }) }),
|
|
7091
|
-
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-cell-editor k-spreadsheet-formula-input", style: { whiteSpace: "pre" }, children: "
|
|
7026
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-cell-editor k-spreadsheet-formula-input", "data-role": "formulainput", style: { whiteSpace: "pre" }, children: "216321" }),
|
|
7092
7027
|
/* @__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" })
|
|
7028
|
+
/* @__PURE__ */ jsx82("div", { className: "k-list-group-sticky-header", style: { display: "none" } }),
|
|
7029
|
+
/* @__PURE__ */ jsx82("div", { className: "k-list-content k-list-scroller", unselectable: "on" })
|
|
7095
7030
|
] }),
|
|
7096
|
-
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-sheets-bar
|
|
7097
|
-
/* @__PURE__ */ jsx82(Button, {
|
|
7098
|
-
/* @__PURE__ */ jsx82(
|
|
7099
|
-
|
|
7031
|
+
/* @__PURE__ */ jsxs36("div", { className: "k-spreadsheet-sheets-bar", children: [
|
|
7032
|
+
/* @__PURE__ */ jsx82(Button, { className: "k-spreadsheet-sheet-add", fillMode: "flat", icon: "plus" }),
|
|
7033
|
+
/* @__PURE__ */ jsx82(Button, { className: "k-spreadsheet-sheets-menu", fillMode: "flat", icon: "menu" }),
|
|
7034
|
+
/* @__PURE__ */ jsx82("div", { className: "k-spreadsheet-sheets k-tabstrip k-tabstrip-bottom k-tabstrip-scrollable", children: /* @__PURE__ */ jsxs36("div", { className: "k-tabstrip-items-wrapper k-vstack", children: [
|
|
7100
7035
|
/* @__PURE__ */ jsxs36("ul", { className: "k-reset k-tabstrip-items", children: [
|
|
7101
|
-
/* @__PURE__ */ jsxs36("li", { className: "k-item k-
|
|
7102
|
-
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "
|
|
7103
|
-
/* @__PURE__ */ jsx82(
|
|
7036
|
+
/* @__PURE__ */ jsxs36("li", { className: "k-item k-first", children: [
|
|
7037
|
+
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "Sheet 1" }),
|
|
7038
|
+
/* @__PURE__ */ jsx82(menu_button_spec_default, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
7039
|
+
] }),
|
|
7040
|
+
/* @__PURE__ */ jsxs36("li", { className: "k-item", children: [
|
|
7041
|
+
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "Sheet 2" }),
|
|
7042
|
+
/* @__PURE__ */ jsx82(menu_button_spec_default, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
7043
|
+
] }),
|
|
7044
|
+
/* @__PURE__ */ jsxs36("li", { className: "k-item k-active", children: [
|
|
7045
|
+
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "Sheet 3" }),
|
|
7046
|
+
/* @__PURE__ */ jsx82(menu_button_spec_default, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
7047
|
+
] }),
|
|
7048
|
+
/* @__PURE__ */ jsxs36("li", { className: "k-item k-focus", children: [
|
|
7049
|
+
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "Sheet 4" }),
|
|
7050
|
+
/* @__PURE__ */ jsx82(menu_button_spec_default, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
7051
|
+
] }),
|
|
7052
|
+
/* @__PURE__ */ jsxs36("li", { className: "k-item", children: [
|
|
7053
|
+
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "Sheet 5" }),
|
|
7054
|
+
/* @__PURE__ */ jsx82(menu_button_spec_default, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
7104
7055
|
] }),
|
|
7105
|
-
/* @__PURE__ */ jsxs36("li", { className: "k-item k-
|
|
7106
|
-
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "
|
|
7107
|
-
/* @__PURE__ */ jsx82(
|
|
7056
|
+
/* @__PURE__ */ jsxs36("li", { className: "k-item k-last k-disabled", children: [
|
|
7057
|
+
/* @__PURE__ */ jsx82("span", { className: "k-link", children: "Sheet 6" }),
|
|
7058
|
+
/* @__PURE__ */ jsx82(menu_button_spec_default, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
|
|
7108
7059
|
] })
|
|
7109
7060
|
] }),
|
|
7110
|
-
/* @__PURE__ */ jsx82(Button, {
|
|
7061
|
+
/* @__PURE__ */ jsx82(Button, { className: "k-tabstrip-prev", fillMode: "flat", icon: "caret-alt-left", rounded: null, size: null }),
|
|
7062
|
+
/* @__PURE__ */ jsx82(Button, { className: "k-tabstrip-next", fillMode: "flat", icon: "caret-alt-right", rounded: null, size: null })
|
|
7111
7063
|
] }) })
|
|
7112
7064
|
] })
|
|
7113
7065
|
] }) })
|