@porsche-design-system/components-angular 3.7.0-rc.0 → 3.7.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,27 +43,27 @@ function ProxyCmp({ inputs /*, methods*/ }) {
43
43
  };
44
44
  }
45
45
 
46
- var __decorate$_ = (this && this.__decorate) || function (decorators, target, key, desc) {
46
+ var __decorate$$ = (this && this.__decorate) || function (decorators, target, key, desc) {
47
47
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
48
48
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
49
49
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
50
50
  return c > 3 && r && Object.defineProperty(target, key, r), r;
51
51
  };
52
- const inputs$V = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
53
- const outputs$e = ['accordionChange', 'update'];
52
+ const inputs$W = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
53
+ const outputs$f = ['accordionChange', 'update'];
54
54
  let PAccordion = class PAccordion {
55
55
  constructor(c, r, z) {
56
56
  this.z = z;
57
57
  c.detach();
58
58
  this.el = r.nativeElement;
59
- proxyOutputs(this, outputs$e);
59
+ proxyOutputs(this, outputs$f);
60
60
  }
61
61
  };
62
62
  PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
63
63
  PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
64
- PAccordion = __decorate$_([
64
+ PAccordion = __decorate$$([
65
65
  ProxyCmp({
66
- inputs: inputs$V
66
+ inputs: inputs$W
67
67
  })
68
68
  ], PAccordion);
69
69
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PAccordion, decorators: [{
@@ -72,32 +72,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
72
72
  selector: 'p-accordion,[p-accordion]',
73
73
  changeDetection: ChangeDetectionStrategy.OnPush,
74
74
  template: '<ng-content></ng-content>',
75
- inputs: inputs$V,
76
- outputs: outputs$e
75
+ inputs: inputs$W,
76
+ outputs: outputs$f
77
77
  }]
78
78
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
79
79
 
80
- var __decorate$Z = (this && this.__decorate) || function (decorators, target, key, desc) {
80
+ var __decorate$_ = (this && this.__decorate) || function (decorators, target, key, desc) {
81
81
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
82
82
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
83
83
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
84
84
  return c > 3 && r && Object.defineProperty(target, key, r), r;
85
85
  };
86
- const inputs$U = ['description', 'dismissButton', 'heading', 'open', 'persistent', 'state', 'theme', 'width'];
87
- const outputs$d = ['dismiss'];
86
+ const inputs$V = ['description', 'dismissButton', 'heading', 'open', 'persistent', 'state', 'theme', 'width'];
87
+ const outputs$e = ['dismiss'];
88
88
  let PBanner = class PBanner {
89
89
  constructor(c, r, z) {
90
90
  this.z = z;
91
91
  c.detach();
92
92
  this.el = r.nativeElement;
93
- proxyOutputs(this, outputs$d);
93
+ proxyOutputs(this, outputs$e);
94
94
  }
95
95
  };
96
96
  PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
97
97
  PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PBanner, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", open: "open", persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
98
- PBanner = __decorate$Z([
98
+ PBanner = __decorate$_([
99
99
  ProxyCmp({
100
- inputs: inputs$U
100
+ inputs: inputs$V
101
101
  })
102
102
  ], PBanner);
103
103
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PBanner, decorators: [{
@@ -106,18 +106,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
106
106
  selector: 'p-banner,[p-banner]',
107
107
  changeDetection: ChangeDetectionStrategy.OnPush,
108
108
  template: '<ng-content></ng-content>',
109
- inputs: inputs$U,
110
- outputs: outputs$d
109
+ inputs: inputs$V,
110
+ outputs: outputs$e
111
111
  }]
112
112
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
113
113
 
114
- var __decorate$Y = (this && this.__decorate) || function (decorators, target, key, desc) {
114
+ var __decorate$Z = (this && this.__decorate) || function (decorators, target, key, desc) {
115
115
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
116
116
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
117
117
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
118
118
  return c > 3 && r && Object.defineProperty(target, key, r), r;
119
119
  };
120
- const inputs$T = ['aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'theme', 'type', 'variant'];
120
+ const inputs$U = ['aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'theme', 'type', 'variant'];
121
121
  let PButton = class PButton {
122
122
  constructor(c, r, z) {
123
123
  this.z = z;
@@ -127,9 +127,9 @@ let PButton = class PButton {
127
127
  };
128
128
  PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
129
129
  PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PButton, selector: "p-button,[p-button]", inputs: { aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", theme: "theme", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
130
- PButton = __decorate$Y([
130
+ PButton = __decorate$Z([
131
131
  ProxyCmp({
132
- inputs: inputs$T
132
+ inputs: inputs$U
133
133
  })
134
134
  ], PButton);
135
135
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButton, decorators: [{
@@ -138,17 +138,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
138
138
  selector: 'p-button,[p-button]',
139
139
  changeDetection: ChangeDetectionStrategy.OnPush,
140
140
  template: '<ng-content></ng-content>',
141
- inputs: inputs$T
141
+ inputs: inputs$U
142
142
  }]
143
143
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
144
144
 
145
- var __decorate$X = (this && this.__decorate) || function (decorators, target, key, desc) {
145
+ var __decorate$Y = (this && this.__decorate) || function (decorators, target, key, desc) {
146
146
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
147
147
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
148
148
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
149
149
  return c > 3 && r && Object.defineProperty(target, key, r), r;
150
150
  };
151
- const inputs$S = ['direction'];
151
+ const inputs$T = ['direction'];
152
152
  let PButtonGroup = class PButtonGroup {
153
153
  constructor(c, r, z) {
154
154
  this.z = z;
@@ -158,9 +158,9 @@ let PButtonGroup = class PButtonGroup {
158
158
  };
159
159
  PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
160
160
  PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
161
- PButtonGroup = __decorate$X([
161
+ PButtonGroup = __decorate$Y([
162
162
  ProxyCmp({
163
- inputs: inputs$S
163
+ inputs: inputs$T
164
164
  })
165
165
  ], PButtonGroup);
166
166
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonGroup, decorators: [{
@@ -169,17 +169,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
169
169
  selector: 'p-button-group,[p-button-group]',
170
170
  changeDetection: ChangeDetectionStrategy.OnPush,
171
171
  template: '<ng-content></ng-content>',
172
- inputs: inputs$S
172
+ inputs: inputs$T
173
173
  }]
174
174
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
175
175
 
176
- var __decorate$W = (this && this.__decorate) || function (decorators, target, key, desc) {
176
+ var __decorate$X = (this && this.__decorate) || function (decorators, target, key, desc) {
177
177
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
178
178
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
179
179
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
180
180
  return c > 3 && r && Object.defineProperty(target, key, r), r;
181
181
  };
182
- const inputs$R = ['active', 'alignLabel', 'aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'size', 'stretch', 'theme', 'type', 'weight'];
182
+ const inputs$S = ['active', 'alignLabel', 'aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'size', 'stretch', 'theme', 'type', 'weight'];
183
183
  let PButtonPure = class PButtonPure {
184
184
  constructor(c, r, z) {
185
185
  this.z = z;
@@ -189,9 +189,9 @@ let PButtonPure = class PButtonPure {
189
189
  };
190
190
  PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
191
191
  PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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", theme: "theme", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
192
- PButtonPure = __decorate$W([
192
+ PButtonPure = __decorate$X([
193
193
  ProxyCmp({
194
- inputs: inputs$R
194
+ inputs: inputs$S
195
195
  })
196
196
  ], PButtonPure);
197
197
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonPure, decorators: [{
@@ -200,17 +200,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
200
200
  selector: 'p-button-pure,[p-button-pure]',
201
201
  changeDetection: ChangeDetectionStrategy.OnPush,
202
202
  template: '<ng-content></ng-content>',
203
- inputs: inputs$R
203
+ inputs: inputs$S
204
204
  }]
205
205
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
206
206
 
207
- var __decorate$V = (this && this.__decorate) || function (decorators, target, key, desc) {
207
+ var __decorate$W = (this && this.__decorate) || function (decorators, target, key, desc) {
208
208
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
209
209
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
210
210
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
211
211
  return c > 3 && r && Object.defineProperty(target, key, r), r;
212
212
  };
213
- const inputs$Q = ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'disabled', 'gradient', 'icon', 'iconSource', 'label', 'loading', 'size', 'type', 'weight'];
213
+ const inputs$R = ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'disabled', 'gradient', 'icon', 'iconSource', 'label', 'loading', 'size', 'type', 'weight'];
214
214
  let PButtonTile = class PButtonTile {
215
215
  constructor(c, r, z) {
216
216
  this.z = z;
@@ -220,9 +220,9 @@ let PButtonTile = class PButtonTile {
220
220
  };
221
221
  PButtonTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
222
222
  PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PButtonTile, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
223
- PButtonTile = __decorate$V([
223
+ PButtonTile = __decorate$W([
224
224
  ProxyCmp({
225
- inputs: inputs$Q
225
+ inputs: inputs$R
226
226
  })
227
227
  ], PButtonTile);
228
228
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonTile, decorators: [{
@@ -231,31 +231,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
231
231
  selector: 'p-button-tile,[p-button-tile]',
232
232
  changeDetection: ChangeDetectionStrategy.OnPush,
233
233
  template: '<ng-content></ng-content>',
234
- inputs: inputs$Q
234
+ inputs: inputs$R
235
235
  }]
236
236
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
237
237
 
238
- var __decorate$U = (this && this.__decorate) || function (decorators, target, key, desc) {
238
+ var __decorate$V = (this && this.__decorate) || function (decorators, target, key, desc) {
239
239
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
240
240
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
241
241
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
242
242
  return c > 3 && r && Object.defineProperty(target, key, r), r;
243
243
  };
244
- const inputs$P = ['activeSlideIndex', 'alignHeader', 'description', 'disablePagination', 'heading', 'intl', 'pagination', 'rewind', 'skipLinkTarget', 'slidesPerPage', 'theme', 'width', 'wrapContent'];
245
- const outputs$c = ['carouselChange', 'update'];
244
+ const inputs$Q = ['activeSlideIndex', 'alignHeader', 'description', 'disablePagination', 'heading', 'intl', 'pagination', 'rewind', 'skipLinkTarget', 'slidesPerPage', 'theme', 'width', 'wrapContent'];
245
+ const outputs$d = ['carouselChange', 'update'];
246
246
  let PCarousel = class PCarousel {
247
247
  constructor(c, r, z) {
248
248
  this.z = z;
249
249
  c.detach();
250
250
  this.el = r.nativeElement;
251
- proxyOutputs(this, outputs$c);
251
+ proxyOutputs(this, outputs$d);
252
252
  }
253
253
  };
254
254
  PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
255
255
  PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignHeader: "alignHeader", description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", pagination: "pagination", rewind: "rewind", skipLinkTarget: "skipLinkTarget", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
256
- PCarousel = __decorate$U([
256
+ PCarousel = __decorate$V([
257
257
  ProxyCmp({
258
- inputs: inputs$P
258
+ inputs: inputs$Q
259
259
  })
260
260
  ], PCarousel);
261
261
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCarousel, decorators: [{
@@ -264,18 +264,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
264
264
  selector: 'p-carousel,[p-carousel]',
265
265
  changeDetection: ChangeDetectionStrategy.OnPush,
266
266
  template: '<ng-content></ng-content>',
267
- inputs: inputs$P,
268
- outputs: outputs$c
267
+ inputs: inputs$Q,
268
+ outputs: outputs$d
269
269
  }]
270
270
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
271
271
 
272
- var __decorate$T = (this && this.__decorate) || function (decorators, target, key, desc) {
272
+ var __decorate$U = (this && this.__decorate) || function (decorators, target, key, desc) {
273
273
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
274
274
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
275
275
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
276
276
  return c > 3 && r && Object.defineProperty(target, key, r), r;
277
277
  };
278
- const inputs$O = ['hideLabel', 'label', 'loading', 'message', 'state', 'theme'];
278
+ const inputs$P = ['hideLabel', 'label', 'loading', 'message', 'state', 'theme'];
279
279
  let PCheckboxWrapper = class PCheckboxWrapper {
280
280
  constructor(c, r, z) {
281
281
  this.z = z;
@@ -285,9 +285,9 @@ let PCheckboxWrapper = class PCheckboxWrapper {
285
285
  };
286
286
  PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCheckboxWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
287
287
  PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
288
- PCheckboxWrapper = __decorate$T([
288
+ PCheckboxWrapper = __decorate$U([
289
289
  ProxyCmp({
290
- inputs: inputs$O
290
+ inputs: inputs$P
291
291
  })
292
292
  ], PCheckboxWrapper);
293
293
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCheckboxWrapper, decorators: [{
@@ -296,17 +296,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
296
296
  selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
297
297
  changeDetection: ChangeDetectionStrategy.OnPush,
298
298
  template: '<ng-content></ng-content>',
299
- inputs: inputs$O
299
+ inputs: inputs$P
300
300
  }]
301
301
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
302
302
 
303
- var __decorate$S = (this && this.__decorate) || function (decorators, target, key, desc) {
303
+ var __decorate$T = (this && this.__decorate) || function (decorators, target, key, desc) {
304
304
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
305
305
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
306
306
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
307
307
  return c > 3 && r && Object.defineProperty(target, key, r), r;
308
308
  };
309
- const inputs$N = ['backgroundColor', 'theme', 'width'];
309
+ const inputs$O = ['backgroundColor', 'theme', 'width'];
310
310
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
311
311
  let PContentWrapper = class PContentWrapper {
312
312
  constructor(c, r, z) {
@@ -317,9 +317,9 @@ let PContentWrapper = class PContentWrapper {
317
317
  };
318
318
  PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PContentWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
319
319
  PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
320
- PContentWrapper = __decorate$S([
320
+ PContentWrapper = __decorate$T([
321
321
  ProxyCmp({
322
- inputs: inputs$N
322
+ inputs: inputs$O
323
323
  })
324
324
  ], PContentWrapper);
325
325
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PContentWrapper, decorators: [{
@@ -328,17 +328,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
328
328
  selector: 'p-content-wrapper,[p-content-wrapper]',
329
329
  changeDetection: ChangeDetectionStrategy.OnPush,
330
330
  template: '<ng-content></ng-content>',
331
- inputs: inputs$N
331
+ inputs: inputs$O
332
332
  }]
333
333
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
334
334
 
335
- var __decorate$R = (this && this.__decorate) || function (decorators, target, key, desc) {
335
+ var __decorate$S = (this && this.__decorate) || function (decorators, target, key, desc) {
336
336
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
337
337
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
338
338
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
339
339
  return c > 3 && r && Object.defineProperty(target, key, r), r;
340
340
  };
341
- const inputs$M = ['aria', 'href', 'target'];
341
+ const inputs$N = ['aria', 'href', 'target'];
342
342
  let PCrest = class PCrest {
343
343
  constructor(c, r, z) {
344
344
  this.z = z;
@@ -348,9 +348,9 @@ let PCrest = class PCrest {
348
348
  };
349
349
  PCrest.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCrest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
350
350
  PCrest.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCrest, selector: "p-crest,[p-crest]", inputs: { aria: "aria", href: "href", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
351
- PCrest = __decorate$R([
351
+ PCrest = __decorate$S([
352
352
  ProxyCmp({
353
- inputs: inputs$M
353
+ inputs: inputs$N
354
354
  })
355
355
  ], PCrest);
356
356
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCrest, decorators: [{
@@ -359,17 +359,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
359
359
  selector: 'p-crest,[p-crest]',
360
360
  changeDetection: ChangeDetectionStrategy.OnPush,
361
361
  template: '<ng-content></ng-content>',
362
- inputs: inputs$M
362
+ inputs: inputs$N
363
363
  }]
364
364
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
365
365
 
366
- var __decorate$Q = (this && this.__decorate) || function (decorators, target, key, desc) {
366
+ var __decorate$R = (this && this.__decorate) || function (decorators, target, key, desc) {
367
367
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
368
368
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
369
369
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
370
370
  return c > 3 && r && Object.defineProperty(target, key, r), r;
371
371
  };
372
- const inputs$L = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
372
+ const inputs$M = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
373
373
  let PDisplay = class PDisplay {
374
374
  constructor(c, r, z) {
375
375
  this.z = z;
@@ -379,9 +379,9 @@ let PDisplay = class PDisplay {
379
379
  };
380
380
  PDisplay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDisplay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
381
381
  PDisplay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PDisplay, selector: "p-display,[p-display]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
382
- PDisplay = __decorate$Q([
382
+ PDisplay = __decorate$R([
383
383
  ProxyCmp({
384
- inputs: inputs$L
384
+ inputs: inputs$M
385
385
  })
386
386
  ], PDisplay);
387
387
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDisplay, decorators: [{
@@ -390,17 +390,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
390
390
  selector: 'p-display,[p-display]',
391
391
  changeDetection: ChangeDetectionStrategy.OnPush,
392
392
  template: '<ng-content></ng-content>',
393
- inputs: inputs$L
393
+ inputs: inputs$M
394
394
  }]
395
395
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
396
396
 
397
- var __decorate$P = (this && this.__decorate) || function (decorators, target, key, desc) {
397
+ var __decorate$Q = (this && this.__decorate) || function (decorators, target, key, desc) {
398
398
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
399
399
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
400
400
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
401
401
  return c > 3 && r && Object.defineProperty(target, key, r), r;
402
402
  };
403
- const inputs$K = ['color', 'direction', 'orientation', 'theme'];
403
+ const inputs$L = ['color', 'direction', 'orientation', 'theme'];
404
404
  let PDivider = class PDivider {
405
405
  constructor(c, r, z) {
406
406
  this.z = z;
@@ -410,9 +410,9 @@ let PDivider = class PDivider {
410
410
  };
411
411
  PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
412
412
  PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction", orientation: "orientation", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
413
- PDivider = __decorate$P([
413
+ PDivider = __decorate$Q([
414
414
  ProxyCmp({
415
- inputs: inputs$K
415
+ inputs: inputs$L
416
416
  })
417
417
  ], PDivider);
418
418
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDivider, decorators: [{
@@ -421,17 +421,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
421
421
  selector: 'p-divider,[p-divider]',
422
422
  changeDetection: ChangeDetectionStrategy.OnPush,
423
423
  template: '<ng-content></ng-content>',
424
- inputs: inputs$K
424
+ inputs: inputs$L
425
425
  }]
426
426
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
427
427
 
428
- var __decorate$O = (this && this.__decorate) || function (decorators, target, key, desc) {
428
+ var __decorate$P = (this && this.__decorate) || function (decorators, target, key, desc) {
429
429
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
430
430
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
431
431
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
432
432
  return c > 3 && r && Object.defineProperty(target, key, r), r;
433
433
  };
434
- const inputs$J = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
434
+ const inputs$K = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
435
435
  let PFieldset = class PFieldset {
436
436
  constructor(c, r, z) {
437
437
  this.z = z;
@@ -441,9 +441,9 @@ let PFieldset = class PFieldset {
441
441
  };
442
442
  PFieldset.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFieldset, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
443
443
  PFieldset.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PFieldset, selector: "p-fieldset,[p-fieldset]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
444
- PFieldset = __decorate$O([
444
+ PFieldset = __decorate$P([
445
445
  ProxyCmp({
446
- inputs: inputs$J
446
+ inputs: inputs$K
447
447
  })
448
448
  ], PFieldset);
449
449
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFieldset, decorators: [{
@@ -452,17 +452,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
452
452
  selector: 'p-fieldset,[p-fieldset]',
453
453
  changeDetection: ChangeDetectionStrategy.OnPush,
454
454
  template: '<ng-content></ng-content>',
455
- inputs: inputs$J
455
+ inputs: inputs$K
456
456
  }]
457
457
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
458
458
 
459
- var __decorate$N = (this && this.__decorate) || function (decorators, target, key, desc) {
459
+ var __decorate$O = (this && this.__decorate) || function (decorators, target, key, desc) {
460
460
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
461
461
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
462
462
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
463
463
  return c > 3 && r && Object.defineProperty(target, key, r), r;
464
464
  };
465
- const inputs$I = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
465
+ const inputs$J = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
466
466
  /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-fieldset" instead. */
467
467
  let PFieldsetWrapper = class PFieldsetWrapper {
468
468
  constructor(c, r, z) {
@@ -473,9 +473,9 @@ let PFieldsetWrapper = class PFieldsetWrapper {
473
473
  };
474
474
  PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFieldsetWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
475
475
  PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PFieldsetWrapper, selector: "p-fieldset-wrapper,[p-fieldset-wrapper]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
476
- PFieldsetWrapper = __decorate$N([
476
+ PFieldsetWrapper = __decorate$O([
477
477
  ProxyCmp({
478
- inputs: inputs$I
478
+ inputs: inputs$J
479
479
  })
480
480
  ], PFieldsetWrapper);
481
481
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFieldsetWrapper, decorators: [{
@@ -484,17 +484,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
484
484
  selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
485
485
  changeDetection: ChangeDetectionStrategy.OnPush,
486
486
  template: '<ng-content></ng-content>',
487
- inputs: inputs$I
487
+ inputs: inputs$J
488
488
  }]
489
489
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
490
490
 
491
- var __decorate$M = (this && this.__decorate) || function (decorators, target, key, desc) {
491
+ var __decorate$N = (this && this.__decorate) || function (decorators, target, key, desc) {
492
492
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
493
493
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
494
494
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
495
495
  return c > 3 && r && Object.defineProperty(target, key, r), r;
496
496
  };
497
- const inputs$H = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
497
+ const inputs$I = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
498
498
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
499
499
  let PFlex = class PFlex {
500
500
  constructor(c, r, z) {
@@ -505,9 +505,9 @@ let PFlex = class PFlex {
505
505
  };
506
506
  PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlex, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
507
507
  PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
508
- PFlex = __decorate$M([
508
+ PFlex = __decorate$N([
509
509
  ProxyCmp({
510
- inputs: inputs$H
510
+ inputs: inputs$I
511
511
  })
512
512
  ], PFlex);
513
513
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlex, decorators: [{
@@ -516,17 +516,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
516
516
  selector: 'p-flex,[p-flex]',
517
517
  changeDetection: ChangeDetectionStrategy.OnPush,
518
518
  template: '<ng-content></ng-content>',
519
- inputs: inputs$H
519
+ inputs: inputs$I
520
520
  }]
521
521
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
522
522
 
523
- var __decorate$L = (this && this.__decorate) || function (decorators, target, key, desc) {
523
+ var __decorate$M = (this && this.__decorate) || function (decorators, target, key, desc) {
524
524
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
525
525
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
526
526
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
527
527
  return c > 3 && r && Object.defineProperty(target, key, r), r;
528
528
  };
529
- const inputs$G = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
529
+ const inputs$H = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
530
530
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
531
531
  let PFlexItem = class PFlexItem {
532
532
  constructor(c, r, z) {
@@ -537,9 +537,9 @@ let PFlexItem = class PFlexItem {
537
537
  };
538
538
  PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlexItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
539
539
  PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
540
- PFlexItem = __decorate$L([
540
+ PFlexItem = __decorate$M([
541
541
  ProxyCmp({
542
- inputs: inputs$G
542
+ inputs: inputs$H
543
543
  })
544
544
  ], PFlexItem);
545
545
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlexItem, decorators: [{
@@ -548,31 +548,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
548
548
  selector: 'p-flex-item,[p-flex-item]',
549
549
  changeDetection: ChangeDetectionStrategy.OnPush,
550
550
  template: '<ng-content></ng-content>',
551
- inputs: inputs$G
551
+ inputs: inputs$H
552
552
  }]
553
553
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
554
554
 
555
- var __decorate$K = (this && this.__decorate) || function (decorators, target, key, desc) {
555
+ var __decorate$L = (this && this.__decorate) || function (decorators, target, key, desc) {
556
556
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
557
557
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
558
558
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
559
559
  return c > 3 && r && Object.defineProperty(target, key, r), r;
560
560
  };
561
- const inputs$F = ['aria', 'open', 'position', 'theme'];
562
- const outputs$b = ['dismiss'];
561
+ const inputs$G = ['aria', 'open', 'position', 'theme'];
562
+ const outputs$c = ['dismiss'];
563
563
  let PFlyout = class PFlyout {
564
564
  constructor(c, r, z) {
565
565
  this.z = z;
566
566
  c.detach();
567
567
  this.el = r.nativeElement;
568
- proxyOutputs(this, outputs$b);
568
+ proxyOutputs(this, outputs$c);
569
569
  }
570
570
  };
571
571
  PFlyout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlyout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
572
572
  PFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PFlyout, selector: "p-flyout,[p-flyout]", inputs: { aria: "aria", open: "open", position: "position", theme: "theme" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
573
- PFlyout = __decorate$K([
573
+ PFlyout = __decorate$L([
574
574
  ProxyCmp({
575
- inputs: inputs$F
575
+ inputs: inputs$G
576
576
  })
577
577
  ], PFlyout);
578
578
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlyout, decorators: [{
@@ -581,18 +581,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
581
581
  selector: 'p-flyout,[p-flyout]',
582
582
  changeDetection: ChangeDetectionStrategy.OnPush,
583
583
  template: '<ng-content></ng-content>',
584
- inputs: inputs$F,
585
- outputs: outputs$b
584
+ inputs: inputs$G,
585
+ outputs: outputs$c
586
586
  }]
587
587
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
588
588
 
589
- var __decorate$J = (this && this.__decorate) || function (decorators, target, key, desc) {
589
+ var __decorate$K = (this && this.__decorate) || function (decorators, target, key, desc) {
590
590
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
591
591
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
592
592
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
593
593
  return c > 3 && r && Object.defineProperty(target, key, r), r;
594
594
  };
595
- const inputs$E = ['direction', 'gutter', 'wrap'];
595
+ const inputs$F = ['direction', 'gutter', 'wrap'];
596
596
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
597
597
  let PGrid = class PGrid {
598
598
  constructor(c, r, z) {
@@ -603,9 +603,9 @@ let PGrid = class PGrid {
603
603
  };
604
604
  PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
605
605
  PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
606
- PGrid = __decorate$J([
606
+ PGrid = __decorate$K([
607
607
  ProxyCmp({
608
- inputs: inputs$E
608
+ inputs: inputs$F
609
609
  })
610
610
  ], PGrid);
611
611
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PGrid, decorators: [{
@@ -614,17 +614,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
614
614
  selector: 'p-grid,[p-grid]',
615
615
  changeDetection: ChangeDetectionStrategy.OnPush,
616
616
  template: '<ng-content></ng-content>',
617
- inputs: inputs$E
617
+ inputs: inputs$F
618
618
  }]
619
619
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
620
620
 
621
- var __decorate$I = (this && this.__decorate) || function (decorators, target, key, desc) {
621
+ var __decorate$J = (this && this.__decorate) || function (decorators, target, key, desc) {
622
622
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
623
623
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
624
624
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
625
625
  return c > 3 && r && Object.defineProperty(target, key, r), r;
626
626
  };
627
- const inputs$D = ['offset', 'size'];
627
+ const inputs$E = ['offset', 'size'];
628
628
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
629
629
  let PGridItem = class PGridItem {
630
630
  constructor(c, r, z) {
@@ -635,9 +635,9 @@ let PGridItem = class PGridItem {
635
635
  };
636
636
  PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PGridItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
637
637
  PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
638
- PGridItem = __decorate$I([
638
+ PGridItem = __decorate$J([
639
639
  ProxyCmp({
640
- inputs: inputs$D
640
+ inputs: inputs$E
641
641
  })
642
642
  ], PGridItem);
643
643
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PGridItem, decorators: [{
@@ -646,17 +646,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
646
646
  selector: 'p-grid-item,[p-grid-item]',
647
647
  changeDetection: ChangeDetectionStrategy.OnPush,
648
648
  template: '<ng-content></ng-content>',
649
- inputs: inputs$D
649
+ inputs: inputs$E
650
650
  }]
651
651
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
652
652
 
653
- var __decorate$H = (this && this.__decorate) || function (decorators, target, key, desc) {
653
+ var __decorate$I = (this && this.__decorate) || function (decorators, target, key, desc) {
654
654
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
655
655
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
656
656
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
657
657
  return c > 3 && r && Object.defineProperty(target, key, r), r;
658
658
  };
659
- const inputs$C = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
659
+ const inputs$D = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
660
660
  let PHeading = class PHeading {
661
661
  constructor(c, r, z) {
662
662
  this.z = z;
@@ -666,9 +666,9 @@ let PHeading = class PHeading {
666
666
  };
667
667
  PHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
668
668
  PHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PHeading, selector: "p-heading,[p-heading]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
669
- PHeading = __decorate$H([
669
+ PHeading = __decorate$I([
670
670
  ProxyCmp({
671
- inputs: inputs$C
671
+ inputs: inputs$D
672
672
  })
673
673
  ], PHeading);
674
674
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PHeading, decorators: [{
@@ -677,17 +677,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
677
677
  selector: 'p-heading,[p-heading]',
678
678
  changeDetection: ChangeDetectionStrategy.OnPush,
679
679
  template: '<ng-content></ng-content>',
680
- inputs: inputs$C
680
+ inputs: inputs$D
681
681
  }]
682
682
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
683
683
 
684
- var __decorate$G = (this && this.__decorate) || function (decorators, target, key, desc) {
684
+ var __decorate$H = (this && this.__decorate) || function (decorators, target, key, desc) {
685
685
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
686
686
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
687
687
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
688
688
  return c > 3 && r && Object.defineProperty(target, key, r), r;
689
689
  };
690
- const inputs$B = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
690
+ const inputs$C = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
691
691
  /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
692
692
  let PHeadline = class PHeadline {
693
693
  constructor(c, r, z) {
@@ -698,9 +698,9 @@ let PHeadline = class PHeadline {
698
698
  };
699
699
  PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
700
700
  PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
701
- PHeadline = __decorate$G([
701
+ PHeadline = __decorate$H([
702
702
  ProxyCmp({
703
- inputs: inputs$B
703
+ inputs: inputs$C
704
704
  })
705
705
  ], PHeadline);
706
706
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PHeadline, decorators: [{
@@ -709,17 +709,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
709
709
  selector: 'p-headline,[p-headline]',
710
710
  changeDetection: ChangeDetectionStrategy.OnPush,
711
711
  template: '<ng-content></ng-content>',
712
- inputs: inputs$B
712
+ inputs: inputs$C
713
713
  }]
714
714
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
715
715
 
716
- var __decorate$F = (this && this.__decorate) || function (decorators, target, key, desc) {
716
+ var __decorate$G = (this && this.__decorate) || function (decorators, target, key, desc) {
717
717
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
718
718
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
719
719
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
720
720
  return c > 3 && r && Object.defineProperty(target, key, r), r;
721
721
  };
722
- const inputs$A = ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme'];
722
+ const inputs$B = ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme'];
723
723
  let PIcon = class PIcon {
724
724
  constructor(c, r, z) {
725
725
  this.z = z;
@@ -729,9 +729,9 @@ let PIcon = class PIcon {
729
729
  };
730
730
  PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
731
731
  PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
732
- PIcon = __decorate$F([
732
+ PIcon = __decorate$G([
733
733
  ProxyCmp({
734
- inputs: inputs$A
734
+ inputs: inputs$B
735
735
  })
736
736
  ], PIcon);
737
737
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PIcon, decorators: [{
@@ -740,31 +740,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
740
740
  selector: 'p-icon,[p-icon]',
741
741
  changeDetection: ChangeDetectionStrategy.OnPush,
742
742
  template: '<ng-content></ng-content>',
743
- inputs: inputs$A
743
+ inputs: inputs$B
744
744
  }]
745
745
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
746
746
 
747
- var __decorate$E = (this && this.__decorate) || function (decorators, target, key, desc) {
747
+ var __decorate$F = (this && this.__decorate) || function (decorators, target, key, desc) {
748
748
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
749
749
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
750
750
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
751
751
  return c > 3 && r && Object.defineProperty(target, key, r), r;
752
752
  };
753
- const inputs$z = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'dismissButton', 'heading', 'persistent', 'state', 'theme'];
754
- const outputs$a = ['action', 'dismiss'];
753
+ const inputs$A = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'dismissButton', 'heading', 'persistent', 'state', 'theme'];
754
+ const outputs$b = ['action', 'dismiss'];
755
755
  let PInlineNotification = class PInlineNotification {
756
756
  constructor(c, r, z) {
757
757
  this.z = z;
758
758
  c.detach();
759
759
  this.el = r.nativeElement;
760
- proxyOutputs(this, outputs$a);
760
+ proxyOutputs(this, outputs$b);
761
761
  }
762
762
  };
763
763
  PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
764
764
  PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PInlineNotification, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", dismissButton: "dismissButton", 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 });
765
- PInlineNotification = __decorate$E([
765
+ PInlineNotification = __decorate$F([
766
766
  ProxyCmp({
767
- inputs: inputs$z
767
+ inputs: inputs$A
768
768
  })
769
769
  ], PInlineNotification);
770
770
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PInlineNotification, decorators: [{
@@ -773,18 +773,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
773
773
  selector: 'p-inline-notification,[p-inline-notification]',
774
774
  changeDetection: ChangeDetectionStrategy.OnPush,
775
775
  template: '<ng-content></ng-content>',
776
- inputs: inputs$z,
777
- outputs: outputs$a
776
+ inputs: inputs$A,
777
+ outputs: outputs$b
778
778
  }]
779
779
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
780
780
 
781
- var __decorate$D = (this && this.__decorate) || function (decorators, target, key, desc) {
781
+ var __decorate$E = (this && this.__decorate) || function (decorators, target, key, desc) {
782
782
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
783
783
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
784
784
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
785
785
  return c > 3 && r && Object.defineProperty(target, key, r), r;
786
786
  };
787
- const inputs$y = ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant'];
787
+ const inputs$z = ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant'];
788
788
  let PLink = class PLink {
789
789
  constructor(c, r, z) {
790
790
  this.z = z;
@@ -794,9 +794,9 @@ let PLink = class PLink {
794
794
  };
795
795
  PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
796
796
  PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
797
- PLink = __decorate$D([
797
+ PLink = __decorate$E([
798
798
  ProxyCmp({
799
- inputs: inputs$y
799
+ inputs: inputs$z
800
800
  })
801
801
  ], PLink);
802
802
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLink, decorators: [{
@@ -805,17 +805,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
805
805
  selector: 'p-link,[p-link]',
806
806
  changeDetection: ChangeDetectionStrategy.OnPush,
807
807
  template: '<ng-content></ng-content>',
808
- inputs: inputs$y
808
+ inputs: inputs$z
809
809
  }]
810
810
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
811
811
 
812
- var __decorate$C = (this && this.__decorate) || function (decorators, target, key, desc) {
812
+ var __decorate$D = (this && this.__decorate) || function (decorators, target, key, desc) {
813
813
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
814
814
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
815
815
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
816
816
  return c > 3 && r && Object.defineProperty(target, key, r), r;
817
817
  };
818
- const inputs$x = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight'];
818
+ const inputs$y = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight'];
819
819
  let PLinkPure = class PLinkPure {
820
820
  constructor(c, r, z) {
821
821
  this.z = z;
@@ -825,9 +825,9 @@ let PLinkPure = class PLinkPure {
825
825
  };
826
826
  PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
827
827
  PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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", underline: "underline", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
828
- PLinkPure = __decorate$C([
828
+ PLinkPure = __decorate$D([
829
829
  ProxyCmp({
830
- inputs: inputs$x
830
+ inputs: inputs$y
831
831
  })
832
832
  ], PLinkPure);
833
833
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkPure, decorators: [{
@@ -836,17 +836,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
836
836
  selector: 'p-link-pure,[p-link-pure]',
837
837
  changeDetection: ChangeDetectionStrategy.OnPush,
838
838
  template: '<ng-content></ng-content>',
839
- inputs: inputs$x
839
+ inputs: inputs$y
840
840
  }]
841
841
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
842
842
 
843
- var __decorate$B = (this && this.__decorate) || function (decorators, target, key, desc) {
843
+ var __decorate$C = (this && this.__decorate) || function (decorators, target, key, desc) {
844
844
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
845
845
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
846
846
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
847
847
  return c > 3 && r && Object.defineProperty(target, key, r), r;
848
848
  };
849
- const inputs$w = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
849
+ const inputs$x = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
850
850
  /** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
851
851
  let PLinkSocial = class PLinkSocial {
852
852
  constructor(c, r, z) {
@@ -857,9 +857,9 @@ let PLinkSocial = class PLinkSocial {
857
857
  };
858
858
  PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkSocial, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
859
859
  PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
860
- PLinkSocial = __decorate$B([
860
+ PLinkSocial = __decorate$C([
861
861
  ProxyCmp({
862
- inputs: inputs$w
862
+ inputs: inputs$x
863
863
  })
864
864
  ], PLinkSocial);
865
865
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkSocial, decorators: [{
@@ -868,17 +868,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
868
868
  selector: 'p-link-social,[p-link-social]',
869
869
  changeDetection: ChangeDetectionStrategy.OnPush,
870
870
  template: '<ng-content></ng-content>',
871
- inputs: inputs$w
871
+ inputs: inputs$x
872
872
  }]
873
873
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
874
874
 
875
- var __decorate$A = (this && this.__decorate) || function (decorators, target, key, desc) {
875
+ var __decorate$B = (this && this.__decorate) || function (decorators, target, key, desc) {
876
876
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
877
877
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
878
878
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
879
879
  return c > 3 && r && Object.defineProperty(target, key, r), r;
880
880
  };
881
- const inputs$v = ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight'];
881
+ const inputs$w = ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight'];
882
882
  let PLinkTile = class PLinkTile {
883
883
  constructor(c, r, z) {
884
884
  this.z = z;
@@ -888,9 +888,9 @@ let PLinkTile = class PLinkTile {
888
888
  };
889
889
  PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
890
890
  PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
891
- PLinkTile = __decorate$A([
891
+ PLinkTile = __decorate$B([
892
892
  ProxyCmp({
893
- inputs: inputs$v
893
+ inputs: inputs$w
894
894
  })
895
895
  ], PLinkTile);
896
896
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTile, decorators: [{
@@ -899,17 +899,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
899
899
  selector: 'p-link-tile,[p-link-tile]',
900
900
  changeDetection: ChangeDetectionStrategy.OnPush,
901
901
  template: '<ng-content></ng-content>',
902
- inputs: inputs$v
902
+ inputs: inputs$w
903
903
  }]
904
904
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
905
905
 
906
- var __decorate$z = (this && this.__decorate) || function (decorators, target, key, desc) {
906
+ var __decorate$A = (this && this.__decorate) || function (decorators, target, key, desc) {
907
907
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
908
908
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
909
909
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
910
910
  return c > 3 && r && Object.defineProperty(target, key, r), r;
911
911
  };
912
- const inputs$u = ['aspectRatio', 'description', 'heading', 'headingTag', 'linkDirection', 'model', 'weight'];
912
+ const inputs$v = ['aspectRatio', 'description', 'heading', 'headingTag', 'linkDirection', 'model', 'weight'];
913
913
  let PLinkTileModelSignature = class PLinkTileModelSignature {
914
914
  constructor(c, r, z) {
915
915
  this.z = z;
@@ -919,9 +919,9 @@ let PLinkTileModelSignature = class PLinkTileModelSignature {
919
919
  };
920
920
  PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTileModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
921
921
  PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkTileModelSignature, selector: "p-link-tile-model-signature,[p-link-tile-model-signature]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", headingTag: "headingTag", linkDirection: "linkDirection", model: "model", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
922
- PLinkTileModelSignature = __decorate$z([
922
+ PLinkTileModelSignature = __decorate$A([
923
923
  ProxyCmp({
924
- inputs: inputs$u
924
+ inputs: inputs$v
925
925
  })
926
926
  ], PLinkTileModelSignature);
927
927
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTileModelSignature, decorators: [{
@@ -930,17 +930,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
930
930
  selector: 'p-link-tile-model-signature,[p-link-tile-model-signature]',
931
931
  changeDetection: ChangeDetectionStrategy.OnPush,
932
932
  template: '<ng-content></ng-content>',
933
- inputs: inputs$u
933
+ inputs: inputs$v
934
934
  }]
935
935
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
936
936
 
937
- var __decorate$y = (this && this.__decorate) || function (decorators, target, key, desc) {
937
+ var __decorate$z = (this && this.__decorate) || function (decorators, target, key, desc) {
938
938
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
939
939
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
940
940
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
941
941
  return c > 3 && r && Object.defineProperty(target, key, r), r;
942
942
  };
943
- const inputs$t = ['aria', 'href', 'size', 'target', 'trademark', 'variant'];
943
+ const inputs$u = ['aria', 'href', 'size', 'target', 'trademark', 'variant'];
944
944
  /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-wordmark" instead. */
945
945
  let PMarque = class PMarque {
946
946
  constructor(c, r, z) {
@@ -951,9 +951,9 @@ let PMarque = class PMarque {
951
951
  };
952
952
  PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMarque, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
953
953
  PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PMarque, selector: "p-marque,[p-marque]", inputs: { aria: "aria", href: "href", size: "size", target: "target", trademark: "trademark", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
954
- PMarque = __decorate$y([
954
+ PMarque = __decorate$z([
955
955
  ProxyCmp({
956
- inputs: inputs$t
956
+ inputs: inputs$u
957
957
  })
958
958
  ], PMarque);
959
959
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMarque, decorators: [{
@@ -962,31 +962,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
962
962
  selector: 'p-marque,[p-marque]',
963
963
  changeDetection: ChangeDetectionStrategy.OnPush,
964
964
  template: '<ng-content></ng-content>',
965
- inputs: inputs$t
965
+ inputs: inputs$u
966
966
  }]
967
967
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
968
968
 
969
- var __decorate$x = (this && this.__decorate) || function (decorators, target, key, desc) {
969
+ var __decorate$y = (this && this.__decorate) || function (decorators, target, key, desc) {
970
970
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
971
971
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
972
972
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
973
973
  return c > 3 && r && Object.defineProperty(target, key, r), r;
974
974
  };
975
- const inputs$s = ['aria', 'disableBackdropClick', 'disableCloseButton', 'dismissButton', 'fullscreen', 'heading', 'open'];
976
- const outputs$9 = ['close', 'dismiss'];
975
+ const inputs$t = ['aria', 'disableBackdropClick', 'disableCloseButton', 'dismissButton', 'fullscreen', 'heading', 'open'];
976
+ const outputs$a = ['close', 'dismiss'];
977
977
  let PModal = class PModal {
978
978
  constructor(c, r, z) {
979
979
  this.z = z;
980
980
  c.detach();
981
981
  this.el = r.nativeElement;
982
- proxyOutputs(this, outputs$9);
982
+ proxyOutputs(this, outputs$a);
983
983
  }
984
984
  };
985
985
  PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
986
986
  PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PModal, selector: "p-modal,[p-modal]", inputs: { aria: "aria", disableBackdropClick: "disableBackdropClick", disableCloseButton: "disableCloseButton", dismissButton: "dismissButton", fullscreen: "fullscreen", heading: "heading", open: "open" }, outputs: { close: "close", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
987
- PModal = __decorate$x([
987
+ PModal = __decorate$y([
988
988
  ProxyCmp({
989
- inputs: inputs$s
989
+ inputs: inputs$t
990
990
  })
991
991
  ], PModal);
992
992
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModal, decorators: [{
@@ -995,18 +995,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
995
995
  selector: 'p-modal,[p-modal]',
996
996
  changeDetection: ChangeDetectionStrategy.OnPush,
997
997
  template: '<ng-content></ng-content>',
998
- inputs: inputs$s,
999
- outputs: outputs$9
998
+ inputs: inputs$t,
999
+ outputs: outputs$a
1000
1000
  }]
1001
1001
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1002
1002
 
1003
- var __decorate$w = (this && this.__decorate) || function (decorators, target, key, desc) {
1003
+ var __decorate$x = (this && this.__decorate) || function (decorators, target, key, desc) {
1004
1004
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1005
1005
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1006
1006
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1007
1007
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1008
1008
  };
1009
- const inputs$r = ['color', 'model', 'size', 'theme'];
1009
+ const inputs$s = ['color', 'model', 'size', 'theme'];
1010
1010
  let PModelSignature = class PModelSignature {
1011
1011
  constructor(c, r, z) {
1012
1012
  this.z = z;
@@ -1016,9 +1016,9 @@ let PModelSignature = class PModelSignature {
1016
1016
  };
1017
1017
  PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1018
1018
  PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PModelSignature, selector: "p-model-signature,[p-model-signature]", inputs: { color: "color", model: "model", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1019
- PModelSignature = __decorate$w([
1019
+ PModelSignature = __decorate$x([
1020
1020
  ProxyCmp({
1021
- inputs: inputs$r
1021
+ inputs: inputs$s
1022
1022
  })
1023
1023
  ], PModelSignature);
1024
1024
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModelSignature, decorators: [{
@@ -1027,31 +1027,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1027
1027
  selector: 'p-model-signature,[p-model-signature]',
1028
1028
  changeDetection: ChangeDetectionStrategy.OnPush,
1029
1029
  template: '<ng-content></ng-content>',
1030
- inputs: inputs$r
1030
+ inputs: inputs$s
1031
1031
  }]
1032
1032
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1033
1033
 
1034
- var __decorate$v = (this && this.__decorate) || function (decorators, target, key, desc) {
1034
+ var __decorate$w = (this && this.__decorate) || function (decorators, target, key, desc) {
1035
1035
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1036
1036
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1037
1037
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1038
1038
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1039
1039
  };
1040
- const inputs$q = ['description', 'disabled', 'dropdownDirection', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'];
1041
- const outputs$8 = ['update'];
1040
+ const inputs$r = ['description', 'disabled', 'dropdownDirection', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'];
1041
+ const outputs$9 = ['update'];
1042
1042
  let PMultiSelect = class PMultiSelect {
1043
1043
  constructor(c, r, z) {
1044
1044
  this.z = z;
1045
1045
  c.detach();
1046
1046
  this.el = r.nativeElement;
1047
- proxyOutputs(this, outputs$8);
1047
+ proxyOutputs(this, outputs$9);
1048
1048
  }
1049
1049
  };
1050
1050
  PMultiSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMultiSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1051
1051
  PMultiSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PMultiSelect, selector: "p-multi-select,[p-multi-select]", inputs: { description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", theme: "theme", value: "value" }, outputs: { update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1052
- PMultiSelect = __decorate$v([
1052
+ PMultiSelect = __decorate$w([
1053
1053
  ProxyCmp({
1054
- inputs: inputs$q
1054
+ inputs: inputs$r
1055
1055
  })
1056
1056
  ], PMultiSelect);
1057
1057
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMultiSelect, decorators: [{
@@ -1060,18 +1060,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1060
1060
  selector: 'p-multi-select,[p-multi-select]',
1061
1061
  changeDetection: ChangeDetectionStrategy.OnPush,
1062
1062
  template: '<ng-content></ng-content>',
1063
- inputs: inputs$q,
1064
- outputs: outputs$8
1063
+ inputs: inputs$r,
1064
+ outputs: outputs$9
1065
1065
  }]
1066
1066
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1067
1067
 
1068
- var __decorate$u = (this && this.__decorate) || function (decorators, target, key, desc) {
1068
+ var __decorate$v = (this && this.__decorate) || function (decorators, target, key, desc) {
1069
1069
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1070
1070
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1071
1071
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1072
1072
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1073
1073
  };
1074
- const inputs$p = ['disabled', 'value'];
1074
+ const inputs$q = ['disabled', 'value'];
1075
1075
  let PMultiSelectOption = class PMultiSelectOption {
1076
1076
  constructor(c, r, z) {
1077
1077
  this.z = z;
@@ -1081,9 +1081,9 @@ let PMultiSelectOption = class PMultiSelectOption {
1081
1081
  };
1082
1082
  PMultiSelectOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMultiSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1083
1083
  PMultiSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PMultiSelectOption, selector: "p-multi-select-option,[p-multi-select-option]", inputs: { disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1084
- PMultiSelectOption = __decorate$u([
1084
+ PMultiSelectOption = __decorate$v([
1085
1085
  ProxyCmp({
1086
- inputs: inputs$p
1086
+ inputs: inputs$q
1087
1087
  })
1088
1088
  ], PMultiSelectOption);
1089
1089
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMultiSelectOption, decorators: [{
@@ -1092,31 +1092,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1092
1092
  selector: 'p-multi-select-option,[p-multi-select-option]',
1093
1093
  changeDetection: ChangeDetectionStrategy.OnPush,
1094
1094
  template: '<ng-content></ng-content>',
1095
- inputs: inputs$p
1095
+ inputs: inputs$q
1096
1096
  }]
1097
1097
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1098
1098
 
1099
- var __decorate$t = (this && this.__decorate) || function (decorators, target, key, desc) {
1099
+ var __decorate$u = (this && this.__decorate) || function (decorators, target, key, desc) {
1100
1100
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1101
1101
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1102
1102
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1103
1103
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1104
1104
  };
1105
- const inputs$o = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'intl', 'itemsPerPage', 'maxNumberOfPageLinks', 'showLastPage', 'theme', 'totalItemsCount'];
1106
- const outputs$7 = ['pageChange', 'update'];
1105
+ const inputs$p = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'intl', 'itemsPerPage', 'maxNumberOfPageLinks', 'showLastPage', 'theme', 'totalItemsCount'];
1106
+ const outputs$8 = ['pageChange', 'update'];
1107
1107
  let PPagination = class PPagination {
1108
1108
  constructor(c, r, z) {
1109
1109
  this.z = z;
1110
1110
  c.detach();
1111
1111
  this.el = r.nativeElement;
1112
- proxyOutputs(this, outputs$7);
1112
+ proxyOutputs(this, outputs$8);
1113
1113
  }
1114
1114
  };
1115
1115
  PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1116
1116
  PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PPagination, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", allyLabel: "allyLabel", allyLabelNext: "allyLabelNext", allyLabelPage: "allyLabelPage", allyLabelPrev: "allyLabelPrev", intl: "intl", itemsPerPage: "itemsPerPage", maxNumberOfPageLinks: "maxNumberOfPageLinks", showLastPage: "showLastPage", theme: "theme", totalItemsCount: "totalItemsCount" }, outputs: { pageChange: "pageChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1117
- PPagination = __decorate$t([
1117
+ PPagination = __decorate$u([
1118
1118
  ProxyCmp({
1119
- inputs: inputs$o
1119
+ inputs: inputs$p
1120
1120
  })
1121
1121
  ], PPagination);
1122
1122
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PPagination, decorators: [{
@@ -1125,6 +1125,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1125
1125
  selector: 'p-pagination,[p-pagination]',
1126
1126
  changeDetection: ChangeDetectionStrategy.OnPush,
1127
1127
  template: '<ng-content></ng-content>',
1128
+ inputs: inputs$p,
1129
+ outputs: outputs$8
1130
+ }]
1131
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1132
+
1133
+ var __decorate$t = (this && this.__decorate) || function (decorators, target, key, desc) {
1134
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1135
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1136
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1137
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1138
+ };
1139
+ const inputs$o = ['description', 'disabled', 'hideLabel', 'label', 'length', 'loading', 'message', 'name', 'required', 'state', 'theme', 'type', 'value'];
1140
+ const outputs$7 = ['update'];
1141
+ let PPinCode = class PPinCode {
1142
+ constructor(c, r, z) {
1143
+ this.z = z;
1144
+ c.detach();
1145
+ this.el = r.nativeElement;
1146
+ proxyOutputs(this, outputs$7);
1147
+ }
1148
+ };
1149
+ PPinCode.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PPinCode, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1150
+ PPinCode.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PPinCode, selector: "p-pin-code,[p-pin-code]", inputs: { description: "description", disabled: "disabled", hideLabel: "hideLabel", label: "label", length: "length", loading: "loading", message: "message", name: "name", required: "required", state: "state", theme: "theme", type: "type", value: "value" }, outputs: { update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1151
+ PPinCode = __decorate$t([
1152
+ ProxyCmp({
1153
+ inputs: inputs$o
1154
+ })
1155
+ ], PPinCode);
1156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PPinCode, decorators: [{
1157
+ type: Component,
1158
+ args: [{
1159
+ selector: 'p-pin-code,[p-pin-code]',
1160
+ changeDetection: ChangeDetectionStrategy.OnPush,
1161
+ template: '<ng-content></ng-content>',
1128
1162
  inputs: inputs$o,
1129
1163
  outputs: outputs$7
1130
1164
  }]
@@ -1167,7 +1201,7 @@ var __decorate$r = (this && this.__decorate) || function (decorators, target, ke
1167
1201
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1168
1202
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1169
1203
  };
1170
- const inputs$m = ['hideLabel', 'label', 'message', 'state', 'theme'];
1204
+ const inputs$m = ['hideLabel', 'label', 'loading', 'message', 'state', 'theme'];
1171
1205
  let PRadioButtonWrapper = class PRadioButtonWrapper {
1172
1206
  constructor(c, r, z) {
1173
1207
  this.z = z;
@@ -1176,7 +1210,7 @@ let PRadioButtonWrapper = class PRadioButtonWrapper {
1176
1210
  }
1177
1211
  };
1178
1212
  PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PRadioButtonWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1179
- PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PRadioButtonWrapper, selector: "p-radio-button-wrapper,[p-radio-button-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", message: "message", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1213
+ PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PRadioButtonWrapper, selector: "p-radio-button-wrapper,[p-radio-button-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1180
1214
  PRadioButtonWrapper = __decorate$r([
1181
1215
  ProxyCmp({
1182
1216
  inputs: inputs$m
@@ -2065,6 +2099,7 @@ const DECLARATIONS = [
2065
2099
  PMultiSelect,
2066
2100
  PMultiSelectOption,
2067
2101
  PPagination,
2102
+ PPinCode,
2068
2103
  PPopover,
2069
2104
  PRadioButtonWrapper,
2070
2105
  PScroller,
@@ -2121,7 +2156,7 @@ class PorscheDesignSystemModule {
2121
2156
  }
2122
2157
  }
2123
2158
  PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
2124
- PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPopover, PRadioButtonWrapper, PScroller, 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, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPopover, PRadioButtonWrapper, PScroller, 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, PWordmark] });
2159
+ PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, 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, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, 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, PWordmark] });
2125
2160
  PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PorscheDesignSystemModule });
2126
2161
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
2127
2162
  type: NgModule,
@@ -2152,5 +2187,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
2152
2187
  * Generated bundle index. Do not edit.
2153
2188
  */
2154
2189
 
2155
- export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPopover, PRadioButtonWrapper, PScroller, 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, PWordmark, PorscheDesignSystemModule, ToastManager };
2190
+ export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, 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, PWordmark, PorscheDesignSystemModule, ToastManager };
2156
2191
  //# sourceMappingURL=porsche-design-system-components-angular.mjs.map