igniteui-angular-inputs 19.0.1 → 19.1.0-beta.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 +1075 -1003
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +48 -48
- package/esm2015/lib/ButtonView_combined.js +176 -174
- package/esm2015/lib/CalendarView_combined.js +10 -10
- package/esm2015/lib/CheckboxView_combined.js +25 -25
- package/esm2015/lib/DatePickerView_combined.js +6 -6
- package/esm2015/lib/IconView_combined.js +336 -288
- package/esm2015/lib/InputGroupView_combined.js +318 -311
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +39 -39
- package/esm2015/lib/RippleView_combined.js +2 -2
- package/esm2015/lib/XButtonBridge.js +2 -2
- package/esm2015/lib/XButtonGroupBridge.js +2 -2
- package/esm2015/lib/XComponentBridge.js +1 -1
- package/esm2015/lib/XIconBridge.js +5 -5
- package/esm2015/lib/XInputBridge.js +22 -22
- package/esm2015/lib/XPopupBridge.js +11 -3
- package/esm2015/lib/igx-x-icon-component.js +34 -34
- package/esm2015/lib/igx-x-label-component.js +40 -40
- package/esm5/lib/ButtonGroupView_combined.js +48 -48
- package/esm5/lib/ButtonView_combined.js +176 -174
- package/esm5/lib/CalendarView_combined.js +10 -10
- package/esm5/lib/CheckboxView_combined.js +25 -25
- package/esm5/lib/DatePickerView_combined.js +6 -6
- package/esm5/lib/IconView_combined.js +328 -272
- package/esm5/lib/InputGroupView_combined.js +311 -304
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/NativeUIXInputsFactory_combined.js +39 -39
- package/esm5/lib/RippleView_combined.js +2 -2
- package/esm5/lib/XButtonBridge.js +2 -2
- package/esm5/lib/XButtonGroupBridge.js +2 -2
- package/esm5/lib/XComponentBridge.js +1 -1
- package/esm5/lib/XIconBridge.js +5 -5
- package/esm5/lib/XInputBridge.js +22 -22
- package/esm5/lib/XPopupBridge.js +11 -3
- package/esm5/lib/igx-x-icon-component.js +34 -34
- package/esm5/lib/igx-x-label-component.js +40 -40
- package/fesm2015/igniteui-angular-inputs.js +1091 -1027
- package/fesm5/igniteui-angular-inputs.js +1076 -1004
- package/lib/IconView_combined.d.ts +94 -84
- package/lib/InputGroupView_combined.d.ts +75 -74
- package/lib/XPopupBridge.d.ts +1 -0
- package/package.json +2 -2
|
@@ -23,6 +23,7 @@ import { LineVisualData } from "igniteui-angular-core";
|
|
|
23
23
|
import { RectangleVisualData } from "igniteui-angular-core";
|
|
24
24
|
import { EllipseVisualData } from "igniteui-angular-core";
|
|
25
25
|
import { DoubleCollection } from "igniteui-angular-core";
|
|
26
|
+
import { LegendItemHelper } from "igniteui-angular-core";
|
|
26
27
|
import { isNaN_ } from "igniteui-angular-core";
|
|
27
28
|
import { IIcon_$type } from "igniteui-angular-core";
|
|
28
29
|
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
@@ -64,7 +65,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
64
65
|
this.e = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
|
|
65
66
|
this.f = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
|
|
66
67
|
}
|
|
67
|
-
|
|
68
|
+
am() {
|
|
68
69
|
}
|
|
69
70
|
l() {
|
|
70
71
|
return true;
|
|
@@ -81,7 +82,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
81
82
|
get m() {
|
|
82
83
|
return true;
|
|
83
84
|
}
|
|
84
|
-
|
|
85
|
+
ak(a) {
|
|
85
86
|
if (a == null) {
|
|
86
87
|
for (let b of fromEnum(this.o)) {
|
|
87
88
|
b();
|
|
@@ -101,7 +102,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
101
102
|
this.v.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
|
|
102
103
|
this.v.rootWrapper.setStyleProperty("align-items", "center");
|
|
103
104
|
this.v.rootWrapper.setStyleProperty("justify-content", "center");
|
|
104
|
-
this.
|
|
105
|
+
this.au();
|
|
105
106
|
let c = this.v.createElementNS("svg", "http://www.w3.org/2000/svg");
|
|
106
107
|
c.setStyleProperty("position", "absolute");
|
|
107
108
|
c.setStyleProperty("top", "0");
|
|
@@ -114,14 +115,14 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
114
115
|
d.setStyleProperty("width", "100%");
|
|
115
116
|
d.setStyleProperty("object-fit", "contain");
|
|
116
117
|
this.x = d;
|
|
117
|
-
this.
|
|
118
|
+
this.a0();
|
|
118
119
|
this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
|
|
119
120
|
this.y.append(this.w);
|
|
120
121
|
this.v.append(this.y);
|
|
121
|
-
this.o.add(c.listen("click", runOn(this, this.
|
|
122
|
-
this.d.
|
|
122
|
+
this.o.add(c.listen("click", runOn(this, this.aj)));
|
|
123
|
+
this.d.cm();
|
|
123
124
|
}
|
|
124
|
-
|
|
125
|
+
ax(a) {
|
|
125
126
|
this.n.clear();
|
|
126
127
|
this.v.rootWrapper.removeChildren();
|
|
127
128
|
this.v.rootWrapper.append(this.y);
|
|
@@ -136,7 +137,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
136
137
|
this.p.add(b);
|
|
137
138
|
}
|
|
138
139
|
}
|
|
139
|
-
|
|
140
|
+
ay(a) {
|
|
140
141
|
this.n.clear();
|
|
141
142
|
this.v.rootWrapper.removeChildren();
|
|
142
143
|
this.v.rootWrapper.append(this.y);
|
|
@@ -153,14 +154,14 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
153
154
|
}
|
|
154
155
|
}
|
|
155
156
|
}
|
|
156
|
-
|
|
157
|
+
aw(a) {
|
|
157
158
|
this.v.rootWrapper.removeChildren();
|
|
158
159
|
if (a != null) {
|
|
159
160
|
let b = this.v.rootWrapper.getNativeElement();
|
|
160
161
|
b.innerHTML = a;
|
|
161
162
|
}
|
|
162
163
|
}
|
|
163
|
-
|
|
164
|
+
as(a) {
|
|
164
165
|
if (this.ab != a) {
|
|
165
166
|
this.ab = a;
|
|
166
167
|
this.v.rootWrapper.removeChildren();
|
|
@@ -168,12 +169,12 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
168
169
|
this.x.setAttribute("src", a);
|
|
169
170
|
}
|
|
170
171
|
}
|
|
171
|
-
|
|
172
|
+
av(a) {
|
|
172
173
|
if (typeof a === 'string') {
|
|
173
|
-
this.
|
|
174
|
+
this.as(typeCast(String_$type, a));
|
|
174
175
|
}
|
|
175
176
|
}
|
|
176
|
-
|
|
177
|
+
ah() {
|
|
177
178
|
if (this.d.k != 3 && this.d.k != 4) {
|
|
178
179
|
this.ab = null;
|
|
179
180
|
}
|
|
@@ -181,18 +182,18 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
181
182
|
k() {
|
|
182
183
|
return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
|
|
183
184
|
}
|
|
184
|
-
|
|
185
|
+
au() {
|
|
185
186
|
this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.at) ? "1.5rem" : this.d.at + "px");
|
|
186
187
|
this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.al) ? "1.5rem" : this.d.al + "px");
|
|
187
188
|
}
|
|
188
|
-
|
|
189
|
+
a0() {
|
|
189
190
|
let a = isNaN_(this.d.aq) ? 0 : this.d.aq;
|
|
190
191
|
let b = isNaN_(this.d.ar) ? 0 : this.d.ar;
|
|
191
192
|
let c = isNaN_(this.d.as) ? 24 : this.d.as;
|
|
192
193
|
let d = isNaN_(this.d.ap) ? 24 : this.d.ap;
|
|
193
194
|
this.y.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
|
|
194
195
|
}
|
|
195
|
-
|
|
196
|
+
ao(a, b) {
|
|
196
197
|
let c = a.color;
|
|
197
198
|
if (!this.n.containsKey(a)) {
|
|
198
199
|
if (a.isGradient) {
|
|
@@ -220,7 +221,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
220
221
|
}
|
|
221
222
|
}
|
|
222
223
|
}
|
|
223
|
-
|
|
224
|
+
ap(a, b) {
|
|
224
225
|
let c = a;
|
|
225
226
|
if (this.n.containsKey(b)) {
|
|
226
227
|
c.setAttribute("fill", "url(#" + this.n.item(b) + ")");
|
|
@@ -231,7 +232,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
231
232
|
NativeUI.r(a, b);
|
|
232
233
|
}
|
|
233
234
|
}
|
|
234
|
-
|
|
235
|
+
aq(a, b) {
|
|
235
236
|
let c = a;
|
|
236
237
|
if (this.n.containsKey(b)) {
|
|
237
238
|
c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
|
|
@@ -242,29 +243,29 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
242
243
|
}
|
|
243
244
|
ac(a) {
|
|
244
245
|
}
|
|
245
|
-
|
|
246
|
+
an() {
|
|
246
247
|
if (this.l()) {
|
|
247
248
|
}
|
|
248
249
|
}
|
|
249
250
|
ad(a) {
|
|
250
|
-
this.d.
|
|
251
|
+
this.d.cj();
|
|
251
252
|
}
|
|
252
253
|
ae(a) {
|
|
253
|
-
this.d.
|
|
254
|
+
this.d.ck();
|
|
254
255
|
}
|
|
255
|
-
|
|
256
|
+
ai() {
|
|
256
257
|
this.j = true;
|
|
257
258
|
this.o.add(this.v.rootWrapper.listen("mouseenter", runOn(this, this.ad)));
|
|
258
259
|
this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.ae)));
|
|
259
260
|
}
|
|
260
|
-
|
|
261
|
+
al() {
|
|
261
262
|
this.j = false;
|
|
262
263
|
for (let a of fromEnum(this.o)) {
|
|
263
264
|
a();
|
|
264
265
|
}
|
|
265
266
|
this.o.clear();
|
|
266
267
|
}
|
|
267
|
-
|
|
268
|
+
az(a) {
|
|
268
269
|
if (a != null) {
|
|
269
270
|
this.v.rootWrapper.setStyleProperty("font", a.fontString);
|
|
270
271
|
}
|
|
@@ -278,7 +279,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
278
279
|
c[1] = b;
|
|
279
280
|
return c;
|
|
280
281
|
}
|
|
281
|
-
|
|
282
|
+
aj(a) {
|
|
282
283
|
if (this.d.x()) {
|
|
283
284
|
a.stopPropagation();
|
|
284
285
|
a.preventDefault();
|
|
@@ -289,7 +290,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
289
290
|
let b = this.v.rootWrapper.getNativeElement();
|
|
290
291
|
return a.toArray();
|
|
291
292
|
}
|
|
292
|
-
|
|
293
|
+
ag(a, b) {
|
|
293
294
|
for (let c = 0; c < b.e.count; c++) {
|
|
294
295
|
let d = b.e._inner[c];
|
|
295
296
|
let e = this.h(d);
|
|
@@ -297,7 +298,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
297
298
|
a.add(e);
|
|
298
299
|
}
|
|
299
300
|
else {
|
|
300
|
-
this.
|
|
301
|
+
this.ag(a, d);
|
|
301
302
|
}
|
|
302
303
|
}
|
|
303
304
|
}
|
|
@@ -310,7 +311,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
310
311
|
$ret.an = a.w;
|
|
311
312
|
return $ret;
|
|
312
313
|
})());
|
|
313
|
-
this.
|
|
314
|
+
this.at(c, a);
|
|
314
315
|
b = new PathVisualData(1, "path1", c);
|
|
315
316
|
break;
|
|
316
317
|
case 3:
|
|
@@ -320,7 +321,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
320
321
|
e.ao = d.x;
|
|
321
322
|
e.ap = d.y;
|
|
322
323
|
e.aq = d.z;
|
|
323
|
-
this.
|
|
324
|
+
this.at(e, a);
|
|
324
325
|
b = new LineVisualData(1, "line1", e);
|
|
325
326
|
break;
|
|
326
327
|
case 4:
|
|
@@ -330,7 +331,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
330
331
|
g.height = f.w;
|
|
331
332
|
g.ap = f.x;
|
|
332
333
|
g.aq = f.y;
|
|
333
|
-
this.
|
|
334
|
+
this.at(g, a);
|
|
334
335
|
b = new RectangleVisualData(1, "rect1", g);
|
|
335
336
|
break;
|
|
336
337
|
case 5:
|
|
@@ -339,13 +340,13 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
339
340
|
let i = new Ellipse();
|
|
340
341
|
i.width = h.y * 2;
|
|
341
342
|
i.height = h.z * 2;
|
|
342
|
-
this.
|
|
343
|
+
this.at(i, a);
|
|
343
344
|
b = new EllipseVisualData(1, "ellipse1", i);
|
|
344
345
|
break;
|
|
345
346
|
}
|
|
346
347
|
return b;
|
|
347
348
|
}
|
|
348
|
-
|
|
349
|
+
at(a, b) {
|
|
349
350
|
let c = b;
|
|
350
351
|
a.ad = b.t;
|
|
351
352
|
a.j = c.h;
|
|
@@ -378,6 +379,16 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
378
379
|
}
|
|
379
380
|
return null;
|
|
380
381
|
}
|
|
382
|
+
ar(a, b) {
|
|
383
|
+
this.v.rootWrapper.removeChildren();
|
|
384
|
+
if (a == null) {
|
|
385
|
+
return;
|
|
386
|
+
}
|
|
387
|
+
LegendItemHelper.c(this.v, 0, 0, 24, 24, b, null, a, null);
|
|
388
|
+
}
|
|
389
|
+
af() {
|
|
390
|
+
this.v.rootWrapper.removeChildren();
|
|
391
|
+
}
|
|
381
392
|
}
|
|
382
393
|
IconView.$t = markType(IconView, 'IconView');
|
|
383
394
|
return IconView;
|
|
@@ -392,34 +403,36 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
392
403
|
this._view = null;
|
|
393
404
|
this.k = 0;
|
|
394
405
|
this.l = 0;
|
|
395
|
-
this.
|
|
396
|
-
this.
|
|
397
|
-
this.
|
|
406
|
+
this.cv = XIcon.db;
|
|
407
|
+
this.cw = XIcon.df;
|
|
408
|
+
this.cx = XIcon.dg;
|
|
398
409
|
this.y = XIcon.ak;
|
|
399
|
-
this.
|
|
400
|
-
this.
|
|
410
|
+
this.cy = XIcon.db;
|
|
411
|
+
this.c6 = XIcon.df;
|
|
401
412
|
this.ac = XIcon.ak;
|
|
402
|
-
this.
|
|
403
|
-
this.
|
|
404
|
-
this.
|
|
413
|
+
this.c7 = XIcon.dg;
|
|
414
|
+
this.cz = XIcon.dc;
|
|
415
|
+
this.c0 = XIcon.dd;
|
|
405
416
|
this.aa = XIcon.aj;
|
|
406
|
-
this.
|
|
417
|
+
this.c1 = null;
|
|
407
418
|
this.c = null;
|
|
408
419
|
this.d = null;
|
|
409
|
-
this.
|
|
410
|
-
this.
|
|
411
|
-
this.
|
|
412
|
-
this.
|
|
413
|
-
this.
|
|
414
|
-
this.a1 = null;
|
|
415
|
-
this.a4 = null;
|
|
420
|
+
this.c2 = null;
|
|
421
|
+
this.c3 = null;
|
|
422
|
+
this.c4 = null;
|
|
423
|
+
this.c5 = null;
|
|
424
|
+
this.ay = null;
|
|
416
425
|
this.a3 = null;
|
|
426
|
+
this.a6 = null;
|
|
427
|
+
this.a5 = null;
|
|
417
428
|
this.a = null;
|
|
429
|
+
this.ct = null;
|
|
430
|
+
this.ax = null;
|
|
418
431
|
this.n = null;
|
|
419
|
-
this.
|
|
432
|
+
this.a4 = "ig-icon-" + XIcon.aw++;
|
|
420
433
|
this.au = 0;
|
|
421
434
|
this.p = false;
|
|
422
|
-
this.
|
|
435
|
+
this.a2 = null;
|
|
423
436
|
this.r = false;
|
|
424
437
|
this.q = false;
|
|
425
438
|
this.ab = 1;
|
|
@@ -434,7 +447,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
434
447
|
let a = new IconView();
|
|
435
448
|
a.d = this;
|
|
436
449
|
this.view = a;
|
|
437
|
-
this.view.
|
|
450
|
+
this.view.am();
|
|
438
451
|
}
|
|
439
452
|
get view() {
|
|
440
453
|
return this._view;
|
|
@@ -445,13 +458,13 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
445
458
|
destroy() {
|
|
446
459
|
this.provideContainer(null);
|
|
447
460
|
}
|
|
448
|
-
|
|
461
|
+
cl(a, b, c) {
|
|
449
462
|
if (this.propertyChanged != null) {
|
|
450
463
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
451
464
|
}
|
|
452
|
-
this.
|
|
465
|
+
this.co(a, b, c);
|
|
453
466
|
}
|
|
454
|
-
|
|
467
|
+
co(a, b, c) {
|
|
455
468
|
switch (a) {
|
|
456
469
|
case "Fill":
|
|
457
470
|
case "Stroke":
|
|
@@ -460,126 +473,139 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
460
473
|
case "HoverStroke":
|
|
461
474
|
case "HoverStrokeThickness":
|
|
462
475
|
case "IsHover":
|
|
463
|
-
this.
|
|
476
|
+
this.cs();
|
|
464
477
|
break;
|
|
465
478
|
case "FillColors":
|
|
466
479
|
case "StrokeColors":
|
|
467
480
|
case "ActualFill":
|
|
468
481
|
case "ActualStroke":
|
|
469
482
|
case "ActualStrokeWidth":
|
|
470
|
-
this.
|
|
483
|
+
this.cq();
|
|
471
484
|
break;
|
|
472
485
|
case "SVG":
|
|
473
|
-
this.
|
|
486
|
+
this.a6 = null;
|
|
474
487
|
this.a = null;
|
|
475
|
-
this.
|
|
488
|
+
this.cq();
|
|
476
489
|
break;
|
|
477
490
|
case "SVGPath":
|
|
478
|
-
this.
|
|
491
|
+
this.a5 = null;
|
|
479
492
|
this.a = null;
|
|
480
|
-
this.
|
|
493
|
+
this.cq();
|
|
481
494
|
break;
|
|
482
495
|
case "SVGPaths":
|
|
483
|
-
this.
|
|
484
|
-
this.
|
|
485
|
-
this.
|
|
496
|
+
this.a5 = null;
|
|
497
|
+
this.a6 = null;
|
|
498
|
+
this.cq();
|
|
486
499
|
break;
|
|
487
500
|
case "DataURL":
|
|
488
|
-
this.
|
|
489
|
-
this.
|
|
501
|
+
this.a5 = null;
|
|
502
|
+
this.a6 = null;
|
|
490
503
|
this.a = null;
|
|
491
|
-
this.
|
|
504
|
+
this.cq();
|
|
492
505
|
break;
|
|
493
506
|
case "Source":
|
|
494
|
-
this.
|
|
495
|
-
this.
|
|
507
|
+
this.a5 = null;
|
|
508
|
+
this.a6 = null;
|
|
496
509
|
this.a = null;
|
|
497
|
-
this.
|
|
510
|
+
this.cq();
|
|
511
|
+
break;
|
|
512
|
+
case "DataTemplate":
|
|
513
|
+
case "DataTemplateContext":
|
|
514
|
+
this.a5 = null;
|
|
515
|
+
this.a6 = null;
|
|
516
|
+
this.a = null;
|
|
517
|
+
this.cq();
|
|
498
518
|
break;
|
|
499
519
|
case "Opacity":
|
|
500
|
-
this.
|
|
520
|
+
this.cr();
|
|
501
521
|
break;
|
|
502
522
|
case "ViewBoxLeft":
|
|
503
523
|
case "ViewBoxTop":
|
|
504
524
|
case "ViewBoxWidth":
|
|
505
525
|
case "ViewBoxHeight":
|
|
506
|
-
this.view.
|
|
526
|
+
this.view.a0();
|
|
507
527
|
break;
|
|
508
528
|
case "Width":
|
|
509
529
|
case "Height":
|
|
510
|
-
this.view.
|
|
530
|
+
this.view.au();
|
|
511
531
|
break;
|
|
512
532
|
}
|
|
513
533
|
}
|
|
514
|
-
|
|
515
|
-
let a = this.fill != null ? this.fill : XIcon.
|
|
516
|
-
let b = this.
|
|
534
|
+
cs() {
|
|
535
|
+
let a = this.fill != null ? this.fill : XIcon.db;
|
|
536
|
+
let b = this.dp != null ? this.dp : XIcon.df;
|
|
517
537
|
let c = !isNaN_(this.ao) ? this.ao : XIcon.ak;
|
|
518
|
-
let d = this.
|
|
538
|
+
let d = this.dq != null ? this.dq : XIcon.dg;
|
|
519
539
|
if (this.v) {
|
|
520
|
-
this.
|
|
521
|
-
this.
|
|
540
|
+
this.c8 = this.dh != null ? this.dh : a;
|
|
541
|
+
this.c9 = this.di != null ? this.di : b;
|
|
522
542
|
this.ai = !isNaN_(this.am) ? this.am : c;
|
|
523
|
-
this.
|
|
543
|
+
this.da = this.dj != null ? this.dj : d;
|
|
524
544
|
}
|
|
525
545
|
else {
|
|
526
|
-
this.
|
|
527
|
-
this.
|
|
546
|
+
this.c8 = a;
|
|
547
|
+
this.c9 = b;
|
|
528
548
|
this.ai = c;
|
|
529
|
-
this.
|
|
549
|
+
this.da = d;
|
|
530
550
|
}
|
|
531
551
|
}
|
|
532
552
|
get t() {
|
|
533
553
|
return this.svgPath != null && !this.view.m;
|
|
534
554
|
}
|
|
535
|
-
|
|
555
|
+
cr() {
|
|
536
556
|
NativeUI.y(this.view.z, this.an);
|
|
537
557
|
}
|
|
538
|
-
|
|
558
|
+
cf() {
|
|
559
|
+
this.view.af();
|
|
560
|
+
}
|
|
561
|
+
cq() {
|
|
539
562
|
let a = this.view.z;
|
|
540
563
|
if (this.t) {
|
|
541
564
|
let b = this.view.aa;
|
|
542
|
-
NativeUI.r(b, this.
|
|
543
|
-
NativeUI.aa(b, this.
|
|
565
|
+
NativeUI.r(b, this.c8);
|
|
566
|
+
NativeUI.aa(b, this.c9);
|
|
544
567
|
NativeUI.ad(b, this.ai);
|
|
545
568
|
}
|
|
546
569
|
else {
|
|
547
570
|
let c = this.j();
|
|
548
571
|
if (c != this.k) {
|
|
549
572
|
this.k = c;
|
|
550
|
-
this.view.
|
|
573
|
+
this.view.ah();
|
|
551
574
|
}
|
|
552
575
|
let d = false;
|
|
553
|
-
if (this.
|
|
576
|
+
if (this.cu != null) {
|
|
577
|
+
this.view.ar(this.cu, this.az);
|
|
578
|
+
}
|
|
579
|
+
else if (this.svgPath != null) {
|
|
554
580
|
if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
555
|
-
this.view.
|
|
581
|
+
this.view.aw(this.svgPath);
|
|
556
582
|
d = true;
|
|
557
583
|
}
|
|
558
584
|
else {
|
|
559
|
-
this.view.
|
|
585
|
+
this.view.ax(this.svgPath);
|
|
560
586
|
}
|
|
561
587
|
}
|
|
562
588
|
else if (this.b != null) {
|
|
563
|
-
this.view.
|
|
589
|
+
this.view.ay(this.b);
|
|
564
590
|
let e = this.view.c;
|
|
565
591
|
if (e != null && e.length > 0) {
|
|
566
592
|
let f = NativeUI.r;
|
|
567
593
|
let g = NativeUI.aa;
|
|
568
|
-
this.
|
|
569
|
-
f = runOn(this.view, this.view.
|
|
570
|
-
g = runOn(this.view, this.view.
|
|
594
|
+
this.cn();
|
|
595
|
+
f = runOn(this.view, this.view.ap);
|
|
596
|
+
g = runOn(this.view, this.view.aq);
|
|
571
597
|
for (let h = 0; h < e.length; h++) {
|
|
572
|
-
if (this.
|
|
573
|
-
f(e[h], this.
|
|
598
|
+
if (this.c8 != null) {
|
|
599
|
+
f(e[h], this.c8);
|
|
574
600
|
}
|
|
575
|
-
if (this.
|
|
576
|
-
g(e[h], this.
|
|
601
|
+
if (this.c9 != null) {
|
|
602
|
+
g(e[h], this.c9);
|
|
577
603
|
}
|
|
578
604
|
if (!isNaN_(this.ai)) {
|
|
579
605
|
NativeUI.ad(e[h], this.ai);
|
|
580
606
|
}
|
|
581
|
-
if (this.
|
|
582
|
-
NativeUI.q(e[h], this.
|
|
607
|
+
if (this.da != null) {
|
|
608
|
+
NativeUI.q(e[h], this.da);
|
|
583
609
|
}
|
|
584
610
|
if (this.e != null && this.e.count == e.length) {
|
|
585
611
|
f(e[h], this.e.item(h));
|
|
@@ -590,36 +616,38 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
590
616
|
}
|
|
591
617
|
}
|
|
592
618
|
if (this.o != null) {
|
|
593
|
-
this.view.
|
|
619
|
+
this.view.az(this.o);
|
|
594
620
|
}
|
|
595
621
|
return;
|
|
596
622
|
}
|
|
597
623
|
else if (this.svg != null) {
|
|
598
|
-
this.view.
|
|
624
|
+
this.view.aw(this.svg);
|
|
599
625
|
d = true;
|
|
600
626
|
}
|
|
601
|
-
else if (this.
|
|
602
|
-
this.view.
|
|
627
|
+
else if (this.bg != null) {
|
|
628
|
+
this.view.as(this.bg);
|
|
603
629
|
}
|
|
604
|
-
else if (this.
|
|
605
|
-
this.view.
|
|
630
|
+
else if (this.a1 != null) {
|
|
631
|
+
this.view.av(this.a1);
|
|
632
|
+
}
|
|
633
|
+
else {
|
|
606
634
|
}
|
|
607
635
|
if (d) {
|
|
608
636
|
for (let i = 0; i < this.view.r.count; i++) {
|
|
609
637
|
let j = this.view.r._inner[i].c;
|
|
610
|
-
NativeUI.r(this.view.r._inner[i].d, j.l.f(this.
|
|
638
|
+
NativeUI.r(this.view.r._inner[i].d, j.l.f(this.dk));
|
|
611
639
|
}
|
|
612
640
|
for (let k = 0; k < this.view.s.count; k++) {
|
|
613
641
|
let l = this.view.s._inner[k].c;
|
|
614
|
-
NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.
|
|
642
|
+
NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.dl));
|
|
615
643
|
}
|
|
616
644
|
for (let m = 0; m < this.view.t.count; m++) {
|
|
617
645
|
let n = this.view.t._inner[m].c;
|
|
618
|
-
NativeUI.r(this.view.t._inner[m].d, n.l.f(this.
|
|
646
|
+
NativeUI.r(this.view.t._inner[m].d, n.l.f(this.dm));
|
|
619
647
|
}
|
|
620
648
|
for (let o = 0; o < this.view.u.count; o++) {
|
|
621
649
|
let p = this.view.u._inner[o].c;
|
|
622
|
-
NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.
|
|
650
|
+
NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.dn));
|
|
623
651
|
}
|
|
624
652
|
for (let q = 0; q < this.view.e.o.count; q++) {
|
|
625
653
|
let r = this.view.e.o._inner[q];
|
|
@@ -645,43 +673,43 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
645
673
|
}
|
|
646
674
|
for (let ac = 0; ac < this.view.q.count; ac++) {
|
|
647
675
|
let ad = this.view.q._inner[ac].c;
|
|
648
|
-
NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.
|
|
649
|
-
NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.
|
|
676
|
+
NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.c8));
|
|
677
|
+
NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.c9));
|
|
650
678
|
}
|
|
651
679
|
}
|
|
652
680
|
let ae = this.view.z;
|
|
653
|
-
if (this.
|
|
654
|
-
NativeUI.r(ae, this.
|
|
681
|
+
if (this.c8 != null) {
|
|
682
|
+
NativeUI.r(ae, this.c8);
|
|
655
683
|
}
|
|
656
|
-
if (this.
|
|
657
|
-
NativeUI.aa(ae, this.
|
|
684
|
+
if (this.c9 != null) {
|
|
685
|
+
NativeUI.aa(ae, this.c9);
|
|
658
686
|
}
|
|
659
687
|
if (!isNaN_(this.ai)) {
|
|
660
688
|
NativeUI.ad(ae, this.ai);
|
|
661
689
|
}
|
|
662
690
|
}
|
|
663
691
|
if (this.o != null) {
|
|
664
|
-
this.view.
|
|
692
|
+
this.view.az(this.o);
|
|
665
693
|
}
|
|
666
|
-
if (this.
|
|
667
|
-
NativeUI.q(this.view.z, this.
|
|
694
|
+
if (this.da != null) {
|
|
695
|
+
NativeUI.q(this.view.z, this.da);
|
|
668
696
|
}
|
|
669
697
|
}
|
|
670
|
-
|
|
671
|
-
if (this.
|
|
672
|
-
this.view.
|
|
698
|
+
cn() {
|
|
699
|
+
if (this.c8 != null) {
|
|
700
|
+
this.view.ao(this.c8, "fill");
|
|
673
701
|
}
|
|
674
|
-
if (this.
|
|
675
|
-
this.view.
|
|
702
|
+
if (this.c9 != null) {
|
|
703
|
+
this.view.ao(this.c9, "stroke");
|
|
676
704
|
}
|
|
677
705
|
if (this.e != null) {
|
|
678
706
|
for (let a of fromEnum(this.e)) {
|
|
679
|
-
this.view.
|
|
707
|
+
this.view.ao(a, "fills");
|
|
680
708
|
}
|
|
681
709
|
}
|
|
682
710
|
if (this.f != null) {
|
|
683
711
|
for (let b of fromEnum(this.f)) {
|
|
684
|
-
this.view.
|
|
712
|
+
this.view.ao(b, "strokes");
|
|
685
713
|
}
|
|
686
714
|
}
|
|
687
715
|
}
|
|
@@ -696,10 +724,10 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
696
724
|
else if (this.svg != null) {
|
|
697
725
|
a = 0;
|
|
698
726
|
}
|
|
699
|
-
else if (this.
|
|
727
|
+
else if (this.bg != null) {
|
|
700
728
|
a = 3;
|
|
701
729
|
}
|
|
702
|
-
else if (this.
|
|
730
|
+
else if (this.a1 != null) {
|
|
703
731
|
a = 4;
|
|
704
732
|
}
|
|
705
733
|
return a;
|
|
@@ -711,37 +739,37 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
711
739
|
let b = this.l;
|
|
712
740
|
this.l = a;
|
|
713
741
|
if (b != this.l) {
|
|
714
|
-
this.
|
|
742
|
+
this.cl("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
715
743
|
}
|
|
716
744
|
}
|
|
717
|
-
get
|
|
718
|
-
return this.
|
|
745
|
+
get c8() {
|
|
746
|
+
return this.cv;
|
|
719
747
|
}
|
|
720
|
-
set
|
|
721
|
-
let b = this.
|
|
722
|
-
this.
|
|
723
|
-
if (b != this.
|
|
724
|
-
this.
|
|
748
|
+
set c8(a) {
|
|
749
|
+
let b = this.cv;
|
|
750
|
+
this.cv = a;
|
|
751
|
+
if (b != this.cv) {
|
|
752
|
+
this.cl("ActualFill", b, a);
|
|
725
753
|
}
|
|
726
754
|
}
|
|
727
|
-
get
|
|
728
|
-
return this.
|
|
755
|
+
get c9() {
|
|
756
|
+
return this.cw;
|
|
729
757
|
}
|
|
730
|
-
set
|
|
731
|
-
let b = this.
|
|
732
|
-
this.
|
|
733
|
-
if (b != this.
|
|
734
|
-
this.
|
|
758
|
+
set c9(a) {
|
|
759
|
+
let b = this.cw;
|
|
760
|
+
this.cw = a;
|
|
761
|
+
if (b != this.cw) {
|
|
762
|
+
this.cl("ActualStroke", b, a);
|
|
735
763
|
}
|
|
736
764
|
}
|
|
737
|
-
get
|
|
738
|
-
return this.
|
|
765
|
+
get da() {
|
|
766
|
+
return this.cx;
|
|
739
767
|
}
|
|
740
|
-
set
|
|
741
|
-
let b = this.
|
|
742
|
-
this.
|
|
743
|
-
if (b != this.
|
|
744
|
-
this.
|
|
768
|
+
set da(a) {
|
|
769
|
+
let b = this.cx;
|
|
770
|
+
this.cx = a;
|
|
771
|
+
if (b != this.cx) {
|
|
772
|
+
this.cl("ActualTextColor", b, a);
|
|
745
773
|
}
|
|
746
774
|
}
|
|
747
775
|
get ai() {
|
|
@@ -751,27 +779,27 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
751
779
|
let b = this.y;
|
|
752
780
|
this.y = a;
|
|
753
781
|
if (b != this.y) {
|
|
754
|
-
this.
|
|
782
|
+
this.cl("ActualStrokeWidth", b, a);
|
|
755
783
|
}
|
|
756
784
|
}
|
|
757
785
|
get fill() {
|
|
758
|
-
return this.
|
|
786
|
+
return this.cy;
|
|
759
787
|
}
|
|
760
788
|
set fill(a) {
|
|
761
|
-
let b = this.
|
|
762
|
-
this.
|
|
763
|
-
if (b != this.
|
|
764
|
-
this.
|
|
789
|
+
let b = this.cy;
|
|
790
|
+
this.cy = a;
|
|
791
|
+
if (b != this.cy) {
|
|
792
|
+
this.cl("Fill", b, a);
|
|
765
793
|
}
|
|
766
794
|
}
|
|
767
|
-
get
|
|
768
|
-
return this.
|
|
795
|
+
get dp() {
|
|
796
|
+
return this.c6;
|
|
769
797
|
}
|
|
770
|
-
set
|
|
771
|
-
let b = this.
|
|
772
|
-
this.
|
|
773
|
-
if (b != this.
|
|
774
|
-
this.
|
|
798
|
+
set dp(a) {
|
|
799
|
+
let b = this.c6;
|
|
800
|
+
this.c6 = a;
|
|
801
|
+
if (b != this.c6) {
|
|
802
|
+
this.cl("Stroke", b, a);
|
|
775
803
|
}
|
|
776
804
|
}
|
|
777
805
|
get ao() {
|
|
@@ -781,37 +809,37 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
781
809
|
let b = this.ac;
|
|
782
810
|
this.ac = a;
|
|
783
811
|
if (b != this.ac) {
|
|
784
|
-
this.
|
|
812
|
+
this.cl("StrokeWidth", b, a);
|
|
785
813
|
}
|
|
786
814
|
}
|
|
787
|
-
get
|
|
788
|
-
return this.
|
|
815
|
+
get dq() {
|
|
816
|
+
return this.c7;
|
|
789
817
|
}
|
|
790
|
-
set
|
|
791
|
-
let b = this.
|
|
792
|
-
this.
|
|
793
|
-
if (b != this.
|
|
794
|
-
this.
|
|
818
|
+
set dq(a) {
|
|
819
|
+
let b = this.c7;
|
|
820
|
+
this.c7 = a;
|
|
821
|
+
if (b != this.c7) {
|
|
822
|
+
this.cl("TextColor", b, a);
|
|
795
823
|
}
|
|
796
824
|
}
|
|
797
|
-
get
|
|
798
|
-
return this.
|
|
825
|
+
get dh() {
|
|
826
|
+
return this.cz;
|
|
799
827
|
}
|
|
800
|
-
set
|
|
801
|
-
let b = this.
|
|
802
|
-
this.
|
|
803
|
-
if (b != this.
|
|
804
|
-
this.
|
|
828
|
+
set dh(a) {
|
|
829
|
+
let b = this.cz;
|
|
830
|
+
this.cz = a;
|
|
831
|
+
if (b != this.cz) {
|
|
832
|
+
this.cl("HoverFill", b, a);
|
|
805
833
|
}
|
|
806
834
|
}
|
|
807
|
-
get
|
|
808
|
-
return this.
|
|
835
|
+
get di() {
|
|
836
|
+
return this.c0;
|
|
809
837
|
}
|
|
810
|
-
set
|
|
811
|
-
let b = this.
|
|
812
|
-
this.
|
|
813
|
-
if (b != this.
|
|
814
|
-
this.
|
|
838
|
+
set di(a) {
|
|
839
|
+
let b = this.c0;
|
|
840
|
+
this.c0 = a;
|
|
841
|
+
if (b != this.c0) {
|
|
842
|
+
this.cl("HoverStroke", b, a);
|
|
815
843
|
}
|
|
816
844
|
}
|
|
817
845
|
get am() {
|
|
@@ -821,17 +849,17 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
821
849
|
let b = this.aa;
|
|
822
850
|
this.aa = a;
|
|
823
851
|
if (b != this.aa) {
|
|
824
|
-
this.
|
|
852
|
+
this.cl("HoverStrokeThickness", b, a);
|
|
825
853
|
}
|
|
826
854
|
}
|
|
827
|
-
get
|
|
828
|
-
return this.
|
|
855
|
+
get dj() {
|
|
856
|
+
return this.c1;
|
|
829
857
|
}
|
|
830
|
-
set
|
|
831
|
-
let b = this.
|
|
832
|
-
this.
|
|
833
|
-
if (b != this.
|
|
834
|
-
this.
|
|
858
|
+
set dj(a) {
|
|
859
|
+
let b = this.c1;
|
|
860
|
+
this.c1 = a;
|
|
861
|
+
if (b != this.c1) {
|
|
862
|
+
this.cl("HoverTextColor", b, a);
|
|
835
863
|
}
|
|
836
864
|
}
|
|
837
865
|
get e() {
|
|
@@ -841,7 +869,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
841
869
|
let b = this.c;
|
|
842
870
|
this.c = a;
|
|
843
871
|
if (b != this.c) {
|
|
844
|
-
this.
|
|
872
|
+
this.cl("FillColors", b, this.c);
|
|
845
873
|
}
|
|
846
874
|
}
|
|
847
875
|
get f() {
|
|
@@ -851,87 +879,87 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
851
879
|
let b = this.d;
|
|
852
880
|
this.d = a;
|
|
853
881
|
if (b != this.d) {
|
|
854
|
-
this.
|
|
882
|
+
this.cl("StrokeColors", b, this.d);
|
|
855
883
|
}
|
|
856
884
|
}
|
|
857
|
-
get
|
|
858
|
-
return this.
|
|
885
|
+
get dk() {
|
|
886
|
+
return this.c2;
|
|
859
887
|
}
|
|
860
|
-
set
|
|
861
|
-
let b = this.
|
|
862
|
-
this.
|
|
863
|
-
if (b != this.
|
|
864
|
-
this.
|
|
888
|
+
set dk(a) {
|
|
889
|
+
let b = this.c2;
|
|
890
|
+
this.c2 = a;
|
|
891
|
+
if (b != this.c2) {
|
|
892
|
+
this.cl("PrimaryFillColor", b, this.c2);
|
|
865
893
|
}
|
|
866
894
|
}
|
|
867
|
-
get
|
|
868
|
-
return this.
|
|
895
|
+
get dl() {
|
|
896
|
+
return this.c3;
|
|
869
897
|
}
|
|
870
|
-
set
|
|
871
|
-
let b = this.
|
|
872
|
-
this.
|
|
873
|
-
if (b != this.
|
|
874
|
-
this.
|
|
898
|
+
set dl(a) {
|
|
899
|
+
let b = this.c3;
|
|
900
|
+
this.c3 = a;
|
|
901
|
+
if (b != this.c3) {
|
|
902
|
+
this.cl("PrimaryStrokeColor", b, this.c3);
|
|
875
903
|
}
|
|
876
904
|
}
|
|
877
|
-
get
|
|
878
|
-
return this.
|
|
905
|
+
get dm() {
|
|
906
|
+
return this.c4;
|
|
879
907
|
}
|
|
880
|
-
set
|
|
881
|
-
let b = this.
|
|
882
|
-
this.
|
|
883
|
-
if (b != this.
|
|
884
|
-
this.
|
|
908
|
+
set dm(a) {
|
|
909
|
+
let b = this.c4;
|
|
910
|
+
this.c4 = a;
|
|
911
|
+
if (b != this.c4) {
|
|
912
|
+
this.cl("SecondaryFillColor", b, this.c4);
|
|
885
913
|
}
|
|
886
914
|
}
|
|
887
|
-
get
|
|
888
|
-
return this.
|
|
915
|
+
get dn() {
|
|
916
|
+
return this.c5;
|
|
889
917
|
}
|
|
890
|
-
set
|
|
891
|
-
let b = this.
|
|
892
|
-
this.
|
|
893
|
-
if (b != this.
|
|
894
|
-
this.
|
|
918
|
+
set dn(a) {
|
|
919
|
+
let b = this.c5;
|
|
920
|
+
this.c5 = a;
|
|
921
|
+
if (b != this.c5) {
|
|
922
|
+
this.cl("SecondaryStrokeColor", b, this.c5);
|
|
895
923
|
}
|
|
896
924
|
}
|
|
897
|
-
get
|
|
898
|
-
return this.
|
|
925
|
+
get a1() {
|
|
926
|
+
return this.ay;
|
|
899
927
|
}
|
|
900
|
-
set
|
|
901
|
-
let b = this.
|
|
902
|
-
this.
|
|
903
|
-
if (b != this.
|
|
904
|
-
this.
|
|
928
|
+
set a1(a) {
|
|
929
|
+
let b = this.ay;
|
|
930
|
+
this.ay = a;
|
|
931
|
+
if (b != this.ay) {
|
|
932
|
+
this.cl("Source", b, a);
|
|
905
933
|
}
|
|
906
934
|
}
|
|
907
|
-
get
|
|
908
|
-
return this.
|
|
935
|
+
get bg() {
|
|
936
|
+
return this.a3;
|
|
909
937
|
}
|
|
910
|
-
set
|
|
911
|
-
let b = this.
|
|
912
|
-
this.
|
|
913
|
-
if (b != this.
|
|
914
|
-
this.
|
|
938
|
+
set bg(a) {
|
|
939
|
+
let b = this.a3;
|
|
940
|
+
this.a3 = a;
|
|
941
|
+
if (b != this.a3) {
|
|
942
|
+
this.cl("DataURL", b, a);
|
|
915
943
|
}
|
|
916
944
|
}
|
|
917
945
|
get svgPath() {
|
|
918
|
-
return this.
|
|
946
|
+
return this.a6;
|
|
919
947
|
}
|
|
920
948
|
set svgPath(a) {
|
|
921
|
-
let b = this.
|
|
922
|
-
this.
|
|
923
|
-
if (b != this.
|
|
924
|
-
this.
|
|
949
|
+
let b = this.a6;
|
|
950
|
+
this.a6 = a;
|
|
951
|
+
if (b != this.a6) {
|
|
952
|
+
this.cl("SVGPath", b, a);
|
|
925
953
|
}
|
|
926
954
|
}
|
|
927
955
|
get svg() {
|
|
928
|
-
return this.
|
|
956
|
+
return this.a5;
|
|
929
957
|
}
|
|
930
958
|
set svg(a) {
|
|
931
|
-
let b = this.
|
|
932
|
-
this.
|
|
933
|
-
if (b != this.
|
|
934
|
-
this.
|
|
959
|
+
let b = this.a5;
|
|
960
|
+
this.a5 = a;
|
|
961
|
+
if (b != this.a5) {
|
|
962
|
+
this.cl("SVG", b, this.a5);
|
|
935
963
|
}
|
|
936
964
|
}
|
|
937
965
|
get b() {
|
|
@@ -941,13 +969,33 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
941
969
|
let b = this.a;
|
|
942
970
|
this.a = a;
|
|
943
971
|
if (b != this.a) {
|
|
944
|
-
this.
|
|
972
|
+
this.cl("SVGPaths", b, this.a);
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
get cu() {
|
|
976
|
+
return this.ct;
|
|
977
|
+
}
|
|
978
|
+
set cu(a) {
|
|
979
|
+
let b = this.ct;
|
|
980
|
+
this.ct = a;
|
|
981
|
+
if (b != this.ct) {
|
|
982
|
+
this.cl("DataTemplate", b, this.ct);
|
|
983
|
+
}
|
|
984
|
+
}
|
|
985
|
+
get az() {
|
|
986
|
+
return this.ax;
|
|
987
|
+
}
|
|
988
|
+
set az(a) {
|
|
989
|
+
let b = this.ax;
|
|
990
|
+
this.ax = a;
|
|
991
|
+
if (b != this.ax) {
|
|
992
|
+
this.cl("DataTemplateContext", b, this.ax);
|
|
945
993
|
}
|
|
946
994
|
}
|
|
947
|
-
|
|
995
|
+
cj() {
|
|
948
996
|
this.v = true;
|
|
949
997
|
}
|
|
950
|
-
|
|
998
|
+
ck() {
|
|
951
999
|
this.v = false;
|
|
952
1000
|
}
|
|
953
1001
|
get o() {
|
|
@@ -957,17 +1005,17 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
957
1005
|
let b = this.n;
|
|
958
1006
|
this.n = a;
|
|
959
1007
|
if (b != this.n) {
|
|
960
|
-
this.
|
|
1008
|
+
this.cl("TextStyle", b, a);
|
|
961
1009
|
}
|
|
962
1010
|
}
|
|
963
|
-
get
|
|
964
|
-
return this.
|
|
1011
|
+
get bq() {
|
|
1012
|
+
return this.a4;
|
|
965
1013
|
}
|
|
966
|
-
set
|
|
967
|
-
let b = this.
|
|
968
|
-
this.
|
|
969
|
-
if (b != this.
|
|
970
|
-
this.
|
|
1014
|
+
set bq(a) {
|
|
1015
|
+
let b = this.a4;
|
|
1016
|
+
this.a4 = a;
|
|
1017
|
+
if (b != this.a4) {
|
|
1018
|
+
this.cl("Id", b, a);
|
|
971
1019
|
}
|
|
972
1020
|
}
|
|
973
1021
|
get s() {
|
|
@@ -981,17 +1029,17 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
981
1029
|
this.au = a;
|
|
982
1030
|
this.p = true;
|
|
983
1031
|
if (b != this.au) {
|
|
984
|
-
this.
|
|
1032
|
+
this.cl("TabIndex", b, a);
|
|
985
1033
|
}
|
|
986
1034
|
}
|
|
987
|
-
get
|
|
988
|
-
return this.
|
|
1035
|
+
get bb() {
|
|
1036
|
+
return this.a2;
|
|
989
1037
|
}
|
|
990
|
-
set
|
|
991
|
-
let b = this.
|
|
992
|
-
this.
|
|
993
|
-
if (b != this.
|
|
994
|
-
this.
|
|
1038
|
+
set bb(a) {
|
|
1039
|
+
let b = this.a2;
|
|
1040
|
+
this.a2 = a;
|
|
1041
|
+
if (b != this.a2) {
|
|
1042
|
+
this.cl("AriaLabel", b, a);
|
|
995
1043
|
}
|
|
996
1044
|
}
|
|
997
1045
|
get v() {
|
|
@@ -1001,7 +1049,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1001
1049
|
let b = this.r;
|
|
1002
1050
|
this.r = a;
|
|
1003
1051
|
if (b != this.r) {
|
|
1004
|
-
this.
|
|
1052
|
+
this.cl("IsHover", b, a);
|
|
1005
1053
|
}
|
|
1006
1054
|
}
|
|
1007
1055
|
get disabled() {
|
|
@@ -1011,7 +1059,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1011
1059
|
let b = this.q;
|
|
1012
1060
|
this.q = a;
|
|
1013
1061
|
if (b != this.q) {
|
|
1014
|
-
this.
|
|
1062
|
+
this.cl("IsDisabled", b, a);
|
|
1015
1063
|
}
|
|
1016
1064
|
}
|
|
1017
1065
|
get an() {
|
|
@@ -1021,7 +1069,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1021
1069
|
let b = this.ab;
|
|
1022
1070
|
this.ab = a;
|
|
1023
1071
|
if (b != this.ab) {
|
|
1024
|
-
this.
|
|
1072
|
+
this.cl("Opacity", b, this.ab);
|
|
1025
1073
|
}
|
|
1026
1074
|
}
|
|
1027
1075
|
get aq() {
|
|
@@ -1031,7 +1079,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1031
1079
|
let b = this.ae;
|
|
1032
1080
|
this.ae = a;
|
|
1033
1081
|
if (b != this.ae) {
|
|
1034
|
-
this.
|
|
1082
|
+
this.cl("ViewBoxLeft", b, this.ae);
|
|
1035
1083
|
}
|
|
1036
1084
|
}
|
|
1037
1085
|
get ar() {
|
|
@@ -1041,7 +1089,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1041
1089
|
let b = this.af;
|
|
1042
1090
|
this.af = a;
|
|
1043
1091
|
if (b != this.af) {
|
|
1044
|
-
this.
|
|
1092
|
+
this.cl("ViewBoxTop", b, this.af);
|
|
1045
1093
|
}
|
|
1046
1094
|
}
|
|
1047
1095
|
get as() {
|
|
@@ -1051,7 +1099,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1051
1099
|
let b = this.ag;
|
|
1052
1100
|
this.ag = a;
|
|
1053
1101
|
if (b != this.ag) {
|
|
1054
|
-
this.
|
|
1102
|
+
this.cl("ViewBoxWidth", b, this.ag);
|
|
1055
1103
|
}
|
|
1056
1104
|
}
|
|
1057
1105
|
get ap() {
|
|
@@ -1061,7 +1109,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1061
1109
|
let b = this.ad;
|
|
1062
1110
|
this.ad = a;
|
|
1063
1111
|
if (b != this.ad) {
|
|
1064
|
-
this.
|
|
1112
|
+
this.cl("ViewBoxHeight", b, this.ad);
|
|
1065
1113
|
}
|
|
1066
1114
|
}
|
|
1067
1115
|
get at() {
|
|
@@ -1071,7 +1119,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1071
1119
|
let b = this.ah;
|
|
1072
1120
|
this.ah = a;
|
|
1073
1121
|
if (b != this.ah) {
|
|
1074
|
-
this.
|
|
1122
|
+
this.cl("Width", b, this.ah);
|
|
1075
1123
|
}
|
|
1076
1124
|
}
|
|
1077
1125
|
get al() {
|
|
@@ -1081,16 +1129,16 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1081
1129
|
let b = this.z;
|
|
1082
1130
|
this.z = a;
|
|
1083
1131
|
if (b != this.z) {
|
|
1084
|
-
this.
|
|
1132
|
+
this.cl("Height", b, this.z);
|
|
1085
1133
|
}
|
|
1086
1134
|
}
|
|
1087
|
-
|
|
1135
|
+
cm() {
|
|
1088
1136
|
}
|
|
1089
1137
|
onDetachedFromUI() {
|
|
1090
|
-
this.view.
|
|
1138
|
+
this.view.al();
|
|
1091
1139
|
}
|
|
1092
1140
|
onAttachedToUI() {
|
|
1093
|
-
this.view.
|
|
1141
|
+
this.view.ai();
|
|
1094
1142
|
}
|
|
1095
1143
|
x() {
|
|
1096
1144
|
if (this.disabled) {
|
|
@@ -1106,10 +1154,10 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1106
1154
|
w() {
|
|
1107
1155
|
return this.view.l();
|
|
1108
1156
|
}
|
|
1109
|
-
|
|
1157
|
+
a0() {
|
|
1110
1158
|
return this.g();
|
|
1111
1159
|
}
|
|
1112
|
-
|
|
1160
|
+
bi() {
|
|
1113
1161
|
let a = this.g();
|
|
1114
1162
|
return a.l();
|
|
1115
1163
|
}
|
|
@@ -1123,7 +1171,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1123
1171
|
a.a = this.view.a();
|
|
1124
1172
|
a.svg = this.svg;
|
|
1125
1173
|
a.svgPath = this.svgPath;
|
|
1126
|
-
a.k = this.
|
|
1174
|
+
a.k = this.bg;
|
|
1127
1175
|
if (this.o != null) {
|
|
1128
1176
|
let c = this.o;
|
|
1129
1177
|
if (this.view != null && c.q == null) {
|
|
@@ -1155,16 +1203,16 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1155
1203
|
return a;
|
|
1156
1204
|
}
|
|
1157
1205
|
provideContainer(a) {
|
|
1158
|
-
this.view.
|
|
1206
|
+
this.view.ak(a);
|
|
1159
1207
|
}
|
|
1160
1208
|
}
|
|
1161
1209
|
XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
|
|
1162
|
-
XIcon.
|
|
1163
|
-
XIcon.
|
|
1164
|
-
XIcon.
|
|
1165
|
-
XIcon.
|
|
1166
|
-
XIcon.
|
|
1167
|
-
XIcon.
|
|
1210
|
+
XIcon.db = null;
|
|
1211
|
+
XIcon.dg = null;
|
|
1212
|
+
XIcon.df = null;
|
|
1213
|
+
XIcon.dc = null;
|
|
1214
|
+
XIcon.dd = null;
|
|
1215
|
+
XIcon.de = null;
|
|
1168
1216
|
XIcon.ak = NaN;
|
|
1169
1217
|
XIcon.aj = NaN;
|
|
1170
1218
|
XIcon.aw = 0;
|