igniteui-angular-data-grids 20.2.0 → 20.2.1
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/bundles/igniteui-angular-data-grids.umd.js +17 -17
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/ColumnFilterCondition_combined.js +4 -4
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/TemplateCell.js +1 -1
- package/esm5/lib/ColumnFilterCondition_combined.js +4 -4
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/TemplateCell.js +1 -1
- package/fesm2015/igniteui-angular-data-grids.js +17 -17
- package/fesm5/igniteui-angular-data-grids.js +17 -17
- package/lib/ColumnFilterCondition_combined.d.ts +1 -1
- package/package.json +4 -4
|
@@ -5881,15 +5881,15 @@ export let PagedDataProvider = /*@__PURE__*/ (() => {
|
|
|
5881
5881
|
class PagedDataProvider extends DataSourceLocalDataProvider {
|
|
5882
5882
|
constructor(a) {
|
|
5883
5883
|
super();
|
|
5884
|
-
this.
|
|
5885
|
-
this.
|
|
5884
|
+
this.a4 = null;
|
|
5885
|
+
this.a4 = a;
|
|
5886
5886
|
}
|
|
5887
5887
|
getItemValue(a, b) {
|
|
5888
5888
|
if (a == null) {
|
|
5889
5889
|
return null;
|
|
5890
5890
|
}
|
|
5891
|
-
if (this.
|
|
5892
|
-
let c = this.
|
|
5891
|
+
if (this.a4.actualDataSource.isVirtual) {
|
|
5892
|
+
let c = this.a4.actualDataSource;
|
|
5893
5893
|
return c.actualDataProvider.getItemValue(a, b);
|
|
5894
5894
|
}
|
|
5895
5895
|
return super.getItemValue(a, b);
|
|
@@ -76,7 +76,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
|
|
|
76
76
|
}
|
|
77
77
|
this.n = a;
|
|
78
78
|
this.d = new CanvasGestureDOMEventProxy(this.o.rootWrapper, this.o, true);
|
|
79
|
-
this.d.
|
|
79
|
+
this.d.c9 = true;
|
|
80
80
|
let b = this.d;
|
|
81
81
|
b.onMouseDown = delegateCombine(b.onMouseDown, runOn(this, this.z));
|
|
82
82
|
let c = this.d;
|
|
@@ -36,8 +36,8 @@ export let DraggerView = /*@__PURE__*/ (() => {
|
|
|
36
36
|
this.c = null;
|
|
37
37
|
}
|
|
38
38
|
if (this.a != null) {
|
|
39
|
-
this.a.
|
|
40
|
-
this.a.
|
|
39
|
+
this.a.ap = null;
|
|
40
|
+
this.a.aw();
|
|
41
41
|
}
|
|
42
42
|
return;
|
|
43
43
|
}
|
|
@@ -45,23 +45,23 @@ export let DraggerView = /*@__PURE__*/ (() => {
|
|
|
45
45
|
let b = Math.round(this.c.rootWrapper.width());
|
|
46
46
|
let c = Math.round(this.c.rootWrapper.height());
|
|
47
47
|
this.a = new CanvasGestureDOMEventProxy(this.c.rootWrapper, this.c, true);
|
|
48
|
-
this.a.
|
|
48
|
+
this.a.c9 = true;
|
|
49
49
|
let d = this.a;
|
|
50
50
|
d.onMouseOver = delegateCombine(d.onMouseOver, runOn(this, this.e));
|
|
51
51
|
let e = this.a;
|
|
52
52
|
e.onMouseUp = delegateCombine(e.onMouseUp, runOn(this, this.f));
|
|
53
|
-
this.a.
|
|
53
|
+
this.a.ap = runOn(this, this.b);
|
|
54
54
|
this.model.viewportWidth = b;
|
|
55
55
|
this.model.viewportHeight = c;
|
|
56
56
|
}
|
|
57
57
|
onDetachedFromUI() {
|
|
58
58
|
if (this.a != null && this.c != null) {
|
|
59
|
-
this.a.
|
|
59
|
+
this.a.bi(this.c.rootWrapper, "");
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
onAttachedToUI() {
|
|
63
63
|
if (this.a != null) {
|
|
64
|
-
this.a.
|
|
64
|
+
this.a.au(this.c.rootWrapper, "");
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
b(a) {
|
|
@@ -78,7 +78,7 @@ export let DraggerView = /*@__PURE__*/ (() => {
|
|
|
78
78
|
releaseMouse() {
|
|
79
79
|
}
|
|
80
80
|
transformPoint(a, b) {
|
|
81
|
-
let c = BaseDOMEventProxy.
|
|
81
|
+
let c = BaseDOMEventProxy.c5(this.c.rootWrapper);
|
|
82
82
|
let d = { $type: Point_$type, x: a - c.x, y: b - c.y };
|
|
83
83
|
return d;
|
|
84
84
|
}
|
|
@@ -89,7 +89,7 @@ export let DraggerView = /*@__PURE__*/ (() => {
|
|
|
89
89
|
this.model.onMouseUp(a.x, a.y);
|
|
90
90
|
}
|
|
91
91
|
onViewportSizeChanged(a, b) {
|
|
92
|
-
this.a.
|
|
92
|
+
this.a.bm = new Rect(0, 0, 0, a, b);
|
|
93
93
|
}
|
|
94
94
|
addCloneCellToDom() {
|
|
95
95
|
if (this.c != null) {
|
|
@@ -43,7 +43,7 @@ export let TemplateCell = /*@__PURE__*/ (() => {
|
|
|
43
43
|
dx(a) {
|
|
44
44
|
let b = this.dv.element.getNativeElement();
|
|
45
45
|
if (b.contains(document.activeElement) && document.activeElement.nodeName == "INPUT") {
|
|
46
|
-
let c = BaseDOMEventProxy.
|
|
46
|
+
let c = BaseDOMEventProxy.c1(a);
|
|
47
47
|
if (c == 14 || c == 16) {
|
|
48
48
|
a.stopPropagation();
|
|
49
49
|
}
|
|
@@ -6770,16 +6770,16 @@ var PagedDataProvider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6770
6770
|
__extends(PagedDataProvider, _super);
|
|
6771
6771
|
function PagedDataProvider(a) {
|
|
6772
6772
|
var _this = _super.call(this) || this;
|
|
6773
|
-
_this.
|
|
6774
|
-
_this.
|
|
6773
|
+
_this.a4 = null;
|
|
6774
|
+
_this.a4 = a;
|
|
6775
6775
|
return _this;
|
|
6776
6776
|
}
|
|
6777
6777
|
PagedDataProvider.prototype.getItemValue = function (a, b) {
|
|
6778
6778
|
if (a == null) {
|
|
6779
6779
|
return null;
|
|
6780
6780
|
}
|
|
6781
|
-
if (this.
|
|
6782
|
-
var c = this.
|
|
6781
|
+
if (this.a4.actualDataSource.isVirtual) {
|
|
6782
|
+
var c = this.a4.actualDataSource;
|
|
6783
6783
|
return c.actualDataProvider.getItemValue(a, b);
|
|
6784
6784
|
}
|
|
6785
6785
|
return _super.prototype.getItemValue.call(this, a, b);
|
|
@@ -106,7 +106,7 @@ var ColumnGroupingView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
106
106
|
}
|
|
107
107
|
this.n = a;
|
|
108
108
|
this.d = new CanvasGestureDOMEventProxy(this.o.rootWrapper, this.o, true);
|
|
109
|
-
this.d.
|
|
109
|
+
this.d.c9 = true;
|
|
110
110
|
var b = this.d;
|
|
111
111
|
b.onMouseDown = delegateCombine(b.onMouseDown, runOn(this, this.z));
|
|
112
112
|
var c = this.d;
|
|
@@ -163,7 +163,7 @@ var ComparisonOperatorSelectorView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
163
163
|
};
|
|
164
164
|
ComparisonOperatorSelectorView.prototype.onDocumentKeyDown = function (a) {
|
|
165
165
|
var b = a;
|
|
166
|
-
if (BaseDOMEventProxy.
|
|
166
|
+
if (BaseDOMEventProxy.c1(b) == 8) {
|
|
167
167
|
this.a.d8();
|
|
168
168
|
}
|
|
169
169
|
};
|
|
@@ -285,7 +285,7 @@ var DataGridToolbarView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
285
285
|
a.stopPropagation();
|
|
286
286
|
};
|
|
287
287
|
DataGridToolbarView.prototype.q = function (a) {
|
|
288
|
-
if (BaseDOMEventProxy.
|
|
288
|
+
if (BaseDOMEventProxy.c1(a) == 8) {
|
|
289
289
|
this.a.av();
|
|
290
290
|
}
|
|
291
291
|
};
|
package/esm5/lib/DraggerView.js
CHANGED
|
@@ -42,8 +42,8 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42
42
|
this.c = null;
|
|
43
43
|
}
|
|
44
44
|
if (this.a != null) {
|
|
45
|
-
this.a.
|
|
46
|
-
this.a.
|
|
45
|
+
this.a.ap = null;
|
|
46
|
+
this.a.aw();
|
|
47
47
|
}
|
|
48
48
|
return;
|
|
49
49
|
}
|
|
@@ -51,23 +51,23 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51
51
|
var b = Math.round(this.c.rootWrapper.width());
|
|
52
52
|
var c = Math.round(this.c.rootWrapper.height());
|
|
53
53
|
this.a = new CanvasGestureDOMEventProxy(this.c.rootWrapper, this.c, true);
|
|
54
|
-
this.a.
|
|
54
|
+
this.a.c9 = true;
|
|
55
55
|
var d = this.a;
|
|
56
56
|
d.onMouseOver = delegateCombine(d.onMouseOver, runOn(this, this.e));
|
|
57
57
|
var e = this.a;
|
|
58
58
|
e.onMouseUp = delegateCombine(e.onMouseUp, runOn(this, this.f));
|
|
59
|
-
this.a.
|
|
59
|
+
this.a.ap = runOn(this, this.b);
|
|
60
60
|
this.model.viewportWidth = b;
|
|
61
61
|
this.model.viewportHeight = c;
|
|
62
62
|
};
|
|
63
63
|
DraggerView.prototype.onDetachedFromUI = function () {
|
|
64
64
|
if (this.a != null && this.c != null) {
|
|
65
|
-
this.a.
|
|
65
|
+
this.a.bi(this.c.rootWrapper, "");
|
|
66
66
|
}
|
|
67
67
|
};
|
|
68
68
|
DraggerView.prototype.onAttachedToUI = function () {
|
|
69
69
|
if (this.a != null) {
|
|
70
|
-
this.a.
|
|
70
|
+
this.a.au(this.c.rootWrapper, "");
|
|
71
71
|
}
|
|
72
72
|
};
|
|
73
73
|
DraggerView.prototype.b = function (a) {
|
|
@@ -84,7 +84,7 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84
84
|
DraggerView.prototype.releaseMouse = function () {
|
|
85
85
|
};
|
|
86
86
|
DraggerView.prototype.transformPoint = function (a, b) {
|
|
87
|
-
var c = BaseDOMEventProxy.
|
|
87
|
+
var c = BaseDOMEventProxy.c5(this.c.rootWrapper);
|
|
88
88
|
var d = { $type: Point_$type, x: a - c.x, y: b - c.y };
|
|
89
89
|
return d;
|
|
90
90
|
};
|
|
@@ -95,7 +95,7 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
95
|
this.model.onMouseUp(a.x, a.y);
|
|
96
96
|
};
|
|
97
97
|
DraggerView.prototype.onViewportSizeChanged = function (a, b) {
|
|
98
|
-
this.a.
|
|
98
|
+
this.a.bm = new Rect(0, 0, 0, a, b);
|
|
99
99
|
};
|
|
100
100
|
DraggerView.prototype.addCloneCellToDom = function () {
|
|
101
101
|
if (this.c != null) {
|
|
@@ -205,7 +205,7 @@ var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
205
205
|
a.stopPropagation();
|
|
206
206
|
};
|
|
207
207
|
GridFilterDialogPanel.prototype.onDocumentKeyDown = function (a) {
|
|
208
|
-
if (BaseDOMEventProxy.
|
|
208
|
+
if (BaseDOMEventProxy.c1(a) == 8) {
|
|
209
209
|
}
|
|
210
210
|
};
|
|
211
211
|
GridFilterDialogPanel.prototype.onDocumentMouseClick = function (e_) {
|
package/esm5/lib/TemplateCell.js
CHANGED
|
@@ -49,7 +49,7 @@ var TemplateCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49
49
|
TemplateCell.prototype.dx = function (a) {
|
|
50
50
|
var b = this.dv.element.getNativeElement();
|
|
51
51
|
if (b.contains(document.activeElement) && document.activeElement.nodeName == "INPUT") {
|
|
52
|
-
var c = BaseDOMEventProxy.
|
|
52
|
+
var c = BaseDOMEventProxy.c1(a);
|
|
53
53
|
if (c == 14 || c == 16) {
|
|
54
54
|
a.stopPropagation();
|
|
55
55
|
}
|
|
@@ -13159,15 +13159,15 @@ let PagedDataProvider = /*@__PURE__*/ (() => {
|
|
|
13159
13159
|
class PagedDataProvider extends DataSourceLocalDataProvider {
|
|
13160
13160
|
constructor(a) {
|
|
13161
13161
|
super();
|
|
13162
|
-
this.
|
|
13163
|
-
this.
|
|
13162
|
+
this.a4 = null;
|
|
13163
|
+
this.a4 = a;
|
|
13164
13164
|
}
|
|
13165
13165
|
getItemValue(a, b) {
|
|
13166
13166
|
if (a == null) {
|
|
13167
13167
|
return null;
|
|
13168
13168
|
}
|
|
13169
|
-
if (this.
|
|
13170
|
-
let c = this.
|
|
13169
|
+
if (this.a4.actualDataSource.isVirtual) {
|
|
13170
|
+
let c = this.a4.actualDataSource;
|
|
13171
13171
|
return c.actualDataProvider.getItemValue(a, b);
|
|
13172
13172
|
}
|
|
13173
13173
|
return super.getItemValue(a, b);
|
|
@@ -56881,7 +56881,7 @@ let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
|
|
|
56881
56881
|
}
|
|
56882
56882
|
onDocumentKeyDown(a) {
|
|
56883
56883
|
let b = a;
|
|
56884
|
-
if (BaseDOMEventProxy.
|
|
56884
|
+
if (BaseDOMEventProxy.c1(b) == 8) {
|
|
56885
56885
|
this.a.d8();
|
|
56886
56886
|
}
|
|
56887
56887
|
}
|
|
@@ -58997,7 +58997,7 @@ let GridFilterDialogPanel = /*@__PURE__*/ (() => {
|
|
|
58997
58997
|
a.stopPropagation();
|
|
58998
58998
|
}
|
|
58999
58999
|
onDocumentKeyDown(a) {
|
|
59000
|
-
if (BaseDOMEventProxy.
|
|
59000
|
+
if (BaseDOMEventProxy.c1(a) == 8) {
|
|
59001
59001
|
}
|
|
59002
59002
|
}
|
|
59003
59003
|
onDocumentMouseClick(e_) {
|
|
@@ -60668,7 +60668,7 @@ let TemplateCell = /*@__PURE__*/ (() => {
|
|
|
60668
60668
|
dx(a) {
|
|
60669
60669
|
let b = this.dv.element.getNativeElement();
|
|
60670
60670
|
if (b.contains(document.activeElement) && document.activeElement.nodeName == "INPUT") {
|
|
60671
|
-
let c = BaseDOMEventProxy.
|
|
60671
|
+
let c = BaseDOMEventProxy.c1(a);
|
|
60672
60672
|
if (c == 14 || c == 16) {
|
|
60673
60673
|
a.stopPropagation();
|
|
60674
60674
|
}
|
|
@@ -61376,8 +61376,8 @@ let DraggerView = /*@__PURE__*/ (() => {
|
|
|
61376
61376
|
this.c = null;
|
|
61377
61377
|
}
|
|
61378
61378
|
if (this.a != null) {
|
|
61379
|
-
this.a.
|
|
61380
|
-
this.a.
|
|
61379
|
+
this.a.ap = null;
|
|
61380
|
+
this.a.aw();
|
|
61381
61381
|
}
|
|
61382
61382
|
return;
|
|
61383
61383
|
}
|
|
@@ -61385,23 +61385,23 @@ let DraggerView = /*@__PURE__*/ (() => {
|
|
|
61385
61385
|
let b = Math.round(this.c.rootWrapper.width());
|
|
61386
61386
|
let c = Math.round(this.c.rootWrapper.height());
|
|
61387
61387
|
this.a = new CanvasGestureDOMEventProxy(this.c.rootWrapper, this.c, true);
|
|
61388
|
-
this.a.
|
|
61388
|
+
this.a.c9 = true;
|
|
61389
61389
|
let d = this.a;
|
|
61390
61390
|
d.onMouseOver = delegateCombine(d.onMouseOver, runOn(this, this.e));
|
|
61391
61391
|
let e = this.a;
|
|
61392
61392
|
e.onMouseUp = delegateCombine(e.onMouseUp, runOn(this, this.f));
|
|
61393
|
-
this.a.
|
|
61393
|
+
this.a.ap = runOn(this, this.b);
|
|
61394
61394
|
this.model.viewportWidth = b;
|
|
61395
61395
|
this.model.viewportHeight = c;
|
|
61396
61396
|
}
|
|
61397
61397
|
onDetachedFromUI() {
|
|
61398
61398
|
if (this.a != null && this.c != null) {
|
|
61399
|
-
this.a.
|
|
61399
|
+
this.a.bi(this.c.rootWrapper, "");
|
|
61400
61400
|
}
|
|
61401
61401
|
}
|
|
61402
61402
|
onAttachedToUI() {
|
|
61403
61403
|
if (this.a != null) {
|
|
61404
|
-
this.a.
|
|
61404
|
+
this.a.au(this.c.rootWrapper, "");
|
|
61405
61405
|
}
|
|
61406
61406
|
}
|
|
61407
61407
|
b(a) {
|
|
@@ -61418,7 +61418,7 @@ let DraggerView = /*@__PURE__*/ (() => {
|
|
|
61418
61418
|
releaseMouse() {
|
|
61419
61419
|
}
|
|
61420
61420
|
transformPoint(a, b) {
|
|
61421
|
-
let c = BaseDOMEventProxy.
|
|
61421
|
+
let c = BaseDOMEventProxy.c5(this.c.rootWrapper);
|
|
61422
61422
|
let d = { $type: Point_$type, x: a - c.x, y: b - c.y };
|
|
61423
61423
|
return d;
|
|
61424
61424
|
}
|
|
@@ -61429,7 +61429,7 @@ let DraggerView = /*@__PURE__*/ (() => {
|
|
|
61429
61429
|
this.model.onMouseUp(a.x, a.y);
|
|
61430
61430
|
}
|
|
61431
61431
|
onViewportSizeChanged(a, b) {
|
|
61432
|
-
this.a.
|
|
61432
|
+
this.a.bm = new Rect(0, 0, 0, a, b);
|
|
61433
61433
|
}
|
|
61434
61434
|
addCloneCellToDom() {
|
|
61435
61435
|
if (this.c != null) {
|
|
@@ -63970,7 +63970,7 @@ let ColumnGroupingView = /*@__PURE__*/ (() => {
|
|
|
63970
63970
|
}
|
|
63971
63971
|
this.n = a;
|
|
63972
63972
|
this.d = new CanvasGestureDOMEventProxy(this.o.rootWrapper, this.o, true);
|
|
63973
|
-
this.d.
|
|
63973
|
+
this.d.c9 = true;
|
|
63974
63974
|
let b = this.d;
|
|
63975
63975
|
b.onMouseDown = delegateCombine(b.onMouseDown, runOn(this, this.z));
|
|
63976
63976
|
let c = this.d;
|
|
@@ -87989,7 +87989,7 @@ let DataGridToolbarView = /*@__PURE__*/ (() => {
|
|
|
87989
87989
|
a.stopPropagation();
|
|
87990
87990
|
}
|
|
87991
87991
|
q(a) {
|
|
87992
|
-
if (BaseDOMEventProxy.
|
|
87992
|
+
if (BaseDOMEventProxy.c1(a) == 8) {
|
|
87993
87993
|
this.a.av();
|
|
87994
87994
|
}
|
|
87995
87995
|
}
|
|
@@ -15003,16 +15003,16 @@ var PagedDataProvider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15003
15003
|
__extends(PagedDataProvider, _super);
|
|
15004
15004
|
function PagedDataProvider(a) {
|
|
15005
15005
|
var _this = _super.call(this) || this;
|
|
15006
|
-
_this.
|
|
15007
|
-
_this.
|
|
15006
|
+
_this.a4 = null;
|
|
15007
|
+
_this.a4 = a;
|
|
15008
15008
|
return _this;
|
|
15009
15009
|
}
|
|
15010
15010
|
PagedDataProvider.prototype.getItemValue = function (a, b) {
|
|
15011
15011
|
if (a == null) {
|
|
15012
15012
|
return null;
|
|
15013
15013
|
}
|
|
15014
|
-
if (this.
|
|
15015
|
-
var c = this.
|
|
15014
|
+
if (this.a4.actualDataSource.isVirtual) {
|
|
15015
|
+
var c = this.a4.actualDataSource;
|
|
15016
15016
|
return c.actualDataProvider.getItemValue(a, b);
|
|
15017
15017
|
}
|
|
15018
15018
|
return _super.prototype.getItemValue.call(this, a, b);
|
|
@@ -64644,7 +64644,7 @@ var ComparisonOperatorSelectorView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
64644
64644
|
};
|
|
64645
64645
|
ComparisonOperatorSelectorView.prototype.onDocumentKeyDown = function (a) {
|
|
64646
64646
|
var b = a;
|
|
64647
|
-
if (BaseDOMEventProxy.
|
|
64647
|
+
if (BaseDOMEventProxy.c1(b) == 8) {
|
|
64648
64648
|
this.a.d8();
|
|
64649
64649
|
}
|
|
64650
64650
|
};
|
|
@@ -67031,7 +67031,7 @@ var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
67031
67031
|
a.stopPropagation();
|
|
67032
67032
|
};
|
|
67033
67033
|
GridFilterDialogPanel.prototype.onDocumentKeyDown = function (a) {
|
|
67034
|
-
if (BaseDOMEventProxy.
|
|
67034
|
+
if (BaseDOMEventProxy.c1(a) == 8) {
|
|
67035
67035
|
}
|
|
67036
67036
|
};
|
|
67037
67037
|
GridFilterDialogPanel.prototype.onDocumentMouseClick = function (e_) {
|
|
@@ -68815,7 +68815,7 @@ var TemplateCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
68815
68815
|
TemplateCell.prototype.dx = function (a) {
|
|
68816
68816
|
var b = this.dv.element.getNativeElement();
|
|
68817
68817
|
if (b.contains(document.activeElement) && document.activeElement.nodeName == "INPUT") {
|
|
68818
|
-
var c = BaseDOMEventProxy.
|
|
68818
|
+
var c = BaseDOMEventProxy.c1(a);
|
|
68819
68819
|
if (c == 14 || c == 16) {
|
|
68820
68820
|
a.stopPropagation();
|
|
68821
68821
|
}
|
|
@@ -69562,8 +69562,8 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69562
69562
|
this.c = null;
|
|
69563
69563
|
}
|
|
69564
69564
|
if (this.a != null) {
|
|
69565
|
-
this.a.
|
|
69566
|
-
this.a.
|
|
69565
|
+
this.a.ap = null;
|
|
69566
|
+
this.a.aw();
|
|
69567
69567
|
}
|
|
69568
69568
|
return;
|
|
69569
69569
|
}
|
|
@@ -69571,23 +69571,23 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69571
69571
|
var b = Math.round(this.c.rootWrapper.width());
|
|
69572
69572
|
var c = Math.round(this.c.rootWrapper.height());
|
|
69573
69573
|
this.a = new CanvasGestureDOMEventProxy(this.c.rootWrapper, this.c, true);
|
|
69574
|
-
this.a.
|
|
69574
|
+
this.a.c9 = true;
|
|
69575
69575
|
var d = this.a;
|
|
69576
69576
|
d.onMouseOver = delegateCombine(d.onMouseOver, runOn(this, this.e));
|
|
69577
69577
|
var e = this.a;
|
|
69578
69578
|
e.onMouseUp = delegateCombine(e.onMouseUp, runOn(this, this.f));
|
|
69579
|
-
this.a.
|
|
69579
|
+
this.a.ap = runOn(this, this.b);
|
|
69580
69580
|
this.model.viewportWidth = b;
|
|
69581
69581
|
this.model.viewportHeight = c;
|
|
69582
69582
|
};
|
|
69583
69583
|
DraggerView.prototype.onDetachedFromUI = function () {
|
|
69584
69584
|
if (this.a != null && this.c != null) {
|
|
69585
|
-
this.a.
|
|
69585
|
+
this.a.bi(this.c.rootWrapper, "");
|
|
69586
69586
|
}
|
|
69587
69587
|
};
|
|
69588
69588
|
DraggerView.prototype.onAttachedToUI = function () {
|
|
69589
69589
|
if (this.a != null) {
|
|
69590
|
-
this.a.
|
|
69590
|
+
this.a.au(this.c.rootWrapper, "");
|
|
69591
69591
|
}
|
|
69592
69592
|
};
|
|
69593
69593
|
DraggerView.prototype.b = function (a) {
|
|
@@ -69604,7 +69604,7 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69604
69604
|
DraggerView.prototype.releaseMouse = function () {
|
|
69605
69605
|
};
|
|
69606
69606
|
DraggerView.prototype.transformPoint = function (a, b) {
|
|
69607
|
-
var c = BaseDOMEventProxy.
|
|
69607
|
+
var c = BaseDOMEventProxy.c5(this.c.rootWrapper);
|
|
69608
69608
|
var d = { $type: Point_$type, x: a - c.x, y: b - c.y };
|
|
69609
69609
|
return d;
|
|
69610
69610
|
};
|
|
@@ -69615,7 +69615,7 @@ var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69615
69615
|
this.model.onMouseUp(a.x, a.y);
|
|
69616
69616
|
};
|
|
69617
69617
|
DraggerView.prototype.onViewportSizeChanged = function (a, b) {
|
|
69618
|
-
this.a.
|
|
69618
|
+
this.a.bm = new Rect(0, 0, 0, a, b);
|
|
69619
69619
|
};
|
|
69620
69620
|
DraggerView.prototype.addCloneCellToDom = function () {
|
|
69621
69621
|
if (this.c != null) {
|
|
@@ -72580,7 +72580,7 @@ var ColumnGroupingView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72580
72580
|
}
|
|
72581
72581
|
this.n = a;
|
|
72582
72582
|
this.d = new CanvasGestureDOMEventProxy(this.o.rootWrapper, this.o, true);
|
|
72583
|
-
this.d.
|
|
72583
|
+
this.d.c9 = true;
|
|
72584
72584
|
var b = this.d;
|
|
72585
72585
|
b.onMouseDown = delegateCombine(b.onMouseDown, runOn(this, this.z));
|
|
72586
72586
|
var c = this.d;
|
|
@@ -99876,7 +99876,7 @@ var DataGridToolbarView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
99876
99876
|
a.stopPropagation();
|
|
99877
99877
|
};
|
|
99878
99878
|
DataGridToolbarView.prototype.q = function (a) {
|
|
99879
|
-
if (BaseDOMEventProxy.
|
|
99879
|
+
if (BaseDOMEventProxy.c1(a) == 8) {
|
|
99880
99880
|
this.a.av();
|
|
99881
99881
|
}
|
|
99882
99882
|
};
|
|
@@ -1528,7 +1528,7 @@ export declare class PagerGridDataSourceNotificationBridge extends Base implemen
|
|
|
1528
1528
|
*/
|
|
1529
1529
|
export declare class PagedDataProvider extends DataSourceLocalDataProvider {
|
|
1530
1530
|
static $t: Type;
|
|
1531
|
-
private
|
|
1531
|
+
private a4;
|
|
1532
1532
|
constructor(a: Pager);
|
|
1533
1533
|
getItemValue(a: any, b: string): any;
|
|
1534
1534
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-data-grids",
|
|
3
|
-
"version": "20.2.
|
|
3
|
+
"version": "20.2.1",
|
|
4
4
|
"description": "Ignite UI Angular data grid components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-grids",
|
|
6
6
|
"keywords": [
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@angular/common": "^20.0.0",
|
|
22
22
|
"@angular/compiler": "^20.0.0",
|
|
23
23
|
"@angular/core": "^20.0.0",
|
|
24
|
-
"igniteui-angular-core": "20.2.
|
|
25
|
-
"igniteui-angular-layouts": "20.2.
|
|
26
|
-
"igniteui-angular-inputs": "20.2.
|
|
24
|
+
"igniteui-angular-core": "20.2.1",
|
|
25
|
+
"igniteui-angular-layouts": "20.2.1",
|
|
26
|
+
"igniteui-angular-inputs": "20.2.1"
|
|
27
27
|
},
|
|
28
28
|
"sideEffects": false,
|
|
29
29
|
"typings": "igniteui-angular-data-grids.d.ts",
|