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
|
@@ -70,15 +70,15 @@ var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70
70
|
switch (b) {
|
|
71
71
|
case 12: return a.bg;
|
|
72
72
|
case 13: return a.bf;
|
|
73
|
-
case
|
|
74
|
-
case
|
|
73
|
+
case 97: return a.bv;
|
|
74
|
+
case 98: return a.bf;
|
|
75
75
|
case 14: return a.bl;
|
|
76
76
|
case 2: return a.thumbs._inner[0].s;
|
|
77
|
-
case
|
|
78
|
-
case
|
|
79
|
-
case
|
|
80
|
-
case
|
|
81
|
-
case
|
|
77
|
+
case 92: return a.b0;
|
|
78
|
+
case 93: return a.ek;
|
|
79
|
+
case 94: return a.es;
|
|
80
|
+
case 96: return a.eu;
|
|
81
|
+
case 95: return a.et;
|
|
82
82
|
case 30:
|
|
83
83
|
var c = a.e;
|
|
84
84
|
switch (c) {
|
|
@@ -118,10 +118,10 @@ var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
118
118
|
case 13:
|
|
119
119
|
a.bf = c;
|
|
120
120
|
break;
|
|
121
|
-
case
|
|
121
|
+
case 97:
|
|
122
122
|
a.bv = c;
|
|
123
123
|
break;
|
|
124
|
-
case
|
|
124
|
+
case 98:
|
|
125
125
|
a.bu = c;
|
|
126
126
|
break;
|
|
127
127
|
case 14:
|
|
@@ -130,19 +130,19 @@ var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
130
130
|
case 2:
|
|
131
131
|
a.thumbs._inner[0].s = c;
|
|
132
132
|
break;
|
|
133
|
-
case
|
|
133
|
+
case 92:
|
|
134
134
|
a.b0 = c;
|
|
135
135
|
break;
|
|
136
|
-
case
|
|
136
|
+
case 93:
|
|
137
137
|
a.ek = c;
|
|
138
138
|
break;
|
|
139
|
-
case
|
|
139
|
+
case 94:
|
|
140
140
|
a.es = c;
|
|
141
141
|
break;
|
|
142
|
-
case
|
|
142
|
+
case 96:
|
|
143
143
|
a.eu = c;
|
|
144
144
|
break;
|
|
145
|
-
case
|
|
145
|
+
case 95:
|
|
146
146
|
a.et = c;
|
|
147
147
|
break;
|
|
148
148
|
case 30:
|
|
@@ -159,7 +159,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
159
159
|
var e = c.getSubRenderer(d);
|
|
160
160
|
var f = new XButton();
|
|
161
161
|
f.provideContainer(e);
|
|
162
|
-
f.
|
|
162
|
+
f.fj = "none";
|
|
163
163
|
var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
164
164
|
var h = new XButtonBridge(f);
|
|
165
165
|
var i = new NativeUIButton();
|
|
@@ -237,7 +237,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
237
237
|
var l = new XButton();
|
|
238
238
|
l.provideContainer(k);
|
|
239
239
|
l.e = 4;
|
|
240
|
-
l.
|
|
240
|
+
l.fj = "none";
|
|
241
241
|
var m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
|
|
242
242
|
var n = new XButtonBridge(l);
|
|
243
243
|
var o = new NativeUIButton();
|
|
@@ -809,22 +809,22 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
809
809
|
_this.v = false;
|
|
810
810
|
_this.af = false;
|
|
811
811
|
_this.ad = false;
|
|
812
|
-
_this.cj = BrushUtil.
|
|
812
|
+
_this.cj = BrushUtil.j(0, 0, 0, 0);
|
|
813
813
|
_this.w = false;
|
|
814
814
|
_this.propertyChanged = null;
|
|
815
815
|
_this.valueChanged = null;
|
|
816
816
|
_this.valueChanging = null;
|
|
817
817
|
_this.s = null;
|
|
818
818
|
_this.a = null;
|
|
819
|
-
_this.cl = BrushUtil.
|
|
819
|
+
_this.cl = BrushUtil.j(255, 0, 0, 255);
|
|
820
820
|
_this.ar = "";
|
|
821
|
-
_this.ci = BrushUtil.
|
|
821
|
+
_this.ci = BrushUtil.j(255, 24, 29, 31);
|
|
822
822
|
_this.l = null;
|
|
823
823
|
_this.j = 2;
|
|
824
824
|
_this.h = 1;
|
|
825
825
|
_this.m = null;
|
|
826
|
-
_this.ck = BrushUtil.
|
|
827
|
-
_this.ch = BrushUtil.
|
|
826
|
+
_this.ck = BrushUtil.j(255, 24, 29, 31);
|
|
827
|
+
_this.ch = BrushUtil.j(255, 163, 172, 184);
|
|
828
828
|
_this.ac = true;
|
|
829
829
|
_this.u = true;
|
|
830
830
|
_this.ab = true;
|
|
@@ -1200,7 +1200,7 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1200
1200
|
if (this.q != null) {
|
|
1201
1201
|
this.q.b7 = "";
|
|
1202
1202
|
}
|
|
1203
|
-
this.value = BrushUtil.
|
|
1203
|
+
this.value = BrushUtil.j(0, 0, 0, 0);
|
|
1204
1204
|
this.d.ax();
|
|
1205
1205
|
this.z = false;
|
|
1206
1206
|
};
|
|
@@ -1229,7 +1229,7 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1229
1229
|
ColorEditor.prototype.b4 = function (a) {
|
|
1230
1230
|
if (this.q != null) {
|
|
1231
1231
|
var b = this.q.be();
|
|
1232
|
-
this.r.
|
|
1232
|
+
this.r.ce(b);
|
|
1233
1233
|
}
|
|
1234
1234
|
};
|
|
1235
1235
|
ColorEditor.prototype.bg = function () {
|
|
@@ -1244,21 +1244,21 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1244
1244
|
b.bn(d);
|
|
1245
1245
|
d.bn(e);
|
|
1246
1246
|
_this.g.l(c);
|
|
1247
|
-
b.
|
|
1248
|
-
b.
|
|
1249
|
-
b.
|
|
1250
|
-
b.
|
|
1247
|
+
b.ch = BrushUtil.j(255, 255, 255, 255);
|
|
1248
|
+
b.ca = 150;
|
|
1249
|
+
b.b8 = 8;
|
|
1250
|
+
b.cb = 4;
|
|
1251
1251
|
b.b1 = true;
|
|
1252
1252
|
_this.q = c;
|
|
1253
1253
|
_this.q.c = _this.i;
|
|
1254
1254
|
_this.q.bp = _this.k;
|
|
1255
1255
|
_this.q.b6 = ColorEditor.a5;
|
|
1256
|
-
_this.q.cc = BrushUtil.
|
|
1257
|
-
_this.q.cd = BrushUtil.
|
|
1256
|
+
_this.q.cc = BrushUtil.j(255, 255, 255, 255);
|
|
1257
|
+
_this.q.cd = BrushUtil.j(255, 0, 0, 0);
|
|
1258
1258
|
_this.q.bn = runOn(_this, _this.cc);
|
|
1259
1259
|
_this.q.n = runOn(_this, _this.bv);
|
|
1260
1260
|
_this.q.o = runOn(_this, _this.bx);
|
|
1261
|
-
_this.q.cb = BrushUtil.
|
|
1261
|
+
_this.q.cb = BrushUtil.j(255, 0, 0, 255);
|
|
1262
1262
|
_this.r = b;
|
|
1263
1263
|
_this.d = _this.g.c(f);
|
|
1264
1264
|
_this.d.value = _this.value;
|
|
@@ -1347,13 +1347,13 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1347
1347
|
ColorEditor.prototype.cb = function (a, b) {
|
|
1348
1348
|
{
|
|
1349
1349
|
var c = this.g.r(true);
|
|
1350
|
-
this.r.
|
|
1350
|
+
this.r.cf(c, a, b);
|
|
1351
1351
|
}
|
|
1352
1352
|
};
|
|
1353
1353
|
ColorEditor.prototype.bf = function () {
|
|
1354
1354
|
var _this = this;
|
|
1355
1355
|
if (this.r != null) {
|
|
1356
|
-
this.a.executeDelayed(function () { return _this.r.
|
|
1356
|
+
this.a.executeDelayed(function () { return _this.r.cc(); }, 0);
|
|
1357
1357
|
}
|
|
1358
1358
|
if (this.d != null) {
|
|
1359
1359
|
this.d.bg();
|
|
@@ -1438,23 +1438,23 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1438
1438
|
function ColorEditorPanel() {
|
|
1439
1439
|
var _this = _super.call(this) || this;
|
|
1440
1440
|
_this.d = null;
|
|
1441
|
-
_this.bv = BrushUtil.
|
|
1441
|
+
_this.bv = BrushUtil.j(0, 0, 0, 0);
|
|
1442
1442
|
_this.bo = null;
|
|
1443
|
-
_this.bs = BrushUtil.
|
|
1443
|
+
_this.bs = BrushUtil.j(0, 0, 0, 0);
|
|
1444
1444
|
_this.propertyChanged = null;
|
|
1445
1445
|
_this.closed = null;
|
|
1446
1446
|
_this.valueChanged = null;
|
|
1447
1447
|
_this.valueChanging = null;
|
|
1448
1448
|
_this.v = null;
|
|
1449
|
-
_this.bx = BrushUtil.
|
|
1449
|
+
_this.bx = BrushUtil.j(255, 0, 0, 255);
|
|
1450
1450
|
_this.g = 3;
|
|
1451
1451
|
_this.e = 1;
|
|
1452
|
-
_this.bp = BrushUtil.
|
|
1453
|
-
_this.bt = BrushUtil.
|
|
1454
|
-
_this.bu = BrushUtil.
|
|
1455
|
-
_this.bq = BrushUtil.
|
|
1456
|
-
_this.br = BrushUtil.
|
|
1457
|
-
_this.bw = BrushUtil.
|
|
1452
|
+
_this.bp = BrushUtil.j(0, 255, 255, 255);
|
|
1453
|
+
_this.bt = BrushUtil.j(255, 33, 150, 243);
|
|
1454
|
+
_this.bu = BrushUtil.j(255, 21, 112, 184);
|
|
1455
|
+
_this.bq = BrushUtil.j(76, 33, 150, 243);
|
|
1456
|
+
_this.br = BrushUtil.j(50, 186, 191, 199);
|
|
1457
|
+
_this.bw = BrushUtil.j(255, 24, 29, 31);
|
|
1458
1458
|
_this.i = null;
|
|
1459
1459
|
_this.n = null;
|
|
1460
1460
|
_this.s = null;
|
|
@@ -1473,7 +1473,7 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1473
1473
|
_this.x = false;
|
|
1474
1474
|
NativeUIInputsFactory.n();
|
|
1475
1475
|
NativeUIXInputsFactory.m();
|
|
1476
|
-
_this.bo = BrushUtil.
|
|
1476
|
+
_this.bo = BrushUtil.j(0, 0, 0, 0);
|
|
1477
1477
|
var a = new ColorEditorPanelView();
|
|
1478
1478
|
a.a = _this;
|
|
1479
1479
|
_this.d = a;
|
|
@@ -1756,21 +1756,21 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1756
1756
|
e.bk = 2;
|
|
1757
1757
|
i.bk = 0;
|
|
1758
1758
|
g.bk = 1;
|
|
1759
|
-
e.bw = BrushUtil.
|
|
1760
|
-
i.bw = BrushUtil.
|
|
1761
|
-
g.bw = BrushUtil.
|
|
1759
|
+
e.bw = BrushUtil.j(0, 0, 0, 0);
|
|
1760
|
+
i.bw = BrushUtil.j(0, 0, 0, 0);
|
|
1761
|
+
g.bw = BrushUtil.j(0, 0, 0, 0);
|
|
1762
1762
|
g.bh = new Thickness(1, 0, 5, 5, 0);
|
|
1763
1763
|
f.bh = new Thickness(1, 0, 5, 5, 0);
|
|
1764
|
-
l.
|
|
1764
|
+
l.bz = "Ok";
|
|
1765
1765
|
l.c = _this.f;
|
|
1766
|
-
m.
|
|
1766
|
+
m.bz = "Cancel";
|
|
1767
1767
|
m.c = _this.f;
|
|
1768
1768
|
i.bh = new Thickness(1, 5, 0, 5, 2);
|
|
1769
1769
|
h.bh = new Thickness(1, 5, 0, 5, 2);
|
|
1770
1770
|
e.bh = new Thickness(1, 5, 5, 5, 0);
|
|
1771
1771
|
d.bh = new Thickness(1, 5, 5, 5, 0);
|
|
1772
1772
|
p.bh = new Thickness(1, 5, 16, 0, 11);
|
|
1773
|
-
p.a8 = BrushUtil.
|
|
1773
|
+
p.a8 = BrushUtil.j(255, 255, 0, 0);
|
|
1774
1774
|
c.cc(p, 0);
|
|
1775
1775
|
c.ca(p, 0);
|
|
1776
1776
|
c.bn(p);
|
|
@@ -1853,12 +1853,12 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1853
1853
|
_this.q = o;
|
|
1854
1854
|
_this.s.bq = 0;
|
|
1855
1855
|
_this.s.bp = 360;
|
|
1856
|
-
_this.s.by = BrushUtil.
|
|
1857
|
-
_this.s.bz = BrushUtil.
|
|
1856
|
+
_this.s.by = BrushUtil.j(255, 255, 255, 255);
|
|
1857
|
+
_this.s.bz = BrushUtil.j(255, 255, 255, 255);
|
|
1858
1858
|
_this.u.bq = 0;
|
|
1859
1859
|
_this.u.bp = 1;
|
|
1860
|
-
_this.t.by = BrushUtil.
|
|
1861
|
-
_this.t.bz = BrushUtil.
|
|
1860
|
+
_this.t.by = BrushUtil.j(255, 155, 155, 155);
|
|
1861
|
+
_this.t.bz = BrushUtil.j(255, 255, 255, 255);
|
|
1862
1862
|
_this.t.bq = 0;
|
|
1863
1863
|
_this.t.bp = 1;
|
|
1864
1864
|
_this.t.bu = 0;
|
|
@@ -1911,9 +1911,9 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1911
1911
|
var f = 1 - this.u.bs;
|
|
1912
1912
|
b = ColorUtil.r(1, c, 1, 0.5);
|
|
1913
1913
|
a = ColorUtil.r(f, c, d, e);
|
|
1914
|
-
this.s.bx = BrushUtil.
|
|
1915
|
-
this.t.bx = BrushUtil.
|
|
1916
|
-
this.o.a8 = BrushUtil.
|
|
1914
|
+
this.s.bx = BrushUtil.j(b.l, b.o, b.n, b.m);
|
|
1915
|
+
this.t.bx = BrushUtil.j(a.l, a.o, a.n, a.m);
|
|
1916
|
+
this.o.a8 = BrushUtil.j(a.l, a.o, a.n, a.m);
|
|
1917
1917
|
this.d.bm(this.s.bs);
|
|
1918
1918
|
this.d.bn(0);
|
|
1919
1919
|
this.d.bo(this.s.bs, this.t.bs, 1 - this.t.bv);
|
|
@@ -1926,7 +1926,7 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1926
1926
|
var h = ColorUtil.k(a, false);
|
|
1927
1927
|
this.q.b7 = h;
|
|
1928
1928
|
}
|
|
1929
|
-
this.bx = BrushUtil.
|
|
1929
|
+
this.bx = BrushUtil.j(a.l, a.o, a.n, a.m);
|
|
1930
1930
|
this.bc(this.value);
|
|
1931
1931
|
};
|
|
1932
1932
|
ColorEditorPanel.prototype.au = function (a, b) {
|
|
@@ -1950,7 +1950,7 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1950
1950
|
ColorEditorPanel.prototype.bi = function () {
|
|
1951
1951
|
};
|
|
1952
1952
|
ColorEditorPanel.prototype.ax = function () {
|
|
1953
|
-
this.value = BrushUtil.
|
|
1953
|
+
this.value = BrushUtil.j(0, 0, 0, 0);
|
|
1954
1954
|
};
|
|
1955
1955
|
Object.defineProperty(ColorEditorPanel.prototype, "b5", {
|
|
1956
1956
|
get: function () {
|
|
@@ -484,8 +484,8 @@ var XRipple = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
484
484
|
this.c.t(a);
|
|
485
485
|
};
|
|
486
486
|
XRipple.$t = markType(XRipple, 'XRipple', Base.$, [INotifyPropertyChanged_$type]);
|
|
487
|
-
XRipple.au = BrushUtil.
|
|
488
|
-
XRipple.av = BrushUtil.
|
|
487
|
+
XRipple.au = BrushUtil.j(40, 0, 0, 0);
|
|
488
|
+
XRipple.av = BrushUtil.j(189, 0, 0, 0);
|
|
489
489
|
return XRipple;
|
|
490
490
|
}(Base));
|
|
491
491
|
export { XRipple };
|
|
@@ -183,43 +183,46 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
183
183
|
}
|
|
184
184
|
break;
|
|
185
185
|
case 4:
|
|
186
|
-
d.
|
|
186
|
+
d.aw = c;
|
|
187
187
|
break;
|
|
188
188
|
case 32:
|
|
189
189
|
d.disabled = c;
|
|
190
190
|
break;
|
|
191
191
|
case 5:
|
|
192
|
-
d.
|
|
192
|
+
d.au = c;
|
|
193
193
|
break;
|
|
194
194
|
case 6:
|
|
195
|
-
d.
|
|
195
|
+
d.a2 = !c;
|
|
196
196
|
break;
|
|
197
197
|
case 24:
|
|
198
|
-
d.
|
|
198
|
+
d.qg = c;
|
|
199
199
|
break;
|
|
200
200
|
case 55:
|
|
201
|
-
d.
|
|
202
|
-
d.
|
|
203
|
-
d.
|
|
204
|
-
d.
|
|
201
|
+
d.bm = c.left;
|
|
202
|
+
d.bo = c.top;
|
|
203
|
+
d.bn = c.right;
|
|
204
|
+
d.bl = c.bottom;
|
|
205
205
|
break;
|
|
206
206
|
case 57:
|
|
207
|
-
d.
|
|
207
|
+
d.ay = c;
|
|
208
208
|
break;
|
|
209
209
|
case 56:
|
|
210
|
-
d.
|
|
210
|
+
d.av = c;
|
|
211
211
|
break;
|
|
212
212
|
case 58:
|
|
213
|
-
d.
|
|
213
|
+
d.at = c;
|
|
214
214
|
break;
|
|
215
215
|
case 17:
|
|
216
|
-
d.
|
|
216
|
+
d.k1 = c;
|
|
217
217
|
break;
|
|
218
218
|
case 11:
|
|
219
219
|
d.aa = c;
|
|
220
220
|
break;
|
|
221
|
-
case
|
|
222
|
-
d.
|
|
221
|
+
case 88:
|
|
222
|
+
d.by = c;
|
|
223
|
+
break;
|
|
224
|
+
case 59:
|
|
225
|
+
d.a5 = c;
|
|
223
226
|
break;
|
|
224
227
|
}
|
|
225
228
|
};
|
|
@@ -247,38 +250,39 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
247
250
|
case 0: return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
248
251
|
}
|
|
249
252
|
return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
250
|
-
case 4: return c.
|
|
253
|
+
case 4: return c.aw;
|
|
251
254
|
case 32: return c.disabled;
|
|
252
|
-
case 5: return c.
|
|
253
|
-
case 6: return !c.
|
|
254
|
-
case 24: return c.
|
|
255
|
-
case 55: return new Thickness(1, c.
|
|
256
|
-
case 57: return c.
|
|
257
|
-
case 56: return c.
|
|
258
|
-
case 58: return c.
|
|
259
|
-
case 17: return c.
|
|
260
|
-
case
|
|
255
|
+
case 5: return c.au;
|
|
256
|
+
case 6: return !c.a2;
|
|
257
|
+
case 24: return c.qg;
|
|
258
|
+
case 55: return new Thickness(1, c.bm, c.bo, c.bn, c.bl);
|
|
259
|
+
case 57: return c.ay;
|
|
260
|
+
case 56: return c.av;
|
|
261
|
+
case 58: return c.at;
|
|
262
|
+
case 17: return c.k1;
|
|
263
|
+
case 88: return c.by;
|
|
264
|
+
case 59: return c.a5;
|
|
261
265
|
}
|
|
262
266
|
return null;
|
|
263
267
|
};
|
|
264
268
|
XButtonBridge.prototype.setHorizontalContentAlignment = function (a, b) {
|
|
265
269
|
switch (b) {
|
|
266
270
|
case 1:
|
|
267
|
-
this.t.
|
|
271
|
+
this.t.le = 1;
|
|
268
272
|
break;
|
|
269
273
|
case 0:
|
|
270
|
-
this.t.
|
|
274
|
+
this.t.le = 0;
|
|
271
275
|
break;
|
|
272
276
|
case 2:
|
|
273
|
-
this.t.
|
|
277
|
+
this.t.le = 2;
|
|
274
278
|
break;
|
|
275
279
|
case 3:
|
|
276
|
-
this.t.
|
|
280
|
+
this.t.le = 3;
|
|
277
281
|
break;
|
|
278
282
|
}
|
|
279
283
|
};
|
|
280
284
|
XButtonBridge.prototype.getHorizontalContentAlignment = function (a) {
|
|
281
|
-
switch (this.t.
|
|
285
|
+
switch (this.t.le) {
|
|
282
286
|
case 1: return 1;
|
|
283
287
|
case 0: return 0;
|
|
284
288
|
case 2: return 2;
|
|
@@ -288,21 +292,21 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
288
292
|
XButtonBridge.prototype.setVerticalContentAlignment = function (a, b) {
|
|
289
293
|
switch (b) {
|
|
290
294
|
case 2:
|
|
291
|
-
this.t.
|
|
295
|
+
this.t.ri = 2;
|
|
292
296
|
break;
|
|
293
297
|
case 1:
|
|
294
|
-
this.t.
|
|
298
|
+
this.t.ri = 1;
|
|
295
299
|
break;
|
|
296
300
|
case 3:
|
|
297
|
-
this.t.
|
|
301
|
+
this.t.ri = 3;
|
|
298
302
|
break;
|
|
299
303
|
case 0:
|
|
300
|
-
this.t.
|
|
304
|
+
this.t.ri = 0;
|
|
301
305
|
break;
|
|
302
306
|
}
|
|
303
307
|
};
|
|
304
308
|
XButtonBridge.prototype.getVerticalContentAlignment = function (a) {
|
|
305
|
-
switch (this.t.
|
|
309
|
+
switch (this.t.ri) {
|
|
306
310
|
case 2: return 2;
|
|
307
311
|
case 1: return 1;
|
|
308
312
|
case 0: return 0;
|
|
@@ -310,7 +314,7 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
310
314
|
}
|
|
311
315
|
};
|
|
312
316
|
XButtonBridge.prototype.exportVisualData = function (a) {
|
|
313
|
-
return a.
|
|
317
|
+
return a.eb();
|
|
314
318
|
};
|
|
315
319
|
XButtonBridge.$t = markType(XButtonBridge, 'XButtonBridge', XComponentBridge.$);
|
|
316
320
|
return XButtonBridge;
|
|
@@ -82,7 +82,7 @@ var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
82
|
}
|
|
83
83
|
return enumGetBox(NativeUIDisplayDensity_$type, e);
|
|
84
84
|
case 18: return enumGetBox(BaseControlTheme_$type, c.p);
|
|
85
|
-
case
|
|
85
|
+
case 87: return c.d;
|
|
86
86
|
case 0:
|
|
87
87
|
switch (c.i) {
|
|
88
88
|
case 0: return enumGetBox(NativeUIButtonGroupDisplayType_$type, 0);
|
|
@@ -122,7 +122,7 @@ var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
122
122
|
case 18:
|
|
123
123
|
d.p = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
124
124
|
break;
|
|
125
|
-
case
|
|
125
|
+
case 87:
|
|
126
126
|
d.d = c;
|
|
127
127
|
break;
|
|
128
128
|
case 0:
|
|
@@ -54,10 +54,10 @@ var XCheckboxBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
54
54
|
case 7: return c.checked;
|
|
55
55
|
case 18: return enumGetBox(BaseControlTheme_$type, c.n);
|
|
56
56
|
case 17: return c.ar;
|
|
57
|
-
case
|
|
58
|
-
case
|
|
59
|
-
case
|
|
60
|
-
case
|
|
57
|
+
case 66: return c.dl;
|
|
58
|
+
case 68: return c.dm;
|
|
59
|
+
case 67: return c.dd;
|
|
60
|
+
case 69: return c.de;
|
|
61
61
|
}
|
|
62
62
|
return null;
|
|
63
63
|
};
|
|
@@ -76,16 +76,16 @@ var XCheckboxBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
76
76
|
case 17:
|
|
77
77
|
d.ar = c;
|
|
78
78
|
break;
|
|
79
|
-
case
|
|
79
|
+
case 66:
|
|
80
80
|
d.dl = c;
|
|
81
81
|
break;
|
|
82
|
-
case
|
|
82
|
+
case 68:
|
|
83
83
|
d.dm = c;
|
|
84
84
|
break;
|
|
85
|
-
case
|
|
85
|
+
case 67:
|
|
86
86
|
d.dd = c;
|
|
87
87
|
break;
|
|
88
|
-
case
|
|
88
|
+
case 69:
|
|
89
89
|
d.de = c;
|
|
90
90
|
break;
|
|
91
91
|
}
|
|
@@ -47,7 +47,7 @@ var XComponentBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47
47
|
};
|
|
48
48
|
XComponentBridge.prototype.getTargetForBuildInProperty = function (a, b) {
|
|
49
49
|
switch (b) {
|
|
50
|
-
case
|
|
50
|
+
case 108: return a;
|
|
51
51
|
}
|
|
52
52
|
return this.s != null ? this.s : a;
|
|
53
53
|
};
|
package/esm5/lib/XIconBridge.js
CHANGED
|
@@ -27,16 +27,16 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27
27
|
switch (b) {
|
|
28
28
|
case 16: return this.v;
|
|
29
29
|
case 15: return this.u;
|
|
30
|
-
case 18: return enumGetBox(BaseControlTheme_$type, c.
|
|
31
|
-
case 44: return c.
|
|
32
|
-
case 45: return c.
|
|
33
|
-
case 46: return c.
|
|
34
|
-
case 47: return c.
|
|
35
|
-
case 48: return c.
|
|
36
|
-
case 49: return c.
|
|
37
|
-
case
|
|
38
|
-
case
|
|
39
|
-
case
|
|
30
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.m);
|
|
31
|
+
case 44: return c.aq;
|
|
32
|
+
case 45: return c.ar;
|
|
33
|
+
case 46: return c.as;
|
|
34
|
+
case 47: return c.ap;
|
|
35
|
+
case 48: return c.at;
|
|
36
|
+
case 49: return c.al;
|
|
37
|
+
case 63: return c.e;
|
|
38
|
+
case 64: return c.f;
|
|
39
|
+
case 65: return c.ao;
|
|
40
40
|
}
|
|
41
41
|
return _super.prototype.getValue.call(this, a, b);
|
|
42
42
|
};
|
|
@@ -57,31 +57,31 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
57
57
|
}
|
|
58
58
|
break;
|
|
59
59
|
case 44:
|
|
60
|
-
d.
|
|
60
|
+
d.aq = c;
|
|
61
61
|
break;
|
|
62
62
|
case 45:
|
|
63
|
-
d.
|
|
63
|
+
d.ar = c;
|
|
64
64
|
break;
|
|
65
65
|
case 46:
|
|
66
|
-
d.
|
|
66
|
+
d.as = c;
|
|
67
67
|
break;
|
|
68
68
|
case 47:
|
|
69
|
-
d.
|
|
69
|
+
d.ap = c;
|
|
70
70
|
break;
|
|
71
71
|
case 48:
|
|
72
|
-
d.
|
|
72
|
+
d.at = c;
|
|
73
73
|
break;
|
|
74
74
|
case 49:
|
|
75
|
-
d.
|
|
75
|
+
d.al = c;
|
|
76
76
|
break;
|
|
77
|
-
case
|
|
77
|
+
case 63:
|
|
78
78
|
d.e = c;
|
|
79
79
|
break;
|
|
80
|
-
case
|
|
80
|
+
case 64:
|
|
81
81
|
d.f = c;
|
|
82
82
|
break;
|
|
83
|
-
case
|
|
84
|
-
d.
|
|
83
|
+
case 65:
|
|
84
|
+
d.ao = c;
|
|
85
85
|
break;
|
|
86
86
|
}
|
|
87
87
|
};
|
|
@@ -95,6 +95,8 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
95
|
a.svg = null;
|
|
96
96
|
a.svgPath = null;
|
|
97
97
|
a.b = null;
|
|
98
|
+
a.bg = null;
|
|
99
|
+
a.a1 = null;
|
|
98
100
|
var b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
99
101
|
if (b != null) {
|
|
100
102
|
if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
@@ -112,16 +114,16 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
112
114
|
}
|
|
113
115
|
var d = SvgIconRegistry.instance.getDataURLString(this.u, this.v);
|
|
114
116
|
if (d != null) {
|
|
115
|
-
a.
|
|
117
|
+
a.bg = d;
|
|
116
118
|
return;
|
|
117
119
|
}
|
|
118
120
|
var e = SvgIconRegistry.instance.getIconSource(this.u, this.v);
|
|
119
121
|
if (e != null) {
|
|
120
|
-
a.
|
|
122
|
+
a.a1 = e;
|
|
121
123
|
}
|
|
122
124
|
};
|
|
123
125
|
XIconBridge.prototype.exportVisualData = function (a) {
|
|
124
|
-
return a.
|
|
126
|
+
return a.a0();
|
|
125
127
|
};
|
|
126
128
|
XIconBridge.$t = markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
|
|
127
129
|
return XIconBridge;
|