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

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 (90) hide show
  1. package/CHANGELOG.md +385 -0
  2. package/esm2020/lib/components/accordion.wrapper.mjs +3 -3
  3. package/esm2020/lib/components/banner.wrapper.mjs +3 -3
  4. package/esm2020/lib/components/barrel.mjs +10 -1
  5. package/esm2020/lib/components/button-pure.wrapper.mjs +1 -1
  6. package/esm2020/lib/components/button-tile.wrapper.mjs +35 -0
  7. package/esm2020/lib/components/button.wrapper.mjs +1 -1
  8. package/esm2020/lib/components/carousel.wrapper.mjs +4 -4
  9. package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +1 -1
  10. package/esm2020/lib/components/content-wrapper.wrapper.mjs +1 -1
  11. package/esm2020/lib/components/divider.wrapper.mjs +3 -3
  12. package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +2 -1
  13. package/esm2020/lib/components/fieldset.wrapper.mjs +35 -0
  14. package/esm2020/lib/components/grid.wrapper.mjs +1 -1
  15. package/esm2020/lib/components/icon.wrapper.mjs +1 -1
  16. package/esm2020/lib/components/inline-notification.wrapper.mjs +1 -1
  17. package/esm2020/lib/components/link-pure.wrapper.mjs +1 -1
  18. package/esm2020/lib/components/link-social.wrapper.mjs +2 -2
  19. package/esm2020/lib/components/link-tile-model-signature.wrapper.mjs +35 -0
  20. package/esm2020/lib/components/link-tile.wrapper.mjs +1 -1
  21. package/esm2020/lib/components/link.wrapper.mjs +1 -1
  22. package/esm2020/lib/components/marque.wrapper.mjs +1 -1
  23. package/esm2020/lib/components/modal.wrapper.mjs +4 -4
  24. package/esm2020/lib/components/pagination.wrapper.mjs +4 -4
  25. package/esm2020/lib/components/popover.wrapper.mjs +1 -1
  26. package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +1 -1
  27. package/esm2020/lib/components/scroller.wrapper.mjs +3 -3
  28. package/esm2020/lib/components/segmented-control-item.wrapper.mjs +1 -1
  29. package/esm2020/lib/components/segmented-control.wrapper.mjs +3 -3
  30. package/esm2020/lib/components/select-wrapper.wrapper.mjs +1 -1
  31. package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +1 -1
  32. package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +3 -3
  33. package/esm2020/lib/components/switch.wrapper.mjs +3 -3
  34. package/esm2020/lib/components/table.wrapper.mjs +4 -4
  35. package/esm2020/lib/components/tabs-bar.wrapper.mjs +4 -4
  36. package/esm2020/lib/components/tabs.wrapper.mjs +4 -4
  37. package/esm2020/lib/components/tag.wrapper.mjs +1 -1
  38. package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +3 -3
  39. package/esm2020/lib/components/text-list.wrapper.mjs +3 -3
  40. package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +3 -3
  41. package/esm2020/lib/types.mjs +1 -1
  42. package/esm2020/porsche-design-system.module.mjs +55 -52
  43. package/fesm2015/porsche-design-system-components-angular.mjs +261 -152
  44. package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
  45. package/fesm2020/porsche-design-system-components-angular.mjs +249 -152
  46. package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
  47. package/lib/components/accordion.wrapper.d.ts +3 -1
  48. package/lib/components/banner.wrapper.d.ts +4 -1
  49. package/lib/components/barrel.d.ts +7 -1
  50. package/lib/components/button-pure.wrapper.d.ts +8 -7
  51. package/lib/components/button-tile.wrapper.d.ts +24 -0
  52. package/lib/components/button.wrapper.d.ts +2 -2
  53. package/lib/components/carousel.wrapper.d.ts +8 -2
  54. package/lib/components/checkbox-wrapper.wrapper.d.ts +2 -2
  55. package/lib/components/content-wrapper.wrapper.d.ts +2 -0
  56. package/lib/components/divider.wrapper.d.ts +4 -2
  57. package/lib/components/fieldset-wrapper.wrapper.d.ts +3 -2
  58. package/lib/components/fieldset.wrapper.d.ts +16 -0
  59. package/lib/components/grid.wrapper.d.ts +1 -0
  60. package/lib/components/icon.wrapper.d.ts +1 -0
  61. package/lib/components/inline-notification.wrapper.d.ts +2 -2
  62. package/lib/components/link-pure.wrapper.d.ts +8 -7
  63. package/lib/components/link-social.wrapper.d.ts +4 -4
  64. package/lib/components/link-tile-model-signature.wrapper.d.ts +17 -0
  65. package/lib/components/link-tile.wrapper.d.ts +3 -3
  66. package/lib/components/link.wrapper.d.ts +2 -2
  67. package/lib/components/marque.wrapper.d.ts +2 -2
  68. package/lib/components/modal.wrapper.d.ts +5 -1
  69. package/lib/components/pagination.wrapper.d.ts +11 -4
  70. package/lib/components/popover.wrapper.d.ts +2 -2
  71. package/lib/components/radio-button-wrapper.wrapper.d.ts +2 -2
  72. package/lib/components/scroller.wrapper.d.ts +10 -5
  73. package/lib/components/segmented-control-item.wrapper.d.ts +2 -2
  74. package/lib/components/segmented-control.wrapper.d.ts +4 -1
  75. package/lib/components/select-wrapper.wrapper.d.ts +3 -3
  76. package/lib/components/stepper-horizontal-item.wrapper.d.ts +2 -2
  77. package/lib/components/stepper-horizontal.wrapper.d.ts +5 -3
  78. package/lib/components/switch.wrapper.d.ts +5 -3
  79. package/lib/components/table.wrapper.d.ts +6 -3
  80. package/lib/components/tabs-bar.wrapper.d.ts +10 -6
  81. package/lib/components/tabs.wrapper.d.ts +10 -6
  82. package/lib/components/tag.wrapper.d.ts +2 -2
  83. package/lib/components/text-field-wrapper.wrapper.d.ts +6 -4
  84. package/lib/components/text-list.wrapper.d.ts +7 -4
  85. package/lib/components/textarea-wrapper.wrapper.d.ts +5 -3
  86. package/lib/types.d.ts +164 -68
  87. package/package.json +3 -3
  88. package/porsche-design-system.module.d.ts +54 -51
  89. package/styles/_index.scss +1 -0
  90. package/styles/scss.scss +0 -1
@@ -43,14 +43,14 @@ 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$V = (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'];
53
- const outputs$c = ['accordionChange'];
52
+ const inputs$Q = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
53
+ const outputs$c = ['accordionChange', 'change'];
54
54
  let PAccordion = class PAccordion {
55
55
  constructor(c, r, z) {
56
56
  this.z = z;
@@ -60,10 +60,10 @@ let PAccordion = class PAccordion {
60
60
  }
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
- PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
64
- PAccordion = __decorate$S([
63
+ PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange", change: "change" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
64
+ PAccordion = __decorate$V([
65
65
  ProxyCmp({
66
- inputs: inputs$N
66
+ inputs: inputs$Q
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$Q,
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$U = (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 = ['persistent', 'state', 'theme', 'width'];
86
+ const inputs$P = ['description', 'heading', 'persistent', 'state', 'theme', 'width'];
87
87
  const outputs$b = ['dismiss'];
88
88
  let PBanner = class PBanner {
89
89
  constructor(c, r, z) {
@@ -94,10 +94,10 @@ let PBanner = class PBanner {
94
94
  }
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
- PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PBanner, selector: "p-banner,[p-banner]", inputs: { persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
98
- PBanner = __decorate$R([
97
+ PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PBanner, selector: "p-banner,[p-banner]", inputs: { description: "description", heading: "heading", persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
98
+ PBanner = __decorate$U([
99
99
  ProxyCmp({
100
- inputs: inputs$M
100
+ inputs: inputs$P
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$P,
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$T = (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$O = ['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$T([
131
131
  ProxyCmp({
132
- inputs: inputs$L
132
+ inputs: inputs$O
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$O
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$S = (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$N = ['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$S([
162
162
  ProxyCmp({
163
- inputs: inputs$K
163
+ inputs: inputs$N
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$N
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$R = (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$M = ['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$R([
193
193
  ProxyCmp({
194
- inputs: inputs$J
194
+ inputs: inputs$M
195
195
  })
196
196
  ], PButtonPure);
197
197
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonPure, decorators: [{
@@ -200,18 +200,49 @@ 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$M
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$Q = (this && this.__decorate) || function (decorators, target, key, desc) {
208
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
209
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
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
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
212
+ };
213
+ const inputs$L = ['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$Q([
224
+ ProxyCmp({
225
+ inputs: inputs$L
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$L
235
+ }]
236
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
237
+
238
+ var __decorate$P = (this && this.__decorate) || function (decorators, target, key, desc) {
208
239
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
209
240
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
210
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;
211
242
  return c > 3 && r && Object.defineProperty(target, key, r), r;
212
243
  };
213
- const inputs$I = ['alignHeader', 'description', 'disablePagination', 'heading', 'intl', 'rewind', 'slidesPerPage', 'theme', 'width', 'wrapContent'];
214
- const outputs$a = ['carouselChange'];
244
+ const inputs$K = ['activeSlideIndex', 'alignHeader', 'description', 'disablePagination', 'heading', 'intl', 'pagination', 'rewind', 'slidesPerPage', 'theme', 'width', 'wrapContent'];
245
+ const outputs$a = ['carouselChange', 'change'];
215
246
  let PCarousel = class PCarousel {
216
247
  constructor(c, r, z) {
217
248
  this.z = 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", rewind: "rewind", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
225
- PCarousel = __decorate$N([
255
+ PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignHeader: "alignHeader", description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", pagination: "pagination", rewind: "rewind", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange", change: "change" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
256
+ PCarousel = __decorate$P([
226
257
  ProxyCmp({
227
- inputs: inputs$I
258
+ inputs: inputs$K
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$K,
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$O = (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$J = ['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$O([
258
289
  ProxyCmp({
259
- inputs: inputs$H
290
+ inputs: inputs$J
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$J
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$N = (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$I = ['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$N([
290
321
  ProxyCmp({
291
- inputs: inputs$G
322
+ inputs: inputs$I
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,17 @@ 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$I
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$M = (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$H = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
311
342
  let PDisplay = class PDisplay {
312
343
  constructor(c, r, z) {
313
344
  this.z = z;
@@ -317,9 +348,9 @@ let PDisplay = class PDisplay {
317
348
  };
318
349
  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
350
  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([
351
+ PDisplay = __decorate$M([
321
352
  ProxyCmp({
322
- inputs: inputs$F
353
+ inputs: inputs$H
323
354
  })
324
355
  ], PDisplay);
325
356
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDisplay, decorators: [{
@@ -328,17 +359,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
328
359
  selector: 'p-display,[p-display]',
329
360
  changeDetection: ChangeDetectionStrategy.OnPush,
330
361
  template: '<ng-content></ng-content>',
331
- inputs: inputs$F
362
+ inputs: inputs$H
332
363
  }]
333
364
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
334
365
 
335
- var __decorate$J = (this && this.__decorate) || function (decorators, target, key, desc) {
366
+ var __decorate$L = (this && this.__decorate) || function (decorators, target, key, desc) {
336
367
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
337
368
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
338
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;
339
370
  return c > 3 && r && Object.defineProperty(target, key, r), r;
340
371
  };
341
- const inputs$E = ['color', 'orientation', 'theme'];
372
+ const inputs$G = ['color', 'direction', 'orientation', 'theme'];
342
373
  let PDivider = class PDivider {
343
374
  constructor(c, r, z) {
344
375
  this.z = z;
@@ -347,10 +378,10 @@ let PDivider = class PDivider {
347
378
  }
348
379
  };
349
380
  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
- PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", orientation: "orientation", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
351
- PDivider = __decorate$J([
381
+ PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction", orientation: "orientation", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
382
+ PDivider = __decorate$L([
352
383
  ProxyCmp({
353
- inputs: inputs$E
384
+ inputs: inputs$G
354
385
  })
355
386
  ], PDivider);
356
387
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDivider, decorators: [{
@@ -359,17 +390,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
359
390
  selector: 'p-divider,[p-divider]',
360
391
  changeDetection: ChangeDetectionStrategy.OnPush,
361
392
  template: '<ng-content></ng-content>',
362
- inputs: inputs$E
393
+ inputs: inputs$G
363
394
  }]
364
395
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
365
396
 
366
- var __decorate$I = (this && this.__decorate) || function (decorators, target, key, desc) {
397
+ var __decorate$K = (this && this.__decorate) || function (decorators, target, key, desc) {
398
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
399
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
400
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
401
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
402
+ };
403
+ const inputs$F = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
404
+ let PFieldset = class PFieldset {
405
+ constructor(c, r, z) {
406
+ this.z = z;
407
+ c.detach();
408
+ this.el = r.nativeElement;
409
+ }
410
+ };
411
+ PFieldset.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldset, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
412
+ PFieldset.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PFieldset, selector: "p-fieldset,[p-fieldset]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
413
+ PFieldset = __decorate$K([
414
+ ProxyCmp({
415
+ inputs: inputs$F
416
+ })
417
+ ], PFieldset);
418
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldset, decorators: [{
419
+ type: Component,
420
+ args: [{
421
+ selector: 'p-fieldset,[p-fieldset]',
422
+ changeDetection: ChangeDetectionStrategy.OnPush,
423
+ template: '<ng-content></ng-content>',
424
+ inputs: inputs$F
425
+ }]
426
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
427
+
428
+ var __decorate$J = (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$E = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
435
+ /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-fieldset" instead. */
373
436
  let PFieldsetWrapper = class PFieldsetWrapper {
374
437
  constructor(c, r, z) {
375
438
  this.z = z;
@@ -379,9 +442,9 @@ let PFieldsetWrapper = class PFieldsetWrapper {
379
442
  };
380
443
  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
444
  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([
445
+ PFieldsetWrapper = __decorate$J([
383
446
  ProxyCmp({
384
- inputs: inputs$D
447
+ inputs: inputs$E
385
448
  })
386
449
  ], PFieldsetWrapper);
387
450
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldsetWrapper, decorators: [{
@@ -390,17 +453,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
390
453
  selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
391
454
  changeDetection: ChangeDetectionStrategy.OnPush,
392
455
  template: '<ng-content></ng-content>',
393
- inputs: inputs$D
456
+ inputs: inputs$E
394
457
  }]
395
458
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
396
459
 
397
- var __decorate$H = (this && this.__decorate) || function (decorators, target, key, desc) {
460
+ var __decorate$I = (this && this.__decorate) || function (decorators, target, key, desc) {
398
461
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
399
462
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
400
463
  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
464
  return c > 3 && r && Object.defineProperty(target, key, r), r;
402
465
  };
403
- const inputs$C = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
466
+ const inputs$D = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
404
467
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
405
468
  let PFlex = class PFlex {
406
469
  constructor(c, r, z) {
@@ -411,9 +474,9 @@ let PFlex = class PFlex {
411
474
  };
412
475
  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
476
  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([
477
+ PFlex = __decorate$I([
415
478
  ProxyCmp({
416
- inputs: inputs$C
479
+ inputs: inputs$D
417
480
  })
418
481
  ], PFlex);
419
482
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlex, decorators: [{
@@ -422,17 +485,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
422
485
  selector: 'p-flex,[p-flex]',
423
486
  changeDetection: ChangeDetectionStrategy.OnPush,
424
487
  template: '<ng-content></ng-content>',
425
- inputs: inputs$C
488
+ inputs: inputs$D
426
489
  }]
427
490
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
428
491
 
429
- var __decorate$G = (this && this.__decorate) || function (decorators, target, key, desc) {
492
+ var __decorate$H = (this && this.__decorate) || function (decorators, target, key, desc) {
430
493
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
431
494
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
432
495
  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
496
  return c > 3 && r && Object.defineProperty(target, key, r), r;
434
497
  };
435
- const inputs$B = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
498
+ const inputs$C = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
436
499
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
437
500
  let PFlexItem = class PFlexItem {
438
501
  constructor(c, r, z) {
@@ -443,9 +506,9 @@ let PFlexItem = class PFlexItem {
443
506
  };
444
507
  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
508
  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([
509
+ PFlexItem = __decorate$H([
447
510
  ProxyCmp({
448
- inputs: inputs$B
511
+ inputs: inputs$C
449
512
  })
450
513
  ], PFlexItem);
451
514
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlexItem, decorators: [{
@@ -454,17 +517,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
454
517
  selector: 'p-flex-item,[p-flex-item]',
455
518
  changeDetection: ChangeDetectionStrategy.OnPush,
456
519
  template: '<ng-content></ng-content>',
457
- inputs: inputs$B
520
+ inputs: inputs$C
458
521
  }]
459
522
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
460
523
 
461
- var __decorate$F = (this && this.__decorate) || function (decorators, target, key, desc) {
524
+ var __decorate$G = (this && this.__decorate) || function (decorators, target, key, desc) {
462
525
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
463
526
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
464
527
  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
528
  return c > 3 && r && Object.defineProperty(target, key, r), r;
466
529
  };
467
- const inputs$A = ['direction', 'gutter', 'wrap'];
530
+ const inputs$B = ['direction', 'gutter', 'wrap'];
468
531
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
469
532
  let PGrid = class PGrid {
470
533
  constructor(c, r, z) {
@@ -475,9 +538,9 @@ let PGrid = class PGrid {
475
538
  };
476
539
  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
540
  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([
541
+ PGrid = __decorate$G([
479
542
  ProxyCmp({
480
- inputs: inputs$A
543
+ inputs: inputs$B
481
544
  })
482
545
  ], PGrid);
483
546
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGrid, decorators: [{
@@ -486,17 +549,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
486
549
  selector: 'p-grid,[p-grid]',
487
550
  changeDetection: ChangeDetectionStrategy.OnPush,
488
551
  template: '<ng-content></ng-content>',
489
- inputs: inputs$A
552
+ inputs: inputs$B
490
553
  }]
491
554
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
492
555
 
493
- var __decorate$E = (this && this.__decorate) || function (decorators, target, key, desc) {
556
+ var __decorate$F = (this && this.__decorate) || function (decorators, target, key, desc) {
494
557
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
495
558
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
496
559
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
497
560
  return c > 3 && r && Object.defineProperty(target, key, r), r;
498
561
  };
499
- const inputs$z = ['offset', 'size'];
562
+ const inputs$A = ['offset', 'size'];
500
563
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
501
564
  let PGridItem = class PGridItem {
502
565
  constructor(c, r, z) {
@@ -507,9 +570,9 @@ let PGridItem = class PGridItem {
507
570
  };
508
571
  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
572
  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([
573
+ PGridItem = __decorate$F([
511
574
  ProxyCmp({
512
- inputs: inputs$z
575
+ inputs: inputs$A
513
576
  })
514
577
  ], PGridItem);
515
578
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGridItem, decorators: [{
@@ -518,17 +581,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
518
581
  selector: 'p-grid-item,[p-grid-item]',
519
582
  changeDetection: ChangeDetectionStrategy.OnPush,
520
583
  template: '<ng-content></ng-content>',
521
- inputs: inputs$z
584
+ inputs: inputs$A
522
585
  }]
523
586
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
524
587
 
525
- var __decorate$D = (this && this.__decorate) || function (decorators, target, key, desc) {
588
+ var __decorate$E = (this && this.__decorate) || function (decorators, target, key, desc) {
526
589
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
527
590
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
528
591
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
529
592
  return c > 3 && r && Object.defineProperty(target, key, r), r;
530
593
  };
531
- const inputs$y = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
594
+ const inputs$z = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
532
595
  let PHeading = class PHeading {
533
596
  constructor(c, r, z) {
534
597
  this.z = z;
@@ -538,9 +601,9 @@ let PHeading = class PHeading {
538
601
  };
539
602
  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
603
  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([
604
+ PHeading = __decorate$E([
542
605
  ProxyCmp({
543
- inputs: inputs$y
606
+ inputs: inputs$z
544
607
  })
545
608
  ], PHeading);
546
609
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeading, decorators: [{
@@ -549,17 +612,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
549
612
  selector: 'p-heading,[p-heading]',
550
613
  changeDetection: ChangeDetectionStrategy.OnPush,
551
614
  template: '<ng-content></ng-content>',
552
- inputs: inputs$y
615
+ inputs: inputs$z
553
616
  }]
554
617
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
555
618
 
556
- var __decorate$C = (this && this.__decorate) || function (decorators, target, key, desc) {
619
+ var __decorate$D = (this && this.__decorate) || function (decorators, target, key, desc) {
557
620
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
558
621
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
559
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;
560
623
  return c > 3 && r && Object.defineProperty(target, key, r), r;
561
624
  };
562
- const inputs$x = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
625
+ const inputs$y = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
563
626
  /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
564
627
  let PHeadline = class PHeadline {
565
628
  constructor(c, r, z) {
@@ -570,9 +633,9 @@ let PHeadline = class PHeadline {
570
633
  };
571
634
  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
635
  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([
636
+ PHeadline = __decorate$D([
574
637
  ProxyCmp({
575
- inputs: inputs$x
638
+ inputs: inputs$y
576
639
  })
577
640
  ], PHeadline);
578
641
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeadline, decorators: [{
@@ -581,17 +644,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
581
644
  selector: 'p-headline,[p-headline]',
582
645
  changeDetection: ChangeDetectionStrategy.OnPush,
583
646
  template: '<ng-content></ng-content>',
584
- inputs: inputs$x
647
+ inputs: inputs$y
585
648
  }]
586
649
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
587
650
 
588
- var __decorate$B = (this && this.__decorate) || function (decorators, target, key, desc) {
651
+ var __decorate$C = (this && this.__decorate) || function (decorators, target, key, desc) {
589
652
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
590
653
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
591
654
  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
655
  return c > 3 && r && Object.defineProperty(target, key, r), r;
593
656
  };
594
- const inputs$w = ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme'];
657
+ const inputs$x = ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme'];
595
658
  let PIcon = class PIcon {
596
659
  constructor(c, r, z) {
597
660
  this.z = z;
@@ -601,9 +664,9 @@ let PIcon = class PIcon {
601
664
  };
602
665
  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
666
  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([
667
+ PIcon = __decorate$C([
605
668
  ProxyCmp({
606
- inputs: inputs$w
669
+ inputs: inputs$x
607
670
  })
608
671
  ], PIcon);
609
672
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PIcon, decorators: [{
@@ -612,17 +675,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
612
675
  selector: 'p-icon,[p-icon]',
613
676
  changeDetection: ChangeDetectionStrategy.OnPush,
614
677
  template: '<ng-content></ng-content>',
615
- inputs: inputs$w
678
+ inputs: inputs$x
616
679
  }]
617
680
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
618
681
 
619
- var __decorate$A = (this && this.__decorate) || function (decorators, target, key, desc) {
682
+ var __decorate$B = (this && this.__decorate) || function (decorators, target, key, desc) {
620
683
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
621
684
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
622
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;
623
686
  return c > 3 && r && Object.defineProperty(target, key, r), r;
624
687
  };
625
- const inputs$v = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'heading', 'persistent', 'state', 'theme'];
688
+ const inputs$w = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'heading', 'persistent', 'state', 'theme'];
626
689
  const outputs$9 = ['action', 'dismiss'];
627
690
  let PInlineNotification = class PInlineNotification {
628
691
  constructor(c, r, z) {
@@ -634,9 +697,9 @@ let PInlineNotification = class PInlineNotification {
634
697
  };
635
698
  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
699
  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([
700
+ PInlineNotification = __decorate$B([
638
701
  ProxyCmp({
639
- inputs: inputs$v
702
+ inputs: inputs$w
640
703
  })
641
704
  ], PInlineNotification);
642
705
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PInlineNotification, decorators: [{
@@ -645,18 +708,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
645
708
  selector: 'p-inline-notification,[p-inline-notification]',
646
709
  changeDetection: ChangeDetectionStrategy.OnPush,
647
710
  template: '<ng-content></ng-content>',
648
- inputs: inputs$v,
711
+ inputs: inputs$w,
649
712
  outputs: outputs$9
650
713
  }]
651
714
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
652
715
 
653
- var __decorate$z = (this && this.__decorate) || function (decorators, target, key, desc) {
716
+ var __decorate$A = (this && this.__decorate) || function (decorators, target, key, desc) {
654
717
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
655
718
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
656
719
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
657
720
  return c > 3 && r && Object.defineProperty(target, key, r), r;
658
721
  };
659
- const inputs$u = ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant'];
722
+ const inputs$v = ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant'];
660
723
  let PLink = class PLink {
661
724
  constructor(c, r, z) {
662
725
  this.z = z;
@@ -666,9 +729,9 @@ let PLink = class PLink {
666
729
  };
667
730
  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
731
  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([
732
+ PLink = __decorate$A([
670
733
  ProxyCmp({
671
- inputs: inputs$u
734
+ inputs: inputs$v
672
735
  })
673
736
  ], PLink);
674
737
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLink, decorators: [{
@@ -677,17 +740,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
677
740
  selector: 'p-link,[p-link]',
678
741
  changeDetection: ChangeDetectionStrategy.OnPush,
679
742
  template: '<ng-content></ng-content>',
680
- inputs: inputs$u
743
+ inputs: inputs$v
681
744
  }]
682
745
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
683
746
 
684
- var __decorate$y = (this && this.__decorate) || function (decorators, target, key, desc) {
747
+ var __decorate$z = (this && this.__decorate) || function (decorators, target, key, desc) {
685
748
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
686
749
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
687
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;
688
751
  return c > 3 && r && Object.defineProperty(target, key, r), r;
689
752
  };
690
- const inputs$t = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight'];
753
+ const inputs$u = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight'];
691
754
  let PLinkPure = class PLinkPure {
692
755
  constructor(c, r, z) {
693
756
  this.z = z;
@@ -697,9 +760,9 @@ let PLinkPure = class PLinkPure {
697
760
  };
698
761
  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
762
  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([
763
+ PLinkPure = __decorate$z([
701
764
  ProxyCmp({
702
- inputs: inputs$t
765
+ inputs: inputs$u
703
766
  })
704
767
  ], PLinkPure);
705
768
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkPure, decorators: [{
@@ -708,18 +771,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
708
771
  selector: 'p-link-pure,[p-link-pure]',
709
772
  changeDetection: ChangeDetectionStrategy.OnPush,
710
773
  template: '<ng-content></ng-content>',
711
- inputs: inputs$t
774
+ inputs: inputs$u
712
775
  }]
713
776
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
714
777
 
715
- var __decorate$x = (this && this.__decorate) || function (decorators, target, key, desc) {
778
+ var __decorate$y = (this && this.__decorate) || function (decorators, target, key, desc) {
716
779
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
717
780
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
718
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;
719
782
  return c > 3 && r && Object.defineProperty(target, key, r), r;
720
783
  };
721
- const inputs$s = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
722
- /** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social instead. */
784
+ const inputs$t = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
785
+ /** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
723
786
  let PLinkSocial = class PLinkSocial {
724
787
  constructor(c, r, z) {
725
788
  this.z = z;
@@ -729,9 +792,9 @@ let PLinkSocial = class PLinkSocial {
729
792
  };
730
793
  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
794
  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([
795
+ PLinkSocial = __decorate$y([
733
796
  ProxyCmp({
734
- inputs: inputs$s
797
+ inputs: inputs$t
735
798
  })
736
799
  ], PLinkSocial);
737
800
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkSocial, decorators: [{
@@ -740,17 +803,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
740
803
  selector: 'p-link-social,[p-link-social]',
741
804
  changeDetection: ChangeDetectionStrategy.OnPush,
742
805
  template: '<ng-content></ng-content>',
743
- inputs: inputs$s
806
+ inputs: inputs$t
744
807
  }]
745
808
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
746
809
 
747
- var __decorate$w = (this && this.__decorate) || function (decorators, target, key, desc) {
810
+ var __decorate$x = (this && this.__decorate) || function (decorators, target, key, desc) {
748
811
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
749
812
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
750
813
  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
814
  return c > 3 && r && Object.defineProperty(target, key, r), r;
752
815
  };
753
- const inputs$r = ['align', 'aria', 'aspectRatio', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight'];
816
+ const inputs$s = ['align', 'aria', 'aspectRatio', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight'];
754
817
  let PLinkTile = class PLinkTile {
755
818
  constructor(c, r, z) {
756
819
  this.z = z;
@@ -760,9 +823,9 @@ let PLinkTile = class PLinkTile {
760
823
  };
761
824
  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
825
  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([
826
+ PLinkTile = __decorate$x([
764
827
  ProxyCmp({
765
- inputs: inputs$r
828
+ inputs: inputs$s
766
829
  })
767
830
  ], PLinkTile);
768
831
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkTile, decorators: [{
@@ -771,6 +834,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
771
834
  selector: 'p-link-tile,[p-link-tile]',
772
835
  changeDetection: ChangeDetectionStrategy.OnPush,
773
836
  template: '<ng-content></ng-content>',
837
+ inputs: inputs$s
838
+ }]
839
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
840
+
841
+ var __decorate$w = (this && this.__decorate) || function (decorators, target, key, desc) {
842
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
843
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
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;
845
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
846
+ };
847
+ const inputs$r = ['aspectRatio', 'description', 'heading', 'headingTag', 'linkDirection', 'model', 'weight'];
848
+ let PLinkTileModelSignature = class PLinkTileModelSignature {
849
+ constructor(c, r, z) {
850
+ this.z = z;
851
+ c.detach();
852
+ this.el = r.nativeElement;
853
+ }
854
+ };
855
+ PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkTileModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
856
+ PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PLinkTileModelSignature, selector: "p-link-tile-model-signature,[p-link-tile-model-signature]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", headingTag: "headingTag", linkDirection: "linkDirection", model: "model", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
857
+ PLinkTileModelSignature = __decorate$w([
858
+ ProxyCmp({
859
+ inputs: inputs$r
860
+ })
861
+ ], PLinkTileModelSignature);
862
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkTileModelSignature, decorators: [{
863
+ type: Component,
864
+ args: [{
865
+ selector: 'p-link-tile-model-signature,[p-link-tile-model-signature]',
866
+ changeDetection: ChangeDetectionStrategy.OnPush,
867
+ template: '<ng-content></ng-content>',
774
868
  inputs: inputs$r
775
869
  }]
776
870
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -812,8 +906,8 @@ var __decorate$u = (this && this.__decorate) || function (decorators, target, ke
812
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;
813
907
  return c > 3 && r && Object.defineProperty(target, key, r), r;
814
908
  };
815
- const inputs$p = ['aria', 'disableBackdropClick', 'disableCloseButton', 'fullscreen', 'heading', 'open'];
816
- const outputs$8 = ['close'];
909
+ const inputs$p = ['aria', 'disableBackdropClick', 'disableCloseButton', 'dismissButton', 'fullscreen', 'heading', 'open'];
910
+ const outputs$8 = ['close', 'dismiss'];
817
911
  let PModal = class PModal {
818
912
  constructor(c, r, z) {
819
913
  this.z = z;
@@ -823,7 +917,7 @@ let PModal = class PModal {
823
917
  }
824
918
  };
825
919
  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
- PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PModal, selector: "p-modal,[p-modal]", inputs: { aria: "aria", disableBackdropClick: "disableBackdropClick", disableCloseButton: "disableCloseButton", fullscreen: "fullscreen", heading: "heading", open: "open" }, outputs: { close: "close" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
920
+ 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
921
  PModal = __decorate$u([
828
922
  ProxyCmp({
829
923
  inputs: inputs$p
@@ -877,8 +971,8 @@ var __decorate$s = (this && this.__decorate) || function (decorators, target, ke
877
971
  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
972
  return c > 3 && r && Object.defineProperty(target, key, r), r;
879
973
  };
880
- const inputs$n = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'itemsPerPage', 'maxNumberOfPageLinks', 'theme', 'totalItemsCount'];
881
- const outputs$7 = ['pageChange'];
974
+ const inputs$n = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'intl', 'itemsPerPage', 'maxNumberOfPageLinks', 'theme', 'totalItemsCount'];
975
+ const outputs$7 = ['change', 'pageChange'];
882
976
  let PPagination = class PPagination {
883
977
  constructor(c, r, z) {
884
978
  this.z = z;
@@ -888,7 +982,7 @@ let PPagination = class PPagination {
888
982
  }
889
983
  };
890
984
  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
- 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", itemsPerPage: "itemsPerPage", maxNumberOfPageLinks: "maxNumberOfPageLinks", theme: "theme", totalItemsCount: "totalItemsCount" }, outputs: { pageChange: "pageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
985
+ 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
986
  PPagination = __decorate$s([
893
987
  ProxyCmp({
894
988
  inputs: inputs$n
@@ -973,7 +1067,7 @@ var __decorate$p = (this && this.__decorate) || function (decorators, target, ke
973
1067
  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
1068
  return c > 3 && r && Object.defineProperty(target, key, r), r;
975
1069
  };
976
- const inputs$k = ['gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'theme'];
1070
+ const inputs$k = ['alignScrollIndicator', 'gradientColor', 'gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'scrollbar', 'theme'];
977
1071
  let PScroller = class PScroller {
978
1072
  constructor(c, r, z) {
979
1073
  this.z = z;
@@ -982,7 +1076,7 @@ let PScroller = class PScroller {
982
1076
  }
983
1077
  };
984
1078
  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: { gradientColorScheme: "gradientColorScheme", scrollIndicatorPosition: "scrollIndicatorPosition", scrollToPosition: "scrollToPosition", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1079
+ 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 });
986
1080
  PScroller = __decorate$p([
987
1081
  ProxyCmp({
988
1082
  inputs: inputs$k
@@ -1005,7 +1099,7 @@ var __decorate$o = (this && this.__decorate) || function (decorators, target, ke
1005
1099
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1006
1100
  };
1007
1101
  const inputs$j = ['backgroundColor', 'theme', 'value'];
1008
- const outputs$6 = ['segmentedControlChange'];
1102
+ const outputs$6 = ['change', 'segmentedControlChange'];
1009
1103
  let PSegmentedControl = class PSegmentedControl {
1010
1104
  constructor(c, r, z) {
1011
1105
  this.z = z;
@@ -1015,7 +1109,7 @@ let PSegmentedControl = class PSegmentedControl {
1015
1109
  }
1016
1110
  };
1017
1111
  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
- 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: { segmentedControlChange: "segmentedControlChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1112
+ 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
1113
  PSegmentedControl = __decorate$o([
1020
1114
  ProxyCmp({
1021
1115
  inputs: inputs$j
@@ -1132,7 +1226,7 @@ var __decorate$k = (this && this.__decorate) || function (decorators, target, ke
1132
1226
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1133
1227
  };
1134
1228
  const inputs$f = ['size', 'theme'];
1135
- const outputs$5 = ['stepChange'];
1229
+ const outputs$5 = ['change', 'stepChange'];
1136
1230
  let PStepperHorizontal = class PStepperHorizontal {
1137
1231
  constructor(c, r, z) {
1138
1232
  this.z = z;
@@ -1142,7 +1236,7 @@ let PStepperHorizontal = class PStepperHorizontal {
1142
1236
  }
1143
1237
  };
1144
1238
  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
- 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: { stepChange: "stepChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1239
+ 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
1240
  PStepperHorizontal = __decorate$k([
1147
1241
  ProxyCmp({
1148
1242
  inputs: inputs$f
@@ -1197,7 +1291,7 @@ var __decorate$i = (this && this.__decorate) || function (decorators, target, ke
1197
1291
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1198
1292
  };
1199
1293
  const inputs$d = ['alignLabel', 'checked', 'disabled', 'hideLabel', 'loading', 'stretch', 'theme'];
1200
- const outputs$4 = ['switchChange'];
1294
+ const outputs$4 = ['change', 'switchChange'];
1201
1295
  let PSwitch = class PSwitch {
1202
1296
  constructor(c, r, z) {
1203
1297
  this.z = z;
@@ -1207,7 +1301,7 @@ let PSwitch = class PSwitch {
1207
1301
  }
1208
1302
  };
1209
1303
  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
- 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: { switchChange: "switchChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1304
+ 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
1305
  PSwitch = __decorate$i([
1212
1306
  ProxyCmp({
1213
1307
  inputs: inputs$d
@@ -1230,8 +1324,8 @@ var __decorate$h = (this && this.__decorate) || function (decorators, target, ke
1230
1324
  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
1325
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1232
1326
  };
1233
- const inputs$c = ['caption'];
1234
- const outputs$3 = ['sortingChange'];
1327
+ const inputs$c = ['caption', 'theme'];
1328
+ const outputs$3 = ['change', 'sortingChange'];
1235
1329
  let PTable = class PTable {
1236
1330
  constructor(c, r, z) {
1237
1331
  this.z = z;
@@ -1241,7 +1335,7 @@ let PTable = class PTable {
1241
1335
  }
1242
1336
  };
1243
1337
  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: { sortingChange: "sortingChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1338
+ 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 });
1245
1339
  PTable = __decorate$h([
1246
1340
  ProxyCmp({
1247
1341
  inputs: inputs$c
@@ -1434,8 +1528,8 @@ var __decorate$a = (this && this.__decorate) || function (decorators, target, ke
1434
1528
  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
1529
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1436
1530
  };
1437
- const inputs$9 = ['activeTabIndex', 'gradientColorScheme', 'size', 'theme', 'weight'];
1438
- const outputs$2 = ['tabChange'];
1531
+ const inputs$9 = ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'];
1532
+ const outputs$2 = ['change', 'tabChange'];
1439
1533
  let PTabs = class PTabs {
1440
1534
  constructor(c, r, z) {
1441
1535
  this.z = z;
@@ -1445,7 +1539,7 @@ let PTabs = class PTabs {
1445
1539
  }
1446
1540
  };
1447
1541
  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
- PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTabs, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1542
+ 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
1543
  PTabs = __decorate$a([
1450
1544
  ProxyCmp({
1451
1545
  inputs: inputs$9
@@ -1468,8 +1562,8 @@ var __decorate$9 = (this && this.__decorate) || function (decorators, target, ke
1468
1562
  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
1563
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1470
1564
  };
1471
- const inputs$8 = ['activeTabIndex', 'gradientColorScheme', 'size', 'theme', 'weight'];
1472
- const outputs$1 = ['tabChange'];
1565
+ const inputs$8 = ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'];
1566
+ const outputs$1 = ['change', 'tabChange'];
1473
1567
  let PTabsBar = class PTabsBar {
1474
1568
  constructor(c, r, z) {
1475
1569
  this.z = z;
@@ -1479,7 +1573,7 @@ let PTabsBar = class PTabsBar {
1479
1573
  }
1480
1574
  };
1481
1575
  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
- PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTabsBar, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1576
+ 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
1577
  PTabsBar = __decorate$9([
1484
1578
  ProxyCmp({
1485
1579
  inputs: inputs$8
@@ -1626,7 +1720,7 @@ var __decorate$4 = (this && this.__decorate) || function (decorators, target, ke
1626
1720
  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
1721
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1628
1722
  };
1629
- const inputs$3 = ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'state', 'theme', 'unit', 'unitPosition'];
1723
+ const inputs$3 = ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'state', 'theme', 'unit', 'unitPosition'];
1630
1724
  const outputs = ['action'];
1631
1725
  let PTextFieldWrapper = class PTextFieldWrapper {
1632
1726
  constructor(c, r, z) {
@@ -1637,7 +1731,7 @@ let PTextFieldWrapper = class PTextFieldWrapper {
1637
1731
  }
1638
1732
  };
1639
1733
  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
- 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", state: "state", theme: "theme", unit: "unit", unitPosition: "unitPosition" }, outputs: { action: "action" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1734
+ 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
1735
  PTextFieldWrapper = __decorate$4([
1642
1736
  ProxyCmp({
1643
1737
  inputs: inputs$3
@@ -1660,7 +1754,7 @@ var __decorate$3 = (this && this.__decorate) || function (decorators, target, ke
1660
1754
  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
1755
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1662
1756
  };
1663
- const inputs$2 = ['listType', 'orderType', 'theme'];
1757
+ const inputs$2 = ['listType', 'orderType', 'theme', 'type'];
1664
1758
  let PTextList = class PTextList {
1665
1759
  constructor(c, r, z) {
1666
1760
  this.z = z;
@@ -1669,7 +1763,7 @@ let PTextList = class PTextList {
1669
1763
  }
1670
1764
  };
1671
1765
  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
- 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1766
+ 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
1767
  PTextList = __decorate$3([
1674
1768
  ProxyCmp({
1675
1769
  inputs: inputs$2
@@ -1718,7 +1812,7 @@ var __decorate$1 = (this && this.__decorate) || function (decorators, target, ke
1718
1812
  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
1813
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1720
1814
  };
1721
- const inputs$1 = ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'state', 'theme'];
1815
+ const inputs$1 = ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'state', 'theme'];
1722
1816
  let PTextareaWrapper = class PTextareaWrapper {
1723
1817
  constructor(c, r, z) {
1724
1818
  this.z = z;
@@ -1727,7 +1821,7 @@ let PTextareaWrapper = class PTextareaWrapper {
1727
1821
  }
1728
1822
  };
1729
1823
  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
- 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", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1824
+ 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
1825
  PTextareaWrapper = __decorate$1([
1732
1826
  ProxyCmp({
1733
1827
  inputs: inputs$1
@@ -1780,11 +1874,13 @@ const DECLARATIONS = [
1780
1874
  PButton,
1781
1875
  PButtonGroup,
1782
1876
  PButtonPure,
1877
+ PButtonTile,
1783
1878
  PCarousel,
1784
1879
  PCheckboxWrapper,
1785
1880
  PContentWrapper,
1786
1881
  PDisplay,
1787
1882
  PDivider,
1883
+ PFieldset,
1788
1884
  PFieldsetWrapper,
1789
1885
  PFlex,
1790
1886
  PFlexItem,
@@ -1798,6 +1894,7 @@ const DECLARATIONS = [
1798
1894
  PLinkPure,
1799
1895
  PLinkSocial,
1800
1896
  PLinkTile,
1897
+ PLinkTileModelSignature,
1801
1898
  PMarque,
1802
1899
  PModal,
1803
1900
  PModelSignature,
@@ -1856,7 +1953,7 @@ class PorscheDesignSystemModule {
1856
1953
  }
1857
1954
  }
1858
1955
  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] });
1956
+ PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast] });
1860
1957
  PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule });
1861
1958
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
1862
1959
  type: NgModule,
@@ -1887,5 +1984,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1887
1984
  * Generated bundle index. Do not edit.
1888
1985
  */
1889
1986
 
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 };
1987
+ export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PorscheDesignSystemModule, ToastManager };
1891
1988
  //# sourceMappingURL=porsche-design-system-components-angular.mjs.map