@porsche-design-system/components-angular 2.15.0-rc.0 → 2.15.1-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/esm2020/components-wrapper.module.mjs +5 -5
- 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.wrapper.mjs +4 -4
- package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/content-wrapper.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/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/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.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/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/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/toast-manager.mjs +4 -4
- package/fesm2015/porsche-design-system-components-angular.mjs +154 -154
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +154 -154
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/accordion.wrapper.d.ts +1 -1
- package/lib/components/banner.wrapper.d.ts +1 -1
- package/lib/components/button-group.wrapper.d.ts +1 -1
- package/lib/components/button-pure.wrapper.d.ts +1 -1
- package/lib/components/button.wrapper.d.ts +1 -1
- package/lib/components/checkbox-wrapper.wrapper.d.ts +1 -1
- package/lib/components/content-wrapper.wrapper.d.ts +1 -1
- package/lib/components/divider.wrapper.d.ts +1 -1
- package/lib/components/fieldset-wrapper.wrapper.d.ts +1 -1
- package/lib/components/flex-item.wrapper.d.ts +1 -1
- package/lib/components/flex.wrapper.d.ts +1 -1
- package/lib/components/grid-item.wrapper.d.ts +1 -1
- package/lib/components/grid.wrapper.d.ts +1 -1
- package/lib/components/headline.wrapper.d.ts +1 -1
- package/lib/components/icon.wrapper.d.ts +1 -1
- package/lib/components/inline-notification.wrapper.d.ts +1 -1
- package/lib/components/link-pure.wrapper.d.ts +1 -1
- package/lib/components/link-social.wrapper.d.ts +1 -1
- package/lib/components/link.wrapper.d.ts +1 -1
- package/lib/components/marque.wrapper.d.ts +1 -1
- package/lib/components/modal.wrapper.d.ts +1 -1
- package/lib/components/pagination.wrapper.d.ts +1 -1
- package/lib/components/popover.wrapper.d.ts +1 -1
- package/lib/components/radio-button-wrapper.wrapper.d.ts +1 -1
- package/lib/components/segmented-control-item.wrapper.d.ts +1 -1
- package/lib/components/segmented-control.wrapper.d.ts +1 -1
- package/lib/components/select-wrapper.wrapper.d.ts +1 -1
- package/lib/components/spinner.wrapper.d.ts +1 -1
- package/lib/components/stepper-horizontal-item.wrapper.d.ts +1 -1
- package/lib/components/stepper-horizontal.wrapper.d.ts +1 -1
- package/lib/components/switch.wrapper.d.ts +1 -1
- package/lib/components/table-body.wrapper.d.ts +1 -1
- package/lib/components/table-cell.wrapper.d.ts +1 -1
- package/lib/components/table-head-cell.wrapper.d.ts +1 -1
- 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 +1 -1
- package/lib/components/tabs-bar.wrapper.d.ts +1 -1
- package/lib/components/tabs-item.wrapper.d.ts +1 -1
- package/lib/components/tabs.wrapper.d.ts +1 -1
- package/lib/components/tag-dismissible.wrapper.d.ts +1 -1
- package/lib/components/tag.wrapper.d.ts +1 -1
- package/lib/components/text-field-wrapper.wrapper.d.ts +1 -1
- package/lib/components/text-list-item.wrapper.d.ts +1 -1
- package/lib/components/text-list.wrapper.d.ts +1 -1
- package/lib/components/text.wrapper.d.ts +1 -1
- package/lib/components/textarea-wrapper.wrapper.d.ts +1 -1
- package/lib/components/toast.wrapper.d.ts +1 -1
- package/package.json +4 -4
- /package/{index.d.ts → porsche-design-system-components-angular.d.ts} +0 -0
|
@@ -20,5 +20,5 @@ export declare class PButtonPure {
|
|
|
20
20
|
weight: TextWeight;
|
|
21
21
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButtonPure, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonPure, "p-button-pure,[p-button-pure]", never, { "active": "active"; "alignLabel": "alignLabel"; "aria": "aria"; "disabled": "disabled"; "hideLabel": "hideLabel"; "icon": "icon"; "iconSource": "iconSource"; "loading": "loading"; "size": "size"; "stretch": "stretch"; "tabbable": "tabbable"; "theme": "theme"; "type": "type"; "weight": "weight"; }, {}, never, ["*"]
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonPure, "p-button-pure,[p-button-pure]", never, { "active": "active"; "alignLabel": "alignLabel"; "aria": "aria"; "disabled": "disabled"; "hideLabel": "hideLabel"; "icon": "icon"; "iconSource": "iconSource"; "loading": "loading"; "size": "size"; "stretch": "stretch"; "tabbable": "tabbable"; "theme": "theme"; "type": "type"; "weight": "weight"; }, {}, never, ["*"]>;
|
|
24
24
|
}
|
|
@@ -16,5 +16,5 @@ export declare class PButton {
|
|
|
16
16
|
variant: ButtonVariant;
|
|
17
17
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button,[p-button]", never, { "aria": "aria"; "disabled": "disabled"; "hideLabel": "hideLabel"; "icon": "icon"; "iconSource": "iconSource"; "loading": "loading"; "tabbable": "tabbable"; "theme": "theme"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button,[p-button]", never, { "aria": "aria"; "disabled": "disabled"; "hideLabel": "hideLabel"; "icon": "icon"; "iconSource": "iconSource"; "loading": "loading"; "tabbable": "tabbable"; "theme": "theme"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
20
20
|
}
|
|
@@ -10,5 +10,5 @@ export declare class PCheckboxWrapper {
|
|
|
10
10
|
state: FormState;
|
|
11
11
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCheckboxWrapper, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PCheckboxWrapper, "p-checkbox-wrapper,[p-checkbox-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "state": "state"; }, {}, never, ["*"]
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCheckboxWrapper, "p-checkbox-wrapper,[p-checkbox-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "state": "state"; }, {}, never, ["*"]>;
|
|
14
14
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PContentWrapper {
|
|
|
9
9
|
width: ContentWrapperWidth;
|
|
10
10
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PContentWrapper, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PContentWrapper, "p-content-wrapper,[p-content-wrapper]", never, { "backgroundColor": "backgroundColor"; "theme": "theme"; "width": "width"; }, {}, never, ["*"]
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PContentWrapper, "p-content-wrapper,[p-content-wrapper]", never, { "backgroundColor": "backgroundColor"; "theme": "theme"; "width": "width"; }, {}, never, ["*"]>;
|
|
13
13
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PDivider {
|
|
|
9
9
|
theme: Theme;
|
|
10
10
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDivider, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider,[p-divider]", never, { "color": "color"; "orientation": "orientation"; "theme": "theme"; }, {}, never, ["*"]
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider,[p-divider]", never, { "color": "color"; "orientation": "orientation"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
13
13
|
}
|
|
@@ -11,5 +11,5 @@ export declare class PFieldsetWrapper {
|
|
|
11
11
|
state: FormState;
|
|
12
12
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFieldsetWrapper, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFieldsetWrapper, "p-fieldset-wrapper,[p-fieldset-wrapper]", never, { "label": "label"; "labelSize": "labelSize"; "message": "message"; "required": "required"; "state": "state"; }, {}, never, ["*"]
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFieldsetWrapper, "p-fieldset-wrapper,[p-fieldset-wrapper]", never, { "label": "label"; "labelSize": "labelSize"; "message": "message"; "required": "required"; "state": "state"; }, {}, never, ["*"]>;
|
|
15
15
|
}
|
|
@@ -12,5 +12,5 @@ export declare class PFlexItem {
|
|
|
12
12
|
width: FlexItemWidth;
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFlexItem, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFlexItem, "p-flex-item,[p-flex-item]", never, { "alignSelf": "alignSelf"; "flex": "flex"; "grow": "grow"; "offset": "offset"; "shrink": "shrink"; "width": "width"; }, {}, never, ["*"]
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFlexItem, "p-flex-item,[p-flex-item]", never, { "alignSelf": "alignSelf"; "flex": "flex"; "grow": "grow"; "offset": "offset"; "shrink": "shrink"; "width": "width"; }, {}, never, ["*"]>;
|
|
16
16
|
}
|
|
@@ -12,5 +12,5 @@ export declare class PFlex {
|
|
|
12
12
|
wrap: FlexWrap;
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFlex, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFlex, "p-flex,[p-flex]", never, { "alignContent": "alignContent"; "alignItems": "alignItems"; "direction": "direction"; "inline": "inline"; "justifyContent": "justifyContent"; "wrap": "wrap"; }, {}, never, ["*"]
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFlex, "p-flex,[p-flex]", never, { "alignContent": "alignContent"; "alignItems": "alignItems"; "direction": "direction"; "inline": "inline"; "justifyContent": "justifyContent"; "wrap": "wrap"; }, {}, never, ["*"]>;
|
|
16
16
|
}
|
|
@@ -8,5 +8,5 @@ export declare class PGridItem {
|
|
|
8
8
|
size: GridItemSize;
|
|
9
9
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<PGridItem, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PGridItem, "p-grid-item,[p-grid-item]", never, { "offset": "offset"; "size": "size"; }, {}, never, ["*"]
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PGridItem, "p-grid-item,[p-grid-item]", never, { "offset": "offset"; "size": "size"; }, {}, never, ["*"]>;
|
|
12
12
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PGrid {
|
|
|
9
9
|
wrap: GridWrap;
|
|
10
10
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PGrid, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PGrid, "p-grid,[p-grid]", never, { "direction": "direction"; "gutter": "gutter"; "wrap": "wrap"; }, {}, never, ["*"]
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PGrid, "p-grid,[p-grid]", never, { "direction": "direction"; "gutter": "gutter"; "wrap": "wrap"; }, {}, never, ["*"]>;
|
|
13
13
|
}
|
|
@@ -12,5 +12,5 @@ export declare class PHeadline {
|
|
|
12
12
|
variant: HeadlineVariant;
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PHeadline, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PHeadline, "p-headline,[p-headline]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "tag": "tag"; "theme": "theme"; "variant": "variant"; }, {}, never, ["*"]
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PHeadline, "p-headline,[p-headline]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "tag": "tag"; "theme": "theme"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
16
16
|
}
|
|
@@ -13,5 +13,5 @@ export declare class PIcon {
|
|
|
13
13
|
theme: ThemeExtendedElectricDark;
|
|
14
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PIcon, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon,[p-icon]", never, { "aria": "aria"; "color": "color"; "lazy": "lazy"; "name": "name"; "size": "size"; "source": "source"; "theme": "theme"; }, {}, never, ["*"]
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon,[p-icon]", never, { "aria": "aria"; "color": "color"; "lazy": "lazy"; "name": "name"; "size": "size"; "source": "source"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
17
17
|
}
|
|
@@ -16,5 +16,5 @@ export declare class PInlineNotification {
|
|
|
16
16
|
dismiss: EventEmitter<CustomEvent<void>>;
|
|
17
17
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<PInlineNotification, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PInlineNotification, "p-inline-notification,[p-inline-notification]", never, { "actionIcon": "actionIcon"; "actionLabel": "actionLabel"; "actionLoading": "actionLoading"; "description": "description"; "heading": "heading"; "persistent": "persistent"; "state": "state"; "theme": "theme"; }, { "action": "action"; "dismiss": "dismiss"; }, never, ["*"]
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PInlineNotification, "p-inline-notification,[p-inline-notification]", never, { "actionIcon": "actionIcon"; "actionLabel": "actionLabel"; "actionLoading": "actionLoading"; "description": "description"; "heading": "heading"; "persistent": "persistent"; "state": "state"; "theme": "theme"; }, { "action": "action"; "dismiss": "dismiss"; }, never, ["*"]>;
|
|
20
20
|
}
|
|
@@ -20,5 +20,5 @@ export declare class PLinkPure {
|
|
|
20
20
|
weight: TextWeight;
|
|
21
21
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkPure, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkPure, "p-link-pure,[p-link-pure]", never, { "active": "active"; "alignLabel": "alignLabel"; "aria": "aria"; "download": "download"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "size": "size"; "stretch": "stretch"; "target": "target"; "theme": "theme"; "weight": "weight"; }, {}, never, ["*"]
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkPure, "p-link-pure,[p-link-pure]", never, { "active": "active"; "alignLabel": "alignLabel"; "aria": "aria"; "download": "download"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "size": "size"; "stretch": "stretch"; "target": "target"; "theme": "theme"; "weight": "weight"; }, {}, never, ["*"]>;
|
|
24
24
|
}
|
|
@@ -13,5 +13,5 @@ export declare class PLinkSocial {
|
|
|
13
13
|
theme: Theme;
|
|
14
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkSocial, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkSocial, "p-link-social,[p-link-social]", never, { "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "target": "target"; "theme": "theme"; }, {}, never, ["*"]
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkSocial, "p-link-social,[p-link-social]", never, { "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "target": "target"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
17
17
|
}
|
|
@@ -16,5 +16,5 @@ export declare class PLink {
|
|
|
16
16
|
variant: LinkVariant;
|
|
17
17
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLink, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PLink, "p-link,[p-link]", never, { "aria": "aria"; "download": "download"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "target": "target"; "theme": "theme"; "variant": "variant"; }, {}, never, ["*"]
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLink, "p-link,[p-link]", never, { "aria": "aria"; "download": "download"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "target": "target"; "theme": "theme"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
20
20
|
}
|
|
@@ -11,5 +11,5 @@ export declare class PMarque {
|
|
|
11
11
|
trademark: boolean;
|
|
12
12
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PMarque, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PMarque, "p-marque,[p-marque]", never, { "aria": "aria"; "href": "href"; "size": "size"; "target": "target"; "trademark": "trademark"; }, {}, never, ["*"]
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PMarque, "p-marque,[p-marque]", never, { "aria": "aria"; "href": "href"; "size": "size"; "target": "target"; "trademark": "trademark"; }, {}, never, ["*"]>;
|
|
15
15
|
}
|
|
@@ -13,5 +13,5 @@ export declare class PModal {
|
|
|
13
13
|
close: EventEmitter<CustomEvent<void>>;
|
|
14
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModal, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal,[p-modal]", never, { "aria": "aria"; "disableBackdropClick": "disableBackdropClick"; "disableCloseButton": "disableCloseButton"; "fullscreen": "fullscreen"; "heading": "heading"; "open": "open"; }, { "close": "close"; }, never, ["*"]
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal,[p-modal]", never, { "aria": "aria"; "disableBackdropClick": "disableBackdropClick"; "disableCloseButton": "disableCloseButton"; "fullscreen": "fullscreen"; "heading": "heading"; "open": "open"; }, { "close": "close"; }, never, ["*"]>;
|
|
17
17
|
}
|
|
@@ -16,5 +16,5 @@ export declare class PPagination {
|
|
|
16
16
|
pageChange: EventEmitter<CustomEvent<PageChangeEvent>>;
|
|
17
17
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<PPagination, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination,[p-pagination]", never, { "activePage": "activePage"; "allyLabel": "allyLabel"; "allyLabelNext": "allyLabelNext"; "allyLabelPage": "allyLabelPage"; "allyLabelPrev": "allyLabelPrev"; "itemsPerPage": "itemsPerPage"; "maxNumberOfPageLinks": "maxNumberOfPageLinks"; "theme": "theme"; "totalItemsCount": "totalItemsCount"; }, { "pageChange": "pageChange"; }, never, ["*"]
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination,[p-pagination]", never, { "activePage": "activePage"; "allyLabel": "allyLabel"; "allyLabelNext": "allyLabelNext"; "allyLabelPage": "allyLabelPage"; "allyLabelPrev": "allyLabelPrev"; "itemsPerPage": "itemsPerPage"; "maxNumberOfPageLinks": "maxNumberOfPageLinks"; "theme": "theme"; "totalItemsCount": "totalItemsCount"; }, { "pageChange": "pageChange"; }, never, ["*"]>;
|
|
20
20
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PPopover {
|
|
|
9
9
|
direction: PopoverDirection;
|
|
10
10
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PPopover, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PPopover, "p-popover,[p-popover]", never, { "aria": "aria"; "description": "description"; "direction": "direction"; }, {}, never, ["*"]
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPopover, "p-popover,[p-popover]", never, { "aria": "aria"; "description": "description"; "direction": "direction"; }, {}, never, ["*"]>;
|
|
13
13
|
}
|
|
@@ -10,5 +10,5 @@ export declare class PRadioButtonWrapper {
|
|
|
10
10
|
state: FormState;
|
|
11
11
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PRadioButtonWrapper, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PRadioButtonWrapper, "p-radio-button-wrapper,[p-radio-button-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "state": "state"; }, {}, never, ["*"]
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PRadioButtonWrapper, "p-radio-button-wrapper,[p-radio-button-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "state": "state"; }, {}, never, ["*"]>;
|
|
14
14
|
}
|
|
@@ -11,5 +11,5 @@ export declare class PSegmentedControlItem {
|
|
|
11
11
|
value: string | number;
|
|
12
12
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentedControlItem, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControlItem, "p-segmented-control-item,[p-segmented-control-item]", never, { "disabled": "disabled"; "icon": "icon"; "iconSource": "iconSource"; "label": "label"; "value": "value"; }, {}, never, ["*"]
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControlItem, "p-segmented-control-item,[p-segmented-control-item]", never, { "disabled": "disabled"; "icon": "icon"; "iconSource": "iconSource"; "label": "label"; "value": "value"; }, {}, never, ["*"]>;
|
|
15
15
|
}
|
|
@@ -10,5 +10,5 @@ export declare class PSegmentedControl {
|
|
|
10
10
|
segmentedControlChange: EventEmitter<CustomEvent<SegmentedControlChangeEvent>>;
|
|
11
11
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentedControl, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControl, "p-segmented-control,[p-segmented-control]", never, { "backgroundColor": "backgroundColor"; "theme": "theme"; "value": "value"; }, { "segmentedControlChange": "segmentedControlChange"; }, never, ["*"]
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControl, "p-segmented-control,[p-segmented-control]", never, { "backgroundColor": "backgroundColor"; "theme": "theme"; "value": "value"; }, { "segmentedControlChange": "segmentedControlChange"; }, never, ["*"]>;
|
|
14
14
|
}
|
|
@@ -15,5 +15,5 @@ export declare class PSelectWrapper {
|
|
|
15
15
|
theme: Theme;
|
|
16
16
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSelectWrapper, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSelectWrapper, "p-select-wrapper,[p-select-wrapper]", never, { "description": "description"; "dropdownDirection": "dropdownDirection"; "filter": "filter"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "native": "native"; "state": "state"; "theme": "theme"; }, {}, never, ["*"]
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSelectWrapper, "p-select-wrapper,[p-select-wrapper]", never, { "description": "description"; "dropdownDirection": "dropdownDirection"; "filter": "filter"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "native": "native"; "state": "state"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
19
19
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PSpinner {
|
|
|
9
9
|
theme: ThemeExtendedElectricDark;
|
|
10
10
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSpinner, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSpinner, "p-spinner,[p-spinner]", never, { "aria": "aria"; "size": "size"; "theme": "theme"; }, {}, never, ["*"]
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSpinner, "p-spinner,[p-spinner]", never, { "aria": "aria"; "size": "size"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
13
13
|
}
|
|
@@ -8,5 +8,5 @@ export declare class PStepperHorizontalItem {
|
|
|
8
8
|
state: StepperState;
|
|
9
9
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<PStepperHorizontalItem, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontalItem, "p-stepper-horizontal-item,[p-stepper-horizontal-item]", never, { "disabled": "disabled"; "state": "state"; }, {}, never, ["*"]
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontalItem, "p-stepper-horizontal-item,[p-stepper-horizontal-item]", never, { "disabled": "disabled"; "state": "state"; }, {}, never, ["*"]>;
|
|
12
12
|
}
|
|
@@ -8,5 +8,5 @@ export declare class PStepperHorizontal {
|
|
|
8
8
|
stepChange: EventEmitter<CustomEvent<StepChangeEvent>>;
|
|
9
9
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<PStepperHorizontal, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontal, "p-stepper-horizontal,[p-stepper-horizontal]", never, { "theme": "theme"; }, { "stepChange": "stepChange"; }, never, ["*"]
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontal, "p-stepper-horizontal,[p-stepper-horizontal]", never, { "theme": "theme"; }, { "stepChange": "stepChange"; }, never, ["*"]>;
|
|
12
12
|
}
|
|
@@ -15,5 +15,5 @@ export declare class PSwitch {
|
|
|
15
15
|
switchChange: EventEmitter<CustomEvent<SwitchChangeEvent>>;
|
|
16
16
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSwitch, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSwitch, "p-switch,[p-switch]", never, { "alignLabel": "alignLabel"; "checked": "checked"; "disabled": "disabled"; "hideLabel": "hideLabel"; "loading": "loading"; "stretch": "stretch"; "tabbable": "tabbable"; "theme": "theme"; }, { "switchChange": "switchChange"; }, never, ["*"]
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSwitch, "p-switch,[p-switch]", never, { "alignLabel": "alignLabel"; "checked": "checked"; "disabled": "disabled"; "hideLabel": "hideLabel"; "loading": "loading"; "stretch": "stretch"; "tabbable": "tabbable"; "theme": "theme"; }, { "switchChange": "switchChange"; }, never, ["*"]>;
|
|
19
19
|
}
|
|
@@ -5,5 +5,5 @@ export declare class PTableBody {
|
|
|
5
5
|
protected el: HTMLElement;
|
|
6
6
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableBody, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTableBody, "p-table-body,[p-table-body]", never, {}, {}, never, ["*"]
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableBody, "p-table-body,[p-table-body]", never, {}, {}, never, ["*"]>;
|
|
9
9
|
}
|
|
@@ -6,5 +6,5 @@ export declare class PTableCell {
|
|
|
6
6
|
multiline: boolean;
|
|
7
7
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableCell, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTableCell, "p-table-cell,[p-table-cell]", never, { "multiline": "multiline"; }, {}, never, ["*"]
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableCell, "p-table-cell,[p-table-cell]", never, { "multiline": "multiline"; }, {}, never, ["*"]>;
|
|
10
10
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PTableHeadCell {
|
|
|
9
9
|
sort: TableHeadCellSort;
|
|
10
10
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeadCell, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeadCell, "p-table-head-cell,[p-table-head-cell]", never, { "hideLabel": "hideLabel"; "multiline": "multiline"; "sort": "sort"; }, {}, never, ["*"]
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeadCell, "p-table-head-cell,[p-table-head-cell]", never, { "hideLabel": "hideLabel"; "multiline": "multiline"; "sort": "sort"; }, {}, never, ["*"]>;
|
|
13
13
|
}
|
|
@@ -5,5 +5,5 @@ export declare class PTableHeadRow {
|
|
|
5
5
|
protected el: HTMLElement;
|
|
6
6
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeadRow, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeadRow, "p-table-head-row,[p-table-head-row]", never, {}, {}, never, ["*"]
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeadRow, "p-table-head-row,[p-table-head-row]", never, {}, {}, never, ["*"]>;
|
|
9
9
|
}
|
|
@@ -5,5 +5,5 @@ export declare class PTableHead {
|
|
|
5
5
|
protected el: HTMLElement;
|
|
6
6
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableHead, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTableHead, "p-table-head,[p-table-head]", never, {}, {}, never, ["*"]
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableHead, "p-table-head,[p-table-head]", never, {}, {}, never, ["*"]>;
|
|
9
9
|
}
|
|
@@ -5,5 +5,5 @@ export declare class PTableRow {
|
|
|
5
5
|
protected el: HTMLElement;
|
|
6
6
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableRow, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row,[p-table-row]", never, {}, {}, never, ["*"]
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row,[p-table-row]", never, {}, {}, never, ["*"]>;
|
|
9
9
|
}
|
|
@@ -8,5 +8,5 @@ export declare class PTable {
|
|
|
8
8
|
sortingChange: EventEmitter<CustomEvent<SortingChangeEvent>>;
|
|
9
9
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTable, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTable, "p-table,[p-table]", never, { "caption": "caption"; }, { "sortingChange": "sortingChange"; }, never, ["*"]
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTable, "p-table,[p-table]", never, { "caption": "caption"; }, { "sortingChange": "sortingChange"; }, never, ["*"]>;
|
|
12
12
|
}
|
|
@@ -12,5 +12,5 @@ export declare class PTabsBar {
|
|
|
12
12
|
tabChange: EventEmitter<CustomEvent<TabChangeEvent>>;
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTabsBar, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTabsBar, "p-tabs-bar,[p-tabs-bar]", never, { "activeTabIndex": "activeTabIndex"; "gradientColorScheme": "gradientColorScheme"; "size": "size"; "theme": "theme"; "weight": "weight"; }, { "tabChange": "tabChange"; }, never, ["*"]
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTabsBar, "p-tabs-bar,[p-tabs-bar]", never, { "activeTabIndex": "activeTabIndex"; "gradientColorScheme": "gradientColorScheme"; "size": "size"; "theme": "theme"; "weight": "weight"; }, { "tabChange": "tabChange"; }, never, ["*"]>;
|
|
16
16
|
}
|
|
@@ -6,5 +6,5 @@ export declare class PTabsItem {
|
|
|
6
6
|
label: string;
|
|
7
7
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTabsItem, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTabsItem, "p-tabs-item,[p-tabs-item]", never, { "label": "label"; }, {}, never, ["*"]
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTabsItem, "p-tabs-item,[p-tabs-item]", never, { "label": "label"; }, {}, never, ["*"]>;
|
|
10
10
|
}
|
|
@@ -12,5 +12,5 @@ export declare class PTabs {
|
|
|
12
12
|
tabChange: EventEmitter<CustomEvent<TabChangeEvent>>;
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTabs, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTabs, "p-tabs,[p-tabs]", never, { "activeTabIndex": "activeTabIndex"; "gradientColorScheme": "gradientColorScheme"; "size": "size"; "theme": "theme"; "weight": "weight"; }, { "tabChange": "tabChange"; }, never, ["*"]
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTabs, "p-tabs,[p-tabs]", never, { "activeTabIndex": "activeTabIndex"; "gradientColorScheme": "gradientColorScheme"; "size": "size"; "theme": "theme"; "weight": "weight"; }, { "tabChange": "tabChange"; }, never, ["*"]>;
|
|
16
16
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PTagDismissible {
|
|
|
9
9
|
label: string;
|
|
10
10
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTagDismissible, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTagDismissible, "p-tag-dismissible,[p-tag-dismissible]", never, { "aria": "aria"; "color": "color"; "label": "label"; }, {}, never, ["*"]
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTagDismissible, "p-tag-dismissible,[p-tag-dismissible]", never, { "aria": "aria"; "color": "color"; "label": "label"; }, {}, never, ["*"]>;
|
|
13
13
|
}
|
|
@@ -10,5 +10,5 @@ export declare class PTag {
|
|
|
10
10
|
theme: Theme;
|
|
11
11
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTag, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTag, "p-tag,[p-tag]", never, { "color": "color"; "icon": "icon"; "iconSource": "iconSource"; "theme": "theme"; }, {}, never, ["*"]
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTag, "p-tag,[p-tag]", never, { "color": "color"; "icon": "icon"; "iconSource": "iconSource"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
14
14
|
}
|
|
@@ -17,5 +17,5 @@ export declare class PTextFieldWrapper {
|
|
|
17
17
|
action: EventEmitter<CustomEvent<void>>;
|
|
18
18
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
19
19
|
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, ["*"]
|
|
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
21
|
}
|
|
@@ -5,5 +5,5 @@ export declare class PTextListItem {
|
|
|
5
5
|
protected el: HTMLElement;
|
|
6
6
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTextListItem, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTextListItem, "p-text-list-item,[p-text-list-item]", never, {}, {}, never, ["*"]
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTextListItem, "p-text-list-item,[p-text-list-item]", never, {}, {}, never, ["*"]>;
|
|
9
9
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PTextList {
|
|
|
9
9
|
theme: Theme;
|
|
10
10
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTextList, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTextList, "p-text-list,[p-text-list]", never, { "listType": "listType"; "orderType": "orderType"; "theme": "theme"; }, {}, never, ["*"]
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTextList, "p-text-list,[p-text-list]", never, { "listType": "listType"; "orderType": "orderType"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
13
13
|
}
|
|
@@ -13,5 +13,5 @@ export declare class PText {
|
|
|
13
13
|
weight: TextWeight;
|
|
14
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PText, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PText, "p-text,[p-text]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "size": "size"; "tag": "tag"; "theme": "theme"; "weight": "weight"; }, {}, never, ["*"]
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PText, "p-text,[p-text]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "size": "size"; "tag": "tag"; "theme": "theme"; "weight": "weight"; }, {}, never, ["*"]>;
|
|
17
17
|
}
|
|
@@ -12,5 +12,5 @@ export declare class PTextareaWrapper {
|
|
|
12
12
|
state: FormState;
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTextareaWrapper, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTextareaWrapper, "p-textarea-wrapper,[p-textarea-wrapper]", never, { "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "state": "state"; }, {}, never, ["*"]
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTextareaWrapper, "p-textarea-wrapper,[p-textarea-wrapper]", never, { "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "state": "state"; }, {}, never, ["*"]>;
|
|
16
16
|
}
|
|
@@ -7,5 +7,5 @@ export declare class PToast {
|
|
|
7
7
|
theme: Theme;
|
|
8
8
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PToast, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PToast, "p-toast,[p-toast]", never, { "theme": "theme"; }, {}, never, ["*"]
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PToast, "p-toast,[p-toast]", never, { "theme": "theme"; }, {}, never, ["*"]>;
|
|
11
11
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-angular",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.1-rc.0",
|
|
4
4
|
"description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"porsche",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE",
|
|
18
18
|
"homepage": "https://designsystem.porsche.com",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@porsche-design-system/components-js": "2.15.
|
|
20
|
+
"@porsche-design-system/components-js": "2.15.1-rc.0",
|
|
21
21
|
"tslib": "^2.0.1"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"default": "./package.json"
|
|
40
40
|
},
|
|
41
41
|
".": {
|
|
42
|
-
"types": "./
|
|
42
|
+
"types": "./porsche-design-system-components-angular.d.ts",
|
|
43
43
|
"esm2020": "./esm2020/porsche-design-system-components-angular.mjs",
|
|
44
44
|
"es2020": "./fesm2020/porsche-design-system-components-angular.mjs",
|
|
45
45
|
"es2015": "./fesm2015/porsche-design-system-components-angular.mjs",
|
|
@@ -52,6 +52,6 @@
|
|
|
52
52
|
"esm2020": "esm2020/porsche-design-system-components-angular.mjs",
|
|
53
53
|
"fesm2020": "fesm2020/porsche-design-system-components-angular.mjs",
|
|
54
54
|
"fesm2015": "fesm2015/porsche-design-system-components-angular.mjs",
|
|
55
|
-
"typings": "
|
|
55
|
+
"typings": "porsche-design-system-components-angular.d.ts",
|
|
56
56
|
"sideEffects": false
|
|
57
57
|
}
|
|
File without changes
|