igniteui-webcomponents-grids 4.8.0 → 4.8.1-alpha.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 +164 -164
- 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 +63 -63
- 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 +63 -63
- 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 +164 -164
- package/fesm5/igniteui-webcomponents-grids.js +164 -164
- package/grids/combined.js +439 -429
- package/grids/lib/igc-column-component.d.ts +1 -1
- package/grids/lib/igc-grid-base-directive.d.ts +1 -3
- package/grids/lib/igc-grid-component.d.ts +1 -1
- 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-paginator-component.d.ts +1 -0
- package/grids/lib/igc-position-settings.d.ts +1 -1
- package/grids/lib/igc-row-island-component.d.ts +7 -5
- package/grids/lib/igc-row-type.d.ts +1 -2
- package/package.json +4 -4
|
@@ -1013,8 +1013,8 @@
|
|
|
1013
1013
|
get: function () {
|
|
1014
1014
|
if (GridStyleRepository.g == null) {
|
|
1015
1015
|
GridStyleRepository.g = new igniteuiWebcomponentsCore.FontInfo();
|
|
1016
|
-
GridStyleRepository.g.
|
|
1017
|
-
GridStyleRepository.g.
|
|
1016
|
+
GridStyleRepository.g.f = igniteuiWebcomponentsCore.DeviceUtils.f(13);
|
|
1017
|
+
GridStyleRepository.g.q = "Verdana";
|
|
1018
1018
|
}
|
|
1019
1019
|
return GridStyleRepository.g;
|
|
1020
1020
|
},
|
|
@@ -1025,9 +1025,9 @@
|
|
|
1025
1025
|
get: function () {
|
|
1026
1026
|
if (GridStyleRepository.f == null) {
|
|
1027
1027
|
GridStyleRepository.f = new igniteuiWebcomponentsCore.FontInfo();
|
|
1028
|
-
GridStyleRepository.f.
|
|
1029
|
-
GridStyleRepository.f.
|
|
1030
|
-
GridStyleRepository.f.
|
|
1028
|
+
GridStyleRepository.f.f = igniteuiWebcomponentsCore.DeviceUtils.f(13);
|
|
1029
|
+
GridStyleRepository.f.t = "italic";
|
|
1030
|
+
GridStyleRepository.f.q = "Verdana";
|
|
1031
1031
|
}
|
|
1032
1032
|
return GridStyleRepository.f;
|
|
1033
1033
|
},
|
|
@@ -1038,8 +1038,8 @@
|
|
|
1038
1038
|
get: function () {
|
|
1039
1039
|
if (GridStyleRepository.c == null) {
|
|
1040
1040
|
GridStyleRepository.c = new igniteuiWebcomponentsCore.FontInfo();
|
|
1041
|
-
GridStyleRepository.c.
|
|
1042
|
-
GridStyleRepository.c.
|
|
1041
|
+
GridStyleRepository.c.f = igniteuiWebcomponentsCore.DeviceUtils.f(14);
|
|
1042
|
+
GridStyleRepository.c.q = "Verdana";
|
|
1043
1043
|
}
|
|
1044
1044
|
return GridStyleRepository.c;
|
|
1045
1045
|
},
|
|
@@ -1050,9 +1050,9 @@
|
|
|
1050
1050
|
get: function () {
|
|
1051
1051
|
if (GridStyleRepository.d == null) {
|
|
1052
1052
|
GridStyleRepository.d = new igniteuiWebcomponentsCore.FontInfo();
|
|
1053
|
-
GridStyleRepository.d.
|
|
1054
|
-
GridStyleRepository.d.
|
|
1055
|
-
GridStyleRepository.d.
|
|
1053
|
+
GridStyleRepository.d.f = igniteuiWebcomponentsCore.DeviceUtils.f(12);
|
|
1054
|
+
GridStyleRepository.d.v = "600";
|
|
1055
|
+
GridStyleRepository.d.q = "Verdana";
|
|
1056
1056
|
}
|
|
1057
1057
|
return GridStyleRepository.d;
|
|
1058
1058
|
},
|
|
@@ -1063,8 +1063,8 @@
|
|
|
1063
1063
|
get: function () {
|
|
1064
1064
|
if (GridStyleRepository.e == null) {
|
|
1065
1065
|
GridStyleRepository.e = new igniteuiWebcomponentsCore.FontInfo();
|
|
1066
|
-
GridStyleRepository.e.
|
|
1067
|
-
GridStyleRepository.e.
|
|
1066
|
+
GridStyleRepository.e.f = igniteuiWebcomponentsCore.DeviceUtils.f(12);
|
|
1067
|
+
GridStyleRepository.e.q = "Verdana";
|
|
1068
1068
|
}
|
|
1069
1069
|
return GridStyleRepository.e;
|
|
1070
1070
|
},
|
|
@@ -10330,30 +10330,30 @@
|
|
|
10330
10330
|
a.c = igniteuiWebcomponentsCore.AppearanceHelper.a(this.k2);
|
|
10331
10331
|
if (this.ae != null) {
|
|
10332
10332
|
var b = this.ae;
|
|
10333
|
-
if (this.p != null && b.
|
|
10333
|
+
if (this.p != null && b.q == null) {
|
|
10334
10334
|
var c = this.p.externalGrid.renderer;
|
|
10335
10335
|
var d = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(c, b.fontString);
|
|
10336
|
-
b.p = d.p;
|
|
10337
|
-
b.e = d.e;
|
|
10338
10336
|
b.q = d.q;
|
|
10339
|
-
b.
|
|
10337
|
+
b.f = d.f;
|
|
10338
|
+
b.r = d.r;
|
|
10340
10339
|
b.t = d.t;
|
|
10341
10340
|
b.u = d.u;
|
|
10341
|
+
b.v = d.v;
|
|
10342
10342
|
}
|
|
10343
|
-
if (b.
|
|
10344
|
-
a.u = b.
|
|
10343
|
+
if (b.q != null) {
|
|
10344
|
+
a.u = b.q;
|
|
10345
10345
|
}
|
|
10346
|
-
if (!igniteuiWebcomponentsCore.isNaN_(b.
|
|
10347
|
-
a.j = b.
|
|
10346
|
+
if (!igniteuiWebcomponentsCore.isNaN_(b.f)) {
|
|
10347
|
+
a.j = b.f;
|
|
10348
10348
|
}
|
|
10349
|
-
if (b.
|
|
10350
|
-
a.y = b.
|
|
10349
|
+
if (b.v != null) {
|
|
10350
|
+
a.y = b.v;
|
|
10351
10351
|
}
|
|
10352
|
-
if (b.
|
|
10353
|
-
a.w = b.
|
|
10352
|
+
if (b.t != null) {
|
|
10353
|
+
a.w = b.t;
|
|
10354
10354
|
}
|
|
10355
|
-
if (b.
|
|
10356
|
-
a.v = b.
|
|
10355
|
+
if (b.r != null) {
|
|
10356
|
+
a.v = b.t;
|
|
10357
10357
|
}
|
|
10358
10358
|
}
|
|
10359
10359
|
return a;
|
|
@@ -11389,58 +11389,58 @@
|
|
|
11389
11389
|
b.af = igniteuiWebcomponentsCore.AppearanceHelper.a(this.lg);
|
|
11390
11390
|
if (this.lk != null) {
|
|
11391
11391
|
var c = this.lk;
|
|
11392
|
-
if (this.p != null && c.
|
|
11392
|
+
if (this.p != null && c.q == null) {
|
|
11393
11393
|
var d = this.p.externalGrid.renderer;
|
|
11394
11394
|
var e = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(d, c.fontString);
|
|
11395
|
-
c.p = e.p;
|
|
11396
|
-
c.e = e.e;
|
|
11397
11395
|
c.q = e.q;
|
|
11398
|
-
c.
|
|
11396
|
+
c.f = e.f;
|
|
11397
|
+
c.r = e.r;
|
|
11399
11398
|
c.t = e.t;
|
|
11400
11399
|
c.u = e.u;
|
|
11400
|
+
c.v = e.v;
|
|
11401
11401
|
}
|
|
11402
|
-
if (c.
|
|
11403
|
-
b.aj = c.
|
|
11402
|
+
if (c.q != null) {
|
|
11403
|
+
b.aj = c.q;
|
|
11404
11404
|
}
|
|
11405
|
-
if (!igniteuiWebcomponentsCore.isNaN_(c.
|
|
11406
|
-
b.ag = c.
|
|
11405
|
+
if (!igniteuiWebcomponentsCore.isNaN_(c.f)) {
|
|
11406
|
+
b.ag = c.f;
|
|
11407
11407
|
}
|
|
11408
|
-
if (c.
|
|
11409
|
-
b.an = c.
|
|
11408
|
+
if (c.v != null) {
|
|
11409
|
+
b.an = c.v;
|
|
11410
11410
|
}
|
|
11411
|
-
if (c.
|
|
11412
|
-
b.al = c.
|
|
11411
|
+
if (c.t != null) {
|
|
11412
|
+
b.al = c.t;
|
|
11413
11413
|
}
|
|
11414
|
-
if (c.
|
|
11415
|
-
b.ak = c.
|
|
11414
|
+
if (c.r != null) {
|
|
11415
|
+
b.ak = c.t;
|
|
11416
11416
|
}
|
|
11417
11417
|
}
|
|
11418
11418
|
if (this.ag != null) {
|
|
11419
11419
|
var f = this.ag;
|
|
11420
|
-
if (this.p != null && f.
|
|
11420
|
+
if (this.p != null && f.q == null) {
|
|
11421
11421
|
var g = this.p.externalGrid.renderer;
|
|
11422
11422
|
var h = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(g, f.fontString);
|
|
11423
|
-
f.p = h.p;
|
|
11424
|
-
f.e = h.e;
|
|
11425
11423
|
f.q = h.q;
|
|
11426
|
-
f.
|
|
11424
|
+
f.f = h.f;
|
|
11425
|
+
f.r = h.r;
|
|
11427
11426
|
f.t = h.t;
|
|
11428
11427
|
f.u = h.u;
|
|
11428
|
+
f.v = h.v;
|
|
11429
11429
|
}
|
|
11430
|
-
if (f.
|
|
11431
|
-
b.ap = f.
|
|
11430
|
+
if (f.q != null) {
|
|
11431
|
+
b.ap = f.q;
|
|
11432
11432
|
}
|
|
11433
|
-
if (!igniteuiWebcomponentsCore.isNaN_(f.
|
|
11434
|
-
b.ah = f.
|
|
11433
|
+
if (!igniteuiWebcomponentsCore.isNaN_(f.f)) {
|
|
11434
|
+
b.ah = f.f;
|
|
11435
11435
|
}
|
|
11436
|
-
if (f.
|
|
11437
|
-
b.at = f.
|
|
11436
|
+
if (f.v != null) {
|
|
11437
|
+
b.at = f.v;
|
|
11438
11438
|
}
|
|
11439
|
-
if (f.
|
|
11440
|
-
b.ar = f.
|
|
11439
|
+
if (f.t != null) {
|
|
11440
|
+
b.ar = f.t;
|
|
11441
11441
|
}
|
|
11442
|
-
if (f.
|
|
11443
|
-
b.aq = f.
|
|
11442
|
+
if (f.r != null) {
|
|
11443
|
+
b.aq = f.t;
|
|
11444
11444
|
}
|
|
11445
11445
|
}
|
|
11446
11446
|
return b;
|
|
@@ -13045,30 +13045,30 @@
|
|
|
13045
13045
|
a.d = this.n.j().b();
|
|
13046
13046
|
if (this.s != null) {
|
|
13047
13047
|
var b = this.s;
|
|
13048
|
-
if (this.n != null && b.
|
|
13048
|
+
if (this.n != null && b.q == null) {
|
|
13049
13049
|
var c = this.n.m;
|
|
13050
13050
|
var d = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(c, b.fontString);
|
|
13051
|
-
b.p = d.p;
|
|
13052
|
-
b.e = d.e;
|
|
13053
13051
|
b.q = d.q;
|
|
13054
|
-
b.
|
|
13052
|
+
b.f = d.f;
|
|
13053
|
+
b.r = d.r;
|
|
13055
13054
|
b.t = d.t;
|
|
13056
13055
|
b.u = d.u;
|
|
13056
|
+
b.v = d.v;
|
|
13057
13057
|
}
|
|
13058
|
-
if (b.
|
|
13059
|
-
a.l = b.
|
|
13058
|
+
if (b.q != null) {
|
|
13059
|
+
a.l = b.q;
|
|
13060
13060
|
}
|
|
13061
|
-
if (!igniteuiWebcomponentsCore.isNaN_(b.
|
|
13062
|
-
a.g = b.
|
|
13061
|
+
if (!igniteuiWebcomponentsCore.isNaN_(b.f)) {
|
|
13062
|
+
a.g = b.f;
|
|
13063
13063
|
}
|
|
13064
|
-
if (b.
|
|
13065
|
-
a.p = b.
|
|
13064
|
+
if (b.v != null) {
|
|
13065
|
+
a.p = b.v;
|
|
13066
13066
|
}
|
|
13067
|
-
if (b.
|
|
13068
|
-
a.n = b.
|
|
13067
|
+
if (b.t != null) {
|
|
13068
|
+
a.n = b.t;
|
|
13069
13069
|
}
|
|
13070
|
-
if (b.
|
|
13071
|
-
a.m = b.
|
|
13070
|
+
if (b.r != null) {
|
|
13071
|
+
a.m = b.t;
|
|
13072
13072
|
}
|
|
13073
13073
|
}
|
|
13074
13074
|
return a;
|
|
@@ -14565,7 +14565,7 @@
|
|
|
14565
14565
|
DataGrid.prototype.wd = function (a, b, c, d) {
|
|
14566
14566
|
this.l6 = this.model.actualVisibleRegion.left;
|
|
14567
14567
|
this.l7 = this.model.actualVisibleRegion.top;
|
|
14568
|
-
if ((this.dragger == null || !this.dragger.isDragActive) && a.g && !a.h && this.columnMovingMode != 1) {
|
|
14568
|
+
if ((this.dragger == null || !this.dragger.isDragActive) && a.g && !a.h && !a.ay && this.columnMovingMode != 1) {
|
|
14569
14569
|
var e = this.cm(a);
|
|
14570
14570
|
if (e != null && e.g6) {
|
|
14571
14571
|
this.externalGrid.ensureColumnsAreManual();
|
|
@@ -24242,10 +24242,10 @@
|
|
|
24242
24242
|
var r = m;
|
|
24243
24243
|
var s = n;
|
|
24244
24244
|
if (r != null) {
|
|
24245
|
-
r.
|
|
24245
|
+
r.w(a.externalGrid.renderer);
|
|
24246
24246
|
}
|
|
24247
24247
|
if (s != null) {
|
|
24248
|
-
s.
|
|
24248
|
+
s.w(a.externalGrid.renderer);
|
|
24249
24249
|
}
|
|
24250
24250
|
var t = new igniteuiWebcomponentsCore.FontInfo();
|
|
24251
24251
|
igniteuiWebcomponentsCore.FontUtil.interpolateFont(t, l, r, s);
|
|
@@ -24429,10 +24429,10 @@
|
|
|
24429
24429
|
var u = p;
|
|
24430
24430
|
var v = q;
|
|
24431
24431
|
if (u != null) {
|
|
24432
|
-
u.
|
|
24432
|
+
u.w(a.externalGrid.renderer);
|
|
24433
24433
|
}
|
|
24434
24434
|
if (v != null) {
|
|
24435
|
-
v.
|
|
24435
|
+
v.w(a.externalGrid.renderer);
|
|
24436
24436
|
}
|
|
24437
24437
|
var w = new igniteuiWebcomponentsCore.FontInfo();
|
|
24438
24438
|
igniteuiWebcomponentsCore.FontUtil.interpolateFont(w, o, u, v);
|
|
@@ -26088,7 +26088,7 @@
|
|
|
26088
26088
|
}
|
|
26089
26089
|
if (this.grid != null) {
|
|
26090
26090
|
if (this.ad != null) {
|
|
26091
|
-
this.ad.
|
|
26091
|
+
this.ad.w(this.grid.externalGrid.renderer);
|
|
26092
26092
|
}
|
|
26093
26093
|
}
|
|
26094
26094
|
a.ag = this.ad;
|
|
@@ -27852,7 +27852,7 @@
|
|
|
27852
27852
|
a.f1 = this.h1;
|
|
27853
27853
|
if (this.grid != null) {
|
|
27854
27854
|
if (this.gb != null) {
|
|
27855
|
-
this.gb.
|
|
27855
|
+
this.gb.w(this.grid.externalGrid.renderer);
|
|
27856
27856
|
}
|
|
27857
27857
|
}
|
|
27858
27858
|
a.af = this.gb;
|
|
@@ -49666,8 +49666,8 @@
|
|
|
49666
49666
|
_this.ay = 0;
|
|
49667
49667
|
_this.i = ((function () {
|
|
49668
49668
|
var $ret = new igniteuiWebcomponentsCore.FontInfo();
|
|
49669
|
-
$ret.
|
|
49670
|
-
$ret.
|
|
49669
|
+
$ret.q = "Verdana";
|
|
49670
|
+
$ret.f = 12;
|
|
49671
49671
|
return $ret;
|
|
49672
49672
|
})());
|
|
49673
49673
|
_this.p = true;
|
|
@@ -49902,9 +49902,9 @@
|
|
|
49902
49902
|
}
|
|
49903
49903
|
if (this.aa || this.u || i || !this.v) {
|
|
49904
49904
|
this.aa = false;
|
|
49905
|
-
if (this.p || this.u || (this.i != null && this.i.
|
|
49905
|
+
if (this.p || this.u || (this.i != null && this.i.j != this.br)) {
|
|
49906
49906
|
this.p = false;
|
|
49907
|
-
this.br = this.i.
|
|
49907
|
+
this.br = this.i.j;
|
|
49908
49908
|
j.ad(this.i);
|
|
49909
49909
|
}
|
|
49910
49910
|
if (f != 1) {
|
|
@@ -50199,8 +50199,8 @@
|
|
|
50199
50199
|
}
|
|
50200
50200
|
this.o = true;
|
|
50201
50201
|
var b = igniteuiWebcomponentsCore.DeviceUtils.f(12);
|
|
50202
|
-
if (a.ag != null && !igniteuiWebcomponentsCore.isNaN_(a.ag.
|
|
50203
|
-
b = a.ag.
|
|
50202
|
+
if (a.ag != null && !igniteuiWebcomponentsCore.isNaN_(a.ag.f)) {
|
|
50203
|
+
b = a.ag.f;
|
|
50204
50204
|
}
|
|
50205
50205
|
if (this.ay != b) {
|
|
50206
50206
|
this.ay = b;
|
|
@@ -50251,15 +50251,15 @@
|
|
|
50251
50251
|
if (a == null) {
|
|
50252
50252
|
return;
|
|
50253
50253
|
}
|
|
50254
|
-
if (this.p || (this.i != null && this.i.
|
|
50254
|
+
if (this.p || (this.i != null && this.i.j != this.br)) {
|
|
50255
50255
|
this.p = false;
|
|
50256
|
-
this.br = this.i.
|
|
50256
|
+
this.br = this.i.j;
|
|
50257
50257
|
a.ad(this.i);
|
|
50258
50258
|
}
|
|
50259
50259
|
var b;
|
|
50260
|
-
if (this.h != this.i || this.bt != this.i.
|
|
50260
|
+
if (this.h != this.i || this.bt != this.i.j) {
|
|
50261
50261
|
this.h = this.i;
|
|
50262
|
-
this.bt = this.i.
|
|
50262
|
+
this.bt = this.i.j;
|
|
50263
50263
|
this.ar = igniteuiWebcomponentsCore.FontUtil.getCurrentFontHeight(this.bm, this.i);
|
|
50264
50264
|
}
|
|
50265
50265
|
b = this.ar;
|
|
@@ -52151,9 +52151,9 @@
|
|
|
52151
52151
|
if (a == null) {
|
|
52152
52152
|
return;
|
|
52153
52153
|
}
|
|
52154
|
-
if (this.c8 || (this.c7 != null && this.c7.
|
|
52154
|
+
if (this.c8 || (this.c7 != null && this.c7.j != this.de)) {
|
|
52155
52155
|
this.c8 = false;
|
|
52156
|
-
this.de = this.c7.
|
|
52156
|
+
this.de = this.c7.j;
|
|
52157
52157
|
a.ad(this.c7);
|
|
52158
52158
|
this.da = igniteuiWebcomponentsCore.FontUtil.getCurrentFontHeight(this.bn, this.c7);
|
|
52159
52159
|
}
|
|
@@ -53035,8 +53035,8 @@
|
|
|
53035
53035
|
return;
|
|
53036
53036
|
}
|
|
53037
53037
|
var b = igniteuiWebcomponentsCore.DeviceUtils.f(12);
|
|
53038
|
-
if (a.ag != null && !igniteuiWebcomponentsCore.isNaN_(a.ag.
|
|
53039
|
-
b = a.ag.
|
|
53038
|
+
if (a.ag != null && !igniteuiWebcomponentsCore.isNaN_(a.ag.f)) {
|
|
53039
|
+
b = a.ag.f;
|
|
53040
53040
|
}
|
|
53041
53041
|
if (this.y != b) {
|
|
53042
53042
|
this.y = b;
|
|
@@ -56423,7 +56423,7 @@
|
|
|
56423
56423
|
FilterCell.prototype.d4 = function (a) {
|
|
56424
56424
|
if (this.cw != null) {
|
|
56425
56425
|
this.cw.disabled = !a;
|
|
56426
|
-
this.cw.
|
|
56426
|
+
this.cw.ak = a ? 1 : 0.3;
|
|
56427
56427
|
}
|
|
56428
56428
|
};
|
|
56429
56429
|
FilterCell.prototype.di = function (a) {
|
|
@@ -63069,7 +63069,7 @@
|
|
|
63069
63069
|
if (c != 0) {
|
|
63070
63070
|
a.l(",");
|
|
63071
63071
|
}
|
|
63072
|
-
a.l(this.d._inner[c].
|
|
63072
|
+
a.l(this.d._inner[c].k());
|
|
63073
63073
|
}
|
|
63074
63074
|
a.l("]");
|
|
63075
63075
|
a.l("}");
|
|
@@ -63308,7 +63308,7 @@
|
|
|
63308
63308
|
ColumnGroupingView.prototype.aq = function () {
|
|
63309
63309
|
if (this.t != null) {
|
|
63310
63310
|
if (this.e.k != null) {
|
|
63311
|
-
this.t.setStyleProperty("font", this.e.k.
|
|
63311
|
+
this.t.setStyleProperty("font", this.e.k.t);
|
|
63312
63312
|
}
|
|
63313
63313
|
else {
|
|
63314
63314
|
this.t.setStyleProperty("font", "14px Verdana");
|
|
@@ -63320,7 +63320,7 @@
|
|
|
63320
63320
|
var a = this.i.count;
|
|
63321
63321
|
for (var b = 0; b < a; b++) {
|
|
63322
63322
|
var c = this.i._inner[b];
|
|
63323
|
-
c.setStyleProperty("font", this.e.k.
|
|
63323
|
+
c.setStyleProperty("font", this.e.k.t);
|
|
63324
63324
|
}
|
|
63325
63325
|
}
|
|
63326
63326
|
};
|
|
@@ -63384,7 +63384,7 @@
|
|
|
63384
63384
|
f.setAttribute("data-field", a._inner[c].b.toString());
|
|
63385
63385
|
var g = this.n.createElement("span");
|
|
63386
63386
|
if (this.e.k != null) {
|
|
63387
|
-
g.setStyleProperty("font", this.e.k.
|
|
63387
|
+
g.setStyleProperty("font", this.e.k.t);
|
|
63388
63388
|
}
|
|
63389
63389
|
else {
|
|
63390
63390
|
g.setStyleProperty("font", "14px Verdana");
|
|
@@ -64120,7 +64120,7 @@
|
|
|
64120
64120
|
}
|
|
64121
64121
|
var j = this.d.j;
|
|
64122
64122
|
for (var k = 0; k < j.count; k++) {
|
|
64123
|
-
var l = this.q._inner[k].
|
|
64123
|
+
var l = this.q._inner[k].au();
|
|
64124
64124
|
var m = this.d.b(j._inner[k]);
|
|
64125
64125
|
l.h = m[0] - d;
|
|
64126
64126
|
l.f = m[1] - e;
|
|
@@ -64130,30 +64130,30 @@
|
|
|
64130
64130
|
}
|
|
64131
64131
|
if (this.k != null) {
|
|
64132
64132
|
var n = this.k;
|
|
64133
|
-
if (this.d != null && n.
|
|
64133
|
+
if (this.d != null && n.q == null) {
|
|
64134
64134
|
var o = this.d.o;
|
|
64135
64135
|
var p = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(o, n.fontString);
|
|
64136
|
-
n.p = p.p;
|
|
64137
|
-
n.e = p.e;
|
|
64138
64136
|
n.q = p.q;
|
|
64139
|
-
n.
|
|
64137
|
+
n.f = p.f;
|
|
64138
|
+
n.r = p.r;
|
|
64140
64139
|
n.t = p.t;
|
|
64141
64140
|
n.u = p.u;
|
|
64141
|
+
n.v = p.v;
|
|
64142
64142
|
}
|
|
64143
|
-
if (n.
|
|
64144
|
-
a.j = n.
|
|
64143
|
+
if (n.q != null) {
|
|
64144
|
+
a.j = n.q;
|
|
64145
64145
|
}
|
|
64146
|
-
if (!igniteuiWebcomponentsCore.isNaN_(n.
|
|
64147
|
-
a.g = n.
|
|
64146
|
+
if (!igniteuiWebcomponentsCore.isNaN_(n.f)) {
|
|
64147
|
+
a.g = n.f;
|
|
64148
64148
|
}
|
|
64149
|
-
if (n.
|
|
64150
|
-
a.n = n.
|
|
64149
|
+
if (n.v != null) {
|
|
64150
|
+
a.n = n.v;
|
|
64151
64151
|
}
|
|
64152
|
-
if (n.
|
|
64153
|
-
a.l = n.
|
|
64152
|
+
if (n.t != null) {
|
|
64153
|
+
a.l = n.t;
|
|
64154
64154
|
}
|
|
64155
|
-
if (n.
|
|
64156
|
-
a.k = n.
|
|
64155
|
+
if (n.r != null) {
|
|
64156
|
+
a.k = n.t;
|
|
64157
64157
|
}
|
|
64158
64158
|
}
|
|
64159
64159
|
return a;
|
|
@@ -76555,8 +76555,8 @@
|
|
|
76555
76555
|
get: function () {
|
|
76556
76556
|
if (null == this.ac) {
|
|
76557
76557
|
this.ac = new igniteuiWebcomponentsCore.FontInfo();
|
|
76558
|
-
this.ac.
|
|
76559
|
-
this.ac.
|
|
76558
|
+
this.ac.q = "Verdana";
|
|
76559
|
+
this.ac.f = 12;
|
|
76560
76560
|
}
|
|
76561
76561
|
return this.ac;
|
|
76562
76562
|
},
|
|
@@ -76567,8 +76567,8 @@
|
|
|
76567
76567
|
get: function () {
|
|
76568
76568
|
if (null == this.ae) {
|
|
76569
76569
|
this.ae = new igniteuiWebcomponentsCore.FontInfo();
|
|
76570
|
-
this.ae.
|
|
76571
|
-
this.ae.
|
|
76570
|
+
this.ae.q = "Verdana";
|
|
76571
|
+
this.ae.f = 14;
|
|
76572
76572
|
}
|
|
76573
76573
|
return this.ae;
|
|
76574
76574
|
},
|
|
@@ -82423,8 +82423,8 @@
|
|
|
82423
82423
|
get: function () {
|
|
82424
82424
|
if (null == this.ch) {
|
|
82425
82425
|
this.ch = new igniteuiWebcomponentsCore.FontInfo();
|
|
82426
|
-
this.ch.
|
|
82427
|
-
this.ch.
|
|
82426
|
+
this.ch.q = "Verdana";
|
|
82427
|
+
this.ch.f = 16;
|
|
82428
82428
|
}
|
|
82429
82429
|
return this.ch;
|
|
82430
82430
|
},
|
|
@@ -85847,8 +85847,8 @@
|
|
|
85847
85847
|
get: function () {
|
|
85848
85848
|
if (null == this.a0) {
|
|
85849
85849
|
this.a0 = new igniteuiWebcomponentsCore.FontInfo();
|
|
85850
|
-
this.a0.
|
|
85851
|
-
this.a0.
|
|
85850
|
+
this.a0.q = "Verdana";
|
|
85851
|
+
this.a0.f = igniteuiWebcomponentsCore.DeviceUtils.f(16);
|
|
85852
85852
|
}
|
|
85853
85853
|
return this.a0;
|
|
85854
85854
|
},
|
|
@@ -87193,86 +87193,86 @@
|
|
|
87193
87193
|
a.i = this.v.e.exportVisualModel();
|
|
87194
87194
|
if (this.av != null) {
|
|
87195
87195
|
var b = this.av;
|
|
87196
|
-
if (this.v != null && b.
|
|
87196
|
+
if (this.v != null && b.q == null) {
|
|
87197
87197
|
var c = this.v.ad;
|
|
87198
87198
|
var d = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(c, b.fontString);
|
|
87199
|
-
b.p = d.p;
|
|
87200
|
-
b.e = d.e;
|
|
87201
87199
|
b.q = d.q;
|
|
87202
|
-
b.
|
|
87200
|
+
b.f = d.f;
|
|
87201
|
+
b.r = d.r;
|
|
87203
87202
|
b.t = d.t;
|
|
87204
87203
|
b.u = d.u;
|
|
87204
|
+
b.v = d.v;
|
|
87205
87205
|
}
|
|
87206
|
-
if (b.
|
|
87207
|
-
a.ab = b.
|
|
87206
|
+
if (b.q != null) {
|
|
87207
|
+
a.ab = b.q;
|
|
87208
87208
|
}
|
|
87209
|
-
if (!igniteuiWebcomponentsCore.isNaN_(b.
|
|
87210
|
-
a.v = b.
|
|
87209
|
+
if (!igniteuiWebcomponentsCore.isNaN_(b.f)) {
|
|
87210
|
+
a.v = b.f;
|
|
87211
87211
|
}
|
|
87212
|
-
if (b.
|
|
87213
|
-
a.af = b.
|
|
87212
|
+
if (b.v != null) {
|
|
87213
|
+
a.af = b.v;
|
|
87214
87214
|
}
|
|
87215
|
-
if (b.
|
|
87216
|
-
a.ad = b.
|
|
87215
|
+
if (b.t != null) {
|
|
87216
|
+
a.ad = b.t;
|
|
87217
87217
|
}
|
|
87218
|
-
if (b.
|
|
87219
|
-
a.ac = b.
|
|
87218
|
+
if (b.r != null) {
|
|
87219
|
+
a.ac = b.t;
|
|
87220
87220
|
}
|
|
87221
87221
|
}
|
|
87222
87222
|
if (this.aw != null) {
|
|
87223
87223
|
var e = this.aw;
|
|
87224
|
-
if (this.v != null && e.
|
|
87224
|
+
if (this.v != null && e.q == null) {
|
|
87225
87225
|
var f = this.v.ad;
|
|
87226
87226
|
var g = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(f, e.fontString);
|
|
87227
|
-
e.p = g.p;
|
|
87228
|
-
e.e = g.e;
|
|
87229
87227
|
e.q = g.q;
|
|
87230
|
-
e.
|
|
87228
|
+
e.f = g.f;
|
|
87229
|
+
e.r = g.r;
|
|
87231
87230
|
e.t = g.t;
|
|
87232
87231
|
e.u = g.u;
|
|
87232
|
+
e.v = g.v;
|
|
87233
87233
|
}
|
|
87234
|
-
if (e.
|
|
87235
|
-
a.ag = e.
|
|
87234
|
+
if (e.q != null) {
|
|
87235
|
+
a.ag = e.q;
|
|
87236
87236
|
}
|
|
87237
|
-
if (!igniteuiWebcomponentsCore.isNaN_(e.
|
|
87238
|
-
a.w = e.
|
|
87237
|
+
if (!igniteuiWebcomponentsCore.isNaN_(e.f)) {
|
|
87238
|
+
a.w = e.f;
|
|
87239
87239
|
}
|
|
87240
|
-
if (e.
|
|
87241
|
-
a.ak = e.
|
|
87240
|
+
if (e.v != null) {
|
|
87241
|
+
a.ak = e.v;
|
|
87242
87242
|
}
|
|
87243
|
-
if (e.
|
|
87244
|
-
a.ai = e.
|
|
87243
|
+
if (e.t != null) {
|
|
87244
|
+
a.ai = e.t;
|
|
87245
87245
|
}
|
|
87246
|
-
if (e.
|
|
87247
|
-
a.ah = e.
|
|
87246
|
+
if (e.r != null) {
|
|
87247
|
+
a.ah = e.t;
|
|
87248
87248
|
}
|
|
87249
87249
|
}
|
|
87250
87250
|
if (this.ax != null) {
|
|
87251
87251
|
var h = this.ax;
|
|
87252
|
-
if (this.v != null && h.
|
|
87252
|
+
if (this.v != null && h.q == null) {
|
|
87253
87253
|
var i = this.v.ad;
|
|
87254
87254
|
var j = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(i, h.fontString);
|
|
87255
|
-
h.p = j.p;
|
|
87256
|
-
h.e = j.e;
|
|
87257
87255
|
h.q = j.q;
|
|
87258
|
-
h.
|
|
87256
|
+
h.f = j.f;
|
|
87257
|
+
h.r = j.r;
|
|
87259
87258
|
h.t = j.t;
|
|
87260
87259
|
h.u = j.u;
|
|
87260
|
+
h.v = j.v;
|
|
87261
87261
|
}
|
|
87262
|
-
if (h.
|
|
87263
|
-
a.ao = h.
|
|
87262
|
+
if (h.q != null) {
|
|
87263
|
+
a.ao = h.q;
|
|
87264
87264
|
}
|
|
87265
|
-
if (!igniteuiWebcomponentsCore.isNaN_(h.
|
|
87266
|
-
a.x = h.
|
|
87265
|
+
if (!igniteuiWebcomponentsCore.isNaN_(h.f)) {
|
|
87266
|
+
a.x = h.f;
|
|
87267
87267
|
}
|
|
87268
|
-
if (h.
|
|
87269
|
-
a.as = h.
|
|
87268
|
+
if (h.v != null) {
|
|
87269
|
+
a.as = h.v;
|
|
87270
87270
|
}
|
|
87271
|
-
if (h.
|
|
87272
|
-
a.aq = h.
|
|
87271
|
+
if (h.t != null) {
|
|
87272
|
+
a.aq = h.t;
|
|
87273
87273
|
}
|
|
87274
|
-
if (h.
|
|
87275
|
-
a.ap = h.
|
|
87274
|
+
if (h.r != null) {
|
|
87275
|
+
a.ap = h.t;
|
|
87276
87276
|
}
|
|
87277
87277
|
}
|
|
87278
87278
|
return a;
|
|
@@ -96500,11 +96500,11 @@
|
|
|
96500
96500
|
_this.l = null;
|
|
96501
96501
|
_this.c = ((function () {
|
|
96502
96502
|
var $ret = new igniteuiWebcomponentsCore.FontInfo();
|
|
96503
|
-
$ret.
|
|
96504
|
-
$ret.
|
|
96505
|
-
$ret.
|
|
96506
|
-
$ret.
|
|
96507
|
-
$ret.
|
|
96503
|
+
$ret.q = "Verdana";
|
|
96504
|
+
$ret.f = 13;
|
|
96505
|
+
$ret.t = "Normal";
|
|
96506
|
+
$ret.v = "Normal";
|
|
96507
|
+
$ret.r = "Normal";
|
|
96508
96508
|
return $ret;
|
|
96509
96509
|
})());
|
|
96510
96510
|
_this.af = new igniteuiWebcomponentsCore.Size();
|