igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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-webcomponents-data-grids.umd.js +767 -690
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +2 -2
- package/esm2015/lib/ColumnFilterCondition_combined.js +680 -640
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +4 -1
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/GridExternalWrapper.js +6 -0
- package/esm2015/lib/GridFilterDialogView_combined.js +36 -35
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/SectionHeaderCell.js +12 -0
- package/esm2015/lib/SummaryCell.js +9 -0
- package/esm2015/lib/TemplateCell.js +1 -1
- package/esm2015/lib/igc-data-grid-component.js +7 -1
- package/esm5/lib/CheckboxListView_combined.js +2 -2
- package/esm5/lib/ColumnFilterCondition_combined.js +677 -637
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm5/lib/DataGridScrollerKeyboardListener.js +4 -1
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/GridExternalWrapper.js +6 -0
- package/esm5/lib/GridFilterDialogView_combined.js +36 -35
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/SectionHeaderCell.js +12 -0
- package/esm5/lib/SummaryCell.js +9 -0
- package/esm5/lib/TemplateCell.js +1 -1
- package/esm5/lib/igc-data-grid-component.js +7 -1
- package/fesm2015/igniteui-webcomponents-data-grids.js +769 -692
- package/fesm5/igniteui-webcomponents-data-grids.js +768 -691
- package/lib/ColumnFilterCondition_combined.d.ts +117 -114
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/SectionHeaderCell.d.ts +2 -0
- package/lib/SummaryCell.d.ts +2 -0
- package/lib/igc-data-grid-component.d.ts +2 -0
- package/package.json +4 -4
|
@@ -8928,12 +8928,12 @@
|
|
|
8928
8928
|
};
|
|
8929
8929
|
DefaultCellActionManager.prototype.previewMouseDownCell = function (a, b, c) {
|
|
8930
8930
|
if (this.b != null && this.a != null) {
|
|
8931
|
-
this.b.
|
|
8931
|
+
this.b.xk(this.a, a, b, c);
|
|
8932
8932
|
}
|
|
8933
8933
|
};
|
|
8934
8934
|
DefaultCellActionManager.prototype.previewMouseUpCell = function (a, b, c) {
|
|
8935
8935
|
if (this.b != null && this.a != null) {
|
|
8936
|
-
this.b.
|
|
8936
|
+
this.b.xl(this.a, a, b, c);
|
|
8937
8937
|
}
|
|
8938
8938
|
};
|
|
8939
8939
|
DefaultCellActionManager.prototype.mouseDownCell = function (a, b) {
|
|
@@ -8958,7 +8958,7 @@
|
|
|
8958
8958
|
};
|
|
8959
8959
|
DefaultCellActionManager.prototype.mouseIsOver = function (a, b) {
|
|
8960
8960
|
if (this.b != null && this.a != null) {
|
|
8961
|
-
this.b.
|
|
8961
|
+
this.b.xj(this.a, a, b);
|
|
8962
8962
|
}
|
|
8963
8963
|
};
|
|
8964
8964
|
DefaultCellActionManager.prototype.doubleClicked = function (a) {
|
|
@@ -9091,7 +9091,7 @@
|
|
|
9091
9091
|
});
|
|
9092
9092
|
Object.defineProperty(DefaultCellActionManager.prototype, "mousePosition", {
|
|
9093
9093
|
get: function () {
|
|
9094
|
-
return this.b.
|
|
9094
|
+
return this.b.ach;
|
|
9095
9095
|
},
|
|
9096
9096
|
enumerable: false,
|
|
9097
9097
|
configurable: true
|
|
@@ -14888,7 +14888,7 @@
|
|
|
14888
14888
|
}
|
|
14889
14889
|
};
|
|
14890
14890
|
DataSourceNotificationBridge.prototype.notifySetItem = function (a, b, c) {
|
|
14891
|
-
this.b.
|
|
14891
|
+
this.b.x2(a, b, c);
|
|
14892
14892
|
if (this.a != null) {
|
|
14893
14893
|
this.a.notifySetItem(a, b, c);
|
|
14894
14894
|
}
|
|
@@ -14900,13 +14900,13 @@
|
|
|
14900
14900
|
}
|
|
14901
14901
|
};
|
|
14902
14902
|
DataSourceNotificationBridge.prototype.notifyInsertItem = function (a, b) {
|
|
14903
|
-
this.b.
|
|
14903
|
+
this.b.xg(a, b);
|
|
14904
14904
|
if (this.a != null) {
|
|
14905
14905
|
this.a.notifyInsertItem(a, b);
|
|
14906
14906
|
}
|
|
14907
14907
|
};
|
|
14908
14908
|
DataSourceNotificationBridge.prototype.notifyRemoveItem = function (a, b) {
|
|
14909
|
-
this.b.
|
|
14909
|
+
this.b.xn(a, b);
|
|
14910
14910
|
if (this.a != null) {
|
|
14911
14911
|
this.a.notifyRemoveItem(a, b);
|
|
14912
14912
|
}
|
|
@@ -15176,11 +15176,9 @@
|
|
|
15176
15176
|
configurable: true
|
|
15177
15177
|
});
|
|
15178
15178
|
EditingManager.prototype.y = function (a, b) {
|
|
15179
|
-
if (
|
|
15180
|
-
if (
|
|
15181
|
-
|
|
15182
|
-
this.g.c6.r(this.g, this.c, b.propertyName, b.animationType, b.oldValue, b.newValue, 9);
|
|
15183
|
-
}
|
|
15179
|
+
if (b.animationType != 10) {
|
|
15180
|
+
if (this.c != null) {
|
|
15181
|
+
this.g.c6.r(this.g, this.c, b.propertyName, b.animationType, b.oldValue, b.newValue, 9);
|
|
15184
15182
|
}
|
|
15185
15183
|
}
|
|
15186
15184
|
};
|
|
@@ -15267,7 +15265,7 @@
|
|
|
15267
15265
|
EditingManager.prototype.x = function () {
|
|
15268
15266
|
};
|
|
15269
15267
|
EditingManager.prototype.z = function () {
|
|
15270
|
-
this.g.
|
|
15268
|
+
this.g.yf();
|
|
15271
15269
|
};
|
|
15272
15270
|
EditingManager.prototype.h = function (a, b) {
|
|
15273
15271
|
if (a.is != 0) {
|
|
@@ -15348,11 +15346,11 @@
|
|
|
15348
15346
|
_this.be = 0;
|
|
15349
15347
|
_this.e2 = null;
|
|
15350
15348
|
_this.h8 = true;
|
|
15351
|
-
_this.aap = null;
|
|
15352
15349
|
_this.aaq = null;
|
|
15353
|
-
_this.
|
|
15354
|
-
_this.
|
|
15355
|
-
_this.
|
|
15350
|
+
_this.aar = null;
|
|
15351
|
+
_this.aai = null;
|
|
15352
|
+
_this.acn = new igniteuiWebcomponentsCore.Thickness(0, 1);
|
|
15353
|
+
_this.ach = null;
|
|
15356
15354
|
_this.as = null;
|
|
15357
15355
|
_this.ap = null;
|
|
15358
15356
|
_this.hx = false;
|
|
@@ -15456,7 +15454,7 @@
|
|
|
15456
15454
|
_this.bb = 1;
|
|
15457
15455
|
_this.a8 = 1;
|
|
15458
15456
|
_this.a0 = 1;
|
|
15459
|
-
_this.
|
|
15457
|
+
_this.aco = new igniteuiWebcomponentsCore.Thickness(1, 0, 0, 0, 0);
|
|
15460
15458
|
_this.ch = 5;
|
|
15461
15459
|
_this.c2 = 1;
|
|
15462
15460
|
_this.el = 1;
|
|
@@ -15473,71 +15471,71 @@
|
|
|
15473
15471
|
_this.hy = false;
|
|
15474
15472
|
_this.h3 = true;
|
|
15475
15473
|
_this.h4 = true;
|
|
15476
|
-
_this.
|
|
15477
|
-
_this.
|
|
15478
|
-
_this.
|
|
15479
|
-
_this.
|
|
15474
|
+
_this.z6 = null;
|
|
15475
|
+
_this.aay = null;
|
|
15476
|
+
_this.aa1 = null;
|
|
15477
|
+
_this.aa5 = null;
|
|
15480
15478
|
_this.mf = NaN;
|
|
15481
15479
|
_this.gu = null;
|
|
15482
15480
|
_this.mb = NaN;
|
|
15483
|
-
_this.
|
|
15484
|
-
_this.
|
|
15481
|
+
_this.aah = null;
|
|
15482
|
+
_this.aa0 = null;
|
|
15483
|
+
_this.aap = null;
|
|
15485
15484
|
_this.aao = null;
|
|
15486
|
-
_this.aan = null;
|
|
15487
15485
|
_this.dh = null;
|
|
15488
15486
|
_this.dg = null;
|
|
15489
|
-
_this.
|
|
15490
|
-
_this.
|
|
15491
|
-
_this.
|
|
15487
|
+
_this.z5 = null;
|
|
15488
|
+
_this.z7 = null;
|
|
15489
|
+
_this.aam = null;
|
|
15492
15490
|
_this.f7 = 0;
|
|
15493
15491
|
_this.gt = null;
|
|
15494
|
-
_this.
|
|
15495
|
-
_this.
|
|
15492
|
+
_this.aax = null;
|
|
15493
|
+
_this.aaz = null;
|
|
15496
15494
|
_this.gw = null;
|
|
15497
15495
|
_this.gx = null;
|
|
15498
15496
|
_this.gz = null;
|
|
15499
|
-
_this.
|
|
15497
|
+
_this.aa4 = null;
|
|
15500
15498
|
_this.gy = null;
|
|
15501
15499
|
_this.g0 = null;
|
|
15502
|
-
_this.
|
|
15503
|
-
_this.aa1 = null;
|
|
15504
|
-
_this.aa5 = null;
|
|
15500
|
+
_this.aa8 = null;
|
|
15505
15501
|
_this.aa2 = null;
|
|
15506
15502
|
_this.aa6 = null;
|
|
15503
|
+
_this.aa3 = null;
|
|
15504
|
+
_this.aa7 = null;
|
|
15507
15505
|
_this.nd = igniteuiWebcomponentsCore.truncate(igniteuiWebcomponentsCore.DeviceUtils.g(2));
|
|
15508
15506
|
_this.m8 = igniteuiWebcomponentsCore.truncate(igniteuiWebcomponentsCore.DeviceUtils.g(1));
|
|
15509
|
-
_this.
|
|
15510
|
-
_this.aai = null;
|
|
15511
|
-
_this.aam = null;
|
|
15512
|
-
_this.gv = null;
|
|
15513
|
-
_this.aar = null;
|
|
15507
|
+
_this.aal = null;
|
|
15514
15508
|
_this.aaj = null;
|
|
15515
|
-
_this.
|
|
15509
|
+
_this.aan = null;
|
|
15510
|
+
_this.gv = null;
|
|
15516
15511
|
_this.aas = null;
|
|
15512
|
+
_this.aak = null;
|
|
15513
|
+
_this.aav = null;
|
|
15517
15514
|
_this.aat = null;
|
|
15515
|
+
_this.aau = null;
|
|
15518
15516
|
_this.m4 = igniteuiWebcomponentsCore.truncate(igniteuiWebcomponentsCore.DeviceUtils.g(4));
|
|
15519
15517
|
_this.l5 = 1;
|
|
15520
15518
|
_this.m2 = igniteuiWebcomponentsCore.truncate(igniteuiWebcomponentsCore.DeviceUtils.g(2));
|
|
15521
15519
|
_this.l4 = 1;
|
|
15522
|
-
_this.
|
|
15523
|
-
_this.
|
|
15520
|
+
_this.aag = null;
|
|
15521
|
+
_this.z8 = null;
|
|
15524
15522
|
_this.ip = false;
|
|
15525
15523
|
_this.bi = 0;
|
|
15526
|
-
_this.
|
|
15524
|
+
_this.aad = null;
|
|
15527
15525
|
_this.bk = 0;
|
|
15528
|
-
_this.
|
|
15529
|
-
_this.
|
|
15530
|
-
_this.
|
|
15531
|
-
_this.
|
|
15532
|
-
_this.
|
|
15526
|
+
_this.z2 = null;
|
|
15527
|
+
_this.z4 = null;
|
|
15528
|
+
_this.acm = GridStyleRepository.u;
|
|
15529
|
+
_this.ack = GridStyleRepository.u;
|
|
15530
|
+
_this.acl = new igniteuiWebcomponentsCore.Thickness(0, NaN);
|
|
15533
15531
|
_this.ih = false;
|
|
15534
|
-
_this.
|
|
15535
|
-
_this.
|
|
15536
|
-
_this.
|
|
15532
|
+
_this.zw = GridStyleRepository.p;
|
|
15533
|
+
_this.zv = new igniteuiWebcomponentsCore.CornerRadius(0, NaN);
|
|
15534
|
+
_this.zu = GridStyleRepository.p;
|
|
15537
15535
|
_this.ht = true;
|
|
15538
15536
|
_this.iv = false;
|
|
15539
|
-
_this.
|
|
15540
|
-
_this.
|
|
15537
|
+
_this.z1 = null;
|
|
15538
|
+
_this.z3 = null;
|
|
15541
15539
|
_this.g9 = new DefaultPlatformPixelConverter();
|
|
15542
15540
|
_this.e3 = null;
|
|
15543
15541
|
_this.fr = null;
|
|
@@ -15660,13 +15658,13 @@
|
|
|
15660
15658
|
_this.pb = null;
|
|
15661
15659
|
_this.pc = null;
|
|
15662
15660
|
_this.gn = 1;
|
|
15663
|
-
_this.
|
|
15664
|
-
_this.z9 = null;
|
|
15665
|
-
_this.aae = null;
|
|
15666
|
-
_this.aad = null;
|
|
15661
|
+
_this.aaw = null;
|
|
15667
15662
|
_this.aaa = null;
|
|
15663
|
+
_this.aaf = null;
|
|
15664
|
+
_this.aae = null;
|
|
15668
15665
|
_this.aab = null;
|
|
15669
|
-
_this.
|
|
15666
|
+
_this.aac = null;
|
|
15667
|
+
_this.z9 = null;
|
|
15670
15668
|
_this.hh = false;
|
|
15671
15669
|
_this.hl = false;
|
|
15672
15670
|
_this.sectionHeader = new SectionHeader();
|
|
@@ -15682,10 +15680,10 @@
|
|
|
15682
15680
|
_this.cq = new EditRowDefinition();
|
|
15683
15681
|
_this.cz = new FilterRowDefinition();
|
|
15684
15682
|
_this.cz.grid = _this;
|
|
15685
|
-
_this.
|
|
15686
|
-
_this.
|
|
15687
|
-
_this.
|
|
15688
|
-
_this.
|
|
15683
|
+
_this.acl = _this.acm;
|
|
15684
|
+
_this.zv = _this.zw;
|
|
15685
|
+
_this.z2 = GridStyleRepository.s(_this.theme, 28);
|
|
15686
|
+
_this.z1 = GridStyleRepository.s(_this.theme, 29);
|
|
15689
15687
|
_this.ay = new ColumnController(_this.dm, _this.autoGenerateColumns, igniteuiWebcomponentsCore.runOn(_this, _this.vz));
|
|
15690
15688
|
var a = _this.ay.j;
|
|
15691
15689
|
a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.um));
|
|
@@ -15697,19 +15695,19 @@
|
|
|
15697
15695
|
_this.j6 = _this.k7();
|
|
15698
15696
|
_this.f6 = new SelectionManager(_this, _this.c6);
|
|
15699
15697
|
_this.ae = new ActivationManager(_this, _this.c6);
|
|
15700
|
-
_this.ed.ag(igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
15701
|
-
_this.ei.an(igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
15702
|
-
_this.d9.an(igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
15698
|
+
_this.ed.ag(igniteuiWebcomponentsCore.runOn(_this, _this.y8));
|
|
15699
|
+
_this.ei.an(igniteuiWebcomponentsCore.runOn(_this, _this.y9));
|
|
15700
|
+
_this.d9.an(igniteuiWebcomponentsCore.runOn(_this, _this.y7));
|
|
15703
15701
|
var b = _this.d6;
|
|
15704
|
-
b.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(b.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
15705
|
-
_this.ec.ag(igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
15706
|
-
_this.eh.an(igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
15702
|
+
b.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(b.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.y6));
|
|
15703
|
+
_this.ec.ag(igniteuiWebcomponentsCore.runOn(_this, _this.x7));
|
|
15704
|
+
_this.eh.an(igniteuiWebcomponentsCore.runOn(_this, _this.x8));
|
|
15707
15705
|
_this.b3 = new ColumnSortDescriptionCollection();
|
|
15708
15706
|
_this.a3 = new ColumnGroupDescriptionCollection();
|
|
15709
15707
|
_this.b8 = new ColumnSummaryDescriptionCollection();
|
|
15710
|
-
_this.b3.m(igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
15708
|
+
_this.b3.m(igniteuiWebcomponentsCore.runOn(_this, _this.zf));
|
|
15711
15709
|
_this.a3.m(igniteuiWebcomponentsCore.runOn(_this, _this.vh));
|
|
15712
|
-
_this.b8.m(igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
15710
|
+
_this.b8.m(igniteuiWebcomponentsCore.runOn(_this, _this.zh));
|
|
15713
15711
|
_this.u = new igniteuiWebcomponentsCore.FilterExpressionCollection();
|
|
15714
15712
|
_this.u.n(igniteuiWebcomponentsCore.runOn(_this, _this.ve));
|
|
15715
15713
|
_this.ga = new SortManager(_this);
|
|
@@ -15831,7 +15829,7 @@
|
|
|
15831
15829
|
var b = this.gp;
|
|
15832
15830
|
this.gp = a;
|
|
15833
15831
|
if (b != this.gp) {
|
|
15834
|
-
this.
|
|
15832
|
+
this.xm("Theme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.gp));
|
|
15835
15833
|
}
|
|
15836
15834
|
},
|
|
15837
15835
|
enumerable: false,
|
|
@@ -15964,15 +15962,15 @@
|
|
|
15964
15962
|
})()));
|
|
15965
15963
|
}
|
|
15966
15964
|
};
|
|
15967
|
-
DataGrid.prototype.
|
|
15965
|
+
DataGrid.prototype.xs = function (a, b) {
|
|
15968
15966
|
this.vn(a);
|
|
15969
15967
|
};
|
|
15970
15968
|
DataGrid.prototype.xe = function (a) {
|
|
15971
15969
|
if (a.w == 2) {
|
|
15972
|
-
this.
|
|
15970
|
+
this.zo(a.l.x);
|
|
15973
15971
|
}
|
|
15974
15972
|
};
|
|
15975
|
-
DataGrid.prototype.
|
|
15973
|
+
DataGrid.prototype.zo = function (a) {
|
|
15976
15974
|
if (this.ck.j) {
|
|
15977
15975
|
if (!this.je(true)) {
|
|
15978
15976
|
return;
|
|
@@ -16061,7 +16059,7 @@
|
|
|
16061
16059
|
var g = this.model.b9._inner[a.l.a5].n;
|
|
16062
16060
|
if (this.selectionBehavior == 1) {
|
|
16063
16061
|
if (b) {
|
|
16064
|
-
this.
|
|
16062
|
+
this.yb(a.l.x, g);
|
|
16065
16063
|
}
|
|
16066
16064
|
else {
|
|
16067
16065
|
if (c && this.au != null) {
|
|
@@ -16071,20 +16069,20 @@
|
|
|
16071
16069
|
this.uo(Math.min(this.au.k, h), Math.max(this.au.k, h), Math.min(this.au.l, i), Math.max(this.au.l, i));
|
|
16072
16070
|
}
|
|
16073
16071
|
else {
|
|
16074
|
-
this.
|
|
16072
|
+
this.yn();
|
|
16075
16073
|
this.uo(g, g, a.l.x, a.l.x);
|
|
16076
16074
|
}
|
|
16077
16075
|
}
|
|
16078
16076
|
}
|
|
16079
16077
|
else if (this.selectionBehavior == 0) {
|
|
16080
|
-
this.
|
|
16078
|
+
this.yb(a.l.x, g);
|
|
16081
16079
|
}
|
|
16082
16080
|
}
|
|
16083
16081
|
}
|
|
16084
16082
|
else {
|
|
16085
16083
|
this.f6.z(a, c, b, this.selectionBehavior == 0);
|
|
16086
16084
|
}
|
|
16087
|
-
this.
|
|
16085
|
+
this.x1();
|
|
16088
16086
|
if (this.activationMode == 1) {
|
|
16089
16087
|
this.ae.aa(a);
|
|
16090
16088
|
}
|
|
@@ -16100,12 +16098,12 @@
|
|
|
16100
16098
|
})()));
|
|
16101
16099
|
}
|
|
16102
16100
|
};
|
|
16103
|
-
DataGrid.prototype.
|
|
16101
|
+
DataGrid.prototype.yb = function (a, b) {
|
|
16104
16102
|
var c = false;
|
|
16105
16103
|
for (var d = 0; d < this.selectedCellRanges.count; d++) {
|
|
16106
16104
|
var e = this.selectedCellRanges._inner[d];
|
|
16107
16105
|
if (e.k == b && e.i == b && e.l == a && e.j == a) {
|
|
16108
|
-
this.
|
|
16106
|
+
this.yo(this.selectedCellRanges._inner[d]);
|
|
16109
16107
|
c = true;
|
|
16110
16108
|
break;
|
|
16111
16109
|
}
|
|
@@ -16122,7 +16120,7 @@
|
|
|
16122
16120
|
var b = this.bs;
|
|
16123
16121
|
this.bs = a;
|
|
16124
16122
|
if (b != this.bs) {
|
|
16125
|
-
this.
|
|
16123
|
+
this.xm("ColumnResizingMode", igniteuiWebcomponentsCore.enumGetBox(ColumnResizingMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(ColumnResizingMode_$type, this.bs));
|
|
16126
16124
|
}
|
|
16127
16125
|
},
|
|
16128
16126
|
enumerable: false,
|
|
@@ -16136,7 +16134,7 @@
|
|
|
16136
16134
|
var b = this.be;
|
|
16137
16135
|
this.be = a;
|
|
16138
16136
|
if (b != this.be) {
|
|
16139
|
-
this.
|
|
16137
|
+
this.xm("ColumnMovingMode", igniteuiWebcomponentsCore.enumGetBox(ColumnMovingMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(ColumnMovingMode_$type, this.be));
|
|
16140
16138
|
}
|
|
16141
16139
|
},
|
|
16142
16140
|
enumerable: false,
|
|
@@ -16150,7 +16148,7 @@
|
|
|
16150
16148
|
var b = this.h8;
|
|
16151
16149
|
this.h8 = a;
|
|
16152
16150
|
if (b != this.h8) {
|
|
16153
|
-
this.
|
|
16151
|
+
this.xm("IsRowHoverEnabled", b, this.h8);
|
|
16154
16152
|
}
|
|
16155
16153
|
},
|
|
16156
16154
|
enumerable: false,
|
|
@@ -16158,13 +16156,13 @@
|
|
|
16158
16156
|
});
|
|
16159
16157
|
Object.defineProperty(DataGrid.prototype, "rowHoverBackground", {
|
|
16160
16158
|
get: function () {
|
|
16161
|
-
return this.
|
|
16159
|
+
return this.aaq;
|
|
16162
16160
|
},
|
|
16163
16161
|
set: function (a) {
|
|
16164
|
-
var b = this.
|
|
16165
|
-
this.
|
|
16166
|
-
if (b != this.
|
|
16167
|
-
this.
|
|
16162
|
+
var b = this.aaq;
|
|
16163
|
+
this.aaq = a;
|
|
16164
|
+
if (b != this.aaq) {
|
|
16165
|
+
this.xm("RowHoverBackground", b, this.aaq);
|
|
16168
16166
|
}
|
|
16169
16167
|
},
|
|
16170
16168
|
enumerable: false,
|
|
@@ -16172,13 +16170,13 @@
|
|
|
16172
16170
|
});
|
|
16173
16171
|
Object.defineProperty(DataGrid.prototype, "rowHoverTextColor", {
|
|
16174
16172
|
get: function () {
|
|
16175
|
-
return this.
|
|
16173
|
+
return this.aar;
|
|
16176
16174
|
},
|
|
16177
16175
|
set: function (a) {
|
|
16178
|
-
var b = this.
|
|
16179
|
-
this.
|
|
16180
|
-
if (b != this.
|
|
16181
|
-
this.
|
|
16176
|
+
var b = this.aar;
|
|
16177
|
+
this.aar = a;
|
|
16178
|
+
if (b != this.aar) {
|
|
16179
|
+
this.xm("RowHoverTextColor", b, this.aar);
|
|
16182
16180
|
}
|
|
16183
16181
|
},
|
|
16184
16182
|
enumerable: false,
|
|
@@ -16186,13 +16184,13 @@
|
|
|
16186
16184
|
});
|
|
16187
16185
|
Object.defineProperty(DataGrid.prototype, "editRowBorder", {
|
|
16188
16186
|
get: function () {
|
|
16189
|
-
return this.
|
|
16187
|
+
return this.aai;
|
|
16190
16188
|
},
|
|
16191
16189
|
set: function (a) {
|
|
16192
|
-
var b = this.
|
|
16193
|
-
this.
|
|
16194
|
-
if (b != this.
|
|
16195
|
-
this.
|
|
16190
|
+
var b = this.aai;
|
|
16191
|
+
this.aai = a;
|
|
16192
|
+
if (b != this.aai) {
|
|
16193
|
+
this.xm("EditRowBorder", b, this.aai);
|
|
16196
16194
|
}
|
|
16197
16195
|
},
|
|
16198
16196
|
enumerable: false,
|
|
@@ -16200,13 +16198,13 @@
|
|
|
16200
16198
|
});
|
|
16201
16199
|
Object.defineProperty(DataGrid.prototype, "editRowBorderWidth", {
|
|
16202
16200
|
get: function () {
|
|
16203
|
-
return this.
|
|
16201
|
+
return this.acn;
|
|
16204
16202
|
},
|
|
16205
16203
|
set: function (a) {
|
|
16206
|
-
var b = this.
|
|
16207
|
-
this.
|
|
16208
|
-
if (b != this.
|
|
16209
|
-
this.
|
|
16204
|
+
var b = this.acn;
|
|
16205
|
+
this.acn = a;
|
|
16206
|
+
if (b != this.acn) {
|
|
16207
|
+
this.xm("EditRowBorderWidth", b, this.acn);
|
|
16210
16208
|
}
|
|
16211
16209
|
},
|
|
16212
16210
|
enumerable: false,
|
|
@@ -16214,7 +16212,7 @@
|
|
|
16214
16212
|
});
|
|
16215
16213
|
DataGrid.prototype.wf = function (a, b, c) {
|
|
16216
16214
|
this.ap = a.l.ab();
|
|
16217
|
-
this.
|
|
16215
|
+
this.ach = { $type: igniteuiWebcomponentsCore.Point_$type, x: b, y: c };
|
|
16218
16216
|
this.hx = a.bo && a.bp;
|
|
16219
16217
|
if (this.dragger != null && this.columnResizingMode != 2 && this.ap.h) {
|
|
16220
16218
|
var d = this.az.j._inner[a.l.a5];
|
|
@@ -16253,10 +16251,10 @@
|
|
|
16253
16251
|
this.e2.f(-1);
|
|
16254
16252
|
}
|
|
16255
16253
|
};
|
|
16256
|
-
DataGrid.prototype.xj = function (a, b, c, d) {
|
|
16257
|
-
};
|
|
16258
16254
|
DataGrid.prototype.xk = function (a, b, c, d) {
|
|
16259
16255
|
};
|
|
16256
|
+
DataGrid.prototype.xl = function (a, b, c, d) {
|
|
16257
|
+
};
|
|
16260
16258
|
Object.defineProperty(DataGrid.prototype, "oj", {
|
|
16261
16259
|
get: function () {
|
|
16262
16260
|
return this.na;
|
|
@@ -16292,7 +16290,7 @@
|
|
|
16292
16290
|
}
|
|
16293
16291
|
}
|
|
16294
16292
|
};
|
|
16295
|
-
DataGrid.prototype.
|
|
16293
|
+
DataGrid.prototype.xj = function (a, b, c) {
|
|
16296
16294
|
if (this.dragger == null || !this.dragger.isDragActive) {
|
|
16297
16295
|
if (a.l.h && this.columnResizingMode != 2) {
|
|
16298
16296
|
var d = this.az.j._inner[a.l.a5];
|
|
@@ -16329,7 +16327,7 @@
|
|
|
16329
16327
|
}
|
|
16330
16328
|
else if (this.selectionMode == 5 && this.mouseDragSelectionEnabled && a.aj && !a.a0) {
|
|
16331
16329
|
if (!d) {
|
|
16332
|
-
this.
|
|
16330
|
+
this.yn();
|
|
16333
16331
|
}
|
|
16334
16332
|
this.no = a.x;
|
|
16335
16333
|
this.nn = this.model.b9._inner[a.a5].n;
|
|
@@ -16415,13 +16413,13 @@
|
|
|
16415
16413
|
}
|
|
16416
16414
|
}
|
|
16417
16415
|
else if (this.dragger.dragType == 3) {
|
|
16418
|
-
this.
|
|
16416
|
+
this.x1();
|
|
16419
16417
|
if (this.deferEventForRowDragSelection) {
|
|
16420
16418
|
this.va();
|
|
16421
16419
|
}
|
|
16422
16420
|
}
|
|
16423
16421
|
else if (this.dragger.dragType == 0) {
|
|
16424
|
-
this.
|
|
16422
|
+
this.x1();
|
|
16425
16423
|
}
|
|
16426
16424
|
};
|
|
16427
16425
|
DataGrid.prototype.w6 = function (a, b) {
|
|
@@ -16569,29 +16567,29 @@
|
|
|
16569
16567
|
DataGrid.prototype.xa = function (a) {
|
|
16570
16568
|
if (a || !this.i5(this.l9 + this.model.actualVisibleRegion.x, this.ma + this.model.actualVisibleRegion.y)) {
|
|
16571
16569
|
var b = this.l9 + this.model.actualVisibleRegion.x;
|
|
16572
|
-
var c = this.
|
|
16570
|
+
var c = this.acj(b, this.l8, this.l9, this.ma);
|
|
16573
16571
|
var d = this.av(c, this.no, this.nn, this.iu);
|
|
16574
|
-
this.
|
|
16572
|
+
this.y5(d);
|
|
16575
16573
|
}
|
|
16576
16574
|
};
|
|
16577
|
-
DataGrid.prototype.
|
|
16575
|
+
DataGrid.prototype.y5 = function (a) {
|
|
16578
16576
|
if (this.at == null) {
|
|
16579
16577
|
this.at = a;
|
|
16580
16578
|
this.un(this.at);
|
|
16581
16579
|
}
|
|
16582
16580
|
else {
|
|
16583
|
-
this.
|
|
16581
|
+
this.zt(a);
|
|
16584
16582
|
}
|
|
16585
16583
|
};
|
|
16586
16584
|
DataGrid.prototype.xb = function (a, b) {
|
|
16587
16585
|
if (a || !this.i5(this.l9 + this.model.actualVisibleRegion.x, this.ma + this.model.actualVisibleRegion.y)) {
|
|
16588
16586
|
var c = this.l9 + this.model.actualVisibleRegion.x;
|
|
16589
|
-
var d = this.
|
|
16587
|
+
var d = this.acj(c, this.l8, this.l9, this.ma);
|
|
16590
16588
|
var e = this.av(d, this.no, 0, this.iu);
|
|
16591
|
-
this.
|
|
16589
|
+
this.za(e.l, e.j);
|
|
16592
16590
|
}
|
|
16593
16591
|
};
|
|
16594
|
-
DataGrid.prototype.
|
|
16592
|
+
DataGrid.prototype.za = function (a, b) {
|
|
16595
16593
|
for (var c = a; c <= b; c++) {
|
|
16596
16594
|
if (this.lt.contains(c)) {
|
|
16597
16595
|
continue;
|
|
@@ -16628,7 +16626,7 @@
|
|
|
16628
16626
|
}
|
|
16629
16627
|
}
|
|
16630
16628
|
};
|
|
16631
|
-
DataGrid.prototype.
|
|
16629
|
+
DataGrid.prototype.acj = function (a, b, c, d) {
|
|
16632
16630
|
c += this.model.actualVisibleRegion.x;
|
|
16633
16631
|
d += this.model.actualVisibleRegion.y;
|
|
16634
16632
|
return new igniteuiWebcomponentsCore.Rect(0, Math.min(a, c), Math.min(b, d), Math.abs(c - a), Math.abs(d - b));
|
|
@@ -16774,7 +16772,7 @@
|
|
|
16774
16772
|
}
|
|
16775
16773
|
this.hb.requestFrame(this.ni);
|
|
16776
16774
|
};
|
|
16777
|
-
DataGrid.prototype.
|
|
16775
|
+
DataGrid.prototype.zt = function (a) {
|
|
16778
16776
|
if (a.k != this.at.k || a.i != this.at.i || a.l != this.at.l || a.j != this.at.j) {
|
|
16779
16777
|
this.at.k = a.k;
|
|
16780
16778
|
this.at.i = a.i;
|
|
@@ -16787,19 +16785,19 @@
|
|
|
16787
16785
|
this.vx(this.at);
|
|
16788
16786
|
}
|
|
16789
16787
|
};
|
|
16790
|
-
DataGrid.prototype.
|
|
16788
|
+
DataGrid.prototype.yv = function (a) {
|
|
16791
16789
|
if (this.actualDataSource != null && this.actualDataSource.actualSchema != null) {
|
|
16792
16790
|
a.m = this.actualDataSource.resolveSchemaPropertyType(a.f);
|
|
16793
16791
|
a.o = true;
|
|
16794
16792
|
}
|
|
16795
16793
|
};
|
|
16796
|
-
DataGrid.prototype.
|
|
16794
|
+
DataGrid.prototype.yw = function (a) {
|
|
16797
16795
|
if (this.actualDataSource != null && this.actualDataSource.actualSchema != null) {
|
|
16798
16796
|
a.g = this.actualDataSource.resolveSchemaPropertyType(a.ah);
|
|
16799
16797
|
a.s = true;
|
|
16800
16798
|
}
|
|
16801
16799
|
};
|
|
16802
|
-
DataGrid.prototype.
|
|
16800
|
+
DataGrid.prototype.zh = function (a, b) {
|
|
16803
16801
|
var _this = this;
|
|
16804
16802
|
switch (b.action) {
|
|
16805
16803
|
case 0:
|
|
@@ -16807,7 +16805,7 @@
|
|
|
16807
16805
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
16808
16806
|
var d = b.newItems.item(c);
|
|
16809
16807
|
if (!d.s) {
|
|
16810
|
-
this.
|
|
16808
|
+
this.yw(d);
|
|
16811
16809
|
}
|
|
16812
16810
|
}
|
|
16813
16811
|
}
|
|
@@ -16829,7 +16827,7 @@
|
|
|
16829
16827
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
16830
16828
|
var d = b.newItems.item(c);
|
|
16831
16829
|
if (!d.o) {
|
|
16832
|
-
this.
|
|
16830
|
+
this.yv(d);
|
|
16833
16831
|
}
|
|
16834
16832
|
}
|
|
16835
16833
|
}
|
|
@@ -16873,7 +16871,7 @@
|
|
|
16873
16871
|
})()));
|
|
16874
16872
|
}
|
|
16875
16873
|
};
|
|
16876
|
-
DataGrid.prototype.
|
|
16874
|
+
DataGrid.prototype.zf = function (a, b) {
|
|
16877
16875
|
var e_1, _a;
|
|
16878
16876
|
var _this = this;
|
|
16879
16877
|
this.j7 = true;
|
|
@@ -16883,7 +16881,7 @@
|
|
|
16883
16881
|
if (b.newItems != null) {
|
|
16884
16882
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
16885
16883
|
var d = b.newItems.item(c);
|
|
16886
|
-
this.
|
|
16884
|
+
this.zn(d.f, this.b6(d.c));
|
|
16887
16885
|
}
|
|
16888
16886
|
}
|
|
16889
16887
|
break;
|
|
@@ -16891,7 +16889,7 @@
|
|
|
16891
16889
|
if (b.oldItems != null) {
|
|
16892
16890
|
for (var e = 0; e < b.oldItems.count; e++) {
|
|
16893
16891
|
var f = b.oldItems.item(e);
|
|
16894
|
-
this.
|
|
16892
|
+
this.zn(f.f, 0);
|
|
16895
16893
|
}
|
|
16896
16894
|
}
|
|
16897
16895
|
break;
|
|
@@ -16899,13 +16897,13 @@
|
|
|
16899
16897
|
if (b.oldItems != null) {
|
|
16900
16898
|
for (var g = 0; g < b.oldItems.count; g++) {
|
|
16901
16899
|
var h = b.oldItems.item(g);
|
|
16902
|
-
this.
|
|
16900
|
+
this.zn(h.f, 0);
|
|
16903
16901
|
}
|
|
16904
16902
|
}
|
|
16905
16903
|
if (b.newItems != null) {
|
|
16906
16904
|
for (var i = 0; i < b.newItems.count; i++) {
|
|
16907
16905
|
var j = b.newItems.item(i);
|
|
16908
|
-
this.
|
|
16906
|
+
this.zn(j.f, this.b6(j.c));
|
|
16909
16907
|
}
|
|
16910
16908
|
}
|
|
16911
16909
|
break;
|
|
@@ -16943,7 +16941,7 @@
|
|
|
16943
16941
|
this.j7 = false;
|
|
16944
16942
|
}
|
|
16945
16943
|
};
|
|
16946
|
-
DataGrid.prototype.
|
|
16944
|
+
DataGrid.prototype.zn = function (a, b) {
|
|
16947
16945
|
for (var c = 0; c < this.columns.count; c++) {
|
|
16948
16946
|
if (this.columns._inner[c].mr == a) {
|
|
16949
16947
|
this.columns._inner[c].hu = b;
|
|
@@ -16957,7 +16955,7 @@
|
|
|
16957
16955
|
}
|
|
16958
16956
|
return 0;
|
|
16959
16957
|
};
|
|
16960
|
-
DataGrid.prototype.
|
|
16958
|
+
DataGrid.prototype.y8 = function (a, b) {
|
|
16961
16959
|
var e_2, _a, e_3, _b, e_4, _c;
|
|
16962
16960
|
var _this = this;
|
|
16963
16961
|
this.io = true;
|
|
@@ -17079,7 +17077,7 @@
|
|
|
17079
17077
|
}
|
|
17080
17078
|
}
|
|
17081
17079
|
};
|
|
17082
|
-
DataGrid.prototype.
|
|
17080
|
+
DataGrid.prototype.y9 = function (a, b) {
|
|
17083
17081
|
var e_5, _a, e_6, _b, e_7, _c;
|
|
17084
17082
|
var _this = this;
|
|
17085
17083
|
if (!this.ji && this.actualDataSource != null) {
|
|
@@ -17202,7 +17200,7 @@
|
|
|
17202
17200
|
}
|
|
17203
17201
|
}
|
|
17204
17202
|
};
|
|
17205
|
-
DataGrid.prototype.
|
|
17203
|
+
DataGrid.prototype.y7 = function (a, b) {
|
|
17206
17204
|
var e_8, _a, e_9, _b;
|
|
17207
17205
|
var _this = this;
|
|
17208
17206
|
this.io = true;
|
|
@@ -17277,7 +17275,7 @@
|
|
|
17277
17275
|
}
|
|
17278
17276
|
}
|
|
17279
17277
|
};
|
|
17280
|
-
DataGrid.prototype.
|
|
17278
|
+
DataGrid.prototype.y6 = function (a, b) {
|
|
17281
17279
|
var _this = this;
|
|
17282
17280
|
this.io = true;
|
|
17283
17281
|
this.i0 = true;
|
|
@@ -17293,7 +17291,7 @@
|
|
|
17293
17291
|
}
|
|
17294
17292
|
}
|
|
17295
17293
|
};
|
|
17296
|
-
DataGrid.prototype.
|
|
17294
|
+
DataGrid.prototype.x7 = function (a, b) {
|
|
17297
17295
|
var e_10, _a;
|
|
17298
17296
|
if (!this.jh && this.actualDataSource != null) {
|
|
17299
17297
|
if (!this.ix) {
|
|
@@ -17361,7 +17359,7 @@
|
|
|
17361
17359
|
}
|
|
17362
17360
|
}
|
|
17363
17361
|
};
|
|
17364
|
-
DataGrid.prototype.
|
|
17362
|
+
DataGrid.prototype.x8 = function (a, b) {
|
|
17365
17363
|
var e_11, _a;
|
|
17366
17364
|
if (!this.jh && this.actualDataSource != null) {
|
|
17367
17365
|
if (!this.ix) {
|
|
@@ -17560,7 +17558,7 @@
|
|
|
17560
17558
|
}
|
|
17561
17559
|
this.f3.grid = this;
|
|
17562
17560
|
if (b != this.f3) {
|
|
17563
|
-
this.
|
|
17561
|
+
this.xm("SectionHeader", b, this.f3);
|
|
17564
17562
|
}
|
|
17565
17563
|
},
|
|
17566
17564
|
enumerable: false,
|
|
@@ -17588,7 +17586,7 @@
|
|
|
17588
17586
|
}
|
|
17589
17587
|
this.gd.grid = this;
|
|
17590
17588
|
if (b != this.gd) {
|
|
17591
|
-
this.
|
|
17589
|
+
this.xm("SummaryRowRoot", b, this.gd);
|
|
17592
17590
|
}
|
|
17593
17591
|
},
|
|
17594
17592
|
enumerable: false,
|
|
@@ -17606,7 +17604,7 @@
|
|
|
17606
17604
|
}
|
|
17607
17605
|
this.gf.grid = this;
|
|
17608
17606
|
if (b != this.gf) {
|
|
17609
|
-
this.
|
|
17607
|
+
this.xm("SummaryRowSection", b, this.gf);
|
|
17610
17608
|
}
|
|
17611
17609
|
},
|
|
17612
17610
|
enumerable: false,
|
|
@@ -17620,7 +17618,7 @@
|
|
|
17620
17618
|
var b = this.fy;
|
|
17621
17619
|
this.fy = a;
|
|
17622
17620
|
if (b != this.fy) {
|
|
17623
|
-
this.
|
|
17621
|
+
this.xm("RowSeparator", b, this.fy);
|
|
17624
17622
|
}
|
|
17625
17623
|
},
|
|
17626
17624
|
enumerable: false,
|
|
@@ -17634,7 +17632,7 @@
|
|
|
17634
17632
|
var b = this.ey;
|
|
17635
17633
|
this.ey = a;
|
|
17636
17634
|
if (b != this.ey) {
|
|
17637
|
-
this.
|
|
17635
|
+
this.xm("HeaderRowSeparator", b, this.ey);
|
|
17638
17636
|
}
|
|
17639
17637
|
},
|
|
17640
17638
|
enumerable: false,
|
|
@@ -17648,7 +17646,7 @@
|
|
|
17648
17646
|
var b = this.e0;
|
|
17649
17647
|
this.e0 = a;
|
|
17650
17648
|
if (b != this.e0) {
|
|
17651
|
-
this.
|
|
17649
|
+
this.xm("HeaderSeparator", b, this.e0);
|
|
17652
17650
|
}
|
|
17653
17651
|
},
|
|
17654
17652
|
enumerable: false,
|
|
@@ -17662,7 +17660,7 @@
|
|
|
17662
17660
|
var b = this.bu;
|
|
17663
17661
|
this.bu = a;
|
|
17664
17662
|
if (b != this.bu) {
|
|
17665
|
-
this.
|
|
17663
|
+
this.xm("ColumnResizingSeparator", b, this.bu);
|
|
17666
17664
|
}
|
|
17667
17665
|
},
|
|
17668
17666
|
enumerable: false,
|
|
@@ -17676,7 +17674,7 @@
|
|
|
17676
17674
|
var b = this.bg;
|
|
17677
17675
|
this.bg = a;
|
|
17678
17676
|
if (b != this.bg) {
|
|
17679
|
-
this.
|
|
17677
|
+
this.xm("ColumnMovingSeparator", b, this.bg);
|
|
17680
17678
|
}
|
|
17681
17679
|
},
|
|
17682
17680
|
enumerable: false,
|
|
@@ -17690,7 +17688,7 @@
|
|
|
17690
17688
|
var b = this.fm;
|
|
17691
17689
|
this.fm = a;
|
|
17692
17690
|
if (b != this.fm) {
|
|
17693
|
-
this.
|
|
17691
|
+
this.xm("PinnedAreaSeparator", b, this.fm);
|
|
17694
17692
|
}
|
|
17695
17693
|
},
|
|
17696
17694
|
enumerable: false,
|
|
@@ -17704,7 +17702,7 @@
|
|
|
17704
17702
|
var b = this.b;
|
|
17705
17703
|
this.b = a;
|
|
17706
17704
|
if (b != this.b) {
|
|
17707
|
-
this.
|
|
17705
|
+
this.xm("AutoGenerateDesiredColumns", b, this.b);
|
|
17708
17706
|
}
|
|
17709
17707
|
},
|
|
17710
17708
|
enumerable: false,
|
|
@@ -17718,7 +17716,7 @@
|
|
|
17718
17716
|
var b = this.c;
|
|
17719
17717
|
this.c = a;
|
|
17720
17718
|
if (b != this.c) {
|
|
17721
|
-
this.
|
|
17719
|
+
this.xm("DataSourceDesiredProperties", b, this.c);
|
|
17722
17720
|
}
|
|
17723
17721
|
},
|
|
17724
17722
|
enumerable: false,
|
|
@@ -17772,7 +17770,7 @@
|
|
|
17772
17770
|
var b = this.gr;
|
|
17773
17771
|
this.gr = a;
|
|
17774
17772
|
if (b != this.gr) {
|
|
17775
|
-
this.
|
|
17773
|
+
this.xm("Density", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, this.gr));
|
|
17776
17774
|
}
|
|
17777
17775
|
},
|
|
17778
17776
|
enumerable: false,
|
|
@@ -17786,7 +17784,7 @@
|
|
|
17786
17784
|
var b = this.m1;
|
|
17787
17785
|
this.m1 = a;
|
|
17788
17786
|
if (b != this.m1) {
|
|
17789
|
-
this.
|
|
17787
|
+
this.xm("ActualRowHeight", b, this.m1);
|
|
17790
17788
|
}
|
|
17791
17789
|
},
|
|
17792
17790
|
enumerable: false,
|
|
@@ -17800,7 +17798,7 @@
|
|
|
17800
17798
|
var b = this.nf;
|
|
17801
17799
|
this.nf = a;
|
|
17802
17800
|
if (b != this.nf) {
|
|
17803
|
-
this.
|
|
17801
|
+
this.xm("RowHeight", b, this.nf);
|
|
17804
17802
|
}
|
|
17805
17803
|
},
|
|
17806
17804
|
enumerable: false,
|
|
@@ -17814,7 +17812,7 @@
|
|
|
17814
17812
|
var b = this.cb;
|
|
17815
17813
|
this.cb = a;
|
|
17816
17814
|
if (b != this.cb) {
|
|
17817
|
-
this.
|
|
17815
|
+
this.xm("DefaultColumnWidth", b, this.cb);
|
|
17818
17816
|
}
|
|
17819
17817
|
},
|
|
17820
17818
|
enumerable: false,
|
|
@@ -17828,7 +17826,7 @@
|
|
|
17828
17826
|
var b = this.l6;
|
|
17829
17827
|
this.l6 = a;
|
|
17830
17828
|
if (b != this.l6) {
|
|
17831
|
-
this.
|
|
17829
|
+
this.xm("DefaultColumnMinWidth", b, this.l6);
|
|
17832
17830
|
}
|
|
17833
17831
|
},
|
|
17834
17832
|
enumerable: false,
|
|
@@ -17842,7 +17840,7 @@
|
|
|
17842
17840
|
var b = this.m0;
|
|
17843
17841
|
this.m0 = a;
|
|
17844
17842
|
if (b != this.m0) {
|
|
17845
|
-
this.
|
|
17843
|
+
this.xm("ActualHeaderHeight", b, this.m0);
|
|
17846
17844
|
}
|
|
17847
17845
|
},
|
|
17848
17846
|
enumerable: false,
|
|
@@ -17856,7 +17854,7 @@
|
|
|
17856
17854
|
var b = this.m7;
|
|
17857
17855
|
this.m7 = a;
|
|
17858
17856
|
if (b != this.m7) {
|
|
17859
|
-
this.
|
|
17857
|
+
this.xm("HeaderHeight", b, this.m7);
|
|
17860
17858
|
}
|
|
17861
17859
|
},
|
|
17862
17860
|
enumerable: false,
|
|
@@ -17870,7 +17868,7 @@
|
|
|
17870
17868
|
var b = this.nk;
|
|
17871
17869
|
this.nk = a;
|
|
17872
17870
|
if (b != this.nk) {
|
|
17873
|
-
this.
|
|
17871
|
+
this.xm("SectionHeaderHeight", b, this.nk);
|
|
17874
17872
|
}
|
|
17875
17873
|
},
|
|
17876
17874
|
enumerable: false,
|
|
@@ -17884,7 +17882,7 @@
|
|
|
17884
17882
|
var b = this.ov;
|
|
17885
17883
|
this.ov = a;
|
|
17886
17884
|
if (b != this.ov) {
|
|
17887
|
-
this.
|
|
17885
|
+
this.xm("ItemsSource", b, this.ov);
|
|
17888
17886
|
}
|
|
17889
17887
|
},
|
|
17890
17888
|
enumerable: false,
|
|
@@ -17898,7 +17896,7 @@
|
|
|
17898
17896
|
var b = this.nj;
|
|
17899
17897
|
this.nj = a;
|
|
17900
17898
|
if (b != this.nj) {
|
|
17901
|
-
this.
|
|
17899
|
+
this.xm("SectionFooterHeight", b, this.nj);
|
|
17902
17900
|
}
|
|
17903
17901
|
},
|
|
17904
17902
|
enumerable: false,
|
|
@@ -17912,7 +17910,7 @@
|
|
|
17912
17910
|
var b = this.nh;
|
|
17913
17911
|
this.nh = a;
|
|
17914
17912
|
if (b != this.nh) {
|
|
17915
|
-
this.
|
|
17913
|
+
this.xm("RowSpacingHeight", b, this.nh);
|
|
17916
17914
|
}
|
|
17917
17915
|
},
|
|
17918
17916
|
enumerable: false,
|
|
@@ -17926,7 +17924,7 @@
|
|
|
17926
17924
|
var b = this.m5;
|
|
17927
17925
|
this.m5 = a;
|
|
17928
17926
|
if (b != this.m5) {
|
|
17929
|
-
this.
|
|
17927
|
+
this.xm("ColumnSpacingWidth", b, this.m5);
|
|
17930
17928
|
}
|
|
17931
17929
|
},
|
|
17932
17930
|
enumerable: false,
|
|
@@ -17940,7 +17938,7 @@
|
|
|
17940
17938
|
var b = this.ew;
|
|
17941
17939
|
this.ew = a;
|
|
17942
17940
|
if (b != this.ew) {
|
|
17943
|
-
this.
|
|
17941
|
+
this.xm("HeaderClickAction", igniteuiWebcomponentsCore.enumGetBox(HeaderClickAction_$type, b), igniteuiWebcomponentsCore.enumGetBox(HeaderClickAction_$type, this.ew));
|
|
17944
17942
|
if ((this.ew == 0 || this.ew == 2) && (b == 1 || b == 3)) {
|
|
17945
17943
|
this.ga.h();
|
|
17946
17944
|
}
|
|
@@ -17957,7 +17955,7 @@
|
|
|
17957
17955
|
var b = this.cn;
|
|
17958
17956
|
this.cn = a;
|
|
17959
17957
|
if (b != this.cn) {
|
|
17960
|
-
this.
|
|
17958
|
+
this.xm("EditMode", igniteuiWebcomponentsCore.enumGetBox(EditModeType_$type, b), igniteuiWebcomponentsCore.enumGetBox(EditModeType_$type, this.cn));
|
|
17961
17959
|
}
|
|
17962
17960
|
},
|
|
17963
17961
|
enumerable: false,
|
|
@@ -17971,7 +17969,7 @@
|
|
|
17971
17969
|
var b = this.cl;
|
|
17972
17970
|
this.cl = a;
|
|
17973
17971
|
if (b != this.cl) {
|
|
17974
|
-
this.
|
|
17972
|
+
this.xm("EditModeClickAction", igniteuiWebcomponentsCore.enumGetBox(EditModeClickAction_$type, b), igniteuiWebcomponentsCore.enumGetBox(EditModeClickAction_$type, this.cl));
|
|
17975
17973
|
}
|
|
17976
17974
|
},
|
|
17977
17975
|
enumerable: false,
|
|
@@ -17985,7 +17983,7 @@
|
|
|
17985
17983
|
var b = this.hn;
|
|
17986
17984
|
this.hn = a;
|
|
17987
17985
|
if (b != this.hn) {
|
|
17988
|
-
this.
|
|
17986
|
+
this.xm("EditOnKeyPress", b, this.hn);
|
|
17989
17987
|
}
|
|
17990
17988
|
},
|
|
17991
17989
|
enumerable: false,
|
|
@@ -17999,7 +17997,7 @@
|
|
|
17999
17997
|
var b = this.hj;
|
|
18000
17998
|
this.hj = a;
|
|
18001
17999
|
if (b != this.hj) {
|
|
18002
|
-
this.
|
|
18000
|
+
this.xm("AutoGenerateColumns", b, this.hj);
|
|
18003
18001
|
}
|
|
18004
18002
|
},
|
|
18005
18003
|
enumerable: false,
|
|
@@ -18013,7 +18011,7 @@
|
|
|
18013
18011
|
var b = this.ng;
|
|
18014
18012
|
this.ng = a;
|
|
18015
18013
|
if (b != this.ng) {
|
|
18016
|
-
this.
|
|
18014
|
+
this.xm("RowSeparatorHeight", b, this.ng);
|
|
18017
18015
|
}
|
|
18018
18016
|
},
|
|
18019
18017
|
enumerable: false,
|
|
@@ -18027,7 +18025,7 @@
|
|
|
18027
18025
|
var b = this.h7;
|
|
18028
18026
|
this.h7 = a;
|
|
18029
18027
|
if (b != this.h7) {
|
|
18030
|
-
this.
|
|
18028
|
+
this.xm("IsPlaceholderRenderingEnabled", b, this.h7);
|
|
18031
18029
|
}
|
|
18032
18030
|
},
|
|
18033
18031
|
enumerable: false,
|
|
@@ -18049,7 +18047,7 @@
|
|
|
18049
18047
|
set: function (a) {
|
|
18050
18048
|
var b = this.bw;
|
|
18051
18049
|
this.bw = a;
|
|
18052
|
-
this.
|
|
18050
|
+
this.xm("ColumnAddingAnimationMode", igniteuiWebcomponentsCore.enumGetBox(ColumnShowingAnimationMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(ColumnShowingAnimationMode_$type, this.bw));
|
|
18053
18051
|
},
|
|
18054
18052
|
enumerable: false,
|
|
18055
18053
|
configurable: true
|
|
@@ -18068,7 +18066,7 @@
|
|
|
18068
18066
|
set: function (a) {
|
|
18069
18067
|
var b = this.bn;
|
|
18070
18068
|
this.bn = a;
|
|
18071
|
-
this.
|
|
18069
|
+
this.xm("ColumnPropertyUpdatingAnimationMode", igniteuiWebcomponentsCore.enumGetBox(ColumnPropertyUpdatingAnimationMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(ColumnPropertyUpdatingAnimationMode_$type, this.bn));
|
|
18072
18070
|
},
|
|
18073
18071
|
enumerable: false,
|
|
18074
18072
|
configurable: true
|
|
@@ -18094,7 +18092,7 @@
|
|
|
18094
18092
|
set: function (a) {
|
|
18095
18093
|
var b = this.ah;
|
|
18096
18094
|
this.ah = a;
|
|
18097
|
-
this.
|
|
18095
|
+
this.xm("CellDataLoadedAnimationMode", igniteuiWebcomponentsCore.enumGetBox(CellDataLoadedAnimationMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(CellDataLoadedAnimationMode_$type, this.ah));
|
|
18098
18096
|
},
|
|
18099
18097
|
enumerable: false,
|
|
18100
18098
|
configurable: true
|
|
@@ -18113,7 +18111,7 @@
|
|
|
18113
18111
|
set: function (a) {
|
|
18114
18112
|
var b = this.fw;
|
|
18115
18113
|
this.fw = a;
|
|
18116
|
-
this.
|
|
18114
|
+
this.xm("RowSelectionAnimationMode", igniteuiWebcomponentsCore.enumGetBox(RowSelectionAnimationMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(RowSelectionAnimationMode_$type, this.fw));
|
|
18117
18115
|
},
|
|
18118
18116
|
enumerable: false,
|
|
18119
18117
|
configurable: true
|
|
@@ -18133,7 +18131,7 @@
|
|
|
18133
18131
|
var b = this.ft;
|
|
18134
18132
|
this.ft = a;
|
|
18135
18133
|
if (b != this.ft) {
|
|
18136
|
-
this.
|
|
18134
|
+
this.xm("RowHoverAnimationMode", igniteuiWebcomponentsCore.enumGetBox(RowHoverAnimationMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(RowHoverAnimationMode_$type, this.ft));
|
|
18137
18135
|
}
|
|
18138
18136
|
},
|
|
18139
18137
|
enumerable: false,
|
|
@@ -18153,7 +18151,7 @@
|
|
|
18153
18151
|
set: function (a) {
|
|
18154
18152
|
var b = this.aw;
|
|
18155
18153
|
this.aw = a;
|
|
18156
|
-
this.
|
|
18154
|
+
this.xm("CellSelectionAnimationMode", igniteuiWebcomponentsCore.enumGetBox(CellSelectionAnimationMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(CellSelectionAnimationMode_$type, this.aw));
|
|
18157
18155
|
},
|
|
18158
18156
|
enumerable: false,
|
|
18159
18157
|
configurable: true
|
|
@@ -18166,7 +18164,7 @@
|
|
|
18166
18164
|
var b = this.dk;
|
|
18167
18165
|
this.dk = a;
|
|
18168
18166
|
if (b != this.dk) {
|
|
18169
|
-
this.
|
|
18167
|
+
this.xm("ColumnAnimationSettings", b, this.dk);
|
|
18170
18168
|
}
|
|
18171
18169
|
},
|
|
18172
18170
|
enumerable: false,
|
|
@@ -18180,7 +18178,7 @@
|
|
|
18180
18178
|
var b = this.c7;
|
|
18181
18179
|
this.c7 = a;
|
|
18182
18180
|
if (b != this.c7) {
|
|
18183
|
-
this.
|
|
18181
|
+
this.xm("AnimationSettings", b, this.c7);
|
|
18184
18182
|
}
|
|
18185
18183
|
},
|
|
18186
18184
|
enumerable: false,
|
|
@@ -18202,7 +18200,7 @@
|
|
|
18202
18200
|
set: function (a) {
|
|
18203
18201
|
var b = this.bp;
|
|
18204
18202
|
this.bp = a;
|
|
18205
|
-
this.
|
|
18203
|
+
this.xm("ColumnResizingAnimationMode", igniteuiWebcomponentsCore.enumGetBox(ColumnResizingAnimationMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(ColumnResizingAnimationMode_$type, this.bp));
|
|
18206
18204
|
},
|
|
18207
18205
|
enumerable: false,
|
|
18208
18206
|
configurable: true
|
|
@@ -18223,7 +18221,7 @@
|
|
|
18223
18221
|
set: function (a) {
|
|
18224
18222
|
var b = this.bx;
|
|
18225
18223
|
this.bx = a;
|
|
18226
|
-
this.
|
|
18224
|
+
this.xm("ColumnShowingAnimationMode", igniteuiWebcomponentsCore.enumGetBox(ColumnShowingAnimationMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(ColumnShowingAnimationMode_$type, this.bx));
|
|
18227
18225
|
},
|
|
18228
18226
|
enumerable: false,
|
|
18229
18227
|
configurable: true
|
|
@@ -18244,7 +18242,7 @@
|
|
|
18244
18242
|
set: function (a) {
|
|
18245
18243
|
var b = this.bb;
|
|
18246
18244
|
this.bb = a;
|
|
18247
|
-
this.
|
|
18245
|
+
this.xm("ColumnMovingAnimationMode", igniteuiWebcomponentsCore.enumGetBox(ColumnMovingAnimationMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(ColumnMovingAnimationMode_$type, this.bb));
|
|
18248
18246
|
},
|
|
18249
18247
|
enumerable: false,
|
|
18250
18248
|
configurable: true
|
|
@@ -18265,7 +18263,7 @@
|
|
|
18265
18263
|
set: function (a) {
|
|
18266
18264
|
var b = this.a8;
|
|
18267
18265
|
this.a8 = a;
|
|
18268
|
-
this.
|
|
18266
|
+
this.xm("ColumnHidingAnimationMode", igniteuiWebcomponentsCore.enumGetBox(ColumnHidingAnimationMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(ColumnHidingAnimationMode_$type, this.a8));
|
|
18269
18267
|
},
|
|
18270
18268
|
enumerable: false,
|
|
18271
18269
|
configurable: true
|
|
@@ -18286,20 +18284,20 @@
|
|
|
18286
18284
|
set: function (a) {
|
|
18287
18285
|
var b = this.a0;
|
|
18288
18286
|
this.a0 = a;
|
|
18289
|
-
this.
|
|
18287
|
+
this.xm("ColumnExchangingAnimationMode", igniteuiWebcomponentsCore.enumGetBox(ColumnExchangingAnimationMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(ColumnExchangingAnimationMode_$type, this.a0));
|
|
18290
18288
|
},
|
|
18291
18289
|
enumerable: false,
|
|
18292
18290
|
configurable: true
|
|
18293
18291
|
});
|
|
18294
18292
|
Object.defineProperty(DataGrid.prototype, "inset", {
|
|
18295
18293
|
get: function () {
|
|
18296
|
-
return this.
|
|
18294
|
+
return this.aco;
|
|
18297
18295
|
},
|
|
18298
18296
|
set: function (a) {
|
|
18299
|
-
var b = this.
|
|
18300
|
-
this.
|
|
18301
|
-
if (b != this.
|
|
18302
|
-
this.
|
|
18297
|
+
var b = this.aco;
|
|
18298
|
+
this.aco = a;
|
|
18299
|
+
if (b != this.aco) {
|
|
18300
|
+
this.xm("Inset", b, this.aco);
|
|
18303
18301
|
}
|
|
18304
18302
|
},
|
|
18305
18303
|
enumerable: false,
|
|
@@ -18313,7 +18311,7 @@
|
|
|
18313
18311
|
var b = this.ch;
|
|
18314
18312
|
this.ch = a;
|
|
18315
18313
|
if (b != this.ch) {
|
|
18316
|
-
this.
|
|
18314
|
+
this.xm("SelectionMode", igniteuiWebcomponentsCore.enumGetBox(DataGridSelectionMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(DataGridSelectionMode_$type, this.ch));
|
|
18317
18315
|
}
|
|
18318
18316
|
},
|
|
18319
18317
|
enumerable: false,
|
|
@@ -18327,7 +18325,7 @@
|
|
|
18327
18325
|
var b = this.c2;
|
|
18328
18326
|
this.c2 = a;
|
|
18329
18327
|
if (b != this.c2) {
|
|
18330
|
-
this.
|
|
18328
|
+
this.xm("ActivationMode", igniteuiWebcomponentsCore.enumGetBox(GridActivationMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(GridActivationMode_$type, this.c2));
|
|
18331
18329
|
}
|
|
18332
18330
|
},
|
|
18333
18331
|
enumerable: false,
|
|
@@ -18341,7 +18339,7 @@
|
|
|
18341
18339
|
var b = this.el;
|
|
18342
18340
|
this.el = a;
|
|
18343
18341
|
if (b != this.el) {
|
|
18344
|
-
this.
|
|
18342
|
+
this.xm("SelectionBehavior", igniteuiWebcomponentsCore.enumGetBox(GridSelectionBehavior_$type, b), igniteuiWebcomponentsCore.enumGetBox(GridSelectionBehavior_$type, this.el));
|
|
18345
18343
|
}
|
|
18346
18344
|
},
|
|
18347
18345
|
enumerable: false,
|
|
@@ -18419,7 +18417,7 @@
|
|
|
18419
18417
|
enumerable: false,
|
|
18420
18418
|
configurable: true
|
|
18421
18419
|
});
|
|
18422
|
-
DataGrid.prototype.
|
|
18420
|
+
DataGrid.prototype.zj = function (a, b) {
|
|
18423
18421
|
var e_12, _a, e_13, _b, e_14, _c;
|
|
18424
18422
|
if (this.actualDataSource == null) {
|
|
18425
18423
|
return;
|
|
@@ -18501,7 +18499,7 @@
|
|
|
18501
18499
|
var b = this.hu;
|
|
18502
18500
|
this.hu = a;
|
|
18503
18501
|
if (b != this.hu) {
|
|
18504
|
-
this.
|
|
18502
|
+
this.xm("IsColumnOptionsEnabled", b, this.hu);
|
|
18505
18503
|
}
|
|
18506
18504
|
},
|
|
18507
18505
|
enumerable: false,
|
|
@@ -18515,7 +18513,7 @@
|
|
|
18515
18513
|
var b = this.hy;
|
|
18516
18514
|
this.hy = a;
|
|
18517
18515
|
if (b != this.hy) {
|
|
18518
|
-
this.
|
|
18516
|
+
this.xm("IsGroupByAreaVisible", b, this.hy);
|
|
18519
18517
|
}
|
|
18520
18518
|
},
|
|
18521
18519
|
enumerable: false,
|
|
@@ -18529,7 +18527,7 @@
|
|
|
18529
18527
|
var b = this.h3;
|
|
18530
18528
|
this.h3 = a;
|
|
18531
18529
|
if (b != this.h3) {
|
|
18532
|
-
this.
|
|
18530
|
+
this.xm("IsGroupRowSticky", b, this.h3);
|
|
18533
18531
|
}
|
|
18534
18532
|
},
|
|
18535
18533
|
enumerable: false,
|
|
@@ -18543,7 +18541,7 @@
|
|
|
18543
18541
|
var b = this.h4;
|
|
18544
18542
|
this.h4 = a;
|
|
18545
18543
|
if (b != this.h4) {
|
|
18546
|
-
this.
|
|
18544
|
+
this.xm("IsHeaderSeparatorVisible", b, this.h4);
|
|
18547
18545
|
}
|
|
18548
18546
|
},
|
|
18549
18547
|
enumerable: false,
|
|
@@ -18551,13 +18549,13 @@
|
|
|
18551
18549
|
});
|
|
18552
18550
|
Object.defineProperty(DataGrid.prototype, "cellSelectedBackground", {
|
|
18553
18551
|
get: function () {
|
|
18554
|
-
return this.
|
|
18552
|
+
return this.z6;
|
|
18555
18553
|
},
|
|
18556
18554
|
set: function (a) {
|
|
18557
|
-
var b = this.
|
|
18558
|
-
this.
|
|
18559
|
-
if (b != this.
|
|
18560
|
-
this.
|
|
18555
|
+
var b = this.z6;
|
|
18556
|
+
this.z6 = a;
|
|
18557
|
+
if (b != this.z6) {
|
|
18558
|
+
this.xm("CellSelectedBackground", b, this.z6);
|
|
18561
18559
|
}
|
|
18562
18560
|
},
|
|
18563
18561
|
enumerable: false,
|
|
@@ -18565,13 +18563,13 @@
|
|
|
18565
18563
|
});
|
|
18566
18564
|
Object.defineProperty(DataGrid.prototype, "sectionHeaderSelectedBackground", {
|
|
18567
18565
|
get: function () {
|
|
18568
|
-
return this.
|
|
18566
|
+
return this.aay;
|
|
18569
18567
|
},
|
|
18570
18568
|
set: function (a) {
|
|
18571
|
-
var b = this.
|
|
18572
|
-
this.
|
|
18573
|
-
if (b != this.
|
|
18574
|
-
this.
|
|
18569
|
+
var b = this.aay;
|
|
18570
|
+
this.aay = a;
|
|
18571
|
+
if (b != this.aay) {
|
|
18572
|
+
this.xm("SectionHeaderSelectedBackground", b, this.aay);
|
|
18575
18573
|
}
|
|
18576
18574
|
},
|
|
18577
18575
|
enumerable: false,
|
|
@@ -18579,13 +18577,13 @@
|
|
|
18579
18577
|
});
|
|
18580
18578
|
Object.defineProperty(DataGrid.prototype, "summaryRootBackground", {
|
|
18581
18579
|
get: function () {
|
|
18582
|
-
return this.
|
|
18580
|
+
return this.aa1;
|
|
18583
18581
|
},
|
|
18584
18582
|
set: function (a) {
|
|
18585
|
-
var b = this.
|
|
18586
|
-
this.
|
|
18587
|
-
if (b != this.
|
|
18588
|
-
this.
|
|
18583
|
+
var b = this.aa1;
|
|
18584
|
+
this.aa1 = a;
|
|
18585
|
+
if (b != this.aa1) {
|
|
18586
|
+
this.xm("SummaryRootBackground", b, this.aa1);
|
|
18589
18587
|
}
|
|
18590
18588
|
},
|
|
18591
18589
|
enumerable: false,
|
|
@@ -18593,13 +18591,13 @@
|
|
|
18593
18591
|
});
|
|
18594
18592
|
Object.defineProperty(DataGrid.prototype, "summarySectionBackground", {
|
|
18595
18593
|
get: function () {
|
|
18596
|
-
return this.
|
|
18594
|
+
return this.aa5;
|
|
18597
18595
|
},
|
|
18598
18596
|
set: function (a) {
|
|
18599
|
-
var b = this.
|
|
18600
|
-
this.
|
|
18601
|
-
if (b != this.
|
|
18602
|
-
this.
|
|
18597
|
+
var b = this.aa5;
|
|
18598
|
+
this.aa5 = a;
|
|
18599
|
+
if (b != this.aa5) {
|
|
18600
|
+
this.xm("SummarySectionBackground", b, this.aa5);
|
|
18603
18601
|
}
|
|
18604
18602
|
},
|
|
18605
18603
|
enumerable: false,
|
|
@@ -18613,7 +18611,7 @@
|
|
|
18613
18611
|
var b = this.mf;
|
|
18614
18612
|
this.mf = a;
|
|
18615
18613
|
if (b != this.mf) {
|
|
18616
|
-
this.
|
|
18614
|
+
this.xm("PinnedRowOpacity", b, this.mf);
|
|
18617
18615
|
}
|
|
18618
18616
|
},
|
|
18619
18617
|
enumerable: false,
|
|
@@ -18627,7 +18625,7 @@
|
|
|
18627
18625
|
var b = this.gu;
|
|
18628
18626
|
this.gu = a;
|
|
18629
18627
|
if (b != this.gu) {
|
|
18630
|
-
this.
|
|
18628
|
+
this.xm("EditTextStyle", b, this.gu);
|
|
18631
18629
|
}
|
|
18632
18630
|
},
|
|
18633
18631
|
enumerable: false,
|
|
@@ -18641,7 +18639,7 @@
|
|
|
18641
18639
|
var b = this.mb;
|
|
18642
18640
|
this.mb = a;
|
|
18643
18641
|
if (b != this.mb) {
|
|
18644
|
-
this.
|
|
18642
|
+
this.xm("EditOpacity", b, this.mb);
|
|
18645
18643
|
}
|
|
18646
18644
|
},
|
|
18647
18645
|
enumerable: false,
|
|
@@ -18649,13 +18647,13 @@
|
|
|
18649
18647
|
});
|
|
18650
18648
|
Object.defineProperty(DataGrid.prototype, "deletedTextColor", {
|
|
18651
18649
|
get: function () {
|
|
18652
|
-
return this.
|
|
18650
|
+
return this.aah;
|
|
18653
18651
|
},
|
|
18654
18652
|
set: function (a) {
|
|
18655
|
-
var b = this.
|
|
18656
|
-
this.
|
|
18657
|
-
if (b != this.
|
|
18658
|
-
this.
|
|
18653
|
+
var b = this.aah;
|
|
18654
|
+
this.aah = a;
|
|
18655
|
+
if (b != this.aah) {
|
|
18656
|
+
this.xm("DeletedTextColor", b, this.aah);
|
|
18659
18657
|
}
|
|
18660
18658
|
},
|
|
18661
18659
|
enumerable: false,
|
|
@@ -18663,13 +18661,13 @@
|
|
|
18663
18661
|
});
|
|
18664
18662
|
Object.defineProperty(DataGrid.prototype, "stickyRowBackground", {
|
|
18665
18663
|
get: function () {
|
|
18666
|
-
return this.
|
|
18664
|
+
return this.aa0;
|
|
18667
18665
|
},
|
|
18668
18666
|
set: function (a) {
|
|
18669
|
-
var b = this.
|
|
18670
|
-
this.
|
|
18671
|
-
if (b != this.
|
|
18672
|
-
this.
|
|
18667
|
+
var b = this.aa0;
|
|
18668
|
+
this.aa0 = a;
|
|
18669
|
+
if (b != this.aa0) {
|
|
18670
|
+
this.xm("StickyRowBackground", b, this.aa0);
|
|
18673
18671
|
}
|
|
18674
18672
|
},
|
|
18675
18673
|
enumerable: false,
|
|
@@ -18677,13 +18675,13 @@
|
|
|
18677
18675
|
});
|
|
18678
18676
|
Object.defineProperty(DataGrid.prototype, "pinnedRowBackground", {
|
|
18679
18677
|
get: function () {
|
|
18680
|
-
return this.
|
|
18678
|
+
return this.aap;
|
|
18681
18679
|
},
|
|
18682
18680
|
set: function (a) {
|
|
18683
|
-
var b = this.
|
|
18684
|
-
this.
|
|
18685
|
-
if (b != this.
|
|
18686
|
-
this.
|
|
18681
|
+
var b = this.aap;
|
|
18682
|
+
this.aap = a;
|
|
18683
|
+
if (b != this.aap) {
|
|
18684
|
+
this.xm("PinnedRowBackground", b, this.aap);
|
|
18687
18685
|
}
|
|
18688
18686
|
},
|
|
18689
18687
|
enumerable: false,
|
|
@@ -18691,13 +18689,13 @@
|
|
|
18691
18689
|
});
|
|
18692
18690
|
Object.defineProperty(DataGrid.prototype, "lastStickyRowBackground", {
|
|
18693
18691
|
get: function () {
|
|
18694
|
-
return this.
|
|
18692
|
+
return this.aao;
|
|
18695
18693
|
},
|
|
18696
18694
|
set: function (a) {
|
|
18697
|
-
var b = this.
|
|
18698
|
-
this.
|
|
18699
|
-
if (b != this.
|
|
18700
|
-
this.
|
|
18695
|
+
var b = this.aao;
|
|
18696
|
+
this.aao = a;
|
|
18697
|
+
if (b != this.aao) {
|
|
18698
|
+
this.xm("LastStickyRowBackground", b, this.aao);
|
|
18701
18699
|
}
|
|
18702
18700
|
},
|
|
18703
18701
|
enumerable: false,
|
|
@@ -18711,7 +18709,7 @@
|
|
|
18711
18709
|
var b = this.dg;
|
|
18712
18710
|
this.dg = a;
|
|
18713
18711
|
if (b != this.dg) {
|
|
18714
|
-
this.
|
|
18712
|
+
this.xm("ActiveCell", b, this.dg);
|
|
18715
18713
|
}
|
|
18716
18714
|
},
|
|
18717
18715
|
enumerable: false,
|
|
@@ -18719,13 +18717,13 @@
|
|
|
18719
18717
|
});
|
|
18720
18718
|
Object.defineProperty(DataGrid.prototype, "cellBackground", {
|
|
18721
18719
|
get: function () {
|
|
18722
|
-
return this.
|
|
18720
|
+
return this.z5;
|
|
18723
18721
|
},
|
|
18724
18722
|
set: function (a) {
|
|
18725
|
-
var b = this.
|
|
18726
|
-
this.
|
|
18727
|
-
if (b != this.
|
|
18728
|
-
this.
|
|
18723
|
+
var b = this.z5;
|
|
18724
|
+
this.z5 = a;
|
|
18725
|
+
if (b != this.z5) {
|
|
18726
|
+
this.xm("CellBackground", b, this.z5);
|
|
18729
18727
|
}
|
|
18730
18728
|
},
|
|
18731
18729
|
enumerable: false,
|
|
@@ -18733,13 +18731,13 @@
|
|
|
18733
18731
|
});
|
|
18734
18732
|
Object.defineProperty(DataGrid.prototype, "cellTextColor", {
|
|
18735
18733
|
get: function () {
|
|
18736
|
-
return this.
|
|
18734
|
+
return this.z7;
|
|
18737
18735
|
},
|
|
18738
18736
|
set: function (a) {
|
|
18739
|
-
var b = this.
|
|
18740
|
-
this.
|
|
18741
|
-
if (b != this.
|
|
18742
|
-
this.
|
|
18737
|
+
var b = this.z7;
|
|
18738
|
+
this.z7 = a;
|
|
18739
|
+
if (b != this.z7) {
|
|
18740
|
+
this.xm("CellTextColor", b, this.z7);
|
|
18743
18741
|
}
|
|
18744
18742
|
},
|
|
18745
18743
|
enumerable: false,
|
|
@@ -18747,13 +18745,13 @@
|
|
|
18747
18745
|
});
|
|
18748
18746
|
Object.defineProperty(DataGrid.prototype, "headerSortIndicatorColor", {
|
|
18749
18747
|
get: function () {
|
|
18750
|
-
return this.
|
|
18748
|
+
return this.aam;
|
|
18751
18749
|
},
|
|
18752
18750
|
set: function (a) {
|
|
18753
|
-
var b = this.
|
|
18754
|
-
this.
|
|
18755
|
-
if (b != this.
|
|
18756
|
-
this.
|
|
18751
|
+
var b = this.aam;
|
|
18752
|
+
this.aam = a;
|
|
18753
|
+
if (b != this.aam) {
|
|
18754
|
+
this.xm("HeaderSortIndicatorColor", b, this.aam);
|
|
18757
18755
|
}
|
|
18758
18756
|
},
|
|
18759
18757
|
enumerable: false,
|
|
@@ -18767,7 +18765,7 @@
|
|
|
18767
18765
|
var b = this.f7;
|
|
18768
18766
|
this.f7 = a;
|
|
18769
18767
|
if (b != this.f7) {
|
|
18770
|
-
this.
|
|
18768
|
+
this.xm("HeaderSortIndicatorStyle", igniteuiWebcomponentsCore.enumGetBox(SortIndicatorStyle_$type, b), igniteuiWebcomponentsCore.enumGetBox(SortIndicatorStyle_$type, this.f7));
|
|
18771
18769
|
}
|
|
18772
18770
|
},
|
|
18773
18771
|
enumerable: false,
|
|
@@ -18781,7 +18779,7 @@
|
|
|
18781
18779
|
var b = this.gt;
|
|
18782
18780
|
this.gt = a;
|
|
18783
18781
|
if (b != this.gt) {
|
|
18784
|
-
this.
|
|
18782
|
+
this.xm("CellTextStyle", b, this.gt);
|
|
18785
18783
|
}
|
|
18786
18784
|
},
|
|
18787
18785
|
enumerable: false,
|
|
@@ -18789,13 +18787,13 @@
|
|
|
18789
18787
|
});
|
|
18790
18788
|
Object.defineProperty(DataGrid.prototype, "sectionHeaderBackground", {
|
|
18791
18789
|
get: function () {
|
|
18792
|
-
return this.
|
|
18790
|
+
return this.aax;
|
|
18793
18791
|
},
|
|
18794
18792
|
set: function (a) {
|
|
18795
|
-
var b = this.
|
|
18796
|
-
this.
|
|
18797
|
-
if (b != this.
|
|
18798
|
-
this.
|
|
18793
|
+
var b = this.aax;
|
|
18794
|
+
this.aax = a;
|
|
18795
|
+
if (b != this.aax) {
|
|
18796
|
+
this.xm("SectionHeaderBackground", b, this.aax);
|
|
18799
18797
|
}
|
|
18800
18798
|
},
|
|
18801
18799
|
enumerable: false,
|
|
@@ -18803,13 +18801,13 @@
|
|
|
18803
18801
|
});
|
|
18804
18802
|
Object.defineProperty(DataGrid.prototype, "sectionHeaderTextColor", {
|
|
18805
18803
|
get: function () {
|
|
18806
|
-
return this.
|
|
18804
|
+
return this.aaz;
|
|
18807
18805
|
},
|
|
18808
18806
|
set: function (a) {
|
|
18809
|
-
var b = this.
|
|
18810
|
-
this.
|
|
18811
|
-
if (b != this.
|
|
18812
|
-
this.
|
|
18807
|
+
var b = this.aaz;
|
|
18808
|
+
this.aaz = a;
|
|
18809
|
+
if (b != this.aaz) {
|
|
18810
|
+
this.xm("SectionHeaderTextColor", b, this.aaz);
|
|
18813
18811
|
}
|
|
18814
18812
|
},
|
|
18815
18813
|
enumerable: false,
|
|
@@ -18823,7 +18821,7 @@
|
|
|
18823
18821
|
var b = this.gw;
|
|
18824
18822
|
this.gw = a;
|
|
18825
18823
|
if (b != this.gw) {
|
|
18826
|
-
this.
|
|
18824
|
+
this.xm("SectionHeaderTextStyle", b, this.gw);
|
|
18827
18825
|
}
|
|
18828
18826
|
},
|
|
18829
18827
|
enumerable: false,
|
|
@@ -18837,7 +18835,7 @@
|
|
|
18837
18835
|
var b = this.gx;
|
|
18838
18836
|
this.gx = a;
|
|
18839
18837
|
if (b != this.gx) {
|
|
18840
|
-
this.
|
|
18838
|
+
this.xm("SummaryRootLabelTextStyle", b, this.gx);
|
|
18841
18839
|
}
|
|
18842
18840
|
},
|
|
18843
18841
|
enumerable: false,
|
|
@@ -18851,7 +18849,7 @@
|
|
|
18851
18849
|
var b = this.gz;
|
|
18852
18850
|
this.gz = a;
|
|
18853
18851
|
if (b != this.gz) {
|
|
18854
|
-
this.
|
|
18852
|
+
this.xm("SummarySectionLabelTextStyle", b, this.gz);
|
|
18855
18853
|
}
|
|
18856
18854
|
},
|
|
18857
18855
|
enumerable: false,
|
|
@@ -18859,13 +18857,13 @@
|
|
|
18859
18857
|
});
|
|
18860
18858
|
Object.defineProperty(DataGrid.prototype, "summaryRootValueTextColor", {
|
|
18861
18859
|
get: function () {
|
|
18862
|
-
return this.
|
|
18860
|
+
return this.aa4;
|
|
18863
18861
|
},
|
|
18864
18862
|
set: function (a) {
|
|
18865
|
-
var b = this.
|
|
18866
|
-
this.
|
|
18867
|
-
if (b != this.
|
|
18868
|
-
this.
|
|
18863
|
+
var b = this.aa4;
|
|
18864
|
+
this.aa4 = a;
|
|
18865
|
+
if (b != this.aa4) {
|
|
18866
|
+
this.xm("SummaryRootValueTextColor", b, this.aa4);
|
|
18869
18867
|
}
|
|
18870
18868
|
},
|
|
18871
18869
|
enumerable: false,
|
|
@@ -18879,7 +18877,7 @@
|
|
|
18879
18877
|
var b = this.gy;
|
|
18880
18878
|
this.gy = a;
|
|
18881
18879
|
if (b != this.gy) {
|
|
18882
|
-
this.
|
|
18880
|
+
this.xm("SummaryRootValueTextStyle", b, this.gy);
|
|
18883
18881
|
}
|
|
18884
18882
|
},
|
|
18885
18883
|
enumerable: false,
|
|
@@ -18893,7 +18891,7 @@
|
|
|
18893
18891
|
var b = this.g0;
|
|
18894
18892
|
this.g0 = a;
|
|
18895
18893
|
if (b != this.g0) {
|
|
18896
|
-
this.
|
|
18894
|
+
this.xm("SummarySectionValueTextStyle", b, this.g0);
|
|
18897
18895
|
}
|
|
18898
18896
|
},
|
|
18899
18897
|
enumerable: false,
|
|
@@ -18901,13 +18899,13 @@
|
|
|
18901
18899
|
});
|
|
18902
18900
|
Object.defineProperty(DataGrid.prototype, "summarySectionValueTextColor", {
|
|
18903
18901
|
get: function () {
|
|
18904
|
-
return this.
|
|
18902
|
+
return this.aa8;
|
|
18905
18903
|
},
|
|
18906
18904
|
set: function (a) {
|
|
18907
|
-
var b = this.
|
|
18908
|
-
this.
|
|
18909
|
-
if (b != this.
|
|
18910
|
-
this.
|
|
18905
|
+
var b = this.aa8;
|
|
18906
|
+
this.aa8 = a;
|
|
18907
|
+
if (b != this.aa8) {
|
|
18908
|
+
this.xm("SummarySectionValueTextColor", b, this.aa8);
|
|
18911
18909
|
}
|
|
18912
18910
|
},
|
|
18913
18911
|
enumerable: false,
|
|
@@ -18915,13 +18913,13 @@
|
|
|
18915
18913
|
});
|
|
18916
18914
|
Object.defineProperty(DataGrid.prototype, "summaryRootLabelTextColor", {
|
|
18917
18915
|
get: function () {
|
|
18918
|
-
return this.
|
|
18916
|
+
return this.aa2;
|
|
18919
18917
|
},
|
|
18920
18918
|
set: function (a) {
|
|
18921
|
-
var b = this.
|
|
18922
|
-
this.
|
|
18923
|
-
if (b != this.
|
|
18924
|
-
this.
|
|
18919
|
+
var b = this.aa2;
|
|
18920
|
+
this.aa2 = a;
|
|
18921
|
+
if (b != this.aa2) {
|
|
18922
|
+
this.xm("SummaryRootLabelTextColor", b, this.aa2);
|
|
18925
18923
|
}
|
|
18926
18924
|
},
|
|
18927
18925
|
enumerable: false,
|
|
@@ -18929,13 +18927,13 @@
|
|
|
18929
18927
|
});
|
|
18930
18928
|
Object.defineProperty(DataGrid.prototype, "summarySectionLabelTextColor", {
|
|
18931
18929
|
get: function () {
|
|
18932
|
-
return this.
|
|
18930
|
+
return this.aa6;
|
|
18933
18931
|
},
|
|
18934
18932
|
set: function (a) {
|
|
18935
|
-
var b = this.
|
|
18936
|
-
this.
|
|
18937
|
-
if (b != this.
|
|
18938
|
-
this.
|
|
18933
|
+
var b = this.aa6;
|
|
18934
|
+
this.aa6 = a;
|
|
18935
|
+
if (b != this.aa6) {
|
|
18936
|
+
this.xm("SummarySectionLabelTextColor", b, this.aa6);
|
|
18939
18937
|
}
|
|
18940
18938
|
},
|
|
18941
18939
|
enumerable: false,
|
|
@@ -18943,13 +18941,13 @@
|
|
|
18943
18941
|
});
|
|
18944
18942
|
Object.defineProperty(DataGrid.prototype, "summaryRootSelectedBackground", {
|
|
18945
18943
|
get: function () {
|
|
18946
|
-
return this.
|
|
18944
|
+
return this.aa3;
|
|
18947
18945
|
},
|
|
18948
18946
|
set: function (a) {
|
|
18949
|
-
var b = this.
|
|
18950
|
-
this.
|
|
18951
|
-
if (b != this.
|
|
18952
|
-
this.
|
|
18947
|
+
var b = this.aa3;
|
|
18948
|
+
this.aa3 = a;
|
|
18949
|
+
if (b != this.aa3) {
|
|
18950
|
+
this.xm("SummaryRootSelectedBackground", b, this.aa3);
|
|
18953
18951
|
}
|
|
18954
18952
|
},
|
|
18955
18953
|
enumerable: false,
|
|
@@ -18957,13 +18955,13 @@
|
|
|
18957
18955
|
});
|
|
18958
18956
|
Object.defineProperty(DataGrid.prototype, "summarySectionSelectedBackground", {
|
|
18959
18957
|
get: function () {
|
|
18960
|
-
return this.
|
|
18958
|
+
return this.aa7;
|
|
18961
18959
|
},
|
|
18962
18960
|
set: function (a) {
|
|
18963
|
-
var b = this.
|
|
18964
|
-
this.
|
|
18965
|
-
if (b != this.
|
|
18966
|
-
this.
|
|
18961
|
+
var b = this.aa7;
|
|
18962
|
+
this.aa7 = a;
|
|
18963
|
+
if (b != this.aa7) {
|
|
18964
|
+
this.xm("SummarySectionSelectedBackground", b, this.aa7);
|
|
18967
18965
|
}
|
|
18968
18966
|
},
|
|
18969
18967
|
enumerable: false,
|
|
@@ -18977,7 +18975,7 @@
|
|
|
18977
18975
|
var b = this.nd;
|
|
18978
18976
|
this.nd = a;
|
|
18979
18977
|
if (b != this.nd) {
|
|
18980
|
-
this.
|
|
18978
|
+
this.xm("PinnedAreaSeparatorWidth", b, this.nd);
|
|
18981
18979
|
}
|
|
18982
18980
|
},
|
|
18983
18981
|
enumerable: false,
|
|
@@ -18991,7 +18989,7 @@
|
|
|
18991
18989
|
var b = this.m8;
|
|
18992
18990
|
this.m8 = a;
|
|
18993
18991
|
if (b != this.m8) {
|
|
18994
|
-
this.
|
|
18992
|
+
this.xm("HeaderSeparatorWidth", b, this.m8);
|
|
18995
18993
|
}
|
|
18996
18994
|
},
|
|
18997
18995
|
enumerable: false,
|
|
@@ -19007,13 +19005,13 @@
|
|
|
19007
19005
|
};
|
|
19008
19006
|
Object.defineProperty(DataGrid.prototype, "headerSeparatorBackground", {
|
|
19009
19007
|
get: function () {
|
|
19010
|
-
return this.
|
|
19008
|
+
return this.aal;
|
|
19011
19009
|
},
|
|
19012
19010
|
set: function (a) {
|
|
19013
|
-
var b = this.
|
|
19014
|
-
this.
|
|
19015
|
-
if (b != this.
|
|
19016
|
-
this.
|
|
19011
|
+
var b = this.aal;
|
|
19012
|
+
this.aal = a;
|
|
19013
|
+
if (b != this.aal) {
|
|
19014
|
+
this.xm("HeaderSeparatorBackground", b, this.aal);
|
|
19017
19015
|
}
|
|
19018
19016
|
},
|
|
19019
19017
|
enumerable: false,
|
|
@@ -19021,13 +19019,13 @@
|
|
|
19021
19019
|
});
|
|
19022
19020
|
Object.defineProperty(DataGrid.prototype, "headerBackground", {
|
|
19023
19021
|
get: function () {
|
|
19024
|
-
return this.
|
|
19022
|
+
return this.aaj;
|
|
19025
19023
|
},
|
|
19026
19024
|
set: function (a) {
|
|
19027
|
-
var b = this.
|
|
19028
|
-
this.
|
|
19029
|
-
if (b != this.
|
|
19030
|
-
this.
|
|
19025
|
+
var b = this.aaj;
|
|
19026
|
+
this.aaj = a;
|
|
19027
|
+
if (b != this.aaj) {
|
|
19028
|
+
this.xm("HeaderBackground", b, this.aaj);
|
|
19031
19029
|
}
|
|
19032
19030
|
},
|
|
19033
19031
|
enumerable: false,
|
|
@@ -19035,13 +19033,13 @@
|
|
|
19035
19033
|
});
|
|
19036
19034
|
Object.defineProperty(DataGrid.prototype, "headerTextColor", {
|
|
19037
19035
|
get: function () {
|
|
19038
|
-
return this.
|
|
19036
|
+
return this.aan;
|
|
19039
19037
|
},
|
|
19040
19038
|
set: function (a) {
|
|
19041
|
-
var b = this.
|
|
19042
|
-
this.
|
|
19043
|
-
if (b != this.
|
|
19044
|
-
this.
|
|
19039
|
+
var b = this.aan;
|
|
19040
|
+
this.aan = a;
|
|
19041
|
+
if (b != this.aan) {
|
|
19042
|
+
this.xm("HeaderTextColor", b, this.aan);
|
|
19045
19043
|
}
|
|
19046
19044
|
},
|
|
19047
19045
|
enumerable: false,
|
|
@@ -19055,7 +19053,7 @@
|
|
|
19055
19053
|
var b = this.gv;
|
|
19056
19054
|
this.gv = a;
|
|
19057
19055
|
if (b != this.gv) {
|
|
19058
|
-
this.
|
|
19056
|
+
this.xm("HeaderTextStyle", b, this.gv);
|
|
19059
19057
|
}
|
|
19060
19058
|
},
|
|
19061
19059
|
enumerable: false,
|
|
@@ -19063,13 +19061,13 @@
|
|
|
19063
19061
|
});
|
|
19064
19062
|
Object.defineProperty(DataGrid.prototype, "rowSeparatorBackground", {
|
|
19065
19063
|
get: function () {
|
|
19066
|
-
return this.
|
|
19064
|
+
return this.aas;
|
|
19067
19065
|
},
|
|
19068
19066
|
set: function (a) {
|
|
19069
|
-
var b = this.
|
|
19070
|
-
this.
|
|
19071
|
-
if (b != this.
|
|
19072
|
-
this.
|
|
19067
|
+
var b = this.aas;
|
|
19068
|
+
this.aas = a;
|
|
19069
|
+
if (b != this.aas) {
|
|
19070
|
+
this.xm("RowSeparatorBackground", b, this.aas);
|
|
19073
19071
|
}
|
|
19074
19072
|
},
|
|
19075
19073
|
enumerable: false,
|
|
@@ -19077,13 +19075,13 @@
|
|
|
19077
19075
|
});
|
|
19078
19076
|
Object.defineProperty(DataGrid.prototype, "headerRowSeparatorBackground", {
|
|
19079
19077
|
get: function () {
|
|
19080
|
-
return this.
|
|
19078
|
+
return this.aak;
|
|
19081
19079
|
},
|
|
19082
19080
|
set: function (a) {
|
|
19083
|
-
var b = this.
|
|
19084
|
-
this.
|
|
19085
|
-
if (b != this.
|
|
19086
|
-
this.
|
|
19081
|
+
var b = this.aak;
|
|
19082
|
+
this.aak = a;
|
|
19083
|
+
if (b != this.aak) {
|
|
19084
|
+
this.xm("HeaderRowSeparatorBackground", b, this.aak);
|
|
19087
19085
|
}
|
|
19088
19086
|
},
|
|
19089
19087
|
enumerable: false,
|
|
@@ -19091,13 +19089,13 @@
|
|
|
19091
19089
|
});
|
|
19092
19090
|
Object.defineProperty(DataGrid.prototype, "rowSeparatorStickyRowBackground", {
|
|
19093
19091
|
get: function () {
|
|
19094
|
-
return this.
|
|
19092
|
+
return this.aav;
|
|
19095
19093
|
},
|
|
19096
19094
|
set: function (a) {
|
|
19097
|
-
var b = this.
|
|
19098
|
-
this.
|
|
19099
|
-
if (b != this.
|
|
19100
|
-
this.
|
|
19095
|
+
var b = this.aav;
|
|
19096
|
+
this.aav = a;
|
|
19097
|
+
if (b != this.aav) {
|
|
19098
|
+
this.xm("RowSeparatorStickyRowBackground", b, this.aav);
|
|
19101
19099
|
}
|
|
19102
19100
|
},
|
|
19103
19101
|
enumerable: false,
|
|
@@ -19105,13 +19103,13 @@
|
|
|
19105
19103
|
});
|
|
19106
19104
|
Object.defineProperty(DataGrid.prototype, "rowSeparatorLastStickyRowBackground", {
|
|
19107
19105
|
get: function () {
|
|
19108
|
-
return this.
|
|
19106
|
+
return this.aat;
|
|
19109
19107
|
},
|
|
19110
19108
|
set: function (a) {
|
|
19111
|
-
var b = this.
|
|
19112
|
-
this.
|
|
19113
|
-
if (b != this.
|
|
19114
|
-
this.
|
|
19109
|
+
var b = this.aat;
|
|
19110
|
+
this.aat = a;
|
|
19111
|
+
if (b != this.aat) {
|
|
19112
|
+
this.xm("RowSeparatorLastStickyRowBackground", b, this.aat);
|
|
19115
19113
|
}
|
|
19116
19114
|
},
|
|
19117
19115
|
enumerable: false,
|
|
@@ -19119,13 +19117,13 @@
|
|
|
19119
19117
|
});
|
|
19120
19118
|
Object.defineProperty(DataGrid.prototype, "rowSeparatorPinnedRowBackground", {
|
|
19121
19119
|
get: function () {
|
|
19122
|
-
return this.
|
|
19120
|
+
return this.aau;
|
|
19123
19121
|
},
|
|
19124
19122
|
set: function (a) {
|
|
19125
|
-
var b = this.
|
|
19126
|
-
this.
|
|
19127
|
-
if (b != this.
|
|
19128
|
-
this.
|
|
19123
|
+
var b = this.aau;
|
|
19124
|
+
this.aau = a;
|
|
19125
|
+
if (b != this.aau) {
|
|
19126
|
+
this.xm("RowSeparatorPinnedRowBackground", b, this.aau);
|
|
19129
19127
|
}
|
|
19130
19128
|
},
|
|
19131
19129
|
enumerable: false,
|
|
@@ -19139,7 +19137,7 @@
|
|
|
19139
19137
|
var b = this.m4;
|
|
19140
19138
|
this.m4 = a;
|
|
19141
19139
|
if (b != this.m4) {
|
|
19142
|
-
this.
|
|
19140
|
+
this.xm("ColumnResizingSeparatorWidth", b, this.m4);
|
|
19143
19141
|
}
|
|
19144
19142
|
},
|
|
19145
19143
|
enumerable: false,
|
|
@@ -19153,7 +19151,7 @@
|
|
|
19153
19151
|
var b = this.l5;
|
|
19154
19152
|
this.l5 = a;
|
|
19155
19153
|
if (b != this.l5) {
|
|
19156
|
-
this.
|
|
19154
|
+
this.xm("ColumnResizingSeparatorOpacity", b, this.l5);
|
|
19157
19155
|
}
|
|
19158
19156
|
},
|
|
19159
19157
|
enumerable: false,
|
|
@@ -19167,7 +19165,7 @@
|
|
|
19167
19165
|
var b = this.m2;
|
|
19168
19166
|
this.m2 = a;
|
|
19169
19167
|
if (b != this.m2) {
|
|
19170
|
-
this.
|
|
19168
|
+
this.xm("ColumnMovingSeparatorWidth", b, this.m2);
|
|
19171
19169
|
}
|
|
19172
19170
|
},
|
|
19173
19171
|
enumerable: false,
|
|
@@ -19181,7 +19179,7 @@
|
|
|
19181
19179
|
var b = this.l4;
|
|
19182
19180
|
this.l4 = a;
|
|
19183
19181
|
if (b != this.l4) {
|
|
19184
|
-
this.
|
|
19182
|
+
this.xm("ColumnMovingSeparatorOpacity", b, this.l4);
|
|
19185
19183
|
}
|
|
19186
19184
|
},
|
|
19187
19185
|
enumerable: false,
|
|
@@ -19189,13 +19187,13 @@
|
|
|
19189
19187
|
});
|
|
19190
19188
|
Object.defineProperty(DataGrid.prototype, "columnResizingSeparatorBackground", {
|
|
19191
19189
|
get: function () {
|
|
19192
|
-
return this.
|
|
19190
|
+
return this.aag;
|
|
19193
19191
|
},
|
|
19194
19192
|
set: function (a) {
|
|
19195
|
-
var b = this.
|
|
19196
|
-
this.
|
|
19197
|
-
if (b != this.
|
|
19198
|
-
this.
|
|
19193
|
+
var b = this.aag;
|
|
19194
|
+
this.aag = a;
|
|
19195
|
+
if (b != this.aag) {
|
|
19196
|
+
this.xm("ColumnResizingSeparatorBackground", b, this.aag);
|
|
19199
19197
|
}
|
|
19200
19198
|
},
|
|
19201
19199
|
enumerable: false,
|
|
@@ -19203,13 +19201,13 @@
|
|
|
19203
19201
|
});
|
|
19204
19202
|
Object.defineProperty(DataGrid.prototype, "columnMovingSeparatorBackground", {
|
|
19205
19203
|
get: function () {
|
|
19206
|
-
return this.
|
|
19204
|
+
return this.z8;
|
|
19207
19205
|
},
|
|
19208
19206
|
set: function (a) {
|
|
19209
|
-
var b = this.
|
|
19210
|
-
this.
|
|
19211
|
-
if (b != this.
|
|
19212
|
-
this.
|
|
19207
|
+
var b = this.z8;
|
|
19208
|
+
this.z8 = a;
|
|
19209
|
+
if (b != this.z8) {
|
|
19210
|
+
this.xm("ColumnMovingSeparatorBackground", b, this.z8);
|
|
19213
19211
|
}
|
|
19214
19212
|
},
|
|
19215
19213
|
enumerable: false,
|
|
@@ -19223,7 +19221,7 @@
|
|
|
19223
19221
|
var b = this.ip;
|
|
19224
19222
|
this.ip = a;
|
|
19225
19223
|
if (b != this.ip) {
|
|
19226
|
-
this.
|
|
19224
|
+
this.xm("ShiftSectionContent", b, this.ip);
|
|
19227
19225
|
}
|
|
19228
19226
|
},
|
|
19229
19227
|
enumerable: false,
|
|
@@ -19237,7 +19235,7 @@
|
|
|
19237
19235
|
var b = this.bi;
|
|
19238
19236
|
this.bi = a;
|
|
19239
19237
|
if (b != this.bi) {
|
|
19240
|
-
this.
|
|
19238
|
+
this.xm("ColumnOptionsIconAlignment", igniteuiWebcomponentsCore.enumGetBox(ColumnOptionsIconAlignment_$type, b), igniteuiWebcomponentsCore.enumGetBox(ColumnOptionsIconAlignment_$type, this.bi));
|
|
19241
19239
|
}
|
|
19242
19240
|
},
|
|
19243
19241
|
enumerable: false,
|
|
@@ -19245,13 +19243,13 @@
|
|
|
19245
19243
|
});
|
|
19246
19244
|
Object.defineProperty(DataGrid.prototype, "columnOptionsIconColor", {
|
|
19247
19245
|
get: function () {
|
|
19248
|
-
return this.
|
|
19246
|
+
return this.aad;
|
|
19249
19247
|
},
|
|
19250
19248
|
set: function (a) {
|
|
19251
|
-
var b = this.
|
|
19252
|
-
this.
|
|
19253
|
-
if (b != this.
|
|
19254
|
-
this.
|
|
19249
|
+
var b = this.aad;
|
|
19250
|
+
this.aad = a;
|
|
19251
|
+
if (b != this.aad) {
|
|
19252
|
+
this.xm("ColumnOptionsIconColor", b, this.aad);
|
|
19255
19253
|
}
|
|
19256
19254
|
},
|
|
19257
19255
|
enumerable: false,
|
|
@@ -19265,7 +19263,7 @@
|
|
|
19265
19263
|
var b = this.bk;
|
|
19266
19264
|
this.bk = a;
|
|
19267
19265
|
if (b != this.bk) {
|
|
19268
|
-
this.
|
|
19266
|
+
this.xm("ColumnOptionsIconBehavior", igniteuiWebcomponentsCore.enumGetBox(ColumnOptionsIconBehavior_$type, b), igniteuiWebcomponentsCore.enumGetBox(ColumnOptionsIconBehavior_$type, this.bk));
|
|
19269
19267
|
}
|
|
19270
19268
|
},
|
|
19271
19269
|
enumerable: false,
|
|
@@ -19273,13 +19271,13 @@
|
|
|
19273
19271
|
});
|
|
19274
19272
|
Object.defineProperty(DataGrid.prototype, "actualBorder", {
|
|
19275
19273
|
get: function () {
|
|
19276
|
-
return this.
|
|
19274
|
+
return this.z2;
|
|
19277
19275
|
},
|
|
19278
19276
|
set: function (a) {
|
|
19279
|
-
var b = this.
|
|
19280
|
-
this.
|
|
19281
|
-
if (b != this.
|
|
19282
|
-
this.
|
|
19277
|
+
var b = this.z2;
|
|
19278
|
+
this.z2 = a;
|
|
19279
|
+
if (b != this.z2) {
|
|
19280
|
+
this.xm("ActualBorder", b, this.z2);
|
|
19283
19281
|
}
|
|
19284
19282
|
},
|
|
19285
19283
|
enumerable: false,
|
|
@@ -19287,27 +19285,27 @@
|
|
|
19287
19285
|
});
|
|
19288
19286
|
Object.defineProperty(DataGrid.prototype, "border", {
|
|
19289
19287
|
get: function () {
|
|
19290
|
-
return this.
|
|
19288
|
+
return this.z4;
|
|
19291
19289
|
},
|
|
19292
19290
|
set: function (a) {
|
|
19293
|
-
var b = this.
|
|
19294
|
-
this.
|
|
19295
|
-
if (b != this.
|
|
19296
|
-
this.
|
|
19291
|
+
var b = this.z4;
|
|
19292
|
+
this.z4 = a;
|
|
19293
|
+
if (b != this.z4) {
|
|
19294
|
+
this.xm("Border", b, this.z4);
|
|
19297
19295
|
}
|
|
19298
19296
|
},
|
|
19299
19297
|
enumerable: false,
|
|
19300
19298
|
configurable: true
|
|
19301
19299
|
});
|
|
19302
|
-
Object.defineProperty(DataGrid.prototype, "
|
|
19300
|
+
Object.defineProperty(DataGrid.prototype, "acs", {
|
|
19303
19301
|
get: function () {
|
|
19304
|
-
return this.
|
|
19302
|
+
return this.acm;
|
|
19305
19303
|
},
|
|
19306
19304
|
set: function (a) {
|
|
19307
|
-
var b = this.
|
|
19308
|
-
this.
|
|
19309
|
-
if (b != this.
|
|
19310
|
-
this.
|
|
19305
|
+
var b = this.acm;
|
|
19306
|
+
this.acm = a;
|
|
19307
|
+
if (b != this.acm) {
|
|
19308
|
+
this.xm("DefaultBorderWidth", b, this.acm);
|
|
19311
19309
|
}
|
|
19312
19310
|
},
|
|
19313
19311
|
enumerable: false,
|
|
@@ -19315,13 +19313,13 @@
|
|
|
19315
19313
|
});
|
|
19316
19314
|
Object.defineProperty(DataGrid.prototype, "actualBorderWidth", {
|
|
19317
19315
|
get: function () {
|
|
19318
|
-
return this.
|
|
19316
|
+
return this.ack;
|
|
19319
19317
|
},
|
|
19320
19318
|
set: function (a) {
|
|
19321
|
-
var b = this.
|
|
19322
|
-
this.
|
|
19323
|
-
if (b != this.
|
|
19324
|
-
this.
|
|
19319
|
+
var b = this.ack;
|
|
19320
|
+
this.ack = a;
|
|
19321
|
+
if (b != this.ack) {
|
|
19322
|
+
this.xm("ActualBorderWidth", b, this.ack);
|
|
19325
19323
|
}
|
|
19326
19324
|
},
|
|
19327
19325
|
enumerable: false,
|
|
@@ -19329,13 +19327,13 @@
|
|
|
19329
19327
|
});
|
|
19330
19328
|
Object.defineProperty(DataGrid.prototype, "borderWidth", {
|
|
19331
19329
|
get: function () {
|
|
19332
|
-
return this.
|
|
19330
|
+
return this.acl;
|
|
19333
19331
|
},
|
|
19334
19332
|
set: function (a) {
|
|
19335
|
-
var b = this.
|
|
19336
|
-
this.
|
|
19337
|
-
if (b != this.
|
|
19338
|
-
this.
|
|
19333
|
+
var b = this.acl;
|
|
19334
|
+
this.acl = a;
|
|
19335
|
+
if (b != this.acl) {
|
|
19336
|
+
this.xm("BorderWidth", b, this.acl);
|
|
19339
19337
|
}
|
|
19340
19338
|
},
|
|
19341
19339
|
enumerable: false,
|
|
@@ -19349,21 +19347,21 @@
|
|
|
19349
19347
|
var b = this.ih;
|
|
19350
19348
|
this.ih = a;
|
|
19351
19349
|
if (b != this.ih) {
|
|
19352
|
-
this.
|
|
19350
|
+
this.xm("NotifyOnAllSelectionChanges", b, this.ih);
|
|
19353
19351
|
}
|
|
19354
19352
|
},
|
|
19355
19353
|
enumerable: false,
|
|
19356
19354
|
configurable: true
|
|
19357
19355
|
});
|
|
19358
|
-
Object.defineProperty(DataGrid.prototype, "
|
|
19356
|
+
Object.defineProperty(DataGrid.prototype, "z0", {
|
|
19359
19357
|
get: function () {
|
|
19360
|
-
return this.
|
|
19358
|
+
return this.zw;
|
|
19361
19359
|
},
|
|
19362
19360
|
set: function (a) {
|
|
19363
|
-
var b = this.
|
|
19364
|
-
this.
|
|
19365
|
-
if (b != this.
|
|
19366
|
-
this.
|
|
19361
|
+
var b = this.zw;
|
|
19362
|
+
this.zw = a;
|
|
19363
|
+
if (b != this.zw) {
|
|
19364
|
+
this.xm("DefaultCornerRadius", b, this.zw);
|
|
19367
19365
|
}
|
|
19368
19366
|
},
|
|
19369
19367
|
enumerable: false,
|
|
@@ -19371,13 +19369,13 @@
|
|
|
19371
19369
|
});
|
|
19372
19370
|
Object.defineProperty(DataGrid.prototype, "cornerRadius", {
|
|
19373
19371
|
get: function () {
|
|
19374
|
-
return this.
|
|
19372
|
+
return this.zv;
|
|
19375
19373
|
},
|
|
19376
19374
|
set: function (a) {
|
|
19377
|
-
var b = this.
|
|
19378
|
-
this.
|
|
19379
|
-
if (b != this.
|
|
19380
|
-
this.
|
|
19375
|
+
var b = this.zv;
|
|
19376
|
+
this.zv = a;
|
|
19377
|
+
if (b != this.zv) {
|
|
19378
|
+
this.xm("CornerRadius", b, this.zv);
|
|
19381
19379
|
}
|
|
19382
19380
|
},
|
|
19383
19381
|
enumerable: false,
|
|
@@ -19385,13 +19383,13 @@
|
|
|
19385
19383
|
});
|
|
19386
19384
|
Object.defineProperty(DataGrid.prototype, "actualCornerRadius", {
|
|
19387
19385
|
get: function () {
|
|
19388
|
-
return this.
|
|
19386
|
+
return this.zu;
|
|
19389
19387
|
},
|
|
19390
19388
|
set: function (a) {
|
|
19391
|
-
var b = this.
|
|
19392
|
-
this.
|
|
19393
|
-
if (b != this.
|
|
19394
|
-
this.
|
|
19389
|
+
var b = this.zu;
|
|
19390
|
+
this.zu = a;
|
|
19391
|
+
if (b != this.zu) {
|
|
19392
|
+
this.xm("ActualCornerRadius", b, this.zu);
|
|
19395
19393
|
}
|
|
19396
19394
|
},
|
|
19397
19395
|
enumerable: false,
|
|
@@ -19405,7 +19403,7 @@
|
|
|
19405
19403
|
var b = this.ht;
|
|
19406
19404
|
this.ht = a;
|
|
19407
19405
|
if (this.ht != b) {
|
|
19408
|
-
this.
|
|
19406
|
+
this.xm("IsActiveCellStyleEnabled", b, this.ht);
|
|
19409
19407
|
}
|
|
19410
19408
|
},
|
|
19411
19409
|
enumerable: false,
|
|
@@ -19419,7 +19417,7 @@
|
|
|
19419
19417
|
var b = this.iv;
|
|
19420
19418
|
this.iv = a;
|
|
19421
19419
|
if (b != this.iv) {
|
|
19422
|
-
this.
|
|
19420
|
+
this.xm("StopPropagation", b, this.iv);
|
|
19423
19421
|
}
|
|
19424
19422
|
},
|
|
19425
19423
|
enumerable: false,
|
|
@@ -19427,13 +19425,13 @@
|
|
|
19427
19425
|
});
|
|
19428
19426
|
Object.defineProperty(DataGrid.prototype, "actualBackground", {
|
|
19429
19427
|
get: function () {
|
|
19430
|
-
return this.
|
|
19428
|
+
return this.z1;
|
|
19431
19429
|
},
|
|
19432
19430
|
set: function (a) {
|
|
19433
|
-
var b = this.
|
|
19434
|
-
this.
|
|
19435
|
-
if (b != this.
|
|
19436
|
-
this.
|
|
19431
|
+
var b = this.z1;
|
|
19432
|
+
this.z1 = a;
|
|
19433
|
+
if (b != this.z1) {
|
|
19434
|
+
this.xm("ActualBackground", b, this.z1);
|
|
19437
19435
|
}
|
|
19438
19436
|
},
|
|
19439
19437
|
enumerable: false,
|
|
@@ -19441,13 +19439,13 @@
|
|
|
19441
19439
|
});
|
|
19442
19440
|
Object.defineProperty(DataGrid.prototype, "background", {
|
|
19443
19441
|
get: function () {
|
|
19444
|
-
return this.
|
|
19442
|
+
return this.z3;
|
|
19445
19443
|
},
|
|
19446
19444
|
set: function (a) {
|
|
19447
|
-
var b = this.
|
|
19448
|
-
this.
|
|
19449
|
-
if (b != this.
|
|
19450
|
-
this.
|
|
19445
|
+
var b = this.z3;
|
|
19446
|
+
this.z3 = a;
|
|
19447
|
+
if (b != this.z3) {
|
|
19448
|
+
this.xm("Background", b, this.z3);
|
|
19451
19449
|
}
|
|
19452
19450
|
},
|
|
19453
19451
|
enumerable: false,
|
|
@@ -19469,12 +19467,12 @@
|
|
|
19469
19467
|
},
|
|
19470
19468
|
set: function (a) {
|
|
19471
19469
|
this.e3 = a;
|
|
19472
|
-
this.
|
|
19470
|
+
this.xo(this.e3);
|
|
19473
19471
|
},
|
|
19474
19472
|
enumerable: false,
|
|
19475
19473
|
configurable: true
|
|
19476
19474
|
});
|
|
19477
|
-
DataGrid.prototype.
|
|
19475
|
+
DataGrid.prototype.xo = function (a) {
|
|
19478
19476
|
if (a != null) {
|
|
19479
19477
|
a.refresh(this.model, false);
|
|
19480
19478
|
}
|
|
@@ -19672,7 +19670,7 @@
|
|
|
19672
19670
|
this.gh = a;
|
|
19673
19671
|
this.iw = true;
|
|
19674
19672
|
if (b != this.gh) {
|
|
19675
|
-
this.
|
|
19673
|
+
this.xm("SummaryScope", igniteuiWebcomponentsCore.enumGetBox(SummaryScope_$type, b), igniteuiWebcomponentsCore.enumGetBox(SummaryScope_$type, this.gh));
|
|
19676
19674
|
}
|
|
19677
19675
|
},
|
|
19678
19676
|
enumerable: false,
|
|
@@ -19687,7 +19685,7 @@
|
|
|
19687
19685
|
this.hz = a;
|
|
19688
19686
|
this.h0 = true;
|
|
19689
19687
|
if (b != this.hz) {
|
|
19690
|
-
this.
|
|
19688
|
+
this.xm("IsGroupCollapsable", b, this.hz);
|
|
19691
19689
|
}
|
|
19692
19690
|
},
|
|
19693
19691
|
enumerable: false,
|
|
@@ -19702,7 +19700,7 @@
|
|
|
19702
19700
|
this.es = a;
|
|
19703
19701
|
this.ho = true;
|
|
19704
19702
|
if (b != this.es) {
|
|
19705
|
-
this.
|
|
19703
|
+
this.xm("GroupHeaderDisplayMode", igniteuiWebcomponentsCore.enumGetBox(GroupHeaderDisplayMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(GroupHeaderDisplayMode_$type, this.es));
|
|
19706
19704
|
}
|
|
19707
19705
|
},
|
|
19708
19706
|
enumerable: false,
|
|
@@ -19717,7 +19715,7 @@
|
|
|
19717
19715
|
this.h1 = a;
|
|
19718
19716
|
this.h2 = true;
|
|
19719
19717
|
if (b != this.h1) {
|
|
19720
|
-
this.
|
|
19718
|
+
this.xm("IsGroupExpandedDefault", b, this.h1);
|
|
19721
19719
|
}
|
|
19722
19720
|
},
|
|
19723
19721
|
enumerable: false,
|
|
@@ -19732,7 +19730,7 @@
|
|
|
19732
19730
|
this.eu = a;
|
|
19733
19731
|
this.hp = true;
|
|
19734
19732
|
if (b != this.eu) {
|
|
19735
|
-
this.
|
|
19733
|
+
this.xm("GroupSummaryDisplayMode", igniteuiWebcomponentsCore.enumGetBox(GroupSummaryDisplayMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(GroupSummaryDisplayMode_$type, this.eu));
|
|
19736
19734
|
}
|
|
19737
19735
|
},
|
|
19738
19736
|
enumerable: false,
|
|
@@ -19748,18 +19746,18 @@
|
|
|
19748
19746
|
enumerable: false,
|
|
19749
19747
|
configurable: true
|
|
19750
19748
|
});
|
|
19751
|
-
DataGrid.prototype.
|
|
19749
|
+
DataGrid.prototype.xm = function (a, b, c) {
|
|
19752
19750
|
if (this.propertyChanged != null) {
|
|
19753
19751
|
this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
|
|
19754
19752
|
}
|
|
19755
|
-
this.
|
|
19753
|
+
this.x9(a, b, c);
|
|
19756
19754
|
if (this.postPropertyChanged != null) {
|
|
19757
19755
|
this.postPropertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
|
|
19758
19756
|
}
|
|
19759
19757
|
};
|
|
19760
|
-
DataGrid.prototype.
|
|
19758
|
+
DataGrid.prototype.yu = function () {
|
|
19761
19759
|
};
|
|
19762
|
-
DataGrid.prototype.
|
|
19760
|
+
DataGrid.prototype.ye = function () {
|
|
19763
19761
|
var _this = this;
|
|
19764
19762
|
if (this.l2 == 0) {
|
|
19765
19763
|
return;
|
|
@@ -19776,7 +19774,7 @@
|
|
|
19776
19774
|
this.renderingEngine.invalidateVisibility(function () { return _this.gk.t(_this); });
|
|
19777
19775
|
this.renderingEngine.refresh(this.model, false);
|
|
19778
19776
|
};
|
|
19779
|
-
DataGrid.prototype.
|
|
19777
|
+
DataGrid.prototype.yf = function () {
|
|
19780
19778
|
var _this = this;
|
|
19781
19779
|
if (this.hs) {
|
|
19782
19780
|
this.vg();
|
|
@@ -19794,7 +19792,7 @@
|
|
|
19794
19792
|
DataGrid.prototype.vg = function () {
|
|
19795
19793
|
if (this.hs) {
|
|
19796
19794
|
this.hs = false;
|
|
19797
|
-
this.
|
|
19795
|
+
this.ye();
|
|
19798
19796
|
this.invalidateVisibleRows();
|
|
19799
19797
|
}
|
|
19800
19798
|
};
|
|
@@ -19831,7 +19829,7 @@
|
|
|
19831
19829
|
var b = this.x;
|
|
19832
19830
|
this.x = a;
|
|
19833
19831
|
if (this.x != b) {
|
|
19834
|
-
this.
|
|
19832
|
+
this.xm("ActualDataSource", b, this.x);
|
|
19835
19833
|
}
|
|
19836
19834
|
},
|
|
19837
19835
|
enumerable: false,
|
|
@@ -19845,7 +19843,7 @@
|
|
|
19845
19843
|
var b = this.d;
|
|
19846
19844
|
this.d = a;
|
|
19847
19845
|
if (this.d != b) {
|
|
19848
|
-
this.
|
|
19846
|
+
this.xm("PrimaryKey", b, this.d);
|
|
19849
19847
|
}
|
|
19850
19848
|
},
|
|
19851
19849
|
enumerable: false,
|
|
@@ -19859,7 +19857,7 @@
|
|
|
19859
19857
|
var b = this.a;
|
|
19860
19858
|
this.a = a;
|
|
19861
19859
|
if (this.a != b) {
|
|
19862
|
-
this.
|
|
19860
|
+
this.xm("ActualPrimaryKey", b, this.a);
|
|
19863
19861
|
}
|
|
19864
19862
|
},
|
|
19865
19863
|
enumerable: false,
|
|
@@ -19875,7 +19873,7 @@
|
|
|
19875
19873
|
enumerable: false,
|
|
19876
19874
|
configurable: true
|
|
19877
19875
|
});
|
|
19878
|
-
DataGrid.prototype.
|
|
19876
|
+
DataGrid.prototype.x9 = function (a, b, c) {
|
|
19879
19877
|
var _this = this;
|
|
19880
19878
|
if (a == "ItemsSource") {
|
|
19881
19879
|
if (this.x != null) {
|
|
@@ -19959,7 +19957,7 @@
|
|
|
19959
19957
|
this.actualPrimaryKey = this.n();
|
|
19960
19958
|
if (this.x.actualSchema != null) {
|
|
19961
19959
|
if (this.renderingEngine != null) {
|
|
19962
|
-
this.
|
|
19960
|
+
this.ya();
|
|
19963
19961
|
}
|
|
19964
19962
|
this.delayedExecutionManager.executeIn(function () { return _this.w4(); }, 0);
|
|
19965
19963
|
this.e7.setDataSource(this.x);
|
|
@@ -19968,8 +19966,8 @@
|
|
|
19968
19966
|
this.jh = true;
|
|
19969
19967
|
this.iy = true;
|
|
19970
19968
|
this.ix = true;
|
|
19971
|
-
this.
|
|
19972
|
-
this.
|
|
19969
|
+
this.zj(this.selectedItems, this.selectedKeys);
|
|
19970
|
+
this.zj(this.pinnedItems, this.pinnedKeys);
|
|
19973
19971
|
this.f6.a2();
|
|
19974
19972
|
this.ji = false;
|
|
19975
19973
|
this.jh = false;
|
|
@@ -20007,7 +20005,7 @@
|
|
|
20007
20005
|
break;
|
|
20008
20006
|
}
|
|
20009
20007
|
}
|
|
20010
|
-
this.
|
|
20008
|
+
this.zl();
|
|
20011
20009
|
}
|
|
20012
20010
|
}
|
|
20013
20011
|
if (a == "AutoGenerateColumns") {
|
|
@@ -20109,11 +20107,11 @@
|
|
|
20109
20107
|
var p = b;
|
|
20110
20108
|
var q = c;
|
|
20111
20109
|
if (p != null) {
|
|
20112
|
-
p.definitionPropertyUpdated = igniteuiWebcomponentsCore.delegateRemove(p.definitionPropertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.
|
|
20110
|
+
p.definitionPropertyUpdated = igniteuiWebcomponentsCore.delegateRemove(p.definitionPropertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.yy));
|
|
20113
20111
|
p.grid = null;
|
|
20114
20112
|
}
|
|
20115
20113
|
if (q != null) {
|
|
20116
|
-
q.definitionPropertyUpdated = igniteuiWebcomponentsCore.delegateCombine(q.definitionPropertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.
|
|
20114
|
+
q.definitionPropertyUpdated = igniteuiWebcomponentsCore.delegateCombine(q.definitionPropertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.yy));
|
|
20117
20115
|
q.grid = this;
|
|
20118
20116
|
}
|
|
20119
20117
|
if (this.k8()) {
|
|
@@ -20189,27 +20187,27 @@
|
|
|
20189
20187
|
if (a == "ActualRowHeight" || a == "ActualHeaderHeight" || a == "RowSeparatorHeight" || a == "IsGroupRowSticky" || a == "IsHeaderSeparatorVisible" || a == "ShiftSectionContent" || a == "PinnedAreaSeparatorWidth" || a == "MergedCellMode" || a == "MergedCellEvaluationCriteria") {
|
|
20190
20188
|
this.j6 = this.k7();
|
|
20191
20189
|
if (this.k8()) {
|
|
20192
|
-
this.
|
|
20190
|
+
this.ye();
|
|
20193
20191
|
}
|
|
20194
20192
|
}
|
|
20195
20193
|
if (a == "DefaultColumnWidth" || a == "DefaultColumnMinWidth" || a == "Inset" || a == "HeaderSeparatorWidth") {
|
|
20196
20194
|
if (this.model != null && this.model.b9 != null && this.model.b9.count > 0) {
|
|
20197
|
-
this.
|
|
20195
|
+
this.ye();
|
|
20198
20196
|
}
|
|
20199
20197
|
}
|
|
20200
20198
|
if (a == "SectionHeader") {
|
|
20201
20199
|
if (b != null) {
|
|
20202
20200
|
var z = igniteuiWebcomponentsCore.typeCast(SectionHeader.$, b);
|
|
20203
|
-
z.sectionHeaderPropertyUpdating = igniteuiWebcomponentsCore.delegateRemove(z.sectionHeaderPropertyUpdating, igniteuiWebcomponentsCore.runOn(this, this.
|
|
20201
|
+
z.sectionHeaderPropertyUpdating = igniteuiWebcomponentsCore.delegateRemove(z.sectionHeaderPropertyUpdating, igniteuiWebcomponentsCore.runOn(this, this.xv));
|
|
20204
20202
|
z.grid = null;
|
|
20205
20203
|
}
|
|
20206
20204
|
if (this.sectionHeader != null) {
|
|
20207
20205
|
var aa = this.sectionHeader;
|
|
20208
|
-
aa.sectionHeaderPropertyUpdating = igniteuiWebcomponentsCore.delegateCombine(aa.sectionHeaderPropertyUpdating, igniteuiWebcomponentsCore.runOn(this, this.
|
|
20206
|
+
aa.sectionHeaderPropertyUpdating = igniteuiWebcomponentsCore.delegateCombine(aa.sectionHeaderPropertyUpdating, igniteuiWebcomponentsCore.runOn(this, this.xv));
|
|
20209
20207
|
this.sectionHeader.grid = this;
|
|
20210
20208
|
}
|
|
20211
20209
|
this.model.b5 = true;
|
|
20212
|
-
this.
|
|
20210
|
+
this.ye();
|
|
20213
20211
|
}
|
|
20214
20212
|
if (a == "PinnedAreaSeparator") {
|
|
20215
20213
|
if (b != null) {
|
|
@@ -20219,7 +20217,7 @@
|
|
|
20219
20217
|
if (this.pinnedAreaSeparator != null) {
|
|
20220
20218
|
this.pinnedAreaSeparator.grid = this;
|
|
20221
20219
|
}
|
|
20222
|
-
this.
|
|
20220
|
+
this.ye();
|
|
20223
20221
|
}
|
|
20224
20222
|
if (a == "ActiveCell") {
|
|
20225
20223
|
this.dh = igniteuiWebcomponentsCore.typeCast(GridCellPosition.$, b);
|
|
@@ -20305,7 +20303,7 @@
|
|
|
20305
20303
|
break;
|
|
20306
20304
|
}
|
|
20307
20305
|
}
|
|
20308
|
-
this.
|
|
20306
|
+
this.ye();
|
|
20309
20307
|
}
|
|
20310
20308
|
if (a == "Density" || a == "RowHeight") {
|
|
20311
20309
|
this.w5();
|
|
@@ -20316,10 +20314,10 @@
|
|
|
20316
20314
|
this.externalGrid.setScrollerVerticalTrackInset(this.actualHeaderHeight + this.rowSeparatorHeight + af);
|
|
20317
20315
|
}
|
|
20318
20316
|
if (a == "DefaultBorderWidth" || a == "BorderWidth") {
|
|
20319
|
-
this.actualBorderWidth = this.
|
|
20317
|
+
this.actualBorderWidth = this.acr(this.borderWidth, this.acs);
|
|
20320
20318
|
}
|
|
20321
20319
|
if (a == "DefaultCornerRadius" || a == "CornerRadius") {
|
|
20322
|
-
this.actualCornerRadius = this.
|
|
20320
|
+
this.actualCornerRadius = this.zy(this.cornerRadius, this.z0);
|
|
20323
20321
|
}
|
|
20324
20322
|
if (a == "Border" || a == "Theme") {
|
|
20325
20323
|
this.actualBorder = this.border != null ? this.border : GridStyleRepository.s(this.theme, 28);
|
|
@@ -20331,10 +20329,10 @@
|
|
|
20331
20329
|
this.syncBorder();
|
|
20332
20330
|
}
|
|
20333
20331
|
if (a == "EditMode") {
|
|
20334
|
-
this.
|
|
20332
|
+
this.zl();
|
|
20335
20333
|
}
|
|
20336
20334
|
if (a == "FilterUIType") {
|
|
20337
|
-
this.
|
|
20335
|
+
this.ye();
|
|
20338
20336
|
var ag = this.j0() ? this.actualRowHeight + this.rowSeparatorHeight : 0;
|
|
20339
20337
|
this.externalGrid.setScrollerVerticalTrackInset(this.actualHeaderHeight + this.rowSeparatorHeight + ag);
|
|
20340
20338
|
}
|
|
@@ -20348,7 +20346,7 @@
|
|
|
20348
20346
|
this.externalGrid.setBackground(this.actualBackground);
|
|
20349
20347
|
}
|
|
20350
20348
|
};
|
|
20351
|
-
DataGrid.prototype.
|
|
20349
|
+
DataGrid.prototype.zl = function () {
|
|
20352
20350
|
if (this.z != null) {
|
|
20353
20351
|
if (this.editMode == 2 || this.editMode == 3) {
|
|
20354
20352
|
this.z.isBatchingEnabled = true;
|
|
@@ -20358,10 +20356,10 @@
|
|
|
20358
20356
|
}
|
|
20359
20357
|
}
|
|
20360
20358
|
};
|
|
20361
|
-
DataGrid.prototype.
|
|
20359
|
+
DataGrid.prototype.zy = function (a, b) {
|
|
20362
20360
|
return new igniteuiWebcomponentsCore.CornerRadius(1, !igniteuiWebcomponentsCore.isNaN_(a.d) ? a.d : b.d, !igniteuiWebcomponentsCore.isNaN_(a.e) ? a.e : b.e, !igniteuiWebcomponentsCore.isNaN_(a.c) ? a.c : b.c, !igniteuiWebcomponentsCore.isNaN_(a.b) ? a.b : b.b);
|
|
20363
20361
|
};
|
|
20364
|
-
DataGrid.prototype.
|
|
20362
|
+
DataGrid.prototype.acr = function (a, b) {
|
|
20365
20363
|
return new igniteuiWebcomponentsCore.Thickness(1, !igniteuiWebcomponentsCore.isNaN_(a.left) ? a.left : b.left, !igniteuiWebcomponentsCore.isNaN_(a.top) ? a.top : b.top, !igniteuiWebcomponentsCore.isNaN_(a.right) ? a.right : b.right, !igniteuiWebcomponentsCore.isNaN_(a.bottom) ? a.bottom : b.bottom);
|
|
20366
20364
|
};
|
|
20367
20365
|
DataGrid.prototype.syncBorder = function () {
|
|
@@ -20441,16 +20439,16 @@
|
|
|
20441
20439
|
}
|
|
20442
20440
|
this.c6.r(this, null, b.propertyName, b.animationType, b.oldValue, b.newValue, 8);
|
|
20443
20441
|
};
|
|
20444
|
-
DataGrid.prototype.
|
|
20445
|
-
this.
|
|
20442
|
+
DataGrid.prototype.yy = function (a, b) {
|
|
20443
|
+
this.yz(b.propertyName, b.animationType, b.oldValue, b.newValue, false);
|
|
20446
20444
|
};
|
|
20447
20445
|
DataGrid.prototype.vi = function (a, b) {
|
|
20448
|
-
this.
|
|
20446
|
+
this.yz(b.propertyName, b.animationType, b.oldValue, b.newValue, true);
|
|
20449
20447
|
};
|
|
20450
20448
|
DataGrid.prototype.vj = function (a, b) {
|
|
20451
20449
|
this.vk(b.propertyName, b.animationType, b.oldValue, b.newValue);
|
|
20452
20450
|
};
|
|
20453
|
-
DataGrid.prototype.
|
|
20451
|
+
DataGrid.prototype.yz = function (a, b, c, d, e) {
|
|
20454
20452
|
if (b == 10) {
|
|
20455
20453
|
return;
|
|
20456
20454
|
}
|
|
@@ -20475,7 +20473,7 @@
|
|
|
20475
20473
|
this.w4();
|
|
20476
20474
|
};
|
|
20477
20475
|
DataGrid.prototype.u4 = function (a, b) {
|
|
20478
|
-
this.
|
|
20476
|
+
this.xp();
|
|
20479
20477
|
};
|
|
20480
20478
|
DataGrid.prototype.rg = function (a) {
|
|
20481
20479
|
var b = "";
|
|
@@ -20489,7 +20487,7 @@
|
|
|
20489
20487
|
b += igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.DataSourceSummaryOperand_$type, a.operand);
|
|
20490
20488
|
return b;
|
|
20491
20489
|
};
|
|
20492
|
-
DataGrid.prototype.
|
|
20490
|
+
DataGrid.prototype.xp = function () {
|
|
20493
20491
|
this.vc();
|
|
20494
20492
|
if (this.summaryDescriptions.j.count > 0 && this.rootSummariesChanged != null) {
|
|
20495
20493
|
this.rootSummariesChanged(this, new igniteuiWebcomponentsCore.DataSourceRootSummariesChangedEventArgs());
|
|
@@ -20528,19 +20526,19 @@
|
|
|
20528
20526
|
DataGrid.prototype.w4 = function () {
|
|
20529
20527
|
this.e7.setDataSource(this.x);
|
|
20530
20528
|
this.az.d = this.x.actualSchema;
|
|
20531
|
-
this.
|
|
20529
|
+
this.zm();
|
|
20532
20530
|
this.vc();
|
|
20533
20531
|
for (var a = 0; a < this.groupDescriptions.j.count; a++) {
|
|
20534
|
-
this.
|
|
20532
|
+
this.yv(this.groupDescriptions.j.item(a));
|
|
20535
20533
|
}
|
|
20536
20534
|
for (var b = 0; b < this.summaryDescriptions.j.count; b++) {
|
|
20537
|
-
this.
|
|
20535
|
+
this.yw(this.summaryDescriptions.j.item(b));
|
|
20538
20536
|
}
|
|
20539
20537
|
if (this.hs) {
|
|
20540
20538
|
this.vg();
|
|
20541
20539
|
}
|
|
20542
20540
|
else {
|
|
20543
|
-
this.
|
|
20541
|
+
this.ye();
|
|
20544
20542
|
this.invalidateVisibleRows();
|
|
20545
20543
|
}
|
|
20546
20544
|
};
|
|
@@ -20575,7 +20573,7 @@
|
|
|
20575
20573
|
this.ml = a;
|
|
20576
20574
|
this.mk = b;
|
|
20577
20575
|
this.fp.y(a, b);
|
|
20578
|
-
this.
|
|
20576
|
+
this.ye();
|
|
20579
20577
|
if (this.sizeChanged != null) {
|
|
20580
20578
|
this.sizeChanged(this, ((function () {
|
|
20581
20579
|
var $ret = new GridSizeChangedEventArgs();
|
|
@@ -20603,7 +20601,7 @@
|
|
|
20603
20601
|
if (f.x != this.model.actualVisibleRegion.x || f.y != this.model.actualVisibleRegion.y || f.width != this.model.actualVisibleRegion.width || f.height != this.model.actualVisibleRegion.height) {
|
|
20604
20602
|
var g_1 = this.model.actualVisibleRegion;
|
|
20605
20603
|
this.model.actualVisibleRegion = f;
|
|
20606
|
-
this.
|
|
20604
|
+
this.yf();
|
|
20607
20605
|
if (this.viewportChanged != null) {
|
|
20608
20606
|
this.viewportChanged(this, ((function () {
|
|
20609
20607
|
var $ret = new GridViewportChangedEventArgs();
|
|
@@ -20634,14 +20632,14 @@
|
|
|
20634
20632
|
enumerable: false,
|
|
20635
20633
|
configurable: true
|
|
20636
20634
|
});
|
|
20637
|
-
DataGrid.prototype.
|
|
20635
|
+
DataGrid.prototype.xi = function (a, b, c) {
|
|
20638
20636
|
var d = this.cj(a.l);
|
|
20639
20637
|
a.a2 = true;
|
|
20640
20638
|
d.en(a, this, b, c);
|
|
20641
20639
|
a.a2 = false;
|
|
20642
20640
|
d.ep(a, this, b, c);
|
|
20643
20641
|
};
|
|
20644
|
-
DataGrid.prototype.
|
|
20642
|
+
DataGrid.prototype.xh = function (a, b, c, d) {
|
|
20645
20643
|
var e = this.cj(a.l);
|
|
20646
20644
|
if (!igniteuiWebcomponentsCore.Base.equalsStatic(d, a.k8)) {
|
|
20647
20645
|
a.k8 = d;
|
|
@@ -20700,7 +20698,7 @@
|
|
|
20700
20698
|
this.externalGrid.removeExternalColumn(b.externalObject);
|
|
20701
20699
|
this.wp(a);
|
|
20702
20700
|
}
|
|
20703
|
-
this.
|
|
20701
|
+
this.ye();
|
|
20704
20702
|
if (this.jp(a)) {
|
|
20705
20703
|
var f = this.model.h(b.lb).a;
|
|
20706
20704
|
b.hw = 2;
|
|
@@ -20753,7 +20751,7 @@
|
|
|
20753
20751
|
this.w0();
|
|
20754
20752
|
break;
|
|
20755
20753
|
}
|
|
20756
|
-
this.
|
|
20754
|
+
this.ye();
|
|
20757
20755
|
if (!this.ig) {
|
|
20758
20756
|
this.ig = true;
|
|
20759
20757
|
this.delayedExecutionManager.executeIn(function () {
|
|
@@ -20777,7 +20775,7 @@
|
|
|
20777
20775
|
b.columnCellsPropertyUpdating = igniteuiWebcomponentsCore.delegateRemove(b.columnCellsPropertyUpdating, igniteuiWebcomponentsCore.runOn(this, this.ux));
|
|
20778
20776
|
b.columnHeaderCellsPropertyUpdating = igniteuiWebcomponentsCore.delegateRemove(b.columnHeaderCellsPropertyUpdating, igniteuiWebcomponentsCore.runOn(this, this.u0));
|
|
20779
20777
|
this.gc.v(this.d2, a, b, this.model);
|
|
20780
|
-
this.
|
|
20778
|
+
this.ye();
|
|
20781
20779
|
b.hw = 0;
|
|
20782
20780
|
this.f6.ag(a, b);
|
|
20783
20781
|
};
|
|
@@ -20793,11 +20791,11 @@
|
|
|
20793
20791
|
if (this.jn(b) && !b.j1 && b.hw != 3) {
|
|
20794
20792
|
var c = b.hw;
|
|
20795
20793
|
b.hw = 1;
|
|
20796
|
-
this.
|
|
20794
|
+
this.ye();
|
|
20797
20795
|
this.c6.ar(this, this.columnAnimationSettings, this.model.h(b.lb), true, c);
|
|
20798
20796
|
}
|
|
20799
20797
|
else {
|
|
20800
|
-
this.
|
|
20798
|
+
this.ye();
|
|
20801
20799
|
}
|
|
20802
20800
|
for (var d = 0; d < this.sortDescriptions.j.count; d++) {
|
|
20803
20801
|
if (b.mr == this.sortDescriptions.j.item(d).f) {
|
|
@@ -20817,7 +20815,7 @@
|
|
|
20817
20815
|
}
|
|
20818
20816
|
}
|
|
20819
20817
|
if (b == "Width" || b == "MinWidth" || b == "Pinned") {
|
|
20820
|
-
this.
|
|
20818
|
+
this.ye();
|
|
20821
20819
|
this.uv();
|
|
20822
20820
|
if (b == "Width") {
|
|
20823
20821
|
this.w1(a, d, e);
|
|
@@ -20875,7 +20873,7 @@
|
|
|
20875
20873
|
}
|
|
20876
20874
|
this.c6.s(this, f, b, c, d, e, false, false, false, false);
|
|
20877
20875
|
};
|
|
20878
|
-
DataGrid.prototype.
|
|
20876
|
+
DataGrid.prototype.xv = function (a, b, c, d, e) {
|
|
20879
20877
|
if (c == 10) {
|
|
20880
20878
|
return;
|
|
20881
20879
|
}
|
|
@@ -21098,7 +21096,7 @@
|
|
|
21098
21096
|
if (!this.jr(c) && d != 3) {
|
|
21099
21097
|
c.hw = 5;
|
|
21100
21098
|
}
|
|
21101
|
-
this.
|
|
21099
|
+
this.ye();
|
|
21102
21100
|
if (this.jr(c)) {
|
|
21103
21101
|
c.hw = 6;
|
|
21104
21102
|
this.c6.al(this, this.columnAnimationSettings, this.model.h(c.lb), d);
|
|
@@ -21110,14 +21108,14 @@
|
|
|
21110
21108
|
switch (b.propertyName) {
|
|
21111
21109
|
case "Filter":
|
|
21112
21110
|
case "FilterExpression":
|
|
21113
|
-
this.
|
|
21111
|
+
this.zm();
|
|
21114
21112
|
break;
|
|
21115
21113
|
case "IsHidden":
|
|
21116
21114
|
if (c.j1) {
|
|
21117
21115
|
if (this.jq(c)) {
|
|
21118
21116
|
var d = c.hw;
|
|
21119
21117
|
c.hw = 2;
|
|
21120
|
-
this.
|
|
21118
|
+
this.ye();
|
|
21121
21119
|
this.c6.ak(this, this.columnAnimationSettings, this.model.h(c.lb), false, d);
|
|
21122
21120
|
}
|
|
21123
21121
|
else {
|
|
@@ -21126,21 +21124,21 @@
|
|
|
21126
21124
|
this.externalGrid.ensureColumnsAreManual();
|
|
21127
21125
|
this.externalGrid.removeExternalColumn(c.externalObject);
|
|
21128
21126
|
}
|
|
21129
|
-
this.
|
|
21127
|
+
this.ye();
|
|
21130
21128
|
}
|
|
21131
21129
|
}
|
|
21132
21130
|
else {
|
|
21133
21131
|
if (this.jx(c)) {
|
|
21134
21132
|
var e = c.hw;
|
|
21135
21133
|
c.hw = 1;
|
|
21136
|
-
this.
|
|
21134
|
+
this.ye();
|
|
21137
21135
|
this.c6.ar(this, this.columnAnimationSettings, this.model.h(c.lb), false, e);
|
|
21138
21136
|
}
|
|
21139
21137
|
else {
|
|
21140
21138
|
c.hw = 5;
|
|
21141
21139
|
this.c6.ai(this, this.model.h(c.lb));
|
|
21142
21140
|
this.dx.ab();
|
|
21143
|
-
this.
|
|
21141
|
+
this.ye();
|
|
21144
21142
|
}
|
|
21145
21143
|
}
|
|
21146
21144
|
if (this.columnHiddenChanged != null) {
|
|
@@ -21154,12 +21152,12 @@
|
|
|
21154
21152
|
break;
|
|
21155
21153
|
case "MergedCellMode":
|
|
21156
21154
|
if (this.k8()) {
|
|
21157
|
-
this.
|
|
21155
|
+
this.ye();
|
|
21158
21156
|
}
|
|
21159
21157
|
break;
|
|
21160
21158
|
}
|
|
21161
21159
|
};
|
|
21162
|
-
DataGrid.prototype.
|
|
21160
|
+
DataGrid.prototype.zm = function () {
|
|
21163
21161
|
if (this.actualDataSource == null) {
|
|
21164
21162
|
return;
|
|
21165
21163
|
}
|
|
@@ -21492,7 +21490,7 @@
|
|
|
21492
21490
|
this.nb = f;
|
|
21493
21491
|
this.viewportManager.moveViewportTo(f, e);
|
|
21494
21492
|
};
|
|
21495
|
-
DataGrid.prototype.
|
|
21493
|
+
DataGrid.prototype.y1 = function (a) {
|
|
21496
21494
|
var b = igniteuiWebcomponentsCore.truncate(a);
|
|
21497
21495
|
if (b < 0) {
|
|
21498
21496
|
b = 0;
|
|
@@ -21553,10 +21551,10 @@
|
|
|
21553
21551
|
}
|
|
21554
21552
|
this.c6.z(this, a, b, false);
|
|
21555
21553
|
if (this.e8.getRowCount() != this.model.c5()) {
|
|
21556
|
-
this.
|
|
21554
|
+
this.ye();
|
|
21557
21555
|
}
|
|
21558
21556
|
else {
|
|
21559
|
-
this.
|
|
21557
|
+
this.yf();
|
|
21560
21558
|
}
|
|
21561
21559
|
this.uv();
|
|
21562
21560
|
};
|
|
@@ -21576,7 +21574,7 @@
|
|
|
21576
21574
|
if (b < 0) {
|
|
21577
21575
|
b = 0;
|
|
21578
21576
|
}
|
|
21579
|
-
this.
|
|
21577
|
+
this.y1(b);
|
|
21580
21578
|
}
|
|
21581
21579
|
};
|
|
21582
21580
|
DataGrid.prototype.n0 = function (a) {
|
|
@@ -21599,7 +21597,7 @@
|
|
|
21599
21597
|
var a = this.gc.b(this.model.actualVisibleRegion.bottom - this.model.df, this.model);
|
|
21600
21598
|
return this.gc.i(this.model, a);
|
|
21601
21599
|
};
|
|
21602
|
-
DataGrid.prototype.
|
|
21600
|
+
DataGrid.prototype.x4 = function () {
|
|
21603
21601
|
var a = this.getFirstVisibleIndex();
|
|
21604
21602
|
var b = this.getLastVisibleIndex();
|
|
21605
21603
|
this.e8.firstVisibleIndexRequested = a;
|
|
@@ -21653,12 +21651,12 @@
|
|
|
21653
21651
|
DataGrid.prototype.va = function () {
|
|
21654
21652
|
if (this.hf) {
|
|
21655
21653
|
this.ji = true;
|
|
21656
|
-
this.
|
|
21654
|
+
this.zr(this.lp, this.lq, this.lr, this.ls);
|
|
21657
21655
|
this.ji = false;
|
|
21658
21656
|
}
|
|
21659
21657
|
this.hf = false;
|
|
21660
21658
|
};
|
|
21661
|
-
DataGrid.prototype.
|
|
21659
|
+
DataGrid.prototype.xt = function (a, b) {
|
|
21662
21660
|
if (a == null) {
|
|
21663
21661
|
var c = this.selectedKeys.ae.indexOf(b);
|
|
21664
21662
|
if (c > -1 && this.selectedItems.ae.count > 0) {
|
|
@@ -21681,7 +21679,7 @@
|
|
|
21681
21679
|
}
|
|
21682
21680
|
this.ji = false;
|
|
21683
21681
|
};
|
|
21684
|
-
DataGrid.prototype.
|
|
21682
|
+
DataGrid.prototype.xu = function (a, b) {
|
|
21685
21683
|
if (a == null) {
|
|
21686
21684
|
var c = this.selectedKeys.ae.indexOf(b);
|
|
21687
21685
|
if (c > -1 && this.selectedItems.ae.count > 0) {
|
|
@@ -21693,20 +21691,20 @@
|
|
|
21693
21691
|
}
|
|
21694
21692
|
this.ji = true;
|
|
21695
21693
|
if (!this.hf) {
|
|
21696
|
-
this.
|
|
21694
|
+
this.ys(a, b, true);
|
|
21697
21695
|
}
|
|
21698
21696
|
else {
|
|
21699
21697
|
this.lr.add1(a);
|
|
21700
21698
|
this.ls.add(b);
|
|
21701
21699
|
if (this.hg) {
|
|
21702
|
-
this.
|
|
21700
|
+
this.ys(a, b, false);
|
|
21703
21701
|
}
|
|
21704
21702
|
}
|
|
21705
21703
|
this.ji = false;
|
|
21706
21704
|
};
|
|
21707
|
-
DataGrid.prototype.
|
|
21705
|
+
DataGrid.prototype.x0 = function (a, b, c) {
|
|
21708
21706
|
this.ji = true;
|
|
21709
|
-
this.
|
|
21707
|
+
this.zq(a, b, c);
|
|
21710
21708
|
this.ji = false;
|
|
21711
21709
|
};
|
|
21712
21710
|
DataGrid.prototype.v6 = function (a, b, c) {
|
|
@@ -21822,7 +21820,7 @@
|
|
|
21822
21820
|
}
|
|
21823
21821
|
var i = Math.min(this.nm, e);
|
|
21824
21822
|
var j = Math.max(this.nm, e);
|
|
21825
|
-
this.
|
|
21823
|
+
this.za(i, j);
|
|
21826
21824
|
}
|
|
21827
21825
|
else if (this.selectionMode == 5 && a) {
|
|
21828
21826
|
if (this.nm == -1) {
|
|
@@ -21836,7 +21834,7 @@
|
|
|
21836
21834
|
k.k = Math.min(this.nl, this.model.b9._inner[f].n);
|
|
21837
21835
|
k.j = Math.max(this.nm, e);
|
|
21838
21836
|
k.i = Math.max(this.nl, this.model.b9._inner[f].n);
|
|
21839
|
-
this.
|
|
21837
|
+
this.y5(k);
|
|
21840
21838
|
}
|
|
21841
21839
|
else {
|
|
21842
21840
|
this.nm = -1;
|
|
@@ -21845,7 +21843,7 @@
|
|
|
21845
21843
|
this.lt.clear();
|
|
21846
21844
|
this.lu.clear();
|
|
21847
21845
|
}
|
|
21848
|
-
this.
|
|
21846
|
+
this.x1();
|
|
21849
21847
|
return true;
|
|
21850
21848
|
};
|
|
21851
21849
|
DataGrid.prototype.kp = function (a, b) {
|
|
@@ -22006,7 +22004,7 @@
|
|
|
22006
22004
|
else if (b >= this.n8()) {
|
|
22007
22005
|
b = this.gc.j(b, this.model);
|
|
22008
22006
|
if (this.model.b9._inner[b].d == 0) {
|
|
22009
|
-
this.
|
|
22007
|
+
this.y1(b);
|
|
22010
22008
|
}
|
|
22011
22009
|
}
|
|
22012
22010
|
if (!d) {
|
|
@@ -22109,8 +22107,8 @@
|
|
|
22109
22107
|
j.j = Math.max(this.nm, e);
|
|
22110
22108
|
j.i = Math.max(this.nl, h);
|
|
22111
22109
|
this.io = false;
|
|
22112
|
-
this.
|
|
22113
|
-
this.
|
|
22110
|
+
this.y5(j);
|
|
22111
|
+
this.x1();
|
|
22114
22112
|
}
|
|
22115
22113
|
else {
|
|
22116
22114
|
this.nl = -1;
|
|
@@ -22222,8 +22220,8 @@
|
|
|
22222
22220
|
j.j = Math.max(this.nm, e);
|
|
22223
22221
|
j.i = Math.max(this.nl, h);
|
|
22224
22222
|
this.io = false;
|
|
22225
|
-
this.
|
|
22226
|
-
this.
|
|
22223
|
+
this.y5(j);
|
|
22224
|
+
this.x1();
|
|
22227
22225
|
}
|
|
22228
22226
|
else {
|
|
22229
22227
|
this.nl = -1;
|
|
@@ -22231,9 +22229,47 @@
|
|
|
22231
22229
|
}
|
|
22232
22230
|
return true;
|
|
22233
22231
|
};
|
|
22232
|
+
DataGrid.prototype.xf = function (a, b) {
|
|
22233
|
+
if (!b) {
|
|
22234
|
+
return;
|
|
22235
|
+
}
|
|
22236
|
+
if (this.activationMode == 0) {
|
|
22237
|
+
return;
|
|
22238
|
+
}
|
|
22239
|
+
if (this.activeCell != null) {
|
|
22240
|
+
return;
|
|
22241
|
+
}
|
|
22242
|
+
if (this.e8 == null || this.e8.getRowCount() == 0 || this.actualColumns.count == 0) {
|
|
22243
|
+
return;
|
|
22244
|
+
}
|
|
22245
|
+
var c;
|
|
22246
|
+
var d;
|
|
22247
|
+
if (a) {
|
|
22248
|
+
c = this.e8.getRowCount() - 1;
|
|
22249
|
+
d = this.n6(true);
|
|
22250
|
+
}
|
|
22251
|
+
else {
|
|
22252
|
+
c = 0;
|
|
22253
|
+
d = this.n1(true);
|
|
22254
|
+
}
|
|
22255
|
+
var e = this.actualColumns._inner[d];
|
|
22256
|
+
this.activeCell = ((function () {
|
|
22257
|
+
var $ret = new GridCellPosition();
|
|
22258
|
+
$ret.b = c;
|
|
22259
|
+
$ret.d = e.mw();
|
|
22260
|
+
return $ret;
|
|
22261
|
+
})());
|
|
22262
|
+
this.us(c, this.model.b9._inner[d].n, false);
|
|
22263
|
+
};
|
|
22234
22264
|
DataGrid.prototype.k0 = function (a, b) {
|
|
22235
22265
|
if (this.activationMode == 0 || this.activeCell == null) {
|
|
22236
|
-
|
|
22266
|
+
if (a) {
|
|
22267
|
+
this.externalGrid.moveFocusPrevious();
|
|
22268
|
+
}
|
|
22269
|
+
else {
|
|
22270
|
+
this.externalGrid.moveFocusNext();
|
|
22271
|
+
}
|
|
22272
|
+
return true;
|
|
22237
22273
|
}
|
|
22238
22274
|
var c = this.ae.s();
|
|
22239
22275
|
var d = this.model.b9._inner[c].n;
|
|
@@ -22271,7 +22307,9 @@
|
|
|
22271
22307
|
p = this.actualColumns._inner[o];
|
|
22272
22308
|
}
|
|
22273
22309
|
else {
|
|
22274
|
-
|
|
22310
|
+
this.activeCell = null;
|
|
22311
|
+
this.externalGrid.moveFocusPrevious();
|
|
22312
|
+
return true;
|
|
22275
22313
|
}
|
|
22276
22314
|
}
|
|
22277
22315
|
d = this.model.b9._inner[o].n;
|
|
@@ -22304,7 +22342,9 @@
|
|
|
22304
22342
|
l = j != 1 && j != 2 && j != 4 && j != 5;
|
|
22305
22343
|
}
|
|
22306
22344
|
else {
|
|
22307
|
-
|
|
22345
|
+
this.activeCell = null;
|
|
22346
|
+
this.externalGrid.moveFocusNext();
|
|
22347
|
+
return true;
|
|
22308
22348
|
}
|
|
22309
22349
|
}
|
|
22310
22350
|
d = this.model.b9._inner[s].n;
|
|
@@ -22345,7 +22385,7 @@
|
|
|
22345
22385
|
}
|
|
22346
22386
|
return true;
|
|
22347
22387
|
};
|
|
22348
|
-
DataGrid.prototype.
|
|
22388
|
+
DataGrid.prototype.x5 = function () {
|
|
22349
22389
|
};
|
|
22350
22390
|
DataGrid.prototype.k1 = function (a, b) {
|
|
22351
22391
|
if (this.ck.j) {
|
|
@@ -22397,7 +22437,7 @@
|
|
|
22397
22437
|
}
|
|
22398
22438
|
var i = Math.min(this.nm, e);
|
|
22399
22439
|
var j = Math.max(this.nm, e);
|
|
22400
|
-
this.
|
|
22440
|
+
this.za(i, j);
|
|
22401
22441
|
}
|
|
22402
22442
|
else if (this.selectionMode == 5 && a) {
|
|
22403
22443
|
if (this.nm == -1) {
|
|
@@ -22411,7 +22451,7 @@
|
|
|
22411
22451
|
k.k = Math.min(this.nl, this.model.b9._inner[f].n);
|
|
22412
22452
|
k.j = Math.max(this.nm, e);
|
|
22413
22453
|
k.i = Math.max(this.nl, this.model.b9._inner[f].n);
|
|
22414
|
-
this.
|
|
22454
|
+
this.y5(k);
|
|
22415
22455
|
}
|
|
22416
22456
|
else {
|
|
22417
22457
|
this.nm = -1;
|
|
@@ -22420,7 +22460,7 @@
|
|
|
22420
22460
|
this.lt.clear();
|
|
22421
22461
|
this.lu.clear();
|
|
22422
22462
|
}
|
|
22423
|
-
this.
|
|
22463
|
+
this.x1();
|
|
22424
22464
|
return true;
|
|
22425
22465
|
};
|
|
22426
22466
|
DataGrid.prototype.kq = function (a, b) {
|
|
@@ -22449,7 +22489,7 @@
|
|
|
22449
22489
|
if (this.activationMode != 0 && this.activeCell != null) {
|
|
22450
22490
|
var c = this.e8.getRowType(this.activeCell.b);
|
|
22451
22491
|
if (c == 1) {
|
|
22452
|
-
this.
|
|
22492
|
+
this.zo(this.activeCell.b);
|
|
22453
22493
|
}
|
|
22454
22494
|
else if (this.jy() && this.enterBehavior == 1 && (c == 0 || c == 3)) {
|
|
22455
22495
|
var d = this.ae.s();
|
|
@@ -22600,7 +22640,7 @@
|
|
|
22600
22640
|
var f = this.ck.o;
|
|
22601
22641
|
var g = this.ck.s;
|
|
22602
22642
|
if (b) {
|
|
22603
|
-
this.
|
|
22643
|
+
this.xr(f, g);
|
|
22604
22644
|
}
|
|
22605
22645
|
this.wc(e, f, g);
|
|
22606
22646
|
return true;
|
|
@@ -22632,7 +22672,7 @@
|
|
|
22632
22672
|
var b = this.ck.o;
|
|
22633
22673
|
var c = this.ck.s;
|
|
22634
22674
|
this.ck.w();
|
|
22635
|
-
this.
|
|
22675
|
+
this.xq(b, c);
|
|
22636
22676
|
if (a) {
|
|
22637
22677
|
if (this.autoAcceptEdits) {
|
|
22638
22678
|
if (this.canCommit) {
|
|
@@ -22680,13 +22720,13 @@
|
|
|
22680
22720
|
}
|
|
22681
22721
|
this.ji = false;
|
|
22682
22722
|
};
|
|
22683
|
-
DataGrid.prototype.
|
|
22723
|
+
DataGrid.prototype.x1 = function () {
|
|
22684
22724
|
if (this.io && this.selectionChanged != null) {
|
|
22685
22725
|
this.selectionChanged(this, new GridSelectionChangedEventArgs());
|
|
22686
22726
|
this.io = false;
|
|
22687
22727
|
}
|
|
22688
22728
|
};
|
|
22689
|
-
DataGrid.prototype.
|
|
22729
|
+
DataGrid.prototype.zr = function (a, b, c, d) {
|
|
22690
22730
|
if (a.count == 0 && b.count == 0 && c.count == 0 && d.count == 0) {
|
|
22691
22731
|
return;
|
|
22692
22732
|
}
|
|
@@ -22716,8 +22756,8 @@
|
|
|
22716
22756
|
}
|
|
22717
22757
|
}
|
|
22718
22758
|
this.notifyOnAllSelectionChanges = e;
|
|
22719
|
-
this.
|
|
22720
|
-
this.
|
|
22759
|
+
this.xw(c, a);
|
|
22760
|
+
this.xz(d, b);
|
|
22721
22761
|
};
|
|
22722
22762
|
DataGrid.prototype.up = function (a, b) {
|
|
22723
22763
|
var c = this.notifyOnAllSelectionChanges;
|
|
@@ -22728,8 +22768,8 @@
|
|
|
22728
22768
|
this.io = true;
|
|
22729
22769
|
}
|
|
22730
22770
|
this.notifyOnAllSelectionChanges = c;
|
|
22731
|
-
this.
|
|
22732
|
-
this.
|
|
22771
|
+
this.xw(null, a);
|
|
22772
|
+
this.xz(null, b);
|
|
22733
22773
|
};
|
|
22734
22774
|
DataGrid.prototype.uq = function (a, b, c) {
|
|
22735
22775
|
var d = this.notifyOnAllSelectionChanges;
|
|
@@ -22740,11 +22780,11 @@
|
|
|
22740
22780
|
}
|
|
22741
22781
|
this.notifyOnAllSelectionChanges = d;
|
|
22742
22782
|
if (c) {
|
|
22743
|
-
this.
|
|
22744
|
-
this.
|
|
22783
|
+
this.xx(null, a);
|
|
22784
|
+
this.xy(null, b);
|
|
22745
22785
|
}
|
|
22746
22786
|
};
|
|
22747
|
-
DataGrid.prototype.
|
|
22787
|
+
DataGrid.prototype.zq = function (a, b, c) {
|
|
22748
22788
|
var d = this.notifyOnAllSelectionChanges;
|
|
22749
22789
|
this.notifyOnAllSelectionChanges = false;
|
|
22750
22790
|
var e = this.selectedItems.ae._inner[a];
|
|
@@ -22752,9 +22792,9 @@
|
|
|
22752
22792
|
this.selectedItems.ae._inner[a] = b;
|
|
22753
22793
|
}
|
|
22754
22794
|
this.notifyOnAllSelectionChanges = d;
|
|
22755
|
-
this.
|
|
22795
|
+
this.xx(b, b);
|
|
22756
22796
|
};
|
|
22757
|
-
DataGrid.prototype.
|
|
22797
|
+
DataGrid.prototype.yr = function (a, b) {
|
|
22758
22798
|
var c = this.notifyOnAllSelectionChanges;
|
|
22759
22799
|
this.notifyOnAllSelectionChanges = false;
|
|
22760
22800
|
if (!this.iy) {
|
|
@@ -22764,10 +22804,10 @@
|
|
|
22764
22804
|
}
|
|
22765
22805
|
}
|
|
22766
22806
|
this.notifyOnAllSelectionChanges = c;
|
|
22767
|
-
this.
|
|
22768
|
-
this.
|
|
22807
|
+
this.xw(a, null);
|
|
22808
|
+
this.xz(b, null);
|
|
22769
22809
|
};
|
|
22770
|
-
DataGrid.prototype.
|
|
22810
|
+
DataGrid.prototype.ys = function (a, b, c) {
|
|
22771
22811
|
var d = this.notifyOnAllSelectionChanges;
|
|
22772
22812
|
this.notifyOnAllSelectionChanges = false;
|
|
22773
22813
|
if (!this.iy) {
|
|
@@ -22776,11 +22816,11 @@
|
|
|
22776
22816
|
}
|
|
22777
22817
|
this.notifyOnAllSelectionChanges = d;
|
|
22778
22818
|
if (c) {
|
|
22779
|
-
this.
|
|
22780
|
-
this.
|
|
22819
|
+
this.xx(a, null);
|
|
22820
|
+
this.xy(b, null);
|
|
22781
22821
|
}
|
|
22782
22822
|
};
|
|
22783
|
-
DataGrid.prototype.
|
|
22823
|
+
DataGrid.prototype.xx = function (a, b) {
|
|
22784
22824
|
if (!this.lk && this.selectedItemsChanged != null) {
|
|
22785
22825
|
var c = new GridSelectedItemsChangedEventArgs();
|
|
22786
22826
|
c.currentItems = this.selectedItems;
|
|
@@ -22797,7 +22837,7 @@
|
|
|
22797
22837
|
this.selectedItemsChanged(this, c);
|
|
22798
22838
|
}
|
|
22799
22839
|
};
|
|
22800
|
-
DataGrid.prototype.
|
|
22840
|
+
DataGrid.prototype.xy = function (a, b) {
|
|
22801
22841
|
if (!this.lk && this.selectedKeysChanged != null) {
|
|
22802
22842
|
var c = new GridSelectedKeysChangedEventArgs();
|
|
22803
22843
|
c.currentKeys = this.selectedKeys;
|
|
@@ -22814,7 +22854,7 @@
|
|
|
22814
22854
|
this.selectedKeysChanged(this, c);
|
|
22815
22855
|
}
|
|
22816
22856
|
};
|
|
22817
|
-
DataGrid.prototype.
|
|
22857
|
+
DataGrid.prototype.xw = function (a, b) {
|
|
22818
22858
|
if (!this.lk && this.selectedItemsChanged != null) {
|
|
22819
22859
|
var c = new GridSelectedItemsChangedEventArgs();
|
|
22820
22860
|
c.currentItems = this.selectedItems;
|
|
@@ -22829,7 +22869,7 @@
|
|
|
22829
22869
|
this.selectedItemsChanged(this, c);
|
|
22830
22870
|
}
|
|
22831
22871
|
};
|
|
22832
|
-
DataGrid.prototype.
|
|
22872
|
+
DataGrid.prototype.xz = function (a, b) {
|
|
22833
22873
|
if (!this.lk && this.selectedKeysChanged != null) {
|
|
22834
22874
|
var c = new GridSelectedKeysChangedEventArgs();
|
|
22835
22875
|
c.currentKeys = this.selectedKeys;
|
|
@@ -22868,7 +22908,7 @@
|
|
|
22868
22908
|
this.selectedCellRangesChanged(this, b);
|
|
22869
22909
|
}
|
|
22870
22910
|
};
|
|
22871
|
-
DataGrid.prototype.
|
|
22911
|
+
DataGrid.prototype.yo = function (a) {
|
|
22872
22912
|
if (this.selectedCellRanges.contains(a)) {
|
|
22873
22913
|
this.selectedCellRanges.remove(a);
|
|
22874
22914
|
if (this.selectedCellRangesChanged != null) {
|
|
@@ -22883,7 +22923,7 @@
|
|
|
22883
22923
|
}
|
|
22884
22924
|
}
|
|
22885
22925
|
};
|
|
22886
|
-
DataGrid.prototype.
|
|
22926
|
+
DataGrid.prototype.yn = function () {
|
|
22887
22927
|
if (this.selectedCellRanges.count > 0) {
|
|
22888
22928
|
var a = new GridSelectedCellRangesCollection();
|
|
22889
22929
|
for (var b = 0; b < this.selectedCellRanges.count; b++) {
|
|
@@ -22912,7 +22952,7 @@
|
|
|
22912
22952
|
}
|
|
22913
22953
|
}
|
|
22914
22954
|
};
|
|
22915
|
-
DataGrid.prototype.
|
|
22955
|
+
DataGrid.prototype.x2 = function (a, b, c) {
|
|
22916
22956
|
this.vn(a);
|
|
22917
22957
|
if (b != c) {
|
|
22918
22958
|
this.f6.aj(a);
|
|
@@ -22928,18 +22968,18 @@
|
|
|
22928
22968
|
this.m6 = -1;
|
|
22929
22969
|
}
|
|
22930
22970
|
this.f6.ad();
|
|
22931
|
-
this.
|
|
22932
|
-
this.
|
|
22971
|
+
this.xp();
|
|
22972
|
+
this.ye();
|
|
22933
22973
|
this.invalidateVisibleRows();
|
|
22934
22974
|
};
|
|
22935
|
-
DataGrid.prototype.
|
|
22975
|
+
DataGrid.prototype.yx = function (a, b) {
|
|
22936
22976
|
var c = this.lv(a, b);
|
|
22937
22977
|
for (var d = 0; d < c.count; d++) {
|
|
22938
22978
|
var e = c._inner[d];
|
|
22939
|
-
this.
|
|
22979
|
+
this.ym(e);
|
|
22940
22980
|
}
|
|
22941
22981
|
};
|
|
22942
|
-
DataGrid.prototype.
|
|
22982
|
+
DataGrid.prototype.yt = function (a, b) {
|
|
22943
22983
|
var c = this.lv(a, b);
|
|
22944
22984
|
for (var d = 0; d < c.count; d++) {
|
|
22945
22985
|
var e = c._inner[d];
|
|
@@ -22996,7 +23036,7 @@
|
|
|
22996
23036
|
}
|
|
22997
23037
|
return false;
|
|
22998
23038
|
};
|
|
22999
|
-
DataGrid.prototype.
|
|
23039
|
+
DataGrid.prototype.ym = function (a) {
|
|
23000
23040
|
var b = a.ah + "@@@" + igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.DataSourceSummaryOperand_$type, a.i);
|
|
23001
23041
|
if (!this.ln.containsKey(b)) {
|
|
23002
23042
|
this.ln.item(b, 0);
|
|
@@ -23073,7 +23113,7 @@
|
|
|
23073
23113
|
}
|
|
23074
23114
|
this.c6.z(this, a, b, true);
|
|
23075
23115
|
this.model.b5 = true;
|
|
23076
|
-
this.
|
|
23116
|
+
this.yf();
|
|
23077
23117
|
};
|
|
23078
23118
|
DataGrid.prototype.n3 = function () {
|
|
23079
23119
|
return this.gc.o(this.model.actualVisibleRegion.left + this.model.cz, this, this.model);
|
|
@@ -23086,7 +23126,7 @@
|
|
|
23086
23126
|
var d = this.gc.i(this.model, b);
|
|
23087
23127
|
this.vo(c, d);
|
|
23088
23128
|
};
|
|
23089
|
-
DataGrid.prototype.
|
|
23129
|
+
DataGrid.prototype.ya = function () {
|
|
23090
23130
|
var _this = this;
|
|
23091
23131
|
if (!this.hs) {
|
|
23092
23132
|
this.hs = true;
|
|
@@ -23097,14 +23137,14 @@
|
|
|
23097
23137
|
}
|
|
23098
23138
|
}
|
|
23099
23139
|
};
|
|
23100
|
-
DataGrid.prototype.
|
|
23140
|
+
DataGrid.prototype.xg = function (a, b) {
|
|
23101
23141
|
var c = this.e8.getRowPathForRow(a);
|
|
23102
23142
|
this.dx.ae(c);
|
|
23103
23143
|
this.f6.ah(this.gc.i(this.model, c));
|
|
23104
23144
|
this.ae.ai(this.gc.i(this.model, c));
|
|
23105
|
-
this.
|
|
23145
|
+
this.ya();
|
|
23106
23146
|
};
|
|
23107
|
-
DataGrid.prototype.
|
|
23147
|
+
DataGrid.prototype.xn = function (a, b) {
|
|
23108
23148
|
var c = this.e8.getRowPathForRow(a);
|
|
23109
23149
|
this.dx.af(c);
|
|
23110
23150
|
this.f6.ai(this.gc.i(this.model, c), b);
|
|
@@ -23137,16 +23177,16 @@
|
|
|
23137
23177
|
}
|
|
23138
23178
|
}
|
|
23139
23179
|
}
|
|
23140
|
-
this.
|
|
23180
|
+
this.ya();
|
|
23141
23181
|
};
|
|
23142
23182
|
DataGrid.prototype.setActiveResponsiveState = function (a) {
|
|
23143
23183
|
for (var b = 0; b < this.fp.g.count; b++) {
|
|
23144
23184
|
if (this.fp.g._inner[b].n == a) {
|
|
23145
|
-
this.
|
|
23185
|
+
this.zc(this.fp.g._inner[b]);
|
|
23146
23186
|
}
|
|
23147
23187
|
}
|
|
23148
23188
|
};
|
|
23149
|
-
DataGrid.prototype.
|
|
23189
|
+
DataGrid.prototype.zc = function (a) {
|
|
23150
23190
|
this.fp.x(a);
|
|
23151
23191
|
};
|
|
23152
23192
|
DataGrid.prototype.notifySetItem = function (a, b, c) {
|
|
@@ -23256,7 +23296,7 @@
|
|
|
23256
23296
|
var b = this.il;
|
|
23257
23297
|
this.il = a;
|
|
23258
23298
|
if (b != this.il) {
|
|
23259
|
-
this.
|
|
23299
|
+
this.xm("ReactsToSortChanges", b, this.il);
|
|
23260
23300
|
}
|
|
23261
23301
|
},
|
|
23262
23302
|
enumerable: false,
|
|
@@ -23270,7 +23310,7 @@
|
|
|
23270
23310
|
var b = this.ik;
|
|
23271
23311
|
this.ik = a;
|
|
23272
23312
|
if (b != this.ik) {
|
|
23273
|
-
this.
|
|
23313
|
+
this.xm("ReactsToGroupChanges", b, this.ik);
|
|
23274
23314
|
}
|
|
23275
23315
|
},
|
|
23276
23316
|
enumerable: false,
|
|
@@ -23284,7 +23324,7 @@
|
|
|
23284
23324
|
var b = this.ij;
|
|
23285
23325
|
this.ij = a;
|
|
23286
23326
|
if (b != this.ij) {
|
|
23287
|
-
this.
|
|
23327
|
+
this.xm("ReactsToFilterChanges", b, this.ij);
|
|
23288
23328
|
}
|
|
23289
23329
|
},
|
|
23290
23330
|
enumerable: false,
|
|
@@ -23357,12 +23397,12 @@
|
|
|
23357
23397
|
var n = this.z.isPendingTransaction(k_3);
|
|
23358
23398
|
if (n && this.autoAcceptEdits) {
|
|
23359
23399
|
this.acceptEdit(k_3);
|
|
23360
|
-
this.
|
|
23400
|
+
this.zs(f_2, j, h_1);
|
|
23361
23401
|
}
|
|
23362
23402
|
}
|
|
23363
23403
|
else {
|
|
23364
23404
|
this.acceptEdit(k_3);
|
|
23365
|
-
this.
|
|
23405
|
+
this.zs(f_2, j, h_1);
|
|
23366
23406
|
}
|
|
23367
23407
|
this.ii = false;
|
|
23368
23408
|
}
|
|
@@ -23378,7 +23418,7 @@
|
|
|
23378
23418
|
}
|
|
23379
23419
|
return true;
|
|
23380
23420
|
};
|
|
23381
|
-
DataGrid.prototype.
|
|
23421
|
+
DataGrid.prototype.zs = function (a, b, c) {
|
|
23382
23422
|
if (this.actualPrimaryKey != null) {
|
|
23383
23423
|
var d = false;
|
|
23384
23424
|
var e = -1;
|
|
@@ -23472,7 +23512,7 @@
|
|
|
23472
23512
|
})()));
|
|
23473
23513
|
}
|
|
23474
23514
|
};
|
|
23475
|
-
DataGrid.prototype.
|
|
23515
|
+
DataGrid.prototype.xr = function (a, b) {
|
|
23476
23516
|
if (this.rowEditStarted != null) {
|
|
23477
23517
|
this.rowEditStarted(this, ((function () {
|
|
23478
23518
|
var $ret = new GridRowEditStartedEventArgs();
|
|
@@ -23482,7 +23522,7 @@
|
|
|
23482
23522
|
})()));
|
|
23483
23523
|
}
|
|
23484
23524
|
};
|
|
23485
|
-
DataGrid.prototype.
|
|
23525
|
+
DataGrid.prototype.xq = function (a, b) {
|
|
23486
23526
|
if (this.rowEditEnded != null) {
|
|
23487
23527
|
this.rowEditEnded(this, ((function () {
|
|
23488
23528
|
var $ret = new GridRowEditEndedEventArgs();
|
|
@@ -23639,7 +23679,7 @@
|
|
|
23639
23679
|
var b = this.ct;
|
|
23640
23680
|
this.ct = a;
|
|
23641
23681
|
if (b != this.ct) {
|
|
23642
|
-
this.
|
|
23682
|
+
this.xm("EnterBehavior", igniteuiWebcomponentsCore.enumGetBox(EnterKeyBehaviors_$type, b), igniteuiWebcomponentsCore.enumGetBox(EnterKeyBehaviors_$type, this.ct));
|
|
23643
23683
|
}
|
|
23644
23684
|
},
|
|
23645
23685
|
enumerable: false,
|
|
@@ -23653,7 +23693,7 @@
|
|
|
23653
23693
|
var b = this.cr;
|
|
23654
23694
|
this.cr = a;
|
|
23655
23695
|
if (b != this.cr) {
|
|
23656
|
-
this.
|
|
23696
|
+
this.xm("EnterBehaviorAfterEdit", igniteuiWebcomponentsCore.enumGetBox(EnterKeyBehaviorAfterEdit_$type, b), igniteuiWebcomponentsCore.enumGetBox(EnterKeyBehaviorAfterEdit_$type, this.cr));
|
|
23657
23697
|
}
|
|
23658
23698
|
},
|
|
23659
23699
|
enumerable: false,
|
|
@@ -23680,8 +23720,8 @@
|
|
|
23680
23720
|
this.f6.a2();
|
|
23681
23721
|
this.lk = false;
|
|
23682
23722
|
this.ji = false;
|
|
23683
|
-
this.
|
|
23684
|
-
this.
|
|
23723
|
+
this.xw(a, null);
|
|
23724
|
+
this.xz(b, null);
|
|
23685
23725
|
this.f6.as(-1);
|
|
23686
23726
|
}
|
|
23687
23727
|
}
|
|
@@ -23756,7 +23796,7 @@
|
|
|
23756
23796
|
var b = this.hw;
|
|
23757
23797
|
this.hw = a;
|
|
23758
23798
|
if (b != this.hw) {
|
|
23759
|
-
this.
|
|
23799
|
+
this.xm("IsColumnOptionsSummariesEnabled", b, this.hw);
|
|
23760
23800
|
}
|
|
23761
23801
|
},
|
|
23762
23802
|
enumerable: false,
|
|
@@ -23770,7 +23810,7 @@
|
|
|
23770
23810
|
var b = this.hv;
|
|
23771
23811
|
this.hv = a;
|
|
23772
23812
|
if (b != this.hv) {
|
|
23773
|
-
this.
|
|
23813
|
+
this.xm("IsColumnOptionsGroupingEnabled", b, this.hv);
|
|
23774
23814
|
}
|
|
23775
23815
|
},
|
|
23776
23816
|
enumerable: false,
|
|
@@ -23784,7 +23824,7 @@
|
|
|
23784
23824
|
var b = this.fj;
|
|
23785
23825
|
this.fj = a;
|
|
23786
23826
|
if (b != this.fj) {
|
|
23787
|
-
this.
|
|
23827
|
+
this.xm("MergedCellMode", igniteuiWebcomponentsCore.enumGetBox(MergedCellMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(MergedCellMode_$type, this.fj));
|
|
23788
23828
|
}
|
|
23789
23829
|
},
|
|
23790
23830
|
enumerable: false,
|
|
@@ -23798,7 +23838,7 @@
|
|
|
23798
23838
|
var b = this.fh;
|
|
23799
23839
|
this.fh = a;
|
|
23800
23840
|
if (b != this.fh) {
|
|
23801
|
-
this.
|
|
23841
|
+
this.xm("MergedCellEvaluationCriteria", igniteuiWebcomponentsCore.enumGetBox(MergedCellEvaluationCriteria_$type, b), igniteuiWebcomponentsCore.enumGetBox(MergedCellEvaluationCriteria_$type, this.fh));
|
|
23802
23842
|
}
|
|
23803
23843
|
},
|
|
23804
23844
|
enumerable: false,
|
|
@@ -23812,7 +23852,7 @@
|
|
|
23812
23852
|
var b = this.af;
|
|
23813
23853
|
this.af = a;
|
|
23814
23854
|
if (this.af != b) {
|
|
23815
|
-
this.
|
|
23855
|
+
this.xm("MergedCellVerticalAlignment", igniteuiWebcomponentsCore.enumGetBox(CellContentVerticalAlignment_$type, b), igniteuiWebcomponentsCore.enumGetBox(CellContentVerticalAlignment_$type, this.af));
|
|
23816
23856
|
}
|
|
23817
23857
|
},
|
|
23818
23858
|
enumerable: false,
|
|
@@ -24277,7 +24317,7 @@
|
|
|
24277
24317
|
var b = this.c0;
|
|
24278
24318
|
this.c0 = a;
|
|
24279
24319
|
if (b != this.c0) {
|
|
24280
|
-
this.
|
|
24320
|
+
this.xm("FilterUIType", igniteuiWebcomponentsCore.enumGetBox(FilterUIType_$type, b), igniteuiWebcomponentsCore.enumGetBox(FilterUIType_$type, this.c0));
|
|
24281
24321
|
}
|
|
24282
24322
|
},
|
|
24283
24323
|
enumerable: false,
|
|
@@ -24291,7 +24331,7 @@
|
|
|
24291
24331
|
var b = this.cx;
|
|
24292
24332
|
this.cx = a;
|
|
24293
24333
|
if (b != this.cx) {
|
|
24294
|
-
this.
|
|
24334
|
+
this.xm("FilterLogicalOperator", igniteuiWebcomponentsCore.enumGetBox(FilterLogicalOperator_$type, b), igniteuiWebcomponentsCore.enumGetBox(FilterLogicalOperator_$type, this.cx));
|
|
24295
24335
|
}
|
|
24296
24336
|
},
|
|
24297
24337
|
enumerable: false,
|
|
@@ -24305,7 +24345,7 @@
|
|
|
24305
24345
|
var b = this.cv;
|
|
24306
24346
|
this.cv = a;
|
|
24307
24347
|
if (b != this.cv) {
|
|
24308
|
-
this.
|
|
24348
|
+
this.xm("FilterComparisonType", igniteuiWebcomponentsCore.enumGetBox(FilterComparisonType_$type, b), igniteuiWebcomponentsCore.enumGetBox(FilterComparisonType_$type, this.cv));
|
|
24309
24349
|
}
|
|
24310
24350
|
},
|
|
24311
24351
|
enumerable: false,
|
|
@@ -24333,7 +24373,7 @@
|
|
|
24333
24373
|
var b = this.hk;
|
|
24334
24374
|
this.hk = a;
|
|
24335
24375
|
if (b != this.hk) {
|
|
24336
|
-
this.
|
|
24376
|
+
this.xm("ClearSelectionOnEscape", b, this.hk);
|
|
24337
24377
|
}
|
|
24338
24378
|
},
|
|
24339
24379
|
enumerable: false,
|
|
@@ -24370,7 +24410,7 @@
|
|
|
24370
24410
|
var b = this.h6;
|
|
24371
24411
|
this.h6 = a;
|
|
24372
24412
|
if (b != this.h6) {
|
|
24373
|
-
this.
|
|
24413
|
+
this.xm("IsPagerVisible", b, this.h6);
|
|
24374
24414
|
}
|
|
24375
24415
|
},
|
|
24376
24416
|
enumerable: false,
|
|
@@ -24384,7 +24424,7 @@
|
|
|
24384
24424
|
var b = this.m9;
|
|
24385
24425
|
this.m9 = a;
|
|
24386
24426
|
if (b != this.m9) {
|
|
24387
|
-
this.
|
|
24427
|
+
this.xm("PageSize", b, this.m9);
|
|
24388
24428
|
}
|
|
24389
24429
|
},
|
|
24390
24430
|
enumerable: false,
|
|
@@ -24398,7 +24438,7 @@
|
|
|
24398
24438
|
var b = this.ib;
|
|
24399
24439
|
this.ib = a;
|
|
24400
24440
|
if (b != this.ib) {
|
|
24401
|
-
this.
|
|
24441
|
+
this.xm("IsToolbarVisible", b, this.ib);
|
|
24402
24442
|
}
|
|
24403
24443
|
},
|
|
24404
24444
|
enumerable: false,
|
|
@@ -24412,7 +24452,7 @@
|
|
|
24412
24452
|
var b = this.h9;
|
|
24413
24453
|
this.h9 = a;
|
|
24414
24454
|
if (b != this.h9) {
|
|
24415
|
-
this.
|
|
24455
|
+
this.xm("IsToolbarColumnChooserVisible", b, this.h9);
|
|
24416
24456
|
}
|
|
24417
24457
|
},
|
|
24418
24458
|
enumerable: false,
|
|
@@ -24426,7 +24466,7 @@
|
|
|
24426
24466
|
var b = this.ia;
|
|
24427
24467
|
this.ia = a;
|
|
24428
24468
|
if (b != this.ia) {
|
|
24429
|
-
this.
|
|
24469
|
+
this.xm("IsToolbarColumnPinningVisible", b, this.ia);
|
|
24430
24470
|
}
|
|
24431
24471
|
},
|
|
24432
24472
|
enumerable: false,
|
|
@@ -24440,7 +24480,7 @@
|
|
|
24440
24480
|
var b = this.pd;
|
|
24441
24481
|
this.pd = a;
|
|
24442
24482
|
if (b != this.pd) {
|
|
24443
|
-
this.
|
|
24483
|
+
this.xm("ToolbarTitle", b, this.pd);
|
|
24444
24484
|
}
|
|
24445
24485
|
},
|
|
24446
24486
|
enumerable: false,
|
|
@@ -24454,7 +24494,7 @@
|
|
|
24454
24494
|
var b = this.o9;
|
|
24455
24495
|
this.o9 = a;
|
|
24456
24496
|
if (b != this.o9) {
|
|
24457
|
-
this.
|
|
24497
|
+
this.xm("ToolbarColumnChooserText", b, this.o9);
|
|
24458
24498
|
}
|
|
24459
24499
|
},
|
|
24460
24500
|
enumerable: false,
|
|
@@ -24468,7 +24508,7 @@
|
|
|
24468
24508
|
var b = this.pa;
|
|
24469
24509
|
this.pa = a;
|
|
24470
24510
|
if (b != this.pa) {
|
|
24471
|
-
this.
|
|
24511
|
+
this.xm("ToolbarColumnChooserTitle", b, this.pa);
|
|
24472
24512
|
}
|
|
24473
24513
|
},
|
|
24474
24514
|
enumerable: false,
|
|
@@ -24482,7 +24522,7 @@
|
|
|
24482
24522
|
var b = this.pb;
|
|
24483
24523
|
this.pb = a;
|
|
24484
24524
|
if (b != this.pb) {
|
|
24485
|
-
this.
|
|
24525
|
+
this.xm("ToolbarColumnPinningText", b, this.pb);
|
|
24486
24526
|
}
|
|
24487
24527
|
},
|
|
24488
24528
|
enumerable: false,
|
|
@@ -24496,7 +24536,7 @@
|
|
|
24496
24536
|
var b = this.pc;
|
|
24497
24537
|
this.pc = a;
|
|
24498
24538
|
if (b != this.pc) {
|
|
24499
|
-
this.
|
|
24539
|
+
this.xm("ToolbarColumnPinningTitle", b, this.pc);
|
|
24500
24540
|
}
|
|
24501
24541
|
},
|
|
24502
24542
|
enumerable: false,
|
|
@@ -24510,7 +24550,7 @@
|
|
|
24510
24550
|
var b = this.gn;
|
|
24511
24551
|
this.gn = a;
|
|
24512
24552
|
if (b != this.gn) {
|
|
24513
|
-
this.
|
|
24553
|
+
this.xm("ScrollbarStyle", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ScrollbarStyle_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ScrollbarStyle_$type, this.gn));
|
|
24514
24554
|
}
|
|
24515
24555
|
},
|
|
24516
24556
|
enumerable: false,
|
|
@@ -24518,13 +24558,13 @@
|
|
|
24518
24558
|
});
|
|
24519
24559
|
Object.defineProperty(DataGrid.prototype, "scrollbarBackground", {
|
|
24520
24560
|
get: function () {
|
|
24521
|
-
return this.
|
|
24561
|
+
return this.aaw;
|
|
24522
24562
|
},
|
|
24523
24563
|
set: function (a) {
|
|
24524
|
-
var b = this.
|
|
24525
|
-
this.
|
|
24526
|
-
if (b != this.
|
|
24527
|
-
this.
|
|
24564
|
+
var b = this.aaw;
|
|
24565
|
+
this.aaw = a;
|
|
24566
|
+
if (b != this.aaw) {
|
|
24567
|
+
this.xm("ScrollbarBackground", b, this.aaw);
|
|
24528
24568
|
}
|
|
24529
24569
|
},
|
|
24530
24570
|
enumerable: false,
|
|
@@ -24532,13 +24572,13 @@
|
|
|
24532
24572
|
});
|
|
24533
24573
|
Object.defineProperty(DataGrid.prototype, "columnOptionsBackground", {
|
|
24534
24574
|
get: function () {
|
|
24535
|
-
return this.
|
|
24575
|
+
return this.aaa;
|
|
24536
24576
|
},
|
|
24537
24577
|
set: function (a) {
|
|
24538
|
-
var b = this.
|
|
24539
|
-
this.
|
|
24540
|
-
if (b != this.
|
|
24541
|
-
this.
|
|
24578
|
+
var b = this.aaa;
|
|
24579
|
+
this.aaa = a;
|
|
24580
|
+
if (b != this.aaa) {
|
|
24581
|
+
this.xm("ColumnOptionsBackground", b, this.aaa);
|
|
24542
24582
|
}
|
|
24543
24583
|
},
|
|
24544
24584
|
enumerable: false,
|
|
@@ -24546,13 +24586,13 @@
|
|
|
24546
24586
|
});
|
|
24547
24587
|
Object.defineProperty(DataGrid.prototype, "columnOptionsTextColor", {
|
|
24548
24588
|
get: function () {
|
|
24549
|
-
return this.
|
|
24589
|
+
return this.aaf;
|
|
24550
24590
|
},
|
|
24551
24591
|
set: function (a) {
|
|
24552
|
-
var b = this.
|
|
24553
|
-
this.
|
|
24554
|
-
if (b != this.
|
|
24555
|
-
this.
|
|
24592
|
+
var b = this.aaf;
|
|
24593
|
+
this.aaf = a;
|
|
24594
|
+
if (b != this.aaf) {
|
|
24595
|
+
this.xm("ColumnOptionsTextColor", b, this.aaf);
|
|
24556
24596
|
}
|
|
24557
24597
|
},
|
|
24558
24598
|
enumerable: false,
|
|
@@ -24560,13 +24600,13 @@
|
|
|
24560
24600
|
});
|
|
24561
24601
|
Object.defineProperty(DataGrid.prototype, "columnOptionsSeparatorColor", {
|
|
24562
24602
|
get: function () {
|
|
24563
|
-
return this.
|
|
24603
|
+
return this.aae;
|
|
24564
24604
|
},
|
|
24565
24605
|
set: function (a) {
|
|
24566
|
-
var b = this.
|
|
24567
|
-
this.
|
|
24568
|
-
if (b != this.
|
|
24569
|
-
this.
|
|
24606
|
+
var b = this.aae;
|
|
24607
|
+
this.aae = a;
|
|
24608
|
+
if (b != this.aae) {
|
|
24609
|
+
this.xm("ColumnOptionsSeparatorColor", b, this.aae);
|
|
24570
24610
|
}
|
|
24571
24611
|
},
|
|
24572
24612
|
enumerable: false,
|
|
@@ -24574,13 +24614,13 @@
|
|
|
24574
24614
|
});
|
|
24575
24615
|
Object.defineProperty(DataGrid.prototype, "columnOptionsGroupHeaderBackground", {
|
|
24576
24616
|
get: function () {
|
|
24577
|
-
return this.
|
|
24617
|
+
return this.aab;
|
|
24578
24618
|
},
|
|
24579
24619
|
set: function (a) {
|
|
24580
|
-
var b = this.
|
|
24581
|
-
this.
|
|
24582
|
-
if (b != this.
|
|
24583
|
-
this.
|
|
24620
|
+
var b = this.aab;
|
|
24621
|
+
this.aab = a;
|
|
24622
|
+
if (b != this.aab) {
|
|
24623
|
+
this.xm("ColumnOptionsGroupHeaderBackground", b, this.aab);
|
|
24584
24624
|
}
|
|
24585
24625
|
},
|
|
24586
24626
|
enumerable: false,
|
|
@@ -24588,13 +24628,13 @@
|
|
|
24588
24628
|
});
|
|
24589
24629
|
Object.defineProperty(DataGrid.prototype, "columnOptionsGroupHeaderTextColor", {
|
|
24590
24630
|
get: function () {
|
|
24591
|
-
return this.
|
|
24631
|
+
return this.aac;
|
|
24592
24632
|
},
|
|
24593
24633
|
set: function (a) {
|
|
24594
|
-
var b = this.
|
|
24595
|
-
this.
|
|
24596
|
-
if (b != this.
|
|
24597
|
-
this.
|
|
24634
|
+
var b = this.aac;
|
|
24635
|
+
this.aac = a;
|
|
24636
|
+
if (b != this.aac) {
|
|
24637
|
+
this.xm("ColumnOptionsGroupHeaderTextColor", b, this.aac);
|
|
24598
24638
|
}
|
|
24599
24639
|
},
|
|
24600
24640
|
enumerable: false,
|
|
@@ -24602,13 +24642,13 @@
|
|
|
24602
24642
|
});
|
|
24603
24643
|
Object.defineProperty(DataGrid.prototype, "columnOptionsAccentColor", {
|
|
24604
24644
|
get: function () {
|
|
24605
|
-
return this.
|
|
24645
|
+
return this.z9;
|
|
24606
24646
|
},
|
|
24607
24647
|
set: function (a) {
|
|
24608
|
-
var b = this.
|
|
24609
|
-
this.
|
|
24610
|
-
if (b != this.
|
|
24611
|
-
this.
|
|
24648
|
+
var b = this.z9;
|
|
24649
|
+
this.z9 = a;
|
|
24650
|
+
if (b != this.z9) {
|
|
24651
|
+
this.xm("ColumnOptionsAccentColor", b, this.z9);
|
|
24612
24652
|
}
|
|
24613
24653
|
},
|
|
24614
24654
|
enumerable: false,
|
|
@@ -25064,7 +25104,7 @@
|
|
|
25064
25104
|
i.hw = 5;
|
|
25065
25105
|
c.a = 5;
|
|
25066
25106
|
a.model.b2 = false;
|
|
25067
|
-
a.
|
|
25107
|
+
a.ye();
|
|
25068
25108
|
a.wz(i);
|
|
25069
25109
|
_this.w(f);
|
|
25070
25110
|
});
|
|
@@ -25374,7 +25414,7 @@
|
|
|
25374
25414
|
f.hw = 5;
|
|
25375
25415
|
c.a = 5;
|
|
25376
25416
|
a.model.b2 = false;
|
|
25377
|
-
a.
|
|
25417
|
+
a.ye();
|
|
25378
25418
|
if (_this.k.containsKey(c.o)) {
|
|
25379
25419
|
var s = _this.k.item(c.o);
|
|
25380
25420
|
if (s.count == 0) {
|
|
@@ -25405,7 +25445,7 @@
|
|
|
25405
25445
|
b.a = 3;
|
|
25406
25446
|
a.columns.remove(g);
|
|
25407
25447
|
a.model.b2 = false;
|
|
25408
|
-
a.
|
|
25448
|
+
a.ye();
|
|
25409
25449
|
});
|
|
25410
25450
|
n.effectsCanceled = igniteuiWebcomponentsCore.delegateCombine(n.effectsCanceled, function (o, p) { return a.model.b2 = false; });
|
|
25411
25451
|
var o = a.model.h(b.o);
|
|
@@ -25864,7 +25904,7 @@
|
|
|
25864
25904
|
a.model.dk(n._inner[o_1]);
|
|
25865
25905
|
}
|
|
25866
25906
|
h.hw = 5;
|
|
25867
|
-
a.
|
|
25907
|
+
a.ye();
|
|
25868
25908
|
a.wv(h);
|
|
25869
25909
|
_this.w(e);
|
|
25870
25910
|
});
|
|
@@ -26119,7 +26159,7 @@
|
|
|
26119
26159
|
a.externalGrid.removeExternalColumn(i.externalObject);
|
|
26120
26160
|
}
|
|
26121
26161
|
a.model.b2 = false;
|
|
26122
|
-
a.
|
|
26162
|
+
a.ye();
|
|
26123
26163
|
a.wr(i);
|
|
26124
26164
|
_this.w(f);
|
|
26125
26165
|
});
|
|
@@ -26676,7 +26716,7 @@
|
|
|
26676
26716
|
if (l.bq(n)) {
|
|
26677
26717
|
var o = a.e8.resolveValueForPath(a, l.l);
|
|
26678
26718
|
var p = a.rh(l.l, a, o, m);
|
|
26679
|
-
a.
|
|
26719
|
+
a.xh(l, o, a.e8.resolveRow(m), p);
|
|
26680
26720
|
}
|
|
26681
26721
|
}
|
|
26682
26722
|
return l.kx;
|
|
@@ -26720,7 +26760,7 @@
|
|
|
26720
26760
|
k.g = 0;
|
|
26721
26761
|
k.h = 0;
|
|
26722
26762
|
k.j = 0;
|
|
26723
|
-
a.
|
|
26763
|
+
a.ye();
|
|
26724
26764
|
return k.g;
|
|
26725
26765
|
};
|
|
26726
26766
|
a.dx.u(b, h);
|
|
@@ -26798,7 +26838,7 @@
|
|
|
26798
26838
|
}
|
|
26799
26839
|
if (p.bq(a.e8.getRowType(p.l.x))) {
|
|
26800
26840
|
var t = a.rh(p.l, a, r, q);
|
|
26801
|
-
a.
|
|
26841
|
+
a.xh(p, r, a.e8.resolveRow(q), t);
|
|
26802
26842
|
}
|
|
26803
26843
|
if (s) {
|
|
26804
26844
|
p.c7 = 1;
|
|
@@ -26806,7 +26846,7 @@
|
|
|
26806
26846
|
}
|
|
26807
26847
|
else if (p.l.am) {
|
|
26808
26848
|
var u = a.rh(p.l, a, null, -1);
|
|
26809
|
-
a.
|
|
26849
|
+
a.xh(p, null, null, u);
|
|
26810
26850
|
}
|
|
26811
26851
|
return p.c7;
|
|
26812
26852
|
};
|
|
@@ -26875,7 +26915,7 @@
|
|
|
26875
26915
|
}
|
|
26876
26916
|
if (o.bq(a.e8.getRowType(o.l.x))) {
|
|
26877
26917
|
var s = a.rh(o.l, a, q, p);
|
|
26878
|
-
a.
|
|
26918
|
+
a.xh(o, q, a.e8.resolveRow(p), s);
|
|
26879
26919
|
}
|
|
26880
26920
|
if (r) {
|
|
26881
26921
|
o.c7 = 1;
|
|
@@ -26883,7 +26923,7 @@
|
|
|
26883
26923
|
}
|
|
26884
26924
|
else if (o.l.am) {
|
|
26885
26925
|
var t = a.rh(o.l, a, null, -1);
|
|
26886
|
-
a.
|
|
26926
|
+
a.xh(o, null, null, t);
|
|
26887
26927
|
}
|
|
26888
26928
|
return o.c7;
|
|
26889
26929
|
};
|
|
@@ -28000,7 +28040,7 @@
|
|
|
28000
28040
|
}
|
|
28001
28041
|
}
|
|
28002
28042
|
if (c) {
|
|
28003
|
-
this.grid.
|
|
28043
|
+
this.grid.ya();
|
|
28004
28044
|
}
|
|
28005
28045
|
};
|
|
28006
28046
|
DefinitionBase.prototype.fe = function () {
|
|
@@ -30416,7 +30456,7 @@
|
|
|
30416
30456
|
DataGridColumn.prototype.e2 = function (a) {
|
|
30417
30457
|
_super.prototype.e2.call(this, a);
|
|
30418
30458
|
if (this.grid != null) {
|
|
30419
|
-
this.grid.
|
|
30459
|
+
this.grid.yt(a, this);
|
|
30420
30460
|
}
|
|
30421
30461
|
};
|
|
30422
30462
|
DataGridColumn.prototype.ct = function () {
|
|
@@ -33385,7 +33425,7 @@
|
|
|
33385
33425
|
if (f >= 0) {
|
|
33386
33426
|
if (this.a.selectedItems.ae._inner[f] == null) {
|
|
33387
33427
|
var g = this.a.e8.resolveValueForRow(a.l);
|
|
33388
|
-
this.a.
|
|
33428
|
+
this.a.x0(f, g, c);
|
|
33389
33429
|
}
|
|
33390
33430
|
}
|
|
33391
33431
|
}
|
|
@@ -33592,7 +33632,7 @@
|
|
|
33592
33632
|
}
|
|
33593
33633
|
}
|
|
33594
33634
|
if (d) {
|
|
33595
|
-
this.a.
|
|
33635
|
+
this.a.xt(c, a);
|
|
33596
33636
|
}
|
|
33597
33637
|
};
|
|
33598
33638
|
SelectionManager.prototype.az = function (a, b, c, d) {
|
|
@@ -33612,7 +33652,7 @@
|
|
|
33612
33652
|
}
|
|
33613
33653
|
}
|
|
33614
33654
|
if (d) {
|
|
33615
|
-
this.a.
|
|
33655
|
+
this.a.xu(c, a);
|
|
33616
33656
|
}
|
|
33617
33657
|
};
|
|
33618
33658
|
SelectionManager.prototype.ay = function (a, b, c) {
|
|
@@ -38816,7 +38856,7 @@
|
|
|
38816
38856
|
}
|
|
38817
38857
|
}
|
|
38818
38858
|
if (!o.o) {
|
|
38819
|
-
b.
|
|
38859
|
+
b.yv(o);
|
|
38820
38860
|
}
|
|
38821
38861
|
if (k > 0) {
|
|
38822
38862
|
g += ", ";
|
|
@@ -41497,7 +41537,7 @@
|
|
|
41497
41537
|
j.a6 = p;
|
|
41498
41538
|
j.be = q;
|
|
41499
41539
|
j.ge = b.n5(j.l);
|
|
41500
|
-
b.
|
|
41540
|
+
b.xi(j, k, b.e8.resolveRow(m));
|
|
41501
41541
|
if (l) {
|
|
41502
41542
|
j.c7 = 1;
|
|
41503
41543
|
}
|
|
@@ -41697,7 +41737,7 @@
|
|
|
41697
41737
|
b.db = f.m;
|
|
41698
41738
|
b.c9 = f.l;
|
|
41699
41739
|
b.dc = f.n;
|
|
41700
|
-
a.
|
|
41740
|
+
a.x4();
|
|
41701
41741
|
this.d = f.b;
|
|
41702
41742
|
this.c = f.a;
|
|
41703
41743
|
var j = a.d2;
|
|
@@ -55640,7 +55680,7 @@
|
|
|
55640
55680
|
configurable: true
|
|
55641
55681
|
});
|
|
55642
55682
|
NativeUIGridFactory.register = function () {
|
|
55643
|
-
igniteuiWebcomponentsCore.NativeUIComponent.
|
|
55683
|
+
igniteuiWebcomponentsCore.NativeUIComponent.at(NativeUIGridFactory.instance);
|
|
55644
55684
|
};
|
|
55645
55685
|
Object.defineProperty(NativeUIGridFactory.prototype, "flavor", {
|
|
55646
55686
|
get: function () {
|
|
@@ -55677,7 +55717,7 @@
|
|
|
55677
55717
|
var f = (comp_.i);
|
|
55678
55718
|
var g = new CheckboxListBridge(f);
|
|
55679
55719
|
var h = new igniteuiWebcomponentsCore.NativeUICheckboxList();
|
|
55680
|
-
h.
|
|
55720
|
+
h.ao = d;
|
|
55681
55721
|
h.d = g;
|
|
55682
55722
|
b(h);
|
|
55683
55723
|
}, false);
|
|
@@ -58197,6 +58237,12 @@
|
|
|
58197
58237
|
var grid_ = this.a;
|
|
58198
58238
|
grid_._ensureColumnsAreManual();
|
|
58199
58239
|
};
|
|
58240
|
+
GridExternalWrapper.prototype.moveFocusPrevious = function () {
|
|
58241
|
+
this.a._moveFocusPrevious();
|
|
58242
|
+
};
|
|
58243
|
+
GridExternalWrapper.prototype.moveFocusNext = function () {
|
|
58244
|
+
this.a._moveFocusNext();
|
|
58245
|
+
};
|
|
58200
58246
|
GridExternalWrapper.$t = igniteuiWebcomponentsCore.markType(GridExternalWrapper, 'GridExternalWrapper', igniteuiWebcomponentsCore.Base.$, [IExternalGrid_$type]);
|
|
58201
58247
|
return GridExternalWrapper;
|
|
58202
58248
|
}(igniteuiWebcomponentsCore.Base));
|
|
@@ -64531,7 +64577,7 @@
|
|
|
64531
64577
|
};
|
|
64532
64578
|
ComparisonOperatorSelectorView.prototype.onDocumentKeyDown = function (a) {
|
|
64533
64579
|
var b = a;
|
|
64534
|
-
if (igniteuiWebcomponentsCore.BaseDOMEventProxy.
|
|
64580
|
+
if (igniteuiWebcomponentsCore.BaseDOMEventProxy.c4(b) == 8) {
|
|
64535
64581
|
this.a.d8();
|
|
64536
64582
|
}
|
|
64537
64583
|
};
|
|
@@ -66825,7 +66871,7 @@
|
|
|
66825
66871
|
};
|
|
66826
66872
|
GridFilterDialogView.prototype.r = function (a) {
|
|
66827
66873
|
var b = a;
|
|
66828
|
-
this.m.append(b.
|
|
66874
|
+
this.m.append(b.ao);
|
|
66829
66875
|
};
|
|
66830
66876
|
GridFilterDialogView.prototype.p = function () {
|
|
66831
66877
|
return this.m;
|
|
@@ -66918,7 +66964,7 @@
|
|
|
66918
66964
|
a.stopPropagation();
|
|
66919
66965
|
};
|
|
66920
66966
|
GridFilterDialogPanel.prototype.onDocumentKeyDown = function (a) {
|
|
66921
|
-
if (igniteuiWebcomponentsCore.BaseDOMEventProxy.
|
|
66967
|
+
if (igniteuiWebcomponentsCore.BaseDOMEventProxy.c4(a) == 8) {
|
|
66922
66968
|
}
|
|
66923
66969
|
};
|
|
66924
66970
|
GridFilterDialogPanel.prototype.onDocumentMouseClick = function (e_) {
|
|
@@ -67300,7 +67346,7 @@
|
|
|
67300
67346
|
});
|
|
67301
67347
|
Object.defineProperty(GridFilterDialog.prototype, "ae", {
|
|
67302
67348
|
get: function () {
|
|
67303
|
-
return this.v != null ? this.v.
|
|
67349
|
+
return this.v != null ? this.v.by : false;
|
|
67304
67350
|
},
|
|
67305
67351
|
enumerable: false,
|
|
67306
67352
|
configurable: true
|
|
@@ -67334,41 +67380,41 @@
|
|
|
67334
67380
|
break;
|
|
67335
67381
|
case "ColumnOptionsBackground":
|
|
67336
67382
|
if (this.v != null) {
|
|
67337
|
-
this.v.
|
|
67338
|
-
this.v.
|
|
67383
|
+
this.v.ch = this.cd;
|
|
67384
|
+
this.v.cl = this.cd;
|
|
67339
67385
|
}
|
|
67340
67386
|
break;
|
|
67341
67387
|
case "ColumnOptionsTextColor":
|
|
67342
67388
|
if (this.v != null) {
|
|
67343
|
-
this.v.ci = this.ch;
|
|
67344
67389
|
this.v.cj = this.ch;
|
|
67345
|
-
this.v.
|
|
67346
|
-
this.v.
|
|
67390
|
+
this.v.ck = this.ch;
|
|
67391
|
+
this.v.b9 = this.ch;
|
|
67347
67392
|
this.v.cd = this.ch;
|
|
67348
67393
|
this.v.ce = this.ch;
|
|
67394
|
+
this.v.cf = this.ch;
|
|
67349
67395
|
}
|
|
67350
67396
|
break;
|
|
67351
67397
|
case "ColumnOptionsSeparatorColor":
|
|
67352
67398
|
if (this.v != null) {
|
|
67353
|
-
this.v.
|
|
67399
|
+
this.v.cg = this.cg;
|
|
67354
67400
|
}
|
|
67355
67401
|
break;
|
|
67356
67402
|
case "ColumnOptionsGroupHeaderBackground":
|
|
67357
67403
|
if (this.v != null) {
|
|
67358
|
-
this.v.
|
|
67404
|
+
this.v.ca = this.ce;
|
|
67359
67405
|
}
|
|
67360
67406
|
break;
|
|
67361
67407
|
case "ColumnOptionsGroupHeaderTextColor":
|
|
67362
67408
|
if (this.v != null) {
|
|
67363
|
-
this.v.
|
|
67409
|
+
this.v.cc = this.cf;
|
|
67364
67410
|
}
|
|
67365
67411
|
break;
|
|
67366
67412
|
case "ColumnOptionsAccentColor":
|
|
67367
67413
|
if (this.v != null) {
|
|
67368
|
-
this.v.
|
|
67369
|
-
this.v.b6 = this.cc;
|
|
67414
|
+
this.v.b5 = this.cc;
|
|
67370
67415
|
this.v.b7 = this.cc;
|
|
67371
|
-
this.v.
|
|
67416
|
+
this.v.b8 = this.cc;
|
|
67417
|
+
this.v.cm = this.cc;
|
|
67372
67418
|
}
|
|
67373
67419
|
break;
|
|
67374
67420
|
}
|
|
@@ -67396,38 +67442,39 @@
|
|
|
67396
67442
|
};
|
|
67397
67443
|
GridFilterDialog.prototype.bq = function () {
|
|
67398
67444
|
var _this = this;
|
|
67399
|
-
igniteuiWebcomponentsCore.NativeUIComponent.
|
|
67445
|
+
igniteuiWebcomponentsCore.NativeUIComponent.av(this.s.p(), 18, function (a) {
|
|
67400
67446
|
var b = a;
|
|
67401
67447
|
_this.v = b;
|
|
67402
|
-
_this.v.
|
|
67403
|
-
_this.v.
|
|
67404
|
-
_this.v.
|
|
67405
|
-
_this.v.
|
|
67406
|
-
_this.v.
|
|
67448
|
+
_this.v.b1 = 16;
|
|
67449
|
+
_this.v.b6 = igniteuiWebcomponentsCore.BrushUtil.l(0, 0, 0, 0);
|
|
67450
|
+
_this.v.v = false;
|
|
67451
|
+
_this.v.br = igniteuiWebcomponentsCore.runOn(_this, _this.bg);
|
|
67452
|
+
_this.v.bp = igniteuiWebcomponentsCore.runOn(_this, _this.bf);
|
|
67453
|
+
_this.v.bz = false;
|
|
67407
67454
|
_this.s.r(_this.v);
|
|
67408
67455
|
_this.v.c = _this.x;
|
|
67409
|
-
_this.v.
|
|
67410
|
-
_this.v.
|
|
67411
|
-
_this.v.ci = _this.ch;
|
|
67412
|
-
_this.v.cb = _this.cf;
|
|
67456
|
+
_this.v.ch = _this.cd;
|
|
67457
|
+
_this.v.cl = _this.cd;
|
|
67413
67458
|
_this.v.cj = _this.ch;
|
|
67414
|
-
_this.v.
|
|
67415
|
-
_this.v.
|
|
67459
|
+
_this.v.cc = _this.cf;
|
|
67460
|
+
_this.v.ck = _this.ch;
|
|
67461
|
+
_this.v.b9 = _this.ch;
|
|
67416
67462
|
_this.v.cd = _this.ch;
|
|
67417
67463
|
_this.v.ce = _this.ch;
|
|
67418
|
-
_this.v.cf = _this.
|
|
67419
|
-
_this.v.
|
|
67420
|
-
_this.v.
|
|
67421
|
-
_this.v.
|
|
67464
|
+
_this.v.cf = _this.ch;
|
|
67465
|
+
_this.v.cg = _this.cg;
|
|
67466
|
+
_this.v.ca = _this.ce;
|
|
67467
|
+
_this.v.b5 = _this.cc;
|
|
67422
67468
|
_this.v.b7 = _this.cc;
|
|
67423
|
-
_this.v.
|
|
67424
|
-
_this.v.
|
|
67469
|
+
_this.v.b8 = _this.cc;
|
|
67470
|
+
_this.v.cm = _this.cc;
|
|
67471
|
+
_this.v.b2 = _this;
|
|
67425
67472
|
});
|
|
67426
67473
|
};
|
|
67427
67474
|
GridFilterDialog.prototype.bg = function (a, b) {
|
|
67428
67475
|
if (this.z) {
|
|
67429
67476
|
this.z = false;
|
|
67430
|
-
this.v.
|
|
67477
|
+
this.v.b2 = this.n;
|
|
67431
67478
|
}
|
|
67432
67479
|
if (this.n != null) {
|
|
67433
67480
|
if (this.n.grid != null) {
|
|
@@ -67738,8 +67785,8 @@
|
|
|
67738
67785
|
};
|
|
67739
67786
|
GridFilterDialog.prototype.bk = function () {
|
|
67740
67787
|
if (this.v != null) {
|
|
67741
|
-
if (this.n != null && this.v.
|
|
67742
|
-
this.v.
|
|
67788
|
+
if (this.n != null && this.v.b2 != this.n) {
|
|
67789
|
+
this.v.b2 = this.n;
|
|
67743
67790
|
}
|
|
67744
67791
|
}
|
|
67745
67792
|
};
|
|
@@ -68897,7 +68944,7 @@
|
|
|
68897
68944
|
TemplateCell.prototype.dy = function (a) {
|
|
68898
68945
|
var b = this.dw.element.getNativeElement();
|
|
68899
68946
|
if (b.contains(document.activeElement) && document.activeElement.nodeName == "INPUT") {
|
|
68900
|
-
var c = igniteuiWebcomponentsCore.BaseDOMEventProxy.
|
|
68947
|
+
var c = igniteuiWebcomponentsCore.BaseDOMEventProxy.c4(a);
|
|
68901
68948
|
if (c == 14 || c == 16) {
|
|
68902
68949
|
a.stopPropagation();
|
|
68903
68950
|
}
|
|
@@ -69033,6 +69080,12 @@
|
|
|
69033
69080
|
var _this = _super.call(this, a) || this;
|
|
69034
69081
|
_this.dw = null;
|
|
69035
69082
|
_this.dw = a.createElement("span");
|
|
69083
|
+
_this.dw.setRawStyleProperty("display", "inline-block");
|
|
69084
|
+
_this.dw.setRawStyleProperty("line-height", "normal");
|
|
69085
|
+
_this.dw.setRawStyleProperty("vertical-align", "middle");
|
|
69086
|
+
_this.dw.setRawStyleProperty("overflow", "hidden");
|
|
69087
|
+
_this.dw.setRawStyleProperty("white-space", "nowrap");
|
|
69088
|
+
_this.dw.setRawStyleProperty("text-overflow", "ellipsis");
|
|
69036
69089
|
_this.ar.setRawStyleProperty("text-align", "left");
|
|
69037
69090
|
_this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
69038
69091
|
_this.ar.setRawStyleProperty("overflow", "hidden");
|
|
@@ -69048,6 +69101,12 @@
|
|
|
69048
69101
|
enumerable: false,
|
|
69049
69102
|
configurable: true
|
|
69050
69103
|
});
|
|
69104
|
+
SectionHeaderCell.prototype.c0 = function (a, b) {
|
|
69105
|
+
_super.prototype.c0.call(this, a, b);
|
|
69106
|
+
if (a == this.dw) {
|
|
69107
|
+
this.dw.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
69108
|
+
}
|
|
69109
|
+
};
|
|
69051
69110
|
SectionHeaderCell.prototype.get_ae = function () {
|
|
69052
69111
|
return true;
|
|
69053
69112
|
};
|
|
@@ -69283,6 +69342,15 @@
|
|
|
69283
69342
|
this.d1 = c;
|
|
69284
69343
|
}
|
|
69285
69344
|
};
|
|
69345
|
+
SummaryCell.prototype.c0 = function (a, b) {
|
|
69346
|
+
_super.prototype.c0.call(this, a, b);
|
|
69347
|
+
if (a == this.dw) {
|
|
69348
|
+
this.dw.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
69349
|
+
}
|
|
69350
|
+
else if (a == this.dx) {
|
|
69351
|
+
this.dx.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
69352
|
+
}
|
|
69353
|
+
};
|
|
69286
69354
|
SummaryCell.prototype.get_ae = function () {
|
|
69287
69355
|
return false;
|
|
69288
69356
|
};
|
|
@@ -69644,8 +69712,8 @@
|
|
|
69644
69712
|
this.c = null;
|
|
69645
69713
|
}
|
|
69646
69714
|
if (this.a != null) {
|
|
69647
|
-
this.a.
|
|
69648
|
-
this.a.
|
|
69715
|
+
this.a.aq = null;
|
|
69716
|
+
this.a.ax();
|
|
69649
69717
|
}
|
|
69650
69718
|
return;
|
|
69651
69719
|
}
|
|
@@ -69653,23 +69721,23 @@
|
|
|
69653
69721
|
var b = Math.round(this.c.rootWrapper.width());
|
|
69654
69722
|
var c = Math.round(this.c.rootWrapper.height());
|
|
69655
69723
|
this.a = new igniteuiWebcomponentsCore.CanvasGestureDOMEventProxy(this.c.rootWrapper, this.c, true);
|
|
69656
|
-
this.a.
|
|
69724
|
+
this.a.dc = true;
|
|
69657
69725
|
var d = this.a;
|
|
69658
69726
|
d.onMouseOver = igniteuiWebcomponentsCore.delegateCombine(d.onMouseOver, igniteuiWebcomponentsCore.runOn(this, this.e));
|
|
69659
69727
|
var e = this.a;
|
|
69660
69728
|
e.onMouseUp = igniteuiWebcomponentsCore.delegateCombine(e.onMouseUp, igniteuiWebcomponentsCore.runOn(this, this.f));
|
|
69661
|
-
this.a.
|
|
69729
|
+
this.a.aq = igniteuiWebcomponentsCore.runOn(this, this.b);
|
|
69662
69730
|
this.model.viewportWidth = b;
|
|
69663
69731
|
this.model.viewportHeight = c;
|
|
69664
69732
|
};
|
|
69665
69733
|
DraggerView.prototype.onDetachedFromUI = function () {
|
|
69666
69734
|
if (this.a != null && this.c != null) {
|
|
69667
|
-
this.a.
|
|
69735
|
+
this.a.bk(this.c.rootWrapper, "");
|
|
69668
69736
|
}
|
|
69669
69737
|
};
|
|
69670
69738
|
DraggerView.prototype.onAttachedToUI = function () {
|
|
69671
69739
|
if (this.a != null) {
|
|
69672
|
-
this.a.
|
|
69740
|
+
this.a.av(this.c.rootWrapper, "");
|
|
69673
69741
|
}
|
|
69674
69742
|
};
|
|
69675
69743
|
DraggerView.prototype.b = function (a) {
|
|
@@ -69686,7 +69754,7 @@
|
|
|
69686
69754
|
DraggerView.prototype.releaseMouse = function () {
|
|
69687
69755
|
};
|
|
69688
69756
|
DraggerView.prototype.transformPoint = function (a, b) {
|
|
69689
|
-
var c = igniteuiWebcomponentsCore.BaseDOMEventProxy.
|
|
69757
|
+
var c = igniteuiWebcomponentsCore.BaseDOMEventProxy.c8(this.c.rootWrapper);
|
|
69690
69758
|
var d = { $type: igniteuiWebcomponentsCore.Point_$type, x: a - c.x, y: b - c.y };
|
|
69691
69759
|
return d;
|
|
69692
69760
|
};
|
|
@@ -69697,7 +69765,7 @@
|
|
|
69697
69765
|
this.model.onMouseUp(a.x, a.y);
|
|
69698
69766
|
};
|
|
69699
69767
|
DraggerView.prototype.onViewportSizeChanged = function (a, b) {
|
|
69700
|
-
this.a.
|
|
69768
|
+
this.a.bo = new igniteuiWebcomponentsCore.Rect(0, 0, 0, a, b);
|
|
69701
69769
|
};
|
|
69702
69770
|
DraggerView.prototype.addCloneCellToDom = function () {
|
|
69703
69771
|
if (this.c != null) {
|
|
@@ -71101,7 +71169,7 @@
|
|
|
71101
71169
|
return this.a.k1(a, b);
|
|
71102
71170
|
};
|
|
71103
71171
|
DataGridScrollerKeyboardListener.prototype.onWheel = function () {
|
|
71104
|
-
this.a.
|
|
71172
|
+
this.a.x5();
|
|
71105
71173
|
};
|
|
71106
71174
|
DataGridScrollerKeyboardListener.prototype.onEnter = function (a, b) {
|
|
71107
71175
|
return this.a.kq(a, b);
|
|
@@ -71118,6 +71186,9 @@
|
|
|
71118
71186
|
DataGridScrollerKeyboardListener.prototype.onKeyDown = function (a, b, c) {
|
|
71119
71187
|
return this.a.ku(a, b, c);
|
|
71120
71188
|
};
|
|
71189
|
+
DataGridScrollerKeyboardListener.prototype.onGotFocus = function (a, b) {
|
|
71190
|
+
this.a.xf(a, b);
|
|
71191
|
+
};
|
|
71121
71192
|
DataGridScrollerKeyboardListener.$t = igniteuiWebcomponentsCore.markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.IScrollerKeyboardListener_$type]);
|
|
71122
71193
|
return DataGridScrollerKeyboardListener;
|
|
71123
71194
|
}(igniteuiWebcomponentsCore.Base));
|
|
@@ -72724,7 +72795,7 @@
|
|
|
72724
72795
|
}
|
|
72725
72796
|
this.n = a;
|
|
72726
72797
|
this.d = new igniteuiWebcomponentsCore.CanvasGestureDOMEventProxy(this.o.rootWrapper, this.o, true);
|
|
72727
|
-
this.d.
|
|
72798
|
+
this.d.dc = true;
|
|
72728
72799
|
var b = this.d;
|
|
72729
72800
|
b.onMouseDown = igniteuiWebcomponentsCore.delegateCombine(b.onMouseDown, igniteuiWebcomponentsCore.runOn(this, this.z));
|
|
72730
72801
|
var c = this.d;
|
|
@@ -74214,6 +74285,12 @@
|
|
|
74214
74285
|
this._scroller.scrollbarBrush = color;
|
|
74215
74286
|
}
|
|
74216
74287
|
};
|
|
74288
|
+
IgcDataGridComponent.prototype._moveFocusNext = function () {
|
|
74289
|
+
igniteuiWebcomponentsCore.moveFocusNext(this, true);
|
|
74290
|
+
};
|
|
74291
|
+
IgcDataGridComponent.prototype._moveFocusPrevious = function () {
|
|
74292
|
+
igniteuiWebcomponentsCore.moveFocusPrevious(this);
|
|
74293
|
+
};
|
|
74217
74294
|
IgcDataGridComponent.prototype.createImplementation = function () {
|
|
74218
74295
|
//let test = Grid;
|
|
74219
74296
|
return new DataGrid();
|
|
@@ -82231,7 +82308,7 @@
|
|
|
82231
82308
|
case "CheckboxCornerRadius":
|
|
82232
82309
|
this.view.af();
|
|
82233
82310
|
if (this.g != null) {
|
|
82234
|
-
this.g.
|
|
82311
|
+
this.g.ya();
|
|
82235
82312
|
}
|
|
82236
82313
|
break;
|
|
82237
82314
|
case "CheckboxAlignedRight":
|
|
@@ -82241,7 +82318,7 @@
|
|
|
82241
82318
|
break;
|
|
82242
82319
|
case "DataLegendTarget":
|
|
82243
82320
|
if (this.g != null) {
|
|
82244
|
-
this.g.
|
|
82321
|
+
this.g.ya();
|
|
82245
82322
|
}
|
|
82246
82323
|
break;
|
|
82247
82324
|
}
|
|
@@ -101365,7 +101442,7 @@
|
|
|
101365
101442
|
a.stopPropagation();
|
|
101366
101443
|
};
|
|
101367
101444
|
DataGridToolbarView.prototype.q = function (a) {
|
|
101368
|
-
if (igniteuiWebcomponentsCore.BaseDOMEventProxy.
|
|
101445
|
+
if (igniteuiWebcomponentsCore.BaseDOMEventProxy.c4(a) == 8) {
|
|
101369
101446
|
this.a.av();
|
|
101370
101447
|
}
|
|
101371
101448
|
};
|
|
@@ -108048,7 +108125,7 @@
|
|
|
108048
108125
|
configurable: true
|
|
108049
108126
|
});
|
|
108050
108127
|
NativeUIComboFactory.register = function () {
|
|
108051
|
-
igniteuiWebcomponentsCore.NativeUIComponent.
|
|
108128
|
+
igniteuiWebcomponentsCore.NativeUIComponent.at(NativeUIComboFactory.instance);
|
|
108052
108129
|
};
|
|
108053
108130
|
Object.defineProperty(NativeUIComboFactory.prototype, "flavor", {
|
|
108054
108131
|
get: function () {
|