@proximus/lavender-angular 1.4.15-alpha.6 → 1.4.15-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -548
- package/fesm2022/proximus-lavender-angular.mjs +715 -66
- package/fesm2022/proximus-lavender-angular.mjs.map +1 -1
- package/lavender.directive.d.ts +172 -21
- package/package.json +1 -1
|
@@ -19712,6 +19712,560 @@ class PxInput {
|
|
|
19712
19712
|
get extendedDesktop() {
|
|
19713
19713
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
19714
19714
|
}
|
|
19715
|
+
set ariaDescribedby(value) {
|
|
19716
|
+
this.elementRef.nativeElement['ariaDescribedby'] = value;
|
|
19717
|
+
}
|
|
19718
|
+
get ariaDescribedby() {
|
|
19719
|
+
return this.elementRef.nativeElement['ariaDescribedby'];
|
|
19720
|
+
}
|
|
19721
|
+
set grow(value) {
|
|
19722
|
+
this.elementRef.nativeElement['grow'] = value;
|
|
19723
|
+
}
|
|
19724
|
+
get grow() {
|
|
19725
|
+
return this.elementRef.nativeElement['grow'];
|
|
19726
|
+
}
|
|
19727
|
+
set growMobile(value) {
|
|
19728
|
+
this.elementRef.nativeElement['growMobile'] = value;
|
|
19729
|
+
}
|
|
19730
|
+
get growMobile() {
|
|
19731
|
+
return this.elementRef.nativeElement['growMobile'];
|
|
19732
|
+
}
|
|
19733
|
+
set growTablet(value) {
|
|
19734
|
+
this.elementRef.nativeElement['growTablet'] = value;
|
|
19735
|
+
}
|
|
19736
|
+
get growTablet() {
|
|
19737
|
+
return this.elementRef.nativeElement['growTablet'];
|
|
19738
|
+
}
|
|
19739
|
+
set growLaptop(value) {
|
|
19740
|
+
this.elementRef.nativeElement['growLaptop'] = value;
|
|
19741
|
+
}
|
|
19742
|
+
get growLaptop() {
|
|
19743
|
+
return this.elementRef.nativeElement['growLaptop'];
|
|
19744
|
+
}
|
|
19745
|
+
set growDesktop(value) {
|
|
19746
|
+
this.elementRef.nativeElement['growDesktop'] = value;
|
|
19747
|
+
}
|
|
19748
|
+
get growDesktop() {
|
|
19749
|
+
return this.elementRef.nativeElement['growDesktop'];
|
|
19750
|
+
}
|
|
19751
|
+
set shrink(value) {
|
|
19752
|
+
this.elementRef.nativeElement['shrink'] = value;
|
|
19753
|
+
}
|
|
19754
|
+
get shrink() {
|
|
19755
|
+
return this.elementRef.nativeElement['shrink'];
|
|
19756
|
+
}
|
|
19757
|
+
set shrinkMobile(value) {
|
|
19758
|
+
this.elementRef.nativeElement['shrinkMobile'] = value;
|
|
19759
|
+
}
|
|
19760
|
+
get shrinkMobile() {
|
|
19761
|
+
return this.elementRef.nativeElement['shrinkMobile'];
|
|
19762
|
+
}
|
|
19763
|
+
set shrinkTablet(value) {
|
|
19764
|
+
this.elementRef.nativeElement['shrinkTablet'] = value;
|
|
19765
|
+
}
|
|
19766
|
+
get shrinkTablet() {
|
|
19767
|
+
return this.elementRef.nativeElement['shrinkTablet'];
|
|
19768
|
+
}
|
|
19769
|
+
set shrinkLaptop(value) {
|
|
19770
|
+
this.elementRef.nativeElement['shrinkLaptop'] = value;
|
|
19771
|
+
}
|
|
19772
|
+
get shrinkLaptop() {
|
|
19773
|
+
return this.elementRef.nativeElement['shrinkLaptop'];
|
|
19774
|
+
}
|
|
19775
|
+
set shrinkDesktop(value) {
|
|
19776
|
+
this.elementRef.nativeElement['shrinkDesktop'] = value;
|
|
19777
|
+
}
|
|
19778
|
+
get shrinkDesktop() {
|
|
19779
|
+
return this.elementRef.nativeElement['shrinkDesktop'];
|
|
19780
|
+
}
|
|
19781
|
+
set basis(value) {
|
|
19782
|
+
this.elementRef.nativeElement['basis'] = value;
|
|
19783
|
+
}
|
|
19784
|
+
get basis() {
|
|
19785
|
+
return this.elementRef.nativeElement['basis'];
|
|
19786
|
+
}
|
|
19787
|
+
set basisMobile(value) {
|
|
19788
|
+
this.elementRef.nativeElement['basisMobile'] = value;
|
|
19789
|
+
}
|
|
19790
|
+
get basisMobile() {
|
|
19791
|
+
return this.elementRef.nativeElement['basisMobile'];
|
|
19792
|
+
}
|
|
19793
|
+
set basisTablet(value) {
|
|
19794
|
+
this.elementRef.nativeElement['basisTablet'] = value;
|
|
19795
|
+
}
|
|
19796
|
+
get basisTablet() {
|
|
19797
|
+
return this.elementRef.nativeElement['basisTablet'];
|
|
19798
|
+
}
|
|
19799
|
+
set basisLaptop(value) {
|
|
19800
|
+
this.elementRef.nativeElement['basisLaptop'] = value;
|
|
19801
|
+
}
|
|
19802
|
+
get basisLaptop() {
|
|
19803
|
+
return this.elementRef.nativeElement['basisLaptop'];
|
|
19804
|
+
}
|
|
19805
|
+
set basisDesktop(value) {
|
|
19806
|
+
this.elementRef.nativeElement['basisDesktop'] = value;
|
|
19807
|
+
}
|
|
19808
|
+
get basisDesktop() {
|
|
19809
|
+
return this.elementRef.nativeElement['basisDesktop'];
|
|
19810
|
+
}
|
|
19811
|
+
set alignSelf(value) {
|
|
19812
|
+
this.elementRef.nativeElement['alignSelf'] = value;
|
|
19813
|
+
}
|
|
19814
|
+
get alignSelf() {
|
|
19815
|
+
return this.elementRef.nativeElement['alignSelf'];
|
|
19816
|
+
}
|
|
19817
|
+
set alignSelfMobile(value) {
|
|
19818
|
+
this.elementRef.nativeElement['alignSelfMobile'] = value;
|
|
19819
|
+
}
|
|
19820
|
+
get alignSelfMobile() {
|
|
19821
|
+
return this.elementRef.nativeElement['alignSelfMobile'];
|
|
19822
|
+
}
|
|
19823
|
+
set alignSelfTablet(value) {
|
|
19824
|
+
this.elementRef.nativeElement['alignSelfTablet'] = value;
|
|
19825
|
+
}
|
|
19826
|
+
get alignSelfTablet() {
|
|
19827
|
+
return this.elementRef.nativeElement['alignSelfTablet'];
|
|
19828
|
+
}
|
|
19829
|
+
set alignSelfLaptop(value) {
|
|
19830
|
+
this.elementRef.nativeElement['alignSelfLaptop'] = value;
|
|
19831
|
+
}
|
|
19832
|
+
get alignSelfLaptop() {
|
|
19833
|
+
return this.elementRef.nativeElement['alignSelfLaptop'];
|
|
19834
|
+
}
|
|
19835
|
+
set alignSelfDesktop(value) {
|
|
19836
|
+
this.elementRef.nativeElement['alignSelfDesktop'] = value;
|
|
19837
|
+
}
|
|
19838
|
+
get alignSelfDesktop() {
|
|
19839
|
+
return this.elementRef.nativeElement['alignSelfDesktop'];
|
|
19840
|
+
}
|
|
19841
|
+
set justifySelf(value) {
|
|
19842
|
+
this.elementRef.nativeElement['justifySelf'] = value;
|
|
19843
|
+
}
|
|
19844
|
+
get justifySelf() {
|
|
19845
|
+
return this.elementRef.nativeElement['justifySelf'];
|
|
19846
|
+
}
|
|
19847
|
+
set justifySelfMobile(value) {
|
|
19848
|
+
this.elementRef.nativeElement['justifySelfMobile'] = value;
|
|
19849
|
+
}
|
|
19850
|
+
get justifySelfMobile() {
|
|
19851
|
+
return this.elementRef.nativeElement['justifySelfMobile'];
|
|
19852
|
+
}
|
|
19853
|
+
set justifySelfTablet(value) {
|
|
19854
|
+
this.elementRef.nativeElement['justifySelfTablet'] = value;
|
|
19855
|
+
}
|
|
19856
|
+
get justifySelfTablet() {
|
|
19857
|
+
return this.elementRef.nativeElement['justifySelfTablet'];
|
|
19858
|
+
}
|
|
19859
|
+
set justifySelfLaptop(value) {
|
|
19860
|
+
this.elementRef.nativeElement['justifySelfLaptop'] = value;
|
|
19861
|
+
}
|
|
19862
|
+
get justifySelfLaptop() {
|
|
19863
|
+
return this.elementRef.nativeElement['justifySelfLaptop'];
|
|
19864
|
+
}
|
|
19865
|
+
set justifySelfDesktop(value) {
|
|
19866
|
+
this.elementRef.nativeElement['justifySelfDesktop'] = value;
|
|
19867
|
+
}
|
|
19868
|
+
get justifySelfDesktop() {
|
|
19869
|
+
return this.elementRef.nativeElement['justifySelfDesktop'];
|
|
19870
|
+
}
|
|
19871
|
+
set hidden(value) {
|
|
19872
|
+
this.elementRef.nativeElement['hidden'] = value;
|
|
19873
|
+
}
|
|
19874
|
+
get hidden() {
|
|
19875
|
+
return this.elementRef.nativeElement['hidden'];
|
|
19876
|
+
}
|
|
19877
|
+
set hiddenMobile(value) {
|
|
19878
|
+
this.elementRef.nativeElement['hiddenMobile'] = value;
|
|
19879
|
+
}
|
|
19880
|
+
get hiddenMobile() {
|
|
19881
|
+
return this.elementRef.nativeElement['hiddenMobile'];
|
|
19882
|
+
}
|
|
19883
|
+
set hiddenTablet(value) {
|
|
19884
|
+
this.elementRef.nativeElement['hiddenTablet'] = value;
|
|
19885
|
+
}
|
|
19886
|
+
get hiddenTablet() {
|
|
19887
|
+
return this.elementRef.nativeElement['hiddenTablet'];
|
|
19888
|
+
}
|
|
19889
|
+
set hiddenLaptop(value) {
|
|
19890
|
+
this.elementRef.nativeElement['hiddenLaptop'] = value;
|
|
19891
|
+
}
|
|
19892
|
+
get hiddenLaptop() {
|
|
19893
|
+
return this.elementRef.nativeElement['hiddenLaptop'];
|
|
19894
|
+
}
|
|
19895
|
+
set hiddenDesktop(value) {
|
|
19896
|
+
this.elementRef.nativeElement['hiddenDesktop'] = value;
|
|
19897
|
+
}
|
|
19898
|
+
get hiddenDesktop() {
|
|
19899
|
+
return this.elementRef.nativeElement['hiddenDesktop'];
|
|
19900
|
+
}
|
|
19901
|
+
set shownSr(value) {
|
|
19902
|
+
this.elementRef.nativeElement['shownSr'] = value;
|
|
19903
|
+
}
|
|
19904
|
+
get shownSr() {
|
|
19905
|
+
return this.elementRef.nativeElement['shownSr'];
|
|
19906
|
+
}
|
|
19907
|
+
set shownSrMobile(value) {
|
|
19908
|
+
this.elementRef.nativeElement['shownSrMobile'] = value;
|
|
19909
|
+
}
|
|
19910
|
+
get shownSrMobile() {
|
|
19911
|
+
return this.elementRef.nativeElement['shownSrMobile'];
|
|
19912
|
+
}
|
|
19913
|
+
set shownSrTablet(value) {
|
|
19914
|
+
this.elementRef.nativeElement['shownSrTablet'] = value;
|
|
19915
|
+
}
|
|
19916
|
+
get shownSrTablet() {
|
|
19917
|
+
return this.elementRef.nativeElement['shownSrTablet'];
|
|
19918
|
+
}
|
|
19919
|
+
set shownSrLaptop(value) {
|
|
19920
|
+
this.elementRef.nativeElement['shownSrLaptop'] = value;
|
|
19921
|
+
}
|
|
19922
|
+
get shownSrLaptop() {
|
|
19923
|
+
return this.elementRef.nativeElement['shownSrLaptop'];
|
|
19924
|
+
}
|
|
19925
|
+
set shownSrDesktop(value) {
|
|
19926
|
+
this.elementRef.nativeElement['shownSrDesktop'] = value;
|
|
19927
|
+
}
|
|
19928
|
+
get shownSrDesktop() {
|
|
19929
|
+
return this.elementRef.nativeElement['shownSrDesktop'];
|
|
19930
|
+
}
|
|
19931
|
+
set colSpan(value) {
|
|
19932
|
+
this.elementRef.nativeElement['colSpan'] = value;
|
|
19933
|
+
}
|
|
19934
|
+
get colSpan() {
|
|
19935
|
+
return this.elementRef.nativeElement['colSpan'];
|
|
19936
|
+
}
|
|
19937
|
+
set colSpanMobile(value) {
|
|
19938
|
+
this.elementRef.nativeElement['colSpanMobile'] = value;
|
|
19939
|
+
}
|
|
19940
|
+
get colSpanMobile() {
|
|
19941
|
+
return this.elementRef.nativeElement['colSpanMobile'];
|
|
19942
|
+
}
|
|
19943
|
+
set colSpanTablet(value) {
|
|
19944
|
+
this.elementRef.nativeElement['colSpanTablet'] = value;
|
|
19945
|
+
}
|
|
19946
|
+
get colSpanTablet() {
|
|
19947
|
+
return this.elementRef.nativeElement['colSpanTablet'];
|
|
19948
|
+
}
|
|
19949
|
+
set colSpanLaptop(value) {
|
|
19950
|
+
this.elementRef.nativeElement['colSpanLaptop'] = value;
|
|
19951
|
+
}
|
|
19952
|
+
get colSpanLaptop() {
|
|
19953
|
+
return this.elementRef.nativeElement['colSpanLaptop'];
|
|
19954
|
+
}
|
|
19955
|
+
set colSpanDesktop(value) {
|
|
19956
|
+
this.elementRef.nativeElement['colSpanDesktop'] = value;
|
|
19957
|
+
}
|
|
19958
|
+
get colSpanDesktop() {
|
|
19959
|
+
return this.elementRef.nativeElement['colSpanDesktop'];
|
|
19960
|
+
}
|
|
19961
|
+
set order(value) {
|
|
19962
|
+
this.elementRef.nativeElement['order'] = value;
|
|
19963
|
+
}
|
|
19964
|
+
get order() {
|
|
19965
|
+
return this.elementRef.nativeElement['order'];
|
|
19966
|
+
}
|
|
19967
|
+
set orderMobile(value) {
|
|
19968
|
+
this.elementRef.nativeElement['orderMobile'] = value;
|
|
19969
|
+
}
|
|
19970
|
+
get orderMobile() {
|
|
19971
|
+
return this.elementRef.nativeElement['orderMobile'];
|
|
19972
|
+
}
|
|
19973
|
+
set orderTablet(value) {
|
|
19974
|
+
this.elementRef.nativeElement['orderTablet'] = value;
|
|
19975
|
+
}
|
|
19976
|
+
get orderTablet() {
|
|
19977
|
+
return this.elementRef.nativeElement['orderTablet'];
|
|
19978
|
+
}
|
|
19979
|
+
set orderLaptop(value) {
|
|
19980
|
+
this.elementRef.nativeElement['orderLaptop'] = value;
|
|
19981
|
+
}
|
|
19982
|
+
get orderLaptop() {
|
|
19983
|
+
return this.elementRef.nativeElement['orderLaptop'];
|
|
19984
|
+
}
|
|
19985
|
+
set orderDesktop(value) {
|
|
19986
|
+
this.elementRef.nativeElement['orderDesktop'] = value;
|
|
19987
|
+
}
|
|
19988
|
+
get orderDesktop() {
|
|
19989
|
+
return this.elementRef.nativeElement['orderDesktop'];
|
|
19990
|
+
}
|
|
19991
|
+
set stickyTop(value) {
|
|
19992
|
+
this.elementRef.nativeElement['stickyTop'] = value;
|
|
19993
|
+
}
|
|
19994
|
+
get stickyTop() {
|
|
19995
|
+
return this.elementRef.nativeElement['stickyTop'];
|
|
19996
|
+
}
|
|
19997
|
+
set stickyBottom(value) {
|
|
19998
|
+
this.elementRef.nativeElement['stickyBottom'] = value;
|
|
19999
|
+
}
|
|
20000
|
+
get stickyBottom() {
|
|
20001
|
+
return this.elementRef.nativeElement['stickyBottom'];
|
|
20002
|
+
}
|
|
20003
|
+
set wordBreakAll(value) {
|
|
20004
|
+
this.elementRef.nativeElement['wordBreakAll'] = value;
|
|
20005
|
+
}
|
|
20006
|
+
get wordBreakAll() {
|
|
20007
|
+
return this.elementRef.nativeElement['wordBreakAll'];
|
|
20008
|
+
}
|
|
20009
|
+
set wordBreakAllMobile(value) {
|
|
20010
|
+
this.elementRef.nativeElement['wordBreakAllMobile'] = value;
|
|
20011
|
+
}
|
|
20012
|
+
get wordBreakAllMobile() {
|
|
20013
|
+
return this.elementRef.nativeElement['wordBreakAllMobile'];
|
|
20014
|
+
}
|
|
20015
|
+
set wordBreakAllTablet(value) {
|
|
20016
|
+
this.elementRef.nativeElement['wordBreakAllTablet'] = value;
|
|
20017
|
+
}
|
|
20018
|
+
get wordBreakAllTablet() {
|
|
20019
|
+
return this.elementRef.nativeElement['wordBreakAllTablet'];
|
|
20020
|
+
}
|
|
20021
|
+
set wordBreakAllLaptop(value) {
|
|
20022
|
+
this.elementRef.nativeElement['wordBreakAllLaptop'] = value;
|
|
20023
|
+
}
|
|
20024
|
+
get wordBreakAllLaptop() {
|
|
20025
|
+
return this.elementRef.nativeElement['wordBreakAllLaptop'];
|
|
20026
|
+
}
|
|
20027
|
+
set wordBreakAllDesktop(value) {
|
|
20028
|
+
this.elementRef.nativeElement['wordBreakAllDesktop'] = value;
|
|
20029
|
+
}
|
|
20030
|
+
get wordBreakAllDesktop() {
|
|
20031
|
+
return this.elementRef.nativeElement['wordBreakAllDesktop'];
|
|
20032
|
+
}
|
|
20033
|
+
event = new EventEmitter();
|
|
20034
|
+
constructor(elementRef) {
|
|
20035
|
+
this.elementRef = elementRef;
|
|
20036
|
+
this.elementRef.nativeElement.addEventListener('event', (e) => {
|
|
20037
|
+
this.event.emit(e.detail);
|
|
20038
|
+
});
|
|
20039
|
+
}
|
|
20040
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxInput, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20041
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxInput, isStandalone: true, selector: "px-input", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], ariaDescribedby: ["aria-describedby", "ariaDescribedby"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
20042
|
+
}
|
|
20043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxInput, decorators: [{
|
|
20044
|
+
type: Directive,
|
|
20045
|
+
args: [{
|
|
20046
|
+
selector: 'px-input',
|
|
20047
|
+
standalone: true,
|
|
20048
|
+
}]
|
|
20049
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
20050
|
+
type: Input
|
|
20051
|
+
}], extended: [{
|
|
20052
|
+
type: Input
|
|
20053
|
+
}], extendedMobile: [{
|
|
20054
|
+
type: Input,
|
|
20055
|
+
args: ['extended--mobile']
|
|
20056
|
+
}], extendedTablet: [{
|
|
20057
|
+
type: Input,
|
|
20058
|
+
args: ['extended--tablet']
|
|
20059
|
+
}], extendedLaptop: [{
|
|
20060
|
+
type: Input,
|
|
20061
|
+
args: ['extended--laptop']
|
|
20062
|
+
}], extendedDesktop: [{
|
|
20063
|
+
type: Input,
|
|
20064
|
+
args: ['extended--desktop']
|
|
20065
|
+
}], ariaDescribedby: [{
|
|
20066
|
+
type: Input,
|
|
20067
|
+
args: ['aria-describedby']
|
|
20068
|
+
}], grow: [{
|
|
20069
|
+
type: Input
|
|
20070
|
+
}], growMobile: [{
|
|
20071
|
+
type: Input,
|
|
20072
|
+
args: ['grow--mobile']
|
|
20073
|
+
}], growTablet: [{
|
|
20074
|
+
type: Input,
|
|
20075
|
+
args: ['grow--tablet']
|
|
20076
|
+
}], growLaptop: [{
|
|
20077
|
+
type: Input,
|
|
20078
|
+
args: ['grow--laptop']
|
|
20079
|
+
}], growDesktop: [{
|
|
20080
|
+
type: Input,
|
|
20081
|
+
args: ['grow--desktop']
|
|
20082
|
+
}], shrink: [{
|
|
20083
|
+
type: Input
|
|
20084
|
+
}], shrinkMobile: [{
|
|
20085
|
+
type: Input,
|
|
20086
|
+
args: ['shrink--mobile']
|
|
20087
|
+
}], shrinkTablet: [{
|
|
20088
|
+
type: Input,
|
|
20089
|
+
args: ['shrink--tablet']
|
|
20090
|
+
}], shrinkLaptop: [{
|
|
20091
|
+
type: Input,
|
|
20092
|
+
args: ['shrink--laptop']
|
|
20093
|
+
}], shrinkDesktop: [{
|
|
20094
|
+
type: Input,
|
|
20095
|
+
args: ['shrink--desktop']
|
|
20096
|
+
}], basis: [{
|
|
20097
|
+
type: Input
|
|
20098
|
+
}], basisMobile: [{
|
|
20099
|
+
type: Input,
|
|
20100
|
+
args: ['basis--mobile']
|
|
20101
|
+
}], basisTablet: [{
|
|
20102
|
+
type: Input,
|
|
20103
|
+
args: ['basis--tablet']
|
|
20104
|
+
}], basisLaptop: [{
|
|
20105
|
+
type: Input,
|
|
20106
|
+
args: ['basis--laptop']
|
|
20107
|
+
}], basisDesktop: [{
|
|
20108
|
+
type: Input,
|
|
20109
|
+
args: ['basis--desktop']
|
|
20110
|
+
}], alignSelf: [{
|
|
20111
|
+
type: Input,
|
|
20112
|
+
args: ['align-self']
|
|
20113
|
+
}], alignSelfMobile: [{
|
|
20114
|
+
type: Input,
|
|
20115
|
+
args: ['align-self--mobile']
|
|
20116
|
+
}], alignSelfTablet: [{
|
|
20117
|
+
type: Input,
|
|
20118
|
+
args: ['align-self--tablet']
|
|
20119
|
+
}], alignSelfLaptop: [{
|
|
20120
|
+
type: Input,
|
|
20121
|
+
args: ['align-self--laptop']
|
|
20122
|
+
}], alignSelfDesktop: [{
|
|
20123
|
+
type: Input,
|
|
20124
|
+
args: ['align-self--desktop']
|
|
20125
|
+
}], justifySelf: [{
|
|
20126
|
+
type: Input,
|
|
20127
|
+
args: ['justify-self']
|
|
20128
|
+
}], justifySelfMobile: [{
|
|
20129
|
+
type: Input,
|
|
20130
|
+
args: ['justify-self--mobile']
|
|
20131
|
+
}], justifySelfTablet: [{
|
|
20132
|
+
type: Input,
|
|
20133
|
+
args: ['justify-self--tablet']
|
|
20134
|
+
}], justifySelfLaptop: [{
|
|
20135
|
+
type: Input,
|
|
20136
|
+
args: ['justify-self--laptop']
|
|
20137
|
+
}], justifySelfDesktop: [{
|
|
20138
|
+
type: Input,
|
|
20139
|
+
args: ['justify-self--desktop']
|
|
20140
|
+
}], hidden: [{
|
|
20141
|
+
type: Input
|
|
20142
|
+
}], hiddenMobile: [{
|
|
20143
|
+
type: Input,
|
|
20144
|
+
args: ['hidden--mobile']
|
|
20145
|
+
}], hiddenTablet: [{
|
|
20146
|
+
type: Input,
|
|
20147
|
+
args: ['hidden--tablet']
|
|
20148
|
+
}], hiddenLaptop: [{
|
|
20149
|
+
type: Input,
|
|
20150
|
+
args: ['hidden--laptop']
|
|
20151
|
+
}], hiddenDesktop: [{
|
|
20152
|
+
type: Input,
|
|
20153
|
+
args: ['hidden--desktop']
|
|
20154
|
+
}], shownSr: [{
|
|
20155
|
+
type: Input,
|
|
20156
|
+
args: ['shown--sr']
|
|
20157
|
+
}], shownSrMobile: [{
|
|
20158
|
+
type: Input,
|
|
20159
|
+
args: ['shown--sr--mobile']
|
|
20160
|
+
}], shownSrTablet: [{
|
|
20161
|
+
type: Input,
|
|
20162
|
+
args: ['shown--sr--tablet']
|
|
20163
|
+
}], shownSrLaptop: [{
|
|
20164
|
+
type: Input,
|
|
20165
|
+
args: ['shown--sr--laptop']
|
|
20166
|
+
}], shownSrDesktop: [{
|
|
20167
|
+
type: Input,
|
|
20168
|
+
args: ['shown--sr--desktop']
|
|
20169
|
+
}], colSpan: [{
|
|
20170
|
+
type: Input,
|
|
20171
|
+
args: ['col-span']
|
|
20172
|
+
}], colSpanMobile: [{
|
|
20173
|
+
type: Input,
|
|
20174
|
+
args: ['col-span--mobile']
|
|
20175
|
+
}], colSpanTablet: [{
|
|
20176
|
+
type: Input,
|
|
20177
|
+
args: ['col-span--tablet']
|
|
20178
|
+
}], colSpanLaptop: [{
|
|
20179
|
+
type: Input,
|
|
20180
|
+
args: ['col-span--laptop']
|
|
20181
|
+
}], colSpanDesktop: [{
|
|
20182
|
+
type: Input,
|
|
20183
|
+
args: ['col-span--desktop']
|
|
20184
|
+
}], order: [{
|
|
20185
|
+
type: Input
|
|
20186
|
+
}], orderMobile: [{
|
|
20187
|
+
type: Input,
|
|
20188
|
+
args: ['order--mobile']
|
|
20189
|
+
}], orderTablet: [{
|
|
20190
|
+
type: Input,
|
|
20191
|
+
args: ['order--tablet']
|
|
20192
|
+
}], orderLaptop: [{
|
|
20193
|
+
type: Input,
|
|
20194
|
+
args: ['order--laptop']
|
|
20195
|
+
}], orderDesktop: [{
|
|
20196
|
+
type: Input,
|
|
20197
|
+
args: ['order--desktop']
|
|
20198
|
+
}], stickyTop: [{
|
|
20199
|
+
type: Input,
|
|
20200
|
+
args: ['sticky-top']
|
|
20201
|
+
}], stickyBottom: [{
|
|
20202
|
+
type: Input,
|
|
20203
|
+
args: ['sticky-bottom']
|
|
20204
|
+
}], wordBreakAll: [{
|
|
20205
|
+
type: Input,
|
|
20206
|
+
args: ['word-break-all']
|
|
20207
|
+
}], wordBreakAllMobile: [{
|
|
20208
|
+
type: Input,
|
|
20209
|
+
args: ['word-break-all--mobile']
|
|
20210
|
+
}], wordBreakAllTablet: [{
|
|
20211
|
+
type: Input,
|
|
20212
|
+
args: ['word-break-all--tablet']
|
|
20213
|
+
}], wordBreakAllLaptop: [{
|
|
20214
|
+
type: Input,
|
|
20215
|
+
args: ['word-break-all--laptop']
|
|
20216
|
+
}], wordBreakAllDesktop: [{
|
|
20217
|
+
type: Input,
|
|
20218
|
+
args: ['word-break-all--desktop']
|
|
20219
|
+
}], event: [{
|
|
20220
|
+
type: Output
|
|
20221
|
+
}] } });
|
|
20222
|
+
/**
|
|
20223
|
+
* @description Type-only wrapper for <px-select>
|
|
20224
|
+
*/
|
|
20225
|
+
class PxSelect {
|
|
20226
|
+
elementRef;
|
|
20227
|
+
set state(value) {
|
|
20228
|
+
this.elementRef.nativeElement['state'] = value;
|
|
20229
|
+
}
|
|
20230
|
+
get state() {
|
|
20231
|
+
return this.elementRef.nativeElement['state'];
|
|
20232
|
+
}
|
|
20233
|
+
set extended(value) {
|
|
20234
|
+
this.elementRef.nativeElement['extended'] = value;
|
|
20235
|
+
}
|
|
20236
|
+
get extended() {
|
|
20237
|
+
return this.elementRef.nativeElement['extended'];
|
|
20238
|
+
}
|
|
20239
|
+
set extendedMobile(value) {
|
|
20240
|
+
this.elementRef.nativeElement['extendedMobile'] = value;
|
|
20241
|
+
}
|
|
20242
|
+
get extendedMobile() {
|
|
20243
|
+
return this.elementRef.nativeElement['extendedMobile'];
|
|
20244
|
+
}
|
|
20245
|
+
set extendedTablet(value) {
|
|
20246
|
+
this.elementRef.nativeElement['extendedTablet'] = value;
|
|
20247
|
+
}
|
|
20248
|
+
get extendedTablet() {
|
|
20249
|
+
return this.elementRef.nativeElement['extendedTablet'];
|
|
20250
|
+
}
|
|
20251
|
+
set extendedLaptop(value) {
|
|
20252
|
+
this.elementRef.nativeElement['extendedLaptop'] = value;
|
|
20253
|
+
}
|
|
20254
|
+
get extendedLaptop() {
|
|
20255
|
+
return this.elementRef.nativeElement['extendedLaptop'];
|
|
20256
|
+
}
|
|
20257
|
+
set extendedDesktop(value) {
|
|
20258
|
+
this.elementRef.nativeElement['extendedDesktop'] = value;
|
|
20259
|
+
}
|
|
20260
|
+
get extendedDesktop() {
|
|
20261
|
+
return this.elementRef.nativeElement['extendedDesktop'];
|
|
20262
|
+
}
|
|
20263
|
+
set ariaDescribedby(value) {
|
|
20264
|
+
this.elementRef.nativeElement['ariaDescribedby'] = value;
|
|
20265
|
+
}
|
|
20266
|
+
get ariaDescribedby() {
|
|
20267
|
+
return this.elementRef.nativeElement['ariaDescribedby'];
|
|
20268
|
+
}
|
|
19715
20269
|
set grow(value) {
|
|
19716
20270
|
this.elementRef.nativeElement['grow'] = value;
|
|
19717
20271
|
}
|
|
@@ -20031,13 +20585,13 @@ class PxInput {
|
|
|
20031
20585
|
this.event.emit(e.detail);
|
|
20032
20586
|
});
|
|
20033
20587
|
}
|
|
20034
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
20035
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
20588
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelect, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20589
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelect, isStandalone: true, selector: "px-select", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], ariaDescribedby: ["aria-describedby", "ariaDescribedby"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
20036
20590
|
}
|
|
20037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
20591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelect, decorators: [{
|
|
20038
20592
|
type: Directive,
|
|
20039
20593
|
args: [{
|
|
20040
|
-
selector: 'px-
|
|
20594
|
+
selector: 'px-select',
|
|
20041
20595
|
standalone: true,
|
|
20042
20596
|
}]
|
|
20043
20597
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
@@ -20056,6 +20610,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
20056
20610
|
}], extendedDesktop: [{
|
|
20057
20611
|
type: Input,
|
|
20058
20612
|
args: ['extended--desktop']
|
|
20613
|
+
}], ariaDescribedby: [{
|
|
20614
|
+
type: Input,
|
|
20615
|
+
args: ['aria-describedby']
|
|
20059
20616
|
}], grow: [{
|
|
20060
20617
|
type: Input
|
|
20061
20618
|
}], growMobile: [{
|
|
@@ -20211,9 +20768,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
20211
20768
|
type: Output
|
|
20212
20769
|
}] } });
|
|
20213
20770
|
/**
|
|
20214
|
-
* @description Type-only wrapper for <px-
|
|
20771
|
+
* @description Type-only wrapper for <px-textarea>
|
|
20215
20772
|
*/
|
|
20216
|
-
class
|
|
20773
|
+
class PxTextarea {
|
|
20217
20774
|
elementRef;
|
|
20218
20775
|
set state(value) {
|
|
20219
20776
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -20251,6 +20808,12 @@ class PxSelect {
|
|
|
20251
20808
|
get extendedDesktop() {
|
|
20252
20809
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
20253
20810
|
}
|
|
20811
|
+
set ariaDescribedby(value) {
|
|
20812
|
+
this.elementRef.nativeElement['ariaDescribedby'] = value;
|
|
20813
|
+
}
|
|
20814
|
+
get ariaDescribedby() {
|
|
20815
|
+
return this.elementRef.nativeElement['ariaDescribedby'];
|
|
20816
|
+
}
|
|
20254
20817
|
set grow(value) {
|
|
20255
20818
|
this.elementRef.nativeElement['grow'] = value;
|
|
20256
20819
|
}
|
|
@@ -20570,13 +21133,13 @@ class PxSelect {
|
|
|
20570
21133
|
this.event.emit(e.detail);
|
|
20571
21134
|
});
|
|
20572
21135
|
}
|
|
20573
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
20574
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
21136
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTextarea, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21137
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxTextarea, isStandalone: true, selector: "px-textarea", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], ariaDescribedby: ["aria-describedby", "ariaDescribedby"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
20575
21138
|
}
|
|
20576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
21139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxTextarea, decorators: [{
|
|
20577
21140
|
type: Directive,
|
|
20578
21141
|
args: [{
|
|
20579
|
-
selector: 'px-
|
|
21142
|
+
selector: 'px-textarea',
|
|
20580
21143
|
standalone: true,
|
|
20581
21144
|
}]
|
|
20582
21145
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
@@ -20595,6 +21158,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
20595
21158
|
}], extendedDesktop: [{
|
|
20596
21159
|
type: Input,
|
|
20597
21160
|
args: ['extended--desktop']
|
|
21161
|
+
}], ariaDescribedby: [{
|
|
21162
|
+
type: Input,
|
|
21163
|
+
args: ['aria-describedby']
|
|
20598
21164
|
}], grow: [{
|
|
20599
21165
|
type: Input
|
|
20600
21166
|
}], growMobile: [{
|
|
@@ -20750,9 +21316,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
20750
21316
|
type: Output
|
|
20751
21317
|
}] } });
|
|
20752
21318
|
/**
|
|
20753
|
-
* @description Type-only wrapper for <px-
|
|
21319
|
+
* @description Type-only wrapper for <px-fileupload>
|
|
20754
21320
|
*/
|
|
20755
|
-
class
|
|
21321
|
+
class PxFileupload {
|
|
20756
21322
|
elementRef;
|
|
20757
21323
|
set state(value) {
|
|
20758
21324
|
this.elementRef.nativeElement['state'] = value;
|
|
@@ -20790,6 +21356,12 @@ class PxTextarea {
|
|
|
20790
21356
|
get extendedDesktop() {
|
|
20791
21357
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
20792
21358
|
}
|
|
21359
|
+
set ariaDescribedby(value) {
|
|
21360
|
+
this.elementRef.nativeElement['ariaDescribedby'] = value;
|
|
21361
|
+
}
|
|
21362
|
+
get ariaDescribedby() {
|
|
21363
|
+
return this.elementRef.nativeElement['ariaDescribedby'];
|
|
21364
|
+
}
|
|
20793
21365
|
set grow(value) {
|
|
20794
21366
|
this.elementRef.nativeElement['grow'] = value;
|
|
20795
21367
|
}
|
|
@@ -21109,13 +21681,13 @@ class PxTextarea {
|
|
|
21109
21681
|
this.event.emit(e.detail);
|
|
21110
21682
|
});
|
|
21111
21683
|
}
|
|
21112
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
21113
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
21684
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxFileupload, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21685
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxFileupload, isStandalone: true, selector: "px-fileupload", inputs: { state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], ariaDescribedby: ["aria-describedby", "ariaDescribedby"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
21114
21686
|
}
|
|
21115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
21687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxFileupload, decorators: [{
|
|
21116
21688
|
type: Directive,
|
|
21117
21689
|
args: [{
|
|
21118
|
-
selector: 'px-
|
|
21690
|
+
selector: 'px-fileupload',
|
|
21119
21691
|
standalone: true,
|
|
21120
21692
|
}]
|
|
21121
21693
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { state: [{
|
|
@@ -21134,6 +21706,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
21134
21706
|
}], extendedDesktop: [{
|
|
21135
21707
|
type: Input,
|
|
21136
21708
|
args: ['extended--desktop']
|
|
21709
|
+
}], ariaDescribedby: [{
|
|
21710
|
+
type: Input,
|
|
21711
|
+
args: ['aria-describedby']
|
|
21137
21712
|
}], grow: [{
|
|
21138
21713
|
type: Input
|
|
21139
21714
|
}], growMobile: [{
|
|
@@ -21289,10 +21864,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
21289
21864
|
type: Output
|
|
21290
21865
|
}] } });
|
|
21291
21866
|
/**
|
|
21292
|
-
* @description Type-only wrapper for <px-
|
|
21867
|
+
* @description Type-only wrapper for <px-code-input>
|
|
21293
21868
|
*/
|
|
21294
|
-
class
|
|
21869
|
+
class PxCodeInput {
|
|
21295
21870
|
elementRef;
|
|
21871
|
+
set size(value) {
|
|
21872
|
+
this.elementRef.nativeElement['size'] = value;
|
|
21873
|
+
}
|
|
21874
|
+
get size() {
|
|
21875
|
+
return this.elementRef.nativeElement['size'];
|
|
21876
|
+
}
|
|
21296
21877
|
set state(value) {
|
|
21297
21878
|
this.elementRef.nativeElement['state'] = value;
|
|
21298
21879
|
}
|
|
@@ -21329,6 +21910,12 @@ class PxFileupload {
|
|
|
21329
21910
|
get extendedDesktop() {
|
|
21330
21911
|
return this.elementRef.nativeElement['extendedDesktop'];
|
|
21331
21912
|
}
|
|
21913
|
+
set ariaDescribedby(value) {
|
|
21914
|
+
this.elementRef.nativeElement['ariaDescribedby'] = value;
|
|
21915
|
+
}
|
|
21916
|
+
get ariaDescribedby() {
|
|
21917
|
+
return this.elementRef.nativeElement['ariaDescribedby'];
|
|
21918
|
+
}
|
|
21332
21919
|
set grow(value) {
|
|
21333
21920
|
this.elementRef.nativeElement['grow'] = value;
|
|
21334
21921
|
}
|
|
@@ -21648,16 +22235,18 @@ class PxFileupload {
|
|
|
21648
22235
|
this.event.emit(e.detail);
|
|
21649
22236
|
});
|
|
21650
22237
|
}
|
|
21651
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
21652
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type:
|
|
22238
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCodeInput, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
22239
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxCodeInput, isStandalone: true, selector: "px-code-input", inputs: { size: "size", state: "state", extended: "extended", extendedMobile: ["extended--mobile", "extendedMobile"], extendedTablet: ["extended--tablet", "extendedTablet"], extendedLaptop: ["extended--laptop", "extendedLaptop"], extendedDesktop: ["extended--desktop", "extendedDesktop"], ariaDescribedby: ["aria-describedby", "ariaDescribedby"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { event: "event" }, ngImport: i0 });
|
|
21653
22240
|
}
|
|
21654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type:
|
|
22241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxCodeInput, decorators: [{
|
|
21655
22242
|
type: Directive,
|
|
21656
22243
|
args: [{
|
|
21657
|
-
selector: 'px-
|
|
22244
|
+
selector: 'px-code-input',
|
|
21658
22245
|
standalone: true,
|
|
21659
22246
|
}]
|
|
21660
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: {
|
|
22247
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { size: [{
|
|
22248
|
+
type: Input
|
|
22249
|
+
}], state: [{
|
|
21661
22250
|
type: Input
|
|
21662
22251
|
}], extended: [{
|
|
21663
22252
|
type: Input
|
|
@@ -21673,6 +22262,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
21673
22262
|
}], extendedDesktop: [{
|
|
21674
22263
|
type: Input,
|
|
21675
22264
|
args: ['extended--desktop']
|
|
22265
|
+
}], ariaDescribedby: [{
|
|
22266
|
+
type: Input,
|
|
22267
|
+
args: ['aria-describedby']
|
|
21676
22268
|
}], grow: [{
|
|
21677
22269
|
type: Input
|
|
21678
22270
|
}], growMobile: [{
|
|
@@ -31614,6 +32206,12 @@ class PxSelectableBox {
|
|
|
31614
32206
|
get hideFooter() {
|
|
31615
32207
|
return this.elementRef.nativeElement['hideFooter'];
|
|
31616
32208
|
}
|
|
32209
|
+
set footerPosition(value) {
|
|
32210
|
+
this.elementRef.nativeElement['footerPosition'] = value;
|
|
32211
|
+
}
|
|
32212
|
+
get footerPosition() {
|
|
32213
|
+
return this.elementRef.nativeElement['footerPosition'];
|
|
32214
|
+
}
|
|
31617
32215
|
set grow(value) {
|
|
31618
32216
|
this.elementRef.nativeElement['grow'] = value;
|
|
31619
32217
|
}
|
|
@@ -31930,7 +32528,7 @@ class PxSelectableBox {
|
|
|
31930
32528
|
this.elementRef = elementRef;
|
|
31931
32529
|
}
|
|
31932
32530
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
31933
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelectableBox, isStandalone: true, selector: "px-selectable-box", inputs: { inverted: "inverted", hideFooter: ["hide-footer", "hideFooter"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
32531
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelectableBox, isStandalone: true, selector: "px-selectable-box", inputs: { inverted: "inverted", hideFooter: ["hide-footer", "hideFooter"], footerPosition: ["footer-position", "footerPosition"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, ngImport: i0 });
|
|
31934
32532
|
}
|
|
31935
32533
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBox, decorators: [{
|
|
31936
32534
|
type: Directive,
|
|
@@ -31943,6 +32541,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
31943
32541
|
}], hideFooter: [{
|
|
31944
32542
|
type: Input,
|
|
31945
32543
|
args: ['hide-footer']
|
|
32544
|
+
}], footerPosition: [{
|
|
32545
|
+
type: Input,
|
|
32546
|
+
args: ['footer-position']
|
|
31946
32547
|
}], grow: [{
|
|
31947
32548
|
type: Input
|
|
31948
32549
|
}], growMobile: [{
|
|
@@ -32130,6 +32731,12 @@ class PxSelectableBoxCheckbox {
|
|
|
32130
32731
|
get disabled() {
|
|
32131
32732
|
return this.elementRef.nativeElement['disabled'];
|
|
32132
32733
|
}
|
|
32734
|
+
set footerPosition(value) {
|
|
32735
|
+
this.elementRef.nativeElement['footerPosition'] = value;
|
|
32736
|
+
}
|
|
32737
|
+
get footerPosition() {
|
|
32738
|
+
return this.elementRef.nativeElement['footerPosition'];
|
|
32739
|
+
}
|
|
32133
32740
|
set grow(value) {
|
|
32134
32741
|
this.elementRef.nativeElement['grow'] = value;
|
|
32135
32742
|
}
|
|
@@ -32450,7 +33057,7 @@ class PxSelectableBoxCheckbox {
|
|
|
32450
33057
|
});
|
|
32451
33058
|
}
|
|
32452
33059
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxCheckbox, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32453
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelectableBoxCheckbox, isStandalone: true, selector: "px-selectable-box-checkbox", inputs: { inverted: "inverted", name: "name", value: "value", checked: "checked", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { change: "change" }, ngImport: i0 });
|
|
33060
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelectableBoxCheckbox, isStandalone: true, selector: "px-selectable-box-checkbox", inputs: { inverted: "inverted", name: "name", value: "value", checked: "checked", disabled: "disabled", footerPosition: ["footer-position", "footerPosition"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { change: "change" }, ngImport: i0 });
|
|
32454
33061
|
}
|
|
32455
33062
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxCheckbox, decorators: [{
|
|
32456
33063
|
type: Directive,
|
|
@@ -32468,6 +33075,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
32468
33075
|
type: Input
|
|
32469
33076
|
}], disabled: [{
|
|
32470
33077
|
type: Input
|
|
33078
|
+
}], footerPosition: [{
|
|
33079
|
+
type: Input,
|
|
33080
|
+
args: ['footer-position']
|
|
32471
33081
|
}], grow: [{
|
|
32472
33082
|
type: Input
|
|
32473
33083
|
}], growMobile: [{
|
|
@@ -32657,6 +33267,12 @@ class PxSelectableBoxRadio {
|
|
|
32657
33267
|
get disabled() {
|
|
32658
33268
|
return this.elementRef.nativeElement['disabled'];
|
|
32659
33269
|
}
|
|
33270
|
+
set footerPosition(value) {
|
|
33271
|
+
this.elementRef.nativeElement['footerPosition'] = value;
|
|
33272
|
+
}
|
|
33273
|
+
get footerPosition() {
|
|
33274
|
+
return this.elementRef.nativeElement['footerPosition'];
|
|
33275
|
+
}
|
|
32660
33276
|
set grow(value) {
|
|
32661
33277
|
this.elementRef.nativeElement['grow'] = value;
|
|
32662
33278
|
}
|
|
@@ -32985,7 +33601,7 @@ class PxSelectableBoxRadio {
|
|
|
32985
33601
|
});
|
|
32986
33602
|
}
|
|
32987
33603
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxRadio, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32988
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelectableBoxRadio, isStandalone: true, selector: "px-selectable-box-radio", inputs: { inverted: "inverted", name: "name", value: "value", checked: "checked", disabled: "disabled", grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { SELECTABLE_BOX_RADIO_CONNECTED_EVENT: "SELECTABLE_BOX_RADIO_CONNECTED_EVENT", SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT: "SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT", change: "change" }, ngImport: i0 });
|
|
33604
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxSelectableBoxRadio, isStandalone: true, selector: "px-selectable-box-radio", inputs: { inverted: "inverted", name: "name", value: "value", checked: "checked", disabled: "disabled", footerPosition: ["footer-position", "footerPosition"], grow: "grow", growMobile: ["grow--mobile", "growMobile"], growTablet: ["grow--tablet", "growTablet"], growLaptop: ["grow--laptop", "growLaptop"], growDesktop: ["grow--desktop", "growDesktop"], shrink: "shrink", shrinkMobile: ["shrink--mobile", "shrinkMobile"], shrinkTablet: ["shrink--tablet", "shrinkTablet"], shrinkLaptop: ["shrink--laptop", "shrinkLaptop"], shrinkDesktop: ["shrink--desktop", "shrinkDesktop"], basis: "basis", basisMobile: ["basis--mobile", "basisMobile"], basisTablet: ["basis--tablet", "basisTablet"], basisLaptop: ["basis--laptop", "basisLaptop"], basisDesktop: ["basis--desktop", "basisDesktop"], alignSelf: ["align-self", "alignSelf"], alignSelfMobile: ["align-self--mobile", "alignSelfMobile"], alignSelfTablet: ["align-self--tablet", "alignSelfTablet"], alignSelfLaptop: ["align-self--laptop", "alignSelfLaptop"], alignSelfDesktop: ["align-self--desktop", "alignSelfDesktop"], justifySelf: ["justify-self", "justifySelf"], justifySelfMobile: ["justify-self--mobile", "justifySelfMobile"], justifySelfTablet: ["justify-self--tablet", "justifySelfTablet"], justifySelfLaptop: ["justify-self--laptop", "justifySelfLaptop"], justifySelfDesktop: ["justify-self--desktop", "justifySelfDesktop"], hidden: "hidden", hiddenMobile: ["hidden--mobile", "hiddenMobile"], hiddenTablet: ["hidden--tablet", "hiddenTablet"], hiddenLaptop: ["hidden--laptop", "hiddenLaptop"], hiddenDesktop: ["hidden--desktop", "hiddenDesktop"], shownSr: ["shown--sr", "shownSr"], shownSrMobile: ["shown--sr--mobile", "shownSrMobile"], shownSrTablet: ["shown--sr--tablet", "shownSrTablet"], shownSrLaptop: ["shown--sr--laptop", "shownSrLaptop"], shownSrDesktop: ["shown--sr--desktop", "shownSrDesktop"], colSpan: ["col-span", "colSpan"], colSpanMobile: ["col-span--mobile", "colSpanMobile"], colSpanTablet: ["col-span--tablet", "colSpanTablet"], colSpanLaptop: ["col-span--laptop", "colSpanLaptop"], colSpanDesktop: ["col-span--desktop", "colSpanDesktop"], order: "order", orderMobile: ["order--mobile", "orderMobile"], orderTablet: ["order--tablet", "orderTablet"], orderLaptop: ["order--laptop", "orderLaptop"], orderDesktop: ["order--desktop", "orderDesktop"], stickyTop: ["sticky-top", "stickyTop"], stickyBottom: ["sticky-bottom", "stickyBottom"], wordBreakAll: ["word-break-all", "wordBreakAll"], wordBreakAllMobile: ["word-break-all--mobile", "wordBreakAllMobile"], wordBreakAllTablet: ["word-break-all--tablet", "wordBreakAllTablet"], wordBreakAllLaptop: ["word-break-all--laptop", "wordBreakAllLaptop"], wordBreakAllDesktop: ["word-break-all--desktop", "wordBreakAllDesktop"] }, outputs: { SELECTABLE_BOX_RADIO_CONNECTED_EVENT: "SELECTABLE_BOX_RADIO_CONNECTED_EVENT", SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT: "SELECTABLE_BOX_RADIO_DISCONNECTED_EVENT", change: "change" }, ngImport: i0 });
|
|
32989
33605
|
}
|
|
32990
33606
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxSelectableBoxRadio, decorators: [{
|
|
32991
33607
|
type: Directive,
|
|
@@ -33003,6 +33619,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
33003
33619
|
type: Input
|
|
33004
33620
|
}], disabled: [{
|
|
33005
33621
|
type: Input
|
|
33622
|
+
}], footerPosition: [{
|
|
33623
|
+
type: Input,
|
|
33624
|
+
args: ['footer-position']
|
|
33006
33625
|
}], grow: [{
|
|
33007
33626
|
type: Input
|
|
33008
33627
|
}], growMobile: [{
|
|
@@ -35869,42 +36488,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
35869
36488
|
}], CLOSE_EVENT: [{
|
|
35870
36489
|
type: Output
|
|
35871
36490
|
}] } });
|
|
35872
|
-
/**
|
|
35873
|
-
* @description Type-only wrapper for <px-sticky-container>
|
|
35874
|
-
*/
|
|
35875
|
-
class PxStickyContainer {
|
|
35876
|
-
elementRef;
|
|
35877
|
-
set offsetLeft(value) {
|
|
35878
|
-
this.elementRef.nativeElement['offsetLeft'] = value;
|
|
35879
|
-
}
|
|
35880
|
-
get offsetLeft() {
|
|
35881
|
-
return this.elementRef.nativeElement['offsetLeft'];
|
|
35882
|
-
}
|
|
35883
|
-
set offsetRight(value) {
|
|
35884
|
-
this.elementRef.nativeElement['offsetRight'] = value;
|
|
35885
|
-
}
|
|
35886
|
-
get offsetRight() {
|
|
35887
|
-
return this.elementRef.nativeElement['offsetRight'];
|
|
35888
|
-
}
|
|
35889
|
-
constructor(elementRef) {
|
|
35890
|
-
this.elementRef = elementRef;
|
|
35891
|
-
}
|
|
35892
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxStickyContainer, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35893
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxStickyContainer, isStandalone: true, selector: "px-sticky-container", inputs: { offsetLeft: ["offset-left", "offsetLeft"], offsetRight: ["offset-right", "offsetRight"] }, ngImport: i0 });
|
|
35894
|
-
}
|
|
35895
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxStickyContainer, decorators: [{
|
|
35896
|
-
type: Directive,
|
|
35897
|
-
args: [{
|
|
35898
|
-
selector: 'px-sticky-container',
|
|
35899
|
-
standalone: true,
|
|
35900
|
-
}]
|
|
35901
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { offsetLeft: [{
|
|
35902
|
-
type: Input,
|
|
35903
|
-
args: ['offset-left']
|
|
35904
|
-
}], offsetRight: [{
|
|
35905
|
-
type: Input,
|
|
35906
|
-
args: ['offset-right']
|
|
35907
|
-
}] } });
|
|
35908
36491
|
/**
|
|
35909
36492
|
* @description Type-only wrapper for <px-theme-switcher>
|
|
35910
36493
|
*/
|
|
@@ -40519,6 +41102,70 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
40519
41102
|
}], TIMELINE_ITEM_CONNECTED_EVENT: [{
|
|
40520
41103
|
type: Output
|
|
40521
41104
|
}] } });
|
|
41105
|
+
/**
|
|
41106
|
+
* @description Type-only wrapper for <px-toaster>
|
|
41107
|
+
*/
|
|
41108
|
+
class PxToaster {
|
|
41109
|
+
elementRef;
|
|
41110
|
+
set id(value) {
|
|
41111
|
+
this.elementRef.nativeElement['id'] = value;
|
|
41112
|
+
}
|
|
41113
|
+
get id() {
|
|
41114
|
+
return this.elementRef.nativeElement['id'];
|
|
41115
|
+
}
|
|
41116
|
+
set open(value) {
|
|
41117
|
+
this.elementRef.nativeElement['open'] = value;
|
|
41118
|
+
}
|
|
41119
|
+
get open() {
|
|
41120
|
+
return this.elementRef.nativeElement['open'];
|
|
41121
|
+
}
|
|
41122
|
+
set status(value) {
|
|
41123
|
+
this.elementRef.nativeElement['status'] = value;
|
|
41124
|
+
}
|
|
41125
|
+
get status() {
|
|
41126
|
+
return this.elementRef.nativeElement['status'];
|
|
41127
|
+
}
|
|
41128
|
+
set duration(value) {
|
|
41129
|
+
this.elementRef.nativeElement['duration'] = value;
|
|
41130
|
+
}
|
|
41131
|
+
get duration() {
|
|
41132
|
+
return this.elementRef.nativeElement['duration'];
|
|
41133
|
+
}
|
|
41134
|
+
set inverted(value) {
|
|
41135
|
+
this.elementRef.nativeElement['inverted'] = value;
|
|
41136
|
+
}
|
|
41137
|
+
get inverted() {
|
|
41138
|
+
return this.elementRef.nativeElement['inverted'];
|
|
41139
|
+
}
|
|
41140
|
+
HIDE_EVENT = new EventEmitter();
|
|
41141
|
+
constructor(elementRef) {
|
|
41142
|
+
this.elementRef = elementRef;
|
|
41143
|
+
this.elementRef.nativeElement.addEventListener('HIDE_EVENT', (e) => {
|
|
41144
|
+
this.HIDE_EVENT.emit(e.detail);
|
|
41145
|
+
});
|
|
41146
|
+
}
|
|
41147
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxToaster, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
41148
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: PxToaster, isStandalone: true, selector: "px-toaster", inputs: { id: "id", open: "open", status: "status", duration: "duration", inverted: "inverted" }, outputs: { HIDE_EVENT: "HIDE_EVENT" }, ngImport: i0 });
|
|
41149
|
+
}
|
|
41150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PxToaster, decorators: [{
|
|
41151
|
+
type: Directive,
|
|
41152
|
+
args: [{
|
|
41153
|
+
selector: 'px-toaster',
|
|
41154
|
+
standalone: true,
|
|
41155
|
+
}]
|
|
41156
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { id: [{
|
|
41157
|
+
type: Input
|
|
41158
|
+
}], open: [{
|
|
41159
|
+
type: Input
|
|
41160
|
+
}], status: [{
|
|
41161
|
+
type: Input
|
|
41162
|
+
}], duration: [{
|
|
41163
|
+
type: Input
|
|
41164
|
+
}], inverted: [{
|
|
41165
|
+
type: Input
|
|
41166
|
+
}], HIDE_EVENT: [{
|
|
41167
|
+
type: Output
|
|
41168
|
+
}] } });
|
|
40522
41169
|
/**
|
|
40523
41170
|
* @description Type-only wrapper for <px-typography>
|
|
40524
41171
|
*/
|
|
@@ -41266,7 +41913,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41266
41913
|
}] } });
|
|
41267
41914
|
class Lavender {
|
|
41268
41915
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41269
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard,
|
|
41916
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: Lavender, imports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxCodeInput, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxToaster, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonWrapper, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxCodeInput, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxAWrapper, PxList, PxListItem, PxModal, PxP, PxPillar, PxCardActions, PxCardContainer, PxCardHeading, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxToaster, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
41270
41917
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender });
|
|
41271
41918
|
}
|
|
41272
41919
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -41315,6 +41962,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41315
41962
|
PxSelect,
|
|
41316
41963
|
PxTextarea,
|
|
41317
41964
|
PxFileupload,
|
|
41965
|
+
PxCodeInput,
|
|
41318
41966
|
PxPage,
|
|
41319
41967
|
PxSpacer,
|
|
41320
41968
|
PxStack,
|
|
@@ -41345,7 +41993,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41345
41993
|
PxSpinner,
|
|
41346
41994
|
PxStatus,
|
|
41347
41995
|
PxStatusCard,
|
|
41348
|
-
PxStickyContainer,
|
|
41349
41996
|
PxThemeSwitcher,
|
|
41350
41997
|
PxSwitch,
|
|
41351
41998
|
PxTable,
|
|
@@ -41366,6 +42013,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41366
42013
|
PxTileSwitch,
|
|
41367
42014
|
PxTimeline,
|
|
41368
42015
|
PxTimelineItem,
|
|
42016
|
+
PxToaster,
|
|
41369
42017
|
PxTypography,
|
|
41370
42018
|
PxPatch,
|
|
41371
42019
|
PxIcon,
|
|
@@ -41417,6 +42065,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41417
42065
|
PxSelect,
|
|
41418
42066
|
PxTextarea,
|
|
41419
42067
|
PxFileupload,
|
|
42068
|
+
PxCodeInput,
|
|
41420
42069
|
PxPage,
|
|
41421
42070
|
PxSpacer,
|
|
41422
42071
|
PxStack,
|
|
@@ -41447,7 +42096,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41447
42096
|
PxSpinner,
|
|
41448
42097
|
PxStatus,
|
|
41449
42098
|
PxStatusCard,
|
|
41450
|
-
PxStickyContainer,
|
|
41451
42099
|
PxThemeSwitcher,
|
|
41452
42100
|
PxSwitch,
|
|
41453
42101
|
PxTable,
|
|
@@ -41468,6 +42116,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41468
42116
|
PxTileSwitch,
|
|
41469
42117
|
PxTimeline,
|
|
41470
42118
|
PxTimelineItem,
|
|
42119
|
+
PxToaster,
|
|
41471
42120
|
PxTypography,
|
|
41472
42121
|
PxPatch,
|
|
41473
42122
|
PxIcon,
|
|
@@ -41483,5 +42132,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
41483
42132
|
* Generated bundle index. Do not edit.
|
|
41484
42133
|
*/
|
|
41485
42134
|
|
|
41486
|
-
export { Lavender, LavenderValueAccessors, PxA, PxAWrapper, PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxAppleseed, PxBanner, PxBreadcrumb, PxBreadcrumbItem, PxButton, PxButtonIcon, PxButtonWrapper, PxCard, PxCardActions, PxCardContainer, PxCardHeading, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxCheckboxValueAccessor, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxFileupload, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxHstack, PxIcon, PxIconSet, PxImg, PxInput, PxInputValueAccessor, PxList, PxListItem, PxModal, PxP, PxPage, PxPatch, PxPicture, PxPillar, PxPrice, PxProximusThemeProvider, PxRadio, PxRadioBase, PxRadioGroup, PxRadioGroupValueAccessor, PxRibbon, PxScarletThemeProvider, PxSection, PxSelect, PxSelectValueAccessor, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpacer, PxSpan, PxSpinner, PxStack, PxStatus, PxStatusCard,
|
|
42135
|
+
export { Lavender, LavenderValueAccessors, PxA, PxAWrapper, PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxAppleseed, PxBanner, PxBreadcrumb, PxBreadcrumbItem, PxButton, PxButtonIcon, PxButtonWrapper, PxCard, PxCardActions, PxCardContainer, PxCardHeading, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxCheckboxValueAccessor, PxCodeInput, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxFileupload, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxHstack, PxIcon, PxIconSet, PxImg, PxInput, PxInputValueAccessor, PxList, PxListItem, PxModal, PxP, PxPage, PxPatch, PxPicture, PxPillar, PxPrice, PxProximusThemeProvider, PxRadio, PxRadioBase, PxRadioGroup, PxRadioGroupValueAccessor, PxRibbon, PxScarletThemeProvider, PxSection, PxSelect, PxSelectValueAccessor, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpacer, PxSpan, PxSpinner, PxStack, PxStatus, PxStatusCard, PxSwitch, PxSwitchValueAccessor, PxTab, PxTabPanel, PxTable, PxTabs, PxTag, PxTbody, PxTd, PxTextarea, PxTextareaValueAccessor, PxTh, PxThead, PxThemeProvider, PxThemeSwitcher, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxToaster, PxTr, PxTypography, PxVstack };
|
|
41487
42136
|
//# sourceMappingURL=proximus-lavender-angular.mjs.map
|