igniteui-webcomponents-inputs 4.0.3 → 4.2.2
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-webcomponents-inputs.umd.js +2781 -2143
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +17 -17
- package/esm2015/lib/ButtonView_combined.js +945 -939
- package/esm2015/lib/CalendarView_combined.js +80 -80
- package/esm2015/lib/DatePickerView_combined.js +82 -64
- package/esm2015/lib/IconView_combined.js +250 -238
- package/esm2015/lib/InputGroupView_combined.js +368 -357
- package/esm2015/lib/NativeUIXInputsFactory.js +143 -0
- package/esm2015/lib/XButtonBridge.js +101 -0
- package/esm2015/lib/XCheckboxBridge.js +69 -0
- package/esm2015/lib/XComponentBridge.js +34 -0
- package/esm2015/lib/XIconButtonBridge.js +65 -0
- package/esm2015/lib/XInputBridge.js +162 -0
- package/esm2015/lib/igc-x-button-component.js +366 -366
- package/esm2015/lib/igc-x-icon-component.js +74 -63
- package/esm2015/lib/igc-x-input-component.js +65 -54
- package/esm2015/public_api.js +6 -0
- package/esm5/lib/ButtonGroupView_combined.js +17 -17
- package/esm5/lib/ButtonView_combined.js +941 -935
- package/esm5/lib/CalendarView_combined.js +80 -80
- package/esm5/lib/DatePickerView_combined.js +82 -64
- package/esm5/lib/IconView_combined.js +240 -224
- package/esm5/lib/InputGroupView_combined.js +353 -338
- package/esm5/lib/NativeUIXInputsFactory.js +153 -0
- package/esm5/lib/XButtonBridge.js +103 -0
- package/esm5/lib/XCheckboxBridge.js +71 -0
- package/esm5/lib/XComponentBridge.js +36 -0
- package/esm5/lib/XIconButtonBridge.js +67 -0
- package/esm5/lib/XInputBridge.js +164 -0
- package/esm5/lib/igc-x-button-component.js +366 -366
- package/esm5/lib/igc-x-icon-component.js +79 -64
- package/esm5/lib/igc-x-input-component.js +70 -55
- package/esm5/public_api.js +6 -0
- package/fesm2015/igniteui-webcomponents-inputs.js +2785 -2178
- package/fesm5/igniteui-webcomponents-inputs.js +2772 -2141
- package/lib/ButtonView_combined.d.ts +262 -260
- package/lib/DatePickerView_combined.d.ts +22 -21
- package/lib/DatePickerVisualModelExport.d.ts +1 -1
- package/lib/IconView_combined.d.ts +59 -56
- package/lib/InputGroupView_combined.d.ts +91 -89
- package/lib/NativeUIXInputsFactory.d.ts +22 -0
- package/lib/XButtonBridge.d.ts +21 -0
- package/lib/XCheckboxBridge.d.ts +19 -0
- package/lib/XComponentBridge.d.ts +17 -0
- package/lib/XIconButtonBridge.d.ts +16 -0
- package/lib/XInputBridge.d.ts +24 -0
- package/lib/igc-x-icon-component.d.ts +6 -1
- package/lib/igc-x-input-component.d.ts +6 -1
- package/package.json +2 -2
- package/public_api.d.ts +6 -0
|
@@ -4,9 +4,10 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
-
import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs } from "igniteui-webcomponents-core";
|
|
7
|
+
import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox } from "igniteui-webcomponents-core";
|
|
8
8
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
9
9
|
import { IIcon_$type } from "igniteui-webcomponents-core";
|
|
10
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
10
11
|
import { NativeUI } from "igniteui-webcomponents-core";
|
|
11
12
|
import { IconClickedEventArgs } from "./IconClickedEventArgs";
|
|
12
13
|
import { IconVisualModelExport } from "./IconVisualModelExport";
|
|
@@ -77,7 +78,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
77
78
|
this.j = d;
|
|
78
79
|
this.h.append(this.i);
|
|
79
80
|
this.g.add(c.listen("click", runOn(this, this.r)));
|
|
80
|
-
this.b.
|
|
81
|
+
this.b.bg();
|
|
81
82
|
}
|
|
82
83
|
x(a) {
|
|
83
84
|
if (this.m != a) {
|
|
@@ -98,10 +99,10 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
98
99
|
}
|
|
99
100
|
}
|
|
100
101
|
o(a) {
|
|
101
|
-
this.b.
|
|
102
|
+
this.b.bd();
|
|
102
103
|
}
|
|
103
104
|
p(a) {
|
|
104
|
-
this.b.
|
|
105
|
+
this.b.be();
|
|
105
106
|
}
|
|
106
107
|
q() {
|
|
107
108
|
this.d = true;
|
|
@@ -130,7 +131,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
130
131
|
return c;
|
|
131
132
|
}
|
|
132
133
|
r(a) {
|
|
133
|
-
this.b.
|
|
134
|
+
this.b.bb();
|
|
134
135
|
}
|
|
135
136
|
}
|
|
136
137
|
IconView.$t = /*@__PURE__*/ markType(IconView, 'IconView');
|
|
@@ -144,30 +145,31 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
144
145
|
constructor() {
|
|
145
146
|
super();
|
|
146
147
|
this._view = null;
|
|
147
|
-
this.
|
|
148
|
-
this.bn = XIcon.b3;
|
|
149
|
-
this.bk = XIcon.b0;
|
|
150
|
-
this.bl = XIcon.b1;
|
|
148
|
+
this.d = 0;
|
|
151
149
|
this.bm = XIcon.b2;
|
|
152
|
-
this.
|
|
153
|
-
this.
|
|
154
|
-
this.bo = XIcon.
|
|
155
|
-
this.
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
158
|
-
this.
|
|
159
|
-
this.
|
|
160
|
-
this.
|
|
161
|
-
this.
|
|
162
|
-
this.
|
|
163
|
-
this.
|
|
164
|
-
this.
|
|
165
|
-
this.
|
|
166
|
-
this.f =
|
|
167
|
-
this.
|
|
150
|
+
this.bq = XIcon.b6;
|
|
151
|
+
this.bn = XIcon.b3;
|
|
152
|
+
this.bo = XIcon.b4;
|
|
153
|
+
this.bp = XIcon.b5;
|
|
154
|
+
this.p = XIcon.w;
|
|
155
|
+
this.q = XIcon.x;
|
|
156
|
+
this.br = XIcon.b2;
|
|
157
|
+
this.bw = XIcon.b6;
|
|
158
|
+
this.ah = null;
|
|
159
|
+
this.bs = XIcon.b3;
|
|
160
|
+
this.bt = XIcon.b4;
|
|
161
|
+
this.bv = XIcon.b5;
|
|
162
|
+
this.r = XIcon.w;
|
|
163
|
+
this.t = XIcon.x;
|
|
164
|
+
this.f = null;
|
|
165
|
+
this.bu = null;
|
|
166
|
+
this.ag = "ig-icon-" + XIcon.ad++;
|
|
167
|
+
this.ab = 0;
|
|
168
168
|
this.h = false;
|
|
169
|
-
this.
|
|
170
|
-
this.
|
|
169
|
+
this.af = null;
|
|
170
|
+
this.j = false;
|
|
171
|
+
this.i = false;
|
|
172
|
+
this.s = 1;
|
|
171
173
|
this.clicked = null;
|
|
172
174
|
this.propertyChanged = null;
|
|
173
175
|
let a = new IconView();
|
|
@@ -184,13 +186,13 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
184
186
|
destroy() {
|
|
185
187
|
this.provideContainer(null);
|
|
186
188
|
}
|
|
187
|
-
|
|
189
|
+
bf(a, b, c) {
|
|
188
190
|
if (this.propertyChanged != null) {
|
|
189
191
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
190
192
|
}
|
|
191
|
-
this.
|
|
193
|
+
this.bh(a, b, c);
|
|
192
194
|
}
|
|
193
|
-
|
|
195
|
+
bh(a, b, c) {
|
|
194
196
|
switch (a) {
|
|
195
197
|
case "Fill":
|
|
196
198
|
case "Stroke":
|
|
@@ -198,7 +200,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
198
200
|
case "HoverFill":
|
|
199
201
|
case "HoverStroke":
|
|
200
202
|
case "HoverStrokeThickness":
|
|
201
|
-
this.
|
|
203
|
+
this.bl();
|
|
202
204
|
break;
|
|
203
205
|
case "ActualFill":
|
|
204
206
|
case "ActualStroke":
|
|
@@ -207,41 +209,41 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
207
209
|
case "ActualStrokeThickness":
|
|
208
210
|
case "ActualHoverStrokeThickness":
|
|
209
211
|
case "SVGPath":
|
|
210
|
-
this.
|
|
212
|
+
this.bj();
|
|
211
213
|
break;
|
|
212
214
|
case "Opacity":
|
|
213
|
-
this.
|
|
215
|
+
this.bk();
|
|
214
216
|
break;
|
|
215
217
|
}
|
|
216
218
|
}
|
|
217
|
-
|
|
218
|
-
this.
|
|
219
|
-
this.
|
|
220
|
-
this.
|
|
221
|
-
this.
|
|
222
|
-
this.
|
|
223
|
-
this.
|
|
224
|
-
this.
|
|
219
|
+
bl() {
|
|
220
|
+
this.bx = this.fill != null ? this.fill : XIcon.b2;
|
|
221
|
+
this.by = this.b7 != null ? this.b7 : XIcon.b3;
|
|
222
|
+
this.b0 = this.ca != null ? this.ca : XIcon.b5;
|
|
223
|
+
this.bz = this.b8 != null ? this.b8 : XIcon.b4;
|
|
224
|
+
this.v = !isNaN_(this.aa) ? this.aa : XIcon.x;
|
|
225
|
+
this.u = !isNaN_(this.y) ? this.y : XIcon.w;
|
|
226
|
+
this.b1 = this.cb != null ? this.cb : XIcon.b6;
|
|
225
227
|
}
|
|
226
|
-
get
|
|
228
|
+
get l() {
|
|
227
229
|
return this.svgPath != null && !this.view.f;
|
|
228
230
|
}
|
|
229
|
-
|
|
230
|
-
NativeUI.u(this.view.k, this.
|
|
231
|
+
bk() {
|
|
232
|
+
NativeUI.u(this.view.k, this.z);
|
|
231
233
|
}
|
|
232
|
-
|
|
234
|
+
bj() {
|
|
233
235
|
let a = this.view.k;
|
|
234
|
-
if (this.
|
|
236
|
+
if (this.l) {
|
|
235
237
|
let b = this.view.l;
|
|
236
|
-
if (this.
|
|
237
|
-
NativeUI.p(b, this.
|
|
238
|
-
NativeUI.w(b, this.
|
|
239
|
-
NativeUI.z(b, this.
|
|
238
|
+
if (this.n) {
|
|
239
|
+
NativeUI.p(b, this.by);
|
|
240
|
+
NativeUI.w(b, this.bz);
|
|
241
|
+
NativeUI.z(b, this.u);
|
|
240
242
|
}
|
|
241
243
|
else {
|
|
242
|
-
NativeUI.p(b, this.
|
|
243
|
-
NativeUI.w(b, this.
|
|
244
|
-
NativeUI.z(b, this.
|
|
244
|
+
NativeUI.p(b, this.bx);
|
|
245
|
+
NativeUI.w(b, this.b0);
|
|
246
|
+
NativeUI.z(b, this.v);
|
|
245
247
|
}
|
|
246
248
|
}
|
|
247
249
|
else {
|
|
@@ -249,74 +251,44 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
249
251
|
this.view.x(this.svgPath);
|
|
250
252
|
}
|
|
251
253
|
let c = this.view.k;
|
|
252
|
-
if (this.
|
|
253
|
-
if (this.
|
|
254
|
-
NativeUI.p(c, this.
|
|
254
|
+
if (this.n) {
|
|
255
|
+
if (this.by != null) {
|
|
256
|
+
NativeUI.p(c, this.by);
|
|
255
257
|
}
|
|
256
|
-
if (this.
|
|
257
|
-
NativeUI.w(c, this.
|
|
258
|
+
if (this.bz != null) {
|
|
259
|
+
NativeUI.w(c, this.bz);
|
|
258
260
|
}
|
|
259
|
-
if (!isNaN_(this.
|
|
260
|
-
NativeUI.z(c, this.
|
|
261
|
+
if (!isNaN_(this.u)) {
|
|
262
|
+
NativeUI.z(c, this.u);
|
|
261
263
|
}
|
|
262
264
|
}
|
|
263
265
|
else {
|
|
264
|
-
if (this.bu != null) {
|
|
265
|
-
NativeUI.p(c, this.bu);
|
|
266
|
-
}
|
|
267
266
|
if (this.bx != null) {
|
|
268
|
-
NativeUI.
|
|
267
|
+
NativeUI.p(c, this.bx);
|
|
268
|
+
}
|
|
269
|
+
if (this.b0 != null) {
|
|
270
|
+
NativeUI.w(c, this.b0);
|
|
269
271
|
}
|
|
270
|
-
if (!isNaN_(this.
|
|
271
|
-
NativeUI.z(c, this.
|
|
272
|
+
if (!isNaN_(this.v)) {
|
|
273
|
+
NativeUI.z(c, this.v);
|
|
272
274
|
}
|
|
273
275
|
}
|
|
274
276
|
}
|
|
275
|
-
if (this.
|
|
276
|
-
this.view.y(this.
|
|
277
|
-
}
|
|
278
|
-
if (this.by != null) {
|
|
279
|
-
NativeUI.o(this.view.k, this.by);
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
get bu() {
|
|
283
|
-
return this.bj;
|
|
284
|
-
}
|
|
285
|
-
set bu(a) {
|
|
286
|
-
let b = this.bj;
|
|
287
|
-
this.bj = a;
|
|
288
|
-
if (b != this.bj) {
|
|
289
|
-
this.bc("ActualFill", b, a);
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
get by() {
|
|
293
|
-
return this.bn;
|
|
294
|
-
}
|
|
295
|
-
set by(a) {
|
|
296
|
-
let b = this.bn;
|
|
297
|
-
this.bn = a;
|
|
298
|
-
if (b != this.bn) {
|
|
299
|
-
this.bc("ActualTextColor", b, a);
|
|
277
|
+
if (this.g != null) {
|
|
278
|
+
this.view.y(this.g);
|
|
300
279
|
}
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
return this.bk;
|
|
304
|
-
}
|
|
305
|
-
set bv(a) {
|
|
306
|
-
let b = this.bk;
|
|
307
|
-
this.bk = a;
|
|
308
|
-
if (b != this.bk) {
|
|
309
|
-
this.bc("ActualHoverFill", b, a);
|
|
280
|
+
if (this.b1 != null) {
|
|
281
|
+
NativeUI.o(this.view.k, this.b1);
|
|
310
282
|
}
|
|
311
283
|
}
|
|
312
|
-
get
|
|
313
|
-
return this.
|
|
284
|
+
get e() {
|
|
285
|
+
return this.d;
|
|
314
286
|
}
|
|
315
|
-
set
|
|
316
|
-
let b = this.
|
|
317
|
-
this.
|
|
318
|
-
if (b != this.
|
|
319
|
-
this.
|
|
287
|
+
set e(a) {
|
|
288
|
+
let b = this.d;
|
|
289
|
+
this.d = a;
|
|
290
|
+
if (b != this.d) {
|
|
291
|
+
this.bf("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
320
292
|
}
|
|
321
293
|
}
|
|
322
294
|
get bx() {
|
|
@@ -326,77 +298,97 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
326
298
|
let b = this.bm;
|
|
327
299
|
this.bm = a;
|
|
328
300
|
if (b != this.bm) {
|
|
329
|
-
this.
|
|
301
|
+
this.bf("ActualFill", b, a);
|
|
330
302
|
}
|
|
331
303
|
}
|
|
332
|
-
get
|
|
333
|
-
return this.
|
|
304
|
+
get b1() {
|
|
305
|
+
return this.bq;
|
|
334
306
|
}
|
|
335
|
-
set
|
|
336
|
-
let b = this.
|
|
337
|
-
this.
|
|
338
|
-
if (b != this.
|
|
339
|
-
this.
|
|
307
|
+
set b1(a) {
|
|
308
|
+
let b = this.bq;
|
|
309
|
+
this.bq = a;
|
|
310
|
+
if (b != this.bq) {
|
|
311
|
+
this.bf("ActualTextColor", b, a);
|
|
340
312
|
}
|
|
341
313
|
}
|
|
342
|
-
get
|
|
343
|
-
return this.
|
|
314
|
+
get by() {
|
|
315
|
+
return this.bn;
|
|
344
316
|
}
|
|
345
|
-
set
|
|
346
|
-
let b = this.
|
|
347
|
-
this.
|
|
348
|
-
if (b != this.
|
|
349
|
-
this.
|
|
317
|
+
set by(a) {
|
|
318
|
+
let b = this.bn;
|
|
319
|
+
this.bn = a;
|
|
320
|
+
if (b != this.bn) {
|
|
321
|
+
this.bf("ActualHoverFill", b, a);
|
|
350
322
|
}
|
|
351
323
|
}
|
|
352
|
-
get
|
|
324
|
+
get bz() {
|
|
353
325
|
return this.bo;
|
|
354
326
|
}
|
|
355
|
-
set
|
|
327
|
+
set bz(a) {
|
|
356
328
|
let b = this.bo;
|
|
357
329
|
this.bo = a;
|
|
358
330
|
if (b != this.bo) {
|
|
359
|
-
this.
|
|
331
|
+
this.bf("ActualHoverStroke", b, a);
|
|
360
332
|
}
|
|
361
333
|
}
|
|
362
|
-
get
|
|
363
|
-
return this.
|
|
334
|
+
get b0() {
|
|
335
|
+
return this.bp;
|
|
364
336
|
}
|
|
365
|
-
set
|
|
366
|
-
let b = this.
|
|
367
|
-
this.
|
|
368
|
-
if (b != this.
|
|
369
|
-
this.
|
|
337
|
+
set b0(a) {
|
|
338
|
+
let b = this.bp;
|
|
339
|
+
this.bp = a;
|
|
340
|
+
if (b != this.bp) {
|
|
341
|
+
this.bf("ActualStroke", b, a);
|
|
370
342
|
}
|
|
371
343
|
}
|
|
372
|
-
get
|
|
373
|
-
return this.
|
|
344
|
+
get u() {
|
|
345
|
+
return this.p;
|
|
374
346
|
}
|
|
375
|
-
set
|
|
376
|
-
let b = this.
|
|
377
|
-
this.
|
|
378
|
-
if (b != this.
|
|
379
|
-
this.
|
|
347
|
+
set u(a) {
|
|
348
|
+
let b = this.p;
|
|
349
|
+
this.p = a;
|
|
350
|
+
if (b != this.p) {
|
|
351
|
+
this.bf("ActualHoverStrokeThickness", b, a);
|
|
380
352
|
}
|
|
381
353
|
}
|
|
382
|
-
get
|
|
383
|
-
return this.
|
|
354
|
+
get v() {
|
|
355
|
+
return this.q;
|
|
384
356
|
}
|
|
385
|
-
set
|
|
386
|
-
let b = this.
|
|
387
|
-
this.
|
|
388
|
-
if (b != this.
|
|
389
|
-
this.
|
|
357
|
+
set v(a) {
|
|
358
|
+
let b = this.q;
|
|
359
|
+
this.q = a;
|
|
360
|
+
if (b != this.q) {
|
|
361
|
+
this.bf("ActualStrokeThickness", b, a);
|
|
390
362
|
}
|
|
391
363
|
}
|
|
392
|
-
get
|
|
393
|
-
return this.
|
|
364
|
+
get fill() {
|
|
365
|
+
return this.br;
|
|
394
366
|
}
|
|
395
|
-
set
|
|
396
|
-
let b = this.
|
|
397
|
-
this.
|
|
398
|
-
if (b != this.
|
|
399
|
-
this.
|
|
367
|
+
set fill(a) {
|
|
368
|
+
let b = this.br;
|
|
369
|
+
this.br = a;
|
|
370
|
+
if (b != this.br) {
|
|
371
|
+
this.bf("Fill", b, a);
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
get cb() {
|
|
375
|
+
return this.bw;
|
|
376
|
+
}
|
|
377
|
+
set cb(a) {
|
|
378
|
+
let b = this.bw;
|
|
379
|
+
this.bw = a;
|
|
380
|
+
if (b != this.bw) {
|
|
381
|
+
this.bf("TextColor", b, a);
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
get svgPath() {
|
|
385
|
+
return this.ah;
|
|
386
|
+
}
|
|
387
|
+
set svgPath(a) {
|
|
388
|
+
let b = this.ah;
|
|
389
|
+
this.ah = a;
|
|
390
|
+
if (b != this.ah) {
|
|
391
|
+
this.bf("SVGPath", b, a);
|
|
400
392
|
}
|
|
401
393
|
}
|
|
402
394
|
get b7() {
|
|
@@ -406,17 +398,27 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
406
398
|
let b = this.bs;
|
|
407
399
|
this.bs = a;
|
|
408
400
|
if (b != this.bs) {
|
|
409
|
-
this.
|
|
401
|
+
this.bf("HoverFill", b, a);
|
|
410
402
|
}
|
|
411
403
|
}
|
|
412
|
-
get
|
|
413
|
-
return this.
|
|
404
|
+
get b8() {
|
|
405
|
+
return this.bt;
|
|
414
406
|
}
|
|
415
|
-
set
|
|
416
|
-
let b = this.
|
|
417
|
-
this.
|
|
418
|
-
if (b != this.
|
|
419
|
-
this.
|
|
407
|
+
set b8(a) {
|
|
408
|
+
let b = this.bt;
|
|
409
|
+
this.bt = a;
|
|
410
|
+
if (b != this.bt) {
|
|
411
|
+
this.bf("HoverStroke", b, a);
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
get ca() {
|
|
415
|
+
return this.bv;
|
|
416
|
+
}
|
|
417
|
+
set ca(a) {
|
|
418
|
+
let b = this.bv;
|
|
419
|
+
this.bv = a;
|
|
420
|
+
if (b != this.bv) {
|
|
421
|
+
this.bf("Stroke", b, a);
|
|
420
422
|
}
|
|
421
423
|
}
|
|
422
424
|
get y() {
|
|
@@ -426,100 +428,110 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
426
428
|
let b = this.r;
|
|
427
429
|
this.r = a;
|
|
428
430
|
if (b != this.r) {
|
|
429
|
-
this.
|
|
431
|
+
this.bf("HoverStrokeThickness", b, a);
|
|
430
432
|
}
|
|
431
433
|
}
|
|
432
|
-
|
|
433
|
-
this.
|
|
434
|
+
get aa() {
|
|
435
|
+
return this.t;
|
|
434
436
|
}
|
|
435
|
-
|
|
436
|
-
|
|
437
|
+
set aa(a) {
|
|
438
|
+
let b = this.t;
|
|
439
|
+
this.t = a;
|
|
440
|
+
if (b != this.t) {
|
|
441
|
+
this.bf("StrokeThickness", b, a);
|
|
442
|
+
}
|
|
437
443
|
}
|
|
438
|
-
|
|
439
|
-
|
|
444
|
+
bd() {
|
|
445
|
+
this.n = true;
|
|
440
446
|
}
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
447
|
+
be() {
|
|
448
|
+
this.n = false;
|
|
449
|
+
}
|
|
450
|
+
get g() {
|
|
451
|
+
return this.f;
|
|
452
|
+
}
|
|
453
|
+
set g(a) {
|
|
454
|
+
let b = this.f;
|
|
455
|
+
this.f = a;
|
|
456
|
+
if (b != this.f) {
|
|
457
|
+
this.bf("TextStyle", b, a);
|
|
446
458
|
}
|
|
447
459
|
}
|
|
448
|
-
get
|
|
449
|
-
return this.
|
|
460
|
+
get b9() {
|
|
461
|
+
return this.bu;
|
|
450
462
|
}
|
|
451
|
-
set
|
|
452
|
-
let b = this.
|
|
453
|
-
this.
|
|
454
|
-
if (b != this.
|
|
455
|
-
this.
|
|
463
|
+
set b9(a) {
|
|
464
|
+
let b = this.bu;
|
|
465
|
+
this.bu = a;
|
|
466
|
+
if (b != this.bu) {
|
|
467
|
+
this.bf("HoverTextColor", b, a);
|
|
456
468
|
}
|
|
457
469
|
}
|
|
458
|
-
get
|
|
459
|
-
return this.
|
|
470
|
+
get ay() {
|
|
471
|
+
return this.ag;
|
|
460
472
|
}
|
|
461
|
-
set
|
|
462
|
-
let b = this.
|
|
463
|
-
this.
|
|
464
|
-
if (b != this.
|
|
465
|
-
this.
|
|
473
|
+
set ay(a) {
|
|
474
|
+
let b = this.ag;
|
|
475
|
+
this.ag = a;
|
|
476
|
+
if (b != this.ag) {
|
|
477
|
+
this.bf("Id", b, a);
|
|
466
478
|
}
|
|
467
479
|
}
|
|
468
|
-
get
|
|
469
|
-
return this.
|
|
480
|
+
get k() {
|
|
481
|
+
return this.h;
|
|
470
482
|
}
|
|
471
|
-
get
|
|
472
|
-
return this.
|
|
483
|
+
get ac() {
|
|
484
|
+
return this.ab;
|
|
473
485
|
}
|
|
474
|
-
set
|
|
475
|
-
let b = this.
|
|
476
|
-
this.
|
|
477
|
-
this.
|
|
478
|
-
if (b != this.
|
|
479
|
-
this.
|
|
486
|
+
set ac(a) {
|
|
487
|
+
let b = this.ab;
|
|
488
|
+
this.ab = a;
|
|
489
|
+
this.h = true;
|
|
490
|
+
if (b != this.ab) {
|
|
491
|
+
this.bf("TabIndex", b, a);
|
|
480
492
|
}
|
|
481
493
|
}
|
|
482
|
-
get
|
|
483
|
-
return this.
|
|
494
|
+
get ap() {
|
|
495
|
+
return this.af;
|
|
484
496
|
}
|
|
485
|
-
set
|
|
486
|
-
let b = this.
|
|
487
|
-
this.
|
|
488
|
-
if (b != this.
|
|
489
|
-
this.
|
|
497
|
+
set ap(a) {
|
|
498
|
+
let b = this.af;
|
|
499
|
+
this.af = a;
|
|
500
|
+
if (b != this.af) {
|
|
501
|
+
this.bf("AriaLabel", b, a);
|
|
490
502
|
}
|
|
491
503
|
}
|
|
492
|
-
get
|
|
493
|
-
return this.
|
|
504
|
+
get n() {
|
|
505
|
+
return this.j;
|
|
494
506
|
}
|
|
495
|
-
set
|
|
496
|
-
let b = this.
|
|
497
|
-
this.
|
|
498
|
-
if (b != this.
|
|
499
|
-
this.
|
|
507
|
+
set n(a) {
|
|
508
|
+
let b = this.j;
|
|
509
|
+
this.j = a;
|
|
510
|
+
if (b != this.j) {
|
|
511
|
+
this.bf("IsHover", b, a);
|
|
500
512
|
}
|
|
501
513
|
}
|
|
502
514
|
get disabled() {
|
|
503
|
-
return this.
|
|
515
|
+
return this.i;
|
|
504
516
|
}
|
|
505
517
|
set disabled(a) {
|
|
506
|
-
let b = this.
|
|
507
|
-
this.
|
|
508
|
-
if (b != this.
|
|
509
|
-
this.
|
|
518
|
+
let b = this.i;
|
|
519
|
+
this.i = a;
|
|
520
|
+
if (b != this.i) {
|
|
521
|
+
this.bf("IsDisabled", b, a);
|
|
510
522
|
}
|
|
511
523
|
}
|
|
512
|
-
get
|
|
513
|
-
return this.
|
|
524
|
+
get z() {
|
|
525
|
+
return this.s;
|
|
514
526
|
}
|
|
515
|
-
set
|
|
516
|
-
let b = this.
|
|
517
|
-
this.
|
|
518
|
-
if (b != this.
|
|
519
|
-
this.
|
|
527
|
+
set z(a) {
|
|
528
|
+
let b = this.s;
|
|
529
|
+
this.s = a;
|
|
530
|
+
if (b != this.s) {
|
|
531
|
+
this.bf("Opacity", b, this.s);
|
|
520
532
|
}
|
|
521
533
|
}
|
|
522
|
-
|
|
534
|
+
bg() {
|
|
523
535
|
}
|
|
524
536
|
onDetachedFromUI() {
|
|
525
537
|
this.view.t();
|
|
@@ -527,7 +539,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
527
539
|
onAttachedToUI() {
|
|
528
540
|
this.view.q();
|
|
529
541
|
}
|
|
530
|
-
|
|
542
|
+
bb() {
|
|
531
543
|
if (this.disabled) {
|
|
532
544
|
return;
|
|
533
545
|
}
|
|
@@ -535,13 +547,13 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
535
547
|
this.clicked(this, new IconClickedEventArgs());
|
|
536
548
|
}
|
|
537
549
|
}
|
|
538
|
-
|
|
550
|
+
o() {
|
|
539
551
|
return this.view.e();
|
|
540
552
|
}
|
|
541
|
-
|
|
553
|
+
ae() {
|
|
542
554
|
return this.a();
|
|
543
555
|
}
|
|
544
|
-
|
|
556
|
+
as() {
|
|
545
557
|
let a = this.a();
|
|
546
558
|
return a.j();
|
|
547
559
|
}
|
|
@@ -551,15 +563,15 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
551
563
|
a.a = AppearanceHelper.a(NativeUI.ah(b));
|
|
552
564
|
a.c = AppearanceHelper.a(NativeUI.ah(b));
|
|
553
565
|
a.b = AppearanceHelper.a(NativeUI.ai(b));
|
|
554
|
-
a.d = this.
|
|
566
|
+
a.d = this.v;
|
|
555
567
|
let c = this.view.a();
|
|
556
568
|
a.h = c[0];
|
|
557
569
|
a.f = c[1];
|
|
558
570
|
a.e = NativeUI.c(b);
|
|
559
571
|
a.i = NativeUI.i(b);
|
|
560
572
|
a.svgPath = this.svgPath;
|
|
561
|
-
if (this.
|
|
562
|
-
let d = this.
|
|
573
|
+
if (this.g != null) {
|
|
574
|
+
let d = this.g;
|
|
563
575
|
if (this.view != null && d.n == null) {
|
|
564
576
|
let e = this.view.h;
|
|
565
577
|
let f = FontUtil.getFontInfoFromString(e, d.fontString);
|
|
@@ -593,13 +605,13 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
593
605
|
}
|
|
594
606
|
}
|
|
595
607
|
XIcon.$t = /*@__PURE__*/ markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
|
|
596
|
-
XIcon.bz = null;
|
|
597
|
-
XIcon.b3 = null;
|
|
598
608
|
XIcon.b2 = null;
|
|
599
|
-
XIcon.
|
|
600
|
-
XIcon.
|
|
601
|
-
XIcon.
|
|
602
|
-
XIcon.
|
|
603
|
-
XIcon.
|
|
609
|
+
XIcon.b6 = null;
|
|
610
|
+
XIcon.b5 = null;
|
|
611
|
+
XIcon.b3 = null;
|
|
612
|
+
XIcon.b4 = null;
|
|
613
|
+
XIcon.x = 0;
|
|
614
|
+
XIcon.w = 0;
|
|
615
|
+
XIcon.ad = 0;
|
|
604
616
|
return XIcon;
|
|
605
617
|
})();
|