@porsche-design-system/components-angular 3.13.0 → 3.14.0-rc.0

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 (217) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/esm/lib/components/accordion.wrapper.d.ts +1 -1
  3. package/esm/lib/components/banner.wrapper.d.ts +1 -1
  4. package/esm/lib/components/button-group.wrapper.d.ts +1 -1
  5. package/esm/lib/components/button-pure.wrapper.d.ts +1 -1
  6. package/esm/lib/components/button-tile.wrapper.d.ts +1 -1
  7. package/esm/lib/components/button.wrapper.d.ts +1 -1
  8. package/esm/lib/components/carousel.wrapper.d.ts +1 -1
  9. package/esm/lib/components/checkbox-wrapper.wrapper.d.ts +1 -1
  10. package/esm/lib/components/content-wrapper.wrapper.d.ts +1 -1
  11. package/esm/lib/components/crest.wrapper.d.ts +1 -1
  12. package/esm/lib/components/display.wrapper.d.ts +1 -1
  13. package/esm/lib/components/divider.wrapper.d.ts +1 -1
  14. package/esm/lib/components/fieldset-wrapper.wrapper.d.ts +1 -1
  15. package/esm/lib/components/fieldset.wrapper.d.ts +1 -1
  16. package/esm/lib/components/flex-item.wrapper.d.ts +1 -1
  17. package/esm/lib/components/flex.wrapper.d.ts +1 -1
  18. package/esm/lib/components/flyout-navigation-item.wrapper.d.ts +1 -1
  19. package/esm/lib/components/flyout-navigation.wrapper.d.ts +1 -1
  20. package/esm/lib/components/flyout.wrapper.d.ts +1 -1
  21. package/esm/lib/components/grid-item.wrapper.d.ts +1 -1
  22. package/esm/lib/components/grid.wrapper.d.ts +1 -1
  23. package/esm/lib/components/heading.wrapper.d.ts +1 -1
  24. package/esm/lib/components/headline.wrapper.d.ts +1 -1
  25. package/esm/lib/components/icon.wrapper.d.ts +1 -1
  26. package/esm/lib/components/inline-notification.wrapper.d.ts +1 -1
  27. package/esm/lib/components/link-pure.wrapper.d.ts +1 -1
  28. package/esm/lib/components/link-social.wrapper.d.ts +1 -1
  29. package/esm/lib/components/link-tile-model-signature.wrapper.d.ts +1 -1
  30. package/esm/lib/components/link-tile-product.wrapper.d.ts +1 -1
  31. package/esm/lib/components/link-tile.wrapper.d.ts +1 -1
  32. package/esm/lib/components/link.wrapper.d.ts +1 -1
  33. package/esm/lib/components/marque.wrapper.d.ts +1 -1
  34. package/esm/lib/components/modal.wrapper.d.ts +1 -1
  35. package/esm/lib/components/model-signature.wrapper.d.ts +1 -1
  36. package/esm/lib/components/multi-select-option.wrapper.d.ts +1 -1
  37. package/esm/lib/components/multi-select.wrapper.d.ts +1 -1
  38. package/esm/lib/components/pagination.wrapper.d.ts +1 -1
  39. package/esm/lib/components/pin-code.wrapper.d.ts +1 -1
  40. package/esm/lib/components/popover.wrapper.d.ts +1 -1
  41. package/esm/lib/components/radio-button-wrapper.wrapper.d.ts +1 -1
  42. package/esm/lib/components/scroller.wrapper.d.ts +1 -1
  43. package/esm/lib/components/segmented-control-item.wrapper.d.ts +1 -1
  44. package/esm/lib/components/segmented-control.wrapper.d.ts +1 -1
  45. package/esm/lib/components/select-option.wrapper.d.ts +1 -1
  46. package/esm/lib/components/select-wrapper.wrapper.d.ts +1 -1
  47. package/esm/lib/components/select.wrapper.d.ts +1 -1
  48. package/esm/lib/components/spinner.wrapper.d.ts +1 -1
  49. package/esm/lib/components/stepper-horizontal-item.wrapper.d.ts +1 -1
  50. package/esm/lib/components/stepper-horizontal.wrapper.d.ts +1 -1
  51. package/esm/lib/components/switch.wrapper.d.ts +1 -1
  52. package/esm/lib/components/table-cell.wrapper.d.ts +1 -1
  53. package/esm/lib/components/table-head-cell.wrapper.d.ts +1 -1
  54. package/esm/lib/components/table.wrapper.d.ts +1 -1
  55. package/esm/lib/components/tabs-bar.wrapper.d.ts +1 -1
  56. package/esm/lib/components/tabs-item.wrapper.d.ts +1 -1
  57. package/esm/lib/components/tabs.wrapper.d.ts +1 -1
  58. package/esm/lib/components/tag-dismissible.wrapper.d.ts +1 -1
  59. package/esm/lib/components/tag.wrapper.d.ts +1 -1
  60. package/esm/lib/components/text-field-wrapper.wrapper.d.ts +1 -1
  61. package/esm/lib/components/text-list.wrapper.d.ts +1 -1
  62. package/esm/lib/components/text.wrapper.d.ts +1 -1
  63. package/esm/lib/components/textarea-wrapper.wrapper.d.ts +1 -1
  64. package/esm/lib/components/toast.wrapper.d.ts +1 -1
  65. package/esm/lib/components/wordmark.wrapper.d.ts +1 -1
  66. package/esm/lib/types.d.ts +1 -0
  67. package/esm/utils.d.ts +1 -4
  68. package/esm2022/lib/components/accordion.wrapper.mjs +26 -0
  69. package/esm2022/lib/components/banner.wrapper.mjs +28 -0
  70. package/esm2022/lib/components/button-group.wrapper.mjs +17 -0
  71. package/esm2022/lib/components/button-pure.wrapper.mjs +32 -0
  72. package/esm2022/lib/components/button-tile.wrapper.mjs +31 -0
  73. package/esm2022/lib/components/button.wrapper.mjs +27 -0
  74. package/esm2022/lib/components/carousel.wrapper.mjs +37 -0
  75. package/{esm2020 → esm2022}/lib/components/checkbox-wrapper.wrapper.mjs +10 -4
  76. package/esm2022/lib/components/content-wrapper.wrapper.mjs +22 -0
  77. package/esm2022/lib/components/crest.wrapper.mjs +19 -0
  78. package/esm2022/lib/components/display.wrapper.mjs +22 -0
  79. package/esm2022/lib/components/divider.wrapper.mjs +21 -0
  80. package/{esm2020 → esm2022}/lib/components/fieldset-wrapper.wrapper.mjs +10 -4
  81. package/esm2022/lib/components/fieldset.wrapper.mjs +22 -0
  82. package/esm2022/lib/components/flex-item.wrapper.mjs +23 -0
  83. package/esm2022/lib/components/flex.wrapper.mjs +23 -0
  84. package/esm2022/lib/components/flyout-navigation-item.wrapper.mjs +18 -0
  85. package/esm2022/lib/components/flyout-navigation.wrapper.mjs +23 -0
  86. package/esm2022/lib/components/flyout.wrapper.mjs +22 -0
  87. package/esm2022/lib/components/grid-item.wrapper.mjs +19 -0
  88. package/esm2022/lib/components/grid.wrapper.mjs +21 -0
  89. package/esm2022/lib/components/heading.wrapper.mjs +22 -0
  90. package/esm2022/lib/components/headline.wrapper.mjs +23 -0
  91. package/esm2022/lib/components/icon.wrapper.mjs +24 -0
  92. package/esm2022/lib/components/inline-notification.wrapper.mjs +29 -0
  93. package/esm2022/lib/components/link-pure.wrapper.mjs +32 -0
  94. package/esm2022/lib/components/link-social.wrapper.mjs +24 -0
  95. package/esm2022/lib/components/link-tile-model-signature.wrapper.mjs +23 -0
  96. package/esm2022/lib/components/link-tile-product.wrapper.mjs +29 -0
  97. package/esm2022/lib/components/link-tile.wrapper.mjs +30 -0
  98. package/esm2022/lib/components/link.wrapper.mjs +26 -0
  99. package/esm2022/lib/components/marque.wrapper.mjs +23 -0
  100. package/esm2022/lib/components/modal.wrapper.mjs +30 -0
  101. package/esm2022/lib/components/model-signature.wrapper.mjs +20 -0
  102. package/esm2022/lib/components/multi-select-option.wrapper.mjs +18 -0
  103. package/esm2022/lib/components/multi-select.wrapper.mjs +29 -0
  104. package/esm2022/lib/components/pagination.wrapper.mjs +36 -0
  105. package/esm2022/lib/components/pin-code.wrapper.mjs +31 -0
  106. package/esm2022/lib/components/popover.wrapper.mjs +20 -0
  107. package/{esm2020 → esm2022}/lib/components/radio-button-wrapper.wrapper.mjs +10 -4
  108. package/esm2022/lib/components/scroller.wrapper.mjs +26 -0
  109. package/esm2022/lib/components/segmented-control-item.wrapper.mjs +21 -0
  110. package/esm2022/lib/components/segmented-control.wrapper.mjs +25 -0
  111. package/esm2022/lib/components/select-option.wrapper.mjs +18 -0
  112. package/esm2022/lib/components/select-wrapper.wrapper.mjs +25 -0
  113. package/esm2022/lib/components/select.wrapper.mjs +29 -0
  114. package/esm2022/lib/components/spinner.wrapper.mjs +19 -0
  115. package/esm2022/lib/components/stepper-horizontal-item.wrapper.mjs +18 -0
  116. package/esm2022/lib/components/stepper-horizontal.wrapper.mjs +22 -0
  117. package/esm2022/lib/components/switch.wrapper.mjs +27 -0
  118. package/{esm2020 → esm2022}/lib/components/table-body.wrapper.mjs +4 -4
  119. package/esm2022/lib/components/table-cell.wrapper.mjs +17 -0
  120. package/{esm2020 → esm2022}/lib/components/table-head-cell.wrapper.mjs +7 -4
  121. package/{esm2020 → esm2022}/lib/components/table-head-row.wrapper.mjs +4 -4
  122. package/{esm2020 → esm2022}/lib/components/table-head.wrapper.mjs +4 -4
  123. package/{esm2020 → esm2022}/lib/components/table-row.wrapper.mjs +4 -4
  124. package/esm2022/lib/components/table.wrapper.mjs +22 -0
  125. package/esm2022/lib/components/tabs-bar.wrapper.mjs +27 -0
  126. package/{esm2020 → esm2022}/lib/components/tabs-item.wrapper.mjs +5 -4
  127. package/esm2022/lib/components/tabs.wrapper.mjs +27 -0
  128. package/esm2022/lib/components/tag-dismissible.wrapper.mjs +20 -0
  129. package/esm2022/lib/components/tag.wrapper.mjs +20 -0
  130. package/esm2022/lib/components/text-field-wrapper.wrapper.mjs +33 -0
  131. package/{esm2020 → esm2022}/lib/components/text-list-item.wrapper.mjs +4 -4
  132. package/esm2022/lib/components/text-list.wrapper.mjs +22 -0
  133. package/esm2022/lib/components/text.wrapper.mjs +23 -0
  134. package/esm2022/lib/components/textarea-wrapper.wrapper.mjs +25 -0
  135. package/esm2022/lib/components/toast.wrapper.mjs +17 -0
  136. package/esm2022/lib/components/wordmark.wrapper.mjs +21 -0
  137. package/esm2022/lib/types.mjs +2 -0
  138. package/esm2022/porsche-design-system.module.mjs +124 -0
  139. package/{esm2020 → esm2022}/toast-manager.mjs +4 -4
  140. package/esm2022/utils.mjs +44 -0
  141. package/fesm2022/porsche-design-system-components-angular.mjs +1587 -0
  142. package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -0
  143. package/jsdom-polyfill/index.d.ts +1 -0
  144. package/package.json +8 -14
  145. package/esm2020/lib/components/accordion.wrapper.mjs +0 -23
  146. package/esm2020/lib/components/banner.wrapper.mjs +0 -21
  147. package/esm2020/lib/components/button-group.wrapper.mjs +0 -16
  148. package/esm2020/lib/components/button-pure.wrapper.mjs +0 -16
  149. package/esm2020/lib/components/button-tile.wrapper.mjs +0 -16
  150. package/esm2020/lib/components/button.wrapper.mjs +0 -16
  151. package/esm2020/lib/components/carousel.wrapper.mjs +0 -23
  152. package/esm2020/lib/components/content-wrapper.wrapper.mjs +0 -17
  153. package/esm2020/lib/components/crest.wrapper.mjs +0 -16
  154. package/esm2020/lib/components/display.wrapper.mjs +0 -16
  155. package/esm2020/lib/components/divider.wrapper.mjs +0 -16
  156. package/esm2020/lib/components/fieldset.wrapper.mjs +0 -16
  157. package/esm2020/lib/components/flex-item.wrapper.mjs +0 -17
  158. package/esm2020/lib/components/flex.wrapper.mjs +0 -17
  159. package/esm2020/lib/components/flyout-navigation-item.wrapper.mjs +0 -16
  160. package/esm2020/lib/components/flyout-navigation.wrapper.mjs +0 -22
  161. package/esm2020/lib/components/flyout.wrapper.mjs +0 -21
  162. package/esm2020/lib/components/grid-item.wrapper.mjs +0 -17
  163. package/esm2020/lib/components/grid.wrapper.mjs +0 -17
  164. package/esm2020/lib/components/heading.wrapper.mjs +0 -16
  165. package/esm2020/lib/components/headline.wrapper.mjs +0 -17
  166. package/esm2020/lib/components/icon.wrapper.mjs +0 -16
  167. package/esm2020/lib/components/inline-notification.wrapper.mjs +0 -22
  168. package/esm2020/lib/components/link-pure.wrapper.mjs +0 -16
  169. package/esm2020/lib/components/link-social.wrapper.mjs +0 -17
  170. package/esm2020/lib/components/link-tile-model-signature.wrapper.mjs +0 -16
  171. package/esm2020/lib/components/link-tile-product.wrapper.mjs +0 -21
  172. package/esm2020/lib/components/link-tile.wrapper.mjs +0 -16
  173. package/esm2020/lib/components/link.wrapper.mjs +0 -16
  174. package/esm2020/lib/components/marque.wrapper.mjs +0 -17
  175. package/esm2020/lib/components/modal.wrapper.mjs +0 -23
  176. package/esm2020/lib/components/model-signature.wrapper.mjs +0 -16
  177. package/esm2020/lib/components/multi-select-option.wrapper.mjs +0 -16
  178. package/esm2020/lib/components/multi-select.wrapper.mjs +0 -21
  179. package/esm2020/lib/components/pagination.wrapper.mjs +0 -23
  180. package/esm2020/lib/components/pin-code.wrapper.mjs +0 -21
  181. package/esm2020/lib/components/popover.wrapper.mjs +0 -16
  182. package/esm2020/lib/components/scroller.wrapper.mjs +0 -16
  183. package/esm2020/lib/components/segmented-control-item.wrapper.mjs +0 -16
  184. package/esm2020/lib/components/segmented-control.wrapper.mjs +0 -23
  185. package/esm2020/lib/components/select-option.wrapper.mjs +0 -16
  186. package/esm2020/lib/components/select-wrapper.wrapper.mjs +0 -16
  187. package/esm2020/lib/components/select.wrapper.mjs +0 -21
  188. package/esm2020/lib/components/spinner.wrapper.mjs +0 -16
  189. package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +0 -16
  190. package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +0 -23
  191. package/esm2020/lib/components/switch.wrapper.mjs +0 -23
  192. package/esm2020/lib/components/table-cell.wrapper.mjs +0 -16
  193. package/esm2020/lib/components/table.wrapper.mjs +0 -23
  194. package/esm2020/lib/components/tabs-bar.wrapper.mjs +0 -23
  195. package/esm2020/lib/components/tabs.wrapper.mjs +0 -23
  196. package/esm2020/lib/components/tag-dismissible.wrapper.mjs +0 -16
  197. package/esm2020/lib/components/tag.wrapper.mjs +0 -16
  198. package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +0 -21
  199. package/esm2020/lib/components/text-list.wrapper.mjs +0 -16
  200. package/esm2020/lib/components/text.wrapper.mjs +0 -16
  201. package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +0 -16
  202. package/esm2020/lib/components/toast.wrapper.mjs +0 -16
  203. package/esm2020/lib/components/wordmark.wrapper.mjs +0 -16
  204. package/esm2020/lib/types.mjs +0 -2
  205. package/esm2020/porsche-design-system.module.mjs +0 -127
  206. package/esm2020/utils.mjs +0 -45
  207. package/fesm2015/porsche-design-system-components-angular.mjs +0 -1214
  208. package/fesm2015/porsche-design-system-components-angular.mjs.map +0 -1
  209. package/fesm2020/porsche-design-system-components-angular.mjs +0 -1212
  210. package/fesm2020/porsche-design-system-components-angular.mjs.map +0 -1
  211. package/jsdom-polyfill/package.json +0 -5
  212. package/partials/package.json +0 -6
  213. package/styles/package.json +0 -6
  214. package/testing/package.json +0 -5
  215. /package/{esm2020 → esm2022}/lib/components/barrel.mjs +0 -0
  216. /package/{esm2020 → esm2022}/porsche-design-system-components-angular.mjs +0 -0
  217. /package/{esm2020 → esm2022}/public-api.mjs +0 -0
@@ -0,0 +1,1587 @@
1
+ import { load } from '@porsche-design-system/components-js';
2
+ export { componentsReady } from '@porsche-design-system/components-js';
3
+ import * as i0 from '@angular/core';
4
+ import { InjectionToken, Component, ChangeDetectionStrategy, inject, EventEmitter, NgModule, Optional, Injectable } from '@angular/core';
5
+ import { BehaviorSubject } from 'rxjs';
6
+
7
+ const THEME_TOKEN = new InjectionToken('pdsTheme');
8
+ class BaseComponent {
9
+ el;
10
+ constructor(cdr, elementRef) {
11
+ cdr.detach();
12
+ this.el = elementRef.nativeElement;
13
+ }
14
+ ngOnChanges(props) {
15
+ for (const prop in props) {
16
+ this.el[prop] = props[prop].currentValue;
17
+ }
18
+ }
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: BaseComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
20
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: BaseComponent, selector: "ng-component", usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ }
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: BaseComponent, decorators: [{
23
+ type: Component,
24
+ args: [{
25
+ template: '',
26
+ changeDetection: ChangeDetectionStrategy.OnPush,
27
+ }]
28
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }] });
29
+ class BaseComponentWithTheme extends BaseComponent {
30
+ theme;
31
+ themeSubscription = inject(THEME_TOKEN).subscribe((theme) => {
32
+ this.el.theme = this.theme || theme;
33
+ });
34
+ ngOnDestroy() {
35
+ // need to manually unsubscribe or otherwise subscription is still active even after unmount
36
+ // https://rafaelneto.dev/en/blog/unsubscribing-behaviorsubject-observable-angular/
37
+ this.themeSubscription.unsubscribe();
38
+ }
39
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: BaseComponentWithTheme, deps: null, target: i0.ɵɵFactoryTarget.Component });
40
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: BaseComponentWithTheme, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
41
+ }
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: BaseComponentWithTheme, decorators: [{
43
+ type: Component,
44
+ args: [{
45
+ template: '',
46
+ }]
47
+ }] });
48
+
49
+ class PAccordion extends BaseComponentWithTheme {
50
+ compact;
51
+ heading;
52
+ open;
53
+ size;
54
+ tag;
55
+ theme;
56
+ /** @deprecated */
57
+ accordionChange = new EventEmitter();
58
+ update = new EventEmitter();
59
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PAccordion, deps: null, target: i0.ɵɵFactoryTarget.Component });
60
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
61
+ }
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PAccordion, decorators: [{
63
+ type: Component,
64
+ args: [{
65
+ selector: 'p-accordion,[p-accordion]',
66
+ template: '<ng-content />',
67
+ inputs: ['compact', 'heading', 'open', 'size', 'tag', 'theme'],
68
+ outputs: ['accordionChange', 'update']
69
+ }]
70
+ }] });
71
+
72
+ class PBanner extends BaseComponentWithTheme {
73
+ description;
74
+ dismissButton;
75
+ heading;
76
+ open;
77
+ /** @deprecated */
78
+ persistent;
79
+ state;
80
+ theme;
81
+ /** @deprecated */
82
+ width;
83
+ dismiss = new EventEmitter();
84
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PBanner, deps: null, target: i0.ɵɵFactoryTarget.Component });
85
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PBanner, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", open: "open", persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
86
+ }
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PBanner, decorators: [{
88
+ type: Component,
89
+ args: [{
90
+ selector: 'p-banner,[p-banner]',
91
+ template: '<ng-content />',
92
+ inputs: ['description', 'dismissButton', 'heading', 'open', 'persistent', 'state', 'theme', 'width'],
93
+ outputs: ['dismiss']
94
+ }]
95
+ }] });
96
+
97
+ class PButton extends BaseComponentWithTheme {
98
+ aria;
99
+ disabled;
100
+ hideLabel;
101
+ icon;
102
+ iconSource;
103
+ loading;
104
+ name;
105
+ theme;
106
+ type;
107
+ value;
108
+ variant;
109
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PButton, deps: null, target: i0.ɵɵFactoryTarget.Component });
110
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PButton, selector: "p-button,[p-button]", inputs: { aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", name: "name", theme: "theme", type: "type", value: "value", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
111
+ }
112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PButton, decorators: [{
113
+ type: Component,
114
+ args: [{
115
+ selector: 'p-button,[p-button]',
116
+ template: '<ng-content />',
117
+ inputs: ['aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'name', 'theme', 'type', 'value', 'variant']
118
+ }]
119
+ }] });
120
+
121
+ class PButtonGroup extends BaseComponent {
122
+ direction;
123
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PButtonGroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
124
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PButtonGroup, selector: "p-button-group,[p-button-group]", inputs: { direction: "direction" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
125
+ }
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PButtonGroup, decorators: [{
127
+ type: Component,
128
+ args: [{
129
+ selector: 'p-button-group,[p-button-group]',
130
+ template: '<ng-content />',
131
+ inputs: ['direction']
132
+ }]
133
+ }] });
134
+
135
+ class PButtonPure extends BaseComponentWithTheme {
136
+ active;
137
+ alignLabel;
138
+ aria;
139
+ disabled;
140
+ hideLabel;
141
+ icon;
142
+ iconSource;
143
+ loading;
144
+ name;
145
+ size;
146
+ stretch;
147
+ theme;
148
+ type;
149
+ value;
150
+ /** @deprecated */
151
+ weight;
152
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PButtonPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
153
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", 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", name: "name", size: "size", stretch: "stretch", theme: "theme", type: "type", value: "value", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
154
+ }
155
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PButtonPure, decorators: [{
156
+ type: Component,
157
+ args: [{
158
+ selector: 'p-button-pure,[p-button-pure]',
159
+ template: '<ng-content />',
160
+ inputs: ['active', 'alignLabel', 'aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'name', 'size', 'stretch', 'theme', 'type', 'value', 'weight']
161
+ }]
162
+ }] });
163
+
164
+ class PButtonTile extends BaseComponent {
165
+ align;
166
+ aria;
167
+ aspectRatio;
168
+ background;
169
+ compact;
170
+ description;
171
+ disabled;
172
+ gradient;
173
+ icon;
174
+ iconSource;
175
+ label;
176
+ loading;
177
+ size;
178
+ type;
179
+ weight;
180
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PButtonTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
181
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PButtonTile, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
182
+ }
183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PButtonTile, decorators: [{
184
+ type: Component,
185
+ args: [{
186
+ selector: 'p-button-tile,[p-button-tile]',
187
+ template: '<ng-content />',
188
+ inputs: ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'disabled', 'gradient', 'icon', 'iconSource', 'label', 'loading', 'size', 'type', 'weight']
189
+ }]
190
+ }] });
191
+
192
+ class PCarousel extends BaseComponentWithTheme {
193
+ activeSlideIndex;
194
+ alignHeader;
195
+ aria;
196
+ description;
197
+ /** @deprecated */
198
+ disablePagination;
199
+ heading;
200
+ headingSize;
201
+ intl;
202
+ pagination;
203
+ rewind;
204
+ skipLinkTarget;
205
+ slidesPerPage;
206
+ theme;
207
+ width;
208
+ /** @deprecated */
209
+ wrapContent;
210
+ /** @deprecated */
211
+ carouselChange = new EventEmitter();
212
+ update = new EventEmitter();
213
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PCarousel, deps: null, target: i0.ɵɵFactoryTarget.Component });
214
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignHeader: "alignHeader", aria: "aria", description: "description", disablePagination: "disablePagination", heading: "heading", headingSize: "headingSize", intl: "intl", pagination: "pagination", rewind: "rewind", skipLinkTarget: "skipLinkTarget", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
215
+ }
216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PCarousel, decorators: [{
217
+ type: Component,
218
+ args: [{
219
+ selector: 'p-carousel,[p-carousel]',
220
+ template: '<ng-content />',
221
+ inputs: ['activeSlideIndex', 'alignHeader', 'aria', 'description', 'disablePagination', 'heading', 'headingSize', 'intl', 'pagination', 'rewind', 'skipLinkTarget', 'slidesPerPage', 'theme', 'width', 'wrapContent'],
222
+ outputs: ['carouselChange', 'update']
223
+ }]
224
+ }] });
225
+
226
+ class PCheckboxWrapper extends BaseComponentWithTheme {
227
+ hideLabel;
228
+ label;
229
+ loading;
230
+ message;
231
+ state;
232
+ theme;
233
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PCheckboxWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
234
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
235
+ }
236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PCheckboxWrapper, decorators: [{
237
+ type: Component,
238
+ args: [{
239
+ selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
240
+ template: '<ng-content />',
241
+ inputs: ['hideLabel', 'label', 'loading', 'message', 'state', 'theme']
242
+ }]
243
+ }] });
244
+
245
+ /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
246
+ class PContentWrapper extends BaseComponentWithTheme {
247
+ /** @deprecated */
248
+ backgroundColor;
249
+ /** @deprecated */
250
+ theme;
251
+ width;
252
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PContentWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
253
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PContentWrapper, selector: "p-content-wrapper,[p-content-wrapper]", inputs: { backgroundColor: "backgroundColor", theme: "theme", width: "width" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
254
+ }
255
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PContentWrapper, decorators: [{
256
+ type: Component,
257
+ args: [{
258
+ selector: 'p-content-wrapper,[p-content-wrapper]',
259
+ template: '<ng-content />',
260
+ inputs: ['backgroundColor', 'theme', 'width']
261
+ }]
262
+ }] });
263
+
264
+ class PCrest extends BaseComponent {
265
+ aria;
266
+ href;
267
+ target;
268
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PCrest, deps: null, target: i0.ɵɵFactoryTarget.Component });
269
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PCrest, selector: "p-crest,[p-crest]", inputs: { aria: "aria", href: "href", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
270
+ }
271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PCrest, decorators: [{
272
+ type: Component,
273
+ args: [{
274
+ selector: 'p-crest,[p-crest]',
275
+ template: '<ng-content />',
276
+ inputs: ['aria', 'href', 'target']
277
+ }]
278
+ }] });
279
+
280
+ class PDisplay extends BaseComponentWithTheme {
281
+ align;
282
+ color;
283
+ ellipsis;
284
+ size;
285
+ tag;
286
+ theme;
287
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PDisplay, deps: null, target: i0.ɵɵFactoryTarget.Component });
288
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PDisplay, selector: "p-display,[p-display]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
289
+ }
290
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PDisplay, decorators: [{
291
+ type: Component,
292
+ args: [{
293
+ selector: 'p-display,[p-display]',
294
+ template: '<ng-content />',
295
+ inputs: ['align', 'color', 'ellipsis', 'size', 'tag', 'theme']
296
+ }]
297
+ }] });
298
+
299
+ class PDivider extends BaseComponentWithTheme {
300
+ color;
301
+ direction;
302
+ /** @deprecated */
303
+ orientation;
304
+ theme;
305
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PDivider, deps: null, target: i0.ɵɵFactoryTarget.Component });
306
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction", orientation: "orientation", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
307
+ }
308
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PDivider, decorators: [{
309
+ type: Component,
310
+ args: [{
311
+ selector: 'p-divider,[p-divider]',
312
+ template: '<ng-content />',
313
+ inputs: ['color', 'direction', 'orientation', 'theme']
314
+ }]
315
+ }] });
316
+
317
+ class PFieldset extends BaseComponentWithTheme {
318
+ label;
319
+ labelSize;
320
+ message;
321
+ required;
322
+ state;
323
+ theme;
324
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PFieldset, deps: null, target: i0.ɵɵFactoryTarget.Component });
325
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PFieldset, selector: "p-fieldset,[p-fieldset]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
326
+ }
327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PFieldset, decorators: [{
328
+ type: Component,
329
+ args: [{
330
+ selector: 'p-fieldset,[p-fieldset]',
331
+ template: '<ng-content />',
332
+ inputs: ['label', 'labelSize', 'message', 'required', 'state', 'theme']
333
+ }]
334
+ }] });
335
+
336
+ /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-fieldset" instead. */
337
+ class PFieldsetWrapper extends BaseComponentWithTheme {
338
+ label;
339
+ labelSize;
340
+ message;
341
+ required;
342
+ state;
343
+ theme;
344
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PFieldsetWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
345
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PFieldsetWrapper, selector: "p-fieldset-wrapper,[p-fieldset-wrapper]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
346
+ }
347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PFieldsetWrapper, decorators: [{
348
+ type: Component,
349
+ args: [{
350
+ selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
351
+ template: '<ng-content />',
352
+ inputs: ['label', 'labelSize', 'message', 'required', 'state', 'theme']
353
+ }]
354
+ }] });
355
+
356
+ /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
357
+ class PFlex extends BaseComponent {
358
+ alignContent;
359
+ alignItems;
360
+ direction;
361
+ inline;
362
+ justifyContent;
363
+ wrap;
364
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PFlex, deps: null, target: i0.ɵɵFactoryTarget.Component });
365
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PFlex, selector: "p-flex,[p-flex]", inputs: { alignContent: "alignContent", alignItems: "alignItems", direction: "direction", inline: "inline", justifyContent: "justifyContent", wrap: "wrap" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
366
+ }
367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PFlex, decorators: [{
368
+ type: Component,
369
+ args: [{
370
+ selector: 'p-flex,[p-flex]',
371
+ template: '<ng-content />',
372
+ inputs: ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap']
373
+ }]
374
+ }] });
375
+
376
+ /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
377
+ class PFlexItem extends BaseComponent {
378
+ alignSelf;
379
+ flex;
380
+ grow;
381
+ offset;
382
+ shrink;
383
+ width;
384
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PFlexItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
385
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PFlexItem, selector: "p-flex-item,[p-flex-item]", inputs: { alignSelf: "alignSelf", flex: "flex", grow: "grow", offset: "offset", shrink: "shrink", width: "width" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
386
+ }
387
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PFlexItem, decorators: [{
388
+ type: Component,
389
+ args: [{
390
+ selector: 'p-flex-item,[p-flex-item]',
391
+ template: '<ng-content />',
392
+ inputs: ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width']
393
+ }]
394
+ }] });
395
+
396
+ class PFlyout extends BaseComponentWithTheme {
397
+ aria;
398
+ open;
399
+ position;
400
+ theme;
401
+ dismiss = new EventEmitter();
402
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PFlyout, deps: null, target: i0.ɵɵFactoryTarget.Component });
403
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PFlyout, selector: "p-flyout,[p-flyout]", inputs: { aria: "aria", open: "open", position: "position", theme: "theme" }, outputs: { dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
404
+ }
405
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PFlyout, decorators: [{
406
+ type: Component,
407
+ args: [{
408
+ selector: 'p-flyout,[p-flyout]',
409
+ template: '<ng-content />',
410
+ inputs: ['aria', 'open', 'position', 'theme'],
411
+ outputs: ['dismiss']
412
+ }]
413
+ }] });
414
+
415
+ class PFlyoutNavigation extends BaseComponentWithTheme {
416
+ activeIdentifier;
417
+ aria;
418
+ open;
419
+ theme;
420
+ dismiss = new EventEmitter();
421
+ update = new EventEmitter();
422
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PFlyoutNavigation, deps: null, target: i0.ɵɵFactoryTarget.Component });
423
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PFlyoutNavigation, selector: "p-flyout-navigation,[p-flyout-navigation]", inputs: { activeIdentifier: "activeIdentifier", aria: "aria", open: "open", theme: "theme" }, outputs: { dismiss: "dismiss", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
424
+ }
425
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PFlyoutNavigation, decorators: [{
426
+ type: Component,
427
+ args: [{
428
+ selector: 'p-flyout-navigation,[p-flyout-navigation]',
429
+ template: '<ng-content />',
430
+ inputs: ['activeIdentifier', 'aria', 'open', 'theme'],
431
+ outputs: ['dismiss', 'update']
432
+ }]
433
+ }] });
434
+
435
+ class PFlyoutNavigationItem extends BaseComponent {
436
+ identifier;
437
+ label;
438
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PFlyoutNavigationItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
439
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PFlyoutNavigationItem, selector: "p-flyout-navigation-item,[p-flyout-navigation-item]", inputs: { identifier: "identifier", label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
440
+ }
441
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PFlyoutNavigationItem, decorators: [{
442
+ type: Component,
443
+ args: [{
444
+ selector: 'p-flyout-navigation-item,[p-flyout-navigation-item]',
445
+ template: '<ng-content />',
446
+ inputs: ['identifier', 'label']
447
+ }]
448
+ }] });
449
+
450
+ /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
451
+ class PGrid extends BaseComponent {
452
+ direction;
453
+ /** @deprecated */
454
+ gutter;
455
+ wrap;
456
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PGrid, deps: null, target: i0.ɵɵFactoryTarget.Component });
457
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PGrid, selector: "p-grid,[p-grid]", inputs: { direction: "direction", gutter: "gutter", wrap: "wrap" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
458
+ }
459
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PGrid, decorators: [{
460
+ type: Component,
461
+ args: [{
462
+ selector: 'p-grid,[p-grid]',
463
+ template: '<ng-content />',
464
+ inputs: ['direction', 'gutter', 'wrap']
465
+ }]
466
+ }] });
467
+
468
+ /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
469
+ class PGridItem extends BaseComponent {
470
+ offset;
471
+ size;
472
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PGridItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
473
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PGridItem, selector: "p-grid-item,[p-grid-item]", inputs: { offset: "offset", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
474
+ }
475
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PGridItem, decorators: [{
476
+ type: Component,
477
+ args: [{
478
+ selector: 'p-grid-item,[p-grid-item]',
479
+ template: '<ng-content />',
480
+ inputs: ['offset', 'size']
481
+ }]
482
+ }] });
483
+
484
+ class PHeading extends BaseComponentWithTheme {
485
+ align;
486
+ color;
487
+ ellipsis;
488
+ size;
489
+ tag;
490
+ theme;
491
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PHeading, deps: null, target: i0.ɵɵFactoryTarget.Component });
492
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PHeading, selector: "p-heading,[p-heading]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
493
+ }
494
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PHeading, decorators: [{
495
+ type: Component,
496
+ args: [{
497
+ selector: 'p-heading,[p-heading]',
498
+ template: '<ng-content />',
499
+ inputs: ['align', 'color', 'ellipsis', 'size', 'tag', 'theme']
500
+ }]
501
+ }] });
502
+
503
+ /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
504
+ class PHeadline extends BaseComponentWithTheme {
505
+ align;
506
+ color;
507
+ ellipsis;
508
+ tag;
509
+ theme;
510
+ variant;
511
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PHeadline, deps: null, target: i0.ɵɵFactoryTarget.Component });
512
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PHeadline, selector: "p-headline,[p-headline]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", tag: "tag", theme: "theme", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
513
+ }
514
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PHeadline, decorators: [{
515
+ type: Component,
516
+ args: [{
517
+ selector: 'p-headline,[p-headline]',
518
+ template: '<ng-content />',
519
+ inputs: ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant']
520
+ }]
521
+ }] });
522
+
523
+ class PIcon extends BaseComponentWithTheme {
524
+ aria;
525
+ color;
526
+ /** @deprecated */
527
+ lazy;
528
+ name;
529
+ size;
530
+ source;
531
+ theme;
532
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
533
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PIcon, selector: "p-icon,[p-icon]", inputs: { aria: "aria", color: "color", lazy: "lazy", name: "name", size: "size", source: "source", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
534
+ }
535
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PIcon, decorators: [{
536
+ type: Component,
537
+ args: [{
538
+ selector: 'p-icon,[p-icon]',
539
+ template: '<ng-content />',
540
+ inputs: ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme']
541
+ }]
542
+ }] });
543
+
544
+ class PInlineNotification extends BaseComponentWithTheme {
545
+ actionIcon;
546
+ actionLabel;
547
+ actionLoading;
548
+ description;
549
+ dismissButton;
550
+ heading;
551
+ /** @deprecated */
552
+ persistent;
553
+ state;
554
+ theme;
555
+ action = new EventEmitter();
556
+ dismiss = new EventEmitter();
557
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PInlineNotification, deps: null, target: i0.ɵɵFactoryTarget.Component });
558
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PInlineNotification, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", dismissButton: "dismissButton", heading: "heading", persistent: "persistent", state: "state", theme: "theme" }, outputs: { action: "action", dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
559
+ }
560
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PInlineNotification, decorators: [{
561
+ type: Component,
562
+ args: [{
563
+ selector: 'p-inline-notification,[p-inline-notification]',
564
+ template: '<ng-content />',
565
+ inputs: ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'dismissButton', 'heading', 'persistent', 'state', 'theme'],
566
+ outputs: ['action', 'dismiss']
567
+ }]
568
+ }] });
569
+
570
+ class PLink extends BaseComponentWithTheme {
571
+ aria;
572
+ download;
573
+ hideLabel;
574
+ href;
575
+ icon;
576
+ iconSource;
577
+ rel;
578
+ target;
579
+ theme;
580
+ variant;
581
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
582
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", 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" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
583
+ }
584
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PLink, decorators: [{
585
+ type: Component,
586
+ args: [{
587
+ selector: 'p-link,[p-link]',
588
+ template: '<ng-content />',
589
+ inputs: ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant']
590
+ }]
591
+ }] });
592
+
593
+ class PLinkPure extends BaseComponentWithTheme {
594
+ active;
595
+ alignLabel;
596
+ aria;
597
+ download;
598
+ hideLabel;
599
+ href;
600
+ icon;
601
+ iconSource;
602
+ rel;
603
+ size;
604
+ stretch;
605
+ target;
606
+ theme;
607
+ underline;
608
+ /** @deprecated */
609
+ weight;
610
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PLinkPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
611
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", 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" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
612
+ }
613
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PLinkPure, decorators: [{
614
+ type: Component,
615
+ args: [{
616
+ selector: 'p-link-pure,[p-link-pure]',
617
+ template: '<ng-content />',
618
+ inputs: ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight']
619
+ }]
620
+ }] });
621
+
622
+ /** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
623
+ class PLinkSocial extends BaseComponentWithTheme {
624
+ hideLabel;
625
+ href;
626
+ icon;
627
+ iconSource;
628
+ rel;
629
+ target;
630
+ theme;
631
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PLinkSocial, deps: null, target: i0.ɵɵFactoryTarget.Component });
632
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PLinkSocial, selector: "p-link-social,[p-link-social]", inputs: { hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
633
+ }
634
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PLinkSocial, decorators: [{
635
+ type: Component,
636
+ args: [{
637
+ selector: 'p-link-social,[p-link-social]',
638
+ template: '<ng-content />',
639
+ inputs: ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme']
640
+ }]
641
+ }] });
642
+
643
+ class PLinkTile extends BaseComponent {
644
+ align;
645
+ aria;
646
+ aspectRatio;
647
+ background;
648
+ compact;
649
+ description;
650
+ download;
651
+ gradient;
652
+ href;
653
+ label;
654
+ rel;
655
+ size;
656
+ target;
657
+ weight;
658
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PLinkTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
659
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
660
+ }
661
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PLinkTile, decorators: [{
662
+ type: Component,
663
+ args: [{
664
+ selector: 'p-link-tile,[p-link-tile]',
665
+ template: '<ng-content />',
666
+ inputs: ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight']
667
+ }]
668
+ }] });
669
+
670
+ class PLinkTileModelSignature extends BaseComponent {
671
+ aspectRatio;
672
+ description;
673
+ heading;
674
+ headingTag;
675
+ linkDirection;
676
+ model;
677
+ weight;
678
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PLinkTileModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
679
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", 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" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
680
+ }
681
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PLinkTileModelSignature, decorators: [{
682
+ type: Component,
683
+ args: [{
684
+ selector: 'p-link-tile-model-signature,[p-link-tile-model-signature]',
685
+ template: '<ng-content />',
686
+ inputs: ['aspectRatio', 'description', 'heading', 'headingTag', 'linkDirection', 'model', 'weight']
687
+ }]
688
+ }] });
689
+
690
+ class PLinkTileProduct extends BaseComponentWithTheme {
691
+ aspectRatio;
692
+ description;
693
+ heading;
694
+ href;
695
+ likeButton;
696
+ liked;
697
+ price;
698
+ priceOriginal;
699
+ rel;
700
+ target;
701
+ theme;
702
+ like = new EventEmitter();
703
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PLinkTileProduct, deps: null, target: i0.ɵɵFactoryTarget.Component });
704
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PLinkTileProduct, selector: "p-link-tile-product,[p-link-tile-product]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", href: "href", likeButton: "likeButton", liked: "liked", price: "price", priceOriginal: "priceOriginal", rel: "rel", target: "target", theme: "theme" }, outputs: { like: "like" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
705
+ }
706
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PLinkTileProduct, decorators: [{
707
+ type: Component,
708
+ args: [{
709
+ selector: 'p-link-tile-product,[p-link-tile-product]',
710
+ template: '<ng-content />',
711
+ inputs: ['aspectRatio', 'description', 'heading', 'href', 'likeButton', 'liked', 'price', 'priceOriginal', 'rel', 'target', 'theme'],
712
+ outputs: ['like']
713
+ }]
714
+ }] });
715
+
716
+ /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-wordmark" instead. */
717
+ class PMarque extends BaseComponent {
718
+ aria;
719
+ href;
720
+ size;
721
+ target;
722
+ trademark;
723
+ variant;
724
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PMarque, deps: null, target: i0.ɵɵFactoryTarget.Component });
725
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PMarque, selector: "p-marque,[p-marque]", inputs: { aria: "aria", href: "href", size: "size", target: "target", trademark: "trademark", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
726
+ }
727
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PMarque, decorators: [{
728
+ type: Component,
729
+ args: [{
730
+ selector: 'p-marque,[p-marque]',
731
+ template: '<ng-content />',
732
+ inputs: ['aria', 'href', 'size', 'target', 'trademark', 'variant']
733
+ }]
734
+ }] });
735
+
736
+ class PModal extends BaseComponentWithTheme {
737
+ aria;
738
+ backdrop;
739
+ disableBackdropClick;
740
+ /** @deprecated */
741
+ disableCloseButton;
742
+ dismissButton;
743
+ fullscreen;
744
+ heading;
745
+ open;
746
+ theme;
747
+ /** @deprecated */
748
+ close = new EventEmitter();
749
+ dismiss = new EventEmitter();
750
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
751
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PModal, selector: "p-modal,[p-modal]", inputs: { aria: "aria", backdrop: "backdrop", disableBackdropClick: "disableBackdropClick", disableCloseButton: "disableCloseButton", dismissButton: "dismissButton", fullscreen: "fullscreen", heading: "heading", open: "open", theme: "theme" }, outputs: { close: "close", dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
752
+ }
753
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PModal, decorators: [{
754
+ type: Component,
755
+ args: [{
756
+ selector: 'p-modal,[p-modal]',
757
+ template: '<ng-content />',
758
+ inputs: ['aria', 'backdrop', 'disableBackdropClick', 'disableCloseButton', 'dismissButton', 'fullscreen', 'heading', 'open', 'theme'],
759
+ outputs: ['close', 'dismiss']
760
+ }]
761
+ }] });
762
+
763
+ class PModelSignature extends BaseComponentWithTheme {
764
+ color;
765
+ model;
766
+ size;
767
+ theme;
768
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
769
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PModelSignature, selector: "p-model-signature,[p-model-signature]", inputs: { color: "color", model: "model", size: "size", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
770
+ }
771
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PModelSignature, decorators: [{
772
+ type: Component,
773
+ args: [{
774
+ selector: 'p-model-signature,[p-model-signature]',
775
+ template: '<ng-content />',
776
+ inputs: ['color', 'model', 'size', 'theme']
777
+ }]
778
+ }] });
779
+
780
+ class PMultiSelect extends BaseComponentWithTheme {
781
+ description;
782
+ disabled;
783
+ dropdownDirection;
784
+ hideLabel;
785
+ label;
786
+ message;
787
+ name;
788
+ required;
789
+ state;
790
+ theme;
791
+ value;
792
+ update = new EventEmitter();
793
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PMultiSelect, deps: null, target: i0.ɵɵFactoryTarget.Component });
794
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PMultiSelect, selector: "p-multi-select,[p-multi-select]", inputs: { description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", theme: "theme", value: "value" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
795
+ }
796
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PMultiSelect, decorators: [{
797
+ type: Component,
798
+ args: [{
799
+ selector: 'p-multi-select,[p-multi-select]',
800
+ template: '<ng-content />',
801
+ inputs: ['description', 'disabled', 'dropdownDirection', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'],
802
+ outputs: ['update']
803
+ }]
804
+ }] });
805
+
806
+ class PMultiSelectOption extends BaseComponent {
807
+ disabled;
808
+ value;
809
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PMultiSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
810
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PMultiSelectOption, selector: "p-multi-select-option,[p-multi-select-option]", inputs: { disabled: "disabled", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
811
+ }
812
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PMultiSelectOption, decorators: [{
813
+ type: Component,
814
+ args: [{
815
+ selector: 'p-multi-select-option,[p-multi-select-option]',
816
+ template: '<ng-content />',
817
+ inputs: ['disabled', 'value']
818
+ }]
819
+ }] });
820
+
821
+ class PPagination extends BaseComponentWithTheme {
822
+ activePage;
823
+ /** @deprecated */
824
+ allyLabel;
825
+ /** @deprecated */
826
+ allyLabelNext;
827
+ /** @deprecated */
828
+ allyLabelPage;
829
+ /** @deprecated */
830
+ allyLabelPrev;
831
+ intl;
832
+ itemsPerPage;
833
+ /** @deprecated */
834
+ maxNumberOfPageLinks;
835
+ showLastPage;
836
+ theme;
837
+ totalItemsCount;
838
+ /** @deprecated */
839
+ pageChange = new EventEmitter();
840
+ update = new EventEmitter();
841
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PPagination, deps: null, target: i0.ɵɵFactoryTarget.Component });
842
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PPagination, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", allyLabel: "allyLabel", allyLabelNext: "allyLabelNext", allyLabelPage: "allyLabelPage", allyLabelPrev: "allyLabelPrev", intl: "intl", itemsPerPage: "itemsPerPage", maxNumberOfPageLinks: "maxNumberOfPageLinks", showLastPage: "showLastPage", theme: "theme", totalItemsCount: "totalItemsCount" }, outputs: { pageChange: "pageChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
843
+ }
844
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PPagination, decorators: [{
845
+ type: Component,
846
+ args: [{
847
+ selector: 'p-pagination,[p-pagination]',
848
+ template: '<ng-content />',
849
+ inputs: ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'intl', 'itemsPerPage', 'maxNumberOfPageLinks', 'showLastPage', 'theme', 'totalItemsCount'],
850
+ outputs: ['pageChange', 'update']
851
+ }]
852
+ }] });
853
+
854
+ class PPinCode extends BaseComponentWithTheme {
855
+ description;
856
+ disabled;
857
+ hideLabel;
858
+ label;
859
+ length;
860
+ loading;
861
+ message;
862
+ name;
863
+ required;
864
+ state;
865
+ theme;
866
+ type;
867
+ value;
868
+ update = new EventEmitter();
869
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PPinCode, deps: null, target: i0.ɵɵFactoryTarget.Component });
870
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PPinCode, selector: "p-pin-code,[p-pin-code]", inputs: { description: "description", disabled: "disabled", hideLabel: "hideLabel", label: "label", length: "length", loading: "loading", message: "message", name: "name", required: "required", state: "state", theme: "theme", type: "type", value: "value" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
871
+ }
872
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PPinCode, decorators: [{
873
+ type: Component,
874
+ args: [{
875
+ selector: 'p-pin-code,[p-pin-code]',
876
+ template: '<ng-content />',
877
+ inputs: ['description', 'disabled', 'hideLabel', 'label', 'length', 'loading', 'message', 'name', 'required', 'state', 'theme', 'type', 'value'],
878
+ outputs: ['update']
879
+ }]
880
+ }] });
881
+
882
+ class PPopover extends BaseComponentWithTheme {
883
+ aria;
884
+ description;
885
+ direction;
886
+ theme;
887
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
888
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PPopover, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
889
+ }
890
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PPopover, decorators: [{
891
+ type: Component,
892
+ args: [{
893
+ selector: 'p-popover,[p-popover]',
894
+ template: '<ng-content />',
895
+ inputs: ['aria', 'description', 'direction', 'theme']
896
+ }]
897
+ }] });
898
+
899
+ class PRadioButtonWrapper extends BaseComponentWithTheme {
900
+ hideLabel;
901
+ label;
902
+ loading;
903
+ message;
904
+ state;
905
+ theme;
906
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PRadioButtonWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
907
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PRadioButtonWrapper, selector: "p-radio-button-wrapper,[p-radio-button-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
908
+ }
909
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PRadioButtonWrapper, decorators: [{
910
+ type: Component,
911
+ args: [{
912
+ selector: 'p-radio-button-wrapper,[p-radio-button-wrapper]',
913
+ template: '<ng-content />',
914
+ inputs: ['hideLabel', 'label', 'loading', 'message', 'state', 'theme']
915
+ }]
916
+ }] });
917
+
918
+ class PScroller extends BaseComponentWithTheme {
919
+ alignScrollIndicator;
920
+ aria;
921
+ gradientColor;
922
+ /** @deprecated */
923
+ gradientColorScheme;
924
+ /** @deprecated */
925
+ scrollIndicatorPosition;
926
+ scrollToPosition;
927
+ scrollbar;
928
+ theme;
929
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PScroller, deps: null, target: i0.ɵɵFactoryTarget.Component });
930
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PScroller, selector: "p-scroller,[p-scroller]", inputs: { alignScrollIndicator: "alignScrollIndicator", aria: "aria", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", scrollIndicatorPosition: "scrollIndicatorPosition", scrollToPosition: "scrollToPosition", scrollbar: "scrollbar", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
931
+ }
932
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PScroller, decorators: [{
933
+ type: Component,
934
+ args: [{
935
+ selector: 'p-scroller,[p-scroller]',
936
+ template: '<ng-content />',
937
+ inputs: ['alignScrollIndicator', 'aria', 'gradientColor', 'gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'scrollbar', 'theme']
938
+ }]
939
+ }] });
940
+
941
+ class PSegmentedControl extends BaseComponentWithTheme {
942
+ /** @deprecated */
943
+ backgroundColor;
944
+ columns;
945
+ theme;
946
+ value;
947
+ /** @deprecated */
948
+ segmentedControlChange = new EventEmitter();
949
+ update = new EventEmitter();
950
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PSegmentedControl, deps: null, target: i0.ɵɵFactoryTarget.Component });
951
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PSegmentedControl, selector: "p-segmented-control,[p-segmented-control]", inputs: { backgroundColor: "backgroundColor", columns: "columns", theme: "theme", value: "value" }, outputs: { segmentedControlChange: "segmentedControlChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
952
+ }
953
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PSegmentedControl, decorators: [{
954
+ type: Component,
955
+ args: [{
956
+ selector: 'p-segmented-control,[p-segmented-control]',
957
+ template: '<ng-content />',
958
+ inputs: ['backgroundColor', 'columns', 'theme', 'value'],
959
+ outputs: ['segmentedControlChange', 'update']
960
+ }]
961
+ }] });
962
+
963
+ class PSegmentedControlItem extends BaseComponent {
964
+ disabled;
965
+ icon;
966
+ iconSource;
967
+ label;
968
+ value;
969
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PSegmentedControlItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
970
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PSegmentedControlItem, selector: "p-segmented-control-item,[p-segmented-control-item]", inputs: { disabled: "disabled", icon: "icon", iconSource: "iconSource", label: "label", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
971
+ }
972
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PSegmentedControlItem, decorators: [{
973
+ type: Component,
974
+ args: [{
975
+ selector: 'p-segmented-control-item,[p-segmented-control-item]',
976
+ template: '<ng-content />',
977
+ inputs: ['disabled', 'icon', 'iconSource', 'label', 'value']
978
+ }]
979
+ }] });
980
+
981
+ class PSelect extends BaseComponentWithTheme {
982
+ description;
983
+ disabled;
984
+ dropdownDirection;
985
+ hideLabel;
986
+ label;
987
+ message;
988
+ name;
989
+ required;
990
+ state;
991
+ theme;
992
+ value;
993
+ update = new EventEmitter();
994
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PSelect, deps: null, target: i0.ɵɵFactoryTarget.Component });
995
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PSelect, selector: "p-select,[p-select]", inputs: { description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", theme: "theme", value: "value" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
996
+ }
997
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PSelect, decorators: [{
998
+ type: Component,
999
+ args: [{
1000
+ selector: 'p-select,[p-select]',
1001
+ template: '<ng-content />',
1002
+ inputs: ['description', 'disabled', 'dropdownDirection', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'],
1003
+ outputs: ['update']
1004
+ }]
1005
+ }] });
1006
+
1007
+ class PSelectOption extends BaseComponent {
1008
+ disabled;
1009
+ value;
1010
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
1011
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PSelectOption, selector: "p-select-option,[p-select-option]", inputs: { disabled: "disabled", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1012
+ }
1013
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PSelectOption, decorators: [{
1014
+ type: Component,
1015
+ args: [{
1016
+ selector: 'p-select-option,[p-select-option]',
1017
+ template: '<ng-content />',
1018
+ inputs: ['disabled', 'value']
1019
+ }]
1020
+ }] });
1021
+
1022
+ class PSelectWrapper extends BaseComponentWithTheme {
1023
+ description;
1024
+ dropdownDirection;
1025
+ filter;
1026
+ hideLabel;
1027
+ label;
1028
+ message;
1029
+ native;
1030
+ state;
1031
+ theme;
1032
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PSelectWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
1033
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PSelectWrapper, selector: "p-select-wrapper,[p-select-wrapper]", inputs: { description: "description", dropdownDirection: "dropdownDirection", filter: "filter", hideLabel: "hideLabel", label: "label", message: "message", native: "native", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1034
+ }
1035
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PSelectWrapper, decorators: [{
1036
+ type: Component,
1037
+ args: [{
1038
+ selector: 'p-select-wrapper,[p-select-wrapper]',
1039
+ template: '<ng-content />',
1040
+ inputs: ['description', 'dropdownDirection', 'filter', 'hideLabel', 'label', 'message', 'native', 'state', 'theme']
1041
+ }]
1042
+ }] });
1043
+
1044
+ class PSpinner extends BaseComponentWithTheme {
1045
+ aria;
1046
+ size;
1047
+ theme;
1048
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PSpinner, deps: null, target: i0.ɵɵFactoryTarget.Component });
1049
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PSpinner, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", size: "size", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1050
+ }
1051
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PSpinner, decorators: [{
1052
+ type: Component,
1053
+ args: [{
1054
+ selector: 'p-spinner,[p-spinner]',
1055
+ template: '<ng-content />',
1056
+ inputs: ['aria', 'size', 'theme']
1057
+ }]
1058
+ }] });
1059
+
1060
+ class PStepperHorizontal extends BaseComponentWithTheme {
1061
+ size;
1062
+ theme;
1063
+ /** @deprecated */
1064
+ stepChange = new EventEmitter();
1065
+ update = new EventEmitter();
1066
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PStepperHorizontal, deps: null, target: i0.ɵɵFactoryTarget.Component });
1067
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PStepperHorizontal, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size", theme: "theme" }, outputs: { stepChange: "stepChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1068
+ }
1069
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PStepperHorizontal, decorators: [{
1070
+ type: Component,
1071
+ args: [{
1072
+ selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
1073
+ template: '<ng-content />',
1074
+ inputs: ['size', 'theme'],
1075
+ outputs: ['stepChange', 'update']
1076
+ }]
1077
+ }] });
1078
+
1079
+ class PStepperHorizontalItem extends BaseComponent {
1080
+ disabled;
1081
+ state;
1082
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PStepperHorizontalItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
1083
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PStepperHorizontalItem, selector: "p-stepper-horizontal-item,[p-stepper-horizontal-item]", inputs: { disabled: "disabled", state: "state" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1084
+ }
1085
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
1086
+ type: Component,
1087
+ args: [{
1088
+ selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
1089
+ template: '<ng-content />',
1090
+ inputs: ['disabled', 'state']
1091
+ }]
1092
+ }] });
1093
+
1094
+ class PSwitch extends BaseComponentWithTheme {
1095
+ alignLabel;
1096
+ checked;
1097
+ disabled;
1098
+ hideLabel;
1099
+ loading;
1100
+ stretch;
1101
+ theme;
1102
+ /** @deprecated */
1103
+ switchChange = new EventEmitter();
1104
+ update = new EventEmitter();
1105
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PSwitch, deps: null, target: i0.ɵɵFactoryTarget.Component });
1106
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", 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", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1107
+ }
1108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PSwitch, decorators: [{
1109
+ type: Component,
1110
+ args: [{
1111
+ selector: 'p-switch,[p-switch]',
1112
+ template: '<ng-content />',
1113
+ inputs: ['alignLabel', 'checked', 'disabled', 'hideLabel', 'loading', 'stretch', 'theme'],
1114
+ outputs: ['switchChange', 'update']
1115
+ }]
1116
+ }] });
1117
+
1118
+ class PTable extends BaseComponentWithTheme {
1119
+ caption;
1120
+ theme;
1121
+ /** @deprecated */
1122
+ sortingChange = new EventEmitter();
1123
+ update = new EventEmitter();
1124
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTable, deps: null, target: i0.ɵɵFactoryTarget.Component });
1125
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PTable, selector: "p-table,[p-table]", inputs: { caption: "caption", theme: "theme" }, outputs: { sortingChange: "sortingChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1126
+ }
1127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTable, decorators: [{
1128
+ type: Component,
1129
+ args: [{
1130
+ selector: 'p-table,[p-table]',
1131
+ template: '<ng-content />',
1132
+ inputs: ['caption', 'theme'],
1133
+ outputs: ['sortingChange', 'update']
1134
+ }]
1135
+ }] });
1136
+
1137
+ class PTableBody extends BaseComponent {
1138
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTableBody, deps: null, target: i0.ɵɵFactoryTarget.Component });
1139
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PTableBody, selector: "p-table-body,[p-table-body]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1140
+ }
1141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTableBody, decorators: [{
1142
+ type: Component,
1143
+ args: [{
1144
+ selector: 'p-table-body,[p-table-body]',
1145
+ template: '<ng-content />'
1146
+ }]
1147
+ }] });
1148
+
1149
+ class PTableCell extends BaseComponent {
1150
+ multiline;
1151
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTableCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
1152
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PTableCell, selector: "p-table-cell,[p-table-cell]", inputs: { multiline: "multiline" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1153
+ }
1154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTableCell, decorators: [{
1155
+ type: Component,
1156
+ args: [{
1157
+ selector: 'p-table-cell,[p-table-cell]',
1158
+ template: '<ng-content />',
1159
+ inputs: ['multiline']
1160
+ }]
1161
+ }] });
1162
+
1163
+ class PTableHead extends BaseComponent {
1164
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTableHead, deps: null, target: i0.ɵɵFactoryTarget.Component });
1165
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PTableHead, selector: "p-table-head,[p-table-head]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1166
+ }
1167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTableHead, decorators: [{
1168
+ type: Component,
1169
+ args: [{
1170
+ selector: 'p-table-head,[p-table-head]',
1171
+ template: '<ng-content />'
1172
+ }]
1173
+ }] });
1174
+
1175
+ class PTableHeadCell extends BaseComponent {
1176
+ hideLabel;
1177
+ multiline;
1178
+ sort;
1179
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTableHeadCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
1180
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PTableHeadCell, selector: "p-table-head-cell,[p-table-head-cell]", inputs: { hideLabel: "hideLabel", multiline: "multiline", sort: "sort" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1181
+ }
1182
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTableHeadCell, decorators: [{
1183
+ type: Component,
1184
+ args: [{
1185
+ selector: 'p-table-head-cell,[p-table-head-cell]',
1186
+ template: '<ng-content />',
1187
+ inputs: ['hideLabel', 'multiline', 'sort']
1188
+ }]
1189
+ }] });
1190
+
1191
+ class PTableHeadRow extends BaseComponent {
1192
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTableHeadRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
1193
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PTableHeadRow, selector: "p-table-head-row,[p-table-head-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1194
+ }
1195
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTableHeadRow, decorators: [{
1196
+ type: Component,
1197
+ args: [{
1198
+ selector: 'p-table-head-row,[p-table-head-row]',
1199
+ template: '<ng-content />'
1200
+ }]
1201
+ }] });
1202
+
1203
+ class PTableRow extends BaseComponent {
1204
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTableRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
1205
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PTableRow, selector: "p-table-row,[p-table-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1206
+ }
1207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTableRow, decorators: [{
1208
+ type: Component,
1209
+ args: [{
1210
+ selector: 'p-table-row,[p-table-row]',
1211
+ template: '<ng-content />'
1212
+ }]
1213
+ }] });
1214
+
1215
+ class PTabs extends BaseComponentWithTheme {
1216
+ activeTabIndex;
1217
+ gradientColor;
1218
+ /** @deprecated */
1219
+ gradientColorScheme;
1220
+ size;
1221
+ theme;
1222
+ weight;
1223
+ /** @deprecated */
1224
+ tabChange = new EventEmitter();
1225
+ update = new EventEmitter();
1226
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
1227
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PTabs, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1228
+ }
1229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTabs, decorators: [{
1230
+ type: Component,
1231
+ args: [{
1232
+ selector: 'p-tabs,[p-tabs]',
1233
+ template: '<ng-content />',
1234
+ inputs: ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'],
1235
+ outputs: ['tabChange', 'update']
1236
+ }]
1237
+ }] });
1238
+
1239
+ class PTabsBar extends BaseComponentWithTheme {
1240
+ activeTabIndex;
1241
+ gradientColor;
1242
+ /** @deprecated */
1243
+ gradientColorScheme;
1244
+ size;
1245
+ theme;
1246
+ weight;
1247
+ /** @deprecated */
1248
+ tabChange = new EventEmitter();
1249
+ update = new EventEmitter();
1250
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTabsBar, deps: null, target: i0.ɵɵFactoryTarget.Component });
1251
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PTabsBar, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1252
+ }
1253
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTabsBar, decorators: [{
1254
+ type: Component,
1255
+ args: [{
1256
+ selector: 'p-tabs-bar,[p-tabs-bar]',
1257
+ template: '<ng-content />',
1258
+ inputs: ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'],
1259
+ outputs: ['tabChange', 'update']
1260
+ }]
1261
+ }] });
1262
+
1263
+ class PTabsItem extends BaseComponent {
1264
+ label;
1265
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTabsItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
1266
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PTabsItem, selector: "p-tabs-item,[p-tabs-item]", inputs: { label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1267
+ }
1268
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTabsItem, decorators: [{
1269
+ type: Component,
1270
+ args: [{
1271
+ selector: 'p-tabs-item,[p-tabs-item]',
1272
+ template: '<ng-content />',
1273
+ inputs: ['label']
1274
+ }]
1275
+ }] });
1276
+
1277
+ class PTag extends BaseComponentWithTheme {
1278
+ color;
1279
+ icon;
1280
+ iconSource;
1281
+ theme;
1282
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTag, deps: null, target: i0.ɵɵFactoryTarget.Component });
1283
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PTag, selector: "p-tag,[p-tag]", inputs: { color: "color", icon: "icon", iconSource: "iconSource", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1284
+ }
1285
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTag, decorators: [{
1286
+ type: Component,
1287
+ args: [{
1288
+ selector: 'p-tag,[p-tag]',
1289
+ template: '<ng-content />',
1290
+ inputs: ['color', 'icon', 'iconSource', 'theme']
1291
+ }]
1292
+ }] });
1293
+
1294
+ class PTagDismissible extends BaseComponentWithTheme {
1295
+ aria;
1296
+ color;
1297
+ label;
1298
+ theme;
1299
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTagDismissible, deps: null, target: i0.ɵɵFactoryTarget.Component });
1300
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PTagDismissible, selector: "p-tag-dismissible,[p-tag-dismissible]", inputs: { aria: "aria", color: "color", label: "label", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1301
+ }
1302
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTagDismissible, decorators: [{
1303
+ type: Component,
1304
+ args: [{
1305
+ selector: 'p-tag-dismissible,[p-tag-dismissible]',
1306
+ template: '<ng-content />',
1307
+ inputs: ['aria', 'color', 'label', 'theme']
1308
+ }]
1309
+ }] });
1310
+
1311
+ class PText extends BaseComponentWithTheme {
1312
+ align;
1313
+ color;
1314
+ ellipsis;
1315
+ size;
1316
+ tag;
1317
+ theme;
1318
+ weight;
1319
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PText, deps: null, target: i0.ɵɵFactoryTarget.Component });
1320
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PText, selector: "p-text,[p-text]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1321
+ }
1322
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PText, decorators: [{
1323
+ type: Component,
1324
+ args: [{
1325
+ selector: 'p-text,[p-text]',
1326
+ template: '<ng-content />',
1327
+ inputs: ['align', 'color', 'ellipsis', 'size', 'tag', 'theme', 'weight']
1328
+ }]
1329
+ }] });
1330
+
1331
+ class PTextFieldWrapper extends BaseComponentWithTheme {
1332
+ actionIcon;
1333
+ actionLoading;
1334
+ description;
1335
+ hideLabel;
1336
+ label;
1337
+ message;
1338
+ /** @deprecated */
1339
+ showCharacterCount;
1340
+ showCounter;
1341
+ showPasswordToggle;
1342
+ state;
1343
+ submitButton;
1344
+ theme;
1345
+ unit;
1346
+ unitPosition;
1347
+ action = new EventEmitter();
1348
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTextFieldWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
1349
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", 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", showPasswordToggle: "showPasswordToggle", state: "state", submitButton: "submitButton", theme: "theme", unit: "unit", unitPosition: "unitPosition" }, outputs: { action: "action" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1350
+ }
1351
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTextFieldWrapper, decorators: [{
1352
+ type: Component,
1353
+ args: [{
1354
+ selector: 'p-text-field-wrapper,[p-text-field-wrapper]',
1355
+ template: '<ng-content />',
1356
+ inputs: ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'showPasswordToggle', 'state', 'submitButton', 'theme', 'unit', 'unitPosition'],
1357
+ outputs: ['action']
1358
+ }]
1359
+ }] });
1360
+
1361
+ class PTextList extends BaseComponentWithTheme {
1362
+ /** @deprecated */
1363
+ listType;
1364
+ /** @deprecated */
1365
+ orderType;
1366
+ theme;
1367
+ type;
1368
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTextList, deps: null, target: i0.ɵɵFactoryTarget.Component });
1369
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PTextList, selector: "p-text-list,[p-text-list]", inputs: { listType: "listType", orderType: "orderType", theme: "theme", type: "type" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1370
+ }
1371
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTextList, decorators: [{
1372
+ type: Component,
1373
+ args: [{
1374
+ selector: 'p-text-list,[p-text-list]',
1375
+ template: '<ng-content />',
1376
+ inputs: ['listType', 'orderType', 'theme', 'type']
1377
+ }]
1378
+ }] });
1379
+
1380
+ class PTextListItem extends BaseComponent {
1381
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTextListItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
1382
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PTextListItem, selector: "p-text-list-item,[p-text-list-item]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1383
+ }
1384
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTextListItem, decorators: [{
1385
+ type: Component,
1386
+ args: [{
1387
+ selector: 'p-text-list-item,[p-text-list-item]',
1388
+ template: '<ng-content />'
1389
+ }]
1390
+ }] });
1391
+
1392
+ class PTextareaWrapper extends BaseComponentWithTheme {
1393
+ description;
1394
+ hideLabel;
1395
+ label;
1396
+ message;
1397
+ /** @deprecated */
1398
+ showCharacterCount;
1399
+ showCounter;
1400
+ state;
1401
+ theme;
1402
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTextareaWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
1403
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", 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" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1404
+ }
1405
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PTextareaWrapper, decorators: [{
1406
+ type: Component,
1407
+ args: [{
1408
+ selector: 'p-textarea-wrapper,[p-textarea-wrapper]',
1409
+ template: '<ng-content />',
1410
+ inputs: ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'state', 'theme']
1411
+ }]
1412
+ }] });
1413
+
1414
+ class PToast extends BaseComponentWithTheme {
1415
+ theme;
1416
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PToast, deps: null, target: i0.ɵɵFactoryTarget.Component });
1417
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PToast, selector: "p-toast,[p-toast]", inputs: { theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1418
+ }
1419
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PToast, decorators: [{
1420
+ type: Component,
1421
+ args: [{
1422
+ selector: 'p-toast,[p-toast]',
1423
+ template: '<ng-content />',
1424
+ inputs: ['theme']
1425
+ }]
1426
+ }] });
1427
+
1428
+ class PWordmark extends BaseComponentWithTheme {
1429
+ aria;
1430
+ href;
1431
+ size;
1432
+ target;
1433
+ theme;
1434
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PWordmark, deps: null, target: i0.ɵɵFactoryTarget.Component });
1435
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: PWordmark, selector: "p-wordmark,[p-wordmark]", inputs: { aria: "aria", href: "href", size: "size", target: "target", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1436
+ }
1437
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PWordmark, decorators: [{
1438
+ type: Component,
1439
+ args: [{
1440
+ selector: 'p-wordmark,[p-wordmark]',
1441
+ template: '<ng-content />',
1442
+ inputs: ['aria', 'href', 'size', 'target', 'theme']
1443
+ }]
1444
+ }] });
1445
+
1446
+ const DECLARATIONS = [
1447
+ PAccordion,
1448
+ PBanner,
1449
+ PButton,
1450
+ PButtonGroup,
1451
+ PButtonPure,
1452
+ PButtonTile,
1453
+ PCarousel,
1454
+ PCheckboxWrapper,
1455
+ PContentWrapper,
1456
+ PCrest,
1457
+ PDisplay,
1458
+ PDivider,
1459
+ PFieldset,
1460
+ PFieldsetWrapper,
1461
+ PFlex,
1462
+ PFlexItem,
1463
+ PFlyout,
1464
+ PFlyoutNavigation,
1465
+ PFlyoutNavigationItem,
1466
+ PGrid,
1467
+ PGridItem,
1468
+ PHeading,
1469
+ PHeadline,
1470
+ PIcon,
1471
+ PInlineNotification,
1472
+ PLink,
1473
+ PLinkPure,
1474
+ PLinkSocial,
1475
+ PLinkTile,
1476
+ PLinkTileModelSignature,
1477
+ PLinkTileProduct,
1478
+ PMarque,
1479
+ PModal,
1480
+ PModelSignature,
1481
+ PMultiSelect,
1482
+ PMultiSelectOption,
1483
+ PPagination,
1484
+ PPinCode,
1485
+ PPopover,
1486
+ PRadioButtonWrapper,
1487
+ PScroller,
1488
+ PSegmentedControl,
1489
+ PSegmentedControlItem,
1490
+ PSelect,
1491
+ PSelectOption,
1492
+ PSelectWrapper,
1493
+ PSpinner,
1494
+ PStepperHorizontal,
1495
+ PStepperHorizontalItem,
1496
+ PSwitch,
1497
+ PTable,
1498
+ PTableBody,
1499
+ PTableCell,
1500
+ PTableHead,
1501
+ PTableHeadCell,
1502
+ PTableHeadRow,
1503
+ PTableRow,
1504
+ PTabs,
1505
+ PTabsBar,
1506
+ PTabsItem,
1507
+ PTag,
1508
+ PTagDismissible,
1509
+ PText,
1510
+ PTextFieldWrapper,
1511
+ PTextList,
1512
+ PTextListItem,
1513
+ PTextareaWrapper,
1514
+ PToast,
1515
+ PWordmark
1516
+ ];
1517
+
1518
+ class DefaultConfig {
1519
+ prefix = '';
1520
+ theme; // since theme exists on almost every component, it is defined here kind of like a global prop
1521
+ }
1522
+ // TODO: unit tests are missing
1523
+ class PorscheDesignSystemModule {
1524
+ theme$ = inject(THEME_TOKEN);
1525
+ constructor(configParam) {
1526
+ const configs = configParam || [new DefaultConfig()];
1527
+ this.theme$.next(configs[0].theme || 'light'); // first config sets the theme
1528
+ configs.forEach(load);
1529
+ }
1530
+ static load(config) {
1531
+ return {
1532
+ ngModule: PorscheDesignSystemModule,
1533
+ providers: [
1534
+ {
1535
+ provide: DefaultConfig,
1536
+ multi: true, // to support multiple prefixes in same module
1537
+ useValue: config,
1538
+ },
1539
+ ],
1540
+ };
1541
+ }
1542
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
1543
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PFlyoutNavigation, PFlyoutNavigationItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PLinkTileProduct, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PFlyoutNavigation, PFlyoutNavigationItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PLinkTileProduct, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark] });
1544
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PorscheDesignSystemModule, providers: [
1545
+ {
1546
+ provide: THEME_TOKEN,
1547
+ useValue: new BehaviorSubject('light'),
1548
+ },
1549
+ ] });
1550
+ }
1551
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
1552
+ type: NgModule,
1553
+ args: [{
1554
+ declarations: DECLARATIONS,
1555
+ exports: DECLARATIONS,
1556
+ providers: [
1557
+ {
1558
+ provide: THEME_TOKEN,
1559
+ useValue: new BehaviorSubject('light'),
1560
+ },
1561
+ ],
1562
+ }]
1563
+ }], ctorParameters: () => [{ type: DefaultConfig, decorators: [{
1564
+ type: Optional
1565
+ }] }] });
1566
+
1567
+ class ToastManager {
1568
+ addMessage(message) {
1569
+ const toast = document.body.querySelector('p-toast,[p-toast]');
1570
+ customElements.whenDefined(toast.tagName.toLowerCase()).then(() => toast.addMessage(message));
1571
+ }
1572
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ToastManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1573
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ToastManager, providedIn: 'root' });
1574
+ }
1575
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ToastManager, decorators: [{
1576
+ type: Injectable,
1577
+ args: [{
1578
+ providedIn: 'root',
1579
+ }]
1580
+ }] });
1581
+
1582
+ /**
1583
+ * Generated bundle index. Do not edit.
1584
+ */
1585
+
1586
+ export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PFlyoutNavigation, PFlyoutNavigationItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PLinkTileProduct, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark, PorscheDesignSystemModule, THEME_TOKEN, ToastManager };
1587
+ //# sourceMappingURL=porsche-design-system-components-angular.mjs.map