igniteui-webcomponents-grids 4.8.0 → 4.8.1-beta.0
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-grids.umd.js +168 -168
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/ColumnFilterCondition_combined.js +67 -67
- package/esm2015/lib/ColumnGroupingView_combined.js +18 -18
- package/esm2015/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridCellBase.js +2 -2
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +12 -12
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +44 -44
- package/esm2015/lib/PropertyEditorView_combined.js +5 -5
- package/esm5/lib/CanvasGridCellBase.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/ColumnFilterCondition_combined.js +67 -67
- package/esm5/lib/ColumnGroupingView_combined.js +18 -18
- package/esm5/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridCellBase.js +2 -2
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +12 -12
- package/esm5/lib/MultiColumnComboBoxView_combined.js +44 -44
- package/esm5/lib/PropertyEditorView_combined.js +5 -5
- package/fesm2015/igniteui-webcomponents-grids.js +168 -168
- package/fesm5/igniteui-webcomponents-grids.js +168 -168
- package/grids/3rdpartylicenses.txt +1 -1
- package/grids/combined.js +27808 -28240
- package/grids/index.d.ts +2 -0
- package/grids/lib/column-pinning-position.d.ts +5 -0
- package/grids/lib/grid-paging-mode.d.ts +5 -0
- package/grids/lib/igc-active-node-change-event-args.d.ts +11 -0
- package/grids/lib/igc-base-search-info.d.ts +34 -0
- package/grids/lib/igc-cell-position.d.ts +6 -0
- package/grids/lib/igc-cell-type.d.ts +29 -0
- package/grids/lib/igc-child-grid-row-component.d.ts +1 -0
- package/grids/lib/igc-column-component.d.ts +1 -1
- package/grids/lib/igc-column-moving-end-event-args.d.ts +13 -0
- package/grids/lib/igc-column-moving-event-args.d.ts +9 -0
- package/grids/lib/igc-column-moving-start-event-args.d.ts +5 -0
- package/grids/lib/igc-column-resize-event-args.d.ts +4 -0
- package/grids/lib/igc-column-selection-event-args.d.ts +14 -0
- package/grids/lib/igc-column-state.d.ts +13 -0
- package/grids/lib/igc-column-visibility-changed-event-args.d.ts +3 -1
- package/grids/lib/igc-column-visibility-changing-event-args.d.ts +7 -1
- package/grids/lib/igc-display-density-base.d.ts +3 -0
- package/grids/lib/igc-filtering-event-args.d.ts +8 -0
- package/grids/lib/igc-grid-base-directive.d.ts +14 -8
- package/grids/lib/igc-grid-cell-event-args.d.ts +6 -0
- package/grids/lib/igc-grid-clipboard-event.d.ts +6 -0
- package/grids/lib/igc-grid-component.d.ts +1 -1
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +32 -0
- package/grids/lib/igc-grid-edit-event-args.d.ts +36 -0
- package/grids/lib/igc-grid-form-group-created-event-args.d.ts +5 -0
- package/grids/lib/igc-grid-grouping-strategy.d.ts +12 -0
- package/grids/lib/igc-grid-keydown-event-args.d.ts +12 -0
- package/grids/lib/igc-grid-resource-strings.d.ts +3 -0
- package/grids/lib/igc-grid-selection-range.d.ts +14 -0
- package/grids/lib/igc-grid-sorting-strategy.d.ts +10 -0
- package/grids/lib/igc-grid-state-base-directive.d.ts +0 -2
- package/grids/lib/igc-grid-toolbar-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +21 -0
- package/grids/lib/igc-grid-validation-state.d.ts +5 -0
- package/grids/lib/igc-grid-validation-status-event-args.d.ts +5 -0
- package/grids/lib/igc-header-type.d.ts +11 -1
- package/grids/lib/igc-paginator-component.d.ts +2 -0
- package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +2 -2
- package/grids/lib/igc-pin-column-event-args.d.ts +1 -1
- package/grids/lib/igc-pin-row-event-args.d.ts +1 -0
- package/grids/lib/igc-pivot-configuration.d.ts +1 -8
- package/grids/lib/igc-position-settings.d.ts +1 -1
- package/grids/lib/igc-row-data-event-args.d.ts +9 -0
- package/grids/lib/igc-row-drag-end-event-args.d.ts +4 -0
- package/grids/lib/igc-row-drag-start-event-args.d.ts +6 -0
- package/grids/lib/igc-row-island-component.d.ts +20 -10
- package/grids/lib/igc-row-selection-event-args.d.ts +16 -0
- package/grids/lib/igc-row-toggle-event-args.d.ts +11 -0
- package/grids/lib/igc-row-type.d.ts +76 -2
- package/grids/lib/igc-search-info.d.ts +23 -0
- package/grids/lib/igc-sorting-event-args.d.ts +16 -0
- package/grids/lib/igc-toggle-directive.d.ts +4 -4
- package/grids/lib/row-pinning-position.d.ts +5 -0
- package/grids/styles.css +1 -1
- package/grids/themes/_util.css +1 -0
- package/grids/themes/_variables.css +1 -0
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/ColumnFilterCondition_combined.d.ts +1 -1
- package/package.json +4 -4
|
@@ -50,11 +50,11 @@ export let PropertyEditorView = /*@__PURE__*/ (() => {
|
|
|
50
50
|
this.l = null;
|
|
51
51
|
this.c = ((() => {
|
|
52
52
|
let $ret = new FontInfo();
|
|
53
|
-
$ret.
|
|
54
|
-
$ret.
|
|
55
|
-
$ret.
|
|
56
|
-
$ret.
|
|
57
|
-
$ret.
|
|
53
|
+
$ret.q = "Verdana";
|
|
54
|
+
$ret.f = 13;
|
|
55
|
+
$ret.t = "Normal";
|
|
56
|
+
$ret.v = "Normal";
|
|
57
|
+
$ret.r = "Normal";
|
|
58
58
|
return $ret;
|
|
59
59
|
})());
|
|
60
60
|
this.af = new Size();
|
|
@@ -80,8 +80,8 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80
80
|
_this.ay = 0;
|
|
81
81
|
_this.i = ((function () {
|
|
82
82
|
var $ret = new FontInfo();
|
|
83
|
-
$ret.
|
|
84
|
-
$ret.
|
|
83
|
+
$ret.q = "Verdana";
|
|
84
|
+
$ret.f = 12;
|
|
85
85
|
return $ret;
|
|
86
86
|
})());
|
|
87
87
|
_this.p = true;
|
|
@@ -316,9 +316,9 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
316
316
|
}
|
|
317
317
|
if (this.aa || this.u || i || !this.v) {
|
|
318
318
|
this.aa = false;
|
|
319
|
-
if (this.p || this.u || (this.i != null && this.i.
|
|
319
|
+
if (this.p || this.u || (this.i != null && this.i.j != this.br)) {
|
|
320
320
|
this.p = false;
|
|
321
|
-
this.br = this.i.
|
|
321
|
+
this.br = this.i.j;
|
|
322
322
|
j.ad(this.i);
|
|
323
323
|
}
|
|
324
324
|
if (f != 1) {
|
|
@@ -613,8 +613,8 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
613
613
|
}
|
|
614
614
|
this.o = true;
|
|
615
615
|
var b = DeviceUtils.f(12);
|
|
616
|
-
if (a.ag != null && !isNaN_(a.ag.
|
|
617
|
-
b = a.ag.
|
|
616
|
+
if (a.ag != null && !isNaN_(a.ag.f)) {
|
|
617
|
+
b = a.ag.f;
|
|
618
618
|
}
|
|
619
619
|
if (this.ay != b) {
|
|
620
620
|
this.ay = b;
|
|
@@ -665,15 +665,15 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
665
665
|
if (a == null) {
|
|
666
666
|
return;
|
|
667
667
|
}
|
|
668
|
-
if (this.p || (this.i != null && this.i.
|
|
668
|
+
if (this.p || (this.i != null && this.i.j != this.br)) {
|
|
669
669
|
this.p = false;
|
|
670
|
-
this.br = this.i.
|
|
670
|
+
this.br = this.i.j;
|
|
671
671
|
a.ad(this.i);
|
|
672
672
|
}
|
|
673
673
|
var b;
|
|
674
|
-
if (this.h != this.i || this.bt != this.i.
|
|
674
|
+
if (this.h != this.i || this.bt != this.i.j) {
|
|
675
675
|
this.h = this.i;
|
|
676
|
-
this.bt = this.i.
|
|
676
|
+
this.bt = this.i.j;
|
|
677
677
|
this.ar = FontUtil.getCurrentFontHeight(this.bm, this.i);
|
|
678
678
|
}
|
|
679
679
|
b = this.ar;
|
|
@@ -63,9 +63,9 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
63
63
|
if (a == null) {
|
|
64
64
|
return;
|
|
65
65
|
}
|
|
66
|
-
if (this.c8 || (this.c7 != null && this.c7.
|
|
66
|
+
if (this.c8 || (this.c7 != null && this.c7.j != this.de)) {
|
|
67
67
|
this.c8 = false;
|
|
68
|
-
this.de = this.c7.
|
|
68
|
+
this.de = this.c7.j;
|
|
69
69
|
a.ad(this.c7);
|
|
70
70
|
this.da = FontUtil.getCurrentFontHeight(this.bn, this.c7);
|
|
71
71
|
}
|
|
@@ -3293,30 +3293,30 @@ var CellModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3293
3293
|
a.c = AppearanceHelper.a(this.k2);
|
|
3294
3294
|
if (this.ae != null) {
|
|
3295
3295
|
var b = this.ae;
|
|
3296
|
-
if (this.p != null && b.
|
|
3296
|
+
if (this.p != null && b.q == null) {
|
|
3297
3297
|
var c = this.p.externalGrid.renderer;
|
|
3298
3298
|
var d = FontUtil.getFontInfoFromString(c, b.fontString);
|
|
3299
|
-
b.p = d.p;
|
|
3300
|
-
b.e = d.e;
|
|
3301
3299
|
b.q = d.q;
|
|
3302
|
-
b.
|
|
3300
|
+
b.f = d.f;
|
|
3301
|
+
b.r = d.r;
|
|
3303
3302
|
b.t = d.t;
|
|
3304
3303
|
b.u = d.u;
|
|
3304
|
+
b.v = d.v;
|
|
3305
3305
|
}
|
|
3306
|
-
if (b.
|
|
3307
|
-
a.u = b.
|
|
3306
|
+
if (b.q != null) {
|
|
3307
|
+
a.u = b.q;
|
|
3308
3308
|
}
|
|
3309
|
-
if (!isNaN_(b.
|
|
3310
|
-
a.j = b.
|
|
3309
|
+
if (!isNaN_(b.f)) {
|
|
3310
|
+
a.j = b.f;
|
|
3311
3311
|
}
|
|
3312
|
-
if (b.
|
|
3313
|
-
a.y = b.
|
|
3312
|
+
if (b.v != null) {
|
|
3313
|
+
a.y = b.v;
|
|
3314
3314
|
}
|
|
3315
|
-
if (b.
|
|
3316
|
-
a.w = b.
|
|
3315
|
+
if (b.t != null) {
|
|
3316
|
+
a.w = b.t;
|
|
3317
3317
|
}
|
|
3318
|
-
if (b.
|
|
3319
|
-
a.v = b.
|
|
3318
|
+
if (b.r != null) {
|
|
3319
|
+
a.v = b.t;
|
|
3320
3320
|
}
|
|
3321
3321
|
}
|
|
3322
3322
|
return a;
|
|
@@ -4357,58 +4357,58 @@ var SummaryCellModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4357
4357
|
b.af = AppearanceHelper.a(this.lg);
|
|
4358
4358
|
if (this.lk != null) {
|
|
4359
4359
|
var c = this.lk;
|
|
4360
|
-
if (this.p != null && c.
|
|
4360
|
+
if (this.p != null && c.q == null) {
|
|
4361
4361
|
var d = this.p.externalGrid.renderer;
|
|
4362
4362
|
var e = FontUtil.getFontInfoFromString(d, c.fontString);
|
|
4363
|
-
c.p = e.p;
|
|
4364
|
-
c.e = e.e;
|
|
4365
4363
|
c.q = e.q;
|
|
4366
|
-
c.
|
|
4364
|
+
c.f = e.f;
|
|
4365
|
+
c.r = e.r;
|
|
4367
4366
|
c.t = e.t;
|
|
4368
4367
|
c.u = e.u;
|
|
4368
|
+
c.v = e.v;
|
|
4369
4369
|
}
|
|
4370
|
-
if (c.
|
|
4371
|
-
b.aj = c.
|
|
4370
|
+
if (c.q != null) {
|
|
4371
|
+
b.aj = c.q;
|
|
4372
4372
|
}
|
|
4373
|
-
if (!isNaN_(c.
|
|
4374
|
-
b.ag = c.
|
|
4373
|
+
if (!isNaN_(c.f)) {
|
|
4374
|
+
b.ag = c.f;
|
|
4375
4375
|
}
|
|
4376
|
-
if (c.
|
|
4377
|
-
b.an = c.
|
|
4376
|
+
if (c.v != null) {
|
|
4377
|
+
b.an = c.v;
|
|
4378
4378
|
}
|
|
4379
|
-
if (c.
|
|
4380
|
-
b.al = c.
|
|
4379
|
+
if (c.t != null) {
|
|
4380
|
+
b.al = c.t;
|
|
4381
4381
|
}
|
|
4382
|
-
if (c.
|
|
4383
|
-
b.ak = c.
|
|
4382
|
+
if (c.r != null) {
|
|
4383
|
+
b.ak = c.t;
|
|
4384
4384
|
}
|
|
4385
4385
|
}
|
|
4386
4386
|
if (this.ag != null) {
|
|
4387
4387
|
var f = this.ag;
|
|
4388
|
-
if (this.p != null && f.
|
|
4388
|
+
if (this.p != null && f.q == null) {
|
|
4389
4389
|
var g = this.p.externalGrid.renderer;
|
|
4390
4390
|
var h = FontUtil.getFontInfoFromString(g, f.fontString);
|
|
4391
|
-
f.p = h.p;
|
|
4392
|
-
f.e = h.e;
|
|
4393
4391
|
f.q = h.q;
|
|
4394
|
-
f.
|
|
4392
|
+
f.f = h.f;
|
|
4393
|
+
f.r = h.r;
|
|
4395
4394
|
f.t = h.t;
|
|
4396
4395
|
f.u = h.u;
|
|
4396
|
+
f.v = h.v;
|
|
4397
4397
|
}
|
|
4398
|
-
if (f.
|
|
4399
|
-
b.ap = f.
|
|
4398
|
+
if (f.q != null) {
|
|
4399
|
+
b.ap = f.q;
|
|
4400
4400
|
}
|
|
4401
|
-
if (!isNaN_(f.
|
|
4402
|
-
b.ah = f.
|
|
4401
|
+
if (!isNaN_(f.f)) {
|
|
4402
|
+
b.ah = f.f;
|
|
4403
4403
|
}
|
|
4404
|
-
if (f.
|
|
4405
|
-
b.at = f.
|
|
4404
|
+
if (f.v != null) {
|
|
4405
|
+
b.at = f.v;
|
|
4406
4406
|
}
|
|
4407
|
-
if (f.
|
|
4408
|
-
b.ar = f.
|
|
4407
|
+
if (f.t != null) {
|
|
4408
|
+
b.ar = f.t;
|
|
4409
4409
|
}
|
|
4410
|
-
if (f.
|
|
4411
|
-
b.aq = f.
|
|
4410
|
+
if (f.r != null) {
|
|
4411
|
+
b.aq = f.t;
|
|
4412
4412
|
}
|
|
4413
4413
|
}
|
|
4414
4414
|
return b;
|
|
@@ -6022,30 +6022,30 @@ var Pager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6022
6022
|
a.d = this.n.j().b();
|
|
6023
6023
|
if (this.s != null) {
|
|
6024
6024
|
var b = this.s;
|
|
6025
|
-
if (this.n != null && b.
|
|
6025
|
+
if (this.n != null && b.q == null) {
|
|
6026
6026
|
var c = this.n.m;
|
|
6027
6027
|
var d = FontUtil.getFontInfoFromString(c, b.fontString);
|
|
6028
|
-
b.p = d.p;
|
|
6029
|
-
b.e = d.e;
|
|
6030
6028
|
b.q = d.q;
|
|
6031
|
-
b.
|
|
6029
|
+
b.f = d.f;
|
|
6030
|
+
b.r = d.r;
|
|
6032
6031
|
b.t = d.t;
|
|
6033
6032
|
b.u = d.u;
|
|
6033
|
+
b.v = d.v;
|
|
6034
6034
|
}
|
|
6035
|
-
if (b.
|
|
6036
|
-
a.l = b.
|
|
6035
|
+
if (b.q != null) {
|
|
6036
|
+
a.l = b.q;
|
|
6037
6037
|
}
|
|
6038
|
-
if (!isNaN_(b.
|
|
6039
|
-
a.g = b.
|
|
6038
|
+
if (!isNaN_(b.f)) {
|
|
6039
|
+
a.g = b.f;
|
|
6040
6040
|
}
|
|
6041
|
-
if (b.
|
|
6042
|
-
a.p = b.
|
|
6041
|
+
if (b.v != null) {
|
|
6042
|
+
a.p = b.v;
|
|
6043
6043
|
}
|
|
6044
|
-
if (b.
|
|
6045
|
-
a.n = b.
|
|
6044
|
+
if (b.t != null) {
|
|
6045
|
+
a.n = b.t;
|
|
6046
6046
|
}
|
|
6047
|
-
if (b.
|
|
6048
|
-
a.m = b.
|
|
6047
|
+
if (b.r != null) {
|
|
6048
|
+
a.m = b.t;
|
|
6049
6049
|
}
|
|
6050
6050
|
}
|
|
6051
6051
|
return a;
|
|
@@ -6126,16 +6126,16 @@ var PagedDataProvider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6126
6126
|
__extends(PagedDataProvider, _super);
|
|
6127
6127
|
function PagedDataProvider(a) {
|
|
6128
6128
|
var _this = _super.call(this) || this;
|
|
6129
|
-
_this.
|
|
6130
|
-
_this.
|
|
6129
|
+
_this.au = null;
|
|
6130
|
+
_this.au = a;
|
|
6131
6131
|
return _this;
|
|
6132
6132
|
}
|
|
6133
6133
|
PagedDataProvider.prototype.getItemValue = function (a, b) {
|
|
6134
6134
|
if (a == null) {
|
|
6135
6135
|
return null;
|
|
6136
6136
|
}
|
|
6137
|
-
if (this.
|
|
6138
|
-
var c = this.
|
|
6137
|
+
if (this.au.actualDataSource.isVirtual) {
|
|
6138
|
+
var c = this.au.actualDataSource;
|
|
6139
6139
|
return c.actualDataProvider.getItemValue(a, b);
|
|
6140
6140
|
}
|
|
6141
6141
|
return _super.prototype.getItemValue.call(this, a, b);
|
|
@@ -7549,7 +7549,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7549
7549
|
DataGrid.prototype.wd = function (a, b, c, d) {
|
|
7550
7550
|
this.l6 = this.model.actualVisibleRegion.left;
|
|
7551
7551
|
this.l7 = this.model.actualVisibleRegion.top;
|
|
7552
|
-
if ((this.dragger == null || !this.dragger.isDragActive) && a.g && !a.h && this.columnMovingMode != 1) {
|
|
7552
|
+
if ((this.dragger == null || !this.dragger.isDragActive) && a.g && !a.h && !a.ay && this.columnMovingMode != 1) {
|
|
7553
7553
|
var e = this.cm(a);
|
|
7554
7554
|
if (e != null && e.g6) {
|
|
7555
7555
|
this.externalGrid.ensureColumnsAreManual();
|
|
@@ -17238,10 +17238,10 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17238
17238
|
var r = m;
|
|
17239
17239
|
var s = n;
|
|
17240
17240
|
if (r != null) {
|
|
17241
|
-
r.
|
|
17241
|
+
r.w(a.externalGrid.renderer);
|
|
17242
17242
|
}
|
|
17243
17243
|
if (s != null) {
|
|
17244
|
-
s.
|
|
17244
|
+
s.w(a.externalGrid.renderer);
|
|
17245
17245
|
}
|
|
17246
17246
|
var t = new FontInfo();
|
|
17247
17247
|
FontUtil.interpolateFont(t, l, r, s);
|
|
@@ -17425,10 +17425,10 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17425
17425
|
var u = p;
|
|
17426
17426
|
var v = q;
|
|
17427
17427
|
if (u != null) {
|
|
17428
|
-
u.
|
|
17428
|
+
u.w(a.externalGrid.renderer);
|
|
17429
17429
|
}
|
|
17430
17430
|
if (v != null) {
|
|
17431
|
-
v.
|
|
17431
|
+
v.w(a.externalGrid.renderer);
|
|
17432
17432
|
}
|
|
17433
17433
|
var w = new FontInfo();
|
|
17434
17434
|
FontUtil.interpolateFont(w, o, u, v);
|
|
@@ -19089,7 +19089,7 @@ var DefinitionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
19089
19089
|
}
|
|
19090
19090
|
if (this.grid != null) {
|
|
19091
19091
|
if (this.ad != null) {
|
|
19092
|
-
this.ad.
|
|
19092
|
+
this.ad.w(this.grid.externalGrid.renderer);
|
|
19093
19093
|
}
|
|
19094
19094
|
}
|
|
19095
19095
|
a.ag = this.ad;
|
|
@@ -20854,7 +20854,7 @@ var DataGridColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20854
20854
|
a.f1 = this.h1;
|
|
20855
20855
|
if (this.grid != null) {
|
|
20856
20856
|
if (this.gb != null) {
|
|
20857
|
-
this.gb.
|
|
20857
|
+
this.gb.w(this.grid.externalGrid.renderer);
|
|
20858
20858
|
}
|
|
20859
20859
|
}
|
|
20860
20860
|
a.af = this.gb;
|
|
@@ -206,7 +206,7 @@ var ColumnGroupingView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
206
206
|
ColumnGroupingView.prototype.aq = function () {
|
|
207
207
|
if (this.t != null) {
|
|
208
208
|
if (this.e.k != null) {
|
|
209
|
-
this.t.setStyleProperty("font", this.e.k.
|
|
209
|
+
this.t.setStyleProperty("font", this.e.k.t);
|
|
210
210
|
}
|
|
211
211
|
else {
|
|
212
212
|
this.t.setStyleProperty("font", "14px Verdana");
|
|
@@ -218,7 +218,7 @@ var ColumnGroupingView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
218
218
|
var a = this.i.count;
|
|
219
219
|
for (var b = 0; b < a; b++) {
|
|
220
220
|
var c = this.i._inner[b];
|
|
221
|
-
c.setStyleProperty("font", this.e.k.
|
|
221
|
+
c.setStyleProperty("font", this.e.k.t);
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
};
|
|
@@ -282,7 +282,7 @@ var ColumnGroupingView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
282
282
|
f.setAttribute("data-field", a._inner[c].b.toString());
|
|
283
283
|
var g = this.n.createElement("span");
|
|
284
284
|
if (this.e.k != null) {
|
|
285
|
-
g.setStyleProperty("font", this.e.k.
|
|
285
|
+
g.setStyleProperty("font", this.e.k.t);
|
|
286
286
|
}
|
|
287
287
|
else {
|
|
288
288
|
g.setStyleProperty("font", "14px Verdana");
|
|
@@ -1019,7 +1019,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1019
1019
|
}
|
|
1020
1020
|
var j = this.d.j;
|
|
1021
1021
|
for (var k = 0; k < j.count; k++) {
|
|
1022
|
-
var l = this.q._inner[k].
|
|
1022
|
+
var l = this.q._inner[k].au();
|
|
1023
1023
|
var m = this.d.b(j._inner[k]);
|
|
1024
1024
|
l.h = m[0] - d;
|
|
1025
1025
|
l.f = m[1] - e;
|
|
@@ -1029,30 +1029,30 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1029
1029
|
}
|
|
1030
1030
|
if (this.k != null) {
|
|
1031
1031
|
var n = this.k;
|
|
1032
|
-
if (this.d != null && n.
|
|
1032
|
+
if (this.d != null && n.q == null) {
|
|
1033
1033
|
var o = this.d.o;
|
|
1034
1034
|
var p = FontUtil.getFontInfoFromString(o, n.fontString);
|
|
1035
|
-
n.p = p.p;
|
|
1036
|
-
n.e = p.e;
|
|
1037
1035
|
n.q = p.q;
|
|
1038
|
-
n.
|
|
1036
|
+
n.f = p.f;
|
|
1037
|
+
n.r = p.r;
|
|
1039
1038
|
n.t = p.t;
|
|
1040
1039
|
n.u = p.u;
|
|
1040
|
+
n.v = p.v;
|
|
1041
1041
|
}
|
|
1042
|
-
if (n.
|
|
1043
|
-
a.j = n.
|
|
1042
|
+
if (n.q != null) {
|
|
1043
|
+
a.j = n.q;
|
|
1044
1044
|
}
|
|
1045
|
-
if (!isNaN_(n.
|
|
1046
|
-
a.g = n.
|
|
1045
|
+
if (!isNaN_(n.f)) {
|
|
1046
|
+
a.g = n.f;
|
|
1047
1047
|
}
|
|
1048
|
-
if (n.
|
|
1049
|
-
a.n = n.
|
|
1048
|
+
if (n.v != null) {
|
|
1049
|
+
a.n = n.v;
|
|
1050
1050
|
}
|
|
1051
|
-
if (n.
|
|
1052
|
-
a.l = n.
|
|
1051
|
+
if (n.t != null) {
|
|
1052
|
+
a.l = n.t;
|
|
1053
1053
|
}
|
|
1054
|
-
if (n.
|
|
1055
|
-
a.k = n.
|
|
1054
|
+
if (n.r != null) {
|
|
1055
|
+
a.k = n.t;
|
|
1056
1056
|
}
|
|
1057
1057
|
}
|
|
1058
1058
|
return a;
|
package/esm5/lib/FilterCell.js
CHANGED
|
@@ -197,7 +197,7 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
197
197
|
FilterCell.prototype.d4 = function (a) {
|
|
198
198
|
if (this.cw != null) {
|
|
199
199
|
this.cw.disabled = !a;
|
|
200
|
-
this.cw.
|
|
200
|
+
this.cw.ak = a ? 1 : 0.3;
|
|
201
201
|
}
|
|
202
202
|
};
|
|
203
203
|
FilterCell.prototype.di = function (a) {
|
package/esm5/lib/GridCellBase.js
CHANGED
|
@@ -382,8 +382,8 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
382
382
|
return;
|
|
383
383
|
}
|
|
384
384
|
var b = DeviceUtils.f(12);
|
|
385
|
-
if (a.ag != null && !isNaN_(a.ag.
|
|
386
|
-
b = a.ag.
|
|
385
|
+
if (a.ag != null && !isNaN_(a.ag.f)) {
|
|
386
|
+
b = a.ag.f;
|
|
387
387
|
}
|
|
388
388
|
if (this.y != b) {
|
|
389
389
|
this.y = b;
|
|
@@ -384,8 +384,8 @@ var GridColumnOptionsBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
384
384
|
get: function () {
|
|
385
385
|
if (null == this.ac) {
|
|
386
386
|
this.ac = new FontInfo();
|
|
387
|
-
this.ac.
|
|
388
|
-
this.ac.
|
|
387
|
+
this.ac.q = "Verdana";
|
|
388
|
+
this.ac.f = 12;
|
|
389
389
|
}
|
|
390
390
|
return this.ac;
|
|
391
391
|
},
|
|
@@ -396,8 +396,8 @@ var GridColumnOptionsBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
396
396
|
get: function () {
|
|
397
397
|
if (null == this.ae) {
|
|
398
398
|
this.ae = new FontInfo();
|
|
399
|
-
this.ae.
|
|
400
|
-
this.ae.
|
|
399
|
+
this.ae.q = "Verdana";
|
|
400
|
+
this.ae.f = 14;
|
|
401
401
|
}
|
|
402
402
|
return this.ae;
|
|
403
403
|
},
|
|
@@ -314,8 +314,8 @@ var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
314
314
|
get: function () {
|
|
315
315
|
if (null == this.ch) {
|
|
316
316
|
this.ch = new FontInfo();
|
|
317
|
-
this.ch.
|
|
318
|
-
this.ch.
|
|
317
|
+
this.ch.q = "Verdana";
|
|
318
|
+
this.ch.f = 16;
|
|
319
319
|
}
|
|
320
320
|
return this.ch;
|
|
321
321
|
},
|
|
@@ -144,8 +144,8 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
144
144
|
get: function () {
|
|
145
145
|
if (GridStyleRepository.g == null) {
|
|
146
146
|
GridStyleRepository.g = new FontInfo();
|
|
147
|
-
GridStyleRepository.g.
|
|
148
|
-
GridStyleRepository.g.
|
|
147
|
+
GridStyleRepository.g.f = DeviceUtils.f(13);
|
|
148
|
+
GridStyleRepository.g.q = "Verdana";
|
|
149
149
|
}
|
|
150
150
|
return GridStyleRepository.g;
|
|
151
151
|
},
|
|
@@ -156,9 +156,9 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
156
156
|
get: function () {
|
|
157
157
|
if (GridStyleRepository.f == null) {
|
|
158
158
|
GridStyleRepository.f = new FontInfo();
|
|
159
|
-
GridStyleRepository.f.
|
|
160
|
-
GridStyleRepository.f.
|
|
161
|
-
GridStyleRepository.f.
|
|
159
|
+
GridStyleRepository.f.f = DeviceUtils.f(13);
|
|
160
|
+
GridStyleRepository.f.t = "italic";
|
|
161
|
+
GridStyleRepository.f.q = "Verdana";
|
|
162
162
|
}
|
|
163
163
|
return GridStyleRepository.f;
|
|
164
164
|
},
|
|
@@ -169,8 +169,8 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
169
169
|
get: function () {
|
|
170
170
|
if (GridStyleRepository.c == null) {
|
|
171
171
|
GridStyleRepository.c = new FontInfo();
|
|
172
|
-
GridStyleRepository.c.
|
|
173
|
-
GridStyleRepository.c.
|
|
172
|
+
GridStyleRepository.c.f = DeviceUtils.f(14);
|
|
173
|
+
GridStyleRepository.c.q = "Verdana";
|
|
174
174
|
}
|
|
175
175
|
return GridStyleRepository.c;
|
|
176
176
|
},
|
|
@@ -181,9 +181,9 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
181
181
|
get: function () {
|
|
182
182
|
if (GridStyleRepository.d == null) {
|
|
183
183
|
GridStyleRepository.d = new FontInfo();
|
|
184
|
-
GridStyleRepository.d.
|
|
185
|
-
GridStyleRepository.d.
|
|
186
|
-
GridStyleRepository.d.
|
|
184
|
+
GridStyleRepository.d.f = DeviceUtils.f(12);
|
|
185
|
+
GridStyleRepository.d.v = "600";
|
|
186
|
+
GridStyleRepository.d.q = "Verdana";
|
|
187
187
|
}
|
|
188
188
|
return GridStyleRepository.d;
|
|
189
189
|
},
|
|
@@ -194,8 +194,8 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
194
194
|
get: function () {
|
|
195
195
|
if (GridStyleRepository.e == null) {
|
|
196
196
|
GridStyleRepository.e = new FontInfo();
|
|
197
|
-
GridStyleRepository.e.
|
|
198
|
-
GridStyleRepository.e.
|
|
197
|
+
GridStyleRepository.e.f = DeviceUtils.f(12);
|
|
198
|
+
GridStyleRepository.e.q = "Verdana";
|
|
199
199
|
}
|
|
200
200
|
return GridStyleRepository.e;
|
|
201
201
|
},
|