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
|
@@ -131,7 +131,7 @@ let RippleView = /*@__PURE__*/ (() => {
|
|
|
131
131
|
d.setStyleProperty("pointer-events", "none");
|
|
132
132
|
d.setStyleProperty("border-radius", c + "px");
|
|
133
133
|
d.setStyleProperty("opacity", ".5");
|
|
134
|
-
NativeUI.
|
|
134
|
+
NativeUI.ai(d, ((() => {
|
|
135
135
|
let $ret = new ScaleTransform();
|
|
136
136
|
$ret.l = 0.3;
|
|
137
137
|
$ret.m = 0.3;
|
|
@@ -1305,7 +1305,7 @@ let ButtonView = /*@__PURE__*/ (() => {
|
|
|
1305
1305
|
this.o.setStyleProperty("white-space", "no-wrap");
|
|
1306
1306
|
this.o.setStyleProperty("color", "#000");
|
|
1307
1307
|
this.o.setStyleProperty("background", this.c.nt._fill);
|
|
1308
|
-
NativeUI.
|
|
1308
|
+
NativeUI.p(this.o, this.c.k4);
|
|
1309
1309
|
this.o.setAttribute("id", this.c.hz);
|
|
1310
1310
|
this.ay();
|
|
1311
1311
|
this.i.add(c.listen("change", runOn(this, this.aa)));
|
|
@@ -2372,10 +2372,10 @@ let XButton = /*@__PURE__*/ (() => {
|
|
|
2372
2372
|
if (a == null) {
|
|
2373
2373
|
return;
|
|
2374
2374
|
}
|
|
2375
|
-
NativeUI.
|
|
2376
|
-
NativeUI.
|
|
2375
|
+
NativeUI.p(a, this.k4);
|
|
2376
|
+
NativeUI.o(a, this.nu);
|
|
2377
2377
|
if (!isNaN_(this.bk)) {
|
|
2378
|
-
NativeUI.
|
|
2378
|
+
NativeUI.q(a, new Thickness(0, this.bk));
|
|
2379
2379
|
}
|
|
2380
2380
|
if (this.disabled) {
|
|
2381
2381
|
this.view.a0(this.cv, this.v);
|
|
@@ -2392,17 +2392,17 @@ let XButton = /*@__PURE__*/ (() => {
|
|
|
2392
2392
|
}
|
|
2393
2393
|
}
|
|
2394
2394
|
if (this.disabled) {
|
|
2395
|
-
NativeUI.
|
|
2395
|
+
NativeUI.n(a, this.nv);
|
|
2396
2396
|
}
|
|
2397
2397
|
else if (this.focused && this.a3) {
|
|
2398
|
-
NativeUI.
|
|
2398
|
+
NativeUI.n(a, this.ny);
|
|
2399
2399
|
}
|
|
2400
2400
|
else {
|
|
2401
2401
|
if (this.a4 && !this.av) {
|
|
2402
|
-
NativeUI.
|
|
2402
|
+
NativeUI.n(a, this.n0);
|
|
2403
2403
|
}
|
|
2404
2404
|
else {
|
|
2405
|
-
NativeUI.
|
|
2405
|
+
NativeUI.n(a, this.nt);
|
|
2406
2406
|
}
|
|
2407
2407
|
}
|
|
2408
2408
|
this.view.az(this.n3, BrushUtil.l(0, 0, 0, 0));
|
|
@@ -2410,21 +2410,21 @@ let XButton = /*@__PURE__*/ (() => {
|
|
|
2410
2410
|
this.view.a2(this.ab);
|
|
2411
2411
|
}
|
|
2412
2412
|
if (this.disabled) {
|
|
2413
|
-
NativeUI.q(this.view.t, this.nx);
|
|
2414
2413
|
NativeUI.r(this.view.t, this.nx);
|
|
2414
|
+
NativeUI.t(this.view.t, this.nx);
|
|
2415
2415
|
}
|
|
2416
2416
|
else if (this.focused && this.a3) {
|
|
2417
|
-
NativeUI.q(this.view.t, this.nz);
|
|
2418
2417
|
NativeUI.r(this.view.t, this.nz);
|
|
2418
|
+
NativeUI.t(this.view.t, this.nz);
|
|
2419
2419
|
}
|
|
2420
2420
|
else {
|
|
2421
2421
|
if (this.a4 && !this.av) {
|
|
2422
|
-
NativeUI.q(this.view.t, this.n1);
|
|
2423
2422
|
NativeUI.r(this.view.t, this.n1);
|
|
2423
|
+
NativeUI.t(this.view.t, this.n1);
|
|
2424
2424
|
}
|
|
2425
2425
|
else {
|
|
2426
|
-
NativeUI.q(this.view.t, this.n4);
|
|
2427
2426
|
NativeUI.r(this.view.t, this.n4);
|
|
2427
|
+
NativeUI.t(this.view.t, this.n4);
|
|
2428
2428
|
}
|
|
2429
2429
|
}
|
|
2430
2430
|
}
|
|
@@ -4174,16 +4174,16 @@ let XButton = /*@__PURE__*/ (() => {
|
|
|
4174
4174
|
c.p = e[1];
|
|
4175
4175
|
c.h = this.o;
|
|
4176
4176
|
c.i = this.r;
|
|
4177
|
-
c.c = AppearanceHelper.a(NativeUI.
|
|
4177
|
+
c.c = AppearanceHelper.a(NativeUI.an(a));
|
|
4178
4178
|
c.g = AppearanceHelper.a(this.n5);
|
|
4179
4179
|
c.d = AppearanceHelper.a(this.n2);
|
|
4180
4180
|
c.a = AppearanceHelper.a(this.ns);
|
|
4181
4181
|
c.u = this.cy;
|
|
4182
4182
|
c.e = AppearanceHelper.a(this.n3);
|
|
4183
4183
|
c.ag = this.k4;
|
|
4184
|
-
c.b = AppearanceHelper.a(NativeUI.
|
|
4184
|
+
c.b = AppearanceHelper.a(NativeUI.am(a));
|
|
4185
4185
|
c.j = this.v;
|
|
4186
|
-
c.f = AppearanceHelper.a(NativeUI.
|
|
4186
|
+
c.f = AppearanceHelper.a(NativeUI.ao(b));
|
|
4187
4187
|
c.o = this.bk;
|
|
4188
4188
|
c.x = this.f1;
|
|
4189
4189
|
c.y = this.g5;
|
|
@@ -4553,9 +4553,9 @@ let XButton = /*@__PURE__*/ (() => {
|
|
|
4553
4553
|
})()));
|
|
4554
4554
|
XButton.k = /*@__PURE__*/ new Theme(1, /*@__PURE__*/ ((() => {
|
|
4555
4555
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
4556
|
-
$ret.addItem("UmbraShadowColor", BrushUtil.l(
|
|
4557
|
-
$ret.addItem("PenumbraShadowColor", BrushUtil.l(
|
|
4558
|
-
$ret.addItem("AmbientShadowColor", BrushUtil.l(
|
|
4556
|
+
$ret.addItem("UmbraShadowColor", BrushUtil.l(0, 0, 0, 0));
|
|
4557
|
+
$ret.addItem("PenumbraShadowColor", BrushUtil.l(0, 0, 0, 0));
|
|
4558
|
+
$ret.addItem("AmbientShadowColor", BrushUtil.l(0, 0, 0, 0));
|
|
4559
4559
|
$ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
|
|
4560
4560
|
return $ret;
|
|
4561
4561
|
})()), /*@__PURE__*/ ((() => {
|
|
@@ -4712,9 +4712,9 @@ let XButton = /*@__PURE__*/ (() => {
|
|
|
4712
4712
|
})()));
|
|
4713
4713
|
XButton.j = /*@__PURE__*/ new Theme(1, /*@__PURE__*/ ((() => {
|
|
4714
4714
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
4715
|
-
$ret.addItem("UmbraShadowColor", BrushUtil.l(
|
|
4716
|
-
$ret.addItem("PenumbraShadowColor", BrushUtil.l(
|
|
4717
|
-
$ret.addItem("AmbientShadowColor", BrushUtil.l(
|
|
4715
|
+
$ret.addItem("UmbraShadowColor", BrushUtil.l(0, 0, 0, 0));
|
|
4716
|
+
$ret.addItem("PenumbraShadowColor", BrushUtil.l(0, 0, 0, 0));
|
|
4717
|
+
$ret.addItem("AmbientShadowColor", BrushUtil.l(0, 0, 0, 0));
|
|
4718
4718
|
$ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
|
|
4719
4719
|
return $ret;
|
|
4720
4720
|
})()), /*@__PURE__*/ ((() => {
|
|
@@ -7293,7 +7293,7 @@ let IconView = /*@__PURE__*/ (() => {
|
|
|
7293
7293
|
this.y.append(this.w);
|
|
7294
7294
|
this.v.append(this.y);
|
|
7295
7295
|
this.o.add(c.listen("click", runOn(this, this.ak)));
|
|
7296
|
-
this.d.
|
|
7296
|
+
this.d.c8();
|
|
7297
7297
|
}
|
|
7298
7298
|
ay(a) {
|
|
7299
7299
|
this.z = null;
|
|
@@ -7336,7 +7336,7 @@ let IconView = /*@__PURE__*/ (() => {
|
|
|
7336
7336
|
let b = this.v.rootWrapper.getNativeElement();
|
|
7337
7337
|
b.innerHTML = a;
|
|
7338
7338
|
this.z = this.v.rootWrapper.getChildAt(0);
|
|
7339
|
-
let c = this.z.getAttribute("
|
|
7339
|
+
let c = this.z.getAttribute("viewBox");
|
|
7340
7340
|
if (c != null) {
|
|
7341
7341
|
let d = c.split(' ');
|
|
7342
7342
|
if (d.length == 1) {
|
|
@@ -7347,11 +7347,11 @@ let IconView = /*@__PURE__*/ (() => {
|
|
|
7347
7347
|
let f = parseFloat(d[1].trim());
|
|
7348
7348
|
let g = parseFloat(d[2].trim());
|
|
7349
7349
|
let h = parseFloat(d[3].trim());
|
|
7350
|
-
this.d.
|
|
7350
|
+
this.d.df(e, f, g, h);
|
|
7351
7351
|
}
|
|
7352
7352
|
}
|
|
7353
7353
|
else {
|
|
7354
|
-
this.d.
|
|
7354
|
+
this.d.df(NaN, NaN, NaN, NaN);
|
|
7355
7355
|
}
|
|
7356
7356
|
}
|
|
7357
7357
|
}
|
|
@@ -7427,7 +7427,7 @@ let IconView = /*@__PURE__*/ (() => {
|
|
|
7427
7427
|
this.v.rootWrapper.append(this.y);
|
|
7428
7428
|
}
|
|
7429
7429
|
else {
|
|
7430
|
-
NativeUI.
|
|
7430
|
+
NativeUI.t(a, b);
|
|
7431
7431
|
}
|
|
7432
7432
|
}
|
|
7433
7433
|
ar(a, b) {
|
|
@@ -7436,7 +7436,7 @@ let IconView = /*@__PURE__*/ (() => {
|
|
|
7436
7436
|
c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
|
|
7437
7437
|
}
|
|
7438
7438
|
else {
|
|
7439
|
-
NativeUI.
|
|
7439
|
+
NativeUI.ad(a, b);
|
|
7440
7440
|
}
|
|
7441
7441
|
}
|
|
7442
7442
|
ad(a) {
|
|
@@ -7446,10 +7446,10 @@ let IconView = /*@__PURE__*/ (() => {
|
|
|
7446
7446
|
}
|
|
7447
7447
|
}
|
|
7448
7448
|
ae(a) {
|
|
7449
|
-
this.d.
|
|
7449
|
+
this.d.c5();
|
|
7450
7450
|
}
|
|
7451
7451
|
af(a) {
|
|
7452
|
-
this.d.
|
|
7452
|
+
this.d.c6();
|
|
7453
7453
|
}
|
|
7454
7454
|
aj() {
|
|
7455
7455
|
this.j = true;
|
|
@@ -7619,18 +7619,18 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7619
7619
|
this.dp = null;
|
|
7620
7620
|
this.dq = null;
|
|
7621
7621
|
this.dr = null;
|
|
7622
|
-
this.
|
|
7623
|
-
this.bj = null;
|
|
7624
|
-
this.bm = null;
|
|
7622
|
+
this.bf = null;
|
|
7625
7623
|
this.bl = null;
|
|
7624
|
+
this.bo = null;
|
|
7625
|
+
this.bn = null;
|
|
7626
7626
|
this.a = null;
|
|
7627
|
-
this.de = null;
|
|
7628
7627
|
this.bd = null;
|
|
7628
|
+
this.be = null;
|
|
7629
7629
|
this.n = null;
|
|
7630
|
-
this.
|
|
7630
|
+
this.bm = "ig-icon-" + XIcon.bc++;
|
|
7631
7631
|
this.ba = 0;
|
|
7632
7632
|
this.p = false;
|
|
7633
|
-
this.
|
|
7633
|
+
this.bk = null;
|
|
7634
7634
|
this.r = false;
|
|
7635
7635
|
this.q = false;
|
|
7636
7636
|
this.af = 1;
|
|
@@ -7664,13 +7664,13 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7664
7664
|
destroy() {
|
|
7665
7665
|
this.provideContainer(null);
|
|
7666
7666
|
}
|
|
7667
|
-
|
|
7667
|
+
c7(a, b, c) {
|
|
7668
7668
|
if (this.propertyChanged != null) {
|
|
7669
7669
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
7670
7670
|
}
|
|
7671
|
-
this.
|
|
7671
|
+
this.da(a, b, c);
|
|
7672
7672
|
}
|
|
7673
|
-
|
|
7673
|
+
da(a, b, c) {
|
|
7674
7674
|
switch (a) {
|
|
7675
7675
|
case "Fill":
|
|
7676
7676
|
case "Stroke":
|
|
@@ -7679,51 +7679,51 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7679
7679
|
case "HoverStroke":
|
|
7680
7680
|
case "HoverStrokeThickness":
|
|
7681
7681
|
case "IsHover":
|
|
7682
|
-
this.
|
|
7682
|
+
this.de();
|
|
7683
7683
|
break;
|
|
7684
7684
|
case "FillColors":
|
|
7685
7685
|
case "StrokeColors":
|
|
7686
7686
|
case "ActualFill":
|
|
7687
7687
|
case "ActualStroke":
|
|
7688
7688
|
case "ActualStrokeWidth":
|
|
7689
|
-
this.
|
|
7689
|
+
this.dc();
|
|
7690
7690
|
break;
|
|
7691
7691
|
case "SVG":
|
|
7692
|
-
this.
|
|
7692
|
+
this.bo = null;
|
|
7693
7693
|
this.a = null;
|
|
7694
|
-
this.
|
|
7694
|
+
this.dc();
|
|
7695
7695
|
break;
|
|
7696
7696
|
case "SVGPath":
|
|
7697
|
-
this.
|
|
7697
|
+
this.bn = null;
|
|
7698
7698
|
this.a = null;
|
|
7699
|
-
this.
|
|
7699
|
+
this.dc();
|
|
7700
7700
|
break;
|
|
7701
7701
|
case "SVGPaths":
|
|
7702
|
-
this.
|
|
7703
|
-
this.
|
|
7704
|
-
this.
|
|
7702
|
+
this.bn = null;
|
|
7703
|
+
this.bo = null;
|
|
7704
|
+
this.dc();
|
|
7705
7705
|
break;
|
|
7706
7706
|
case "DataURL":
|
|
7707
|
-
this.
|
|
7708
|
-
this.
|
|
7707
|
+
this.bn = null;
|
|
7708
|
+
this.bo = null;
|
|
7709
7709
|
this.a = null;
|
|
7710
|
-
this.
|
|
7710
|
+
this.dc();
|
|
7711
7711
|
break;
|
|
7712
7712
|
case "Source":
|
|
7713
|
-
this.
|
|
7714
|
-
this.
|
|
7713
|
+
this.bn = null;
|
|
7714
|
+
this.bo = null;
|
|
7715
7715
|
this.a = null;
|
|
7716
|
-
this.
|
|
7716
|
+
this.dc();
|
|
7717
7717
|
break;
|
|
7718
7718
|
case "DataTemplate":
|
|
7719
7719
|
case "DataTemplateContext":
|
|
7720
|
-
this.
|
|
7721
|
-
this.
|
|
7720
|
+
this.bn = null;
|
|
7721
|
+
this.bo = null;
|
|
7722
7722
|
this.a = null;
|
|
7723
|
-
this.
|
|
7723
|
+
this.dc();
|
|
7724
7724
|
break;
|
|
7725
7725
|
case "Opacity":
|
|
7726
|
-
this.
|
|
7726
|
+
this.dd();
|
|
7727
7727
|
break;
|
|
7728
7728
|
case "ViewBoxLeft":
|
|
7729
7729
|
this.as = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
|
|
@@ -7749,7 +7749,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7749
7749
|
break;
|
|
7750
7750
|
}
|
|
7751
7751
|
}
|
|
7752
|
-
|
|
7752
|
+
de() {
|
|
7753
7753
|
let a = this.fill != null ? this.fill : XIcon.dx;
|
|
7754
7754
|
let b = this.ea != null ? this.ea : XIcon.d1;
|
|
7755
7755
|
let c = !isNaN_(this.a4) ? this.a4 : XIcon.aw;
|
|
@@ -7770,19 +7770,19 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7770
7770
|
get t() {
|
|
7771
7771
|
return this.svgPath != null && !this.view.m;
|
|
7772
7772
|
}
|
|
7773
|
-
|
|
7774
|
-
NativeUI.
|
|
7773
|
+
dd() {
|
|
7774
|
+
NativeUI.ab(this.view.aa, this.a3);
|
|
7775
7775
|
}
|
|
7776
|
-
|
|
7776
|
+
c1() {
|
|
7777
7777
|
this.view.ag();
|
|
7778
7778
|
}
|
|
7779
|
-
|
|
7779
|
+
dc() {
|
|
7780
7780
|
let a = this.view.aa;
|
|
7781
7781
|
if (this.t) {
|
|
7782
7782
|
let b = this.view.ab;
|
|
7783
|
-
NativeUI.
|
|
7784
|
-
NativeUI.
|
|
7785
|
-
NativeUI.
|
|
7783
|
+
NativeUI.t(b, this.du);
|
|
7784
|
+
NativeUI.ad(b, this.dv);
|
|
7785
|
+
NativeUI.ag(b, this.aq);
|
|
7786
7786
|
}
|
|
7787
7787
|
else {
|
|
7788
7788
|
let c = this.j();
|
|
@@ -7791,8 +7791,8 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7791
7791
|
this.view.ai();
|
|
7792
7792
|
}
|
|
7793
7793
|
let d = false;
|
|
7794
|
-
if (this.
|
|
7795
|
-
this.view.as(this.
|
|
7794
|
+
if (this.bg != null) {
|
|
7795
|
+
this.view.as(this.bg, this.bh);
|
|
7796
7796
|
}
|
|
7797
7797
|
else if (this.svgPath != null) {
|
|
7798
7798
|
if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
@@ -7807,9 +7807,9 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7807
7807
|
this.view.az(this.b);
|
|
7808
7808
|
let e = this.view.c;
|
|
7809
7809
|
if (e != null && e.length > 0) {
|
|
7810
|
-
let f = NativeUI.
|
|
7811
|
-
let g = NativeUI.
|
|
7812
|
-
this.
|
|
7810
|
+
let f = NativeUI.t;
|
|
7811
|
+
let g = NativeUI.ad;
|
|
7812
|
+
this.c9();
|
|
7813
7813
|
f = runOn(this.view, this.view.aq);
|
|
7814
7814
|
g = runOn(this.view, this.view.ar);
|
|
7815
7815
|
for (let h = 0; h < e.length; h++) {
|
|
@@ -7820,10 +7820,10 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7820
7820
|
g(e[h], this.dv);
|
|
7821
7821
|
}
|
|
7822
7822
|
if (!isNaN_(this.aq)) {
|
|
7823
|
-
NativeUI.
|
|
7823
|
+
NativeUI.ag(e[h], this.aq);
|
|
7824
7824
|
}
|
|
7825
7825
|
if (this.dw != null) {
|
|
7826
|
-
NativeUI.
|
|
7826
|
+
NativeUI.r(e[h], this.dw);
|
|
7827
7827
|
}
|
|
7828
7828
|
if (this.e != null && this.e.count == e.length) {
|
|
7829
7829
|
f(e[h], this.e.item(h));
|
|
@@ -7842,30 +7842,30 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7842
7842
|
this.view.ax(this.svg);
|
|
7843
7843
|
d = true;
|
|
7844
7844
|
}
|
|
7845
|
-
else if (this.
|
|
7846
|
-
this.view.at(this.
|
|
7845
|
+
else if (this.b2 != null) {
|
|
7846
|
+
this.view.at(this.b2);
|
|
7847
7847
|
}
|
|
7848
|
-
else if (this.
|
|
7849
|
-
this.view.aw(this.
|
|
7848
|
+
else if (this.bj != null) {
|
|
7849
|
+
this.view.aw(this.bj);
|
|
7850
7850
|
}
|
|
7851
7851
|
else {
|
|
7852
7852
|
}
|
|
7853
7853
|
if (d) {
|
|
7854
7854
|
for (let i = 0; i < this.view.r.count; i++) {
|
|
7855
7855
|
let j = this.view.r._inner[i].c;
|
|
7856
|
-
NativeUI.
|
|
7856
|
+
NativeUI.t(this.view.r._inner[i].d, j.l.f(this.d6));
|
|
7857
7857
|
}
|
|
7858
7858
|
for (let k = 0; k < this.view.s.count; k++) {
|
|
7859
7859
|
let l = this.view.s._inner[k].c;
|
|
7860
|
-
NativeUI.
|
|
7860
|
+
NativeUI.ad(this.view.s._inner[k].d, l.m.f(this.d7));
|
|
7861
7861
|
}
|
|
7862
7862
|
for (let m = 0; m < this.view.t.count; m++) {
|
|
7863
7863
|
let n = this.view.t._inner[m].c;
|
|
7864
|
-
NativeUI.
|
|
7864
|
+
NativeUI.t(this.view.t._inner[m].d, n.l.f(this.d8));
|
|
7865
7865
|
}
|
|
7866
7866
|
for (let o = 0; o < this.view.u.count; o++) {
|
|
7867
7867
|
let p = this.view.u._inner[o].c;
|
|
7868
|
-
NativeUI.
|
|
7868
|
+
NativeUI.ad(this.view.u._inner[o].d, p.m.f(this.d9));
|
|
7869
7869
|
}
|
|
7870
7870
|
for (let q = 0; q < this.view.e.o.count; q++) {
|
|
7871
7871
|
let r = this.view.e.o._inner[q];
|
|
@@ -7874,7 +7874,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7874
7874
|
if (t < this.e.count) {
|
|
7875
7875
|
for (let u = 0; u < this.view.e.q._inner[q].count; u++) {
|
|
7876
7876
|
let v = this.view.e.q._inner[q]._inner[u].c;
|
|
7877
|
-
NativeUI.
|
|
7877
|
+
NativeUI.t(this.view.e.q._inner[q]._inner[u].d, v.l.f(this.e.item(t)));
|
|
7878
7878
|
}
|
|
7879
7879
|
}
|
|
7880
7880
|
}
|
|
@@ -7885,35 +7885,35 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7885
7885
|
if (z < this.f.count) {
|
|
7886
7886
|
for (let aa = 0; aa < this.view.f.q._inner[w].count; aa++) {
|
|
7887
7887
|
let ab = this.view.f.q._inner[w]._inner[aa].c;
|
|
7888
|
-
NativeUI.
|
|
7888
|
+
NativeUI.ad(this.view.f.q._inner[w]._inner[aa].d, ab.m.f(this.f.item(z)));
|
|
7889
7889
|
}
|
|
7890
7890
|
}
|
|
7891
7891
|
}
|
|
7892
7892
|
for (let ac = 0; ac < this.view.q.count; ac++) {
|
|
7893
7893
|
let ad = this.view.q._inner[ac].c;
|
|
7894
|
-
NativeUI.
|
|
7895
|
-
NativeUI.
|
|
7894
|
+
NativeUI.t(this.view.q._inner[ac].d, ad.l.f(this.du));
|
|
7895
|
+
NativeUI.ad(this.view.q._inner[ac].d, ad.m.f(this.dv));
|
|
7896
7896
|
}
|
|
7897
7897
|
}
|
|
7898
7898
|
let ae = this.view.aa;
|
|
7899
7899
|
if (this.du != null) {
|
|
7900
|
-
NativeUI.
|
|
7900
|
+
NativeUI.t(ae, this.du);
|
|
7901
7901
|
}
|
|
7902
7902
|
if (this.dv != null) {
|
|
7903
|
-
NativeUI.
|
|
7903
|
+
NativeUI.ad(ae, this.dv);
|
|
7904
7904
|
}
|
|
7905
7905
|
if (!isNaN_(this.aq)) {
|
|
7906
|
-
NativeUI.
|
|
7906
|
+
NativeUI.ag(ae, this.aq);
|
|
7907
7907
|
}
|
|
7908
7908
|
}
|
|
7909
7909
|
if (this.o != null) {
|
|
7910
7910
|
this.view.a0(this.o);
|
|
7911
7911
|
}
|
|
7912
7912
|
if (this.dw != null) {
|
|
7913
|
-
NativeUI.
|
|
7913
|
+
NativeUI.r(this.view.aa, this.dw);
|
|
7914
7914
|
}
|
|
7915
7915
|
}
|
|
7916
|
-
|
|
7916
|
+
c9() {
|
|
7917
7917
|
if (this.du != null) {
|
|
7918
7918
|
this.view.ap(this.du, "fill");
|
|
7919
7919
|
}
|
|
@@ -7942,10 +7942,10 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7942
7942
|
else if (this.svg != null) {
|
|
7943
7943
|
a = 0;
|
|
7944
7944
|
}
|
|
7945
|
-
else if (this.
|
|
7945
|
+
else if (this.b2 != null) {
|
|
7946
7946
|
a = 3;
|
|
7947
7947
|
}
|
|
7948
|
-
else if (this.
|
|
7948
|
+
else if (this.bj != null) {
|
|
7949
7949
|
a = 4;
|
|
7950
7950
|
}
|
|
7951
7951
|
return a;
|
|
@@ -7957,7 +7957,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7957
7957
|
let b = this.l;
|
|
7958
7958
|
this.l = a;
|
|
7959
7959
|
if (b != this.l) {
|
|
7960
|
-
this.
|
|
7960
|
+
this.c7("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
7961
7961
|
}
|
|
7962
7962
|
}
|
|
7963
7963
|
get du() {
|
|
@@ -7967,7 +7967,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7967
7967
|
let b = this.dg;
|
|
7968
7968
|
this.dg = a;
|
|
7969
7969
|
if (b != this.dg) {
|
|
7970
|
-
this.
|
|
7970
|
+
this.c7("ActualFill", b, a);
|
|
7971
7971
|
}
|
|
7972
7972
|
}
|
|
7973
7973
|
get dv() {
|
|
@@ -7977,7 +7977,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7977
7977
|
let b = this.dh;
|
|
7978
7978
|
this.dh = a;
|
|
7979
7979
|
if (b != this.dh) {
|
|
7980
|
-
this.
|
|
7980
|
+
this.c7("ActualStroke", b, a);
|
|
7981
7981
|
}
|
|
7982
7982
|
}
|
|
7983
7983
|
get dw() {
|
|
@@ -7987,7 +7987,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7987
7987
|
let b = this.di;
|
|
7988
7988
|
this.di = a;
|
|
7989
7989
|
if (b != this.di) {
|
|
7990
|
-
this.
|
|
7990
|
+
this.c7("ActualTextColor", b, a);
|
|
7991
7991
|
}
|
|
7992
7992
|
}
|
|
7993
7993
|
get aq() {
|
|
@@ -7997,7 +7997,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
7997
7997
|
let b = this.y;
|
|
7998
7998
|
this.y = a;
|
|
7999
7999
|
if (b != this.y) {
|
|
8000
|
-
this.
|
|
8000
|
+
this.c7("ActualStrokeWidth", b, a);
|
|
8001
8001
|
}
|
|
8002
8002
|
}
|
|
8003
8003
|
get fill() {
|
|
@@ -8007,7 +8007,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8007
8007
|
let b = this.dj;
|
|
8008
8008
|
this.dj = a;
|
|
8009
8009
|
if (b != this.dj) {
|
|
8010
|
-
this.
|
|
8010
|
+
this.c7("Fill", b, a);
|
|
8011
8011
|
}
|
|
8012
8012
|
}
|
|
8013
8013
|
get ea() {
|
|
@@ -8017,7 +8017,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8017
8017
|
let b = this.ds;
|
|
8018
8018
|
this.ds = a;
|
|
8019
8019
|
if (b != this.ds) {
|
|
8020
|
-
this.
|
|
8020
|
+
this.c7("Stroke", b, a);
|
|
8021
8021
|
}
|
|
8022
8022
|
}
|
|
8023
8023
|
get a4() {
|
|
@@ -8027,7 +8027,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8027
8027
|
let b = this.ak;
|
|
8028
8028
|
this.ak = a;
|
|
8029
8029
|
if (b != this.ak) {
|
|
8030
|
-
this.
|
|
8030
|
+
this.c7("StrokeWidth", b, a);
|
|
8031
8031
|
}
|
|
8032
8032
|
}
|
|
8033
8033
|
get eb() {
|
|
@@ -8037,7 +8037,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8037
8037
|
let b = this.dt;
|
|
8038
8038
|
this.dt = a;
|
|
8039
8039
|
if (b != this.dt) {
|
|
8040
|
-
this.
|
|
8040
|
+
this.c7("TextColor", b, a);
|
|
8041
8041
|
}
|
|
8042
8042
|
}
|
|
8043
8043
|
get d3() {
|
|
@@ -8047,7 +8047,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8047
8047
|
let b = this.dk;
|
|
8048
8048
|
this.dk = a;
|
|
8049
8049
|
if (b != this.dk) {
|
|
8050
|
-
this.
|
|
8050
|
+
this.c7("HoverFill", b, a);
|
|
8051
8051
|
}
|
|
8052
8052
|
}
|
|
8053
8053
|
get d4() {
|
|
@@ -8057,7 +8057,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8057
8057
|
let b = this.dl;
|
|
8058
8058
|
this.dl = a;
|
|
8059
8059
|
if (b != this.dl) {
|
|
8060
|
-
this.
|
|
8060
|
+
this.c7("HoverStroke", b, a);
|
|
8061
8061
|
}
|
|
8062
8062
|
}
|
|
8063
8063
|
get a2() {
|
|
@@ -8067,7 +8067,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8067
8067
|
let b = this.ae;
|
|
8068
8068
|
this.ae = a;
|
|
8069
8069
|
if (b != this.ae) {
|
|
8070
|
-
this.
|
|
8070
|
+
this.c7("HoverStrokeThickness", b, a);
|
|
8071
8071
|
}
|
|
8072
8072
|
}
|
|
8073
8073
|
get d5() {
|
|
@@ -8077,7 +8077,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8077
8077
|
let b = this.dm;
|
|
8078
8078
|
this.dm = a;
|
|
8079
8079
|
if (b != this.dm) {
|
|
8080
|
-
this.
|
|
8080
|
+
this.c7("HoverTextColor", b, a);
|
|
8081
8081
|
}
|
|
8082
8082
|
}
|
|
8083
8083
|
get e() {
|
|
@@ -8087,7 +8087,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8087
8087
|
let b = this.c;
|
|
8088
8088
|
this.c = a;
|
|
8089
8089
|
if (b != this.c) {
|
|
8090
|
-
this.
|
|
8090
|
+
this.c7("FillColors", b, this.c);
|
|
8091
8091
|
}
|
|
8092
8092
|
}
|
|
8093
8093
|
get f() {
|
|
@@ -8097,7 +8097,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8097
8097
|
let b = this.d;
|
|
8098
8098
|
this.d = a;
|
|
8099
8099
|
if (b != this.d) {
|
|
8100
|
-
this.
|
|
8100
|
+
this.c7("StrokeColors", b, this.d);
|
|
8101
8101
|
}
|
|
8102
8102
|
}
|
|
8103
8103
|
get d6() {
|
|
@@ -8107,7 +8107,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8107
8107
|
let b = this.dn;
|
|
8108
8108
|
this.dn = a;
|
|
8109
8109
|
if (b != this.dn) {
|
|
8110
|
-
this.
|
|
8110
|
+
this.c7("PrimaryFillColor", b, this.dn);
|
|
8111
8111
|
}
|
|
8112
8112
|
}
|
|
8113
8113
|
get d7() {
|
|
@@ -8117,7 +8117,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8117
8117
|
let b = this.dp;
|
|
8118
8118
|
this.dp = a;
|
|
8119
8119
|
if (b != this.dp) {
|
|
8120
|
-
this.
|
|
8120
|
+
this.c7("PrimaryStrokeColor", b, this.dp);
|
|
8121
8121
|
}
|
|
8122
8122
|
}
|
|
8123
8123
|
get d8() {
|
|
@@ -8127,7 +8127,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8127
8127
|
let b = this.dq;
|
|
8128
8128
|
this.dq = a;
|
|
8129
8129
|
if (b != this.dq) {
|
|
8130
|
-
this.
|
|
8130
|
+
this.c7("SecondaryFillColor", b, this.dq);
|
|
8131
8131
|
}
|
|
8132
8132
|
}
|
|
8133
8133
|
get d9() {
|
|
@@ -8137,47 +8137,47 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8137
8137
|
let b = this.dr;
|
|
8138
8138
|
this.dr = a;
|
|
8139
8139
|
if (b != this.dr) {
|
|
8140
|
-
this.
|
|
8140
|
+
this.c7("SecondaryStrokeColor", b, this.dr);
|
|
8141
8141
|
}
|
|
8142
8142
|
}
|
|
8143
|
-
get
|
|
8144
|
-
return this.
|
|
8143
|
+
get bj() {
|
|
8144
|
+
return this.bf;
|
|
8145
8145
|
}
|
|
8146
|
-
set
|
|
8147
|
-
let b = this.
|
|
8148
|
-
this.
|
|
8149
|
-
if (b != this.
|
|
8150
|
-
this.
|
|
8146
|
+
set bj(a) {
|
|
8147
|
+
let b = this.bf;
|
|
8148
|
+
this.bf = a;
|
|
8149
|
+
if (b != this.bf) {
|
|
8150
|
+
this.c7("Source", b, a);
|
|
8151
8151
|
}
|
|
8152
8152
|
}
|
|
8153
|
-
get
|
|
8154
|
-
return this.
|
|
8153
|
+
get b2() {
|
|
8154
|
+
return this.bl;
|
|
8155
8155
|
}
|
|
8156
|
-
set
|
|
8157
|
-
let b = this.
|
|
8158
|
-
this.
|
|
8159
|
-
if (b != this.
|
|
8160
|
-
this.
|
|
8156
|
+
set b2(a) {
|
|
8157
|
+
let b = this.bl;
|
|
8158
|
+
this.bl = a;
|
|
8159
|
+
if (b != this.bl) {
|
|
8160
|
+
this.c7("DataURL", b, a);
|
|
8161
8161
|
}
|
|
8162
8162
|
}
|
|
8163
8163
|
get svgPath() {
|
|
8164
|
-
return this.
|
|
8164
|
+
return this.bo;
|
|
8165
8165
|
}
|
|
8166
8166
|
set svgPath(a) {
|
|
8167
|
-
let b = this.
|
|
8168
|
-
this.
|
|
8169
|
-
if (b != this.
|
|
8170
|
-
this.
|
|
8167
|
+
let b = this.bo;
|
|
8168
|
+
this.bo = a;
|
|
8169
|
+
if (b != this.bo) {
|
|
8170
|
+
this.c7("SVGPath", b, a);
|
|
8171
8171
|
}
|
|
8172
8172
|
}
|
|
8173
8173
|
get svg() {
|
|
8174
|
-
return this.
|
|
8174
|
+
return this.bn;
|
|
8175
8175
|
}
|
|
8176
8176
|
set svg(a) {
|
|
8177
|
-
let b = this.
|
|
8178
|
-
this.
|
|
8179
|
-
if (b != this.
|
|
8180
|
-
this.
|
|
8177
|
+
let b = this.bn;
|
|
8178
|
+
this.bn = a;
|
|
8179
|
+
if (b != this.bn) {
|
|
8180
|
+
this.c7("SVG", b, this.bn);
|
|
8181
8181
|
}
|
|
8182
8182
|
}
|
|
8183
8183
|
get b() {
|
|
@@ -8187,33 +8187,33 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8187
8187
|
let b = this.a;
|
|
8188
8188
|
this.a = a;
|
|
8189
8189
|
if (b != this.a) {
|
|
8190
|
-
this.
|
|
8190
|
+
this.c7("SVGPaths", b, this.a);
|
|
8191
8191
|
}
|
|
8192
8192
|
}
|
|
8193
|
-
get
|
|
8194
|
-
return this.de;
|
|
8195
|
-
}
|
|
8196
|
-
set df(a) {
|
|
8197
|
-
let b = this.de;
|
|
8198
|
-
this.de = a;
|
|
8199
|
-
if (b != this.de) {
|
|
8200
|
-
this.c5("DataTemplate", b, this.de);
|
|
8201
|
-
}
|
|
8202
|
-
}
|
|
8203
|
-
get bf() {
|
|
8193
|
+
get bg() {
|
|
8204
8194
|
return this.bd;
|
|
8205
8195
|
}
|
|
8206
|
-
set
|
|
8196
|
+
set bg(a) {
|
|
8207
8197
|
let b = this.bd;
|
|
8208
8198
|
this.bd = a;
|
|
8209
8199
|
if (b != this.bd) {
|
|
8210
|
-
this.
|
|
8200
|
+
this.c7("DataTemplate", b, this.bd);
|
|
8211
8201
|
}
|
|
8212
8202
|
}
|
|
8213
|
-
|
|
8203
|
+
get bh() {
|
|
8204
|
+
return this.be;
|
|
8205
|
+
}
|
|
8206
|
+
set bh(a) {
|
|
8207
|
+
let b = this.be;
|
|
8208
|
+
this.be = a;
|
|
8209
|
+
if (b != this.be) {
|
|
8210
|
+
this.c7("DataTemplateContext", b, this.be);
|
|
8211
|
+
}
|
|
8212
|
+
}
|
|
8213
|
+
c5() {
|
|
8214
8214
|
this.v = true;
|
|
8215
8215
|
}
|
|
8216
|
-
|
|
8216
|
+
c6() {
|
|
8217
8217
|
this.v = false;
|
|
8218
8218
|
}
|
|
8219
8219
|
get o() {
|
|
@@ -8223,17 +8223,17 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8223
8223
|
let b = this.n;
|
|
8224
8224
|
this.n = a;
|
|
8225
8225
|
if (b != this.n) {
|
|
8226
|
-
this.
|
|
8226
|
+
this.c7("TextStyle", b, a);
|
|
8227
8227
|
}
|
|
8228
8228
|
}
|
|
8229
|
-
get
|
|
8230
|
-
return this.
|
|
8229
|
+
get cc() {
|
|
8230
|
+
return this.bm;
|
|
8231
8231
|
}
|
|
8232
|
-
set
|
|
8233
|
-
let b = this.
|
|
8234
|
-
this.
|
|
8235
|
-
if (b != this.
|
|
8236
|
-
this.
|
|
8232
|
+
set cc(a) {
|
|
8233
|
+
let b = this.bm;
|
|
8234
|
+
this.bm = a;
|
|
8235
|
+
if (b != this.bm) {
|
|
8236
|
+
this.c7("Id", b, a);
|
|
8237
8237
|
}
|
|
8238
8238
|
}
|
|
8239
8239
|
get s() {
|
|
@@ -8247,17 +8247,17 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8247
8247
|
this.ba = a;
|
|
8248
8248
|
this.p = true;
|
|
8249
8249
|
if (b != this.ba) {
|
|
8250
|
-
this.
|
|
8250
|
+
this.c7("TabIndex", b, a);
|
|
8251
8251
|
}
|
|
8252
8252
|
}
|
|
8253
|
-
get
|
|
8254
|
-
return this.
|
|
8253
|
+
get bx() {
|
|
8254
|
+
return this.bk;
|
|
8255
8255
|
}
|
|
8256
|
-
set
|
|
8257
|
-
let b = this.
|
|
8258
|
-
this.
|
|
8259
|
-
if (b != this.
|
|
8260
|
-
this.
|
|
8256
|
+
set bx(a) {
|
|
8257
|
+
let b = this.bk;
|
|
8258
|
+
this.bk = a;
|
|
8259
|
+
if (b != this.bk) {
|
|
8260
|
+
this.c7("AriaLabel", b, a);
|
|
8261
8261
|
}
|
|
8262
8262
|
}
|
|
8263
8263
|
get v() {
|
|
@@ -8267,7 +8267,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8267
8267
|
let b = this.r;
|
|
8268
8268
|
this.r = a;
|
|
8269
8269
|
if (b != this.r) {
|
|
8270
|
-
this.
|
|
8270
|
+
this.c7("IsHover", b, a);
|
|
8271
8271
|
}
|
|
8272
8272
|
}
|
|
8273
8273
|
get disabled() {
|
|
@@ -8277,7 +8277,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8277
8277
|
let b = this.q;
|
|
8278
8278
|
this.q = a;
|
|
8279
8279
|
if (b != this.q) {
|
|
8280
|
-
this.
|
|
8280
|
+
this.c7("IsDisabled", b, a);
|
|
8281
8281
|
}
|
|
8282
8282
|
}
|
|
8283
8283
|
get a3() {
|
|
@@ -8287,7 +8287,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8287
8287
|
let b = this.af;
|
|
8288
8288
|
this.af = a;
|
|
8289
8289
|
if (b != this.af) {
|
|
8290
|
-
this.
|
|
8290
|
+
this.c7("Opacity", b, this.af);
|
|
8291
8291
|
}
|
|
8292
8292
|
}
|
|
8293
8293
|
get as() {
|
|
@@ -8297,7 +8297,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8297
8297
|
let b = this.aa;
|
|
8298
8298
|
this.aa = a;
|
|
8299
8299
|
if (b != this.aa) {
|
|
8300
|
-
this.
|
|
8300
|
+
this.c7("ActualViewBoxLeft", b, this.aa);
|
|
8301
8301
|
}
|
|
8302
8302
|
}
|
|
8303
8303
|
get a6() {
|
|
@@ -8307,7 +8307,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8307
8307
|
let b = this.am;
|
|
8308
8308
|
this.am = a;
|
|
8309
8309
|
if (b != this.am) {
|
|
8310
|
-
this.
|
|
8310
|
+
this.c7("ViewBoxLeft", b, this.am);
|
|
8311
8311
|
}
|
|
8312
8312
|
}
|
|
8313
8313
|
get at() {
|
|
@@ -8317,7 +8317,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8317
8317
|
let b = this.ab;
|
|
8318
8318
|
this.ab = a;
|
|
8319
8319
|
if (b != this.ab) {
|
|
8320
|
-
this.
|
|
8320
|
+
this.c7("ActualViewBoxTop", b, this.ab);
|
|
8321
8321
|
}
|
|
8322
8322
|
}
|
|
8323
8323
|
get a7() {
|
|
@@ -8327,7 +8327,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8327
8327
|
let b = this.an;
|
|
8328
8328
|
this.an = a;
|
|
8329
8329
|
if (b != this.an) {
|
|
8330
|
-
this.
|
|
8330
|
+
this.c7("ViewBoxTop", b, this.an);
|
|
8331
8331
|
}
|
|
8332
8332
|
}
|
|
8333
8333
|
get au() {
|
|
@@ -8337,7 +8337,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8337
8337
|
let b = this.ac;
|
|
8338
8338
|
this.ac = a;
|
|
8339
8339
|
if (b != this.ac) {
|
|
8340
|
-
this.
|
|
8340
|
+
this.c7("ActualViewBoxWidth", b, this.ac);
|
|
8341
8341
|
}
|
|
8342
8342
|
}
|
|
8343
8343
|
get a8() {
|
|
@@ -8347,7 +8347,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8347
8347
|
let b = this.ao;
|
|
8348
8348
|
this.ao = a;
|
|
8349
8349
|
if (b != this.ao) {
|
|
8350
|
-
this.
|
|
8350
|
+
this.c7("ViewBoxWidth", b, this.ao);
|
|
8351
8351
|
}
|
|
8352
8352
|
}
|
|
8353
8353
|
get ar() {
|
|
@@ -8357,7 +8357,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8357
8357
|
let b = this.z;
|
|
8358
8358
|
this.z = a;
|
|
8359
8359
|
if (b != this.z) {
|
|
8360
|
-
this.
|
|
8360
|
+
this.c7("ActualViewBoxHeight", b, this.z);
|
|
8361
8361
|
}
|
|
8362
8362
|
}
|
|
8363
8363
|
get a5() {
|
|
@@ -8367,7 +8367,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8367
8367
|
let b = this.al;
|
|
8368
8368
|
this.al = a;
|
|
8369
8369
|
if (b != this.al) {
|
|
8370
|
-
this.
|
|
8370
|
+
this.c7("ViewBoxHeight", b, this.al);
|
|
8371
8371
|
}
|
|
8372
8372
|
}
|
|
8373
8373
|
get a9() {
|
|
@@ -8377,7 +8377,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8377
8377
|
let b = this.ap;
|
|
8378
8378
|
this.ap = a;
|
|
8379
8379
|
if (b != this.ap) {
|
|
8380
|
-
this.
|
|
8380
|
+
this.c7("Width", b, this.ap);
|
|
8381
8381
|
}
|
|
8382
8382
|
}
|
|
8383
8383
|
get a1() {
|
|
@@ -8387,10 +8387,10 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8387
8387
|
let b = this.ad;
|
|
8388
8388
|
this.ad = a;
|
|
8389
8389
|
if (b != this.ad) {
|
|
8390
|
-
this.
|
|
8390
|
+
this.c7("Height", b, this.ad);
|
|
8391
8391
|
}
|
|
8392
8392
|
}
|
|
8393
|
-
|
|
8393
|
+
c8() {
|
|
8394
8394
|
}
|
|
8395
8395
|
onDetachedFromUI() {
|
|
8396
8396
|
this.view.am();
|
|
@@ -8412,10 +8412,10 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8412
8412
|
w() {
|
|
8413
8413
|
return this.view.l();
|
|
8414
8414
|
}
|
|
8415
|
-
|
|
8415
|
+
bi() {
|
|
8416
8416
|
return this.g();
|
|
8417
8417
|
}
|
|
8418
|
-
|
|
8418
|
+
b4() {
|
|
8419
8419
|
let a = this.g();
|
|
8420
8420
|
return a.l();
|
|
8421
8421
|
}
|
|
@@ -8430,7 +8430,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8430
8430
|
a.a = this.view.a();
|
|
8431
8431
|
a.svg = this.svg;
|
|
8432
8432
|
a.svgPath = this.svgPath;
|
|
8433
|
-
a.k = this.
|
|
8433
|
+
a.k = this.b2;
|
|
8434
8434
|
if (this.o != null) {
|
|
8435
8435
|
let d = this.o;
|
|
8436
8436
|
if (this.view != null && d.q == null) {
|
|
@@ -8464,7 +8464,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
8464
8464
|
provideContainer(a) {
|
|
8465
8465
|
this.view.al(a);
|
|
8466
8466
|
}
|
|
8467
|
-
|
|
8467
|
+
df(a, b, c, d) {
|
|
8468
8468
|
this.ah = a;
|
|
8469
8469
|
this.ai = b;
|
|
8470
8470
|
this.aj = c;
|
|
@@ -8888,19 +8888,19 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
|
8888
8888
|
* Gets or sets the image source for the icon. Used if none of the other icon types are not used.
|
|
8889
8889
|
*/
|
|
8890
8890
|
get source() {
|
|
8891
|
-
return this.i.
|
|
8891
|
+
return this.i.bj;
|
|
8892
8892
|
}
|
|
8893
8893
|
set source(v) {
|
|
8894
|
-
this.i.
|
|
8894
|
+
this.i.bj = v;
|
|
8895
8895
|
}
|
|
8896
8896
|
/**
|
|
8897
8897
|
* Gets or sets data url for the icon to use.
|
|
8898
8898
|
*/
|
|
8899
8899
|
get dataURL() {
|
|
8900
|
-
return this.i.
|
|
8900
|
+
return this.i.b2;
|
|
8901
8901
|
}
|
|
8902
8902
|
set dataURL(v) {
|
|
8903
|
-
this.i.
|
|
8903
|
+
this.i.b2 = v;
|
|
8904
8904
|
}
|
|
8905
8905
|
/**
|
|
8906
8906
|
* Gets or sets path data for the icon to use.
|
|
@@ -8952,10 +8952,10 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
|
8952
8952
|
* Gets or sets the id to use for the checkbox.
|
|
8953
8953
|
*/
|
|
8954
8954
|
get id() {
|
|
8955
|
-
return this.i.
|
|
8955
|
+
return this.i.cc;
|
|
8956
8956
|
}
|
|
8957
8957
|
set id(v) {
|
|
8958
|
-
this.i.
|
|
8958
|
+
this.i.cc = v;
|
|
8959
8959
|
}
|
|
8960
8960
|
/**
|
|
8961
8961
|
* Gets or sets TabIndex to use for the checkbox.
|
|
@@ -8971,10 +8971,10 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
|
8971
8971
|
* Gets or sets the value of the aria-label attribute.
|
|
8972
8972
|
*/
|
|
8973
8973
|
get ariaLabel() {
|
|
8974
|
-
return this.i.
|
|
8974
|
+
return this.i.bx;
|
|
8975
8975
|
}
|
|
8976
8976
|
set ariaLabel(v) {
|
|
8977
|
-
this.i.
|
|
8977
|
+
this.i.bx = v;
|
|
8978
8978
|
}
|
|
8979
8979
|
/**
|
|
8980
8980
|
* Gets or sets whether the icon is hovered.
|
|
@@ -9175,7 +9175,7 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
|
9175
9175
|
|
|
9176
9176
|
*/
|
|
9177
9177
|
exportVisualModel() {
|
|
9178
|
-
let iv = this.i.
|
|
9178
|
+
let iv = this.i.bi();
|
|
9179
9179
|
return (iv);
|
|
9180
9180
|
}
|
|
9181
9181
|
/**
|
|
@@ -9183,7 +9183,7 @@ let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
|
9183
9183
|
|
|
9184
9184
|
*/
|
|
9185
9185
|
exportSerializedVisualModel() {
|
|
9186
|
-
let iv = this.i.
|
|
9186
|
+
let iv = this.i.b4();
|
|
9187
9187
|
return (iv);
|
|
9188
9188
|
}
|
|
9189
9189
|
}
|
|
@@ -12162,7 +12162,7 @@ let XCalendar = /*@__PURE__*/ (() => {
|
|
|
12162
12162
|
m.d = n[1] - e;
|
|
12163
12163
|
m.c = NativeUI.d(k._inner[l].parent());
|
|
12164
12164
|
m.f = NativeUI.k(k._inner[l].parent());
|
|
12165
|
-
m.b = AppearanceHelper.a(NativeUI.
|
|
12165
|
+
m.b = AppearanceHelper.a(NativeUI.ao(k._inner[l]));
|
|
12166
12166
|
m.g = k._inner[l].getText();
|
|
12167
12167
|
a.k.add(m);
|
|
12168
12168
|
}
|
|
@@ -12175,8 +12175,8 @@ let XCalendar = /*@__PURE__*/ (() => {
|
|
|
12175
12175
|
q.d = r[1] - e;
|
|
12176
12176
|
q.c = NativeUI.d(o._inner[p].parent());
|
|
12177
12177
|
q.f = NativeUI.k(o._inner[p].parent());
|
|
12178
|
-
q.b = AppearanceHelper.a(NativeUI.
|
|
12179
|
-
q.a = AppearanceHelper.a(NativeUI.
|
|
12178
|
+
q.b = AppearanceHelper.a(NativeUI.ao(o._inner[p]));
|
|
12179
|
+
q.a = AppearanceHelper.a(NativeUI.an(o._inner[p]));
|
|
12180
12180
|
q.g = o._inner[p].getText();
|
|
12181
12181
|
a.l.add(q);
|
|
12182
12182
|
}
|
|
@@ -13662,7 +13662,7 @@ let InputGroupView = /*@__PURE__*/ (() => {
|
|
|
13662
13662
|
g.setStyleProperty("height", "2px");
|
|
13663
13663
|
g.setStyleProperty("display", "block");
|
|
13664
13664
|
g.setStyleProperty("pointer-events", "none");
|
|
13665
|
-
NativeUI.
|
|
13665
|
+
NativeUI.ai(g, ((() => {
|
|
13666
13666
|
let $ret = new ScaleTransform();
|
|
13667
13667
|
$ret.l = 0.5;
|
|
13668
13668
|
$ret.m = 1;
|
|
@@ -13835,7 +13835,7 @@ let SuffixView = /*@__PURE__*/ (() => {
|
|
|
13835
13835
|
$ret.m = 1;
|
|
13836
13836
|
return $ret;
|
|
13837
13837
|
})()));
|
|
13838
|
-
NativeUI.
|
|
13838
|
+
NativeUI.ai(this.h.rootWrapper, b);
|
|
13839
13839
|
this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
13840
13840
|
}
|
|
13841
13841
|
g() {
|
|
@@ -13932,7 +13932,7 @@ let PrefixView = /*@__PURE__*/ (() => {
|
|
|
13932
13932
|
$ret.m = 1;
|
|
13933
13933
|
return $ret;
|
|
13934
13934
|
})()));
|
|
13935
|
-
NativeUI.
|
|
13935
|
+
NativeUI.ai(this.h.rootWrapper, b);
|
|
13936
13936
|
this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
13937
13937
|
}
|
|
13938
13938
|
g() {
|
|
@@ -14026,7 +14026,7 @@ let LabelView = /*@__PURE__*/ (() => {
|
|
|
14026
14026
|
c.setStyleProperty("overflow", "hidden");
|
|
14027
14027
|
c.setStyleProperty("height", "1.125rem");
|
|
14028
14028
|
c.setStyleProperty("backface-visibility", "hidden");
|
|
14029
|
-
NativeUI.
|
|
14029
|
+
NativeUI.r(this.m.rootWrapper, this.c.c3);
|
|
14030
14030
|
c.setStyleProperty("outline-style", "none");
|
|
14031
14031
|
c.setStyleProperty("box-shadow", "none");
|
|
14032
14032
|
c.setStyleProperty("font-family", "Verdana");
|
|
@@ -14052,7 +14052,7 @@ let LabelView = /*@__PURE__*/ (() => {
|
|
|
14052
14052
|
$ret.m = 1;
|
|
14053
14053
|
return $ret;
|
|
14054
14054
|
})()));
|
|
14055
|
-
NativeUI.
|
|
14055
|
+
NativeUI.ai(this.m.rootWrapper, a);
|
|
14056
14056
|
this.n.setStyleProperty("height", "1.125rem");
|
|
14057
14057
|
this.m.rootWrapper.setStyleProperty("position", "absolute");
|
|
14058
14058
|
this.m.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
@@ -14223,7 +14223,7 @@ let LabelView = /*@__PURE__*/ (() => {
|
|
|
14223
14223
|
}
|
|
14224
14224
|
}
|
|
14225
14225
|
ah(a) {
|
|
14226
|
-
NativeUI.
|
|
14226
|
+
NativeUI.r(this.n, a);
|
|
14227
14227
|
}
|
|
14228
14228
|
e() {
|
|
14229
14229
|
return ((() => {
|
|
@@ -14298,7 +14298,7 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
14298
14298
|
c.setStyleProperty("background-attachment", "initial");
|
|
14299
14299
|
c.setStyleProperty("background-origin", "initial");
|
|
14300
14300
|
c.setStyleProperty("background-color", "transparent");
|
|
14301
|
-
NativeUI.
|
|
14301
|
+
NativeUI.r(c, this.c.d4);
|
|
14302
14302
|
c.setStyleProperty("outline-style", "none");
|
|
14303
14303
|
c.setStyleProperty("box-shadow", "none");
|
|
14304
14304
|
c.setStyleProperty("border-top", "0.1875rem solid transparent");
|
|
@@ -14429,7 +14429,7 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
14429
14429
|
$ret.m = 1;
|
|
14430
14430
|
return $ret;
|
|
14431
14431
|
})()));
|
|
14432
|
-
NativeUI.
|
|
14432
|
+
NativeUI.ai(this.m.rootWrapper, b);
|
|
14433
14433
|
this.m.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
14434
14434
|
}
|
|
14435
14435
|
l() {
|
|
@@ -15435,7 +15435,7 @@ let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
15435
15435
|
this.jv();
|
|
15436
15436
|
break;
|
|
15437
15437
|
case "IsDisabled":
|
|
15438
|
-
NativeUI.
|
|
15438
|
+
NativeUI.w(this.view.v, !this.disabled);
|
|
15439
15439
|
break;
|
|
15440
15440
|
}
|
|
15441
15441
|
}
|
|
@@ -15618,44 +15618,44 @@ let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
15618
15618
|
let e = this.v != null && this.v.playState == 1;
|
|
15619
15619
|
let f = this.w != null && this.w.playState == 1;
|
|
15620
15620
|
let g = this.u != null && this.u.playState == 1;
|
|
15621
|
-
NativeUI.
|
|
15622
|
-
NativeUI.
|
|
15623
|
-
NativeUI.
|
|
15624
|
-
NativeUI.
|
|
15621
|
+
NativeUI.p(a, this.ko);
|
|
15622
|
+
NativeUI.p(b, this.ko);
|
|
15623
|
+
NativeUI.n(a, this.l5);
|
|
15624
|
+
NativeUI.ac(a, this.oe);
|
|
15625
15625
|
if (this.ao) {
|
|
15626
15626
|
if (!g) {
|
|
15627
|
-
NativeUI.
|
|
15628
|
-
NativeUI.
|
|
15627
|
+
NativeUI.o(b, this.l7);
|
|
15628
|
+
NativeUI.q(b, new Thickness(0, this.ch));
|
|
15629
15629
|
}
|
|
15630
15630
|
if (!f) {
|
|
15631
|
-
NativeUI.
|
|
15631
|
+
NativeUI.n(c, this.l8);
|
|
15632
15632
|
}
|
|
15633
15633
|
}
|
|
15634
15634
|
else {
|
|
15635
15635
|
if (!f) {
|
|
15636
15636
|
if (this.ap) {
|
|
15637
|
-
NativeUI.
|
|
15638
|
-
NativeUI.
|
|
15639
|
-
NativeUI.
|
|
15637
|
+
NativeUI.n(c, this.l9);
|
|
15638
|
+
NativeUI.ab(c, this.ck);
|
|
15639
|
+
NativeUI.v(c, this.cl);
|
|
15640
15640
|
}
|
|
15641
15641
|
else {
|
|
15642
|
-
NativeUI.
|
|
15643
|
-
NativeUI.
|
|
15644
|
-
NativeUI.
|
|
15642
|
+
NativeUI.n(c, this.ma);
|
|
15643
|
+
NativeUI.ab(c, this.cm);
|
|
15644
|
+
NativeUI.v(c, this.cp);
|
|
15645
15645
|
}
|
|
15646
15646
|
}
|
|
15647
15647
|
if (!g) {
|
|
15648
|
-
NativeUI.
|
|
15649
|
-
NativeUI.
|
|
15648
|
+
NativeUI.o(b, this.l6);
|
|
15649
|
+
NativeUI.q(b, new Thickness(0, this.cg));
|
|
15650
15650
|
}
|
|
15651
15651
|
if (!f) {
|
|
15652
|
-
NativeUI.
|
|
15652
|
+
NativeUI.n(a, this.l5);
|
|
15653
15653
|
}
|
|
15654
15654
|
}
|
|
15655
15655
|
if (!e) {
|
|
15656
|
-
NativeUI.
|
|
15657
|
-
NativeUI.
|
|
15658
|
-
NativeUI.
|
|
15656
|
+
NativeUI.n(d, this.mb);
|
|
15657
|
+
NativeUI.v(d, this.co);
|
|
15658
|
+
NativeUI.ab(d, this.cn);
|
|
15659
15659
|
}
|
|
15660
15660
|
}
|
|
15661
15661
|
get a() {
|
|
@@ -18279,7 +18279,7 @@ let XLabel = /*@__PURE__*/ (() => {
|
|
|
18279
18279
|
a.c = this.p;
|
|
18280
18280
|
a.e = this.t;
|
|
18281
18281
|
a.d = this.s;
|
|
18282
|
-
a.a = AppearanceHelper.a(NativeUI.
|
|
18282
|
+
a.a = AppearanceHelper.a(NativeUI.ao(b));
|
|
18283
18283
|
a.b = this.l;
|
|
18284
18284
|
a.i = this.ap;
|
|
18285
18285
|
a.g = this.an;
|
|
@@ -18590,7 +18590,7 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
18590
18590
|
if (this.ad != null) {
|
|
18591
18591
|
this.view.bc(this.ad);
|
|
18592
18592
|
}
|
|
18593
|
-
NativeUI.
|
|
18593
|
+
NativeUI.r(this.view.r, this.d4);
|
|
18594
18594
|
this.view.a7();
|
|
18595
18595
|
}
|
|
18596
18596
|
get d4() {
|
|
@@ -18960,7 +18960,7 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
18960
18960
|
a.l = this.ce;
|
|
18961
18961
|
a.o = this.ci;
|
|
18962
18962
|
a.d = this.au;
|
|
18963
|
-
a.a = AppearanceHelper.a(NativeUI.
|
|
18963
|
+
a.a = AppearanceHelper.a(NativeUI.ao(b));
|
|
18964
18964
|
a.k = this.b8;
|
|
18965
18965
|
a.n = this.cg;
|
|
18966
18966
|
a.e = this.aw;
|
|
@@ -25145,7 +25145,8 @@ let XComponentBridge = /*@__PURE__*/ (() => {
|
|
|
25145
25145
|
case 15:
|
|
25146
25146
|
case 17:
|
|
25147
25147
|
case 7:
|
|
25148
|
-
case 21:
|
|
25148
|
+
case 21:
|
|
25149
|
+
case 1: return b;
|
|
25149
25150
|
}
|
|
25150
25151
|
return this.s != null ? this.s : b;
|
|
25151
25152
|
}
|
|
@@ -25157,8 +25158,8 @@ let XComponentBridge = /*@__PURE__*/ (() => {
|
|
|
25157
25158
|
}
|
|
25158
25159
|
getTargetForBuildInProperty(a, b) {
|
|
25159
25160
|
switch (b) {
|
|
25160
|
-
case
|
|
25161
|
-
case
|
|
25161
|
+
case 109:
|
|
25162
|
+
case 122: return a;
|
|
25162
25163
|
}
|
|
25163
25164
|
return this.s != null ? this.s : a;
|
|
25164
25165
|
}
|
|
@@ -25414,18 +25415,18 @@ let XInputBridge = /*@__PURE__*/ (() => {
|
|
|
25414
25415
|
let c = a;
|
|
25415
25416
|
let d = typeCast(XInput.$, c.inputs._inner[0]);
|
|
25416
25417
|
switch (b) {
|
|
25417
|
-
case
|
|
25418
|
+
case 104: return a.mc;
|
|
25418
25419
|
case 3:
|
|
25419
25420
|
this.an(a);
|
|
25420
25421
|
let e = this.v(a);
|
|
25421
25422
|
return e.text;
|
|
25422
|
-
case
|
|
25423
|
+
case 101:
|
|
25423
25424
|
this.ao(a);
|
|
25424
25425
|
return this.u.svgPath;
|
|
25425
|
-
case
|
|
25426
|
+
case 102:
|
|
25426
25427
|
this.ao(a);
|
|
25427
25428
|
return this.u.fill;
|
|
25428
|
-
case
|
|
25429
|
+
case 103:
|
|
25429
25430
|
this.ao(a);
|
|
25430
25431
|
return this.u.ea;
|
|
25431
25432
|
case 2: return d.cq;
|
|
@@ -25461,11 +25462,11 @@ let XInputBridge = /*@__PURE__*/ (() => {
|
|
|
25461
25462
|
}
|
|
25462
25463
|
break;
|
|
25463
25464
|
case 21: return d.a1;
|
|
25464
|
-
case
|
|
25465
|
-
case
|
|
25466
|
-
case
|
|
25467
|
-
case
|
|
25468
|
-
case
|
|
25465
|
+
case 33: return d.disabled;
|
|
25466
|
+
case 34: return d.d8;
|
|
25467
|
+
case 106: return d.selectionStart;
|
|
25468
|
+
case 107: return d.selectionEnd;
|
|
25469
|
+
case 108: return c.an;
|
|
25469
25470
|
}
|
|
25470
25471
|
return null;
|
|
25471
25472
|
}
|
|
@@ -25473,7 +25474,7 @@ let XInputBridge = /*@__PURE__*/ (() => {
|
|
|
25473
25474
|
let d = a;
|
|
25474
25475
|
let e = typeCast(XInput.$, d.inputs._inner[0]);
|
|
25475
25476
|
switch (b) {
|
|
25476
|
-
case
|
|
25477
|
+
case 104:
|
|
25477
25478
|
a.mc = c;
|
|
25478
25479
|
break;
|
|
25479
25480
|
case 3:
|
|
@@ -25481,15 +25482,15 @@ let XInputBridge = /*@__PURE__*/ (() => {
|
|
|
25481
25482
|
let f = this.v(a);
|
|
25482
25483
|
f.text = c;
|
|
25483
25484
|
break;
|
|
25484
|
-
case
|
|
25485
|
+
case 101:
|
|
25485
25486
|
this.ao(a);
|
|
25486
25487
|
this.u.svgPath = c;
|
|
25487
25488
|
break;
|
|
25488
|
-
case
|
|
25489
|
+
case 102:
|
|
25489
25490
|
this.ao(a);
|
|
25490
25491
|
this.u.fill = c;
|
|
25491
25492
|
break;
|
|
25492
|
-
case
|
|
25493
|
+
case 103:
|
|
25493
25494
|
this.ao(a);
|
|
25494
25495
|
this.u.ea = c;
|
|
25495
25496
|
break;
|
|
@@ -25560,19 +25561,19 @@ let XInputBridge = /*@__PURE__*/ (() => {
|
|
|
25560
25561
|
case 21:
|
|
25561
25562
|
e.a1 = c;
|
|
25562
25563
|
break;
|
|
25563
|
-
case
|
|
25564
|
+
case 33:
|
|
25564
25565
|
e.disabled = c;
|
|
25565
25566
|
break;
|
|
25566
|
-
case
|
|
25567
|
+
case 34:
|
|
25567
25568
|
e.d8 = c;
|
|
25568
25569
|
break;
|
|
25569
|
-
case
|
|
25570
|
+
case 106:
|
|
25570
25571
|
e.selectionStart = typeGetValue(c);
|
|
25571
25572
|
break;
|
|
25572
|
-
case
|
|
25573
|
+
case 107:
|
|
25573
25574
|
e.selectionEnd = typeGetValue(c);
|
|
25574
25575
|
break;
|
|
25575
|
-
case
|
|
25576
|
+
case 108:
|
|
25576
25577
|
d.an = c;
|
|
25577
25578
|
break;
|
|
25578
25579
|
}
|
|
@@ -25767,7 +25768,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
25767
25768
|
case 18:
|
|
25768
25769
|
d.o = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
25769
25770
|
break;
|
|
25770
|
-
case
|
|
25771
|
+
case 55:
|
|
25771
25772
|
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
25772
25773
|
this.aa = c;
|
|
25773
25774
|
d.appendButtonContent(this.aa.ao);
|
|
@@ -25795,7 +25796,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
25795
25796
|
case 4:
|
|
25796
25797
|
d.ax = c;
|
|
25797
25798
|
break;
|
|
25798
|
-
case
|
|
25799
|
+
case 33:
|
|
25799
25800
|
d.disabled = c;
|
|
25800
25801
|
break;
|
|
25801
25802
|
case 5:
|
|
@@ -25807,19 +25808,19 @@ let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
25807
25808
|
case 24:
|
|
25808
25809
|
d.ql = c;
|
|
25809
25810
|
break;
|
|
25810
|
-
case
|
|
25811
|
+
case 56:
|
|
25811
25812
|
d.bn = c.left;
|
|
25812
25813
|
d.bp = c.top;
|
|
25813
25814
|
d.bo = c.right;
|
|
25814
25815
|
d.bm = c.bottom;
|
|
25815
25816
|
break;
|
|
25816
|
-
case
|
|
25817
|
+
case 58:
|
|
25817
25818
|
d.az = c;
|
|
25818
25819
|
break;
|
|
25819
|
-
case
|
|
25820
|
+
case 57:
|
|
25820
25821
|
d.aw = c;
|
|
25821
25822
|
break;
|
|
25822
|
-
case
|
|
25823
|
+
case 59:
|
|
25823
25824
|
d.au = c;
|
|
25824
25825
|
break;
|
|
25825
25826
|
case 17:
|
|
@@ -25828,13 +25829,13 @@ let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
25828
25829
|
case 11:
|
|
25829
25830
|
d.ab = c;
|
|
25830
25831
|
break;
|
|
25831
|
-
case
|
|
25832
|
+
case 89:
|
|
25832
25833
|
d.bz = c;
|
|
25833
25834
|
break;
|
|
25834
|
-
case
|
|
25835
|
+
case 60:
|
|
25835
25836
|
d.a6 = c;
|
|
25836
25837
|
break;
|
|
25837
|
-
case
|
|
25838
|
+
case 119:
|
|
25838
25839
|
d.n7 = c;
|
|
25839
25840
|
break;
|
|
25840
25841
|
case 23:
|
|
@@ -25846,7 +25847,7 @@ let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
25846
25847
|
let c = a;
|
|
25847
25848
|
switch (b) {
|
|
25848
25849
|
case 3: return this.ac;
|
|
25849
|
-
case
|
|
25850
|
+
case 55: return this.aa;
|
|
25850
25851
|
case 1:
|
|
25851
25852
|
switch (c.s) {
|
|
25852
25853
|
case 0: return enumGetBox(NativeUIDisplayDensity_$type, 0);
|
|
@@ -25867,18 +25868,18 @@ let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
25867
25868
|
}
|
|
25868
25869
|
return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
25869
25870
|
case 4: return c.ax;
|
|
25870
|
-
case
|
|
25871
|
+
case 33: return c.disabled;
|
|
25871
25872
|
case 5: return c.av;
|
|
25872
25873
|
case 6: return !c.a3;
|
|
25873
25874
|
case 24: return c.ql;
|
|
25874
|
-
case
|
|
25875
|
-
case
|
|
25876
|
-
case
|
|
25877
|
-
case
|
|
25875
|
+
case 56: return new Thickness(1, c.bn, c.bp, c.bo, c.bm);
|
|
25876
|
+
case 58: return c.az;
|
|
25877
|
+
case 57: return c.aw;
|
|
25878
|
+
case 59: return c.au;
|
|
25878
25879
|
case 17: return c.k6;
|
|
25879
|
-
case
|
|
25880
|
-
case
|
|
25881
|
-
case
|
|
25880
|
+
case 89: return c.bz;
|
|
25881
|
+
case 60: return c.a6;
|
|
25882
|
+
case 119: return c.n7;
|
|
25882
25883
|
case 23: return c.n6;
|
|
25883
25884
|
}
|
|
25884
25885
|
return null;
|
|
@@ -26966,8 +26967,8 @@ let MultiSliderView = /*@__PURE__*/ (() => {
|
|
|
26966
26967
|
this.w = truncate(Math.round(d));
|
|
26967
26968
|
}
|
|
26968
26969
|
if (this.l.d && this.t != 1) {
|
|
26969
|
-
this.l.
|
|
26970
|
-
this.l.
|
|
26970
|
+
this.l.ac();
|
|
26971
|
+
this.l.ad(this.t, this.t);
|
|
26971
26972
|
}
|
|
26972
26973
|
this.l.l(this.g.e0.left, this.g.e0.top, this.g.e0.width, this.g.e0.height);
|
|
26973
26974
|
for (let e = 0; e < this.r.count; e++) {
|
|
@@ -26989,29 +26990,29 @@ let MultiSliderView = /*@__PURE__*/ (() => {
|
|
|
26989
26990
|
this.a1(this.r._inner[i].allPaths);
|
|
26990
26991
|
}
|
|
26991
26992
|
if (this.l.d && this.t != 1) {
|
|
26992
|
-
this.l.
|
|
26993
|
+
this.l.ab();
|
|
26993
26994
|
}
|
|
26994
26995
|
}
|
|
26995
26996
|
a2(a) {
|
|
26996
26997
|
if (a.j != null) {
|
|
26997
|
-
this.l.
|
|
26998
|
+
this.l.ac();
|
|
26998
26999
|
}
|
|
26999
27000
|
this.l.k(a.j);
|
|
27000
|
-
this.l.
|
|
27001
|
+
this.l.y(a);
|
|
27001
27002
|
if (a.j != null) {
|
|
27002
|
-
this.l.
|
|
27003
|
+
this.l.ab();
|
|
27003
27004
|
}
|
|
27004
27005
|
}
|
|
27005
27006
|
a1(a) {
|
|
27006
27007
|
for (let b = 0; b < a.count; b++) {
|
|
27007
27008
|
let c = a.item(b);
|
|
27008
27009
|
if (c.j != null) {
|
|
27009
|
-
this.l.
|
|
27010
|
+
this.l.ac();
|
|
27010
27011
|
}
|
|
27011
27012
|
this.l.k(c.j);
|
|
27012
27013
|
this.l.t(c);
|
|
27013
27014
|
if (c.j != null) {
|
|
27014
|
-
this.l.
|
|
27015
|
+
this.l.ab();
|
|
27015
27016
|
}
|
|
27016
27017
|
}
|
|
27017
27018
|
}
|
|
@@ -27083,7 +27084,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
|
|
|
27083
27084
|
this.v = i;
|
|
27084
27085
|
let j = this.u.get2DCanvasContext(this.v);
|
|
27085
27086
|
this.l = new RenderingContext(new CanvasViewRenderer(), j);
|
|
27086
|
-
this.l.
|
|
27087
|
+
this.l.ah(this.j);
|
|
27087
27088
|
this.ab();
|
|
27088
27089
|
this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
|
|
27089
27090
|
this.a.bo = this.g.e0;
|
|
@@ -27158,7 +27159,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
|
|
|
27158
27159
|
this.i = c;
|
|
27159
27160
|
this.j = this.i;
|
|
27160
27161
|
this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
|
|
27161
|
-
this.l.
|
|
27162
|
+
this.l.ah(this.i);
|
|
27162
27163
|
this.g.trackDirty();
|
|
27163
27164
|
}
|
|
27164
27165
|
}
|
|
@@ -28691,15 +28692,15 @@ let MultiSliderBridge = /*@__PURE__*/ (() => {
|
|
|
28691
28692
|
switch (b) {
|
|
28692
28693
|
case 12: return a.bg;
|
|
28693
28694
|
case 13: return a.bf;
|
|
28694
|
-
case
|
|
28695
|
-
case
|
|
28695
|
+
case 98: return a.bv;
|
|
28696
|
+
case 99: return a.bf;
|
|
28696
28697
|
case 14: return a.bl;
|
|
28697
28698
|
case 2: return a.thumbs._inner[0].s;
|
|
28698
|
-
case
|
|
28699
|
-
case
|
|
28700
|
-
case
|
|
28701
|
-
case
|
|
28702
|
-
case
|
|
28699
|
+
case 93: return a.b0;
|
|
28700
|
+
case 94: return a.ek;
|
|
28701
|
+
case 95: return a.es;
|
|
28702
|
+
case 97: return a.eu;
|
|
28703
|
+
case 96: return a.et;
|
|
28703
28704
|
case 30:
|
|
28704
28705
|
let c = a.e;
|
|
28705
28706
|
switch (c) {
|
|
@@ -28739,10 +28740,10 @@ let MultiSliderBridge = /*@__PURE__*/ (() => {
|
|
|
28739
28740
|
case 13:
|
|
28740
28741
|
a.bf = c;
|
|
28741
28742
|
break;
|
|
28742
|
-
case
|
|
28743
|
+
case 98:
|
|
28743
28744
|
a.bv = c;
|
|
28744
28745
|
break;
|
|
28745
|
-
case
|
|
28746
|
+
case 99:
|
|
28746
28747
|
a.bu = c;
|
|
28747
28748
|
break;
|
|
28748
28749
|
case 14:
|
|
@@ -28751,19 +28752,19 @@ let MultiSliderBridge = /*@__PURE__*/ (() => {
|
|
|
28751
28752
|
case 2:
|
|
28752
28753
|
a.thumbs._inner[0].s = c;
|
|
28753
28754
|
break;
|
|
28754
|
-
case
|
|
28755
|
+
case 93:
|
|
28755
28756
|
a.b0 = c;
|
|
28756
28757
|
break;
|
|
28757
|
-
case
|
|
28758
|
+
case 94:
|
|
28758
28759
|
a.ek = c;
|
|
28759
28760
|
break;
|
|
28760
|
-
case
|
|
28761
|
+
case 95:
|
|
28761
28762
|
a.es = c;
|
|
28762
28763
|
break;
|
|
28763
|
-
case
|
|
28764
|
+
case 97:
|
|
28764
28765
|
a.eu = c;
|
|
28765
28766
|
break;
|
|
28766
|
-
case
|
|
28767
|
+
case 96:
|
|
28767
28768
|
a.et = c;
|
|
28768
28769
|
break;
|
|
28769
28770
|
case 30:
|
|
@@ -30307,17 +30308,17 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
30307
30308
|
}
|
|
30308
30309
|
return enumGetBox(NativeUIDisplayDensity_$type, e);
|
|
30309
30310
|
case 18: return enumGetBox(BaseControlTheme_$type, c.q);
|
|
30310
|
-
case
|
|
30311
|
+
case 88: return c.d;
|
|
30311
30312
|
case 0:
|
|
30312
30313
|
switch (c.i) {
|
|
30313
30314
|
case 0: return enumGetBox(NativeUIButtonGroupDisplayType_$type, 0);
|
|
30314
30315
|
case 1: return enumGetBox(NativeUIButtonGroupDisplayType_$type, 1);
|
|
30315
30316
|
}
|
|
30316
30317
|
return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
30317
|
-
case
|
|
30318
|
+
case 33: return c.disabled;
|
|
30318
30319
|
case 24: return c.ht;
|
|
30319
30320
|
case 17: return c.a2;
|
|
30320
|
-
case
|
|
30321
|
+
case 120: return c.hp;
|
|
30321
30322
|
}
|
|
30322
30323
|
return null;
|
|
30323
30324
|
}
|
|
@@ -30348,7 +30349,7 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
30348
30349
|
case 18:
|
|
30349
30350
|
d.q = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
30350
30351
|
break;
|
|
30351
|
-
case
|
|
30352
|
+
case 88:
|
|
30352
30353
|
d.d = c;
|
|
30353
30354
|
break;
|
|
30354
30355
|
case 0:
|
|
@@ -30361,7 +30362,7 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
30361
30362
|
break;
|
|
30362
30363
|
}
|
|
30363
30364
|
break;
|
|
30364
|
-
case
|
|
30365
|
+
case 33:
|
|
30365
30366
|
d.disabled = c;
|
|
30366
30367
|
break;
|
|
30367
30368
|
case 24:
|
|
@@ -30370,7 +30371,7 @@ let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
30370
30371
|
case 17:
|
|
30371
30372
|
d.a2 = c.e;
|
|
30372
30373
|
break;
|
|
30373
|
-
case
|
|
30374
|
+
case 120:
|
|
30374
30375
|
d.hp = c;
|
|
30375
30376
|
break;
|
|
30376
30377
|
}
|
|
@@ -30987,18 +30988,18 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
30987
30988
|
if (a == null || b == null) {
|
|
30988
30989
|
return;
|
|
30989
30990
|
}
|
|
30990
|
-
NativeUI.
|
|
30991
|
-
NativeUI.
|
|
30991
|
+
NativeUI.p(a, new CornerRadius(0, this.ao));
|
|
30992
|
+
NativeUI.p(b, new CornerRadius(0, this.ao));
|
|
30992
30993
|
if (!isNaN_(this.an)) {
|
|
30993
|
-
NativeUI.
|
|
30994
|
+
NativeUI.q(b, new Thickness(0, this.an));
|
|
30994
30995
|
}
|
|
30995
30996
|
if (this.checked) {
|
|
30996
|
-
NativeUI.
|
|
30997
|
-
NativeUI.
|
|
30997
|
+
NativeUI.n(a, this.c8);
|
|
30998
|
+
NativeUI.o(b, this.c9);
|
|
30998
30999
|
}
|
|
30999
31000
|
else {
|
|
31000
|
-
NativeUI.
|
|
31001
|
-
NativeUI.
|
|
31001
|
+
NativeUI.n(a, this.db);
|
|
31002
|
+
NativeUI.o(b, this.dc);
|
|
31002
31003
|
}
|
|
31003
31004
|
}
|
|
31004
31005
|
cw() {
|
|
@@ -31006,8 +31007,8 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
31006
31007
|
if (a == null) {
|
|
31007
31008
|
return;
|
|
31008
31009
|
}
|
|
31009
|
-
NativeUI.
|
|
31010
|
-
NativeUI.
|
|
31010
|
+
NativeUI.ad(a, this.da);
|
|
31011
|
+
NativeUI.ag(a, this.ap);
|
|
31011
31012
|
}
|
|
31012
31013
|
get dl() {
|
|
31013
31014
|
return this.c6;
|
|
@@ -31421,7 +31422,7 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
31421
31422
|
this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.dc, 0.1));
|
|
31422
31423
|
}
|
|
31423
31424
|
if (!this.indeterminate) {
|
|
31424
|
-
NativeUI.
|
|
31425
|
+
NativeUI.ai(this.view.v, null);
|
|
31425
31426
|
}
|
|
31426
31427
|
if (this.z || this.indeterminate || a) {
|
|
31427
31428
|
let d = this.view.u;
|
|
@@ -31440,23 +31441,23 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
31440
31441
|
$ret.j = -this.view.l();
|
|
31441
31442
|
return $ret;
|
|
31442
31443
|
})()));
|
|
31443
|
-
NativeUI.
|
|
31444
|
-
NativeUI.
|
|
31445
|
-
NativeUI.
|
|
31446
|
-
NativeUI.
|
|
31447
|
-
NativeUI.
|
|
31444
|
+
NativeUI.n(d, this.c8);
|
|
31445
|
+
NativeUI.o(e, this.c9);
|
|
31446
|
+
NativeUI.ab(f, 1);
|
|
31447
|
+
NativeUI.af(f, 41);
|
|
31448
|
+
NativeUI.ai(f, g);
|
|
31448
31449
|
}
|
|
31449
31450
|
else if (b) {
|
|
31450
|
-
NativeUI.
|
|
31451
|
-
NativeUI.
|
|
31452
|
-
NativeUI.
|
|
31453
|
-
NativeUI.
|
|
31451
|
+
NativeUI.n(d, this.c8);
|
|
31452
|
+
NativeUI.o(e, this.c9);
|
|
31453
|
+
NativeUI.ab(f, 1);
|
|
31454
|
+
NativeUI.af(f, 0);
|
|
31454
31455
|
}
|
|
31455
31456
|
else {
|
|
31456
|
-
NativeUI.
|
|
31457
|
-
NativeUI.
|
|
31458
|
-
NativeUI.
|
|
31459
|
-
NativeUI.
|
|
31457
|
+
NativeUI.n(d, this.db);
|
|
31458
|
+
NativeUI.o(e, this.dc);
|
|
31459
|
+
NativeUI.ab(f, 0);
|
|
31460
|
+
NativeUI.af(f, 24);
|
|
31460
31461
|
}
|
|
31461
31462
|
if (this.o.playState == 1) {
|
|
31462
31463
|
this.o.cancel();
|
|
@@ -31671,10 +31672,10 @@ let XCheckboxBridge = /*@__PURE__*/ (() => {
|
|
|
31671
31672
|
case 7: return c.checked;
|
|
31672
31673
|
case 18: return enumGetBox(BaseControlTheme_$type, c.n);
|
|
31673
31674
|
case 17: return c.ar;
|
|
31674
|
-
case
|
|
31675
|
-
case
|
|
31676
|
-
case
|
|
31677
|
-
case
|
|
31675
|
+
case 67: return c.dl;
|
|
31676
|
+
case 69: return c.dm;
|
|
31677
|
+
case 68: return c.dd;
|
|
31678
|
+
case 70: return c.de;
|
|
31678
31679
|
}
|
|
31679
31680
|
return null;
|
|
31680
31681
|
}
|
|
@@ -31693,16 +31694,16 @@ let XCheckboxBridge = /*@__PURE__*/ (() => {
|
|
|
31693
31694
|
case 17:
|
|
31694
31695
|
d.ar = c;
|
|
31695
31696
|
break;
|
|
31696
|
-
case
|
|
31697
|
+
case 67:
|
|
31697
31698
|
d.dl = c;
|
|
31698
31699
|
break;
|
|
31699
|
-
case
|
|
31700
|
+
case 69:
|
|
31700
31701
|
d.dm = c;
|
|
31701
31702
|
break;
|
|
31702
|
-
case
|
|
31703
|
+
case 68:
|
|
31703
31704
|
d.dd = c;
|
|
31704
31705
|
break;
|
|
31705
|
-
case
|
|
31706
|
+
case 70:
|
|
31706
31707
|
d.de = c;
|
|
31707
31708
|
break;
|
|
31708
31709
|
}
|
|
@@ -31735,15 +31736,15 @@ let XIconBridge = /*@__PURE__*/ (() => {
|
|
|
31735
31736
|
case 16: return this.v;
|
|
31736
31737
|
case 15: return this.u;
|
|
31737
31738
|
case 18: return enumGetBox(BaseControlTheme_$type, c.m);
|
|
31738
|
-
case
|
|
31739
|
-
case
|
|
31740
|
-
case
|
|
31741
|
-
case
|
|
31742
|
-
case
|
|
31743
|
-
case
|
|
31744
|
-
case
|
|
31745
|
-
case
|
|
31746
|
-
case
|
|
31739
|
+
case 45: return c.a6;
|
|
31740
|
+
case 46: return c.a7;
|
|
31741
|
+
case 47: return c.a8;
|
|
31742
|
+
case 48: return c.a5;
|
|
31743
|
+
case 49: return c.a9;
|
|
31744
|
+
case 50: return c.a1;
|
|
31745
|
+
case 64: return c.e;
|
|
31746
|
+
case 65: return c.f;
|
|
31747
|
+
case 66: return c.a4;
|
|
31747
31748
|
}
|
|
31748
31749
|
return super.getValue(a, b);
|
|
31749
31750
|
}
|
|
@@ -31763,31 +31764,31 @@ let XIconBridge = /*@__PURE__*/ (() => {
|
|
|
31763
31764
|
this.w(d);
|
|
31764
31765
|
}
|
|
31765
31766
|
break;
|
|
31766
|
-
case
|
|
31767
|
+
case 45:
|
|
31767
31768
|
d.a6 = c;
|
|
31768
31769
|
break;
|
|
31769
|
-
case
|
|
31770
|
+
case 46:
|
|
31770
31771
|
d.a7 = c;
|
|
31771
31772
|
break;
|
|
31772
|
-
case
|
|
31773
|
+
case 47:
|
|
31773
31774
|
d.a8 = c;
|
|
31774
31775
|
break;
|
|
31775
|
-
case
|
|
31776
|
+
case 48:
|
|
31776
31777
|
d.a5 = c;
|
|
31777
31778
|
break;
|
|
31778
|
-
case
|
|
31779
|
+
case 49:
|
|
31779
31780
|
d.a9 = c;
|
|
31780
31781
|
break;
|
|
31781
|
-
case
|
|
31782
|
+
case 50:
|
|
31782
31783
|
d.a1 = c;
|
|
31783
31784
|
break;
|
|
31784
|
-
case
|
|
31785
|
+
case 64:
|
|
31785
31786
|
d.e = c;
|
|
31786
31787
|
break;
|
|
31787
|
-
case
|
|
31788
|
+
case 65:
|
|
31788
31789
|
d.f = c;
|
|
31789
31790
|
break;
|
|
31790
|
-
case
|
|
31791
|
+
case 66:
|
|
31791
31792
|
d.a4 = c;
|
|
31792
31793
|
break;
|
|
31793
31794
|
}
|
|
@@ -31802,8 +31803,8 @@ let XIconBridge = /*@__PURE__*/ (() => {
|
|
|
31802
31803
|
a.svg = null;
|
|
31803
31804
|
a.svgPath = null;
|
|
31804
31805
|
a.b = null;
|
|
31805
|
-
a.
|
|
31806
|
-
a.
|
|
31806
|
+
a.b2 = null;
|
|
31807
|
+
a.bj = null;
|
|
31807
31808
|
let b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
31808
31809
|
if (b != null) {
|
|
31809
31810
|
if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
@@ -31821,16 +31822,16 @@ let XIconBridge = /*@__PURE__*/ (() => {
|
|
|
31821
31822
|
}
|
|
31822
31823
|
let d = SvgIconRegistry.instance.getDataURLString(this.u, this.v);
|
|
31823
31824
|
if (d != null) {
|
|
31824
|
-
a.
|
|
31825
|
+
a.b2 = d;
|
|
31825
31826
|
return;
|
|
31826
31827
|
}
|
|
31827
31828
|
let e = SvgIconRegistry.instance.getIconSource(this.u, this.v);
|
|
31828
31829
|
if (e != null) {
|
|
31829
|
-
a.
|
|
31830
|
+
a.bj = e;
|
|
31830
31831
|
}
|
|
31831
31832
|
}
|
|
31832
31833
|
exportVisualData(a) {
|
|
31833
|
-
let b = a.
|
|
31834
|
+
let b = a.bi();
|
|
31834
31835
|
return b;
|
|
31835
31836
|
}
|
|
31836
31837
|
}
|
|
@@ -31993,28 +31994,28 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
31993
31994
|
let c = a;
|
|
31994
31995
|
switch (b) {
|
|
31995
31996
|
case 22: return c.ax;
|
|
31996
|
-
case
|
|
31997
|
-
case
|
|
31997
|
+
case 61: return c.av;
|
|
31998
|
+
case 62: return c.aq;
|
|
31998
31999
|
case 25: return c.am;
|
|
31999
32000
|
case 26: return c.a9;
|
|
32000
32001
|
case 17: return c.a1;
|
|
32001
32002
|
case 23: return c.c0;
|
|
32002
|
-
case
|
|
32003
|
+
case 36: switch (c.p) {
|
|
32003
32004
|
case 1: return enumGetBox(NativeUIPopupAnimationType_$type, 1);
|
|
32004
32005
|
default: return enumGetBox(NativeUIPopupAnimationType_$type, 0);
|
|
32005
32006
|
}
|
|
32006
|
-
case
|
|
32007
|
-
case
|
|
32008
|
-
case
|
|
32009
|
-
case
|
|
32010
|
-
case
|
|
32007
|
+
case 37: return c.at;
|
|
32008
|
+
case 38: return c.as;
|
|
32009
|
+
case 41: return c.bb;
|
|
32010
|
+
case 42: return c.au;
|
|
32011
|
+
case 44: switch (c.v) {
|
|
32011
32012
|
case 1: return enumGetBox(NativeUIPopupPointerPosition_$type, 1);
|
|
32012
32013
|
default: return enumGetBox(NativeUIPopupPointerPosition_$type, 2);
|
|
32013
32014
|
}
|
|
32014
|
-
case
|
|
32015
|
-
case
|
|
32016
|
-
case
|
|
32017
|
-
case
|
|
32015
|
+
case 43: return c.c4;
|
|
32016
|
+
case 40: return c.ao;
|
|
32017
|
+
case 63: return c.a4;
|
|
32018
|
+
case 111: return c.ay;
|
|
32018
32019
|
}
|
|
32019
32020
|
return super.getValue(a, b);
|
|
32020
32021
|
}
|
|
@@ -32033,7 +32034,7 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
32033
32034
|
case 23:
|
|
32034
32035
|
d.c0 = c;
|
|
32035
32036
|
break;
|
|
32036
|
-
case
|
|
32037
|
+
case 36:
|
|
32037
32038
|
switch (EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, c)) {
|
|
32038
32039
|
case 1:
|
|
32039
32040
|
d.p = 1;
|
|
@@ -32043,22 +32044,22 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
32043
32044
|
break;
|
|
32044
32045
|
}
|
|
32045
32046
|
break;
|
|
32046
|
-
case
|
|
32047
|
+
case 37:
|
|
32047
32048
|
d.at = c;
|
|
32048
32049
|
break;
|
|
32049
|
-
case
|
|
32050
|
+
case 38:
|
|
32050
32051
|
d.as = c;
|
|
32051
32052
|
break;
|
|
32052
|
-
case
|
|
32053
|
+
case 41:
|
|
32053
32054
|
d.bb = typeGetValue(c);
|
|
32054
32055
|
break;
|
|
32055
|
-
case
|
|
32056
|
+
case 42:
|
|
32056
32057
|
d.au = c;
|
|
32057
32058
|
break;
|
|
32058
|
-
case
|
|
32059
|
+
case 43:
|
|
32059
32060
|
d.c4 = c;
|
|
32060
32061
|
break;
|
|
32061
|
-
case
|
|
32062
|
+
case 44:
|
|
32062
32063
|
switch (EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, c)) {
|
|
32063
32064
|
case 1:
|
|
32064
32065
|
d.v = 1;
|
|
@@ -32068,13 +32069,13 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
32068
32069
|
break;
|
|
32069
32070
|
}
|
|
32070
32071
|
break;
|
|
32071
|
-
case
|
|
32072
|
+
case 40:
|
|
32072
32073
|
d.ao = c;
|
|
32073
32074
|
break;
|
|
32074
|
-
case
|
|
32075
|
+
case 63:
|
|
32075
32076
|
d.a4 = c;
|
|
32076
32077
|
break;
|
|
32077
|
-
case
|
|
32078
|
+
case 111:
|
|
32078
32079
|
d.ay = c;
|
|
32079
32080
|
break;
|
|
32080
32081
|
}
|
|
@@ -32116,7 +32117,7 @@ let XPopupBridge = /*@__PURE__*/ (() => {
|
|
|
32116
32117
|
}
|
|
32117
32118
|
}
|
|
32118
32119
|
exportVisualData(a) {
|
|
32119
|
-
return a.
|
|
32120
|
+
return a.bi();
|
|
32120
32121
|
}
|
|
32121
32122
|
addChild(a, b) {
|
|
32122
32123
|
this.ae.add(b);
|
|
@@ -33803,13 +33804,13 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
33803
33804
|
d.bi = new Thickness(1, 5, 5, 5, 0);
|
|
33804
33805
|
p.bi = new Thickness(1, 5, 16, 0, 11);
|
|
33805
33806
|
p.a9 = BrushUtil.l(255, 255, 0, 0);
|
|
33807
|
+
c.cf(p, 0);
|
|
33806
33808
|
c.cd(p, 0);
|
|
33807
|
-
c.cb(p, 0);
|
|
33808
33809
|
c.bo(p);
|
|
33809
|
-
n.
|
|
33810
|
-
n.
|
|
33810
|
+
n.b5(0, 2, 1);
|
|
33811
|
+
n.b5(1, 2, 1);
|
|
33811
33812
|
n.bi = new Thickness(1, 5, 2, 5, 2);
|
|
33812
|
-
n.
|
|
33813
|
+
n.cd(j, 0);
|
|
33813
33814
|
j.bi = new Thickness(1, 0, 0, 2, 0);
|
|
33814
33815
|
j.bv = 1;
|
|
33815
33816
|
j.bq = this.h;
|
|
@@ -33820,7 +33821,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
33820
33821
|
o.bq = this.h;
|
|
33821
33822
|
o.c = this.f;
|
|
33822
33823
|
o.b6 = "hex";
|
|
33823
|
-
n.
|
|
33824
|
+
n.cd(o, 1);
|
|
33824
33825
|
n.bo(j);
|
|
33825
33826
|
n.bo(o);
|
|
33826
33827
|
l.bi = new Thickness(1, 5, 2, 5, 2);
|
|
@@ -33829,39 +33830,39 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
33829
33830
|
m.bq = this.h;
|
|
33830
33831
|
l.bn = runOn(this, this.a6);
|
|
33831
33832
|
m.bn = runOn(this, this.bh);
|
|
33832
|
-
b.
|
|
33833
|
-
b.
|
|
33834
|
-
b.
|
|
33835
|
-
b.
|
|
33836
|
-
b.
|
|
33837
|
-
b.
|
|
33838
|
-
b.
|
|
33833
|
+
b.b7(0, 1, 175);
|
|
33834
|
+
b.b7(1, 0, 0);
|
|
33835
|
+
b.b7(2, 0, 0);
|
|
33836
|
+
b.b7(3, 0, 0);
|
|
33837
|
+
b.b5(0, 1, 90);
|
|
33838
|
+
b.b5(1, 1, 175);
|
|
33839
|
+
b.b5(2, 1, 25);
|
|
33840
|
+
b.cf(c, 0);
|
|
33839
33841
|
b.cd(c, 0);
|
|
33840
|
-
b.
|
|
33841
|
-
b.cd(d,
|
|
33842
|
-
b.
|
|
33843
|
-
b.cd(e,
|
|
33844
|
-
b.
|
|
33845
|
-
b.cd(f,
|
|
33846
|
-
b.
|
|
33847
|
-
b.cd(g,
|
|
33848
|
-
b.
|
|
33849
|
-
b.cd(h,
|
|
33850
|
-
b.
|
|
33851
|
-
b.
|
|
33852
|
-
b.cd(i,
|
|
33853
|
-
b.
|
|
33854
|
-
b.
|
|
33855
|
-
b.cd(n,
|
|
33856
|
-
b.
|
|
33857
|
-
b.
|
|
33858
|
-
b.cd(k,
|
|
33859
|
-
b.
|
|
33860
|
-
|
|
33861
|
-
k.
|
|
33862
|
-
k.
|
|
33863
|
-
k.
|
|
33864
|
-
k.cb(m, 1);
|
|
33842
|
+
b.cf(d, 0);
|
|
33843
|
+
b.cd(d, 1);
|
|
33844
|
+
b.cf(e, 0);
|
|
33845
|
+
b.cd(e, 1);
|
|
33846
|
+
b.cf(f, 0);
|
|
33847
|
+
b.cd(f, 3);
|
|
33848
|
+
b.cf(g, 0);
|
|
33849
|
+
b.cd(g, 3);
|
|
33850
|
+
b.cf(h, 1);
|
|
33851
|
+
b.cd(h, 0);
|
|
33852
|
+
b.ce(h, 3);
|
|
33853
|
+
b.cf(i, 1);
|
|
33854
|
+
b.cd(i, 0);
|
|
33855
|
+
b.ce(i, 3);
|
|
33856
|
+
b.cf(n, 2);
|
|
33857
|
+
b.cd(n, 0);
|
|
33858
|
+
b.ce(n, 3);
|
|
33859
|
+
b.cf(k, 3);
|
|
33860
|
+
b.cd(k, 0);
|
|
33861
|
+
b.ce(k, 3);
|
|
33862
|
+
k.b5(0, 2, 1);
|
|
33863
|
+
k.b5(1, 2, 1);
|
|
33864
|
+
k.cd(l, 0);
|
|
33865
|
+
k.cd(m, 1);
|
|
33865
33866
|
k.bo(l);
|
|
33866
33867
|
k.bo(m);
|
|
33867
33868
|
b.bo(c);
|
|
@@ -33875,7 +33876,7 @@ let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
33875
33876
|
b.bo(k);
|
|
33876
33877
|
this.d.a8(b);
|
|
33877
33878
|
this.n = b;
|
|
33878
|
-
this.n.
|
|
33879
|
+
this.n.by = true;
|
|
33879
33880
|
this.s = i;
|
|
33880
33881
|
this.u = g;
|
|
33881
33882
|
this.m = f;
|
|
@@ -35455,15 +35456,10 @@ class IgcMultiSliderTrackThumbRange {
|
|
|
35455
35456
|
return null;
|
|
35456
35457
|
}
|
|
35457
35458
|
if (!r.externalObject) {
|
|
35458
|
-
let e =
|
|
35459
|
-
if (
|
|
35459
|
+
let e = IgcMultiSliderThumbComponent._createFromInternal(r);
|
|
35460
|
+
if (e) {
|
|
35460
35461
|
e._implementation = r;
|
|
35461
35462
|
}
|
|
35462
|
-
else {
|
|
35463
|
-
if (e.i.setNativeElement) {
|
|
35464
|
-
e.i.setNativeElement(r);
|
|
35465
|
-
}
|
|
35466
|
-
}
|
|
35467
35463
|
r.externalObject = e;
|
|
35468
35464
|
}
|
|
35469
35465
|
return r.externalObject;
|
|
@@ -35477,15 +35473,10 @@ class IgcMultiSliderTrackThumbRange {
|
|
|
35477
35473
|
return null;
|
|
35478
35474
|
}
|
|
35479
35475
|
if (!r.externalObject) {
|
|
35480
|
-
let e =
|
|
35481
|
-
if (
|
|
35476
|
+
let e = IgcMultiSliderThumbComponent._createFromInternal(r);
|
|
35477
|
+
if (e) {
|
|
35482
35478
|
e._implementation = r;
|
|
35483
35479
|
}
|
|
35484
|
-
else {
|
|
35485
|
-
if (e.i.setNativeElement) {
|
|
35486
|
-
e.i.setNativeElement(r);
|
|
35487
|
-
}
|
|
35488
|
-
}
|
|
35489
35480
|
r.externalObject = e;
|
|
35490
35481
|
}
|
|
35491
35482
|
return r.externalObject;
|
|
@@ -35509,115 +35500,273 @@ class IgcMultiSliderTrackThumbRange {
|
|
|
35509
35500
|
}
|
|
35510
35501
|
}
|
|
35511
35502
|
|
|
35512
|
-
|
|
35513
|
-
|
|
35514
|
-
|
|
35515
|
-
|
|
35516
|
-
/**
|
|
35517
|
-
* @hidden
|
|
35518
|
-
*/
|
|
35519
|
-
get i() {
|
|
35520
|
-
return this._implementation;
|
|
35521
|
-
}
|
|
35522
|
-
onImplementationCreated() {
|
|
35523
|
-
}
|
|
35524
|
-
constructor() {
|
|
35525
|
-
this._propertyUpdated = null;
|
|
35526
|
-
this._propertyUpdated_wrapped = null;
|
|
35527
|
-
this._implementation = this.createImplementation();
|
|
35528
|
-
this._implementation.externalObject = this;
|
|
35529
|
-
this.onImplementationCreated();
|
|
35530
|
-
if (this._initializeAdapters) {
|
|
35531
|
-
this._initializeAdapters();
|
|
35503
|
+
let IgcMultiSliderThumbComponent = /*@__PURE__*/ (() => {
|
|
35504
|
+
class IgcMultiSliderThumbComponent extends IgcHTMLElement {
|
|
35505
|
+
createImplementation() {
|
|
35506
|
+
return new MultiSliderThumb();
|
|
35532
35507
|
}
|
|
35533
|
-
|
|
35534
|
-
|
|
35535
|
-
|
|
35536
|
-
|
|
35537
|
-
|
|
35538
|
-
|
|
35539
|
-
|
|
35508
|
+
/**
|
|
35509
|
+
* @hidden
|
|
35510
|
+
*/
|
|
35511
|
+
get i() {
|
|
35512
|
+
return this._implementation;
|
|
35513
|
+
} /**
|
|
35514
|
+
* @hidden
|
|
35515
|
+
*/
|
|
35516
|
+
static _createFromInternal(internal) {
|
|
35517
|
+
if (!internal) {
|
|
35518
|
+
return null;
|
|
35519
|
+
}
|
|
35520
|
+
if (!internal.$type) {
|
|
35521
|
+
return null;
|
|
35522
|
+
}
|
|
35523
|
+
let name = internal.$type.name;
|
|
35524
|
+
let externalName = "Igc" + name + "Component";
|
|
35525
|
+
if (!TypeRegistrar.isRegistered(externalName)) {
|
|
35526
|
+
return null;
|
|
35527
|
+
}
|
|
35528
|
+
return TypeRegistrar.create(externalName);
|
|
35540
35529
|
}
|
|
35541
|
-
|
|
35542
|
-
get value() {
|
|
35543
|
-
return this.i.s;
|
|
35544
|
-
}
|
|
35545
|
-
set value(v) {
|
|
35546
|
-
this.i.s = +v;
|
|
35547
|
-
}
|
|
35548
|
-
get rangePosition() {
|
|
35549
|
-
return this.i.g;
|
|
35550
|
-
}
|
|
35551
|
-
set rangePosition(v) {
|
|
35552
|
-
this.i.g = ensureEnum(MultiSliderThumbRangePosition_$type, v);
|
|
35553
|
-
}
|
|
35554
|
-
get range() {
|
|
35555
|
-
const r = this.i.i;
|
|
35556
|
-
if (r == null) {
|
|
35557
|
-
return null;
|
|
35530
|
+
onImplementationCreated() {
|
|
35558
35531
|
}
|
|
35559
|
-
|
|
35560
|
-
|
|
35561
|
-
|
|
35562
|
-
|
|
35532
|
+
constructor() {
|
|
35533
|
+
super();
|
|
35534
|
+
this._settingAttributes = false;
|
|
35535
|
+
this._attached = false;
|
|
35536
|
+
this._queuedSetAttributes = [];
|
|
35537
|
+
this._updatingFromAttribute = false;
|
|
35538
|
+
this.__p = null;
|
|
35539
|
+
this._hasUserValues = new Set();
|
|
35540
|
+
this._stylingContainer = null;
|
|
35541
|
+
this._stylingParent = null;
|
|
35542
|
+
this._inStyling = false;
|
|
35543
|
+
this._propertyUpdated = null;
|
|
35544
|
+
this._propertyUpdated_wrapped = null;
|
|
35545
|
+
if (this._styling) {
|
|
35546
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
35547
|
+
}
|
|
35548
|
+
this._implementation = this.createImplementation();
|
|
35549
|
+
this._implementation.externalObject = this;
|
|
35550
|
+
this.onImplementationCreated();
|
|
35551
|
+
if (this._initializeAdapters) {
|
|
35552
|
+
this._initializeAdapters();
|
|
35553
|
+
}
|
|
35554
|
+
}
|
|
35555
|
+
_enqueueSetAttribute(attrName, attrValue) {
|
|
35556
|
+
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
35557
|
+
}
|
|
35558
|
+
_flushQueuedAttributes() {
|
|
35559
|
+
this._settingAttributes = true;
|
|
35560
|
+
for (let i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
35561
|
+
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
35562
|
+
}
|
|
35563
|
+
this._settingAttributes = false;
|
|
35564
|
+
this._queuedSetAttributes.length = 0;
|
|
35565
|
+
}
|
|
35566
|
+
_a(attrName, attrValue) {
|
|
35567
|
+
if (this._updatingFromAttribute) {
|
|
35568
|
+
return;
|
|
35569
|
+
}
|
|
35570
|
+
if (attrValue) {
|
|
35571
|
+
attrValue = attrValue.toString();
|
|
35572
|
+
}
|
|
35573
|
+
this._settingAttributes = true;
|
|
35574
|
+
attrName = toSpinal(attrName);
|
|
35575
|
+
if (this._attached) {
|
|
35576
|
+
this.setAttribute(attrName, attrValue);
|
|
35563
35577
|
}
|
|
35564
35578
|
else {
|
|
35565
|
-
|
|
35566
|
-
|
|
35579
|
+
this._enqueueSetAttribute(attrName, attrValue);
|
|
35580
|
+
}
|
|
35581
|
+
this._settingAttributes = false;
|
|
35582
|
+
}
|
|
35583
|
+
connectedCallback() {
|
|
35584
|
+
if (super["connectedCallback"]) {
|
|
35585
|
+
super["connectedCallback"]();
|
|
35586
|
+
}
|
|
35587
|
+
if (this.i.connectedCallback) {
|
|
35588
|
+
this.i.connectedCallback();
|
|
35589
|
+
}
|
|
35590
|
+
if (!this._attached) {
|
|
35591
|
+
this._attached = true;
|
|
35592
|
+
this._flushQueuedAttributes();
|
|
35593
|
+
}
|
|
35594
|
+
}
|
|
35595
|
+
disconnectedCallback() {
|
|
35596
|
+
if (super["disconnectedCallback"]) {
|
|
35597
|
+
super["disconnectedCallback"]();
|
|
35598
|
+
}
|
|
35599
|
+
if (this.i.disconnectedCallback) {
|
|
35600
|
+
this.i.disconnectedCallback();
|
|
35601
|
+
}
|
|
35602
|
+
if (this._attached) {
|
|
35603
|
+
this._attached = false;
|
|
35604
|
+
}
|
|
35605
|
+
}
|
|
35606
|
+
static get observedAttributes() {
|
|
35607
|
+
if (IgcMultiSliderThumbComponent._observedAttributesIgcMultiSliderThumbComponent == null) {
|
|
35608
|
+
let names = getAllPropertyNames(IgcMultiSliderThumbComponent);
|
|
35609
|
+
for (let i = 0; i < names.length; i++) {
|
|
35610
|
+
names[i] = toSpinal(names[i]);
|
|
35567
35611
|
}
|
|
35612
|
+
IgcMultiSliderThumbComponent._observedAttributesIgcMultiSliderThumbComponent = names;
|
|
35568
35613
|
}
|
|
35569
|
-
|
|
35614
|
+
return IgcMultiSliderThumbComponent._observedAttributesIgcMultiSliderThumbComponent;
|
|
35570
35615
|
}
|
|
35571
|
-
|
|
35572
|
-
|
|
35573
|
-
|
|
35574
|
-
v == null ? this.i.i = null : this.i.i = v.i;
|
|
35575
|
-
}
|
|
35576
|
-
findByName(name) {
|
|
35577
|
-
if (this.findEphemera) {
|
|
35578
|
-
if (name && name.indexOf("@@e:") == 0) {
|
|
35579
|
-
return this.findEphemera(name);
|
|
35616
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
35617
|
+
if (this._settingAttributes) {
|
|
35618
|
+
return;
|
|
35580
35619
|
}
|
|
35620
|
+
let setName = fromSpinal(name);
|
|
35621
|
+
this._updatingFromAttribute = true;
|
|
35622
|
+
this[setName] = newValue;
|
|
35623
|
+
this._updatingFromAttribute = false;
|
|
35581
35624
|
}
|
|
35582
|
-
|
|
35583
|
-
|
|
35625
|
+
static register() {
|
|
35626
|
+
if (!IgcMultiSliderThumbComponent._isElementRegistered) {
|
|
35627
|
+
IgcMultiSliderThumbComponent._isElementRegistered = true;
|
|
35628
|
+
RegisterElementHelper.registerElement(IgcMultiSliderThumbComponent.htmlTagName, IgcMultiSliderThumbComponent);
|
|
35629
|
+
}
|
|
35584
35630
|
}
|
|
35585
|
-
|
|
35586
|
-
|
|
35587
|
-
|
|
35588
|
-
|
|
35589
|
-
|
|
35590
|
-
|
|
35591
|
-
|
|
35592
|
-
|
|
35593
|
-
|
|
35594
|
-
|
|
35595
|
-
|
|
35596
|
-
this.i.
|
|
35597
|
-
this.
|
|
35598
|
-
this._propertyUpdated = null;
|
|
35631
|
+
get value() {
|
|
35632
|
+
return this.i.s;
|
|
35633
|
+
}
|
|
35634
|
+
set value(v) {
|
|
35635
|
+
this.i.s = +v;
|
|
35636
|
+
this._a("value", this.i.s);
|
|
35637
|
+
}
|
|
35638
|
+
get rangePosition() {
|
|
35639
|
+
return this.i.g;
|
|
35640
|
+
}
|
|
35641
|
+
set rangePosition(v) {
|
|
35642
|
+
this.i.g = ensureEnum(MultiSliderThumbRangePosition_$type, v);
|
|
35643
|
+
this._a("rangePosition", enumToString(MultiSliderThumbRangePosition_$type, this.i.g));
|
|
35599
35644
|
}
|
|
35600
|
-
|
|
35601
|
-
|
|
35602
|
-
|
|
35603
|
-
|
|
35604
|
-
if (this.beforePropertyUpdated) {
|
|
35605
|
-
this.beforePropertyUpdated(this, outerArgs);
|
|
35645
|
+
get range() {
|
|
35646
|
+
const r = this.i.i;
|
|
35647
|
+
if (r == null) {
|
|
35648
|
+
return null;
|
|
35606
35649
|
}
|
|
35607
|
-
if (
|
|
35608
|
-
|
|
35650
|
+
if (!r.externalObject) {
|
|
35651
|
+
let e = new IgcMultiSliderTrackThumbRange();
|
|
35652
|
+
if (r.$type) {
|
|
35653
|
+
e._implementation = r;
|
|
35654
|
+
}
|
|
35655
|
+
else {
|
|
35656
|
+
if (e.i.setNativeElement) {
|
|
35657
|
+
e.i.setNativeElement(r);
|
|
35658
|
+
}
|
|
35659
|
+
}
|
|
35660
|
+
r.externalObject = e;
|
|
35609
35661
|
}
|
|
35610
|
-
|
|
35611
|
-
|
|
35612
|
-
|
|
35662
|
+
return r.externalObject;
|
|
35663
|
+
}
|
|
35664
|
+
set range(v) {
|
|
35665
|
+
v == null ? this.i.i = null : this.i.i = v.i;
|
|
35666
|
+
}
|
|
35667
|
+
findByName(name) {
|
|
35668
|
+
if (this.findEphemera) {
|
|
35669
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
35670
|
+
return this.findEphemera(name);
|
|
35671
|
+
}
|
|
35672
|
+
}
|
|
35673
|
+
if (this.range && this.range.name && this.range.name == name) {
|
|
35674
|
+
return this.range;
|
|
35675
|
+
}
|
|
35676
|
+
return null;
|
|
35677
|
+
}
|
|
35678
|
+
get hasUserValues() {
|
|
35679
|
+
return this._hasUserValues;
|
|
35680
|
+
}
|
|
35681
|
+
__m(propertyName) {
|
|
35682
|
+
if (!this._inStyling) {
|
|
35683
|
+
this._hasUserValues.add(propertyName);
|
|
35684
|
+
}
|
|
35685
|
+
}
|
|
35686
|
+
_styling(container, component, parent) {
|
|
35687
|
+
if (this._inStyling) {
|
|
35688
|
+
return;
|
|
35689
|
+
}
|
|
35690
|
+
this._inStyling = true;
|
|
35691
|
+
this._stylingContainer = container;
|
|
35692
|
+
this._stylingParent = component;
|
|
35693
|
+
let genericPrefix = "";
|
|
35694
|
+
let typeName = this.i.$type.name;
|
|
35695
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
35696
|
+
typeName = typeName.substring(3);
|
|
35697
|
+
}
|
|
35698
|
+
genericPrefix = toSpinal("MultiSliderThumbComponent");
|
|
35699
|
+
let additionalPrefixes = [];
|
|
35700
|
+
let prefix = toSpinal(typeName);
|
|
35701
|
+
additionalPrefixes.push(prefix + "-");
|
|
35702
|
+
let b = this.i.$type.baseType;
|
|
35703
|
+
while (b && b.name != "Object" &&
|
|
35704
|
+
b.name != "Base" &&
|
|
35705
|
+
b.name != "Control" &&
|
|
35706
|
+
b.Name != "DependencyObject" &&
|
|
35707
|
+
b.Name != "FrameworkElement") {
|
|
35708
|
+
typeName = b.name;
|
|
35709
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
35710
|
+
typeName = typeName.substring(3);
|
|
35711
|
+
}
|
|
35712
|
+
let basePrefix = toSpinal(typeName);
|
|
35713
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
35714
|
+
b = b.baseType;
|
|
35715
|
+
}
|
|
35716
|
+
if (parent) {
|
|
35717
|
+
let parentTypeName = parent.i.$type.name;
|
|
35718
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
35719
|
+
parentTypeName = parentTypeName.substring(3);
|
|
35720
|
+
}
|
|
35721
|
+
let parentPrefix = toSpinal(parentTypeName);
|
|
35722
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
35723
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
35724
|
+
}
|
|
35725
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
35726
|
+
if (this._otherStyling) {
|
|
35727
|
+
this._otherStyling(container, component, parent);
|
|
35728
|
+
}
|
|
35729
|
+
this._inStyling = false;
|
|
35730
|
+
}
|
|
35731
|
+
push(amount) {
|
|
35732
|
+
let iv = this.i.r(amount);
|
|
35733
|
+
return (iv);
|
|
35734
|
+
}
|
|
35735
|
+
get propertyUpdated() {
|
|
35736
|
+
return this._propertyUpdated;
|
|
35737
|
+
}
|
|
35738
|
+
set propertyUpdated(ev) {
|
|
35739
|
+
if (this._propertyUpdated_wrapped !== null) {
|
|
35740
|
+
this.i.propertyUpdated = delegateRemove(this.i.propertyUpdated, this._propertyUpdated_wrapped);
|
|
35741
|
+
this._propertyUpdated_wrapped = null;
|
|
35742
|
+
this._propertyUpdated = null;
|
|
35743
|
+
}
|
|
35744
|
+
this._propertyUpdated = ev;
|
|
35745
|
+
this._propertyUpdated_wrapped = (o, e) => {
|
|
35746
|
+
let outerArgs = new IgcPropertyUpdatedEventArgs();
|
|
35747
|
+
outerArgs._provideImplementation(e);
|
|
35748
|
+
if (this.beforePropertyUpdated) {
|
|
35749
|
+
this.beforePropertyUpdated(this, outerArgs);
|
|
35750
|
+
}
|
|
35751
|
+
if (this._propertyUpdated) {
|
|
35752
|
+
this._propertyUpdated(this, outerArgs);
|
|
35753
|
+
}
|
|
35754
|
+
};
|
|
35755
|
+
this.i.propertyUpdated = delegateCombine(this.i.propertyUpdated, this._propertyUpdated_wrapped);
|
|
35756
|
+
;
|
|
35757
|
+
}
|
|
35613
35758
|
}
|
|
35614
|
-
|
|
35759
|
+
IgcMultiSliderThumbComponent._observedAttributesIgcMultiSliderThumbComponent = null;
|
|
35760
|
+
IgcMultiSliderThumbComponent.htmlTagName = "igc-multi-slider-thumb";
|
|
35761
|
+
IgcMultiSliderThumbComponent._isElementRegistered = false;
|
|
35762
|
+
return IgcMultiSliderThumbComponent;
|
|
35763
|
+
})();
|
|
35615
35764
|
|
|
35616
35765
|
class IgcMultiSliderThumbCollection extends IgCollection {
|
|
35617
35766
|
constructor(list) {
|
|
35618
35767
|
super();
|
|
35619
|
-
if (!
|
|
35620
|
-
|
|
35768
|
+
if (!IgcMultiSliderThumbComponent.$type) {
|
|
35769
|
+
IgcMultiSliderThumbComponent.$type = markType(IgcMultiSliderThumbComponent, "IgcMultiSliderThumbComponent");
|
|
35621
35770
|
}
|
|
35622
35771
|
if (list) {
|
|
35623
35772
|
for (let i = 0; i < list.length; i++) {
|
|
@@ -35626,10 +35775,10 @@ class IgcMultiSliderThumbCollection extends IgCollection {
|
|
|
35626
35775
|
}
|
|
35627
35776
|
}
|
|
35628
35777
|
_createInnerColl() {
|
|
35629
|
-
if (!
|
|
35630
|
-
|
|
35778
|
+
if (!IgcMultiSliderThumbComponent.$type) {
|
|
35779
|
+
IgcMultiSliderThumbComponent.$type = markType(IgcMultiSliderThumbComponent, "IgcMultiSliderThumbComponent");
|
|
35631
35780
|
}
|
|
35632
|
-
let coll = new SyncableObservableCollection$2(
|
|
35781
|
+
let coll = new SyncableObservableCollection$2(IgcMultiSliderThumbComponent.$type, MultiSliderThumb.$type, 0);
|
|
35633
35782
|
coll.compare = (ext, int) => {
|
|
35634
35783
|
let comp = ext;
|
|
35635
35784
|
if (comp._implementation) {
|
|
@@ -35646,7 +35795,7 @@ class IgcMultiSliderThumbCollection extends IgCollection {
|
|
|
35646
35795
|
coll.createFrom = (int) => {
|
|
35647
35796
|
let ext = int.externalObject;
|
|
35648
35797
|
if (!ext) {
|
|
35649
|
-
ext = new
|
|
35798
|
+
ext = new IgcMultiSliderThumbComponent();
|
|
35650
35799
|
if (ext) {
|
|
35651
35800
|
if (!int.$type && ext._implementation.setNativeElement) {
|
|
35652
35801
|
ext._implementation.setNativeElement(int);
|
|
@@ -35744,15 +35893,10 @@ class IgcMultiSliderThumbValueChangingEventArgs {
|
|
|
35744
35893
|
return null;
|
|
35745
35894
|
}
|
|
35746
35895
|
if (!r.externalObject) {
|
|
35747
|
-
let e =
|
|
35748
|
-
if (
|
|
35896
|
+
let e = IgcMultiSliderThumbComponent._createFromInternal(r);
|
|
35897
|
+
if (e) {
|
|
35749
35898
|
e._implementation = r;
|
|
35750
35899
|
}
|
|
35751
|
-
else {
|
|
35752
|
-
if (e.i.setNativeElement) {
|
|
35753
|
-
e.i.setNativeElement(r);
|
|
35754
|
-
}
|
|
35755
|
-
}
|
|
35756
35900
|
r.externalObject = e;
|
|
35757
35901
|
}
|
|
35758
35902
|
return r.externalObject;
|
|
@@ -38710,12 +38854,12 @@ let XIconButtonBridge = /*@__PURE__*/ (() => {
|
|
|
38710
38854
|
switch (b) {
|
|
38711
38855
|
case 15:
|
|
38712
38856
|
case 16:
|
|
38713
|
-
case 44:
|
|
38714
38857
|
case 45:
|
|
38715
38858
|
case 46:
|
|
38716
38859
|
case 47:
|
|
38717
38860
|
case 48:
|
|
38718
|
-
case 49:
|
|
38861
|
+
case 49:
|
|
38862
|
+
case 50: return this.al.t;
|
|
38719
38863
|
}
|
|
38720
38864
|
return super.getTargetForBuildInProperty(a, b);
|
|
38721
38865
|
}
|
|
@@ -38731,12 +38875,12 @@ let XIconButtonBridge = /*@__PURE__*/ (() => {
|
|
|
38731
38875
|
switch (b) {
|
|
38732
38876
|
case 16:
|
|
38733
38877
|
case 15:
|
|
38734
|
-
case 44:
|
|
38735
38878
|
case 45:
|
|
38736
38879
|
case 46:
|
|
38737
38880
|
case 47:
|
|
38738
38881
|
case 48:
|
|
38739
|
-
case 49:
|
|
38882
|
+
case 49:
|
|
38883
|
+
case 50: return this.al.getValue(a, b);
|
|
38740
38884
|
case 18: return enumGetBox(BaseControlTheme_$type, a.o);
|
|
38741
38885
|
}
|
|
38742
38886
|
return super.getValue(a, b);
|
|
@@ -38746,12 +38890,12 @@ let XIconButtonBridge = /*@__PURE__*/ (() => {
|
|
|
38746
38890
|
switch (b) {
|
|
38747
38891
|
case 16:
|
|
38748
38892
|
case 15:
|
|
38749
|
-
case 44:
|
|
38750
38893
|
case 45:
|
|
38751
38894
|
case 46:
|
|
38752
38895
|
case 47:
|
|
38753
38896
|
case 48:
|
|
38754
38897
|
case 49:
|
|
38898
|
+
case 50:
|
|
38755
38899
|
this.al.setValue(a, b, c);
|
|
38756
38900
|
break;
|
|
38757
38901
|
case 18:
|
|
@@ -39286,6 +39430,20 @@ let DefaultMultiTrackShadeVisual = /*@__PURE__*/ (() => {
|
|
|
39286
39430
|
return DefaultMultiTrackShadeVisual;
|
|
39287
39431
|
})();
|
|
39288
39432
|
|
|
39433
|
+
/*
|
|
39434
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
39435
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
39436
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
39437
|
+
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.
|
|
39438
|
+
*/
|
|
39439
|
+
class IgcMultiSliderThumbModule {
|
|
39440
|
+
static register() {
|
|
39441
|
+
IgcMultiSliderThumbComponent.register();
|
|
39442
|
+
TypeRegistrar.registerCons("IgcMultiSliderThumbComponent", IgcMultiSliderThumbComponent);
|
|
39443
|
+
TypeRegistrar.register("MultiSliderThumb", MultiSliderThumb.$type);
|
|
39444
|
+
}
|
|
39445
|
+
}
|
|
39446
|
+
|
|
39289
39447
|
/*
|
|
39290
39448
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
39291
39449
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -39411,4 +39569,4 @@ let TextBlockVisualModelExport = /*@__PURE__*/ (() => {
|
|
|
39411
39569
|
return TextBlockVisualModelExport;
|
|
39412
39570
|
})();
|
|
39413
39571
|
|
|
39414
|
-
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,
|
|
39572
|
+
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 };
|