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
|
@@ -13913,7 +13913,10 @@ function fromBrushCollection(v) {
|
|
|
13913
13913
|
let internalCollection = v;
|
|
13914
13914
|
let ret = [];
|
|
13915
13915
|
for (let i = 0; i < internalCollection.count; i++) {
|
|
13916
|
-
|
|
13916
|
+
const brush = internalCollection.item(i);
|
|
13917
|
+
if (brush != null) {
|
|
13918
|
+
ret.push(brush.fill);
|
|
13919
|
+
}
|
|
13917
13920
|
}
|
|
13918
13921
|
return ret;
|
|
13919
13922
|
}
|
|
@@ -30918,10 +30921,10 @@ let CanvasViewRenderer = /*@__PURE__*/ (() => {
|
|
|
30918
30921
|
}
|
|
30919
30922
|
}
|
|
30920
30923
|
h$ae(a, b, c) {
|
|
30924
|
+
this.j.textBaseline = "alphabetic";
|
|
30921
30925
|
let d = this.j.measureText(a);
|
|
30922
30926
|
let metrics_ = d;
|
|
30923
30927
|
let e = b;
|
|
30924
|
-
this.j.textBaseline = "alphabetic";
|
|
30925
30928
|
let f = new TextFontMetrics();
|
|
30926
30929
|
if ((metrics_.actualBoundingBoxAscent !== undefined)) {
|
|
30927
30930
|
f.a = (metrics_.actualBoundingBoxAscent);
|
|
@@ -54650,72 +54653,100 @@ let DescriptionTreeNode = /*@__PURE__*/ (() => {
|
|
|
54650
54653
|
class DescriptionTreeNode extends Base {
|
|
54651
54654
|
constructor() {
|
|
54652
54655
|
super();
|
|
54653
|
-
this.
|
|
54654
|
-
this.
|
|
54655
|
-
this.
|
|
54656
|
-
this.
|
|
54657
|
-
this.
|
|
54658
|
-
DescriptionTreeNode.
|
|
54659
|
-
if (DescriptionTreeNode.
|
|
54660
|
-
DescriptionTreeNode.
|
|
54656
|
+
this.g = 0;
|
|
54657
|
+
this.e = new List$1(DescriptionPropertyValue.$, 0);
|
|
54658
|
+
this.d = new Dictionary$2(String_$type, DescriptionPropertyValue.$, 0);
|
|
54659
|
+
this.i = null;
|
|
54660
|
+
this.g = DescriptionTreeNode.h;
|
|
54661
|
+
DescriptionTreeNode.h++;
|
|
54662
|
+
if (DescriptionTreeNode.h >= 0x7FFFFFFFFFFFFFFF) {
|
|
54663
|
+
DescriptionTreeNode.h = 0;
|
|
54661
54664
|
}
|
|
54662
54665
|
}
|
|
54663
|
-
|
|
54666
|
+
b() {
|
|
54667
|
+
let a = new DescriptionTreeNode();
|
|
54668
|
+
a.g = this.g;
|
|
54669
|
+
a.i = this.i;
|
|
54670
|
+
for (let b = 0; b < this.e.count; b++) {
|
|
54671
|
+
let c = this.e._inner[b].c;
|
|
54672
|
+
let d = this.e._inner[b].a;
|
|
54673
|
+
let e = this.e._inner[b].b;
|
|
54674
|
+
if (typeCast(DescriptionTreeNode.$, e) !== null) {
|
|
54675
|
+
e = e.b();
|
|
54676
|
+
}
|
|
54677
|
+
if (typeCast(Array_$type, e) !== null) {
|
|
54678
|
+
let f = e;
|
|
54679
|
+
let g = new Array(f.length);
|
|
54680
|
+
for (let h = 0; h < f.length; h++) {
|
|
54681
|
+
if (typeCast(DescriptionTreeNode.$, f[h]) !== null) {
|
|
54682
|
+
g[h] = f[h].b();
|
|
54683
|
+
}
|
|
54684
|
+
else {
|
|
54685
|
+
g[h] = f[h];
|
|
54686
|
+
}
|
|
54687
|
+
}
|
|
54688
|
+
e = g;
|
|
54689
|
+
}
|
|
54690
|
+
a.k(c, e, d);
|
|
54691
|
+
}
|
|
54692
|
+
return a;
|
|
54693
|
+
}
|
|
54694
|
+
j(a, b) {
|
|
54664
54695
|
let c = new DescriptionPropertyValue();
|
|
54665
54696
|
c.c = a;
|
|
54666
54697
|
c.b = b;
|
|
54667
|
-
this.
|
|
54668
|
-
this.
|
|
54698
|
+
this.d.addItem(a.toLowerCase(), c);
|
|
54699
|
+
this.e.add(c);
|
|
54669
54700
|
}
|
|
54670
|
-
|
|
54701
|
+
k(a, b, c) {
|
|
54671
54702
|
let d = new DescriptionPropertyValue();
|
|
54672
54703
|
d.c = a;
|
|
54673
54704
|
d.b = b;
|
|
54674
54705
|
d.a = c;
|
|
54675
|
-
this.
|
|
54676
|
-
this.
|
|
54706
|
+
this.d.addItem(a.toLowerCase(), d);
|
|
54707
|
+
this.e.add(d);
|
|
54677
54708
|
}
|
|
54678
|
-
|
|
54679
|
-
if (this.
|
|
54680
|
-
let c = this.
|
|
54709
|
+
n(a, b) {
|
|
54710
|
+
if (this.d.containsKey(a.toLowerCase())) {
|
|
54711
|
+
let c = this.d.item(a.toLowerCase());
|
|
54681
54712
|
c.b = b;
|
|
54682
54713
|
}
|
|
54683
54714
|
else {
|
|
54684
|
-
this.
|
|
54715
|
+
this.j(a, b);
|
|
54685
54716
|
}
|
|
54686
54717
|
}
|
|
54687
|
-
|
|
54688
|
-
if (this.
|
|
54689
|
-
let d = this.
|
|
54718
|
+
o(a, b, c) {
|
|
54719
|
+
if (this.d.containsKey(a.toLowerCase())) {
|
|
54720
|
+
let d = this.d.item(a.toLowerCase());
|
|
54690
54721
|
d.b = b;
|
|
54691
54722
|
}
|
|
54692
54723
|
else {
|
|
54693
|
-
this.
|
|
54724
|
+
this.k(a, b, c);
|
|
54694
54725
|
}
|
|
54695
54726
|
}
|
|
54696
54727
|
a(a) {
|
|
54697
|
-
return this.
|
|
54728
|
+
return this.d.item(a.toLowerCase());
|
|
54698
54729
|
}
|
|
54699
|
-
|
|
54700
|
-
return this.
|
|
54730
|
+
c(a) {
|
|
54731
|
+
return this.d.containsKey(a.toLowerCase());
|
|
54701
54732
|
}
|
|
54702
|
-
|
|
54703
|
-
if (this.
|
|
54704
|
-
let b = this.
|
|
54705
|
-
this.
|
|
54706
|
-
this.
|
|
54733
|
+
m(a) {
|
|
54734
|
+
if (this.d.containsKey(a.toLowerCase())) {
|
|
54735
|
+
let b = this.d.item(a.toLowerCase());
|
|
54736
|
+
this.d.removeItem(a.toLowerCase());
|
|
54737
|
+
this.e.remove(b);
|
|
54707
54738
|
}
|
|
54708
54739
|
}
|
|
54709
|
-
|
|
54710
|
-
this.c.clear();
|
|
54740
|
+
l() {
|
|
54711
54741
|
this.d.clear();
|
|
54742
|
+
this.e.clear();
|
|
54712
54743
|
}
|
|
54713
|
-
|
|
54714
|
-
return this.
|
|
54744
|
+
f() {
|
|
54745
|
+
return this.e;
|
|
54715
54746
|
}
|
|
54716
54747
|
}
|
|
54717
54748
|
DescriptionTreeNode.$t = markType(DescriptionTreeNode, 'DescriptionTreeNode');
|
|
54718
|
-
DescriptionTreeNode.
|
|
54749
|
+
DescriptionTreeNode.h = 0;
|
|
54719
54750
|
return DescriptionTreeNode;
|
|
54720
54751
|
})();
|
|
54721
54752
|
|
|
@@ -54833,22 +54864,23 @@ let DescriptionTreeAction = /*@__PURE__*/ (() => {
|
|
|
54833
54864
|
constructor() {
|
|
54834
54865
|
super(...arguments);
|
|
54835
54866
|
this.a = 0;
|
|
54836
|
-
this.b = null;
|
|
54837
54867
|
this.c = null;
|
|
54838
|
-
this.
|
|
54868
|
+
this.b = null;
|
|
54869
|
+
this.d = null;
|
|
54870
|
+
this.j = null;
|
|
54871
|
+
this.h = null;
|
|
54839
54872
|
this.g = null;
|
|
54840
|
-
this.f =
|
|
54873
|
+
this.f = 0;
|
|
54841
54874
|
this.e = 0;
|
|
54842
|
-
this.d = 0;
|
|
54843
54875
|
}
|
|
54844
|
-
|
|
54845
|
-
let b = this.
|
|
54846
|
-
if (this.
|
|
54847
|
-
b = this.
|
|
54876
|
+
i(a) {
|
|
54877
|
+
let b = this.j;
|
|
54878
|
+
if (this.d != null) {
|
|
54879
|
+
b = this.d.g(a);
|
|
54848
54880
|
}
|
|
54849
54881
|
else {
|
|
54850
54882
|
if (TypeDescriptionMetadata.shouldCamelize(a)) {
|
|
54851
|
-
b = TypeDescriptionMetadata.camelize(this.
|
|
54883
|
+
b = TypeDescriptionMetadata.camelize(this.j);
|
|
54852
54884
|
}
|
|
54853
54885
|
}
|
|
54854
54886
|
if (stringEndsWith(b, "Ref")) {
|
|
@@ -55060,55 +55092,79 @@ let TypeDescriptionPropretyTransforms = /*@__PURE__*/ (() => {
|
|
|
55060
55092
|
});
|
|
55061
55093
|
}
|
|
55062
55094
|
b(a) {
|
|
55063
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
55095
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Style", "Family"), "Weight", "Family"), "Size", "Family");
|
|
55064
55096
|
let c = "Verdana";
|
|
55065
|
-
|
|
55066
|
-
|
|
55067
|
-
|
|
55068
|
-
|
|
55097
|
+
let d = a.b;
|
|
55098
|
+
if (d == null) {
|
|
55099
|
+
d = a.c;
|
|
55100
|
+
}
|
|
55101
|
+
if (d != null) {
|
|
55102
|
+
if (d.c(b)) {
|
|
55103
|
+
c = d.a(b).b;
|
|
55104
|
+
if (c == null) {
|
|
55105
|
+
c = "Verdana";
|
|
55106
|
+
}
|
|
55069
55107
|
}
|
|
55070
55108
|
}
|
|
55071
55109
|
return c;
|
|
55072
55110
|
}
|
|
55073
55111
|
d(a) {
|
|
55074
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
55112
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Style"), "Weight", "Style"), "Size", "Style");
|
|
55075
55113
|
let c = "normal";
|
|
55076
|
-
|
|
55077
|
-
|
|
55078
|
-
|
|
55079
|
-
|
|
55114
|
+
let d = a.b;
|
|
55115
|
+
if (d == null) {
|
|
55116
|
+
d = a.c;
|
|
55117
|
+
}
|
|
55118
|
+
if (d != null) {
|
|
55119
|
+
if (d.c(b)) {
|
|
55120
|
+
c = d.a(b).b;
|
|
55121
|
+
if (c == null) {
|
|
55122
|
+
c = "normal";
|
|
55123
|
+
}
|
|
55080
55124
|
}
|
|
55081
55125
|
}
|
|
55082
55126
|
return c;
|
|
55083
55127
|
}
|
|
55084
55128
|
c(a) {
|
|
55085
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
55129
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Size"), "Weight", "Size"), "Style", "Size");
|
|
55086
55130
|
let c = "14px";
|
|
55087
|
-
|
|
55088
|
-
|
|
55089
|
-
|
|
55090
|
-
|
|
55091
|
-
|
|
55092
|
-
|
|
55093
|
-
c =
|
|
55131
|
+
let d = a.b;
|
|
55132
|
+
if (d == null) {
|
|
55133
|
+
d = a.c;
|
|
55134
|
+
}
|
|
55135
|
+
if (d != null) {
|
|
55136
|
+
if (d.c(b)) {
|
|
55137
|
+
c = d.a(b).b;
|
|
55138
|
+
if (c == null) {
|
|
55139
|
+
c = "14px";
|
|
55140
|
+
}
|
|
55141
|
+
else {
|
|
55142
|
+
c = c.toString() + "px";
|
|
55143
|
+
}
|
|
55094
55144
|
}
|
|
55095
55145
|
}
|
|
55096
55146
|
return c;
|
|
55097
55147
|
}
|
|
55098
55148
|
e(a) {
|
|
55099
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
55149
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Weight"), "Size", "Weight"), "Style", "Weight");
|
|
55100
55150
|
let c = "normal";
|
|
55101
|
-
|
|
55102
|
-
|
|
55103
|
-
|
|
55104
|
-
|
|
55151
|
+
let d = a.b;
|
|
55152
|
+
if (d == null) {
|
|
55153
|
+
d = a.c;
|
|
55154
|
+
}
|
|
55155
|
+
if (d != null) {
|
|
55156
|
+
if (d.c(b)) {
|
|
55157
|
+
c = d.a(b).b;
|
|
55158
|
+
if (c == null) {
|
|
55159
|
+
c = "normal";
|
|
55160
|
+
}
|
|
55161
|
+
c = c.toLowerCase();
|
|
55105
55162
|
}
|
|
55106
|
-
c = c.toLowerCase();
|
|
55107
55163
|
}
|
|
55108
55164
|
return c;
|
|
55109
55165
|
}
|
|
55110
55166
|
transform(a, b, c) {
|
|
55111
|
-
let d = c.
|
|
55167
|
+
let d = c.d;
|
|
55112
55168
|
if (d == null) {
|
|
55113
55169
|
return b;
|
|
55114
55170
|
}
|
|
@@ -55238,13 +55294,13 @@ let DescriptionTreeBuilder = /*@__PURE__*/ (() => {
|
|
|
55238
55294
|
e = h;
|
|
55239
55295
|
}
|
|
55240
55296
|
if (key_.toLowerCase() == "type") {
|
|
55241
|
-
b.
|
|
55297
|
+
b.i = e;
|
|
55242
55298
|
}
|
|
55243
|
-
b.
|
|
55299
|
+
b.j(DescriptionTreeBuilder.c(key_), e);
|
|
55244
55300
|
}
|
|
55245
|
-
if (b.
|
|
55301
|
+
if (b.c("type")) {
|
|
55246
55302
|
let l = b.a("type").b;
|
|
55247
|
-
let m = b.
|
|
55303
|
+
let m = b.f();
|
|
55248
55304
|
for (let n = 0; n < m.count; n++) {
|
|
55249
55305
|
let o = m._inner[n];
|
|
55250
55306
|
o.a = a.getMetadata(l, o.c);
|
|
@@ -55767,8 +55823,8 @@ let DescriptionSerializer = /*@__PURE__*/ (() => {
|
|
|
55767
55823
|
q(a, b, c) {
|
|
55768
55824
|
c.f("{");
|
|
55769
55825
|
c.i();
|
|
55770
|
-
c.f("\"type\": \"" + b.
|
|
55771
|
-
let d = b.
|
|
55826
|
+
c.f("\"type\": \"" + b.i + "\"");
|
|
55827
|
+
let d = b.f();
|
|
55772
55828
|
for (let e = 0; e < d.count; e++) {
|
|
55773
55829
|
let f = d._inner[e];
|
|
55774
55830
|
if (e >= 0) {
|
|
@@ -56032,13 +56088,13 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56032
56088
|
let e = b._inner[d];
|
|
56033
56089
|
switch (e.a) {
|
|
56034
56090
|
case 0:
|
|
56035
|
-
if (typeCast(DescriptionTreeNode.$, e.
|
|
56036
|
-
let f = e.g
|
|
56091
|
+
if (typeCast(DescriptionTreeNode.$, e.h) !== null) {
|
|
56092
|
+
let f = e.h.g;
|
|
56037
56093
|
c.a.add_1(f);
|
|
56038
56094
|
}
|
|
56039
|
-
e.
|
|
56040
|
-
if (typeCast(DescriptionTreeNode.$, e.
|
|
56041
|
-
let g = e.
|
|
56095
|
+
e.c.o(e.j, e.g, e.d);
|
|
56096
|
+
if (typeCast(DescriptionTreeNode.$, e.g) !== null) {
|
|
56097
|
+
let g = e.g.g;
|
|
56042
56098
|
if (c.a.contains(g)) {
|
|
56043
56099
|
c.a.remove(g);
|
|
56044
56100
|
}
|
|
@@ -56046,23 +56102,23 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56046
56102
|
}
|
|
56047
56103
|
break;
|
|
56048
56104
|
case 1:
|
|
56049
|
-
if (typeCast(DescriptionTreeNode.$, e.
|
|
56050
|
-
let h = e.g
|
|
56105
|
+
if (typeCast(DescriptionTreeNode.$, e.h) !== null) {
|
|
56106
|
+
let h = e.h.g;
|
|
56051
56107
|
c.a.add_1(h);
|
|
56052
56108
|
}
|
|
56053
|
-
e.
|
|
56109
|
+
e.c.m(e.j);
|
|
56054
56110
|
break;
|
|
56055
56111
|
case 3:
|
|
56056
56112
|
{
|
|
56057
|
-
let i = e.
|
|
56058
|
-
let j = i[e.
|
|
56113
|
+
let i = e.c.a(e.j).b;
|
|
56114
|
+
let j = i[e.f];
|
|
56059
56115
|
if (typeCast(DescriptionTreeNode.$, j) !== null) {
|
|
56060
|
-
let k = j.
|
|
56116
|
+
let k = j.g;
|
|
56061
56117
|
c.a.add_1(k);
|
|
56062
56118
|
}
|
|
56063
|
-
i[e.
|
|
56064
|
-
if (typeCast(DescriptionTreeNode.$, e.
|
|
56065
|
-
let l = e.
|
|
56119
|
+
i[e.f] = e.g;
|
|
56120
|
+
if (typeCast(DescriptionTreeNode.$, e.g) !== null) {
|
|
56121
|
+
let l = e.g.g;
|
|
56066
56122
|
if (c.a.contains(l)) {
|
|
56067
56123
|
c.a.remove(l);
|
|
56068
56124
|
}
|
|
@@ -56072,44 +56128,44 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56072
56128
|
break;
|
|
56073
56129
|
case 4:
|
|
56074
56130
|
{
|
|
56075
|
-
let m = e.
|
|
56076
|
-
let n = m[e.
|
|
56131
|
+
let m = e.c.a(e.j).b;
|
|
56132
|
+
let n = m[e.f];
|
|
56077
56133
|
if (typeCast(DescriptionTreeNode.$, n) !== null) {
|
|
56078
|
-
let o = n.
|
|
56134
|
+
let o = n.g;
|
|
56079
56135
|
c.a.add_1(o);
|
|
56080
56136
|
}
|
|
56081
56137
|
let p = new Array(m.length - 1);
|
|
56082
56138
|
let q = 0;
|
|
56083
56139
|
for (let r = 0; r < m.length; r++) {
|
|
56084
|
-
if (r != e.
|
|
56140
|
+
if (r != e.f) {
|
|
56085
56141
|
p[q] = m[r];
|
|
56086
56142
|
q++;
|
|
56087
56143
|
}
|
|
56088
56144
|
}
|
|
56089
|
-
e.
|
|
56145
|
+
e.c.n(e.j, p);
|
|
56090
56146
|
}
|
|
56091
56147
|
break;
|
|
56092
56148
|
case 2:
|
|
56093
56149
|
{
|
|
56094
|
-
if (e.
|
|
56150
|
+
if (e.c == null && a == null) {
|
|
56095
56151
|
c.d.add(e);
|
|
56096
56152
|
}
|
|
56097
56153
|
else {
|
|
56098
|
-
let s = e.
|
|
56154
|
+
let s = e.c.a(e.j).b;
|
|
56099
56155
|
let t = new Array(s.length + 1);
|
|
56100
56156
|
let u = 0;
|
|
56101
56157
|
for (let v = 0; v < t.length; v++) {
|
|
56102
|
-
if (v == e.
|
|
56103
|
-
t[v] = e.
|
|
56158
|
+
if (v == e.e) {
|
|
56159
|
+
t[v] = e.g;
|
|
56104
56160
|
}
|
|
56105
56161
|
else {
|
|
56106
56162
|
t[v] = s[u];
|
|
56107
56163
|
u++;
|
|
56108
56164
|
}
|
|
56109
56165
|
}
|
|
56110
|
-
e.
|
|
56111
|
-
if (typeCast(DescriptionTreeNode.$, e.
|
|
56112
|
-
let w = e.
|
|
56166
|
+
e.c.n(e.j, t);
|
|
56167
|
+
if (typeCast(DescriptionTreeNode.$, e.g) !== null) {
|
|
56168
|
+
let w = e.g.g;
|
|
56113
56169
|
if (c.a.contains(w)) {
|
|
56114
56170
|
c.a.remove(w);
|
|
56115
56171
|
}
|
|
@@ -56120,15 +56176,15 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56120
56176
|
break;
|
|
56121
56177
|
case 5:
|
|
56122
56178
|
{
|
|
56123
|
-
let x = e.
|
|
56179
|
+
let x = e.c.a(e.j).b;
|
|
56124
56180
|
for (let y = 0; y < x.length; y++) {
|
|
56125
56181
|
let z = x[y];
|
|
56126
56182
|
if (typeCast(DescriptionTreeNode.$, z) !== null) {
|
|
56127
|
-
let aa = z.
|
|
56183
|
+
let aa = z.g;
|
|
56128
56184
|
c.a.add_1(aa);
|
|
56129
56185
|
}
|
|
56130
56186
|
}
|
|
56131
|
-
e.
|
|
56187
|
+
e.c.n(e.j, []);
|
|
56132
56188
|
}
|
|
56133
56189
|
break;
|
|
56134
56190
|
}
|
|
@@ -56143,31 +56199,31 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56143
56199
|
if (a != null && b == null) {
|
|
56144
56200
|
let e = new DescriptionTreeAction();
|
|
56145
56201
|
e.a = 4;
|
|
56146
|
-
e.
|
|
56147
|
-
e.
|
|
56148
|
-
e.
|
|
56149
|
-
e.
|
|
56202
|
+
e.f = 0;
|
|
56203
|
+
e.h = a;
|
|
56204
|
+
e.d = null;
|
|
56205
|
+
e.j = null;
|
|
56150
56206
|
d.add(e);
|
|
56151
56207
|
return d;
|
|
56152
56208
|
}
|
|
56153
56209
|
if (a == null && b != null) {
|
|
56154
56210
|
let f = new DescriptionTreeAction();
|
|
56155
56211
|
f.a = 2;
|
|
56156
|
-
f.
|
|
56157
|
-
f.
|
|
56158
|
-
f.
|
|
56159
|
-
f.
|
|
56212
|
+
f.f = 0;
|
|
56213
|
+
f.g = b;
|
|
56214
|
+
f.d = null;
|
|
56215
|
+
f.j = null;
|
|
56160
56216
|
d.add(f);
|
|
56161
56217
|
return d;
|
|
56162
56218
|
}
|
|
56163
|
-
if (b.
|
|
56219
|
+
if (b.i != a.i) {
|
|
56164
56220
|
let g = new DescriptionTreeAction();
|
|
56165
56221
|
g.a = 3;
|
|
56166
|
-
g.
|
|
56167
|
-
g.
|
|
56168
|
-
g.
|
|
56169
|
-
g.
|
|
56170
|
-
g.
|
|
56222
|
+
g.f = 0;
|
|
56223
|
+
g.h = a;
|
|
56224
|
+
g.g = b;
|
|
56225
|
+
g.d = null;
|
|
56226
|
+
g.j = null;
|
|
56171
56227
|
d.add(g);
|
|
56172
56228
|
return d;
|
|
56173
56229
|
}
|
|
@@ -56175,7 +56231,7 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56175
56231
|
return d;
|
|
56176
56232
|
}
|
|
56177
56233
|
static g(a, b, c, d) {
|
|
56178
|
-
c.
|
|
56234
|
+
c.g = b.g;
|
|
56179
56235
|
let e = DescriptionTreeReconciler.e(b);
|
|
56180
56236
|
let f = DescriptionTreeReconciler.e(c);
|
|
56181
56237
|
let g = new List$1(DescriptionPropertyValue.$, 0);
|
|
@@ -56183,14 +56239,14 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56183
56239
|
let i = new List$1(DescriptionPropertyValue.$, 0);
|
|
56184
56240
|
for (let j = 0; j < e.count; j++) {
|
|
56185
56241
|
let k = e._inner[j];
|
|
56186
|
-
if (c.
|
|
56242
|
+
if (c.c(k.c)) {
|
|
56187
56243
|
if (!Base.equalsStatic(k, c.a(k.c))) {
|
|
56188
56244
|
let l = c.a(k.c);
|
|
56189
56245
|
if (typeCast(DescriptionTreeNode.$, k.b) !== null && typeCast(DescriptionTreeNode.$, l.b) !== null) {
|
|
56190
56246
|
let m = k.b;
|
|
56191
56247
|
let n = l.b;
|
|
56192
|
-
if (m.
|
|
56193
|
-
if ((!m.
|
|
56248
|
+
if (m.i == n.i) {
|
|
56249
|
+
if ((!m.c("Name") && !n.c("Name")) || (m.c("Name") && n.c("Name") && (m.a("Name").b == n.a("Name").b))) {
|
|
56194
56250
|
DescriptionTreeReconciler.g(a, m, n, d);
|
|
56195
56251
|
}
|
|
56196
56252
|
else {
|
|
@@ -56214,29 +56270,31 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56214
56270
|
}
|
|
56215
56271
|
for (let o = 0; o < f.count; o++) {
|
|
56216
56272
|
let p = f._inner[o];
|
|
56217
|
-
if (!b.
|
|
56273
|
+
if (!b.c(p.c)) {
|
|
56218
56274
|
h.add(p);
|
|
56219
56275
|
}
|
|
56220
56276
|
}
|
|
56221
56277
|
for (let q = 0; q < g.count; q++) {
|
|
56222
56278
|
let r = g._inner[q];
|
|
56223
56279
|
let s = new DescriptionTreeAction();
|
|
56224
|
-
s.
|
|
56280
|
+
s.c = b;
|
|
56281
|
+
s.b = c;
|
|
56225
56282
|
s.a = 1;
|
|
56226
|
-
s.
|
|
56227
|
-
s.
|
|
56228
|
-
s.
|
|
56283
|
+
s.j = r.c;
|
|
56284
|
+
s.d = r.a;
|
|
56285
|
+
s.h = r.b;
|
|
56229
56286
|
a.add(s);
|
|
56230
56287
|
}
|
|
56231
56288
|
for (let t = 0; t < h.count; t++) {
|
|
56232
56289
|
let u = h._inner[t];
|
|
56233
56290
|
let v = new DescriptionTreeAction();
|
|
56234
|
-
v.
|
|
56291
|
+
v.c = b;
|
|
56292
|
+
v.b = c;
|
|
56235
56293
|
v.a = 0;
|
|
56236
|
-
v.
|
|
56237
|
-
v.
|
|
56238
|
-
v.
|
|
56239
|
-
v.
|
|
56294
|
+
v.j = u.c;
|
|
56295
|
+
v.d = u.a;
|
|
56296
|
+
v.g = u.b;
|
|
56297
|
+
v.h = null;
|
|
56240
56298
|
a.add(v);
|
|
56241
56299
|
}
|
|
56242
56300
|
for (let w = 0; w < i.count; w++) {
|
|
@@ -56245,12 +56303,13 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56245
56303
|
let z = x.b;
|
|
56246
56304
|
if (!Base.equalsStatic(z, y)) {
|
|
56247
56305
|
let aa = new DescriptionTreeAction();
|
|
56248
|
-
aa.
|
|
56306
|
+
aa.c = b;
|
|
56307
|
+
aa.b = c;
|
|
56249
56308
|
aa.a = 0;
|
|
56250
|
-
aa.
|
|
56251
|
-
aa.
|
|
56252
|
-
aa.
|
|
56253
|
-
aa.
|
|
56309
|
+
aa.j = x.c;
|
|
56310
|
+
aa.d = x.a;
|
|
56311
|
+
aa.g = x.b;
|
|
56312
|
+
aa.h = b.a(x.c).b;
|
|
56254
56313
|
a.add(aa);
|
|
56255
56314
|
}
|
|
56256
56315
|
}
|
|
@@ -56261,7 +56320,7 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56261
56320
|
let af = new List$1(DescriptionPropertyValue.$, 0);
|
|
56262
56321
|
for (let ag = 0; ag < ab.count; ag++) {
|
|
56263
56322
|
let ah = ab._inner[ag];
|
|
56264
|
-
if (c.
|
|
56323
|
+
if (c.c(ah.c)) {
|
|
56265
56324
|
if (!DescriptionTreeReconciler.b(ah.b, c.a(ah.c).b)) {
|
|
56266
56325
|
af.add(c.a(ah.c));
|
|
56267
56326
|
}
|
|
@@ -56274,33 +56333,35 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56274
56333
|
if (typeCast(DescriptionTreeNode.$, al) !== null && typeCast(DescriptionTreeNode.$, am) !== null) {
|
|
56275
56334
|
let an = al;
|
|
56276
56335
|
let ao = am;
|
|
56277
|
-
if (an.
|
|
56336
|
+
if (an.i == ao.i) {
|
|
56278
56337
|
DescriptionTreeReconciler.g(a, an, ao, d);
|
|
56279
56338
|
}
|
|
56280
56339
|
else {
|
|
56281
56340
|
let ap = new DescriptionTreeAction();
|
|
56282
|
-
ap.
|
|
56283
|
-
ap.
|
|
56284
|
-
ap.
|
|
56341
|
+
ap.j = ah.c;
|
|
56342
|
+
ap.d = ah.a;
|
|
56343
|
+
ap.c = b;
|
|
56344
|
+
ap.b = c;
|
|
56285
56345
|
ap.a = 3;
|
|
56346
|
+
ap.f = ak;
|
|
56286
56347
|
ap.e = ak;
|
|
56287
|
-
ap.
|
|
56288
|
-
ap.g =
|
|
56289
|
-
ap.f = ao;
|
|
56348
|
+
ap.h = an;
|
|
56349
|
+
ap.g = ao;
|
|
56290
56350
|
a.add(ap);
|
|
56291
56351
|
}
|
|
56292
56352
|
}
|
|
56293
56353
|
else {
|
|
56294
56354
|
if (!Base.equalsStatic(al, am)) {
|
|
56295
56355
|
let aq = new DescriptionTreeAction();
|
|
56296
|
-
aq.
|
|
56297
|
-
aq.
|
|
56298
|
-
aq.
|
|
56356
|
+
aq.j = ah.c;
|
|
56357
|
+
aq.d = ah.a;
|
|
56358
|
+
aq.c = b;
|
|
56359
|
+
aq.b = c;
|
|
56299
56360
|
aq.a = 3;
|
|
56361
|
+
aq.f = ak;
|
|
56300
56362
|
aq.e = ak;
|
|
56301
|
-
aq.
|
|
56302
|
-
aq.g =
|
|
56303
|
-
aq.f = am;
|
|
56363
|
+
aq.h = al;
|
|
56364
|
+
aq.g = am;
|
|
56304
56365
|
a.add(aq);
|
|
56305
56366
|
}
|
|
56306
56367
|
}
|
|
@@ -56315,29 +56376,31 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56315
56376
|
}
|
|
56316
56377
|
for (let ar = 0; ar < ac.count; ar++) {
|
|
56317
56378
|
let as = ac._inner[ar];
|
|
56318
|
-
if (!b.
|
|
56379
|
+
if (!b.c(as.c)) {
|
|
56319
56380
|
ae.add(as);
|
|
56320
56381
|
}
|
|
56321
56382
|
}
|
|
56322
56383
|
for (let at = 0; at < ad.count; at++) {
|
|
56323
56384
|
let au = ad._inner[at];
|
|
56324
56385
|
let av = new DescriptionTreeAction();
|
|
56325
|
-
av.
|
|
56326
|
-
av.
|
|
56327
|
-
av.
|
|
56386
|
+
av.c = b;
|
|
56387
|
+
av.b = c;
|
|
56388
|
+
av.j = au.c;
|
|
56389
|
+
av.d = au.a;
|
|
56328
56390
|
av.a = 5;
|
|
56329
|
-
av.
|
|
56391
|
+
av.h = au.b;
|
|
56330
56392
|
a.add(av);
|
|
56331
56393
|
}
|
|
56332
56394
|
for (let aw = 0; aw < ae.count; aw++) {
|
|
56333
56395
|
let ax = ae._inner[aw];
|
|
56334
56396
|
let ay = new DescriptionTreeAction();
|
|
56335
|
-
ay.
|
|
56336
|
-
ay.
|
|
56337
|
-
ay.
|
|
56397
|
+
ay.c = b;
|
|
56398
|
+
ay.b = c;
|
|
56399
|
+
ay.j = ax.c;
|
|
56400
|
+
ay.d = ax.a;
|
|
56338
56401
|
ay.a = 0;
|
|
56339
|
-
ay.
|
|
56340
|
-
ay.
|
|
56402
|
+
ay.h = null;
|
|
56403
|
+
ay.g = ax.b;
|
|
56341
56404
|
a.add(ay);
|
|
56342
56405
|
}
|
|
56343
56406
|
for (let az = 0; az < af.count; az++) {
|
|
@@ -56348,7 +56411,7 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56348
56411
|
if (a == null) {
|
|
56349
56412
|
return "UNKOWN";
|
|
56350
56413
|
}
|
|
56351
|
-
if (!a.
|
|
56414
|
+
if (!a.c("Type")) {
|
|
56352
56415
|
return "UNKOWN";
|
|
56353
56416
|
}
|
|
56354
56417
|
return a.a("Type").b;
|
|
@@ -56360,10 +56423,10 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56360
56423
|
if (h.length > 0) {
|
|
56361
56424
|
if (typeCast(DescriptionTreeNode.$, h[0]) !== null) {
|
|
56362
56425
|
let j = h[0];
|
|
56363
|
-
if (j.
|
|
56426
|
+
if (j.c("Name") && j.a("Name") != null) {
|
|
56364
56427
|
g = true;
|
|
56365
56428
|
}
|
|
56366
|
-
if (j.
|
|
56429
|
+
if (j.c("RefType") && j.a("RefType").b == "uuid") {
|
|
56367
56430
|
g = true;
|
|
56368
56431
|
}
|
|
56369
56432
|
}
|
|
@@ -56371,10 +56434,10 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56371
56434
|
if (i.length > 0) {
|
|
56372
56435
|
if (typeCast(DescriptionTreeNode.$, i[0]) !== null) {
|
|
56373
56436
|
let k = i[0];
|
|
56374
|
-
if (k.
|
|
56437
|
+
if (k.c("Name") && k.a("Name") != null) {
|
|
56375
56438
|
g = true;
|
|
56376
56439
|
}
|
|
56377
|
-
if (k.
|
|
56440
|
+
if (k.c("RefType") && k.a("RefType").b == "uuid") {
|
|
56378
56441
|
g = true;
|
|
56379
56442
|
}
|
|
56380
56443
|
}
|
|
@@ -56389,7 +56452,7 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56389
56452
|
let r = new DescriptionTreeReconciler_TreeModeData();
|
|
56390
56453
|
r.a = h[q];
|
|
56391
56454
|
r.d = q;
|
|
56392
|
-
r.f = r.a.
|
|
56455
|
+
r.f = r.a.c("Name") ? r.a.a("Name").b : r.a.c("RefType") ? r.a.a("Value").b : null;
|
|
56393
56456
|
if (r.f == null) {
|
|
56394
56457
|
r.f = "BADKEY_" + p.toString();
|
|
56395
56458
|
p++;
|
|
@@ -56401,7 +56464,7 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56401
56464
|
let t = new DescriptionTreeReconciler_TreeModeData();
|
|
56402
56465
|
t.a = i[s];
|
|
56403
56466
|
t.d = s;
|
|
56404
|
-
t.f = t.a.
|
|
56467
|
+
t.f = t.a.c("Name") ? t.a.a("Name").b : t.a.c("RefType") ? t.a.a("Value").b : null;
|
|
56405
56468
|
if (t.f == null) {
|
|
56406
56469
|
t.f = "BADKEY_" + p.toString();
|
|
56407
56470
|
p++;
|
|
@@ -56428,12 +56491,13 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56428
56491
|
let z = m._inner[y];
|
|
56429
56492
|
if (z.c) {
|
|
56430
56493
|
let aa = new DescriptionTreeAction();
|
|
56431
|
-
aa.
|
|
56432
|
-
aa.
|
|
56433
|
-
aa.
|
|
56434
|
-
aa.
|
|
56494
|
+
aa.j = e.c;
|
|
56495
|
+
aa.c = b;
|
|
56496
|
+
aa.b = c;
|
|
56497
|
+
aa.d = e.a;
|
|
56498
|
+
aa.f = z.d;
|
|
56435
56499
|
aa.a = 4;
|
|
56436
|
-
aa.
|
|
56500
|
+
aa.h = z.a;
|
|
56437
56501
|
a.add(aa);
|
|
56438
56502
|
for (let ab = y + 1; ab < m.count; ab++) {
|
|
56439
56503
|
let ac = m._inner[ab];
|
|
@@ -56445,12 +56509,13 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56445
56509
|
let ae = o._inner[ad];
|
|
56446
56510
|
if (ae.b) {
|
|
56447
56511
|
let af = new DescriptionTreeAction();
|
|
56448
|
-
af.
|
|
56449
|
-
af.
|
|
56450
|
-
af.
|
|
56451
|
-
af.d =
|
|
56512
|
+
af.j = e.c;
|
|
56513
|
+
af.c = b;
|
|
56514
|
+
af.b = c;
|
|
56515
|
+
af.d = e.a;
|
|
56516
|
+
af.e = ad;
|
|
56452
56517
|
af.a = 2;
|
|
56453
|
-
af.
|
|
56518
|
+
af.g = i[ad];
|
|
56454
56519
|
a.add(af);
|
|
56455
56520
|
for (let ag = 0; ag < m.count; ag++) {
|
|
56456
56521
|
let ah = m._inner[ag];
|
|
@@ -56466,12 +56531,13 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56466
56531
|
continue;
|
|
56467
56532
|
}
|
|
56468
56533
|
let aj = new DescriptionTreeAction();
|
|
56469
|
-
aj.
|
|
56470
|
-
aj.
|
|
56471
|
-
aj.
|
|
56472
|
-
aj.
|
|
56534
|
+
aj.j = e.c;
|
|
56535
|
+
aj.c = b;
|
|
56536
|
+
aj.b = c;
|
|
56537
|
+
aj.d = e.a;
|
|
56538
|
+
aj.f = ai.d;
|
|
56473
56539
|
aj.a = 4;
|
|
56474
|
-
aj.
|
|
56540
|
+
aj.h = ai.a;
|
|
56475
56541
|
a.add(aj);
|
|
56476
56542
|
for (let ak = 0; ak < m.count; ak++) {
|
|
56477
56543
|
let al = m._inner[ak];
|
|
@@ -56480,12 +56546,13 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56480
56546
|
}
|
|
56481
56547
|
}
|
|
56482
56548
|
aj = new DescriptionTreeAction();
|
|
56483
|
-
aj.
|
|
56484
|
-
aj.
|
|
56485
|
-
aj.
|
|
56486
|
-
aj.d =
|
|
56549
|
+
aj.j = e.c;
|
|
56550
|
+
aj.c = b;
|
|
56551
|
+
aj.b = c;
|
|
56552
|
+
aj.d = e.a;
|
|
56553
|
+
aj.e = ai.e;
|
|
56487
56554
|
aj.a = 2;
|
|
56488
|
-
aj.
|
|
56555
|
+
aj.g = ai.a;
|
|
56489
56556
|
a.add(aj);
|
|
56490
56557
|
ai.d = ai.e;
|
|
56491
56558
|
for (let am = 0; am < m.count; am++) {
|
|
@@ -56503,22 +56570,24 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56503
56570
|
for (let ap = 0; ap < ao; ap++) {
|
|
56504
56571
|
if (ap >= h.length) {
|
|
56505
56572
|
let aq = new DescriptionTreeAction();
|
|
56506
|
-
aq.
|
|
56507
|
-
aq.
|
|
56508
|
-
aq.
|
|
56509
|
-
aq.d =
|
|
56573
|
+
aq.j = e.c;
|
|
56574
|
+
aq.c = b;
|
|
56575
|
+
aq.b = c;
|
|
56576
|
+
aq.d = e.a;
|
|
56577
|
+
aq.e = ap;
|
|
56510
56578
|
aq.a = 2;
|
|
56511
|
-
aq.
|
|
56579
|
+
aq.g = i[ap];
|
|
56512
56580
|
a.add(aq);
|
|
56513
56581
|
}
|
|
56514
56582
|
else if (ap >= i.length) {
|
|
56515
56583
|
let ar = new DescriptionTreeAction();
|
|
56516
|
-
ar.
|
|
56517
|
-
ar.
|
|
56518
|
-
ar.
|
|
56519
|
-
ar.
|
|
56584
|
+
ar.j = e.c;
|
|
56585
|
+
ar.c = b;
|
|
56586
|
+
ar.b = c;
|
|
56587
|
+
ar.d = e.a;
|
|
56588
|
+
ar.f = i.length;
|
|
56520
56589
|
ar.a = 4;
|
|
56521
|
-
ar.
|
|
56590
|
+
ar.h = h[ap];
|
|
56522
56591
|
a.add(ar);
|
|
56523
56592
|
}
|
|
56524
56593
|
else {
|
|
@@ -56527,31 +56596,33 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56527
56596
|
if (typeCast(DescriptionTreeNode.$, as) !== null && typeCast(DescriptionTreeNode.$, at) !== null) {
|
|
56528
56597
|
let au = as;
|
|
56529
56598
|
let av = at;
|
|
56530
|
-
if (au.
|
|
56599
|
+
if (au.i == av.i) {
|
|
56531
56600
|
DescriptionTreeReconciler.g(a, au, av, f);
|
|
56532
56601
|
}
|
|
56533
56602
|
else {
|
|
56534
56603
|
let aw = new DescriptionTreeAction();
|
|
56535
|
-
aw.
|
|
56536
|
-
aw.
|
|
56537
|
-
aw.
|
|
56538
|
-
aw.
|
|
56604
|
+
aw.j = e.c;
|
|
56605
|
+
aw.c = b;
|
|
56606
|
+
aw.b = c;
|
|
56607
|
+
aw.d = e.a;
|
|
56608
|
+
aw.f = ap;
|
|
56539
56609
|
aw.a = 3;
|
|
56540
|
-
aw.
|
|
56541
|
-
aw.
|
|
56610
|
+
aw.h = h[ap];
|
|
56611
|
+
aw.g = i[ap];
|
|
56542
56612
|
a.add(aw);
|
|
56543
56613
|
}
|
|
56544
56614
|
}
|
|
56545
56615
|
else {
|
|
56546
56616
|
if (!Base.equalsStatic(as, at)) {
|
|
56547
56617
|
let ax = new DescriptionTreeAction();
|
|
56548
|
-
ax.
|
|
56549
|
-
ax.
|
|
56550
|
-
ax.
|
|
56551
|
-
ax.
|
|
56618
|
+
ax.j = e.c;
|
|
56619
|
+
ax.c = b;
|
|
56620
|
+
ax.b = c;
|
|
56621
|
+
ax.d = e.a;
|
|
56622
|
+
ax.f = ap;
|
|
56552
56623
|
ax.a = 3;
|
|
56553
|
-
ax.
|
|
56554
|
-
ax.
|
|
56624
|
+
ax.h = h[ap];
|
|
56625
|
+
ax.g = i[ap];
|
|
56555
56626
|
a.add(ax);
|
|
56556
56627
|
}
|
|
56557
56628
|
}
|
|
@@ -56583,11 +56654,11 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56583
56654
|
if (typeCast(DescriptionTreeNode.$, f) !== null) {
|
|
56584
56655
|
let h = f;
|
|
56585
56656
|
let i = g;
|
|
56586
|
-
if (h.
|
|
56657
|
+
if (h.i != i.i) {
|
|
56587
56658
|
return false;
|
|
56588
56659
|
}
|
|
56589
|
-
let j = h.
|
|
56590
|
-
let k = i.
|
|
56660
|
+
let j = h.c("Name") ? h.a("Name").b : null;
|
|
56661
|
+
let k = i.c("Name") ? i.a("Name").b : null;
|
|
56591
56662
|
if (!Base.equalsStatic(j, k)) {
|
|
56592
56663
|
return false;
|
|
56593
56664
|
}
|
|
@@ -56602,7 +56673,7 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56602
56673
|
}
|
|
56603
56674
|
static e(a) {
|
|
56604
56675
|
let b = new List$1(DescriptionPropertyValue.$, 0);
|
|
56605
|
-
let c = a.
|
|
56676
|
+
let c = a.f();
|
|
56606
56677
|
for (let d = 0; d < c.count; d++) {
|
|
56607
56678
|
let e = c._inner[d];
|
|
56608
56679
|
if (e.a != null && e.a.knownType != 10 && e.a.knownType != 9) {
|
|
@@ -56613,7 +56684,7 @@ let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
56613
56684
|
}
|
|
56614
56685
|
static d(a) {
|
|
56615
56686
|
let b = new List$1(DescriptionPropertyValue.$, 0);
|
|
56616
|
-
let c = a.
|
|
56687
|
+
let c = a.f();
|
|
56617
56688
|
for (let d = 0; d < c.count; d++) {
|
|
56618
56689
|
let e = c._inner[d];
|
|
56619
56690
|
if (e.a != null && (e.a.knownType == 10 || e.a.knownType == 9)) {
|
|
@@ -56910,7 +56981,7 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
56910
56981
|
}
|
|
56911
56982
|
let h = DescriptionTreeBuilder.createTree(this.context, g.result);
|
|
56912
56983
|
let i = this.av.item(b);
|
|
56913
|
-
if (h.
|
|
56984
|
+
if (h.c("Type")) {
|
|
56914
56985
|
let j = h.a("Type").b;
|
|
56915
56986
|
return this.bo(j, h, b, i, true, -1);
|
|
56916
56987
|
}
|
|
@@ -57078,21 +57149,21 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57078
57149
|
}
|
|
57079
57150
|
ch(a, b, c, d) {
|
|
57080
57151
|
if (!c.b(b)) {
|
|
57081
|
-
c.k(d, this.ao.item(d).
|
|
57152
|
+
c.k(d, this.ao.item(d).g, b, this.ao.item(d), runOn(this, this.cr), -1);
|
|
57082
57153
|
}
|
|
57083
|
-
for (let e of fromEnum(a.
|
|
57084
|
-
this.ci(this.b0(e.c, ComponentRenderer.platform, e.a), e.b, b, c, d, a.
|
|
57154
|
+
for (let e of fromEnum(a.f())) {
|
|
57155
|
+
this.ci(this.b0(e.c, ComponentRenderer.platform, e.a), e.b, b, c, d, a.g);
|
|
57085
57156
|
}
|
|
57086
57157
|
}
|
|
57087
57158
|
ci(a, b, c, d, e, f) {
|
|
57088
57159
|
if (typeCast(DescriptionTreeNode.$, b) !== null) {
|
|
57089
57160
|
let g = b;
|
|
57090
57161
|
let h = this.f.getPropertyValue(c, a);
|
|
57091
|
-
if (!d.b(h) && !d.a(g.
|
|
57092
|
-
d.k(e, g.
|
|
57162
|
+
if (!d.b(h) && !d.a(g.g)) {
|
|
57163
|
+
d.k(e, g.g, h, g, runOn(this, this.cr), f);
|
|
57093
57164
|
}
|
|
57094
|
-
for (let i of fromEnum(g.
|
|
57095
|
-
this.ci(a + "." + this.b0(i.c, ComponentRenderer.platform, i.a), i.b, c, d, e, g.
|
|
57165
|
+
for (let i of fromEnum(g.f())) {
|
|
57166
|
+
this.ci(a + "." + this.b0(i.c, ComponentRenderer.platform, i.a), i.b, c, d, e, g.g);
|
|
57096
57167
|
}
|
|
57097
57168
|
}
|
|
57098
57169
|
if (typeCast(Array_$type, b) !== null) {
|
|
@@ -57113,11 +57184,11 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57113
57184
|
this.f.forPropertyValueItem(c, a, (r) => {
|
|
57114
57185
|
if (j.containsKey(k)) {
|
|
57115
57186
|
let s = j.item(k);
|
|
57116
|
-
if (!d.b(r) && !d.a(s.
|
|
57117
|
-
d.k(e, s.
|
|
57187
|
+
if (!d.b(r) && !d.a(s.g)) {
|
|
57188
|
+
d.k(e, s.g, r, s, runOn(this, this.cr), f);
|
|
57118
57189
|
}
|
|
57119
|
-
for (let t of fromEnum(s.
|
|
57120
|
-
this.ci(a + "." + t.c, t.b, c, d, e, s.
|
|
57190
|
+
for (let t of fromEnum(s.f())) {
|
|
57191
|
+
this.ci(a + "." + t.c, t.b, c, d, e, s.g);
|
|
57121
57192
|
}
|
|
57122
57193
|
}
|
|
57123
57194
|
k++;
|
|
@@ -57127,11 +57198,11 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57127
57198
|
this.f.forPropertyValueItem(c, r, (s) => {
|
|
57128
57199
|
if (j.containsKey(k)) {
|
|
57129
57200
|
let t = j.item(k);
|
|
57130
|
-
if (!d.b(s) && !d.a(t.
|
|
57131
|
-
d.k(e, t.
|
|
57201
|
+
if (!d.b(s) && !d.a(t.g)) {
|
|
57202
|
+
d.k(e, t.g, s, t, runOn(this, this.cr), f);
|
|
57132
57203
|
}
|
|
57133
|
-
for (let u of fromEnum(t.
|
|
57134
|
-
this.ci(r + "." + u.c, u.b, c, d, e, t.
|
|
57204
|
+
for (let u of fromEnum(t.f())) {
|
|
57205
|
+
this.ci(r + "." + u.c, u.b, c, d, e, t.g);
|
|
57135
57206
|
}
|
|
57136
57207
|
}
|
|
57137
57208
|
k++;
|
|
@@ -57223,8 +57294,16 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57223
57294
|
f = this.ao.item(a);
|
|
57224
57295
|
}
|
|
57225
57296
|
let g = DescriptionTreeReconciler.c(f, e, b);
|
|
57297
|
+
if (!c && b) {
|
|
57298
|
+
e = f.b();
|
|
57299
|
+
DescriptionTreeReconciler.a(f, g);
|
|
57300
|
+
let h = f;
|
|
57301
|
+
f = e;
|
|
57302
|
+
e = h;
|
|
57303
|
+
g = DescriptionTreeReconciler.c(f, e, false);
|
|
57304
|
+
}
|
|
57226
57305
|
if (c) {
|
|
57227
|
-
let
|
|
57306
|
+
let i = DescriptionTreeReconciler.a(f, g);
|
|
57228
57307
|
if (!this.av.containsKey(a)) {
|
|
57229
57308
|
this.av.addItem(a, ((() => {
|
|
57230
57309
|
let $ret = new ContainerState();
|
|
@@ -57232,78 +57311,78 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57232
57311
|
return $ret;
|
|
57233
57312
|
})()));
|
|
57234
57313
|
}
|
|
57235
|
-
let
|
|
57236
|
-
if (
|
|
57237
|
-
for (let
|
|
57238
|
-
if (
|
|
57239
|
-
let
|
|
57240
|
-
this.cf(a,
|
|
57314
|
+
let j = this.av.item(a);
|
|
57315
|
+
if (i.a.count > 0) {
|
|
57316
|
+
for (let k of fromEnum(i.a)) {
|
|
57317
|
+
if (j.a(k)) {
|
|
57318
|
+
let l = j.j(k);
|
|
57319
|
+
this.cf(a, l, j);
|
|
57241
57320
|
}
|
|
57242
57321
|
}
|
|
57243
57322
|
}
|
|
57244
|
-
if (
|
|
57245
|
-
for (let
|
|
57246
|
-
let
|
|
57247
|
-
let
|
|
57248
|
-
if (
|
|
57249
|
-
if (!
|
|
57250
|
-
let
|
|
57251
|
-
if (typeCast(DescriptionTreeNode.$,
|
|
57252
|
-
let
|
|
57253
|
-
|
|
57323
|
+
if (i.c.count > 0) {
|
|
57324
|
+
for (let m of fromEnum(i.c)) {
|
|
57325
|
+
let n = this.bt(a, j, m);
|
|
57326
|
+
let o = this.f.getPropertyValue(n, m.j);
|
|
57327
|
+
if (o != null) {
|
|
57328
|
+
if (!j.b(o)) {
|
|
57329
|
+
let p = m.g;
|
|
57330
|
+
if (typeCast(DescriptionTreeNode.$, p) !== null) {
|
|
57331
|
+
let q = p.g;
|
|
57332
|
+
j.k(a, q, o, p, runOn(this, this.cr), m.c.g);
|
|
57254
57333
|
}
|
|
57255
57334
|
}
|
|
57256
57335
|
}
|
|
57257
57336
|
}
|
|
57258
57337
|
}
|
|
57259
|
-
if (
|
|
57260
|
-
for (let
|
|
57261
|
-
let
|
|
57262
|
-
if (
|
|
57263
|
-
if (!
|
|
57264
|
-
let
|
|
57265
|
-
if (typeCast(DescriptionTreeNode.$,
|
|
57266
|
-
let
|
|
57267
|
-
this.ao.item(a,
|
|
57338
|
+
if (i.d.count > 0) {
|
|
57339
|
+
for (let r of fromEnum(i.d)) {
|
|
57340
|
+
let s = r.g;
|
|
57341
|
+
if (s != null) {
|
|
57342
|
+
if (!j.b(s)) {
|
|
57343
|
+
let t = r.g;
|
|
57344
|
+
if (typeCast(DescriptionTreeNode.$, t) !== null) {
|
|
57345
|
+
let u = t.g;
|
|
57346
|
+
this.ao.item(a, t);
|
|
57268
57347
|
}
|
|
57269
57348
|
}
|
|
57270
57349
|
}
|
|
57271
57350
|
}
|
|
57272
57351
|
}
|
|
57273
|
-
if (
|
|
57274
|
-
for (let
|
|
57275
|
-
let
|
|
57276
|
-
if (
|
|
57352
|
+
if (i.b.count > 0) {
|
|
57353
|
+
for (let v of fromEnum(i.b)) {
|
|
57354
|
+
let w = v.c.a(v.j).b;
|
|
57355
|
+
if (w == null) {
|
|
57277
57356
|
continue;
|
|
57278
57357
|
}
|
|
57279
|
-
let
|
|
57280
|
-
for (let
|
|
57281
|
-
let
|
|
57282
|
-
if (typeCast(DescriptionTreeNode.$,
|
|
57283
|
-
let
|
|
57284
|
-
if (
|
|
57285
|
-
|
|
57358
|
+
let x = new Dictionary$2(String_$type, DescriptionTreeNode.$, 0);
|
|
57359
|
+
for (let y = 0; y < w.length; y++) {
|
|
57360
|
+
let z = w[y];
|
|
57361
|
+
if (typeCast(DescriptionTreeNode.$, z) !== null) {
|
|
57362
|
+
let aa = z;
|
|
57363
|
+
if (aa.c("Name")) {
|
|
57364
|
+
x.item(aa.a("Name").b, aa);
|
|
57286
57365
|
}
|
|
57287
57366
|
}
|
|
57288
57367
|
}
|
|
57289
|
-
if (
|
|
57368
|
+
if (x.count == 0) {
|
|
57290
57369
|
continue;
|
|
57291
57370
|
}
|
|
57292
|
-
let
|
|
57293
|
-
let
|
|
57294
|
-
if (
|
|
57295
|
-
let
|
|
57296
|
-
this.f.forPropertyValueItem(
|
|
57297
|
-
if (
|
|
57298
|
-
if (!
|
|
57299
|
-
let
|
|
57300
|
-
if (typeCast(DescriptionTreeNode.$,
|
|
57301
|
-
let
|
|
57302
|
-
|
|
57371
|
+
let ab = this.bt(a, j, v);
|
|
57372
|
+
let ac = this.f.getPropertyValue(ab, v.j);
|
|
57373
|
+
if (ac != null) {
|
|
57374
|
+
let ad = 0;
|
|
57375
|
+
this.f.forPropertyValueItem(ab, v.j, (ae) => {
|
|
57376
|
+
if (x.containsKey(this.f.getPropertyValue(ae, "Name").toString())) {
|
|
57377
|
+
if (!j.b(ae)) {
|
|
57378
|
+
let af = x.item(this.f.getPropertyValue(ae, "Name").toString());
|
|
57379
|
+
if (typeCast(DescriptionTreeNode.$, af) !== null) {
|
|
57380
|
+
let ag = af.g;
|
|
57381
|
+
j.k(a, ag, ae, af, runOn(this, this.cr), v.c.g);
|
|
57303
57382
|
}
|
|
57304
57383
|
}
|
|
57305
57384
|
}
|
|
57306
|
-
|
|
57385
|
+
ad++;
|
|
57307
57386
|
});
|
|
57308
57387
|
}
|
|
57309
57388
|
}
|
|
@@ -57480,22 +57559,22 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57480
57559
|
}
|
|
57481
57560
|
}
|
|
57482
57561
|
}
|
|
57483
|
-
if (c.
|
|
57562
|
+
if (c.j == "Type" || c.j == "type") {
|
|
57484
57563
|
f = true;
|
|
57485
57564
|
}
|
|
57486
57565
|
if (f) {
|
|
57487
57566
|
return true;
|
|
57488
57567
|
}
|
|
57489
|
-
if (c.
|
|
57490
|
-
this.aj(a, b, c.
|
|
57568
|
+
if (c.d != null && c.d.knownType == 9) {
|
|
57569
|
+
this.aj(a, b, c.i(ComponentRenderer.platform), c.d, e, d);
|
|
57491
57570
|
}
|
|
57492
57571
|
else {
|
|
57493
|
-
this.da(a, b, c.
|
|
57572
|
+
this.da(a, b, c.i(ComponentRenderer.platform), c.d, e, c.h, d);
|
|
57494
57573
|
}
|
|
57495
57574
|
return true;
|
|
57496
57575
|
}
|
|
57497
57576
|
b1(a, b) {
|
|
57498
|
-
let c = b.
|
|
57577
|
+
let c = b.c;
|
|
57499
57578
|
let d = "";
|
|
57500
57579
|
if (c != this.ao.item(a)) {
|
|
57501
57580
|
let e = this.bz(a, c);
|
|
@@ -57504,7 +57583,7 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57504
57583
|
if (d.length > 0) {
|
|
57505
57584
|
d += ".";
|
|
57506
57585
|
}
|
|
57507
|
-
d += b.
|
|
57586
|
+
d += b.j;
|
|
57508
57587
|
return d;
|
|
57509
57588
|
}
|
|
57510
57589
|
bz(a, b) {
|
|
@@ -57524,11 +57603,11 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57524
57603
|
if (a.length > 0) {
|
|
57525
57604
|
a += ".";
|
|
57526
57605
|
}
|
|
57527
|
-
let d = b.
|
|
57606
|
+
let d = b.f();
|
|
57528
57607
|
for (let e = 0; e < d.count; e++) {
|
|
57529
57608
|
let f = d._inner[e];
|
|
57530
57609
|
if (typeCast(DescriptionTreeNode.$, f.b) !== null) {
|
|
57531
|
-
if (f.b.
|
|
57610
|
+
if (f.b.g == c.g) {
|
|
57532
57611
|
a += f.c;
|
|
57533
57612
|
return new Tuple$2(Boolean_$type, String_$type, true, a);
|
|
57534
57613
|
}
|
|
@@ -57545,7 +57624,7 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57545
57624
|
for (let j = 0; j < i.length; j++) {
|
|
57546
57625
|
if (typeCast(DescriptionTreeNode.$, i[j]) !== null) {
|
|
57547
57626
|
let k = i[j];
|
|
57548
|
-
if (k.
|
|
57627
|
+
if (k.g == c.g) {
|
|
57549
57628
|
a += f.c + "[" + j + "]";
|
|
57550
57629
|
return new Tuple$2(Boolean_$type, String_$type, true, a);
|
|
57551
57630
|
}
|
|
@@ -57572,10 +57651,10 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57572
57651
|
return true;
|
|
57573
57652
|
}
|
|
57574
57653
|
bq(a, b, c) {
|
|
57575
|
-
if (a.
|
|
57576
|
-
return a.
|
|
57654
|
+
if (a.d == null) {
|
|
57655
|
+
return a.g;
|
|
57577
57656
|
}
|
|
57578
|
-
switch (a.
|
|
57657
|
+
switch (a.d.knownType) {
|
|
57579
57658
|
case 10: return this.a6(a, b, c);
|
|
57580
57659
|
case 7: return this.a7(a);
|
|
57581
57660
|
case 4: return this.a8(a);
|
|
@@ -57602,7 +57681,7 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57602
57681
|
return null;
|
|
57603
57682
|
}
|
|
57604
57683
|
bl(a, b, c) {
|
|
57605
|
-
let d = this.bm(a.
|
|
57684
|
+
let d = this.bm(a.g, a, b, c);
|
|
57606
57685
|
return d;
|
|
57607
57686
|
}
|
|
57608
57687
|
bm(a, b, c, d) {
|
|
@@ -57623,27 +57702,27 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57623
57702
|
}
|
|
57624
57703
|
if (typeCast(DescriptionTreeNode.$, a) !== null) {
|
|
57625
57704
|
let i = a;
|
|
57626
|
-
if (i.
|
|
57627
|
-
return this.bo(i.
|
|
57705
|
+
if (i.i == "EmbeddedRef") {
|
|
57706
|
+
return this.bo(i.i, a, c, d, false, b.c.g);
|
|
57628
57707
|
}
|
|
57629
57708
|
}
|
|
57630
57709
|
return a;
|
|
57631
57710
|
}
|
|
57632
57711
|
bk(a) {
|
|
57633
|
-
return a.
|
|
57712
|
+
return a.g;
|
|
57634
57713
|
}
|
|
57635
57714
|
bj(a) {
|
|
57636
|
-
return a.
|
|
57715
|
+
return a.g != null ? a.g.toString() : null;
|
|
57637
57716
|
}
|
|
57638
57717
|
bi(a) {
|
|
57639
|
-
let b = a.
|
|
57718
|
+
let b = a.g;
|
|
57640
57719
|
let width_ = b.width;
|
|
57641
57720
|
let height_ = b.height;
|
|
57642
57721
|
let c = { width: width_, height: height_ };
|
|
57643
57722
|
return c;
|
|
57644
57723
|
}
|
|
57645
57724
|
bh(a) {
|
|
57646
|
-
let b = a.
|
|
57725
|
+
let b = a.g;
|
|
57647
57726
|
let top_ = b.top;
|
|
57648
57727
|
let left_ = b.left;
|
|
57649
57728
|
let width_ = b.width;
|
|
@@ -57652,20 +57731,20 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57652
57731
|
return c;
|
|
57653
57732
|
}
|
|
57654
57733
|
bg(a) {
|
|
57655
|
-
let b = a.
|
|
57734
|
+
let b = a.g;
|
|
57656
57735
|
let x_ = b.x;
|
|
57657
57736
|
let y_ = b.y;
|
|
57658
57737
|
let c = { x: x_, y: y_ };
|
|
57659
57738
|
return c;
|
|
57660
57739
|
}
|
|
57661
57740
|
bf(a) {
|
|
57662
|
-
if (a.
|
|
57663
|
-
if (a.
|
|
57741
|
+
if (a.g == null) {
|
|
57742
|
+
if (a.d != null && (a.d.specificType == "double" || a.d.specificType == "float")) {
|
|
57664
57743
|
return NaN;
|
|
57665
57744
|
}
|
|
57666
57745
|
return 0;
|
|
57667
57746
|
}
|
|
57668
|
-
return a.
|
|
57747
|
+
return a.g;
|
|
57669
57748
|
}
|
|
57670
57749
|
d(a, b) {
|
|
57671
57750
|
if (this.au.containsKey(a)) {
|
|
@@ -57677,40 +57756,40 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57677
57756
|
return d;
|
|
57678
57757
|
}
|
|
57679
57758
|
bw(a, b) {
|
|
57680
|
-
return a.
|
|
57759
|
+
return a.g == null ? null : this.d(a.g, b);
|
|
57681
57760
|
}
|
|
57682
57761
|
be(a, b, c) {
|
|
57683
|
-
let d = a.
|
|
57762
|
+
let d = a.d.specificType;
|
|
57684
57763
|
if (d == null) {
|
|
57685
|
-
d = a.
|
|
57764
|
+
d = a.d.specificExternalType;
|
|
57686
57765
|
}
|
|
57687
|
-
if (typeCast(DescriptionTreeNode.$, a.
|
|
57688
|
-
let e = a.
|
|
57689
|
-
if (e.
|
|
57766
|
+
if (typeCast(DescriptionTreeNode.$, a.g) !== null) {
|
|
57767
|
+
let e = a.g;
|
|
57768
|
+
if (e.c("Type")) {
|
|
57690
57769
|
d = e.a("Type").b;
|
|
57691
57770
|
}
|
|
57692
57771
|
}
|
|
57693
|
-
let f = this.bo(d, a.
|
|
57772
|
+
let f = this.bo(d, a.g, b, c, false, a.c.g);
|
|
57694
57773
|
return f;
|
|
57695
57774
|
}
|
|
57696
57775
|
bv(a, b) {
|
|
57697
|
-
return a.
|
|
57776
|
+
return a.g == null ? null : this.d(a.g, b);
|
|
57698
57777
|
}
|
|
57699
57778
|
bc(a) {
|
|
57700
|
-
if (typeof a.
|
|
57701
|
-
let v_ = a.
|
|
57702
|
-
a.
|
|
57779
|
+
if (typeof a.g === 'string') {
|
|
57780
|
+
let v_ = a.g;
|
|
57781
|
+
a.g = new Date(v_);
|
|
57703
57782
|
}
|
|
57704
|
-
return a.
|
|
57783
|
+
return a.g;
|
|
57705
57784
|
}
|
|
57706
57785
|
bu(a, b) {
|
|
57707
|
-
return a.
|
|
57786
|
+
return a.g == null ? null : this.d(a.g, b);
|
|
57708
57787
|
}
|
|
57709
57788
|
by(a) {
|
|
57710
57789
|
return a;
|
|
57711
57790
|
}
|
|
57712
57791
|
bb(a) {
|
|
57713
|
-
let b = a.
|
|
57792
|
+
let b = a.g;
|
|
57714
57793
|
if (b == null) {
|
|
57715
57794
|
return null;
|
|
57716
57795
|
}
|
|
@@ -57721,10 +57800,10 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57721
57800
|
return c;
|
|
57722
57801
|
}
|
|
57723
57802
|
ba(a) {
|
|
57724
|
-
return this.by(a.
|
|
57803
|
+
return this.by(a.g);
|
|
57725
57804
|
}
|
|
57726
57805
|
a9(a) {
|
|
57727
|
-
let b = a.
|
|
57806
|
+
let b = a.g;
|
|
57728
57807
|
if (b == null) {
|
|
57729
57808
|
return null;
|
|
57730
57809
|
}
|
|
@@ -57738,10 +57817,10 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57738
57817
|
return a;
|
|
57739
57818
|
}
|
|
57740
57819
|
a8(a) {
|
|
57741
|
-
return this.bx(a.
|
|
57820
|
+
return this.bx(a.g);
|
|
57742
57821
|
}
|
|
57743
57822
|
a7(a) {
|
|
57744
|
-
return a.
|
|
57823
|
+
return a.g;
|
|
57745
57824
|
}
|
|
57746
57825
|
addTargetPropertyUpdatingListener(a) {
|
|
57747
57826
|
this.a2.add(a);
|
|
@@ -57776,30 +57855,30 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57776
57855
|
this.a1.remove(a);
|
|
57777
57856
|
}
|
|
57778
57857
|
a6(a, b, c) {
|
|
57779
|
-
if (a.
|
|
57858
|
+
if (a.g == null) {
|
|
57780
57859
|
return null;
|
|
57781
57860
|
}
|
|
57782
|
-
let d = a.
|
|
57861
|
+
let d = a.g;
|
|
57783
57862
|
let e = new List$1(Base.$, 0);
|
|
57784
|
-
let f = a.
|
|
57863
|
+
let f = a.d.specificType;
|
|
57785
57864
|
if (f == null) {
|
|
57786
|
-
f = a.
|
|
57865
|
+
f = a.d.specificExternalType;
|
|
57787
57866
|
}
|
|
57788
|
-
if (a.
|
|
57789
|
-
f = a.
|
|
57867
|
+
if (a.d.knownType == 9) {
|
|
57868
|
+
f = a.d.collectionElementType;
|
|
57790
57869
|
if (f == null) {
|
|
57791
|
-
f = a.
|
|
57870
|
+
f = a.d.specificExternalType;
|
|
57792
57871
|
}
|
|
57793
57872
|
}
|
|
57794
57873
|
for (let g = 0; g < d.length; g++) {
|
|
57795
57874
|
let h = f;
|
|
57796
57875
|
if (typeCast(DescriptionTreeNode.$, d[g]) !== null) {
|
|
57797
57876
|
let i = d[g];
|
|
57798
|
-
if (i.
|
|
57877
|
+
if (i.c("Type")) {
|
|
57799
57878
|
h = i.a("Type").b;
|
|
57800
57879
|
}
|
|
57801
57880
|
}
|
|
57802
|
-
let j = this.bo(h, d[g], b, c, false, a.
|
|
57881
|
+
let j = this.bo(h, d[g], b, c, false, a.c.g);
|
|
57803
57882
|
e.add1(j);
|
|
57804
57883
|
}
|
|
57805
57884
|
return e.toArray();
|
|
@@ -57957,7 +58036,7 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57957
58036
|
return a.toArray();
|
|
57958
58037
|
}
|
|
57959
58038
|
bt(a, b, c) {
|
|
57960
|
-
return b.j(c.
|
|
58039
|
+
return b.j(c.c.g);
|
|
57961
58040
|
}
|
|
57962
58041
|
ad(a, b, c) {
|
|
57963
58042
|
let d = this.bt(a, b, c);
|
|
@@ -57965,11 +58044,11 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57965
58044
|
return true;
|
|
57966
58045
|
}
|
|
57967
58046
|
ai(a, b, c, d) {
|
|
57968
|
-
this.f.resetPropertyOnTarget(a, c.
|
|
58047
|
+
this.f.resetPropertyOnTarget(a, c.i(ComponentRenderer.platform), c.d, d);
|
|
57969
58048
|
return true;
|
|
57970
58049
|
}
|
|
57971
58050
|
ac(a, b, c) {
|
|
57972
|
-
if (c.
|
|
58051
|
+
if (c.c == null) {
|
|
57973
58052
|
return this.ah(a, b, c);
|
|
57974
58053
|
}
|
|
57975
58054
|
else {
|
|
@@ -57979,15 +58058,15 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
57979
58058
|
return true;
|
|
57980
58059
|
}
|
|
57981
58060
|
c5(a, b, c, d) {
|
|
57982
|
-
let e = c.
|
|
57983
|
-
let f = c.
|
|
58061
|
+
let e = c.i(ComponentRenderer.platform);
|
|
58062
|
+
let f = c.d.collectionElementType;
|
|
57984
58063
|
if (f == null) {
|
|
57985
|
-
f = c.
|
|
58064
|
+
f = c.d.specificExternalType;
|
|
57986
58065
|
}
|
|
57987
|
-
let g = this.bo(f, c.
|
|
57988
|
-
this.f.replaceItemInCollection(e, c.
|
|
57989
|
-
if (c.
|
|
57990
|
-
let h = c.g
|
|
58066
|
+
let g = this.bo(f, c.g, a, b, false, c.c.g);
|
|
58067
|
+
this.f.replaceItemInCollection(e, c.d, d, c.e, g);
|
|
58068
|
+
if (c.h != null && typeCast(DescriptionTreeNode.$, c.h) !== null) {
|
|
58069
|
+
let h = c.h.g;
|
|
57991
58070
|
if (h >= 0) {
|
|
57992
58071
|
let i = b.j(h);
|
|
57993
58072
|
if (i != null) {
|
|
@@ -58001,14 +58080,14 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
58001
58080
|
if (d != null) {
|
|
58002
58081
|
this.cf(a, d, b);
|
|
58003
58082
|
}
|
|
58004
|
-
if (!(typeCast(DescriptionTreeNode.$, c.
|
|
58083
|
+
if (!(typeCast(DescriptionTreeNode.$, c.g) !== null)) {
|
|
58005
58084
|
throw new NotImplementedException(0);
|
|
58006
58085
|
}
|
|
58007
|
-
let e = c.
|
|
58086
|
+
let e = c.g;
|
|
58008
58087
|
let f = false;
|
|
58009
|
-
this.f.replaceRootItem(a, e.
|
|
58088
|
+
this.f.replaceRootItem(a, e.i, this.context, (g) => {
|
|
58010
58089
|
let h = this.f.getRootObject(a);
|
|
58011
|
-
b.k(a, e.
|
|
58090
|
+
b.k(a, e.g, h, e, runOn(this, this.cr), -1);
|
|
58012
58091
|
let i = this.a3(e);
|
|
58013
58092
|
this.cp(a, b, i);
|
|
58014
58093
|
f = true;
|
|
@@ -58032,7 +58111,7 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
58032
58111
|
return c.h(b);
|
|
58033
58112
|
}
|
|
58034
58113
|
ab(a, b, c) {
|
|
58035
|
-
if (c.
|
|
58114
|
+
if (c.c == null) {
|
|
58036
58115
|
return this.ag(a, b, c);
|
|
58037
58116
|
}
|
|
58038
58117
|
else {
|
|
@@ -58042,10 +58121,10 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
58042
58121
|
return true;
|
|
58043
58122
|
}
|
|
58044
58123
|
ct(a, b, c, d) {
|
|
58045
|
-
let e = c.
|
|
58046
|
-
this.f.removeItemFromCollection(e, c.
|
|
58047
|
-
if (c.
|
|
58048
|
-
let f = c.g
|
|
58124
|
+
let e = c.i(ComponentRenderer.platform);
|
|
58125
|
+
this.f.removeItemFromCollection(e, c.d, d, c.f);
|
|
58126
|
+
if (c.h != null && typeCast(DescriptionTreeNode.$, c.h) !== null) {
|
|
58127
|
+
let f = c.h.g;
|
|
58049
58128
|
if (f >= 0) {
|
|
58050
58129
|
let g = b.j(f);
|
|
58051
58130
|
if (g != null) {
|
|
@@ -58069,7 +58148,7 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
58069
58148
|
return e;
|
|
58070
58149
|
}
|
|
58071
58150
|
y(a, b, c) {
|
|
58072
|
-
if (c.
|
|
58151
|
+
if (c.c == null) {
|
|
58073
58152
|
return this.l(a, b, c);
|
|
58074
58153
|
}
|
|
58075
58154
|
else {
|
|
@@ -58079,14 +58158,14 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
58079
58158
|
return true;
|
|
58080
58159
|
}
|
|
58081
58160
|
l(a, b, c) {
|
|
58082
|
-
if (!(typeCast(DescriptionTreeNode.$, c.
|
|
58161
|
+
if (!(typeCast(DescriptionTreeNode.$, c.g) !== null)) {
|
|
58083
58162
|
throw new NotImplementedException(0);
|
|
58084
58163
|
}
|
|
58085
|
-
let d = c.
|
|
58164
|
+
let d = c.g;
|
|
58086
58165
|
let e = false;
|
|
58087
|
-
this.f.replaceRootItem(a, d.
|
|
58166
|
+
this.f.replaceRootItem(a, d.i, this.context, (f) => {
|
|
58088
58167
|
let g = this.f.getRootObject(a);
|
|
58089
|
-
b.k(a, d.
|
|
58168
|
+
b.k(a, d.g, g, d, runOn(this, this.cr), -1);
|
|
58090
58169
|
let h = this.a3(d);
|
|
58091
58170
|
this.cp(a, b, h);
|
|
58092
58171
|
e = true;
|
|
@@ -58097,19 +58176,19 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
58097
58176
|
return e;
|
|
58098
58177
|
}
|
|
58099
58178
|
b6(a, b, c, d) {
|
|
58100
|
-
let e = c.
|
|
58101
|
-
let f = c.
|
|
58102
|
-
if (typeCast(DescriptionTreeNode.$, c.
|
|
58103
|
-
let g = c.
|
|
58104
|
-
if (g.
|
|
58179
|
+
let e = c.i(ComponentRenderer.platform);
|
|
58180
|
+
let f = c.d.collectionElementType;
|
|
58181
|
+
if (typeCast(DescriptionTreeNode.$, c.g) !== null) {
|
|
58182
|
+
let g = c.g;
|
|
58183
|
+
if (g.c("Type")) {
|
|
58105
58184
|
f = g.a("Type").b;
|
|
58106
58185
|
}
|
|
58107
58186
|
}
|
|
58108
58187
|
if (f == null) {
|
|
58109
|
-
f = c.
|
|
58188
|
+
f = c.d.specificExternalType;
|
|
58110
58189
|
}
|
|
58111
|
-
let h = this.bo(f, c.
|
|
58112
|
-
this.f.addItemToCollection(e, c.
|
|
58190
|
+
let h = this.bo(f, c.g, a, b, false, c.c.g);
|
|
58191
|
+
this.f.addItemToCollection(e, c.d, d, c.e, h);
|
|
58113
58192
|
}
|
|
58114
58193
|
bo(a, b, c, d, e, f) {
|
|
58115
58194
|
if (this.t(a)) {
|
|
@@ -58118,7 +58197,7 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
58118
58197
|
let g = null;
|
|
58119
58198
|
if (b != null && typeCast(DescriptionTreeNode.$, b) !== null) {
|
|
58120
58199
|
let h = b;
|
|
58121
|
-
if (h.
|
|
58200
|
+
if (h.c("Name")) {
|
|
58122
58201
|
let i = h.a("Name").b;
|
|
58123
58202
|
if (!stringIsNullOrEmpty(i)) {
|
|
58124
58203
|
if (this.shouldNamespaceSystemRefValues) {
|
|
@@ -58150,15 +58229,15 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
58150
58229
|
}
|
|
58151
58230
|
if (typeCast(DescriptionTreeNode.$, b) !== null) {
|
|
58152
58231
|
let m = b;
|
|
58153
|
-
if (m.
|
|
58232
|
+
if (m.i == "EmbeddedRef") {
|
|
58154
58233
|
let n = "uuid";
|
|
58155
58234
|
let o = null;
|
|
58156
|
-
for (let p = 0; p < m.
|
|
58157
|
-
if (m.
|
|
58158
|
-
n = m.
|
|
58235
|
+
for (let p = 0; p < m.f().count; p++) {
|
|
58236
|
+
if (m.f()._inner[p].c == "RefType") {
|
|
58237
|
+
n = m.f()._inner[p].b;
|
|
58159
58238
|
}
|
|
58160
|
-
if (m.
|
|
58161
|
-
o = m.
|
|
58239
|
+
if (m.f()._inner[p].c == "Value") {
|
|
58240
|
+
o = m.f()._inner[p].b;
|
|
58162
58241
|
}
|
|
58163
58242
|
}
|
|
58164
58243
|
if (o != null) {
|
|
@@ -58172,11 +58251,11 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
58172
58251
|
}
|
|
58173
58252
|
}
|
|
58174
58253
|
else {
|
|
58175
|
-
d.k(c, m.
|
|
58254
|
+
d.k(c, m.g, g, m, runOn(this, this.cr), f);
|
|
58176
58255
|
let s = this.a3(m);
|
|
58177
58256
|
this.cp(c, d, s);
|
|
58178
58257
|
if (e) {
|
|
58179
|
-
d.l(this, c, m.
|
|
58258
|
+
d.l(this, c, m.g, runOn(this, this.removeRefValueCore));
|
|
58180
58259
|
}
|
|
58181
58260
|
}
|
|
58182
58261
|
}
|
|
@@ -58196,21 +58275,22 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
58196
58275
|
return this.context.l(a, b);
|
|
58197
58276
|
}
|
|
58198
58277
|
a3(a) {
|
|
58199
|
-
let b = a.
|
|
58278
|
+
let b = a.f();
|
|
58200
58279
|
let c = new List$1(DescriptionTreeAction.$, 0);
|
|
58201
58280
|
for (let d = 0; d < b.count; d++) {
|
|
58202
58281
|
let e = new DescriptionTreeAction();
|
|
58203
58282
|
e.a = 0;
|
|
58204
|
-
e.
|
|
58205
|
-
e.
|
|
58283
|
+
e.j = b._inner[d].c;
|
|
58284
|
+
e.d = b._inner[d].a;
|
|
58285
|
+
e.c = a;
|
|
58206
58286
|
e.b = a;
|
|
58207
|
-
e.
|
|
58287
|
+
e.g = b._inner[d].b;
|
|
58208
58288
|
c.add(e);
|
|
58209
58289
|
}
|
|
58210
58290
|
return c;
|
|
58211
58291
|
}
|
|
58212
58292
|
x(a, b, c) {
|
|
58213
|
-
if (c.
|
|
58293
|
+
if (c.c == null) {
|
|
58214
58294
|
return this.o(a, b, c);
|
|
58215
58295
|
}
|
|
58216
58296
|
else {
|
|
@@ -58220,14 +58300,14 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
58220
58300
|
return true;
|
|
58221
58301
|
}
|
|
58222
58302
|
cc(a, b, c, d) {
|
|
58223
|
-
let e = c.
|
|
58224
|
-
this.f.clearCollection(d, e, c.
|
|
58225
|
-
if (c.
|
|
58226
|
-
let f = c.
|
|
58303
|
+
let e = c.i(ComponentRenderer.platform);
|
|
58304
|
+
this.f.clearCollection(d, e, c.d);
|
|
58305
|
+
if (c.h != null && typeCast(Array_$type, c.h) !== null) {
|
|
58306
|
+
let f = c.h;
|
|
58227
58307
|
for (let g = 0; g < f.length; g++) {
|
|
58228
58308
|
let h = f[g];
|
|
58229
58309
|
if (h != null && typeCast(DescriptionTreeNode.$, h) !== null) {
|
|
58230
|
-
let i = h.
|
|
58310
|
+
let i = h.g;
|
|
58231
58311
|
if (i >= 0) {
|
|
58232
58312
|
let j = b.j(i);
|
|
58233
58313
|
if (j != null) {
|
|
@@ -58287,7 +58367,7 @@ let ContainerState = /*@__PURE__*/ (() => {
|
|
|
58287
58367
|
this.c = new Dictionary$2(Number_$type, List$1.$.specialize(Number_$type), 0);
|
|
58288
58368
|
}
|
|
58289
58369
|
k(a, b, c, d, e, f) {
|
|
58290
|
-
if (d.
|
|
58370
|
+
if (d.c("Name")) {
|
|
58291
58371
|
this.d.item(b, d.a("Name").b);
|
|
58292
58372
|
e(a, this.d.item(b), c, false);
|
|
58293
58373
|
}
|
|
@@ -59059,11 +59139,11 @@ let CodeGenerationTransformer = /*@__PURE__*/ (() => {
|
|
|
59059
59139
|
});
|
|
59060
59140
|
this.b.item("FontStyleTransform", (b, c) => {
|
|
59061
59141
|
let d = b;
|
|
59062
|
-
let e = c.
|
|
59142
|
+
let e = c.j;
|
|
59063
59143
|
let f = stringReplace(e, "Style", "Weight");
|
|
59064
59144
|
let g = false;
|
|
59065
|
-
if (c.
|
|
59066
|
-
let h = c.
|
|
59145
|
+
if (c.c.c(f)) {
|
|
59146
|
+
let h = c.c.a(f);
|
|
59067
59147
|
let i = h.b;
|
|
59068
59148
|
if (i != null && i.toLowerCase() == "bold") {
|
|
59069
59149
|
g = true;
|
|
@@ -59141,11 +59221,11 @@ let CodeGenerationTransformer = /*@__PURE__*/ (() => {
|
|
|
59141
59221
|
});
|
|
59142
59222
|
this.b.item("FontWeightTransform", (b, c) => {
|
|
59143
59223
|
let d = b;
|
|
59144
|
-
let e = c.
|
|
59224
|
+
let e = c.j;
|
|
59145
59225
|
let f = stringReplace(e, "Weight", "Style");
|
|
59146
59226
|
let g = false;
|
|
59147
|
-
if (c.
|
|
59148
|
-
let h = c.
|
|
59227
|
+
if (c.c.c(f)) {
|
|
59228
|
+
let h = c.c.a(f);
|
|
59149
59229
|
let i = h.b;
|
|
59150
59230
|
if (i != null && i.toLowerCase() == "italic") {
|
|
59151
59231
|
g = true;
|
|
@@ -59267,10 +59347,10 @@ let CodeGenerationTransformer = /*@__PURE__*/ (() => {
|
|
|
59267
59347
|
}
|
|
59268
59348
|
}
|
|
59269
59349
|
c(a) {
|
|
59270
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
59350
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Style", "Family"), "Weight", "Family"), "Size", "Family");
|
|
59271
59351
|
let c = "Verdana";
|
|
59272
|
-
if (a.
|
|
59273
|
-
c = a.
|
|
59352
|
+
if (a.c.c(b)) {
|
|
59353
|
+
c = a.c.a(b).b;
|
|
59274
59354
|
if (c == null) {
|
|
59275
59355
|
c = "Verdana";
|
|
59276
59356
|
}
|
|
@@ -59278,10 +59358,10 @@ let CodeGenerationTransformer = /*@__PURE__*/ (() => {
|
|
|
59278
59358
|
return c;
|
|
59279
59359
|
}
|
|
59280
59360
|
e(a) {
|
|
59281
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
59361
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Style"), "Weight", "Style"), "Size", "Style");
|
|
59282
59362
|
let c = "normal";
|
|
59283
|
-
if (a.
|
|
59284
|
-
c = a.
|
|
59363
|
+
if (a.c.c(b)) {
|
|
59364
|
+
c = a.c.a(b).b;
|
|
59285
59365
|
if (c == null) {
|
|
59286
59366
|
c = "normal";
|
|
59287
59367
|
}
|
|
@@ -59289,10 +59369,10 @@ let CodeGenerationTransformer = /*@__PURE__*/ (() => {
|
|
|
59289
59369
|
return c;
|
|
59290
59370
|
}
|
|
59291
59371
|
d(a) {
|
|
59292
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
59372
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Size"), "Weight", "Size"), "Style", "Size");
|
|
59293
59373
|
let c = "14px";
|
|
59294
|
-
if (a.
|
|
59295
|
-
c = a.
|
|
59374
|
+
if (a.c.c(b)) {
|
|
59375
|
+
c = a.c.a(b).b.toString();
|
|
59296
59376
|
if (c == null) {
|
|
59297
59377
|
c = "14px";
|
|
59298
59378
|
}
|
|
@@ -59303,10 +59383,10 @@ let CodeGenerationTransformer = /*@__PURE__*/ (() => {
|
|
|
59303
59383
|
return c;
|
|
59304
59384
|
}
|
|
59305
59385
|
f(a) {
|
|
59306
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
59386
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Weight"), "Size", "Weight"), "Style", "Weight");
|
|
59307
59387
|
let c = "normal";
|
|
59308
|
-
if (a.
|
|
59309
|
-
c = a.
|
|
59388
|
+
if (a.c.c(b)) {
|
|
59389
|
+
c = a.c.a(b).b;
|
|
59310
59390
|
if (c == null) {
|
|
59311
59391
|
c = "normal";
|
|
59312
59392
|
}
|
|
@@ -59315,7 +59395,7 @@ let CodeGenerationTransformer = /*@__PURE__*/ (() => {
|
|
|
59315
59395
|
return c;
|
|
59316
59396
|
}
|
|
59317
59397
|
transform(a, b, c) {
|
|
59318
|
-
let d = c.
|
|
59398
|
+
let d = c.d;
|
|
59319
59399
|
if (d == null) {
|
|
59320
59400
|
return b;
|
|
59321
59401
|
}
|