@porsche-design-system/components-angular 2.20.0 → 3.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +418 -3
- package/esm2020/lib/components/accordion.wrapper.mjs +1 -1
- package/esm2020/lib/components/barrel.mjs +7 -1
- package/esm2020/lib/components/button-pure.wrapper.mjs +3 -3
- package/esm2020/lib/components/button.wrapper.mjs +3 -3
- package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +2 -1
- package/esm2020/lib/components/display.wrapper.mjs +35 -0
- package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/flex-item.wrapper.mjs +2 -1
- package/esm2020/lib/components/flex.wrapper.mjs +2 -1
- package/esm2020/lib/components/grid-item.wrapper.mjs +2 -1
- package/esm2020/lib/components/grid.wrapper.mjs +2 -1
- package/esm2020/lib/components/heading.wrapper.mjs +35 -0
- package/esm2020/lib/components/headline.wrapper.mjs +2 -1
- package/esm2020/lib/components/icon.wrapper.mjs +1 -1
- package/esm2020/lib/components/link-pure.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-social.wrapper.mjs +2 -1
- package/esm2020/lib/components/link.wrapper.mjs +1 -1
- package/esm2020/lib/components/popover.wrapper.mjs +3 -3
- package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/scroller.wrapper.mjs +1 -1
- package/esm2020/lib/components/spinner.wrapper.mjs +1 -1
- package/esm2020/lib/components/switch.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +1 -1
- package/esm2020/lib/components/tabs.wrapper.mjs +1 -1
- package/esm2020/lib/components/tag-dismissible.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +48 -46
- package/fesm2015/porsche-design-system-components-angular.mjs +168 -89
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +160 -89
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/accordion.wrapper.d.ts +3 -3
- package/lib/components/barrel.d.ts +5 -1
- package/lib/components/button-pure.wrapper.d.ts +5 -6
- package/lib/components/button.wrapper.d.ts +5 -6
- package/lib/components/checkbox-wrapper.wrapper.d.ts +3 -2
- package/lib/components/content-wrapper.wrapper.d.ts +1 -0
- package/lib/components/display.wrapper.d.ts +16 -0
- package/lib/components/fieldset-wrapper.wrapper.d.ts +3 -2
- package/lib/components/flex-item.wrapper.d.ts +1 -0
- package/lib/components/flex.wrapper.d.ts +1 -0
- package/lib/components/grid-item.wrapper.d.ts +1 -0
- package/lib/components/grid.wrapper.d.ts +1 -0
- package/lib/components/heading.wrapper.d.ts +16 -0
- package/lib/components/headline.wrapper.d.ts +4 -3
- package/lib/components/icon.wrapper.d.ts +3 -3
- package/lib/components/link-pure.wrapper.d.ts +5 -4
- package/lib/components/link-social.wrapper.d.ts +1 -0
- package/lib/components/link.wrapper.d.ts +3 -3
- package/lib/components/popover.wrapper.d.ts +3 -2
- package/lib/components/radio-button-wrapper.wrapper.d.ts +3 -2
- package/lib/components/scroller.wrapper.d.ts +2 -2
- package/lib/components/spinner.wrapper.d.ts +2 -2
- package/lib/components/switch.wrapper.d.ts +3 -4
- package/lib/components/tabs-bar.wrapper.d.ts +2 -2
- package/lib/components/tabs.wrapper.d.ts +2 -2
- package/lib/components/tag-dismissible.wrapper.d.ts +3 -2
- package/lib/components/text-field-wrapper.wrapper.d.ts +3 -2
- package/lib/components/textarea-wrapper.wrapper.d.ts +3 -2
- package/lib/types.d.ts +293 -42
- package/package.json +12 -12
- package/partials/esm/{partials.js → index.js} +0 -0
- package/partials/{partials.d.ts → index.d.ts} +0 -0
- package/partials/{partials.js → index.js} +0 -0
- package/porsche-design-system.module.d.ts +47 -45
- package/styles/esm/index.js +1 -0
- package/styles/index.d.ts +1 -0
- package/styles/index.js +12 -0
- package/styles/scss.scss +1 -0
- package/testing/{testing.d.ts → index.d.ts} +0 -0
- package/testing/{testing.js → index.js} +0 -0
- package/partials/package.json +0 -6
- package/testing/package.json +0 -5
- package/utilities/js/esm/js.js +0 -1
- package/utilities/js/js.d.ts +0 -1
- package/utilities/js/js.js +0 -12
- package/utilities/js/package.json +0 -6
- package/utilities/scss.scss +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
-
import type { AccordionChangeEvent, BreakpointCustomizable, AccordionSize,
|
|
2
|
+
import type { AccordionChangeEvent, BreakpointCustomizable, AccordionSize, AccordionTag, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PAccordion {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -8,8 +8,8 @@ export declare class PAccordion {
|
|
|
8
8
|
heading: string;
|
|
9
9
|
open: boolean;
|
|
10
10
|
size: BreakpointCustomizable<AccordionSize>;
|
|
11
|
-
tag:
|
|
12
|
-
theme:
|
|
11
|
+
tag: AccordionTag;
|
|
12
|
+
theme: Theme;
|
|
13
13
|
accordionChange: EventEmitter<CustomEvent<AccordionChangeEvent>>;
|
|
14
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PAccordion, never>;
|
|
@@ -6,12 +6,14 @@ import { PButtonPure } from './button-pure.wrapper';
|
|
|
6
6
|
import { PCarousel } from './carousel.wrapper';
|
|
7
7
|
import { PCheckboxWrapper } from './checkbox-wrapper.wrapper';
|
|
8
8
|
import { PContentWrapper } from './content-wrapper.wrapper';
|
|
9
|
+
import { PDisplay } from './display.wrapper';
|
|
9
10
|
import { PDivider } from './divider.wrapper';
|
|
10
11
|
import { PFieldsetWrapper } from './fieldset-wrapper.wrapper';
|
|
11
12
|
import { PFlex } from './flex.wrapper';
|
|
12
13
|
import { PFlexItem } from './flex-item.wrapper';
|
|
13
14
|
import { PGrid } from './grid.wrapper';
|
|
14
15
|
import { PGridItem } from './grid-item.wrapper';
|
|
16
|
+
import { PHeading } from './heading.wrapper';
|
|
15
17
|
import { PHeadline } from './headline.wrapper';
|
|
16
18
|
import { PIcon } from './icon.wrapper';
|
|
17
19
|
import { PInlineNotification } from './inline-notification.wrapper';
|
|
@@ -50,7 +52,7 @@ import { PTextList } from './text-list.wrapper';
|
|
|
50
52
|
import { PTextListItem } from './text-list-item.wrapper';
|
|
51
53
|
import { PTextareaWrapper } from './textarea-wrapper.wrapper';
|
|
52
54
|
import { PToast } from './toast.wrapper';
|
|
53
|
-
export declare const DECLARATIONS: (typeof PAccordion | typeof PBanner | typeof PButton | typeof PButtonGroup | typeof PButtonPure | typeof PCarousel | typeof PCheckboxWrapper | typeof PContentWrapper | typeof PDivider | typeof PFieldsetWrapper | typeof PFlex | typeof PFlexItem | typeof PGrid | typeof PGridItem | typeof PHeadline | typeof PIcon | typeof PInlineNotification | typeof PLink | typeof PLinkPure | typeof PLinkSocial | typeof PLinkTile | typeof PMarque | typeof PModal | typeof PPagination | typeof PPopover | typeof PRadioButtonWrapper | typeof PScroller | typeof PSegmentedControl | typeof PSegmentedControlItem | typeof PSelectWrapper | 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 PTextareaWrapper | typeof PToast)[];
|
|
55
|
+
export declare const DECLARATIONS: (typeof PAccordion | typeof PBanner | typeof PButton | typeof PButtonGroup | typeof PButtonPure | typeof PCarousel | typeof PCheckboxWrapper | typeof PContentWrapper | typeof PDisplay | typeof PDivider | typeof PFieldsetWrapper | typeof PFlex | typeof PFlexItem | typeof PGrid | typeof PGridItem | typeof PHeading | typeof PHeadline | typeof PIcon | typeof PInlineNotification | typeof PLink | typeof PLinkPure | typeof PLinkSocial | typeof PLinkTile | typeof PMarque | typeof PModal | typeof PPagination | typeof PPopover | typeof PRadioButtonWrapper | typeof PScroller | typeof PSegmentedControl | typeof PSegmentedControlItem | typeof PSelectWrapper | 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 PTextareaWrapper | typeof PToast)[];
|
|
54
56
|
export * from './accordion.wrapper';
|
|
55
57
|
export * from './banner.wrapper';
|
|
56
58
|
export * from './button.wrapper';
|
|
@@ -59,12 +61,14 @@ export * from './button-pure.wrapper';
|
|
|
59
61
|
export * from './carousel.wrapper';
|
|
60
62
|
export * from './checkbox-wrapper.wrapper';
|
|
61
63
|
export * from './content-wrapper.wrapper';
|
|
64
|
+
export * from './display.wrapper';
|
|
62
65
|
export * from './divider.wrapper';
|
|
63
66
|
export * from './fieldset-wrapper.wrapper';
|
|
64
67
|
export * from './flex.wrapper';
|
|
65
68
|
export * from './flex-item.wrapper';
|
|
66
69
|
export * from './grid.wrapper';
|
|
67
70
|
export * from './grid-item.wrapper';
|
|
71
|
+
export * from './heading.wrapper';
|
|
68
72
|
export * from './headline.wrapper';
|
|
69
73
|
export * from './icon.wrapper';
|
|
70
74
|
export * from './inline-notification.wrapper';
|
|
@@ -1,24 +1,23 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { BreakpointCustomizable, AlignLabel, SelectedAriaAttributes,
|
|
2
|
+
import type { BreakpointCustomizable, AlignLabel, SelectedAriaAttributes, ButtonAriaAttribute, LinkButtonIconName, TextSize, Theme, ButtonType, TextWeight } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PButtonPure {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
7
|
active: boolean;
|
|
8
8
|
alignLabel: BreakpointCustomizable<AlignLabel>;
|
|
9
|
-
aria: SelectedAriaAttributes<
|
|
9
|
+
aria: SelectedAriaAttributes<ButtonAriaAttribute>;
|
|
10
10
|
disabled: boolean;
|
|
11
11
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
12
|
-
icon:
|
|
12
|
+
icon: LinkButtonIconName;
|
|
13
13
|
iconSource: string;
|
|
14
14
|
loading: boolean;
|
|
15
15
|
size: BreakpointCustomizable<TextSize>;
|
|
16
16
|
stretch: BreakpointCustomizable<boolean>;
|
|
17
|
-
|
|
18
|
-
theme: ThemeExtendedElectricDark;
|
|
17
|
+
theme: Theme;
|
|
19
18
|
type: ButtonType;
|
|
20
19
|
weight: TextWeight;
|
|
21
20
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
22
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButtonPure, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonPure, "p-button-pure,[p-button-pure]", never, { "active": "active"; "alignLabel": "alignLabel"; "aria": "aria"; "disabled": "disabled"; "hideLabel": "hideLabel"; "icon": "icon"; "iconSource": "iconSource"; "loading": "loading"; "size": "size"; "stretch": "stretch"; "
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonPure, "p-button-pure,[p-button-pure]", never, { "active": "active"; "alignLabel": "alignLabel"; "aria": "aria"; "disabled": "disabled"; "hideLabel": "hideLabel"; "icon": "icon"; "iconSource": "iconSource"; "loading": "loading"; "size": "size"; "stretch": "stretch"; "theme": "theme"; "type": "type"; "weight": "weight"; }, {}, never, ["*"]>;
|
|
24
23
|
}
|
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { SelectedAriaAttributes,
|
|
2
|
+
import type { SelectedAriaAttributes, ButtonAriaAttribute, BreakpointCustomizable, LinkButtonIconName, Theme, ButtonType, ButtonVariant } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PButton {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
aria: SelectedAriaAttributes<
|
|
7
|
+
aria: SelectedAriaAttributes<ButtonAriaAttribute>;
|
|
8
8
|
disabled: boolean;
|
|
9
9
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
10
|
-
icon:
|
|
10
|
+
icon: LinkButtonIconName;
|
|
11
11
|
iconSource: string;
|
|
12
12
|
loading: boolean;
|
|
13
|
-
|
|
14
|
-
theme: ThemeExtendedElectric;
|
|
13
|
+
theme: Theme;
|
|
15
14
|
type: ButtonType;
|
|
16
15
|
variant: ButtonVariant;
|
|
17
16
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
18
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button,[p-button]", never, { "aria": "aria"; "disabled": "disabled"; "hideLabel": "hideLabel"; "icon": "icon"; "iconSource": "iconSource"; "loading": "loading"; "
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button,[p-button]", never, { "aria": "aria"; "disabled": "disabled"; "hideLabel": "hideLabel"; "icon": "icon"; "iconSource": "iconSource"; "loading": "loading"; "theme": "theme"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
20
19
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { BreakpointCustomizable, FormState } from '../types';
|
|
2
|
+
import type { BreakpointCustomizable, FormState, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PCheckboxWrapper {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -8,7 +8,8 @@ export declare class PCheckboxWrapper {
|
|
|
8
8
|
label: string;
|
|
9
9
|
message: string;
|
|
10
10
|
state: FormState;
|
|
11
|
+
theme: Theme;
|
|
11
12
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCheckboxWrapper, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PCheckboxWrapper, "p-checkbox-wrapper,[p-checkbox-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "state": "state"; }, {}, never, ["*"]>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCheckboxWrapper, "p-checkbox-wrapper,[p-checkbox-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "state": "state"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
14
15
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
2
|
import type { ContentWrapperBackgroundColor, Theme, ContentWrapperWidth } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
4
5
|
export declare class PContentWrapper {
|
|
5
6
|
protected z: NgZone;
|
|
6
7
|
protected el: HTMLElement;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { DisplayAlign, DisplayColor, BreakpointCustomizable, DisplaySize, DisplayTag, Theme } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PDisplay {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
align: DisplayAlign;
|
|
8
|
+
color: DisplayColor;
|
|
9
|
+
ellipsis: boolean;
|
|
10
|
+
size: BreakpointCustomizable<DisplaySize>;
|
|
11
|
+
tag: DisplayTag;
|
|
12
|
+
theme: Theme;
|
|
13
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PDisplay, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDisplay, "p-display,[p-display]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "size": "size"; "tag": "tag"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
16
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { FieldsetWrapperLabelSize, FormState } from '../types';
|
|
2
|
+
import type { FieldsetWrapperLabelSize, FormState, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PFieldsetWrapper {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -9,7 +9,8 @@ export declare class PFieldsetWrapper {
|
|
|
9
9
|
message: string;
|
|
10
10
|
required: boolean;
|
|
11
11
|
state: FormState;
|
|
12
|
+
theme: Theme;
|
|
12
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFieldsetWrapper, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFieldsetWrapper, "p-fieldset-wrapper,[p-fieldset-wrapper]", never, { "label": "label"; "labelSize": "labelSize"; "message": "message"; "required": "required"; "state": "state"; }, {}, never, ["*"]>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFieldsetWrapper, "p-fieldset-wrapper,[p-fieldset-wrapper]", never, { "label": "label"; "labelSize": "labelSize"; "message": "message"; "required": "required"; "state": "state"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
15
16
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
2
|
import type { BreakpointCustomizable, FlexItemAlignSelf, FlexItemFlex, FlexItemGrow, FlexItemOffset, FlexItemShrink, FlexItemWidth } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
4
5
|
export declare class PFlexItem {
|
|
5
6
|
protected z: NgZone;
|
|
6
7
|
protected el: HTMLElement;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
2
|
import type { BreakpointCustomizable, FlexAlignContent, FlexAlignItems, FlexDirection, FlexInline, FlexJustifyContent, FlexWrap } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
4
5
|
export declare class PFlex {
|
|
5
6
|
protected z: NgZone;
|
|
6
7
|
protected el: HTMLElement;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
2
|
import type { BreakpointCustomizable, GridItemOffset, GridItemSize } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
4
5
|
export declare class PGridItem {
|
|
5
6
|
protected z: NgZone;
|
|
6
7
|
protected el: HTMLElement;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
2
|
import type { BreakpointCustomizable, GridDirection, GridGutter, GridWrap } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
4
5
|
export declare class PGrid {
|
|
5
6
|
protected z: NgZone;
|
|
6
7
|
protected el: HTMLElement;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { HeadingAlign, HeadingColor, BreakpointCustomizable, HeadingSize, HeadingTag, Theme } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PHeading {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
align: HeadingAlign;
|
|
8
|
+
color: HeadingColor;
|
|
9
|
+
ellipsis: boolean;
|
|
10
|
+
size: BreakpointCustomizable<HeadingSize>;
|
|
11
|
+
tag: HeadingTag;
|
|
12
|
+
theme: Theme;
|
|
13
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PHeading, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PHeading, "p-heading,[p-heading]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "size": "size"; "tag": "tag"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
16
|
+
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type {
|
|
2
|
+
import type { HeadlineAlign, HeadlineColor, HeadlineTag, Theme, HeadlineVariant } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
|
|
4
5
|
export declare class PHeadline {
|
|
5
6
|
protected z: NgZone;
|
|
6
7
|
protected el: HTMLElement;
|
|
7
|
-
align:
|
|
8
|
-
color:
|
|
8
|
+
align: HeadlineAlign;
|
|
9
|
+
color: HeadlineColor;
|
|
9
10
|
ellipsis: boolean;
|
|
10
11
|
tag: HeadlineTag;
|
|
11
12
|
theme: Theme;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { SelectedAriaAttributes, IconAriaAttribute,
|
|
2
|
+
import type { SelectedAriaAttributes, IconAriaAttribute, IconColor, IconName, IconSize, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PIcon {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
7
|
aria: SelectedAriaAttributes<IconAriaAttribute>;
|
|
8
|
-
color:
|
|
8
|
+
color: IconColor;
|
|
9
9
|
lazy: boolean;
|
|
10
10
|
name: IconName;
|
|
11
11
|
size: IconSize;
|
|
12
12
|
source: string;
|
|
13
|
-
theme:
|
|
13
|
+
theme: Theme;
|
|
14
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PIcon, never>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon,[p-icon]", never, { "aria": "aria"; "color": "color"; "lazy": "lazy"; "name": "name"; "size": "size"; "source": "source"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { BreakpointCustomizable, AlignLabel, SelectedAriaAttributes, LinkAriaAttribute,
|
|
2
|
+
import type { BreakpointCustomizable, AlignLabel, SelectedAriaAttributes, LinkAriaAttribute, LinkButtonIconName, TextSize, LinkTarget, Theme, TextWeight } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PLinkPure {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -10,15 +10,16 @@ export declare class PLinkPure {
|
|
|
10
10
|
download: string;
|
|
11
11
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
12
12
|
href: string;
|
|
13
|
-
icon:
|
|
13
|
+
icon: LinkButtonIconName;
|
|
14
14
|
iconSource: string;
|
|
15
15
|
rel: string;
|
|
16
16
|
size: BreakpointCustomizable<TextSize>;
|
|
17
17
|
stretch: BreakpointCustomizable<boolean>;
|
|
18
18
|
target: LinkTarget;
|
|
19
|
-
theme:
|
|
19
|
+
theme: Theme;
|
|
20
|
+
underline: boolean;
|
|
20
21
|
weight: TextWeight;
|
|
21
22
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkPure, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkPure, "p-link-pure,[p-link-pure]", never, { "active": "active"; "alignLabel": "alignLabel"; "aria": "aria"; "download": "download"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "size": "size"; "stretch": "stretch"; "target": "target"; "theme": "theme"; "weight": "weight"; }, {}, never, ["*"]>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkPure, "p-link-pure,[p-link-pure]", never, { "active": "active"; "alignLabel": "alignLabel"; "aria": "aria"; "download": "download"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "size": "size"; "stretch": "stretch"; "target": "target"; "theme": "theme"; "underline": "underline"; "weight": "weight"; }, {}, never, ["*"]>;
|
|
24
25
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
2
|
import type { BreakpointCustomizable, SocialIconName, LinkTarget, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social instead. */
|
|
4
5
|
export declare class PLinkSocial {
|
|
5
6
|
protected z: NgZone;
|
|
6
7
|
protected el: HTMLElement;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { SelectedAriaAttributes, LinkAriaAttribute, BreakpointCustomizable,
|
|
2
|
+
import type { SelectedAriaAttributes, LinkAriaAttribute, BreakpointCustomizable, LinkButtonIconName, LinkTarget, Theme, LinkVariant } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PLink {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -8,11 +8,11 @@ export declare class PLink {
|
|
|
8
8
|
download: string;
|
|
9
9
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
10
10
|
href: string;
|
|
11
|
-
icon:
|
|
11
|
+
icon: LinkButtonIconName;
|
|
12
12
|
iconSource: string;
|
|
13
13
|
rel: string;
|
|
14
14
|
target: LinkTarget;
|
|
15
|
-
theme:
|
|
15
|
+
theme: Theme;
|
|
16
16
|
variant: LinkVariant;
|
|
17
17
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLink, never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { SelectedAriaAttributes, PopoverDirection } from '../types';
|
|
2
|
+
import type { SelectedAriaAttributes, PopoverDirection, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PPopover {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -7,7 +7,8 @@ export declare class PPopover {
|
|
|
7
7
|
aria: SelectedAriaAttributes<"aria-label">;
|
|
8
8
|
description: string;
|
|
9
9
|
direction: PopoverDirection;
|
|
10
|
+
theme: Theme;
|
|
10
11
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PPopover, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PPopover, "p-popover,[p-popover]", never, { "aria": "aria"; "description": "description"; "direction": "direction"; }, {}, never, ["*"]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPopover, "p-popover,[p-popover]", never, { "aria": "aria"; "description": "description"; "direction": "direction"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
13
14
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { BreakpointCustomizable, FormState } from '../types';
|
|
2
|
+
import type { BreakpointCustomizable, FormState, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PRadioButtonWrapper {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -8,7 +8,8 @@ export declare class PRadioButtonWrapper {
|
|
|
8
8
|
label: string;
|
|
9
9
|
message: string;
|
|
10
10
|
state: FormState;
|
|
11
|
+
theme: Theme;
|
|
11
12
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PRadioButtonWrapper, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PRadioButtonWrapper, "p-radio-button-wrapper,[p-radio-button-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "state": "state"; }, {}, never, ["*"]>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PRadioButtonWrapper, "p-radio-button-wrapper,[p-radio-button-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "state": "state"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
14
15
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { GradientColorTheme, ScrollIndicatorPosition, ScrollToPosition,
|
|
2
|
+
import type { GradientColorTheme, ScrollIndicatorPosition, ScrollToPosition, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PScroller {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -7,7 +7,7 @@ export declare class PScroller {
|
|
|
7
7
|
gradientColorScheme: GradientColorTheme;
|
|
8
8
|
scrollIndicatorPosition: ScrollIndicatorPosition;
|
|
9
9
|
scrollToPosition: ScrollToPosition;
|
|
10
|
-
theme:
|
|
10
|
+
theme: Theme;
|
|
11
11
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PScroller, never>;
|
|
13
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<PScroller, "p-scroller,[p-scroller]", never, { "gradientColorScheme": "gradientColorScheme"; "scrollIndicatorPosition": "scrollIndicatorPosition"; "scrollToPosition": "scrollToPosition"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { SelectedAriaAttributes, SpinnerAriaAttribute, BreakpointCustomizable, SpinnerSize,
|
|
2
|
+
import type { SelectedAriaAttributes, SpinnerAriaAttribute, BreakpointCustomizable, SpinnerSize, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PSpinner {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
7
|
aria: SelectedAriaAttributes<SpinnerAriaAttribute>;
|
|
8
8
|
size: BreakpointCustomizable<SpinnerSize>;
|
|
9
|
-
theme:
|
|
9
|
+
theme: Theme;
|
|
10
10
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSpinner, never>;
|
|
12
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<PSpinner, "p-spinner,[p-spinner]", never, { "aria": "aria"; "size": "size"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
-
import type { BreakpointCustomizable, AlignLabel, SwitchChangeEvent,
|
|
2
|
+
import type { BreakpointCustomizable, AlignLabel, SwitchChangeEvent, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PSwitch {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -10,10 +10,9 @@ export declare class PSwitch {
|
|
|
10
10
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
11
11
|
loading: boolean;
|
|
12
12
|
stretch: BreakpointCustomizable<boolean>;
|
|
13
|
-
|
|
14
|
-
theme: ThemeExtendedElectric;
|
|
13
|
+
theme: Theme;
|
|
15
14
|
switchChange: EventEmitter<CustomEvent<SwitchChangeEvent>>;
|
|
16
15
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
17
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSwitch, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSwitch, "p-switch,[p-switch]", never, { "alignLabel": "alignLabel"; "checked": "checked"; "disabled": "disabled"; "hideLabel": "hideLabel"; "loading": "loading"; "stretch": "stretch"; "
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSwitch, "p-switch,[p-switch]", never, { "alignLabel": "alignLabel"; "checked": "checked"; "disabled": "disabled"; "hideLabel": "hideLabel"; "loading": "loading"; "stretch": "stretch"; "theme": "theme"; }, { "switchChange": "switchChange"; }, never, ["*"]>;
|
|
19
18
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
-
import type { TabGradientColorTheme, TabChangeEvent, BreakpointCustomizable, TabSize,
|
|
2
|
+
import type { TabGradientColorTheme, TabChangeEvent, BreakpointCustomizable, TabSize, Theme, TabWeight } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PTabsBar {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -7,7 +7,7 @@ export declare class PTabsBar {
|
|
|
7
7
|
activeTabIndex: number | undefined;
|
|
8
8
|
gradientColorScheme: TabGradientColorTheme;
|
|
9
9
|
size: BreakpointCustomizable<TabSize>;
|
|
10
|
-
theme:
|
|
10
|
+
theme: Theme;
|
|
11
11
|
weight: TabWeight;
|
|
12
12
|
tabChange: EventEmitter<CustomEvent<TabChangeEvent>>;
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
-
import type { TabGradientColorTheme, TabChangeEvent, BreakpointCustomizable, TabSize,
|
|
2
|
+
import type { TabGradientColorTheme, TabChangeEvent, BreakpointCustomizable, TabSize, Theme, TabWeight } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PTabs {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -7,7 +7,7 @@ export declare class PTabs {
|
|
|
7
7
|
activeTabIndex: number;
|
|
8
8
|
gradientColorScheme: TabGradientColorTheme;
|
|
9
9
|
size: BreakpointCustomizable<TabSize>;
|
|
10
|
-
theme:
|
|
10
|
+
theme: Theme;
|
|
11
11
|
weight: TabWeight;
|
|
12
12
|
tabChange: EventEmitter<CustomEvent<TabChangeEvent>>;
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { SelectedAriaAttributes, TagDismissibleAriaAttribute, TagDismissibleColor } from '../types';
|
|
2
|
+
import type { SelectedAriaAttributes, TagDismissibleAriaAttribute, TagDismissibleColor, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PTagDismissible {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -7,7 +7,8 @@ export declare class PTagDismissible {
|
|
|
7
7
|
aria: SelectedAriaAttributes<TagDismissibleAriaAttribute>;
|
|
8
8
|
color: TagDismissibleColor;
|
|
9
9
|
label: string;
|
|
10
|
+
theme: Theme;
|
|
10
11
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTagDismissible, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTagDismissible, "p-tag-dismissible,[p-tag-dismissible]", never, { "aria": "aria"; "color": "color"; "label": "label"; }, {}, never, ["*"]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTagDismissible, "p-tag-dismissible,[p-tag-dismissible]", never, { "aria": "aria"; "color": "color"; "label": "label"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
13
14
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
-
import type { IconName, BreakpointCustomizable, FormState, TextFieldWrapperUnitPosition } from '../types';
|
|
2
|
+
import type { IconName, BreakpointCustomizable, FormState, Theme, TextFieldWrapperUnitPosition } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PTextFieldWrapper {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -12,10 +12,11 @@ export declare class PTextFieldWrapper {
|
|
|
12
12
|
message: string;
|
|
13
13
|
showCharacterCount: boolean;
|
|
14
14
|
state: FormState;
|
|
15
|
+
theme: Theme;
|
|
15
16
|
unit: string;
|
|
16
17
|
unitPosition: TextFieldWrapperUnitPosition;
|
|
17
18
|
action: EventEmitter<CustomEvent<void>>;
|
|
18
19
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTextFieldWrapper, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTextFieldWrapper, "p-text-field-wrapper,[p-text-field-wrapper]", never, { "actionIcon": "actionIcon"; "actionLoading": "actionLoading"; "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "state": "state"; "unit": "unit"; "unitPosition": "unitPosition"; }, { "action": "action"; }, never, ["*"]>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTextFieldWrapper, "p-text-field-wrapper,[p-text-field-wrapper]", never, { "actionIcon": "actionIcon"; "actionLoading": "actionLoading"; "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "state": "state"; "theme": "theme"; "unit": "unit"; "unitPosition": "unitPosition"; }, { "action": "action"; }, never, ["*"]>;
|
|
21
22
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { BreakpointCustomizable, FormState } from '../types';
|
|
2
|
+
import type { BreakpointCustomizable, FormState, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PTextareaWrapper {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -10,7 +10,8 @@ export declare class PTextareaWrapper {
|
|
|
10
10
|
message: string;
|
|
11
11
|
showCharacterCount: boolean;
|
|
12
12
|
state: FormState;
|
|
13
|
+
theme: Theme;
|
|
13
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTextareaWrapper, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTextareaWrapper, "p-textarea-wrapper,[p-textarea-wrapper]", never, { "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "state": "state"; }, {}, never, ["*"]>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTextareaWrapper, "p-textarea-wrapper,[p-textarea-wrapper]", never, { "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "state": "state"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
16
17
|
}
|