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.
@@ -327,8 +327,8 @@ export let DescriptionSerializer = /*@__PURE__*/ (() => {
327
327
  q(a, b, c) {
328
328
  c.f("{");
329
329
  c.i();
330
- c.f("\"type\": \"" + b.h + "\"");
331
- let d = b.e();
330
+ c.f("\"type\": \"" + b.i + "\"");
331
+ let d = b.f();
332
332
  for (let e = 0; e < d.count; e++) {
333
333
  let f = d._inner[e];
334
334
  if (e >= 0) {
@@ -15,22 +15,23 @@ export let DescriptionTreeAction = /*@__PURE__*/ (() => {
15
15
  constructor() {
16
16
  super(...arguments);
17
17
  this.a = 0;
18
- this.b = null;
19
18
  this.c = null;
20
- this.i = null;
19
+ this.b = null;
20
+ this.d = null;
21
+ this.j = null;
22
+ this.h = null;
21
23
  this.g = null;
22
- this.f = null;
24
+ this.f = 0;
23
25
  this.e = 0;
24
- this.d = 0;
25
26
  }
26
- h(a) {
27
- let b = this.i;
28
- if (this.c != null) {
29
- b = this.c.g(a);
27
+ i(a) {
28
+ let b = this.j;
29
+ if (this.d != null) {
30
+ b = this.d.g(a);
30
31
  }
31
32
  else {
32
33
  if (TypeDescriptionMetadata.shouldCamelize(a)) {
33
- b = TypeDescriptionMetadata.camelize(this.i);
34
+ b = TypeDescriptionMetadata.camelize(this.j);
34
35
  }
35
36
  }
36
37
  if (stringEndsWith(b, "Ref")) {
@@ -68,13 +68,13 @@ export let DescriptionTreeBuilder = /*@__PURE__*/ (() => {
68
68
  e = h;
69
69
  }
70
70
  if (key_.toLowerCase() == "type") {
71
- b.h = e;
71
+ b.i = e;
72
72
  }
73
- b.i(DescriptionTreeBuilder.c(key_), e);
73
+ b.j(DescriptionTreeBuilder.c(key_), e);
74
74
  }
75
- if (b.b("type")) {
75
+ if (b.c("type")) {
76
76
  let l = b.a("type").b;
77
- let m = b.e();
77
+ let m = b.f();
78
78
  for (let n = 0; n < m.count; n++) {
79
79
  let o = m._inner[n];
80
80
  o.a = a.getMetadata(l, o.c);
@@ -4,7 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
- import { Base, String_$type, markType } from "./type";
7
+ import { Base, typeCast, Array_$type, String_$type, markType } from "./type";
8
8
  import { List$1 } from "./List$1";
9
9
  import { DescriptionPropertyValue } from "./DescriptionPropertyValue";
10
10
  import { Dictionary$2 } from "./Dictionary$2";
@@ -15,71 +15,99 @@ export let DescriptionTreeNode = /*@__PURE__*/ (() => {
15
15
  class DescriptionTreeNode extends Base {
16
16
  constructor() {
17
17
  super();
18
- this.f = 0;
19
- this.d = new List$1(DescriptionPropertyValue.$, 0);
20
- this.c = new Dictionary$2(String_$type, DescriptionPropertyValue.$, 0);
21
- this.h = null;
22
- this.f = DescriptionTreeNode.g;
23
- DescriptionTreeNode.g++;
24
- if (DescriptionTreeNode.g >= 0x7FFFFFFFFFFFFFFF) {
25
- DescriptionTreeNode.g = 0;
18
+ this.g = 0;
19
+ this.e = new List$1(DescriptionPropertyValue.$, 0);
20
+ this.d = new Dictionary$2(String_$type, DescriptionPropertyValue.$, 0);
21
+ this.i = null;
22
+ this.g = DescriptionTreeNode.h;
23
+ DescriptionTreeNode.h++;
24
+ if (DescriptionTreeNode.h >= 0x7FFFFFFFFFFFFFFF) {
25
+ DescriptionTreeNode.h = 0;
26
26
  }
27
27
  }
28
- i(a, b) {
28
+ b() {
29
+ let a = new DescriptionTreeNode();
30
+ a.g = this.g;
31
+ a.i = this.i;
32
+ for (let b = 0; b < this.e.count; b++) {
33
+ let c = this.e._inner[b].c;
34
+ let d = this.e._inner[b].a;
35
+ let e = this.e._inner[b].b;
36
+ if (typeCast(DescriptionTreeNode.$, e) !== null) {
37
+ e = e.b();
38
+ }
39
+ if (typeCast(Array_$type, e) !== null) {
40
+ let f = e;
41
+ let g = new Array(f.length);
42
+ for (let h = 0; h < f.length; h++) {
43
+ if (typeCast(DescriptionTreeNode.$, f[h]) !== null) {
44
+ g[h] = f[h].b();
45
+ }
46
+ else {
47
+ g[h] = f[h];
48
+ }
49
+ }
50
+ e = g;
51
+ }
52
+ a.k(c, e, d);
53
+ }
54
+ return a;
55
+ }
56
+ j(a, b) {
29
57
  let c = new DescriptionPropertyValue();
30
58
  c.c = a;
31
59
  c.b = b;
32
- this.c.addItem(a.toLowerCase(), c);
33
- this.d.add(c);
60
+ this.d.addItem(a.toLowerCase(), c);
61
+ this.e.add(c);
34
62
  }
35
- j(a, b, c) {
63
+ k(a, b, c) {
36
64
  let d = new DescriptionPropertyValue();
37
65
  d.c = a;
38
66
  d.b = b;
39
67
  d.a = c;
40
- this.c.addItem(a.toLowerCase(), d);
41
- this.d.add(d);
68
+ this.d.addItem(a.toLowerCase(), d);
69
+ this.e.add(d);
42
70
  }
43
- m(a, b) {
44
- if (this.c.containsKey(a.toLowerCase())) {
45
- let c = this.c.item(a.toLowerCase());
71
+ n(a, b) {
72
+ if (this.d.containsKey(a.toLowerCase())) {
73
+ let c = this.d.item(a.toLowerCase());
46
74
  c.b = b;
47
75
  }
48
76
  else {
49
- this.i(a, b);
77
+ this.j(a, b);
50
78
  }
51
79
  }
52
- n(a, b, c) {
53
- if (this.c.containsKey(a.toLowerCase())) {
54
- let d = this.c.item(a.toLowerCase());
80
+ o(a, b, c) {
81
+ if (this.d.containsKey(a.toLowerCase())) {
82
+ let d = this.d.item(a.toLowerCase());
55
83
  d.b = b;
56
84
  }
57
85
  else {
58
- this.j(a, b, c);
86
+ this.k(a, b, c);
59
87
  }
60
88
  }
61
89
  a(a) {
62
- return this.c.item(a.toLowerCase());
90
+ return this.d.item(a.toLowerCase());
63
91
  }
64
- b(a) {
65
- return this.c.containsKey(a.toLowerCase());
92
+ c(a) {
93
+ return this.d.containsKey(a.toLowerCase());
66
94
  }
67
- l(a) {
68
- if (this.c.containsKey(a.toLowerCase())) {
69
- let b = this.c.item(a.toLowerCase());
70
- this.c.removeItem(a.toLowerCase());
71
- this.d.remove(b);
95
+ m(a) {
96
+ if (this.d.containsKey(a.toLowerCase())) {
97
+ let b = this.d.item(a.toLowerCase());
98
+ this.d.removeItem(a.toLowerCase());
99
+ this.e.remove(b);
72
100
  }
73
101
  }
74
- k() {
75
- this.c.clear();
102
+ l() {
76
103
  this.d.clear();
104
+ this.e.clear();
77
105
  }
78
- e() {
79
- return this.d;
106
+ f() {
107
+ return this.e;
80
108
  }
81
109
  }
82
110
  DescriptionTreeNode.$t = markType(DescriptionTreeNode, 'DescriptionTreeNode');
83
- DescriptionTreeNode.g = 0;
111
+ DescriptionTreeNode.h = 0;
84
112
  return DescriptionTreeNode;
85
113
  })();