@porsche-design-system/components-angular 3.0.0-alpha.4 → 3.0.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,13 +43,13 @@ function ProxyCmp({ inputs /*, methods*/ }) {
43
43
  };
44
44
  }
45
45
 
46
- var __decorate$V = (this && this.__decorate) || function (decorators, target, key, desc) {
46
+ var __decorate$X = (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$Q = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
52
+ const inputs$S = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
53
53
  const outputs$c = ['accordionChange', 'change'];
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", change: "change" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
64
- PAccordion = __decorate$V([
64
+ PAccordion = __decorate$X([
65
65
  ProxyCmp({
66
- inputs: inputs$Q
66
+ inputs: inputs$S
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$Q,
75
+ inputs: inputs$S,
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$U = (this && this.__decorate) || function (decorators, target, key, desc) {
80
+ var __decorate$W = (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$P = ['description', 'heading', 'persistent', 'state', 'theme', 'width'];
86
+ const inputs$R = ['description', 'heading', '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: { description: "description", heading: "heading", 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$U([
98
+ PBanner = __decorate$W([
99
99
  ProxyCmp({
100
- inputs: inputs$P
100
+ inputs: inputs$R
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$P,
109
+ inputs: inputs$R,
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$T = (this && this.__decorate) || function (decorators, target, key, desc) {
114
+ var __decorate$V = (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$O = ['aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'theme', 'type', 'variant'];
120
+ const inputs$Q = ['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$T([
130
+ PButton = __decorate$V([
131
131
  ProxyCmp({
132
- inputs: inputs$O
132
+ inputs: inputs$Q
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$O
141
+ inputs: inputs$Q
142
142
  }]
143
143
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
144
144
 
145
- var __decorate$S = (this && this.__decorate) || function (decorators, target, key, desc) {
145
+ var __decorate$U = (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$N = ['direction'];
151
+ const inputs$P = ['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$S([
161
+ PButtonGroup = __decorate$U([
162
162
  ProxyCmp({
163
- inputs: inputs$N
163
+ inputs: inputs$P
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$N
172
+ inputs: inputs$P
173
173
  }]
174
174
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
175
175
 
176
- var __decorate$R = (this && this.__decorate) || function (decorators, target, key, desc) {
176
+ var __decorate$T = (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$M = ['active', 'alignLabel', 'aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'size', 'stretch', 'theme', 'type', 'weight'];
182
+ const inputs$O = ['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$R([
192
+ PButtonPure = __decorate$T([
193
193
  ProxyCmp({
194
- inputs: inputs$M
194
+ inputs: inputs$O
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$M
203
+ inputs: inputs$O
204
204
  }]
205
205
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
206
206
 
207
- var __decorate$Q = (this && this.__decorate) || function (decorators, target, key, desc) {
207
+ var __decorate$S = (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$L = ['align', 'aria', 'aspectRatio', 'compact', 'description', 'disabled', 'gradient', 'icon', 'iconSource', 'label', 'loading', 'size', 'type', 'weight'];
213
+ const inputs$N = ['align', 'aria', 'aspectRatio', '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: "13.3.12", 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: "12.0.0", version: "13.3.12", type: PButtonTile, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
223
- PButtonTile = __decorate$Q([
223
+ PButtonTile = __decorate$S([
224
224
  ProxyCmp({
225
- inputs: inputs$L
225
+ inputs: inputs$N
226
226
  })
227
227
  ], PButtonTile);
228
228
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonTile, decorators: [{
@@ -231,17 +231,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
231
231
  selector: 'p-button-tile,[p-button-tile]',
232
232
  changeDetection: ChangeDetectionStrategy.OnPush,
233
233
  template: '<ng-content></ng-content>',
234
- inputs: inputs$L
234
+ inputs: inputs$N
235
235
  }]
236
236
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
237
237
 
238
- var __decorate$P = (this && this.__decorate) || function (decorators, target, key, desc) {
238
+ var __decorate$R = (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$K = ['activeSlideIndex', 'alignHeader', 'description', 'disablePagination', 'heading', 'intl', 'pagination', 'rewind', 'slidesPerPage', 'theme', 'width', 'wrapContent'];
244
+ const inputs$M = ['activeSlideIndex', 'alignHeader', 'description', 'disablePagination', 'heading', 'intl', 'pagination', 'rewind', 'slidesPerPage', 'theme', 'width', 'wrapContent'];
245
245
  const outputs$a = ['carouselChange', 'change'];
246
246
  let PCarousel = class PCarousel {
247
247
  constructor(c, r, z) {
@@ -253,9 +253,9 @@ let PCarousel = class PCarousel {
253
253
  };
254
254
  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 });
255
255
  PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignHeader: "alignHeader", description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", pagination: "pagination", rewind: "rewind", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange", change: "change" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
256
- PCarousel = __decorate$P([
256
+ PCarousel = __decorate$R([
257
257
  ProxyCmp({
258
- inputs: inputs$K
258
+ inputs: inputs$M
259
259
  })
260
260
  ], PCarousel);
261
261
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCarousel, decorators: [{
@@ -264,18 +264,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
264
264
  selector: 'p-carousel,[p-carousel]',
265
265
  changeDetection: ChangeDetectionStrategy.OnPush,
266
266
  template: '<ng-content></ng-content>',
267
- inputs: inputs$K,
267
+ inputs: inputs$M,
268
268
  outputs: outputs$a
269
269
  }]
270
270
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
271
271
 
272
- var __decorate$O = (this && this.__decorate) || function (decorators, target, key, desc) {
272
+ var __decorate$Q = (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$J = ['hideLabel', 'label', 'message', 'state', 'theme'];
278
+ const inputs$L = ['hideLabel', 'label', '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: "13.3.12", 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: "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 });
288
- PCheckboxWrapper = __decorate$O([
288
+ PCheckboxWrapper = __decorate$Q([
289
289
  ProxyCmp({
290
- inputs: inputs$J
290
+ inputs: inputs$L
291
291
  })
292
292
  ], PCheckboxWrapper);
293
293
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCheckboxWrapper, decorators: [{
@@ -296,17 +296,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
296
296
  selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
297
297
  changeDetection: ChangeDetectionStrategy.OnPush,
298
298
  template: '<ng-content></ng-content>',
299
- inputs: inputs$J
299
+ inputs: inputs$L
300
300
  }]
301
301
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
302
302
 
303
- var __decorate$N = (this && this.__decorate) || function (decorators, target, key, desc) {
303
+ var __decorate$P = (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$I = ['backgroundColor', 'theme', 'width'];
309
+ const inputs$K = ['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: "13.3.12", 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: "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 });
320
- PContentWrapper = __decorate$N([
320
+ PContentWrapper = __decorate$P([
321
321
  ProxyCmp({
322
- inputs: inputs$I
322
+ inputs: inputs$K
323
323
  })
324
324
  ], PContentWrapper);
325
325
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PContentWrapper, decorators: [{
@@ -328,17 +328,48 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
328
328
  selector: 'p-content-wrapper,[p-content-wrapper]',
329
329
  changeDetection: ChangeDetectionStrategy.OnPush,
330
330
  template: '<ng-content></ng-content>',
331
- inputs: inputs$I
331
+ inputs: inputs$K
332
332
  }]
333
333
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
334
334
 
335
- var __decorate$M = (this && this.__decorate) || function (decorators, target, key, desc) {
335
+ var __decorate$O = (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$H = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
341
+ const inputs$J = ['aria', 'href', 'target'];
342
+ let PCrest = class PCrest {
343
+ constructor(c, r, z) {
344
+ this.z = z;
345
+ c.detach();
346
+ this.el = r.nativeElement;
347
+ }
348
+ };
349
+ PCrest.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCrest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
350
+ PCrest.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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$O([
352
+ ProxyCmp({
353
+ inputs: inputs$J
354
+ })
355
+ ], PCrest);
356
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCrest, decorators: [{
357
+ type: Component,
358
+ args: [{
359
+ selector: 'p-crest,[p-crest]',
360
+ changeDetection: ChangeDetectionStrategy.OnPush,
361
+ template: '<ng-content></ng-content>',
362
+ inputs: inputs$J
363
+ }]
364
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
365
+
366
+ var __decorate$N = (this && this.__decorate) || function (decorators, target, key, desc) {
367
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
368
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
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
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
371
+ };
372
+ const inputs$I = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
342
373
  let PDisplay = class PDisplay {
343
374
  constructor(c, r, z) {
344
375
  this.z = z;
@@ -348,9 +379,9 @@ let PDisplay = class PDisplay {
348
379
  };
349
380
  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 });
350
381
  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 });
351
- PDisplay = __decorate$M([
382
+ PDisplay = __decorate$N([
352
383
  ProxyCmp({
353
- inputs: inputs$H
384
+ inputs: inputs$I
354
385
  })
355
386
  ], PDisplay);
356
387
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDisplay, decorators: [{
@@ -359,17 +390,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
359
390
  selector: 'p-display,[p-display]',
360
391
  changeDetection: ChangeDetectionStrategy.OnPush,
361
392
  template: '<ng-content></ng-content>',
362
- inputs: inputs$H
393
+ inputs: inputs$I
363
394
  }]
364
395
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
365
396
 
366
- var __decorate$L = (this && this.__decorate) || function (decorators, target, key, desc) {
397
+ var __decorate$M = (this && this.__decorate) || function (decorators, target, key, desc) {
367
398
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
368
399
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
369
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;
370
401
  return c > 3 && r && Object.defineProperty(target, key, r), r;
371
402
  };
372
- const inputs$G = ['color', 'direction', 'orientation', 'theme'];
403
+ const inputs$H = ['color', 'direction', 'orientation', 'theme'];
373
404
  let PDivider = class PDivider {
374
405
  constructor(c, r, z) {
375
406
  this.z = z;
@@ -379,9 +410,9 @@ let PDivider = class PDivider {
379
410
  };
380
411
  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 });
381
412
  PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
382
- PDivider = __decorate$L([
413
+ PDivider = __decorate$M([
383
414
  ProxyCmp({
384
- inputs: inputs$G
415
+ inputs: inputs$H
385
416
  })
386
417
  ], PDivider);
387
418
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDivider, decorators: [{
@@ -390,17 +421,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
390
421
  selector: 'p-divider,[p-divider]',
391
422
  changeDetection: ChangeDetectionStrategy.OnPush,
392
423
  template: '<ng-content></ng-content>',
393
- inputs: inputs$G
424
+ inputs: inputs$H
394
425
  }]
395
426
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
396
427
 
397
- var __decorate$K = (this && this.__decorate) || function (decorators, target, key, desc) {
428
+ var __decorate$L = (this && this.__decorate) || function (decorators, target, key, desc) {
398
429
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
399
430
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
400
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;
401
432
  return c > 3 && r && Object.defineProperty(target, key, r), r;
402
433
  };
403
- const inputs$F = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
434
+ const inputs$G = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
404
435
  let PFieldset = class PFieldset {
405
436
  constructor(c, r, z) {
406
437
  this.z = z;
@@ -410,9 +441,9 @@ let PFieldset = class PFieldset {
410
441
  };
411
442
  PFieldset.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldset, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
412
443
  PFieldset.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
413
- PFieldset = __decorate$K([
444
+ PFieldset = __decorate$L([
414
445
  ProxyCmp({
415
- inputs: inputs$F
446
+ inputs: inputs$G
416
447
  })
417
448
  ], PFieldset);
418
449
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldset, decorators: [{
@@ -421,17 +452,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
421
452
  selector: 'p-fieldset,[p-fieldset]',
422
453
  changeDetection: ChangeDetectionStrategy.OnPush,
423
454
  template: '<ng-content></ng-content>',
424
- inputs: inputs$F
455
+ inputs: inputs$G
425
456
  }]
426
457
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
427
458
 
428
- var __decorate$J = (this && this.__decorate) || function (decorators, target, key, desc) {
459
+ var __decorate$K = (this && this.__decorate) || function (decorators, target, key, desc) {
429
460
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
430
461
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
431
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;
432
463
  return c > 3 && r && Object.defineProperty(target, key, r), r;
433
464
  };
434
- const inputs$E = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
465
+ const inputs$F = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
435
466
  /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-fieldset" instead. */
436
467
  let PFieldsetWrapper = class PFieldsetWrapper {
437
468
  constructor(c, r, z) {
@@ -442,9 +473,9 @@ let PFieldsetWrapper = class PFieldsetWrapper {
442
473
  };
443
474
  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 });
444
475
  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 });
445
- PFieldsetWrapper = __decorate$J([
476
+ PFieldsetWrapper = __decorate$K([
446
477
  ProxyCmp({
447
- inputs: inputs$E
478
+ inputs: inputs$F
448
479
  })
449
480
  ], PFieldsetWrapper);
450
481
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldsetWrapper, decorators: [{
@@ -453,17 +484,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
453
484
  selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
454
485
  changeDetection: ChangeDetectionStrategy.OnPush,
455
486
  template: '<ng-content></ng-content>',
456
- inputs: inputs$E
487
+ inputs: inputs$F
457
488
  }]
458
489
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
459
490
 
460
- var __decorate$I = (this && this.__decorate) || function (decorators, target, key, desc) {
491
+ var __decorate$J = (this && this.__decorate) || function (decorators, target, key, desc) {
461
492
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
462
493
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
463
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;
464
495
  return c > 3 && r && Object.defineProperty(target, key, r), r;
465
496
  };
466
- const inputs$D = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
497
+ const inputs$E = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
467
498
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
468
499
  let PFlex = class PFlex {
469
500
  constructor(c, r, z) {
@@ -474,9 +505,9 @@ let PFlex = class PFlex {
474
505
  };
475
506
  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 });
476
507
  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 });
477
- PFlex = __decorate$I([
508
+ PFlex = __decorate$J([
478
509
  ProxyCmp({
479
- inputs: inputs$D
510
+ inputs: inputs$E
480
511
  })
481
512
  ], PFlex);
482
513
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlex, decorators: [{
@@ -485,17 +516,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
485
516
  selector: 'p-flex,[p-flex]',
486
517
  changeDetection: ChangeDetectionStrategy.OnPush,
487
518
  template: '<ng-content></ng-content>',
488
- inputs: inputs$D
519
+ inputs: inputs$E
489
520
  }]
490
521
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
491
522
 
492
- var __decorate$H = (this && this.__decorate) || function (decorators, target, key, desc) {
523
+ var __decorate$I = (this && this.__decorate) || function (decorators, target, key, desc) {
493
524
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
494
525
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
495
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;
496
527
  return c > 3 && r && Object.defineProperty(target, key, r), r;
497
528
  };
498
- const inputs$C = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
529
+ const inputs$D = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
499
530
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
500
531
  let PFlexItem = class PFlexItem {
501
532
  constructor(c, r, z) {
@@ -506,9 +537,9 @@ let PFlexItem = class PFlexItem {
506
537
  };
507
538
  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 });
508
539
  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 });
509
- PFlexItem = __decorate$H([
540
+ PFlexItem = __decorate$I([
510
541
  ProxyCmp({
511
- inputs: inputs$C
542
+ inputs: inputs$D
512
543
  })
513
544
  ], PFlexItem);
514
545
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlexItem, decorators: [{
@@ -517,17 +548,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
517
548
  selector: 'p-flex-item,[p-flex-item]',
518
549
  changeDetection: ChangeDetectionStrategy.OnPush,
519
550
  template: '<ng-content></ng-content>',
520
- inputs: inputs$C
551
+ inputs: inputs$D
521
552
  }]
522
553
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
523
554
 
524
- var __decorate$G = (this && this.__decorate) || function (decorators, target, key, desc) {
555
+ var __decorate$H = (this && this.__decorate) || function (decorators, target, key, desc) {
525
556
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
526
557
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
527
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;
528
559
  return c > 3 && r && Object.defineProperty(target, key, r), r;
529
560
  };
530
- const inputs$B = ['direction', 'gutter', 'wrap'];
561
+ const inputs$C = ['direction', 'gutter', 'wrap'];
531
562
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
532
563
  let PGrid = class PGrid {
533
564
  constructor(c, r, z) {
@@ -538,9 +569,9 @@ let PGrid = class PGrid {
538
569
  };
539
570
  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 });
540
571
  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 });
541
- PGrid = __decorate$G([
572
+ PGrid = __decorate$H([
542
573
  ProxyCmp({
543
- inputs: inputs$B
574
+ inputs: inputs$C
544
575
  })
545
576
  ], PGrid);
546
577
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGrid, decorators: [{
@@ -549,17 +580,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
549
580
  selector: 'p-grid,[p-grid]',
550
581
  changeDetection: ChangeDetectionStrategy.OnPush,
551
582
  template: '<ng-content></ng-content>',
552
- inputs: inputs$B
583
+ inputs: inputs$C
553
584
  }]
554
585
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
555
586
 
556
- var __decorate$F = (this && this.__decorate) || function (decorators, target, key, desc) {
587
+ var __decorate$G = (this && this.__decorate) || function (decorators, target, key, desc) {
557
588
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
558
589
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
559
590
  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
591
  return c > 3 && r && Object.defineProperty(target, key, r), r;
561
592
  };
562
- const inputs$A = ['offset', 'size'];
593
+ const inputs$B = ['offset', 'size'];
563
594
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
564
595
  let PGridItem = class PGridItem {
565
596
  constructor(c, r, z) {
@@ -570,9 +601,9 @@ let PGridItem = class PGridItem {
570
601
  };
571
602
  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 });
572
603
  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 });
573
- PGridItem = __decorate$F([
604
+ PGridItem = __decorate$G([
574
605
  ProxyCmp({
575
- inputs: inputs$A
606
+ inputs: inputs$B
576
607
  })
577
608
  ], PGridItem);
578
609
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGridItem, decorators: [{
@@ -581,17 +612,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
581
612
  selector: 'p-grid-item,[p-grid-item]',
582
613
  changeDetection: ChangeDetectionStrategy.OnPush,
583
614
  template: '<ng-content></ng-content>',
584
- inputs: inputs$A
615
+ inputs: inputs$B
585
616
  }]
586
617
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
587
618
 
588
- var __decorate$E = (this && this.__decorate) || function (decorators, target, key, desc) {
619
+ var __decorate$F = (this && this.__decorate) || function (decorators, target, key, desc) {
589
620
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
590
621
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
591
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;
592
623
  return c > 3 && r && Object.defineProperty(target, key, r), r;
593
624
  };
594
- const inputs$z = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
625
+ const inputs$A = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
595
626
  let PHeading = class PHeading {
596
627
  constructor(c, r, z) {
597
628
  this.z = z;
@@ -601,9 +632,9 @@ let PHeading = class PHeading {
601
632
  };
602
633
  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 });
603
634
  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 });
604
- PHeading = __decorate$E([
635
+ PHeading = __decorate$F([
605
636
  ProxyCmp({
606
- inputs: inputs$z
637
+ inputs: inputs$A
607
638
  })
608
639
  ], PHeading);
609
640
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeading, decorators: [{
@@ -612,17 +643,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
612
643
  selector: 'p-heading,[p-heading]',
613
644
  changeDetection: ChangeDetectionStrategy.OnPush,
614
645
  template: '<ng-content></ng-content>',
615
- inputs: inputs$z
646
+ inputs: inputs$A
616
647
  }]
617
648
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
618
649
 
619
- var __decorate$D = (this && this.__decorate) || function (decorators, target, key, desc) {
650
+ var __decorate$E = (this && this.__decorate) || function (decorators, target, key, desc) {
620
651
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
621
652
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
622
653
  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
654
  return c > 3 && r && Object.defineProperty(target, key, r), r;
624
655
  };
625
- const inputs$y = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
656
+ const inputs$z = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
626
657
  /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
627
658
  let PHeadline = class PHeadline {
628
659
  constructor(c, r, z) {
@@ -633,9 +664,9 @@ let PHeadline = class PHeadline {
633
664
  };
634
665
  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 });
635
666
  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 });
636
- PHeadline = __decorate$D([
667
+ PHeadline = __decorate$E([
637
668
  ProxyCmp({
638
- inputs: inputs$y
669
+ inputs: inputs$z
639
670
  })
640
671
  ], PHeadline);
641
672
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeadline, decorators: [{
@@ -644,17 +675,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
644
675
  selector: 'p-headline,[p-headline]',
645
676
  changeDetection: ChangeDetectionStrategy.OnPush,
646
677
  template: '<ng-content></ng-content>',
647
- inputs: inputs$y
678
+ inputs: inputs$z
648
679
  }]
649
680
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
650
681
 
651
- var __decorate$C = (this && this.__decorate) || function (decorators, target, key, desc) {
682
+ var __decorate$D = (this && this.__decorate) || function (decorators, target, key, desc) {
652
683
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
653
684
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
654
685
  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;
655
686
  return c > 3 && r && Object.defineProperty(target, key, r), r;
656
687
  };
657
- const inputs$x = ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme'];
688
+ const inputs$y = ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme'];
658
689
  let PIcon = class PIcon {
659
690
  constructor(c, r, z) {
660
691
  this.z = z;
@@ -664,9 +695,9 @@ let PIcon = class PIcon {
664
695
  };
665
696
  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 });
666
697
  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 });
667
- PIcon = __decorate$C([
698
+ PIcon = __decorate$D([
668
699
  ProxyCmp({
669
- inputs: inputs$x
700
+ inputs: inputs$y
670
701
  })
671
702
  ], PIcon);
672
703
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PIcon, decorators: [{
@@ -675,17 +706,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
675
706
  selector: 'p-icon,[p-icon]',
676
707
  changeDetection: ChangeDetectionStrategy.OnPush,
677
708
  template: '<ng-content></ng-content>',
678
- inputs: inputs$x
709
+ inputs: inputs$y
679
710
  }]
680
711
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
681
712
 
682
- var __decorate$B = (this && this.__decorate) || function (decorators, target, key, desc) {
713
+ var __decorate$C = (this && this.__decorate) || function (decorators, target, key, desc) {
683
714
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
684
715
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
685
716
  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;
686
717
  return c > 3 && r && Object.defineProperty(target, key, r), r;
687
718
  };
688
- const inputs$w = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'heading', 'persistent', 'state', 'theme'];
719
+ const inputs$x = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'heading', 'persistent', 'state', 'theme'];
689
720
  const outputs$9 = ['action', 'dismiss'];
690
721
  let PInlineNotification = class PInlineNotification {
691
722
  constructor(c, r, z) {
@@ -697,9 +728,9 @@ let PInlineNotification = class PInlineNotification {
697
728
  };
698
729
  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 });
699
730
  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 });
700
- PInlineNotification = __decorate$B([
731
+ PInlineNotification = __decorate$C([
701
732
  ProxyCmp({
702
- inputs: inputs$w
733
+ inputs: inputs$x
703
734
  })
704
735
  ], PInlineNotification);
705
736
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PInlineNotification, decorators: [{
@@ -708,18 +739,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
708
739
  selector: 'p-inline-notification,[p-inline-notification]',
709
740
  changeDetection: ChangeDetectionStrategy.OnPush,
710
741
  template: '<ng-content></ng-content>',
711
- inputs: inputs$w,
742
+ inputs: inputs$x,
712
743
  outputs: outputs$9
713
744
  }]
714
745
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
715
746
 
716
- var __decorate$A = (this && this.__decorate) || function (decorators, target, key, desc) {
747
+ var __decorate$B = (this && this.__decorate) || function (decorators, target, key, desc) {
717
748
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
718
749
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
719
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;
720
751
  return c > 3 && r && Object.defineProperty(target, key, r), r;
721
752
  };
722
- const inputs$v = ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant'];
753
+ const inputs$w = ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant'];
723
754
  let PLink = class PLink {
724
755
  constructor(c, r, z) {
725
756
  this.z = z;
@@ -729,9 +760,9 @@ let PLink = class PLink {
729
760
  };
730
761
  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 });
731
762
  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 });
732
- PLink = __decorate$A([
763
+ PLink = __decorate$B([
733
764
  ProxyCmp({
734
- inputs: inputs$v
765
+ inputs: inputs$w
735
766
  })
736
767
  ], PLink);
737
768
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLink, decorators: [{
@@ -740,17 +771,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
740
771
  selector: 'p-link,[p-link]',
741
772
  changeDetection: ChangeDetectionStrategy.OnPush,
742
773
  template: '<ng-content></ng-content>',
743
- inputs: inputs$v
774
+ inputs: inputs$w
744
775
  }]
745
776
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
746
777
 
747
- var __decorate$z = (this && this.__decorate) || function (decorators, target, key, desc) {
778
+ var __decorate$A = (this && this.__decorate) || function (decorators, target, key, desc) {
748
779
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
749
780
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
750
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;
751
782
  return c > 3 && r && Object.defineProperty(target, key, r), r;
752
783
  };
753
- const inputs$u = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight'];
784
+ const inputs$v = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight'];
754
785
  let PLinkPure = class PLinkPure {
755
786
  constructor(c, r, z) {
756
787
  this.z = z;
@@ -760,9 +791,9 @@ let PLinkPure = class PLinkPure {
760
791
  };
761
792
  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 });
762
793
  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 });
763
- PLinkPure = __decorate$z([
794
+ PLinkPure = __decorate$A([
764
795
  ProxyCmp({
765
- inputs: inputs$u
796
+ inputs: inputs$v
766
797
  })
767
798
  ], PLinkPure);
768
799
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkPure, decorators: [{
@@ -771,17 +802,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
771
802
  selector: 'p-link-pure,[p-link-pure]',
772
803
  changeDetection: ChangeDetectionStrategy.OnPush,
773
804
  template: '<ng-content></ng-content>',
774
- inputs: inputs$u
805
+ inputs: inputs$v
775
806
  }]
776
807
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
777
808
 
778
- var __decorate$y = (this && this.__decorate) || function (decorators, target, key, desc) {
809
+ var __decorate$z = (this && this.__decorate) || function (decorators, target, key, desc) {
779
810
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
780
811
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
781
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;
782
813
  return c > 3 && r && Object.defineProperty(target, key, r), r;
783
814
  };
784
- const inputs$t = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
815
+ const inputs$u = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
785
816
  /** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
786
817
  let PLinkSocial = class PLinkSocial {
787
818
  constructor(c, r, z) {
@@ -792,9 +823,9 @@ let PLinkSocial = class PLinkSocial {
792
823
  };
793
824
  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 });
794
825
  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 });
795
- PLinkSocial = __decorate$y([
826
+ PLinkSocial = __decorate$z([
796
827
  ProxyCmp({
797
- inputs: inputs$t
828
+ inputs: inputs$u
798
829
  })
799
830
  ], PLinkSocial);
800
831
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkSocial, decorators: [{
@@ -803,17 +834,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
803
834
  selector: 'p-link-social,[p-link-social]',
804
835
  changeDetection: ChangeDetectionStrategy.OnPush,
805
836
  template: '<ng-content></ng-content>',
806
- inputs: inputs$t
837
+ inputs: inputs$u
807
838
  }]
808
839
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
809
840
 
810
- var __decorate$x = (this && this.__decorate) || function (decorators, target, key, desc) {
841
+ var __decorate$y = (this && this.__decorate) || function (decorators, target, key, desc) {
811
842
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
812
843
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
813
844
  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;
814
845
  return c > 3 && r && Object.defineProperty(target, key, r), r;
815
846
  };
816
- const inputs$s = ['align', 'aria', 'aspectRatio', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight'];
847
+ const inputs$t = ['align', 'aria', 'aspectRatio', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight'];
817
848
  let PLinkTile = class PLinkTile {
818
849
  constructor(c, r, z) {
819
850
  this.z = z;
@@ -823,9 +854,9 @@ let PLinkTile = class PLinkTile {
823
854
  };
824
855
  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 });
825
856
  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 });
826
- PLinkTile = __decorate$x([
857
+ PLinkTile = __decorate$y([
827
858
  ProxyCmp({
828
- inputs: inputs$s
859
+ inputs: inputs$t
829
860
  })
830
861
  ], PLinkTile);
831
862
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkTile, decorators: [{
@@ -834,17 +865,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
834
865
  selector: 'p-link-tile,[p-link-tile]',
835
866
  changeDetection: ChangeDetectionStrategy.OnPush,
836
867
  template: '<ng-content></ng-content>',
837
- inputs: inputs$s
868
+ inputs: inputs$t
838
869
  }]
839
870
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
840
871
 
841
- var __decorate$w = (this && this.__decorate) || function (decorators, target, key, desc) {
872
+ var __decorate$x = (this && this.__decorate) || function (decorators, target, key, desc) {
842
873
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
843
874
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
844
875
  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;
845
876
  return c > 3 && r && Object.defineProperty(target, key, r), r;
846
877
  };
847
- const inputs$r = ['aspectRatio', 'description', 'heading', 'headingTag', 'linkDirection', 'model', 'weight'];
878
+ const inputs$s = ['aspectRatio', 'description', 'heading', 'headingTag', 'linkDirection', 'model', 'weight'];
848
879
  let PLinkTileModelSignature = class PLinkTileModelSignature {
849
880
  constructor(c, r, z) {
850
881
  this.z = z;
@@ -854,9 +885,9 @@ let PLinkTileModelSignature = class PLinkTileModelSignature {
854
885
  };
855
886
  PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkTileModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
856
887
  PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
857
- PLinkTileModelSignature = __decorate$w([
888
+ PLinkTileModelSignature = __decorate$x([
858
889
  ProxyCmp({
859
- inputs: inputs$r
890
+ inputs: inputs$s
860
891
  })
861
892
  ], PLinkTileModelSignature);
862
893
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkTileModelSignature, decorators: [{
@@ -865,17 +896,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
865
896
  selector: 'p-link-tile-model-signature,[p-link-tile-model-signature]',
866
897
  changeDetection: ChangeDetectionStrategy.OnPush,
867
898
  template: '<ng-content></ng-content>',
868
- inputs: inputs$r
899
+ inputs: inputs$s
869
900
  }]
870
901
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
871
902
 
872
- var __decorate$v = (this && this.__decorate) || function (decorators, target, key, desc) {
903
+ var __decorate$w = (this && this.__decorate) || function (decorators, target, key, desc) {
873
904
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
874
905
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
875
906
  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;
876
907
  return c > 3 && r && Object.defineProperty(target, key, r), r;
877
908
  };
878
- const inputs$q = ['aria', 'href', 'size', 'target', 'trademark'];
909
+ const inputs$r = ['aria', 'href', 'size', 'target', 'trademark'];
910
+ /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-wordmark" instead. */
879
911
  let PMarque = class PMarque {
880
912
  constructor(c, r, z) {
881
913
  this.z = z;
@@ -885,9 +917,9 @@ let PMarque = class PMarque {
885
917
  };
886
918
  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 });
887
919
  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 });
888
- PMarque = __decorate$v([
920
+ PMarque = __decorate$w([
889
921
  ProxyCmp({
890
- inputs: inputs$q
922
+ inputs: inputs$r
891
923
  })
892
924
  ], PMarque);
893
925
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PMarque, decorators: [{
@@ -896,17 +928,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
896
928
  selector: 'p-marque,[p-marque]',
897
929
  changeDetection: ChangeDetectionStrategy.OnPush,
898
930
  template: '<ng-content></ng-content>',
899
- inputs: inputs$q
931
+ inputs: inputs$r
900
932
  }]
901
933
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
902
934
 
903
- var __decorate$u = (this && this.__decorate) || function (decorators, target, key, desc) {
935
+ var __decorate$v = (this && this.__decorate) || function (decorators, target, key, desc) {
904
936
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
905
937
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
906
938
  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;
907
939
  return c > 3 && r && Object.defineProperty(target, key, r), r;
908
940
  };
909
- const inputs$p = ['aria', 'disableBackdropClick', 'disableCloseButton', 'dismissButton', 'fullscreen', 'heading', 'open'];
941
+ const inputs$q = ['aria', 'disableBackdropClick', 'disableCloseButton', 'dismissButton', 'fullscreen', 'heading', 'open'];
910
942
  const outputs$8 = ['close', 'dismiss'];
911
943
  let PModal = class PModal {
912
944
  constructor(c, r, z) {
@@ -918,9 +950,9 @@ let PModal = class PModal {
918
950
  };
919
951
  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 });
920
952
  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", 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 });
921
- PModal = __decorate$u([
953
+ PModal = __decorate$v([
922
954
  ProxyCmp({
923
- inputs: inputs$p
955
+ inputs: inputs$q
924
956
  })
925
957
  ], PModal);
926
958
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PModal, decorators: [{
@@ -929,18 +961,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
929
961
  selector: 'p-modal,[p-modal]',
930
962
  changeDetection: ChangeDetectionStrategy.OnPush,
931
963
  template: '<ng-content></ng-content>',
932
- inputs: inputs$p,
964
+ inputs: inputs$q,
933
965
  outputs: outputs$8
934
966
  }]
935
967
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
936
968
 
937
- var __decorate$t = (this && this.__decorate) || function (decorators, target, key, desc) {
969
+ var __decorate$u = (this && this.__decorate) || function (decorators, target, key, desc) {
938
970
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
939
971
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
940
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;
941
973
  return c > 3 && r && Object.defineProperty(target, key, r), r;
942
974
  };
943
- const inputs$o = ['color', 'model', 'size', 'theme'];
975
+ const inputs$p = ['color', 'model', 'size', 'theme'];
944
976
  let PModelSignature = class PModelSignature {
945
977
  constructor(c, r, z) {
946
978
  this.z = z;
@@ -950,9 +982,9 @@ let PModelSignature = class PModelSignature {
950
982
  };
951
983
  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 });
952
984
  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 });
953
- PModelSignature = __decorate$t([
985
+ PModelSignature = __decorate$u([
954
986
  ProxyCmp({
955
- inputs: inputs$o
987
+ inputs: inputs$p
956
988
  })
957
989
  ], PModelSignature);
958
990
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PModelSignature, decorators: [{
@@ -961,17 +993,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
961
993
  selector: 'p-model-signature,[p-model-signature]',
962
994
  changeDetection: ChangeDetectionStrategy.OnPush,
963
995
  template: '<ng-content></ng-content>',
964
- inputs: inputs$o
996
+ inputs: inputs$p
965
997
  }]
966
998
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
967
999
 
968
- var __decorate$s = (this && this.__decorate) || function (decorators, target, key, desc) {
1000
+ var __decorate$t = (this && this.__decorate) || function (decorators, target, key, desc) {
969
1001
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
970
1002
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
971
1003
  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;
972
1004
  return c > 3 && r && Object.defineProperty(target, key, r), r;
973
1005
  };
974
- const inputs$n = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'intl', 'itemsPerPage', 'maxNumberOfPageLinks', 'theme', 'totalItemsCount'];
1006
+ const inputs$o = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'intl', 'itemsPerPage', 'maxNumberOfPageLinks', 'theme', 'totalItemsCount'];
975
1007
  const outputs$7 = ['change', 'pageChange'];
976
1008
  let PPagination = class PPagination {
977
1009
  constructor(c, r, z) {
@@ -983,9 +1015,9 @@ let PPagination = class PPagination {
983
1015
  };
984
1016
  PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
985
1017
  PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PPagination, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", allyLabel: "allyLabel", allyLabelNext: "allyLabelNext", allyLabelPage: "allyLabelPage", allyLabelPrev: "allyLabelPrev", intl: "intl", itemsPerPage: "itemsPerPage", maxNumberOfPageLinks: "maxNumberOfPageLinks", theme: "theme", totalItemsCount: "totalItemsCount" }, outputs: { change: "change", pageChange: "pageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
986
- PPagination = __decorate$s([
1018
+ PPagination = __decorate$t([
987
1019
  ProxyCmp({
988
- inputs: inputs$n
1020
+ inputs: inputs$o
989
1021
  })
990
1022
  ], PPagination);
991
1023
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PPagination, decorators: [{
@@ -994,18 +1026,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
994
1026
  selector: 'p-pagination,[p-pagination]',
995
1027
  changeDetection: ChangeDetectionStrategy.OnPush,
996
1028
  template: '<ng-content></ng-content>',
997
- inputs: inputs$n,
1029
+ inputs: inputs$o,
998
1030
  outputs: outputs$7
999
1031
  }]
1000
1032
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1001
1033
 
1002
- var __decorate$r = (this && this.__decorate) || function (decorators, target, key, desc) {
1034
+ var __decorate$s = (this && this.__decorate) || function (decorators, target, key, desc) {
1003
1035
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1004
1036
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1005
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;
1006
1038
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1007
1039
  };
1008
- const inputs$m = ['aria', 'description', 'direction', 'theme'];
1040
+ const inputs$n = ['aria', 'description', 'direction', 'theme'];
1009
1041
  let PPopover = class PPopover {
1010
1042
  constructor(c, r, z) {
1011
1043
  this.z = z;
@@ -1015,9 +1047,9 @@ let PPopover = class PPopover {
1015
1047
  };
1016
1048
  PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1017
1049
  PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PPopover, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1018
- PPopover = __decorate$r([
1050
+ PPopover = __decorate$s([
1019
1051
  ProxyCmp({
1020
- inputs: inputs$m
1052
+ inputs: inputs$n
1021
1053
  })
1022
1054
  ], PPopover);
1023
1055
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PPopover, decorators: [{
@@ -1026,17 +1058,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1026
1058
  selector: 'p-popover,[p-popover]',
1027
1059
  changeDetection: ChangeDetectionStrategy.OnPush,
1028
1060
  template: '<ng-content></ng-content>',
1029
- inputs: inputs$m
1061
+ inputs: inputs$n
1030
1062
  }]
1031
1063
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1032
1064
 
1033
- var __decorate$q = (this && this.__decorate) || function (decorators, target, key, desc) {
1065
+ var __decorate$r = (this && this.__decorate) || function (decorators, target, key, desc) {
1034
1066
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1035
1067
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1036
1068
  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;
1037
1069
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1038
1070
  };
1039
- const inputs$l = ['hideLabel', 'label', 'message', 'state', 'theme'];
1071
+ const inputs$m = ['hideLabel', 'label', 'message', 'state', 'theme'];
1040
1072
  let PRadioButtonWrapper = class PRadioButtonWrapper {
1041
1073
  constructor(c, r, z) {
1042
1074
  this.z = z;
@@ -1046,9 +1078,9 @@ let PRadioButtonWrapper = class PRadioButtonWrapper {
1046
1078
  };
1047
1079
  PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PRadioButtonWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1048
1080
  PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
1049
- PRadioButtonWrapper = __decorate$q([
1081
+ PRadioButtonWrapper = __decorate$r([
1050
1082
  ProxyCmp({
1051
- inputs: inputs$l
1083
+ inputs: inputs$m
1052
1084
  })
1053
1085
  ], PRadioButtonWrapper);
1054
1086
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PRadioButtonWrapper, decorators: [{
@@ -1057,17 +1089,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1057
1089
  selector: 'p-radio-button-wrapper,[p-radio-button-wrapper]',
1058
1090
  changeDetection: ChangeDetectionStrategy.OnPush,
1059
1091
  template: '<ng-content></ng-content>',
1060
- inputs: inputs$l
1092
+ inputs: inputs$m
1061
1093
  }]
1062
1094
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1063
1095
 
1064
- var __decorate$p = (this && this.__decorate) || function (decorators, target, key, desc) {
1096
+ var __decorate$q = (this && this.__decorate) || function (decorators, target, key, desc) {
1065
1097
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1066
1098
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1067
1099
  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;
1068
1100
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1069
1101
  };
1070
- const inputs$k = ['alignScrollIndicator', 'gradientColor', 'gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'scrollbar', 'theme'];
1102
+ const inputs$l = ['alignScrollIndicator', 'gradientColor', 'gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'scrollbar', 'theme'];
1071
1103
  let PScroller = class PScroller {
1072
1104
  constructor(c, r, z) {
1073
1105
  this.z = z;
@@ -1077,9 +1109,9 @@ let PScroller = class PScroller {
1077
1109
  };
1078
1110
  PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PScroller, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1079
1111
  PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PScroller, selector: "p-scroller,[p-scroller]", inputs: { alignScrollIndicator: "alignScrollIndicator", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", scrollIndicatorPosition: "scrollIndicatorPosition", scrollToPosition: "scrollToPosition", scrollbar: "scrollbar", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1080
- PScroller = __decorate$p([
1112
+ PScroller = __decorate$q([
1081
1113
  ProxyCmp({
1082
- inputs: inputs$k
1114
+ inputs: inputs$l
1083
1115
  })
1084
1116
  ], PScroller);
1085
1117
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PScroller, decorators: [{
@@ -1088,17 +1120,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1088
1120
  selector: 'p-scroller,[p-scroller]',
1089
1121
  changeDetection: ChangeDetectionStrategy.OnPush,
1090
1122
  template: '<ng-content></ng-content>',
1091
- inputs: inputs$k
1123
+ inputs: inputs$l
1092
1124
  }]
1093
1125
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1094
1126
 
1095
- var __decorate$o = (this && this.__decorate) || function (decorators, target, key, desc) {
1127
+ var __decorate$p = (this && this.__decorate) || function (decorators, target, key, desc) {
1096
1128
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1097
1129
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1098
1130
  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;
1099
1131
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1100
1132
  };
1101
- const inputs$j = ['backgroundColor', 'theme', 'value'];
1133
+ const inputs$k = ['backgroundColor', 'theme', 'value'];
1102
1134
  const outputs$6 = ['change', 'segmentedControlChange'];
1103
1135
  let PSegmentedControl = class PSegmentedControl {
1104
1136
  constructor(c, r, z) {
@@ -1110,9 +1142,9 @@ let PSegmentedControl = class PSegmentedControl {
1110
1142
  };
1111
1143
  PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1112
1144
  PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PSegmentedControl, selector: "p-segmented-control,[p-segmented-control]", inputs: { backgroundColor: "backgroundColor", theme: "theme", value: "value" }, outputs: { change: "change", segmentedControlChange: "segmentedControlChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1113
- PSegmentedControl = __decorate$o([
1145
+ PSegmentedControl = __decorate$p([
1114
1146
  ProxyCmp({
1115
- inputs: inputs$j
1147
+ inputs: inputs$k
1116
1148
  })
1117
1149
  ], PSegmentedControl);
1118
1150
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSegmentedControl, decorators: [{
@@ -1121,18 +1153,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1121
1153
  selector: 'p-segmented-control,[p-segmented-control]',
1122
1154
  changeDetection: ChangeDetectionStrategy.OnPush,
1123
1155
  template: '<ng-content></ng-content>',
1124
- inputs: inputs$j,
1156
+ inputs: inputs$k,
1125
1157
  outputs: outputs$6
1126
1158
  }]
1127
1159
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1128
1160
 
1129
- var __decorate$n = (this && this.__decorate) || function (decorators, target, key, desc) {
1161
+ var __decorate$o = (this && this.__decorate) || function (decorators, target, key, desc) {
1130
1162
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1131
1163
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1132
1164
  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;
1133
1165
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1134
1166
  };
1135
- const inputs$i = ['disabled', 'icon', 'iconSource', 'label', 'value'];
1167
+ const inputs$j = ['disabled', 'icon', 'iconSource', 'label', 'value'];
1136
1168
  let PSegmentedControlItem = class PSegmentedControlItem {
1137
1169
  constructor(c, r, z) {
1138
1170
  this.z = z;
@@ -1142,9 +1174,9 @@ let PSegmentedControlItem = class PSegmentedControlItem {
1142
1174
  };
1143
1175
  PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSegmentedControlItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1144
1176
  PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PSegmentedControlItem, selector: "p-segmented-control-item,[p-segmented-control-item]", inputs: { disabled: "disabled", icon: "icon", iconSource: "iconSource", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1145
- PSegmentedControlItem = __decorate$n([
1177
+ PSegmentedControlItem = __decorate$o([
1146
1178
  ProxyCmp({
1147
- inputs: inputs$i
1179
+ inputs: inputs$j
1148
1180
  })
1149
1181
  ], PSegmentedControlItem);
1150
1182
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSegmentedControlItem, decorators: [{
@@ -1153,17 +1185,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1153
1185
  selector: 'p-segmented-control-item,[p-segmented-control-item]',
1154
1186
  changeDetection: ChangeDetectionStrategy.OnPush,
1155
1187
  template: '<ng-content></ng-content>',
1156
- inputs: inputs$i
1188
+ inputs: inputs$j
1157
1189
  }]
1158
1190
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1159
1191
 
1160
- var __decorate$m = (this && this.__decorate) || function (decorators, target, key, desc) {
1192
+ var __decorate$n = (this && this.__decorate) || function (decorators, target, key, desc) {
1161
1193
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1162
1194
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1163
1195
  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;
1164
1196
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1165
1197
  };
1166
- const inputs$h = ['description', 'dropdownDirection', 'filter', 'hideLabel', 'label', 'message', 'native', 'state', 'theme'];
1198
+ const inputs$i = ['description', 'dropdownDirection', 'filter', 'hideLabel', 'label', 'message', 'native', 'state', 'theme'];
1167
1199
  let PSelectWrapper = class PSelectWrapper {
1168
1200
  constructor(c, r, z) {
1169
1201
  this.z = z;
@@ -1173,9 +1205,9 @@ let PSelectWrapper = class PSelectWrapper {
1173
1205
  };
1174
1206
  PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSelectWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1175
1207
  PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PSelectWrapper, selector: "p-select-wrapper,[p-select-wrapper]", inputs: { description: "description", dropdownDirection: "dropdownDirection", filter: "filter", hideLabel: "hideLabel", label: "label", message: "message", native: "native", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1176
- PSelectWrapper = __decorate$m([
1208
+ PSelectWrapper = __decorate$n([
1177
1209
  ProxyCmp({
1178
- inputs: inputs$h
1210
+ inputs: inputs$i
1179
1211
  })
1180
1212
  ], PSelectWrapper);
1181
1213
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSelectWrapper, decorators: [{
@@ -1184,17 +1216,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1184
1216
  selector: 'p-select-wrapper,[p-select-wrapper]',
1185
1217
  changeDetection: ChangeDetectionStrategy.OnPush,
1186
1218
  template: '<ng-content></ng-content>',
1187
- inputs: inputs$h
1219
+ inputs: inputs$i
1188
1220
  }]
1189
1221
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1190
1222
 
1191
- var __decorate$l = (this && this.__decorate) || function (decorators, target, key, desc) {
1223
+ var __decorate$m = (this && this.__decorate) || function (decorators, target, key, desc) {
1192
1224
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1193
1225
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1194
1226
  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;
1195
1227
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1196
1228
  };
1197
- const inputs$g = ['aria', 'size', 'theme'];
1229
+ const inputs$h = ['aria', 'size', 'theme'];
1198
1230
  let PSpinner = class PSpinner {
1199
1231
  constructor(c, r, z) {
1200
1232
  this.z = z;
@@ -1204,9 +1236,9 @@ let PSpinner = class PSpinner {
1204
1236
  };
1205
1237
  PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1206
1238
  PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PSpinner, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1207
- PSpinner = __decorate$l([
1239
+ PSpinner = __decorate$m([
1208
1240
  ProxyCmp({
1209
- inputs: inputs$g
1241
+ inputs: inputs$h
1210
1242
  })
1211
1243
  ], PSpinner);
1212
1244
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSpinner, decorators: [{
@@ -1215,17 +1247,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1215
1247
  selector: 'p-spinner,[p-spinner]',
1216
1248
  changeDetection: ChangeDetectionStrategy.OnPush,
1217
1249
  template: '<ng-content></ng-content>',
1218
- inputs: inputs$g
1250
+ inputs: inputs$h
1219
1251
  }]
1220
1252
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1221
1253
 
1222
- var __decorate$k = (this && this.__decorate) || function (decorators, target, key, desc) {
1254
+ var __decorate$l = (this && this.__decorate) || function (decorators, target, key, desc) {
1223
1255
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1224
1256
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1225
1257
  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;
1226
1258
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1227
1259
  };
1228
- const inputs$f = ['size', 'theme'];
1260
+ const inputs$g = ['size', 'theme'];
1229
1261
  const outputs$5 = ['change', 'stepChange'];
1230
1262
  let PStepperHorizontal = class PStepperHorizontal {
1231
1263
  constructor(c, r, z) {
@@ -1237,9 +1269,9 @@ let PStepperHorizontal = class PStepperHorizontal {
1237
1269
  };
1238
1270
  PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PStepperHorizontal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1239
1271
  PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PStepperHorizontal, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size", theme: "theme" }, outputs: { change: "change", stepChange: "stepChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1240
- PStepperHorizontal = __decorate$k([
1272
+ PStepperHorizontal = __decorate$l([
1241
1273
  ProxyCmp({
1242
- inputs: inputs$f
1274
+ inputs: inputs$g
1243
1275
  })
1244
1276
  ], PStepperHorizontal);
1245
1277
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PStepperHorizontal, decorators: [{
@@ -1248,18 +1280,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1248
1280
  selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
1249
1281
  changeDetection: ChangeDetectionStrategy.OnPush,
1250
1282
  template: '<ng-content></ng-content>',
1251
- inputs: inputs$f,
1283
+ inputs: inputs$g,
1252
1284
  outputs: outputs$5
1253
1285
  }]
1254
1286
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1255
1287
 
1256
- var __decorate$j = (this && this.__decorate) || function (decorators, target, key, desc) {
1288
+ var __decorate$k = (this && this.__decorate) || function (decorators, target, key, desc) {
1257
1289
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1258
1290
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1259
1291
  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;
1260
1292
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1261
1293
  };
1262
- const inputs$e = ['disabled', 'state'];
1294
+ const inputs$f = ['disabled', 'state'];
1263
1295
  let PStepperHorizontalItem = class PStepperHorizontalItem {
1264
1296
  constructor(c, r, z) {
1265
1297
  this.z = z;
@@ -1269,9 +1301,9 @@ let PStepperHorizontalItem = class PStepperHorizontalItem {
1269
1301
  };
1270
1302
  PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PStepperHorizontalItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1271
1303
  PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PStepperHorizontalItem, selector: "p-stepper-horizontal-item,[p-stepper-horizontal-item]", inputs: { disabled: "disabled", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1272
- PStepperHorizontalItem = __decorate$j([
1304
+ PStepperHorizontalItem = __decorate$k([
1273
1305
  ProxyCmp({
1274
- inputs: inputs$e
1306
+ inputs: inputs$f
1275
1307
  })
1276
1308
  ], PStepperHorizontalItem);
1277
1309
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
@@ -1280,17 +1312,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1280
1312
  selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
1281
1313
  changeDetection: ChangeDetectionStrategy.OnPush,
1282
1314
  template: '<ng-content></ng-content>',
1283
- inputs: inputs$e
1315
+ inputs: inputs$f
1284
1316
  }]
1285
1317
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1286
1318
 
1287
- var __decorate$i = (this && this.__decorate) || function (decorators, target, key, desc) {
1319
+ var __decorate$j = (this && this.__decorate) || function (decorators, target, key, desc) {
1288
1320
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1289
1321
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1290
1322
  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;
1291
1323
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1292
1324
  };
1293
- const inputs$d = ['alignLabel', 'checked', 'disabled', 'hideLabel', 'loading', 'stretch', 'theme'];
1325
+ const inputs$e = ['alignLabel', 'checked', 'disabled', 'hideLabel', 'loading', 'stretch', 'theme'];
1294
1326
  const outputs$4 = ['change', 'switchChange'];
1295
1327
  let PSwitch = class PSwitch {
1296
1328
  constructor(c, r, z) {
@@ -1302,9 +1334,9 @@ let PSwitch = class PSwitch {
1302
1334
  };
1303
1335
  PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1304
1336
  PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PSwitch, selector: "p-switch,[p-switch]", inputs: { alignLabel: "alignLabel", checked: "checked", disabled: "disabled", hideLabel: "hideLabel", loading: "loading", stretch: "stretch", theme: "theme" }, outputs: { change: "change", switchChange: "switchChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1305
- PSwitch = __decorate$i([
1337
+ PSwitch = __decorate$j([
1306
1338
  ProxyCmp({
1307
- inputs: inputs$d
1339
+ inputs: inputs$e
1308
1340
  })
1309
1341
  ], PSwitch);
1310
1342
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSwitch, decorators: [{
@@ -1313,18 +1345,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1313
1345
  selector: 'p-switch,[p-switch]',
1314
1346
  changeDetection: ChangeDetectionStrategy.OnPush,
1315
1347
  template: '<ng-content></ng-content>',
1316
- inputs: inputs$d,
1348
+ inputs: inputs$e,
1317
1349
  outputs: outputs$4
1318
1350
  }]
1319
1351
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1320
1352
 
1321
- var __decorate$h = (this && this.__decorate) || function (decorators, target, key, desc) {
1353
+ var __decorate$i = (this && this.__decorate) || function (decorators, target, key, desc) {
1322
1354
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1323
1355
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1324
1356
  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;
1325
1357
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1326
1358
  };
1327
- const inputs$c = ['caption', 'theme'];
1359
+ const inputs$d = ['caption', 'theme'];
1328
1360
  const outputs$3 = ['change', 'sortingChange'];
1329
1361
  let PTable = class PTable {
1330
1362
  constructor(c, r, z) {
@@ -1336,9 +1368,9 @@ let PTable = class PTable {
1336
1368
  };
1337
1369
  PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1338
1370
  PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTable, selector: "p-table,[p-table]", inputs: { caption: "caption", theme: "theme" }, outputs: { change: "change", sortingChange: "sortingChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1339
- PTable = __decorate$h([
1371
+ PTable = __decorate$i([
1340
1372
  ProxyCmp({
1341
- inputs: inputs$c
1373
+ inputs: inputs$d
1342
1374
  })
1343
1375
  ], PTable);
1344
1376
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTable, decorators: [{
@@ -1347,12 +1379,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1347
1379
  selector: 'p-table,[p-table]',
1348
1380
  changeDetection: ChangeDetectionStrategy.OnPush,
1349
1381
  template: '<ng-content></ng-content>',
1350
- inputs: inputs$c,
1382
+ inputs: inputs$d,
1351
1383
  outputs: outputs$3
1352
1384
  }]
1353
1385
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1354
1386
 
1355
- var __decorate$g = (this && this.__decorate) || function (decorators, target, key, desc) {
1387
+ var __decorate$h = (this && this.__decorate) || function (decorators, target, key, desc) {
1356
1388
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1357
1389
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1358
1390
  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;
@@ -1367,7 +1399,7 @@ let PTableBody = class PTableBody {
1367
1399
  };
1368
1400
  PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1369
1401
  PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTableBody, selector: "p-table-body,[p-table-body]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1370
- PTableBody = __decorate$g([
1402
+ PTableBody = __decorate$h([
1371
1403
  ProxyCmp({})
1372
1404
  ], PTableBody);
1373
1405
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableBody, decorators: [{
@@ -1379,13 +1411,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1379
1411
  }]
1380
1412
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1381
1413
 
1382
- var __decorate$f = (this && this.__decorate) || function (decorators, target, key, desc) {
1414
+ var __decorate$g = (this && this.__decorate) || function (decorators, target, key, desc) {
1383
1415
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1384
1416
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1385
1417
  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;
1386
1418
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1387
1419
  };
1388
- const inputs$b = ['multiline'];
1420
+ const inputs$c = ['multiline'];
1389
1421
  let PTableCell = class PTableCell {
1390
1422
  constructor(c, r, z) {
1391
1423
  this.z = z;
@@ -1395,9 +1427,9 @@ let PTableCell = class PTableCell {
1395
1427
  };
1396
1428
  PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1397
1429
  PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTableCell, selector: "p-table-cell,[p-table-cell]", inputs: { multiline: "multiline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1398
- PTableCell = __decorate$f([
1430
+ PTableCell = __decorate$g([
1399
1431
  ProxyCmp({
1400
- inputs: inputs$b
1432
+ inputs: inputs$c
1401
1433
  })
1402
1434
  ], PTableCell);
1403
1435
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableCell, decorators: [{
@@ -1406,11 +1438,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1406
1438
  selector: 'p-table-cell,[p-table-cell]',
1407
1439
  changeDetection: ChangeDetectionStrategy.OnPush,
1408
1440
  template: '<ng-content></ng-content>',
1409
- inputs: inputs$b
1441
+ inputs: inputs$c
1410
1442
  }]
1411
1443
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1412
1444
 
1413
- var __decorate$e = (this && this.__decorate) || function (decorators, target, key, desc) {
1445
+ var __decorate$f = (this && this.__decorate) || function (decorators, target, key, desc) {
1414
1446
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1415
1447
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1416
1448
  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;
@@ -1425,7 +1457,7 @@ let PTableHead = class PTableHead {
1425
1457
  };
1426
1458
  PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1427
1459
  PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTableHead, selector: "p-table-head,[p-table-head]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1428
- PTableHead = __decorate$e([
1460
+ PTableHead = __decorate$f([
1429
1461
  ProxyCmp({})
1430
1462
  ], PTableHead);
1431
1463
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableHead, decorators: [{
@@ -1437,13 +1469,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1437
1469
  }]
1438
1470
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1439
1471
 
1440
- var __decorate$d = (this && this.__decorate) || function (decorators, target, key, desc) {
1472
+ var __decorate$e = (this && this.__decorate) || function (decorators, target, key, desc) {
1441
1473
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1442
1474
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1443
1475
  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;
1444
1476
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1445
1477
  };
1446
- const inputs$a = ['hideLabel', 'multiline', 'sort'];
1478
+ const inputs$b = ['hideLabel', 'multiline', 'sort'];
1447
1479
  let PTableHeadCell = class PTableHeadCell {
1448
1480
  constructor(c, r, z) {
1449
1481
  this.z = z;
@@ -1453,9 +1485,9 @@ let PTableHeadCell = class PTableHeadCell {
1453
1485
  };
1454
1486
  PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableHeadCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1455
1487
  PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTableHeadCell, selector: "p-table-head-cell,[p-table-head-cell]", inputs: { hideLabel: "hideLabel", multiline: "multiline", sort: "sort" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1456
- PTableHeadCell = __decorate$d([
1488
+ PTableHeadCell = __decorate$e([
1457
1489
  ProxyCmp({
1458
- inputs: inputs$a
1490
+ inputs: inputs$b
1459
1491
  })
1460
1492
  ], PTableHeadCell);
1461
1493
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableHeadCell, decorators: [{
@@ -1464,11 +1496,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1464
1496
  selector: 'p-table-head-cell,[p-table-head-cell]',
1465
1497
  changeDetection: ChangeDetectionStrategy.OnPush,
1466
1498
  template: '<ng-content></ng-content>',
1467
- inputs: inputs$a
1499
+ inputs: inputs$b
1468
1500
  }]
1469
1501
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1470
1502
 
1471
- var __decorate$c = (this && this.__decorate) || function (decorators, target, key, desc) {
1503
+ var __decorate$d = (this && this.__decorate) || function (decorators, target, key, desc) {
1472
1504
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1473
1505
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1474
1506
  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;
@@ -1483,7 +1515,7 @@ let PTableHeadRow = class PTableHeadRow {
1483
1515
  };
1484
1516
  PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableHeadRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1485
1517
  PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTableHeadRow, selector: "p-table-head-row,[p-table-head-row]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1486
- PTableHeadRow = __decorate$c([
1518
+ PTableHeadRow = __decorate$d([
1487
1519
  ProxyCmp({})
1488
1520
  ], PTableHeadRow);
1489
1521
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableHeadRow, decorators: [{
@@ -1495,7 +1527,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1495
1527
  }]
1496
1528
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1497
1529
 
1498
- var __decorate$b = (this && this.__decorate) || function (decorators, target, key, desc) {
1530
+ var __decorate$c = (this && this.__decorate) || function (decorators, target, key, desc) {
1499
1531
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1500
1532
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1501
1533
  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;
@@ -1510,7 +1542,7 @@ let PTableRow = class PTableRow {
1510
1542
  };
1511
1543
  PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1512
1544
  PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTableRow, selector: "p-table-row,[p-table-row]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1513
- PTableRow = __decorate$b([
1545
+ PTableRow = __decorate$c([
1514
1546
  ProxyCmp({})
1515
1547
  ], PTableRow);
1516
1548
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableRow, decorators: [{
@@ -1522,13 +1554,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1522
1554
  }]
1523
1555
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1524
1556
 
1525
- var __decorate$a = (this && this.__decorate) || function (decorators, target, key, desc) {
1557
+ var __decorate$b = (this && this.__decorate) || function (decorators, target, key, desc) {
1526
1558
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1527
1559
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1528
1560
  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;
1529
1561
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1530
1562
  };
1531
- const inputs$9 = ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'];
1563
+ const inputs$a = ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'];
1532
1564
  const outputs$2 = ['change', 'tabChange'];
1533
1565
  let PTabs = class PTabs {
1534
1566
  constructor(c, r, z) {
@@ -1540,9 +1572,9 @@ let PTabs = class PTabs {
1540
1572
  };
1541
1573
  PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1542
1574
  PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTabs, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { change: "change", tabChange: "tabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1543
- PTabs = __decorate$a([
1575
+ PTabs = __decorate$b([
1544
1576
  ProxyCmp({
1545
- inputs: inputs$9
1577
+ inputs: inputs$a
1546
1578
  })
1547
1579
  ], PTabs);
1548
1580
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabs, decorators: [{
@@ -1551,18 +1583,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1551
1583
  selector: 'p-tabs,[p-tabs]',
1552
1584
  changeDetection: ChangeDetectionStrategy.OnPush,
1553
1585
  template: '<ng-content></ng-content>',
1554
- inputs: inputs$9,
1586
+ inputs: inputs$a,
1555
1587
  outputs: outputs$2
1556
1588
  }]
1557
1589
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1558
1590
 
1559
- var __decorate$9 = (this && this.__decorate) || function (decorators, target, key, desc) {
1591
+ var __decorate$a = (this && this.__decorate) || function (decorators, target, key, desc) {
1560
1592
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1561
1593
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1562
1594
  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;
1563
1595
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1564
1596
  };
1565
- const inputs$8 = ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'];
1597
+ const inputs$9 = ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'];
1566
1598
  const outputs$1 = ['change', 'tabChange'];
1567
1599
  let PTabsBar = class PTabsBar {
1568
1600
  constructor(c, r, z) {
@@ -1574,9 +1606,9 @@ let PTabsBar = class PTabsBar {
1574
1606
  };
1575
1607
  PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabsBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1576
1608
  PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTabsBar, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { change: "change", tabChange: "tabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1577
- PTabsBar = __decorate$9([
1609
+ PTabsBar = __decorate$a([
1578
1610
  ProxyCmp({
1579
- inputs: inputs$8
1611
+ inputs: inputs$9
1580
1612
  })
1581
1613
  ], PTabsBar);
1582
1614
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabsBar, decorators: [{
@@ -1585,18 +1617,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1585
1617
  selector: 'p-tabs-bar,[p-tabs-bar]',
1586
1618
  changeDetection: ChangeDetectionStrategy.OnPush,
1587
1619
  template: '<ng-content></ng-content>',
1588
- inputs: inputs$8,
1620
+ inputs: inputs$9,
1589
1621
  outputs: outputs$1
1590
1622
  }]
1591
1623
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1592
1624
 
1593
- var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) {
1625
+ var __decorate$9 = (this && this.__decorate) || function (decorators, target, key, desc) {
1594
1626
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1595
1627
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1596
1628
  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;
1597
1629
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1598
1630
  };
1599
- const inputs$7 = ['label'];
1631
+ const inputs$8 = ['label'];
1600
1632
  let PTabsItem = class PTabsItem {
1601
1633
  constructor(c, r, z) {
1602
1634
  this.z = z;
@@ -1606,9 +1638,9 @@ let PTabsItem = class PTabsItem {
1606
1638
  };
1607
1639
  PTabsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1608
1640
  PTabsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTabsItem, selector: "p-tabs-item,[p-tabs-item]", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1609
- PTabsItem = __decorate$8([
1641
+ PTabsItem = __decorate$9([
1610
1642
  ProxyCmp({
1611
- inputs: inputs$7
1643
+ inputs: inputs$8
1612
1644
  })
1613
1645
  ], PTabsItem);
1614
1646
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabsItem, decorators: [{
@@ -1617,17 +1649,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1617
1649
  selector: 'p-tabs-item,[p-tabs-item]',
1618
1650
  changeDetection: ChangeDetectionStrategy.OnPush,
1619
1651
  template: '<ng-content></ng-content>',
1620
- inputs: inputs$7
1652
+ inputs: inputs$8
1621
1653
  }]
1622
1654
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1623
1655
 
1624
- var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) {
1656
+ var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) {
1625
1657
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1626
1658
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1627
1659
  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;
1628
1660
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1629
1661
  };
1630
- const inputs$6 = ['color', 'icon', 'iconSource', 'theme'];
1662
+ const inputs$7 = ['color', 'icon', 'iconSource', 'theme'];
1631
1663
  let PTag = class PTag {
1632
1664
  constructor(c, r, z) {
1633
1665
  this.z = z;
@@ -1637,9 +1669,9 @@ let PTag = class PTag {
1637
1669
  };
1638
1670
  PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1639
1671
  PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTag, selector: "p-tag,[p-tag]", inputs: { color: "color", icon: "icon", iconSource: "iconSource", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1640
- PTag = __decorate$7([
1672
+ PTag = __decorate$8([
1641
1673
  ProxyCmp({
1642
- inputs: inputs$6
1674
+ inputs: inputs$7
1643
1675
  })
1644
1676
  ], PTag);
1645
1677
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTag, decorators: [{
@@ -1648,17 +1680,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1648
1680
  selector: 'p-tag,[p-tag]',
1649
1681
  changeDetection: ChangeDetectionStrategy.OnPush,
1650
1682
  template: '<ng-content></ng-content>',
1651
- inputs: inputs$6
1683
+ inputs: inputs$7
1652
1684
  }]
1653
1685
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1654
1686
 
1655
- var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
1687
+ var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) {
1656
1688
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1657
1689
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1658
1690
  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;
1659
1691
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1660
1692
  };
1661
- const inputs$5 = ['aria', 'color', 'label', 'theme'];
1693
+ const inputs$6 = ['aria', 'color', 'label', 'theme'];
1662
1694
  let PTagDismissible = class PTagDismissible {
1663
1695
  constructor(c, r, z) {
1664
1696
  this.z = z;
@@ -1668,9 +1700,9 @@ let PTagDismissible = class PTagDismissible {
1668
1700
  };
1669
1701
  PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTagDismissible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1670
1702
  PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTagDismissible, selector: "p-tag-dismissible,[p-tag-dismissible]", inputs: { aria: "aria", color: "color", label: "label", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1671
- PTagDismissible = __decorate$6([
1703
+ PTagDismissible = __decorate$7([
1672
1704
  ProxyCmp({
1673
- inputs: inputs$5
1705
+ inputs: inputs$6
1674
1706
  })
1675
1707
  ], PTagDismissible);
1676
1708
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTagDismissible, decorators: [{
@@ -1679,17 +1711,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1679
1711
  selector: 'p-tag-dismissible,[p-tag-dismissible]',
1680
1712
  changeDetection: ChangeDetectionStrategy.OnPush,
1681
1713
  template: '<ng-content></ng-content>',
1682
- inputs: inputs$5
1714
+ inputs: inputs$6
1683
1715
  }]
1684
1716
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1685
1717
 
1686
- var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) {
1718
+ var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
1687
1719
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1688
1720
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1689
1721
  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;
1690
1722
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1691
1723
  };
1692
- const inputs$4 = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme', 'weight'];
1724
+ const inputs$5 = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme', 'weight'];
1693
1725
  let PText = class PText {
1694
1726
  constructor(c, r, z) {
1695
1727
  this.z = z;
@@ -1699,9 +1731,9 @@ let PText = class PText {
1699
1731
  };
1700
1732
  PText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1701
1733
  PText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PText, selector: "p-text,[p-text]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1702
- PText = __decorate$5([
1734
+ PText = __decorate$6([
1703
1735
  ProxyCmp({
1704
- inputs: inputs$4
1736
+ inputs: inputs$5
1705
1737
  })
1706
1738
  ], PText);
1707
1739
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PText, decorators: [{
@@ -1710,17 +1742,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1710
1742
  selector: 'p-text,[p-text]',
1711
1743
  changeDetection: ChangeDetectionStrategy.OnPush,
1712
1744
  template: '<ng-content></ng-content>',
1713
- inputs: inputs$4
1745
+ inputs: inputs$5
1714
1746
  }]
1715
1747
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1716
1748
 
1717
- var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
1749
+ var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) {
1718
1750
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1719
1751
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1720
1752
  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;
1721
1753
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1722
1754
  };
1723
- const inputs$3 = ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'state', 'theme', 'unit', 'unitPosition'];
1755
+ const inputs$4 = ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'state', 'theme', 'unit', 'unitPosition'];
1724
1756
  const outputs = ['action'];
1725
1757
  let PTextFieldWrapper = class PTextFieldWrapper {
1726
1758
  constructor(c, r, z) {
@@ -1732,9 +1764,9 @@ let PTextFieldWrapper = class PTextFieldWrapper {
1732
1764
  };
1733
1765
  PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextFieldWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1734
1766
  PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTextFieldWrapper, selector: "p-text-field-wrapper,[p-text-field-wrapper]", inputs: { actionIcon: "actionIcon", actionLoading: "actionLoading", description: "description", hideLabel: "hideLabel", label: "label", message: "message", showCharacterCount: "showCharacterCount", showCounter: "showCounter", state: "state", theme: "theme", unit: "unit", unitPosition: "unitPosition" }, outputs: { action: "action" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1735
- PTextFieldWrapper = __decorate$4([
1767
+ PTextFieldWrapper = __decorate$5([
1736
1768
  ProxyCmp({
1737
- inputs: inputs$3
1769
+ inputs: inputs$4
1738
1770
  })
1739
1771
  ], PTextFieldWrapper);
1740
1772
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextFieldWrapper, decorators: [{
@@ -1743,18 +1775,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1743
1775
  selector: 'p-text-field-wrapper,[p-text-field-wrapper]',
1744
1776
  changeDetection: ChangeDetectionStrategy.OnPush,
1745
1777
  template: '<ng-content></ng-content>',
1746
- inputs: inputs$3,
1778
+ inputs: inputs$4,
1747
1779
  outputs
1748
1780
  }]
1749
1781
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1750
1782
 
1751
- var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
1783
+ var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
1752
1784
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1753
1785
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1754
1786
  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;
1755
1787
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1756
1788
  };
1757
- const inputs$2 = ['listType', 'orderType', 'theme', 'type'];
1789
+ const inputs$3 = ['listType', 'orderType', 'theme', 'type'];
1758
1790
  let PTextList = class PTextList {
1759
1791
  constructor(c, r, z) {
1760
1792
  this.z = z;
@@ -1764,9 +1796,9 @@ let PTextList = class PTextList {
1764
1796
  };
1765
1797
  PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1766
1798
  PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTextList, selector: "p-text-list,[p-text-list]", inputs: { listType: "listType", orderType: "orderType", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1767
- PTextList = __decorate$3([
1799
+ PTextList = __decorate$4([
1768
1800
  ProxyCmp({
1769
- inputs: inputs$2
1801
+ inputs: inputs$3
1770
1802
  })
1771
1803
  ], PTextList);
1772
1804
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextList, decorators: [{
@@ -1775,11 +1807,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1775
1807
  selector: 'p-text-list,[p-text-list]',
1776
1808
  changeDetection: ChangeDetectionStrategy.OnPush,
1777
1809
  template: '<ng-content></ng-content>',
1778
- inputs: inputs$2
1810
+ inputs: inputs$3
1779
1811
  }]
1780
1812
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1781
1813
 
1782
- var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
1814
+ var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
1783
1815
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1784
1816
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1785
1817
  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;
@@ -1794,7 +1826,7 @@ let PTextListItem = class PTextListItem {
1794
1826
  };
1795
1827
  PTextListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1796
1828
  PTextListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTextListItem, selector: "p-text-list-item,[p-text-list-item]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1797
- PTextListItem = __decorate$2([
1829
+ PTextListItem = __decorate$3([
1798
1830
  ProxyCmp({})
1799
1831
  ], PTextListItem);
1800
1832
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextListItem, decorators: [{
@@ -1806,13 +1838,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1806
1838
  }]
1807
1839
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1808
1840
 
1809
- var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
1841
+ var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
1810
1842
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1811
1843
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1812
1844
  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;
1813
1845
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1814
1846
  };
1815
- const inputs$1 = ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'state', 'theme'];
1847
+ const inputs$2 = ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'state', 'theme'];
1816
1848
  let PTextareaWrapper = class PTextareaWrapper {
1817
1849
  constructor(c, r, z) {
1818
1850
  this.z = z;
@@ -1822,9 +1854,9 @@ let PTextareaWrapper = class PTextareaWrapper {
1822
1854
  };
1823
1855
  PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextareaWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1824
1856
  PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTextareaWrapper, selector: "p-textarea-wrapper,[p-textarea-wrapper]", inputs: { description: "description", hideLabel: "hideLabel", label: "label", message: "message", showCharacterCount: "showCharacterCount", showCounter: "showCounter", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1825
- PTextareaWrapper = __decorate$1([
1857
+ PTextareaWrapper = __decorate$2([
1826
1858
  ProxyCmp({
1827
- inputs: inputs$1
1859
+ inputs: inputs$2
1828
1860
  })
1829
1861
  ], PTextareaWrapper);
1830
1862
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextareaWrapper, decorators: [{
@@ -1833,17 +1865,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1833
1865
  selector: 'p-textarea-wrapper,[p-textarea-wrapper]',
1834
1866
  changeDetection: ChangeDetectionStrategy.OnPush,
1835
1867
  template: '<ng-content></ng-content>',
1836
- inputs: inputs$1
1868
+ inputs: inputs$2
1837
1869
  }]
1838
1870
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1839
1871
 
1840
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
1872
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
1841
1873
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1842
1874
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1843
1875
  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;
1844
1876
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1845
1877
  };
1846
- const inputs = ['theme'];
1878
+ const inputs$1 = ['theme'];
1847
1879
  let PToast = class PToast {
1848
1880
  constructor(c, r, z) {
1849
1881
  this.z = z;
@@ -1853,9 +1885,9 @@ let PToast = class PToast {
1853
1885
  };
1854
1886
  PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1855
1887
  PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PToast, selector: "p-toast,[p-toast]", inputs: { theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1856
- PToast = __decorate([
1888
+ PToast = __decorate$1([
1857
1889
  ProxyCmp({
1858
- inputs
1890
+ inputs: inputs$1
1859
1891
  })
1860
1892
  ], PToast);
1861
1893
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PToast, decorators: [{
@@ -1864,6 +1896,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1864
1896
  selector: 'p-toast,[p-toast]',
1865
1897
  changeDetection: ChangeDetectionStrategy.OnPush,
1866
1898
  template: '<ng-content></ng-content>',
1899
+ inputs: inputs$1
1900
+ }]
1901
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1902
+
1903
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
1904
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1905
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1906
+ 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;
1907
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1908
+ };
1909
+ const inputs = ['aria', 'href', 'size', 'target', 'theme'];
1910
+ let PWordmark = class PWordmark {
1911
+ constructor(c, r, z) {
1912
+ this.z = z;
1913
+ c.detach();
1914
+ this.el = r.nativeElement;
1915
+ }
1916
+ };
1917
+ PWordmark.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PWordmark, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1918
+ PWordmark.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PWordmark, selector: "p-wordmark,[p-wordmark]", inputs: { aria: "aria", href: "href", size: "size", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1919
+ PWordmark = __decorate([
1920
+ ProxyCmp({
1921
+ inputs
1922
+ })
1923
+ ], PWordmark);
1924
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PWordmark, decorators: [{
1925
+ type: Component,
1926
+ args: [{
1927
+ selector: 'p-wordmark,[p-wordmark]',
1928
+ changeDetection: ChangeDetectionStrategy.OnPush,
1929
+ template: '<ng-content></ng-content>',
1867
1930
  inputs
1868
1931
  }]
1869
1932
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1878,6 +1941,7 @@ const DECLARATIONS = [
1878
1941
  PCarousel,
1879
1942
  PCheckboxWrapper,
1880
1943
  PContentWrapper,
1944
+ PCrest,
1881
1945
  PDisplay,
1882
1946
  PDivider,
1883
1947
  PFieldset,
@@ -1926,7 +1990,8 @@ const DECLARATIONS = [
1926
1990
  PTextList,
1927
1991
  PTextListItem,
1928
1992
  PTextareaWrapper,
1929
- PToast
1993
+ PToast,
1994
+ PWordmark
1930
1995
  ];
1931
1996
 
1932
1997
  class DefaultConfig {
@@ -1953,7 +2018,7 @@ class PorscheDesignSystemModule {
1953
2018
  }
1954
2019
  }
1955
2020
  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 });
1956
- PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, 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, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, 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] });
2021
+ PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, 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, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, 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, PWordmark] });
1957
2022
  PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule });
1958
2023
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
1959
2024
  type: NgModule,
@@ -1984,5 +2049,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1984
2049
  * Generated bundle index. Do not edit.
1985
2050
  */
1986
2051
 
1987
- export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, 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 };
2052
+ export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, 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, PWordmark, PorscheDesignSystemModule, ToastManager };
1988
2053
  //# sourceMappingURL=porsche-design-system-components-angular.mjs.map