igniteui-angular-inputs 17.3.1-alpha.0 → 18.1.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.
Files changed (67) hide show
  1. package/bundles/igniteui-angular-inputs.umd.js +971 -753
  2. package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupVisualModelExport.js +1 -1
  4. package/esm2015/lib/ButtonView_combined.js +28 -33
  5. package/esm2015/lib/ButtonVisualModelExport.js +14 -13
  6. package/esm2015/lib/CalendarView_combined.js +2 -0
  7. package/esm2015/lib/CalendarVisualModelExport.js +1 -1
  8. package/esm2015/lib/CheckboxView_combined.js +2 -2
  9. package/esm2015/lib/DatePickerView_combined.js +325 -322
  10. package/esm2015/lib/IconView_combined.js +310 -201
  11. package/esm2015/lib/IconVisualModelExport.js +46 -33
  12. package/esm2015/lib/NativeUIXInputsFactory.js +9 -9
  13. package/esm2015/lib/TextBlockVisualModelExport.js +64 -0
  14. package/esm2015/lib/XButtonBridge.js +11 -4
  15. package/esm2015/lib/XCheckboxBridge.js +19 -0
  16. package/esm2015/lib/{DatePicker.js → XDatePicker.js} +1 -1
  17. package/esm2015/lib/XIconBridge.js +6 -0
  18. package/esm2015/lib/XIconButtonBridge.js +1 -1
  19. package/esm2015/lib/XInputBridge.js +3 -0
  20. package/esm2015/lib/XPopupBridge.js +11 -8
  21. package/esm2015/lib/{igx-date-picker-component.js → igx-x-date-picker-component.js} +40 -40
  22. package/esm2015/lib/{igx-date-picker-dynamic-module.js → igx-x-date-picker-dynamic-module.js} +20 -20
  23. package/esm2015/lib/{igx-date-picker-module.js → igx-x-date-picker-module.js} +14 -14
  24. package/esm2015/public_api.js +5 -4
  25. package/esm5/lib/ButtonGroupVisualModelExport.js +1 -1
  26. package/esm5/lib/ButtonView_combined.js +33 -38
  27. package/esm5/lib/ButtonVisualModelExport.js +14 -13
  28. package/esm5/lib/CalendarView_combined.js +2 -0
  29. package/esm5/lib/CalendarVisualModelExport.js +1 -1
  30. package/esm5/lib/CheckboxView_combined.js +2 -2
  31. package/esm5/lib/DatePickerView_combined.js +336 -333
  32. package/esm5/lib/IconView_combined.js +308 -199
  33. package/esm5/lib/IconVisualModelExport.js +50 -33
  34. package/esm5/lib/NativeUIXInputsFactory.js +9 -9
  35. package/esm5/lib/TextBlockVisualModelExport.js +66 -0
  36. package/esm5/lib/XButtonBridge.js +11 -4
  37. package/esm5/lib/XCheckboxBridge.js +19 -0
  38. package/esm5/lib/{DatePicker.js → XDatePicker.js} +1 -1
  39. package/esm5/lib/XIconBridge.js +6 -0
  40. package/esm5/lib/XIconButtonBridge.js +1 -1
  41. package/esm5/lib/XInputBridge.js +3 -0
  42. package/esm5/lib/XPopupBridge.js +11 -8
  43. package/esm5/lib/{igx-date-picker-component.js → igx-x-date-picker-component.js} +87 -87
  44. package/esm5/lib/{igx-date-picker-dynamic-module.js → igx-x-date-picker-dynamic-module.js} +21 -21
  45. package/esm5/lib/{igx-date-picker-module.js → igx-x-date-picker-module.js} +15 -15
  46. package/esm5/public_api.js +5 -4
  47. package/fesm2015/igniteui-angular-inputs.js +906 -693
  48. package/fesm5/igniteui-angular-inputs.js +968 -751
  49. package/lib/ButtonVisualModelExport.d.ts +6 -5
  50. package/lib/DatePickerView_combined.d.ts +75 -74
  51. package/lib/IconView_combined.d.ts +35 -32
  52. package/lib/IconVisualModelExport.d.ts +17 -12
  53. package/lib/TextBlockVisualModelExport.d.ts +21 -0
  54. package/lib/XButtonBridge.d.ts +1 -0
  55. package/lib/XCheckboxBridge.d.ts +1 -0
  56. package/lib/XDatePicker.d.ts +1 -0
  57. package/lib/XIconBridge.d.ts +1 -0
  58. package/lib/XInputBridge.d.ts +1 -0
  59. package/lib/XPopupBridge.d.ts +1 -0
  60. package/lib/{igx-date-picker-component.d.ts → igx-x-date-picker-component.d.ts} +6 -6
  61. package/lib/igx-x-date-picker-dynamic-module.d.ts +13 -0
  62. package/lib/igx-x-date-picker-module.d.ts +13 -0
  63. package/package.json +5 -5
  64. package/public_api.d.ts +5 -4
  65. package/lib/DatePicker.d.ts +0 -1
  66. package/lib/igx-date-picker-dynamic-module.d.ts +0 -13
  67. package/lib/igx-date-picker-module.d.ts +0 -13
@@ -65,7 +65,7 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
65
65
  });
66
66
  DatePickerView.prototype.ak = function (a) {
67
67
  if (a == null) {
68
- this.b.cq();
68
+ this.b.cr();
69
69
  if (this.d != null) {
70
70
  var b = this.d.rootWrapper.getChildAt(0);
71
71
  b.unlistenAll();
@@ -91,7 +91,7 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
91
91
  DatePickerView.prototype.ad = function () {
92
92
  if (this.d != null) {
93
93
  this.k = this.d.rootWrapper.getChildAt(0);
94
- this.k.setAttribute("tabIndex", this.b.be.toString());
94
+ this.k.setAttribute("tabIndex", this.b.bf.toString());
95
95
  this.k.setStyleProperty("display", "flex");
96
96
  this.k.setStyleProperty("height", "100%");
97
97
  this.l = this.d.createElement("div");
@@ -104,7 +104,7 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
104
104
  this.i = this.d.createElement("div");
105
105
  this.i.setAttribute("aria-hidden", "true");
106
106
  this.h = this.d.createElement("div");
107
- this.b.cr();
107
+ this.b.cs();
108
108
  this.j.getChildAt(0).setAttribute("aria-expanded", "fasle");
109
109
  this.j.getChildAt(0).setAttribute("aria-invalid", "false");
110
110
  this.f.setStyleProperty("height", "16px");
@@ -190,7 +190,7 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
190
190
  };
191
191
  DatePickerView.prototype.av = function () {
192
192
  if (this.f != null) {
193
- if (this.b.az == true) {
193
+ if (this.b.a0 == true) {
194
194
  this.f.show();
195
195
  }
196
196
  else {
@@ -204,7 +204,7 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
204
204
  }
205
205
  };
206
206
  DatePickerView.prototype.ax = function () {
207
- this.k.setAttribute("tabIndex", this.b.be.toString());
207
+ this.k.setAttribute("tabIndex", this.b.bf.toString());
208
208
  };
209
209
  DatePickerView.prototype.an = function () {
210
210
  this.o.observe(document, { childList: true, subtree: true });
@@ -219,9 +219,9 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
219
219
  this.e.setStyleProperty("width", "100%");
220
220
  this.e.setStyleProperty("height", "100%");
221
221
  this.e.setStyleProperty("display", "flex");
222
- this.b.cs();
222
+ this.b.ct();
223
223
  this.e.parent().setStyleProperty("height", "100%");
224
- if (this.b.a1 == true) {
224
+ if (this.b.a2 == true) {
225
225
  this.e.parent().parent().setStyleProperty("max-width", "245px");
226
226
  }
227
227
  else {
@@ -231,7 +231,7 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
231
231
  };
232
232
  DatePickerView.prototype.z = function () {
233
233
  if (this.d != null) {
234
- if (this.b.a1 == true) {
234
+ if (this.b.a2 == true) {
235
235
  this.e.parent().parent().setStyleProperty("max-width", "245px");
236
236
  }
237
237
  else {
@@ -260,60 +260,60 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
260
260
  if (this.b.av == true) {
261
261
  return;
262
262
  }
263
- this.b.cp();
263
+ this.b.cq();
264
264
  if (this.f != null) {
265
265
  this.f.hide();
266
266
  }
267
267
  };
268
268
  DatePickerView.prototype.aa = function (a) {
269
- this.b.c8();
269
+ this.b.c9();
270
270
  };
271
271
  DatePickerView.prototype.ab = function (a) {
272
- this.b.c9();
272
+ this.b.da();
273
273
  };
274
274
  DatePickerView.prototype.ag = function (a) {
275
275
  a.stopPropagation();
276
- this.b.cx();
276
+ this.b.cy();
277
277
  };
278
278
  DatePickerView.prototype.y = function (a) {
279
279
  var b = a.which;
280
280
  if (b == 27) {
281
- this.b.cq();
281
+ this.b.cr();
282
282
  }
283
283
  };
284
284
  DatePickerView.prototype.w = function (a) {
285
285
  this.b.focus();
286
286
  var b = (a.originalEvent.relatedTarget);
287
287
  if (!this.c(b)) {
288
- this.b.c3();
288
+ this.b.c4();
289
289
  }
290
290
  };
291
291
  DatePickerView.prototype.x = function (a) {
292
292
  var b = (a.originalEvent.relatedTarget);
293
293
  if (!this.c(b)) {
294
- this.b.cw();
295
- this.b.c4();
294
+ this.b.cx();
295
+ this.b.c5();
296
296
  }
297
297
  };
298
298
  DatePickerView.prototype.al = function (a, b) {
299
299
  if (this.d != null) {
300
300
  var c = this.d.rootWrapper.getNativeElement();
301
301
  if (!document.documentElement.contains(c)) {
302
- this.b.cq();
302
+ this.b.cr();
303
303
  }
304
304
  }
305
305
  else {
306
- this.b.cq();
306
+ this.b.cr();
307
307
  }
308
308
  };
309
309
  DatePickerView.prototype.document_Click = function (a) {
310
310
  var b = a.target;
311
311
  if (!this.c(b)) {
312
- this.b.cq();
312
+ this.b.cr();
313
313
  }
314
314
  };
315
315
  DatePickerView.prototype.window_Resize = function (a) {
316
- this.b.dm();
316
+ this.b.dn();
317
317
  };
318
318
  DatePickerView.prototype.a0 = function (a) {
319
319
  if (this.d != null) {
@@ -351,9 +351,9 @@ export { DatePickerView };
351
351
  /**
352
352
  * @hidden
353
353
  */
354
- var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
355
- __extends(DatePicker, _super);
356
- function DatePicker() {
354
+ var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
355
+ __extends(XDatePicker, _super);
356
+ function XDatePicker() {
357
357
  var _this = _super.call(this) || this;
358
358
  _this.h = null;
359
359
  _this.u = null;
@@ -363,32 +363,32 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
363
363
  _this.m = null;
364
364
  _this.n = null;
365
365
  _this.c = null;
366
- _this.bg = "dd";
367
- _this.bk = "mm";
368
- _this.bn = "yyyy";
369
- _this.bh = "mdy";
370
- _this.bm = "/";
366
+ _this.bh = "dd";
367
+ _this.bl = "mm";
368
+ _this.bo = "yyyy";
369
+ _this.bi = "mdy";
370
+ _this.bn = "/";
371
371
  _this.ah = false;
372
372
  _this.at = false;
373
373
  _this.ar = false;
374
- _this.a5 = dateMinValue();
374
+ _this.a6 = dateMinValue();
375
375
  _this.ai = false;
376
376
  _this.propertyChanged = null;
377
377
  _this.selectedValueChanged = null;
378
378
  _this.ae = null;
379
+ _this.a8 = dateMinValue();
379
380
  _this.a7 = dateMinValue();
380
- _this.a6 = dateMinValue();
381
- _this.bj = "";
382
- _this.dt = BrushUtil.h(255, 24, 29, 31);
381
+ _this.bk = "";
382
+ _this.du = BrushUtil.h(255, 24, 29, 31);
383
383
  _this.z = null;
384
- _this.bl = "";
385
- _this.a4 = dateMinValue();
386
- _this.a3 = dateMaxValue();
384
+ _this.bm = "";
385
+ _this.a5 = dateMinValue();
386
+ _this.a4 = dateMaxValue();
387
387
  _this.x = 2;
388
388
  _this.v = 1;
389
389
  _this.aa = null;
390
- _this.du = BrushUtil.h(255, 24, 29, 31);
391
- _this.ds = BrushUtil.h(255, 163, 172, 184);
390
+ _this.dv = BrushUtil.h(255, 24, 29, 31);
391
+ _this.dt = BrushUtil.h(255, 163, 172, 184);
392
392
  _this.ao = true;
393
393
  _this.ap = false;
394
394
  _this.ag = true;
@@ -398,9 +398,9 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
398
398
  _this.aq = false;
399
399
  _this.a = new DateTimeValueFormatter();
400
400
  _this.d = 0;
401
- _this.bi = null;
401
+ _this.bj = null;
402
402
  _this.aj = false;
403
- _this.bd = 0;
403
+ _this.be = 0;
404
404
  _this.ak = false;
405
405
  _this.am = false;
406
406
  _this.as = false;
@@ -413,15 +413,15 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
413
413
  a.b = _this;
414
414
  _this.h = a;
415
415
  _this.h.am();
416
- _this.co();
416
+ _this.cp();
417
417
  return _this;
418
418
  }
419
- DatePicker.prototype.db = function (a, b) {
419
+ XDatePicker.prototype.dc = function (a, b) {
420
420
  if (this.u != null) {
421
421
  this.ah = true;
422
- this.cq();
422
+ this.cr();
423
423
  }
424
- this.dl();
424
+ this.dm();
425
425
  if (this.selectedValueChanged != null) {
426
426
  this.selectedValueChanged(this, ((function () {
427
427
  var $ret = new SelectedValueChangedEventArgs();
@@ -431,28 +431,28 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
431
431
  })()));
432
432
  }
433
433
  if (this.ai) {
434
- this.df();
434
+ this.dg();
435
435
  }
436
436
  };
437
- DatePicker.prototype.notifySizeChanged = function () {
437
+ XDatePicker.prototype.notifySizeChanged = function () {
438
438
  this.h.ai();
439
439
  };
440
- DatePicker.prototype.destroy = function () {
440
+ XDatePicker.prototype.destroy = function () {
441
441
  if (this.c != null) {
442
442
  var a = this.c;
443
- a.selectedValueChanged = delegateRemove(a.selectedValueChanged, runOn(this, this.cn));
443
+ a.selectedValueChanged = delegateRemove(a.selectedValueChanged, runOn(this, this.co));
444
444
  var b = this.c;
445
- b.close = delegateRemove(b.close, runOn(this, this.cm));
445
+ b.close = delegateRemove(b.close, runOn(this, this.cn));
446
446
  }
447
447
  this.provideContainer(null);
448
448
  };
449
- DatePicker.prototype.provideContainer = function (a) {
449
+ XDatePicker.prototype.provideContainer = function (a) {
450
450
  this.h.ak(a);
451
451
  };
452
- DatePicker.prototype.setName = function (a) {
452
+ XDatePicker.prototype.setName = function (a) {
453
453
  this.o.e = a;
454
454
  };
455
- Object.defineProperty(DatePicker.prototype, "af", {
455
+ Object.defineProperty(XDatePicker.prototype, "af", {
456
456
  get: function () {
457
457
  if (this.ae == null) {
458
458
  this.ae = new SRProvider(this.h.d);
@@ -463,64 +463,64 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
463
463
  enumerable: false,
464
464
  configurable: true
465
465
  });
466
- Object.defineProperty(DatePicker.prototype, "value", {
466
+ Object.defineProperty(XDatePicker.prototype, "value", {
467
467
  get: function () {
468
- return this.a7;
468
+ return this.a8;
469
469
  },
470
470
  set: function (a) {
471
- var b = this.a7;
472
- this.a5 = b;
473
- this.a7 = a;
474
- if (+b != +(this.a7)) {
475
- this.da("Value", b, this.a7);
471
+ var b = this.a8;
472
+ this.a6 = b;
473
+ this.a8 = a;
474
+ if (+b != +(this.a8)) {
475
+ this.db("Value", b, this.a8);
476
476
  }
477
477
  },
478
478
  enumerable: false,
479
479
  configurable: true
480
480
  });
481
- Object.defineProperty(DatePicker.prototype, "ba", {
481
+ Object.defineProperty(XDatePicker.prototype, "bb", {
482
482
  get: function () {
483
- return this.a6;
483
+ return this.a7;
484
484
  },
485
485
  set: function (a) {
486
- var b = this.a6;
487
- this.a6 = a;
488
- if (+b != +(this.a6)) {
489
- this.da("Today", b, this.a6);
486
+ var b = this.a7;
487
+ this.a7 = a;
488
+ if (+b != +(this.a7)) {
489
+ this.db("Today", b, this.a7);
490
490
  }
491
491
  },
492
492
  enumerable: false,
493
493
  configurable: true
494
494
  });
495
- Object.defineProperty(DatePicker.prototype, "b3", {
495
+ Object.defineProperty(XDatePicker.prototype, "b4", {
496
496
  get: function () {
497
- return this.bj;
497
+ return this.bk;
498
498
  },
499
499
  set: function (a) {
500
- var b = this.bj;
501
- this.bj = a;
502
- if (b != this.bj) {
503
- this.da("Label", b, this.bj);
500
+ var b = this.bk;
501
+ this.bk = a;
502
+ if (b != this.bk) {
503
+ this.db("Label", b, this.bk);
504
504
  }
505
505
  },
506
506
  enumerable: false,
507
507
  configurable: true
508
508
  });
509
- Object.defineProperty(DatePicker.prototype, "dw", {
509
+ Object.defineProperty(XDatePicker.prototype, "dx", {
510
510
  get: function () {
511
- return this.dt;
511
+ return this.du;
512
512
  },
513
513
  set: function (a) {
514
- var b = this.dt;
515
- this.dt = a;
516
- if (b != this.dt) {
517
- this.da("LabelTextColor", b, a);
514
+ var b = this.du;
515
+ this.du = a;
516
+ if (b != this.du) {
517
+ this.db("LabelTextColor", b, a);
518
518
  }
519
519
  },
520
520
  enumerable: false,
521
521
  configurable: true
522
522
  });
523
- Object.defineProperty(DatePicker.prototype, "ac", {
523
+ Object.defineProperty(XDatePicker.prototype, "ac", {
524
524
  get: function () {
525
525
  return this.z;
526
526
  },
@@ -528,55 +528,55 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
528
528
  var b = this.z;
529
529
  this.z = a;
530
530
  if (b != this.z) {
531
- this.da("LabelTextStyle", b, this.z);
531
+ this.db("LabelTextStyle", b, this.z);
532
532
  }
533
533
  },
534
534
  enumerable: false,
535
535
  configurable: true
536
536
  });
537
- Object.defineProperty(DatePicker.prototype, "cb", {
537
+ Object.defineProperty(XDatePicker.prototype, "cc", {
538
538
  get: function () {
539
- return this.bl;
539
+ return this.bm;
540
540
  },
541
541
  set: function (a) {
542
- var b = this.bl;
543
- this.bl = a;
544
- if (b != this.bl) {
545
- this.da("Placeholder", b, this.bl);
542
+ var b = this.bm;
543
+ this.bm = a;
544
+ if (b != this.bm) {
545
+ this.db("Placeholder", b, this.bm);
546
546
  }
547
547
  },
548
548
  enumerable: false,
549
549
  configurable: true
550
550
  });
551
- Object.defineProperty(DatePicker.prototype, "a9", {
551
+ Object.defineProperty(XDatePicker.prototype, "ba", {
552
552
  get: function () {
553
- return this.a4;
553
+ return this.a5;
554
554
  },
555
555
  set: function (a) {
556
- var b = this.a4;
557
- this.a4 = a;
558
- if (+b != +(this.a4)) {
559
- this.da("MinDate", b, this.a4);
556
+ var b = this.a5;
557
+ this.a5 = a;
558
+ if (+b != +(this.a5)) {
559
+ this.db("MinDate", b, this.a5);
560
560
  }
561
561
  },
562
562
  enumerable: false,
563
563
  configurable: true
564
564
  });
565
- Object.defineProperty(DatePicker.prototype, "a8", {
565
+ Object.defineProperty(XDatePicker.prototype, "a9", {
566
566
  get: function () {
567
- return this.a3;
567
+ return this.a4;
568
568
  },
569
569
  set: function (a) {
570
- var b = this.a3;
571
- this.a3 = a;
572
- if (+b != +(this.a3)) {
573
- this.da("MaxDate", b, this.a3);
570
+ var b = this.a4;
571
+ this.a4 = a;
572
+ if (+b != +(this.a4)) {
573
+ this.db("MaxDate", b, this.a4);
574
574
  }
575
575
  },
576
576
  enumerable: false,
577
577
  configurable: true
578
578
  });
579
- Object.defineProperty(DatePicker.prototype, "y", {
579
+ Object.defineProperty(XDatePicker.prototype, "y", {
580
580
  get: function () {
581
581
  return this.x;
582
582
  },
@@ -584,13 +584,13 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
584
584
  var b = this.x;
585
585
  this.x = a;
586
586
  if (b != this.x) {
587
- this.da("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.x));
587
+ this.db("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.x));
588
588
  }
589
589
  },
590
590
  enumerable: false,
591
591
  configurable: true
592
592
  });
593
- Object.defineProperty(DatePicker.prototype, "w", {
593
+ Object.defineProperty(XDatePicker.prototype, "w", {
594
594
  get: function () {
595
595
  return this.v;
596
596
  },
@@ -598,13 +598,13 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
598
598
  var b = this.v;
599
599
  this.v = a;
600
600
  if (b != this.v) {
601
- this.da("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.v));
601
+ this.db("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.v));
602
602
  }
603
603
  },
604
604
  enumerable: false,
605
605
  configurable: true
606
606
  });
607
- Object.defineProperty(DatePicker.prototype, "ad", {
607
+ Object.defineProperty(XDatePicker.prototype, "ad", {
608
608
  get: function () {
609
609
  return this.aa;
610
610
  },
@@ -612,41 +612,41 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
612
612
  var b = this.aa;
613
613
  this.aa = a;
614
614
  if (b != this.aa) {
615
- this.da("TextStyle", b, this.aa);
615
+ this.db("TextStyle", b, this.aa);
616
616
  }
617
617
  },
618
618
  enumerable: false,
619
619
  configurable: true
620
620
  });
621
- Object.defineProperty(DatePicker.prototype, "dx", {
621
+ Object.defineProperty(XDatePicker.prototype, "dy", {
622
622
  get: function () {
623
- return this.du;
623
+ return this.dv;
624
624
  },
625
625
  set: function (a) {
626
- var b = this.du;
627
- this.du = a;
628
- if (b != this.du) {
629
- this.da("TextColor", b, this.du);
626
+ var b = this.dv;
627
+ this.dv = a;
628
+ if (b != this.dv) {
629
+ this.db("TextColor", b, this.dv);
630
630
  }
631
631
  },
632
632
  enumerable: false,
633
633
  configurable: true
634
634
  });
635
- Object.defineProperty(DatePicker.prototype, "dv", {
635
+ Object.defineProperty(XDatePicker.prototype, "dw", {
636
636
  get: function () {
637
- return this.ds;
637
+ return this.dt;
638
638
  },
639
639
  set: function (a) {
640
- var b = this.ds;
641
- this.ds = a;
642
- if (b != this.ds) {
643
- this.da("IconColor", b, this.ds);
640
+ var b = this.dt;
641
+ this.dt = a;
642
+ if (b != this.dt) {
643
+ this.db("IconColor", b, this.dt);
644
644
  }
645
645
  },
646
646
  enumerable: false,
647
647
  configurable: true
648
648
  });
649
- Object.defineProperty(DatePicker.prototype, "az", {
649
+ Object.defineProperty(XDatePicker.prototype, "a0", {
650
650
  get: function () {
651
651
  return this.ao;
652
652
  },
@@ -654,13 +654,13 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
654
654
  var b = this.ao;
655
655
  this.ao = a;
656
656
  if (b != this.ao) {
657
- this.da("ShowClearButton", b, this.ao);
657
+ this.db("ShowClearButton", b, this.ao);
658
658
  }
659
659
  },
660
660
  enumerable: false,
661
661
  configurable: true
662
662
  });
663
- Object.defineProperty(DatePicker.prototype, "a0", {
663
+ Object.defineProperty(XDatePicker.prototype, "a1", {
664
664
  get: function () {
665
665
  return this.ap;
666
666
  },
@@ -668,13 +668,13 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
668
668
  var b = this.ap;
669
669
  this.ap = a;
670
670
  if (b != this.ap) {
671
- this.da("ShowTodayButton", b, this.ap);
671
+ this.db("ShowTodayButton", b, this.ap);
672
672
  }
673
673
  },
674
674
  enumerable: false,
675
675
  configurable: true
676
676
  });
677
- Object.defineProperty(DatePicker.prototype, "au", {
677
+ Object.defineProperty(XDatePicker.prototype, "au", {
678
678
  get: function () {
679
679
  return this.ag;
680
680
  },
@@ -682,13 +682,13 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
682
682
  var b = this.ag;
683
683
  this.ag = a;
684
684
  if (b != this.ag) {
685
- this.da("AllowTextInput", b, this.ag);
685
+ this.db("AllowTextInput", b, this.ag);
686
686
  }
687
687
  },
688
688
  enumerable: false,
689
689
  configurable: true
690
690
  });
691
- Object.defineProperty(DatePicker.prototype, "ay", {
691
+ Object.defineProperty(XDatePicker.prototype, "ay", {
692
692
  get: function () {
693
693
  return this.an;
694
694
  },
@@ -696,13 +696,13 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
696
696
  var b = this.an;
697
697
  this.an = a;
698
698
  if (b != this.an) {
699
- this.da("OpenOnFocus", b, this.an);
699
+ this.db("OpenOnFocus", b, this.an);
700
700
  }
701
701
  },
702
702
  enumerable: false,
703
703
  configurable: true
704
704
  });
705
- Object.defineProperty(DatePicker.prototype, "j", {
705
+ Object.defineProperty(XDatePicker.prototype, "j", {
706
706
  get: function () {
707
707
  return this.i;
708
708
  },
@@ -710,13 +710,13 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
710
710
  var b = this.i;
711
711
  this.i = a;
712
712
  if (b != this.i) {
713
- this.da("FirstDayOfWeek", enumGetBox(DayOfWeek_$type, b), enumGetBox(DayOfWeek_$type, this.i));
713
+ this.db("FirstDayOfWeek", enumGetBox(DayOfWeek_$type, b), enumGetBox(DayOfWeek_$type, this.i));
714
714
  }
715
715
  },
716
716
  enumerable: false,
717
717
  configurable: true
718
718
  });
719
- Object.defineProperty(DatePicker.prototype, "l", {
719
+ Object.defineProperty(XDatePicker.prototype, "l", {
720
720
  get: function () {
721
721
  return this.k;
722
722
  },
@@ -724,13 +724,13 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
724
724
  var b = this.k;
725
725
  this.k = a;
726
726
  if (b != this.k) {
727
- this.da("FirstWeekOfYear", enumGetBox(FirstWeek_$type, b), enumGetBox(FirstWeek_$type, this.k));
727
+ this.db("FirstWeekOfYear", enumGetBox(FirstWeek_$type, b), enumGetBox(FirstWeek_$type, this.k));
728
728
  }
729
729
  },
730
730
  enumerable: false,
731
731
  configurable: true
732
732
  });
733
- Object.defineProperty(DatePicker.prototype, "a1", {
733
+ Object.defineProperty(XDatePicker.prototype, "a2", {
734
734
  get: function () {
735
735
  return this.aq;
736
736
  },
@@ -738,13 +738,13 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
738
738
  var b = this.aq;
739
739
  this.aq = a;
740
740
  if (b != this.aq) {
741
- this.da("ShowWeekNumbers", b, this.aq);
741
+ this.db("ShowWeekNumbers", b, this.aq);
742
742
  }
743
743
  },
744
744
  enumerable: false,
745
745
  configurable: true
746
746
  });
747
- Object.defineProperty(DatePicker.prototype, "e", {
747
+ Object.defineProperty(XDatePicker.prototype, "e", {
748
748
  get: function () {
749
749
  return this.d;
750
750
  },
@@ -752,27 +752,27 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
752
752
  var b = this.d;
753
753
  this.d = a;
754
754
  if (this.d != b) {
755
- this.da("DateFormat", enumGetBox(DateFormats_$type, b), enumGetBox(DateFormats_$type, this.d));
755
+ this.db("DateFormat", enumGetBox(DateFormats_$type, b), enumGetBox(DateFormats_$type, this.d));
756
756
  }
757
757
  },
758
758
  enumerable: false,
759
759
  configurable: true
760
760
  });
761
- Object.defineProperty(DatePicker.prototype, "by", {
761
+ Object.defineProperty(XDatePicker.prototype, "bz", {
762
762
  get: function () {
763
- return this.bi;
763
+ return this.bj;
764
764
  },
765
765
  set: function (a) {
766
- var b = this.bi;
767
- this.bi = a;
768
- if (b != this.bi) {
769
- this.da("FormatString", b, this.bi);
766
+ var b = this.bj;
767
+ this.bj = a;
768
+ if (b != this.bj) {
769
+ this.db("FormatString", b, this.bj);
770
770
  }
771
771
  },
772
772
  enumerable: false,
773
773
  configurable: true
774
774
  });
775
- Object.defineProperty(DatePicker.prototype, "av", {
775
+ Object.defineProperty(XDatePicker.prototype, "av", {
776
776
  get: function () {
777
777
  return this.aj;
778
778
  },
@@ -780,27 +780,27 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
780
780
  var b = this.aj;
781
781
  this.aj = a;
782
782
  if (b != this.aj) {
783
- this.da("IsDisabled", b, this.aj);
783
+ this.db("IsDisabled", b, this.aj);
784
784
  }
785
785
  },
786
786
  enumerable: false,
787
787
  configurable: true
788
788
  });
789
- Object.defineProperty(DatePicker.prototype, "be", {
789
+ Object.defineProperty(XDatePicker.prototype, "bf", {
790
790
  get: function () {
791
- return this.bd;
791
+ return this.be;
792
792
  },
793
793
  set: function (a) {
794
- var b = this.bd;
795
- this.bd = a;
796
- if (b != this.bd) {
797
- this.da("TabIndex", b, this.bd);
794
+ var b = this.be;
795
+ this.be = a;
796
+ if (b != this.be) {
797
+ this.db("TabIndex", b, this.be);
798
798
  }
799
799
  },
800
800
  enumerable: false,
801
801
  configurable: true
802
802
  });
803
- Object.defineProperty(DatePicker.prototype, "aw", {
803
+ Object.defineProperty(XDatePicker.prototype, "aw", {
804
804
  get: function () {
805
805
  return this.ak;
806
806
  },
@@ -808,13 +808,13 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
808
808
  var b = this.ak;
809
809
  this.ak = a;
810
810
  if (b != this.ak) {
811
- this.da("IsFixed", b, this.ak);
811
+ this.db("IsFixed", b, this.ak);
812
812
  }
813
813
  },
814
814
  enumerable: false,
815
815
  configurable: true
816
816
  });
817
- Object.defineProperty(DatePicker.prototype, "ax", {
817
+ Object.defineProperty(XDatePicker.prototype, "ax", {
818
818
  get: function () {
819
819
  return this.am;
820
820
  },
@@ -822,13 +822,13 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
822
822
  var b = this.am;
823
823
  this.am = a;
824
824
  if (b != this.am) {
825
- this.da("OpenAsChild", b, this.am);
825
+ this.db("OpenAsChild", b, this.am);
826
826
  }
827
827
  },
828
828
  enumerable: false,
829
829
  configurable: true
830
830
  });
831
- Object.defineProperty(DatePicker.prototype, "a2", {
831
+ Object.defineProperty(XDatePicker.prototype, "a3", {
832
832
  get: function () {
833
833
  return this.as;
834
834
  },
@@ -836,36 +836,36 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
836
836
  var b = this.as;
837
837
  this.as = a;
838
838
  if (b != this.as) {
839
- this.da("UseTopLayer", b, this.as);
839
+ this.db("UseTopLayer", b, this.as);
840
840
  }
841
841
  },
842
842
  enumerable: false,
843
843
  configurable: true
844
844
  });
845
- DatePicker.prototype.da = function (a, b, c) {
845
+ XDatePicker.prototype.db = function (a, b, c) {
846
846
  if (this.propertyChanged != null) {
847
847
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
848
848
  }
849
- this.dd(a, b, c);
849
+ this.de(a, b, c);
850
850
  };
851
- DatePicker.prototype.dd = function (a, b, c) {
851
+ XDatePicker.prototype.de = function (a, b, c) {
852
852
  switch (a) {
853
853
  case "Density":
854
- this.dg();
854
+ this.dh();
855
855
  break;
856
856
  case "BaseTheme":
857
- this.di();
857
+ this.dj();
858
858
  break;
859
859
  case "Value":
860
860
  if (+(dateGetDate(this.value)) != +(dateGetDate(dateMinValue()))) {
861
- if (dateGetDate(this.value) < dateGetDate(this.a9) || dateGetDate(this.value) > dateGetDate(this.a8)) {
861
+ if (dateGetDate(this.value) < dateGetDate(this.ba) || dateGetDate(this.value) > dateGetDate(this.a9)) {
862
862
  this.ai = true;
863
- this.value = this.a5;
863
+ this.value = this.a6;
864
864
  this.ai = false;
865
865
  }
866
866
  }
867
- this.db(this.a5, this.value);
868
- this.a5 = this.value;
867
+ this.dc(this.a6, this.value);
868
+ this.a6 = this.value;
869
869
  if (this.c != null) {
870
870
  if (+(dateGetDate(this.value)) == +(dateGetDate(dateMinValue()))) {
871
871
  this.c.value = dateMinValue();
@@ -877,8 +877,8 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
877
877
  break;
878
878
  case "Label":
879
879
  if (this.r != null) {
880
- this.r.text = this.b3;
881
- if (this.b3 != null && this.b3 != "") {
880
+ this.r.text = this.b4;
881
+ if (this.b4 != null && this.b4 != "") {
882
882
  if (!this.q.inputs.contains(this.r)) {
883
883
  this.q.inputs.insert(0, this.r);
884
884
  }
@@ -892,25 +892,25 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
892
892
  break;
893
893
  case "Placeholder":
894
894
  if (this.o != null) {
895
- this.o.cg = this.cb;
896
- this.h.ay(this.cb);
895
+ this.o.cg = this.cc;
896
+ this.h.ay(this.cc);
897
897
  }
898
898
  break;
899
899
  case "Today":
900
900
  if (this.c != null) {
901
- this.c.av = this.ba;
901
+ this.c.av = this.bb;
902
902
  }
903
903
  break;
904
904
  case "MaxDate":
905
905
  if (this.c != null) {
906
- var d = Base.compareSimple(this.a9, this.a8);
906
+ var d = Base.compareSimple(this.ba, this.a9);
907
907
  if (d >= 0) {
908
- this.a8 = dateMaxValue();
908
+ this.a9 = dateMaxValue();
909
909
  }
910
- this.c.at = this.a3;
910
+ this.c.at = this.a4;
911
911
  }
912
- if (dateGetDate(this.value) > dateGetDate(this.a8)) {
913
- this.a5 = dateMinValue();
912
+ if (dateGetDate(this.value) > dateGetDate(this.a9)) {
913
+ this.a6 = dateMinValue();
914
914
  this.ai = true;
915
915
  this.value = dateMinValue();
916
916
  this.ai = false;
@@ -918,22 +918,22 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
918
918
  break;
919
919
  case "MinDate":
920
920
  if (this.c != null) {
921
- this.c.au = this.a4;
922
- var e = Base.compareSimple(this.a9, this.a8);
921
+ this.c.au = this.a5;
922
+ var e = Base.compareSimple(this.ba, this.a9);
923
923
  if (e >= 0) {
924
- this.a5 = dateMaxValue();
925
- this.c.at = this.a8;
924
+ this.a6 = dateMaxValue();
925
+ this.c.at = this.a9;
926
926
  }
927
927
  }
928
- if (dateGetDate(this.value) < dateGetDate(this.a9)) {
929
- this.a5 = dateMinValue();
928
+ if (dateGetDate(this.value) < dateGetDate(this.ba)) {
929
+ this.a6 = dateMinValue();
930
930
  this.ai = true;
931
931
  this.value = dateMinValue();
932
932
  this.ai = false;
933
933
  }
934
934
  break;
935
935
  case "TextStyle":
936
- this.dn();
936
+ this.dp();
937
937
  break;
938
938
  case "ShowClearButton":
939
939
  if (this.o != null) {
@@ -946,27 +946,27 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
946
946
  case "LabelTextStyle":
947
947
  case "TextColor":
948
948
  case "IconColor":
949
- this.dp();
949
+ this.dq();
950
950
  break;
951
951
  case "ShowTodayButton":
952
952
  if (this.c != null) {
953
- this.c.ae = this.a0;
953
+ this.c.ae = this.a1;
954
954
  this.h.z();
955
955
  }
956
956
  break;
957
957
  case "AllowTextInput":
958
958
  if (this.o != null) {
959
- this.o.disabled = !this.au;
959
+ this.o.disabled = this.az();
960
960
  }
961
961
  break;
962
962
  case "OpenOnFocus": break;
963
963
  case "DateFormat":
964
964
  this.a.k(this.e);
965
- this.dl();
965
+ this.dm();
966
966
  break;
967
967
  case "FormatString":
968
- this.co();
969
- this.dl();
968
+ this.cp();
969
+ this.dm();
970
970
  break;
971
971
  case "FirstDayOfWeek":
972
972
  if (this.c != null) {
@@ -975,7 +975,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
975
975
  break;
976
976
  case "ShowWeekNumbers":
977
977
  if (this.c != null) {
978
- this.c.af = this.a1;
978
+ this.c.af = this.a2;
979
979
  this.h.z();
980
980
  }
981
981
  break;
@@ -990,7 +990,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
990
990
  this.q.disabled = this.av;
991
991
  }
992
992
  if (this.o != null) {
993
- this.o.disabled = this.av;
993
+ this.o.disabled = this.az();
994
994
  }
995
995
  }
996
996
  break;
@@ -1004,14 +1004,17 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1004
1004
  break;
1005
1005
  case "UseTopLayer":
1006
1006
  if (this.u != null) {
1007
- this.u.ax = this.a2;
1007
+ this.u.ax = this.a3;
1008
1008
  }
1009
1009
  break;
1010
1010
  }
1011
1011
  };
1012
- DatePicker.prototype.co = function () {
1012
+ XDatePicker.prototype.az = function () {
1013
+ return this.av || !this.au;
1014
+ };
1015
+ XDatePicker.prototype.cp = function () {
1013
1016
  var a = '/';
1014
- var b = this.by != null ? this.by.toLowerCase() : this.a.j();
1017
+ var b = this.bz != null ? this.bz.toLowerCase() : this.a.j();
1015
1018
  if (stringContains(b, "/")) {
1016
1019
  a = '/';
1017
1020
  }
@@ -1027,7 +1030,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1027
1030
  else if (stringContains(b, ",")) {
1028
1031
  a = ',';
1029
1032
  }
1030
- this.bm = a.toString();
1033
+ this.bn = a.toString();
1031
1034
  var c = b.split(a);
1032
1035
  if (c.length == 3) {
1033
1036
  var d = "";
@@ -1036,19 +1039,19 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1036
1039
  d += "d";
1037
1040
  switch (c[e]) {
1038
1041
  case "d":
1039
- this.bg = c[e];
1042
+ this.bh = c[e];
1040
1043
  break;
1041
1044
  case "dd":
1042
- this.bg = c[e];
1045
+ this.bh = c[e];
1043
1046
  break;
1044
1047
  case "ddd":
1045
- this.bg = c[e];
1048
+ this.bh = c[e];
1046
1049
  break;
1047
1050
  case "dddd":
1048
- this.bg = c[e];
1051
+ this.bh = c[e];
1049
1052
  break;
1050
1053
  default:
1051
- this.bg = "dd";
1054
+ this.bh = "dd";
1052
1055
  break;
1053
1056
  }
1054
1057
  }
@@ -1056,71 +1059,71 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1056
1059
  d += "m";
1057
1060
  switch (c[e]) {
1058
1061
  case "m":
1059
- this.bk = c[e];
1062
+ this.bl = c[e];
1060
1063
  break;
1061
1064
  case "mm":
1062
- this.bk = c[e];
1065
+ this.bl = c[e];
1063
1066
  break;
1064
1067
  case "mmm":
1065
- this.bk = c[e];
1068
+ this.bl = c[e];
1066
1069
  break;
1067
1070
  case "mmmm":
1068
- this.bk = c[e];
1071
+ this.bl = c[e];
1069
1072
  break;
1070
1073
  default:
1071
- this.bk = "mm";
1074
+ this.bl = "mm";
1072
1075
  break;
1073
1076
  }
1074
- this.bk = c[e];
1077
+ this.bl = c[e];
1075
1078
  }
1076
1079
  else if (stringContains(c[e], "y")) {
1077
1080
  d += "y";
1078
1081
  switch (c[e]) {
1079
1082
  case "yy":
1080
- this.bn = c[e];
1083
+ this.bo = c[e];
1081
1084
  break;
1082
1085
  case "yyyy":
1083
- this.bn = c[e];
1086
+ this.bo = c[e];
1084
1087
  break;
1085
1088
  default:
1086
- this.bn = "yyyy";
1089
+ this.bo = "yyyy";
1087
1090
  break;
1088
1091
  }
1089
1092
  }
1090
1093
  }
1091
1094
  if (d == "dmy" || d == "mdy" || d == "ymd") {
1092
- this.bh = d;
1095
+ this.bi = d;
1093
1096
  }
1094
1097
  else {
1095
- this.bh = "mdy";
1098
+ this.bi = "mdy";
1096
1099
  }
1097
1100
  }
1098
1101
  };
1099
- DatePicker.prototype.dp = function () {
1102
+ XDatePicker.prototype.dq = function () {
1100
1103
  if (this.o != null) {
1101
- this.o.d8 = this.dx;
1104
+ this.o.d8 = this.dy;
1102
1105
  }
1103
1106
  if (this.m != null) {
1104
- this.m.fill = this.dv;
1107
+ this.m.fill = this.dw;
1105
1108
  }
1106
1109
  if (this.n != null) {
1107
- this.n.fill = this.dv;
1110
+ this.n.fill = this.dw;
1108
1111
  }
1109
1112
  if (this.r != null) {
1110
- this.r.df = this.dw;
1113
+ this.r.df = this.dx;
1111
1114
  this.r.y = this.ac;
1112
1115
  }
1113
1116
  };
1114
- DatePicker.prototype.dk = function () {
1117
+ XDatePicker.prototype.dl = function () {
1115
1118
  if (this.q != null) {
1116
1119
  }
1117
1120
  };
1118
- DatePicker.prototype.dn = function () {
1121
+ XDatePicker.prototype.dp = function () {
1119
1122
  if (this.aa != null) {
1120
1123
  this.o.af = this.aa;
1121
1124
  }
1122
1125
  };
1123
- DatePicker.prototype.cr = function () {
1126
+ XDatePicker.prototype.cs = function () {
1124
1127
  this.q = new XInputGroup();
1125
1128
  this.h.aq(this.q);
1126
1129
  this.q.d = 0;
@@ -1128,11 +1131,11 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1128
1131
  this.q.t = this.y;
1129
1132
  this.r = new XLabel();
1130
1133
  this.h.as(this.r);
1131
- this.r.df = this.dw;
1134
+ this.r.df = this.dx;
1132
1135
  this.r.y = this.ac;
1133
1136
  this.q.appendContentChild(this.h.v());
1134
- if (this.b3 != null && this.b3 != "") {
1135
- this.r.text = this.b3;
1137
+ if (this.b4 != null && this.b4 != "") {
1138
+ this.r.text = this.b4;
1136
1139
  this.q.inputs.add(this.r);
1137
1140
  }
1138
1141
  this.o = new XInput();
@@ -1141,40 +1144,40 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1141
1144
  if (this.aa != null) {
1142
1145
  this.o.af = this.aa;
1143
1146
  }
1144
- this.o.disabled = !this.au;
1145
- this.o.d8 = this.dx;
1147
+ this.o.disabled = this.az();
1148
+ this.o.d8 = this.dy;
1146
1149
  this.q.appendContentChild(this.h.u());
1147
1150
  this.q.inputs.add(this.o);
1148
- this.o.cg = this.cb;
1149
- this.h.ay(this.cb);
1151
+ this.o.cg = this.cc;
1152
+ this.h.ay(this.cc);
1150
1153
  var a = this.o;
1151
- a.change = delegateCombine(a.change, runOn(this, this.cy));
1154
+ a.change = delegateCombine(a.change, runOn(this, this.cz));
1152
1155
  var b = this.o;
1153
- b.changing = delegateCombine(b.changing, runOn(this, this.cz));
1156
+ b.changing = delegateCombine(b.changing, runOn(this, this.c0));
1154
1157
  var c = this.o;
1155
- c.keyDown = delegateCombine(c.keyDown, runOn(this, this.c0));
1158
+ c.keyDown = delegateCombine(c.keyDown, runOn(this, this.c1));
1156
1159
  var d = new XSuffix();
1157
1160
  this.h.au(d, this.h.r());
1158
1161
  this.m = new XIcon();
1159
1162
  this.h.ap(this.m, this.h.q());
1160
- this.m.svgPath = DatePicker.br;
1161
- this.m.fill = this.dv;
1163
+ this.m.svgPath = XDatePicker.bs;
1164
+ this.m.fill = this.dw;
1162
1165
  d.appendContentChild(this.h.q());
1163
1166
  this.q.appendContentChild(this.h.r());
1164
1167
  this.q.inputs.add(d);
1165
- this.dl();
1168
+ this.dm();
1166
1169
  var e = new XSuffix();
1167
1170
  this.h.au(e, this.h.t());
1168
1171
  this.n = new XIcon();
1169
1172
  this.h.ap(this.n, this.h.s());
1170
- this.n.svgPath = DatePicker.bq;
1171
- this.n.fill = this.dv;
1173
+ this.n.svgPath = XDatePicker.br;
1174
+ this.n.fill = this.dw;
1172
1175
  e.appendContentChild(this.h.s());
1173
1176
  this.q.appendContentChild(this.h.t());
1174
1177
  this.q.inputs.add(e);
1175
1178
  };
1176
- DatePicker.prototype.c0 = function (a, b) {
1177
- this.c6(b);
1179
+ XDatePicker.prototype.c1 = function (a, b) {
1180
+ this.c7(b);
1178
1181
  if (b.defaultPrevented) {
1179
1182
  return;
1180
1183
  }
@@ -1184,36 +1187,36 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1184
1187
  case 9:
1185
1188
  this.ar = true;
1186
1189
  if (!this.at) {
1187
- this.dr(this.o.cq);
1190
+ this.ds(this.o.cq);
1188
1191
  }
1189
1192
  this.ah = true;
1190
- this.cq();
1193
+ this.cr();
1191
1194
  this.ar = false;
1192
1195
  break;
1193
1196
  case 13:
1194
1197
  this.ar = true;
1195
1198
  if (!this.at) {
1196
- this.dr(this.o.cq);
1199
+ this.ds(this.o.cq);
1197
1200
  }
1198
1201
  this.ah = true;
1199
- this.cq();
1202
+ this.cr();
1200
1203
  this.ar = false;
1201
1204
  break;
1202
1205
  case 40:
1203
1206
  if (d == 1) {
1204
- this.dc();
1205
- this.cv();
1207
+ this.dd();
1208
+ this.cw();
1206
1209
  }
1207
1210
  break;
1208
1211
  case 38:
1209
1212
  if (d == 1) {
1210
- this.cq();
1213
+ this.cr();
1211
1214
  }
1212
1215
  break;
1213
1216
  }
1214
1217
  };
1215
- DatePicker.prototype.cz = function (a, b) {
1216
- this.c2(b);
1218
+ XDatePicker.prototype.c0 = function (a, b) {
1219
+ this.c3(b);
1217
1220
  if (b.value.length > 0) {
1218
1221
  this.h.av();
1219
1222
  }
@@ -1221,12 +1224,12 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1221
1224
  this.h.ah();
1222
1225
  }
1223
1226
  };
1224
- DatePicker.prototype.cy = function (a, b) {
1227
+ XDatePicker.prototype.cz = function (a, b) {
1225
1228
  this.at = true;
1226
- this.dr(b.value);
1229
+ this.ds(b.value);
1227
1230
  this.at = false;
1228
1231
  };
1229
- DatePicker.prototype.dr = function (a) {
1232
+ XDatePicker.prototype.ds = function (a) {
1230
1233
  var b = ['/', '-', ' ', '.', ','];
1231
1234
  var c = stringSplit(a, b, 1);
1232
1235
  var d = 0;
@@ -1237,17 +1240,17 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1237
1240
  if (c[0].length == 0 || c[1].length == 0 || c[2].length == 0) {
1238
1241
  g = false;
1239
1242
  }
1240
- if (this.bh == "dmy") {
1243
+ if (this.bi == "dmy") {
1241
1244
  d = parseInt(c[0]);
1242
1245
  e = parseInt(c[1]);
1243
1246
  f = parseInt(c[2]);
1244
1247
  }
1245
- else if (this.bh == "mdy") {
1248
+ else if (this.bi == "mdy") {
1246
1249
  e = parseInt(c[0]);
1247
1250
  d = parseInt(c[1]);
1248
1251
  f = parseInt(c[2]);
1249
1252
  }
1250
- else if (this.bh == "ymd") {
1253
+ else if (this.bi == "ymd") {
1251
1254
  f = parseInt(c[0]);
1252
1255
  e = parseInt(c[1]);
1253
1256
  d = parseInt(c[2]);
@@ -1260,13 +1263,13 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1260
1263
  }
1261
1264
  if (isNaN_(e)) {
1262
1265
  var h = "";
1263
- if (this.bh == "dmy") {
1266
+ if (this.bi == "dmy") {
1264
1267
  h = c[1].toLowerCase();
1265
1268
  }
1266
- else if (this.bh == "mdy") {
1269
+ else if (this.bi == "mdy") {
1267
1270
  h = c[0].toLowerCase();
1268
1271
  }
1269
- else if (this.bh == "ymd") {
1272
+ else if (this.bi == "ymd") {
1270
1273
  h = c[1].toLowerCase();
1271
1274
  }
1272
1275
  var i = !stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full").toLowerCase() : "january";
@@ -1342,45 +1345,45 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1342
1345
  }
1343
1346
  if (g) {
1344
1347
  var ag = dateFromValues(f, e, d, 0, 0, 0, 0);
1345
- var ah = Base.compareSimple(ag, this.a9);
1346
- var ai = Base.compareSimple(ag, this.a8);
1348
+ var ah = Base.compareSimple(ag, this.ba);
1349
+ var ai = Base.compareSimple(ag, this.a9);
1347
1350
  if (ah < 0 || ai > 0) {
1348
- this.dl();
1351
+ this.dm();
1349
1352
  }
1350
1353
  else {
1351
- this.dq(ag);
1354
+ this.dr(ag);
1352
1355
  this.h.av();
1353
1356
  }
1354
1357
  }
1355
1358
  else {
1356
1359
  if (stringIsNullOrEmpty(a)) {
1357
- this.cp();
1360
+ this.cq();
1358
1361
  }
1359
1362
  else {
1360
- this.dl();
1363
+ this.dm();
1361
1364
  }
1362
1365
  }
1363
1366
  };
1364
- DatePicker.prototype.dq = function (a) {
1367
+ XDatePicker.prototype.dr = function (a) {
1365
1368
  var b = this.value;
1366
1369
  this.value = a;
1367
1370
  };
1368
- DatePicker.prototype.dl = function () {
1371
+ XDatePicker.prototype.dm = function () {
1369
1372
  if (this.o != null) {
1370
- if (+(dateGetDate(this.a7)) != +(dateGetDate(dateMinValue()))) {
1373
+ if (+(dateGetDate(this.a8)) != +(dateGetDate(dateMinValue()))) {
1371
1374
  var a = "";
1372
- if (this.by == null) {
1375
+ if (this.bz == null) {
1373
1376
  a = this.a.i(this.value);
1374
1377
  }
1375
1378
  else {
1376
1379
  var b = this.value.getDate().toString();
1377
1380
  var c = b;
1378
- if (this.bg == "dd") {
1381
+ if (this.bh == "dd") {
1379
1382
  if (this.value.getDate() < 10) {
1380
1383
  b = "0" + b;
1381
1384
  }
1382
1385
  }
1383
- else if (this.bg == "ddd") {
1386
+ else if (this.bh == "ddd") {
1384
1387
  switch (this.value.getDay()) {
1385
1388
  case 0:
1386
1389
  b = !stringIsNullOrWhiteSpace(this.af.b1("Sunday_Short")) ? this.af.b1("Sunday_Short") : "Sun";
@@ -1405,7 +1408,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1405
1408
  break;
1406
1409
  }
1407
1410
  }
1408
- else if (this.bg == "dddd") {
1411
+ else if (this.bh == "dddd") {
1409
1412
  switch (this.value.getDay()) {
1410
1413
  case 0:
1411
1414
  b = !stringIsNullOrWhiteSpace(this.af.b1("Sunday_Full")) ? this.af.b1("Sunday_Full") : "Sunday";
@@ -1431,12 +1434,12 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1431
1434
  }
1432
1435
  }
1433
1436
  var d = dateGetMonth(this.value).toString();
1434
- if (this.bk == "mm") {
1437
+ if (this.bl == "mm") {
1435
1438
  if (dateGetMonth(this.value) < 10) {
1436
1439
  d = "0" + d;
1437
1440
  }
1438
1441
  }
1439
- else if (this.bk == "mmm") {
1442
+ else if (this.bl == "mmm") {
1440
1443
  switch (dateGetMonth(this.value)) {
1441
1444
  case 1:
1442
1445
  d = !stringIsNullOrWhiteSpace(this.af.b1("January_Short")) ? this.af.b1("January_Short") : "Jan";
@@ -1476,7 +1479,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1476
1479
  break;
1477
1480
  }
1478
1481
  }
1479
- else if (this.bk == "mmmm") {
1482
+ else if (this.bl == "mmmm") {
1480
1483
  switch (dateGetMonth(this.value)) {
1481
1484
  case 1:
1482
1485
  d = !stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full") : "January";
@@ -1517,31 +1520,31 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1517
1520
  }
1518
1521
  }
1519
1522
  var e = this.value.getFullYear().toString();
1520
- if (this.bn == "yy") {
1523
+ if (this.bo == "yy") {
1521
1524
  e = e.substr(2);
1522
1525
  }
1523
- if (this.bh == "dmy") {
1524
- if (this.bg == "ddd" || this.bg == "dddd") {
1525
- a = b + this.bm + d + " " + c + this.bm + e;
1526
+ if (this.bi == "dmy") {
1527
+ if (this.bh == "ddd" || this.bh == "dddd") {
1528
+ a = b + this.bn + d + " " + c + this.bn + e;
1526
1529
  }
1527
1530
  else {
1528
- a = b + this.bm + d + this.bm + e;
1531
+ a = b + this.bn + d + this.bn + e;
1529
1532
  }
1530
1533
  }
1531
- else if (this.bh == "mdy") {
1532
- if (this.bg == "ddd" || this.bg == "dddd") {
1533
- a = d + " " + c + this.bm + b + this.bm + e;
1534
+ else if (this.bi == "mdy") {
1535
+ if (this.bh == "ddd" || this.bh == "dddd") {
1536
+ a = d + " " + c + this.bn + b + this.bn + e;
1534
1537
  }
1535
1538
  else {
1536
- a = d + this.bm + b + this.bm + e;
1539
+ a = d + this.bn + b + this.bn + e;
1537
1540
  }
1538
1541
  }
1539
- else if (this.bh == "ymd") {
1540
- if (this.bg == "ddd" || this.bg == "dddd") {
1541
- a = e + this.bm + d + " " + c + this.bm + b;
1542
+ else if (this.bi == "ymd") {
1543
+ if (this.bh == "ddd" || this.bh == "dddd") {
1544
+ a = e + this.bn + d + " " + c + this.bn + b;
1542
1545
  }
1543
1546
  else {
1544
- a = e + this.bm + d + this.bm + b;
1547
+ a = e + this.bn + d + this.bn + b;
1545
1548
  }
1546
1549
  }
1547
1550
  }
@@ -1554,7 +1557,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1554
1557
  }
1555
1558
  }
1556
1559
  };
1557
- DatePicker.prototype.cp = function () {
1560
+ XDatePicker.prototype.cq = function () {
1558
1561
  if (this.av == true) {
1559
1562
  return;
1560
1563
  }
@@ -1565,65 +1568,65 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1565
1568
  this.c.ch();
1566
1569
  this.al = false;
1567
1570
  };
1568
- DatePicker.prototype.c8 = function () {
1571
+ XDatePicker.prototype.c9 = function () {
1569
1572
  this.al = true;
1570
1573
  };
1571
- DatePicker.prototype.c9 = function () {
1574
+ XDatePicker.prototype.da = function () {
1572
1575
  this.al = false;
1573
1576
  };
1574
- DatePicker.prototype.cs = function () {
1577
+ XDatePicker.prototype.ct = function () {
1575
1578
  this.u = new Popup();
1576
1579
  this.u.aq = this.aw;
1577
- this.u.ax = this.a2;
1580
+ this.u.ax = this.a3;
1578
1581
  this.u.cy = BrushUtil.h(255, 255, 255, 255);
1579
1582
  this.u.a8 = 150;
1580
1583
  this.h.at(this.u);
1581
1584
  this.c = new XCalendar();
1582
1585
  this.h.ao(this.c);
1583
- if (+(this.a9) != +(dateMinValue())) {
1584
- this.c.au = this.a9;
1586
+ if (+(this.ba) != +(dateMinValue())) {
1587
+ this.c.au = this.ba;
1585
1588
  }
1586
- if (+(this.a8) != +(dateMaxValue())) {
1587
- this.c.at = this.a8;
1589
+ if (+(this.a9) != +(dateMaxValue())) {
1590
+ this.c.at = this.a9;
1588
1591
  }
1589
- if (+(this.ba) != +(dateMinValue())) {
1590
- this.c.av = this.ba;
1592
+ if (+(this.bb) != +(dateMinValue())) {
1593
+ this.c.av = this.bb;
1591
1594
  }
1592
- this.c.ae = this.a0;
1595
+ this.c.ae = this.a1;
1593
1596
  this.c.l = this.j;
1594
- this.c.af = this.a1;
1597
+ this.c.af = this.a2;
1595
1598
  this.c.o = this.l;
1596
1599
  var a = this.c;
1597
- a.selectedValueChanged = delegateCombine(a.selectedValueChanged, runOn(this, this.cn));
1600
+ a.selectedValueChanged = delegateCombine(a.selectedValueChanged, runOn(this, this.co));
1598
1601
  var b = this.c;
1599
- b.close = delegateCombine(b.close, runOn(this, this.cm));
1602
+ b.close = delegateCombine(b.close, runOn(this, this.cn));
1600
1603
  this.u.appendPopupContent(this.h.p());
1601
1604
  };
1602
- DatePicker.prototype.cn = function (a, b) {
1605
+ XDatePicker.prototype.co = function (a, b) {
1603
1606
  this.ai = true;
1604
1607
  this.value = b.newValue;
1605
1608
  this.ai = false;
1606
1609
  };
1607
- DatePicker.prototype.cm = function (a) {
1610
+ XDatePicker.prototype.cn = function (a) {
1608
1611
  if (this.u.aw) {
1609
1612
  this.ah = true;
1610
- this.cq();
1613
+ this.cr();
1611
1614
  }
1612
1615
  };
1613
- DatePicker.prototype.cx = function () {
1616
+ XDatePicker.prototype.cy = function () {
1614
1617
  if (this.ah == false) {
1615
1618
  if (this.u.aw) {
1616
- this.cq();
1619
+ this.cr();
1617
1620
  }
1618
1621
  else {
1619
- this.dc();
1622
+ this.dd();
1620
1623
  }
1621
1624
  }
1622
1625
  else {
1623
1626
  this.ah = false;
1624
1627
  }
1625
1628
  };
1626
- DatePicker.prototype.dc = function () {
1629
+ XDatePicker.prototype.dd = function () {
1627
1630
  if (this.av) {
1628
1631
  return;
1629
1632
  }
@@ -1631,27 +1634,27 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1631
1634
  var a = this.h.a0(false);
1632
1635
  var b = this.h.a()[1];
1633
1636
  var c = 240;
1634
- if (this.a0 == true) {
1637
+ if (this.a1 == true) {
1635
1638
  c = 270;
1636
1639
  }
1637
1640
  var d = a.bottom + c;
1638
1641
  if (b < d) {
1639
1642
  var e = a.top - c;
1640
1643
  if (e < 0) {
1641
- this.dj(1, 0);
1644
+ this.dk(1, 0);
1642
1645
  }
1643
1646
  else {
1644
- this.dj(2, 0);
1647
+ this.dk(2, 0);
1645
1648
  }
1646
1649
  }
1647
1650
  else {
1648
- this.dj(1, 0);
1651
+ this.dk(1, 0);
1649
1652
  }
1650
1653
  this.h.an();
1651
1654
  this.h.aw(true);
1652
1655
  }
1653
1656
  };
1654
- DatePicker.prototype.dj = function (a, b) {
1657
+ XDatePicker.prototype.dk = function (a, b) {
1655
1658
  if (this.ax) {
1656
1659
  this.u.cp(this.h.d.rootWrapper.getNativeElement(), a, b);
1657
1660
  }
@@ -1660,13 +1663,13 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1660
1663
  this.u.showRelativeToExclusionRect(c, a, b);
1661
1664
  }
1662
1665
  };
1663
- DatePicker.prototype.dm = function () {
1666
+ XDatePicker.prototype.dn = function () {
1664
1667
  if (this.u.aw) {
1665
1668
  var a = this.h.a0(false);
1666
1669
  var b = new Rect(0, a.left + window.pageXOffset, a.top + window.pageYOffset, a.width, a.height);
1667
1670
  var c = this.h.a()[1];
1668
1671
  var d = 240;
1669
- if (this.a0 == true) {
1672
+ if (this.a1 == true) {
1670
1673
  d = 270;
1671
1674
  }
1672
1675
  var e = a.bottom + d;
@@ -1693,7 +1696,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1693
1696
  }
1694
1697
  }
1695
1698
  };
1696
- DatePicker.prototype.cq = function () {
1699
+ XDatePicker.prototype.cr = function () {
1697
1700
  var _this = this;
1698
1701
  if (this.u != null) {
1699
1702
  window.setTimeout(function () { return _this.u.b5(); }, 0);
@@ -1705,7 +1708,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1705
1708
  this.ah = false;
1706
1709
  this.h.aj();
1707
1710
  };
1708
- DatePicker.prototype.focus = function (a) {
1711
+ XDatePicker.prototype.focus = function (a) {
1709
1712
  var _this = this;
1710
1713
  if (a === void 0) {
1711
1714
  a = false;
@@ -1719,15 +1722,15 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1719
1722
  return;
1720
1723
  }
1721
1724
  if (this.au == false) {
1722
- this.dc();
1725
+ this.dd();
1723
1726
  this.ah = true;
1724
- window.setTimeout(function () { return _this.cv(); }, 0);
1727
+ window.setTimeout(function () { return _this.cw(); }, 0);
1725
1728
  }
1726
1729
  else {
1727
1730
  if (this.ay == true && this.ar == false) {
1728
- this.dc();
1731
+ this.dd();
1729
1732
  this.ah = true;
1730
- window.setTimeout(function () { return _this.cv(); }, 0);
1733
+ window.setTimeout(function () { return _this.cw(); }, 0);
1731
1734
  }
1732
1735
  }
1733
1736
  }
@@ -1736,37 +1739,37 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1736
1739
  }
1737
1740
  }
1738
1741
  };
1739
- DatePicker.prototype.cw = function () {
1742
+ XDatePicker.prototype.cx = function () {
1740
1743
  this.ah = false;
1741
1744
  };
1742
- DatePicker.prototype.df = function () {
1745
+ XDatePicker.prototype.dg = function () {
1743
1746
  if (this.o != null) {
1744
1747
  this.o.dp();
1745
1748
  }
1746
1749
  };
1747
- DatePicker.prototype.cv = function () {
1750
+ XDatePicker.prototype.cw = function () {
1748
1751
  this.c.cq();
1749
1752
  };
1750
- DatePicker.prototype.c3 = function () {
1753
+ XDatePicker.prototype.c4 = function () {
1751
1754
  var a = new GotFocusEventArgs();
1752
- this.c5(a);
1755
+ this.c6(a);
1753
1756
  };
1754
- DatePicker.prototype.c4 = function () {
1757
+ XDatePicker.prototype.c5 = function () {
1755
1758
  var a = new LostFocusEventArgs();
1756
- this.c7(a);
1759
+ this.c8(a);
1757
1760
  };
1758
- DatePicker.prototype.di = function () {
1761
+ XDatePicker.prototype.dj = function () {
1759
1762
  };
1760
- DatePicker.prototype.dg = function () {
1763
+ XDatePicker.prototype.dh = function () {
1761
1764
  };
1762
- DatePicker.prototype.bf = function () {
1765
+ XDatePicker.prototype.bg = function () {
1763
1766
  return this.b();
1764
1767
  };
1765
- DatePicker.prototype.bv = function () {
1768
+ XDatePicker.prototype.bw = function () {
1766
1769
  var a = this.b();
1767
1770
  return a.g();
1768
1771
  };
1769
- DatePicker.prototype.b = function () {
1772
+ XDatePicker.prototype.b = function () {
1770
1773
  var a = new DatePickerVisualModelExport();
1771
1774
  a.e = this.y;
1772
1775
  a.d = this.w;
@@ -1803,30 +1806,30 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1803
1806
  }
1804
1807
  return a;
1805
1808
  };
1806
- DatePicker.prototype.c5 = function (a) {
1809
+ XDatePicker.prototype.c6 = function (a) {
1807
1810
  if (null != this.gotFocus) {
1808
1811
  this.gotFocus(this, a);
1809
1812
  }
1810
1813
  };
1811
- DatePicker.prototype.c7 = function (a) {
1814
+ XDatePicker.prototype.c8 = function (a) {
1812
1815
  if (null != this.lostFocus) {
1813
1816
  this.lostFocus(this, a);
1814
1817
  }
1815
1818
  };
1816
- DatePicker.prototype.c6 = function (a) {
1819
+ XDatePicker.prototype.c7 = function (a) {
1817
1820
  if (null != this.keyDown) {
1818
1821
  this.keyDown(this, a);
1819
1822
  }
1820
1823
  };
1821
- DatePicker.prototype.c2 = function (a) {
1824
+ XDatePicker.prototype.c3 = function (a) {
1822
1825
  if (null != this.changing) {
1823
1826
  this.changing(this, a);
1824
1827
  }
1825
1828
  };
1826
- DatePicker.$t = markType(DatePicker, 'DatePicker', Base.$, [INotifyPropertyChanged_$type]);
1827
- DatePicker.bq = "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z";
1828
- DatePicker.br = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z";
1829
- DatePicker.ab = null;
1830
- return DatePicker;
1829
+ XDatePicker.$t = markType(XDatePicker, 'XDatePicker', Base.$, [INotifyPropertyChanged_$type]);
1830
+ XDatePicker.br = "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z";
1831
+ XDatePicker.bs = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z";
1832
+ XDatePicker.ab = null;
1833
+ return XDatePicker;
1831
1834
  }(Base));
1832
- export { DatePicker };
1835
+ export { XDatePicker };