@porsche-design-system/components-angular 2.14.0 → 2.15.0-rc.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 +33 -0
- package/esm2020/lib/components/banner.wrapper.mjs +1 -1
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +8 -5
- package/esm2020/lib/components/text.wrapper.mjs +1 -1
- package/esm2020/lib/types.mjs +1 -1
- package/fesm2015/porsche-design-system-components-angular.mjs +39 -36
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +39 -36
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/banner.wrapper.d.ts +2 -2
- package/lib/components/text-field-wrapper.wrapper.d.ts +6 -3
- package/lib/components/text.wrapper.d.ts +2 -2
- package/lib/types.d.ts +206 -60
- package/package.json +2 -2
|
@@ -45,13 +45,13 @@ function ProxyCmp({ inputs /*, methods*/ }) {
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
const inputs$H = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
|
|
48
|
-
const outputs$
|
|
48
|
+
const outputs$b = ['accordionChange'];
|
|
49
49
|
let PAccordion = class PAccordion {
|
|
50
50
|
constructor(c, r, z) {
|
|
51
51
|
this.z = z;
|
|
52
52
|
c.detach();
|
|
53
53
|
this.el = r.nativeElement;
|
|
54
|
-
proxyOutputs(this, outputs$
|
|
54
|
+
proxyOutputs(this, outputs$b);
|
|
55
55
|
}
|
|
56
56
|
};
|
|
57
57
|
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -68,18 +68,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
68
68
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
69
69
|
template: '<ng-content></ng-content>',
|
|
70
70
|
inputs: inputs$H,
|
|
71
|
-
outputs: outputs$
|
|
71
|
+
outputs: outputs$b
|
|
72
72
|
}]
|
|
73
73
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
74
74
|
|
|
75
75
|
const inputs$G = ['persistent', 'state', 'theme', 'width'];
|
|
76
|
-
const outputs$
|
|
76
|
+
const outputs$a = ['dismiss'];
|
|
77
77
|
let PBanner = class PBanner {
|
|
78
78
|
constructor(c, r, z) {
|
|
79
79
|
this.z = z;
|
|
80
80
|
c.detach();
|
|
81
81
|
this.el = r.nativeElement;
|
|
82
|
-
proxyOutputs(this, outputs$
|
|
82
|
+
proxyOutputs(this, outputs$a);
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
85
|
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -96,7 +96,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
96
96
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
97
97
|
template: '<ng-content></ng-content>',
|
|
98
98
|
inputs: inputs$G,
|
|
99
|
-
outputs: outputs$
|
|
99
|
+
outputs: outputs$a
|
|
100
100
|
}]
|
|
101
101
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
102
102
|
|
|
@@ -426,13 +426,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
426
426
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
427
427
|
|
|
428
428
|
const inputs$s = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'heading', 'persistent', 'state', 'theme'];
|
|
429
|
-
const outputs$
|
|
429
|
+
const outputs$9 = ['action', 'dismiss'];
|
|
430
430
|
let PInlineNotification = class PInlineNotification {
|
|
431
431
|
constructor(c, r, z) {
|
|
432
432
|
this.z = z;
|
|
433
433
|
c.detach();
|
|
434
434
|
this.el = r.nativeElement;
|
|
435
|
-
proxyOutputs(this, outputs$
|
|
435
|
+
proxyOutputs(this, outputs$9);
|
|
436
436
|
}
|
|
437
437
|
};
|
|
438
438
|
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -449,7 +449,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
449
449
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
450
450
|
template: '<ng-content></ng-content>',
|
|
451
451
|
inputs: inputs$s,
|
|
452
|
-
outputs: outputs$
|
|
452
|
+
outputs: outputs$9
|
|
453
453
|
}]
|
|
454
454
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
455
455
|
|
|
@@ -554,13 +554,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
554
554
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
555
555
|
|
|
556
556
|
const inputs$n = ['aria', 'disableBackdropClick', 'disableCloseButton', 'fullscreen', 'heading', 'open'];
|
|
557
|
-
const outputs$
|
|
557
|
+
const outputs$8 = ['close'];
|
|
558
558
|
let PModal = class PModal {
|
|
559
559
|
constructor(c, r, z) {
|
|
560
560
|
this.z = z;
|
|
561
561
|
c.detach();
|
|
562
562
|
this.el = r.nativeElement;
|
|
563
|
-
proxyOutputs(this, outputs$
|
|
563
|
+
proxyOutputs(this, outputs$8);
|
|
564
564
|
}
|
|
565
565
|
};
|
|
566
566
|
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -577,18 +577,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
577
577
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
578
578
|
template: '<ng-content></ng-content>',
|
|
579
579
|
inputs: inputs$n,
|
|
580
|
-
outputs: outputs$
|
|
580
|
+
outputs: outputs$8
|
|
581
581
|
}]
|
|
582
582
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
583
583
|
|
|
584
584
|
const inputs$m = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'itemsPerPage', 'maxNumberOfPageLinks', 'theme', 'totalItemsCount'];
|
|
585
|
-
const outputs$
|
|
585
|
+
const outputs$7 = ['pageChange'];
|
|
586
586
|
let PPagination = class PPagination {
|
|
587
587
|
constructor(c, r, z) {
|
|
588
588
|
this.z = z;
|
|
589
589
|
c.detach();
|
|
590
590
|
this.el = r.nativeElement;
|
|
591
|
-
proxyOutputs(this, outputs$
|
|
591
|
+
proxyOutputs(this, outputs$7);
|
|
592
592
|
}
|
|
593
593
|
};
|
|
594
594
|
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -605,7 +605,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
605
605
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
606
606
|
template: '<ng-content></ng-content>',
|
|
607
607
|
inputs: inputs$m,
|
|
608
|
-
outputs: outputs$
|
|
608
|
+
outputs: outputs$7
|
|
609
609
|
}]
|
|
610
610
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
611
611
|
|
|
@@ -660,13 +660,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
660
660
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
661
661
|
|
|
662
662
|
const inputs$j = ['backgroundColor', 'theme', 'value'];
|
|
663
|
-
const outputs$
|
|
663
|
+
const outputs$6 = ['segmentedControlChange'];
|
|
664
664
|
let PSegmentedControl = class PSegmentedControl {
|
|
665
665
|
constructor(c, r, z) {
|
|
666
666
|
this.z = z;
|
|
667
667
|
c.detach();
|
|
668
668
|
this.el = r.nativeElement;
|
|
669
|
-
proxyOutputs(this, outputs$
|
|
669
|
+
proxyOutputs(this, outputs$6);
|
|
670
670
|
}
|
|
671
671
|
};
|
|
672
672
|
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -683,7 +683,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
683
683
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
684
684
|
template: '<ng-content></ng-content>',
|
|
685
685
|
inputs: inputs$j,
|
|
686
|
-
outputs: outputs$
|
|
686
|
+
outputs: outputs$6
|
|
687
687
|
}]
|
|
688
688
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
689
689
|
|
|
@@ -763,13 +763,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
763
763
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
764
764
|
|
|
765
765
|
const inputs$f = ['theme'];
|
|
766
|
-
const outputs$
|
|
766
|
+
const outputs$5 = ['stepChange'];
|
|
767
767
|
let PStepperHorizontal = class PStepperHorizontal {
|
|
768
768
|
constructor(c, r, z) {
|
|
769
769
|
this.z = z;
|
|
770
770
|
c.detach();
|
|
771
771
|
this.el = r.nativeElement;
|
|
772
|
-
proxyOutputs(this, outputs$
|
|
772
|
+
proxyOutputs(this, outputs$5);
|
|
773
773
|
}
|
|
774
774
|
};
|
|
775
775
|
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PStepperHorizontal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -786,7 +786,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
786
786
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
787
787
|
template: '<ng-content></ng-content>',
|
|
788
788
|
inputs: inputs$f,
|
|
789
|
-
outputs: outputs$
|
|
789
|
+
outputs: outputs$5
|
|
790
790
|
}]
|
|
791
791
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
792
792
|
|
|
@@ -816,13 +816,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
816
816
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
817
817
|
|
|
818
818
|
const inputs$d = ['alignLabel', 'checked', 'disabled', 'hideLabel', 'loading', 'stretch', 'tabbable', 'theme'];
|
|
819
|
-
const outputs$
|
|
819
|
+
const outputs$4 = ['switchChange'];
|
|
820
820
|
let PSwitch = class PSwitch {
|
|
821
821
|
constructor(c, r, z) {
|
|
822
822
|
this.z = z;
|
|
823
823
|
c.detach();
|
|
824
824
|
this.el = r.nativeElement;
|
|
825
|
-
proxyOutputs(this, outputs$
|
|
825
|
+
proxyOutputs(this, outputs$4);
|
|
826
826
|
}
|
|
827
827
|
};
|
|
828
828
|
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -839,18 +839,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
839
839
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
840
840
|
template: '<ng-content></ng-content>',
|
|
841
841
|
inputs: inputs$d,
|
|
842
|
-
outputs: outputs$
|
|
842
|
+
outputs: outputs$4
|
|
843
843
|
}]
|
|
844
844
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
845
845
|
|
|
846
846
|
const inputs$c = ['caption'];
|
|
847
|
-
const outputs$
|
|
847
|
+
const outputs$3 = ['sortingChange'];
|
|
848
848
|
let PTable = class PTable {
|
|
849
849
|
constructor(c, r, z) {
|
|
850
850
|
this.z = z;
|
|
851
851
|
c.detach();
|
|
852
852
|
this.el = r.nativeElement;
|
|
853
|
-
proxyOutputs(this, outputs$
|
|
853
|
+
proxyOutputs(this, outputs$3);
|
|
854
854
|
}
|
|
855
855
|
};
|
|
856
856
|
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -867,7 +867,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
867
867
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
868
868
|
template: '<ng-content></ng-content>',
|
|
869
869
|
inputs: inputs$c,
|
|
870
|
-
outputs: outputs$
|
|
870
|
+
outputs: outputs$3
|
|
871
871
|
}]
|
|
872
872
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
873
873
|
|
|
@@ -1006,13 +1006,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1006
1006
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1007
1007
|
|
|
1008
1008
|
const inputs$9 = ['activeTabIndex', 'gradientColorScheme', 'size', 'theme', 'weight'];
|
|
1009
|
-
const outputs$
|
|
1009
|
+
const outputs$2 = ['tabChange'];
|
|
1010
1010
|
let PTabs = class PTabs {
|
|
1011
1011
|
constructor(c, r, z) {
|
|
1012
1012
|
this.z = z;
|
|
1013
1013
|
c.detach();
|
|
1014
1014
|
this.el = r.nativeElement;
|
|
1015
|
-
proxyOutputs(this, outputs$
|
|
1015
|
+
proxyOutputs(this, outputs$2);
|
|
1016
1016
|
}
|
|
1017
1017
|
};
|
|
1018
1018
|
PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1029,18 +1029,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1029
1029
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1030
1030
|
template: '<ng-content></ng-content>',
|
|
1031
1031
|
inputs: inputs$9,
|
|
1032
|
-
outputs: outputs$
|
|
1032
|
+
outputs: outputs$2
|
|
1033
1033
|
}]
|
|
1034
1034
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1035
1035
|
|
|
1036
1036
|
const inputs$8 = ['activeTabIndex', 'gradientColorScheme', 'size', 'theme', 'weight'];
|
|
1037
|
-
const outputs = ['tabChange'];
|
|
1037
|
+
const outputs$1 = ['tabChange'];
|
|
1038
1038
|
let PTabsBar = class PTabsBar {
|
|
1039
1039
|
constructor(c, r, z) {
|
|
1040
1040
|
this.z = z;
|
|
1041
1041
|
c.detach();
|
|
1042
1042
|
this.el = r.nativeElement;
|
|
1043
|
-
proxyOutputs(this, outputs);
|
|
1043
|
+
proxyOutputs(this, outputs$1);
|
|
1044
1044
|
}
|
|
1045
1045
|
};
|
|
1046
1046
|
PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PTabsBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1057,7 +1057,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1057
1057
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1058
1058
|
template: '<ng-content></ng-content>',
|
|
1059
1059
|
inputs: inputs$8,
|
|
1060
|
-
outputs
|
|
1060
|
+
outputs: outputs$1
|
|
1061
1061
|
}]
|
|
1062
1062
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1063
1063
|
|
|
@@ -1161,16 +1161,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1161
1161
|
}]
|
|
1162
1162
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1163
1163
|
|
|
1164
|
-
const inputs$3 = ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'state', 'unit', 'unitPosition'];
|
|
1164
|
+
const inputs$3 = ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'state', 'unit', 'unitPosition'];
|
|
1165
|
+
const outputs = ['action'];
|
|
1165
1166
|
let PTextFieldWrapper = class PTextFieldWrapper {
|
|
1166
1167
|
constructor(c, r, z) {
|
|
1167
1168
|
this.z = z;
|
|
1168
1169
|
c.detach();
|
|
1169
1170
|
this.el = r.nativeElement;
|
|
1171
|
+
proxyOutputs(this, outputs);
|
|
1170
1172
|
}
|
|
1171
1173
|
};
|
|
1172
1174
|
PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PTextFieldWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1173
|
-
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PTextFieldWrapper, selector: "p-text-field-wrapper,[p-text-field-wrapper]", inputs: { description: "description", hideLabel: "hideLabel", label: "label", message: "message", showCharacterCount: "showCharacterCount", state: "state", unit: "unit", unitPosition: "unitPosition" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1175
|
+
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PTextFieldWrapper, selector: "p-text-field-wrapper,[p-text-field-wrapper]", inputs: { actionIcon: "actionIcon", actionLoading: "actionLoading", description: "description", hideLabel: "hideLabel", label: "label", message: "message", showCharacterCount: "showCharacterCount", state: "state", unit: "unit", unitPosition: "unitPosition" }, outputs: { action: "action" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1174
1176
|
PTextFieldWrapper = __decorate([
|
|
1175
1177
|
ProxyCmp({
|
|
1176
1178
|
inputs: inputs$3
|
|
@@ -1182,7 +1184,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1182
1184
|
selector: 'p-text-field-wrapper,[p-text-field-wrapper]',
|
|
1183
1185
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1184
1186
|
template: '<ng-content></ng-content>',
|
|
1185
|
-
inputs: inputs$3
|
|
1187
|
+
inputs: inputs$3,
|
|
1188
|
+
outputs
|
|
1186
1189
|
}]
|
|
1187
1190
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1188
1191
|
|