@porsche-design-system/components-angular 3.0.0-rc.1 → 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 +36 -0
- 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 +4 -4
- 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 +188 -188
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +188 -188
- 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 -7
- 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 +216 -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,21 +4,21 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PTextFieldWrapper {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
actionIcon
|
|
8
|
-
actionLoading
|
|
9
|
-
description
|
|
10
|
-
hideLabel
|
|
11
|
-
label
|
|
12
|
-
message
|
|
7
|
+
actionIcon?: TextFieldWrapperActionIcon;
|
|
8
|
+
actionLoading?: boolean;
|
|
9
|
+
description?: string;
|
|
10
|
+
hideLabel?: BreakpointCustomizable<boolean>;
|
|
11
|
+
label?: string;
|
|
12
|
+
message?: string;
|
|
13
13
|
/** @deprecated */
|
|
14
|
-
showCharacterCount
|
|
15
|
-
showCounter
|
|
16
|
-
state
|
|
17
|
-
theme
|
|
18
|
-
unit
|
|
19
|
-
unitPosition
|
|
14
|
+
showCharacterCount?: boolean;
|
|
15
|
+
showCounter?: boolean;
|
|
16
|
+
state?: TextFieldWrapperState;
|
|
17
|
+
theme?: Theme;
|
|
18
|
+
unit?: string;
|
|
19
|
+
unitPosition?: TextFieldWrapperUnitPosition;
|
|
20
20
|
action: EventEmitter<CustomEvent<void>>;
|
|
21
21
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTextFieldWrapper, never>;
|
|
23
|
-
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"; "showCounter": "showCounter"; "state": "state"; "theme": "theme"; "unit": "unit"; "unitPosition": "unitPosition"; }, { "action": "action"; }, never, ["*"]>;
|
|
23
|
+
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"; "showCounter": "showCounter"; "state": "state"; "theme": "theme"; "unit": "unit"; "unitPosition": "unitPosition"; }, { "action": "action"; }, never, ["*"], false, never>;
|
|
24
24
|
}
|
|
@@ -5,5 +5,5 @@ export declare class PTextListItem {
|
|
|
5
5
|
protected el: HTMLElement;
|
|
6
6
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTextListItem, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTextListItem, "p-text-list-item,[p-text-list-item]", never, {}, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTextListItem, "p-text-list-item,[p-text-list-item]", never, {}, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -5,12 +5,12 @@ export declare class PTextList {
|
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
7
|
/** @deprecated */
|
|
8
|
-
listType
|
|
8
|
+
listType?: TextListListType;
|
|
9
9
|
/** @deprecated */
|
|
10
|
-
orderType
|
|
11
|
-
theme
|
|
12
|
-
type
|
|
10
|
+
orderType?: TextListOrderType;
|
|
11
|
+
theme?: Theme;
|
|
12
|
+
type?: TextListType;
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTextList, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTextList, "p-text-list,[p-text-list]", never, { "listType": "listType"; "orderType": "orderType"; "theme": "theme"; "type": "type"; }, {}, never, ["*"]>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTextList, "p-text-list,[p-text-list]", never, { "listType": "listType"; "orderType": "orderType"; "theme": "theme"; "type": "type"; }, {}, never, ["*"], false, never>;
|
|
16
16
|
}
|
|
@@ -4,14 +4,14 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PText {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
align
|
|
8
|
-
color
|
|
9
|
-
ellipsis
|
|
10
|
-
size
|
|
11
|
-
tag
|
|
12
|
-
theme
|
|
13
|
-
weight
|
|
7
|
+
align?: TextAlign;
|
|
8
|
+
color?: TextColor;
|
|
9
|
+
ellipsis?: boolean;
|
|
10
|
+
size?: BreakpointCustomizable<TextSize>;
|
|
11
|
+
tag?: TextTag;
|
|
12
|
+
theme?: Theme;
|
|
13
|
+
weight?: TextWeight;
|
|
14
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PText, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PText, "p-text,[p-text]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "size": "size"; "tag": "tag"; "theme": "theme"; "weight": "weight"; }, {}, never, ["*"]>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PText, "p-text,[p-text]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "size": "size"; "tag": "tag"; "theme": "theme"; "weight": "weight"; }, {}, never, ["*"], false, never>;
|
|
17
17
|
}
|
|
@@ -4,16 +4,16 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PTextareaWrapper {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
description
|
|
8
|
-
hideLabel
|
|
9
|
-
label
|
|
10
|
-
message
|
|
7
|
+
description?: string;
|
|
8
|
+
hideLabel?: BreakpointCustomizable<boolean>;
|
|
9
|
+
label?: string;
|
|
10
|
+
message?: string;
|
|
11
11
|
/** @deprecated */
|
|
12
|
-
showCharacterCount
|
|
13
|
-
showCounter
|
|
14
|
-
state
|
|
15
|
-
theme
|
|
12
|
+
showCharacterCount?: boolean;
|
|
13
|
+
showCounter?: boolean;
|
|
14
|
+
state?: TextareaWrapperState;
|
|
15
|
+
theme?: Theme;
|
|
16
16
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTextareaWrapper, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTextareaWrapper, "p-textarea-wrapper,[p-textarea-wrapper]", never, { "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "showCounter": "showCounter"; "state": "state"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTextareaWrapper, "p-textarea-wrapper,[p-textarea-wrapper]", never, { "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "showCounter": "showCounter"; "state": "state"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
19
19
|
}
|
|
@@ -4,8 +4,8 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PToast {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
theme
|
|
7
|
+
theme?: Theme;
|
|
8
8
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PToast, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PToast, "p-toast,[p-toast]", never, { "theme": "theme"; }, {}, never, ["*"]>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PToast, "p-toast,[p-toast]", never, { "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
11
11
|
}
|
|
@@ -4,12 +4,12 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PWordmark {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
aria
|
|
8
|
-
href
|
|
9
|
-
size
|
|
10
|
-
target
|
|
11
|
-
theme
|
|
7
|
+
aria?: SelectedAriaAttributes<WordmarkAriaAttribute>;
|
|
8
|
+
href?: string;
|
|
9
|
+
size?: WordmarkSize;
|
|
10
|
+
target?: WordmarkTarget;
|
|
11
|
+
theme?: Theme;
|
|
12
12
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PWordmark, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PWordmark, "p-wordmark,[p-wordmark]", never, { "aria": "aria"; "href": "href"; "size": "size"; "target": "target"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PWordmark, "p-wordmark,[p-wordmark]", never, { "aria": "aria"; "href": "href"; "size": "size"; "target": "target"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
15
15
|
}
|