igniteui-webcomponents-inputs 7.1.0-alpha.0 → 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 +4621 -4122
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +642 -628
- package/esm2015/lib/ButtonView_combined.js +2039 -1746
- package/esm2015/lib/CalendarView_combined.js +160 -160
- package/esm2015/lib/CheckboxView_combined.js +62 -62
- package/esm2015/lib/DatePickerView_combined.js +4 -4
- package/esm2015/lib/IconView_combined.js +163 -163
- package/esm2015/lib/InputGroupView_combined.js +240 -240
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/MultiSliderView_combined.js +17 -17
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +202 -202
- package/esm2015/lib/RippleView_combined.js +3 -3
- package/esm2015/lib/ThemeResolver.js +38 -22
- package/esm2015/lib/XButtonBridge.js +65 -57
- package/esm2015/lib/XButtonGroupBridge.js +19 -15
- package/esm2015/lib/XCheckboxBridge.js +8 -8
- package/esm2015/lib/XComponentBridge.js +4 -2
- package/esm2015/lib/XIconBridge.js +23 -23
- package/esm2015/lib/XIconButtonBridge.js +7 -7
- package/esm2015/lib/XInputBridge.js +18 -18
- package/esm2015/lib/XPopupBridge.js +28 -28
- 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-button-component.js +567 -567
- package/esm2015/lib/igc-x-button-group-component.js +184 -184
- package/esm2015/lib/igc-x-icon-component.js +10 -10
- package/esm2015/public_api.js +2 -1
- package/esm5/lib/ButtonGroupView_combined.js +620 -606
- package/esm5/lib/ButtonView_combined.js +1953 -1660
- package/esm5/lib/CalendarView_combined.js +160 -160
- package/esm5/lib/CheckboxView_combined.js +62 -62
- package/esm5/lib/DatePickerView_combined.js +4 -4
- package/esm5/lib/IconView_combined.js +158 -158
- package/esm5/lib/InputGroupView_combined.js +240 -240
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/MultiSliderView_combined.js +17 -17
- package/esm5/lib/NativeUIXInputsFactory_combined.js +202 -202
- package/esm5/lib/RippleView_combined.js +3 -3
- package/esm5/lib/ThemeResolver.js +38 -22
- package/esm5/lib/XButtonBridge.js +65 -57
- package/esm5/lib/XButtonGroupBridge.js +19 -15
- package/esm5/lib/XCheckboxBridge.js +8 -8
- package/esm5/lib/XComponentBridge.js +4 -2
- package/esm5/lib/XIconBridge.js +23 -23
- package/esm5/lib/XIconButtonBridge.js +7 -7
- package/esm5/lib/XInputBridge.js +18 -18
- package/esm5/lib/XPopupBridge.js +28 -28
- 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-button-component.js +567 -567
- package/esm5/lib/igc-x-button-group-component.js +184 -184
- package/esm5/lib/igc-x-icon-component.js +10 -10
- package/esm5/public_api.js +2 -1
- package/fesm2015/igniteui-webcomponents-inputs.js +4947 -4459
- package/fesm5/igniteui-webcomponents-inputs.js +4621 -4123
- package/lib/ButtonGroupView_combined.d.ts +181 -179
- package/lib/ButtonView_combined.d.ts +479 -478
- package/lib/IconView_combined.d.ts +33 -34
- package/lib/MultiSliderView_combined.d.ts +1 -1
- package/lib/ThemeResolver.d.ts +18 -15
- 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
|
@@ -312,31 +312,31 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
312
312
|
this.s = false;
|
|
313
313
|
this.ag = false;
|
|
314
314
|
this.c6 = null;
|
|
315
|
-
this.c1 = ThemeResolver.
|
|
315
|
+
this.c1 = ThemeResolver.aj(XCheckbox.m, BrushUtil.l(0, 0, 0, 0), BrushUtil.l(0, 0, 0, 0));
|
|
316
316
|
this.c3 = null;
|
|
317
317
|
this.c5 = null;
|
|
318
|
-
this.c0 = ThemeResolver.
|
|
318
|
+
this.c0 = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "TickColor");
|
|
319
319
|
this.c7 = null;
|
|
320
320
|
this.c4 = null;
|
|
321
321
|
this.bv = XCheckbox.k.v(XCheckbox.m, "CheckPath");
|
|
322
|
-
this.dj = XCheckbox.k.
|
|
323
|
-
this.dg = XCheckbox.k.
|
|
322
|
+
this.dj = XCheckbox.k.ag(XCheckbox.m, "UncheckedBorderColor");
|
|
323
|
+
this.dg = XCheckbox.k.ag(XCheckbox.m, "CheckedBorderColor");
|
|
324
324
|
this.as = XCheckbox.k.j(XCheckbox.m, "BorderWidth");
|
|
325
|
-
this.df = XCheckbox.k.
|
|
325
|
+
this.df = XCheckbox.k.ag(XCheckbox.m, "CheckedBackgroundColor");
|
|
326
326
|
this.at = XCheckbox.k.j(XCheckbox.m, "CornerRadius");
|
|
327
|
-
this.dh = XCheckbox.k.
|
|
327
|
+
this.dh = XCheckbox.k.ag(XCheckbox.m, "TickColor");
|
|
328
328
|
this.au = XCheckbox.k.j(XCheckbox.m, "TickStrokeWidth");
|
|
329
|
-
this.di = XCheckbox.k.
|
|
329
|
+
this.di = XCheckbox.k.ag(XCheckbox.m, "UncheckedBackgroundColor");
|
|
330
330
|
this.a5 = ThemeResolver.x(XCheckbox.m, XCheckbox.k, "CheckPath");
|
|
331
|
-
this.c2 = ThemeResolver.
|
|
332
|
-
this.cz = ThemeResolver.
|
|
331
|
+
this.c2 = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "UncheckedBorderColor");
|
|
332
|
+
this.cz = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "CheckedBorderColor");
|
|
333
333
|
this.ak = NaN;
|
|
334
334
|
this.ah = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "BorderWidth");
|
|
335
335
|
this.al = NaN;
|
|
336
336
|
this.am = NaN;
|
|
337
337
|
this.aj = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "TickStrokeWidth");
|
|
338
338
|
this.ai = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "CornerRadius");
|
|
339
|
-
this.cy = ThemeResolver.
|
|
339
|
+
this.cy = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "CheckedBackgroundColor");
|
|
340
340
|
this.a9 = "ig-native-checkbox-" + XCheckbox.a1++;
|
|
341
341
|
this.a8 = "ig-checkbox-" + XCheckbox.a0++;
|
|
342
342
|
this.ba = null;
|
|
@@ -491,18 +491,18 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
491
491
|
if (a == null || b == null) {
|
|
492
492
|
return;
|
|
493
493
|
}
|
|
494
|
-
NativeUI.
|
|
495
|
-
NativeUI.
|
|
494
|
+
NativeUI.p(a, new CornerRadius(0, this.ao));
|
|
495
|
+
NativeUI.p(b, new CornerRadius(0, this.ao));
|
|
496
496
|
if (!isNaN_(this.an)) {
|
|
497
|
-
NativeUI.
|
|
497
|
+
NativeUI.q(b, new Thickness(0, this.an));
|
|
498
498
|
}
|
|
499
499
|
if (this.checked) {
|
|
500
|
-
NativeUI.
|
|
501
|
-
NativeUI.
|
|
500
|
+
NativeUI.n(a, this.c8);
|
|
501
|
+
NativeUI.o(b, this.c9);
|
|
502
502
|
}
|
|
503
503
|
else {
|
|
504
|
-
NativeUI.
|
|
505
|
-
NativeUI.
|
|
504
|
+
NativeUI.n(a, this.db);
|
|
505
|
+
NativeUI.o(b, this.dc);
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
508
|
cw() {
|
|
@@ -510,8 +510,8 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
510
510
|
if (a == null) {
|
|
511
511
|
return;
|
|
512
512
|
}
|
|
513
|
-
NativeUI.
|
|
514
|
-
NativeUI.
|
|
513
|
+
NativeUI.ad(a, this.da);
|
|
514
|
+
NativeUI.ag(a, this.ap);
|
|
515
515
|
}
|
|
516
516
|
get dl() {
|
|
517
517
|
return this.c6;
|
|
@@ -585,14 +585,14 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
585
585
|
}
|
|
586
586
|
cx(a) {
|
|
587
587
|
this.bv = XCheckbox.k.v(a, "CheckPath");
|
|
588
|
-
this.dj = XCheckbox.k.
|
|
589
|
-
this.dg = XCheckbox.k.
|
|
588
|
+
this.dj = XCheckbox.k.ag(a, "UncheckedBorderColor");
|
|
589
|
+
this.dg = XCheckbox.k.ag(a, "CheckedBorderColor");
|
|
590
590
|
this.as = XCheckbox.k.j(a, "BorderWidth");
|
|
591
|
-
this.df = XCheckbox.k.
|
|
591
|
+
this.df = XCheckbox.k.ag(a, "CheckedBackgroundColor");
|
|
592
592
|
this.at = XCheckbox.k.j(a, "CornerRadius");
|
|
593
|
-
this.dh = XCheckbox.k.
|
|
593
|
+
this.dh = XCheckbox.k.ag(a, "TickColor");
|
|
594
594
|
this.au = XCheckbox.k.j(a, "TickStrokeWidth");
|
|
595
|
-
this.di = XCheckbox.k.
|
|
595
|
+
this.di = XCheckbox.k.ag(a, "UncheckedBackgroundColor");
|
|
596
596
|
}
|
|
597
597
|
get bf() {
|
|
598
598
|
return this.a5;
|
|
@@ -861,10 +861,10 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
861
861
|
cp() {
|
|
862
862
|
this.ck();
|
|
863
863
|
if (this.checked) {
|
|
864
|
-
this.view.al(BrushUtil.
|
|
864
|
+
this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.c8, 0.1));
|
|
865
865
|
}
|
|
866
866
|
else {
|
|
867
|
-
this.view.al(BrushUtil.
|
|
867
|
+
this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.dc, 0.1));
|
|
868
868
|
}
|
|
869
869
|
}
|
|
870
870
|
get a() {
|
|
@@ -919,13 +919,13 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
919
919
|
c = -1;
|
|
920
920
|
}
|
|
921
921
|
if (b) {
|
|
922
|
-
this.view.al(BrushUtil.
|
|
922
|
+
this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.c8, 0.1));
|
|
923
923
|
}
|
|
924
924
|
else {
|
|
925
|
-
this.view.al(BrushUtil.
|
|
925
|
+
this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.dc, 0.1));
|
|
926
926
|
}
|
|
927
927
|
if (!this.indeterminate) {
|
|
928
|
-
NativeUI.
|
|
928
|
+
NativeUI.ai(this.view.v, null);
|
|
929
929
|
}
|
|
930
930
|
if (this.z || this.indeterminate || a) {
|
|
931
931
|
let d = this.view.u;
|
|
@@ -944,23 +944,23 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
944
944
|
$ret.j = -this.view.l();
|
|
945
945
|
return $ret;
|
|
946
946
|
})()));
|
|
947
|
-
NativeUI.
|
|
948
|
-
NativeUI.
|
|
949
|
-
NativeUI.
|
|
950
|
-
NativeUI.
|
|
951
|
-
NativeUI.
|
|
947
|
+
NativeUI.n(d, this.c8);
|
|
948
|
+
NativeUI.o(e, this.c9);
|
|
949
|
+
NativeUI.ab(f, 1);
|
|
950
|
+
NativeUI.af(f, 41);
|
|
951
|
+
NativeUI.ai(f, g);
|
|
952
952
|
}
|
|
953
953
|
else if (b) {
|
|
954
|
-
NativeUI.
|
|
955
|
-
NativeUI.
|
|
956
|
-
NativeUI.
|
|
957
|
-
NativeUI.
|
|
954
|
+
NativeUI.n(d, this.c8);
|
|
955
|
+
NativeUI.o(e, this.c9);
|
|
956
|
+
NativeUI.ab(f, 1);
|
|
957
|
+
NativeUI.af(f, 0);
|
|
958
958
|
}
|
|
959
959
|
else {
|
|
960
|
-
NativeUI.
|
|
961
|
-
NativeUI.
|
|
962
|
-
NativeUI.
|
|
963
|
-
NativeUI.
|
|
960
|
+
NativeUI.n(d, this.db);
|
|
961
|
+
NativeUI.o(e, this.dc);
|
|
962
|
+
NativeUI.ab(f, 0);
|
|
963
|
+
NativeUI.af(f, 24);
|
|
964
964
|
}
|
|
965
965
|
if (this.o.playState == 1) {
|
|
966
966
|
this.o.cancel();
|
|
@@ -1056,11 +1056,11 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
1056
1056
|
XCheckbox.g = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
|
|
1057
1057
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
1058
1058
|
$ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
|
|
1059
|
-
$ret.addItem("UncheckedBorderColor", BrushUtil.
|
|
1060
|
-
$ret.addItem("CheckedBorderColor", BrushUtil.
|
|
1061
|
-
$ret.addItem("UncheckedBackgroundColor", BrushUtil.
|
|
1062
|
-
$ret.addItem("CheckedBackgroundColor", BrushUtil.
|
|
1063
|
-
$ret.addItem("TickColor", BrushUtil.
|
|
1059
|
+
$ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 153, 153, 153));
|
|
1060
|
+
$ret.addItem("CheckedBorderColor", BrushUtil.l(138, 33, 150, 243));
|
|
1061
|
+
$ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
|
|
1062
|
+
$ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 33, 150, 243));
|
|
1063
|
+
$ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
|
|
1064
1064
|
$ret.addItem("TickStrokeWidth", 3);
|
|
1065
1065
|
$ret.addItem("BorderWidth", NaN);
|
|
1066
1066
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -1069,11 +1069,11 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
1069
1069
|
XCheckbox.h = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
|
|
1070
1070
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
1071
1071
|
$ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
|
|
1072
|
-
$ret.addItem("UncheckedBorderColor", BrushUtil.
|
|
1073
|
-
$ret.addItem("CheckedBorderColor", BrushUtil.
|
|
1074
|
-
$ret.addItem("UncheckedBackgroundColor", BrushUtil.
|
|
1075
|
-
$ret.addItem("CheckedBackgroundColor", BrushUtil.
|
|
1076
|
-
$ret.addItem("TickColor", BrushUtil.
|
|
1072
|
+
$ret.addItem("UncheckedBorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
1073
|
+
$ret.addItem("CheckedBorderColor", BrushUtil.l(138, 0, 0, 0));
|
|
1074
|
+
$ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
|
|
1075
|
+
$ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 228, 28, 119));
|
|
1076
|
+
$ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
|
|
1077
1077
|
$ret.addItem("TickStrokeWidth", 3);
|
|
1078
1078
|
$ret.addItem("BorderWidth", NaN);
|
|
1079
1079
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -1082,11 +1082,11 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
1082
1082
|
XCheckbox.j = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
|
|
1083
1083
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
1084
1084
|
$ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
|
|
1085
|
-
$ret.addItem("UncheckedBorderColor", BrushUtil.
|
|
1086
|
-
$ret.addItem("CheckedBorderColor", BrushUtil.
|
|
1087
|
-
$ret.addItem("UncheckedBackgroundColor", BrushUtil.
|
|
1088
|
-
$ret.addItem("CheckedBackgroundColor", BrushUtil.
|
|
1089
|
-
$ret.addItem("TickColor", BrushUtil.
|
|
1085
|
+
$ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
|
|
1086
|
+
$ret.addItem("CheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
|
|
1087
|
+
$ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
|
|
1088
|
+
$ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 105, 136, 255));
|
|
1089
|
+
$ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
|
|
1090
1090
|
$ret.addItem("TickStrokeWidth", 3);
|
|
1091
1091
|
$ret.addItem("BorderWidth", 1);
|
|
1092
1092
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -1095,11 +1095,11 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
1095
1095
|
XCheckbox.i = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
|
|
1096
1096
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
1097
1097
|
$ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
|
|
1098
|
-
$ret.addItem("UncheckedBorderColor", BrushUtil.
|
|
1099
|
-
$ret.addItem("CheckedBorderColor", BrushUtil.
|
|
1100
|
-
$ret.addItem("UncheckedBackgroundColor", BrushUtil.
|
|
1101
|
-
$ret.addItem("CheckedBackgroundColor", BrushUtil.
|
|
1102
|
-
$ret.addItem("TickColor", BrushUtil.
|
|
1098
|
+
$ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
|
|
1099
|
+
$ret.addItem("CheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
|
|
1100
|
+
$ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 55, 63, 86));
|
|
1101
|
+
$ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 105, 136, 255));
|
|
1102
|
+
$ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
|
|
1103
1103
|
$ret.addItem("TickStrokeWidth", 3);
|
|
1104
1104
|
$ret.addItem("BorderWidth", 1);
|
|
1105
1105
|
$ret.addItem("CornerRadius", 2);
|
|
@@ -368,7 +368,7 @@ let XDatePicker = /*@__PURE__*/ (() => {
|
|
|
368
368
|
this.a8 = dateMinValue();
|
|
369
369
|
this.a7 = dateMinValue();
|
|
370
370
|
this.bk = "";
|
|
371
|
-
this.du = BrushUtil.
|
|
371
|
+
this.du = BrushUtil.l(255, 24, 29, 31);
|
|
372
372
|
this.z = null;
|
|
373
373
|
this.bm = "";
|
|
374
374
|
this.a5 = dateMinValue();
|
|
@@ -376,8 +376,8 @@ let XDatePicker = /*@__PURE__*/ (() => {
|
|
|
376
376
|
this.x = 2;
|
|
377
377
|
this.v = 1;
|
|
378
378
|
this.aa = null;
|
|
379
|
-
this.dv = BrushUtil.
|
|
380
|
-
this.dt = BrushUtil.
|
|
379
|
+
this.dv = BrushUtil.l(255, 24, 29, 31);
|
|
380
|
+
this.dt = BrushUtil.l(255, 163, 172, 184);
|
|
381
381
|
this.ao = true;
|
|
382
382
|
this.ap = false;
|
|
383
383
|
this.ag = true;
|
|
@@ -1454,7 +1454,7 @@ let XDatePicker = /*@__PURE__*/ (() => {
|
|
|
1454
1454
|
this.u = new Popup();
|
|
1455
1455
|
this.u.ar = this.aw;
|
|
1456
1456
|
this.u.ay = this.a3;
|
|
1457
|
-
this.u.c0 = BrushUtil.
|
|
1457
|
+
this.u.c0 = BrushUtil.l(255, 255, 255, 255);
|
|
1458
1458
|
this.u.a9 = 150;
|
|
1459
1459
|
this.h.at(this.u);
|
|
1460
1460
|
this.c = new XCalendar();
|