igniteui-webcomponents-grids 4.7.2 → 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
|
@@ -846,42 +846,42 @@ let GridStyleRepository = /*@__PURE__*/ (() => {
|
|
|
846
846
|
static get l() {
|
|
847
847
|
if (GridStyleRepository.g == null) {
|
|
848
848
|
GridStyleRepository.g = new FontInfo();
|
|
849
|
-
GridStyleRepository.g.
|
|
850
|
-
GridStyleRepository.g.
|
|
849
|
+
GridStyleRepository.g.f = DeviceUtils.f(13);
|
|
850
|
+
GridStyleRepository.g.q = "Verdana";
|
|
851
851
|
}
|
|
852
852
|
return GridStyleRepository.g;
|
|
853
853
|
}
|
|
854
854
|
static get k() {
|
|
855
855
|
if (GridStyleRepository.f == null) {
|
|
856
856
|
GridStyleRepository.f = new FontInfo();
|
|
857
|
-
GridStyleRepository.f.
|
|
858
|
-
GridStyleRepository.f.
|
|
859
|
-
GridStyleRepository.f.
|
|
857
|
+
GridStyleRepository.f.f = DeviceUtils.f(13);
|
|
858
|
+
GridStyleRepository.f.t = "italic";
|
|
859
|
+
GridStyleRepository.f.q = "Verdana";
|
|
860
860
|
}
|
|
861
861
|
return GridStyleRepository.f;
|
|
862
862
|
}
|
|
863
863
|
static get h() {
|
|
864
864
|
if (GridStyleRepository.c == null) {
|
|
865
865
|
GridStyleRepository.c = new FontInfo();
|
|
866
|
-
GridStyleRepository.c.
|
|
867
|
-
GridStyleRepository.c.
|
|
866
|
+
GridStyleRepository.c.f = DeviceUtils.f(14);
|
|
867
|
+
GridStyleRepository.c.q = "Verdana";
|
|
868
868
|
}
|
|
869
869
|
return GridStyleRepository.c;
|
|
870
870
|
}
|
|
871
871
|
static get j() {
|
|
872
872
|
if (GridStyleRepository.d == null) {
|
|
873
873
|
GridStyleRepository.d = new FontInfo();
|
|
874
|
-
GridStyleRepository.d.
|
|
875
|
-
GridStyleRepository.d.
|
|
876
|
-
GridStyleRepository.d.
|
|
874
|
+
GridStyleRepository.d.f = DeviceUtils.f(12);
|
|
875
|
+
GridStyleRepository.d.v = "600";
|
|
876
|
+
GridStyleRepository.d.q = "Verdana";
|
|
877
877
|
}
|
|
878
878
|
return GridStyleRepository.d;
|
|
879
879
|
}
|
|
880
880
|
static get i() {
|
|
881
881
|
if (GridStyleRepository.e == null) {
|
|
882
882
|
GridStyleRepository.e = new FontInfo();
|
|
883
|
-
GridStyleRepository.e.
|
|
884
|
-
GridStyleRepository.e.
|
|
883
|
+
GridStyleRepository.e.f = DeviceUtils.f(12);
|
|
884
|
+
GridStyleRepository.e.q = "Verdana";
|
|
885
885
|
}
|
|
886
886
|
return GridStyleRepository.e;
|
|
887
887
|
}
|
|
@@ -9109,30 +9109,30 @@ let CellModel = /*@__PURE__*/ (() => {
|
|
|
9109
9109
|
a.c = AppearanceHelper.a(this.k2);
|
|
9110
9110
|
if (this.ae != null) {
|
|
9111
9111
|
let b = this.ae;
|
|
9112
|
-
if (this.p != null && b.
|
|
9112
|
+
if (this.p != null && b.q == null) {
|
|
9113
9113
|
let c = this.p.externalGrid.renderer;
|
|
9114
9114
|
let d = FontUtil.getFontInfoFromString(c, b.fontString);
|
|
9115
|
-
b.p = d.p;
|
|
9116
|
-
b.e = d.e;
|
|
9117
9115
|
b.q = d.q;
|
|
9118
|
-
b.
|
|
9116
|
+
b.f = d.f;
|
|
9117
|
+
b.r = d.r;
|
|
9119
9118
|
b.t = d.t;
|
|
9120
9119
|
b.u = d.u;
|
|
9120
|
+
b.v = d.v;
|
|
9121
9121
|
}
|
|
9122
|
-
if (b.
|
|
9123
|
-
a.u = b.
|
|
9122
|
+
if (b.q != null) {
|
|
9123
|
+
a.u = b.q;
|
|
9124
9124
|
}
|
|
9125
|
-
if (!isNaN_(b.
|
|
9126
|
-
a.j = b.
|
|
9125
|
+
if (!isNaN_(b.f)) {
|
|
9126
|
+
a.j = b.f;
|
|
9127
9127
|
}
|
|
9128
|
-
if (b.
|
|
9129
|
-
a.y = b.
|
|
9128
|
+
if (b.v != null) {
|
|
9129
|
+
a.y = b.v;
|
|
9130
9130
|
}
|
|
9131
|
-
if (b.
|
|
9132
|
-
a.w = b.
|
|
9131
|
+
if (b.t != null) {
|
|
9132
|
+
a.w = b.t;
|
|
9133
9133
|
}
|
|
9134
|
-
if (b.
|
|
9135
|
-
a.v = b.
|
|
9134
|
+
if (b.r != null) {
|
|
9135
|
+
a.v = b.t;
|
|
9136
9136
|
}
|
|
9137
9137
|
}
|
|
9138
9138
|
return a;
|
|
@@ -10048,58 +10048,58 @@ let SummaryCellModel = /*@__PURE__*/ (() => {
|
|
|
10048
10048
|
b.af = AppearanceHelper.a(this.lg);
|
|
10049
10049
|
if (this.lk != null) {
|
|
10050
10050
|
let c = this.lk;
|
|
10051
|
-
if (this.p != null && c.
|
|
10051
|
+
if (this.p != null && c.q == null) {
|
|
10052
10052
|
let d = this.p.externalGrid.renderer;
|
|
10053
10053
|
let e = FontUtil.getFontInfoFromString(d, c.fontString);
|
|
10054
|
-
c.p = e.p;
|
|
10055
|
-
c.e = e.e;
|
|
10056
10054
|
c.q = e.q;
|
|
10057
|
-
c.
|
|
10055
|
+
c.f = e.f;
|
|
10056
|
+
c.r = e.r;
|
|
10058
10057
|
c.t = e.t;
|
|
10059
10058
|
c.u = e.u;
|
|
10059
|
+
c.v = e.v;
|
|
10060
10060
|
}
|
|
10061
|
-
if (c.
|
|
10062
|
-
b.aj = c.
|
|
10061
|
+
if (c.q != null) {
|
|
10062
|
+
b.aj = c.q;
|
|
10063
10063
|
}
|
|
10064
|
-
if (!isNaN_(c.
|
|
10065
|
-
b.ag = c.
|
|
10064
|
+
if (!isNaN_(c.f)) {
|
|
10065
|
+
b.ag = c.f;
|
|
10066
10066
|
}
|
|
10067
|
-
if (c.
|
|
10068
|
-
b.an = c.
|
|
10067
|
+
if (c.v != null) {
|
|
10068
|
+
b.an = c.v;
|
|
10069
10069
|
}
|
|
10070
|
-
if (c.
|
|
10071
|
-
b.al = c.
|
|
10070
|
+
if (c.t != null) {
|
|
10071
|
+
b.al = c.t;
|
|
10072
10072
|
}
|
|
10073
|
-
if (c.
|
|
10074
|
-
b.ak = c.
|
|
10073
|
+
if (c.r != null) {
|
|
10074
|
+
b.ak = c.t;
|
|
10075
10075
|
}
|
|
10076
10076
|
}
|
|
10077
10077
|
if (this.ag != null) {
|
|
10078
10078
|
let f = this.ag;
|
|
10079
|
-
if (this.p != null && f.
|
|
10079
|
+
if (this.p != null && f.q == null) {
|
|
10080
10080
|
let g = this.p.externalGrid.renderer;
|
|
10081
10081
|
let h = FontUtil.getFontInfoFromString(g, f.fontString);
|
|
10082
|
-
f.p = h.p;
|
|
10083
|
-
f.e = h.e;
|
|
10084
10082
|
f.q = h.q;
|
|
10085
|
-
f.
|
|
10083
|
+
f.f = h.f;
|
|
10084
|
+
f.r = h.r;
|
|
10086
10085
|
f.t = h.t;
|
|
10087
10086
|
f.u = h.u;
|
|
10087
|
+
f.v = h.v;
|
|
10088
10088
|
}
|
|
10089
|
-
if (f.
|
|
10090
|
-
b.ap = f.
|
|
10089
|
+
if (f.q != null) {
|
|
10090
|
+
b.ap = f.q;
|
|
10091
10091
|
}
|
|
10092
|
-
if (!isNaN_(f.
|
|
10093
|
-
b.ah = f.
|
|
10092
|
+
if (!isNaN_(f.f)) {
|
|
10093
|
+
b.ah = f.f;
|
|
10094
10094
|
}
|
|
10095
|
-
if (f.
|
|
10096
|
-
b.at = f.
|
|
10095
|
+
if (f.v != null) {
|
|
10096
|
+
b.at = f.v;
|
|
10097
10097
|
}
|
|
10098
|
-
if (f.
|
|
10099
|
-
b.ar = f.
|
|
10098
|
+
if (f.t != null) {
|
|
10099
|
+
b.ar = f.t;
|
|
10100
10100
|
}
|
|
10101
|
-
if (f.
|
|
10102
|
-
b.aq = f.
|
|
10101
|
+
if (f.r != null) {
|
|
10102
|
+
b.aq = f.t;
|
|
10103
10103
|
}
|
|
10104
10104
|
}
|
|
10105
10105
|
return b;
|
|
@@ -11517,30 +11517,30 @@ let Pager = /*@__PURE__*/ (() => {
|
|
|
11517
11517
|
a.d = this.n.j().b();
|
|
11518
11518
|
if (this.s != null) {
|
|
11519
11519
|
let b = this.s;
|
|
11520
|
-
if (this.n != null && b.
|
|
11520
|
+
if (this.n != null && b.q == null) {
|
|
11521
11521
|
let c = this.n.m;
|
|
11522
11522
|
let d = FontUtil.getFontInfoFromString(c, b.fontString);
|
|
11523
|
-
b.p = d.p;
|
|
11524
|
-
b.e = d.e;
|
|
11525
11523
|
b.q = d.q;
|
|
11526
|
-
b.
|
|
11524
|
+
b.f = d.f;
|
|
11525
|
+
b.r = d.r;
|
|
11527
11526
|
b.t = d.t;
|
|
11528
11527
|
b.u = d.u;
|
|
11528
|
+
b.v = d.v;
|
|
11529
11529
|
}
|
|
11530
|
-
if (b.
|
|
11531
|
-
a.l = b.
|
|
11530
|
+
if (b.q != null) {
|
|
11531
|
+
a.l = b.q;
|
|
11532
11532
|
}
|
|
11533
|
-
if (!isNaN_(b.
|
|
11534
|
-
a.g = b.
|
|
11533
|
+
if (!isNaN_(b.f)) {
|
|
11534
|
+
a.g = b.f;
|
|
11535
11535
|
}
|
|
11536
|
-
if (b.
|
|
11537
|
-
a.p = b.
|
|
11536
|
+
if (b.v != null) {
|
|
11537
|
+
a.p = b.v;
|
|
11538
11538
|
}
|
|
11539
|
-
if (b.
|
|
11540
|
-
a.n = b.
|
|
11539
|
+
if (b.t != null) {
|
|
11540
|
+
a.n = b.t;
|
|
11541
11541
|
}
|
|
11542
|
-
if (b.
|
|
11543
|
-
a.m = b.
|
|
11542
|
+
if (b.r != null) {
|
|
11543
|
+
a.m = b.t;
|
|
11544
11544
|
}
|
|
11545
11545
|
}
|
|
11546
11546
|
return a;
|
|
@@ -12533,7 +12533,7 @@ let DataGrid = /*@__PURE__*/ (() => {
|
|
|
12533
12533
|
wd(a, b, c, d) {
|
|
12534
12534
|
this.l6 = this.model.actualVisibleRegion.left;
|
|
12535
12535
|
this.l7 = this.model.actualVisibleRegion.top;
|
|
12536
|
-
if ((this.dragger == null || !this.dragger.isDragActive) && a.g && !a.h && this.columnMovingMode != 1) {
|
|
12536
|
+
if ((this.dragger == null || !this.dragger.isDragActive) && a.g && !a.h && !a.ay && this.columnMovingMode != 1) {
|
|
12537
12537
|
let e = this.cm(a);
|
|
12538
12538
|
if (e != null && e.g6) {
|
|
12539
12539
|
this.externalGrid.ensureColumnsAreManual();
|
|
@@ -21385,10 +21385,10 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
21385
21385
|
let r = m;
|
|
21386
21386
|
let s = n;
|
|
21387
21387
|
if (r != null) {
|
|
21388
|
-
r.
|
|
21388
|
+
r.w(a.externalGrid.renderer);
|
|
21389
21389
|
}
|
|
21390
21390
|
if (s != null) {
|
|
21391
|
-
s.
|
|
21391
|
+
s.w(a.externalGrid.renderer);
|
|
21392
21392
|
}
|
|
21393
21393
|
let t = new FontInfo();
|
|
21394
21394
|
FontUtil.interpolateFont(t, l, r, s);
|
|
@@ -21571,10 +21571,10 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
21571
21571
|
let u = p;
|
|
21572
21572
|
let v = q;
|
|
21573
21573
|
if (u != null) {
|
|
21574
|
-
u.
|
|
21574
|
+
u.w(a.externalGrid.renderer);
|
|
21575
21575
|
}
|
|
21576
21576
|
if (v != null) {
|
|
21577
|
-
v.
|
|
21577
|
+
v.w(a.externalGrid.renderer);
|
|
21578
21578
|
}
|
|
21579
21579
|
let w = new FontInfo();
|
|
21580
21580
|
FontUtil.interpolateFont(w, o, u, v);
|
|
@@ -23022,7 +23022,7 @@ let DefinitionBase = /*@__PURE__*/ (() => {
|
|
|
23022
23022
|
}
|
|
23023
23023
|
if (this.grid != null) {
|
|
23024
23024
|
if (this.ad != null) {
|
|
23025
|
-
this.ad.
|
|
23025
|
+
this.ad.w(this.grid.externalGrid.renderer);
|
|
23026
23026
|
}
|
|
23027
23027
|
}
|
|
23028
23028
|
a.ag = this.ad;
|
|
@@ -24498,7 +24498,7 @@ let DataGridColumn = /*@__PURE__*/ (() => {
|
|
|
24498
24498
|
a.f1 = this.h1;
|
|
24499
24499
|
if (this.grid != null) {
|
|
24500
24500
|
if (this.gb != null) {
|
|
24501
|
-
this.gb.
|
|
24501
|
+
this.gb.w(this.grid.externalGrid.renderer);
|
|
24502
24502
|
}
|
|
24503
24503
|
}
|
|
24504
24504
|
a.af = this.gb;
|
|
@@ -43643,8 +43643,8 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43643
43643
|
this.ay = 0;
|
|
43644
43644
|
this.i = ((() => {
|
|
43645
43645
|
let $ret = new FontInfo();
|
|
43646
|
-
$ret.
|
|
43647
|
-
$ret.
|
|
43646
|
+
$ret.q = "Verdana";
|
|
43647
|
+
$ret.f = 12;
|
|
43648
43648
|
return $ret;
|
|
43649
43649
|
})());
|
|
43650
43650
|
this.p = true;
|
|
@@ -43766,9 +43766,9 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43766
43766
|
}
|
|
43767
43767
|
if (this.aa || this.u || i || !this.v) {
|
|
43768
43768
|
this.aa = false;
|
|
43769
|
-
if (this.p || this.u || (this.i != null && this.i.
|
|
43769
|
+
if (this.p || this.u || (this.i != null && this.i.j != this.br)) {
|
|
43770
43770
|
this.p = false;
|
|
43771
|
-
this.br = this.i.
|
|
43771
|
+
this.br = this.i.j;
|
|
43772
43772
|
j.ad(this.i);
|
|
43773
43773
|
}
|
|
43774
43774
|
if (f != 1) {
|
|
@@ -44041,8 +44041,8 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
44041
44041
|
}
|
|
44042
44042
|
this.o = true;
|
|
44043
44043
|
let b = DeviceUtils.f(12);
|
|
44044
|
-
if (a.ag != null && !isNaN_(a.ag.
|
|
44045
|
-
b = a.ag.
|
|
44044
|
+
if (a.ag != null && !isNaN_(a.ag.f)) {
|
|
44045
|
+
b = a.ag.f;
|
|
44046
44046
|
}
|
|
44047
44047
|
if (this.ay != b) {
|
|
44048
44048
|
this.ay = b;
|
|
@@ -44089,15 +44089,15 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
44089
44089
|
if (a == null) {
|
|
44090
44090
|
return;
|
|
44091
44091
|
}
|
|
44092
|
-
if (this.p || (this.i != null && this.i.
|
|
44092
|
+
if (this.p || (this.i != null && this.i.j != this.br)) {
|
|
44093
44093
|
this.p = false;
|
|
44094
|
-
this.br = this.i.
|
|
44094
|
+
this.br = this.i.j;
|
|
44095
44095
|
a.ad(this.i);
|
|
44096
44096
|
}
|
|
44097
44097
|
let b;
|
|
44098
|
-
if (this.h != this.i || this.bt != this.i.
|
|
44098
|
+
if (this.h != this.i || this.bt != this.i.j) {
|
|
44099
44099
|
this.h = this.i;
|
|
44100
|
-
this.bt = this.i.
|
|
44100
|
+
this.bt = this.i.j;
|
|
44101
44101
|
this.ar = FontUtil.getCurrentFontHeight(this.bm, this.i);
|
|
44102
44102
|
}
|
|
44103
44103
|
b = this.ar;
|
|
@@ -45880,9 +45880,9 @@ let CanvasSummaryCell = /*@__PURE__*/ (() => {
|
|
|
45880
45880
|
if (a == null) {
|
|
45881
45881
|
return;
|
|
45882
45882
|
}
|
|
45883
|
-
if (this.c8 || (this.c7 != null && this.c7.
|
|
45883
|
+
if (this.c8 || (this.c7 != null && this.c7.j != this.de)) {
|
|
45884
45884
|
this.c8 = false;
|
|
45885
|
-
this.de = this.c7.
|
|
45885
|
+
this.de = this.c7.j;
|
|
45886
45886
|
a.ad(this.c7);
|
|
45887
45887
|
this.da = FontUtil.getCurrentFontHeight(this.bn, this.c7);
|
|
45888
45888
|
}
|
|
@@ -46651,8 +46651,8 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
46651
46651
|
return;
|
|
46652
46652
|
}
|
|
46653
46653
|
let b = DeviceUtils.f(12);
|
|
46654
|
-
if (a.ag != null && !isNaN_(a.ag.
|
|
46655
|
-
b = a.ag.
|
|
46654
|
+
if (a.ag != null && !isNaN_(a.ag.f)) {
|
|
46655
|
+
b = a.ag.f;
|
|
46656
46656
|
}
|
|
46657
46657
|
if (this.y != b) {
|
|
46658
46658
|
this.y = b;
|
|
@@ -49728,7 +49728,7 @@ let FilterCell = /*@__PURE__*/ (() => {
|
|
|
49728
49728
|
d4(a) {
|
|
49729
49729
|
if (this.cw != null) {
|
|
49730
49730
|
this.cw.disabled = !a;
|
|
49731
|
-
this.cw.
|
|
49731
|
+
this.cw.ak = a ? 1 : 0.3;
|
|
49732
49732
|
}
|
|
49733
49733
|
}
|
|
49734
49734
|
di(a) {
|
|
@@ -55795,7 +55795,7 @@ let ColumnGroupingVisualModelExport = /*@__PURE__*/ (() => {
|
|
|
55795
55795
|
if (c != 0) {
|
|
55796
55796
|
a.l(",");
|
|
55797
55797
|
}
|
|
55798
|
-
a.l(this.d._inner[c].
|
|
55798
|
+
a.l(this.d._inner[c].k());
|
|
55799
55799
|
}
|
|
55800
55800
|
a.l("]");
|
|
55801
55801
|
a.l("}");
|
|
@@ -56006,7 +56006,7 @@ let ColumnGroupingView = /*@__PURE__*/ (() => {
|
|
|
56006
56006
|
aq() {
|
|
56007
56007
|
if (this.t != null) {
|
|
56008
56008
|
if (this.e.k != null) {
|
|
56009
|
-
this.t.setStyleProperty("font", this.e.k.
|
|
56009
|
+
this.t.setStyleProperty("font", this.e.k.t);
|
|
56010
56010
|
}
|
|
56011
56011
|
else {
|
|
56012
56012
|
this.t.setStyleProperty("font", "14px Verdana");
|
|
@@ -56018,7 +56018,7 @@ let ColumnGroupingView = /*@__PURE__*/ (() => {
|
|
|
56018
56018
|
let a = this.i.count;
|
|
56019
56019
|
for (let b = 0; b < a; b++) {
|
|
56020
56020
|
let c = this.i._inner[b];
|
|
56021
|
-
c.setStyleProperty("font", this.e.k.
|
|
56021
|
+
c.setStyleProperty("font", this.e.k.t);
|
|
56022
56022
|
}
|
|
56023
56023
|
}
|
|
56024
56024
|
}
|
|
@@ -56082,7 +56082,7 @@ let ColumnGroupingView = /*@__PURE__*/ (() => {
|
|
|
56082
56082
|
f.setAttribute("data-field", a._inner[c].b.toString());
|
|
56083
56083
|
let g = this.n.createElement("span");
|
|
56084
56084
|
if (this.e.k != null) {
|
|
56085
|
-
g.setStyleProperty("font", this.e.k.
|
|
56085
|
+
g.setStyleProperty("font", this.e.k.t);
|
|
56086
56086
|
}
|
|
56087
56087
|
else {
|
|
56088
56088
|
g.setStyleProperty("font", "14px Verdana");
|
|
@@ -56767,7 +56767,7 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
56767
56767
|
}
|
|
56768
56768
|
let j = this.d.j;
|
|
56769
56769
|
for (let k = 0; k < j.count; k++) {
|
|
56770
|
-
let l = this.q._inner[k].
|
|
56770
|
+
let l = this.q._inner[k].au();
|
|
56771
56771
|
let m = this.d.b(j._inner[k]);
|
|
56772
56772
|
l.h = m[0] - d;
|
|
56773
56773
|
l.f = m[1] - e;
|
|
@@ -56777,30 +56777,30 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
56777
56777
|
}
|
|
56778
56778
|
if (this.k != null) {
|
|
56779
56779
|
let n = this.k;
|
|
56780
|
-
if (this.d != null && n.
|
|
56780
|
+
if (this.d != null && n.q == null) {
|
|
56781
56781
|
let o = this.d.o;
|
|
56782
56782
|
let p = FontUtil.getFontInfoFromString(o, n.fontString);
|
|
56783
|
-
n.p = p.p;
|
|
56784
|
-
n.e = p.e;
|
|
56785
56783
|
n.q = p.q;
|
|
56786
|
-
n.
|
|
56784
|
+
n.f = p.f;
|
|
56785
|
+
n.r = p.r;
|
|
56787
56786
|
n.t = p.t;
|
|
56788
56787
|
n.u = p.u;
|
|
56788
|
+
n.v = p.v;
|
|
56789
56789
|
}
|
|
56790
|
-
if (n.
|
|
56791
|
-
a.j = n.
|
|
56790
|
+
if (n.q != null) {
|
|
56791
|
+
a.j = n.q;
|
|
56792
56792
|
}
|
|
56793
|
-
if (!isNaN_(n.
|
|
56794
|
-
a.g = n.
|
|
56793
|
+
if (!isNaN_(n.f)) {
|
|
56794
|
+
a.g = n.f;
|
|
56795
56795
|
}
|
|
56796
|
-
if (n.
|
|
56797
|
-
a.n = n.
|
|
56796
|
+
if (n.v != null) {
|
|
56797
|
+
a.n = n.v;
|
|
56798
56798
|
}
|
|
56799
|
-
if (n.
|
|
56800
|
-
a.l = n.
|
|
56799
|
+
if (n.t != null) {
|
|
56800
|
+
a.l = n.t;
|
|
56801
56801
|
}
|
|
56802
|
-
if (n.
|
|
56803
|
-
a.k = n.
|
|
56802
|
+
if (n.r != null) {
|
|
56803
|
+
a.k = n.t;
|
|
56804
56804
|
}
|
|
56805
56805
|
}
|
|
56806
56806
|
return a;
|
|
@@ -67109,16 +67109,16 @@ let GridColumnOptionsBase = /*@__PURE__*/ (() => {
|
|
|
67109
67109
|
get ad() {
|
|
67110
67110
|
if (null == this.ac) {
|
|
67111
67111
|
this.ac = new FontInfo();
|
|
67112
|
-
this.ac.
|
|
67113
|
-
this.ac.
|
|
67112
|
+
this.ac.q = "Verdana";
|
|
67113
|
+
this.ac.f = 12;
|
|
67114
67114
|
}
|
|
67115
67115
|
return this.ac;
|
|
67116
67116
|
}
|
|
67117
67117
|
get af() {
|
|
67118
67118
|
if (null == this.ae) {
|
|
67119
67119
|
this.ae = new FontInfo();
|
|
67120
|
-
this.ae.
|
|
67121
|
-
this.ae.
|
|
67120
|
+
this.ae.q = "Verdana";
|
|
67121
|
+
this.ae.f = 14;
|
|
67122
67122
|
}
|
|
67123
67123
|
return this.ae;
|
|
67124
67124
|
}
|
|
@@ -72248,8 +72248,8 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
|
|
|
72248
72248
|
get ci() {
|
|
72249
72249
|
if (null == this.ch) {
|
|
72250
72250
|
this.ch = new FontInfo();
|
|
72251
|
-
this.ch.
|
|
72252
|
-
this.ch.
|
|
72251
|
+
this.ch.q = "Verdana";
|
|
72252
|
+
this.ch.f = 16;
|
|
72253
72253
|
}
|
|
72254
72254
|
return this.ch;
|
|
72255
72255
|
}
|
|
@@ -75219,8 +75219,8 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
75219
75219
|
get a1() {
|
|
75220
75220
|
if (null == this.a0) {
|
|
75221
75221
|
this.a0 = new FontInfo();
|
|
75222
|
-
this.a0.
|
|
75223
|
-
this.a0.
|
|
75222
|
+
this.a0.q = "Verdana";
|
|
75223
|
+
this.a0.f = DeviceUtils.f(16);
|
|
75224
75224
|
}
|
|
75225
75225
|
return this.a0;
|
|
75226
75226
|
}
|
|
@@ -76229,86 +76229,86 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
76229
76229
|
a.i = this.v.e.exportVisualModel();
|
|
76230
76230
|
if (this.av != null) {
|
|
76231
76231
|
let b = this.av;
|
|
76232
|
-
if (this.v != null && b.
|
|
76232
|
+
if (this.v != null && b.q == null) {
|
|
76233
76233
|
let c = this.v.ad;
|
|
76234
76234
|
let d = FontUtil.getFontInfoFromString(c, b.fontString);
|
|
76235
|
-
b.p = d.p;
|
|
76236
|
-
b.e = d.e;
|
|
76237
76235
|
b.q = d.q;
|
|
76238
|
-
b.
|
|
76236
|
+
b.f = d.f;
|
|
76237
|
+
b.r = d.r;
|
|
76239
76238
|
b.t = d.t;
|
|
76240
76239
|
b.u = d.u;
|
|
76240
|
+
b.v = d.v;
|
|
76241
76241
|
}
|
|
76242
|
-
if (b.
|
|
76243
|
-
a.ab = b.
|
|
76242
|
+
if (b.q != null) {
|
|
76243
|
+
a.ab = b.q;
|
|
76244
76244
|
}
|
|
76245
|
-
if (!isNaN_(b.
|
|
76246
|
-
a.v = b.
|
|
76245
|
+
if (!isNaN_(b.f)) {
|
|
76246
|
+
a.v = b.f;
|
|
76247
76247
|
}
|
|
76248
|
-
if (b.
|
|
76249
|
-
a.af = b.
|
|
76248
|
+
if (b.v != null) {
|
|
76249
|
+
a.af = b.v;
|
|
76250
76250
|
}
|
|
76251
|
-
if (b.
|
|
76252
|
-
a.ad = b.
|
|
76251
|
+
if (b.t != null) {
|
|
76252
|
+
a.ad = b.t;
|
|
76253
76253
|
}
|
|
76254
|
-
if (b.
|
|
76255
|
-
a.ac = b.
|
|
76254
|
+
if (b.r != null) {
|
|
76255
|
+
a.ac = b.t;
|
|
76256
76256
|
}
|
|
76257
76257
|
}
|
|
76258
76258
|
if (this.aw != null) {
|
|
76259
76259
|
let e = this.aw;
|
|
76260
|
-
if (this.v != null && e.
|
|
76260
|
+
if (this.v != null && e.q == null) {
|
|
76261
76261
|
let f = this.v.ad;
|
|
76262
76262
|
let g = FontUtil.getFontInfoFromString(f, e.fontString);
|
|
76263
|
-
e.p = g.p;
|
|
76264
|
-
e.e = g.e;
|
|
76265
76263
|
e.q = g.q;
|
|
76266
|
-
e.
|
|
76264
|
+
e.f = g.f;
|
|
76265
|
+
e.r = g.r;
|
|
76267
76266
|
e.t = g.t;
|
|
76268
76267
|
e.u = g.u;
|
|
76268
|
+
e.v = g.v;
|
|
76269
76269
|
}
|
|
76270
|
-
if (e.
|
|
76271
|
-
a.ag = e.
|
|
76270
|
+
if (e.q != null) {
|
|
76271
|
+
a.ag = e.q;
|
|
76272
76272
|
}
|
|
76273
|
-
if (!isNaN_(e.
|
|
76274
|
-
a.w = e.
|
|
76273
|
+
if (!isNaN_(e.f)) {
|
|
76274
|
+
a.w = e.f;
|
|
76275
76275
|
}
|
|
76276
|
-
if (e.
|
|
76277
|
-
a.ak = e.
|
|
76276
|
+
if (e.v != null) {
|
|
76277
|
+
a.ak = e.v;
|
|
76278
76278
|
}
|
|
76279
|
-
if (e.
|
|
76280
|
-
a.ai = e.
|
|
76279
|
+
if (e.t != null) {
|
|
76280
|
+
a.ai = e.t;
|
|
76281
76281
|
}
|
|
76282
|
-
if (e.
|
|
76283
|
-
a.ah = e.
|
|
76282
|
+
if (e.r != null) {
|
|
76283
|
+
a.ah = e.t;
|
|
76284
76284
|
}
|
|
76285
76285
|
}
|
|
76286
76286
|
if (this.ax != null) {
|
|
76287
76287
|
let h = this.ax;
|
|
76288
|
-
if (this.v != null && h.
|
|
76288
|
+
if (this.v != null && h.q == null) {
|
|
76289
76289
|
let i = this.v.ad;
|
|
76290
76290
|
let j = FontUtil.getFontInfoFromString(i, h.fontString);
|
|
76291
|
-
h.p = j.p;
|
|
76292
|
-
h.e = j.e;
|
|
76293
76291
|
h.q = j.q;
|
|
76294
|
-
h.
|
|
76292
|
+
h.f = j.f;
|
|
76293
|
+
h.r = j.r;
|
|
76295
76294
|
h.t = j.t;
|
|
76296
76295
|
h.u = j.u;
|
|
76296
|
+
h.v = j.v;
|
|
76297
76297
|
}
|
|
76298
|
-
if (h.
|
|
76299
|
-
a.ao = h.
|
|
76298
|
+
if (h.q != null) {
|
|
76299
|
+
a.ao = h.q;
|
|
76300
76300
|
}
|
|
76301
|
-
if (!isNaN_(h.
|
|
76302
|
-
a.x = h.
|
|
76301
|
+
if (!isNaN_(h.f)) {
|
|
76302
|
+
a.x = h.f;
|
|
76303
76303
|
}
|
|
76304
|
-
if (h.
|
|
76305
|
-
a.as = h.
|
|
76304
|
+
if (h.v != null) {
|
|
76305
|
+
a.as = h.v;
|
|
76306
76306
|
}
|
|
76307
|
-
if (h.
|
|
76308
|
-
a.aq = h.
|
|
76307
|
+
if (h.t != null) {
|
|
76308
|
+
a.aq = h.t;
|
|
76309
76309
|
}
|
|
76310
|
-
if (h.
|
|
76311
|
-
a.ap = h.
|
|
76310
|
+
if (h.r != null) {
|
|
76311
|
+
a.ap = h.t;
|
|
76312
76312
|
}
|
|
76313
76313
|
}
|
|
76314
76314
|
return a;
|
|
@@ -84037,11 +84037,11 @@ let PropertyEditorView = /*@__PURE__*/ (() => {
|
|
|
84037
84037
|
this.l = null;
|
|
84038
84038
|
this.c = ((() => {
|
|
84039
84039
|
let $ret = new FontInfo();
|
|
84040
|
-
$ret.
|
|
84041
|
-
$ret.
|
|
84042
|
-
$ret.
|
|
84043
|
-
$ret.
|
|
84044
|
-
$ret.
|
|
84040
|
+
$ret.q = "Verdana";
|
|
84041
|
+
$ret.f = 13;
|
|
84042
|
+
$ret.t = "Normal";
|
|
84043
|
+
$ret.v = "Normal";
|
|
84044
|
+
$ret.r = "Normal";
|
|
84045
84045
|
return $ret;
|
|
84046
84046
|
})());
|
|
84047
84047
|
this.af = new Size();
|