|
19 | 19 | /// |
20 | 20 | /// @param {Color} $sorted-header-icon-color [null] - The sort icon color when sorted. |
21 | 21 | /// |
| 22 | +/// @param {Color} $content-background [null] - The table body background color. |
| 23 | +/// @param {Color} $content-text-color [null] - The table body text color. |
| 24 | +/// |
22 | 25 | /// @param {Color} $ghost-header-text-color [null] - The dragged header text color. |
23 | 26 | /// @param {Color} $ghost-header-icon-color [null] - The dragged header icon color. |
24 | 27 | /// @param {Color} $ghost-header-background [null] - The dragged header background color. |
25 | | -/// @param {Color} $content-background [null] - The table body background color. |
26 | | -/// @param {Color} $content-text-color [null] - The table body text color. |
| 28 | +/// |
27 | 29 | /// @param {Color} $row-odd-background [null] - The background color of odd rows. |
28 | 30 | /// @param {Color} $row-even-background [null] - The background color of even rows. |
29 | 31 | /// @param {Color} $row-odd-text-color [null] - The text color of odd rows. |
|
33 | 35 | /// @param {Color} $row-hover-background [null] - The hover row background color. |
34 | 36 | /// @param {Color} $row-hover-text-color [null] - The hover row text color. |
35 | 37 | /// @param {Color} $row-border-color [null] - The row bottom border color. |
36 | | -/// @param {Color} $row-highlight [null] - The grid row highlight indication color. |
| 38 | +/// |
37 | 39 | /// @param {String} $pinned-border-width [null] - The border width of the pinned border. |
38 | 40 | /// @param {String} $pinned-border-style [null] - The CSS border style of the pinned border. |
39 | 41 | /// @param {Color} $pinned-border-color [null] - The color of the pinned border. |
| 42 | +/// |
40 | 43 | /// @param {Color} $cell-active-border-color [null] - The border color for the currently active(focused) cell. |
41 | 44 | /// @param {Color} $cell-selected-background [null] - The selected cell background color. |
42 | 45 | /// @param {Color} $cell-selected-text-color [null] - The selected cell text color. |
| 46 | +/// @param {Color} $cell-editing-background [null] - The background color of the cell being edited. |
| 47 | +/// @param {Color} $cell-edited-value-color [null] - The text color of a sell that has been edited. |
| 48 | +/// |
| 49 | +/// @param {Color} $edit-mode-color [null] - The color applied around the row when in editing mode. |
| 50 | +/// @param {Color} $edited-row-indicator [null] - The color applied to the edited row indicator line. |
| 51 | +/// |
43 | 52 | /// @param {Color} $resize-line-color [null] - The table header resize line color. |
| 53 | +/// @param {Color} $drop-indicator-color [null] - The color applied to the line between the columns when dragging a column. |
44 | 54 | /// |
45 | 55 | /// @param {Color} $grouparea-background [null] - The grid group area background color. |
46 | 56 | /// |
47 | 57 | /// @param {Color} $group-row-background [null] - The grid group row background color. |
48 | 58 | /// @param {Color} $group-row-selected-background [null] - The drop area background on drop color. |
49 | | -/// @param {Color} $active-expand-icon-color [null] - The drop area background on drop color. |
50 | | -/// @param {Color} $active-expand-icon-hover-color [null] - The drop area background on drop color. |
51 | 59 | /// @param {Color} $group-label-column-name-text [null] - The grid group row column name text color. |
52 | 60 | /// @param {Color} $group-label-icon [null] - The grid group row icon color. |
53 | 61 | /// @param {Color} $group-label-text [null] - The grid group row text color. |
54 | 62 | /// |
55 | 63 | /// @param {Color} $expand-all-icon-color [null] - The grid header expand all group rows icon color. |
56 | 64 | /// @param {Color} $expand-all-icon-hover-color [null] - The grid header expand all group rows icon hover color. |
| 65 | +/// |
57 | 66 | /// @param {Color} $expand-icon-color [null] - The grid row expand icon color. |
58 | 67 | /// @param {Color} $expand-icon-hover-color [null] - The grid row expand icon hover color. |
| 68 | +/// |
| 69 | +/// @param {Color} $active-expand-icon-color [null] - The drop area background on drop color. |
| 70 | +/// @param {Color} $active-expand-icon-hover-color [null] - The drop area background on drop color. |
| 71 | +/// |
59 | 72 | /// @param {Color} $group-count-background [null] - The grid group row cont badge background color. |
60 | 73 | /// @param {Color} $group-count-text-color [null] - The grid group row cont badge text color. |
| 74 | +/// |
61 | 75 | /// @param {Color} $drop-area-text-color [null] - The drop area text color. |
62 | 76 | /// @param {Color} $drop-area-icon-color [null] - The drop area icon color. |
63 | 77 | /// @param {Color} $drop-area-background [null] - The drop area background color. |
64 | 78 | /// @param {Color} $drop-area-on-drop-background [null] - The drop area background on drop color. |
65 | | -/// @param {Color} $tree-filtered-text-color [null] - grouping row background color on focus. |
66 | 79 | /// |
67 | 80 | /// @param {Color} $filtering-header-background [null] - The background color of the filtered column header. |
68 | 81 | /// @param {Color} $filtering-header-text-color [null] - The text color color of the filtered column header. |
69 | 82 | /// @param {Color} $filtering-row-background [null] - The background color of the filtering row. |
70 | 83 | /// @param {Color} $filtering-row-text-color [null] - The text-color color of the filtering row. |
| 84 | +/// @param {Color} $tree-filtered-text-color [null] - grouping row background color on focus. |
71 | 85 | /// |
72 | 86 | /// @param {Color} $body-summaries-background [null] - The background color of the summary groups located the body. |
73 | 87 | /// @param {Color} $body-summaries-text-color [null] - The text color of the summary results located the body. |
74 | 88 | /// @param {Color} $root-summaries-background [null] - The background color of the summary groups located the footer. |
75 | 89 | /// @param {Color} $root-summaries-text-color [null] - The text color of the summary results located the footer. |
| 90 | +/// |
| 91 | +/// @param {Color} $row-highlight [null] - The grid row highlight indication color. |
76 | 92 | /// @param {box-shadow} $grid-shadow [null] - The shadow of the grid. |
77 | 93 | /// @param {box-shadow} $drag-shadow [null] - The shadow used for movable elements (ex. column headers). |
78 | | -/// @param {color} $row-drag-color [null] - The row drag handle color. |
79 | 94 | /// @param {color} $row-ghost-background [null] - The dragged row background color. |
| 95 | +/// @param {color} $row-drag-color [null] - The row drag handle color. |
80 | 96 | /// @param {border-radius} $drop-area-border-radius [null] - The border radius used for column drop area. |
81 | 97 | /// |
82 | 98 | /// @requires $default-palette |
|
91 | 107 | @function igx-grid-theme( |
92 | 108 | $palette: $default-palette, |
93 | 109 | $schema: $light-schema, |
| 110 | + $elevations: $elevations, |
94 | 111 |
|
95 | 112 | $header-background: null, |
96 | 113 | $header-text-color: null, |
|
125 | 142 | $cell-selected-background: null, |
126 | 143 | $cell-selected-text-color: null, |
127 | 144 | $cell-editing-background: null, |
| 145 | + $cell-edited-value-color: null, |
128 | 146 |
|
129 | 147 | $edit-mode-color: null, |
130 | 148 | $edited-row-indicator: null, |
131 | | - $cell-edited-value-color: null, |
132 | 149 |
|
133 | 150 | $resize-line-color: null, |
134 | 151 | $drop-indicator-color: null, |
|
0 commit comments