igniteui-angular-core 14.0.0 → 14.1.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/bundles/igniteui-angular-core.umd.js +960 -730
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +382 -314
- package/esm2015/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererModuleEmitter.js +14 -11
- package/esm2015/lib/CodeGeneratingRendererResult.js +56 -44
- package/esm2015/lib/CodeGenerationFolderTemplate.js +41 -37
- package/esm2015/lib/ComponentRendererAdapter.js +3 -0
- package/esm2015/lib/ComponentRenderer_combined.js +1 -1
- package/esm2015/lib/DescriptionSerializer.js +70 -56
- package/esm2015/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +24 -22
- package/esm2015/lib/StackedFragmentSeriesDescription.js +121 -121
- package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +36 -34
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescription.js +3 -3
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +3 -1
- package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescription.js +36 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +38 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +449 -363
- package/esm5/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingComponentRendererModuleEmitter.js +18 -11
- package/esm5/lib/CodeGeneratingRendererResult.js +95 -66
- package/esm5/lib/CodeGenerationFolderTemplate.js +40 -36
- package/esm5/lib/ComponentRendererAdapter.js +3 -0
- package/esm5/lib/ComponentRenderer_combined.js +1 -1
- package/esm5/lib/DescriptionSerializer.js +70 -56
- package/esm5/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +24 -22
- package/esm5/lib/StackedFragmentSeriesDescription.js +120 -120
- package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +36 -34
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescription.js +2 -2
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +3 -1
- package/esm5/lib/WebTreeSelectionOptionsEventDetailDescription.js +46 -0
- package/esm5/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +42 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-core.js +837 -658
- package/fesm5/igniteui-angular-core.js +959 -731
- package/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.d.ts +3 -3
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +120 -114
- package/lib/CodeGeneratingComponentRendererModuleEmitter.d.ts +6 -5
- package/lib/CodeGeneratingRendererResult.d.ts +15 -12
- package/lib/DescriptionSerializer.d.ts +7 -6
- package/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.d.ts +7 -7
- package/lib/StackedFragmentSeriesDescription.d.ts +46 -46
- package/lib/TSCodeGeneratingComponentRendererModuleEmitter.d.ts +7 -7
- package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +3 -3
- package/lib/WebTreeSelectionOptionsEventDetailDescription.d.ts +17 -0
- package/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.d.ts +13 -0
- package/package.json +1 -1
- package/public_api.d.ts +2 -0
|
@@ -58899,6 +58899,9 @@
|
|
|
58899
58899
|
if (propertyName.endsWith("Ocurred")) {
|
|
58900
58900
|
propertyName = propertyName.replace("Ocurred", "");
|
|
58901
58901
|
}
|
|
58902
|
+
if (propertyName.toLowerCase() == "selectionchanged") {
|
|
58903
|
+
propertyName = "selection";
|
|
58904
|
+
}
|
|
58902
58905
|
var eventId = "igc" + TypeDescriptionMetadata.toPascal(propertyName);
|
|
58903
58906
|
if (value) {
|
|
58904
58907
|
target.addEventListener(eventId, value);
|
|
@@ -59508,21 +59511,22 @@
|
|
|
59508
59511
|
tslib.__extends(CodeGeneratingRendererResult, _super);
|
|
59509
59512
|
function CodeGeneratingRendererResult() {
|
|
59510
59513
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
59511
|
-
_this.
|
|
59514
|
+
_this.p = new List$1(CodeGenerationItemBuilderPropertyInfo.$, 0);
|
|
59512
59515
|
_this._platform = 0;
|
|
59513
59516
|
_this._generationOptions = null;
|
|
59517
|
+
_this.k = new Dictionary$2(String_$type, List$1.$.specialize(String_$type), 0);
|
|
59518
|
+
_this.m = new Dictionary$2(String_$type, List$1.$.specialize(CodeGeneratingImportManager.$), 0);
|
|
59514
59519
|
_this.j = new Dictionary$2(String_$type, List$1.$.specialize(String_$type), 0);
|
|
59515
|
-
_this.
|
|
59516
|
-
_this.i = new Dictionary$2(String_$type, List$1.$.specialize(String_$type), 0);
|
|
59517
|
-
_this.g = new Dictionary$2(String_$type, Number_$type, 0);
|
|
59518
|
-
_this.m = new Dictionary$2(String_$type, String_$type, 0);
|
|
59519
|
-
_this.k = new Dictionary$2(String_$type, String_$type, 0);
|
|
59520
|
+
_this.o = new HashSet$1(String_$type, 0);
|
|
59520
59521
|
_this.h = new Dictionary$2(String_$type, Number_$type, 0);
|
|
59522
|
+
_this.n = new Dictionary$2(String_$type, String_$type, 0);
|
|
59523
|
+
_this.l = new Dictionary$2(String_$type, String_$type, 0);
|
|
59524
|
+
_this.i = new Dictionary$2(String_$type, Number_$type, 0);
|
|
59521
59525
|
return _this;
|
|
59522
59526
|
}
|
|
59523
|
-
Object.defineProperty(CodeGeneratingRendererResult.prototype, "
|
|
59527
|
+
Object.defineProperty(CodeGeneratingRendererResult.prototype, "s", {
|
|
59524
59528
|
get: function () {
|
|
59525
|
-
return this.
|
|
59529
|
+
return this.p;
|
|
59526
59530
|
},
|
|
59527
59531
|
enumerable: false,
|
|
59528
59532
|
configurable: true
|
|
@@ -59547,32 +59551,35 @@
|
|
|
59547
59551
|
enumerable: false,
|
|
59548
59552
|
configurable: true
|
|
59549
59553
|
});
|
|
59554
|
+
CodeGeneratingRendererResult.prototype.addPackageRef = function (a) {
|
|
59555
|
+
this.o.add_1(a);
|
|
59556
|
+
};
|
|
59550
59557
|
CodeGeneratingRendererResult.prototype.addContainerResult = function (a, b) {
|
|
59551
|
-
if (!this.
|
|
59552
|
-
this.
|
|
59558
|
+
if (!this.k.containsKey(a)) {
|
|
59559
|
+
this.k.addItem(a, new List$1(String_$type, 0));
|
|
59553
59560
|
}
|
|
59554
|
-
var c = this.
|
|
59561
|
+
var c = this.k.item(a);
|
|
59555
59562
|
c.add(b);
|
|
59556
59563
|
};
|
|
59557
59564
|
CodeGeneratingRendererResult.prototype.addImportResult = function (a, b) {
|
|
59558
|
-
if (!this.
|
|
59559
|
-
this.
|
|
59565
|
+
if (!this.m.containsKey(a)) {
|
|
59566
|
+
this.m.addItem(a, new List$1(CodeGeneratingImportManager.$, 0));
|
|
59560
59567
|
}
|
|
59561
|
-
var c = this.
|
|
59568
|
+
var c = this.m.item(a);
|
|
59562
59569
|
c.add(b);
|
|
59563
59570
|
};
|
|
59564
59571
|
CodeGeneratingRendererResult.prototype.addContainerNewFileResult = function (a, b) {
|
|
59565
|
-
if (!this.
|
|
59566
|
-
this.
|
|
59572
|
+
if (!this.j.containsKey(a)) {
|
|
59573
|
+
this.j.addItem(a, new List$1(String_$type, 0));
|
|
59567
59574
|
}
|
|
59568
|
-
var c = this.
|
|
59575
|
+
var c = this.j.item(a);
|
|
59569
59576
|
c.add(b);
|
|
59570
59577
|
};
|
|
59571
|
-
CodeGeneratingRendererResult.prototype.
|
|
59578
|
+
CodeGeneratingRendererResult.prototype.getPackages = function () {
|
|
59572
59579
|
var e_1, _a;
|
|
59573
59580
|
var a = new List$1(String_$type, 0);
|
|
59574
59581
|
try {
|
|
59575
|
-
for (var _b = tslib.__values(fromEnum(this.
|
|
59582
|
+
for (var _b = tslib.__values(fromEnum(this.o)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
59576
59583
|
var b = _c.value;
|
|
59577
59584
|
a.add(b);
|
|
59578
59585
|
}
|
|
@@ -59592,11 +59599,11 @@
|
|
|
59592
59599
|
}
|
|
59593
59600
|
return a.toArray();
|
|
59594
59601
|
};
|
|
59595
|
-
CodeGeneratingRendererResult.prototype.
|
|
59602
|
+
CodeGeneratingRendererResult.prototype.getKeys = function () {
|
|
59596
59603
|
var e_2, _a;
|
|
59597
59604
|
var a = new List$1(String_$type, 0);
|
|
59598
59605
|
try {
|
|
59599
|
-
for (var _b = tslib.__values(fromEnum(this.
|
|
59606
|
+
for (var _b = tslib.__values(fromEnum(this.k.keys)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
59600
59607
|
var b = _c.value;
|
|
59601
59608
|
a.add(b);
|
|
59602
59609
|
}
|
|
@@ -59616,12 +59623,36 @@
|
|
|
59616
59623
|
}
|
|
59617
59624
|
return a.toArray();
|
|
59618
59625
|
};
|
|
59619
|
-
CodeGeneratingRendererResult.prototype.
|
|
59626
|
+
CodeGeneratingRendererResult.prototype.getImportsKeys = function () {
|
|
59620
59627
|
var e_3, _a;
|
|
59621
|
-
|
|
59628
|
+
var a = new List$1(String_$type, 0);
|
|
59629
|
+
try {
|
|
59630
|
+
for (var _b = tslib.__values(fromEnum(this.m.keys)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
59631
|
+
var b = _c.value;
|
|
59632
|
+
a.add(b);
|
|
59633
|
+
}
|
|
59634
|
+
}
|
|
59635
|
+
catch (e_3_1) {
|
|
59636
|
+
e_3 = { error: e_3_1 };
|
|
59637
|
+
}
|
|
59638
|
+
finally {
|
|
59639
|
+
try {
|
|
59640
|
+
if (_c && !_c.done && (_a = _b.return))
|
|
59641
|
+
_a.call(_b);
|
|
59642
|
+
}
|
|
59643
|
+
finally {
|
|
59644
|
+
if (e_3)
|
|
59645
|
+
throw e_3.error;
|
|
59646
|
+
}
|
|
59647
|
+
}
|
|
59648
|
+
return a.toArray();
|
|
59649
|
+
};
|
|
59650
|
+
CodeGeneratingRendererResult.prototype.getContentForKey = function (a) {
|
|
59651
|
+
var e_4, _a;
|
|
59652
|
+
if (!this.k.containsKey(a)) {
|
|
59622
59653
|
return "";
|
|
59623
59654
|
}
|
|
59624
|
-
var b = this.
|
|
59655
|
+
var b = this.k.item(a);
|
|
59625
59656
|
if (b.count == 1) {
|
|
59626
59657
|
return b._inner[0];
|
|
59627
59658
|
}
|
|
@@ -59632,8 +59663,8 @@
|
|
|
59632
59663
|
c += d;
|
|
59633
59664
|
}
|
|
59634
59665
|
}
|
|
59635
|
-
catch (
|
|
59636
|
-
|
|
59666
|
+
catch (e_4_1) {
|
|
59667
|
+
e_4 = { error: e_4_1 };
|
|
59637
59668
|
}
|
|
59638
59669
|
finally {
|
|
59639
59670
|
try {
|
|
@@ -59641,41 +59672,41 @@
|
|
|
59641
59672
|
_a.call(_b);
|
|
59642
59673
|
}
|
|
59643
59674
|
finally {
|
|
59644
|
-
if (
|
|
59645
|
-
throw
|
|
59675
|
+
if (e_4)
|
|
59676
|
+
throw e_4.error;
|
|
59646
59677
|
}
|
|
59647
59678
|
}
|
|
59648
59679
|
return c;
|
|
59649
59680
|
};
|
|
59650
|
-
CodeGeneratingRendererResult.prototype.
|
|
59651
|
-
if (!this.
|
|
59681
|
+
CodeGeneratingRendererResult.prototype.q = function (a) {
|
|
59682
|
+
if (!this.m.containsKey(a)) {
|
|
59652
59683
|
return null;
|
|
59653
59684
|
}
|
|
59654
|
-
return this.
|
|
59685
|
+
return this.m.item(a);
|
|
59655
59686
|
};
|
|
59656
|
-
CodeGeneratingRendererResult.prototype.
|
|
59657
|
-
if (!this.
|
|
59658
|
-
this.
|
|
59687
|
+
CodeGeneratingRendererResult.prototype.t = function (a) {
|
|
59688
|
+
if (!this.h.containsKey(a)) {
|
|
59689
|
+
this.h.item(a, 1);
|
|
59659
59690
|
}
|
|
59660
|
-
var b = this.
|
|
59691
|
+
var b = this.h.item(a);
|
|
59661
59692
|
var c = a + b;
|
|
59662
|
-
this.
|
|
59693
|
+
this.h.item(a, b + 1);
|
|
59663
59694
|
return c;
|
|
59664
59695
|
};
|
|
59665
|
-
CodeGeneratingRendererResult.prototype.
|
|
59666
|
-
this.
|
|
59696
|
+
CodeGeneratingRendererResult.prototype.ae = function (a) {
|
|
59697
|
+
this.p.add(a);
|
|
59667
59698
|
};
|
|
59668
59699
|
CodeGeneratingRendererResult.prototype.getNewFiles = function () {
|
|
59669
|
-
var
|
|
59700
|
+
var e_5, _a;
|
|
59670
59701
|
var a = new List$1(String_$type, 0);
|
|
59671
59702
|
try {
|
|
59672
|
-
for (var _b = tslib.__values(fromEnum(this.
|
|
59703
|
+
for (var _b = tslib.__values(fromEnum(this.j.keys)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
59673
59704
|
var b = _c.value;
|
|
59674
59705
|
a.add(b);
|
|
59675
59706
|
}
|
|
59676
59707
|
}
|
|
59677
|
-
catch (
|
|
59678
|
-
|
|
59708
|
+
catch (e_5_1) {
|
|
59709
|
+
e_5 = { error: e_5_1 };
|
|
59679
59710
|
}
|
|
59680
59711
|
finally {
|
|
59681
59712
|
try {
|
|
@@ -59683,15 +59714,15 @@
|
|
|
59683
59714
|
_a.call(_b);
|
|
59684
59715
|
}
|
|
59685
59716
|
finally {
|
|
59686
|
-
if (
|
|
59687
|
-
throw
|
|
59717
|
+
if (e_5)
|
|
59718
|
+
throw e_5.error;
|
|
59688
59719
|
}
|
|
59689
59720
|
}
|
|
59690
59721
|
return a;
|
|
59691
59722
|
};
|
|
59692
59723
|
CodeGeneratingRendererResult.prototype.getNewFileContent = function (a) {
|
|
59693
|
-
var
|
|
59694
|
-
var b = this.
|
|
59724
|
+
var e_6, _a;
|
|
59725
|
+
var b = this.j.item(a);
|
|
59695
59726
|
var c = "";
|
|
59696
59727
|
try {
|
|
59697
59728
|
for (var _b = tslib.__values(fromEnum(b)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -59699,8 +59730,8 @@
|
|
|
59699
59730
|
c += d;
|
|
59700
59731
|
}
|
|
59701
59732
|
}
|
|
59702
|
-
catch (
|
|
59703
|
-
|
|
59733
|
+
catch (e_6_1) {
|
|
59734
|
+
e_6 = { error: e_6_1 };
|
|
59704
59735
|
}
|
|
59705
59736
|
finally {
|
|
59706
59737
|
try {
|
|
@@ -59708,26 +59739,26 @@
|
|
|
59708
59739
|
_a.call(_b);
|
|
59709
59740
|
}
|
|
59710
59741
|
finally {
|
|
59711
|
-
if (
|
|
59712
|
-
throw
|
|
59742
|
+
if (e_6)
|
|
59743
|
+
throw e_6.error;
|
|
59713
59744
|
}
|
|
59714
59745
|
}
|
|
59715
59746
|
return c;
|
|
59716
59747
|
};
|
|
59717
59748
|
CodeGeneratingRendererResult.prototype.defineString = function (a, b) {
|
|
59718
|
-
this.
|
|
59749
|
+
this.n.item(a, b);
|
|
59719
59750
|
};
|
|
59720
59751
|
CodeGeneratingRendererResult.prototype.getStringNames = function () {
|
|
59721
|
-
var
|
|
59752
|
+
var e_7, _a;
|
|
59722
59753
|
var a = new List$1(String_$type, 0);
|
|
59723
59754
|
try {
|
|
59724
|
-
for (var _b = tslib.__values(fromEnum(this.
|
|
59755
|
+
for (var _b = tslib.__values(fromEnum(this.n.keys)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
59725
59756
|
var b = _c.value;
|
|
59726
59757
|
a.add(b);
|
|
59727
59758
|
}
|
|
59728
59759
|
}
|
|
59729
|
-
catch (
|
|
59730
|
-
|
|
59760
|
+
catch (e_7_1) {
|
|
59761
|
+
e_7 = { error: e_7_1 };
|
|
59731
59762
|
}
|
|
59732
59763
|
finally {
|
|
59733
59764
|
try {
|
|
@@ -59735,34 +59766,34 @@
|
|
|
59735
59766
|
_a.call(_b);
|
|
59736
59767
|
}
|
|
59737
59768
|
finally {
|
|
59738
|
-
if (
|
|
59739
|
-
throw
|
|
59769
|
+
if (e_7)
|
|
59770
|
+
throw e_7.error;
|
|
59740
59771
|
}
|
|
59741
59772
|
}
|
|
59742
59773
|
return a.toArray();
|
|
59743
59774
|
};
|
|
59744
59775
|
CodeGeneratingRendererResult.prototype.getString = function (a) {
|
|
59745
|
-
return this.
|
|
59776
|
+
return this.n.item(a);
|
|
59746
59777
|
};
|
|
59747
59778
|
CodeGeneratingRendererResult.prototype.trackDescriptionField = function (a, b) {
|
|
59748
|
-
this.
|
|
59779
|
+
this.l.item(a, b);
|
|
59749
59780
|
};
|
|
59750
59781
|
CodeGeneratingRendererResult.prototype.hasDescription = function (a) {
|
|
59751
|
-
return this.
|
|
59782
|
+
return this.l.containsKey(a);
|
|
59752
59783
|
};
|
|
59753
59784
|
CodeGeneratingRendererResult.prototype.getDescriptionField = function (a) {
|
|
59754
|
-
return this.
|
|
59785
|
+
return this.l.item(a);
|
|
59755
59786
|
};
|
|
59756
|
-
CodeGeneratingRendererResult.prototype.
|
|
59787
|
+
CodeGeneratingRendererResult.prototype.u = function (a) {
|
|
59757
59788
|
var b = 0;
|
|
59758
|
-
if (!this.
|
|
59759
|
-
this.
|
|
59789
|
+
if (!this.i.containsKey(a)) {
|
|
59790
|
+
this.i.addItem(a, b);
|
|
59760
59791
|
}
|
|
59761
59792
|
else {
|
|
59762
|
-
b = this.
|
|
59793
|
+
b = this.i.item(a);
|
|
59763
59794
|
}
|
|
59764
59795
|
b++;
|
|
59765
|
-
this.
|
|
59796
|
+
this.i.item(a, b);
|
|
59766
59797
|
return a + b;
|
|
59767
59798
|
};
|
|
59768
59799
|
CodeGeneratingRendererResult.$t = markType(CodeGeneratingRendererResult, 'CodeGeneratingRendererResult');
|
|
@@ -60772,8 +60803,8 @@
|
|
|
60772
60803
|
}
|
|
60773
60804
|
}
|
|
60774
60805
|
var n = new HashSet$1(String_$type, 0);
|
|
60775
|
-
for (var o = 0; o < this.m.
|
|
60776
|
-
var p = this.m.
|
|
60806
|
+
for (var o = 0; o < this.m.s.count; o++) {
|
|
60807
|
+
var p = this.m.s._inner[o];
|
|
60777
60808
|
if (p.a != null && p.c == null) {
|
|
60778
60809
|
if (this.o.library != null && this.o.library.hasItem(p.a.e)) {
|
|
60779
60810
|
if (n.contains(p.a.e)) {
|
|
@@ -62034,14 +62065,14 @@
|
|
|
62034
62065
|
_this.e = false;
|
|
62035
62066
|
return _this;
|
|
62036
62067
|
}
|
|
62037
|
-
DescriptionSerializer.prototype.
|
|
62068
|
+
DescriptionSerializer.prototype.p = function (a, b) {
|
|
62038
62069
|
var c = DescriptionTreeBuilder.createTree(a, b);
|
|
62039
62070
|
var d = new DescriptionSerializerBuilder();
|
|
62040
|
-
this.
|
|
62071
|
+
this.q(a, c, d);
|
|
62041
62072
|
return d.toString();
|
|
62042
62073
|
};
|
|
62043
|
-
DescriptionSerializer.prototype.
|
|
62044
|
-
this.
|
|
62074
|
+
DescriptionSerializer.prototype.t = function (a, b, c) {
|
|
62075
|
+
this.q(a, b, c);
|
|
62045
62076
|
};
|
|
62046
62077
|
DescriptionSerializer.prototype.c = function (a, b) {
|
|
62047
62078
|
var c = new JsonDictionaryParser();
|
|
@@ -62066,7 +62097,7 @@
|
|
|
62066
62097
|
this.e = false;
|
|
62067
62098
|
return g;
|
|
62068
62099
|
};
|
|
62069
|
-
DescriptionSerializer.prototype.
|
|
62100
|
+
DescriptionSerializer.prototype.v = function (a, b, c, d, e) {
|
|
62070
62101
|
if (this.g) {
|
|
62071
62102
|
a.w(b, c, d, e);
|
|
62072
62103
|
}
|
|
@@ -62130,14 +62161,14 @@
|
|
|
62130
62161
|
break;
|
|
62131
62162
|
}
|
|
62132
62163
|
if (!this.e) {
|
|
62133
|
-
this.
|
|
62164
|
+
this.v(a, h, k, l, q);
|
|
62134
62165
|
}
|
|
62135
62166
|
}
|
|
62136
62167
|
else if (typeCast(JsonDictionaryObject.$, p) !== null) {
|
|
62137
62168
|
var r = p;
|
|
62138
62169
|
var s = this.b(a, r, l.knownType);
|
|
62139
62170
|
f.e(s);
|
|
62140
|
-
this.
|
|
62171
|
+
this.v(a, h, k, l, s.result);
|
|
62141
62172
|
}
|
|
62142
62173
|
else if (typeCast(JsonDictionaryArray.$, p) !== null) {
|
|
62143
62174
|
var t = p;
|
|
@@ -62151,50 +62182,64 @@
|
|
|
62151
62182
|
u = l.collectionElementType;
|
|
62152
62183
|
}
|
|
62153
62184
|
var w = this.a(f, a, t, u);
|
|
62185
|
+
if (this.f) {
|
|
62186
|
+
if (l.propertyName.toLowerCase() == "includedproperties" || l.propertyName.toLowerCase() == "excludedproperties") {
|
|
62187
|
+
var x = w;
|
|
62188
|
+
var y = new Array(x.length);
|
|
62189
|
+
for (var z = 0; z < x.length; z++) {
|
|
62190
|
+
y[z] = this.n(x[z]);
|
|
62191
|
+
}
|
|
62192
|
+
w = y;
|
|
62193
|
+
}
|
|
62194
|
+
}
|
|
62154
62195
|
if (!this.e || v) {
|
|
62155
|
-
this.
|
|
62196
|
+
this.v(a, h, k, l, w);
|
|
62156
62197
|
}
|
|
62157
62198
|
}
|
|
62158
62199
|
else {
|
|
62159
|
-
var
|
|
62160
|
-
if (
|
|
62161
|
-
|
|
62200
|
+
var aa = l.specificExternalType;
|
|
62201
|
+
if (aa == null && l.knownType == 3) {
|
|
62202
|
+
aa = "DateTime";
|
|
62162
62203
|
}
|
|
62163
|
-
if (
|
|
62164
|
-
|
|
62204
|
+
if (aa == null) {
|
|
62205
|
+
aa = "String";
|
|
62165
62206
|
}
|
|
62166
|
-
var
|
|
62167
|
-
var
|
|
62207
|
+
var ab = p;
|
|
62208
|
+
var ac = this.j(f, a, ab, aa);
|
|
62168
62209
|
if (this.f) {
|
|
62169
|
-
if (stringEndsWith(l.propertyName, "MemberPath") || (g != null && stringEndsWith(g, "Axis") && l.propertyName.toLowerCase() == "label")) {
|
|
62170
|
-
|
|
62171
|
-
if (this.i != null) {
|
|
62172
|
-
z = this.i(aa);
|
|
62173
|
-
}
|
|
62174
|
-
else {
|
|
62175
|
-
if (stringStartsWith(aa, "{")) {
|
|
62176
|
-
if (!stringStartsWith(aa, "{[")) {
|
|
62177
|
-
aa = aa.substr(1, aa.length - 2);
|
|
62178
|
-
aa = "{[" + aa + "]}";
|
|
62179
|
-
z = aa;
|
|
62180
|
-
}
|
|
62181
|
-
}
|
|
62182
|
-
else {
|
|
62183
|
-
if (!stringStartsWith(aa, "[")) {
|
|
62184
|
-
aa = "[" + aa + "]";
|
|
62185
|
-
z = aa;
|
|
62186
|
-
}
|
|
62187
|
-
}
|
|
62188
|
-
}
|
|
62210
|
+
if (stringEndsWith(l.propertyName, "MemberPath") || stringEndsWith(l.propertyName.toLowerCase(), "field") || (g != null && stringEndsWith(g, "Axis") && l.propertyName.toLowerCase() == "label")) {
|
|
62211
|
+
ac = this.n(ac);
|
|
62189
62212
|
}
|
|
62190
62213
|
}
|
|
62191
62214
|
if (!this.e) {
|
|
62192
|
-
this.
|
|
62215
|
+
this.v(a, h, k, l, ac);
|
|
62193
62216
|
}
|
|
62194
62217
|
}
|
|
62195
62218
|
}
|
|
62196
62219
|
return f;
|
|
62197
62220
|
};
|
|
62221
|
+
DescriptionSerializer.prototype.n = function (a) {
|
|
62222
|
+
var b = a.toString();
|
|
62223
|
+
if (this.i != null) {
|
|
62224
|
+
a = this.i(b);
|
|
62225
|
+
}
|
|
62226
|
+
else {
|
|
62227
|
+
if (stringStartsWith(b, "{")) {
|
|
62228
|
+
if (!stringStartsWith(b, "{[")) {
|
|
62229
|
+
b = b.substr(1, b.length - 2);
|
|
62230
|
+
b = "{[" + b + "]}";
|
|
62231
|
+
a = b;
|
|
62232
|
+
}
|
|
62233
|
+
}
|
|
62234
|
+
else {
|
|
62235
|
+
if (!stringStartsWith(b, "[")) {
|
|
62236
|
+
b = "[" + b + "]";
|
|
62237
|
+
a = b;
|
|
62238
|
+
}
|
|
62239
|
+
}
|
|
62240
|
+
}
|
|
62241
|
+
return a;
|
|
62242
|
+
};
|
|
62198
62243
|
DescriptionSerializer.prototype.k = function (a, b) {
|
|
62199
62244
|
if (b == null) {
|
|
62200
62245
|
return null;
|
|
@@ -62313,7 +62358,7 @@
|
|
|
62313
62358
|
return c.value;
|
|
62314
62359
|
}
|
|
62315
62360
|
};
|
|
62316
|
-
DescriptionSerializer.prototype.
|
|
62361
|
+
DescriptionSerializer.prototype.q = function (a, b, c) {
|
|
62317
62362
|
c.f("{");
|
|
62318
62363
|
c.i();
|
|
62319
62364
|
c.f("\"type\": \"" + b.h + "\"");
|
|
@@ -62323,25 +62368,25 @@
|
|
|
62323
62368
|
if (e >= 0) {
|
|
62324
62369
|
c.f(",");
|
|
62325
62370
|
}
|
|
62326
|
-
this.
|
|
62371
|
+
this.r(a, b, f, c);
|
|
62327
62372
|
}
|
|
62328
62373
|
c.h();
|
|
62329
62374
|
c.f("}");
|
|
62330
62375
|
};
|
|
62331
|
-
DescriptionSerializer.prototype.
|
|
62376
|
+
DescriptionSerializer.prototype.o = function (a) {
|
|
62332
62377
|
if (a == null) {
|
|
62333
62378
|
return null;
|
|
62334
62379
|
}
|
|
62335
62380
|
return a.substr(0, 1).toLowerCase() + a.substr(1);
|
|
62336
62381
|
};
|
|
62337
|
-
DescriptionSerializer.prototype.
|
|
62382
|
+
DescriptionSerializer.prototype.r = function (a, b, c, d) {
|
|
62338
62383
|
if (c.c.toLowerCase() == "type") {
|
|
62339
62384
|
return;
|
|
62340
62385
|
}
|
|
62341
|
-
d.e("\"" + this.
|
|
62342
|
-
this.
|
|
62386
|
+
d.e("\"" + this.o(c.c) + "\": ");
|
|
62387
|
+
this.u(a, b, c, c.b, d);
|
|
62343
62388
|
};
|
|
62344
|
-
DescriptionSerializer.prototype.
|
|
62389
|
+
DescriptionSerializer.prototype.u = function (a, b, c, d, e) {
|
|
62345
62390
|
var f = 2;
|
|
62346
62391
|
if (c.a != null) {
|
|
62347
62392
|
f = c.a.knownType;
|
|
@@ -62363,17 +62408,17 @@
|
|
|
62363
62408
|
}
|
|
62364
62409
|
var j = h;
|
|
62365
62410
|
if (typeCast(DescriptionTreeNode.$, g[i]) !== null) {
|
|
62366
|
-
this.
|
|
62411
|
+
this.q(a, g[i], e);
|
|
62367
62412
|
}
|
|
62368
62413
|
else {
|
|
62369
|
-
this.
|
|
62414
|
+
this.s(a, h, g[i], e);
|
|
62370
62415
|
}
|
|
62371
62416
|
}
|
|
62372
62417
|
e.e("]");
|
|
62373
62418
|
}
|
|
62374
62419
|
break;
|
|
62375
62420
|
case 7:
|
|
62376
|
-
this.
|
|
62421
|
+
this.s(a, "Boolean", d, e);
|
|
62377
62422
|
break;
|
|
62378
62423
|
case 9:
|
|
62379
62424
|
{
|
|
@@ -62386,10 +62431,10 @@
|
|
|
62386
62431
|
}
|
|
62387
62432
|
var n = l;
|
|
62388
62433
|
if (typeCast(DescriptionTreeNode.$, k[m]) !== null) {
|
|
62389
|
-
this.
|
|
62434
|
+
this.q(a, k[m], e);
|
|
62390
62435
|
}
|
|
62391
62436
|
else {
|
|
62392
|
-
this.
|
|
62437
|
+
this.s(a, l, k[m], e);
|
|
62393
62438
|
}
|
|
62394
62439
|
}
|
|
62395
62440
|
e.e("]");
|
|
@@ -62401,29 +62446,29 @@
|
|
|
62401
62446
|
case 20:
|
|
62402
62447
|
case 5:
|
|
62403
62448
|
case 2:
|
|
62404
|
-
this.
|
|
62449
|
+
this.s(a, "String", d, e);
|
|
62405
62450
|
break;
|
|
62406
62451
|
case 3:
|
|
62407
|
-
this.
|
|
62452
|
+
this.s(a, "DateTime", d, e);
|
|
62408
62453
|
break;
|
|
62409
62454
|
case 8:
|
|
62410
62455
|
if (c.a.specificExternalType.toLowerCase() == "string") {
|
|
62411
|
-
this.
|
|
62456
|
+
this.s(a, "String", d, e);
|
|
62412
62457
|
}
|
|
62413
62458
|
else {
|
|
62414
|
-
this.
|
|
62459
|
+
this.q(a, d, e);
|
|
62415
62460
|
}
|
|
62416
62461
|
break;
|
|
62417
62462
|
case 1:
|
|
62418
|
-
this.
|
|
62463
|
+
this.s(a, "Double", d, e);
|
|
62419
62464
|
break;
|
|
62420
62465
|
case 14:
|
|
62421
62466
|
case 12:
|
|
62422
62467
|
case 11:
|
|
62423
|
-
this.
|
|
62468
|
+
this.q(a, d, e);
|
|
62424
62469
|
break;
|
|
62425
62470
|
case 21:
|
|
62426
|
-
this.
|
|
62471
|
+
this.s(a, "TimeSpan", d, e);
|
|
62427
62472
|
break;
|
|
62428
62473
|
case 17:
|
|
62429
62474
|
case 0:
|
|
@@ -62431,7 +62476,7 @@
|
|
|
62431
62476
|
case 13: throw new NotImplementedException(0);
|
|
62432
62477
|
}
|
|
62433
62478
|
};
|
|
62434
|
-
DescriptionSerializer.prototype.
|
|
62479
|
+
DescriptionSerializer.prototype.s = function (a, b, c, d) {
|
|
62435
62480
|
switch (b.toLowerCase()) {
|
|
62436
62481
|
case "string":
|
|
62437
62482
|
if (c == null) {
|
|
@@ -63286,7 +63331,7 @@
|
|
|
63286
63331
|
}
|
|
63287
63332
|
b.e("\"" + h + "\"");
|
|
63288
63333
|
b.e(": ");
|
|
63289
|
-
c.
|
|
63334
|
+
c.t(this.context, g, b);
|
|
63290
63335
|
}
|
|
63291
63336
|
}
|
|
63292
63337
|
catch (e_1_1) {
|
|
@@ -65270,8 +65315,8 @@
|
|
|
65270
65315
|
});
|
|
65271
65316
|
CodeGeneratingComponentRendererHandlerEmitter.prototype.j = function () {
|
|
65272
65317
|
var a = new HashSet$1(String_$type, 0);
|
|
65273
|
-
for (var b = 0; b < this.e.
|
|
65274
|
-
var c = this.e.
|
|
65318
|
+
for (var b = 0; b < this.e.s.count; b++) {
|
|
65319
|
+
var c = this.e.s._inner[b];
|
|
65275
65320
|
if (c.a != null && c.c == null) {
|
|
65276
65321
|
if (this.g.library != null && this.g.library.hasItem(c.a.e)) {
|
|
65277
65322
|
if (a.contains(c.a.e)) {
|
|
@@ -65508,18 +65553,25 @@
|
|
|
65508
65553
|
tslib.__extends(CodeGeneratingComponentRendererModuleEmitter, _super);
|
|
65509
65554
|
function CodeGeneratingComponentRendererModuleEmitter(a, b) {
|
|
65510
65555
|
var _this = _super.call(this) || this;
|
|
65511
|
-
_this.
|
|
65556
|
+
_this.k = null;
|
|
65512
65557
|
_this.i = null;
|
|
65513
65558
|
_this.b = null;
|
|
65514
65559
|
_this.f = new CodeGeneratingImportManager();
|
|
65515
65560
|
_this.e = new CodeGeneratingImportManager();
|
|
65516
65561
|
_this.a = null;
|
|
65517
|
-
_this.
|
|
65562
|
+
_this.k = a;
|
|
65518
65563
|
_this.i = b;
|
|
65519
|
-
_this.b = new CodeGeneratingCodeWriter(_this.
|
|
65520
|
-
_this.a = new CodeGeneratingCodeWriter(_this.
|
|
65564
|
+
_this.b = new CodeGeneratingCodeWriter(_this.k);
|
|
65565
|
+
_this.a = new CodeGeneratingCodeWriter(_this.k);
|
|
65521
65566
|
return _this;
|
|
65522
65567
|
}
|
|
65568
|
+
Object.defineProperty(CodeGeneratingComponentRendererModuleEmitter.prototype, "j", {
|
|
65569
|
+
get: function () {
|
|
65570
|
+
return this.i;
|
|
65571
|
+
},
|
|
65572
|
+
enumerable: false,
|
|
65573
|
+
configurable: true
|
|
65574
|
+
});
|
|
65523
65575
|
Object.defineProperty(CodeGeneratingComponentRendererModuleEmitter.prototype, "d", {
|
|
65524
65576
|
get: function () {
|
|
65525
65577
|
return this.b;
|
|
@@ -65548,8 +65600,8 @@
|
|
|
65548
65600
|
enumerable: false,
|
|
65549
65601
|
configurable: true
|
|
65550
65602
|
});
|
|
65551
|
-
CodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
65552
|
-
this.
|
|
65603
|
+
CodeGeneratingComponentRendererModuleEmitter.prototype.m = function (a) {
|
|
65604
|
+
this.o();
|
|
65553
65605
|
if (typeCast(JsonDictionaryArray.$, a) !== null) {
|
|
65554
65606
|
var b = a;
|
|
65555
65607
|
for (var c = 0; c < b.items.length; c++) {
|
|
@@ -65558,22 +65610,22 @@
|
|
|
65558
65610
|
var e = d;
|
|
65559
65611
|
if (e != null) {
|
|
65560
65612
|
var f = e.value.toString();
|
|
65561
|
-
this.
|
|
65613
|
+
this.l(f);
|
|
65562
65614
|
}
|
|
65563
65615
|
}
|
|
65564
65616
|
}
|
|
65565
65617
|
}
|
|
65566
|
-
this.
|
|
65618
|
+
this.n();
|
|
65567
65619
|
this.i.addImportResult("modulesImports", this.h);
|
|
65568
65620
|
this.i.addContainerResult("modulesRegister", this.d.toString());
|
|
65569
65621
|
this.i.addImportResult("descriptionImports", this.g);
|
|
65570
65622
|
this.i.addContainerResult("descriptionRegister", this.c.toString());
|
|
65571
65623
|
};
|
|
65572
|
-
CodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
65624
|
+
CodeGeneratingComponentRendererModuleEmitter.prototype.n = function () {
|
|
65573
65625
|
};
|
|
65574
|
-
CodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
65626
|
+
CodeGeneratingComponentRendererModuleEmitter.prototype.l = function (a) {
|
|
65575
65627
|
};
|
|
65576
|
-
CodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
65628
|
+
CodeGeneratingComponentRendererModuleEmitter.prototype.o = function () {
|
|
65577
65629
|
};
|
|
65578
65630
|
CodeGeneratingComponentRendererModuleEmitter.$t = markType(CodeGeneratingComponentRendererModuleEmitter, 'CodeGeneratingComponentRendererModuleEmitter');
|
|
65579
65631
|
return CodeGeneratingComponentRendererModuleEmitter;
|
|
@@ -65592,20 +65644,20 @@
|
|
|
65592
65644
|
tslib.__extends(TSCodeGeneratingComponentRendererModuleEmitter, _super);
|
|
65593
65645
|
function TSCodeGeneratingComponentRendererModuleEmitter(a, b, c) {
|
|
65594
65646
|
var _this = _super.call(this, b, c) || this;
|
|
65595
|
-
_this.
|
|
65596
|
-
_this.
|
|
65597
|
-
_this.
|
|
65598
|
-
_this.
|
|
65599
|
-
_this.
|
|
65647
|
+
_this.p = 0;
|
|
65648
|
+
_this.s = 0;
|
|
65649
|
+
_this.q = false;
|
|
65650
|
+
_this.r = new Dictionary$2(String_$type, List$1.$.specialize(String_$type), 0);
|
|
65651
|
+
_this.p = a;
|
|
65600
65652
|
return _this;
|
|
65601
65653
|
}
|
|
65602
|
-
TSCodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
65603
|
-
_super.prototype.
|
|
65604
|
-
this.
|
|
65654
|
+
TSCodeGeneratingComponentRendererModuleEmitter.prototype.o = function () {
|
|
65655
|
+
_super.prototype.o.call(this);
|
|
65656
|
+
this.s = 0;
|
|
65605
65657
|
};
|
|
65606
|
-
Object.defineProperty(TSCodeGeneratingComponentRendererModuleEmitter.prototype, "
|
|
65658
|
+
Object.defineProperty(TSCodeGeneratingComponentRendererModuleEmitter.prototype, "u", {
|
|
65607
65659
|
get: function () {
|
|
65608
|
-
switch (this.
|
|
65660
|
+
switch (this.p) {
|
|
65609
65661
|
case 1: return "Igx";
|
|
65610
65662
|
case 2: return "Igr";
|
|
65611
65663
|
case 3: return "Igc";
|
|
@@ -65615,9 +65667,9 @@
|
|
|
65615
65667
|
enumerable: false,
|
|
65616
65668
|
configurable: true
|
|
65617
65669
|
});
|
|
65618
|
-
Object.defineProperty(TSCodeGeneratingComponentRendererModuleEmitter.prototype, "
|
|
65670
|
+
Object.defineProperty(TSCodeGeneratingComponentRendererModuleEmitter.prototype, "t", {
|
|
65619
65671
|
get: function () {
|
|
65620
|
-
switch (this.
|
|
65672
|
+
switch (this.p) {
|
|
65621
65673
|
case 1: return "angular";
|
|
65622
65674
|
case 2: return "react";
|
|
65623
65675
|
case 3: return "webcomponents";
|
|
@@ -65627,34 +65679,36 @@
|
|
|
65627
65679
|
enumerable: false,
|
|
65628
65680
|
configurable: true
|
|
65629
65681
|
});
|
|
65630
|
-
TSCodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
65631
|
-
_super.prototype.
|
|
65682
|
+
TSCodeGeneratingComponentRendererModuleEmitter.prototype.l = function (a) {
|
|
65683
|
+
_super.prototype.l.call(this, a);
|
|
65632
65684
|
if (a == "withDescriptions") {
|
|
65633
|
-
this.
|
|
65685
|
+
this.q = true;
|
|
65634
65686
|
return;
|
|
65635
65687
|
}
|
|
65636
|
-
var b = "igniteui-" + this.
|
|
65688
|
+
var b = "igniteui-" + this.t + "-core";
|
|
65637
65689
|
var c = "";
|
|
65638
65690
|
var d = a.split('/');
|
|
65639
65691
|
if (d.length == 1) {
|
|
65640
65692
|
c = d[0];
|
|
65693
|
+
this.j.addPackageRef(c);
|
|
65641
65694
|
}
|
|
65642
65695
|
else {
|
|
65643
65696
|
b = d[0];
|
|
65644
|
-
|
|
65697
|
+
this.j.addPackageRef(b);
|
|
65698
|
+
b = "igniteui-" + this.t + "-" + b;
|
|
65645
65699
|
c = d[1];
|
|
65646
65700
|
}
|
|
65647
|
-
if (!this.
|
|
65648
|
-
this.
|
|
65701
|
+
if (!this.r.containsKey(b)) {
|
|
65702
|
+
this.r.addItem(b, new List$1(String_$type, 0));
|
|
65649
65703
|
}
|
|
65650
|
-
var e = this.
|
|
65651
|
-
if (this.
|
|
65704
|
+
var e = this.r.item(b);
|
|
65705
|
+
if (this.s > 0) {
|
|
65652
65706
|
this.d.k(",");
|
|
65653
65707
|
}
|
|
65654
|
-
this.d.j(this.
|
|
65655
|
-
e.add(this.
|
|
65656
|
-
if (this.
|
|
65657
|
-
if (this.
|
|
65708
|
+
this.d.j(this.u + c);
|
|
65709
|
+
e.add(this.u + c);
|
|
65710
|
+
if (this.q) {
|
|
65711
|
+
if (this.s == 0) {
|
|
65658
65712
|
this.c.k("private _componentRenderer: ComponentRenderer = null;");
|
|
65659
65713
|
this.c.k("public get renderer(): ComponentRenderer {");
|
|
65660
65714
|
this.c.h();
|
|
@@ -65662,26 +65716,26 @@
|
|
|
65662
65716
|
this.c.h();
|
|
65663
65717
|
this.c.k("this._componentRenderer = new ComponentRenderer();");
|
|
65664
65718
|
this.c.k("var context = this._componentRenderer.context;");
|
|
65665
|
-
this.g.addPackageImport("igniteui-" + this.
|
|
65719
|
+
this.g.addPackageImport("igniteui-" + this.t + "-core", "ComponentRenderer");
|
|
65666
65720
|
}
|
|
65667
65721
|
var f = c;
|
|
65668
65722
|
if (stringEndsWith(f, "Module")) {
|
|
65669
65723
|
f = f.substr(0, f.length - ("Module").length);
|
|
65670
65724
|
f += "DescriptionModule";
|
|
65671
65725
|
}
|
|
65672
|
-
this.g.addPackageImport("igniteui-" + this.
|
|
65726
|
+
this.g.addPackageImport("igniteui-" + this.t + "-core", f);
|
|
65673
65727
|
this.c.k(f + ".register(context);");
|
|
65674
65728
|
}
|
|
65675
|
-
this.
|
|
65729
|
+
this.s++;
|
|
65676
65730
|
};
|
|
65677
|
-
TSCodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
65731
|
+
TSCodeGeneratingComponentRendererModuleEmitter.prototype.n = function () {
|
|
65678
65732
|
var e_1, _a, e_2, _b;
|
|
65679
|
-
_super.prototype.
|
|
65733
|
+
_super.prototype.n.call(this);
|
|
65680
65734
|
try {
|
|
65681
|
-
for (var _c = tslib.__values(fromEnum(this.
|
|
65735
|
+
for (var _c = tslib.__values(fromEnum(this.r.keys)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
65682
65736
|
var a = _d.value;
|
|
65683
65737
|
var b = a;
|
|
65684
|
-
var c = this.
|
|
65738
|
+
var c = this.r.item(a);
|
|
65685
65739
|
try {
|
|
65686
65740
|
for (var _e = (e_2 = void 0, tslib.__values(fromEnum(c))), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
65687
65741
|
var d = _f.value;
|
|
@@ -65716,10 +65770,10 @@
|
|
|
65716
65770
|
throw e_1.error;
|
|
65717
65771
|
}
|
|
65718
65772
|
}
|
|
65719
|
-
if (this.
|
|
65773
|
+
if (this.q) {
|
|
65720
65774
|
this.c.f();
|
|
65721
65775
|
this.c.k("}");
|
|
65722
|
-
this.c.k("return this._componentRenderer");
|
|
65776
|
+
this.c.k("return this._componentRenderer;");
|
|
65723
65777
|
this.c.f();
|
|
65724
65778
|
this.c.k("}");
|
|
65725
65779
|
}
|
|
@@ -65741,27 +65795,27 @@
|
|
|
65741
65795
|
tslib.__extends(DotNetCodeGeneratingComponentRendererModuleEmitter, _super);
|
|
65742
65796
|
function DotNetCodeGeneratingComponentRendererModuleEmitter(a, b, c) {
|
|
65743
65797
|
var _this = _super.call(this, b, c) || this;
|
|
65744
|
-
_this.
|
|
65745
|
-
_this.
|
|
65746
|
-
_this.
|
|
65747
|
-
_this.
|
|
65748
|
-
_this.
|
|
65798
|
+
_this.p = 0;
|
|
65799
|
+
_this.s = 0;
|
|
65800
|
+
_this.q = false;
|
|
65801
|
+
_this.r = new Dictionary$2(String_$type, List$1.$.specialize(String_$type), 0);
|
|
65802
|
+
_this.p = a;
|
|
65749
65803
|
return _this;
|
|
65750
65804
|
}
|
|
65751
|
-
Object.defineProperty(DotNetCodeGeneratingComponentRendererModuleEmitter.prototype, "
|
|
65805
|
+
Object.defineProperty(DotNetCodeGeneratingComponentRendererModuleEmitter.prototype, "t", {
|
|
65752
65806
|
get: function () {
|
|
65753
|
-
return this.
|
|
65807
|
+
return this.s;
|
|
65754
65808
|
},
|
|
65755
65809
|
enumerable: false,
|
|
65756
65810
|
configurable: true
|
|
65757
65811
|
});
|
|
65758
|
-
DotNetCodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
65759
|
-
_super.prototype.
|
|
65760
|
-
this.
|
|
65812
|
+
DotNetCodeGeneratingComponentRendererModuleEmitter.prototype.o = function () {
|
|
65813
|
+
_super.prototype.o.call(this);
|
|
65814
|
+
this.s = 0;
|
|
65761
65815
|
};
|
|
65762
|
-
Object.defineProperty(DotNetCodeGeneratingComponentRendererModuleEmitter.prototype, "
|
|
65816
|
+
Object.defineProperty(DotNetCodeGeneratingComponentRendererModuleEmitter.prototype, "u", {
|
|
65763
65817
|
get: function () {
|
|
65764
|
-
switch (this.
|
|
65818
|
+
switch (this.p) {
|
|
65765
65819
|
case 0: return "Xam";
|
|
65766
65820
|
case 4: return "Ultra";
|
|
65767
65821
|
case 5: return "Igb";
|
|
@@ -65771,22 +65825,24 @@
|
|
|
65771
65825
|
enumerable: false,
|
|
65772
65826
|
configurable: true
|
|
65773
65827
|
});
|
|
65774
|
-
DotNetCodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
65775
|
-
_super.prototype.
|
|
65776
|
-
if (a == "withDescriptions" && this.
|
|
65777
|
-
this.
|
|
65828
|
+
DotNetCodeGeneratingComponentRendererModuleEmitter.prototype.l = function (a) {
|
|
65829
|
+
_super.prototype.l.call(this, a);
|
|
65830
|
+
if (a == "withDescriptions" && this.p != 5) {
|
|
65831
|
+
this.q = true;
|
|
65778
65832
|
return;
|
|
65779
65833
|
}
|
|
65780
65834
|
var b = "";
|
|
65781
65835
|
var c = a.split('/');
|
|
65782
65836
|
if (c.length == 1) {
|
|
65783
65837
|
b = c[0];
|
|
65838
|
+
this.j.addPackageRef(b);
|
|
65784
65839
|
}
|
|
65785
65840
|
else {
|
|
65841
|
+
this.j.addPackageRef(c[0]);
|
|
65786
65842
|
b = c[1];
|
|
65787
65843
|
}
|
|
65788
|
-
if (this.
|
|
65789
|
-
if (this.
|
|
65844
|
+
if (this.q) {
|
|
65845
|
+
if (this.s == 0) {
|
|
65790
65846
|
this.c.k("private ComponentRenderer _componentRenderer = null;");
|
|
65791
65847
|
this.c.k("public ComponentRenderer Renderer");
|
|
65792
65848
|
this.c.k("{");
|
|
@@ -65807,11 +65863,11 @@
|
|
|
65807
65863
|
}
|
|
65808
65864
|
this.c.k(d + ".Register(context);");
|
|
65809
65865
|
}
|
|
65810
|
-
this.
|
|
65866
|
+
this.s++;
|
|
65811
65867
|
};
|
|
65812
|
-
DotNetCodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
65813
|
-
_super.prototype.
|
|
65814
|
-
if (this.
|
|
65868
|
+
DotNetCodeGeneratingComponentRendererModuleEmitter.prototype.n = function () {
|
|
65869
|
+
_super.prototype.n.call(this);
|
|
65870
|
+
if (this.q) {
|
|
65815
65871
|
this.g.addUsing("using Infragistics.Controls.Description;");
|
|
65816
65872
|
this.c.f();
|
|
65817
65873
|
this.c.k("}");
|
|
@@ -65839,15 +65895,15 @@
|
|
|
65839
65895
|
tslib.__extends(BlazorCodeGeneratingComponentRendererModuleEmitter, _super);
|
|
65840
65896
|
function BlazorCodeGeneratingComponentRendererModuleEmitter(a, b, c) {
|
|
65841
65897
|
var _this = _super.call(this, a, b, c) || this;
|
|
65842
|
-
_this.
|
|
65898
|
+
_this.v = 0;
|
|
65843
65899
|
return _this;
|
|
65844
65900
|
}
|
|
65845
|
-
BlazorCodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
65846
|
-
_super.prototype.
|
|
65901
|
+
BlazorCodeGeneratingComponentRendererModuleEmitter.prototype.o = function () {
|
|
65902
|
+
_super.prototype.o.call(this);
|
|
65847
65903
|
};
|
|
65848
|
-
BlazorCodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
65849
|
-
_super.prototype.
|
|
65850
|
-
if (this.
|
|
65904
|
+
BlazorCodeGeneratingComponentRendererModuleEmitter.prototype.l = function (a) {
|
|
65905
|
+
_super.prototype.l.call(this, a);
|
|
65906
|
+
if (this.v > 0) {
|
|
65851
65907
|
this.d.k(", ");
|
|
65852
65908
|
}
|
|
65853
65909
|
var b = "";
|
|
@@ -65866,10 +65922,10 @@
|
|
|
65866
65922
|
this.d.j("Igb" + b);
|
|
65867
65923
|
this.d.j(")");
|
|
65868
65924
|
}
|
|
65869
|
-
this.
|
|
65925
|
+
this.v++;
|
|
65870
65926
|
};
|
|
65871
|
-
BlazorCodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
65872
|
-
_super.prototype.
|
|
65927
|
+
BlazorCodeGeneratingComponentRendererModuleEmitter.prototype.n = function () {
|
|
65928
|
+
_super.prototype.n.call(this);
|
|
65873
65929
|
};
|
|
65874
65930
|
BlazorCodeGeneratingComponentRendererModuleEmitter.$t = markType(BlazorCodeGeneratingComponentRendererModuleEmitter, 'BlazorCodeGeneratingComponentRendererModuleEmitter', DotNetCodeGeneratingComponentRendererModuleEmitter.$);
|
|
65875
65931
|
return BlazorCodeGeneratingComponentRendererModuleEmitter;
|
|
@@ -66302,16 +66358,16 @@
|
|
|
66302
66358
|
var _this = _super.call(this) || this;
|
|
66303
66359
|
_this.k = null;
|
|
66304
66360
|
_this.i = null;
|
|
66305
|
-
_this.
|
|
66361
|
+
_this.t = new List$1(CodeGenerationItemBuilderPropertyInfo.$, 0);
|
|
66306
66362
|
_this.d = null;
|
|
66307
66363
|
_this.a = null;
|
|
66308
66364
|
_this.c = null;
|
|
66309
66365
|
_this.b = null;
|
|
66310
|
-
_this.
|
|
66311
|
-
_this.
|
|
66312
|
-
_this.
|
|
66313
|
-
_this.
|
|
66314
|
-
_this.
|
|
66366
|
+
_this.u = new List$1(String_$type, 0);
|
|
66367
|
+
_this.x = new Stack$1(String_$type);
|
|
66368
|
+
_this.v = new Stack$1(String_$type);
|
|
66369
|
+
_this.w = new Stack$1(Boolean_$type);
|
|
66370
|
+
_this.aq = null;
|
|
66315
66371
|
_this.k = a;
|
|
66316
66372
|
_this.i = b;
|
|
66317
66373
|
_this.d = new CodeGeneratingCodeWriter(_this.k);
|
|
@@ -66320,8 +66376,8 @@
|
|
|
66320
66376
|
_this.b = new CodeGeneratingCodeWriter(_this.k);
|
|
66321
66377
|
return _this;
|
|
66322
66378
|
}
|
|
66323
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66324
|
-
this.i.
|
|
66379
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a) {
|
|
66380
|
+
this.i.ae(a);
|
|
66325
66381
|
};
|
|
66326
66382
|
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "j", {
|
|
66327
66383
|
get: function () {
|
|
@@ -66358,8 +66414,8 @@
|
|
|
66358
66414
|
enumerable: false,
|
|
66359
66415
|
configurable: true
|
|
66360
66416
|
});
|
|
66361
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66362
|
-
this.
|
|
66417
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a) {
|
|
66418
|
+
this.u.add(a);
|
|
66363
66419
|
};
|
|
66364
66420
|
CodeGeneratingComponentRendererCodeEmitter.prototype.n = function (a) {
|
|
66365
66421
|
if (a.b != null && (a.b.knownType == 20 || a.b.knownType == 19 || a.b.knownType == 18)) {
|
|
@@ -66369,43 +66425,51 @@
|
|
|
66369
66425
|
}
|
|
66370
66426
|
return false;
|
|
66371
66427
|
};
|
|
66372
|
-
|
|
66428
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.p = function (a) {
|
|
66429
|
+
if (a.b != null && (a.b.knownType == 19)) {
|
|
66430
|
+
if (a.a != null) {
|
|
66431
|
+
return true;
|
|
66432
|
+
}
|
|
66433
|
+
}
|
|
66434
|
+
return false;
|
|
66435
|
+
};
|
|
66436
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "ae", {
|
|
66373
66437
|
get: function () {
|
|
66374
|
-
return this.
|
|
66438
|
+
return this.x.d();
|
|
66375
66439
|
},
|
|
66376
66440
|
enumerable: false,
|
|
66377
66441
|
configurable: true
|
|
66378
66442
|
});
|
|
66379
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66380
|
-
this.
|
|
66381
|
-
};
|
|
66382
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.a6 = function () {
|
|
66443
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
66444
|
+
this.x.h(a);
|
|
66383
66445
|
};
|
|
66384
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66385
|
-
this.w.e();
|
|
66446
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function () {
|
|
66386
66447
|
};
|
|
66387
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66448
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
|
|
66449
|
+
this.x.e();
|
|
66388
66450
|
};
|
|
66389
66451
|
CodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function (a, b, c, d) {
|
|
66390
|
-
|
|
66452
|
+
};
|
|
66453
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a, b, c, d) {
|
|
66454
|
+
this.a0(a, b, c, d);
|
|
66391
66455
|
};
|
|
66392
66456
|
CodeGeneratingComponentRendererCodeEmitter.prototype.toString = function () {
|
|
66393
66457
|
return this.d.toString();
|
|
66394
66458
|
};
|
|
66395
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66459
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.am = function () {
|
|
66396
66460
|
return "null";
|
|
66397
66461
|
};
|
|
66398
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66462
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ap = function (a, b) {
|
|
66399
66463
|
if (a.b == null) {
|
|
66400
66464
|
return a.c;
|
|
66401
66465
|
}
|
|
66402
66466
|
if (typeCast(CodeGenerationSpecialValue.$, a.c) !== null) {
|
|
66403
|
-
a.c = this.
|
|
66467
|
+
a.c = this.y(a);
|
|
66404
66468
|
}
|
|
66405
66469
|
switch (a.b.knownType) {
|
|
66406
|
-
case 10: return this.
|
|
66470
|
+
case 10: return this.af(a);
|
|
66407
66471
|
case 7: return a.c ? "true" : "false";
|
|
66408
|
-
case 4: return this.
|
|
66472
|
+
case 4: return this.aa(a);
|
|
66409
66473
|
case 6:
|
|
66410
66474
|
{
|
|
66411
66475
|
var c = "";
|
|
@@ -66414,13 +66478,13 @@
|
|
|
66414
66478
|
if (e >= 1) {
|
|
66415
66479
|
c += " ";
|
|
66416
66480
|
}
|
|
66417
|
-
c += this.
|
|
66481
|
+
c += this.z(d.item(e));
|
|
66418
66482
|
}
|
|
66419
66483
|
return c;
|
|
66420
66484
|
}
|
|
66421
66485
|
break;
|
|
66422
66486
|
case 9: throw new NotSupportedException(1, "shouldn't get here");
|
|
66423
|
-
case 5: return this.
|
|
66487
|
+
case 5: return this.ac(a);
|
|
66424
66488
|
case 16:
|
|
66425
66489
|
{
|
|
66426
66490
|
var f = "";
|
|
@@ -66429,44 +66493,44 @@
|
|
|
66429
66493
|
if (h >= 1) {
|
|
66430
66494
|
f += " ";
|
|
66431
66495
|
}
|
|
66432
|
-
f += this.
|
|
66496
|
+
f += this.ab(g.item(h));
|
|
66433
66497
|
}
|
|
66434
66498
|
return f;
|
|
66435
66499
|
}
|
|
66436
66500
|
break;
|
|
66437
66501
|
case 20:
|
|
66438
66502
|
if (a.a != null) {
|
|
66439
|
-
return this.
|
|
66503
|
+
return this.ao(a);
|
|
66440
66504
|
}
|
|
66441
66505
|
if (a.c == null) {
|
|
66442
|
-
return this.
|
|
66506
|
+
return this.am();
|
|
66443
66507
|
}
|
|
66444
66508
|
break;
|
|
66445
66509
|
case 15: throw new NotSupportedException(1, "need to figure this out");
|
|
66446
66510
|
case 3: throw new NotSupportedException(1, "need to figure this out");
|
|
66447
66511
|
case 19:
|
|
66448
66512
|
if (a.a != null) {
|
|
66449
|
-
return this.
|
|
66513
|
+
return this.aj(a);
|
|
66450
66514
|
}
|
|
66451
66515
|
else {
|
|
66452
|
-
return this.
|
|
66516
|
+
return this.am();
|
|
66453
66517
|
}
|
|
66454
66518
|
break;
|
|
66455
66519
|
case 8:
|
|
66456
66520
|
if (a.b.specificExternalType == "string") {
|
|
66457
|
-
return this.
|
|
66521
|
+
return this.ai(a);
|
|
66458
66522
|
}
|
|
66459
66523
|
if (a.a != null) {
|
|
66460
|
-
return this.
|
|
66524
|
+
return this.ak(a);
|
|
66461
66525
|
}
|
|
66462
66526
|
throw new NotSupportedException(1, "shouldn't get here");
|
|
66463
66527
|
case 13: throw new NotSupportedException(1, "shouldn't get here");
|
|
66464
66528
|
case 18:
|
|
66465
66529
|
if (a.a != null) {
|
|
66466
|
-
return this.
|
|
66530
|
+
return this.al(a);
|
|
66467
66531
|
}
|
|
66468
66532
|
else {
|
|
66469
|
-
return this.
|
|
66533
|
+
return this.am();
|
|
66470
66534
|
}
|
|
66471
66535
|
break;
|
|
66472
66536
|
case 1: return a.c.toString();
|
|
@@ -66485,7 +66549,7 @@
|
|
|
66485
66549
|
var k = a.c;
|
|
66486
66550
|
return k.width + ", " + k.height;
|
|
66487
66551
|
}
|
|
66488
|
-
case 2: return a.c != null ? a.c.toString() : this.
|
|
66552
|
+
case 2: return a.c != null ? a.c.toString() : this.am();
|
|
66489
66553
|
case 21: return a.c.toString();
|
|
66490
66554
|
case 17:
|
|
66491
66555
|
if (a.c == null) {
|
|
@@ -66499,22 +66563,22 @@
|
|
|
66499
66563
|
}
|
|
66500
66564
|
return "";
|
|
66501
66565
|
};
|
|
66502
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66566
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.af = function (a) {
|
|
66503
66567
|
return "";
|
|
66504
66568
|
};
|
|
66505
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66569
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.y = function (a) {
|
|
66506
66570
|
return a.c;
|
|
66507
66571
|
};
|
|
66508
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66572
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a) {
|
|
66509
66573
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
66510
66574
|
if (a.a.a) {
|
|
66511
|
-
return this.
|
|
66575
|
+
return this.ah(a);
|
|
66512
66576
|
}
|
|
66513
66577
|
else {
|
|
66514
|
-
return this.
|
|
66578
|
+
return this.an(a);
|
|
66515
66579
|
}
|
|
66516
66580
|
}
|
|
66517
|
-
return this.
|
|
66581
|
+
return this.am();
|
|
66518
66582
|
};
|
|
66519
66583
|
CodeGeneratingComponentRendererCodeEmitter.prototype.o = function (a) {
|
|
66520
66584
|
if (a.a != null && !stringIsNullOrEmpty(a.a.e)) {
|
|
@@ -66524,122 +66588,122 @@
|
|
|
66524
66588
|
}
|
|
66525
66589
|
return false;
|
|
66526
66590
|
};
|
|
66527
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66591
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.an = function (a) {
|
|
66528
66592
|
return "";
|
|
66529
66593
|
};
|
|
66530
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66594
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
|
|
66531
66595
|
return "";
|
|
66532
66596
|
};
|
|
66533
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66597
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ak = function (a) {
|
|
66534
66598
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
66535
66599
|
return a.a.e;
|
|
66536
66600
|
}
|
|
66537
|
-
return this.
|
|
66601
|
+
return this.am();
|
|
66538
66602
|
};
|
|
66539
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66603
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ai = function (a) {
|
|
66540
66604
|
return a.c != null ? a.c.toString() : "";
|
|
66541
66605
|
};
|
|
66542
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66543
|
-
return this.
|
|
66606
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.al = function (a) {
|
|
66607
|
+
return this.aj(a);
|
|
66544
66608
|
};
|
|
66545
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66609
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.aj = function (a) {
|
|
66546
66610
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
66547
|
-
this.
|
|
66611
|
+
this.a8(a);
|
|
66548
66612
|
return a.a.e;
|
|
66549
66613
|
}
|
|
66550
|
-
return this.
|
|
66614
|
+
return this.am();
|
|
66551
66615
|
};
|
|
66552
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66616
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
66553
66617
|
return false;
|
|
66554
66618
|
};
|
|
66555
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
66619
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "r", {
|
|
66556
66620
|
get: function () {
|
|
66557
|
-
return this.
|
|
66621
|
+
return this.get_r();
|
|
66558
66622
|
},
|
|
66559
66623
|
enumerable: false,
|
|
66560
66624
|
configurable: true
|
|
66561
66625
|
});
|
|
66562
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66626
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ac = function (a) {
|
|
66563
66627
|
var b = a.c;
|
|
66564
|
-
return ColorUtil.i(b, this.
|
|
66628
|
+
return ColorUtil.i(b, this.r);
|
|
66565
66629
|
};
|
|
66566
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66630
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ab = function (a) {
|
|
66567
66631
|
var b = a;
|
|
66568
|
-
return ColorUtil.i(b, this.
|
|
66632
|
+
return ColorUtil.i(b, this.r);
|
|
66569
66633
|
};
|
|
66570
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66634
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.aa = function (a) {
|
|
66571
66635
|
if (a.c == null) {
|
|
66572
66636
|
return "";
|
|
66573
66637
|
}
|
|
66574
66638
|
var b = a.c;
|
|
66575
|
-
return ColorUtil.i(b.color, this.
|
|
66639
|
+
return ColorUtil.i(b.color, this.r);
|
|
66576
66640
|
};
|
|
66577
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66641
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.z = function (a) {
|
|
66578
66642
|
if (a == null) {
|
|
66579
66643
|
return "";
|
|
66580
66644
|
}
|
|
66581
66645
|
var b = a;
|
|
66582
|
-
return ColorUtil.i(b.color, this.
|
|
66646
|
+
return ColorUtil.i(b.color, this.r);
|
|
66583
66647
|
};
|
|
66584
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66585
|
-
this.
|
|
66586
|
-
this.
|
|
66648
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a6 = function (a) {
|
|
66649
|
+
this.v.h(a);
|
|
66650
|
+
this.w.h(false);
|
|
66587
66651
|
};
|
|
66588
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66589
|
-
var b = this.
|
|
66590
|
-
this.
|
|
66591
|
-
this.
|
|
66652
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a5 = function (a) {
|
|
66653
|
+
var b = this.ag(a);
|
|
66654
|
+
this.v.h(b);
|
|
66655
|
+
this.w.h(true);
|
|
66592
66656
|
};
|
|
66593
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66594
|
-
var b = stringReplace(stringReplace(a, this.
|
|
66657
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ag = function (a) {
|
|
66658
|
+
var b = stringReplace(stringReplace(a, this.ar, ""), "Component", "");
|
|
66595
66659
|
b = CodeGeneratingComponentRenderer.dp(b);
|
|
66596
|
-
return this.i.
|
|
66660
|
+
return this.i.u(b);
|
|
66597
66661
|
};
|
|
66598
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66599
|
-
this.u.e();
|
|
66662
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function () {
|
|
66600
66663
|
this.v.e();
|
|
66664
|
+
this.w.e();
|
|
66601
66665
|
};
|
|
66602
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66666
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.get_ar = function () {
|
|
66603
66667
|
return "";
|
|
66604
66668
|
};
|
|
66605
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
66669
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "ar", {
|
|
66606
66670
|
get: function () {
|
|
66607
|
-
return this.
|
|
66671
|
+
return this.get_ar();
|
|
66608
66672
|
},
|
|
66609
66673
|
enumerable: false,
|
|
66610
66674
|
configurable: true
|
|
66611
66675
|
});
|
|
66612
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
66676
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "ad", {
|
|
66613
66677
|
get: function () {
|
|
66614
|
-
if (this.
|
|
66615
|
-
return this.
|
|
66678
|
+
if (this.v.f > 0) {
|
|
66679
|
+
return this.v.d();
|
|
66616
66680
|
}
|
|
66617
|
-
var a = stringReplace(stringReplace(this.
|
|
66681
|
+
var a = stringReplace(stringReplace(this.ae, this.ar, ""), "Component", "");
|
|
66618
66682
|
return CodeGeneratingComponentRenderer.dp(a);
|
|
66619
66683
|
},
|
|
66620
66684
|
enumerable: false,
|
|
66621
66685
|
configurable: true
|
|
66622
66686
|
});
|
|
66623
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
66687
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "q", {
|
|
66624
66688
|
get: function () {
|
|
66625
|
-
return this.
|
|
66689
|
+
return this.x.f == 1;
|
|
66626
66690
|
},
|
|
66627
66691
|
enumerable: false,
|
|
66628
66692
|
configurable: true
|
|
66629
66693
|
});
|
|
66630
66694
|
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "l", {
|
|
66631
66695
|
get: function () {
|
|
66632
|
-
if (this.
|
|
66696
|
+
if (this.w.f == 0) {
|
|
66633
66697
|
return false;
|
|
66634
66698
|
}
|
|
66635
|
-
return this.
|
|
66699
|
+
return this.w.d();
|
|
66636
66700
|
},
|
|
66637
66701
|
enumerable: false,
|
|
66638
66702
|
configurable: true
|
|
66639
66703
|
});
|
|
66640
66704
|
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "m", {
|
|
66641
66705
|
get: function () {
|
|
66642
|
-
if (this.
|
|
66706
|
+
if (this.v.f > 0) {
|
|
66643
66707
|
return true;
|
|
66644
66708
|
}
|
|
66645
66709
|
return false;
|
|
@@ -66647,43 +66711,43 @@
|
|
|
66647
66711
|
enumerable: false,
|
|
66648
66712
|
configurable: true
|
|
66649
66713
|
});
|
|
66650
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66714
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.get_s = function () {
|
|
66651
66715
|
return true;
|
|
66652
66716
|
};
|
|
66653
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
66717
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "s", {
|
|
66654
66718
|
get: function () {
|
|
66655
|
-
return this.
|
|
66719
|
+
return this.get_s();
|
|
66656
66720
|
},
|
|
66657
66721
|
enumerable: false,
|
|
66658
66722
|
configurable: true
|
|
66659
66723
|
});
|
|
66660
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66661
|
-
this.
|
|
66724
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function () {
|
|
66725
|
+
this.v.e();
|
|
66662
66726
|
};
|
|
66663
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66727
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
|
|
66664
66728
|
var b = this.f.toString();
|
|
66665
66729
|
if (b.length > 0) {
|
|
66666
66730
|
a.l(b);
|
|
66667
66731
|
}
|
|
66668
66732
|
};
|
|
66669
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66733
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.az = function (a) {
|
|
66670
66734
|
var b = this.g.toString();
|
|
66671
66735
|
if (b.length > 0) {
|
|
66672
66736
|
a.l(b);
|
|
66673
66737
|
}
|
|
66674
66738
|
};
|
|
66675
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66739
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
|
|
66676
66740
|
var b = this.e.toString();
|
|
66677
66741
|
if (b.length > 0) {
|
|
66678
66742
|
a.l(b);
|
|
66679
66743
|
}
|
|
66680
66744
|
};
|
|
66681
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66682
|
-
if (this.
|
|
66683
|
-
this.
|
|
66745
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
|
|
66746
|
+
if (this.u.count > 0) {
|
|
66747
|
+
this.ay(this.u, a);
|
|
66684
66748
|
}
|
|
66685
66749
|
};
|
|
66686
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66750
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ay = function (a, b) {
|
|
66687
66751
|
};
|
|
66688
66752
|
CodeGeneratingComponentRendererCodeEmitter.$t = markType(CodeGeneratingComponentRendererCodeEmitter, 'CodeGeneratingComponentRendererCodeEmitter');
|
|
66689
66753
|
return CodeGeneratingComponentRendererCodeEmitter;
|
|
@@ -66695,15 +66759,15 @@
|
|
|
66695
66759
|
tslib.__extends(BlazorRazorCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
66696
66760
|
function BlazorRazorCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
66697
66761
|
var _this = _super.call(this, a, b) || this;
|
|
66698
|
-
_this.
|
|
66699
|
-
_this.a8 = new HashSet$1(String_$type, 0);
|
|
66762
|
+
_this.bb = 0;
|
|
66700
66763
|
_this.a9 = new HashSet$1(String_$type, 0);
|
|
66764
|
+
_this.ba = new HashSet$1(String_$type, 0);
|
|
66701
66765
|
return _this;
|
|
66702
66766
|
}
|
|
66703
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66767
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_s = function () {
|
|
66704
66768
|
return false;
|
|
66705
66769
|
};
|
|
66706
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66770
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a, b) {
|
|
66707
66771
|
if (b.c == null) {
|
|
66708
66772
|
return "null";
|
|
66709
66773
|
}
|
|
@@ -66718,9 +66782,9 @@
|
|
|
66718
66782
|
d += " })";
|
|
66719
66783
|
return d;
|
|
66720
66784
|
};
|
|
66721
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66785
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.af = function (a) {
|
|
66722
66786
|
if (a.b.specificExternalType == "string") {
|
|
66723
|
-
return this.
|
|
66787
|
+
return this.bc(a.b.specificExternalType, a);
|
|
66724
66788
|
}
|
|
66725
66789
|
if (a.c == null) {
|
|
66726
66790
|
return "null";
|
|
@@ -66735,38 +66799,38 @@
|
|
|
66735
66799
|
}
|
|
66736
66800
|
return c;
|
|
66737
66801
|
};
|
|
66738
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66739
|
-
_super.prototype.
|
|
66802
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
66803
|
+
_super.prototype.au.call(this, a);
|
|
66740
66804
|
this.h.k("<" + a + "");
|
|
66741
|
-
if (!this.
|
|
66742
|
-
this.
|
|
66743
|
-
if (!this.
|
|
66744
|
-
this.
|
|
66745
|
-
this.
|
|
66805
|
+
if (!this.a9.contains(this.ad)) {
|
|
66806
|
+
this.a9.add_1(this.ad);
|
|
66807
|
+
if (!this.ba.contains(this.ae)) {
|
|
66808
|
+
this.ba.add_1(this.ae);
|
|
66809
|
+
this.at(this.ae);
|
|
66746
66810
|
}
|
|
66747
|
-
this.f.k("private " + this.
|
|
66811
|
+
this.f.k("private " + this.ae + " " + CodeGeneratingComponentRenderer.dp(this.ad) + ";");
|
|
66748
66812
|
if (!this.m) {
|
|
66749
|
-
if (this.
|
|
66750
|
-
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.
|
|
66813
|
+
if (this.q) {
|
|
66814
|
+
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.ad) + " = this." + CodeGeneratingComponentRenderer.dp(this.ad) + ";");
|
|
66751
66815
|
}
|
|
66752
66816
|
}
|
|
66753
66817
|
else {
|
|
66754
|
-
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.
|
|
66818
|
+
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.ad) + " = this." + CodeGeneratingComponentRenderer.dp(this.ad) + ";");
|
|
66755
66819
|
}
|
|
66756
66820
|
}
|
|
66757
66821
|
};
|
|
66758
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66822
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function () {
|
|
66759
66823
|
this.h.k(">");
|
|
66760
66824
|
this.h.h();
|
|
66761
66825
|
};
|
|
66762
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66826
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
|
|
66763
66827
|
this.h.f();
|
|
66764
66828
|
this.h.k("</" + a + ">");
|
|
66765
|
-
_super.prototype.
|
|
66829
|
+
_super.prototype.a2.call(this, a);
|
|
66766
66830
|
};
|
|
66767
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66831
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function (a, b, c, d) {
|
|
66768
66832
|
if (c.b != null && d.h(c.b.owningType, CodeGeneratingComponentRenderer.dq(c.b.propertyName)) && this.n(c)) {
|
|
66769
|
-
this.
|
|
66833
|
+
this.a8(c);
|
|
66770
66834
|
if (a > 0) {
|
|
66771
66835
|
this.h.k("");
|
|
66772
66836
|
}
|
|
@@ -66779,29 +66843,29 @@
|
|
|
66779
66843
|
return;
|
|
66780
66844
|
}
|
|
66781
66845
|
if (this.o(c)) {
|
|
66782
|
-
this.
|
|
66783
|
-
if (!this.
|
|
66784
|
-
this.
|
|
66785
|
-
if (!this.
|
|
66786
|
-
this.
|
|
66787
|
-
this.
|
|
66788
|
-
}
|
|
66789
|
-
this.f.k("private " + this.
|
|
66846
|
+
this.a8(c);
|
|
66847
|
+
if (!this.a9.contains(this.ad)) {
|
|
66848
|
+
this.a9.add_1(this.ad);
|
|
66849
|
+
if (!this.ba.contains(this.ae)) {
|
|
66850
|
+
this.ba.add_1(this.ae);
|
|
66851
|
+
this.at(this.ae);
|
|
66852
|
+
}
|
|
66853
|
+
this.f.k("private " + this.ae + " " + CodeGeneratingComponentRenderer.dp(this.ad) + ";");
|
|
66790
66854
|
if (!this.m) {
|
|
66791
|
-
if (this.
|
|
66792
|
-
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.
|
|
66855
|
+
if (this.q) {
|
|
66856
|
+
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.ad) + " = this." + CodeGeneratingComponentRenderer.dp(this.ad) + ";");
|
|
66793
66857
|
}
|
|
66794
66858
|
}
|
|
66795
66859
|
else {
|
|
66796
|
-
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.
|
|
66860
|
+
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.ad) + " = this." + CodeGeneratingComponentRenderer.dp(this.ad) + ";");
|
|
66797
66861
|
}
|
|
66798
66862
|
}
|
|
66799
|
-
var e = CodeGeneratingComponentRenderer.dp(this.
|
|
66863
|
+
var e = CodeGeneratingComponentRenderer.dp(this.ap(c, true));
|
|
66800
66864
|
var f = e;
|
|
66801
66865
|
if (f != "null" && !stringStartsWith(f, "this.")) {
|
|
66802
66866
|
f = "this." + f;
|
|
66803
66867
|
}
|
|
66804
|
-
this.e.k(CodeGeneratingComponentRenderer.dp(this.
|
|
66868
|
+
this.e.k(CodeGeneratingComponentRenderer.dp(this.ad) + "." + b + " = " + f + ";");
|
|
66805
66869
|
return;
|
|
66806
66870
|
}
|
|
66807
66871
|
if (a > 0) {
|
|
@@ -66815,19 +66879,56 @@
|
|
|
66815
66879
|
this.h.j(b);
|
|
66816
66880
|
this.h.j("=");
|
|
66817
66881
|
this.h.j("\"");
|
|
66818
|
-
this.h.j(this.
|
|
66882
|
+
this.h.j(this.ap(c, true));
|
|
66819
66883
|
this.h.j("\"");
|
|
66820
66884
|
}
|
|
66821
66885
|
if (b == "Name") {
|
|
66822
66886
|
this.h.k("");
|
|
66823
|
-
this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.dp(this.
|
|
66887
|
+
this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.dp(this.ap(c, true)) + "\"");
|
|
66824
66888
|
}
|
|
66825
66889
|
};
|
|
66826
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66890
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ai = function (a) {
|
|
66827
66891
|
var b = a.b != null ? a.b.specificType + "." : "";
|
|
66828
66892
|
return b + (a.c != null ? a.c.toString() : "");
|
|
66829
66893
|
};
|
|
66830
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66894
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ap = function (a, b) {
|
|
66895
|
+
if (a.b == null) {
|
|
66896
|
+
return a.c;
|
|
66897
|
+
}
|
|
66898
|
+
if (typeCast(CodeGenerationSpecialValue.$, a.c) !== null) {
|
|
66899
|
+
a.c = this.y(a);
|
|
66900
|
+
}
|
|
66901
|
+
switch (a.b.knownType) {
|
|
66902
|
+
case 11:
|
|
66903
|
+
{
|
|
66904
|
+
var c = a.c;
|
|
66905
|
+
return "@(new Point(" + c.x + ", " + c.y + "))";
|
|
66906
|
+
}
|
|
66907
|
+
case 14:
|
|
66908
|
+
{
|
|
66909
|
+
var d = a.c;
|
|
66910
|
+
return "@(new Rect(" + d.left + ", " + d.top + ", " + d.width + ", " + d.height + "))";
|
|
66911
|
+
}
|
|
66912
|
+
case 12:
|
|
66913
|
+
{
|
|
66914
|
+
var e = a.c;
|
|
66915
|
+
return "@(new Size(" + e.width + ", " + e.height + "))";
|
|
66916
|
+
}
|
|
66917
|
+
case 17:
|
|
66918
|
+
if (a.c == null) {
|
|
66919
|
+
return "null";
|
|
66920
|
+
}
|
|
66921
|
+
if (typeof a.c === 'string') {
|
|
66922
|
+
return "@(\"" + a.c.toString() + "\")";
|
|
66923
|
+
}
|
|
66924
|
+
if (typeCast(Boolean_$type, a.c) !== null) {
|
|
66925
|
+
return a.c ? "true" : "false";
|
|
66926
|
+
}
|
|
66927
|
+
return a.c.toString();
|
|
66928
|
+
}
|
|
66929
|
+
return _super.prototype.ap.call(this, a, b);
|
|
66930
|
+
};
|
|
66931
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.y = function (a) {
|
|
66831
66932
|
var b = a.c;
|
|
66832
66933
|
switch (b.a) {
|
|
66833
66934
|
case 3: return b.b;
|
|
@@ -66837,21 +66938,21 @@
|
|
|
66837
66938
|
}
|
|
66838
66939
|
return b.b;
|
|
66839
66940
|
};
|
|
66840
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66941
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.am = function () {
|
|
66841
66942
|
return "@null";
|
|
66842
66943
|
};
|
|
66843
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66944
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
|
|
66844
66945
|
return CodeGeneratingComponentRenderer.dp(CodeGeneratingComponentRenderer.dp(a.a.e));
|
|
66845
66946
|
};
|
|
66846
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66947
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
|
|
66847
66948
|
a = stringReplace(a, "-", "_");
|
|
66848
66949
|
return CodeGeneratingComponentRenderer.dq(a);
|
|
66849
66950
|
};
|
|
66850
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66851
|
-
this.
|
|
66951
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.an = function (a) {
|
|
66952
|
+
this.a8(a);
|
|
66852
66953
|
return CodeGeneratingComponentRenderer.dq(a.a.e);
|
|
66853
66954
|
};
|
|
66854
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66955
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a, b, c, d) {
|
|
66855
66956
|
var e_1, _a;
|
|
66856
66957
|
if (c.b.knownType == 9) {
|
|
66857
66958
|
var e = typeCast(IList_$type, c.c);
|
|
@@ -66887,7 +66988,7 @@
|
|
|
66887
66988
|
}
|
|
66888
66989
|
}
|
|
66889
66990
|
};
|
|
66890
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66991
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_ar = function () {
|
|
66891
66992
|
return "Igb";
|
|
66892
66993
|
};
|
|
66893
66994
|
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.$t = markType(BlazorRazorCodeGeneratingComponentRendererCodeEmitter, 'BlazorRazorCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
@@ -66901,7 +67002,7 @@
|
|
|
66901
67002
|
function BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
66902
67003
|
return _super.call(this, a, b) || this;
|
|
66903
67004
|
}
|
|
66904
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67005
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_s = function () {
|
|
66905
67006
|
return false;
|
|
66906
67007
|
};
|
|
66907
67008
|
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
@@ -66914,11 +67015,11 @@
|
|
|
66914
67015
|
tslib.__extends(ReactMarkupCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
66915
67016
|
function ReactMarkupCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
66916
67017
|
var _this = _super.call(this, a, b) || this;
|
|
66917
|
-
_this.a8 = new HashSet$1(String_$type, 0);
|
|
66918
67018
|
_this.a9 = new HashSet$1(String_$type, 0);
|
|
67019
|
+
_this.ba = new HashSet$1(String_$type, 0);
|
|
66919
67020
|
return _this;
|
|
66920
67021
|
}
|
|
66921
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67022
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.af = function (a) {
|
|
66922
67023
|
if (a.c == null) {
|
|
66923
67024
|
return "{null}";
|
|
66924
67025
|
}
|
|
@@ -66933,43 +67034,43 @@
|
|
|
66933
67034
|
c += "]";
|
|
66934
67035
|
return c;
|
|
66935
67036
|
};
|
|
66936
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67037
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
66937
67038
|
return true;
|
|
66938
67039
|
};
|
|
66939
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67040
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_ar = function () {
|
|
66940
67041
|
return "Igr";
|
|
66941
67042
|
};
|
|
66942
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66943
|
-
_super.prototype.
|
|
66944
|
-
this.h.k("<" + this.
|
|
67043
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
67044
|
+
_super.prototype.au.call(this, a);
|
|
67045
|
+
this.h.k("<" + this.bc(a) + "");
|
|
66945
67046
|
this.h.h();
|
|
66946
|
-
if (!this.
|
|
66947
|
-
this.
|
|
66948
|
-
|
|
66949
|
-
|
|
66950
|
-
|
|
66951
|
-
|
|
66952
|
-
this.f.k("private " + CodeGeneratingComponentRenderer.dp(this.
|
|
66953
|
-
if (this.
|
|
66954
|
-
this.f.k("private " + CodeGeneratingComponentRenderer.dp(this.
|
|
67047
|
+
if (!this.ba.contains(this.ae)) {
|
|
67048
|
+
this.ba.add_1(this.ae);
|
|
67049
|
+
this.at(this.ae);
|
|
67050
|
+
}
|
|
67051
|
+
if (!this.a9.contains(this.ad)) {
|
|
67052
|
+
this.a9.add_1(this.ad);
|
|
67053
|
+
this.f.k("private " + CodeGeneratingComponentRenderer.dp(this.ad) + ": " + this.ae);
|
|
67054
|
+
if (this.q) {
|
|
67055
|
+
this.f.k("private " + CodeGeneratingComponentRenderer.dp(this.ad) + "Ref(r: " + this.ae + ") {");
|
|
66955
67056
|
this.f.h();
|
|
66956
|
-
this.f.k("this." + CodeGeneratingComponentRenderer.dp(this.
|
|
67057
|
+
this.f.k("this." + CodeGeneratingComponentRenderer.dp(this.ad) + " = r;");
|
|
66957
67058
|
this.f.k("this.setState({});");
|
|
66958
67059
|
this.f.f();
|
|
66959
67060
|
this.f.k("}");
|
|
66960
|
-
this.g.k("this." + CodeGeneratingComponentRenderer.dp(this.
|
|
67061
|
+
this.g.k("this." + CodeGeneratingComponentRenderer.dp(this.ad) + "Ref = " + "this." + CodeGeneratingComponentRenderer.dp(this.ad) + "Ref.bind(this);");
|
|
66961
67062
|
}
|
|
66962
67063
|
}
|
|
66963
67064
|
};
|
|
66964
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67065
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a) {
|
|
66965
67066
|
if (stringEndsWith(a, "Component")) {
|
|
66966
67067
|
a = a.substr(0, a.length - ("Component").length);
|
|
66967
67068
|
}
|
|
66968
67069
|
return CodeGeneratingComponentRenderer.dq(a);
|
|
66969
67070
|
};
|
|
66970
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66971
|
-
if (!this.
|
|
66972
|
-
var a = this.
|
|
67071
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function () {
|
|
67072
|
+
if (!this.q && !this.m) {
|
|
67073
|
+
var a = this.bb();
|
|
66973
67074
|
this.h.k("");
|
|
66974
67075
|
this.h.k("name=\"" + a + "\"");
|
|
66975
67076
|
}
|
|
@@ -66977,31 +67078,31 @@
|
|
|
66977
67078
|
this.h.k(">");
|
|
66978
67079
|
this.h.h();
|
|
66979
67080
|
};
|
|
66980
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
66981
|
-
var a = CodeGeneratingComponentRenderer.dp(stringReplace(stringReplace(this.
|
|
66982
|
-
a = this.j.
|
|
67081
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function () {
|
|
67082
|
+
var a = CodeGeneratingComponentRenderer.dp(stringReplace(stringReplace(this.ae, this.ar, ""), "Component", ""));
|
|
67083
|
+
a = this.j.t(a);
|
|
66983
67084
|
return a;
|
|
66984
67085
|
};
|
|
66985
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67086
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.aj = function (a) {
|
|
66986
67087
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
66987
|
-
this.
|
|
66988
|
-
if (!this.
|
|
67088
|
+
this.a8(a);
|
|
67089
|
+
if (!this.a9.contains(a.a.e)) {
|
|
66989
67090
|
this.g.k("this." + CodeGeneratingComponentRenderer.dp(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.dp(a.a.e) + ".bind(this);");
|
|
66990
67091
|
}
|
|
66991
67092
|
return "this." + CodeGeneratingComponentRenderer.dp(a.a.e);
|
|
66992
67093
|
}
|
|
66993
|
-
return this.
|
|
67094
|
+
return this.am();
|
|
66994
67095
|
};
|
|
66995
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67096
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
|
|
66996
67097
|
this.h.f();
|
|
66997
|
-
this.h.k("</" + this.
|
|
66998
|
-
_super.prototype.
|
|
67098
|
+
this.h.k("</" + this.bc(a) + ">");
|
|
67099
|
+
_super.prototype.a2.call(this, a);
|
|
66999
67100
|
};
|
|
67000
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67101
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function (a, b, c, d) {
|
|
67001
67102
|
var e = CodeGeneratingComponentRenderer.dp(b);
|
|
67002
|
-
var f = this.
|
|
67103
|
+
var f = this.ap(c, true);
|
|
67003
67104
|
if (c.b != null && d.h(c.b.owningType, CodeGeneratingComponentRenderer.dq(c.b.propertyName)) && this.n(c)) {
|
|
67004
|
-
this.
|
|
67105
|
+
this.a8(c);
|
|
67005
67106
|
if (a > 0) {
|
|
67006
67107
|
this.h.k("");
|
|
67007
67108
|
}
|
|
@@ -67013,10 +67114,10 @@
|
|
|
67013
67114
|
}
|
|
67014
67115
|
return;
|
|
67015
67116
|
}
|
|
67016
|
-
if (!(e == "name") || !this.
|
|
67117
|
+
if (!(e == "name") || !this.q) {
|
|
67017
67118
|
var g = (c.b != null && c.b.knownType == 10);
|
|
67018
67119
|
if (this.n(c) || g) {
|
|
67019
|
-
this.
|
|
67120
|
+
this.a8(c);
|
|
67020
67121
|
f = "{" + f + "}";
|
|
67021
67122
|
}
|
|
67022
67123
|
if (a > 0) {
|
|
@@ -67034,15 +67135,15 @@
|
|
|
67034
67135
|
a++;
|
|
67035
67136
|
}
|
|
67036
67137
|
if (e == "name") {
|
|
67037
|
-
if (this.
|
|
67138
|
+
if (this.q) {
|
|
67038
67139
|
if (a > 0) {
|
|
67039
67140
|
this.h.k("");
|
|
67040
67141
|
}
|
|
67041
|
-
this.h.j("ref={this." + CodeGeneratingComponentRenderer.dp(this.
|
|
67142
|
+
this.h.j("ref={this." + CodeGeneratingComponentRenderer.dp(this.ap(c, true)) + "Ref}");
|
|
67042
67143
|
}
|
|
67043
67144
|
}
|
|
67044
67145
|
};
|
|
67045
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67146
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.y = function (a) {
|
|
67046
67147
|
var b = a.c;
|
|
67047
67148
|
switch (b.a) {
|
|
67048
67149
|
case 3: return b.b;
|
|
@@ -67052,16 +67153,16 @@
|
|
|
67052
67153
|
}
|
|
67053
67154
|
return b.b;
|
|
67054
67155
|
};
|
|
67055
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67156
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.am = function () {
|
|
67056
67157
|
return "null";
|
|
67057
67158
|
};
|
|
67058
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67159
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
|
|
67059
67160
|
return "this." + CodeGeneratingComponentRenderer.dp(a.a.e);
|
|
67060
67161
|
};
|
|
67061
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67162
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.an = function (a) {
|
|
67062
67163
|
return "this." + CodeGeneratingComponentRenderer.dp(a.a.e);
|
|
67063
67164
|
};
|
|
67064
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67165
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a, b, c, d) {
|
|
67065
67166
|
var e_2, _a;
|
|
67066
67167
|
if (c.b.knownType == 9) {
|
|
67067
67168
|
var e = typeCast(IList_$type, c.c);
|
|
@@ -67097,13 +67198,13 @@
|
|
|
67097
67198
|
}
|
|
67098
67199
|
}
|
|
67099
67200
|
};
|
|
67100
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67201
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function (a, b) {
|
|
67101
67202
|
var e_3, _a;
|
|
67102
|
-
_super.prototype.
|
|
67203
|
+
_super.prototype.ay.call(this, a, b);
|
|
67103
67204
|
try {
|
|
67104
67205
|
for (var _b = tslib.__values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
67105
67206
|
var c = _c.value;
|
|
67106
|
-
b.addPackageImport("igniteui-react-" + this.
|
|
67207
|
+
b.addPackageImport("igniteui-react-" + this.aq, c);
|
|
67107
67208
|
}
|
|
67108
67209
|
}
|
|
67109
67210
|
catch (e_3_1) {
|
|
@@ -67141,12 +67242,12 @@
|
|
|
67141
67242
|
tslib.__extends(WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
67142
67243
|
function WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
67143
67244
|
var _this = _super.call(this, a, b) || this;
|
|
67144
|
-
_this.
|
|
67145
|
-
_this.a8 = new HashSet$1(String_$type, 0);
|
|
67245
|
+
_this.bb = 0;
|
|
67146
67246
|
_this.a9 = new HashSet$1(String_$type, 0);
|
|
67247
|
+
_this.ba = new HashSet$1(String_$type, 0);
|
|
67147
67248
|
return _this;
|
|
67148
67249
|
}
|
|
67149
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67250
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.af = function (a) {
|
|
67150
67251
|
if (a.c == null) {
|
|
67151
67252
|
return "null";
|
|
67152
67253
|
}
|
|
@@ -67160,54 +67261,54 @@
|
|
|
67160
67261
|
}
|
|
67161
67262
|
return c;
|
|
67162
67263
|
};
|
|
67163
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67264
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
67164
67265
|
return true;
|
|
67165
67266
|
};
|
|
67166
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67167
|
-
_super.prototype.
|
|
67168
|
-
this.h.k("<" + this.
|
|
67169
|
-
if (!this.
|
|
67170
|
-
this.
|
|
67171
|
-
if (!this.
|
|
67172
|
-
this.
|
|
67173
|
-
this.
|
|
67267
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
67268
|
+
_super.prototype.au.call(this, a);
|
|
67269
|
+
this.h.k("<" + this.bc(a) + "");
|
|
67270
|
+
if (!this.a9.contains(this.ad)) {
|
|
67271
|
+
this.a9.add_1(this.ad);
|
|
67272
|
+
if (!this.ba.contains(this.ae)) {
|
|
67273
|
+
this.ba.add_1(this.ae);
|
|
67274
|
+
this.at(this.ae);
|
|
67174
67275
|
}
|
|
67175
|
-
this.f.k("private " + CodeGeneratingComponentRenderer.dp(this.
|
|
67276
|
+
this.f.k("private " + CodeGeneratingComponentRenderer.dp(this.ad) + ": " + this.ae);
|
|
67176
67277
|
if (!this.m) {
|
|
67177
|
-
if (this.
|
|
67178
|
-
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.
|
|
67278
|
+
if (this.q) {
|
|
67279
|
+
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.ad) + " = this." + CodeGeneratingComponentRenderer.dp(this.ad) + " = document.querySelector('" + CodeGeneratingComponentRenderer.dr(stringReplace(this.ae, "Component", "")) + "') as " + this.ae + ";");
|
|
67179
67280
|
}
|
|
67180
67281
|
}
|
|
67181
67282
|
else {
|
|
67182
|
-
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.
|
|
67283
|
+
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.ad) + " = this." + CodeGeneratingComponentRenderer.dp(this.ad) + " = document.getElementById('" + this.ad + "') as " + this.ae + ";");
|
|
67183
67284
|
}
|
|
67184
67285
|
}
|
|
67185
67286
|
};
|
|
67186
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67287
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a) {
|
|
67187
67288
|
if (stringEndsWith(a, "Component")) {
|
|
67188
67289
|
a = a.substr(0, a.length - ("Component").length);
|
|
67189
67290
|
}
|
|
67190
67291
|
return CodeGeneratingComponentRenderer.dr(a);
|
|
67191
67292
|
};
|
|
67192
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67293
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function () {
|
|
67193
67294
|
this.h.k(">");
|
|
67194
67295
|
this.h.h();
|
|
67195
67296
|
};
|
|
67196
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67297
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
|
|
67197
67298
|
this.h.f();
|
|
67198
|
-
this.h.k("</" + this.
|
|
67199
|
-
_super.prototype.
|
|
67299
|
+
this.h.k("</" + this.bc(a) + ">");
|
|
67300
|
+
_super.prototype.a2.call(this, a);
|
|
67200
67301
|
};
|
|
67201
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67302
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_ar = function () {
|
|
67202
67303
|
return "Igc";
|
|
67203
67304
|
};
|
|
67204
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67305
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function (a, b) {
|
|
67205
67306
|
var e_4, _a;
|
|
67206
|
-
_super.prototype.
|
|
67307
|
+
_super.prototype.ay.call(this, a, b);
|
|
67207
67308
|
try {
|
|
67208
67309
|
for (var _b = tslib.__values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
67209
67310
|
var c = _c.value;
|
|
67210
|
-
b.addPackageImport("igniteui-webcomponents-" + this.
|
|
67311
|
+
b.addPackageImport("igniteui-webcomponents-" + this.aq, c);
|
|
67211
67312
|
}
|
|
67212
67313
|
}
|
|
67213
67314
|
catch (e_4_1) {
|
|
@@ -67224,32 +67325,32 @@
|
|
|
67224
67325
|
}
|
|
67225
67326
|
}
|
|
67226
67327
|
};
|
|
67227
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67328
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function (a, b, c, d) {
|
|
67228
67329
|
var e = CodeGeneratingComponentRenderer.dp(b);
|
|
67229
67330
|
if (this.n(c)) {
|
|
67230
|
-
this.
|
|
67231
|
-
if (!this.
|
|
67232
|
-
this.
|
|
67233
|
-
if (!this.
|
|
67234
|
-
this.
|
|
67235
|
-
this.
|
|
67236
|
-
}
|
|
67237
|
-
this.f.k("private " + CodeGeneratingComponentRenderer.dp(this.
|
|
67331
|
+
this.a8(c);
|
|
67332
|
+
if (!this.a9.contains(this.ad)) {
|
|
67333
|
+
this.a9.add_1(this.ad);
|
|
67334
|
+
if (!this.ba.contains(this.ae)) {
|
|
67335
|
+
this.ba.add_1(this.ae);
|
|
67336
|
+
this.at(this.ae);
|
|
67337
|
+
}
|
|
67338
|
+
this.f.k("private " + CodeGeneratingComponentRenderer.dp(this.ad) + ": " + this.ae);
|
|
67238
67339
|
if (!this.m) {
|
|
67239
|
-
if (this.
|
|
67240
|
-
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.
|
|
67340
|
+
if (this.q) {
|
|
67341
|
+
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.ad) + " = this." + CodeGeneratingComponentRenderer.dp(this.ad) + " = document.querySelector('" + CodeGeneratingComponentRenderer.dr(stringReplace(this.ae, "Component", "")) + "') as " + this.ae + ";");
|
|
67241
67342
|
}
|
|
67242
67343
|
}
|
|
67243
67344
|
else {
|
|
67244
|
-
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.
|
|
67345
|
+
this.g.k("var " + CodeGeneratingComponentRenderer.dp(this.ad) + " = this." + CodeGeneratingComponentRenderer.dp(this.ad) + " = document.getElementById('" + this.ad + "') as " + this.ae + ";");
|
|
67245
67346
|
}
|
|
67246
67347
|
}
|
|
67247
|
-
var f = CodeGeneratingComponentRenderer.dp(this.
|
|
67348
|
+
var f = CodeGeneratingComponentRenderer.dp(this.ap(c, true));
|
|
67248
67349
|
var g = f;
|
|
67249
67350
|
if (g != "null" && !stringStartsWith(g, "this.")) {
|
|
67250
67351
|
g = "this." + g;
|
|
67251
67352
|
}
|
|
67252
|
-
this.e.k(CodeGeneratingComponentRenderer.dp(this.
|
|
67353
|
+
this.e.k(CodeGeneratingComponentRenderer.dp(this.ad) + "." + e + " = " + g);
|
|
67253
67354
|
return;
|
|
67254
67355
|
}
|
|
67255
67356
|
if (a > 0) {
|
|
@@ -67258,14 +67359,14 @@
|
|
|
67258
67359
|
this.h.j(CodeGeneratingComponentRenderer.dr(e));
|
|
67259
67360
|
this.h.j("=");
|
|
67260
67361
|
this.h.j("\"");
|
|
67261
|
-
this.h.j(this.
|
|
67362
|
+
this.h.j(this.ap(c, true));
|
|
67262
67363
|
this.h.j("\"");
|
|
67263
67364
|
if (e == "name") {
|
|
67264
67365
|
this.h.k("");
|
|
67265
|
-
this.h.j("id =\"" + this.
|
|
67366
|
+
this.h.j("id =\"" + this.ap(c, true) + "\"");
|
|
67266
67367
|
}
|
|
67267
67368
|
};
|
|
67268
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67369
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.y = function (a) {
|
|
67269
67370
|
var b = a.c;
|
|
67270
67371
|
switch (b.a) {
|
|
67271
67372
|
case 3: return b.b;
|
|
@@ -67275,26 +67376,26 @@
|
|
|
67275
67376
|
}
|
|
67276
67377
|
return b.b;
|
|
67277
67378
|
};
|
|
67278
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67379
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.am = function () {
|
|
67279
67380
|
return "null";
|
|
67280
67381
|
};
|
|
67281
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67382
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
|
|
67282
67383
|
return CodeGeneratingComponentRenderer.dp(a.a.e);
|
|
67283
67384
|
};
|
|
67284
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67385
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.an = function (a) {
|
|
67285
67386
|
return CodeGeneratingComponentRenderer.dp(a.a.e);
|
|
67286
67387
|
};
|
|
67287
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67388
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.aj = function (a) {
|
|
67288
67389
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
67289
|
-
this.
|
|
67290
|
-
if (!this.
|
|
67390
|
+
this.a8(a);
|
|
67391
|
+
if (!this.a9.contains(a.a.e)) {
|
|
67291
67392
|
this.g.k("this." + CodeGeneratingComponentRenderer.dp(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.dp(a.a.e) + ".bind(this);");
|
|
67292
67393
|
}
|
|
67293
67394
|
return "this." + CodeGeneratingComponentRenderer.dp(a.a.e);
|
|
67294
67395
|
}
|
|
67295
|
-
return this.
|
|
67396
|
+
return this.am();
|
|
67296
67397
|
};
|
|
67297
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67398
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a, b, c, d) {
|
|
67298
67399
|
var e_5, _a;
|
|
67299
67400
|
if (c.b.knownType == 9) {
|
|
67300
67401
|
var e = typeCast(IList_$type, c.c);
|
|
@@ -67439,25 +67540,25 @@
|
|
|
67439
67540
|
}
|
|
67440
67541
|
this.g.k("private " + this.ao(a) + ": " + f + " = " + g + ";");
|
|
67441
67542
|
if (b == 2 || (c != null && c.isAsync)) {
|
|
67442
|
-
this.g.k("private " + this.ao(a) + "
|
|
67543
|
+
this.g.k("private " + this.ao(a) + "Fetching: boolean = false;");
|
|
67443
67544
|
}
|
|
67444
67545
|
this.g.k("public get " + this.u(a) + "(): " + f + " {");
|
|
67445
67546
|
this.g.h();
|
|
67446
67547
|
if (c != null && c.isAsync) {
|
|
67447
|
-
this.g.k("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "
|
|
67548
|
+
this.g.k("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "Fetching)");
|
|
67448
67549
|
this.g.k("{");
|
|
67449
67550
|
this.g.h();
|
|
67450
|
-
this.g.k("this." + this.ao(a) + "
|
|
67551
|
+
this.g.k("this." + this.ao(a) + "Fetching = true;");
|
|
67451
67552
|
this.g.k("( async () => { this." + this.ao(a) + " = await (await " + this.v(a, false) + ".fetch()); " + e + " })();");
|
|
67452
67553
|
this.g.f();
|
|
67453
67554
|
this.g.k("}");
|
|
67454
67555
|
}
|
|
67455
67556
|
else {
|
|
67456
67557
|
if (b == 2) {
|
|
67457
|
-
this.g.k("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "
|
|
67558
|
+
this.g.k("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "Fetching)");
|
|
67458
67559
|
this.g.k("{");
|
|
67459
67560
|
this.g.h();
|
|
67460
|
-
this.g.k(this.ao(a) + "
|
|
67561
|
+
this.g.k(this.ao(a) + "Fetching = true;");
|
|
67461
67562
|
this.g.k("( async () => { this." + this.ao(a) + " = await (await fetch('" + d + "')).json(); " + e + " })();");
|
|
67462
67563
|
this.g.f();
|
|
67463
67564
|
this.g.k("}");
|
|
@@ -67655,9 +67756,13 @@
|
|
|
67655
67756
|
var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
67656
67757
|
tslib.__extends(AngularTemplateCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
67657
67758
|
function AngularTemplateCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
67658
|
-
|
|
67759
|
+
var _this = _super.call(this, a, b) || this;
|
|
67760
|
+
_this.bb = 0;
|
|
67761
|
+
_this.a9 = new HashSet$1(String_$type, 0);
|
|
67762
|
+
_this.ba = new HashSet$1(String_$type, 0);
|
|
67763
|
+
return _this;
|
|
67659
67764
|
}
|
|
67660
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67765
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.af = function (a) {
|
|
67661
67766
|
if (a.c == null) {
|
|
67662
67767
|
return "null";
|
|
67663
67768
|
}
|
|
@@ -67671,36 +67776,73 @@
|
|
|
67671
67776
|
}
|
|
67672
67777
|
return c;
|
|
67673
67778
|
};
|
|
67674
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67779
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
67675
67780
|
return true;
|
|
67676
67781
|
};
|
|
67677
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67782
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_ar = function () {
|
|
67678
67783
|
return "Igx";
|
|
67679
67784
|
};
|
|
67680
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67681
|
-
_super.prototype.
|
|
67682
|
-
this.h.k("<" + this.
|
|
67785
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
67786
|
+
_super.prototype.au.call(this, a);
|
|
67787
|
+
this.h.k("<" + this.bc(a) + "");
|
|
67788
|
+
if (!this.a9.contains(this.ad)) {
|
|
67789
|
+
this.a9.add_1(this.ad);
|
|
67790
|
+
if (!this.ba.contains(this.ae)) {
|
|
67791
|
+
this.ba.add_1(this.ae);
|
|
67792
|
+
this.at(this.ae);
|
|
67793
|
+
}
|
|
67794
|
+
this.f.k("@ViewChild(\"" + CodeGeneratingComponentRenderer.dp(this.ad) + "\", { static: true } )");
|
|
67795
|
+
this.f.k("private " + CodeGeneratingComponentRenderer.dp(this.ad) + ": " + this.ae);
|
|
67796
|
+
}
|
|
67797
|
+
};
|
|
67798
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function (a, b) {
|
|
67799
|
+
var e_7, _a;
|
|
67800
|
+
_super.prototype.ay.call(this, a, b);
|
|
67801
|
+
try {
|
|
67802
|
+
for (var _b = tslib.__values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
67803
|
+
var c = _c.value;
|
|
67804
|
+
b.addPackageImport("igniteui-angular-" + this.aq, c);
|
|
67805
|
+
}
|
|
67806
|
+
}
|
|
67807
|
+
catch (e_7_1) {
|
|
67808
|
+
e_7 = { error: e_7_1 };
|
|
67809
|
+
}
|
|
67810
|
+
finally {
|
|
67811
|
+
try {
|
|
67812
|
+
if (_c && !_c.done && (_a = _b.return))
|
|
67813
|
+
_a.call(_b);
|
|
67814
|
+
}
|
|
67815
|
+
finally {
|
|
67816
|
+
if (e_7)
|
|
67817
|
+
throw e_7.error;
|
|
67818
|
+
}
|
|
67819
|
+
}
|
|
67683
67820
|
};
|
|
67684
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67821
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a) {
|
|
67685
67822
|
if (stringEndsWith(a, "Component")) {
|
|
67686
67823
|
a = a.substr(0, a.length - ("Component").length);
|
|
67687
67824
|
}
|
|
67688
67825
|
return CodeGeneratingComponentRenderer.dr(a);
|
|
67689
67826
|
};
|
|
67690
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67827
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function () {
|
|
67691
67828
|
this.h.k(">");
|
|
67692
67829
|
this.h.h();
|
|
67693
67830
|
};
|
|
67694
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67831
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
|
|
67695
67832
|
this.h.f();
|
|
67696
|
-
this.h.k("</" + this.
|
|
67697
|
-
_super.prototype.
|
|
67833
|
+
this.h.k("</" + this.bc(a) + ">");
|
|
67834
|
+
_super.prototype.a2.call(this, a);
|
|
67698
67835
|
};
|
|
67699
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67836
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function (a, b, c, d) {
|
|
67700
67837
|
var e = CodeGeneratingComponentRenderer.dp(b);
|
|
67701
67838
|
if (this.n(c)) {
|
|
67702
|
-
this.
|
|
67703
|
-
|
|
67839
|
+
this.a8(c);
|
|
67840
|
+
if (this.p(c)) {
|
|
67841
|
+
e = "(" + e + ")";
|
|
67842
|
+
}
|
|
67843
|
+
else {
|
|
67844
|
+
e = "[" + e + "]";
|
|
67845
|
+
}
|
|
67704
67846
|
}
|
|
67705
67847
|
if (a > 0) {
|
|
67706
67848
|
this.h.k("");
|
|
@@ -67708,21 +67850,21 @@
|
|
|
67708
67850
|
this.h.j(e);
|
|
67709
67851
|
this.h.j("=");
|
|
67710
67852
|
this.h.j("\"");
|
|
67711
|
-
this.h.j(this.
|
|
67853
|
+
this.h.j(this.ap(c, true));
|
|
67712
67854
|
this.h.j("\"");
|
|
67713
67855
|
if (e == "name") {
|
|
67714
67856
|
this.h.k("");
|
|
67715
|
-
this.h.j("#" + CodeGeneratingComponentRenderer.dp(this.
|
|
67857
|
+
this.h.j("#" + CodeGeneratingComponentRenderer.dp(this.ap(c, true)));
|
|
67716
67858
|
}
|
|
67717
67859
|
};
|
|
67718
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67860
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.aj = function (a) {
|
|
67719
67861
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
67720
|
-
this.
|
|
67862
|
+
this.a8(a);
|
|
67721
67863
|
return "this." + CodeGeneratingComponentRenderer.dp(a.a.e) + "($event)";
|
|
67722
67864
|
}
|
|
67723
|
-
return this.
|
|
67865
|
+
return this.am();
|
|
67724
67866
|
};
|
|
67725
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67867
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.y = function (a) {
|
|
67726
67868
|
var b = a.c;
|
|
67727
67869
|
switch (b.a) {
|
|
67728
67870
|
case 3: return b.b;
|
|
@@ -67732,17 +67874,17 @@
|
|
|
67732
67874
|
}
|
|
67733
67875
|
return b.b;
|
|
67734
67876
|
};
|
|
67735
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67877
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.am = function () {
|
|
67736
67878
|
return "null";
|
|
67737
67879
|
};
|
|
67738
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67880
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
|
|
67739
67881
|
return CodeGeneratingComponentRenderer.dp(a.a.e);
|
|
67740
67882
|
};
|
|
67741
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67883
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.an = function (a) {
|
|
67742
67884
|
return CodeGeneratingComponentRenderer.dp(a.a.e);
|
|
67743
67885
|
};
|
|
67744
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
67745
|
-
var
|
|
67886
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a, b, c, d) {
|
|
67887
|
+
var e_8, _a;
|
|
67746
67888
|
if (c.b.knownType == 9) {
|
|
67747
67889
|
var e = typeCast(IList_$type, c.c);
|
|
67748
67890
|
if (e != null) {
|
|
@@ -67755,8 +67897,8 @@
|
|
|
67755
67897
|
}
|
|
67756
67898
|
}
|
|
67757
67899
|
}
|
|
67758
|
-
catch (
|
|
67759
|
-
|
|
67900
|
+
catch (e_8_1) {
|
|
67901
|
+
e_8 = { error: e_8_1 };
|
|
67760
67902
|
}
|
|
67761
67903
|
finally {
|
|
67762
67904
|
try {
|
|
@@ -67764,8 +67906,8 @@
|
|
|
67764
67906
|
_a.call(_b);
|
|
67765
67907
|
}
|
|
67766
67908
|
finally {
|
|
67767
|
-
if (
|
|
67768
|
-
throw
|
|
67909
|
+
if (e_8)
|
|
67910
|
+
throw e_8.error;
|
|
67769
67911
|
}
|
|
67770
67912
|
}
|
|
67771
67913
|
}
|
|
@@ -67840,7 +67982,7 @@
|
|
|
67840
67982
|
return "_" + CodeGeneratingComponentRenderer.dp(a);
|
|
67841
67983
|
};
|
|
67842
67984
|
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.aj = function (a, b, c, d, e) {
|
|
67843
|
-
var
|
|
67985
|
+
var e_9, _a;
|
|
67844
67986
|
_super.prototype.aj.call(this, a, b, c, d, e);
|
|
67845
67987
|
var f = this.r(this.v(a, true), this.v(a, false), b, c);
|
|
67846
67988
|
try {
|
|
@@ -67849,8 +67991,8 @@
|
|
|
67849
67991
|
this.ab(g, d, e);
|
|
67850
67992
|
}
|
|
67851
67993
|
}
|
|
67852
|
-
catch (
|
|
67853
|
-
|
|
67994
|
+
catch (e_9_1) {
|
|
67995
|
+
e_9 = { error: e_9_1 };
|
|
67854
67996
|
}
|
|
67855
67997
|
finally {
|
|
67856
67998
|
try {
|
|
@@ -67858,8 +68000,8 @@
|
|
|
67858
68000
|
_a.call(_b);
|
|
67859
68001
|
}
|
|
67860
68002
|
finally {
|
|
67861
|
-
if (
|
|
67862
|
-
throw
|
|
68003
|
+
if (e_9)
|
|
68004
|
+
throw e_9.error;
|
|
67863
68005
|
}
|
|
67864
68006
|
}
|
|
67865
68007
|
d.k("public class " + this.v(a, false));
|
|
@@ -68087,10 +68229,10 @@
|
|
|
68087
68229
|
function WPFXamlCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
68088
68230
|
return _super.call(this, a, b) || this;
|
|
68089
68231
|
}
|
|
68090
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
68232
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_s = function () {
|
|
68091
68233
|
return false;
|
|
68092
68234
|
};
|
|
68093
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
68235
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.af = function (a) {
|
|
68094
68236
|
if (a.c == null) {
|
|
68095
68237
|
return "null";
|
|
68096
68238
|
}
|
|
@@ -68104,20 +68246,20 @@
|
|
|
68104
68246
|
}
|
|
68105
68247
|
return c;
|
|
68106
68248
|
};
|
|
68107
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
68108
|
-
_super.prototype.
|
|
68249
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
68250
|
+
_super.prototype.au.call(this, a);
|
|
68109
68251
|
this.h.k("<ig:" + a + "");
|
|
68110
68252
|
};
|
|
68111
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
68253
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function () {
|
|
68112
68254
|
this.h.k(">");
|
|
68113
68255
|
this.h.h();
|
|
68114
68256
|
};
|
|
68115
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
68257
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
|
|
68116
68258
|
this.h.f();
|
|
68117
68259
|
this.h.k("</ig:" + a + ">");
|
|
68118
|
-
_super.prototype.
|
|
68260
|
+
_super.prototype.a2.call(this, a);
|
|
68119
68261
|
};
|
|
68120
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
68262
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function (a, b, c, d) {
|
|
68121
68263
|
if (b == "Label" && c.b != null && stringContains(c.b.owningType, "Axis")) {
|
|
68122
68264
|
if (c.c != null && stringContains(c.c, "{")) {
|
|
68123
68265
|
if (a > 0) {
|
|
@@ -68126,7 +68268,7 @@
|
|
|
68126
68268
|
this.h.j(b);
|
|
68127
68269
|
this.h.j("=");
|
|
68128
68270
|
this.h.j("\"");
|
|
68129
|
-
this.h.j("{}" + this.
|
|
68271
|
+
this.h.j("{}" + this.ap(c, true));
|
|
68130
68272
|
this.h.j("\"");
|
|
68131
68273
|
return;
|
|
68132
68274
|
}
|
|
@@ -68137,10 +68279,10 @@
|
|
|
68137
68279
|
this.h.j(b);
|
|
68138
68280
|
this.h.j("=");
|
|
68139
68281
|
this.h.j("\"");
|
|
68140
|
-
this.h.j(this.
|
|
68282
|
+
this.h.j(this.ap(c, true));
|
|
68141
68283
|
this.h.j("\"");
|
|
68142
68284
|
};
|
|
68143
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
68285
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.y = function (a) {
|
|
68144
68286
|
var b = a.c;
|
|
68145
68287
|
switch (b.a) {
|
|
68146
68288
|
case 3: return b.b;
|
|
@@ -68150,25 +68292,25 @@
|
|
|
68150
68292
|
}
|
|
68151
68293
|
return b.b;
|
|
68152
68294
|
};
|
|
68153
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
68295
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.am = function () {
|
|
68154
68296
|
return "{x:Null}";
|
|
68155
68297
|
};
|
|
68156
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
68298
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
|
|
68157
68299
|
return "{Binding ElementName=" + a.a.e + "}";
|
|
68158
68300
|
};
|
|
68159
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
68301
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a) {
|
|
68160
68302
|
a = stringReplace(a, "-", "_");
|
|
68161
68303
|
return CodeGeneratingComponentRenderer.dq(a);
|
|
68162
68304
|
};
|
|
68163
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
68164
|
-
this.
|
|
68165
|
-
return "{Binding " + this.
|
|
68305
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.an = function (a) {
|
|
68306
|
+
this.a8(a);
|
|
68307
|
+
return "{Binding " + this.a9(a.a.e) + "}";
|
|
68166
68308
|
};
|
|
68167
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
68168
|
-
var
|
|
68309
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a, b, c, d) {
|
|
68310
|
+
var e_10, _a;
|
|
68169
68311
|
this.h.j("<ig:");
|
|
68170
68312
|
{
|
|
68171
|
-
this.h.j(this.
|
|
68313
|
+
this.h.j(this.ae);
|
|
68172
68314
|
this.h.j(".");
|
|
68173
68315
|
}
|
|
68174
68316
|
this.h.j(b);
|
|
@@ -68186,8 +68328,8 @@
|
|
|
68186
68328
|
}
|
|
68187
68329
|
}
|
|
68188
68330
|
}
|
|
68189
|
-
catch (
|
|
68190
|
-
|
|
68331
|
+
catch (e_10_1) {
|
|
68332
|
+
e_10 = { error: e_10_1 };
|
|
68191
68333
|
}
|
|
68192
68334
|
finally {
|
|
68193
68335
|
try {
|
|
@@ -68195,8 +68337,8 @@
|
|
|
68195
68337
|
_a.call(_b);
|
|
68196
68338
|
}
|
|
68197
68339
|
finally {
|
|
68198
|
-
if (
|
|
68199
|
-
throw
|
|
68340
|
+
if (e_10)
|
|
68341
|
+
throw e_10.error;
|
|
68200
68342
|
}
|
|
68201
68343
|
}
|
|
68202
68344
|
}
|
|
@@ -68210,13 +68352,13 @@
|
|
|
68210
68352
|
this.h.f();
|
|
68211
68353
|
this.h.j("</ig:");
|
|
68212
68354
|
{
|
|
68213
|
-
this.h.j(this.
|
|
68355
|
+
this.h.j(this.ae);
|
|
68214
68356
|
this.h.j(".");
|
|
68215
68357
|
}
|
|
68216
68358
|
this.h.j(b);
|
|
68217
68359
|
this.h.k(">");
|
|
68218
68360
|
};
|
|
68219
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
68361
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_ar = function () {
|
|
68220
68362
|
return "Xam";
|
|
68221
68363
|
};
|
|
68222
68364
|
WPFXamlCodeGeneratingComponentRendererCodeEmitter.$t = markType(WPFXamlCodeGeneratingComponentRendererCodeEmitter, 'WPFXamlCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
@@ -68230,7 +68372,7 @@
|
|
|
68230
68372
|
function WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
68231
68373
|
return _super.call(this, a, b) || this;
|
|
68232
68374
|
}
|
|
68233
|
-
WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
68375
|
+
WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_s = function () {
|
|
68234
68376
|
return false;
|
|
68235
68377
|
};
|
|
68236
68378
|
WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
@@ -68406,7 +68548,7 @@
|
|
|
68406
68548
|
return null;
|
|
68407
68549
|
};
|
|
68408
68550
|
CodeGeneratingComponentRenderer.prototype.emitCode = function (a) {
|
|
68409
|
-
var
|
|
68551
|
+
var e_11, _a, e_12, _b, e_13, _c;
|
|
68410
68552
|
var b = new CodeGeneratingRendererResult();
|
|
68411
68553
|
b.platform = this.dj;
|
|
68412
68554
|
b.generationOptions = this.di;
|
|
@@ -68416,7 +68558,7 @@
|
|
|
68416
68558
|
var d = c;
|
|
68417
68559
|
var e = d.id;
|
|
68418
68560
|
try {
|
|
68419
|
-
for (var _f = (
|
|
68561
|
+
for (var _f = (e_12 = void 0, tslib.__values(fromEnum(d.a))), _g = _f.next(); !_g.done; _g = _f.next()) {
|
|
68420
68562
|
var f = _g.value;
|
|
68421
68563
|
if (f.i("Name") != null) {
|
|
68422
68564
|
b.trackDescriptionField(e, f.i("Name"));
|
|
@@ -68426,8 +68568,8 @@
|
|
|
68426
68568
|
}
|
|
68427
68569
|
}
|
|
68428
68570
|
}
|
|
68429
|
-
catch (
|
|
68430
|
-
|
|
68571
|
+
catch (e_12_1) {
|
|
68572
|
+
e_12 = { error: e_12_1 };
|
|
68431
68573
|
}
|
|
68432
68574
|
finally {
|
|
68433
68575
|
try {
|
|
@@ -68435,14 +68577,14 @@
|
|
|
68435
68577
|
_b.call(_f);
|
|
68436
68578
|
}
|
|
68437
68579
|
finally {
|
|
68438
|
-
if (
|
|
68439
|
-
throw
|
|
68580
|
+
if (e_12)
|
|
68581
|
+
throw e_12.error;
|
|
68440
68582
|
}
|
|
68441
68583
|
}
|
|
68442
68584
|
}
|
|
68443
68585
|
}
|
|
68444
|
-
catch (
|
|
68445
|
-
|
|
68586
|
+
catch (e_11_1) {
|
|
68587
|
+
e_11 = { error: e_11_1 };
|
|
68446
68588
|
}
|
|
68447
68589
|
finally {
|
|
68448
68590
|
try {
|
|
@@ -68450,8 +68592,8 @@
|
|
|
68450
68592
|
_a.call(_d);
|
|
68451
68593
|
}
|
|
68452
68594
|
finally {
|
|
68453
|
-
if (
|
|
68454
|
-
throw
|
|
68595
|
+
if (e_11)
|
|
68596
|
+
throw e_11.error;
|
|
68455
68597
|
}
|
|
68456
68598
|
}
|
|
68457
68599
|
try {
|
|
@@ -68461,8 +68603,8 @@
|
|
|
68461
68603
|
h.c(b, this, this.di);
|
|
68462
68604
|
}
|
|
68463
68605
|
}
|
|
68464
|
-
catch (
|
|
68465
|
-
|
|
68606
|
+
catch (e_13_1) {
|
|
68607
|
+
e_13 = { error: e_13_1 };
|
|
68466
68608
|
}
|
|
68467
68609
|
finally {
|
|
68468
68610
|
try {
|
|
@@ -68470,13 +68612,13 @@
|
|
|
68470
68612
|
_c.call(_h);
|
|
68471
68613
|
}
|
|
68472
68614
|
finally {
|
|
68473
|
-
if (
|
|
68474
|
-
throw
|
|
68615
|
+
if (e_13)
|
|
68616
|
+
throw e_13.error;
|
|
68475
68617
|
}
|
|
68476
68618
|
}
|
|
68477
68619
|
if (this.dk != null) {
|
|
68478
68620
|
var i = this.dg(this.di, b);
|
|
68479
|
-
i.
|
|
68621
|
+
i.m(this.dk);
|
|
68480
68622
|
}
|
|
68481
68623
|
if (this.dm != null) {
|
|
68482
68624
|
if (typeCast(JsonDictionaryObject.$, this.dm) !== null) {
|
|
@@ -68566,7 +68708,7 @@
|
|
|
68566
68708
|
configurable: true
|
|
68567
68709
|
});
|
|
68568
68710
|
CodeGenerationContainer.prototype.c = function (a, b, c) {
|
|
68569
|
-
var
|
|
68711
|
+
var e_14, _a;
|
|
68570
68712
|
var d = new StringBuilder(0);
|
|
68571
68713
|
var e = new StringBuilder(0);
|
|
68572
68714
|
var f = new StringBuilder(0);
|
|
@@ -68578,14 +68720,14 @@
|
|
|
68578
68720
|
h.p(i, true);
|
|
68579
68721
|
var j = i.toString();
|
|
68580
68722
|
a.addContainerResult(this.id, j);
|
|
68581
|
-
i.
|
|
68582
|
-
i.
|
|
68583
|
-
i.
|
|
68584
|
-
i.
|
|
68723
|
+
i.aw(d);
|
|
68724
|
+
i.az(e);
|
|
68725
|
+
i.av(f);
|
|
68726
|
+
i.ax(g);
|
|
68585
68727
|
}
|
|
68586
68728
|
}
|
|
68587
|
-
catch (
|
|
68588
|
-
|
|
68729
|
+
catch (e_14_1) {
|
|
68730
|
+
e_14 = { error: e_14_1 };
|
|
68589
68731
|
}
|
|
68590
68732
|
finally {
|
|
68591
68733
|
try {
|
|
@@ -68593,8 +68735,8 @@
|
|
|
68593
68735
|
_a.call(_b);
|
|
68594
68736
|
}
|
|
68595
68737
|
finally {
|
|
68596
|
-
if (
|
|
68597
|
-
throw
|
|
68738
|
+
if (e_14)
|
|
68739
|
+
throw e_14.error;
|
|
68598
68740
|
}
|
|
68599
68741
|
}
|
|
68600
68742
|
a.addContainerResult("bindingFields", d.toString());
|
|
@@ -68674,31 +68816,31 @@
|
|
|
68674
68816
|
return null;
|
|
68675
68817
|
};
|
|
68676
68818
|
CodeGenerationItemBuilder.prototype.p = function (a, b) {
|
|
68677
|
-
var
|
|
68819
|
+
var e_15, _a, e_16, _b;
|
|
68678
68820
|
var c = this.m();
|
|
68679
68821
|
if (b) {
|
|
68680
68822
|
var d = this.n();
|
|
68681
|
-
a.
|
|
68823
|
+
a.aq = d;
|
|
68682
68824
|
}
|
|
68683
68825
|
var e = false;
|
|
68684
68826
|
var f = false;
|
|
68685
68827
|
if (this.f.containsKey("Name")) {
|
|
68686
68828
|
e = true;
|
|
68687
|
-
a.
|
|
68829
|
+
a.a6(this.f.item("Name").c);
|
|
68688
68830
|
}
|
|
68689
68831
|
else if (this.f.containsKey("name")) {
|
|
68690
68832
|
e = true;
|
|
68691
|
-
a.
|
|
68833
|
+
a.a6(this.f.item("name").c);
|
|
68692
68834
|
}
|
|
68693
68835
|
else {
|
|
68694
68836
|
if (this.e(a)) {
|
|
68695
68837
|
f = true;
|
|
68696
|
-
a.
|
|
68697
|
-
if (a.
|
|
68838
|
+
a.a5(c);
|
|
68839
|
+
if (a.s) {
|
|
68698
68840
|
this.g.add("name");
|
|
68699
68841
|
this.f.addItem("name", ((function () {
|
|
68700
68842
|
var $ret = new CodeGenerationItemBuilderPropertyInfo();
|
|
68701
|
-
$ret.c = a.
|
|
68843
|
+
$ret.c = a.ad;
|
|
68702
68844
|
return $ret;
|
|
68703
68845
|
})()));
|
|
68704
68846
|
}
|
|
@@ -68706,13 +68848,13 @@
|
|
|
68706
68848
|
this.g.add("Name");
|
|
68707
68849
|
this.f.addItem("Name", ((function () {
|
|
68708
68850
|
var $ret = new CodeGenerationItemBuilderPropertyInfo();
|
|
68709
|
-
$ret.c = a.
|
|
68851
|
+
$ret.c = a.ad;
|
|
68710
68852
|
return $ret;
|
|
68711
68853
|
})()));
|
|
68712
68854
|
}
|
|
68713
68855
|
}
|
|
68714
68856
|
}
|
|
68715
|
-
a.
|
|
68857
|
+
a.au(c);
|
|
68716
68858
|
var g = 0;
|
|
68717
68859
|
try {
|
|
68718
68860
|
for (var _c = tslib.__values(fromEnum(this.g)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
@@ -68722,13 +68864,13 @@
|
|
|
68722
68864
|
continue;
|
|
68723
68865
|
}
|
|
68724
68866
|
if (this.d(h, i)) {
|
|
68725
|
-
a.
|
|
68867
|
+
a.a0(g, h, i, this.c);
|
|
68726
68868
|
g++;
|
|
68727
68869
|
}
|
|
68728
68870
|
}
|
|
68729
68871
|
}
|
|
68730
|
-
catch (
|
|
68731
|
-
|
|
68872
|
+
catch (e_15_1) {
|
|
68873
|
+
e_15 = { error: e_15_1 };
|
|
68732
68874
|
}
|
|
68733
68875
|
finally {
|
|
68734
68876
|
try {
|
|
@@ -68736,11 +68878,11 @@
|
|
|
68736
68878
|
_a.call(_c);
|
|
68737
68879
|
}
|
|
68738
68880
|
finally {
|
|
68739
|
-
if (
|
|
68740
|
-
throw
|
|
68881
|
+
if (e_15)
|
|
68882
|
+
throw e_15.error;
|
|
68741
68883
|
}
|
|
68742
68884
|
}
|
|
68743
|
-
a.
|
|
68885
|
+
a.a7();
|
|
68744
68886
|
var j = 0;
|
|
68745
68887
|
try {
|
|
68746
68888
|
for (var _e = tslib.__values(fromEnum(this.g)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
@@ -68750,13 +68892,13 @@
|
|
|
68750
68892
|
continue;
|
|
68751
68893
|
}
|
|
68752
68894
|
if (!this.d(k, l)) {
|
|
68753
|
-
a.
|
|
68895
|
+
a.a1(j, k, l, this.c);
|
|
68754
68896
|
j++;
|
|
68755
68897
|
}
|
|
68756
68898
|
}
|
|
68757
68899
|
}
|
|
68758
|
-
catch (
|
|
68759
|
-
|
|
68900
|
+
catch (e_16_1) {
|
|
68901
|
+
e_16 = { error: e_16_1 };
|
|
68760
68902
|
}
|
|
68761
68903
|
finally {
|
|
68762
68904
|
try {
|
|
@@ -68764,22 +68906,22 @@
|
|
|
68764
68906
|
_b.call(_e);
|
|
68765
68907
|
}
|
|
68766
68908
|
finally {
|
|
68767
|
-
if (
|
|
68768
|
-
throw
|
|
68909
|
+
if (e_16)
|
|
68910
|
+
throw e_16.error;
|
|
68769
68911
|
}
|
|
68770
68912
|
}
|
|
68771
|
-
a.
|
|
68913
|
+
a.a2(c);
|
|
68772
68914
|
if (e) {
|
|
68773
|
-
a.
|
|
68915
|
+
a.a4();
|
|
68774
68916
|
}
|
|
68775
68917
|
else {
|
|
68776
68918
|
if (f) {
|
|
68777
|
-
a.
|
|
68919
|
+
a.a3();
|
|
68778
68920
|
}
|
|
68779
68921
|
}
|
|
68780
68922
|
};
|
|
68781
68923
|
CodeGenerationItemBuilder.prototype.e = function (a) {
|
|
68782
|
-
var
|
|
68924
|
+
var e_17, _a;
|
|
68783
68925
|
try {
|
|
68784
68926
|
for (var _b = tslib.__values(fromEnum(this.g)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
68785
68927
|
var b = _c.value;
|
|
@@ -68789,8 +68931,8 @@
|
|
|
68789
68931
|
}
|
|
68790
68932
|
}
|
|
68791
68933
|
}
|
|
68792
|
-
catch (
|
|
68793
|
-
|
|
68934
|
+
catch (e_17_1) {
|
|
68935
|
+
e_17 = { error: e_17_1 };
|
|
68794
68936
|
}
|
|
68795
68937
|
finally {
|
|
68796
68938
|
try {
|
|
@@ -68798,8 +68940,8 @@
|
|
|
68798
68940
|
_a.call(_b);
|
|
68799
68941
|
}
|
|
68800
68942
|
finally {
|
|
68801
|
-
if (
|
|
68802
|
-
throw
|
|
68943
|
+
if (e_17)
|
|
68944
|
+
throw e_17.error;
|
|
68803
68945
|
}
|
|
68804
68946
|
}
|
|
68805
68947
|
return false;
|
|
@@ -70092,51 +70234,55 @@
|
|
|
70092
70234
|
for (var i = 0; i < h.length; i++) {
|
|
70093
70235
|
d.add_1(h[i]);
|
|
70094
70236
|
}
|
|
70095
|
-
|
|
70096
|
-
|
|
70097
|
-
|
|
70098
|
-
this.c._inner[j] = k;
|
|
70237
|
+
var j = a.getPackages();
|
|
70238
|
+
for (var k = 0; k < j.length; k++) {
|
|
70239
|
+
d.add_1(j[k]);
|
|
70099
70240
|
}
|
|
70100
70241
|
for (var l = 0; l < this.b.count; l++) {
|
|
70101
|
-
var m =
|
|
70102
|
-
|
|
70103
|
-
|
|
70104
|
-
|
|
70105
|
-
|
|
70106
|
-
|
|
70107
|
-
var
|
|
70108
|
-
q =
|
|
70109
|
-
|
|
70110
|
-
|
|
70111
|
-
|
|
70112
|
-
|
|
70113
|
-
|
|
70114
|
-
|
|
70115
|
-
|
|
70116
|
-
|
|
70117
|
-
|
|
70118
|
-
|
|
70119
|
-
|
|
70120
|
-
|
|
70121
|
-
|
|
70122
|
-
|
|
70123
|
-
|
|
70124
|
-
|
|
70125
|
-
|
|
70126
|
-
|
|
70127
|
-
|
|
70242
|
+
var m = this.c._inner[l];
|
|
70243
|
+
m = this.h(m, d);
|
|
70244
|
+
this.c._inner[l] = m;
|
|
70245
|
+
}
|
|
70246
|
+
for (var n = 0; n < this.b.count; n++) {
|
|
70247
|
+
var o = new List$1(String_$type, 0);
|
|
70248
|
+
var r = a.getImportsKeys();
|
|
70249
|
+
for (var q = 0; q < r.length; q++) {
|
|
70250
|
+
var p = r[q];
|
|
70251
|
+
o.add(p);
|
|
70252
|
+
}
|
|
70253
|
+
var s = this.c._inner[n];
|
|
70254
|
+
s = this.j(s, o.toArray(), a);
|
|
70255
|
+
this.c._inner[n] = s;
|
|
70256
|
+
}
|
|
70257
|
+
var v = a.getKeys();
|
|
70258
|
+
for (var u = 0; u < v.length; u++) {
|
|
70259
|
+
var t = v[u];
|
|
70260
|
+
for (var w = 0; w < this.b.count; w++) {
|
|
70261
|
+
var x = this.c._inner[w];
|
|
70262
|
+
var y = a.getContentForKey(t);
|
|
70263
|
+
x = this.i(x, t, y, a);
|
|
70264
|
+
this.c._inner[w] = x;
|
|
70265
|
+
}
|
|
70266
|
+
}
|
|
70267
|
+
var ab = a.getStringNames();
|
|
70268
|
+
for (var aa = 0; aa < ab.length; aa++) {
|
|
70269
|
+
var z = ab[aa];
|
|
70270
|
+
for (var ac = 0; ac < this.b.count; ac++) {
|
|
70271
|
+
var ad = this.c._inner[ac];
|
|
70272
|
+
ad = stringReplace(ad, "$$" + z, a.getString(z));
|
|
70273
|
+
this.c._inner[ac] = ad;
|
|
70128
70274
|
}
|
|
70129
70275
|
}
|
|
70130
70276
|
try {
|
|
70131
70277
|
for (var _c = tslib.__values(fromEnum(a.getNewFiles())), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
70132
|
-
var
|
|
70133
|
-
var
|
|
70134
|
-
var
|
|
70278
|
+
var ae = _d.value;
|
|
70279
|
+
var af = a.getNewFileContent(ae);
|
|
70280
|
+
var ag = "";
|
|
70135
70281
|
try {
|
|
70136
70282
|
for (var _e = (e_2 = void 0, tslib.__values(fromEnum(this.d))), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
70137
|
-
var
|
|
70138
|
-
if (stringStartsWith(
|
|
70139
|
-
|
|
70283
|
+
var ah = _f.value;
|
|
70284
|
+
if (stringStartsWith(ah, "src")) {
|
|
70285
|
+
ag = "src/";
|
|
70140
70286
|
}
|
|
70141
70287
|
}
|
|
70142
70288
|
}
|
|
@@ -70153,8 +70299,8 @@
|
|
|
70153
70299
|
throw e_2.error;
|
|
70154
70300
|
}
|
|
70155
70301
|
}
|
|
70156
|
-
this.d.add(
|
|
70157
|
-
this.c.add(
|
|
70302
|
+
this.d.add(ag + ae);
|
|
70303
|
+
this.c.add(af);
|
|
70158
70304
|
}
|
|
70159
70305
|
}
|
|
70160
70306
|
catch (e_1_1) {
|
|
@@ -70183,7 +70329,7 @@
|
|
|
70183
70329
|
var g = new CodeGeneratingRegexHelper("(?:(<!--)|(\\/\\/))\\s*insert " + e + "(?:(\\s*-->)?)[\\w\\W\\r\\n]*?(?:(<!--)|(\\/\\/))\\s*end " + e + "(?:(\\s*-->)?)((\\r\\n)|(\\n))");
|
|
70184
70330
|
a = g.b(a, function (h, i, j) {
|
|
70185
70331
|
var e_4, _a;
|
|
70186
|
-
var k = c.
|
|
70332
|
+
var k = c.q(e);
|
|
70187
70333
|
var l = new CodeGeneratingImportManager();
|
|
70188
70334
|
try {
|
|
70189
70335
|
for (var _b = (e_4 = void 0, tslib.__values(fromEnum(k))), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -128259,50 +128405,50 @@
|
|
|
128259
128405
|
tslib.__extends(StackedFragmentSeriesDescription, _super);
|
|
128260
128406
|
function StackedFragmentSeriesDescription() {
|
|
128261
128407
|
var _this = _super.call(this) || this;
|
|
128262
|
-
_this.
|
|
128263
|
-
_this.
|
|
128264
|
-
_this.
|
|
128408
|
+
_this.b6 = null;
|
|
128409
|
+
_this.b5 = null;
|
|
128410
|
+
_this.bn = null;
|
|
128265
128411
|
_this.j = false;
|
|
128266
128412
|
_this.f = false;
|
|
128267
128413
|
_this.an = 0;
|
|
128268
128414
|
_this.ac = 0;
|
|
128269
|
-
_this.
|
|
128270
|
-
_this.
|
|
128415
|
+
_this.cl = null;
|
|
128416
|
+
_this.bz = null;
|
|
128271
128417
|
_this.m = false;
|
|
128272
128418
|
_this.i = false;
|
|
128273
128419
|
_this.ao = 0;
|
|
128274
128420
|
_this.ad = 0;
|
|
128275
128421
|
_this.ap = 0;
|
|
128276
128422
|
_this.ae = 0;
|
|
128277
|
-
_this.b7 = null;
|
|
128278
|
-
_this.bo = null;
|
|
128279
|
-
_this.b8 = null;
|
|
128280
|
-
_this.bp = null;
|
|
128281
128423
|
_this.b9 = null;
|
|
128282
128424
|
_this.bq = null;
|
|
128283
|
-
_this.b6 = null;
|
|
128284
|
-
_this.b5 = null;
|
|
128285
|
-
_this.bn = null;
|
|
128286
|
-
_this.bm = null;
|
|
128287
128425
|
_this.ca = null;
|
|
128288
128426
|
_this.br = null;
|
|
128289
128427
|
_this.cb = null;
|
|
128290
128428
|
_this.bs = null;
|
|
128429
|
+
_this.b8 = null;
|
|
128430
|
+
_this.b7 = null;
|
|
128431
|
+
_this.bp = null;
|
|
128432
|
+
_this.bo = null;
|
|
128291
128433
|
_this.cc = null;
|
|
128292
128434
|
_this.bt = null;
|
|
128293
128435
|
_this.cd = null;
|
|
128294
128436
|
_this.bu = null;
|
|
128295
128437
|
_this.ce = null;
|
|
128438
|
+
_this.bv = null;
|
|
128439
|
+
_this.cf = null;
|
|
128440
|
+
_this.bw = null;
|
|
128441
|
+
_this.cg = null;
|
|
128296
128442
|
_this.ak = 0;
|
|
128297
128443
|
_this.z = 0;
|
|
128298
|
-
_this.
|
|
128299
|
-
_this.
|
|
128444
|
+
_this.ch = null;
|
|
128445
|
+
_this.bx = null;
|
|
128300
128446
|
_this.ag = 0;
|
|
128301
128447
|
_this.v = 0;
|
|
128302
128448
|
_this.ai = 0;
|
|
128303
128449
|
_this.x = 0;
|
|
128304
|
-
_this.
|
|
128305
|
-
_this.
|
|
128450
|
+
_this.ci = null;
|
|
128451
|
+
_this.by = null;
|
|
128306
128452
|
_this.ah = 0;
|
|
128307
128453
|
_this.w = 0;
|
|
128308
128454
|
_this.al = 0;
|
|
@@ -128315,28 +128461,28 @@
|
|
|
128315
128461
|
_this.af = 0;
|
|
128316
128462
|
_this.aj = 0;
|
|
128317
128463
|
_this.y = 0;
|
|
128318
|
-
_this.
|
|
128319
|
-
_this.
|
|
128464
|
+
_this.bl = null;
|
|
128465
|
+
_this.cm = null;
|
|
128320
128466
|
_this.bf = 0;
|
|
128321
128467
|
_this.bg = 0;
|
|
128322
|
-
_this.cm = null;
|
|
128323
128468
|
_this.cn = null;
|
|
128324
|
-
_this.l = false;
|
|
128325
128469
|
_this.co = null;
|
|
128470
|
+
_this.l = false;
|
|
128471
|
+
_this.cp = null;
|
|
128326
128472
|
_this.h = false;
|
|
128327
128473
|
_this.be = 0;
|
|
128328
|
-
_this.
|
|
128474
|
+
_this.b2 = null;
|
|
128475
|
+
_this.b3 = null;
|
|
128329
128476
|
_this.b1 = null;
|
|
128330
|
-
_this.
|
|
128331
|
-
_this.by = null;
|
|
128477
|
+
_this.b0 = null;
|
|
128332
128478
|
_this.bd = 0;
|
|
128333
|
-
_this.cr = null;
|
|
128334
|
-
_this.cp = null;
|
|
128335
|
-
_this.cq = null;
|
|
128336
128479
|
_this.cs = null;
|
|
128337
|
-
_this.
|
|
128338
|
-
_this.
|
|
128339
|
-
_this.
|
|
128480
|
+
_this.cq = null;
|
|
128481
|
+
_this.cr = null;
|
|
128482
|
+
_this.ct = null;
|
|
128483
|
+
_this.b4 = null;
|
|
128484
|
+
_this.cj = null;
|
|
128485
|
+
_this.ck = null;
|
|
128340
128486
|
return _this;
|
|
128341
128487
|
}
|
|
128342
128488
|
StackedFragmentSeriesDescription.prototype.get_type = function () {
|
|
@@ -128351,10 +128497,10 @@
|
|
|
128351
128497
|
});
|
|
128352
128498
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "dataSourceRef", {
|
|
128353
128499
|
get: function () {
|
|
128354
|
-
return this.
|
|
128500
|
+
return this.b6;
|
|
128355
128501
|
},
|
|
128356
128502
|
set: function (a) {
|
|
128357
|
-
this.
|
|
128503
|
+
this.b6 = a;
|
|
128358
128504
|
this.e("DataSourceRef");
|
|
128359
128505
|
},
|
|
128360
128506
|
enumerable: false,
|
|
@@ -128362,10 +128508,10 @@
|
|
|
128362
128508
|
});
|
|
128363
128509
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "brush", {
|
|
128364
128510
|
get: function () {
|
|
128365
|
-
return this.
|
|
128511
|
+
return this.b5;
|
|
128366
128512
|
},
|
|
128367
128513
|
set: function (a) {
|
|
128368
|
-
this.
|
|
128514
|
+
this.b5 = a;
|
|
128369
128515
|
this.e("Brush");
|
|
128370
128516
|
},
|
|
128371
128517
|
enumerable: false,
|
|
@@ -128373,10 +128519,10 @@
|
|
|
128373
128519
|
});
|
|
128374
128520
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualBrush", {
|
|
128375
128521
|
get: function () {
|
|
128376
|
-
return this.
|
|
128522
|
+
return this.bn;
|
|
128377
128523
|
},
|
|
128378
128524
|
set: function (a) {
|
|
128379
|
-
this.
|
|
128525
|
+
this.bn = a;
|
|
128380
128526
|
this.e("ActualBrush");
|
|
128381
128527
|
},
|
|
128382
128528
|
enumerable: false,
|
|
@@ -128428,10 +128574,10 @@
|
|
|
128428
128574
|
});
|
|
128429
128575
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "shadowColor", {
|
|
128430
128576
|
get: function () {
|
|
128431
|
-
return this.
|
|
128577
|
+
return this.cl;
|
|
128432
128578
|
},
|
|
128433
128579
|
set: function (a) {
|
|
128434
|
-
this.
|
|
128580
|
+
this.cl = a;
|
|
128435
128581
|
this.e("ShadowColor");
|
|
128436
128582
|
},
|
|
128437
128583
|
enumerable: false,
|
|
@@ -128439,10 +128585,10 @@
|
|
|
128439
128585
|
});
|
|
128440
128586
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualShadowColor", {
|
|
128441
128587
|
get: function () {
|
|
128442
|
-
return this.
|
|
128588
|
+
return this.bz;
|
|
128443
128589
|
},
|
|
128444
128590
|
set: function (a) {
|
|
128445
|
-
this.
|
|
128591
|
+
this.bz = a;
|
|
128446
128592
|
this.e("ActualShadowColor");
|
|
128447
128593
|
},
|
|
128448
128594
|
enumerable: false,
|
|
@@ -128516,10 +128662,10 @@
|
|
|
128516
128662
|
});
|
|
128517
128663
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "legendItemBadgeTemplateRef", {
|
|
128518
128664
|
get: function () {
|
|
128519
|
-
return this.
|
|
128665
|
+
return this.b9;
|
|
128520
128666
|
},
|
|
128521
128667
|
set: function (a) {
|
|
128522
|
-
this.
|
|
128668
|
+
this.b9 = a;
|
|
128523
128669
|
this.e("LegendItemBadgeTemplateRef");
|
|
128524
128670
|
},
|
|
128525
128671
|
enumerable: false,
|
|
@@ -128527,10 +128673,10 @@
|
|
|
128527
128673
|
});
|
|
128528
128674
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualLegendItemBadgeTemplateRef", {
|
|
128529
128675
|
get: function () {
|
|
128530
|
-
return this.
|
|
128676
|
+
return this.bq;
|
|
128531
128677
|
},
|
|
128532
128678
|
set: function (a) {
|
|
128533
|
-
this.
|
|
128679
|
+
this.bq = a;
|
|
128534
128680
|
this.e("ActualLegendItemBadgeTemplateRef");
|
|
128535
128681
|
},
|
|
128536
128682
|
enumerable: false,
|
|
@@ -128538,10 +128684,10 @@
|
|
|
128538
128684
|
});
|
|
128539
128685
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "legendItemTemplateRef", {
|
|
128540
128686
|
get: function () {
|
|
128541
|
-
return this.
|
|
128687
|
+
return this.ca;
|
|
128542
128688
|
},
|
|
128543
128689
|
set: function (a) {
|
|
128544
|
-
this.
|
|
128690
|
+
this.ca = a;
|
|
128545
128691
|
this.e("LegendItemTemplateRef");
|
|
128546
128692
|
},
|
|
128547
128693
|
enumerable: false,
|
|
@@ -128549,10 +128695,10 @@
|
|
|
128549
128695
|
});
|
|
128550
128696
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualLegendItemTemplateRef", {
|
|
128551
128697
|
get: function () {
|
|
128552
|
-
return this.
|
|
128698
|
+
return this.br;
|
|
128553
128699
|
},
|
|
128554
128700
|
set: function (a) {
|
|
128555
|
-
this.
|
|
128701
|
+
this.br = a;
|
|
128556
128702
|
this.e("ActualLegendItemTemplateRef");
|
|
128557
128703
|
},
|
|
128558
128704
|
enumerable: false,
|
|
@@ -128560,10 +128706,10 @@
|
|
|
128560
128706
|
});
|
|
128561
128707
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "legendItemVisibility", {
|
|
128562
128708
|
get: function () {
|
|
128563
|
-
return this.
|
|
128709
|
+
return this.cb;
|
|
128564
128710
|
},
|
|
128565
128711
|
set: function (a) {
|
|
128566
|
-
this.
|
|
128712
|
+
this.cb = a;
|
|
128567
128713
|
this.e("LegendItemVisibility");
|
|
128568
128714
|
},
|
|
128569
128715
|
enumerable: false,
|
|
@@ -128571,10 +128717,10 @@
|
|
|
128571
128717
|
});
|
|
128572
128718
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualLegendItemVisibility", {
|
|
128573
128719
|
get: function () {
|
|
128574
|
-
return this.
|
|
128720
|
+
return this.bs;
|
|
128575
128721
|
},
|
|
128576
128722
|
set: function (a) {
|
|
128577
|
-
this.
|
|
128723
|
+
this.bs = a;
|
|
128578
128724
|
this.e("ActualLegendItemVisibility");
|
|
128579
128725
|
},
|
|
128580
128726
|
enumerable: false,
|
|
@@ -128582,10 +128728,10 @@
|
|
|
128582
128728
|
});
|
|
128583
128729
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "legendItemBadgeShape", {
|
|
128584
128730
|
get: function () {
|
|
128585
|
-
return this.
|
|
128731
|
+
return this.b8;
|
|
128586
128732
|
},
|
|
128587
128733
|
set: function (a) {
|
|
128588
|
-
this.
|
|
128734
|
+
this.b8 = a;
|
|
128589
128735
|
this.e("LegendItemBadgeShape");
|
|
128590
128736
|
},
|
|
128591
128737
|
enumerable: false,
|
|
@@ -128593,10 +128739,10 @@
|
|
|
128593
128739
|
});
|
|
128594
128740
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "legendItemBadgeMode", {
|
|
128595
128741
|
get: function () {
|
|
128596
|
-
return this.
|
|
128742
|
+
return this.b7;
|
|
128597
128743
|
},
|
|
128598
128744
|
set: function (a) {
|
|
128599
|
-
this.
|
|
128745
|
+
this.b7 = a;
|
|
128600
128746
|
this.e("LegendItemBadgeMode");
|
|
128601
128747
|
},
|
|
128602
128748
|
enumerable: false,
|
|
@@ -128604,10 +128750,10 @@
|
|
|
128604
128750
|
});
|
|
128605
128751
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualLegendItemBadgeShape", {
|
|
128606
128752
|
get: function () {
|
|
128607
|
-
return this.
|
|
128753
|
+
return this.bp;
|
|
128608
128754
|
},
|
|
128609
128755
|
set: function (a) {
|
|
128610
|
-
this.
|
|
128756
|
+
this.bp = a;
|
|
128611
128757
|
this.e("ActualLegendItemBadgeShape");
|
|
128612
128758
|
},
|
|
128613
128759
|
enumerable: false,
|
|
@@ -128615,10 +128761,10 @@
|
|
|
128615
128761
|
});
|
|
128616
128762
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualLegendItemBadgeMode", {
|
|
128617
128763
|
get: function () {
|
|
128618
|
-
return this.
|
|
128764
|
+
return this.bo;
|
|
128619
128765
|
},
|
|
128620
128766
|
set: function (a) {
|
|
128621
|
-
this.
|
|
128767
|
+
this.bo = a;
|
|
128622
128768
|
this.e("ActualLegendItemBadgeMode");
|
|
128623
128769
|
},
|
|
128624
128770
|
enumerable: false,
|
|
@@ -128626,10 +128772,10 @@
|
|
|
128626
128772
|
});
|
|
128627
128773
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "markerBrush", {
|
|
128628
128774
|
get: function () {
|
|
128629
|
-
return this.
|
|
128775
|
+
return this.cc;
|
|
128630
128776
|
},
|
|
128631
128777
|
set: function (a) {
|
|
128632
|
-
this.
|
|
128778
|
+
this.cc = a;
|
|
128633
128779
|
this.e("MarkerBrush");
|
|
128634
128780
|
},
|
|
128635
128781
|
enumerable: false,
|
|
@@ -128637,10 +128783,10 @@
|
|
|
128637
128783
|
});
|
|
128638
128784
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualMarkerBrush", {
|
|
128639
128785
|
get: function () {
|
|
128640
|
-
return this.
|
|
128786
|
+
return this.bt;
|
|
128641
128787
|
},
|
|
128642
128788
|
set: function (a) {
|
|
128643
|
-
this.
|
|
128789
|
+
this.bt = a;
|
|
128644
128790
|
this.e("ActualMarkerBrush");
|
|
128645
128791
|
},
|
|
128646
128792
|
enumerable: false,
|
|
@@ -128648,10 +128794,10 @@
|
|
|
128648
128794
|
});
|
|
128649
128795
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "markerOutline", {
|
|
128650
128796
|
get: function () {
|
|
128651
|
-
return this.
|
|
128797
|
+
return this.cd;
|
|
128652
128798
|
},
|
|
128653
128799
|
set: function (a) {
|
|
128654
|
-
this.
|
|
128800
|
+
this.cd = a;
|
|
128655
128801
|
this.e("MarkerOutline");
|
|
128656
128802
|
},
|
|
128657
128803
|
enumerable: false,
|
|
@@ -128659,10 +128805,10 @@
|
|
|
128659
128805
|
});
|
|
128660
128806
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualMarkerOutline", {
|
|
128661
128807
|
get: function () {
|
|
128662
|
-
return this.
|
|
128808
|
+
return this.bu;
|
|
128663
128809
|
},
|
|
128664
128810
|
set: function (a) {
|
|
128665
|
-
this.
|
|
128811
|
+
this.bu = a;
|
|
128666
128812
|
this.e("ActualMarkerOutline");
|
|
128667
128813
|
},
|
|
128668
128814
|
enumerable: false,
|
|
@@ -128670,10 +128816,10 @@
|
|
|
128670
128816
|
});
|
|
128671
128817
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "markerTemplateRef", {
|
|
128672
128818
|
get: function () {
|
|
128673
|
-
return this.
|
|
128819
|
+
return this.ce;
|
|
128674
128820
|
},
|
|
128675
128821
|
set: function (a) {
|
|
128676
|
-
this.
|
|
128822
|
+
this.ce = a;
|
|
128677
128823
|
this.e("MarkerTemplateRef");
|
|
128678
128824
|
},
|
|
128679
128825
|
enumerable: false,
|
|
@@ -128681,10 +128827,10 @@
|
|
|
128681
128827
|
});
|
|
128682
128828
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualMarkerTemplateRef", {
|
|
128683
128829
|
get: function () {
|
|
128684
|
-
return this.
|
|
128830
|
+
return this.bv;
|
|
128685
128831
|
},
|
|
128686
128832
|
set: function (a) {
|
|
128687
|
-
this.
|
|
128833
|
+
this.bv = a;
|
|
128688
128834
|
this.e("ActualMarkerTemplateRef");
|
|
128689
128835
|
},
|
|
128690
128836
|
enumerable: false,
|
|
@@ -128692,10 +128838,10 @@
|
|
|
128692
128838
|
});
|
|
128693
128839
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "markerType", {
|
|
128694
128840
|
get: function () {
|
|
128695
|
-
return this.
|
|
128841
|
+
return this.cf;
|
|
128696
128842
|
},
|
|
128697
128843
|
set: function (a) {
|
|
128698
|
-
this.
|
|
128844
|
+
this.cf = a;
|
|
128699
128845
|
this.e("MarkerType");
|
|
128700
128846
|
},
|
|
128701
128847
|
enumerable: false,
|
|
@@ -128703,10 +128849,10 @@
|
|
|
128703
128849
|
});
|
|
128704
128850
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualMarkerType", {
|
|
128705
128851
|
get: function () {
|
|
128706
|
-
return this.
|
|
128852
|
+
return this.bw;
|
|
128707
128853
|
},
|
|
128708
128854
|
set: function (a) {
|
|
128709
|
-
this.
|
|
128855
|
+
this.bw = a;
|
|
128710
128856
|
this.e("ActualMarkerType");
|
|
128711
128857
|
},
|
|
128712
128858
|
enumerable: false,
|
|
@@ -128714,10 +128860,10 @@
|
|
|
128714
128860
|
});
|
|
128715
128861
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "name", {
|
|
128716
128862
|
get: function () {
|
|
128717
|
-
return this.
|
|
128863
|
+
return this.cg;
|
|
128718
128864
|
},
|
|
128719
128865
|
set: function (a) {
|
|
128720
|
-
this.
|
|
128866
|
+
this.cg = a;
|
|
128721
128867
|
this.e("Name");
|
|
128722
128868
|
},
|
|
128723
128869
|
enumerable: false,
|
|
@@ -128747,10 +128893,10 @@
|
|
|
128747
128893
|
});
|
|
128748
128894
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "outline", {
|
|
128749
128895
|
get: function () {
|
|
128750
|
-
return this.
|
|
128896
|
+
return this.ch;
|
|
128751
128897
|
},
|
|
128752
128898
|
set: function (a) {
|
|
128753
|
-
this.
|
|
128899
|
+
this.ch = a;
|
|
128754
128900
|
this.e("Outline");
|
|
128755
128901
|
},
|
|
128756
128902
|
enumerable: false,
|
|
@@ -128758,10 +128904,10 @@
|
|
|
128758
128904
|
});
|
|
128759
128905
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualOutline", {
|
|
128760
128906
|
get: function () {
|
|
128761
|
-
return this.
|
|
128907
|
+
return this.bx;
|
|
128762
128908
|
},
|
|
128763
128909
|
set: function (a) {
|
|
128764
|
-
this.
|
|
128910
|
+
this.bx = a;
|
|
128765
128911
|
this.e("ActualOutline");
|
|
128766
128912
|
},
|
|
128767
128913
|
enumerable: false,
|
|
@@ -128813,10 +128959,10 @@
|
|
|
128813
128959
|
});
|
|
128814
128960
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "outlineMode", {
|
|
128815
128961
|
get: function () {
|
|
128816
|
-
return this.
|
|
128962
|
+
return this.ci;
|
|
128817
128963
|
},
|
|
128818
128964
|
set: function (a) {
|
|
128819
|
-
this.
|
|
128965
|
+
this.ci = a;
|
|
128820
128966
|
this.e("OutlineMode");
|
|
128821
128967
|
},
|
|
128822
128968
|
enumerable: false,
|
|
@@ -128824,10 +128970,10 @@
|
|
|
128824
128970
|
});
|
|
128825
128971
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualOutlineMode", {
|
|
128826
128972
|
get: function () {
|
|
128827
|
-
return this.
|
|
128973
|
+
return this.by;
|
|
128828
128974
|
},
|
|
128829
128975
|
set: function (a) {
|
|
128830
|
-
this.
|
|
128976
|
+
this.by = a;
|
|
128831
128977
|
this.e("ActualOutlineMode");
|
|
128832
128978
|
},
|
|
128833
128979
|
enumerable: false,
|
|
@@ -128965,23 +129111,23 @@
|
|
|
128965
129111
|
enumerable: false,
|
|
128966
129112
|
configurable: true
|
|
128967
129113
|
});
|
|
128968
|
-
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "
|
|
129114
|
+
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "title", {
|
|
128969
129115
|
get: function () {
|
|
128970
|
-
return this.
|
|
129116
|
+
return this.bl;
|
|
128971
129117
|
},
|
|
128972
129118
|
set: function (a) {
|
|
128973
|
-
this.
|
|
128974
|
-
this.e("
|
|
129119
|
+
this.bl = a;
|
|
129120
|
+
this.e("Title");
|
|
128975
129121
|
},
|
|
128976
129122
|
enumerable: false,
|
|
128977
129123
|
configurable: true
|
|
128978
129124
|
});
|
|
128979
129125
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "transitionEasingFunctionRef", {
|
|
128980
129126
|
get: function () {
|
|
128981
|
-
return this.
|
|
129127
|
+
return this.cm;
|
|
128982
129128
|
},
|
|
128983
129129
|
set: function (a) {
|
|
128984
|
-
this.
|
|
129130
|
+
this.cm = a;
|
|
128985
129131
|
this.e("TransitionEasingFunctionRef");
|
|
128986
129132
|
},
|
|
128987
129133
|
enumerable: false,
|
|
@@ -129011,10 +129157,10 @@
|
|
|
129011
129157
|
});
|
|
129012
129158
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "transitionInEasingFunctionRef", {
|
|
129013
129159
|
get: function () {
|
|
129014
|
-
return this.
|
|
129160
|
+
return this.cn;
|
|
129015
129161
|
},
|
|
129016
129162
|
set: function (a) {
|
|
129017
|
-
this.
|
|
129163
|
+
this.cn = a;
|
|
129018
129164
|
this.e("TransitionInEasingFunctionRef");
|
|
129019
129165
|
},
|
|
129020
129166
|
enumerable: false,
|
|
@@ -129022,10 +129168,10 @@
|
|
|
129022
129168
|
});
|
|
129023
129169
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "transitionInMode", {
|
|
129024
129170
|
get: function () {
|
|
129025
|
-
return this.
|
|
129171
|
+
return this.co;
|
|
129026
129172
|
},
|
|
129027
129173
|
set: function (a) {
|
|
129028
|
-
this.
|
|
129174
|
+
this.co = a;
|
|
129029
129175
|
this.e("TransitionInMode");
|
|
129030
129176
|
},
|
|
129031
129177
|
enumerable: false,
|
|
@@ -129044,10 +129190,10 @@
|
|
|
129044
129190
|
});
|
|
129045
129191
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "transitionInSpeedType", {
|
|
129046
129192
|
get: function () {
|
|
129047
|
-
return this.
|
|
129193
|
+
return this.cp;
|
|
129048
129194
|
},
|
|
129049
129195
|
set: function (a) {
|
|
129050
|
-
this.
|
|
129196
|
+
this.cp = a;
|
|
129051
129197
|
this.e("TransitionInSpeedType");
|
|
129052
129198
|
},
|
|
129053
129199
|
enumerable: false,
|
|
@@ -129077,10 +129223,10 @@
|
|
|
129077
129223
|
});
|
|
129078
129224
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualTransitionInMode", {
|
|
129079
129225
|
get: function () {
|
|
129080
|
-
return this.
|
|
129226
|
+
return this.b2;
|
|
129081
129227
|
},
|
|
129082
129228
|
set: function (a) {
|
|
129083
|
-
this.
|
|
129229
|
+
this.b2 = a;
|
|
129084
129230
|
this.e("ActualTransitionInMode");
|
|
129085
129231
|
},
|
|
129086
129232
|
enumerable: false,
|
|
@@ -129088,10 +129234,10 @@
|
|
|
129088
129234
|
});
|
|
129089
129235
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualTransitionInSpeedType", {
|
|
129090
129236
|
get: function () {
|
|
129091
|
-
return this.
|
|
129237
|
+
return this.b3;
|
|
129092
129238
|
},
|
|
129093
129239
|
set: function (a) {
|
|
129094
|
-
this.
|
|
129240
|
+
this.b3 = a;
|
|
129095
129241
|
this.e("ActualTransitionInSpeedType");
|
|
129096
129242
|
},
|
|
129097
129243
|
enumerable: false,
|
|
@@ -129099,10 +129245,10 @@
|
|
|
129099
129245
|
});
|
|
129100
129246
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualTransitionInEasingFunctionRef", {
|
|
129101
129247
|
get: function () {
|
|
129102
|
-
return this.
|
|
129248
|
+
return this.b1;
|
|
129103
129249
|
},
|
|
129104
129250
|
set: function (a) {
|
|
129105
|
-
this.
|
|
129251
|
+
this.b1 = a;
|
|
129106
129252
|
this.e("ActualTransitionInEasingFunctionRef");
|
|
129107
129253
|
},
|
|
129108
129254
|
enumerable: false,
|
|
@@ -129110,10 +129256,10 @@
|
|
|
129110
129256
|
});
|
|
129111
129257
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualTransitionEasingFunctionRef", {
|
|
129112
129258
|
get: function () {
|
|
129113
|
-
return this.
|
|
129259
|
+
return this.b0;
|
|
129114
129260
|
},
|
|
129115
129261
|
set: function (a) {
|
|
129116
|
-
this.
|
|
129262
|
+
this.b0 = a;
|
|
129117
129263
|
this.e("ActualTransitionEasingFunctionRef");
|
|
129118
129264
|
},
|
|
129119
129265
|
enumerable: false,
|
|
@@ -129132,10 +129278,10 @@
|
|
|
129132
129278
|
});
|
|
129133
129279
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "valueMemberPath", {
|
|
129134
129280
|
get: function () {
|
|
129135
|
-
return this.
|
|
129281
|
+
return this.cs;
|
|
129136
129282
|
},
|
|
129137
129283
|
set: function (a) {
|
|
129138
|
-
this.
|
|
129284
|
+
this.cs = a;
|
|
129139
129285
|
this.e("ValueMemberPath");
|
|
129140
129286
|
},
|
|
129141
129287
|
enumerable: false,
|
|
@@ -129143,10 +129289,10 @@
|
|
|
129143
129289
|
});
|
|
129144
129290
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "valueMemberAsLegendLabel", {
|
|
129145
129291
|
get: function () {
|
|
129146
|
-
return this.
|
|
129292
|
+
return this.cq;
|
|
129147
129293
|
},
|
|
129148
129294
|
set: function (a) {
|
|
129149
|
-
this.
|
|
129295
|
+
this.cq = a;
|
|
129150
129296
|
this.e("ValueMemberAsLegendLabel");
|
|
129151
129297
|
},
|
|
129152
129298
|
enumerable: false,
|
|
@@ -129154,10 +129300,10 @@
|
|
|
129154
129300
|
});
|
|
129155
129301
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "valueMemberAsLegendUnit", {
|
|
129156
129302
|
get: function () {
|
|
129157
|
-
return this.
|
|
129303
|
+
return this.cr;
|
|
129158
129304
|
},
|
|
129159
129305
|
set: function (a) {
|
|
129160
|
-
this.
|
|
129306
|
+
this.cr = a;
|
|
129161
129307
|
this.e("ValueMemberAsLegendUnit");
|
|
129162
129308
|
},
|
|
129163
129309
|
enumerable: false,
|
|
@@ -129165,10 +129311,10 @@
|
|
|
129165
129311
|
});
|
|
129166
129312
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "visibility", {
|
|
129167
129313
|
get: function () {
|
|
129168
|
-
return this.
|
|
129314
|
+
return this.ct;
|
|
129169
129315
|
},
|
|
129170
129316
|
set: function (a) {
|
|
129171
|
-
this.
|
|
129317
|
+
this.ct = a;
|
|
129172
129318
|
this.e("Visibility");
|
|
129173
129319
|
},
|
|
129174
129320
|
enumerable: false,
|
|
@@ -129176,10 +129322,10 @@
|
|
|
129176
129322
|
});
|
|
129177
129323
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "actualVisibility", {
|
|
129178
129324
|
get: function () {
|
|
129179
|
-
return this.
|
|
129325
|
+
return this.b4;
|
|
129180
129326
|
},
|
|
129181
129327
|
set: function (a) {
|
|
129182
|
-
this.
|
|
129328
|
+
this.b4 = a;
|
|
129183
129329
|
this.e("ActualVisibility");
|
|
129184
129330
|
},
|
|
129185
129331
|
enumerable: false,
|
|
@@ -129187,10 +129333,10 @@
|
|
|
129187
129333
|
});
|
|
129188
129334
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "parentOrLocalBrush", {
|
|
129189
129335
|
get: function () {
|
|
129190
|
-
return this.
|
|
129336
|
+
return this.cj;
|
|
129191
129337
|
},
|
|
129192
129338
|
set: function (a) {
|
|
129193
|
-
this.
|
|
129339
|
+
this.cj = a;
|
|
129194
129340
|
this.e("ParentOrLocalBrush");
|
|
129195
129341
|
},
|
|
129196
129342
|
enumerable: false,
|
|
@@ -129198,10 +129344,10 @@
|
|
|
129198
129344
|
});
|
|
129199
129345
|
Object.defineProperty(StackedFragmentSeriesDescription.prototype, "propertyUpdatedRef", {
|
|
129200
129346
|
get: function () {
|
|
129201
|
-
return this.
|
|
129347
|
+
return this.ck;
|
|
129202
129348
|
},
|
|
129203
129349
|
set: function (a) {
|
|
129204
|
-
this.
|
|
129350
|
+
this.ck = a;
|
|
129205
129351
|
this.e("PropertyUpdatedRef");
|
|
129206
129352
|
},
|
|
129207
129353
|
enumerable: false,
|
|
@@ -129303,7 +129449,7 @@
|
|
|
129303
129449
|
a.item("ActualThickness", "Number:double");
|
|
129304
129450
|
a.item("MarkerThickness", "Number:double");
|
|
129305
129451
|
a.item("ActualMarkerThickness", "Number:double");
|
|
129306
|
-
a.item("
|
|
129452
|
+
a.item("Title", "Unknown");
|
|
129307
129453
|
a.item("TransitionEasingFunctionRef", "(w:TransitionEasingFunction,wf:TransitionEasingFunction)MethodRef");
|
|
129308
129454
|
a.item("TransitionDuration", "Number:int");
|
|
129309
129455
|
a.item("TransitionInDuration", "Number:int");
|
|
@@ -176678,6 +176824,87 @@
|
|
|
176678
176824
|
return WebTreeDescription;
|
|
176679
176825
|
}(Description));
|
|
176680
176826
|
|
|
176827
|
+
/*
|
|
176828
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
176829
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
176830
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
176831
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
176832
|
+
*/
|
|
176833
|
+
/**
|
|
176834
|
+
* @hidden
|
|
176835
|
+
*/
|
|
176836
|
+
var WebTreeSelectionOptionsEventDetailDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
176837
|
+
tslib.__extends(WebTreeSelectionOptionsEventDetailDescription, _super);
|
|
176838
|
+
function WebTreeSelectionOptionsEventDetailDescription() {
|
|
176839
|
+
var _this = _super.call(this) || this;
|
|
176840
|
+
_this.f = null;
|
|
176841
|
+
return _this;
|
|
176842
|
+
}
|
|
176843
|
+
WebTreeSelectionOptionsEventDetailDescription.prototype.get_type = function () {
|
|
176844
|
+
return "WebTreeSelectionOptionsEventDetail";
|
|
176845
|
+
};
|
|
176846
|
+
Object.defineProperty(WebTreeSelectionOptionsEventDetailDescription.prototype, "type", {
|
|
176847
|
+
get: function () {
|
|
176848
|
+
return this.get_type();
|
|
176849
|
+
},
|
|
176850
|
+
enumerable: false,
|
|
176851
|
+
configurable: true
|
|
176852
|
+
});
|
|
176853
|
+
Object.defineProperty(WebTreeSelectionOptionsEventDetailDescription.prototype, "newSelection", {
|
|
176854
|
+
get: function () {
|
|
176855
|
+
return this.f;
|
|
176856
|
+
},
|
|
176857
|
+
set: function (a) {
|
|
176858
|
+
this.f = a;
|
|
176859
|
+
this.e("NewSelection");
|
|
176860
|
+
},
|
|
176861
|
+
enumerable: false,
|
|
176862
|
+
configurable: true
|
|
176863
|
+
});
|
|
176864
|
+
WebTreeSelectionOptionsEventDetailDescription.$t = markType(WebTreeSelectionOptionsEventDetailDescription, 'WebTreeSelectionOptionsEventDetailDescription', Description.$);
|
|
176865
|
+
WebTreeSelectionOptionsEventDetailDescription.__marshalByValue = true;
|
|
176866
|
+
WebTreeSelectionOptionsEventDetailDescription.__marshalByValueAlias = "TreeSelectionOptionsEventDetail";
|
|
176867
|
+
return WebTreeSelectionOptionsEventDetailDescription;
|
|
176868
|
+
}(Description));
|
|
176869
|
+
|
|
176870
|
+
/*
|
|
176871
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
176872
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
176873
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
176874
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
176875
|
+
*/
|
|
176876
|
+
/**
|
|
176877
|
+
* @hidden
|
|
176878
|
+
*/
|
|
176879
|
+
var WebTreeSelectionOptionsEventDetailDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
176880
|
+
tslib.__extends(WebTreeSelectionOptionsEventDetailDescriptionMetadata, _super);
|
|
176881
|
+
function WebTreeSelectionOptionsEventDetailDescriptionMetadata() {
|
|
176882
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
176883
|
+
}
|
|
176884
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.b = function (a) {
|
|
176885
|
+
if (WebTreeSelectionOptionsEventDetailDescriptionMetadata.a == null) {
|
|
176886
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
176887
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.c(WebTreeSelectionOptionsEventDetailDescriptionMetadata.a);
|
|
176888
|
+
}
|
|
176889
|
+
if (a.g(WebTreeSelectionOptionsEventDetailDescriptionMetadata.a)) {
|
|
176890
|
+
return;
|
|
176891
|
+
}
|
|
176892
|
+
a.s(WebTreeSelectionOptionsEventDetailDescriptionMetadata.a);
|
|
176893
|
+
};
|
|
176894
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.c = function (a) {
|
|
176895
|
+
a.item("__qualifiedNameTS", "String:TreeSelectionOptionsEventDetail");
|
|
176896
|
+
a.item("NewSelection", "Collection:WebTreeItem:WebTreeItemCollection:WebTreeItem");
|
|
176897
|
+
};
|
|
176898
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.d = function (a) {
|
|
176899
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.b(a);
|
|
176900
|
+
a.u("WebTreeSelectionOptionsEventDetail", function () { return new WebTreeSelectionOptionsEventDetailDescription(); });
|
|
176901
|
+
a.t("WebTreeSelectionOptionsEventDetail", WebTreeSelectionOptionsEventDetailDescriptionMetadata.a);
|
|
176902
|
+
};
|
|
176903
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.$t = markType(WebTreeSelectionOptionsEventDetailDescriptionMetadata, 'WebTreeSelectionOptionsEventDetailDescriptionMetadata');
|
|
176904
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.a = null;
|
|
176905
|
+
return WebTreeSelectionOptionsEventDetailDescriptionMetadata;
|
|
176906
|
+
}(Base));
|
|
176907
|
+
|
|
176681
176908
|
/*
|
|
176682
176909
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
176683
176910
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -176704,13 +176931,13 @@
|
|
|
176704
176931
|
enumerable: false,
|
|
176705
176932
|
configurable: true
|
|
176706
176933
|
});
|
|
176707
|
-
Object.defineProperty(WebTreeSelectionOptionsEventArgsDescription.prototype, "
|
|
176934
|
+
Object.defineProperty(WebTreeSelectionOptionsEventArgsDescription.prototype, "detail", {
|
|
176708
176935
|
get: function () {
|
|
176709
176936
|
return this.f;
|
|
176710
176937
|
},
|
|
176711
176938
|
set: function (a) {
|
|
176712
176939
|
this.f = a;
|
|
176713
|
-
this.e("
|
|
176940
|
+
this.e("Detail");
|
|
176714
176941
|
},
|
|
176715
176942
|
enumerable: false,
|
|
176716
176943
|
configurable: true
|
|
@@ -176742,10 +176969,11 @@
|
|
|
176742
176969
|
return;
|
|
176743
176970
|
}
|
|
176744
176971
|
a.s(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
|
|
176972
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.d(a);
|
|
176745
176973
|
};
|
|
176746
176974
|
WebTreeSelectionOptionsEventArgsDescriptionMetadata.c = function (a) {
|
|
176747
176975
|
a.item("__qualifiedNameTS", "String:TreeSelectionOptionsEventArgs");
|
|
176748
|
-
a.item("
|
|
176976
|
+
a.item("Detail", "ExportedType:WebTreeSelectionOptionsEventDetail");
|
|
176749
176977
|
};
|
|
176750
176978
|
WebTreeSelectionOptionsEventArgsDescriptionMetadata.d = function (a) {
|
|
176751
176979
|
WebTreeSelectionOptionsEventArgsDescriptionMetadata.b(a);
|
|
@@ -220561,6 +220789,8 @@
|
|
|
220561
220789
|
exports.WebTreeItemDescriptionModule = WebTreeItemDescriptionModule;
|
|
220562
220790
|
exports.WebTreeSelectionOptionsEventArgsDescription = WebTreeSelectionOptionsEventArgsDescription;
|
|
220563
220791
|
exports.WebTreeSelectionOptionsEventArgsDescriptionMetadata = WebTreeSelectionOptionsEventArgsDescriptionMetadata;
|
|
220792
|
+
exports.WebTreeSelectionOptionsEventDetailDescription = WebTreeSelectionOptionsEventDetailDescription;
|
|
220793
|
+
exports.WebTreeSelectionOptionsEventDetailDescriptionMetadata = WebTreeSelectionOptionsEventDetailDescriptionMetadata;
|
|
220564
220794
|
exports.WebValueChangedEventArgsDescription = WebValueChangedEventArgsDescription;
|
|
220565
220795
|
exports.WebValueChangedEventArgsDescriptionMetadata = WebValueChangedEventArgsDescriptionMetadata;
|
|
220566
220796
|
exports.WeightedCloseIndicatorDescription = WeightedCloseIndicatorDescription;
|