@porsche-design-system/components-angular 4.0.0-rc.0 → 4.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +125 -0
- package/OSS_NOTICE +195 -855
- package/README.md +0 -5
- package/fesm2022/porsche-design-system-components-angular.mjs +233 -231
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/global-styles/cn/index.css +43 -39
- package/global-styles/color-scheme.css +24 -24
- package/global-styles/index.css +43 -39
- package/global-styles/variables.css +19 -15
- package/package.json +9 -6
- package/tailwindcss/index.css +350 -92
- package/types/porsche-design-system-components-angular.d.ts +39 -28
- package/vanilla-extract/cjs/index.cjs +14 -0
- package/vanilla-extract/cjs/spacing/spacingStatic2Xs.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorFrostedDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorFrostedSoftDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoFrostedDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoFrostedSoftDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedSoftDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningFrostedDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningFrostedSoftDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorFrostedLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorFrostedSoftLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoFrostedLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoFrostedSoftLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessFrostedLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessFrostedSoftLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningFrostedLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningFrostedSoftLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +184 -10
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStatic2Xs.cjs +5 -0
- package/vanilla-extract/cjs/typography/proseHeading2XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeading2XsStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseHeading3XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeading4XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeading5XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingLgStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingMdStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingSmStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingXlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingXsStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText2XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText2XsStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseText3XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText4XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText5XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseTextLgStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextMdStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextSmStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextXlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextXsStyle.cjs +7 -5
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationErrorSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfoSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccessSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarningSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationErrorSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfoSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccessSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarningSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorErrorFrosted.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorErrorFrostedSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorInfoFrosted.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorInfoFrostedSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorSuccessFrosted.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorSuccessFrostedSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorWarningFrosted.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorWarningFrostedSoft.d.ts +1 -1
- package/vanilla-extract/esm/grid/gridSharedOffset.mjs +1 -1
- package/vanilla-extract/esm/grid/gridStyle.mjs +1 -1
- package/vanilla-extract/esm/index.mjs +7 -0
- package/vanilla-extract/esm/spacing/index.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingStatic2Xs.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingStatic2Xs.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorFrostedDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorFrostedSoftDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoFrostedDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoFrostedSoftDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedSoftDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningFrostedDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningFrostedSoftDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorFrostedLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorFrostedSoftLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoFrostedLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoFrostedSoftLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessFrostedLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessFrostedSoftLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningFrostedLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningFrostedSoftLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +184 -10
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStatic2Xs.mjs +3 -0
- package/vanilla-extract/esm/typography/index.d.ts +6 -0
- package/vanilla-extract/esm/typography/proseHeading2XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading2XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeading2XsStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseHeading2XsStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseHeading3XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading3XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeading4XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading4XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeading5XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading5XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingLgStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingLgStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingMdStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingMdStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingXlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingXlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingXsStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseHeadingXsStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText2XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText2XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText2XsStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseText2XsStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseText3XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText3XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText4XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText4XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText5XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText5XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseTextLgStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextLgStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextMdStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextMdStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextSmStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextSmStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextXlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextXlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextXsStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextXsStyle.mjs +7 -5
|
@@ -15,10 +15,10 @@ class BaseComponent {
|
|
|
15
15
|
this.el[prop] = props[prop].currentValue;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
19
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
18
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: BaseComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: BaseComponent, isStandalone: true, selector: "ng-component", usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
}
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: BaseComponent, decorators: [{
|
|
22
22
|
type: Component,
|
|
23
23
|
args: [{
|
|
24
24
|
template: '',
|
|
@@ -39,10 +39,10 @@ class PAccordion extends BaseComponent {
|
|
|
39
39
|
size;
|
|
40
40
|
sticky;
|
|
41
41
|
update = new EventEmitter();
|
|
42
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
43
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
42
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PAccordion, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
43
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PAccordion, isStandalone: false, selector: "p-accordion,[p-accordion]", inputs: { alignMarker: "alignMarker", background: "background", compact: "compact", heading: "heading", headingTag: "headingTag", open: "open", size: "size", sticky: "sticky" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
44
44
|
}
|
|
45
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
45
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PAccordion, decorators: [{
|
|
46
46
|
type: Component,
|
|
47
47
|
args: [{
|
|
48
48
|
selector: 'p-accordion,[p-accordion]',
|
|
@@ -59,17 +59,18 @@ class PBanner extends BaseComponent {
|
|
|
59
59
|
heading;
|
|
60
60
|
headingTag;
|
|
61
61
|
open;
|
|
62
|
+
position;
|
|
62
63
|
state;
|
|
63
64
|
dismiss = new EventEmitter();
|
|
64
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
65
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
65
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PBanner, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
66
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PBanner, isStandalone: false, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", headingTag: "headingTag", open: "open", position: "position", state: "state" }, outputs: { dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
66
67
|
}
|
|
67
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PBanner, decorators: [{
|
|
68
69
|
type: Component,
|
|
69
70
|
args: [{
|
|
70
71
|
selector: 'p-banner,[p-banner]',
|
|
71
72
|
template: '<ng-content />',
|
|
72
|
-
inputs: ['description', 'dismissButton', 'heading', 'headingTag', 'open', 'state'],
|
|
73
|
+
inputs: ['description', 'dismissButton', 'heading', 'headingTag', 'open', 'position', 'state'],
|
|
73
74
|
outputs: ['dismiss'],
|
|
74
75
|
standalone: false
|
|
75
76
|
}]
|
|
@@ -88,10 +89,10 @@ class PButton extends BaseComponent {
|
|
|
88
89
|
type;
|
|
89
90
|
value;
|
|
90
91
|
variant;
|
|
91
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
92
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
92
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PButton, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
93
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PButton, isStandalone: false, selector: "p-button,[p-button]", inputs: { aria: "aria", compact: "compact", disabled: "disabled", form: "form", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", name: "name", type: "type", value: "value", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
93
94
|
}
|
|
94
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
95
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PButton, decorators: [{
|
|
95
96
|
type: Component,
|
|
96
97
|
args: [{
|
|
97
98
|
selector: 'p-button,[p-button]',
|
|
@@ -118,10 +119,10 @@ class PButtonPure extends BaseComponent {
|
|
|
118
119
|
type;
|
|
119
120
|
underline;
|
|
120
121
|
value;
|
|
121
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
122
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
122
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PButtonPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
123
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PButtonPure, isStandalone: false, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", color: "color", disabled: "disabled", form: "form", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", name: "name", size: "size", stretch: "stretch", type: "type", underline: "underline", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
123
124
|
}
|
|
124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PButtonPure, decorators: [{
|
|
125
126
|
type: Component,
|
|
126
127
|
args: [{
|
|
127
128
|
selector: 'p-button-pure,[p-button-pure]',
|
|
@@ -146,10 +147,10 @@ class PButtonTile extends BaseComponent {
|
|
|
146
147
|
size;
|
|
147
148
|
type;
|
|
148
149
|
weight;
|
|
149
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
150
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
150
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PButtonTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
151
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PButtonTile, isStandalone: false, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
151
152
|
}
|
|
152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PButtonTile, decorators: [{
|
|
153
154
|
type: Component,
|
|
154
155
|
args: [{
|
|
155
156
|
selector: 'p-button-tile,[p-button-tile]',
|
|
@@ -165,10 +166,10 @@ class PCanvas extends BaseComponent {
|
|
|
165
166
|
sidebarStartOpen;
|
|
166
167
|
sidebarEndDismiss = new EventEmitter();
|
|
167
168
|
sidebarStartUpdate = new EventEmitter();
|
|
168
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
169
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
169
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PCanvas, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
170
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PCanvas, isStandalone: false, selector: "p-canvas,[p-canvas]", inputs: { background: "background", sidebarEndOpen: "sidebarEndOpen", sidebarStartOpen: "sidebarStartOpen" }, outputs: { sidebarEndDismiss: "sidebarEndDismiss", sidebarStartUpdate: "sidebarStartUpdate" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
170
171
|
}
|
|
171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
172
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PCanvas, decorators: [{
|
|
172
173
|
type: Component,
|
|
173
174
|
args: [{
|
|
174
175
|
selector: 'p-canvas,[p-canvas]',
|
|
@@ -197,10 +198,10 @@ class PCarousel extends BaseComponent {
|
|
|
197
198
|
trimSpace;
|
|
198
199
|
width;
|
|
199
200
|
update = new EventEmitter();
|
|
200
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
201
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
201
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PCarousel, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
202
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PCarousel, isStandalone: false, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignControls: "alignControls", alignHeader: "alignHeader", aria: "aria", description: "description", focusOnCenterSlide: "focusOnCenterSlide", gradient: "gradient", heading: "heading", headingSize: "headingSize", intl: "intl", pagination: "pagination", rewind: "rewind", skipLinkTarget: "skipLinkTarget", slidesPerPage: "slidesPerPage", trimSpace: "trimSpace", width: "width" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
202
203
|
}
|
|
203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PCarousel, decorators: [{
|
|
204
205
|
type: Component,
|
|
205
206
|
args: [{
|
|
206
207
|
selector: 'p-carousel,[p-carousel]',
|
|
@@ -250,8 +251,8 @@ class PCheckbox extends BaseComponent {
|
|
|
250
251
|
setDisabledState(isDisabled) {
|
|
251
252
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
252
253
|
}
|
|
253
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
254
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
254
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PCheckbox, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
255
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PCheckbox, isStandalone: false, selector: "p-checkbox,[p-checkbox]", inputs: { checked: "checked", compact: "compact", disabled: "disabled", form: "form", hideLabel: "hideLabel", indeterminate: "indeterminate", label: "label", loading: "loading", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.checked)", "blur": "_onTouched()" } }, providers: [
|
|
255
256
|
{
|
|
256
257
|
provide: NG_VALUE_ACCESSOR,
|
|
257
258
|
useExisting: forwardRef(() => PCheckbox),
|
|
@@ -259,7 +260,7 @@ class PCheckbox extends BaseComponent {
|
|
|
259
260
|
},
|
|
260
261
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
261
262
|
}
|
|
262
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PCheckbox, decorators: [{
|
|
263
264
|
type: Component,
|
|
264
265
|
args: [{
|
|
265
266
|
selector: 'p-checkbox,[p-checkbox]',
|
|
@@ -285,10 +286,10 @@ class PCrest extends BaseComponent {
|
|
|
285
286
|
aria;
|
|
286
287
|
href;
|
|
287
288
|
target;
|
|
288
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
289
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
289
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PCrest, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
290
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PCrest, isStandalone: false, selector: "p-crest,[p-crest]", inputs: { aria: "aria", href: "href", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
290
291
|
}
|
|
291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
292
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PCrest, decorators: [{
|
|
292
293
|
type: Component,
|
|
293
294
|
args: [{
|
|
294
295
|
selector: 'p-crest,[p-crest]',
|
|
@@ -305,10 +306,10 @@ class PDisplay extends BaseComponent {
|
|
|
305
306
|
ellipsis;
|
|
306
307
|
size;
|
|
307
308
|
tag;
|
|
308
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
309
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
309
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PDisplay, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
310
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PDisplay, isStandalone: false, selector: "p-display,[p-display]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
310
311
|
}
|
|
311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PDisplay, decorators: [{
|
|
312
313
|
type: Component,
|
|
313
314
|
args: [{
|
|
314
315
|
selector: 'p-display,[p-display]',
|
|
@@ -321,10 +322,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
321
322
|
class PDivider extends BaseComponent {
|
|
322
323
|
color;
|
|
323
324
|
direction;
|
|
324
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
325
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
325
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PDivider, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
326
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PDivider, isStandalone: false, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
326
327
|
}
|
|
327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PDivider, decorators: [{
|
|
328
329
|
type: Component,
|
|
329
330
|
args: [{
|
|
330
331
|
selector: 'p-divider,[p-divider]',
|
|
@@ -340,10 +341,10 @@ class PDrilldown extends BaseComponent {
|
|
|
340
341
|
open;
|
|
341
342
|
dismiss = new EventEmitter();
|
|
342
343
|
update = new EventEmitter();
|
|
343
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
344
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
344
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PDrilldown, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
345
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PDrilldown, isStandalone: false, selector: "p-drilldown,[p-drilldown]", inputs: { activeIdentifier: "activeIdentifier", aria: "aria", open: "open" }, outputs: { dismiss: "dismiss", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
345
346
|
}
|
|
346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PDrilldown, decorators: [{
|
|
347
348
|
type: Component,
|
|
348
349
|
args: [{
|
|
349
350
|
selector: 'p-drilldown,[p-drilldown]',
|
|
@@ -360,10 +361,10 @@ class PDrilldownItem extends BaseComponent {
|
|
|
360
361
|
label;
|
|
361
362
|
primary;
|
|
362
363
|
secondary;
|
|
363
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
364
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
364
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PDrilldownItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
365
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PDrilldownItem, isStandalone: false, selector: "p-drilldown-item,[p-drilldown-item]", inputs: { cascade: "cascade", identifier: "identifier", label: "label", primary: "primary", secondary: "secondary" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
365
366
|
}
|
|
366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PDrilldownItem, decorators: [{
|
|
367
368
|
type: Component,
|
|
368
369
|
args: [{
|
|
369
370
|
selector: 'p-drilldown-item,[p-drilldown-item]',
|
|
@@ -380,10 +381,10 @@ class PDrilldownLink extends BaseComponent {
|
|
|
380
381
|
href;
|
|
381
382
|
rel;
|
|
382
383
|
target;
|
|
383
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
384
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
384
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PDrilldownLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
385
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PDrilldownLink, isStandalone: false, selector: "p-drilldown-link,[p-drilldown-link]", inputs: { active: "active", aria: "aria", download: "download", href: "href", rel: "rel", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
385
386
|
}
|
|
386
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PDrilldownLink, decorators: [{
|
|
387
388
|
type: Component,
|
|
388
389
|
args: [{
|
|
389
390
|
selector: 'p-drilldown-link,[p-drilldown-link]',
|
|
@@ -400,10 +401,10 @@ class PFieldset extends BaseComponent {
|
|
|
400
401
|
message;
|
|
401
402
|
required;
|
|
402
403
|
state;
|
|
403
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
404
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
404
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PFieldset, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
405
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PFieldset, isStandalone: false, selector: "p-fieldset,[p-fieldset]", inputs: { aria: "aria", label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
405
406
|
}
|
|
406
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PFieldset, decorators: [{
|
|
407
408
|
type: Component,
|
|
408
409
|
args: [{
|
|
409
410
|
selector: 'p-fieldset,[p-fieldset]',
|
|
@@ -417,10 +418,10 @@ class PFlag extends BaseComponent {
|
|
|
417
418
|
aria;
|
|
418
419
|
name;
|
|
419
420
|
size;
|
|
420
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
421
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
421
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PFlag, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
422
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PFlag, isStandalone: false, selector: "p-flag,[p-flag]", inputs: { aria: "aria", name: "name", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
422
423
|
}
|
|
423
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
424
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PFlag, decorators: [{
|
|
424
425
|
type: Component,
|
|
425
426
|
args: [{
|
|
426
427
|
selector: 'p-flag,[p-flag]',
|
|
@@ -441,10 +442,10 @@ class PFlyout extends BaseComponent {
|
|
|
441
442
|
dismiss = new EventEmitter();
|
|
442
443
|
motionHiddenEnd = new EventEmitter();
|
|
443
444
|
motionVisibleEnd = new EventEmitter();
|
|
444
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
445
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
445
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PFlyout, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
446
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PFlyout, isStandalone: false, selector: "p-flyout,[p-flyout]", inputs: { aria: "aria", backdrop: "backdrop", background: "background", disableBackdropClick: "disableBackdropClick", footerBehavior: "footerBehavior", open: "open", position: "position" }, outputs: { dismiss: "dismiss", motionHiddenEnd: "motionHiddenEnd", motionVisibleEnd: "motionVisibleEnd" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
446
447
|
}
|
|
447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
448
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PFlyout, decorators: [{
|
|
448
449
|
type: Component,
|
|
449
450
|
args: [{
|
|
450
451
|
selector: 'p-flyout,[p-flyout]',
|
|
@@ -463,10 +464,10 @@ class PHeading extends BaseComponent {
|
|
|
463
464
|
size;
|
|
464
465
|
tag;
|
|
465
466
|
weight;
|
|
466
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
467
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
467
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PHeading, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
468
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PHeading, isStandalone: false, selector: "p-heading,[p-heading]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", hyphens: "hyphens", size: "size", tag: "tag", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
468
469
|
}
|
|
469
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PHeading, decorators: [{
|
|
470
471
|
type: Component,
|
|
471
472
|
args: [{
|
|
472
473
|
selector: 'p-heading,[p-heading]',
|
|
@@ -482,10 +483,10 @@ class PIcon extends BaseComponent {
|
|
|
482
483
|
name;
|
|
483
484
|
size;
|
|
484
485
|
source;
|
|
485
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
486
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
486
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
487
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PIcon, isStandalone: false, selector: "p-icon,[p-icon]", inputs: { aria: "aria", color: "color", name: "name", size: "size", source: "source" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
487
488
|
}
|
|
488
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PIcon, decorators: [{
|
|
489
490
|
type: Component,
|
|
490
491
|
args: [{
|
|
491
492
|
selector: 'p-icon,[p-icon]',
|
|
@@ -506,10 +507,10 @@ class PInlineNotification extends BaseComponent {
|
|
|
506
507
|
state;
|
|
507
508
|
action = new EventEmitter();
|
|
508
509
|
dismiss = new EventEmitter();
|
|
509
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
510
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
510
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInlineNotification, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
511
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PInlineNotification, isStandalone: false, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", dismissButton: "dismissButton", heading: "heading", headingTag: "headingTag", state: "state" }, outputs: { action: "action", dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
511
512
|
}
|
|
512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
513
514
|
type: Component,
|
|
514
515
|
args: [{
|
|
515
516
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
@@ -564,8 +565,8 @@ class PInputDate extends BaseComponent {
|
|
|
564
565
|
setDisabledState(isDisabled) {
|
|
565
566
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
566
567
|
}
|
|
567
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
568
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
568
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputDate, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
569
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PInputDate, isStandalone: false, selector: "p-input-date,[p-input-date]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
569
570
|
{
|
|
570
571
|
provide: NG_VALUE_ACCESSOR,
|
|
571
572
|
useExisting: forwardRef(() => PInputDate),
|
|
@@ -573,7 +574,7 @@ class PInputDate extends BaseComponent {
|
|
|
573
574
|
},
|
|
574
575
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
575
576
|
}
|
|
576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputDate, decorators: [{
|
|
577
578
|
type: Component,
|
|
578
579
|
args: [{
|
|
579
580
|
selector: 'p-input-date,[p-input-date]',
|
|
@@ -642,8 +643,8 @@ class PInputEmail extends BaseComponent {
|
|
|
642
643
|
setDisabledState(isDisabled) {
|
|
643
644
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
644
645
|
}
|
|
645
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
646
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
646
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputEmail, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
647
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PInputEmail, isStandalone: false, selector: "p-input-email,[p-input-email]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
647
648
|
{
|
|
648
649
|
provide: NG_VALUE_ACCESSOR,
|
|
649
650
|
useExisting: forwardRef(() => PInputEmail),
|
|
@@ -651,7 +652,7 @@ class PInputEmail extends BaseComponent {
|
|
|
651
652
|
},
|
|
652
653
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
653
654
|
}
|
|
654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
655
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputEmail, decorators: [{
|
|
655
656
|
type: Component,
|
|
656
657
|
args: [{
|
|
657
658
|
selector: 'p-input-email,[p-input-email]',
|
|
@@ -717,8 +718,8 @@ class PInputMonth extends BaseComponent {
|
|
|
717
718
|
setDisabledState(isDisabled) {
|
|
718
719
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
719
720
|
}
|
|
720
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
721
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
721
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputMonth, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
722
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PInputMonth, isStandalone: false, selector: "p-input-month,[p-input-month]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
722
723
|
{
|
|
723
724
|
provide: NG_VALUE_ACCESSOR,
|
|
724
725
|
useExisting: forwardRef(() => PInputMonth),
|
|
@@ -726,7 +727,7 @@ class PInputMonth extends BaseComponent {
|
|
|
726
727
|
},
|
|
727
728
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
728
729
|
}
|
|
729
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
730
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputMonth, decorators: [{
|
|
730
731
|
type: Component,
|
|
731
732
|
args: [{
|
|
732
733
|
selector: 'p-input-month,[p-input-month]',
|
|
@@ -794,8 +795,8 @@ class PInputNumber extends BaseComponent {
|
|
|
794
795
|
setDisabledState(isDisabled) {
|
|
795
796
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
796
797
|
}
|
|
797
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
798
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
798
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputNumber, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
799
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PInputNumber, isStandalone: false, selector: "p-input-number,[p-input-number]", inputs: { autoComplete: "autoComplete", compact: "compact", controls: "controls", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
799
800
|
{
|
|
800
801
|
provide: NG_VALUE_ACCESSOR,
|
|
801
802
|
useExisting: forwardRef(() => PInputNumber),
|
|
@@ -803,7 +804,7 @@ class PInputNumber extends BaseComponent {
|
|
|
803
804
|
},
|
|
804
805
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
805
806
|
}
|
|
806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputNumber, decorators: [{
|
|
807
808
|
type: Component,
|
|
808
809
|
args: [{
|
|
809
810
|
selector: 'p-input-number,[p-input-number]',
|
|
@@ -870,8 +871,8 @@ class PInputPassword extends BaseComponent {
|
|
|
870
871
|
setDisabledState(isDisabled) {
|
|
871
872
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
872
873
|
}
|
|
873
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
874
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
874
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputPassword, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
875
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PInputPassword, isStandalone: false, selector: "p-input-password,[p-input-password]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", toggle: "toggle", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
875
876
|
{
|
|
876
877
|
provide: NG_VALUE_ACCESSOR,
|
|
877
878
|
useExisting: forwardRef(() => PInputPassword),
|
|
@@ -879,7 +880,7 @@ class PInputPassword extends BaseComponent {
|
|
|
879
880
|
},
|
|
880
881
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
881
882
|
}
|
|
882
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputPassword, decorators: [{
|
|
883
884
|
type: Component,
|
|
884
885
|
args: [{
|
|
885
886
|
selector: 'p-input-password,[p-input-password]',
|
|
@@ -947,8 +948,8 @@ class PInputSearch extends BaseComponent {
|
|
|
947
948
|
setDisabledState(isDisabled) {
|
|
948
949
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
949
950
|
}
|
|
950
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
951
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
951
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputSearch, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
952
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PInputSearch, isStandalone: false, selector: "p-input-search,[p-input-search]", inputs: { autoComplete: "autoComplete", clear: "clear", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
952
953
|
{
|
|
953
954
|
provide: NG_VALUE_ACCESSOR,
|
|
954
955
|
useExisting: forwardRef(() => PInputSearch),
|
|
@@ -956,7 +957,7 @@ class PInputSearch extends BaseComponent {
|
|
|
956
957
|
},
|
|
957
958
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
958
959
|
}
|
|
959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
960
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputSearch, decorators: [{
|
|
960
961
|
type: Component,
|
|
961
962
|
args: [{
|
|
962
963
|
selector: 'p-input-search,[p-input-search]',
|
|
@@ -1024,8 +1025,8 @@ class PInputTel extends BaseComponent {
|
|
|
1024
1025
|
setDisabledState(isDisabled) {
|
|
1025
1026
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1026
1027
|
}
|
|
1027
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1028
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1028
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputTel, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1029
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PInputTel, isStandalone: false, selector: "p-input-tel,[p-input-tel]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1029
1030
|
{
|
|
1030
1031
|
provide: NG_VALUE_ACCESSOR,
|
|
1031
1032
|
useExisting: forwardRef(() => PInputTel),
|
|
@@ -1033,7 +1034,7 @@ class PInputTel extends BaseComponent {
|
|
|
1033
1034
|
},
|
|
1034
1035
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1035
1036
|
}
|
|
1036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputTel, decorators: [{
|
|
1037
1038
|
type: Component,
|
|
1038
1039
|
args: [{
|
|
1039
1040
|
selector: 'p-input-tel,[p-input-tel]',
|
|
@@ -1101,8 +1102,8 @@ class PInputText extends BaseComponent {
|
|
|
1101
1102
|
setDisabledState(isDisabled) {
|
|
1102
1103
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1103
1104
|
}
|
|
1104
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1105
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1105
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputText, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1106
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PInputText, isStandalone: false, selector: "p-input-text,[p-input-text]", inputs: { autoComplete: "autoComplete", compact: "compact", counter: "counter", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", spellCheck: "spellCheck", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1106
1107
|
{
|
|
1107
1108
|
provide: NG_VALUE_ACCESSOR,
|
|
1108
1109
|
useExisting: forwardRef(() => PInputText),
|
|
@@ -1110,7 +1111,7 @@ class PInputText extends BaseComponent {
|
|
|
1110
1111
|
},
|
|
1111
1112
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1112
1113
|
}
|
|
1113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputText, decorators: [{
|
|
1114
1115
|
type: Component,
|
|
1115
1116
|
args: [{
|
|
1116
1117
|
selector: 'p-input-text,[p-input-text]',
|
|
@@ -1176,8 +1177,8 @@ class PInputTime extends BaseComponent {
|
|
|
1176
1177
|
setDisabledState(isDisabled) {
|
|
1177
1178
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1178
1179
|
}
|
|
1179
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1180
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1180
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputTime, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1181
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PInputTime, isStandalone: false, selector: "p-input-time,[p-input-time]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1181
1182
|
{
|
|
1182
1183
|
provide: NG_VALUE_ACCESSOR,
|
|
1183
1184
|
useExisting: forwardRef(() => PInputTime),
|
|
@@ -1185,7 +1186,7 @@ class PInputTime extends BaseComponent {
|
|
|
1185
1186
|
},
|
|
1186
1187
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1187
1188
|
}
|
|
1188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputTime, decorators: [{
|
|
1189
1190
|
type: Component,
|
|
1190
1191
|
args: [{
|
|
1191
1192
|
selector: 'p-input-time,[p-input-time]',
|
|
@@ -1253,8 +1254,8 @@ class PInputUrl extends BaseComponent {
|
|
|
1253
1254
|
setDisabledState(isDisabled) {
|
|
1254
1255
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1255
1256
|
}
|
|
1256
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1257
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1257
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputUrl, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1258
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PInputUrl, isStandalone: false, selector: "p-input-url,[p-input-url]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1258
1259
|
{
|
|
1259
1260
|
provide: NG_VALUE_ACCESSOR,
|
|
1260
1261
|
useExisting: forwardRef(() => PInputUrl),
|
|
@@ -1262,7 +1263,7 @@ class PInputUrl extends BaseComponent {
|
|
|
1262
1263
|
},
|
|
1263
1264
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1264
1265
|
}
|
|
1265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputUrl, decorators: [{
|
|
1266
1267
|
type: Component,
|
|
1267
1268
|
args: [{
|
|
1268
1269
|
selector: 'p-input-url,[p-input-url]',
|
|
@@ -1328,8 +1329,8 @@ class PInputWeek extends BaseComponent {
|
|
|
1328
1329
|
setDisabledState(isDisabled) {
|
|
1329
1330
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1330
1331
|
}
|
|
1331
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1332
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1332
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputWeek, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1333
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PInputWeek, isStandalone: false, selector: "p-input-week,[p-input-week]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1333
1334
|
{
|
|
1334
1335
|
provide: NG_VALUE_ACCESSOR,
|
|
1335
1336
|
useExisting: forwardRef(() => PInputWeek),
|
|
@@ -1337,7 +1338,7 @@ class PInputWeek extends BaseComponent {
|
|
|
1337
1338
|
},
|
|
1338
1339
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1339
1340
|
}
|
|
1340
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1341
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PInputWeek, decorators: [{
|
|
1341
1342
|
type: Component,
|
|
1342
1343
|
args: [{
|
|
1343
1344
|
selector: 'p-input-week,[p-input-week]',
|
|
@@ -1370,10 +1371,10 @@ class PLink extends BaseComponent {
|
|
|
1370
1371
|
rel;
|
|
1371
1372
|
target;
|
|
1372
1373
|
variant;
|
|
1373
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1374
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1374
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1375
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PLink, isStandalone: false, selector: "p-link,[p-link]", inputs: { aria: "aria", compact: "compact", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1375
1376
|
}
|
|
1376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PLink, decorators: [{
|
|
1377
1378
|
type: Component,
|
|
1378
1379
|
args: [{
|
|
1379
1380
|
selector: 'p-link,[p-link]',
|
|
@@ -1398,10 +1399,10 @@ class PLinkPure extends BaseComponent {
|
|
|
1398
1399
|
stretch;
|
|
1399
1400
|
target;
|
|
1400
1401
|
underline;
|
|
1401
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1402
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1402
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PLinkPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1403
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PLinkPure, isStandalone: false, selector: "p-link-pure,[p-link-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", color: "color", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", size: "size", stretch: "stretch", target: "target", underline: "underline" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1403
1404
|
}
|
|
1404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1405
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PLinkPure, decorators: [{
|
|
1405
1406
|
type: Component,
|
|
1406
1407
|
args: [{
|
|
1407
1408
|
selector: 'p-link-pure,[p-link-pure]',
|
|
@@ -1425,10 +1426,10 @@ class PLinkTile extends BaseComponent {
|
|
|
1425
1426
|
size;
|
|
1426
1427
|
target;
|
|
1427
1428
|
weight;
|
|
1428
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1429
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1429
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PLinkTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1430
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PLinkTile, isStandalone: false, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1430
1431
|
}
|
|
1431
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PLinkTile, decorators: [{
|
|
1432
1433
|
type: Component,
|
|
1433
1434
|
args: [{
|
|
1434
1435
|
selector: 'p-link-tile,[p-link-tile]',
|
|
@@ -1450,10 +1451,10 @@ class PLinkTileProduct extends BaseComponent {
|
|
|
1450
1451
|
rel;
|
|
1451
1452
|
target;
|
|
1452
1453
|
like = new EventEmitter();
|
|
1453
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1454
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1454
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PLinkTileProduct, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1455
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PLinkTileProduct, isStandalone: false, selector: "p-link-tile-product,[p-link-tile-product]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", href: "href", likeButton: "likeButton", liked: "liked", price: "price", priceOriginal: "priceOriginal", rel: "rel", target: "target" }, outputs: { like: "like" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1455
1456
|
}
|
|
1456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PLinkTileProduct, decorators: [{
|
|
1457
1458
|
type: Component,
|
|
1458
1459
|
args: [{
|
|
1459
1460
|
selector: 'p-link-tile-product,[p-link-tile-product]',
|
|
@@ -1475,10 +1476,10 @@ class PModal extends BaseComponent {
|
|
|
1475
1476
|
dismiss = new EventEmitter();
|
|
1476
1477
|
motionHiddenEnd = new EventEmitter();
|
|
1477
1478
|
motionVisibleEnd = new EventEmitter();
|
|
1478
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1479
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1479
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1480
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PModal, isStandalone: false, selector: "p-modal,[p-modal]", inputs: { aria: "aria", backdrop: "backdrop", background: "background", disableBackdropClick: "disableBackdropClick", dismissButton: "dismissButton", fullscreen: "fullscreen", open: "open" }, outputs: { dismiss: "dismiss", motionHiddenEnd: "motionHiddenEnd", motionVisibleEnd: "motionVisibleEnd" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1480
1481
|
}
|
|
1481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PModal, decorators: [{
|
|
1482
1483
|
type: Component,
|
|
1483
1484
|
args: [{
|
|
1484
1485
|
selector: 'p-modal,[p-modal]',
|
|
@@ -1496,10 +1497,10 @@ class PModelSignature extends BaseComponent {
|
|
|
1496
1497
|
model;
|
|
1497
1498
|
safeZone;
|
|
1498
1499
|
size;
|
|
1499
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1500
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1500
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1501
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PModelSignature, isStandalone: false, selector: "p-model-signature,[p-model-signature]", inputs: { color: "color", fetchPriority: "fetchPriority", lazy: "lazy", model: "model", safeZone: "safeZone", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1501
1502
|
}
|
|
1502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PModelSignature, decorators: [{
|
|
1503
1504
|
type: Component,
|
|
1504
1505
|
args: [{
|
|
1505
1506
|
selector: 'p-model-signature,[p-model-signature]',
|
|
@@ -1548,8 +1549,8 @@ class PMultiSelect extends BaseComponent {
|
|
|
1548
1549
|
setDisabledState(isDisabled) {
|
|
1549
1550
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1550
1551
|
}
|
|
1551
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1552
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1552
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PMultiSelect, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1553
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PMultiSelect, isStandalone: false, selector: "p-multi-select,[p-multi-select]", inputs: { compact: "compact", description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", form: "form", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", toggle: "toggle" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1553
1554
|
{
|
|
1554
1555
|
provide: NG_VALUE_ACCESSOR,
|
|
1555
1556
|
useExisting: forwardRef(() => PMultiSelect),
|
|
@@ -1557,7 +1558,7 @@ class PMultiSelect extends BaseComponent {
|
|
|
1557
1558
|
},
|
|
1558
1559
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1559
1560
|
}
|
|
1560
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PMultiSelect, decorators: [{
|
|
1561
1562
|
type: Component,
|
|
1562
1563
|
args: [{
|
|
1563
1564
|
selector: 'p-multi-select,[p-multi-select]',
|
|
@@ -1582,10 +1583,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
1582
1583
|
class PMultiSelectOption extends BaseComponent {
|
|
1583
1584
|
disabled;
|
|
1584
1585
|
value;
|
|
1585
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1586
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1586
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PMultiSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1587
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PMultiSelectOption, isStandalone: false, selector: "p-multi-select-option,[p-multi-select-option]", inputs: { disabled: "disabled", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1587
1588
|
}
|
|
1588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1589
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PMultiSelectOption, decorators: [{
|
|
1589
1590
|
type: Component,
|
|
1590
1591
|
args: [{
|
|
1591
1592
|
selector: 'p-multi-select-option,[p-multi-select-option]',
|
|
@@ -1598,10 +1599,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
1598
1599
|
class POptgroup extends BaseComponent {
|
|
1599
1600
|
disabled;
|
|
1600
1601
|
label;
|
|
1601
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1602
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1602
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: POptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1603
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: POptgroup, isStandalone: false, selector: "p-optgroup,[p-optgroup]", inputs: { disabled: "disabled", label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1603
1604
|
}
|
|
1604
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: POptgroup, decorators: [{
|
|
1605
1606
|
type: Component,
|
|
1606
1607
|
args: [{
|
|
1607
1608
|
selector: 'p-optgroup,[p-optgroup]',
|
|
@@ -1618,10 +1619,10 @@ class PPagination extends BaseComponent {
|
|
|
1618
1619
|
showLastPage;
|
|
1619
1620
|
totalItemsCount;
|
|
1620
1621
|
update = new EventEmitter();
|
|
1621
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1622
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1622
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PPagination, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1623
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PPagination, isStandalone: false, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", intl: "intl", itemsPerPage: "itemsPerPage", showLastPage: "showLastPage", totalItemsCount: "totalItemsCount" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1623
1624
|
}
|
|
1624
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1625
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PPagination, decorators: [{
|
|
1625
1626
|
type: Component,
|
|
1626
1627
|
args: [{
|
|
1627
1628
|
selector: 'p-pagination,[p-pagination]',
|
|
@@ -1672,8 +1673,8 @@ class PPinCode extends BaseComponent {
|
|
|
1672
1673
|
setDisabledState(isDisabled) {
|
|
1673
1674
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1674
1675
|
}
|
|
1675
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1676
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1676
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PPinCode, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1677
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PPinCode, isStandalone: false, selector: "p-pin-code,[p-pin-code]", inputs: { compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", length: "length", loading: "loading", message: "message", name: "name", required: "required", state: "state", type: "type", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1677
1678
|
{
|
|
1678
1679
|
provide: NG_VALUE_ACCESSOR,
|
|
1679
1680
|
useExisting: forwardRef(() => PPinCode),
|
|
@@ -1681,7 +1682,7 @@ class PPinCode extends BaseComponent {
|
|
|
1681
1682
|
},
|
|
1682
1683
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1683
1684
|
}
|
|
1684
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PPinCode, decorators: [{
|
|
1685
1686
|
type: Component,
|
|
1686
1687
|
args: [{
|
|
1687
1688
|
selector: 'p-pin-code,[p-pin-code]',
|
|
@@ -1707,10 +1708,10 @@ class PPopover extends BaseComponent {
|
|
|
1707
1708
|
aria;
|
|
1708
1709
|
description;
|
|
1709
1710
|
direction;
|
|
1710
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1711
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1711
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1712
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PPopover, isStandalone: false, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1712
1713
|
}
|
|
1713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PPopover, decorators: [{
|
|
1714
1715
|
type: Component,
|
|
1715
1716
|
args: [{
|
|
1716
1717
|
selector: 'p-popover,[p-popover]',
|
|
@@ -1759,8 +1760,8 @@ class PRadioGroup extends BaseComponent {
|
|
|
1759
1760
|
setDisabledState(isDisabled) {
|
|
1760
1761
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1761
1762
|
}
|
|
1762
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1763
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1763
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PRadioGroup, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1764
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PRadioGroup, isStandalone: false, selector: "p-radio-group,[p-radio-group]", inputs: { compact: "compact", description: "description", direction: "direction", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1764
1765
|
{
|
|
1765
1766
|
provide: NG_VALUE_ACCESSOR,
|
|
1766
1767
|
useExisting: forwardRef(() => PRadioGroup),
|
|
@@ -1768,7 +1769,7 @@ class PRadioGroup extends BaseComponent {
|
|
|
1768
1769
|
},
|
|
1769
1770
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1770
1771
|
}
|
|
1771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PRadioGroup, decorators: [{
|
|
1772
1773
|
type: Component,
|
|
1773
1774
|
args: [{
|
|
1774
1775
|
selector: 'p-radio-group,[p-radio-group]',
|
|
@@ -1795,10 +1796,10 @@ class PRadioGroupOption extends BaseComponent {
|
|
|
1795
1796
|
label;
|
|
1796
1797
|
loading;
|
|
1797
1798
|
value;
|
|
1798
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1799
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1799
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PRadioGroupOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1800
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PRadioGroupOption, isStandalone: false, selector: "p-radio-group-option,[p-radio-group-option]", inputs: { disabled: "disabled", label: "label", loading: "loading", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1800
1801
|
}
|
|
1801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PRadioGroupOption, decorators: [{
|
|
1802
1803
|
type: Component,
|
|
1803
1804
|
args: [{
|
|
1804
1805
|
selector: 'p-radio-group-option,[p-radio-group-option]',
|
|
@@ -1817,10 +1818,10 @@ class PScroller extends BaseComponent {
|
|
|
1817
1818
|
scrollToPosition;
|
|
1818
1819
|
scrollbar;
|
|
1819
1820
|
sticky;
|
|
1820
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1821
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1821
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PScroller, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1822
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PScroller, isStandalone: false, selector: "p-scroller,[p-scroller]", inputs: { alignScrollIndicator: "alignScrollIndicator", aria: "aria", compact: "compact", scrollToPosition: "scrollToPosition", scrollbar: "scrollbar", sticky: "sticky" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1822
1823
|
}
|
|
1823
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1824
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PScroller, decorators: [{
|
|
1824
1825
|
type: Component,
|
|
1825
1826
|
args: [{
|
|
1826
1827
|
selector: 'p-scroller,[p-scroller]',
|
|
@@ -1843,6 +1844,7 @@ class PSegmentedControl extends BaseComponent {
|
|
|
1843
1844
|
label;
|
|
1844
1845
|
message;
|
|
1845
1846
|
name;
|
|
1847
|
+
noWrap;
|
|
1846
1848
|
required;
|
|
1847
1849
|
state;
|
|
1848
1850
|
value;
|
|
@@ -1868,8 +1870,8 @@ class PSegmentedControl extends BaseComponent {
|
|
|
1868
1870
|
setDisabledState(isDisabled) {
|
|
1869
1871
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1870
1872
|
}
|
|
1871
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1872
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1873
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1874
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PSegmentedControl, isStandalone: false, selector: "p-segmented-control,[p-segmented-control]", inputs: { columns: "columns", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", message: "message", name: "name", noWrap: "noWrap", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1873
1875
|
{
|
|
1874
1876
|
provide: NG_VALUE_ACCESSOR,
|
|
1875
1877
|
useExisting: forwardRef(() => PSegmentedControl),
|
|
@@ -1877,12 +1879,12 @@ class PSegmentedControl extends BaseComponent {
|
|
|
1877
1879
|
},
|
|
1878
1880
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1879
1881
|
}
|
|
1880
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PSegmentedControl, decorators: [{
|
|
1881
1883
|
type: Component,
|
|
1882
1884
|
args: [{
|
|
1883
1885
|
selector: 'p-segmented-control,[p-segmented-control]',
|
|
1884
1886
|
template: '<ng-content />',
|
|
1885
|
-
inputs: ['columns', 'compact', 'description', 'disabled', 'form', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'value'],
|
|
1887
|
+
inputs: ['columns', 'compact', 'description', 'disabled', 'form', 'hideLabel', 'label', 'message', 'name', 'noWrap', 'required', 'state', 'value'],
|
|
1886
1888
|
outputs: ['blur', 'change'],
|
|
1887
1889
|
standalone: false,
|
|
1888
1890
|
providers: [
|
|
@@ -1906,10 +1908,10 @@ class PSegmentedControlItem extends BaseComponent {
|
|
|
1906
1908
|
iconSource;
|
|
1907
1909
|
label;
|
|
1908
1910
|
value;
|
|
1909
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1910
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1911
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PSegmentedControlItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1912
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PSegmentedControlItem, isStandalone: false, selector: "p-segmented-control-item,[p-segmented-control-item]", inputs: { aria: "aria", disabled: "disabled", icon: "icon", iconSource: "iconSource", label: "label", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1911
1913
|
}
|
|
1912
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1914
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PSegmentedControlItem, decorators: [{
|
|
1913
1915
|
type: Component,
|
|
1914
1916
|
args: [{
|
|
1915
1917
|
selector: 'p-segmented-control-item,[p-segmented-control-item]',
|
|
@@ -1959,8 +1961,8 @@ class PSelect extends BaseComponent {
|
|
|
1959
1961
|
setDisabledState(isDisabled) {
|
|
1960
1962
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1961
1963
|
}
|
|
1962
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1963
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1964
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PSelect, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1965
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PSelect, isStandalone: false, selector: "p-select,[p-select]", inputs: { compact: "compact", description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", filter: "filter", form: "form", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", toggle: "toggle" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1964
1966
|
{
|
|
1965
1967
|
provide: NG_VALUE_ACCESSOR,
|
|
1966
1968
|
useExisting: forwardRef(() => PSelect),
|
|
@@ -1968,7 +1970,7 @@ class PSelect extends BaseComponent {
|
|
|
1968
1970
|
},
|
|
1969
1971
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1970
1972
|
}
|
|
1971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1973
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PSelect, decorators: [{
|
|
1972
1974
|
type: Component,
|
|
1973
1975
|
args: [{
|
|
1974
1976
|
selector: 'p-select,[p-select]',
|
|
@@ -1993,10 +1995,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
1993
1995
|
class PSelectOption extends BaseComponent {
|
|
1994
1996
|
disabled;
|
|
1995
1997
|
value;
|
|
1996
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1997
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1998
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1999
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PSelectOption, isStandalone: false, selector: "p-select-option,[p-select-option]", inputs: { disabled: "disabled", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1998
2000
|
}
|
|
1999
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PSelectOption, decorators: [{
|
|
2000
2002
|
type: Component,
|
|
2001
2003
|
args: [{
|
|
2002
2004
|
selector: 'p-select-option,[p-select-option]',
|
|
@@ -2015,10 +2017,10 @@ class PSheet extends BaseComponent {
|
|
|
2015
2017
|
dismiss = new EventEmitter();
|
|
2016
2018
|
motionHiddenEnd = new EventEmitter();
|
|
2017
2019
|
motionVisibleEnd = new EventEmitter();
|
|
2018
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2019
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2020
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PSheet, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2021
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PSheet, isStandalone: false, selector: "p-sheet,[p-sheet]", inputs: { aria: "aria", background: "background", disableBackdropClick: "disableBackdropClick", dismissButton: "dismissButton", open: "open" }, outputs: { dismiss: "dismiss", motionHiddenEnd: "motionHiddenEnd", motionVisibleEnd: "motionVisibleEnd" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2020
2022
|
}
|
|
2021
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PSheet, decorators: [{
|
|
2022
2024
|
type: Component,
|
|
2023
2025
|
args: [{
|
|
2024
2026
|
selector: 'p-sheet,[p-sheet]',
|
|
@@ -2033,10 +2035,10 @@ class PSpinner extends BaseComponent {
|
|
|
2033
2035
|
aria;
|
|
2034
2036
|
color;
|
|
2035
2037
|
size;
|
|
2036
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2037
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2038
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PSpinner, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2039
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PSpinner, isStandalone: false, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", color: "color", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2038
2040
|
}
|
|
2039
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2041
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PSpinner, decorators: [{
|
|
2040
2042
|
type: Component,
|
|
2041
2043
|
args: [{
|
|
2042
2044
|
selector: 'p-spinner,[p-spinner]',
|
|
@@ -2049,10 +2051,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
2049
2051
|
class PStepperHorizontal extends BaseComponent {
|
|
2050
2052
|
size;
|
|
2051
2053
|
update = new EventEmitter();
|
|
2052
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2053
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2054
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PStepperHorizontal, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2055
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PStepperHorizontal, isStandalone: false, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2054
2056
|
}
|
|
2055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PStepperHorizontal, decorators: [{
|
|
2056
2058
|
type: Component,
|
|
2057
2059
|
args: [{
|
|
2058
2060
|
selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
|
|
@@ -2066,10 +2068,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
2066
2068
|
class PStepperHorizontalItem extends BaseComponent {
|
|
2067
2069
|
disabled;
|
|
2068
2070
|
state;
|
|
2069
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2070
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2071
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PStepperHorizontalItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2072
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PStepperHorizontalItem, isStandalone: false, selector: "p-stepper-horizontal-item,[p-stepper-horizontal-item]", inputs: { disabled: "disabled", state: "state" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2071
2073
|
}
|
|
2072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
|
|
2073
2075
|
type: Component,
|
|
2074
2076
|
args: [{
|
|
2075
2077
|
selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
|
|
@@ -2088,10 +2090,10 @@ class PSwitch extends BaseComponent {
|
|
|
2088
2090
|
loading;
|
|
2089
2091
|
stretch;
|
|
2090
2092
|
update = new EventEmitter();
|
|
2091
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2092
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2093
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PSwitch, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2094
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PSwitch, isStandalone: false, selector: "p-switch,[p-switch]", inputs: { alignLabel: "alignLabel", checked: "checked", compact: "compact", disabled: "disabled", hideLabel: "hideLabel", loading: "loading", stretch: "stretch" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2093
2095
|
}
|
|
2094
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2096
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PSwitch, decorators: [{
|
|
2095
2097
|
type: Component,
|
|
2096
2098
|
args: [{
|
|
2097
2099
|
selector: 'p-switch,[p-switch]',
|
|
@@ -2108,10 +2110,10 @@ class PTable extends BaseComponent {
|
|
|
2108
2110
|
layout;
|
|
2109
2111
|
sticky;
|
|
2110
2112
|
update = new EventEmitter();
|
|
2111
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2112
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2113
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTable, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2114
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PTable, isStandalone: false, selector: "p-table,[p-table]", inputs: { caption: "caption", compact: "compact", layout: "layout", sticky: "sticky" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2113
2115
|
}
|
|
2114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTable, decorators: [{
|
|
2115
2117
|
type: Component,
|
|
2116
2118
|
args: [{
|
|
2117
2119
|
selector: 'p-table,[p-table]',
|
|
@@ -2123,10 +2125,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
2123
2125
|
}] });
|
|
2124
2126
|
|
|
2125
2127
|
class PTableBody extends BaseComponent {
|
|
2126
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2127
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2128
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTableBody, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2129
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PTableBody, isStandalone: false, selector: "p-table-body,[p-table-body]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2128
2130
|
}
|
|
2129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTableBody, decorators: [{
|
|
2130
2132
|
type: Component,
|
|
2131
2133
|
args: [{
|
|
2132
2134
|
selector: 'p-table-body,[p-table-body]',
|
|
@@ -2137,10 +2139,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
2137
2139
|
|
|
2138
2140
|
class PTableCell extends BaseComponent {
|
|
2139
2141
|
multiline;
|
|
2140
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2141
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2142
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTableCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2143
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PTableCell, isStandalone: false, selector: "p-table-cell,[p-table-cell]", inputs: { multiline: "multiline" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2142
2144
|
}
|
|
2143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTableCell, decorators: [{
|
|
2144
2146
|
type: Component,
|
|
2145
2147
|
args: [{
|
|
2146
2148
|
selector: 'p-table-cell,[p-table-cell]',
|
|
@@ -2151,10 +2153,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
2151
2153
|
}] });
|
|
2152
2154
|
|
|
2153
2155
|
class PTableHead extends BaseComponent {
|
|
2154
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2155
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2156
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTableHead, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2157
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PTableHead, isStandalone: false, selector: "p-table-head,[p-table-head]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2156
2158
|
}
|
|
2157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2159
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTableHead, decorators: [{
|
|
2158
2160
|
type: Component,
|
|
2159
2161
|
args: [{
|
|
2160
2162
|
selector: 'p-table-head,[p-table-head]',
|
|
@@ -2167,10 +2169,10 @@ class PTableHeadCell extends BaseComponent {
|
|
|
2167
2169
|
hideLabel;
|
|
2168
2170
|
multiline;
|
|
2169
2171
|
sort;
|
|
2170
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2171
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2172
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTableHeadCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2173
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PTableHeadCell, isStandalone: false, selector: "p-table-head-cell,[p-table-head-cell]", inputs: { hideLabel: "hideLabel", multiline: "multiline", sort: "sort" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2172
2174
|
}
|
|
2173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTableHeadCell, decorators: [{
|
|
2174
2176
|
type: Component,
|
|
2175
2177
|
args: [{
|
|
2176
2178
|
selector: 'p-table-head-cell,[p-table-head-cell]',
|
|
@@ -2181,10 +2183,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
2181
2183
|
}] });
|
|
2182
2184
|
|
|
2183
2185
|
class PTableHeadRow extends BaseComponent {
|
|
2184
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2185
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2186
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTableHeadRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2187
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PTableHeadRow, isStandalone: false, selector: "p-table-head-row,[p-table-head-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2186
2188
|
}
|
|
2187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTableHeadRow, decorators: [{
|
|
2188
2190
|
type: Component,
|
|
2189
2191
|
args: [{
|
|
2190
2192
|
selector: 'p-table-head-row,[p-table-head-row]',
|
|
@@ -2194,10 +2196,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
2194
2196
|
}] });
|
|
2195
2197
|
|
|
2196
2198
|
class PTableRow extends BaseComponent {
|
|
2197
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2198
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2199
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTableRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2200
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PTableRow, isStandalone: false, selector: "p-table-row,[p-table-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2199
2201
|
}
|
|
2200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTableRow, decorators: [{
|
|
2201
2203
|
type: Component,
|
|
2202
2204
|
args: [{
|
|
2203
2205
|
selector: 'p-table-row,[p-table-row]',
|
|
@@ -2214,10 +2216,10 @@ class PTabs extends BaseComponent {
|
|
|
2214
2216
|
/** @deprecated */
|
|
2215
2217
|
weight;
|
|
2216
2218
|
update = new EventEmitter();
|
|
2217
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2218
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2219
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2220
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PTabs, isStandalone: false, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", background: "background", compact: "compact", size: "size", weight: "weight" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2219
2221
|
}
|
|
2220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTabs, decorators: [{
|
|
2221
2223
|
type: Component,
|
|
2222
2224
|
args: [{
|
|
2223
2225
|
selector: 'p-tabs,[p-tabs]',
|
|
@@ -2236,10 +2238,10 @@ class PTabsBar extends BaseComponent {
|
|
|
2236
2238
|
/** @deprecated */
|
|
2237
2239
|
weight;
|
|
2238
2240
|
update = new EventEmitter();
|
|
2239
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2240
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2241
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTabsBar, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2242
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PTabsBar, isStandalone: false, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", background: "background", compact: "compact", size: "size", weight: "weight" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2241
2243
|
}
|
|
2242
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTabsBar, decorators: [{
|
|
2243
2245
|
type: Component,
|
|
2244
2246
|
args: [{
|
|
2245
2247
|
selector: 'p-tabs-bar,[p-tabs-bar]',
|
|
@@ -2252,10 +2254,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
2252
2254
|
|
|
2253
2255
|
class PTabsItem extends BaseComponent {
|
|
2254
2256
|
label;
|
|
2255
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2256
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2257
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTabsItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2258
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PTabsItem, isStandalone: false, selector: "p-tabs-item,[p-tabs-item]", inputs: { label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2257
2259
|
}
|
|
2258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTabsItem, decorators: [{
|
|
2259
2261
|
type: Component,
|
|
2260
2262
|
args: [{
|
|
2261
2263
|
selector: 'p-tabs-item,[p-tabs-item]',
|
|
@@ -2270,10 +2272,10 @@ class PTag extends BaseComponent {
|
|
|
2270
2272
|
icon;
|
|
2271
2273
|
iconSource;
|
|
2272
2274
|
variant;
|
|
2273
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2274
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2275
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTag, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2276
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PTag, isStandalone: false, selector: "p-tag,[p-tag]", inputs: { compact: "compact", icon: "icon", iconSource: "iconSource", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2275
2277
|
}
|
|
2276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTag, decorators: [{
|
|
2277
2279
|
type: Component,
|
|
2278
2280
|
args: [{
|
|
2279
2281
|
selector: 'p-tag,[p-tag]',
|
|
@@ -2287,10 +2289,10 @@ class PTagDismissible extends BaseComponent {
|
|
|
2287
2289
|
aria;
|
|
2288
2290
|
compact;
|
|
2289
2291
|
label;
|
|
2290
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2291
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2292
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTagDismissible, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2293
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PTagDismissible, isStandalone: false, selector: "p-tag-dismissible,[p-tag-dismissible]", inputs: { aria: "aria", compact: "compact", label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2292
2294
|
}
|
|
2293
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTagDismissible, decorators: [{
|
|
2294
2296
|
type: Component,
|
|
2295
2297
|
args: [{
|
|
2296
2298
|
selector: 'p-tag-dismissible,[p-tag-dismissible]',
|
|
@@ -2308,10 +2310,10 @@ class PText extends BaseComponent {
|
|
|
2308
2310
|
size;
|
|
2309
2311
|
tag;
|
|
2310
2312
|
weight;
|
|
2311
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2312
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2313
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PText, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2314
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PText, isStandalone: false, selector: "p-text,[p-text]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", hyphens: "hyphens", size: "size", tag: "tag", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2313
2315
|
}
|
|
2314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PText, decorators: [{
|
|
2315
2317
|
type: Component,
|
|
2316
2318
|
args: [{
|
|
2317
2319
|
selector: 'p-text,[p-text]',
|
|
@@ -2323,10 +2325,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
2323
2325
|
|
|
2324
2326
|
class PTextList extends BaseComponent {
|
|
2325
2327
|
type;
|
|
2326
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2327
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2328
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTextList, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2329
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PTextList, isStandalone: false, selector: "p-text-list,[p-text-list]", inputs: { type: "type" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2328
2330
|
}
|
|
2329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTextList, decorators: [{
|
|
2330
2332
|
type: Component,
|
|
2331
2333
|
args: [{
|
|
2332
2334
|
selector: 'p-text-list,[p-text-list]',
|
|
@@ -2337,10 +2339,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
2337
2339
|
}] });
|
|
2338
2340
|
|
|
2339
2341
|
class PTextListItem extends BaseComponent {
|
|
2340
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2341
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2342
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTextListItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2343
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PTextListItem, isStandalone: false, selector: "p-text-list-item,[p-text-list-item]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2342
2344
|
}
|
|
2343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTextListItem, decorators: [{
|
|
2344
2346
|
type: Component,
|
|
2345
2347
|
args: [{
|
|
2346
2348
|
selector: 'p-text-list-item,[p-text-list-item]',
|
|
@@ -2397,8 +2399,8 @@ class PTextarea extends BaseComponent {
|
|
|
2397
2399
|
setDisabledState(isDisabled) {
|
|
2398
2400
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
2399
2401
|
}
|
|
2400
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2401
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2402
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTextarea, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
2403
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PTextarea, isStandalone: false, selector: "p-textarea,[p-textarea]", inputs: { autoComplete: "autoComplete", compact: "compact", counter: "counter", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", resize: "resize", rows: "rows", spellCheck: "spellCheck", state: "state", value: "value", wrap: "wrap" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
2402
2404
|
{
|
|
2403
2405
|
provide: NG_VALUE_ACCESSOR,
|
|
2404
2406
|
useExisting: forwardRef(() => PTextarea),
|
|
@@ -2406,7 +2408,7 @@ class PTextarea extends BaseComponent {
|
|
|
2406
2408
|
},
|
|
2407
2409
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2408
2410
|
}
|
|
2409
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PTextarea, decorators: [{
|
|
2410
2412
|
type: Component,
|
|
2411
2413
|
args: [{
|
|
2412
2414
|
selector: 'p-textarea,[p-textarea]',
|
|
@@ -2429,10 +2431,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
|
|
|
2429
2431
|
}], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }] });
|
|
2430
2432
|
|
|
2431
2433
|
class PToast extends BaseComponent {
|
|
2432
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2433
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2434
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PToast, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2435
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PToast, isStandalone: false, selector: "p-toast,[p-toast]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2434
2436
|
}
|
|
2435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PToast, decorators: [{
|
|
2436
2438
|
type: Component,
|
|
2437
2439
|
args: [{
|
|
2438
2440
|
selector: 'p-toast,[p-toast]',
|
|
@@ -2446,10 +2448,10 @@ class PWordmark extends BaseComponent {
|
|
|
2446
2448
|
href;
|
|
2447
2449
|
size;
|
|
2448
2450
|
target;
|
|
2449
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2450
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2451
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PWordmark, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2452
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: PWordmark, isStandalone: false, selector: "p-wordmark,[p-wordmark]", inputs: { aria: "aria", href: "href", size: "size", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2451
2453
|
}
|
|
2452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PWordmark, decorators: [{
|
|
2453
2455
|
type: Component,
|
|
2454
2456
|
args: [{
|
|
2455
2457
|
selector: 'p-wordmark,[p-wordmark]',
|
|
@@ -2556,11 +2558,11 @@ class PorscheDesignSystemModule {
|
|
|
2556
2558
|
],
|
|
2557
2559
|
};
|
|
2558
2560
|
}
|
|
2559
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2560
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.
|
|
2561
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.
|
|
2561
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2562
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.8", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFlag, PFlyout, PHeading, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputMonth, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PInputWeek, PLink, PLinkPure, PLinkTile, PLinkTileProduct, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioGroup, PRadioGroupOption, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextList, PTextListItem, PTextarea, PToast, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFlag, PFlyout, PHeading, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputMonth, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PInputWeek, PLink, PLinkPure, PLinkTile, PLinkTileProduct, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioGroup, PRadioGroupOption, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextList, PTextListItem, PTextarea, PToast, PWordmark] });
|
|
2563
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PorscheDesignSystemModule });
|
|
2562
2564
|
}
|
|
2563
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2565
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
2564
2566
|
type: NgModule,
|
|
2565
2567
|
args: [{
|
|
2566
2568
|
declarations: DECLARATIONS,
|
|
@@ -2575,10 +2577,10 @@ class ToastManager {
|
|
|
2575
2577
|
const toast = document.body.querySelector('p-toast,[p-toast]');
|
|
2576
2578
|
customElements.whenDefined(toast.tagName.toLowerCase()).then(() => toast.addMessage(message));
|
|
2577
2579
|
}
|
|
2578
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2579
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
2580
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ToastManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2581
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ToastManager, providedIn: 'root' });
|
|
2580
2582
|
}
|
|
2581
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: ToastManager, decorators: [{
|
|
2582
2584
|
type: Injectable,
|
|
2583
2585
|
args: [{
|
|
2584
2586
|
providedIn: 'root',
|