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.
Files changed (77) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +4621 -4122
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +642 -628
  4. package/esm2015/lib/ButtonView_combined.js +2039 -1746
  5. package/esm2015/lib/CalendarView_combined.js +160 -160
  6. package/esm2015/lib/CheckboxView_combined.js +62 -62
  7. package/esm2015/lib/DatePickerView_combined.js +4 -4
  8. package/esm2015/lib/IconView_combined.js +163 -163
  9. package/esm2015/lib/InputGroupView_combined.js +240 -240
  10. package/esm2015/lib/MultiSliderBridge.js +14 -14
  11. package/esm2015/lib/MultiSliderView_combined.js +17 -17
  12. package/esm2015/lib/NativeUIXInputsFactory_combined.js +202 -202
  13. package/esm2015/lib/RippleView_combined.js +3 -3
  14. package/esm2015/lib/ThemeResolver.js +38 -22
  15. package/esm2015/lib/XButtonBridge.js +65 -57
  16. package/esm2015/lib/XButtonGroupBridge.js +19 -15
  17. package/esm2015/lib/XCheckboxBridge.js +8 -8
  18. package/esm2015/lib/XComponentBridge.js +4 -2
  19. package/esm2015/lib/XIconBridge.js +23 -23
  20. package/esm2015/lib/XIconButtonBridge.js +7 -7
  21. package/esm2015/lib/XInputBridge.js +18 -18
  22. package/esm2015/lib/XPopupBridge.js +28 -28
  23. package/esm2015/lib/igc-multi-slider-thumb-collection.js +7 -7
  24. package/esm2015/lib/igc-multi-slider-thumb-component.js +271 -0
  25. package/esm2015/lib/igc-multi-slider-thumb-module.js +16 -0
  26. package/esm2015/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
  27. package/esm2015/lib/igc-multi-slider-track-thumb-range.js +5 -15
  28. package/esm2015/lib/igc-x-button-component.js +567 -567
  29. package/esm2015/lib/igc-x-button-group-component.js +184 -184
  30. package/esm2015/lib/igc-x-icon-component.js +10 -10
  31. package/esm2015/public_api.js +2 -1
  32. package/esm5/lib/ButtonGroupView_combined.js +620 -606
  33. package/esm5/lib/ButtonView_combined.js +1953 -1660
  34. package/esm5/lib/CalendarView_combined.js +160 -160
  35. package/esm5/lib/CheckboxView_combined.js +62 -62
  36. package/esm5/lib/DatePickerView_combined.js +4 -4
  37. package/esm5/lib/IconView_combined.js +158 -158
  38. package/esm5/lib/InputGroupView_combined.js +240 -240
  39. package/esm5/lib/MultiSliderBridge.js +14 -14
  40. package/esm5/lib/MultiSliderView_combined.js +17 -17
  41. package/esm5/lib/NativeUIXInputsFactory_combined.js +202 -202
  42. package/esm5/lib/RippleView_combined.js +3 -3
  43. package/esm5/lib/ThemeResolver.js +38 -22
  44. package/esm5/lib/XButtonBridge.js +65 -57
  45. package/esm5/lib/XButtonGroupBridge.js +19 -15
  46. package/esm5/lib/XCheckboxBridge.js +8 -8
  47. package/esm5/lib/XComponentBridge.js +4 -2
  48. package/esm5/lib/XIconBridge.js +23 -23
  49. package/esm5/lib/XIconButtonBridge.js +7 -7
  50. package/esm5/lib/XInputBridge.js +18 -18
  51. package/esm5/lib/XPopupBridge.js +28 -28
  52. package/esm5/lib/igc-multi-slider-thumb-collection.js +7 -7
  53. package/esm5/lib/igc-multi-slider-thumb-component.js +300 -0
  54. package/esm5/lib/igc-multi-slider-thumb-module.js +20 -0
  55. package/esm5/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
  56. package/esm5/lib/igc-multi-slider-track-thumb-range.js +5 -15
  57. package/esm5/lib/igc-x-button-component.js +567 -567
  58. package/esm5/lib/igc-x-button-group-component.js +184 -184
  59. package/esm5/lib/igc-x-icon-component.js +10 -10
  60. package/esm5/public_api.js +2 -1
  61. package/fesm2015/igniteui-webcomponents-inputs.js +4947 -4459
  62. package/fesm5/igniteui-webcomponents-inputs.js +4621 -4123
  63. package/lib/ButtonGroupView_combined.d.ts +181 -179
  64. package/lib/ButtonView_combined.d.ts +479 -478
  65. package/lib/IconView_combined.d.ts +33 -34
  66. package/lib/MultiSliderView_combined.d.ts +1 -1
  67. package/lib/ThemeResolver.d.ts +18 -15
  68. package/lib/igc-multi-slider-thumb-collection.d.ts +4 -4
  69. package/lib/igc-multi-slider-thumb-component.d.ts +53 -0
  70. package/lib/igc-multi-slider-thumb-module.d.ts +3 -0
  71. package/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
  72. package/lib/igc-multi-slider-track-thumb-range.d.ts +5 -5
  73. package/package.json +2 -2
  74. package/public_api.d.ts +2 -1
  75. package/esm2015/lib/igc-multi-slider-thumb.js +0 -109
  76. package/esm5/lib/igc-multi-slider-thumb.js +0 -132
  77. package/lib/igc-multi-slider-thumb.d.ts +0 -27
@@ -368,31 +368,31 @@ export var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
368
368
  _this.s = false;
369
369
  _this.ag = false;
370
370
  _this.c6 = null;
371
- _this.c1 = ThemeResolver.ah(XCheckbox.m, BrushUtil.j(0, 0, 0, 0), BrushUtil.j(0, 0, 0, 0));
371
+ _this.c1 = ThemeResolver.aj(XCheckbox.m, BrushUtil.l(0, 0, 0, 0), BrushUtil.l(0, 0, 0, 0));
372
372
  _this.c3 = null;
373
373
  _this.c5 = null;
374
- _this.c0 = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "TickColor");
374
+ _this.c0 = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "TickColor");
375
375
  _this.c7 = null;
376
376
  _this.c4 = null;
377
377
  _this.bv = XCheckbox.k.v(XCheckbox.m, "CheckPath");
378
- _this.dj = XCheckbox.k.ae(XCheckbox.m, "UncheckedBorderColor");
379
- _this.dg = XCheckbox.k.ae(XCheckbox.m, "CheckedBorderColor");
378
+ _this.dj = XCheckbox.k.ag(XCheckbox.m, "UncheckedBorderColor");
379
+ _this.dg = XCheckbox.k.ag(XCheckbox.m, "CheckedBorderColor");
380
380
  _this.as = XCheckbox.k.j(XCheckbox.m, "BorderWidth");
381
- _this.df = XCheckbox.k.ae(XCheckbox.m, "CheckedBackgroundColor");
381
+ _this.df = XCheckbox.k.ag(XCheckbox.m, "CheckedBackgroundColor");
382
382
  _this.at = XCheckbox.k.j(XCheckbox.m, "CornerRadius");
383
- _this.dh = XCheckbox.k.ae(XCheckbox.m, "TickColor");
383
+ _this.dh = XCheckbox.k.ag(XCheckbox.m, "TickColor");
384
384
  _this.au = XCheckbox.k.j(XCheckbox.m, "TickStrokeWidth");
385
- _this.di = XCheckbox.k.ae(XCheckbox.m, "UncheckedBackgroundColor");
385
+ _this.di = XCheckbox.k.ag(XCheckbox.m, "UncheckedBackgroundColor");
386
386
  _this.a5 = ThemeResolver.x(XCheckbox.m, XCheckbox.k, "CheckPath");
387
- _this.c2 = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "UncheckedBorderColor");
388
- _this.cz = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "CheckedBorderColor");
387
+ _this.c2 = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "UncheckedBorderColor");
388
+ _this.cz = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "CheckedBorderColor");
389
389
  _this.ak = NaN;
390
390
  _this.ah = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "BorderWidth");
391
391
  _this.al = NaN;
392
392
  _this.am = NaN;
393
393
  _this.aj = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "TickStrokeWidth");
394
394
  _this.ai = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "CornerRadius");
395
- _this.cy = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "CheckedBackgroundColor");
395
+ _this.cy = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "CheckedBackgroundColor");
396
396
  _this.a9 = "ig-native-checkbox-" + XCheckbox.a1++;
397
397
  _this.a8 = "ig-checkbox-" + XCheckbox.a0++;
398
398
  _this.ba = null;
@@ -556,18 +556,18 @@ export var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
556
556
  if (a == null || b == null) {
557
557
  return;
558
558
  }
559
- NativeUI.o(a, new CornerRadius(0, this.ao));
560
- NativeUI.o(b, new CornerRadius(0, this.ao));
559
+ NativeUI.p(a, new CornerRadius(0, this.ao));
560
+ NativeUI.p(b, new CornerRadius(0, this.ao));
561
561
  if (!isNaN_(this.an)) {
562
- NativeUI.p(b, new Thickness(0, this.an));
562
+ NativeUI.q(b, new Thickness(0, this.an));
563
563
  }
564
564
  if (this.checked) {
565
- NativeUI.m(a, this.c8);
566
- NativeUI.n(b, this.c9);
565
+ NativeUI.n(a, this.c8);
566
+ NativeUI.o(b, this.c9);
567
567
  }
568
568
  else {
569
- NativeUI.m(a, this.db);
570
- NativeUI.n(b, this.dc);
569
+ NativeUI.n(a, this.db);
570
+ NativeUI.o(b, this.dc);
571
571
  }
572
572
  };
573
573
  XCheckbox.prototype.cw = function () {
@@ -575,8 +575,8 @@ export var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
575
575
  if (a == null) {
576
576
  return;
577
577
  }
578
- NativeUI.aa(a, this.da);
579
- NativeUI.ad(a, this.ap);
578
+ NativeUI.ad(a, this.da);
579
+ NativeUI.ag(a, this.ap);
580
580
  };
581
581
  Object.defineProperty(XCheckbox.prototype, "dl", {
582
582
  get: function () {
@@ -678,14 +678,14 @@ export var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
678
678
  });
679
679
  XCheckbox.prototype.cx = function (a) {
680
680
  this.bv = XCheckbox.k.v(a, "CheckPath");
681
- this.dj = XCheckbox.k.ae(a, "UncheckedBorderColor");
682
- this.dg = XCheckbox.k.ae(a, "CheckedBorderColor");
681
+ this.dj = XCheckbox.k.ag(a, "UncheckedBorderColor");
682
+ this.dg = XCheckbox.k.ag(a, "CheckedBorderColor");
683
683
  this.as = XCheckbox.k.j(a, "BorderWidth");
684
- this.df = XCheckbox.k.ae(a, "CheckedBackgroundColor");
684
+ this.df = XCheckbox.k.ag(a, "CheckedBackgroundColor");
685
685
  this.at = XCheckbox.k.j(a, "CornerRadius");
686
- this.dh = XCheckbox.k.ae(a, "TickColor");
686
+ this.dh = XCheckbox.k.ag(a, "TickColor");
687
687
  this.au = XCheckbox.k.j(a, "TickStrokeWidth");
688
- this.di = XCheckbox.k.ae(a, "UncheckedBackgroundColor");
688
+ this.di = XCheckbox.k.ag(a, "UncheckedBackgroundColor");
689
689
  };
690
690
  Object.defineProperty(XCheckbox.prototype, "bf", {
691
691
  get: function () {
@@ -1062,10 +1062,10 @@ export var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1062
1062
  XCheckbox.prototype.cp = function () {
1063
1063
  this.ck();
1064
1064
  if (this.checked) {
1065
- this.view.al(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.c8, 0.1));
1065
+ this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.c8, 0.1));
1066
1066
  }
1067
1067
  else {
1068
- this.view.al(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.dc, 0.1));
1068
+ this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.dc, 0.1));
1069
1069
  }
1070
1070
  };
1071
1071
  Object.defineProperty(XCheckbox.prototype, "a", {
@@ -1125,13 +1125,13 @@ export var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1125
1125
  c = -1;
1126
1126
  }
1127
1127
  if (b) {
1128
- this.view.al(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.c8, 0.1));
1128
+ this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.c8, 0.1));
1129
1129
  }
1130
1130
  else {
1131
- this.view.al(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.dc, 0.1));
1131
+ this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.dc, 0.1));
1132
1132
  }
1133
1133
  if (!this.indeterminate) {
1134
- NativeUI.af(this.view.v, null);
1134
+ NativeUI.ai(this.view.v, null);
1135
1135
  }
1136
1136
  if (this.z || this.indeterminate || a) {
1137
1137
  var d = this.view.u;
@@ -1150,23 +1150,23 @@ export var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1150
1150
  $ret.j = -_this.view.l();
1151
1151
  return $ret;
1152
1152
  })()));
1153
- NativeUI.m(d, this.c8);
1154
- NativeUI.n(e, this.c9);
1155
- NativeUI.y(f, 1);
1156
- NativeUI.ac(f, 41);
1157
- NativeUI.af(f, g);
1153
+ NativeUI.n(d, this.c8);
1154
+ NativeUI.o(e, this.c9);
1155
+ NativeUI.ab(f, 1);
1156
+ NativeUI.af(f, 41);
1157
+ NativeUI.ai(f, g);
1158
1158
  }
1159
1159
  else if (b) {
1160
- NativeUI.m(d, this.c8);
1161
- NativeUI.n(e, this.c9);
1162
- NativeUI.y(f, 1);
1163
- NativeUI.ac(f, 0);
1160
+ NativeUI.n(d, this.c8);
1161
+ NativeUI.o(e, this.c9);
1162
+ NativeUI.ab(f, 1);
1163
+ NativeUI.af(f, 0);
1164
1164
  }
1165
1165
  else {
1166
- NativeUI.m(d, this.db);
1167
- NativeUI.n(e, this.dc);
1168
- NativeUI.y(f, 0);
1169
- NativeUI.ac(f, 24);
1166
+ NativeUI.n(d, this.db);
1167
+ NativeUI.o(e, this.dc);
1168
+ NativeUI.ab(f, 0);
1169
+ NativeUI.af(f, 24);
1170
1170
  }
1171
1171
  if (this.o.playState == 1) {
1172
1172
  this.o.cancel();
@@ -1261,11 +1261,11 @@ export var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1261
1261
  XCheckbox.g = ThemeResolver.a(((function () {
1262
1262
  var $ret = new Dictionary$2(String_$type, Base.$, 0);
1263
1263
  $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1264
- $ret.addItem("UncheckedBorderColor", BrushUtil.j(255, 153, 153, 153));
1265
- $ret.addItem("CheckedBorderColor", BrushUtil.j(138, 33, 150, 243));
1266
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 255, 255, 255));
1267
- $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 33, 150, 243));
1268
- $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1264
+ $ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 153, 153, 153));
1265
+ $ret.addItem("CheckedBorderColor", BrushUtil.l(138, 33, 150, 243));
1266
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
1267
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 33, 150, 243));
1268
+ $ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
1269
1269
  $ret.addItem("TickStrokeWidth", 3);
1270
1270
  $ret.addItem("BorderWidth", NaN);
1271
1271
  $ret.addItem("CornerRadius", 2);
@@ -1274,11 +1274,11 @@ export var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1274
1274
  XCheckbox.h = ThemeResolver.a(((function () {
1275
1275
  var $ret = new Dictionary$2(String_$type, Base.$, 0);
1276
1276
  $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1277
- $ret.addItem("UncheckedBorderColor", BrushUtil.j(138, 0, 0, 0));
1278
- $ret.addItem("CheckedBorderColor", BrushUtil.j(138, 0, 0, 0));
1279
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 255, 255, 255));
1280
- $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 228, 28, 119));
1281
- $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1277
+ $ret.addItem("UncheckedBorderColor", BrushUtil.l(138, 0, 0, 0));
1278
+ $ret.addItem("CheckedBorderColor", BrushUtil.l(138, 0, 0, 0));
1279
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
1280
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 228, 28, 119));
1281
+ $ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
1282
1282
  $ret.addItem("TickStrokeWidth", 3);
1283
1283
  $ret.addItem("BorderWidth", NaN);
1284
1284
  $ret.addItem("CornerRadius", 2);
@@ -1287,11 +1287,11 @@ export var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1287
1287
  XCheckbox.j = ThemeResolver.a(((function () {
1288
1288
  var $ret = new Dictionary$2(String_$type, Base.$, 0);
1289
1289
  $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
1290
- $ret.addItem("UncheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1291
- $ret.addItem("CheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1292
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 255, 255, 255));
1293
- $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 105, 136, 255));
1294
- $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1290
+ $ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
1291
+ $ret.addItem("CheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
1292
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
1293
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 105, 136, 255));
1294
+ $ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
1295
1295
  $ret.addItem("TickStrokeWidth", 3);
1296
1296
  $ret.addItem("BorderWidth", 1);
1297
1297
  $ret.addItem("CornerRadius", 2);
@@ -1300,11 +1300,11 @@ export var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1300
1300
  XCheckbox.i = ThemeResolver.a(((function () {
1301
1301
  var $ret = new Dictionary$2(String_$type, Base.$, 0);
1302
1302
  $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
1303
- $ret.addItem("UncheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1304
- $ret.addItem("CheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1305
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 55, 63, 86));
1306
- $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 105, 136, 255));
1307
- $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1303
+ $ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
1304
+ $ret.addItem("CheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
1305
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 55, 63, 86));
1306
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 105, 136, 255));
1307
+ $ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
1308
1308
  $ret.addItem("TickStrokeWidth", 3);
1309
1309
  $ret.addItem("BorderWidth", 1);
1310
1310
  $ret.addItem("CornerRadius", 2);
@@ -378,7 +378,7 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
378
378
  _this.a8 = dateMinValue();
379
379
  _this.a7 = dateMinValue();
380
380
  _this.bk = "";
381
- _this.du = BrushUtil.j(255, 24, 29, 31);
381
+ _this.du = BrushUtil.l(255, 24, 29, 31);
382
382
  _this.z = null;
383
383
  _this.bm = "";
384
384
  _this.a5 = dateMinValue();
@@ -386,8 +386,8 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
386
386
  _this.x = 2;
387
387
  _this.v = 1;
388
388
  _this.aa = null;
389
- _this.dv = BrushUtil.j(255, 24, 29, 31);
390
- _this.dt = BrushUtil.j(255, 163, 172, 184);
389
+ _this.dv = BrushUtil.l(255, 24, 29, 31);
390
+ _this.dt = BrushUtil.l(255, 163, 172, 184);
391
391
  _this.ao = true;
392
392
  _this.ap = false;
393
393
  _this.ag = true;
@@ -1577,7 +1577,7 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1577
1577
  this.u = new Popup();
1578
1578
  this.u.ar = this.aw;
1579
1579
  this.u.ay = this.a3;
1580
- this.u.c0 = BrushUtil.j(255, 255, 255, 255);
1580
+ this.u.c0 = BrushUtil.l(255, 255, 255, 255);
1581
1581
  this.u.a9 = 150;
1582
1582
  this.h.at(this.u);
1583
1583
  this.c = new XCalendar();