@syncfusion/ej2-react-grids 20.2.49 → 20.3.48
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 +15 -87
- package/diConfig.json +10 -0
- package/dist/ej2-react-grids.min.js +10 -0
- package/dist/ej2-react-grids.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +54 -11
- package/styles/bootstrap.css +54 -11
- package/styles/bootstrap4.css +57 -11
- package/styles/bootstrap5-dark.css +55 -11
- package/styles/bootstrap5.css +55 -11
- package/styles/excel-filter/bootstrap-dark.css +3 -1
- package/styles/excel-filter/bootstrap.css +3 -1
- package/styles/excel-filter/bootstrap4.css +6 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -1
- package/styles/excel-filter/bootstrap5.css +3 -1
- package/styles/excel-filter/fabric-dark.css +4 -2
- package/styles/excel-filter/fabric.css +4 -2
- package/styles/excel-filter/fluent-dark.css +3 -1
- package/styles/excel-filter/fluent.css +3 -1
- package/styles/excel-filter/highcontrast-light.css +4 -2
- package/styles/excel-filter/highcontrast.css +4 -2
- package/styles/excel-filter/material-dark.css +4 -2
- package/styles/excel-filter/material.css +4 -2
- package/styles/excel-filter/tailwind-dark.css +3 -1
- package/styles/excel-filter/tailwind.css +3 -1
- package/styles/fabric-dark.css +57 -14
- package/styles/fabric.css +56 -13
- package/styles/fluent-dark.css +54 -11
- package/styles/fluent.css +54 -11
- package/styles/grid/bootstrap-dark.css +51 -10
- package/styles/grid/bootstrap.css +51 -10
- package/styles/grid/bootstrap4.css +51 -10
- package/styles/grid/bootstrap5-dark.css +52 -10
- package/styles/grid/bootstrap5.css +52 -10
- package/styles/grid/fabric-dark.css +53 -12
- package/styles/grid/fabric.css +52 -11
- package/styles/grid/fluent-dark.css +51 -10
- package/styles/grid/fluent.css +51 -10
- package/styles/grid/highcontrast-light.css +52 -11
- package/styles/grid/highcontrast.css +52 -11
- package/styles/grid/material-dark.css +52 -11
- package/styles/grid/material.css +52 -11
- package/styles/grid/tailwind-dark.css +51 -10
- package/styles/grid/tailwind.css +51 -10
- package/styles/highcontrast-light.css +56 -13
- package/styles/highcontrast.css +56 -13
- package/styles/material-dark.css +56 -13
- package/styles/material.css +56 -13
- package/styles/tailwind-dark.css +54 -11
- package/styles/tailwind.css +54 -11
package/CHANGELOG.md
CHANGED
|
@@ -6,104 +6,32 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
10
|
-
- `#
|
|
11
|
-
- `#
|
|
12
|
-
- `#
|
|
9
|
+
- `#I397183` - checkbox issue when enabling the persistence has been fixed.
|
|
10
|
+
- `#I399882` - `rowIndexes` in `RowSelectEventArgs` becomes undefined when single row is selected has been fixed.
|
|
11
|
+
- `#I402071` - Column chooser with frozen columns and wrap mode as header throws script error has been fixed.
|
|
12
|
+
- `#I404733` - `SetRowData` method is not working properly used inside the `childGrid` is fixed.
|
|
13
13
|
|
|
14
|
-
## 20.
|
|
14
|
+
## 20.3.47 (2022-09-29)
|
|
15
15
|
|
|
16
16
|
### Grid
|
|
17
17
|
|
|
18
|
-
####
|
|
19
|
-
|
|
20
|
-
- `#I398466` - Tab key navigation breaks the functionality of Grid while using toolbar template has been fixed.
|
|
21
|
-
- `#I396595`, `#I396424` - Group Caption template becomes empty in previous page while doing `infiniteScrolling` has been fixed.
|
|
22
|
-
- `#F176349` - Key press in grid with toolbar template throws script errors has been fixed.
|
|
23
|
-
- `#I397834` - `queryString` as complex field is not working in Hierarchy Grid has been fixed.
|
|
24
|
-
- `#I397934` - Date filter issue with Russian Language has been fixed.
|
|
25
|
-
|
|
26
|
-
## 20.2.46 (2022-08-30)
|
|
27
|
-
|
|
28
|
-
### Grid
|
|
29
|
-
|
|
30
|
-
#### Bug Fixes
|
|
31
|
-
|
|
32
|
-
- `#I394999` - Autofit columns are now working fine with hierarchy grid.
|
|
33
|
-
- `#I372528` - Clear filtering is now working fine with column menu.
|
|
34
|
-
- `#I392728` - Persist Selection issue with primary key column as complex field has been fixed.
|
|
35
|
-
- `#I396789` - Provided place holder for pagination page size dropdown component.
|
|
36
|
-
- `#I394229` - `setRowData` method issue with Frozen Grid has been fixed.
|
|
37
|
-
- `#I394623` - `rowReorders` method issue with checkbox selection issue has been fixed.
|
|
38
|
-
|
|
39
|
-
## 20.2.45 (2022-08-23)
|
|
40
|
-
|
|
41
|
-
### Grid
|
|
42
|
-
|
|
43
|
-
#### Bug Fixes
|
|
44
|
-
|
|
45
|
-
- `#I388962` - Screen reader reads the expanded row as collapsed issue has been resolved.
|
|
46
|
-
- `#I392206` - Provided support to export pdf header with text alignment.
|
|
47
|
-
|
|
48
|
-
## 20.2.44 (2022-08-16)
|
|
49
|
-
|
|
50
|
-
### Grid
|
|
51
|
-
|
|
52
|
-
#### Bug Fixes
|
|
53
|
-
|
|
54
|
-
- `#F175923` - Script error thrown when we perform Dialog Editing with `columnTemplate` feature has been fixed.
|
|
55
|
-
- `#I387602`, `#I391114` - `ColumnTemplate` is not working with `childGrid` in React has been fixed.
|
|
56
|
-
- `#I392695` - Header checkbox is selected automatically while doing searching and filtering with custom binding has been fixed.
|
|
57
|
-
- `#I377797` - Fixed the column misalignment issue while using the lazy load grouping feature to hide columns.
|
|
58
|
-
- `#I388048`, `#I388054` - Icons appearing as unwanted characters in the NVDA Screen Reader speech viewer has been fixed.
|
|
59
|
-
- `#I394025` - Memory leak issue on Command column when grid refreshed is fixed.
|
|
60
|
-
- `#I396878` - `HeaderTemplate` feature is not working in React child Grid has been fixed.
|
|
61
|
-
- `#FB36381` - Gantt with `virtualization` and Persistence working properly and the issue has been Fixed.
|
|
62
|
-
- `#F175543`, `#I389522`, `#F176346`, `#I394881`, `#I395706`, `#I395963`, `#I397022` - Typing white space in grid input field on Mac OS has been Fixed.
|
|
63
|
-
- `#FB34389` - `DataStateChangeEventArgs.search` Data Type has been updated.
|
|
64
|
-
|
|
65
|
-
## 20.2.43 (2022-08-08)
|
|
66
|
-
|
|
67
|
-
### Grid
|
|
68
|
-
|
|
69
|
-
#### Bug Fixes
|
|
70
|
-
|
|
71
|
-
- `#I392233` - Filtering issue with Boolean values has been fixed and now working properly.
|
|
72
|
-
- `#I388879` - Destroying Grid with expanded child grid throws script error has been resolved.
|
|
73
|
-
- `#I388052` - Screen reader reads the column as draggable even though it is not a draggable column has been fixed.
|
|
74
|
-
|
|
75
|
-
## 20.2.40 (2022-07-26)
|
|
76
|
-
|
|
77
|
-
### Grid
|
|
78
|
-
|
|
79
|
-
#### Bug Fixes
|
|
18
|
+
#### New Features
|
|
80
19
|
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
- `#I390767` - Text wrapping is not applied in the Stack header feature issue has been fixed.
|
|
20
|
+
- `F26767` - Provided the Shimmer effect for grid while loading, refreshing and data processing.
|
|
21
|
+
- Provided the lazy load group support for infinite scrolling enabled grid.
|
|
22
|
+
- `I388050`, `I388052`, `I375590`, `I370773`, `I375590` - Grid features and icons have been enhanced to meet web accessibility standards and enabled localization support for aria-labels.
|
|
85
23
|
|
|
86
24
|
#### Breaking Changes
|
|
87
25
|
|
|
88
|
-
-
|
|
89
|
-
- `WAI-ARIA` `aria-rowindex` validation error has been resolved. Now the `aria-rowindex` and `aria-colindex` starting from 1.
|
|
90
|
-
|
|
91
|
-
## 20.2.39 (2022-07-19)
|
|
92
|
-
|
|
93
|
-
### Grid
|
|
26
|
+
- `#I374913` - Prevented the group collapse action in infinite scrolling with cache mode by hiding the icons.
|
|
94
27
|
|
|
95
28
|
#### Bug Fixes
|
|
96
29
|
|
|
97
|
-
- `#
|
|
98
|
-
- `#
|
|
99
|
-
- `#
|
|
100
|
-
- `#
|
|
101
|
-
- `#
|
|
102
|
-
- `#I389565` - `cssClass` property is not updated dynamically is fixed.
|
|
103
|
-
- `#I385208` - Wrong row drop index when dropped in external grid has been fixed.
|
|
104
|
-
- `#I386683` - `disableHtmlEncode` property is not working in Excel Filter is fixed.
|
|
105
|
-
- `#I376845` - Memory leak issue on command column has been fixed.
|
|
106
|
-
- `#F175044` - Image is not rendered in Multiple Grid Excel Export issue has been fixed.
|
|
30
|
+
- `#I397430` - Script error while hiding the Sticky Header Grid using `ngIf` property has been fixed.
|
|
31
|
+
- `#I407127` - Custom command buttons not working with infinite scrolling is fixed.
|
|
32
|
+
- `#I401295` - Group by fails for 1 record on collapse issue has been fixed.
|
|
33
|
+
- `#I401412` - Script error after destroying the Grid with sticky header has been fixed.
|
|
34
|
+
- `#F176953` - Filtering issue with Frozen column and Row drag and drop feature has been resolved.
|
|
107
35
|
|
|
108
36
|
## 20.2.38 (2022-07-12)
|
|
109
37
|
|
package/diConfig.json
CHANGED
|
@@ -199,6 +199,16 @@
|
|
|
199
199
|
{
|
|
200
200
|
"propertyName": "infiniteScrollSettings",
|
|
201
201
|
"baseClass": "InfiniteScrollSettings"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"propertyName": "loadingIndicator",
|
|
205
|
+
"baseClass": "LoadingIndicator",
|
|
206
|
+
"migratedTagDirective": [{
|
|
207
|
+
"propertyName": "indicatorType",
|
|
208
|
+
"directoryName": "grid",
|
|
209
|
+
"baseClass": "IndicatorType"
|
|
210
|
+
}]
|
|
211
|
+
|
|
202
212
|
}
|
|
203
213
|
],
|
|
204
214
|
"tagDirective": [{
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-react-grids.min.js
|
|
3
|
+
* version : 20.3.48
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("SyncfusionReactBase"),require("SyncfusionGrids"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionReactBase","SyncfusionGrids","React"],e):"object"==typeof exports?exports.SyncfusionReactGrids=e(require("SyncfusionReactBase"),require("SyncfusionGrids"),require("React")):t.SyncfusionReactGrids=e(t.SyncfusionReactBase,t.SyncfusionGrids,t.React)}(this,function(t,e,n){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=10)}([function(e,n){e.exports=t},function(t,n){t.exports=e},function(t,e){t.exports=n},function(t,e,n){"use strict";var r=n(7);n.d(e,"a",function(){return r.a}),n.d(e,"b",function(){return r.b});var o=n(9);n.d(e,"c",function(){return o.a}),n.d(e,"d",function(){return o.b});var i=n(6);n.d(e,"e",function(){return i.a}),n.d(e,"f",function(){return i.b});var u=n(5);n.d(e,"g",function(){return u.a}),n.d(e,"h",function(){return u.b});var c=n(8);n.d(e,"i",function(){return c.a})},function(t,e,n){"use strict";var r=n(11);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";n.d(e,"a",function(){return i}),n.d(e,"b",function(){return u});var r=n(0),o=(n.n(r),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.moduleName="aggregateColumn",e}(r.ComplexBase),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.propertyName="columns",e.moduleName="aggregateColumns",e}(r.ComplexBase)},function(t,e,n){"use strict";n.d(e,"a",function(){return i}),n.d(e,"b",function(){return u});var r=n(0),o=(n.n(r),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.moduleName="aggregate",e}(r.ComplexBase),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.propertyName="aggregates",e.moduleName="aggregates",e}(r.ComplexBase)},function(t,e,n){"use strict";n.d(e,"a",function(){return i}),n.d(e,"b",function(){return u});var r=n(0),o=(n.n(r),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.moduleName="column",e.complexTemplate={filterItemTemplate:"filter.itemTemplate"},e}(r.ComplexBase),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.propertyName="columns",e.moduleName="columns",e}(r.ComplexBase)},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(1)),i=(n.n(o),n(0)),u=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.directivekeys={columns:{column:{stackedColumns:"stackedColumn"}},aggregates:{aggregate:{aggregateColumns:"aggregateColumn"}}},n.immediateRender=!1,n.portals=[],n}return u(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.Grid);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";n.d(e,"a",function(){return i}),n.d(e,"b",function(){return u});var r=n(0),o=(n.n(r),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.moduleName="stackedColumn",e.complexTemplate={filterItemTemplate:"filter.itemTemplate"},e}(r.ComplexBase),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.propertyName="columns",e.moduleName="stackedColumns",e}(r.ComplexBase)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(3);n.d(e,"ColumnDirective",function(){return r.a}),n.d(e,"ColumnsDirective",function(){return r.b}),n.d(e,"StackedColumnDirective",function(){return r.c}),n.d(e,"StackedColumnsDirective",function(){return r.d}),n.d(e,"AggregateDirective",function(){return r.e}),n.d(e,"AggregatesDirective",function(){return r.f}),n.d(e,"AggregateColumnDirective",function(){return r.g}),n.d(e,"AggregateColumnsDirective",function(){return r.h}),n.d(e,"GridComponent",function(){return r.i});var o=n(4);n.d(e,"PagerComponent",function(){return o.a});var i=n(0);n.n(i);n.o(i,"Inject")&&n.d(e,"Inject",function(){return i.Inject});var u=n(1);n.n(u);for(var c in u)["ColumnDirective","ColumnsDirective","StackedColumnDirective","StackedColumnsDirective","AggregateDirective","AggregatesDirective","AggregateColumnDirective","AggregateColumnsDirective","GridComponent","PagerComponent","Inject","default"].indexOf(c)<0&&function(t){n.d(e,t,function(){return u[t]})}(c)},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var r=n(2),o=(n.n(r),n(1)),i=(n.n(o),n(0)),u=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),c=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.immediateRender=!1,n.portals=[],n}return u(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.Pager);n.i(i.applyMixins)(c,[i.ComponentBase,r.Component])}])});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-grids.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.3.48
|
|
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
|
+
"_id": "@syncfusion/ej2-react-grids@20.3.47",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-QUX6hkUupHHc3f6TAfTy23oEHBLyeXPeGtYahKFWedBrpJ87+CSHvNttfxQgP3rb0ePjn30QmHakct04q1is+g==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-20.3.47.tgz",
|
|
23
|
+
"_shasum": "a71bf0349fe1e03b007d8ff998c8b6e7971087c2",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-grids": "20.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.3.48",
|
|
35
|
+
"@syncfusion/ej2-grids": "20.3.48",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.3.47"
|
|
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 React",
|
|
@@ -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.
|
|
68
|
+
"version": "20.3.48",
|
|
69
69
|
"sideEffects": false
|
|
70
70
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
@@ -103,6 +104,7 @@
|
|
|
103
104
|
min-height: 34px;
|
|
104
105
|
}
|
|
105
106
|
|
|
107
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
106
108
|
@keyframes material-spinner-rotate {
|
|
107
109
|
0% {
|
|
108
110
|
transform: rotate(0);
|
|
@@ -369,7 +371,7 @@
|
|
|
369
371
|
word-break: normal;
|
|
370
372
|
}
|
|
371
373
|
.e-excelfilter .e-chk-hidden {
|
|
372
|
-
-moz-appearance: none;
|
|
374
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
373
375
|
height: 1px;
|
|
374
376
|
opacity: 0;
|
|
375
377
|
width: 1px;
|
|
@@ -513,6 +515,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
513
515
|
border-color: #0070f0;
|
|
514
516
|
}
|
|
515
517
|
|
|
518
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
519
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
516
520
|
@keyframes material-spinner-rotate {
|
|
517
521
|
0% {
|
|
518
522
|
transform: rotate(0);
|
|
@@ -762,6 +766,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
762
766
|
.e-bigger .e-grid,
|
|
763
767
|
.e-grid.e-bigger {
|
|
764
768
|
font-size: 14px;
|
|
769
|
+
/* stylelint-disable */
|
|
765
770
|
}
|
|
766
771
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
767
772
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1419,6 +1424,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1419
1424
|
font-size: 13px;
|
|
1420
1425
|
height: auto;
|
|
1421
1426
|
position: relative;
|
|
1427
|
+
/* stylelint-enable */
|
|
1428
|
+
/* stylelint-disable */
|
|
1429
|
+
/* stylelint-enable */
|
|
1422
1430
|
}
|
|
1423
1431
|
.e-grid .e-gridheader {
|
|
1424
1432
|
-webkit-user-select: none;
|
|
@@ -2326,7 +2334,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2326
2334
|
padding-left: 8px;
|
|
2327
2335
|
}
|
|
2328
2336
|
.e-grid .e-chk-hidden {
|
|
2329
|
-
-moz-appearance: none;
|
|
2337
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2330
2338
|
height: 1px;
|
|
2331
2339
|
opacity: 0;
|
|
2332
2340
|
width: 1px;
|
|
@@ -2340,7 +2348,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2340
2348
|
}
|
|
2341
2349
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2342
2350
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2343
|
-
-webkit-user-select: auto;
|
|
2351
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2344
2352
|
height: 20px;
|
|
2345
2353
|
line-height: 20px;
|
|
2346
2354
|
position: relative;
|
|
@@ -2536,7 +2544,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2536
2544
|
padding: 2px;
|
|
2537
2545
|
}
|
|
2538
2546
|
.e-grid .e-content {
|
|
2539
|
-
-webkit-overflow-scrolling: touch;
|
|
2547
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2540
2548
|
overflow-x: auto;
|
|
2541
2549
|
overflow-y: scroll;
|
|
2542
2550
|
position: relative;
|
|
@@ -2666,6 +2674,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2666
2674
|
border-width: 1px 0 0;
|
|
2667
2675
|
cursor: pointer;
|
|
2668
2676
|
}
|
|
2677
|
+
.e-grid .e-disablepointer {
|
|
2678
|
+
cursor: default;
|
|
2679
|
+
}
|
|
2669
2680
|
.e-grid .e-groupcaption {
|
|
2670
2681
|
border-style: solid;
|
|
2671
2682
|
border-width: 1px 0 0;
|
|
@@ -2887,6 +2898,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2887
2898
|
.e-grid .e-checkboxfiltertext {
|
|
2888
2899
|
width: 150px;
|
|
2889
2900
|
word-break: normal;
|
|
2901
|
+
/* stylelint-disable */
|
|
2902
|
+
/* stylelint-enable */
|
|
2890
2903
|
}
|
|
2891
2904
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2892
2905
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2946,10 +2959,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2946
2959
|
overflow: hidden;
|
|
2947
2960
|
}
|
|
2948
2961
|
.e-grid .e-frozenhdrcont {
|
|
2949
|
-
-ms-touch-action: none;
|
|
2962
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2950
2963
|
}
|
|
2951
2964
|
.e-grid .e-frozencontent {
|
|
2952
|
-
-ms-touch-action: none;
|
|
2965
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2953
2966
|
border-bottom-width: 1px;
|
|
2954
2967
|
float: left;
|
|
2955
2968
|
width: min-content;
|
|
@@ -2958,19 +2971,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2958
2971
|
float: right;
|
|
2959
2972
|
}
|
|
2960
2973
|
.e-grid .e-movablecontent {
|
|
2961
|
-
-ms-overflow-style: none;
|
|
2974
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2962
2975
|
-ms-flex: 1;
|
|
2963
2976
|
flex: 1;
|
|
2964
2977
|
overflow-x: auto;
|
|
2965
2978
|
overflow-y: hidden;
|
|
2966
2979
|
}
|
|
2967
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2980
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2968
2981
|
display: none;
|
|
2969
2982
|
}
|
|
2970
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2983
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2971
2984
|
width: 7px;
|
|
2972
2985
|
}
|
|
2973
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2986
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2974
2987
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2975
2988
|
border-radius: 4px;
|
|
2976
2989
|
}
|
|
@@ -3377,9 +3390,39 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3377
3390
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3378
3391
|
border-right: 0;
|
|
3379
3392
|
}
|
|
3393
|
+
.e-grid .e-mask {
|
|
3394
|
+
display: inline-block;
|
|
3395
|
+
height: 10px;
|
|
3396
|
+
width: 80%;
|
|
3397
|
+
}
|
|
3398
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3399
|
+
margin-left: 7px;
|
|
3400
|
+
width: 16px;
|
|
3401
|
+
}
|
|
3402
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3403
|
+
width: 16px;
|
|
3404
|
+
}
|
|
3405
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3406
|
+
margin-left: 3px;
|
|
3407
|
+
margin-right: 16px;
|
|
3408
|
+
width: 20px;
|
|
3409
|
+
}
|
|
3410
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3411
|
+
width: 13px;
|
|
3412
|
+
}
|
|
3413
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3414
|
+
margin-left: 8px;
|
|
3415
|
+
}
|
|
3416
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3417
|
+
margin-left: 12px;
|
|
3418
|
+
width: 12px;
|
|
3419
|
+
}
|
|
3380
3420
|
.e-grid.sf-grid .e-table {
|
|
3381
3421
|
border-spacing: 0.25px;
|
|
3382
3422
|
}
|
|
3423
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3424
|
+
margin-left: -8px;
|
|
3425
|
+
}
|
|
3383
3426
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3384
3427
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3385
3428
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3957,7 +4000,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3957
4000
|
}
|
|
3958
4001
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3959
4002
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3960
|
-
-moz-appearance: none;
|
|
4003
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3961
4004
|
height: 1px;
|
|
3962
4005
|
opacity: 0;
|
|
3963
4006
|
width: 1px;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -103,6 +104,7 @@
|
|
|
103
104
|
min-height: 34px;
|
|
104
105
|
}
|
|
105
106
|
|
|
107
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
106
108
|
@keyframes material-spinner-rotate {
|
|
107
109
|
0% {
|
|
108
110
|
transform: rotate(0);
|
|
@@ -369,7 +371,7 @@
|
|
|
369
371
|
word-break: normal;
|
|
370
372
|
}
|
|
371
373
|
.e-excelfilter .e-chk-hidden {
|
|
372
|
-
-moz-appearance: none;
|
|
374
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
373
375
|
height: 1px;
|
|
374
376
|
opacity: 0;
|
|
375
377
|
width: 1px;
|
|
@@ -513,6 +515,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
513
515
|
border-color: #317ab9;
|
|
514
516
|
}
|
|
515
517
|
|
|
518
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
519
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
516
520
|
@keyframes material-spinner-rotate {
|
|
517
521
|
0% {
|
|
518
522
|
transform: rotate(0);
|
|
@@ -763,6 +767,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
763
767
|
.e-bigger .e-grid,
|
|
764
768
|
.e-grid.e-bigger {
|
|
765
769
|
font-size: 14px;
|
|
770
|
+
/* stylelint-disable */
|
|
766
771
|
}
|
|
767
772
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
768
773
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1420,6 +1425,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1420
1425
|
font-size: 13px;
|
|
1421
1426
|
height: auto;
|
|
1422
1427
|
position: relative;
|
|
1428
|
+
/* stylelint-enable */
|
|
1429
|
+
/* stylelint-disable */
|
|
1430
|
+
/* stylelint-enable */
|
|
1423
1431
|
}
|
|
1424
1432
|
.e-grid .e-gridheader {
|
|
1425
1433
|
-webkit-user-select: none;
|
|
@@ -2327,7 +2335,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2327
2335
|
padding-left: 8px;
|
|
2328
2336
|
}
|
|
2329
2337
|
.e-grid .e-chk-hidden {
|
|
2330
|
-
-moz-appearance: none;
|
|
2338
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2331
2339
|
height: 1px;
|
|
2332
2340
|
opacity: 0;
|
|
2333
2341
|
width: 1px;
|
|
@@ -2341,7 +2349,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2341
2349
|
}
|
|
2342
2350
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2343
2351
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2344
|
-
-webkit-user-select: auto;
|
|
2352
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2345
2353
|
height: 20px;
|
|
2346
2354
|
line-height: 20px;
|
|
2347
2355
|
position: relative;
|
|
@@ -2537,7 +2545,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2537
2545
|
padding: 2px;
|
|
2538
2546
|
}
|
|
2539
2547
|
.e-grid .e-content {
|
|
2540
|
-
-webkit-overflow-scrolling: touch;
|
|
2548
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2541
2549
|
overflow-x: auto;
|
|
2542
2550
|
overflow-y: scroll;
|
|
2543
2551
|
position: relative;
|
|
@@ -2667,6 +2675,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2667
2675
|
border-width: 1px 0 0;
|
|
2668
2676
|
cursor: pointer;
|
|
2669
2677
|
}
|
|
2678
|
+
.e-grid .e-disablepointer {
|
|
2679
|
+
cursor: default;
|
|
2680
|
+
}
|
|
2670
2681
|
.e-grid .e-groupcaption {
|
|
2671
2682
|
border-style: solid;
|
|
2672
2683
|
border-width: 1px 0 0;
|
|
@@ -2888,6 +2899,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2888
2899
|
.e-grid .e-checkboxfiltertext {
|
|
2889
2900
|
width: 150px;
|
|
2890
2901
|
word-break: normal;
|
|
2902
|
+
/* stylelint-disable */
|
|
2903
|
+
/* stylelint-enable */
|
|
2891
2904
|
}
|
|
2892
2905
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2893
2906
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2947,10 +2960,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2947
2960
|
overflow: hidden;
|
|
2948
2961
|
}
|
|
2949
2962
|
.e-grid .e-frozenhdrcont {
|
|
2950
|
-
-ms-touch-action: none;
|
|
2963
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2951
2964
|
}
|
|
2952
2965
|
.e-grid .e-frozencontent {
|
|
2953
|
-
-ms-touch-action: none;
|
|
2966
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2954
2967
|
border-bottom-width: 1px;
|
|
2955
2968
|
float: left;
|
|
2956
2969
|
width: min-content;
|
|
@@ -2959,19 +2972,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2959
2972
|
float: right;
|
|
2960
2973
|
}
|
|
2961
2974
|
.e-grid .e-movablecontent {
|
|
2962
|
-
-ms-overflow-style: none;
|
|
2975
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2963
2976
|
-ms-flex: 1;
|
|
2964
2977
|
flex: 1;
|
|
2965
2978
|
overflow-x: auto;
|
|
2966
2979
|
overflow-y: hidden;
|
|
2967
2980
|
}
|
|
2968
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2981
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2969
2982
|
display: none;
|
|
2970
2983
|
}
|
|
2971
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2984
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2972
2985
|
width: 7px;
|
|
2973
2986
|
}
|
|
2974
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2987
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2975
2988
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2976
2989
|
border-radius: 4px;
|
|
2977
2990
|
}
|
|
@@ -3378,9 +3391,39 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3378
3391
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3379
3392
|
border-right: 0;
|
|
3380
3393
|
}
|
|
3394
|
+
.e-grid .e-mask {
|
|
3395
|
+
display: inline-block;
|
|
3396
|
+
height: 10px;
|
|
3397
|
+
width: 80%;
|
|
3398
|
+
}
|
|
3399
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3400
|
+
margin-left: 7px;
|
|
3401
|
+
width: 16px;
|
|
3402
|
+
}
|
|
3403
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3404
|
+
width: 16px;
|
|
3405
|
+
}
|
|
3406
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3407
|
+
margin-left: 3px;
|
|
3408
|
+
margin-right: 16px;
|
|
3409
|
+
width: 20px;
|
|
3410
|
+
}
|
|
3411
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3412
|
+
width: 13px;
|
|
3413
|
+
}
|
|
3414
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3415
|
+
margin-left: 8px;
|
|
3416
|
+
}
|
|
3417
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3418
|
+
margin-left: 12px;
|
|
3419
|
+
width: 12px;
|
|
3420
|
+
}
|
|
3381
3421
|
.e-grid.sf-grid .e-table {
|
|
3382
3422
|
border-spacing: 0.25px;
|
|
3383
3423
|
}
|
|
3424
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3425
|
+
margin-left: -8px;
|
|
3426
|
+
}
|
|
3384
3427
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3385
3428
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3386
3429
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3958,7 +4001,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3958
4001
|
}
|
|
3959
4002
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3960
4003
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3961
|
-
-moz-appearance: none;
|
|
4004
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3962
4005
|
height: 1px;
|
|
3963
4006
|
opacity: 0;
|
|
3964
4007
|
width: 1px;
|