igniteui-webcomponents-inputs 4.3.3-beta.0 → 4.3.3-beta.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.
@@ -11421,7 +11421,7 @@
11421
11421
  };
11422
11422
  CalendarView.prototype.ah = function () {
11423
11423
  if (this.p != null) {
11424
- this.p.parent().parent().focus(false);
11424
+ this.p.parent().parent().focus(true);
11425
11425
  }
11426
11426
  };
11427
11427
  CalendarView.prototype.aq = function (a, b) {
@@ -26154,9 +26154,10 @@
26154
26154
  _this.h = null;
26155
26155
  _this.o = null;
26156
26156
  _this.document_Click = _this.document_Click.bind(_this);
26157
+ _this.window_Resize = _this.window_Resize.bind(_this);
26157
26158
  return _this;
26158
26159
  }
26159
- DatePickerView.prototype.ak = function () {
26160
+ DatePickerView.prototype.am = function () {
26160
26161
  };
26161
26162
  Object.defineProperty(DatePickerView.prototype, "n", {
26162
26163
  get: function () {
@@ -26165,13 +26166,14 @@
26165
26166
  enumerable: false,
26166
26167
  configurable: true
26167
26168
  });
26168
- DatePickerView.prototype.ai = function (a) {
26169
+ DatePickerView.prototype.ak = function (a) {
26169
26170
  if (a == null) {
26170
- this.b.cg();
26171
+ this.b.cq();
26171
26172
  if (this.d != null) {
26172
26173
  var b = this.d.rootWrapper.getChildAt(0);
26173
26174
  b.unlistenAll();
26174
26175
  document.removeEventListener("click", this.document_Click, false);
26176
+ window.removeEventListener("resize", this.window_Resize, false);
26175
26177
  }
26176
26178
  this.d = null;
26177
26179
  return;
@@ -26179,19 +26181,20 @@
26179
26181
  this.d = a;
26180
26182
  var c = Math.round(a.rootWrapper.width());
26181
26183
  var d = Math.round(a.rootWrapper.height());
26182
- this.ab();
26183
- this.ac();
26184
+ this.ad();
26185
+ this.ae();
26184
26186
  var e = this.d.rootWrapper.getChildAt(0);
26185
26187
  e.listen("keydown", igniteuiWebcomponentsCore.runOn(this, this.y));
26186
26188
  e.listen("focusin", igniteuiWebcomponentsCore.runOn(this, this.w));
26187
26189
  e.listen("focusout", igniteuiWebcomponentsCore.runOn(this, this.x));
26188
26190
  document.addEventListener("click", this.document_Click, false);
26189
- this.o = new MutationObserver(igniteuiWebcomponentsCore.runOn(this, this.aj));
26191
+ window.addEventListener("resize", this.window_Resize, false);
26192
+ this.o = new MutationObserver(igniteuiWebcomponentsCore.runOn(this, this.al));
26190
26193
  };
26191
- DatePickerView.prototype.ab = function () {
26194
+ DatePickerView.prototype.ad = function () {
26192
26195
  if (this.d != null) {
26193
26196
  this.k = this.d.rootWrapper.getChildAt(0);
26194
- this.k.setAttribute("tabIndex", this.b.a7.toString());
26197
+ this.k.setAttribute("tabIndex", this.b.be.toString());
26195
26198
  this.k.setStyleProperty("display", "flex");
26196
26199
  this.k.setStyleProperty("height", "100%");
26197
26200
  this.l = this.d.createElement("div");
@@ -26204,46 +26207,48 @@
26204
26207
  this.i = this.d.createElement("div");
26205
26208
  this.i.setAttribute("aria-hidden", "true");
26206
26209
  this.h = this.d.createElement("div");
26207
- this.b.ch();
26210
+ this.b.cr();
26208
26211
  this.j.getChildAt(0).setAttribute("aria-expanded", "fasle");
26209
26212
  this.j.getChildAt(0).setAttribute("aria-invalid", "false");
26210
26213
  this.f.setStyleProperty("height", "16px");
26211
26214
  this.f.setStyleProperty("width", "16px");
26212
26215
  this.h.setStyleProperty("height", "16px");
26213
26216
  this.h.setStyleProperty("width", "16px");
26214
- this.f.listen("click", igniteuiWebcomponentsCore.runOn(this, this.aa));
26215
- this.h.listen("click", igniteuiWebcomponentsCore.runOn(this, this.ae));
26217
+ this.f.listen("click", igniteuiWebcomponentsCore.runOn(this, this.ac));
26218
+ this.f.listen("mousedown", igniteuiWebcomponentsCore.runOn(this, this.aa));
26219
+ this.f.listen("mouseleave", igniteuiWebcomponentsCore.runOn(this, this.ab));
26220
+ this.h.listen("click", igniteuiWebcomponentsCore.runOn(this, this.ag));
26216
26221
  }
26217
26222
  };
26218
- DatePickerView.prototype.ao = function (a) {
26223
+ DatePickerView.prototype.aq = function (a) {
26219
26224
  if (this.d != null) {
26220
26225
  var b = this.d.getSubRenderer(this.k);
26221
26226
  a.provideContainer(b);
26222
26227
  var c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
26223
26228
  }
26224
26229
  };
26225
- DatePickerView.prototype.aq = function (a) {
26230
+ DatePickerView.prototype.as = function (a) {
26226
26231
  if (this.d != null) {
26227
26232
  var b = this.d.getSubRenderer(this.l);
26228
26233
  a.provideContainer(b);
26229
26234
  var c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
26230
26235
  }
26231
26236
  };
26232
- DatePickerView.prototype.ap = function (a) {
26237
+ DatePickerView.prototype.ar = function (a) {
26233
26238
  if (this.d != null) {
26234
26239
  var b = this.d.getSubRenderer(this.j);
26235
26240
  a.provideContainer(b);
26236
26241
  var c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
26237
26242
  }
26238
26243
  };
26239
- DatePickerView.prototype.as = function (a, b) {
26244
+ DatePickerView.prototype.au = function (a, b) {
26240
26245
  if (this.d != null) {
26241
26246
  var c = this.d.getSubRenderer(b);
26242
26247
  a.provideContainer(c);
26243
26248
  var d = c.getExternal(a, c.rootWrapper, this.d.getExternal(this.b, null, null));
26244
26249
  }
26245
26250
  };
26246
- DatePickerView.prototype.an = function (a, b) {
26251
+ DatePickerView.prototype.ap = function (a, b) {
26247
26252
  if (this.d != null) {
26248
26253
  var c = this.d.getSubRenderer(b);
26249
26254
  a.provideContainer(c);
@@ -26268,7 +26273,7 @@
26268
26273
  DatePickerView.prototype.s = function () {
26269
26274
  return this.h;
26270
26275
  };
26271
- DatePickerView.prototype.au = function (a) {
26276
+ DatePickerView.prototype.aw = function (a) {
26272
26277
  if (this.j != null) {
26273
26278
  if (a) {
26274
26279
  this.j.getChildAt(0).setAttribute("aria-expanded", "true");
@@ -26278,7 +26283,7 @@
26278
26283
  }
26279
26284
  }
26280
26285
  };
26281
- DatePickerView.prototype.aw = function (a) {
26286
+ DatePickerView.prototype.ay = function (a) {
26282
26287
  if (a != null && a != "") {
26283
26288
  this.j.getChildAt(0).setAttribute("aria-label", a);
26284
26289
  }
@@ -26286,9 +26291,9 @@
26286
26291
  this.j.getChildAt(0).setAttribute("aria-label", "Select a date");
26287
26292
  }
26288
26293
  };
26289
- DatePickerView.prototype.at = function () {
26294
+ DatePickerView.prototype.av = function () {
26290
26295
  if (this.f != null) {
26291
- if (this.b.at == true) {
26296
+ if (this.b.az == true) {
26292
26297
  this.f.show();
26293
26298
  }
26294
26299
  else {
@@ -26296,67 +26301,55 @@
26296
26301
  }
26297
26302
  }
26298
26303
  };
26299
- DatePickerView.prototype.af = function () {
26304
+ DatePickerView.prototype.ah = function () {
26300
26305
  if (this.f != null) {
26301
26306
  this.f.hide();
26302
26307
  }
26303
26308
  };
26304
- DatePickerView.prototype.av = function () {
26305
- this.k.setAttribute("tabIndex", this.b.a7.toString());
26309
+ DatePickerView.prototype.ax = function () {
26310
+ this.k.setAttribute("tabIndex", this.b.be.toString());
26306
26311
  };
26307
- DatePickerView.prototype.al = function () {
26312
+ DatePickerView.prototype.an = function () {
26308
26313
  this.o.observe(document, { childList: true, subtree: true });
26309
26314
  };
26310
- DatePickerView.prototype.ah = function () {
26315
+ DatePickerView.prototype.aj = function () {
26311
26316
  this.o.disconnect();
26312
26317
  };
26313
- DatePickerView.prototype.ac = function () {
26318
+ DatePickerView.prototype.ae = function () {
26314
26319
  if (this.d != null) {
26315
26320
  this.m = this.d.rootWrapper.getChildAt(1);
26316
26321
  this.e = this.d.createElement("div");
26317
26322
  this.e.setStyleProperty("width", "100%");
26318
26323
  this.e.setStyleProperty("height", "100%");
26319
26324
  this.e.setStyleProperty("display", "flex");
26320
- this.b.ci();
26325
+ this.b.cs();
26321
26326
  this.e.parent().setStyleProperty("height", "100%");
26322
- if (this.b.av == true) {
26327
+ if (this.b.a1 == true) {
26323
26328
  this.e.parent().parent().setStyleProperty("max-width", "245px");
26324
26329
  }
26325
26330
  else {
26326
26331
  this.e.parent().parent().setStyleProperty("max-width", "232px");
26327
26332
  }
26328
- if (this.b.au == true) {
26329
- this.e.parent().parent().setStyleProperty("min-height", "270px");
26330
- }
26331
- else {
26332
- this.e.parent().parent().setStyleProperty("min-height", "234px");
26333
- }
26334
26333
  }
26335
26334
  };
26336
26335
  DatePickerView.prototype.z = function () {
26337
26336
  if (this.d != null) {
26338
- if (this.b.av == true) {
26337
+ if (this.b.a1 == true) {
26339
26338
  this.e.parent().parent().setStyleProperty("max-width", "245px");
26340
26339
  }
26341
26340
  else {
26342
26341
  this.e.parent().parent().setStyleProperty("max-width", "232px");
26343
26342
  }
26344
- if (this.b.au == true) {
26345
- this.e.parent().parent().setStyleProperty("min-height", "270px");
26346
- }
26347
- else {
26348
- this.e.parent().parent().setStyleProperty("min-height", "234px");
26349
- }
26350
26343
  }
26351
26344
  };
26352
- DatePickerView.prototype.ar = function (a) {
26345
+ DatePickerView.prototype.at = function (a) {
26353
26346
  if (this.d != null) {
26354
26347
  var b = this.d.getSubRenderer(this.m);
26355
26348
  a.provideRenderer(b);
26356
26349
  var c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
26357
26350
  }
26358
26351
  };
26359
- DatePickerView.prototype.am = function (a) {
26352
+ DatePickerView.prototype.ao = function (a) {
26360
26353
  if (this.d != null) {
26361
26354
  var b = this.d.getSubRenderer(this.e);
26362
26355
  a.provideContainer(b);
@@ -26366,62 +26359,73 @@
26366
26359
  DatePickerView.prototype.p = function () {
26367
26360
  return this.e;
26368
26361
  };
26369
- DatePickerView.prototype.aa = function (a) {
26370
- if (this.b.ar == true) {
26362
+ DatePickerView.prototype.ac = function (a) {
26363
+ if (this.b.av == true) {
26371
26364
  return;
26372
26365
  }
26373
- this.b.cf();
26366
+ this.b.cp();
26374
26367
  if (this.f != null) {
26375
26368
  this.f.hide();
26376
26369
  }
26377
26370
  };
26378
- DatePickerView.prototype.ae = function (a) {
26371
+ DatePickerView.prototype.aa = function (a) {
26372
+ this.b.c8();
26373
+ };
26374
+ DatePickerView.prototype.ab = function (a) {
26375
+ this.b.c9();
26376
+ };
26377
+ DatePickerView.prototype.ag = function (a) {
26379
26378
  a.stopPropagation();
26380
- this.b.cn();
26379
+ this.b.cx();
26381
26380
  };
26382
26381
  DatePickerView.prototype.y = function (a) {
26383
26382
  var b = a.which;
26384
26383
  if (b == 27) {
26385
- this.b.cg();
26384
+ this.b.cq();
26386
26385
  }
26387
26386
  };
26388
26387
  DatePickerView.prototype.w = function (a) {
26389
26388
  this.b.focus();
26390
26389
  var b = (a.originalEvent.relatedTarget);
26391
26390
  if (!this.c(b)) {
26392
- this.b.ct();
26391
+ this.b.c3();
26393
26392
  }
26394
26393
  };
26395
26394
  DatePickerView.prototype.x = function (a) {
26396
26395
  var b = (a.originalEvent.relatedTarget);
26397
26396
  if (!this.c(b)) {
26398
- this.b.cm();
26399
- this.b.cu();
26397
+ this.b.cw();
26398
+ this.b.c4();
26400
26399
  }
26401
26400
  };
26402
- DatePickerView.prototype.aj = function (a, b) {
26401
+ DatePickerView.prototype.al = function (a, b) {
26403
26402
  if (this.d != null) {
26404
26403
  var c = this.d.rootWrapper.getNativeElement();
26405
26404
  if (!document.documentElement.contains(c)) {
26406
- this.b.cg();
26405
+ this.b.cq();
26407
26406
  }
26408
26407
  }
26409
26408
  else {
26410
- this.b.cg();
26409
+ this.b.cq();
26411
26410
  }
26412
26411
  };
26413
26412
  DatePickerView.prototype.document_Click = function (a) {
26414
26413
  var b = a.target;
26415
26414
  if (!this.c(b)) {
26416
- this.b.cg();
26415
+ this.b.cq();
26417
26416
  }
26418
26417
  };
26419
- DatePickerView.prototype.ax = function () {
26418
+ DatePickerView.prototype.window_Resize = function (a) {
26419
+ this.b.dm();
26420
+ };
26421
+ DatePickerView.prototype.a0 = function (a) {
26420
26422
  if (this.d != null) {
26421
- var a = this.d.rootWrapper.getNativeElement();
26422
- var b = a.getBoundingClientRect();
26423
- ;
26424
- return b;
26423
+ var b = this.d.rootWrapper.getNativeElement();
26424
+ var c = (b.getBoundingClientRect());
26425
+ if (a) {
26426
+ c = new igniteuiWebcomponentsCore.Rect(0, c.left + window.pageXOffset, c.top + window.pageYOffset, c.width, c.height);
26427
+ }
26428
+ return c;
26425
26429
  }
26426
26430
  return null;
26427
26431
  };
@@ -26437,11 +26441,11 @@
26437
26441
  if (null == a) {
26438
26442
  return false;
26439
26443
  }
26440
- var b = this.j.getNativeElement();
26444
+ var b = this.d.rootWrapper.getNativeElement();
26441
26445
  var c = this.e.getNativeElement();
26442
26446
  return b.contains(a) || c.contains(a);
26443
26447
  };
26444
- DatePickerView.prototype.ag = function () {
26448
+ DatePickerView.prototype.ai = function () {
26445
26449
  };
26446
26450
  DatePickerView.$t = igniteuiWebcomponentsCore.markType(DatePickerView, 'DatePickerView');
26447
26451
  return DatePickerView;
@@ -26461,44 +26465,48 @@
26461
26465
  _this.m = null;
26462
26466
  _this.n = null;
26463
26467
  _this.c = null;
26464
- _this.a9 = "dd";
26465
- _this.bd = "mm";
26466
- _this.bg = "yyyy";
26467
- _this.ba = "mdy";
26468
- _this.bf = "/";
26468
+ _this.bg = "dd";
26469
+ _this.bk = "mm";
26470
+ _this.bn = "yyyy";
26471
+ _this.bh = "mdy";
26472
+ _this.bm = "/";
26469
26473
  _this.ah = false;
26470
- _this.ap = false;
26471
- _this.ao = false;
26472
- _this.ay = igniteuiWebcomponentsCore.dateMinValue();
26474
+ _this.at = false;
26475
+ _this.ar = false;
26476
+ _this.a5 = igniteuiWebcomponentsCore.dateMinValue();
26473
26477
  _this.ai = false;
26474
26478
  _this.propertyChanged = null;
26475
26479
  _this.selectedValueChanged = null;
26476
26480
  _this.ae = null;
26477
- _this.a0 = igniteuiWebcomponentsCore.dateMinValue();
26478
- _this.az = igniteuiWebcomponentsCore.dateMinValue();
26479
- _this.bc = "";
26480
- _this.de = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
26481
+ _this.a7 = igniteuiWebcomponentsCore.dateMinValue();
26482
+ _this.a6 = igniteuiWebcomponentsCore.dateMinValue();
26483
+ _this.bj = "";
26484
+ _this.dt = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
26481
26485
  _this.z = null;
26482
- _this.be = "";
26483
- _this.ax = igniteuiWebcomponentsCore.dateMinValue();
26484
- _this.aw = igniteuiWebcomponentsCore.dateMaxValue();
26486
+ _this.bl = "";
26487
+ _this.a4 = igniteuiWebcomponentsCore.dateMinValue();
26488
+ _this.a3 = igniteuiWebcomponentsCore.dateMaxValue();
26485
26489
  _this.x = 2;
26486
26490
  _this.v = 1;
26487
26491
  _this.aa = null;
26488
- _this.df = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
26489
- _this.dd = igniteuiWebcomponentsCore.BrushUtil.g(255, 163, 172, 184);
26490
- _this.al = true;
26491
- _this.am = false;
26492
+ _this.du = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
26493
+ _this.ds = igniteuiWebcomponentsCore.BrushUtil.g(255, 163, 172, 184);
26494
+ _this.ao = true;
26495
+ _this.ap = false;
26492
26496
  _this.ag = true;
26493
- _this.ak = true;
26497
+ _this.an = true;
26494
26498
  _this.i = 0;
26495
26499
  _this.k = 0;
26496
- _this.an = false;
26500
+ _this.aq = false;
26497
26501
  _this.a = new DateTimeValueFormatter();
26498
26502
  _this.d = 0;
26499
- _this.bb = null;
26503
+ _this.bi = null;
26500
26504
  _this.aj = false;
26501
- _this.a6 = 0;
26505
+ _this.bd = 0;
26506
+ _this.ak = false;
26507
+ _this.am = false;
26508
+ _this.as = false;
26509
+ _this.al = false;
26502
26510
  _this.gotFocus = null;
26503
26511
  _this.lostFocus = null;
26504
26512
  _this.keyDown = null;
@@ -26506,16 +26514,16 @@
26506
26514
  var a = new DatePickerView();
26507
26515
  a.b = _this;
26508
26516
  _this.h = a;
26509
- _this.h.ak();
26510
- _this.ce();
26517
+ _this.h.am();
26518
+ _this.co();
26511
26519
  return _this;
26512
26520
  }
26513
- DatePicker.prototype.cz = function (a, b) {
26521
+ DatePicker.prototype.db = function (a, b) {
26514
26522
  if (this.u != null) {
26515
26523
  this.ah = true;
26516
- this.cg();
26524
+ this.cq();
26517
26525
  }
26518
- this.c8();
26526
+ this.dl();
26519
26527
  if (this.selectedValueChanged != null) {
26520
26528
  this.selectedValueChanged(this, ((function () {
26521
26529
  var $ret = new SelectedValueChangedEventArgs();
@@ -26525,23 +26533,23 @@
26525
26533
  })()));
26526
26534
  }
26527
26535
  if (this.ai) {
26528
- this.c3();
26536
+ this.df();
26529
26537
  }
26530
26538
  };
26531
26539
  DatePicker.prototype.notifySizeChanged = function () {
26532
- this.h.ag();
26540
+ this.h.ai();
26533
26541
  };
26534
26542
  DatePicker.prototype.destroy = function () {
26535
26543
  if (this.c != null) {
26536
26544
  var a = this.c;
26537
- a.selectedValueChanged = igniteuiWebcomponentsCore.delegateRemove(a.selectedValueChanged, igniteuiWebcomponentsCore.runOn(this, this.cd));
26545
+ a.selectedValueChanged = igniteuiWebcomponentsCore.delegateRemove(a.selectedValueChanged, igniteuiWebcomponentsCore.runOn(this, this.cn));
26538
26546
  var b = this.c;
26539
- b.close = igniteuiWebcomponentsCore.delegateRemove(b.close, igniteuiWebcomponentsCore.runOn(this, this.cc));
26547
+ b.close = igniteuiWebcomponentsCore.delegateRemove(b.close, igniteuiWebcomponentsCore.runOn(this, this.cm));
26540
26548
  }
26541
26549
  this.provideContainer(null);
26542
26550
  };
26543
26551
  DatePicker.prototype.provideContainer = function (a) {
26544
- this.h.ai(a);
26552
+ this.h.ak(a);
26545
26553
  };
26546
26554
  DatePicker.prototype.setName = function (a) {
26547
26555
  this.o.e = a;
@@ -26559,56 +26567,56 @@
26559
26567
  });
26560
26568
  Object.defineProperty(DatePicker.prototype, "value", {
26561
26569
  get: function () {
26562
- return this.a0;
26570
+ return this.a7;
26563
26571
  },
26564
26572
  set: function (a) {
26565
- var b = this.a0;
26566
- this.ay = b;
26567
- this.a0 = a;
26568
- if (+b != +(this.a0)) {
26569
- this.cy("Value", b, this.a0);
26573
+ var b = this.a7;
26574
+ this.a5 = b;
26575
+ this.a7 = a;
26576
+ if (+b != +(this.a7)) {
26577
+ this.da("Value", b, this.a7);
26570
26578
  }
26571
26579
  },
26572
26580
  enumerable: false,
26573
26581
  configurable: true
26574
26582
  });
26575
- Object.defineProperty(DatePicker.prototype, "a3", {
26583
+ Object.defineProperty(DatePicker.prototype, "ba", {
26576
26584
  get: function () {
26577
- return this.az;
26585
+ return this.a6;
26578
26586
  },
26579
26587
  set: function (a) {
26580
- var b = this.az;
26581
- this.az = a;
26582
- if (+b != +(this.az)) {
26583
- this.cy("Today", b, this.az);
26588
+ var b = this.a6;
26589
+ this.a6 = a;
26590
+ if (+b != +(this.a6)) {
26591
+ this.da("Today", b, this.a6);
26584
26592
  }
26585
26593
  },
26586
26594
  enumerable: false,
26587
26595
  configurable: true
26588
26596
  });
26589
- Object.defineProperty(DatePicker.prototype, "bv", {
26597
+ Object.defineProperty(DatePicker.prototype, "b3", {
26590
26598
  get: function () {
26591
- return this.bc;
26599
+ return this.bj;
26592
26600
  },
26593
26601
  set: function (a) {
26594
- var b = this.bc;
26595
- this.bc = a;
26596
- if (b != this.bc) {
26597
- this.cy("Label", b, this.bc);
26602
+ var b = this.bj;
26603
+ this.bj = a;
26604
+ if (b != this.bj) {
26605
+ this.da("Label", b, this.bj);
26598
26606
  }
26599
26607
  },
26600
26608
  enumerable: false,
26601
26609
  configurable: true
26602
26610
  });
26603
- Object.defineProperty(DatePicker.prototype, "dh", {
26611
+ Object.defineProperty(DatePicker.prototype, "dw", {
26604
26612
  get: function () {
26605
- return this.de;
26613
+ return this.dt;
26606
26614
  },
26607
26615
  set: function (a) {
26608
- var b = this.de;
26609
- this.de = a;
26610
- if (b != this.de) {
26611
- this.cy("LabelTextColor", b, a);
26616
+ var b = this.dt;
26617
+ this.dt = a;
26618
+ if (b != this.dt) {
26619
+ this.da("LabelTextColor", b, a);
26612
26620
  }
26613
26621
  },
26614
26622
  enumerable: false,
@@ -26622,49 +26630,49 @@
26622
26630
  var b = this.z;
26623
26631
  this.z = a;
26624
26632
  if (b != this.z) {
26625
- this.cy("LabelTextStyle", b, this.z);
26633
+ this.da("LabelTextStyle", b, this.z);
26626
26634
  }
26627
26635
  },
26628
26636
  enumerable: false,
26629
26637
  configurable: true
26630
26638
  });
26631
- Object.defineProperty(DatePicker.prototype, "b2", {
26639
+ Object.defineProperty(DatePicker.prototype, "cb", {
26632
26640
  get: function () {
26633
- return this.be;
26641
+ return this.bl;
26634
26642
  },
26635
26643
  set: function (a) {
26636
- var b = this.be;
26637
- this.be = a;
26638
- if (b != this.be) {
26639
- this.cy("Placeholder", b, this.be);
26644
+ var b = this.bl;
26645
+ this.bl = a;
26646
+ if (b != this.bl) {
26647
+ this.da("Placeholder", b, this.bl);
26640
26648
  }
26641
26649
  },
26642
26650
  enumerable: false,
26643
26651
  configurable: true
26644
26652
  });
26645
- Object.defineProperty(DatePicker.prototype, "a2", {
26653
+ Object.defineProperty(DatePicker.prototype, "a9", {
26646
26654
  get: function () {
26647
- return this.ax;
26655
+ return this.a4;
26648
26656
  },
26649
26657
  set: function (a) {
26650
- var b = this.ax;
26651
- this.ax = a;
26652
- if (+b != +(this.ax)) {
26653
- this.cy("MinDate", b, this.ax);
26658
+ var b = this.a4;
26659
+ this.a4 = a;
26660
+ if (+b != +(this.a4)) {
26661
+ this.da("MinDate", b, this.a4);
26654
26662
  }
26655
26663
  },
26656
26664
  enumerable: false,
26657
26665
  configurable: true
26658
26666
  });
26659
- Object.defineProperty(DatePicker.prototype, "a1", {
26667
+ Object.defineProperty(DatePicker.prototype, "a8", {
26660
26668
  get: function () {
26661
- return this.aw;
26669
+ return this.a3;
26662
26670
  },
26663
26671
  set: function (a) {
26664
- var b = this.aw;
26665
- this.aw = a;
26666
- if (+b != +(this.aw)) {
26667
- this.cy("MaxDate", b, this.aw);
26672
+ var b = this.a3;
26673
+ this.a3 = a;
26674
+ if (+b != +(this.a3)) {
26675
+ this.da("MaxDate", b, this.a3);
26668
26676
  }
26669
26677
  },
26670
26678
  enumerable: false,
@@ -26678,7 +26686,7 @@
26678
26686
  var b = this.x;
26679
26687
  this.x = a;
26680
26688
  if (b != this.x) {
26681
- this.cy("Density", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, this.x));
26689
+ this.da("Density", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, this.x));
26682
26690
  }
26683
26691
  },
26684
26692
  enumerable: false,
@@ -26692,7 +26700,7 @@
26692
26700
  var b = this.v;
26693
26701
  this.v = a;
26694
26702
  if (b != this.v) {
26695
- this.cy("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.v));
26703
+ this.da("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.v));
26696
26704
  }
26697
26705
  },
26698
26706
  enumerable: false,
@@ -26706,69 +26714,69 @@
26706
26714
  var b = this.aa;
26707
26715
  this.aa = a;
26708
26716
  if (b != this.aa) {
26709
- this.cy("TextStyle", b, this.aa);
26717
+ this.da("TextStyle", b, this.aa);
26710
26718
  }
26711
26719
  },
26712
26720
  enumerable: false,
26713
26721
  configurable: true
26714
26722
  });
26715
- Object.defineProperty(DatePicker.prototype, "di", {
26723
+ Object.defineProperty(DatePicker.prototype, "dx", {
26716
26724
  get: function () {
26717
- return this.df;
26725
+ return this.du;
26718
26726
  },
26719
26727
  set: function (a) {
26720
- var b = this.df;
26721
- this.df = a;
26722
- if (b != this.df) {
26723
- this.cy("TextColor", b, this.df);
26728
+ var b = this.du;
26729
+ this.du = a;
26730
+ if (b != this.du) {
26731
+ this.da("TextColor", b, this.du);
26724
26732
  }
26725
26733
  },
26726
26734
  enumerable: false,
26727
26735
  configurable: true
26728
26736
  });
26729
- Object.defineProperty(DatePicker.prototype, "dg", {
26737
+ Object.defineProperty(DatePicker.prototype, "dv", {
26730
26738
  get: function () {
26731
- return this.dd;
26739
+ return this.ds;
26732
26740
  },
26733
26741
  set: function (a) {
26734
- var b = this.dd;
26735
- this.dd = a;
26736
- if (b != this.dd) {
26737
- this.cy("IconColor", b, this.dd);
26742
+ var b = this.ds;
26743
+ this.ds = a;
26744
+ if (b != this.ds) {
26745
+ this.da("IconColor", b, this.ds);
26738
26746
  }
26739
26747
  },
26740
26748
  enumerable: false,
26741
26749
  configurable: true
26742
26750
  });
26743
- Object.defineProperty(DatePicker.prototype, "at", {
26751
+ Object.defineProperty(DatePicker.prototype, "az", {
26744
26752
  get: function () {
26745
- return this.al;
26753
+ return this.ao;
26746
26754
  },
26747
26755
  set: function (a) {
26748
- var b = this.al;
26749
- this.al = a;
26750
- if (b != this.al) {
26751
- this.cy("ShowClearButton", b, this.al);
26756
+ var b = this.ao;
26757
+ this.ao = a;
26758
+ if (b != this.ao) {
26759
+ this.da("ShowClearButton", b, this.ao);
26752
26760
  }
26753
26761
  },
26754
26762
  enumerable: false,
26755
26763
  configurable: true
26756
26764
  });
26757
- Object.defineProperty(DatePicker.prototype, "au", {
26765
+ Object.defineProperty(DatePicker.prototype, "a0", {
26758
26766
  get: function () {
26759
- return this.am;
26767
+ return this.ap;
26760
26768
  },
26761
26769
  set: function (a) {
26762
- var b = this.am;
26763
- this.am = a;
26764
- if (b != this.am) {
26765
- this.cy("ShowTodayButton", b, this.am);
26770
+ var b = this.ap;
26771
+ this.ap = a;
26772
+ if (b != this.ap) {
26773
+ this.da("ShowTodayButton", b, this.ap);
26766
26774
  }
26767
26775
  },
26768
26776
  enumerable: false,
26769
26777
  configurable: true
26770
26778
  });
26771
- Object.defineProperty(DatePicker.prototype, "aq", {
26779
+ Object.defineProperty(DatePicker.prototype, "au", {
26772
26780
  get: function () {
26773
26781
  return this.ag;
26774
26782
  },
@@ -26776,21 +26784,21 @@
26776
26784
  var b = this.ag;
26777
26785
  this.ag = a;
26778
26786
  if (b != this.ag) {
26779
- this.cy("AllowTextInput", b, this.ag);
26787
+ this.da("AllowTextInput", b, this.ag);
26780
26788
  }
26781
26789
  },
26782
26790
  enumerable: false,
26783
26791
  configurable: true
26784
26792
  });
26785
- Object.defineProperty(DatePicker.prototype, "as", {
26793
+ Object.defineProperty(DatePicker.prototype, "ay", {
26786
26794
  get: function () {
26787
- return this.ak;
26795
+ return this.an;
26788
26796
  },
26789
26797
  set: function (a) {
26790
- var b = this.ak;
26791
- this.ak = a;
26792
- if (b != this.ak) {
26793
- this.cy("OpenOnFocus", b, this.ak);
26798
+ var b = this.an;
26799
+ this.an = a;
26800
+ if (b != this.an) {
26801
+ this.da("OpenOnFocus", b, this.an);
26794
26802
  }
26795
26803
  },
26796
26804
  enumerable: false,
@@ -26804,7 +26812,7 @@
26804
26812
  var b = this.i;
26805
26813
  this.i = a;
26806
26814
  if (b != this.i) {
26807
- this.cy("FirstDayOfWeek", igniteuiWebcomponentsCore.enumGetBox(DayOfWeek_$type, b), igniteuiWebcomponentsCore.enumGetBox(DayOfWeek_$type, this.i));
26815
+ this.da("FirstDayOfWeek", igniteuiWebcomponentsCore.enumGetBox(DayOfWeek_$type, b), igniteuiWebcomponentsCore.enumGetBox(DayOfWeek_$type, this.i));
26808
26816
  }
26809
26817
  },
26810
26818
  enumerable: false,
@@ -26818,21 +26826,21 @@
26818
26826
  var b = this.k;
26819
26827
  this.k = a;
26820
26828
  if (b != this.k) {
26821
- this.cy("FirstWeekOfYear", igniteuiWebcomponentsCore.enumGetBox(FirstWeek_$type, b), igniteuiWebcomponentsCore.enumGetBox(FirstWeek_$type, this.k));
26829
+ this.da("FirstWeekOfYear", igniteuiWebcomponentsCore.enumGetBox(FirstWeek_$type, b), igniteuiWebcomponentsCore.enumGetBox(FirstWeek_$type, this.k));
26822
26830
  }
26823
26831
  },
26824
26832
  enumerable: false,
26825
26833
  configurable: true
26826
26834
  });
26827
- Object.defineProperty(DatePicker.prototype, "av", {
26835
+ Object.defineProperty(DatePicker.prototype, "a1", {
26828
26836
  get: function () {
26829
- return this.an;
26837
+ return this.aq;
26830
26838
  },
26831
26839
  set: function (a) {
26832
- var b = this.an;
26833
- this.an = a;
26834
- if (b != this.an) {
26835
- this.cy("ShowWeekNumbers", b, this.an);
26840
+ var b = this.aq;
26841
+ this.aq = a;
26842
+ if (b != this.aq) {
26843
+ this.da("ShowWeekNumbers", b, this.aq);
26836
26844
  }
26837
26845
  },
26838
26846
  enumerable: false,
@@ -26846,27 +26854,27 @@
26846
26854
  var b = this.d;
26847
26855
  this.d = a;
26848
26856
  if (this.d != b) {
26849
- this.cy("DateFormat", igniteuiWebcomponentsCore.enumGetBox(DateFormats_$type, b), igniteuiWebcomponentsCore.enumGetBox(DateFormats_$type, this.d));
26857
+ this.da("DateFormat", igniteuiWebcomponentsCore.enumGetBox(DateFormats_$type, b), igniteuiWebcomponentsCore.enumGetBox(DateFormats_$type, this.d));
26850
26858
  }
26851
26859
  },
26852
26860
  enumerable: false,
26853
26861
  configurable: true
26854
26862
  });
26855
- Object.defineProperty(DatePicker.prototype, "br", {
26863
+ Object.defineProperty(DatePicker.prototype, "by", {
26856
26864
  get: function () {
26857
- return this.bb;
26865
+ return this.bi;
26858
26866
  },
26859
26867
  set: function (a) {
26860
- var b = this.bb;
26861
- this.bb = a;
26862
- if (b != this.bb) {
26863
- this.cy("FormatString", b, this.bb);
26868
+ var b = this.bi;
26869
+ this.bi = a;
26870
+ if (b != this.bi) {
26871
+ this.da("FormatString", b, this.bi);
26864
26872
  }
26865
26873
  },
26866
26874
  enumerable: false,
26867
26875
  configurable: true
26868
26876
  });
26869
- Object.defineProperty(DatePicker.prototype, "ar", {
26877
+ Object.defineProperty(DatePicker.prototype, "av", {
26870
26878
  get: function () {
26871
26879
  return this.aj;
26872
26880
  },
@@ -26874,58 +26882,100 @@
26874
26882
  var b = this.aj;
26875
26883
  this.aj = a;
26876
26884
  if (b != this.aj) {
26877
- this.cy("IsDisabled", b, this.aj);
26885
+ this.da("IsDisabled", b, this.aj);
26878
26886
  }
26879
26887
  },
26880
26888
  enumerable: false,
26881
26889
  configurable: true
26882
26890
  });
26883
- Object.defineProperty(DatePicker.prototype, "a7", {
26891
+ Object.defineProperty(DatePicker.prototype, "be", {
26884
26892
  get: function () {
26885
- return this.a6;
26893
+ return this.bd;
26886
26894
  },
26887
26895
  set: function (a) {
26888
- var b = this.a6;
26889
- this.a6 = a;
26890
- if (b != this.a6) {
26891
- this.cy("TabIndex", b, this.a6);
26896
+ var b = this.bd;
26897
+ this.bd = a;
26898
+ if (b != this.bd) {
26899
+ this.da("TabIndex", b, this.bd);
26892
26900
  }
26893
26901
  },
26894
26902
  enumerable: false,
26895
26903
  configurable: true
26896
26904
  });
26897
- DatePicker.prototype.cy = function (a, b, c) {
26905
+ Object.defineProperty(DatePicker.prototype, "aw", {
26906
+ get: function () {
26907
+ return this.ak;
26908
+ },
26909
+ set: function (a) {
26910
+ var b = this.ak;
26911
+ this.ak = a;
26912
+ if (b != this.ak) {
26913
+ this.da("IsFixed", b, this.ak);
26914
+ }
26915
+ },
26916
+ enumerable: false,
26917
+ configurable: true
26918
+ });
26919
+ Object.defineProperty(DatePicker.prototype, "ax", {
26920
+ get: function () {
26921
+ return this.am;
26922
+ },
26923
+ set: function (a) {
26924
+ var b = this.am;
26925
+ this.am = a;
26926
+ if (b != this.am) {
26927
+ this.da("OpenAsChild", b, this.am);
26928
+ }
26929
+ },
26930
+ enumerable: false,
26931
+ configurable: true
26932
+ });
26933
+ Object.defineProperty(DatePicker.prototype, "a2", {
26934
+ get: function () {
26935
+ return this.as;
26936
+ },
26937
+ set: function (a) {
26938
+ var b = this.as;
26939
+ this.as = a;
26940
+ if (b != this.as) {
26941
+ this.da("UseTopLayer", b, this.as);
26942
+ }
26943
+ },
26944
+ enumerable: false,
26945
+ configurable: true
26946
+ });
26947
+ DatePicker.prototype.da = function (a, b, c) {
26898
26948
  if (this.propertyChanged != null) {
26899
26949
  this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
26900
26950
  }
26901
- this.c1(a, b, c);
26951
+ this.dd(a, b, c);
26902
26952
  };
26903
- DatePicker.prototype.c1 = function (a, b, c) {
26953
+ DatePicker.prototype.dd = function (a, b, c) {
26904
26954
  switch (a) {
26905
26955
  case "Density":
26906
- this.c4();
26956
+ this.dg();
26907
26957
  break;
26908
26958
  case "BaseTheme":
26909
- this.c6();
26959
+ this.di();
26910
26960
  break;
26911
26961
  case "Value":
26912
26962
  if (+(this.value) != +(igniteuiWebcomponentsCore.dateMinValue())) {
26913
- if (igniteuiWebcomponentsCore.dateGetDate(this.value) < igniteuiWebcomponentsCore.dateGetDate(this.a2) || igniteuiWebcomponentsCore.dateGetDate(this.value) > igniteuiWebcomponentsCore.dateGetDate(this.a1)) {
26963
+ if (igniteuiWebcomponentsCore.dateGetDate(this.value) < igniteuiWebcomponentsCore.dateGetDate(this.a9) || igniteuiWebcomponentsCore.dateGetDate(this.value) > igniteuiWebcomponentsCore.dateGetDate(this.a8)) {
26914
26964
  this.ai = true;
26915
- this.value = this.ay;
26965
+ this.value = this.a5;
26916
26966
  this.ai = false;
26917
26967
  }
26918
26968
  }
26919
- this.cz(this.ay, this.value);
26920
- this.ay = this.value;
26969
+ this.db(this.a5, this.value);
26970
+ this.a5 = this.value;
26921
26971
  if (this.c != null) {
26922
26972
  this.c.value = this.value;
26923
26973
  }
26924
26974
  break;
26925
26975
  case "Label":
26926
26976
  if (this.r != null) {
26927
- this.r.text = this.bv;
26928
- if (this.bv != null && this.bv != "") {
26977
+ this.r.text = this.b3;
26978
+ if (this.b3 != null && this.b3 != "") {
26929
26979
  if (!this.q.inputs.contains(this.r)) {
26930
26980
  this.q.inputs.insert(0, this.r);
26931
26981
  }
@@ -26939,25 +26989,25 @@
26939
26989
  break;
26940
26990
  case "Placeholder":
26941
26991
  if (this.o != null) {
26942
- this.o.cg = this.b2;
26943
- this.h.aw(this.b2);
26992
+ this.o.cg = this.cb;
26993
+ this.h.ay(this.cb);
26944
26994
  }
26945
26995
  break;
26946
26996
  case "Today":
26947
26997
  if (this.c != null) {
26948
- this.c.av = this.a3;
26998
+ this.c.av = this.ba;
26949
26999
  }
26950
27000
  break;
26951
27001
  case "MaxDate":
26952
27002
  if (this.c != null) {
26953
- var d = igniteuiWebcomponentsCore.Base.compareSimple(this.a2, this.a1);
27003
+ var d = igniteuiWebcomponentsCore.Base.compareSimple(this.a9, this.a8);
26954
27004
  if (d >= 0) {
26955
- this.a1 = igniteuiWebcomponentsCore.dateMaxValue();
27005
+ this.a8 = igniteuiWebcomponentsCore.dateMaxValue();
26956
27006
  }
26957
- this.c.at = this.aw;
27007
+ this.c.at = this.a3;
26958
27008
  }
26959
- if (igniteuiWebcomponentsCore.dateGetDate(this.value) > igniteuiWebcomponentsCore.dateGetDate(this.a1)) {
26960
- this.ay = igniteuiWebcomponentsCore.dateMinValue();
27009
+ if (igniteuiWebcomponentsCore.dateGetDate(this.value) > igniteuiWebcomponentsCore.dateGetDate(this.a8)) {
27010
+ this.a5 = igniteuiWebcomponentsCore.dateMinValue();
26961
27011
  this.ai = true;
26962
27012
  this.value = igniteuiWebcomponentsCore.dateMinValue();
26963
27013
  this.ai = false;
@@ -26965,27 +27015,27 @@
26965
27015
  break;
26966
27016
  case "MinDate":
26967
27017
  if (this.c != null) {
26968
- this.c.au = this.ax;
26969
- var e = igniteuiWebcomponentsCore.Base.compareSimple(this.a2, this.a1);
27018
+ this.c.au = this.a4;
27019
+ var e = igniteuiWebcomponentsCore.Base.compareSimple(this.a9, this.a8);
26970
27020
  if (e >= 0) {
26971
- this.ay = igniteuiWebcomponentsCore.dateMaxValue();
26972
- this.c.at = this.a1;
27021
+ this.a5 = igniteuiWebcomponentsCore.dateMaxValue();
27022
+ this.c.at = this.a8;
26973
27023
  }
26974
27024
  }
26975
- if (igniteuiWebcomponentsCore.dateGetDate(this.value) < igniteuiWebcomponentsCore.dateGetDate(this.a2)) {
26976
- this.ay = igniteuiWebcomponentsCore.dateMinValue();
27025
+ if (igniteuiWebcomponentsCore.dateGetDate(this.value) < igniteuiWebcomponentsCore.dateGetDate(this.a9)) {
27026
+ this.a5 = igniteuiWebcomponentsCore.dateMinValue();
26977
27027
  this.ai = true;
26978
27028
  this.value = igniteuiWebcomponentsCore.dateMinValue();
26979
27029
  this.ai = false;
26980
27030
  }
26981
27031
  break;
26982
27032
  case "TextStyle":
26983
- this.c9();
27033
+ this.dn();
26984
27034
  break;
26985
27035
  case "ShowClearButton":
26986
27036
  if (this.o != null) {
26987
27037
  if (this.o.cq != "") {
26988
- this.h.at();
27038
+ this.h.av();
26989
27039
  }
26990
27040
  }
26991
27041
  break;
@@ -26993,27 +27043,27 @@
26993
27043
  case "LabelTextStyle":
26994
27044
  case "TextColor":
26995
27045
  case "IconColor":
26996
- this.da();
27046
+ this.dp();
26997
27047
  break;
26998
27048
  case "ShowTodayButton":
26999
27049
  if (this.c != null) {
27000
- this.c.ae = this.au;
27050
+ this.c.ae = this.a0;
27001
27051
  this.h.z();
27002
27052
  }
27003
27053
  break;
27004
27054
  case "AllowTextInput":
27005
27055
  if (this.o != null) {
27006
- this.o.disabled = !this.aq;
27056
+ this.o.disabled = !this.au;
27007
27057
  }
27008
27058
  break;
27009
27059
  case "OpenOnFocus": break;
27010
27060
  case "DateFormat":
27011
27061
  this.a.k(this.e);
27012
- this.c8();
27062
+ this.dl();
27013
27063
  break;
27014
27064
  case "FormatString":
27015
- this.ce();
27016
- this.c8();
27065
+ this.co();
27066
+ this.dl();
27017
27067
  break;
27018
27068
  case "FirstDayOfWeek":
27019
27069
  if (this.c != null) {
@@ -27022,7 +27072,7 @@
27022
27072
  break;
27023
27073
  case "ShowWeekNumbers":
27024
27074
  if (this.c != null) {
27025
- this.c.af = this.av;
27075
+ this.c.af = this.a1;
27026
27076
  this.h.z();
27027
27077
  }
27028
27078
  break;
@@ -27034,21 +27084,31 @@
27034
27084
  case "IsDisabled":
27035
27085
  {
27036
27086
  if (this.q != null) {
27037
- this.q.disabled = this.ar;
27087
+ this.q.disabled = this.av;
27038
27088
  }
27039
27089
  if (this.o != null) {
27040
- this.o.disabled = this.ar;
27090
+ this.o.disabled = this.av;
27041
27091
  }
27042
27092
  }
27043
27093
  break;
27044
27094
  case "TabIndex":
27045
- this.h.av();
27095
+ this.h.ax();
27096
+ break;
27097
+ case "IsFixed":
27098
+ if (this.u != null) {
27099
+ this.u.aq = this.aw;
27100
+ }
27101
+ break;
27102
+ case "UseTopLayer":
27103
+ if (this.u != null) {
27104
+ this.u.ax = this.a2;
27105
+ }
27046
27106
  break;
27047
27107
  }
27048
27108
  };
27049
- DatePicker.prototype.ce = function () {
27109
+ DatePicker.prototype.co = function () {
27050
27110
  var a = '/';
27051
- var b = this.br != null ? this.br.toLowerCase() : this.a.j();
27111
+ var b = this.by != null ? this.by.toLowerCase() : this.a.j();
27052
27112
  if (igniteuiWebcomponentsCore.stringContains(b, "/")) {
27053
27113
  a = '/';
27054
27114
  }
@@ -27064,7 +27124,7 @@
27064
27124
  else if (igniteuiWebcomponentsCore.stringContains(b, ",")) {
27065
27125
  a = ',';
27066
27126
  }
27067
- this.bf = a.toString();
27127
+ this.bm = a.toString();
27068
27128
  var c = b.split(a);
27069
27129
  if (c.length == 3) {
27070
27130
  var d = "";
@@ -27073,19 +27133,19 @@
27073
27133
  d += "d";
27074
27134
  switch (c[e]) {
27075
27135
  case "d":
27076
- this.a9 = c[e];
27136
+ this.bg = c[e];
27077
27137
  break;
27078
27138
  case "dd":
27079
- this.a9 = c[e];
27139
+ this.bg = c[e];
27080
27140
  break;
27081
27141
  case "ddd":
27082
- this.a9 = c[e];
27142
+ this.bg = c[e];
27083
27143
  break;
27084
27144
  case "dddd":
27085
- this.a9 = c[e];
27145
+ this.bg = c[e];
27086
27146
  break;
27087
27147
  default:
27088
- this.a9 = "dd";
27148
+ this.bg = "dd";
27089
27149
  break;
27090
27150
  }
27091
27151
  }
@@ -27093,125 +27153,125 @@
27093
27153
  d += "m";
27094
27154
  switch (c[e]) {
27095
27155
  case "m":
27096
- this.bd = c[e];
27156
+ this.bk = c[e];
27097
27157
  break;
27098
27158
  case "mm":
27099
- this.bd = c[e];
27159
+ this.bk = c[e];
27100
27160
  break;
27101
27161
  case "mmm":
27102
- this.bd = c[e];
27162
+ this.bk = c[e];
27103
27163
  break;
27104
27164
  case "mmmm":
27105
- this.bd = c[e];
27165
+ this.bk = c[e];
27106
27166
  break;
27107
27167
  default:
27108
- this.bd = "mm";
27168
+ this.bk = "mm";
27109
27169
  break;
27110
27170
  }
27111
- this.bd = c[e];
27171
+ this.bk = c[e];
27112
27172
  }
27113
27173
  else if (igniteuiWebcomponentsCore.stringContains(c[e], "y")) {
27114
27174
  d += "y";
27115
27175
  switch (c[e]) {
27116
27176
  case "yy":
27117
- this.bg = c[e];
27177
+ this.bn = c[e];
27118
27178
  break;
27119
27179
  case "yyyy":
27120
- this.bg = c[e];
27180
+ this.bn = c[e];
27121
27181
  break;
27122
27182
  default:
27123
- this.bg = "yyyy";
27183
+ this.bn = "yyyy";
27124
27184
  break;
27125
27185
  }
27126
27186
  }
27127
27187
  }
27128
27188
  if (d == "dmy" || d == "mdy" || d == "ymd") {
27129
- this.ba = d;
27189
+ this.bh = d;
27130
27190
  }
27131
27191
  else {
27132
- this.ba = "mdy";
27192
+ this.bh = "mdy";
27133
27193
  }
27134
27194
  }
27135
27195
  };
27136
- DatePicker.prototype.da = function () {
27196
+ DatePicker.prototype.dp = function () {
27137
27197
  if (this.o != null) {
27138
- this.o.d8 = this.di;
27198
+ this.o.d8 = this.dx;
27139
27199
  }
27140
27200
  if (this.m != null) {
27141
- this.m.fill = this.dg;
27201
+ this.m.fill = this.dv;
27142
27202
  }
27143
27203
  if (this.n != null) {
27144
- this.n.fill = this.dg;
27204
+ this.n.fill = this.dv;
27145
27205
  }
27146
27206
  if (this.r != null) {
27147
- this.r.df = this.dh;
27207
+ this.r.df = this.dw;
27148
27208
  this.r.y = this.ac;
27149
27209
  }
27150
27210
  };
27151
- DatePicker.prototype.c7 = function () {
27211
+ DatePicker.prototype.dk = function () {
27152
27212
  if (this.q != null) {
27153
27213
  }
27154
27214
  };
27155
- DatePicker.prototype.c9 = function () {
27215
+ DatePicker.prototype.dn = function () {
27156
27216
  if (this.aa != null) {
27157
27217
  this.o.af = this.aa;
27158
27218
  }
27159
27219
  };
27160
- DatePicker.prototype.ch = function () {
27220
+ DatePicker.prototype.cr = function () {
27161
27221
  this.q = new XInputGroup();
27162
- this.h.ao(this.q);
27222
+ this.h.aq(this.q);
27163
27223
  this.q.d = 0;
27164
27224
  this.q.p = this.w;
27165
27225
  this.q.t = this.y;
27166
27226
  this.r = new XLabel();
27167
- this.h.aq(this.r);
27168
- this.r.df = this.dh;
27227
+ this.h.as(this.r);
27228
+ this.r.df = this.dw;
27169
27229
  this.r.y = this.ac;
27170
27230
  this.q.appendContentChild(this.h.v());
27171
- if (this.bv != null && this.bv != "") {
27172
- this.r.text = this.bv;
27231
+ if (this.b3 != null && this.b3 != "") {
27232
+ this.r.text = this.b3;
27173
27233
  this.q.inputs.add(this.r);
27174
27234
  }
27175
27235
  this.o = new XInput();
27176
- this.h.ap(this.o);
27236
+ this.h.ar(this.o);
27177
27237
  this.o.b8 = "text";
27178
27238
  if (this.aa != null) {
27179
27239
  this.o.af = this.aa;
27180
27240
  }
27181
- this.o.disabled = !this.aq;
27182
- this.o.d8 = this.di;
27241
+ this.o.disabled = !this.au;
27242
+ this.o.d8 = this.dx;
27183
27243
  this.q.appendContentChild(this.h.u());
27184
27244
  this.q.inputs.add(this.o);
27185
- this.o.cg = this.b2;
27186
- this.h.aw(this.b2);
27245
+ this.o.cg = this.cb;
27246
+ this.h.ay(this.cb);
27187
27247
  var a = this.o;
27188
- a.change = igniteuiWebcomponentsCore.delegateCombine(a.change, igniteuiWebcomponentsCore.runOn(this, this.co));
27248
+ a.change = igniteuiWebcomponentsCore.delegateCombine(a.change, igniteuiWebcomponentsCore.runOn(this, this.cy));
27189
27249
  var b = this.o;
27190
- b.changing = igniteuiWebcomponentsCore.delegateCombine(b.changing, igniteuiWebcomponentsCore.runOn(this, this.cp));
27250
+ b.changing = igniteuiWebcomponentsCore.delegateCombine(b.changing, igniteuiWebcomponentsCore.runOn(this, this.cz));
27191
27251
  var c = this.o;
27192
- c.keyDown = igniteuiWebcomponentsCore.delegateCombine(c.keyDown, igniteuiWebcomponentsCore.runOn(this, this.cq));
27252
+ c.keyDown = igniteuiWebcomponentsCore.delegateCombine(c.keyDown, igniteuiWebcomponentsCore.runOn(this, this.c0));
27193
27253
  var d = new XSuffix();
27194
- this.h.as(d, this.h.r());
27254
+ this.h.au(d, this.h.r());
27195
27255
  this.m = new XIcon();
27196
- this.h.an(this.m, this.h.q());
27197
- this.m.svgPath = DatePicker.bk;
27198
- this.m.fill = this.dg;
27256
+ this.h.ap(this.m, this.h.q());
27257
+ this.m.svgPath = DatePicker.br;
27258
+ this.m.fill = this.dv;
27199
27259
  d.appendContentChild(this.h.q());
27200
27260
  this.q.appendContentChild(this.h.r());
27201
27261
  this.q.inputs.add(d);
27202
- this.c8();
27262
+ this.dl();
27203
27263
  var e = new XSuffix();
27204
- this.h.as(e, this.h.t());
27264
+ this.h.au(e, this.h.t());
27205
27265
  this.n = new XIcon();
27206
- this.h.an(this.n, this.h.s());
27207
- this.n.svgPath = DatePicker.bj;
27208
- this.n.fill = this.dg;
27266
+ this.h.ap(this.n, this.h.s());
27267
+ this.n.svgPath = DatePicker.bq;
27268
+ this.n.fill = this.dv;
27209
27269
  e.appendContentChild(this.h.s());
27210
27270
  this.q.appendContentChild(this.h.t());
27211
27271
  this.q.inputs.add(e);
27212
27272
  };
27213
- DatePicker.prototype.cq = function (a, b) {
27214
- this.cw(b);
27273
+ DatePicker.prototype.c0 = function (a, b) {
27274
+ this.c6(b);
27215
27275
  if (b.defaultPrevented) {
27216
27276
  return;
27217
27277
  }
@@ -27219,51 +27279,51 @@
27219
27279
  var d = b.modifiers;
27220
27280
  switch (c) {
27221
27281
  case 9:
27222
- this.ao = true;
27223
- if (!this.ap) {
27224
- this.dc(this.o.cq);
27282
+ this.ar = true;
27283
+ if (!this.at) {
27284
+ this.dr(this.o.cq);
27225
27285
  }
27226
27286
  this.ah = true;
27227
- this.cg();
27228
- this.ao = false;
27287
+ this.cq();
27288
+ this.ar = false;
27229
27289
  break;
27230
27290
  case 13:
27231
- this.ao = true;
27232
- if (!this.ap) {
27233
- this.dc(this.o.cq);
27291
+ this.ar = true;
27292
+ if (!this.at) {
27293
+ this.dr(this.o.cq);
27234
27294
  }
27235
27295
  this.ah = true;
27236
- this.cg();
27237
- this.ao = false;
27296
+ this.cq();
27297
+ this.ar = false;
27238
27298
  break;
27239
27299
  case 40:
27240
27300
  if (d == 1) {
27241
- this.c0();
27242
- this.cl();
27301
+ this.dc();
27302
+ this.cv();
27243
27303
  }
27244
27304
  break;
27245
27305
  case 38:
27246
27306
  if (d == 1) {
27247
- this.cg();
27307
+ this.cq();
27248
27308
  }
27249
27309
  break;
27250
27310
  }
27251
27311
  };
27252
- DatePicker.prototype.cp = function (a, b) {
27253
- this.cs(b);
27312
+ DatePicker.prototype.cz = function (a, b) {
27313
+ this.c2(b);
27254
27314
  if (b.value.length > 0) {
27255
- this.h.at();
27315
+ this.h.av();
27256
27316
  }
27257
27317
  else {
27258
- this.h.af();
27318
+ this.h.ah();
27259
27319
  }
27260
27320
  };
27261
- DatePicker.prototype.co = function (a, b) {
27262
- this.ap = true;
27263
- this.dc(b.value);
27264
- this.ap = false;
27321
+ DatePicker.prototype.cy = function (a, b) {
27322
+ this.at = true;
27323
+ this.dr(b.value);
27324
+ this.at = false;
27265
27325
  };
27266
- DatePicker.prototype.dc = function (a) {
27326
+ DatePicker.prototype.dr = function (a) {
27267
27327
  var b = ['/', '-', ' ', '.', ','];
27268
27328
  var c = igniteuiWebcomponentsCore.stringSplit(a, b, 1);
27269
27329
  var d = 0;
@@ -27274,17 +27334,17 @@
27274
27334
  if (c[0].length == 0 || c[1].length == 0 || c[2].length == 0) {
27275
27335
  g = false;
27276
27336
  }
27277
- if (this.ba == "dmy") {
27337
+ if (this.bh == "dmy") {
27278
27338
  d = parseInt(c[0]);
27279
27339
  e = parseInt(c[1]);
27280
27340
  f = parseInt(c[2]);
27281
27341
  }
27282
- else if (this.ba == "mdy") {
27342
+ else if (this.bh == "mdy") {
27283
27343
  e = parseInt(c[0]);
27284
27344
  d = parseInt(c[1]);
27285
27345
  f = parseInt(c[2]);
27286
27346
  }
27287
- else if (this.ba == "ymd") {
27347
+ else if (this.bh == "ymd") {
27288
27348
  f = parseInt(c[0]);
27289
27349
  e = parseInt(c[1]);
27290
27350
  d = parseInt(c[2]);
@@ -27297,13 +27357,13 @@
27297
27357
  }
27298
27358
  if (igniteuiWebcomponentsCore.isNaN_(e)) {
27299
27359
  var h = "";
27300
- if (this.ba == "dmy") {
27360
+ if (this.bh == "dmy") {
27301
27361
  h = c[1].toLowerCase();
27302
27362
  }
27303
- else if (this.ba == "mdy") {
27363
+ else if (this.bh == "mdy") {
27304
27364
  h = c[0].toLowerCase();
27305
27365
  }
27306
- else if (this.ba == "ymd") {
27366
+ else if (this.bh == "ymd") {
27307
27367
  h = c[1].toLowerCase();
27308
27368
  }
27309
27369
  var i = !igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full").toLowerCase() : "january";
@@ -27379,45 +27439,45 @@
27379
27439
  }
27380
27440
  if (g) {
27381
27441
  var ag = igniteuiWebcomponentsCore.dateFromValues(f, e, d, 0, 0, 0, 0);
27382
- var ah = igniteuiWebcomponentsCore.Base.compareSimple(ag, this.a2);
27383
- var ai = igniteuiWebcomponentsCore.Base.compareSimple(ag, this.a1);
27442
+ var ah = igniteuiWebcomponentsCore.Base.compareSimple(ag, this.a9);
27443
+ var ai = igniteuiWebcomponentsCore.Base.compareSimple(ag, this.a8);
27384
27444
  if (ah < 0 || ai > 0) {
27385
- this.c8();
27445
+ this.dl();
27386
27446
  }
27387
27447
  else {
27388
- this.db(ag);
27389
- this.h.at();
27448
+ this.dq(ag);
27449
+ this.h.av();
27390
27450
  }
27391
27451
  }
27392
27452
  else {
27393
27453
  if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(a)) {
27394
- this.cf();
27454
+ this.cp();
27395
27455
  }
27396
27456
  else {
27397
- this.c8();
27457
+ this.dl();
27398
27458
  }
27399
27459
  }
27400
27460
  };
27401
- DatePicker.prototype.db = function (a) {
27461
+ DatePicker.prototype.dq = function (a) {
27402
27462
  var b = this.value;
27403
27463
  this.value = a;
27404
27464
  };
27405
- DatePicker.prototype.c8 = function () {
27465
+ DatePicker.prototype.dl = function () {
27406
27466
  if (this.o != null) {
27407
- if (+(this.a0) != +(igniteuiWebcomponentsCore.dateMinValue())) {
27467
+ if (+(this.a7) != +(igniteuiWebcomponentsCore.dateMinValue())) {
27408
27468
  var a = "";
27409
- if (this.br == null) {
27469
+ if (this.by == null) {
27410
27470
  a = this.a.i(this.value);
27411
27471
  }
27412
27472
  else {
27413
27473
  var b = this.value.getDate().toString();
27414
27474
  var c = b;
27415
- if (this.a9 == "dd") {
27475
+ if (this.bg == "dd") {
27416
27476
  if (this.value.getDate() < 10) {
27417
27477
  b = "0" + b;
27418
27478
  }
27419
27479
  }
27420
- else if (this.a9 == "ddd") {
27480
+ else if (this.bg == "ddd") {
27421
27481
  switch (this.value.getDay()) {
27422
27482
  case 0:
27423
27483
  b = !igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(this.af.b1("Sunday_Short")) ? this.af.b1("Sunday_Short") : "Sun";
@@ -27442,7 +27502,7 @@
27442
27502
  break;
27443
27503
  }
27444
27504
  }
27445
- else if (this.a9 == "dddd") {
27505
+ else if (this.bg == "dddd") {
27446
27506
  switch (this.value.getDay()) {
27447
27507
  case 0:
27448
27508
  b = !igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(this.af.b1("Sunday_Full")) ? this.af.b1("Sunday_Full") : "Sunday";
@@ -27468,12 +27528,12 @@
27468
27528
  }
27469
27529
  }
27470
27530
  var d = igniteuiWebcomponentsCore.dateGetMonth(this.value).toString();
27471
- if (this.bd == "mm") {
27531
+ if (this.bk == "mm") {
27472
27532
  if (igniteuiWebcomponentsCore.dateGetMonth(this.value) < 10) {
27473
27533
  d = "0" + d;
27474
27534
  }
27475
27535
  }
27476
- else if (this.bd == "mmm") {
27536
+ else if (this.bk == "mmm") {
27477
27537
  switch (igniteuiWebcomponentsCore.dateGetMonth(this.value)) {
27478
27538
  case 1:
27479
27539
  d = !igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(this.af.b1("January_Short")) ? this.af.b1("January_Short") : "Jan";
@@ -27513,7 +27573,7 @@
27513
27573
  break;
27514
27574
  }
27515
27575
  }
27516
- else if (this.bd == "mmmm") {
27576
+ else if (this.bk == "mmmm") {
27517
27577
  switch (igniteuiWebcomponentsCore.dateGetMonth(this.value)) {
27518
27578
  case 1:
27519
27579
  d = !igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full") : "January";
@@ -27554,45 +27614,45 @@
27554
27614
  }
27555
27615
  }
27556
27616
  var e = this.value.getFullYear().toString();
27557
- if (this.bg == "yy") {
27617
+ if (this.bn == "yy") {
27558
27618
  e = e.substr(2);
27559
27619
  }
27560
- if (this.ba == "dmy") {
27561
- if (this.a9 == "ddd" || this.a9 == "dddd") {
27562
- a = b + this.bf + d + " " + c + this.bf + e;
27620
+ if (this.bh == "dmy") {
27621
+ if (this.bg == "ddd" || this.bg == "dddd") {
27622
+ a = b + this.bm + d + " " + c + this.bm + e;
27563
27623
  }
27564
27624
  else {
27565
- a = b + this.bf + d + this.bf + e;
27625
+ a = b + this.bm + d + this.bm + e;
27566
27626
  }
27567
27627
  }
27568
- else if (this.ba == "mdy") {
27569
- if (this.a9 == "ddd" || this.a9 == "dddd") {
27570
- a = d + " " + c + this.bf + b + this.bf + e;
27628
+ else if (this.bh == "mdy") {
27629
+ if (this.bg == "ddd" || this.bg == "dddd") {
27630
+ a = d + " " + c + this.bm + b + this.bm + e;
27571
27631
  }
27572
27632
  else {
27573
- a = d + this.bf + b + this.bf + e;
27633
+ a = d + this.bm + b + this.bm + e;
27574
27634
  }
27575
27635
  }
27576
- else if (this.ba == "ymd") {
27577
- if (this.a9 == "ddd" || this.a9 == "dddd") {
27578
- a = e + this.bf + d + " " + c + this.bf + b;
27636
+ else if (this.bh == "ymd") {
27637
+ if (this.bg == "ddd" || this.bg == "dddd") {
27638
+ a = e + this.bm + d + " " + c + this.bm + b;
27579
27639
  }
27580
27640
  else {
27581
- a = e + this.bf + d + this.bf + b;
27641
+ a = e + this.bm + d + this.bm + b;
27582
27642
  }
27583
27643
  }
27584
27644
  }
27585
27645
  this.o.cq = a;
27586
- this.h.at();
27646
+ this.h.av();
27587
27647
  }
27588
27648
  else {
27589
27649
  this.o.cq = "";
27590
- this.h.af();
27650
+ this.h.ah();
27591
27651
  }
27592
27652
  }
27593
27653
  };
27594
- DatePicker.prototype.cf = function () {
27595
- if (this.ar == true) {
27654
+ DatePicker.prototype.cp = function () {
27655
+ if (this.av == true) {
27596
27656
  return;
27597
27657
  }
27598
27658
  if (this.o != null) {
@@ -27600,95 +27660,147 @@
27600
27660
  }
27601
27661
  this.value = igniteuiWebcomponentsCore.dateMinValue();
27602
27662
  this.c.ch();
27663
+ this.al = false;
27664
+ };
27665
+ DatePicker.prototype.c8 = function () {
27666
+ this.al = true;
27667
+ };
27668
+ DatePicker.prototype.c9 = function () {
27669
+ this.al = false;
27603
27670
  };
27604
- DatePicker.prototype.ci = function () {
27671
+ DatePicker.prototype.cs = function () {
27605
27672
  this.u = new igniteuiWebcomponentsCore.Popup();
27606
- this.h.ar(this.u);
27673
+ this.u.aq = this.aw;
27674
+ this.u.ax = this.a2;
27675
+ this.u.cw = igniteuiWebcomponentsCore.BrushUtil.g(255, 255, 255, 255);
27676
+ this.u.a8 = 150;
27677
+ this.h.at(this.u);
27607
27678
  this.c = new XCalendar();
27608
- this.h.am(this.c);
27609
- if (+(this.a2) != +(igniteuiWebcomponentsCore.dateMinValue())) {
27610
- this.c.au = this.a2;
27679
+ this.h.ao(this.c);
27680
+ if (+(this.a9) != +(igniteuiWebcomponentsCore.dateMinValue())) {
27681
+ this.c.au = this.a9;
27611
27682
  }
27612
- if (+(this.a1) != +(igniteuiWebcomponentsCore.dateMaxValue())) {
27613
- this.c.at = this.a1;
27683
+ if (+(this.a8) != +(igniteuiWebcomponentsCore.dateMaxValue())) {
27684
+ this.c.at = this.a8;
27614
27685
  }
27615
- if (+(this.a3) != +(igniteuiWebcomponentsCore.dateMinValue())) {
27616
- this.c.av = this.a3;
27686
+ if (+(this.ba) != +(igniteuiWebcomponentsCore.dateMinValue())) {
27687
+ this.c.av = this.ba;
27617
27688
  }
27618
- this.c.ae = this.au;
27689
+ this.c.ae = this.a0;
27619
27690
  this.c.l = this.j;
27620
- this.c.af = this.av;
27691
+ this.c.af = this.a1;
27621
27692
  this.c.o = this.l;
27622
27693
  var a = this.c;
27623
- a.selectedValueChanged = igniteuiWebcomponentsCore.delegateCombine(a.selectedValueChanged, igniteuiWebcomponentsCore.runOn(this, this.cd));
27694
+ a.selectedValueChanged = igniteuiWebcomponentsCore.delegateCombine(a.selectedValueChanged, igniteuiWebcomponentsCore.runOn(this, this.cn));
27624
27695
  var b = this.c;
27625
- b.close = igniteuiWebcomponentsCore.delegateCombine(b.close, igniteuiWebcomponentsCore.runOn(this, this.cc));
27696
+ b.close = igniteuiWebcomponentsCore.delegateCombine(b.close, igniteuiWebcomponentsCore.runOn(this, this.cm));
27626
27697
  this.u.appendPopupContent(this.h.p());
27627
27698
  };
27628
- DatePicker.prototype.cd = function (a, b) {
27699
+ DatePicker.prototype.cn = function (a, b) {
27629
27700
  this.ai = true;
27630
27701
  this.value = b.newValue;
27631
27702
  this.ai = false;
27632
27703
  };
27633
- DatePicker.prototype.cc = function (a) {
27634
- if (this.u.av) {
27704
+ DatePicker.prototype.cm = function (a) {
27705
+ if (this.u.aw) {
27635
27706
  this.ah = true;
27636
- this.cg();
27707
+ this.cq();
27637
27708
  }
27638
27709
  };
27639
- DatePicker.prototype.cn = function () {
27710
+ DatePicker.prototype.cx = function () {
27640
27711
  if (this.ah == false) {
27641
- if (this.u.av) {
27642
- this.cg();
27712
+ if (this.u.aw) {
27713
+ this.cq();
27643
27714
  }
27644
27715
  else {
27645
- this.c0();
27716
+ this.dc();
27646
27717
  }
27647
27718
  }
27648
27719
  else {
27649
27720
  this.ah = false;
27650
27721
  }
27651
27722
  };
27652
- DatePicker.prototype.c0 = function () {
27653
- if (this.ar) {
27723
+ DatePicker.prototype.dc = function () {
27724
+ if (this.av) {
27654
27725
  return;
27655
27726
  }
27656
27727
  if (this.u != null) {
27657
- var a = this.h.ax();
27728
+ var a = this.h.a0(false);
27729
+ var b = this.h.a()[1];
27730
+ var c = 240;
27731
+ if (this.a0 == true) {
27732
+ c = 270;
27733
+ }
27734
+ var d = a.bottom + c;
27735
+ if (b < d) {
27736
+ var e = a.top - c;
27737
+ if (e < 0) {
27738
+ this.dj(1, 0);
27739
+ }
27740
+ else {
27741
+ this.dj(2, 0);
27742
+ }
27743
+ }
27744
+ else {
27745
+ this.dj(1, 0);
27746
+ }
27747
+ this.h.an();
27748
+ this.h.aw(true);
27749
+ }
27750
+ };
27751
+ DatePicker.prototype.dj = function (a, b) {
27752
+ if (this.ax) {
27753
+ this.u.cn(this.h.d.rootWrapper.getNativeElement(), a, b);
27754
+ }
27755
+ else {
27756
+ var c = this.h.a0(true);
27757
+ this.u.showRelativeToExclusionRect(c, a, b);
27758
+ }
27759
+ };
27760
+ DatePicker.prototype.dm = function () {
27761
+ if (this.u.aw) {
27762
+ var a = this.h.a0(false);
27658
27763
  var b = new igniteuiWebcomponentsCore.Rect(0, a.left + window.pageXOffset, a.top + window.pageYOffset, a.width, a.height);
27659
27764
  var c = this.h.a()[1];
27660
27765
  var d = 240;
27661
- if (this.au == true) {
27766
+ if (this.a0 == true) {
27662
27767
  d = 270;
27663
27768
  }
27664
27769
  var e = a.bottom + d;
27665
27770
  if (c < e) {
27666
27771
  var f = a.top - d;
27667
27772
  if (f < 0) {
27668
- this.u.showRelativeToExclusionRect(b, 1, 0);
27773
+ if (this.u.r != 1) {
27774
+ this.u.r = 1;
27775
+ this.u.b7(b);
27776
+ }
27669
27777
  }
27670
27778
  else {
27671
- this.u.showRelativeToExclusionRect(b, 2, 0);
27779
+ if (this.u.r != 2) {
27780
+ this.u.r = 2;
27781
+ this.u.b7(b);
27782
+ }
27672
27783
  }
27673
27784
  }
27674
27785
  else {
27675
- this.u.showRelativeToExclusionRect(b, 1, 0);
27786
+ if (this.u.r != 1) {
27787
+ this.u.r = 1;
27788
+ this.u.b7(b);
27789
+ }
27676
27790
  }
27677
- this.h.al();
27678
- this.h.au(true);
27679
27791
  }
27680
27792
  };
27681
- DatePicker.prototype.cg = function () {
27793
+ DatePicker.prototype.cq = function () {
27682
27794
  var _this = this;
27683
27795
  if (this.u != null) {
27684
- window.setTimeout(function () { return _this.u.bx(); }, 0);
27796
+ window.setTimeout(function () { return _this.u.b3(); }, 0);
27685
27797
  }
27686
27798
  if (this.c != null) {
27687
27799
  this.c.cy();
27688
27800
  }
27689
- this.h.au(false);
27801
+ this.h.aw(false);
27690
27802
  this.ah = false;
27691
- this.h.ah();
27803
+ this.h.aj();
27692
27804
  };
27693
27805
  DatePicker.prototype.focus = function (a) {
27694
27806
  var _this = this;
@@ -27698,18 +27810,21 @@
27698
27810
  if (this.o != null) {
27699
27811
  this.o.focus(a);
27700
27812
  }
27701
- if (!this.u.av && this.as == true) {
27813
+ if (!this.u.aw && this.ay == true) {
27702
27814
  if (this.ah == false) {
27703
- if (this.aq == false) {
27704
- this.c0();
27815
+ if (this.al) {
27816
+ return;
27817
+ }
27818
+ if (this.au == false) {
27819
+ this.dc();
27705
27820
  this.ah = true;
27706
- window.setTimeout(function () { return _this.cl(); }, 0);
27821
+ window.setTimeout(function () { return _this.cv(); }, 0);
27707
27822
  }
27708
27823
  else {
27709
- if (this.as == true && this.ao == false) {
27710
- this.c0();
27824
+ if (this.ay == true && this.ar == false) {
27825
+ this.dc();
27711
27826
  this.ah = true;
27712
- window.setTimeout(function () { return _this.cl(); }, 0);
27827
+ window.setTimeout(function () { return _this.cv(); }, 0);
27713
27828
  }
27714
27829
  }
27715
27830
  }
@@ -27718,33 +27833,33 @@
27718
27833
  }
27719
27834
  }
27720
27835
  };
27721
- DatePicker.prototype.cm = function () {
27836
+ DatePicker.prototype.cw = function () {
27722
27837
  this.ah = false;
27723
27838
  };
27724
- DatePicker.prototype.c3 = function () {
27839
+ DatePicker.prototype.df = function () {
27725
27840
  if (this.o != null) {
27726
27841
  this.o.dp();
27727
27842
  }
27728
27843
  };
27729
- DatePicker.prototype.cl = function () {
27844
+ DatePicker.prototype.cv = function () {
27730
27845
  this.c.cq();
27731
27846
  };
27732
- DatePicker.prototype.ct = function () {
27847
+ DatePicker.prototype.c3 = function () {
27733
27848
  var a = new GotFocusEventArgs();
27734
- this.cv(a);
27849
+ this.c5(a);
27735
27850
  };
27736
- DatePicker.prototype.cu = function () {
27851
+ DatePicker.prototype.c4 = function () {
27737
27852
  var a = new LostFocusEventArgs();
27738
- this.cx(a);
27853
+ this.c7(a);
27739
27854
  };
27740
- DatePicker.prototype.c6 = function () {
27855
+ DatePicker.prototype.di = function () {
27741
27856
  };
27742
- DatePicker.prototype.c4 = function () {
27857
+ DatePicker.prototype.dg = function () {
27743
27858
  };
27744
- DatePicker.prototype.a8 = function () {
27859
+ DatePicker.prototype.bf = function () {
27745
27860
  return this.b();
27746
27861
  };
27747
- DatePicker.prototype.bo = function () {
27862
+ DatePicker.prototype.bv = function () {
27748
27863
  var a = this.b();
27749
27864
  return a.g();
27750
27865
  };
@@ -27752,7 +27867,7 @@
27752
27867
  var a = new DatePickerVisualModelExport();
27753
27868
  a.e = this.y;
27754
27869
  a.d = this.w;
27755
- a.c = this.u.a9();
27870
+ a.c = this.u.bc();
27756
27871
  a.b = this.q.fe();
27757
27872
  a.a = this.c.bj();
27758
27873
  if (this.ad != null) {
@@ -27785,29 +27900,29 @@
27785
27900
  }
27786
27901
  return a;
27787
27902
  };
27788
- DatePicker.prototype.cv = function (a) {
27903
+ DatePicker.prototype.c5 = function (a) {
27789
27904
  if (null != this.gotFocus) {
27790
27905
  this.gotFocus(this, a);
27791
27906
  }
27792
27907
  };
27793
- DatePicker.prototype.cx = function (a) {
27908
+ DatePicker.prototype.c7 = function (a) {
27794
27909
  if (null != this.lostFocus) {
27795
27910
  this.lostFocus(this, a);
27796
27911
  }
27797
27912
  };
27798
- DatePicker.prototype.cw = function (a) {
27913
+ DatePicker.prototype.c6 = function (a) {
27799
27914
  if (null != this.keyDown) {
27800
27915
  this.keyDown(this, a);
27801
27916
  }
27802
27917
  };
27803
- DatePicker.prototype.cs = function (a) {
27918
+ DatePicker.prototype.c2 = function (a) {
27804
27919
  if (null != this.changing) {
27805
27920
  this.changing(this, a);
27806
27921
  }
27807
27922
  };
27808
27923
  DatePicker.$t = igniteuiWebcomponentsCore.markType(DatePicker, 'DatePicker', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type]);
27809
- DatePicker.bj = "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";
27810
- DatePicker.bk = "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";
27924
+ 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";
27925
+ 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";
27811
27926
  DatePicker.ab = null;
27812
27927
  return DatePicker;
27813
27928
  }(igniteuiWebcomponentsCore.Base));
@@ -28106,10 +28221,10 @@
28106
28221
  * Gets or Sets the property name that contains the values.
28107
28222
  */
28108
28223
  get: function () {
28109
- return this.i.a3;
28224
+ return this.i.ba;
28110
28225
  },
28111
28226
  set: function (v) {
28112
- this.i.a3 = v;
28227
+ this.i.ba = v;
28113
28228
  },
28114
28229
  enumerable: false,
28115
28230
  configurable: true
@@ -28119,10 +28234,10 @@
28119
28234
  * Gets or Sets the property name that contains the label.
28120
28235
  */
28121
28236
  get: function () {
28122
- return this.i.bv;
28237
+ return this.i.b3;
28123
28238
  },
28124
28239
  set: function (v) {
28125
- this.i.bv = v;
28240
+ this.i.b3 = v;
28126
28241
  },
28127
28242
  enumerable: false,
28128
28243
  configurable: true
@@ -28132,11 +28247,11 @@
28132
28247
  * Gets or sets the color to use for the text.
28133
28248
  */
28134
28249
  get: function () {
28135
- return igniteuiWebcomponentsCore.brushToString(this.i.dh);
28250
+ return igniteuiWebcomponentsCore.brushToString(this.i.dw);
28136
28251
  },
28137
28252
  set: function (v) {
28138
- this.i.dh = igniteuiWebcomponentsCore.stringToBrush(v);
28139
- this._a("labelTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dh));
28253
+ this.i.dw = igniteuiWebcomponentsCore.stringToBrush(v);
28254
+ this._a("labelTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dw));
28140
28255
  },
28141
28256
  enumerable: false,
28142
28257
  configurable: true
@@ -28165,10 +28280,10 @@
28165
28280
  * Gets or Sets the property name that contains the placeholder.
28166
28281
  */
28167
28282
  get: function () {
28168
- return this.i.b2;
28283
+ return this.i.cb;
28169
28284
  },
28170
28285
  set: function (v) {
28171
- this.i.b2 = v;
28286
+ this.i.cb = v;
28172
28287
  },
28173
28288
  enumerable: false,
28174
28289
  configurable: true
@@ -28178,10 +28293,10 @@
28178
28293
  * Gets or Sets the property name that contains the MinDate.
28179
28294
  */
28180
28295
  get: function () {
28181
- return this.i.a2;
28296
+ return this.i.a9;
28182
28297
  },
28183
28298
  set: function (v) {
28184
- this.i.a2 = v;
28299
+ this.i.a9 = v;
28185
28300
  },
28186
28301
  enumerable: false,
28187
28302
  configurable: true
@@ -28191,10 +28306,10 @@
28191
28306
  * Gets or Sets the property name that contains the MaxDate.
28192
28307
  */
28193
28308
  get: function () {
28194
- return this.i.a1;
28309
+ return this.i.a8;
28195
28310
  },
28196
28311
  set: function (v) {
28197
- this.i.a1 = v;
28312
+ this.i.a8 = v;
28198
28313
  },
28199
28314
  enumerable: false,
28200
28315
  configurable: true
@@ -28251,11 +28366,11 @@
28251
28366
  * Gets or Sets the text color
28252
28367
  */
28253
28368
  get: function () {
28254
- return igniteuiWebcomponentsCore.brushToString(this.i.di);
28369
+ return igniteuiWebcomponentsCore.brushToString(this.i.dx);
28255
28370
  },
28256
28371
  set: function (v) {
28257
- this.i.di = igniteuiWebcomponentsCore.stringToBrush(v);
28258
- this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.di));
28372
+ this.i.dx = igniteuiWebcomponentsCore.stringToBrush(v);
28373
+ this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.dx));
28259
28374
  },
28260
28375
  enumerable: false,
28261
28376
  configurable: true
@@ -28265,11 +28380,11 @@
28265
28380
  * Gets or Sets the text color
28266
28381
  */
28267
28382
  get: function () {
28268
- return igniteuiWebcomponentsCore.brushToString(this.i.dg);
28383
+ return igniteuiWebcomponentsCore.brushToString(this.i.dv);
28269
28384
  },
28270
28385
  set: function (v) {
28271
- this.i.dg = igniteuiWebcomponentsCore.stringToBrush(v);
28272
- this._a("iconColor", igniteuiWebcomponentsCore.brushToString(this.i.dg));
28386
+ this.i.dv = igniteuiWebcomponentsCore.stringToBrush(v);
28387
+ this._a("iconColor", igniteuiWebcomponentsCore.brushToString(this.i.dv));
28273
28388
  },
28274
28389
  enumerable: false,
28275
28390
  configurable: true
@@ -28279,11 +28394,11 @@
28279
28394
  * Gets or sets the ShowClearButton property to detirmine if the clear button is shown
28280
28395
  */
28281
28396
  get: function () {
28282
- return this.i.at;
28397
+ return this.i.az;
28283
28398
  },
28284
28399
  set: function (v) {
28285
- this.i.at = igniteuiWebcomponentsCore.ensureBool(v);
28286
- this._a("showClearButton", this.i.at);
28400
+ this.i.az = igniteuiWebcomponentsCore.ensureBool(v);
28401
+ this._a("showClearButton", this.i.az);
28287
28402
  },
28288
28403
  enumerable: false,
28289
28404
  configurable: true
@@ -28293,11 +28408,11 @@
28293
28408
  * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
28294
28409
  */
28295
28410
  get: function () {
28296
- return this.i.au;
28411
+ return this.i.a0;
28297
28412
  },
28298
28413
  set: function (v) {
28299
- this.i.au = igniteuiWebcomponentsCore.ensureBool(v);
28300
- this._a("showTodayButton", this.i.au);
28414
+ this.i.a0 = igniteuiWebcomponentsCore.ensureBool(v);
28415
+ this._a("showTodayButton", this.i.a0);
28301
28416
  },
28302
28417
  enumerable: false,
28303
28418
  configurable: true
@@ -28307,11 +28422,11 @@
28307
28422
  * Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
28308
28423
  */
28309
28424
  get: function () {
28310
- return this.i.aq;
28425
+ return this.i.au;
28311
28426
  },
28312
28427
  set: function (v) {
28313
- this.i.aq = igniteuiWebcomponentsCore.ensureBool(v);
28314
- this._a("allowTextInput", this.i.aq);
28428
+ this.i.au = igniteuiWebcomponentsCore.ensureBool(v);
28429
+ this._a("allowTextInput", this.i.au);
28315
28430
  },
28316
28431
  enumerable: false,
28317
28432
  configurable: true
@@ -28321,11 +28436,11 @@
28321
28436
  * Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
28322
28437
  */
28323
28438
  get: function () {
28324
- return this.i.as;
28439
+ return this.i.ay;
28325
28440
  },
28326
28441
  set: function (v) {
28327
- this.i.as = igniteuiWebcomponentsCore.ensureBool(v);
28328
- this._a("openOnFocus", this.i.as);
28442
+ this.i.ay = igniteuiWebcomponentsCore.ensureBool(v);
28443
+ this._a("openOnFocus", this.i.ay);
28329
28444
  },
28330
28445
  enumerable: false,
28331
28446
  configurable: true
@@ -28363,11 +28478,11 @@
28363
28478
  * Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown
28364
28479
  */
28365
28480
  get: function () {
28366
- return this.i.av;
28481
+ return this.i.a1;
28367
28482
  },
28368
28483
  set: function (v) {
28369
- this.i.av = igniteuiWebcomponentsCore.ensureBool(v);
28370
- this._a("showWeekNumbers", this.i.av);
28484
+ this.i.a1 = igniteuiWebcomponentsCore.ensureBool(v);
28485
+ this._a("showWeekNumbers", this.i.a1);
28371
28486
  },
28372
28487
  enumerable: false,
28373
28488
  configurable: true
@@ -28391,21 +28506,63 @@
28391
28506
  * Gets or sets the Format property to detirmine the format of the date in the input
28392
28507
  */
28393
28508
  get: function () {
28394
- return this.i.br;
28509
+ return this.i.by;
28395
28510
  },
28396
28511
  set: function (v) {
28397
- this.i.br = v;
28512
+ this.i.by = v;
28398
28513
  },
28399
28514
  enumerable: false,
28400
28515
  configurable: true
28401
28516
  });
28402
28517
  Object.defineProperty(IgcDatePickerComponent.prototype, "isDisabled", {
28403
28518
  get: function () {
28404
- return this.i.ar;
28519
+ return this.i.av;
28405
28520
  },
28406
28521
  set: function (v) {
28407
- this.i.ar = igniteuiWebcomponentsCore.ensureBool(v);
28408
- this._a("isDisabled", this.i.ar);
28522
+ this.i.av = igniteuiWebcomponentsCore.ensureBool(v);
28523
+ this._a("isDisabled", this.i.av);
28524
+ },
28525
+ enumerable: false,
28526
+ configurable: true
28527
+ });
28528
+ Object.defineProperty(IgcDatePickerComponent.prototype, "isFixed", {
28529
+ /**
28530
+ * Indicates that the calendar dropdown will position itself relative to the window instead of the document.
28531
+ */
28532
+ get: function () {
28533
+ return this.i.aw;
28534
+ },
28535
+ set: function (v) {
28536
+ this.i.aw = igniteuiWebcomponentsCore.ensureBool(v);
28537
+ this._a("isFixed", this.i.aw);
28538
+ },
28539
+ enumerable: false,
28540
+ configurable: true
28541
+ });
28542
+ Object.defineProperty(IgcDatePickerComponent.prototype, "openAsChild", {
28543
+ /**
28544
+ * Indicates that the dropdown should open as a child of the date picker.
28545
+ */
28546
+ get: function () {
28547
+ return this.i.ax;
28548
+ },
28549
+ set: function (v) {
28550
+ this.i.ax = igniteuiWebcomponentsCore.ensureBool(v);
28551
+ this._a("openAsChild", this.i.ax);
28552
+ },
28553
+ enumerable: false,
28554
+ configurable: true
28555
+ });
28556
+ Object.defineProperty(IgcDatePickerComponent.prototype, "useTopLayer", {
28557
+ /**
28558
+ * Indicates that the dropdown will place itself into the browser top layer.
28559
+ */
28560
+ get: function () {
28561
+ return this.i.a2;
28562
+ },
28563
+ set: function (v) {
28564
+ this.i.a2 = igniteuiWebcomponentsCore.ensureBool(v);
28565
+ this._a("useTopLayer", this.i.a2);
28409
28566
  },
28410
28567
  enumerable: false,
28411
28568
  configurable: true
@@ -28468,14 +28625,14 @@
28468
28625
  this._inStyling = false;
28469
28626
  };
28470
28627
  IgcDatePickerComponent.prototype.select = function () {
28471
- this.i.c3();
28628
+ this.i.df();
28472
28629
  };
28473
28630
  /**
28474
28631
  * Exports visual information about the current state of the grid.
28475
28632
 
28476
28633
  */
28477
28634
  IgcDatePickerComponent.prototype.exportVisualModel = function () {
28478
- var iv = this.i.a8();
28635
+ var iv = this.i.bf();
28479
28636
  return (iv);
28480
28637
  };
28481
28638
  /**
@@ -28483,7 +28640,7 @@
28483
28640
 
28484
28641
  */
28485
28642
  IgcDatePickerComponent.prototype.exportSerializedVisualModel = function () {
28486
- var iv = this.i.bo();
28643
+ var iv = this.i.bv();
28487
28644
  return (iv);
28488
28645
  };
28489
28646
  Object.defineProperty(IgcDatePickerComponent.prototype, "selectedValueChanged", {
@@ -35486,26 +35643,26 @@
35486
35643
  XPopupBridge.prototype.getValue = function (a, b) {
35487
35644
  var c = a;
35488
35645
  switch (b) {
35489
- case 22: return c.av;
35646
+ case 22: return c.aw;
35490
35647
  case 25: return c.al;
35491
- case 26: return c.a6;
35492
- case 17: return c.ay;
35493
- case 23: return c.cn;
35494
- case 35: switch (c.o) {
35648
+ case 26: return c.a8;
35649
+ case 17: return c.a0;
35650
+ case 23: return c.cw;
35651
+ case 35: switch (c.p) {
35495
35652
  case 1: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIPopupAnimationType_$type, 1);
35496
35653
  default: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIPopupAnimationType_$type, 0);
35497
35654
  }
35498
- case 36: return c.ar;
35499
- case 37: return c.aq;
35500
- case 40: return c.a8;
35501
- case 41: return c.as;
35502
- case 43: switch (c.t) {
35655
+ case 36: return c.as;
35656
+ case 37: return c.ar;
35657
+ case 40: return c.ba;
35658
+ case 41: return c.at;
35659
+ case 43: switch (c.u) {
35503
35660
  case 1: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIPopupPointerPosition_$type, 1);
35504
35661
  default: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIPopupPointerPosition_$type, 2);
35505
35662
  }
35506
- case 42: return c.cr;
35663
+ case 42: return c.c0;
35507
35664
  case 39: return c.an;
35508
- case 61: return c.a1;
35665
+ case 61: return c.a3;
35509
35666
  }
35510
35667
  return _super.prototype.getValue.call(this, a, b);
35511
35668
  };
@@ -35516,46 +35673,46 @@
35516
35673
  d.al = c;
35517
35674
  break;
35518
35675
  case 26:
35519
- d.a6 = igniteuiWebcomponentsCore.typeGetValue(c);
35676
+ d.a8 = igniteuiWebcomponentsCore.typeGetValue(c);
35520
35677
  break;
35521
35678
  case 17:
35522
- d.ay = c;
35679
+ d.a0 = c;
35523
35680
  break;
35524
35681
  case 23:
35525
- d.cn = c;
35682
+ d.cw = c;
35526
35683
  break;
35527
35684
  case 35:
35528
35685
  switch (igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.NativeUIPopupAnimationType_$type, c)) {
35529
35686
  case 1:
35530
- d.o = 1;
35687
+ d.p = 1;
35531
35688
  break;
35532
35689
  default:
35533
- d.o = 0;
35690
+ d.p = 0;
35534
35691
  break;
35535
35692
  }
35536
35693
  break;
35537
35694
  case 36:
35538
- d.ar = c;
35695
+ d.as = c;
35539
35696
  break;
35540
35697
  case 37:
35541
- d.aq = c;
35698
+ d.ar = c;
35542
35699
  break;
35543
35700
  case 40:
35544
- d.a8 = igniteuiWebcomponentsCore.typeGetValue(c);
35701
+ d.ba = igniteuiWebcomponentsCore.typeGetValue(c);
35545
35702
  break;
35546
35703
  case 41:
35547
- d.as = c;
35704
+ d.at = c;
35548
35705
  break;
35549
35706
  case 42:
35550
- d.cr = c;
35707
+ d.c0 = c;
35551
35708
  break;
35552
35709
  case 43:
35553
35710
  switch (igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.NativeUIPopupPointerPosition_$type, c)) {
35554
35711
  case 1:
35555
- d.t = 1;
35712
+ d.u = 1;
35556
35713
  break;
35557
35714
  case 2:
35558
- d.t = 2;
35715
+ d.u = 2;
35559
35716
  break;
35560
35717
  }
35561
35718
  break;
@@ -35563,7 +35720,7 @@
35563
35720
  d.an = c;
35564
35721
  break;
35565
35722
  case 61:
35566
- d.a1 = c;
35723
+ d.a3 = c;
35567
35724
  break;
35568
35725
  }
35569
35726
  _super.prototype.setValue.call(this, a, b, c);
@@ -35572,13 +35729,13 @@
35572
35729
  a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
35573
35730
  };
35574
35731
  XPopupBridge.prototype.close = function (a) {
35575
- a.bx();
35732
+ a.b3();
35576
35733
  };
35577
35734
  XPopupBridge.prototype.notifyContentSizeChanged = function (a) {
35578
- a.b0();
35735
+ a.b6();
35579
35736
  };
35580
35737
  XPopupBridge.prototype.notifyExclusionRectChanged = function (a, b) {
35581
- a.b1(b);
35738
+ a.b7(b);
35582
35739
  };
35583
35740
  XPopupBridge.prototype.v = function (a) {
35584
35741
  switch (a) {