igniteui-webcomponents-inputs 7.1.0-alpha.1 → 7.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-inputs.umd.js +636 -467
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonView_combined.js +21 -21
- package/esm2015/lib/CalendarView_combined.js +3 -3
- package/esm2015/lib/CheckboxView_combined.js +23 -23
- package/esm2015/lib/IconView_combined.js +163 -163
- package/esm2015/lib/InputGroupView_combined.js +31 -31
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/MultiSliderView_combined.js +10 -10
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +38 -38
- package/esm2015/lib/RippleView_combined.js +1 -1
- package/esm2015/lib/XButtonBridge.js +18 -18
- package/esm2015/lib/XButtonGroupBridge.js +6 -6
- package/esm2015/lib/XCheckboxBridge.js +8 -8
- package/esm2015/lib/XComponentBridge.js +4 -3
- package/esm2015/lib/XIconBridge.js +23 -23
- package/esm2015/lib/XIconButtonBridge.js +5 -5
- package/esm2015/lib/XInputBridge.js +18 -18
- package/esm2015/lib/XPopupBridge.js +23 -23
- package/esm2015/lib/igc-multi-slider-thumb-collection.js +7 -7
- package/esm2015/lib/igc-multi-slider-thumb-component.js +271 -0
- package/esm2015/lib/igc-multi-slider-thumb-module.js +16 -0
- package/esm2015/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm2015/lib/igc-multi-slider-track-thumb-range.js +5 -15
- package/esm2015/lib/igc-x-icon-component.js +10 -10
- package/esm2015/public_api.js +2 -1
- package/esm5/lib/ButtonView_combined.js +21 -21
- package/esm5/lib/CalendarView_combined.js +3 -3
- package/esm5/lib/CheckboxView_combined.js +23 -23
- package/esm5/lib/IconView_combined.js +158 -158
- package/esm5/lib/InputGroupView_combined.js +31 -31
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/MultiSliderView_combined.js +10 -10
- package/esm5/lib/NativeUIXInputsFactory_combined.js +38 -38
- package/esm5/lib/RippleView_combined.js +1 -1
- package/esm5/lib/XButtonBridge.js +18 -18
- package/esm5/lib/XButtonGroupBridge.js +6 -6
- package/esm5/lib/XCheckboxBridge.js +8 -8
- package/esm5/lib/XComponentBridge.js +4 -3
- package/esm5/lib/XIconBridge.js +23 -23
- package/esm5/lib/XIconButtonBridge.js +5 -5
- package/esm5/lib/XInputBridge.js +18 -18
- package/esm5/lib/XPopupBridge.js +23 -23
- package/esm5/lib/igc-multi-slider-thumb-collection.js +7 -7
- package/esm5/lib/igc-multi-slider-thumb-component.js +300 -0
- package/esm5/lib/igc-multi-slider-thumb-module.js +20 -0
- package/esm5/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm5/lib/igc-multi-slider-track-thumb-range.js +5 -15
- package/esm5/lib/igc-x-icon-component.js +10 -10
- package/esm5/public_api.js +2 -1
- package/fesm2015/igniteui-webcomponents-inputs.js +692 -534
- package/fesm5/igniteui-webcomponents-inputs.js +635 -467
- package/lib/IconView_combined.d.ts +33 -34
- package/lib/MultiSliderView_combined.d.ts +1 -1
- package/lib/igc-multi-slider-thumb-collection.d.ts +4 -4
- package/lib/igc-multi-slider-thumb-component.d.ts +53 -0
- package/lib/igc-multi-slider-thumb-module.d.ts +3 -0
- package/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
- package/lib/igc-multi-slider-track-thumb-range.d.ts +5 -5
- package/package.json +2 -2
- package/public_api.d.ts +2 -1
- package/esm2015/lib/igc-multi-slider-thumb.js +0 -109
- package/esm5/lib/igc-multi-slider-thumb.js +0 -132
- package/lib/igc-multi-slider-thumb.d.ts +0 -27
|
@@ -173,7 +173,7 @@ var RippleView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
173
173
|
d.setStyleProperty("pointer-events", "none");
|
|
174
174
|
d.setStyleProperty("border-radius", c + "px");
|
|
175
175
|
d.setStyleProperty("opacity", ".5");
|
|
176
|
-
NativeUI.
|
|
176
|
+
NativeUI.ai(d, ((function () {
|
|
177
177
|
var $ret = new ScaleTransform();
|
|
178
178
|
$ret.l = 0.3;
|
|
179
179
|
$ret.m = 0.3;
|
|
@@ -1539,7 +1539,7 @@ var ButtonView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1539
1539
|
this.o.setStyleProperty("white-space", "no-wrap");
|
|
1540
1540
|
this.o.setStyleProperty("color", "#000");
|
|
1541
1541
|
this.o.setStyleProperty("background", this.c.nt._fill);
|
|
1542
|
-
NativeUI.
|
|
1542
|
+
NativeUI.p(this.o, this.c.k4);
|
|
1543
1543
|
this.o.setAttribute("id", this.c.hz);
|
|
1544
1544
|
this.ay();
|
|
1545
1545
|
this.i.add(c.listen("change", runOn(this, this.aa)));
|
|
@@ -2630,10 +2630,10 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2630
2630
|
if (a == null) {
|
|
2631
2631
|
return;
|
|
2632
2632
|
}
|
|
2633
|
-
NativeUI.
|
|
2634
|
-
NativeUI.
|
|
2633
|
+
NativeUI.p(a, this.k4);
|
|
2634
|
+
NativeUI.o(a, this.nu);
|
|
2635
2635
|
if (!isNaN_(this.bk)) {
|
|
2636
|
-
NativeUI.
|
|
2636
|
+
NativeUI.q(a, new Thickness(0, this.bk));
|
|
2637
2637
|
}
|
|
2638
2638
|
if (this.disabled) {
|
|
2639
2639
|
this.view.a0(this.cv, this.v);
|
|
@@ -2650,17 +2650,17 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2650
2650
|
}
|
|
2651
2651
|
}
|
|
2652
2652
|
if (this.disabled) {
|
|
2653
|
-
NativeUI.
|
|
2653
|
+
NativeUI.n(a, this.nv);
|
|
2654
2654
|
}
|
|
2655
2655
|
else if (this.focused && this.a3) {
|
|
2656
|
-
NativeUI.
|
|
2656
|
+
NativeUI.n(a, this.ny);
|
|
2657
2657
|
}
|
|
2658
2658
|
else {
|
|
2659
2659
|
if (this.a4 && !this.av) {
|
|
2660
|
-
NativeUI.
|
|
2660
|
+
NativeUI.n(a, this.n0);
|
|
2661
2661
|
}
|
|
2662
2662
|
else {
|
|
2663
|
-
NativeUI.
|
|
2663
|
+
NativeUI.n(a, this.nt);
|
|
2664
2664
|
}
|
|
2665
2665
|
}
|
|
2666
2666
|
this.view.az(this.n3, BrushUtil.l(0, 0, 0, 0));
|
|
@@ -2668,21 +2668,21 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2668
2668
|
this.view.a2(this.ab);
|
|
2669
2669
|
}
|
|
2670
2670
|
if (this.disabled) {
|
|
2671
|
-
NativeUI.q(this.view.t, this.nx);
|
|
2672
2671
|
NativeUI.r(this.view.t, this.nx);
|
|
2672
|
+
NativeUI.t(this.view.t, this.nx);
|
|
2673
2673
|
}
|
|
2674
2674
|
else if (this.focused && this.a3) {
|
|
2675
|
-
NativeUI.q(this.view.t, this.nz);
|
|
2676
2675
|
NativeUI.r(this.view.t, this.nz);
|
|
2676
|
+
NativeUI.t(this.view.t, this.nz);
|
|
2677
2677
|
}
|
|
2678
2678
|
else {
|
|
2679
2679
|
if (this.a4 && !this.av) {
|
|
2680
|
-
NativeUI.q(this.view.t, this.n1);
|
|
2681
2680
|
NativeUI.r(this.view.t, this.n1);
|
|
2681
|
+
NativeUI.t(this.view.t, this.n1);
|
|
2682
2682
|
}
|
|
2683
2683
|
else {
|
|
2684
|
-
NativeUI.q(this.view.t, this.n4);
|
|
2685
2684
|
NativeUI.r(this.view.t, this.n4);
|
|
2685
|
+
NativeUI.t(this.view.t, this.n4);
|
|
2686
2686
|
}
|
|
2687
2687
|
}
|
|
2688
2688
|
};
|
|
@@ -5080,16 +5080,16 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5080
5080
|
c.p = e[1];
|
|
5081
5081
|
c.h = this.o;
|
|
5082
5082
|
c.i = this.r;
|
|
5083
|
-
c.c = AppearanceHelper.a(NativeUI.
|
|
5083
|
+
c.c = AppearanceHelper.a(NativeUI.an(a));
|
|
5084
5084
|
c.g = AppearanceHelper.a(this.n5);
|
|
5085
5085
|
c.d = AppearanceHelper.a(this.n2);
|
|
5086
5086
|
c.a = AppearanceHelper.a(this.ns);
|
|
5087
5087
|
c.u = this.cy;
|
|
5088
5088
|
c.e = AppearanceHelper.a(this.n3);
|
|
5089
5089
|
c.ag = this.k4;
|
|
5090
|
-
c.b = AppearanceHelper.a(NativeUI.
|
|
5090
|
+
c.b = AppearanceHelper.a(NativeUI.am(a));
|
|
5091
5091
|
c.j = this.v;
|
|
5092
|
-
c.f = AppearanceHelper.a(NativeUI.
|
|
5092
|
+
c.f = AppearanceHelper.a(NativeUI.ao(b));
|
|
5093
5093
|
c.o = this.bk;
|
|
5094
5094
|
c.x = this.f1;
|
|
5095
5095
|
c.y = this.g5;
|
|
@@ -5458,9 +5458,9 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5458
5458
|
})()));
|
|
5459
5459
|
XButton.k = new Theme(1, ((function () {
|
|
5460
5460
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
5461
|
-
$ret.addItem("UmbraShadowColor", BrushUtil.l(
|
|
5462
|
-
$ret.addItem("PenumbraShadowColor", BrushUtil.l(
|
|
5463
|
-
$ret.addItem("AmbientShadowColor", BrushUtil.l(
|
|
5461
|
+
$ret.addItem("UmbraShadowColor", BrushUtil.l(0, 0, 0, 0));
|
|
5462
|
+
$ret.addItem("PenumbraShadowColor", BrushUtil.l(0, 0, 0, 0));
|
|
5463
|
+
$ret.addItem("AmbientShadowColor", BrushUtil.l(0, 0, 0, 0));
|
|
5464
5464
|
$ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
|
|
5465
5465
|
return $ret;
|
|
5466
5466
|
})()), ((function () {
|
|
@@ -5617,9 +5617,9 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5617
5617
|
})()));
|
|
5618
5618
|
XButton.j = new Theme(1, ((function () {
|
|
5619
5619
|
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
5620
|
-
$ret.addItem("UmbraShadowColor", BrushUtil.l(
|
|
5621
|
-
$ret.addItem("PenumbraShadowColor", BrushUtil.l(
|
|
5622
|
-
$ret.addItem("AmbientShadowColor", BrushUtil.l(
|
|
5620
|
+
$ret.addItem("UmbraShadowColor", BrushUtil.l(0, 0, 0, 0));
|
|
5621
|
+
$ret.addItem("PenumbraShadowColor", BrushUtil.l(0, 0, 0, 0));
|
|
5622
|
+
$ret.addItem("AmbientShadowColor", BrushUtil.l(0, 0, 0, 0));
|
|
5623
5623
|
$ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
|
|
5624
5624
|
return $ret;
|
|
5625
5625
|
})()), ((function () {
|
|
@@ -9025,7 +9025,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9025
9025
|
this.y.append(this.w);
|
|
9026
9026
|
this.v.append(this.y);
|
|
9027
9027
|
this.o.add(c.listen("click", runOn(this, this.ak)));
|
|
9028
|
-
this.d.
|
|
9028
|
+
this.d.c8();
|
|
9029
9029
|
};
|
|
9030
9030
|
IconView.prototype.ay = function (a) {
|
|
9031
9031
|
this.z = null;
|
|
@@ -9068,7 +9068,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9068
9068
|
var b = this.v.rootWrapper.getNativeElement();
|
|
9069
9069
|
b.innerHTML = a;
|
|
9070
9070
|
this.z = this.v.rootWrapper.getChildAt(0);
|
|
9071
|
-
var c = this.z.getAttribute("
|
|
9071
|
+
var c = this.z.getAttribute("viewBox");
|
|
9072
9072
|
if (c != null) {
|
|
9073
9073
|
var d = c.split(' ');
|
|
9074
9074
|
if (d.length == 1) {
|
|
@@ -9079,11 +9079,11 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9079
9079
|
var f = parseFloat(d[1].trim());
|
|
9080
9080
|
var g = parseFloat(d[2].trim());
|
|
9081
9081
|
var h = parseFloat(d[3].trim());
|
|
9082
|
-
this.d.
|
|
9082
|
+
this.d.df(e, f, g, h);
|
|
9083
9083
|
}
|
|
9084
9084
|
}
|
|
9085
9085
|
else {
|
|
9086
|
-
this.d.
|
|
9086
|
+
this.d.df(NaN, NaN, NaN, NaN);
|
|
9087
9087
|
}
|
|
9088
9088
|
}
|
|
9089
9089
|
};
|
|
@@ -9159,7 +9159,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9159
9159
|
this.v.rootWrapper.append(this.y);
|
|
9160
9160
|
}
|
|
9161
9161
|
else {
|
|
9162
|
-
NativeUI.
|
|
9162
|
+
NativeUI.t(a, b);
|
|
9163
9163
|
}
|
|
9164
9164
|
};
|
|
9165
9165
|
IconView.prototype.ar = function (a, b) {
|
|
@@ -9168,7 +9168,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9168
9168
|
c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
|
|
9169
9169
|
}
|
|
9170
9170
|
else {
|
|
9171
|
-
NativeUI.
|
|
9171
|
+
NativeUI.ad(a, b);
|
|
9172
9172
|
}
|
|
9173
9173
|
};
|
|
9174
9174
|
IconView.prototype.ad = function (a) {
|
|
@@ -9178,10 +9178,10 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9178
9178
|
}
|
|
9179
9179
|
};
|
|
9180
9180
|
IconView.prototype.ae = function (a) {
|
|
9181
|
-
this.d.
|
|
9181
|
+
this.d.c5();
|
|
9182
9182
|
};
|
|
9183
9183
|
IconView.prototype.af = function (a) {
|
|
9184
|
-
this.d.
|
|
9184
|
+
this.d.c6();
|
|
9185
9185
|
};
|
|
9186
9186
|
IconView.prototype.aj = function () {
|
|
9187
9187
|
this.j = true;
|
|
@@ -9370,18 +9370,18 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9370
9370
|
_this.dp = null;
|
|
9371
9371
|
_this.dq = null;
|
|
9372
9372
|
_this.dr = null;
|
|
9373
|
-
_this.
|
|
9374
|
-
_this.bj = null;
|
|
9375
|
-
_this.bm = null;
|
|
9373
|
+
_this.bf = null;
|
|
9376
9374
|
_this.bl = null;
|
|
9375
|
+
_this.bo = null;
|
|
9376
|
+
_this.bn = null;
|
|
9377
9377
|
_this.a = null;
|
|
9378
|
-
_this.de = null;
|
|
9379
9378
|
_this.bd = null;
|
|
9379
|
+
_this.be = null;
|
|
9380
9380
|
_this.n = null;
|
|
9381
|
-
_this.
|
|
9381
|
+
_this.bm = "ig-icon-" + XIcon.bc++;
|
|
9382
9382
|
_this.ba = 0;
|
|
9383
9383
|
_this.p = false;
|
|
9384
|
-
_this.
|
|
9384
|
+
_this.bk = null;
|
|
9385
9385
|
_this.r = false;
|
|
9386
9386
|
_this.q = false;
|
|
9387
9387
|
_this.af = 1;
|
|
@@ -9420,13 +9420,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9420
9420
|
XIcon.prototype.destroy = function () {
|
|
9421
9421
|
this.provideContainer(null);
|
|
9422
9422
|
};
|
|
9423
|
-
XIcon.prototype.
|
|
9423
|
+
XIcon.prototype.c7 = function (a, b, c) {
|
|
9424
9424
|
if (this.propertyChanged != null) {
|
|
9425
9425
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
9426
9426
|
}
|
|
9427
|
-
this.
|
|
9427
|
+
this.da(a, b, c);
|
|
9428
9428
|
};
|
|
9429
|
-
XIcon.prototype.
|
|
9429
|
+
XIcon.prototype.da = function (a, b, c) {
|
|
9430
9430
|
switch (a) {
|
|
9431
9431
|
case "Fill":
|
|
9432
9432
|
case "Stroke":
|
|
@@ -9435,51 +9435,51 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9435
9435
|
case "HoverStroke":
|
|
9436
9436
|
case "HoverStrokeThickness":
|
|
9437
9437
|
case "IsHover":
|
|
9438
|
-
this.
|
|
9438
|
+
this.de();
|
|
9439
9439
|
break;
|
|
9440
9440
|
case "FillColors":
|
|
9441
9441
|
case "StrokeColors":
|
|
9442
9442
|
case "ActualFill":
|
|
9443
9443
|
case "ActualStroke":
|
|
9444
9444
|
case "ActualStrokeWidth":
|
|
9445
|
-
this.
|
|
9445
|
+
this.dc();
|
|
9446
9446
|
break;
|
|
9447
9447
|
case "SVG":
|
|
9448
|
-
this.
|
|
9448
|
+
this.bo = null;
|
|
9449
9449
|
this.a = null;
|
|
9450
|
-
this.
|
|
9450
|
+
this.dc();
|
|
9451
9451
|
break;
|
|
9452
9452
|
case "SVGPath":
|
|
9453
|
-
this.
|
|
9453
|
+
this.bn = null;
|
|
9454
9454
|
this.a = null;
|
|
9455
|
-
this.
|
|
9455
|
+
this.dc();
|
|
9456
9456
|
break;
|
|
9457
9457
|
case "SVGPaths":
|
|
9458
|
-
this.
|
|
9459
|
-
this.
|
|
9460
|
-
this.
|
|
9458
|
+
this.bn = null;
|
|
9459
|
+
this.bo = null;
|
|
9460
|
+
this.dc();
|
|
9461
9461
|
break;
|
|
9462
9462
|
case "DataURL":
|
|
9463
|
-
this.
|
|
9464
|
-
this.
|
|
9463
|
+
this.bn = null;
|
|
9464
|
+
this.bo = null;
|
|
9465
9465
|
this.a = null;
|
|
9466
|
-
this.
|
|
9466
|
+
this.dc();
|
|
9467
9467
|
break;
|
|
9468
9468
|
case "Source":
|
|
9469
|
-
this.
|
|
9470
|
-
this.
|
|
9469
|
+
this.bn = null;
|
|
9470
|
+
this.bo = null;
|
|
9471
9471
|
this.a = null;
|
|
9472
|
-
this.
|
|
9472
|
+
this.dc();
|
|
9473
9473
|
break;
|
|
9474
9474
|
case "DataTemplate":
|
|
9475
9475
|
case "DataTemplateContext":
|
|
9476
|
-
this.
|
|
9477
|
-
this.
|
|
9476
|
+
this.bn = null;
|
|
9477
|
+
this.bo = null;
|
|
9478
9478
|
this.a = null;
|
|
9479
|
-
this.
|
|
9479
|
+
this.dc();
|
|
9480
9480
|
break;
|
|
9481
9481
|
case "Opacity":
|
|
9482
|
-
this.
|
|
9482
|
+
this.dd();
|
|
9483
9483
|
break;
|
|
9484
9484
|
case "ViewBoxLeft":
|
|
9485
9485
|
this.as = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
|
|
@@ -9505,7 +9505,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9505
9505
|
break;
|
|
9506
9506
|
}
|
|
9507
9507
|
};
|
|
9508
|
-
XIcon.prototype.
|
|
9508
|
+
XIcon.prototype.de = function () {
|
|
9509
9509
|
var a = this.fill != null ? this.fill : XIcon.dx;
|
|
9510
9510
|
var b = this.ea != null ? this.ea : XIcon.d1;
|
|
9511
9511
|
var c = !isNaN_(this.a4) ? this.a4 : XIcon.aw;
|
|
@@ -9530,19 +9530,19 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9530
9530
|
enumerable: false,
|
|
9531
9531
|
configurable: true
|
|
9532
9532
|
});
|
|
9533
|
-
XIcon.prototype.
|
|
9534
|
-
NativeUI.
|
|
9533
|
+
XIcon.prototype.dd = function () {
|
|
9534
|
+
NativeUI.ab(this.view.aa, this.a3);
|
|
9535
9535
|
};
|
|
9536
|
-
XIcon.prototype.
|
|
9536
|
+
XIcon.prototype.c1 = function () {
|
|
9537
9537
|
this.view.ag();
|
|
9538
9538
|
};
|
|
9539
|
-
XIcon.prototype.
|
|
9539
|
+
XIcon.prototype.dc = function () {
|
|
9540
9540
|
var a = this.view.aa;
|
|
9541
9541
|
if (this.t) {
|
|
9542
9542
|
var b = this.view.ab;
|
|
9543
|
-
NativeUI.
|
|
9544
|
-
NativeUI.
|
|
9545
|
-
NativeUI.
|
|
9543
|
+
NativeUI.t(b, this.du);
|
|
9544
|
+
NativeUI.ad(b, this.dv);
|
|
9545
|
+
NativeUI.ag(b, this.aq);
|
|
9546
9546
|
}
|
|
9547
9547
|
else {
|
|
9548
9548
|
var c = this.j();
|
|
@@ -9551,8 +9551,8 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9551
9551
|
this.view.ai();
|
|
9552
9552
|
}
|
|
9553
9553
|
var d = false;
|
|
9554
|
-
if (this.
|
|
9555
|
-
this.view.as(this.
|
|
9554
|
+
if (this.bg != null) {
|
|
9555
|
+
this.view.as(this.bg, this.bh);
|
|
9556
9556
|
}
|
|
9557
9557
|
else if (this.svgPath != null) {
|
|
9558
9558
|
if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
@@ -9567,9 +9567,9 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9567
9567
|
this.view.az(this.b);
|
|
9568
9568
|
var e = this.view.c;
|
|
9569
9569
|
if (e != null && e.length > 0) {
|
|
9570
|
-
var f = NativeUI.
|
|
9571
|
-
var g = NativeUI.
|
|
9572
|
-
this.
|
|
9570
|
+
var f = NativeUI.t;
|
|
9571
|
+
var g = NativeUI.ad;
|
|
9572
|
+
this.c9();
|
|
9573
9573
|
f = runOn(this.view, this.view.aq);
|
|
9574
9574
|
g = runOn(this.view, this.view.ar);
|
|
9575
9575
|
for (var h = 0; h < e.length; h++) {
|
|
@@ -9580,10 +9580,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9580
9580
|
g(e[h], this.dv);
|
|
9581
9581
|
}
|
|
9582
9582
|
if (!isNaN_(this.aq)) {
|
|
9583
|
-
NativeUI.
|
|
9583
|
+
NativeUI.ag(e[h], this.aq);
|
|
9584
9584
|
}
|
|
9585
9585
|
if (this.dw != null) {
|
|
9586
|
-
NativeUI.
|
|
9586
|
+
NativeUI.r(e[h], this.dw);
|
|
9587
9587
|
}
|
|
9588
9588
|
if (this.e != null && this.e.count == e.length) {
|
|
9589
9589
|
f(e[h], this.e.item(h));
|
|
@@ -9602,30 +9602,30 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9602
9602
|
this.view.ax(this.svg);
|
|
9603
9603
|
d = true;
|
|
9604
9604
|
}
|
|
9605
|
-
else if (this.
|
|
9606
|
-
this.view.at(this.
|
|
9605
|
+
else if (this.b2 != null) {
|
|
9606
|
+
this.view.at(this.b2);
|
|
9607
9607
|
}
|
|
9608
|
-
else if (this.
|
|
9609
|
-
this.view.aw(this.
|
|
9608
|
+
else if (this.bj != null) {
|
|
9609
|
+
this.view.aw(this.bj);
|
|
9610
9610
|
}
|
|
9611
9611
|
else {
|
|
9612
9612
|
}
|
|
9613
9613
|
if (d) {
|
|
9614
9614
|
for (var i = 0; i < this.view.r.count; i++) {
|
|
9615
9615
|
var j = this.view.r._inner[i].c;
|
|
9616
|
-
NativeUI.
|
|
9616
|
+
NativeUI.t(this.view.r._inner[i].d, j.l.f(this.d6));
|
|
9617
9617
|
}
|
|
9618
9618
|
for (var k = 0; k < this.view.s.count; k++) {
|
|
9619
9619
|
var l = this.view.s._inner[k].c;
|
|
9620
|
-
NativeUI.
|
|
9620
|
+
NativeUI.ad(this.view.s._inner[k].d, l.m.f(this.d7));
|
|
9621
9621
|
}
|
|
9622
9622
|
for (var m = 0; m < this.view.t.count; m++) {
|
|
9623
9623
|
var n = this.view.t._inner[m].c;
|
|
9624
|
-
NativeUI.
|
|
9624
|
+
NativeUI.t(this.view.t._inner[m].d, n.l.f(this.d8));
|
|
9625
9625
|
}
|
|
9626
9626
|
for (var o = 0; o < this.view.u.count; o++) {
|
|
9627
9627
|
var p = this.view.u._inner[o].c;
|
|
9628
|
-
NativeUI.
|
|
9628
|
+
NativeUI.ad(this.view.u._inner[o].d, p.m.f(this.d9));
|
|
9629
9629
|
}
|
|
9630
9630
|
for (var q = 0; q < this.view.e.o.count; q++) {
|
|
9631
9631
|
var r = this.view.e.o._inner[q];
|
|
@@ -9634,7 +9634,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9634
9634
|
if (t < this.e.count) {
|
|
9635
9635
|
for (var u = 0; u < this.view.e.q._inner[q].count; u++) {
|
|
9636
9636
|
var v = this.view.e.q._inner[q]._inner[u].c;
|
|
9637
|
-
NativeUI.
|
|
9637
|
+
NativeUI.t(this.view.e.q._inner[q]._inner[u].d, v.l.f(this.e.item(t)));
|
|
9638
9638
|
}
|
|
9639
9639
|
}
|
|
9640
9640
|
}
|
|
@@ -9645,35 +9645,35 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9645
9645
|
if (z < this.f.count) {
|
|
9646
9646
|
for (var aa = 0; aa < this.view.f.q._inner[w].count; aa++) {
|
|
9647
9647
|
var ab = this.view.f.q._inner[w]._inner[aa].c;
|
|
9648
|
-
NativeUI.
|
|
9648
|
+
NativeUI.ad(this.view.f.q._inner[w]._inner[aa].d, ab.m.f(this.f.item(z)));
|
|
9649
9649
|
}
|
|
9650
9650
|
}
|
|
9651
9651
|
}
|
|
9652
9652
|
for (var ac = 0; ac < this.view.q.count; ac++) {
|
|
9653
9653
|
var ad = this.view.q._inner[ac].c;
|
|
9654
|
-
NativeUI.
|
|
9655
|
-
NativeUI.
|
|
9654
|
+
NativeUI.t(this.view.q._inner[ac].d, ad.l.f(this.du));
|
|
9655
|
+
NativeUI.ad(this.view.q._inner[ac].d, ad.m.f(this.dv));
|
|
9656
9656
|
}
|
|
9657
9657
|
}
|
|
9658
9658
|
var ae = this.view.aa;
|
|
9659
9659
|
if (this.du != null) {
|
|
9660
|
-
NativeUI.
|
|
9660
|
+
NativeUI.t(ae, this.du);
|
|
9661
9661
|
}
|
|
9662
9662
|
if (this.dv != null) {
|
|
9663
|
-
NativeUI.
|
|
9663
|
+
NativeUI.ad(ae, this.dv);
|
|
9664
9664
|
}
|
|
9665
9665
|
if (!isNaN_(this.aq)) {
|
|
9666
|
-
NativeUI.
|
|
9666
|
+
NativeUI.ag(ae, this.aq);
|
|
9667
9667
|
}
|
|
9668
9668
|
}
|
|
9669
9669
|
if (this.o != null) {
|
|
9670
9670
|
this.view.a0(this.o);
|
|
9671
9671
|
}
|
|
9672
9672
|
if (this.dw != null) {
|
|
9673
|
-
NativeUI.
|
|
9673
|
+
NativeUI.r(this.view.aa, this.dw);
|
|
9674
9674
|
}
|
|
9675
9675
|
};
|
|
9676
|
-
XIcon.prototype.
|
|
9676
|
+
XIcon.prototype.c9 = function () {
|
|
9677
9677
|
var e_3, _a, e_4, _b;
|
|
9678
9678
|
if (this.du != null) {
|
|
9679
9679
|
this.view.ap(this.du, "fill");
|
|
@@ -9735,10 +9735,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9735
9735
|
else if (this.svg != null) {
|
|
9736
9736
|
a = 0;
|
|
9737
9737
|
}
|
|
9738
|
-
else if (this.
|
|
9738
|
+
else if (this.b2 != null) {
|
|
9739
9739
|
a = 3;
|
|
9740
9740
|
}
|
|
9741
|
-
else if (this.
|
|
9741
|
+
else if (this.bj != null) {
|
|
9742
9742
|
a = 4;
|
|
9743
9743
|
}
|
|
9744
9744
|
return a;
|
|
@@ -9751,7 +9751,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9751
9751
|
var b = this.l;
|
|
9752
9752
|
this.l = a;
|
|
9753
9753
|
if (b != this.l) {
|
|
9754
|
-
this.
|
|
9754
|
+
this.c7("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
9755
9755
|
}
|
|
9756
9756
|
},
|
|
9757
9757
|
enumerable: false,
|
|
@@ -9765,7 +9765,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9765
9765
|
var b = this.dg;
|
|
9766
9766
|
this.dg = a;
|
|
9767
9767
|
if (b != this.dg) {
|
|
9768
|
-
this.
|
|
9768
|
+
this.c7("ActualFill", b, a);
|
|
9769
9769
|
}
|
|
9770
9770
|
},
|
|
9771
9771
|
enumerable: false,
|
|
@@ -9779,7 +9779,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9779
9779
|
var b = this.dh;
|
|
9780
9780
|
this.dh = a;
|
|
9781
9781
|
if (b != this.dh) {
|
|
9782
|
-
this.
|
|
9782
|
+
this.c7("ActualStroke", b, a);
|
|
9783
9783
|
}
|
|
9784
9784
|
},
|
|
9785
9785
|
enumerable: false,
|
|
@@ -9793,7 +9793,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9793
9793
|
var b = this.di;
|
|
9794
9794
|
this.di = a;
|
|
9795
9795
|
if (b != this.di) {
|
|
9796
|
-
this.
|
|
9796
|
+
this.c7("ActualTextColor", b, a);
|
|
9797
9797
|
}
|
|
9798
9798
|
},
|
|
9799
9799
|
enumerable: false,
|
|
@@ -9807,7 +9807,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9807
9807
|
var b = this.y;
|
|
9808
9808
|
this.y = a;
|
|
9809
9809
|
if (b != this.y) {
|
|
9810
|
-
this.
|
|
9810
|
+
this.c7("ActualStrokeWidth", b, a);
|
|
9811
9811
|
}
|
|
9812
9812
|
},
|
|
9813
9813
|
enumerable: false,
|
|
@@ -9821,7 +9821,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9821
9821
|
var b = this.dj;
|
|
9822
9822
|
this.dj = a;
|
|
9823
9823
|
if (b != this.dj) {
|
|
9824
|
-
this.
|
|
9824
|
+
this.c7("Fill", b, a);
|
|
9825
9825
|
}
|
|
9826
9826
|
},
|
|
9827
9827
|
enumerable: false,
|
|
@@ -9835,7 +9835,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9835
9835
|
var b = this.ds;
|
|
9836
9836
|
this.ds = a;
|
|
9837
9837
|
if (b != this.ds) {
|
|
9838
|
-
this.
|
|
9838
|
+
this.c7("Stroke", b, a);
|
|
9839
9839
|
}
|
|
9840
9840
|
},
|
|
9841
9841
|
enumerable: false,
|
|
@@ -9849,7 +9849,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9849
9849
|
var b = this.ak;
|
|
9850
9850
|
this.ak = a;
|
|
9851
9851
|
if (b != this.ak) {
|
|
9852
|
-
this.
|
|
9852
|
+
this.c7("StrokeWidth", b, a);
|
|
9853
9853
|
}
|
|
9854
9854
|
},
|
|
9855
9855
|
enumerable: false,
|
|
@@ -9863,7 +9863,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9863
9863
|
var b = this.dt;
|
|
9864
9864
|
this.dt = a;
|
|
9865
9865
|
if (b != this.dt) {
|
|
9866
|
-
this.
|
|
9866
|
+
this.c7("TextColor", b, a);
|
|
9867
9867
|
}
|
|
9868
9868
|
},
|
|
9869
9869
|
enumerable: false,
|
|
@@ -9877,7 +9877,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9877
9877
|
var b = this.dk;
|
|
9878
9878
|
this.dk = a;
|
|
9879
9879
|
if (b != this.dk) {
|
|
9880
|
-
this.
|
|
9880
|
+
this.c7("HoverFill", b, a);
|
|
9881
9881
|
}
|
|
9882
9882
|
},
|
|
9883
9883
|
enumerable: false,
|
|
@@ -9891,7 +9891,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9891
9891
|
var b = this.dl;
|
|
9892
9892
|
this.dl = a;
|
|
9893
9893
|
if (b != this.dl) {
|
|
9894
|
-
this.
|
|
9894
|
+
this.c7("HoverStroke", b, a);
|
|
9895
9895
|
}
|
|
9896
9896
|
},
|
|
9897
9897
|
enumerable: false,
|
|
@@ -9905,7 +9905,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9905
9905
|
var b = this.ae;
|
|
9906
9906
|
this.ae = a;
|
|
9907
9907
|
if (b != this.ae) {
|
|
9908
|
-
this.
|
|
9908
|
+
this.c7("HoverStrokeThickness", b, a);
|
|
9909
9909
|
}
|
|
9910
9910
|
},
|
|
9911
9911
|
enumerable: false,
|
|
@@ -9919,7 +9919,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9919
9919
|
var b = this.dm;
|
|
9920
9920
|
this.dm = a;
|
|
9921
9921
|
if (b != this.dm) {
|
|
9922
|
-
this.
|
|
9922
|
+
this.c7("HoverTextColor", b, a);
|
|
9923
9923
|
}
|
|
9924
9924
|
},
|
|
9925
9925
|
enumerable: false,
|
|
@@ -9933,7 +9933,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9933
9933
|
var b = this.c;
|
|
9934
9934
|
this.c = a;
|
|
9935
9935
|
if (b != this.c) {
|
|
9936
|
-
this.
|
|
9936
|
+
this.c7("FillColors", b, this.c);
|
|
9937
9937
|
}
|
|
9938
9938
|
},
|
|
9939
9939
|
enumerable: false,
|
|
@@ -9947,7 +9947,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9947
9947
|
var b = this.d;
|
|
9948
9948
|
this.d = a;
|
|
9949
9949
|
if (b != this.d) {
|
|
9950
|
-
this.
|
|
9950
|
+
this.c7("StrokeColors", b, this.d);
|
|
9951
9951
|
}
|
|
9952
9952
|
},
|
|
9953
9953
|
enumerable: false,
|
|
@@ -9961,7 +9961,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9961
9961
|
var b = this.dn;
|
|
9962
9962
|
this.dn = a;
|
|
9963
9963
|
if (b != this.dn) {
|
|
9964
|
-
this.
|
|
9964
|
+
this.c7("PrimaryFillColor", b, this.dn);
|
|
9965
9965
|
}
|
|
9966
9966
|
},
|
|
9967
9967
|
enumerable: false,
|
|
@@ -9975,7 +9975,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9975
9975
|
var b = this.dp;
|
|
9976
9976
|
this.dp = a;
|
|
9977
9977
|
if (b != this.dp) {
|
|
9978
|
-
this.
|
|
9978
|
+
this.c7("PrimaryStrokeColor", b, this.dp);
|
|
9979
9979
|
}
|
|
9980
9980
|
},
|
|
9981
9981
|
enumerable: false,
|
|
@@ -9989,7 +9989,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9989
9989
|
var b = this.dq;
|
|
9990
9990
|
this.dq = a;
|
|
9991
9991
|
if (b != this.dq) {
|
|
9992
|
-
this.
|
|
9992
|
+
this.c7("SecondaryFillColor", b, this.dq);
|
|
9993
9993
|
}
|
|
9994
9994
|
},
|
|
9995
9995
|
enumerable: false,
|
|
@@ -10003,35 +10003,35 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10003
10003
|
var b = this.dr;
|
|
10004
10004
|
this.dr = a;
|
|
10005
10005
|
if (b != this.dr) {
|
|
10006
|
-
this.
|
|
10006
|
+
this.c7("SecondaryStrokeColor", b, this.dr);
|
|
10007
10007
|
}
|
|
10008
10008
|
},
|
|
10009
10009
|
enumerable: false,
|
|
10010
10010
|
configurable: true
|
|
10011
10011
|
});
|
|
10012
|
-
Object.defineProperty(XIcon.prototype, "
|
|
10012
|
+
Object.defineProperty(XIcon.prototype, "bj", {
|
|
10013
10013
|
get: function () {
|
|
10014
|
-
return this.
|
|
10014
|
+
return this.bf;
|
|
10015
10015
|
},
|
|
10016
10016
|
set: function (a) {
|
|
10017
|
-
var b = this.
|
|
10018
|
-
this.
|
|
10019
|
-
if (b != this.
|
|
10020
|
-
this.
|
|
10017
|
+
var b = this.bf;
|
|
10018
|
+
this.bf = a;
|
|
10019
|
+
if (b != this.bf) {
|
|
10020
|
+
this.c7("Source", b, a);
|
|
10021
10021
|
}
|
|
10022
10022
|
},
|
|
10023
10023
|
enumerable: false,
|
|
10024
10024
|
configurable: true
|
|
10025
10025
|
});
|
|
10026
|
-
Object.defineProperty(XIcon.prototype, "
|
|
10026
|
+
Object.defineProperty(XIcon.prototype, "b2", {
|
|
10027
10027
|
get: function () {
|
|
10028
|
-
return this.
|
|
10028
|
+
return this.bl;
|
|
10029
10029
|
},
|
|
10030
10030
|
set: function (a) {
|
|
10031
|
-
var b = this.
|
|
10032
|
-
this.
|
|
10033
|
-
if (b != this.
|
|
10034
|
-
this.
|
|
10031
|
+
var b = this.bl;
|
|
10032
|
+
this.bl = a;
|
|
10033
|
+
if (b != this.bl) {
|
|
10034
|
+
this.c7("DataURL", b, a);
|
|
10035
10035
|
}
|
|
10036
10036
|
},
|
|
10037
10037
|
enumerable: false,
|
|
@@ -10039,13 +10039,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10039
10039
|
});
|
|
10040
10040
|
Object.defineProperty(XIcon.prototype, "svgPath", {
|
|
10041
10041
|
get: function () {
|
|
10042
|
-
return this.
|
|
10042
|
+
return this.bo;
|
|
10043
10043
|
},
|
|
10044
10044
|
set: function (a) {
|
|
10045
|
-
var b = this.
|
|
10046
|
-
this.
|
|
10047
|
-
if (b != this.
|
|
10048
|
-
this.
|
|
10045
|
+
var b = this.bo;
|
|
10046
|
+
this.bo = a;
|
|
10047
|
+
if (b != this.bo) {
|
|
10048
|
+
this.c7("SVGPath", b, a);
|
|
10049
10049
|
}
|
|
10050
10050
|
},
|
|
10051
10051
|
enumerable: false,
|
|
@@ -10053,13 +10053,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10053
10053
|
});
|
|
10054
10054
|
Object.defineProperty(XIcon.prototype, "svg", {
|
|
10055
10055
|
get: function () {
|
|
10056
|
-
return this.
|
|
10056
|
+
return this.bn;
|
|
10057
10057
|
},
|
|
10058
10058
|
set: function (a) {
|
|
10059
|
-
var b = this.
|
|
10060
|
-
this.
|
|
10061
|
-
if (b != this.
|
|
10062
|
-
this.
|
|
10059
|
+
var b = this.bn;
|
|
10060
|
+
this.bn = a;
|
|
10061
|
+
if (b != this.bn) {
|
|
10062
|
+
this.c7("SVG", b, this.bn);
|
|
10063
10063
|
}
|
|
10064
10064
|
},
|
|
10065
10065
|
enumerable: false,
|
|
@@ -10073,44 +10073,44 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10073
10073
|
var b = this.a;
|
|
10074
10074
|
this.a = a;
|
|
10075
10075
|
if (b != this.a) {
|
|
10076
|
-
this.
|
|
10076
|
+
this.c7("SVGPaths", b, this.a);
|
|
10077
10077
|
}
|
|
10078
10078
|
},
|
|
10079
10079
|
enumerable: false,
|
|
10080
10080
|
configurable: true
|
|
10081
10081
|
});
|
|
10082
|
-
Object.defineProperty(XIcon.prototype, "
|
|
10082
|
+
Object.defineProperty(XIcon.prototype, "bg", {
|
|
10083
10083
|
get: function () {
|
|
10084
|
-
return this.
|
|
10084
|
+
return this.bd;
|
|
10085
10085
|
},
|
|
10086
10086
|
set: function (a) {
|
|
10087
|
-
var b = this.
|
|
10088
|
-
this.
|
|
10089
|
-
if (b != this.
|
|
10090
|
-
this.
|
|
10087
|
+
var b = this.bd;
|
|
10088
|
+
this.bd = a;
|
|
10089
|
+
if (b != this.bd) {
|
|
10090
|
+
this.c7("DataTemplate", b, this.bd);
|
|
10091
10091
|
}
|
|
10092
10092
|
},
|
|
10093
10093
|
enumerable: false,
|
|
10094
10094
|
configurable: true
|
|
10095
10095
|
});
|
|
10096
|
-
Object.defineProperty(XIcon.prototype, "
|
|
10096
|
+
Object.defineProperty(XIcon.prototype, "bh", {
|
|
10097
10097
|
get: function () {
|
|
10098
|
-
return this.
|
|
10098
|
+
return this.be;
|
|
10099
10099
|
},
|
|
10100
10100
|
set: function (a) {
|
|
10101
|
-
var b = this.
|
|
10102
|
-
this.
|
|
10103
|
-
if (b != this.
|
|
10104
|
-
this.
|
|
10101
|
+
var b = this.be;
|
|
10102
|
+
this.be = a;
|
|
10103
|
+
if (b != this.be) {
|
|
10104
|
+
this.c7("DataTemplateContext", b, this.be);
|
|
10105
10105
|
}
|
|
10106
10106
|
},
|
|
10107
10107
|
enumerable: false,
|
|
10108
10108
|
configurable: true
|
|
10109
10109
|
});
|
|
10110
|
-
XIcon.prototype.
|
|
10110
|
+
XIcon.prototype.c5 = function () {
|
|
10111
10111
|
this.v = true;
|
|
10112
10112
|
};
|
|
10113
|
-
XIcon.prototype.
|
|
10113
|
+
XIcon.prototype.c6 = function () {
|
|
10114
10114
|
this.v = false;
|
|
10115
10115
|
};
|
|
10116
10116
|
Object.defineProperty(XIcon.prototype, "o", {
|
|
@@ -10121,21 +10121,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10121
10121
|
var b = this.n;
|
|
10122
10122
|
this.n = a;
|
|
10123
10123
|
if (b != this.n) {
|
|
10124
|
-
this.
|
|
10124
|
+
this.c7("TextStyle", b, a);
|
|
10125
10125
|
}
|
|
10126
10126
|
},
|
|
10127
10127
|
enumerable: false,
|
|
10128
10128
|
configurable: true
|
|
10129
10129
|
});
|
|
10130
|
-
Object.defineProperty(XIcon.prototype, "
|
|
10130
|
+
Object.defineProperty(XIcon.prototype, "cc", {
|
|
10131
10131
|
get: function () {
|
|
10132
|
-
return this.
|
|
10132
|
+
return this.bm;
|
|
10133
10133
|
},
|
|
10134
10134
|
set: function (a) {
|
|
10135
|
-
var b = this.
|
|
10136
|
-
this.
|
|
10137
|
-
if (b != this.
|
|
10138
|
-
this.
|
|
10135
|
+
var b = this.bm;
|
|
10136
|
+
this.bm = a;
|
|
10137
|
+
if (b != this.bm) {
|
|
10138
|
+
this.c7("Id", b, a);
|
|
10139
10139
|
}
|
|
10140
10140
|
},
|
|
10141
10141
|
enumerable: false,
|
|
@@ -10157,21 +10157,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10157
10157
|
this.ba = a;
|
|
10158
10158
|
this.p = true;
|
|
10159
10159
|
if (b != this.ba) {
|
|
10160
|
-
this.
|
|
10160
|
+
this.c7("TabIndex", b, a);
|
|
10161
10161
|
}
|
|
10162
10162
|
},
|
|
10163
10163
|
enumerable: false,
|
|
10164
10164
|
configurable: true
|
|
10165
10165
|
});
|
|
10166
|
-
Object.defineProperty(XIcon.prototype, "
|
|
10166
|
+
Object.defineProperty(XIcon.prototype, "bx", {
|
|
10167
10167
|
get: function () {
|
|
10168
|
-
return this.
|
|
10168
|
+
return this.bk;
|
|
10169
10169
|
},
|
|
10170
10170
|
set: function (a) {
|
|
10171
|
-
var b = this.
|
|
10172
|
-
this.
|
|
10173
|
-
if (b != this.
|
|
10174
|
-
this.
|
|
10171
|
+
var b = this.bk;
|
|
10172
|
+
this.bk = a;
|
|
10173
|
+
if (b != this.bk) {
|
|
10174
|
+
this.c7("AriaLabel", b, a);
|
|
10175
10175
|
}
|
|
10176
10176
|
},
|
|
10177
10177
|
enumerable: false,
|
|
@@ -10185,7 +10185,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10185
10185
|
var b = this.r;
|
|
10186
10186
|
this.r = a;
|
|
10187
10187
|
if (b != this.r) {
|
|
10188
|
-
this.
|
|
10188
|
+
this.c7("IsHover", b, a);
|
|
10189
10189
|
}
|
|
10190
10190
|
},
|
|
10191
10191
|
enumerable: false,
|
|
@@ -10199,7 +10199,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10199
10199
|
var b = this.q;
|
|
10200
10200
|
this.q = a;
|
|
10201
10201
|
if (b != this.q) {
|
|
10202
|
-
this.
|
|
10202
|
+
this.c7("IsDisabled", b, a);
|
|
10203
10203
|
}
|
|
10204
10204
|
},
|
|
10205
10205
|
enumerable: false,
|
|
@@ -10213,7 +10213,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10213
10213
|
var b = this.af;
|
|
10214
10214
|
this.af = a;
|
|
10215
10215
|
if (b != this.af) {
|
|
10216
|
-
this.
|
|
10216
|
+
this.c7("Opacity", b, this.af);
|
|
10217
10217
|
}
|
|
10218
10218
|
},
|
|
10219
10219
|
enumerable: false,
|
|
@@ -10227,7 +10227,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10227
10227
|
var b = this.aa;
|
|
10228
10228
|
this.aa = a;
|
|
10229
10229
|
if (b != this.aa) {
|
|
10230
|
-
this.
|
|
10230
|
+
this.c7("ActualViewBoxLeft", b, this.aa);
|
|
10231
10231
|
}
|
|
10232
10232
|
},
|
|
10233
10233
|
enumerable: false,
|
|
@@ -10241,7 +10241,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10241
10241
|
var b = this.am;
|
|
10242
10242
|
this.am = a;
|
|
10243
10243
|
if (b != this.am) {
|
|
10244
|
-
this.
|
|
10244
|
+
this.c7("ViewBoxLeft", b, this.am);
|
|
10245
10245
|
}
|
|
10246
10246
|
},
|
|
10247
10247
|
enumerable: false,
|
|
@@ -10255,7 +10255,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10255
10255
|
var b = this.ab;
|
|
10256
10256
|
this.ab = a;
|
|
10257
10257
|
if (b != this.ab) {
|
|
10258
|
-
this.
|
|
10258
|
+
this.c7("ActualViewBoxTop", b, this.ab);
|
|
10259
10259
|
}
|
|
10260
10260
|
},
|
|
10261
10261
|
enumerable: false,
|
|
@@ -10269,7 +10269,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10269
10269
|
var b = this.an;
|
|
10270
10270
|
this.an = a;
|
|
10271
10271
|
if (b != this.an) {
|
|
10272
|
-
this.
|
|
10272
|
+
this.c7("ViewBoxTop", b, this.an);
|
|
10273
10273
|
}
|
|
10274
10274
|
},
|
|
10275
10275
|
enumerable: false,
|
|
@@ -10283,7 +10283,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10283
10283
|
var b = this.ac;
|
|
10284
10284
|
this.ac = a;
|
|
10285
10285
|
if (b != this.ac) {
|
|
10286
|
-
this.
|
|
10286
|
+
this.c7("ActualViewBoxWidth", b, this.ac);
|
|
10287
10287
|
}
|
|
10288
10288
|
},
|
|
10289
10289
|
enumerable: false,
|
|
@@ -10297,7 +10297,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10297
10297
|
var b = this.ao;
|
|
10298
10298
|
this.ao = a;
|
|
10299
10299
|
if (b != this.ao) {
|
|
10300
|
-
this.
|
|
10300
|
+
this.c7("ViewBoxWidth", b, this.ao);
|
|
10301
10301
|
}
|
|
10302
10302
|
},
|
|
10303
10303
|
enumerable: false,
|
|
@@ -10311,7 +10311,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10311
10311
|
var b = this.z;
|
|
10312
10312
|
this.z = a;
|
|
10313
10313
|
if (b != this.z) {
|
|
10314
|
-
this.
|
|
10314
|
+
this.c7("ActualViewBoxHeight", b, this.z);
|
|
10315
10315
|
}
|
|
10316
10316
|
},
|
|
10317
10317
|
enumerable: false,
|
|
@@ -10325,7 +10325,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10325
10325
|
var b = this.al;
|
|
10326
10326
|
this.al = a;
|
|
10327
10327
|
if (b != this.al) {
|
|
10328
|
-
this.
|
|
10328
|
+
this.c7("ViewBoxHeight", b, this.al);
|
|
10329
10329
|
}
|
|
10330
10330
|
},
|
|
10331
10331
|
enumerable: false,
|
|
@@ -10339,7 +10339,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10339
10339
|
var b = this.ap;
|
|
10340
10340
|
this.ap = a;
|
|
10341
10341
|
if (b != this.ap) {
|
|
10342
|
-
this.
|
|
10342
|
+
this.c7("Width", b, this.ap);
|
|
10343
10343
|
}
|
|
10344
10344
|
},
|
|
10345
10345
|
enumerable: false,
|
|
@@ -10353,13 +10353,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10353
10353
|
var b = this.ad;
|
|
10354
10354
|
this.ad = a;
|
|
10355
10355
|
if (b != this.ad) {
|
|
10356
|
-
this.
|
|
10356
|
+
this.c7("Height", b, this.ad);
|
|
10357
10357
|
}
|
|
10358
10358
|
},
|
|
10359
10359
|
enumerable: false,
|
|
10360
10360
|
configurable: true
|
|
10361
10361
|
});
|
|
10362
|
-
XIcon.prototype.
|
|
10362
|
+
XIcon.prototype.c8 = function () {
|
|
10363
10363
|
};
|
|
10364
10364
|
XIcon.prototype.onDetachedFromUI = function () {
|
|
10365
10365
|
this.view.am();
|
|
@@ -10381,10 +10381,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10381
10381
|
XIcon.prototype.w = function () {
|
|
10382
10382
|
return this.view.l();
|
|
10383
10383
|
};
|
|
10384
|
-
XIcon.prototype.
|
|
10384
|
+
XIcon.prototype.bi = function () {
|
|
10385
10385
|
return this.g();
|
|
10386
10386
|
};
|
|
10387
|
-
XIcon.prototype.
|
|
10387
|
+
XIcon.prototype.b4 = function () {
|
|
10388
10388
|
var a = this.g();
|
|
10389
10389
|
return a.l();
|
|
10390
10390
|
};
|
|
@@ -10399,7 +10399,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10399
10399
|
a.a = this.view.a();
|
|
10400
10400
|
a.svg = this.svg;
|
|
10401
10401
|
a.svgPath = this.svgPath;
|
|
10402
|
-
a.k = this.
|
|
10402
|
+
a.k = this.b2;
|
|
10403
10403
|
if (this.o != null) {
|
|
10404
10404
|
var d = this.o;
|
|
10405
10405
|
if (this.view != null && d.q == null) {
|
|
@@ -10433,7 +10433,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10433
10433
|
XIcon.prototype.provideContainer = function (a) {
|
|
10434
10434
|
this.view.al(a);
|
|
10435
10435
|
};
|
|
10436
|
-
XIcon.prototype.
|
|
10436
|
+
XIcon.prototype.df = function (a, b, c, d) {
|
|
10437
10437
|
this.ah = a;
|
|
10438
10438
|
this.ai = b;
|
|
10439
10439
|
this.aj = c;
|
|
@@ -10959,10 +10959,10 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10959
10959
|
* Gets or sets the image source for the icon. Used if none of the other icon types are not used.
|
|
10960
10960
|
*/
|
|
10961
10961
|
get: function () {
|
|
10962
|
-
return this.i.
|
|
10962
|
+
return this.i.bj;
|
|
10963
10963
|
},
|
|
10964
10964
|
set: function (v) {
|
|
10965
|
-
this.i.
|
|
10965
|
+
this.i.bj = v;
|
|
10966
10966
|
},
|
|
10967
10967
|
enumerable: false,
|
|
10968
10968
|
configurable: true
|
|
@@ -10972,10 +10972,10 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10972
10972
|
* Gets or sets data url for the icon to use.
|
|
10973
10973
|
*/
|
|
10974
10974
|
get: function () {
|
|
10975
|
-
return this.i.
|
|
10975
|
+
return this.i.b2;
|
|
10976
10976
|
},
|
|
10977
10977
|
set: function (v) {
|
|
10978
|
-
this.i.
|
|
10978
|
+
this.i.b2 = v;
|
|
10979
10979
|
},
|
|
10980
10980
|
enumerable: false,
|
|
10981
10981
|
configurable: true
|
|
@@ -11047,10 +11047,10 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
11047
11047
|
* Gets or sets the id to use for the checkbox.
|
|
11048
11048
|
*/
|
|
11049
11049
|
get: function () {
|
|
11050
|
-
return this.i.
|
|
11050
|
+
return this.i.cc;
|
|
11051
11051
|
},
|
|
11052
11052
|
set: function (v) {
|
|
11053
|
-
this.i.
|
|
11053
|
+
this.i.cc = v;
|
|
11054
11054
|
},
|
|
11055
11055
|
enumerable: false,
|
|
11056
11056
|
configurable: true
|
|
@@ -11074,10 +11074,10 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
11074
11074
|
* Gets or sets the value of the aria-label attribute.
|
|
11075
11075
|
*/
|
|
11076
11076
|
get: function () {
|
|
11077
|
-
return this.i.
|
|
11077
|
+
return this.i.bx;
|
|
11078
11078
|
},
|
|
11079
11079
|
set: function (v) {
|
|
11080
|
-
this.i.
|
|
11080
|
+
this.i.bx = v;
|
|
11081
11081
|
},
|
|
11082
11082
|
enumerable: false,
|
|
11083
11083
|
configurable: true
|
|
@@ -11337,7 +11337,7 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
11337
11337
|
|
|
11338
11338
|
*/
|
|
11339
11339
|
IgcXIconComponent.prototype.exportVisualModel = function () {
|
|
11340
|
-
var iv = this.i.
|
|
11340
|
+
var iv = this.i.bi();
|
|
11341
11341
|
return (iv);
|
|
11342
11342
|
};
|
|
11343
11343
|
/**
|
|
@@ -11345,7 +11345,7 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
11345
11345
|
|
|
11346
11346
|
*/
|
|
11347
11347
|
IgcXIconComponent.prototype.exportSerializedVisualModel = function () {
|
|
11348
|
-
var iv = this.i.
|
|
11348
|
+
var iv = this.i.b4();
|
|
11349
11349
|
return (iv);
|
|
11350
11350
|
};
|
|
11351
11351
|
IgcXIconComponent._observedAttributesIgcXIconComponent = null;
|
|
@@ -14474,7 +14474,7 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14474
14474
|
m.d = n[1] - e;
|
|
14475
14475
|
m.c = NativeUI.d(k._inner[l].parent());
|
|
14476
14476
|
m.f = NativeUI.k(k._inner[l].parent());
|
|
14477
|
-
m.b = AppearanceHelper.a(NativeUI.
|
|
14477
|
+
m.b = AppearanceHelper.a(NativeUI.ao(k._inner[l]));
|
|
14478
14478
|
m.g = k._inner[l].getText();
|
|
14479
14479
|
a.k.add(m);
|
|
14480
14480
|
}
|
|
@@ -14487,8 +14487,8 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14487
14487
|
q.d = r[1] - e;
|
|
14488
14488
|
q.c = NativeUI.d(o._inner[p].parent());
|
|
14489
14489
|
q.f = NativeUI.k(o._inner[p].parent());
|
|
14490
|
-
q.b = AppearanceHelper.a(NativeUI.
|
|
14491
|
-
q.a = AppearanceHelper.a(NativeUI.
|
|
14490
|
+
q.b = AppearanceHelper.a(NativeUI.ao(o._inner[p]));
|
|
14491
|
+
q.a = AppearanceHelper.a(NativeUI.an(o._inner[p]));
|
|
14492
14492
|
q.g = o._inner[p].getText();
|
|
14493
14493
|
a.l.add(q);
|
|
14494
14494
|
}
|
|
@@ -16228,7 +16228,7 @@ var InputGroupView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16228
16228
|
g.setStyleProperty("height", "2px");
|
|
16229
16229
|
g.setStyleProperty("display", "block");
|
|
16230
16230
|
g.setStyleProperty("pointer-events", "none");
|
|
16231
|
-
NativeUI.
|
|
16231
|
+
NativeUI.ai(g, ((function () {
|
|
16232
16232
|
var $ret = new ScaleTransform();
|
|
16233
16233
|
$ret.l = 0.5;
|
|
16234
16234
|
$ret.m = 1;
|
|
@@ -16463,7 +16463,7 @@ var SuffixView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16463
16463
|
$ret.m = 1;
|
|
16464
16464
|
return $ret;
|
|
16465
16465
|
})()));
|
|
16466
|
-
NativeUI.
|
|
16466
|
+
NativeUI.ai(this.h.rootWrapper, b);
|
|
16467
16467
|
this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
16468
16468
|
};
|
|
16469
16469
|
SuffixView.prototype.g = function () {
|
|
@@ -16602,7 +16602,7 @@ var PrefixView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16602
16602
|
$ret.m = 1;
|
|
16603
16603
|
return $ret;
|
|
16604
16604
|
})()));
|
|
16605
|
-
NativeUI.
|
|
16605
|
+
NativeUI.ai(this.h.rootWrapper, b);
|
|
16606
16606
|
this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
16607
16607
|
};
|
|
16608
16608
|
PrefixView.prototype.g = function () {
|
|
@@ -16745,7 +16745,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16745
16745
|
c.setStyleProperty("overflow", "hidden");
|
|
16746
16746
|
c.setStyleProperty("height", "1.125rem");
|
|
16747
16747
|
c.setStyleProperty("backface-visibility", "hidden");
|
|
16748
|
-
NativeUI.
|
|
16748
|
+
NativeUI.r(this.m.rootWrapper, this.c.c3);
|
|
16749
16749
|
c.setStyleProperty("outline-style", "none");
|
|
16750
16750
|
c.setStyleProperty("box-shadow", "none");
|
|
16751
16751
|
c.setStyleProperty("font-family", "Verdana");
|
|
@@ -16772,7 +16772,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16772
16772
|
$ret.m = 1;
|
|
16773
16773
|
return $ret;
|
|
16774
16774
|
})()));
|
|
16775
|
-
NativeUI.
|
|
16775
|
+
NativeUI.ai(this.m.rootWrapper, a);
|
|
16776
16776
|
this.n.setStyleProperty("height", "1.125rem");
|
|
16777
16777
|
this.m.rootWrapper.setStyleProperty("position", "absolute");
|
|
16778
16778
|
this.m.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
@@ -16960,7 +16960,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16960
16960
|
}
|
|
16961
16961
|
};
|
|
16962
16962
|
LabelView.prototype.ah = function (a) {
|
|
16963
|
-
NativeUI.
|
|
16963
|
+
NativeUI.r(this.n, a);
|
|
16964
16964
|
};
|
|
16965
16965
|
LabelView.prototype.e = function () {
|
|
16966
16966
|
return ((function () {
|
|
@@ -17067,7 +17067,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17067
17067
|
c.setStyleProperty("background-attachment", "initial");
|
|
17068
17068
|
c.setStyleProperty("background-origin", "initial");
|
|
17069
17069
|
c.setStyleProperty("background-color", "transparent");
|
|
17070
|
-
NativeUI.
|
|
17070
|
+
NativeUI.r(c, this.c.d4);
|
|
17071
17071
|
c.setStyleProperty("outline-style", "none");
|
|
17072
17072
|
c.setStyleProperty("box-shadow", "none");
|
|
17073
17073
|
c.setStyleProperty("border-top", "0.1875rem solid transparent");
|
|
@@ -17199,7 +17199,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17199
17199
|
$ret.m = 1;
|
|
17200
17200
|
return $ret;
|
|
17201
17201
|
})()));
|
|
17202
|
-
NativeUI.
|
|
17202
|
+
NativeUI.ai(this.m.rootWrapper, b);
|
|
17203
17203
|
this.m.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
17204
17204
|
};
|
|
17205
17205
|
InputView.prototype.l = function () {
|
|
@@ -18344,7 +18344,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18344
18344
|
this.jv();
|
|
18345
18345
|
break;
|
|
18346
18346
|
case "IsDisabled":
|
|
18347
|
-
NativeUI.
|
|
18347
|
+
NativeUI.w(this.view.v, !this.disabled);
|
|
18348
18348
|
break;
|
|
18349
18349
|
}
|
|
18350
18350
|
};
|
|
@@ -18531,44 +18531,44 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18531
18531
|
var e = this.v != null && this.v.playState == 1;
|
|
18532
18532
|
var f = this.w != null && this.w.playState == 1;
|
|
18533
18533
|
var g = this.u != null && this.u.playState == 1;
|
|
18534
|
-
NativeUI.
|
|
18535
|
-
NativeUI.
|
|
18536
|
-
NativeUI.
|
|
18537
|
-
NativeUI.
|
|
18534
|
+
NativeUI.p(a, this.ko);
|
|
18535
|
+
NativeUI.p(b, this.ko);
|
|
18536
|
+
NativeUI.n(a, this.l5);
|
|
18537
|
+
NativeUI.ac(a, this.oe);
|
|
18538
18538
|
if (this.ao) {
|
|
18539
18539
|
if (!g) {
|
|
18540
|
-
NativeUI.
|
|
18541
|
-
NativeUI.
|
|
18540
|
+
NativeUI.o(b, this.l7);
|
|
18541
|
+
NativeUI.q(b, new Thickness(0, this.ch));
|
|
18542
18542
|
}
|
|
18543
18543
|
if (!f) {
|
|
18544
|
-
NativeUI.
|
|
18544
|
+
NativeUI.n(c, this.l8);
|
|
18545
18545
|
}
|
|
18546
18546
|
}
|
|
18547
18547
|
else {
|
|
18548
18548
|
if (!f) {
|
|
18549
18549
|
if (this.ap) {
|
|
18550
|
-
NativeUI.
|
|
18551
|
-
NativeUI.
|
|
18552
|
-
NativeUI.
|
|
18550
|
+
NativeUI.n(c, this.l9);
|
|
18551
|
+
NativeUI.ab(c, this.ck);
|
|
18552
|
+
NativeUI.v(c, this.cl);
|
|
18553
18553
|
}
|
|
18554
18554
|
else {
|
|
18555
|
-
NativeUI.
|
|
18556
|
-
NativeUI.
|
|
18557
|
-
NativeUI.
|
|
18555
|
+
NativeUI.n(c, this.ma);
|
|
18556
|
+
NativeUI.ab(c, this.cm);
|
|
18557
|
+
NativeUI.v(c, this.cp);
|
|
18558
18558
|
}
|
|
18559
18559
|
}
|
|
18560
18560
|
if (!g) {
|
|
18561
|
-
NativeUI.
|
|
18562
|
-
NativeUI.
|
|
18561
|
+
NativeUI.o(b, this.l6);
|
|
18562
|
+
NativeUI.q(b, new Thickness(0, this.cg));
|
|
18563
18563
|
}
|
|
18564
18564
|
if (!f) {
|
|
18565
|
-
NativeUI.
|
|
18565
|
+
NativeUI.n(a, this.l5);
|
|
18566
18566
|
}
|
|
18567
18567
|
}
|
|
18568
18568
|
if (!e) {
|
|
18569
|
-
NativeUI.
|
|
18570
|
-
NativeUI.
|
|
18571
|
-
NativeUI.
|
|
18569
|
+
NativeUI.n(d, this.mb);
|
|
18570
|
+
NativeUI.v(d, this.co);
|
|
18571
|
+
NativeUI.ab(d, this.cn);
|
|
18572
18572
|
}
|
|
18573
18573
|
};
|
|
18574
18574
|
Object.defineProperty(XInputGroup.prototype, "a", {
|
|
@@ -21837,7 +21837,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21837
21837
|
a.c = this.p;
|
|
21838
21838
|
a.e = this.t;
|
|
21839
21839
|
a.d = this.s;
|
|
21840
|
-
a.a = AppearanceHelper.a(NativeUI.
|
|
21840
|
+
a.a = AppearanceHelper.a(NativeUI.ao(b));
|
|
21841
21841
|
a.b = this.l;
|
|
21842
21842
|
a.i = this.ap;
|
|
21843
21843
|
a.g = this.an;
|
|
@@ -22187,7 +22187,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
22187
22187
|
if (this.ad != null) {
|
|
22188
22188
|
this.view.bc(this.ad);
|
|
22189
22189
|
}
|
|
22190
|
-
NativeUI.
|
|
22190
|
+
NativeUI.r(this.view.r, this.d4);
|
|
22191
22191
|
this.view.a7();
|
|
22192
22192
|
};
|
|
22193
22193
|
Object.defineProperty(XInput.prototype, "d4", {
|
|
@@ -22635,7 +22635,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
22635
22635
|
a.l = this.ce;
|
|
22636
22636
|
a.o = this.ci;
|
|
22637
22637
|
a.d = this.au;
|
|
22638
|
-
a.a = AppearanceHelper.a(NativeUI.
|
|
22638
|
+
a.a = AppearanceHelper.a(NativeUI.ao(b));
|
|
22639
22639
|
a.k = this.b8;
|
|
22640
22640
|
a.n = this.cg;
|
|
22641
22641
|
a.e = this.aw;
|
|
@@ -30164,7 +30164,8 @@ var XComponentBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30164
30164
|
case 15:
|
|
30165
30165
|
case 17:
|
|
30166
30166
|
case 7:
|
|
30167
|
-
case 21:
|
|
30167
|
+
case 21:
|
|
30168
|
+
case 1: return b;
|
|
30168
30169
|
}
|
|
30169
30170
|
return this.s != null ? this.s : b;
|
|
30170
30171
|
};
|
|
@@ -30176,8 +30177,8 @@ var XComponentBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30176
30177
|
};
|
|
30177
30178
|
XComponentBridge.prototype.getTargetForBuildInProperty = function (a, b) {
|
|
30178
30179
|
switch (b) {
|
|
30179
|
-
case
|
|
30180
|
-
case
|
|
30180
|
+
case 109:
|
|
30181
|
+
case 122: return a;
|
|
30181
30182
|
}
|
|
30182
30183
|
return this.s != null ? this.s : a;
|
|
30183
30184
|
};
|
|
@@ -30436,18 +30437,18 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30436
30437
|
var c = a;
|
|
30437
30438
|
var d = typeCast(XInput.$, c.inputs._inner[0]);
|
|
30438
30439
|
switch (b) {
|
|
30439
|
-
case
|
|
30440
|
+
case 104: return a.mc;
|
|
30440
30441
|
case 3:
|
|
30441
30442
|
this.an(a);
|
|
30442
30443
|
var e = this.v(a);
|
|
30443
30444
|
return e.text;
|
|
30444
|
-
case
|
|
30445
|
+
case 101:
|
|
30445
30446
|
this.ao(a);
|
|
30446
30447
|
return this.u.svgPath;
|
|
30447
|
-
case
|
|
30448
|
+
case 102:
|
|
30448
30449
|
this.ao(a);
|
|
30449
30450
|
return this.u.fill;
|
|
30450
|
-
case
|
|
30451
|
+
case 103:
|
|
30451
30452
|
this.ao(a);
|
|
30452
30453
|
return this.u.ea;
|
|
30453
30454
|
case 2: return d.cq;
|
|
@@ -30483,11 +30484,11 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30483
30484
|
}
|
|
30484
30485
|
break;
|
|
30485
30486
|
case 21: return d.a1;
|
|
30486
|
-
case
|
|
30487
|
-
case
|
|
30488
|
-
case
|
|
30489
|
-
case
|
|
30490
|
-
case
|
|
30487
|
+
case 33: return d.disabled;
|
|
30488
|
+
case 34: return d.d8;
|
|
30489
|
+
case 106: return d.selectionStart;
|
|
30490
|
+
case 107: return d.selectionEnd;
|
|
30491
|
+
case 108: return c.an;
|
|
30491
30492
|
}
|
|
30492
30493
|
return null;
|
|
30493
30494
|
};
|
|
@@ -30495,7 +30496,7 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30495
30496
|
var d = a;
|
|
30496
30497
|
var e = typeCast(XInput.$, d.inputs._inner[0]);
|
|
30497
30498
|
switch (b) {
|
|
30498
|
-
case
|
|
30499
|
+
case 104:
|
|
30499
30500
|
a.mc = c;
|
|
30500
30501
|
break;
|
|
30501
30502
|
case 3:
|
|
@@ -30503,15 +30504,15 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30503
30504
|
var f = this.v(a);
|
|
30504
30505
|
f.text = c;
|
|
30505
30506
|
break;
|
|
30506
|
-
case
|
|
30507
|
+
case 101:
|
|
30507
30508
|
this.ao(a);
|
|
30508
30509
|
this.u.svgPath = c;
|
|
30509
30510
|
break;
|
|
30510
|
-
case
|
|
30511
|
+
case 102:
|
|
30511
30512
|
this.ao(a);
|
|
30512
30513
|
this.u.fill = c;
|
|
30513
30514
|
break;
|
|
30514
|
-
case
|
|
30515
|
+
case 103:
|
|
30515
30516
|
this.ao(a);
|
|
30516
30517
|
this.u.ea = c;
|
|
30517
30518
|
break;
|
|
@@ -30582,19 +30583,19 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30582
30583
|
case 21:
|
|
30583
30584
|
e.a1 = c;
|
|
30584
30585
|
break;
|
|
30585
|
-
case
|
|
30586
|
+
case 33:
|
|
30586
30587
|
e.disabled = c;
|
|
30587
30588
|
break;
|
|
30588
|
-
case
|
|
30589
|
+
case 34:
|
|
30589
30590
|
e.d8 = c;
|
|
30590
30591
|
break;
|
|
30591
|
-
case
|
|
30592
|
+
case 106:
|
|
30592
30593
|
e.selectionStart = typeGetValue(c);
|
|
30593
30594
|
break;
|
|
30594
|
-
case
|
|
30595
|
+
case 107:
|
|
30595
30596
|
e.selectionEnd = typeGetValue(c);
|
|
30596
30597
|
break;
|
|
30597
|
-
case
|
|
30598
|
+
case 108:
|
|
30598
30599
|
d.an = c;
|
|
30599
30600
|
break;
|
|
30600
30601
|
}
|
|
@@ -30792,7 +30793,7 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30792
30793
|
case 18:
|
|
30793
30794
|
d.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
30794
30795
|
break;
|
|
30795
|
-
case
|
|
30796
|
+
case 55:
|
|
30796
30797
|
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
30797
30798
|
this.aa = c;
|
|
30798
30799
|
d.appendButtonContent(this.aa.ao);
|
|
@@ -30820,7 +30821,7 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30820
30821
|
case 4:
|
|
30821
30822
|
d.ax = c;
|
|
30822
30823
|
break;
|
|
30823
|
-
case
|
|
30824
|
+
case 33:
|
|
30824
30825
|
d.disabled = c;
|
|
30825
30826
|
break;
|
|
30826
30827
|
case 5:
|
|
@@ -30832,19 +30833,19 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30832
30833
|
case 24:
|
|
30833
30834
|
d.ql = c;
|
|
30834
30835
|
break;
|
|
30835
|
-
case
|
|
30836
|
+
case 56:
|
|
30836
30837
|
d.bn = c.left;
|
|
30837
30838
|
d.bp = c.top;
|
|
30838
30839
|
d.bo = c.right;
|
|
30839
30840
|
d.bm = c.bottom;
|
|
30840
30841
|
break;
|
|
30841
|
-
case
|
|
30842
|
+
case 58:
|
|
30842
30843
|
d.az = c;
|
|
30843
30844
|
break;
|
|
30844
|
-
case
|
|
30845
|
+
case 57:
|
|
30845
30846
|
d.aw = c;
|
|
30846
30847
|
break;
|
|
30847
|
-
case
|
|
30848
|
+
case 59:
|
|
30848
30849
|
d.au = c;
|
|
30849
30850
|
break;
|
|
30850
30851
|
case 17:
|
|
@@ -30853,13 +30854,13 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30853
30854
|
case 11:
|
|
30854
30855
|
d.ab = c;
|
|
30855
30856
|
break;
|
|
30856
|
-
case
|
|
30857
|
+
case 89:
|
|
30857
30858
|
d.bz = c;
|
|
30858
30859
|
break;
|
|
30859
|
-
case
|
|
30860
|
+
case 60:
|
|
30860
30861
|
d.a6 = c;
|
|
30861
30862
|
break;
|
|
30862
|
-
case
|
|
30863
|
+
case 119:
|
|
30863
30864
|
d.n7 = c;
|
|
30864
30865
|
break;
|
|
30865
30866
|
case 23:
|
|
@@ -30871,7 +30872,7 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30871
30872
|
var c = a;
|
|
30872
30873
|
switch (b) {
|
|
30873
30874
|
case 3: return this.ac;
|
|
30874
|
-
case
|
|
30875
|
+
case 55: return this.aa;
|
|
30875
30876
|
case 1:
|
|
30876
30877
|
switch (c.s) {
|
|
30877
30878
|
case 0: return enumGetBox(NativeUIDisplayDensity_$type, 0);
|
|
@@ -30892,18 +30893,18 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30892
30893
|
}
|
|
30893
30894
|
return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
30894
30895
|
case 4: return c.ax;
|
|
30895
|
-
case
|
|
30896
|
+
case 33: return c.disabled;
|
|
30896
30897
|
case 5: return c.av;
|
|
30897
30898
|
case 6: return !c.a3;
|
|
30898
30899
|
case 24: return c.ql;
|
|
30899
|
-
case
|
|
30900
|
-
case
|
|
30901
|
-
case
|
|
30902
|
-
case
|
|
30900
|
+
case 56: return new Thickness(1, c.bn, c.bp, c.bo, c.bm);
|
|
30901
|
+
case 58: return c.az;
|
|
30902
|
+
case 57: return c.aw;
|
|
30903
|
+
case 59: return c.au;
|
|
30903
30904
|
case 17: return c.k6;
|
|
30904
|
-
case
|
|
30905
|
-
case
|
|
30906
|
-
case
|
|
30905
|
+
case 89: return c.bz;
|
|
30906
|
+
case 60: return c.a6;
|
|
30907
|
+
case 119: return c.n7;
|
|
30907
30908
|
case 23: return c.n6;
|
|
30908
30909
|
}
|
|
30909
30910
|
return null;
|
|
@@ -32179,8 +32180,8 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32179
32180
|
this.w = truncate(Math.round(d));
|
|
32180
32181
|
}
|
|
32181
32182
|
if (this.l.d && this.t != 1) {
|
|
32182
|
-
this.l.
|
|
32183
|
-
this.l.
|
|
32183
|
+
this.l.ac();
|
|
32184
|
+
this.l.ad(this.t, this.t);
|
|
32184
32185
|
}
|
|
32185
32186
|
this.l.l(this.g.e0.left, this.g.e0.top, this.g.e0.width, this.g.e0.height);
|
|
32186
32187
|
for (var e = 0; e < this.r.count; e++) {
|
|
@@ -32202,29 +32203,29 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32202
32203
|
this.a1(this.r._inner[i].allPaths);
|
|
32203
32204
|
}
|
|
32204
32205
|
if (this.l.d && this.t != 1) {
|
|
32205
|
-
this.l.
|
|
32206
|
+
this.l.ab();
|
|
32206
32207
|
}
|
|
32207
32208
|
};
|
|
32208
32209
|
MultiSliderView.prototype.a2 = function (a) {
|
|
32209
32210
|
if (a.j != null) {
|
|
32210
|
-
this.l.
|
|
32211
|
+
this.l.ac();
|
|
32211
32212
|
}
|
|
32212
32213
|
this.l.k(a.j);
|
|
32213
|
-
this.l.
|
|
32214
|
+
this.l.y(a);
|
|
32214
32215
|
if (a.j != null) {
|
|
32215
|
-
this.l.
|
|
32216
|
+
this.l.ab();
|
|
32216
32217
|
}
|
|
32217
32218
|
};
|
|
32218
32219
|
MultiSliderView.prototype.a1 = function (a) {
|
|
32219
32220
|
for (var b = 0; b < a.count; b++) {
|
|
32220
32221
|
var c = a.item(b);
|
|
32221
32222
|
if (c.j != null) {
|
|
32222
|
-
this.l.
|
|
32223
|
+
this.l.ac();
|
|
32223
32224
|
}
|
|
32224
32225
|
this.l.k(c.j);
|
|
32225
32226
|
this.l.t(c);
|
|
32226
32227
|
if (c.j != null) {
|
|
32227
|
-
this.l.
|
|
32228
|
+
this.l.ab();
|
|
32228
32229
|
}
|
|
32229
32230
|
}
|
|
32230
32231
|
};
|
|
@@ -32297,7 +32298,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32297
32298
|
this.v = i;
|
|
32298
32299
|
var j = this.u.get2DCanvasContext(this.v);
|
|
32299
32300
|
this.l = new RenderingContext(new CanvasViewRenderer(), j);
|
|
32300
|
-
this.l.
|
|
32301
|
+
this.l.ah(this.j);
|
|
32301
32302
|
this.ab();
|
|
32302
32303
|
this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
|
|
32303
32304
|
this.a.bo = this.g.e0;
|
|
@@ -32372,7 +32373,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32372
32373
|
this.i = c;
|
|
32373
32374
|
this.j = this.i;
|
|
32374
32375
|
this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
|
|
32375
|
-
this.l.
|
|
32376
|
+
this.l.ah(this.i);
|
|
32376
32377
|
this.g.trackDirty();
|
|
32377
32378
|
}
|
|
32378
32379
|
};
|
|
@@ -34128,15 +34129,15 @@ var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
34128
34129
|
switch (b) {
|
|
34129
34130
|
case 12: return a.bg;
|
|
34130
34131
|
case 13: return a.bf;
|
|
34131
|
-
case
|
|
34132
|
-
case
|
|
34132
|
+
case 98: return a.bv;
|
|
34133
|
+
case 99: return a.bf;
|
|
34133
34134
|
case 14: return a.bl;
|
|
34134
34135
|
case 2: return a.thumbs._inner[0].s;
|
|
34135
|
-
case
|
|
34136
|
-
case
|
|
34137
|
-
case
|
|
34138
|
-
case
|
|
34139
|
-
case
|
|
34136
|
+
case 93: return a.b0;
|
|
34137
|
+
case 94: return a.ek;
|
|
34138
|
+
case 95: return a.es;
|
|
34139
|
+
case 97: return a.eu;
|
|
34140
|
+
case 96: return a.et;
|
|
34140
34141
|
case 30:
|
|
34141
34142
|
var c = a.e;
|
|
34142
34143
|
switch (c) {
|
|
@@ -34176,10 +34177,10 @@ var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
34176
34177
|
case 13:
|
|
34177
34178
|
a.bf = c;
|
|
34178
34179
|
break;
|
|
34179
|
-
case
|
|
34180
|
+
case 98:
|
|
34180
34181
|
a.bv = c;
|
|
34181
34182
|
break;
|
|
34182
|
-
case
|
|
34183
|
+
case 99:
|
|
34183
34184
|
a.bu = c;
|
|
34184
34185
|
break;
|
|
34185
34186
|
case 14:
|
|
@@ -34188,19 +34189,19 @@ var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
34188
34189
|
case 2:
|
|
34189
34190
|
a.thumbs._inner[0].s = c;
|
|
34190
34191
|
break;
|
|
34191
|
-
case
|
|
34192
|
+
case 93:
|
|
34192
34193
|
a.b0 = c;
|
|
34193
34194
|
break;
|
|
34194
|
-
case
|
|
34195
|
+
case 94:
|
|
34195
34196
|
a.ek = c;
|
|
34196
34197
|
break;
|
|
34197
|
-
case
|
|
34198
|
+
case 95:
|
|
34198
34199
|
a.es = c;
|
|
34199
34200
|
break;
|
|
34200
|
-
case
|
|
34201
|
+
case 97:
|
|
34201
34202
|
a.eu = c;
|
|
34202
34203
|
break;
|
|
34203
|
-
case
|
|
34204
|
+
case 96:
|
|
34204
34205
|
a.et = c;
|
|
34205
34206
|
break;
|
|
34206
34207
|
case 30:
|
|
@@ -36129,17 +36130,17 @@ var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36129
36130
|
}
|
|
36130
36131
|
return enumGetBox(NativeUIDisplayDensity_$type, e);
|
|
36131
36132
|
case 18: return enumGetBox(BaseControlTheme_$type, c.q);
|
|
36132
|
-
case
|
|
36133
|
+
case 88: return c.d;
|
|
36133
36134
|
case 0:
|
|
36134
36135
|
switch (c.i) {
|
|
36135
36136
|
case 0: return enumGetBox(NativeUIButtonGroupDisplayType_$type, 0);
|
|
36136
36137
|
case 1: return enumGetBox(NativeUIButtonGroupDisplayType_$type, 1);
|
|
36137
36138
|
}
|
|
36138
36139
|
return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
36139
|
-
case
|
|
36140
|
+
case 33: return c.disabled;
|
|
36140
36141
|
case 24: return c.ht;
|
|
36141
36142
|
case 17: return c.a2;
|
|
36142
|
-
case
|
|
36143
|
+
case 120: return c.hp;
|
|
36143
36144
|
}
|
|
36144
36145
|
return null;
|
|
36145
36146
|
};
|
|
@@ -36170,7 +36171,7 @@ var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36170
36171
|
case 18:
|
|
36171
36172
|
d.q = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
36172
36173
|
break;
|
|
36173
|
-
case
|
|
36174
|
+
case 88:
|
|
36174
36175
|
d.d = c;
|
|
36175
36176
|
break;
|
|
36176
36177
|
case 0:
|
|
@@ -36183,7 +36184,7 @@ var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36183
36184
|
break;
|
|
36184
36185
|
}
|
|
36185
36186
|
break;
|
|
36186
|
-
case
|
|
36187
|
+
case 33:
|
|
36187
36188
|
d.disabled = c;
|
|
36188
36189
|
break;
|
|
36189
36190
|
case 24:
|
|
@@ -36192,7 +36193,7 @@ var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36192
36193
|
case 17:
|
|
36193
36194
|
d.a2 = c.e;
|
|
36194
36195
|
break;
|
|
36195
|
-
case
|
|
36196
|
+
case 120:
|
|
36196
36197
|
d.hp = c;
|
|
36197
36198
|
break;
|
|
36198
36199
|
}
|
|
@@ -36887,18 +36888,18 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36887
36888
|
if (a == null || b == null) {
|
|
36888
36889
|
return;
|
|
36889
36890
|
}
|
|
36890
|
-
NativeUI.
|
|
36891
|
-
NativeUI.
|
|
36891
|
+
NativeUI.p(a, new CornerRadius(0, this.ao));
|
|
36892
|
+
NativeUI.p(b, new CornerRadius(0, this.ao));
|
|
36892
36893
|
if (!isNaN_(this.an)) {
|
|
36893
|
-
NativeUI.
|
|
36894
|
+
NativeUI.q(b, new Thickness(0, this.an));
|
|
36894
36895
|
}
|
|
36895
36896
|
if (this.checked) {
|
|
36896
|
-
NativeUI.
|
|
36897
|
-
NativeUI.
|
|
36897
|
+
NativeUI.n(a, this.c8);
|
|
36898
|
+
NativeUI.o(b, this.c9);
|
|
36898
36899
|
}
|
|
36899
36900
|
else {
|
|
36900
|
-
NativeUI.
|
|
36901
|
-
NativeUI.
|
|
36901
|
+
NativeUI.n(a, this.db);
|
|
36902
|
+
NativeUI.o(b, this.dc);
|
|
36902
36903
|
}
|
|
36903
36904
|
};
|
|
36904
36905
|
XCheckbox.prototype.cw = function () {
|
|
@@ -36906,8 +36907,8 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36906
36907
|
if (a == null) {
|
|
36907
36908
|
return;
|
|
36908
36909
|
}
|
|
36909
|
-
NativeUI.
|
|
36910
|
-
NativeUI.
|
|
36910
|
+
NativeUI.ad(a, this.da);
|
|
36911
|
+
NativeUI.ag(a, this.ap);
|
|
36911
36912
|
};
|
|
36912
36913
|
Object.defineProperty(XCheckbox.prototype, "dl", {
|
|
36913
36914
|
get: function () {
|
|
@@ -37462,7 +37463,7 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37462
37463
|
this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.dc, 0.1));
|
|
37463
37464
|
}
|
|
37464
37465
|
if (!this.indeterminate) {
|
|
37465
|
-
NativeUI.
|
|
37466
|
+
NativeUI.ai(this.view.v, null);
|
|
37466
37467
|
}
|
|
37467
37468
|
if (this.z || this.indeterminate || a) {
|
|
37468
37469
|
var d = this.view.u;
|
|
@@ -37481,23 +37482,23 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37481
37482
|
$ret.j = -_this.view.l();
|
|
37482
37483
|
return $ret;
|
|
37483
37484
|
})()));
|
|
37484
|
-
NativeUI.
|
|
37485
|
-
NativeUI.
|
|
37486
|
-
NativeUI.
|
|
37487
|
-
NativeUI.
|
|
37488
|
-
NativeUI.
|
|
37485
|
+
NativeUI.n(d, this.c8);
|
|
37486
|
+
NativeUI.o(e, this.c9);
|
|
37487
|
+
NativeUI.ab(f, 1);
|
|
37488
|
+
NativeUI.af(f, 41);
|
|
37489
|
+
NativeUI.ai(f, g);
|
|
37489
37490
|
}
|
|
37490
37491
|
else if (b) {
|
|
37491
|
-
NativeUI.
|
|
37492
|
-
NativeUI.
|
|
37493
|
-
NativeUI.
|
|
37494
|
-
NativeUI.
|
|
37492
|
+
NativeUI.n(d, this.c8);
|
|
37493
|
+
NativeUI.o(e, this.c9);
|
|
37494
|
+
NativeUI.ab(f, 1);
|
|
37495
|
+
NativeUI.af(f, 0);
|
|
37495
37496
|
}
|
|
37496
37497
|
else {
|
|
37497
|
-
NativeUI.
|
|
37498
|
-
NativeUI.
|
|
37499
|
-
NativeUI.
|
|
37500
|
-
NativeUI.
|
|
37498
|
+
NativeUI.n(d, this.db);
|
|
37499
|
+
NativeUI.o(e, this.dc);
|
|
37500
|
+
NativeUI.ab(f, 0);
|
|
37501
|
+
NativeUI.af(f, 24);
|
|
37501
37502
|
}
|
|
37502
37503
|
if (this.o.playState == 1) {
|
|
37503
37504
|
this.o.cancel();
|
|
@@ -37715,10 +37716,10 @@ var XCheckboxBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37715
37716
|
case 7: return c.checked;
|
|
37716
37717
|
case 18: return enumGetBox(BaseControlTheme_$type, c.n);
|
|
37717
37718
|
case 17: return c.ar;
|
|
37718
|
-
case
|
|
37719
|
-
case
|
|
37720
|
-
case
|
|
37721
|
-
case
|
|
37719
|
+
case 67: return c.dl;
|
|
37720
|
+
case 69: return c.dm;
|
|
37721
|
+
case 68: return c.dd;
|
|
37722
|
+
case 70: return c.de;
|
|
37722
37723
|
}
|
|
37723
37724
|
return null;
|
|
37724
37725
|
};
|
|
@@ -37737,16 +37738,16 @@ var XCheckboxBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37737
37738
|
case 17:
|
|
37738
37739
|
d.ar = c;
|
|
37739
37740
|
break;
|
|
37740
|
-
case
|
|
37741
|
+
case 67:
|
|
37741
37742
|
d.dl = c;
|
|
37742
37743
|
break;
|
|
37743
|
-
case
|
|
37744
|
+
case 69:
|
|
37744
37745
|
d.dm = c;
|
|
37745
37746
|
break;
|
|
37746
|
-
case
|
|
37747
|
+
case 68:
|
|
37747
37748
|
d.dd = c;
|
|
37748
37749
|
break;
|
|
37749
|
-
case
|
|
37750
|
+
case 70:
|
|
37750
37751
|
d.de = c;
|
|
37751
37752
|
break;
|
|
37752
37753
|
}
|
|
@@ -37782,15 +37783,15 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37782
37783
|
case 16: return this.v;
|
|
37783
37784
|
case 15: return this.u;
|
|
37784
37785
|
case 18: return enumGetBox(BaseControlTheme_$type, c.m);
|
|
37785
|
-
case
|
|
37786
|
-
case
|
|
37787
|
-
case
|
|
37788
|
-
case
|
|
37789
|
-
case
|
|
37790
|
-
case
|
|
37791
|
-
case
|
|
37792
|
-
case
|
|
37793
|
-
case
|
|
37786
|
+
case 45: return c.a6;
|
|
37787
|
+
case 46: return c.a7;
|
|
37788
|
+
case 47: return c.a8;
|
|
37789
|
+
case 48: return c.a5;
|
|
37790
|
+
case 49: return c.a9;
|
|
37791
|
+
case 50: return c.a1;
|
|
37792
|
+
case 64: return c.e;
|
|
37793
|
+
case 65: return c.f;
|
|
37794
|
+
case 66: return c.a4;
|
|
37794
37795
|
}
|
|
37795
37796
|
return _super.prototype.getValue.call(this, a, b);
|
|
37796
37797
|
};
|
|
@@ -37810,31 +37811,31 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37810
37811
|
this.w(d);
|
|
37811
37812
|
}
|
|
37812
37813
|
break;
|
|
37813
|
-
case
|
|
37814
|
+
case 45:
|
|
37814
37815
|
d.a6 = c;
|
|
37815
37816
|
break;
|
|
37816
|
-
case
|
|
37817
|
+
case 46:
|
|
37817
37818
|
d.a7 = c;
|
|
37818
37819
|
break;
|
|
37819
|
-
case
|
|
37820
|
+
case 47:
|
|
37820
37821
|
d.a8 = c;
|
|
37821
37822
|
break;
|
|
37822
|
-
case
|
|
37823
|
+
case 48:
|
|
37823
37824
|
d.a5 = c;
|
|
37824
37825
|
break;
|
|
37825
|
-
case
|
|
37826
|
+
case 49:
|
|
37826
37827
|
d.a9 = c;
|
|
37827
37828
|
break;
|
|
37828
|
-
case
|
|
37829
|
+
case 50:
|
|
37829
37830
|
d.a1 = c;
|
|
37830
37831
|
break;
|
|
37831
|
-
case
|
|
37832
|
+
case 64:
|
|
37832
37833
|
d.e = c;
|
|
37833
37834
|
break;
|
|
37834
|
-
case
|
|
37835
|
+
case 65:
|
|
37835
37836
|
d.f = c;
|
|
37836
37837
|
break;
|
|
37837
|
-
case
|
|
37838
|
+
case 66:
|
|
37838
37839
|
d.a4 = c;
|
|
37839
37840
|
break;
|
|
37840
37841
|
}
|
|
@@ -37849,8 +37850,8 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37849
37850
|
a.svg = null;
|
|
37850
37851
|
a.svgPath = null;
|
|
37851
37852
|
a.b = null;
|
|
37852
|
-
a.
|
|
37853
|
-
a.
|
|
37853
|
+
a.b2 = null;
|
|
37854
|
+
a.bj = null;
|
|
37854
37855
|
var b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
37855
37856
|
if (b != null) {
|
|
37856
37857
|
if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
@@ -37868,16 +37869,16 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37868
37869
|
}
|
|
37869
37870
|
var d = SvgIconRegistry.instance.getDataURLString(this.u, this.v);
|
|
37870
37871
|
if (d != null) {
|
|
37871
|
-
a.
|
|
37872
|
+
a.b2 = d;
|
|
37872
37873
|
return;
|
|
37873
37874
|
}
|
|
37874
37875
|
var e = SvgIconRegistry.instance.getIconSource(this.u, this.v);
|
|
37875
37876
|
if (e != null) {
|
|
37876
|
-
a.
|
|
37877
|
+
a.bj = e;
|
|
37877
37878
|
}
|
|
37878
37879
|
};
|
|
37879
37880
|
XIconBridge.prototype.exportVisualData = function (a) {
|
|
37880
|
-
var b = a.
|
|
37881
|
+
var b = a.bi();
|
|
37881
37882
|
return b;
|
|
37882
37883
|
};
|
|
37883
37884
|
XIconBridge.$t = markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
|
|
@@ -38043,28 +38044,28 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38043
38044
|
var c = a;
|
|
38044
38045
|
switch (b) {
|
|
38045
38046
|
case 22: return c.ax;
|
|
38046
|
-
case
|
|
38047
|
-
case
|
|
38047
|
+
case 61: return c.av;
|
|
38048
|
+
case 62: return c.aq;
|
|
38048
38049
|
case 25: return c.am;
|
|
38049
38050
|
case 26: return c.a9;
|
|
38050
38051
|
case 17: return c.a1;
|
|
38051
38052
|
case 23: return c.c0;
|
|
38052
|
-
case
|
|
38053
|
+
case 36: switch (c.p) {
|
|
38053
38054
|
case 1: return enumGetBox(NativeUIPopupAnimationType_$type, 1);
|
|
38054
38055
|
default: return enumGetBox(NativeUIPopupAnimationType_$type, 0);
|
|
38055
38056
|
}
|
|
38056
|
-
case
|
|
38057
|
-
case
|
|
38058
|
-
case
|
|
38059
|
-
case
|
|
38060
|
-
case
|
|
38057
|
+
case 37: return c.at;
|
|
38058
|
+
case 38: return c.as;
|
|
38059
|
+
case 41: return c.bb;
|
|
38060
|
+
case 42: return c.au;
|
|
38061
|
+
case 44: switch (c.v) {
|
|
38061
38062
|
case 1: return enumGetBox(NativeUIPopupPointerPosition_$type, 1);
|
|
38062
38063
|
default: return enumGetBox(NativeUIPopupPointerPosition_$type, 2);
|
|
38063
38064
|
}
|
|
38064
|
-
case
|
|
38065
|
-
case
|
|
38066
|
-
case
|
|
38067
|
-
case
|
|
38065
|
+
case 43: return c.c4;
|
|
38066
|
+
case 40: return c.ao;
|
|
38067
|
+
case 63: return c.a4;
|
|
38068
|
+
case 111: return c.ay;
|
|
38068
38069
|
}
|
|
38069
38070
|
return _super.prototype.getValue.call(this, a, b);
|
|
38070
38071
|
};
|
|
@@ -38083,7 +38084,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38083
38084
|
case 23:
|
|
38084
38085
|
d.c0 = c;
|
|
38085
38086
|
break;
|
|
38086
|
-
case
|
|
38087
|
+
case 36:
|
|
38087
38088
|
switch (EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, c)) {
|
|
38088
38089
|
case 1:
|
|
38089
38090
|
d.p = 1;
|
|
@@ -38093,22 +38094,22 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38093
38094
|
break;
|
|
38094
38095
|
}
|
|
38095
38096
|
break;
|
|
38096
|
-
case
|
|
38097
|
+
case 37:
|
|
38097
38098
|
d.at = c;
|
|
38098
38099
|
break;
|
|
38099
|
-
case
|
|
38100
|
+
case 38:
|
|
38100
38101
|
d.as = c;
|
|
38101
38102
|
break;
|
|
38102
|
-
case
|
|
38103
|
+
case 41:
|
|
38103
38104
|
d.bb = typeGetValue(c);
|
|
38104
38105
|
break;
|
|
38105
|
-
case
|
|
38106
|
+
case 42:
|
|
38106
38107
|
d.au = c;
|
|
38107
38108
|
break;
|
|
38108
|
-
case
|
|
38109
|
+
case 43:
|
|
38109
38110
|
d.c4 = c;
|
|
38110
38111
|
break;
|
|
38111
|
-
case
|
|
38112
|
+
case 44:
|
|
38112
38113
|
switch (EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, c)) {
|
|
38113
38114
|
case 1:
|
|
38114
38115
|
d.v = 1;
|
|
@@ -38118,13 +38119,13 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38118
38119
|
break;
|
|
38119
38120
|
}
|
|
38120
38121
|
break;
|
|
38121
|
-
case
|
|
38122
|
+
case 40:
|
|
38122
38123
|
d.ao = c;
|
|
38123
38124
|
break;
|
|
38124
|
-
case
|
|
38125
|
+
case 63:
|
|
38125
38126
|
d.a4 = c;
|
|
38126
38127
|
break;
|
|
38127
|
-
case
|
|
38128
|
+
case 111:
|
|
38128
38129
|
d.ay = c;
|
|
38129
38130
|
break;
|
|
38130
38131
|
}
|
|
@@ -38166,7 +38167,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38166
38167
|
}
|
|
38167
38168
|
};
|
|
38168
38169
|
XPopupBridge.prototype.exportVisualData = function (a) {
|
|
38169
|
-
return a.
|
|
38170
|
+
return a.bi();
|
|
38170
38171
|
};
|
|
38171
38172
|
XPopupBridge.prototype.addChild = function (a, b) {
|
|
38172
38173
|
this.ae.add(b);
|
|
@@ -40073,13 +40074,13 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40073
40074
|
d.bi = new Thickness(1, 5, 5, 5, 0);
|
|
40074
40075
|
p.bi = new Thickness(1, 5, 16, 0, 11);
|
|
40075
40076
|
p.a9 = BrushUtil.l(255, 255, 0, 0);
|
|
40077
|
+
c.cf(p, 0);
|
|
40076
40078
|
c.cd(p, 0);
|
|
40077
|
-
c.cb(p, 0);
|
|
40078
40079
|
c.bo(p);
|
|
40079
|
-
n.
|
|
40080
|
-
n.
|
|
40080
|
+
n.b5(0, 2, 1);
|
|
40081
|
+
n.b5(1, 2, 1);
|
|
40081
40082
|
n.bi = new Thickness(1, 5, 2, 5, 2);
|
|
40082
|
-
n.
|
|
40083
|
+
n.cd(j, 0);
|
|
40083
40084
|
j.bi = new Thickness(1, 0, 0, 2, 0);
|
|
40084
40085
|
j.bv = 1;
|
|
40085
40086
|
j.bq = _this.h;
|
|
@@ -40090,7 +40091,7 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40090
40091
|
o.bq = _this.h;
|
|
40091
40092
|
o.c = _this.f;
|
|
40092
40093
|
o.b6 = "hex";
|
|
40093
|
-
n.
|
|
40094
|
+
n.cd(o, 1);
|
|
40094
40095
|
n.bo(j);
|
|
40095
40096
|
n.bo(o);
|
|
40096
40097
|
l.bi = new Thickness(1, 5, 2, 5, 2);
|
|
@@ -40099,39 +40100,39 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40099
40100
|
m.bq = _this.h;
|
|
40100
40101
|
l.bn = runOn(_this, _this.a6);
|
|
40101
40102
|
m.bn = runOn(_this, _this.bh);
|
|
40102
|
-
b.
|
|
40103
|
-
b.
|
|
40104
|
-
b.
|
|
40105
|
-
b.
|
|
40106
|
-
b.
|
|
40107
|
-
b.
|
|
40108
|
-
b.
|
|
40103
|
+
b.b7(0, 1, 175);
|
|
40104
|
+
b.b7(1, 0, 0);
|
|
40105
|
+
b.b7(2, 0, 0);
|
|
40106
|
+
b.b7(3, 0, 0);
|
|
40107
|
+
b.b5(0, 1, 90);
|
|
40108
|
+
b.b5(1, 1, 175);
|
|
40109
|
+
b.b5(2, 1, 25);
|
|
40110
|
+
b.cf(c, 0);
|
|
40109
40111
|
b.cd(c, 0);
|
|
40110
|
-
b.
|
|
40111
|
-
b.cd(d,
|
|
40112
|
-
b.
|
|
40113
|
-
b.cd(e,
|
|
40114
|
-
b.
|
|
40115
|
-
b.cd(f,
|
|
40116
|
-
b.
|
|
40117
|
-
b.cd(g,
|
|
40118
|
-
b.
|
|
40119
|
-
b.cd(h,
|
|
40120
|
-
b.
|
|
40121
|
-
b.
|
|
40122
|
-
b.cd(i,
|
|
40123
|
-
b.
|
|
40124
|
-
b.
|
|
40125
|
-
b.cd(n,
|
|
40126
|
-
b.
|
|
40127
|
-
b.
|
|
40128
|
-
b.cd(k,
|
|
40129
|
-
b.
|
|
40130
|
-
|
|
40131
|
-
k.
|
|
40132
|
-
k.
|
|
40133
|
-
k.
|
|
40134
|
-
k.cb(m, 1);
|
|
40112
|
+
b.cf(d, 0);
|
|
40113
|
+
b.cd(d, 1);
|
|
40114
|
+
b.cf(e, 0);
|
|
40115
|
+
b.cd(e, 1);
|
|
40116
|
+
b.cf(f, 0);
|
|
40117
|
+
b.cd(f, 3);
|
|
40118
|
+
b.cf(g, 0);
|
|
40119
|
+
b.cd(g, 3);
|
|
40120
|
+
b.cf(h, 1);
|
|
40121
|
+
b.cd(h, 0);
|
|
40122
|
+
b.ce(h, 3);
|
|
40123
|
+
b.cf(i, 1);
|
|
40124
|
+
b.cd(i, 0);
|
|
40125
|
+
b.ce(i, 3);
|
|
40126
|
+
b.cf(n, 2);
|
|
40127
|
+
b.cd(n, 0);
|
|
40128
|
+
b.ce(n, 3);
|
|
40129
|
+
b.cf(k, 3);
|
|
40130
|
+
b.cd(k, 0);
|
|
40131
|
+
b.ce(k, 3);
|
|
40132
|
+
k.b5(0, 2, 1);
|
|
40133
|
+
k.b5(1, 2, 1);
|
|
40134
|
+
k.cd(l, 0);
|
|
40135
|
+
k.cd(m, 1);
|
|
40135
40136
|
k.bo(l);
|
|
40136
40137
|
k.bo(m);
|
|
40137
40138
|
b.bo(c);
|
|
@@ -40145,7 +40146,7 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40145
40146
|
b.bo(k);
|
|
40146
40147
|
_this.d.a8(b);
|
|
40147
40148
|
_this.n = b;
|
|
40148
|
-
_this.n.
|
|
40149
|
+
_this.n.by = true;
|
|
40149
40150
|
_this.s = i;
|
|
40150
40151
|
_this.u = g;
|
|
40151
40152
|
_this.m = f;
|
|
@@ -41973,15 +41974,10 @@ var IgcMultiSliderTrackThumbRange = /** @class */ /*@__PURE__*/ (function () {
|
|
|
41973
41974
|
return null;
|
|
41974
41975
|
}
|
|
41975
41976
|
if (!r.externalObject) {
|
|
41976
|
-
var e =
|
|
41977
|
-
if (
|
|
41977
|
+
var e = IgcMultiSliderThumbComponent._createFromInternal(r);
|
|
41978
|
+
if (e) {
|
|
41978
41979
|
e._implementation = r;
|
|
41979
41980
|
}
|
|
41980
|
-
else {
|
|
41981
|
-
if (e.i.setNativeElement) {
|
|
41982
|
-
e.i.setNativeElement(r);
|
|
41983
|
-
}
|
|
41984
|
-
}
|
|
41985
41981
|
r.externalObject = e;
|
|
41986
41982
|
}
|
|
41987
41983
|
return r.externalObject;
|
|
@@ -41999,15 +41995,10 @@ var IgcMultiSliderTrackThumbRange = /** @class */ /*@__PURE__*/ (function () {
|
|
|
41999
41995
|
return null;
|
|
42000
41996
|
}
|
|
42001
41997
|
if (!r.externalObject) {
|
|
42002
|
-
var e =
|
|
42003
|
-
if (
|
|
41998
|
+
var e = IgcMultiSliderThumbComponent._createFromInternal(r);
|
|
41999
|
+
if (e) {
|
|
42004
42000
|
e._implementation = r;
|
|
42005
42001
|
}
|
|
42006
|
-
else {
|
|
42007
|
-
if (e.i.setNativeElement) {
|
|
42008
|
-
e.i.setNativeElement(r);
|
|
42009
|
-
}
|
|
42010
|
-
}
|
|
42011
42002
|
r.externalObject = e;
|
|
42012
42003
|
}
|
|
42013
42004
|
return r.externalObject;
|
|
@@ -42035,61 +42026,166 @@ var IgcMultiSliderTrackThumbRange = /** @class */ /*@__PURE__*/ (function () {
|
|
|
42035
42026
|
return IgcMultiSliderTrackThumbRange;
|
|
42036
42027
|
}());
|
|
42037
42028
|
|
|
42038
|
-
var
|
|
42039
|
-
|
|
42040
|
-
|
|
42041
|
-
|
|
42042
|
-
|
|
42043
|
-
|
|
42044
|
-
|
|
42045
|
-
|
|
42046
|
-
|
|
42029
|
+
var IgcMultiSliderThumbComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
42030
|
+
__extends(IgcMultiSliderThumbComponent, _super);
|
|
42031
|
+
function IgcMultiSliderThumbComponent() {
|
|
42032
|
+
var _this = _super.call(this) || this;
|
|
42033
|
+
_this._settingAttributes = false;
|
|
42034
|
+
_this._attached = false;
|
|
42035
|
+
_this._queuedSetAttributes = [];
|
|
42036
|
+
_this._updatingFromAttribute = false;
|
|
42037
|
+
_this.__p = null;
|
|
42038
|
+
_this._hasUserValues = new Set();
|
|
42039
|
+
_this._stylingContainer = null;
|
|
42040
|
+
_this._stylingParent = null;
|
|
42041
|
+
_this._inStyling = false;
|
|
42042
|
+
_this._propertyUpdated = null;
|
|
42043
|
+
_this._propertyUpdated_wrapped = null;
|
|
42044
|
+
if (_this._styling) {
|
|
42045
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
|
|
42046
|
+
}
|
|
42047
|
+
_this._implementation = _this.createImplementation();
|
|
42048
|
+
_this._implementation.externalObject = _this;
|
|
42049
|
+
_this.onImplementationCreated();
|
|
42050
|
+
if (_this._initializeAdapters) {
|
|
42051
|
+
_this._initializeAdapters();
|
|
42047
42052
|
}
|
|
42053
|
+
return _this;
|
|
42048
42054
|
}
|
|
42049
|
-
|
|
42055
|
+
IgcMultiSliderThumbComponent.prototype.createImplementation = function () {
|
|
42050
42056
|
return new MultiSliderThumb();
|
|
42051
42057
|
};
|
|
42052
|
-
Object.defineProperty(
|
|
42058
|
+
Object.defineProperty(IgcMultiSliderThumbComponent.prototype, "i", {
|
|
42053
42059
|
/**
|
|
42054
42060
|
* @hidden
|
|
42055
42061
|
*/
|
|
42056
42062
|
get: function () {
|
|
42057
42063
|
return this._implementation;
|
|
42064
|
+
} /**
|
|
42065
|
+
* @hidden
|
|
42066
|
+
*/,
|
|
42067
|
+
enumerable: false,
|
|
42068
|
+
configurable: true
|
|
42069
|
+
});
|
|
42070
|
+
IgcMultiSliderThumbComponent._createFromInternal = function (internal) {
|
|
42071
|
+
if (!internal) {
|
|
42072
|
+
return null;
|
|
42073
|
+
}
|
|
42074
|
+
if (!internal.$type) {
|
|
42075
|
+
return null;
|
|
42076
|
+
}
|
|
42077
|
+
var name = internal.$type.name;
|
|
42078
|
+
var externalName = "Igc" + name + "Component";
|
|
42079
|
+
if (!TypeRegistrar.isRegistered(externalName)) {
|
|
42080
|
+
return null;
|
|
42081
|
+
}
|
|
42082
|
+
return TypeRegistrar.create(externalName);
|
|
42083
|
+
};
|
|
42084
|
+
IgcMultiSliderThumbComponent.prototype.onImplementationCreated = function () {
|
|
42085
|
+
};
|
|
42086
|
+
IgcMultiSliderThumbComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
|
|
42087
|
+
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
42088
|
+
};
|
|
42089
|
+
IgcMultiSliderThumbComponent.prototype._flushQueuedAttributes = function () {
|
|
42090
|
+
this._settingAttributes = true;
|
|
42091
|
+
for (var i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
42092
|
+
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
42093
|
+
}
|
|
42094
|
+
this._settingAttributes = false;
|
|
42095
|
+
this._queuedSetAttributes.length = 0;
|
|
42096
|
+
};
|
|
42097
|
+
IgcMultiSliderThumbComponent.prototype._a = function (attrName, attrValue) {
|
|
42098
|
+
if (this._updatingFromAttribute) {
|
|
42099
|
+
return;
|
|
42100
|
+
}
|
|
42101
|
+
if (attrValue) {
|
|
42102
|
+
attrValue = attrValue.toString();
|
|
42103
|
+
}
|
|
42104
|
+
this._settingAttributes = true;
|
|
42105
|
+
attrName = toSpinal(attrName);
|
|
42106
|
+
if (this._attached) {
|
|
42107
|
+
this.setAttribute(attrName, attrValue);
|
|
42108
|
+
}
|
|
42109
|
+
else {
|
|
42110
|
+
this._enqueueSetAttribute(attrName, attrValue);
|
|
42111
|
+
}
|
|
42112
|
+
this._settingAttributes = false;
|
|
42113
|
+
};
|
|
42114
|
+
IgcMultiSliderThumbComponent.prototype.connectedCallback = function () {
|
|
42115
|
+
if (_super.prototype["connectedCallback"]) {
|
|
42116
|
+
_super.prototype["connectedCallback"].call(this);
|
|
42117
|
+
}
|
|
42118
|
+
if (this.i.connectedCallback) {
|
|
42119
|
+
this.i.connectedCallback();
|
|
42120
|
+
}
|
|
42121
|
+
if (!this._attached) {
|
|
42122
|
+
this._attached = true;
|
|
42123
|
+
this._flushQueuedAttributes();
|
|
42124
|
+
}
|
|
42125
|
+
};
|
|
42126
|
+
IgcMultiSliderThumbComponent.prototype.disconnectedCallback = function () {
|
|
42127
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
42128
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
42129
|
+
}
|
|
42130
|
+
if (this.i.disconnectedCallback) {
|
|
42131
|
+
this.i.disconnectedCallback();
|
|
42132
|
+
}
|
|
42133
|
+
if (this._attached) {
|
|
42134
|
+
this._attached = false;
|
|
42135
|
+
}
|
|
42136
|
+
};
|
|
42137
|
+
Object.defineProperty(IgcMultiSliderThumbComponent, "observedAttributes", {
|
|
42138
|
+
get: function () {
|
|
42139
|
+
if (IgcMultiSliderThumbComponent._observedAttributesIgcMultiSliderThumbComponent == null) {
|
|
42140
|
+
var names = getAllPropertyNames(IgcMultiSliderThumbComponent);
|
|
42141
|
+
for (var i = 0; i < names.length; i++) {
|
|
42142
|
+
names[i] = toSpinal(names[i]);
|
|
42143
|
+
}
|
|
42144
|
+
IgcMultiSliderThumbComponent._observedAttributesIgcMultiSliderThumbComponent = names;
|
|
42145
|
+
}
|
|
42146
|
+
return IgcMultiSliderThumbComponent._observedAttributesIgcMultiSliderThumbComponent;
|
|
42058
42147
|
},
|
|
42059
42148
|
enumerable: false,
|
|
42060
42149
|
configurable: true
|
|
42061
42150
|
});
|
|
42062
|
-
|
|
42151
|
+
IgcMultiSliderThumbComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
|
|
42152
|
+
if (this._settingAttributes) {
|
|
42153
|
+
return;
|
|
42154
|
+
}
|
|
42155
|
+
var setName = fromSpinal(name);
|
|
42156
|
+
this._updatingFromAttribute = true;
|
|
42157
|
+
this[setName] = newValue;
|
|
42158
|
+
this._updatingFromAttribute = false;
|
|
42063
42159
|
};
|
|
42064
|
-
|
|
42065
|
-
|
|
42066
|
-
|
|
42067
|
-
|
|
42068
|
-
if (this._initializeAdapters) {
|
|
42069
|
-
this._initializeAdapters();
|
|
42160
|
+
IgcMultiSliderThumbComponent.register = function () {
|
|
42161
|
+
if (!IgcMultiSliderThumbComponent._isElementRegistered) {
|
|
42162
|
+
IgcMultiSliderThumbComponent._isElementRegistered = true;
|
|
42163
|
+
RegisterElementHelper.registerElement(IgcMultiSliderThumbComponent.htmlTagName, IgcMultiSliderThumbComponent);
|
|
42070
42164
|
}
|
|
42071
42165
|
};
|
|
42072
|
-
Object.defineProperty(
|
|
42166
|
+
Object.defineProperty(IgcMultiSliderThumbComponent.prototype, "value", {
|
|
42073
42167
|
get: function () {
|
|
42074
42168
|
return this.i.s;
|
|
42075
42169
|
},
|
|
42076
42170
|
set: function (v) {
|
|
42077
42171
|
this.i.s = +v;
|
|
42172
|
+
this._a("value", this.i.s);
|
|
42078
42173
|
},
|
|
42079
42174
|
enumerable: false,
|
|
42080
42175
|
configurable: true
|
|
42081
42176
|
});
|
|
42082
|
-
Object.defineProperty(
|
|
42177
|
+
Object.defineProperty(IgcMultiSliderThumbComponent.prototype, "rangePosition", {
|
|
42083
42178
|
get: function () {
|
|
42084
42179
|
return this.i.g;
|
|
42085
42180
|
},
|
|
42086
42181
|
set: function (v) {
|
|
42087
42182
|
this.i.g = ensureEnum(MultiSliderThumbRangePosition_$type, v);
|
|
42183
|
+
this._a("rangePosition", enumToString(MultiSliderThumbRangePosition_$type, this.i.g));
|
|
42088
42184
|
},
|
|
42089
42185
|
enumerable: false,
|
|
42090
42186
|
configurable: true
|
|
42091
42187
|
});
|
|
42092
|
-
Object.defineProperty(
|
|
42188
|
+
Object.defineProperty(IgcMultiSliderThumbComponent.prototype, "range", {
|
|
42093
42189
|
get: function () {
|
|
42094
42190
|
var r = this.i.i;
|
|
42095
42191
|
if (r == null) {
|
|
@@ -42115,7 +42211,7 @@ var IgcMultiSliderThumb = /** @class */ /*@__PURE__*/ (function () {
|
|
|
42115
42211
|
enumerable: false,
|
|
42116
42212
|
configurable: true
|
|
42117
42213
|
});
|
|
42118
|
-
|
|
42214
|
+
IgcMultiSliderThumbComponent.prototype.findByName = function (name) {
|
|
42119
42215
|
if (this.findEphemera) {
|
|
42120
42216
|
if (name && name.indexOf("@@e:") == 0) {
|
|
42121
42217
|
return this.findEphemera(name);
|
|
@@ -42126,11 +42222,68 @@ var IgcMultiSliderThumb = /** @class */ /*@__PURE__*/ (function () {
|
|
|
42126
42222
|
}
|
|
42127
42223
|
return null;
|
|
42128
42224
|
};
|
|
42129
|
-
|
|
42225
|
+
Object.defineProperty(IgcMultiSliderThumbComponent.prototype, "hasUserValues", {
|
|
42226
|
+
get: function () {
|
|
42227
|
+
return this._hasUserValues;
|
|
42228
|
+
},
|
|
42229
|
+
enumerable: false,
|
|
42230
|
+
configurable: true
|
|
42231
|
+
});
|
|
42232
|
+
IgcMultiSliderThumbComponent.prototype.__m = function (propertyName) {
|
|
42233
|
+
if (!this._inStyling) {
|
|
42234
|
+
this._hasUserValues.add(propertyName);
|
|
42235
|
+
}
|
|
42236
|
+
};
|
|
42237
|
+
IgcMultiSliderThumbComponent.prototype._styling = function (container, component, parent) {
|
|
42238
|
+
if (this._inStyling) {
|
|
42239
|
+
return;
|
|
42240
|
+
}
|
|
42241
|
+
this._inStyling = true;
|
|
42242
|
+
this._stylingContainer = container;
|
|
42243
|
+
this._stylingParent = component;
|
|
42244
|
+
var genericPrefix = "";
|
|
42245
|
+
var typeName = this.i.$type.name;
|
|
42246
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
42247
|
+
typeName = typeName.substring(3);
|
|
42248
|
+
}
|
|
42249
|
+
genericPrefix = toSpinal("MultiSliderThumbComponent");
|
|
42250
|
+
var additionalPrefixes = [];
|
|
42251
|
+
var prefix = toSpinal(typeName);
|
|
42252
|
+
additionalPrefixes.push(prefix + "-");
|
|
42253
|
+
var b = this.i.$type.baseType;
|
|
42254
|
+
while (b && b.name != "Object" &&
|
|
42255
|
+
b.name != "Base" &&
|
|
42256
|
+
b.name != "Control" &&
|
|
42257
|
+
b.Name != "DependencyObject" &&
|
|
42258
|
+
b.Name != "FrameworkElement") {
|
|
42259
|
+
typeName = b.name;
|
|
42260
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
42261
|
+
typeName = typeName.substring(3);
|
|
42262
|
+
}
|
|
42263
|
+
var basePrefix = toSpinal(typeName);
|
|
42264
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
42265
|
+
b = b.baseType;
|
|
42266
|
+
}
|
|
42267
|
+
if (parent) {
|
|
42268
|
+
var parentTypeName = parent.i.$type.name;
|
|
42269
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
42270
|
+
parentTypeName = parentTypeName.substring(3);
|
|
42271
|
+
}
|
|
42272
|
+
var parentPrefix = toSpinal(parentTypeName);
|
|
42273
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
42274
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
42275
|
+
}
|
|
42276
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
42277
|
+
if (this._otherStyling) {
|
|
42278
|
+
this._otherStyling(container, component, parent);
|
|
42279
|
+
}
|
|
42280
|
+
this._inStyling = false;
|
|
42281
|
+
};
|
|
42282
|
+
IgcMultiSliderThumbComponent.prototype.push = function (amount) {
|
|
42130
42283
|
var iv = this.i.r(amount);
|
|
42131
42284
|
return (iv);
|
|
42132
42285
|
};
|
|
42133
|
-
Object.defineProperty(
|
|
42286
|
+
Object.defineProperty(IgcMultiSliderThumbComponent.prototype, "propertyUpdated", {
|
|
42134
42287
|
get: function () {
|
|
42135
42288
|
return this._propertyUpdated;
|
|
42136
42289
|
},
|
|
@@ -42158,15 +42311,18 @@ var IgcMultiSliderThumb = /** @class */ /*@__PURE__*/ (function () {
|
|
|
42158
42311
|
enumerable: false,
|
|
42159
42312
|
configurable: true
|
|
42160
42313
|
});
|
|
42161
|
-
|
|
42162
|
-
|
|
42314
|
+
IgcMultiSliderThumbComponent._observedAttributesIgcMultiSliderThumbComponent = null;
|
|
42315
|
+
IgcMultiSliderThumbComponent.htmlTagName = "igc-multi-slider-thumb";
|
|
42316
|
+
IgcMultiSliderThumbComponent._isElementRegistered = false;
|
|
42317
|
+
return IgcMultiSliderThumbComponent;
|
|
42318
|
+
}(IgcHTMLElement));
|
|
42163
42319
|
|
|
42164
42320
|
var IgcMultiSliderThumbCollection = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
42165
42321
|
__extends(IgcMultiSliderThumbCollection, _super);
|
|
42166
42322
|
function IgcMultiSliderThumbCollection(list) {
|
|
42167
42323
|
var _this = _super.call(this) || this;
|
|
42168
|
-
if (!
|
|
42169
|
-
|
|
42324
|
+
if (!IgcMultiSliderThumbComponent.$type) {
|
|
42325
|
+
IgcMultiSliderThumbComponent.$type = markType(IgcMultiSliderThumbComponent, "IgcMultiSliderThumbComponent");
|
|
42170
42326
|
}
|
|
42171
42327
|
if (list) {
|
|
42172
42328
|
for (var i = 0; i < list.length; i++) {
|
|
@@ -42176,10 +42332,10 @@ var IgcMultiSliderThumbCollection = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
42176
42332
|
return _this;
|
|
42177
42333
|
}
|
|
42178
42334
|
IgcMultiSliderThumbCollection.prototype._createInnerColl = function () {
|
|
42179
|
-
if (!
|
|
42180
|
-
|
|
42335
|
+
if (!IgcMultiSliderThumbComponent.$type) {
|
|
42336
|
+
IgcMultiSliderThumbComponent.$type = markType(IgcMultiSliderThumbComponent, "IgcMultiSliderThumbComponent");
|
|
42181
42337
|
}
|
|
42182
|
-
var coll = new SyncableObservableCollection$2(
|
|
42338
|
+
var coll = new SyncableObservableCollection$2(IgcMultiSliderThumbComponent.$type, MultiSliderThumb.$type, 0);
|
|
42183
42339
|
coll.compare = function (ext, int) {
|
|
42184
42340
|
var comp = ext;
|
|
42185
42341
|
if (comp._implementation) {
|
|
@@ -42196,7 +42352,7 @@ var IgcMultiSliderThumbCollection = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
42196
42352
|
coll.createFrom = function (int) {
|
|
42197
42353
|
var ext = int.externalObject;
|
|
42198
42354
|
if (!ext) {
|
|
42199
|
-
ext = new
|
|
42355
|
+
ext = new IgcMultiSliderThumbComponent();
|
|
42200
42356
|
if (ext) {
|
|
42201
42357
|
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42202
42358
|
ext._implementation.setNativeElement(int);
|
|
@@ -42317,15 +42473,10 @@ var IgcMultiSliderThumbValueChangingEventArgs = /** @class */ /*@__PURE__*/ (fun
|
|
|
42317
42473
|
return null;
|
|
42318
42474
|
}
|
|
42319
42475
|
if (!r.externalObject) {
|
|
42320
|
-
var e =
|
|
42321
|
-
if (
|
|
42476
|
+
var e = IgcMultiSliderThumbComponent._createFromInternal(r);
|
|
42477
|
+
if (e) {
|
|
42322
42478
|
e._implementation = r;
|
|
42323
42479
|
}
|
|
42324
|
-
else {
|
|
42325
|
-
if (e.i.setNativeElement) {
|
|
42326
|
-
e.i.setNativeElement(r);
|
|
42327
|
-
}
|
|
42328
|
-
}
|
|
42329
42480
|
r.externalObject = e;
|
|
42330
42481
|
}
|
|
42331
42482
|
return r.externalObject;
|
|
@@ -46091,12 +46242,12 @@ var XIconButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
46091
46242
|
switch (b) {
|
|
46092
46243
|
case 15:
|
|
46093
46244
|
case 16:
|
|
46094
|
-
case 44:
|
|
46095
46245
|
case 45:
|
|
46096
46246
|
case 46:
|
|
46097
46247
|
case 47:
|
|
46098
46248
|
case 48:
|
|
46099
|
-
case 49:
|
|
46249
|
+
case 49:
|
|
46250
|
+
case 50: return this.al.t;
|
|
46100
46251
|
}
|
|
46101
46252
|
return _super.prototype.getTargetForBuildInProperty.call(this, a, b);
|
|
46102
46253
|
};
|
|
@@ -46112,12 +46263,12 @@ var XIconButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
46112
46263
|
switch (b) {
|
|
46113
46264
|
case 16:
|
|
46114
46265
|
case 15:
|
|
46115
|
-
case 44:
|
|
46116
46266
|
case 45:
|
|
46117
46267
|
case 46:
|
|
46118
46268
|
case 47:
|
|
46119
46269
|
case 48:
|
|
46120
|
-
case 49:
|
|
46270
|
+
case 49:
|
|
46271
|
+
case 50: return this.al.getValue(a, b);
|
|
46121
46272
|
case 18: return enumGetBox(BaseControlTheme_$type, a.o);
|
|
46122
46273
|
}
|
|
46123
46274
|
return _super.prototype.getValue.call(this, a, b);
|
|
@@ -46127,12 +46278,12 @@ var XIconButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
46127
46278
|
switch (b) {
|
|
46128
46279
|
case 16:
|
|
46129
46280
|
case 15:
|
|
46130
|
-
case 44:
|
|
46131
46281
|
case 45:
|
|
46132
46282
|
case 46:
|
|
46133
46283
|
case 47:
|
|
46134
46284
|
case 48:
|
|
46135
46285
|
case 49:
|
|
46286
|
+
case 50:
|
|
46136
46287
|
this.al.setValue(a, b, c);
|
|
46137
46288
|
break;
|
|
46138
46289
|
case 18:
|
|
@@ -46741,6 +46892,23 @@ var DefaultMultiTrackShadeVisual = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
46741
46892
|
return DefaultMultiTrackShadeVisual;
|
|
46742
46893
|
}(Base));
|
|
46743
46894
|
|
|
46895
|
+
/*
|
|
46896
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
46897
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
46898
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
46899
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
46900
|
+
*/
|
|
46901
|
+
var IgcMultiSliderThumbModule = /** @class */ /*@__PURE__*/ (function () {
|
|
46902
|
+
function IgcMultiSliderThumbModule() {
|
|
46903
|
+
}
|
|
46904
|
+
IgcMultiSliderThumbModule.register = function () {
|
|
46905
|
+
IgcMultiSliderThumbComponent.register();
|
|
46906
|
+
TypeRegistrar.registerCons("IgcMultiSliderThumbComponent", IgcMultiSliderThumbComponent);
|
|
46907
|
+
TypeRegistrar.register("MultiSliderThumb", MultiSliderThumb.$type);
|
|
46908
|
+
};
|
|
46909
|
+
return IgcMultiSliderThumbModule;
|
|
46910
|
+
}());
|
|
46911
|
+
|
|
46744
46912
|
/*
|
|
46745
46913
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
46746
46914
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -46872,4 +47040,4 @@ var TextBlockVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
46872
47040
|
return TextBlockVisualModelExport;
|
|
46873
47041
|
}(Base));
|
|
46874
47042
|
|
|
46875
|
-
export { ButtonClickEventArgs, ButtonDisplayStyle_$type, ButtonGroupDisplayStyle_$type, ButtonGroupOrientation, ButtonGroupOrientation_$type, ButtonGroupSelectionChangedEventArgs, ButtonGroupView, ButtonGroupVisualModelExport, ButtonView, ButtonVisualModelExport, CalendarView, CalendarVisualModelExport, CheckboxChangeEventArgs, CheckboxLabelPosition_$type, CheckboxListVisualModelExport, CheckboxView, CheckboxVisualModelExport, ColorEditor, ColorEditorBridge, ColorEditorGotFocusEventArgs, ColorEditorLostFocusEventArgs, ColorEditorPanel, ColorEditorPanelClosedEventArgs, ColorEditorPanelSelectedValueChangedEventArgs, ColorEditorPanelView, ColorEditorView, ColorEditorVisualModelExport, DateFormats, DateFormats_$type, DatePickerView, DatePickerVisualModelExport, DateTimeValueFormatter, DayInfo, DayOfWeek, DayOfWeek_$type, DefaultMultiSliderTrackBarVisual, DefaultMultiSliderTrackRangeVisual, DefaultMultiSliderTrackThumbCalloutVisual, DefaultMultiSliderTrackThumbVisual, DefaultMultiTrackShadeVisual, ElevationHelper, FirstWeek, FirstWeek_$type, GotFocusEventArgs, IMultiSliderTrackBarVisual_$type, IMultiSliderTrackRangeVisual_$type, IMultiSliderTrackShadeVisual_$type, IMultiSliderTrackThumbCalloutVisual_$type, IMultiSliderTrackThumbVisual_$type, ISliderTrackOwner_$type, IconClickedEventArgs, IconView, IconViewType_$type, IconVisualModelExport, IgcButtonClickEventArgs, IgcButtonGroupSelectionChangedEventArgs, IgcCheckboxChangeEventArgs, IgcColorEditorComponent, IgcColorEditorGotFocusEventArgs, IgcColorEditorLostFocusEventArgs, IgcColorEditorModule, IgcColorEditorPanelClosedEventArgs, IgcColorEditorPanelComponent, IgcColorEditorPanelModule, IgcColorEditorPanelSelectedValueChangedEventArgs, IgcGotFocusEventArgs, IgcInputChangeEventArgs, IgcLostFocusEventArgs, IgcMultiSliderComponent, IgcMultiSliderModule, IgcMultiSliderResolvingToolTipValueEventArgs,
|
|
47043
|
+
export { ButtonClickEventArgs, ButtonDisplayStyle_$type, ButtonGroupDisplayStyle_$type, ButtonGroupOrientation, ButtonGroupOrientation_$type, ButtonGroupSelectionChangedEventArgs, ButtonGroupView, ButtonGroupVisualModelExport, ButtonView, ButtonVisualModelExport, CalendarView, CalendarVisualModelExport, CheckboxChangeEventArgs, CheckboxLabelPosition_$type, CheckboxListVisualModelExport, CheckboxView, CheckboxVisualModelExport, ColorEditor, ColorEditorBridge, ColorEditorGotFocusEventArgs, ColorEditorLostFocusEventArgs, ColorEditorPanel, ColorEditorPanelClosedEventArgs, ColorEditorPanelSelectedValueChangedEventArgs, ColorEditorPanelView, ColorEditorView, ColorEditorVisualModelExport, DateFormats, DateFormats_$type, DatePickerView, DatePickerVisualModelExport, DateTimeValueFormatter, DayInfo, DayOfWeek, DayOfWeek_$type, DefaultMultiSliderTrackBarVisual, DefaultMultiSliderTrackRangeVisual, DefaultMultiSliderTrackThumbCalloutVisual, DefaultMultiSliderTrackThumbVisual, DefaultMultiTrackShadeVisual, ElevationHelper, FirstWeek, FirstWeek_$type, GotFocusEventArgs, IMultiSliderTrackBarVisual_$type, IMultiSliderTrackRangeVisual_$type, IMultiSliderTrackShadeVisual_$type, IMultiSliderTrackThumbCalloutVisual_$type, IMultiSliderTrackThumbVisual_$type, ISliderTrackOwner_$type, IconClickedEventArgs, IconView, IconViewType_$type, IconVisualModelExport, IgcButtonClickEventArgs, IgcButtonGroupSelectionChangedEventArgs, IgcCheckboxChangeEventArgs, IgcColorEditorComponent, IgcColorEditorGotFocusEventArgs, IgcColorEditorLostFocusEventArgs, IgcColorEditorModule, IgcColorEditorPanelClosedEventArgs, IgcColorEditorPanelComponent, IgcColorEditorPanelModule, IgcColorEditorPanelSelectedValueChangedEventArgs, IgcGotFocusEventArgs, IgcInputChangeEventArgs, IgcLostFocusEventArgs, IgcMultiSliderComponent, IgcMultiSliderModule, IgcMultiSliderResolvingToolTipValueEventArgs, IgcMultiSliderThumbCollection, IgcMultiSliderThumbComponent, IgcMultiSliderThumbModule, IgcMultiSliderThumbValueChangingEventArgs, IgcMultiSliderTrackThumbRange, IgcMultiSliderYValueChangingEventArgs, IgcSelectedValueChangedEventArgs, IgcXButtonComponent, IgcXButtonGroupButtonCollection, IgcXButtonGroupComponent, IgcXButtonGroupModule, IgcXButtonModule, IgcXCalendarComponent, IgcXCalendarLocaleEnModule, IgcXCalendarModule, IgcXCheckboxComponent, IgcXCheckboxModule, IgcXDatePickerComponent, IgcXDatePickerModule, IgcXIconComponent, IgcXIconModule, IgcXInputComponent, IgcXInputGroupComponent, IgcXInputGroupInputCollection, IgcXInputGroupItemComponent, IgcXInputGroupModule, IgcXInputModule, IgcXLabelComponent, IgcXLabelModule, IgcXPrefixComponent, IgcXPrefixModule, IgcXRippleComponent, IgcXRippleModule, IgcXSuffixComponent, InputChangeEventArgs, InputGroupDisplayType, InputGroupDisplayType_$type, InputGroupView, InputGroupVisualModelExport, InputShiftType, InputShiftType_$type, InputView, InputVisualModelExport, KEYCODES_$type, LabelShiftType, LabelShiftType_$type, LabelView, LabelVisualModelExport, LostFocusEventArgs, MaskOptions, MaskParsingService, MultiSlider, MultiSliderBridge, MultiSliderCursor_$type, MultiSliderHitInfo, MultiSliderOrientation, MultiSliderOrientation_$type, MultiSliderResolvingToolTipValueEventArgs, MultiSliderThumb, MultiSliderThumbCollection, MultiSliderThumbRangePosition, MultiSliderThumbRangePosition_$type, MultiSliderThumbValueChangingEventArgs, MultiSliderTrackShadeOrientation_$type, MultiSliderTrackThumbRange, MultiSliderView, MultiSliderVisualArea_$type, MultiSliderYValueChangingEventArgs, NativeUIXInputsFactory, PrefixShiftType, PrefixShiftType_$type, PrefixView, PrefixVisualModelExport, Replaced, RippleView, RippleVisualModelExport, SelectedValueChangedEventArgs, SuffixShiftType, SuffixShiftType_$type, SuffixView, SuffixVisualModelExport, TextBlockVisualModelExport, TextElementsVisualModelExport, Theme, ThemeResolver, XButton, XButtonBridge, XButtonGroup, XButtonGroupBridge, XButtonGroupButtonCollection, XCalendar, XCalendarLocaleEn, XCheckbox, XCheckboxBridge, XComponentBridge, XDatePicker, XIcon, XIconBridge, XIconButtonBridge, XInput, XInputBridge, XInputGroup, XInputGroupInputCollection, XInputGroupItem, XLabel, XPopupBridge, XPrefix, XRipple, XSuffix };
|