igniteui-angular-inputs 17.0.0-beta.0 → 17.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.
@@ -7,7 +7,7 @@
7
7
 
8
8
  import * as i0 from '@angular/core';
9
9
  import { EventEmitter, ɵɵngDeclareFactory, Renderer2, ViewContainerRef, NgZone, Injector, ComponentFactoryResolver, ɵɵFactoryTarget, ɵɵngDeclareComponent, ElementRef, ChangeDetectionStrategy, ɵɵngDeclareClassMetadata, Component, ViewChild, Input, Output, ɵɵngDeclareNgModule, ɵɵngDeclareInjector, NgModule, TemplateRef, HostBinding, ContentChildren } from '@angular/core';
10
- import { markEnum, Base, markType, StringBuilder, List$1, Delegate_$type, fromEnum, runOn, NativeUI, ScaleTransform, KeyFrameAnimationFactory, AnimationKeyFrameEffect, LinkedList$1, IKeyFrameAnimation_$type, PropertyChangedEventArgs, AnimationKeyFrameProperty, AnimationKeyFrameEffectTiming, AppearanceHelper, INotifyPropertyChanged_$type, BrushUtil, typeGetValue, EnumUtil, ElevationMode_$type, EventArgs, stringIsNullOrEmpty, isNaN_, enumGetBox, CornerRadius, MouseEventArgs, FocusEventArgs, Thickness, ControlDisplayDensity_$type, BaseControlTheme_$type, HorizontalAlignment_$type, VerticalAlignment_$type, UIElementPropertyAccessorFactory, FontUtil, Dictionary$2, String_$type, Tuple$2, SVGNode, FastIterationDictionary$2, stringStartsWith, trimStart, IIcon_$type, DomWrapper_$type, dateMinValue, dateGetMonth, parseBool, dateNow, dateMaxValue, dateAddYears, ObservableCollection$1, dateFromValues, delegateRemove, SRProvider, dateGetDate, stringIsNullOrWhiteSpace, delegateCombine, dateAddDays, Number_$type, dateAddMonths, truncate, timeSpanTotalDays, intDivide, NamePatcher, AngularRenderer, ensureEnum, brushToString, stringToBrush, ensureBool, FontInfo, toSpinal, initializePropertiesFromCss, TypeRegistrar, PortalManager, IgxFocusEventArgs, IgxChildContentModule, IgxChildContentDynamicModule, fromBrushCollection, toBrushCollection, Localization, HashSet$1, typeCast, stringReplace, TransformGroup, TranslateTransform, MouseButtonEventArgs, Point_$type, KeyEventArgs, toNullable, fromEn, DeviceUtils, stringContains, stringSplit, Popup, Rect, IgxKeyEventArgs, IgCollection, SyncableObservableCollection$2, CollectionAdapter, NotifyCollectionChangedAction, Size, RotateTransform, NativeUIElementBridge, NativeUIInputChangingEventArgs, NativeUIComponentHorizontalAlignment_$type, NativeUIInputType_$type, NativeUIInputDisplayType_$type, NativeUIDisplayDensity_$type, INativeUIInputBridge_$type, NativeUIButtonClickedEventArgs, NativeUIMouseEventArgs, NativeUIFocusEventArgs, NativeUIButtonDisplayType_$type, NativeUIComponent, NativeUICheckboxChangeEventArgs, SvgIconRegistry, NativeUIPopupOpenedEventArgs, NativeUIPopupClosedEventArgs, NativeUIPopupPointerPosition_$type, NativeUIPopupAnimationType_$type, INativeUIPopupBridge_$type, NativeUIInput, NativeUIButton, NativeUICheckbox, NativeUIIcon, NativeUIPopup, INativeUIElementFactory_$type } from 'igniteui-angular-core';
10
+ import { markEnum, Base, markType, StringBuilder, List$1, Delegate_$type, fromEnum, runOn, NativeUI, ScaleTransform, KeyFrameAnimationFactory, AnimationKeyFrameEffect, LinkedList$1, IKeyFrameAnimation_$type, PropertyChangedEventArgs, AnimationKeyFrameProperty, AnimationKeyFrameEffectTiming, AppearanceHelper, INotifyPropertyChanged_$type, BrushUtil, typeGetValue, EnumUtil, ElevationMode_$type, EventArgs, stringIsNullOrEmpty, isNaN_, enumGetBox, CornerRadius, MouseEventArgs, FocusEventArgs, Thickness, ControlDisplayDensity_$type, BaseControlTheme_$type, HorizontalAlignment_$type, VerticalAlignment_$type, UIElementPropertyAccessorFactory, FontUtil, Dictionary$2, String_$type, Tuple$2, SVGNode, FastIterationDictionary$2, stringStartsWith, trimStart, IIcon_$type, DomWrapper_$type, dateMinValue, dateGetMonth, parseBool, dateNow, dateMaxValue, dateAddYears, ObservableCollection$1, dateFromValues, delegateRemove, SRProvider, dateGetDate, stringIsNullOrWhiteSpace, delegateCombine, dateAddDays, Number_$type, dateAddMonths, truncate, timeSpanTotalDays, intDivide, NamePatcher, AngularRenderer, ensureEnum, brushToString, stringToBrush, ensureBool, FontInfo, toSpinal, initializePropertiesFromCss, TypeRegistrar, PortalManager, IgxFocusEventArgs, IgxChildContentModule, IgxChildContentDynamicModule, fromBrushCollection, toBrushCollection, Localization, HashSet$1, typeCast, stringReplace, TransformGroup, TranslateTransform, MouseButtonEventArgs, Point_$type, KeyEventArgs, toNullable, fromEn, DeviceUtils, Rect, stringContains, stringSplit, Popup, IgxKeyEventArgs, IgCollection, SyncableObservableCollection$2, CollectionAdapter, NotifyCollectionChangedAction, Size, RotateTransform, NativeUIElementBridge, NativeUIInputChangingEventArgs, NativeUIComponentHorizontalAlignment_$type, NativeUIInputType_$type, NativeUIInputDisplayType_$type, NativeUIDisplayDensity_$type, INativeUIInputBridge_$type, NativeUIButtonClickedEventArgs, NativeUIMouseEventArgs, NativeUIFocusEventArgs, NativeUIButtonDisplayType_$type, NativeUIComponent, NativeUICheckboxChangeEventArgs, SvgIconRegistry, NativeUIPopupOpenedEventArgs, NativeUIPopupClosedEventArgs, NativeUIPopupPointerPosition_$type, NativeUIPopupAnimationType_$type, INativeUIPopupBridge_$type, NativeUIInput, NativeUIButton, NativeUICheckbox, NativeUIIcon, NativeUIPopup, INativeUIElementFactory_$type } from 'igniteui-angular-core';
11
11
  import { CommonModule } from '@angular/common';
12
12
 
13
13
  /*
@@ -6154,7 +6154,7 @@ let CalendarView = /*@__PURE__*/ (() => {
6154
6154
  }
6155
6155
  ah() {
6156
6156
  if (this.p != null) {
6157
- this.p.parent().parent().focus(false);
6157
+ this.p.parent().parent().focus(true);
6158
6158
  }
6159
6159
  }
6160
6160
  aq(a = true, b = false) {
@@ -18624,19 +18624,23 @@ let DatePickerView = /*@__PURE__*/ (() => {
18624
18624
  this.f = null;
18625
18625
  this.i = null;
18626
18626
  this.h = null;
18627
+ this.o = null;
18627
18628
  this.document_Click = this.document_Click.bind(this);
18629
+ this.window_Resize = this.window_Resize.bind(this);
18628
18630
  }
18629
- ah() {
18631
+ am() {
18630
18632
  }
18631
18633
  get n() {
18632
18634
  return this.e;
18633
18635
  }
18634
- ag(a) {
18636
+ ak(a) {
18635
18637
  if (a == null) {
18638
+ this.b.cq();
18636
18639
  if (this.d != null) {
18637
18640
  let b = this.d.rootWrapper.getChildAt(0);
18638
18641
  b.unlistenAll();
18639
18642
  document.removeEventListener("click", this.document_Click, false);
18643
+ window.removeEventListener("resize", this.window_Resize, false);
18640
18644
  }
18641
18645
  this.d = null;
18642
18646
  return;
@@ -18644,18 +18648,20 @@ let DatePickerView = /*@__PURE__*/ (() => {
18644
18648
  this.d = a;
18645
18649
  let c = Math.round(a.rootWrapper.width());
18646
18650
  let d = Math.round(a.rootWrapper.height());
18647
- this.aa();
18648
- this.ab();
18651
+ this.ad();
18652
+ this.ae();
18649
18653
  let e = this.d.rootWrapper.getChildAt(0);
18650
- e.listen("keydown", runOn(this, this.x));
18651
- e.listen("focusin", runOn(this, this.v));
18652
- e.listen("focusout", runOn(this, this.w));
18654
+ e.listen("keydown", runOn(this, this.y));
18655
+ e.listen("focusin", runOn(this, this.w));
18656
+ e.listen("focusout", runOn(this, this.x));
18653
18657
  document.addEventListener("click", this.document_Click, false);
18658
+ window.addEventListener("resize", this.window_Resize, false);
18659
+ this.o = new MutationObserver(runOn(this, this.al));
18654
18660
  }
18655
- aa() {
18661
+ ad() {
18656
18662
  if (this.d != null) {
18657
18663
  this.k = this.d.rootWrapper.getChildAt(0);
18658
- this.k.setAttribute("tabIndex", this.b.a7.toString());
18664
+ this.k.setAttribute("tabIndex", this.b.be.toString());
18659
18665
  this.k.setStyleProperty("display", "flex");
18660
18666
  this.k.setStyleProperty("height", "100%");
18661
18667
  this.l = this.d.createElement("div");
@@ -18668,71 +18674,73 @@ let DatePickerView = /*@__PURE__*/ (() => {
18668
18674
  this.i = this.d.createElement("div");
18669
18675
  this.i.setAttribute("aria-hidden", "true");
18670
18676
  this.h = this.d.createElement("div");
18671
- this.b.ch();
18677
+ this.b.cr();
18672
18678
  this.j.getChildAt(0).setAttribute("aria-expanded", "fasle");
18673
18679
  this.j.getChildAt(0).setAttribute("aria-invalid", "false");
18674
18680
  this.f.setStyleProperty("height", "16px");
18675
18681
  this.f.setStyleProperty("width", "16px");
18676
18682
  this.h.setStyleProperty("height", "16px");
18677
18683
  this.h.setStyleProperty("width", "16px");
18678
- this.f.listen("click", runOn(this, this.z));
18679
- this.h.listen("click", runOn(this, this.ad));
18684
+ this.f.listen("click", runOn(this, this.ac));
18685
+ this.f.listen("mousedown", runOn(this, this.aa));
18686
+ this.f.listen("mouseleave", runOn(this, this.ab));
18687
+ this.h.listen("click", runOn(this, this.ag));
18680
18688
  }
18681
18689
  }
18682
- ak(a) {
18690
+ aq(a) {
18683
18691
  if (this.d != null) {
18684
18692
  let b = this.d.getSubRenderer(this.k);
18685
18693
  a.provideContainer(b);
18686
18694
  let c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
18687
18695
  }
18688
18696
  }
18689
- am(a) {
18697
+ as(a) {
18690
18698
  if (this.d != null) {
18691
18699
  let b = this.d.getSubRenderer(this.l);
18692
18700
  a.provideContainer(b);
18693
18701
  let c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
18694
18702
  }
18695
18703
  }
18696
- al(a) {
18704
+ ar(a) {
18697
18705
  if (this.d != null) {
18698
18706
  let b = this.d.getSubRenderer(this.j);
18699
18707
  a.provideContainer(b);
18700
18708
  let c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
18701
18709
  }
18702
18710
  }
18703
- ao(a, b) {
18711
+ au(a, b) {
18704
18712
  if (this.d != null) {
18705
18713
  let c = this.d.getSubRenderer(b);
18706
18714
  a.provideContainer(c);
18707
18715
  let d = c.getExternal(a, c.rootWrapper, this.d.getExternal(this.b, null, null));
18708
18716
  }
18709
18717
  }
18710
- aj(a, b) {
18718
+ ap(a, b) {
18711
18719
  if (this.d != null) {
18712
18720
  let c = this.d.getSubRenderer(b);
18713
18721
  a.provideContainer(c);
18714
18722
  let d = c.getExternal(a, c.rootWrapper, this.d.getExternal(this.b, null, null));
18715
18723
  }
18716
18724
  }
18717
- u() {
18725
+ v() {
18718
18726
  return this.l;
18719
18727
  }
18720
- t() {
18728
+ u() {
18721
18729
  return this.j;
18722
18730
  }
18723
- q() {
18731
+ r() {
18724
18732
  return this.g;
18725
18733
  }
18726
- p() {
18734
+ q() {
18727
18735
  return this.f;
18728
18736
  }
18729
- s() {
18737
+ t() {
18730
18738
  return this.i;
18731
18739
  }
18732
- r() {
18740
+ s() {
18733
18741
  return this.h;
18734
18742
  }
18735
- aq(a) {
18743
+ aw(a) {
18736
18744
  if (this.j != null) {
18737
18745
  if (a) {
18738
18746
  this.j.getChildAt(0).setAttribute("aria-expanded", "true");
@@ -18742,7 +18750,7 @@ let DatePickerView = /*@__PURE__*/ (() => {
18742
18750
  }
18743
18751
  }
18744
18752
  }
18745
- as(a) {
18753
+ ay(a) {
18746
18754
  if (a != null && a != "") {
18747
18755
  this.j.getChildAt(0).setAttribute("aria-label", a);
18748
18756
  }
@@ -18750,9 +18758,9 @@ let DatePickerView = /*@__PURE__*/ (() => {
18750
18758
  this.j.getChildAt(0).setAttribute("aria-label", "Select a date");
18751
18759
  }
18752
18760
  }
18753
- ap() {
18761
+ av() {
18754
18762
  if (this.f != null) {
18755
- if (this.b.at == true) {
18763
+ if (this.b.az == true) {
18756
18764
  this.f.show();
18757
18765
  }
18758
18766
  else {
@@ -18760,115 +18768,131 @@ let DatePickerView = /*@__PURE__*/ (() => {
18760
18768
  }
18761
18769
  }
18762
18770
  }
18763
- ae() {
18771
+ ah() {
18764
18772
  if (this.f != null) {
18765
18773
  this.f.hide();
18766
18774
  }
18767
18775
  }
18768
- ar() {
18769
- this.k.setAttribute("tabIndex", this.b.a7.toString());
18776
+ ax() {
18777
+ this.k.setAttribute("tabIndex", this.b.be.toString());
18770
18778
  }
18771
- ab() {
18779
+ an() {
18780
+ this.o.observe(document, { childList: true, subtree: true });
18781
+ }
18782
+ aj() {
18783
+ this.o.disconnect();
18784
+ }
18785
+ ae() {
18772
18786
  if (this.d != null) {
18773
18787
  this.m = this.d.rootWrapper.getChildAt(1);
18774
18788
  this.e = this.d.createElement("div");
18775
18789
  this.e.setStyleProperty("width", "100%");
18776
18790
  this.e.setStyleProperty("height", "100%");
18777
18791
  this.e.setStyleProperty("display", "flex");
18778
- this.b.ci();
18792
+ this.b.cs();
18779
18793
  this.e.parent().setStyleProperty("height", "100%");
18780
- if (this.b.av == true) {
18794
+ if (this.b.a1 == true) {
18781
18795
  this.e.parent().parent().setStyleProperty("max-width", "245px");
18782
18796
  }
18783
18797
  else {
18784
18798
  this.e.parent().parent().setStyleProperty("max-width", "232px");
18785
18799
  }
18786
- if (this.b.au == true) {
18787
- this.e.parent().parent().setStyleProperty("min-height", "270px");
18788
- }
18789
- else {
18790
- this.e.parent().parent().setStyleProperty("min-height", "234px");
18791
- }
18792
18800
  }
18793
18801
  }
18794
- y() {
18802
+ z() {
18795
18803
  if (this.d != null) {
18796
- if (this.b.av == true) {
18804
+ if (this.b.a1 == true) {
18797
18805
  this.e.parent().parent().setStyleProperty("max-width", "245px");
18798
18806
  }
18799
18807
  else {
18800
18808
  this.e.parent().parent().setStyleProperty("max-width", "232px");
18801
18809
  }
18802
- if (this.b.au == true) {
18803
- this.e.parent().parent().setStyleProperty("min-height", "270px");
18804
- }
18805
- else {
18806
- this.e.parent().parent().setStyleProperty("min-height", "234px");
18807
- }
18808
18810
  }
18809
18811
  }
18810
- an(a) {
18812
+ at(a) {
18811
18813
  if (this.d != null) {
18812
18814
  let b = this.d.getSubRenderer(this.m);
18813
18815
  a.provideRenderer(b);
18814
18816
  let c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
18815
18817
  }
18816
18818
  }
18817
- ai(a) {
18819
+ ao(a) {
18818
18820
  if (this.d != null) {
18819
18821
  let b = this.d.getSubRenderer(this.e);
18820
18822
  a.provideContainer(b);
18821
18823
  let c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
18822
18824
  }
18823
18825
  }
18824
- o() {
18826
+ p() {
18825
18827
  return this.e;
18826
18828
  }
18827
- z(a) {
18828
- if (this.b.ar == true) {
18829
+ ac(a) {
18830
+ if (this.b.av == true) {
18829
18831
  return;
18830
18832
  }
18831
- this.b.cf();
18833
+ this.b.cp();
18832
18834
  if (this.f != null) {
18833
18835
  this.f.hide();
18834
18836
  }
18835
18837
  }
18836
- ad(a) {
18838
+ aa(a) {
18839
+ this.b.c8();
18840
+ }
18841
+ ab(a) {
18842
+ this.b.c9();
18843
+ }
18844
+ ag(a) {
18837
18845
  a.stopPropagation();
18838
- this.b.cn();
18846
+ this.b.cx();
18839
18847
  }
18840
- x(a) {
18848
+ y(a) {
18841
18849
  let b = a.which;
18842
18850
  if (b == 27) {
18843
- this.b.cg();
18851
+ this.b.cq();
18844
18852
  }
18845
18853
  }
18846
- v(a) {
18854
+ w(a) {
18847
18855
  this.b.focus();
18848
18856
  let b = (a.originalEvent.relatedTarget);
18849
18857
  if (!this.c(b)) {
18850
- this.b.ct();
18858
+ this.b.c3();
18851
18859
  }
18852
18860
  }
18853
- w(a) {
18861
+ x(a) {
18854
18862
  let b = (a.originalEvent.relatedTarget);
18855
18863
  if (!this.c(b)) {
18856
- this.b.cm();
18857
- this.b.cu();
18864
+ this.b.cw();
18865
+ this.b.c4();
18866
+ }
18867
+ }
18868
+ al(a, b) {
18869
+ if (this.d != null) {
18870
+ let c = this.d.rootWrapper.getNativeElement();
18871
+ if (!document.documentElement.contains(c)) {
18872
+ this.b.cq();
18873
+ }
18874
+ }
18875
+ else {
18876
+ this.b.cq();
18858
18877
  }
18859
18878
  }
18860
18879
  document_Click(a) {
18861
18880
  let b = a.target;
18862
18881
  if (!this.c(b)) {
18863
- this.b.cg();
18882
+ this.b.cq();
18864
18883
  }
18865
18884
  }
18866
- at() {
18885
+ window_Resize(a) {
18886
+ this.b.dm();
18887
+ }
18888
+ a0(a) {
18867
18889
  if (this.d != null) {
18868
- let a = this.d.rootWrapper.getNativeElement();
18869
- let b = a.getBoundingClientRect();
18870
- ;
18871
- return b;
18890
+ let b = this.d.rootWrapper.getNativeElement();
18891
+ let c = (b.getBoundingClientRect());
18892
+ if (a) {
18893
+ c = new Rect(0, c.left + window.pageXOffset, c.top + window.pageYOffset, c.width, c.height);
18894
+ }
18895
+ return c;
18872
18896
  }
18873
18897
  return null;
18874
18898
  }
@@ -18884,11 +18908,11 @@ let DatePickerView = /*@__PURE__*/ (() => {
18884
18908
  if (null == a) {
18885
18909
  return false;
18886
18910
  }
18887
- let b = this.j.getNativeElement();
18911
+ let b = this.d.rootWrapper.getNativeElement();
18888
18912
  let c = this.e.getNativeElement();
18889
18913
  return b.contains(a) || c.contains(a);
18890
18914
  }
18891
- af() {
18915
+ ai() {
18892
18916
  }
18893
18917
  }
18894
18918
  DatePickerView.$t = markType(DatePickerView, 'DatePickerView');
@@ -18909,44 +18933,48 @@ let DatePicker = /*@__PURE__*/ (() => {
18909
18933
  this.m = null;
18910
18934
  this.n = null;
18911
18935
  this.c = null;
18912
- this.a9 = "dd";
18913
- this.bd = "mm";
18914
- this.bg = "yyyy";
18915
- this.ba = "mdy";
18916
- this.bf = "/";
18936
+ this.bg = "dd";
18937
+ this.bk = "mm";
18938
+ this.bn = "yyyy";
18939
+ this.bh = "mdy";
18940
+ this.bm = "/";
18917
18941
  this.ah = false;
18918
- this.ap = false;
18919
- this.ao = false;
18920
- this.ay = dateMinValue();
18942
+ this.at = false;
18943
+ this.ar = false;
18944
+ this.a5 = dateMinValue();
18921
18945
  this.ai = false;
18922
18946
  this.propertyChanged = null;
18923
18947
  this.selectedValueChanged = null;
18924
18948
  this.ae = null;
18925
- this.a0 = dateMinValue();
18926
- this.az = dateMinValue();
18927
- this.bc = "";
18928
- this.de = BrushUtil.g(255, 24, 29, 31);
18949
+ this.a7 = dateMinValue();
18950
+ this.a6 = dateMinValue();
18951
+ this.bj = "";
18952
+ this.dt = BrushUtil.g(255, 24, 29, 31);
18929
18953
  this.z = null;
18930
- this.be = "";
18931
- this.ax = dateMinValue();
18932
- this.aw = dateMaxValue();
18954
+ this.bl = "";
18955
+ this.a4 = dateMinValue();
18956
+ this.a3 = dateMaxValue();
18933
18957
  this.x = 2;
18934
18958
  this.v = 1;
18935
18959
  this.aa = null;
18936
- this.df = BrushUtil.g(255, 24, 29, 31);
18937
- this.dd = BrushUtil.g(255, 163, 172, 184);
18938
- this.al = true;
18939
- this.am = false;
18960
+ this.du = BrushUtil.g(255, 24, 29, 31);
18961
+ this.ds = BrushUtil.g(255, 163, 172, 184);
18962
+ this.ao = true;
18963
+ this.ap = false;
18940
18964
  this.ag = true;
18941
- this.ak = true;
18965
+ this.an = true;
18942
18966
  this.i = 0;
18943
18967
  this.k = 0;
18944
- this.an = false;
18968
+ this.aq = false;
18945
18969
  this.a = new DateTimeValueFormatter();
18946
18970
  this.d = 0;
18947
- this.bb = null;
18971
+ this.bi = null;
18948
18972
  this.aj = false;
18949
- this.a6 = 0;
18973
+ this.bd = 0;
18974
+ this.ak = false;
18975
+ this.am = false;
18976
+ this.as = false;
18977
+ this.al = false;
18950
18978
  this.gotFocus = null;
18951
18979
  this.lostFocus = null;
18952
18980
  this.keyDown = null;
@@ -18954,15 +18982,15 @@ let DatePicker = /*@__PURE__*/ (() => {
18954
18982
  let a = new DatePickerView();
18955
18983
  a.b = this;
18956
18984
  this.h = a;
18957
- this.h.ah();
18958
- this.ce();
18985
+ this.h.am();
18986
+ this.co();
18959
18987
  }
18960
- cz(a, b) {
18988
+ db(a, b) {
18961
18989
  if (this.u != null) {
18962
18990
  this.ah = true;
18963
- this.cg();
18991
+ this.cq();
18964
18992
  }
18965
- this.c8();
18993
+ this.dl();
18966
18994
  if (this.selectedValueChanged != null) {
18967
18995
  this.selectedValueChanged(this, ((() => {
18968
18996
  let $ret = new SelectedValueChangedEventArgs();
@@ -18972,23 +19000,23 @@ let DatePicker = /*@__PURE__*/ (() => {
18972
19000
  })()));
18973
19001
  }
18974
19002
  if (this.ai) {
18975
- this.c3();
19003
+ this.df();
18976
19004
  }
18977
19005
  }
18978
19006
  notifySizeChanged() {
18979
- this.h.af();
19007
+ this.h.ai();
18980
19008
  }
18981
19009
  destroy() {
18982
19010
  if (this.c != null) {
18983
19011
  let a = this.c;
18984
- a.selectedValueChanged = delegateRemove(a.selectedValueChanged, runOn(this, this.cd));
19012
+ a.selectedValueChanged = delegateRemove(a.selectedValueChanged, runOn(this, this.cn));
18985
19013
  let b = this.c;
18986
- b.close = delegateRemove(b.close, runOn(this, this.cc));
19014
+ b.close = delegateRemove(b.close, runOn(this, this.cm));
18987
19015
  }
18988
19016
  this.provideContainer(null);
18989
19017
  }
18990
19018
  provideContainer(a) {
18991
- this.h.ag(a);
19019
+ this.h.ak(a);
18992
19020
  }
18993
19021
  setName(a) {
18994
19022
  this.o.e = a;
@@ -19001,44 +19029,44 @@ let DatePicker = /*@__PURE__*/ (() => {
19001
19029
  return this.ae;
19002
19030
  }
19003
19031
  get value() {
19004
- return this.a0;
19032
+ return this.a7;
19005
19033
  }
19006
19034
  set value(a) {
19007
- let b = this.a0;
19008
- this.ay = b;
19009
- this.a0 = a;
19010
- if (+b != +(this.a0)) {
19011
- this.cy("Value", b, this.a0);
19035
+ let b = this.a7;
19036
+ this.a5 = b;
19037
+ this.a7 = a;
19038
+ if (+b != +(this.a7)) {
19039
+ this.da("Value", b, this.a7);
19012
19040
  }
19013
19041
  }
19014
- get a3() {
19015
- return this.az;
19042
+ get ba() {
19043
+ return this.a6;
19016
19044
  }
19017
- set a3(a) {
19018
- let b = this.az;
19019
- this.az = a;
19020
- if (+b != +(this.az)) {
19021
- this.cy("Today", b, this.az);
19045
+ set ba(a) {
19046
+ let b = this.a6;
19047
+ this.a6 = a;
19048
+ if (+b != +(this.a6)) {
19049
+ this.da("Today", b, this.a6);
19022
19050
  }
19023
19051
  }
19024
- get bv() {
19025
- return this.bc;
19052
+ get b3() {
19053
+ return this.bj;
19026
19054
  }
19027
- set bv(a) {
19028
- let b = this.bc;
19029
- this.bc = a;
19030
- if (b != this.bc) {
19031
- this.cy("Label", b, this.bc);
19055
+ set b3(a) {
19056
+ let b = this.bj;
19057
+ this.bj = a;
19058
+ if (b != this.bj) {
19059
+ this.da("Label", b, this.bj);
19032
19060
  }
19033
19061
  }
19034
- get dh() {
19035
- return this.de;
19062
+ get dw() {
19063
+ return this.dt;
19036
19064
  }
19037
- set dh(a) {
19038
- let b = this.de;
19039
- this.de = a;
19040
- if (b != this.de) {
19041
- this.cy("LabelTextColor", b, a);
19065
+ set dw(a) {
19066
+ let b = this.dt;
19067
+ this.dt = a;
19068
+ if (b != this.dt) {
19069
+ this.da("LabelTextColor", b, a);
19042
19070
  }
19043
19071
  }
19044
19072
  get ac() {
@@ -19048,37 +19076,37 @@ let DatePicker = /*@__PURE__*/ (() => {
19048
19076
  let b = this.z;
19049
19077
  this.z = a;
19050
19078
  if (b != this.z) {
19051
- this.cy("LabelTextStyle", b, this.z);
19079
+ this.da("LabelTextStyle", b, this.z);
19052
19080
  }
19053
19081
  }
19054
- get b2() {
19055
- return this.be;
19082
+ get cb() {
19083
+ return this.bl;
19056
19084
  }
19057
- set b2(a) {
19058
- let b = this.be;
19059
- this.be = a;
19060
- if (b != this.be) {
19061
- this.cy("Placeholder", b, this.be);
19085
+ set cb(a) {
19086
+ let b = this.bl;
19087
+ this.bl = a;
19088
+ if (b != this.bl) {
19089
+ this.da("Placeholder", b, this.bl);
19062
19090
  }
19063
19091
  }
19064
- get a2() {
19065
- return this.ax;
19092
+ get a9() {
19093
+ return this.a4;
19066
19094
  }
19067
- set a2(a) {
19068
- let b = this.ax;
19069
- this.ax = a;
19070
- if (+b != +(this.ax)) {
19071
- this.cy("MinDate", b, this.ax);
19095
+ set a9(a) {
19096
+ let b = this.a4;
19097
+ this.a4 = a;
19098
+ if (+b != +(this.a4)) {
19099
+ this.da("MinDate", b, this.a4);
19072
19100
  }
19073
19101
  }
19074
- get a1() {
19075
- return this.aw;
19102
+ get a8() {
19103
+ return this.a3;
19076
19104
  }
19077
- set a1(a) {
19078
- let b = this.aw;
19079
- this.aw = a;
19080
- if (+b != +(this.aw)) {
19081
- this.cy("MaxDate", b, this.aw);
19105
+ set a8(a) {
19106
+ let b = this.a3;
19107
+ this.a3 = a;
19108
+ if (+b != +(this.a3)) {
19109
+ this.da("MaxDate", b, this.a3);
19082
19110
  }
19083
19111
  }
19084
19112
  get y() {
@@ -19088,7 +19116,7 @@ let DatePicker = /*@__PURE__*/ (() => {
19088
19116
  let b = this.x;
19089
19117
  this.x = a;
19090
19118
  if (b != this.x) {
19091
- this.cy("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.x));
19119
+ this.da("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.x));
19092
19120
  }
19093
19121
  }
19094
19122
  get w() {
@@ -19098,7 +19126,7 @@ let DatePicker = /*@__PURE__*/ (() => {
19098
19126
  let b = this.v;
19099
19127
  this.v = a;
19100
19128
  if (b != this.v) {
19101
- this.cy("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.v));
19129
+ this.da("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.v));
19102
19130
  }
19103
19131
  }
19104
19132
  get ad() {
@@ -19108,67 +19136,67 @@ let DatePicker = /*@__PURE__*/ (() => {
19108
19136
  let b = this.aa;
19109
19137
  this.aa = a;
19110
19138
  if (b != this.aa) {
19111
- this.cy("TextStyle", b, this.aa);
19139
+ this.da("TextStyle", b, this.aa);
19112
19140
  }
19113
19141
  }
19114
- get di() {
19115
- return this.df;
19142
+ get dx() {
19143
+ return this.du;
19116
19144
  }
19117
- set di(a) {
19118
- let b = this.df;
19119
- this.df = a;
19120
- if (b != this.df) {
19121
- this.cy("TextColor", b, this.df);
19145
+ set dx(a) {
19146
+ let b = this.du;
19147
+ this.du = a;
19148
+ if (b != this.du) {
19149
+ this.da("TextColor", b, this.du);
19122
19150
  }
19123
19151
  }
19124
- get dg() {
19125
- return this.dd;
19152
+ get dv() {
19153
+ return this.ds;
19126
19154
  }
19127
- set dg(a) {
19128
- let b = this.dd;
19129
- this.dd = a;
19130
- if (b != this.dd) {
19131
- this.cy("IconColor", b, this.dd);
19155
+ set dv(a) {
19156
+ let b = this.ds;
19157
+ this.ds = a;
19158
+ if (b != this.ds) {
19159
+ this.da("IconColor", b, this.ds);
19132
19160
  }
19133
19161
  }
19134
- get at() {
19135
- return this.al;
19162
+ get az() {
19163
+ return this.ao;
19136
19164
  }
19137
- set at(a) {
19138
- let b = this.al;
19139
- this.al = a;
19140
- if (b != this.al) {
19141
- this.cy("ShowClearButton", b, this.al);
19165
+ set az(a) {
19166
+ let b = this.ao;
19167
+ this.ao = a;
19168
+ if (b != this.ao) {
19169
+ this.da("ShowClearButton", b, this.ao);
19142
19170
  }
19143
19171
  }
19144
- get au() {
19145
- return this.am;
19172
+ get a0() {
19173
+ return this.ap;
19146
19174
  }
19147
- set au(a) {
19148
- let b = this.am;
19149
- this.am = a;
19150
- if (b != this.am) {
19151
- this.cy("ShowTodayButton", b, this.am);
19175
+ set a0(a) {
19176
+ let b = this.ap;
19177
+ this.ap = a;
19178
+ if (b != this.ap) {
19179
+ this.da("ShowTodayButton", b, this.ap);
19152
19180
  }
19153
19181
  }
19154
- get aq() {
19182
+ get au() {
19155
19183
  return this.ag;
19156
19184
  }
19157
- set aq(a) {
19185
+ set au(a) {
19158
19186
  let b = this.ag;
19159
19187
  this.ag = a;
19160
19188
  if (b != this.ag) {
19161
- this.cy("AllowTextInput", b, this.ag);
19189
+ this.da("AllowTextInput", b, this.ag);
19162
19190
  }
19163
19191
  }
19164
- get as() {
19165
- return this.ak;
19192
+ get ay() {
19193
+ return this.an;
19166
19194
  }
19167
- set as(a) {
19168
- let b = this.ak;
19169
- this.ak = a;
19170
- if (b != this.ak) {
19171
- this.cy("OpenOnFocus", b, this.ak);
19195
+ set ay(a) {
19196
+ let b = this.an;
19197
+ this.an = a;
19198
+ if (b != this.an) {
19199
+ this.da("OpenOnFocus", b, this.an);
19172
19200
  }
19173
19201
  }
19174
19202
  get j() {
@@ -19178,7 +19206,7 @@ let DatePicker = /*@__PURE__*/ (() => {
19178
19206
  let b = this.i;
19179
19207
  this.i = a;
19180
19208
  if (b != this.i) {
19181
- this.cy("FirstDayOfWeek", enumGetBox(DayOfWeek_$type, b), enumGetBox(DayOfWeek_$type, this.i));
19209
+ this.da("FirstDayOfWeek", enumGetBox(DayOfWeek_$type, b), enumGetBox(DayOfWeek_$type, this.i));
19182
19210
  }
19183
19211
  }
19184
19212
  get l() {
@@ -19188,17 +19216,17 @@ let DatePicker = /*@__PURE__*/ (() => {
19188
19216
  let b = this.k;
19189
19217
  this.k = a;
19190
19218
  if (b != this.k) {
19191
- this.cy("FirstWeekOfYear", enumGetBox(FirstWeek_$type, b), enumGetBox(FirstWeek_$type, this.k));
19219
+ this.da("FirstWeekOfYear", enumGetBox(FirstWeek_$type, b), enumGetBox(FirstWeek_$type, this.k));
19192
19220
  }
19193
19221
  }
19194
- get av() {
19195
- return this.an;
19222
+ get a1() {
19223
+ return this.aq;
19196
19224
  }
19197
- set av(a) {
19198
- let b = this.an;
19199
- this.an = a;
19200
- if (b != this.an) {
19201
- this.cy("ShowWeekNumbers", b, this.an);
19225
+ set a1(a) {
19226
+ let b = this.aq;
19227
+ this.aq = a;
19228
+ if (b != this.aq) {
19229
+ this.da("ShowWeekNumbers", b, this.aq);
19202
19230
  }
19203
19231
  }
19204
19232
  get e() {
@@ -19208,71 +19236,101 @@ let DatePicker = /*@__PURE__*/ (() => {
19208
19236
  let b = this.d;
19209
19237
  this.d = a;
19210
19238
  if (this.d != b) {
19211
- this.cy("DateFormat", enumGetBox(DateFormats_$type, b), enumGetBox(DateFormats_$type, this.d));
19239
+ this.da("DateFormat", enumGetBox(DateFormats_$type, b), enumGetBox(DateFormats_$type, this.d));
19212
19240
  }
19213
19241
  }
19214
- get br() {
19215
- return this.bb;
19242
+ get by() {
19243
+ return this.bi;
19216
19244
  }
19217
- set br(a) {
19218
- let b = this.bb;
19219
- this.bb = a;
19220
- if (b != this.bb) {
19221
- this.cy("FormatString", b, this.bb);
19245
+ set by(a) {
19246
+ let b = this.bi;
19247
+ this.bi = a;
19248
+ if (b != this.bi) {
19249
+ this.da("FormatString", b, this.bi);
19222
19250
  }
19223
19251
  }
19224
- get ar() {
19252
+ get av() {
19225
19253
  return this.aj;
19226
19254
  }
19227
- set ar(a) {
19255
+ set av(a) {
19228
19256
  let b = this.aj;
19229
19257
  this.aj = a;
19230
19258
  if (b != this.aj) {
19231
- this.cy("IsDisabled", b, this.aj);
19259
+ this.da("IsDisabled", b, this.aj);
19232
19260
  }
19233
19261
  }
19234
- get a7() {
19235
- return this.a6;
19262
+ get be() {
19263
+ return this.bd;
19236
19264
  }
19237
- set a7(a) {
19238
- let b = this.a6;
19239
- this.a6 = a;
19240
- if (b != this.a6) {
19241
- this.cy("TabIndex", b, this.a6);
19265
+ set be(a) {
19266
+ let b = this.bd;
19267
+ this.bd = a;
19268
+ if (b != this.bd) {
19269
+ this.da("TabIndex", b, this.bd);
19270
+ }
19271
+ }
19272
+ get aw() {
19273
+ return this.ak;
19274
+ }
19275
+ set aw(a) {
19276
+ let b = this.ak;
19277
+ this.ak = a;
19278
+ if (b != this.ak) {
19279
+ this.da("IsFixed", b, this.ak);
19280
+ }
19281
+ }
19282
+ get ax() {
19283
+ return this.am;
19284
+ }
19285
+ set ax(a) {
19286
+ let b = this.am;
19287
+ this.am = a;
19288
+ if (b != this.am) {
19289
+ this.da("OpenAsChild", b, this.am);
19242
19290
  }
19243
19291
  }
19244
- cy(a, b, c) {
19292
+ get a2() {
19293
+ return this.as;
19294
+ }
19295
+ set a2(a) {
19296
+ let b = this.as;
19297
+ this.as = a;
19298
+ if (b != this.as) {
19299
+ this.da("UseTopLayer", b, this.as);
19300
+ }
19301
+ }
19302
+ da(a, b, c) {
19245
19303
  if (this.propertyChanged != null) {
19246
19304
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
19247
19305
  }
19248
- this.c1(a, b, c);
19306
+ this.dd(a, b, c);
19249
19307
  }
19250
- c1(a, b, c) {
19308
+ dd(a, b, c) {
19251
19309
  switch (a) {
19252
19310
  case "Density":
19253
- this.c4();
19311
+ this.dg();
19254
19312
  break;
19255
19313
  case "BaseTheme":
19256
- this.c6();
19314
+ this.di();
19257
19315
  break;
19258
19316
  case "Value":
19259
19317
  if (+(this.value) != +(dateMinValue())) {
19260
- if (dateGetDate(this.value) < dateGetDate(this.a2) || dateGetDate(this.value) > dateGetDate(this.a1)) {
19318
+ if (dateGetDate(this.value) < dateGetDate(this.a9) || dateGetDate(this.value) > dateGetDate(this.a8)) {
19261
19319
  this.ai = true;
19262
- this.value = this.ay;
19320
+ this.value = this.a5;
19263
19321
  this.ai = false;
19264
19322
  }
19265
19323
  }
19266
- this.cz(this.ay, this.value);
19267
- this.ay = this.value;
19324
+ this.db(this.a5, this.value);
19325
+ this.a5 = this.value;
19268
19326
  if (this.c != null) {
19269
19327
  this.c.value = this.value;
19270
19328
  }
19271
19329
  break;
19272
19330
  case "Label":
19273
19331
  if (this.r != null) {
19274
- this.r.text = this.bv;
19275
- if (this.bv != null && this.bv != "") {
19332
+ this.r.text = this.b3;
19333
+ if (this.b3 != null && this.b3 != "") {
19276
19334
  if (!this.q.inputs.contains(this.r)) {
19277
19335
  this.q.inputs.insert(0, this.r);
19278
19336
  }
@@ -19286,25 +19344,25 @@ let DatePicker = /*@__PURE__*/ (() => {
19286
19344
  break;
19287
19345
  case "Placeholder":
19288
19346
  if (this.o != null) {
19289
- this.o.cg = this.b2;
19290
- this.h.as(this.b2);
19347
+ this.o.cg = this.cb;
19348
+ this.h.ay(this.cb);
19291
19349
  }
19292
19350
  break;
19293
19351
  case "Today":
19294
19352
  if (this.c != null) {
19295
- this.c.av = this.a3;
19353
+ this.c.av = this.ba;
19296
19354
  }
19297
19355
  break;
19298
19356
  case "MaxDate":
19299
19357
  if (this.c != null) {
19300
- let d = Base.compareSimple(this.a2, this.a1);
19358
+ let d = Base.compareSimple(this.a9, this.a8);
19301
19359
  if (d >= 0) {
19302
- this.a1 = dateMaxValue();
19360
+ this.a8 = dateMaxValue();
19303
19361
  }
19304
- this.c.at = this.aw;
19362
+ this.c.at = this.a3;
19305
19363
  }
19306
- if (dateGetDate(this.value) > dateGetDate(this.a1)) {
19307
- this.ay = dateMinValue();
19364
+ if (dateGetDate(this.value) > dateGetDate(this.a8)) {
19365
+ this.a5 = dateMinValue();
19308
19366
  this.ai = true;
19309
19367
  this.value = dateMinValue();
19310
19368
  this.ai = false;
@@ -19312,27 +19370,27 @@ let DatePicker = /*@__PURE__*/ (() => {
19312
19370
  break;
19313
19371
  case "MinDate":
19314
19372
  if (this.c != null) {
19315
- this.c.au = this.ax;
19316
- let e = Base.compareSimple(this.a2, this.a1);
19373
+ this.c.au = this.a4;
19374
+ let e = Base.compareSimple(this.a9, this.a8);
19317
19375
  if (e >= 0) {
19318
- this.ay = dateMaxValue();
19319
- this.c.at = this.a1;
19376
+ this.a5 = dateMaxValue();
19377
+ this.c.at = this.a8;
19320
19378
  }
19321
19379
  }
19322
- if (dateGetDate(this.value) < dateGetDate(this.a2)) {
19323
- this.ay = dateMinValue();
19380
+ if (dateGetDate(this.value) < dateGetDate(this.a9)) {
19381
+ this.a5 = dateMinValue();
19324
19382
  this.ai = true;
19325
19383
  this.value = dateMinValue();
19326
19384
  this.ai = false;
19327
19385
  }
19328
19386
  break;
19329
19387
  case "TextStyle":
19330
- this.c9();
19388
+ this.dn();
19331
19389
  break;
19332
19390
  case "ShowClearButton":
19333
19391
  if (this.o != null) {
19334
19392
  if (this.o.cq != "") {
19335
- this.h.ap();
19393
+ this.h.av();
19336
19394
  }
19337
19395
  }
19338
19396
  break;
@@ -19340,27 +19398,27 @@ let DatePicker = /*@__PURE__*/ (() => {
19340
19398
  case "LabelTextStyle":
19341
19399
  case "TextColor":
19342
19400
  case "IconColor":
19343
- this.da();
19401
+ this.dp();
19344
19402
  break;
19345
19403
  case "ShowTodayButton":
19346
19404
  if (this.c != null) {
19347
- this.c.ae = this.au;
19348
- this.h.y();
19405
+ this.c.ae = this.a0;
19406
+ this.h.z();
19349
19407
  }
19350
19408
  break;
19351
19409
  case "AllowTextInput":
19352
19410
  if (this.o != null) {
19353
- this.o.disabled = !this.aq;
19411
+ this.o.disabled = !this.au;
19354
19412
  }
19355
19413
  break;
19356
19414
  case "OpenOnFocus": break;
19357
19415
  case "DateFormat":
19358
19416
  this.a.k(this.e);
19359
- this.c8();
19417
+ this.dl();
19360
19418
  break;
19361
19419
  case "FormatString":
19362
- this.ce();
19363
- this.c8();
19420
+ this.co();
19421
+ this.dl();
19364
19422
  break;
19365
19423
  case "FirstDayOfWeek":
19366
19424
  if (this.c != null) {
@@ -19369,8 +19427,8 @@ let DatePicker = /*@__PURE__*/ (() => {
19369
19427
  break;
19370
19428
  case "ShowWeekNumbers":
19371
19429
  if (this.c != null) {
19372
- this.c.af = this.av;
19373
- this.h.y();
19430
+ this.c.af = this.a1;
19431
+ this.h.z();
19374
19432
  }
19375
19433
  break;
19376
19434
  case "FirstWeekOfYear":
@@ -19381,21 +19439,31 @@ let DatePicker = /*@__PURE__*/ (() => {
19381
19439
  case "IsDisabled":
19382
19440
  {
19383
19441
  if (this.q != null) {
19384
- this.q.disabled = this.ar;
19442
+ this.q.disabled = this.av;
19385
19443
  }
19386
19444
  if (this.o != null) {
19387
- this.o.disabled = this.ar;
19445
+ this.o.disabled = this.av;
19388
19446
  }
19389
19447
  }
19390
19448
  break;
19391
19449
  case "TabIndex":
19392
- this.h.ar();
19450
+ this.h.ax();
19451
+ break;
19452
+ case "IsFixed":
19453
+ if (this.u != null) {
19454
+ this.u.aq = this.aw;
19455
+ }
19456
+ break;
19457
+ case "UseTopLayer":
19458
+ if (this.u != null) {
19459
+ this.u.ax = this.a2;
19460
+ }
19393
19461
  break;
19394
19462
  }
19395
19463
  }
19396
- ce() {
19464
+ co() {
19397
19465
  let a = '/';
19398
- let b = this.br != null ? this.br.toLowerCase() : this.a.j();
19466
+ let b = this.by != null ? this.by.toLowerCase() : this.a.j();
19399
19467
  if (stringContains(b, "/")) {
19400
19468
  a = '/';
19401
19469
  }
@@ -19411,7 +19479,7 @@ let DatePicker = /*@__PURE__*/ (() => {
19411
19479
  else if (stringContains(b, ",")) {
19412
19480
  a = ',';
19413
19481
  }
19414
- this.bf = a.toString();
19482
+ this.bm = a.toString();
19415
19483
  let c = b.split(a);
19416
19484
  if (c.length == 3) {
19417
19485
  let d = "";
@@ -19420,19 +19488,19 @@ let DatePicker = /*@__PURE__*/ (() => {
19420
19488
  d += "d";
19421
19489
  switch (c[e]) {
19422
19490
  case "d":
19423
- this.a9 = c[e];
19491
+ this.bg = c[e];
19424
19492
  break;
19425
19493
  case "dd":
19426
- this.a9 = c[e];
19494
+ this.bg = c[e];
19427
19495
  break;
19428
19496
  case "ddd":
19429
- this.a9 = c[e];
19497
+ this.bg = c[e];
19430
19498
  break;
19431
19499
  case "dddd":
19432
- this.a9 = c[e];
19500
+ this.bg = c[e];
19433
19501
  break;
19434
19502
  default:
19435
- this.a9 = "dd";
19503
+ this.bg = "dd";
19436
19504
  break;
19437
19505
  }
19438
19506
  }
@@ -19440,125 +19508,125 @@ let DatePicker = /*@__PURE__*/ (() => {
19440
19508
  d += "m";
19441
19509
  switch (c[e]) {
19442
19510
  case "m":
19443
- this.bd = c[e];
19511
+ this.bk = c[e];
19444
19512
  break;
19445
19513
  case "mm":
19446
- this.bd = c[e];
19514
+ this.bk = c[e];
19447
19515
  break;
19448
19516
  case "mmm":
19449
- this.bd = c[e];
19517
+ this.bk = c[e];
19450
19518
  break;
19451
19519
  case "mmmm":
19452
- this.bd = c[e];
19520
+ this.bk = c[e];
19453
19521
  break;
19454
19522
  default:
19455
- this.bd = "mm";
19523
+ this.bk = "mm";
19456
19524
  break;
19457
19525
  }
19458
- this.bd = c[e];
19526
+ this.bk = c[e];
19459
19527
  }
19460
19528
  else if (stringContains(c[e], "y")) {
19461
19529
  d += "y";
19462
19530
  switch (c[e]) {
19463
19531
  case "yy":
19464
- this.bg = c[e];
19532
+ this.bn = c[e];
19465
19533
  break;
19466
19534
  case "yyyy":
19467
- this.bg = c[e];
19535
+ this.bn = c[e];
19468
19536
  break;
19469
19537
  default:
19470
- this.bg = "yyyy";
19538
+ this.bn = "yyyy";
19471
19539
  break;
19472
19540
  }
19473
19541
  }
19474
19542
  }
19475
19543
  if (d == "dmy" || d == "mdy" || d == "ymd") {
19476
- this.ba = d;
19544
+ this.bh = d;
19477
19545
  }
19478
19546
  else {
19479
- this.ba = "mdy";
19547
+ this.bh = "mdy";
19480
19548
  }
19481
19549
  }
19482
19550
  }
19483
- da() {
19551
+ dp() {
19484
19552
  if (this.o != null) {
19485
- this.o.d8 = this.di;
19553
+ this.o.d8 = this.dx;
19486
19554
  }
19487
19555
  if (this.m != null) {
19488
- this.m.fill = this.dg;
19556
+ this.m.fill = this.dv;
19489
19557
  }
19490
19558
  if (this.n != null) {
19491
- this.n.fill = this.dg;
19559
+ this.n.fill = this.dv;
19492
19560
  }
19493
19561
  if (this.r != null) {
19494
- this.r.df = this.dh;
19562
+ this.r.df = this.dw;
19495
19563
  this.r.y = this.ac;
19496
19564
  }
19497
19565
  }
19498
- c7() {
19566
+ dk() {
19499
19567
  if (this.q != null) {
19500
19568
  }
19501
19569
  }
19502
- c9() {
19570
+ dn() {
19503
19571
  if (this.aa != null) {
19504
19572
  this.o.af = this.aa;
19505
19573
  }
19506
19574
  }
19507
- ch() {
19575
+ cr() {
19508
19576
  this.q = new XInputGroup();
19509
- this.h.ak(this.q);
19577
+ this.h.aq(this.q);
19510
19578
  this.q.d = 0;
19511
19579
  this.q.p = this.w;
19512
19580
  this.q.t = this.y;
19513
19581
  this.r = new XLabel();
19514
- this.h.am(this.r);
19515
- this.r.df = this.dh;
19582
+ this.h.as(this.r);
19583
+ this.r.df = this.dw;
19516
19584
  this.r.y = this.ac;
19517
- this.q.appendContentChild(this.h.u());
19518
- if (this.bv != null && this.bv != "") {
19519
- this.r.text = this.bv;
19585
+ this.q.appendContentChild(this.h.v());
19586
+ if (this.b3 != null && this.b3 != "") {
19587
+ this.r.text = this.b3;
19520
19588
  this.q.inputs.add(this.r);
19521
19589
  }
19522
19590
  this.o = new XInput();
19523
- this.h.al(this.o);
19591
+ this.h.ar(this.o);
19524
19592
  this.o.b8 = "text";
19525
19593
  if (this.aa != null) {
19526
19594
  this.o.af = this.aa;
19527
19595
  }
19528
- this.o.disabled = !this.aq;
19529
- this.o.d8 = this.di;
19530
- this.q.appendContentChild(this.h.t());
19596
+ this.o.disabled = !this.au;
19597
+ this.o.d8 = this.dx;
19598
+ this.q.appendContentChild(this.h.u());
19531
19599
  this.q.inputs.add(this.o);
19532
- this.o.cg = this.b2;
19533
- this.h.as(this.b2);
19600
+ this.o.cg = this.cb;
19601
+ this.h.ay(this.cb);
19534
19602
  let a = this.o;
19535
- a.change = delegateCombine(a.change, runOn(this, this.co));
19603
+ a.change = delegateCombine(a.change, runOn(this, this.cy));
19536
19604
  let b = this.o;
19537
- b.changing = delegateCombine(b.changing, runOn(this, this.cp));
19605
+ b.changing = delegateCombine(b.changing, runOn(this, this.cz));
19538
19606
  let c = this.o;
19539
- c.keyDown = delegateCombine(c.keyDown, runOn(this, this.cq));
19607
+ c.keyDown = delegateCombine(c.keyDown, runOn(this, this.c0));
19540
19608
  let d = new XSuffix();
19541
- this.h.ao(d, this.h.q());
19609
+ this.h.au(d, this.h.r());
19542
19610
  this.m = new XIcon();
19543
- this.h.aj(this.m, this.h.p());
19544
- this.m.svgPath = DatePicker.bk;
19545
- this.m.fill = this.dg;
19546
- d.appendContentChild(this.h.p());
19547
- this.q.appendContentChild(this.h.q());
19611
+ this.h.ap(this.m, this.h.q());
19612
+ this.m.svgPath = DatePicker.br;
19613
+ this.m.fill = this.dv;
19614
+ d.appendContentChild(this.h.q());
19615
+ this.q.appendContentChild(this.h.r());
19548
19616
  this.q.inputs.add(d);
19549
- this.c8();
19617
+ this.dl();
19550
19618
  let e = new XSuffix();
19551
- this.h.ao(e, this.h.s());
19619
+ this.h.au(e, this.h.t());
19552
19620
  this.n = new XIcon();
19553
- this.h.aj(this.n, this.h.r());
19554
- this.n.svgPath = DatePicker.bj;
19555
- this.n.fill = this.dg;
19556
- e.appendContentChild(this.h.r());
19557
- this.q.appendContentChild(this.h.s());
19621
+ this.h.ap(this.n, this.h.s());
19622
+ this.n.svgPath = DatePicker.bq;
19623
+ this.n.fill = this.dv;
19624
+ e.appendContentChild(this.h.s());
19625
+ this.q.appendContentChild(this.h.t());
19558
19626
  this.q.inputs.add(e);
19559
19627
  }
19560
- cq(a, b) {
19561
- this.cw(b);
19628
+ c0(a, b) {
19629
+ this.c6(b);
19562
19630
  if (b.defaultPrevented) {
19563
19631
  return;
19564
19632
  }
@@ -19566,51 +19634,51 @@ let DatePicker = /*@__PURE__*/ (() => {
19566
19634
  let d = b.modifiers;
19567
19635
  switch (c) {
19568
19636
  case 9:
19569
- this.ao = true;
19570
- if (!this.ap) {
19571
- this.dc(this.o.cq);
19637
+ this.ar = true;
19638
+ if (!this.at) {
19639
+ this.dr(this.o.cq);
19572
19640
  }
19573
19641
  this.ah = true;
19574
- this.cg();
19575
- this.ao = false;
19642
+ this.cq();
19643
+ this.ar = false;
19576
19644
  break;
19577
19645
  case 13:
19578
- this.ao = true;
19579
- if (!this.ap) {
19580
- this.dc(this.o.cq);
19646
+ this.ar = true;
19647
+ if (!this.at) {
19648
+ this.dr(this.o.cq);
19581
19649
  }
19582
19650
  this.ah = true;
19583
- this.cg();
19584
- this.ao = false;
19651
+ this.cq();
19652
+ this.ar = false;
19585
19653
  break;
19586
19654
  case 40:
19587
19655
  if (d == 1) {
19588
- this.c0();
19589
- this.cl();
19656
+ this.dc();
19657
+ this.cv();
19590
19658
  }
19591
19659
  break;
19592
19660
  case 38:
19593
19661
  if (d == 1) {
19594
- this.cg();
19662
+ this.cq();
19595
19663
  }
19596
19664
  break;
19597
19665
  }
19598
19666
  }
19599
- cp(a, b) {
19600
- this.cs(b);
19667
+ cz(a, b) {
19668
+ this.c2(b);
19601
19669
  if (b.value.length > 0) {
19602
- this.h.ap();
19670
+ this.h.av();
19603
19671
  }
19604
19672
  else {
19605
- this.h.ae();
19673
+ this.h.ah();
19606
19674
  }
19607
19675
  }
19608
- co(a, b) {
19609
- this.ap = true;
19610
- this.dc(b.value);
19611
- this.ap = false;
19676
+ cy(a, b) {
19677
+ this.at = true;
19678
+ this.dr(b.value);
19679
+ this.at = false;
19612
19680
  }
19613
- dc(a) {
19681
+ dr(a) {
19614
19682
  let b = ['/', '-', ' ', '.', ','];
19615
19683
  let c = stringSplit(a, b, 1);
19616
19684
  let d = 0;
@@ -19621,17 +19689,17 @@ let DatePicker = /*@__PURE__*/ (() => {
19621
19689
  if (c[0].length == 0 || c[1].length == 0 || c[2].length == 0) {
19622
19690
  g = false;
19623
19691
  }
19624
- if (this.ba == "dmy") {
19692
+ if (this.bh == "dmy") {
19625
19693
  d = parseInt(c[0]);
19626
19694
  e = parseInt(c[1]);
19627
19695
  f = parseInt(c[2]);
19628
19696
  }
19629
- else if (this.ba == "mdy") {
19697
+ else if (this.bh == "mdy") {
19630
19698
  e = parseInt(c[0]);
19631
19699
  d = parseInt(c[1]);
19632
19700
  f = parseInt(c[2]);
19633
19701
  }
19634
- else if (this.ba == "ymd") {
19702
+ else if (this.bh == "ymd") {
19635
19703
  f = parseInt(c[0]);
19636
19704
  e = parseInt(c[1]);
19637
19705
  d = parseInt(c[2]);
@@ -19644,13 +19712,13 @@ let DatePicker = /*@__PURE__*/ (() => {
19644
19712
  }
19645
19713
  if (isNaN_(e)) {
19646
19714
  let h = "";
19647
- if (this.ba == "dmy") {
19715
+ if (this.bh == "dmy") {
19648
19716
  h = c[1].toLowerCase();
19649
19717
  }
19650
- else if (this.ba == "mdy") {
19718
+ else if (this.bh == "mdy") {
19651
19719
  h = c[0].toLowerCase();
19652
19720
  }
19653
- else if (this.ba == "ymd") {
19721
+ else if (this.bh == "ymd") {
19654
19722
  h = c[1].toLowerCase();
19655
19723
  }
19656
19724
  let i = !stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full").toLowerCase() : "january";
@@ -19726,45 +19794,45 @@ let DatePicker = /*@__PURE__*/ (() => {
19726
19794
  }
19727
19795
  if (g) {
19728
19796
  let ag = dateFromValues(f, e, d, 0, 0, 0, 0);
19729
- let ah = Base.compareSimple(ag, this.a2);
19730
- let ai = Base.compareSimple(ag, this.a1);
19797
+ let ah = Base.compareSimple(ag, this.a9);
19798
+ let ai = Base.compareSimple(ag, this.a8);
19731
19799
  if (ah < 0 || ai > 0) {
19732
- this.c8();
19800
+ this.dl();
19733
19801
  }
19734
19802
  else {
19735
- this.db(ag);
19736
- this.h.ap();
19803
+ this.dq(ag);
19804
+ this.h.av();
19737
19805
  }
19738
19806
  }
19739
19807
  else {
19740
19808
  if (stringIsNullOrEmpty(a)) {
19741
- this.cf();
19809
+ this.cp();
19742
19810
  }
19743
19811
  else {
19744
- this.c8();
19812
+ this.dl();
19745
19813
  }
19746
19814
  }
19747
19815
  }
19748
- db(a) {
19816
+ dq(a) {
19749
19817
  let b = this.value;
19750
19818
  this.value = a;
19751
19819
  }
19752
- c8() {
19820
+ dl() {
19753
19821
  if (this.o != null) {
19754
- if (+(this.a0) != +(dateMinValue())) {
19822
+ if (+(this.a7) != +(dateMinValue())) {
19755
19823
  let a = "";
19756
- if (this.br == null) {
19824
+ if (this.by == null) {
19757
19825
  a = this.a.i(this.value);
19758
19826
  }
19759
19827
  else {
19760
19828
  let b = this.value.getDate().toString();
19761
19829
  let c = b;
19762
- if (this.a9 == "dd") {
19830
+ if (this.bg == "dd") {
19763
19831
  if (this.value.getDate() < 10) {
19764
19832
  b = "0" + b;
19765
19833
  }
19766
19834
  }
19767
- else if (this.a9 == "ddd") {
19835
+ else if (this.bg == "ddd") {
19768
19836
  switch (this.value.getDay()) {
19769
19837
  case 0:
19770
19838
  b = !stringIsNullOrWhiteSpace(this.af.b1("Sunday_Short")) ? this.af.b1("Sunday_Short") : "Sun";
@@ -19789,7 +19857,7 @@ let DatePicker = /*@__PURE__*/ (() => {
19789
19857
  break;
19790
19858
  }
19791
19859
  }
19792
- else if (this.a9 == "dddd") {
19860
+ else if (this.bg == "dddd") {
19793
19861
  switch (this.value.getDay()) {
19794
19862
  case 0:
19795
19863
  b = !stringIsNullOrWhiteSpace(this.af.b1("Sunday_Full")) ? this.af.b1("Sunday_Full") : "Sunday";
@@ -19815,12 +19883,12 @@ let DatePicker = /*@__PURE__*/ (() => {
19815
19883
  }
19816
19884
  }
19817
19885
  let d = dateGetMonth(this.value).toString();
19818
- if (this.bd == "mm") {
19886
+ if (this.bk == "mm") {
19819
19887
  if (dateGetMonth(this.value) < 10) {
19820
19888
  d = "0" + d;
19821
19889
  }
19822
19890
  }
19823
- else if (this.bd == "mmm") {
19891
+ else if (this.bk == "mmm") {
19824
19892
  switch (dateGetMonth(this.value)) {
19825
19893
  case 1:
19826
19894
  d = !stringIsNullOrWhiteSpace(this.af.b1("January_Short")) ? this.af.b1("January_Short") : "Jan";
@@ -19860,7 +19928,7 @@ let DatePicker = /*@__PURE__*/ (() => {
19860
19928
  break;
19861
19929
  }
19862
19930
  }
19863
- else if (this.bd == "mmmm") {
19931
+ else if (this.bk == "mmmm") {
19864
19932
  switch (dateGetMonth(this.value)) {
19865
19933
  case 1:
19866
19934
  d = !stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full") : "January";
@@ -19901,45 +19969,45 @@ let DatePicker = /*@__PURE__*/ (() => {
19901
19969
  }
19902
19970
  }
19903
19971
  let e = this.value.getFullYear().toString();
19904
- if (this.bg == "yy") {
19972
+ if (this.bn == "yy") {
19905
19973
  e = e.substr(2);
19906
19974
  }
19907
- if (this.ba == "dmy") {
19908
- if (this.a9 == "ddd" || this.a9 == "dddd") {
19909
- a = b + this.bf + d + " " + c + this.bf + e;
19975
+ if (this.bh == "dmy") {
19976
+ if (this.bg == "ddd" || this.bg == "dddd") {
19977
+ a = b + this.bm + d + " " + c + this.bm + e;
19910
19978
  }
19911
19979
  else {
19912
- a = b + this.bf + d + this.bf + e;
19980
+ a = b + this.bm + d + this.bm + e;
19913
19981
  }
19914
19982
  }
19915
- else if (this.ba == "mdy") {
19916
- if (this.a9 == "ddd" || this.a9 == "dddd") {
19917
- a = d + " " + c + this.bf + b + this.bf + e;
19983
+ else if (this.bh == "mdy") {
19984
+ if (this.bg == "ddd" || this.bg == "dddd") {
19985
+ a = d + " " + c + this.bm + b + this.bm + e;
19918
19986
  }
19919
19987
  else {
19920
- a = d + this.bf + b + this.bf + e;
19988
+ a = d + this.bm + b + this.bm + e;
19921
19989
  }
19922
19990
  }
19923
- else if (this.ba == "ymd") {
19924
- if (this.a9 == "ddd" || this.a9 == "dddd") {
19925
- a = e + this.bf + d + " " + c + this.bf + b;
19991
+ else if (this.bh == "ymd") {
19992
+ if (this.bg == "ddd" || this.bg == "dddd") {
19993
+ a = e + this.bm + d + " " + c + this.bm + b;
19926
19994
  }
19927
19995
  else {
19928
- a = e + this.bf + d + this.bf + b;
19996
+ a = e + this.bm + d + this.bm + b;
19929
19997
  }
19930
19998
  }
19931
19999
  }
19932
20000
  this.o.cq = a;
19933
- this.h.ap();
20001
+ this.h.av();
19934
20002
  }
19935
20003
  else {
19936
20004
  this.o.cq = "";
19937
- this.h.ae();
20005
+ this.h.ah();
19938
20006
  }
19939
20007
  }
19940
20008
  }
19941
- cf() {
19942
- if (this.ar == true) {
20009
+ cp() {
20010
+ if (this.av == true) {
19943
20011
  return;
19944
20012
  }
19945
20013
  if (this.o != null) {
@@ -19947,109 +20015,166 @@ let DatePicker = /*@__PURE__*/ (() => {
19947
20015
  }
19948
20016
  this.value = dateMinValue();
19949
20017
  this.c.ch();
20018
+ this.al = false;
20019
+ }
20020
+ c8() {
20021
+ this.al = true;
20022
+ }
20023
+ c9() {
20024
+ this.al = false;
19950
20025
  }
19951
- ci() {
20026
+ cs() {
19952
20027
  this.u = new Popup();
19953
- this.h.an(this.u);
20028
+ this.u.aq = this.aw;
20029
+ this.u.ax = this.a2;
20030
+ this.u.cw = BrushUtil.g(255, 255, 255, 255);
20031
+ this.u.a8 = 150;
20032
+ this.h.at(this.u);
19954
20033
  this.c = new XCalendar();
19955
- this.h.ai(this.c);
19956
- if (+(this.a2) != +(dateMinValue())) {
19957
- this.c.au = this.a2;
20034
+ this.h.ao(this.c);
20035
+ if (+(this.a9) != +(dateMinValue())) {
20036
+ this.c.au = this.a9;
19958
20037
  }
19959
- if (+(this.a1) != +(dateMaxValue())) {
19960
- this.c.at = this.a1;
20038
+ if (+(this.a8) != +(dateMaxValue())) {
20039
+ this.c.at = this.a8;
19961
20040
  }
19962
- if (+(this.a3) != +(dateMinValue())) {
19963
- this.c.av = this.a3;
20041
+ if (+(this.ba) != +(dateMinValue())) {
20042
+ this.c.av = this.ba;
19964
20043
  }
19965
- this.c.ae = this.au;
20044
+ this.c.ae = this.a0;
19966
20045
  this.c.l = this.j;
19967
- this.c.af = this.av;
20046
+ this.c.af = this.a1;
19968
20047
  this.c.o = this.l;
19969
20048
  let a = this.c;
19970
- a.selectedValueChanged = delegateCombine(a.selectedValueChanged, runOn(this, this.cd));
20049
+ a.selectedValueChanged = delegateCombine(a.selectedValueChanged, runOn(this, this.cn));
19971
20050
  let b = this.c;
19972
- b.close = delegateCombine(b.close, runOn(this, this.cc));
19973
- this.u.appendPopupContent(this.h.o());
20051
+ b.close = delegateCombine(b.close, runOn(this, this.cm));
20052
+ this.u.appendPopupContent(this.h.p());
19974
20053
  }
19975
- cd(a, b) {
20054
+ cn(a, b) {
19976
20055
  this.ai = true;
19977
20056
  this.value = b.newValue;
19978
20057
  this.ai = false;
19979
20058
  }
19980
- cc(a) {
19981
- if (this.u.av) {
20059
+ cm(a) {
20060
+ if (this.u.aw) {
19982
20061
  this.ah = true;
19983
- this.cg();
20062
+ this.cq();
19984
20063
  }
19985
20064
  }
19986
- cn() {
20065
+ cx() {
19987
20066
  if (this.ah == false) {
19988
- if (this.u.av) {
19989
- this.cg();
20067
+ if (this.u.aw) {
20068
+ this.cq();
19990
20069
  }
19991
20070
  else {
19992
- this.c0();
20071
+ this.dc();
19993
20072
  }
19994
20073
  }
19995
20074
  else {
19996
20075
  this.ah = false;
19997
20076
  }
19998
20077
  }
19999
- c0() {
20000
- if (this.ar) {
20078
+ dc() {
20079
+ if (this.av) {
20001
20080
  return;
20002
20081
  }
20003
20082
  if (this.u != null) {
20004
- let a = this.h.at();
20083
+ let a = this.h.a0(false);
20084
+ let b = this.h.a()[1];
20085
+ let c = 240;
20086
+ if (this.a0 == true) {
20087
+ c = 270;
20088
+ }
20089
+ let d = a.bottom + c;
20090
+ if (b < d) {
20091
+ let e = a.top - c;
20092
+ if (e < 0) {
20093
+ this.dj(1, 0);
20094
+ }
20095
+ else {
20096
+ this.dj(2, 0);
20097
+ }
20098
+ }
20099
+ else {
20100
+ this.dj(1, 0);
20101
+ }
20102
+ this.h.an();
20103
+ this.h.aw(true);
20104
+ }
20105
+ }
20106
+ dj(a, b) {
20107
+ if (this.ax) {
20108
+ this.u.cn(this.h.d.rootWrapper.getNativeElement(), a, b);
20109
+ }
20110
+ else {
20111
+ let c = this.h.a0(true);
20112
+ this.u.showRelativeToExclusionRect(c, a, b);
20113
+ }
20114
+ }
20115
+ dm() {
20116
+ if (this.u.aw) {
20117
+ let a = this.h.a0(false);
20005
20118
  let b = new Rect(0, a.left + window.pageXOffset, a.top + window.pageYOffset, a.width, a.height);
20006
20119
  let c = this.h.a()[1];
20007
20120
  let d = 240;
20008
- if (this.au == true) {
20121
+ if (this.a0 == true) {
20009
20122
  d = 270;
20010
20123
  }
20011
20124
  let e = a.bottom + d;
20012
20125
  if (c < e) {
20013
20126
  let f = a.top - d;
20014
20127
  if (f < 0) {
20015
- this.u.showRelativeToExclusionRect(b, 1, 0);
20128
+ if (this.u.r != 1) {
20129
+ this.u.r = 1;
20130
+ this.u.b7(b);
20131
+ }
20016
20132
  }
20017
20133
  else {
20018
- this.u.showRelativeToExclusionRect(b, 2, 0);
20134
+ if (this.u.r != 2) {
20135
+ this.u.r = 2;
20136
+ this.u.b7(b);
20137
+ }
20019
20138
  }
20020
20139
  }
20021
20140
  else {
20022
- this.u.showRelativeToExclusionRect(b, 1, 0);
20141
+ if (this.u.r != 1) {
20142
+ this.u.r = 1;
20143
+ this.u.b7(b);
20144
+ }
20023
20145
  }
20024
- this.h.aq(true);
20025
20146
  }
20026
20147
  }
20027
- cg() {
20148
+ cq() {
20028
20149
  if (this.u != null) {
20029
- window.setTimeout(() => this.u.bx(), 0);
20150
+ window.setTimeout(() => this.u.b3(), 0);
20030
20151
  }
20031
20152
  if (this.c != null) {
20032
20153
  this.c.cy();
20033
20154
  }
20034
- this.h.aq(false);
20155
+ this.h.aw(false);
20035
20156
  this.ah = false;
20157
+ this.h.aj();
20036
20158
  }
20037
20159
  focus(a = false) {
20038
20160
  if (this.o != null) {
20039
20161
  this.o.focus(a);
20040
20162
  }
20041
- if (!this.u.av && this.as == true) {
20163
+ if (!this.u.aw && this.ay == true) {
20042
20164
  if (this.ah == false) {
20043
- if (this.aq == false) {
20044
- this.c0();
20165
+ if (this.al) {
20166
+ return;
20167
+ }
20168
+ if (this.au == false) {
20169
+ this.dc();
20045
20170
  this.ah = true;
20046
- window.setTimeout(() => this.cl(), 0);
20171
+ window.setTimeout(() => this.cv(), 0);
20047
20172
  }
20048
20173
  else {
20049
- if (this.as == true && this.ao == false) {
20050
- this.c0();
20174
+ if (this.ay == true && this.ar == false) {
20175
+ this.dc();
20051
20176
  this.ah = true;
20052
- window.setTimeout(() => this.cl(), 0);
20177
+ window.setTimeout(() => this.cv(), 0);
20053
20178
  }
20054
20179
  }
20055
20180
  }
@@ -20058,33 +20183,33 @@ let DatePicker = /*@__PURE__*/ (() => {
20058
20183
  }
20059
20184
  }
20060
20185
  }
20061
- cm() {
20186
+ cw() {
20062
20187
  this.ah = false;
20063
20188
  }
20064
- c3() {
20189
+ df() {
20065
20190
  if (this.o != null) {
20066
20191
  this.o.dp();
20067
20192
  }
20068
20193
  }
20069
- cl() {
20194
+ cv() {
20070
20195
  this.c.cq();
20071
20196
  }
20072
- ct() {
20197
+ c3() {
20073
20198
  let a = new GotFocusEventArgs();
20074
- this.cv(a);
20199
+ this.c5(a);
20075
20200
  }
20076
- cu() {
20201
+ c4() {
20077
20202
  let a = new LostFocusEventArgs();
20078
- this.cx(a);
20203
+ this.c7(a);
20079
20204
  }
20080
- c6() {
20205
+ di() {
20081
20206
  }
20082
- c4() {
20207
+ dg() {
20083
20208
  }
20084
- a8() {
20209
+ bf() {
20085
20210
  return this.b();
20086
20211
  }
20087
- bo() {
20212
+ bv() {
20088
20213
  let a = this.b();
20089
20214
  return a.g();
20090
20215
  }
@@ -20092,7 +20217,7 @@ let DatePicker = /*@__PURE__*/ (() => {
20092
20217
  let a = new DatePickerVisualModelExport();
20093
20218
  a.e = this.y;
20094
20219
  a.d = this.w;
20095
- a.c = this.u.a9();
20220
+ a.c = this.u.bc();
20096
20221
  a.b = this.q.fe();
20097
20222
  a.a = this.c.bj();
20098
20223
  if (this.ad != null) {
@@ -20125,30 +20250,30 @@ let DatePicker = /*@__PURE__*/ (() => {
20125
20250
  }
20126
20251
  return a;
20127
20252
  }
20128
- cv(a) {
20253
+ c5(a) {
20129
20254
  if (null != this.gotFocus) {
20130
20255
  this.gotFocus(this, a);
20131
20256
  }
20132
20257
  }
20133
- cx(a) {
20258
+ c7(a) {
20134
20259
  if (null != this.lostFocus) {
20135
20260
  this.lostFocus(this, a);
20136
20261
  }
20137
20262
  }
20138
- cw(a) {
20263
+ c6(a) {
20139
20264
  if (null != this.keyDown) {
20140
20265
  this.keyDown(this, a);
20141
20266
  }
20142
20267
  }
20143
- cs(a) {
20268
+ c2(a) {
20144
20269
  if (null != this.changing) {
20145
20270
  this.changing(this, a);
20146
20271
  }
20147
20272
  }
20148
20273
  }
20149
20274
  DatePicker.$t = markType(DatePicker, 'DatePicker', Base.$, [INotifyPropertyChanged_$type]);
20150
- 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";
20151
- 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";
20275
+ 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";
20276
+ 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";
20152
20277
  DatePicker.ab = null;
20153
20278
  return DatePicker;
20154
20279
  })();
@@ -20344,28 +20469,28 @@ let IgxDatePickerComponent = /*@__PURE__*/ (() => {
20344
20469
  * Gets or Sets the property name that contains the values.
20345
20470
  */
20346
20471
  get today() {
20347
- return this.i.a3;
20472
+ return this.i.ba;
20348
20473
  }
20349
20474
  set today(v) {
20350
- this.i.a3 = v;
20475
+ this.i.ba = v;
20351
20476
  }
20352
20477
  /**
20353
20478
  * Gets or Sets the property name that contains the label.
20354
20479
  */
20355
20480
  get label() {
20356
- return this.i.bv;
20481
+ return this.i.b3;
20357
20482
  }
20358
20483
  set label(v) {
20359
- this.i.bv = v;
20484
+ this.i.b3 = v;
20360
20485
  }
20361
20486
  /**
20362
20487
  * Gets or sets the color to use for the text.
20363
20488
  */
20364
20489
  get labelTextColor() {
20365
- return brushToString(this.i.dh);
20490
+ return brushToString(this.i.dw);
20366
20491
  }
20367
20492
  set labelTextColor(v) {
20368
- this.i.dh = stringToBrush(v);
20493
+ this.i.dw = stringToBrush(v);
20369
20494
  }
20370
20495
  /**
20371
20496
  * Gets or sets the font to use for the combobox.
@@ -20385,28 +20510,28 @@ let IgxDatePickerComponent = /*@__PURE__*/ (() => {
20385
20510
  * Gets or Sets the property name that contains the placeholder.
20386
20511
  */
20387
20512
  get placeholder() {
20388
- return this.i.b2;
20513
+ return this.i.cb;
20389
20514
  }
20390
20515
  set placeholder(v) {
20391
- this.i.b2 = v;
20516
+ this.i.cb = v;
20392
20517
  }
20393
20518
  /**
20394
20519
  * Gets or Sets the property name that contains the MinDate.
20395
20520
  */
20396
20521
  get minDate() {
20397
- return this.i.a2;
20522
+ return this.i.a9;
20398
20523
  }
20399
20524
  set minDate(v) {
20400
- this.i.a2 = v;
20525
+ this.i.a9 = v;
20401
20526
  }
20402
20527
  /**
20403
20528
  * Gets or Sets the property name that contains the MaxDate.
20404
20529
  */
20405
20530
  get maxDate() {
20406
- return this.i.a1;
20531
+ return this.i.a8;
20407
20532
  }
20408
20533
  set maxDate(v) {
20409
- this.i.a1 = v;
20534
+ this.i.a8 = v;
20410
20535
  }
20411
20536
  /**
20412
20537
  * Gets or sets the display density to use for the date pcicker.
@@ -20444,55 +20569,55 @@ let IgxDatePickerComponent = /*@__PURE__*/ (() => {
20444
20569
  * Gets or Sets the text color
20445
20570
  */
20446
20571
  get textColor() {
20447
- return brushToString(this.i.di);
20572
+ return brushToString(this.i.dx);
20448
20573
  }
20449
20574
  set textColor(v) {
20450
- this.i.di = stringToBrush(v);
20575
+ this.i.dx = stringToBrush(v);
20451
20576
  }
20452
20577
  /**
20453
20578
  * Gets or Sets the text color
20454
20579
  */
20455
20580
  get iconColor() {
20456
- return brushToString(this.i.dg);
20581
+ return brushToString(this.i.dv);
20457
20582
  }
20458
20583
  set iconColor(v) {
20459
- this.i.dg = stringToBrush(v);
20584
+ this.i.dv = stringToBrush(v);
20460
20585
  }
20461
20586
  /**
20462
20587
  * Gets or sets the ShowClearButton property to detirmine if the clear button is shown
20463
20588
  */
20464
20589
  get showClearButton() {
20465
- return this.i.at;
20590
+ return this.i.az;
20466
20591
  }
20467
20592
  set showClearButton(v) {
20468
- this.i.at = ensureBool(v);
20593
+ this.i.az = ensureBool(v);
20469
20594
  }
20470
20595
  /**
20471
20596
  * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
20472
20597
  */
20473
20598
  get showTodayButton() {
20474
- return this.i.au;
20599
+ return this.i.a0;
20475
20600
  }
20476
20601
  set showTodayButton(v) {
20477
- this.i.au = ensureBool(v);
20602
+ this.i.a0 = ensureBool(v);
20478
20603
  }
20479
20604
  /**
20480
20605
  * Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
20481
20606
  */
20482
20607
  get allowTextInput() {
20483
- return this.i.aq;
20608
+ return this.i.au;
20484
20609
  }
20485
20610
  set allowTextInput(v) {
20486
- this.i.aq = ensureBool(v);
20611
+ this.i.au = ensureBool(v);
20487
20612
  }
20488
20613
  /**
20489
20614
  * Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
20490
20615
  */
20491
20616
  get openOnFocus() {
20492
- return this.i.as;
20617
+ return this.i.ay;
20493
20618
  }
20494
20619
  set openOnFocus(v) {
20495
- this.i.as = ensureBool(v);
20620
+ this.i.ay = ensureBool(v);
20496
20621
  }
20497
20622
  /**
20498
20623
  * Gets or sets the FirstDayOfWeek property to detirmine first day of the week
@@ -20516,10 +20641,10 @@ let IgxDatePickerComponent = /*@__PURE__*/ (() => {
20516
20641
  * Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown
20517
20642
  */
20518
20643
  get showWeekNumbers() {
20519
- return this.i.av;
20644
+ return this.i.a1;
20520
20645
  }
20521
20646
  set showWeekNumbers(v) {
20522
- this.i.av = ensureBool(v);
20647
+ this.i.a1 = ensureBool(v);
20523
20648
  }
20524
20649
  /**
20525
20650
  * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
@@ -20534,16 +20659,43 @@ let IgxDatePickerComponent = /*@__PURE__*/ (() => {
20534
20659
  * Gets or sets the Format property to detirmine the format of the date in the input
20535
20660
  */
20536
20661
  get formatString() {
20537
- return this.i.br;
20662
+ return this.i.by;
20538
20663
  }
20539
20664
  set formatString(v) {
20540
- this.i.br = v;
20665
+ this.i.by = v;
20541
20666
  }
20542
20667
  get isDisabled() {
20543
- return this.i.ar;
20668
+ return this.i.av;
20544
20669
  }
20545
20670
  set isDisabled(v) {
20546
- this.i.ar = ensureBool(v);
20671
+ this.i.av = ensureBool(v);
20672
+ }
20673
+ /**
20674
+ * Indicates that the calendar dropdown will position itself relative to the window instead of the document.
20675
+ */
20676
+ get isFixed() {
20677
+ return this.i.aw;
20678
+ }
20679
+ set isFixed(v) {
20680
+ this.i.aw = ensureBool(v);
20681
+ }
20682
+ /**
20683
+ * Indicates that the dropdown should open as a child of the date picker.
20684
+ */
20685
+ get openAsChild() {
20686
+ return this.i.ax;
20687
+ }
20688
+ set openAsChild(v) {
20689
+ this.i.ax = ensureBool(v);
20690
+ }
20691
+ /**
20692
+ * Indicates that the dropdown will place itself into the browser top layer.
20693
+ */
20694
+ get useTopLayer() {
20695
+ return this.i.a2;
20696
+ }
20697
+ set useTopLayer(v) {
20698
+ this.i.a2 = ensureBool(v);
20547
20699
  }
20548
20700
  get hasUserValues() {
20549
20701
  return this._hasUserValues;
@@ -20599,14 +20751,14 @@ let IgxDatePickerComponent = /*@__PURE__*/ (() => {
20599
20751
  this._inStyling = false;
20600
20752
  }
20601
20753
  select() {
20602
- this.i.c3();
20754
+ this.i.df();
20603
20755
  }
20604
20756
  /**
20605
20757
  * Exports visual information about the current state of the grid.
20606
20758
 
20607
20759
  */
20608
20760
  exportVisualModel() {
20609
- let iv = this.i.a8();
20761
+ let iv = this.i.bf();
20610
20762
  return (iv);
20611
20763
  }
20612
20764
  /**
@@ -20614,7 +20766,7 @@ let IgxDatePickerComponent = /*@__PURE__*/ (() => {
20614
20766
 
20615
20767
  */
20616
20768
  exportSerializedVisualModel() {
20617
- let iv = this.i.bo();
20769
+ let iv = this.i.bv();
20618
20770
  return (iv);
20619
20771
  }
20620
20772
  /**
@@ -20739,7 +20891,7 @@ let IgxDatePickerComponent = /*@__PURE__*/ (() => {
20739
20891
  }
20740
20892
  }
20741
20893
  IgxDatePickerComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDatePickerComponent, deps: [{ token: Renderer2 }, { token: ViewContainerRef }, { token: NgZone }, { token: Injector }, { token: ComponentFactoryResolver }], target: ɵɵFactoryTarget.Component });
20742
- IgxDatePickerComponent.ɵcmp = ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDatePickerComponent, selector: "igx-date-picker", inputs: { height: "height", width: "width", value: "value", today: "today", label: "label", labelTextColor: "labelTextColor", labelTextStyle: "labelTextStyle", placeholder: "placeholder", minDate: "minDate", maxDate: "maxDate", density: "density", baseTheme: "baseTheme", textStyle: "textStyle", textColor: "textColor", iconColor: "iconColor", showClearButton: "showClearButton", showTodayButton: "showTodayButton", allowTextInput: "allowTextInput", openOnFocus: "openOnFocus", firstDayOfWeek: "firstDayOfWeek", firstWeekOfYear: "firstWeekOfYear", showWeekNumbers: "showWeekNumbers", dateFormat: "dateFormat", formatString: "formatString", isDisabled: "isDisabled" }, outputs: { selectedValueChanged: "selectedValueChanged", gotFocus: "gotFocus", lostFocus: "lostFocus", keyDown: "keyDown", changing: "changing", valueChange: "valueChange" }, host: { classAttribute: "ig-date-picker igx-date-picker" }, providers: [], viewQueries: [{ propertyName: "_datePickerContainer", first: true, predicate: ["datePickerContainer"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: `<div #datePickerContainer>
20894
+ IgxDatePickerComponent.ɵcmp = ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDatePickerComponent, selector: "igx-date-picker", inputs: { height: "height", width: "width", value: "value", today: "today", label: "label", labelTextColor: "labelTextColor", labelTextStyle: "labelTextStyle", placeholder: "placeholder", minDate: "minDate", maxDate: "maxDate", density: "density", baseTheme: "baseTheme", textStyle: "textStyle", textColor: "textColor", iconColor: "iconColor", showClearButton: "showClearButton", showTodayButton: "showTodayButton", allowTextInput: "allowTextInput", openOnFocus: "openOnFocus", firstDayOfWeek: "firstDayOfWeek", firstWeekOfYear: "firstWeekOfYear", showWeekNumbers: "showWeekNumbers", dateFormat: "dateFormat", formatString: "formatString", isDisabled: "isDisabled", isFixed: "isFixed", openAsChild: "openAsChild", useTopLayer: "useTopLayer" }, outputs: { selectedValueChanged: "selectedValueChanged", gotFocus: "gotFocus", lostFocus: "lostFocus", keyDown: "keyDown", changing: "changing", valueChange: "valueChange" }, host: { classAttribute: "ig-date-picker igx-date-picker" }, providers: [], viewQueries: [{ propertyName: "_datePickerContainer", first: true, predicate: ["datePickerContainer"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: `<div #datePickerContainer>
20743
20895
  <div #inputcontainer>
20744
20896
  </div>
20745
20897
  <div #popupContainer>
@@ -20819,6 +20971,12 @@ let IgxDatePickerComponent = /*@__PURE__*/ (() => {
20819
20971
  type: Input
20820
20972
  }], isDisabled: [{
20821
20973
  type: Input
20974
+ }], isFixed: [{
20975
+ type: Input
20976
+ }], openAsChild: [{
20977
+ type: Input
20978
+ }], useTopLayer: [{
20979
+ type: Input
20822
20980
  }], selectedValueChanged: [{
20823
20981
  type: Output
20824
20982
  }], gotFocus: [{
@@ -30084,26 +30242,26 @@ let XPopupBridge = /*@__PURE__*/ (() => {
30084
30242
  getValue(a, b) {
30085
30243
  let c = a;
30086
30244
  switch (b) {
30087
- case 22: return c.av;
30245
+ case 22: return c.aw;
30088
30246
  case 25: return c.al;
30089
- case 26: return c.a6;
30090
- case 17: return c.ay;
30091
- case 23: return c.cn;
30092
- case 35: switch (c.o) {
30247
+ case 26: return c.a8;
30248
+ case 17: return c.a0;
30249
+ case 23: return c.cw;
30250
+ case 35: switch (c.p) {
30093
30251
  case 1: return enumGetBox(NativeUIPopupAnimationType_$type, 1);
30094
30252
  default: return enumGetBox(NativeUIPopupAnimationType_$type, 0);
30095
30253
  }
30096
- case 36: return c.ar;
30097
- case 37: return c.aq;
30098
- case 40: return c.a8;
30099
- case 41: return c.as;
30100
- case 43: switch (c.t) {
30254
+ case 36: return c.as;
30255
+ case 37: return c.ar;
30256
+ case 40: return c.ba;
30257
+ case 41: return c.at;
30258
+ case 43: switch (c.u) {
30101
30259
  case 1: return enumGetBox(NativeUIPopupPointerPosition_$type, 1);
30102
30260
  default: return enumGetBox(NativeUIPopupPointerPosition_$type, 2);
30103
30261
  }
30104
- case 42: return c.cr;
30262
+ case 42: return c.c0;
30105
30263
  case 39: return c.an;
30106
- case 61: return c.a1;
30264
+ case 61: return c.a3;
30107
30265
  }
30108
30266
  return super.getValue(a, b);
30109
30267
  }
@@ -30114,46 +30272,46 @@ let XPopupBridge = /*@__PURE__*/ (() => {
30114
30272
  d.al = c;
30115
30273
  break;
30116
30274
  case 26:
30117
- d.a6 = typeGetValue(c);
30275
+ d.a8 = typeGetValue(c);
30118
30276
  break;
30119
30277
  case 17:
30120
- d.ay = c;
30278
+ d.a0 = c;
30121
30279
  break;
30122
30280
  case 23:
30123
- d.cn = c;
30281
+ d.cw = c;
30124
30282
  break;
30125
30283
  case 35:
30126
30284
  switch (EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, c)) {
30127
30285
  case 1:
30128
- d.o = 1;
30286
+ d.p = 1;
30129
30287
  break;
30130
30288
  default:
30131
- d.o = 0;
30289
+ d.p = 0;
30132
30290
  break;
30133
30291
  }
30134
30292
  break;
30135
30293
  case 36:
30136
- d.ar = c;
30294
+ d.as = c;
30137
30295
  break;
30138
30296
  case 37:
30139
- d.aq = c;
30297
+ d.ar = c;
30140
30298
  break;
30141
30299
  case 40:
30142
- d.a8 = typeGetValue(c);
30300
+ d.ba = typeGetValue(c);
30143
30301
  break;
30144
30302
  case 41:
30145
- d.as = c;
30303
+ d.at = c;
30146
30304
  break;
30147
30305
  case 42:
30148
- d.cr = c;
30306
+ d.c0 = c;
30149
30307
  break;
30150
30308
  case 43:
30151
30309
  switch (EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, c)) {
30152
30310
  case 1:
30153
- d.t = 1;
30311
+ d.u = 1;
30154
30312
  break;
30155
30313
  case 2:
30156
- d.t = 2;
30314
+ d.u = 2;
30157
30315
  break;
30158
30316
  }
30159
30317
  break;
@@ -30161,7 +30319,7 @@ let XPopupBridge = /*@__PURE__*/ (() => {
30161
30319
  d.an = c;
30162
30320
  break;
30163
30321
  case 61:
30164
- d.a1 = c;
30322
+ d.a3 = c;
30165
30323
  break;
30166
30324
  }
30167
30325
  super.setValue(a, b, c);
@@ -30170,13 +30328,13 @@ let XPopupBridge = /*@__PURE__*/ (() => {
30170
30328
  a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
30171
30329
  }
30172
30330
  close(a) {
30173
- a.bx();
30331
+ a.b3();
30174
30332
  }
30175
30333
  notifyContentSizeChanged(a) {
30176
- a.b0();
30334
+ a.b6();
30177
30335
  }
30178
30336
  notifyExclusionRectChanged(a, b) {
30179
- a.b1(b);
30337
+ a.b7(b);
30180
30338
  }
30181
30339
  v(a) {
30182
30340
  switch (a) {