@porsche-design-system/components-angular 3.0.0-rc.0 → 3.0.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.
@@ -6,10 +6,11 @@ export declare class PCheckboxWrapper {
6
6
  protected el: HTMLElement;
7
7
  hideLabel: BreakpointCustomizable<boolean>;
8
8
  label: string;
9
+ loading: boolean;
9
10
  message: string;
10
11
  state: CheckboxWrapperState;
11
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, ["*"]>;
15
16
  }
package/lib/types.d.ts CHANGED
@@ -79,6 +79,7 @@ declare const ICON_NAMES: readonly [
79
79
  "locate",
80
80
  "lock",
81
81
  "lock-open",
82
+ "logo-apple-podcast",
82
83
  "logo-baidu",
83
84
  "logo-delicious",
84
85
  "logo-digg",
@@ -98,6 +99,7 @@ declare const ICON_NAMES: readonly [
98
99
  "logo-reddit",
99
100
  "logo-skyrock",
100
101
  "logo-sohu",
102
+ "logo-spotify",
101
103
  "logo-tecent",
102
104
  "logo-telegram",
103
105
  "logo-tiktok",
@@ -126,12 +128,16 @@ declare const ICON_NAMES: readonly [
126
128
  "pause",
127
129
  "phone",
128
130
  "pin",
131
+ "pin-filled",
129
132
  "play",
130
133
  "plug",
131
134
  "plus",
132
135
  "preheating",
133
136
  "printer",
134
137
  "purchase",
138
+ "push-pin",
139
+ "push-pin-off",
140
+ "qr",
135
141
  "question",
136
142
  "racing-flag",
137
143
  "refresh",
@@ -145,7 +151,9 @@ declare const ICON_NAMES: readonly [
145
151
  "send",
146
152
  "share",
147
153
  "shopping-bag",
154
+ "shopping-bag-filled",
148
155
  "shopping-cart",
156
+ "shopping-cart-filled",
149
157
  "sidelights",
150
158
  "snowflake",
151
159
  "sort",
@@ -163,6 +171,7 @@ declare const ICON_NAMES: readonly [
163
171
  "truck",
164
172
  "upload",
165
173
  "user",
174
+ "user-filled",
166
175
  "user-group",
167
176
  "user-manual",
168
177
  "video",
@@ -897,7 +906,7 @@ declare const MODEL_SIGNATURE_SIZES: readonly [
897
906
  "small",
898
907
  "inherit"
899
908
  ];
900
- export declare type ModelSignatureSize = typeof MODEL_SIGNATURE_SIZES[number];
909
+ export declare type ModelSignatureSize = (typeof MODEL_SIGNATURE_SIZES)[number];
901
910
  export declare type ModelSignatureModel = keyof typeof MODEL_SIGNATURES_MANIFEST;
902
911
  declare const MODEL_SIGNATURE_COLORS: readonly [
903
912
  "primary",
@@ -906,7 +915,7 @@ declare const MODEL_SIGNATURE_COLORS: readonly [
906
915
  "contrast-high",
907
916
  "inherit"
908
917
  ];
909
- export declare type ModelSignatureColor = typeof MODEL_SIGNATURE_COLORS[number];
918
+ export declare type ModelSignatureColor = (typeof MODEL_SIGNATURE_COLORS)[number];
910
919
  export declare type LinkTileModelSignatureModel = ModelSignatureModel;
911
920
  declare const LINK_TILE_MODEL_SIGNATURE_HEADING_TAGS: readonly [
912
921
  "h2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-angular",
3
- "version": "3.0.0-rc.0",
3
+ "version": "3.0.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.0-rc.0",
20
+ "@porsche-design-system/components-js": "3.0.0-rc.1",
21
21
  "tslib": "^2.5.0"
22
22
  },
23
23
  "peerDependencies": {