@syncfusion/ej2-grids 32.2.5 → 32.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-grids",
|
|
3
|
-
"version": "32.2.
|
|
3
|
+
"version": "32.2.6",
|
|
4
4
|
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel.",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,20 +8,20 @@
|
|
|
8
8
|
"module": "./index.js",
|
|
9
9
|
"es2015": "./dist/es6/ej2-grids.es5.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@syncfusion/ej2-base": "~32.2.
|
|
11
|
+
"@syncfusion/ej2-base": "~32.2.6",
|
|
12
12
|
"@syncfusion/ej2-buttons": "~32.2.3",
|
|
13
|
-
"@syncfusion/ej2-calendars": "~32.2.
|
|
13
|
+
"@syncfusion/ej2-calendars": "~32.2.6",
|
|
14
14
|
"@syncfusion/ej2-compression": "~32.2.3",
|
|
15
15
|
"@syncfusion/ej2-data": "~32.2.3",
|
|
16
|
-
"@syncfusion/ej2-dropdowns": "~32.2.
|
|
16
|
+
"@syncfusion/ej2-dropdowns": "~32.2.6",
|
|
17
17
|
"@syncfusion/ej2-excel-export": "~32.2.3",
|
|
18
18
|
"@syncfusion/ej2-file-utils": "~32.2.3",
|
|
19
19
|
"@syncfusion/ej2-inputs": "~32.2.5",
|
|
20
|
-
"@syncfusion/ej2-lists": "~32.2.
|
|
21
|
-
"@syncfusion/ej2-navigations": "~32.2.
|
|
20
|
+
"@syncfusion/ej2-lists": "~32.2.6",
|
|
21
|
+
"@syncfusion/ej2-navigations": "~32.2.6",
|
|
22
22
|
"@syncfusion/ej2-notifications": "~32.2.3",
|
|
23
23
|
"@syncfusion/ej2-pdf-export": "~32.2.3",
|
|
24
|
-
"@syncfusion/ej2-popups": "~32.2.
|
|
24
|
+
"@syncfusion/ej2-popups": "~32.2.6",
|
|
25
25
|
"@syncfusion/ej2-splitbuttons": "~32.2.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {},
|
|
@@ -15,11 +15,11 @@ $grid-frozen-row-shadow-background-color: $frozen-shadow-2 !default;
|
|
|
15
15
|
$grid-header-font-size: 14px !default;
|
|
16
16
|
$grid-bigger-header-font-size: 14px !default;
|
|
17
17
|
$grid-header-icon-color: rgba($icon-color) !default;
|
|
18
|
-
$grid-sorted-header-color: rgba($
|
|
18
|
+
$grid-sorted-header-color: rgba($table-header-text-color) !default;
|
|
19
19
|
$grid-popup-bg-color: rgba($content-bg-color) !default;
|
|
20
20
|
$grid-sortnumber-bg-color: $content-bg-color-alt2 !default;
|
|
21
21
|
$grid-sortnumber-color: rgba($content-text-color-alt2) !default;
|
|
22
|
-
$grid-table-background-color: rgba($
|
|
22
|
+
$grid-table-background-color: rgba($table-bg-color) !default;
|
|
23
23
|
$grid-row-selection-color: rgba($icon-color-pressed) !default;
|
|
24
24
|
$grid-cell-selection-color: rgba($content-bg-color-selected) !default;
|
|
25
25
|
$grid-content-selection-color: rgba($content-text-color) !default;
|
|
@@ -154,15 +154,15 @@ $grid-rtl-headercelldiv-fltricon-padding: 0 1.6em 0 10px !default;
|
|
|
154
154
|
$grid-sortnumber-filtericon-rightalign-margin: 8px 2px 0 5px !default;
|
|
155
155
|
$grid-xl-match-margin-left: 6px !default;
|
|
156
156
|
$grid-bigger-xl-match-margin-left: 8px !default;
|
|
157
|
-
$grid-rows-bg-color: rgba($content-bg-color) !default;
|
|
157
|
+
$grid-rows-bg-color: rgba($content-header-bg-color) !default;
|
|
158
158
|
$grid-resize-border-width: 1px !default;
|
|
159
159
|
$grid-xl-rtl-radio-padding-left: 0 !default;
|
|
160
160
|
$grid-xl-rtl-radio-padding-right: 25px !default;
|
|
161
161
|
$grid-filterbarcell-input-padding: 0 26px 0 10px !default;
|
|
162
162
|
$grid-icon-default-color: $grid-icon-color !default;
|
|
163
163
|
$grid-resize-helper-color: $border-dark !default;
|
|
164
|
-
$grid-header-bg-color: rgba($
|
|
165
|
-
$grid-header-color: rgba($
|
|
164
|
+
$grid-header-bg-color: rgba($table-header-bg-color) !default;
|
|
165
|
+
$grid-header-color: rgba($table-header-text-color) !default;
|
|
166
166
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
167
167
|
$grid-icon-font-size: 16px !default;
|
|
168
168
|
$grid-border-size: 1px !default;
|
|
@@ -171,16 +171,16 @@ $grid-headercelldiv-right-align-padding: 0 8px 0 !default;
|
|
|
171
171
|
$grid-headercell-line-height: 32px !default;
|
|
172
172
|
$grid-header-font-weight: 500 !default;
|
|
173
173
|
$grid-filtercell-both-border-width: 1px 0 0 1px !default;
|
|
174
|
-
$grid-header-border-color: rgba($border
|
|
174
|
+
$grid-header-border-color: rgba($table-header-border) !default;
|
|
175
175
|
$grid-rowcell-line-height: 20px !default;
|
|
176
176
|
$grid-bigger-rowcell-autofill-top-line-height: 22px !default;
|
|
177
177
|
$grid-bigger-rowcell-autofill-top-bottom-line-height: 20px !default;
|
|
178
178
|
$grid-rowcell-autofill-top-line-height: 18px !default;
|
|
179
179
|
$grid-rowcell-autofill-top-bottom-line-height: 16px !default;
|
|
180
|
-
$grid-content-font-color: rgba($content-text-color) !default;
|
|
180
|
+
$grid-content-font-color: rgba($content-header-text-color) !default;
|
|
181
181
|
$grid-hover-content-font-color: rgba($content-text-color-hover) !default;
|
|
182
|
-
$grid-cell-border-color: rgba($border
|
|
183
|
-
$grid-content-bg-color: rgba($content-bg-color) !default;
|
|
182
|
+
$grid-cell-border-color: rgba($table-border) !default;
|
|
183
|
+
$grid-content-bg-color: rgba($content-header-bg-color) !default;
|
|
184
184
|
$grid-row-selection-bg-color: $table-bg-color-selected !default;
|
|
185
185
|
$grid-cell-selection-bg-color: $table-bg-color-selected !default;
|
|
186
186
|
$grid-hover-bg-color: linear-gradient(0deg, rgba($on-surface, .05), rgba($on-surface, .05)), rgba($surface) !default;
|
|
@@ -525,7 +525,7 @@ $grid-responsive-btn-top: -10px !default;
|
|
|
525
525
|
$grid-responsive-apply-btn-top: 0 !default;
|
|
526
526
|
$grid-responsive-column-menu-icon-margin-top: 0 !default;
|
|
527
527
|
$grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
528
|
-
$grid-rowcell-color: rgba($content-text-color) !default;
|
|
528
|
+
$grid-rowcell-color: rgba($content-header-text-color) !default;
|
|
529
529
|
$grid-header-text-transform: none !default;
|
|
530
530
|
$grid-headerclone-font-size: $grid-content-font-size !default;
|
|
531
531
|
$grid-filter-icon-color: rgba($icon-color) !default;
|
|
@@ -15,11 +15,11 @@ $grid-frozen-row-shadow-background-color: $frozen-shadow-2 !default;
|
|
|
15
15
|
$grid-header-font-size: 14px !default;
|
|
16
16
|
$grid-bigger-header-font-size: 14px !default;
|
|
17
17
|
$grid-header-icon-color: rgba($icon-color) !default;
|
|
18
|
-
$grid-sorted-header-color: rgba($
|
|
18
|
+
$grid-sorted-header-color: rgba($table-header-text-color) !default;
|
|
19
19
|
$grid-popup-bg-color: rgba($content-bg-color) !default;
|
|
20
20
|
$grid-sortnumber-bg-color: $content-bg-color-alt2 !default;
|
|
21
21
|
$grid-sortnumber-color: rgba($content-text-color-alt2) !default;
|
|
22
|
-
$grid-table-background-color: rgba($
|
|
22
|
+
$grid-table-background-color: rgba($table-bg-color) !default;
|
|
23
23
|
$grid-row-selection-color: rgba($icon-color-pressed) !default;
|
|
24
24
|
$grid-cell-selection-color: rgba($content-bg-color-selected) !default;
|
|
25
25
|
$grid-content-selection-color: rgba($content-text-color) !default;
|
|
@@ -154,15 +154,15 @@ $grid-rtl-headercelldiv-fltricon-padding: 0 1.6em 0 10px !default;
|
|
|
154
154
|
$grid-sortnumber-filtericon-rightalign-margin: 8px 2px 0 5px !default;
|
|
155
155
|
$grid-xl-match-margin-left: 6px !default;
|
|
156
156
|
$grid-bigger-xl-match-margin-left: 8px !default;
|
|
157
|
-
$grid-rows-bg-color: rgba($content-bg-color) !default;
|
|
157
|
+
$grid-rows-bg-color: rgba($content-header-bg-color) !default;
|
|
158
158
|
$grid-resize-border-width: 1px !default;
|
|
159
159
|
$grid-xl-rtl-radio-padding-left: 0 !default;
|
|
160
160
|
$grid-xl-rtl-radio-padding-right: 25px !default;
|
|
161
161
|
$grid-filterbarcell-input-padding: 0 26px 0 10px !default;
|
|
162
162
|
$grid-icon-default-color: $grid-icon-color !default;
|
|
163
163
|
$grid-resize-helper-color: $border-dark !default;
|
|
164
|
-
$grid-header-bg-color: rgba($
|
|
165
|
-
$grid-header-color: rgba($
|
|
164
|
+
$grid-header-bg-color: rgba($table-header-bg-color) !default;
|
|
165
|
+
$grid-header-color: rgba($table-header-text-color) !default;
|
|
166
166
|
$grid-headercell-both-border-width: 0 0 0 1px !default;
|
|
167
167
|
$grid-icon-font-size: 16px !default;
|
|
168
168
|
$grid-border-size: 1px !default;
|
|
@@ -171,16 +171,16 @@ $grid-headercelldiv-right-align-padding: 0 8px 0 !default;
|
|
|
171
171
|
$grid-headercell-line-height: 32px !default;
|
|
172
172
|
$grid-header-font-weight: 500 !default;
|
|
173
173
|
$grid-filtercell-both-border-width: 1px 0 0 1px !default;
|
|
174
|
-
$grid-header-border-color: rgba($border
|
|
174
|
+
$grid-header-border-color: rgba($table-header-border) !default;
|
|
175
175
|
$grid-rowcell-line-height: 20px !default;
|
|
176
176
|
$grid-bigger-rowcell-autofill-top-line-height: 22px !default;
|
|
177
177
|
$grid-bigger-rowcell-autofill-top-bottom-line-height: 20px !default;
|
|
178
178
|
$grid-rowcell-autofill-top-line-height: 18px !default;
|
|
179
179
|
$grid-rowcell-autofill-top-bottom-line-height: 16px !default;
|
|
180
|
-
$grid-content-font-color: rgba($content-text-color) !default;
|
|
180
|
+
$grid-content-font-color: rgba($content-header-text-color) !default;
|
|
181
181
|
$grid-hover-content-font-color: rgba($content-text-color-hover) !default;
|
|
182
|
-
$grid-cell-border-color: rgba($border
|
|
183
|
-
$grid-content-bg-color: rgba($content-bg-color) !default;
|
|
182
|
+
$grid-cell-border-color: rgba($table-border) !default;
|
|
183
|
+
$grid-content-bg-color: rgba($content-header-bg-color) !default;
|
|
184
184
|
$grid-row-selection-bg-color: $table-bg-color-selected !default;
|
|
185
185
|
$grid-cell-selection-bg-color: $table-bg-color-selected !default;
|
|
186
186
|
$grid-hover-bg-color: linear-gradient(0deg, rgba($on-surface, .05), rgba($on-surface, .05)), rgba($surface) !default;
|
|
@@ -525,7 +525,7 @@ $grid-responsive-btn-top: -10px !default;
|
|
|
525
525
|
$grid-responsive-apply-btn-top: 0 !default;
|
|
526
526
|
$grid-responsive-column-menu-icon-margin-top: 0 !default;
|
|
527
527
|
$grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
528
|
-
$grid-rowcell-color: rgba($content-text-color) !default;
|
|
528
|
+
$grid-rowcell-color: rgba($content-header-text-color) !default;
|
|
529
529
|
$grid-header-text-transform: none !default;
|
|
530
530
|
$grid-headerclone-font-size: $grid-content-font-size !default;
|
|
531
531
|
$grid-filter-icon-color: rgba($icon-color) !default;
|