@porsche-design-system/components-angular 3.0.0 → 3.1.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/esm2020/lib/components/accordion.wrapper.mjs +3 -3
- package/esm2020/lib/components/banner.wrapper.mjs +3 -3
- package/esm2020/lib/components/button-group.wrapper.mjs +3 -3
- package/esm2020/lib/components/button-pure.wrapper.mjs +3 -3
- package/esm2020/lib/components/button-tile.wrapper.mjs +3 -3
- package/esm2020/lib/components/button.wrapper.mjs +3 -3
- package/esm2020/lib/components/carousel.wrapper.mjs +3 -3
- package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/crest.wrapper.mjs +3 -3
- package/esm2020/lib/components/display.wrapper.mjs +3 -3
- package/esm2020/lib/components/divider.wrapper.mjs +3 -3
- package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/fieldset.wrapper.mjs +3 -3
- package/esm2020/lib/components/flex-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/flex.wrapper.mjs +3 -3
- package/esm2020/lib/components/grid-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/grid.wrapper.mjs +3 -3
- package/esm2020/lib/components/heading.wrapper.mjs +3 -3
- package/esm2020/lib/components/headline.wrapper.mjs +3 -3
- package/esm2020/lib/components/icon.wrapper.mjs +3 -3
- package/esm2020/lib/components/inline-notification.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-pure.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-social.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-tile-model-signature.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-tile.wrapper.mjs +3 -3
- package/esm2020/lib/components/link.wrapper.mjs +3 -3
- package/esm2020/lib/components/marque.wrapper.mjs +5 -5
- package/esm2020/lib/components/modal.wrapper.mjs +3 -3
- package/esm2020/lib/components/model-signature.wrapper.mjs +3 -3
- package/esm2020/lib/components/pagination.wrapper.mjs +3 -3
- package/esm2020/lib/components/popover.wrapper.mjs +3 -3
- package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/scroller.wrapper.mjs +3 -3
- package/esm2020/lib/components/segmented-control-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/segmented-control.wrapper.mjs +3 -3
- package/esm2020/lib/components/select-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/spinner.wrapper.mjs +3 -3
- package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +3 -3
- package/esm2020/lib/components/switch.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-body.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-cell.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-head-cell.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-head-row.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-head.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-row.wrapper.mjs +3 -3
- package/esm2020/lib/components/table.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs.wrapper.mjs +3 -3
- package/esm2020/lib/components/tag-dismissible.wrapper.mjs +3 -3
- package/esm2020/lib/components/tag.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +5 -5
- package/esm2020/lib/components/text-list-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-list.wrapper.mjs +3 -3
- package/esm2020/lib/components/text.wrapper.mjs +3 -3
- package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/toast.wrapper.mjs +3 -3
- package/esm2020/lib/components/wordmark.wrapper.mjs +3 -3
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +4 -4
- package/esm2020/toast-manager.mjs +3 -3
- 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/marque.wrapper.d.ts +3 -2
- package/lib/components/text-field-wrapper.wrapper.d.ts +2 -1
- package/lib/types.d.ts +18 -6
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { SelectedAriaAttributes, MarqueAriaAttribute, MarqueSize, MarqueTarget } from '../types';
|
|
2
|
+
import type { SelectedAriaAttributes, MarqueAriaAttribute, MarqueSize, MarqueTarget, MarqueVariant } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-wordmark" instead. */
|
|
5
5
|
export declare class PMarque {
|
|
@@ -10,7 +10,8 @@ export declare class PMarque {
|
|
|
10
10
|
size?: MarqueSize;
|
|
11
11
|
target?: MarqueTarget;
|
|
12
12
|
trademark?: boolean;
|
|
13
|
+
variant?: MarqueVariant;
|
|
13
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PMarque, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PMarque, "p-marque,[p-marque]", never, { "aria": "aria"; "href": "href"; "size": "size"; "target": "target"; "trademark": "trademark"; }, {}, never, ["*"], false, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PMarque, "p-marque,[p-marque]", never, { "aria": "aria"; "href": "href"; "size": "size"; "target": "target"; "trademark": "trademark"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
16
17
|
}
|
|
@@ -13,6 +13,7 @@ export declare class PTextFieldWrapper {
|
|
|
13
13
|
/** @deprecated */
|
|
14
14
|
showCharacterCount?: boolean;
|
|
15
15
|
showCounter?: boolean;
|
|
16
|
+
showPasswordToggle?: boolean;
|
|
16
17
|
state?: TextFieldWrapperState;
|
|
17
18
|
theme?: Theme;
|
|
18
19
|
unit?: string;
|
|
@@ -20,5 +21,5 @@ export declare class PTextFieldWrapper {
|
|
|
20
21
|
action: EventEmitter<CustomEvent<void>>;
|
|
21
22
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
22
23
|
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, ["*"], false, never>;
|
|
24
|
+
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"; "showPasswordToggle": "showPasswordToggle"; "state": "state"; "theme": "theme"; "unit": "unit"; "unitPosition": "unitPosition"; }, { "action": "action"; }, never, ["*"], false, never>;
|
|
24
25
|
}
|
package/lib/types.d.ts
CHANGED
|
@@ -45,6 +45,7 @@ declare const ICON_NAMES: readonly [
|
|
|
45
45
|
"co2-emission",
|
|
46
46
|
"compare",
|
|
47
47
|
"configurate",
|
|
48
|
+
"copy",
|
|
48
49
|
"country-road",
|
|
49
50
|
"cubic-capacity",
|
|
50
51
|
"delete",
|
|
@@ -58,12 +59,15 @@ declare const ICON_NAMES: readonly [
|
|
|
58
59
|
"exclamation",
|
|
59
60
|
"external",
|
|
60
61
|
"filter",
|
|
62
|
+
"fingerprint",
|
|
61
63
|
"flash",
|
|
62
64
|
"fuel-station",
|
|
63
65
|
"garage",
|
|
64
66
|
"gift",
|
|
65
67
|
"globe",
|
|
66
68
|
"grid",
|
|
69
|
+
"heart",
|
|
70
|
+
"heart-filled",
|
|
67
71
|
"highway",
|
|
68
72
|
"home",
|
|
69
73
|
"horn",
|
|
@@ -143,6 +147,8 @@ declare const ICON_NAMES: readonly [
|
|
|
143
147
|
"refresh",
|
|
144
148
|
"replay",
|
|
145
149
|
"reset",
|
|
150
|
+
"roof-closed",
|
|
151
|
+
"roof-open",
|
|
146
152
|
"route",
|
|
147
153
|
"rss",
|
|
148
154
|
"save",
|
|
@@ -168,6 +174,7 @@ declare const ICON_NAMES: readonly [
|
|
|
168
174
|
"switch",
|
|
169
175
|
"tablet",
|
|
170
176
|
"tachometer",
|
|
177
|
+
"tire",
|
|
171
178
|
"truck",
|
|
172
179
|
"upload",
|
|
173
180
|
"user",
|
|
@@ -921,17 +928,22 @@ export type LinkTileModelSignatureHeadingTag = (typeof LINK_TILE_MODEL_SIGNATURE
|
|
|
921
928
|
export type LinkTileModelSignatureWeight = TileWeight;
|
|
922
929
|
export type LinkTileModelSignatureAspectRatio = TileAspectRatio;
|
|
923
930
|
export type LinkTileModelSignatureLinkDirection = GroupDirection;
|
|
931
|
+
declare const MARQUE_VARIANTS: readonly [
|
|
932
|
+
"75-years",
|
|
933
|
+
"default"
|
|
934
|
+
];
|
|
935
|
+
export type MarqueVariant = (typeof MARQUE_VARIANTS)[number];
|
|
936
|
+
export type MarqueTarget = LinkTarget;
|
|
937
|
+
declare const MARQUE_ARIA_ATTRIBUTES: readonly [
|
|
938
|
+
"aria-label"
|
|
939
|
+
];
|
|
940
|
+
export type MarqueAriaAttribute = (typeof MARQUE_ARIA_ATTRIBUTES)[number];
|
|
924
941
|
declare const MARQUE_SIZES: readonly [
|
|
925
942
|
"responsive",
|
|
926
943
|
"small",
|
|
927
944
|
"medium"
|
|
928
945
|
];
|
|
929
946
|
export type MarqueSize = typeof MARQUE_SIZES[number];
|
|
930
|
-
export type MarqueTarget = LinkTarget;
|
|
931
|
-
declare const MARQUE_ARIA_ATTRIBUTES: readonly [
|
|
932
|
-
"aria-label"
|
|
933
|
-
];
|
|
934
|
-
export type MarqueAriaAttribute = typeof MARQUE_ARIA_ATTRIBUTES[number];
|
|
935
947
|
declare const MODAL_ARIA_ATTRIBUTES: readonly [
|
|
936
948
|
"aria-label"
|
|
937
949
|
];
|
|
@@ -998,7 +1010,7 @@ declare const DROPDOWN_DIRECTIONS: readonly [
|
|
|
998
1010
|
"up",
|
|
999
1011
|
"auto"
|
|
1000
1012
|
];
|
|
1001
|
-
export type SelectWrapperDropdownDirection = typeof DROPDOWN_DIRECTIONS[number];
|
|
1013
|
+
export type SelectWrapperDropdownDirection = (typeof DROPDOWN_DIRECTIONS)[number];
|
|
1002
1014
|
export type SelectWrapperState = FormState;
|
|
1003
1015
|
declare const SPINNER_SIZES: readonly [
|
|
1004
1016
|
"small",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-angular",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.1.0-rc.1",
|
|
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": "3.0.
|
|
20
|
+
"@porsche-design-system/components-js": "3.1.0-rc.1",
|
|
21
21
|
"tslib": "^2.5.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|