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.
Files changed (39) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +164 -164
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasGridCellBase.js +10 -10
  4. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  5. package/esm2015/lib/ColumnFilterCondition_combined.js +63 -63
  6. package/esm2015/lib/ColumnGroupingView_combined.js +18 -18
  7. package/esm2015/lib/ColumnGroupingVisualModelExport.js +1 -1
  8. package/esm2015/lib/FilterCell.js +1 -1
  9. package/esm2015/lib/GridCellBase.js +2 -2
  10. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
  11. package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
  12. package/esm2015/lib/GridStyleRepository.js +12 -12
  13. package/esm2015/lib/MultiColumnComboBoxView_combined.js +44 -44
  14. package/esm2015/lib/PropertyEditorView_combined.js +5 -5
  15. package/esm5/lib/CanvasGridCellBase.js +10 -10
  16. package/esm5/lib/CanvasSummaryCell.js +2 -2
  17. package/esm5/lib/ColumnFilterCondition_combined.js +63 -63
  18. package/esm5/lib/ColumnGroupingView_combined.js +18 -18
  19. package/esm5/lib/ColumnGroupingVisualModelExport.js +1 -1
  20. package/esm5/lib/FilterCell.js +1 -1
  21. package/esm5/lib/GridCellBase.js +2 -2
  22. package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
  23. package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
  24. package/esm5/lib/GridStyleRepository.js +12 -12
  25. package/esm5/lib/MultiColumnComboBoxView_combined.js +44 -44
  26. package/esm5/lib/PropertyEditorView_combined.js +5 -5
  27. package/fesm2015/igniteui-webcomponents-grids.js +164 -164
  28. package/fesm5/igniteui-webcomponents-grids.js +164 -164
  29. package/grids/combined.js +439 -429
  30. package/grids/lib/igc-column-component.d.ts +1 -1
  31. package/grids/lib/igc-grid-base-directive.d.ts +1 -3
  32. package/grids/lib/igc-grid-component.d.ts +1 -1
  33. package/grids/lib/igc-grid-state-base-directive.d.ts +0 -2
  34. package/grids/lib/igc-grid-toolbar-component.d.ts +1 -0
  35. package/grids/lib/igc-paginator-component.d.ts +1 -0
  36. package/grids/lib/igc-position-settings.d.ts +1 -1
  37. package/grids/lib/igc-row-island-component.d.ts +7 -5
  38. package/grids/lib/igc-row-type.d.ts +1 -2
  39. 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.e = DeviceUtils.f(13);
850
- GridStyleRepository.g.p = "Verdana";
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.e = DeviceUtils.f(13);
858
- GridStyleRepository.f.s = "italic";
859
- GridStyleRepository.f.p = "Verdana";
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.e = DeviceUtils.f(14);
867
- GridStyleRepository.c.p = "Verdana";
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.e = DeviceUtils.f(12);
875
- GridStyleRepository.d.u = "600";
876
- GridStyleRepository.d.p = "Verdana";
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.e = DeviceUtils.f(12);
884
- GridStyleRepository.e.p = "Verdana";
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.p == null) {
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.s = d.s;
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.p != null) {
9123
- a.u = b.p;
9122
+ if (b.q != null) {
9123
+ a.u = b.q;
9124
9124
  }
9125
- if (!isNaN_(b.e)) {
9126
- a.j = b.e;
9125
+ if (!isNaN_(b.f)) {
9126
+ a.j = b.f;
9127
9127
  }
9128
- if (b.u != null) {
9129
- a.y = b.u;
9128
+ if (b.v != null) {
9129
+ a.y = b.v;
9130
9130
  }
9131
- if (b.s != null) {
9132
- a.w = b.s;
9131
+ if (b.t != null) {
9132
+ a.w = b.t;
9133
9133
  }
9134
- if (b.q != null) {
9135
- a.v = b.s;
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.p == null) {
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.s = e.s;
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.p != null) {
10062
- b.aj = c.p;
10061
+ if (c.q != null) {
10062
+ b.aj = c.q;
10063
10063
  }
10064
- if (!isNaN_(c.e)) {
10065
- b.ag = c.e;
10064
+ if (!isNaN_(c.f)) {
10065
+ b.ag = c.f;
10066
10066
  }
10067
- if (c.u != null) {
10068
- b.an = c.u;
10067
+ if (c.v != null) {
10068
+ b.an = c.v;
10069
10069
  }
10070
- if (c.s != null) {
10071
- b.al = c.s;
10070
+ if (c.t != null) {
10071
+ b.al = c.t;
10072
10072
  }
10073
- if (c.q != null) {
10074
- b.ak = c.s;
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.p == null) {
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.s = h.s;
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.p != null) {
10090
- b.ap = f.p;
10089
+ if (f.q != null) {
10090
+ b.ap = f.q;
10091
10091
  }
10092
- if (!isNaN_(f.e)) {
10093
- b.ah = f.e;
10092
+ if (!isNaN_(f.f)) {
10093
+ b.ah = f.f;
10094
10094
  }
10095
- if (f.u != null) {
10096
- b.at = f.u;
10095
+ if (f.v != null) {
10096
+ b.at = f.v;
10097
10097
  }
10098
- if (f.s != null) {
10099
- b.ar = f.s;
10098
+ if (f.t != null) {
10099
+ b.ar = f.t;
10100
10100
  }
10101
- if (f.q != null) {
10102
- b.aq = f.s;
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.p == null) {
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.s = d.s;
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.p != null) {
11531
- a.l = b.p;
11530
+ if (b.q != null) {
11531
+ a.l = b.q;
11532
11532
  }
11533
- if (!isNaN_(b.e)) {
11534
- a.g = b.e;
11533
+ if (!isNaN_(b.f)) {
11534
+ a.g = b.f;
11535
11535
  }
11536
- if (b.u != null) {
11537
- a.p = b.u;
11536
+ if (b.v != null) {
11537
+ a.p = b.v;
11538
11538
  }
11539
- if (b.s != null) {
11540
- a.n = b.s;
11539
+ if (b.t != null) {
11540
+ a.n = b.t;
11541
11541
  }
11542
- if (b.q != null) {
11543
- a.m = b.s;
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.v(a.externalGrid.renderer);
21388
+ r.w(a.externalGrid.renderer);
21389
21389
  }
21390
21390
  if (s != null) {
21391
- s.v(a.externalGrid.renderer);
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.v(a.externalGrid.renderer);
21574
+ u.w(a.externalGrid.renderer);
21575
21575
  }
21576
21576
  if (v != null) {
21577
- v.v(a.externalGrid.renderer);
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.v(this.grid.externalGrid.renderer);
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.v(this.grid.externalGrid.renderer);
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.p = "Verdana";
43647
- $ret.e = 12;
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.i != this.br)) {
43769
+ if (this.p || this.u || (this.i != null && this.i.j != this.br)) {
43770
43770
  this.p = false;
43771
- this.br = this.i.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.e)) {
44045
- b = a.ag.e;
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.i != this.br)) {
44092
+ if (this.p || (this.i != null && this.i.j != this.br)) {
44093
44093
  this.p = false;
44094
- this.br = this.i.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.i) {
44098
+ if (this.h != this.i || this.bt != this.i.j) {
44099
44099
  this.h = this.i;
44100
- this.bt = this.i.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.i != this.de)) {
45883
+ if (this.c8 || (this.c7 != null && this.c7.j != this.de)) {
45884
45884
  this.c8 = false;
45885
- this.de = this.c7.i;
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.e)) {
46655
- b = a.ag.e;
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.ai = a ? 1 : 0.3;
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].j());
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.s);
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.s);
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.s);
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].as();
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.p == null) {
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.s = p.s;
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.p != null) {
56791
- a.j = n.p;
56790
+ if (n.q != null) {
56791
+ a.j = n.q;
56792
56792
  }
56793
- if (!isNaN_(n.e)) {
56794
- a.g = n.e;
56793
+ if (!isNaN_(n.f)) {
56794
+ a.g = n.f;
56795
56795
  }
56796
- if (n.u != null) {
56797
- a.n = n.u;
56796
+ if (n.v != null) {
56797
+ a.n = n.v;
56798
56798
  }
56799
- if (n.s != null) {
56800
- a.l = n.s;
56799
+ if (n.t != null) {
56800
+ a.l = n.t;
56801
56801
  }
56802
- if (n.q != null) {
56803
- a.k = n.s;
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.p = "Verdana";
67113
- this.ac.e = 12;
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.p = "Verdana";
67121
- this.ae.e = 14;
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.p = "Verdana";
72252
- this.ch.e = 16;
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.p = "Verdana";
75223
- this.a0.e = DeviceUtils.f(16);
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.p == null) {
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.s = d.s;
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.p != null) {
76243
- a.ab = b.p;
76242
+ if (b.q != null) {
76243
+ a.ab = b.q;
76244
76244
  }
76245
- if (!isNaN_(b.e)) {
76246
- a.v = b.e;
76245
+ if (!isNaN_(b.f)) {
76246
+ a.v = b.f;
76247
76247
  }
76248
- if (b.u != null) {
76249
- a.af = b.u;
76248
+ if (b.v != null) {
76249
+ a.af = b.v;
76250
76250
  }
76251
- if (b.s != null) {
76252
- a.ad = b.s;
76251
+ if (b.t != null) {
76252
+ a.ad = b.t;
76253
76253
  }
76254
- if (b.q != null) {
76255
- a.ac = b.s;
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.p == null) {
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.s = g.s;
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.p != null) {
76271
- a.ag = e.p;
76270
+ if (e.q != null) {
76271
+ a.ag = e.q;
76272
76272
  }
76273
- if (!isNaN_(e.e)) {
76274
- a.w = e.e;
76273
+ if (!isNaN_(e.f)) {
76274
+ a.w = e.f;
76275
76275
  }
76276
- if (e.u != null) {
76277
- a.ak = e.u;
76276
+ if (e.v != null) {
76277
+ a.ak = e.v;
76278
76278
  }
76279
- if (e.s != null) {
76280
- a.ai = e.s;
76279
+ if (e.t != null) {
76280
+ a.ai = e.t;
76281
76281
  }
76282
- if (e.q != null) {
76283
- a.ah = e.s;
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.p == null) {
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.s = j.s;
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.p != null) {
76299
- a.ao = h.p;
76298
+ if (h.q != null) {
76299
+ a.ao = h.q;
76300
76300
  }
76301
- if (!isNaN_(h.e)) {
76302
- a.x = h.e;
76301
+ if (!isNaN_(h.f)) {
76302
+ a.x = h.f;
76303
76303
  }
76304
- if (h.u != null) {
76305
- a.as = h.u;
76304
+ if (h.v != null) {
76305
+ a.as = h.v;
76306
76306
  }
76307
- if (h.s != null) {
76308
- a.aq = h.s;
76307
+ if (h.t != null) {
76308
+ a.aq = h.t;
76309
76309
  }
76310
- if (h.q != null) {
76311
- a.ap = h.s;
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.p = "Verdana";
84041
- $ret.e = 13;
84042
- $ret.s = "Normal";
84043
- $ret.u = "Normal";
84044
- $ret.q = "Normal";
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();