igniteui-angular-inputs 17.3.1-alpha.0 → 18.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-inputs.umd.js +213 -199
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/CalendarView_combined.js +2 -0
- package/esm2015/lib/IconView_combined.js +207 -198
- package/esm2015/lib/XIconBridge.js +3 -0
- package/esm2015/lib/XIconButtonBridge.js +1 -1
- package/esm5/lib/CalendarView_combined.js +2 -0
- package/esm5/lib/IconView_combined.js +204 -195
- package/esm5/lib/XIconBridge.js +3 -0
- package/esm5/lib/XIconButtonBridge.js +1 -1
- package/fesm2015/igniteui-angular-inputs.js +210 -196
- package/fesm5/igniteui-angular-inputs.js +213 -199
- package/lib/IconView_combined.d.ts +33 -36
- package/package.json +5 -5
|
@@ -29,165 +29,157 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
29
29
|
class IconView extends Base {
|
|
30
30
|
constructor() {
|
|
31
31
|
super();
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
32
|
+
this.c = null;
|
|
33
|
+
this.s = null;
|
|
34
|
+
this.f = null;
|
|
35
|
+
this.l = new List$1(Delegate_$type, 0);
|
|
36
|
+
this.n = null;
|
|
36
37
|
this.o = null;
|
|
37
38
|
this.p = null;
|
|
38
39
|
this.q = null;
|
|
39
40
|
this.r = null;
|
|
40
|
-
this.
|
|
41
|
+
this.d = null;
|
|
41
42
|
this.e = null;
|
|
42
|
-
this.
|
|
43
|
-
this.
|
|
44
|
-
this.
|
|
45
|
-
this.aa = null;
|
|
46
|
-
this.z = null;
|
|
47
|
-
this.l = new Dictionary$2(Brush.$, String_$type, 0);
|
|
48
|
-
this.h = true;
|
|
49
|
-
this.w = null;
|
|
43
|
+
this.y = null;
|
|
44
|
+
this.k = new Dictionary$2(Brush.$, String_$type, 0);
|
|
45
|
+
this.g = true;
|
|
50
46
|
this.v = null;
|
|
51
47
|
this.u = null;
|
|
52
|
-
this.
|
|
48
|
+
this.t = null;
|
|
49
|
+
this.m = new List$1(DomWrapper_$type, 0);
|
|
50
|
+
this.n = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
53
51
|
this.o = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
54
52
|
this.p = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
55
53
|
this.q = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
56
54
|
this.r = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
57
|
-
this.
|
|
55
|
+
this.d = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
|
|
58
56
|
this.e = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
|
|
59
|
-
this.f = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
|
|
60
57
|
}
|
|
61
|
-
|
|
58
|
+
ag() {
|
|
62
59
|
}
|
|
63
|
-
|
|
60
|
+
i() {
|
|
64
61
|
return true;
|
|
65
62
|
}
|
|
66
|
-
get
|
|
67
|
-
return this.
|
|
63
|
+
get w() {
|
|
64
|
+
return this.v;
|
|
68
65
|
}
|
|
69
|
-
get
|
|
66
|
+
get x() {
|
|
70
67
|
return null;
|
|
71
68
|
}
|
|
72
|
-
get
|
|
73
|
-
return this.
|
|
69
|
+
get b() {
|
|
70
|
+
return this.m.toArray();
|
|
74
71
|
}
|
|
75
|
-
get
|
|
72
|
+
get j() {
|
|
76
73
|
return true;
|
|
77
74
|
}
|
|
78
|
-
|
|
75
|
+
ae(a) {
|
|
79
76
|
if (a == null) {
|
|
80
|
-
for (let b of fromEnum(this.
|
|
77
|
+
for (let b of fromEnum(this.l)) {
|
|
81
78
|
b();
|
|
82
79
|
}
|
|
83
|
-
this.
|
|
84
|
-
if (this.w != null) {
|
|
85
|
-
this.w.unlistenAll();
|
|
86
|
-
}
|
|
80
|
+
this.l.clear();
|
|
87
81
|
if (this.v != null) {
|
|
88
82
|
this.v.unlistenAll();
|
|
89
83
|
}
|
|
84
|
+
if (this.u != null) {
|
|
85
|
+
this.u.unlistenAll();
|
|
86
|
+
}
|
|
90
87
|
}
|
|
91
|
-
this.
|
|
88
|
+
this.s = a;
|
|
92
89
|
a.rootWrapper.setStyleProperty("position", "relative");
|
|
93
|
-
this.
|
|
94
|
-
this.
|
|
95
|
-
this.
|
|
96
|
-
this.
|
|
97
|
-
this.
|
|
98
|
-
this.
|
|
99
|
-
let c = this.
|
|
90
|
+
this.s.rootWrapper.setStyleProperty("display", "flex");
|
|
91
|
+
this.s.rootWrapper.setStyleProperty("flex-direction", "row");
|
|
92
|
+
this.s.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
|
|
93
|
+
this.s.rootWrapper.setStyleProperty("align-items", "center");
|
|
94
|
+
this.s.rootWrapper.setStyleProperty("justify-content", "center");
|
|
95
|
+
this.am();
|
|
96
|
+
let c = this.s.createElementNS("svg", "http://www.w3.org/2000/svg");
|
|
100
97
|
c.setStyleProperty("position", "absolute");
|
|
101
98
|
c.setStyleProperty("top", "0");
|
|
102
99
|
c.setStyleProperty("left", "0");
|
|
103
100
|
c.setStyleProperty("right", "0");
|
|
104
101
|
c.setStyleProperty("bottom", "0");
|
|
105
|
-
this.
|
|
106
|
-
let d = this.
|
|
102
|
+
this.v = c;
|
|
103
|
+
let d = this.s.createElement("img");
|
|
107
104
|
d.setStyleProperty("height", "100%");
|
|
108
105
|
d.setStyleProperty("width", "100%");
|
|
109
106
|
d.setStyleProperty("object-fit", "contain");
|
|
110
|
-
this.
|
|
111
|
-
this.
|
|
112
|
-
this.
|
|
113
|
-
this.
|
|
114
|
-
this.
|
|
115
|
-
this.
|
|
116
|
-
this.
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
this.
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
this.
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
this.
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
this.
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
c.setAttribute("d", this.a[b]);
|
|
148
|
-
this.w.append(c);
|
|
149
|
-
this.n.add(c);
|
|
150
|
-
}
|
|
107
|
+
this.u = d;
|
|
108
|
+
this.ar();
|
|
109
|
+
this.t = a.createElementNS("defs", "http://www.w3.org/2000/svg");
|
|
110
|
+
this.v.append(this.t);
|
|
111
|
+
this.s.append(this.v);
|
|
112
|
+
this.l.add(c.listen("click", runOn(this, this.ad)));
|
|
113
|
+
this.c.cc();
|
|
114
|
+
}
|
|
115
|
+
ao(a) {
|
|
116
|
+
this.k.clear();
|
|
117
|
+
this.s.rootWrapper.removeChildren();
|
|
118
|
+
this.s.rootWrapper.append(this.v);
|
|
119
|
+
this.v.removeChildren();
|
|
120
|
+
this.t.removeChildren();
|
|
121
|
+
this.m.clear();
|
|
122
|
+
if (a != null) {
|
|
123
|
+
let b = this.s.createElementNS("path", "http://www.w3.org/2000/svg");
|
|
124
|
+
b.setAttribute("d", a);
|
|
125
|
+
this.v.append(this.t);
|
|
126
|
+
this.v.append(b);
|
|
127
|
+
this.m.add(b);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
ap(a) {
|
|
131
|
+
this.k.clear();
|
|
132
|
+
this.s.rootWrapper.removeChildren();
|
|
133
|
+
this.s.rootWrapper.append(this.v);
|
|
134
|
+
this.v.removeChildren();
|
|
135
|
+
this.t.removeChildren();
|
|
136
|
+
this.m.clear();
|
|
137
|
+
if (a != null && a.length > 0) {
|
|
138
|
+
this.v.append(this.t);
|
|
139
|
+
for (let b = 0; b < a.length; b++) {
|
|
140
|
+
let c = this.s.createElementNS("path", "http://www.w3.org/2000/svg");
|
|
141
|
+
c.setAttribute("d", a[b]);
|
|
142
|
+
this.v.append(c);
|
|
143
|
+
this.m.add(c);
|
|
151
144
|
}
|
|
152
145
|
}
|
|
153
146
|
}
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
this.
|
|
158
|
-
|
|
159
|
-
b.innerHTML = this.aa;
|
|
147
|
+
an(a) {
|
|
148
|
+
this.s.rootWrapper.removeChildren();
|
|
149
|
+
if (a != null) {
|
|
150
|
+
let b = this.s.rootWrapper.getNativeElement();
|
|
151
|
+
b.innerHTML = a;
|
|
160
152
|
}
|
|
161
153
|
}
|
|
162
|
-
|
|
163
|
-
if (this.
|
|
164
|
-
this.
|
|
165
|
-
this.
|
|
166
|
-
this.
|
|
167
|
-
this.
|
|
154
|
+
al(a) {
|
|
155
|
+
if (this.y != a) {
|
|
156
|
+
this.y = a;
|
|
157
|
+
this.s.rootWrapper.removeChildren();
|
|
158
|
+
this.s.rootWrapper.append(this.u);
|
|
159
|
+
this.u.setAttribute("src", a);
|
|
168
160
|
}
|
|
169
161
|
}
|
|
170
|
-
|
|
171
|
-
return this.
|
|
162
|
+
h() {
|
|
163
|
+
return this.c.svgPath != null || this.c.svg != null || this.c.b != null;
|
|
172
164
|
}
|
|
173
|
-
|
|
174
|
-
this.
|
|
175
|
-
this.
|
|
165
|
+
am() {
|
|
166
|
+
this.s.rootWrapper.setStyleProperty("width", isNaN_(this.c.aq) ? "1.5rem" : this.c.aq + "px");
|
|
167
|
+
this.s.rootWrapper.setStyleProperty("height", isNaN_(this.c.ai) ? "1.5rem" : this.c.ai + "px");
|
|
176
168
|
}
|
|
177
|
-
|
|
178
|
-
let a = isNaN_(this.
|
|
179
|
-
let b = isNaN_(this.
|
|
180
|
-
let c = isNaN_(this.
|
|
181
|
-
let d = isNaN_(this.
|
|
182
|
-
this.
|
|
169
|
+
ar() {
|
|
170
|
+
let a = isNaN_(this.c.an) ? 0 : this.c.an;
|
|
171
|
+
let b = isNaN_(this.c.ao) ? 0 : this.c.ao;
|
|
172
|
+
let c = isNaN_(this.c.ap) ? 24 : this.c.ap;
|
|
173
|
+
let d = isNaN_(this.c.am) ? 24 : this.c.am;
|
|
174
|
+
this.v.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
|
|
183
175
|
}
|
|
184
|
-
|
|
176
|
+
ai(a, b) {
|
|
185
177
|
let c = a.color;
|
|
186
|
-
if (!this.
|
|
178
|
+
if (!this.k.containsKey(a)) {
|
|
187
179
|
if (a.isGradient) {
|
|
188
|
-
let d = this.
|
|
180
|
+
let d = this.t.getChildCount();
|
|
189
181
|
let e = a;
|
|
190
|
-
let f = this.
|
|
182
|
+
let f = this.s.createElementNS("linearGradient", "http://www.w3.org/2000/svg");
|
|
191
183
|
let g = "ig_gradient_" + b + "_" + d;
|
|
192
184
|
f.setAttribute("id", g);
|
|
193
185
|
f.setAttribute("x1", e.startX.toString());
|
|
@@ -197,69 +189,69 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
197
189
|
let j = e.gradientStops;
|
|
198
190
|
for (let i = 0; i < j.length; i++) {
|
|
199
191
|
let h = j[i];
|
|
200
|
-
let k = this.
|
|
192
|
+
let k = this.s.createElementNS("stop", "http://www.w3.org/2000/svg");
|
|
201
193
|
k.setAttribute("offset", h.offset * 100 + "%");
|
|
202
194
|
k.setAttribute("stop-color", h._fill);
|
|
203
195
|
f.append(k);
|
|
204
196
|
}
|
|
205
|
-
this.
|
|
206
|
-
this.
|
|
197
|
+
this.t.append(f);
|
|
198
|
+
this.k.addItem(a, g);
|
|
207
199
|
}
|
|
208
200
|
else if (a.isRadialGradient) {
|
|
209
201
|
}
|
|
210
202
|
}
|
|
211
203
|
}
|
|
212
|
-
|
|
204
|
+
aj(a, b) {
|
|
213
205
|
let c = a;
|
|
214
|
-
if (this.
|
|
215
|
-
c.setAttribute("fill", "url(#" + this.
|
|
216
|
-
this.
|
|
217
|
-
this.
|
|
206
|
+
if (this.k.containsKey(b)) {
|
|
207
|
+
c.setAttribute("fill", "url(#" + this.k.item(b) + ")");
|
|
208
|
+
this.s.rootWrapper.removeChildren();
|
|
209
|
+
this.s.rootWrapper.append(this.v);
|
|
218
210
|
}
|
|
219
211
|
else {
|
|
220
212
|
NativeUI.r(a, b);
|
|
221
213
|
}
|
|
222
214
|
}
|
|
223
|
-
|
|
215
|
+
ak(a, b) {
|
|
224
216
|
let c = a;
|
|
225
|
-
if (this.
|
|
226
|
-
c.setAttribute("stroke", "url('#" + this.
|
|
217
|
+
if (this.k.containsKey(b)) {
|
|
218
|
+
c.setAttribute("stroke", "url('#" + this.k.item(b) + "')");
|
|
227
219
|
}
|
|
228
220
|
else {
|
|
229
221
|
NativeUI.aa(a, b);
|
|
230
222
|
}
|
|
231
223
|
}
|
|
232
|
-
|
|
224
|
+
z(a) {
|
|
233
225
|
}
|
|
234
|
-
|
|
235
|
-
if (this.
|
|
226
|
+
ah() {
|
|
227
|
+
if (this.i()) {
|
|
236
228
|
}
|
|
237
229
|
}
|
|
238
|
-
|
|
239
|
-
this.
|
|
230
|
+
aa(a) {
|
|
231
|
+
this.c.b9();
|
|
240
232
|
}
|
|
241
|
-
|
|
242
|
-
this.
|
|
233
|
+
ab(a) {
|
|
234
|
+
this.c.ca();
|
|
243
235
|
}
|
|
244
|
-
|
|
245
|
-
this.
|
|
246
|
-
this.
|
|
247
|
-
this.
|
|
236
|
+
ac() {
|
|
237
|
+
this.g = true;
|
|
238
|
+
this.l.add(this.s.rootWrapper.listen("mouseenter", runOn(this, this.aa)));
|
|
239
|
+
this.l.add(this.s.rootWrapper.listen("mouseleave", runOn(this, this.ab)));
|
|
248
240
|
}
|
|
249
|
-
|
|
250
|
-
this.
|
|
251
|
-
for (let a of fromEnum(this.
|
|
241
|
+
af() {
|
|
242
|
+
this.g = false;
|
|
243
|
+
for (let a of fromEnum(this.l)) {
|
|
252
244
|
a();
|
|
253
245
|
}
|
|
254
|
-
this.
|
|
246
|
+
this.l.clear();
|
|
255
247
|
}
|
|
256
|
-
|
|
248
|
+
aq(a) {
|
|
257
249
|
if (a != null) {
|
|
258
|
-
this.
|
|
250
|
+
this.s.rootWrapper.setStyleProperty("font", a.fontString);
|
|
259
251
|
}
|
|
260
252
|
}
|
|
261
|
-
|
|
262
|
-
let rect_ = this.
|
|
253
|
+
a() {
|
|
254
|
+
let rect_ = this.s.rootWrapper.getNativeElement().getBoundingClientRect();
|
|
263
255
|
let a = (rect_.top);
|
|
264
256
|
let b = (rect_.left);
|
|
265
257
|
let c = new Array(2);
|
|
@@ -267,8 +259,8 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
267
259
|
c[1] = b;
|
|
268
260
|
return c;
|
|
269
261
|
}
|
|
270
|
-
|
|
271
|
-
this.
|
|
262
|
+
ad(a) {
|
|
263
|
+
this.c.b7();
|
|
272
264
|
}
|
|
273
265
|
}
|
|
274
266
|
IconView.$t = markType(IconView, 'IconView');
|
|
@@ -322,9 +314,9 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
322
314
|
this.clicked = null;
|
|
323
315
|
this.propertyChanged = null;
|
|
324
316
|
let a = new IconView();
|
|
325
|
-
a.
|
|
317
|
+
a.c = this;
|
|
326
318
|
this.view = a;
|
|
327
|
-
this.view.
|
|
319
|
+
this.view.ag();
|
|
328
320
|
}
|
|
329
321
|
get view() {
|
|
330
322
|
return this._view;
|
|
@@ -357,10 +349,27 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
357
349
|
case "ActualFill":
|
|
358
350
|
case "ActualStroke":
|
|
359
351
|
case "ActualStrokeWidth":
|
|
352
|
+
this.cg();
|
|
353
|
+
break;
|
|
354
|
+
case "SVG":
|
|
355
|
+
this.az = null;
|
|
356
|
+
this.a = null;
|
|
357
|
+
this.cg();
|
|
358
|
+
break;
|
|
360
359
|
case "SVGPath":
|
|
360
|
+
this.ay = null;
|
|
361
|
+
this.a = null;
|
|
362
|
+
this.cg();
|
|
363
|
+
break;
|
|
361
364
|
case "SVGPaths":
|
|
362
|
-
|
|
365
|
+
this.ay = null;
|
|
366
|
+
this.az = null;
|
|
367
|
+
this.cg();
|
|
368
|
+
break;
|
|
363
369
|
case "DataURL":
|
|
370
|
+
this.ay = null;
|
|
371
|
+
this.az = null;
|
|
372
|
+
this.a = null;
|
|
364
373
|
this.cg();
|
|
365
374
|
break;
|
|
366
375
|
case "Opacity":
|
|
@@ -370,11 +379,11 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
370
379
|
case "ViewBoxTop":
|
|
371
380
|
case "ViewBoxWidth":
|
|
372
381
|
case "ViewBoxHeight":
|
|
373
|
-
this.view.
|
|
382
|
+
this.view.ar();
|
|
374
383
|
break;
|
|
375
384
|
case "Width":
|
|
376
385
|
case "Height":
|
|
377
|
-
this.view.
|
|
386
|
+
this.view.am();
|
|
378
387
|
break;
|
|
379
388
|
}
|
|
380
389
|
}
|
|
@@ -397,15 +406,15 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
397
406
|
}
|
|
398
407
|
}
|
|
399
408
|
get r() {
|
|
400
|
-
return this.svgPath != null && !this.view.
|
|
409
|
+
return this.svgPath != null && !this.view.j;
|
|
401
410
|
}
|
|
402
411
|
ch() {
|
|
403
|
-
NativeUI.y(this.view.
|
|
412
|
+
NativeUI.y(this.view.w, this.ak);
|
|
404
413
|
}
|
|
405
414
|
cg() {
|
|
406
|
-
let a = this.view.
|
|
415
|
+
let a = this.view.w;
|
|
407
416
|
if (this.r) {
|
|
408
|
-
let b = this.view.
|
|
417
|
+
let b = this.view.x;
|
|
409
418
|
NativeUI.r(b, this.cw);
|
|
410
419
|
NativeUI.aa(b, this.cx);
|
|
411
420
|
NativeUI.ad(b, this.af);
|
|
@@ -414,22 +423,22 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
414
423
|
let c = false;
|
|
415
424
|
if (this.svgPath != null) {
|
|
416
425
|
if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
417
|
-
this.view.
|
|
426
|
+
this.view.an(this.svgPath);
|
|
418
427
|
c = true;
|
|
419
428
|
}
|
|
420
429
|
else {
|
|
421
|
-
this.view.
|
|
430
|
+
this.view.ao(this.svgPath);
|
|
422
431
|
}
|
|
423
432
|
}
|
|
424
433
|
else if (this.b != null) {
|
|
425
|
-
this.view.
|
|
426
|
-
let d = this.view.
|
|
434
|
+
this.view.ap(this.b);
|
|
435
|
+
let d = this.view.b;
|
|
427
436
|
if (d != null && d.length > 0) {
|
|
428
437
|
let e = NativeUI.r;
|
|
429
438
|
let f = NativeUI.aa;
|
|
430
439
|
this.cd();
|
|
431
|
-
e = runOn(this.view, this.view.
|
|
432
|
-
f = runOn(this.view, this.view.
|
|
440
|
+
e = runOn(this.view, this.view.aj);
|
|
441
|
+
f = runOn(this.view, this.view.ak);
|
|
433
442
|
for (let g = 0; g < d.length; g++) {
|
|
434
443
|
if (this.cw != null) {
|
|
435
444
|
e(d[g], this.cw);
|
|
@@ -452,63 +461,63 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
452
461
|
}
|
|
453
462
|
}
|
|
454
463
|
if (this.m != null) {
|
|
455
|
-
this.view.
|
|
464
|
+
this.view.aq(this.m);
|
|
456
465
|
}
|
|
457
466
|
return;
|
|
458
467
|
}
|
|
459
468
|
else if (this.svg != null) {
|
|
460
|
-
this.view.
|
|
469
|
+
this.view.an(this.svg);
|
|
461
470
|
c = true;
|
|
462
471
|
}
|
|
463
472
|
else if (this.a7 != null) {
|
|
464
|
-
this.view.
|
|
473
|
+
this.view.al(this.a7);
|
|
465
474
|
}
|
|
466
475
|
if (c) {
|
|
467
|
-
for (let h = 0; h < this.view.
|
|
468
|
-
let i = this.view.
|
|
469
|
-
NativeUI.r(this.view.
|
|
476
|
+
for (let h = 0; h < this.view.o.count; h++) {
|
|
477
|
+
let i = this.view.o._inner[h].c;
|
|
478
|
+
NativeUI.r(this.view.o._inner[h].d, i.l.f(this.c8));
|
|
470
479
|
}
|
|
471
|
-
for (let j = 0; j < this.view.
|
|
472
|
-
let k = this.view.
|
|
473
|
-
NativeUI.aa(this.view.
|
|
480
|
+
for (let j = 0; j < this.view.p.count; j++) {
|
|
481
|
+
let k = this.view.p._inner[j].c;
|
|
482
|
+
NativeUI.aa(this.view.p._inner[j].d, k.m.f(this.c9));
|
|
474
483
|
}
|
|
475
|
-
for (let l = 0; l < this.view.
|
|
476
|
-
let m = this.view.
|
|
477
|
-
NativeUI.r(this.view.
|
|
484
|
+
for (let l = 0; l < this.view.q.count; l++) {
|
|
485
|
+
let m = this.view.q._inner[l].c;
|
|
486
|
+
NativeUI.r(this.view.q._inner[l].d, m.l.f(this.da));
|
|
478
487
|
}
|
|
479
|
-
for (let n = 0; n < this.view.
|
|
480
|
-
let o = this.view.
|
|
481
|
-
NativeUI.aa(this.view.
|
|
488
|
+
for (let n = 0; n < this.view.r.count; n++) {
|
|
489
|
+
let o = this.view.r._inner[n].c;
|
|
490
|
+
NativeUI.aa(this.view.r._inner[n].d, o.m.f(this.db));
|
|
482
491
|
}
|
|
483
|
-
for (let p = 0; p < this.view.
|
|
484
|
-
let q = this.view.
|
|
492
|
+
for (let p = 0; p < this.view.d.o.count; p++) {
|
|
493
|
+
let q = this.view.d.o._inner[p];
|
|
485
494
|
let r = q.split('-');
|
|
486
495
|
let s = parseInt(r[r.length - 1]);
|
|
487
496
|
if (s < this.e.count) {
|
|
488
|
-
for (let t = 0; t < this.view.
|
|
489
|
-
let u = this.view.
|
|
490
|
-
NativeUI.r(this.view.
|
|
497
|
+
for (let t = 0; t < this.view.d.q._inner[p].count; t++) {
|
|
498
|
+
let u = this.view.d.q._inner[p]._inner[t].c;
|
|
499
|
+
NativeUI.r(this.view.d.q._inner[p]._inner[t].d, u.l.f(this.e.item(s)));
|
|
491
500
|
}
|
|
492
501
|
}
|
|
493
502
|
}
|
|
494
|
-
for (let v = 0; v < this.view.
|
|
495
|
-
let w = this.view.
|
|
503
|
+
for (let v = 0; v < this.view.e.o.count; v++) {
|
|
504
|
+
let w = this.view.e.o._inner[v];
|
|
496
505
|
let x = w.split('-');
|
|
497
506
|
let y = parseInt(x[x.length - 1]);
|
|
498
507
|
if (y < this.f.count) {
|
|
499
|
-
for (let z = 0; z < this.view.
|
|
500
|
-
let aa = this.view.
|
|
501
|
-
NativeUI.aa(this.view.
|
|
508
|
+
for (let z = 0; z < this.view.e.q._inner[v].count; z++) {
|
|
509
|
+
let aa = this.view.e.q._inner[v]._inner[z].c;
|
|
510
|
+
NativeUI.aa(this.view.e.q._inner[v]._inner[z].d, aa.m.f(this.f.item(y)));
|
|
502
511
|
}
|
|
503
512
|
}
|
|
504
513
|
}
|
|
505
|
-
for (let ab = 0; ab < this.view.
|
|
506
|
-
let ac = this.view.
|
|
507
|
-
NativeUI.r(this.view.
|
|
508
|
-
NativeUI.aa(this.view.
|
|
514
|
+
for (let ab = 0; ab < this.view.n.count; ab++) {
|
|
515
|
+
let ac = this.view.n._inner[ab].c;
|
|
516
|
+
NativeUI.r(this.view.n._inner[ab].d, ac.l.f(this.cw));
|
|
517
|
+
NativeUI.aa(this.view.n._inner[ab].d, ac.m.f(this.cx));
|
|
509
518
|
}
|
|
510
519
|
}
|
|
511
|
-
let ad = this.view.
|
|
520
|
+
let ad = this.view.w;
|
|
512
521
|
if (this.cw != null) {
|
|
513
522
|
NativeUI.r(ad, this.cw);
|
|
514
523
|
}
|
|
@@ -520,27 +529,27 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
520
529
|
}
|
|
521
530
|
}
|
|
522
531
|
if (this.m != null) {
|
|
523
|
-
this.view.
|
|
532
|
+
this.view.aq(this.m);
|
|
524
533
|
}
|
|
525
534
|
if (this.cy != null) {
|
|
526
|
-
NativeUI.q(this.view.
|
|
535
|
+
NativeUI.q(this.view.w, this.cy);
|
|
527
536
|
}
|
|
528
537
|
}
|
|
529
538
|
cd() {
|
|
530
539
|
if (this.cw != null) {
|
|
531
|
-
this.view.
|
|
540
|
+
this.view.ai(this.cw, "fill");
|
|
532
541
|
}
|
|
533
542
|
if (this.cx != null) {
|
|
534
|
-
this.view.
|
|
543
|
+
this.view.ai(this.cx, "stroke");
|
|
535
544
|
}
|
|
536
545
|
if (this.e != null) {
|
|
537
546
|
for (let a of fromEnum(this.e)) {
|
|
538
|
-
this.view.
|
|
547
|
+
this.view.ai(a, "fills");
|
|
539
548
|
}
|
|
540
549
|
}
|
|
541
550
|
if (this.f != null) {
|
|
542
551
|
for (let b of fromEnum(this.f)) {
|
|
543
|
-
this.view.
|
|
552
|
+
this.view.ai(b, "strokes");
|
|
544
553
|
}
|
|
545
554
|
}
|
|
546
555
|
}
|
|
@@ -917,10 +926,10 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
917
926
|
cc() {
|
|
918
927
|
}
|
|
919
928
|
onDetachedFromUI() {
|
|
920
|
-
this.view.
|
|
929
|
+
this.view.af();
|
|
921
930
|
}
|
|
922
931
|
onAttachedToUI() {
|
|
923
|
-
this.view.
|
|
932
|
+
this.view.ac();
|
|
924
933
|
}
|
|
925
934
|
b7() {
|
|
926
935
|
if (this.disabled) {
|
|
@@ -931,7 +940,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
931
940
|
}
|
|
932
941
|
}
|
|
933
942
|
u() {
|
|
934
|
-
return this.view.
|
|
943
|
+
return this.view.i();
|
|
935
944
|
}
|
|
936
945
|
au() {
|
|
937
946
|
return this.g();
|
|
@@ -942,12 +951,12 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
942
951
|
}
|
|
943
952
|
g() {
|
|
944
953
|
let a = new IconVisualModelExport();
|
|
945
|
-
let b = this.view.
|
|
954
|
+
let b = this.view.w;
|
|
946
955
|
a.a = AppearanceHelper.a(NativeUI.al(b));
|
|
947
956
|
a.c = AppearanceHelper.a(NativeUI.al(b));
|
|
948
957
|
a.b = AppearanceHelper.a(NativeUI.am(b));
|
|
949
958
|
a.d = this.af;
|
|
950
|
-
let c = this.view.
|
|
959
|
+
let c = this.view.a();
|
|
951
960
|
a.h = c[0];
|
|
952
961
|
a.f = c[1];
|
|
953
962
|
a.e = NativeUI.d(b);
|
|
@@ -957,7 +966,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
957
966
|
if (this.m != null) {
|
|
958
967
|
let d = this.m;
|
|
959
968
|
if (this.view != null && d.q == null) {
|
|
960
|
-
let e = this.view.
|
|
969
|
+
let e = this.view.s;
|
|
961
970
|
let f = FontUtil.getFontInfoFromString(e, d.fontString);
|
|
962
971
|
d.q = f.q;
|
|
963
972
|
d.f = f.f;
|
|
@@ -985,7 +994,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
985
994
|
return a;
|
|
986
995
|
}
|
|
987
996
|
provideContainer(a) {
|
|
988
|
-
this.view.
|
|
997
|
+
this.view.ae(a);
|
|
989
998
|
}
|
|
990
999
|
}
|
|
991
1000
|
XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
|