igniteui-webcomponents-inputs 4.3.1 → 4.3.3-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/License +7 -7
- package/README.md +6 -6
- package/bundles/igniteui-webcomponents-inputs.umd.js +277 -204
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonView_combined.js +16 -16
- package/esm2015/lib/CalendarView_combined.js +5 -5
- package/esm2015/lib/CheckboxView_combined.js +22 -22
- package/esm2015/lib/DatePickerView_combined.js +97 -75
- package/esm2015/lib/IconView_combined.js +20 -20
- package/esm2015/lib/InputGroupView_combined.js +31 -31
- package/esm2015/lib/RippleView_combined.js +1 -1
- package/esm2015/lib/XPopupBridge.js +40 -34
- package/esm2015/lib/igc-button-click-event-args.js +6 -0
- package/esm2015/lib/igc-button-group-selection-changed-event-args.js +6 -0
- package/esm2015/lib/igc-checkbox-change-event-args.js +6 -0
- package/esm2015/lib/igc-got-focus-event-args.js +6 -0
- package/esm2015/lib/igc-input-change-event-args.js +6 -0
- package/esm2015/lib/igc-lost-focus-event-args.js +6 -0
- package/esm2015/lib/igc-selected-value-changed-event-args.js +6 -0
- package/esm2015/lib/igc-x-input-group-item-component.js +3 -0
- package/esm5/lib/ButtonView_combined.js +16 -16
- package/esm5/lib/CalendarView_combined.js +5 -5
- package/esm5/lib/CheckboxView_combined.js +22 -22
- package/esm5/lib/DatePickerView_combined.js +97 -75
- package/esm5/lib/IconView_combined.js +20 -20
- package/esm5/lib/InputGroupView_combined.js +31 -31
- package/esm5/lib/RippleView_combined.js +1 -1
- package/esm5/lib/XPopupBridge.js +40 -34
- package/esm5/lib/igc-button-click-event-args.js +6 -0
- package/esm5/lib/igc-button-group-selection-changed-event-args.js +6 -0
- package/esm5/lib/igc-checkbox-change-event-args.js +6 -0
- package/esm5/lib/igc-got-focus-event-args.js +6 -0
- package/esm5/lib/igc-input-change-event-args.js +6 -0
- package/esm5/lib/igc-lost-focus-event-args.js +6 -0
- package/esm5/lib/igc-selected-value-changed-event-args.js +6 -0
- package/esm5/lib/igc-x-input-group-item-component.js +3 -0
- package/fesm2015/igniteui-webcomponents-inputs.js +277 -204
- package/fesm5/igniteui-webcomponents-inputs.js +277 -204
- package/lib/DatePickerView_combined.d.ts +31 -27
- package/package.json +3 -3
|
@@ -173,7 +173,7 @@ var RippleView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
173
173
|
d.setStyleProperty("pointer-events", "none");
|
|
174
174
|
d.setStyleProperty("border-radius", c + "px");
|
|
175
175
|
d.setStyleProperty("opacity", ".5");
|
|
176
|
-
NativeUI.
|
|
176
|
+
NativeUI.af(d, ((function () {
|
|
177
177
|
var $ret = new ScaleTransform();
|
|
178
178
|
$ret.l = 0.3;
|
|
179
179
|
$ret.m = 0.3;
|
|
@@ -1525,7 +1525,7 @@ var ButtonView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1525
1525
|
this.n.setStyleProperty("white-space", "no-wrap");
|
|
1526
1526
|
this.n.setStyleProperty("color", "#000");
|
|
1527
1527
|
this.n.setStyleProperty("background", this.b.nf._fill);
|
|
1528
|
-
NativeUI.
|
|
1528
|
+
NativeUI.o(this.n, this.b.kr);
|
|
1529
1529
|
this.n.setAttribute("id", this.b.hu);
|
|
1530
1530
|
this.av();
|
|
1531
1531
|
this.h.add(c.listen("change", runOn(this, this.x)));
|
|
@@ -2534,10 +2534,10 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2534
2534
|
if (a == null) {
|
|
2535
2535
|
return;
|
|
2536
2536
|
}
|
|
2537
|
-
NativeUI.
|
|
2538
|
-
NativeUI.
|
|
2537
|
+
NativeUI.o(a, this.kr);
|
|
2538
|
+
NativeUI.n(a, this.ng);
|
|
2539
2539
|
if (!isNaN_(this.bf)) {
|
|
2540
|
-
NativeUI.
|
|
2540
|
+
NativeUI.p(a, new Thickness(0, this.bf));
|
|
2541
2541
|
}
|
|
2542
2542
|
if (this.disabled) {
|
|
2543
2543
|
this.view.ax(this.cq, this.u);
|
|
@@ -2554,17 +2554,17 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2554
2554
|
}
|
|
2555
2555
|
}
|
|
2556
2556
|
if (this.disabled) {
|
|
2557
|
-
NativeUI.
|
|
2557
|
+
NativeUI.m(a, this.nh);
|
|
2558
2558
|
}
|
|
2559
2559
|
else if (this.focused && this.az) {
|
|
2560
|
-
NativeUI.
|
|
2560
|
+
NativeUI.m(a, this.nk);
|
|
2561
2561
|
}
|
|
2562
2562
|
else {
|
|
2563
2563
|
if (this.a0 && !this.ar) {
|
|
2564
|
-
NativeUI.
|
|
2564
|
+
NativeUI.m(a, this.nm);
|
|
2565
2565
|
}
|
|
2566
2566
|
else {
|
|
2567
|
-
NativeUI.
|
|
2567
|
+
NativeUI.m(a, this.nf);
|
|
2568
2568
|
}
|
|
2569
2569
|
}
|
|
2570
2570
|
this.view.aw(this.np, BrushUtil.g(0, 0, 0, 0));
|
|
@@ -2572,21 +2572,21 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2572
2572
|
this.view.az(this.aa);
|
|
2573
2573
|
}
|
|
2574
2574
|
if (this.disabled) {
|
|
2575
|
-
NativeUI.p(this.view.s, this.nj);
|
|
2576
2575
|
NativeUI.q(this.view.s, this.nj);
|
|
2576
|
+
NativeUI.r(this.view.s, this.nj);
|
|
2577
2577
|
}
|
|
2578
2578
|
else if (this.focused && this.az) {
|
|
2579
|
-
NativeUI.p(this.view.s, this.nl);
|
|
2580
2579
|
NativeUI.q(this.view.s, this.nl);
|
|
2580
|
+
NativeUI.r(this.view.s, this.nl);
|
|
2581
2581
|
}
|
|
2582
2582
|
else {
|
|
2583
2583
|
if (this.a0 && !this.ar) {
|
|
2584
|
-
NativeUI.p(this.view.s, this.nn);
|
|
2585
2584
|
NativeUI.q(this.view.s, this.nn);
|
|
2585
|
+
NativeUI.r(this.view.s, this.nn);
|
|
2586
2586
|
}
|
|
2587
2587
|
else {
|
|
2588
|
-
NativeUI.p(this.view.s, this.nq);
|
|
2589
2588
|
NativeUI.q(this.view.s, this.nq);
|
|
2589
|
+
NativeUI.r(this.view.s, this.nq);
|
|
2590
2590
|
}
|
|
2591
2591
|
}
|
|
2592
2592
|
};
|
|
@@ -4968,19 +4968,19 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4968
4968
|
c.s = f[0];
|
|
4969
4969
|
c.q = f[1];
|
|
4970
4970
|
c.p = NativeUI.d(a);
|
|
4971
|
-
c.t = NativeUI.
|
|
4971
|
+
c.t = NativeUI.k(a);
|
|
4972
4972
|
c.h = this.n;
|
|
4973
4973
|
c.i = this.q;
|
|
4974
|
-
c.c = AppearanceHelper.a(NativeUI.
|
|
4974
|
+
c.c = AppearanceHelper.a(NativeUI.ak(a));
|
|
4975
4975
|
c.g = AppearanceHelper.a(this.nr);
|
|
4976
4976
|
c.d = AppearanceHelper.a(this.no);
|
|
4977
4977
|
c.a = AppearanceHelper.a(this.ne);
|
|
4978
4978
|
c.u = this.ct;
|
|
4979
4979
|
c.e = AppearanceHelper.a(this.np);
|
|
4980
4980
|
c.ah = this.kr;
|
|
4981
|
-
c.b = AppearanceHelper.a(NativeUI.
|
|
4981
|
+
c.b = AppearanceHelper.a(NativeUI.aj(a));
|
|
4982
4982
|
c.j = this.u;
|
|
4983
|
-
c.f = AppearanceHelper.a(NativeUI.
|
|
4983
|
+
c.f = AppearanceHelper.a(NativeUI.al(b));
|
|
4984
4984
|
c.o = this.bf;
|
|
4985
4985
|
c.x = this.fw;
|
|
4986
4986
|
c.y = this.g0;
|
|
@@ -5399,6 +5399,9 @@ var IgcButtonClickEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
5399
5399
|
this._implementation = this.createImplementation();
|
|
5400
5400
|
this._implementation.externalObject = this;
|
|
5401
5401
|
this.onImplementationCreated();
|
|
5402
|
+
if (this._initializeAdapters) {
|
|
5403
|
+
this._initializeAdapters();
|
|
5404
|
+
}
|
|
5402
5405
|
}
|
|
5403
5406
|
IgcButtonClickEventArgs.prototype.createImplementation = function () {
|
|
5404
5407
|
return new ButtonClickEventArgs();
|
|
@@ -5419,6 +5422,9 @@ var IgcButtonClickEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
5419
5422
|
this._implementation = i;
|
|
5420
5423
|
this._implementation.externalObject = this;
|
|
5421
5424
|
this.onImplementationCreated();
|
|
5425
|
+
if (this._initializeAdapters) {
|
|
5426
|
+
this._initializeAdapters();
|
|
5427
|
+
}
|
|
5422
5428
|
};
|
|
5423
5429
|
return IgcButtonClickEventArgs;
|
|
5424
5430
|
}());
|
|
@@ -8777,15 +8783,15 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8777
8783
|
configurable: true
|
|
8778
8784
|
});
|
|
8779
8785
|
XIcon.prototype.ca = function () {
|
|
8780
|
-
NativeUI.
|
|
8786
|
+
NativeUI.y(this.view.r, this.ai);
|
|
8781
8787
|
};
|
|
8782
8788
|
XIcon.prototype.b9 = function () {
|
|
8783
8789
|
var a = this.view.r;
|
|
8784
8790
|
if (this.p) {
|
|
8785
8791
|
var b = this.view.s;
|
|
8786
|
-
NativeUI.
|
|
8787
|
-
NativeUI.
|
|
8788
|
-
NativeUI.
|
|
8792
|
+
NativeUI.r(b, this.cp);
|
|
8793
|
+
NativeUI.aa(b, this.cq);
|
|
8794
|
+
NativeUI.ad(b, this.ad);
|
|
8789
8795
|
}
|
|
8790
8796
|
else {
|
|
8791
8797
|
var c = false;
|
|
@@ -8805,19 +8811,19 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8805
8811
|
if (c) {
|
|
8806
8812
|
for (var d = 0; d < this.view.k.count; d++) {
|
|
8807
8813
|
var e = this.view.k._inner[d].c;
|
|
8808
|
-
NativeUI.
|
|
8814
|
+
NativeUI.r(this.view.k._inner[d].d, e.l.f(this.c1));
|
|
8809
8815
|
}
|
|
8810
8816
|
for (var f = 0; f < this.view.l.count; f++) {
|
|
8811
8817
|
var g = this.view.l._inner[f].c;
|
|
8812
|
-
NativeUI.
|
|
8818
|
+
NativeUI.aa(this.view.l._inner[f].d, g.m.f(this.c2));
|
|
8813
8819
|
}
|
|
8814
8820
|
for (var h = 0; h < this.view.m.count; h++) {
|
|
8815
8821
|
var i = this.view.m._inner[h].c;
|
|
8816
|
-
NativeUI.
|
|
8822
|
+
NativeUI.r(this.view.m._inner[h].d, i.l.f(this.c3));
|
|
8817
8823
|
}
|
|
8818
8824
|
for (var j = 0; j < this.view.n.count; j++) {
|
|
8819
8825
|
var k = this.view.n._inner[j].c;
|
|
8820
|
-
NativeUI.
|
|
8826
|
+
NativeUI.aa(this.view.n._inner[j].d, k.m.f(this.c4));
|
|
8821
8827
|
}
|
|
8822
8828
|
for (var l = 0; l < this.view.c.o.count; l++) {
|
|
8823
8829
|
var m = this.view.c.o._inner[l];
|
|
@@ -8826,7 +8832,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8826
8832
|
if (o < this.c.count) {
|
|
8827
8833
|
for (var p = 0; p < this.view.c.q._inner[l].count; p++) {
|
|
8828
8834
|
var q = this.view.c.q._inner[l]._inner[p].c;
|
|
8829
|
-
NativeUI.
|
|
8835
|
+
NativeUI.r(this.view.c.q._inner[l]._inner[p].d, q.l.f(this.c.item(o)));
|
|
8830
8836
|
}
|
|
8831
8837
|
}
|
|
8832
8838
|
}
|
|
@@ -8837,32 +8843,32 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8837
8843
|
if (u < this.d.count) {
|
|
8838
8844
|
for (var v = 0; v < this.view.d.q._inner[r].count; v++) {
|
|
8839
8845
|
var w = this.view.d.q._inner[r]._inner[v].c;
|
|
8840
|
-
NativeUI.
|
|
8846
|
+
NativeUI.aa(this.view.d.q._inner[r]._inner[v].d, w.m.f(this.d.item(u)));
|
|
8841
8847
|
}
|
|
8842
8848
|
}
|
|
8843
8849
|
}
|
|
8844
8850
|
for (var x = 0; x < this.view.j.count; x++) {
|
|
8845
8851
|
var y = this.view.j._inner[x].c;
|
|
8846
|
-
NativeUI.
|
|
8847
|
-
NativeUI.
|
|
8852
|
+
NativeUI.r(this.view.j._inner[x].d, y.l.f(this.cp));
|
|
8853
|
+
NativeUI.aa(this.view.j._inner[x].d, y.m.f(this.cq));
|
|
8848
8854
|
}
|
|
8849
8855
|
}
|
|
8850
8856
|
var z = this.view.r;
|
|
8851
8857
|
if (this.cp != null) {
|
|
8852
|
-
NativeUI.
|
|
8858
|
+
NativeUI.r(z, this.cp);
|
|
8853
8859
|
}
|
|
8854
8860
|
if (this.cq != null) {
|
|
8855
|
-
NativeUI.
|
|
8861
|
+
NativeUI.aa(z, this.cq);
|
|
8856
8862
|
}
|
|
8857
8863
|
if (!isNaN_(this.ad)) {
|
|
8858
|
-
NativeUI.
|
|
8864
|
+
NativeUI.ad(z, this.ad);
|
|
8859
8865
|
}
|
|
8860
8866
|
}
|
|
8861
8867
|
if (this.k != null) {
|
|
8862
8868
|
this.view.ah(this.k);
|
|
8863
8869
|
}
|
|
8864
8870
|
if (this.cr != null) {
|
|
8865
|
-
NativeUI.
|
|
8871
|
+
NativeUI.q(this.view.r, this.cr);
|
|
8866
8872
|
}
|
|
8867
8873
|
};
|
|
8868
8874
|
Object.defineProperty(XIcon.prototype, "i", {
|
|
@@ -9384,15 +9390,15 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
9384
9390
|
XIcon.prototype.e = function () {
|
|
9385
9391
|
var a = new IconVisualModelExport();
|
|
9386
9392
|
var b = this.view.r;
|
|
9387
|
-
a.a = AppearanceHelper.a(NativeUI.
|
|
9388
|
-
a.c = AppearanceHelper.a(NativeUI.
|
|
9389
|
-
a.b = AppearanceHelper.a(NativeUI.
|
|
9393
|
+
a.a = AppearanceHelper.a(NativeUI.al(b));
|
|
9394
|
+
a.c = AppearanceHelper.a(NativeUI.al(b));
|
|
9395
|
+
a.b = AppearanceHelper.a(NativeUI.am(b));
|
|
9390
9396
|
a.d = this.ad;
|
|
9391
9397
|
var c = this.view.a();
|
|
9392
9398
|
a.h = c[0];
|
|
9393
9399
|
a.f = c[1];
|
|
9394
9400
|
a.e = NativeUI.d(b);
|
|
9395
|
-
a.i = NativeUI.
|
|
9401
|
+
a.i = NativeUI.k(b);
|
|
9396
9402
|
a.svgPath = this.svgPath;
|
|
9397
9403
|
if (this.k != null) {
|
|
9398
9404
|
var d = this.k;
|
|
@@ -13341,8 +13347,8 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13341
13347
|
m.e = n[0] - d;
|
|
13342
13348
|
m.d = n[1] - e;
|
|
13343
13349
|
m.c = NativeUI.d(k._inner[l].parent());
|
|
13344
|
-
m.f = NativeUI.
|
|
13345
|
-
m.b = AppearanceHelper.a(NativeUI.
|
|
13350
|
+
m.f = NativeUI.k(k._inner[l].parent());
|
|
13351
|
+
m.b = AppearanceHelper.a(NativeUI.al(k._inner[l]));
|
|
13346
13352
|
m.g = k._inner[l].getText();
|
|
13347
13353
|
a.k.add(m);
|
|
13348
13354
|
}
|
|
@@ -13354,9 +13360,9 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13354
13360
|
q.e = r[0] - d;
|
|
13355
13361
|
q.d = r[1] - e;
|
|
13356
13362
|
q.c = NativeUI.d(o._inner[p].parent());
|
|
13357
|
-
q.f = NativeUI.
|
|
13358
|
-
q.b = AppearanceHelper.a(NativeUI.
|
|
13359
|
-
q.a = AppearanceHelper.a(NativeUI.
|
|
13363
|
+
q.f = NativeUI.k(o._inner[p].parent());
|
|
13364
|
+
q.b = AppearanceHelper.a(NativeUI.al(o._inner[p]));
|
|
13365
|
+
q.a = AppearanceHelper.a(NativeUI.ak(o._inner[p]));
|
|
13360
13366
|
q.g = o._inner[p].getText();
|
|
13361
13367
|
a.l.add(q);
|
|
13362
13368
|
}
|
|
@@ -13434,6 +13440,9 @@ var IgcSelectedValueChangedEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
13434
13440
|
this._implementation = this.createImplementation();
|
|
13435
13441
|
this._implementation.externalObject = this;
|
|
13436
13442
|
this.onImplementationCreated();
|
|
13443
|
+
if (this._initializeAdapters) {
|
|
13444
|
+
this._initializeAdapters();
|
|
13445
|
+
}
|
|
13437
13446
|
}
|
|
13438
13447
|
IgcSelectedValueChangedEventArgs.prototype.createImplementation = function () {
|
|
13439
13448
|
return new SelectedValueChangedEventArgs();
|
|
@@ -13454,6 +13463,9 @@ var IgcSelectedValueChangedEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
13454
13463
|
this._implementation = i;
|
|
13455
13464
|
this._implementation.externalObject = this;
|
|
13456
13465
|
this.onImplementationCreated();
|
|
13466
|
+
if (this._initializeAdapters) {
|
|
13467
|
+
this._initializeAdapters();
|
|
13468
|
+
}
|
|
13457
13469
|
};
|
|
13458
13470
|
Object.defineProperty(IgcSelectedValueChangedEventArgs.prototype, "oldValue", {
|
|
13459
13471
|
get: function () {
|
|
@@ -15088,7 +15100,7 @@ var InputGroupView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15088
15100
|
g.setStyleProperty("height", "2px");
|
|
15089
15101
|
g.setStyleProperty("display", "block");
|
|
15090
15102
|
g.setStyleProperty("pointer-events", "none");
|
|
15091
|
-
NativeUI.
|
|
15103
|
+
NativeUI.af(g, ((function () {
|
|
15092
15104
|
var $ret = new ScaleTransform();
|
|
15093
15105
|
$ret.l = 0.5;
|
|
15094
15106
|
$ret.m = 1;
|
|
@@ -15309,7 +15321,7 @@ var SuffixView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15309
15321
|
$ret.m = 1;
|
|
15310
15322
|
return $ret;
|
|
15311
15323
|
})()));
|
|
15312
|
-
NativeUI.
|
|
15324
|
+
NativeUI.af(this.g.rootWrapper, a);
|
|
15313
15325
|
this.g.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
15314
15326
|
};
|
|
15315
15327
|
SuffixView.prototype.f = function () {
|
|
@@ -15437,7 +15449,7 @@ var PrefixView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15437
15449
|
$ret.m = 1;
|
|
15438
15450
|
return $ret;
|
|
15439
15451
|
})()));
|
|
15440
|
-
NativeUI.
|
|
15452
|
+
NativeUI.af(this.g.rootWrapper, a);
|
|
15441
15453
|
this.g.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
15442
15454
|
};
|
|
15443
15455
|
PrefixView.prototype.f = function () {
|
|
@@ -15579,7 +15591,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15579
15591
|
c.setStyleProperty("overflow", "hidden");
|
|
15580
15592
|
c.setStyleProperty("height", "1.125rem");
|
|
15581
15593
|
c.setStyleProperty("backface-visibility", "hidden");
|
|
15582
|
-
NativeUI.
|
|
15594
|
+
NativeUI.q(this.k.rootWrapper, this.c.cz);
|
|
15583
15595
|
c.setStyleProperty("outline-style", "none");
|
|
15584
15596
|
c.setStyleProperty("box-shadow", "none");
|
|
15585
15597
|
c.setStyleProperty("font-family", "Verdana");
|
|
@@ -15606,7 +15618,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15606
15618
|
$ret.m = 1;
|
|
15607
15619
|
return $ret;
|
|
15608
15620
|
})()));
|
|
15609
|
-
NativeUI.
|
|
15621
|
+
NativeUI.af(this.k.rootWrapper, a);
|
|
15610
15622
|
this.l.setStyleProperty("height", "1.125rem");
|
|
15611
15623
|
this.k.rootWrapper.setStyleProperty("position", "absolute");
|
|
15612
15624
|
this.k.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
@@ -15741,7 +15753,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15741
15753
|
}
|
|
15742
15754
|
};
|
|
15743
15755
|
LabelView.prototype.ad = function (a) {
|
|
15744
|
-
NativeUI.
|
|
15756
|
+
NativeUI.q(this.l, a);
|
|
15745
15757
|
};
|
|
15746
15758
|
LabelView.$t = markType(LabelView, 'LabelView');
|
|
15747
15759
|
return LabelView;
|
|
@@ -15838,7 +15850,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15838
15850
|
c.setStyleProperty("background-attachment", "initial");
|
|
15839
15851
|
c.setStyleProperty("background-origin", "initial");
|
|
15840
15852
|
c.setStyleProperty("background-color", "transparent");
|
|
15841
|
-
NativeUI.
|
|
15853
|
+
NativeUI.q(c, this.b.d4);
|
|
15842
15854
|
c.setStyleProperty("outline-style", "none");
|
|
15843
15855
|
c.setStyleProperty("box-shadow", "none");
|
|
15844
15856
|
c.setStyleProperty("border-top", "0.1875rem solid transparent");
|
|
@@ -15966,7 +15978,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15966
15978
|
$ret.m = 1;
|
|
15967
15979
|
return $ret;
|
|
15968
15980
|
})()));
|
|
15969
|
-
NativeUI.
|
|
15981
|
+
NativeUI.af(this.l.rootWrapper, b);
|
|
15970
15982
|
this.l.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
15971
15983
|
};
|
|
15972
15984
|
InputView.prototype.k = function () {
|
|
@@ -17102,7 +17114,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17102
17114
|
this.jv();
|
|
17103
17115
|
break;
|
|
17104
17116
|
case "IsDisabled":
|
|
17105
|
-
NativeUI.
|
|
17117
|
+
NativeUI.u(this.view.v, !this.disabled);
|
|
17106
17118
|
break;
|
|
17107
17119
|
}
|
|
17108
17120
|
};
|
|
@@ -17289,44 +17301,44 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17289
17301
|
var e = this.v != null && this.v.playState == 1;
|
|
17290
17302
|
var f = this.w != null && this.w.playState == 1;
|
|
17291
17303
|
var g = this.u != null && this.u.playState == 1;
|
|
17292
|
-
NativeUI.
|
|
17293
|
-
NativeUI.
|
|
17294
|
-
NativeUI.
|
|
17295
|
-
NativeUI.
|
|
17304
|
+
NativeUI.o(a, this.ko);
|
|
17305
|
+
NativeUI.o(b, this.ko);
|
|
17306
|
+
NativeUI.m(a, this.l5);
|
|
17307
|
+
NativeUI.z(a, this.oe);
|
|
17296
17308
|
if (this.ao) {
|
|
17297
17309
|
if (!g) {
|
|
17298
|
-
NativeUI.
|
|
17299
|
-
NativeUI.
|
|
17310
|
+
NativeUI.n(b, this.l7);
|
|
17311
|
+
NativeUI.p(b, new Thickness(0, this.ch));
|
|
17300
17312
|
}
|
|
17301
17313
|
if (!f) {
|
|
17302
|
-
NativeUI.
|
|
17314
|
+
NativeUI.m(c, this.l8);
|
|
17303
17315
|
}
|
|
17304
17316
|
}
|
|
17305
17317
|
else {
|
|
17306
17318
|
if (!f) {
|
|
17307
17319
|
if (this.ap) {
|
|
17308
|
-
NativeUI.
|
|
17309
|
-
NativeUI.
|
|
17310
|
-
NativeUI.
|
|
17320
|
+
NativeUI.m(c, this.l9);
|
|
17321
|
+
NativeUI.y(c, this.ck);
|
|
17322
|
+
NativeUI.t(c, this.cl);
|
|
17311
17323
|
}
|
|
17312
17324
|
else {
|
|
17313
|
-
NativeUI.
|
|
17314
|
-
NativeUI.
|
|
17315
|
-
NativeUI.
|
|
17325
|
+
NativeUI.m(c, this.ma);
|
|
17326
|
+
NativeUI.y(c, this.cm);
|
|
17327
|
+
NativeUI.t(c, this.cp);
|
|
17316
17328
|
}
|
|
17317
17329
|
}
|
|
17318
17330
|
if (!g) {
|
|
17319
|
-
NativeUI.
|
|
17320
|
-
NativeUI.
|
|
17331
|
+
NativeUI.n(b, this.l6);
|
|
17332
|
+
NativeUI.p(b, new Thickness(0, this.cg));
|
|
17321
17333
|
}
|
|
17322
17334
|
if (!f) {
|
|
17323
|
-
NativeUI.
|
|
17335
|
+
NativeUI.m(a, this.l5);
|
|
17324
17336
|
}
|
|
17325
17337
|
}
|
|
17326
17338
|
if (!e) {
|
|
17327
|
-
NativeUI.
|
|
17328
|
-
NativeUI.
|
|
17329
|
-
NativeUI.
|
|
17339
|
+
NativeUI.m(d, this.mb);
|
|
17340
|
+
NativeUI.t(d, this.co);
|
|
17341
|
+
NativeUI.y(d, this.cn);
|
|
17330
17342
|
}
|
|
17331
17343
|
};
|
|
17332
17344
|
Object.defineProperty(XInputGroup.prototype, "a", {
|
|
@@ -20558,7 +20570,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20558
20570
|
a.c = this.p;
|
|
20559
20571
|
a.e = this.t;
|
|
20560
20572
|
a.d = this.s;
|
|
20561
|
-
a.a = AppearanceHelper.a(NativeUI.
|
|
20573
|
+
a.a = AppearanceHelper.a(NativeUI.al(b));
|
|
20562
20574
|
a.b = this.l;
|
|
20563
20575
|
a.i = this.an;
|
|
20564
20576
|
a.g = this.al;
|
|
@@ -20908,7 +20920,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20908
20920
|
if (this.ad != null) {
|
|
20909
20921
|
this.view.bb(this.ad);
|
|
20910
20922
|
}
|
|
20911
|
-
NativeUI.
|
|
20923
|
+
NativeUI.q(this.view.q, this.d4);
|
|
20912
20924
|
this.view.a6();
|
|
20913
20925
|
};
|
|
20914
20926
|
Object.defineProperty(XInput.prototype, "d4", {
|
|
@@ -21353,7 +21365,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21353
21365
|
a.j = this.ce;
|
|
21354
21366
|
a.m = this.ci;
|
|
21355
21367
|
a.d = this.au;
|
|
21356
|
-
a.a = AppearanceHelper.a(NativeUI.
|
|
21368
|
+
a.a = AppearanceHelper.a(NativeUI.al(b));
|
|
21357
21369
|
a.i = this.b8;
|
|
21358
21370
|
a.l = this.cg;
|
|
21359
21371
|
a.e = this.aw;
|
|
@@ -21582,6 +21594,9 @@ var IgcXInputGroupItemComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
21582
21594
|
_this._implementation = _this.createImplementation();
|
|
21583
21595
|
_this._implementation.externalObject = _this;
|
|
21584
21596
|
_this.onImplementationCreated();
|
|
21597
|
+
if (_this._initializeAdapters) {
|
|
21598
|
+
_this._initializeAdapters();
|
|
21599
|
+
}
|
|
21585
21600
|
return _this;
|
|
21586
21601
|
}
|
|
21587
21602
|
IgcXInputGroupItemComponent.prototype.createImplementation = function () {
|
|
@@ -21776,6 +21791,9 @@ var IgcInputChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
21776
21791
|
this._implementation = this.createImplementation();
|
|
21777
21792
|
this._implementation.externalObject = this;
|
|
21778
21793
|
this.onImplementationCreated();
|
|
21794
|
+
if (this._initializeAdapters) {
|
|
21795
|
+
this._initializeAdapters();
|
|
21796
|
+
}
|
|
21779
21797
|
}
|
|
21780
21798
|
IgcInputChangeEventArgs.prototype.createImplementation = function () {
|
|
21781
21799
|
return new InputChangeEventArgs();
|
|
@@ -21796,6 +21814,9 @@ var IgcInputChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
21796
21814
|
this._implementation = i;
|
|
21797
21815
|
this._implementation.externalObject = this;
|
|
21798
21816
|
this.onImplementationCreated();
|
|
21817
|
+
if (this._initializeAdapters) {
|
|
21818
|
+
this._initializeAdapters();
|
|
21819
|
+
}
|
|
21799
21820
|
};
|
|
21800
21821
|
Object.defineProperty(IgcInputChangeEventArgs.prototype, "value", {
|
|
21801
21822
|
get: function () {
|
|
@@ -26128,10 +26149,11 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26128
26149
|
_this.f = null;
|
|
26129
26150
|
_this.i = null;
|
|
26130
26151
|
_this.h = null;
|
|
26152
|
+
_this.o = null;
|
|
26131
26153
|
_this.document_Click = _this.document_Click.bind(_this);
|
|
26132
26154
|
return _this;
|
|
26133
26155
|
}
|
|
26134
|
-
DatePickerView.prototype.
|
|
26156
|
+
DatePickerView.prototype.ak = function () {
|
|
26135
26157
|
};
|
|
26136
26158
|
Object.defineProperty(DatePickerView.prototype, "n", {
|
|
26137
26159
|
get: function () {
|
|
@@ -26140,8 +26162,9 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26140
26162
|
enumerable: false,
|
|
26141
26163
|
configurable: true
|
|
26142
26164
|
});
|
|
26143
|
-
DatePickerView.prototype.
|
|
26165
|
+
DatePickerView.prototype.ai = function (a) {
|
|
26144
26166
|
if (a == null) {
|
|
26167
|
+
this.b.cg();
|
|
26145
26168
|
if (this.d != null) {
|
|
26146
26169
|
var b = this.d.rootWrapper.getChildAt(0);
|
|
26147
26170
|
b.unlistenAll();
|
|
@@ -26153,15 +26176,16 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26153
26176
|
this.d = a;
|
|
26154
26177
|
var c = Math.round(a.rootWrapper.width());
|
|
26155
26178
|
var d = Math.round(a.rootWrapper.height());
|
|
26156
|
-
this.aa();
|
|
26157
26179
|
this.ab();
|
|
26180
|
+
this.ac();
|
|
26158
26181
|
var e = this.d.rootWrapper.getChildAt(0);
|
|
26159
|
-
e.listen("keydown", runOn(this, this.
|
|
26160
|
-
e.listen("focusin", runOn(this, this.
|
|
26161
|
-
e.listen("focusout", runOn(this, this.
|
|
26182
|
+
e.listen("keydown", runOn(this, this.y));
|
|
26183
|
+
e.listen("focusin", runOn(this, this.w));
|
|
26184
|
+
e.listen("focusout", runOn(this, this.x));
|
|
26162
26185
|
document.addEventListener("click", this.document_Click, false);
|
|
26186
|
+
this.o = new MutationObserver(runOn(this, this.aj));
|
|
26163
26187
|
};
|
|
26164
|
-
DatePickerView.prototype.
|
|
26188
|
+
DatePickerView.prototype.ab = function () {
|
|
26165
26189
|
if (this.d != null) {
|
|
26166
26190
|
this.k = this.d.rootWrapper.getChildAt(0);
|
|
26167
26191
|
this.k.setAttribute("tabIndex", this.b.a7.toString());
|
|
@@ -26184,64 +26208,64 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26184
26208
|
this.f.setStyleProperty("width", "16px");
|
|
26185
26209
|
this.h.setStyleProperty("height", "16px");
|
|
26186
26210
|
this.h.setStyleProperty("width", "16px");
|
|
26187
|
-
this.f.listen("click", runOn(this, this.
|
|
26188
|
-
this.h.listen("click", runOn(this, this.
|
|
26211
|
+
this.f.listen("click", runOn(this, this.aa));
|
|
26212
|
+
this.h.listen("click", runOn(this, this.ae));
|
|
26189
26213
|
}
|
|
26190
26214
|
};
|
|
26191
|
-
DatePickerView.prototype.
|
|
26215
|
+
DatePickerView.prototype.ao = function (a) {
|
|
26192
26216
|
if (this.d != null) {
|
|
26193
26217
|
var b = this.d.getSubRenderer(this.k);
|
|
26194
26218
|
a.provideContainer(b);
|
|
26195
26219
|
var c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
|
|
26196
26220
|
}
|
|
26197
26221
|
};
|
|
26198
|
-
DatePickerView.prototype.
|
|
26222
|
+
DatePickerView.prototype.aq = function (a) {
|
|
26199
26223
|
if (this.d != null) {
|
|
26200
26224
|
var b = this.d.getSubRenderer(this.l);
|
|
26201
26225
|
a.provideContainer(b);
|
|
26202
26226
|
var c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
|
|
26203
26227
|
}
|
|
26204
26228
|
};
|
|
26205
|
-
DatePickerView.prototype.
|
|
26229
|
+
DatePickerView.prototype.ap = function (a) {
|
|
26206
26230
|
if (this.d != null) {
|
|
26207
26231
|
var b = this.d.getSubRenderer(this.j);
|
|
26208
26232
|
a.provideContainer(b);
|
|
26209
26233
|
var c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
|
|
26210
26234
|
}
|
|
26211
26235
|
};
|
|
26212
|
-
DatePickerView.prototype.
|
|
26236
|
+
DatePickerView.prototype.as = function (a, b) {
|
|
26213
26237
|
if (this.d != null) {
|
|
26214
26238
|
var c = this.d.getSubRenderer(b);
|
|
26215
26239
|
a.provideContainer(c);
|
|
26216
26240
|
var d = c.getExternal(a, c.rootWrapper, this.d.getExternal(this.b, null, null));
|
|
26217
26241
|
}
|
|
26218
26242
|
};
|
|
26219
|
-
DatePickerView.prototype.
|
|
26243
|
+
DatePickerView.prototype.an = function (a, b) {
|
|
26220
26244
|
if (this.d != null) {
|
|
26221
26245
|
var c = this.d.getSubRenderer(b);
|
|
26222
26246
|
a.provideContainer(c);
|
|
26223
26247
|
var d = c.getExternal(a, c.rootWrapper, this.d.getExternal(this.b, null, null));
|
|
26224
26248
|
}
|
|
26225
26249
|
};
|
|
26226
|
-
DatePickerView.prototype.
|
|
26250
|
+
DatePickerView.prototype.v = function () {
|
|
26227
26251
|
return this.l;
|
|
26228
26252
|
};
|
|
26229
|
-
DatePickerView.prototype.
|
|
26253
|
+
DatePickerView.prototype.u = function () {
|
|
26230
26254
|
return this.j;
|
|
26231
26255
|
};
|
|
26232
|
-
DatePickerView.prototype.
|
|
26256
|
+
DatePickerView.prototype.r = function () {
|
|
26233
26257
|
return this.g;
|
|
26234
26258
|
};
|
|
26235
|
-
DatePickerView.prototype.
|
|
26259
|
+
DatePickerView.prototype.q = function () {
|
|
26236
26260
|
return this.f;
|
|
26237
26261
|
};
|
|
26238
|
-
DatePickerView.prototype.
|
|
26262
|
+
DatePickerView.prototype.t = function () {
|
|
26239
26263
|
return this.i;
|
|
26240
26264
|
};
|
|
26241
|
-
DatePickerView.prototype.
|
|
26265
|
+
DatePickerView.prototype.s = function () {
|
|
26242
26266
|
return this.h;
|
|
26243
26267
|
};
|
|
26244
|
-
DatePickerView.prototype.
|
|
26268
|
+
DatePickerView.prototype.au = function (a) {
|
|
26245
26269
|
if (this.j != null) {
|
|
26246
26270
|
if (a) {
|
|
26247
26271
|
this.j.getChildAt(0).setAttribute("aria-expanded", "true");
|
|
@@ -26251,7 +26275,7 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26251
26275
|
}
|
|
26252
26276
|
}
|
|
26253
26277
|
};
|
|
26254
|
-
DatePickerView.prototype.
|
|
26278
|
+
DatePickerView.prototype.aw = function (a) {
|
|
26255
26279
|
if (a != null && a != "") {
|
|
26256
26280
|
this.j.getChildAt(0).setAttribute("aria-label", a);
|
|
26257
26281
|
}
|
|
@@ -26259,7 +26283,7 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26259
26283
|
this.j.getChildAt(0).setAttribute("aria-label", "Select a date");
|
|
26260
26284
|
}
|
|
26261
26285
|
};
|
|
26262
|
-
DatePickerView.prototype.
|
|
26286
|
+
DatePickerView.prototype.at = function () {
|
|
26263
26287
|
if (this.f != null) {
|
|
26264
26288
|
if (this.b.at == true) {
|
|
26265
26289
|
this.f.show();
|
|
@@ -26269,15 +26293,21 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26269
26293
|
}
|
|
26270
26294
|
}
|
|
26271
26295
|
};
|
|
26272
|
-
DatePickerView.prototype.
|
|
26296
|
+
DatePickerView.prototype.af = function () {
|
|
26273
26297
|
if (this.f != null) {
|
|
26274
26298
|
this.f.hide();
|
|
26275
26299
|
}
|
|
26276
26300
|
};
|
|
26277
|
-
DatePickerView.prototype.
|
|
26301
|
+
DatePickerView.prototype.av = function () {
|
|
26278
26302
|
this.k.setAttribute("tabIndex", this.b.a7.toString());
|
|
26279
26303
|
};
|
|
26280
|
-
DatePickerView.prototype.
|
|
26304
|
+
DatePickerView.prototype.al = function () {
|
|
26305
|
+
this.o.observe(document, { childList: true, subtree: true });
|
|
26306
|
+
};
|
|
26307
|
+
DatePickerView.prototype.ah = function () {
|
|
26308
|
+
this.o.disconnect();
|
|
26309
|
+
};
|
|
26310
|
+
DatePickerView.prototype.ac = function () {
|
|
26281
26311
|
if (this.d != null) {
|
|
26282
26312
|
this.m = this.d.rootWrapper.getChildAt(1);
|
|
26283
26313
|
this.e = this.d.createElement("div");
|
|
@@ -26300,7 +26330,7 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26300
26330
|
}
|
|
26301
26331
|
}
|
|
26302
26332
|
};
|
|
26303
|
-
DatePickerView.prototype.
|
|
26333
|
+
DatePickerView.prototype.z = function () {
|
|
26304
26334
|
if (this.d != null) {
|
|
26305
26335
|
if (this.b.av == true) {
|
|
26306
26336
|
this.e.parent().parent().setStyleProperty("max-width", "245px");
|
|
@@ -26316,24 +26346,24 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26316
26346
|
}
|
|
26317
26347
|
}
|
|
26318
26348
|
};
|
|
26319
|
-
DatePickerView.prototype.
|
|
26349
|
+
DatePickerView.prototype.ar = function (a) {
|
|
26320
26350
|
if (this.d != null) {
|
|
26321
26351
|
var b = this.d.getSubRenderer(this.m);
|
|
26322
26352
|
a.provideRenderer(b);
|
|
26323
26353
|
var c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
|
|
26324
26354
|
}
|
|
26325
26355
|
};
|
|
26326
|
-
DatePickerView.prototype.
|
|
26356
|
+
DatePickerView.prototype.am = function (a) {
|
|
26327
26357
|
if (this.d != null) {
|
|
26328
26358
|
var b = this.d.getSubRenderer(this.e);
|
|
26329
26359
|
a.provideContainer(b);
|
|
26330
26360
|
var c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
|
|
26331
26361
|
}
|
|
26332
26362
|
};
|
|
26333
|
-
DatePickerView.prototype.
|
|
26363
|
+
DatePickerView.prototype.p = function () {
|
|
26334
26364
|
return this.e;
|
|
26335
26365
|
};
|
|
26336
|
-
DatePickerView.prototype.
|
|
26366
|
+
DatePickerView.prototype.aa = function (a) {
|
|
26337
26367
|
if (this.b.ar == true) {
|
|
26338
26368
|
return;
|
|
26339
26369
|
}
|
|
@@ -26342,37 +26372,48 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26342
26372
|
this.f.hide();
|
|
26343
26373
|
}
|
|
26344
26374
|
};
|
|
26345
|
-
DatePickerView.prototype.
|
|
26375
|
+
DatePickerView.prototype.ae = function (a) {
|
|
26346
26376
|
a.stopPropagation();
|
|
26347
26377
|
this.b.cn();
|
|
26348
26378
|
};
|
|
26349
|
-
DatePickerView.prototype.
|
|
26379
|
+
DatePickerView.prototype.y = function (a) {
|
|
26350
26380
|
var b = a.which;
|
|
26351
26381
|
if (b == 27) {
|
|
26352
26382
|
this.b.cg();
|
|
26353
26383
|
}
|
|
26354
26384
|
};
|
|
26355
|
-
DatePickerView.prototype.
|
|
26385
|
+
DatePickerView.prototype.w = function (a) {
|
|
26356
26386
|
this.b.focus();
|
|
26357
26387
|
var b = (a.originalEvent.relatedTarget);
|
|
26358
26388
|
if (!this.c(b)) {
|
|
26359
26389
|
this.b.ct();
|
|
26360
26390
|
}
|
|
26361
26391
|
};
|
|
26362
|
-
DatePickerView.prototype.
|
|
26392
|
+
DatePickerView.prototype.x = function (a) {
|
|
26363
26393
|
var b = (a.originalEvent.relatedTarget);
|
|
26364
26394
|
if (!this.c(b)) {
|
|
26365
26395
|
this.b.cm();
|
|
26366
26396
|
this.b.cu();
|
|
26367
26397
|
}
|
|
26368
26398
|
};
|
|
26399
|
+
DatePickerView.prototype.aj = function (a, b) {
|
|
26400
|
+
if (this.d != null) {
|
|
26401
|
+
var c = this.d.rootWrapper.getNativeElement();
|
|
26402
|
+
if (!document.documentElement.contains(c)) {
|
|
26403
|
+
this.b.cg();
|
|
26404
|
+
}
|
|
26405
|
+
}
|
|
26406
|
+
else {
|
|
26407
|
+
this.b.cg();
|
|
26408
|
+
}
|
|
26409
|
+
};
|
|
26369
26410
|
DatePickerView.prototype.document_Click = function (a) {
|
|
26370
26411
|
var b = a.target;
|
|
26371
26412
|
if (!this.c(b)) {
|
|
26372
26413
|
this.b.cg();
|
|
26373
26414
|
}
|
|
26374
26415
|
};
|
|
26375
|
-
DatePickerView.prototype.
|
|
26416
|
+
DatePickerView.prototype.ax = function () {
|
|
26376
26417
|
if (this.d != null) {
|
|
26377
26418
|
var a = this.d.rootWrapper.getNativeElement();
|
|
26378
26419
|
var b = a.getBoundingClientRect();
|
|
@@ -26397,7 +26438,7 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26397
26438
|
var c = this.e.getNativeElement();
|
|
26398
26439
|
return b.contains(a) || c.contains(a);
|
|
26399
26440
|
};
|
|
26400
|
-
DatePickerView.prototype.
|
|
26441
|
+
DatePickerView.prototype.ag = function () {
|
|
26401
26442
|
};
|
|
26402
26443
|
DatePickerView.$t = markType(DatePickerView, 'DatePickerView');
|
|
26403
26444
|
return DatePickerView;
|
|
@@ -26462,7 +26503,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26462
26503
|
var a = new DatePickerView();
|
|
26463
26504
|
a.b = _this;
|
|
26464
26505
|
_this.h = a;
|
|
26465
|
-
_this.h.
|
|
26506
|
+
_this.h.ak();
|
|
26466
26507
|
_this.ce();
|
|
26467
26508
|
return _this;
|
|
26468
26509
|
}
|
|
@@ -26485,7 +26526,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26485
26526
|
}
|
|
26486
26527
|
};
|
|
26487
26528
|
DatePicker.prototype.notifySizeChanged = function () {
|
|
26488
|
-
this.h.
|
|
26529
|
+
this.h.ag();
|
|
26489
26530
|
};
|
|
26490
26531
|
DatePicker.prototype.destroy = function () {
|
|
26491
26532
|
if (this.c != null) {
|
|
@@ -26497,7 +26538,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26497
26538
|
this.provideContainer(null);
|
|
26498
26539
|
};
|
|
26499
26540
|
DatePicker.prototype.provideContainer = function (a) {
|
|
26500
|
-
this.h.
|
|
26541
|
+
this.h.ai(a);
|
|
26501
26542
|
};
|
|
26502
26543
|
DatePicker.prototype.setName = function (a) {
|
|
26503
26544
|
this.o.e = a;
|
|
@@ -26896,7 +26937,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26896
26937
|
case "Placeholder":
|
|
26897
26938
|
if (this.o != null) {
|
|
26898
26939
|
this.o.cg = this.b2;
|
|
26899
|
-
this.h.
|
|
26940
|
+
this.h.aw(this.b2);
|
|
26900
26941
|
}
|
|
26901
26942
|
break;
|
|
26902
26943
|
case "Today":
|
|
@@ -26941,7 +26982,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26941
26982
|
case "ShowClearButton":
|
|
26942
26983
|
if (this.o != null) {
|
|
26943
26984
|
if (this.o.cq != "") {
|
|
26944
|
-
this.h.
|
|
26985
|
+
this.h.at();
|
|
26945
26986
|
}
|
|
26946
26987
|
}
|
|
26947
26988
|
break;
|
|
@@ -26954,7 +26995,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26954
26995
|
case "ShowTodayButton":
|
|
26955
26996
|
if (this.c != null) {
|
|
26956
26997
|
this.c.ae = this.au;
|
|
26957
|
-
this.h.
|
|
26998
|
+
this.h.z();
|
|
26958
26999
|
}
|
|
26959
27000
|
break;
|
|
26960
27001
|
case "AllowTextInput":
|
|
@@ -26979,7 +27020,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26979
27020
|
case "ShowWeekNumbers":
|
|
26980
27021
|
if (this.c != null) {
|
|
26981
27022
|
this.c.af = this.av;
|
|
26982
|
-
this.h.
|
|
27023
|
+
this.h.z();
|
|
26983
27024
|
}
|
|
26984
27025
|
break;
|
|
26985
27026
|
case "FirstWeekOfYear":
|
|
@@ -26998,7 +27039,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26998
27039
|
}
|
|
26999
27040
|
break;
|
|
27000
27041
|
case "TabIndex":
|
|
27001
|
-
this.h.
|
|
27042
|
+
this.h.av();
|
|
27002
27043
|
break;
|
|
27003
27044
|
}
|
|
27004
27045
|
};
|
|
@@ -27115,31 +27156,31 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27115
27156
|
};
|
|
27116
27157
|
DatePicker.prototype.ch = function () {
|
|
27117
27158
|
this.q = new XInputGroup();
|
|
27118
|
-
this.h.
|
|
27159
|
+
this.h.ao(this.q);
|
|
27119
27160
|
this.q.d = 0;
|
|
27120
27161
|
this.q.p = this.w;
|
|
27121
27162
|
this.q.t = this.y;
|
|
27122
27163
|
this.r = new XLabel();
|
|
27123
|
-
this.h.
|
|
27164
|
+
this.h.aq(this.r);
|
|
27124
27165
|
this.r.df = this.dh;
|
|
27125
27166
|
this.r.y = this.ac;
|
|
27126
|
-
this.q.appendContentChild(this.h.
|
|
27167
|
+
this.q.appendContentChild(this.h.v());
|
|
27127
27168
|
if (this.bv != null && this.bv != "") {
|
|
27128
27169
|
this.r.text = this.bv;
|
|
27129
27170
|
this.q.inputs.add(this.r);
|
|
27130
27171
|
}
|
|
27131
27172
|
this.o = new XInput();
|
|
27132
|
-
this.h.
|
|
27173
|
+
this.h.ap(this.o);
|
|
27133
27174
|
this.o.b8 = "text";
|
|
27134
27175
|
if (this.aa != null) {
|
|
27135
27176
|
this.o.af = this.aa;
|
|
27136
27177
|
}
|
|
27137
27178
|
this.o.disabled = !this.aq;
|
|
27138
27179
|
this.o.d8 = this.di;
|
|
27139
|
-
this.q.appendContentChild(this.h.
|
|
27180
|
+
this.q.appendContentChild(this.h.u());
|
|
27140
27181
|
this.q.inputs.add(this.o);
|
|
27141
27182
|
this.o.cg = this.b2;
|
|
27142
|
-
this.h.
|
|
27183
|
+
this.h.aw(this.b2);
|
|
27143
27184
|
var a = this.o;
|
|
27144
27185
|
a.change = delegateCombine(a.change, runOn(this, this.co));
|
|
27145
27186
|
var b = this.o;
|
|
@@ -27147,23 +27188,23 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27147
27188
|
var c = this.o;
|
|
27148
27189
|
c.keyDown = delegateCombine(c.keyDown, runOn(this, this.cq));
|
|
27149
27190
|
var d = new XSuffix();
|
|
27150
|
-
this.h.
|
|
27191
|
+
this.h.as(d, this.h.r());
|
|
27151
27192
|
this.m = new XIcon();
|
|
27152
|
-
this.h.
|
|
27193
|
+
this.h.an(this.m, this.h.q());
|
|
27153
27194
|
this.m.svgPath = DatePicker.bk;
|
|
27154
27195
|
this.m.fill = this.dg;
|
|
27155
|
-
d.appendContentChild(this.h.
|
|
27156
|
-
this.q.appendContentChild(this.h.
|
|
27196
|
+
d.appendContentChild(this.h.q());
|
|
27197
|
+
this.q.appendContentChild(this.h.r());
|
|
27157
27198
|
this.q.inputs.add(d);
|
|
27158
27199
|
this.c8();
|
|
27159
27200
|
var e = new XSuffix();
|
|
27160
|
-
this.h.
|
|
27201
|
+
this.h.as(e, this.h.t());
|
|
27161
27202
|
this.n = new XIcon();
|
|
27162
|
-
this.h.
|
|
27203
|
+
this.h.an(this.n, this.h.s());
|
|
27163
27204
|
this.n.svgPath = DatePicker.bj;
|
|
27164
27205
|
this.n.fill = this.dg;
|
|
27165
|
-
e.appendContentChild(this.h.
|
|
27166
|
-
this.q.appendContentChild(this.h.
|
|
27206
|
+
e.appendContentChild(this.h.s());
|
|
27207
|
+
this.q.appendContentChild(this.h.t());
|
|
27167
27208
|
this.q.inputs.add(e);
|
|
27168
27209
|
};
|
|
27169
27210
|
DatePicker.prototype.cq = function (a, b) {
|
|
@@ -27208,10 +27249,10 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27208
27249
|
DatePicker.prototype.cp = function (a, b) {
|
|
27209
27250
|
this.cs(b);
|
|
27210
27251
|
if (b.value.length > 0) {
|
|
27211
|
-
this.h.
|
|
27252
|
+
this.h.at();
|
|
27212
27253
|
}
|
|
27213
27254
|
else {
|
|
27214
|
-
this.h.
|
|
27255
|
+
this.h.af();
|
|
27215
27256
|
}
|
|
27216
27257
|
};
|
|
27217
27258
|
DatePicker.prototype.co = function (a, b) {
|
|
@@ -27342,7 +27383,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27342
27383
|
}
|
|
27343
27384
|
else {
|
|
27344
27385
|
this.db(ag);
|
|
27345
|
-
this.h.
|
|
27386
|
+
this.h.at();
|
|
27346
27387
|
}
|
|
27347
27388
|
}
|
|
27348
27389
|
else {
|
|
@@ -27539,11 +27580,11 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27539
27580
|
}
|
|
27540
27581
|
}
|
|
27541
27582
|
this.o.cq = a;
|
|
27542
|
-
this.h.
|
|
27583
|
+
this.h.at();
|
|
27543
27584
|
}
|
|
27544
27585
|
else {
|
|
27545
27586
|
this.o.cq = "";
|
|
27546
|
-
this.h.
|
|
27587
|
+
this.h.af();
|
|
27547
27588
|
}
|
|
27548
27589
|
}
|
|
27549
27590
|
};
|
|
@@ -27559,9 +27600,9 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27559
27600
|
};
|
|
27560
27601
|
DatePicker.prototype.ci = function () {
|
|
27561
27602
|
this.u = new Popup();
|
|
27562
|
-
this.h.
|
|
27603
|
+
this.h.ar(this.u);
|
|
27563
27604
|
this.c = new XCalendar();
|
|
27564
|
-
this.h.
|
|
27605
|
+
this.h.am(this.c);
|
|
27565
27606
|
if (+(this.a2) != +(dateMinValue())) {
|
|
27566
27607
|
this.c.au = this.a2;
|
|
27567
27608
|
}
|
|
@@ -27579,7 +27620,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27579
27620
|
a.selectedValueChanged = delegateCombine(a.selectedValueChanged, runOn(this, this.cd));
|
|
27580
27621
|
var b = this.c;
|
|
27581
27622
|
b.close = delegateCombine(b.close, runOn(this, this.cc));
|
|
27582
|
-
this.u.appendPopupContent(this.h.
|
|
27623
|
+
this.u.appendPopupContent(this.h.p());
|
|
27583
27624
|
};
|
|
27584
27625
|
DatePicker.prototype.cd = function (a, b) {
|
|
27585
27626
|
this.ai = true;
|
|
@@ -27587,14 +27628,14 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27587
27628
|
this.ai = false;
|
|
27588
27629
|
};
|
|
27589
27630
|
DatePicker.prototype.cc = function (a) {
|
|
27590
|
-
if (this.u.
|
|
27631
|
+
if (this.u.av) {
|
|
27591
27632
|
this.ah = true;
|
|
27592
27633
|
this.cg();
|
|
27593
27634
|
}
|
|
27594
27635
|
};
|
|
27595
27636
|
DatePicker.prototype.cn = function () {
|
|
27596
27637
|
if (this.ah == false) {
|
|
27597
|
-
if (this.u.
|
|
27638
|
+
if (this.u.av) {
|
|
27598
27639
|
this.cg();
|
|
27599
27640
|
}
|
|
27600
27641
|
else {
|
|
@@ -27610,7 +27651,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27610
27651
|
return;
|
|
27611
27652
|
}
|
|
27612
27653
|
if (this.u != null) {
|
|
27613
|
-
var a = this.h.
|
|
27654
|
+
var a = this.h.ax();
|
|
27614
27655
|
var b = new Rect(0, a.left + window.pageXOffset, a.top + window.pageYOffset, a.width, a.height);
|
|
27615
27656
|
var c = this.h.a()[1];
|
|
27616
27657
|
var d = 240;
|
|
@@ -27630,19 +27671,21 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27630
27671
|
else {
|
|
27631
27672
|
this.u.showRelativeToExclusionRect(b, 1, 0);
|
|
27632
27673
|
}
|
|
27633
|
-
this.h.
|
|
27674
|
+
this.h.al();
|
|
27675
|
+
this.h.au(true);
|
|
27634
27676
|
}
|
|
27635
27677
|
};
|
|
27636
27678
|
DatePicker.prototype.cg = function () {
|
|
27637
27679
|
var _this = this;
|
|
27638
27680
|
if (this.u != null) {
|
|
27639
|
-
window.setTimeout(function () { return _this.u.
|
|
27681
|
+
window.setTimeout(function () { return _this.u.bx(); }, 0);
|
|
27640
27682
|
}
|
|
27641
27683
|
if (this.c != null) {
|
|
27642
27684
|
this.c.cy();
|
|
27643
27685
|
}
|
|
27644
|
-
this.h.
|
|
27686
|
+
this.h.au(false);
|
|
27645
27687
|
this.ah = false;
|
|
27688
|
+
this.h.ah();
|
|
27646
27689
|
};
|
|
27647
27690
|
DatePicker.prototype.focus = function (a) {
|
|
27648
27691
|
var _this = this;
|
|
@@ -27652,7 +27695,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27652
27695
|
if (this.o != null) {
|
|
27653
27696
|
this.o.focus(a);
|
|
27654
27697
|
}
|
|
27655
|
-
if (!this.u.
|
|
27698
|
+
if (!this.u.av && this.as == true) {
|
|
27656
27699
|
if (this.ah == false) {
|
|
27657
27700
|
if (this.aq == false) {
|
|
27658
27701
|
this.c0();
|
|
@@ -27706,7 +27749,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27706
27749
|
var a = new DatePickerVisualModelExport();
|
|
27707
27750
|
a.e = this.y;
|
|
27708
27751
|
a.d = this.w;
|
|
27709
|
-
a.c = this.u.
|
|
27752
|
+
a.c = this.u.a9();
|
|
27710
27753
|
a.b = this.q.fe();
|
|
27711
27754
|
a.a = this.c.bj();
|
|
27712
27755
|
if (this.ad != null) {
|
|
@@ -27778,6 +27821,9 @@ var IgcGotFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
27778
27821
|
this._implementation = this.createImplementation();
|
|
27779
27822
|
this._implementation.externalObject = this;
|
|
27780
27823
|
this.onImplementationCreated();
|
|
27824
|
+
if (this._initializeAdapters) {
|
|
27825
|
+
this._initializeAdapters();
|
|
27826
|
+
}
|
|
27781
27827
|
}
|
|
27782
27828
|
IgcGotFocusEventArgs.prototype.createImplementation = function () {
|
|
27783
27829
|
return new GotFocusEventArgs();
|
|
@@ -27798,6 +27844,9 @@ var IgcGotFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
27798
27844
|
this._implementation = i;
|
|
27799
27845
|
this._implementation.externalObject = this;
|
|
27800
27846
|
this.onImplementationCreated();
|
|
27847
|
+
if (this._initializeAdapters) {
|
|
27848
|
+
this._initializeAdapters();
|
|
27849
|
+
}
|
|
27801
27850
|
};
|
|
27802
27851
|
return IgcGotFocusEventArgs;
|
|
27803
27852
|
}());
|
|
@@ -27807,6 +27856,9 @@ var IgcLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
27807
27856
|
this._implementation = this.createImplementation();
|
|
27808
27857
|
this._implementation.externalObject = this;
|
|
27809
27858
|
this.onImplementationCreated();
|
|
27859
|
+
if (this._initializeAdapters) {
|
|
27860
|
+
this._initializeAdapters();
|
|
27861
|
+
}
|
|
27810
27862
|
}
|
|
27811
27863
|
IgcLostFocusEventArgs.prototype.createImplementation = function () {
|
|
27812
27864
|
return new LostFocusEventArgs();
|
|
@@ -27827,6 +27879,9 @@ var IgcLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
27827
27879
|
this._implementation = i;
|
|
27828
27880
|
this._implementation.externalObject = this;
|
|
27829
27881
|
this.onImplementationCreated();
|
|
27882
|
+
if (this._initializeAdapters) {
|
|
27883
|
+
this._initializeAdapters();
|
|
27884
|
+
}
|
|
27830
27885
|
};
|
|
27831
27886
|
return IgcLostFocusEventArgs;
|
|
27832
27887
|
}());
|
|
@@ -29262,17 +29317,17 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29262
29317
|
if (a == null) {
|
|
29263
29318
|
return;
|
|
29264
29319
|
}
|
|
29265
|
-
NativeUI.
|
|
29320
|
+
NativeUI.o(a, new CornerRadius(0, this.ao));
|
|
29266
29321
|
if (!isNaN_(this.an)) {
|
|
29267
|
-
NativeUI.
|
|
29322
|
+
NativeUI.p(a, new Thickness(0, this.an));
|
|
29268
29323
|
}
|
|
29269
29324
|
if (this.checked) {
|
|
29270
|
-
NativeUI.
|
|
29271
|
-
NativeUI.
|
|
29325
|
+
NativeUI.m(a, this.c8);
|
|
29326
|
+
NativeUI.n(a, this.c9);
|
|
29272
29327
|
}
|
|
29273
29328
|
else {
|
|
29274
|
-
NativeUI.
|
|
29275
|
-
NativeUI.
|
|
29329
|
+
NativeUI.m(a, this.db);
|
|
29330
|
+
NativeUI.n(a, this.dc);
|
|
29276
29331
|
}
|
|
29277
29332
|
};
|
|
29278
29333
|
XCheckbox.prototype.cw = function () {
|
|
@@ -29280,8 +29335,8 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29280
29335
|
if (a == null) {
|
|
29281
29336
|
return;
|
|
29282
29337
|
}
|
|
29283
|
-
NativeUI.
|
|
29284
|
-
NativeUI.
|
|
29338
|
+
NativeUI.aa(a, this.da);
|
|
29339
|
+
NativeUI.ad(a, this.ap);
|
|
29285
29340
|
};
|
|
29286
29341
|
Object.defineProperty(XCheckbox.prototype, "dl", {
|
|
29287
29342
|
get: function () {
|
|
@@ -29836,7 +29891,7 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29836
29891
|
this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.dc, 0.1));
|
|
29837
29892
|
}
|
|
29838
29893
|
if (!this.indeterminate) {
|
|
29839
|
-
NativeUI.
|
|
29894
|
+
NativeUI.af(this.view.t, null);
|
|
29840
29895
|
}
|
|
29841
29896
|
if (this.z || this.indeterminate || a) {
|
|
29842
29897
|
var d = this.view.s;
|
|
@@ -29853,23 +29908,23 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29853
29908
|
$ret.j = -_this.view.k();
|
|
29854
29909
|
return $ret;
|
|
29855
29910
|
})()));
|
|
29856
|
-
NativeUI.
|
|
29857
|
-
NativeUI.
|
|
29858
|
-
NativeUI.
|
|
29859
|
-
NativeUI.
|
|
29860
|
-
NativeUI.
|
|
29911
|
+
NativeUI.m(d, this.c8);
|
|
29912
|
+
NativeUI.n(d, this.c9);
|
|
29913
|
+
NativeUI.y(e, 1);
|
|
29914
|
+
NativeUI.ac(e, 41);
|
|
29915
|
+
NativeUI.af(e, f);
|
|
29861
29916
|
}
|
|
29862
29917
|
else if (b) {
|
|
29863
|
-
NativeUI.
|
|
29864
|
-
NativeUI.
|
|
29865
|
-
NativeUI.
|
|
29866
|
-
NativeUI.
|
|
29918
|
+
NativeUI.m(d, this.c8);
|
|
29919
|
+
NativeUI.n(d, this.c9);
|
|
29920
|
+
NativeUI.y(e, 1);
|
|
29921
|
+
NativeUI.ac(e, 0);
|
|
29867
29922
|
}
|
|
29868
29923
|
else {
|
|
29869
|
-
NativeUI.
|
|
29870
|
-
NativeUI.
|
|
29871
|
-
NativeUI.
|
|
29872
|
-
NativeUI.
|
|
29924
|
+
NativeUI.m(d, this.db);
|
|
29925
|
+
NativeUI.n(d, this.dc);
|
|
29926
|
+
NativeUI.y(e, 0);
|
|
29927
|
+
NativeUI.ac(e, 24);
|
|
29873
29928
|
}
|
|
29874
29929
|
if (this.o.playState == 1) {
|
|
29875
29930
|
this.o.cancel();
|
|
@@ -30035,6 +30090,9 @@ var IgcCheckboxChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
30035
30090
|
this._implementation = this.createImplementation();
|
|
30036
30091
|
this._implementation.externalObject = this;
|
|
30037
30092
|
this.onImplementationCreated();
|
|
30093
|
+
if (this._initializeAdapters) {
|
|
30094
|
+
this._initializeAdapters();
|
|
30095
|
+
}
|
|
30038
30096
|
}
|
|
30039
30097
|
IgcCheckboxChangeEventArgs.prototype.createImplementation = function () {
|
|
30040
30098
|
return new CheckboxChangeEventArgs();
|
|
@@ -30055,6 +30113,9 @@ var IgcCheckboxChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
30055
30113
|
this._implementation = i;
|
|
30056
30114
|
this._implementation.externalObject = this;
|
|
30057
30115
|
this.onImplementationCreated();
|
|
30116
|
+
if (this._initializeAdapters) {
|
|
30117
|
+
this._initializeAdapters();
|
|
30118
|
+
}
|
|
30058
30119
|
};
|
|
30059
30120
|
Object.defineProperty(IgcCheckboxChangeEventArgs.prototype, "isChecked", {
|
|
30060
30121
|
get: function () {
|
|
@@ -32748,6 +32809,9 @@ var IgcButtonGroupSelectionChangedEventArgs = /** @class */ /*@__PURE__*/ (funct
|
|
|
32748
32809
|
this._implementation = this.createImplementation();
|
|
32749
32810
|
this._implementation.externalObject = this;
|
|
32750
32811
|
this.onImplementationCreated();
|
|
32812
|
+
if (this._initializeAdapters) {
|
|
32813
|
+
this._initializeAdapters();
|
|
32814
|
+
}
|
|
32751
32815
|
}
|
|
32752
32816
|
IgcButtonGroupSelectionChangedEventArgs.prototype.createImplementation = function () {
|
|
32753
32817
|
return new ButtonGroupSelectionChangedEventArgs();
|
|
@@ -32768,6 +32832,9 @@ var IgcButtonGroupSelectionChangedEventArgs = /** @class */ /*@__PURE__*/ (funct
|
|
|
32768
32832
|
this._implementation = i;
|
|
32769
32833
|
this._implementation.externalObject = this;
|
|
32770
32834
|
this.onImplementationCreated();
|
|
32835
|
+
if (this._initializeAdapters) {
|
|
32836
|
+
this._initializeAdapters();
|
|
32837
|
+
}
|
|
32771
32838
|
};
|
|
32772
32839
|
return IgcButtonGroupSelectionChangedEventArgs;
|
|
32773
32840
|
}());
|
|
@@ -35416,25 +35483,26 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35416
35483
|
XPopupBridge.prototype.getValue = function (a, b) {
|
|
35417
35484
|
var c = a;
|
|
35418
35485
|
switch (b) {
|
|
35419
|
-
case 22: return c.
|
|
35420
|
-
case 25: return c.
|
|
35421
|
-
case 26: return c.
|
|
35422
|
-
case 17: return c.
|
|
35423
|
-
case 23: return c.
|
|
35424
|
-
case 35: switch (c.
|
|
35486
|
+
case 22: return c.av;
|
|
35487
|
+
case 25: return c.al;
|
|
35488
|
+
case 26: return c.a6;
|
|
35489
|
+
case 17: return c.ay;
|
|
35490
|
+
case 23: return c.cn;
|
|
35491
|
+
case 35: switch (c.o) {
|
|
35425
35492
|
case 1: return enumGetBox(NativeUIPopupAnimationType_$type, 1);
|
|
35426
35493
|
default: return enumGetBox(NativeUIPopupAnimationType_$type, 0);
|
|
35427
35494
|
}
|
|
35428
|
-
case 36: return c.
|
|
35429
|
-
case 37: return c.
|
|
35430
|
-
case 40: return c.
|
|
35431
|
-
case 41: return c.
|
|
35432
|
-
case 43: switch (c.
|
|
35433
|
-
case
|
|
35434
|
-
default: return enumGetBox(NativeUIPopupPointerPosition_$type,
|
|
35495
|
+
case 36: return c.ar;
|
|
35496
|
+
case 37: return c.aq;
|
|
35497
|
+
case 40: return c.a8;
|
|
35498
|
+
case 41: return c.as;
|
|
35499
|
+
case 43: switch (c.t) {
|
|
35500
|
+
case 1: return enumGetBox(NativeUIPopupPointerPosition_$type, 1);
|
|
35501
|
+
default: return enumGetBox(NativeUIPopupPointerPosition_$type, 2);
|
|
35435
35502
|
}
|
|
35436
|
-
case 42: return c.
|
|
35437
|
-
case 39: return c.
|
|
35503
|
+
case 42: return c.cr;
|
|
35504
|
+
case 39: return c.an;
|
|
35505
|
+
case 61: return c.a1;
|
|
35438
35506
|
}
|
|
35439
35507
|
return _super.prototype.getValue.call(this, a, b);
|
|
35440
35508
|
};
|
|
@@ -35442,54 +35510,57 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35442
35510
|
var d = a;
|
|
35443
35511
|
switch (b) {
|
|
35444
35512
|
case 25:
|
|
35445
|
-
d.
|
|
35513
|
+
d.al = c;
|
|
35446
35514
|
break;
|
|
35447
35515
|
case 26:
|
|
35448
|
-
d.
|
|
35516
|
+
d.a6 = typeGetValue(c);
|
|
35449
35517
|
break;
|
|
35450
35518
|
case 17:
|
|
35451
|
-
d.
|
|
35519
|
+
d.ay = c;
|
|
35452
35520
|
break;
|
|
35453
35521
|
case 23:
|
|
35454
|
-
d.
|
|
35522
|
+
d.cn = c;
|
|
35455
35523
|
break;
|
|
35456
35524
|
case 35:
|
|
35457
35525
|
switch (EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, c)) {
|
|
35458
35526
|
case 1:
|
|
35459
|
-
d.
|
|
35527
|
+
d.o = 1;
|
|
35460
35528
|
break;
|
|
35461
35529
|
default:
|
|
35462
|
-
d.
|
|
35530
|
+
d.o = 0;
|
|
35463
35531
|
break;
|
|
35464
35532
|
}
|
|
35465
35533
|
break;
|
|
35466
35534
|
case 36:
|
|
35467
|
-
d.
|
|
35535
|
+
d.ar = c;
|
|
35468
35536
|
break;
|
|
35469
35537
|
case 37:
|
|
35470
|
-
d.
|
|
35538
|
+
d.aq = c;
|
|
35471
35539
|
break;
|
|
35472
35540
|
case 40:
|
|
35473
|
-
d.
|
|
35541
|
+
d.a8 = typeGetValue(c);
|
|
35474
35542
|
break;
|
|
35475
35543
|
case 41:
|
|
35476
|
-
d.
|
|
35544
|
+
d.as = c;
|
|
35477
35545
|
break;
|
|
35478
35546
|
case 42:
|
|
35479
|
-
d.
|
|
35547
|
+
d.cr = c;
|
|
35480
35548
|
break;
|
|
35481
35549
|
case 43:
|
|
35482
35550
|
switch (EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, c)) {
|
|
35483
|
-
case 0:
|
|
35484
|
-
d.q = 0;
|
|
35485
|
-
break;
|
|
35486
35551
|
case 1:
|
|
35487
|
-
d.
|
|
35552
|
+
d.t = 1;
|
|
35553
|
+
break;
|
|
35554
|
+
case 2:
|
|
35555
|
+
d.t = 2;
|
|
35488
35556
|
break;
|
|
35489
35557
|
}
|
|
35490
35558
|
break;
|
|
35491
35559
|
case 39:
|
|
35492
|
-
d.
|
|
35560
|
+
d.an = c;
|
|
35561
|
+
break;
|
|
35562
|
+
case 61:
|
|
35563
|
+
d.a1 = c;
|
|
35493
35564
|
break;
|
|
35494
35565
|
}
|
|
35495
35566
|
_super.prototype.setValue.call(this, a, b, c);
|
|
@@ -35498,19 +35569,21 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35498
35569
|
a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
|
|
35499
35570
|
};
|
|
35500
35571
|
XPopupBridge.prototype.close = function (a) {
|
|
35501
|
-
a.
|
|
35572
|
+
a.bx();
|
|
35502
35573
|
};
|
|
35503
35574
|
XPopupBridge.prototype.notifyContentSizeChanged = function (a) {
|
|
35504
|
-
a.
|
|
35575
|
+
a.b0();
|
|
35505
35576
|
};
|
|
35506
35577
|
XPopupBridge.prototype.notifyExclusionRectChanged = function (a, b) {
|
|
35507
|
-
a.
|
|
35578
|
+
a.b1(b);
|
|
35508
35579
|
};
|
|
35509
35580
|
XPopupBridge.prototype.v = function (a) {
|
|
35510
35581
|
switch (a) {
|
|
35511
35582
|
case 0: return 0;
|
|
35512
35583
|
case 1: return 1;
|
|
35513
35584
|
case 2: return 2;
|
|
35585
|
+
case 3: return 3;
|
|
35586
|
+
case 4: return 4;
|
|
35514
35587
|
default: return 0;
|
|
35515
35588
|
}
|
|
35516
35589
|
};
|