igniteui-angular-inputs 17.3.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 +1017 -697
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonView_combined.js +22 -22
- package/esm2015/lib/CalendarView_combined.js +16 -14
- package/esm2015/lib/CheckboxView_combined.js +73 -67
- package/esm2015/lib/DatePickerView_combined.js +14 -14
- package/esm2015/lib/IconView_combined.js +663 -467
- package/esm2015/lib/IconVisualModelExport.js +13 -11
- package/esm2015/lib/InputGroupView_combined.js +29 -29
- package/esm2015/lib/NativeUIXInputsFactory.js +1 -1
- package/esm2015/lib/XButtonBridge.js +7 -0
- package/esm2015/lib/XIconBridge.js +58 -31
- package/esm2015/lib/XIconButtonBridge.js +1 -1
- package/esm2015/lib/igx-x-icon-component.js +90 -64
- package/esm5/lib/ButtonView_combined.js +22 -22
- package/esm5/lib/CalendarView_combined.js +16 -14
- package/esm5/lib/CheckboxView_combined.js +77 -67
- package/esm5/lib/DatePickerView_combined.js +14 -14
- package/esm5/lib/IconView_combined.js +685 -444
- package/esm5/lib/IconVisualModelExport.js +13 -11
- package/esm5/lib/InputGroupView_combined.js +29 -29
- package/esm5/lib/NativeUIXInputsFactory.js +1 -1
- package/esm5/lib/XButtonBridge.js +7 -0
- package/esm5/lib/XIconBridge.js +58 -31
- package/esm5/lib/XIconButtonBridge.js +1 -1
- package/esm5/lib/igx-x-icon-component.js +98 -64
- package/fesm2015/igniteui-angular-inputs.js +983 -720
- package/fesm5/igniteui-angular-inputs.js +1018 -698
- package/lib/CheckboxView_combined.d.ts +17 -16
- package/lib/IconView_combined.d.ts +150 -134
- package/lib/IconVisualModelExport.d.ts +4 -3
- package/lib/XIconBridge.d.ts +3 -0
- package/lib/igx-x-icon-component.d.ts +12 -1
- package/package.json +5 -5
|
@@ -6,14 +6,17 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { __extends, __values } from "tslib";
|
|
8
8
|
import { Base, String_$type, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox } from "igniteui-angular-core";
|
|
9
|
+
import { DomWrapper_$type } from "igniteui-angular-core";
|
|
9
10
|
import { List$1 } from "igniteui-angular-core";
|
|
10
11
|
import { Tuple$2 } from "igniteui-angular-core";
|
|
11
12
|
import { SVGNode } from "igniteui-angular-core";
|
|
12
13
|
import { FastIterationDictionary$2 } from "igniteui-angular-core";
|
|
14
|
+
import { Dictionary$2 } from "igniteui-angular-core";
|
|
15
|
+
import { Brush } from "igniteui-angular-core";
|
|
16
|
+
import { NativeUI } from "igniteui-angular-core";
|
|
13
17
|
import { isNaN_ } from "igniteui-angular-core";
|
|
14
18
|
import { IIcon_$type } from "igniteui-angular-core";
|
|
15
19
|
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
16
|
-
import { NativeUI } from "igniteui-angular-core";
|
|
17
20
|
import { IconClickedEventArgs } from "./IconClickedEventArgs";
|
|
18
21
|
import { IconVisualModelExport } from "./IconVisualModelExport";
|
|
19
22
|
import { AppearanceHelper } from "igniteui-angular-core";
|
|
@@ -27,62 +30,71 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27
30
|
__extends(IconView, _super);
|
|
28
31
|
function IconView() {
|
|
29
32
|
var _this = _super.call(this) || this;
|
|
30
|
-
_this.b = null;
|
|
31
|
-
_this.o = null;
|
|
32
|
-
_this.e = null;
|
|
33
|
-
_this.i = new List$1(Delegate_$type, 0);
|
|
34
|
-
_this.j = null;
|
|
35
|
-
_this.k = null;
|
|
36
|
-
_this.l = null;
|
|
37
|
-
_this.m = null;
|
|
38
|
-
_this.n = null;
|
|
39
33
|
_this.c = null;
|
|
34
|
+
_this.s = null;
|
|
35
|
+
_this.f = null;
|
|
36
|
+
_this.l = new List$1(Delegate_$type, 0);
|
|
37
|
+
_this.n = null;
|
|
38
|
+
_this.o = null;
|
|
39
|
+
_this.p = null;
|
|
40
|
+
_this.q = null;
|
|
41
|
+
_this.r = null;
|
|
40
42
|
_this.d = null;
|
|
43
|
+
_this.e = null;
|
|
44
|
+
_this.y = null;
|
|
45
|
+
_this.k = new Dictionary$2(Brush.$, String_$type, 0);
|
|
46
|
+
_this.g = true;
|
|
47
|
+
_this.v = null;
|
|
41
48
|
_this.u = null;
|
|
42
49
|
_this.t = null;
|
|
43
|
-
_this.
|
|
44
|
-
_this.p = null;
|
|
45
|
-
_this.q = null;
|
|
46
|
-
_this.j = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
47
|
-
_this.k = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
48
|
-
_this.l = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
49
|
-
_this.m = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
50
|
+
_this.m = new List$1(DomWrapper_$type, 0);
|
|
50
51
|
_this.n = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
51
|
-
_this.
|
|
52
|
+
_this.o = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
53
|
+
_this.p = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
54
|
+
_this.q = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
55
|
+
_this.r = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
52
56
|
_this.d = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
|
|
57
|
+
_this.e = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
|
|
53
58
|
return _this;
|
|
54
59
|
}
|
|
55
|
-
IconView.prototype.
|
|
60
|
+
IconView.prototype.ag = function () {
|
|
56
61
|
};
|
|
57
|
-
IconView.prototype.
|
|
62
|
+
IconView.prototype.i = function () {
|
|
58
63
|
return true;
|
|
59
64
|
};
|
|
60
|
-
Object.defineProperty(IconView.prototype, "
|
|
65
|
+
Object.defineProperty(IconView.prototype, "w", {
|
|
61
66
|
get: function () {
|
|
62
|
-
return this.
|
|
67
|
+
return this.v;
|
|
63
68
|
},
|
|
64
69
|
enumerable: false,
|
|
65
70
|
configurable: true
|
|
66
71
|
});
|
|
67
|
-
Object.defineProperty(IconView.prototype, "
|
|
72
|
+
Object.defineProperty(IconView.prototype, "x", {
|
|
68
73
|
get: function () {
|
|
69
74
|
return null;
|
|
70
75
|
},
|
|
71
76
|
enumerable: false,
|
|
72
77
|
configurable: true
|
|
73
78
|
});
|
|
74
|
-
Object.defineProperty(IconView.prototype, "
|
|
79
|
+
Object.defineProperty(IconView.prototype, "b", {
|
|
80
|
+
get: function () {
|
|
81
|
+
return this.m.toArray();
|
|
82
|
+
},
|
|
83
|
+
enumerable: false,
|
|
84
|
+
configurable: true
|
|
85
|
+
});
|
|
86
|
+
Object.defineProperty(IconView.prototype, "j", {
|
|
75
87
|
get: function () {
|
|
76
88
|
return true;
|
|
77
89
|
},
|
|
78
90
|
enumerable: false,
|
|
79
91
|
configurable: true
|
|
80
92
|
});
|
|
81
|
-
IconView.prototype.
|
|
93
|
+
IconView.prototype.ae = function (a) {
|
|
82
94
|
var e_1, _a;
|
|
83
95
|
if (a == null) {
|
|
84
96
|
try {
|
|
85
|
-
for (var _b = __values(fromEnum(this.
|
|
97
|
+
for (var _b = __values(fromEnum(this.l)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
86
98
|
var b = _c.value;
|
|
87
99
|
b();
|
|
88
100
|
}
|
|
@@ -100,84 +112,172 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
100
112
|
throw e_1.error;
|
|
101
113
|
}
|
|
102
114
|
}
|
|
103
|
-
this.
|
|
104
|
-
if (this.
|
|
105
|
-
this.
|
|
115
|
+
this.l.clear();
|
|
116
|
+
if (this.v != null) {
|
|
117
|
+
this.v.unlistenAll();
|
|
118
|
+
}
|
|
119
|
+
if (this.u != null) {
|
|
120
|
+
this.u.unlistenAll();
|
|
106
121
|
}
|
|
107
122
|
}
|
|
108
|
-
this.
|
|
123
|
+
this.s = a;
|
|
109
124
|
a.rootWrapper.setStyleProperty("position", "relative");
|
|
110
|
-
this.
|
|
111
|
-
this.
|
|
112
|
-
this.
|
|
113
|
-
this.
|
|
114
|
-
this.
|
|
115
|
-
|
|
125
|
+
this.s.rootWrapper.setStyleProperty("display", "flex");
|
|
126
|
+
this.s.rootWrapper.setStyleProperty("flex-direction", "row");
|
|
127
|
+
this.s.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
|
|
128
|
+
this.s.rootWrapper.setStyleProperty("align-items", "center");
|
|
129
|
+
this.s.rootWrapper.setStyleProperty("justify-content", "center");
|
|
130
|
+
this.am();
|
|
131
|
+
var c = this.s.createElementNS("svg", "http://www.w3.org/2000/svg");
|
|
116
132
|
c.setStyleProperty("position", "absolute");
|
|
117
133
|
c.setStyleProperty("top", "0");
|
|
118
134
|
c.setStyleProperty("left", "0");
|
|
119
135
|
c.setStyleProperty("right", "0");
|
|
120
136
|
c.setStyleProperty("bottom", "0");
|
|
121
|
-
this.
|
|
122
|
-
this.
|
|
123
|
-
|
|
124
|
-
d.
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
137
|
+
this.v = c;
|
|
138
|
+
var d = this.s.createElement("img");
|
|
139
|
+
d.setStyleProperty("height", "100%");
|
|
140
|
+
d.setStyleProperty("width", "100%");
|
|
141
|
+
d.setStyleProperty("object-fit", "contain");
|
|
142
|
+
this.u = d;
|
|
143
|
+
this.ar();
|
|
144
|
+
this.t = a.createElementNS("defs", "http://www.w3.org/2000/svg");
|
|
145
|
+
this.v.append(this.t);
|
|
146
|
+
this.s.append(this.v);
|
|
147
|
+
this.l.add(c.listen("click", runOn(this, this.ad)));
|
|
148
|
+
this.c.cc();
|
|
149
|
+
};
|
|
150
|
+
IconView.prototype.ao = function (a) {
|
|
151
|
+
this.k.clear();
|
|
152
|
+
this.s.rootWrapper.removeChildren();
|
|
153
|
+
this.s.rootWrapper.append(this.v);
|
|
154
|
+
this.v.removeChildren();
|
|
155
|
+
this.t.removeChildren();
|
|
156
|
+
this.m.clear();
|
|
157
|
+
if (a != null) {
|
|
158
|
+
var b = this.s.createElementNS("path", "http://www.w3.org/2000/svg");
|
|
159
|
+
b.setAttribute("d", a);
|
|
160
|
+
this.v.append(this.t);
|
|
161
|
+
this.v.append(b);
|
|
162
|
+
this.m.add(b);
|
|
128
163
|
}
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
this.
|
|
132
|
-
this.
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
this.
|
|
139
|
-
|
|
140
|
-
this.
|
|
164
|
+
};
|
|
165
|
+
IconView.prototype.ap = function (a) {
|
|
166
|
+
this.k.clear();
|
|
167
|
+
this.s.rootWrapper.removeChildren();
|
|
168
|
+
this.s.rootWrapper.append(this.v);
|
|
169
|
+
this.v.removeChildren();
|
|
170
|
+
this.t.removeChildren();
|
|
171
|
+
this.m.clear();
|
|
172
|
+
if (a != null && a.length > 0) {
|
|
173
|
+
this.v.append(this.t);
|
|
174
|
+
for (var b = 0; b < a.length; b++) {
|
|
175
|
+
var c = this.s.createElementNS("path", "http://www.w3.org/2000/svg");
|
|
176
|
+
c.setAttribute("d", a[b]);
|
|
177
|
+
this.v.append(c);
|
|
178
|
+
this.m.add(c);
|
|
141
179
|
}
|
|
142
180
|
}
|
|
143
181
|
};
|
|
144
|
-
IconView.prototype.
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
this.
|
|
148
|
-
|
|
149
|
-
|
|
182
|
+
IconView.prototype.an = function (a) {
|
|
183
|
+
this.s.rootWrapper.removeChildren();
|
|
184
|
+
if (a != null) {
|
|
185
|
+
var b = this.s.rootWrapper.getNativeElement();
|
|
186
|
+
b.innerHTML = a;
|
|
187
|
+
}
|
|
188
|
+
};
|
|
189
|
+
IconView.prototype.al = function (a) {
|
|
190
|
+
if (this.y != a) {
|
|
191
|
+
this.y = a;
|
|
192
|
+
this.s.rootWrapper.removeChildren();
|
|
193
|
+
this.s.rootWrapper.append(this.u);
|
|
194
|
+
this.u.setAttribute("src", a);
|
|
195
|
+
}
|
|
196
|
+
};
|
|
197
|
+
IconView.prototype.h = function () {
|
|
198
|
+
return this.c.svgPath != null || this.c.svg != null || this.c.b != null;
|
|
199
|
+
};
|
|
200
|
+
IconView.prototype.am = function () {
|
|
201
|
+
this.s.rootWrapper.setStyleProperty("width", isNaN_(this.c.aq) ? "1.5rem" : this.c.aq + "px");
|
|
202
|
+
this.s.rootWrapper.setStyleProperty("height", isNaN_(this.c.ai) ? "1.5rem" : this.c.ai + "px");
|
|
203
|
+
};
|
|
204
|
+
IconView.prototype.ar = function () {
|
|
205
|
+
var a = isNaN_(this.c.an) ? 0 : this.c.an;
|
|
206
|
+
var b = isNaN_(this.c.ao) ? 0 : this.c.ao;
|
|
207
|
+
var c = isNaN_(this.c.ap) ? 24 : this.c.ap;
|
|
208
|
+
var d = isNaN_(this.c.am) ? 24 : this.c.am;
|
|
209
|
+
this.v.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
|
|
210
|
+
};
|
|
211
|
+
IconView.prototype.ai = function (a, b) {
|
|
212
|
+
var c = a.color;
|
|
213
|
+
if (!this.k.containsKey(a)) {
|
|
214
|
+
if (a.isGradient) {
|
|
215
|
+
var d = this.t.getChildCount();
|
|
216
|
+
var e = a;
|
|
217
|
+
var f = this.s.createElementNS("linearGradient", "http://www.w3.org/2000/svg");
|
|
218
|
+
var g = "ig_gradient_" + b + "_" + d;
|
|
219
|
+
f.setAttribute("id", g);
|
|
220
|
+
f.setAttribute("x1", e.startX.toString());
|
|
221
|
+
f.setAttribute("x2", e.endX.toString());
|
|
222
|
+
f.setAttribute("y1", e.startY.toString());
|
|
223
|
+
f.setAttribute("y2", e.endY.toString());
|
|
224
|
+
var j = e.gradientStops;
|
|
225
|
+
for (var i = 0; i < j.length; i++) {
|
|
226
|
+
var h = j[i];
|
|
227
|
+
var k = this.s.createElementNS("stop", "http://www.w3.org/2000/svg");
|
|
228
|
+
k.setAttribute("offset", h.offset * 100 + "%");
|
|
229
|
+
k.setAttribute("stop-color", h._fill);
|
|
230
|
+
f.append(k);
|
|
231
|
+
}
|
|
232
|
+
this.t.append(f);
|
|
233
|
+
this.k.addItem(a, g);
|
|
234
|
+
}
|
|
235
|
+
else if (a.isRadialGradient) {
|
|
236
|
+
}
|
|
150
237
|
}
|
|
151
238
|
};
|
|
152
|
-
IconView.prototype.
|
|
153
|
-
|
|
154
|
-
this.
|
|
239
|
+
IconView.prototype.aj = function (a, b) {
|
|
240
|
+
var c = a;
|
|
241
|
+
if (this.k.containsKey(b)) {
|
|
242
|
+
c.setAttribute("fill", "url(#" + this.k.item(b) + ")");
|
|
243
|
+
this.s.rootWrapper.removeChildren();
|
|
244
|
+
this.s.rootWrapper.append(this.v);
|
|
245
|
+
}
|
|
246
|
+
else {
|
|
247
|
+
NativeUI.r(a, b);
|
|
248
|
+
}
|
|
155
249
|
};
|
|
156
|
-
IconView.prototype.
|
|
157
|
-
|
|
250
|
+
IconView.prototype.ak = function (a, b) {
|
|
251
|
+
var c = a;
|
|
252
|
+
if (this.k.containsKey(b)) {
|
|
253
|
+
c.setAttribute("stroke", "url('#" + this.k.item(b) + "')");
|
|
254
|
+
}
|
|
255
|
+
else {
|
|
256
|
+
NativeUI.aa(a, b);
|
|
257
|
+
}
|
|
158
258
|
};
|
|
159
|
-
IconView.prototype.
|
|
259
|
+
IconView.prototype.z = function (a) {
|
|
160
260
|
};
|
|
161
|
-
IconView.prototype.
|
|
162
|
-
if (this.
|
|
261
|
+
IconView.prototype.ah = function () {
|
|
262
|
+
if (this.i()) {
|
|
163
263
|
}
|
|
164
264
|
};
|
|
165
|
-
IconView.prototype.
|
|
166
|
-
this.
|
|
265
|
+
IconView.prototype.aa = function (a) {
|
|
266
|
+
this.c.b9();
|
|
167
267
|
};
|
|
168
|
-
IconView.prototype.
|
|
169
|
-
this.
|
|
268
|
+
IconView.prototype.ab = function (a) {
|
|
269
|
+
this.c.ca();
|
|
170
270
|
};
|
|
171
|
-
IconView.prototype.
|
|
172
|
-
this.
|
|
173
|
-
this.
|
|
174
|
-
this.
|
|
271
|
+
IconView.prototype.ac = function () {
|
|
272
|
+
this.g = true;
|
|
273
|
+
this.l.add(this.s.rootWrapper.listen("mouseenter", runOn(this, this.aa)));
|
|
274
|
+
this.l.add(this.s.rootWrapper.listen("mouseleave", runOn(this, this.ab)));
|
|
175
275
|
};
|
|
176
|
-
IconView.prototype.
|
|
276
|
+
IconView.prototype.af = function () {
|
|
177
277
|
var e_2, _a;
|
|
178
|
-
this.
|
|
278
|
+
this.g = false;
|
|
179
279
|
try {
|
|
180
|
-
for (var _b = __values(fromEnum(this.
|
|
280
|
+
for (var _b = __values(fromEnum(this.l)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
181
281
|
var a = _c.value;
|
|
182
282
|
a();
|
|
183
283
|
}
|
|
@@ -195,15 +295,15 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
195
295
|
throw e_2.error;
|
|
196
296
|
}
|
|
197
297
|
}
|
|
198
|
-
this.
|
|
298
|
+
this.l.clear();
|
|
199
299
|
};
|
|
200
|
-
IconView.prototype.
|
|
300
|
+
IconView.prototype.aq = function (a) {
|
|
201
301
|
if (a != null) {
|
|
202
|
-
this.
|
|
302
|
+
this.s.rootWrapper.setStyleProperty("font", a.fontString);
|
|
203
303
|
}
|
|
204
304
|
};
|
|
205
305
|
IconView.prototype.a = function () {
|
|
206
|
-
var rect_ = this.
|
|
306
|
+
var rect_ = this.s.rootWrapper.getNativeElement().getBoundingClientRect();
|
|
207
307
|
var a = (rect_.top);
|
|
208
308
|
var b = (rect_.left);
|
|
209
309
|
var c = new Array(2);
|
|
@@ -211,8 +311,8 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
211
311
|
c[1] = b;
|
|
212
312
|
return c;
|
|
213
313
|
};
|
|
214
|
-
IconView.prototype.
|
|
215
|
-
this.
|
|
314
|
+
IconView.prototype.ad = function (a) {
|
|
315
|
+
this.c.b7();
|
|
216
316
|
};
|
|
217
317
|
IconView.$t = markType(IconView, 'IconView');
|
|
218
318
|
return IconView;
|
|
@@ -226,47 +326,49 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
226
326
|
function XIcon() {
|
|
227
327
|
var _this = _super.call(this) || this;
|
|
228
328
|
_this._view = null;
|
|
229
|
-
_this.
|
|
230
|
-
_this.
|
|
231
|
-
_this.
|
|
232
|
-
_this.
|
|
233
|
-
_this.
|
|
234
|
-
_this.
|
|
235
|
-
_this.
|
|
236
|
-
_this.
|
|
237
|
-
_this.
|
|
238
|
-
_this.
|
|
239
|
-
_this.
|
|
240
|
-
_this.
|
|
241
|
-
_this.
|
|
242
|
-
_this.
|
|
243
|
-
_this.
|
|
244
|
-
_this.
|
|
245
|
-
_this.
|
|
246
|
-
_this.
|
|
247
|
-
_this.
|
|
329
|
+
_this.j = 0;
|
|
330
|
+
_this.cj = XIcon.cz;
|
|
331
|
+
_this.ck = XIcon.c3;
|
|
332
|
+
_this.cl = XIcon.c4;
|
|
333
|
+
_this.v = XIcon.ah;
|
|
334
|
+
_this.cm = XIcon.cz;
|
|
335
|
+
_this.cu = XIcon.c3;
|
|
336
|
+
_this.z = XIcon.ah;
|
|
337
|
+
_this.cv = XIcon.c4;
|
|
338
|
+
_this.cn = XIcon.c0;
|
|
339
|
+
_this.co = XIcon.c1;
|
|
340
|
+
_this.x = XIcon.ag;
|
|
341
|
+
_this.cp = null;
|
|
342
|
+
_this.c = null;
|
|
343
|
+
_this.d = null;
|
|
344
|
+
_this.cq = null;
|
|
345
|
+
_this.cr = null;
|
|
346
|
+
_this.cs = null;
|
|
347
|
+
_this.ct = null;
|
|
248
348
|
_this.aw = null;
|
|
249
|
-
_this.
|
|
250
|
-
_this.
|
|
251
|
-
_this.
|
|
252
|
-
_this.
|
|
253
|
-
_this.
|
|
254
|
-
_this.
|
|
349
|
+
_this.az = null;
|
|
350
|
+
_this.ay = null;
|
|
351
|
+
_this.a = null;
|
|
352
|
+
_this.l = null;
|
|
353
|
+
_this.ax = "ig-icon-" + XIcon.at++;
|
|
354
|
+
_this.ar = 0;
|
|
255
355
|
_this.n = false;
|
|
256
|
-
_this.
|
|
257
|
-
_this.
|
|
258
|
-
_this.
|
|
259
|
-
_this.
|
|
356
|
+
_this.av = null;
|
|
357
|
+
_this.p = false;
|
|
358
|
+
_this.o = false;
|
|
359
|
+
_this.y = 1;
|
|
260
360
|
_this.ab = NaN;
|
|
261
|
-
_this.y = NaN;
|
|
262
361
|
_this.ac = NaN;
|
|
263
|
-
_this.
|
|
362
|
+
_this.ad = NaN;
|
|
363
|
+
_this.aa = NaN;
|
|
364
|
+
_this.ae = NaN;
|
|
365
|
+
_this.w = NaN;
|
|
264
366
|
_this.clicked = null;
|
|
265
367
|
_this.propertyChanged = null;
|
|
266
368
|
var a = new IconView();
|
|
267
|
-
a.
|
|
369
|
+
a.c = _this;
|
|
268
370
|
_this.view = a;
|
|
269
|
-
_this.view.
|
|
371
|
+
_this.view.ag();
|
|
270
372
|
return _this;
|
|
271
373
|
}
|
|
272
374
|
Object.defineProperty(XIcon.prototype, "view", {
|
|
@@ -282,13 +384,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
282
384
|
XIcon.prototype.destroy = function () {
|
|
283
385
|
this.provideContainer(null);
|
|
284
386
|
};
|
|
285
|
-
XIcon.prototype.
|
|
387
|
+
XIcon.prototype.cb = function (a, b, c) {
|
|
286
388
|
if (this.propertyChanged != null) {
|
|
287
389
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
288
390
|
}
|
|
289
|
-
this.
|
|
391
|
+
this.ce(a, b, c);
|
|
290
392
|
};
|
|
291
|
-
XIcon.prototype.
|
|
393
|
+
XIcon.prototype.ce = function (a, b, c) {
|
|
292
394
|
switch (a) {
|
|
293
395
|
case "Fill":
|
|
294
396
|
case "Stroke":
|
|
@@ -297,209 +399,319 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
297
399
|
case "HoverStroke":
|
|
298
400
|
case "HoverStrokeThickness":
|
|
299
401
|
case "IsHover":
|
|
300
|
-
this.
|
|
402
|
+
this.ci();
|
|
301
403
|
break;
|
|
404
|
+
case "FillColors":
|
|
405
|
+
case "StrokeColors":
|
|
302
406
|
case "ActualFill":
|
|
303
407
|
case "ActualStroke":
|
|
304
408
|
case "ActualStrokeWidth":
|
|
305
|
-
|
|
409
|
+
this.cg();
|
|
410
|
+
break;
|
|
306
411
|
case "SVG":
|
|
307
|
-
this.
|
|
412
|
+
this.az = null;
|
|
413
|
+
this.a = null;
|
|
414
|
+
this.cg();
|
|
415
|
+
break;
|
|
416
|
+
case "SVGPath":
|
|
417
|
+
this.ay = null;
|
|
418
|
+
this.a = null;
|
|
419
|
+
this.cg();
|
|
420
|
+
break;
|
|
421
|
+
case "SVGPaths":
|
|
422
|
+
this.ay = null;
|
|
423
|
+
this.az = null;
|
|
424
|
+
this.cg();
|
|
425
|
+
break;
|
|
426
|
+
case "DataURL":
|
|
427
|
+
this.ay = null;
|
|
428
|
+
this.az = null;
|
|
429
|
+
this.a = null;
|
|
430
|
+
this.cg();
|
|
308
431
|
break;
|
|
309
432
|
case "Opacity":
|
|
310
|
-
this.
|
|
433
|
+
this.ch();
|
|
311
434
|
break;
|
|
312
435
|
case "ViewBoxLeft":
|
|
313
436
|
case "ViewBoxTop":
|
|
314
437
|
case "ViewBoxWidth":
|
|
315
438
|
case "ViewBoxHeight":
|
|
316
|
-
this.view.
|
|
439
|
+
this.view.ar();
|
|
317
440
|
break;
|
|
318
441
|
case "Width":
|
|
319
442
|
case "Height":
|
|
320
|
-
this.view.
|
|
443
|
+
this.view.am();
|
|
321
444
|
break;
|
|
322
445
|
}
|
|
323
446
|
};
|
|
324
|
-
XIcon.prototype.
|
|
325
|
-
var a = this.fill != null ? this.fill : XIcon.
|
|
326
|
-
var b = this.
|
|
327
|
-
var c = !isNaN_(this.
|
|
328
|
-
var d = this.
|
|
329
|
-
if (this.
|
|
330
|
-
this.
|
|
331
|
-
this.
|
|
332
|
-
this.
|
|
333
|
-
this.
|
|
447
|
+
XIcon.prototype.ci = function () {
|
|
448
|
+
var a = this.fill != null ? this.fill : XIcon.cz;
|
|
449
|
+
var b = this.dc != null ? this.dc : XIcon.c3;
|
|
450
|
+
var c = !isNaN_(this.al) ? this.al : XIcon.ah;
|
|
451
|
+
var d = this.dd != null ? this.dd : XIcon.c4;
|
|
452
|
+
if (this.t) {
|
|
453
|
+
this.cw = this.c5 != null ? this.c5 : a;
|
|
454
|
+
this.cx = this.c6 != null ? this.c6 : b;
|
|
455
|
+
this.af = !isNaN_(this.aj) ? this.aj : c;
|
|
456
|
+
this.cy = this.c7 != null ? this.c7 : d;
|
|
334
457
|
}
|
|
335
458
|
else {
|
|
336
|
-
this.
|
|
337
|
-
this.
|
|
338
|
-
this.
|
|
339
|
-
this.
|
|
459
|
+
this.cw = a;
|
|
460
|
+
this.cx = b;
|
|
461
|
+
this.af = c;
|
|
462
|
+
this.cy = d;
|
|
340
463
|
}
|
|
341
464
|
};
|
|
342
|
-
Object.defineProperty(XIcon.prototype, "
|
|
465
|
+
Object.defineProperty(XIcon.prototype, "r", {
|
|
343
466
|
get: function () {
|
|
344
|
-
return this.svgPath != null && !this.view.
|
|
467
|
+
return this.svgPath != null && !this.view.j;
|
|
345
468
|
},
|
|
346
469
|
enumerable: false,
|
|
347
470
|
configurable: true
|
|
348
471
|
});
|
|
349
|
-
XIcon.prototype.
|
|
350
|
-
NativeUI.y(this.view.
|
|
472
|
+
XIcon.prototype.ch = function () {
|
|
473
|
+
NativeUI.y(this.view.w, this.ak);
|
|
351
474
|
};
|
|
352
|
-
XIcon.prototype.
|
|
353
|
-
var a = this.view.
|
|
354
|
-
if (this.
|
|
355
|
-
var b = this.view.
|
|
356
|
-
NativeUI.r(b, this.
|
|
357
|
-
NativeUI.aa(b, this.
|
|
358
|
-
NativeUI.ad(b, this.
|
|
475
|
+
XIcon.prototype.cg = function () {
|
|
476
|
+
var a = this.view.w;
|
|
477
|
+
if (this.r) {
|
|
478
|
+
var b = this.view.x;
|
|
479
|
+
NativeUI.r(b, this.cw);
|
|
480
|
+
NativeUI.aa(b, this.cx);
|
|
481
|
+
NativeUI.ad(b, this.af);
|
|
359
482
|
}
|
|
360
483
|
else {
|
|
361
484
|
var c = false;
|
|
362
485
|
if (this.svgPath != null) {
|
|
363
486
|
if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
364
|
-
this.view.
|
|
487
|
+
this.view.an(this.svgPath);
|
|
365
488
|
c = true;
|
|
366
489
|
}
|
|
367
490
|
else {
|
|
368
|
-
this.view.
|
|
491
|
+
this.view.ao(this.svgPath);
|
|
369
492
|
}
|
|
370
493
|
}
|
|
494
|
+
else if (this.b != null) {
|
|
495
|
+
this.view.ap(this.b);
|
|
496
|
+
var d = this.view.b;
|
|
497
|
+
if (d != null && d.length > 0) {
|
|
498
|
+
var e = NativeUI.r;
|
|
499
|
+
var f = NativeUI.aa;
|
|
500
|
+
this.cd();
|
|
501
|
+
e = runOn(this.view, this.view.aj);
|
|
502
|
+
f = runOn(this.view, this.view.ak);
|
|
503
|
+
for (var g = 0; g < d.length; g++) {
|
|
504
|
+
if (this.cw != null) {
|
|
505
|
+
e(d[g], this.cw);
|
|
506
|
+
}
|
|
507
|
+
if (this.cx != null) {
|
|
508
|
+
f(d[g], this.cx);
|
|
509
|
+
}
|
|
510
|
+
if (!isNaN_(this.af)) {
|
|
511
|
+
NativeUI.ad(d[g], this.af);
|
|
512
|
+
}
|
|
513
|
+
if (this.cy != null) {
|
|
514
|
+
NativeUI.q(d[g], this.cy);
|
|
515
|
+
}
|
|
516
|
+
if (this.e != null && this.e.count == d.length) {
|
|
517
|
+
e(d[g], this.e.item(g));
|
|
518
|
+
}
|
|
519
|
+
if (this.f != null && this.f.count == d.length) {
|
|
520
|
+
f(d[g], this.f.item(g));
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
if (this.m != null) {
|
|
525
|
+
this.view.aq(this.m);
|
|
526
|
+
}
|
|
527
|
+
return;
|
|
528
|
+
}
|
|
371
529
|
else if (this.svg != null) {
|
|
372
|
-
this.view.
|
|
530
|
+
this.view.an(this.svg);
|
|
373
531
|
c = true;
|
|
374
532
|
}
|
|
533
|
+
else if (this.a7 != null) {
|
|
534
|
+
this.view.al(this.a7);
|
|
535
|
+
}
|
|
375
536
|
if (c) {
|
|
376
|
-
for (var
|
|
377
|
-
var
|
|
378
|
-
NativeUI.r(this.view.
|
|
537
|
+
for (var h = 0; h < this.view.o.count; h++) {
|
|
538
|
+
var i = this.view.o._inner[h].c;
|
|
539
|
+
NativeUI.r(this.view.o._inner[h].d, i.l.f(this.c8));
|
|
379
540
|
}
|
|
380
|
-
for (var
|
|
381
|
-
var
|
|
382
|
-
NativeUI.aa(this.view.
|
|
541
|
+
for (var j = 0; j < this.view.p.count; j++) {
|
|
542
|
+
var k = this.view.p._inner[j].c;
|
|
543
|
+
NativeUI.aa(this.view.p._inner[j].d, k.m.f(this.c9));
|
|
383
544
|
}
|
|
384
|
-
for (var
|
|
385
|
-
var
|
|
386
|
-
NativeUI.r(this.view.
|
|
545
|
+
for (var l = 0; l < this.view.q.count; l++) {
|
|
546
|
+
var m = this.view.q._inner[l].c;
|
|
547
|
+
NativeUI.r(this.view.q._inner[l].d, m.l.f(this.da));
|
|
387
548
|
}
|
|
388
|
-
for (var
|
|
389
|
-
var
|
|
390
|
-
NativeUI.aa(this.view.
|
|
549
|
+
for (var n = 0; n < this.view.r.count; n++) {
|
|
550
|
+
var o = this.view.r._inner[n].c;
|
|
551
|
+
NativeUI.aa(this.view.r._inner[n].d, o.m.f(this.db));
|
|
391
552
|
}
|
|
392
|
-
for (var
|
|
393
|
-
var
|
|
394
|
-
var
|
|
395
|
-
var
|
|
396
|
-
if (
|
|
397
|
-
for (var
|
|
398
|
-
var
|
|
399
|
-
NativeUI.r(this.view.
|
|
553
|
+
for (var p = 0; p < this.view.d.o.count; p++) {
|
|
554
|
+
var q = this.view.d.o._inner[p];
|
|
555
|
+
var r = q.split('-');
|
|
556
|
+
var s = parseInt(r[r.length - 1]);
|
|
557
|
+
if (s < this.e.count) {
|
|
558
|
+
for (var t = 0; t < this.view.d.q._inner[p].count; t++) {
|
|
559
|
+
var u = this.view.d.q._inner[p]._inner[t].c;
|
|
560
|
+
NativeUI.r(this.view.d.q._inner[p]._inner[t].d, u.l.f(this.e.item(s)));
|
|
400
561
|
}
|
|
401
562
|
}
|
|
402
563
|
}
|
|
403
|
-
for (var
|
|
404
|
-
var
|
|
405
|
-
var
|
|
406
|
-
var
|
|
407
|
-
if (
|
|
408
|
-
for (var
|
|
409
|
-
var
|
|
410
|
-
NativeUI.aa(this.view.
|
|
564
|
+
for (var v = 0; v < this.view.e.o.count; v++) {
|
|
565
|
+
var w = this.view.e.o._inner[v];
|
|
566
|
+
var x = w.split('-');
|
|
567
|
+
var y = parseInt(x[x.length - 1]);
|
|
568
|
+
if (y < this.f.count) {
|
|
569
|
+
for (var z = 0; z < this.view.e.q._inner[v].count; z++) {
|
|
570
|
+
var aa = this.view.e.q._inner[v]._inner[z].c;
|
|
571
|
+
NativeUI.aa(this.view.e.q._inner[v]._inner[z].d, aa.m.f(this.f.item(y)));
|
|
411
572
|
}
|
|
412
573
|
}
|
|
413
574
|
}
|
|
414
|
-
for (var
|
|
415
|
-
var
|
|
416
|
-
NativeUI.r(this.view.
|
|
417
|
-
NativeUI.aa(this.view.
|
|
575
|
+
for (var ab = 0; ab < this.view.n.count; ab++) {
|
|
576
|
+
var ac = this.view.n._inner[ab].c;
|
|
577
|
+
NativeUI.r(this.view.n._inner[ab].d, ac.l.f(this.cw));
|
|
578
|
+
NativeUI.aa(this.view.n._inner[ab].d, ac.m.f(this.cx));
|
|
418
579
|
}
|
|
419
580
|
}
|
|
420
|
-
var
|
|
421
|
-
if (this.
|
|
422
|
-
NativeUI.r(
|
|
581
|
+
var ad = this.view.w;
|
|
582
|
+
if (this.cw != null) {
|
|
583
|
+
NativeUI.r(ad, this.cw);
|
|
423
584
|
}
|
|
424
|
-
if (this.
|
|
425
|
-
NativeUI.aa(
|
|
585
|
+
if (this.cx != null) {
|
|
586
|
+
NativeUI.aa(ad, this.cx);
|
|
426
587
|
}
|
|
427
|
-
if (!isNaN_(this.
|
|
428
|
-
NativeUI.ad(
|
|
588
|
+
if (!isNaN_(this.af)) {
|
|
589
|
+
NativeUI.ad(ad, this.af);
|
|
429
590
|
}
|
|
430
591
|
}
|
|
431
|
-
if (this.
|
|
432
|
-
this.view.
|
|
592
|
+
if (this.m != null) {
|
|
593
|
+
this.view.aq(this.m);
|
|
433
594
|
}
|
|
434
|
-
if (this.
|
|
435
|
-
NativeUI.q(this.view.
|
|
595
|
+
if (this.cy != null) {
|
|
596
|
+
NativeUI.q(this.view.w, this.cy);
|
|
436
597
|
}
|
|
437
598
|
};
|
|
438
|
-
|
|
599
|
+
XIcon.prototype.cd = function () {
|
|
600
|
+
var e_3, _a, e_4, _b;
|
|
601
|
+
if (this.cw != null) {
|
|
602
|
+
this.view.ai(this.cw, "fill");
|
|
603
|
+
}
|
|
604
|
+
if (this.cx != null) {
|
|
605
|
+
this.view.ai(this.cx, "stroke");
|
|
606
|
+
}
|
|
607
|
+
if (this.e != null) {
|
|
608
|
+
try {
|
|
609
|
+
for (var _c = __values(fromEnum(this.e)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
610
|
+
var a = _d.value;
|
|
611
|
+
this.view.ai(a, "fills");
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
catch (e_3_1) {
|
|
615
|
+
e_3 = { error: e_3_1 };
|
|
616
|
+
}
|
|
617
|
+
finally {
|
|
618
|
+
try {
|
|
619
|
+
if (_d && !_d.done && (_a = _c.return))
|
|
620
|
+
_a.call(_c);
|
|
621
|
+
}
|
|
622
|
+
finally {
|
|
623
|
+
if (e_3)
|
|
624
|
+
throw e_3.error;
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
if (this.f != null) {
|
|
629
|
+
try {
|
|
630
|
+
for (var _e = __values(fromEnum(this.f)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
631
|
+
var b = _f.value;
|
|
632
|
+
this.view.ai(b, "strokes");
|
|
633
|
+
}
|
|
634
|
+
}
|
|
635
|
+
catch (e_4_1) {
|
|
636
|
+
e_4 = { error: e_4_1 };
|
|
637
|
+
}
|
|
638
|
+
finally {
|
|
639
|
+
try {
|
|
640
|
+
if (_f && !_f.done && (_b = _e.return))
|
|
641
|
+
_b.call(_e);
|
|
642
|
+
}
|
|
643
|
+
finally {
|
|
644
|
+
if (e_4)
|
|
645
|
+
throw e_4.error;
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
};
|
|
650
|
+
Object.defineProperty(XIcon.prototype, "k", {
|
|
439
651
|
get: function () {
|
|
440
|
-
return this.
|
|
652
|
+
return this.j;
|
|
441
653
|
},
|
|
442
654
|
set: function (a) {
|
|
443
|
-
var b = this.
|
|
444
|
-
this.
|
|
445
|
-
if (b != this.
|
|
446
|
-
this.
|
|
655
|
+
var b = this.j;
|
|
656
|
+
this.j = a;
|
|
657
|
+
if (b != this.j) {
|
|
658
|
+
this.cb("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
447
659
|
}
|
|
448
660
|
},
|
|
449
661
|
enumerable: false,
|
|
450
662
|
configurable: true
|
|
451
663
|
});
|
|
452
|
-
Object.defineProperty(XIcon.prototype, "
|
|
664
|
+
Object.defineProperty(XIcon.prototype, "cw", {
|
|
453
665
|
get: function () {
|
|
454
|
-
return this.
|
|
666
|
+
return this.cj;
|
|
455
667
|
},
|
|
456
668
|
set: function (a) {
|
|
457
|
-
var b = this.
|
|
458
|
-
this.
|
|
459
|
-
if (b != this.
|
|
460
|
-
this.
|
|
669
|
+
var b = this.cj;
|
|
670
|
+
this.cj = a;
|
|
671
|
+
if (b != this.cj) {
|
|
672
|
+
this.cb("ActualFill", b, a);
|
|
461
673
|
}
|
|
462
674
|
},
|
|
463
675
|
enumerable: false,
|
|
464
676
|
configurable: true
|
|
465
677
|
});
|
|
466
|
-
Object.defineProperty(XIcon.prototype, "
|
|
678
|
+
Object.defineProperty(XIcon.prototype, "cx", {
|
|
467
679
|
get: function () {
|
|
468
|
-
return this.
|
|
680
|
+
return this.ck;
|
|
469
681
|
},
|
|
470
682
|
set: function (a) {
|
|
471
|
-
var b = this.
|
|
472
|
-
this.
|
|
473
|
-
if (b != this.
|
|
474
|
-
this.
|
|
683
|
+
var b = this.ck;
|
|
684
|
+
this.ck = a;
|
|
685
|
+
if (b != this.ck) {
|
|
686
|
+
this.cb("ActualStroke", b, a);
|
|
475
687
|
}
|
|
476
688
|
},
|
|
477
689
|
enumerable: false,
|
|
478
690
|
configurable: true
|
|
479
691
|
});
|
|
480
|
-
Object.defineProperty(XIcon.prototype, "
|
|
692
|
+
Object.defineProperty(XIcon.prototype, "cy", {
|
|
481
693
|
get: function () {
|
|
482
|
-
return this.
|
|
694
|
+
return this.cl;
|
|
483
695
|
},
|
|
484
696
|
set: function (a) {
|
|
485
|
-
var b = this.
|
|
486
|
-
this.
|
|
487
|
-
if (b != this.
|
|
488
|
-
this.
|
|
697
|
+
var b = this.cl;
|
|
698
|
+
this.cl = a;
|
|
699
|
+
if (b != this.cl) {
|
|
700
|
+
this.cb("ActualTextColor", b, a);
|
|
489
701
|
}
|
|
490
702
|
},
|
|
491
703
|
enumerable: false,
|
|
492
704
|
configurable: true
|
|
493
705
|
});
|
|
494
|
-
Object.defineProperty(XIcon.prototype, "
|
|
706
|
+
Object.defineProperty(XIcon.prototype, "af", {
|
|
495
707
|
get: function () {
|
|
496
|
-
return this.
|
|
708
|
+
return this.v;
|
|
497
709
|
},
|
|
498
710
|
set: function (a) {
|
|
499
|
-
var b = this.
|
|
500
|
-
this.
|
|
501
|
-
if (b != this.
|
|
502
|
-
this.
|
|
711
|
+
var b = this.v;
|
|
712
|
+
this.v = a;
|
|
713
|
+
if (b != this.v) {
|
|
714
|
+
this.cb("ActualStrokeWidth", b, a);
|
|
503
715
|
}
|
|
504
716
|
},
|
|
505
717
|
enumerable: false,
|
|
@@ -507,201 +719,201 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
507
719
|
});
|
|
508
720
|
Object.defineProperty(XIcon.prototype, "fill", {
|
|
509
721
|
get: function () {
|
|
510
|
-
return this.
|
|
722
|
+
return this.cm;
|
|
511
723
|
},
|
|
512
724
|
set: function (a) {
|
|
513
|
-
var b = this.
|
|
514
|
-
this.
|
|
515
|
-
if (b != this.
|
|
516
|
-
this.
|
|
725
|
+
var b = this.cm;
|
|
726
|
+
this.cm = a;
|
|
727
|
+
if (b != this.cm) {
|
|
728
|
+
this.cb("Fill", b, a);
|
|
517
729
|
}
|
|
518
730
|
},
|
|
519
731
|
enumerable: false,
|
|
520
732
|
configurable: true
|
|
521
733
|
});
|
|
522
|
-
Object.defineProperty(XIcon.prototype, "
|
|
734
|
+
Object.defineProperty(XIcon.prototype, "dc", {
|
|
523
735
|
get: function () {
|
|
524
|
-
return this.
|
|
736
|
+
return this.cu;
|
|
525
737
|
},
|
|
526
738
|
set: function (a) {
|
|
527
|
-
var b = this.
|
|
528
|
-
this.
|
|
529
|
-
if (b != this.
|
|
530
|
-
this.
|
|
739
|
+
var b = this.cu;
|
|
740
|
+
this.cu = a;
|
|
741
|
+
if (b != this.cu) {
|
|
742
|
+
this.cb("Stroke", b, a);
|
|
531
743
|
}
|
|
532
744
|
},
|
|
533
745
|
enumerable: false,
|
|
534
746
|
configurable: true
|
|
535
747
|
});
|
|
536
|
-
Object.defineProperty(XIcon.prototype, "
|
|
748
|
+
Object.defineProperty(XIcon.prototype, "al", {
|
|
537
749
|
get: function () {
|
|
538
|
-
return this.
|
|
750
|
+
return this.z;
|
|
539
751
|
},
|
|
540
752
|
set: function (a) {
|
|
541
|
-
var b = this.
|
|
542
|
-
this.
|
|
543
|
-
if (b != this.
|
|
544
|
-
this.
|
|
753
|
+
var b = this.z;
|
|
754
|
+
this.z = a;
|
|
755
|
+
if (b != this.z) {
|
|
756
|
+
this.cb("StrokeWidth", b, a);
|
|
545
757
|
}
|
|
546
758
|
},
|
|
547
759
|
enumerable: false,
|
|
548
760
|
configurable: true
|
|
549
761
|
});
|
|
550
|
-
Object.defineProperty(XIcon.prototype, "
|
|
762
|
+
Object.defineProperty(XIcon.prototype, "dd", {
|
|
551
763
|
get: function () {
|
|
552
|
-
return this.
|
|
764
|
+
return this.cv;
|
|
553
765
|
},
|
|
554
766
|
set: function (a) {
|
|
555
|
-
var b = this.
|
|
556
|
-
this.
|
|
557
|
-
if (b != this.
|
|
558
|
-
this.
|
|
767
|
+
var b = this.cv;
|
|
768
|
+
this.cv = a;
|
|
769
|
+
if (b != this.cv) {
|
|
770
|
+
this.cb("TextColor", b, a);
|
|
559
771
|
}
|
|
560
772
|
},
|
|
561
773
|
enumerable: false,
|
|
562
774
|
configurable: true
|
|
563
775
|
});
|
|
564
|
-
Object.defineProperty(XIcon.prototype, "
|
|
776
|
+
Object.defineProperty(XIcon.prototype, "c5", {
|
|
565
777
|
get: function () {
|
|
566
|
-
return this.
|
|
778
|
+
return this.cn;
|
|
567
779
|
},
|
|
568
780
|
set: function (a) {
|
|
569
|
-
var b = this.
|
|
570
|
-
this.
|
|
571
|
-
if (b != this.
|
|
572
|
-
this.
|
|
781
|
+
var b = this.cn;
|
|
782
|
+
this.cn = a;
|
|
783
|
+
if (b != this.cn) {
|
|
784
|
+
this.cb("HoverFill", b, a);
|
|
573
785
|
}
|
|
574
786
|
},
|
|
575
787
|
enumerable: false,
|
|
576
788
|
configurable: true
|
|
577
789
|
});
|
|
578
|
-
Object.defineProperty(XIcon.prototype, "
|
|
790
|
+
Object.defineProperty(XIcon.prototype, "c6", {
|
|
579
791
|
get: function () {
|
|
580
|
-
return this.
|
|
792
|
+
return this.co;
|
|
581
793
|
},
|
|
582
794
|
set: function (a) {
|
|
583
|
-
var b = this.
|
|
584
|
-
this.
|
|
585
|
-
if (b != this.
|
|
586
|
-
this.
|
|
795
|
+
var b = this.co;
|
|
796
|
+
this.co = a;
|
|
797
|
+
if (b != this.co) {
|
|
798
|
+
this.cb("HoverStroke", b, a);
|
|
587
799
|
}
|
|
588
800
|
},
|
|
589
801
|
enumerable: false,
|
|
590
802
|
configurable: true
|
|
591
803
|
});
|
|
592
|
-
Object.defineProperty(XIcon.prototype, "
|
|
804
|
+
Object.defineProperty(XIcon.prototype, "aj", {
|
|
593
805
|
get: function () {
|
|
594
|
-
return this.
|
|
806
|
+
return this.x;
|
|
595
807
|
},
|
|
596
808
|
set: function (a) {
|
|
597
|
-
var b = this.
|
|
598
|
-
this.
|
|
599
|
-
if (b != this.
|
|
600
|
-
this.
|
|
809
|
+
var b = this.x;
|
|
810
|
+
this.x = a;
|
|
811
|
+
if (b != this.x) {
|
|
812
|
+
this.cb("HoverStrokeThickness", b, a);
|
|
601
813
|
}
|
|
602
814
|
},
|
|
603
815
|
enumerable: false,
|
|
604
816
|
configurable: true
|
|
605
817
|
});
|
|
606
|
-
Object.defineProperty(XIcon.prototype, "
|
|
818
|
+
Object.defineProperty(XIcon.prototype, "c7", {
|
|
607
819
|
get: function () {
|
|
608
|
-
return this.
|
|
820
|
+
return this.cp;
|
|
609
821
|
},
|
|
610
822
|
set: function (a) {
|
|
611
|
-
var b = this.
|
|
612
|
-
this.
|
|
613
|
-
if (b != this.
|
|
614
|
-
this.
|
|
823
|
+
var b = this.cp;
|
|
824
|
+
this.cp = a;
|
|
825
|
+
if (b != this.cp) {
|
|
826
|
+
this.cb("HoverTextColor", b, a);
|
|
615
827
|
}
|
|
616
828
|
},
|
|
617
829
|
enumerable: false,
|
|
618
830
|
configurable: true
|
|
619
831
|
});
|
|
620
|
-
Object.defineProperty(XIcon.prototype, "
|
|
832
|
+
Object.defineProperty(XIcon.prototype, "e", {
|
|
621
833
|
get: function () {
|
|
622
|
-
return this.
|
|
834
|
+
return this.c;
|
|
623
835
|
},
|
|
624
836
|
set: function (a) {
|
|
625
|
-
var b = this.
|
|
626
|
-
this.
|
|
627
|
-
if (b != this.
|
|
628
|
-
this.
|
|
837
|
+
var b = this.c;
|
|
838
|
+
this.c = a;
|
|
839
|
+
if (b != this.c) {
|
|
840
|
+
this.cb("FillColors", b, this.c);
|
|
629
841
|
}
|
|
630
842
|
},
|
|
631
843
|
enumerable: false,
|
|
632
844
|
configurable: true
|
|
633
845
|
});
|
|
634
|
-
Object.defineProperty(XIcon.prototype, "
|
|
846
|
+
Object.defineProperty(XIcon.prototype, "f", {
|
|
635
847
|
get: function () {
|
|
636
|
-
return this.
|
|
848
|
+
return this.d;
|
|
637
849
|
},
|
|
638
850
|
set: function (a) {
|
|
639
|
-
var b = this.
|
|
640
|
-
this.
|
|
641
|
-
if (b != this.
|
|
642
|
-
this.
|
|
851
|
+
var b = this.d;
|
|
852
|
+
this.d = a;
|
|
853
|
+
if (b != this.d) {
|
|
854
|
+
this.cb("StrokeColors", b, this.d);
|
|
643
855
|
}
|
|
644
856
|
},
|
|
645
857
|
enumerable: false,
|
|
646
858
|
configurable: true
|
|
647
859
|
});
|
|
648
|
-
Object.defineProperty(XIcon.prototype, "
|
|
860
|
+
Object.defineProperty(XIcon.prototype, "c8", {
|
|
649
861
|
get: function () {
|
|
650
|
-
return this.
|
|
862
|
+
return this.cq;
|
|
651
863
|
},
|
|
652
864
|
set: function (a) {
|
|
653
|
-
var b = this.
|
|
654
|
-
this.
|
|
655
|
-
if (b != this.
|
|
656
|
-
this.
|
|
865
|
+
var b = this.cq;
|
|
866
|
+
this.cq = a;
|
|
867
|
+
if (b != this.cq) {
|
|
868
|
+
this.cb("PrimaryFillColor", b, this.cq);
|
|
657
869
|
}
|
|
658
870
|
},
|
|
659
871
|
enumerable: false,
|
|
660
872
|
configurable: true
|
|
661
873
|
});
|
|
662
|
-
Object.defineProperty(XIcon.prototype, "
|
|
874
|
+
Object.defineProperty(XIcon.prototype, "c9", {
|
|
663
875
|
get: function () {
|
|
664
|
-
return this.
|
|
876
|
+
return this.cr;
|
|
665
877
|
},
|
|
666
878
|
set: function (a) {
|
|
667
|
-
var b = this.
|
|
668
|
-
this.
|
|
669
|
-
if (b != this.
|
|
670
|
-
this.
|
|
879
|
+
var b = this.cr;
|
|
880
|
+
this.cr = a;
|
|
881
|
+
if (b != this.cr) {
|
|
882
|
+
this.cb("PrimaryStrokeColor", b, this.cr);
|
|
671
883
|
}
|
|
672
884
|
},
|
|
673
885
|
enumerable: false,
|
|
674
886
|
configurable: true
|
|
675
887
|
});
|
|
676
|
-
Object.defineProperty(XIcon.prototype, "
|
|
888
|
+
Object.defineProperty(XIcon.prototype, "da", {
|
|
677
889
|
get: function () {
|
|
678
|
-
return this.
|
|
890
|
+
return this.cs;
|
|
679
891
|
},
|
|
680
892
|
set: function (a) {
|
|
681
|
-
var b = this.
|
|
682
|
-
this.
|
|
683
|
-
if (b != this.
|
|
684
|
-
this.
|
|
893
|
+
var b = this.cs;
|
|
894
|
+
this.cs = a;
|
|
895
|
+
if (b != this.cs) {
|
|
896
|
+
this.cb("SecondaryFillColor", b, this.cs);
|
|
685
897
|
}
|
|
686
898
|
},
|
|
687
899
|
enumerable: false,
|
|
688
900
|
configurable: true
|
|
689
901
|
});
|
|
690
|
-
Object.defineProperty(XIcon.prototype, "
|
|
902
|
+
Object.defineProperty(XIcon.prototype, "db", {
|
|
691
903
|
get: function () {
|
|
692
|
-
return this.
|
|
904
|
+
return this.ct;
|
|
693
905
|
},
|
|
694
906
|
set: function (a) {
|
|
695
|
-
var b = this.
|
|
696
|
-
this.
|
|
697
|
-
if (b != this.
|
|
698
|
-
this.
|
|
907
|
+
var b = this.ct;
|
|
908
|
+
this.ct = a;
|
|
909
|
+
if (b != this.ct) {
|
|
910
|
+
this.cb("SecondaryStrokeColor", b, this.ct);
|
|
699
911
|
}
|
|
700
912
|
},
|
|
701
913
|
enumerable: false,
|
|
702
914
|
configurable: true
|
|
703
915
|
});
|
|
704
|
-
Object.defineProperty(XIcon.prototype, "
|
|
916
|
+
Object.defineProperty(XIcon.prototype, "a7", {
|
|
705
917
|
get: function () {
|
|
706
918
|
return this.aw;
|
|
707
919
|
},
|
|
@@ -709,7 +921,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
709
921
|
var b = this.aw;
|
|
710
922
|
this.aw = a;
|
|
711
923
|
if (b != this.aw) {
|
|
712
|
-
this.
|
|
924
|
+
this.cb("DataURL", b, a);
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
enumerable: false,
|
|
928
|
+
configurable: true
|
|
929
|
+
});
|
|
930
|
+
Object.defineProperty(XIcon.prototype, "svgPath", {
|
|
931
|
+
get: function () {
|
|
932
|
+
return this.az;
|
|
933
|
+
},
|
|
934
|
+
set: function (a) {
|
|
935
|
+
var b = this.az;
|
|
936
|
+
this.az = a;
|
|
937
|
+
if (b != this.az) {
|
|
938
|
+
this.cb("SVGPath", b, a);
|
|
713
939
|
}
|
|
714
940
|
},
|
|
715
941
|
enumerable: false,
|
|
@@ -717,97 +943,111 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
717
943
|
});
|
|
718
944
|
Object.defineProperty(XIcon.prototype, "svg", {
|
|
719
945
|
get: function () {
|
|
720
|
-
return this.
|
|
946
|
+
return this.ay;
|
|
721
947
|
},
|
|
722
948
|
set: function (a) {
|
|
723
|
-
var b = this.
|
|
724
|
-
this.
|
|
725
|
-
if (b != this.
|
|
726
|
-
this.
|
|
949
|
+
var b = this.ay;
|
|
950
|
+
this.ay = a;
|
|
951
|
+
if (b != this.ay) {
|
|
952
|
+
this.cb("SVG", b, this.ay);
|
|
953
|
+
}
|
|
954
|
+
},
|
|
955
|
+
enumerable: false,
|
|
956
|
+
configurable: true
|
|
957
|
+
});
|
|
958
|
+
Object.defineProperty(XIcon.prototype, "b", {
|
|
959
|
+
get: function () {
|
|
960
|
+
return this.a;
|
|
961
|
+
},
|
|
962
|
+
set: function (a) {
|
|
963
|
+
var b = this.a;
|
|
964
|
+
this.a = a;
|
|
965
|
+
if (b != this.a) {
|
|
966
|
+
this.cb("SVGPaths", b, this.a);
|
|
727
967
|
}
|
|
728
968
|
},
|
|
729
969
|
enumerable: false,
|
|
730
970
|
configurable: true
|
|
731
971
|
});
|
|
732
|
-
XIcon.prototype.
|
|
733
|
-
this.
|
|
972
|
+
XIcon.prototype.b9 = function () {
|
|
973
|
+
this.t = true;
|
|
734
974
|
};
|
|
735
|
-
XIcon.prototype.
|
|
736
|
-
this.
|
|
975
|
+
XIcon.prototype.ca = function () {
|
|
976
|
+
this.t = false;
|
|
737
977
|
};
|
|
738
|
-
Object.defineProperty(XIcon.prototype, "
|
|
978
|
+
Object.defineProperty(XIcon.prototype, "m", {
|
|
739
979
|
get: function () {
|
|
740
|
-
return this.
|
|
980
|
+
return this.l;
|
|
741
981
|
},
|
|
742
982
|
set: function (a) {
|
|
743
|
-
var b = this.
|
|
744
|
-
this.
|
|
745
|
-
if (b != this.
|
|
746
|
-
this.
|
|
983
|
+
var b = this.l;
|
|
984
|
+
this.l = a;
|
|
985
|
+
if (b != this.l) {
|
|
986
|
+
this.cb("TextStyle", b, a);
|
|
747
987
|
}
|
|
748
988
|
},
|
|
749
989
|
enumerable: false,
|
|
750
990
|
configurable: true
|
|
751
991
|
});
|
|
752
|
-
Object.defineProperty(XIcon.prototype, "
|
|
992
|
+
Object.defineProperty(XIcon.prototype, "bh", {
|
|
753
993
|
get: function () {
|
|
754
|
-
return this.
|
|
994
|
+
return this.ax;
|
|
755
995
|
},
|
|
756
996
|
set: function (a) {
|
|
757
|
-
var b = this.
|
|
758
|
-
this.
|
|
759
|
-
if (b != this.
|
|
760
|
-
this.
|
|
997
|
+
var b = this.ax;
|
|
998
|
+
this.ax = a;
|
|
999
|
+
if (b != this.ax) {
|
|
1000
|
+
this.cb("Id", b, a);
|
|
761
1001
|
}
|
|
762
1002
|
},
|
|
763
1003
|
enumerable: false,
|
|
764
1004
|
configurable: true
|
|
765
1005
|
});
|
|
766
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1006
|
+
Object.defineProperty(XIcon.prototype, "q", {
|
|
767
1007
|
get: function () {
|
|
768
|
-
return this.
|
|
1008
|
+
return this.n;
|
|
769
1009
|
},
|
|
770
1010
|
enumerable: false,
|
|
771
1011
|
configurable: true
|
|
772
1012
|
});
|
|
773
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1013
|
+
Object.defineProperty(XIcon.prototype, "as", {
|
|
774
1014
|
get: function () {
|
|
775
|
-
return this.
|
|
1015
|
+
return this.ar;
|
|
776
1016
|
},
|
|
777
1017
|
set: function (a) {
|
|
778
|
-
var b = this.
|
|
779
|
-
this.
|
|
780
|
-
this.
|
|
781
|
-
if (b != this.
|
|
782
|
-
this.
|
|
1018
|
+
var b = this.ar;
|
|
1019
|
+
this.ar = a;
|
|
1020
|
+
this.n = true;
|
|
1021
|
+
if (b != this.ar) {
|
|
1022
|
+
this.cb("TabIndex", b, a);
|
|
783
1023
|
}
|
|
784
1024
|
},
|
|
785
1025
|
enumerable: false,
|
|
786
1026
|
configurable: true
|
|
787
1027
|
});
|
|
788
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1028
|
+
Object.defineProperty(XIcon.prototype, "a4", {
|
|
789
1029
|
get: function () {
|
|
790
|
-
return this.
|
|
1030
|
+
return this.av;
|
|
791
1031
|
},
|
|
792
1032
|
set: function (a) {
|
|
793
|
-
var b = this.
|
|
794
|
-
this.
|
|
795
|
-
if (b != this.
|
|
796
|
-
this.
|
|
1033
|
+
var b = this.av;
|
|
1034
|
+
this.av = a;
|
|
1035
|
+
if (b != this.av) {
|
|
1036
|
+
this.cb("AriaLabel", b, a);
|
|
797
1037
|
}
|
|
798
1038
|
},
|
|
799
1039
|
enumerable: false,
|
|
800
1040
|
configurable: true
|
|
801
1041
|
});
|
|
802
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1042
|
+
Object.defineProperty(XIcon.prototype, "t", {
|
|
803
1043
|
get: function () {
|
|
804
|
-
return this.
|
|
1044
|
+
return this.p;
|
|
805
1045
|
},
|
|
806
1046
|
set: function (a) {
|
|
807
|
-
var b = this.
|
|
808
|
-
this.
|
|
809
|
-
if (b != this.
|
|
810
|
-
this.
|
|
1047
|
+
var b = this.p;
|
|
1048
|
+
this.p = a;
|
|
1049
|
+
if (b != this.p) {
|
|
1050
|
+
this.cb("IsHover", b, a);
|
|
811
1051
|
}
|
|
812
1052
|
},
|
|
813
1053
|
enumerable: false,
|
|
@@ -815,125 +1055,125 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
815
1055
|
});
|
|
816
1056
|
Object.defineProperty(XIcon.prototype, "disabled", {
|
|
817
1057
|
get: function () {
|
|
818
|
-
return this.
|
|
1058
|
+
return this.o;
|
|
819
1059
|
},
|
|
820
1060
|
set: function (a) {
|
|
821
|
-
var b = this.
|
|
822
|
-
this.
|
|
823
|
-
if (b != this.
|
|
824
|
-
this.
|
|
1061
|
+
var b = this.o;
|
|
1062
|
+
this.o = a;
|
|
1063
|
+
if (b != this.o) {
|
|
1064
|
+
this.cb("IsDisabled", b, a);
|
|
825
1065
|
}
|
|
826
1066
|
},
|
|
827
1067
|
enumerable: false,
|
|
828
1068
|
configurable: true
|
|
829
1069
|
});
|
|
830
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1070
|
+
Object.defineProperty(XIcon.prototype, "ak", {
|
|
831
1071
|
get: function () {
|
|
832
|
-
return this.
|
|
1072
|
+
return this.y;
|
|
833
1073
|
},
|
|
834
1074
|
set: function (a) {
|
|
835
|
-
var b = this.
|
|
836
|
-
this.
|
|
837
|
-
if (b != this.
|
|
838
|
-
this.
|
|
1075
|
+
var b = this.y;
|
|
1076
|
+
this.y = a;
|
|
1077
|
+
if (b != this.y) {
|
|
1078
|
+
this.cb("Opacity", b, this.y);
|
|
839
1079
|
}
|
|
840
1080
|
},
|
|
841
1081
|
enumerable: false,
|
|
842
1082
|
configurable: true
|
|
843
1083
|
});
|
|
844
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1084
|
+
Object.defineProperty(XIcon.prototype, "an", {
|
|
845
1085
|
get: function () {
|
|
846
|
-
return this.
|
|
1086
|
+
return this.ab;
|
|
847
1087
|
},
|
|
848
1088
|
set: function (a) {
|
|
849
|
-
var b = this.
|
|
850
|
-
this.
|
|
851
|
-
if (b != this.
|
|
852
|
-
this.
|
|
1089
|
+
var b = this.ab;
|
|
1090
|
+
this.ab = a;
|
|
1091
|
+
if (b != this.ab) {
|
|
1092
|
+
this.cb("ViewBoxLeft", b, this.ab);
|
|
853
1093
|
}
|
|
854
1094
|
},
|
|
855
1095
|
enumerable: false,
|
|
856
1096
|
configurable: true
|
|
857
1097
|
});
|
|
858
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1098
|
+
Object.defineProperty(XIcon.prototype, "ao", {
|
|
859
1099
|
get: function () {
|
|
860
|
-
return this.
|
|
1100
|
+
return this.ac;
|
|
861
1101
|
},
|
|
862
1102
|
set: function (a) {
|
|
863
|
-
var b = this.
|
|
864
|
-
this.
|
|
865
|
-
if (b != this.
|
|
866
|
-
this.
|
|
1103
|
+
var b = this.ac;
|
|
1104
|
+
this.ac = a;
|
|
1105
|
+
if (b != this.ac) {
|
|
1106
|
+
this.cb("ViewBoxTop", b, this.ac);
|
|
867
1107
|
}
|
|
868
1108
|
},
|
|
869
1109
|
enumerable: false,
|
|
870
1110
|
configurable: true
|
|
871
1111
|
});
|
|
872
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1112
|
+
Object.defineProperty(XIcon.prototype, "ap", {
|
|
873
1113
|
get: function () {
|
|
874
|
-
return this.
|
|
1114
|
+
return this.ad;
|
|
875
1115
|
},
|
|
876
1116
|
set: function (a) {
|
|
877
|
-
var b = this.
|
|
878
|
-
this.
|
|
879
|
-
if (b != this.
|
|
880
|
-
this.
|
|
1117
|
+
var b = this.ad;
|
|
1118
|
+
this.ad = a;
|
|
1119
|
+
if (b != this.ad) {
|
|
1120
|
+
this.cb("ViewBoxWidth", b, this.ad);
|
|
881
1121
|
}
|
|
882
1122
|
},
|
|
883
1123
|
enumerable: false,
|
|
884
1124
|
configurable: true
|
|
885
1125
|
});
|
|
886
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1126
|
+
Object.defineProperty(XIcon.prototype, "am", {
|
|
887
1127
|
get: function () {
|
|
888
|
-
return this.
|
|
1128
|
+
return this.aa;
|
|
889
1129
|
},
|
|
890
1130
|
set: function (a) {
|
|
891
|
-
var b = this.
|
|
892
|
-
this.
|
|
893
|
-
if (b != this.
|
|
894
|
-
this.
|
|
1131
|
+
var b = this.aa;
|
|
1132
|
+
this.aa = a;
|
|
1133
|
+
if (b != this.aa) {
|
|
1134
|
+
this.cb("ViewBoxHeight", b, this.aa);
|
|
895
1135
|
}
|
|
896
1136
|
},
|
|
897
1137
|
enumerable: false,
|
|
898
1138
|
configurable: true
|
|
899
1139
|
});
|
|
900
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1140
|
+
Object.defineProperty(XIcon.prototype, "aq", {
|
|
901
1141
|
get: function () {
|
|
902
|
-
return this.
|
|
1142
|
+
return this.ae;
|
|
903
1143
|
},
|
|
904
1144
|
set: function (a) {
|
|
905
|
-
var b = this.
|
|
906
|
-
this.
|
|
907
|
-
if (b != this.
|
|
908
|
-
this.
|
|
1145
|
+
var b = this.ae;
|
|
1146
|
+
this.ae = a;
|
|
1147
|
+
if (b != this.ae) {
|
|
1148
|
+
this.cb("Width", b, this.ae);
|
|
909
1149
|
}
|
|
910
1150
|
},
|
|
911
1151
|
enumerable: false,
|
|
912
1152
|
configurable: true
|
|
913
1153
|
});
|
|
914
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1154
|
+
Object.defineProperty(XIcon.prototype, "ai", {
|
|
915
1155
|
get: function () {
|
|
916
|
-
return this.
|
|
1156
|
+
return this.w;
|
|
917
1157
|
},
|
|
918
1158
|
set: function (a) {
|
|
919
|
-
var b = this.
|
|
920
|
-
this.
|
|
921
|
-
if (b != this.
|
|
922
|
-
this.
|
|
1159
|
+
var b = this.w;
|
|
1160
|
+
this.w = a;
|
|
1161
|
+
if (b != this.w) {
|
|
1162
|
+
this.cb("Height", b, this.w);
|
|
923
1163
|
}
|
|
924
1164
|
},
|
|
925
1165
|
enumerable: false,
|
|
926
1166
|
configurable: true
|
|
927
1167
|
});
|
|
928
|
-
XIcon.prototype.
|
|
1168
|
+
XIcon.prototype.cc = function () {
|
|
929
1169
|
};
|
|
930
1170
|
XIcon.prototype.onDetachedFromUI = function () {
|
|
931
|
-
this.view.
|
|
1171
|
+
this.view.af();
|
|
932
1172
|
};
|
|
933
1173
|
XIcon.prototype.onAttachedToUI = function () {
|
|
934
|
-
this.view.
|
|
1174
|
+
this.view.ac();
|
|
935
1175
|
};
|
|
936
|
-
XIcon.prototype.
|
|
1176
|
+
XIcon.prototype.b7 = function () {
|
|
937
1177
|
if (this.disabled) {
|
|
938
1178
|
return;
|
|
939
1179
|
}
|
|
@@ -941,72 +1181,73 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
941
1181
|
this.clicked(this, new IconClickedEventArgs());
|
|
942
1182
|
}
|
|
943
1183
|
};
|
|
944
|
-
XIcon.prototype.
|
|
945
|
-
return this.view.
|
|
1184
|
+
XIcon.prototype.u = function () {
|
|
1185
|
+
return this.view.i();
|
|
946
1186
|
};
|
|
947
|
-
XIcon.prototype.
|
|
948
|
-
return this.
|
|
1187
|
+
XIcon.prototype.au = function () {
|
|
1188
|
+
return this.g();
|
|
949
1189
|
};
|
|
950
|
-
XIcon.prototype.
|
|
951
|
-
var a = this.
|
|
952
|
-
return a.
|
|
1190
|
+
XIcon.prototype.a9 = function () {
|
|
1191
|
+
var a = this.g();
|
|
1192
|
+
return a.k();
|
|
953
1193
|
};
|
|
954
|
-
XIcon.prototype.
|
|
1194
|
+
XIcon.prototype.g = function () {
|
|
955
1195
|
var a = new IconVisualModelExport();
|
|
956
|
-
var b = this.view.
|
|
1196
|
+
var b = this.view.w;
|
|
957
1197
|
a.a = AppearanceHelper.a(NativeUI.al(b));
|
|
958
1198
|
a.c = AppearanceHelper.a(NativeUI.al(b));
|
|
959
1199
|
a.b = AppearanceHelper.a(NativeUI.am(b));
|
|
960
|
-
a.d = this.
|
|
1200
|
+
a.d = this.af;
|
|
961
1201
|
var c = this.view.a();
|
|
962
1202
|
a.h = c[0];
|
|
963
1203
|
a.f = c[1];
|
|
964
1204
|
a.e = NativeUI.d(b);
|
|
965
1205
|
a.i = NativeUI.k(b);
|
|
966
1206
|
a.svgPath = this.svgPath;
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
1207
|
+
a.j = this.a7;
|
|
1208
|
+
if (this.m != null) {
|
|
1209
|
+
var d = this.m;
|
|
1210
|
+
if (this.view != null && d.q == null) {
|
|
1211
|
+
var e = this.view.s;
|
|
971
1212
|
var f = FontUtil.getFontInfoFromString(e, d.fontString);
|
|
972
|
-
d.p = f.p;
|
|
973
|
-
d.e = f.e;
|
|
974
1213
|
d.q = f.q;
|
|
975
|
-
d.
|
|
1214
|
+
d.f = f.f;
|
|
1215
|
+
d.r = f.r;
|
|
976
1216
|
d.t = f.t;
|
|
977
1217
|
d.u = f.u;
|
|
1218
|
+
d.v = f.v;
|
|
978
1219
|
}
|
|
979
|
-
if (d.
|
|
980
|
-
a.
|
|
1220
|
+
if (d.q != null) {
|
|
1221
|
+
a.m = d.q;
|
|
981
1222
|
}
|
|
982
|
-
if (!isNaN_(d.
|
|
983
|
-
a.g = d.
|
|
1223
|
+
if (!isNaN_(d.f)) {
|
|
1224
|
+
a.g = d.f;
|
|
984
1225
|
}
|
|
985
|
-
if (d.
|
|
986
|
-
a.
|
|
1226
|
+
if (d.v != null) {
|
|
1227
|
+
a.q = d.v;
|
|
987
1228
|
}
|
|
988
|
-
if (d.
|
|
989
|
-
a.
|
|
1229
|
+
if (d.t != null) {
|
|
1230
|
+
a.o = d.t;
|
|
990
1231
|
}
|
|
991
|
-
if (d.
|
|
992
|
-
a.
|
|
1232
|
+
if (d.r != null) {
|
|
1233
|
+
a.n = d.t;
|
|
993
1234
|
}
|
|
994
1235
|
}
|
|
995
1236
|
return a;
|
|
996
1237
|
};
|
|
997
1238
|
XIcon.prototype.provideContainer = function (a) {
|
|
998
|
-
this.view.
|
|
1239
|
+
this.view.ae(a);
|
|
999
1240
|
};
|
|
1000
1241
|
XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
|
|
1001
|
-
XIcon.
|
|
1002
|
-
XIcon.
|
|
1003
|
-
XIcon.
|
|
1004
|
-
XIcon.
|
|
1005
|
-
XIcon.
|
|
1006
|
-
XIcon.
|
|
1007
|
-
XIcon.
|
|
1008
|
-
XIcon.
|
|
1009
|
-
XIcon.
|
|
1242
|
+
XIcon.cz = null;
|
|
1243
|
+
XIcon.c4 = null;
|
|
1244
|
+
XIcon.c3 = null;
|
|
1245
|
+
XIcon.c0 = null;
|
|
1246
|
+
XIcon.c1 = null;
|
|
1247
|
+
XIcon.c2 = null;
|
|
1248
|
+
XIcon.ah = NaN;
|
|
1249
|
+
XIcon.ag = NaN;
|
|
1250
|
+
XIcon.at = 0;
|
|
1010
1251
|
return XIcon;
|
|
1011
1252
|
}(Base));
|
|
1012
1253
|
export { XIcon };
|