@progress/kendo-themes-html 6.7.0-dev.2 → 6.7.0-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/chat/chat.spec.js +146 -2150
- package/dist/cjs/chat/tests/chat-rtl.js +333 -2337
- package/dist/cjs/chat/tests/chat-scrollable-deck.js +332 -2336
- package/dist/cjs/chat/tests/chat.js +346 -2350
- package/dist/cjs/grid/tests/grid-adaptive-pager.js +18 -6
- package/dist/cjs/grid/tests/grid-angular.js +160 -148
- package/dist/cjs/grid/tests/grid-column-reordering-actions.js +275 -263
- package/dist/cjs/grid/tests/grid-column-reordering.js +280 -268
- package/dist/cjs/grid/tests/grid-column-resizing-actions.js +311 -299
- package/dist/cjs/grid/tests/grid-grouping-actions.js +241 -229
- package/dist/cjs/grid/tests/grid-pager.js +104 -92
- package/dist/cjs/grid/tests/grid-row-reordering.js +233 -221
- package/dist/cjs/grid/tests/grid-rtl-angular.js +106 -94
- package/dist/cjs/grid/tests/grid-rtl.js +99 -87
- package/dist/cjs/grid/tests/grid-selection-aggregates.js +108 -96
- package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +348 -336
- package/dist/cjs/grid/tests/grid-size-sm.js +348 -336
- package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +135 -123
- package/dist/cjs/grid/tests/grid.js +124 -112
- package/dist/cjs/index.js +3434 -3239
- package/dist/cjs/listview/listview.spec.js +22 -10
- package/dist/cjs/listview/tests/listview-layout.js +63 -51
- package/dist/cjs/listview/tests/listview-loading.js +34 -22
- package/dist/cjs/listview/tests/listview.js +49 -37
- package/dist/cjs/pager/index.js +41 -1
- package/dist/cjs/pager/templates/pager-adaptive-input.js +5806 -0
- package/dist/cjs/pager/templates/pager-adaptive.js +5805 -0
- package/dist/cjs/pager/templates/pager-input.js +5805 -0
- package/dist/cjs/pager/templates/pager-normal.js +5799 -0
- package/dist/cjs/pager/tests/pager-adaptive.js +49 -13
- package/dist/cjs/pager/tests/pager-sizes.js +34 -21
- package/dist/cjs/pager/tests/pager.js +27 -10
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +25 -13
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +31 -19
- package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +36 -24
- package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +25 -13
- package/dist/esm/chat/chat.spec.js +161 -2165
- package/dist/esm/chat/tests/chat-rtl.js +283 -2287
- package/dist/esm/chat/tests/chat-scrollable-deck.js +282 -2286
- package/dist/esm/chat/tests/chat.js +296 -2300
- package/dist/esm/grid/tests/grid-adaptive-pager.js +18 -6
- package/dist/esm/grid/tests/grid-angular.js +130 -118
- package/dist/esm/grid/tests/grid-column-reordering-actions.js +232 -220
- package/dist/esm/grid/tests/grid-column-reordering.js +235 -223
- package/dist/esm/grid/tests/grid-column-resizing-actions.js +268 -256
- package/dist/esm/grid/tests/grid-grouping-actions.js +210 -198
- package/dist/esm/grid/tests/grid-pager.js +82 -70
- package/dist/esm/grid/tests/grid-row-reordering.js +206 -194
- package/dist/esm/grid/tests/grid-rtl-angular.js +88 -76
- package/dist/esm/grid/tests/grid-rtl.js +84 -72
- package/dist/esm/grid/tests/grid-selection-aggregates.js +80 -68
- package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +289 -277
- package/dist/esm/grid/tests/grid-size-sm.js +289 -277
- package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +124 -112
- package/dist/esm/grid/tests/grid.js +104 -92
- package/dist/esm/index.js +3434 -3239
- package/dist/esm/listview/listview.spec.js +20 -8
- package/dist/esm/listview/tests/listview-layout.js +49 -37
- package/dist/esm/listview/tests/listview-loading.js +29 -17
- package/dist/esm/listview/tests/listview.js +39 -27
- package/dist/esm/pager/index.js +41 -1
- package/dist/esm/pager/templates/pager-adaptive-input.js +5790 -0
- package/dist/esm/pager/templates/pager-adaptive.js +5789 -0
- package/dist/esm/pager/templates/pager-input.js +5789 -0
- package/dist/esm/pager/templates/pager-normal.js +5783 -0
- package/dist/esm/pager/tests/pager-adaptive.js +47 -11
- package/dist/esm/pager/tests/pager-sizes.js +34 -21
- package/dist/esm/pager/tests/pager.js +27 -10
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +23 -11
- package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +27 -15
- package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +30 -18
- package/dist/esm/pdf-viewer/tests/pdf-viewer.js +23 -11
- package/dist/types/floating-label/floating-label.spec.d.ts +6 -2
- package/dist/types/index.d.ts +1 -0
- package/dist/types/pager/index.d.ts +4 -0
- package/dist/types/pager/templates/pager-adaptive-input.d.ts +1 -0
- package/dist/types/pager/templates/pager-adaptive.d.ts +1 -0
- package/dist/types/pager/templates/pager-input.d.ts +1 -0
- package/dist/types/pager/templates/pager-normal.d.ts +1 -0
- package/package.json +2 -2
- package/src/chat/chat.spec.tsx +13 -14
- package/src/floating-label/floating-label.spec.tsx +7 -2
- package/src/index.ts +1 -0
- package/src/pager/index.tsx +4 -0
- package/src/pager/templates/pager-adaptive-input.tsx +9 -0
- package/src/pager/templates/pager-adaptive.tsx +8 -0
- package/src/pager/templates/pager-input.tsx +8 -0
- package/src/pager/templates/pager-normal.tsx +3 -0
- package/src/pager/tests/pager-adaptive.tsx +7 -7
- package/src/pager/tests/pager-sizes.tsx +9 -22
- package/src/pager/tests/pager.tsx +21 -19
|
@@ -5774,8 +5774,20 @@ Pager.options = options22;
|
|
|
5774
5774
|
Pager.className = PAGER_CLASSNAME;
|
|
5775
5775
|
Pager.defaultProps = defaultProps20;
|
|
5776
5776
|
|
|
5777
|
-
// src/
|
|
5777
|
+
// src/pager/templates/pager-normal.tsx
|
|
5778
5778
|
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
5779
|
+
|
|
5780
|
+
// src/pager/templates/pager-input.tsx
|
|
5781
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
5782
|
+
|
|
5783
|
+
// src/pager/templates/pager-adaptive.tsx
|
|
5784
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
5785
|
+
|
|
5786
|
+
// src/pager/templates/pager-adaptive-input.tsx
|
|
5787
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
5788
|
+
|
|
5789
|
+
// src/chip/chip-action.tsx
|
|
5790
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
5779
5791
|
var CHIPACTION_CLASSNAME = `k-chip-action`;
|
|
5780
5792
|
var ChipAction = (props) => {
|
|
5781
5793
|
const {
|
|
@@ -5785,15 +5797,15 @@ var ChipAction = (props) => {
|
|
|
5785
5797
|
let icon;
|
|
5786
5798
|
switch (type) {
|
|
5787
5799
|
case "remove" /* REMOVE */:
|
|
5788
|
-
icon = /* @__PURE__ */
|
|
5800
|
+
icon = /* @__PURE__ */ jsx56(Icon, { icon: "x-circle", size: "small" });
|
|
5789
5801
|
break;
|
|
5790
5802
|
case "more" /* MORE */:
|
|
5791
|
-
icon = /* @__PURE__ */
|
|
5803
|
+
icon = /* @__PURE__ */ jsx56(Icon, { icon: "more-vertical", size: "small" });
|
|
5792
5804
|
break;
|
|
5793
5805
|
default:
|
|
5794
|
-
return /* @__PURE__ */
|
|
5806
|
+
return /* @__PURE__ */ jsx56(Icon, { icon: type, size: "small" });
|
|
5795
5807
|
}
|
|
5796
|
-
return /* @__PURE__ */
|
|
5808
|
+
return /* @__PURE__ */ jsx56(
|
|
5797
5809
|
"span",
|
|
5798
5810
|
{
|
|
5799
5811
|
...other,
|
|
@@ -5808,7 +5820,7 @@ var ChipAction = (props) => {
|
|
|
5808
5820
|
};
|
|
5809
5821
|
|
|
5810
5822
|
// src/avatar/avatar.spec.tsx
|
|
5811
|
-
import { jsx as
|
|
5823
|
+
import { jsx as jsx57 } from "react/jsx-runtime";
|
|
5812
5824
|
var AVATAR_CLASSNAME = `k-avatar`;
|
|
5813
5825
|
var states24 = [
|
|
5814
5826
|
States.hover,
|
|
@@ -5853,7 +5865,7 @@ var Avatar = (props) => {
|
|
|
5853
5865
|
border = defaultProps21.border,
|
|
5854
5866
|
...other
|
|
5855
5867
|
} = props;
|
|
5856
|
-
return /* @__PURE__ */
|
|
5868
|
+
return /* @__PURE__ */ jsx57(
|
|
5857
5869
|
"div",
|
|
5858
5870
|
{
|
|
5859
5871
|
...other,
|
|
@@ -5870,7 +5882,7 @@ var Avatar = (props) => {
|
|
|
5870
5882
|
[`${AVATAR_CLASSNAME}-bordered`]: border
|
|
5871
5883
|
}
|
|
5872
5884
|
),
|
|
5873
|
-
children: /* @__PURE__ */
|
|
5885
|
+
children: /* @__PURE__ */ jsx57("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
|
|
5874
5886
|
}
|
|
5875
5887
|
);
|
|
5876
5888
|
};
|
|
@@ -5880,16 +5892,16 @@ Avatar.className = AVATAR_CLASSNAME;
|
|
|
5880
5892
|
Avatar.defaultProps = defaultProps21;
|
|
5881
5893
|
|
|
5882
5894
|
// src/avatar/templates/avatar-icon.tsx
|
|
5883
|
-
import { jsx as
|
|
5895
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
5884
5896
|
|
|
5885
5897
|
// src/avatar/templates/avatar-text.tsx
|
|
5886
|
-
import { jsx as
|
|
5898
|
+
import { jsx as jsx59 } from "react/jsx-runtime";
|
|
5887
5899
|
|
|
5888
5900
|
// src/avatar/templates/avatar-image.tsx
|
|
5889
|
-
import { jsx as
|
|
5901
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
5890
5902
|
|
|
5891
5903
|
// src/chip/chip.spec.tsx
|
|
5892
|
-
import { jsx as
|
|
5904
|
+
import { jsx as jsx61, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
5893
5905
|
var CHIP_CLASSNAME = `k-chip`;
|
|
5894
5906
|
var states25 = [
|
|
5895
5907
|
States.hover,
|
|
@@ -5955,10 +5967,10 @@ var Chip = (props) => {
|
|
|
5955
5967
|
})
|
|
5956
5968
|
),
|
|
5957
5969
|
children: [
|
|
5958
|
-
icon && /* @__PURE__ */
|
|
5959
|
-
showAvatar && /* @__PURE__ */
|
|
5960
|
-
/* @__PURE__ */
|
|
5961
|
-
actions && /* @__PURE__ */
|
|
5970
|
+
icon && /* @__PURE__ */ jsx61(Icon, { className: "k-chip-icon", icon, size: "small" }),
|
|
5971
|
+
showAvatar && /* @__PURE__ */ jsx61(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ jsx61("img", { src: "/packages/html/assets/avatar.jpg" }) }),
|
|
5972
|
+
/* @__PURE__ */ jsx61("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ jsx61("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
|
|
5973
|
+
actions && /* @__PURE__ */ jsx61("span", { className: "k-chip-actions", children: actions })
|
|
5962
5974
|
]
|
|
5963
5975
|
}
|
|
5964
5976
|
);
|
|
@@ -5969,7 +5981,7 @@ Chip.className = CHIP_CLASSNAME;
|
|
|
5969
5981
|
Chip.defaultProps = defaultProps22;
|
|
5970
5982
|
|
|
5971
5983
|
// src/chip/chip-list.spec.tsx
|
|
5972
|
-
import { jsx as
|
|
5984
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
5973
5985
|
var CHIPLIST_CLASSNAME = `k-chip-list`;
|
|
5974
5986
|
var states26 = [];
|
|
5975
5987
|
var options25 = {
|
|
@@ -5983,7 +5995,7 @@ var ChipList = (props) => {
|
|
|
5983
5995
|
size = defaultProps23.size,
|
|
5984
5996
|
...other
|
|
5985
5997
|
} = props;
|
|
5986
|
-
return /* @__PURE__ */
|
|
5998
|
+
return /* @__PURE__ */ jsx62(
|
|
5987
5999
|
"div",
|
|
5988
6000
|
{
|
|
5989
6001
|
...other,
|
|
@@ -6004,138 +6016,138 @@ ChipList.className = CHIPLIST_CLASSNAME;
|
|
|
6004
6016
|
ChipList.defaultProps = defaultProps23;
|
|
6005
6017
|
|
|
6006
6018
|
// src/chip/templates/chip-avatar.tsx
|
|
6007
|
-
import { jsx as
|
|
6019
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
6008
6020
|
|
|
6009
6021
|
// src/chip/templates/chip-icon.tsx
|
|
6010
|
-
import { jsx as
|
|
6022
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
6011
6023
|
|
|
6012
6024
|
// src/chip/templates/chip-normal.tsx
|
|
6013
|
-
import { jsx as
|
|
6025
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
6014
6026
|
|
|
6015
6027
|
// src/chip/templates/chip-removable.tsx
|
|
6016
|
-
import { jsx as
|
|
6028
|
+
import { jsx as jsx66 } from "react/jsx-runtime";
|
|
6017
6029
|
|
|
6018
6030
|
// src/grid/tests/grid-sticky-columns-rtl.tsx
|
|
6019
|
-
import { Fragment as Fragment15, jsx as
|
|
6020
|
-
var grid_sticky_columns_rtl_default = () => /* @__PURE__ */
|
|
6021
|
-
/* @__PURE__ */
|
|
6031
|
+
import { Fragment as Fragment15, jsx as jsx67, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
6032
|
+
var grid_sticky_columns_rtl_default = () => /* @__PURE__ */ jsx67(Fragment15, { children: /* @__PURE__ */ jsxs23("div", { id: "test-area", className: "k-d-grid", children: [
|
|
6033
|
+
/* @__PURE__ */ jsx67("p", { children: "React Grid - Sticky columns - RTL" }),
|
|
6022
6034
|
/* @__PURE__ */ jsxs23("div", { className: "k-grid k-grid-md k-rtl", role: "grid", style: { height: "700px", width: "500px" }, children: [
|
|
6023
|
-
/* @__PURE__ */
|
|
6024
|
-
/* @__PURE__ */
|
|
6035
|
+
/* @__PURE__ */ jsx67("div", { className: "k-grouping-header", children: /* @__PURE__ */ jsx67(ChipList, { children: /* @__PURE__ */ jsx67(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ jsx67(ChipAction, { type: "remove" }), children: "shipName" }) }) }),
|
|
6036
|
+
/* @__PURE__ */ jsx67("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx67("div", { className: "k-grid-header-wrap", style: { borderWidth: "0px" }, children: /* @__PURE__ */ jsxs23("table", { className: "k-table k-table-md k-grid-header-table", style: { width: "1434px" }, children: [
|
|
6025
6037
|
/* @__PURE__ */ jsxs23("colgroup", { children: [
|
|
6026
|
-
/* @__PURE__ */
|
|
6027
|
-
/* @__PURE__ */
|
|
6028
|
-
/* @__PURE__ */
|
|
6029
|
-
/* @__PURE__ */
|
|
6030
|
-
/* @__PURE__ */
|
|
6031
|
-
/* @__PURE__ */
|
|
6032
|
-
/* @__PURE__ */
|
|
6033
|
-
/* @__PURE__ */
|
|
6038
|
+
/* @__PURE__ */ jsx67("col", { width: "32px" }),
|
|
6039
|
+
/* @__PURE__ */ jsx67("col", { width: "32px" }),
|
|
6040
|
+
/* @__PURE__ */ jsx67("col", { width: "200px" }),
|
|
6041
|
+
/* @__PURE__ */ jsx67("col", { width: "300px" }),
|
|
6042
|
+
/* @__PURE__ */ jsx67("col", { width: "280px" }),
|
|
6043
|
+
/* @__PURE__ */ jsx67("col", { width: "200px" }),
|
|
6044
|
+
/* @__PURE__ */ jsx67("col", { width: "300px" }),
|
|
6045
|
+
/* @__PURE__ */ jsx67("col", { width: "90px" })
|
|
6034
6046
|
] }),
|
|
6035
|
-
/* @__PURE__ */
|
|
6036
|
-
/* @__PURE__ */
|
|
6037
|
-
/* @__PURE__ */
|
|
6038
|
-
/* @__PURE__ */
|
|
6039
|
-
/* @__PURE__ */
|
|
6040
|
-
/* @__PURE__ */
|
|
6041
|
-
/* @__PURE__ */
|
|
6047
|
+
/* @__PURE__ */ jsx67("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs23("tr", { className: "k-table-row", role: "row", style: { touchAction: "none" }, children: [
|
|
6048
|
+
/* @__PURE__ */ jsx67("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header", style: { left: "0px", right: "0px" } }),
|
|
6049
|
+
/* @__PURE__ */ jsx67("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header k-hierarchy-cell", style: { left: "0px", right: "0px" } }),
|
|
6050
|
+
/* @__PURE__ */ jsx67("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header k-grid-header-sticky", style: { left: "90px", right: "0px" }, children: /* @__PURE__ */ jsx67("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx67("span", { className: "k-link", children: /* @__PURE__ */ jsx67("span", { className: "k-column-title", children: "customerID" }) }) }) }),
|
|
6051
|
+
/* @__PURE__ */ jsx67("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header k-sorted", children: /* @__PURE__ */ jsx67("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs23("span", { className: "k-link", children: [
|
|
6052
|
+
/* @__PURE__ */ jsx67("span", { className: "k-column-title", children: "customerID" }),
|
|
6053
|
+
/* @__PURE__ */ jsx67("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx67(Icon, { icon: "sort-desc-small" }) })
|
|
6042
6054
|
] }) }) }),
|
|
6043
|
-
/* @__PURE__ */
|
|
6044
|
-
/* @__PURE__ */
|
|
6045
|
-
/* @__PURE__ */
|
|
6046
|
-
/* @__PURE__ */
|
|
6055
|
+
/* @__PURE__ */ jsx67("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header", children: /* @__PURE__ */ jsx67("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx67("span", { className: "k-link", children: /* @__PURE__ */ jsx67("span", { className: "k-column-title", children: "shipName" }) }) }) }),
|
|
6056
|
+
/* @__PURE__ */ jsx67("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header", children: /* @__PURE__ */ jsx67("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx67("span", { className: "k-link", children: /* @__PURE__ */ jsx67("span", { className: "k-column-title", children: "freight" }) }) }) }),
|
|
6057
|
+
/* @__PURE__ */ jsx67("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header", children: /* @__PURE__ */ jsx67("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx67("span", { className: "k-link", children: /* @__PURE__ */ jsx67("span", { className: "k-column-title", children: "shippedDate" }) }) }) }),
|
|
6058
|
+
/* @__PURE__ */ jsx67("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header k-grid-header-sticky", style: { left: "0px", right: "200px" }, children: /* @__PURE__ */ jsx67("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx67("span", { className: "k-link", children: /* @__PURE__ */ jsx67("span", { className: "k-column-title", children: "ID" }) }) }) })
|
|
6047
6059
|
] }) })
|
|
6048
6060
|
] }) }) }),
|
|
6049
|
-
/* @__PURE__ */
|
|
6050
|
-
/* @__PURE__ */
|
|
6061
|
+
/* @__PURE__ */ jsx67("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs23("div", { className: "k-grid-content k-virtual-content", children: [
|
|
6062
|
+
/* @__PURE__ */ jsx67("div", { style: { position: "relative" }, children: /* @__PURE__ */ jsxs23("table", { className: "k-table k-table-md k-grid-table", style: { width: "1434px" }, children: [
|
|
6051
6063
|
/* @__PURE__ */ jsxs23("colgroup", { children: [
|
|
6052
|
-
/* @__PURE__ */
|
|
6053
|
-
/* @__PURE__ */
|
|
6054
|
-
/* @__PURE__ */
|
|
6055
|
-
/* @__PURE__ */
|
|
6056
|
-
/* @__PURE__ */
|
|
6057
|
-
/* @__PURE__ */
|
|
6058
|
-
/* @__PURE__ */
|
|
6059
|
-
/* @__PURE__ */
|
|
6064
|
+
/* @__PURE__ */ jsx67("col", { width: "32px" }),
|
|
6065
|
+
/* @__PURE__ */ jsx67("col", { width: "32px" }),
|
|
6066
|
+
/* @__PURE__ */ jsx67("col", { width: "200px" }),
|
|
6067
|
+
/* @__PURE__ */ jsx67("col", { className: "k-sorted", width: "300px" }),
|
|
6068
|
+
/* @__PURE__ */ jsx67("col", { width: "280px" }),
|
|
6069
|
+
/* @__PURE__ */ jsx67("col", { width: "200px" }),
|
|
6070
|
+
/* @__PURE__ */ jsx67("col", { width: "300px" }),
|
|
6071
|
+
/* @__PURE__ */ jsx67("col", { width: "90px" })
|
|
6060
6072
|
] }),
|
|
6061
6073
|
/* @__PURE__ */ jsxs23("tbody", { className: "k-table-tbody", children: [
|
|
6062
|
-
/* @__PURE__ */
|
|
6063
|
-
/* @__PURE__ */
|
|
6074
|
+
/* @__PURE__ */ jsx67("tr", { className: "k-table-row k-table-group-row k-grouping-row", role: "row", children: /* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 8, style: { left: "0px", right: "0px" }, children: /* @__PURE__ */ jsxs23("p", { className: "k-reset", children: [
|
|
6075
|
+
/* @__PURE__ */ jsx67(Icon, { icon: "caret-alt-down" }),
|
|
6064
6076
|
"Lehmanns Marktstand"
|
|
6065
6077
|
] }) }) }),
|
|
6066
6078
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", role: "row", children: [
|
|
6067
|
-
/* @__PURE__ */
|
|
6068
|
-
/* @__PURE__ */
|
|
6069
|
-
/* @__PURE__ */
|
|
6070
|
-
/* @__PURE__ */
|
|
6071
|
-
/* @__PURE__ */
|
|
6072
|
-
/* @__PURE__ */
|
|
6073
|
-
/* @__PURE__ */
|
|
6074
|
-
/* @__PURE__ */
|
|
6079
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-table-group-td k-group-cell", style: { left: "0px", right: "0px" } }),
|
|
6080
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx67(Icon, { icon: "plus" }) }),
|
|
6081
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "90px", right: "0px" }, children: "LEHMS" }),
|
|
6082
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Saturday, January 13, 1996" }),
|
|
6083
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Lehmanns Marktstand" }),
|
|
6084
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "25.83" }),
|
|
6085
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Tuesday, January 16, 1996" }),
|
|
6086
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "200px" }, children: "10279" })
|
|
6075
6087
|
] }),
|
|
6076
6088
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", role: "row", children: [
|
|
6077
|
-
/* @__PURE__ */
|
|
6078
|
-
/* @__PURE__ */
|
|
6079
|
-
/* @__PURE__ */
|
|
6080
|
-
/* @__PURE__ */
|
|
6081
|
-
/* @__PURE__ */
|
|
6082
|
-
/* @__PURE__ */
|
|
6083
|
-
/* @__PURE__ */
|
|
6084
|
-
/* @__PURE__ */
|
|
6089
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-table-group-td k-group-cell", style: { left: "0px", right: "0px" } }),
|
|
6090
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx67(Icon, { icon: "plus" }) }),
|
|
6091
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "90px", right: "0px" }, children: "LEHMS" }),
|
|
6092
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Saturday, January 13, 1996" }),
|
|
6093
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Lehmanns Marktstand" }),
|
|
6094
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "25.83" }),
|
|
6095
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Tuesday, January 16, 1996" }),
|
|
6096
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "200px" }, children: "10279" })
|
|
6085
6097
|
] }),
|
|
6086
|
-
/* @__PURE__ */
|
|
6087
|
-
/* @__PURE__ */
|
|
6098
|
+
/* @__PURE__ */ jsx67("tr", { className: "k-table-row k-table-group-row k-grouping-row", role: "row", children: /* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 8, style: { left: "0px", right: "0px" }, children: /* @__PURE__ */ jsxs23("p", { className: "k-reset", children: [
|
|
6099
|
+
/* @__PURE__ */ jsx67(Icon, { icon: "caret-alt-down" }),
|
|
6088
6100
|
"Split Rail Beer & Ale"
|
|
6089
6101
|
] }) }) }),
|
|
6090
6102
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", role: "row", children: [
|
|
6091
|
-
/* @__PURE__ */
|
|
6092
|
-
/* @__PURE__ */
|
|
6093
|
-
/* @__PURE__ */
|
|
6094
|
-
/* @__PURE__ */
|
|
6095
|
-
/* @__PURE__ */
|
|
6096
|
-
/* @__PURE__ */
|
|
6097
|
-
/* @__PURE__ */
|
|
6098
|
-
/* @__PURE__ */
|
|
6103
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-table-group-td k-group-cell", style: { left: "0px", right: "0px" } }),
|
|
6104
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx67(Icon, { icon: "plus" }) }),
|
|
6105
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "90px", right: "0px" }, children: "SPLIR" }),
|
|
6106
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Monday, January 1, 1996" }),
|
|
6107
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Split Rail Beer & Ale" }),
|
|
6108
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "4.54" }),
|
|
6109
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Tuesday, January 30, 1996" }),
|
|
6110
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "200px" }, children: "10271" })
|
|
6099
6111
|
] }),
|
|
6100
6112
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", role: "row", children: [
|
|
6101
|
-
/* @__PURE__ */
|
|
6102
|
-
/* @__PURE__ */
|
|
6103
|
-
/* @__PURE__ */
|
|
6104
|
-
/* @__PURE__ */
|
|
6105
|
-
/* @__PURE__ */
|
|
6106
|
-
/* @__PURE__ */
|
|
6107
|
-
/* @__PURE__ */
|
|
6108
|
-
/* @__PURE__ */
|
|
6113
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-table-group-td k-group-cell", style: { left: "0px", right: "0px" } }),
|
|
6114
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx67(Icon, { icon: "plus" }) }),
|
|
6115
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "90px", right: "0px" }, children: "SPLIR" }),
|
|
6116
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Monday, January 1, 1996" }),
|
|
6117
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Split Rail Beer & Ale" }),
|
|
6118
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "4.54" }),
|
|
6119
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Tuesday, January 30, 1996" }),
|
|
6120
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "200px" }, children: "10271" })
|
|
6109
6121
|
] }),
|
|
6110
|
-
/* @__PURE__ */
|
|
6111
|
-
/* @__PURE__ */
|
|
6122
|
+
/* @__PURE__ */ jsx67("tr", { className: "k-table-row k-table-group-row k-grouping-row", role: "row", children: /* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 8, style: { left: "0px", right: "0px" }, children: /* @__PURE__ */ jsxs23("p", { className: "k-reset", children: [
|
|
6123
|
+
/* @__PURE__ */ jsx67(Icon, { icon: "caret-alt-down" }),
|
|
6112
6124
|
"Wartian Herkku"
|
|
6113
6125
|
] }) }) }),
|
|
6114
6126
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", role: "row", children: [
|
|
6115
|
-
/* @__PURE__ */
|
|
6116
|
-
/* @__PURE__ */
|
|
6117
|
-
/* @__PURE__ */
|
|
6118
|
-
/* @__PURE__ */
|
|
6119
|
-
/* @__PURE__ */
|
|
6120
|
-
/* @__PURE__ */
|
|
6121
|
-
/* @__PURE__ */
|
|
6122
|
-
/* @__PURE__ */
|
|
6127
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-table-group-td k-group-cell", style: { left: "0px", right: "0px" } }),
|
|
6128
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx67(Icon, { icon: "plus" }) }),
|
|
6129
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "90px", right: "0px" }, children: "WARTH" }),
|
|
6130
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Friday, January 26, 1996" }),
|
|
6131
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Wartian Herkku" }),
|
|
6132
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "25.73" }),
|
|
6133
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Wednesday, January 31, 1996" }),
|
|
6134
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "200px" }, children: "10266" })
|
|
6123
6135
|
] }),
|
|
6124
6136
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", role: "row", children: [
|
|
6125
|
-
/* @__PURE__ */
|
|
6126
|
-
/* @__PURE__ */
|
|
6127
|
-
/* @__PURE__ */
|
|
6128
|
-
/* @__PURE__ */
|
|
6129
|
-
/* @__PURE__ */
|
|
6130
|
-
/* @__PURE__ */
|
|
6131
|
-
/* @__PURE__ */
|
|
6132
|
-
/* @__PURE__ */
|
|
6137
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-table-group-td k-group-cell", style: { left: "0px", right: "0px" } }),
|
|
6138
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx67(Icon, { icon: "plus" }) }),
|
|
6139
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "90px", right: "0px" }, children: "WARTH" }),
|
|
6140
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Friday, January 26, 1996" }),
|
|
6141
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Wartian Herkku" }),
|
|
6142
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "25.73" }),
|
|
6143
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td", colSpan: 1, children: "Wednesday, January 31, 1996" }),
|
|
6144
|
+
/* @__PURE__ */ jsx67("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "200px" }, children: "10266" })
|
|
6133
6145
|
] })
|
|
6134
6146
|
] })
|
|
6135
6147
|
] }) }),
|
|
6136
|
-
/* @__PURE__ */
|
|
6148
|
+
/* @__PURE__ */ jsx67("div", { className: "k-height-container", children: /* @__PURE__ */ jsx67("div", {}) })
|
|
6137
6149
|
] }) }),
|
|
6138
|
-
/* @__PURE__ */
|
|
6150
|
+
/* @__PURE__ */ jsx67(Pager, { className: "k-grid-pager", adaptive: true, pageSizes: false, dir: "rtl", info: false })
|
|
6139
6151
|
] })
|
|
6140
6152
|
] }) });
|
|
6141
6153
|
export {
|