@porsche-design-system/components-angular 3.0.0-alpha.0 → 3.0.0-alpha.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,13 +43,13 @@ function ProxyCmp({ inputs /*, methods*/ }) {
43
43
  };
44
44
  }
45
45
 
46
- var __decorate$R = (this && this.__decorate) || function (decorators, target, key, desc) {
46
+ var __decorate$S = (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$M = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
52
+ const inputs$N = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
53
53
  const outputs$c = ['accordionChange'];
54
54
  let PAccordion = class PAccordion {
55
55
  constructor(c, r, z) {
@@ -61,9 +61,9 @@ let PAccordion = class PAccordion {
61
61
  };
62
62
  PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", 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: "12.0.0", version: "13.3.12", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
64
- PAccordion = __decorate$R([
64
+ PAccordion = __decorate$S([
65
65
  ProxyCmp({
66
- inputs: inputs$M
66
+ inputs: inputs$N
67
67
  })
68
68
  ], PAccordion);
69
69
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PAccordion, decorators: [{
@@ -72,18 +72,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
72
72
  selector: 'p-accordion,[p-accordion]',
73
73
  changeDetection: ChangeDetectionStrategy.OnPush,
74
74
  template: '<ng-content></ng-content>',
75
- inputs: inputs$M,
75
+ inputs: inputs$N,
76
76
  outputs: outputs$c
77
77
  }]
78
78
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
79
79
 
80
- var __decorate$Q = (this && this.__decorate) || function (decorators, target, key, desc) {
80
+ var __decorate$R = (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$L = ['persistent', 'state', 'theme', 'width'];
86
+ const inputs$M = ['persistent', 'state', 'theme', 'width'];
87
87
  const outputs$b = ['dismiss'];
88
88
  let PBanner = class PBanner {
89
89
  constructor(c, r, z) {
@@ -95,9 +95,9 @@ let PBanner = class PBanner {
95
95
  };
96
96
  PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", 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: "12.0.0", version: "13.3.12", type: PBanner, selector: "p-banner,[p-banner]", inputs: { persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
98
- PBanner = __decorate$Q([
98
+ PBanner = __decorate$R([
99
99
  ProxyCmp({
100
- inputs: inputs$L
100
+ inputs: inputs$M
101
101
  })
102
102
  ], PBanner);
103
103
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PBanner, decorators: [{
@@ -106,18 +106,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
106
106
  selector: 'p-banner,[p-banner]',
107
107
  changeDetection: ChangeDetectionStrategy.OnPush,
108
108
  template: '<ng-content></ng-content>',
109
- inputs: inputs$L,
109
+ inputs: inputs$M,
110
110
  outputs: outputs$b
111
111
  }]
112
112
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
113
113
 
114
- var __decorate$P = (this && this.__decorate) || function (decorators, target, key, desc) {
114
+ var __decorate$Q = (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$K = ['aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'theme', 'type', 'variant'];
120
+ const inputs$L = ['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: "13.3.12", 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: "12.0.0", version: "13.3.12", 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$P([
130
+ PButton = __decorate$Q([
131
131
  ProxyCmp({
132
- inputs: inputs$K
132
+ inputs: inputs$L
133
133
  })
134
134
  ], PButton);
135
135
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButton, decorators: [{
@@ -138,17 +138,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
138
138
  selector: 'p-button,[p-button]',
139
139
  changeDetection: ChangeDetectionStrategy.OnPush,
140
140
  template: '<ng-content></ng-content>',
141
- inputs: inputs$K
141
+ inputs: inputs$L
142
142
  }]
143
143
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
144
144
 
145
- var __decorate$O = (this && this.__decorate) || function (decorators, target, key, desc) {
145
+ var __decorate$P = (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$J = ['direction'];
151
+ const inputs$K = ['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: "13.3.12", 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: "12.0.0", version: "13.3.12", 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$O([
161
+ PButtonGroup = __decorate$P([
162
162
  ProxyCmp({
163
- inputs: inputs$J
163
+ inputs: inputs$K
164
164
  })
165
165
  ], PButtonGroup);
166
166
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonGroup, decorators: [{
@@ -169,17 +169,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
169
169
  selector: 'p-button-group,[p-button-group]',
170
170
  changeDetection: ChangeDetectionStrategy.OnPush,
171
171
  template: '<ng-content></ng-content>',
172
- inputs: inputs$J
172
+ inputs: inputs$K
173
173
  }]
174
174
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
175
175
 
176
- var __decorate$N = (this && this.__decorate) || function (decorators, target, key, desc) {
176
+ var __decorate$O = (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$I = ['active', 'alignLabel', 'aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'size', 'stretch', 'theme', 'type', 'weight'];
182
+ const inputs$J = ['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: "13.3.12", 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: "12.0.0", version: "13.3.12", 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$N([
192
+ PButtonPure = __decorate$O([
193
193
  ProxyCmp({
194
- inputs: inputs$I
194
+ inputs: inputs$J
195
195
  })
196
196
  ], PButtonPure);
197
197
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonPure, decorators: [{
@@ -200,17 +200,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
200
200
  selector: 'p-button-pure,[p-button-pure]',
201
201
  changeDetection: ChangeDetectionStrategy.OnPush,
202
202
  template: '<ng-content></ng-content>',
203
- inputs: inputs$I
203
+ inputs: inputs$J
204
204
  }]
205
205
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
206
206
 
207
- var __decorate$M = (this && this.__decorate) || function (decorators, target, key, desc) {
207
+ var __decorate$N = (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$H = ['description', 'disablePagination', 'heading', 'intl', 'rewind', 'slidesPerPage', 'theme', 'wrapContent'];
213
+ const inputs$I = ['alignHeader', 'description', 'disablePagination', 'heading', 'intl', 'rewind', 'slidesPerPage', 'theme', 'width', 'wrapContent'];
214
214
  const outputs$a = ['carouselChange'];
215
215
  let PCarousel = class PCarousel {
216
216
  constructor(c, r, z) {
@@ -221,10 +221,10 @@ let PCarousel = class PCarousel {
221
221
  }
222
222
  };
223
223
  PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
224
- PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", rewind: "rewind", slidesPerPage: "slidesPerPage", theme: "theme", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
225
- PCarousel = __decorate$M([
224
+ PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { alignHeader: "alignHeader", description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", rewind: "rewind", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
225
+ PCarousel = __decorate$N([
226
226
  ProxyCmp({
227
- inputs: inputs$H
227
+ inputs: inputs$I
228
228
  })
229
229
  ], PCarousel);
230
230
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCarousel, decorators: [{
@@ -233,18 +233,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
233
233
  selector: 'p-carousel,[p-carousel]',
234
234
  changeDetection: ChangeDetectionStrategy.OnPush,
235
235
  template: '<ng-content></ng-content>',
236
- inputs: inputs$H,
236
+ inputs: inputs$I,
237
237
  outputs: outputs$a
238
238
  }]
239
239
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
240
240
 
241
- var __decorate$L = (this && this.__decorate) || function (decorators, target, key, desc) {
241
+ var __decorate$M = (this && this.__decorate) || function (decorators, target, key, desc) {
242
242
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
243
243
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
244
244
  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;
245
245
  return c > 3 && r && Object.defineProperty(target, key, r), r;
246
246
  };
247
- const inputs$G = ['hideLabel', 'label', 'message', 'state', 'theme'];
247
+ const inputs$H = ['hideLabel', 'label', 'message', 'state', 'theme'];
248
248
  let PCheckboxWrapper = class PCheckboxWrapper {
249
249
  constructor(c, r, z) {
250
250
  this.z = z;
@@ -254,9 +254,9 @@ let PCheckboxWrapper = class PCheckboxWrapper {
254
254
  };
255
255
  PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCheckboxWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
256
256
  PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-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 });
257
- PCheckboxWrapper = __decorate$L([
257
+ PCheckboxWrapper = __decorate$M([
258
258
  ProxyCmp({
259
- inputs: inputs$G
259
+ inputs: inputs$H
260
260
  })
261
261
  ], PCheckboxWrapper);
262
262
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCheckboxWrapper, decorators: [{
@@ -265,17 +265,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
265
265
  selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
266
266
  changeDetection: ChangeDetectionStrategy.OnPush,
267
267
  template: '<ng-content></ng-content>',
268
- inputs: inputs$G
268
+ inputs: inputs$H
269
269
  }]
270
270
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
271
271
 
272
- var __decorate$K = (this && this.__decorate) || function (decorators, target, key, desc) {
272
+ var __decorate$L = (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$F = ['backgroundColor', 'theme', 'width'];
278
+ const inputs$G = ['backgroundColor', 'theme', 'width'];
279
279
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
280
280
  let PContentWrapper = class PContentWrapper {
281
281
  constructor(c, r, z) {
@@ -286,9 +286,9 @@ let PContentWrapper = class PContentWrapper {
286
286
  };
287
287
  PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PContentWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
288
288
  PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
289
- PContentWrapper = __decorate$K([
289
+ PContentWrapper = __decorate$L([
290
290
  ProxyCmp({
291
- inputs: inputs$F
291
+ inputs: inputs$G
292
292
  })
293
293
  ], PContentWrapper);
294
294
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PContentWrapper, decorators: [{
@@ -297,17 +297,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
297
297
  selector: 'p-content-wrapper,[p-content-wrapper]',
298
298
  changeDetection: ChangeDetectionStrategy.OnPush,
299
299
  template: '<ng-content></ng-content>',
300
- inputs: inputs$F
300
+ inputs: inputs$G
301
301
  }]
302
302
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
303
303
 
304
- var __decorate$J = (this && this.__decorate) || function (decorators, target, key, desc) {
304
+ var __decorate$K = (this && this.__decorate) || function (decorators, target, key, desc) {
305
305
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
306
306
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
307
307
  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;
308
308
  return c > 3 && r && Object.defineProperty(target, key, r), r;
309
309
  };
310
- const inputs$E = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
310
+ const inputs$F = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
311
311
  let PDisplay = class PDisplay {
312
312
  constructor(c, r, z) {
313
313
  this.z = z;
@@ -317,9 +317,9 @@ let PDisplay = class PDisplay {
317
317
  };
318
318
  PDisplay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDisplay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
319
319
  PDisplay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
320
- PDisplay = __decorate$J([
320
+ PDisplay = __decorate$K([
321
321
  ProxyCmp({
322
- inputs: inputs$E
322
+ inputs: inputs$F
323
323
  })
324
324
  ], PDisplay);
325
325
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDisplay, decorators: [{
@@ -328,17 +328,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
328
328
  selector: 'p-display,[p-display]',
329
329
  changeDetection: ChangeDetectionStrategy.OnPush,
330
330
  template: '<ng-content></ng-content>',
331
- inputs: inputs$E
331
+ inputs: inputs$F
332
332
  }]
333
333
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
334
334
 
335
- var __decorate$I = (this && this.__decorate) || function (decorators, target, key, desc) {
335
+ var __decorate$J = (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$D = ['color', 'orientation', 'theme'];
341
+ const inputs$E = ['color', 'orientation', 'theme'];
342
342
  let PDivider = class PDivider {
343
343
  constructor(c, r, z) {
344
344
  this.z = z;
@@ -348,9 +348,9 @@ let PDivider = class PDivider {
348
348
  };
349
349
  PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
350
350
  PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", orientation: "orientation", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
351
- PDivider = __decorate$I([
351
+ PDivider = __decorate$J([
352
352
  ProxyCmp({
353
- inputs: inputs$D
353
+ inputs: inputs$E
354
354
  })
355
355
  ], PDivider);
356
356
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDivider, decorators: [{
@@ -359,17 +359,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
359
359
  selector: 'p-divider,[p-divider]',
360
360
  changeDetection: ChangeDetectionStrategy.OnPush,
361
361
  template: '<ng-content></ng-content>',
362
- inputs: inputs$D
362
+ inputs: inputs$E
363
363
  }]
364
364
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
365
365
 
366
- var __decorate$H = (this && this.__decorate) || function (decorators, target, key, desc) {
366
+ var __decorate$I = (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$C = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
372
+ const inputs$D = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
373
373
  let PFieldsetWrapper = class PFieldsetWrapper {
374
374
  constructor(c, r, z) {
375
375
  this.z = z;
@@ -379,9 +379,9 @@ let PFieldsetWrapper = class PFieldsetWrapper {
379
379
  };
380
380
  PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldsetWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
381
381
  PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
382
- PFieldsetWrapper = __decorate$H([
382
+ PFieldsetWrapper = __decorate$I([
383
383
  ProxyCmp({
384
- inputs: inputs$C
384
+ inputs: inputs$D
385
385
  })
386
386
  ], PFieldsetWrapper);
387
387
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldsetWrapper, decorators: [{
@@ -390,17 +390,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
390
390
  selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
391
391
  changeDetection: ChangeDetectionStrategy.OnPush,
392
392
  template: '<ng-content></ng-content>',
393
- inputs: inputs$C
393
+ inputs: inputs$D
394
394
  }]
395
395
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
396
396
 
397
- var __decorate$G = (this && this.__decorate) || function (decorators, target, key, desc) {
397
+ var __decorate$H = (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$B = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
403
+ const inputs$C = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
404
404
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
405
405
  let PFlex = class PFlex {
406
406
  constructor(c, r, z) {
@@ -411,9 +411,9 @@ let PFlex = class PFlex {
411
411
  };
412
412
  PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlex, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
413
413
  PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
414
- PFlex = __decorate$G([
414
+ PFlex = __decorate$H([
415
415
  ProxyCmp({
416
- inputs: inputs$B
416
+ inputs: inputs$C
417
417
  })
418
418
  ], PFlex);
419
419
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlex, decorators: [{
@@ -422,17 +422,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
422
422
  selector: 'p-flex,[p-flex]',
423
423
  changeDetection: ChangeDetectionStrategy.OnPush,
424
424
  template: '<ng-content></ng-content>',
425
- inputs: inputs$B
425
+ inputs: inputs$C
426
426
  }]
427
427
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
428
428
 
429
- var __decorate$F = (this && this.__decorate) || function (decorators, target, key, desc) {
429
+ var __decorate$G = (this && this.__decorate) || function (decorators, target, key, desc) {
430
430
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
431
431
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
432
432
  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;
433
433
  return c > 3 && r && Object.defineProperty(target, key, r), r;
434
434
  };
435
- const inputs$A = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
435
+ const inputs$B = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
436
436
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
437
437
  let PFlexItem = class PFlexItem {
438
438
  constructor(c, r, z) {
@@ -443,9 +443,9 @@ let PFlexItem = class PFlexItem {
443
443
  };
444
444
  PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlexItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
445
445
  PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
446
- PFlexItem = __decorate$F([
446
+ PFlexItem = __decorate$G([
447
447
  ProxyCmp({
448
- inputs: inputs$A
448
+ inputs: inputs$B
449
449
  })
450
450
  ], PFlexItem);
451
451
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlexItem, decorators: [{
@@ -454,17 +454,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
454
454
  selector: 'p-flex-item,[p-flex-item]',
455
455
  changeDetection: ChangeDetectionStrategy.OnPush,
456
456
  template: '<ng-content></ng-content>',
457
- inputs: inputs$A
457
+ inputs: inputs$B
458
458
  }]
459
459
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
460
460
 
461
- var __decorate$E = (this && this.__decorate) || function (decorators, target, key, desc) {
461
+ var __decorate$F = (this && this.__decorate) || function (decorators, target, key, desc) {
462
462
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
463
463
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
464
464
  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;
465
465
  return c > 3 && r && Object.defineProperty(target, key, r), r;
466
466
  };
467
- const inputs$z = ['direction', 'gutter', 'wrap'];
467
+ const inputs$A = ['direction', 'gutter', 'wrap'];
468
468
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
469
469
  let PGrid = class PGrid {
470
470
  constructor(c, r, z) {
@@ -475,9 +475,9 @@ let PGrid = class PGrid {
475
475
  };
476
476
  PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
477
477
  PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
478
- PGrid = __decorate$E([
478
+ PGrid = __decorate$F([
479
479
  ProxyCmp({
480
- inputs: inputs$z
480
+ inputs: inputs$A
481
481
  })
482
482
  ], PGrid);
483
483
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGrid, decorators: [{
@@ -486,17 +486,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
486
486
  selector: 'p-grid,[p-grid]',
487
487
  changeDetection: ChangeDetectionStrategy.OnPush,
488
488
  template: '<ng-content></ng-content>',
489
- inputs: inputs$z
489
+ inputs: inputs$A
490
490
  }]
491
491
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
492
492
 
493
- var __decorate$D = (this && this.__decorate) || function (decorators, target, key, desc) {
493
+ var __decorate$E = (this && this.__decorate) || function (decorators, target, key, desc) {
494
494
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
495
495
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
496
496
  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;
497
497
  return c > 3 && r && Object.defineProperty(target, key, r), r;
498
498
  };
499
- const inputs$y = ['offset', 'size'];
499
+ const inputs$z = ['offset', 'size'];
500
500
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
501
501
  let PGridItem = class PGridItem {
502
502
  constructor(c, r, z) {
@@ -507,9 +507,9 @@ let PGridItem = class PGridItem {
507
507
  };
508
508
  PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGridItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
509
509
  PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
510
- PGridItem = __decorate$D([
510
+ PGridItem = __decorate$E([
511
511
  ProxyCmp({
512
- inputs: inputs$y
512
+ inputs: inputs$z
513
513
  })
514
514
  ], PGridItem);
515
515
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGridItem, decorators: [{
@@ -518,17 +518,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
518
518
  selector: 'p-grid-item,[p-grid-item]',
519
519
  changeDetection: ChangeDetectionStrategy.OnPush,
520
520
  template: '<ng-content></ng-content>',
521
- inputs: inputs$y
521
+ inputs: inputs$z
522
522
  }]
523
523
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
524
524
 
525
- var __decorate$C = (this && this.__decorate) || function (decorators, target, key, desc) {
525
+ var __decorate$D = (this && this.__decorate) || function (decorators, target, key, desc) {
526
526
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
527
527
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
528
528
  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;
529
529
  return c > 3 && r && Object.defineProperty(target, key, r), r;
530
530
  };
531
- const inputs$x = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
531
+ const inputs$y = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
532
532
  let PHeading = class PHeading {
533
533
  constructor(c, r, z) {
534
534
  this.z = z;
@@ -538,9 +538,9 @@ let PHeading = class PHeading {
538
538
  };
539
539
  PHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
540
540
  PHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
541
- PHeading = __decorate$C([
541
+ PHeading = __decorate$D([
542
542
  ProxyCmp({
543
- inputs: inputs$x
543
+ inputs: inputs$y
544
544
  })
545
545
  ], PHeading);
546
546
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeading, decorators: [{
@@ -549,17 +549,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
549
549
  selector: 'p-heading,[p-heading]',
550
550
  changeDetection: ChangeDetectionStrategy.OnPush,
551
551
  template: '<ng-content></ng-content>',
552
- inputs: inputs$x
552
+ inputs: inputs$y
553
553
  }]
554
554
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
555
555
 
556
- var __decorate$B = (this && this.__decorate) || function (decorators, target, key, desc) {
556
+ var __decorate$C = (this && this.__decorate) || function (decorators, target, key, desc) {
557
557
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
558
558
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
559
559
  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;
560
560
  return c > 3 && r && Object.defineProperty(target, key, r), r;
561
561
  };
562
- const inputs$w = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
562
+ const inputs$x = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
563
563
  /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
564
564
  let PHeadline = class PHeadline {
565
565
  constructor(c, r, z) {
@@ -570,9 +570,9 @@ let PHeadline = class PHeadline {
570
570
  };
571
571
  PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
572
572
  PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
573
- PHeadline = __decorate$B([
573
+ PHeadline = __decorate$C([
574
574
  ProxyCmp({
575
- inputs: inputs$w
575
+ inputs: inputs$x
576
576
  })
577
577
  ], PHeadline);
578
578
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeadline, decorators: [{
@@ -581,17 +581,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
581
581
  selector: 'p-headline,[p-headline]',
582
582
  changeDetection: ChangeDetectionStrategy.OnPush,
583
583
  template: '<ng-content></ng-content>',
584
- inputs: inputs$w
584
+ inputs: inputs$x
585
585
  }]
586
586
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
587
587
 
588
- var __decorate$A = (this && this.__decorate) || function (decorators, target, key, desc) {
588
+ var __decorate$B = (this && this.__decorate) || function (decorators, target, key, desc) {
589
589
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
590
590
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
591
591
  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;
592
592
  return c > 3 && r && Object.defineProperty(target, key, r), r;
593
593
  };
594
- const inputs$v = ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme'];
594
+ const inputs$w = ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme'];
595
595
  let PIcon = class PIcon {
596
596
  constructor(c, r, z) {
597
597
  this.z = z;
@@ -601,9 +601,9 @@ let PIcon = class PIcon {
601
601
  };
602
602
  PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
603
603
  PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
604
- PIcon = __decorate$A([
604
+ PIcon = __decorate$B([
605
605
  ProxyCmp({
606
- inputs: inputs$v
606
+ inputs: inputs$w
607
607
  })
608
608
  ], PIcon);
609
609
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PIcon, decorators: [{
@@ -612,17 +612,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
612
612
  selector: 'p-icon,[p-icon]',
613
613
  changeDetection: ChangeDetectionStrategy.OnPush,
614
614
  template: '<ng-content></ng-content>',
615
- inputs: inputs$v
615
+ inputs: inputs$w
616
616
  }]
617
617
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
618
618
 
619
- var __decorate$z = (this && this.__decorate) || function (decorators, target, key, desc) {
619
+ var __decorate$A = (this && this.__decorate) || function (decorators, target, key, desc) {
620
620
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
621
621
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
622
622
  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;
623
623
  return c > 3 && r && Object.defineProperty(target, key, r), r;
624
624
  };
625
- const inputs$u = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'heading', 'persistent', 'state', 'theme'];
625
+ const inputs$v = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'heading', 'persistent', 'state', 'theme'];
626
626
  const outputs$9 = ['action', 'dismiss'];
627
627
  let PInlineNotification = class PInlineNotification {
628
628
  constructor(c, r, z) {
@@ -634,9 +634,9 @@ let PInlineNotification = class PInlineNotification {
634
634
  };
635
635
  PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
636
636
  PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PInlineNotification, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", heading: "heading", persistent: "persistent", state: "state", theme: "theme" }, outputs: { action: "action", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
637
- PInlineNotification = __decorate$z([
637
+ PInlineNotification = __decorate$A([
638
638
  ProxyCmp({
639
- inputs: inputs$u
639
+ inputs: inputs$v
640
640
  })
641
641
  ], PInlineNotification);
642
642
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PInlineNotification, decorators: [{
@@ -645,18 +645,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
645
645
  selector: 'p-inline-notification,[p-inline-notification]',
646
646
  changeDetection: ChangeDetectionStrategy.OnPush,
647
647
  template: '<ng-content></ng-content>',
648
- inputs: inputs$u,
648
+ inputs: inputs$v,
649
649
  outputs: outputs$9
650
650
  }]
651
651
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
652
652
 
653
- var __decorate$y = (this && this.__decorate) || function (decorators, target, key, desc) {
653
+ var __decorate$z = (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$t = ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant'];
659
+ const inputs$u = ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant'];
660
660
  let PLink = class PLink {
661
661
  constructor(c, r, z) {
662
662
  this.z = z;
@@ -666,9 +666,9 @@ let PLink = class PLink {
666
666
  };
667
667
  PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
668
668
  PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
669
- PLink = __decorate$y([
669
+ PLink = __decorate$z([
670
670
  ProxyCmp({
671
- inputs: inputs$t
671
+ inputs: inputs$u
672
672
  })
673
673
  ], PLink);
674
674
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLink, decorators: [{
@@ -677,17 +677,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
677
677
  selector: 'p-link,[p-link]',
678
678
  changeDetection: ChangeDetectionStrategy.OnPush,
679
679
  template: '<ng-content></ng-content>',
680
- inputs: inputs$t
680
+ inputs: inputs$u
681
681
  }]
682
682
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
683
683
 
684
- var __decorate$x = (this && this.__decorate) || function (decorators, target, key, desc) {
684
+ var __decorate$y = (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$s = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight'];
690
+ const inputs$t = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight'];
691
691
  let PLinkPure = class PLinkPure {
692
692
  constructor(c, r, z) {
693
693
  this.z = z;
@@ -697,9 +697,9 @@ let PLinkPure = class PLinkPure {
697
697
  };
698
698
  PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
699
699
  PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
700
- PLinkPure = __decorate$x([
700
+ PLinkPure = __decorate$y([
701
701
  ProxyCmp({
702
- inputs: inputs$s
702
+ inputs: inputs$t
703
703
  })
704
704
  ], PLinkPure);
705
705
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkPure, decorators: [{
@@ -708,17 +708,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
708
708
  selector: 'p-link-pure,[p-link-pure]',
709
709
  changeDetection: ChangeDetectionStrategy.OnPush,
710
710
  template: '<ng-content></ng-content>',
711
- inputs: inputs$s
711
+ inputs: inputs$t
712
712
  }]
713
713
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
714
714
 
715
- var __decorate$w = (this && this.__decorate) || function (decorators, target, key, desc) {
715
+ var __decorate$x = (this && this.__decorate) || function (decorators, target, key, desc) {
716
716
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
717
717
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
718
718
  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;
719
719
  return c > 3 && r && Object.defineProperty(target, key, r), r;
720
720
  };
721
- const inputs$r = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
721
+ const inputs$s = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
722
722
  /** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social instead. */
723
723
  let PLinkSocial = class PLinkSocial {
724
724
  constructor(c, r, z) {
@@ -729,9 +729,9 @@ let PLinkSocial = class PLinkSocial {
729
729
  };
730
730
  PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkSocial, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
731
731
  PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
732
- PLinkSocial = __decorate$w([
732
+ PLinkSocial = __decorate$x([
733
733
  ProxyCmp({
734
- inputs: inputs$r
734
+ inputs: inputs$s
735
735
  })
736
736
  ], PLinkSocial);
737
737
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkSocial, decorators: [{
@@ -740,17 +740,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
740
740
  selector: 'p-link-social,[p-link-social]',
741
741
  changeDetection: ChangeDetectionStrategy.OnPush,
742
742
  template: '<ng-content></ng-content>',
743
- inputs: inputs$r
743
+ inputs: inputs$s
744
744
  }]
745
745
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
746
746
 
747
- var __decorate$v = (this && this.__decorate) || function (decorators, target, key, desc) {
747
+ var __decorate$w = (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$q = ['align', 'aria', 'aspectRatio', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight'];
753
+ const inputs$r = ['align', 'aria', 'aspectRatio', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight'];
754
754
  let PLinkTile = class PLinkTile {
755
755
  constructor(c, r, z) {
756
756
  this.z = z;
@@ -760,9 +760,9 @@ let PLinkTile = class PLinkTile {
760
760
  };
761
761
  PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
762
762
  PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
763
- PLinkTile = __decorate$v([
763
+ PLinkTile = __decorate$w([
764
764
  ProxyCmp({
765
- inputs: inputs$q
765
+ inputs: inputs$r
766
766
  })
767
767
  ], PLinkTile);
768
768
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkTile, decorators: [{
@@ -771,17 +771,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
771
771
  selector: 'p-link-tile,[p-link-tile]',
772
772
  changeDetection: ChangeDetectionStrategy.OnPush,
773
773
  template: '<ng-content></ng-content>',
774
- inputs: inputs$q
774
+ inputs: inputs$r
775
775
  }]
776
776
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
777
777
 
778
- var __decorate$u = (this && this.__decorate) || function (decorators, target, key, desc) {
778
+ var __decorate$v = (this && this.__decorate) || function (decorators, target, key, desc) {
779
779
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
780
780
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
781
781
  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;
782
782
  return c > 3 && r && Object.defineProperty(target, key, r), r;
783
783
  };
784
- const inputs$p = ['aria', 'href', 'size', 'target', 'trademark'];
784
+ const inputs$q = ['aria', 'href', 'size', 'target', 'trademark'];
785
785
  let PMarque = class PMarque {
786
786
  constructor(c, r, z) {
787
787
  this.z = z;
@@ -791,9 +791,9 @@ let PMarque = class PMarque {
791
791
  };
792
792
  PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PMarque, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
793
793
  PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PMarque, selector: "p-marque,[p-marque]", inputs: { aria: "aria", href: "href", size: "size", target: "target", trademark: "trademark" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
794
- PMarque = __decorate$u([
794
+ PMarque = __decorate$v([
795
795
  ProxyCmp({
796
- inputs: inputs$p
796
+ inputs: inputs$q
797
797
  })
798
798
  ], PMarque);
799
799
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PMarque, decorators: [{
@@ -802,17 +802,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
802
802
  selector: 'p-marque,[p-marque]',
803
803
  changeDetection: ChangeDetectionStrategy.OnPush,
804
804
  template: '<ng-content></ng-content>',
805
- inputs: inputs$p
805
+ inputs: inputs$q
806
806
  }]
807
807
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
808
808
 
809
- var __decorate$t = (this && this.__decorate) || function (decorators, target, key, desc) {
809
+ var __decorate$u = (this && this.__decorate) || function (decorators, target, key, desc) {
810
810
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
811
811
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
812
812
  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;
813
813
  return c > 3 && r && Object.defineProperty(target, key, r), r;
814
814
  };
815
- const inputs$o = ['aria', 'disableBackdropClick', 'disableCloseButton', 'fullscreen', 'heading', 'open'];
815
+ const inputs$p = ['aria', 'disableBackdropClick', 'disableCloseButton', 'fullscreen', 'heading', 'open'];
816
816
  const outputs$8 = ['close'];
817
817
  let PModal = class PModal {
818
818
  constructor(c, r, z) {
@@ -824,9 +824,9 @@ let PModal = class PModal {
824
824
  };
825
825
  PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
826
826
  PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PModal, selector: "p-modal,[p-modal]", inputs: { aria: "aria", disableBackdropClick: "disableBackdropClick", disableCloseButton: "disableCloseButton", fullscreen: "fullscreen", heading: "heading", open: "open" }, outputs: { close: "close" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
827
- PModal = __decorate$t([
827
+ PModal = __decorate$u([
828
828
  ProxyCmp({
829
- inputs: inputs$o
829
+ inputs: inputs$p
830
830
  })
831
831
  ], PModal);
832
832
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PModal, decorators: [{
@@ -835,11 +835,42 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
835
835
  selector: 'p-modal,[p-modal]',
836
836
  changeDetection: ChangeDetectionStrategy.OnPush,
837
837
  template: '<ng-content></ng-content>',
838
- inputs: inputs$o,
838
+ inputs: inputs$p,
839
839
  outputs: outputs$8
840
840
  }]
841
841
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
842
842
 
843
+ var __decorate$t = (this && this.__decorate) || function (decorators, target, key, desc) {
844
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
845
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
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
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
848
+ };
849
+ const inputs$o = ['color', 'model', 'size', 'theme'];
850
+ let PModelSignature = class PModelSignature {
851
+ constructor(c, r, z) {
852
+ this.z = z;
853
+ c.detach();
854
+ this.el = r.nativeElement;
855
+ }
856
+ };
857
+ PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
858
+ PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
859
+ PModelSignature = __decorate$t([
860
+ ProxyCmp({
861
+ inputs: inputs$o
862
+ })
863
+ ], PModelSignature);
864
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PModelSignature, decorators: [{
865
+ type: Component,
866
+ args: [{
867
+ selector: 'p-model-signature,[p-model-signature]',
868
+ changeDetection: ChangeDetectionStrategy.OnPush,
869
+ template: '<ng-content></ng-content>',
870
+ inputs: inputs$o
871
+ }]
872
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
873
+
843
874
  var __decorate$s = (this && this.__decorate) || function (decorators, target, key, desc) {
844
875
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
845
876
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -1769,6 +1800,7 @@ const DECLARATIONS = [
1769
1800
  PLinkTile,
1770
1801
  PMarque,
1771
1802
  PModal,
1803
+ PModelSignature,
1772
1804
  PPagination,
1773
1805
  PPopover,
1774
1806
  PRadioButtonWrapper,
@@ -1824,7 +1856,7 @@ class PorscheDesignSystemModule {
1824
1856
  }
1825
1857
  }
1826
1858
  PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
1827
- PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, 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], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, 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] });
1859
+ PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, PModelSignature, 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], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, PModelSignature, 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] });
1828
1860
  PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule });
1829
1861
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
1830
1862
  type: NgModule,
@@ -1855,5 +1887,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1855
1887
  * Generated bundle index. Do not edit.
1856
1888
  */
1857
1889
 
1858
- export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, 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, PorscheDesignSystemModule, ToastManager };
1890
+ export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, PModelSignature, 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, PorscheDesignSystemModule, ToastManager };
1859
1891
  //# sourceMappingURL=porsche-design-system-components-angular.mjs.map