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
|
@@ -68,15 +68,15 @@ export let MultiSliderBridge = /*@__PURE__*/ (() => {
|
|
|
68
68
|
switch (b) {
|
|
69
69
|
case 12: return a.bg;
|
|
70
70
|
case 13: return a.bf;
|
|
71
|
-
case
|
|
72
|
-
case
|
|
71
|
+
case 97: return a.bv;
|
|
72
|
+
case 98: return a.bf;
|
|
73
73
|
case 14: return a.bl;
|
|
74
74
|
case 2: return a.thumbs._inner[0].s;
|
|
75
|
-
case
|
|
76
|
-
case
|
|
77
|
-
case
|
|
78
|
-
case
|
|
79
|
-
case
|
|
75
|
+
case 92: return a.b0;
|
|
76
|
+
case 93: return a.ek;
|
|
77
|
+
case 94: return a.es;
|
|
78
|
+
case 96: return a.eu;
|
|
79
|
+
case 95: return a.et;
|
|
80
80
|
case 30:
|
|
81
81
|
let c = a.e;
|
|
82
82
|
switch (c) {
|
|
@@ -116,10 +116,10 @@ export let MultiSliderBridge = /*@__PURE__*/ (() => {
|
|
|
116
116
|
case 13:
|
|
117
117
|
a.bf = c;
|
|
118
118
|
break;
|
|
119
|
-
case
|
|
119
|
+
case 97:
|
|
120
120
|
a.bv = c;
|
|
121
121
|
break;
|
|
122
|
-
case
|
|
122
|
+
case 98:
|
|
123
123
|
a.bu = c;
|
|
124
124
|
break;
|
|
125
125
|
case 14:
|
|
@@ -128,19 +128,19 @@ export let MultiSliderBridge = /*@__PURE__*/ (() => {
|
|
|
128
128
|
case 2:
|
|
129
129
|
a.thumbs._inner[0].s = c;
|
|
130
130
|
break;
|
|
131
|
-
case
|
|
131
|
+
case 92:
|
|
132
132
|
a.b0 = c;
|
|
133
133
|
break;
|
|
134
|
-
case
|
|
134
|
+
case 93:
|
|
135
135
|
a.ek = c;
|
|
136
136
|
break;
|
|
137
|
-
case
|
|
137
|
+
case 94:
|
|
138
138
|
a.es = c;
|
|
139
139
|
break;
|
|
140
|
-
case
|
|
140
|
+
case 96:
|
|
141
141
|
a.eu = c;
|
|
142
142
|
break;
|
|
143
|
-
case
|
|
143
|
+
case 95:
|
|
144
144
|
a.et = c;
|
|
145
145
|
break;
|
|
146
146
|
case 30:
|
|
@@ -149,7 +149,7 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
149
149
|
let e = c.getSubRenderer(d);
|
|
150
150
|
let f = new XButton();
|
|
151
151
|
f.provideContainer(e);
|
|
152
|
-
f.
|
|
152
|
+
f.fj = "none";
|
|
153
153
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
154
154
|
let h = new XButtonBridge(f);
|
|
155
155
|
let i = new NativeUIButton();
|
|
@@ -227,7 +227,7 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
227
227
|
let l = new XButton();
|
|
228
228
|
l.provideContainer(k);
|
|
229
229
|
l.e = 4;
|
|
230
|
-
l.
|
|
230
|
+
l.fj = "none";
|
|
231
231
|
let m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
|
|
232
232
|
let n = new XButtonBridge(l);
|
|
233
233
|
let o = new NativeUIButton();
|
|
@@ -762,22 +762,22 @@ export let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
762
762
|
this.v = false;
|
|
763
763
|
this.af = false;
|
|
764
764
|
this.ad = false;
|
|
765
|
-
this.cj = BrushUtil.
|
|
765
|
+
this.cj = BrushUtil.j(0, 0, 0, 0);
|
|
766
766
|
this.w = false;
|
|
767
767
|
this.propertyChanged = null;
|
|
768
768
|
this.valueChanged = null;
|
|
769
769
|
this.valueChanging = null;
|
|
770
770
|
this.s = null;
|
|
771
771
|
this.a = null;
|
|
772
|
-
this.cl = BrushUtil.
|
|
772
|
+
this.cl = BrushUtil.j(255, 0, 0, 255);
|
|
773
773
|
this.ar = "";
|
|
774
|
-
this.ci = BrushUtil.
|
|
774
|
+
this.ci = BrushUtil.j(255, 24, 29, 31);
|
|
775
775
|
this.l = null;
|
|
776
776
|
this.j = 2;
|
|
777
777
|
this.h = 1;
|
|
778
778
|
this.m = null;
|
|
779
|
-
this.ck = BrushUtil.
|
|
780
|
-
this.ch = BrushUtil.
|
|
779
|
+
this.ck = BrushUtil.j(255, 24, 29, 31);
|
|
780
|
+
this.ch = BrushUtil.j(255, 163, 172, 184);
|
|
781
781
|
this.ac = true;
|
|
782
782
|
this.u = true;
|
|
783
783
|
this.ab = true;
|
|
@@ -1080,7 +1080,7 @@ export let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1080
1080
|
if (this.q != null) {
|
|
1081
1081
|
this.q.b7 = "";
|
|
1082
1082
|
}
|
|
1083
|
-
this.value = BrushUtil.
|
|
1083
|
+
this.value = BrushUtil.j(0, 0, 0, 0);
|
|
1084
1084
|
this.d.ax();
|
|
1085
1085
|
this.z = false;
|
|
1086
1086
|
}
|
|
@@ -1109,7 +1109,7 @@ export let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1109
1109
|
b4(a) {
|
|
1110
1110
|
if (this.q != null) {
|
|
1111
1111
|
let b = this.q.be();
|
|
1112
|
-
this.r.
|
|
1112
|
+
this.r.ce(b);
|
|
1113
1113
|
}
|
|
1114
1114
|
}
|
|
1115
1115
|
bg() {
|
|
@@ -1123,21 +1123,21 @@ export let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1123
1123
|
b.bn(d);
|
|
1124
1124
|
d.bn(e);
|
|
1125
1125
|
this.g.l(c);
|
|
1126
|
-
b.
|
|
1127
|
-
b.
|
|
1128
|
-
b.
|
|
1129
|
-
b.
|
|
1126
|
+
b.ch = BrushUtil.j(255, 255, 255, 255);
|
|
1127
|
+
b.ca = 150;
|
|
1128
|
+
b.b8 = 8;
|
|
1129
|
+
b.cb = 4;
|
|
1130
1130
|
b.b1 = true;
|
|
1131
1131
|
this.q = c;
|
|
1132
1132
|
this.q.c = this.i;
|
|
1133
1133
|
this.q.bp = this.k;
|
|
1134
1134
|
this.q.b6 = ColorEditor.a5;
|
|
1135
|
-
this.q.cc = BrushUtil.
|
|
1136
|
-
this.q.cd = BrushUtil.
|
|
1135
|
+
this.q.cc = BrushUtil.j(255, 255, 255, 255);
|
|
1136
|
+
this.q.cd = BrushUtil.j(255, 0, 0, 0);
|
|
1137
1137
|
this.q.bn = runOn(this, this.cc);
|
|
1138
1138
|
this.q.n = runOn(this, this.bv);
|
|
1139
1139
|
this.q.o = runOn(this, this.bx);
|
|
1140
|
-
this.q.cb = BrushUtil.
|
|
1140
|
+
this.q.cb = BrushUtil.j(255, 0, 0, 255);
|
|
1141
1141
|
this.r = b;
|
|
1142
1142
|
this.d = this.g.c(f);
|
|
1143
1143
|
this.d.value = this.value;
|
|
@@ -1226,12 +1226,12 @@ export let ColorEditor = /*@__PURE__*/ (() => {
|
|
|
1226
1226
|
cb(a, b) {
|
|
1227
1227
|
{
|
|
1228
1228
|
let c = this.g.r(true);
|
|
1229
|
-
this.r.
|
|
1229
|
+
this.r.cf(c, a, b);
|
|
1230
1230
|
}
|
|
1231
1231
|
}
|
|
1232
1232
|
bf() {
|
|
1233
1233
|
if (this.r != null) {
|
|
1234
|
-
this.a.executeDelayed(() => this.r.
|
|
1234
|
+
this.a.executeDelayed(() => this.r.cc(), 0);
|
|
1235
1235
|
}
|
|
1236
1236
|
if (this.d != null) {
|
|
1237
1237
|
this.d.bg();
|
|
@@ -1312,23 +1312,23 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1312
1312
|
constructor() {
|
|
1313
1313
|
super();
|
|
1314
1314
|
this.d = null;
|
|
1315
|
-
this.bv = BrushUtil.
|
|
1315
|
+
this.bv = BrushUtil.j(0, 0, 0, 0);
|
|
1316
1316
|
this.bo = null;
|
|
1317
|
-
this.bs = BrushUtil.
|
|
1317
|
+
this.bs = BrushUtil.j(0, 0, 0, 0);
|
|
1318
1318
|
this.propertyChanged = null;
|
|
1319
1319
|
this.closed = null;
|
|
1320
1320
|
this.valueChanged = null;
|
|
1321
1321
|
this.valueChanging = null;
|
|
1322
1322
|
this.v = null;
|
|
1323
|
-
this.bx = BrushUtil.
|
|
1323
|
+
this.bx = BrushUtil.j(255, 0, 0, 255);
|
|
1324
1324
|
this.g = 3;
|
|
1325
1325
|
this.e = 1;
|
|
1326
|
-
this.bp = BrushUtil.
|
|
1327
|
-
this.bt = BrushUtil.
|
|
1328
|
-
this.bu = BrushUtil.
|
|
1329
|
-
this.bq = BrushUtil.
|
|
1330
|
-
this.br = BrushUtil.
|
|
1331
|
-
this.bw = BrushUtil.
|
|
1326
|
+
this.bp = BrushUtil.j(0, 255, 255, 255);
|
|
1327
|
+
this.bt = BrushUtil.j(255, 33, 150, 243);
|
|
1328
|
+
this.bu = BrushUtil.j(255, 21, 112, 184);
|
|
1329
|
+
this.bq = BrushUtil.j(76, 33, 150, 243);
|
|
1330
|
+
this.br = BrushUtil.j(50, 186, 191, 199);
|
|
1331
|
+
this.bw = BrushUtil.j(255, 24, 29, 31);
|
|
1332
1332
|
this.i = null;
|
|
1333
1333
|
this.n = null;
|
|
1334
1334
|
this.s = null;
|
|
@@ -1347,7 +1347,7 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1347
1347
|
this.x = false;
|
|
1348
1348
|
NativeUIInputsFactory.n();
|
|
1349
1349
|
NativeUIXInputsFactory.m();
|
|
1350
|
-
this.bo = BrushUtil.
|
|
1350
|
+
this.bo = BrushUtil.j(0, 0, 0, 0);
|
|
1351
1351
|
let a = new ColorEditorPanelView();
|
|
1352
1352
|
a.a = this;
|
|
1353
1353
|
this.d = a;
|
|
@@ -1576,21 +1576,21 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1576
1576
|
e.bk = 2;
|
|
1577
1577
|
i.bk = 0;
|
|
1578
1578
|
g.bk = 1;
|
|
1579
|
-
e.bw = BrushUtil.
|
|
1580
|
-
i.bw = BrushUtil.
|
|
1581
|
-
g.bw = BrushUtil.
|
|
1579
|
+
e.bw = BrushUtil.j(0, 0, 0, 0);
|
|
1580
|
+
i.bw = BrushUtil.j(0, 0, 0, 0);
|
|
1581
|
+
g.bw = BrushUtil.j(0, 0, 0, 0);
|
|
1582
1582
|
g.bh = new Thickness(1, 0, 5, 5, 0);
|
|
1583
1583
|
f.bh = new Thickness(1, 0, 5, 5, 0);
|
|
1584
|
-
l.
|
|
1584
|
+
l.bz = "Ok";
|
|
1585
1585
|
l.c = this.f;
|
|
1586
|
-
m.
|
|
1586
|
+
m.bz = "Cancel";
|
|
1587
1587
|
m.c = this.f;
|
|
1588
1588
|
i.bh = new Thickness(1, 5, 0, 5, 2);
|
|
1589
1589
|
h.bh = new Thickness(1, 5, 0, 5, 2);
|
|
1590
1590
|
e.bh = new Thickness(1, 5, 5, 5, 0);
|
|
1591
1591
|
d.bh = new Thickness(1, 5, 5, 5, 0);
|
|
1592
1592
|
p.bh = new Thickness(1, 5, 16, 0, 11);
|
|
1593
|
-
p.a8 = BrushUtil.
|
|
1593
|
+
p.a8 = BrushUtil.j(255, 255, 0, 0);
|
|
1594
1594
|
c.cc(p, 0);
|
|
1595
1595
|
c.ca(p, 0);
|
|
1596
1596
|
c.bn(p);
|
|
@@ -1673,12 +1673,12 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1673
1673
|
this.q = o;
|
|
1674
1674
|
this.s.bq = 0;
|
|
1675
1675
|
this.s.bp = 360;
|
|
1676
|
-
this.s.by = BrushUtil.
|
|
1677
|
-
this.s.bz = BrushUtil.
|
|
1676
|
+
this.s.by = BrushUtil.j(255, 255, 255, 255);
|
|
1677
|
+
this.s.bz = BrushUtil.j(255, 255, 255, 255);
|
|
1678
1678
|
this.u.bq = 0;
|
|
1679
1679
|
this.u.bp = 1;
|
|
1680
|
-
this.t.by = BrushUtil.
|
|
1681
|
-
this.t.bz = BrushUtil.
|
|
1680
|
+
this.t.by = BrushUtil.j(255, 155, 155, 155);
|
|
1681
|
+
this.t.bz = BrushUtil.j(255, 255, 255, 255);
|
|
1682
1682
|
this.t.bq = 0;
|
|
1683
1683
|
this.t.bp = 1;
|
|
1684
1684
|
this.t.bu = 0;
|
|
@@ -1730,9 +1730,9 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1730
1730
|
let f = 1 - this.u.bs;
|
|
1731
1731
|
b = ColorUtil.r(1, c, 1, 0.5);
|
|
1732
1732
|
a = ColorUtil.r(f, c, d, e);
|
|
1733
|
-
this.s.bx = BrushUtil.
|
|
1734
|
-
this.t.bx = BrushUtil.
|
|
1735
|
-
this.o.a8 = BrushUtil.
|
|
1733
|
+
this.s.bx = BrushUtil.j(b.l, b.o, b.n, b.m);
|
|
1734
|
+
this.t.bx = BrushUtil.j(a.l, a.o, a.n, a.m);
|
|
1735
|
+
this.o.a8 = BrushUtil.j(a.l, a.o, a.n, a.m);
|
|
1736
1736
|
this.d.bm(this.s.bs);
|
|
1737
1737
|
this.d.bn(0);
|
|
1738
1738
|
this.d.bo(this.s.bs, this.t.bs, 1 - this.t.bv);
|
|
@@ -1745,7 +1745,7 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1745
1745
|
let h = ColorUtil.k(a, false);
|
|
1746
1746
|
this.q.b7 = h;
|
|
1747
1747
|
}
|
|
1748
|
-
this.bx = BrushUtil.
|
|
1748
|
+
this.bx = BrushUtil.j(a.l, a.o, a.n, a.m);
|
|
1749
1749
|
this.bc(this.value);
|
|
1750
1750
|
}
|
|
1751
1751
|
au(a, b) {
|
|
@@ -1769,7 +1769,7 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1769
1769
|
bi() {
|
|
1770
1770
|
}
|
|
1771
1771
|
ax() {
|
|
1772
|
-
this.value = BrushUtil.
|
|
1772
|
+
this.value = BrushUtil.j(0, 0, 0, 0);
|
|
1773
1773
|
}
|
|
1774
1774
|
get b5() {
|
|
1775
1775
|
let a = ColorUtil.p(this.value);
|
|
@@ -390,7 +390,7 @@ export let XRipple = /*@__PURE__*/ (() => {
|
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
392
|
XRipple.$t = markType(XRipple, 'XRipple', Base.$, [INotifyPropertyChanged_$type]);
|
|
393
|
-
XRipple.au = BrushUtil.
|
|
394
|
-
XRipple.av = BrushUtil.
|
|
393
|
+
XRipple.au = BrushUtil.j(40, 0, 0, 0);
|
|
394
|
+
XRipple.av = BrushUtil.j(189, 0, 0, 0);
|
|
395
395
|
return XRipple;
|
|
396
396
|
})();
|
|
@@ -181,43 +181,46 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
181
181
|
}
|
|
182
182
|
break;
|
|
183
183
|
case 4:
|
|
184
|
-
d.
|
|
184
|
+
d.aw = c;
|
|
185
185
|
break;
|
|
186
186
|
case 32:
|
|
187
187
|
d.disabled = c;
|
|
188
188
|
break;
|
|
189
189
|
case 5:
|
|
190
|
-
d.
|
|
190
|
+
d.au = c;
|
|
191
191
|
break;
|
|
192
192
|
case 6:
|
|
193
|
-
d.
|
|
193
|
+
d.a2 = !c;
|
|
194
194
|
break;
|
|
195
195
|
case 24:
|
|
196
|
-
d.
|
|
196
|
+
d.qg = c;
|
|
197
197
|
break;
|
|
198
198
|
case 55:
|
|
199
|
-
d.
|
|
200
|
-
d.
|
|
201
|
-
d.
|
|
202
|
-
d.
|
|
199
|
+
d.bm = c.left;
|
|
200
|
+
d.bo = c.top;
|
|
201
|
+
d.bn = c.right;
|
|
202
|
+
d.bl = c.bottom;
|
|
203
203
|
break;
|
|
204
204
|
case 57:
|
|
205
|
-
d.
|
|
205
|
+
d.ay = c;
|
|
206
206
|
break;
|
|
207
207
|
case 56:
|
|
208
|
-
d.
|
|
208
|
+
d.av = c;
|
|
209
209
|
break;
|
|
210
210
|
case 58:
|
|
211
|
-
d.
|
|
211
|
+
d.at = c;
|
|
212
212
|
break;
|
|
213
213
|
case 17:
|
|
214
|
-
d.
|
|
214
|
+
d.k1 = c;
|
|
215
215
|
break;
|
|
216
216
|
case 11:
|
|
217
217
|
d.aa = c;
|
|
218
218
|
break;
|
|
219
|
-
case
|
|
220
|
-
d.
|
|
219
|
+
case 88:
|
|
220
|
+
d.by = c;
|
|
221
|
+
break;
|
|
222
|
+
case 59:
|
|
223
|
+
d.a5 = c;
|
|
221
224
|
break;
|
|
222
225
|
}
|
|
223
226
|
}
|
|
@@ -245,38 +248,39 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
245
248
|
case 0: return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
246
249
|
}
|
|
247
250
|
return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
248
|
-
case 4: return c.
|
|
251
|
+
case 4: return c.aw;
|
|
249
252
|
case 32: return c.disabled;
|
|
250
|
-
case 5: return c.
|
|
251
|
-
case 6: return !c.
|
|
252
|
-
case 24: return c.
|
|
253
|
-
case 55: return new Thickness(1, c.
|
|
254
|
-
case 57: return c.
|
|
255
|
-
case 56: return c.
|
|
256
|
-
case 58: return c.
|
|
257
|
-
case 17: return c.
|
|
258
|
-
case
|
|
253
|
+
case 5: return c.au;
|
|
254
|
+
case 6: return !c.a2;
|
|
255
|
+
case 24: return c.qg;
|
|
256
|
+
case 55: return new Thickness(1, c.bm, c.bo, c.bn, c.bl);
|
|
257
|
+
case 57: return c.ay;
|
|
258
|
+
case 56: return c.av;
|
|
259
|
+
case 58: return c.at;
|
|
260
|
+
case 17: return c.k1;
|
|
261
|
+
case 88: return c.by;
|
|
262
|
+
case 59: return c.a5;
|
|
259
263
|
}
|
|
260
264
|
return null;
|
|
261
265
|
}
|
|
262
266
|
setHorizontalContentAlignment(a, b) {
|
|
263
267
|
switch (b) {
|
|
264
268
|
case 1:
|
|
265
|
-
this.t.
|
|
269
|
+
this.t.le = 1;
|
|
266
270
|
break;
|
|
267
271
|
case 0:
|
|
268
|
-
this.t.
|
|
272
|
+
this.t.le = 0;
|
|
269
273
|
break;
|
|
270
274
|
case 2:
|
|
271
|
-
this.t.
|
|
275
|
+
this.t.le = 2;
|
|
272
276
|
break;
|
|
273
277
|
case 3:
|
|
274
|
-
this.t.
|
|
278
|
+
this.t.le = 3;
|
|
275
279
|
break;
|
|
276
280
|
}
|
|
277
281
|
}
|
|
278
282
|
getHorizontalContentAlignment(a) {
|
|
279
|
-
switch (this.t.
|
|
283
|
+
switch (this.t.le) {
|
|
280
284
|
case 1: return 1;
|
|
281
285
|
case 0: return 0;
|
|
282
286
|
case 2: return 2;
|
|
@@ -286,21 +290,21 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
286
290
|
setVerticalContentAlignment(a, b) {
|
|
287
291
|
switch (b) {
|
|
288
292
|
case 2:
|
|
289
|
-
this.t.
|
|
293
|
+
this.t.ri = 2;
|
|
290
294
|
break;
|
|
291
295
|
case 1:
|
|
292
|
-
this.t.
|
|
296
|
+
this.t.ri = 1;
|
|
293
297
|
break;
|
|
294
298
|
case 3:
|
|
295
|
-
this.t.
|
|
299
|
+
this.t.ri = 3;
|
|
296
300
|
break;
|
|
297
301
|
case 0:
|
|
298
|
-
this.t.
|
|
302
|
+
this.t.ri = 0;
|
|
299
303
|
break;
|
|
300
304
|
}
|
|
301
305
|
}
|
|
302
306
|
getVerticalContentAlignment(a) {
|
|
303
|
-
switch (this.t.
|
|
307
|
+
switch (this.t.ri) {
|
|
304
308
|
case 2: return 2;
|
|
305
309
|
case 1: return 1;
|
|
306
310
|
case 0: return 0;
|
|
@@ -308,7 +312,7 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
308
312
|
}
|
|
309
313
|
}
|
|
310
314
|
exportVisualData(a) {
|
|
311
|
-
return a.
|
|
315
|
+
return a.eb();
|
|
312
316
|
}
|
|
313
317
|
}
|
|
314
318
|
XButtonBridge.$t = markType(XButtonBridge, 'XButtonBridge', XComponentBridge.$);
|
|
@@ -80,7 +80,7 @@ export let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
80
80
|
}
|
|
81
81
|
return enumGetBox(NativeUIDisplayDensity_$type, e);
|
|
82
82
|
case 18: return enumGetBox(BaseControlTheme_$type, c.p);
|
|
83
|
-
case
|
|
83
|
+
case 87: return c.d;
|
|
84
84
|
case 0:
|
|
85
85
|
switch (c.i) {
|
|
86
86
|
case 0: return enumGetBox(NativeUIButtonGroupDisplayType_$type, 0);
|
|
@@ -120,7 +120,7 @@ export let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
120
120
|
case 18:
|
|
121
121
|
d.p = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
122
122
|
break;
|
|
123
|
-
case
|
|
123
|
+
case 87:
|
|
124
124
|
d.d = c;
|
|
125
125
|
break;
|
|
126
126
|
case 0:
|
|
@@ -52,10 +52,10 @@ export let XCheckboxBridge = /*@__PURE__*/ (() => {
|
|
|
52
52
|
case 7: return c.checked;
|
|
53
53
|
case 18: return enumGetBox(BaseControlTheme_$type, c.n);
|
|
54
54
|
case 17: return c.ar;
|
|
55
|
-
case
|
|
56
|
-
case
|
|
57
|
-
case
|
|
58
|
-
case
|
|
55
|
+
case 66: return c.dl;
|
|
56
|
+
case 68: return c.dm;
|
|
57
|
+
case 67: return c.dd;
|
|
58
|
+
case 69: return c.de;
|
|
59
59
|
}
|
|
60
60
|
return null;
|
|
61
61
|
}
|
|
@@ -74,16 +74,16 @@ export let XCheckboxBridge = /*@__PURE__*/ (() => {
|
|
|
74
74
|
case 17:
|
|
75
75
|
d.ar = c;
|
|
76
76
|
break;
|
|
77
|
-
case
|
|
77
|
+
case 66:
|
|
78
78
|
d.dl = c;
|
|
79
79
|
break;
|
|
80
|
-
case
|
|
80
|
+
case 68:
|
|
81
81
|
d.dm = c;
|
|
82
82
|
break;
|
|
83
|
-
case
|
|
83
|
+
case 67:
|
|
84
84
|
d.dd = c;
|
|
85
85
|
break;
|
|
86
|
-
case
|
|
86
|
+
case 69:
|
|
87
87
|
d.de = c;
|
|
88
88
|
break;
|
|
89
89
|
}
|
|
@@ -25,16 +25,16 @@ export let XIconBridge = /*@__PURE__*/ (() => {
|
|
|
25
25
|
switch (b) {
|
|
26
26
|
case 16: return this.v;
|
|
27
27
|
case 15: return this.u;
|
|
28
|
-
case 18: return enumGetBox(BaseControlTheme_$type, c.
|
|
29
|
-
case 44: return c.
|
|
30
|
-
case 45: return c.
|
|
31
|
-
case 46: return c.
|
|
32
|
-
case 47: return c.
|
|
33
|
-
case 48: return c.
|
|
34
|
-
case 49: return c.
|
|
35
|
-
case
|
|
36
|
-
case
|
|
37
|
-
case
|
|
28
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.m);
|
|
29
|
+
case 44: return c.aq;
|
|
30
|
+
case 45: return c.ar;
|
|
31
|
+
case 46: return c.as;
|
|
32
|
+
case 47: return c.ap;
|
|
33
|
+
case 48: return c.at;
|
|
34
|
+
case 49: return c.al;
|
|
35
|
+
case 63: return c.e;
|
|
36
|
+
case 64: return c.f;
|
|
37
|
+
case 65: return c.ao;
|
|
38
38
|
}
|
|
39
39
|
return super.getValue(a, b);
|
|
40
40
|
}
|
|
@@ -55,31 +55,31 @@ export let XIconBridge = /*@__PURE__*/ (() => {
|
|
|
55
55
|
}
|
|
56
56
|
break;
|
|
57
57
|
case 44:
|
|
58
|
-
d.
|
|
58
|
+
d.aq = c;
|
|
59
59
|
break;
|
|
60
60
|
case 45:
|
|
61
|
-
d.
|
|
61
|
+
d.ar = c;
|
|
62
62
|
break;
|
|
63
63
|
case 46:
|
|
64
|
-
d.
|
|
64
|
+
d.as = c;
|
|
65
65
|
break;
|
|
66
66
|
case 47:
|
|
67
|
-
d.
|
|
67
|
+
d.ap = c;
|
|
68
68
|
break;
|
|
69
69
|
case 48:
|
|
70
|
-
d.
|
|
70
|
+
d.at = c;
|
|
71
71
|
break;
|
|
72
72
|
case 49:
|
|
73
|
-
d.
|
|
73
|
+
d.al = c;
|
|
74
74
|
break;
|
|
75
|
-
case
|
|
75
|
+
case 63:
|
|
76
76
|
d.e = c;
|
|
77
77
|
break;
|
|
78
|
-
case
|
|
78
|
+
case 64:
|
|
79
79
|
d.f = c;
|
|
80
80
|
break;
|
|
81
|
-
case
|
|
82
|
-
d.
|
|
81
|
+
case 65:
|
|
82
|
+
d.ao = c;
|
|
83
83
|
break;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -93,6 +93,8 @@ export let XIconBridge = /*@__PURE__*/ (() => {
|
|
|
93
93
|
a.svg = null;
|
|
94
94
|
a.svgPath = null;
|
|
95
95
|
a.b = null;
|
|
96
|
+
a.bg = null;
|
|
97
|
+
a.a1 = null;
|
|
96
98
|
let b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
97
99
|
if (b != null) {
|
|
98
100
|
if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
@@ -110,16 +112,16 @@ export let XIconBridge = /*@__PURE__*/ (() => {
|
|
|
110
112
|
}
|
|
111
113
|
let d = SvgIconRegistry.instance.getDataURLString(this.u, this.v);
|
|
112
114
|
if (d != null) {
|
|
113
|
-
a.
|
|
115
|
+
a.bg = d;
|
|
114
116
|
return;
|
|
115
117
|
}
|
|
116
118
|
let e = SvgIconRegistry.instance.getIconSource(this.u, this.v);
|
|
117
119
|
if (e != null) {
|
|
118
|
-
a.
|
|
120
|
+
a.a1 = e;
|
|
119
121
|
}
|
|
120
122
|
}
|
|
121
123
|
exportVisualData(a) {
|
|
122
|
-
return a.
|
|
124
|
+
return a.a0();
|
|
123
125
|
}
|
|
124
126
|
}
|
|
125
127
|
XIconBridge.$t = markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
|