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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist/cjs/chat/chat.spec.js +146 -2150
  2. package/dist/cjs/chat/tests/chat-rtl.js +333 -2337
  3. package/dist/cjs/chat/tests/chat-scrollable-deck.js +332 -2336
  4. package/dist/cjs/chat/tests/chat.js +346 -2350
  5. package/dist/cjs/grid/tests/grid-adaptive-pager.js +18 -6
  6. package/dist/cjs/grid/tests/grid-angular.js +160 -148
  7. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +275 -263
  8. package/dist/cjs/grid/tests/grid-column-reordering.js +280 -268
  9. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +311 -299
  10. package/dist/cjs/grid/tests/grid-grouping-actions.js +241 -229
  11. package/dist/cjs/grid/tests/grid-pager.js +104 -92
  12. package/dist/cjs/grid/tests/grid-row-reordering.js +233 -221
  13. package/dist/cjs/grid/tests/grid-rtl-angular.js +106 -94
  14. package/dist/cjs/grid/tests/grid-rtl.js +99 -87
  15. package/dist/cjs/grid/tests/grid-selection-aggregates.js +108 -96
  16. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +348 -336
  17. package/dist/cjs/grid/tests/grid-size-sm.js +348 -336
  18. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +135 -123
  19. package/dist/cjs/grid/tests/grid.js +124 -112
  20. package/dist/cjs/index.js +3434 -3239
  21. package/dist/cjs/listview/listview.spec.js +22 -10
  22. package/dist/cjs/listview/tests/listview-layout.js +63 -51
  23. package/dist/cjs/listview/tests/listview-loading.js +34 -22
  24. package/dist/cjs/listview/tests/listview.js +49 -37
  25. package/dist/cjs/pager/index.js +41 -1
  26. package/dist/cjs/pager/templates/pager-adaptive-input.js +5806 -0
  27. package/dist/cjs/pager/templates/pager-adaptive.js +5805 -0
  28. package/dist/cjs/pager/templates/pager-input.js +5805 -0
  29. package/dist/cjs/pager/templates/pager-normal.js +5799 -0
  30. package/dist/cjs/pager/tests/pager-adaptive.js +49 -13
  31. package/dist/cjs/pager/tests/pager-sizes.js +34 -21
  32. package/dist/cjs/pager/tests/pager.js +27 -10
  33. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +25 -13
  34. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +31 -19
  35. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +36 -24
  36. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +25 -13
  37. package/dist/esm/chat/chat.spec.js +161 -2165
  38. package/dist/esm/chat/tests/chat-rtl.js +283 -2287
  39. package/dist/esm/chat/tests/chat-scrollable-deck.js +282 -2286
  40. package/dist/esm/chat/tests/chat.js +296 -2300
  41. package/dist/esm/grid/tests/grid-adaptive-pager.js +18 -6
  42. package/dist/esm/grid/tests/grid-angular.js +130 -118
  43. package/dist/esm/grid/tests/grid-column-reordering-actions.js +232 -220
  44. package/dist/esm/grid/tests/grid-column-reordering.js +235 -223
  45. package/dist/esm/grid/tests/grid-column-resizing-actions.js +268 -256
  46. package/dist/esm/grid/tests/grid-grouping-actions.js +210 -198
  47. package/dist/esm/grid/tests/grid-pager.js +82 -70
  48. package/dist/esm/grid/tests/grid-row-reordering.js +206 -194
  49. package/dist/esm/grid/tests/grid-rtl-angular.js +88 -76
  50. package/dist/esm/grid/tests/grid-rtl.js +84 -72
  51. package/dist/esm/grid/tests/grid-selection-aggregates.js +80 -68
  52. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +289 -277
  53. package/dist/esm/grid/tests/grid-size-sm.js +289 -277
  54. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +124 -112
  55. package/dist/esm/grid/tests/grid.js +104 -92
  56. package/dist/esm/index.js +3434 -3239
  57. package/dist/esm/listview/listview.spec.js +20 -8
  58. package/dist/esm/listview/tests/listview-layout.js +49 -37
  59. package/dist/esm/listview/tests/listview-loading.js +29 -17
  60. package/dist/esm/listview/tests/listview.js +39 -27
  61. package/dist/esm/pager/index.js +41 -1
  62. package/dist/esm/pager/templates/pager-adaptive-input.js +5790 -0
  63. package/dist/esm/pager/templates/pager-adaptive.js +5789 -0
  64. package/dist/esm/pager/templates/pager-input.js +5789 -0
  65. package/dist/esm/pager/templates/pager-normal.js +5783 -0
  66. package/dist/esm/pager/tests/pager-adaptive.js +47 -11
  67. package/dist/esm/pager/tests/pager-sizes.js +34 -21
  68. package/dist/esm/pager/tests/pager.js +27 -10
  69. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +23 -11
  70. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +27 -15
  71. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +30 -18
  72. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +23 -11
  73. package/dist/types/floating-label/floating-label.spec.d.ts +6 -2
  74. package/dist/types/index.d.ts +1 -0
  75. package/dist/types/pager/index.d.ts +4 -0
  76. package/dist/types/pager/templates/pager-adaptive-input.d.ts +1 -0
  77. package/dist/types/pager/templates/pager-adaptive.d.ts +1 -0
  78. package/dist/types/pager/templates/pager-input.d.ts +1 -0
  79. package/dist/types/pager/templates/pager-normal.d.ts +1 -0
  80. package/package.json +2 -2
  81. package/src/chat/chat.spec.tsx +13 -14
  82. package/src/floating-label/floating-label.spec.tsx +7 -2
  83. package/src/index.ts +1 -0
  84. package/src/pager/index.tsx +4 -0
  85. package/src/pager/templates/pager-adaptive-input.tsx +9 -0
  86. package/src/pager/templates/pager-adaptive.tsx +8 -0
  87. package/src/pager/templates/pager-input.tsx +8 -0
  88. package/src/pager/templates/pager-normal.tsx +3 -0
  89. package/src/pager/tests/pager-adaptive.tsx +7 -7
  90. package/src/pager/tests/pager-sizes.tsx +9 -22
  91. package/src/pager/tests/pager.tsx +21 -19
@@ -5774,8 +5774,20 @@ Pager.options = options22;
5774
5774
  Pager.className = PAGER_CLASSNAME;
5775
5775
  Pager.defaultProps = defaultProps20;
5776
5776
 
5777
- // src/chip/chip-action.tsx
5777
+ // src/pager/templates/pager-normal.tsx
5778
5778
  import { jsx as jsx52 } from "react/jsx-runtime";
5779
+
5780
+ // src/pager/templates/pager-input.tsx
5781
+ import { jsx as jsx53 } from "react/jsx-runtime";
5782
+
5783
+ // src/pager/templates/pager-adaptive.tsx
5784
+ import { jsx as jsx54 } from "react/jsx-runtime";
5785
+
5786
+ // src/pager/templates/pager-adaptive-input.tsx
5787
+ import { jsx as jsx55 } from "react/jsx-runtime";
5788
+
5789
+ // src/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__ */ jsx52(Icon, { icon: "x-circle", size: "small" });
5800
+ icon = /* @__PURE__ */ jsx56(Icon, { icon: "x-circle", size: "small" });
5789
5801
  break;
5790
5802
  case "more" /* MORE */:
5791
- icon = /* @__PURE__ */ jsx52(Icon, { icon: "more-vertical", size: "small" });
5803
+ icon = /* @__PURE__ */ jsx56(Icon, { icon: "more-vertical", size: "small" });
5792
5804
  break;
5793
5805
  default:
5794
- return /* @__PURE__ */ jsx52(Icon, { icon: type, size: "small" });
5806
+ return /* @__PURE__ */ jsx56(Icon, { icon: type, size: "small" });
5795
5807
  }
5796
- return /* @__PURE__ */ jsx52(
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 jsx53 } from "react/jsx-runtime";
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__ */ jsx53(
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__ */ jsx53("span", { className: `${AVATAR_CLASSNAME}-${type}`, children: props.children })
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 jsx54 } from "react/jsx-runtime";
5895
+ import { jsx as jsx58 } from "react/jsx-runtime";
5884
5896
 
5885
5897
  // src/avatar/templates/avatar-text.tsx
5886
- import { jsx as jsx55 } from "react/jsx-runtime";
5898
+ import { jsx as jsx59 } from "react/jsx-runtime";
5887
5899
 
5888
5900
  // src/avatar/templates/avatar-image.tsx
5889
- import { jsx as jsx56 } from "react/jsx-runtime";
5901
+ import { jsx as jsx60 } from "react/jsx-runtime";
5890
5902
 
5891
5903
  // src/chip/chip.spec.tsx
5892
- import { jsx as jsx57, jsxs as jsxs22 } from "react/jsx-runtime";
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__ */ jsx57(Icon, { className: "k-chip-icon", icon, size: "small" }),
5959
- showAvatar && /* @__PURE__ */ jsx57(Avatar, { className: "k-chip-avatar", type: "image", children: /* @__PURE__ */ jsx57("img", { src: "/packages/html/assets/avatar.jpg" }) }),
5960
- /* @__PURE__ */ jsx57("span", { className: "k-chip-content", children: props.children ? props.children : text && /* @__PURE__ */ jsx57("span", { className: "k-chip-label k-text-ellipsis", children: text }) }),
5961
- actions && /* @__PURE__ */ jsx57("span", { className: "k-chip-actions", children: actions })
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 jsx58 } from "react/jsx-runtime";
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__ */ jsx58(
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 jsx59 } from "react/jsx-runtime";
6019
+ import { jsx as jsx63 } from "react/jsx-runtime";
6008
6020
 
6009
6021
  // src/chip/templates/chip-icon.tsx
6010
- import { jsx as jsx60 } from "react/jsx-runtime";
6022
+ import { jsx as jsx64 } from "react/jsx-runtime";
6011
6023
 
6012
6024
  // src/chip/templates/chip-normal.tsx
6013
- import { jsx as jsx61 } from "react/jsx-runtime";
6025
+ import { jsx as jsx65 } from "react/jsx-runtime";
6014
6026
 
6015
6027
  // src/chip/templates/chip-removable.tsx
6016
- import { jsx as jsx62 } from "react/jsx-runtime";
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 jsx63, jsxs as jsxs23 } from "react/jsx-runtime";
6020
- var grid_sticky_columns_rtl_default = () => /* @__PURE__ */ jsx63(Fragment15, { children: /* @__PURE__ */ jsxs23("div", { id: "test-area", className: "k-d-grid", children: [
6021
- /* @__PURE__ */ jsx63("p", { children: "React Grid - Sticky columns - RTL" }),
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__ */ jsx63("div", { className: "k-grouping-header", children: /* @__PURE__ */ jsx63(ChipList, { children: /* @__PURE__ */ jsx63(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ jsx63(ChipAction, { type: "remove" }), children: "shipName" }) }) }),
6024
- /* @__PURE__ */ jsx63("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx63("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: [
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__ */ jsx63("col", { width: "32px" }),
6027
- /* @__PURE__ */ jsx63("col", { width: "32px" }),
6028
- /* @__PURE__ */ jsx63("col", { width: "200px" }),
6029
- /* @__PURE__ */ jsx63("col", { width: "300px" }),
6030
- /* @__PURE__ */ jsx63("col", { width: "280px" }),
6031
- /* @__PURE__ */ jsx63("col", { width: "200px" }),
6032
- /* @__PURE__ */ jsx63("col", { width: "300px" }),
6033
- /* @__PURE__ */ jsx63("col", { width: "90px" })
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__ */ jsx63("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs23("tr", { className: "k-table-row", role: "row", style: { touchAction: "none" }, children: [
6036
- /* @__PURE__ */ jsx63("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header", style: { left: "0px", right: "0px" } }),
6037
- /* @__PURE__ */ jsx63("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header k-hierarchy-cell", style: { left: "0px", right: "0px" } }),
6038
- /* @__PURE__ */ jsx63("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header k-grid-header-sticky", style: { left: "90px", right: "0px" }, children: /* @__PURE__ */ jsx63("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx63("span", { className: "k-link", children: /* @__PURE__ */ jsx63("span", { className: "k-column-title", children: "customerID" }) }) }) }),
6039
- /* @__PURE__ */ jsx63("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header k-sorted", children: /* @__PURE__ */ jsx63("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsxs23("span", { className: "k-link", children: [
6040
- /* @__PURE__ */ jsx63("span", { className: "k-column-title", children: "customerID" }),
6041
- /* @__PURE__ */ jsx63("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx63(Icon, { icon: "sort-desc-small" }) })
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__ */ jsx63("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header", children: /* @__PURE__ */ jsx63("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx63("span", { className: "k-link", children: /* @__PURE__ */ jsx63("span", { className: "k-column-title", children: "shipName" }) }) }) }),
6044
- /* @__PURE__ */ jsx63("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header", children: /* @__PURE__ */ jsx63("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx63("span", { className: "k-link", children: /* @__PURE__ */ jsx63("span", { className: "k-column-title", children: "freight" }) }) }) }),
6045
- /* @__PURE__ */ jsx63("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header", children: /* @__PURE__ */ jsx63("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx63("span", { className: "k-link", children: /* @__PURE__ */ jsx63("span", { className: "k-column-title", children: "shippedDate" }) }) }) }),
6046
- /* @__PURE__ */ jsx63("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header k-grid-header-sticky", style: { left: "0px", right: "200px" }, children: /* @__PURE__ */ jsx63("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx63("span", { className: "k-link", children: /* @__PURE__ */ jsx63("span", { className: "k-column-title", children: "ID" }) }) }) })
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__ */ jsx63("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs23("div", { className: "k-grid-content k-virtual-content", children: [
6050
- /* @__PURE__ */ jsx63("div", { style: { position: "relative" }, children: /* @__PURE__ */ jsxs23("table", { className: "k-table k-table-md k-grid-table", style: { width: "1434px" }, children: [
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__ */ jsx63("col", { width: "32px" }),
6053
- /* @__PURE__ */ jsx63("col", { width: "32px" }),
6054
- /* @__PURE__ */ jsx63("col", { width: "200px" }),
6055
- /* @__PURE__ */ jsx63("col", { className: "k-sorted", width: "300px" }),
6056
- /* @__PURE__ */ jsx63("col", { width: "280px" }),
6057
- /* @__PURE__ */ jsx63("col", { width: "200px" }),
6058
- /* @__PURE__ */ jsx63("col", { width: "300px" }),
6059
- /* @__PURE__ */ jsx63("col", { width: "90px" })
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__ */ jsx63("tr", { className: "k-table-row k-table-group-row k-grouping-row", role: "row", children: /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 8, style: { left: "0px", right: "0px" }, children: /* @__PURE__ */ jsxs23("p", { className: "k-reset", children: [
6063
- /* @__PURE__ */ jsx63(Icon, { icon: "caret-alt-down" }),
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__ */ jsx63("td", { className: "k-table-td k-table-group-td k-group-cell", style: { left: "0px", right: "0px" } }),
6068
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx63(Icon, { icon: "plus" }) }),
6069
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "90px", right: "0px" }, children: "LEHMS" }),
6070
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Saturday, January 13, 1996" }),
6071
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Lehmanns Marktstand" }),
6072
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "25.83" }),
6073
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Tuesday, January 16, 1996" }),
6074
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "200px" }, children: "10279" })
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__ */ jsx63("td", { className: "k-table-td k-table-group-td k-group-cell", style: { left: "0px", right: "0px" } }),
6078
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx63(Icon, { icon: "plus" }) }),
6079
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "90px", right: "0px" }, children: "LEHMS" }),
6080
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Saturday, January 13, 1996" }),
6081
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Lehmanns Marktstand" }),
6082
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "25.83" }),
6083
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Tuesday, January 16, 1996" }),
6084
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "200px" }, children: "10279" })
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__ */ jsx63("tr", { className: "k-table-row k-table-group-row k-grouping-row", role: "row", children: /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 8, style: { left: "0px", right: "0px" }, children: /* @__PURE__ */ jsxs23("p", { className: "k-reset", children: [
6087
- /* @__PURE__ */ jsx63(Icon, { icon: "caret-alt-down" }),
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__ */ jsx63("td", { className: "k-table-td k-table-group-td k-group-cell", style: { left: "0px", right: "0px" } }),
6092
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx63(Icon, { icon: "plus" }) }),
6093
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "90px", right: "0px" }, children: "SPLIR" }),
6094
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Monday, January 1, 1996" }),
6095
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Split Rail Beer & Ale" }),
6096
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "4.54" }),
6097
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Tuesday, January 30, 1996" }),
6098
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "200px" }, children: "10271" })
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__ */ jsx63("td", { className: "k-table-td k-table-group-td k-group-cell", style: { left: "0px", right: "0px" } }),
6102
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx63(Icon, { icon: "plus" }) }),
6103
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "90px", right: "0px" }, children: "SPLIR" }),
6104
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Monday, January 1, 1996" }),
6105
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Split Rail Beer & Ale" }),
6106
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "4.54" }),
6107
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Tuesday, January 30, 1996" }),
6108
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "200px" }, children: "10271" })
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__ */ jsx63("tr", { className: "k-table-row k-table-group-row k-grouping-row", role: "row", children: /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 8, style: { left: "0px", right: "0px" }, children: /* @__PURE__ */ jsxs23("p", { className: "k-reset", children: [
6111
- /* @__PURE__ */ jsx63(Icon, { icon: "caret-alt-down" }),
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__ */ jsx63("td", { className: "k-table-td k-table-group-td k-group-cell", style: { left: "0px", right: "0px" } }),
6116
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx63(Icon, { icon: "plus" }) }),
6117
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "90px", right: "0px" }, children: "WARTH" }),
6118
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Friday, January 26, 1996" }),
6119
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Wartian Herkku" }),
6120
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "25.73" }),
6121
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Wednesday, January 31, 1996" }),
6122
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "200px" }, children: "10266" })
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__ */ jsx63("td", { className: "k-table-td k-table-group-td k-group-cell", style: { left: "0px", right: "0px" } }),
6126
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ jsx63(Icon, { icon: "plus" }) }),
6127
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "90px", right: "0px" }, children: "WARTH" }),
6128
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Friday, January 26, 1996" }),
6129
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Wartian Herkku" }),
6130
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "25.73" }),
6131
- /* @__PURE__ */ jsx63("td", { className: "k-table-td", colSpan: 1, children: "Wednesday, January 31, 1996" }),
6132
- /* @__PURE__ */ jsx63("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "200px" }, children: "10266" })
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__ */ jsx63("div", { className: "k-height-container", children: /* @__PURE__ */ jsx63("div", {}) })
6148
+ /* @__PURE__ */ jsx67("div", { className: "k-height-container", children: /* @__PURE__ */ jsx67("div", {}) })
6137
6149
  ] }) }),
6138
- /* @__PURE__ */ jsx63(Pager, { className: "k-grid-pager", adaptive: true, pageSizes: false, dir: "rtl", info: false })
6150
+ /* @__PURE__ */ jsx67(Pager, { className: "k-grid-pager", adaptive: true, pageSizes: false, dir: "rtl", info: false })
6139
6151
  ] })
6140
6152
  ] }) });
6141
6153
  export {