@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,136 +5774,148 @@ Pager.options = options22;
5774
5774
  Pager.className = PAGER_CLASSNAME;
5775
5775
  Pager.defaultProps = defaultProps20;
5776
5776
 
5777
+ // src/pager/templates/pager-normal.tsx
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
+
5777
5789
  // src/grid/tests/grid-pager.tsx
5778
- import { Fragment as Fragment15, jsx as jsx52, jsxs as jsxs22 } from "react/jsx-runtime";
5779
- var grid_pager_default = () => /* @__PURE__ */ jsx52(Fragment15, { children: /* @__PURE__ */ jsxs22("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
5780
- /* @__PURE__ */ jsx52("span", { children: "jQuery grid" }),
5781
- /* @__PURE__ */ jsx52("span", { children: "Angular grid" }),
5782
- /* @__PURE__ */ jsx52("section", { children: /* @__PURE__ */ jsxs22("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
5783
- /* @__PURE__ */ jsx52("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx52("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-header-table", children: [
5790
+ import { Fragment as Fragment15, jsx as jsx56, jsxs as jsxs22 } from "react/jsx-runtime";
5791
+ var grid_pager_default = () => /* @__PURE__ */ jsx56(Fragment15, { children: /* @__PURE__ */ jsxs22("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
5792
+ /* @__PURE__ */ jsx56("span", { children: "jQuery grid" }),
5793
+ /* @__PURE__ */ jsx56("span", { children: "Angular grid" }),
5794
+ /* @__PURE__ */ jsx56("section", { children: /* @__PURE__ */ jsxs22("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
5795
+ /* @__PURE__ */ jsx56("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx56("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-header-table", children: [
5784
5796
  /* @__PURE__ */ jsxs22("colgroup", { children: [
5785
- /* @__PURE__ */ jsx52("col", { style: { width: "100px" } }),
5786
- /* @__PURE__ */ jsx52("col", {})
5797
+ /* @__PURE__ */ jsx56("col", { style: { width: "100px" } }),
5798
+ /* @__PURE__ */ jsx56("col", {})
5787
5799
  ] }),
5788
- /* @__PURE__ */ jsx52("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
5789
- /* @__PURE__ */ jsx52("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx52("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx52("span", { className: "k-link", children: /* @__PURE__ */ jsx52("span", { className: "k-column-title", children: "100px" }) }) }) }),
5790
- /* @__PURE__ */ jsx52("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx52("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx52("span", { className: "k-link", children: /* @__PURE__ */ jsx52("span", { className: "k-column-title", children: "no width" }) }) }) })
5800
+ /* @__PURE__ */ jsx56("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
5801
+ /* @__PURE__ */ jsx56("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx56("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx56("span", { className: "k-link", children: /* @__PURE__ */ jsx56("span", { className: "k-column-title", children: "100px" }) }) }) }),
5802
+ /* @__PURE__ */ jsx56("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx56("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx56("span", { className: "k-link", children: /* @__PURE__ */ jsx56("span", { className: "k-column-title", children: "no width" }) }) }) })
5791
5803
  ] }) })
5792
5804
  ] }) }) }),
5793
- /* @__PURE__ */ jsx52("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-table", children: [
5805
+ /* @__PURE__ */ jsx56("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-table", children: [
5794
5806
  /* @__PURE__ */ jsxs22("colgroup", { children: [
5795
- /* @__PURE__ */ jsx52("col", { style: { width: "100px" } }),
5796
- /* @__PURE__ */ jsx52("col", {})
5807
+ /* @__PURE__ */ jsx56("col", { style: { width: "100px" } }),
5808
+ /* @__PURE__ */ jsx56("col", {})
5797
5809
  ] }),
5798
5810
  /* @__PURE__ */ jsxs22("tbody", { className: "k-table-tbody", children: [
5799
5811
  /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
5800
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "1" }),
5801
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "Row" })
5812
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "1" }),
5813
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "Row" })
5802
5814
  ] }),
5803
5815
  /* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
5804
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "2" }),
5805
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "Alt row" })
5816
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "2" }),
5817
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "Alt row" })
5806
5818
  ] })
5807
5819
  ] })
5808
5820
  ] }) }),
5809
- /* @__PURE__ */ jsx52(Pager, { className: "k-grid-pager", focus: true })
5821
+ /* @__PURE__ */ jsx56(Pager, { className: "k-grid-pager", focus: true })
5810
5822
  ] }) }),
5811
- /* @__PURE__ */ jsx52("section", { children: /* @__PURE__ */ jsxs22("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
5823
+ /* @__PURE__ */ jsx56("section", { children: /* @__PURE__ */ jsxs22("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
5812
5824
  /* @__PURE__ */ jsxs22("div", { className: "k-grid-aria-root", children: [
5813
- /* @__PURE__ */ jsx52("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx52("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-header-table", children: [
5825
+ /* @__PURE__ */ jsx56("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx56("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-header-table", children: [
5814
5826
  /* @__PURE__ */ jsxs22("colgroup", { children: [
5815
- /* @__PURE__ */ jsx52("col", { style: { width: "100px" } }),
5816
- /* @__PURE__ */ jsx52("col", {})
5827
+ /* @__PURE__ */ jsx56("col", { style: { width: "100px" } }),
5828
+ /* @__PURE__ */ jsx56("col", {})
5817
5829
  ] }),
5818
- /* @__PURE__ */ jsx52("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
5819
- /* @__PURE__ */ jsx52("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx52("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx52("span", { className: "k-link", children: /* @__PURE__ */ jsx52("span", { className: "k-column-title", children: "100px" }) }) }) }),
5820
- /* @__PURE__ */ jsx52("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx52("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx52("span", { className: "k-link", children: /* @__PURE__ */ jsx52("span", { className: "k-column-title", children: "no width" }) }) }) })
5830
+ /* @__PURE__ */ jsx56("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
5831
+ /* @__PURE__ */ jsx56("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx56("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx56("span", { className: "k-link", children: /* @__PURE__ */ jsx56("span", { className: "k-column-title", children: "100px" }) }) }) }),
5832
+ /* @__PURE__ */ jsx56("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx56("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx56("span", { className: "k-link", children: /* @__PURE__ */ jsx56("span", { className: "k-column-title", children: "no width" }) }) }) })
5821
5833
  ] }) })
5822
5834
  ] }) }) }),
5823
- /* @__PURE__ */ jsx52("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs22("div", { className: "k-grid-content k-virtual-content", children: [
5824
- /* @__PURE__ */ jsx52("div", { children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-table", children: [
5835
+ /* @__PURE__ */ jsx56("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs22("div", { className: "k-grid-content k-virtual-content", children: [
5836
+ /* @__PURE__ */ jsx56("div", { children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-table", children: [
5825
5837
  /* @__PURE__ */ jsxs22("colgroup", { children: [
5826
- /* @__PURE__ */ jsx52("col", { style: { width: "100px" } }),
5827
- /* @__PURE__ */ jsx52("col", {})
5838
+ /* @__PURE__ */ jsx56("col", { style: { width: "100px" } }),
5839
+ /* @__PURE__ */ jsx56("col", {})
5828
5840
  ] }),
5829
5841
  /* @__PURE__ */ jsxs22("tbody", { className: "k-table-tbody", children: [
5830
5842
  /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
5831
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "1" }),
5832
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "Row" })
5843
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "1" }),
5844
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "Row" })
5833
5845
  ] }),
5834
5846
  /* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
5835
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "2" }),
5836
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "Alt row" })
5847
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "2" }),
5848
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "Alt row" })
5837
5849
  ] })
5838
5850
  ] })
5839
5851
  ] }) }),
5840
- /* @__PURE__ */ jsx52("div", { className: "k-height-container", children: /* @__PURE__ */ jsx52("div", { style: { height: "0px" } }) })
5852
+ /* @__PURE__ */ jsx56("div", { className: "k-height-container", children: /* @__PURE__ */ jsx56("div", { style: { height: "0px" } }) })
5841
5853
  ] }) })
5842
5854
  ] }),
5843
- /* @__PURE__ */ jsx52(Pager, { className: "k-grid-pager", focus: true })
5855
+ /* @__PURE__ */ jsx56(Pager, { className: "k-grid-pager", focus: true })
5844
5856
  ] }) }),
5845
- /* @__PURE__ */ jsx52("span", { children: "jQuery grid pager top" }),
5846
- /* @__PURE__ */ jsx52("span", { children: "Angular grid pager top" }),
5847
- /* @__PURE__ */ jsx52("section", { children: /* @__PURE__ */ jsxs22("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
5848
- /* @__PURE__ */ jsx52(Pager, { className: "k-grid-pager k-grid-pager-top" }),
5849
- /* @__PURE__ */ jsx52("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx52("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-header-table", children: [
5857
+ /* @__PURE__ */ jsx56("span", { children: "jQuery grid pager top" }),
5858
+ /* @__PURE__ */ jsx56("span", { children: "Angular grid pager top" }),
5859
+ /* @__PURE__ */ jsx56("section", { children: /* @__PURE__ */ jsxs22("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
5860
+ /* @__PURE__ */ jsx56(Pager, { className: "k-grid-pager k-grid-pager-top" }),
5861
+ /* @__PURE__ */ jsx56("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx56("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-header-table", children: [
5850
5862
  /* @__PURE__ */ jsxs22("colgroup", { children: [
5851
- /* @__PURE__ */ jsx52("col", { style: { width: "100px" } }),
5852
- /* @__PURE__ */ jsx52("col", {})
5863
+ /* @__PURE__ */ jsx56("col", { style: { width: "100px" } }),
5864
+ /* @__PURE__ */ jsx56("col", {})
5853
5865
  ] }),
5854
- /* @__PURE__ */ jsx52("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
5855
- /* @__PURE__ */ jsx52("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx52("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx52("span", { className: "k-link", children: /* @__PURE__ */ jsx52("span", { className: "k-column-title", children: "100px" }) }) }) }),
5856
- /* @__PURE__ */ jsx52("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx52("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx52("span", { className: "k-link", children: /* @__PURE__ */ jsx52("span", { className: "k-column-title", children: "no width" }) }) }) })
5866
+ /* @__PURE__ */ jsx56("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
5867
+ /* @__PURE__ */ jsx56("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx56("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx56("span", { className: "k-link", children: /* @__PURE__ */ jsx56("span", { className: "k-column-title", children: "100px" }) }) }) }),
5868
+ /* @__PURE__ */ jsx56("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx56("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx56("span", { className: "k-link", children: /* @__PURE__ */ jsx56("span", { className: "k-column-title", children: "no width" }) }) }) })
5857
5869
  ] }) })
5858
5870
  ] }) }) }),
5859
- /* @__PURE__ */ jsx52("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-table", children: [
5871
+ /* @__PURE__ */ jsx56("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-table", children: [
5860
5872
  /* @__PURE__ */ jsxs22("colgroup", { children: [
5861
- /* @__PURE__ */ jsx52("col", { style: { width: "100px" } }),
5862
- /* @__PURE__ */ jsx52("col", {})
5873
+ /* @__PURE__ */ jsx56("col", { style: { width: "100px" } }),
5874
+ /* @__PURE__ */ jsx56("col", {})
5863
5875
  ] }),
5864
5876
  /* @__PURE__ */ jsxs22("tbody", { className: "k-table-tbody", children: [
5865
5877
  /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
5866
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "1" }),
5867
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "Row" })
5878
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "1" }),
5879
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "Row" })
5868
5880
  ] }),
5869
5881
  /* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
5870
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "2" }),
5871
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "Alt row" })
5882
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "2" }),
5883
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "Alt row" })
5872
5884
  ] })
5873
5885
  ] })
5874
5886
  ] }) })
5875
5887
  ] }) }),
5876
- /* @__PURE__ */ jsx52("section", { children: /* @__PURE__ */ jsxs22("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
5877
- /* @__PURE__ */ jsx52(Pager, { className: "k-grid-pager k-grid-pager-top" }),
5888
+ /* @__PURE__ */ jsx56("section", { children: /* @__PURE__ */ jsxs22("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
5889
+ /* @__PURE__ */ jsx56(Pager, { className: "k-grid-pager k-grid-pager-top" }),
5878
5890
  /* @__PURE__ */ jsxs22("div", { className: "k-grid-aria-root", children: [
5879
- /* @__PURE__ */ jsx52("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx52("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-header-table", children: [
5891
+ /* @__PURE__ */ jsx56("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx56("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-header-table", children: [
5880
5892
  /* @__PURE__ */ jsxs22("colgroup", { children: [
5881
- /* @__PURE__ */ jsx52("col", { style: { width: "100px" } }),
5882
- /* @__PURE__ */ jsx52("col", {})
5893
+ /* @__PURE__ */ jsx56("col", { style: { width: "100px" } }),
5894
+ /* @__PURE__ */ jsx56("col", {})
5883
5895
  ] }),
5884
- /* @__PURE__ */ jsx52("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
5885
- /* @__PURE__ */ jsx52("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx52("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx52("span", { className: "k-link", children: /* @__PURE__ */ jsx52("span", { className: "k-column-title", children: "100px" }) }) }) }),
5886
- /* @__PURE__ */ jsx52("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx52("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx52("span", { className: "k-link", children: /* @__PURE__ */ jsx52("span", { className: "k-column-title", children: "no width" }) }) }) })
5896
+ /* @__PURE__ */ jsx56("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
5897
+ /* @__PURE__ */ jsx56("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx56("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx56("span", { className: "k-link", children: /* @__PURE__ */ jsx56("span", { className: "k-column-title", children: "100px" }) }) }) }),
5898
+ /* @__PURE__ */ jsx56("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx56("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx56("span", { className: "k-link", children: /* @__PURE__ */ jsx56("span", { className: "k-column-title", children: "no width" }) }) }) })
5887
5899
  ] }) })
5888
5900
  ] }) }) }),
5889
- /* @__PURE__ */ jsx52("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs22("div", { className: "k-grid-content k-virtual-content", children: [
5890
- /* @__PURE__ */ jsx52("div", { children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-table", children: [
5901
+ /* @__PURE__ */ jsx56("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs22("div", { className: "k-grid-content k-virtual-content", children: [
5902
+ /* @__PURE__ */ jsx56("div", { children: /* @__PURE__ */ jsxs22("table", { className: "k-table k-table-md k-grid-table", children: [
5891
5903
  /* @__PURE__ */ jsxs22("colgroup", { children: [
5892
- /* @__PURE__ */ jsx52("col", { style: { width: "100px" } }),
5893
- /* @__PURE__ */ jsx52("col", {})
5904
+ /* @__PURE__ */ jsx56("col", { style: { width: "100px" } }),
5905
+ /* @__PURE__ */ jsx56("col", {})
5894
5906
  ] }),
5895
5907
  /* @__PURE__ */ jsxs22("tbody", { className: "k-table-tbody", children: [
5896
5908
  /* @__PURE__ */ jsxs22("tr", { className: "k-table-row", children: [
5897
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "1" }),
5898
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "Row" })
5909
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "1" }),
5910
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "Row" })
5899
5911
  ] }),
5900
5912
  /* @__PURE__ */ jsxs22("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
5901
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "2" }),
5902
- /* @__PURE__ */ jsx52("td", { className: "k-table-td", children: "Alt row" })
5913
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "2" }),
5914
+ /* @__PURE__ */ jsx56("td", { className: "k-table-td", children: "Alt row" })
5903
5915
  ] })
5904
5916
  ] })
5905
5917
  ] }) }),
5906
- /* @__PURE__ */ jsx52("div", { className: "k-height-container", children: /* @__PURE__ */ jsx52("div", { style: { height: "0px" } }) })
5918
+ /* @__PURE__ */ jsx56("div", { className: "k-height-container", children: /* @__PURE__ */ jsx56("div", { style: { height: "0px" } }) })
5907
5919
  ] }) })
5908
5920
  ] })
5909
5921
  ] }) })