@porsche-design-system/components-angular 3.0.0-rc.0 → 3.0.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/CHANGELOG.md +87 -25
- package/esm2020/lib/components/accordion.wrapper.mjs +4 -4
- package/esm2020/lib/components/banner.wrapper.mjs +4 -4
- package/esm2020/lib/components/button-group.wrapper.mjs +4 -4
- package/esm2020/lib/components/button-pure.wrapper.mjs +4 -4
- package/esm2020/lib/components/button-tile.wrapper.mjs +4 -4
- package/esm2020/lib/components/button.wrapper.mjs +4 -4
- package/esm2020/lib/components/carousel.wrapper.mjs +4 -4
- package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +5 -5
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/crest.wrapper.mjs +4 -4
- package/esm2020/lib/components/display.wrapper.mjs +4 -4
- package/esm2020/lib/components/divider.wrapper.mjs +4 -4
- package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/fieldset.wrapper.mjs +4 -4
- package/esm2020/lib/components/flex-item.wrapper.mjs +4 -4
- package/esm2020/lib/components/flex.wrapper.mjs +4 -4
- package/esm2020/lib/components/grid-item.wrapper.mjs +4 -4
- package/esm2020/lib/components/grid.wrapper.mjs +4 -4
- package/esm2020/lib/components/heading.wrapper.mjs +4 -4
- package/esm2020/lib/components/headline.wrapper.mjs +4 -4
- package/esm2020/lib/components/icon.wrapper.mjs +4 -4
- package/esm2020/lib/components/inline-notification.wrapper.mjs +4 -4
- package/esm2020/lib/components/link-pure.wrapper.mjs +4 -4
- package/esm2020/lib/components/link-social.wrapper.mjs +4 -4
- package/esm2020/lib/components/link-tile-model-signature.wrapper.mjs +4 -4
- package/esm2020/lib/components/link-tile.wrapper.mjs +4 -4
- package/esm2020/lib/components/link.wrapper.mjs +4 -4
- package/esm2020/lib/components/marque.wrapper.mjs +4 -4
- package/esm2020/lib/components/modal.wrapper.mjs +4 -4
- package/esm2020/lib/components/model-signature.wrapper.mjs +4 -4
- package/esm2020/lib/components/pagination.wrapper.mjs +4 -4
- package/esm2020/lib/components/popover.wrapper.mjs +4 -4
- package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/scroller.wrapper.mjs +5 -5
- package/esm2020/lib/components/segmented-control-item.wrapper.mjs +4 -4
- package/esm2020/lib/components/segmented-control.wrapper.mjs +4 -4
- package/esm2020/lib/components/select-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/spinner.wrapper.mjs +4 -4
- package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +4 -4
- package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +4 -4
- package/esm2020/lib/components/switch.wrapper.mjs +4 -4
- package/esm2020/lib/components/table-body.wrapper.mjs +4 -4
- package/esm2020/lib/components/table-cell.wrapper.mjs +4 -4
- package/esm2020/lib/components/table-head-cell.wrapper.mjs +4 -4
- package/esm2020/lib/components/table-head-row.wrapper.mjs +4 -4
- package/esm2020/lib/components/table-head.wrapper.mjs +4 -4
- package/esm2020/lib/components/table-row.wrapper.mjs +4 -4
- package/esm2020/lib/components/table.wrapper.mjs +4 -4
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +4 -4
- package/esm2020/lib/components/tabs-item.wrapper.mjs +4 -4
- package/esm2020/lib/components/tabs.wrapper.mjs +4 -4
- package/esm2020/lib/components/tag-dismissible.wrapper.mjs +4 -4
- package/esm2020/lib/components/tag.wrapper.mjs +4 -4
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/text-list-item.wrapper.mjs +4 -4
- package/esm2020/lib/components/text-list.wrapper.mjs +4 -4
- package/esm2020/lib/components/text.wrapper.mjs +4 -4
- package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/toast.wrapper.mjs +4 -4
- package/esm2020/lib/components/wordmark.wrapper.mjs +4 -4
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +5 -5
- package/esm2020/toast-manager.mjs +4 -4
- package/fesm2015/porsche-design-system-components-angular.mjs +189 -189
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +189 -189
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/accordion.wrapper.d.ts +7 -7
- package/lib/components/banner.wrapper.d.ts +8 -8
- package/lib/components/button-group.wrapper.d.ts +2 -2
- package/lib/components/button-pure.wrapper.d.ts +14 -14
- package/lib/components/button-tile.wrapper.d.ts +13 -13
- package/lib/components/button.wrapper.d.ts +10 -10
- package/lib/components/carousel.wrapper.d.ts +13 -13
- package/lib/components/checkbox-wrapper.wrapper.d.ts +7 -6
- package/lib/components/content-wrapper.wrapper.d.ts +4 -4
- package/lib/components/crest.wrapper.d.ts +4 -4
- package/lib/components/display.wrapper.d.ts +7 -7
- package/lib/components/divider.wrapper.d.ts +5 -5
- package/lib/components/fieldset-wrapper.wrapper.d.ts +7 -7
- package/lib/components/fieldset.wrapper.d.ts +7 -7
- package/lib/components/flex-item.wrapper.d.ts +7 -7
- package/lib/components/flex.wrapper.d.ts +7 -7
- package/lib/components/grid-item.wrapper.d.ts +3 -3
- package/lib/components/grid.wrapper.d.ts +4 -4
- package/lib/components/heading.wrapper.d.ts +7 -7
- package/lib/components/headline.wrapper.d.ts +7 -7
- package/lib/components/icon.wrapper.d.ts +8 -8
- package/lib/components/inline-notification.wrapper.d.ts +10 -10
- package/lib/components/link-pure.wrapper.d.ts +16 -16
- package/lib/components/link-social.wrapper.d.ts +8 -8
- package/lib/components/link-tile-model-signature.wrapper.d.ts +7 -7
- package/lib/components/link-tile.wrapper.d.ts +11 -11
- package/lib/components/link.wrapper.d.ts +11 -11
- package/lib/components/marque.wrapper.d.ts +6 -6
- package/lib/components/modal.wrapper.d.ts +7 -7
- package/lib/components/model-signature.wrapper.d.ts +5 -5
- package/lib/components/pagination.wrapper.d.ts +9 -9
- package/lib/components/popover.wrapper.d.ts +5 -5
- package/lib/components/radio-button-wrapper.wrapper.d.ts +6 -6
- package/lib/components/scroller.wrapper.d.ts +10 -9
- package/lib/components/segmented-control-item.wrapper.d.ts +5 -5
- package/lib/components/segmented-control.wrapper.d.ts +4 -4
- package/lib/components/select-wrapper.wrapper.d.ts +10 -10
- package/lib/components/spinner.wrapper.d.ts +4 -4
- package/lib/components/stepper-horizontal-item.wrapper.d.ts +3 -3
- package/lib/components/stepper-horizontal.wrapper.d.ts +3 -3
- package/lib/components/switch.wrapper.d.ts +8 -8
- package/lib/components/table-body.wrapper.d.ts +1 -1
- package/lib/components/table-cell.wrapper.d.ts +2 -2
- package/lib/components/table-head-cell.wrapper.d.ts +4 -4
- package/lib/components/table-head-row.wrapper.d.ts +1 -1
- package/lib/components/table-head.wrapper.d.ts +1 -1
- package/lib/components/table-row.wrapper.d.ts +1 -1
- package/lib/components/table.wrapper.d.ts +3 -3
- package/lib/components/tabs-bar.wrapper.d.ts +7 -7
- package/lib/components/tabs-item.wrapper.d.ts +1 -1
- package/lib/components/tabs.wrapper.d.ts +7 -7
- package/lib/components/tag-dismissible.wrapper.d.ts +5 -5
- package/lib/components/tag.wrapper.d.ts +5 -5
- package/lib/components/text-field-wrapper.wrapper.d.ts +13 -13
- package/lib/components/text-list-item.wrapper.d.ts +1 -1
- package/lib/components/text-list.wrapper.d.ts +5 -5
- package/lib/components/text.wrapper.d.ts +8 -8
- package/lib/components/textarea-wrapper.wrapper.d.ts +9 -9
- package/lib/components/toast.wrapper.d.ts +2 -2
- package/lib/components/wordmark.wrapper.d.ts +6 -6
- package/lib/types.d.ts +225 -197
- package/package.json +6 -6
- package/porsche-design-system.module.d.ts +1 -1
- package/utils.d.ts +1 -1
- /package/{porsche-design-system-components-angular.d.ts → index.d.ts} +0 -0
|
@@ -4,16 +4,16 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PAccordion {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
compact
|
|
8
|
-
heading
|
|
9
|
-
open
|
|
10
|
-
size
|
|
11
|
-
tag
|
|
12
|
-
theme
|
|
7
|
+
compact?: boolean;
|
|
8
|
+
heading?: string;
|
|
9
|
+
open?: boolean;
|
|
10
|
+
size?: BreakpointCustomizable<AccordionSize>;
|
|
11
|
+
tag?: AccordionTag;
|
|
12
|
+
theme?: Theme;
|
|
13
13
|
/** @deprecated */
|
|
14
14
|
accordionChange: EventEmitter<CustomEvent<AccordionUpdateEvent>>;
|
|
15
15
|
update: EventEmitter<CustomEvent<AccordionUpdateEvent>>;
|
|
16
16
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PAccordion, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion,[p-accordion]", never, { "compact": "compact"; "heading": "heading"; "open": "open"; "size": "size"; "tag": "tag"; "theme": "theme"; }, { "accordionChange": "accordionChange"; "update": "update"; }, never, ["*"]>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion,[p-accordion]", never, { "compact": "compact"; "heading": "heading"; "open": "open"; "size": "size"; "tag": "tag"; "theme": "theme"; }, { "accordionChange": "accordionChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
19
19
|
}
|
|
@@ -4,18 +4,18 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PBanner {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
description
|
|
8
|
-
dismissButton
|
|
9
|
-
heading
|
|
7
|
+
description?: string;
|
|
8
|
+
dismissButton?: boolean;
|
|
9
|
+
heading?: string;
|
|
10
10
|
open: boolean;
|
|
11
11
|
/** @deprecated */
|
|
12
|
-
persistent
|
|
13
|
-
state
|
|
14
|
-
theme
|
|
12
|
+
persistent?: boolean;
|
|
13
|
+
state?: BannerState;
|
|
14
|
+
theme?: Theme;
|
|
15
15
|
/** @deprecated */
|
|
16
|
-
width
|
|
16
|
+
width?: BannerWidth;
|
|
17
17
|
dismiss: EventEmitter<CustomEvent<void>>;
|
|
18
18
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<PBanner, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PBanner, "p-banner,[p-banner]", never, { "description": "description"; "dismissButton": "dismissButton"; "heading": "heading"; "open": "open"; "persistent": "persistent"; "state": "state"; "theme": "theme"; "width": "width"; }, { "dismiss": "dismiss"; }, never, ["*"]>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PBanner, "p-banner,[p-banner]", never, { "description": "description"; "dismissButton": "dismissButton"; "heading": "heading"; "open": "open"; "persistent": "persistent"; "state": "state"; "theme": "theme"; "width": "width"; }, { "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
21
21
|
}
|
|
@@ -4,8 +4,8 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PButtonGroup {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
direction
|
|
7
|
+
direction?: BreakpointCustomizable<ButtonGroupDirection>;
|
|
8
8
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButtonGroup, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonGroup, "p-button-group,[p-button-group]", never, { "direction": "direction"; }, {}, never, ["*"]>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonGroup, "p-button-group,[p-button-group]", never, { "direction": "direction"; }, {}, never, ["*"], false, never>;
|
|
11
11
|
}
|
|
@@ -4,21 +4,21 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PButtonPure {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
active
|
|
8
|
-
alignLabel
|
|
9
|
-
aria
|
|
10
|
-
disabled
|
|
11
|
-
hideLabel
|
|
12
|
-
icon
|
|
13
|
-
iconSource
|
|
14
|
-
loading
|
|
15
|
-
size
|
|
16
|
-
stretch
|
|
17
|
-
theme
|
|
18
|
-
type
|
|
7
|
+
active?: boolean;
|
|
8
|
+
alignLabel?: BreakpointCustomizable<ButtonPureAlignLabel>;
|
|
9
|
+
aria?: SelectedAriaAttributes<ButtonPureAriaAttribute>;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
hideLabel?: BreakpointCustomizable<boolean>;
|
|
12
|
+
icon?: ButtonPureIcon;
|
|
13
|
+
iconSource?: string;
|
|
14
|
+
loading?: boolean;
|
|
15
|
+
size?: BreakpointCustomizable<ButtonPureSize>;
|
|
16
|
+
stretch?: BreakpointCustomizable<boolean>;
|
|
17
|
+
theme?: Theme;
|
|
18
|
+
type?: ButtonPureType;
|
|
19
19
|
/** @deprecated */
|
|
20
|
-
weight
|
|
20
|
+
weight?: ButtonPureWeight;
|
|
21
21
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButtonPure, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonPure, "p-button-pure,[p-button-pure]", never, { "active": "active"; "alignLabel": "alignLabel"; "aria": "aria"; "disabled": "disabled"; "hideLabel": "hideLabel"; "icon": "icon"; "iconSource": "iconSource"; "loading": "loading"; "size": "size"; "stretch": "stretch"; "theme": "theme"; "type": "type"; "weight": "weight"; }, {}, never, ["*"]>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonPure, "p-button-pure,[p-button-pure]", never, { "active": "active"; "alignLabel": "alignLabel"; "aria": "aria"; "disabled": "disabled"; "hideLabel": "hideLabel"; "icon": "icon"; "iconSource": "iconSource"; "loading": "loading"; "size": "size"; "stretch": "stretch"; "theme": "theme"; "type": "type"; "weight": "weight"; }, {}, never, ["*"], false, never>;
|
|
24
24
|
}
|
|
@@ -4,21 +4,21 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PButtonTile {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
align
|
|
8
|
-
aria
|
|
9
|
-
aspectRatio
|
|
10
|
-
compact
|
|
7
|
+
align?: ButtonTileAlign;
|
|
8
|
+
aria?: SelectedAriaAttributes<ButtonTileAriaAttribute>;
|
|
9
|
+
aspectRatio?: BreakpointCustomizable<ButtonTileAspectRatio>;
|
|
10
|
+
compact?: BreakpointCustomizable<boolean>;
|
|
11
11
|
description: string;
|
|
12
|
-
disabled
|
|
13
|
-
gradient
|
|
14
|
-
icon
|
|
15
|
-
iconSource
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
gradient?: boolean;
|
|
14
|
+
icon?: ButtonTileIcon;
|
|
15
|
+
iconSource?: string;
|
|
16
16
|
label: string;
|
|
17
|
-
loading
|
|
18
|
-
size
|
|
19
|
-
type
|
|
20
|
-
weight
|
|
17
|
+
loading?: boolean;
|
|
18
|
+
size?: BreakpointCustomizable<ButtonTileSize>;
|
|
19
|
+
type?: ButtonTileType;
|
|
20
|
+
weight?: BreakpointCustomizable<ButtonTileWeight>;
|
|
21
21
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButtonTile, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonTile, "p-button-tile,[p-button-tile]", never, { "align": "align"; "aria": "aria"; "aspectRatio": "aspectRatio"; "compact": "compact"; "description": "description"; "disabled": "disabled"; "gradient": "gradient"; "icon": "icon"; "iconSource": "iconSource"; "label": "label"; "loading": "loading"; "size": "size"; "type": "type"; "weight": "weight"; }, {}, never, ["*"]>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonTile, "p-button-tile,[p-button-tile]", never, { "align": "align"; "aria": "aria"; "aspectRatio": "aspectRatio"; "compact": "compact"; "description": "description"; "disabled": "disabled"; "gradient": "gradient"; "icon": "icon"; "iconSource": "iconSource"; "label": "label"; "loading": "loading"; "size": "size"; "type": "type"; "weight": "weight"; }, {}, never, ["*"], false, never>;
|
|
24
24
|
}
|
|
@@ -4,16 +4,16 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PButton {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
aria
|
|
8
|
-
disabled
|
|
9
|
-
hideLabel
|
|
10
|
-
icon
|
|
11
|
-
iconSource
|
|
12
|
-
loading
|
|
13
|
-
theme
|
|
14
|
-
type
|
|
15
|
-
variant
|
|
7
|
+
aria?: SelectedAriaAttributes<ButtonAriaAttribute>;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
hideLabel?: BreakpointCustomizable<boolean>;
|
|
10
|
+
icon?: ButtonIcon;
|
|
11
|
+
iconSource?: string;
|
|
12
|
+
loading?: boolean;
|
|
13
|
+
theme?: Theme;
|
|
14
|
+
type?: ButtonType;
|
|
15
|
+
variant?: ButtonVariant;
|
|
16
16
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
|
|
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, ["*"]>;
|
|
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, ["*"], false, never>;
|
|
19
19
|
}
|
|
@@ -4,24 +4,24 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PCarousel {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
activeSlideIndex
|
|
8
|
-
alignHeader
|
|
9
|
-
description
|
|
7
|
+
activeSlideIndex?: number;
|
|
8
|
+
alignHeader?: CarouselAlignHeader;
|
|
9
|
+
description?: string;
|
|
10
10
|
/** @deprecated */
|
|
11
|
-
disablePagination
|
|
12
|
-
heading
|
|
13
|
-
intl
|
|
14
|
-
pagination
|
|
15
|
-
rewind
|
|
16
|
-
slidesPerPage
|
|
17
|
-
theme
|
|
18
|
-
width
|
|
11
|
+
disablePagination?: BreakpointCustomizable<boolean>;
|
|
12
|
+
heading?: string;
|
|
13
|
+
intl?: CarouselInternationalization;
|
|
14
|
+
pagination?: BreakpointCustomizable<boolean>;
|
|
15
|
+
rewind?: boolean;
|
|
16
|
+
slidesPerPage?: BreakpointCustomizable<number> | "auto";
|
|
17
|
+
theme?: Theme;
|
|
18
|
+
width?: CarouselWidth;
|
|
19
19
|
/** @deprecated */
|
|
20
|
-
wrapContent
|
|
20
|
+
wrapContent?: boolean;
|
|
21
21
|
/** @deprecated */
|
|
22
22
|
carouselChange: EventEmitter<CustomEvent<CarouselUpdateEvent>>;
|
|
23
23
|
update: EventEmitter<CustomEvent<CarouselUpdateEvent>>;
|
|
24
24
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCarousel, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PCarousel, "p-carousel,[p-carousel]", never, { "activeSlideIndex": "activeSlideIndex"; "alignHeader": "alignHeader"; "description": "description"; "disablePagination": "disablePagination"; "heading": "heading"; "intl": "intl"; "pagination": "pagination"; "rewind": "rewind"; "slidesPerPage": "slidesPerPage"; "theme": "theme"; "width": "width"; "wrapContent": "wrapContent"; }, { "carouselChange": "carouselChange"; "update": "update"; }, never, ["*"]>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCarousel, "p-carousel,[p-carousel]", never, { "activeSlideIndex": "activeSlideIndex"; "alignHeader": "alignHeader"; "description": "description"; "disablePagination": "disablePagination"; "heading": "heading"; "intl": "intl"; "pagination": "pagination"; "rewind": "rewind"; "slidesPerPage": "slidesPerPage"; "theme": "theme"; "width": "width"; "wrapContent": "wrapContent"; }, { "carouselChange": "carouselChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
27
27
|
}
|
|
@@ -4,12 +4,13 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PCheckboxWrapper {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
hideLabel
|
|
8
|
-
label
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
hideLabel?: BreakpointCustomizable<boolean>;
|
|
8
|
+
label?: string;
|
|
9
|
+
loading?: boolean;
|
|
10
|
+
message?: string;
|
|
11
|
+
state?: CheckboxWrapperState;
|
|
12
|
+
theme?: Theme;
|
|
12
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCheckboxWrapper, 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, ["*"]>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCheckboxWrapper, "p-checkbox-wrapper,[p-checkbox-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "loading": "loading"; "message": "message"; "state": "state"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
15
16
|
}
|
|
@@ -6,11 +6,11 @@ export declare class PContentWrapper {
|
|
|
6
6
|
protected z: NgZone;
|
|
7
7
|
protected el: HTMLElement;
|
|
8
8
|
/** @deprecated */
|
|
9
|
-
backgroundColor
|
|
9
|
+
backgroundColor?: ContentWrapperBackgroundColor;
|
|
10
10
|
/** @deprecated */
|
|
11
|
-
theme
|
|
12
|
-
width
|
|
11
|
+
theme?: Theme;
|
|
12
|
+
width?: ContentWrapperWidth;
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PContentWrapper, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PContentWrapper, "p-content-wrapper,[p-content-wrapper]", never, { "backgroundColor": "backgroundColor"; "theme": "theme"; "width": "width"; }, {}, never, ["*"]>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PContentWrapper, "p-content-wrapper,[p-content-wrapper]", never, { "backgroundColor": "backgroundColor"; "theme": "theme"; "width": "width"; }, {}, never, ["*"], false, never>;
|
|
16
16
|
}
|
|
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PCrest {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
aria
|
|
8
|
-
href
|
|
9
|
-
target
|
|
7
|
+
aria?: SelectedAriaAttributes<CrestAriaAttribute>;
|
|
8
|
+
href?: string;
|
|
9
|
+
target?: CrestTarget;
|
|
10
10
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCrest, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PCrest, "p-crest,[p-crest]", never, { "aria": "aria"; "href": "href"; "target": "target"; }, {}, never, ["*"]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCrest, "p-crest,[p-crest]", never, { "aria": "aria"; "href": "href"; "target": "target"; }, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -4,13 +4,13 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PDisplay {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
align
|
|
8
|
-
color
|
|
9
|
-
ellipsis
|
|
10
|
-
size
|
|
11
|
-
tag
|
|
12
|
-
theme
|
|
7
|
+
align?: DisplayAlign;
|
|
8
|
+
color?: DisplayColor;
|
|
9
|
+
ellipsis?: boolean;
|
|
10
|
+
size?: BreakpointCustomizable<DisplaySize>;
|
|
11
|
+
tag?: DisplayTag;
|
|
12
|
+
theme?: Theme;
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
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, ["*"]>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDisplay, "p-display,[p-display]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "size": "size"; "tag": "tag"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
16
16
|
}
|
|
@@ -4,12 +4,12 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PDivider {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
color
|
|
8
|
-
direction
|
|
7
|
+
color?: DividerColor;
|
|
8
|
+
direction?: BreakpointCustomizable<DividerDirection>;
|
|
9
9
|
/** @deprecated */
|
|
10
|
-
orientation
|
|
11
|
-
theme
|
|
10
|
+
orientation?: BreakpointCustomizable<DividerOrientation>;
|
|
11
|
+
theme?: Theme;
|
|
12
12
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDivider, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider,[p-divider]", never, { "color": "color"; "direction": "direction"; "orientation": "orientation"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider,[p-divider]", never, { "color": "color"; "direction": "direction"; "orientation": "orientation"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
15
15
|
}
|
|
@@ -5,13 +5,13 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class PFieldsetWrapper {
|
|
6
6
|
protected z: NgZone;
|
|
7
7
|
protected el: HTMLElement;
|
|
8
|
-
label
|
|
9
|
-
labelSize
|
|
10
|
-
message
|
|
11
|
-
required
|
|
12
|
-
state
|
|
13
|
-
theme
|
|
8
|
+
label?: string;
|
|
9
|
+
labelSize?: FieldsetWrapperLabelSize;
|
|
10
|
+
message?: string;
|
|
11
|
+
required?: boolean;
|
|
12
|
+
state?: FieldsetWrapperState;
|
|
13
|
+
theme?: Theme;
|
|
14
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFieldsetWrapper, never>;
|
|
16
|
-
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, ["*"]>;
|
|
16
|
+
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, ["*"], false, never>;
|
|
17
17
|
}
|
|
@@ -4,13 +4,13 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PFieldset {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
label
|
|
8
|
-
labelSize
|
|
9
|
-
message
|
|
10
|
-
required
|
|
11
|
-
state
|
|
12
|
-
theme
|
|
7
|
+
label?: string;
|
|
8
|
+
labelSize?: FieldsetLabelSize;
|
|
9
|
+
message?: string;
|
|
10
|
+
required?: boolean;
|
|
11
|
+
state?: FieldsetState;
|
|
12
|
+
theme?: Theme;
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFieldset, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFieldset, "p-fieldset,[p-fieldset]", never, { "label": "label"; "labelSize": "labelSize"; "message": "message"; "required": "required"; "state": "state"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFieldset, "p-fieldset,[p-fieldset]", never, { "label": "label"; "labelSize": "labelSize"; "message": "message"; "required": "required"; "state": "state"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
16
16
|
}
|
|
@@ -5,13 +5,13 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class PFlexItem {
|
|
6
6
|
protected z: NgZone;
|
|
7
7
|
protected el: HTMLElement;
|
|
8
|
-
alignSelf
|
|
9
|
-
flex
|
|
10
|
-
grow
|
|
11
|
-
offset
|
|
12
|
-
shrink
|
|
13
|
-
width
|
|
8
|
+
alignSelf?: BreakpointCustomizable<FlexItemAlignSelf>;
|
|
9
|
+
flex?: BreakpointCustomizable<FlexItemFlex>;
|
|
10
|
+
grow?: BreakpointCustomizable<FlexItemGrow>;
|
|
11
|
+
offset?: BreakpointCustomizable<FlexItemOffset>;
|
|
12
|
+
shrink?: BreakpointCustomizable<FlexItemShrink>;
|
|
13
|
+
width?: BreakpointCustomizable<FlexItemWidth>;
|
|
14
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFlexItem, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFlexItem, "p-flex-item,[p-flex-item]", never, { "alignSelf": "alignSelf"; "flex": "flex"; "grow": "grow"; "offset": "offset"; "shrink": "shrink"; "width": "width"; }, {}, never, ["*"]>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFlexItem, "p-flex-item,[p-flex-item]", never, { "alignSelf": "alignSelf"; "flex": "flex"; "grow": "grow"; "offset": "offset"; "shrink": "shrink"; "width": "width"; }, {}, never, ["*"], false, never>;
|
|
17
17
|
}
|
|
@@ -5,13 +5,13 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class PFlex {
|
|
6
6
|
protected z: NgZone;
|
|
7
7
|
protected el: HTMLElement;
|
|
8
|
-
alignContent
|
|
9
|
-
alignItems
|
|
10
|
-
direction
|
|
11
|
-
inline
|
|
12
|
-
justifyContent
|
|
13
|
-
wrap
|
|
8
|
+
alignContent?: BreakpointCustomizable<FlexAlignContent>;
|
|
9
|
+
alignItems?: BreakpointCustomizable<FlexAlignItems>;
|
|
10
|
+
direction?: BreakpointCustomizable<FlexDirection>;
|
|
11
|
+
inline?: BreakpointCustomizable<FlexInline>;
|
|
12
|
+
justifyContent?: BreakpointCustomizable<FlexJustifyContent>;
|
|
13
|
+
wrap?: BreakpointCustomizable<FlexWrap>;
|
|
14
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFlex, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFlex, "p-flex,[p-flex]", never, { "alignContent": "alignContent"; "alignItems": "alignItems"; "direction": "direction"; "inline": "inline"; "justifyContent": "justifyContent"; "wrap": "wrap"; }, {}, never, ["*"]>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFlex, "p-flex,[p-flex]", never, { "alignContent": "alignContent"; "alignItems": "alignItems"; "direction": "direction"; "inline": "inline"; "justifyContent": "justifyContent"; "wrap": "wrap"; }, {}, never, ["*"], false, never>;
|
|
17
17
|
}
|
|
@@ -5,9 +5,9 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class PGridItem {
|
|
6
6
|
protected z: NgZone;
|
|
7
7
|
protected el: HTMLElement;
|
|
8
|
-
offset
|
|
9
|
-
size
|
|
8
|
+
offset?: BreakpointCustomizable<GridItemOffset>;
|
|
9
|
+
size?: BreakpointCustomizable<GridItemSize>;
|
|
10
10
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PGridItem, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PGridItem, "p-grid-item,[p-grid-item]", never, { "offset": "offset"; "size": "size"; }, {}, never, ["*"]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PGridItem, "p-grid-item,[p-grid-item]", never, { "offset": "offset"; "size": "size"; }, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -5,11 +5,11 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class PGrid {
|
|
6
6
|
protected z: NgZone;
|
|
7
7
|
protected el: HTMLElement;
|
|
8
|
-
direction
|
|
8
|
+
direction?: BreakpointCustomizable<GridDirection>;
|
|
9
9
|
/** @deprecated */
|
|
10
|
-
gutter
|
|
11
|
-
wrap
|
|
10
|
+
gutter?: BreakpointCustomizable<GridGutter>;
|
|
11
|
+
wrap?: BreakpointCustomizable<GridWrap>;
|
|
12
12
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PGrid, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PGrid, "p-grid,[p-grid]", never, { "direction": "direction"; "gutter": "gutter"; "wrap": "wrap"; }, {}, never, ["*"]>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PGrid, "p-grid,[p-grid]", never, { "direction": "direction"; "gutter": "gutter"; "wrap": "wrap"; }, {}, never, ["*"], false, never>;
|
|
15
15
|
}
|
|
@@ -4,13 +4,13 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PHeading {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
align
|
|
8
|
-
color
|
|
9
|
-
ellipsis
|
|
10
|
-
size
|
|
11
|
-
tag
|
|
12
|
-
theme
|
|
7
|
+
align?: HeadingAlign;
|
|
8
|
+
color?: HeadingColor;
|
|
9
|
+
ellipsis?: boolean;
|
|
10
|
+
size?: BreakpointCustomizable<HeadingSize>;
|
|
11
|
+
tag?: HeadingTag;
|
|
12
|
+
theme?: Theme;
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
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, ["*"]>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PHeading, "p-heading,[p-heading]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "size": "size"; "tag": "tag"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
16
16
|
}
|
|
@@ -5,13 +5,13 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class PHeadline {
|
|
6
6
|
protected z: NgZone;
|
|
7
7
|
protected el: HTMLElement;
|
|
8
|
-
align
|
|
9
|
-
color
|
|
10
|
-
ellipsis
|
|
11
|
-
tag
|
|
12
|
-
theme
|
|
13
|
-
variant
|
|
8
|
+
align?: HeadlineAlign;
|
|
9
|
+
color?: HeadlineColor;
|
|
10
|
+
ellipsis?: boolean;
|
|
11
|
+
tag?: HeadlineTag;
|
|
12
|
+
theme?: Theme;
|
|
13
|
+
variant?: HeadlineVariant;
|
|
14
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PHeadline, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PHeadline, "p-headline,[p-headline]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "tag": "tag"; "theme": "theme"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PHeadline, "p-headline,[p-headline]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "tag": "tag"; "theme": "theme"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
17
17
|
}
|
|
@@ -4,15 +4,15 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PIcon {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
aria
|
|
8
|
-
color
|
|
7
|
+
aria?: SelectedAriaAttributes<IconAriaAttribute>;
|
|
8
|
+
color?: IconColor;
|
|
9
9
|
/** @deprecated */
|
|
10
|
-
lazy
|
|
11
|
-
name
|
|
12
|
-
size
|
|
13
|
-
source
|
|
14
|
-
theme
|
|
10
|
+
lazy?: boolean;
|
|
11
|
+
name?: IconName;
|
|
12
|
+
size?: IconSize;
|
|
13
|
+
source?: string;
|
|
14
|
+
theme?: Theme;
|
|
15
15
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<PIcon, never>;
|
|
17
|
-
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, ["*"]>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon,[p-icon]", never, { "aria": "aria"; "color": "color"; "lazy": "lazy"; "name": "name"; "size": "size"; "source": "source"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
18
18
|
}
|
|
@@ -4,19 +4,19 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PInlineNotification {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
actionIcon
|
|
8
|
-
actionLabel
|
|
9
|
-
actionLoading
|
|
10
|
-
description
|
|
11
|
-
dismissButton
|
|
12
|
-
heading
|
|
7
|
+
actionIcon?: InlineNotificationActionIcon;
|
|
8
|
+
actionLabel?: string;
|
|
9
|
+
actionLoading?: boolean;
|
|
10
|
+
description?: string;
|
|
11
|
+
dismissButton?: boolean;
|
|
12
|
+
heading?: string;
|
|
13
13
|
/** @deprecated */
|
|
14
|
-
persistent
|
|
15
|
-
state
|
|
16
|
-
theme
|
|
14
|
+
persistent?: boolean;
|
|
15
|
+
state?: InlineNotificationState;
|
|
16
|
+
theme?: Theme;
|
|
17
17
|
action: EventEmitter<CustomEvent<void>>;
|
|
18
18
|
dismiss: EventEmitter<CustomEvent<void>>;
|
|
19
19
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<PInlineNotification, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PInlineNotification, "p-inline-notification,[p-inline-notification]", never, { "actionIcon": "actionIcon"; "actionLabel": "actionLabel"; "actionLoading": "actionLoading"; "description": "description"; "dismissButton": "dismissButton"; "heading": "heading"; "persistent": "persistent"; "state": "state"; "theme": "theme"; }, { "action": "action"; "dismiss": "dismiss"; }, never, ["*"]>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PInlineNotification, "p-inline-notification,[p-inline-notification]", never, { "actionIcon": "actionIcon"; "actionLabel": "actionLabel"; "actionLoading": "actionLoading"; "description": "description"; "dismissButton": "dismissButton"; "heading": "heading"; "persistent": "persistent"; "state": "state"; "theme": "theme"; }, { "action": "action"; "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
22
22
|
}
|
|
@@ -4,23 +4,23 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PLinkPure {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
active
|
|
8
|
-
alignLabel
|
|
9
|
-
aria
|
|
10
|
-
download
|
|
11
|
-
hideLabel
|
|
12
|
-
href
|
|
13
|
-
icon
|
|
14
|
-
iconSource
|
|
15
|
-
rel
|
|
16
|
-
size
|
|
17
|
-
stretch
|
|
18
|
-
target
|
|
19
|
-
theme
|
|
20
|
-
underline
|
|
7
|
+
active?: boolean;
|
|
8
|
+
alignLabel?: BreakpointCustomizable<LinkPureAlignLabel>;
|
|
9
|
+
aria?: SelectedAriaAttributes<LinkPureAriaAttribute>;
|
|
10
|
+
download?: string;
|
|
11
|
+
hideLabel?: BreakpointCustomizable<boolean>;
|
|
12
|
+
href?: string;
|
|
13
|
+
icon?: LinkPureIcon;
|
|
14
|
+
iconSource?: string;
|
|
15
|
+
rel?: string;
|
|
16
|
+
size?: BreakpointCustomizable<LinkPureSize>;
|
|
17
|
+
stretch?: BreakpointCustomizable<boolean>;
|
|
18
|
+
target?: LinkPureTarget;
|
|
19
|
+
theme?: Theme;
|
|
20
|
+
underline?: boolean;
|
|
21
21
|
/** @deprecated */
|
|
22
|
-
weight
|
|
22
|
+
weight?: LinkPureWeight;
|
|
23
23
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkPure, never>;
|
|
25
|
-
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, ["*"]>;
|
|
25
|
+
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, ["*"], false, never>;
|
|
26
26
|
}
|
|
@@ -5,14 +5,14 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class PLinkSocial {
|
|
6
6
|
protected z: NgZone;
|
|
7
7
|
protected el: HTMLElement;
|
|
8
|
-
hideLabel
|
|
9
|
-
href
|
|
10
|
-
icon
|
|
11
|
-
iconSource
|
|
12
|
-
rel
|
|
13
|
-
target
|
|
14
|
-
theme
|
|
8
|
+
hideLabel?: BreakpointCustomizable<boolean>;
|
|
9
|
+
href?: string;
|
|
10
|
+
icon?: LinkSocialIcon;
|
|
11
|
+
iconSource?: string;
|
|
12
|
+
rel?: string;
|
|
13
|
+
target?: LinkSocialTarget;
|
|
14
|
+
theme?: Theme;
|
|
15
15
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkSocial, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkSocial, "p-link-social,[p-link-social]", never, { "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "target": "target"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkSocial, "p-link-social,[p-link-social]", never, { "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "target": "target"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
18
18
|
}
|