@porsche-design-system/components-angular 2.13.0-rc.2 → 2.13.0-rc.5
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 +20 -0
- package/components-wrapper.module.d.ts +26 -22
- package/esm2020/components-wrapper.module.mjs +27 -23
- package/esm2020/lib/components/barrel.mjs +13 -1
- package/esm2020/lib/components/segmented-control-item.wrapper.mjs +30 -0
- package/esm2020/lib/components/segmented-control.wrapper.mjs +33 -0
- package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +30 -0
- package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +33 -0
- package/esm2020/lib/types.mjs +1 -1
- package/fesm2015/porsche-design-system-components-angular.mjs +204 -94
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +204 -94
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/barrel.d.ts +9 -1
- package/lib/components/segmented-control-item.wrapper.d.ts +15 -0
- package/lib/components/segmented-control.wrapper.d.ts +14 -0
- package/lib/components/stepper-horizontal-item.wrapper.d.ts +12 -0
- package/lib/components/stepper-horizontal.wrapper.d.ts +12 -0
- package/lib/types.d.ts +17 -5
- package/package.json +2 -2
|
@@ -44,21 +44,21 @@ function ProxyCmp({ inputs /*, methods*/ }) {
|
|
|
44
44
|
};
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
const inputs$
|
|
48
|
-
const outputs$
|
|
47
|
+
const inputs$H = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
|
|
48
|
+
const outputs$a = ['accordionChange'];
|
|
49
49
|
let PAccordion = class PAccordion {
|
|
50
50
|
constructor(c, r, z) {
|
|
51
51
|
this.z = z;
|
|
52
52
|
c.detach();
|
|
53
53
|
this.el = r.nativeElement;
|
|
54
|
-
proxyOutputs(this, outputs$
|
|
54
|
+
proxyOutputs(this, outputs$a);
|
|
55
55
|
}
|
|
56
56
|
};
|
|
57
57
|
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
58
58
|
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
59
59
|
PAccordion = __decorate([
|
|
60
60
|
ProxyCmp({
|
|
61
|
-
inputs: inputs$
|
|
61
|
+
inputs: inputs$H
|
|
62
62
|
})
|
|
63
63
|
], PAccordion);
|
|
64
64
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PAccordion, decorators: [{
|
|
@@ -67,26 +67,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
67
67
|
selector: 'p-accordion,[p-accordion]',
|
|
68
68
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
69
69
|
template: '<ng-content></ng-content>',
|
|
70
|
-
inputs: inputs$
|
|
71
|
-
outputs: outputs$
|
|
70
|
+
inputs: inputs$H,
|
|
71
|
+
outputs: outputs$a
|
|
72
72
|
}]
|
|
73
73
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
74
74
|
|
|
75
|
-
const inputs$
|
|
76
|
-
const outputs$
|
|
75
|
+
const inputs$G = ['persistent', 'state', 'theme', 'width'];
|
|
76
|
+
const outputs$9 = ['dismiss'];
|
|
77
77
|
let PBanner = class PBanner {
|
|
78
78
|
constructor(c, r, z) {
|
|
79
79
|
this.z = z;
|
|
80
80
|
c.detach();
|
|
81
81
|
this.el = r.nativeElement;
|
|
82
|
-
proxyOutputs(this, outputs$
|
|
82
|
+
proxyOutputs(this, outputs$9);
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
85
|
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
86
86
|
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PBanner, selector: "p-banner,[p-banner]", inputs: { persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
87
87
|
PBanner = __decorate([
|
|
88
88
|
ProxyCmp({
|
|
89
|
-
inputs: inputs$
|
|
89
|
+
inputs: inputs$G
|
|
90
90
|
})
|
|
91
91
|
], PBanner);
|
|
92
92
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PBanner, decorators: [{
|
|
@@ -95,12 +95,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
95
95
|
selector: 'p-banner,[p-banner]',
|
|
96
96
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
97
97
|
template: '<ng-content></ng-content>',
|
|
98
|
-
inputs: inputs$
|
|
99
|
-
outputs: outputs$
|
|
98
|
+
inputs: inputs$G,
|
|
99
|
+
outputs: outputs$9
|
|
100
100
|
}]
|
|
101
101
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
102
102
|
|
|
103
|
-
const inputs$
|
|
103
|
+
const inputs$F = ['aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'tabbable', 'theme', 'type', 'variant'];
|
|
104
104
|
let PButton = class PButton {
|
|
105
105
|
constructor(c, r, z) {
|
|
106
106
|
this.z = z;
|
|
@@ -112,7 +112,7 @@ PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1
|
|
|
112
112
|
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PButton, selector: "p-button,[p-button]", inputs: { aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", tabbable: "tabbable", theme: "theme", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
113
113
|
PButton = __decorate([
|
|
114
114
|
ProxyCmp({
|
|
115
|
-
inputs: inputs$
|
|
115
|
+
inputs: inputs$F
|
|
116
116
|
})
|
|
117
117
|
], PButton);
|
|
118
118
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PButton, decorators: [{
|
|
@@ -121,11 +121,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
121
121
|
selector: 'p-button,[p-button]',
|
|
122
122
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
123
123
|
template: '<ng-content></ng-content>',
|
|
124
|
-
inputs: inputs$
|
|
124
|
+
inputs: inputs$F
|
|
125
125
|
}]
|
|
126
126
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
127
127
|
|
|
128
|
-
const inputs$
|
|
128
|
+
const inputs$E = ['direction'];
|
|
129
129
|
let PButtonGroup = class PButtonGroup {
|
|
130
130
|
constructor(c, r, z) {
|
|
131
131
|
this.z = z;
|
|
@@ -137,7 +137,7 @@ PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "1
|
|
|
137
137
|
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PButtonGroup, selector: "p-button-group,[p-button-group]", inputs: { direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
138
138
|
PButtonGroup = __decorate([
|
|
139
139
|
ProxyCmp({
|
|
140
|
-
inputs: inputs$
|
|
140
|
+
inputs: inputs$E
|
|
141
141
|
})
|
|
142
142
|
], PButtonGroup);
|
|
143
143
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PButtonGroup, decorators: [{
|
|
@@ -146,11 +146,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
146
146
|
selector: 'p-button-group,[p-button-group]',
|
|
147
147
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
148
148
|
template: '<ng-content></ng-content>',
|
|
149
|
-
inputs: inputs$
|
|
149
|
+
inputs: inputs$E
|
|
150
150
|
}]
|
|
151
151
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
152
152
|
|
|
153
|
-
const inputs$
|
|
153
|
+
const inputs$D = ['active', 'alignLabel', 'aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'size', 'stretch', 'tabbable', 'theme', 'type', 'weight'];
|
|
154
154
|
let PButtonPure = class PButtonPure {
|
|
155
155
|
constructor(c, r, z) {
|
|
156
156
|
this.z = z;
|
|
@@ -162,7 +162,7 @@ PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13
|
|
|
162
162
|
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PButtonPure, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", size: "size", stretch: "stretch", tabbable: "tabbable", theme: "theme", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
163
163
|
PButtonPure = __decorate([
|
|
164
164
|
ProxyCmp({
|
|
165
|
-
inputs: inputs$
|
|
165
|
+
inputs: inputs$D
|
|
166
166
|
})
|
|
167
167
|
], PButtonPure);
|
|
168
168
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PButtonPure, decorators: [{
|
|
@@ -171,11 +171,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
171
171
|
selector: 'p-button-pure,[p-button-pure]',
|
|
172
172
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
173
173
|
template: '<ng-content></ng-content>',
|
|
174
|
-
inputs: inputs$
|
|
174
|
+
inputs: inputs$D
|
|
175
175
|
}]
|
|
176
176
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
177
177
|
|
|
178
|
-
const inputs$
|
|
178
|
+
const inputs$C = ['hideLabel', 'label', 'message', 'state'];
|
|
179
179
|
let PCheckboxWrapper = class PCheckboxWrapper {
|
|
180
180
|
constructor(c, r, z) {
|
|
181
181
|
this.z = z;
|
|
@@ -187,7 +187,7 @@ PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version
|
|
|
187
187
|
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", message: "message", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
188
188
|
PCheckboxWrapper = __decorate([
|
|
189
189
|
ProxyCmp({
|
|
190
|
-
inputs: inputs$
|
|
190
|
+
inputs: inputs$C
|
|
191
191
|
})
|
|
192
192
|
], PCheckboxWrapper);
|
|
193
193
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PCheckboxWrapper, decorators: [{
|
|
@@ -196,11 +196,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
196
196
|
selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
|
|
197
197
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
198
198
|
template: '<ng-content></ng-content>',
|
|
199
|
-
inputs: inputs$
|
|
199
|
+
inputs: inputs$C
|
|
200
200
|
}]
|
|
201
201
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
202
202
|
|
|
203
|
-
const inputs$
|
|
203
|
+
const inputs$B = ['backgroundColor', 'theme', 'width'];
|
|
204
204
|
let PContentWrapper = class PContentWrapper {
|
|
205
205
|
constructor(c, r, z) {
|
|
206
206
|
this.z = z;
|
|
@@ -212,7 +212,7 @@ PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version:
|
|
|
212
212
|
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PContentWrapper, selector: "p-content-wrapper,[p-content-wrapper]", inputs: { backgroundColor: "backgroundColor", theme: "theme", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
213
213
|
PContentWrapper = __decorate([
|
|
214
214
|
ProxyCmp({
|
|
215
|
-
inputs: inputs$
|
|
215
|
+
inputs: inputs$B
|
|
216
216
|
})
|
|
217
217
|
], PContentWrapper);
|
|
218
218
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
@@ -221,11 +221,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
221
221
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
222
222
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
223
223
|
template: '<ng-content></ng-content>',
|
|
224
|
-
inputs: inputs$
|
|
224
|
+
inputs: inputs$B
|
|
225
225
|
}]
|
|
226
226
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
227
227
|
|
|
228
|
-
const inputs$
|
|
228
|
+
const inputs$A = ['color', 'orientation', 'theme'];
|
|
229
229
|
let PDivider = class PDivider {
|
|
230
230
|
constructor(c, r, z) {
|
|
231
231
|
this.z = z;
|
|
@@ -237,7 +237,7 @@ PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
|
237
237
|
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", orientation: "orientation", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
238
238
|
PDivider = __decorate([
|
|
239
239
|
ProxyCmp({
|
|
240
|
-
inputs: inputs$
|
|
240
|
+
inputs: inputs$A
|
|
241
241
|
})
|
|
242
242
|
], PDivider);
|
|
243
243
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PDivider, decorators: [{
|
|
@@ -246,11 +246,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
246
246
|
selector: 'p-divider,[p-divider]',
|
|
247
247
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
248
248
|
template: '<ng-content></ng-content>',
|
|
249
|
-
inputs: inputs$
|
|
249
|
+
inputs: inputs$A
|
|
250
250
|
}]
|
|
251
251
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
252
252
|
|
|
253
|
-
const inputs$
|
|
253
|
+
const inputs$z = ['label', 'labelSize', 'message', 'required', 'state'];
|
|
254
254
|
let PFieldsetWrapper = class PFieldsetWrapper {
|
|
255
255
|
constructor(c, r, z) {
|
|
256
256
|
this.z = z;
|
|
@@ -262,7 +262,7 @@ PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version
|
|
|
262
262
|
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PFieldsetWrapper, selector: "p-fieldset-wrapper,[p-fieldset-wrapper]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
263
263
|
PFieldsetWrapper = __decorate([
|
|
264
264
|
ProxyCmp({
|
|
265
|
-
inputs: inputs$
|
|
265
|
+
inputs: inputs$z
|
|
266
266
|
})
|
|
267
267
|
], PFieldsetWrapper);
|
|
268
268
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
@@ -271,11 +271,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
271
271
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
272
272
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
273
273
|
template: '<ng-content></ng-content>',
|
|
274
|
-
inputs: inputs$
|
|
274
|
+
inputs: inputs$z
|
|
275
275
|
}]
|
|
276
276
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
277
277
|
|
|
278
|
-
const inputs$
|
|
278
|
+
const inputs$y = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
|
|
279
279
|
let PFlex = class PFlex {
|
|
280
280
|
constructor(c, r, z) {
|
|
281
281
|
this.z = z;
|
|
@@ -287,7 +287,7 @@ PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11"
|
|
|
287
287
|
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PFlex, selector: "p-flex,[p-flex]", inputs: { alignContent: "alignContent", alignItems: "alignItems", direction: "direction", inline: "inline", justifyContent: "justifyContent", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
288
288
|
PFlex = __decorate([
|
|
289
289
|
ProxyCmp({
|
|
290
|
-
inputs: inputs$
|
|
290
|
+
inputs: inputs$y
|
|
291
291
|
})
|
|
292
292
|
], PFlex);
|
|
293
293
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PFlex, decorators: [{
|
|
@@ -296,11 +296,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
296
296
|
selector: 'p-flex,[p-flex]',
|
|
297
297
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
298
298
|
template: '<ng-content></ng-content>',
|
|
299
|
-
inputs: inputs$
|
|
299
|
+
inputs: inputs$y
|
|
300
300
|
}]
|
|
301
301
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
302
302
|
|
|
303
|
-
const inputs$
|
|
303
|
+
const inputs$x = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
|
|
304
304
|
let PFlexItem = class PFlexItem {
|
|
305
305
|
constructor(c, r, z) {
|
|
306
306
|
this.z = z;
|
|
@@ -312,7 +312,7 @@ PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3
|
|
|
312
312
|
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PFlexItem, selector: "p-flex-item,[p-flex-item]", inputs: { alignSelf: "alignSelf", flex: "flex", grow: "grow", offset: "offset", shrink: "shrink", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
313
313
|
PFlexItem = __decorate([
|
|
314
314
|
ProxyCmp({
|
|
315
|
-
inputs: inputs$
|
|
315
|
+
inputs: inputs$x
|
|
316
316
|
})
|
|
317
317
|
], PFlexItem);
|
|
318
318
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PFlexItem, decorators: [{
|
|
@@ -321,11 +321,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
321
321
|
selector: 'p-flex-item,[p-flex-item]',
|
|
322
322
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
323
323
|
template: '<ng-content></ng-content>',
|
|
324
|
-
inputs: inputs$
|
|
324
|
+
inputs: inputs$x
|
|
325
325
|
}]
|
|
326
326
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
327
327
|
|
|
328
|
-
const inputs$
|
|
328
|
+
const inputs$w = ['direction', 'gutter', 'wrap'];
|
|
329
329
|
let PGrid = class PGrid {
|
|
330
330
|
constructor(c, r, z) {
|
|
331
331
|
this.z = z;
|
|
@@ -337,7 +337,7 @@ PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11"
|
|
|
337
337
|
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PGrid, selector: "p-grid,[p-grid]", inputs: { direction: "direction", gutter: "gutter", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
338
338
|
PGrid = __decorate([
|
|
339
339
|
ProxyCmp({
|
|
340
|
-
inputs: inputs$
|
|
340
|
+
inputs: inputs$w
|
|
341
341
|
})
|
|
342
342
|
], PGrid);
|
|
343
343
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PGrid, decorators: [{
|
|
@@ -346,11 +346,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
346
346
|
selector: 'p-grid,[p-grid]',
|
|
347
347
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
348
348
|
template: '<ng-content></ng-content>',
|
|
349
|
-
inputs: inputs$
|
|
349
|
+
inputs: inputs$w
|
|
350
350
|
}]
|
|
351
351
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
352
352
|
|
|
353
|
-
const inputs$
|
|
353
|
+
const inputs$v = ['offset', 'size'];
|
|
354
354
|
let PGridItem = class PGridItem {
|
|
355
355
|
constructor(c, r, z) {
|
|
356
356
|
this.z = z;
|
|
@@ -362,7 +362,7 @@ PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3
|
|
|
362
362
|
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PGridItem, selector: "p-grid-item,[p-grid-item]", inputs: { offset: "offset", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
363
363
|
PGridItem = __decorate([
|
|
364
364
|
ProxyCmp({
|
|
365
|
-
inputs: inputs$
|
|
365
|
+
inputs: inputs$v
|
|
366
366
|
})
|
|
367
367
|
], PGridItem);
|
|
368
368
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PGridItem, decorators: [{
|
|
@@ -371,11 +371,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
371
371
|
selector: 'p-grid-item,[p-grid-item]',
|
|
372
372
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
373
373
|
template: '<ng-content></ng-content>',
|
|
374
|
-
inputs: inputs$
|
|
374
|
+
inputs: inputs$v
|
|
375
375
|
}]
|
|
376
376
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
377
377
|
|
|
378
|
-
const inputs$
|
|
378
|
+
const inputs$u = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
|
|
379
379
|
let PHeadline = class PHeadline {
|
|
380
380
|
constructor(c, r, z) {
|
|
381
381
|
this.z = z;
|
|
@@ -387,7 +387,7 @@ PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3
|
|
|
387
387
|
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PHeadline, selector: "p-headline,[p-headline]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", tag: "tag", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
388
388
|
PHeadline = __decorate([
|
|
389
389
|
ProxyCmp({
|
|
390
|
-
inputs: inputs$
|
|
390
|
+
inputs: inputs$u
|
|
391
391
|
})
|
|
392
392
|
], PHeadline);
|
|
393
393
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PHeadline, decorators: [{
|
|
@@ -396,11 +396,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
396
396
|
selector: 'p-headline,[p-headline]',
|
|
397
397
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
398
398
|
template: '<ng-content></ng-content>',
|
|
399
|
-
inputs: inputs$
|
|
399
|
+
inputs: inputs$u
|
|
400
400
|
}]
|
|
401
401
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
402
402
|
|
|
403
|
-
const inputs$
|
|
403
|
+
const inputs$t = ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme'];
|
|
404
404
|
let PIcon = class PIcon {
|
|
405
405
|
constructor(c, r, z) {
|
|
406
406
|
this.z = z;
|
|
@@ -412,7 +412,7 @@ PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11"
|
|
|
412
412
|
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PIcon, selector: "p-icon,[p-icon]", inputs: { aria: "aria", color: "color", lazy: "lazy", name: "name", size: "size", source: "source", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
413
413
|
PIcon = __decorate([
|
|
414
414
|
ProxyCmp({
|
|
415
|
-
inputs: inputs$
|
|
415
|
+
inputs: inputs$t
|
|
416
416
|
})
|
|
417
417
|
], PIcon);
|
|
418
418
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PIcon, decorators: [{
|
|
@@ -421,25 +421,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
421
421
|
selector: 'p-icon,[p-icon]',
|
|
422
422
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
423
423
|
template: '<ng-content></ng-content>',
|
|
424
|
-
inputs: inputs$
|
|
424
|
+
inputs: inputs$t
|
|
425
425
|
}]
|
|
426
426
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
427
427
|
|
|
428
|
-
const inputs$
|
|
429
|
-
const outputs$
|
|
428
|
+
const inputs$s = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'heading', 'persistent', 'state', 'theme'];
|
|
429
|
+
const outputs$8 = ['action', 'dismiss'];
|
|
430
430
|
let PInlineNotification = class PInlineNotification {
|
|
431
431
|
constructor(c, r, z) {
|
|
432
432
|
this.z = z;
|
|
433
433
|
c.detach();
|
|
434
434
|
this.el = r.nativeElement;
|
|
435
|
-
proxyOutputs(this, outputs$
|
|
435
|
+
proxyOutputs(this, outputs$8);
|
|
436
436
|
}
|
|
437
437
|
};
|
|
438
438
|
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
439
439
|
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PInlineNotification, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", heading: "heading", persistent: "persistent", state: "state", theme: "theme" }, outputs: { action: "action", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
440
440
|
PInlineNotification = __decorate([
|
|
441
441
|
ProxyCmp({
|
|
442
|
-
inputs: inputs$
|
|
442
|
+
inputs: inputs$s
|
|
443
443
|
})
|
|
444
444
|
], PInlineNotification);
|
|
445
445
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
@@ -448,12 +448,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
448
448
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
449
449
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
450
450
|
template: '<ng-content></ng-content>',
|
|
451
|
-
inputs: inputs$
|
|
452
|
-
outputs: outputs$
|
|
451
|
+
inputs: inputs$s,
|
|
452
|
+
outputs: outputs$8
|
|
453
453
|
}]
|
|
454
454
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
455
455
|
|
|
456
|
-
const inputs$
|
|
456
|
+
const inputs$r = ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant'];
|
|
457
457
|
let PLink = class PLink {
|
|
458
458
|
constructor(c, r, z) {
|
|
459
459
|
this.z = z;
|
|
@@ -465,7 +465,7 @@ PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11"
|
|
|
465
465
|
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PLink, selector: "p-link,[p-link]", inputs: { aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
466
466
|
PLink = __decorate([
|
|
467
467
|
ProxyCmp({
|
|
468
|
-
inputs: inputs$
|
|
468
|
+
inputs: inputs$r
|
|
469
469
|
})
|
|
470
470
|
], PLink);
|
|
471
471
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PLink, decorators: [{
|
|
@@ -474,11 +474,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
474
474
|
selector: 'p-link,[p-link]',
|
|
475
475
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
476
476
|
template: '<ng-content></ng-content>',
|
|
477
|
-
inputs: inputs$
|
|
477
|
+
inputs: inputs$r
|
|
478
478
|
}]
|
|
479
479
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
480
480
|
|
|
481
|
-
const inputs$
|
|
481
|
+
const inputs$q = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'weight'];
|
|
482
482
|
let PLinkPure = class PLinkPure {
|
|
483
483
|
constructor(c, r, z) {
|
|
484
484
|
this.z = z;
|
|
@@ -490,7 +490,7 @@ PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3
|
|
|
490
490
|
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PLinkPure, selector: "p-link-pure,[p-link-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", size: "size", stretch: "stretch", target: "target", theme: "theme", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
491
491
|
PLinkPure = __decorate([
|
|
492
492
|
ProxyCmp({
|
|
493
|
-
inputs: inputs$
|
|
493
|
+
inputs: inputs$q
|
|
494
494
|
})
|
|
495
495
|
], PLinkPure);
|
|
496
496
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PLinkPure, decorators: [{
|
|
@@ -499,11 +499,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
499
499
|
selector: 'p-link-pure,[p-link-pure]',
|
|
500
500
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
501
501
|
template: '<ng-content></ng-content>',
|
|
502
|
-
inputs: inputs$
|
|
502
|
+
inputs: inputs$q
|
|
503
503
|
}]
|
|
504
504
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
505
505
|
|
|
506
|
-
const inputs$
|
|
506
|
+
const inputs$p = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
|
|
507
507
|
let PLinkSocial = class PLinkSocial {
|
|
508
508
|
constructor(c, r, z) {
|
|
509
509
|
this.z = z;
|
|
@@ -515,7 +515,7 @@ PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13
|
|
|
515
515
|
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PLinkSocial, selector: "p-link-social,[p-link-social]", inputs: { hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
516
516
|
PLinkSocial = __decorate([
|
|
517
517
|
ProxyCmp({
|
|
518
|
-
inputs: inputs$
|
|
518
|
+
inputs: inputs$p
|
|
519
519
|
})
|
|
520
520
|
], PLinkSocial);
|
|
521
521
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PLinkSocial, decorators: [{
|
|
@@ -524,11 +524,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
524
524
|
selector: 'p-link-social,[p-link-social]',
|
|
525
525
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
526
526
|
template: '<ng-content></ng-content>',
|
|
527
|
-
inputs: inputs$
|
|
527
|
+
inputs: inputs$p
|
|
528
528
|
}]
|
|
529
529
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
530
530
|
|
|
531
|
-
const inputs$
|
|
531
|
+
const inputs$o = ['aria', 'href', 'size', 'target', 'trademark'];
|
|
532
532
|
let PMarque = class PMarque {
|
|
533
533
|
constructor(c, r, z) {
|
|
534
534
|
this.z = z;
|
|
@@ -540,7 +540,7 @@ PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.1
|
|
|
540
540
|
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PMarque, selector: "p-marque,[p-marque]", inputs: { aria: "aria", href: "href", size: "size", target: "target", trademark: "trademark" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
541
541
|
PMarque = __decorate([
|
|
542
542
|
ProxyCmp({
|
|
543
|
-
inputs: inputs$
|
|
543
|
+
inputs: inputs$o
|
|
544
544
|
})
|
|
545
545
|
], PMarque);
|
|
546
546
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PMarque, decorators: [{
|
|
@@ -549,25 +549,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
549
549
|
selector: 'p-marque,[p-marque]',
|
|
550
550
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
551
551
|
template: '<ng-content></ng-content>',
|
|
552
|
-
inputs: inputs$
|
|
552
|
+
inputs: inputs$o
|
|
553
553
|
}]
|
|
554
554
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
555
555
|
|
|
556
|
-
const inputs$
|
|
557
|
-
const outputs$
|
|
556
|
+
const inputs$n = ['aria', 'disableBackdropClick', 'disableCloseButton', 'fullscreen', 'heading', 'open'];
|
|
557
|
+
const outputs$7 = ['close'];
|
|
558
558
|
let PModal = class PModal {
|
|
559
559
|
constructor(c, r, z) {
|
|
560
560
|
this.z = z;
|
|
561
561
|
c.detach();
|
|
562
562
|
this.el = r.nativeElement;
|
|
563
|
-
proxyOutputs(this, outputs$
|
|
563
|
+
proxyOutputs(this, outputs$7);
|
|
564
564
|
}
|
|
565
565
|
};
|
|
566
566
|
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
567
567
|
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PModal, selector: "p-modal,[p-modal]", inputs: { aria: "aria", disableBackdropClick: "disableBackdropClick", disableCloseButton: "disableCloseButton", fullscreen: "fullscreen", heading: "heading", open: "open" }, outputs: { close: "close" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
568
568
|
PModal = __decorate([
|
|
569
569
|
ProxyCmp({
|
|
570
|
-
inputs: inputs$
|
|
570
|
+
inputs: inputs$n
|
|
571
571
|
})
|
|
572
572
|
], PModal);
|
|
573
573
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PModal, decorators: [{
|
|
@@ -576,26 +576,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
576
576
|
selector: 'p-modal,[p-modal]',
|
|
577
577
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
578
578
|
template: '<ng-content></ng-content>',
|
|
579
|
-
inputs: inputs$
|
|
580
|
-
outputs: outputs$
|
|
579
|
+
inputs: inputs$n,
|
|
580
|
+
outputs: outputs$7
|
|
581
581
|
}]
|
|
582
582
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
583
583
|
|
|
584
|
-
const inputs$
|
|
585
|
-
const outputs$
|
|
584
|
+
const inputs$m = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'itemsPerPage', 'maxNumberOfPageLinks', 'theme', 'totalItemsCount'];
|
|
585
|
+
const outputs$6 = ['pageChange'];
|
|
586
586
|
let PPagination = class PPagination {
|
|
587
587
|
constructor(c, r, z) {
|
|
588
588
|
this.z = z;
|
|
589
589
|
c.detach();
|
|
590
590
|
this.el = r.nativeElement;
|
|
591
|
-
proxyOutputs(this, outputs$
|
|
591
|
+
proxyOutputs(this, outputs$6);
|
|
592
592
|
}
|
|
593
593
|
};
|
|
594
594
|
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
595
595
|
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PPagination, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", allyLabel: "allyLabel", allyLabelNext: "allyLabelNext", allyLabelPage: "allyLabelPage", allyLabelPrev: "allyLabelPrev", itemsPerPage: "itemsPerPage", maxNumberOfPageLinks: "maxNumberOfPageLinks", theme: "theme", totalItemsCount: "totalItemsCount" }, outputs: { pageChange: "pageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
596
596
|
PPagination = __decorate([
|
|
597
597
|
ProxyCmp({
|
|
598
|
-
inputs: inputs$
|
|
598
|
+
inputs: inputs$m
|
|
599
599
|
})
|
|
600
600
|
], PPagination);
|
|
601
601
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PPagination, decorators: [{
|
|
@@ -604,12 +604,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
604
604
|
selector: 'p-pagination,[p-pagination]',
|
|
605
605
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
606
606
|
template: '<ng-content></ng-content>',
|
|
607
|
-
inputs: inputs$
|
|
608
|
-
outputs: outputs$
|
|
607
|
+
inputs: inputs$m,
|
|
608
|
+
outputs: outputs$6
|
|
609
609
|
}]
|
|
610
610
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
611
611
|
|
|
612
|
-
const inputs$
|
|
612
|
+
const inputs$l = ['aria', 'description', 'direction'];
|
|
613
613
|
let PPopover = class PPopover {
|
|
614
614
|
constructor(c, r, z) {
|
|
615
615
|
this.z = z;
|
|
@@ -621,7 +621,7 @@ PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
|
621
621
|
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PPopover, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
622
622
|
PPopover = __decorate([
|
|
623
623
|
ProxyCmp({
|
|
624
|
-
inputs: inputs$
|
|
624
|
+
inputs: inputs$l
|
|
625
625
|
})
|
|
626
626
|
], PPopover);
|
|
627
627
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PPopover, decorators: [{
|
|
@@ -630,11 +630,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
630
630
|
selector: 'p-popover,[p-popover]',
|
|
631
631
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
632
632
|
template: '<ng-content></ng-content>',
|
|
633
|
-
inputs: inputs$
|
|
633
|
+
inputs: inputs$l
|
|
634
634
|
}]
|
|
635
635
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
636
636
|
|
|
637
|
-
const inputs$
|
|
637
|
+
const inputs$k = ['hideLabel', 'label', 'message', 'state'];
|
|
638
638
|
let PRadioButtonWrapper = class PRadioButtonWrapper {
|
|
639
639
|
constructor(c, r, z) {
|
|
640
640
|
this.z = z;
|
|
@@ -646,7 +646,7 @@ PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", vers
|
|
|
646
646
|
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PRadioButtonWrapper, selector: "p-radio-button-wrapper,[p-radio-button-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", message: "message", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
647
647
|
PRadioButtonWrapper = __decorate([
|
|
648
648
|
ProxyCmp({
|
|
649
|
-
inputs: inputs$
|
|
649
|
+
inputs: inputs$k
|
|
650
650
|
})
|
|
651
651
|
], PRadioButtonWrapper);
|
|
652
652
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PRadioButtonWrapper, decorators: [{
|
|
@@ -655,11 +655,64 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
655
655
|
selector: 'p-radio-button-wrapper,[p-radio-button-wrapper]',
|
|
656
656
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
657
657
|
template: '<ng-content></ng-content>',
|
|
658
|
-
inputs: inputs$
|
|
658
|
+
inputs: inputs$k
|
|
659
|
+
}]
|
|
660
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
661
|
+
|
|
662
|
+
const inputs$j = ['backgroundColor', 'theme', 'value'];
|
|
663
|
+
const outputs$5 = ['segmentedControlChange'];
|
|
664
|
+
let PSegmentedControl = class PSegmentedControl {
|
|
665
|
+
constructor(c, r, z) {
|
|
666
|
+
this.z = z;
|
|
667
|
+
c.detach();
|
|
668
|
+
this.el = r.nativeElement;
|
|
669
|
+
proxyOutputs(this, outputs$5);
|
|
670
|
+
}
|
|
671
|
+
};
|
|
672
|
+
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
673
|
+
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PSegmentedControl, selector: "p-segmented-control,[p-segmented-control]", inputs: { backgroundColor: "backgroundColor", theme: "theme", value: "value" }, outputs: { segmentedControlChange: "segmentedControlChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
674
|
+
PSegmentedControl = __decorate([
|
|
675
|
+
ProxyCmp({
|
|
676
|
+
inputs: inputs$j
|
|
677
|
+
})
|
|
678
|
+
], PSegmentedControl);
|
|
679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PSegmentedControl, decorators: [{
|
|
680
|
+
type: Component,
|
|
681
|
+
args: [{
|
|
682
|
+
selector: 'p-segmented-control,[p-segmented-control]',
|
|
683
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
684
|
+
template: '<ng-content></ng-content>',
|
|
685
|
+
inputs: inputs$j,
|
|
686
|
+
outputs: outputs$5
|
|
659
687
|
}]
|
|
660
688
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
661
689
|
|
|
662
|
-
const inputs$
|
|
690
|
+
const inputs$i = ['disabled', 'icon', 'iconSource', 'label', 'value'];
|
|
691
|
+
let PSegmentedControlItem = class PSegmentedControlItem {
|
|
692
|
+
constructor(c, r, z) {
|
|
693
|
+
this.z = z;
|
|
694
|
+
c.detach();
|
|
695
|
+
this.el = r.nativeElement;
|
|
696
|
+
}
|
|
697
|
+
};
|
|
698
|
+
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PSegmentedControlItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
699
|
+
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PSegmentedControlItem, selector: "p-segmented-control-item,[p-segmented-control-item]", inputs: { disabled: "disabled", icon: "icon", iconSource: "iconSource", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
700
|
+
PSegmentedControlItem = __decorate([
|
|
701
|
+
ProxyCmp({
|
|
702
|
+
inputs: inputs$i
|
|
703
|
+
})
|
|
704
|
+
], PSegmentedControlItem);
|
|
705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PSegmentedControlItem, decorators: [{
|
|
706
|
+
type: Component,
|
|
707
|
+
args: [{
|
|
708
|
+
selector: 'p-segmented-control-item,[p-segmented-control-item]',
|
|
709
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
710
|
+
template: '<ng-content></ng-content>',
|
|
711
|
+
inputs: inputs$i
|
|
712
|
+
}]
|
|
713
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
714
|
+
|
|
715
|
+
const inputs$h = ['description', 'dropdownDirection', 'filter', 'hideLabel', 'label', 'message', 'native', 'state', 'theme'];
|
|
663
716
|
let PSelectWrapper = class PSelectWrapper {
|
|
664
717
|
constructor(c, r, z) {
|
|
665
718
|
this.z = z;
|
|
@@ -671,7 +724,7 @@ PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version:
|
|
|
671
724
|
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PSelectWrapper, selector: "p-select-wrapper,[p-select-wrapper]", inputs: { description: "description", dropdownDirection: "dropdownDirection", filter: "filter", hideLabel: "hideLabel", label: "label", message: "message", native: "native", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
672
725
|
PSelectWrapper = __decorate([
|
|
673
726
|
ProxyCmp({
|
|
674
|
-
inputs: inputs$
|
|
727
|
+
inputs: inputs$h
|
|
675
728
|
})
|
|
676
729
|
], PSelectWrapper);
|
|
677
730
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PSelectWrapper, decorators: [{
|
|
@@ -680,11 +733,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
680
733
|
selector: 'p-select-wrapper,[p-select-wrapper]',
|
|
681
734
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
682
735
|
template: '<ng-content></ng-content>',
|
|
683
|
-
inputs: inputs$
|
|
736
|
+
inputs: inputs$h
|
|
684
737
|
}]
|
|
685
738
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
686
739
|
|
|
687
|
-
const inputs$
|
|
740
|
+
const inputs$g = ['aria', 'size', 'theme'];
|
|
688
741
|
let PSpinner = class PSpinner {
|
|
689
742
|
constructor(c, r, z) {
|
|
690
743
|
this.z = z;
|
|
@@ -696,7 +749,7 @@ PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
|
696
749
|
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PSpinner, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
697
750
|
PSpinner = __decorate([
|
|
698
751
|
ProxyCmp({
|
|
699
|
-
inputs: inputs$
|
|
752
|
+
inputs: inputs$g
|
|
700
753
|
})
|
|
701
754
|
], PSpinner);
|
|
702
755
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PSpinner, decorators: [{
|
|
@@ -705,6 +758,59 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
705
758
|
selector: 'p-spinner,[p-spinner]',
|
|
706
759
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
707
760
|
template: '<ng-content></ng-content>',
|
|
761
|
+
inputs: inputs$g
|
|
762
|
+
}]
|
|
763
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
764
|
+
|
|
765
|
+
const inputs$f = ['theme'];
|
|
766
|
+
const outputs$4 = ['stepChange'];
|
|
767
|
+
let PStepperHorizontal = class PStepperHorizontal {
|
|
768
|
+
constructor(c, r, z) {
|
|
769
|
+
this.z = z;
|
|
770
|
+
c.detach();
|
|
771
|
+
this.el = r.nativeElement;
|
|
772
|
+
proxyOutputs(this, outputs$4);
|
|
773
|
+
}
|
|
774
|
+
};
|
|
775
|
+
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PStepperHorizontal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
776
|
+
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PStepperHorizontal, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { theme: "theme" }, outputs: { stepChange: "stepChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
777
|
+
PStepperHorizontal = __decorate([
|
|
778
|
+
ProxyCmp({
|
|
779
|
+
inputs: inputs$f
|
|
780
|
+
})
|
|
781
|
+
], PStepperHorizontal);
|
|
782
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PStepperHorizontal, decorators: [{
|
|
783
|
+
type: Component,
|
|
784
|
+
args: [{
|
|
785
|
+
selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
|
|
786
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
787
|
+
template: '<ng-content></ng-content>',
|
|
788
|
+
inputs: inputs$f,
|
|
789
|
+
outputs: outputs$4
|
|
790
|
+
}]
|
|
791
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
792
|
+
|
|
793
|
+
const inputs$e = ['disabled', 'state'];
|
|
794
|
+
let PStepperHorizontalItem = class PStepperHorizontalItem {
|
|
795
|
+
constructor(c, r, z) {
|
|
796
|
+
this.z = z;
|
|
797
|
+
c.detach();
|
|
798
|
+
this.el = r.nativeElement;
|
|
799
|
+
}
|
|
800
|
+
};
|
|
801
|
+
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PStepperHorizontalItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
802
|
+
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PStepperHorizontalItem, selector: "p-stepper-horizontal-item,[p-stepper-horizontal-item]", inputs: { disabled: "disabled", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
803
|
+
PStepperHorizontalItem = __decorate([
|
|
804
|
+
ProxyCmp({
|
|
805
|
+
inputs: inputs$e
|
|
806
|
+
})
|
|
807
|
+
], PStepperHorizontalItem);
|
|
808
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
|
|
809
|
+
type: Component,
|
|
810
|
+
args: [{
|
|
811
|
+
selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
|
|
812
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
813
|
+
template: '<ng-content></ng-content>',
|
|
708
814
|
inputs: inputs$e
|
|
709
815
|
}]
|
|
710
816
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1201,8 +1307,12 @@ const DECLARATIONS = [
|
|
|
1201
1307
|
PPagination,
|
|
1202
1308
|
PPopover,
|
|
1203
1309
|
PRadioButtonWrapper,
|
|
1310
|
+
PSegmentedControl,
|
|
1311
|
+
PSegmentedControlItem,
|
|
1204
1312
|
PSelectWrapper,
|
|
1205
1313
|
PSpinner,
|
|
1314
|
+
PStepperHorizontal,
|
|
1315
|
+
PStepperHorizontalItem,
|
|
1206
1316
|
PSwitch,
|
|
1207
1317
|
PTable,
|
|
1208
1318
|
PTableBody,
|
|
@@ -1251,7 +1361,7 @@ class PorscheDesignSystemModule {
|
|
|
1251
1361
|
}
|
|
1252
1362
|
}
|
|
1253
1363
|
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1254
|
-
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PSelectWrapper, PSpinner, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PSelectWrapper, PSpinner, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast] });
|
|
1364
|
+
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast] });
|
|
1255
1365
|
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PorscheDesignSystemModule, providers: [{ provide: USES_SKELETONS, useValue: usesSkeletons() }] });
|
|
1256
1366
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
1257
1367
|
type: NgModule,
|
|
@@ -1283,5 +1393,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1283
1393
|
* Generated bundle index. Do not edit.
|
|
1284
1394
|
*/
|
|
1285
1395
|
|
|
1286
|
-
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PSelectWrapper, PSpinner, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PorscheDesignSystemModule, ToastManager };
|
|
1396
|
+
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PorscheDesignSystemModule, ToastManager };
|
|
1287
1397
|
//# sourceMappingURL=porsche-design-system-components-angular.mjs.map
|