igniteui-angular-inputs 19.0.0 → 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 +3805 -3574
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +74 -74
- package/esm2015/lib/ButtonView_combined.js +1890 -1834
- package/esm2015/lib/CalendarView_combined.js +322 -308
- package/esm2015/lib/CheckboxView_combined.js +25 -25
- package/esm2015/lib/DatePickerView_combined.js +6 -6
- package/esm2015/lib/IconViewType.js +11 -0
- package/esm2015/lib/IconView_combined.js +529 -451
- package/esm2015/lib/InputGroupView_combined.js +433 -404
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +43 -43
- package/esm2015/lib/RippleView_combined.js +2 -2
- package/esm2015/lib/XButtonBridge.js +39 -35
- package/esm2015/lib/XButtonGroupBridge.js +2 -2
- package/esm2015/lib/XCheckboxBridge.js +8 -8
- package/esm2015/lib/XComponentBridge.js +1 -1
- package/esm2015/lib/XIconBridge.js +25 -23
- package/esm2015/lib/XInputBridge.js +22 -22
- package/esm2015/lib/XPopupBridge.js +15 -5
- package/esm2015/lib/igx-x-button-component.js +396 -385
- package/esm2015/lib/igx-x-icon-component.js +63 -63
- package/esm2015/lib/igx-x-label-component.js +40 -40
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/ButtonGroupView_combined.js +74 -74
- package/esm5/lib/ButtonView_combined.js +1756 -1696
- package/esm5/lib/CalendarView_combined.js +322 -308
- package/esm5/lib/CheckboxView_combined.js +25 -25
- package/esm5/lib/DatePickerView_combined.js +6 -6
- package/esm5/lib/IconViewType.js +11 -0
- package/esm5/lib/IconView_combined.js +515 -429
- package/esm5/lib/InputGroupView_combined.js +426 -397
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/NativeUIXInputsFactory_combined.js +43 -43
- package/esm5/lib/RippleView_combined.js +2 -2
- package/esm5/lib/XButtonBridge.js +39 -35
- package/esm5/lib/XButtonGroupBridge.js +2 -2
- package/esm5/lib/XCheckboxBridge.js +8 -8
- package/esm5/lib/XComponentBridge.js +1 -1
- package/esm5/lib/XIconBridge.js +25 -23
- package/esm5/lib/XInputBridge.js +22 -22
- package/esm5/lib/XPopupBridge.js +15 -5
- package/esm5/lib/igx-x-button-component.js +400 -385
- package/esm5/lib/igx-x-icon-component.js +63 -63
- package/esm5/lib/igx-x-label-component.js +40 -40
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-inputs.js +3962 -3748
- package/fesm5/igniteui-angular-inputs.js +3806 -3576
- package/lib/ButtonView_combined.d.ts +513 -504
- package/lib/CalendarView_combined.d.ts +38 -35
- package/lib/IconViewType.d.ts +16 -0
- package/lib/IconView_combined.d.ts +139 -125
- package/lib/InputGroupView_combined.d.ts +103 -100
- package/lib/XPopupBridge.d.ts +1 -0
- package/lib/igx-x-button-component.d.ts +7 -1
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -17,9 +17,9 @@ import { stringReplace, stringIsNullOrEmpty } from "igniteui-angular-core";
|
|
|
17
17
|
import { TransformGroup } from "igniteui-angular-core";
|
|
18
18
|
import { TranslateTransform } from "igniteui-angular-core";
|
|
19
19
|
import { SuffixShiftType_$type } from "./SuffixShiftType";
|
|
20
|
+
import { isNaN_ } from "igniteui-angular-core";
|
|
20
21
|
import { PrefixShiftType_$type } from "./PrefixShiftType";
|
|
21
22
|
import { LabelShiftType_$type } from "./LabelShiftType";
|
|
22
|
-
import { isNaN_ } from "igniteui-angular-core";
|
|
23
23
|
import { HorizontalAlignment_$type } from "igniteui-angular-core";
|
|
24
24
|
import { MouseButtonEventArgs } from "igniteui-angular-core";
|
|
25
25
|
import { KeyEventArgs } from "igniteui-angular-core";
|
|
@@ -70,7 +70,7 @@ export let InputGroupView = /*@__PURE__*/ (() => {
|
|
|
70
70
|
}
|
|
71
71
|
ac(a) {
|
|
72
72
|
if (typeCast(XLabel.$, a) !== null) {
|
|
73
|
-
a.
|
|
73
|
+
a.be = "flex-start";
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
ae(a) {
|
|
@@ -267,82 +267,93 @@ export let SuffixView = /*@__PURE__*/ (() => {
|
|
|
267
267
|
constructor() {
|
|
268
268
|
super();
|
|
269
269
|
this.a = null;
|
|
270
|
-
this.
|
|
270
|
+
this.h = null;
|
|
271
271
|
this.b = null;
|
|
272
|
-
this.
|
|
272
|
+
this.f = new List$1(Delegate_$type, 0);
|
|
273
|
+
this.d = false;
|
|
273
274
|
this.c = true;
|
|
274
|
-
this.
|
|
275
|
+
this.i = null;
|
|
275
276
|
}
|
|
276
|
-
|
|
277
|
+
p() {
|
|
277
278
|
}
|
|
278
|
-
|
|
279
|
+
e() {
|
|
279
280
|
return true;
|
|
280
281
|
}
|
|
281
|
-
get
|
|
282
|
+
get s() {
|
|
282
283
|
return null;
|
|
283
284
|
}
|
|
284
|
-
|
|
285
|
+
n(a) {
|
|
285
286
|
if (a == null) {
|
|
286
|
-
for (let b of fromEnum(this.
|
|
287
|
+
for (let b of fromEnum(this.f)) {
|
|
287
288
|
b();
|
|
288
289
|
}
|
|
289
|
-
this.
|
|
290
|
+
this.f.clear();
|
|
290
291
|
}
|
|
291
|
-
this.
|
|
292
|
-
this.
|
|
293
|
-
let c = this.
|
|
292
|
+
this.h = a;
|
|
293
|
+
this.h.rootWrapper.setStyleProperty("display", "inline-block");
|
|
294
|
+
let c = this.h.createElement("div");
|
|
294
295
|
c.addClass("ig-suffix-content");
|
|
295
|
-
this.
|
|
296
|
+
this.h.append(c);
|
|
296
297
|
c.setStyleProperty("cursor", "pointer");
|
|
297
|
-
this.
|
|
298
|
-
this.
|
|
298
|
+
this.i = c;
|
|
299
|
+
this.h.getPortal(c, "ChildContent", (d) => {
|
|
299
300
|
}, true);
|
|
300
301
|
this.a.am();
|
|
301
302
|
}
|
|
302
|
-
|
|
303
|
-
let a =
|
|
304
|
-
|
|
303
|
+
r() {
|
|
304
|
+
let a = this.g();
|
|
305
|
+
if (isNaN_(a) || a == 0) {
|
|
306
|
+
if (!this.d) {
|
|
307
|
+
this.d = true;
|
|
308
|
+
this.h.setTimeout(() => {
|
|
309
|
+
this.d = false;
|
|
310
|
+
this.r();
|
|
311
|
+
}, 100);
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
let b = new TransformGroup();
|
|
315
|
+
b.j.add(((() => {
|
|
305
316
|
let $ret = new TranslateTransform();
|
|
306
|
-
$ret.k = this.a.k == 2 ? (this.
|
|
317
|
+
$ret.k = this.a.k == 2 ? (this.g() * -0.25) : 0;
|
|
307
318
|
return $ret;
|
|
308
319
|
})()));
|
|
309
|
-
|
|
320
|
+
b.j.add(((() => {
|
|
310
321
|
let $ret = new ScaleTransform();
|
|
311
322
|
$ret.l = 1;
|
|
312
323
|
$ret.m = 1;
|
|
313
324
|
return $ret;
|
|
314
325
|
})()));
|
|
315
|
-
NativeUI.af(this.
|
|
316
|
-
this.
|
|
326
|
+
NativeUI.af(this.h.rootWrapper, b);
|
|
327
|
+
this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
317
328
|
}
|
|
318
|
-
|
|
319
|
-
let a = this.
|
|
329
|
+
g() {
|
|
330
|
+
let a = this.h.rootWrapper.getStyleProperty("height");
|
|
320
331
|
return parseFloat(stringReplace(a, "px", ""));
|
|
321
332
|
}
|
|
322
|
-
|
|
323
|
-
if (this.
|
|
333
|
+
q() {
|
|
334
|
+
if (this.e()) {
|
|
324
335
|
}
|
|
325
336
|
}
|
|
326
|
-
|
|
337
|
+
j(a) {
|
|
327
338
|
this.a.aj();
|
|
328
339
|
}
|
|
329
|
-
|
|
340
|
+
k(a) {
|
|
330
341
|
this.a.ak();
|
|
331
342
|
}
|
|
332
|
-
|
|
343
|
+
m() {
|
|
333
344
|
this.c = true;
|
|
334
|
-
this.
|
|
335
|
-
this.
|
|
345
|
+
this.f.add(this.h.rootWrapper.listen("mouseenter", runOn(this, this.j)));
|
|
346
|
+
this.f.add(this.h.rootWrapper.listen("mouseleave", runOn(this, this.k)));
|
|
336
347
|
}
|
|
337
|
-
|
|
348
|
+
o() {
|
|
338
349
|
this.c = false;
|
|
339
|
-
for (let a of fromEnum(this.
|
|
350
|
+
for (let a of fromEnum(this.f)) {
|
|
340
351
|
a();
|
|
341
352
|
}
|
|
342
|
-
this.
|
|
353
|
+
this.f.clear();
|
|
343
354
|
}
|
|
344
|
-
|
|
345
|
-
this.
|
|
355
|
+
l(a) {
|
|
356
|
+
this.i.append(a);
|
|
346
357
|
}
|
|
347
358
|
}
|
|
348
359
|
SuffixView.$t = markType(SuffixView, 'SuffixView');
|
|
@@ -356,82 +367,93 @@ export let PrefixView = /*@__PURE__*/ (() => {
|
|
|
356
367
|
constructor() {
|
|
357
368
|
super();
|
|
358
369
|
this.a = null;
|
|
359
|
-
this.
|
|
370
|
+
this.h = null;
|
|
360
371
|
this.b = null;
|
|
361
|
-
this.
|
|
372
|
+
this.f = new List$1(Delegate_$type, 0);
|
|
373
|
+
this.d = false;
|
|
362
374
|
this.c = true;
|
|
363
|
-
this.
|
|
375
|
+
this.i = null;
|
|
364
376
|
}
|
|
365
|
-
|
|
377
|
+
p() {
|
|
366
378
|
}
|
|
367
|
-
|
|
379
|
+
e() {
|
|
368
380
|
return true;
|
|
369
381
|
}
|
|
370
|
-
get
|
|
382
|
+
get s() {
|
|
371
383
|
return null;
|
|
372
384
|
}
|
|
373
|
-
|
|
385
|
+
n(a) {
|
|
374
386
|
if (a == null) {
|
|
375
|
-
for (let b of fromEnum(this.
|
|
387
|
+
for (let b of fromEnum(this.f)) {
|
|
376
388
|
b();
|
|
377
389
|
}
|
|
378
|
-
this.
|
|
390
|
+
this.f.clear();
|
|
379
391
|
}
|
|
380
|
-
this.
|
|
381
|
-
this.
|
|
382
|
-
let c = this.
|
|
392
|
+
this.h = a;
|
|
393
|
+
this.h.rootWrapper.setStyleProperty("display", "inline-block");
|
|
394
|
+
let c = this.h.createElement("div");
|
|
383
395
|
c.addClass("ig-prefix-content");
|
|
384
|
-
this.
|
|
396
|
+
this.h.append(c);
|
|
385
397
|
c.setStyleProperty("cursor", "pointer");
|
|
386
|
-
this.
|
|
387
|
-
this.
|
|
398
|
+
this.i = c;
|
|
399
|
+
this.h.getPortal(c, "ChildContent", (d) => {
|
|
388
400
|
}, true);
|
|
389
401
|
this.a.am();
|
|
390
402
|
}
|
|
391
|
-
|
|
392
|
-
let a =
|
|
393
|
-
|
|
403
|
+
r() {
|
|
404
|
+
let a = this.g();
|
|
405
|
+
if (isNaN_(a) || a == 0) {
|
|
406
|
+
if (!this.d) {
|
|
407
|
+
this.d = true;
|
|
408
|
+
this.h.setTimeout(() => {
|
|
409
|
+
this.d = false;
|
|
410
|
+
this.r();
|
|
411
|
+
}, 100);
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
let b = new TransformGroup();
|
|
415
|
+
b.j.add(((() => {
|
|
394
416
|
let $ret = new TranslateTransform();
|
|
395
|
-
$ret.k = this.a.k == 2 ? (this.
|
|
417
|
+
$ret.k = this.a.k == 2 ? (this.g() * -0.25) : 0;
|
|
396
418
|
return $ret;
|
|
397
419
|
})()));
|
|
398
|
-
|
|
420
|
+
b.j.add(((() => {
|
|
399
421
|
let $ret = new ScaleTransform();
|
|
400
422
|
$ret.l = 1;
|
|
401
423
|
$ret.m = 1;
|
|
402
424
|
return $ret;
|
|
403
425
|
})()));
|
|
404
|
-
NativeUI.af(this.
|
|
405
|
-
this.
|
|
426
|
+
NativeUI.af(this.h.rootWrapper, b);
|
|
427
|
+
this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
406
428
|
}
|
|
407
|
-
|
|
408
|
-
let a = this.
|
|
429
|
+
g() {
|
|
430
|
+
let a = this.h.rootWrapper.getStyleProperty("height");
|
|
409
431
|
return parseFloat(stringReplace(a, "px", ""));
|
|
410
432
|
}
|
|
411
|
-
|
|
412
|
-
if (this.
|
|
433
|
+
q() {
|
|
434
|
+
if (this.e()) {
|
|
413
435
|
}
|
|
414
436
|
}
|
|
415
|
-
|
|
437
|
+
j(a) {
|
|
416
438
|
this.a.aj();
|
|
417
439
|
}
|
|
418
|
-
|
|
440
|
+
k(a) {
|
|
419
441
|
this.a.ak();
|
|
420
442
|
}
|
|
421
|
-
|
|
443
|
+
m() {
|
|
422
444
|
this.c = true;
|
|
423
|
-
this.
|
|
424
|
-
this.
|
|
445
|
+
this.f.add(this.h.rootWrapper.listen("mouseenter", runOn(this, this.j)));
|
|
446
|
+
this.f.add(this.h.rootWrapper.listen("mouseleave", runOn(this, this.k)));
|
|
425
447
|
}
|
|
426
|
-
|
|
448
|
+
o() {
|
|
427
449
|
this.c = false;
|
|
428
|
-
for (let a of fromEnum(this.
|
|
450
|
+
for (let a of fromEnum(this.f)) {
|
|
429
451
|
a();
|
|
430
452
|
}
|
|
431
|
-
this.
|
|
453
|
+
this.f.clear();
|
|
432
454
|
}
|
|
433
|
-
|
|
434
|
-
this.
|
|
455
|
+
l(a) {
|
|
456
|
+
this.i.append(a);
|
|
435
457
|
}
|
|
436
458
|
}
|
|
437
459
|
PrefixView.$t = markType(PrefixView, 'PrefixView');
|
|
@@ -498,20 +520,20 @@ export let LabelView = /*@__PURE__*/ (() => {
|
|
|
498
520
|
c.setStyleProperty("overflow", "hidden");
|
|
499
521
|
c.setStyleProperty("height", "1.125rem");
|
|
500
522
|
c.setStyleProperty("backface-visibility", "hidden");
|
|
501
|
-
NativeUI.q(this.m.rootWrapper, this.c.
|
|
523
|
+
NativeUI.q(this.m.rootWrapper, this.c.c3);
|
|
502
524
|
c.setStyleProperty("outline-style", "none");
|
|
503
525
|
c.setStyleProperty("box-shadow", "none");
|
|
504
526
|
c.setStyleProperty("font-family", "Verdana");
|
|
505
527
|
c.setStyleProperty("font-size", "1rem");
|
|
506
528
|
this.n = c;
|
|
507
529
|
this.m.append(this.n);
|
|
508
|
-
this.c.
|
|
530
|
+
this.c.cl();
|
|
509
531
|
}
|
|
510
532
|
l() {
|
|
511
533
|
return this.c.l == 0 ? (this.j() * 0.5) : 0;
|
|
512
534
|
}
|
|
513
535
|
aj() {
|
|
514
|
-
this.c.
|
|
536
|
+
this.c.bk = "block";
|
|
515
537
|
let a = new TransformGroup();
|
|
516
538
|
a.j.add(((() => {
|
|
517
539
|
let $ret = new TranslateTransform();
|
|
@@ -558,8 +580,8 @@ export let LabelView = /*@__PURE__*/ (() => {
|
|
|
558
580
|
}
|
|
559
581
|
ab() {
|
|
560
582
|
if (this.m != null) {
|
|
561
|
-
this.m.rootWrapper.setStyleProperty("display", this.c.
|
|
562
|
-
this.n.setStyleProperty("display", this.c.
|
|
583
|
+
this.m.rootWrapper.setStyleProperty("display", this.c.bk);
|
|
584
|
+
this.n.setStyleProperty("display", this.c.bk);
|
|
563
585
|
let ext_ = this.m.getExternal(this.c, null, null);
|
|
564
586
|
if (ext_ && ext_._onDisplayChanged) {
|
|
565
587
|
ext_._onDisplayChanged();
|
|
@@ -569,8 +591,8 @@ export let LabelView = /*@__PURE__*/ (() => {
|
|
|
569
591
|
}
|
|
570
592
|
w() {
|
|
571
593
|
if (this.m != null) {
|
|
572
|
-
this.m.rootWrapper.setStyleProperty("align-items", this.c.
|
|
573
|
-
this.n.setStyleProperty("align-items", this.c.
|
|
594
|
+
this.m.rootWrapper.setStyleProperty("align-items", this.c.bc);
|
|
595
|
+
this.n.setStyleProperty("align-items", this.c.bc);
|
|
574
596
|
let ext_ = this.m.getExternal(this.c, null, null);
|
|
575
597
|
if (ext_ && ext_._onAlignItemsChanged) {
|
|
576
598
|
ext_._onAlignItemsChanged();
|
|
@@ -580,8 +602,8 @@ export let LabelView = /*@__PURE__*/ (() => {
|
|
|
580
602
|
}
|
|
581
603
|
x() {
|
|
582
604
|
if (this.m != null) {
|
|
583
|
-
this.m.rootWrapper.setStyleProperty("align-self", this.c.
|
|
584
|
-
this.n.setStyleProperty("align-self", this.c.
|
|
605
|
+
this.m.rootWrapper.setStyleProperty("align-self", this.c.be);
|
|
606
|
+
this.n.setStyleProperty("align-self", this.c.be);
|
|
585
607
|
let ext_ = this.m.getExternal(this.c, null, null);
|
|
586
608
|
if (ext_ && ext_._onAlignSelfChanged) {
|
|
587
609
|
ext_._onAlignSelfChanged();
|
|
@@ -591,8 +613,8 @@ export let LabelView = /*@__PURE__*/ (() => {
|
|
|
591
613
|
}
|
|
592
614
|
ac() {
|
|
593
615
|
if (this.m != null) {
|
|
594
|
-
this.m.rootWrapper.setStyleProperty("flex-direction", this.c.
|
|
595
|
-
this.n.setStyleProperty("flex-direction", this.c.
|
|
616
|
+
this.m.rootWrapper.setStyleProperty("flex-direction", this.c.bn);
|
|
617
|
+
this.n.setStyleProperty("flex-direction", this.c.bn);
|
|
596
618
|
let ext_ = this.m.getExternal(this.c, null, null);
|
|
597
619
|
if (ext_ && ext_._onFlexDirectionChanged) {
|
|
598
620
|
ext_._onFlexDirectionChanged();
|
|
@@ -602,8 +624,8 @@ export let LabelView = /*@__PURE__*/ (() => {
|
|
|
602
624
|
}
|
|
603
625
|
ad() {
|
|
604
626
|
if (this.m != null) {
|
|
605
|
-
this.m.rootWrapper.setStyleProperty("flex-grow", this.c.
|
|
606
|
-
this.n.setStyleProperty("flex-grow", this.c.
|
|
627
|
+
this.m.rootWrapper.setStyleProperty("flex-grow", this.c.bp);
|
|
628
|
+
this.n.setStyleProperty("flex-grow", this.c.bp);
|
|
607
629
|
let ext_ = this.m.getExternal(this.c, null, null);
|
|
608
630
|
if (ext_ && ext_._onFlexGrowChanged) {
|
|
609
631
|
ext_._onFlexGrowChanged();
|
|
@@ -672,10 +694,10 @@ export let LabelView = /*@__PURE__*/ (() => {
|
|
|
672
694
|
return parseFloat(stringReplace(a, "px", ""));
|
|
673
695
|
}
|
|
674
696
|
t(a) {
|
|
675
|
-
this.c.
|
|
697
|
+
this.c.ch();
|
|
676
698
|
}
|
|
677
699
|
u(a) {
|
|
678
|
-
this.c.
|
|
700
|
+
this.c.ci();
|
|
679
701
|
}
|
|
680
702
|
y() {
|
|
681
703
|
this.f = true;
|
|
@@ -1154,7 +1176,7 @@ export let XSuffix = /*@__PURE__*/ (() => {
|
|
|
1154
1176
|
let a = new SuffixView();
|
|
1155
1177
|
a.a = this;
|
|
1156
1178
|
this.view = a;
|
|
1157
|
-
this.view.
|
|
1179
|
+
this.view.p();
|
|
1158
1180
|
}
|
|
1159
1181
|
get view() {
|
|
1160
1182
|
return this._view;
|
|
@@ -1187,10 +1209,10 @@ export let XSuffix = /*@__PURE__*/ (() => {
|
|
|
1187
1209
|
}
|
|
1188
1210
|
}
|
|
1189
1211
|
al() {
|
|
1190
|
-
this.view.
|
|
1212
|
+
this.view.r();
|
|
1191
1213
|
}
|
|
1192
1214
|
ai() {
|
|
1193
|
-
this.view.
|
|
1215
|
+
this.view.r();
|
|
1194
1216
|
}
|
|
1195
1217
|
ap() {
|
|
1196
1218
|
}
|
|
@@ -1245,13 +1267,13 @@ export let XSuffix = /*@__PURE__*/ (() => {
|
|
|
1245
1267
|
am() {
|
|
1246
1268
|
}
|
|
1247
1269
|
onDetachedFromUI() {
|
|
1248
|
-
this.view.
|
|
1270
|
+
this.view.o();
|
|
1249
1271
|
}
|
|
1250
1272
|
onAttachedToUI() {
|
|
1251
|
-
this.view.
|
|
1273
|
+
this.view.m();
|
|
1252
1274
|
}
|
|
1253
1275
|
r() {
|
|
1254
|
-
return this.view.
|
|
1276
|
+
return this.view.e();
|
|
1255
1277
|
}
|
|
1256
1278
|
t() {
|
|
1257
1279
|
return this.i();
|
|
@@ -1269,10 +1291,10 @@ export let XSuffix = /*@__PURE__*/ (() => {
|
|
|
1269
1291
|
return a;
|
|
1270
1292
|
}
|
|
1271
1293
|
appendContentChild(a) {
|
|
1272
|
-
this.view.
|
|
1294
|
+
this.view.l(a);
|
|
1273
1295
|
}
|
|
1274
1296
|
provideContainer(a) {
|
|
1275
|
-
this.view.
|
|
1297
|
+
this.view.n(a);
|
|
1276
1298
|
}
|
|
1277
1299
|
}
|
|
1278
1300
|
XSuffix.$t = markType(XSuffix, 'XSuffix', XInputGroupItem.$);
|
|
@@ -1296,7 +1318,7 @@ export let XPrefix = /*@__PURE__*/ (() => {
|
|
|
1296
1318
|
let a = new PrefixView();
|
|
1297
1319
|
a.a = this;
|
|
1298
1320
|
this.view = a;
|
|
1299
|
-
this.view.
|
|
1321
|
+
this.view.p();
|
|
1300
1322
|
}
|
|
1301
1323
|
get view() {
|
|
1302
1324
|
return this._view;
|
|
@@ -1329,10 +1351,10 @@ export let XPrefix = /*@__PURE__*/ (() => {
|
|
|
1329
1351
|
}
|
|
1330
1352
|
}
|
|
1331
1353
|
al() {
|
|
1332
|
-
this.view.
|
|
1354
|
+
this.view.r();
|
|
1333
1355
|
}
|
|
1334
1356
|
ai() {
|
|
1335
|
-
this.view.
|
|
1357
|
+
this.view.r();
|
|
1336
1358
|
}
|
|
1337
1359
|
ap() {
|
|
1338
1360
|
}
|
|
@@ -1387,13 +1409,13 @@ export let XPrefix = /*@__PURE__*/ (() => {
|
|
|
1387
1409
|
am() {
|
|
1388
1410
|
}
|
|
1389
1411
|
onDetachedFromUI() {
|
|
1390
|
-
this.view.
|
|
1412
|
+
this.view.o();
|
|
1391
1413
|
}
|
|
1392
1414
|
onAttachedToUI() {
|
|
1393
|
-
this.view.
|
|
1415
|
+
this.view.m();
|
|
1394
1416
|
}
|
|
1395
1417
|
r() {
|
|
1396
|
-
return this.view.
|
|
1418
|
+
return this.view.e();
|
|
1397
1419
|
}
|
|
1398
1420
|
t() {
|
|
1399
1421
|
return this.i();
|
|
@@ -1411,10 +1433,10 @@ export let XPrefix = /*@__PURE__*/ (() => {
|
|
|
1411
1433
|
return a;
|
|
1412
1434
|
}
|
|
1413
1435
|
appendContentChild(a) {
|
|
1414
|
-
this.view.
|
|
1436
|
+
this.view.l(a);
|
|
1415
1437
|
}
|
|
1416
1438
|
provideContainer(a) {
|
|
1417
|
-
this.view.
|
|
1439
|
+
this.view.n(a);
|
|
1418
1440
|
}
|
|
1419
1441
|
}
|
|
1420
1442
|
XPrefix.$t = markType(XPrefix, 'XPrefix', XInputGroupItem.$);
|
|
@@ -1939,7 +1961,7 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
1939
1961
|
a.l = 2;
|
|
1940
1962
|
break;
|
|
1941
1963
|
}
|
|
1942
|
-
a.
|
|
1964
|
+
a.co(this.ai, false);
|
|
1943
1965
|
});
|
|
1944
1966
|
}
|
|
1945
1967
|
kf() {
|
|
@@ -2145,8 +2167,8 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
2145
2167
|
onChildrenMutated() {
|
|
2146
2168
|
this.jr((a) => a.view.a8());
|
|
2147
2169
|
this.js((a) => a.view.aj());
|
|
2148
|
-
this.jt((a) => a.view.
|
|
2149
|
-
this.ju((a) => a.view.
|
|
2170
|
+
this.jt((a) => a.view.r());
|
|
2171
|
+
this.ju((a) => a.view.r());
|
|
2150
2172
|
}
|
|
2151
2173
|
jp() {
|
|
2152
2174
|
this.view.af();
|
|
@@ -2272,11 +2294,11 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
2272
2294
|
jv() {
|
|
2273
2295
|
this.jp();
|
|
2274
2296
|
if (this.ai) {
|
|
2275
|
-
this.js((a) => a.
|
|
2297
|
+
this.js((a) => a.co(true, !this.aj));
|
|
2276
2298
|
this.jr((a) => a.dq(this.ar, !this.aj));
|
|
2277
2299
|
}
|
|
2278
2300
|
else {
|
|
2279
|
-
this.js((a) => a.
|
|
2301
|
+
this.js((a) => a.co(false, !this.aj));
|
|
2280
2302
|
this.jr((a) => a.dq(this.ar, !this.aj));
|
|
2281
2303
|
}
|
|
2282
2304
|
}
|
|
@@ -2284,12 +2306,12 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
2284
2306
|
this.jp();
|
|
2285
2307
|
if (this.ao) {
|
|
2286
2308
|
let a = 1;
|
|
2287
|
-
this.js((b) => b.
|
|
2309
|
+
this.js((b) => b.an = true);
|
|
2288
2310
|
this.j4(a);
|
|
2289
2311
|
}
|
|
2290
2312
|
else {
|
|
2291
2313
|
let b = -1;
|
|
2292
|
-
this.js((c) => c.
|
|
2314
|
+
this.js((c) => c.an = false);
|
|
2293
2315
|
this.j4(b);
|
|
2294
2316
|
}
|
|
2295
2317
|
}
|
|
@@ -3593,8 +3615,8 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3593
3615
|
ensureShift() {
|
|
3594
3616
|
this.jr((a) => a.view.a8());
|
|
3595
3617
|
this.js((a) => a.view.aj());
|
|
3596
|
-
this.jt((a) => a.view.
|
|
3597
|
-
this.ju((a) => a.view.
|
|
3618
|
+
this.jt((a) => a.view.r());
|
|
3619
|
+
this.ju((a) => a.view.r());
|
|
3598
3620
|
}
|
|
3599
3621
|
aq() {
|
|
3600
3622
|
return this.view.g();
|
|
@@ -3645,7 +3667,7 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3645
3667
|
if (this.inputs._inner[b].e == null) {
|
|
3646
3668
|
this.inputs._inner[b].e = "Label" + a.l.count.toString();
|
|
3647
3669
|
}
|
|
3648
|
-
a.l.add1(this.inputs._inner[b].
|
|
3670
|
+
a.l.add1(this.inputs._inner[b].aw());
|
|
3649
3671
|
}
|
|
3650
3672
|
else if (typeCast(XInput.$, this.inputs._inner[b]) !== null) {
|
|
3651
3673
|
if (this.inputs._inner[b].e == null) {
|
|
@@ -3700,22 +3722,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3700
3722
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
3701
3723
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 4, 4));
|
|
3702
3724
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
3703
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3704
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
3705
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
3725
|
+
$ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
|
|
3726
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
|
|
3727
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
|
|
3706
3728
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3707
3729
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3708
3730
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3709
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3710
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
3711
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3712
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
3731
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
3732
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
|
|
3733
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
3734
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
|
|
3713
3735
|
$ret.addItem("UnderlineOpacity", 0);
|
|
3714
3736
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
3715
3737
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
3716
3738
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
3717
3739
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3718
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3740
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
3719
3741
|
return $ret;
|
|
3720
3742
|
})())));
|
|
3721
3743
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
|
|
@@ -3724,22 +3746,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3724
3746
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
3725
3747
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
3726
3748
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
3727
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3728
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
3729
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
3749
|
+
$ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
|
|
3750
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
|
|
3751
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
|
|
3730
3752
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3731
3753
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3732
3754
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3733
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3734
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
3735
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3736
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
3755
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
3756
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
|
|
3757
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
3758
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
|
|
3737
3759
|
$ret.addItem("UnderlineOpacity", 1);
|
|
3738
3760
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
3739
3761
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
3740
3762
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
3741
3763
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3742
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3764
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(20, 0, 0, 0));
|
|
3743
3765
|
return $ret;
|
|
3744
3766
|
})())));
|
|
3745
3767
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
|
|
@@ -3748,22 +3770,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3748
3770
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
3749
3771
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
3750
3772
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
3751
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3752
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
3753
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
3773
|
+
$ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
|
|
3774
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
|
|
3775
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
|
|
3754
3776
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3755
3777
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3756
3778
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3757
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3758
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
3759
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3760
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
3779
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
3780
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
|
|
3781
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
3782
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
|
|
3761
3783
|
$ret.addItem("UnderlineOpacity", 1);
|
|
3762
3784
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
3763
3785
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
3764
3786
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
3765
3787
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3766
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3788
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
3767
3789
|
return $ret;
|
|
3768
3790
|
})())));
|
|
3769
3791
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
|
|
@@ -3772,22 +3794,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3772
3794
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
3773
3795
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
3774
3796
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
3775
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3776
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
3777
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
3797
|
+
$ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
|
|
3798
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
|
|
3799
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
|
|
3778
3800
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3779
3801
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3780
3802
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3781
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3782
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
3783
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3784
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
3803
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
3804
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
|
|
3805
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
|
|
3806
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
|
|
3785
3807
|
$ret.addItem("UnderlineOpacity", 0);
|
|
3786
3808
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
3787
3809
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
3788
3810
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
3789
3811
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3790
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3812
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
3791
3813
|
return $ret;
|
|
3792
3814
|
})())));
|
|
3793
3815
|
return $ret;
|
|
@@ -3803,22 +3825,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3803
3825
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
3804
3826
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
3805
3827
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
3806
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3807
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
3808
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
3828
|
+
$ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
|
|
3829
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
|
|
3830
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
|
|
3809
3831
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3810
3832
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3811
3833
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3812
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3813
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
3814
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3815
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
3834
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
3835
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
|
|
3836
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
3837
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
|
|
3816
3838
|
$ret.addItem("UnderlineOpacity", 0);
|
|
3817
3839
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
3818
3840
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
3819
3841
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
3820
3842
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3821
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3843
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
3822
3844
|
return $ret;
|
|
3823
3845
|
})())));
|
|
3824
3846
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
|
|
@@ -3827,22 +3849,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3827
3849
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
3828
3850
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
3829
3851
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
3830
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3831
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
3832
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
3852
|
+
$ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
|
|
3853
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
|
|
3854
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
|
|
3833
3855
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3834
3856
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3835
3857
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3836
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3837
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
3838
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3839
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
3858
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
3859
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
|
|
3860
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
3861
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
|
|
3840
3862
|
$ret.addItem("UnderlineOpacity", 1);
|
|
3841
3863
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
3842
3864
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
3843
3865
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
3844
3866
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3845
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3867
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(20, 0, 0, 0));
|
|
3846
3868
|
return $ret;
|
|
3847
3869
|
})())));
|
|
3848
3870
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
|
|
@@ -3851,22 +3873,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3851
3873
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
3852
3874
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
3853
3875
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
3854
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3855
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
3856
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
3876
|
+
$ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
|
|
3877
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
|
|
3878
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
|
|
3857
3879
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3858
3880
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3859
3881
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3860
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3861
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
3862
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3863
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
3882
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
3883
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
|
|
3884
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
3885
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
|
|
3864
3886
|
$ret.addItem("UnderlineOpacity", 1);
|
|
3865
3887
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
3866
3888
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
3867
3889
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
3868
3890
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3869
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3891
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
3870
3892
|
return $ret;
|
|
3871
3893
|
})())));
|
|
3872
3894
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
|
|
@@ -3875,27 +3897,27 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3875
3897
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
3876
3898
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
3877
3899
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
3878
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3879
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
3880
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
3900
|
+
$ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
|
|
3901
|
+
$ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
|
|
3902
|
+
$ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
|
|
3881
3903
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3882
3904
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3883
3905
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3884
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3885
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
3886
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3887
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
3906
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
3907
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
|
|
3908
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
3909
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
|
|
3888
3910
|
$ret.addItem("UnderlineOpacity", 0);
|
|
3889
3911
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
3890
3912
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
3891
3913
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
3892
3914
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3893
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3915
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
3894
3916
|
return $ret;
|
|
3895
3917
|
})())));
|
|
3896
3918
|
return $ret;
|
|
3897
3919
|
})()));
|
|
3898
|
-
XInputGroup.n5 = BrushUtil.
|
|
3920
|
+
XInputGroup.n5 = BrushUtil.j(255, 105, 136, 255);
|
|
3899
3921
|
XInputGroup.l = new Theme(1, ((() => {
|
|
3900
3922
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3901
3923
|
return $ret;
|
|
@@ -3907,22 +3929,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3907
3929
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
3908
3930
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
3909
3931
|
$ret.addItem("ContentPadding", new Thickness(1, 8, 0, 8, 0));
|
|
3910
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3932
|
+
$ret.addItem("BorderColor", BrushUtil.j(25, 0, 0, 0));
|
|
3911
3933
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
3912
3934
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
3913
3935
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3914
3936
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3915
3937
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3916
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3938
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(25, 0, 0, 0));
|
|
3917
3939
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
3918
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3940
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 0, 0, 0));
|
|
3919
3941
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
3920
3942
|
$ret.addItem("UnderlineOpacity", 0);
|
|
3921
3943
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
3922
3944
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
3923
3945
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
3924
3946
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3925
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3947
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
3926
3948
|
return $ret;
|
|
3927
3949
|
})())));
|
|
3928
3950
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
|
|
@@ -3931,22 +3953,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3931
3953
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
3932
3954
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
3933
3955
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
3934
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3956
|
+
$ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
|
|
3935
3957
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
3936
3958
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
3937
3959
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3938
3960
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3939
3961
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3940
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3962
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
3941
3963
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
3942
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3964
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
3943
3965
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
3944
3966
|
$ret.addItem("UnderlineOpacity", 1);
|
|
3945
3967
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
3946
3968
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
3947
3969
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
3948
3970
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3949
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3971
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(25, 0, 0, 0));
|
|
3950
3972
|
return $ret;
|
|
3951
3973
|
})())));
|
|
3952
3974
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
|
|
@@ -3955,22 +3977,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3955
3977
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
3956
3978
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
3957
3979
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
3958
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3980
|
+
$ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
|
|
3959
3981
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
3960
3982
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
3961
3983
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3962
3984
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3963
3985
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3964
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3986
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
3965
3987
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
3966
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3988
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
3967
3989
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
3968
3990
|
$ret.addItem("UnderlineOpacity", 1);
|
|
3969
3991
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
3970
3992
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
3971
3993
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
3972
3994
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3973
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3995
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
3974
3996
|
return $ret;
|
|
3975
3997
|
})())));
|
|
3976
3998
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
|
|
@@ -3979,22 +4001,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3979
4001
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
3980
4002
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
3981
4003
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
3982
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4004
|
+
$ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
|
|
3983
4005
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
3984
4006
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
3985
4007
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3986
4008
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3987
4009
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3988
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4010
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
3989
4011
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
3990
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4012
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
|
|
3991
4013
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
3992
4014
|
$ret.addItem("UnderlineOpacity", 0);
|
|
3993
4015
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
3994
4016
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
3995
4017
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
3996
4018
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3997
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4019
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
3998
4020
|
return $ret;
|
|
3999
4021
|
})())));
|
|
4000
4022
|
return $ret;
|
|
@@ -4010,22 +4032,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
4010
4032
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4011
4033
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4012
4034
|
$ret.addItem("ContentPadding", new Thickness(1, 8, 0, 8, 0));
|
|
4013
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4035
|
+
$ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
|
|
4014
4036
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4015
4037
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4016
4038
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4017
4039
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4018
4040
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4019
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4041
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4020
4042
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4021
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4043
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4022
4044
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4023
4045
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4024
4046
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4025
4047
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4026
4048
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4027
4049
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4028
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4050
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
4029
4051
|
return $ret;
|
|
4030
4052
|
})())));
|
|
4031
4053
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
|
|
@@ -4034,22 +4056,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
4034
4056
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4035
4057
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
4036
4058
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4037
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4059
|
+
$ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
|
|
4038
4060
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4039
4061
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4040
4062
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4041
4063
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4042
4064
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4043
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4065
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4044
4066
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4045
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4067
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4046
4068
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4047
4069
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4048
4070
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4049
4071
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4050
4072
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4051
4073
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4052
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4074
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(128, 55, 63, 86));
|
|
4053
4075
|
return $ret;
|
|
4054
4076
|
})())));
|
|
4055
4077
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
|
|
@@ -4058,22 +4080,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
4058
4080
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4059
4081
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
4060
4082
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
4061
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4083
|
+
$ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
|
|
4062
4084
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4063
4085
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4064
4086
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4065
4087
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4066
4088
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4067
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4089
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4068
4090
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4069
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4091
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4070
4092
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4071
4093
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4072
4094
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4073
4095
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4074
4096
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4075
4097
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4076
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4098
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
4077
4099
|
return $ret;
|
|
4078
4100
|
})())));
|
|
4079
4101
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
|
|
@@ -4082,22 +4104,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
4082
4104
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4083
4105
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4084
4106
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4085
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4107
|
+
$ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
|
|
4086
4108
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4087
4109
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4088
4110
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4089
4111
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4090
4112
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4091
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4113
|
+
$ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4092
4114
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4093
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4115
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
|
|
4094
4116
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4095
4117
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4096
4118
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4097
4119
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4098
4120
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4099
4121
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4100
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4122
|
+
$ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
|
|
4101
4123
|
return $ret;
|
|
4102
4124
|
})())));
|
|
4103
4125
|
return $ret;
|
|
@@ -4140,41 +4162,42 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4140
4162
|
super();
|
|
4141
4163
|
this.n = 0;
|
|
4142
4164
|
this._view = null;
|
|
4165
|
+
this.ak = false;
|
|
4143
4166
|
this.aa = null;
|
|
4144
4167
|
this.z = null;
|
|
4145
4168
|
this.ab = false;
|
|
4146
4169
|
this.r = 0;
|
|
4147
4170
|
this.q = 1;
|
|
4148
|
-
this.
|
|
4149
|
-
this.cr = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
|
|
4171
|
+
this.cv = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
|
|
4150
4172
|
this.cs = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
|
|
4151
4173
|
this.ct = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
|
|
4174
|
+
this.cu = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
|
|
4152
4175
|
this.u = null;
|
|
4153
|
-
this.
|
|
4154
|
-
this.cv = XLabel.c7;
|
|
4176
|
+
this.cz = XLabel.df;
|
|
4155
4177
|
this.cw = XLabel.c8;
|
|
4178
|
+
this.cx = XLabel.c9;
|
|
4156
4179
|
this.k = 0;
|
|
4157
4180
|
this.ag = false;
|
|
4158
4181
|
this.ae = false;
|
|
4159
4182
|
this.v = null;
|
|
4160
|
-
this.
|
|
4161
|
-
this.
|
|
4162
|
-
this.az = "inline-block";
|
|
4183
|
+
this.cy = null;
|
|
4184
|
+
this.a4 = "ig-label-" + XLabel.av++;
|
|
4163
4185
|
this.a0 = "inline-block";
|
|
4164
|
-
this.a1 =
|
|
4165
|
-
this.
|
|
4186
|
+
this.a1 = "inline-block";
|
|
4187
|
+
this.a2 = null;
|
|
4166
4188
|
this.ax = "center";
|
|
4167
|
-
this.
|
|
4189
|
+
this.ay = "center";
|
|
4190
|
+
this.at = 0;
|
|
4168
4191
|
this.ac = false;
|
|
4169
|
-
this.
|
|
4170
|
-
this.
|
|
4171
|
-
this.
|
|
4192
|
+
this.a3 = null;
|
|
4193
|
+
this.az = null;
|
|
4194
|
+
this.a5 = null;
|
|
4172
4195
|
this.af = false;
|
|
4173
4196
|
this.aj = false;
|
|
4174
4197
|
this.ad = false;
|
|
4175
4198
|
this.ai = false;
|
|
4176
4199
|
this.ah = false;
|
|
4177
|
-
this.
|
|
4200
|
+
this.ar = false;
|
|
4178
4201
|
let a = new LabelView();
|
|
4179
4202
|
a.c = this;
|
|
4180
4203
|
this.view = a;
|
|
@@ -4205,7 +4228,7 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4205
4228
|
a.b = 0;
|
|
4206
4229
|
return a;
|
|
4207
4230
|
}
|
|
4208
|
-
|
|
4231
|
+
cb() {
|
|
4209
4232
|
this.view.v();
|
|
4210
4233
|
let a = false;
|
|
4211
4234
|
if (this.aa == null) {
|
|
@@ -4243,39 +4266,39 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4243
4266
|
$ret.m = 0.75;
|
|
4244
4267
|
return $ret;
|
|
4245
4268
|
})()));
|
|
4246
|
-
this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.
|
|
4269
|
+
this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.j(0, 255, 255, 255))).m(new AnimationKeyFrameProperty(14, d), new AnimationKeyFrameProperty(2, BrushUtil.j(this.l == 2 ? 255 : 0, 255, 255, 255))));
|
|
4247
4270
|
}
|
|
4248
4271
|
if (this.z == null) {
|
|
4249
|
-
this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.
|
|
4272
|
+
this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.c3)).m(new AnimationKeyFrameProperty(7, this.c0)));
|
|
4250
4273
|
}
|
|
4251
4274
|
}
|
|
4252
|
-
|
|
4275
|
+
cm(a, b) {
|
|
4253
4276
|
if ((b > 0 && a.playbackRate < 0) || (b < 0 && a.playbackRate > 0)) {
|
|
4254
4277
|
a.reverse();
|
|
4255
|
-
if (this.
|
|
4278
|
+
if (this.ar) {
|
|
4256
4279
|
a.finish();
|
|
4257
|
-
this.
|
|
4280
|
+
this.cc(a);
|
|
4258
4281
|
return;
|
|
4259
4282
|
}
|
|
4260
|
-
a.finished.f((c) => this.
|
|
4283
|
+
a.finished.f((c) => this.cc(a));
|
|
4261
4284
|
}
|
|
4262
4285
|
else {
|
|
4263
4286
|
a.play();
|
|
4264
|
-
if (this.
|
|
4287
|
+
if (this.ar) {
|
|
4265
4288
|
a.finish();
|
|
4266
|
-
this.
|
|
4289
|
+
this.cc(a);
|
|
4267
4290
|
return;
|
|
4268
4291
|
}
|
|
4269
|
-
a.finished.f((c) => this.
|
|
4292
|
+
a.finished.f((c) => this.cc(a));
|
|
4270
4293
|
}
|
|
4271
4294
|
}
|
|
4272
|
-
|
|
4295
|
+
cc(a) {
|
|
4273
4296
|
a.commitStyles();
|
|
4274
4297
|
if (a == this.aa && this.ai) {
|
|
4275
4298
|
this.aa = null;
|
|
4276
4299
|
if (this.ab) {
|
|
4277
4300
|
this.ab = false;
|
|
4278
|
-
this.
|
|
4301
|
+
this.cg();
|
|
4279
4302
|
}
|
|
4280
4303
|
}
|
|
4281
4304
|
if (a == this.z && this.ah) {
|
|
@@ -4286,15 +4309,15 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4286
4309
|
super.h(a, b, c);
|
|
4287
4310
|
switch (a) {
|
|
4288
4311
|
case "BaseTheme":
|
|
4289
|
-
this.
|
|
4290
|
-
this.
|
|
4312
|
+
this.cp(this.p);
|
|
4313
|
+
this.cr();
|
|
4291
4314
|
break;
|
|
4292
4315
|
case "TextColor":
|
|
4293
4316
|
case "HoverTextColor":
|
|
4294
4317
|
case "TextStyle":
|
|
4295
4318
|
case "HighlightTextColor":
|
|
4296
4319
|
case "HoverHighlightTextColor":
|
|
4297
|
-
this.
|
|
4320
|
+
this.cr();
|
|
4298
4321
|
break;
|
|
4299
4322
|
case "ActualTextColor":
|
|
4300
4323
|
case "ActualHoverTextColor":
|
|
@@ -4317,7 +4340,7 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4317
4340
|
this.ah = true;
|
|
4318
4341
|
}
|
|
4319
4342
|
}
|
|
4320
|
-
this.
|
|
4343
|
+
this.cq();
|
|
4321
4344
|
break;
|
|
4322
4345
|
case "Text":
|
|
4323
4346
|
this.view.ai();
|
|
@@ -4333,10 +4356,10 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4333
4356
|
this.view.aj();
|
|
4334
4357
|
break;
|
|
4335
4358
|
case "IsHighlighted":
|
|
4336
|
-
this.
|
|
4359
|
+
this.cf();
|
|
4337
4360
|
break;
|
|
4338
4361
|
case "IsShifted":
|
|
4339
|
-
this.
|
|
4362
|
+
this.cg();
|
|
4340
4363
|
break;
|
|
4341
4364
|
case "ShiftType":
|
|
4342
4365
|
if (this.aa != null) {
|
|
@@ -4347,7 +4370,7 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4347
4370
|
this.ai = true;
|
|
4348
4371
|
}
|
|
4349
4372
|
}
|
|
4350
|
-
this.
|
|
4373
|
+
this.cj();
|
|
4351
4374
|
break;
|
|
4352
4375
|
case "Display":
|
|
4353
4376
|
this.view.ab();
|
|
@@ -4366,38 +4389,44 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4366
4389
|
break;
|
|
4367
4390
|
}
|
|
4368
4391
|
}
|
|
4369
|
-
|
|
4392
|
+
cj() {
|
|
4370
4393
|
this.view.aj();
|
|
4371
4394
|
}
|
|
4372
|
-
|
|
4395
|
+
cg() {
|
|
4373
4396
|
this.view.af();
|
|
4374
|
-
this.
|
|
4397
|
+
if (this.ak) {
|
|
4398
|
+
return;
|
|
4399
|
+
}
|
|
4400
|
+
this.cb();
|
|
4375
4401
|
let a = 1;
|
|
4376
|
-
let b = this.
|
|
4402
|
+
let b = this.ap;
|
|
4377
4403
|
if (!b) {
|
|
4378
4404
|
a = -1;
|
|
4379
4405
|
}
|
|
4380
|
-
this.
|
|
4406
|
+
this.cm(this.aa, a);
|
|
4381
4407
|
}
|
|
4382
|
-
|
|
4383
|
-
this.
|
|
4408
|
+
cf() {
|
|
4409
|
+
if (this.ak) {
|
|
4410
|
+
return;
|
|
4411
|
+
}
|
|
4412
|
+
this.cb();
|
|
4384
4413
|
let a = 1;
|
|
4385
|
-
let b = this.
|
|
4414
|
+
let b = this.an;
|
|
4386
4415
|
if (!b) {
|
|
4387
4416
|
a = -1;
|
|
4388
4417
|
}
|
|
4389
|
-
this.
|
|
4418
|
+
this.cm(this.z, a);
|
|
4390
4419
|
}
|
|
4391
4420
|
onSizeReady() {
|
|
4392
4421
|
if (this.aa != null) {
|
|
4393
|
-
this.
|
|
4394
|
-
if (this.
|
|
4422
|
+
this.ca();
|
|
4423
|
+
if (this.ap) {
|
|
4395
4424
|
this.view.aj();
|
|
4396
|
-
this.
|
|
4425
|
+
this.cg();
|
|
4397
4426
|
}
|
|
4398
4427
|
}
|
|
4399
4428
|
}
|
|
4400
|
-
|
|
4429
|
+
ca() {
|
|
4401
4430
|
if (this.aa != null && this.aa.playState == 3) {
|
|
4402
4431
|
this.aa = null;
|
|
4403
4432
|
}
|
|
@@ -4406,26 +4435,26 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4406
4435
|
this.ai = true;
|
|
4407
4436
|
}
|
|
4408
4437
|
}
|
|
4409
|
-
|
|
4410
|
-
this.
|
|
4411
|
-
this.
|
|
4412
|
-
this.
|
|
4438
|
+
cr() {
|
|
4439
|
+
this.c3 = this.dj != null ? this.dj : XLabel.df;
|
|
4440
|
+
this.c2 = this.di != null ? this.di : XLabel.df;
|
|
4441
|
+
this.c0 = this.dg != null ? this.dg : XLabel.c8;
|
|
4413
4442
|
this.w = this.y != null ? this.y : XLabel.x;
|
|
4414
4443
|
}
|
|
4415
|
-
|
|
4444
|
+
cq() {
|
|
4416
4445
|
if (this.w != null) {
|
|
4417
4446
|
this.view.am(this.w);
|
|
4418
4447
|
}
|
|
4419
4448
|
else {
|
|
4420
4449
|
this.view.am(this.view.e());
|
|
4421
4450
|
}
|
|
4422
|
-
this.view.ah(this.
|
|
4451
|
+
this.view.ah(this.c3);
|
|
4423
4452
|
}
|
|
4424
|
-
|
|
4425
|
-
XLabel.
|
|
4426
|
-
XLabel.c7 = ThemeResolver.ah(a, XLabel.da, XLabel.c3);
|
|
4427
|
-
XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
|
|
4453
|
+
cp(a) {
|
|
4454
|
+
XLabel.df = ThemeResolver.ah(a, XLabel.de, XLabel.c7);
|
|
4428
4455
|
XLabel.c8 = ThemeResolver.ah(a, XLabel.db, XLabel.c4);
|
|
4456
|
+
XLabel.da = ThemeResolver.ah(a, XLabel.dd, XLabel.c6);
|
|
4457
|
+
XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
|
|
4429
4458
|
}
|
|
4430
4459
|
get t() {
|
|
4431
4460
|
return this.r;
|
|
@@ -4447,26 +4476,16 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4447
4476
|
this.g("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
4448
4477
|
}
|
|
4449
4478
|
}
|
|
4450
|
-
get
|
|
4451
|
-
return this.
|
|
4479
|
+
get c3() {
|
|
4480
|
+
return this.cv;
|
|
4452
4481
|
}
|
|
4453
|
-
set
|
|
4454
|
-
let b = this.
|
|
4455
|
-
this.
|
|
4456
|
-
if (b != this.
|
|
4482
|
+
set c3(a) {
|
|
4483
|
+
let b = this.cv;
|
|
4484
|
+
this.cv = a;
|
|
4485
|
+
if (b != this.cv) {
|
|
4457
4486
|
this.g("ActualTextColor", b, a);
|
|
4458
4487
|
}
|
|
4459
4488
|
}
|
|
4460
|
-
get cz() {
|
|
4461
|
-
return this.cr;
|
|
4462
|
-
}
|
|
4463
|
-
set cz(a) {
|
|
4464
|
-
let b = this.cr;
|
|
4465
|
-
this.cr = a;
|
|
4466
|
-
if (b != this.cr) {
|
|
4467
|
-
this.g("ActualHighlightTextColor", b, a);
|
|
4468
|
-
}
|
|
4469
|
-
}
|
|
4470
4489
|
get c0() {
|
|
4471
4490
|
return this.cs;
|
|
4472
4491
|
}
|
|
@@ -4474,7 +4493,7 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4474
4493
|
let b = this.cs;
|
|
4475
4494
|
this.cs = a;
|
|
4476
4495
|
if (b != this.cs) {
|
|
4477
|
-
this.g("
|
|
4496
|
+
this.g("ActualHighlightTextColor", b, a);
|
|
4478
4497
|
}
|
|
4479
4498
|
}
|
|
4480
4499
|
get c1() {
|
|
@@ -4484,6 +4503,16 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4484
4503
|
let b = this.ct;
|
|
4485
4504
|
this.ct = a;
|
|
4486
4505
|
if (b != this.ct) {
|
|
4506
|
+
this.g("ActualHoverHighlightTextColor", b, a);
|
|
4507
|
+
}
|
|
4508
|
+
}
|
|
4509
|
+
get c2() {
|
|
4510
|
+
return this.cu;
|
|
4511
|
+
}
|
|
4512
|
+
set c2(a) {
|
|
4513
|
+
let b = this.cu;
|
|
4514
|
+
this.cu = a;
|
|
4515
|
+
if (b != this.cu) {
|
|
4487
4516
|
this.g("ActualHoverTextColor", b, a);
|
|
4488
4517
|
}
|
|
4489
4518
|
}
|
|
@@ -4497,26 +4526,16 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4497
4526
|
this.g("ActualTextStyle", b, a);
|
|
4498
4527
|
}
|
|
4499
4528
|
}
|
|
4500
|
-
get
|
|
4501
|
-
return this.
|
|
4529
|
+
get dj() {
|
|
4530
|
+
return this.cz;
|
|
4502
4531
|
}
|
|
4503
|
-
set
|
|
4504
|
-
let b = this.
|
|
4505
|
-
this.
|
|
4506
|
-
if (b != this.
|
|
4532
|
+
set dj(a) {
|
|
4533
|
+
let b = this.cz;
|
|
4534
|
+
this.cz = a;
|
|
4535
|
+
if (b != this.cz) {
|
|
4507
4536
|
this.g("TextColor", b, a);
|
|
4508
4537
|
}
|
|
4509
4538
|
}
|
|
4510
|
-
get df() {
|
|
4511
|
-
return this.cv;
|
|
4512
|
-
}
|
|
4513
|
-
set df(a) {
|
|
4514
|
-
let b = this.cv;
|
|
4515
|
-
this.cv = a;
|
|
4516
|
-
if (b != this.cv) {
|
|
4517
|
-
this.g("HighlightTextColor", b, a);
|
|
4518
|
-
}
|
|
4519
|
-
}
|
|
4520
4539
|
get dg() {
|
|
4521
4540
|
return this.cw;
|
|
4522
4541
|
}
|
|
@@ -4524,6 +4543,16 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4524
4543
|
let b = this.cw;
|
|
4525
4544
|
this.cw = a;
|
|
4526
4545
|
if (b != this.cw) {
|
|
4546
|
+
this.g("HighlightTextColor", b, a);
|
|
4547
|
+
}
|
|
4548
|
+
}
|
|
4549
|
+
get dh() {
|
|
4550
|
+
return this.cx;
|
|
4551
|
+
}
|
|
4552
|
+
set dh(a) {
|
|
4553
|
+
let b = this.cx;
|
|
4554
|
+
this.cx = a;
|
|
4555
|
+
if (b != this.cx) {
|
|
4527
4556
|
this.g("HoverHighlightTextColor", b, a);
|
|
4528
4557
|
}
|
|
4529
4558
|
}
|
|
@@ -4537,45 +4566,45 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4537
4566
|
this.g("ShiftType", enumGetBox(LabelShiftType_$type, b), enumGetBox(LabelShiftType_$type, a));
|
|
4538
4567
|
}
|
|
4539
4568
|
}
|
|
4540
|
-
get
|
|
4569
|
+
get ap() {
|
|
4541
4570
|
return this.ag;
|
|
4542
4571
|
}
|
|
4543
|
-
set
|
|
4572
|
+
set ap(a) {
|
|
4544
4573
|
let b = this.ag;
|
|
4545
4574
|
this.ag = a;
|
|
4546
4575
|
if (b != this.ag) {
|
|
4547
4576
|
this.g("IsShifted", b, a);
|
|
4548
4577
|
}
|
|
4549
4578
|
}
|
|
4550
|
-
|
|
4551
|
-
let c = this.
|
|
4579
|
+
co(a, b = true) {
|
|
4580
|
+
let c = this.ar;
|
|
4552
4581
|
if (!b) {
|
|
4553
|
-
this.
|
|
4582
|
+
this.ar = true;
|
|
4554
4583
|
}
|
|
4555
4584
|
try {
|
|
4556
|
-
this.
|
|
4585
|
+
this.ap = a;
|
|
4557
4586
|
}
|
|
4558
4587
|
finally {
|
|
4559
4588
|
if (!b) {
|
|
4560
|
-
this.
|
|
4589
|
+
this.ar = c;
|
|
4561
4590
|
}
|
|
4562
4591
|
}
|
|
4563
4592
|
}
|
|
4564
|
-
get
|
|
4593
|
+
get an() {
|
|
4565
4594
|
return this.ae;
|
|
4566
4595
|
}
|
|
4567
|
-
set
|
|
4596
|
+
set an(a) {
|
|
4568
4597
|
let b = this.ae;
|
|
4569
4598
|
this.ae = a;
|
|
4570
4599
|
if (b != this.ae) {
|
|
4571
4600
|
this.g("IsHighlighted", b, a);
|
|
4572
4601
|
}
|
|
4573
4602
|
}
|
|
4574
|
-
cg() {
|
|
4575
|
-
this.an = true;
|
|
4576
|
-
}
|
|
4577
4603
|
ch() {
|
|
4578
|
-
this.
|
|
4604
|
+
this.ao = true;
|
|
4605
|
+
}
|
|
4606
|
+
ci() {
|
|
4607
|
+
this.ao = false;
|
|
4579
4608
|
}
|
|
4580
4609
|
get y() {
|
|
4581
4610
|
return this.v;
|
|
@@ -4587,134 +4616,134 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4587
4616
|
this.g("TextStyle", b, a);
|
|
4588
4617
|
}
|
|
4589
4618
|
}
|
|
4590
|
-
get
|
|
4591
|
-
return this.
|
|
4619
|
+
get di() {
|
|
4620
|
+
return this.cy;
|
|
4592
4621
|
}
|
|
4593
|
-
set
|
|
4594
|
-
let b = this.
|
|
4595
|
-
this.
|
|
4596
|
-
if (b != this.
|
|
4622
|
+
set di(a) {
|
|
4623
|
+
let b = this.cy;
|
|
4624
|
+
this.cy = a;
|
|
4625
|
+
if (b != this.cy) {
|
|
4597
4626
|
this.g("HoverTextColor", b, a);
|
|
4598
4627
|
}
|
|
4599
4628
|
}
|
|
4600
|
-
get
|
|
4601
|
-
return this.
|
|
4629
|
+
get bw() {
|
|
4630
|
+
return this.a4;
|
|
4602
4631
|
}
|
|
4603
|
-
set
|
|
4604
|
-
let b = this.
|
|
4605
|
-
this.
|
|
4606
|
-
if (b != this.
|
|
4632
|
+
set bw(a) {
|
|
4633
|
+
let b = this.a4;
|
|
4634
|
+
this.a4 = a;
|
|
4635
|
+
if (b != this.a4) {
|
|
4607
4636
|
this.g("Id", b, a);
|
|
4608
4637
|
}
|
|
4609
4638
|
}
|
|
4610
|
-
get
|
|
4611
|
-
return this.az;
|
|
4612
|
-
}
|
|
4613
|
-
set bj(a) {
|
|
4614
|
-
let b = this.az;
|
|
4615
|
-
this.az = a;
|
|
4616
|
-
if (b != this.az) {
|
|
4617
|
-
this.g("Display", b, a);
|
|
4618
|
-
}
|
|
4619
|
-
}
|
|
4620
|
-
get bm() {
|
|
4639
|
+
get bk() {
|
|
4621
4640
|
return this.a0;
|
|
4622
4641
|
}
|
|
4623
|
-
set
|
|
4642
|
+
set bk(a) {
|
|
4624
4643
|
let b = this.a0;
|
|
4625
4644
|
this.a0 = a;
|
|
4626
4645
|
if (b != this.a0) {
|
|
4627
|
-
this.g("
|
|
4646
|
+
this.g("Display", b, a);
|
|
4628
4647
|
}
|
|
4629
4648
|
}
|
|
4630
|
-
get
|
|
4649
|
+
get bn() {
|
|
4631
4650
|
return this.a1;
|
|
4632
4651
|
}
|
|
4633
|
-
set
|
|
4652
|
+
set bn(a) {
|
|
4634
4653
|
let b = this.a1;
|
|
4635
4654
|
this.a1 = a;
|
|
4636
4655
|
if (b != this.a1) {
|
|
4637
|
-
this.g("
|
|
4656
|
+
this.g("FlexDirection", b, a);
|
|
4638
4657
|
}
|
|
4639
4658
|
}
|
|
4640
|
-
get
|
|
4641
|
-
return this.
|
|
4659
|
+
get bp() {
|
|
4660
|
+
return this.a2;
|
|
4642
4661
|
}
|
|
4643
|
-
set
|
|
4644
|
-
let b = this.
|
|
4645
|
-
this.
|
|
4646
|
-
if (b != this.
|
|
4647
|
-
this.g("
|
|
4662
|
+
set bp(a) {
|
|
4663
|
+
let b = this.a2;
|
|
4664
|
+
this.a2 = a;
|
|
4665
|
+
if (b != this.a2) {
|
|
4666
|
+
this.g("FlexGrow", b, a);
|
|
4648
4667
|
}
|
|
4649
4668
|
}
|
|
4650
|
-
get
|
|
4669
|
+
get bc() {
|
|
4651
4670
|
return this.ax;
|
|
4652
4671
|
}
|
|
4653
|
-
set
|
|
4672
|
+
set bc(a) {
|
|
4654
4673
|
let b = this.ax;
|
|
4655
4674
|
this.ax = a;
|
|
4656
4675
|
if (b != this.ax) {
|
|
4676
|
+
this.g("AlignItems", b, a);
|
|
4677
|
+
}
|
|
4678
|
+
}
|
|
4679
|
+
get be() {
|
|
4680
|
+
return this.ay;
|
|
4681
|
+
}
|
|
4682
|
+
set be(a) {
|
|
4683
|
+
let b = this.ay;
|
|
4684
|
+
this.ay = a;
|
|
4685
|
+
if (b != this.ay) {
|
|
4657
4686
|
this.g("AlignSelf", b, a);
|
|
4658
4687
|
}
|
|
4659
4688
|
}
|
|
4660
|
-
get
|
|
4689
|
+
get al() {
|
|
4661
4690
|
return this.ac;
|
|
4662
4691
|
}
|
|
4663
|
-
get
|
|
4664
|
-
return this.
|
|
4692
|
+
get au() {
|
|
4693
|
+
return this.at;
|
|
4665
4694
|
}
|
|
4666
|
-
set
|
|
4667
|
-
let b = this.
|
|
4668
|
-
this.
|
|
4695
|
+
set au(a) {
|
|
4696
|
+
let b = this.at;
|
|
4697
|
+
this.at = a;
|
|
4669
4698
|
this.ac = true;
|
|
4670
|
-
if (b != this.
|
|
4699
|
+
if (b != this.at) {
|
|
4671
4700
|
this.g("TabIndex", b, a);
|
|
4672
4701
|
}
|
|
4673
4702
|
}
|
|
4674
|
-
get
|
|
4675
|
-
return this.
|
|
4703
|
+
get br() {
|
|
4704
|
+
return this.a3;
|
|
4676
4705
|
}
|
|
4677
|
-
set
|
|
4678
|
-
let b = this.
|
|
4679
|
-
this.
|
|
4680
|
-
if (b != this.
|
|
4706
|
+
set br(a) {
|
|
4707
|
+
let b = this.a3;
|
|
4708
|
+
this.a3 = a;
|
|
4709
|
+
if (b != this.a3) {
|
|
4681
4710
|
this.g("TabIndex", b, a);
|
|
4682
4711
|
}
|
|
4683
4712
|
}
|
|
4684
|
-
get
|
|
4685
|
-
return this.
|
|
4713
|
+
get bg() {
|
|
4714
|
+
return this.az;
|
|
4686
4715
|
}
|
|
4687
|
-
set
|
|
4688
|
-
let b = this.
|
|
4689
|
-
this.
|
|
4690
|
-
if (b != this.
|
|
4716
|
+
set bg(a) {
|
|
4717
|
+
let b = this.az;
|
|
4718
|
+
this.az = a;
|
|
4719
|
+
if (b != this.az) {
|
|
4691
4720
|
this.g("AriaLabel", b, a);
|
|
4692
4721
|
}
|
|
4693
4722
|
}
|
|
4694
4723
|
get text() {
|
|
4695
|
-
return this.
|
|
4724
|
+
return this.a5;
|
|
4696
4725
|
}
|
|
4697
4726
|
set text(a) {
|
|
4698
|
-
let b = this.
|
|
4699
|
-
this.
|
|
4700
|
-
if (b != this.
|
|
4727
|
+
let b = this.a5;
|
|
4728
|
+
this.a5 = a;
|
|
4729
|
+
if (b != this.a5) {
|
|
4701
4730
|
this.g("Text", b, a);
|
|
4702
4731
|
}
|
|
4703
4732
|
}
|
|
4704
|
-
get
|
|
4733
|
+
get ao() {
|
|
4705
4734
|
return this.af;
|
|
4706
4735
|
}
|
|
4707
|
-
set
|
|
4736
|
+
set ao(a) {
|
|
4708
4737
|
let b = this.af;
|
|
4709
4738
|
this.af = a;
|
|
4710
4739
|
if (b != this.af) {
|
|
4711
4740
|
this.g("IsHover", b, a);
|
|
4712
4741
|
}
|
|
4713
4742
|
}
|
|
4714
|
-
get
|
|
4743
|
+
get as() {
|
|
4715
4744
|
return this.aj;
|
|
4716
4745
|
}
|
|
4717
|
-
set
|
|
4746
|
+
set as(a) {
|
|
4718
4747
|
let b = this.aj;
|
|
4719
4748
|
this.aj = a;
|
|
4720
4749
|
if (b != this.aj) {
|
|
@@ -4731,7 +4760,7 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4731
4760
|
this.g("IsDisabled", b, a);
|
|
4732
4761
|
}
|
|
4733
4762
|
}
|
|
4734
|
-
|
|
4763
|
+
cl() {
|
|
4735
4764
|
this.view.ai();
|
|
4736
4765
|
}
|
|
4737
4766
|
onDetachedFromUI() {
|
|
@@ -4740,13 +4769,13 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4740
4769
|
onAttachedToUI() {
|
|
4741
4770
|
this.view.y();
|
|
4742
4771
|
}
|
|
4743
|
-
|
|
4772
|
+
aq() {
|
|
4744
4773
|
return this.view.g();
|
|
4745
4774
|
}
|
|
4746
|
-
|
|
4775
|
+
aw() {
|
|
4747
4776
|
return this.j();
|
|
4748
4777
|
}
|
|
4749
|
-
|
|
4778
|
+
bm() {
|
|
4750
4779
|
let a = this.j();
|
|
4751
4780
|
return a.q();
|
|
4752
4781
|
}
|
|
@@ -4758,15 +4787,15 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4758
4787
|
a.d = this.s;
|
|
4759
4788
|
a.a = AppearanceHelper.a(NativeUI.al(b));
|
|
4760
4789
|
a.b = this.l;
|
|
4761
|
-
a.i = this.
|
|
4762
|
-
a.g = this.
|
|
4763
|
-
a.m = this.
|
|
4764
|
-
a.n = this.
|
|
4765
|
-
a.o = this.
|
|
4766
|
-
a.l = this.
|
|
4790
|
+
a.i = this.ap;
|
|
4791
|
+
a.g = this.an;
|
|
4792
|
+
a.m = this.bk;
|
|
4793
|
+
a.n = this.bn;
|
|
4794
|
+
a.o = this.bp;
|
|
4795
|
+
a.l = this.bc;
|
|
4767
4796
|
a.r = this.text;
|
|
4768
|
-
a.h = this.
|
|
4769
|
-
a.j = this.
|
|
4797
|
+
a.h = this.ao;
|
|
4798
|
+
a.j = this.as;
|
|
4770
4799
|
a.f = this.disabled;
|
|
4771
4800
|
a.p = this.e;
|
|
4772
4801
|
if (this.w != null) {
|
|
@@ -4804,21 +4833,21 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4804
4833
|
}
|
|
4805
4834
|
}
|
|
4806
4835
|
XLabel.$t = markType(XLabel, 'XLabel', XInputGroupItem.$);
|
|
4807
|
-
XLabel.
|
|
4808
|
-
XLabel.
|
|
4809
|
-
XLabel.
|
|
4810
|
-
XLabel.
|
|
4811
|
-
XLabel.
|
|
4812
|
-
XLabel.
|
|
4813
|
-
XLabel.
|
|
4814
|
-
XLabel.
|
|
4836
|
+
XLabel.de = BrushUtil.j(221, 0, 0, 0);
|
|
4837
|
+
XLabel.db = BrushUtil.j(255, 0, 153, 155);
|
|
4838
|
+
XLabel.dd = BrushUtil.j(221, 0, 0, 0);
|
|
4839
|
+
XLabel.dc = BrushUtil.j(255, 0, 153, 155);
|
|
4840
|
+
XLabel.c7 = BrushUtil.j(255, 24, 29, 31);
|
|
4841
|
+
XLabel.c4 = BrushUtil.j(255, 33, 150, 243);
|
|
4842
|
+
XLabel.c6 = BrushUtil.j(255, 24, 29, 31);
|
|
4843
|
+
XLabel.c5 = BrushUtil.j(255, 33, 150, 243);
|
|
4815
4844
|
XLabel.o = 2;
|
|
4816
|
-
XLabel.
|
|
4817
|
-
XLabel.c7 = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
|
|
4818
|
-
XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
|
|
4845
|
+
XLabel.df = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
|
|
4819
4846
|
XLabel.c8 = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
|
|
4847
|
+
XLabel.da = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
|
|
4848
|
+
XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
|
|
4820
4849
|
XLabel.x = null;
|
|
4821
|
-
XLabel.
|
|
4850
|
+
XLabel.av = 0;
|
|
4822
4851
|
return XLabel;
|
|
4823
4852
|
})();
|
|
4824
4853
|
/**
|
|
@@ -5611,8 +5640,8 @@ export let XInput = /*@__PURE__*/ (() => {
|
|
|
5611
5640
|
}
|
|
5612
5641
|
}
|
|
5613
5642
|
XInput.$t = markType(XInput, 'XInput', XInputGroupItem.$);
|
|
5614
|
-
XInput.d6 = BrushUtil.
|
|
5615
|
-
XInput.d5 = BrushUtil.
|
|
5643
|
+
XInput.d6 = BrushUtil.j(221, 0, 0, 0);
|
|
5644
|
+
XInput.d5 = BrushUtil.j(221, 0, 0, 0);
|
|
5616
5645
|
XInput.ae = null;
|
|
5617
5646
|
XInput.bf = 0;
|
|
5618
5647
|
return XInput;
|