@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
@@ -1,1212 +0,0 @@
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
- constructor(cdr, elementRef) {
10
- cdr.detach();
11
- this.el = elementRef.nativeElement;
12
- }
13
- ngOnChanges(props) {
14
- for (const prop in props) {
15
- this.el[prop] = props[prop].currentValue;
16
- }
17
- }
18
- }
19
- BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
20
- BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BaseComponent, selector: "ng-component", usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseComponent, decorators: [{
22
- type: Component,
23
- args: [{
24
- template: '',
25
- changeDetection: ChangeDetectionStrategy.OnPush,
26
- }]
27
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }]; } });
28
- class BaseComponentWithTheme extends BaseComponent {
29
- constructor() {
30
- super(...arguments);
31
- this.themeSubscription = inject(THEME_TOKEN).subscribe((theme) => {
32
- this.el.theme = this.theme || theme;
33
- });
34
- }
35
- ngOnDestroy() {
36
- // need to manually unsubscribe or otherwise subscription is still active even after unmount
37
- // https://rafaelneto.dev/en/blog/unsubscribing-behaviorsubject-observable-angular/
38
- this.themeSubscription.unsubscribe();
39
- }
40
- }
41
- BaseComponentWithTheme.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseComponentWithTheme, deps: null, target: i0.ɵɵFactoryTarget.Component });
42
- BaseComponentWithTheme.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BaseComponentWithTheme, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseComponentWithTheme, decorators: [{
44
- type: Component,
45
- args: [{
46
- template: '',
47
- }]
48
- }] });
49
-
50
- class PAccordion extends BaseComponentWithTheme {
51
- constructor() {
52
- super(...arguments);
53
- /** @deprecated */
54
- this.accordionChange = new EventEmitter();
55
- this.update = new EventEmitter();
56
- }
57
- }
58
- PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PAccordion, deps: null, target: i0.ɵɵFactoryTarget.Component });
59
- PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PAccordion, decorators: [{
61
- type: Component,
62
- args: [{
63
- selector: 'p-accordion,[p-accordion]',
64
- template: '<ng-content />',
65
- inputs: ['compact', 'heading', 'open', 'size', 'tag', 'theme'],
66
- outputs: ['accordionChange', 'update']
67
- }]
68
- }] });
69
-
70
- class PBanner extends BaseComponentWithTheme {
71
- constructor() {
72
- super(...arguments);
73
- this.dismiss = new EventEmitter();
74
- }
75
- }
76
- PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PBanner, deps: null, target: i0.ɵɵFactoryTarget.Component });
77
- PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PBanner, decorators: [{
79
- type: Component,
80
- args: [{
81
- selector: 'p-banner,[p-banner]',
82
- template: '<ng-content />',
83
- inputs: ['description', 'dismissButton', 'heading', 'open', 'persistent', 'state', 'theme', 'width'],
84
- outputs: ['dismiss']
85
- }]
86
- }] });
87
-
88
- class PButton extends BaseComponentWithTheme {
89
- }
90
- PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButton, deps: null, target: i0.ɵɵFactoryTarget.Component });
91
- PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
92
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButton, decorators: [{
93
- type: Component,
94
- args: [{
95
- selector: 'p-button,[p-button]',
96
- template: '<ng-content />',
97
- inputs: ['aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'name', 'theme', 'type', 'value', 'variant']
98
- }]
99
- }] });
100
-
101
- class PButtonGroup extends BaseComponent {
102
- }
103
- PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonGroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
104
- PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PButtonGroup, selector: "p-button-group,[p-button-group]", inputs: { direction: "direction" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonGroup, decorators: [{
106
- type: Component,
107
- args: [{
108
- selector: 'p-button-group,[p-button-group]',
109
- template: '<ng-content />',
110
- inputs: ['direction']
111
- }]
112
- }] });
113
-
114
- class PButtonPure extends BaseComponentWithTheme {
115
- }
116
- PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
117
- PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonPure, decorators: [{
119
- type: Component,
120
- args: [{
121
- selector: 'p-button-pure,[p-button-pure]',
122
- template: '<ng-content />',
123
- inputs: ['active', 'alignLabel', 'aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'name', 'size', 'stretch', 'theme', 'type', 'value', 'weight']
124
- }]
125
- }] });
126
-
127
- class PButtonTile extends BaseComponent {
128
- }
129
- PButtonTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
130
- PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonTile, decorators: [{
132
- type: Component,
133
- args: [{
134
- selector: 'p-button-tile,[p-button-tile]',
135
- template: '<ng-content />',
136
- inputs: ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'disabled', 'gradient', 'icon', 'iconSource', 'label', 'loading', 'size', 'type', 'weight']
137
- }]
138
- }] });
139
-
140
- class PCarousel extends BaseComponentWithTheme {
141
- constructor() {
142
- super(...arguments);
143
- /** @deprecated */
144
- this.carouselChange = new EventEmitter();
145
- this.update = new EventEmitter();
146
- }
147
- }
148
- PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCarousel, deps: null, target: i0.ɵɵFactoryTarget.Component });
149
- PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCarousel, decorators: [{
151
- type: Component,
152
- args: [{
153
- selector: 'p-carousel,[p-carousel]',
154
- template: '<ng-content />',
155
- inputs: ['activeSlideIndex', 'alignHeader', 'aria', 'description', 'disablePagination', 'heading', 'headingSize', 'intl', 'pagination', 'rewind', 'skipLinkTarget', 'slidesPerPage', 'theme', 'width', 'wrapContent'],
156
- outputs: ['carouselChange', 'update']
157
- }]
158
- }] });
159
-
160
- class PCheckboxWrapper extends BaseComponentWithTheme {
161
- }
162
- PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCheckboxWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
163
- PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
164
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCheckboxWrapper, decorators: [{
165
- type: Component,
166
- args: [{
167
- selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
168
- template: '<ng-content />',
169
- inputs: ['hideLabel', 'label', 'loading', 'message', 'state', 'theme']
170
- }]
171
- }] });
172
-
173
- /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
174
- class PContentWrapper extends BaseComponentWithTheme {
175
- }
176
- PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PContentWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
177
- PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
178
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PContentWrapper, decorators: [{
179
- type: Component,
180
- args: [{
181
- selector: 'p-content-wrapper,[p-content-wrapper]',
182
- template: '<ng-content />',
183
- inputs: ['backgroundColor', 'theme', 'width']
184
- }]
185
- }] });
186
-
187
- class PCrest extends BaseComponent {
188
- }
189
- PCrest.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCrest, deps: null, target: i0.ɵɵFactoryTarget.Component });
190
- PCrest.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PCrest, selector: "p-crest,[p-crest]", inputs: { aria: "aria", href: "href", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
191
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCrest, decorators: [{
192
- type: Component,
193
- args: [{
194
- selector: 'p-crest,[p-crest]',
195
- template: '<ng-content />',
196
- inputs: ['aria', 'href', 'target']
197
- }]
198
- }] });
199
-
200
- class PDisplay extends BaseComponentWithTheme {
201
- }
202
- PDisplay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDisplay, deps: null, target: i0.ɵɵFactoryTarget.Component });
203
- PDisplay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
204
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDisplay, decorators: [{
205
- type: Component,
206
- args: [{
207
- selector: 'p-display,[p-display]',
208
- template: '<ng-content />',
209
- inputs: ['align', 'color', 'ellipsis', 'size', 'tag', 'theme']
210
- }]
211
- }] });
212
-
213
- class PDivider extends BaseComponentWithTheme {
214
- }
215
- PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDivider, deps: null, target: i0.ɵɵFactoryTarget.Component });
216
- PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
217
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDivider, decorators: [{
218
- type: Component,
219
- args: [{
220
- selector: 'p-divider,[p-divider]',
221
- template: '<ng-content />',
222
- inputs: ['color', 'direction', 'orientation', 'theme']
223
- }]
224
- }] });
225
-
226
- class PFieldset extends BaseComponentWithTheme {
227
- }
228
- PFieldset.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFieldset, deps: null, target: i0.ɵɵFactoryTarget.Component });
229
- PFieldset.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
230
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFieldset, decorators: [{
231
- type: Component,
232
- args: [{
233
- selector: 'p-fieldset,[p-fieldset]',
234
- template: '<ng-content />',
235
- inputs: ['label', 'labelSize', 'message', 'required', 'state', 'theme']
236
- }]
237
- }] });
238
-
239
- /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-fieldset" instead. */
240
- class PFieldsetWrapper extends BaseComponentWithTheme {
241
- }
242
- PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFieldsetWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
243
- PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFieldsetWrapper, decorators: [{
245
- type: Component,
246
- args: [{
247
- selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
248
- template: '<ng-content />',
249
- inputs: ['label', 'labelSize', 'message', 'required', 'state', 'theme']
250
- }]
251
- }] });
252
-
253
- /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
254
- class PFlex extends BaseComponent {
255
- }
256
- PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlex, deps: null, target: i0.ɵɵFactoryTarget.Component });
257
- PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlex, decorators: [{
259
- type: Component,
260
- args: [{
261
- selector: 'p-flex,[p-flex]',
262
- template: '<ng-content />',
263
- inputs: ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap']
264
- }]
265
- }] });
266
-
267
- /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
268
- class PFlexItem extends BaseComponent {
269
- }
270
- PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlexItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
271
- PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
272
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlexItem, decorators: [{
273
- type: Component,
274
- args: [{
275
- selector: 'p-flex-item,[p-flex-item]',
276
- template: '<ng-content />',
277
- inputs: ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width']
278
- }]
279
- }] });
280
-
281
- class PFlyout extends BaseComponentWithTheme {
282
- constructor() {
283
- super(...arguments);
284
- this.dismiss = new EventEmitter();
285
- }
286
- }
287
- PFlyout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlyout, deps: null, target: i0.ɵɵFactoryTarget.Component });
288
- PFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
289
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlyout, decorators: [{
290
- type: Component,
291
- args: [{
292
- selector: 'p-flyout,[p-flyout]',
293
- template: '<ng-content />',
294
- inputs: ['aria', 'open', 'position', 'theme'],
295
- outputs: ['dismiss']
296
- }]
297
- }] });
298
-
299
- class PFlyoutNavigation extends BaseComponentWithTheme {
300
- constructor() {
301
- super(...arguments);
302
- this.dismiss = new EventEmitter();
303
- this.update = new EventEmitter();
304
- }
305
- }
306
- PFlyoutNavigation.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlyoutNavigation, deps: null, target: i0.ɵɵFactoryTarget.Component });
307
- PFlyoutNavigation.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
308
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlyoutNavigation, decorators: [{
309
- type: Component,
310
- args: [{
311
- selector: 'p-flyout-navigation,[p-flyout-navigation]',
312
- template: '<ng-content />',
313
- inputs: ['activeIdentifier', 'aria', 'open', 'theme'],
314
- outputs: ['dismiss', 'update']
315
- }]
316
- }] });
317
-
318
- class PFlyoutNavigationItem extends BaseComponent {
319
- }
320
- PFlyoutNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlyoutNavigationItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
321
- PFlyoutNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
322
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlyoutNavigationItem, decorators: [{
323
- type: Component,
324
- args: [{
325
- selector: 'p-flyout-navigation-item,[p-flyout-navigation-item]',
326
- template: '<ng-content />',
327
- inputs: ['identifier', 'label']
328
- }]
329
- }] });
330
-
331
- /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
332
- class PGrid extends BaseComponent {
333
- }
334
- PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PGrid, deps: null, target: i0.ɵɵFactoryTarget.Component });
335
- PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PGrid, selector: "p-grid,[p-grid]", inputs: { direction: "direction", gutter: "gutter", wrap: "wrap" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
336
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PGrid, decorators: [{
337
- type: Component,
338
- args: [{
339
- selector: 'p-grid,[p-grid]',
340
- template: '<ng-content />',
341
- inputs: ['direction', 'gutter', 'wrap']
342
- }]
343
- }] });
344
-
345
- /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
346
- class PGridItem extends BaseComponent {
347
- }
348
- PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PGridItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
349
- PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PGridItem, selector: "p-grid-item,[p-grid-item]", inputs: { offset: "offset", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
350
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PGridItem, decorators: [{
351
- type: Component,
352
- args: [{
353
- selector: 'p-grid-item,[p-grid-item]',
354
- template: '<ng-content />',
355
- inputs: ['offset', 'size']
356
- }]
357
- }] });
358
-
359
- class PHeading extends BaseComponentWithTheme {
360
- }
361
- PHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PHeading, deps: null, target: i0.ɵɵFactoryTarget.Component });
362
- PHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
363
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PHeading, decorators: [{
364
- type: Component,
365
- args: [{
366
- selector: 'p-heading,[p-heading]',
367
- template: '<ng-content />',
368
- inputs: ['align', 'color', 'ellipsis', 'size', 'tag', 'theme']
369
- }]
370
- }] });
371
-
372
- /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
373
- class PHeadline extends BaseComponentWithTheme {
374
- }
375
- PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PHeadline, deps: null, target: i0.ɵɵFactoryTarget.Component });
376
- PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
377
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PHeadline, decorators: [{
378
- type: Component,
379
- args: [{
380
- selector: 'p-headline,[p-headline]',
381
- template: '<ng-content />',
382
- inputs: ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant']
383
- }]
384
- }] });
385
-
386
- class PIcon extends BaseComponentWithTheme {
387
- }
388
- PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
389
- PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
390
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PIcon, decorators: [{
391
- type: Component,
392
- args: [{
393
- selector: 'p-icon,[p-icon]',
394
- template: '<ng-content />',
395
- inputs: ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme']
396
- }]
397
- }] });
398
-
399
- class PInlineNotification extends BaseComponentWithTheme {
400
- constructor() {
401
- super(...arguments);
402
- this.action = new EventEmitter();
403
- this.dismiss = new EventEmitter();
404
- }
405
- }
406
- PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PInlineNotification, deps: null, target: i0.ɵɵFactoryTarget.Component });
407
- PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
408
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PInlineNotification, decorators: [{
409
- type: Component,
410
- args: [{
411
- selector: 'p-inline-notification,[p-inline-notification]',
412
- template: '<ng-content />',
413
- inputs: ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'dismissButton', 'heading', 'persistent', 'state', 'theme'],
414
- outputs: ['action', 'dismiss']
415
- }]
416
- }] });
417
-
418
- class PLink extends BaseComponentWithTheme {
419
- }
420
- PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
421
- PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
422
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLink, decorators: [{
423
- type: Component,
424
- args: [{
425
- selector: 'p-link,[p-link]',
426
- template: '<ng-content />',
427
- inputs: ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant']
428
- }]
429
- }] });
430
-
431
- class PLinkPure extends BaseComponentWithTheme {
432
- }
433
- PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
434
- PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
435
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkPure, decorators: [{
436
- type: Component,
437
- args: [{
438
- selector: 'p-link-pure,[p-link-pure]',
439
- template: '<ng-content />',
440
- inputs: ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight']
441
- }]
442
- }] });
443
-
444
- /** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
445
- class PLinkSocial extends BaseComponentWithTheme {
446
- }
447
- PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkSocial, deps: null, target: i0.ɵɵFactoryTarget.Component });
448
- PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
449
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkSocial, decorators: [{
450
- type: Component,
451
- args: [{
452
- selector: 'p-link-social,[p-link-social]',
453
- template: '<ng-content />',
454
- inputs: ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme']
455
- }]
456
- }] });
457
-
458
- class PLinkTile extends BaseComponent {
459
- }
460
- PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
461
- PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
462
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTile, decorators: [{
463
- type: Component,
464
- args: [{
465
- selector: 'p-link-tile,[p-link-tile]',
466
- template: '<ng-content />',
467
- inputs: ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight']
468
- }]
469
- }] });
470
-
471
- class PLinkTileModelSignature extends BaseComponent {
472
- }
473
- PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTileModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
474
- PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
475
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTileModelSignature, decorators: [{
476
- type: Component,
477
- args: [{
478
- selector: 'p-link-tile-model-signature,[p-link-tile-model-signature]',
479
- template: '<ng-content />',
480
- inputs: ['aspectRatio', 'description', 'heading', 'headingTag', 'linkDirection', 'model', 'weight']
481
- }]
482
- }] });
483
-
484
- class PLinkTileProduct extends BaseComponentWithTheme {
485
- constructor() {
486
- super(...arguments);
487
- this.like = new EventEmitter();
488
- }
489
- }
490
- PLinkTileProduct.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTileProduct, deps: null, target: i0.ɵɵFactoryTarget.Component });
491
- PLinkTileProduct.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
492
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTileProduct, decorators: [{
493
- type: Component,
494
- args: [{
495
- selector: 'p-link-tile-product,[p-link-tile-product]',
496
- template: '<ng-content />',
497
- inputs: ['aspectRatio', 'description', 'heading', 'href', 'likeButton', 'liked', 'price', 'priceOriginal', 'rel', 'target', 'theme'],
498
- outputs: ['like']
499
- }]
500
- }] });
501
-
502
- /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-wordmark" instead. */
503
- class PMarque extends BaseComponent {
504
- }
505
- PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMarque, deps: null, target: i0.ɵɵFactoryTarget.Component });
506
- PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
507
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMarque, decorators: [{
508
- type: Component,
509
- args: [{
510
- selector: 'p-marque,[p-marque]',
511
- template: '<ng-content />',
512
- inputs: ['aria', 'href', 'size', 'target', 'trademark', 'variant']
513
- }]
514
- }] });
515
-
516
- class PModal extends BaseComponentWithTheme {
517
- constructor() {
518
- super(...arguments);
519
- /** @deprecated */
520
- this.close = new EventEmitter();
521
- this.dismiss = new EventEmitter();
522
- }
523
- }
524
- PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
525
- PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
526
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PModal, decorators: [{
527
- type: Component,
528
- args: [{
529
- selector: 'p-modal,[p-modal]',
530
- template: '<ng-content />',
531
- inputs: ['aria', 'backdrop', 'disableBackdropClick', 'disableCloseButton', 'dismissButton', 'fullscreen', 'heading', 'open', 'theme'],
532
- outputs: ['close', 'dismiss']
533
- }]
534
- }] });
535
-
536
- class PModelSignature extends BaseComponentWithTheme {
537
- }
538
- PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
539
- PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
540
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PModelSignature, decorators: [{
541
- type: Component,
542
- args: [{
543
- selector: 'p-model-signature,[p-model-signature]',
544
- template: '<ng-content />',
545
- inputs: ['color', 'model', 'size', 'theme']
546
- }]
547
- }] });
548
-
549
- class PMultiSelect extends BaseComponentWithTheme {
550
- constructor() {
551
- super(...arguments);
552
- this.update = new EventEmitter();
553
- }
554
- }
555
- PMultiSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMultiSelect, deps: null, target: i0.ɵɵFactoryTarget.Component });
556
- PMultiSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMultiSelect, decorators: [{
558
- type: Component,
559
- args: [{
560
- selector: 'p-multi-select,[p-multi-select]',
561
- template: '<ng-content />',
562
- inputs: ['description', 'disabled', 'dropdownDirection', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'],
563
- outputs: ['update']
564
- }]
565
- }] });
566
-
567
- class PMultiSelectOption extends BaseComponent {
568
- }
569
- PMultiSelectOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMultiSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
570
- PMultiSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
571
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMultiSelectOption, decorators: [{
572
- type: Component,
573
- args: [{
574
- selector: 'p-multi-select-option,[p-multi-select-option]',
575
- template: '<ng-content />',
576
- inputs: ['disabled', 'value']
577
- }]
578
- }] });
579
-
580
- class PPagination extends BaseComponentWithTheme {
581
- constructor() {
582
- super(...arguments);
583
- /** @deprecated */
584
- this.pageChange = new EventEmitter();
585
- this.update = new EventEmitter();
586
- }
587
- }
588
- PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPagination, deps: null, target: i0.ɵɵFactoryTarget.Component });
589
- PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
590
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPagination, decorators: [{
591
- type: Component,
592
- args: [{
593
- selector: 'p-pagination,[p-pagination]',
594
- template: '<ng-content />',
595
- inputs: ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'intl', 'itemsPerPage', 'maxNumberOfPageLinks', 'showLastPage', 'theme', 'totalItemsCount'],
596
- outputs: ['pageChange', 'update']
597
- }]
598
- }] });
599
-
600
- class PPinCode extends BaseComponentWithTheme {
601
- constructor() {
602
- super(...arguments);
603
- this.update = new EventEmitter();
604
- }
605
- }
606
- PPinCode.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPinCode, deps: null, target: i0.ɵɵFactoryTarget.Component });
607
- PPinCode.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
608
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPinCode, decorators: [{
609
- type: Component,
610
- args: [{
611
- selector: 'p-pin-code,[p-pin-code]',
612
- template: '<ng-content />',
613
- inputs: ['description', 'disabled', 'hideLabel', 'label', 'length', 'loading', 'message', 'name', 'required', 'state', 'theme', 'type', 'value'],
614
- outputs: ['update']
615
- }]
616
- }] });
617
-
618
- class PPopover extends BaseComponentWithTheme {
619
- }
620
- PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
621
- PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
622
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPopover, decorators: [{
623
- type: Component,
624
- args: [{
625
- selector: 'p-popover,[p-popover]',
626
- template: '<ng-content />',
627
- inputs: ['aria', 'description', 'direction', 'theme']
628
- }]
629
- }] });
630
-
631
- class PRadioButtonWrapper extends BaseComponentWithTheme {
632
- }
633
- PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PRadioButtonWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
634
- PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
635
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PRadioButtonWrapper, decorators: [{
636
- type: Component,
637
- args: [{
638
- selector: 'p-radio-button-wrapper,[p-radio-button-wrapper]',
639
- template: '<ng-content />',
640
- inputs: ['hideLabel', 'label', 'loading', 'message', 'state', 'theme']
641
- }]
642
- }] });
643
-
644
- class PScroller extends BaseComponentWithTheme {
645
- }
646
- PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PScroller, deps: null, target: i0.ɵɵFactoryTarget.Component });
647
- PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
648
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PScroller, decorators: [{
649
- type: Component,
650
- args: [{
651
- selector: 'p-scroller,[p-scroller]',
652
- template: '<ng-content />',
653
- inputs: ['alignScrollIndicator', 'aria', 'gradientColor', 'gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'scrollbar', 'theme']
654
- }]
655
- }] });
656
-
657
- class PSegmentedControl extends BaseComponentWithTheme {
658
- constructor() {
659
- super(...arguments);
660
- /** @deprecated */
661
- this.segmentedControlChange = new EventEmitter();
662
- this.update = new EventEmitter();
663
- }
664
- }
665
- PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSegmentedControl, deps: null, target: i0.ɵɵFactoryTarget.Component });
666
- PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
667
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSegmentedControl, decorators: [{
668
- type: Component,
669
- args: [{
670
- selector: 'p-segmented-control,[p-segmented-control]',
671
- template: '<ng-content />',
672
- inputs: ['backgroundColor', 'columns', 'theme', 'value'],
673
- outputs: ['segmentedControlChange', 'update']
674
- }]
675
- }] });
676
-
677
- class PSegmentedControlItem extends BaseComponent {
678
- }
679
- PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSegmentedControlItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
680
- PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
681
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSegmentedControlItem, decorators: [{
682
- type: Component,
683
- args: [{
684
- selector: 'p-segmented-control-item,[p-segmented-control-item]',
685
- template: '<ng-content />',
686
- inputs: ['disabled', 'icon', 'iconSource', 'label', 'value']
687
- }]
688
- }] });
689
-
690
- class PSelect extends BaseComponentWithTheme {
691
- constructor() {
692
- super(...arguments);
693
- this.update = new EventEmitter();
694
- }
695
- }
696
- PSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSelect, deps: null, target: i0.ɵɵFactoryTarget.Component });
697
- PSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
698
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSelect, decorators: [{
699
- type: Component,
700
- args: [{
701
- selector: 'p-select,[p-select]',
702
- template: '<ng-content />',
703
- inputs: ['description', 'disabled', 'dropdownDirection', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'],
704
- outputs: ['update']
705
- }]
706
- }] });
707
-
708
- class PSelectOption extends BaseComponent {
709
- }
710
- PSelectOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
711
- PSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PSelectOption, selector: "p-select-option,[p-select-option]", inputs: { disabled: "disabled", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
712
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSelectOption, decorators: [{
713
- type: Component,
714
- args: [{
715
- selector: 'p-select-option,[p-select-option]',
716
- template: '<ng-content />',
717
- inputs: ['disabled', 'value']
718
- }]
719
- }] });
720
-
721
- class PSelectWrapper extends BaseComponentWithTheme {
722
- }
723
- PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSelectWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
724
- PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
725
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSelectWrapper, decorators: [{
726
- type: Component,
727
- args: [{
728
- selector: 'p-select-wrapper,[p-select-wrapper]',
729
- template: '<ng-content />',
730
- inputs: ['description', 'dropdownDirection', 'filter', 'hideLabel', 'label', 'message', 'native', 'state', 'theme']
731
- }]
732
- }] });
733
-
734
- class PSpinner extends BaseComponentWithTheme {
735
- }
736
- PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSpinner, deps: null, target: i0.ɵɵFactoryTarget.Component });
737
- PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PSpinner, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", size: "size", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
738
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSpinner, decorators: [{
739
- type: Component,
740
- args: [{
741
- selector: 'p-spinner,[p-spinner]',
742
- template: '<ng-content />',
743
- inputs: ['aria', 'size', 'theme']
744
- }]
745
- }] });
746
-
747
- class PStepperHorizontal extends BaseComponentWithTheme {
748
- constructor() {
749
- super(...arguments);
750
- /** @deprecated */
751
- this.stepChange = new EventEmitter();
752
- this.update = new EventEmitter();
753
- }
754
- }
755
- PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PStepperHorizontal, deps: null, target: i0.ɵɵFactoryTarget.Component });
756
- PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
757
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PStepperHorizontal, decorators: [{
758
- type: Component,
759
- args: [{
760
- selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
761
- template: '<ng-content />',
762
- inputs: ['size', 'theme'],
763
- outputs: ['stepChange', 'update']
764
- }]
765
- }] });
766
-
767
- class PStepperHorizontalItem extends BaseComponent {
768
- }
769
- PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PStepperHorizontalItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
770
- PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
771
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
772
- type: Component,
773
- args: [{
774
- selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
775
- template: '<ng-content />',
776
- inputs: ['disabled', 'state']
777
- }]
778
- }] });
779
-
780
- class PSwitch extends BaseComponentWithTheme {
781
- constructor() {
782
- super(...arguments);
783
- /** @deprecated */
784
- this.switchChange = new EventEmitter();
785
- this.update = new EventEmitter();
786
- }
787
- }
788
- PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSwitch, deps: null, target: i0.ɵɵFactoryTarget.Component });
789
- PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
790
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSwitch, decorators: [{
791
- type: Component,
792
- args: [{
793
- selector: 'p-switch,[p-switch]',
794
- template: '<ng-content />',
795
- inputs: ['alignLabel', 'checked', 'disabled', 'hideLabel', 'loading', 'stretch', 'theme'],
796
- outputs: ['switchChange', 'update']
797
- }]
798
- }] });
799
-
800
- class PTable extends BaseComponentWithTheme {
801
- constructor() {
802
- super(...arguments);
803
- /** @deprecated */
804
- this.sortingChange = new EventEmitter();
805
- this.update = new EventEmitter();
806
- }
807
- }
808
- PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTable, deps: null, target: i0.ɵɵFactoryTarget.Component });
809
- PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
810
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTable, decorators: [{
811
- type: Component,
812
- args: [{
813
- selector: 'p-table,[p-table]',
814
- template: '<ng-content />',
815
- inputs: ['caption', 'theme'],
816
- outputs: ['sortingChange', 'update']
817
- }]
818
- }] });
819
-
820
- class PTableBody extends BaseComponent {
821
- }
822
- PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableBody, deps: null, target: i0.ɵɵFactoryTarget.Component });
823
- PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableBody, selector: "p-table-body,[p-table-body]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
824
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableBody, decorators: [{
825
- type: Component,
826
- args: [{
827
- selector: 'p-table-body,[p-table-body]',
828
- template: '<ng-content />'
829
- }]
830
- }] });
831
-
832
- class PTableCell extends BaseComponent {
833
- }
834
- PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
835
- PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableCell, selector: "p-table-cell,[p-table-cell]", inputs: { multiline: "multiline" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
836
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableCell, decorators: [{
837
- type: Component,
838
- args: [{
839
- selector: 'p-table-cell,[p-table-cell]',
840
- template: '<ng-content />',
841
- inputs: ['multiline']
842
- }]
843
- }] });
844
-
845
- class PTableHead extends BaseComponent {
846
- }
847
- PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHead, deps: null, target: i0.ɵɵFactoryTarget.Component });
848
- PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableHead, selector: "p-table-head,[p-table-head]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
849
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHead, decorators: [{
850
- type: Component,
851
- args: [{
852
- selector: 'p-table-head,[p-table-head]',
853
- template: '<ng-content />'
854
- }]
855
- }] });
856
-
857
- class PTableHeadCell extends BaseComponent {
858
- }
859
- PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHeadCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
860
- PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
861
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHeadCell, decorators: [{
862
- type: Component,
863
- args: [{
864
- selector: 'p-table-head-cell,[p-table-head-cell]',
865
- template: '<ng-content />',
866
- inputs: ['hideLabel', 'multiline', 'sort']
867
- }]
868
- }] });
869
-
870
- class PTableHeadRow extends BaseComponent {
871
- }
872
- PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHeadRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
873
- PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableHeadRow, selector: "p-table-head-row,[p-table-head-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
874
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHeadRow, decorators: [{
875
- type: Component,
876
- args: [{
877
- selector: 'p-table-head-row,[p-table-head-row]',
878
- template: '<ng-content />'
879
- }]
880
- }] });
881
-
882
- class PTableRow extends BaseComponent {
883
- }
884
- PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
885
- PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableRow, selector: "p-table-row,[p-table-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
886
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableRow, decorators: [{
887
- type: Component,
888
- args: [{
889
- selector: 'p-table-row,[p-table-row]',
890
- template: '<ng-content />'
891
- }]
892
- }] });
893
-
894
- class PTabs extends BaseComponentWithTheme {
895
- constructor() {
896
- super(...arguments);
897
- /** @deprecated */
898
- this.tabChange = new EventEmitter();
899
- this.update = new EventEmitter();
900
- }
901
- }
902
- PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
903
- PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
904
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabs, decorators: [{
905
- type: Component,
906
- args: [{
907
- selector: 'p-tabs,[p-tabs]',
908
- template: '<ng-content />',
909
- inputs: ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'],
910
- outputs: ['tabChange', 'update']
911
- }]
912
- }] });
913
-
914
- class PTabsBar extends BaseComponentWithTheme {
915
- constructor() {
916
- super(...arguments);
917
- /** @deprecated */
918
- this.tabChange = new EventEmitter();
919
- this.update = new EventEmitter();
920
- }
921
- }
922
- PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabsBar, deps: null, target: i0.ɵɵFactoryTarget.Component });
923
- PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
924
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabsBar, decorators: [{
925
- type: Component,
926
- args: [{
927
- selector: 'p-tabs-bar,[p-tabs-bar]',
928
- template: '<ng-content />',
929
- inputs: ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'],
930
- outputs: ['tabChange', 'update']
931
- }]
932
- }] });
933
-
934
- class PTabsItem extends BaseComponent {
935
- }
936
- PTabsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabsItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
937
- PTabsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTabsItem, selector: "p-tabs-item,[p-tabs-item]", inputs: { label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
938
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabsItem, decorators: [{
939
- type: Component,
940
- args: [{
941
- selector: 'p-tabs-item,[p-tabs-item]',
942
- template: '<ng-content />',
943
- inputs: ['label']
944
- }]
945
- }] });
946
-
947
- class PTag extends BaseComponentWithTheme {
948
- }
949
- PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTag, deps: null, target: i0.ɵɵFactoryTarget.Component });
950
- PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
951
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTag, decorators: [{
952
- type: Component,
953
- args: [{
954
- selector: 'p-tag,[p-tag]',
955
- template: '<ng-content />',
956
- inputs: ['color', 'icon', 'iconSource', 'theme']
957
- }]
958
- }] });
959
-
960
- class PTagDismissible extends BaseComponentWithTheme {
961
- }
962
- PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTagDismissible, deps: null, target: i0.ɵɵFactoryTarget.Component });
963
- PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
964
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTagDismissible, decorators: [{
965
- type: Component,
966
- args: [{
967
- selector: 'p-tag-dismissible,[p-tag-dismissible]',
968
- template: '<ng-content />',
969
- inputs: ['aria', 'color', 'label', 'theme']
970
- }]
971
- }] });
972
-
973
- class PText extends BaseComponentWithTheme {
974
- }
975
- PText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PText, deps: null, target: i0.ɵɵFactoryTarget.Component });
976
- PText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
977
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PText, decorators: [{
978
- type: Component,
979
- args: [{
980
- selector: 'p-text,[p-text]',
981
- template: '<ng-content />',
982
- inputs: ['align', 'color', 'ellipsis', 'size', 'tag', 'theme', 'weight']
983
- }]
984
- }] });
985
-
986
- class PTextFieldWrapper extends BaseComponentWithTheme {
987
- constructor() {
988
- super(...arguments);
989
- this.action = new EventEmitter();
990
- }
991
- }
992
- PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextFieldWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
993
- PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
994
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextFieldWrapper, decorators: [{
995
- type: Component,
996
- args: [{
997
- selector: 'p-text-field-wrapper,[p-text-field-wrapper]',
998
- template: '<ng-content />',
999
- inputs: ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'showPasswordToggle', 'state', 'submitButton', 'theme', 'unit', 'unitPosition'],
1000
- outputs: ['action']
1001
- }]
1002
- }] });
1003
-
1004
- class PTextList extends BaseComponentWithTheme {
1005
- }
1006
- PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextList, deps: null, target: i0.ɵɵFactoryTarget.Component });
1007
- PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
1008
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextList, decorators: [{
1009
- type: Component,
1010
- args: [{
1011
- selector: 'p-text-list,[p-text-list]',
1012
- template: '<ng-content />',
1013
- inputs: ['listType', 'orderType', 'theme', 'type']
1014
- }]
1015
- }] });
1016
-
1017
- class PTextListItem extends BaseComponent {
1018
- }
1019
- PTextListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextListItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
1020
- PTextListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTextListItem, selector: "p-text-list-item,[p-text-list-item]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1021
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextListItem, decorators: [{
1022
- type: Component,
1023
- args: [{
1024
- selector: 'p-text-list-item,[p-text-list-item]',
1025
- template: '<ng-content />'
1026
- }]
1027
- }] });
1028
-
1029
- class PTextareaWrapper extends BaseComponentWithTheme {
1030
- }
1031
- PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextareaWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
1032
- PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
1033
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextareaWrapper, decorators: [{
1034
- type: Component,
1035
- args: [{
1036
- selector: 'p-textarea-wrapper,[p-textarea-wrapper]',
1037
- template: '<ng-content />',
1038
- inputs: ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'state', 'theme']
1039
- }]
1040
- }] });
1041
-
1042
- class PToast extends BaseComponentWithTheme {
1043
- }
1044
- PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PToast, deps: null, target: i0.ɵɵFactoryTarget.Component });
1045
- PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PToast, selector: "p-toast,[p-toast]", inputs: { theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1046
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PToast, decorators: [{
1047
- type: Component,
1048
- args: [{
1049
- selector: 'p-toast,[p-toast]',
1050
- template: '<ng-content />',
1051
- inputs: ['theme']
1052
- }]
1053
- }] });
1054
-
1055
- class PWordmark extends BaseComponentWithTheme {
1056
- }
1057
- PWordmark.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PWordmark, deps: null, target: i0.ɵɵFactoryTarget.Component });
1058
- PWordmark.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
1059
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PWordmark, decorators: [{
1060
- type: Component,
1061
- args: [{
1062
- selector: 'p-wordmark,[p-wordmark]',
1063
- template: '<ng-content />',
1064
- inputs: ['aria', 'href', 'size', 'target', 'theme']
1065
- }]
1066
- }] });
1067
-
1068
- const DECLARATIONS = [
1069
- PAccordion,
1070
- PBanner,
1071
- PButton,
1072
- PButtonGroup,
1073
- PButtonPure,
1074
- PButtonTile,
1075
- PCarousel,
1076
- PCheckboxWrapper,
1077
- PContentWrapper,
1078
- PCrest,
1079
- PDisplay,
1080
- PDivider,
1081
- PFieldset,
1082
- PFieldsetWrapper,
1083
- PFlex,
1084
- PFlexItem,
1085
- PFlyout,
1086
- PFlyoutNavigation,
1087
- PFlyoutNavigationItem,
1088
- PGrid,
1089
- PGridItem,
1090
- PHeading,
1091
- PHeadline,
1092
- PIcon,
1093
- PInlineNotification,
1094
- PLink,
1095
- PLinkPure,
1096
- PLinkSocial,
1097
- PLinkTile,
1098
- PLinkTileModelSignature,
1099
- PLinkTileProduct,
1100
- PMarque,
1101
- PModal,
1102
- PModelSignature,
1103
- PMultiSelect,
1104
- PMultiSelectOption,
1105
- PPagination,
1106
- PPinCode,
1107
- PPopover,
1108
- PRadioButtonWrapper,
1109
- PScroller,
1110
- PSegmentedControl,
1111
- PSegmentedControlItem,
1112
- PSelect,
1113
- PSelectOption,
1114
- PSelectWrapper,
1115
- PSpinner,
1116
- PStepperHorizontal,
1117
- PStepperHorizontalItem,
1118
- PSwitch,
1119
- PTable,
1120
- PTableBody,
1121
- PTableCell,
1122
- PTableHead,
1123
- PTableHeadCell,
1124
- PTableHeadRow,
1125
- PTableRow,
1126
- PTabs,
1127
- PTabsBar,
1128
- PTabsItem,
1129
- PTag,
1130
- PTagDismissible,
1131
- PText,
1132
- PTextFieldWrapper,
1133
- PTextList,
1134
- PTextListItem,
1135
- PTextareaWrapper,
1136
- PToast,
1137
- PWordmark
1138
- ];
1139
-
1140
- class DefaultConfig {
1141
- constructor() {
1142
- this.prefix = '';
1143
- // other component configurations should probably go into a separate `components`, `componentProps` or `componentDefaults`
1144
- // property similar to https://mui.com/material-ui/customization/theme-components/
1145
- }
1146
- }
1147
- // TODO: unit tests are missing
1148
- class PorscheDesignSystemModule {
1149
- constructor(configParam) {
1150
- this.theme$ = inject(THEME_TOKEN);
1151
- const configs = configParam || [new DefaultConfig()];
1152
- this.theme$.next(configs[0].theme || 'light'); // first config sets the theme
1153
- configs.forEach(load);
1154
- }
1155
- static load(config) {
1156
- return {
1157
- ngModule: PorscheDesignSystemModule,
1158
- providers: [
1159
- {
1160
- provide: DefaultConfig,
1161
- multi: true,
1162
- useValue: config,
1163
- },
1164
- ],
1165
- };
1166
- }
1167
- }
1168
- PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
1169
- PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", 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] });
1170
- PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, providers: [
1171
- {
1172
- provide: THEME_TOKEN,
1173
- useValue: new BehaviorSubject('light'),
1174
- },
1175
- ] });
1176
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
1177
- type: NgModule,
1178
- args: [{
1179
- declarations: DECLARATIONS,
1180
- exports: DECLARATIONS,
1181
- providers: [
1182
- {
1183
- provide: THEME_TOKEN,
1184
- useValue: new BehaviorSubject('light'),
1185
- },
1186
- ],
1187
- }]
1188
- }], ctorParameters: function () { return [{ type: DefaultConfig, decorators: [{
1189
- type: Optional
1190
- }] }]; } });
1191
-
1192
- class ToastManager {
1193
- addMessage(message) {
1194
- const toast = document.body.querySelector('p-toast,[p-toast]');
1195
- customElements.whenDefined(toast.tagName.toLowerCase()).then(() => toast.addMessage(message));
1196
- }
1197
- }
1198
- ToastManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToastManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1199
- ToastManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToastManager, providedIn: 'root' });
1200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToastManager, decorators: [{
1201
- type: Injectable,
1202
- args: [{
1203
- providedIn: 'root',
1204
- }]
1205
- }] });
1206
-
1207
- /**
1208
- * Generated bundle index. Do not edit.
1209
- */
1210
-
1211
- 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 };
1212
- //# sourceMappingURL=porsche-design-system-components-angular.mjs.map