igniteui-angular-core 16.1.0-beta.4 → 16.1.1
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/bundles/igniteui-angular-core.umd.js +187 -175
- 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/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +122 -122
- package/esm5/lib/CodeGeneratingComponentRendererDataEmitter.js +65 -53
- package/fesm2015/igniteui-angular-core.js +183 -175
- package/fesm5/igniteui-angular-core.js +187 -175
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +34 -34
- package/lib/CodeGeneratingComponentRendererDataEmitter.d.ts +16 -14
- package/package.json +1 -1
|
@@ -68236,13 +68236,13 @@ var CodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
68236
68236
|
enumerable: false,
|
|
68237
68237
|
configurable: true
|
|
68238
68238
|
});
|
|
68239
|
-
CodeGeneratingComponentRendererDataEmitter.prototype.
|
|
68239
|
+
CodeGeneratingComponentRendererDataEmitter.prototype.w = function (a, b) {
|
|
68240
68240
|
if (b === void 0) {
|
|
68241
68241
|
b = false;
|
|
68242
68242
|
}
|
|
68243
68243
|
return a;
|
|
68244
68244
|
};
|
|
68245
|
-
CodeGeneratingComponentRendererDataEmitter.prototype.
|
|
68245
|
+
CodeGeneratingComponentRendererDataEmitter.prototype.v = function (a) {
|
|
68246
68246
|
return a;
|
|
68247
68247
|
};
|
|
68248
68248
|
Object.defineProperty(CodeGeneratingComponentRendererDataEmitter.prototype, "h", {
|
|
@@ -68299,7 +68299,17 @@ var CodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
68299
68299
|
enumerable: false,
|
|
68300
68300
|
configurable: true
|
|
68301
68301
|
});
|
|
68302
|
-
CodeGeneratingComponentRendererDataEmitter.prototype.
|
|
68302
|
+
CodeGeneratingComponentRendererDataEmitter.prototype.get_u = function () {
|
|
68303
|
+
return ".json";
|
|
68304
|
+
};
|
|
68305
|
+
Object.defineProperty(CodeGeneratingComponentRendererDataEmitter.prototype, "u", {
|
|
68306
|
+
get: function () {
|
|
68307
|
+
return this.get_u();
|
|
68308
|
+
},
|
|
68309
|
+
enumerable: false,
|
|
68310
|
+
configurable: true
|
|
68311
|
+
});
|
|
68312
|
+
CodeGeneratingComponentRendererDataEmitter.prototype.ab = function (a) {
|
|
68303
68313
|
var e_1, _a;
|
|
68304
68314
|
if (a != null) {
|
|
68305
68315
|
var b = a;
|
|
@@ -68309,22 +68319,22 @@ var CodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
68309
68319
|
var f = b.item(e);
|
|
68310
68320
|
if (typeCast(JsonDictionaryValue.$, f) !== null) {
|
|
68311
68321
|
var g = f;
|
|
68312
|
-
this.
|
|
68322
|
+
this.ah(e, g);
|
|
68313
68323
|
}
|
|
68314
68324
|
else if (typeCast(JsonDictionaryArray.$, f) !== null) {
|
|
68315
68325
|
var h = f;
|
|
68316
|
-
this.
|
|
68317
|
-
this.
|
|
68326
|
+
this.af(e, h, this.h, this.k);
|
|
68327
|
+
this.ag(e, 0, null);
|
|
68318
68328
|
}
|
|
68319
68329
|
else {
|
|
68320
68330
|
var i = f;
|
|
68321
68331
|
var j = this.a(i);
|
|
68322
68332
|
var k = this.b(i);
|
|
68323
|
-
var l = this.r(this.
|
|
68333
|
+
var l = this.r(this.w(e, true), this.w(e), j, k);
|
|
68324
68334
|
try {
|
|
68325
68335
|
for (var _b = (e_1 = void 0, __values(fromEnum(l))), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
68326
68336
|
var m = _c.value;
|
|
68327
|
-
this.
|
|
68337
|
+
this.ac(m, this.h, this.k);
|
|
68328
68338
|
}
|
|
68329
68339
|
}
|
|
68330
68340
|
catch (e_1_1) {
|
|
@@ -68340,7 +68350,7 @@ var CodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
68340
68350
|
throw e_1.error;
|
|
68341
68351
|
}
|
|
68342
68352
|
}
|
|
68343
|
-
this.
|
|
68353
|
+
this.ai(e, j, k, i);
|
|
68344
68354
|
}
|
|
68345
68355
|
}
|
|
68346
68356
|
}
|
|
@@ -68354,45 +68364,47 @@ var CodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
68354
68364
|
}
|
|
68355
68365
|
n.add_1(p.a.e);
|
|
68356
68366
|
var q = this.o.library.getItem(p.a.e);
|
|
68367
|
+
var r = this.s;
|
|
68357
68368
|
if (q.type == 0) {
|
|
68358
|
-
var
|
|
68359
|
-
var
|
|
68360
|
-
var
|
|
68361
|
-
var
|
|
68362
|
-
if (
|
|
68363
|
-
var
|
|
68364
|
-
var
|
|
68365
|
-
if (
|
|
68366
|
-
|
|
68369
|
+
var s = new CodeGeneratingCodeWriter(this.o);
|
|
68370
|
+
var t = new CodeGeneratingImportManager();
|
|
68371
|
+
var u = q.name;
|
|
68372
|
+
var v = q.getContentForPlatform(this.m.platform);
|
|
68373
|
+
if (v.isJson) {
|
|
68374
|
+
var w = q.getConfigForPlatform(this.m.platform);
|
|
68375
|
+
var x = 0;
|
|
68376
|
+
if (w != null) {
|
|
68377
|
+
x = w.location;
|
|
68367
68378
|
}
|
|
68368
|
-
switch (
|
|
68379
|
+
switch (x) {
|
|
68369
68380
|
case 0:
|
|
68370
|
-
var
|
|
68371
|
-
var
|
|
68372
|
-
this.
|
|
68373
|
-
this.
|
|
68374
|
-
this.
|
|
68375
|
-
this.
|
|
68381
|
+
var y = new JsonDictionaryParser();
|
|
68382
|
+
var z = y.parse(v.content);
|
|
68383
|
+
this.ae(s);
|
|
68384
|
+
this.af(u, z, s, t);
|
|
68385
|
+
this.ad(s);
|
|
68386
|
+
this.ag(u, x, v);
|
|
68376
68387
|
break;
|
|
68377
68388
|
case 2:
|
|
68378
|
-
this.
|
|
68389
|
+
this.ag(u, x, v);
|
|
68379
68390
|
break;
|
|
68380
68391
|
case 1:
|
|
68381
|
-
this.
|
|
68382
|
-
var
|
|
68383
|
-
this.
|
|
68384
|
-
|
|
68392
|
+
this.ag(u, x, v);
|
|
68393
|
+
var aa = v.content;
|
|
68394
|
+
r = this.u;
|
|
68395
|
+
this.z(u, u + r, t);
|
|
68396
|
+
s.j(aa);
|
|
68385
68397
|
break;
|
|
68386
68398
|
}
|
|
68387
68399
|
}
|
|
68388
68400
|
else {
|
|
68389
|
-
var
|
|
68390
|
-
this.
|
|
68391
|
-
|
|
68392
|
-
this.
|
|
68401
|
+
var ab = v.content;
|
|
68402
|
+
this.y(u, t);
|
|
68403
|
+
s.j(ab);
|
|
68404
|
+
this.ag(u, 0, v);
|
|
68393
68405
|
}
|
|
68394
|
-
this.
|
|
68395
|
-
this.m.addContainerNewFileResult(
|
|
68406
|
+
this.aa(u, t);
|
|
68407
|
+
this.m.addContainerNewFileResult(u + r, s.toString());
|
|
68396
68408
|
}
|
|
68397
68409
|
}
|
|
68398
68410
|
}
|
|
@@ -68403,23 +68415,23 @@ var CodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
68403
68415
|
this.m.addContainerResult("vmLibraryProjectFiles", this.f.toString());
|
|
68404
68416
|
this.m.addContainerResult("vmData", this.h.toString());
|
|
68405
68417
|
};
|
|
68406
|
-
CodeGeneratingComponentRendererDataEmitter.prototype.ac = function (a) {
|
|
68407
|
-
};
|
|
68408
68418
|
CodeGeneratingComponentRendererDataEmitter.prototype.ad = function (a) {
|
|
68409
68419
|
};
|
|
68410
|
-
CodeGeneratingComponentRendererDataEmitter.prototype.
|
|
68420
|
+
CodeGeneratingComponentRendererDataEmitter.prototype.ae = function (a) {
|
|
68411
68421
|
};
|
|
68412
|
-
CodeGeneratingComponentRendererDataEmitter.prototype.
|
|
68422
|
+
CodeGeneratingComponentRendererDataEmitter.prototype.aa = function (a, b) {
|
|
68413
68423
|
};
|
|
68414
68424
|
CodeGeneratingComponentRendererDataEmitter.prototype.y = function (a, b) {
|
|
68415
68425
|
};
|
|
68416
|
-
CodeGeneratingComponentRendererDataEmitter.prototype.
|
|
68426
|
+
CodeGeneratingComponentRendererDataEmitter.prototype.z = function (a, b, c) {
|
|
68417
68427
|
};
|
|
68418
|
-
CodeGeneratingComponentRendererDataEmitter.prototype.
|
|
68428
|
+
CodeGeneratingComponentRendererDataEmitter.prototype.ai = function (a, b, c, d) {
|
|
68429
|
+
};
|
|
68430
|
+
CodeGeneratingComponentRendererDataEmitter.prototype.ag = function (a, b, c) {
|
|
68419
68431
|
};
|
|
68420
|
-
CodeGeneratingComponentRendererDataEmitter.prototype.
|
|
68432
|
+
CodeGeneratingComponentRendererDataEmitter.prototype.ah = function (a, b) {
|
|
68421
68433
|
};
|
|
68422
|
-
CodeGeneratingComponentRendererDataEmitter.prototype.
|
|
68434
|
+
CodeGeneratingComponentRendererDataEmitter.prototype.af = function (a, b, c, d) {
|
|
68423
68435
|
if (typeCast(JsonDictionaryArray.$, b) !== null) {
|
|
68424
68436
|
var e = b;
|
|
68425
68437
|
if (e.items != null && e.items.length > 0) {
|
|
@@ -68428,19 +68440,19 @@ var CodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
68428
68440
|
var g = this.a(f);
|
|
68429
68441
|
var h = this.b(f);
|
|
68430
68442
|
if (g != null) {
|
|
68431
|
-
this.
|
|
68443
|
+
this.ak(a, g, h, c, d);
|
|
68432
68444
|
for (var i = 0; i < e.items.length; i++) {
|
|
68433
|
-
this.
|
|
68445
|
+
this.x(a, g, h, e.items[i], i, c);
|
|
68434
68446
|
}
|
|
68435
|
-
this.
|
|
68447
|
+
this.aj(a, g, h, c);
|
|
68436
68448
|
}
|
|
68437
68449
|
}
|
|
68438
68450
|
}
|
|
68439
68451
|
}
|
|
68440
68452
|
};
|
|
68441
|
-
CodeGeneratingComponentRendererDataEmitter.prototype.
|
|
68453
|
+
CodeGeneratingComponentRendererDataEmitter.prototype.aj = function (a, b, c, d) {
|
|
68442
68454
|
};
|
|
68443
|
-
CodeGeneratingComponentRendererDataEmitter.prototype.
|
|
68455
|
+
CodeGeneratingComponentRendererDataEmitter.prototype.ac = function (a, b, c) {
|
|
68444
68456
|
};
|
|
68445
68457
|
CodeGeneratingComponentRendererDataEmitter.prototype.r = function (a, b, c, d) {
|
|
68446
68458
|
var e = new List$1(CodeGeneratingComponentRendererDataEmitterItemType.$, 0);
|
|
@@ -68454,19 +68466,19 @@ var CodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
68454
68466
|
var h = c[g];
|
|
68455
68467
|
var i = d[g];
|
|
68456
68468
|
if (i.f) {
|
|
68457
|
-
var j = this.r(this.
|
|
68469
|
+
var j = this.r(this.w(a) + "_" + h, b, i.a, i.b);
|
|
68458
68470
|
e.o(j);
|
|
68459
68471
|
}
|
|
68460
68472
|
else if (i.d) {
|
|
68461
|
-
var k = this.r(this.
|
|
68473
|
+
var k = this.r(this.w(a) + "_" + h + "Item", b, i.a, i.b);
|
|
68462
68474
|
e.o(k);
|
|
68463
68475
|
}
|
|
68464
68476
|
}
|
|
68465
68477
|
return e;
|
|
68466
68478
|
};
|
|
68467
|
-
CodeGeneratingComponentRendererDataEmitter.prototype.
|
|
68479
|
+
CodeGeneratingComponentRendererDataEmitter.prototype.x = function (a, b, c, d, e, f) {
|
|
68468
68480
|
};
|
|
68469
|
-
CodeGeneratingComponentRendererDataEmitter.prototype.
|
|
68481
|
+
CodeGeneratingComponentRendererDataEmitter.prototype.ak = function (a, b, c, d, e) {
|
|
68470
68482
|
};
|
|
68471
68483
|
CodeGeneratingComponentRendererDataEmitter.prototype.b = function (a) {
|
|
68472
68484
|
var b = new List$1(CodeGeneratingComponentRendererDataEmitterPropertyType.$, 0);
|
|
@@ -76561,10 +76573,10 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
76561
76573
|
__extends(TSCodeGeneratingComponentRendererDataEmitter, _super);
|
|
76562
76574
|
function TSCodeGeneratingComponentRendererDataEmitter(a, b) {
|
|
76563
76575
|
var _this = _super.call(this, a, b) || this;
|
|
76564
|
-
_this.
|
|
76576
|
+
_this.al = new Dictionary$2(CodeGeneratingCodeWriter.$, Number_$type, 0);
|
|
76565
76577
|
return _this;
|
|
76566
76578
|
}
|
|
76567
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76579
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.w = function (a, b) {
|
|
76568
76580
|
if (b === void 0) {
|
|
76569
76581
|
b = false;
|
|
76570
76582
|
}
|
|
@@ -76575,28 +76587,28 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
76575
76587
|
}
|
|
76576
76588
|
return a;
|
|
76577
76589
|
};
|
|
76578
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76590
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.v = function (a) {
|
|
76579
76591
|
a = stringReplace(a, "-", "_");
|
|
76580
76592
|
if (this.p.e) {
|
|
76581
76593
|
return a;
|
|
76582
76594
|
}
|
|
76583
76595
|
return CodeGeneratingComponentRenderer.d4(a);
|
|
76584
76596
|
};
|
|
76585
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76597
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.ap = function (a) {
|
|
76586
76598
|
a = stringReplace(a, "-", "_");
|
|
76587
76599
|
return "_" + CodeGeneratingComponentRenderer.d4(a);
|
|
76588
76600
|
};
|
|
76589
76601
|
TSCodeGeneratingComponentRendererDataEmitter.prototype.get_s = function () {
|
|
76590
76602
|
return ".ts";
|
|
76591
76603
|
};
|
|
76592
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76604
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.ak = function (a, b, c, d, e) {
|
|
76593
76605
|
var e_7, _a;
|
|
76594
|
-
_super.prototype.
|
|
76595
|
-
var f = this.r(this.
|
|
76606
|
+
_super.prototype.ak.call(this, a, b, c, d, e);
|
|
76607
|
+
var f = this.r(this.w(a, true), this.w(a, false), b, c);
|
|
76596
76608
|
try {
|
|
76597
76609
|
for (var _b = __values(fromEnum(f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
76598
76610
|
var g = _c.value;
|
|
76599
|
-
this.
|
|
76611
|
+
this.ac(g, d, e);
|
|
76600
76612
|
}
|
|
76601
76613
|
}
|
|
76602
76614
|
catch (e_7_1) {
|
|
@@ -76614,20 +76626,20 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
76614
76626
|
}
|
|
76615
76627
|
var h = 0;
|
|
76616
76628
|
if (e == this.k) {
|
|
76617
|
-
e.addPackageImport("./" + this.
|
|
76629
|
+
e.addPackageImport("./" + this.w(a, false), this.w(a, false));
|
|
76618
76630
|
}
|
|
76619
76631
|
else {
|
|
76620
|
-
e.addPackageImport("./" + this.
|
|
76632
|
+
e.addPackageImport("./" + this.w(a, false), this.w(a, false));
|
|
76621
76633
|
}
|
|
76622
|
-
d.l("export class " + this.
|
|
76634
|
+
d.l("export class " + this.w(a, false) + " extends Array<" + this.w(a, true) + "> {");
|
|
76623
76635
|
d.h();
|
|
76624
76636
|
d.l("public constructor() {");
|
|
76625
76637
|
d.h();
|
|
76626
76638
|
d.l("super();");
|
|
76627
76639
|
};
|
|
76628
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76629
|
-
_super.prototype.
|
|
76630
|
-
var d = this.p.cDNBasePath + this.
|
|
76640
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.ag = function (a, b, c) {
|
|
76641
|
+
_super.prototype.ag.call(this, a, b, c);
|
|
76642
|
+
var d = this.p.cDNBasePath + this.w(a, false) + ".json";
|
|
76631
76643
|
var e = "";
|
|
76632
76644
|
if (this.n.platform == 2) {
|
|
76633
76645
|
e = "this.setState({}); ";
|
|
@@ -76638,7 +76650,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
76638
76650
|
if (this.n.platform == 1) {
|
|
76639
76651
|
e = "this._detector.markForCheck(); ";
|
|
76640
76652
|
}
|
|
76641
|
-
var f = this.
|
|
76653
|
+
var f = this.w(a, false);
|
|
76642
76654
|
var g = "null";
|
|
76643
76655
|
switch (b) {
|
|
76644
76656
|
case 2:
|
|
@@ -76646,85 +76658,85 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
76646
76658
|
break;
|
|
76647
76659
|
case 1:
|
|
76648
76660
|
f = "any[]";
|
|
76649
|
-
g = this.
|
|
76661
|
+
g = this.w(a, false);
|
|
76650
76662
|
break;
|
|
76651
76663
|
case 0: break;
|
|
76652
76664
|
}
|
|
76653
|
-
this.g.l("private " + this.
|
|
76665
|
+
this.g.l("private " + this.ap(a) + ": " + f + " = " + g + ";");
|
|
76654
76666
|
if (b == 2 || (c != null && c.isAsync)) {
|
|
76655
|
-
this.g.l("private " + this.
|
|
76667
|
+
this.g.l("private " + this.ap(a) + "Fetching: boolean = false;");
|
|
76656
76668
|
}
|
|
76657
76669
|
this.g.l("public get " + CodeGeneratingComponentRenderer.d4(a) + "(): " + f + " {");
|
|
76658
76670
|
this.g.h();
|
|
76659
76671
|
if (c != null && c.isAsync) {
|
|
76660
|
-
this.g.l("if (this." + this.
|
|
76672
|
+
this.g.l("if (this." + this.ap(a) + " == null && !this." + this.ap(a) + "Fetching)");
|
|
76661
76673
|
this.g.l("{");
|
|
76662
76674
|
this.g.h();
|
|
76663
|
-
this.g.l("this." + this.
|
|
76664
|
-
this.g.l("( async () => { this." + this.
|
|
76675
|
+
this.g.l("this." + this.ap(a) + "Fetching = true;");
|
|
76676
|
+
this.g.l("( async () => { this." + this.ap(a) + " = await (await " + this.w(a, false) + ".fetch()); " + e + " })();");
|
|
76665
76677
|
this.g.f();
|
|
76666
76678
|
this.g.l("}");
|
|
76667
76679
|
}
|
|
76668
76680
|
else {
|
|
76669
76681
|
if (b == 2) {
|
|
76670
|
-
this.g.l("if (this." + this.
|
|
76682
|
+
this.g.l("if (this." + this.ap(a) + " == null && !this." + this.ap(a) + "Fetching)");
|
|
76671
76683
|
this.g.l("{");
|
|
76672
76684
|
this.g.h();
|
|
76673
|
-
this.g.l(this.
|
|
76674
|
-
this.g.l("( async () => { this." + this.
|
|
76685
|
+
this.g.l(this.ap(a) + "Fetching = true;");
|
|
76686
|
+
this.g.l("( async () => { this." + this.ap(a) + " = await (await fetch('" + d + "')).json(); " + e + " })();");
|
|
76675
76687
|
this.g.f();
|
|
76676
76688
|
this.g.l("}");
|
|
76677
76689
|
}
|
|
76678
76690
|
if (b == 0) {
|
|
76679
|
-
this.g.l("if (this." + this.
|
|
76691
|
+
this.g.l("if (this." + this.ap(a) + " == null)");
|
|
76680
76692
|
this.g.l("{");
|
|
76681
76693
|
this.g.h();
|
|
76682
|
-
this.g.l("this." + this.
|
|
76694
|
+
this.g.l("this." + this.ap(a) + " = new " + this.w(a, false) + "();");
|
|
76683
76695
|
this.g.f();
|
|
76684
76696
|
this.g.l("}");
|
|
76685
76697
|
}
|
|
76686
76698
|
}
|
|
76687
|
-
this.g.l("return this." + this.
|
|
76699
|
+
this.g.l("return this." + this.ap(a) + ";");
|
|
76688
76700
|
this.g.f();
|
|
76689
76701
|
this.g.l("}");
|
|
76690
76702
|
this.g.l("");
|
|
76691
76703
|
};
|
|
76692
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76693
|
-
_super.prototype.
|
|
76694
|
-
this.g.l("private " + this.
|
|
76695
|
-
this.g.l("public get " + CodeGeneratingComponentRenderer.d4(a) + "(): " + this.
|
|
76704
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.ah = function (a, b) {
|
|
76705
|
+
_super.prototype.ah.call(this, a, b);
|
|
76706
|
+
this.g.l("private " + this.ap(a) + ": " + this.am(b.e) + " = " + this.an(b) + ";");
|
|
76707
|
+
this.g.l("public get " + CodeGeneratingComponentRenderer.d4(a) + "(): " + this.am(b.e) + " {");
|
|
76696
76708
|
this.g.h();
|
|
76697
|
-
this.g.l("return this." + this.
|
|
76709
|
+
this.g.l("return this." + this.ap(a) + ";");
|
|
76698
76710
|
this.g.f();
|
|
76699
76711
|
this.g.l("}");
|
|
76700
76712
|
this.g.l("");
|
|
76701
76713
|
};
|
|
76702
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76703
|
-
_super.prototype.
|
|
76704
|
-
this.g.l("private " + this.
|
|
76705
|
-
this.g.l("public get " + CodeGeneratingComponentRenderer.d4(a) + "(): " + this.
|
|
76714
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.ai = function (a, b, c, d) {
|
|
76715
|
+
_super.prototype.ai.call(this, a, b, c, d);
|
|
76716
|
+
this.g.l("private " + this.ap(a) + ": " + this.w(a, false) + "Item = null;");
|
|
76717
|
+
this.g.l("public get " + CodeGeneratingComponentRenderer.d4(a) + "(): " + this.w(a, false) + "Item {");
|
|
76706
76718
|
this.g.h();
|
|
76707
|
-
this.g.l("if (this." + this.
|
|
76719
|
+
this.g.l("if (this." + this.ap(a) + " == null)");
|
|
76708
76720
|
this.g.l("{");
|
|
76709
76721
|
this.g.h();
|
|
76710
|
-
this.g.l("this." + this.
|
|
76711
|
-
this.
|
|
76722
|
+
this.g.l("this." + this.ap(a) + " = ");
|
|
76723
|
+
this.aq(this.w(a, true), b, c, d, this.g);
|
|
76712
76724
|
this.g.l("}");
|
|
76713
|
-
this.g.l("return this." + this.
|
|
76725
|
+
this.g.l("return this." + this.ap(a) + ";");
|
|
76714
76726
|
this.g.f();
|
|
76715
76727
|
this.g.l("}");
|
|
76716
76728
|
this.g.l("");
|
|
76717
76729
|
};
|
|
76718
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76730
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.y = function (a, b) {
|
|
76719
76731
|
b.addPackageImport("./" + a, a);
|
|
76720
76732
|
};
|
|
76721
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76722
|
-
|
|
76733
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.z = function (a, b, c) {
|
|
76734
|
+
c.addDefaultImport("./" + b, a);
|
|
76723
76735
|
};
|
|
76724
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76736
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.aa = function (a, b) {
|
|
76725
76737
|
this.l = CodeGeneratingImportManager.merge(this.l, b);
|
|
76726
76738
|
};
|
|
76727
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76739
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.ac = function (a, b, c) {
|
|
76728
76740
|
var d = 0;
|
|
76729
76741
|
if (c == this.k) {
|
|
76730
76742
|
c.addPackageImport("./" + a.c, a.d);
|
|
@@ -76743,13 +76755,13 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
76743
76755
|
for (var e = 0; e < a.a.length; e++) {
|
|
76744
76756
|
var f = a.a[e];
|
|
76745
76757
|
var g = a.b[e];
|
|
76746
|
-
b.l("public " + this.
|
|
76758
|
+
b.l("public " + this.v(f) + ": " + this.ao(a, f, g) + ";");
|
|
76747
76759
|
}
|
|
76748
76760
|
b.f();
|
|
76749
76761
|
b.l("");
|
|
76750
76762
|
b.l("}");
|
|
76751
76763
|
};
|
|
76752
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76764
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.am = function (a) {
|
|
76753
76765
|
switch (a) {
|
|
76754
76766
|
case 1: return "boolean";
|
|
76755
76767
|
case 0: return "number";
|
|
@@ -76758,12 +76770,12 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
76758
76770
|
}
|
|
76759
76771
|
return "any";
|
|
76760
76772
|
};
|
|
76761
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76773
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.ao = function (a, b, c) {
|
|
76762
76774
|
if (c.d) {
|
|
76763
|
-
return a.d + "_" + CodeGeneratingComponentRenderer.d5(this.
|
|
76775
|
+
return a.d + "_" + CodeGeneratingComponentRenderer.d5(this.v(b)) + "Item[]";
|
|
76764
76776
|
}
|
|
76765
76777
|
else if (c.f) {
|
|
76766
|
-
return a.d + "_" + this.
|
|
76778
|
+
return a.d + "_" + this.v(b);
|
|
76767
76779
|
}
|
|
76768
76780
|
else {
|
|
76769
76781
|
switch (c.c) {
|
|
@@ -76775,20 +76787,20 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
76775
76787
|
}
|
|
76776
76788
|
return "any";
|
|
76777
76789
|
};
|
|
76778
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76779
|
-
_super.prototype.
|
|
76790
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.aj = function (a, b, c, d) {
|
|
76791
|
+
_super.prototype.aj.call(this, a, b, c, d);
|
|
76780
76792
|
d.f();
|
|
76781
76793
|
d.l("}");
|
|
76782
76794
|
d.f();
|
|
76783
76795
|
d.l("}");
|
|
76784
76796
|
};
|
|
76785
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76786
|
-
_super.prototype.
|
|
76797
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.x = function (a, b, c, d, e, f) {
|
|
76798
|
+
_super.prototype.x.call(this, a, b, c, d, e, f);
|
|
76787
76799
|
f.j("this.push(");
|
|
76788
|
-
this.
|
|
76800
|
+
this.aq(this.w(a, true), b, c, d, f);
|
|
76789
76801
|
f.l(");");
|
|
76790
76802
|
};
|
|
76791
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76803
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.aq = function (a, b, c, d, e) {
|
|
76792
76804
|
if (d == null) {
|
|
76793
76805
|
e.j("null");
|
|
76794
76806
|
return;
|
|
@@ -76802,7 +76814,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
76802
76814
|
if (g > 0) {
|
|
76803
76815
|
e.l(",");
|
|
76804
76816
|
}
|
|
76805
|
-
this.
|
|
76817
|
+
this.aq(a, b, c, f.items[g], e);
|
|
76806
76818
|
}
|
|
76807
76819
|
}
|
|
76808
76820
|
e.f();
|
|
@@ -76819,14 +76831,14 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
76819
76831
|
if (i > 0) {
|
|
76820
76832
|
e.l(",");
|
|
76821
76833
|
}
|
|
76822
|
-
e.j(this.
|
|
76834
|
+
e.j(this.v(j) + ": ");
|
|
76823
76835
|
if (k.d) {
|
|
76824
|
-
var l = a + "_" + CodeGeneratingComponentRenderer.d5(this.
|
|
76825
|
-
this.
|
|
76836
|
+
var l = a + "_" + CodeGeneratingComponentRenderer.d5(this.v(j)) + "Item";
|
|
76837
|
+
this.aq(l, k.a, k.b, h.item(j), e);
|
|
76826
76838
|
}
|
|
76827
76839
|
else if (k.f) {
|
|
76828
|
-
var m = a + "_" + CodeGeneratingComponentRenderer.d5(this.
|
|
76829
|
-
this.
|
|
76840
|
+
var m = a + "_" + CodeGeneratingComponentRenderer.d5(this.v(j));
|
|
76841
|
+
this.aq(m, k.a, k.b, h.item(j), e);
|
|
76830
76842
|
}
|
|
76831
76843
|
else {
|
|
76832
76844
|
var n = h.item(j);
|
|
@@ -76850,7 +76862,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
76850
76862
|
}
|
|
76851
76863
|
return "";
|
|
76852
76864
|
};
|
|
76853
|
-
TSCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
76865
|
+
TSCodeGeneratingComponentRendererDataEmitter.prototype.an = function (a) {
|
|
76854
76866
|
switch (a.e) {
|
|
76855
76867
|
case 1: return (a.value ? "true" : "false");
|
|
76856
76868
|
case 0: return (a.value.toString());
|
|
@@ -77106,29 +77118,29 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
77106
77118
|
__extends(DotNetCodeGeneratingComponentRendererDataEmitter, _super);
|
|
77107
77119
|
function DotNetCodeGeneratingComponentRendererDataEmitter(a, b) {
|
|
77108
77120
|
var _this = _super.call(this, a, b) || this;
|
|
77109
|
-
_this.
|
|
77121
|
+
_this.al = false;
|
|
77110
77122
|
return _this;
|
|
77111
77123
|
}
|
|
77112
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77113
|
-
_super.prototype.
|
|
77124
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.aa = function (a, b) {
|
|
77125
|
+
_super.prototype.aa.call(this, a, b);
|
|
77114
77126
|
this.f.l("<Compile Include=\"" + a + ".cs\">");
|
|
77115
77127
|
this.f.h();
|
|
77116
77128
|
this.f.l("<SubType>Code</SubType>");
|
|
77117
77129
|
this.f.f();
|
|
77118
77130
|
this.f.l("</Compile>");
|
|
77119
77131
|
};
|
|
77120
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77132
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ae = function (a) {
|
|
77121
77133
|
a.l("using System;");
|
|
77122
77134
|
a.l("using System.Collections.Generic;");
|
|
77123
|
-
if (!this.
|
|
77124
|
-
this.
|
|
77135
|
+
if (!this.al) {
|
|
77136
|
+
this.al = true;
|
|
77125
77137
|
}
|
|
77126
|
-
_super.prototype.
|
|
77138
|
+
_super.prototype.ae.call(this, a);
|
|
77127
77139
|
};
|
|
77128
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77129
|
-
_super.prototype.
|
|
77140
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ad = function (a) {
|
|
77141
|
+
_super.prototype.ad.call(this, a);
|
|
77130
77142
|
};
|
|
77131
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77143
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.w = function (a, b) {
|
|
77132
77144
|
if (b === void 0) {
|
|
77133
77145
|
b = false;
|
|
77134
77146
|
}
|
|
@@ -77139,22 +77151,22 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
77139
77151
|
}
|
|
77140
77152
|
return a;
|
|
77141
77153
|
};
|
|
77142
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77154
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.v = function (a) {
|
|
77143
77155
|
a = stringReplace(a, "-", "_");
|
|
77144
77156
|
return CodeGeneratingComponentRenderer.d5(a);
|
|
77145
77157
|
};
|
|
77146
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77158
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ap = function (a) {
|
|
77147
77159
|
a = stringReplace(a, "-", "_");
|
|
77148
77160
|
return "_" + CodeGeneratingComponentRenderer.d4(a);
|
|
77149
77161
|
};
|
|
77150
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77162
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ak = function (a, b, c, d, e) {
|
|
77151
77163
|
var e_9, _a;
|
|
77152
|
-
_super.prototype.
|
|
77153
|
-
var f = this.r(this.
|
|
77164
|
+
_super.prototype.ak.call(this, a, b, c, d, e);
|
|
77165
|
+
var f = this.r(this.w(a, true), this.w(a, false), b, c);
|
|
77154
77166
|
try {
|
|
77155
77167
|
for (var _b = __values(fromEnum(f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
77156
77168
|
var g = _c.value;
|
|
77157
|
-
this.
|
|
77169
|
+
this.ac(g, d, e);
|
|
77158
77170
|
}
|
|
77159
77171
|
}
|
|
77160
77172
|
catch (e_9_1) {
|
|
@@ -77171,82 +77183,82 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
77171
77183
|
}
|
|
77172
77184
|
}
|
|
77173
77185
|
d.l("");
|
|
77174
|
-
d.l("public class " + this.
|
|
77186
|
+
d.l("public class " + this.w(a, false));
|
|
77175
77187
|
d.h();
|
|
77176
|
-
d.l(": List<" + this.
|
|
77188
|
+
d.l(": List<" + this.w(a, true) + ">");
|
|
77177
77189
|
d.f();
|
|
77178
77190
|
d.l("{");
|
|
77179
77191
|
d.h();
|
|
77180
|
-
d.l("public " + this.
|
|
77192
|
+
d.l("public " + this.w(a, false) + "()");
|
|
77181
77193
|
d.l("{");
|
|
77182
77194
|
d.h();
|
|
77183
77195
|
};
|
|
77184
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77185
|
-
_super.prototype.
|
|
77186
|
-
var d = this.
|
|
77196
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ag = function (a, b, c) {
|
|
77197
|
+
_super.prototype.ag.call(this, a, b, c);
|
|
77198
|
+
var d = this.ap(a) + " = " + "new " + this.w(a, false) + "(); ";
|
|
77187
77199
|
var e = "";
|
|
77188
77200
|
if (this.n.platform == 5) {
|
|
77189
77201
|
e = " StateHasChanged();";
|
|
77190
77202
|
}
|
|
77191
77203
|
else {
|
|
77192
|
-
e = " OnPropertyChanged(\"" + this.
|
|
77204
|
+
e = " OnPropertyChanged(\"" + this.w(a, false) + "\");";
|
|
77193
77205
|
}
|
|
77194
77206
|
if (c != null && c.isAsync) {
|
|
77195
|
-
d = this.
|
|
77207
|
+
d = this.w(a, false) + ".Fetch().ContinueWith((t) => {" + this.ap(a) + " = t.Result; " + e + " });";
|
|
77196
77208
|
}
|
|
77197
|
-
this.g.l("private " + this.
|
|
77198
|
-
this.g.l("public " + this.
|
|
77209
|
+
this.g.l("private " + this.w(a, false) + " " + this.ap(a) + " = null;");
|
|
77210
|
+
this.g.l("public " + this.w(a, false) + " " + this.v(a));
|
|
77199
77211
|
this.g.l("{");
|
|
77200
77212
|
this.g.h();
|
|
77201
77213
|
this.g.l("get");
|
|
77202
77214
|
this.g.l("{");
|
|
77203
77215
|
this.g.h();
|
|
77204
|
-
this.g.l("if (" + this.
|
|
77216
|
+
this.g.l("if (" + this.ap(a) + " == null)");
|
|
77205
77217
|
this.g.l("{");
|
|
77206
77218
|
this.g.h();
|
|
77207
77219
|
this.g.l(d);
|
|
77208
77220
|
this.g.f();
|
|
77209
77221
|
this.g.l("}");
|
|
77210
|
-
this.g.l("return " + this.
|
|
77222
|
+
this.g.l("return " + this.ap(a) + ";");
|
|
77211
77223
|
this.g.f();
|
|
77212
77224
|
this.g.l("}");
|
|
77213
77225
|
this.g.f();
|
|
77214
77226
|
this.g.l("}");
|
|
77215
77227
|
this.g.l("");
|
|
77216
77228
|
};
|
|
77217
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77218
|
-
_super.prototype.
|
|
77219
|
-
this.g.l("private " + this.
|
|
77220
|
-
this.g.l("public " + this.
|
|
77229
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ah = function (a, b) {
|
|
77230
|
+
_super.prototype.ah.call(this, a, b);
|
|
77231
|
+
this.g.l("private " + this.am(b.e) + " " + this.ap(a) + " = " + this.an(b) + ";");
|
|
77232
|
+
this.g.l("public " + this.am(b.e) + " " + this.v(a));
|
|
77221
77233
|
this.g.l("{");
|
|
77222
77234
|
this.g.h();
|
|
77223
77235
|
this.g.l("get");
|
|
77224
77236
|
this.g.l("{");
|
|
77225
77237
|
this.g.h();
|
|
77226
|
-
this.g.l("return " + this.
|
|
77238
|
+
this.g.l("return " + this.ap(a) + ";");
|
|
77227
77239
|
this.g.f();
|
|
77228
77240
|
this.g.l("}");
|
|
77229
77241
|
this.g.f();
|
|
77230
77242
|
this.g.l("}");
|
|
77231
77243
|
this.g.l("");
|
|
77232
77244
|
};
|
|
77233
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77234
|
-
_super.prototype.
|
|
77235
|
-
this.g.l("private " + this.
|
|
77236
|
-
this.g.l("public " + this.
|
|
77245
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ai = function (a, b, c, d) {
|
|
77246
|
+
_super.prototype.ai.call(this, a, b, c, d);
|
|
77247
|
+
this.g.l("private " + this.w(a, false) + "Item " + this.ap(a) + " = null;");
|
|
77248
|
+
this.g.l("public " + this.w(a, false) + "Item " + this.v(a));
|
|
77237
77249
|
this.g.l("{");
|
|
77238
77250
|
this.g.h();
|
|
77239
77251
|
this.g.l("get");
|
|
77240
77252
|
this.g.l("{");
|
|
77241
77253
|
this.g.h();
|
|
77242
|
-
this.g.l("if (" + this.
|
|
77254
|
+
this.g.l("if (" + this.ap(a) + " == null)");
|
|
77243
77255
|
this.g.l("{");
|
|
77244
77256
|
this.g.h();
|
|
77245
77257
|
this.g.l("_" + a + " = ");
|
|
77246
|
-
this.
|
|
77258
|
+
this.aq(this.w(a, true), b, c, d, this.g);
|
|
77247
77259
|
this.g.f();
|
|
77248
77260
|
this.g.l("}");
|
|
77249
|
-
this.g.l("return " + this.
|
|
77261
|
+
this.g.l("return " + this.ap(a) + ";");
|
|
77250
77262
|
this.g.f();
|
|
77251
77263
|
this.g.l("}");
|
|
77252
77264
|
this.g.f();
|
|
@@ -77256,19 +77268,19 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
77256
77268
|
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.get_s = function () {
|
|
77257
77269
|
return ".cs";
|
|
77258
77270
|
};
|
|
77259
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77271
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ac = function (a, b, c) {
|
|
77260
77272
|
b.l("public class " + a.d);
|
|
77261
77273
|
b.l("{");
|
|
77262
77274
|
b.h();
|
|
77263
77275
|
for (var d = 0; d < a.a.length; d++) {
|
|
77264
77276
|
var e = a.a[d];
|
|
77265
77277
|
var f = a.b[d];
|
|
77266
|
-
b.l("public " + this.
|
|
77278
|
+
b.l("public " + this.ao(a, e, f) + " " + this.v(e) + " { get; set; }");
|
|
77267
77279
|
}
|
|
77268
77280
|
b.f();
|
|
77269
77281
|
b.l("}");
|
|
77270
77282
|
};
|
|
77271
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77283
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.am = function (a) {
|
|
77272
77284
|
switch (a) {
|
|
77273
77285
|
case 1: return "bool";
|
|
77274
77286
|
case 0: return "double";
|
|
@@ -77277,12 +77289,12 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
77277
77289
|
}
|
|
77278
77290
|
return "object";
|
|
77279
77291
|
};
|
|
77280
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77292
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ao = function (a, b, c) {
|
|
77281
77293
|
if (c.d) {
|
|
77282
|
-
return "List<" + a.d + "_" + this.
|
|
77294
|
+
return "List<" + a.d + "_" + this.v(b) + "Item>";
|
|
77283
77295
|
}
|
|
77284
77296
|
else if (c.f) {
|
|
77285
|
-
return a.d + "_" + this.
|
|
77297
|
+
return a.d + "_" + this.v(b);
|
|
77286
77298
|
}
|
|
77287
77299
|
else {
|
|
77288
77300
|
switch (c.c) {
|
|
@@ -77294,20 +77306,20 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
77294
77306
|
}
|
|
77295
77307
|
return "object";
|
|
77296
77308
|
};
|
|
77297
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77298
|
-
_super.prototype.
|
|
77309
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.aj = function (a, b, c, d) {
|
|
77310
|
+
_super.prototype.aj.call(this, a, b, c, d);
|
|
77299
77311
|
d.f();
|
|
77300
77312
|
d.l("}");
|
|
77301
77313
|
d.f();
|
|
77302
77314
|
d.l("}");
|
|
77303
77315
|
};
|
|
77304
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77305
|
-
_super.prototype.
|
|
77316
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.x = function (a, b, c, d, e, f) {
|
|
77317
|
+
_super.prototype.x.call(this, a, b, c, d, e, f);
|
|
77306
77318
|
f.j("this.Add(");
|
|
77307
|
-
this.
|
|
77319
|
+
this.aq(this.w(a, true), b, c, d, f);
|
|
77308
77320
|
f.l(");");
|
|
77309
77321
|
};
|
|
77310
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77322
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.aq = function (a, b, c, d, e) {
|
|
77311
77323
|
if (d == null) {
|
|
77312
77324
|
e.j("null");
|
|
77313
77325
|
return;
|
|
@@ -77322,7 +77334,7 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
77322
77334
|
if (g > 0) {
|
|
77323
77335
|
e.l(",");
|
|
77324
77336
|
}
|
|
77325
|
-
this.
|
|
77337
|
+
this.aq(a, b, c, f.items[g], e);
|
|
77326
77338
|
}
|
|
77327
77339
|
}
|
|
77328
77340
|
e.f();
|
|
@@ -77344,12 +77356,12 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
77344
77356
|
}
|
|
77345
77357
|
e.j(j + " = ");
|
|
77346
77358
|
if (k.d) {
|
|
77347
|
-
var l = a + "_" + this.
|
|
77348
|
-
this.
|
|
77359
|
+
var l = a + "_" + this.v(j) + "Item";
|
|
77360
|
+
this.aq(l, k.a, k.b, h.item(j), e);
|
|
77349
77361
|
}
|
|
77350
77362
|
else if (k.f) {
|
|
77351
|
-
var m = a + "_" + this.
|
|
77352
|
-
this.
|
|
77363
|
+
var m = a + "_" + this.v(j);
|
|
77364
|
+
this.aq(m, k.a, k.b, h.item(j), e);
|
|
77353
77365
|
}
|
|
77354
77366
|
else {
|
|
77355
77367
|
var n = h.item(j);
|
|
@@ -77379,7 +77391,7 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
77379
77391
|
}
|
|
77380
77392
|
return "";
|
|
77381
77393
|
};
|
|
77382
|
-
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.
|
|
77394
|
+
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.an = function (a) {
|
|
77383
77395
|
switch (a.e) {
|
|
77384
77396
|
case 1: return (a.value ? "true" : "false");
|
|
77385
77397
|
case 0: return (a.value.toString());
|
|
@@ -77870,7 +77882,7 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
77870
77882
|
}
|
|
77871
77883
|
{
|
|
77872
77884
|
var n = this.dr(this.dw, b);
|
|
77873
|
-
n.
|
|
77885
|
+
n.ab(this.d1);
|
|
77874
77886
|
}
|
|
77875
77887
|
var o = this.ds(this.dw, b);
|
|
77876
77888
|
var p = new List$1(String_$type, 0);
|