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.
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
@@ -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.p = "Verdana";
84
- $ret.e = 12;
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.i != this.br)) {
319
+ if (this.p || this.u || (this.i != null && this.i.j != this.br)) {
320
320
  this.p = false;
321
- this.br = this.i.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.e)) {
617
- b = a.ag.e;
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.i != this.br)) {
668
+ if (this.p || (this.i != null && this.i.j != this.br)) {
669
669
  this.p = false;
670
- this.br = this.i.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.i) {
674
+ if (this.h != this.i || this.bt != this.i.j) {
675
675
  this.h = this.i;
676
- this.bt = this.i.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.i != this.de)) {
66
+ if (this.c8 || (this.c7 != null && this.c7.j != this.de)) {
67
67
  this.c8 = false;
68
- this.de = this.c7.i;
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.p == null) {
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.s = d.s;
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.p != null) {
3307
- a.u = b.p;
3306
+ if (b.q != null) {
3307
+ a.u = b.q;
3308
3308
  }
3309
- if (!isNaN_(b.e)) {
3310
- a.j = b.e;
3309
+ if (!isNaN_(b.f)) {
3310
+ a.j = b.f;
3311
3311
  }
3312
- if (b.u != null) {
3313
- a.y = b.u;
3312
+ if (b.v != null) {
3313
+ a.y = b.v;
3314
3314
  }
3315
- if (b.s != null) {
3316
- a.w = b.s;
3315
+ if (b.t != null) {
3316
+ a.w = b.t;
3317
3317
  }
3318
- if (b.q != null) {
3319
- a.v = b.s;
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.p == null) {
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.s = e.s;
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.p != null) {
4371
- b.aj = c.p;
4370
+ if (c.q != null) {
4371
+ b.aj = c.q;
4372
4372
  }
4373
- if (!isNaN_(c.e)) {
4374
- b.ag = c.e;
4373
+ if (!isNaN_(c.f)) {
4374
+ b.ag = c.f;
4375
4375
  }
4376
- if (c.u != null) {
4377
- b.an = c.u;
4376
+ if (c.v != null) {
4377
+ b.an = c.v;
4378
4378
  }
4379
- if (c.s != null) {
4380
- b.al = c.s;
4379
+ if (c.t != null) {
4380
+ b.al = c.t;
4381
4381
  }
4382
- if (c.q != null) {
4383
- b.ak = c.s;
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.p == null) {
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.s = h.s;
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.p != null) {
4399
- b.ap = f.p;
4398
+ if (f.q != null) {
4399
+ b.ap = f.q;
4400
4400
  }
4401
- if (!isNaN_(f.e)) {
4402
- b.ah = f.e;
4401
+ if (!isNaN_(f.f)) {
4402
+ b.ah = f.f;
4403
4403
  }
4404
- if (f.u != null) {
4405
- b.at = f.u;
4404
+ if (f.v != null) {
4405
+ b.at = f.v;
4406
4406
  }
4407
- if (f.s != null) {
4408
- b.ar = f.s;
4407
+ if (f.t != null) {
4408
+ b.ar = f.t;
4409
4409
  }
4410
- if (f.q != null) {
4411
- b.aq = f.s;
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.p == null) {
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.s = d.s;
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.p != null) {
6036
- a.l = b.p;
6035
+ if (b.q != null) {
6036
+ a.l = b.q;
6037
6037
  }
6038
- if (!isNaN_(b.e)) {
6039
- a.g = b.e;
6038
+ if (!isNaN_(b.f)) {
6039
+ a.g = b.f;
6040
6040
  }
6041
- if (b.u != null) {
6042
- a.p = b.u;
6041
+ if (b.v != null) {
6042
+ a.p = b.v;
6043
6043
  }
6044
- if (b.s != null) {
6045
- a.n = b.s;
6044
+ if (b.t != null) {
6045
+ a.n = b.t;
6046
6046
  }
6047
- if (b.q != null) {
6048
- a.m = b.s;
6047
+ if (b.r != null) {
6048
+ a.m = b.t;
6049
6049
  }
6050
6050
  }
6051
6051
  return a;
@@ -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.v(a.externalGrid.renderer);
17241
+ r.w(a.externalGrid.renderer);
17242
17242
  }
17243
17243
  if (s != null) {
17244
- s.v(a.externalGrid.renderer);
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.v(a.externalGrid.renderer);
17428
+ u.w(a.externalGrid.renderer);
17429
17429
  }
17430
17430
  if (v != null) {
17431
- v.v(a.externalGrid.renderer);
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.v(this.grid.externalGrid.renderer);
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.v(this.grid.externalGrid.renderer);
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.s);
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.s);
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.s);
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].as();
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.p == null) {
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.s = p.s;
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.p != null) {
1043
- a.j = n.p;
1042
+ if (n.q != null) {
1043
+ a.j = n.q;
1044
1044
  }
1045
- if (!isNaN_(n.e)) {
1046
- a.g = n.e;
1045
+ if (!isNaN_(n.f)) {
1046
+ a.g = n.f;
1047
1047
  }
1048
- if (n.u != null) {
1049
- a.n = n.u;
1048
+ if (n.v != null) {
1049
+ a.n = n.v;
1050
1050
  }
1051
- if (n.s != null) {
1052
- a.l = n.s;
1051
+ if (n.t != null) {
1052
+ a.l = n.t;
1053
1053
  }
1054
- if (n.q != null) {
1055
- a.k = n.s;
1054
+ if (n.r != null) {
1055
+ a.k = n.t;
1056
1056
  }
1057
1057
  }
1058
1058
  return a;
@@ -75,7 +75,7 @@ var ColumnGroupingVisualModelExport = /** @class */ /*@__PURE__*/ (function (_su
75
75
  if (c != 0) {
76
76
  a.l(",");
77
77
  }
78
- a.l(this.d._inner[c].j());
78
+ a.l(this.d._inner[c].k());
79
79
  }
80
80
  a.l("]");
81
81
  a.l("}");
@@ -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.ai = a ? 1 : 0.3;
200
+ this.cw.ak = a ? 1 : 0.3;
201
201
  }
202
202
  };
203
203
  FilterCell.prototype.di = function (a) {
@@ -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.e)) {
386
- b = a.ag.e;
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.p = "Verdana";
388
- this.ac.e = 12;
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.p = "Verdana";
400
- this.ae.e = 14;
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.p = "Verdana";
318
- this.ch.e = 16;
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.e = DeviceUtils.f(13);
148
- GridStyleRepository.g.p = "Verdana";
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.e = DeviceUtils.f(13);
160
- GridStyleRepository.f.s = "italic";
161
- GridStyleRepository.f.p = "Verdana";
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.e = DeviceUtils.f(14);
173
- GridStyleRepository.c.p = "Verdana";
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.e = DeviceUtils.f(12);
185
- GridStyleRepository.d.u = "600";
186
- GridStyleRepository.d.p = "Verdana";
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.e = DeviceUtils.f(12);
198
- GridStyleRepository.e.p = "Verdana";
197
+ GridStyleRepository.e.f = DeviceUtils.f(12);
198
+ GridStyleRepository.e.q = "Verdana";
199
199
  }
200
200
  return GridStyleRepository.e;
201
201
  },
@@ -1605,8 +1605,8 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
1605
1605
  get: function () {
1606
1606
  if (null == this.a0) {
1607
1607
  this.a0 = new FontInfo();
1608
- this.a0.p = "Verdana";
1609
- this.a0.e = DeviceUtils.f(16);
1608
+ this.a0.q = "Verdana";
1609
+ this.a0.f = DeviceUtils.f(16);
1610
1610
  }
1611
1611
  return this.a0;
1612
1612
  },
@@ -2951,86 +2951,86 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
2951
2951
  a.i = this.v.e.exportVisualModel();
2952
2952
  if (this.av != null) {
2953
2953
  var b = this.av;
2954
- if (this.v != null && b.p == null) {
2954
+ if (this.v != null && b.q == null) {
2955
2955
  var c = this.v.ad;
2956
2956
  var d = FontUtil.getFontInfoFromString(c, b.fontString);
2957
- b.p = d.p;
2958
- b.e = d.e;
2959
2957
  b.q = d.q;
2960
- b.s = d.s;
2958
+ b.f = d.f;
2959
+ b.r = d.r;
2961
2960
  b.t = d.t;
2962
2961
  b.u = d.u;
2962
+ b.v = d.v;
2963
2963
  }
2964
- if (b.p != null) {
2965
- a.ab = b.p;
2964
+ if (b.q != null) {
2965
+ a.ab = b.q;
2966
2966
  }
2967
- if (!isNaN_(b.e)) {
2968
- a.v = b.e;
2967
+ if (!isNaN_(b.f)) {
2968
+ a.v = b.f;
2969
2969
  }
2970
- if (b.u != null) {
2971
- a.af = b.u;
2970
+ if (b.v != null) {
2971
+ a.af = b.v;
2972
2972
  }
2973
- if (b.s != null) {
2974
- a.ad = b.s;
2973
+ if (b.t != null) {
2974
+ a.ad = b.t;
2975
2975
  }
2976
- if (b.q != null) {
2977
- a.ac = b.s;
2976
+ if (b.r != null) {
2977
+ a.ac = b.t;
2978
2978
  }
2979
2979
  }
2980
2980
  if (this.aw != null) {
2981
2981
  var e = this.aw;
2982
- if (this.v != null && e.p == null) {
2982
+ if (this.v != null && e.q == null) {
2983
2983
  var f = this.v.ad;
2984
2984
  var g = FontUtil.getFontInfoFromString(f, e.fontString);
2985
- e.p = g.p;
2986
- e.e = g.e;
2987
2985
  e.q = g.q;
2988
- e.s = g.s;
2986
+ e.f = g.f;
2987
+ e.r = g.r;
2989
2988
  e.t = g.t;
2990
2989
  e.u = g.u;
2990
+ e.v = g.v;
2991
2991
  }
2992
- if (e.p != null) {
2993
- a.ag = e.p;
2992
+ if (e.q != null) {
2993
+ a.ag = e.q;
2994
2994
  }
2995
- if (!isNaN_(e.e)) {
2996
- a.w = e.e;
2995
+ if (!isNaN_(e.f)) {
2996
+ a.w = e.f;
2997
2997
  }
2998
- if (e.u != null) {
2999
- a.ak = e.u;
2998
+ if (e.v != null) {
2999
+ a.ak = e.v;
3000
3000
  }
3001
- if (e.s != null) {
3002
- a.ai = e.s;
3001
+ if (e.t != null) {
3002
+ a.ai = e.t;
3003
3003
  }
3004
- if (e.q != null) {
3005
- a.ah = e.s;
3004
+ if (e.r != null) {
3005
+ a.ah = e.t;
3006
3006
  }
3007
3007
  }
3008
3008
  if (this.ax != null) {
3009
3009
  var h = this.ax;
3010
- if (this.v != null && h.p == null) {
3010
+ if (this.v != null && h.q == null) {
3011
3011
  var i = this.v.ad;
3012
3012
  var j = FontUtil.getFontInfoFromString(i, h.fontString);
3013
- h.p = j.p;
3014
- h.e = j.e;
3015
3013
  h.q = j.q;
3016
- h.s = j.s;
3014
+ h.f = j.f;
3015
+ h.r = j.r;
3017
3016
  h.t = j.t;
3018
3017
  h.u = j.u;
3018
+ h.v = j.v;
3019
3019
  }
3020
- if (h.p != null) {
3021
- a.ao = h.p;
3020
+ if (h.q != null) {
3021
+ a.ao = h.q;
3022
3022
  }
3023
- if (!isNaN_(h.e)) {
3024
- a.x = h.e;
3023
+ if (!isNaN_(h.f)) {
3024
+ a.x = h.f;
3025
3025
  }
3026
- if (h.u != null) {
3027
- a.as = h.u;
3026
+ if (h.v != null) {
3027
+ a.as = h.v;
3028
3028
  }
3029
- if (h.s != null) {
3030
- a.aq = h.s;
3029
+ if (h.t != null) {
3030
+ a.aq = h.t;
3031
3031
  }
3032
- if (h.q != null) {
3033
- a.ap = h.s;
3032
+ if (h.r != null) {
3033
+ a.ap = h.t;
3034
3034
  }
3035
3035
  }
3036
3036
  return a;
@@ -51,11 +51,11 @@ var PropertyEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  _this.l = null;
52
52
  _this.c = ((function () {
53
53
  var $ret = new FontInfo();
54
- $ret.p = "Verdana";
55
- $ret.e = 13;
56
- $ret.s = "Normal";
57
- $ret.u = "Normal";
58
- $ret.q = "Normal";
54
+ $ret.q = "Verdana";
55
+ $ret.f = 13;
56
+ $ret.t = "Normal";
57
+ $ret.v = "Normal";
58
+ $ret.r = "Normal";
59
59
  return $ret;
60
60
  })());
61
61
  _this.af = new Size();