igniteui-angular-core 14.1.0 → 14.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-core.umd.js +491 -411
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CanvasViewRenderer.js +1 -1
- package/esm2015/lib/CodeGenerationTransformer.js +19 -19
- package/esm2015/lib/ComponentRenderer_combined.js +177 -168
- package/esm2015/lib/DescriptionSerializer.js +2 -2
- package/esm2015/lib/DescriptionTreeAction.js +10 -9
- package/esm2015/lib/DescriptionTreeBuilder.js +4 -4
- package/esm2015/lib/DescriptionTreeNode.js +64 -36
- package/esm2015/lib/DescriptionTreeReconciler.js +156 -141
- package/esm2015/lib/TypeDescriptionPropretyTransforms.js +49 -25
- package/esm2015/lib/componentUtil.js +4 -1
- package/esm5/lib/CanvasViewRenderer.js +1 -1
- package/esm5/lib/CodeGenerationTransformer.js +19 -19
- package/esm5/lib/ComponentRenderer_combined.js +183 -174
- package/esm5/lib/DescriptionSerializer.js +2 -2
- package/esm5/lib/DescriptionTreeAction.js +10 -9
- package/esm5/lib/DescriptionTreeBuilder.js +4 -4
- package/esm5/lib/DescriptionTreeNode.js +64 -36
- package/esm5/lib/DescriptionTreeReconciler.js +156 -141
- package/esm5/lib/TypeDescriptionPropretyTransforms.js +49 -25
- package/esm5/lib/componentUtil.js +4 -1
- package/fesm2015/igniteui-angular-core.js +485 -405
- package/fesm5/igniteui-angular-core.js +491 -411
- package/lib/DescriptionTreeAction.d.ts +6 -5
- package/lib/DescriptionTreeNode.d.ts +13 -12
- package/package.json +1 -1
|
@@ -15839,7 +15839,10 @@
|
|
|
15839
15839
|
var internalCollection = v;
|
|
15840
15840
|
var ret = [];
|
|
15841
15841
|
for (var i = 0; i < internalCollection.count; i++) {
|
|
15842
|
-
|
|
15842
|
+
var brush = internalCollection.item(i);
|
|
15843
|
+
if (brush != null) {
|
|
15844
|
+
ret.push(brush.fill);
|
|
15845
|
+
}
|
|
15843
15846
|
}
|
|
15844
15847
|
return ret;
|
|
15845
15848
|
}
|
|
@@ -34972,10 +34975,10 @@
|
|
|
34972
34975
|
}
|
|
34973
34976
|
};
|
|
34974
34977
|
CanvasViewRenderer.prototype.h$ae = function (a, b, c) {
|
|
34978
|
+
this.j.textBaseline = "alphabetic";
|
|
34975
34979
|
var d = this.j.measureText(a);
|
|
34976
34980
|
var metrics_ = d;
|
|
34977
34981
|
var e = b;
|
|
34978
|
-
this.j.textBaseline = "alphabetic";
|
|
34979
34982
|
var f = new TextFontMetrics();
|
|
34980
34983
|
if ((metrics_.actualBoundingBoxAscent !== undefined)) {
|
|
34981
34984
|
f.a = (metrics_.actualBoundingBoxAscent);
|
|
@@ -61130,72 +61133,100 @@
|
|
|
61130
61133
|
tslib.__extends(DescriptionTreeNode, _super);
|
|
61131
61134
|
function DescriptionTreeNode() {
|
|
61132
61135
|
var _this = _super.call(this) || this;
|
|
61133
|
-
_this.
|
|
61134
|
-
_this.
|
|
61135
|
-
_this.
|
|
61136
|
-
_this.
|
|
61137
|
-
_this.
|
|
61138
|
-
DescriptionTreeNode.
|
|
61139
|
-
if (DescriptionTreeNode.
|
|
61140
|
-
DescriptionTreeNode.
|
|
61136
|
+
_this.g = 0;
|
|
61137
|
+
_this.e = new List$1(DescriptionPropertyValue.$, 0);
|
|
61138
|
+
_this.d = new Dictionary$2(String_$type, DescriptionPropertyValue.$, 0);
|
|
61139
|
+
_this.i = null;
|
|
61140
|
+
_this.g = DescriptionTreeNode.h;
|
|
61141
|
+
DescriptionTreeNode.h++;
|
|
61142
|
+
if (DescriptionTreeNode.h >= 0x7FFFFFFFFFFFFFFF) {
|
|
61143
|
+
DescriptionTreeNode.h = 0;
|
|
61141
61144
|
}
|
|
61142
61145
|
return _this;
|
|
61143
61146
|
}
|
|
61144
|
-
DescriptionTreeNode.prototype.
|
|
61147
|
+
DescriptionTreeNode.prototype.b = function () {
|
|
61148
|
+
var a = new DescriptionTreeNode();
|
|
61149
|
+
a.g = this.g;
|
|
61150
|
+
a.i = this.i;
|
|
61151
|
+
for (var b = 0; b < this.e.count; b++) {
|
|
61152
|
+
var c = this.e._inner[b].c;
|
|
61153
|
+
var d = this.e._inner[b].a;
|
|
61154
|
+
var e = this.e._inner[b].b;
|
|
61155
|
+
if (typeCast(DescriptionTreeNode.$, e) !== null) {
|
|
61156
|
+
e = e.b();
|
|
61157
|
+
}
|
|
61158
|
+
if (typeCast(Array_$type, e) !== null) {
|
|
61159
|
+
var f = e;
|
|
61160
|
+
var g = new Array(f.length);
|
|
61161
|
+
for (var h = 0; h < f.length; h++) {
|
|
61162
|
+
if (typeCast(DescriptionTreeNode.$, f[h]) !== null) {
|
|
61163
|
+
g[h] = f[h].b();
|
|
61164
|
+
}
|
|
61165
|
+
else {
|
|
61166
|
+
g[h] = f[h];
|
|
61167
|
+
}
|
|
61168
|
+
}
|
|
61169
|
+
e = g;
|
|
61170
|
+
}
|
|
61171
|
+
a.k(c, e, d);
|
|
61172
|
+
}
|
|
61173
|
+
return a;
|
|
61174
|
+
};
|
|
61175
|
+
DescriptionTreeNode.prototype.j = function (a, b) {
|
|
61145
61176
|
var c = new DescriptionPropertyValue();
|
|
61146
61177
|
c.c = a;
|
|
61147
61178
|
c.b = b;
|
|
61148
|
-
this.
|
|
61149
|
-
this.
|
|
61179
|
+
this.d.addItem(a.toLowerCase(), c);
|
|
61180
|
+
this.e.add(c);
|
|
61150
61181
|
};
|
|
61151
|
-
DescriptionTreeNode.prototype.
|
|
61182
|
+
DescriptionTreeNode.prototype.k = function (a, b, c) {
|
|
61152
61183
|
var d = new DescriptionPropertyValue();
|
|
61153
61184
|
d.c = a;
|
|
61154
61185
|
d.b = b;
|
|
61155
61186
|
d.a = c;
|
|
61156
|
-
this.
|
|
61157
|
-
this.
|
|
61187
|
+
this.d.addItem(a.toLowerCase(), d);
|
|
61188
|
+
this.e.add(d);
|
|
61158
61189
|
};
|
|
61159
|
-
DescriptionTreeNode.prototype.
|
|
61160
|
-
if (this.
|
|
61161
|
-
var c = this.
|
|
61190
|
+
DescriptionTreeNode.prototype.n = function (a, b) {
|
|
61191
|
+
if (this.d.containsKey(a.toLowerCase())) {
|
|
61192
|
+
var c = this.d.item(a.toLowerCase());
|
|
61162
61193
|
c.b = b;
|
|
61163
61194
|
}
|
|
61164
61195
|
else {
|
|
61165
|
-
this.
|
|
61196
|
+
this.j(a, b);
|
|
61166
61197
|
}
|
|
61167
61198
|
};
|
|
61168
|
-
DescriptionTreeNode.prototype.
|
|
61169
|
-
if (this.
|
|
61170
|
-
var d = this.
|
|
61199
|
+
DescriptionTreeNode.prototype.o = function (a, b, c) {
|
|
61200
|
+
if (this.d.containsKey(a.toLowerCase())) {
|
|
61201
|
+
var d = this.d.item(a.toLowerCase());
|
|
61171
61202
|
d.b = b;
|
|
61172
61203
|
}
|
|
61173
61204
|
else {
|
|
61174
|
-
this.
|
|
61205
|
+
this.k(a, b, c);
|
|
61175
61206
|
}
|
|
61176
61207
|
};
|
|
61177
61208
|
DescriptionTreeNode.prototype.a = function (a) {
|
|
61178
|
-
return this.
|
|
61209
|
+
return this.d.item(a.toLowerCase());
|
|
61179
61210
|
};
|
|
61180
|
-
DescriptionTreeNode.prototype.
|
|
61181
|
-
return this.
|
|
61211
|
+
DescriptionTreeNode.prototype.c = function (a) {
|
|
61212
|
+
return this.d.containsKey(a.toLowerCase());
|
|
61182
61213
|
};
|
|
61183
|
-
DescriptionTreeNode.prototype.
|
|
61184
|
-
if (this.
|
|
61185
|
-
var b = this.
|
|
61186
|
-
this.
|
|
61187
|
-
this.
|
|
61214
|
+
DescriptionTreeNode.prototype.m = function (a) {
|
|
61215
|
+
if (this.d.containsKey(a.toLowerCase())) {
|
|
61216
|
+
var b = this.d.item(a.toLowerCase());
|
|
61217
|
+
this.d.removeItem(a.toLowerCase());
|
|
61218
|
+
this.e.remove(b);
|
|
61188
61219
|
}
|
|
61189
61220
|
};
|
|
61190
|
-
DescriptionTreeNode.prototype.
|
|
61191
|
-
this.c.clear();
|
|
61221
|
+
DescriptionTreeNode.prototype.l = function () {
|
|
61192
61222
|
this.d.clear();
|
|
61223
|
+
this.e.clear();
|
|
61193
61224
|
};
|
|
61194
|
-
DescriptionTreeNode.prototype.
|
|
61195
|
-
return this.
|
|
61225
|
+
DescriptionTreeNode.prototype.f = function () {
|
|
61226
|
+
return this.e;
|
|
61196
61227
|
};
|
|
61197
61228
|
DescriptionTreeNode.$t = markType(DescriptionTreeNode, 'DescriptionTreeNode');
|
|
61198
|
-
DescriptionTreeNode.
|
|
61229
|
+
DescriptionTreeNode.h = 0;
|
|
61199
61230
|
return DescriptionTreeNode;
|
|
61200
61231
|
}(Base));
|
|
61201
61232
|
|
|
@@ -61361,23 +61392,24 @@
|
|
|
61361
61392
|
function DescriptionTreeAction() {
|
|
61362
61393
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
61363
61394
|
_this.a = 0;
|
|
61364
|
-
_this.b = null;
|
|
61365
61395
|
_this.c = null;
|
|
61366
|
-
_this.
|
|
61396
|
+
_this.b = null;
|
|
61397
|
+
_this.d = null;
|
|
61398
|
+
_this.j = null;
|
|
61399
|
+
_this.h = null;
|
|
61367
61400
|
_this.g = null;
|
|
61368
|
-
_this.f =
|
|
61401
|
+
_this.f = 0;
|
|
61369
61402
|
_this.e = 0;
|
|
61370
|
-
_this.d = 0;
|
|
61371
61403
|
return _this;
|
|
61372
61404
|
}
|
|
61373
|
-
DescriptionTreeAction.prototype.
|
|
61374
|
-
var b = this.
|
|
61375
|
-
if (this.
|
|
61376
|
-
b = this.
|
|
61405
|
+
DescriptionTreeAction.prototype.i = function (a) {
|
|
61406
|
+
var b = this.j;
|
|
61407
|
+
if (this.d != null) {
|
|
61408
|
+
b = this.d.g(a);
|
|
61377
61409
|
}
|
|
61378
61410
|
else {
|
|
61379
61411
|
if (TypeDescriptionMetadata.shouldCamelize(a)) {
|
|
61380
|
-
b = TypeDescriptionMetadata.camelize(this.
|
|
61412
|
+
b = TypeDescriptionMetadata.camelize(this.j);
|
|
61381
61413
|
}
|
|
61382
61414
|
}
|
|
61383
61415
|
if (stringEndsWith(b, "Ref")) {
|
|
@@ -61597,55 +61629,79 @@
|
|
|
61597
61629
|
return _this;
|
|
61598
61630
|
}
|
|
61599
61631
|
TypeDescriptionPropretyTransforms.prototype.b = function (a) {
|
|
61600
|
-
var b = stringReplace(stringReplace(stringReplace(a.
|
|
61632
|
+
var b = stringReplace(stringReplace(stringReplace(a.j, "Style", "Family"), "Weight", "Family"), "Size", "Family");
|
|
61601
61633
|
var c = "Verdana";
|
|
61602
|
-
|
|
61603
|
-
|
|
61604
|
-
|
|
61605
|
-
|
|
61634
|
+
var d = a.b;
|
|
61635
|
+
if (d == null) {
|
|
61636
|
+
d = a.c;
|
|
61637
|
+
}
|
|
61638
|
+
if (d != null) {
|
|
61639
|
+
if (d.c(b)) {
|
|
61640
|
+
c = d.a(b).b;
|
|
61641
|
+
if (c == null) {
|
|
61642
|
+
c = "Verdana";
|
|
61643
|
+
}
|
|
61606
61644
|
}
|
|
61607
61645
|
}
|
|
61608
61646
|
return c;
|
|
61609
61647
|
};
|
|
61610
61648
|
TypeDescriptionPropretyTransforms.prototype.d = function (a) {
|
|
61611
|
-
var b = stringReplace(stringReplace(stringReplace(a.
|
|
61649
|
+
var b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Style"), "Weight", "Style"), "Size", "Style");
|
|
61612
61650
|
var c = "normal";
|
|
61613
|
-
|
|
61614
|
-
|
|
61615
|
-
|
|
61616
|
-
|
|
61651
|
+
var d = a.b;
|
|
61652
|
+
if (d == null) {
|
|
61653
|
+
d = a.c;
|
|
61654
|
+
}
|
|
61655
|
+
if (d != null) {
|
|
61656
|
+
if (d.c(b)) {
|
|
61657
|
+
c = d.a(b).b;
|
|
61658
|
+
if (c == null) {
|
|
61659
|
+
c = "normal";
|
|
61660
|
+
}
|
|
61617
61661
|
}
|
|
61618
61662
|
}
|
|
61619
61663
|
return c;
|
|
61620
61664
|
};
|
|
61621
61665
|
TypeDescriptionPropretyTransforms.prototype.c = function (a) {
|
|
61622
|
-
var b = stringReplace(stringReplace(stringReplace(a.
|
|
61666
|
+
var b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Size"), "Weight", "Size"), "Style", "Size");
|
|
61623
61667
|
var c = "14px";
|
|
61624
|
-
|
|
61625
|
-
|
|
61626
|
-
|
|
61627
|
-
|
|
61628
|
-
|
|
61629
|
-
|
|
61630
|
-
c =
|
|
61668
|
+
var d = a.b;
|
|
61669
|
+
if (d == null) {
|
|
61670
|
+
d = a.c;
|
|
61671
|
+
}
|
|
61672
|
+
if (d != null) {
|
|
61673
|
+
if (d.c(b)) {
|
|
61674
|
+
c = d.a(b).b;
|
|
61675
|
+
if (c == null) {
|
|
61676
|
+
c = "14px";
|
|
61677
|
+
}
|
|
61678
|
+
else {
|
|
61679
|
+
c = c.toString() + "px";
|
|
61680
|
+
}
|
|
61631
61681
|
}
|
|
61632
61682
|
}
|
|
61633
61683
|
return c;
|
|
61634
61684
|
};
|
|
61635
61685
|
TypeDescriptionPropretyTransforms.prototype.e = function (a) {
|
|
61636
|
-
var b = stringReplace(stringReplace(stringReplace(a.
|
|
61686
|
+
var b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Weight"), "Size", "Weight"), "Style", "Weight");
|
|
61637
61687
|
var c = "normal";
|
|
61638
|
-
|
|
61639
|
-
|
|
61640
|
-
|
|
61641
|
-
|
|
61688
|
+
var d = a.b;
|
|
61689
|
+
if (d == null) {
|
|
61690
|
+
d = a.c;
|
|
61691
|
+
}
|
|
61692
|
+
if (d != null) {
|
|
61693
|
+
if (d.c(b)) {
|
|
61694
|
+
c = d.a(b).b;
|
|
61695
|
+
if (c == null) {
|
|
61696
|
+
c = "normal";
|
|
61697
|
+
}
|
|
61698
|
+
c = c.toLowerCase();
|
|
61642
61699
|
}
|
|
61643
|
-
c = c.toLowerCase();
|
|
61644
61700
|
}
|
|
61645
61701
|
return c;
|
|
61646
61702
|
};
|
|
61647
61703
|
TypeDescriptionPropretyTransforms.prototype.transform = function (a, b, c) {
|
|
61648
|
-
var d = c.
|
|
61704
|
+
var d = c.d;
|
|
61649
61705
|
if (d == null) {
|
|
61650
61706
|
return b;
|
|
61651
61707
|
}
|
|
@@ -61777,13 +61833,13 @@
|
|
|
61777
61833
|
e = h;
|
|
61778
61834
|
}
|
|
61779
61835
|
if (key_.toLowerCase() == "type") {
|
|
61780
|
-
b.
|
|
61836
|
+
b.i = e;
|
|
61781
61837
|
}
|
|
61782
|
-
b.
|
|
61838
|
+
b.j(DescriptionTreeBuilder.c(key_), e);
|
|
61783
61839
|
}
|
|
61784
|
-
if (b.
|
|
61840
|
+
if (b.c("type")) {
|
|
61785
61841
|
var l = b.a("type").b;
|
|
61786
|
-
var m = b.
|
|
61842
|
+
var m = b.f();
|
|
61787
61843
|
for (var n = 0; n < m.count; n++) {
|
|
61788
61844
|
var o = m._inner[n];
|
|
61789
61845
|
o.a = a.getMetadata(l, o.c);
|
|
@@ -62361,8 +62417,8 @@
|
|
|
62361
62417
|
DescriptionSerializer.prototype.q = function (a, b, c) {
|
|
62362
62418
|
c.f("{");
|
|
62363
62419
|
c.i();
|
|
62364
|
-
c.f("\"type\": \"" + b.
|
|
62365
|
-
var d = b.
|
|
62420
|
+
c.f("\"type\": \"" + b.i + "\"");
|
|
62421
|
+
var d = b.f();
|
|
62366
62422
|
for (var e = 0; e < d.count; e++) {
|
|
62367
62423
|
var f = d._inner[e];
|
|
62368
62424
|
if (e >= 0) {
|
|
@@ -62628,13 +62684,13 @@
|
|
|
62628
62684
|
var e = b._inner[d];
|
|
62629
62685
|
switch (e.a) {
|
|
62630
62686
|
case 0:
|
|
62631
|
-
if (typeCast(DescriptionTreeNode.$, e.
|
|
62632
|
-
var f = e.g
|
|
62687
|
+
if (typeCast(DescriptionTreeNode.$, e.h) !== null) {
|
|
62688
|
+
var f = e.h.g;
|
|
62633
62689
|
c.a.add_1(f);
|
|
62634
62690
|
}
|
|
62635
|
-
e.
|
|
62636
|
-
if (typeCast(DescriptionTreeNode.$, e.
|
|
62637
|
-
var g = e.
|
|
62691
|
+
e.c.o(e.j, e.g, e.d);
|
|
62692
|
+
if (typeCast(DescriptionTreeNode.$, e.g) !== null) {
|
|
62693
|
+
var g = e.g.g;
|
|
62638
62694
|
if (c.a.contains(g)) {
|
|
62639
62695
|
c.a.remove(g);
|
|
62640
62696
|
}
|
|
@@ -62642,23 +62698,23 @@
|
|
|
62642
62698
|
}
|
|
62643
62699
|
break;
|
|
62644
62700
|
case 1:
|
|
62645
|
-
if (typeCast(DescriptionTreeNode.$, e.
|
|
62646
|
-
var h = e.g
|
|
62701
|
+
if (typeCast(DescriptionTreeNode.$, e.h) !== null) {
|
|
62702
|
+
var h = e.h.g;
|
|
62647
62703
|
c.a.add_1(h);
|
|
62648
62704
|
}
|
|
62649
|
-
e.
|
|
62705
|
+
e.c.m(e.j);
|
|
62650
62706
|
break;
|
|
62651
62707
|
case 3:
|
|
62652
62708
|
{
|
|
62653
|
-
var i = e.
|
|
62654
|
-
var j = i[e.
|
|
62709
|
+
var i = e.c.a(e.j).b;
|
|
62710
|
+
var j = i[e.f];
|
|
62655
62711
|
if (typeCast(DescriptionTreeNode.$, j) !== null) {
|
|
62656
|
-
var k = j.
|
|
62712
|
+
var k = j.g;
|
|
62657
62713
|
c.a.add_1(k);
|
|
62658
62714
|
}
|
|
62659
|
-
i[e.
|
|
62660
|
-
if (typeCast(DescriptionTreeNode.$, e.
|
|
62661
|
-
var l = e.
|
|
62715
|
+
i[e.f] = e.g;
|
|
62716
|
+
if (typeCast(DescriptionTreeNode.$, e.g) !== null) {
|
|
62717
|
+
var l = e.g.g;
|
|
62662
62718
|
if (c.a.contains(l)) {
|
|
62663
62719
|
c.a.remove(l);
|
|
62664
62720
|
}
|
|
@@ -62668,44 +62724,44 @@
|
|
|
62668
62724
|
break;
|
|
62669
62725
|
case 4:
|
|
62670
62726
|
{
|
|
62671
|
-
var m = e.
|
|
62672
|
-
var n = m[e.
|
|
62727
|
+
var m = e.c.a(e.j).b;
|
|
62728
|
+
var n = m[e.f];
|
|
62673
62729
|
if (typeCast(DescriptionTreeNode.$, n) !== null) {
|
|
62674
|
-
var o = n.
|
|
62730
|
+
var o = n.g;
|
|
62675
62731
|
c.a.add_1(o);
|
|
62676
62732
|
}
|
|
62677
62733
|
var p = new Array(m.length - 1);
|
|
62678
62734
|
var q = 0;
|
|
62679
62735
|
for (var r = 0; r < m.length; r++) {
|
|
62680
|
-
if (r != e.
|
|
62736
|
+
if (r != e.f) {
|
|
62681
62737
|
p[q] = m[r];
|
|
62682
62738
|
q++;
|
|
62683
62739
|
}
|
|
62684
62740
|
}
|
|
62685
|
-
e.
|
|
62741
|
+
e.c.n(e.j, p);
|
|
62686
62742
|
}
|
|
62687
62743
|
break;
|
|
62688
62744
|
case 2:
|
|
62689
62745
|
{
|
|
62690
|
-
if (e.
|
|
62746
|
+
if (e.c == null && a == null) {
|
|
62691
62747
|
c.d.add(e);
|
|
62692
62748
|
}
|
|
62693
62749
|
else {
|
|
62694
|
-
var s = e.
|
|
62750
|
+
var s = e.c.a(e.j).b;
|
|
62695
62751
|
var t = new Array(s.length + 1);
|
|
62696
62752
|
var u = 0;
|
|
62697
62753
|
for (var v = 0; v < t.length; v++) {
|
|
62698
|
-
if (v == e.
|
|
62699
|
-
t[v] = e.
|
|
62754
|
+
if (v == e.e) {
|
|
62755
|
+
t[v] = e.g;
|
|
62700
62756
|
}
|
|
62701
62757
|
else {
|
|
62702
62758
|
t[v] = s[u];
|
|
62703
62759
|
u++;
|
|
62704
62760
|
}
|
|
62705
62761
|
}
|
|
62706
|
-
e.
|
|
62707
|
-
if (typeCast(DescriptionTreeNode.$, e.
|
|
62708
|
-
var w = e.
|
|
62762
|
+
e.c.n(e.j, t);
|
|
62763
|
+
if (typeCast(DescriptionTreeNode.$, e.g) !== null) {
|
|
62764
|
+
var w = e.g.g;
|
|
62709
62765
|
if (c.a.contains(w)) {
|
|
62710
62766
|
c.a.remove(w);
|
|
62711
62767
|
}
|
|
@@ -62716,15 +62772,15 @@
|
|
|
62716
62772
|
break;
|
|
62717
62773
|
case 5:
|
|
62718
62774
|
{
|
|
62719
|
-
var x = e.
|
|
62775
|
+
var x = e.c.a(e.j).b;
|
|
62720
62776
|
for (var y = 0; y < x.length; y++) {
|
|
62721
62777
|
var z = x[y];
|
|
62722
62778
|
if (typeCast(DescriptionTreeNode.$, z) !== null) {
|
|
62723
|
-
var aa = z.
|
|
62779
|
+
var aa = z.g;
|
|
62724
62780
|
c.a.add_1(aa);
|
|
62725
62781
|
}
|
|
62726
62782
|
}
|
|
62727
|
-
e.
|
|
62783
|
+
e.c.n(e.j, []);
|
|
62728
62784
|
}
|
|
62729
62785
|
break;
|
|
62730
62786
|
}
|
|
@@ -62739,31 +62795,31 @@
|
|
|
62739
62795
|
if (a != null && b == null) {
|
|
62740
62796
|
var e = new DescriptionTreeAction();
|
|
62741
62797
|
e.a = 4;
|
|
62742
|
-
e.
|
|
62743
|
-
e.
|
|
62744
|
-
e.
|
|
62745
|
-
e.
|
|
62798
|
+
e.f = 0;
|
|
62799
|
+
e.h = a;
|
|
62800
|
+
e.d = null;
|
|
62801
|
+
e.j = null;
|
|
62746
62802
|
d.add(e);
|
|
62747
62803
|
return d;
|
|
62748
62804
|
}
|
|
62749
62805
|
if (a == null && b != null) {
|
|
62750
62806
|
var f = new DescriptionTreeAction();
|
|
62751
62807
|
f.a = 2;
|
|
62752
|
-
f.
|
|
62753
|
-
f.
|
|
62754
|
-
f.
|
|
62755
|
-
f.
|
|
62808
|
+
f.f = 0;
|
|
62809
|
+
f.g = b;
|
|
62810
|
+
f.d = null;
|
|
62811
|
+
f.j = null;
|
|
62756
62812
|
d.add(f);
|
|
62757
62813
|
return d;
|
|
62758
62814
|
}
|
|
62759
|
-
if (b.
|
|
62815
|
+
if (b.i != a.i) {
|
|
62760
62816
|
var g = new DescriptionTreeAction();
|
|
62761
62817
|
g.a = 3;
|
|
62762
|
-
g.
|
|
62763
|
-
g.
|
|
62764
|
-
g.
|
|
62765
|
-
g.
|
|
62766
|
-
g.
|
|
62818
|
+
g.f = 0;
|
|
62819
|
+
g.h = a;
|
|
62820
|
+
g.g = b;
|
|
62821
|
+
g.d = null;
|
|
62822
|
+
g.j = null;
|
|
62767
62823
|
d.add(g);
|
|
62768
62824
|
return d;
|
|
62769
62825
|
}
|
|
@@ -62771,7 +62827,7 @@
|
|
|
62771
62827
|
return d;
|
|
62772
62828
|
};
|
|
62773
62829
|
DescriptionTreeReconciler.g = function (a, b, c, d) {
|
|
62774
|
-
c.
|
|
62830
|
+
c.g = b.g;
|
|
62775
62831
|
var e = DescriptionTreeReconciler.e(b);
|
|
62776
62832
|
var f = DescriptionTreeReconciler.e(c);
|
|
62777
62833
|
var g = new List$1(DescriptionPropertyValue.$, 0);
|
|
@@ -62779,14 +62835,14 @@
|
|
|
62779
62835
|
var i = new List$1(DescriptionPropertyValue.$, 0);
|
|
62780
62836
|
for (var j = 0; j < e.count; j++) {
|
|
62781
62837
|
var k = e._inner[j];
|
|
62782
|
-
if (c.
|
|
62838
|
+
if (c.c(k.c)) {
|
|
62783
62839
|
if (!Base.equalsStatic(k, c.a(k.c))) {
|
|
62784
62840
|
var l = c.a(k.c);
|
|
62785
62841
|
if (typeCast(DescriptionTreeNode.$, k.b) !== null && typeCast(DescriptionTreeNode.$, l.b) !== null) {
|
|
62786
62842
|
var m = k.b;
|
|
62787
62843
|
var n = l.b;
|
|
62788
|
-
if (m.
|
|
62789
|
-
if ((!m.
|
|
62844
|
+
if (m.i == n.i) {
|
|
62845
|
+
if ((!m.c("Name") && !n.c("Name")) || (m.c("Name") && n.c("Name") && (m.a("Name").b == n.a("Name").b))) {
|
|
62790
62846
|
DescriptionTreeReconciler.g(a, m, n, d);
|
|
62791
62847
|
}
|
|
62792
62848
|
else {
|
|
@@ -62810,29 +62866,31 @@
|
|
|
62810
62866
|
}
|
|
62811
62867
|
for (var o = 0; o < f.count; o++) {
|
|
62812
62868
|
var p = f._inner[o];
|
|
62813
|
-
if (!b.
|
|
62869
|
+
if (!b.c(p.c)) {
|
|
62814
62870
|
h.add(p);
|
|
62815
62871
|
}
|
|
62816
62872
|
}
|
|
62817
62873
|
for (var q = 0; q < g.count; q++) {
|
|
62818
62874
|
var r = g._inner[q];
|
|
62819
62875
|
var s = new DescriptionTreeAction();
|
|
62820
|
-
s.
|
|
62876
|
+
s.c = b;
|
|
62877
|
+
s.b = c;
|
|
62821
62878
|
s.a = 1;
|
|
62822
|
-
s.
|
|
62823
|
-
s.
|
|
62824
|
-
s.
|
|
62879
|
+
s.j = r.c;
|
|
62880
|
+
s.d = r.a;
|
|
62881
|
+
s.h = r.b;
|
|
62825
62882
|
a.add(s);
|
|
62826
62883
|
}
|
|
62827
62884
|
for (var t = 0; t < h.count; t++) {
|
|
62828
62885
|
var u = h._inner[t];
|
|
62829
62886
|
var v = new DescriptionTreeAction();
|
|
62830
|
-
v.
|
|
62887
|
+
v.c = b;
|
|
62888
|
+
v.b = c;
|
|
62831
62889
|
v.a = 0;
|
|
62832
|
-
v.
|
|
62833
|
-
v.
|
|
62834
|
-
v.
|
|
62835
|
-
v.
|
|
62890
|
+
v.j = u.c;
|
|
62891
|
+
v.d = u.a;
|
|
62892
|
+
v.g = u.b;
|
|
62893
|
+
v.h = null;
|
|
62836
62894
|
a.add(v);
|
|
62837
62895
|
}
|
|
62838
62896
|
for (var w = 0; w < i.count; w++) {
|
|
@@ -62841,12 +62899,13 @@
|
|
|
62841
62899
|
var z = x.b;
|
|
62842
62900
|
if (!Base.equalsStatic(z, y)) {
|
|
62843
62901
|
var aa = new DescriptionTreeAction();
|
|
62844
|
-
aa.
|
|
62902
|
+
aa.c = b;
|
|
62903
|
+
aa.b = c;
|
|
62845
62904
|
aa.a = 0;
|
|
62846
|
-
aa.
|
|
62847
|
-
aa.
|
|
62848
|
-
aa.
|
|
62849
|
-
aa.
|
|
62905
|
+
aa.j = x.c;
|
|
62906
|
+
aa.d = x.a;
|
|
62907
|
+
aa.g = x.b;
|
|
62908
|
+
aa.h = b.a(x.c).b;
|
|
62850
62909
|
a.add(aa);
|
|
62851
62910
|
}
|
|
62852
62911
|
}
|
|
@@ -62857,7 +62916,7 @@
|
|
|
62857
62916
|
var af = new List$1(DescriptionPropertyValue.$, 0);
|
|
62858
62917
|
for (var ag = 0; ag < ab.count; ag++) {
|
|
62859
62918
|
var ah = ab._inner[ag];
|
|
62860
|
-
if (c.
|
|
62919
|
+
if (c.c(ah.c)) {
|
|
62861
62920
|
if (!DescriptionTreeReconciler.b(ah.b, c.a(ah.c).b)) {
|
|
62862
62921
|
af.add(c.a(ah.c));
|
|
62863
62922
|
}
|
|
@@ -62870,33 +62929,35 @@
|
|
|
62870
62929
|
if (typeCast(DescriptionTreeNode.$, al) !== null && typeCast(DescriptionTreeNode.$, am) !== null) {
|
|
62871
62930
|
var an = al;
|
|
62872
62931
|
var ao = am;
|
|
62873
|
-
if (an.
|
|
62932
|
+
if (an.i == ao.i) {
|
|
62874
62933
|
DescriptionTreeReconciler.g(a, an, ao, d);
|
|
62875
62934
|
}
|
|
62876
62935
|
else {
|
|
62877
62936
|
var ap = new DescriptionTreeAction();
|
|
62878
|
-
ap.
|
|
62879
|
-
ap.
|
|
62880
|
-
ap.
|
|
62937
|
+
ap.j = ah.c;
|
|
62938
|
+
ap.d = ah.a;
|
|
62939
|
+
ap.c = b;
|
|
62940
|
+
ap.b = c;
|
|
62881
62941
|
ap.a = 3;
|
|
62942
|
+
ap.f = ak;
|
|
62882
62943
|
ap.e = ak;
|
|
62883
|
-
ap.
|
|
62884
|
-
ap.g =
|
|
62885
|
-
ap.f = ao;
|
|
62944
|
+
ap.h = an;
|
|
62945
|
+
ap.g = ao;
|
|
62886
62946
|
a.add(ap);
|
|
62887
62947
|
}
|
|
62888
62948
|
}
|
|
62889
62949
|
else {
|
|
62890
62950
|
if (!Base.equalsStatic(al, am)) {
|
|
62891
62951
|
var aq = new DescriptionTreeAction();
|
|
62892
|
-
aq.
|
|
62893
|
-
aq.
|
|
62894
|
-
aq.
|
|
62952
|
+
aq.j = ah.c;
|
|
62953
|
+
aq.d = ah.a;
|
|
62954
|
+
aq.c = b;
|
|
62955
|
+
aq.b = c;
|
|
62895
62956
|
aq.a = 3;
|
|
62957
|
+
aq.f = ak;
|
|
62896
62958
|
aq.e = ak;
|
|
62897
|
-
aq.
|
|
62898
|
-
aq.g =
|
|
62899
|
-
aq.f = am;
|
|
62959
|
+
aq.h = al;
|
|
62960
|
+
aq.g = am;
|
|
62900
62961
|
a.add(aq);
|
|
62901
62962
|
}
|
|
62902
62963
|
}
|
|
@@ -62911,29 +62972,31 @@
|
|
|
62911
62972
|
}
|
|
62912
62973
|
for (var ar = 0; ar < ac.count; ar++) {
|
|
62913
62974
|
var as = ac._inner[ar];
|
|
62914
|
-
if (!b.
|
|
62975
|
+
if (!b.c(as.c)) {
|
|
62915
62976
|
ae.add(as);
|
|
62916
62977
|
}
|
|
62917
62978
|
}
|
|
62918
62979
|
for (var at = 0; at < ad.count; at++) {
|
|
62919
62980
|
var au = ad._inner[at];
|
|
62920
62981
|
var av = new DescriptionTreeAction();
|
|
62921
|
-
av.
|
|
62922
|
-
av.
|
|
62923
|
-
av.
|
|
62982
|
+
av.c = b;
|
|
62983
|
+
av.b = c;
|
|
62984
|
+
av.j = au.c;
|
|
62985
|
+
av.d = au.a;
|
|
62924
62986
|
av.a = 5;
|
|
62925
|
-
av.
|
|
62987
|
+
av.h = au.b;
|
|
62926
62988
|
a.add(av);
|
|
62927
62989
|
}
|
|
62928
62990
|
for (var aw = 0; aw < ae.count; aw++) {
|
|
62929
62991
|
var ax = ae._inner[aw];
|
|
62930
62992
|
var ay = new DescriptionTreeAction();
|
|
62931
|
-
ay.
|
|
62932
|
-
ay.
|
|
62933
|
-
ay.
|
|
62993
|
+
ay.c = b;
|
|
62994
|
+
ay.b = c;
|
|
62995
|
+
ay.j = ax.c;
|
|
62996
|
+
ay.d = ax.a;
|
|
62934
62997
|
ay.a = 0;
|
|
62935
|
-
ay.
|
|
62936
|
-
ay.
|
|
62998
|
+
ay.h = null;
|
|
62999
|
+
ay.g = ax.b;
|
|
62937
63000
|
a.add(ay);
|
|
62938
63001
|
}
|
|
62939
63002
|
for (var az = 0; az < af.count; az++) {
|
|
@@ -62944,7 +63007,7 @@
|
|
|
62944
63007
|
if (a == null) {
|
|
62945
63008
|
return "UNKOWN";
|
|
62946
63009
|
}
|
|
62947
|
-
if (!a.
|
|
63010
|
+
if (!a.c("Type")) {
|
|
62948
63011
|
return "UNKOWN";
|
|
62949
63012
|
}
|
|
62950
63013
|
return a.a("Type").b;
|
|
@@ -62956,10 +63019,10 @@
|
|
|
62956
63019
|
if (h.length > 0) {
|
|
62957
63020
|
if (typeCast(DescriptionTreeNode.$, h[0]) !== null) {
|
|
62958
63021
|
var j = h[0];
|
|
62959
|
-
if (j.
|
|
63022
|
+
if (j.c("Name") && j.a("Name") != null) {
|
|
62960
63023
|
g = true;
|
|
62961
63024
|
}
|
|
62962
|
-
if (j.
|
|
63025
|
+
if (j.c("RefType") && j.a("RefType").b == "uuid") {
|
|
62963
63026
|
g = true;
|
|
62964
63027
|
}
|
|
62965
63028
|
}
|
|
@@ -62967,10 +63030,10 @@
|
|
|
62967
63030
|
if (i.length > 0) {
|
|
62968
63031
|
if (typeCast(DescriptionTreeNode.$, i[0]) !== null) {
|
|
62969
63032
|
var k = i[0];
|
|
62970
|
-
if (k.
|
|
63033
|
+
if (k.c("Name") && k.a("Name") != null) {
|
|
62971
63034
|
g = true;
|
|
62972
63035
|
}
|
|
62973
|
-
if (k.
|
|
63036
|
+
if (k.c("RefType") && k.a("RefType").b == "uuid") {
|
|
62974
63037
|
g = true;
|
|
62975
63038
|
}
|
|
62976
63039
|
}
|
|
@@ -62985,7 +63048,7 @@
|
|
|
62985
63048
|
var r = new DescriptionTreeReconciler_TreeModeData();
|
|
62986
63049
|
r.a = h[q];
|
|
62987
63050
|
r.d = q;
|
|
62988
|
-
r.f = r.a.
|
|
63051
|
+
r.f = r.a.c("Name") ? r.a.a("Name").b : r.a.c("RefType") ? r.a.a("Value").b : null;
|
|
62989
63052
|
if (r.f == null) {
|
|
62990
63053
|
r.f = "BADKEY_" + p.toString();
|
|
62991
63054
|
p++;
|
|
@@ -62997,7 +63060,7 @@
|
|
|
62997
63060
|
var t = new DescriptionTreeReconciler_TreeModeData();
|
|
62998
63061
|
t.a = i[s];
|
|
62999
63062
|
t.d = s;
|
|
63000
|
-
t.f = t.a.
|
|
63063
|
+
t.f = t.a.c("Name") ? t.a.a("Name").b : t.a.c("RefType") ? t.a.a("Value").b : null;
|
|
63001
63064
|
if (t.f == null) {
|
|
63002
63065
|
t.f = "BADKEY_" + p.toString();
|
|
63003
63066
|
p++;
|
|
@@ -63024,12 +63087,13 @@
|
|
|
63024
63087
|
var z = m._inner[y];
|
|
63025
63088
|
if (z.c) {
|
|
63026
63089
|
var aa = new DescriptionTreeAction();
|
|
63027
|
-
aa.
|
|
63028
|
-
aa.
|
|
63029
|
-
aa.
|
|
63030
|
-
aa.
|
|
63090
|
+
aa.j = e.c;
|
|
63091
|
+
aa.c = b;
|
|
63092
|
+
aa.b = c;
|
|
63093
|
+
aa.d = e.a;
|
|
63094
|
+
aa.f = z.d;
|
|
63031
63095
|
aa.a = 4;
|
|
63032
|
-
aa.
|
|
63096
|
+
aa.h = z.a;
|
|
63033
63097
|
a.add(aa);
|
|
63034
63098
|
for (var ab = y + 1; ab < m.count; ab++) {
|
|
63035
63099
|
var ac = m._inner[ab];
|
|
@@ -63041,12 +63105,13 @@
|
|
|
63041
63105
|
var ae = o._inner[ad];
|
|
63042
63106
|
if (ae.b) {
|
|
63043
63107
|
var af = new DescriptionTreeAction();
|
|
63044
|
-
af.
|
|
63045
|
-
af.
|
|
63046
|
-
af.
|
|
63047
|
-
af.d =
|
|
63108
|
+
af.j = e.c;
|
|
63109
|
+
af.c = b;
|
|
63110
|
+
af.b = c;
|
|
63111
|
+
af.d = e.a;
|
|
63112
|
+
af.e = ad;
|
|
63048
63113
|
af.a = 2;
|
|
63049
|
-
af.
|
|
63114
|
+
af.g = i[ad];
|
|
63050
63115
|
a.add(af);
|
|
63051
63116
|
for (var ag = 0; ag < m.count; ag++) {
|
|
63052
63117
|
var ah = m._inner[ag];
|
|
@@ -63062,12 +63127,13 @@
|
|
|
63062
63127
|
continue;
|
|
63063
63128
|
}
|
|
63064
63129
|
var aj = new DescriptionTreeAction();
|
|
63065
|
-
aj.
|
|
63066
|
-
aj.
|
|
63067
|
-
aj.
|
|
63068
|
-
aj.
|
|
63130
|
+
aj.j = e.c;
|
|
63131
|
+
aj.c = b;
|
|
63132
|
+
aj.b = c;
|
|
63133
|
+
aj.d = e.a;
|
|
63134
|
+
aj.f = ai.d;
|
|
63069
63135
|
aj.a = 4;
|
|
63070
|
-
aj.
|
|
63136
|
+
aj.h = ai.a;
|
|
63071
63137
|
a.add(aj);
|
|
63072
63138
|
for (var ak = 0; ak < m.count; ak++) {
|
|
63073
63139
|
var al = m._inner[ak];
|
|
@@ -63076,12 +63142,13 @@
|
|
|
63076
63142
|
}
|
|
63077
63143
|
}
|
|
63078
63144
|
aj = new DescriptionTreeAction();
|
|
63079
|
-
aj.
|
|
63080
|
-
aj.
|
|
63081
|
-
aj.
|
|
63082
|
-
aj.d =
|
|
63145
|
+
aj.j = e.c;
|
|
63146
|
+
aj.c = b;
|
|
63147
|
+
aj.b = c;
|
|
63148
|
+
aj.d = e.a;
|
|
63149
|
+
aj.e = ai.e;
|
|
63083
63150
|
aj.a = 2;
|
|
63084
|
-
aj.
|
|
63151
|
+
aj.g = ai.a;
|
|
63085
63152
|
a.add(aj);
|
|
63086
63153
|
ai.d = ai.e;
|
|
63087
63154
|
for (var am = 0; am < m.count; am++) {
|
|
@@ -63099,22 +63166,24 @@
|
|
|
63099
63166
|
for (var ap = 0; ap < ao; ap++) {
|
|
63100
63167
|
if (ap >= h.length) {
|
|
63101
63168
|
var aq = new DescriptionTreeAction();
|
|
63102
|
-
aq.
|
|
63103
|
-
aq.
|
|
63104
|
-
aq.
|
|
63105
|
-
aq.d =
|
|
63169
|
+
aq.j = e.c;
|
|
63170
|
+
aq.c = b;
|
|
63171
|
+
aq.b = c;
|
|
63172
|
+
aq.d = e.a;
|
|
63173
|
+
aq.e = ap;
|
|
63106
63174
|
aq.a = 2;
|
|
63107
|
-
aq.
|
|
63175
|
+
aq.g = i[ap];
|
|
63108
63176
|
a.add(aq);
|
|
63109
63177
|
}
|
|
63110
63178
|
else if (ap >= i.length) {
|
|
63111
63179
|
var ar = new DescriptionTreeAction();
|
|
63112
|
-
ar.
|
|
63113
|
-
ar.
|
|
63114
|
-
ar.
|
|
63115
|
-
ar.
|
|
63180
|
+
ar.j = e.c;
|
|
63181
|
+
ar.c = b;
|
|
63182
|
+
ar.b = c;
|
|
63183
|
+
ar.d = e.a;
|
|
63184
|
+
ar.f = i.length;
|
|
63116
63185
|
ar.a = 4;
|
|
63117
|
-
ar.
|
|
63186
|
+
ar.h = h[ap];
|
|
63118
63187
|
a.add(ar);
|
|
63119
63188
|
}
|
|
63120
63189
|
else {
|
|
@@ -63123,31 +63192,33 @@
|
|
|
63123
63192
|
if (typeCast(DescriptionTreeNode.$, as) !== null && typeCast(DescriptionTreeNode.$, at) !== null) {
|
|
63124
63193
|
var au = as;
|
|
63125
63194
|
var av = at;
|
|
63126
|
-
if (au.
|
|
63195
|
+
if (au.i == av.i) {
|
|
63127
63196
|
DescriptionTreeReconciler.g(a, au, av, f);
|
|
63128
63197
|
}
|
|
63129
63198
|
else {
|
|
63130
63199
|
var aw = new DescriptionTreeAction();
|
|
63131
|
-
aw.
|
|
63132
|
-
aw.
|
|
63133
|
-
aw.
|
|
63134
|
-
aw.
|
|
63200
|
+
aw.j = e.c;
|
|
63201
|
+
aw.c = b;
|
|
63202
|
+
aw.b = c;
|
|
63203
|
+
aw.d = e.a;
|
|
63204
|
+
aw.f = ap;
|
|
63135
63205
|
aw.a = 3;
|
|
63136
|
-
aw.
|
|
63137
|
-
aw.
|
|
63206
|
+
aw.h = h[ap];
|
|
63207
|
+
aw.g = i[ap];
|
|
63138
63208
|
a.add(aw);
|
|
63139
63209
|
}
|
|
63140
63210
|
}
|
|
63141
63211
|
else {
|
|
63142
63212
|
if (!Base.equalsStatic(as, at)) {
|
|
63143
63213
|
var ax = new DescriptionTreeAction();
|
|
63144
|
-
ax.
|
|
63145
|
-
ax.
|
|
63146
|
-
ax.
|
|
63147
|
-
ax.
|
|
63214
|
+
ax.j = e.c;
|
|
63215
|
+
ax.c = b;
|
|
63216
|
+
ax.b = c;
|
|
63217
|
+
ax.d = e.a;
|
|
63218
|
+
ax.f = ap;
|
|
63148
63219
|
ax.a = 3;
|
|
63149
|
-
ax.
|
|
63150
|
-
ax.
|
|
63220
|
+
ax.h = h[ap];
|
|
63221
|
+
ax.g = i[ap];
|
|
63151
63222
|
a.add(ax);
|
|
63152
63223
|
}
|
|
63153
63224
|
}
|
|
@@ -63179,11 +63250,11 @@
|
|
|
63179
63250
|
if (typeCast(DescriptionTreeNode.$, f) !== null) {
|
|
63180
63251
|
var h = f;
|
|
63181
63252
|
var i = g;
|
|
63182
|
-
if (h.
|
|
63253
|
+
if (h.i != i.i) {
|
|
63183
63254
|
return false;
|
|
63184
63255
|
}
|
|
63185
|
-
var j = h.
|
|
63186
|
-
var k = i.
|
|
63256
|
+
var j = h.c("Name") ? h.a("Name").b : null;
|
|
63257
|
+
var k = i.c("Name") ? i.a("Name").b : null;
|
|
63187
63258
|
if (!Base.equalsStatic(j, k)) {
|
|
63188
63259
|
return false;
|
|
63189
63260
|
}
|
|
@@ -63198,7 +63269,7 @@
|
|
|
63198
63269
|
};
|
|
63199
63270
|
DescriptionTreeReconciler.e = function (a) {
|
|
63200
63271
|
var b = new List$1(DescriptionPropertyValue.$, 0);
|
|
63201
|
-
var c = a.
|
|
63272
|
+
var c = a.f();
|
|
63202
63273
|
for (var d = 0; d < c.count; d++) {
|
|
63203
63274
|
var e = c._inner[d];
|
|
63204
63275
|
if (e.a != null && e.a.knownType != 10 && e.a.knownType != 9) {
|
|
@@ -63209,7 +63280,7 @@
|
|
|
63209
63280
|
};
|
|
63210
63281
|
DescriptionTreeReconciler.d = function (a) {
|
|
63211
63282
|
var b = new List$1(DescriptionPropertyValue.$, 0);
|
|
63212
|
-
var c = a.
|
|
63283
|
+
var c = a.f();
|
|
63213
63284
|
for (var d = 0; d < c.count; d++) {
|
|
63214
63285
|
var e = c._inner[d];
|
|
63215
63286
|
if (e.a != null && (e.a.knownType == 10 || e.a.knownType == 9)) {
|
|
@@ -63551,7 +63622,7 @@
|
|
|
63551
63622
|
}
|
|
63552
63623
|
var h = DescriptionTreeBuilder.createTree(this.context, g.result);
|
|
63553
63624
|
var i = this.av.item(b);
|
|
63554
|
-
if (h.
|
|
63625
|
+
if (h.c("Type")) {
|
|
63555
63626
|
var j = h.a("Type").b;
|
|
63556
63627
|
return this.bo(j, h, b, i, true, -1);
|
|
63557
63628
|
}
|
|
@@ -63720,12 +63791,12 @@
|
|
|
63720
63791
|
ComponentRenderer.prototype.ch = function (a, b, c, d) {
|
|
63721
63792
|
var e_3, _a;
|
|
63722
63793
|
if (!c.b(b)) {
|
|
63723
|
-
c.k(d, this.ao.item(d).
|
|
63794
|
+
c.k(d, this.ao.item(d).g, b, this.ao.item(d), runOn(this, this.cr), -1);
|
|
63724
63795
|
}
|
|
63725
63796
|
try {
|
|
63726
|
-
for (var _b = tslib.__values(fromEnum(a.
|
|
63797
|
+
for (var _b = tslib.__values(fromEnum(a.f())), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
63727
63798
|
var e = _c.value;
|
|
63728
|
-
this.ci(this.b0(e.c, ComponentRenderer.platform, e.a), e.b, b, c, d, a.
|
|
63799
|
+
this.ci(this.b0(e.c, ComponentRenderer.platform, e.a), e.b, b, c, d, a.g);
|
|
63729
63800
|
}
|
|
63730
63801
|
}
|
|
63731
63802
|
catch (e_3_1) {
|
|
@@ -63748,13 +63819,13 @@
|
|
|
63748
63819
|
if (typeCast(DescriptionTreeNode.$, b) !== null) {
|
|
63749
63820
|
var g = b;
|
|
63750
63821
|
var h = this.f.getPropertyValue(c, a);
|
|
63751
|
-
if (!d.b(h) && !d.a(g.
|
|
63752
|
-
d.k(e, g.
|
|
63822
|
+
if (!d.b(h) && !d.a(g.g)) {
|
|
63823
|
+
d.k(e, g.g, h, g, runOn(this, this.cr), f);
|
|
63753
63824
|
}
|
|
63754
63825
|
try {
|
|
63755
|
-
for (var _b = tslib.__values(fromEnum(g.
|
|
63826
|
+
for (var _b = tslib.__values(fromEnum(g.f())), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
63756
63827
|
var i = _c.value;
|
|
63757
|
-
this.ci(a + "." + this.b0(i.c, ComponentRenderer.platform, i.a), i.b, c, d, e, g.
|
|
63828
|
+
this.ci(a + "." + this.b0(i.c, ComponentRenderer.platform, i.a), i.b, c, d, e, g.g);
|
|
63758
63829
|
}
|
|
63759
63830
|
}
|
|
63760
63831
|
catch (e_4_1) {
|
|
@@ -63790,13 +63861,13 @@
|
|
|
63790
63861
|
var e_5, _a;
|
|
63791
63862
|
if (j_1.containsKey(k_1)) {
|
|
63792
63863
|
var s = j_1.item(k_1);
|
|
63793
|
-
if (!d.b(r) && !d.a(s.
|
|
63794
|
-
d.k(e, s.
|
|
63864
|
+
if (!d.b(r) && !d.a(s.g)) {
|
|
63865
|
+
d.k(e, s.g, r, s, runOn(_this, _this.cr), f);
|
|
63795
63866
|
}
|
|
63796
63867
|
try {
|
|
63797
|
-
for (var _b = tslib.__values(fromEnum(s.
|
|
63868
|
+
for (var _b = tslib.__values(fromEnum(s.f())), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
63798
63869
|
var t = _c.value;
|
|
63799
|
-
_this.ci(a + "." + t.c, t.b, c, d, e, s.
|
|
63870
|
+
_this.ci(a + "." + t.c, t.b, c, d, e, s.g);
|
|
63800
63871
|
}
|
|
63801
63872
|
}
|
|
63802
63873
|
catch (e_5_1) {
|
|
@@ -63821,13 +63892,13 @@
|
|
|
63821
63892
|
var e_6, _a;
|
|
63822
63893
|
if (j_1.containsKey(k_1)) {
|
|
63823
63894
|
var t = j_1.item(k_1);
|
|
63824
|
-
if (!d.b(s) && !d.a(t.
|
|
63825
|
-
d.k(e, t.
|
|
63895
|
+
if (!d.b(s) && !d.a(t.g)) {
|
|
63896
|
+
d.k(e, t.g, s, t, runOn(_this, _this.cr), f);
|
|
63826
63897
|
}
|
|
63827
63898
|
try {
|
|
63828
|
-
for (var _b = tslib.__values(fromEnum(t.
|
|
63899
|
+
for (var _b = tslib.__values(fromEnum(t.f())), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
63829
63900
|
var u = _c.value;
|
|
63830
|
-
_this.ci(r_1 + "." + u.c, u.b, c, d, e, t.
|
|
63901
|
+
_this.ci(r_1 + "." + u.c, u.b, c, d, e, t.g);
|
|
63831
63902
|
}
|
|
63832
63903
|
}
|
|
63833
63904
|
catch (e_6_1) {
|
|
@@ -63940,8 +64011,16 @@
|
|
|
63940
64011
|
f = this.ao.item(a);
|
|
63941
64012
|
}
|
|
63942
64013
|
var g = DescriptionTreeReconciler.c(f, e, b);
|
|
64014
|
+
if (!c && b) {
|
|
64015
|
+
e = f.b();
|
|
64016
|
+
DescriptionTreeReconciler.a(f, g);
|
|
64017
|
+
var h = f;
|
|
64018
|
+
f = e;
|
|
64019
|
+
e = h;
|
|
64020
|
+
g = DescriptionTreeReconciler.c(f, e, false);
|
|
64021
|
+
}
|
|
63943
64022
|
if (c) {
|
|
63944
|
-
var
|
|
64023
|
+
var i = DescriptionTreeReconciler.a(f, g);
|
|
63945
64024
|
if (!this.av.containsKey(a)) {
|
|
63946
64025
|
this.av.addItem(a, ((function () {
|
|
63947
64026
|
var $ret = new ContainerState();
|
|
@@ -63949,14 +64028,14 @@
|
|
|
63949
64028
|
return $ret;
|
|
63950
64029
|
})()));
|
|
63951
64030
|
}
|
|
63952
|
-
var
|
|
63953
|
-
if (
|
|
64031
|
+
var j_2 = this.av.item(a);
|
|
64032
|
+
if (i.a.count > 0) {
|
|
63954
64033
|
try {
|
|
63955
|
-
for (var _e = tslib.__values(fromEnum(
|
|
63956
|
-
var
|
|
63957
|
-
if (
|
|
63958
|
-
var
|
|
63959
|
-
this.cf(a,
|
|
64034
|
+
for (var _e = tslib.__values(fromEnum(i.a)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
64035
|
+
var k = _f.value;
|
|
64036
|
+
if (j_2.a(k)) {
|
|
64037
|
+
var l = j_2.j(k);
|
|
64038
|
+
this.cf(a, l, j_2);
|
|
63960
64039
|
}
|
|
63961
64040
|
}
|
|
63962
64041
|
}
|
|
@@ -63974,18 +64053,18 @@
|
|
|
63974
64053
|
}
|
|
63975
64054
|
}
|
|
63976
64055
|
}
|
|
63977
|
-
if (
|
|
64056
|
+
if (i.c.count > 0) {
|
|
63978
64057
|
try {
|
|
63979
|
-
for (var _g = tslib.__values(fromEnum(
|
|
63980
|
-
var
|
|
63981
|
-
var
|
|
63982
|
-
var
|
|
63983
|
-
if (
|
|
63984
|
-
if (!
|
|
63985
|
-
var
|
|
63986
|
-
if (typeCast(DescriptionTreeNode.$,
|
|
63987
|
-
var
|
|
63988
|
-
|
|
64058
|
+
for (var _g = tslib.__values(fromEnum(i.c)), _h = _g.next(); !_h.done; _h = _g.next()) {
|
|
64059
|
+
var m = _h.value;
|
|
64060
|
+
var n = this.bt(a, j_2, m);
|
|
64061
|
+
var o = this.f.getPropertyValue(n, m.j);
|
|
64062
|
+
if (o != null) {
|
|
64063
|
+
if (!j_2.b(o)) {
|
|
64064
|
+
var p = m.g;
|
|
64065
|
+
if (typeCast(DescriptionTreeNode.$, p) !== null) {
|
|
64066
|
+
var q = p.g;
|
|
64067
|
+
j_2.k(a, q, o, p, runOn(this, this.cr), m.c.g);
|
|
63989
64068
|
}
|
|
63990
64069
|
}
|
|
63991
64070
|
}
|
|
@@ -64005,17 +64084,17 @@
|
|
|
64005
64084
|
}
|
|
64006
64085
|
}
|
|
64007
64086
|
}
|
|
64008
|
-
if (
|
|
64087
|
+
if (i.d.count > 0) {
|
|
64009
64088
|
try {
|
|
64010
|
-
for (var _j = tslib.__values(fromEnum(
|
|
64011
|
-
var
|
|
64012
|
-
var
|
|
64013
|
-
if (
|
|
64014
|
-
if (!
|
|
64015
|
-
var
|
|
64016
|
-
if (typeCast(DescriptionTreeNode.$,
|
|
64017
|
-
var
|
|
64018
|
-
this.ao.item(a,
|
|
64089
|
+
for (var _j = tslib.__values(fromEnum(i.d)), _k = _j.next(); !_k.done; _k = _j.next()) {
|
|
64090
|
+
var r = _k.value;
|
|
64091
|
+
var s = r.g;
|
|
64092
|
+
if (s != null) {
|
|
64093
|
+
if (!j_2.b(s)) {
|
|
64094
|
+
var t = r.g;
|
|
64095
|
+
if (typeCast(DescriptionTreeNode.$, t) !== null) {
|
|
64096
|
+
var u = t.g;
|
|
64097
|
+
this.ao.item(a, t);
|
|
64019
64098
|
}
|
|
64020
64099
|
}
|
|
64021
64100
|
}
|
|
@@ -64035,48 +64114,48 @@
|
|
|
64035
64114
|
}
|
|
64036
64115
|
}
|
|
64037
64116
|
}
|
|
64038
|
-
if (
|
|
64039
|
-
var _loop_1 = function (
|
|
64040
|
-
var
|
|
64041
|
-
if (
|
|
64117
|
+
if (i.b.count > 0) {
|
|
64118
|
+
var _loop_1 = function (v) {
|
|
64119
|
+
var w = v.c.a(v.j).b;
|
|
64120
|
+
if (w == null) {
|
|
64042
64121
|
return "continue";
|
|
64043
64122
|
}
|
|
64044
|
-
var
|
|
64045
|
-
for (var
|
|
64046
|
-
var
|
|
64047
|
-
if (typeCast(DescriptionTreeNode.$,
|
|
64048
|
-
var
|
|
64049
|
-
if (
|
|
64050
|
-
|
|
64123
|
+
var x = new Dictionary$2(String_$type, DescriptionTreeNode.$, 0);
|
|
64124
|
+
for (var y = 0; y < w.length; y++) {
|
|
64125
|
+
var z = w[y];
|
|
64126
|
+
if (typeCast(DescriptionTreeNode.$, z) !== null) {
|
|
64127
|
+
var aa = z;
|
|
64128
|
+
if (aa.c("Name")) {
|
|
64129
|
+
x.item(aa.a("Name").b, aa);
|
|
64051
64130
|
}
|
|
64052
64131
|
}
|
|
64053
64132
|
}
|
|
64054
|
-
if (
|
|
64133
|
+
if (x.count == 0) {
|
|
64055
64134
|
return "continue";
|
|
64056
64135
|
}
|
|
64057
|
-
var
|
|
64058
|
-
var
|
|
64059
|
-
if (
|
|
64060
|
-
var
|
|
64061
|
-
this_1.f.forPropertyValueItem(
|
|
64062
|
-
if (
|
|
64063
|
-
if (!
|
|
64064
|
-
var
|
|
64065
|
-
if (typeCast(DescriptionTreeNode.$,
|
|
64066
|
-
var
|
|
64067
|
-
|
|
64136
|
+
var ab = this_1.bt(a, j_2, v);
|
|
64137
|
+
var ac = this_1.f.getPropertyValue(ab, v.j);
|
|
64138
|
+
if (ac != null) {
|
|
64139
|
+
var ad_1 = 0;
|
|
64140
|
+
this_1.f.forPropertyValueItem(ab, v.j, function (ae) {
|
|
64141
|
+
if (x.containsKey(_this.f.getPropertyValue(ae, "Name").toString())) {
|
|
64142
|
+
if (!j_2.b(ae)) {
|
|
64143
|
+
var af = x.item(_this.f.getPropertyValue(ae, "Name").toString());
|
|
64144
|
+
if (typeCast(DescriptionTreeNode.$, af) !== null) {
|
|
64145
|
+
var ag = af.g;
|
|
64146
|
+
j_2.k(a, ag, ae, af, runOn(_this, _this.cr), v.c.g);
|
|
64068
64147
|
}
|
|
64069
64148
|
}
|
|
64070
64149
|
}
|
|
64071
|
-
|
|
64150
|
+
ad_1++;
|
|
64072
64151
|
});
|
|
64073
64152
|
}
|
|
64074
64153
|
};
|
|
64075
64154
|
var this_1 = this;
|
|
64076
64155
|
try {
|
|
64077
|
-
for (var _l = tslib.__values(fromEnum(
|
|
64078
|
-
var
|
|
64079
|
-
_loop_1(
|
|
64156
|
+
for (var _l = tslib.__values(fromEnum(i.b)), _m = _l.next(); !_m.done; _m = _l.next()) {
|
|
64157
|
+
var v = _m.value;
|
|
64158
|
+
_loop_1(v);
|
|
64080
64159
|
}
|
|
64081
64160
|
}
|
|
64082
64161
|
catch (e_10_1) {
|
|
@@ -64285,22 +64364,22 @@
|
|
|
64285
64364
|
}
|
|
64286
64365
|
}
|
|
64287
64366
|
}
|
|
64288
|
-
if (c.
|
|
64367
|
+
if (c.j == "Type" || c.j == "type") {
|
|
64289
64368
|
f = true;
|
|
64290
64369
|
}
|
|
64291
64370
|
if (f) {
|
|
64292
64371
|
return true;
|
|
64293
64372
|
}
|
|
64294
|
-
if (c.
|
|
64295
|
-
this.aj(a, b, c.
|
|
64373
|
+
if (c.d != null && c.d.knownType == 9) {
|
|
64374
|
+
this.aj(a, b, c.i(ComponentRenderer.platform), c.d, e, d);
|
|
64296
64375
|
}
|
|
64297
64376
|
else {
|
|
64298
|
-
this.da(a, b, c.
|
|
64377
|
+
this.da(a, b, c.i(ComponentRenderer.platform), c.d, e, c.h, d);
|
|
64299
64378
|
}
|
|
64300
64379
|
return true;
|
|
64301
64380
|
};
|
|
64302
64381
|
ComponentRenderer.prototype.b1 = function (a, b) {
|
|
64303
|
-
var c = b.
|
|
64382
|
+
var c = b.c;
|
|
64304
64383
|
var d = "";
|
|
64305
64384
|
if (c != this.ao.item(a)) {
|
|
64306
64385
|
var e = this.bz(a, c);
|
|
@@ -64309,7 +64388,7 @@
|
|
|
64309
64388
|
if (d.length > 0) {
|
|
64310
64389
|
d += ".";
|
|
64311
64390
|
}
|
|
64312
|
-
d += b.
|
|
64391
|
+
d += b.j;
|
|
64313
64392
|
return d;
|
|
64314
64393
|
};
|
|
64315
64394
|
ComponentRenderer.prototype.bz = function (a, b) {
|
|
@@ -64329,11 +64408,11 @@
|
|
|
64329
64408
|
if (a.length > 0) {
|
|
64330
64409
|
a += ".";
|
|
64331
64410
|
}
|
|
64332
|
-
var d = b.
|
|
64411
|
+
var d = b.f();
|
|
64333
64412
|
for (var e = 0; e < d.count; e++) {
|
|
64334
64413
|
var f = d._inner[e];
|
|
64335
64414
|
if (typeCast(DescriptionTreeNode.$, f.b) !== null) {
|
|
64336
|
-
if (f.b.
|
|
64415
|
+
if (f.b.g == c.g) {
|
|
64337
64416
|
a += f.c;
|
|
64338
64417
|
return new Tuple$2(Boolean_$type, String_$type, true, a);
|
|
64339
64418
|
}
|
|
@@ -64350,7 +64429,7 @@
|
|
|
64350
64429
|
for (var j = 0; j < i.length; j++) {
|
|
64351
64430
|
if (typeCast(DescriptionTreeNode.$, i[j]) !== null) {
|
|
64352
64431
|
var k = i[j];
|
|
64353
|
-
if (k.
|
|
64432
|
+
if (k.g == c.g) {
|
|
64354
64433
|
a += f.c + "[" + j + "]";
|
|
64355
64434
|
return new Tuple$2(Boolean_$type, String_$type, true, a);
|
|
64356
64435
|
}
|
|
@@ -64394,10 +64473,10 @@
|
|
|
64394
64473
|
return true;
|
|
64395
64474
|
};
|
|
64396
64475
|
ComponentRenderer.prototype.bq = function (a, b, c) {
|
|
64397
|
-
if (a.
|
|
64398
|
-
return a.
|
|
64476
|
+
if (a.d == null) {
|
|
64477
|
+
return a.g;
|
|
64399
64478
|
}
|
|
64400
|
-
switch (a.
|
|
64479
|
+
switch (a.d.knownType) {
|
|
64401
64480
|
case 10: return this.a6(a, b, c);
|
|
64402
64481
|
case 7: return this.a7(a);
|
|
64403
64482
|
case 4: return this.a8(a);
|
|
@@ -64424,7 +64503,7 @@
|
|
|
64424
64503
|
return null;
|
|
64425
64504
|
};
|
|
64426
64505
|
ComponentRenderer.prototype.bl = function (a, b, c) {
|
|
64427
|
-
var d = this.bm(a.
|
|
64506
|
+
var d = this.bm(a.g, a, b, c);
|
|
64428
64507
|
return d;
|
|
64429
64508
|
};
|
|
64430
64509
|
ComponentRenderer.prototype.bm = function (a, b, c, d) {
|
|
@@ -64445,27 +64524,27 @@
|
|
|
64445
64524
|
}
|
|
64446
64525
|
if (typeCast(DescriptionTreeNode.$, a) !== null) {
|
|
64447
64526
|
var i = a;
|
|
64448
|
-
if (i.
|
|
64449
|
-
return this.bo(i.
|
|
64527
|
+
if (i.i == "EmbeddedRef") {
|
|
64528
|
+
return this.bo(i.i, a, c, d, false, b.c.g);
|
|
64450
64529
|
}
|
|
64451
64530
|
}
|
|
64452
64531
|
return a;
|
|
64453
64532
|
};
|
|
64454
64533
|
ComponentRenderer.prototype.bk = function (a) {
|
|
64455
|
-
return a.
|
|
64534
|
+
return a.g;
|
|
64456
64535
|
};
|
|
64457
64536
|
ComponentRenderer.prototype.bj = function (a) {
|
|
64458
|
-
return a.
|
|
64537
|
+
return a.g != null ? a.g.toString() : null;
|
|
64459
64538
|
};
|
|
64460
64539
|
ComponentRenderer.prototype.bi = function (a) {
|
|
64461
|
-
var b = a.
|
|
64540
|
+
var b = a.g;
|
|
64462
64541
|
var width_ = b.width;
|
|
64463
64542
|
var height_ = b.height;
|
|
64464
64543
|
var c = { width: width_, height: height_ };
|
|
64465
64544
|
return c;
|
|
64466
64545
|
};
|
|
64467
64546
|
ComponentRenderer.prototype.bh = function (a) {
|
|
64468
|
-
var b = a.
|
|
64547
|
+
var b = a.g;
|
|
64469
64548
|
var top_ = b.top;
|
|
64470
64549
|
var left_ = b.left;
|
|
64471
64550
|
var width_ = b.width;
|
|
@@ -64474,20 +64553,20 @@
|
|
|
64474
64553
|
return c;
|
|
64475
64554
|
};
|
|
64476
64555
|
ComponentRenderer.prototype.bg = function (a) {
|
|
64477
|
-
var b = a.
|
|
64556
|
+
var b = a.g;
|
|
64478
64557
|
var x_ = b.x;
|
|
64479
64558
|
var y_ = b.y;
|
|
64480
64559
|
var c = { x: x_, y: y_ };
|
|
64481
64560
|
return c;
|
|
64482
64561
|
};
|
|
64483
64562
|
ComponentRenderer.prototype.bf = function (a) {
|
|
64484
|
-
if (a.
|
|
64485
|
-
if (a.
|
|
64563
|
+
if (a.g == null) {
|
|
64564
|
+
if (a.d != null && (a.d.specificType == "double" || a.d.specificType == "float")) {
|
|
64486
64565
|
return NaN;
|
|
64487
64566
|
}
|
|
64488
64567
|
return 0;
|
|
64489
64568
|
}
|
|
64490
|
-
return a.
|
|
64569
|
+
return a.g;
|
|
64491
64570
|
};
|
|
64492
64571
|
ComponentRenderer.prototype.d = function (a, b) {
|
|
64493
64572
|
if (this.au.containsKey(a)) {
|
|
@@ -64499,40 +64578,40 @@
|
|
|
64499
64578
|
return d;
|
|
64500
64579
|
};
|
|
64501
64580
|
ComponentRenderer.prototype.bw = function (a, b) {
|
|
64502
|
-
return a.
|
|
64581
|
+
return a.g == null ? null : this.d(a.g, b);
|
|
64503
64582
|
};
|
|
64504
64583
|
ComponentRenderer.prototype.be = function (a, b, c) {
|
|
64505
|
-
var d = a.
|
|
64584
|
+
var d = a.d.specificType;
|
|
64506
64585
|
if (d == null) {
|
|
64507
|
-
d = a.
|
|
64586
|
+
d = a.d.specificExternalType;
|
|
64508
64587
|
}
|
|
64509
|
-
if (typeCast(DescriptionTreeNode.$, a.
|
|
64510
|
-
var e = a.
|
|
64511
|
-
if (e.
|
|
64588
|
+
if (typeCast(DescriptionTreeNode.$, a.g) !== null) {
|
|
64589
|
+
var e = a.g;
|
|
64590
|
+
if (e.c("Type")) {
|
|
64512
64591
|
d = e.a("Type").b;
|
|
64513
64592
|
}
|
|
64514
64593
|
}
|
|
64515
|
-
var f = this.bo(d, a.
|
|
64594
|
+
var f = this.bo(d, a.g, b, c, false, a.c.g);
|
|
64516
64595
|
return f;
|
|
64517
64596
|
};
|
|
64518
64597
|
ComponentRenderer.prototype.bv = function (a, b) {
|
|
64519
|
-
return a.
|
|
64598
|
+
return a.g == null ? null : this.d(a.g, b);
|
|
64520
64599
|
};
|
|
64521
64600
|
ComponentRenderer.prototype.bc = function (a) {
|
|
64522
|
-
if (typeof a.
|
|
64523
|
-
var v_ = a.
|
|
64524
|
-
a.
|
|
64601
|
+
if (typeof a.g === 'string') {
|
|
64602
|
+
var v_ = a.g;
|
|
64603
|
+
a.g = new Date(v_);
|
|
64525
64604
|
}
|
|
64526
|
-
return a.
|
|
64605
|
+
return a.g;
|
|
64527
64606
|
};
|
|
64528
64607
|
ComponentRenderer.prototype.bu = function (a, b) {
|
|
64529
|
-
return a.
|
|
64608
|
+
return a.g == null ? null : this.d(a.g, b);
|
|
64530
64609
|
};
|
|
64531
64610
|
ComponentRenderer.prototype.by = function (a) {
|
|
64532
64611
|
return a;
|
|
64533
64612
|
};
|
|
64534
64613
|
ComponentRenderer.prototype.bb = function (a) {
|
|
64535
|
-
var b = a.
|
|
64614
|
+
var b = a.g;
|
|
64536
64615
|
if (b == null) {
|
|
64537
64616
|
return null;
|
|
64538
64617
|
}
|
|
@@ -64543,10 +64622,10 @@
|
|
|
64543
64622
|
return c;
|
|
64544
64623
|
};
|
|
64545
64624
|
ComponentRenderer.prototype.ba = function (a) {
|
|
64546
|
-
return this.by(a.
|
|
64625
|
+
return this.by(a.g);
|
|
64547
64626
|
};
|
|
64548
64627
|
ComponentRenderer.prototype.a9 = function (a) {
|
|
64549
|
-
var b = a.
|
|
64628
|
+
var b = a.g;
|
|
64550
64629
|
if (b == null) {
|
|
64551
64630
|
return null;
|
|
64552
64631
|
}
|
|
@@ -64560,10 +64639,10 @@
|
|
|
64560
64639
|
return a;
|
|
64561
64640
|
};
|
|
64562
64641
|
ComponentRenderer.prototype.a8 = function (a) {
|
|
64563
|
-
return this.bx(a.
|
|
64642
|
+
return this.bx(a.g);
|
|
64564
64643
|
};
|
|
64565
64644
|
ComponentRenderer.prototype.a7 = function (a) {
|
|
64566
|
-
return a.
|
|
64645
|
+
return a.g;
|
|
64567
64646
|
};
|
|
64568
64647
|
ComponentRenderer.prototype.addTargetPropertyUpdatingListener = function (a) {
|
|
64569
64648
|
this.a2.add(a);
|
|
@@ -64598,30 +64677,30 @@
|
|
|
64598
64677
|
this.a1.remove(a);
|
|
64599
64678
|
};
|
|
64600
64679
|
ComponentRenderer.prototype.a6 = function (a, b, c) {
|
|
64601
|
-
if (a.
|
|
64680
|
+
if (a.g == null) {
|
|
64602
64681
|
return null;
|
|
64603
64682
|
}
|
|
64604
|
-
var d = a.
|
|
64683
|
+
var d = a.g;
|
|
64605
64684
|
var e = new List$1(Base.$, 0);
|
|
64606
|
-
var f = a.
|
|
64685
|
+
var f = a.d.specificType;
|
|
64607
64686
|
if (f == null) {
|
|
64608
|
-
f = a.
|
|
64687
|
+
f = a.d.specificExternalType;
|
|
64609
64688
|
}
|
|
64610
|
-
if (a.
|
|
64611
|
-
f = a.
|
|
64689
|
+
if (a.d.knownType == 9) {
|
|
64690
|
+
f = a.d.collectionElementType;
|
|
64612
64691
|
if (f == null) {
|
|
64613
|
-
f = a.
|
|
64692
|
+
f = a.d.specificExternalType;
|
|
64614
64693
|
}
|
|
64615
64694
|
}
|
|
64616
64695
|
for (var g = 0; g < d.length; g++) {
|
|
64617
64696
|
var h = f;
|
|
64618
64697
|
if (typeCast(DescriptionTreeNode.$, d[g]) !== null) {
|
|
64619
64698
|
var i = d[g];
|
|
64620
|
-
if (i.
|
|
64699
|
+
if (i.c("Type")) {
|
|
64621
64700
|
h = i.a("Type").b;
|
|
64622
64701
|
}
|
|
64623
64702
|
}
|
|
64624
|
-
var j = this.bo(h, d[g], b, c, false, a.
|
|
64703
|
+
var j = this.bo(h, d[g], b, c, false, a.c.g);
|
|
64625
64704
|
e.add1(j);
|
|
64626
64705
|
}
|
|
64627
64706
|
return e.toArray();
|
|
@@ -64834,7 +64913,7 @@
|
|
|
64834
64913
|
return a.toArray();
|
|
64835
64914
|
};
|
|
64836
64915
|
ComponentRenderer.prototype.bt = function (a, b, c) {
|
|
64837
|
-
return b.j(c.
|
|
64916
|
+
return b.j(c.c.g);
|
|
64838
64917
|
};
|
|
64839
64918
|
ComponentRenderer.prototype.ad = function (a, b, c) {
|
|
64840
64919
|
var d = this.bt(a, b, c);
|
|
@@ -64842,11 +64921,11 @@
|
|
|
64842
64921
|
return true;
|
|
64843
64922
|
};
|
|
64844
64923
|
ComponentRenderer.prototype.ai = function (a, b, c, d) {
|
|
64845
|
-
this.f.resetPropertyOnTarget(a, c.
|
|
64924
|
+
this.f.resetPropertyOnTarget(a, c.i(ComponentRenderer.platform), c.d, d);
|
|
64846
64925
|
return true;
|
|
64847
64926
|
};
|
|
64848
64927
|
ComponentRenderer.prototype.ac = function (a, b, c) {
|
|
64849
|
-
if (c.
|
|
64928
|
+
if (c.c == null) {
|
|
64850
64929
|
return this.ah(a, b, c);
|
|
64851
64930
|
}
|
|
64852
64931
|
else {
|
|
@@ -64856,15 +64935,15 @@
|
|
|
64856
64935
|
return true;
|
|
64857
64936
|
};
|
|
64858
64937
|
ComponentRenderer.prototype.c5 = function (a, b, c, d) {
|
|
64859
|
-
var e = c.
|
|
64860
|
-
var f = c.
|
|
64938
|
+
var e = c.i(ComponentRenderer.platform);
|
|
64939
|
+
var f = c.d.collectionElementType;
|
|
64861
64940
|
if (f == null) {
|
|
64862
|
-
f = c.
|
|
64941
|
+
f = c.d.specificExternalType;
|
|
64863
64942
|
}
|
|
64864
|
-
var g = this.bo(f, c.
|
|
64865
|
-
this.f.replaceItemInCollection(e, c.
|
|
64866
|
-
if (c.
|
|
64867
|
-
var h = c.g
|
|
64943
|
+
var g = this.bo(f, c.g, a, b, false, c.c.g);
|
|
64944
|
+
this.f.replaceItemInCollection(e, c.d, d, c.e, g);
|
|
64945
|
+
if (c.h != null && typeCast(DescriptionTreeNode.$, c.h) !== null) {
|
|
64946
|
+
var h = c.h.g;
|
|
64868
64947
|
if (h >= 0) {
|
|
64869
64948
|
var i = b.j(h);
|
|
64870
64949
|
if (i != null) {
|
|
@@ -64879,14 +64958,14 @@
|
|
|
64879
64958
|
if (d != null) {
|
|
64880
64959
|
this.cf(a, d, b);
|
|
64881
64960
|
}
|
|
64882
|
-
if (!(typeCast(DescriptionTreeNode.$, c.
|
|
64961
|
+
if (!(typeCast(DescriptionTreeNode.$, c.g) !== null)) {
|
|
64883
64962
|
throw new NotImplementedException(0);
|
|
64884
64963
|
}
|
|
64885
|
-
var e = c.
|
|
64964
|
+
var e = c.g;
|
|
64886
64965
|
var f = false;
|
|
64887
|
-
this.f.replaceRootItem(a, e.
|
|
64966
|
+
this.f.replaceRootItem(a, e.i, this.context, function (g) {
|
|
64888
64967
|
var h = _this.f.getRootObject(a);
|
|
64889
|
-
b.k(a, e.
|
|
64968
|
+
b.k(a, e.g, h, e, runOn(_this, _this.cr), -1);
|
|
64890
64969
|
var i = _this.a3(e);
|
|
64891
64970
|
_this.cp(a, b, i);
|
|
64892
64971
|
f = true;
|
|
@@ -64927,7 +65006,7 @@
|
|
|
64927
65006
|
return c.h(b);
|
|
64928
65007
|
};
|
|
64929
65008
|
ComponentRenderer.prototype.ab = function (a, b, c) {
|
|
64930
|
-
if (c.
|
|
65009
|
+
if (c.c == null) {
|
|
64931
65010
|
return this.ag(a, b, c);
|
|
64932
65011
|
}
|
|
64933
65012
|
else {
|
|
@@ -64937,10 +65016,10 @@
|
|
|
64937
65016
|
return true;
|
|
64938
65017
|
};
|
|
64939
65018
|
ComponentRenderer.prototype.ct = function (a, b, c, d) {
|
|
64940
|
-
var e = c.
|
|
64941
|
-
this.f.removeItemFromCollection(e, c.
|
|
64942
|
-
if (c.
|
|
64943
|
-
var f = c.g
|
|
65019
|
+
var e = c.i(ComponentRenderer.platform);
|
|
65020
|
+
this.f.removeItemFromCollection(e, c.d, d, c.f);
|
|
65021
|
+
if (c.h != null && typeCast(DescriptionTreeNode.$, c.h) !== null) {
|
|
65022
|
+
var f = c.h.g;
|
|
64944
65023
|
if (f >= 0) {
|
|
64945
65024
|
var g = b.j(f);
|
|
64946
65025
|
if (g != null) {
|
|
@@ -64965,7 +65044,7 @@
|
|
|
64965
65044
|
return e;
|
|
64966
65045
|
};
|
|
64967
65046
|
ComponentRenderer.prototype.y = function (a, b, c) {
|
|
64968
|
-
if (c.
|
|
65047
|
+
if (c.c == null) {
|
|
64969
65048
|
return this.l(a, b, c);
|
|
64970
65049
|
}
|
|
64971
65050
|
else {
|
|
@@ -64976,14 +65055,14 @@
|
|
|
64976
65055
|
};
|
|
64977
65056
|
ComponentRenderer.prototype.l = function (a, b, c) {
|
|
64978
65057
|
var _this = this;
|
|
64979
|
-
if (!(typeCast(DescriptionTreeNode.$, c.
|
|
65058
|
+
if (!(typeCast(DescriptionTreeNode.$, c.g) !== null)) {
|
|
64980
65059
|
throw new NotImplementedException(0);
|
|
64981
65060
|
}
|
|
64982
|
-
var d = c.
|
|
65061
|
+
var d = c.g;
|
|
64983
65062
|
var e = false;
|
|
64984
|
-
this.f.replaceRootItem(a, d.
|
|
65063
|
+
this.f.replaceRootItem(a, d.i, this.context, function (f) {
|
|
64985
65064
|
var g = _this.f.getRootObject(a);
|
|
64986
|
-
b.k(a, d.
|
|
65065
|
+
b.k(a, d.g, g, d, runOn(_this, _this.cr), -1);
|
|
64987
65066
|
var h = _this.a3(d);
|
|
64988
65067
|
_this.cp(a, b, h);
|
|
64989
65068
|
e = true;
|
|
@@ -64994,19 +65073,19 @@
|
|
|
64994
65073
|
return e;
|
|
64995
65074
|
};
|
|
64996
65075
|
ComponentRenderer.prototype.b6 = function (a, b, c, d) {
|
|
64997
|
-
var e = c.
|
|
64998
|
-
var f = c.
|
|
64999
|
-
if (typeCast(DescriptionTreeNode.$, c.
|
|
65000
|
-
var g = c.
|
|
65001
|
-
if (g.
|
|
65076
|
+
var e = c.i(ComponentRenderer.platform);
|
|
65077
|
+
var f = c.d.collectionElementType;
|
|
65078
|
+
if (typeCast(DescriptionTreeNode.$, c.g) !== null) {
|
|
65079
|
+
var g = c.g;
|
|
65080
|
+
if (g.c("Type")) {
|
|
65002
65081
|
f = g.a("Type").b;
|
|
65003
65082
|
}
|
|
65004
65083
|
}
|
|
65005
65084
|
if (f == null) {
|
|
65006
|
-
f = c.
|
|
65085
|
+
f = c.d.specificExternalType;
|
|
65007
65086
|
}
|
|
65008
|
-
var h = this.bo(f, c.
|
|
65009
|
-
this.f.addItemToCollection(e, c.
|
|
65087
|
+
var h = this.bo(f, c.g, a, b, false, c.c.g);
|
|
65088
|
+
this.f.addItemToCollection(e, c.d, d, c.e, h);
|
|
65010
65089
|
};
|
|
65011
65090
|
ComponentRenderer.prototype.bo = function (a, b, c, d, e, f) {
|
|
65012
65091
|
if (this.t(a)) {
|
|
@@ -65015,7 +65094,7 @@
|
|
|
65015
65094
|
var g = null;
|
|
65016
65095
|
if (b != null && typeCast(DescriptionTreeNode.$, b) !== null) {
|
|
65017
65096
|
var h = b;
|
|
65018
|
-
if (h.
|
|
65097
|
+
if (h.c("Name")) {
|
|
65019
65098
|
var i = h.a("Name").b;
|
|
65020
65099
|
if (!stringIsNullOrEmpty(i)) {
|
|
65021
65100
|
if (this.shouldNamespaceSystemRefValues) {
|
|
@@ -65047,15 +65126,15 @@
|
|
|
65047
65126
|
}
|
|
65048
65127
|
if (typeCast(DescriptionTreeNode.$, b) !== null) {
|
|
65049
65128
|
var m = b;
|
|
65050
|
-
if (m.
|
|
65129
|
+
if (m.i == "EmbeddedRef") {
|
|
65051
65130
|
var n = "uuid";
|
|
65052
65131
|
var o = null;
|
|
65053
|
-
for (var p = 0; p < m.
|
|
65054
|
-
if (m.
|
|
65055
|
-
n = m.
|
|
65132
|
+
for (var p = 0; p < m.f().count; p++) {
|
|
65133
|
+
if (m.f()._inner[p].c == "RefType") {
|
|
65134
|
+
n = m.f()._inner[p].b;
|
|
65056
65135
|
}
|
|
65057
|
-
if (m.
|
|
65058
|
-
o = m.
|
|
65136
|
+
if (m.f()._inner[p].c == "Value") {
|
|
65137
|
+
o = m.f()._inner[p].b;
|
|
65059
65138
|
}
|
|
65060
65139
|
}
|
|
65061
65140
|
if (o != null) {
|
|
@@ -65069,11 +65148,11 @@
|
|
|
65069
65148
|
}
|
|
65070
65149
|
}
|
|
65071
65150
|
else {
|
|
65072
|
-
d.k(c, m.
|
|
65151
|
+
d.k(c, m.g, g, m, runOn(this, this.cr), f);
|
|
65073
65152
|
var s = this.a3(m);
|
|
65074
65153
|
this.cp(c, d, s);
|
|
65075
65154
|
if (e) {
|
|
65076
|
-
d.l(this, c, m.
|
|
65155
|
+
d.l(this, c, m.g, runOn(this, this.removeRefValueCore));
|
|
65077
65156
|
}
|
|
65078
65157
|
}
|
|
65079
65158
|
}
|
|
@@ -65093,21 +65172,22 @@
|
|
|
65093
65172
|
return this.context.l(a, b);
|
|
65094
65173
|
};
|
|
65095
65174
|
ComponentRenderer.prototype.a3 = function (a) {
|
|
65096
|
-
var b = a.
|
|
65175
|
+
var b = a.f();
|
|
65097
65176
|
var c = new List$1(DescriptionTreeAction.$, 0);
|
|
65098
65177
|
for (var d = 0; d < b.count; d++) {
|
|
65099
65178
|
var e = new DescriptionTreeAction();
|
|
65100
65179
|
e.a = 0;
|
|
65101
|
-
e.
|
|
65102
|
-
e.
|
|
65180
|
+
e.j = b._inner[d].c;
|
|
65181
|
+
e.d = b._inner[d].a;
|
|
65182
|
+
e.c = a;
|
|
65103
65183
|
e.b = a;
|
|
65104
|
-
e.
|
|
65184
|
+
e.g = b._inner[d].b;
|
|
65105
65185
|
c.add(e);
|
|
65106
65186
|
}
|
|
65107
65187
|
return c;
|
|
65108
65188
|
};
|
|
65109
65189
|
ComponentRenderer.prototype.x = function (a, b, c) {
|
|
65110
|
-
if (c.
|
|
65190
|
+
if (c.c == null) {
|
|
65111
65191
|
return this.o(a, b, c);
|
|
65112
65192
|
}
|
|
65113
65193
|
else {
|
|
@@ -65117,14 +65197,14 @@
|
|
|
65117
65197
|
return true;
|
|
65118
65198
|
};
|
|
65119
65199
|
ComponentRenderer.prototype.cc = function (a, b, c, d) {
|
|
65120
|
-
var e = c.
|
|
65121
|
-
this.f.clearCollection(d, e, c.
|
|
65122
|
-
if (c.
|
|
65123
|
-
var f = c.
|
|
65200
|
+
var e = c.i(ComponentRenderer.platform);
|
|
65201
|
+
this.f.clearCollection(d, e, c.d);
|
|
65202
|
+
if (c.h != null && typeCast(Array_$type, c.h) !== null) {
|
|
65203
|
+
var f = c.h;
|
|
65124
65204
|
for (var g = 0; g < f.length; g++) {
|
|
65125
65205
|
var h = f[g];
|
|
65126
65206
|
if (h != null && typeCast(DescriptionTreeNode.$, h) !== null) {
|
|
65127
|
-
var i = h.
|
|
65207
|
+
var i = h.g;
|
|
65128
65208
|
if (i >= 0) {
|
|
65129
65209
|
var j = b.j(i);
|
|
65130
65210
|
if (j != null) {
|
|
@@ -65202,7 +65282,7 @@
|
|
|
65202
65282
|
return _this;
|
|
65203
65283
|
}
|
|
65204
65284
|
ContainerState.prototype.k = function (a, b, c, d, e, f) {
|
|
65205
|
-
if (d.
|
|
65285
|
+
if (d.c("Name")) {
|
|
65206
65286
|
this.d.item(b, d.a("Name").b);
|
|
65207
65287
|
e(a, this.d.item(b), c, false);
|
|
65208
65288
|
}
|
|
@@ -66064,11 +66144,11 @@
|
|
|
66064
66144
|
});
|
|
66065
66145
|
_this.b.item("FontStyleTransform", function (b, c) {
|
|
66066
66146
|
var d = b;
|
|
66067
|
-
var e = c.
|
|
66147
|
+
var e = c.j;
|
|
66068
66148
|
var f = stringReplace(e, "Style", "Weight");
|
|
66069
66149
|
var g = false;
|
|
66070
|
-
if (c.
|
|
66071
|
-
var h = c.
|
|
66150
|
+
if (c.c.c(f)) {
|
|
66151
|
+
var h = c.c.a(f);
|
|
66072
66152
|
var i = h.b;
|
|
66073
66153
|
if (i != null && i.toLowerCase() == "bold") {
|
|
66074
66154
|
g = true;
|
|
@@ -66146,11 +66226,11 @@
|
|
|
66146
66226
|
});
|
|
66147
66227
|
_this.b.item("FontWeightTransform", function (b, c) {
|
|
66148
66228
|
var d = b;
|
|
66149
|
-
var e = c.
|
|
66229
|
+
var e = c.j;
|
|
66150
66230
|
var f = stringReplace(e, "Weight", "Style");
|
|
66151
66231
|
var g = false;
|
|
66152
|
-
if (c.
|
|
66153
|
-
var h = c.
|
|
66232
|
+
if (c.c.c(f)) {
|
|
66233
|
+
var h = c.c.a(f);
|
|
66154
66234
|
var i = h.b;
|
|
66155
66235
|
if (i != null && i.toLowerCase() == "italic") {
|
|
66156
66236
|
g = true;
|
|
@@ -66273,10 +66353,10 @@
|
|
|
66273
66353
|
return _this;
|
|
66274
66354
|
}
|
|
66275
66355
|
CodeGenerationTransformer.prototype.c = function (a) {
|
|
66276
|
-
var b = stringReplace(stringReplace(stringReplace(a.
|
|
66356
|
+
var b = stringReplace(stringReplace(stringReplace(a.j, "Style", "Family"), "Weight", "Family"), "Size", "Family");
|
|
66277
66357
|
var c = "Verdana";
|
|
66278
|
-
if (a.
|
|
66279
|
-
c = a.
|
|
66358
|
+
if (a.c.c(b)) {
|
|
66359
|
+
c = a.c.a(b).b;
|
|
66280
66360
|
if (c == null) {
|
|
66281
66361
|
c = "Verdana";
|
|
66282
66362
|
}
|
|
@@ -66284,10 +66364,10 @@
|
|
|
66284
66364
|
return c;
|
|
66285
66365
|
};
|
|
66286
66366
|
CodeGenerationTransformer.prototype.e = function (a) {
|
|
66287
|
-
var b = stringReplace(stringReplace(stringReplace(a.
|
|
66367
|
+
var b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Style"), "Weight", "Style"), "Size", "Style");
|
|
66288
66368
|
var c = "normal";
|
|
66289
|
-
if (a.
|
|
66290
|
-
c = a.
|
|
66369
|
+
if (a.c.c(b)) {
|
|
66370
|
+
c = a.c.a(b).b;
|
|
66291
66371
|
if (c == null) {
|
|
66292
66372
|
c = "normal";
|
|
66293
66373
|
}
|
|
@@ -66295,10 +66375,10 @@
|
|
|
66295
66375
|
return c;
|
|
66296
66376
|
};
|
|
66297
66377
|
CodeGenerationTransformer.prototype.d = function (a) {
|
|
66298
|
-
var b = stringReplace(stringReplace(stringReplace(a.
|
|
66378
|
+
var b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Size"), "Weight", "Size"), "Style", "Size");
|
|
66299
66379
|
var c = "14px";
|
|
66300
|
-
if (a.
|
|
66301
|
-
c = a.
|
|
66380
|
+
if (a.c.c(b)) {
|
|
66381
|
+
c = a.c.a(b).b.toString();
|
|
66302
66382
|
if (c == null) {
|
|
66303
66383
|
c = "14px";
|
|
66304
66384
|
}
|
|
@@ -66309,10 +66389,10 @@
|
|
|
66309
66389
|
return c;
|
|
66310
66390
|
};
|
|
66311
66391
|
CodeGenerationTransformer.prototype.f = function (a) {
|
|
66312
|
-
var b = stringReplace(stringReplace(stringReplace(a.
|
|
66392
|
+
var b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Weight"), "Size", "Weight"), "Style", "Weight");
|
|
66313
66393
|
var c = "normal";
|
|
66314
|
-
if (a.
|
|
66315
|
-
c = a.
|
|
66394
|
+
if (a.c.c(b)) {
|
|
66395
|
+
c = a.c.a(b).b;
|
|
66316
66396
|
if (c == null) {
|
|
66317
66397
|
c = "normal";
|
|
66318
66398
|
}
|
|
@@ -66321,7 +66401,7 @@
|
|
|
66321
66401
|
return c;
|
|
66322
66402
|
};
|
|
66323
66403
|
CodeGenerationTransformer.prototype.transform = function (a, b, c) {
|
|
66324
|
-
var d = c.
|
|
66404
|
+
var d = c.d;
|
|
66325
66405
|
if (d == null) {
|
|
66326
66406
|
return b;
|
|
66327
66407
|
}
|