@syncfusion/ej2-angular-grids 20.3.56-ngcc → 20.3.57-ngcc
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/CHANGELOG.md +14 -0
- package/dist/ej2-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- package/package.json +6 -6
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +23 -12
- package/styles/bootstrap.css +23 -12
- package/styles/bootstrap4.css +23 -12
- package/styles/bootstrap5-dark.css +23 -12
- package/styles/bootstrap5.css +23 -12
- package/styles/excel-filter/bootstrap-dark.css +2 -1
- package/styles/excel-filter/bootstrap.css +2 -1
- package/styles/excel-filter/bootstrap4.css +2 -1
- package/styles/excel-filter/bootstrap5-dark.css +2 -1
- package/styles/excel-filter/bootstrap5.css +2 -1
- package/styles/excel-filter/fabric-dark.css +2 -1
- package/styles/excel-filter/fabric.css +2 -1
- package/styles/excel-filter/fluent-dark.css +2 -1
- package/styles/excel-filter/fluent.css +2 -1
- package/styles/excel-filter/highcontrast-light.css +2 -1
- package/styles/excel-filter/highcontrast.css +2 -1
- package/styles/excel-filter/material-dark.css +2 -1
- package/styles/excel-filter/material.css +2 -1
- package/styles/excel-filter/tailwind-dark.css +2 -1
- package/styles/excel-filter/tailwind.css +2 -1
- package/styles/fabric-dark.css +23 -12
- package/styles/fabric.css +23 -12
- package/styles/fluent-dark.css +23 -12
- package/styles/fluent.css +23 -12
- package/styles/grid/bootstrap-dark.css +21 -11
- package/styles/grid/bootstrap.css +21 -11
- package/styles/grid/bootstrap4.css +21 -11
- package/styles/grid/bootstrap5-dark.css +21 -11
- package/styles/grid/bootstrap5.css +21 -11
- package/styles/grid/fabric-dark.css +21 -11
- package/styles/grid/fabric.css +21 -11
- package/styles/grid/fluent-dark.css +21 -11
- package/styles/grid/fluent.css +21 -11
- package/styles/grid/highcontrast-light.css +21 -11
- package/styles/grid/highcontrast.css +21 -11
- package/styles/grid/material-dark.css +21 -11
- package/styles/grid/material.css +21 -11
- package/styles/grid/tailwind-dark.css +21 -11
- package/styles/grid/tailwind.css +21 -11
- package/styles/highcontrast-light.css +23 -12
- package/styles/highcontrast.css +23 -12
- package/styles/material-dark.css +23 -12
- package/styles/material.css +23 -12
- package/styles/tailwind-dark.css +23 -12
- package/styles/tailwind.css +23 -12
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,20 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I413480` - Enter and shift enter key functionalities are working fine with template columns.
|
|
10
|
+
- `#F178089` - Script error with virtual scroll and frozen columns has been resolved.
|
|
11
|
+
- `#I414874` - Column chooser checkbox state is now reading properly by JAWS screen reader.
|
|
12
|
+
- `#I379911` - Now, the selected page will be read as current page by JAWS screen reader.
|
|
13
|
+
- `#I408692` - Tooltip Issue while using fancy characters in grid has been fixed.
|
|
14
|
+
- `#F38295` - Incorrect Ellipsis with narrow checkbox column in grid has been fixed.
|
|
15
|
+
- `#I413202` - Issue with rendering dropdown component in grid cell with batch editing has been fixed.
|
|
16
|
+
|
|
17
|
+
## 20.3.56 (2022-11-08)
|
|
18
|
+
|
|
19
|
+
### Grid
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
9
23
|
- `#I388098` - Editing issue in grouping with `virtualization` has been fixed.
|
|
10
24
|
- `#I406671` - Edit element not maintained when executing `setRowData` method is fixed.
|
|
11
25
|
- `#I413403` - Script error with toolbar template has been resolved.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.57
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.min.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.57
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-grids@20.3.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@20.3.56",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-GcZa+H+D6YfSVB7GXo2FPcpcyBzSpygoLtcvkZFyPCadmT0ozH3VqbCbuxRPVzv252BLloOtYEFmd/waC+2CmA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-grids",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-20.3.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-20.3.56.tgz",
|
|
23
|
+
"_shasum": "db6e0831e5610e5c301493bb51ac4e94cf9e7d64",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~20.3.56",
|
|
35
35
|
"@syncfusion/ej2-base": "~20.3.56",
|
|
36
|
-
"@syncfusion/ej2-grids": "20.3.
|
|
36
|
+
"@syncfusion/ej2-grids": "20.3.57"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"schematics": "./schematics/collection.json",
|
|
70
70
|
"sideEffects": false,
|
|
71
71
|
"typings": "ej2-angular-grids.d.ts",
|
|
72
|
-
"version": "20.3.
|
|
72
|
+
"version": "20.3.57-ngcc"
|
|
73
73
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-grids";
|
|
2
|
-
export declare const pkgVer = "^20.3.
|
|
2
|
+
export declare const pkgVer = "^20.3.56";
|
|
3
3
|
export declare const moduleName = "GridModule, PagerModule";
|
|
4
|
-
export declare const themeVer = "~20.3.
|
|
4
|
+
export declare const themeVer = "~20.3.56";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-grids';
|
|
4
|
-
exports.pkgVer = '^20.3.
|
|
4
|
+
exports.pkgVer = '^20.3.57';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~20.3.
|
|
6
|
+
exports.themeVer = '~20.3.57';
|
|
@@ -371,7 +371,8 @@
|
|
|
371
371
|
word-break: normal;
|
|
372
372
|
}
|
|
373
373
|
.e-excelfilter .e-chk-hidden {
|
|
374
|
-
-moz-appearance: none;
|
|
374
|
+
-moz-appearance: none;
|
|
375
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
375
376
|
height: 1px;
|
|
376
377
|
opacity: 0;
|
|
377
378
|
width: 1px;
|
|
@@ -2042,7 +2043,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2042
2043
|
text-overflow: ellipsis;
|
|
2043
2044
|
white-space: nowrap;
|
|
2044
2045
|
}
|
|
2045
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2046
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2046
2047
|
text-overflow: clip;
|
|
2047
2048
|
}
|
|
2048
2049
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2334,7 +2335,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2334
2335
|
padding-left: 8px;
|
|
2335
2336
|
}
|
|
2336
2337
|
.e-grid .e-chk-hidden {
|
|
2337
|
-
-moz-appearance: none;
|
|
2338
|
+
-moz-appearance: none;
|
|
2339
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2338
2340
|
height: 1px;
|
|
2339
2341
|
opacity: 0;
|
|
2340
2342
|
width: 1px;
|
|
@@ -2348,7 +2350,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2348
2350
|
}
|
|
2349
2351
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2350
2352
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2351
|
-
-webkit-user-select: auto;
|
|
2353
|
+
-webkit-user-select: auto;
|
|
2354
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2352
2355
|
height: 20px;
|
|
2353
2356
|
line-height: 20px;
|
|
2354
2357
|
position: relative;
|
|
@@ -2544,7 +2547,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2544
2547
|
padding: 2px;
|
|
2545
2548
|
}
|
|
2546
2549
|
.e-grid .e-content {
|
|
2547
|
-
-webkit-overflow-scrolling: touch;
|
|
2550
|
+
-webkit-overflow-scrolling: touch;
|
|
2551
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2548
2552
|
overflow-x: auto;
|
|
2549
2553
|
overflow-y: scroll;
|
|
2550
2554
|
position: relative;
|
|
@@ -2959,10 +2963,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2959
2963
|
overflow: hidden;
|
|
2960
2964
|
}
|
|
2961
2965
|
.e-grid .e-frozenhdrcont {
|
|
2962
|
-
-ms-touch-action: none;
|
|
2966
|
+
-ms-touch-action: none;
|
|
2967
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2963
2968
|
}
|
|
2964
2969
|
.e-grid .e-frozencontent {
|
|
2965
|
-
-ms-touch-action: none;
|
|
2970
|
+
-ms-touch-action: none;
|
|
2971
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2966
2972
|
border-bottom-width: 1px;
|
|
2967
2973
|
float: left;
|
|
2968
2974
|
width: min-content;
|
|
@@ -2971,19 +2977,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2971
2977
|
float: right;
|
|
2972
2978
|
}
|
|
2973
2979
|
.e-grid .e-movablecontent {
|
|
2974
|
-
-ms-overflow-style: none;
|
|
2980
|
+
-ms-overflow-style: none;
|
|
2981
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2975
2982
|
-ms-flex: 1;
|
|
2976
2983
|
flex: 1;
|
|
2977
2984
|
overflow-x: auto;
|
|
2978
2985
|
overflow-y: hidden;
|
|
2979
2986
|
}
|
|
2980
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2987
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2988
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2981
2989
|
display: none;
|
|
2982
2990
|
}
|
|
2983
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2991
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2992
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2984
2993
|
width: 7px;
|
|
2985
2994
|
}
|
|
2986
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2995
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2996
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2987
2997
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2988
2998
|
border-radius: 4px;
|
|
2989
2999
|
}
|
|
@@ -4000,7 +4010,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4000
4010
|
}
|
|
4001
4011
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4002
4012
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4003
|
-
-moz-appearance: none;
|
|
4013
|
+
-moz-appearance: none;
|
|
4014
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4004
4015
|
height: 1px;
|
|
4005
4016
|
opacity: 0;
|
|
4006
4017
|
width: 1px;
|
package/styles/bootstrap.css
CHANGED
|
@@ -371,7 +371,8 @@
|
|
|
371
371
|
word-break: normal;
|
|
372
372
|
}
|
|
373
373
|
.e-excelfilter .e-chk-hidden {
|
|
374
|
-
-moz-appearance: none;
|
|
374
|
+
-moz-appearance: none;
|
|
375
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
375
376
|
height: 1px;
|
|
376
377
|
opacity: 0;
|
|
377
378
|
width: 1px;
|
|
@@ -2043,7 +2044,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2043
2044
|
text-overflow: ellipsis;
|
|
2044
2045
|
white-space: nowrap;
|
|
2045
2046
|
}
|
|
2046
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2047
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2047
2048
|
text-overflow: clip;
|
|
2048
2049
|
}
|
|
2049
2050
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2335,7 +2336,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2335
2336
|
padding-left: 8px;
|
|
2336
2337
|
}
|
|
2337
2338
|
.e-grid .e-chk-hidden {
|
|
2338
|
-
-moz-appearance: none;
|
|
2339
|
+
-moz-appearance: none;
|
|
2340
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2339
2341
|
height: 1px;
|
|
2340
2342
|
opacity: 0;
|
|
2341
2343
|
width: 1px;
|
|
@@ -2349,7 +2351,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2349
2351
|
}
|
|
2350
2352
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2351
2353
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2352
|
-
-webkit-user-select: auto;
|
|
2354
|
+
-webkit-user-select: auto;
|
|
2355
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2353
2356
|
height: 20px;
|
|
2354
2357
|
line-height: 20px;
|
|
2355
2358
|
position: relative;
|
|
@@ -2545,7 +2548,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2545
2548
|
padding: 2px;
|
|
2546
2549
|
}
|
|
2547
2550
|
.e-grid .e-content {
|
|
2548
|
-
-webkit-overflow-scrolling: touch;
|
|
2551
|
+
-webkit-overflow-scrolling: touch;
|
|
2552
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2549
2553
|
overflow-x: auto;
|
|
2550
2554
|
overflow-y: scroll;
|
|
2551
2555
|
position: relative;
|
|
@@ -2960,10 +2964,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2960
2964
|
overflow: hidden;
|
|
2961
2965
|
}
|
|
2962
2966
|
.e-grid .e-frozenhdrcont {
|
|
2963
|
-
-ms-touch-action: none;
|
|
2967
|
+
-ms-touch-action: none;
|
|
2968
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2964
2969
|
}
|
|
2965
2970
|
.e-grid .e-frozencontent {
|
|
2966
|
-
-ms-touch-action: none;
|
|
2971
|
+
-ms-touch-action: none;
|
|
2972
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2967
2973
|
border-bottom-width: 1px;
|
|
2968
2974
|
float: left;
|
|
2969
2975
|
width: min-content;
|
|
@@ -2972,19 +2978,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2972
2978
|
float: right;
|
|
2973
2979
|
}
|
|
2974
2980
|
.e-grid .e-movablecontent {
|
|
2975
|
-
-ms-overflow-style: none;
|
|
2981
|
+
-ms-overflow-style: none;
|
|
2982
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2976
2983
|
-ms-flex: 1;
|
|
2977
2984
|
flex: 1;
|
|
2978
2985
|
overflow-x: auto;
|
|
2979
2986
|
overflow-y: hidden;
|
|
2980
2987
|
}
|
|
2981
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2988
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2989
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2982
2990
|
display: none;
|
|
2983
2991
|
}
|
|
2984
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2992
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2993
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2985
2994
|
width: 7px;
|
|
2986
2995
|
}
|
|
2987
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2996
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2997
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2988
2998
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2989
2999
|
border-radius: 4px;
|
|
2990
3000
|
}
|
|
@@ -4001,7 +4011,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4001
4011
|
}
|
|
4002
4012
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4003
4013
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4004
|
-
-moz-appearance: none;
|
|
4014
|
+
-moz-appearance: none;
|
|
4015
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4005
4016
|
height: 1px;
|
|
4006
4017
|
opacity: 0;
|
|
4007
4018
|
width: 1px;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -416,7 +416,8 @@
|
|
|
416
416
|
word-break: normal;
|
|
417
417
|
}
|
|
418
418
|
.e-excelfilter .e-chk-hidden {
|
|
419
|
-
-moz-appearance: none;
|
|
419
|
+
-moz-appearance: none;
|
|
420
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
420
421
|
height: 1px;
|
|
421
422
|
opacity: 0;
|
|
422
423
|
width: 1px;
|
|
@@ -2099,7 +2100,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2099
2100
|
text-overflow: ellipsis;
|
|
2100
2101
|
white-space: nowrap;
|
|
2101
2102
|
}
|
|
2102
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2103
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2103
2104
|
text-overflow: clip;
|
|
2104
2105
|
}
|
|
2105
2106
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2391,7 +2392,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2391
2392
|
padding-left: 8px;
|
|
2392
2393
|
}
|
|
2393
2394
|
.e-grid .e-chk-hidden {
|
|
2394
|
-
-moz-appearance: none;
|
|
2395
|
+
-moz-appearance: none;
|
|
2396
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2395
2397
|
height: 1px;
|
|
2396
2398
|
opacity: 0;
|
|
2397
2399
|
width: 1px;
|
|
@@ -2405,7 +2407,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2405
2407
|
}
|
|
2406
2408
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2407
2409
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2408
|
-
-webkit-user-select: auto;
|
|
2410
|
+
-webkit-user-select: auto;
|
|
2411
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2409
2412
|
height: 20px;
|
|
2410
2413
|
line-height: 20px;
|
|
2411
2414
|
position: relative;
|
|
@@ -2601,7 +2604,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2601
2604
|
padding: 2px;
|
|
2602
2605
|
}
|
|
2603
2606
|
.e-grid .e-content {
|
|
2604
|
-
-webkit-overflow-scrolling: touch;
|
|
2607
|
+
-webkit-overflow-scrolling: touch;
|
|
2608
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2605
2609
|
overflow-x: auto;
|
|
2606
2610
|
overflow-y: scroll;
|
|
2607
2611
|
position: relative;
|
|
@@ -3018,10 +3022,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3018
3022
|
overflow: hidden;
|
|
3019
3023
|
}
|
|
3020
3024
|
.e-grid .e-frozenhdrcont {
|
|
3021
|
-
-ms-touch-action: none;
|
|
3025
|
+
-ms-touch-action: none;
|
|
3026
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3022
3027
|
}
|
|
3023
3028
|
.e-grid .e-frozencontent {
|
|
3024
|
-
-ms-touch-action: none;
|
|
3029
|
+
-ms-touch-action: none;
|
|
3030
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3025
3031
|
border-bottom-width: 1px;
|
|
3026
3032
|
float: left;
|
|
3027
3033
|
width: min-content;
|
|
@@ -3030,19 +3036,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3030
3036
|
float: right;
|
|
3031
3037
|
}
|
|
3032
3038
|
.e-grid .e-movablecontent {
|
|
3033
|
-
-ms-overflow-style: none;
|
|
3039
|
+
-ms-overflow-style: none;
|
|
3040
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3034
3041
|
-ms-flex: 1;
|
|
3035
3042
|
flex: 1;
|
|
3036
3043
|
overflow-x: auto;
|
|
3037
3044
|
overflow-y: hidden;
|
|
3038
3045
|
}
|
|
3039
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3046
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3047
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3040
3048
|
display: none;
|
|
3041
3049
|
}
|
|
3042
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3050
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3051
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3043
3052
|
width: 7px;
|
|
3044
3053
|
}
|
|
3045
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3054
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3055
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3046
3056
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3047
3057
|
border-radius: 4px;
|
|
3048
3058
|
}
|
|
@@ -4060,7 +4070,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4060
4070
|
}
|
|
4061
4071
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4062
4072
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4063
|
-
-moz-appearance: none;
|
|
4073
|
+
-moz-appearance: none;
|
|
4074
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4064
4075
|
height: 1px;
|
|
4065
4076
|
opacity: 0;
|
|
4066
4077
|
width: 1px;
|
|
@@ -415,7 +415,8 @@
|
|
|
415
415
|
word-break: normal;
|
|
416
416
|
}
|
|
417
417
|
.e-excelfilter .e-chk-hidden {
|
|
418
|
-
-moz-appearance: none;
|
|
418
|
+
-moz-appearance: none;
|
|
419
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
419
420
|
height: 1px;
|
|
420
421
|
opacity: 0;
|
|
421
422
|
width: 1px;
|
|
@@ -2106,7 +2107,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2106
2107
|
text-overflow: ellipsis;
|
|
2107
2108
|
white-space: nowrap;
|
|
2108
2109
|
}
|
|
2109
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2110
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2110
2111
|
text-overflow: clip;
|
|
2111
2112
|
}
|
|
2112
2113
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2398,7 +2399,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2398
2399
|
padding-left: 8px;
|
|
2399
2400
|
}
|
|
2400
2401
|
.e-grid .e-chk-hidden {
|
|
2401
|
-
-moz-appearance: none;
|
|
2402
|
+
-moz-appearance: none;
|
|
2403
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2402
2404
|
height: 1px;
|
|
2403
2405
|
opacity: 0;
|
|
2404
2406
|
width: 1px;
|
|
@@ -2412,7 +2414,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2412
2414
|
}
|
|
2413
2415
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2414
2416
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2415
|
-
-webkit-user-select: auto;
|
|
2417
|
+
-webkit-user-select: auto;
|
|
2418
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2416
2419
|
height: 20px;
|
|
2417
2420
|
line-height: 20px;
|
|
2418
2421
|
position: relative;
|
|
@@ -2608,7 +2611,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2608
2611
|
padding: 2px;
|
|
2609
2612
|
}
|
|
2610
2613
|
.e-grid .e-content {
|
|
2611
|
-
-webkit-overflow-scrolling: touch;
|
|
2614
|
+
-webkit-overflow-scrolling: touch;
|
|
2615
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2612
2616
|
overflow-x: auto;
|
|
2613
2617
|
overflow-y: scroll;
|
|
2614
2618
|
position: relative;
|
|
@@ -3023,10 +3027,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3023
3027
|
overflow: hidden;
|
|
3024
3028
|
}
|
|
3025
3029
|
.e-grid .e-frozenhdrcont {
|
|
3026
|
-
-ms-touch-action: none;
|
|
3030
|
+
-ms-touch-action: none;
|
|
3031
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3027
3032
|
}
|
|
3028
3033
|
.e-grid .e-frozencontent {
|
|
3029
|
-
-ms-touch-action: none;
|
|
3034
|
+
-ms-touch-action: none;
|
|
3035
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3030
3036
|
border-bottom-width: 1px;
|
|
3031
3037
|
float: left;
|
|
3032
3038
|
width: min-content;
|
|
@@ -3035,19 +3041,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3035
3041
|
float: right;
|
|
3036
3042
|
}
|
|
3037
3043
|
.e-grid .e-movablecontent {
|
|
3038
|
-
-ms-overflow-style: none;
|
|
3044
|
+
-ms-overflow-style: none;
|
|
3045
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3039
3046
|
-ms-flex: 1;
|
|
3040
3047
|
flex: 1;
|
|
3041
3048
|
overflow-x: auto;
|
|
3042
3049
|
overflow-y: hidden;
|
|
3043
3050
|
}
|
|
3044
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3051
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3052
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3045
3053
|
display: none;
|
|
3046
3054
|
}
|
|
3047
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3055
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3056
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3048
3057
|
width: 7px;
|
|
3049
3058
|
}
|
|
3050
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3059
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3060
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3051
3061
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3052
3062
|
border-radius: 4px;
|
|
3053
3063
|
}
|
|
@@ -4074,7 +4084,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4074
4084
|
}
|
|
4075
4085
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4076
4086
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4077
|
-
-moz-appearance: none;
|
|
4087
|
+
-moz-appearance: none;
|
|
4088
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4078
4089
|
height: 1px;
|
|
4079
4090
|
opacity: 0;
|
|
4080
4091
|
width: 1px;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -415,7 +415,8 @@
|
|
|
415
415
|
word-break: normal;
|
|
416
416
|
}
|
|
417
417
|
.e-excelfilter .e-chk-hidden {
|
|
418
|
-
-moz-appearance: none;
|
|
418
|
+
-moz-appearance: none;
|
|
419
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
419
420
|
height: 1px;
|
|
420
421
|
opacity: 0;
|
|
421
422
|
width: 1px;
|
|
@@ -2106,7 +2107,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2106
2107
|
text-overflow: ellipsis;
|
|
2107
2108
|
white-space: nowrap;
|
|
2108
2109
|
}
|
|
2109
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2110
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2110
2111
|
text-overflow: clip;
|
|
2111
2112
|
}
|
|
2112
2113
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2398,7 +2399,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2398
2399
|
padding-left: 8px;
|
|
2399
2400
|
}
|
|
2400
2401
|
.e-grid .e-chk-hidden {
|
|
2401
|
-
-moz-appearance: none;
|
|
2402
|
+
-moz-appearance: none;
|
|
2403
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2402
2404
|
height: 1px;
|
|
2403
2405
|
opacity: 0;
|
|
2404
2406
|
width: 1px;
|
|
@@ -2412,7 +2414,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2412
2414
|
}
|
|
2413
2415
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2414
2416
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2415
|
-
-webkit-user-select: auto;
|
|
2417
|
+
-webkit-user-select: auto;
|
|
2418
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2416
2419
|
height: 20px;
|
|
2417
2420
|
line-height: 20px;
|
|
2418
2421
|
position: relative;
|
|
@@ -2608,7 +2611,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2608
2611
|
padding: 2px;
|
|
2609
2612
|
}
|
|
2610
2613
|
.e-grid .e-content {
|
|
2611
|
-
-webkit-overflow-scrolling: touch;
|
|
2614
|
+
-webkit-overflow-scrolling: touch;
|
|
2615
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2612
2616
|
overflow-x: auto;
|
|
2613
2617
|
overflow-y: scroll;
|
|
2614
2618
|
position: relative;
|
|
@@ -3023,10 +3027,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3023
3027
|
overflow: hidden;
|
|
3024
3028
|
}
|
|
3025
3029
|
.e-grid .e-frozenhdrcont {
|
|
3026
|
-
-ms-touch-action: none;
|
|
3030
|
+
-ms-touch-action: none;
|
|
3031
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3027
3032
|
}
|
|
3028
3033
|
.e-grid .e-frozencontent {
|
|
3029
|
-
-ms-touch-action: none;
|
|
3034
|
+
-ms-touch-action: none;
|
|
3035
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3030
3036
|
border-bottom-width: 1px;
|
|
3031
3037
|
float: left;
|
|
3032
3038
|
width: min-content;
|
|
@@ -3035,19 +3041,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3035
3041
|
float: right;
|
|
3036
3042
|
}
|
|
3037
3043
|
.e-grid .e-movablecontent {
|
|
3038
|
-
-ms-overflow-style: none;
|
|
3044
|
+
-ms-overflow-style: none;
|
|
3045
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3039
3046
|
-ms-flex: 1;
|
|
3040
3047
|
flex: 1;
|
|
3041
3048
|
overflow-x: auto;
|
|
3042
3049
|
overflow-y: hidden;
|
|
3043
3050
|
}
|
|
3044
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3051
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3052
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3045
3053
|
display: none;
|
|
3046
3054
|
}
|
|
3047
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3055
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3056
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3048
3057
|
width: 7px;
|
|
3049
3058
|
}
|
|
3050
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3059
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3060
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3051
3061
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3052
3062
|
border-radius: 4px;
|
|
3053
3063
|
}
|
|
@@ -4074,7 +4084,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4074
4084
|
}
|
|
4075
4085
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4076
4086
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4077
|
-
-moz-appearance: none;
|
|
4087
|
+
-moz-appearance: none;
|
|
4088
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4078
4089
|
height: 1px;
|
|
4079
4090
|
opacity: 0;
|
|
4080
4091
|
width: 1px;
|
|
@@ -371,7 +371,8 @@
|
|
|
371
371
|
word-break: normal;
|
|
372
372
|
}
|
|
373
373
|
.e-excelfilter .e-chk-hidden {
|
|
374
|
-
-moz-appearance: none;
|
|
374
|
+
-moz-appearance: none;
|
|
375
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
375
376
|
height: 1px;
|
|
376
377
|
opacity: 0;
|
|
377
378
|
width: 1px;
|
|
@@ -371,7 +371,8 @@
|
|
|
371
371
|
word-break: normal;
|
|
372
372
|
}
|
|
373
373
|
.e-excelfilter .e-chk-hidden {
|
|
374
|
-
-moz-appearance: none;
|
|
374
|
+
-moz-appearance: none;
|
|
375
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
375
376
|
height: 1px;
|
|
376
377
|
opacity: 0;
|
|
377
378
|
width: 1px;
|
|
@@ -416,7 +416,8 @@
|
|
|
416
416
|
word-break: normal;
|
|
417
417
|
}
|
|
418
418
|
.e-excelfilter .e-chk-hidden {
|
|
419
|
-
-moz-appearance: none;
|
|
419
|
+
-moz-appearance: none;
|
|
420
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
420
421
|
height: 1px;
|
|
421
422
|
opacity: 0;
|
|
422
423
|
width: 1px;
|
|
@@ -415,7 +415,8 @@
|
|
|
415
415
|
word-break: normal;
|
|
416
416
|
}
|
|
417
417
|
.e-excelfilter .e-chk-hidden {
|
|
418
|
-
-moz-appearance: none;
|
|
418
|
+
-moz-appearance: none;
|
|
419
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
419
420
|
height: 1px;
|
|
420
421
|
opacity: 0;
|
|
421
422
|
width: 1px;
|
|
@@ -415,7 +415,8 @@
|
|
|
415
415
|
word-break: normal;
|
|
416
416
|
}
|
|
417
417
|
.e-excelfilter .e-chk-hidden {
|
|
418
|
-
-moz-appearance: none;
|
|
418
|
+
-moz-appearance: none;
|
|
419
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
419
420
|
height: 1px;
|
|
420
421
|
opacity: 0;
|
|
421
422
|
width: 1px;
|