igniteui-angular-inputs 21.0.0 → 21.0.1
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 +3640 -3311
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +642 -628
- package/esm2015/lib/ButtonView_combined.js +2036 -1743
- package/esm2015/lib/CalendarView_combined.js +157 -157
- package/esm2015/lib/CheckboxView_combined.js +39 -39
- package/esm2015/lib/DatePickerView_combined.js +4 -4
- package/esm2015/lib/InputGroupView_combined.js +209 -209
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +35 -35
- package/esm2015/lib/RippleView_combined.js +2 -2
- package/esm2015/lib/ThemeResolver.js +38 -22
- package/esm2015/lib/XButtonBridge.js +53 -45
- package/esm2015/lib/XButtonGroupBridge.js +13 -9
- package/esm2015/lib/XIconButtonBridge.js +2 -2
- package/esm2015/lib/igx-x-button-component.js +399 -399
- package/esm2015/lib/igx-x-button-group-component.js +124 -124
- package/esm5/lib/ButtonGroupView_combined.js +620 -606
- package/esm5/lib/ButtonView_combined.js +1950 -1657
- package/esm5/lib/CalendarView_combined.js +157 -157
- package/esm5/lib/CheckboxView_combined.js +39 -39
- package/esm5/lib/DatePickerView_combined.js +4 -4
- package/esm5/lib/InputGroupView_combined.js +209 -209
- package/esm5/lib/NativeUIXInputsFactory_combined.js +35 -35
- package/esm5/lib/RippleView_combined.js +2 -2
- package/esm5/lib/ThemeResolver.js +38 -22
- package/esm5/lib/XButtonBridge.js +53 -45
- package/esm5/lib/XButtonGroupBridge.js +13 -9
- package/esm5/lib/XIconButtonBridge.js +2 -2
- package/esm5/lib/igx-x-button-component.js +399 -399
- package/esm5/lib/igx-x-button-group-component.js +124 -124
- package/fesm2015/igniteui-angular-inputs.js +3743 -3414
- package/fesm5/igniteui-angular-inputs.js +3641 -3312
- package/lib/ButtonGroupView_combined.d.ts +181 -179
- package/lib/ButtonView_combined.d.ts +479 -478
- package/lib/ThemeResolver.d.ts +18 -15
- package/package.json +2 -2
|
@@ -1471,103 +1471,103 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
1471
1471
|
this.gotFocus = null;
|
|
1472
1472
|
this.dw = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
1473
1473
|
this.dx = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
1474
|
-
this.kv = XInputGroup.m.
|
|
1475
|
-
this.ol = XInputGroup.m.
|
|
1476
|
-
this.m9 = XInputGroup.m.
|
|
1477
|
-
this.na = XInputGroup.m.
|
|
1478
|
-
this.nb = XInputGroup.m.
|
|
1474
|
+
this.kv = XInputGroup.m.z(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
1475
|
+
this.ol = XInputGroup.m.ak(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
1476
|
+
this.m9 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
1477
|
+
this.na = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
1478
|
+
this.nb = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "FocusLabelColor");
|
|
1479
1479
|
this.d5 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineWidth");
|
|
1480
1480
|
this.d4 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
|
|
1481
1481
|
this.d1 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
1482
|
-
this.ne = XInputGroup.m.
|
|
1483
|
-
this.nf = XInputGroup.m.
|
|
1484
|
-
this.nd = XInputGroup.m.
|
|
1485
|
-
this.nc = XInputGroup.m.
|
|
1482
|
+
this.ne = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
1483
|
+
this.nf = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
1484
|
+
this.nd = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
1485
|
+
this.nc = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
1486
1486
|
this.d2 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
1487
1487
|
this.d0 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
1488
1488
|
this.dy = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
1489
1489
|
this.dz = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1490
1490
|
this.d3 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
|
|
1491
|
-
this.m8 = XInputGroup.m.
|
|
1491
|
+
this.m8 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
1492
1492
|
this.dl = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "BorderWidth");
|
|
1493
1493
|
this.dm = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "FocusBorderWidth");
|
|
1494
|
-
this.ku = XInputGroup.m.
|
|
1495
|
-
this.ok = XInputGroup.m.
|
|
1496
|
-
this.m1 = XInputGroup.m.
|
|
1497
|
-
this.m2 = XInputGroup.m.
|
|
1498
|
-
this.m3 = XInputGroup.m.
|
|
1494
|
+
this.ku = XInputGroup.m.z(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "CornerRadius");
|
|
1495
|
+
this.ok = XInputGroup.m.ak(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "ContentPadding");
|
|
1496
|
+
this.m1 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "BorderColor");
|
|
1497
|
+
this.m2 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "FocusBorderColor");
|
|
1498
|
+
this.m3 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "FocusLabelColor");
|
|
1499
1499
|
this.dv = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineWidth");
|
|
1500
1500
|
this.du = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineRippleWidth");
|
|
1501
1501
|
this.dr = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "HoverUnderlineWidth");
|
|
1502
|
-
this.m6 = XInputGroup.m.
|
|
1503
|
-
this.m7 = XInputGroup.m.
|
|
1504
|
-
this.m5 = XInputGroup.m.
|
|
1505
|
-
this.m4 = XInputGroup.m.
|
|
1502
|
+
this.m6 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineColor");
|
|
1503
|
+
this.m7 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineRippleColor");
|
|
1504
|
+
this.m5 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "HoverUnderlineColor");
|
|
1505
|
+
this.m4 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "FocusUnderlineColor");
|
|
1506
1506
|
this.ds = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineOpacity");
|
|
1507
1507
|
this.dq = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "HoverUnderlineOpacity");
|
|
1508
1508
|
this.dn = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "FocusUnderlineOpacity");
|
|
1509
1509
|
this.dp = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "FocusUnderlineRippleOpacity");
|
|
1510
1510
|
this.dt = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineRippleOpacity");
|
|
1511
|
-
this.m0 = XInputGroup.m.
|
|
1511
|
+
this.m0 = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 1), "BackgroundColor");
|
|
1512
1512
|
this.db = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "BorderWidth");
|
|
1513
1513
|
this.dc = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "FocusBorderWidth");
|
|
1514
|
-
this.kt = XInputGroup.m.
|
|
1515
|
-
this.oj = XInputGroup.m.
|
|
1516
|
-
this.mt = XInputGroup.m.
|
|
1517
|
-
this.mu = XInputGroup.m.
|
|
1518
|
-
this.mv = XInputGroup.m.
|
|
1514
|
+
this.kt = XInputGroup.m.z(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "CornerRadius");
|
|
1515
|
+
this.oj = XInputGroup.m.ak(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "ContentPadding");
|
|
1516
|
+
this.mt = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "BorderColor");
|
|
1517
|
+
this.mu = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "FocusBorderColor");
|
|
1518
|
+
this.mv = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "FocusLabelColor");
|
|
1519
1519
|
this.dk = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineWidth");
|
|
1520
1520
|
this.dj = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineRippleWidth");
|
|
1521
1521
|
this.dg = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "HoverUnderlineWidth");
|
|
1522
|
-
this.my = XInputGroup.m.
|
|
1523
|
-
this.mz = XInputGroup.m.
|
|
1524
|
-
this.mx = XInputGroup.m.
|
|
1525
|
-
this.mw = XInputGroup.m.
|
|
1522
|
+
this.my = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineColor");
|
|
1523
|
+
this.mz = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineRippleColor");
|
|
1524
|
+
this.mx = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "HoverUnderlineColor");
|
|
1525
|
+
this.mw = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "FocusUnderlineColor");
|
|
1526
1526
|
this.dh = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineOpacity");
|
|
1527
1527
|
this.df = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "HoverUnderlineOpacity");
|
|
1528
1528
|
this.dd = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "FocusUnderlineOpacity");
|
|
1529
1529
|
this.de = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "FocusUnderlineRippleOpacity");
|
|
1530
1530
|
this.di = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineRippleOpacity");
|
|
1531
|
-
this.ms = XInputGroup.m.
|
|
1531
|
+
this.ms = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 2), "BackgroundColor");
|
|
1532
1532
|
this.d6 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "BorderWidth");
|
|
1533
1533
|
this.d7 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "FocusBorderWidth");
|
|
1534
|
-
this.kw = XInputGroup.m.
|
|
1535
|
-
this.om = XInputGroup.m.
|
|
1536
|
-
this.nh = XInputGroup.m.
|
|
1537
|
-
this.ni = XInputGroup.m.
|
|
1538
|
-
this.nj = XInputGroup.m.
|
|
1534
|
+
this.kw = XInputGroup.m.z(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "CornerRadius");
|
|
1535
|
+
this.om = XInputGroup.m.ak(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "ContentPadding");
|
|
1536
|
+
this.nh = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "BorderColor");
|
|
1537
|
+
this.ni = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "FocusBorderColor");
|
|
1538
|
+
this.nj = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "FocusLabelColor");
|
|
1539
1539
|
this.ef = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineWidth");
|
|
1540
1540
|
this.ee = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineRippleWidth");
|
|
1541
1541
|
this.eb = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "HoverUnderlineWidth");
|
|
1542
|
-
this.nm = XInputGroup.m.
|
|
1543
|
-
this.nn = XInputGroup.m.
|
|
1544
|
-
this.nl = XInputGroup.m.
|
|
1545
|
-
this.nk = XInputGroup.m.
|
|
1542
|
+
this.nm = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineColor");
|
|
1543
|
+
this.nn = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineRippleColor");
|
|
1544
|
+
this.nl = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "HoverUnderlineColor");
|
|
1545
|
+
this.nk = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "FocusUnderlineColor");
|
|
1546
1546
|
this.ec = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineOpacity");
|
|
1547
1547
|
this.ea = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "HoverUnderlineOpacity");
|
|
1548
1548
|
this.d8 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "FocusUnderlineOpacity");
|
|
1549
1549
|
this.d9 = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "FocusUnderlineRippleOpacity");
|
|
1550
1550
|
this.ed = XInputGroup.m.i(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineRippleOpacity");
|
|
1551
|
-
this.ng = XInputGroup.m.
|
|
1552
|
-
this.k0 = ThemeResolver.
|
|
1553
|
-
this.k1 = ThemeResolver.
|
|
1551
|
+
this.ng = XInputGroup.m.af(XInputGroup.o, enumGetBox(InputGroupDisplayType_$type, 3), "BackgroundColor");
|
|
1552
|
+
this.k0 = ThemeResolver.ah(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
1553
|
+
this.k1 = ThemeResolver.ah(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
1554
1554
|
this.as = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
1555
1555
|
this.at = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
1556
|
-
this.ki = ThemeResolver.
|
|
1557
|
-
this.n8 = ThemeResolver.
|
|
1556
|
+
this.ki = ThemeResolver.ab(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
1557
|
+
this.n8 = ThemeResolver.am(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
1558
1558
|
this.a1 = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineWidth");
|
|
1559
1559
|
this.a0 = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
|
|
1560
1560
|
this.ax = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
1561
|
-
this.k4 = ThemeResolver.
|
|
1562
|
-
this.k5 = ThemeResolver.
|
|
1563
|
-
this.k3 = ThemeResolver.
|
|
1564
|
-
this.k2 = ThemeResolver.
|
|
1561
|
+
this.k4 = ThemeResolver.ah(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
1562
|
+
this.k5 = ThemeResolver.ah(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
1563
|
+
this.k3 = ThemeResolver.ah(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
1564
|
+
this.k2 = ThemeResolver.ah(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
1565
1565
|
this.ay = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
1566
1566
|
this.aw = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
1567
1567
|
this.au = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
1568
1568
|
this.av = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
1569
1569
|
this.az = ThemeResolver.k(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
|
|
1570
|
-
this.kz = ThemeResolver.
|
|
1570
|
+
this.kz = ThemeResolver.ah(XInputGroup.o, XInputGroup.m, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
1571
1571
|
this.bc = NaN;
|
|
1572
1572
|
this.bn = NaN;
|
|
1573
1573
|
this.k7 = null;
|
|
@@ -2221,84 +2221,84 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
2221
2221
|
ka(a) {
|
|
2222
2222
|
this.dw = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "BorderWidth");
|
|
2223
2223
|
this.dx = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderWidth");
|
|
2224
|
-
this.kv = XInputGroup.m.
|
|
2225
|
-
this.ol = XInputGroup.m.
|
|
2226
|
-
this.m9 = XInputGroup.m.
|
|
2227
|
-
this.na = XInputGroup.m.
|
|
2228
|
-
this.nb = XInputGroup.m.
|
|
2224
|
+
this.kv = XInputGroup.m.z(a, enumGetBox(InputGroupDisplayType_$type, 0), "CornerRadius");
|
|
2225
|
+
this.ol = XInputGroup.m.ak(a, enumGetBox(InputGroupDisplayType_$type, 0), "ContentPadding");
|
|
2226
|
+
this.m9 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "BorderColor");
|
|
2227
|
+
this.na = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "FocusBorderColor");
|
|
2228
|
+
this.nb = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "FocusLabelColor");
|
|
2229
2229
|
this.d5 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineWidth");
|
|
2230
2230
|
this.d4 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleWidth");
|
|
2231
2231
|
this.d1 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineWidth");
|
|
2232
|
-
this.ne = XInputGroup.m.
|
|
2233
|
-
this.nf = XInputGroup.m.
|
|
2234
|
-
this.nd = XInputGroup.m.
|
|
2235
|
-
this.nc = XInputGroup.m.
|
|
2232
|
+
this.ne = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineColor");
|
|
2233
|
+
this.nf = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleColor");
|
|
2234
|
+
this.nd = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineColor");
|
|
2235
|
+
this.nc = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineColor");
|
|
2236
2236
|
this.d2 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineOpacity");
|
|
2237
2237
|
this.d0 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "HoverUnderlineOpacity");
|
|
2238
2238
|
this.dy = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineOpacity");
|
|
2239
2239
|
this.dz = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "FocusUnderlineRippleOpacity");
|
|
2240
2240
|
this.d3 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 0), "UnderlineRippleOpacity");
|
|
2241
|
-
this.m8 = XInputGroup.m.
|
|
2241
|
+
this.m8 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 0), "BackgroundColor");
|
|
2242
2242
|
this.dl = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "BorderWidth");
|
|
2243
2243
|
this.dm = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "FocusBorderWidth");
|
|
2244
|
-
this.ku = XInputGroup.m.
|
|
2245
|
-
this.ok = XInputGroup.m.
|
|
2246
|
-
this.m1 = XInputGroup.m.
|
|
2247
|
-
this.m2 = XInputGroup.m.
|
|
2248
|
-
this.m3 = XInputGroup.m.
|
|
2244
|
+
this.ku = XInputGroup.m.z(a, enumGetBox(InputGroupDisplayType_$type, 1), "CornerRadius");
|
|
2245
|
+
this.ok = XInputGroup.m.ak(a, enumGetBox(InputGroupDisplayType_$type, 1), "ContentPadding");
|
|
2246
|
+
this.m1 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "BorderColor");
|
|
2247
|
+
this.m2 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "FocusBorderColor");
|
|
2248
|
+
this.m3 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "FocusLabelColor");
|
|
2249
2249
|
this.dv = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineWidth");
|
|
2250
2250
|
this.du = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineRippleWidth");
|
|
2251
2251
|
this.dr = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "HoverUnderlineWidth");
|
|
2252
|
-
this.m6 = XInputGroup.m.
|
|
2253
|
-
this.m7 = XInputGroup.m.
|
|
2254
|
-
this.m5 = XInputGroup.m.
|
|
2255
|
-
this.m4 = XInputGroup.m.
|
|
2252
|
+
this.m6 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineColor");
|
|
2253
|
+
this.m7 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineRippleColor");
|
|
2254
|
+
this.m5 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "HoverUnderlineColor");
|
|
2255
|
+
this.m4 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "FocusUnderlineColor");
|
|
2256
2256
|
this.ds = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineOpacity");
|
|
2257
2257
|
this.dq = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "HoverUnderlineOpacity");
|
|
2258
2258
|
this.dn = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "FocusUnderlineOpacity");
|
|
2259
2259
|
this.dp = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "FocusUnderlineRippleOpacity");
|
|
2260
2260
|
this.dt = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 1), "UnderlineRippleOpacity");
|
|
2261
|
-
this.m0 = XInputGroup.m.
|
|
2261
|
+
this.m0 = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 1), "BackgroundColor");
|
|
2262
2262
|
this.db = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "BorderWidth");
|
|
2263
2263
|
this.dc = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "FocusBorderWidth");
|
|
2264
|
-
this.kt = XInputGroup.m.
|
|
2265
|
-
this.oj = XInputGroup.m.
|
|
2266
|
-
this.mt = XInputGroup.m.
|
|
2267
|
-
this.mu = XInputGroup.m.
|
|
2268
|
-
this.mv = XInputGroup.m.
|
|
2264
|
+
this.kt = XInputGroup.m.z(a, enumGetBox(InputGroupDisplayType_$type, 2), "CornerRadius");
|
|
2265
|
+
this.oj = XInputGroup.m.ak(a, enumGetBox(InputGroupDisplayType_$type, 2), "ContentPadding");
|
|
2266
|
+
this.mt = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "BorderColor");
|
|
2267
|
+
this.mu = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "FocusBorderColor");
|
|
2268
|
+
this.mv = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "FocusLabelColor");
|
|
2269
2269
|
this.dk = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineWidth");
|
|
2270
2270
|
this.dj = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineRippleWidth");
|
|
2271
2271
|
this.dg = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "HoverUnderlineWidth");
|
|
2272
|
-
this.my = XInputGroup.m.
|
|
2273
|
-
this.mz = XInputGroup.m.
|
|
2274
|
-
this.mx = XInputGroup.m.
|
|
2275
|
-
this.mw = XInputGroup.m.
|
|
2272
|
+
this.my = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineColor");
|
|
2273
|
+
this.mz = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineRippleColor");
|
|
2274
|
+
this.mx = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "HoverUnderlineColor");
|
|
2275
|
+
this.mw = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "FocusUnderlineColor");
|
|
2276
2276
|
this.dh = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineOpacity");
|
|
2277
2277
|
this.df = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "HoverUnderlineOpacity");
|
|
2278
2278
|
this.dd = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "FocusUnderlineOpacity");
|
|
2279
2279
|
this.de = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "FocusUnderlineRippleOpacity");
|
|
2280
2280
|
this.di = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 2), "UnderlineRippleOpacity");
|
|
2281
|
-
this.ms = XInputGroup.m.
|
|
2281
|
+
this.ms = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 2), "BackgroundColor");
|
|
2282
2282
|
this.d6 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "BorderWidth");
|
|
2283
2283
|
this.d7 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "FocusBorderWidth");
|
|
2284
|
-
this.kw = XInputGroup.m.
|
|
2285
|
-
this.om = XInputGroup.m.
|
|
2286
|
-
this.nh = XInputGroup.m.
|
|
2287
|
-
this.ni = XInputGroup.m.
|
|
2288
|
-
this.nj = XInputGroup.m.
|
|
2284
|
+
this.kw = XInputGroup.m.z(a, enumGetBox(InputGroupDisplayType_$type, 3), "CornerRadius");
|
|
2285
|
+
this.om = XInputGroup.m.ak(a, enumGetBox(InputGroupDisplayType_$type, 3), "ContentPadding");
|
|
2286
|
+
this.nh = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "BorderColor");
|
|
2287
|
+
this.ni = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "FocusBorderColor");
|
|
2288
|
+
this.nj = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "FocusLabelColor");
|
|
2289
2289
|
this.ef = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineWidth");
|
|
2290
2290
|
this.ee = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineRippleWidth");
|
|
2291
2291
|
this.eb = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "HoverUnderlineWidth");
|
|
2292
|
-
this.nm = XInputGroup.m.
|
|
2293
|
-
this.nn = XInputGroup.m.
|
|
2294
|
-
this.nl = XInputGroup.m.
|
|
2295
|
-
this.nk = XInputGroup.m.
|
|
2292
|
+
this.nm = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineColor");
|
|
2293
|
+
this.nn = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineRippleColor");
|
|
2294
|
+
this.nl = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "HoverUnderlineColor");
|
|
2295
|
+
this.nk = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "FocusUnderlineColor");
|
|
2296
2296
|
this.ec = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineOpacity");
|
|
2297
2297
|
this.ea = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "HoverUnderlineOpacity");
|
|
2298
2298
|
this.d8 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "FocusUnderlineOpacity");
|
|
2299
2299
|
this.d9 = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "FocusUnderlineRippleOpacity");
|
|
2300
2300
|
this.ed = XInputGroup.m.i(a, enumGetBox(InputGroupDisplayType_$type, 3), "UnderlineRippleOpacity");
|
|
2301
|
-
this.ng = XInputGroup.m.
|
|
2301
|
+
this.ng = XInputGroup.m.af(a, enumGetBox(InputGroupDisplayType_$type, 3), "BackgroundColor");
|
|
2302
2302
|
}
|
|
2303
2303
|
jv() {
|
|
2304
2304
|
this.jp();
|
|
@@ -3731,22 +3731,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3731
3731
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
3732
3732
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 4, 4));
|
|
3733
3733
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
3734
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3735
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
3736
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
3734
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3735
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 0, 153, 155));
|
|
3736
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 0, 153, 155));
|
|
3737
3737
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3738
3738
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3739
3739
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3740
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3741
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
3742
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3743
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
3740
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
3741
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 0, 153, 155));
|
|
3742
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
3743
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 0, 153, 155));
|
|
3744
3744
|
$ret.addItem("UnderlineOpacity", 0);
|
|
3745
3745
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
3746
3746
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
3747
3747
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
3748
3748
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3749
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3749
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3750
3750
|
return $ret;
|
|
3751
3751
|
})())));
|
|
3752
3752
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
|
|
@@ -3755,22 +3755,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3755
3755
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
3756
3756
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
3757
3757
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
3758
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3759
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
3760
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
3758
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3759
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 0, 153, 155));
|
|
3760
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 0, 153, 155));
|
|
3761
3761
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3762
3762
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3763
3763
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3764
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3765
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
3766
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3767
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
3764
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
3765
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 0, 153, 155));
|
|
3766
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
3767
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 0, 153, 155));
|
|
3768
3768
|
$ret.addItem("UnderlineOpacity", 1);
|
|
3769
3769
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
3770
3770
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
3771
3771
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
3772
3772
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3773
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3773
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(20, 0, 0, 0));
|
|
3774
3774
|
return $ret;
|
|
3775
3775
|
})())));
|
|
3776
3776
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
|
|
@@ -3779,22 +3779,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3779
3779
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
3780
3780
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
3781
3781
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
3782
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3783
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
3784
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
3782
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3783
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 0, 153, 155));
|
|
3784
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 0, 153, 155));
|
|
3785
3785
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3786
3786
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3787
3787
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3788
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3789
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
3790
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3791
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
3788
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
3789
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 0, 153, 155));
|
|
3790
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
3791
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 0, 153, 155));
|
|
3792
3792
|
$ret.addItem("UnderlineOpacity", 1);
|
|
3793
3793
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
3794
3794
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
3795
3795
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
3796
3796
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3797
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3797
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3798
3798
|
return $ret;
|
|
3799
3799
|
})())));
|
|
3800
3800
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
|
|
@@ -3803,22 +3803,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3803
3803
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
3804
3804
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
3805
3805
|
$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.
|
|
3806
|
+
$ret.addItem("BorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
3807
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 0, 153, 155));
|
|
3808
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 0, 153, 155));
|
|
3809
3809
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3810
3810
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3811
3811
|
$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.
|
|
3812
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
3813
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 0, 153, 155));
|
|
3814
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(138, 0, 0, 0));
|
|
3815
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 0, 153, 155));
|
|
3816
3816
|
$ret.addItem("UnderlineOpacity", 0);
|
|
3817
3817
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
3818
3818
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
3819
3819
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
3820
3820
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3821
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3821
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3822
3822
|
return $ret;
|
|
3823
3823
|
})())));
|
|
3824
3824
|
return $ret;
|
|
@@ -3834,22 +3834,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3834
3834
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
3835
3835
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
3836
3836
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
3837
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3838
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
3839
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
3837
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 186, 191, 199));
|
|
3838
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 33, 150, 243));
|
|
3839
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 33, 150, 243));
|
|
3840
3840
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3841
3841
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3842
3842
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3843
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3844
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
3845
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3846
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
3843
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
3844
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 33, 150, 243));
|
|
3845
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
3846
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 33, 150, 243));
|
|
3847
3847
|
$ret.addItem("UnderlineOpacity", 0);
|
|
3848
3848
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
3849
3849
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
3850
3850
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
3851
3851
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3852
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3852
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3853
3853
|
return $ret;
|
|
3854
3854
|
})())));
|
|
3855
3855
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
|
|
@@ -3858,22 +3858,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3858
3858
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
3859
3859
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
3860
3860
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
3861
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3862
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
3863
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
3861
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 186, 191, 199));
|
|
3862
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 33, 150, 243));
|
|
3863
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 33, 150, 243));
|
|
3864
3864
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3865
3865
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3866
3866
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3867
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3868
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
3869
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3870
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
3867
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
3868
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 33, 150, 243));
|
|
3869
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
3870
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 33, 150, 243));
|
|
3871
3871
|
$ret.addItem("UnderlineOpacity", 1);
|
|
3872
3872
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
3873
3873
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
3874
3874
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
3875
3875
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3876
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3876
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(20, 0, 0, 0));
|
|
3877
3877
|
return $ret;
|
|
3878
3878
|
})())));
|
|
3879
3879
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
|
|
@@ -3882,22 +3882,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3882
3882
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
3883
3883
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
3884
3884
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
3885
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3886
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
3887
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
3885
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 186, 191, 199));
|
|
3886
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 33, 150, 243));
|
|
3887
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 33, 150, 243));
|
|
3888
3888
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3889
3889
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3890
3890
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3891
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3892
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
3893
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3894
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
3891
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
3892
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 33, 150, 243));
|
|
3893
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
3894
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 33, 150, 243));
|
|
3895
3895
|
$ret.addItem("UnderlineOpacity", 1);
|
|
3896
3896
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
3897
3897
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
3898
3898
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
3899
3899
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3900
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3900
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3901
3901
|
return $ret;
|
|
3902
3902
|
})())));
|
|
3903
3903
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
|
|
@@ -3906,27 +3906,27 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3906
3906
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
3907
3907
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
3908
3908
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
3909
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3910
|
-
$ret.addItem("FocusBorderColor", BrushUtil.
|
|
3911
|
-
$ret.addItem("FocusLabelColor", BrushUtil.
|
|
3909
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 186, 191, 199));
|
|
3910
|
+
$ret.addItem("FocusBorderColor", BrushUtil.l(255, 33, 150, 243));
|
|
3911
|
+
$ret.addItem("FocusLabelColor", BrushUtil.l(255, 33, 150, 243));
|
|
3912
3912
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3913
3913
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3914
3914
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3915
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3916
|
-
$ret.addItem("UnderlineRippleColor", BrushUtil.
|
|
3917
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3918
|
-
$ret.addItem("FocusUnderlineColor", BrushUtil.
|
|
3915
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
3916
|
+
$ret.addItem("UnderlineRippleColor", BrushUtil.l(255, 33, 150, 243));
|
|
3917
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
3918
|
+
$ret.addItem("FocusUnderlineColor", BrushUtil.l(255, 33, 150, 243));
|
|
3919
3919
|
$ret.addItem("UnderlineOpacity", 0);
|
|
3920
3920
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
3921
3921
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
3922
3922
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
3923
3923
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3924
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3924
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3925
3925
|
return $ret;
|
|
3926
3926
|
})())));
|
|
3927
3927
|
return $ret;
|
|
3928
3928
|
})()));
|
|
3929
|
-
XInputGroup.n5 = BrushUtil.
|
|
3929
|
+
XInputGroup.n5 = BrushUtil.l(255, 105, 136, 255);
|
|
3930
3930
|
XInputGroup.l = new Theme(1, ((() => {
|
|
3931
3931
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3932
3932
|
return $ret;
|
|
@@ -3938,22 +3938,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3938
3938
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
3939
3939
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
3940
3940
|
$ret.addItem("ContentPadding", new Thickness(1, 8, 0, 8, 0));
|
|
3941
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3941
|
+
$ret.addItem("BorderColor", BrushUtil.l(25, 0, 0, 0));
|
|
3942
3942
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
3943
3943
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
3944
3944
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3945
3945
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3946
3946
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3947
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3947
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(25, 0, 0, 0));
|
|
3948
3948
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
3949
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3949
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 0, 0, 0));
|
|
3950
3950
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
3951
3951
|
$ret.addItem("UnderlineOpacity", 0);
|
|
3952
3952
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
3953
3953
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
3954
3954
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
3955
3955
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3956
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3956
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
3957
3957
|
return $ret;
|
|
3958
3958
|
})())));
|
|
3959
3959
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
|
|
@@ -3962,22 +3962,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3962
3962
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
3963
3963
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
3964
3964
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
3965
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3965
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 186, 191, 199));
|
|
3966
3966
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
3967
3967
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
3968
3968
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3969
3969
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3970
3970
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3971
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3971
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
3972
3972
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
3973
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3973
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
3974
3974
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
3975
3975
|
$ret.addItem("UnderlineOpacity", 1);
|
|
3976
3976
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
3977
3977
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
3978
3978
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
3979
3979
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
3980
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
3980
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(25, 0, 0, 0));
|
|
3981
3981
|
return $ret;
|
|
3982
3982
|
})())));
|
|
3983
3983
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
|
|
@@ -3986,22 +3986,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3986
3986
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
3987
3987
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
3988
3988
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
3989
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
3989
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 186, 191, 199));
|
|
3990
3990
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
3991
3991
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
3992
3992
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
3993
3993
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
3994
3994
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
3995
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
3995
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
3996
3996
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
3997
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
3997
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
3998
3998
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
3999
3999
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4000
4000
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4001
4001
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4002
4002
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4003
4003
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4004
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4004
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4005
4005
|
return $ret;
|
|
4006
4006
|
})())));
|
|
4007
4007
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
|
|
@@ -4010,22 +4010,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
4010
4010
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4011
4011
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4012
4012
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4013
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4013
|
+
$ret.addItem("BorderColor", BrushUtil.l(255, 186, 191, 199));
|
|
4014
4014
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4015
4015
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4016
4016
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4017
4017
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4018
4018
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4019
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4019
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4020
4020
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4021
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4021
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(255, 186, 191, 199));
|
|
4022
4022
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4023
4023
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4024
4024
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4025
4025
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4026
4026
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4027
4027
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4028
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4028
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4029
4029
|
return $ret;
|
|
4030
4030
|
})())));
|
|
4031
4031
|
return $ret;
|
|
@@ -4041,22 +4041,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
4041
4041
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4042
4042
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4043
4043
|
$ret.addItem("ContentPadding", new Thickness(1, 8, 0, 8, 0));
|
|
4044
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4044
|
+
$ret.addItem("BorderColor", BrushUtil.l(51, 255, 255, 255));
|
|
4045
4045
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4046
4046
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4047
4047
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4048
4048
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4049
4049
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4050
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4050
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4051
4051
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4052
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4052
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4053
4053
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4054
4054
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4055
4055
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4056
4056
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4057
4057
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4058
4058
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4059
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4059
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4060
4060
|
return $ret;
|
|
4061
4061
|
})())));
|
|
4062
4062
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
|
|
@@ -4065,22 +4065,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
4065
4065
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4066
4066
|
$ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
|
|
4067
4067
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4068
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4068
|
+
$ret.addItem("BorderColor", BrushUtil.l(51, 255, 255, 255));
|
|
4069
4069
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4070
4070
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4071
4071
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4072
4072
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4073
4073
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4074
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4074
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4075
4075
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4076
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4076
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4077
4077
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4078
4078
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4079
4079
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4080
4080
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4081
4081
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4082
4082
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4083
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4083
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(128, 55, 63, 86));
|
|
4084
4084
|
return $ret;
|
|
4085
4085
|
})())));
|
|
4086
4086
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
|
|
@@ -4089,22 +4089,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
4089
4089
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
|
|
4090
4090
|
$ret.addItem("CornerRadius", new CornerRadius(0, 0));
|
|
4091
4091
|
$ret.addItem("ContentPadding", new Thickness(0, 0));
|
|
4092
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4092
|
+
$ret.addItem("BorderColor", BrushUtil.l(51, 255, 255, 255));
|
|
4093
4093
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4094
4094
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4095
4095
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4096
4096
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4097
4097
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4098
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4098
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4099
4099
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4100
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4100
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4101
4101
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4102
4102
|
$ret.addItem("UnderlineOpacity", 1);
|
|
4103
4103
|
$ret.addItem("HoverUnderlineOpacity", 1);
|
|
4104
4104
|
$ret.addItem("FocusUnderlineOpacity", 1);
|
|
4105
4105
|
$ret.addItem("FocusUnderlineRippleOpacity", 1);
|
|
4106
4106
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4107
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4107
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4108
4108
|
return $ret;
|
|
4109
4109
|
})())));
|
|
4110
4110
|
$ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
|
|
@@ -4113,22 +4113,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
4113
4113
|
$ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
|
|
4114
4114
|
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
4115
4115
|
$ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
|
|
4116
|
-
$ret.addItem("BorderColor", BrushUtil.
|
|
4116
|
+
$ret.addItem("BorderColor", BrushUtil.l(51, 255, 255, 255));
|
|
4117
4117
|
$ret.addItem("FocusBorderColor", XInputGroup.n5);
|
|
4118
4118
|
$ret.addItem("FocusLabelColor", XInputGroup.n5);
|
|
4119
4119
|
$ret.addItem("UnderlineWidth", DeviceUtils.g(1));
|
|
4120
4120
|
$ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
|
|
4121
4121
|
$ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
|
|
4122
|
-
$ret.addItem("UnderlineColor", BrushUtil.
|
|
4122
|
+
$ret.addItem("UnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4123
4123
|
$ret.addItem("UnderlineRippleColor", XInputGroup.n5);
|
|
4124
|
-
$ret.addItem("HoverUnderlineColor", BrushUtil.
|
|
4124
|
+
$ret.addItem("HoverUnderlineColor", BrushUtil.l(51, 255, 255, 255));
|
|
4125
4125
|
$ret.addItem("FocusUnderlineColor", XInputGroup.n5);
|
|
4126
4126
|
$ret.addItem("UnderlineOpacity", 0);
|
|
4127
4127
|
$ret.addItem("HoverUnderlineOpacity", 0);
|
|
4128
4128
|
$ret.addItem("FocusUnderlineOpacity", 0);
|
|
4129
4129
|
$ret.addItem("FocusUnderlineRippleOpacity", 0);
|
|
4130
4130
|
$ret.addItem("UnderlineRippleOpacity", 0);
|
|
4131
|
-
$ret.addItem("BackgroundColor", BrushUtil.
|
|
4131
|
+
$ret.addItem("BackgroundColor", BrushUtil.l(0, 0, 0, 0));
|
|
4132
4132
|
return $ret;
|
|
4133
4133
|
})())));
|
|
4134
4134
|
return $ret;
|
|
@@ -4177,10 +4177,10 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4177
4177
|
this.ab = false;
|
|
4178
4178
|
this.r = 0;
|
|
4179
4179
|
this.q = 1;
|
|
4180
|
-
this.cv = ThemeResolver.
|
|
4181
|
-
this.cs = ThemeResolver.
|
|
4182
|
-
this.ct = ThemeResolver.
|
|
4183
|
-
this.cu = ThemeResolver.
|
|
4180
|
+
this.cv = ThemeResolver.aj(XLabel.o, XLabel.de, XLabel.c7);
|
|
4181
|
+
this.cs = ThemeResolver.aj(XLabel.o, XLabel.db, XLabel.c4);
|
|
4182
|
+
this.ct = ThemeResolver.aj(XLabel.o, XLabel.dc, XLabel.c5);
|
|
4183
|
+
this.cu = ThemeResolver.aj(XLabel.o, XLabel.dd, XLabel.c6);
|
|
4184
4184
|
this.u = null;
|
|
4185
4185
|
this.cz = XLabel.df;
|
|
4186
4186
|
this.cw = XLabel.c8;
|
|
@@ -4275,7 +4275,7 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4275
4275
|
$ret.m = 0.75;
|
|
4276
4276
|
return $ret;
|
|
4277
4277
|
})()));
|
|
4278
|
-
this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.
|
|
4278
|
+
this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.l(0, 255, 255, 255))).m(new AnimationKeyFrameProperty(14, d), new AnimationKeyFrameProperty(2, BrushUtil.l(this.l == 2 ? 255 : 0, 255, 255, 255))));
|
|
4279
4279
|
}
|
|
4280
4280
|
if (this.z == null) {
|
|
4281
4281
|
this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.c3)).m(new AnimationKeyFrameProperty(7, this.c0)));
|
|
@@ -4460,10 +4460,10 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4460
4460
|
this.view.ah(this.c3);
|
|
4461
4461
|
}
|
|
4462
4462
|
cp(a) {
|
|
4463
|
-
XLabel.df = ThemeResolver.
|
|
4464
|
-
XLabel.c8 = ThemeResolver.
|
|
4465
|
-
XLabel.da = ThemeResolver.
|
|
4466
|
-
XLabel.c9 = ThemeResolver.
|
|
4463
|
+
XLabel.df = ThemeResolver.aj(a, XLabel.de, XLabel.c7);
|
|
4464
|
+
XLabel.c8 = ThemeResolver.aj(a, XLabel.db, XLabel.c4);
|
|
4465
|
+
XLabel.da = ThemeResolver.aj(a, XLabel.dd, XLabel.c6);
|
|
4466
|
+
XLabel.c9 = ThemeResolver.aj(a, XLabel.dc, XLabel.c5);
|
|
4467
4467
|
}
|
|
4468
4468
|
get t() {
|
|
4469
4469
|
return this.r;
|
|
@@ -4842,19 +4842,19 @@ export let XLabel = /*@__PURE__*/ (() => {
|
|
|
4842
4842
|
}
|
|
4843
4843
|
}
|
|
4844
4844
|
XLabel.$t = markType(XLabel, 'XLabel', XInputGroupItem.$);
|
|
4845
|
-
XLabel.de = BrushUtil.
|
|
4846
|
-
XLabel.db = BrushUtil.
|
|
4847
|
-
XLabel.dd = BrushUtil.
|
|
4848
|
-
XLabel.dc = BrushUtil.
|
|
4849
|
-
XLabel.c7 = BrushUtil.
|
|
4850
|
-
XLabel.c4 = BrushUtil.
|
|
4851
|
-
XLabel.c6 = BrushUtil.
|
|
4852
|
-
XLabel.c5 = BrushUtil.
|
|
4845
|
+
XLabel.de = BrushUtil.l(221, 0, 0, 0);
|
|
4846
|
+
XLabel.db = BrushUtil.l(255, 0, 153, 155);
|
|
4847
|
+
XLabel.dd = BrushUtil.l(221, 0, 0, 0);
|
|
4848
|
+
XLabel.dc = BrushUtil.l(255, 0, 153, 155);
|
|
4849
|
+
XLabel.c7 = BrushUtil.l(255, 24, 29, 31);
|
|
4850
|
+
XLabel.c4 = BrushUtil.l(255, 33, 150, 243);
|
|
4851
|
+
XLabel.c6 = BrushUtil.l(255, 24, 29, 31);
|
|
4852
|
+
XLabel.c5 = BrushUtil.l(255, 33, 150, 243);
|
|
4853
4853
|
XLabel.o = 2;
|
|
4854
|
-
XLabel.df = ThemeResolver.
|
|
4855
|
-
XLabel.c8 = ThemeResolver.
|
|
4856
|
-
XLabel.da = ThemeResolver.
|
|
4857
|
-
XLabel.c9 = ThemeResolver.
|
|
4854
|
+
XLabel.df = ThemeResolver.aj(XLabel.o, XLabel.de, XLabel.c7);
|
|
4855
|
+
XLabel.c8 = ThemeResolver.aj(XLabel.o, XLabel.db, XLabel.c4);
|
|
4856
|
+
XLabel.da = ThemeResolver.aj(XLabel.o, XLabel.dd, XLabel.c6);
|
|
4857
|
+
XLabel.c9 = ThemeResolver.aj(XLabel.o, XLabel.dc, XLabel.c5);
|
|
4858
4858
|
XLabel.x = null;
|
|
4859
4859
|
XLabel.av = 0;
|
|
4860
4860
|
return XLabel;
|
|
@@ -5652,8 +5652,8 @@ export let XInput = /*@__PURE__*/ (() => {
|
|
|
5652
5652
|
}
|
|
5653
5653
|
}
|
|
5654
5654
|
XInput.$t = markType(XInput, 'XInput', XInputGroupItem.$);
|
|
5655
|
-
XInput.d6 = BrushUtil.
|
|
5656
|
-
XInput.d5 = BrushUtil.
|
|
5655
|
+
XInput.d6 = BrushUtil.l(221, 0, 0, 0);
|
|
5656
|
+
XInput.d5 = BrushUtil.l(221, 0, 0, 0);
|
|
5657
5657
|
XInput.ae = null;
|
|
5658
5658
|
XInput.bf = 0;
|
|
5659
5659
|
return XInput;
|