@porsche-design-system/components-angular 2.14.0-rc.1 → 2.15.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 (109) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/esm2020/components-wrapper.module.mjs +5 -5
  3. package/esm2020/lib/components/accordion.wrapper.mjs +4 -4
  4. package/esm2020/lib/components/banner.wrapper.mjs +4 -4
  5. package/esm2020/lib/components/button-group.wrapper.mjs +4 -4
  6. package/esm2020/lib/components/button-pure.wrapper.mjs +4 -4
  7. package/esm2020/lib/components/button.wrapper.mjs +4 -4
  8. package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +4 -4
  9. package/esm2020/lib/components/content-wrapper.wrapper.mjs +4 -4
  10. package/esm2020/lib/components/divider.wrapper.mjs +4 -4
  11. package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +4 -4
  12. package/esm2020/lib/components/flex-item.wrapper.mjs +4 -4
  13. package/esm2020/lib/components/flex.wrapper.mjs +4 -4
  14. package/esm2020/lib/components/grid-item.wrapper.mjs +4 -4
  15. package/esm2020/lib/components/grid.wrapper.mjs +4 -4
  16. package/esm2020/lib/components/headline.wrapper.mjs +4 -4
  17. package/esm2020/lib/components/icon.wrapper.mjs +4 -4
  18. package/esm2020/lib/components/inline-notification.wrapper.mjs +4 -4
  19. package/esm2020/lib/components/link-pure.wrapper.mjs +4 -4
  20. package/esm2020/lib/components/link-social.wrapper.mjs +4 -4
  21. package/esm2020/lib/components/link.wrapper.mjs +4 -4
  22. package/esm2020/lib/components/marque.wrapper.mjs +4 -4
  23. package/esm2020/lib/components/modal.wrapper.mjs +4 -4
  24. package/esm2020/lib/components/pagination.wrapper.mjs +4 -4
  25. package/esm2020/lib/components/popover.wrapper.mjs +4 -4
  26. package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +4 -4
  27. package/esm2020/lib/components/segmented-control-item.wrapper.mjs +4 -4
  28. package/esm2020/lib/components/segmented-control.wrapper.mjs +4 -4
  29. package/esm2020/lib/components/select-wrapper.wrapper.mjs +4 -4
  30. package/esm2020/lib/components/spinner.wrapper.mjs +4 -4
  31. package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +4 -4
  32. package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +4 -4
  33. package/esm2020/lib/components/switch.wrapper.mjs +4 -4
  34. package/esm2020/lib/components/table-body.wrapper.mjs +4 -4
  35. package/esm2020/lib/components/table-cell.wrapper.mjs +4 -4
  36. package/esm2020/lib/components/table-head-cell.wrapper.mjs +4 -4
  37. package/esm2020/lib/components/table-head-row.wrapper.mjs +4 -4
  38. package/esm2020/lib/components/table-head.wrapper.mjs +4 -4
  39. package/esm2020/lib/components/table-row.wrapper.mjs +4 -4
  40. package/esm2020/lib/components/table.wrapper.mjs +4 -4
  41. package/esm2020/lib/components/tabs-bar.wrapper.mjs +4 -4
  42. package/esm2020/lib/components/tabs-item.wrapper.mjs +4 -4
  43. package/esm2020/lib/components/tabs.wrapper.mjs +4 -4
  44. package/esm2020/lib/components/tag-dismissible.wrapper.mjs +4 -4
  45. package/esm2020/lib/components/tag.wrapper.mjs +4 -4
  46. package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +10 -7
  47. package/esm2020/lib/components/text-list-item.wrapper.mjs +4 -4
  48. package/esm2020/lib/components/text-list.wrapper.mjs +4 -4
  49. package/esm2020/lib/components/text.wrapper.mjs +4 -4
  50. package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +4 -4
  51. package/esm2020/lib/components/toast.wrapper.mjs +4 -4
  52. package/esm2020/lib/types.mjs +1 -1
  53. package/esm2020/toast-manager.mjs +4 -4
  54. package/fesm2015/porsche-design-system-components-angular.mjs +192 -189
  55. package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
  56. package/fesm2020/porsche-design-system-components-angular.mjs +192 -189
  57. package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
  58. package/{porsche-design-system-components-angular.d.ts → index.d.ts} +0 -0
  59. package/lib/components/accordion.wrapper.d.ts +1 -1
  60. package/lib/components/banner.wrapper.d.ts +3 -3
  61. package/lib/components/button-group.wrapper.d.ts +1 -1
  62. package/lib/components/button-pure.wrapper.d.ts +1 -1
  63. package/lib/components/button.wrapper.d.ts +1 -1
  64. package/lib/components/checkbox-wrapper.wrapper.d.ts +1 -1
  65. package/lib/components/content-wrapper.wrapper.d.ts +1 -1
  66. package/lib/components/divider.wrapper.d.ts +1 -1
  67. package/lib/components/fieldset-wrapper.wrapper.d.ts +1 -1
  68. package/lib/components/flex-item.wrapper.d.ts +1 -1
  69. package/lib/components/flex.wrapper.d.ts +1 -1
  70. package/lib/components/grid-item.wrapper.d.ts +1 -1
  71. package/lib/components/grid.wrapper.d.ts +1 -1
  72. package/lib/components/headline.wrapper.d.ts +1 -1
  73. package/lib/components/icon.wrapper.d.ts +1 -1
  74. package/lib/components/inline-notification.wrapper.d.ts +1 -1
  75. package/lib/components/link-pure.wrapper.d.ts +1 -1
  76. package/lib/components/link-social.wrapper.d.ts +1 -1
  77. package/lib/components/link.wrapper.d.ts +1 -1
  78. package/lib/components/marque.wrapper.d.ts +1 -1
  79. package/lib/components/modal.wrapper.d.ts +1 -1
  80. package/lib/components/pagination.wrapper.d.ts +1 -1
  81. package/lib/components/popover.wrapper.d.ts +1 -1
  82. package/lib/components/radio-button-wrapper.wrapper.d.ts +1 -1
  83. package/lib/components/segmented-control-item.wrapper.d.ts +1 -1
  84. package/lib/components/segmented-control.wrapper.d.ts +1 -1
  85. package/lib/components/select-wrapper.wrapper.d.ts +1 -1
  86. package/lib/components/spinner.wrapper.d.ts +1 -1
  87. package/lib/components/stepper-horizontal-item.wrapper.d.ts +1 -1
  88. package/lib/components/stepper-horizontal.wrapper.d.ts +1 -1
  89. package/lib/components/switch.wrapper.d.ts +1 -1
  90. package/lib/components/table-body.wrapper.d.ts +1 -1
  91. package/lib/components/table-cell.wrapper.d.ts +1 -1
  92. package/lib/components/table-head-cell.wrapper.d.ts +1 -1
  93. package/lib/components/table-head-row.wrapper.d.ts +1 -1
  94. package/lib/components/table-head.wrapper.d.ts +1 -1
  95. package/lib/components/table-row.wrapper.d.ts +1 -1
  96. package/lib/components/table.wrapper.d.ts +1 -1
  97. package/lib/components/tabs-bar.wrapper.d.ts +1 -1
  98. package/lib/components/tabs-item.wrapper.d.ts +1 -1
  99. package/lib/components/tabs.wrapper.d.ts +1 -1
  100. package/lib/components/tag-dismissible.wrapper.d.ts +1 -1
  101. package/lib/components/tag.wrapper.d.ts +1 -1
  102. package/lib/components/text-field-wrapper.wrapper.d.ts +6 -3
  103. package/lib/components/text-list-item.wrapper.d.ts +1 -1
  104. package/lib/components/text-list.wrapper.d.ts +1 -1
  105. package/lib/components/text.wrapper.d.ts +3 -3
  106. package/lib/components/textarea-wrapper.wrapper.d.ts +1 -1
  107. package/lib/components/toast.wrapper.d.ts +1 -1
  108. package/lib/types.d.ts +206 -60
  109. package/package.json +4 -4
@@ -1,5 +1,5 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
2
- import type { BannerState, Theme } from '../types';
2
+ import type { BannerState, Theme, BannerWidth } from '../types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class PBanner {
5
5
  protected z: NgZone;
@@ -7,9 +7,9 @@ export declare class PBanner {
7
7
  persistent: boolean;
8
8
  state: BannerState;
9
9
  theme: Theme;
10
- width: "basic" | "extended" | "fluid";
10
+ width: BannerWidth;
11
11
  dismiss: EventEmitter<CustomEvent<void>>;
12
12
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<PBanner, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<PBanner, "p-banner,[p-banner]", never, { "persistent": "persistent"; "state": "state"; "theme": "theme"; "width": "width"; }, { "dismiss": "dismiss"; }, never, ["*"]>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<PBanner, "p-banner,[p-banner]", never, { "persistent": "persistent"; "state": "state"; "theme": "theme"; "width": "width"; }, { "dismiss": "dismiss"; }, never, ["*"], false>;
15
15
  }
@@ -7,5 +7,5 @@ export declare class PButtonGroup {
7
7
  direction: ButtonGroupDirection;
8
8
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<PButtonGroup, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<PButtonGroup, "p-button-group,[p-button-group]", never, { "direction": "direction"; }, {}, never, ["*"]>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<PButtonGroup, "p-button-group,[p-button-group]", never, { "direction": "direction"; }, {}, never, ["*"], false>;
11
11
  }
@@ -20,5 +20,5 @@ export declare class PButtonPure {
20
20
  weight: TextWeight;
21
21
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<PButtonPure, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<PButtonPure, "p-button-pure,[p-button-pure]", never, { "active": "active"; "alignLabel": "alignLabel"; "aria": "aria"; "disabled": "disabled"; "hideLabel": "hideLabel"; "icon": "icon"; "iconSource": "iconSource"; "loading": "loading"; "size": "size"; "stretch": "stretch"; "tabbable": "tabbable"; "theme": "theme"; "type": "type"; "weight": "weight"; }, {}, never, ["*"]>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<PButtonPure, "p-button-pure,[p-button-pure]", never, { "active": "active"; "alignLabel": "alignLabel"; "aria": "aria"; "disabled": "disabled"; "hideLabel": "hideLabel"; "icon": "icon"; "iconSource": "iconSource"; "loading": "loading"; "size": "size"; "stretch": "stretch"; "tabbable": "tabbable"; "theme": "theme"; "type": "type"; "weight": "weight"; }, {}, never, ["*"], false>;
24
24
  }
@@ -16,5 +16,5 @@ export declare class PButton {
16
16
  variant: ButtonVariant;
17
17
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button,[p-button]", never, { "aria": "aria"; "disabled": "disabled"; "hideLabel": "hideLabel"; "icon": "icon"; "iconSource": "iconSource"; "loading": "loading"; "tabbable": "tabbable"; "theme": "theme"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button,[p-button]", never, { "aria": "aria"; "disabled": "disabled"; "hideLabel": "hideLabel"; "icon": "icon"; "iconSource": "iconSource"; "loading": "loading"; "tabbable": "tabbable"; "theme": "theme"; "type": "type"; "variant": "variant"; }, {}, never, ["*"], false>;
20
20
  }
@@ -10,5 +10,5 @@ export declare class PCheckboxWrapper {
10
10
  state: FormState;
11
11
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<PCheckboxWrapper, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<PCheckboxWrapper, "p-checkbox-wrapper,[p-checkbox-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "state": "state"; }, {}, never, ["*"]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCheckboxWrapper, "p-checkbox-wrapper,[p-checkbox-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "state": "state"; }, {}, never, ["*"], false>;
14
14
  }
@@ -9,5 +9,5 @@ export declare class PContentWrapper {
9
9
  width: ContentWrapperWidth;
10
10
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PContentWrapper, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<PContentWrapper, "p-content-wrapper,[p-content-wrapper]", never, { "backgroundColor": "backgroundColor"; "theme": "theme"; "width": "width"; }, {}, never, ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<PContentWrapper, "p-content-wrapper,[p-content-wrapper]", never, { "backgroundColor": "backgroundColor"; "theme": "theme"; "width": "width"; }, {}, never, ["*"], false>;
13
13
  }
@@ -9,5 +9,5 @@ export declare class PDivider {
9
9
  theme: Theme;
10
10
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PDivider, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider,[p-divider]", never, { "color": "color"; "orientation": "orientation"; "theme": "theme"; }, {}, never, ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider,[p-divider]", never, { "color": "color"; "orientation": "orientation"; "theme": "theme"; }, {}, never, ["*"], false>;
13
13
  }
@@ -11,5 +11,5 @@ export declare class PFieldsetWrapper {
11
11
  state: FormState;
12
12
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<PFieldsetWrapper, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<PFieldsetWrapper, "p-fieldset-wrapper,[p-fieldset-wrapper]", never, { "label": "label"; "labelSize": "labelSize"; "message": "message"; "required": "required"; "state": "state"; }, {}, never, ["*"]>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<PFieldsetWrapper, "p-fieldset-wrapper,[p-fieldset-wrapper]", never, { "label": "label"; "labelSize": "labelSize"; "message": "message"; "required": "required"; "state": "state"; }, {}, never, ["*"], false>;
15
15
  }
@@ -12,5 +12,5 @@ export declare class PFlexItem {
12
12
  width: FlexItemWidth;
13
13
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<PFlexItem, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<PFlexItem, "p-flex-item,[p-flex-item]", never, { "alignSelf": "alignSelf"; "flex": "flex"; "grow": "grow"; "offset": "offset"; "shrink": "shrink"; "width": "width"; }, {}, never, ["*"]>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<PFlexItem, "p-flex-item,[p-flex-item]", never, { "alignSelf": "alignSelf"; "flex": "flex"; "grow": "grow"; "offset": "offset"; "shrink": "shrink"; "width": "width"; }, {}, never, ["*"], false>;
16
16
  }
@@ -12,5 +12,5 @@ export declare class PFlex {
12
12
  wrap: FlexWrap;
13
13
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<PFlex, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<PFlex, "p-flex,[p-flex]", never, { "alignContent": "alignContent"; "alignItems": "alignItems"; "direction": "direction"; "inline": "inline"; "justifyContent": "justifyContent"; "wrap": "wrap"; }, {}, never, ["*"]>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<PFlex, "p-flex,[p-flex]", never, { "alignContent": "alignContent"; "alignItems": "alignItems"; "direction": "direction"; "inline": "inline"; "justifyContent": "justifyContent"; "wrap": "wrap"; }, {}, never, ["*"], false>;
16
16
  }
@@ -8,5 +8,5 @@ export declare class PGridItem {
8
8
  size: GridItemSize;
9
9
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<PGridItem, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<PGridItem, "p-grid-item,[p-grid-item]", never, { "offset": "offset"; "size": "size"; }, {}, never, ["*"]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<PGridItem, "p-grid-item,[p-grid-item]", never, { "offset": "offset"; "size": "size"; }, {}, never, ["*"], false>;
12
12
  }
@@ -9,5 +9,5 @@ export declare class PGrid {
9
9
  wrap: GridWrap;
10
10
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PGrid, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<PGrid, "p-grid,[p-grid]", never, { "direction": "direction"; "gutter": "gutter"; "wrap": "wrap"; }, {}, never, ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<PGrid, "p-grid,[p-grid]", never, { "direction": "direction"; "gutter": "gutter"; "wrap": "wrap"; }, {}, never, ["*"], false>;
13
13
  }
@@ -12,5 +12,5 @@ export declare class PHeadline {
12
12
  variant: HeadlineVariant;
13
13
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<PHeadline, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<PHeadline, "p-headline,[p-headline]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "tag": "tag"; "theme": "theme"; "variant": "variant"; }, {}, never, ["*"]>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<PHeadline, "p-headline,[p-headline]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "tag": "tag"; "theme": "theme"; "variant": "variant"; }, {}, never, ["*"], false>;
16
16
  }
@@ -13,5 +13,5 @@ export declare class PIcon {
13
13
  theme: ThemeExtendedElectricDark;
14
14
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<PIcon, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon,[p-icon]", never, { "aria": "aria"; "color": "color"; "lazy": "lazy"; "name": "name"; "size": "size"; "source": "source"; "theme": "theme"; }, {}, never, ["*"]>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon,[p-icon]", never, { "aria": "aria"; "color": "color"; "lazy": "lazy"; "name": "name"; "size": "size"; "source": "source"; "theme": "theme"; }, {}, never, ["*"], false>;
17
17
  }
@@ -16,5 +16,5 @@ export declare class PInlineNotification {
16
16
  dismiss: EventEmitter<CustomEvent<void>>;
17
17
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<PInlineNotification, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<PInlineNotification, "p-inline-notification,[p-inline-notification]", never, { "actionIcon": "actionIcon"; "actionLabel": "actionLabel"; "actionLoading": "actionLoading"; "description": "description"; "heading": "heading"; "persistent": "persistent"; "state": "state"; "theme": "theme"; }, { "action": "action"; "dismiss": "dismiss"; }, never, ["*"]>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<PInlineNotification, "p-inline-notification,[p-inline-notification]", never, { "actionIcon": "actionIcon"; "actionLabel": "actionLabel"; "actionLoading": "actionLoading"; "description": "description"; "heading": "heading"; "persistent": "persistent"; "state": "state"; "theme": "theme"; }, { "action": "action"; "dismiss": "dismiss"; }, never, ["*"], false>;
20
20
  }
@@ -20,5 +20,5 @@ export declare class PLinkPure {
20
20
  weight: TextWeight;
21
21
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<PLinkPure, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<PLinkPure, "p-link-pure,[p-link-pure]", never, { "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"; "weight": "weight"; }, {}, never, ["*"]>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<PLinkPure, "p-link-pure,[p-link-pure]", never, { "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"; "weight": "weight"; }, {}, never, ["*"], false>;
24
24
  }
@@ -13,5 +13,5 @@ export declare class PLinkSocial {
13
13
  theme: Theme;
14
14
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<PLinkSocial, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<PLinkSocial, "p-link-social,[p-link-social]", never, { "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "target": "target"; "theme": "theme"; }, {}, never, ["*"]>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<PLinkSocial, "p-link-social,[p-link-social]", never, { "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "target": "target"; "theme": "theme"; }, {}, never, ["*"], false>;
17
17
  }
@@ -16,5 +16,5 @@ export declare class PLink {
16
16
  variant: LinkVariant;
17
17
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<PLink, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<PLink, "p-link,[p-link]", never, { "aria": "aria"; "download": "download"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "target": "target"; "theme": "theme"; "variant": "variant"; }, {}, never, ["*"]>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<PLink, "p-link,[p-link]", never, { "aria": "aria"; "download": "download"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "target": "target"; "theme": "theme"; "variant": "variant"; }, {}, never, ["*"], false>;
20
20
  }
@@ -11,5 +11,5 @@ export declare class PMarque {
11
11
  trademark: boolean;
12
12
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<PMarque, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<PMarque, "p-marque,[p-marque]", never, { "aria": "aria"; "href": "href"; "size": "size"; "target": "target"; "trademark": "trademark"; }, {}, never, ["*"]>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<PMarque, "p-marque,[p-marque]", never, { "aria": "aria"; "href": "href"; "size": "size"; "target": "target"; "trademark": "trademark"; }, {}, never, ["*"], false>;
15
15
  }
@@ -13,5 +13,5 @@ export declare class PModal {
13
13
  close: EventEmitter<CustomEvent<void>>;
14
14
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<PModal, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal,[p-modal]", never, { "aria": "aria"; "disableBackdropClick": "disableBackdropClick"; "disableCloseButton": "disableCloseButton"; "fullscreen": "fullscreen"; "heading": "heading"; "open": "open"; }, { "close": "close"; }, never, ["*"]>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal,[p-modal]", never, { "aria": "aria"; "disableBackdropClick": "disableBackdropClick"; "disableCloseButton": "disableCloseButton"; "fullscreen": "fullscreen"; "heading": "heading"; "open": "open"; }, { "close": "close"; }, never, ["*"], false>;
17
17
  }
@@ -16,5 +16,5 @@ export declare class PPagination {
16
16
  pageChange: EventEmitter<CustomEvent<PageChangeEvent>>;
17
17
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<PPagination, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination,[p-pagination]", never, { "activePage": "activePage"; "allyLabel": "allyLabel"; "allyLabelNext": "allyLabelNext"; "allyLabelPage": "allyLabelPage"; "allyLabelPrev": "allyLabelPrev"; "itemsPerPage": "itemsPerPage"; "maxNumberOfPageLinks": "maxNumberOfPageLinks"; "theme": "theme"; "totalItemsCount": "totalItemsCount"; }, { "pageChange": "pageChange"; }, never, ["*"]>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination,[p-pagination]", never, { "activePage": "activePage"; "allyLabel": "allyLabel"; "allyLabelNext": "allyLabelNext"; "allyLabelPage": "allyLabelPage"; "allyLabelPrev": "allyLabelPrev"; "itemsPerPage": "itemsPerPage"; "maxNumberOfPageLinks": "maxNumberOfPageLinks"; "theme": "theme"; "totalItemsCount": "totalItemsCount"; }, { "pageChange": "pageChange"; }, never, ["*"], false>;
20
20
  }
@@ -9,5 +9,5 @@ export declare class PPopover {
9
9
  direction: PopoverDirection;
10
10
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PPopover, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<PPopover, "p-popover,[p-popover]", never, { "aria": "aria"; "description": "description"; "direction": "direction"; }, {}, never, ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPopover, "p-popover,[p-popover]", never, { "aria": "aria"; "description": "description"; "direction": "direction"; }, {}, never, ["*"], false>;
13
13
  }
@@ -10,5 +10,5 @@ export declare class PRadioButtonWrapper {
10
10
  state: FormState;
11
11
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<PRadioButtonWrapper, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<PRadioButtonWrapper, "p-radio-button-wrapper,[p-radio-button-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "state": "state"; }, {}, never, ["*"]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<PRadioButtonWrapper, "p-radio-button-wrapper,[p-radio-button-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "state": "state"; }, {}, never, ["*"], false>;
14
14
  }
@@ -11,5 +11,5 @@ export declare class PSegmentedControlItem {
11
11
  value: string | number;
12
12
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentedControlItem, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControlItem, "p-segmented-control-item,[p-segmented-control-item]", never, { "disabled": "disabled"; "icon": "icon"; "iconSource": "iconSource"; "label": "label"; "value": "value"; }, {}, never, ["*"]>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControlItem, "p-segmented-control-item,[p-segmented-control-item]", never, { "disabled": "disabled"; "icon": "icon"; "iconSource": "iconSource"; "label": "label"; "value": "value"; }, {}, never, ["*"], false>;
15
15
  }
@@ -10,5 +10,5 @@ export declare class PSegmentedControl {
10
10
  segmentedControlChange: EventEmitter<CustomEvent<SegmentedControlChangeEvent>>;
11
11
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentedControl, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControl, "p-segmented-control,[p-segmented-control]", never, { "backgroundColor": "backgroundColor"; "theme": "theme"; "value": "value"; }, { "segmentedControlChange": "segmentedControlChange"; }, never, ["*"]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControl, "p-segmented-control,[p-segmented-control]", never, { "backgroundColor": "backgroundColor"; "theme": "theme"; "value": "value"; }, { "segmentedControlChange": "segmentedControlChange"; }, never, ["*"], false>;
14
14
  }
@@ -15,5 +15,5 @@ export declare class PSelectWrapper {
15
15
  theme: Theme;
16
16
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<PSelectWrapper, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<PSelectWrapper, "p-select-wrapper,[p-select-wrapper]", never, { "description": "description"; "dropdownDirection": "dropdownDirection"; "filter": "filter"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "native": "native"; "state": "state"; "theme": "theme"; }, {}, never, ["*"]>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSelectWrapper, "p-select-wrapper,[p-select-wrapper]", never, { "description": "description"; "dropdownDirection": "dropdownDirection"; "filter": "filter"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "native": "native"; "state": "state"; "theme": "theme"; }, {}, never, ["*"], false>;
19
19
  }
@@ -9,5 +9,5 @@ export declare class PSpinner {
9
9
  theme: ThemeExtendedElectricDark;
10
10
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PSpinner, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<PSpinner, "p-spinner,[p-spinner]", never, { "aria": "aria"; "size": "size"; "theme": "theme"; }, {}, never, ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSpinner, "p-spinner,[p-spinner]", never, { "aria": "aria"; "size": "size"; "theme": "theme"; }, {}, never, ["*"], false>;
13
13
  }
@@ -8,5 +8,5 @@ export declare class PStepperHorizontalItem {
8
8
  state: StepperState;
9
9
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<PStepperHorizontalItem, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontalItem, "p-stepper-horizontal-item,[p-stepper-horizontal-item]", never, { "disabled": "disabled"; "state": "state"; }, {}, never, ["*"]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontalItem, "p-stepper-horizontal-item,[p-stepper-horizontal-item]", never, { "disabled": "disabled"; "state": "state"; }, {}, never, ["*"], false>;
12
12
  }
@@ -8,5 +8,5 @@ export declare class PStepperHorizontal {
8
8
  stepChange: EventEmitter<CustomEvent<StepChangeEvent>>;
9
9
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<PStepperHorizontal, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontal, "p-stepper-horizontal,[p-stepper-horizontal]", never, { "theme": "theme"; }, { "stepChange": "stepChange"; }, never, ["*"]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontal, "p-stepper-horizontal,[p-stepper-horizontal]", never, { "theme": "theme"; }, { "stepChange": "stepChange"; }, never, ["*"], false>;
12
12
  }
@@ -15,5 +15,5 @@ export declare class PSwitch {
15
15
  switchChange: EventEmitter<CustomEvent<SwitchChangeEvent>>;
16
16
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<PSwitch, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<PSwitch, "p-switch,[p-switch]", never, { "alignLabel": "alignLabel"; "checked": "checked"; "disabled": "disabled"; "hideLabel": "hideLabel"; "loading": "loading"; "stretch": "stretch"; "tabbable": "tabbable"; "theme": "theme"; }, { "switchChange": "switchChange"; }, never, ["*"]>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSwitch, "p-switch,[p-switch]", never, { "alignLabel": "alignLabel"; "checked": "checked"; "disabled": "disabled"; "hideLabel": "hideLabel"; "loading": "loading"; "stretch": "stretch"; "tabbable": "tabbable"; "theme": "theme"; }, { "switchChange": "switchChange"; }, never, ["*"], false>;
19
19
  }
@@ -5,5 +5,5 @@ export declare class PTableBody {
5
5
  protected el: HTMLElement;
6
6
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableBody, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<PTableBody, "p-table-body,[p-table-body]", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableBody, "p-table-body,[p-table-body]", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -6,5 +6,5 @@ export declare class PTableCell {
6
6
  multiline: boolean;
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableCell, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<PTableCell, "p-table-cell,[p-table-cell]", never, { "multiline": "multiline"; }, {}, never, ["*"]>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableCell, "p-table-cell,[p-table-cell]", never, { "multiline": "multiline"; }, {}, never, ["*"], false>;
10
10
  }
@@ -9,5 +9,5 @@ export declare class PTableHeadCell {
9
9
  sort: TableHeadCellSort;
10
10
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeadCell, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeadCell, "p-table-head-cell,[p-table-head-cell]", never, { "hideLabel": "hideLabel"; "multiline": "multiline"; "sort": "sort"; }, {}, never, ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeadCell, "p-table-head-cell,[p-table-head-cell]", never, { "hideLabel": "hideLabel"; "multiline": "multiline"; "sort": "sort"; }, {}, never, ["*"], false>;
13
13
  }
@@ -5,5 +5,5 @@ export declare class PTableHeadRow {
5
5
  protected el: HTMLElement;
6
6
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeadRow, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeadRow, "p-table-head-row,[p-table-head-row]", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeadRow, "p-table-head-row,[p-table-head-row]", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -5,5 +5,5 @@ export declare class PTableHead {
5
5
  protected el: HTMLElement;
6
6
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableHead, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<PTableHead, "p-table-head,[p-table-head]", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableHead, "p-table-head,[p-table-head]", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -5,5 +5,5 @@ export declare class PTableRow {
5
5
  protected el: HTMLElement;
6
6
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableRow, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row,[p-table-row]", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row,[p-table-row]", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -8,5 +8,5 @@ export declare class PTable {
8
8
  sortingChange: EventEmitter<CustomEvent<SortingChangeEvent>>;
9
9
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<PTable, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<PTable, "p-table,[p-table]", never, { "caption": "caption"; }, { "sortingChange": "sortingChange"; }, never, ["*"]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTable, "p-table,[p-table]", never, { "caption": "caption"; }, { "sortingChange": "sortingChange"; }, never, ["*"], false>;
12
12
  }
@@ -12,5 +12,5 @@ export declare class PTabsBar {
12
12
  tabChange: EventEmitter<CustomEvent<TabChangeEvent>>;
13
13
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<PTabsBar, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<PTabsBar, "p-tabs-bar,[p-tabs-bar]", never, { "activeTabIndex": "activeTabIndex"; "gradientColorScheme": "gradientColorScheme"; "size": "size"; "theme": "theme"; "weight": "weight"; }, { "tabChange": "tabChange"; }, never, ["*"]>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTabsBar, "p-tabs-bar,[p-tabs-bar]", never, { "activeTabIndex": "activeTabIndex"; "gradientColorScheme": "gradientColorScheme"; "size": "size"; "theme": "theme"; "weight": "weight"; }, { "tabChange": "tabChange"; }, never, ["*"], false>;
16
16
  }
@@ -6,5 +6,5 @@ export declare class PTabsItem {
6
6
  label: string;
7
7
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<PTabsItem, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<PTabsItem, "p-tabs-item,[p-tabs-item]", never, { "label": "label"; }, {}, never, ["*"]>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTabsItem, "p-tabs-item,[p-tabs-item]", never, { "label": "label"; }, {}, never, ["*"], false>;
10
10
  }
@@ -12,5 +12,5 @@ export declare class PTabs {
12
12
  tabChange: EventEmitter<CustomEvent<TabChangeEvent>>;
13
13
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<PTabs, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<PTabs, "p-tabs,[p-tabs]", never, { "activeTabIndex": "activeTabIndex"; "gradientColorScheme": "gradientColorScheme"; "size": "size"; "theme": "theme"; "weight": "weight"; }, { "tabChange": "tabChange"; }, never, ["*"]>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTabs, "p-tabs,[p-tabs]", never, { "activeTabIndex": "activeTabIndex"; "gradientColorScheme": "gradientColorScheme"; "size": "size"; "theme": "theme"; "weight": "weight"; }, { "tabChange": "tabChange"; }, never, ["*"], false>;
16
16
  }
@@ -9,5 +9,5 @@ export declare class PTagDismissible {
9
9
  label: string;
10
10
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PTagDismissible, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<PTagDismissible, "p-tag-dismissible,[p-tag-dismissible]", never, { "aria": "aria"; "color": "color"; "label": "label"; }, {}, never, ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTagDismissible, "p-tag-dismissible,[p-tag-dismissible]", never, { "aria": "aria"; "color": "color"; "label": "label"; }, {}, never, ["*"], false>;
13
13
  }
@@ -10,5 +10,5 @@ export declare class PTag {
10
10
  theme: Theme;
11
11
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<PTag, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<PTag, "p-tag,[p-tag]", never, { "color": "color"; "icon": "icon"; "iconSource": "iconSource"; "theme": "theme"; }, {}, never, ["*"]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTag, "p-tag,[p-tag]", never, { "color": "color"; "icon": "icon"; "iconSource": "iconSource"; "theme": "theme"; }, {}, never, ["*"], false>;
14
14
  }
@@ -1,9 +1,11 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
2
- import type { BreakpointCustomizable, FormState, TextFieldWrapperUnitPosition } from '../types';
1
+ import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
2
+ import type { IconName, BreakpointCustomizable, FormState, TextFieldWrapperUnitPosition } from '../types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class PTextFieldWrapper {
5
5
  protected z: NgZone;
6
6
  protected el: HTMLElement;
7
+ actionIcon: Extract<IconName, "locate">;
8
+ actionLoading: boolean;
7
9
  description: string;
8
10
  hideLabel: BreakpointCustomizable<boolean>;
9
11
  label: string;
@@ -12,7 +14,8 @@ export declare class PTextFieldWrapper {
12
14
  state: FormState;
13
15
  unit: string;
14
16
  unitPosition: TextFieldWrapperUnitPosition;
17
+ action: EventEmitter<CustomEvent<void>>;
15
18
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
16
19
  static ɵfac: i0.ɵɵFactoryDeclaration<PTextFieldWrapper, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<PTextFieldWrapper, "p-text-field-wrapper,[p-text-field-wrapper]", never, { "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "state": "state"; "unit": "unit"; "unitPosition": "unitPosition"; }, {}, never, ["*"]>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTextFieldWrapper, "p-text-field-wrapper,[p-text-field-wrapper]", never, { "actionIcon": "actionIcon"; "actionLoading": "actionLoading"; "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "state": "state"; "unit": "unit"; "unitPosition": "unitPosition"; }, { "action": "action"; }, never, ["*"], false>;
18
21
  }
@@ -5,5 +5,5 @@ export declare class PTextListItem {
5
5
  protected el: HTMLElement;
6
6
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<PTextListItem, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<PTextListItem, "p-text-list-item,[p-text-list-item]", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTextListItem, "p-text-list-item,[p-text-list-item]", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -9,5 +9,5 @@ export declare class PTextList {
9
9
  theme: Theme;
10
10
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PTextList, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<PTextList, "p-text-list,[p-text-list]", never, { "listType": "listType"; "orderType": "orderType"; "theme": "theme"; }, {}, never, ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTextList, "p-text-list,[p-text-list]", never, { "listType": "listType"; "orderType": "orderType"; "theme": "theme"; }, {}, never, ["*"], false>;
13
13
  }
@@ -1,5 +1,5 @@
1
1
  import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
2
- import type { TextAlign, TextColor, BreakpointCustomizable, TextSize, Theme, TextWeight } from '../types';
2
+ import type { TextAlign, TextColor, BreakpointCustomizable, TextSize, TextTag, Theme, TextWeight } from '../types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class PText {
5
5
  protected z: NgZone;
@@ -8,10 +8,10 @@ export declare class PText {
8
8
  color: TextColor;
9
9
  ellipsis: boolean;
10
10
  size: BreakpointCustomizable<TextSize>;
11
- tag: "p" | "span" | "div" | "address" | "blockquote" | "figcaption" | "cite" | "time" | "legend";
11
+ tag: TextTag;
12
12
  theme: Theme;
13
13
  weight: TextWeight;
14
14
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<PText, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<PText, "p-text,[p-text]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "size": "size"; "tag": "tag"; "theme": "theme"; "weight": "weight"; }, {}, never, ["*"]>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<PText, "p-text,[p-text]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "size": "size"; "tag": "tag"; "theme": "theme"; "weight": "weight"; }, {}, never, ["*"], false>;
17
17
  }
@@ -12,5 +12,5 @@ export declare class PTextareaWrapper {
12
12
  state: FormState;
13
13
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<PTextareaWrapper, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<PTextareaWrapper, "p-textarea-wrapper,[p-textarea-wrapper]", never, { "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "state": "state"; }, {}, never, ["*"]>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTextareaWrapper, "p-textarea-wrapper,[p-textarea-wrapper]", never, { "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "state": "state"; }, {}, never, ["*"], false>;
16
16
  }
@@ -7,5 +7,5 @@ export declare class PToast {
7
7
  theme: Theme;
8
8
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<PToast, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<PToast, "p-toast,[p-toast]", never, { "theme": "theme"; }, {}, never, ["*"]>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<PToast, "p-toast,[p-toast]", never, { "theme": "theme"; }, {}, never, ["*"], false>;
11
11
  }