igniteui-angular-core 13.2.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 +1513 -1158
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm2015/lib/CanvasViewRenderer.js +1 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +382 -314
- package/esm2015/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererModuleEmitter.js +14 -11
- package/esm2015/lib/CodeGeneratingRendererResult.js +56 -44
- package/esm2015/lib/CodeGenerationFolderTemplate.js +41 -37
- package/esm2015/lib/CodeGenerationTransformer.js +19 -19
- package/esm2015/lib/ComponentRendererAdapter.js +3 -0
- package/esm2015/lib/ComponentRenderer_combined.js +178 -169
- package/esm2015/lib/DescriptionSerializer.js +72 -58
- 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/DotNetCodeGeneratingComponentRendererModuleEmitter.js +24 -22
- package/esm2015/lib/IgcSliderBridge.js +38 -12
- package/esm2015/lib/NativeUIInputsFactory.js +1 -0
- package/esm2015/lib/NativeUISlider.js +24 -10
- package/esm2015/lib/StackedFragmentSeriesDescription.js +121 -121
- package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +36 -34
- package/esm2015/lib/TypeDescriptionPropretyTransforms.js +49 -25
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescription.js +3 -3
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +3 -1
- package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescription.js +36 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +38 -0
- package/esm2015/lib/componentUtil.js +4 -1
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm5/lib/CanvasViewRenderer.js +1 -1
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +449 -363
- package/esm5/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingComponentRendererModuleEmitter.js +18 -11
- package/esm5/lib/CodeGeneratingRendererResult.js +95 -66
- package/esm5/lib/CodeGenerationFolderTemplate.js +40 -36
- package/esm5/lib/CodeGenerationTransformer.js +19 -19
- package/esm5/lib/ComponentRendererAdapter.js +3 -0
- package/esm5/lib/ComponentRenderer_combined.js +184 -175
- package/esm5/lib/DescriptionSerializer.js +72 -58
- 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/DotNetCodeGeneratingComponentRendererModuleEmitter.js +24 -22
- package/esm5/lib/IgcSliderBridge.js +38 -12
- package/esm5/lib/NativeUIInputsFactory.js +1 -0
- package/esm5/lib/NativeUISlider.js +23 -5
- package/esm5/lib/StackedFragmentSeriesDescription.js +120 -120
- package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +36 -34
- package/esm5/lib/TypeDescriptionPropretyTransforms.js +49 -25
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescription.js +2 -2
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +3 -1
- package/esm5/lib/WebTreeSelectionOptionsEventDetailDescription.js +46 -0
- package/esm5/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +42 -0
- package/esm5/lib/componentUtil.js +4 -1
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-core.js +1385 -1085
- package/fesm5/igniteui-angular-core.js +1512 -1159
- package/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.d.ts +3 -3
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +120 -114
- package/lib/CodeGeneratingComponentRendererModuleEmitter.d.ts +6 -5
- package/lib/CodeGeneratingRendererResult.d.ts +15 -12
- package/lib/DescriptionSerializer.d.ts +7 -6
- package/lib/DescriptionTreeAction.d.ts +6 -5
- package/lib/DescriptionTreeNode.d.ts +13 -12
- package/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.d.ts +7 -7
- package/lib/IgcSliderBridge.d.ts +7 -3
- package/lib/NativeUISlider.d.ts +9 -6
- package/lib/StackedFragmentSeriesDescription.d.ts +46 -46
- package/lib/TSCodeGeneratingComponentRendererModuleEmitter.d.ts +7 -7
- package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +3 -3
- package/lib/WebTreeSelectionOptionsEventDetailDescription.d.ts +17 -0
- package/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.d.ts +13 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -23,13 +23,13 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
23
23
|
let e = b._inner[d];
|
|
24
24
|
switch (e.a) {
|
|
25
25
|
case 0:
|
|
26
|
-
if (typeCast(DescriptionTreeNode.$, e.
|
|
27
|
-
let f = e.g
|
|
26
|
+
if (typeCast(DescriptionTreeNode.$, e.h) !== null) {
|
|
27
|
+
let f = e.h.g;
|
|
28
28
|
c.a.add_1(f);
|
|
29
29
|
}
|
|
30
|
-
e.
|
|
31
|
-
if (typeCast(DescriptionTreeNode.$, e.
|
|
32
|
-
let g = e.
|
|
30
|
+
e.c.o(e.j, e.g, e.d);
|
|
31
|
+
if (typeCast(DescriptionTreeNode.$, e.g) !== null) {
|
|
32
|
+
let g = e.g.g;
|
|
33
33
|
if (c.a.contains(g)) {
|
|
34
34
|
c.a.remove(g);
|
|
35
35
|
}
|
|
@@ -37,23 +37,23 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
37
37
|
}
|
|
38
38
|
break;
|
|
39
39
|
case 1:
|
|
40
|
-
if (typeCast(DescriptionTreeNode.$, e.
|
|
41
|
-
let h = e.g
|
|
40
|
+
if (typeCast(DescriptionTreeNode.$, e.h) !== null) {
|
|
41
|
+
let h = e.h.g;
|
|
42
42
|
c.a.add_1(h);
|
|
43
43
|
}
|
|
44
|
-
e.
|
|
44
|
+
e.c.m(e.j);
|
|
45
45
|
break;
|
|
46
46
|
case 3:
|
|
47
47
|
{
|
|
48
|
-
let i = e.
|
|
49
|
-
let j = i[e.
|
|
48
|
+
let i = e.c.a(e.j).b;
|
|
49
|
+
let j = i[e.f];
|
|
50
50
|
if (typeCast(DescriptionTreeNode.$, j) !== null) {
|
|
51
|
-
let k = j.
|
|
51
|
+
let k = j.g;
|
|
52
52
|
c.a.add_1(k);
|
|
53
53
|
}
|
|
54
|
-
i[e.
|
|
55
|
-
if (typeCast(DescriptionTreeNode.$, e.
|
|
56
|
-
let l = e.
|
|
54
|
+
i[e.f] = e.g;
|
|
55
|
+
if (typeCast(DescriptionTreeNode.$, e.g) !== null) {
|
|
56
|
+
let l = e.g.g;
|
|
57
57
|
if (c.a.contains(l)) {
|
|
58
58
|
c.a.remove(l);
|
|
59
59
|
}
|
|
@@ -63,44 +63,44 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
63
63
|
break;
|
|
64
64
|
case 4:
|
|
65
65
|
{
|
|
66
|
-
let m = e.
|
|
67
|
-
let n = m[e.
|
|
66
|
+
let m = e.c.a(e.j).b;
|
|
67
|
+
let n = m[e.f];
|
|
68
68
|
if (typeCast(DescriptionTreeNode.$, n) !== null) {
|
|
69
|
-
let o = n.
|
|
69
|
+
let o = n.g;
|
|
70
70
|
c.a.add_1(o);
|
|
71
71
|
}
|
|
72
72
|
let p = new Array(m.length - 1);
|
|
73
73
|
let q = 0;
|
|
74
74
|
for (let r = 0; r < m.length; r++) {
|
|
75
|
-
if (r != e.
|
|
75
|
+
if (r != e.f) {
|
|
76
76
|
p[q] = m[r];
|
|
77
77
|
q++;
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
-
e.
|
|
80
|
+
e.c.n(e.j, p);
|
|
81
81
|
}
|
|
82
82
|
break;
|
|
83
83
|
case 2:
|
|
84
84
|
{
|
|
85
|
-
if (e.
|
|
85
|
+
if (e.c == null && a == null) {
|
|
86
86
|
c.d.add(e);
|
|
87
87
|
}
|
|
88
88
|
else {
|
|
89
|
-
let s = e.
|
|
89
|
+
let s = e.c.a(e.j).b;
|
|
90
90
|
let t = new Array(s.length + 1);
|
|
91
91
|
let u = 0;
|
|
92
92
|
for (let v = 0; v < t.length; v++) {
|
|
93
|
-
if (v == e.
|
|
94
|
-
t[v] = e.
|
|
93
|
+
if (v == e.e) {
|
|
94
|
+
t[v] = e.g;
|
|
95
95
|
}
|
|
96
96
|
else {
|
|
97
97
|
t[v] = s[u];
|
|
98
98
|
u++;
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
|
-
e.
|
|
102
|
-
if (typeCast(DescriptionTreeNode.$, e.
|
|
103
|
-
let w = e.
|
|
101
|
+
e.c.n(e.j, t);
|
|
102
|
+
if (typeCast(DescriptionTreeNode.$, e.g) !== null) {
|
|
103
|
+
let w = e.g.g;
|
|
104
104
|
if (c.a.contains(w)) {
|
|
105
105
|
c.a.remove(w);
|
|
106
106
|
}
|
|
@@ -111,15 +111,15 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
111
111
|
break;
|
|
112
112
|
case 5:
|
|
113
113
|
{
|
|
114
|
-
let x = e.
|
|
114
|
+
let x = e.c.a(e.j).b;
|
|
115
115
|
for (let y = 0; y < x.length; y++) {
|
|
116
116
|
let z = x[y];
|
|
117
117
|
if (typeCast(DescriptionTreeNode.$, z) !== null) {
|
|
118
|
-
let aa = z.
|
|
118
|
+
let aa = z.g;
|
|
119
119
|
c.a.add_1(aa);
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
|
-
e.
|
|
122
|
+
e.c.n(e.j, []);
|
|
123
123
|
}
|
|
124
124
|
break;
|
|
125
125
|
}
|
|
@@ -134,31 +134,31 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
134
134
|
if (a != null && b == null) {
|
|
135
135
|
let e = new DescriptionTreeAction();
|
|
136
136
|
e.a = 4;
|
|
137
|
-
e.
|
|
138
|
-
e.
|
|
139
|
-
e.
|
|
140
|
-
e.
|
|
137
|
+
e.f = 0;
|
|
138
|
+
e.h = a;
|
|
139
|
+
e.d = null;
|
|
140
|
+
e.j = null;
|
|
141
141
|
d.add(e);
|
|
142
142
|
return d;
|
|
143
143
|
}
|
|
144
144
|
if (a == null && b != null) {
|
|
145
145
|
let f = new DescriptionTreeAction();
|
|
146
146
|
f.a = 2;
|
|
147
|
-
f.
|
|
148
|
-
f.
|
|
149
|
-
f.
|
|
150
|
-
f.
|
|
147
|
+
f.f = 0;
|
|
148
|
+
f.g = b;
|
|
149
|
+
f.d = null;
|
|
150
|
+
f.j = null;
|
|
151
151
|
d.add(f);
|
|
152
152
|
return d;
|
|
153
153
|
}
|
|
154
|
-
if (b.
|
|
154
|
+
if (b.i != a.i) {
|
|
155
155
|
let g = new DescriptionTreeAction();
|
|
156
156
|
g.a = 3;
|
|
157
|
-
g.
|
|
158
|
-
g.
|
|
159
|
-
g.
|
|
160
|
-
g.
|
|
161
|
-
g.
|
|
157
|
+
g.f = 0;
|
|
158
|
+
g.h = a;
|
|
159
|
+
g.g = b;
|
|
160
|
+
g.d = null;
|
|
161
|
+
g.j = null;
|
|
162
162
|
d.add(g);
|
|
163
163
|
return d;
|
|
164
164
|
}
|
|
@@ -166,7 +166,7 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
166
166
|
return d;
|
|
167
167
|
}
|
|
168
168
|
static g(a, b, c, d) {
|
|
169
|
-
c.
|
|
169
|
+
c.g = b.g;
|
|
170
170
|
let e = DescriptionTreeReconciler.e(b);
|
|
171
171
|
let f = DescriptionTreeReconciler.e(c);
|
|
172
172
|
let g = new List$1(DescriptionPropertyValue.$, 0);
|
|
@@ -174,14 +174,14 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
174
174
|
let i = new List$1(DescriptionPropertyValue.$, 0);
|
|
175
175
|
for (let j = 0; j < e.count; j++) {
|
|
176
176
|
let k = e._inner[j];
|
|
177
|
-
if (c.
|
|
177
|
+
if (c.c(k.c)) {
|
|
178
178
|
if (!Base.equalsStatic(k, c.a(k.c))) {
|
|
179
179
|
let l = c.a(k.c);
|
|
180
180
|
if (typeCast(DescriptionTreeNode.$, k.b) !== null && typeCast(DescriptionTreeNode.$, l.b) !== null) {
|
|
181
181
|
let m = k.b;
|
|
182
182
|
let n = l.b;
|
|
183
|
-
if (m.
|
|
184
|
-
if ((!m.
|
|
183
|
+
if (m.i == n.i) {
|
|
184
|
+
if ((!m.c("Name") && !n.c("Name")) || (m.c("Name") && n.c("Name") && (m.a("Name").b == n.a("Name").b))) {
|
|
185
185
|
DescriptionTreeReconciler.g(a, m, n, d);
|
|
186
186
|
}
|
|
187
187
|
else {
|
|
@@ -205,29 +205,31 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
205
205
|
}
|
|
206
206
|
for (let o = 0; o < f.count; o++) {
|
|
207
207
|
let p = f._inner[o];
|
|
208
|
-
if (!b.
|
|
208
|
+
if (!b.c(p.c)) {
|
|
209
209
|
h.add(p);
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
for (let q = 0; q < g.count; q++) {
|
|
213
213
|
let r = g._inner[q];
|
|
214
214
|
let s = new DescriptionTreeAction();
|
|
215
|
-
s.
|
|
215
|
+
s.c = b;
|
|
216
|
+
s.b = c;
|
|
216
217
|
s.a = 1;
|
|
217
|
-
s.
|
|
218
|
-
s.
|
|
219
|
-
s.
|
|
218
|
+
s.j = r.c;
|
|
219
|
+
s.d = r.a;
|
|
220
|
+
s.h = r.b;
|
|
220
221
|
a.add(s);
|
|
221
222
|
}
|
|
222
223
|
for (let t = 0; t < h.count; t++) {
|
|
223
224
|
let u = h._inner[t];
|
|
224
225
|
let v = new DescriptionTreeAction();
|
|
225
|
-
v.
|
|
226
|
+
v.c = b;
|
|
227
|
+
v.b = c;
|
|
226
228
|
v.a = 0;
|
|
227
|
-
v.
|
|
228
|
-
v.
|
|
229
|
-
v.
|
|
230
|
-
v.
|
|
229
|
+
v.j = u.c;
|
|
230
|
+
v.d = u.a;
|
|
231
|
+
v.g = u.b;
|
|
232
|
+
v.h = null;
|
|
231
233
|
a.add(v);
|
|
232
234
|
}
|
|
233
235
|
for (let w = 0; w < i.count; w++) {
|
|
@@ -236,12 +238,13 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
236
238
|
let z = x.b;
|
|
237
239
|
if (!Base.equalsStatic(z, y)) {
|
|
238
240
|
let aa = new DescriptionTreeAction();
|
|
239
|
-
aa.
|
|
241
|
+
aa.c = b;
|
|
242
|
+
aa.b = c;
|
|
240
243
|
aa.a = 0;
|
|
241
|
-
aa.
|
|
242
|
-
aa.
|
|
243
|
-
aa.
|
|
244
|
-
aa.
|
|
244
|
+
aa.j = x.c;
|
|
245
|
+
aa.d = x.a;
|
|
246
|
+
aa.g = x.b;
|
|
247
|
+
aa.h = b.a(x.c).b;
|
|
245
248
|
a.add(aa);
|
|
246
249
|
}
|
|
247
250
|
}
|
|
@@ -252,7 +255,7 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
252
255
|
let af = new List$1(DescriptionPropertyValue.$, 0);
|
|
253
256
|
for (let ag = 0; ag < ab.count; ag++) {
|
|
254
257
|
let ah = ab._inner[ag];
|
|
255
|
-
if (c.
|
|
258
|
+
if (c.c(ah.c)) {
|
|
256
259
|
if (!DescriptionTreeReconciler.b(ah.b, c.a(ah.c).b)) {
|
|
257
260
|
af.add(c.a(ah.c));
|
|
258
261
|
}
|
|
@@ -265,33 +268,35 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
265
268
|
if (typeCast(DescriptionTreeNode.$, al) !== null && typeCast(DescriptionTreeNode.$, am) !== null) {
|
|
266
269
|
let an = al;
|
|
267
270
|
let ao = am;
|
|
268
|
-
if (an.
|
|
271
|
+
if (an.i == ao.i) {
|
|
269
272
|
DescriptionTreeReconciler.g(a, an, ao, d);
|
|
270
273
|
}
|
|
271
274
|
else {
|
|
272
275
|
let ap = new DescriptionTreeAction();
|
|
273
|
-
ap.
|
|
274
|
-
ap.
|
|
275
|
-
ap.
|
|
276
|
+
ap.j = ah.c;
|
|
277
|
+
ap.d = ah.a;
|
|
278
|
+
ap.c = b;
|
|
279
|
+
ap.b = c;
|
|
276
280
|
ap.a = 3;
|
|
281
|
+
ap.f = ak;
|
|
277
282
|
ap.e = ak;
|
|
278
|
-
ap.
|
|
279
|
-
ap.g =
|
|
280
|
-
ap.f = ao;
|
|
283
|
+
ap.h = an;
|
|
284
|
+
ap.g = ao;
|
|
281
285
|
a.add(ap);
|
|
282
286
|
}
|
|
283
287
|
}
|
|
284
288
|
else {
|
|
285
289
|
if (!Base.equalsStatic(al, am)) {
|
|
286
290
|
let aq = new DescriptionTreeAction();
|
|
287
|
-
aq.
|
|
288
|
-
aq.
|
|
289
|
-
aq.
|
|
291
|
+
aq.j = ah.c;
|
|
292
|
+
aq.d = ah.a;
|
|
293
|
+
aq.c = b;
|
|
294
|
+
aq.b = c;
|
|
290
295
|
aq.a = 3;
|
|
296
|
+
aq.f = ak;
|
|
291
297
|
aq.e = ak;
|
|
292
|
-
aq.
|
|
293
|
-
aq.g =
|
|
294
|
-
aq.f = am;
|
|
298
|
+
aq.h = al;
|
|
299
|
+
aq.g = am;
|
|
295
300
|
a.add(aq);
|
|
296
301
|
}
|
|
297
302
|
}
|
|
@@ -306,29 +311,31 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
306
311
|
}
|
|
307
312
|
for (let ar = 0; ar < ac.count; ar++) {
|
|
308
313
|
let as = ac._inner[ar];
|
|
309
|
-
if (!b.
|
|
314
|
+
if (!b.c(as.c)) {
|
|
310
315
|
ae.add(as);
|
|
311
316
|
}
|
|
312
317
|
}
|
|
313
318
|
for (let at = 0; at < ad.count; at++) {
|
|
314
319
|
let au = ad._inner[at];
|
|
315
320
|
let av = new DescriptionTreeAction();
|
|
316
|
-
av.
|
|
317
|
-
av.
|
|
318
|
-
av.
|
|
321
|
+
av.c = b;
|
|
322
|
+
av.b = c;
|
|
323
|
+
av.j = au.c;
|
|
324
|
+
av.d = au.a;
|
|
319
325
|
av.a = 5;
|
|
320
|
-
av.
|
|
326
|
+
av.h = au.b;
|
|
321
327
|
a.add(av);
|
|
322
328
|
}
|
|
323
329
|
for (let aw = 0; aw < ae.count; aw++) {
|
|
324
330
|
let ax = ae._inner[aw];
|
|
325
331
|
let ay = new DescriptionTreeAction();
|
|
326
|
-
ay.
|
|
327
|
-
ay.
|
|
328
|
-
ay.
|
|
332
|
+
ay.c = b;
|
|
333
|
+
ay.b = c;
|
|
334
|
+
ay.j = ax.c;
|
|
335
|
+
ay.d = ax.a;
|
|
329
336
|
ay.a = 0;
|
|
330
|
-
ay.
|
|
331
|
-
ay.
|
|
337
|
+
ay.h = null;
|
|
338
|
+
ay.g = ax.b;
|
|
332
339
|
a.add(ay);
|
|
333
340
|
}
|
|
334
341
|
for (let az = 0; az < af.count; az++) {
|
|
@@ -339,7 +346,7 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
339
346
|
if (a == null) {
|
|
340
347
|
return "UNKOWN";
|
|
341
348
|
}
|
|
342
|
-
if (!a.
|
|
349
|
+
if (!a.c("Type")) {
|
|
343
350
|
return "UNKOWN";
|
|
344
351
|
}
|
|
345
352
|
return a.a("Type").b;
|
|
@@ -351,10 +358,10 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
351
358
|
if (h.length > 0) {
|
|
352
359
|
if (typeCast(DescriptionTreeNode.$, h[0]) !== null) {
|
|
353
360
|
let j = h[0];
|
|
354
|
-
if (j.
|
|
361
|
+
if (j.c("Name") && j.a("Name") != null) {
|
|
355
362
|
g = true;
|
|
356
363
|
}
|
|
357
|
-
if (j.
|
|
364
|
+
if (j.c("RefType") && j.a("RefType").b == "uuid") {
|
|
358
365
|
g = true;
|
|
359
366
|
}
|
|
360
367
|
}
|
|
@@ -362,10 +369,10 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
362
369
|
if (i.length > 0) {
|
|
363
370
|
if (typeCast(DescriptionTreeNode.$, i[0]) !== null) {
|
|
364
371
|
let k = i[0];
|
|
365
|
-
if (k.
|
|
372
|
+
if (k.c("Name") && k.a("Name") != null) {
|
|
366
373
|
g = true;
|
|
367
374
|
}
|
|
368
|
-
if (k.
|
|
375
|
+
if (k.c("RefType") && k.a("RefType").b == "uuid") {
|
|
369
376
|
g = true;
|
|
370
377
|
}
|
|
371
378
|
}
|
|
@@ -380,7 +387,7 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
380
387
|
let r = new DescriptionTreeReconciler_TreeModeData();
|
|
381
388
|
r.a = h[q];
|
|
382
389
|
r.d = q;
|
|
383
|
-
r.f = r.a.
|
|
390
|
+
r.f = r.a.c("Name") ? r.a.a("Name").b : r.a.c("RefType") ? r.a.a("Value").b : null;
|
|
384
391
|
if (r.f == null) {
|
|
385
392
|
r.f = "BADKEY_" + p.toString();
|
|
386
393
|
p++;
|
|
@@ -392,7 +399,7 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
392
399
|
let t = new DescriptionTreeReconciler_TreeModeData();
|
|
393
400
|
t.a = i[s];
|
|
394
401
|
t.d = s;
|
|
395
|
-
t.f = t.a.
|
|
402
|
+
t.f = t.a.c("Name") ? t.a.a("Name").b : t.a.c("RefType") ? t.a.a("Value").b : null;
|
|
396
403
|
if (t.f == null) {
|
|
397
404
|
t.f = "BADKEY_" + p.toString();
|
|
398
405
|
p++;
|
|
@@ -419,12 +426,13 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
419
426
|
let z = m._inner[y];
|
|
420
427
|
if (z.c) {
|
|
421
428
|
let aa = new DescriptionTreeAction();
|
|
422
|
-
aa.
|
|
423
|
-
aa.
|
|
424
|
-
aa.
|
|
425
|
-
aa.
|
|
429
|
+
aa.j = e.c;
|
|
430
|
+
aa.c = b;
|
|
431
|
+
aa.b = c;
|
|
432
|
+
aa.d = e.a;
|
|
433
|
+
aa.f = z.d;
|
|
426
434
|
aa.a = 4;
|
|
427
|
-
aa.
|
|
435
|
+
aa.h = z.a;
|
|
428
436
|
a.add(aa);
|
|
429
437
|
for (let ab = y + 1; ab < m.count; ab++) {
|
|
430
438
|
let ac = m._inner[ab];
|
|
@@ -436,12 +444,13 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
436
444
|
let ae = o._inner[ad];
|
|
437
445
|
if (ae.b) {
|
|
438
446
|
let af = new DescriptionTreeAction();
|
|
439
|
-
af.
|
|
440
|
-
af.
|
|
441
|
-
af.
|
|
442
|
-
af.d =
|
|
447
|
+
af.j = e.c;
|
|
448
|
+
af.c = b;
|
|
449
|
+
af.b = c;
|
|
450
|
+
af.d = e.a;
|
|
451
|
+
af.e = ad;
|
|
443
452
|
af.a = 2;
|
|
444
|
-
af.
|
|
453
|
+
af.g = i[ad];
|
|
445
454
|
a.add(af);
|
|
446
455
|
for (let ag = 0; ag < m.count; ag++) {
|
|
447
456
|
let ah = m._inner[ag];
|
|
@@ -457,12 +466,13 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
457
466
|
continue;
|
|
458
467
|
}
|
|
459
468
|
let aj = new DescriptionTreeAction();
|
|
460
|
-
aj.
|
|
461
|
-
aj.
|
|
462
|
-
aj.
|
|
463
|
-
aj.
|
|
469
|
+
aj.j = e.c;
|
|
470
|
+
aj.c = b;
|
|
471
|
+
aj.b = c;
|
|
472
|
+
aj.d = e.a;
|
|
473
|
+
aj.f = ai.d;
|
|
464
474
|
aj.a = 4;
|
|
465
|
-
aj.
|
|
475
|
+
aj.h = ai.a;
|
|
466
476
|
a.add(aj);
|
|
467
477
|
for (let ak = 0; ak < m.count; ak++) {
|
|
468
478
|
let al = m._inner[ak];
|
|
@@ -471,12 +481,13 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
471
481
|
}
|
|
472
482
|
}
|
|
473
483
|
aj = new DescriptionTreeAction();
|
|
474
|
-
aj.
|
|
475
|
-
aj.
|
|
476
|
-
aj.
|
|
477
|
-
aj.d =
|
|
484
|
+
aj.j = e.c;
|
|
485
|
+
aj.c = b;
|
|
486
|
+
aj.b = c;
|
|
487
|
+
aj.d = e.a;
|
|
488
|
+
aj.e = ai.e;
|
|
478
489
|
aj.a = 2;
|
|
479
|
-
aj.
|
|
490
|
+
aj.g = ai.a;
|
|
480
491
|
a.add(aj);
|
|
481
492
|
ai.d = ai.e;
|
|
482
493
|
for (let am = 0; am < m.count; am++) {
|
|
@@ -494,22 +505,24 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
494
505
|
for (let ap = 0; ap < ao; ap++) {
|
|
495
506
|
if (ap >= h.length) {
|
|
496
507
|
let aq = new DescriptionTreeAction();
|
|
497
|
-
aq.
|
|
498
|
-
aq.
|
|
499
|
-
aq.
|
|
500
|
-
aq.d =
|
|
508
|
+
aq.j = e.c;
|
|
509
|
+
aq.c = b;
|
|
510
|
+
aq.b = c;
|
|
511
|
+
aq.d = e.a;
|
|
512
|
+
aq.e = ap;
|
|
501
513
|
aq.a = 2;
|
|
502
|
-
aq.
|
|
514
|
+
aq.g = i[ap];
|
|
503
515
|
a.add(aq);
|
|
504
516
|
}
|
|
505
517
|
else if (ap >= i.length) {
|
|
506
518
|
let ar = new DescriptionTreeAction();
|
|
507
|
-
ar.
|
|
508
|
-
ar.
|
|
509
|
-
ar.
|
|
510
|
-
ar.
|
|
519
|
+
ar.j = e.c;
|
|
520
|
+
ar.c = b;
|
|
521
|
+
ar.b = c;
|
|
522
|
+
ar.d = e.a;
|
|
523
|
+
ar.f = i.length;
|
|
511
524
|
ar.a = 4;
|
|
512
|
-
ar.
|
|
525
|
+
ar.h = h[ap];
|
|
513
526
|
a.add(ar);
|
|
514
527
|
}
|
|
515
528
|
else {
|
|
@@ -518,31 +531,33 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
518
531
|
if (typeCast(DescriptionTreeNode.$, as) !== null && typeCast(DescriptionTreeNode.$, at) !== null) {
|
|
519
532
|
let au = as;
|
|
520
533
|
let av = at;
|
|
521
|
-
if (au.
|
|
534
|
+
if (au.i == av.i) {
|
|
522
535
|
DescriptionTreeReconciler.g(a, au, av, f);
|
|
523
536
|
}
|
|
524
537
|
else {
|
|
525
538
|
let aw = new DescriptionTreeAction();
|
|
526
|
-
aw.
|
|
527
|
-
aw.
|
|
528
|
-
aw.
|
|
529
|
-
aw.
|
|
539
|
+
aw.j = e.c;
|
|
540
|
+
aw.c = b;
|
|
541
|
+
aw.b = c;
|
|
542
|
+
aw.d = e.a;
|
|
543
|
+
aw.f = ap;
|
|
530
544
|
aw.a = 3;
|
|
531
|
-
aw.
|
|
532
|
-
aw.
|
|
545
|
+
aw.h = h[ap];
|
|
546
|
+
aw.g = i[ap];
|
|
533
547
|
a.add(aw);
|
|
534
548
|
}
|
|
535
549
|
}
|
|
536
550
|
else {
|
|
537
551
|
if (!Base.equalsStatic(as, at)) {
|
|
538
552
|
let ax = new DescriptionTreeAction();
|
|
539
|
-
ax.
|
|
540
|
-
ax.
|
|
541
|
-
ax.
|
|
542
|
-
ax.
|
|
553
|
+
ax.j = e.c;
|
|
554
|
+
ax.c = b;
|
|
555
|
+
ax.b = c;
|
|
556
|
+
ax.d = e.a;
|
|
557
|
+
ax.f = ap;
|
|
543
558
|
ax.a = 3;
|
|
544
|
-
ax.
|
|
545
|
-
ax.
|
|
559
|
+
ax.h = h[ap];
|
|
560
|
+
ax.g = i[ap];
|
|
546
561
|
a.add(ax);
|
|
547
562
|
}
|
|
548
563
|
}
|
|
@@ -574,11 +589,11 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
574
589
|
if (typeCast(DescriptionTreeNode.$, f) !== null) {
|
|
575
590
|
let h = f;
|
|
576
591
|
let i = g;
|
|
577
|
-
if (h.
|
|
592
|
+
if (h.i != i.i) {
|
|
578
593
|
return false;
|
|
579
594
|
}
|
|
580
|
-
let j = h.
|
|
581
|
-
let k = i.
|
|
595
|
+
let j = h.c("Name") ? h.a("Name").b : null;
|
|
596
|
+
let k = i.c("Name") ? i.a("Name").b : null;
|
|
582
597
|
if (!Base.equalsStatic(j, k)) {
|
|
583
598
|
return false;
|
|
584
599
|
}
|
|
@@ -593,7 +608,7 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
593
608
|
}
|
|
594
609
|
static e(a) {
|
|
595
610
|
let b = new List$1(DescriptionPropertyValue.$, 0);
|
|
596
|
-
let c = a.
|
|
611
|
+
let c = a.f();
|
|
597
612
|
for (let d = 0; d < c.count; d++) {
|
|
598
613
|
let e = c._inner[d];
|
|
599
614
|
if (e.a != null && e.a.knownType != 10 && e.a.knownType != 9) {
|
|
@@ -604,7 +619,7 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
|
|
|
604
619
|
}
|
|
605
620
|
static d(a) {
|
|
606
621
|
let b = new List$1(DescriptionPropertyValue.$, 0);
|
|
607
|
-
let c = a.
|
|
622
|
+
let c = a.f();
|
|
608
623
|
for (let d = 0; d < c.count; d++) {
|
|
609
624
|
let e = c._inner[d];
|
|
610
625
|
if (e.a != null && (e.a.knownType == 10 || e.a.knownType == 9)) {
|