igniteui-angular-inputs 17.3.1-alpha.0 → 18.0.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.
@@ -5110,74 +5110,71 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5110
5110
  __extends(IconView, _super);
5111
5111
  function IconView() {
5112
5112
  var _this = _super.call(this) || this;
5113
- _this.d = null;
5114
- _this.t = null;
5115
- _this.g = null;
5116
- _this.m = new List$1(Delegate_$type, 0);
5113
+ _this.c = null;
5114
+ _this.s = null;
5115
+ _this.f = null;
5116
+ _this.l = new List$1(Delegate_$type, 0);
5117
+ _this.n = null;
5117
5118
  _this.o = null;
5118
5119
  _this.p = null;
5119
5120
  _this.q = null;
5120
5121
  _this.r = null;
5121
- _this.s = null;
5122
+ _this.d = null;
5122
5123
  _this.e = null;
5123
- _this.f = null;
5124
- _this.ab = null;
5125
- _this.a = null;
5126
- _this.aa = null;
5127
- _this.z = null;
5128
- _this.l = new Dictionary$2(Brush.$, String_$type, 0);
5129
- _this.h = true;
5130
- _this.w = null;
5124
+ _this.y = null;
5125
+ _this.k = new Dictionary$2(Brush.$, String_$type, 0);
5126
+ _this.g = true;
5131
5127
  _this.v = null;
5132
5128
  _this.u = null;
5133
- _this.n = new List$1(DomWrapper_$type, 0);
5129
+ _this.t = null;
5130
+ _this.m = new List$1(DomWrapper_$type, 0);
5131
+ _this.n = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
5134
5132
  _this.o = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
5135
5133
  _this.p = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
5136
5134
  _this.q = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
5137
5135
  _this.r = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
5138
- _this.s = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
5136
+ _this.d = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
5139
5137
  _this.e = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
5140
- _this.f = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
5141
5138
  return _this;
5142
5139
  }
5143
- IconView.prototype.aj = function () {
5140
+ IconView.prototype.ag = function () {
5144
5141
  };
5145
- IconView.prototype.j = function () {
5142
+ IconView.prototype.i = function () {
5146
5143
  return true;
5147
5144
  };
5148
- Object.defineProperty(IconView.prototype, "x", {
5145
+ Object.defineProperty(IconView.prototype, "w", {
5149
5146
  get: function () {
5150
- return this.w;
5147
+ return this.v;
5151
5148
  },
5152
5149
  enumerable: false,
5153
5150
  configurable: true
5154
5151
  });
5155
- Object.defineProperty(IconView.prototype, "y", {
5152
+ Object.defineProperty(IconView.prototype, "x", {
5156
5153
  get: function () {
5157
5154
  return null;
5158
5155
  },
5159
5156
  enumerable: false,
5160
5157
  configurable: true
5161
5158
  });
5162
- Object.defineProperty(IconView.prototype, "c", {
5159
+ Object.defineProperty(IconView.prototype, "b", {
5163
5160
  get: function () {
5164
- return this.n.toArray();
5161
+ return this.m.toArray();
5165
5162
  },
5166
5163
  enumerable: false,
5167
5164
  configurable: true
5168
5165
  });
5169
- Object.defineProperty(IconView.prototype, "k", {
5166
+ Object.defineProperty(IconView.prototype, "j", {
5170
5167
  get: function () {
5171
5168
  return true;
5172
5169
  },
5173
5170
  enumerable: false,
5174
5171
  configurable: true
5175
5172
  });
5176
- IconView.prototype.ah = function (a) {
5173
+ IconView.prototype.ae = function (a) {
5177
5174
  var e_1, _a;
5178
5175
  if (a == null) {
5179
5176
  try {
5180
- for (var _b = __values(fromEnum(this.m)), _c = _b.next(); !_c.done; _c = _b.next()) {
5177
+ for (var _b = __values(fromEnum(this.l)), _c = _b.next(); !_c.done; _c = _b.next()) {
5181
5178
  var b = _c.value;
5182
5179
  b();
5183
5180
  }
@@ -5195,114 +5192,109 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5195
5192
  throw e_1.error;
5196
5193
  }
5197
5194
  }
5198
- this.m.clear();
5199
- if (this.w != null) {
5200
- this.w.unlistenAll();
5201
- }
5195
+ this.l.clear();
5202
5196
  if (this.v != null) {
5203
5197
  this.v.unlistenAll();
5204
5198
  }
5199
+ if (this.u != null) {
5200
+ this.u.unlistenAll();
5201
+ }
5205
5202
  }
5206
- this.t = a;
5203
+ this.s = a;
5207
5204
  a.rootWrapper.setStyleProperty("position", "relative");
5208
- this.t.rootWrapper.setStyleProperty("display", "flex");
5209
- this.t.rootWrapper.setStyleProperty("flex-direction", "row");
5210
- this.t.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
5211
- this.t.rootWrapper.setStyleProperty("align-items", "center");
5212
- this.t.rootWrapper.setStyleProperty("justify-content", "center");
5213
- this.ap();
5214
- var c = this.t.createElementNS("svg", "http://www.w3.org/2000/svg");
5205
+ this.s.rootWrapper.setStyleProperty("display", "flex");
5206
+ this.s.rootWrapper.setStyleProperty("flex-direction", "row");
5207
+ this.s.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
5208
+ this.s.rootWrapper.setStyleProperty("align-items", "center");
5209
+ this.s.rootWrapper.setStyleProperty("justify-content", "center");
5210
+ this.am();
5211
+ var c = this.s.createElementNS("svg", "http://www.w3.org/2000/svg");
5215
5212
  c.setStyleProperty("position", "absolute");
5216
5213
  c.setStyleProperty("top", "0");
5217
5214
  c.setStyleProperty("left", "0");
5218
5215
  c.setStyleProperty("right", "0");
5219
5216
  c.setStyleProperty("bottom", "0");
5220
- this.w = c;
5221
- var d = this.t.createElement("img");
5217
+ this.v = c;
5218
+ var d = this.s.createElement("img");
5222
5219
  d.setStyleProperty("height", "100%");
5223
5220
  d.setStyleProperty("width", "100%");
5224
5221
  d.setStyleProperty("object-fit", "contain");
5225
- this.v = d;
5226
- this.au();
5227
- this.u = a.createElementNS("defs", "http://www.w3.org/2000/svg");
5228
- this.w.append(this.u);
5229
- this.t.append(this.w);
5230
- this.m.add(c.listen("click", runOn(this, this.ag)));
5231
- this.d.cc();
5232
- };
5233
- IconView.prototype.ar = function (a) {
5234
- this.l.clear();
5235
- if (this.ab != a) {
5236
- this.ab = a;
5237
- this.t.rootWrapper.removeChildren();
5238
- this.t.rootWrapper.append(this.w);
5239
- this.w.removeChildren();
5240
- this.u.removeChildren();
5241
- this.n.clear();
5242
- var b = this.t.createElementNS("path", "http://www.w3.org/2000/svg");
5243
- b.setAttribute("d", this.ab);
5244
- this.w.append(this.u);
5245
- this.w.append(b);
5246
- this.n.add(b);
5247
- }
5248
- };
5249
- IconView.prototype.as = function (a) {
5250
- this.l.clear();
5251
- if (this.a != a) {
5252
- this.a = a;
5253
- this.t.rootWrapper.removeChildren();
5254
- this.t.rootWrapper.append(this.w);
5255
- this.w.removeChildren();
5256
- this.u.removeChildren();
5257
- this.n.clear();
5258
- if (this.a != null && this.a.length > 0) {
5259
- this.w.append(this.u);
5260
- for (var b = 0; b < this.a.length; b++) {
5261
- var c = this.t.createElementNS("path", "http://www.w3.org/2000/svg");
5262
- c.setAttribute("d", this.a[b]);
5263
- this.w.append(c);
5264
- this.n.add(c);
5265
- }
5222
+ this.u = d;
5223
+ this.ar();
5224
+ this.t = a.createElementNS("defs", "http://www.w3.org/2000/svg");
5225
+ this.v.append(this.t);
5226
+ this.s.append(this.v);
5227
+ this.l.add(c.listen("click", runOn(this, this.ad)));
5228
+ this.c.cc();
5229
+ };
5230
+ IconView.prototype.ao = function (a) {
5231
+ this.k.clear();
5232
+ this.s.rootWrapper.removeChildren();
5233
+ this.s.rootWrapper.append(this.v);
5234
+ this.v.removeChildren();
5235
+ this.t.removeChildren();
5236
+ this.m.clear();
5237
+ if (a != null) {
5238
+ var b = this.s.createElementNS("path", "http://www.w3.org/2000/svg");
5239
+ b.setAttribute("d", a);
5240
+ this.v.append(this.t);
5241
+ this.v.append(b);
5242
+ this.m.add(b);
5243
+ }
5244
+ };
5245
+ IconView.prototype.ap = function (a) {
5246
+ this.k.clear();
5247
+ this.s.rootWrapper.removeChildren();
5248
+ this.s.rootWrapper.append(this.v);
5249
+ this.v.removeChildren();
5250
+ this.t.removeChildren();
5251
+ this.m.clear();
5252
+ if (a != null && a.length > 0) {
5253
+ this.v.append(this.t);
5254
+ for (var b = 0; b < a.length; b++) {
5255
+ var c = this.s.createElementNS("path", "http://www.w3.org/2000/svg");
5256
+ c.setAttribute("d", a[b]);
5257
+ this.v.append(c);
5258
+ this.m.add(c);
5266
5259
  }
5267
5260
  }
5268
5261
  };
5269
- IconView.prototype.aq = function (a) {
5270
- if (this.aa != a) {
5271
- this.aa = a;
5272
- this.t.rootWrapper.removeChildren();
5273
- var b = this.t.rootWrapper.getNativeElement();
5274
- b.innerHTML = this.aa;
5262
+ IconView.prototype.an = function (a) {
5263
+ this.s.rootWrapper.removeChildren();
5264
+ if (a != null) {
5265
+ var b = this.s.rootWrapper.getNativeElement();
5266
+ b.innerHTML = a;
5275
5267
  }
5276
5268
  };
5277
- IconView.prototype.ao = function (a) {
5278
- if (this.z != a) {
5279
- this.z = a;
5280
- this.t.rootWrapper.removeChildren();
5281
- this.t.rootWrapper.append(this.v);
5282
- this.v.setAttribute("src", a);
5269
+ IconView.prototype.al = function (a) {
5270
+ if (this.y != a) {
5271
+ this.y = a;
5272
+ this.s.rootWrapper.removeChildren();
5273
+ this.s.rootWrapper.append(this.u);
5274
+ this.u.setAttribute("src", a);
5283
5275
  }
5284
5276
  };
5285
- IconView.prototype.i = function () {
5286
- return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
5277
+ IconView.prototype.h = function () {
5278
+ return this.c.svgPath != null || this.c.svg != null || this.c.b != null;
5287
5279
  };
5288
- IconView.prototype.ap = function () {
5289
- this.t.rootWrapper.setStyleProperty("width", isNaN_(this.d.aq) ? "1.5rem" : this.d.aq + "px");
5290
- this.t.rootWrapper.setStyleProperty("height", isNaN_(this.d.ai) ? "1.5rem" : this.d.ai + "px");
5280
+ IconView.prototype.am = function () {
5281
+ this.s.rootWrapper.setStyleProperty("width", isNaN_(this.c.aq) ? "1.5rem" : this.c.aq + "px");
5282
+ this.s.rootWrapper.setStyleProperty("height", isNaN_(this.c.ai) ? "1.5rem" : this.c.ai + "px");
5291
5283
  };
5292
- IconView.prototype.au = function () {
5293
- var a = isNaN_(this.d.an) ? 0 : this.d.an;
5294
- var b = isNaN_(this.d.ao) ? 0 : this.d.ao;
5295
- var c = isNaN_(this.d.ap) ? 24 : this.d.ap;
5296
- var d = isNaN_(this.d.am) ? 24 : this.d.am;
5297
- this.w.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
5284
+ IconView.prototype.ar = function () {
5285
+ var a = isNaN_(this.c.an) ? 0 : this.c.an;
5286
+ var b = isNaN_(this.c.ao) ? 0 : this.c.ao;
5287
+ var c = isNaN_(this.c.ap) ? 24 : this.c.ap;
5288
+ var d = isNaN_(this.c.am) ? 24 : this.c.am;
5289
+ this.v.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
5298
5290
  };
5299
- IconView.prototype.al = function (a, b) {
5291
+ IconView.prototype.ai = function (a, b) {
5300
5292
  var c = a.color;
5301
- if (!this.l.containsKey(a)) {
5293
+ if (!this.k.containsKey(a)) {
5302
5294
  if (a.isGradient) {
5303
- var d = this.u.getChildCount();
5295
+ var d = this.t.getChildCount();
5304
5296
  var e = a;
5305
- var f = this.t.createElementNS("linearGradient", "http://www.w3.org/2000/svg");
5297
+ var f = this.s.createElementNS("linearGradient", "http://www.w3.org/2000/svg");
5306
5298
  var g = "ig_gradient_" + b + "_" + d;
5307
5299
  f.setAttribute("id", g);
5308
5300
  f.setAttribute("x1", e.startX.toString());
@@ -5312,60 +5304,60 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5312
5304
  var j = e.gradientStops;
5313
5305
  for (var i = 0; i < j.length; i++) {
5314
5306
  var h = j[i];
5315
- var k = this.t.createElementNS("stop", "http://www.w3.org/2000/svg");
5307
+ var k = this.s.createElementNS("stop", "http://www.w3.org/2000/svg");
5316
5308
  k.setAttribute("offset", h.offset * 100 + "%");
5317
5309
  k.setAttribute("stop-color", h._fill);
5318
5310
  f.append(k);
5319
5311
  }
5320
- this.u.append(f);
5321
- this.l.addItem(a, g);
5312
+ this.t.append(f);
5313
+ this.k.addItem(a, g);
5322
5314
  }
5323
5315
  else if (a.isRadialGradient) {
5324
5316
  }
5325
5317
  }
5326
5318
  };
5327
- IconView.prototype.am = function (a, b) {
5319
+ IconView.prototype.aj = function (a, b) {
5328
5320
  var c = a;
5329
- if (this.l.containsKey(b)) {
5330
- c.setAttribute("fill", "url(#" + this.l.item(b) + ")");
5331
- this.t.rootWrapper.removeChildren();
5332
- this.t.rootWrapper.append(this.w);
5321
+ if (this.k.containsKey(b)) {
5322
+ c.setAttribute("fill", "url(#" + this.k.item(b) + ")");
5323
+ this.s.rootWrapper.removeChildren();
5324
+ this.s.rootWrapper.append(this.v);
5333
5325
  }
5334
5326
  else {
5335
5327
  NativeUI.r(a, b);
5336
5328
  }
5337
5329
  };
5338
- IconView.prototype.an = function (a, b) {
5330
+ IconView.prototype.ak = function (a, b) {
5339
5331
  var c = a;
5340
- if (this.l.containsKey(b)) {
5341
- c.setAttribute("stroke", "url('#" + this.l.item(b) + "')");
5332
+ if (this.k.containsKey(b)) {
5333
+ c.setAttribute("stroke", "url('#" + this.k.item(b) + "')");
5342
5334
  }
5343
5335
  else {
5344
5336
  NativeUI.aa(a, b);
5345
5337
  }
5346
5338
  };
5347
- IconView.prototype.ac = function (a) {
5339
+ IconView.prototype.z = function (a) {
5348
5340
  };
5349
- IconView.prototype.ak = function () {
5350
- if (this.j()) {
5341
+ IconView.prototype.ah = function () {
5342
+ if (this.i()) {
5351
5343
  }
5352
5344
  };
5353
- IconView.prototype.ad = function (a) {
5354
- this.d.b9();
5345
+ IconView.prototype.aa = function (a) {
5346
+ this.c.b9();
5355
5347
  };
5356
- IconView.prototype.ae = function (a) {
5357
- this.d.ca();
5348
+ IconView.prototype.ab = function (a) {
5349
+ this.c.ca();
5358
5350
  };
5359
- IconView.prototype.af = function () {
5360
- this.h = true;
5361
- this.m.add(this.t.rootWrapper.listen("mouseenter", runOn(this, this.ad)));
5362
- this.m.add(this.t.rootWrapper.listen("mouseleave", runOn(this, this.ae)));
5351
+ IconView.prototype.ac = function () {
5352
+ this.g = true;
5353
+ this.l.add(this.s.rootWrapper.listen("mouseenter", runOn(this, this.aa)));
5354
+ this.l.add(this.s.rootWrapper.listen("mouseleave", runOn(this, this.ab)));
5363
5355
  };
5364
- IconView.prototype.ai = function () {
5356
+ IconView.prototype.af = function () {
5365
5357
  var e_2, _a;
5366
- this.h = false;
5358
+ this.g = false;
5367
5359
  try {
5368
- for (var _b = __values(fromEnum(this.m)), _c = _b.next(); !_c.done; _c = _b.next()) {
5360
+ for (var _b = __values(fromEnum(this.l)), _c = _b.next(); !_c.done; _c = _b.next()) {
5369
5361
  var a = _c.value;
5370
5362
  a();
5371
5363
  }
@@ -5383,15 +5375,15 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5383
5375
  throw e_2.error;
5384
5376
  }
5385
5377
  }
5386
- this.m.clear();
5378
+ this.l.clear();
5387
5379
  };
5388
- IconView.prototype.at = function (a) {
5380
+ IconView.prototype.aq = function (a) {
5389
5381
  if (a != null) {
5390
- this.t.rootWrapper.setStyleProperty("font", a.fontString);
5382
+ this.s.rootWrapper.setStyleProperty("font", a.fontString);
5391
5383
  }
5392
5384
  };
5393
- IconView.prototype.b = function () {
5394
- var rect_ = this.t.rootWrapper.getNativeElement().getBoundingClientRect();
5385
+ IconView.prototype.a = function () {
5386
+ var rect_ = this.s.rootWrapper.getNativeElement().getBoundingClientRect();
5395
5387
  var a = (rect_.top);
5396
5388
  var b = (rect_.left);
5397
5389
  var c = new Array(2);
@@ -5399,8 +5391,8 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5399
5391
  c[1] = b;
5400
5392
  return c;
5401
5393
  };
5402
- IconView.prototype.ag = function (a) {
5403
- this.d.b7();
5394
+ IconView.prototype.ad = function (a) {
5395
+ this.c.b7();
5404
5396
  };
5405
5397
  IconView.$t = markType(IconView, 'IconView');
5406
5398
  return IconView;
@@ -5453,9 +5445,9 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5453
5445
  _this.clicked = null;
5454
5446
  _this.propertyChanged = null;
5455
5447
  var a = new IconView();
5456
- a.d = _this;
5448
+ a.c = _this;
5457
5449
  _this.view = a;
5458
- _this.view.aj();
5450
+ _this.view.ag();
5459
5451
  return _this;
5460
5452
  }
5461
5453
  Object.defineProperty(XIcon.prototype, "view", {
@@ -5493,10 +5485,27 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5493
5485
  case "ActualFill":
5494
5486
  case "ActualStroke":
5495
5487
  case "ActualStrokeWidth":
5488
+ this.cg();
5489
+ break;
5490
+ case "SVG":
5491
+ this.az = null;
5492
+ this.a = null;
5493
+ this.cg();
5494
+ break;
5496
5495
  case "SVGPath":
5496
+ this.ay = null;
5497
+ this.a = null;
5498
+ this.cg();
5499
+ break;
5497
5500
  case "SVGPaths":
5498
- case "SVG":
5501
+ this.ay = null;
5502
+ this.az = null;
5503
+ this.cg();
5504
+ break;
5499
5505
  case "DataURL":
5506
+ this.ay = null;
5507
+ this.az = null;
5508
+ this.a = null;
5500
5509
  this.cg();
5501
5510
  break;
5502
5511
  case "Opacity":
@@ -5506,11 +5515,11 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5506
5515
  case "ViewBoxTop":
5507
5516
  case "ViewBoxWidth":
5508
5517
  case "ViewBoxHeight":
5509
- this.view.au();
5518
+ this.view.ar();
5510
5519
  break;
5511
5520
  case "Width":
5512
5521
  case "Height":
5513
- this.view.ap();
5522
+ this.view.am();
5514
5523
  break;
5515
5524
  }
5516
5525
  };
@@ -5534,18 +5543,18 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5534
5543
  };
5535
5544
  Object.defineProperty(XIcon.prototype, "r", {
5536
5545
  get: function () {
5537
- return this.svgPath != null && !this.view.k;
5546
+ return this.svgPath != null && !this.view.j;
5538
5547
  },
5539
5548
  enumerable: false,
5540
5549
  configurable: true
5541
5550
  });
5542
5551
  XIcon.prototype.ch = function () {
5543
- NativeUI.y(this.view.x, this.ak);
5552
+ NativeUI.y(this.view.w, this.ak);
5544
5553
  };
5545
5554
  XIcon.prototype.cg = function () {
5546
- var a = this.view.x;
5555
+ var a = this.view.w;
5547
5556
  if (this.r) {
5548
- var b = this.view.y;
5557
+ var b = this.view.x;
5549
5558
  NativeUI.r(b, this.cw);
5550
5559
  NativeUI.aa(b, this.cx);
5551
5560
  NativeUI.ad(b, this.af);
@@ -5554,22 +5563,22 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5554
5563
  var c = false;
5555
5564
  if (this.svgPath != null) {
5556
5565
  if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
5557
- this.view.aq(this.svgPath);
5566
+ this.view.an(this.svgPath);
5558
5567
  c = true;
5559
5568
  }
5560
5569
  else {
5561
- this.view.ar(this.svgPath);
5570
+ this.view.ao(this.svgPath);
5562
5571
  }
5563
5572
  }
5564
5573
  else if (this.b != null) {
5565
- this.view.as(this.b);
5566
- var d = this.view.c;
5574
+ this.view.ap(this.b);
5575
+ var d = this.view.b;
5567
5576
  if (d != null && d.length > 0) {
5568
5577
  var e = NativeUI.r;
5569
5578
  var f = NativeUI.aa;
5570
5579
  this.cd();
5571
- e = runOn(this.view, this.view.am);
5572
- f = runOn(this.view, this.view.an);
5580
+ e = runOn(this.view, this.view.aj);
5581
+ f = runOn(this.view, this.view.ak);
5573
5582
  for (var g = 0; g < d.length; g++) {
5574
5583
  if (this.cw != null) {
5575
5584
  e(d[g], this.cw);
@@ -5592,63 +5601,63 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5592
5601
  }
5593
5602
  }
5594
5603
  if (this.m != null) {
5595
- this.view.at(this.m);
5604
+ this.view.aq(this.m);
5596
5605
  }
5597
5606
  return;
5598
5607
  }
5599
5608
  else if (this.svg != null) {
5600
- this.view.aq(this.svg);
5609
+ this.view.an(this.svg);
5601
5610
  c = true;
5602
5611
  }
5603
5612
  else if (this.a7 != null) {
5604
- this.view.ao(this.a7);
5613
+ this.view.al(this.a7);
5605
5614
  }
5606
5615
  if (c) {
5607
- for (var h = 0; h < this.view.p.count; h++) {
5608
- var i = this.view.p._inner[h].c;
5609
- NativeUI.r(this.view.p._inner[h].d, i.l.f(this.c8));
5616
+ for (var h = 0; h < this.view.o.count; h++) {
5617
+ var i = this.view.o._inner[h].c;
5618
+ NativeUI.r(this.view.o._inner[h].d, i.l.f(this.c8));
5610
5619
  }
5611
- for (var j = 0; j < this.view.q.count; j++) {
5612
- var k = this.view.q._inner[j].c;
5613
- NativeUI.aa(this.view.q._inner[j].d, k.m.f(this.c9));
5620
+ for (var j = 0; j < this.view.p.count; j++) {
5621
+ var k = this.view.p._inner[j].c;
5622
+ NativeUI.aa(this.view.p._inner[j].d, k.m.f(this.c9));
5614
5623
  }
5615
- for (var l = 0; l < this.view.r.count; l++) {
5616
- var m = this.view.r._inner[l].c;
5617
- NativeUI.r(this.view.r._inner[l].d, m.l.f(this.da));
5624
+ for (var l = 0; l < this.view.q.count; l++) {
5625
+ var m = this.view.q._inner[l].c;
5626
+ NativeUI.r(this.view.q._inner[l].d, m.l.f(this.da));
5618
5627
  }
5619
- for (var n = 0; n < this.view.s.count; n++) {
5620
- var o = this.view.s._inner[n].c;
5621
- NativeUI.aa(this.view.s._inner[n].d, o.m.f(this.db));
5628
+ for (var n = 0; n < this.view.r.count; n++) {
5629
+ var o = this.view.r._inner[n].c;
5630
+ NativeUI.aa(this.view.r._inner[n].d, o.m.f(this.db));
5622
5631
  }
5623
- for (var p = 0; p < this.view.e.o.count; p++) {
5624
- var q = this.view.e.o._inner[p];
5632
+ for (var p = 0; p < this.view.d.o.count; p++) {
5633
+ var q = this.view.d.o._inner[p];
5625
5634
  var r = q.split('-');
5626
5635
  var s = parseInt(r[r.length - 1]);
5627
5636
  if (s < this.e.count) {
5628
- for (var t = 0; t < this.view.e.q._inner[p].count; t++) {
5629
- var u = this.view.e.q._inner[p]._inner[t].c;
5630
- NativeUI.r(this.view.e.q._inner[p]._inner[t].d, u.l.f(this.e.item(s)));
5637
+ for (var t = 0; t < this.view.d.q._inner[p].count; t++) {
5638
+ var u = this.view.d.q._inner[p]._inner[t].c;
5639
+ NativeUI.r(this.view.d.q._inner[p]._inner[t].d, u.l.f(this.e.item(s)));
5631
5640
  }
5632
5641
  }
5633
5642
  }
5634
- for (var v = 0; v < this.view.f.o.count; v++) {
5635
- var w = this.view.f.o._inner[v];
5643
+ for (var v = 0; v < this.view.e.o.count; v++) {
5644
+ var w = this.view.e.o._inner[v];
5636
5645
  var x = w.split('-');
5637
5646
  var y = parseInt(x[x.length - 1]);
5638
5647
  if (y < this.f.count) {
5639
- for (var z = 0; z < this.view.f.q._inner[v].count; z++) {
5640
- var aa = this.view.f.q._inner[v]._inner[z].c;
5641
- NativeUI.aa(this.view.f.q._inner[v]._inner[z].d, aa.m.f(this.f.item(y)));
5648
+ for (var z = 0; z < this.view.e.q._inner[v].count; z++) {
5649
+ var aa = this.view.e.q._inner[v]._inner[z].c;
5650
+ NativeUI.aa(this.view.e.q._inner[v]._inner[z].d, aa.m.f(this.f.item(y)));
5642
5651
  }
5643
5652
  }
5644
5653
  }
5645
- for (var ab = 0; ab < this.view.o.count; ab++) {
5646
- var ac = this.view.o._inner[ab].c;
5647
- NativeUI.r(this.view.o._inner[ab].d, ac.l.f(this.cw));
5648
- NativeUI.aa(this.view.o._inner[ab].d, ac.m.f(this.cx));
5654
+ for (var ab = 0; ab < this.view.n.count; ab++) {
5655
+ var ac = this.view.n._inner[ab].c;
5656
+ NativeUI.r(this.view.n._inner[ab].d, ac.l.f(this.cw));
5657
+ NativeUI.aa(this.view.n._inner[ab].d, ac.m.f(this.cx));
5649
5658
  }
5650
5659
  }
5651
- var ad = this.view.x;
5660
+ var ad = this.view.w;
5652
5661
  if (this.cw != null) {
5653
5662
  NativeUI.r(ad, this.cw);
5654
5663
  }
@@ -5660,25 +5669,25 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5660
5669
  }
5661
5670
  }
5662
5671
  if (this.m != null) {
5663
- this.view.at(this.m);
5672
+ this.view.aq(this.m);
5664
5673
  }
5665
5674
  if (this.cy != null) {
5666
- NativeUI.q(this.view.x, this.cy);
5675
+ NativeUI.q(this.view.w, this.cy);
5667
5676
  }
5668
5677
  };
5669
5678
  XIcon.prototype.cd = function () {
5670
5679
  var e_3, _a, e_4, _b;
5671
5680
  if (this.cw != null) {
5672
- this.view.al(this.cw, "fill");
5681
+ this.view.ai(this.cw, "fill");
5673
5682
  }
5674
5683
  if (this.cx != null) {
5675
- this.view.al(this.cx, "stroke");
5684
+ this.view.ai(this.cx, "stroke");
5676
5685
  }
5677
5686
  if (this.e != null) {
5678
5687
  try {
5679
5688
  for (var _c = __values(fromEnum(this.e)), _d = _c.next(); !_d.done; _d = _c.next()) {
5680
5689
  var a = _d.value;
5681
- this.view.al(a, "fills");
5690
+ this.view.ai(a, "fills");
5682
5691
  }
5683
5692
  }
5684
5693
  catch (e_3_1) {
@@ -5699,7 +5708,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5699
5708
  try {
5700
5709
  for (var _e = __values(fromEnum(this.f)), _f = _e.next(); !_f.done; _f = _e.next()) {
5701
5710
  var b = _f.value;
5702
- this.view.al(b, "strokes");
5711
+ this.view.ai(b, "strokes");
5703
5712
  }
5704
5713
  }
5705
5714
  catch (e_4_1) {
@@ -6238,10 +6247,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6238
6247
  XIcon.prototype.cc = function () {
6239
6248
  };
6240
6249
  XIcon.prototype.onDetachedFromUI = function () {
6241
- this.view.ai();
6250
+ this.view.af();
6242
6251
  };
6243
6252
  XIcon.prototype.onAttachedToUI = function () {
6244
- this.view.af();
6253
+ this.view.ac();
6245
6254
  };
6246
6255
  XIcon.prototype.b7 = function () {
6247
6256
  if (this.disabled) {
@@ -6252,7 +6261,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6252
6261
  }
6253
6262
  };
6254
6263
  XIcon.prototype.u = function () {
6255
- return this.view.j();
6264
+ return this.view.i();
6256
6265
  };
6257
6266
  XIcon.prototype.au = function () {
6258
6267
  return this.g();
@@ -6263,12 +6272,12 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6263
6272
  };
6264
6273
  XIcon.prototype.g = function () {
6265
6274
  var a = new IconVisualModelExport();
6266
- var b = this.view.x;
6275
+ var b = this.view.w;
6267
6276
  a.a = AppearanceHelper.a(NativeUI.al(b));
6268
6277
  a.c = AppearanceHelper.a(NativeUI.al(b));
6269
6278
  a.b = AppearanceHelper.a(NativeUI.am(b));
6270
6279
  a.d = this.af;
6271
- var c = this.view.b();
6280
+ var c = this.view.a();
6272
6281
  a.h = c[0];
6273
6282
  a.f = c[1];
6274
6283
  a.e = NativeUI.d(b);
@@ -6278,7 +6287,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6278
6287
  if (this.m != null) {
6279
6288
  var d = this.m;
6280
6289
  if (this.view != null && d.q == null) {
6281
- var e = this.view.t;
6290
+ var e = this.view.s;
6282
6291
  var f = FontUtil.getFontInfoFromString(e, d.fontString);
6283
6292
  d.q = f.q;
6284
6293
  d.f = f.f;
@@ -6306,7 +6315,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6306
6315
  return a;
6307
6316
  };
6308
6317
  XIcon.prototype.provideContainer = function (a) {
6309
- this.view.ah(a);
6318
+ this.view.ae(a);
6310
6319
  };
6311
6320
  XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
6312
6321
  XIcon.cz = null;
@@ -8922,7 +8931,9 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
8922
8931
  }
8923
8932
  }
8924
8933
  else {
8934
+ this.aj._inner[0].disabled = false;
8925
8935
  this.aj._inner[2].disabled = false;
8936
+ this.aj._inner[3].disabled = false;
8926
8937
  if (b == this.au.getFullYear()) {
8927
8938
  if (c == dateGetMonth(this.au)) {
8928
8939
  this.aj._inner[0].disabled = true;
@@ -35919,6 +35930,9 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
35919
35930
  return _super.prototype.getTargetForProperty.call(this, a, b);
35920
35931
  };
35921
35932
  XIconBridge.prototype.w = function (a) {
35933
+ a.svg = null;
35934
+ a.svgPath = null;
35935
+ a.b = null;
35922
35936
  var b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
35923
35937
  if (b != null) {
35924
35938
  if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
@@ -36436,7 +36450,7 @@ var XIconButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
36436
36450
  switch (a) {
36437
36451
  case 16:
36438
36452
  case 15:
36439
- case 17: return this.al.t.view.t;
36453
+ case 17: return this.al.t.view.s;
36440
36454
  }
36441
36455
  return _super.prototype.getTargetForProperty.call(this, a, b);
36442
36456
  };