@progress/kendo-themes-html 13.1.0-dev.1 → 13.1.0-dev.3

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 (107) hide show
  1. package/dist/cjs/captcha/captcha.spec.js +1 -1
  2. package/dist/cjs/captcha/demos/captcha.js +1 -1
  3. package/dist/cjs/captcha/templates/captcha-normal.js +1 -1
  4. package/dist/cjs/chart/demos/chart.js +1 -1
  5. package/dist/cjs/filemanager/demos/filemanager.js +1 -1
  6. package/dist/cjs/filemanager/file-info.js +1 -1
  7. package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +1 -1
  8. package/dist/cjs/filemanager/templates/filemanager-grid.js +1 -1
  9. package/dist/cjs/filemanager/templates/filemanager-normal.js +1 -1
  10. package/dist/cjs/filemanager/templates/filemanager-preview.js +1 -1
  11. package/dist/cjs/gantt/demos/gantt.js +1 -1
  12. package/dist/cjs/gantt/templates/gantt-normal.js +1 -1
  13. package/dist/cjs/gantt/templates/gantt-row-reordering.js +1 -1
  14. package/dist/cjs/grid/demos/grid.js +1 -1
  15. package/dist/cjs/grid/grid-pinned-container.spec.js +1 -0
  16. package/dist/cjs/grid/grid-sticky-container.spec.js +1 -1
  17. package/dist/cjs/grid/templates/grid-hierarchy.js +1 -1
  18. package/dist/cjs/grid/templates/grid-normal.js +1 -1
  19. package/dist/cjs/grid/templates/grid-with-column-menu.js +1 -1
  20. package/dist/cjs/grid/templates/grid-with-edit-row.js +1 -1
  21. package/dist/cjs/grid/templates/grid-with-filter-menu.js +1 -1
  22. package/dist/cjs/grid/templates/grid-with-filter-row.js +1 -1
  23. package/dist/cjs/grid/templates/grid-with-grouping.js +1 -1
  24. package/dist/cjs/grid/templates/grid-with-locked-columns.js +1 -1
  25. package/dist/cjs/grid/templates/grid-with-multicolumn-headers.js +1 -1
  26. package/dist/cjs/grid/templates/grid-with-row-reordering.js +1 -1
  27. package/dist/cjs/grid/templates/grid-with-selection-aggregates.js +1 -1
  28. package/dist/cjs/grid/templates/grid-with-sticky-columns.js +1 -1
  29. package/dist/cjs/index.js +8 -8
  30. package/dist/cjs/propertygrid/demos/propertygrid.js +1 -1
  31. package/dist/cjs/propertygrid/propertygrid.spec.js +1 -1
  32. package/dist/cjs/propertygrid/templates/propertygrid-normal.js +1 -1
  33. package/dist/cjs/propertygrid/templates/propertygrid-with-preview.js +1 -1
  34. package/dist/cjs/treelist/demos/treelist.js +1 -1
  35. package/dist/cjs/treelist/templates/treelist-aggregates.js +1 -1
  36. package/dist/cjs/treelist/templates/treelist-normal.js +1 -1
  37. package/dist/cjs/treelist/templates/treelist-row-reordering.js +1 -1
  38. package/dist/cjs/treelist/templates/treelist-with-column-menu.js +1 -1
  39. package/dist/cjs/treelist/templates/treelist-with-filter-menu.js +1 -1
  40. package/dist/cjs/treelist/treelist.spec.js +1 -1
  41. package/dist/esm/captcha/captcha.spec.mjs +1 -1
  42. package/dist/esm/captcha/demos/captcha.mjs +1 -1
  43. package/dist/esm/captcha/templates/captcha-normal.mjs +1 -1
  44. package/dist/esm/chart/demos/chart.mjs +1 -1
  45. package/dist/esm/filemanager/demos/filemanager.mjs +1 -1
  46. package/dist/esm/filemanager/file-info.mjs +1 -1
  47. package/dist/esm/filemanager/templates/filemanager-grid-preview.mjs +1 -1
  48. package/dist/esm/filemanager/templates/filemanager-grid.mjs +1 -1
  49. package/dist/esm/filemanager/templates/filemanager-normal.mjs +1 -1
  50. package/dist/esm/filemanager/templates/filemanager-preview.mjs +1 -1
  51. package/dist/esm/gantt/demos/gantt.mjs +1 -1
  52. package/dist/esm/gantt/templates/gantt-normal.mjs +1 -1
  53. package/dist/esm/gantt/templates/gantt-row-reordering.mjs +1 -1
  54. package/dist/esm/grid/demos/grid.mjs +1 -1
  55. package/dist/esm/grid/grid-pinned-container.spec.mjs +1 -0
  56. package/dist/esm/grid/grid-sticky-container.spec.mjs +1 -1
  57. package/dist/esm/grid/templates/grid-hierarchy.mjs +1 -1
  58. package/dist/esm/grid/templates/grid-normal.mjs +1 -1
  59. package/dist/esm/grid/templates/grid-with-column-menu.mjs +1 -1
  60. package/dist/esm/grid/templates/grid-with-edit-row.mjs +1 -1
  61. package/dist/esm/grid/templates/grid-with-filter-menu.mjs +1 -1
  62. package/dist/esm/grid/templates/grid-with-filter-row.mjs +1 -1
  63. package/dist/esm/grid/templates/grid-with-grouping.mjs +1 -1
  64. package/dist/esm/grid/templates/grid-with-locked-columns.mjs +1 -1
  65. package/dist/esm/grid/templates/grid-with-multicolumn-headers.mjs +1 -1
  66. package/dist/esm/grid/templates/grid-with-row-reordering.mjs +1 -1
  67. package/dist/esm/grid/templates/grid-with-selection-aggregates.mjs +1 -1
  68. package/dist/esm/grid/templates/grid-with-sticky-columns.mjs +1 -1
  69. package/dist/esm/index.mjs +8 -8
  70. package/dist/esm/propertygrid/demos/propertygrid.mjs +1 -1
  71. package/dist/esm/propertygrid/propertygrid.spec.mjs +1 -1
  72. package/dist/esm/propertygrid/templates/propertygrid-normal.mjs +1 -1
  73. package/dist/esm/propertygrid/templates/propertygrid-with-preview.mjs +1 -1
  74. package/dist/esm/treelist/demos/treelist.mjs +1 -1
  75. package/dist/esm/treelist/templates/treelist-aggregates.mjs +1 -1
  76. package/dist/esm/treelist/templates/treelist-normal.mjs +1 -1
  77. package/dist/esm/treelist/templates/treelist-row-reordering.mjs +1 -1
  78. package/dist/esm/treelist/templates/treelist-with-column-menu.mjs +1 -1
  79. package/dist/esm/treelist/templates/treelist-with-filter-menu.mjs +1 -1
  80. package/dist/esm/treelist/treelist.spec.mjs +1 -1
  81. package/dist/types/grid/grid-pinned-container.spec.d.ts +6 -0
  82. package/dist/types/grid/index.d.ts +1 -0
  83. package/dist/types/grid/tests/grid-row-pinning-with-sticky-grouping.d.ts +2 -0
  84. package/package.json +2 -2
  85. package/src/calendar/tests/calendar-classic-jquery.tsx +6 -6
  86. package/src/captcha/captcha.spec.tsx +1 -1
  87. package/src/card/tests/card-deck.tsx +1 -1
  88. package/src/chart/demos/chart.tsx +1 -1
  89. package/src/grid/grid-pinned-container.spec.tsx +38 -0
  90. package/src/grid/grid-sticky-container.spec.tsx +4 -10
  91. package/src/grid/index.ts +2 -1
  92. package/src/grid/templates/grid-with-sticky-columns.tsx +22 -22
  93. package/src/grid/tests/grid-group-row-pinning-adaptive.tsx +24 -22
  94. package/src/grid/tests/grid-group-row-pinning.tsx +87 -79
  95. package/src/grid/tests/grid-row-pinning-adaptive.tsx +22 -19
  96. package/src/grid/tests/grid-row-pinning-with-sticky-grouping.tsx +177 -0
  97. package/src/grid/tests/grid-row-pinning.tsx +123 -111
  98. package/src/grid/tests/grid-sticky-grouping.tsx +43 -43
  99. package/src/pivotgrid/tests/pivotgrid-jquery.tsx +1 -1
  100. package/src/scheduler/tests/scheduler-adaptive-agenda.tsx +3 -3
  101. package/src/scheduler/tests/scheduler-adaptive-day-resource-group.tsx +3 -3
  102. package/src/scheduler/tests/scheduler-adaptive-day.tsx +3 -3
  103. package/src/scheduler/tests/scheduler-adaptive-edit-no-height.tsx +2 -2
  104. package/src/scheduler/tests/scheduler-adaptive-edit-time-zones.tsx +2 -2
  105. package/src/scheduler/tests/scheduler-adaptive-edit.tsx +2 -2
  106. package/src/scheduler/tests/scheduler-adaptive-month.tsx +3 -3
  107. package/src/treemap/tests/treemap.tsx +1 -1
@@ -0,0 +1,6 @@
1
+ import { KendoComponent } from '../_types/component';
2
+ export declare const GRID_PINNED_CONTAINER_CLASSNAME = "k-grid-pinned-container";
3
+ export type GridPinnedContainerProps = React.HTMLAttributes<HTMLDivElement> & {
4
+ position?: 'top' | 'bottom';
5
+ };
6
+ export declare const GridPinnedContainer: KendoComponent<GridPinnedContainerProps>;
@@ -1,6 +1,7 @@
1
1
  export * from './grid.spec';
2
2
  export * from './grid-header.spec';
3
3
  export * from './grid-grouping-header.spec';
4
+ export * from './grid-pinned-container.spec';
4
5
  export * from './grid-sticky-container.spec';
5
6
  export * from './grid-header-table.spec';
6
7
  export * from './grid-header-cell.spec';
@@ -0,0 +1,2 @@
1
+ declare const _default: () => import("react/jsx-runtime").JSX.Element;
2
+ export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-themes-html",
3
3
  "description": "A collection of HTML helpers used for developing Kendo UI themes",
4
- "version": "13.1.0-dev.1",
4
+ "version": "13.1.0-dev.3",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -62,5 +62,5 @@
62
62
  "react-dom": "^19.0.0",
63
63
  "vitest": "^4.0.18"
64
64
  },
65
- "gitHead": "10dd9982323564ddc37076c2402c40f4cf354ba1"
65
+ "gitHead": "a1e912df81b1aadcb852600c86a4ee5b55f72392"
66
66
  }
@@ -21,7 +21,7 @@ export default () =>(
21
21
  <span>jquery classic weeknumber with selected range</span>
22
22
 
23
23
  <section>
24
- <div className="k-widget k-calendar k-calendar-md">
24
+ <div className="k-calendar">
25
25
  <div className="k-header k-hstack">
26
26
  <Button fillMode="flat" className="k-calendar-nav-prev" icon="caret-alt-left"></Button>
27
27
  <Button fillMode="flat" themeColor="primary" className="k-calendar-nav-today k-flex">March 2018</Button>
@@ -189,7 +189,7 @@ export default () =>(
189
189
  </section>
190
190
 
191
191
  <section>
192
- <div className="k-widget k-calendar k-week-number k-calendar-md">
192
+ <div className="k-calendar k-week-number">
193
193
  <div className="k-header k-hstack">
194
194
  <Button fillMode="flat" className="k-calendar-nav-prev" icon="caret-alt-left"></Button>
195
195
  <Button fillMode="flat" themeColor="primary" className="k-calendar-nav-today k-flex">March 2018</Button>
@@ -364,7 +364,7 @@ export default () =>(
364
364
  </section>
365
365
 
366
366
  <section>
367
- <div className="k-widget k-calendar k-week-number k-calendar-range k-calendar-md">
367
+ <div className="k-calendar k-week-number k-calendar-range">
368
368
  <div className="k-header k-hstack">
369
369
  <Button fillMode="flat" className="k-calendar-nav-prev" icon="caret-alt-left"></Button>
370
370
  <Button fillMode="flat" themeColor="primary" className="k-calendar-nav-today k-flex">March 2018</Button>
@@ -543,7 +543,7 @@ export default () =>(
543
543
  <span>jquery classic century</span>
544
544
 
545
545
  <section>
546
- <div className="k-widget k-calendar k-calendar-md">
546
+ <div className="k-calendar">
547
547
  <div className="k-header k-hstack">
548
548
  <Button fillMode="flat" className="k-calendar-nav-prev" icon="caret-alt-left"></Button>
549
549
  <Button fillMode="flat" themeColor="primary" className="k-calendar-nav-today k-flex">2018</Button>
@@ -604,7 +604,7 @@ export default () =>(
604
604
  </section>
605
605
 
606
606
  <section>
607
- <div className="k-widget k-calendar k-calendar-md">
607
+ <div className="k-calendar">
608
608
  <div className="k-header k-hstack">
609
609
  <Button fillMode="flat" className="k-calendar-nav-prev" icon="caret-alt-left"></Button>
610
610
  <Button fillMode="flat" themeColor="primary" className="k-calendar-nav-today k-flex">2010 - 2019</Button>
@@ -661,7 +661,7 @@ export default () =>(
661
661
  </section>
662
662
 
663
663
  <section>
664
- <div className="k-widget k-calendar k-calendar-md">
664
+ <div className="k-calendar">
665
665
  <div className="k-header k-hstack">
666
666
  <Button fillMode="flat" className="k-calendar-nav-prev" icon="caret-alt-left"></Button>
667
667
  <Button fillMode="flat" themeColor="primary" className="k-calendar-nav-today k-flex">2000 - 2099</Button>
@@ -70,7 +70,7 @@ export const Captcha: KendoComponent<KendoCaptchaProps & KendoCaptchaState & Rea
70
70
  <Button icon="arrow-rotate-cw" disabled={loading === true}></Button>
71
71
  </div>
72
72
  <div className="k-captcha-volume-control k-vstack k-pos-absolute k-hidden">
73
- <div className="k-widget k-slider k-slider-vertical"></div>
73
+ <div className="k-slider k-slider-vertical"></div>
74
74
  </div>
75
75
  </div>
76
76
  <div className="k-captcha-input k-vstack">
@@ -13,7 +13,7 @@ export default () =>(
13
13
  <style>{styles}</style>
14
14
  <div id="test-area">
15
15
 
16
- <div className="k-widget k-chat">
16
+ <div className="k-chat">
17
17
  <div className="k-message-list k-avatars">
18
18
  <div className="k-message-list-content">
19
19
  <CardDeck>
@@ -6,7 +6,7 @@ const modifiers = [];
6
6
 
7
7
  export const ChartDemo = () => {
8
8
  return (
9
- <div className="k-chart k-widget" style={{ position: "relative", width: "660px", height: "400px" }}>
9
+ <div className="k-chart" style={{ position: "relative", width: "660px", height: "400px" }}>
10
10
  <div
11
11
  className="k-chart-surface"
12
12
  tabIndex={0}
@@ -0,0 +1,38 @@
1
+ import { classNames } from '../misc';
2
+
3
+ import { KendoComponent } from '../_types/component';
4
+ import { GRID_FOLDER_NAME, GRID_MODULE_NAME } from './constants';
5
+
6
+ export const GRID_PINNED_CONTAINER_CLASSNAME = `k-grid-pinned-container`;
7
+
8
+ export type GridPinnedContainerProps = React.HTMLAttributes<HTMLDivElement> & {
9
+ position?: 'top' | 'bottom';
10
+ };
11
+
12
+ export const GridPinnedContainer: KendoComponent<GridPinnedContainerProps> = (
13
+ props: GridPinnedContainerProps
14
+ ) => {
15
+ const {
16
+ position,
17
+ ...other
18
+ } = props;
19
+
20
+ return (
21
+ <div
22
+ {...other}
23
+ className={classNames(
24
+ props.className,
25
+ GRID_PINNED_CONTAINER_CLASSNAME,
26
+ {
27
+ 'k-pos-bottom': position === 'bottom',
28
+ }
29
+ )}
30
+ >
31
+ {props.children}
32
+ </div>
33
+ );
34
+ };
35
+
36
+ GridPinnedContainer.className = GRID_PINNED_CONTAINER_CLASSNAME;
37
+ GridPinnedContainer.moduleName = GRID_MODULE_NAME;
38
+ GridPinnedContainer.folderName = GRID_FOLDER_NAME;
@@ -9,27 +9,22 @@ export type GridStickyContainerProps = React.HTMLAttributes<HTMLDivElement> & {
9
9
  position?: 'top' | 'bottom';
10
10
  };
11
11
 
12
- const defaultProps = {
13
- position: 'top'
14
- };
15
-
16
12
  export const GridStickyContainer: KendoComponent<GridStickyContainerProps> = (
17
13
  props: GridStickyContainerProps
18
14
  ) => {
19
15
  const {
20
- position = defaultProps.position,
21
- ...others
16
+ position,
17
+ ...other
22
18
  } = props;
23
19
 
24
20
  return (
25
21
  <div
26
- {...others}
22
+ {...other}
27
23
  className={classNames(
28
24
  props.className,
29
25
  GRID_STICKY_CONTAINER_CLASSNAME,
30
26
  {
31
- 'k-grid-sticky-top-container': position === 'top',
32
- 'k-grid-sticky-bottom-container': position === 'bottom',
27
+ 'k-pos-bottom': position === 'bottom',
33
28
  }
34
29
  )}
35
30
  >
@@ -39,6 +34,5 @@ export const GridStickyContainer: KendoComponent<GridStickyContainerProps> = (
39
34
  };
40
35
 
41
36
  GridStickyContainer.className = GRID_STICKY_CONTAINER_CLASSNAME;
42
- GridStickyContainer.defaultProps = defaultProps;
43
37
  GridStickyContainer.moduleName = GRID_MODULE_NAME;
44
38
  GridStickyContainer.folderName = GRID_FOLDER_NAME;
package/src/grid/index.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from './grid.spec';
2
2
  export * from './grid-header.spec';
3
3
  export * from './grid-grouping-header.spec';
4
+ export * from './grid-pinned-container.spec';
4
5
  export * from './grid-sticky-container.spec';
5
6
  export * from './grid-header-table.spec';
6
7
  export * from './grid-header-cell.spec';
@@ -26,4 +27,4 @@ export * from './templates/grid-with-locked-columns';
26
27
  export * from './templates/grid-with-sticky-columns';
27
28
  export * from './templates/grid-with-edit-row';
28
29
  export * from './templates/grid-stack';
29
- export * from './demos/grid';
30
+ export * from './demos/grid';
@@ -17,10 +17,10 @@ export const GridWithStickyColumns = ({ contentClassName, ...other }: any) => (
17
17
  </colgroup>
18
18
  <TableThead>
19
19
  <TableRow>
20
- <GridHeaderCell className="k-grid-header-sticky" rowspan={1} colspan={1} columnTitle="Product Name" style={{ left: '0px', right: "250px", borderRightWidth: "1px" }}></GridHeaderCell>
20
+ <GridHeaderCell className="k-grid-header-sticky" rowspan={1} colspan={1} columnTitle="Product Name" style={{ left: '0px', borderRightWidth: "1px" }}></GridHeaderCell>
21
21
  <GridHeaderCell rowspan={1} colspan={1} columnTitle="Units In Stock"></GridHeaderCell>
22
22
  <GridHeaderCell rowspan={1} colspan={1} columnTitle="Price"></GridHeaderCell>
23
- <GridHeaderCell className="k-grid-header-sticky" rowspan={1} colspan={1} columnTitle="Units on Order" style={{ left: "250px", right: '0px', borderRightWidth: "1px" }}></GridHeaderCell>
23
+ <GridHeaderCell className="k-grid-header-sticky" rowspan={1} colspan={1} columnTitle="Units on Order" style={{ left: "250px", borderRightWidth: "1px" }}></GridHeaderCell>
24
24
  <GridHeaderCell rowspan={1} colspan={1} columnTitle="Reorder Level"></GridHeaderCell>
25
25
  </TableRow>
26
26
  </TableThead>
@@ -40,73 +40,73 @@ export const GridWithStickyColumns = ({ contentClassName, ...other }: any) => (
40
40
  </colgroup>
41
41
  <TableTbody>
42
42
  <TableRow className="k-master-row">
43
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', right: "250px", borderRightWidth: "1px" }}>Chai</TableTd>
43
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', borderRightWidth: "1px" }}>Chai</TableTd>
44
44
  <TableTd colspan={1}>39</TableTd>
45
45
  <TableTd colspan={1}>$18.00</TableTd>
46
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", right: '0px', borderRightWidth: "1px" }}>0</TableTd>
46
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", borderRightWidth: "1px" }}>0</TableTd>
47
47
  <TableTd colspan={1}>10</TableTd>
48
48
  </TableRow>
49
49
  <TableRow className="k-master-row" role="row" alt>
50
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', right: "250px", borderRightWidth: "1px" }}>Chang</TableTd>
50
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', borderRightWidth: "1px" }}>Chang</TableTd>
51
51
  <TableTd colspan={1}>17</TableTd>
52
52
  <TableTd colspan={1}>$19.00</TableTd>
53
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", right: '0px', borderRightWidth: "1px" }}>40</TableTd>
53
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", borderRightWidth: "1px" }}>40</TableTd>
54
54
  <TableTd colspan={1}>25</TableTd>
55
55
  </TableRow>
56
56
  <TableRow className="k-master-row" role="row">
57
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', right: "250px", borderRightWidth: "1px" }}>Aniseed Syrup</TableTd>
57
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', borderRightWidth: "1px" }}>Aniseed Syrup</TableTd>
58
58
  <TableTd colspan={1}>13</TableTd>
59
59
  <TableTd colspan={1}>$10.00</TableTd>
60
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", right: '0px', borderRightWidth: "1px" }}>70</TableTd>
60
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", borderRightWidth: "1px" }}>70</TableTd>
61
61
  <TableTd colspan={1}>25</TableTd>
62
62
  </TableRow>
63
63
  <TableRow className="k-master-row" role="row" alt>
64
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', right: "250px", borderRightWidth: "1px" }}>Chef Anton&apos;s Cajun Seasoning</TableTd>
64
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', borderRightWidth: "1px" }}>Chef Anton&apos;s Cajun Seasoning</TableTd>
65
65
  <TableTd colspan={1}>53</TableTd>
66
66
  <TableTd colspan={1}>$22.00</TableTd>
67
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", right: '0px', borderRightWidth: "1px" }}>0</TableTd>
67
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", borderRightWidth: "1px" }}>0</TableTd>
68
68
  <TableTd colspan={1}>0</TableTd>
69
69
  </TableRow>
70
70
  <TableRow className="k-master-row" role="row" >
71
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', right: "250px", borderRightWidth: "1px" }}>Chef Anton&apos;s Gumbo Mix</TableTd>
71
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', borderRightWidth: "1px" }}>Chef Anton&apos;s Gumbo Mix</TableTd>
72
72
  <TableTd colspan={1}>0</TableTd>
73
73
  <TableTd colspan={1}>$21.35</TableTd>
74
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", right: '0px', borderRightWidth: "1px" }}>0</TableTd>
74
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", borderRightWidth: "1px" }}>0</TableTd>
75
75
  <TableTd colspan={1}>0</TableTd>
76
76
  </TableRow>
77
77
  <TableRow className="k-master-row" role="row" alt >
78
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', right: "250px", borderRightWidth: "1px" }}>Grandma&apos;s Boysenberry Spread</TableTd>
78
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', borderRightWidth: "1px" }}>Grandma&apos;s Boysenberry Spread</TableTd>
79
79
  <TableTd colspan={1}>120</TableTd>
80
80
  <TableTd colspan={1}>$25.00</TableTd>
81
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", right: '0px', borderRightWidth: "1px" }}>0</TableTd>
81
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", borderRightWidth: "1px" }}>0</TableTd>
82
82
  <TableTd colspan={1}>25</TableTd>
83
83
  </TableRow>
84
84
  <TableRow className="k-master-row" role="row">
85
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', right: "250px", borderRightWidth: "1px" }}>Uncle Bob&apos;s Organic Dried Pears</TableTd>
85
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', borderRightWidth: "1px" }}>Uncle Bob&apos;s Organic Dried Pears</TableTd>
86
86
  <TableTd colspan={1}>15</TableTd>
87
87
  <TableTd colspan={1}>$30.00</TableTd>
88
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", right: '0px', borderRightWidth: "1px" }}>0</TableTd>
88
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", borderRightWidth: "1px" }}>0</TableTd>
89
89
  <TableTd colspan={1}>10</TableTd>
90
90
  </TableRow>
91
91
  <TableRow className="k-master-row" role="row" alt>
92
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', right: "250px", borderRightWidth: "1px" }}>Northwoods Cranberry Sauce</TableTd>
92
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', borderRightWidth: "1px" }}>Northwoods Cranberry Sauce</TableTd>
93
93
  <TableTd colspan={1}>6</TableTd>
94
94
  <TableTd colspan={1}>$40.00</TableTd>
95
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", right: '0px', borderRightWidth: "1px" }}>0</TableTd>
95
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", borderRightWidth: "1px" }}>0</TableTd>
96
96
  <TableTd colspan={1}>0</TableTd>
97
97
  </TableRow>
98
98
  <TableRow className="k-master-row" role="row">
99
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', right: "250px", borderRightWidth: "1px" }}>Mishi Kobe Niku</TableTd>
99
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', borderRightWidth: "1px" }}>Mishi Kobe Niku</TableTd>
100
100
  <TableTd colspan={1}>29</TableTd>
101
101
  <TableTd colspan={1}>97</TableTd>
102
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", right: '0px', borderRightWidth: "1px" }}>0</TableTd>
102
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", borderRightWidth: "1px" }}>0</TableTd>
103
103
  <TableTd colspan={1}>0</TableTd>
104
104
  </TableRow>
105
105
  <TableRow className="k-master-row" role="row" alt>
106
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', right: "250px", borderRightWidth: "1px" }}>Ikura</TableTd>
106
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: '0px', borderRightWidth: "1px" }}>Ikura</TableTd>
107
107
  <TableTd colspan={1}>31</TableTd>
108
108
  <TableTd colspan={1}>$31.00</TableTd>
109
- <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", right: '0px', borderRightWidth: "1px" }}>0</TableTd>
109
+ <TableTd className="k-grid-content-sticky" colspan={1} style={{ left: "250px", borderRightWidth: "1px" }}>0</TableTd>
110
110
  <TableTd colspan={1}>0</TableTd>
111
111
  </TableRow>
112
112
  </TableTbody>
@@ -10,7 +10,7 @@ import { GridGroupingHeader } from "../grid-grouping-header.spec";
10
10
  import GridHeaderCell from "../grid-header-cell.spec";
11
11
  import { GridHeaderTable } from "../grid-header-table.spec";
12
12
  import { GridHeader } from "../grid-header.spec";
13
- import { GridStickyContainer } from "../grid-sticky-container.spec";
13
+ import { GridPinnedContainer } from "../grid-pinned-container.spec";
14
14
  import { GridTable } from "../grid-table.spec";
15
15
  import Grid from "../grid.spec";
16
16
 
@@ -283,7 +283,7 @@ export default () => (
283
283
  <ColumnMenuItemWrapper>
284
284
  <ColumnMenuItem text="Hide row" startIcon="eye-slash" />
285
285
  <ColumnMenuItem text="Set row sticky" startIcon="stick" />
286
- <ColumnMenuExpander itemText="Pin group" itemStartIcon="pin" expanderIcon="chevron-right" />
286
+ <ColumnMenuExpander itemText="Pin group" itemStartIcon="pin-outline" expanderIcon="chevron-right" />
287
287
  <ColumnMenuExpander itemText="Copy" itemStartIcon="copy" expanderIcon="chevron-right" />
288
288
  <ColumnMenuItem text="Select all rows" startIcon="grid-layout" />
289
289
  <ColumnMenuExpander itemText="Export" itemStartIcon="export" expanderIcon="chevron-right" />
@@ -423,8 +423,8 @@ export default () => (
423
423
  >
424
424
  <ColumnMenuNormal size="large">
425
425
  <ColumnMenuItemWrapper>
426
- <ColumnMenuItem text="Pin group to top" startIcon="pin" selected />
427
- <ColumnMenuItem text="Pin group to bottom" startIcon="pin" />
426
+ <ColumnMenuItem text="Pin group to top" startIcon="pin-outline-top" selected />
427
+ <ColumnMenuItem text="Pin group to bottom" startIcon="pin-outline-bottom" />
428
428
  </ColumnMenuItemWrapper>
429
429
  </ColumnMenuNormal>
430
430
  </ActionSheetNormal>
@@ -470,26 +470,28 @@ export default () => (
470
470
  </GridHeaderTable>
471
471
  </div>
472
472
  </GridHeader>
473
+ <GridPinnedContainer>
474
+ <div className="k-grid-pinned-wrap">
475
+ <GridTable>
476
+ <colgroup>
477
+ <col className="k-group-col" />
478
+ <col />
479
+ </colgroup>
480
+ <TableTbody>
481
+ <TableRow className="k-table-group-row k-grouping-row">
482
+ <TableTd colspan={5}>
483
+ <p className="k-reset">
484
+ <Icon icon="none" />
485
+ Rating 1/5
486
+ </p>
487
+ </TableTd>
488
+ </TableRow>
489
+ </TableTbody>
490
+ </GridTable>
491
+ </div>
492
+ </GridPinnedContainer>
473
493
  <GridContainer>
474
494
  <GridContent>
475
- <GridStickyContainer>
476
- <GridTable>
477
- <colgroup>
478
- <col className="k-group-col" />
479
- <col />
480
- </colgroup>
481
- <TableTbody>
482
- <TableRow className="k-table-group-row k-grouping-row">
483
- <TableTd colspan={5}>
484
- <p className="k-reset">
485
- <Icon icon="none" />
486
- Rating 1/5
487
- </p>
488
- </TableTd>
489
- </TableRow>
490
- </TableTbody>
491
- </GridTable>
492
- </GridStickyContainer>
493
495
  <GridTable>
494
496
  <colgroup>
495
497
  <col className="k-group-col" />
@@ -1,6 +1,6 @@
1
1
  import { Icon } from "../../icon";
2
2
  import { Chip, ChipList, ChipAction } from "../../chip";
3
- import { Grid, GridHeader, GridHeaderCell, GridHeaderTable, GridGroupingHeader, GridContainer, GridContent, GridTable, GridStickyContainer } from "../../grid";
3
+ import { Grid, GridHeader, GridHeaderCell, GridHeaderTable, GridGroupingHeader, GridContainer, GridContent, GridTable, GridPinnedContainer } from "../../grid";
4
4
  import { TableThead, TableRow, TableTd, TableTbody } from "../../table";
5
5
  import { ContextMenu } from "../../context-menu";
6
6
  import { MenuListItem } from "../../menu";
@@ -174,26 +174,28 @@ export default () => (
174
174
  </GridHeaderTable>
175
175
  </div>
176
176
  </GridHeader>
177
+ <GridPinnedContainer>
178
+ <div className="k-grid-pinned-wrap">
179
+ <GridTable>
180
+ <colgroup>
181
+ <col className="k-group-col" />
182
+ <col />
183
+ </colgroup>
184
+ <TableTbody>
185
+ <TableRow className="k-table-group-row k-grouping-row">
186
+ <TableTd colspan={9}>
187
+ <p className="k-reset">
188
+ <Icon icon="none" />
189
+ Rating 1/5
190
+ </p>
191
+ </TableTd>
192
+ </TableRow>
193
+ </TableTbody>
194
+ </GridTable>
195
+ </div>
196
+ </GridPinnedContainer>
177
197
  <GridContainer>
178
198
  <GridContent>
179
- <GridStickyContainer>
180
- <GridTable>
181
- <colgroup>
182
- <col className="k-group-col" />
183
- <col />
184
- </colgroup>
185
- <TableTbody>
186
- <TableRow className="k-table-group-row k-grouping-row">
187
- <TableTd colspan={9}>
188
- <p className="k-reset">
189
- <Icon icon="none" />
190
- Rating 1/5
191
- </p>
192
- </TableTd>
193
- </TableRow>
194
- </TableTbody>
195
- </GridTable>
196
- </GridStickyContainer>
197
199
  <GridTable>
198
200
  <colgroup>
199
201
  <col className="k-group-col" />
@@ -363,26 +365,28 @@ export default () => (
363
365
  </TableRow>
364
366
  </TableTbody>
365
367
  </GridTable>
366
- <GridStickyContainer position="bottom" style={{ insetBlockEnd: "0" }}>
367
- <GridTable>
368
- <colgroup>
369
- <col className="k-group-col" />
370
- <col />
371
- </colgroup>
372
- <TableTbody>
373
- <TableRow className="k-table-group-row k-grouping-row">
374
- <TableTd colspan={4}>
375
- <p className="k-reset">
376
- <Icon icon="none" />
377
- Rating 1/5
378
- </p>
379
- </TableTd>
380
- </TableRow>
381
- </TableTbody>
382
- </GridTable>
383
- </GridStickyContainer>
384
368
  </GridContent>
385
369
  </GridContainer>
370
+ <GridPinnedContainer position="bottom">
371
+ <div className="k-grid-pinned-wrap">
372
+ <GridTable>
373
+ <colgroup>
374
+ <col className="k-group-col" />
375
+ <col />
376
+ </colgroup>
377
+ <TableTbody>
378
+ <TableRow className="k-table-group-row k-grouping-row">
379
+ <TableTd colspan={4}>
380
+ <p className="k-reset">
381
+ <Icon icon="none" />
382
+ Rating 1/5
383
+ </p>
384
+ </TableTd>
385
+ </TableRow>
386
+ </TableTbody>
387
+ </GridTable>
388
+ </div>
389
+ </GridPinnedContainer>
386
390
  </Grid>
387
391
  </section>
388
392
 
@@ -548,29 +552,31 @@ export default () => (
548
552
  </GridHeaderTable>
549
553
  </div>
550
554
  </GridHeader>
555
+ <GridPinnedContainer>
556
+ <div className="k-grid-pinned-wrap">
557
+ <GridTable>
558
+ <colgroup>
559
+ <col className="k-group-col" />
560
+ <col />
561
+ </colgroup>
562
+ <TableTbody>
563
+ <TableRow className="k-table-group-row k-grouping-row">
564
+ <TableTd colspan={9}>
565
+ <p className="k-reset">
566
+ <span className="k-pin-cell">
567
+ <Icon icon="unpin-outline" />
568
+ </span>
569
+ <Icon icon="none" />
570
+ Rating 1/5
571
+ </p>
572
+ </TableTd>
573
+ </TableRow>
574
+ </TableTbody>
575
+ </GridTable>
576
+ </div>
577
+ </GridPinnedContainer>
551
578
  <GridContainer>
552
579
  <GridContent>
553
- <GridStickyContainer>
554
- <GridTable>
555
- <colgroup>
556
- <col className="k-group-col" />
557
- <col />
558
- </colgroup>
559
- <TableTbody>
560
- <TableRow className="k-table-group-row k-grouping-row">
561
- <TableTd colspan={9}>
562
- <p className="k-reset">
563
- <span className="k-pin-cell">
564
- <Icon icon="unpin-outline" />
565
- </span>
566
- <Icon icon="none" />
567
- Rating 1/5
568
- </p>
569
- </TableTd>
570
- </TableRow>
571
- </TableTbody>
572
- </GridTable>
573
- </GridStickyContainer>
574
580
  <GridTable>
575
581
  <colgroup>
576
582
  <col className="k-group-col" />
@@ -752,29 +758,31 @@ export default () => (
752
758
  </TableRow>
753
759
  </TableTbody>
754
760
  </GridTable>
755
- <GridStickyContainer position="bottom" style={{ insetBlockEnd: "0" }}>
756
- <GridTable>
757
- <colgroup>
758
- <col className="k-group-col" />
759
- <col />
760
- </colgroup>
761
- <TableTbody>
762
- <TableRow className="k-table-group-row k-grouping-row">
763
- <TableTd colspan={4}>
764
- <p className="k-reset">
765
- <span className="k-pin-cell">
766
- <Icon icon="unpin-outline" />
767
- </span>
768
- <Icon icon="none" />
769
- Rating 1/5
770
- </p>
771
- </TableTd>
772
- </TableRow>
773
- </TableTbody>
774
- </GridTable>
775
- </GridStickyContainer>
776
761
  </GridContent>
777
762
  </GridContainer>
763
+ <GridPinnedContainer position="bottom">
764
+ <div className="k-grid-pinned-wrap">
765
+ <GridTable>
766
+ <colgroup>
767
+ <col className="k-group-col" />
768
+ <col />
769
+ </colgroup>
770
+ <TableTbody>
771
+ <TableRow className="k-table-group-row k-grouping-row">
772
+ <TableTd colspan={4}>
773
+ <p className="k-reset">
774
+ <span className="k-pin-cell">
775
+ <Icon icon="unpin-outline" />
776
+ </span>
777
+ <Icon icon="none" />
778
+ Rating 1/5
779
+ </p>
780
+ </TableTd>
781
+ </TableRow>
782
+ </TableTbody>
783
+ </GridTable>
784
+ </div>
785
+ </GridPinnedContainer>
778
786
  </Grid>
779
787
  </section>
780
788
  </div>