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