igniteui-angular-core 16.1.0 → 16.1.2-beta.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.
@@ -9642,7 +9642,11 @@
9642
9642
  function toLongDateString(value) {
9643
9643
  return value.toLocaleString(CultureInfo.currentCulture.name, _longDateFormatOptions).replace(/\u200E/g, "");
9644
9644
  }
9645
- var _longTimeFormatOptions;
9645
+ var _longTimeFormatOptions = {
9646
+ hour: "numeric",
9647
+ minute: "numeric",
9648
+ second: "numeric"
9649
+ };
9646
9650
  function toLongTimeString(value) {
9647
9651
  return value.toLocaleString(CultureInfo.currentCulture.name, _longTimeFormatOptions).replace(/\u200E/g, "");
9648
9652
  }
@@ -68237,13 +68241,13 @@
68237
68241
  enumerable: false,
68238
68242
  configurable: true
68239
68243
  });
68240
- CodeGeneratingComponentRendererDataEmitter.prototype.v = function (a, b) {
68244
+ CodeGeneratingComponentRendererDataEmitter.prototype.w = function (a, b) {
68241
68245
  if (b === void 0) {
68242
68246
  b = false;
68243
68247
  }
68244
68248
  return a;
68245
68249
  };
68246
- CodeGeneratingComponentRendererDataEmitter.prototype.u = function (a) {
68250
+ CodeGeneratingComponentRendererDataEmitter.prototype.v = function (a) {
68247
68251
  return a;
68248
68252
  };
68249
68253
  Object.defineProperty(CodeGeneratingComponentRendererDataEmitter.prototype, "h", {
@@ -68300,7 +68304,17 @@
68300
68304
  enumerable: false,
68301
68305
  configurable: true
68302
68306
  });
68303
- CodeGeneratingComponentRendererDataEmitter.prototype.aa = function (a) {
68307
+ CodeGeneratingComponentRendererDataEmitter.prototype.get_u = function () {
68308
+ return ".json";
68309
+ };
68310
+ Object.defineProperty(CodeGeneratingComponentRendererDataEmitter.prototype, "u", {
68311
+ get: function () {
68312
+ return this.get_u();
68313
+ },
68314
+ enumerable: false,
68315
+ configurable: true
68316
+ });
68317
+ CodeGeneratingComponentRendererDataEmitter.prototype.ab = function (a) {
68304
68318
  var e_1, _a;
68305
68319
  if (a != null) {
68306
68320
  var b = a;
@@ -68310,22 +68324,22 @@
68310
68324
  var f = b.item(e);
68311
68325
  if (typeCast(JsonDictionaryValue.$, f) !== null) {
68312
68326
  var g = f;
68313
- this.ag(e, g);
68327
+ this.ah(e, g);
68314
68328
  }
68315
68329
  else if (typeCast(JsonDictionaryArray.$, f) !== null) {
68316
68330
  var h = f;
68317
- this.ae(e, h, this.h, this.k);
68318
- this.af(e, 0, null);
68331
+ this.af(e, h, this.h, this.k);
68332
+ this.ag(e, 0, null);
68319
68333
  }
68320
68334
  else {
68321
68335
  var i = f;
68322
68336
  var j = this.a(i);
68323
68337
  var k = this.b(i);
68324
- var l = this.r(this.v(e, true), this.v(e), j, k);
68338
+ var l = this.r(this.w(e, true), this.w(e), j, k);
68325
68339
  try {
68326
68340
  for (var _b = (e_1 = void 0, tslib.__values(fromEnum(l))), _c = _b.next(); !_c.done; _c = _b.next()) {
68327
68341
  var m = _c.value;
68328
- this.ab(m, this.h, this.k);
68342
+ this.ac(m, this.h, this.k);
68329
68343
  }
68330
68344
  }
68331
68345
  catch (e_1_1) {
@@ -68341,7 +68355,7 @@
68341
68355
  throw e_1.error;
68342
68356
  }
68343
68357
  }
68344
- this.ah(e, j, k, i);
68358
+ this.ai(e, j, k, i);
68345
68359
  }
68346
68360
  }
68347
68361
  }
@@ -68355,45 +68369,47 @@
68355
68369
  }
68356
68370
  n.add_1(p.a.e);
68357
68371
  var q = this.o.library.getItem(p.a.e);
68372
+ var r = this.s;
68358
68373
  if (q.type == 0) {
68359
- var r = new CodeGeneratingCodeWriter(this.o);
68360
- var s = new CodeGeneratingImportManager();
68361
- var t = q.name;
68362
- var u = q.getContentForPlatform(this.m.platform);
68363
- if (u.isJson) {
68364
- var v = q.getConfigForPlatform(this.m.platform);
68365
- var w = 0;
68366
- if (v != null) {
68367
- w = v.location;
68374
+ var s = new CodeGeneratingCodeWriter(this.o);
68375
+ var t = new CodeGeneratingImportManager();
68376
+ var u = q.name;
68377
+ var v = q.getContentForPlatform(this.m.platform);
68378
+ if (v.isJson) {
68379
+ var w = q.getConfigForPlatform(this.m.platform);
68380
+ var x = 0;
68381
+ if (w != null) {
68382
+ x = w.location;
68368
68383
  }
68369
- switch (w) {
68384
+ switch (x) {
68370
68385
  case 0:
68371
- var x = new JsonDictionaryParser();
68372
- var y = x.parse(u.content);
68373
- this.ad(r);
68374
- this.ae(t, y, r, s);
68375
- this.ac(r);
68376
- this.af(t, w, u);
68386
+ var y = new JsonDictionaryParser();
68387
+ var z = y.parse(v.content);
68388
+ this.ae(s);
68389
+ this.af(u, z, s, t);
68390
+ this.ad(s);
68391
+ this.ag(u, x, v);
68377
68392
  break;
68378
68393
  case 2:
68379
- this.af(t, w, u);
68394
+ this.ag(u, x, v);
68380
68395
  break;
68381
68396
  case 1:
68382
- this.af(t, w, u);
68383
- var z = u.content;
68384
- this.y(t, s);
68385
- r.j(z);
68397
+ this.ag(u, x, v);
68398
+ var aa = v.content;
68399
+ r = this.u;
68400
+ this.z(u, u + r, t);
68401
+ s.j(aa);
68386
68402
  break;
68387
68403
  }
68388
68404
  }
68389
68405
  else {
68390
- var aa = u.content;
68391
- this.x(t, s);
68392
- r.j(aa);
68393
- this.af(t, 0, u);
68406
+ var ab = v.content;
68407
+ this.y(u, t);
68408
+ s.j(ab);
68409
+ this.ag(u, 0, v);
68394
68410
  }
68395
- this.z(t, s);
68396
- this.m.addContainerNewFileResult(t + this.s, r.toString());
68411
+ this.aa(u, t);
68412
+ this.m.addContainerNewFileResult(u + r, s.toString());
68397
68413
  }
68398
68414
  }
68399
68415
  }
@@ -68404,23 +68420,23 @@
68404
68420
  this.m.addContainerResult("vmLibraryProjectFiles", this.f.toString());
68405
68421
  this.m.addContainerResult("vmData", this.h.toString());
68406
68422
  };
68407
- CodeGeneratingComponentRendererDataEmitter.prototype.ac = function (a) {
68408
- };
68409
68423
  CodeGeneratingComponentRendererDataEmitter.prototype.ad = function (a) {
68410
68424
  };
68411
- CodeGeneratingComponentRendererDataEmitter.prototype.z = function (a, b) {
68425
+ CodeGeneratingComponentRendererDataEmitter.prototype.ae = function (a) {
68412
68426
  };
68413
- CodeGeneratingComponentRendererDataEmitter.prototype.x = function (a, b) {
68427
+ CodeGeneratingComponentRendererDataEmitter.prototype.aa = function (a, b) {
68414
68428
  };
68415
68429
  CodeGeneratingComponentRendererDataEmitter.prototype.y = function (a, b) {
68416
68430
  };
68417
- CodeGeneratingComponentRendererDataEmitter.prototype.ah = function (a, b, c, d) {
68431
+ CodeGeneratingComponentRendererDataEmitter.prototype.z = function (a, b, c) {
68418
68432
  };
68419
- CodeGeneratingComponentRendererDataEmitter.prototype.af = function (a, b, c) {
68433
+ CodeGeneratingComponentRendererDataEmitter.prototype.ai = function (a, b, c, d) {
68434
+ };
68435
+ CodeGeneratingComponentRendererDataEmitter.prototype.ag = function (a, b, c) {
68420
68436
  };
68421
- CodeGeneratingComponentRendererDataEmitter.prototype.ag = function (a, b) {
68437
+ CodeGeneratingComponentRendererDataEmitter.prototype.ah = function (a, b) {
68422
68438
  };
68423
- CodeGeneratingComponentRendererDataEmitter.prototype.ae = function (a, b, c, d) {
68439
+ CodeGeneratingComponentRendererDataEmitter.prototype.af = function (a, b, c, d) {
68424
68440
  if (typeCast(JsonDictionaryArray.$, b) !== null) {
68425
68441
  var e = b;
68426
68442
  if (e.items != null && e.items.length > 0) {
@@ -68429,19 +68445,19 @@
68429
68445
  var g = this.a(f);
68430
68446
  var h = this.b(f);
68431
68447
  if (g != null) {
68432
- this.aj(a, g, h, c, d);
68448
+ this.ak(a, g, h, c, d);
68433
68449
  for (var i = 0; i < e.items.length; i++) {
68434
- this.w(a, g, h, e.items[i], i, c);
68450
+ this.x(a, g, h, e.items[i], i, c);
68435
68451
  }
68436
- this.ai(a, g, h, c);
68452
+ this.aj(a, g, h, c);
68437
68453
  }
68438
68454
  }
68439
68455
  }
68440
68456
  }
68441
68457
  };
68442
- CodeGeneratingComponentRendererDataEmitter.prototype.ai = function (a, b, c, d) {
68458
+ CodeGeneratingComponentRendererDataEmitter.prototype.aj = function (a, b, c, d) {
68443
68459
  };
68444
- CodeGeneratingComponentRendererDataEmitter.prototype.ab = function (a, b, c) {
68460
+ CodeGeneratingComponentRendererDataEmitter.prototype.ac = function (a, b, c) {
68445
68461
  };
68446
68462
  CodeGeneratingComponentRendererDataEmitter.prototype.r = function (a, b, c, d) {
68447
68463
  var e = new List$1(CodeGeneratingComponentRendererDataEmitterItemType.$, 0);
@@ -68455,19 +68471,19 @@
68455
68471
  var h = c[g];
68456
68472
  var i = d[g];
68457
68473
  if (i.f) {
68458
- var j = this.r(this.v(a) + "_" + h, b, i.a, i.b);
68474
+ var j = this.r(this.w(a) + "_" + h, b, i.a, i.b);
68459
68475
  e.o(j);
68460
68476
  }
68461
68477
  else if (i.d) {
68462
- var k = this.r(this.v(a) + "_" + h + "Item", b, i.a, i.b);
68478
+ var k = this.r(this.w(a) + "_" + h + "Item", b, i.a, i.b);
68463
68479
  e.o(k);
68464
68480
  }
68465
68481
  }
68466
68482
  return e;
68467
68483
  };
68468
- CodeGeneratingComponentRendererDataEmitter.prototype.w = function (a, b, c, d, e, f) {
68484
+ CodeGeneratingComponentRendererDataEmitter.prototype.x = function (a, b, c, d, e, f) {
68469
68485
  };
68470
- CodeGeneratingComponentRendererDataEmitter.prototype.aj = function (a, b, c, d, e) {
68486
+ CodeGeneratingComponentRendererDataEmitter.prototype.ak = function (a, b, c, d, e) {
68471
68487
  };
68472
68488
  CodeGeneratingComponentRendererDataEmitter.prototype.b = function (a) {
68473
68489
  var b = new List$1(CodeGeneratingComponentRendererDataEmitterPropertyType.$, 0);
@@ -76562,10 +76578,10 @@
76562
76578
  tslib.__extends(TSCodeGeneratingComponentRendererDataEmitter, _super);
76563
76579
  function TSCodeGeneratingComponentRendererDataEmitter(a, b) {
76564
76580
  var _this = _super.call(this, a, b) || this;
76565
- _this.ak = new Dictionary$2(CodeGeneratingCodeWriter.$, Number_$type, 0);
76581
+ _this.al = new Dictionary$2(CodeGeneratingCodeWriter.$, Number_$type, 0);
76566
76582
  return _this;
76567
76583
  }
76568
- TSCodeGeneratingComponentRendererDataEmitter.prototype.v = function (a, b) {
76584
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.w = function (a, b) {
76569
76585
  if (b === void 0) {
76570
76586
  b = false;
76571
76587
  }
@@ -76576,28 +76592,28 @@
76576
76592
  }
76577
76593
  return a;
76578
76594
  };
76579
- TSCodeGeneratingComponentRendererDataEmitter.prototype.u = function (a) {
76595
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.v = function (a) {
76580
76596
  a = stringReplace(a, "-", "_");
76581
76597
  if (this.p.e) {
76582
76598
  return a;
76583
76599
  }
76584
76600
  return CodeGeneratingComponentRenderer.d4(a);
76585
76601
  };
76586
- TSCodeGeneratingComponentRendererDataEmitter.prototype.ao = function (a) {
76602
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.ap = function (a) {
76587
76603
  a = stringReplace(a, "-", "_");
76588
76604
  return "_" + CodeGeneratingComponentRenderer.d4(a);
76589
76605
  };
76590
76606
  TSCodeGeneratingComponentRendererDataEmitter.prototype.get_s = function () {
76591
76607
  return ".ts";
76592
76608
  };
76593
- TSCodeGeneratingComponentRendererDataEmitter.prototype.aj = function (a, b, c, d, e) {
76609
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.ak = function (a, b, c, d, e) {
76594
76610
  var e_7, _a;
76595
- _super.prototype.aj.call(this, a, b, c, d, e);
76596
- var f = this.r(this.v(a, true), this.v(a, false), b, c);
76611
+ _super.prototype.ak.call(this, a, b, c, d, e);
76612
+ var f = this.r(this.w(a, true), this.w(a, false), b, c);
76597
76613
  try {
76598
76614
  for (var _b = tslib.__values(fromEnum(f)), _c = _b.next(); !_c.done; _c = _b.next()) {
76599
76615
  var g = _c.value;
76600
- this.ab(g, d, e);
76616
+ this.ac(g, d, e);
76601
76617
  }
76602
76618
  }
76603
76619
  catch (e_7_1) {
@@ -76615,20 +76631,20 @@
76615
76631
  }
76616
76632
  var h = 0;
76617
76633
  if (e == this.k) {
76618
- e.addPackageImport("./" + this.v(a, false), this.v(a, false));
76634
+ e.addPackageImport("./" + this.w(a, false), this.w(a, false));
76619
76635
  }
76620
76636
  else {
76621
- e.addPackageImport("./" + this.v(a, false), this.v(a, false));
76637
+ e.addPackageImport("./" + this.w(a, false), this.w(a, false));
76622
76638
  }
76623
- d.l("export class " + this.v(a, false) + " extends Array<" + this.v(a, true) + "> {");
76639
+ d.l("export class " + this.w(a, false) + " extends Array<" + this.w(a, true) + "> {");
76624
76640
  d.h();
76625
76641
  d.l("public constructor() {");
76626
76642
  d.h();
76627
76643
  d.l("super();");
76628
76644
  };
76629
- TSCodeGeneratingComponentRendererDataEmitter.prototype.af = function (a, b, c) {
76630
- _super.prototype.af.call(this, a, b, c);
76631
- var d = this.p.cDNBasePath + this.v(a, false) + ".json";
76645
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.ag = function (a, b, c) {
76646
+ _super.prototype.ag.call(this, a, b, c);
76647
+ var d = this.p.cDNBasePath + this.w(a, false) + ".json";
76632
76648
  var e = "";
76633
76649
  if (this.n.platform == 2) {
76634
76650
  e = "this.setState({}); ";
@@ -76639,7 +76655,7 @@
76639
76655
  if (this.n.platform == 1) {
76640
76656
  e = "this._detector.markForCheck(); ";
76641
76657
  }
76642
- var f = this.v(a, false);
76658
+ var f = this.w(a, false);
76643
76659
  var g = "null";
76644
76660
  switch (b) {
76645
76661
  case 2:
@@ -76647,85 +76663,85 @@
76647
76663
  break;
76648
76664
  case 1:
76649
76665
  f = "any[]";
76650
- g = this.v(a, false);
76666
+ g = this.w(a, false);
76651
76667
  break;
76652
76668
  case 0: break;
76653
76669
  }
76654
- this.g.l("private " + this.ao(a) + ": " + f + " = " + g + ";");
76670
+ this.g.l("private " + this.ap(a) + ": " + f + " = " + g + ";");
76655
76671
  if (b == 2 || (c != null && c.isAsync)) {
76656
- this.g.l("private " + this.ao(a) + "Fetching: boolean = false;");
76672
+ this.g.l("private " + this.ap(a) + "Fetching: boolean = false;");
76657
76673
  }
76658
76674
  this.g.l("public get " + CodeGeneratingComponentRenderer.d4(a) + "(): " + f + " {");
76659
76675
  this.g.h();
76660
76676
  if (c != null && c.isAsync) {
76661
- this.g.l("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "Fetching)");
76677
+ this.g.l("if (this." + this.ap(a) + " == null && !this." + this.ap(a) + "Fetching)");
76662
76678
  this.g.l("{");
76663
76679
  this.g.h();
76664
- this.g.l("this." + this.ao(a) + "Fetching = true;");
76665
- this.g.l("( async () => { this." + this.ao(a) + " = await (await " + this.v(a, false) + ".fetch()); " + e + " })();");
76680
+ this.g.l("this." + this.ap(a) + "Fetching = true;");
76681
+ this.g.l("( async () => { this." + this.ap(a) + " = await (await " + this.w(a, false) + ".fetch()); " + e + " })();");
76666
76682
  this.g.f();
76667
76683
  this.g.l("}");
76668
76684
  }
76669
76685
  else {
76670
76686
  if (b == 2) {
76671
- this.g.l("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "Fetching)");
76687
+ this.g.l("if (this." + this.ap(a) + " == null && !this." + this.ap(a) + "Fetching)");
76672
76688
  this.g.l("{");
76673
76689
  this.g.h();
76674
- this.g.l(this.ao(a) + "Fetching = true;");
76675
- this.g.l("( async () => { this." + this.ao(a) + " = await (await fetch('" + d + "')).json(); " + e + " })();");
76690
+ this.g.l(this.ap(a) + "Fetching = true;");
76691
+ this.g.l("( async () => { this." + this.ap(a) + " = await (await fetch('" + d + "')).json(); " + e + " })();");
76676
76692
  this.g.f();
76677
76693
  this.g.l("}");
76678
76694
  }
76679
76695
  if (b == 0) {
76680
- this.g.l("if (this." + this.ao(a) + " == null)");
76696
+ this.g.l("if (this." + this.ap(a) + " == null)");
76681
76697
  this.g.l("{");
76682
76698
  this.g.h();
76683
- this.g.l("this." + this.ao(a) + " = new " + this.v(a, false) + "();");
76699
+ this.g.l("this." + this.ap(a) + " = new " + this.w(a, false) + "();");
76684
76700
  this.g.f();
76685
76701
  this.g.l("}");
76686
76702
  }
76687
76703
  }
76688
- this.g.l("return this." + this.ao(a) + ";");
76704
+ this.g.l("return this." + this.ap(a) + ";");
76689
76705
  this.g.f();
76690
76706
  this.g.l("}");
76691
76707
  this.g.l("");
76692
76708
  };
76693
- TSCodeGeneratingComponentRendererDataEmitter.prototype.ag = function (a, b) {
76694
- _super.prototype.ag.call(this, a, b);
76695
- this.g.l("private " + this.ao(a) + ": " + this.al(b.e) + " = " + this.am(b) + ";");
76696
- this.g.l("public get " + CodeGeneratingComponentRenderer.d4(a) + "(): " + this.al(b.e) + " {");
76709
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.ah = function (a, b) {
76710
+ _super.prototype.ah.call(this, a, b);
76711
+ this.g.l("private " + this.ap(a) + ": " + this.am(b.e) + " = " + this.an(b) + ";");
76712
+ this.g.l("public get " + CodeGeneratingComponentRenderer.d4(a) + "(): " + this.am(b.e) + " {");
76697
76713
  this.g.h();
76698
- this.g.l("return this." + this.ao(a) + ";");
76714
+ this.g.l("return this." + this.ap(a) + ";");
76699
76715
  this.g.f();
76700
76716
  this.g.l("}");
76701
76717
  this.g.l("");
76702
76718
  };
76703
- TSCodeGeneratingComponentRendererDataEmitter.prototype.ah = function (a, b, c, d) {
76704
- _super.prototype.ah.call(this, a, b, c, d);
76705
- this.g.l("private " + this.ao(a) + ": " + this.v(a, false) + "Item = null;");
76706
- this.g.l("public get " + CodeGeneratingComponentRenderer.d4(a) + "(): " + this.v(a, false) + "Item {");
76719
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.ai = function (a, b, c, d) {
76720
+ _super.prototype.ai.call(this, a, b, c, d);
76721
+ this.g.l("private " + this.ap(a) + ": " + this.w(a, false) + "Item = null;");
76722
+ this.g.l("public get " + CodeGeneratingComponentRenderer.d4(a) + "(): " + this.w(a, false) + "Item {");
76707
76723
  this.g.h();
76708
- this.g.l("if (this." + this.ao(a) + " == null)");
76724
+ this.g.l("if (this." + this.ap(a) + " == null)");
76709
76725
  this.g.l("{");
76710
76726
  this.g.h();
76711
- this.g.l("this." + this.ao(a) + " = ");
76712
- this.ap(this.v(a, true), b, c, d, this.g);
76727
+ this.g.l("this." + this.ap(a) + " = ");
76728
+ this.aq(this.w(a, true), b, c, d, this.g);
76713
76729
  this.g.l("}");
76714
- this.g.l("return this." + this.ao(a) + ";");
76730
+ this.g.l("return this." + this.ap(a) + ";");
76715
76731
  this.g.f();
76716
76732
  this.g.l("}");
76717
76733
  this.g.l("");
76718
76734
  };
76719
- TSCodeGeneratingComponentRendererDataEmitter.prototype.x = function (a, b) {
76735
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.y = function (a, b) {
76720
76736
  b.addPackageImport("./" + a, a);
76721
76737
  };
76722
- TSCodeGeneratingComponentRendererDataEmitter.prototype.y = function (a, b) {
76723
- b.addDefaultImport("./" + a, a);
76738
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.z = function (a, b, c) {
76739
+ c.addDefaultImport("./" + b, a);
76724
76740
  };
76725
- TSCodeGeneratingComponentRendererDataEmitter.prototype.z = function (a, b) {
76741
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.aa = function (a, b) {
76726
76742
  this.l = CodeGeneratingImportManager.merge(this.l, b);
76727
76743
  };
76728
- TSCodeGeneratingComponentRendererDataEmitter.prototype.ab = function (a, b, c) {
76744
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.ac = function (a, b, c) {
76729
76745
  var d = 0;
76730
76746
  if (c == this.k) {
76731
76747
  c.addPackageImport("./" + a.c, a.d);
@@ -76744,13 +76760,13 @@
76744
76760
  for (var e = 0; e < a.a.length; e++) {
76745
76761
  var f = a.a[e];
76746
76762
  var g = a.b[e];
76747
- b.l("public " + this.u(f) + ": " + this.an(a, f, g) + ";");
76763
+ b.l("public " + this.v(f) + ": " + this.ao(a, f, g) + ";");
76748
76764
  }
76749
76765
  b.f();
76750
76766
  b.l("");
76751
76767
  b.l("}");
76752
76768
  };
76753
- TSCodeGeneratingComponentRendererDataEmitter.prototype.al = function (a) {
76769
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.am = function (a) {
76754
76770
  switch (a) {
76755
76771
  case 1: return "boolean";
76756
76772
  case 0: return "number";
@@ -76759,12 +76775,12 @@
76759
76775
  }
76760
76776
  return "any";
76761
76777
  };
76762
- TSCodeGeneratingComponentRendererDataEmitter.prototype.an = function (a, b, c) {
76778
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.ao = function (a, b, c) {
76763
76779
  if (c.d) {
76764
- return a.d + "_" + CodeGeneratingComponentRenderer.d5(this.u(b)) + "Item[]";
76780
+ return a.d + "_" + CodeGeneratingComponentRenderer.d5(this.v(b)) + "Item[]";
76765
76781
  }
76766
76782
  else if (c.f) {
76767
- return a.d + "_" + this.u(b);
76783
+ return a.d + "_" + this.v(b);
76768
76784
  }
76769
76785
  else {
76770
76786
  switch (c.c) {
@@ -76776,20 +76792,20 @@
76776
76792
  }
76777
76793
  return "any";
76778
76794
  };
76779
- TSCodeGeneratingComponentRendererDataEmitter.prototype.ai = function (a, b, c, d) {
76780
- _super.prototype.ai.call(this, a, b, c, d);
76795
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.aj = function (a, b, c, d) {
76796
+ _super.prototype.aj.call(this, a, b, c, d);
76781
76797
  d.f();
76782
76798
  d.l("}");
76783
76799
  d.f();
76784
76800
  d.l("}");
76785
76801
  };
76786
- TSCodeGeneratingComponentRendererDataEmitter.prototype.w = function (a, b, c, d, e, f) {
76787
- _super.prototype.w.call(this, a, b, c, d, e, f);
76802
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.x = function (a, b, c, d, e, f) {
76803
+ _super.prototype.x.call(this, a, b, c, d, e, f);
76788
76804
  f.j("this.push(");
76789
- this.ap(this.v(a, true), b, c, d, f);
76805
+ this.aq(this.w(a, true), b, c, d, f);
76790
76806
  f.l(");");
76791
76807
  };
76792
- TSCodeGeneratingComponentRendererDataEmitter.prototype.ap = function (a, b, c, d, e) {
76808
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.aq = function (a, b, c, d, e) {
76793
76809
  if (d == null) {
76794
76810
  e.j("null");
76795
76811
  return;
@@ -76803,7 +76819,7 @@
76803
76819
  if (g > 0) {
76804
76820
  e.l(",");
76805
76821
  }
76806
- this.ap(a, b, c, f.items[g], e);
76822
+ this.aq(a, b, c, f.items[g], e);
76807
76823
  }
76808
76824
  }
76809
76825
  e.f();
@@ -76820,14 +76836,14 @@
76820
76836
  if (i > 0) {
76821
76837
  e.l(",");
76822
76838
  }
76823
- e.j(this.u(j) + ": ");
76839
+ e.j(this.v(j) + ": ");
76824
76840
  if (k.d) {
76825
- var l = a + "_" + CodeGeneratingComponentRenderer.d5(this.u(j)) + "Item";
76826
- this.ap(l, k.a, k.b, h.item(j), e);
76841
+ var l = a + "_" + CodeGeneratingComponentRenderer.d5(this.v(j)) + "Item";
76842
+ this.aq(l, k.a, k.b, h.item(j), e);
76827
76843
  }
76828
76844
  else if (k.f) {
76829
- var m = a + "_" + CodeGeneratingComponentRenderer.d5(this.u(j));
76830
- this.ap(m, k.a, k.b, h.item(j), e);
76845
+ var m = a + "_" + CodeGeneratingComponentRenderer.d5(this.v(j));
76846
+ this.aq(m, k.a, k.b, h.item(j), e);
76831
76847
  }
76832
76848
  else {
76833
76849
  var n = h.item(j);
@@ -76851,7 +76867,7 @@
76851
76867
  }
76852
76868
  return "";
76853
76869
  };
76854
- TSCodeGeneratingComponentRendererDataEmitter.prototype.am = function (a) {
76870
+ TSCodeGeneratingComponentRendererDataEmitter.prototype.an = function (a) {
76855
76871
  switch (a.e) {
76856
76872
  case 1: return (a.value ? "true" : "false");
76857
76873
  case 0: return (a.value.toString());
@@ -77107,29 +77123,29 @@
77107
77123
  tslib.__extends(DotNetCodeGeneratingComponentRendererDataEmitter, _super);
77108
77124
  function DotNetCodeGeneratingComponentRendererDataEmitter(a, b) {
77109
77125
  var _this = _super.call(this, a, b) || this;
77110
- _this.ak = false;
77126
+ _this.al = false;
77111
77127
  return _this;
77112
77128
  }
77113
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.z = function (a, b) {
77114
- _super.prototype.z.call(this, a, b);
77129
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.aa = function (a, b) {
77130
+ _super.prototype.aa.call(this, a, b);
77115
77131
  this.f.l("<Compile Include=\"" + a + ".cs\">");
77116
77132
  this.f.h();
77117
77133
  this.f.l("<SubType>Code</SubType>");
77118
77134
  this.f.f();
77119
77135
  this.f.l("</Compile>");
77120
77136
  };
77121
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ad = function (a) {
77137
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ae = function (a) {
77122
77138
  a.l("using System;");
77123
77139
  a.l("using System.Collections.Generic;");
77124
- if (!this.ak) {
77125
- this.ak = true;
77140
+ if (!this.al) {
77141
+ this.al = true;
77126
77142
  }
77127
- _super.prototype.ad.call(this, a);
77143
+ _super.prototype.ae.call(this, a);
77128
77144
  };
77129
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ac = function (a) {
77130
- _super.prototype.ac.call(this, a);
77145
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ad = function (a) {
77146
+ _super.prototype.ad.call(this, a);
77131
77147
  };
77132
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.v = function (a, b) {
77148
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.w = function (a, b) {
77133
77149
  if (b === void 0) {
77134
77150
  b = false;
77135
77151
  }
@@ -77140,22 +77156,22 @@
77140
77156
  }
77141
77157
  return a;
77142
77158
  };
77143
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.u = function (a) {
77159
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.v = function (a) {
77144
77160
  a = stringReplace(a, "-", "_");
77145
77161
  return CodeGeneratingComponentRenderer.d5(a);
77146
77162
  };
77147
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ao = function (a) {
77163
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ap = function (a) {
77148
77164
  a = stringReplace(a, "-", "_");
77149
77165
  return "_" + CodeGeneratingComponentRenderer.d4(a);
77150
77166
  };
77151
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.aj = function (a, b, c, d, e) {
77167
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ak = function (a, b, c, d, e) {
77152
77168
  var e_9, _a;
77153
- _super.prototype.aj.call(this, a, b, c, d, e);
77154
- var f = this.r(this.v(a, true), this.v(a, false), b, c);
77169
+ _super.prototype.ak.call(this, a, b, c, d, e);
77170
+ var f = this.r(this.w(a, true), this.w(a, false), b, c);
77155
77171
  try {
77156
77172
  for (var _b = tslib.__values(fromEnum(f)), _c = _b.next(); !_c.done; _c = _b.next()) {
77157
77173
  var g = _c.value;
77158
- this.ab(g, d, e);
77174
+ this.ac(g, d, e);
77159
77175
  }
77160
77176
  }
77161
77177
  catch (e_9_1) {
@@ -77172,82 +77188,82 @@
77172
77188
  }
77173
77189
  }
77174
77190
  d.l("");
77175
- d.l("public class " + this.v(a, false));
77191
+ d.l("public class " + this.w(a, false));
77176
77192
  d.h();
77177
- d.l(": List<" + this.v(a, true) + ">");
77193
+ d.l(": List<" + this.w(a, true) + ">");
77178
77194
  d.f();
77179
77195
  d.l("{");
77180
77196
  d.h();
77181
- d.l("public " + this.v(a, false) + "()");
77197
+ d.l("public " + this.w(a, false) + "()");
77182
77198
  d.l("{");
77183
77199
  d.h();
77184
77200
  };
77185
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.af = function (a, b, c) {
77186
- _super.prototype.af.call(this, a, b, c);
77187
- var d = this.ao(a) + " = " + "new " + this.v(a, false) + "(); ";
77201
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ag = function (a, b, c) {
77202
+ _super.prototype.ag.call(this, a, b, c);
77203
+ var d = this.ap(a) + " = " + "new " + this.w(a, false) + "(); ";
77188
77204
  var e = "";
77189
77205
  if (this.n.platform == 5) {
77190
77206
  e = " StateHasChanged();";
77191
77207
  }
77192
77208
  else {
77193
- e = " OnPropertyChanged(\"" + this.v(a, false) + "\");";
77209
+ e = " OnPropertyChanged(\"" + this.w(a, false) + "\");";
77194
77210
  }
77195
77211
  if (c != null && c.isAsync) {
77196
- d = this.v(a, false) + ".Fetch().ContinueWith((t) => {" + this.ao(a) + " = t.Result; " + e + " });";
77212
+ d = this.w(a, false) + ".Fetch().ContinueWith((t) => {" + this.ap(a) + " = t.Result; " + e + " });";
77197
77213
  }
77198
- this.g.l("private " + this.v(a, false) + " " + this.ao(a) + " = null;");
77199
- this.g.l("public " + this.v(a, false) + " " + this.u(a));
77214
+ this.g.l("private " + this.w(a, false) + " " + this.ap(a) + " = null;");
77215
+ this.g.l("public " + this.w(a, false) + " " + this.v(a));
77200
77216
  this.g.l("{");
77201
77217
  this.g.h();
77202
77218
  this.g.l("get");
77203
77219
  this.g.l("{");
77204
77220
  this.g.h();
77205
- this.g.l("if (" + this.ao(a) + " == null)");
77221
+ this.g.l("if (" + this.ap(a) + " == null)");
77206
77222
  this.g.l("{");
77207
77223
  this.g.h();
77208
77224
  this.g.l(d);
77209
77225
  this.g.f();
77210
77226
  this.g.l("}");
77211
- this.g.l("return " + this.ao(a) + ";");
77227
+ this.g.l("return " + this.ap(a) + ";");
77212
77228
  this.g.f();
77213
77229
  this.g.l("}");
77214
77230
  this.g.f();
77215
77231
  this.g.l("}");
77216
77232
  this.g.l("");
77217
77233
  };
77218
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ag = function (a, b) {
77219
- _super.prototype.ag.call(this, a, b);
77220
- this.g.l("private " + this.al(b.e) + " " + this.ao(a) + " = " + this.am(b) + ";");
77221
- this.g.l("public " + this.al(b.e) + " " + this.u(a));
77234
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ah = function (a, b) {
77235
+ _super.prototype.ah.call(this, a, b);
77236
+ this.g.l("private " + this.am(b.e) + " " + this.ap(a) + " = " + this.an(b) + ";");
77237
+ this.g.l("public " + this.am(b.e) + " " + this.v(a));
77222
77238
  this.g.l("{");
77223
77239
  this.g.h();
77224
77240
  this.g.l("get");
77225
77241
  this.g.l("{");
77226
77242
  this.g.h();
77227
- this.g.l("return " + this.ao(a) + ";");
77243
+ this.g.l("return " + this.ap(a) + ";");
77228
77244
  this.g.f();
77229
77245
  this.g.l("}");
77230
77246
  this.g.f();
77231
77247
  this.g.l("}");
77232
77248
  this.g.l("");
77233
77249
  };
77234
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ah = function (a, b, c, d) {
77235
- _super.prototype.ah.call(this, a, b, c, d);
77236
- this.g.l("private " + this.v(a, false) + "Item " + this.ao(a) + " = null;");
77237
- this.g.l("public " + this.v(a, false) + "Item " + this.u(a));
77250
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ai = function (a, b, c, d) {
77251
+ _super.prototype.ai.call(this, a, b, c, d);
77252
+ this.g.l("private " + this.w(a, false) + "Item " + this.ap(a) + " = null;");
77253
+ this.g.l("public " + this.w(a, false) + "Item " + this.v(a));
77238
77254
  this.g.l("{");
77239
77255
  this.g.h();
77240
77256
  this.g.l("get");
77241
77257
  this.g.l("{");
77242
77258
  this.g.h();
77243
- this.g.l("if (" + this.ao(a) + " == null)");
77259
+ this.g.l("if (" + this.ap(a) + " == null)");
77244
77260
  this.g.l("{");
77245
77261
  this.g.h();
77246
77262
  this.g.l("_" + a + " = ");
77247
- this.ap(this.v(a, true), b, c, d, this.g);
77263
+ this.aq(this.w(a, true), b, c, d, this.g);
77248
77264
  this.g.f();
77249
77265
  this.g.l("}");
77250
- this.g.l("return " + this.ao(a) + ";");
77266
+ this.g.l("return " + this.ap(a) + ";");
77251
77267
  this.g.f();
77252
77268
  this.g.l("}");
77253
77269
  this.g.f();
@@ -77257,19 +77273,19 @@
77257
77273
  DotNetCodeGeneratingComponentRendererDataEmitter.prototype.get_s = function () {
77258
77274
  return ".cs";
77259
77275
  };
77260
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ab = function (a, b, c) {
77276
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ac = function (a, b, c) {
77261
77277
  b.l("public class " + a.d);
77262
77278
  b.l("{");
77263
77279
  b.h();
77264
77280
  for (var d = 0; d < a.a.length; d++) {
77265
77281
  var e = a.a[d];
77266
77282
  var f = a.b[d];
77267
- b.l("public " + this.an(a, e, f) + " " + this.u(e) + " { get; set; }");
77283
+ b.l("public " + this.ao(a, e, f) + " " + this.v(e) + " { get; set; }");
77268
77284
  }
77269
77285
  b.f();
77270
77286
  b.l("}");
77271
77287
  };
77272
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.al = function (a) {
77288
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.am = function (a) {
77273
77289
  switch (a) {
77274
77290
  case 1: return "bool";
77275
77291
  case 0: return "double";
@@ -77278,12 +77294,12 @@
77278
77294
  }
77279
77295
  return "object";
77280
77296
  };
77281
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.an = function (a, b, c) {
77297
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ao = function (a, b, c) {
77282
77298
  if (c.d) {
77283
- return "List<" + a.d + "_" + this.u(b) + "Item>";
77299
+ return "List<" + a.d + "_" + this.v(b) + "Item>";
77284
77300
  }
77285
77301
  else if (c.f) {
77286
- return a.d + "_" + this.u(b);
77302
+ return a.d + "_" + this.v(b);
77287
77303
  }
77288
77304
  else {
77289
77305
  switch (c.c) {
@@ -77295,20 +77311,20 @@
77295
77311
  }
77296
77312
  return "object";
77297
77313
  };
77298
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ai = function (a, b, c, d) {
77299
- _super.prototype.ai.call(this, a, b, c, d);
77314
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.aj = function (a, b, c, d) {
77315
+ _super.prototype.aj.call(this, a, b, c, d);
77300
77316
  d.f();
77301
77317
  d.l("}");
77302
77318
  d.f();
77303
77319
  d.l("}");
77304
77320
  };
77305
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.w = function (a, b, c, d, e, f) {
77306
- _super.prototype.w.call(this, a, b, c, d, e, f);
77321
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.x = function (a, b, c, d, e, f) {
77322
+ _super.prototype.x.call(this, a, b, c, d, e, f);
77307
77323
  f.j("this.Add(");
77308
- this.ap(this.v(a, true), b, c, d, f);
77324
+ this.aq(this.w(a, true), b, c, d, f);
77309
77325
  f.l(");");
77310
77326
  };
77311
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ap = function (a, b, c, d, e) {
77327
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.aq = function (a, b, c, d, e) {
77312
77328
  if (d == null) {
77313
77329
  e.j("null");
77314
77330
  return;
@@ -77323,7 +77339,7 @@
77323
77339
  if (g > 0) {
77324
77340
  e.l(",");
77325
77341
  }
77326
- this.ap(a, b, c, f.items[g], e);
77342
+ this.aq(a, b, c, f.items[g], e);
77327
77343
  }
77328
77344
  }
77329
77345
  e.f();
@@ -77345,12 +77361,12 @@
77345
77361
  }
77346
77362
  e.j(j + " = ");
77347
77363
  if (k.d) {
77348
- var l = a + "_" + this.u(j) + "Item";
77349
- this.ap(l, k.a, k.b, h.item(j), e);
77364
+ var l = a + "_" + this.v(j) + "Item";
77365
+ this.aq(l, k.a, k.b, h.item(j), e);
77350
77366
  }
77351
77367
  else if (k.f) {
77352
- var m = a + "_" + this.u(j);
77353
- this.ap(m, k.a, k.b, h.item(j), e);
77368
+ var m = a + "_" + this.v(j);
77369
+ this.aq(m, k.a, k.b, h.item(j), e);
77354
77370
  }
77355
77371
  else {
77356
77372
  var n = h.item(j);
@@ -77380,7 +77396,7 @@
77380
77396
  }
77381
77397
  return "";
77382
77398
  };
77383
- DotNetCodeGeneratingComponentRendererDataEmitter.prototype.am = function (a) {
77399
+ DotNetCodeGeneratingComponentRendererDataEmitter.prototype.an = function (a) {
77384
77400
  switch (a.e) {
77385
77401
  case 1: return (a.value ? "true" : "false");
77386
77402
  case 0: return (a.value.toString());
@@ -77871,7 +77887,7 @@
77871
77887
  }
77872
77888
  {
77873
77889
  var n = this.dr(this.dw, b);
77874
- n.aa(this.d1);
77890
+ n.ab(this.d1);
77875
77891
  }
77876
77892
  var o = this.ds(this.dw, b);
77877
77893
  var p = new List$1(String_$type, 0);
@@ -202645,9 +202661,9 @@
202645
202661
  tslib.__extends(WebComboChangeEventArgsDetailDescription, _super);
202646
202662
  function WebComboChangeEventArgsDetailDescription() {
202647
202663
  var _this = _super.call(this) || this;
202648
- _this.h = null;
202664
+ _this.l = null;
202649
202665
  _this.k = null;
202650
- _this.n = null;
202666
+ _this.j = null;
202651
202667
  return _this;
202652
202668
  }
202653
202669
  WebComboChangeEventArgsDetailDescription.prototype.get_type = function () {
@@ -202660,34 +202676,34 @@
202660
202676
  enumerable: false,
202661
202677
  configurable: true
202662
202678
  });
202663
- Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "newValue", {
202679
+ Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "newValueRef", {
202664
202680
  get: function () {
202665
- return this.h;
202681
+ return this.l;
202666
202682
  },
202667
202683
  set: function (a) {
202668
- this.h = a;
202669
- this.g("NewValue");
202684
+ this.l = a;
202685
+ this.g("NewValueRef");
202670
202686
  },
202671
202687
  enumerable: false,
202672
202688
  configurable: true
202673
202689
  });
202674
- Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "items", {
202690
+ Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "itemsRef", {
202675
202691
  get: function () {
202676
202692
  return this.k;
202677
202693
  },
202678
202694
  set: function (a) {
202679
202695
  this.k = a;
202680
- this.g("Items");
202696
+ this.g("ItemsRef");
202681
202697
  },
202682
202698
  enumerable: false,
202683
202699
  configurable: true
202684
202700
  });
202685
202701
  Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "changeType", {
202686
202702
  get: function () {
202687
- return this.n;
202703
+ return this.j;
202688
202704
  },
202689
202705
  set: function (a) {
202690
- this.n = a;
202706
+ this.j = a;
202691
202707
  this.g("ChangeType");
202692
202708
  },
202693
202709
  enumerable: false,
@@ -202728,8 +202744,8 @@
202728
202744
  a.item("__skipModuleRegisterWebComponents", "Boolean");
202729
202745
  a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
202730
202746
  a.item("__skipSuffix", "Boolean");
202731
- a.item("NewValue", "Array:string");
202732
- a.item("Items", "Unknown");
202747
+ a.item("NewValueRef", "(w:NewValue,wf:NewValue)DataRef:object");
202748
+ a.item("ItemsRef", "(w:Items,wf:Items)DataRef:object");
202733
202749
  a.item("ChangeType", "(wc:Type)ExportedType:string:ComboChangeType");
202734
202750
  a.item("ChangeType@stringUnion", "WebComponents;React");
202735
202751
  a.item("ChangeType@names", "Selection;Deselection;Addition");
@@ -202885,7 +202901,7 @@
202885
202901
  a.item("FilteringOptions", "ExportedType:WebFilteringOptions");
202886
202902
  a.item("CaseSensitiveIcon", "Boolean");
202887
202903
  a.item("DisableFiltering", "Boolean");
202888
- a.item("Value", "Array:string");
202904
+ a.item("Value", "Array:object");
202889
202905
  a.item("ItemTemplateRef", "(w:ItemTemplate,wf:ItemTemplate)TemplateRef::object");
202890
202906
  a.item("GroupHeaderTemplateRef", "(w:GroupHeaderTemplate,wf:GroupHeaderTemplate)TemplateRef::object");
202891
202907
  a.item("ChangeRef", "EventRef::change");