@syncfusion/ej2-react-grids 20.3.57 → 20.3.59
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 +19 -0
- package/dist/ej2-react-grids.min.js +1 -1
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +11 -22
- package/styles/bootstrap.css +11 -22
- package/styles/bootstrap4.css +11 -22
- package/styles/bootstrap5-dark.css +11 -22
- package/styles/bootstrap5.css +11 -22
- package/styles/excel-filter/bootstrap-dark.css +1 -2
- package/styles/excel-filter/bootstrap.css +1 -2
- package/styles/excel-filter/bootstrap4.css +1 -2
- package/styles/excel-filter/bootstrap5-dark.css +1 -2
- package/styles/excel-filter/bootstrap5.css +1 -2
- package/styles/excel-filter/fabric-dark.css +1 -2
- package/styles/excel-filter/fabric.css +1 -2
- package/styles/excel-filter/fluent-dark.css +1 -2
- package/styles/excel-filter/fluent.css +1 -2
- package/styles/excel-filter/highcontrast-light.css +1 -2
- package/styles/excel-filter/highcontrast.css +1 -2
- package/styles/excel-filter/material-dark.css +1 -2
- package/styles/excel-filter/material.css +1 -2
- package/styles/excel-filter/tailwind-dark.css +1 -2
- package/styles/excel-filter/tailwind.css +1 -2
- package/styles/fabric-dark.css +11 -22
- package/styles/fabric.css +11 -22
- package/styles/fluent-dark.css +11 -22
- package/styles/fluent.css +11 -22
- package/styles/grid/bootstrap-dark.css +10 -20
- package/styles/grid/bootstrap.css +10 -20
- package/styles/grid/bootstrap4.css +10 -20
- package/styles/grid/bootstrap5-dark.css +10 -20
- package/styles/grid/bootstrap5.css +10 -20
- package/styles/grid/fabric-dark.css +10 -20
- package/styles/grid/fabric.css +10 -20
- package/styles/grid/fluent-dark.css +10 -20
- package/styles/grid/fluent.css +10 -20
- package/styles/grid/highcontrast-light.css +10 -20
- package/styles/grid/highcontrast.css +10 -20
- package/styles/grid/material-dark.css +10 -20
- package/styles/grid/material.css +10 -20
- package/styles/grid/tailwind-dark.css +10 -20
- package/styles/grid/tailwind.css +10 -20
- package/styles/highcontrast-light.css +11 -22
- package/styles/highcontrast.css +11 -22
- package/styles/material-dark.css +11 -22
- package/styles/material.css +11 -22
- package/styles/tailwind-dark.css +11 -22
- package/styles/tailwind.css +11 -22
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,25 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I397894` - When pressing Tab Key, the first focusable element in the grid is need to be focused, instead of grid container issue has been fixed.
|
|
10
|
+
|
|
11
|
+
## 20.3.58 (2022-11-22)
|
|
12
|
+
|
|
13
|
+
### Grid
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#I413206` - Unsaved batch changes gets deleted when grouping enabled and perform show/hide column using column chooser has been fixed.
|
|
18
|
+
- `#I413517` - column menu is now rendering properly with sticky header.
|
|
19
|
+
- `#I414774` - Grid checkbox filter issue while pasting text and search has been resolved.
|
|
20
|
+
- `#I415399` - Row Template issue while using react states to set grid datasource has been resolved.
|
|
21
|
+
|
|
22
|
+
## 20.3.57 (2022-11-15)
|
|
23
|
+
|
|
24
|
+
### Grid
|
|
25
|
+
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
9
28
|
- `#I413480` - Enter and shift enter key functionalities are working fine with template columns.
|
|
10
29
|
- `#F178089` - Script error with virtual scroll and frozen columns has been resolved.
|
|
11
30
|
- `#I414874` - Column chooser checkbox state is now reading properly by JAWS screen reader.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-grids.min.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.59
|
|
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-react-grids.umd.min.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.59
|
|
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-react-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-grids@20.3.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-grids@20.3.58",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-YOPg/zfNga6ZoqJnePCdqwnN/1v+i5ZmUWHTbcHIpdLdhURBJ+X68RfZ8y4+42JM5n3jzJU72T6+F+SIkEG/Cg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-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-react-grids/-/ej2-react-grids-20.3.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-20.3.58.tgz",
|
|
23
|
+
"_shasum": "f8ac96d600b3b78c566c1b3c8ee97aeca205144c",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~20.3.56",
|
|
35
|
-
"@syncfusion/ej2-grids": "20.3.
|
|
35
|
+
"@syncfusion/ej2-grids": "20.3.59",
|
|
36
36
|
"@syncfusion/ej2-react-base": "~20.3.56"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"type": "git",
|
|
66
66
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
67
67
|
},
|
|
68
|
-
"version": "20.3.
|
|
68
|
+
"version": "20.3.59",
|
|
69
69
|
"sideEffects": false
|
|
70
70
|
}
|
|
@@ -371,8 +371,7 @@
|
|
|
371
371
|
word-break: normal;
|
|
372
372
|
}
|
|
373
373
|
.e-excelfilter .e-chk-hidden {
|
|
374
|
-
-moz-appearance: none;
|
|
375
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
374
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
376
375
|
height: 1px;
|
|
377
376
|
opacity: 0;
|
|
378
377
|
width: 1px;
|
|
@@ -2335,8 +2334,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2335
2334
|
padding-left: 8px;
|
|
2336
2335
|
}
|
|
2337
2336
|
.e-grid .e-chk-hidden {
|
|
2338
|
-
-moz-appearance: none;
|
|
2339
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2337
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2340
2338
|
height: 1px;
|
|
2341
2339
|
opacity: 0;
|
|
2342
2340
|
width: 1px;
|
|
@@ -2350,8 +2348,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2350
2348
|
}
|
|
2351
2349
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2352
2350
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2353
|
-
-webkit-user-select: auto;
|
|
2354
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2351
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2355
2352
|
height: 20px;
|
|
2356
2353
|
line-height: 20px;
|
|
2357
2354
|
position: relative;
|
|
@@ -2547,8 +2544,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2547
2544
|
padding: 2px;
|
|
2548
2545
|
}
|
|
2549
2546
|
.e-grid .e-content {
|
|
2550
|
-
-webkit-overflow-scrolling: touch;
|
|
2551
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2547
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2552
2548
|
overflow-x: auto;
|
|
2553
2549
|
overflow-y: scroll;
|
|
2554
2550
|
position: relative;
|
|
@@ -2963,12 +2959,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2963
2959
|
overflow: hidden;
|
|
2964
2960
|
}
|
|
2965
2961
|
.e-grid .e-frozenhdrcont {
|
|
2966
|
-
-ms-touch-action: none;
|
|
2967
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2962
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2968
2963
|
}
|
|
2969
2964
|
.e-grid .e-frozencontent {
|
|
2970
|
-
-ms-touch-action: none;
|
|
2971
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2965
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2972
2966
|
border-bottom-width: 1px;
|
|
2973
2967
|
float: left;
|
|
2974
2968
|
width: min-content;
|
|
@@ -2977,23 +2971,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2977
2971
|
float: right;
|
|
2978
2972
|
}
|
|
2979
2973
|
.e-grid .e-movablecontent {
|
|
2980
|
-
-ms-overflow-style: none;
|
|
2981
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2974
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2982
2975
|
-ms-flex: 1;
|
|
2983
2976
|
flex: 1;
|
|
2984
2977
|
overflow-x: auto;
|
|
2985
2978
|
overflow-y: hidden;
|
|
2986
2979
|
}
|
|
2987
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2988
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2980
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2989
2981
|
display: none;
|
|
2990
2982
|
}
|
|
2991
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2992
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2983
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2993
2984
|
width: 7px;
|
|
2994
2985
|
}
|
|
2995
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2996
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2986
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2997
2987
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2998
2988
|
border-radius: 4px;
|
|
2999
2989
|
}
|
|
@@ -4010,8 +4000,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4010
4000
|
}
|
|
4011
4001
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4012
4002
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4013
|
-
-moz-appearance: none;
|
|
4014
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4003
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4015
4004
|
height: 1px;
|
|
4016
4005
|
opacity: 0;
|
|
4017
4006
|
width: 1px;
|
package/styles/bootstrap.css
CHANGED
|
@@ -371,8 +371,7 @@
|
|
|
371
371
|
word-break: normal;
|
|
372
372
|
}
|
|
373
373
|
.e-excelfilter .e-chk-hidden {
|
|
374
|
-
-moz-appearance: none;
|
|
375
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
374
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
376
375
|
height: 1px;
|
|
377
376
|
opacity: 0;
|
|
378
377
|
width: 1px;
|
|
@@ -2336,8 +2335,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2336
2335
|
padding-left: 8px;
|
|
2337
2336
|
}
|
|
2338
2337
|
.e-grid .e-chk-hidden {
|
|
2339
|
-
-moz-appearance: none;
|
|
2340
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2338
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2341
2339
|
height: 1px;
|
|
2342
2340
|
opacity: 0;
|
|
2343
2341
|
width: 1px;
|
|
@@ -2351,8 +2349,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2351
2349
|
}
|
|
2352
2350
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2353
2351
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2354
|
-
-webkit-user-select: auto;
|
|
2355
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2352
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2356
2353
|
height: 20px;
|
|
2357
2354
|
line-height: 20px;
|
|
2358
2355
|
position: relative;
|
|
@@ -2548,8 +2545,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2548
2545
|
padding: 2px;
|
|
2549
2546
|
}
|
|
2550
2547
|
.e-grid .e-content {
|
|
2551
|
-
-webkit-overflow-scrolling: touch;
|
|
2552
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2548
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2553
2549
|
overflow-x: auto;
|
|
2554
2550
|
overflow-y: scroll;
|
|
2555
2551
|
position: relative;
|
|
@@ -2964,12 +2960,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2964
2960
|
overflow: hidden;
|
|
2965
2961
|
}
|
|
2966
2962
|
.e-grid .e-frozenhdrcont {
|
|
2967
|
-
-ms-touch-action: none;
|
|
2968
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2963
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2969
2964
|
}
|
|
2970
2965
|
.e-grid .e-frozencontent {
|
|
2971
|
-
-ms-touch-action: none;
|
|
2972
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2966
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2973
2967
|
border-bottom-width: 1px;
|
|
2974
2968
|
float: left;
|
|
2975
2969
|
width: min-content;
|
|
@@ -2978,23 +2972,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2978
2972
|
float: right;
|
|
2979
2973
|
}
|
|
2980
2974
|
.e-grid .e-movablecontent {
|
|
2981
|
-
-ms-overflow-style: none;
|
|
2982
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2975
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2983
2976
|
-ms-flex: 1;
|
|
2984
2977
|
flex: 1;
|
|
2985
2978
|
overflow-x: auto;
|
|
2986
2979
|
overflow-y: hidden;
|
|
2987
2980
|
}
|
|
2988
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2989
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2981
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2990
2982
|
display: none;
|
|
2991
2983
|
}
|
|
2992
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2993
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2984
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2994
2985
|
width: 7px;
|
|
2995
2986
|
}
|
|
2996
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2997
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2987
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2998
2988
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2999
2989
|
border-radius: 4px;
|
|
3000
2990
|
}
|
|
@@ -4011,8 +4001,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4011
4001
|
}
|
|
4012
4002
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4013
4003
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4014
|
-
-moz-appearance: none;
|
|
4015
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4004
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4016
4005
|
height: 1px;
|
|
4017
4006
|
opacity: 0;
|
|
4018
4007
|
width: 1px;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -416,8 +416,7 @@
|
|
|
416
416
|
word-break: normal;
|
|
417
417
|
}
|
|
418
418
|
.e-excelfilter .e-chk-hidden {
|
|
419
|
-
-moz-appearance: none;
|
|
420
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
419
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
421
420
|
height: 1px;
|
|
422
421
|
opacity: 0;
|
|
423
422
|
width: 1px;
|
|
@@ -2392,8 +2391,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2392
2391
|
padding-left: 8px;
|
|
2393
2392
|
}
|
|
2394
2393
|
.e-grid .e-chk-hidden {
|
|
2395
|
-
-moz-appearance: none;
|
|
2396
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2394
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2397
2395
|
height: 1px;
|
|
2398
2396
|
opacity: 0;
|
|
2399
2397
|
width: 1px;
|
|
@@ -2407,8 +2405,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2407
2405
|
}
|
|
2408
2406
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2409
2407
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2410
|
-
-webkit-user-select: auto;
|
|
2411
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2408
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2412
2409
|
height: 20px;
|
|
2413
2410
|
line-height: 20px;
|
|
2414
2411
|
position: relative;
|
|
@@ -2604,8 +2601,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2604
2601
|
padding: 2px;
|
|
2605
2602
|
}
|
|
2606
2603
|
.e-grid .e-content {
|
|
2607
|
-
-webkit-overflow-scrolling: touch;
|
|
2608
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2604
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2609
2605
|
overflow-x: auto;
|
|
2610
2606
|
overflow-y: scroll;
|
|
2611
2607
|
position: relative;
|
|
@@ -3022,12 +3018,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3022
3018
|
overflow: hidden;
|
|
3023
3019
|
}
|
|
3024
3020
|
.e-grid .e-frozenhdrcont {
|
|
3025
|
-
-ms-touch-action: none;
|
|
3026
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3021
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3027
3022
|
}
|
|
3028
3023
|
.e-grid .e-frozencontent {
|
|
3029
|
-
-ms-touch-action: none;
|
|
3030
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3024
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3031
3025
|
border-bottom-width: 1px;
|
|
3032
3026
|
float: left;
|
|
3033
3027
|
width: min-content;
|
|
@@ -3036,23 +3030,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3036
3030
|
float: right;
|
|
3037
3031
|
}
|
|
3038
3032
|
.e-grid .e-movablecontent {
|
|
3039
|
-
-ms-overflow-style: none;
|
|
3040
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3033
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3041
3034
|
-ms-flex: 1;
|
|
3042
3035
|
flex: 1;
|
|
3043
3036
|
overflow-x: auto;
|
|
3044
3037
|
overflow-y: hidden;
|
|
3045
3038
|
}
|
|
3046
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3047
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3039
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3048
3040
|
display: none;
|
|
3049
3041
|
}
|
|
3050
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3051
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3042
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3052
3043
|
width: 7px;
|
|
3053
3044
|
}
|
|
3054
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3055
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3045
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3056
3046
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3057
3047
|
border-radius: 4px;
|
|
3058
3048
|
}
|
|
@@ -4070,8 +4060,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4070
4060
|
}
|
|
4071
4061
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4072
4062
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4073
|
-
-moz-appearance: none;
|
|
4074
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4063
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4075
4064
|
height: 1px;
|
|
4076
4065
|
opacity: 0;
|
|
4077
4066
|
width: 1px;
|
|
@@ -415,8 +415,7 @@
|
|
|
415
415
|
word-break: normal;
|
|
416
416
|
}
|
|
417
417
|
.e-excelfilter .e-chk-hidden {
|
|
418
|
-
-moz-appearance: none;
|
|
419
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
418
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
420
419
|
height: 1px;
|
|
421
420
|
opacity: 0;
|
|
422
421
|
width: 1px;
|
|
@@ -2399,8 +2398,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2399
2398
|
padding-left: 8px;
|
|
2400
2399
|
}
|
|
2401
2400
|
.e-grid .e-chk-hidden {
|
|
2402
|
-
-moz-appearance: none;
|
|
2403
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2401
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2404
2402
|
height: 1px;
|
|
2405
2403
|
opacity: 0;
|
|
2406
2404
|
width: 1px;
|
|
@@ -2414,8 +2412,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2414
2412
|
}
|
|
2415
2413
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2416
2414
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2417
|
-
-webkit-user-select: auto;
|
|
2418
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2415
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2419
2416
|
height: 20px;
|
|
2420
2417
|
line-height: 20px;
|
|
2421
2418
|
position: relative;
|
|
@@ -2611,8 +2608,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2611
2608
|
padding: 2px;
|
|
2612
2609
|
}
|
|
2613
2610
|
.e-grid .e-content {
|
|
2614
|
-
-webkit-overflow-scrolling: touch;
|
|
2615
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2611
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2616
2612
|
overflow-x: auto;
|
|
2617
2613
|
overflow-y: scroll;
|
|
2618
2614
|
position: relative;
|
|
@@ -3027,12 +3023,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3027
3023
|
overflow: hidden;
|
|
3028
3024
|
}
|
|
3029
3025
|
.e-grid .e-frozenhdrcont {
|
|
3030
|
-
-ms-touch-action: none;
|
|
3031
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3026
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3032
3027
|
}
|
|
3033
3028
|
.e-grid .e-frozencontent {
|
|
3034
|
-
-ms-touch-action: none;
|
|
3035
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3029
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3036
3030
|
border-bottom-width: 1px;
|
|
3037
3031
|
float: left;
|
|
3038
3032
|
width: min-content;
|
|
@@ -3041,23 +3035,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3041
3035
|
float: right;
|
|
3042
3036
|
}
|
|
3043
3037
|
.e-grid .e-movablecontent {
|
|
3044
|
-
-ms-overflow-style: none;
|
|
3045
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3038
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3046
3039
|
-ms-flex: 1;
|
|
3047
3040
|
flex: 1;
|
|
3048
3041
|
overflow-x: auto;
|
|
3049
3042
|
overflow-y: hidden;
|
|
3050
3043
|
}
|
|
3051
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3052
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3044
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3053
3045
|
display: none;
|
|
3054
3046
|
}
|
|
3055
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3056
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3047
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3057
3048
|
width: 7px;
|
|
3058
3049
|
}
|
|
3059
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3060
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3050
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3061
3051
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3062
3052
|
border-radius: 4px;
|
|
3063
3053
|
}
|
|
@@ -4084,8 +4074,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4084
4074
|
}
|
|
4085
4075
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4086
4076
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4087
|
-
-moz-appearance: none;
|
|
4088
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4077
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4089
4078
|
height: 1px;
|
|
4090
4079
|
opacity: 0;
|
|
4091
4080
|
width: 1px;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -415,8 +415,7 @@
|
|
|
415
415
|
word-break: normal;
|
|
416
416
|
}
|
|
417
417
|
.e-excelfilter .e-chk-hidden {
|
|
418
|
-
-moz-appearance: none;
|
|
419
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
418
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
420
419
|
height: 1px;
|
|
421
420
|
opacity: 0;
|
|
422
421
|
width: 1px;
|
|
@@ -2399,8 +2398,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2399
2398
|
padding-left: 8px;
|
|
2400
2399
|
}
|
|
2401
2400
|
.e-grid .e-chk-hidden {
|
|
2402
|
-
-moz-appearance: none;
|
|
2403
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2401
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2404
2402
|
height: 1px;
|
|
2405
2403
|
opacity: 0;
|
|
2406
2404
|
width: 1px;
|
|
@@ -2414,8 +2412,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2414
2412
|
}
|
|
2415
2413
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2416
2414
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2417
|
-
-webkit-user-select: auto;
|
|
2418
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2415
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2419
2416
|
height: 20px;
|
|
2420
2417
|
line-height: 20px;
|
|
2421
2418
|
position: relative;
|
|
@@ -2611,8 +2608,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2611
2608
|
padding: 2px;
|
|
2612
2609
|
}
|
|
2613
2610
|
.e-grid .e-content {
|
|
2614
|
-
-webkit-overflow-scrolling: touch;
|
|
2615
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2611
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2616
2612
|
overflow-x: auto;
|
|
2617
2613
|
overflow-y: scroll;
|
|
2618
2614
|
position: relative;
|
|
@@ -3027,12 +3023,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3027
3023
|
overflow: hidden;
|
|
3028
3024
|
}
|
|
3029
3025
|
.e-grid .e-frozenhdrcont {
|
|
3030
|
-
-ms-touch-action: none;
|
|
3031
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3026
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3032
3027
|
}
|
|
3033
3028
|
.e-grid .e-frozencontent {
|
|
3034
|
-
-ms-touch-action: none;
|
|
3035
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3029
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3036
3030
|
border-bottom-width: 1px;
|
|
3037
3031
|
float: left;
|
|
3038
3032
|
width: min-content;
|
|
@@ -3041,23 +3035,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3041
3035
|
float: right;
|
|
3042
3036
|
}
|
|
3043
3037
|
.e-grid .e-movablecontent {
|
|
3044
|
-
-ms-overflow-style: none;
|
|
3045
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3038
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3046
3039
|
-ms-flex: 1;
|
|
3047
3040
|
flex: 1;
|
|
3048
3041
|
overflow-x: auto;
|
|
3049
3042
|
overflow-y: hidden;
|
|
3050
3043
|
}
|
|
3051
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3052
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3044
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3053
3045
|
display: none;
|
|
3054
3046
|
}
|
|
3055
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3056
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3047
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3057
3048
|
width: 7px;
|
|
3058
3049
|
}
|
|
3059
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3060
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3050
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3061
3051
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3062
3052
|
border-radius: 4px;
|
|
3063
3053
|
}
|
|
@@ -4084,8 +4074,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4084
4074
|
}
|
|
4085
4075
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4086
4076
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4087
|
-
-moz-appearance: none;
|
|
4088
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4077
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4089
4078
|
height: 1px;
|
|
4090
4079
|
opacity: 0;
|
|
4091
4080
|
width: 1px;
|
|
@@ -371,8 +371,7 @@
|
|
|
371
371
|
word-break: normal;
|
|
372
372
|
}
|
|
373
373
|
.e-excelfilter .e-chk-hidden {
|
|
374
|
-
-moz-appearance: none;
|
|
375
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
374
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
376
375
|
height: 1px;
|
|
377
376
|
opacity: 0;
|
|
378
377
|
width: 1px;
|
|
@@ -371,8 +371,7 @@
|
|
|
371
371
|
word-break: normal;
|
|
372
372
|
}
|
|
373
373
|
.e-excelfilter .e-chk-hidden {
|
|
374
|
-
-moz-appearance: none;
|
|
375
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
374
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
376
375
|
height: 1px;
|
|
377
376
|
opacity: 0;
|
|
378
377
|
width: 1px;
|
|
@@ -416,8 +416,7 @@
|
|
|
416
416
|
word-break: normal;
|
|
417
417
|
}
|
|
418
418
|
.e-excelfilter .e-chk-hidden {
|
|
419
|
-
-moz-appearance: none;
|
|
420
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
419
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
421
420
|
height: 1px;
|
|
422
421
|
opacity: 0;
|
|
423
422
|
width: 1px;
|
|
@@ -415,8 +415,7 @@
|
|
|
415
415
|
word-break: normal;
|
|
416
416
|
}
|
|
417
417
|
.e-excelfilter .e-chk-hidden {
|
|
418
|
-
-moz-appearance: none;
|
|
419
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
418
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
420
419
|
height: 1px;
|
|
421
420
|
opacity: 0;
|
|
422
421
|
width: 1px;
|
|
@@ -415,8 +415,7 @@
|
|
|
415
415
|
word-break: normal;
|
|
416
416
|
}
|
|
417
417
|
.e-excelfilter .e-chk-hidden {
|
|
418
|
-
-moz-appearance: none;
|
|
419
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
418
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
420
419
|
height: 1px;
|
|
421
420
|
opacity: 0;
|
|
422
421
|
width: 1px;
|
|
@@ -347,8 +347,7 @@
|
|
|
347
347
|
word-break: normal;
|
|
348
348
|
}
|
|
349
349
|
.e-excelfilter .e-chk-hidden {
|
|
350
|
-
-moz-appearance: none;
|
|
351
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
350
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
352
351
|
height: 1px;
|
|
353
352
|
opacity: 0;
|
|
354
353
|
width: 1px;
|
|
@@ -340,8 +340,7 @@
|
|
|
340
340
|
word-break: normal;
|
|
341
341
|
}
|
|
342
342
|
.e-excelfilter .e-chk-hidden {
|
|
343
|
-
-moz-appearance: none;
|
|
344
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
343
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
345
344
|
height: 1px;
|
|
346
345
|
opacity: 0;
|
|
347
346
|
width: 1px;
|
|
@@ -395,8 +395,7 @@
|
|
|
395
395
|
word-break: normal;
|
|
396
396
|
}
|
|
397
397
|
.e-excelfilter .e-chk-hidden {
|
|
398
|
-
-moz-appearance: none;
|
|
399
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
398
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
400
399
|
height: 1px;
|
|
401
400
|
opacity: 0;
|
|
402
401
|
width: 1px;
|
|
@@ -395,8 +395,7 @@
|
|
|
395
395
|
word-break: normal;
|
|
396
396
|
}
|
|
397
397
|
.e-excelfilter .e-chk-hidden {
|
|
398
|
-
-moz-appearance: none;
|
|
399
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
398
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
400
399
|
height: 1px;
|
|
401
400
|
opacity: 0;
|
|
402
401
|
width: 1px;
|
|
@@ -344,8 +344,7 @@
|
|
|
344
344
|
word-break: normal;
|
|
345
345
|
}
|
|
346
346
|
.e-excelfilter .e-chk-hidden {
|
|
347
|
-
-moz-appearance: none;
|
|
348
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
347
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
349
348
|
height: 1px;
|
|
350
349
|
opacity: 0;
|
|
351
350
|
width: 1px;
|
|
@@ -344,8 +344,7 @@
|
|
|
344
344
|
word-break: normal;
|
|
345
345
|
}
|
|
346
346
|
.e-excelfilter .e-chk-hidden {
|
|
347
|
-
-moz-appearance: none;
|
|
348
|
-
/* stylelint-disable-line property-no-vendor-prefix */
|
|
347
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
349
348
|
height: 1px;
|
|
350
349
|
opacity: 0;
|
|
351
350
|
width: 1px;
|