igniteui-angular-core 20.0.2-beta.1 → 20.0.2-beta.3

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 (48) hide show
  1. package/bundles/igniteui-angular-core.umd.js +448 -353
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/{AzureMapsMapImageryDescription.js → AzureMapsImageryDescription.js} +5 -5
  4. package/esm2015/lib/AzureMapsImageryDescriptionMetadata.js +45 -0
  5. package/esm2015/lib/{AzureMapsMapImageryDescriptionModule.js → AzureMapsImageryDescriptionModule.js} +6 -6
  6. package/esm2015/lib/BrushCollection.js +2 -2
  7. package/esm2015/lib/ComponentRenderer_combined.js +2 -2
  8. package/esm2015/lib/GridConditionalStylePropertyDescription.js +109 -53
  9. package/esm2015/lib/GridConditionalStylePropertyDescriptionMetadata.js +10 -1
  10. package/esm2015/lib/LegendBaseDescription.js +3 -3
  11. package/esm2015/lib/LegendBaseDescriptionMetadata.js +3 -3
  12. package/esm2015/lib/{LegendSizeChangedEventArgsDescription.js → LegendTextContentChangedEventArgsDescription.js} +5 -5
  13. package/esm2015/lib/LegendTextContentChangedEventArgsDescriptionMetadata.js +36 -0
  14. package/esm2015/lib/PlatformAPIHelper.js +16 -1
  15. package/esm2015/lib/XamMultiScaleImageView_combined.js +98 -110
  16. package/esm2015/public_api.js +5 -5
  17. package/esm5/lib/{AzureMapsMapImageryDescription.js → AzureMapsImageryDescription.js} +14 -14
  18. package/esm5/lib/AzureMapsImageryDescriptionMetadata.js +49 -0
  19. package/esm5/lib/{AzureMapsMapImageryDescriptionModule.js → AzureMapsImageryDescriptionModule.js} +9 -9
  20. package/esm5/lib/BrushCollection.js +2 -2
  21. package/esm5/lib/ComponentRenderer_combined.js +2 -2
  22. package/esm5/lib/GridConditionalStylePropertyDescription.js +135 -51
  23. package/esm5/lib/GridConditionalStylePropertyDescriptionMetadata.js +10 -1
  24. package/esm5/lib/LegendBaseDescription.js +2 -2
  25. package/esm5/lib/LegendBaseDescriptionMetadata.js +3 -3
  26. package/esm5/lib/{LegendSizeChangedEventArgsDescription.js → LegendTextContentChangedEventArgsDescription.js} +9 -9
  27. package/esm5/lib/LegendTextContentChangedEventArgsDescriptionMetadata.js +40 -0
  28. package/esm5/lib/PlatformAPIHelper.js +16 -1
  29. package/esm5/lib/XamMultiScaleImageView_combined.js +97 -109
  30. package/esm5/public_api.js +5 -5
  31. package/fesm2015/igniteui-angular-core.js +377 -310
  32. package/fesm5/igniteui-angular-core.js +444 -349
  33. package/lib/{AzureMapsMapImageryDescription.d.ts → AzureMapsImageryDescription.d.ts} +1 -1
  34. package/lib/{AzureMapsMapImageryDescriptionMetadata.d.ts → AzureMapsImageryDescriptionMetadata.d.ts} +1 -1
  35. package/lib/{AzureMapsMapImageryDescriptionModule.d.ts → AzureMapsImageryDescriptionModule.d.ts} +1 -1
  36. package/lib/ComponentRenderer_combined.d.ts +2 -2
  37. package/lib/GridConditionalStylePropertyDescription.d.ts +40 -18
  38. package/lib/IChartLegend.d.ts +1 -0
  39. package/lib/LegendBaseDescription.d.ts +2 -2
  40. package/lib/{LegendSizeChangedEventArgsDescription.d.ts → LegendTextContentChangedEventArgsDescription.d.ts} +1 -1
  41. package/lib/{LegendSizeChangedEventArgsDescriptionMetadata.d.ts → LegendTextContentChangedEventArgsDescriptionMetadata.d.ts} +1 -1
  42. package/lib/XamMultiScaleImageView_combined.d.ts +36 -40
  43. package/package.json +2 -2
  44. package/public_api.d.ts +5 -5
  45. package/esm2015/lib/AzureMapsMapImageryDescriptionMetadata.js +0 -45
  46. package/esm2015/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +0 -36
  47. package/esm5/lib/AzureMapsMapImageryDescriptionMetadata.js +0 -49
  48. package/esm5/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +0 -40
@@ -15838,7 +15838,7 @@
15838
15838
  }
15839
15839
  };
15840
15840
  BrushCollection.prototype.equals = function (a) {
15841
- if (a == null) {
15841
+ if (a == null || !(typeCast(BrushCollection.$, a) !== null)) {
15842
15842
  return false;
15843
15843
  }
15844
15844
  var b = a;
@@ -37236,6 +37236,9 @@
37236
37236
  if (a == null) {
37237
37237
  return null;
37238
37238
  }
37239
+ if (getInstanceType(a) == Brush.$) {
37240
+ return a;
37241
+ }
37239
37242
  return Brush.create(a);
37240
37243
  };
37241
37244
  PlatformAPIHelper.k = function (a) {
@@ -37254,6 +37257,9 @@
37254
37257
  if (a == null) {
37255
37258
  return null;
37256
37259
  }
37260
+ if (getInstanceType(a) == Point_$type) {
37261
+ return a;
37262
+ }
37257
37263
  var b = a;
37258
37264
  return { $type: Point_$type, x: b["x"], y: b["y"] };
37259
37265
  };
@@ -37261,6 +37267,9 @@
37261
37267
  if (a == null) {
37262
37268
  return null;
37263
37269
  }
37270
+ if (getInstanceType(a) == Size.$) {
37271
+ return a;
37272
+ }
37264
37273
  var b = a;
37265
37274
  return new Size(1, b["width"], b["height"]);
37266
37275
  };
@@ -37268,6 +37277,9 @@
37268
37277
  if (a == null) {
37269
37278
  return null;
37270
37279
  }
37280
+ if (getInstanceType(a) == Rect.$) {
37281
+ return a;
37282
+ }
37271
37283
  var b = a;
37272
37284
  return new Rect(0, b["left"], b["top"], b["width"], b["height"]);
37273
37285
  };
@@ -37275,6 +37287,9 @@
37275
37287
  if (a == null) {
37276
37288
  return null;
37277
37289
  }
37290
+ if (getInstanceType(a) == DoubleCollection.$) {
37291
+ return a;
37292
+ }
37278
37293
  var b = a;
37279
37294
  var c = new DoubleCollection();
37280
37295
  for (var d = 0; d < b.length; d++) {
@@ -88252,7 +88267,7 @@
88252
88267
  var g = f.k(ComponentRenderer.platform);
88253
88268
  this.adapter.setPropertyValue(c, g, f, d, e, null);
88254
88269
  };
88255
- ComponentRenderer.prototype.executeMethod1 = function (a, b, c) {
88270
+ ComponentRenderer.prototype.executeMethod = function (a, b, c) {
88256
88271
  var _this = this;
88257
88272
  var d = new JsonDictionaryParser();
88258
88273
  var e = d.parse(b);
@@ -88317,7 +88332,7 @@
88317
88332
  });
88318
88333
  }
88319
88334
  };
88320
- ComponentRenderer.prototype.executeMethod = function (a, b, c) {
88335
+ ComponentRenderer.prototype.executeMethodWithBuilder = function (a, b, c) {
88321
88336
  var _this = this;
88322
88337
  var d = new JsonDictionaryParser();
88323
88338
  if (!this.ba.containsKey(a)) {
@@ -105086,9 +105101,9 @@
105086
105101
  /**
105087
105102
  * @hidden
105088
105103
  */
105089
- var AzureMapsMapImageryDescription = /** @class */ /*@__PURE__*/ (function (_super) {
105090
- tslib.__extends(AzureMapsMapImageryDescription, _super);
105091
- function AzureMapsMapImageryDescription() {
105104
+ var AzureMapsImageryDescription = /** @class */ /*@__PURE__*/ (function (_super) {
105105
+ tslib.__extends(AzureMapsImageryDescription, _super);
105106
+ function AzureMapsImageryDescription() {
105092
105107
  var _this = _super.call(this) || this;
105093
105108
  _this.ag = null;
105094
105109
  _this.ae = null;
@@ -105098,10 +105113,10 @@
105098
105113
  _this.ac = new Date();
105099
105114
  return _this;
105100
105115
  }
105101
- AzureMapsMapImageryDescription.prototype.get_type = function () {
105102
- return "AzureMapsMapImagery";
105116
+ AzureMapsImageryDescription.prototype.get_type = function () {
105117
+ return "AzureMapsImagery";
105103
105118
  };
105104
- Object.defineProperty(AzureMapsMapImageryDescription.prototype, "cultureName", {
105119
+ Object.defineProperty(AzureMapsImageryDescription.prototype, "cultureName", {
105105
105120
  get: function () {
105106
105121
  return this.ag;
105107
105122
  },
@@ -105112,7 +105127,7 @@
105112
105127
  enumerable: false,
105113
105128
  configurable: true
105114
105129
  });
105115
- Object.defineProperty(AzureMapsMapImageryDescription.prototype, "apiKey", {
105130
+ Object.defineProperty(AzureMapsImageryDescription.prototype, "apiKey", {
105116
105131
  get: function () {
105117
105132
  return this.ae;
105118
105133
  },
@@ -105123,7 +105138,7 @@
105123
105138
  enumerable: false,
105124
105139
  configurable: true
105125
105140
  });
105126
- Object.defineProperty(AzureMapsMapImageryDescription.prototype, "apiVersion", {
105141
+ Object.defineProperty(AzureMapsImageryDescription.prototype, "apiVersion", {
105127
105142
  get: function () {
105128
105143
  return this.af;
105129
105144
  },
@@ -105134,7 +105149,7 @@
105134
105149
  enumerable: false,
105135
105150
  configurable: true
105136
105151
  });
105137
- Object.defineProperty(AzureMapsMapImageryDescription.prototype, "imageryStyle", {
105152
+ Object.defineProperty(AzureMapsImageryDescription.prototype, "imageryStyle", {
105138
105153
  get: function () {
105139
105154
  return this.ah;
105140
105155
  },
@@ -105145,7 +105160,7 @@
105145
105160
  enumerable: false,
105146
105161
  configurable: true
105147
105162
  });
105148
- Object.defineProperty(AzureMapsMapImageryDescription.prototype, "localizedView", {
105163
+ Object.defineProperty(AzureMapsImageryDescription.prototype, "localizedView", {
105149
105164
  get: function () {
105150
105165
  return this.ai;
105151
105166
  },
@@ -105156,7 +105171,7 @@
105156
105171
  enumerable: false,
105157
105172
  configurable: true
105158
105173
  });
105159
- Object.defineProperty(AzureMapsMapImageryDescription.prototype, "timestamp", {
105174
+ Object.defineProperty(AzureMapsImageryDescription.prototype, "timestamp", {
105160
105175
  get: function () {
105161
105176
  return this.ac;
105162
105177
  },
@@ -105167,8 +105182,8 @@
105167
105182
  enumerable: false,
105168
105183
  configurable: true
105169
105184
  });
105170
- AzureMapsMapImageryDescription.$t = markType(AzureMapsMapImageryDescription, 'AzureMapsMapImageryDescription', GeographicMapImageryDescription.$);
105171
- return AzureMapsMapImageryDescription;
105185
+ AzureMapsImageryDescription.$t = markType(AzureMapsImageryDescription, 'AzureMapsImageryDescription', GeographicMapImageryDescription.$);
105186
+ return AzureMapsImageryDescription;
105172
105187
  }(GeographicMapImageryDescription));
105173
105188
 
105174
105189
  /*
@@ -105180,39 +105195,39 @@
105180
105195
  /**
105181
105196
  * @hidden
105182
105197
  */
105183
- var AzureMapsMapImageryDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
105184
- tslib.__extends(AzureMapsMapImageryDescriptionMetadata, _super);
105185
- function AzureMapsMapImageryDescriptionMetadata() {
105198
+ var AzureMapsImageryDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
105199
+ tslib.__extends(AzureMapsImageryDescriptionMetadata, _super);
105200
+ function AzureMapsImageryDescriptionMetadata() {
105186
105201
  return _super !== null && _super.apply(this, arguments) || this;
105187
105202
  }
105188
- AzureMapsMapImageryDescriptionMetadata.b = function (a) {
105189
- if (AzureMapsMapImageryDescriptionMetadata.a == null) {
105190
- AzureMapsMapImageryDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
105191
- AzureMapsMapImageryDescriptionMetadata.c(AzureMapsMapImageryDescriptionMetadata.a);
105203
+ AzureMapsImageryDescriptionMetadata.b = function (a) {
105204
+ if (AzureMapsImageryDescriptionMetadata.a == null) {
105205
+ AzureMapsImageryDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
105206
+ AzureMapsImageryDescriptionMetadata.c(AzureMapsImageryDescriptionMetadata.a);
105192
105207
  }
105193
- if (a.k(AzureMapsMapImageryDescriptionMetadata.a)) {
105208
+ if (a.k(AzureMapsImageryDescriptionMetadata.a)) {
105194
105209
  return;
105195
105210
  }
105196
- a.ac(AzureMapsMapImageryDescriptionMetadata.a);
105211
+ a.ac(AzureMapsImageryDescriptionMetadata.a);
105197
105212
  };
105198
- AzureMapsMapImageryDescriptionMetadata.c = function (a) {
105213
+ AzureMapsImageryDescriptionMetadata.c = function (a) {
105199
105214
  GeographicMapImageryDescriptionMetadata.c(a);
105200
105215
  a.item("CultureName", "String");
105201
105216
  a.item("ApiKey", "String");
105202
105217
  a.item("ApiVersion", "String");
105203
105218
  a.item("ImageryStyle", "ExportedType:string:AzureMapsImageryStyle");
105204
- a.item("ImageryStyle@names", "Road;Terra;DarkGrey;LabelsRoad;LabelsDarkGrey;HybridRoad;HybridDarkGrey;Imagery;WeatherRadar;WeatherInfrared;TrafficAbsolute;TrafficRelative;TrafficRelativeDark;TrafficDelay;TrafficReduced");
105219
+ a.item("ImageryStyle@names", "Road;Satellite;DarkGrey;LabelsRoadOverlay;LabelsDarkGreyOverlay;HybridRoadOverlay;HybridDarkGreyOverlay;TerraOverlay;WeatherRadarOverlay;WeatherInfraredOverlay;TrafficAbsoluteOverlay;TrafficRelativeOverlay;TrafficRelativeDarkOverlay;TrafficDelayOverlay;TrafficReducedOverlay");
105205
105220
  a.item("LocalizedView", "String");
105206
105221
  a.item("Timestamp", "Date");
105207
105222
  };
105208
- AzureMapsMapImageryDescriptionMetadata.d = function (a) {
105209
- AzureMapsMapImageryDescriptionMetadata.b(a);
105210
- a.ae("AzureMapsMapImagery", function () { return new AzureMapsMapImageryDescription(); });
105211
- a.ad("AzureMapsMapImagery", AzureMapsMapImageryDescriptionMetadata.a);
105223
+ AzureMapsImageryDescriptionMetadata.d = function (a) {
105224
+ AzureMapsImageryDescriptionMetadata.b(a);
105225
+ a.ae("AzureMapsImagery", function () { return new AzureMapsImageryDescription(); });
105226
+ a.ad("AzureMapsImagery", AzureMapsImageryDescriptionMetadata.a);
105212
105227
  };
105213
- AzureMapsMapImageryDescriptionMetadata.$t = markType(AzureMapsMapImageryDescriptionMetadata, 'AzureMapsMapImageryDescriptionMetadata');
105214
- AzureMapsMapImageryDescriptionMetadata.a = null;
105215
- return AzureMapsMapImageryDescriptionMetadata;
105228
+ AzureMapsImageryDescriptionMetadata.$t = markType(AzureMapsImageryDescriptionMetadata, 'AzureMapsImageryDescriptionMetadata');
105229
+ AzureMapsImageryDescriptionMetadata.a = null;
105230
+ return AzureMapsImageryDescriptionMetadata;
105216
105231
  }(Base));
105217
105232
 
105218
105233
  /*
@@ -105224,16 +105239,16 @@
105224
105239
  /**
105225
105240
  * @hidden
105226
105241
  */
105227
- var AzureMapsMapImageryDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
105228
- tslib.__extends(AzureMapsMapImageryDescriptionModule, _super);
105229
- function AzureMapsMapImageryDescriptionModule() {
105242
+ var AzureMapsImageryDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
105243
+ tslib.__extends(AzureMapsImageryDescriptionModule, _super);
105244
+ function AzureMapsImageryDescriptionModule() {
105230
105245
  return _super !== null && _super.apply(this, arguments) || this;
105231
105246
  }
105232
- AzureMapsMapImageryDescriptionModule.register = function (a) {
105233
- AzureMapsMapImageryDescriptionMetadata.d(a);
105247
+ AzureMapsImageryDescriptionModule.register = function (a) {
105248
+ AzureMapsImageryDescriptionMetadata.d(a);
105234
105249
  };
105235
- AzureMapsMapImageryDescriptionModule.$t = markType(AzureMapsMapImageryDescriptionModule, 'AzureMapsMapImageryDescriptionModule');
105236
- return AzureMapsMapImageryDescriptionModule;
105250
+ AzureMapsImageryDescriptionModule.$t = markType(AzureMapsImageryDescriptionModule, 'AzureMapsImageryDescriptionModule');
105251
+ return AzureMapsImageryDescriptionModule;
105237
105252
  }(Base));
105238
105253
 
105239
105254
  /*
@@ -184366,6 +184381,123 @@
184366
184381
  return DashboardTileGroupDescriptionDescriptionModule;
184367
184382
  }(Base));
184368
184383
 
184384
+ /*
184385
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
184386
+ https://www.infragistics.com/legal/license/igultimate-la
184387
+ https://www.infragistics.com/legal/license/igultimate-eula
184388
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
184389
+ */
184390
+ /**
184391
+ * @hidden
184392
+ */
184393
+ var GridConditionalStyleFontInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
184394
+ tslib.__extends(GridConditionalStyleFontInfoDescription, _super);
184395
+ function GridConditionalStyleFontInfoDescription() {
184396
+ var _this = _super.call(this) || this;
184397
+ _this.j = null;
184398
+ _this.h = 0;
184399
+ _this.k = null;
184400
+ _this.l = null;
184401
+ return _this;
184402
+ }
184403
+ GridConditionalStyleFontInfoDescription.prototype.get_type = function () {
184404
+ return "GridConditionalStyleFontInfo";
184405
+ };
184406
+ Object.defineProperty(GridConditionalStyleFontInfoDescription.prototype, "type", {
184407
+ get: function () {
184408
+ return this.get_type();
184409
+ },
184410
+ enumerable: false,
184411
+ configurable: true
184412
+ });
184413
+ Object.defineProperty(GridConditionalStyleFontInfoDescription.prototype, "fontFamily", {
184414
+ get: function () {
184415
+ return this.j;
184416
+ },
184417
+ set: function (a) {
184418
+ this.j = a;
184419
+ this.g("FontFamily");
184420
+ },
184421
+ enumerable: false,
184422
+ configurable: true
184423
+ });
184424
+ Object.defineProperty(GridConditionalStyleFontInfoDescription.prototype, "fontSize", {
184425
+ get: function () {
184426
+ return this.h;
184427
+ },
184428
+ set: function (a) {
184429
+ this.h = a;
184430
+ this.g("FontSize");
184431
+ },
184432
+ enumerable: false,
184433
+ configurable: true
184434
+ });
184435
+ Object.defineProperty(GridConditionalStyleFontInfoDescription.prototype, "fontStyle", {
184436
+ get: function () {
184437
+ return this.k;
184438
+ },
184439
+ set: function (a) {
184440
+ this.k = a;
184441
+ this.g("FontStyle");
184442
+ },
184443
+ enumerable: false,
184444
+ configurable: true
184445
+ });
184446
+ Object.defineProperty(GridConditionalStyleFontInfoDescription.prototype, "fontWeight", {
184447
+ get: function () {
184448
+ return this.l;
184449
+ },
184450
+ set: function (a) {
184451
+ this.l = a;
184452
+ this.g("FontWeight");
184453
+ },
184454
+ enumerable: false,
184455
+ configurable: true
184456
+ });
184457
+ GridConditionalStyleFontInfoDescription.$t = markType(GridConditionalStyleFontInfoDescription, 'GridConditionalStyleFontInfoDescription', Description.$);
184458
+ return GridConditionalStyleFontInfoDescription;
184459
+ }(Description));
184460
+
184461
+ /*
184462
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
184463
+ https://www.infragistics.com/legal/license/igultimate-la
184464
+ https://www.infragistics.com/legal/license/igultimate-eula
184465
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
184466
+ */
184467
+ /**
184468
+ * @hidden
184469
+ */
184470
+ var GridConditionalStyleFontInfoDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
184471
+ tslib.__extends(GridConditionalStyleFontInfoDescriptionMetadata, _super);
184472
+ function GridConditionalStyleFontInfoDescriptionMetadata() {
184473
+ return _super !== null && _super.apply(this, arguments) || this;
184474
+ }
184475
+ GridConditionalStyleFontInfoDescriptionMetadata.b = function (a) {
184476
+ if (GridConditionalStyleFontInfoDescriptionMetadata.a == null) {
184477
+ GridConditionalStyleFontInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
184478
+ GridConditionalStyleFontInfoDescriptionMetadata.c(GridConditionalStyleFontInfoDescriptionMetadata.a);
184479
+ }
184480
+ if (a.k(GridConditionalStyleFontInfoDescriptionMetadata.a)) {
184481
+ return;
184482
+ }
184483
+ a.ac(GridConditionalStyleFontInfoDescriptionMetadata.a);
184484
+ };
184485
+ GridConditionalStyleFontInfoDescriptionMetadata.c = function (a) {
184486
+ a.item("FontFamily", "(w:FontFamily/FontFamilyTransform,xam:FontFamily,wf:FontFamily,web:textStyle/FontFamilyTransform)String");
184487
+ a.item("FontSize", "(w:FontSize,xam:FontSize,wf:FontSize,web:textStyle/FontSizeTransform)Number:double");
184488
+ a.item("FontStyle", "(w:FontStyle/FontStyleTransform,xam:FontFamily/FontStyleTransform,wf:FontFamily/FontStyleTransform,web:textStyle/FontStyleTransform)String");
184489
+ a.item("FontWeight", "(w:FontWeight/FontWeightTransform,xam:FontFamily/FontWeightTransform,wf:FontFamily/FontWeightTransform,web:textStyle/FontWeightTransform)String");
184490
+ };
184491
+ GridConditionalStyleFontInfoDescriptionMetadata.d = function (a) {
184492
+ GridConditionalStyleFontInfoDescriptionMetadata.b(a);
184493
+ a.ae("GridConditionalStyleFontInfo", function () { return new GridConditionalStyleFontInfoDescription(); });
184494
+ a.ad("GridConditionalStyleFontInfo", GridConditionalStyleFontInfoDescriptionMetadata.a);
184495
+ };
184496
+ GridConditionalStyleFontInfoDescriptionMetadata.$t = markType(GridConditionalStyleFontInfoDescriptionMetadata, 'GridConditionalStyleFontInfoDescriptionMetadata');
184497
+ GridConditionalStyleFontInfoDescriptionMetadata.a = null;
184498
+ return GridConditionalStyleFontInfoDescriptionMetadata;
184499
+ }(Base));
184500
+
184369
184501
  /*
184370
184502
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
184371
184503
  https://www.infragistics.com/legal/license/igultimate-la
@@ -184470,32 +184602,39 @@
184470
184602
  tslib.__extends(GridConditionalStylePropertyDescription, _super);
184471
184603
  function GridConditionalStylePropertyDescription() {
184472
184604
  var _this = _super.call(this) || this;
184473
- _this.am = null;
184474
- _this.ak = null;
184475
- _this.ag = null;
184476
- _this.al = null;
184605
+ _this.a0 = null;
184606
+ _this.ax = null;
184607
+ _this.at = null;
184608
+ _this.ay = null;
184477
184609
  _this.n = null;
184478
- _this.ac = null;
184610
+ _this.ap = null;
184479
184611
  _this.j = null;
184480
184612
  _this.p = null;
184481
- _this.ai = null;
184613
+ _this.av = null;
184482
184614
  _this.l = null;
184483
184615
  _this.o = null;
184484
- _this.ae = null;
184616
+ _this.ar = null;
184485
184617
  _this.k = null;
184486
184618
  _this.q = null;
184487
- _this.an = null;
184619
+ _this.a1 = null;
184488
184620
  _this.m = null;
184621
+ _this.ah = 0;
184622
+ _this.aj = 0;
184623
+ _this.ab = false;
184624
+ _this.af = new Date();
184625
+ _this.z = null;
184626
+ _this.al = null;
184627
+ _this.az = null;
184628
+ _this.an = null;
184629
+ _this.ac = false;
184630
+ _this.au = null;
184489
184631
  _this.aq = null;
184490
- _this.z = false;
184491
- _this.ah = null;
184492
- _this.ad = null;
184493
- _this.aj = null;
184494
- _this.af = null;
184495
- _this.ao = null;
184632
+ _this.aw = null;
184633
+ _this.as = null;
184634
+ _this.a2 = null;
184496
184635
  _this.h = null;
184497
- _this.ap = null;
184498
- _this.ab = null;
184636
+ _this.a3 = null;
184637
+ _this.ao = null;
184499
184638
  return _this;
184500
184639
  }
184501
184640
  GridConditionalStylePropertyDescription.prototype.get_type = function () {
@@ -184510,10 +184649,10 @@
184510
184649
  });
184511
184650
  Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "stylingType", {
184512
184651
  get: function () {
184513
- return this.am;
184652
+ return this.a0;
184514
184653
  },
184515
184654
  set: function (a) {
184516
- this.am = a;
184655
+ this.a0 = a;
184517
184656
  this.g("StylingType");
184518
184657
  },
184519
184658
  enumerable: false,
@@ -184521,10 +184660,10 @@
184521
184660
  });
184522
184661
  Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "minimumType", {
184523
184662
  get: function () {
184524
- return this.ak;
184663
+ return this.ax;
184525
184664
  },
184526
184665
  set: function (a) {
184527
- this.ak = a;
184666
+ this.ax = a;
184528
184667
  this.g("MinimumType");
184529
184668
  },
184530
184669
  enumerable: false,
@@ -184532,10 +184671,10 @@
184532
184671
  });
184533
184672
  Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "maximumType", {
184534
184673
  get: function () {
184535
- return this.ag;
184674
+ return this.at;
184536
184675
  },
184537
184676
  set: function (a) {
184538
- this.ag = a;
184677
+ this.at = a;
184539
184678
  this.g("MaximumType");
184540
184679
  },
184541
184680
  enumerable: false,
@@ -184543,10 +184682,10 @@
184543
184682
  });
184544
184683
  Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "propertyName", {
184545
184684
  get: function () {
184546
- return this.al;
184685
+ return this.ay;
184547
184686
  },
184548
184687
  set: function (a) {
184549
- this.al = a;
184688
+ this.ay = a;
184550
184689
  this.g("PropertyName");
184551
184690
  },
184552
184691
  enumerable: false,
@@ -184565,10 +184704,10 @@
184565
184704
  });
184566
184705
  Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "inputValueExpressionString", {
184567
184706
  get: function () {
184568
- return this.ac;
184707
+ return this.ap;
184569
184708
  },
184570
184709
  set: function (a) {
184571
- this.ac = a;
184710
+ this.ap = a;
184572
184711
  this.g("InputValueExpressionString");
184573
184712
  },
184574
184713
  enumerable: false,
@@ -184598,10 +184737,10 @@
184598
184737
  });
184599
184738
  Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "minimumInputValueExpressionString", {
184600
184739
  get: function () {
184601
- return this.ai;
184740
+ return this.av;
184602
184741
  },
184603
184742
  set: function (a) {
184604
- this.ai = a;
184743
+ this.av = a;
184605
184744
  this.g("MinimumInputValueExpressionString");
184606
184745
  },
184607
184746
  enumerable: false,
@@ -184631,10 +184770,10 @@
184631
184770
  });
184632
184771
  Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "maximumInputValueExpressionString", {
184633
184772
  get: function () {
184634
- return this.ae;
184773
+ return this.ar;
184635
184774
  },
184636
184775
  set: function (a) {
184637
- this.ae = a;
184776
+ this.ar = a;
184638
184777
  this.g("MaximumInputValueExpressionString");
184639
184778
  },
184640
184779
  enumerable: false,
@@ -184664,10 +184803,10 @@
184664
184803
  });
184665
184804
  Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "sumInputValueExpressionString", {
184666
184805
  get: function () {
184667
- return this.an;
184806
+ return this.a1;
184668
184807
  },
184669
184808
  set: function (a) {
184670
- this.an = a;
184809
+ this.a1 = a;
184671
184810
  this.g("SumInputValueExpressionString");
184672
184811
  },
184673
184812
  enumerable: false,
@@ -184684,23 +184823,100 @@
184684
184823
  enumerable: false,
184685
184824
  configurable: true
184686
184825
  });
184687
- Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "valueRef", {
184826
+ Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "doubleValue", {
184688
184827
  get: function () {
184689
- return this.aq;
184828
+ return this.ah;
184690
184829
  },
184691
184830
  set: function (a) {
184692
- this.aq = a;
184693
- this.g("ValueRef");
184831
+ this.ah = a;
184832
+ this.g("DoubleValue");
184694
184833
  },
184695
184834
  enumerable: false,
184696
184835
  configurable: true
184697
184836
  });
184698
- Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "shouldSetValue", {
184837
+ Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "intValue", {
184838
+ get: function () {
184839
+ return this.aj;
184840
+ },
184841
+ set: function (a) {
184842
+ this.aj = a;
184843
+ this.g("IntValue");
184844
+ },
184845
+ enumerable: false,
184846
+ configurable: true
184847
+ });
184848
+ Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "boolValue", {
184849
+ get: function () {
184850
+ return this.ab;
184851
+ },
184852
+ set: function (a) {
184853
+ this.ab = a;
184854
+ this.g("BoolValue");
184855
+ },
184856
+ enumerable: false,
184857
+ configurable: true
184858
+ });
184859
+ Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "dateValue", {
184860
+ get: function () {
184861
+ return this.af;
184862
+ },
184863
+ set: function (a) {
184864
+ this.af = a;
184865
+ this.g("DateValue");
184866
+ },
184867
+ enumerable: false,
184868
+ configurable: true
184869
+ });
184870
+ Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "fontValue", {
184699
184871
  get: function () {
184700
184872
  return this.z;
184701
184873
  },
184702
184874
  set: function (a) {
184703
184875
  this.z = a;
184876
+ this.g("FontValue");
184877
+ },
184878
+ enumerable: false,
184879
+ configurable: true
184880
+ });
184881
+ Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "objectValue", {
184882
+ get: function () {
184883
+ return this.al;
184884
+ },
184885
+ set: function (a) {
184886
+ this.al = a;
184887
+ this.g("ObjectValue");
184888
+ },
184889
+ enumerable: false,
184890
+ configurable: true
184891
+ });
184892
+ Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "stringValue", {
184893
+ get: function () {
184894
+ return this.az;
184895
+ },
184896
+ set: function (a) {
184897
+ this.az = a;
184898
+ this.g("StringValue");
184899
+ },
184900
+ enumerable: false,
184901
+ configurable: true
184902
+ });
184903
+ Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "brushValue", {
184904
+ get: function () {
184905
+ return this.an;
184906
+ },
184907
+ set: function (a) {
184908
+ this.an = a;
184909
+ this.g("BrushValue");
184910
+ },
184911
+ enumerable: false,
184912
+ configurable: true
184913
+ });
184914
+ Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "shouldSetValue", {
184915
+ get: function () {
184916
+ return this.ac;
184917
+ },
184918
+ set: function (a) {
184919
+ this.ac = a;
184704
184920
  this.g("ShouldSetValue");
184705
184921
  },
184706
184922
  enumerable: false,
@@ -184708,10 +184924,10 @@
184708
184924
  });
184709
184925
  Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "minimumColor", {
184710
184926
  get: function () {
184711
- return this.ah;
184927
+ return this.au;
184712
184928
  },
184713
184929
  set: function (a) {
184714
- this.ah = a;
184930
+ this.au = a;
184715
184931
  this.g("MinimumColor");
184716
184932
  },
184717
184933
  enumerable: false,
@@ -184719,10 +184935,10 @@
184719
184935
  });
184720
184936
  Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "maximumColor", {
184721
184937
  get: function () {
184722
- return this.ad;
184938
+ return this.aq;
184723
184939
  },
184724
184940
  set: function (a) {
184725
- this.ad = a;
184941
+ this.aq = a;
184726
184942
  this.g("MaximumColor");
184727
184943
  },
184728
184944
  enumerable: false,
@@ -184730,10 +184946,10 @@
184730
184946
  });
184731
184947
  Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "minimumInputValueRef", {
184732
184948
  get: function () {
184733
- return this.aj;
184949
+ return this.aw;
184734
184950
  },
184735
184951
  set: function (a) {
184736
- this.aj = a;
184952
+ this.aw = a;
184737
184953
  this.g("MinimumInputValueRef");
184738
184954
  },
184739
184955
  enumerable: false,
@@ -184741,10 +184957,10 @@
184741
184957
  });
184742
184958
  Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "maximumInputValueRef", {
184743
184959
  get: function () {
184744
- return this.af;
184960
+ return this.as;
184745
184961
  },
184746
184962
  set: function (a) {
184747
- this.af = a;
184963
+ this.as = a;
184748
184964
  this.g("MaximumInputValueRef");
184749
184965
  },
184750
184966
  enumerable: false,
@@ -184752,10 +184968,10 @@
184752
184968
  });
184753
184969
  Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "sumInputValueRef", {
184754
184970
  get: function () {
184755
- return this.ao;
184971
+ return this.a2;
184756
184972
  },
184757
184973
  set: function (a) {
184758
- this.ao = a;
184974
+ this.a2 = a;
184759
184975
  this.g("SumInputValueRef");
184760
184976
  },
184761
184977
  enumerable: false,
@@ -184774,10 +184990,10 @@
184774
184990
  });
184775
184991
  Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "valueCollectionRef", {
184776
184992
  get: function () {
184777
- return this.ap;
184993
+ return this.a3;
184778
184994
  },
184779
184995
  set: function (a) {
184780
- this.ap = a;
184996
+ this.a3 = a;
184781
184997
  this.g("ValueCollectionRef");
184782
184998
  },
184783
184999
  enumerable: false,
@@ -184785,10 +185001,10 @@
184785
185001
  });
184786
185002
  Object.defineProperty(GridConditionalStylePropertyDescription.prototype, "filterStringErrorsParsingRef", {
184787
185003
  get: function () {
184788
- return this.ab;
185004
+ return this.ao;
184789
185005
  },
184790
185006
  set: function (a) {
184791
- this.ab = a;
185007
+ this.ao = a;
184792
185008
  this.g("FilterStringErrorsParsingRef");
184793
185009
  },
184794
185010
  enumerable: false,
@@ -184822,6 +185038,7 @@
184822
185038
  }
184823
185039
  a.ac(GridConditionalStylePropertyDescriptionMetadata.a);
184824
185040
  FilterExpressionDescriptionMetadata.d(a);
185041
+ GridConditionalStyleFontInfoDescriptionMetadata.d(a);
184825
185042
  GridConditionFilterStringErrorsParsingEventArgsDescriptionMetadata.d(a);
184826
185043
  };
184827
185044
  GridConditionalStylePropertyDescriptionMetadata.c = function (a) {
@@ -184844,7 +185061,14 @@
184844
185061
  a.item("SumInputValueExpression", "ExportedType:IFilterExpression");
184845
185062
  a.item("SumInputValueExpressionString", "String");
184846
185063
  a.item("ActualSumInputValueExpression", "ExportedType:IFilterExpression");
184847
- a.item("ValueRef", "(w:Value,wf:Value)DataRef");
185064
+ a.item("DoubleValue", "Number:double");
185065
+ a.item("IntValue", "Number:int");
185066
+ a.item("BoolValue", "Boolean");
185067
+ a.item("DateValue", "Date");
185068
+ a.item("FontValue", "ExportedType:GridConditionalStyleFontInfo");
185069
+ a.item("ObjectValue", "Unknown");
185070
+ a.item("StringValue", "String");
185071
+ a.item("BrushValue", "Brush");
184848
185072
  a.item("ShouldSetValue", "Boolean");
184849
185073
  a.item("MinimumColor", "Brush");
184850
185074
  a.item("MaximumColor", "Brush");
@@ -191439,23 +191663,23 @@
191439
191663
  /**
191440
191664
  * @hidden
191441
191665
  */
191442
- var LegendSizeChangedEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
191443
- tslib.__extends(LegendSizeChangedEventArgsDescription, _super);
191444
- function LegendSizeChangedEventArgsDescription() {
191666
+ var LegendTextContentChangedEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
191667
+ tslib.__extends(LegendTextContentChangedEventArgsDescription, _super);
191668
+ function LegendTextContentChangedEventArgsDescription() {
191445
191669
  return _super.call(this) || this;
191446
191670
  }
191447
- LegendSizeChangedEventArgsDescription.prototype.get_type = function () {
191448
- return "LegendSizeChangedEventArgs";
191671
+ LegendTextContentChangedEventArgsDescription.prototype.get_type = function () {
191672
+ return "LegendTextContentChangedEventArgs";
191449
191673
  };
191450
- Object.defineProperty(LegendSizeChangedEventArgsDescription.prototype, "type", {
191674
+ Object.defineProperty(LegendTextContentChangedEventArgsDescription.prototype, "type", {
191451
191675
  get: function () {
191452
191676
  return this.get_type();
191453
191677
  },
191454
191678
  enumerable: false,
191455
191679
  configurable: true
191456
191680
  });
191457
- LegendSizeChangedEventArgsDescription.$t = markType(LegendSizeChangedEventArgsDescription, 'LegendSizeChangedEventArgsDescription', Description.$);
191458
- return LegendSizeChangedEventArgsDescription;
191681
+ LegendTextContentChangedEventArgsDescription.$t = markType(LegendTextContentChangedEventArgsDescription, 'LegendTextContentChangedEventArgsDescription', Description.$);
191682
+ return LegendTextContentChangedEventArgsDescription;
191459
191683
  }(Description));
191460
191684
 
191461
191685
  /*
@@ -191467,31 +191691,31 @@
191467
191691
  /**
191468
191692
  * @hidden
191469
191693
  */
191470
- var LegendSizeChangedEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
191471
- tslib.__extends(LegendSizeChangedEventArgsDescriptionMetadata, _super);
191472
- function LegendSizeChangedEventArgsDescriptionMetadata() {
191694
+ var LegendTextContentChangedEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
191695
+ tslib.__extends(LegendTextContentChangedEventArgsDescriptionMetadata, _super);
191696
+ function LegendTextContentChangedEventArgsDescriptionMetadata() {
191473
191697
  return _super !== null && _super.apply(this, arguments) || this;
191474
191698
  }
191475
- LegendSizeChangedEventArgsDescriptionMetadata.b = function (a) {
191476
- if (LegendSizeChangedEventArgsDescriptionMetadata.a == null) {
191477
- LegendSizeChangedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
191478
- LegendSizeChangedEventArgsDescriptionMetadata.c(LegendSizeChangedEventArgsDescriptionMetadata.a);
191699
+ LegendTextContentChangedEventArgsDescriptionMetadata.b = function (a) {
191700
+ if (LegendTextContentChangedEventArgsDescriptionMetadata.a == null) {
191701
+ LegendTextContentChangedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
191702
+ LegendTextContentChangedEventArgsDescriptionMetadata.c(LegendTextContentChangedEventArgsDescriptionMetadata.a);
191479
191703
  }
191480
- if (a.k(LegendSizeChangedEventArgsDescriptionMetadata.a)) {
191704
+ if (a.k(LegendTextContentChangedEventArgsDescriptionMetadata.a)) {
191481
191705
  return;
191482
191706
  }
191483
- a.ac(LegendSizeChangedEventArgsDescriptionMetadata.a);
191707
+ a.ac(LegendTextContentChangedEventArgsDescriptionMetadata.a);
191484
191708
  };
191485
- LegendSizeChangedEventArgsDescriptionMetadata.c = function (a) {
191709
+ LegendTextContentChangedEventArgsDescriptionMetadata.c = function (a) {
191486
191710
  };
191487
- LegendSizeChangedEventArgsDescriptionMetadata.d = function (a) {
191488
- LegendSizeChangedEventArgsDescriptionMetadata.b(a);
191489
- a.ae("LegendSizeChangedEventArgs", function () { return new LegendSizeChangedEventArgsDescription(); });
191490
- a.ad("LegendSizeChangedEventArgs", LegendSizeChangedEventArgsDescriptionMetadata.a);
191711
+ LegendTextContentChangedEventArgsDescriptionMetadata.d = function (a) {
191712
+ LegendTextContentChangedEventArgsDescriptionMetadata.b(a);
191713
+ a.ae("LegendTextContentChangedEventArgs", function () { return new LegendTextContentChangedEventArgsDescription(); });
191714
+ a.ad("LegendTextContentChangedEventArgs", LegendTextContentChangedEventArgsDescriptionMetadata.a);
191491
191715
  };
191492
- LegendSizeChangedEventArgsDescriptionMetadata.$t = markType(LegendSizeChangedEventArgsDescriptionMetadata, 'LegendSizeChangedEventArgsDescriptionMetadata');
191493
- LegendSizeChangedEventArgsDescriptionMetadata.a = null;
191494
- return LegendSizeChangedEventArgsDescriptionMetadata;
191716
+ LegendTextContentChangedEventArgsDescriptionMetadata.$t = markType(LegendTextContentChangedEventArgsDescriptionMetadata, 'LegendTextContentChangedEventArgsDescriptionMetadata');
191717
+ LegendTextContentChangedEventArgsDescriptionMetadata.a = null;
191718
+ return LegendTextContentChangedEventArgsDescriptionMetadata;
191495
191719
  }(Base));
191496
191720
 
191497
191721
  /*
@@ -191522,7 +191746,7 @@
191522
191746
  a.ac(LegendBaseDescriptionMetadata.a);
191523
191747
  LegendMouseButtonEventArgsDescriptionMetadata.d(a);
191524
191748
  LegendMouseEventArgsDescriptionMetadata.d(a);
191525
- LegendSizeChangedEventArgsDescriptionMetadata.d(a);
191749
+ LegendTextContentChangedEventArgsDescriptionMetadata.d(a);
191526
191750
  };
191527
191751
  LegendBaseDescriptionMetadata.c = function (a) {
191528
191752
  a.item("LegendItemMouseLeftButtonDownRef", "EventRef::legendItemMouseLeftButtonDown");
@@ -191530,7 +191754,7 @@
191530
191754
  a.item("LegendItemMouseEnterRef", "EventRef::legendItemMouseEnter");
191531
191755
  a.item("LegendItemMouseLeaveRef", "EventRef::legendItemMouseLeave");
191532
191756
  a.item("LegendItemMouseMoveRef", "EventRef::legendItemMouseMove");
191533
- a.item("LegendSizeChangedRef", "EventRef::legendSizeChanged");
191757
+ a.item("LegendTextContentChangedRef", "EventRef::legendTextContentChanged");
191534
191758
  LegendBaseDescriptionMetadata.e(a);
191535
191759
  };
191536
191760
  LegendBaseDescriptionMetadata.d = function (a) {
@@ -191640,13 +191864,13 @@
191640
191864
  enumerable: false,
191641
191865
  configurable: true
191642
191866
  });
191643
- Object.defineProperty(LegendBaseDescription.prototype, "legendSizeChangedRef", {
191867
+ Object.defineProperty(LegendBaseDescription.prototype, "legendTextContentChangedRef", {
191644
191868
  get: function () {
191645
191869
  return this.n;
191646
191870
  },
191647
191871
  set: function (a) {
191648
191872
  this.n = a;
191649
- this.g("LegendSizeChangedRef");
191873
+ this.g("LegendTextContentChangedRef");
191650
191874
  },
191651
191875
  enumerable: false,
191652
191876
  configurable: true
@@ -229248,123 +229472,6 @@
229248
229472
  return GridCompoundConditionalStyleDescriptionMetadata;
229249
229473
  }(Base));
229250
229474
 
229251
- /*
229252
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
229253
- https://www.infragistics.com/legal/license/igultimate-la
229254
- https://www.infragistics.com/legal/license/igultimate-eula
229255
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
229256
- */
229257
- /**
229258
- * @hidden
229259
- */
229260
- var GridConditionalStyleFontInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
229261
- tslib.__extends(GridConditionalStyleFontInfoDescription, _super);
229262
- function GridConditionalStyleFontInfoDescription() {
229263
- var _this = _super.call(this) || this;
229264
- _this.j = null;
229265
- _this.h = 0;
229266
- _this.k = null;
229267
- _this.l = null;
229268
- return _this;
229269
- }
229270
- GridConditionalStyleFontInfoDescription.prototype.get_type = function () {
229271
- return "GridConditionalStyleFontInfo";
229272
- };
229273
- Object.defineProperty(GridConditionalStyleFontInfoDescription.prototype, "type", {
229274
- get: function () {
229275
- return this.get_type();
229276
- },
229277
- enumerable: false,
229278
- configurable: true
229279
- });
229280
- Object.defineProperty(GridConditionalStyleFontInfoDescription.prototype, "fontFamily", {
229281
- get: function () {
229282
- return this.j;
229283
- },
229284
- set: function (a) {
229285
- this.j = a;
229286
- this.g("FontFamily");
229287
- },
229288
- enumerable: false,
229289
- configurable: true
229290
- });
229291
- Object.defineProperty(GridConditionalStyleFontInfoDescription.prototype, "fontSize", {
229292
- get: function () {
229293
- return this.h;
229294
- },
229295
- set: function (a) {
229296
- this.h = a;
229297
- this.g("FontSize");
229298
- },
229299
- enumerable: false,
229300
- configurable: true
229301
- });
229302
- Object.defineProperty(GridConditionalStyleFontInfoDescription.prototype, "fontStyle", {
229303
- get: function () {
229304
- return this.k;
229305
- },
229306
- set: function (a) {
229307
- this.k = a;
229308
- this.g("FontStyle");
229309
- },
229310
- enumerable: false,
229311
- configurable: true
229312
- });
229313
- Object.defineProperty(GridConditionalStyleFontInfoDescription.prototype, "fontWeight", {
229314
- get: function () {
229315
- return this.l;
229316
- },
229317
- set: function (a) {
229318
- this.l = a;
229319
- this.g("FontWeight");
229320
- },
229321
- enumerable: false,
229322
- configurable: true
229323
- });
229324
- GridConditionalStyleFontInfoDescription.$t = markType(GridConditionalStyleFontInfoDescription, 'GridConditionalStyleFontInfoDescription', Description.$);
229325
- return GridConditionalStyleFontInfoDescription;
229326
- }(Description));
229327
-
229328
- /*
229329
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
229330
- https://www.infragistics.com/legal/license/igultimate-la
229331
- https://www.infragistics.com/legal/license/igultimate-eula
229332
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
229333
- */
229334
- /**
229335
- * @hidden
229336
- */
229337
- var GridConditionalStyleFontInfoDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
229338
- tslib.__extends(GridConditionalStyleFontInfoDescriptionMetadata, _super);
229339
- function GridConditionalStyleFontInfoDescriptionMetadata() {
229340
- return _super !== null && _super.apply(this, arguments) || this;
229341
- }
229342
- GridConditionalStyleFontInfoDescriptionMetadata.b = function (a) {
229343
- if (GridConditionalStyleFontInfoDescriptionMetadata.a == null) {
229344
- GridConditionalStyleFontInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
229345
- GridConditionalStyleFontInfoDescriptionMetadata.c(GridConditionalStyleFontInfoDescriptionMetadata.a);
229346
- }
229347
- if (a.k(GridConditionalStyleFontInfoDescriptionMetadata.a)) {
229348
- return;
229349
- }
229350
- a.ac(GridConditionalStyleFontInfoDescriptionMetadata.a);
229351
- };
229352
- GridConditionalStyleFontInfoDescriptionMetadata.c = function (a) {
229353
- a.item("FontFamily", "(w:FontFamily/FontFamilyTransform,xam:FontFamily,wf:FontFamily,web:textStyle/FontFamilyTransform)String");
229354
- a.item("FontSize", "(w:FontSize,xam:FontSize,wf:FontSize,web:textStyle/FontSizeTransform)Number:double");
229355
- a.item("FontStyle", "(w:FontStyle/FontStyleTransform,xam:FontFamily/FontStyleTransform,wf:FontFamily/FontStyleTransform,web:textStyle/FontStyleTransform)String");
229356
- a.item("FontWeight", "(w:FontWeight/FontWeightTransform,xam:FontFamily/FontWeightTransform,wf:FontFamily/FontWeightTransform,web:textStyle/FontWeightTransform)String");
229357
- };
229358
- GridConditionalStyleFontInfoDescriptionMetadata.d = function (a) {
229359
- GridConditionalStyleFontInfoDescriptionMetadata.b(a);
229360
- a.ae("GridConditionalStyleFontInfo", function () { return new GridConditionalStyleFontInfoDescription(); });
229361
- a.ad("GridConditionalStyleFontInfo", GridConditionalStyleFontInfoDescriptionMetadata.a);
229362
- };
229363
- GridConditionalStyleFontInfoDescriptionMetadata.$t = markType(GridConditionalStyleFontInfoDescriptionMetadata, 'GridConditionalStyleFontInfoDescriptionMetadata');
229364
- GridConditionalStyleFontInfoDescriptionMetadata.a = null;
229365
- return GridConditionalStyleFontInfoDescriptionMetadata;
229366
- }(Base));
229367
-
229368
229475
  /*
229369
229476
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
229370
229477
  https://www.infragistics.com/legal/license/igultimate-la
@@ -300220,7 +300327,7 @@
300220
300327
  $ret.image = d_1;
300221
300328
  return $ret;
300222
300329
  })());
300223
- this_1.b.by(f);
300330
+ this_1.b.bu(f);
300224
300331
  }
300225
300332
  if (this_1.g.containsKey(d_1)) {
300226
300333
  var g = this_1.g.item(d_1);
@@ -300309,7 +300416,7 @@
300309
300416
  $ret.image = c_1;
300310
300417
  return $ret;
300311
300418
  })());
300312
- this.b.bz(g);
300419
+ this.b.bv(g);
300313
300420
  f_1 = g.uri;
300314
300421
  if (f_1 != null) {
300315
300422
  c_1.src = f_1;
@@ -300374,9 +300481,9 @@
300374
300481
  f.clear();
300375
300482
  this.g.removeItem(e);
300376
300483
  }
300377
- this.b.bq(c, c.i.ac);
300484
+ this.b.bo(c, c.i.ac);
300378
300485
  if (c.i != null) {
300379
- this.b.ce(c);
300486
+ this.b.ca(c);
300380
300487
  }
300381
300488
  this.q();
300382
300489
  this.ad();
@@ -300415,7 +300522,7 @@
300415
300522
  };
300416
300523
  XamMultiScaleImageView.prototype.aq = function () {
300417
300524
  if (this.p == -1) {
300418
- this.p = window.setInterval(runOn(this.b, this.b.cd), 50);
300525
+ this.p = window.setInterval(runOn(this.b, this.b.b9), 50);
300419
300526
  }
300420
300527
  };
300421
300528
  XamMultiScaleImageView.prototype.as = function () {
@@ -300426,7 +300533,7 @@
300426
300533
  };
300427
300534
  XamMultiScaleImageView.prototype.ap = function () {
300428
300535
  if (this.o == -1) {
300429
- this.o = window.setInterval(runOn(this.b, this.b.bt), 50);
300536
+ this.o = window.setInterval(runOn(this.b, this.b.br), 50);
300430
300537
  }
300431
300538
  };
300432
300539
  XamMultiScaleImageView.prototype.ar = function () {
@@ -300438,7 +300545,7 @@
300438
300545
  XamMultiScaleImageView.prototype.t = function () {
300439
300546
  if (this.p != -1) {
300440
300547
  this.ar();
300441
- this.b.b2();
300548
+ this.b.by();
300442
300549
  }
300443
300550
  };
300444
300551
  XamMultiScaleImageView.prototype.ae = function (a) {
@@ -300457,8 +300564,8 @@
300457
300564
  this.m.setAttribute("height", truncate((b * this.b.a4)).toString());
300458
300565
  this.m.setStyleProperty("width", a.toString() + "px");
300459
300566
  this.m.setStyleProperty("height", b.toString() + "px");
300460
- this.b.cr = new Rect(0, 0, 0, a, b);
300461
- this.b.b9();
300567
+ this.b.cn = new Rect(0, 0, 0, a, b);
300568
+ this.b.b5();
300462
300569
  };
300463
300570
  XamMultiScaleImageView.prototype.aj = function () {
300464
300571
  this.ad();
@@ -300506,7 +300613,7 @@
300506
300613
  if (!this.au.isEmpty) {
300507
300614
  this.c.l(this.au.left, this.au.top, this.au.width, this.au.height);
300508
300615
  }
300509
- this.au = this.b.cr;
300616
+ this.au = this.b.cn;
300510
300617
  for (var a = 0; a < this.h.count; a++) {
300511
300618
  var b = this.h._inner[a];
300512
300619
  if (b.s == 0) {
@@ -300522,8 +300629,8 @@
300522
300629
  if (this.c.d && this.b.a4 != 1) {
300523
300630
  this.c.z();
300524
300631
  }
300525
- this.b.bv();
300526
- this.b.b0();
300632
+ this.b.bt();
300633
+ this.b.bw();
300527
300634
  };
300528
300635
  XamMultiScaleImageView.prototype.d = function () {
300529
300636
  var a = true;
@@ -300550,10 +300657,10 @@
300550
300657
  if (b.d.width < 1 || b.d.height < 1) {
300551
300658
  return;
300552
300659
  }
300553
- this.c.o(b.c, c, b.d.left, b.d.top, b.d.width, b.d.height, Math.round(a.n + this.b.cr.left), Math.round(a.o + this.b.cr.top), a.width, a.height);
300660
+ this.c.o(b.c, c, b.d.left, b.d.top, b.d.width, b.d.height, Math.round(a.n + this.b.cn.left), Math.round(a.o + this.b.cn.top), a.width, a.height);
300554
300661
  }
300555
300662
  else {
300556
- this.c.n(b.c, c, Math.round(a.n + this.b.cr.left), Math.round(a.o + this.b.cr.top), a.width, a.height);
300663
+ this.c.n(b.c, c, Math.round(a.n + this.b.cn.left), Math.round(a.o + this.b.cn.top), a.width, a.height);
300557
300664
  }
300558
300665
  };
300559
300666
  XamMultiScaleImageView.prototype.e = function (a) {
@@ -300578,8 +300685,8 @@
300578
300685
  this.q();
300579
300686
  };
300580
300687
  XamMultiScaleImageView.prototype.ai = function (a) {
300581
- this.b.cr = a;
300582
- this.b.b9();
300688
+ this.b.cn = a;
300689
+ this.b.b5();
300583
300690
  };
300584
300691
  XamMultiScaleImageView.prototype.preRender = function () {
300585
300692
  };
@@ -300683,7 +300790,7 @@
300683
300790
  };
300684
300791
  XamMultiScaleTileSource.prototype.y = function (a, b, c, d) {
300685
300792
  if (this.k != null) {
300686
- this.k.bu(a, b, c, d);
300793
+ this.k.bs(a, b, c, d);
300687
300794
  }
300688
300795
  };
300689
300796
  XamMultiScaleTileSource.$t = markType(XamMultiScaleTileSource, 'XamMultiScaleTileSource', DependencyObject.$);
@@ -300699,14 +300806,14 @@
300699
300806
  _this.ap = null;
300700
300807
  _this.an = null;
300701
300808
  _this.ak = null;
300702
- _this.co = null;
300809
+ _this.ck = null;
300703
300810
  _this.a2 = 0;
300704
300811
  _this.at = false;
300705
300812
  _this.propertyChanged = null;
300706
- _this.bc = 0;
300707
- _this.bd = 0;
300813
+ _this.ba = 0;
300814
+ _this.bb = 0;
300708
300815
  _this.a0 = new Date();
300709
- _this.cp = null;
300816
+ _this.cl = null;
300710
300817
  _this.a3 = 0;
300711
300818
  _this.ay = new List$1(Tile.$, 0);
300712
300819
  _this.aw = false;
@@ -300714,19 +300821,17 @@
300714
300821
  _this.az = new List$1(Tile.$, 0);
300715
300822
  _this.imageTilesReady = null;
300716
300823
  _this.as = false;
300717
- _this.cr = null;
300824
+ _this.cn = null;
300718
300825
  _this.ag = null;
300719
300826
  _this.imagesChanged = null;
300720
300827
  _this.downloadingImage = null;
300721
300828
  _this.cancellingImage = null;
300722
- _this.beforeDownloadStart = null;
300723
- _this.afterDownloadStart = null;
300724
300829
  _this.a1 = 1;
300725
- _this.cr = Rect.empty;
300830
+ _this.cn = Rect.empty;
300726
300831
  _this.ag = new CanvasRenderScheduler();
300727
300832
  _this.an = new XamMultiScaleImageView(_this);
300728
300833
  _this.ab = XamMultiScaleImage.$;
300729
- _this.co = _this.cq;
300834
+ _this.ck = _this.cm;
300730
300835
  _this.a2 = _this.a5;
300731
300836
  return _this;
300732
300837
  }
@@ -300740,25 +300845,25 @@
300740
300845
  }
300741
300846
  this.ak = a;
300742
300847
  if (this.ak != null) {
300743
- this.ak.register(this, runOn(this, this.ca));
300848
+ this.ak.register(this, runOn(this, this.b6));
300744
300849
  }
300745
300850
  },
300746
300851
  enumerable: false,
300747
300852
  configurable: true
300748
300853
  });
300749
- XamMultiScaleImage.prototype.be = function () {
300750
- if (!stringIsNullOrEmpty(this.bh)) {
300751
- return this.bh;
300854
+ XamMultiScaleImage.prototype.bc = function () {
300855
+ if (!stringIsNullOrEmpty(this.bf)) {
300856
+ return this.bf;
300752
300857
  }
300753
300858
  return null;
300754
300859
  };
300755
- XamMultiScaleImage.prototype.bf = function () {
300756
- if (!stringIsNullOrEmpty(this.bl)) {
300757
- return this.bl;
300860
+ XamMultiScaleImage.prototype.bd = function () {
300861
+ if (!stringIsNullOrEmpty(this.bj)) {
300862
+ return this.bj;
300758
300863
  }
300759
300864
  return null;
300760
300865
  };
300761
- XamMultiScaleImage.prototype.b1 = function (a, b, c) {
300866
+ XamMultiScaleImage.prototype.bx = function (a, b, c) {
300762
300867
  var d = new PropertyChangedEventArgs(a);
300763
300868
  if (this.propertyChanged != null) {
300764
300869
  this.propertyChanged(this, d);
@@ -300768,15 +300873,15 @@
300768
300873
  if (this.ao != null) {
300769
300874
  this.ao.k = this;
300770
300875
  }
300771
- this.b8();
300772
- this.cb();
300773
- this.b9();
300876
+ this.b4();
300877
+ this.b7();
300878
+ this.b5();
300774
300879
  break;
300775
300880
  case XamMultiScaleImage.$$p[6]:
300776
- this.cc();
300881
+ this.b8();
300777
300882
  break;
300778
300883
  case XamMultiScaleImage.$$p[7]:
300779
- this.cc();
300884
+ this.b8();
300780
300885
  break;
300781
300886
  case XamMultiScaleImage.$$p[4]:
300782
300887
  if (!this.ax) {
@@ -300785,40 +300890,40 @@
300785
300890
  break;
300786
300891
  case XamMultiScaleImage.$$p[0]:
300787
300892
  this.at = this.av;
300788
- this.b9();
300893
+ this.b5();
300789
300894
  break;
300790
300895
  }
300791
300896
  };
300792
300897
  XamMultiScaleImage.prototype.v = function () {
300793
300898
  _super.prototype.v.call(this);
300794
- this.b9();
300899
+ this.b5();
300795
300900
  };
300796
- XamMultiScaleImage.prototype.cb = function () {
300797
- this.cf();
300901
+ XamMultiScaleImage.prototype.b7 = function () {
300902
+ this.cb();
300798
300903
  if (this.ao != null) {
300799
- this.bc = Convert.toInt32(logBase(this.ao.r, 2));
300800
- this.bd = Convert.toInt32(logBase(this.ao.v, 2));
300904
+ this.ba = Convert.toInt32(logBase(this.ao.r, 2));
300905
+ this.bb = Convert.toInt32(logBase(this.ao.v, 2));
300801
300906
  }
300802
300907
  };
300803
- XamMultiScaleImage.prototype.bu = function (a, b, c, d) {
300804
- this.b8();
300805
- this.cb();
300806
- this.b9();
300908
+ XamMultiScaleImage.prototype.bs = function (a, b, c, d) {
300909
+ this.b4();
300910
+ this.b7();
300911
+ this.b5();
300807
300912
  };
300808
- XamMultiScaleImage.prototype.cc = function () {
300913
+ XamMultiScaleImage.prototype.b8 = function () {
300809
300914
  if (this.ax) {
300810
300915
  this.a0 = dateNow();
300811
- this.cp = this.co;
300916
+ this.cl = this.ck;
300812
300917
  this.a3 = this.a2;
300813
300918
  this.an.aq();
300814
300919
  }
300815
300920
  else {
300816
- this.co = this.cq;
300921
+ this.ck = this.cm;
300817
300922
  this.a2 = this.a5;
300818
- this.b9();
300923
+ this.b5();
300819
300924
  }
300820
300925
  };
300821
- XamMultiScaleImage.prototype.cd = function () {
300926
+ XamMultiScaleImage.prototype.b9 = function () {
300822
300927
  var a = 2;
300823
300928
  var b = dateNow().getTime() - this.a0.getTime();
300824
300929
  var c = b / 1000;
@@ -300826,15 +300931,15 @@
300826
300931
  var e = this.aj != null ? this.aj.ease(d) : d;
300827
300932
  var f = 1 - e;
300828
300933
  this.a2 = this.a3 * f + this.a5 * e;
300829
- this.co = { $type: Point_$type, x: this.cp.x * f + this.cq.x * e, y: this.cp.y * f + this.cq.y * e };
300934
+ this.ck = { $type: Point_$type, x: this.cl.x * f + this.cm.x * e, y: this.cl.y * f + this.cm.y * e };
300830
300935
  if (d >= 1) {
300831
300936
  this.an.as();
300832
300937
  }
300833
300938
  else {
300834
300939
  }
300835
- this.b9();
300940
+ this.b5();
300836
300941
  };
300837
- XamMultiScaleImage.prototype.ba = function (a, b, c, d) {
300942
+ XamMultiScaleImage.prototype.a8 = function (a, b, c, d) {
300838
300943
  for (var e = 0; e < this.ay.count; ++e) {
300839
300944
  if (this.ay._inner[e].c == a && this.ay._inner[e].d == b && this.ay._inner[e].e == c && this.ay._inner[e].f == d) {
300840
300945
  return e;
@@ -300842,37 +300947,37 @@
300842
300947
  }
300843
300948
  return -1;
300844
300949
  };
300845
- XamMultiScaleImage.prototype.ca = function (a) {
300950
+ XamMultiScaleImage.prototype.b6 = function (a) {
300846
300951
  var _this = this;
300847
300952
  this.aw = false;
300848
300953
  this.as = false;
300849
300954
  var b = this.at;
300850
- if (this.ao == null || !this.an.f() || this.cr.width == 0 || this.cr.height == 0) {
300955
+ if (this.ao == null || !this.an.f() || this.cn.width == 0 || this.cn.height == 0) {
300851
300956
  return;
300852
300957
  }
300853
- var c = truncate(Math.ceil(this.cr.width / this.ao.r));
300958
+ var c = truncate(Math.ceil(this.cn.width / this.ao.r));
300854
300959
  var d = truncate(Math.max(1, Math.floor(-logBase(this.a2 / c, 2))));
300855
- if (d >= this.bd - 8) {
300856
- d = (this.bd - 8) - 1;
300960
+ if (d >= this.bb - 8) {
300961
+ d = (this.bb - 8) - 1;
300857
300962
  }
300858
300963
  var e = truncate(Math.round(Math.pow(2, d)));
300859
300964
  var f = this.a2;
300860
- var g = this.cr.height * f / this.cr.width;
300965
+ var g = this.cn.height * f / this.cn.width;
300861
300966
  var h = this.ao.v / Math.pow(2, d);
300862
300967
  var i = this.ao.u / Math.pow(2, d);
300863
- var j = truncate(Math.floor((this.co.x * this.ao.v) / h));
300864
- var k = truncate(Math.ceil(((this.co.x + f) * this.ao.v) / h));
300865
- var l = truncate(Math.floor((this.co.y * this.ao.u) / i));
300866
- var m = truncate(Math.ceil(((this.co.y + g) * this.ao.v) / i));
300968
+ var j = truncate(Math.floor((this.ck.x * this.ao.v) / h));
300969
+ var k = truncate(Math.ceil(((this.ck.x + f) * this.ao.v) / h));
300970
+ var l = truncate(Math.floor((this.ck.y * this.ao.u) / i));
300971
+ var m = truncate(Math.ceil(((this.ck.y + g) * this.ao.v) / i));
300867
300972
  if (!b) {
300868
300973
  j = Math.max(j, 0);
300869
300974
  k = Math.min(k, e);
300870
300975
  }
300871
300976
  l = Math.max(l, 0);
300872
300977
  m = Math.min(m, e);
300873
- var n = ((j * h) - (this.co.x * this.ao.v)) / h;
300874
- var o = ((l * i) - (this.co.y * this.ao.u)) / i;
300875
- var p = (f * this.ao.v / h) * (this.ao.r / this.cr.width);
300978
+ var n = ((j * h) - (this.ck.x * this.ao.v)) / h;
300979
+ var o = ((l * i) - (this.ck.y * this.ao.u)) / i;
300980
+ var p = (f * this.ao.v / h) * (this.ao.r / this.cn.width);
300876
300981
  var q = new List$1(Tile.$, 0);
300877
300982
  var r;
300878
300983
  var s;
@@ -300886,7 +300991,7 @@
300886
300991
  s = (s - e);
300887
300992
  }
300888
300993
  var _loop_2 = function (u) {
300889
- var v = this_2.ba(r, s, u, d);
300994
+ var v = this_2.a8(r, s, u, d);
300890
300995
  if (v >= 0) {
300891
300996
  q.add(this_2.ay._inner[v]);
300892
300997
  this_2.ay.removeAt(v);
@@ -300908,7 +301013,7 @@
300908
301013
  }
300909
301014
  }
300910
301015
  this.ap.f = true;
300911
- this.cf();
301016
+ this.cb();
300912
301017
  this.ay = q;
300913
301018
  var _loop_3 = function (w) {
300914
301019
  if (this_3.ay._inner[w].i == null) {
@@ -300968,20 +301073,20 @@
300968
301073
  this.ap.f = false;
300969
301074
  this.an.aj();
300970
301075
  };
300971
- XamMultiScaleImage.prototype.b9 = function () {
300972
- if (this.ao == null || !this.an.f() || this.cr.width == 0 || this.cr.height == 0) {
301076
+ XamMultiScaleImage.prototype.b5 = function () {
301077
+ if (this.ao == null || !this.an.f() || this.cn.width == 0 || this.cn.height == 0) {
300973
301078
  return;
300974
301079
  }
300975
301080
  if (this.aw) {
300976
301081
  return;
300977
301082
  }
300978
301083
  this.aw = true;
300979
- this.an.s(runOn(this, this.ca));
301084
+ this.an.s(runOn(this, this.b6));
300980
301085
  };
300981
- XamMultiScaleImage.prototype.cf = function () {
301086
+ XamMultiScaleImage.prototype.cb = function () {
300982
301087
  for (var a = 0; a < this.ay.count; ++a) {
300983
301088
  this.an.r(this.ay._inner[a]);
300984
- this.br(this.ay._inner[a]);
301089
+ this.bp(this.ay._inner[a]);
300985
301090
  if (this.ay._inner[a].i != null) {
300986
301091
  this.ap.n(this.ay._inner[a].i);
300987
301092
  this.ay._inner[a].i.ac = null;
@@ -300989,13 +301094,13 @@
300989
301094
  }
300990
301095
  }
300991
301096
  };
300992
- XamMultiScaleImage.prototype.b8 = function () {
301097
+ XamMultiScaleImage.prototype.b4 = function () {
300993
301098
  this.ar.i();
300994
301099
  };
300995
301100
  XamMultiScaleImage.prototype.am = function (a) {
300996
301101
  return this.ar.item(a);
300997
301102
  };
300998
- XamMultiScaleImage.prototype.bq = function (a, b) {
301103
+ XamMultiScaleImage.prototype.bo = function (a, b) {
300999
301104
  this.ar.item(a, b);
301000
301105
  };
301001
301106
  Object.defineProperty(XamMultiScaleImage.prototype, "ar", {
@@ -301011,7 +301116,7 @@
301011
301116
  XamMultiScaleImage.prototype.au = function () {
301012
301117
  return this.az.count != 0;
301013
301118
  };
301014
- XamMultiScaleImage.prototype.bv = function () {
301119
+ XamMultiScaleImage.prototype.bt = function () {
301015
301120
  var a = true;
301016
301121
  if (this.au()) {
301017
301122
  a = false;
@@ -301026,17 +301131,17 @@
301026
301131
  }
301027
301132
  this.as = a;
301028
301133
  };
301029
- XamMultiScaleImage.prototype.ce = function (a) {
301134
+ XamMultiScaleImage.prototype.ca = function (a) {
301030
301135
  if (a.h != null) {
301031
301136
  a.b = dateNow();
301032
301137
  this.az.add(a);
301033
301138
  this.an.ap();
301034
301139
  }
301035
301140
  else {
301036
- this.bv();
301141
+ this.bt();
301037
301142
  }
301038
301143
  };
301039
- XamMultiScaleImage.prototype.br = function (a) {
301144
+ XamMultiScaleImage.prototype.bp = function (a) {
301040
301145
  if (a.h != null) {
301041
301146
  this.ap.n(a.h);
301042
301147
  a.h.ac = null;
@@ -301052,7 +301157,7 @@
301052
301157
  }
301053
301158
  }
301054
301159
  };
301055
- XamMultiScaleImage.prototype.bt = function () {
301160
+ XamMultiScaleImage.prototype.br = function () {
301056
301161
  var a = dateNow();
301057
301162
  var b = 0.5;
301058
301163
  for (var c = 0; c < this.az.count;) {
@@ -301076,49 +301181,39 @@
301076
301181
  this.an.ar();
301077
301182
  }
301078
301183
  };
301079
- XamMultiScaleImage.prototype.b2 = function () {
301184
+ XamMultiScaleImage.prototype.by = function () {
301080
301185
  this.a2 = this.a5;
301081
- this.co = this.cq;
301082
- this.b9();
301186
+ this.ck = this.cm;
301187
+ this.b5();
301083
301188
  };
301084
- XamMultiScaleImage.prototype.b4 = function (a) {
301189
+ XamMultiScaleImage.prototype.b0 = function (a) {
301085
301190
  var b = a;
301086
301191
  this.ag.m(b);
301087
301192
  this.an.ae(a);
301088
301193
  };
301089
- XamMultiScaleImage.prototype.b5 = function (a) {
301194
+ XamMultiScaleImage.prototype.b1 = function (a) {
301090
301195
  this.an.ag(a);
301091
301196
  };
301092
- XamMultiScaleImage.prototype.b6 = function (a) {
301197
+ XamMultiScaleImage.prototype.b2 = function (a) {
301093
301198
  this.an.ah(a);
301094
301199
  };
301095
- XamMultiScaleImage.prototype.b7 = function (a) {
301200
+ XamMultiScaleImage.prototype.b3 = function (a) {
301096
301201
  this.an.ai(a);
301097
301202
  };
301098
- XamMultiScaleImage.prototype.b0 = function () {
301203
+ XamMultiScaleImage.prototype.bw = function () {
301099
301204
  if (this.imagesChanged != null) {
301100
301205
  this.imagesChanged(this, new EventArgs());
301101
301206
  }
301102
301207
  };
301103
- XamMultiScaleImage.prototype.bs = function () {
301208
+ XamMultiScaleImage.prototype.bq = function () {
301104
301209
  this.aw = false;
301105
301210
  };
301106
- XamMultiScaleImage.prototype.bz = function (a) {
301211
+ XamMultiScaleImage.prototype.bv = function (a) {
301107
301212
  if (this.downloadingImage != null) {
301108
301213
  this.downloadingImage(this, a);
301109
301214
  }
301110
301215
  };
301111
- XamMultiScaleImage.prototype.bx = function (a) {
301112
- if (this.beforeDownloadStart != null) {
301113
- this.beforeDownloadStart(this, a);
301114
- }
301115
- };
301116
- XamMultiScaleImage.prototype.bw = function (a) {
301117
- if (this.afterDownloadStart != null) {
301118
- this.afterDownloadStart(this, a);
301119
- }
301120
- };
301121
- XamMultiScaleImage.prototype.by = function (a) {
301216
+ XamMultiScaleImage.prototype.bu = function (a) {
301122
301217
  if (this.cancellingImage != null) {
301123
301218
  this.cancellingImage(this, a);
301124
301219
  }
@@ -301130,15 +301225,15 @@
301130
301225
  enumerable: false,
301131
301226
  configurable: true
301132
301227
  });
301133
- XamMultiScaleImage.prototype.b3 = function (a) {
301228
+ XamMultiScaleImage.prototype.bz = function (a) {
301134
301229
  this.a1 = a;
301135
301230
  };
301136
- Object.defineProperty(XamMultiScaleImage.prototype, "bb", {
301231
+ Object.defineProperty(XamMultiScaleImage.prototype, "a9", {
301137
301232
  get: function () {
301138
301233
  return this.ar.h;
301139
301234
  },
301140
301235
  set: function (a) {
301141
- var b = a != this.bb;
301236
+ var b = a != this.a9;
301142
301237
  if (b) {
301143
301238
  this.ar = new LRUCache$2(Tile.$, WriteableBitmap.$, 1, a, new TilePositionComparer());
301144
301239
  }
@@ -301147,7 +301242,7 @@
301147
301242
  configurable: true
301148
301243
  });
301149
301244
  XamMultiScaleImage.$t = markType(XamMultiScaleImage, 'XamMultiScaleImage', Control.$, [INotifyPropertyChanged_$type]);
301150
- XamMultiScaleImage.$$p = markDep(DependencyProperty, PropertyMetadata, XamMultiScaleImage, 'b1', ['IsHorizontalTileWrappingEnabled:av:cg', [0, false], 'Referer:bh:ch', [2, null], 'Source:ao:ci', [XamMultiScaleTileSource.$, null], 'SpringsEasingFunction:aj:cj', [IEasingFunction_$type, null], 'UseSprings:ax:cl', [0, false], 'UserAgent:bl:ck', [2, null], 'ViewportOrigin:cq:cm', [Point_$type, { $type: Point_$type, x: 0, y: 0 }], 'ViewportWidth:a5:cn', [1, 1]]);
301245
+ XamMultiScaleImage.$$p = markDep(DependencyProperty, PropertyMetadata, XamMultiScaleImage, 'bx', ['IsHorizontalTileWrappingEnabled:av:cc', [0, false], 'Referer:bf:cd', [2, null], 'Source:ao:ce', [XamMultiScaleTileSource.$, null], 'SpringsEasingFunction:aj:cf', [IEasingFunction_$type, null], 'UseSprings:ax:ch', [0, false], 'UserAgent:bj:cg', [2, null], 'ViewportOrigin:cm:ci', [Point_$type, { $type: Point_$type, x: 0, y: 0 }], 'ViewportWidth:a5:cj', [1, 1]]);
301151
301246
  return XamMultiScaleImage;
301152
301247
  }(Control));
301153
301248
 
@@ -333469,9 +333564,9 @@
333469
333564
  exports.AxisDescriptionMetadata = AxisDescriptionMetadata;
333470
333565
  exports.AxisRangeChangedEventArgsDescription = AxisRangeChangedEventArgsDescription;
333471
333566
  exports.AxisRangeChangedEventArgsDescriptionMetadata = AxisRangeChangedEventArgsDescriptionMetadata;
333472
- exports.AzureMapsMapImageryDescription = AzureMapsMapImageryDescription;
333473
- exports.AzureMapsMapImageryDescriptionMetadata = AzureMapsMapImageryDescriptionMetadata;
333474
- exports.AzureMapsMapImageryDescriptionModule = AzureMapsMapImageryDescriptionModule;
333567
+ exports.AzureMapsImageryDescription = AzureMapsImageryDescription;
333568
+ exports.AzureMapsImageryDescriptionMetadata = AzureMapsImageryDescriptionMetadata;
333569
+ exports.AzureMapsImageryDescriptionModule = AzureMapsImageryDescriptionModule;
333475
333570
  exports.AzureMapsTileSource = AzureMapsTileSource;
333476
333571
  exports.BarFragmentDescription = BarFragmentDescription;
333477
333572
  exports.BarFragmentDescriptionMetadata = BarFragmentDescriptionMetadata;
@@ -335113,8 +335208,8 @@
335113
335208
  exports.LegendMouseButtonEventArgsDescriptionMetadata = LegendMouseButtonEventArgsDescriptionMetadata;
335114
335209
  exports.LegendMouseEventArgsDescription = LegendMouseEventArgsDescription;
335115
335210
  exports.LegendMouseEventArgsDescriptionMetadata = LegendMouseEventArgsDescriptionMetadata;
335116
- exports.LegendSizeChangedEventArgsDescription = LegendSizeChangedEventArgsDescription;
335117
- exports.LegendSizeChangedEventArgsDescriptionMetadata = LegendSizeChangedEventArgsDescriptionMetadata;
335211
+ exports.LegendTextContentChangedEventArgsDescription = LegendTextContentChangedEventArgsDescription;
335212
+ exports.LegendTextContentChangedEventArgsDescriptionMetadata = LegendTextContentChangedEventArgsDescriptionMetadata;
335118
335213
  exports.Line = Line;
335119
335214
  exports.LineEquation = LineEquation;
335120
335215
  exports.LineFragmentDescription = LineFragmentDescription;