@porsche-design-system/components-angular 3.30.0-rc.0 → 3.30.0-rc.2

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.
package/index.d.ts CHANGED
@@ -1,7 +1,8 @@
1
1
  export { componentsReady } from '@porsche-design-system/components-js';
2
2
  import * as i0 from '@angular/core';
3
- import { InjectionToken, OnChanges, ChangeDetectorRef, ElementRef, OnDestroy, EventEmitter, ModuleWithProviders } from '@angular/core';
3
+ import { InjectionToken, OnChanges, ChangeDetectorRef, ElementRef, OnDestroy, EventEmitter, Renderer2, ModuleWithProviders } from '@angular/core';
4
4
  import { BehaviorSubject } from 'rxjs';
5
+ import { ControlValueAccessor } from '@angular/forms';
5
6
  import * as _porsche_design_system_components_angular from '@porsche-design-system/components-angular';
6
7
 
7
8
  type Booleanish = boolean | "true" | "false";
@@ -508,6 +509,7 @@ declare const ICON_NAMES: readonly [
508
509
  ];
509
510
  type IconName = typeof ICON_NAMES[number];
510
511
  declare const FLAG_NAMES: readonly [
512
+ "ad",
511
513
  "ae",
512
514
  "am",
513
515
  "ar",
@@ -544,6 +546,7 @@ declare const FLAG_NAMES: readonly [
544
546
  "gb",
545
547
  "ge",
546
548
  "gh",
549
+ "gi",
547
550
  "gr",
548
551
  "gt",
549
552
  "hk",
@@ -566,12 +569,15 @@ declare const FLAG_NAMES: readonly [
566
569
  "kw",
567
570
  "kz",
568
571
  "lb",
572
+ "li",
569
573
  "lk",
570
574
  "lt",
571
575
  "lu",
572
576
  "lv",
573
577
  "ma",
578
+ "mc",
574
579
  "md",
580
+ "me",
575
581
  "mk",
576
582
  "mn",
577
583
  "mo",
@@ -608,12 +614,14 @@ declare const FLAG_NAMES: readonly [
608
614
  "tn",
609
615
  "tr",
610
616
  "tt",
617
+ "tw",
611
618
  "ua",
612
619
  "us",
613
620
  "uy",
614
621
  "uz",
615
622
  "ve",
616
623
  "vn",
624
+ "xx",
617
625
  "za"
618
626
  ];
619
627
  type FlagName = typeof FLAG_NAMES[number];
@@ -732,13 +740,17 @@ type MultiSelectUpdateEvent = {
732
740
  name: string;
733
741
  value: string[];
734
742
  };
743
+ /** @deprecated */
735
744
  type MultiSelectUpdateEventDetail = MultiSelectUpdateEvent;
745
+ type MultiSelectChangeEventDetail = MultiSelectUpdateEventDetail;
736
746
  type SelectState = FormState;
737
747
  type SelectDropdownDirection = SelectComponentsDropdownDirection;
748
+ /** @deprecated */
738
749
  type SelectUpdateEventDetail = {
739
750
  name: string;
740
751
  value: string;
741
752
  };
753
+ type SelectChangeEventDetail = SelectUpdateEventDetail;
742
754
  declare const SELECT_DROPDOWN_DIRECTIONS: readonly [
743
755
  "down",
744
756
  "up",
@@ -1117,6 +1129,11 @@ declare const FLEX_ITEM_FLEXS: readonly [
1117
1129
  "equal"
1118
1130
  ];
1119
1131
  type FlexItemFlex = (typeof FLEX_ITEM_FLEXS)[number];
1132
+ declare const BACKDROPS: readonly [
1133
+ "blur",
1134
+ "shading"
1135
+ ];
1136
+ type Backdrop = (typeof BACKDROPS)[number];
1120
1137
  declare const FLYOUT_POSITIONS: readonly [
1121
1138
  "start",
1122
1139
  "end",
@@ -1135,6 +1152,7 @@ declare const FLYOUT_ARIA_ATTRIBUTES: readonly [
1135
1152
  type FlyoutAriaAttribute = (typeof FLYOUT_ARIA_ATTRIBUTES)[number];
1136
1153
  type FlyoutMotionVisibleEndEventDetail = TransitionEvent;
1137
1154
  type FlyoutMotionHiddenEndEventDetail = TransitionEvent;
1155
+ type FlyoutBackdrop = Backdrop;
1138
1156
  declare const GRID_DIRECTIONS: readonly [
1139
1157
  "row",
1140
1158
  "row-reverse",
@@ -1415,11 +1433,6 @@ declare const MARQUE_SIZES: readonly [
1415
1433
  "medium"
1416
1434
  ];
1417
1435
  type MarqueSize = (typeof MARQUE_SIZES)[number];
1418
- declare const BACKDROPS: readonly [
1419
- "blur",
1420
- "shading"
1421
- ];
1422
- type Backdrop = (typeof BACKDROPS)[number];
1423
1436
  declare const MODAL_ARIA_ATTRIBUTES: readonly [
1424
1437
  "aria-label",
1425
1438
  "role"
@@ -1480,7 +1493,9 @@ type PinCodeUpdateEvent = {
1480
1493
  value: string;
1481
1494
  isComplete: boolean;
1482
1495
  };
1496
+ /** @deprecated */
1483
1497
  type PinCodeUpdateEventDetail = PinCodeUpdateEvent;
1498
+ type PinCodeChangeEventDetail = PinCodeUpdateEventDetail;
1484
1499
  type PinCodeState = FormState;
1485
1500
  declare const POPOVER_DIRECTIONS: readonly [
1486
1501
  "top",
@@ -1494,6 +1509,9 @@ declare const POPOVER_ARIA_ATTRIBUTES: readonly [
1494
1509
  ];
1495
1510
  type PopoverAriaAttribute = (typeof POPOVER_ARIA_ATTRIBUTES)[number];
1496
1511
  type RadioButtonWrapperState = FormState;
1512
+ type RadioGroupState = FormState;
1513
+ type RadioGroupDirection = GroupDirection;
1514
+ type RadioGroupChangeEventDetail = Event;
1497
1515
  declare const SEGMENTED_CONTROL_BACKGROUND_COLORS: readonly [
1498
1516
  "background-surface",
1499
1517
  "background-default"
@@ -1503,7 +1521,9 @@ type SegmentedControlBackgroundColor = (typeof SEGMENTED_CONTROL_BACKGROUND_COLO
1503
1521
  type SegmentedControlUpdateEvent = {
1504
1522
  value: string | number;
1505
1523
  };
1524
+ /** @deprecated */
1506
1525
  type SegmentedControlUpdateEventDetail = SegmentedControlUpdateEvent;
1526
+ type SegmentedControlChangeEventDetail = SegmentedControlUpdateEventDetail;
1507
1527
  declare const SEGMENTED_CONTROL_COLUMNS: (string | number)[];
1508
1528
  type SegmentedControlColumns = (typeof SEGMENTED_CONTROL_COLUMNS)[number];
1509
1529
  type SegmentedControlItemIcon = LinkButtonIconName;
@@ -1725,183 +1745,728 @@ declare abstract class BaseComponentWithTheme extends BaseComponent implements O
1725
1745
  static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentWithTheme, "ng-component", never, {}, {}, never, never, true, never>;
1726
1746
  }
1727
1747
 
1728
- declare class PTableBody extends BaseComponent {
1729
- static ɵfac: i0.ɵɵFactoryDeclaration<PTableBody, never>;
1730
- static ɵcmp: i0.ɵɵComponentDeclaration<PTableBody, "p-table-body,[p-table-body]", never, {}, {}, never, ["*"], false, never>;
1731
- }
1732
-
1733
- declare class PAccordion extends BaseComponentWithTheme {
1748
+ declare class PCheckbox extends BaseComponentWithTheme implements ControlValueAccessor {
1749
+ private _renderer;
1750
+ private _elementRef;
1751
+ private _cdr;
1752
+ checked?: boolean;
1734
1753
  compact?: boolean;
1735
- heading?: string;
1736
- headingTag?: AccordionHeadingTag;
1737
- open?: boolean;
1738
- size?: BreakpointCustomizable<AccordionSize>;
1739
- sticky?: boolean;
1740
- /** @deprecated */
1741
- tag?: AccordionTag;
1754
+ disabled?: boolean;
1755
+ form?: string;
1756
+ hideLabel?: BreakpointCustomizable<boolean>;
1757
+ indeterminate?: boolean;
1758
+ label?: string;
1759
+ loading?: boolean;
1760
+ message?: string;
1761
+ name?: string;
1762
+ required?: boolean;
1763
+ state?: CheckboxState;
1742
1764
  theme?: Theme;
1765
+ value?: string;
1766
+ blur: EventEmitter<CustomEvent<Event>>;
1767
+ change: EventEmitter<CustomEvent<Event>>;
1743
1768
  /** @deprecated */
1744
- accordionChange: EventEmitter<CustomEvent<_porsche_design_system_components_angular.AccordionUpdateEvent>>;
1745
- update: EventEmitter<CustomEvent<_porsche_design_system_components_angular.AccordionUpdateEvent>>;
1746
- static ɵfac: i0.ɵɵFactoryDeclaration<PAccordion, never>;
1747
- static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion,[p-accordion]", never, { "compact": { "alias": "compact"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "open": { "alias": "open"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "accordionChange": "accordionChange"; "update": "update"; }, never, ["*"], false, never>;
1769
+ update: EventEmitter<CustomEvent<CheckboxUpdateEventDetail>>;
1770
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
1771
+ _onChange: (value: any) => void;
1772
+ _onTouched: () => void;
1773
+ writeValue(value: any): void;
1774
+ registerOnChange(fn: any): void;
1775
+ registerOnTouched(fn: any): void;
1776
+ setDisabledState(isDisabled: boolean): void;
1777
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCheckbox, never>;
1778
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCheckbox, "p-checkbox,[p-checkbox]", never, { "checked": { "alias": "checked"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "update": "update"; }, never, ["*"], false, never>;
1748
1779
  }
1749
1780
 
1750
- declare class PBanner extends BaseComponentWithTheme {
1781
+ declare class PInputDate extends BaseComponentWithTheme implements ControlValueAccessor {
1782
+ private _renderer;
1783
+ private _elementRef;
1784
+ private _cdr;
1785
+ autoComplete?: string;
1786
+ compact?: boolean;
1751
1787
  description?: string;
1752
- dismissButton?: boolean;
1753
- heading?: string;
1754
- headingTag?: BannerHeadingTag;
1755
- open: boolean;
1756
- /** @deprecated */
1757
- persistent?: boolean;
1758
- state?: BannerState;
1759
- theme?: Theme;
1760
- /** @deprecated */
1761
- width?: BannerWidth;
1762
- dismiss: EventEmitter<CustomEvent<void>>;
1763
- static ɵfac: i0.ɵɵFactoryDeclaration<PBanner, never>;
1764
- static ɵcmp: i0.ɵɵComponentDeclaration<PBanner, "p-banner,[p-banner]", never, { "description": { "alias": "description"; "required": false; }; "dismissButton": { "alias": "dismissButton"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "open": { "alias": "open"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "dismiss": "dismiss"; }, never, ["*"], false, never>;
1765
- }
1766
-
1767
- declare class PButton extends BaseComponentWithTheme {
1768
- aria?: SelectedAriaAttributes<ButtonAriaAttribute>;
1769
- compact?: BreakpointCustomizable<boolean>;
1770
1788
  disabled?: boolean;
1771
1789
  form?: string;
1772
1790
  hideLabel?: BreakpointCustomizable<boolean>;
1773
- icon?: ButtonIcon;
1774
- iconSource?: string;
1791
+ label?: string;
1775
1792
  loading?: boolean;
1776
- name?: string;
1793
+ max?: string;
1794
+ message?: string;
1795
+ min?: string;
1796
+ name: string;
1797
+ readOnly?: boolean;
1798
+ required?: boolean;
1799
+ state?: InputDateState;
1800
+ step?: number;
1777
1801
  theme?: Theme;
1778
- type?: ButtonType;
1779
1802
  value?: string;
1780
- variant?: ButtonVariant;
1781
- static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
1782
- static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button,[p-button]", never, { "aria": { "alias": "aria"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "name": { "alias": "name"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
1783
- }
1784
-
1785
- declare class PButtonGroup extends BaseComponent {
1786
- direction?: BreakpointCustomizable<ButtonGroupDirection>;
1787
- static ɵfac: i0.ɵɵFactoryDeclaration<PButtonGroup, never>;
1788
- static ɵcmp: i0.ɵɵComponentDeclaration<PButtonGroup, "p-button-group,[p-button-group]", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["*"], false, never>;
1803
+ blur: EventEmitter<CustomEvent<Event>>;
1804
+ change: EventEmitter<CustomEvent<Event>>;
1805
+ input: EventEmitter<CustomEvent<InputEvent>>;
1806
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
1807
+ _onChange: (value: any) => void;
1808
+ _onTouched: () => void;
1809
+ writeValue(value: any): void;
1810
+ registerOnChange(fn: any): void;
1811
+ registerOnTouched(fn: any): void;
1812
+ setDisabledState(isDisabled: boolean): void;
1813
+ static ɵfac: i0.ɵɵFactoryDeclaration<PInputDate, never>;
1814
+ static ɵcmp: i0.ɵɵComponentDeclaration<PInputDate, "p-input-date,[p-input-date]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "max": { "alias": "max"; "required": false; }; "message": { "alias": "message"; "required": false; }; "min": { "alias": "min"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "step": { "alias": "step"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
1789
1815
  }
1790
1816
 
1791
- declare class PButtonPure extends BaseComponentWithTheme {
1792
- active?: boolean;
1793
- alignLabel?: BreakpointCustomizable<ButtonPureAlignLabel>;
1794
- aria?: SelectedAriaAttributes<ButtonPureAriaAttribute>;
1817
+ declare class PInputEmail extends BaseComponentWithTheme implements ControlValueAccessor {
1818
+ private _renderer;
1819
+ private _elementRef;
1820
+ private _cdr;
1821
+ autoComplete?: string;
1822
+ compact?: boolean;
1823
+ description?: string;
1795
1824
  disabled?: boolean;
1796
1825
  form?: string;
1797
1826
  hideLabel?: BreakpointCustomizable<boolean>;
1798
- icon?: ButtonPureIcon;
1799
- iconSource?: string;
1827
+ indicator?: boolean;
1828
+ label?: string;
1800
1829
  loading?: boolean;
1801
- name?: string;
1802
- size?: BreakpointCustomizable<ButtonPureSize>;
1803
- stretch?: BreakpointCustomizable<boolean>;
1830
+ maxLength?: number;
1831
+ message?: string;
1832
+ minLength?: number;
1833
+ multiple?: boolean;
1834
+ name: string;
1835
+ pattern?: string;
1836
+ placeholder?: string;
1837
+ readOnly?: boolean;
1838
+ required?: boolean;
1839
+ state?: InputEmailState;
1804
1840
  theme?: Theme;
1805
- type?: ButtonPureType;
1806
- underline?: boolean;
1807
1841
  value?: string;
1808
- /** @deprecated */
1809
- weight?: ButtonPureWeight;
1810
- static ɵfac: i0.ɵɵFactoryDeclaration<PButtonPure, never>;
1811
- static ɵcmp: i0.ɵɵComponentDeclaration<PButtonPure, "p-button-pure,[p-button-pure]", never, { "active": { "alias": "active"; "required": false; }; "alignLabel": { "alias": "alignLabel"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; "value": { "alias": "value"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
1842
+ blur: EventEmitter<CustomEvent<Event>>;
1843
+ change: EventEmitter<CustomEvent<Event>>;
1844
+ input: EventEmitter<CustomEvent<InputEvent>>;
1845
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
1846
+ _onChange: (value: any) => void;
1847
+ _onTouched: () => void;
1848
+ writeValue(value: any): void;
1849
+ registerOnChange(fn: any): void;
1850
+ registerOnTouched(fn: any): void;
1851
+ setDisabledState(isDisabled: boolean): void;
1852
+ static ɵfac: i0.ɵɵFactoryDeclaration<PInputEmail, never>;
1853
+ static ɵcmp: i0.ɵɵComponentDeclaration<PInputEmail, "p-input-email,[p-input-email]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "indicator": { "alias": "indicator"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "message": { "alias": "message"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
1812
1854
  }
1813
1855
 
1814
- declare class PButtonTile extends BaseComponent {
1815
- align?: ButtonTileAlign;
1816
- aria?: SelectedAriaAttributes<ButtonTileAriaAttribute>;
1817
- aspectRatio?: BreakpointCustomizable<ButtonTileAspectRatio>;
1818
- background?: ButtonTileBackground;
1819
- compact?: BreakpointCustomizable<boolean>;
1820
- description: string;
1856
+ declare class PInputNumber extends BaseComponentWithTheme implements ControlValueAccessor {
1857
+ private _renderer;
1858
+ private _elementRef;
1859
+ private _cdr;
1860
+ autoComplete?: string;
1861
+ compact?: boolean;
1862
+ controls?: boolean;
1863
+ description?: string;
1821
1864
  disabled?: boolean;
1822
- gradient?: boolean;
1823
- icon?: ButtonTileIcon;
1824
- iconSource?: string;
1825
- label: string;
1865
+ form?: string;
1866
+ hideLabel?: BreakpointCustomizable<boolean>;
1867
+ label?: string;
1826
1868
  loading?: boolean;
1827
- size?: BreakpointCustomizable<ButtonTileSize>;
1828
- type?: ButtonTileType;
1829
- weight?: BreakpointCustomizable<ButtonTileWeight>;
1830
- static ɵfac: i0.ɵɵFactoryDeclaration<PButtonTile, never>;
1831
- static ɵcmp: i0.ɵɵComponentDeclaration<PButtonTile, "p-button-tile,[p-button-tile]", never, { "align": { "alias": "align"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "background": { "alias": "background"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "gradient": { "alias": "gradient"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
1832
- }
1833
-
1834
- declare class PCanvas extends BaseComponentWithTheme {
1835
- sidebarEndOpen?: boolean;
1836
- sidebarStartOpen?: boolean;
1869
+ max?: number;
1870
+ message?: string;
1871
+ min?: number;
1872
+ name: string;
1873
+ placeholder?: string;
1874
+ readOnly?: boolean;
1875
+ required?: boolean;
1876
+ state?: InputNumberState;
1877
+ step?: number;
1837
1878
  theme?: Theme;
1838
- sidebarEndDismiss: EventEmitter<CustomEvent<void>>;
1839
- sidebarStartUpdate: EventEmitter<CustomEvent<CanvasSidebarStartUpdateEventDetail>>;
1840
- static ɵfac: i0.ɵɵFactoryDeclaration<PCanvas, never>;
1841
- static ɵcmp: i0.ɵɵComponentDeclaration<PCanvas, "p-canvas,[p-canvas]", never, { "sidebarEndOpen": { "alias": "sidebarEndOpen"; "required": false; }; "sidebarStartOpen": { "alias": "sidebarStartOpen"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "sidebarEndDismiss": "sidebarEndDismiss"; "sidebarStartUpdate": "sidebarStartUpdate"; }, never, ["*"], false, never>;
1879
+ value?: string;
1880
+ blur: EventEmitter<CustomEvent<Event>>;
1881
+ change: EventEmitter<CustomEvent<Event>>;
1882
+ input: EventEmitter<CustomEvent<InputEvent>>;
1883
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
1884
+ _onChange: (value: any) => void;
1885
+ _onTouched: () => void;
1886
+ writeValue(value: any): void;
1887
+ registerOnChange(fn: any): void;
1888
+ registerOnTouched(fn: any): void;
1889
+ setDisabledState(isDisabled: boolean): void;
1890
+ static ɵfac: i0.ɵɵFactoryDeclaration<PInputNumber, never>;
1891
+ static ɵcmp: i0.ɵɵComponentDeclaration<PInputNumber, "p-input-number,[p-input-number]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "controls": { "alias": "controls"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "max": { "alias": "max"; "required": false; }; "message": { "alias": "message"; "required": false; }; "min": { "alias": "min"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "step": { "alias": "step"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
1842
1892
  }
1843
1893
 
1844
- declare class PCarousel extends BaseComponentWithTheme {
1845
- activeSlideIndex?: number;
1846
- alignControls?: CarouselAlignControls;
1847
- alignHeader?: CarouselAlignHeader;
1848
- aria?: SelectedAriaAttributes<CarouselAriaAttribute>;
1894
+ declare class PInputPassword extends BaseComponentWithTheme implements ControlValueAccessor {
1895
+ private _renderer;
1896
+ private _elementRef;
1897
+ private _cdr;
1898
+ autoComplete?: string;
1899
+ compact?: boolean;
1849
1900
  description?: string;
1850
- /** @deprecated */
1851
- disablePagination?: BreakpointCustomizable<boolean>;
1852
- focusOnCenterSlide?: boolean;
1853
- gradientColor?: CarouselGradientColor;
1854
- heading?: string;
1855
- headingSize?: CarouselHeadingSize;
1856
- intl?: CarouselInternationalization;
1857
- pagination?: BreakpointCustomizable<boolean>;
1858
- rewind?: boolean;
1859
- skipLinkTarget?: string;
1860
- slidesPerPage?: BreakpointCustomizable<CarouselSlidesPerPage>;
1901
+ disabled?: boolean;
1902
+ form?: string;
1903
+ hideLabel?: BreakpointCustomizable<boolean>;
1904
+ label?: string;
1905
+ loading?: boolean;
1906
+ maxLength?: number;
1907
+ message?: string;
1908
+ minLength?: number;
1909
+ name: string;
1910
+ placeholder?: string;
1911
+ readOnly?: boolean;
1912
+ required?: boolean;
1913
+ state?: InputPasswordState;
1861
1914
  theme?: Theme;
1862
- trimSpace?: boolean;
1863
- width?: CarouselWidth;
1864
- /** @deprecated */
1865
- wrapContent?: boolean;
1866
- /** @deprecated */
1867
- carouselChange: EventEmitter<CustomEvent<_porsche_design_system_components_angular.CarouselUpdateEvent>>;
1868
- update: EventEmitter<CustomEvent<_porsche_design_system_components_angular.CarouselUpdateEvent>>;
1869
- static ɵfac: i0.ɵɵFactoryDeclaration<PCarousel, never>;
1870
- static ɵcmp: i0.ɵɵComponentDeclaration<PCarousel, "p-carousel,[p-carousel]", never, { "activeSlideIndex": { "alias": "activeSlideIndex"; "required": false; }; "alignControls": { "alias": "alignControls"; "required": false; }; "alignHeader": { "alias": "alignHeader"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disablePagination": { "alias": "disablePagination"; "required": false; }; "focusOnCenterSlide": { "alias": "focusOnCenterSlide"; "required": false; }; "gradientColor": { "alias": "gradientColor"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingSize": { "alias": "headingSize"; "required": false; }; "intl": { "alias": "intl"; "required": false; }; "pagination": { "alias": "pagination"; "required": false; }; "rewind": { "alias": "rewind"; "required": false; }; "skipLinkTarget": { "alias": "skipLinkTarget"; "required": false; }; "slidesPerPage": { "alias": "slidesPerPage"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "trimSpace": { "alias": "trimSpace"; "required": false; }; "width": { "alias": "width"; "required": false; }; "wrapContent": { "alias": "wrapContent"; "required": false; }; }, { "carouselChange": "carouselChange"; "update": "update"; }, never, ["*"], false, never>;
1915
+ toggle?: boolean;
1916
+ value?: string;
1917
+ blur: EventEmitter<CustomEvent<Event>>;
1918
+ change: EventEmitter<CustomEvent<Event>>;
1919
+ input: EventEmitter<CustomEvent<InputEvent>>;
1920
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
1921
+ _onChange: (value: any) => void;
1922
+ _onTouched: () => void;
1923
+ writeValue(value: any): void;
1924
+ registerOnChange(fn: any): void;
1925
+ registerOnTouched(fn: any): void;
1926
+ setDisabledState(isDisabled: boolean): void;
1927
+ static ɵfac: i0.ɵɵFactoryDeclaration<PInputPassword, never>;
1928
+ static ɵcmp: i0.ɵɵComponentDeclaration<PInputPassword, "p-input-password,[p-input-password]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "message": { "alias": "message"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
1871
1929
  }
1872
1930
 
1873
- declare class PCheckbox extends BaseComponentWithTheme {
1874
- checked?: boolean;
1931
+ declare class PInputSearch extends BaseComponentWithTheme implements ControlValueAccessor {
1932
+ private _renderer;
1933
+ private _elementRef;
1934
+ private _cdr;
1935
+ autoComplete?: string;
1936
+ clear?: boolean;
1875
1937
  compact?: boolean;
1938
+ description?: string;
1876
1939
  disabled?: boolean;
1877
1940
  form?: string;
1878
1941
  hideLabel?: BreakpointCustomizable<boolean>;
1879
- indeterminate?: boolean;
1942
+ indicator?: boolean;
1880
1943
  label?: string;
1881
1944
  loading?: boolean;
1882
1945
  message?: string;
1883
- name?: string;
1946
+ name: string;
1947
+ placeholder?: string;
1948
+ readOnly?: boolean;
1884
1949
  required?: boolean;
1885
- state?: CheckboxState;
1950
+ state?: InputSearchState;
1886
1951
  theme?: Theme;
1887
1952
  value?: string;
1888
1953
  blur: EventEmitter<CustomEvent<Event>>;
1889
1954
  change: EventEmitter<CustomEvent<Event>>;
1890
- /** @deprecated */
1891
- update: EventEmitter<CustomEvent<CheckboxUpdateEventDetail>>;
1892
- static ɵfac: i0.ɵɵFactoryDeclaration<PCheckbox, never>;
1893
- static ɵcmp: i0.ɵɵComponentDeclaration<PCheckbox, "p-checkbox,[p-checkbox]", never, { "checked": { "alias": "checked"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "update": "update"; }, never, ["*"], false, never>;
1955
+ input: EventEmitter<CustomEvent<InputEvent>>;
1956
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
1957
+ _onChange: (value: any) => void;
1958
+ _onTouched: () => void;
1959
+ writeValue(value: any): void;
1960
+ registerOnChange(fn: any): void;
1961
+ registerOnTouched(fn: any): void;
1962
+ setDisabledState(isDisabled: boolean): void;
1963
+ static ɵfac: i0.ɵɵFactoryDeclaration<PInputSearch, never>;
1964
+ static ɵcmp: i0.ɵɵComponentDeclaration<PInputSearch, "p-input-search,[p-input-search]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "clear": { "alias": "clear"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "indicator": { "alias": "indicator"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
1894
1965
  }
1895
1966
 
1896
- /** @deprecated since v3.29.0, will be removed with next major release. Please use `p-checkbox` instead. */
1897
- declare class PCheckboxWrapper extends BaseComponentWithTheme {
1967
+ declare class PInputTel extends BaseComponentWithTheme implements ControlValueAccessor {
1968
+ private _renderer;
1969
+ private _elementRef;
1970
+ private _cdr;
1971
+ autoComplete?: string;
1972
+ compact?: boolean;
1973
+ description?: string;
1974
+ disabled?: boolean;
1975
+ form?: string;
1898
1976
  hideLabel?: BreakpointCustomizable<boolean>;
1977
+ indicator?: boolean;
1899
1978
  label?: string;
1900
1979
  loading?: boolean;
1980
+ maxLength?: number;
1901
1981
  message?: string;
1902
- state?: CheckboxWrapperState;
1903
- theme?: Theme;
1904
- static ɵfac: i0.ɵɵFactoryDeclaration<PCheckboxWrapper, never>;
1982
+ minLength?: number;
1983
+ name: string;
1984
+ pattern?: string;
1985
+ placeholder?: string;
1986
+ readOnly?: boolean;
1987
+ required?: boolean;
1988
+ state?: InputTelState;
1989
+ theme?: Theme;
1990
+ value?: string;
1991
+ blur: EventEmitter<CustomEvent<Event>>;
1992
+ change: EventEmitter<CustomEvent<Event>>;
1993
+ input: EventEmitter<CustomEvent<InputEvent>>;
1994
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
1995
+ _onChange: (value: any) => void;
1996
+ _onTouched: () => void;
1997
+ writeValue(value: any): void;
1998
+ registerOnChange(fn: any): void;
1999
+ registerOnTouched(fn: any): void;
2000
+ setDisabledState(isDisabled: boolean): void;
2001
+ static ɵfac: i0.ɵɵFactoryDeclaration<PInputTel, never>;
2002
+ static ɵcmp: i0.ɵɵComponentDeclaration<PInputTel, "p-input-tel,[p-input-tel]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "indicator": { "alias": "indicator"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "message": { "alias": "message"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
2003
+ }
2004
+
2005
+ declare class PInputText extends BaseComponentWithTheme implements ControlValueAccessor {
2006
+ private _renderer;
2007
+ private _elementRef;
2008
+ private _cdr;
2009
+ autoComplete?: string;
2010
+ compact?: boolean;
2011
+ counter?: boolean;
2012
+ description?: string;
2013
+ disabled?: boolean;
2014
+ form?: string;
2015
+ hideLabel?: BreakpointCustomizable<boolean>;
2016
+ label?: string;
2017
+ loading?: boolean;
2018
+ maxLength?: number;
2019
+ message?: string;
2020
+ minLength?: number;
2021
+ name: string;
2022
+ placeholder?: string;
2023
+ readOnly?: boolean;
2024
+ required?: boolean;
2025
+ spellCheck?: boolean;
2026
+ state?: InputTextState;
2027
+ theme?: Theme;
2028
+ value?: string;
2029
+ blur: EventEmitter<CustomEvent<Event>>;
2030
+ change: EventEmitter<CustomEvent<Event>>;
2031
+ input: EventEmitter<CustomEvent<InputEvent>>;
2032
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
2033
+ _onChange: (value: any) => void;
2034
+ _onTouched: () => void;
2035
+ writeValue(value: any): void;
2036
+ registerOnChange(fn: any): void;
2037
+ registerOnTouched(fn: any): void;
2038
+ setDisabledState(isDisabled: boolean): void;
2039
+ static ɵfac: i0.ɵɵFactoryDeclaration<PInputText, never>;
2040
+ static ɵcmp: i0.ɵɵComponentDeclaration<PInputText, "p-input-text,[p-input-text]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "message": { "alias": "message"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "spellCheck": { "alias": "spellCheck"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
2041
+ }
2042
+
2043
+ declare class PInputTime extends BaseComponentWithTheme implements ControlValueAccessor {
2044
+ private _renderer;
2045
+ private _elementRef;
2046
+ private _cdr;
2047
+ autoComplete?: string;
2048
+ compact?: boolean;
2049
+ description?: string;
2050
+ disabled?: boolean;
2051
+ form?: string;
2052
+ hideLabel?: BreakpointCustomizable<boolean>;
2053
+ label?: string;
2054
+ loading?: boolean;
2055
+ max?: string;
2056
+ message?: string;
2057
+ min?: string;
2058
+ name: string;
2059
+ readOnly?: boolean;
2060
+ required?: boolean;
2061
+ state?: InputTimeState;
2062
+ step?: number;
2063
+ theme?: Theme;
2064
+ value?: string;
2065
+ blur: EventEmitter<CustomEvent<Event>>;
2066
+ change: EventEmitter<CustomEvent<Event>>;
2067
+ input: EventEmitter<CustomEvent<InputEvent>>;
2068
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
2069
+ _onChange: (value: any) => void;
2070
+ _onTouched: () => void;
2071
+ writeValue(value: any): void;
2072
+ registerOnChange(fn: any): void;
2073
+ registerOnTouched(fn: any): void;
2074
+ setDisabledState(isDisabled: boolean): void;
2075
+ static ɵfac: i0.ɵɵFactoryDeclaration<PInputTime, never>;
2076
+ static ɵcmp: i0.ɵɵComponentDeclaration<PInputTime, "p-input-time,[p-input-time]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "max": { "alias": "max"; "required": false; }; "message": { "alias": "message"; "required": false; }; "min": { "alias": "min"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "step": { "alias": "step"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
2077
+ }
2078
+
2079
+ declare class PInputUrl extends BaseComponentWithTheme implements ControlValueAccessor {
2080
+ private _renderer;
2081
+ private _elementRef;
2082
+ private _cdr;
2083
+ autoComplete?: string;
2084
+ compact?: boolean;
2085
+ description?: string;
2086
+ disabled?: boolean;
2087
+ form?: string;
2088
+ hideLabel?: BreakpointCustomizable<boolean>;
2089
+ indicator?: boolean;
2090
+ label?: string;
2091
+ loading?: boolean;
2092
+ maxLength?: number;
2093
+ message?: string;
2094
+ minLength?: number;
2095
+ name: string;
2096
+ pattern?: string;
2097
+ placeholder?: string;
2098
+ readOnly?: boolean;
2099
+ required?: boolean;
2100
+ state?: InputUrlState;
2101
+ theme?: Theme;
2102
+ value?: string;
2103
+ blur: EventEmitter<CustomEvent<Event>>;
2104
+ change: EventEmitter<CustomEvent<Event>>;
2105
+ input: EventEmitter<CustomEvent<InputEvent>>;
2106
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
2107
+ _onChange: (value: any) => void;
2108
+ _onTouched: () => void;
2109
+ writeValue(value: any): void;
2110
+ registerOnChange(fn: any): void;
2111
+ registerOnTouched(fn: any): void;
2112
+ setDisabledState(isDisabled: boolean): void;
2113
+ static ɵfac: i0.ɵɵFactoryDeclaration<PInputUrl, never>;
2114
+ static ɵcmp: i0.ɵɵComponentDeclaration<PInputUrl, "p-input-url,[p-input-url]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "indicator": { "alias": "indicator"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "message": { "alias": "message"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
2115
+ }
2116
+
2117
+ declare class PMultiSelect extends BaseComponentWithTheme implements ControlValueAccessor {
2118
+ private _renderer;
2119
+ private _elementRef;
2120
+ private _cdr;
2121
+ compact?: boolean;
2122
+ description?: string;
2123
+ disabled?: boolean;
2124
+ dropdownDirection?: MultiSelectDropdownDirection;
2125
+ form?: string;
2126
+ hideLabel?: BreakpointCustomizable<boolean>;
2127
+ label?: string;
2128
+ message?: string;
2129
+ name: string;
2130
+ required?: boolean;
2131
+ state?: MultiSelectState;
2132
+ theme?: Theme;
2133
+ value?: string[];
2134
+ blur: EventEmitter<CustomEvent<void>>;
2135
+ change: EventEmitter<CustomEvent<_porsche_design_system_components_angular.MultiSelectUpdateEvent>>;
2136
+ /** @deprecated */
2137
+ update: EventEmitter<CustomEvent<_porsche_design_system_components_angular.MultiSelectUpdateEvent>>;
2138
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
2139
+ _onChange: (value: any) => void;
2140
+ _onTouched: () => void;
2141
+ writeValue(value: any): void;
2142
+ registerOnChange(fn: any): void;
2143
+ registerOnTouched(fn: any): void;
2144
+ setDisabledState(isDisabled: boolean): void;
2145
+ static ɵfac: i0.ɵɵFactoryDeclaration<PMultiSelect, never>;
2146
+ static ɵcmp: i0.ɵɵComponentDeclaration<PMultiSelect, "p-multi-select,[p-multi-select]", never, { "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dropdownDirection": { "alias": "dropdownDirection"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "update": "update"; }, never, ["*"], false, never>;
2147
+ }
2148
+
2149
+ declare class PPinCode extends BaseComponentWithTheme implements ControlValueAccessor {
2150
+ private _renderer;
2151
+ private _elementRef;
2152
+ private _cdr;
2153
+ compact?: boolean;
2154
+ description?: string;
2155
+ disabled?: boolean;
2156
+ form?: string;
2157
+ hideLabel?: BreakpointCustomizable<boolean>;
2158
+ label?: string;
2159
+ length?: PinCodeLength;
2160
+ loading?: boolean;
2161
+ message?: string;
2162
+ name?: string;
2163
+ required?: boolean;
2164
+ state?: PinCodeState;
2165
+ theme?: Theme;
2166
+ type?: PinCodeType;
2167
+ value?: string;
2168
+ blur: EventEmitter<CustomEvent<void>>;
2169
+ change: EventEmitter<CustomEvent<_porsche_design_system_components_angular.PinCodeUpdateEvent>>;
2170
+ /** @deprecated */
2171
+ update: EventEmitter<CustomEvent<_porsche_design_system_components_angular.PinCodeUpdateEvent>>;
2172
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
2173
+ _onChange: (value: any) => void;
2174
+ _onTouched: () => void;
2175
+ writeValue(value: any): void;
2176
+ registerOnChange(fn: any): void;
2177
+ registerOnTouched(fn: any): void;
2178
+ setDisabledState(isDisabled: boolean): void;
2179
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPinCode, never>;
2180
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPinCode, "p-pin-code,[p-pin-code]", never, { "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "length": { "alias": "length"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "update": "update"; }, never, ["*"], false, never>;
2181
+ }
2182
+
2183
+ declare class PRadioGroup extends BaseComponentWithTheme implements ControlValueAccessor {
2184
+ private _renderer;
2185
+ private _elementRef;
2186
+ private _cdr;
2187
+ compact?: boolean;
2188
+ description?: string;
2189
+ direction?: BreakpointCustomizable<RadioGroupDirection>;
2190
+ disabled?: boolean;
2191
+ form?: string;
2192
+ hideLabel?: BreakpointCustomizable<boolean>;
2193
+ label?: string;
2194
+ loading?: boolean;
2195
+ message?: string;
2196
+ name: string;
2197
+ required?: boolean;
2198
+ state?: RadioGroupState;
2199
+ theme?: Theme;
2200
+ value?: string;
2201
+ blur: EventEmitter<CustomEvent<void>>;
2202
+ change: EventEmitter<CustomEvent<Event>>;
2203
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
2204
+ _onChange: (value: any) => void;
2205
+ _onTouched: () => void;
2206
+ writeValue(value: any): void;
2207
+ registerOnChange(fn: any): void;
2208
+ registerOnTouched(fn: any): void;
2209
+ setDisabledState(isDisabled: boolean): void;
2210
+ static ɵfac: i0.ɵɵFactoryDeclaration<PRadioGroup, never>;
2211
+ static ɵcmp: i0.ɵɵComponentDeclaration<PRadioGroup, "p-radio-group,[p-radio-group]", never, { "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; }, never, ["*"], false, never>;
2212
+ }
2213
+
2214
+ declare class PSegmentedControl extends BaseComponentWithTheme implements ControlValueAccessor {
2215
+ private _renderer;
2216
+ private _elementRef;
2217
+ private _cdr;
2218
+ /** @deprecated */
2219
+ backgroundColor?: SegmentedControlBackgroundColor;
2220
+ columns?: BreakpointCustomizable<SegmentedControlColumns>;
2221
+ compact?: boolean;
2222
+ disabled?: boolean;
2223
+ form?: string;
2224
+ name?: string;
2225
+ theme?: Theme;
2226
+ value?: string | number;
2227
+ blur: EventEmitter<CustomEvent<void>>;
2228
+ change: EventEmitter<CustomEvent<_porsche_design_system_components_angular.SegmentedControlUpdateEvent>>;
2229
+ /** @deprecated */
2230
+ segmentedControlChange: EventEmitter<CustomEvent<_porsche_design_system_components_angular.SegmentedControlUpdateEvent>>;
2231
+ /** @deprecated */
2232
+ update: EventEmitter<CustomEvent<_porsche_design_system_components_angular.SegmentedControlUpdateEvent>>;
2233
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
2234
+ _onChange: (value: any) => void;
2235
+ _onTouched: () => void;
2236
+ writeValue(value: any): void;
2237
+ registerOnChange(fn: any): void;
2238
+ registerOnTouched(fn: any): void;
2239
+ setDisabledState(isDisabled: boolean): void;
2240
+ static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentedControl, never>;
2241
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControl, "p-segmented-control,[p-segmented-control]", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "name": { "alias": "name"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "segmentedControlChange": "segmentedControlChange"; "update": "update"; }, never, ["*"], false, never>;
2242
+ }
2243
+
2244
+ declare class PSelect extends BaseComponentWithTheme implements ControlValueAccessor {
2245
+ private _renderer;
2246
+ private _elementRef;
2247
+ private _cdr;
2248
+ compact?: boolean;
2249
+ description?: string;
2250
+ disabled?: boolean;
2251
+ dropdownDirection?: SelectDropdownDirection;
2252
+ filter?: boolean;
2253
+ form?: string;
2254
+ hideLabel?: BreakpointCustomizable<boolean>;
2255
+ label?: string;
2256
+ message?: string;
2257
+ name: string;
2258
+ required?: boolean;
2259
+ state?: SelectState;
2260
+ theme?: Theme;
2261
+ value?: string;
2262
+ blur: EventEmitter<CustomEvent<void>>;
2263
+ change: EventEmitter<CustomEvent<SelectUpdateEventDetail>>;
2264
+ /** @deprecated */
2265
+ update: EventEmitter<CustomEvent<SelectUpdateEventDetail>>;
2266
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
2267
+ _onChange: (value: any) => void;
2268
+ _onTouched: () => void;
2269
+ writeValue(value: any): void;
2270
+ registerOnChange(fn: any): void;
2271
+ registerOnTouched(fn: any): void;
2272
+ setDisabledState(isDisabled: boolean): void;
2273
+ static ɵfac: i0.ɵɵFactoryDeclaration<PSelect, never>;
2274
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSelect, "p-select,[p-select]", never, { "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dropdownDirection": { "alias": "dropdownDirection"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "update": "update"; }, never, ["*"], false, never>;
2275
+ }
2276
+
2277
+ declare class PTableBody extends BaseComponent {
2278
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableBody, never>;
2279
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableBody, "p-table-body,[p-table-body]", never, {}, {}, never, ["*"], false, never>;
2280
+ }
2281
+
2282
+ declare class PTextarea extends BaseComponentWithTheme implements ControlValueAccessor {
2283
+ private _renderer;
2284
+ private _elementRef;
2285
+ private _cdr;
2286
+ autoComplete?: string;
2287
+ counter?: boolean;
2288
+ description?: string;
2289
+ disabled?: boolean;
2290
+ form?: string;
2291
+ hideLabel?: BreakpointCustomizable<boolean>;
2292
+ label?: string;
2293
+ maxLength?: number;
2294
+ message?: string;
2295
+ minLength?: number;
2296
+ name: string;
2297
+ placeholder?: string;
2298
+ readOnly?: boolean;
2299
+ required?: boolean;
2300
+ resize?: TextareaResize;
2301
+ rows?: number;
2302
+ spellCheck?: boolean;
2303
+ state?: TextareaState;
2304
+ theme?: Theme;
2305
+ value?: string;
2306
+ wrap?: TextareaWrap;
2307
+ blur: EventEmitter<CustomEvent<Event>>;
2308
+ change: EventEmitter<CustomEvent<Event>>;
2309
+ input: EventEmitter<CustomEvent<InputEvent>>;
2310
+ constructor(_renderer: Renderer2, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
2311
+ _onChange: (value: any) => void;
2312
+ _onTouched: () => void;
2313
+ writeValue(value: any): void;
2314
+ registerOnChange(fn: any): void;
2315
+ registerOnTouched(fn: any): void;
2316
+ setDisabledState(isDisabled: boolean): void;
2317
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTextarea, never>;
2318
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTextarea, "p-textarea,[p-textarea]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "message": { "alias": "message"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "resize": { "alias": "resize"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "spellCheck": { "alias": "spellCheck"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
2319
+ }
2320
+
2321
+ declare class PAccordion extends BaseComponentWithTheme {
2322
+ compact?: boolean;
2323
+ heading?: string;
2324
+ headingTag?: AccordionHeadingTag;
2325
+ open?: boolean;
2326
+ size?: BreakpointCustomizable<AccordionSize>;
2327
+ sticky?: boolean;
2328
+ /** @deprecated */
2329
+ tag?: AccordionTag;
2330
+ theme?: Theme;
2331
+ /** @deprecated */
2332
+ accordionChange: EventEmitter<CustomEvent<_porsche_design_system_components_angular.AccordionUpdateEvent>>;
2333
+ update: EventEmitter<CustomEvent<_porsche_design_system_components_angular.AccordionUpdateEvent>>;
2334
+ static ɵfac: i0.ɵɵFactoryDeclaration<PAccordion, never>;
2335
+ static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion,[p-accordion]", never, { "compact": { "alias": "compact"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "open": { "alias": "open"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "accordionChange": "accordionChange"; "update": "update"; }, never, ["*"], false, never>;
2336
+ }
2337
+
2338
+ declare class PBanner extends BaseComponentWithTheme {
2339
+ description?: string;
2340
+ dismissButton?: boolean;
2341
+ heading?: string;
2342
+ headingTag?: BannerHeadingTag;
2343
+ open: boolean;
2344
+ /** @deprecated */
2345
+ persistent?: boolean;
2346
+ state?: BannerState;
2347
+ theme?: Theme;
2348
+ /** @deprecated */
2349
+ width?: BannerWidth;
2350
+ dismiss: EventEmitter<CustomEvent<void>>;
2351
+ static ɵfac: i0.ɵɵFactoryDeclaration<PBanner, never>;
2352
+ static ɵcmp: i0.ɵɵComponentDeclaration<PBanner, "p-banner,[p-banner]", never, { "description": { "alias": "description"; "required": false; }; "dismissButton": { "alias": "dismissButton"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "open": { "alias": "open"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "dismiss": "dismiss"; }, never, ["*"], false, never>;
2353
+ }
2354
+
2355
+ declare class PButton extends BaseComponentWithTheme {
2356
+ aria?: SelectedAriaAttributes<ButtonAriaAttribute>;
2357
+ compact?: BreakpointCustomizable<boolean>;
2358
+ disabled?: boolean;
2359
+ form?: string;
2360
+ hideLabel?: BreakpointCustomizable<boolean>;
2361
+ icon?: ButtonIcon;
2362
+ iconSource?: string;
2363
+ loading?: boolean;
2364
+ name?: string;
2365
+ theme?: Theme;
2366
+ type?: ButtonType;
2367
+ value?: string;
2368
+ variant?: ButtonVariant;
2369
+ static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
2370
+ static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button,[p-button]", never, { "aria": { "alias": "aria"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "name": { "alias": "name"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
2371
+ }
2372
+
2373
+ declare class PButtonGroup extends BaseComponent {
2374
+ direction?: BreakpointCustomizable<ButtonGroupDirection>;
2375
+ static ɵfac: i0.ɵɵFactoryDeclaration<PButtonGroup, never>;
2376
+ static ɵcmp: i0.ɵɵComponentDeclaration<PButtonGroup, "p-button-group,[p-button-group]", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["*"], false, never>;
2377
+ }
2378
+
2379
+ declare class PButtonPure extends BaseComponentWithTheme {
2380
+ active?: boolean;
2381
+ alignLabel?: BreakpointCustomizable<ButtonPureAlignLabel>;
2382
+ aria?: SelectedAriaAttributes<ButtonPureAriaAttribute>;
2383
+ disabled?: boolean;
2384
+ form?: string;
2385
+ hideLabel?: BreakpointCustomizable<boolean>;
2386
+ icon?: ButtonPureIcon;
2387
+ iconSource?: string;
2388
+ loading?: boolean;
2389
+ name?: string;
2390
+ size?: BreakpointCustomizable<ButtonPureSize>;
2391
+ stretch?: BreakpointCustomizable<boolean>;
2392
+ theme?: Theme;
2393
+ type?: ButtonPureType;
2394
+ underline?: boolean;
2395
+ value?: string;
2396
+ /** @deprecated */
2397
+ weight?: ButtonPureWeight;
2398
+ static ɵfac: i0.ɵɵFactoryDeclaration<PButtonPure, never>;
2399
+ static ɵcmp: i0.ɵɵComponentDeclaration<PButtonPure, "p-button-pure,[p-button-pure]", never, { "active": { "alias": "active"; "required": false; }; "alignLabel": { "alias": "alignLabel"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; "value": { "alias": "value"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
2400
+ }
2401
+
2402
+ declare class PButtonTile extends BaseComponent {
2403
+ align?: ButtonTileAlign;
2404
+ aria?: SelectedAriaAttributes<ButtonTileAriaAttribute>;
2405
+ aspectRatio?: BreakpointCustomizable<ButtonTileAspectRatio>;
2406
+ background?: ButtonTileBackground;
2407
+ compact?: BreakpointCustomizable<boolean>;
2408
+ description: string;
2409
+ disabled?: boolean;
2410
+ gradient?: boolean;
2411
+ icon?: ButtonTileIcon;
2412
+ iconSource?: string;
2413
+ label: string;
2414
+ loading?: boolean;
2415
+ size?: BreakpointCustomizable<ButtonTileSize>;
2416
+ type?: ButtonTileType;
2417
+ weight?: BreakpointCustomizable<ButtonTileWeight>;
2418
+ static ɵfac: i0.ɵɵFactoryDeclaration<PButtonTile, never>;
2419
+ static ɵcmp: i0.ɵɵComponentDeclaration<PButtonTile, "p-button-tile,[p-button-tile]", never, { "align": { "alias": "align"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "background": { "alias": "background"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "gradient": { "alias": "gradient"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
2420
+ }
2421
+
2422
+ declare class PCanvas extends BaseComponentWithTheme {
2423
+ sidebarEndOpen?: boolean;
2424
+ sidebarStartOpen?: boolean;
2425
+ theme?: Theme;
2426
+ sidebarEndDismiss: EventEmitter<CustomEvent<void>>;
2427
+ sidebarStartUpdate: EventEmitter<CustomEvent<CanvasSidebarStartUpdateEventDetail>>;
2428
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCanvas, never>;
2429
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCanvas, "p-canvas,[p-canvas]", never, { "sidebarEndOpen": { "alias": "sidebarEndOpen"; "required": false; }; "sidebarStartOpen": { "alias": "sidebarStartOpen"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "sidebarEndDismiss": "sidebarEndDismiss"; "sidebarStartUpdate": "sidebarStartUpdate"; }, never, ["*"], false, never>;
2430
+ }
2431
+
2432
+ declare class PCarousel extends BaseComponentWithTheme {
2433
+ activeSlideIndex?: number;
2434
+ alignControls?: CarouselAlignControls;
2435
+ alignHeader?: CarouselAlignHeader;
2436
+ aria?: SelectedAriaAttributes<CarouselAriaAttribute>;
2437
+ description?: string;
2438
+ /** @deprecated */
2439
+ disablePagination?: BreakpointCustomizable<boolean>;
2440
+ focusOnCenterSlide?: boolean;
2441
+ gradientColor?: CarouselGradientColor;
2442
+ heading?: string;
2443
+ headingSize?: CarouselHeadingSize;
2444
+ intl?: CarouselInternationalization;
2445
+ pagination?: BreakpointCustomizable<boolean>;
2446
+ rewind?: boolean;
2447
+ skipLinkTarget?: string;
2448
+ slidesPerPage?: BreakpointCustomizable<CarouselSlidesPerPage>;
2449
+ theme?: Theme;
2450
+ trimSpace?: boolean;
2451
+ width?: CarouselWidth;
2452
+ /** @deprecated */
2453
+ wrapContent?: boolean;
2454
+ /** @deprecated */
2455
+ carouselChange: EventEmitter<CustomEvent<_porsche_design_system_components_angular.CarouselUpdateEvent>>;
2456
+ update: EventEmitter<CustomEvent<_porsche_design_system_components_angular.CarouselUpdateEvent>>;
2457
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCarousel, never>;
2458
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCarousel, "p-carousel,[p-carousel]", never, { "activeSlideIndex": { "alias": "activeSlideIndex"; "required": false; }; "alignControls": { "alias": "alignControls"; "required": false; }; "alignHeader": { "alias": "alignHeader"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disablePagination": { "alias": "disablePagination"; "required": false; }; "focusOnCenterSlide": { "alias": "focusOnCenterSlide"; "required": false; }; "gradientColor": { "alias": "gradientColor"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingSize": { "alias": "headingSize"; "required": false; }; "intl": { "alias": "intl"; "required": false; }; "pagination": { "alias": "pagination"; "required": false; }; "rewind": { "alias": "rewind"; "required": false; }; "skipLinkTarget": { "alias": "skipLinkTarget"; "required": false; }; "slidesPerPage": { "alias": "slidesPerPage"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "trimSpace": { "alias": "trimSpace"; "required": false; }; "width": { "alias": "width"; "required": false; }; "wrapContent": { "alias": "wrapContent"; "required": false; }; }, { "carouselChange": "carouselChange"; "update": "update"; }, never, ["*"], false, never>;
2459
+ }
2460
+
2461
+ /** @deprecated since v3.29.0, will be removed with next major release. Please use `p-checkbox` instead. */
2462
+ declare class PCheckboxWrapper extends BaseComponentWithTheme {
2463
+ hideLabel?: BreakpointCustomizable<boolean>;
2464
+ label?: string;
2465
+ loading?: boolean;
2466
+ message?: string;
2467
+ state?: CheckboxWrapperState;
2468
+ theme?: Theme;
2469
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCheckboxWrapper, never>;
1905
2470
  static ɵcmp: i0.ɵɵComponentDeclaration<PCheckboxWrapper, "p-checkbox-wrapper,[p-checkbox-wrapper]", never, { "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
1906
2471
  }
1907
2472
 
@@ -2035,6 +2600,7 @@ declare class PFlexItem extends BaseComponent {
2035
2600
 
2036
2601
  declare class PFlyout extends BaseComponentWithTheme {
2037
2602
  aria?: SelectedAriaAttributes<FlyoutAriaAttribute>;
2603
+ backdrop?: FlyoutBackdrop;
2038
2604
  disableBackdropClick?: boolean;
2039
2605
  footerBehavior?: FlyoutFooterBehavior;
2040
2606
  open: boolean;
@@ -2042,327 +2608,81 @@ declare class PFlyout extends BaseComponentWithTheme {
2042
2608
  theme?: Theme;
2043
2609
  dismiss: EventEmitter<CustomEvent<void>>;
2044
2610
  motionHiddenEnd: EventEmitter<CustomEvent<TransitionEvent>>;
2045
- motionVisibleEnd: EventEmitter<CustomEvent<TransitionEvent>>;
2046
- static ɵfac: i0.ɵɵFactoryDeclaration<PFlyout, never>;
2047
- static ɵcmp: i0.ɵɵComponentDeclaration<PFlyout, "p-flyout,[p-flyout]", never, { "aria": { "alias": "aria"; "required": false; }; "disableBackdropClick": { "alias": "disableBackdropClick"; "required": false; }; "footerBehavior": { "alias": "footerBehavior"; "required": false; }; "open": { "alias": "open"; "required": false; }; "position": { "alias": "position"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "dismiss": "dismiss"; "motionHiddenEnd": "motionHiddenEnd"; "motionVisibleEnd": "motionVisibleEnd"; }, never, ["*"], false, never>;
2048
- }
2049
-
2050
- /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
2051
- declare class PGrid extends BaseComponent {
2052
- direction?: BreakpointCustomizable<GridDirection>;
2053
- /** @deprecated */
2054
- gutter?: BreakpointCustomizable<GridGutter>;
2055
- wrap?: BreakpointCustomizable<GridWrap>;
2056
- static ɵfac: i0.ɵɵFactoryDeclaration<PGrid, never>;
2057
- static ɵcmp: i0.ɵɵComponentDeclaration<PGrid, "p-grid,[p-grid]", never, { "direction": { "alias": "direction"; "required": false; }; "gutter": { "alias": "gutter"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, {}, never, ["*"], false, never>;
2058
- }
2059
-
2060
- /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
2061
- declare class PGridItem extends BaseComponent {
2062
- offset?: BreakpointCustomizable<GridItemOffset>;
2063
- size?: BreakpointCustomizable<GridItemSize>;
2064
- static ɵfac: i0.ɵɵFactoryDeclaration<PGridItem, never>;
2065
- static ɵcmp: i0.ɵɵComponentDeclaration<PGridItem, "p-grid-item,[p-grid-item]", never, { "offset": { "alias": "offset"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
2066
- }
2067
-
2068
- declare class PHeading extends BaseComponentWithTheme {
2069
- align?: HeadingAlign;
2070
- color?: HeadingColor;
2071
- ellipsis?: boolean;
2072
- size?: BreakpointCustomizable<HeadingSize>;
2073
- tag?: HeadingTag;
2074
- theme?: Theme;
2075
- static ɵfac: i0.ɵɵFactoryDeclaration<PHeading, never>;
2076
- static ɵcmp: i0.ɵɵComponentDeclaration<PHeading, "p-heading,[p-heading]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
2077
- }
2078
-
2079
- /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
2080
- declare class PHeadline extends BaseComponentWithTheme {
2081
- align?: HeadlineAlign;
2082
- color?: HeadlineColor;
2083
- ellipsis?: boolean;
2084
- tag?: HeadlineTag;
2085
- theme?: Theme;
2086
- variant?: HeadlineVariant;
2087
- static ɵfac: i0.ɵɵFactoryDeclaration<PHeadline, never>;
2088
- static ɵcmp: i0.ɵɵComponentDeclaration<PHeadline, "p-headline,[p-headline]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
2089
- }
2090
-
2091
- declare class PIcon extends BaseComponentWithTheme {
2092
- aria?: SelectedAriaAttributes<IconAriaAttribute>;
2093
- color?: IconColor;
2094
- /** @deprecated */
2095
- lazy?: boolean;
2096
- name?: IconName;
2097
- size?: IconSize;
2098
- source?: string;
2099
- theme?: Theme;
2100
- static ɵfac: i0.ɵɵFactoryDeclaration<PIcon, never>;
2101
- static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon,[p-icon]", never, { "aria": { "alias": "aria"; "required": false; }; "color": { "alias": "color"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "source": { "alias": "source"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
2102
- }
2103
-
2104
- declare class PInlineNotification extends BaseComponentWithTheme {
2105
- actionIcon?: InlineNotificationActionIcon;
2106
- actionLabel?: string;
2107
- actionLoading?: boolean;
2108
- description?: string;
2109
- dismissButton?: boolean;
2110
- heading?: string;
2111
- headingTag?: InlineNotificationHeadingTag;
2112
- /** @deprecated */
2113
- persistent?: boolean;
2114
- state?: InlineNotificationState;
2115
- theme?: Theme;
2116
- action: EventEmitter<CustomEvent<void>>;
2117
- dismiss: EventEmitter<CustomEvent<void>>;
2118
- static ɵfac: i0.ɵɵFactoryDeclaration<PInlineNotification, never>;
2119
- static ɵcmp: i0.ɵɵComponentDeclaration<PInlineNotification, "p-inline-notification,[p-inline-notification]", never, { "actionIcon": { "alias": "actionIcon"; "required": false; }; "actionLabel": { "alias": "actionLabel"; "required": false; }; "actionLoading": { "alias": "actionLoading"; "required": false; }; "description": { "alias": "description"; "required": false; }; "dismissButton": { "alias": "dismissButton"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "action": "action"; "dismiss": "dismiss"; }, never, ["*"], false, never>;
2120
- }
2121
-
2122
- declare class PInputDate extends BaseComponentWithTheme {
2123
- autoComplete?: string;
2124
- compact?: boolean;
2125
- description?: string;
2126
- disabled?: boolean;
2127
- form?: string;
2128
- hideLabel?: BreakpointCustomizable<boolean>;
2129
- label?: string;
2130
- loading?: boolean;
2131
- max?: string;
2132
- message?: string;
2133
- min?: string;
2134
- name: string;
2135
- readOnly?: boolean;
2136
- required?: boolean;
2137
- state?: InputDateState;
2138
- step?: number;
2139
- theme?: Theme;
2140
- value?: string;
2141
- blur: EventEmitter<CustomEvent<Event>>;
2142
- change: EventEmitter<CustomEvent<Event>>;
2143
- input: EventEmitter<CustomEvent<InputEvent>>;
2144
- static ɵfac: i0.ɵɵFactoryDeclaration<PInputDate, never>;
2145
- static ɵcmp: i0.ɵɵComponentDeclaration<PInputDate, "p-input-date,[p-input-date]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "max": { "alias": "max"; "required": false; }; "message": { "alias": "message"; "required": false; }; "min": { "alias": "min"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "step": { "alias": "step"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
2146
- }
2147
-
2148
- declare class PInputEmail extends BaseComponentWithTheme {
2149
- autoComplete?: string;
2150
- compact?: boolean;
2151
- description?: string;
2152
- disabled?: boolean;
2153
- form?: string;
2154
- hideLabel?: BreakpointCustomizable<boolean>;
2155
- indicator?: boolean;
2156
- label?: string;
2157
- loading?: boolean;
2158
- maxLength?: number;
2159
- message?: string;
2160
- minLength?: number;
2161
- multiple?: boolean;
2162
- name: string;
2163
- pattern?: string;
2164
- placeholder?: string;
2165
- readOnly?: boolean;
2166
- required?: boolean;
2167
- state?: InputEmailState;
2168
- theme?: Theme;
2169
- value?: string;
2170
- blur: EventEmitter<CustomEvent<Event>>;
2171
- change: EventEmitter<CustomEvent<Event>>;
2172
- input: EventEmitter<CustomEvent<InputEvent>>;
2173
- static ɵfac: i0.ɵɵFactoryDeclaration<PInputEmail, never>;
2174
- static ɵcmp: i0.ɵɵComponentDeclaration<PInputEmail, "p-input-email,[p-input-email]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "indicator": { "alias": "indicator"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "message": { "alias": "message"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
2175
- }
2176
-
2177
- declare class PInputNumber extends BaseComponentWithTheme {
2178
- autoComplete?: string;
2179
- compact?: boolean;
2180
- controls?: boolean;
2181
- description?: string;
2182
- disabled?: boolean;
2183
- form?: string;
2184
- hideLabel?: BreakpointCustomizable<boolean>;
2185
- label?: string;
2186
- loading?: boolean;
2187
- max?: number;
2188
- message?: string;
2189
- min?: number;
2190
- name: string;
2191
- placeholder?: string;
2192
- readOnly?: boolean;
2193
- required?: boolean;
2194
- state?: InputNumberState;
2195
- step?: number;
2196
- theme?: Theme;
2197
- value?: string;
2198
- blur: EventEmitter<CustomEvent<Event>>;
2199
- change: EventEmitter<CustomEvent<Event>>;
2200
- input: EventEmitter<CustomEvent<InputEvent>>;
2201
- static ɵfac: i0.ɵɵFactoryDeclaration<PInputNumber, never>;
2202
- static ɵcmp: i0.ɵɵComponentDeclaration<PInputNumber, "p-input-number,[p-input-number]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "controls": { "alias": "controls"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "max": { "alias": "max"; "required": false; }; "message": { "alias": "message"; "required": false; }; "min": { "alias": "min"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "step": { "alias": "step"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
2203
- }
2204
-
2205
- declare class PInputPassword extends BaseComponentWithTheme {
2206
- autoComplete?: string;
2207
- compact?: boolean;
2208
- description?: string;
2209
- disabled?: boolean;
2210
- form?: string;
2211
- hideLabel?: BreakpointCustomizable<boolean>;
2212
- label?: string;
2213
- loading?: boolean;
2214
- maxLength?: number;
2215
- message?: string;
2216
- minLength?: number;
2217
- name: string;
2218
- placeholder?: string;
2219
- readOnly?: boolean;
2220
- required?: boolean;
2221
- state?: InputPasswordState;
2222
- theme?: Theme;
2223
- toggle?: boolean;
2224
- value?: string;
2225
- blur: EventEmitter<CustomEvent<Event>>;
2226
- change: EventEmitter<CustomEvent<Event>>;
2227
- input: EventEmitter<CustomEvent<InputEvent>>;
2228
- static ɵfac: i0.ɵɵFactoryDeclaration<PInputPassword, never>;
2229
- static ɵcmp: i0.ɵɵComponentDeclaration<PInputPassword, "p-input-password,[p-input-password]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "message": { "alias": "message"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
2230
- }
2231
-
2232
- declare class PInputSearch extends BaseComponentWithTheme {
2233
- autoComplete?: string;
2234
- clear?: boolean;
2235
- compact?: boolean;
2236
- description?: string;
2237
- disabled?: boolean;
2238
- form?: string;
2239
- hideLabel?: BreakpointCustomizable<boolean>;
2240
- indicator?: boolean;
2241
- label?: string;
2242
- loading?: boolean;
2243
- message?: string;
2244
- name: string;
2245
- placeholder?: string;
2246
- readOnly?: boolean;
2247
- required?: boolean;
2248
- state?: InputSearchState;
2249
- theme?: Theme;
2250
- value?: string;
2251
- blur: EventEmitter<CustomEvent<Event>>;
2252
- change: EventEmitter<CustomEvent<Event>>;
2253
- input: EventEmitter<CustomEvent<InputEvent>>;
2254
- static ɵfac: i0.ɵɵFactoryDeclaration<PInputSearch, never>;
2255
- static ɵcmp: i0.ɵɵComponentDeclaration<PInputSearch, "p-input-search,[p-input-search]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "clear": { "alias": "clear"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "indicator": { "alias": "indicator"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
2611
+ motionVisibleEnd: EventEmitter<CustomEvent<TransitionEvent>>;
2612
+ static ɵfac: i0.ɵɵFactoryDeclaration<PFlyout, never>;
2613
+ static ɵcmp: i0.ɵɵComponentDeclaration<PFlyout, "p-flyout,[p-flyout]", never, { "aria": { "alias": "aria"; "required": false; }; "backdrop": { "alias": "backdrop"; "required": false; }; "disableBackdropClick": { "alias": "disableBackdropClick"; "required": false; }; "footerBehavior": { "alias": "footerBehavior"; "required": false; }; "open": { "alias": "open"; "required": false; }; "position": { "alias": "position"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "dismiss": "dismiss"; "motionHiddenEnd": "motionHiddenEnd"; "motionVisibleEnd": "motionVisibleEnd"; }, never, ["*"], false, never>;
2256
2614
  }
2257
2615
 
2258
- declare class PInputTel extends BaseComponentWithTheme {
2259
- autoComplete?: string;
2260
- compact?: boolean;
2261
- description?: string;
2262
- disabled?: boolean;
2263
- form?: string;
2264
- hideLabel?: BreakpointCustomizable<boolean>;
2265
- indicator?: boolean;
2266
- label?: string;
2267
- loading?: boolean;
2268
- maxLength?: number;
2269
- message?: string;
2270
- minLength?: number;
2271
- name: string;
2272
- pattern?: string;
2273
- placeholder?: string;
2274
- readOnly?: boolean;
2275
- required?: boolean;
2276
- state?: InputTelState;
2616
+ /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
2617
+ declare class PGrid extends BaseComponent {
2618
+ direction?: BreakpointCustomizable<GridDirection>;
2619
+ /** @deprecated */
2620
+ gutter?: BreakpointCustomizable<GridGutter>;
2621
+ wrap?: BreakpointCustomizable<GridWrap>;
2622
+ static ɵfac: i0.ɵɵFactoryDeclaration<PGrid, never>;
2623
+ static ɵcmp: i0.ɵɵComponentDeclaration<PGrid, "p-grid,[p-grid]", never, { "direction": { "alias": "direction"; "required": false; }; "gutter": { "alias": "gutter"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, {}, never, ["*"], false, never>;
2624
+ }
2625
+
2626
+ /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
2627
+ declare class PGridItem extends BaseComponent {
2628
+ offset?: BreakpointCustomizable<GridItemOffset>;
2629
+ size?: BreakpointCustomizable<GridItemSize>;
2630
+ static ɵfac: i0.ɵɵFactoryDeclaration<PGridItem, never>;
2631
+ static ɵcmp: i0.ɵɵComponentDeclaration<PGridItem, "p-grid-item,[p-grid-item]", never, { "offset": { "alias": "offset"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
2632
+ }
2633
+
2634
+ declare class PHeading extends BaseComponentWithTheme {
2635
+ align?: HeadingAlign;
2636
+ color?: HeadingColor;
2637
+ ellipsis?: boolean;
2638
+ size?: BreakpointCustomizable<HeadingSize>;
2639
+ tag?: HeadingTag;
2277
2640
  theme?: Theme;
2278
- value?: string;
2279
- blur: EventEmitter<CustomEvent<Event>>;
2280
- change: EventEmitter<CustomEvent<Event>>;
2281
- input: EventEmitter<CustomEvent<InputEvent>>;
2282
- static ɵfac: i0.ɵɵFactoryDeclaration<PInputTel, never>;
2283
- static ɵcmp: i0.ɵɵComponentDeclaration<PInputTel, "p-input-tel,[p-input-tel]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "indicator": { "alias": "indicator"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "message": { "alias": "message"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
2641
+ static ɵfac: i0.ɵɵFactoryDeclaration<PHeading, never>;
2642
+ static ɵcmp: i0.ɵɵComponentDeclaration<PHeading, "p-heading,[p-heading]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
2284
2643
  }
2285
2644
 
2286
- declare class PInputText extends BaseComponentWithTheme {
2287
- autoComplete?: string;
2288
- compact?: boolean;
2289
- counter?: boolean;
2290
- description?: string;
2291
- disabled?: boolean;
2292
- form?: string;
2293
- hideLabel?: BreakpointCustomizable<boolean>;
2294
- label?: string;
2295
- loading?: boolean;
2296
- maxLength?: number;
2297
- message?: string;
2298
- minLength?: number;
2299
- name: string;
2300
- placeholder?: string;
2301
- readOnly?: boolean;
2302
- required?: boolean;
2303
- spellCheck?: boolean;
2304
- state?: InputTextState;
2645
+ /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
2646
+ declare class PHeadline extends BaseComponentWithTheme {
2647
+ align?: HeadlineAlign;
2648
+ color?: HeadlineColor;
2649
+ ellipsis?: boolean;
2650
+ tag?: HeadlineTag;
2305
2651
  theme?: Theme;
2306
- value?: string;
2307
- blur: EventEmitter<CustomEvent<Event>>;
2308
- change: EventEmitter<CustomEvent<Event>>;
2309
- input: EventEmitter<CustomEvent<InputEvent>>;
2310
- static ɵfac: i0.ɵɵFactoryDeclaration<PInputText, never>;
2311
- static ɵcmp: i0.ɵɵComponentDeclaration<PInputText, "p-input-text,[p-input-text]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "message": { "alias": "message"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "spellCheck": { "alias": "spellCheck"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
2652
+ variant?: HeadlineVariant;
2653
+ static ɵfac: i0.ɵɵFactoryDeclaration<PHeadline, never>;
2654
+ static ɵcmp: i0.ɵɵComponentDeclaration<PHeadline, "p-headline,[p-headline]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
2312
2655
  }
2313
2656
 
2314
- declare class PInputTime extends BaseComponentWithTheme {
2315
- autoComplete?: string;
2316
- compact?: boolean;
2317
- description?: string;
2318
- disabled?: boolean;
2319
- form?: string;
2320
- hideLabel?: BreakpointCustomizable<boolean>;
2321
- label?: string;
2322
- loading?: boolean;
2323
- max?: string;
2324
- message?: string;
2325
- min?: string;
2326
- name: string;
2327
- readOnly?: boolean;
2328
- required?: boolean;
2329
- state?: InputTimeState;
2330
- step?: number;
2657
+ declare class PIcon extends BaseComponentWithTheme {
2658
+ aria?: SelectedAriaAttributes<IconAriaAttribute>;
2659
+ color?: IconColor;
2660
+ /** @deprecated */
2661
+ lazy?: boolean;
2662
+ name?: IconName;
2663
+ size?: IconSize;
2664
+ source?: string;
2331
2665
  theme?: Theme;
2332
- value?: string;
2333
- blur: EventEmitter<CustomEvent<Event>>;
2334
- change: EventEmitter<CustomEvent<Event>>;
2335
- input: EventEmitter<CustomEvent<InputEvent>>;
2336
- static ɵfac: i0.ɵɵFactoryDeclaration<PInputTime, never>;
2337
- static ɵcmp: i0.ɵɵComponentDeclaration<PInputTime, "p-input-time,[p-input-time]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "max": { "alias": "max"; "required": false; }; "message": { "alias": "message"; "required": false; }; "min": { "alias": "min"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "step": { "alias": "step"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
2666
+ static ɵfac: i0.ɵɵFactoryDeclaration<PIcon, never>;
2667
+ static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon,[p-icon]", never, { "aria": { "alias": "aria"; "required": false; }; "color": { "alias": "color"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "source": { "alias": "source"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
2338
2668
  }
2339
2669
 
2340
- declare class PInputUrl extends BaseComponentWithTheme {
2341
- autoComplete?: string;
2342
- compact?: boolean;
2670
+ declare class PInlineNotification extends BaseComponentWithTheme {
2671
+ actionIcon?: InlineNotificationActionIcon;
2672
+ actionLabel?: string;
2673
+ actionLoading?: boolean;
2343
2674
  description?: string;
2344
- disabled?: boolean;
2345
- form?: string;
2346
- hideLabel?: BreakpointCustomizable<boolean>;
2347
- indicator?: boolean;
2348
- label?: string;
2349
- loading?: boolean;
2350
- maxLength?: number;
2351
- message?: string;
2352
- minLength?: number;
2353
- name: string;
2354
- pattern?: string;
2355
- placeholder?: string;
2356
- readOnly?: boolean;
2357
- required?: boolean;
2358
- state?: InputUrlState;
2675
+ dismissButton?: boolean;
2676
+ heading?: string;
2677
+ headingTag?: InlineNotificationHeadingTag;
2678
+ /** @deprecated */
2679
+ persistent?: boolean;
2680
+ state?: InlineNotificationState;
2359
2681
  theme?: Theme;
2360
- value?: string;
2361
- blur: EventEmitter<CustomEvent<Event>>;
2362
- change: EventEmitter<CustomEvent<Event>>;
2363
- input: EventEmitter<CustomEvent<InputEvent>>;
2364
- static ɵfac: i0.ɵɵFactoryDeclaration<PInputUrl, never>;
2365
- static ɵcmp: i0.ɵɵComponentDeclaration<PInputUrl, "p-input-url,[p-input-url]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "indicator": { "alias": "indicator"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "message": { "alias": "message"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
2682
+ action: EventEmitter<CustomEvent<void>>;
2683
+ dismiss: EventEmitter<CustomEvent<void>>;
2684
+ static ɵfac: i0.ɵɵFactoryDeclaration<PInlineNotification, never>;
2685
+ static ɵcmp: i0.ɵɵComponentDeclaration<PInlineNotification, "p-inline-notification,[p-inline-notification]", never, { "actionIcon": { "alias": "actionIcon"; "required": false; }; "actionLabel": { "alias": "actionLabel"; "required": false; }; "actionLoading": { "alias": "actionLoading"; "required": false; }; "description": { "alias": "description"; "required": false; }; "dismissButton": { "alias": "dismissButton"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "action": "action"; "dismiss": "dismiss"; }, never, ["*"], false, never>;
2366
2686
  }
2367
2687
 
2368
2688
  declare class PLink extends BaseComponentWithTheme {
@@ -2509,25 +2829,6 @@ declare class PModelSignature extends BaseComponentWithTheme {
2509
2829
  static ɵcmp: i0.ɵɵComponentDeclaration<PModelSignature, "p-model-signature,[p-model-signature]", never, { "color": { "alias": "color"; "required": false; }; "fetchPriority": { "alias": "fetchPriority"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "model": { "alias": "model"; "required": false; }; "safeZone": { "alias": "safeZone"; "required": false; }; "size": { "alias": "size"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
2510
2830
  }
2511
2831
 
2512
- declare class PMultiSelect extends BaseComponentWithTheme {
2513
- compact?: boolean;
2514
- description?: string;
2515
- disabled?: boolean;
2516
- dropdownDirection?: MultiSelectDropdownDirection;
2517
- form?: string;
2518
- hideLabel?: BreakpointCustomizable<boolean>;
2519
- label?: string;
2520
- message?: string;
2521
- name: string;
2522
- required?: boolean;
2523
- state?: MultiSelectState;
2524
- theme?: Theme;
2525
- value?: string[];
2526
- update: EventEmitter<CustomEvent<_porsche_design_system_components_angular.MultiSelectUpdateEvent>>;
2527
- static ɵfac: i0.ɵɵFactoryDeclaration<PMultiSelect, never>;
2528
- static ɵcmp: i0.ɵɵComponentDeclaration<PMultiSelect, "p-multi-select,[p-multi-select]", never, { "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dropdownDirection": { "alias": "dropdownDirection"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "update": "update"; }, never, ["*"], false, never>;
2529
- }
2530
-
2531
2832
  declare class PMultiSelectOption extends BaseComponent {
2532
2833
  disabled?: boolean;
2533
2834
  value: string;
@@ -2566,27 +2867,6 @@ declare class PPagination extends BaseComponentWithTheme {
2566
2867
  static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination,[p-pagination]", never, { "activePage": { "alias": "activePage"; "required": false; }; "allyLabel": { "alias": "allyLabel"; "required": false; }; "allyLabelNext": { "alias": "allyLabelNext"; "required": false; }; "allyLabelPage": { "alias": "allyLabelPage"; "required": false; }; "allyLabelPrev": { "alias": "allyLabelPrev"; "required": false; }; "intl": { "alias": "intl"; "required": false; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": false; }; "maxNumberOfPageLinks": { "alias": "maxNumberOfPageLinks"; "required": false; }; "showLastPage": { "alias": "showLastPage"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "totalItemsCount": { "alias": "totalItemsCount"; "required": false; }; }, { "pageChange": "pageChange"; "update": "update"; }, never, ["*"], false, never>;
2567
2868
  }
2568
2869
 
2569
- declare class PPinCode extends BaseComponentWithTheme {
2570
- compact?: boolean;
2571
- description?: string;
2572
- disabled?: boolean;
2573
- form?: string;
2574
- hideLabel?: BreakpointCustomizable<boolean>;
2575
- label?: string;
2576
- length?: PinCodeLength;
2577
- loading?: boolean;
2578
- message?: string;
2579
- name?: string;
2580
- required?: boolean;
2581
- state?: PinCodeState;
2582
- theme?: Theme;
2583
- type?: PinCodeType;
2584
- value?: string;
2585
- update: EventEmitter<CustomEvent<_porsche_design_system_components_angular.PinCodeUpdateEvent>>;
2586
- static ɵfac: i0.ɵɵFactoryDeclaration<PPinCode, never>;
2587
- static ɵcmp: i0.ɵɵComponentDeclaration<PPinCode, "p-pin-code,[p-pin-code]", never, { "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "length": { "alias": "length"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "update": "update"; }, never, ["*"], false, never>;
2588
- }
2589
-
2590
2870
  declare class PPopover extends BaseComponentWithTheme {
2591
2871
  aria?: SelectedAriaAttributes<PopoverAriaAttribute>;
2592
2872
  description?: string;
@@ -2596,6 +2876,7 @@ declare class PPopover extends BaseComponentWithTheme {
2596
2876
  static ɵcmp: i0.ɵɵComponentDeclaration<PPopover, "p-popover,[p-popover]", never, { "aria": { "alias": "aria"; "required": false; }; "description": { "alias": "description"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
2597
2877
  }
2598
2878
 
2879
+ /** @deprecated since v3.30.0, will be removed with next major release. Please use `p-radio-group` instead. */
2599
2880
  declare class PRadioButtonWrapper extends BaseComponentWithTheme {
2600
2881
  hideLabel?: BreakpointCustomizable<boolean>;
2601
2882
  label?: string;
@@ -2607,6 +2888,15 @@ declare class PRadioButtonWrapper extends BaseComponentWithTheme {
2607
2888
  static ɵcmp: i0.ɵɵComponentDeclaration<PRadioButtonWrapper, "p-radio-button-wrapper,[p-radio-button-wrapper]", never, { "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
2608
2889
  }
2609
2890
 
2891
+ declare class PRadioGroupOption extends BaseComponent {
2892
+ disabled?: boolean;
2893
+ label?: string;
2894
+ loading?: boolean;
2895
+ value?: string;
2896
+ static ɵfac: i0.ɵɵFactoryDeclaration<PRadioGroupOption, never>;
2897
+ static ɵcmp: i0.ɵɵComponentDeclaration<PRadioGroupOption, "p-radio-group-option,[p-radio-group-option]", never, { "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
2898
+ }
2899
+
2610
2900
  declare class PScroller extends BaseComponentWithTheme {
2611
2901
  alignScrollIndicator?: ScrollerAlignScrollIndicator;
2612
2902
  aria?: SelectedAriaAttributes<ScrollerAriaAttribute>;
@@ -2623,22 +2913,6 @@ declare class PScroller extends BaseComponentWithTheme {
2623
2913
  static ɵcmp: i0.ɵɵComponentDeclaration<PScroller, "p-scroller,[p-scroller]", never, { "alignScrollIndicator": { "alias": "alignScrollIndicator"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "gradientColor": { "alias": "gradientColor"; "required": false; }; "gradientColorScheme": { "alias": "gradientColorScheme"; "required": false; }; "scrollIndicatorPosition": { "alias": "scrollIndicatorPosition"; "required": false; }; "scrollToPosition": { "alias": "scrollToPosition"; "required": false; }; "scrollbar": { "alias": "scrollbar"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
2624
2914
  }
2625
2915
 
2626
- declare class PSegmentedControl extends BaseComponentWithTheme {
2627
- /** @deprecated */
2628
- backgroundColor?: SegmentedControlBackgroundColor;
2629
- columns?: BreakpointCustomizable<SegmentedControlColumns>;
2630
- disabled?: boolean;
2631
- form?: string;
2632
- name?: string;
2633
- theme?: Theme;
2634
- value?: string | number;
2635
- /** @deprecated */
2636
- segmentedControlChange: EventEmitter<CustomEvent<_porsche_design_system_components_angular.SegmentedControlUpdateEvent>>;
2637
- update: EventEmitter<CustomEvent<_porsche_design_system_components_angular.SegmentedControlUpdateEvent>>;
2638
- static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentedControl, never>;
2639
- static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControl, "p-segmented-control,[p-segmented-control]", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "name": { "alias": "name"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "segmentedControlChange": "segmentedControlChange"; "update": "update"; }, never, ["*"], false, never>;
2640
- }
2641
-
2642
2916
  declare class PSegmentedControlItem extends BaseComponent {
2643
2917
  aria?: SelectedAriaAttributes<SegmentedControlItemAriaAttribute>;
2644
2918
  disabled?: boolean;
@@ -2650,26 +2924,6 @@ declare class PSegmentedControlItem extends BaseComponent {
2650
2924
  static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControlItem, "p-segmented-control-item,[p-segmented-control-item]", never, { "aria": { "alias": "aria"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
2651
2925
  }
2652
2926
 
2653
- declare class PSelect extends BaseComponentWithTheme {
2654
- compact?: boolean;
2655
- description?: string;
2656
- disabled?: boolean;
2657
- dropdownDirection?: SelectDropdownDirection;
2658
- filter?: boolean;
2659
- form?: string;
2660
- hideLabel?: BreakpointCustomizable<boolean>;
2661
- label?: string;
2662
- message?: string;
2663
- name: string;
2664
- required?: boolean;
2665
- state?: SelectState;
2666
- theme?: Theme;
2667
- value?: string;
2668
- update: EventEmitter<CustomEvent<SelectUpdateEventDetail>>;
2669
- static ɵfac: i0.ɵɵFactoryDeclaration<PSelect, never>;
2670
- static ɵcmp: i0.ɵɵComponentDeclaration<PSelect, "p-select,[p-select]", never, { "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dropdownDirection": { "alias": "dropdownDirection"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "update": "update"; }, never, ["*"], false, never>;
2671
- }
2672
-
2673
2927
  declare class PSelectOption extends BaseComponent {
2674
2928
  disabled?: boolean;
2675
2929
  value?: string;
@@ -2894,35 +3148,6 @@ declare class PTextListItem extends BaseComponent {
2894
3148
  static ɵcmp: i0.ɵɵComponentDeclaration<PTextListItem, "p-text-list-item,[p-text-list-item]", never, {}, {}, never, ["*"], false, never>;
2895
3149
  }
2896
3150
 
2897
- declare class PTextarea extends BaseComponentWithTheme {
2898
- autoComplete?: string;
2899
- counter?: boolean;
2900
- description?: string;
2901
- disabled?: boolean;
2902
- form?: string;
2903
- hideLabel?: BreakpointCustomizable<boolean>;
2904
- label?: string;
2905
- maxLength?: number;
2906
- message?: string;
2907
- minLength?: number;
2908
- name: string;
2909
- placeholder?: string;
2910
- readOnly?: boolean;
2911
- required?: boolean;
2912
- resize?: TextareaResize;
2913
- rows?: number;
2914
- spellCheck?: boolean;
2915
- state?: TextareaState;
2916
- theme?: Theme;
2917
- value?: string;
2918
- wrap?: TextareaWrap;
2919
- blur: EventEmitter<CustomEvent<Event>>;
2920
- change: EventEmitter<CustomEvent<Event>>;
2921
- input: EventEmitter<CustomEvent<InputEvent>>;
2922
- static ɵfac: i0.ɵɵFactoryDeclaration<PTextarea, never>;
2923
- static ɵcmp: i0.ɵɵComponentDeclaration<PTextarea, "p-textarea,[p-textarea]", never, { "autoComplete": { "alias": "autoComplete"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "message": { "alias": "message"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "resize": { "alias": "resize"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "spellCheck": { "alias": "spellCheck"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, { "blur": "blur"; "change": "change"; "input": "input"; }, never, ["*"], false, never>;
2924
- }
2925
-
2926
3151
  /** @deprecated since v3.29.0, will be removed with next major release. Please use `p-textarea` instead. */
2927
3152
  declare class PTextareaWrapper extends BaseComponentWithTheme {
2928
3153
  description?: string;
@@ -2954,7 +3179,7 @@ declare class PWordmark extends BaseComponentWithTheme {
2954
3179
  static ɵcmp: i0.ɵɵComponentDeclaration<PWordmark, "p-wordmark,[p-wordmark]", never, { "aria": { "alias": "aria"; "required": false; }; "href": { "alias": "href"; "required": false; }; "size": { "alias": "size"; "required": false; }; "target": { "alias": "target"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
2955
3180
  }
2956
3181
 
2957
- declare const DECLARATIONS: (typeof PTableBody)[];
3182
+ declare const DECLARATIONS: (typeof PCheckbox | typeof PInputDate | typeof PInputEmail | typeof PInputNumber | typeof PInputPassword | typeof PInputSearch | typeof PInputTel | typeof PInputText | typeof PInputTime | typeof PInputUrl | typeof PMultiSelect | typeof PPinCode | typeof PRadioGroup | typeof PSegmentedControl | typeof PSelect | typeof PTableBody | typeof PTextarea)[];
2958
3183
 
2959
3184
  type PorscheDesignSystemModuleConfig = {
2960
3185
  prefix?: string;
@@ -2970,7 +3195,7 @@ declare class PorscheDesignSystemModule {
2970
3195
  constructor(configParam: DefaultConfig);
2971
3196
  static load(config: PorscheDesignSystemModuleConfig): ModuleWithProviders<PorscheDesignSystemModule>;
2972
3197
  static ɵfac: i0.ɵɵFactoryDeclaration<PorscheDesignSystemModule, [{ optional: true; }]>;
2973
- static ɵmod: i0.ɵɵNgModuleDeclaration<PorscheDesignSystemModule, [typeof PAccordion, typeof PBanner, typeof PButton, typeof PButtonGroup, typeof PButtonPure, typeof PButtonTile, typeof PCanvas, typeof PCarousel, typeof PCheckbox, typeof PCheckboxWrapper, typeof PContentWrapper, typeof PCrest, typeof PDisplay, typeof PDivider, typeof PDrilldown, typeof PDrilldownItem, typeof PDrilldownLink, typeof PFieldset, typeof PFieldsetWrapper, typeof PFlag, typeof PFlex, typeof PFlexItem, typeof PFlyout, typeof PGrid, typeof PGridItem, typeof PHeading, typeof PHeadline, typeof PIcon, typeof PInlineNotification, typeof PInputDate, typeof PInputEmail, typeof PInputNumber, typeof PInputPassword, typeof PInputSearch, typeof PInputTel, typeof PInputText, typeof PInputTime, typeof PInputUrl, typeof PLink, typeof PLinkPure, typeof PLinkSocial, typeof PLinkTile, typeof PLinkTileModelSignature, typeof PLinkTileProduct, typeof PMarque, typeof PModal, typeof PModelSignature, typeof PMultiSelect, typeof PMultiSelectOption, typeof POptgroup, typeof PPagination, typeof PPinCode, typeof PPopover, typeof PRadioButtonWrapper, typeof PScroller, typeof PSegmentedControl, typeof PSegmentedControlItem, typeof PSelect, typeof PSelectOption, typeof PSelectWrapper, typeof PSheet, typeof PSpinner, typeof PStepperHorizontal, typeof PStepperHorizontalItem, typeof PSwitch, typeof PTable, typeof PTableBody, typeof PTableCell, typeof PTableHead, typeof PTableHeadCell, typeof PTableHeadRow, typeof PTableRow, typeof PTabs, typeof PTabsBar, typeof PTabsItem, typeof PTag, typeof PTagDismissible, typeof PText, typeof PTextFieldWrapper, typeof PTextList, typeof PTextListItem, typeof PTextarea, typeof PTextareaWrapper, typeof PToast, typeof PWordmark], never, [typeof PAccordion, typeof PBanner, typeof PButton, typeof PButtonGroup, typeof PButtonPure, typeof PButtonTile, typeof PCanvas, typeof PCarousel, typeof PCheckbox, typeof PCheckboxWrapper, typeof PContentWrapper, typeof PCrest, typeof PDisplay, typeof PDivider, typeof PDrilldown, typeof PDrilldownItem, typeof PDrilldownLink, typeof PFieldset, typeof PFieldsetWrapper, typeof PFlag, typeof PFlex, typeof PFlexItem, typeof PFlyout, typeof PGrid, typeof PGridItem, typeof PHeading, typeof PHeadline, typeof PIcon, typeof PInlineNotification, typeof PInputDate, typeof PInputEmail, typeof PInputNumber, typeof PInputPassword, typeof PInputSearch, typeof PInputTel, typeof PInputText, typeof PInputTime, typeof PInputUrl, typeof PLink, typeof PLinkPure, typeof PLinkSocial, typeof PLinkTile, typeof PLinkTileModelSignature, typeof PLinkTileProduct, typeof PMarque, typeof PModal, typeof PModelSignature, typeof PMultiSelect, typeof PMultiSelectOption, typeof POptgroup, typeof PPagination, typeof PPinCode, typeof PPopover, typeof PRadioButtonWrapper, typeof PScroller, typeof PSegmentedControl, typeof PSegmentedControlItem, typeof PSelect, typeof PSelectOption, typeof PSelectWrapper, typeof PSheet, typeof PSpinner, typeof PStepperHorizontal, typeof PStepperHorizontalItem, typeof PSwitch, typeof PTable, typeof PTableBody, typeof PTableCell, typeof PTableHead, typeof PTableHeadCell, typeof PTableHeadRow, typeof PTableRow, typeof PTabs, typeof PTabsBar, typeof PTabsItem, typeof PTag, typeof PTagDismissible, typeof PText, typeof PTextFieldWrapper, typeof PTextList, typeof PTextListItem, typeof PTextarea, typeof PTextareaWrapper, typeof PToast, typeof PWordmark]>;
3198
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PorscheDesignSystemModule, [typeof PAccordion, typeof PBanner, typeof PButton, typeof PButtonGroup, typeof PButtonPure, typeof PButtonTile, typeof PCanvas, typeof PCarousel, typeof PCheckbox, typeof PCheckboxWrapper, typeof PContentWrapper, typeof PCrest, typeof PDisplay, typeof PDivider, typeof PDrilldown, typeof PDrilldownItem, typeof PDrilldownLink, typeof PFieldset, typeof PFieldsetWrapper, typeof PFlag, typeof PFlex, typeof PFlexItem, typeof PFlyout, typeof PGrid, typeof PGridItem, typeof PHeading, typeof PHeadline, typeof PIcon, typeof PInlineNotification, typeof PInputDate, typeof PInputEmail, typeof PInputNumber, typeof PInputPassword, typeof PInputSearch, typeof PInputTel, typeof PInputText, typeof PInputTime, typeof PInputUrl, typeof PLink, typeof PLinkPure, typeof PLinkSocial, typeof PLinkTile, typeof PLinkTileModelSignature, typeof PLinkTileProduct, typeof PMarque, typeof PModal, typeof PModelSignature, typeof PMultiSelect, typeof PMultiSelectOption, typeof POptgroup, typeof PPagination, typeof PPinCode, typeof PPopover, typeof PRadioButtonWrapper, typeof PRadioGroup, typeof PRadioGroupOption, typeof PScroller, typeof PSegmentedControl, typeof PSegmentedControlItem, typeof PSelect, typeof PSelectOption, typeof PSelectWrapper, typeof PSheet, typeof PSpinner, typeof PStepperHorizontal, typeof PStepperHorizontalItem, typeof PSwitch, typeof PTable, typeof PTableBody, typeof PTableCell, typeof PTableHead, typeof PTableHeadCell, typeof PTableHeadRow, typeof PTableRow, typeof PTabs, typeof PTabsBar, typeof PTabsItem, typeof PTag, typeof PTagDismissible, typeof PText, typeof PTextFieldWrapper, typeof PTextList, typeof PTextListItem, typeof PTextarea, typeof PTextareaWrapper, typeof PToast, typeof PWordmark], never, [typeof PAccordion, typeof PBanner, typeof PButton, typeof PButtonGroup, typeof PButtonPure, typeof PButtonTile, typeof PCanvas, typeof PCarousel, typeof PCheckbox, typeof PCheckboxWrapper, typeof PContentWrapper, typeof PCrest, typeof PDisplay, typeof PDivider, typeof PDrilldown, typeof PDrilldownItem, typeof PDrilldownLink, typeof PFieldset, typeof PFieldsetWrapper, typeof PFlag, typeof PFlex, typeof PFlexItem, typeof PFlyout, typeof PGrid, typeof PGridItem, typeof PHeading, typeof PHeadline, typeof PIcon, typeof PInlineNotification, typeof PInputDate, typeof PInputEmail, typeof PInputNumber, typeof PInputPassword, typeof PInputSearch, typeof PInputTel, typeof PInputText, typeof PInputTime, typeof PInputUrl, typeof PLink, typeof PLinkPure, typeof PLinkSocial, typeof PLinkTile, typeof PLinkTileModelSignature, typeof PLinkTileProduct, typeof PMarque, typeof PModal, typeof PModelSignature, typeof PMultiSelect, typeof PMultiSelectOption, typeof POptgroup, typeof PPagination, typeof PPinCode, typeof PPopover, typeof PRadioButtonWrapper, typeof PRadioGroup, typeof PRadioGroupOption, typeof PScroller, typeof PSegmentedControl, typeof PSegmentedControlItem, typeof PSelect, typeof PSelectOption, typeof PSelectWrapper, typeof PSheet, typeof PSpinner, typeof PStepperHorizontal, typeof PStepperHorizontalItem, typeof PSwitch, typeof PTable, typeof PTableBody, typeof PTableCell, typeof PTableHead, typeof PTableHeadCell, typeof PTableHeadRow, typeof PTableRow, typeof PTabs, typeof PTabsBar, typeof PTabsItem, typeof PTag, typeof PTagDismissible, typeof PText, typeof PTextFieldWrapper, typeof PTextList, typeof PTextListItem, typeof PTextarea, typeof PTextareaWrapper, typeof PToast, typeof PWordmark]>;
2974
3199
  static ɵinj: i0.ɵɵInjectorDeclaration<PorscheDesignSystemModule>;
2975
3200
  }
2976
3201
 
@@ -2980,5 +3205,5 @@ declare class ToastManager {
2980
3205
  static ɵprov: i0.ɵɵInjectableDeclaration<ToastManager>;
2981
3206
  }
2982
3207
 
2983
- export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFieldsetWrapper, PFlag, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PLinkTileProduct, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSelectWrapper, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextarea, PTextareaWrapper, PToast, PWordmark, PorscheDesignSystemModule, THEME_TOKEN, ToastManager };
2984
- export type { AccordionHeadingTag, AccordionSize, AccordionTag, AccordionUpdateEvent, AccordionUpdateEventDetail, AlignLabel, AriaAttributes, AriaRole, Backdrop, BannerHeadingTag, BannerState, BannerWidth, Booleanish, Breakpoint, BreakpointCustomizable, BreakpointValues, ButtonAriaAttribute, ButtonGroupDirection, ButtonIcon, ButtonPureAlignLabel, ButtonPureAriaAttribute, ButtonPureIcon, ButtonPureSize, ButtonPureType, ButtonPureWeight, ButtonTileAlign, ButtonTileAriaAttribute, ButtonTileAspectRatio, ButtonTileBackground, ButtonTileIcon, ButtonTileSize, ButtonTileType, ButtonTileWeight, ButtonType, ButtonVariant, CanvasSidebarStartUpdateEventDetail, CarouselAlignControls, CarouselAlignHeader, CarouselAriaAttribute, CarouselGradientColor, CarouselHeadingSize, CarouselInternationalization, CarouselSlidesPerPage, CarouselUpdateEvent, CarouselUpdateEventDetail, CarouselWidth, CheckboxBlurEventDetail, CheckboxChangeEventDetail, CheckboxState, CheckboxUpdateEventDetail, CheckboxWrapperState, ContentWrapperBackgroundColor, ContentWrapperWidth, CrestAriaAttribute, CrestTarget, Direction, DisplayAlign, DisplayColor, DisplaySize, DisplayTag, DividerColor, DividerDirection, DividerOrientation, DrilldownAriaAttribute, DrilldownLinkAriaAttribute, DrilldownLinkTarget, DrilldownUpdate, DrilldownUpdateEvent, DrilldownUpdateEventDetail, FieldsetLabelSize, FieldsetState, FieldsetWrapperLabelSize, FieldsetWrapperState, FlagAriaAttribute, FlagName, FlagSize, FlexAlignContent, FlexAlignItems, FlexDirection, FlexInline, FlexItemAlignSelf, FlexItemFlex, FlexItemGrow, FlexItemOffset, FlexItemShrink, FlexItemWidth, FlexJustifyContent, FlexWrap, FlyoutAriaAttribute, FlyoutFooterBehavior, FlyoutMotionHiddenEndEventDetail, FlyoutMotionVisibleEndEventDetail, FlyoutPosition, FormState, GridDirection, GridGutter, GridItemOffset, GridItemSize, GridWrap, GroupDirection, HeadingAlign, HeadingColor, HeadingSize, HeadingTag, HeadlineAlign, HeadlineColor, HeadlineTag, HeadlineVariant, HeadlineVariantCustom, HeadlineVariantType, IconAriaAttribute, IconColor, IconName, IconSize, InlineNotificationActionIcon, InlineNotificationHeadingTag, InlineNotificationState, InputDateBlurEventDetail, InputDateChangeEventDetail, InputDateInputEventDetail, InputDateState, InputEmailBlurEventDetail, InputEmailChangeEventDetail, InputEmailInputEventDetail, InputEmailState, InputNumberBlurEventDetail, InputNumberChangeEventDetail, InputNumberInputEventDetail, InputNumberState, InputPasswordBlurEventDetail, InputPasswordChangeEventDetail, InputPasswordInputEventDetail, InputPasswordState, InputSearchBlurEventDetail, InputSearchChangeEventDetail, InputSearchInputEventDetail, InputSearchState, InputTelBlurEventDetail, InputTelChangeEventDetail, InputTelInputEventDetail, InputTelState, InputTextBlurEventDetail, InputTextChangeEventDetail, InputTextInputEventDetail, InputTextState, InputTimeBlurEventDetail, InputTimeChangeEventDetail, InputTimeInputEventDetail, InputTimeState, InputUrlBlurEventDetail, InputUrlChangeEventDetail, InputUrlInputEventDetail, InputUrlState, LinkAriaAttribute, LinkButtonIconName, LinkButtonVariant, LinkIcon, LinkPureAlignLabel, LinkPureAriaAttribute, LinkPureIcon, LinkPureSize, LinkPureTarget, LinkPureWeight, LinkSocialIcon, LinkSocialTarget, LinkTarget, LinkTileAlign, LinkTileAriaAttribute, LinkTileAspectRatio, LinkTileBackground, LinkTileModelSignatureAspectRatio, LinkTileModelSignatureHeadingTag, LinkTileModelSignatureLinkDirection, LinkTileModelSignatureModel, LinkTileModelSignatureWeight, LinkTileProductAspectRatio, LinkTileProductLikeEvent, LinkTileProductLikeEventDetail, LinkTileProductTarget, LinkTileSize, LinkTileTarget, LinkTileWeight, LinkVariant, MarqueAriaAttribute, MarqueSize, MarqueTarget, MarqueVariant, ModalAriaAttribute, ModalBackdrop, ModalMotionHiddenEndEventDetail, ModalMotionVisibleEndEventDetail, ModelSignatureColor, ModelSignatureFetchPriority, ModelSignatureModel, ModelSignatureSize, MultiSelectDropdownDirection, MultiSelectState, MultiSelectUpdateEvent, MultiSelectUpdateEventDetail, PaginationInternationalization, PaginationMaxNumberOfPageLinks, PaginationUpdateEvent, PaginationUpdateEventDetail, PinCodeLength, PinCodeState, PinCodeType, PinCodeUpdateEvent, PinCodeUpdateEventDetail, PopoverAriaAttribute, PopoverDirection, PorscheDesignSystem, PorscheDesignSystemModuleConfig, RadioButtonWrapperState, ScrollerAlignScrollIndicator, ScrollerAriaAttribute, ScrollerGradientColor, ScrollerGradientColorScheme, ScrollerScrollIndicatorPosition, ScrollerScrollToPosition, SegmentedControlBackgroundColor, SegmentedControlColumns, SegmentedControlItemAriaAttribute, SegmentedControlItemIcon, SegmentedControlUpdateEvent, SegmentedControlUpdateEventDetail, SelectComponentsDropdownDirection, SelectDropdownDirection, SelectState, SelectUpdateEventDetail, SelectWrapperDropdownDirection, SelectWrapperState, SelectedAriaAttributes, SelectedAriaRole, SheetAriaAttribute, SheetMotionHiddenEndEventDetail, SheetMotionVisibleEndEventDetail, SpinnerAriaAttribute, SpinnerSize, StepperHorizontalItemState, StepperHorizontalSize, StepperHorizontalUpdateEvent, StepperHorizontalUpdateEventDetail, SwitchAlignLabel, SwitchUpdateEvent, SwitchUpdateEventDetail, TableHeadCellSort, TableLayout, TableUpdateEvent, TableUpdateEventDetail, TabsBarGradientColor, TabsBarGradientColorScheme, TabsBarSize, TabsBarUpdateEvent, TabsBarUpdateEventDetail, TabsBarWeight, TabsGradientColor, TabsGradientColorScheme, TabsSize, TabsUpdateEvent, TabsUpdateEventDetail, TabsWeight, TagColor, TagDismissibleAriaAttribute, TagDismissibleColor, TagIcon, TextAlign, TextColor, TextFieldWrapperActionIcon, TextFieldWrapperState, TextFieldWrapperUnitPosition, TextListListType, TextListOrderType, TextListType, TextSize, TextTag, TextWeight, TextareaBlurEventDetail, TextareaChangeEventDetail, TextareaInputEventDetail, TextareaResize, TextareaState, TextareaWrap, TextareaWrapperState, Theme, TileAlign, TileAspectRatio, TileBackground, TileSize, TileWeight, ToastMessage, ToastState, TypographyAlign, TypographyTextColor, TypographyTextWeight, WordmarkAriaAttribute, WordmarkSize, WordmarkTarget };
3208
+ export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFieldsetWrapper, PFlag, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PLinkTileProduct, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PRadioGroup, PRadioGroupOption, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSelectWrapper, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextarea, PTextareaWrapper, PToast, PWordmark, PorscheDesignSystemModule, THEME_TOKEN, ToastManager };
3209
+ export type { AccordionHeadingTag, AccordionSize, AccordionTag, AccordionUpdateEvent, AccordionUpdateEventDetail, AlignLabel, AriaAttributes, AriaRole, Backdrop, BannerHeadingTag, BannerState, BannerWidth, Booleanish, Breakpoint, BreakpointCustomizable, BreakpointValues, ButtonAriaAttribute, ButtonGroupDirection, ButtonIcon, ButtonPureAlignLabel, ButtonPureAriaAttribute, ButtonPureIcon, ButtonPureSize, ButtonPureType, ButtonPureWeight, ButtonTileAlign, ButtonTileAriaAttribute, ButtonTileAspectRatio, ButtonTileBackground, ButtonTileIcon, ButtonTileSize, ButtonTileType, ButtonTileWeight, ButtonType, ButtonVariant, CanvasSidebarStartUpdateEventDetail, CarouselAlignControls, CarouselAlignHeader, CarouselAriaAttribute, CarouselGradientColor, CarouselHeadingSize, CarouselInternationalization, CarouselSlidesPerPage, CarouselUpdateEvent, CarouselUpdateEventDetail, CarouselWidth, CheckboxBlurEventDetail, CheckboxChangeEventDetail, CheckboxState, CheckboxUpdateEventDetail, CheckboxWrapperState, ContentWrapperBackgroundColor, ContentWrapperWidth, CrestAriaAttribute, CrestTarget, Direction, DisplayAlign, DisplayColor, DisplaySize, DisplayTag, DividerColor, DividerDirection, DividerOrientation, DrilldownAriaAttribute, DrilldownLinkAriaAttribute, DrilldownLinkTarget, DrilldownUpdate, DrilldownUpdateEvent, DrilldownUpdateEventDetail, FieldsetLabelSize, FieldsetState, FieldsetWrapperLabelSize, FieldsetWrapperState, FlagAriaAttribute, FlagName, FlagSize, FlexAlignContent, FlexAlignItems, FlexDirection, FlexInline, FlexItemAlignSelf, FlexItemFlex, FlexItemGrow, FlexItemOffset, FlexItemShrink, FlexItemWidth, FlexJustifyContent, FlexWrap, FlyoutAriaAttribute, FlyoutBackdrop, FlyoutFooterBehavior, FlyoutMotionHiddenEndEventDetail, FlyoutMotionVisibleEndEventDetail, FlyoutPosition, FormState, GridDirection, GridGutter, GridItemOffset, GridItemSize, GridWrap, GroupDirection, HeadingAlign, HeadingColor, HeadingSize, HeadingTag, HeadlineAlign, HeadlineColor, HeadlineTag, HeadlineVariant, HeadlineVariantCustom, HeadlineVariantType, IconAriaAttribute, IconColor, IconName, IconSize, InlineNotificationActionIcon, InlineNotificationHeadingTag, InlineNotificationState, InputDateBlurEventDetail, InputDateChangeEventDetail, InputDateInputEventDetail, InputDateState, InputEmailBlurEventDetail, InputEmailChangeEventDetail, InputEmailInputEventDetail, InputEmailState, InputNumberBlurEventDetail, InputNumberChangeEventDetail, InputNumberInputEventDetail, InputNumberState, InputPasswordBlurEventDetail, InputPasswordChangeEventDetail, InputPasswordInputEventDetail, InputPasswordState, InputSearchBlurEventDetail, InputSearchChangeEventDetail, InputSearchInputEventDetail, InputSearchState, InputTelBlurEventDetail, InputTelChangeEventDetail, InputTelInputEventDetail, InputTelState, InputTextBlurEventDetail, InputTextChangeEventDetail, InputTextInputEventDetail, InputTextState, InputTimeBlurEventDetail, InputTimeChangeEventDetail, InputTimeInputEventDetail, InputTimeState, InputUrlBlurEventDetail, InputUrlChangeEventDetail, InputUrlInputEventDetail, InputUrlState, LinkAriaAttribute, LinkButtonIconName, LinkButtonVariant, LinkIcon, LinkPureAlignLabel, LinkPureAriaAttribute, LinkPureIcon, LinkPureSize, LinkPureTarget, LinkPureWeight, LinkSocialIcon, LinkSocialTarget, LinkTarget, LinkTileAlign, LinkTileAriaAttribute, LinkTileAspectRatio, LinkTileBackground, LinkTileModelSignatureAspectRatio, LinkTileModelSignatureHeadingTag, LinkTileModelSignatureLinkDirection, LinkTileModelSignatureModel, LinkTileModelSignatureWeight, LinkTileProductAspectRatio, LinkTileProductLikeEvent, LinkTileProductLikeEventDetail, LinkTileProductTarget, LinkTileSize, LinkTileTarget, LinkTileWeight, LinkVariant, MarqueAriaAttribute, MarqueSize, MarqueTarget, MarqueVariant, ModalAriaAttribute, ModalBackdrop, ModalMotionHiddenEndEventDetail, ModalMotionVisibleEndEventDetail, ModelSignatureColor, ModelSignatureFetchPriority, ModelSignatureModel, ModelSignatureSize, MultiSelectChangeEventDetail, MultiSelectDropdownDirection, MultiSelectState, MultiSelectUpdateEvent, MultiSelectUpdateEventDetail, PaginationInternationalization, PaginationMaxNumberOfPageLinks, PaginationUpdateEvent, PaginationUpdateEventDetail, PinCodeChangeEventDetail, PinCodeLength, PinCodeState, PinCodeType, PinCodeUpdateEvent, PinCodeUpdateEventDetail, PopoverAriaAttribute, PopoverDirection, PorscheDesignSystem, PorscheDesignSystemModuleConfig, RadioButtonWrapperState, RadioGroupChangeEventDetail, RadioGroupDirection, RadioGroupState, ScrollerAlignScrollIndicator, ScrollerAriaAttribute, ScrollerGradientColor, ScrollerGradientColorScheme, ScrollerScrollIndicatorPosition, ScrollerScrollToPosition, SegmentedControlBackgroundColor, SegmentedControlChangeEventDetail, SegmentedControlColumns, SegmentedControlItemAriaAttribute, SegmentedControlItemIcon, SegmentedControlUpdateEvent, SegmentedControlUpdateEventDetail, SelectChangeEventDetail, SelectComponentsDropdownDirection, SelectDropdownDirection, SelectState, SelectUpdateEventDetail, SelectWrapperDropdownDirection, SelectWrapperState, SelectedAriaAttributes, SelectedAriaRole, SheetAriaAttribute, SheetMotionHiddenEndEventDetail, SheetMotionVisibleEndEventDetail, SpinnerAriaAttribute, SpinnerSize, StepperHorizontalItemState, StepperHorizontalSize, StepperHorizontalUpdateEvent, StepperHorizontalUpdateEventDetail, SwitchAlignLabel, SwitchUpdateEvent, SwitchUpdateEventDetail, TableHeadCellSort, TableLayout, TableUpdateEvent, TableUpdateEventDetail, TabsBarGradientColor, TabsBarGradientColorScheme, TabsBarSize, TabsBarUpdateEvent, TabsBarUpdateEventDetail, TabsBarWeight, TabsGradientColor, TabsGradientColorScheme, TabsSize, TabsUpdateEvent, TabsUpdateEventDetail, TabsWeight, TagColor, TagDismissibleAriaAttribute, TagDismissibleColor, TagIcon, TextAlign, TextColor, TextFieldWrapperActionIcon, TextFieldWrapperState, TextFieldWrapperUnitPosition, TextListListType, TextListOrderType, TextListType, TextSize, TextTag, TextWeight, TextareaBlurEventDetail, TextareaChangeEventDetail, TextareaInputEventDetail, TextareaResize, TextareaState, TextareaWrap, TextareaWrapperState, Theme, TileAlign, TileAspectRatio, TileBackground, TileSize, TileWeight, ToastMessage, ToastState, TypographyAlign, TypographyTextColor, TypographyTextWeight, WordmarkAriaAttribute, WordmarkSize, WordmarkTarget };