@porsche-design-system/components-angular 3.16.0 → 3.17.0-rc.1

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 (98) hide show
  1. package/CHANGELOG.md +84 -1
  2. package/esm/lib/components/barrel.d.ts +1 -0
  3. package/esm/lib/components/button.wrapper.d.ts +2 -1
  4. package/esm/lib/components/content-wrapper.wrapper.d.ts +0 -1
  5. package/esm/lib/components/fieldset-wrapper.wrapper.d.ts +0 -1
  6. package/esm/lib/components/flex-item.wrapper.d.ts +0 -1
  7. package/esm/lib/components/flex.wrapper.d.ts +0 -1
  8. package/esm/lib/components/flyout.wrapper.d.ts +3 -1
  9. package/esm/lib/components/grid-item.wrapper.d.ts +0 -1
  10. package/esm/lib/components/grid.wrapper.d.ts +0 -1
  11. package/esm/lib/components/headline.wrapper.d.ts +0 -1
  12. package/esm/lib/components/link-social.wrapper.d.ts +2 -2
  13. package/esm/lib/components/link.wrapper.d.ts +2 -1
  14. package/esm/lib/components/modal.wrapper.d.ts +3 -1
  15. package/esm/lib/components/optgroup.wrapper.d.ts +8 -0
  16. package/esm/lib/components/tag.wrapper.d.ts +2 -1
  17. package/esm/lib/types.d.ts +16 -3
  18. package/esm/porsche-design-system.module.d.ts +35 -34
  19. package/esm2022/lib/components/accordion.wrapper.mjs +3 -3
  20. package/esm2022/lib/components/banner.wrapper.mjs +3 -3
  21. package/esm2022/lib/components/barrel.mjs +4 -1
  22. package/esm2022/lib/components/button-group.wrapper.mjs +3 -3
  23. package/esm2022/lib/components/button-pure.wrapper.mjs +3 -3
  24. package/esm2022/lib/components/button-tile.wrapper.mjs +3 -3
  25. package/esm2022/lib/components/button.wrapper.mjs +6 -5
  26. package/esm2022/lib/components/canvas.wrapper.mjs +3 -3
  27. package/esm2022/lib/components/carousel.wrapper.mjs +3 -3
  28. package/esm2022/lib/components/checkbox-wrapper.wrapper.mjs +3 -3
  29. package/esm2022/lib/components/content-wrapper.wrapper.mjs +4 -5
  30. package/esm2022/lib/components/crest.wrapper.mjs +3 -3
  31. package/esm2022/lib/components/display.wrapper.mjs +3 -3
  32. package/esm2022/lib/components/divider.wrapper.mjs +3 -3
  33. package/esm2022/lib/components/fieldset-wrapper.wrapper.mjs +4 -5
  34. package/esm2022/lib/components/fieldset.wrapper.mjs +3 -3
  35. package/esm2022/lib/components/flex-item.wrapper.mjs +4 -5
  36. package/esm2022/lib/components/flex.wrapper.mjs +4 -5
  37. package/esm2022/lib/components/flyout-multilevel-item.wrapper.mjs +3 -3
  38. package/esm2022/lib/components/flyout-multilevel.wrapper.mjs +3 -3
  39. package/esm2022/lib/components/flyout.wrapper.mjs +7 -5
  40. package/esm2022/lib/components/grid-item.wrapper.mjs +4 -5
  41. package/esm2022/lib/components/grid.wrapper.mjs +4 -5
  42. package/esm2022/lib/components/heading.wrapper.mjs +3 -3
  43. package/esm2022/lib/components/headline.wrapper.mjs +4 -5
  44. package/esm2022/lib/components/icon.wrapper.mjs +3 -3
  45. package/esm2022/lib/components/inline-notification.wrapper.mjs +3 -3
  46. package/esm2022/lib/components/link-pure.wrapper.mjs +3 -3
  47. package/esm2022/lib/components/link-social.wrapper.mjs +6 -6
  48. package/esm2022/lib/components/link-tile-model-signature.wrapper.mjs +3 -3
  49. package/esm2022/lib/components/link-tile-product.wrapper.mjs +3 -3
  50. package/esm2022/lib/components/link-tile.wrapper.mjs +3 -3
  51. package/esm2022/lib/components/link.wrapper.mjs +6 -5
  52. package/esm2022/lib/components/marque.wrapper.mjs +3 -3
  53. package/esm2022/lib/components/modal.wrapper.mjs +7 -5
  54. package/esm2022/lib/components/model-signature.wrapper.mjs +3 -3
  55. package/esm2022/lib/components/multi-select-option.wrapper.mjs +3 -3
  56. package/esm2022/lib/components/multi-select.wrapper.mjs +3 -3
  57. package/esm2022/lib/components/optgroup.wrapper.mjs +18 -0
  58. package/esm2022/lib/components/pagination.wrapper.mjs +3 -3
  59. package/esm2022/lib/components/pin-code.wrapper.mjs +3 -3
  60. package/esm2022/lib/components/popover.wrapper.mjs +3 -3
  61. package/esm2022/lib/components/radio-button-wrapper.wrapper.mjs +3 -3
  62. package/esm2022/lib/components/scroller.wrapper.mjs +3 -3
  63. package/esm2022/lib/components/segmented-control-item.wrapper.mjs +3 -3
  64. package/esm2022/lib/components/segmented-control.wrapper.mjs +3 -3
  65. package/esm2022/lib/components/select-option.wrapper.mjs +3 -3
  66. package/esm2022/lib/components/select-wrapper.wrapper.mjs +3 -3
  67. package/esm2022/lib/components/select.wrapper.mjs +3 -3
  68. package/esm2022/lib/components/spinner.wrapper.mjs +3 -3
  69. package/esm2022/lib/components/stepper-horizontal-item.wrapper.mjs +3 -3
  70. package/esm2022/lib/components/stepper-horizontal.wrapper.mjs +3 -3
  71. package/esm2022/lib/components/switch.wrapper.mjs +3 -3
  72. package/esm2022/lib/components/table-body.wrapper.mjs +3 -3
  73. package/esm2022/lib/components/table-cell.wrapper.mjs +3 -3
  74. package/esm2022/lib/components/table-head-cell.wrapper.mjs +3 -3
  75. package/esm2022/lib/components/table-head-row.wrapper.mjs +3 -3
  76. package/esm2022/lib/components/table-head.wrapper.mjs +3 -3
  77. package/esm2022/lib/components/table-row.wrapper.mjs +3 -3
  78. package/esm2022/lib/components/table.wrapper.mjs +3 -3
  79. package/esm2022/lib/components/tabs-bar.wrapper.mjs +3 -3
  80. package/esm2022/lib/components/tabs-item.wrapper.mjs +3 -3
  81. package/esm2022/lib/components/tabs.wrapper.mjs +3 -3
  82. package/esm2022/lib/components/tag-dismissible.wrapper.mjs +3 -3
  83. package/esm2022/lib/components/tag.wrapper.mjs +6 -5
  84. package/esm2022/lib/components/text-field-wrapper.wrapper.mjs +3 -3
  85. package/esm2022/lib/components/text-list-item.wrapper.mjs +3 -3
  86. package/esm2022/lib/components/text-list.wrapper.mjs +3 -3
  87. package/esm2022/lib/components/text.wrapper.mjs +3 -3
  88. package/esm2022/lib/components/textarea-wrapper.wrapper.mjs +3 -3
  89. package/esm2022/lib/components/toast.wrapper.mjs +3 -3
  90. package/esm2022/lib/components/wordmark.wrapper.mjs +3 -3
  91. package/esm2022/lib/types.mjs +1 -1
  92. package/esm2022/porsche-design-system.module.mjs +39 -38
  93. package/esm2022/toast-manager.mjs +3 -3
  94. package/esm2022/utils.mjs +6 -6
  95. package/fesm2022/porsche-design-system-components-angular.mjs +254 -238
  96. package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
  97. package/jsdom-polyfill/index.d.ts +0 -1
  98. package/package.json +2 -2
@@ -1,8 +1,8 @@
1
1
  import { Component } from '@angular/core';
2
2
  import { BaseComponentWithTheme } from '../../utils';
3
3
  import * as i0 from "@angular/core";
4
- /** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
5
4
  export class PLinkSocial extends BaseComponentWithTheme {
5
+ compact;
6
6
  hideLabel;
7
7
  href;
8
8
  icon;
@@ -10,15 +10,15 @@ export class PLinkSocial extends BaseComponentWithTheme {
10
10
  rel;
11
11
  target;
12
12
  theme;
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PLinkSocial, deps: null, target: i0.ɵɵFactoryTarget.Component });
14
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
13
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkSocial, deps: null, target: i0.ɵɵFactoryTarget.Component });
14
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PLinkSocial, selector: "p-link-social,[p-link-social]", inputs: { compact: "compact", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PLinkSocial, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkSocial, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'p-link-social,[p-link-social]',
20
20
  template: '<ng-content />',
21
- inputs: ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme']
21
+ inputs: ['compact', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme']
22
22
  }]
23
23
  }] });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay1zb2NpYWwud3JhcHBlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItd3JhcHBlci9zcmMvbGliL2NvbXBvbmVudHMvbGluay1zb2NpYWwud3JhcHBlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGFBQWEsQ0FBQzs7QUFHckQsOEhBQThIO0FBTTlILE1BQU0sT0FBTyxXQUFZLFNBQVEsc0JBQXNCO0lBQ3JELFNBQVMsQ0FBbUM7SUFDNUMsSUFBSSxDQUFVO0lBQ2QsSUFBSSxDQUFrQjtJQUN0QixVQUFVLENBQVU7SUFDcEIsR0FBRyxDQUFVO0lBQ2IsTUFBTSxDQUFvQjtJQUNsQixLQUFLLENBQVM7dUdBUFgsV0FBVzsyRkFBWCxXQUFXLG9PQUhaLGdCQUFnQjs7MkZBR2YsV0FBVztrQkFMdkIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsK0JBQStCO29CQUN6QyxRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixNQUFNLEVBQUUsQ0FBQyxXQUFXLEVBQUUsTUFBTSxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLFFBQVEsRUFBRSxPQUFPLENBQUM7aUJBQzlFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYXNlQ29tcG9uZW50V2l0aFRoZW1lIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuaW1wb3J0IHR5cGUgeyBCcmVha3BvaW50Q3VzdG9taXphYmxlLCBMaW5rU29jaWFsSWNvbiwgTGlua1NvY2lhbFRhcmdldCwgVGhlbWUgfSBmcm9tICcuLi90eXBlcyc7XG5cbi8qKiBAZGVwcmVjYXRlZCBzaW5jZSB2My4wLjAsIHdpbGwgYmUgcmVtb3ZlZCB3aXRoIG5leHQgbWFqb3IgcmVsZWFzZS4gVXNlIGBwLWxpbmtgIHdpdGggY29ycmVzcG9uZGluZyBzb2NpYWwgaWNvbiBpbnN0ZWFkLiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAncC1saW5rLXNvY2lhbCxbcC1saW5rLXNvY2lhbF0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50IC8+JyxcbiAgaW5wdXRzOiBbJ2hpZGVMYWJlbCcsICdocmVmJywgJ2ljb24nLCAnaWNvblNvdXJjZScsICdyZWwnLCAndGFyZ2V0JywgJ3RoZW1lJ11cbn0pXG5leHBvcnQgY2xhc3MgUExpbmtTb2NpYWwgZXh0ZW5kcyBCYXNlQ29tcG9uZW50V2l0aFRoZW1lIHtcbiAgaGlkZUxhYmVsPzogQnJlYWtwb2ludEN1c3RvbWl6YWJsZTxib29sZWFuPjtcbiAgaHJlZj86IHN0cmluZztcbiAgaWNvbj86IExpbmtTb2NpYWxJY29uO1xuICBpY29uU291cmNlPzogc3RyaW5nO1xuICByZWw/OiBzdHJpbmc7XG4gIHRhcmdldD86IExpbmtTb2NpYWxUYXJnZXQ7XG4gIGRlY2xhcmUgdGhlbWU/OiBUaGVtZTtcbn0iXX0=
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay1zb2NpYWwud3JhcHBlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItd3JhcHBlci9zcmMvbGliL2NvbXBvbmVudHMvbGluay1zb2NpYWwud3JhcHBlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGFBQWEsQ0FBQzs7QUFRckQsTUFBTSxPQUFPLFdBQVksU0FBUSxzQkFBc0I7SUFDckQsT0FBTyxDQUFXO0lBQ2xCLFNBQVMsQ0FBbUM7SUFDNUMsSUFBSSxDQUFVO0lBQ2QsSUFBSSxDQUFrQjtJQUN0QixVQUFVLENBQVU7SUFDcEIsR0FBRyxDQUFVO0lBQ2IsTUFBTSxDQUFvQjtJQUNsQixLQUFLLENBQVM7dUdBUlgsV0FBVzsyRkFBWCxXQUFXLHdQQUhaLGdCQUFnQjs7MkZBR2YsV0FBVztrQkFMdkIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsK0JBQStCO29CQUN6QyxRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixNQUFNLEVBQUUsQ0FBQyxTQUFTLEVBQUUsV0FBVyxFQUFFLE1BQU0sRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsT0FBTyxDQUFDO2lCQUN6RiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFzZUNvbXBvbmVudFdpdGhUaGVtZSB9IGZyb20gJy4uLy4uL3V0aWxzJztcbmltcG9ydCB0eXBlIHsgQnJlYWtwb2ludEN1c3RvbWl6YWJsZSwgTGlua1NvY2lhbEljb24sIExpbmtTb2NpYWxUYXJnZXQsIFRoZW1lIH0gZnJvbSAnLi4vdHlwZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdwLWxpbmstc29jaWFsLFtwLWxpbmstc29jaWFsXScsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQgLz4nLFxuICBpbnB1dHM6IFsnY29tcGFjdCcsICdoaWRlTGFiZWwnLCAnaHJlZicsICdpY29uJywgJ2ljb25Tb3VyY2UnLCAncmVsJywgJ3RhcmdldCcsICd0aGVtZSddXG59KVxuZXhwb3J0IGNsYXNzIFBMaW5rU29jaWFsIGV4dGVuZHMgQmFzZUNvbXBvbmVudFdpdGhUaGVtZSB7XG4gIGNvbXBhY3Q/OiBib29sZWFuO1xuICBoaWRlTGFiZWw/OiBCcmVha3BvaW50Q3VzdG9taXphYmxlPGJvb2xlYW4+O1xuICBocmVmPzogc3RyaW5nO1xuICBpY29uPzogTGlua1NvY2lhbEljb247XG4gIGljb25Tb3VyY2U/OiBzdHJpbmc7XG4gIHJlbD86IHN0cmluZztcbiAgdGFyZ2V0PzogTGlua1NvY2lhbFRhcmdldDtcbiAgZGVjbGFyZSB0aGVtZT86IFRoZW1lO1xufSJdfQ==
@@ -9,10 +9,10 @@ export class PLinkTileModelSignature extends BaseComponent {
9
9
  linkDirection;
10
10
  model;
11
11
  weight;
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PLinkTileModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
13
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkTileModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
13
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PLinkTileModelSignature, selector: "p-link-tile-model-signature,[p-link-tile-model-signature]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", headingTag: "headingTag", linkDirection: "linkDirection", model: "model", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PLinkTileModelSignature, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkTileModelSignature, decorators: [{
16
16
  type: Component,
17
17
  args: [{
18
18
  selector: 'p-link-tile-model-signature,[p-link-tile-model-signature]',
@@ -14,10 +14,10 @@ export class PLinkTileProduct extends BaseComponentWithTheme {
14
14
  target;
15
15
  theme;
16
16
  like = new EventEmitter();
17
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PLinkTileProduct, deps: null, target: i0.ɵɵFactoryTarget.Component });
18
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
17
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkTileProduct, deps: null, target: i0.ɵɵFactoryTarget.Component });
18
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PLinkTileProduct, selector: "p-link-tile-product,[p-link-tile-product]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", href: "href", likeButton: "likeButton", liked: "liked", price: "price", priceOriginal: "priceOriginal", rel: "rel", target: "target", theme: "theme" }, outputs: { like: "like" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PLinkTileProduct, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkTileProduct, decorators: [{
21
21
  type: Component,
22
22
  args: [{
23
23
  selector: 'p-link-tile-product,[p-link-tile-product]',
@@ -16,10 +16,10 @@ export class PLinkTile extends BaseComponent {
16
16
  size;
17
17
  target;
18
18
  weight;
19
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PLinkTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
20
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
20
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PLinkTile, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLinkTile, decorators: [{
23
23
  type: Component,
24
24
  args: [{
25
25
  selector: 'p-link-tile,[p-link-tile]',
@@ -3,6 +3,7 @@ import { BaseComponentWithTheme } from '../../utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export class PLink extends BaseComponentWithTheme {
5
5
  aria;
6
+ compact;
6
7
  download;
7
8
  hideLabel;
8
9
  href;
@@ -12,15 +13,15 @@ export class PLink extends BaseComponentWithTheme {
12
13
  target;
13
14
  theme;
14
15
  variant;
15
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
16
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
16
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
17
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PLink, selector: "p-link,[p-link]", inputs: { aria: "aria", compact: "compact", 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 });
17
18
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PLink, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PLink, decorators: [{
19
20
  type: Component,
20
21
  args: [{
21
22
  selector: 'p-link,[p-link]',
22
23
  template: '<ng-content />',
23
- inputs: ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant']
24
+ inputs: ['aria', 'compact', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant']
24
25
  }]
25
26
  }] });
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay53cmFwcGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci13cmFwcGVyL3NyYy9saWIvY29tcG9uZW50cy9saW5rLndyYXBwZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxhQUFhLENBQUM7O0FBUXJELE1BQU0sT0FBTyxLQUFNLFNBQVEsc0JBQXNCO0lBQy9DLElBQUksQ0FBNkM7SUFDakQsUUFBUSxDQUFVO0lBQ2xCLFNBQVMsQ0FBbUM7SUFDNUMsSUFBSSxDQUFVO0lBQ2QsSUFBSSxDQUFZO0lBQ2hCLFVBQVUsQ0FBVTtJQUNwQixHQUFHLENBQVU7SUFDYixNQUFNLENBQWM7SUFDWixLQUFLLENBQVM7SUFDdEIsT0FBTyxDQUFlO3VHQVZYLEtBQUs7MkZBQUwsS0FBSyw4UUFITixnQkFBZ0I7OzJGQUdmLEtBQUs7a0JBTGpCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGlCQUFpQjtvQkFDM0IsUUFBUSxFQUFFLGdCQUFnQjtvQkFDMUIsTUFBTSxFQUFFLENBQUMsTUFBTSxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLFFBQVEsRUFBRSxPQUFPLEVBQUUsU0FBUyxDQUFDO2lCQUM3RyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFzZUNvbXBvbmVudFdpdGhUaGVtZSB9IGZyb20gJy4uLy4uL3V0aWxzJztcbmltcG9ydCB0eXBlIHsgU2VsZWN0ZWRBcmlhQXR0cmlidXRlcywgTGlua0FyaWFBdHRyaWJ1dGUsIEJyZWFrcG9pbnRDdXN0b21pemFibGUsIExpbmtJY29uLCBMaW5rVGFyZ2V0LCBUaGVtZSwgTGlua1ZhcmlhbnQgfSBmcm9tICcuLi90eXBlcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3AtbGluayxbcC1saW5rXScsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQgLz4nLFxuICBpbnB1dHM6IFsnYXJpYScsICdkb3dubG9hZCcsICdoaWRlTGFiZWwnLCAnaHJlZicsICdpY29uJywgJ2ljb25Tb3VyY2UnLCAncmVsJywgJ3RhcmdldCcsICd0aGVtZScsICd2YXJpYW50J11cbn0pXG5leHBvcnQgY2xhc3MgUExpbmsgZXh0ZW5kcyBCYXNlQ29tcG9uZW50V2l0aFRoZW1lIHtcbiAgYXJpYT86IFNlbGVjdGVkQXJpYUF0dHJpYnV0ZXM8TGlua0FyaWFBdHRyaWJ1dGU+O1xuICBkb3dubG9hZD86IHN0cmluZztcbiAgaGlkZUxhYmVsPzogQnJlYWtwb2ludEN1c3RvbWl6YWJsZTxib29sZWFuPjtcbiAgaHJlZj86IHN0cmluZztcbiAgaWNvbj86IExpbmtJY29uO1xuICBpY29uU291cmNlPzogc3RyaW5nO1xuICByZWw/OiBzdHJpbmc7XG4gIHRhcmdldD86IExpbmtUYXJnZXQ7XG4gIGRlY2xhcmUgdGhlbWU/OiBUaGVtZTtcbiAgdmFyaWFudD86IExpbmtWYXJpYW50O1xufSJdfQ==
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay53cmFwcGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci13cmFwcGVyL3NyYy9saWIvY29tcG9uZW50cy9saW5rLndyYXBwZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxhQUFhLENBQUM7O0FBUXJELE1BQU0sT0FBTyxLQUFNLFNBQVEsc0JBQXNCO0lBQy9DLElBQUksQ0FBNkM7SUFDakQsT0FBTyxDQUFXO0lBQ2xCLFFBQVEsQ0FBVTtJQUNsQixTQUFTLENBQW1DO0lBQzVDLElBQUksQ0FBVTtJQUNkLElBQUksQ0FBWTtJQUNoQixVQUFVLENBQVU7SUFDcEIsR0FBRyxDQUFVO0lBQ2IsTUFBTSxDQUFjO0lBQ1osS0FBSyxDQUFTO0lBQ3RCLE9BQU8sQ0FBZTt1R0FYWCxLQUFLOzJGQUFMLEtBQUssa1NBSE4sZ0JBQWdCOzsyRkFHZixLQUFLO2tCQUxqQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxpQkFBaUI7b0JBQzNCLFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLE1BQU0sRUFBRSxDQUFDLE1BQU0sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLE9BQU8sRUFBRSxTQUFTLENBQUM7aUJBQ3hIIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYXNlQ29tcG9uZW50V2l0aFRoZW1lIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuaW1wb3J0IHR5cGUgeyBTZWxlY3RlZEFyaWFBdHRyaWJ1dGVzLCBMaW5rQXJpYUF0dHJpYnV0ZSwgQnJlYWtwb2ludEN1c3RvbWl6YWJsZSwgTGlua0ljb24sIExpbmtUYXJnZXQsIFRoZW1lLCBMaW5rVmFyaWFudCB9IGZyb20gJy4uL3R5cGVzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAncC1saW5rLFtwLWxpbmtdJyxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudCAvPicsXG4gIGlucHV0czogWydhcmlhJywgJ2NvbXBhY3QnLCAnZG93bmxvYWQnLCAnaGlkZUxhYmVsJywgJ2hyZWYnLCAnaWNvbicsICdpY29uU291cmNlJywgJ3JlbCcsICd0YXJnZXQnLCAndGhlbWUnLCAndmFyaWFudCddXG59KVxuZXhwb3J0IGNsYXNzIFBMaW5rIGV4dGVuZHMgQmFzZUNvbXBvbmVudFdpdGhUaGVtZSB7XG4gIGFyaWE/OiBTZWxlY3RlZEFyaWFBdHRyaWJ1dGVzPExpbmtBcmlhQXR0cmlidXRlPjtcbiAgY29tcGFjdD86IGJvb2xlYW47XG4gIGRvd25sb2FkPzogc3RyaW5nO1xuICBoaWRlTGFiZWw/OiBCcmVha3BvaW50Q3VzdG9taXphYmxlPGJvb2xlYW4+O1xuICBocmVmPzogc3RyaW5nO1xuICBpY29uPzogTGlua0ljb247XG4gIGljb25Tb3VyY2U/OiBzdHJpbmc7XG4gIHJlbD86IHN0cmluZztcbiAgdGFyZ2V0PzogTGlua1RhcmdldDtcbiAgZGVjbGFyZSB0aGVtZT86IFRoZW1lO1xuICB2YXJpYW50PzogTGlua1ZhcmlhbnQ7XG59Il19
@@ -9,10 +9,10 @@ export class PMarque extends BaseComponent {
9
9
  target;
10
10
  trademark;
11
11
  variant;
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PMarque, deps: null, target: i0.ɵɵFactoryTarget.Component });
13
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PMarque, deps: null, target: i0.ɵɵFactoryTarget.Component });
13
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PMarque, selector: "p-marque,[p-marque]", inputs: { aria: "aria", href: "href", size: "size", target: "target", trademark: "trademark", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PMarque, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PMarque, decorators: [{
16
16
  type: Component,
17
17
  args: [{
18
18
  selector: 'p-marque,[p-marque]',
@@ -16,16 +16,18 @@ export class PModal extends BaseComponentWithTheme {
16
16
  /** @deprecated */
17
17
  close = new EventEmitter();
18
18
  dismiss = new EventEmitter();
19
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
20
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
19
+ motionHiddenEnd = new EventEmitter();
20
+ motionVisibleEnd = new EventEmitter();
21
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
22
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PModal, selector: "p-modal,[p-modal]", inputs: { aria: "aria", backdrop: "backdrop", disableBackdropClick: "disableBackdropClick", disableCloseButton: "disableCloseButton", dismissButton: "dismissButton", fullscreen: "fullscreen", heading: "heading", open: "open", theme: "theme" }, outputs: { close: "close", dismiss: "dismiss", motionHiddenEnd: "motionHiddenEnd", motionVisibleEnd: "motionVisibleEnd" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
21
23
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PModal, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PModal, decorators: [{
23
25
  type: Component,
24
26
  args: [{
25
27
  selector: 'p-modal,[p-modal]',
26
28
  template: '<ng-content />',
27
29
  inputs: ['aria', 'backdrop', 'disableBackdropClick', 'disableCloseButton', 'dismissButton', 'fullscreen', 'heading', 'open', 'theme'],
28
- outputs: ['close', 'dismiss']
30
+ outputs: ['close', 'dismiss', 'motionHiddenEnd', 'motionVisibleEnd']
29
31
  }]
30
32
  }] });
31
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwud3JhcHBlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItd3JhcHBlci9zcmMvbGliL2NvbXBvbmVudHMvbW9kYWwud3JhcHBlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN4RCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxhQUFhLENBQUM7O0FBU3JELE1BQU0sT0FBTyxNQUFPLFNBQVEsc0JBQXNCO0lBQ2hELElBQUksQ0FBOEM7SUFDbEQsUUFBUSxDQUFpQjtJQUN6QixvQkFBb0IsQ0FBVztJQUMvQixrQkFBa0I7SUFDbEIsa0JBQWtCLENBQVc7SUFDN0IsYUFBYSxDQUFXO0lBQ3hCLFVBQVUsQ0FBbUM7SUFDN0Msa0JBQWtCO0lBQ2xCLE9BQU8sQ0FBVTtJQUNqQixJQUFJLENBQVU7SUFDTixLQUFLLENBQVM7SUFDdEIsa0JBQWtCO0lBQ2xCLEtBQUssR0FBRyxJQUFJLFlBQVksRUFBcUIsQ0FBQztJQUM5QyxPQUFPLEdBQUcsSUFBSSxZQUFZLEVBQXFCLENBQUM7dUdBZHJDLE1BQU07MkZBQU4sTUFBTSxxWEFKUCxnQkFBZ0I7OzJGQUlmLE1BQU07a0JBTmxCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLG1CQUFtQjtvQkFDN0IsUUFBUSxFQUFFLGdCQUFnQjtvQkFDMUIsTUFBTSxFQUFFLENBQUMsTUFBTSxFQUFFLFVBQVUsRUFBRSxzQkFBc0IsRUFBRSxvQkFBb0IsRUFBRSxlQUFlLEVBQUUsWUFBWSxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsT0FBTyxDQUFDO29CQUNySSxPQUFPLEVBQUUsQ0FBQyxPQUFPLEVBQUUsU0FBUyxDQUFDO2lCQUM5QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYXNlQ29tcG9uZW50V2l0aFRoZW1lIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuaW1wb3J0IHR5cGUgeyBTZWxlY3RlZEFyaWFBdHRyaWJ1dGVzLCBNb2RhbEFyaWFBdHRyaWJ1dGUsIE1vZGFsQmFja2Ryb3AsIEJyZWFrcG9pbnRDdXN0b21pemFibGUsIFRoZW1lIH0gZnJvbSAnLi4vdHlwZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdwLW1vZGFsLFtwLW1vZGFsXScsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQgLz4nLFxuICBpbnB1dHM6IFsnYXJpYScsICdiYWNrZHJvcCcsICdkaXNhYmxlQmFja2Ryb3BDbGljaycsICdkaXNhYmxlQ2xvc2VCdXR0b24nLCAnZGlzbWlzc0J1dHRvbicsICdmdWxsc2NyZWVuJywgJ2hlYWRpbmcnLCAnb3BlbicsICd0aGVtZSddLFxuICBvdXRwdXRzOiBbJ2Nsb3NlJywgJ2Rpc21pc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBQTW9kYWwgZXh0ZW5kcyBCYXNlQ29tcG9uZW50V2l0aFRoZW1lIHtcbiAgYXJpYT86IFNlbGVjdGVkQXJpYUF0dHJpYnV0ZXM8TW9kYWxBcmlhQXR0cmlidXRlPjtcbiAgYmFja2Ryb3A/OiBNb2RhbEJhY2tkcm9wO1xuICBkaXNhYmxlQmFja2Ryb3BDbGljaz86IGJvb2xlYW47XG4gIC8qKiBAZGVwcmVjYXRlZCAqL1xuICBkaXNhYmxlQ2xvc2VCdXR0b24/OiBib29sZWFuO1xuICBkaXNtaXNzQnV0dG9uPzogYm9vbGVhbjtcbiAgZnVsbHNjcmVlbj86IEJyZWFrcG9pbnRDdXN0b21pemFibGU8Ym9vbGVhbj47XG4gIC8qKiBAZGVwcmVjYXRlZCAqL1xuICBoZWFkaW5nPzogc3RyaW5nO1xuICBvcGVuOiBib29sZWFuO1xuICBkZWNsYXJlIHRoZW1lPzogVGhlbWU7XG4gIC8qKiBAZGVwcmVjYXRlZCAqL1xuICBjbG9zZSA9IG5ldyBFdmVudEVtaXR0ZXI8Q3VzdG9tRXZlbnQ8dm9pZD4+KCk7XG4gIGRpc21pc3MgPSBuZXcgRXZlbnRFbWl0dGVyPEN1c3RvbUV2ZW50PHZvaWQ+PigpO1xufSJdfQ==
33
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwud3JhcHBlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItd3JhcHBlci9zcmMvbGliL2NvbXBvbmVudHMvbW9kYWwud3JhcHBlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN4RCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxhQUFhLENBQUM7O0FBU3JELE1BQU0sT0FBTyxNQUFPLFNBQVEsc0JBQXNCO0lBQ2hELElBQUksQ0FBOEM7SUFDbEQsUUFBUSxDQUFpQjtJQUN6QixvQkFBb0IsQ0FBVztJQUMvQixrQkFBa0I7SUFDbEIsa0JBQWtCLENBQVc7SUFDN0IsYUFBYSxDQUFXO0lBQ3hCLFVBQVUsQ0FBbUM7SUFDN0Msa0JBQWtCO0lBQ2xCLE9BQU8sQ0FBVTtJQUNqQixJQUFJLENBQVU7SUFDTixLQUFLLENBQVM7SUFDdEIsa0JBQWtCO0lBQ2xCLEtBQUssR0FBRyxJQUFJLFlBQVksRUFBcUIsQ0FBQztJQUM5QyxPQUFPLEdBQUcsSUFBSSxZQUFZLEVBQXFCLENBQUM7SUFDaEQsZUFBZSxHQUFHLElBQUksWUFBWSxFQUFnRCxDQUFDO0lBQ25GLGdCQUFnQixHQUFHLElBQUksWUFBWSxFQUFpRCxDQUFDO3VHQWhCMUUsTUFBTTsyRkFBTixNQUFNLCtiQUpQLGdCQUFnQjs7MkZBSWYsTUFBTTtrQkFObEIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsbUJBQW1CO29CQUM3QixRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixNQUFNLEVBQUUsQ0FBQyxNQUFNLEVBQUUsVUFBVSxFQUFFLHNCQUFzQixFQUFFLG9CQUFvQixFQUFFLGVBQWUsRUFBRSxZQUFZLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxPQUFPLENBQUM7b0JBQ3JJLE9BQU8sRUFBRSxDQUFDLE9BQU8sRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUUsa0JBQWtCLENBQUM7aUJBQ3JFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhc2VDb21wb25lbnRXaXRoVGhlbWUgfSBmcm9tICcuLi8uLi91dGlscyc7XG5pbXBvcnQgdHlwZSB7IFNlbGVjdGVkQXJpYUF0dHJpYnV0ZXMsIE1vZGFsQXJpYUF0dHJpYnV0ZSwgTW9kYWxCYWNrZHJvcCwgQnJlYWtwb2ludEN1c3RvbWl6YWJsZSwgTW9kYWxNb3Rpb25IaWRkZW5FbmRFdmVudERldGFpbCwgTW9kYWxNb3Rpb25WaXNpYmxlRW5kRXZlbnREZXRhaWwsIFRoZW1lIH0gZnJvbSAnLi4vdHlwZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdwLW1vZGFsLFtwLW1vZGFsXScsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQgLz4nLFxuICBpbnB1dHM6IFsnYXJpYScsICdiYWNrZHJvcCcsICdkaXNhYmxlQmFja2Ryb3BDbGljaycsICdkaXNhYmxlQ2xvc2VCdXR0b24nLCAnZGlzbWlzc0J1dHRvbicsICdmdWxsc2NyZWVuJywgJ2hlYWRpbmcnLCAnb3BlbicsICd0aGVtZSddLFxuICBvdXRwdXRzOiBbJ2Nsb3NlJywgJ2Rpc21pc3MnLCAnbW90aW9uSGlkZGVuRW5kJywgJ21vdGlvblZpc2libGVFbmQnXVxufSlcbmV4cG9ydCBjbGFzcyBQTW9kYWwgZXh0ZW5kcyBCYXNlQ29tcG9uZW50V2l0aFRoZW1lIHtcbiAgYXJpYT86IFNlbGVjdGVkQXJpYUF0dHJpYnV0ZXM8TW9kYWxBcmlhQXR0cmlidXRlPjtcbiAgYmFja2Ryb3A/OiBNb2RhbEJhY2tkcm9wO1xuICBkaXNhYmxlQmFja2Ryb3BDbGljaz86IGJvb2xlYW47XG4gIC8qKiBAZGVwcmVjYXRlZCAqL1xuICBkaXNhYmxlQ2xvc2VCdXR0b24/OiBib29sZWFuO1xuICBkaXNtaXNzQnV0dG9uPzogYm9vbGVhbjtcbiAgZnVsbHNjcmVlbj86IEJyZWFrcG9pbnRDdXN0b21pemFibGU8Ym9vbGVhbj47XG4gIC8qKiBAZGVwcmVjYXRlZCAqL1xuICBoZWFkaW5nPzogc3RyaW5nO1xuICBvcGVuOiBib29sZWFuO1xuICBkZWNsYXJlIHRoZW1lPzogVGhlbWU7XG4gIC8qKiBAZGVwcmVjYXRlZCAqL1xuICBjbG9zZSA9IG5ldyBFdmVudEVtaXR0ZXI8Q3VzdG9tRXZlbnQ8dm9pZD4+KCk7XG4gIGRpc21pc3MgPSBuZXcgRXZlbnRFbWl0dGVyPEN1c3RvbUV2ZW50PHZvaWQ+PigpO1xuICBtb3Rpb25IaWRkZW5FbmQgPSBuZXcgRXZlbnRFbWl0dGVyPEN1c3RvbUV2ZW50PE1vZGFsTW90aW9uSGlkZGVuRW5kRXZlbnREZXRhaWw+PigpO1xuICBtb3Rpb25WaXNpYmxlRW5kID0gbmV3IEV2ZW50RW1pdHRlcjxDdXN0b21FdmVudDxNb2RhbE1vdGlvblZpc2libGVFbmRFdmVudERldGFpbD4+KCk7XG59Il19
@@ -9,10 +9,10 @@ export class PModelSignature extends BaseComponentWithTheme {
9
9
  safeZone;
10
10
  size;
11
11
  theme;
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
13
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PModelSignature, selector: "p-model-signature,[p-model-signature]", inputs: { color: "color", fetchPriority: "fetchPriority", lazy: "lazy", model: "model", safeZone: "safeZone", size: "size", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
13
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PModelSignature, selector: "p-model-signature,[p-model-signature]", inputs: { color: "color", fetchPriority: "fetchPriority", lazy: "lazy", model: "model", safeZone: "safeZone", size: "size", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PModelSignature, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PModelSignature, decorators: [{
16
16
  type: Component,
17
17
  args: [{
18
18
  selector: 'p-model-signature,[p-model-signature]',
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  export class PMultiSelectOption extends BaseComponent {
5
5
  disabled;
6
6
  value;
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PMultiSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
8
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PMultiSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
8
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PMultiSelectOption, selector: "p-multi-select-option,[p-multi-select-option]", inputs: { disabled: "disabled", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PMultiSelectOption, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PMultiSelectOption, decorators: [{
11
11
  type: Component,
12
12
  args: [{
13
13
  selector: 'p-multi-select-option,[p-multi-select-option]',
@@ -14,10 +14,10 @@ export class PMultiSelect extends BaseComponentWithTheme {
14
14
  theme;
15
15
  value;
16
16
  update = new EventEmitter();
17
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PMultiSelect, deps: null, target: i0.ɵɵFactoryTarget.Component });
18
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
17
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PMultiSelect, deps: null, target: i0.ɵɵFactoryTarget.Component });
18
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PMultiSelect, selector: "p-multi-select,[p-multi-select]", inputs: { description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", theme: "theme", value: "value" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PMultiSelect, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PMultiSelect, decorators: [{
21
21
  type: Component,
22
22
  args: [{
23
23
  selector: 'p-multi-select,[p-multi-select]',
@@ -0,0 +1,18 @@
1
+ import { Component } from '@angular/core';
2
+ import { BaseComponent } from '../../utils';
3
+ import * as i0 from "@angular/core";
4
+ export class POptgroup extends BaseComponent {
5
+ disabled;
6
+ label;
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: POptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
8
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: POptgroup, selector: "p-optgroup,[p-optgroup]", inputs: { disabled: "disabled", label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
9
+ }
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: POptgroup, decorators: [{
11
+ type: Component,
12
+ args: [{
13
+ selector: 'p-optgroup,[p-optgroup]',
14
+ template: '<ng-content />',
15
+ inputs: ['disabled', 'label']
16
+ }]
17
+ }] });
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3B0Z3JvdXAud3JhcHBlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItd3JhcHBlci9zcmMvbGliL2NvbXBvbmVudHMvb3B0Z3JvdXAud3JhcHBlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxhQUFhLENBQUM7O0FBTzVDLE1BQU0sT0FBTyxTQUFVLFNBQVEsYUFBYTtJQUMxQyxRQUFRLENBQVc7SUFDbkIsS0FBSyxDQUFVO3VHQUZKLFNBQVM7MkZBQVQsU0FBUyx3SUFIVixnQkFBZ0I7OzJGQUdmLFNBQVM7a0JBTHJCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHlCQUF5QjtvQkFDbkMsUUFBUSxFQUFFLGdCQUFnQjtvQkFDMUIsTUFBTSxFQUFFLENBQUMsVUFBVSxFQUFFLE9BQU8sQ0FBQztpQkFDOUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhc2VDb21wb25lbnQgfSBmcm9tICcuLi8uLi91dGlscyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3Atb3B0Z3JvdXAsW3Atb3B0Z3JvdXBdJyxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudCAvPicsXG4gIGlucHV0czogWydkaXNhYmxlZCcsICdsYWJlbCddXG59KVxuZXhwb3J0IGNsYXNzIFBPcHRncm91cCBleHRlbmRzIEJhc2VDb21wb25lbnQge1xuICBkaXNhYmxlZD86IGJvb2xlYW47XG4gIGxhYmVsPzogc3RyaW5nO1xufSJdfQ==
@@ -21,10 +21,10 @@ export class PPagination extends BaseComponentWithTheme {
21
21
  /** @deprecated */
22
22
  pageChange = new EventEmitter();
23
23
  update = new EventEmitter();
24
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PPagination, deps: null, target: i0.ɵɵFactoryTarget.Component });
25
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
24
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PPagination, deps: null, target: i0.ɵɵFactoryTarget.Component });
25
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PPagination, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", allyLabel: "allyLabel", allyLabelNext: "allyLabelNext", allyLabelPage: "allyLabelPage", allyLabelPrev: "allyLabelPrev", intl: "intl", itemsPerPage: "itemsPerPage", maxNumberOfPageLinks: "maxNumberOfPageLinks", showLastPage: "showLastPage", theme: "theme", totalItemsCount: "totalItemsCount" }, outputs: { pageChange: "pageChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PPagination, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PPagination, decorators: [{
28
28
  type: Component,
29
29
  args: [{
30
30
  selector: 'p-pagination,[p-pagination]',
@@ -16,10 +16,10 @@ export class PPinCode extends BaseComponentWithTheme {
16
16
  type;
17
17
  value;
18
18
  update = new EventEmitter();
19
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PPinCode, deps: null, target: i0.ɵɵFactoryTarget.Component });
20
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PPinCode, deps: null, target: i0.ɵɵFactoryTarget.Component });
20
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PPinCode, selector: "p-pin-code,[p-pin-code]", inputs: { description: "description", disabled: "disabled", hideLabel: "hideLabel", label: "label", length: "length", loading: "loading", message: "message", name: "name", required: "required", state: "state", theme: "theme", type: "type", value: "value" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PPinCode, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PPinCode, decorators: [{
23
23
  type: Component,
24
24
  args: [{
25
25
  selector: 'p-pin-code,[p-pin-code]',
@@ -6,10 +6,10 @@ export class PPopover extends BaseComponentWithTheme {
6
6
  description;
7
7
  direction;
8
8
  theme;
9
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
10
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
9
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
10
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PPopover, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PPopover, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PPopover, decorators: [{
13
13
  type: Component,
14
14
  args: [{
15
15
  selector: 'p-popover,[p-popover]',
@@ -8,10 +8,10 @@ export class PRadioButtonWrapper extends BaseComponentWithTheme {
8
8
  message;
9
9
  state;
10
10
  theme;
11
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PRadioButtonWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
12
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PRadioButtonWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
12
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PRadioButtonWrapper, selector: "p-radio-button-wrapper,[p-radio-button-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PRadioButtonWrapper, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PRadioButtonWrapper, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'p-radio-button-wrapper,[p-radio-button-wrapper]',
@@ -12,10 +12,10 @@ export class PScroller extends BaseComponentWithTheme {
12
12
  scrollToPosition;
13
13
  scrollbar;
14
14
  theme;
15
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PScroller, deps: null, target: i0.ɵɵFactoryTarget.Component });
16
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
15
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PScroller, deps: null, target: i0.ɵɵFactoryTarget.Component });
16
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PScroller, selector: "p-scroller,[p-scroller]", inputs: { alignScrollIndicator: "alignScrollIndicator", aria: "aria", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", scrollIndicatorPosition: "scrollIndicatorPosition", scrollToPosition: "scrollToPosition", scrollbar: "scrollbar", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PScroller, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PScroller, decorators: [{
19
19
  type: Component,
20
20
  args: [{
21
21
  selector: 'p-scroller,[p-scroller]',
@@ -8,10 +8,10 @@ export class PSegmentedControlItem extends BaseComponent {
8
8
  iconSource;
9
9
  label;
10
10
  value;
11
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PSegmentedControlItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
12
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PSegmentedControlItem, selector: "p-segmented-control-item,[p-segmented-control-item]", inputs: { aria: "aria", disabled: "disabled", icon: "icon", iconSource: "iconSource", label: "label", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PSegmentedControlItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
12
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PSegmentedControlItem, selector: "p-segmented-control-item,[p-segmented-control-item]", inputs: { aria: "aria", disabled: "disabled", icon: "icon", iconSource: "iconSource", label: "label", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PSegmentedControlItem, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PSegmentedControlItem, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'p-segmented-control-item,[p-segmented-control-item]',
@@ -10,10 +10,10 @@ export class PSegmentedControl extends BaseComponentWithTheme {
10
10
  /** @deprecated */
11
11
  segmentedControlChange = new EventEmitter();
12
12
  update = new EventEmitter();
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PSegmentedControl, deps: null, target: i0.ɵɵFactoryTarget.Component });
14
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
13
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PSegmentedControl, deps: null, target: i0.ɵɵFactoryTarget.Component });
14
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PSegmentedControl, selector: "p-segmented-control,[p-segmented-control]", inputs: { backgroundColor: "backgroundColor", columns: "columns", theme: "theme", value: "value" }, outputs: { segmentedControlChange: "segmentedControlChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PSegmentedControl, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PSegmentedControl, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'p-segmented-control,[p-segmented-control]',
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  export class PSelectOption extends BaseComponent {
5
5
  disabled;
6
6
  value;
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
8
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PSelectOption, selector: "p-select-option,[p-select-option]", inputs: { disabled: "disabled", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
8
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PSelectOption, selector: "p-select-option,[p-select-option]", inputs: { disabled: "disabled", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PSelectOption, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PSelectOption, decorators: [{
11
11
  type: Component,
12
12
  args: [{
13
13
  selector: 'p-select-option,[p-select-option]',
@@ -11,10 +11,10 @@ export class PSelectWrapper extends BaseComponentWithTheme {
11
11
  native;
12
12
  state;
13
13
  theme;
14
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PSelectWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
14
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PSelectWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PSelectWrapper, selector: "p-select-wrapper,[p-select-wrapper]", inputs: { description: "description", dropdownDirection: "dropdownDirection", filter: "filter", hideLabel: "hideLabel", label: "label", message: "message", native: "native", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PSelectWrapper, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PSelectWrapper, decorators: [{
18
18
  type: Component,
19
19
  args: [{
20
20
  selector: 'p-select-wrapper,[p-select-wrapper]',
@@ -14,10 +14,10 @@ export class PSelect extends BaseComponentWithTheme {
14
14
  theme;
15
15
  value;
16
16
  update = new EventEmitter();
17
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PSelect, deps: null, target: i0.ɵɵFactoryTarget.Component });
18
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
17
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PSelect, deps: null, target: i0.ɵɵFactoryTarget.Component });
18
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PSelect, selector: "p-select,[p-select]", inputs: { description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", theme: "theme", value: "value" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PSelect, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PSelect, decorators: [{
21
21
  type: Component,
22
22
  args: [{
23
23
  selector: 'p-select,[p-select]',
@@ -5,10 +5,10 @@ export class PSpinner extends BaseComponentWithTheme {
5
5
  aria;
6
6
  size;
7
7
  theme;
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PSpinner, deps: null, target: i0.ɵɵFactoryTarget.Component });
9
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PSpinner, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", size: "size", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PSpinner, deps: null, target: i0.ɵɵFactoryTarget.Component });
9
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PSpinner, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", size: "size", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PSpinner, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PSpinner, decorators: [{
12
12
  type: Component,
13
13
  args: [{
14
14
  selector: 'p-spinner,[p-spinner]',
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  export class PStepperHorizontalItem extends BaseComponent {
5
5
  disabled;
6
6
  state;
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PStepperHorizontalItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
8
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PStepperHorizontalItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
8
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PStepperHorizontalItem, selector: "p-stepper-horizontal-item,[p-stepper-horizontal-item]", inputs: { disabled: "disabled", state: "state" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
11
11
  type: Component,
12
12
  args: [{
13
13
  selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
@@ -7,10 +7,10 @@ export class PStepperHorizontal extends BaseComponentWithTheme {
7
7
  /** @deprecated */
8
8
  stepChange = new EventEmitter();
9
9
  update = new EventEmitter();
10
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PStepperHorizontal, deps: null, target: i0.ɵɵFactoryTarget.Component });
11
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
10
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PStepperHorizontal, deps: null, target: i0.ɵɵFactoryTarget.Component });
11
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PStepperHorizontal, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size", theme: "theme" }, outputs: { stepChange: "stepChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PStepperHorizontal, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PStepperHorizontal, decorators: [{
14
14
  type: Component,
15
15
  args: [{
16
16
  selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
@@ -12,10 +12,10 @@ export class PSwitch extends BaseComponentWithTheme {
12
12
  /** @deprecated */
13
13
  switchChange = new EventEmitter();
14
14
  update = new EventEmitter();
15
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PSwitch, deps: null, target: i0.ɵɵFactoryTarget.Component });
16
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
15
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PSwitch, deps: null, target: i0.ɵɵFactoryTarget.Component });
16
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PSwitch, selector: "p-switch,[p-switch]", inputs: { alignLabel: "alignLabel", checked: "checked", disabled: "disabled", hideLabel: "hideLabel", loading: "loading", stretch: "stretch", theme: "theme" }, outputs: { switchChange: "switchChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PSwitch, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PSwitch, decorators: [{
19
19
  type: Component,
20
20
  args: [{
21
21
  selector: 'p-switch,[p-switch]',
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
2
2
  import { BaseComponent } from '../../utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export class PTableBody extends BaseComponent {
5
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PTableBody, deps: null, target: i0.ɵɵFactoryTarget.Component });
6
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PTableBody, selector: "p-table-body,[p-table-body]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
5
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PTableBody, deps: null, target: i0.ɵɵFactoryTarget.Component });
6
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PTableBody, selector: "p-table-body,[p-table-body]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PTableBody, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PTableBody, decorators: [{
9
9
  type: Component,
10
10
  args: [{
11
11
  selector: 'p-table-body,[p-table-body]',
@@ -3,10 +3,10 @@ import { BaseComponent } from '../../utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export class PTableCell extends BaseComponent {
5
5
  multiline;
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PTableCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
7
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PTableCell, selector: "p-table-cell,[p-table-cell]", inputs: { multiline: "multiline" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PTableCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
7
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PTableCell, selector: "p-table-cell,[p-table-cell]", inputs: { multiline: "multiline" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
8
8
  }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PTableCell, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PTableCell, decorators: [{
10
10
  type: Component,
11
11
  args: [{
12
12
  selector: 'p-table-cell,[p-table-cell]',
@@ -5,10 +5,10 @@ export class PTableHeadCell extends BaseComponent {
5
5
  hideLabel;
6
6
  multiline;
7
7
  sort;
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PTableHeadCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
9
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", 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 });
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PTableHeadCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
9
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PTableHeadCell, selector: "p-table-head-cell,[p-table-head-cell]", inputs: { hideLabel: "hideLabel", multiline: "multiline", sort: "sort" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PTableHeadCell, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PTableHeadCell, decorators: [{
12
12
  type: Component,
13
13
  args: [{
14
14
  selector: 'p-table-head-cell,[p-table-head-cell]',
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
2
2
  import { BaseComponent } from '../../utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export class PTableHeadRow extends BaseComponent {
5
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PTableHeadRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
6
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PTableHeadRow, selector: "p-table-head-row,[p-table-head-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
5
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PTableHeadRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
6
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.0", type: PTableHeadRow, selector: "p-table-head-row,[p-table-head-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PTableHeadRow, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0", ngImport: i0, type: PTableHeadRow, decorators: [{
9
9
  type: Component,
10
10
  args: [{
11
11
  selector: 'p-table-head-row,[p-table-head-row]',