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