@porsche-design-system/components-angular 2.13.0-rc.2 → 2.13.0-rc.3

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.
@@ -44,21 +44,21 @@ function ProxyCmp({ inputs /*, methods*/ }) {
44
44
  };
45
45
  }
46
46
 
47
- const inputs$D = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
48
- const outputs$8 = ['accordionChange'];
47
+ const inputs$F = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
48
+ const outputs$9 = ['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$8);
54
+ proxyOutputs(this, outputs$9);
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$D
61
+ inputs: inputs$F
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$D,
71
- outputs: outputs$8
70
+ inputs: inputs$F,
71
+ outputs: outputs$9
72
72
  }]
73
73
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
74
74
 
75
- const inputs$C = ['persistent', 'state', 'theme', 'width'];
76
- const outputs$7 = ['dismiss'];
75
+ const inputs$E = ['persistent', 'state', 'theme', 'width'];
76
+ const outputs$8 = ['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$7);
82
+ proxyOutputs(this, outputs$8);
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$C
89
+ inputs: inputs$E
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$C,
99
- outputs: outputs$7
98
+ inputs: inputs$E,
99
+ outputs: outputs$8
100
100
  }]
101
101
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
102
102
 
103
- const inputs$B = ['aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'tabbable', 'theme', 'type', 'variant'];
103
+ const inputs$D = ['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$B
115
+ inputs: inputs$D
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$B
124
+ inputs: inputs$D
125
125
  }]
126
126
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
127
127
 
128
- const inputs$A = ['direction'];
128
+ const inputs$C = ['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$A
140
+ inputs: inputs$C
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$A
149
+ inputs: inputs$C
150
150
  }]
151
151
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
152
152
 
153
- const inputs$z = ['active', 'alignLabel', 'aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'size', 'stretch', 'tabbable', 'theme', 'type', 'weight'];
153
+ const inputs$B = ['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$z
165
+ inputs: inputs$B
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$z
174
+ inputs: inputs$B
175
175
  }]
176
176
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
177
177
 
178
- const inputs$y = ['hideLabel', 'label', 'message', 'state'];
178
+ const inputs$A = ['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$y
190
+ inputs: inputs$A
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$y
199
+ inputs: inputs$A
200
200
  }]
201
201
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
202
202
 
203
- const inputs$x = ['backgroundColor', 'theme', 'width'];
203
+ const inputs$z = ['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$x
215
+ inputs: inputs$z
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$x
224
+ inputs: inputs$z
225
225
  }]
226
226
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
227
227
 
228
- const inputs$w = ['color', 'orientation', 'theme'];
228
+ const inputs$y = ['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$w
240
+ inputs: inputs$y
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$w
249
+ inputs: inputs$y
250
250
  }]
251
251
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
252
252
 
253
- const inputs$v = ['label', 'labelSize', 'message', 'required', 'state'];
253
+ const inputs$x = ['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$v
265
+ inputs: inputs$x
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$v
274
+ inputs: inputs$x
275
275
  }]
276
276
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
277
277
 
278
- const inputs$u = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
278
+ const inputs$w = ['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$u
290
+ inputs: inputs$w
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$u
299
+ inputs: inputs$w
300
300
  }]
301
301
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
302
302
 
303
- const inputs$t = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
303
+ const inputs$v = ['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$t
315
+ inputs: inputs$v
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$t
324
+ inputs: inputs$v
325
325
  }]
326
326
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
327
327
 
328
- const inputs$s = ['direction', 'gutter', 'wrap'];
328
+ const inputs$u = ['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$s
340
+ inputs: inputs$u
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$s
349
+ inputs: inputs$u
350
350
  }]
351
351
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
352
352
 
353
- const inputs$r = ['offset', 'size'];
353
+ const inputs$t = ['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$r
365
+ inputs: inputs$t
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$r
374
+ inputs: inputs$t
375
375
  }]
376
376
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
377
377
 
378
- const inputs$q = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
378
+ const inputs$s = ['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$q
390
+ inputs: inputs$s
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$q
399
+ inputs: inputs$s
400
400
  }]
401
401
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
402
402
 
403
- const inputs$p = ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme'];
403
+ const inputs$r = ['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$p
415
+ inputs: inputs$r
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$p
424
+ inputs: inputs$r
425
425
  }]
426
426
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
427
427
 
428
- const inputs$o = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'heading', 'persistent', 'state', 'theme'];
429
- const outputs$6 = ['action', 'dismiss'];
428
+ const inputs$q = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'heading', 'persistent', 'state', 'theme'];
429
+ const outputs$7 = ['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$6);
435
+ proxyOutputs(this, outputs$7);
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$o
442
+ inputs: inputs$q
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$o,
452
- outputs: outputs$6
451
+ inputs: inputs$q,
452
+ outputs: outputs$7
453
453
  }]
454
454
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
455
455
 
456
- const inputs$n = ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant'];
456
+ const inputs$p = ['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$n
468
+ inputs: inputs$p
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$n
477
+ inputs: inputs$p
478
478
  }]
479
479
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
480
480
 
481
- const inputs$m = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'weight'];
481
+ const inputs$o = ['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$m
493
+ inputs: inputs$o
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$m
502
+ inputs: inputs$o
503
503
  }]
504
504
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
505
505
 
506
- const inputs$l = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
506
+ const inputs$n = ['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$l
518
+ inputs: inputs$n
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$l
527
+ inputs: inputs$n
528
528
  }]
529
529
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
530
530
 
531
- const inputs$k = ['aria', 'href', 'size', 'target', 'trademark'];
531
+ const inputs$m = ['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$k
543
+ inputs: inputs$m
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$k
552
+ inputs: inputs$m
553
553
  }]
554
554
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
555
555
 
556
- const inputs$j = ['aria', 'disableBackdropClick', 'disableCloseButton', 'fullscreen', 'heading', 'open'];
557
- const outputs$5 = ['close'];
556
+ const inputs$l = ['aria', 'disableBackdropClick', 'disableCloseButton', 'fullscreen', 'heading', 'open'];
557
+ const outputs$6 = ['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$5);
563
+ proxyOutputs(this, outputs$6);
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$j
570
+ inputs: inputs$l
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$j,
580
- outputs: outputs$5
579
+ inputs: inputs$l,
580
+ outputs: outputs$6
581
581
  }]
582
582
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
583
583
 
584
- const inputs$i = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'itemsPerPage', 'maxNumberOfPageLinks', 'theme', 'totalItemsCount'];
585
- const outputs$4 = ['pageChange'];
584
+ const inputs$k = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'itemsPerPage', 'maxNumberOfPageLinks', 'theme', 'totalItemsCount'];
585
+ const outputs$5 = ['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$4);
591
+ proxyOutputs(this, outputs$5);
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$i
598
+ inputs: inputs$k
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$i,
608
- outputs: outputs$4
607
+ inputs: inputs$k,
608
+ outputs: outputs$5
609
609
  }]
610
610
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
611
611
 
612
- const inputs$h = ['aria', 'description', 'direction'];
612
+ const inputs$j = ['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$h
624
+ inputs: inputs$j
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$h
633
+ inputs: inputs$j
634
634
  }]
635
635
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
636
636
 
637
- const inputs$g = ['hideLabel', 'label', 'message', 'state'];
637
+ const inputs$i = ['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$g
649
+ inputs: inputs$i
650
650
  })
651
651
  ], PRadioButtonWrapper);
652
652
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PRadioButtonWrapper, decorators: [{
@@ -655,6 +655,59 @@ 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$i
659
+ }]
660
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
661
+
662
+ const inputs$h = ['backgroundColor', 'theme', 'value'];
663
+ const outputs$4 = ['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$4);
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$h
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$h,
686
+ outputs: outputs$4
687
+ }]
688
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
689
+
690
+ const inputs$g = ['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$g
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>',
658
711
  inputs: inputs$g
659
712
  }]
660
713
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1201,6 +1254,8 @@ const DECLARATIONS = [
1201
1254
  PPagination,
1202
1255
  PPopover,
1203
1256
  PRadioButtonWrapper,
1257
+ PSegmentedControl,
1258
+ PSegmentedControlItem,
1204
1259
  PSelectWrapper,
1205
1260
  PSpinner,
1206
1261
  PSwitch,
@@ -1251,7 +1306,7 @@ class PorscheDesignSystemModule {
1251
1306
  }
1252
1307
  }
1253
1308
  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] });
1309
+ 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, 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, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast] });
1255
1310
  PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PorscheDesignSystemModule, providers: [{ provide: USES_SKELETONS, useValue: usesSkeletons() }] });
1256
1311
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
1257
1312
  type: NgModule,
@@ -1283,5 +1338,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
1283
1338
  * Generated bundle index. Do not edit.
1284
1339
  */
1285
1340
 
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 };
1341
+ 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, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PorscheDesignSystemModule, ToastManager };
1287
1342
  //# sourceMappingURL=porsche-design-system-components-angular.mjs.map