@porsche-design-system/components-angular 3.29.0-rc.3 → 3.29.0-rc.5
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
CHANGED
|
@@ -14,6 +14,42 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
14
14
|
|
|
15
15
|
## [Unreleased]
|
|
16
16
|
|
|
17
|
+
## [3.29.0-rc.5] - 2025-08-19
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- `Checkbox`, `Multi Select`, `Select`, `Pin Code`, `Textarea`: removed slotted anchor styles
|
|
22
|
+
([#3981](https://github.com/porsche-design-system/porsche-design-system/pull/3981))
|
|
23
|
+
|
|
24
|
+
### Fixed
|
|
25
|
+
|
|
26
|
+
- `Popover`: support for custom slotted button & improvements
|
|
27
|
+
([#3976](https://github.com/porsche-design-system/porsche-design-system/pull/3976))
|
|
28
|
+
|
|
29
|
+
## [3.29.0-rc.4] - 2025-08-15
|
|
30
|
+
|
|
31
|
+
### Added
|
|
32
|
+
|
|
33
|
+
- `Flag`: ([#3964](https://github.com/porsche-design-system/porsche-design-system/pull/3964))
|
|
34
|
+
- `Input Url`: ([#3949](https://github.com/porsche-design-system/porsche-design-system/pull/3949))
|
|
35
|
+
- `Multi Select`: `compact` prop to enable a smaller, space-saving version for compact layouts
|
|
36
|
+
([#3953](https://github.com/porsche-design-system/porsche-design-system/pull/3953))
|
|
37
|
+
- `Fieldset`: ARIA role `radiogroup` is now supported via `aria` prop. Internal ARIA attributes for `aria-invalid` and
|
|
38
|
+
`aria-required`. ([#3957](https://github.com/porsche-design-system/porsche-design-system/pull/3957))
|
|
39
|
+
- `Input Date`, `Input Time`: ([#3954](https://github.com/porsche-design-system/porsche-design-system/pull/3954))
|
|
40
|
+
|
|
41
|
+
### Changed
|
|
42
|
+
|
|
43
|
+
- `Multi Select`, `Select`: `background` is now transparent to be aligned with other form fields
|
|
44
|
+
([#3953](https://github.com/porsche-design-system/porsche-design-system/pull/3953))
|
|
45
|
+
- `Multi Select`, `Select`: improved a11y and highlight of options
|
|
46
|
+
([#3953](https://github.com/porsche-design-system/porsche-design-system/pull/3953))
|
|
47
|
+
- `Multi Select`: aligned filter and keyboard behavior with `Select`
|
|
48
|
+
([#3943](https://github.com/porsche-design-system/porsche-design-system/pull/3943))
|
|
49
|
+
- `Scroller`: Deprecation of prop `gradientColor` because gradient is now managed internally and adapts to all themes
|
|
50
|
+
and background colors automatically.
|
|
51
|
+
([#3962](https://github.com/porsche-design-system/porsche-design-system/pull/3962))
|
|
52
|
+
|
|
17
53
|
## [3.29.0-rc.3] - 2025-07-29
|
|
18
54
|
|
|
19
55
|
### Fixed
|
|
@@ -38,6 +74,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
38
74
|
- `Input Text`: `counter` prop functions independently of `max-length`, allowing character count display even when no
|
|
39
75
|
limit is set ([#3901](https://github.com/porsche-design-system/porsche-design-system/pull/3901))
|
|
40
76
|
- `Input Email`: ([#3927](https://github.com/porsche-design-system/porsche-design-system/pull/3927))
|
|
77
|
+
- `Input Tel`: ([#3928](https://github.com/porsche-design-system/porsche-design-system/pull/3928))
|
|
41
78
|
|
|
42
79
|
### Changed
|
|
43
80
|
|
|
@@ -293,6 +293,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImpor
|
|
|
293
293
|
}]
|
|
294
294
|
}] });
|
|
295
295
|
|
|
296
|
+
/** @deprecated since v3.29.0, will be removed with next major release. Please use `p-checkbox` instead. */
|
|
296
297
|
class PCheckboxWrapper extends BaseComponentWithTheme {
|
|
297
298
|
hideLabel;
|
|
298
299
|
label;
|
|
@@ -450,6 +451,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImpor
|
|
|
450
451
|
}] });
|
|
451
452
|
|
|
452
453
|
class PFieldset extends BaseComponentWithTheme {
|
|
454
|
+
aria;
|
|
453
455
|
label;
|
|
454
456
|
labelSize;
|
|
455
457
|
message;
|
|
@@ -457,19 +459,19 @@ class PFieldset extends BaseComponentWithTheme {
|
|
|
457
459
|
state;
|
|
458
460
|
theme;
|
|
459
461
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PFieldset, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
460
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.2", type: PFieldset, isStandalone: false, selector: "p-fieldset,[p-fieldset]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
462
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.2", type: PFieldset, isStandalone: false, selector: "p-fieldset,[p-fieldset]", inputs: { aria: "aria", label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
461
463
|
}
|
|
462
464
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PFieldset, decorators: [{
|
|
463
465
|
type: Component,
|
|
464
466
|
args: [{
|
|
465
467
|
selector: 'p-fieldset,[p-fieldset]',
|
|
466
468
|
template: '<ng-content />',
|
|
467
|
-
inputs: ['label', 'labelSize', 'message', 'required', 'state', 'theme'],
|
|
469
|
+
inputs: ['aria', 'label', 'labelSize', 'message', 'required', 'state', 'theme'],
|
|
468
470
|
standalone: false
|
|
469
471
|
}]
|
|
470
472
|
}] });
|
|
471
473
|
|
|
472
|
-
/** @deprecated since v3.0.0, will be removed with next major release. Please use
|
|
474
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Please use `p-fieldset` instead. */
|
|
473
475
|
class PFieldsetWrapper extends BaseComponentWithTheme {
|
|
474
476
|
label;
|
|
475
477
|
labelSize;
|
|
@@ -490,6 +492,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImpor
|
|
|
490
492
|
}]
|
|
491
493
|
}] });
|
|
492
494
|
|
|
495
|
+
class PFlag extends BaseComponent {
|
|
496
|
+
aria;
|
|
497
|
+
name;
|
|
498
|
+
size;
|
|
499
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PFlag, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
500
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.2", type: PFlag, isStandalone: false, selector: "p-flag,[p-flag]", inputs: { aria: "aria", name: "name", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
501
|
+
}
|
|
502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PFlag, decorators: [{
|
|
503
|
+
type: Component,
|
|
504
|
+
args: [{
|
|
505
|
+
selector: 'p-flag,[p-flag]',
|
|
506
|
+
template: '<ng-content />',
|
|
507
|
+
inputs: ['aria', 'name', 'size'],
|
|
508
|
+
standalone: false
|
|
509
|
+
}]
|
|
510
|
+
}] });
|
|
511
|
+
|
|
493
512
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
494
513
|
class PFlex extends BaseComponent {
|
|
495
514
|
alignContent;
|
|
@@ -683,6 +702,42 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImpor
|
|
|
683
702
|
}]
|
|
684
703
|
}] });
|
|
685
704
|
|
|
705
|
+
class PInputDate extends BaseComponentWithTheme {
|
|
706
|
+
autoComplete;
|
|
707
|
+
compact;
|
|
708
|
+
description;
|
|
709
|
+
disabled;
|
|
710
|
+
form;
|
|
711
|
+
hideLabel;
|
|
712
|
+
label;
|
|
713
|
+
loading;
|
|
714
|
+
max;
|
|
715
|
+
message;
|
|
716
|
+
min;
|
|
717
|
+
name;
|
|
718
|
+
readOnly;
|
|
719
|
+
required;
|
|
720
|
+
state;
|
|
721
|
+
step;
|
|
722
|
+
theme;
|
|
723
|
+
value;
|
|
724
|
+
blur = new EventEmitter();
|
|
725
|
+
change = new EventEmitter();
|
|
726
|
+
input = new EventEmitter();
|
|
727
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PInputDate, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
728
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.2", type: PInputDate, isStandalone: false, selector: "p-input-date,[p-input-date]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", theme: "theme", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
729
|
+
}
|
|
730
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PInputDate, decorators: [{
|
|
731
|
+
type: Component,
|
|
732
|
+
args: [{
|
|
733
|
+
selector: 'p-input-date,[p-input-date]',
|
|
734
|
+
template: '<ng-content />',
|
|
735
|
+
inputs: ['autoComplete', 'compact', 'description', 'disabled', 'form', 'hideLabel', 'label', 'loading', 'max', 'message', 'min', 'name', 'readOnly', 'required', 'state', 'step', 'theme', 'value'],
|
|
736
|
+
outputs: ['blur', 'change', 'input'],
|
|
737
|
+
standalone: false
|
|
738
|
+
}]
|
|
739
|
+
}] });
|
|
740
|
+
|
|
686
741
|
class PInputEmail extends BaseComponentWithTheme {
|
|
687
742
|
autoComplete;
|
|
688
743
|
compact;
|
|
@@ -833,6 +888,44 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImpor
|
|
|
833
888
|
}]
|
|
834
889
|
}] });
|
|
835
890
|
|
|
891
|
+
class PInputTel extends BaseComponentWithTheme {
|
|
892
|
+
autoComplete;
|
|
893
|
+
compact;
|
|
894
|
+
description;
|
|
895
|
+
disabled;
|
|
896
|
+
form;
|
|
897
|
+
hideLabel;
|
|
898
|
+
indicator;
|
|
899
|
+
label;
|
|
900
|
+
loading;
|
|
901
|
+
maxLength;
|
|
902
|
+
message;
|
|
903
|
+
minLength;
|
|
904
|
+
name;
|
|
905
|
+
pattern;
|
|
906
|
+
placeholder;
|
|
907
|
+
readOnly;
|
|
908
|
+
required;
|
|
909
|
+
state;
|
|
910
|
+
theme;
|
|
911
|
+
value;
|
|
912
|
+
blur = new EventEmitter();
|
|
913
|
+
change = new EventEmitter();
|
|
914
|
+
input = new EventEmitter();
|
|
915
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PInputTel, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
916
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.2", type: PInputTel, isStandalone: false, selector: "p-input-tel,[p-input-tel]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", theme: "theme", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
917
|
+
}
|
|
918
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PInputTel, decorators: [{
|
|
919
|
+
type: Component,
|
|
920
|
+
args: [{
|
|
921
|
+
selector: 'p-input-tel,[p-input-tel]',
|
|
922
|
+
template: '<ng-content />',
|
|
923
|
+
inputs: ['autoComplete', 'compact', 'description', 'disabled', 'form', 'hideLabel', 'indicator', 'label', 'loading', 'maxLength', 'message', 'minLength', 'name', 'pattern', 'placeholder', 'readOnly', 'required', 'state', 'theme', 'value'],
|
|
924
|
+
outputs: ['blur', 'change', 'input'],
|
|
925
|
+
standalone: false
|
|
926
|
+
}]
|
|
927
|
+
}] });
|
|
928
|
+
|
|
836
929
|
class PInputText extends BaseComponentWithTheme {
|
|
837
930
|
autoComplete;
|
|
838
931
|
compact;
|
|
@@ -871,6 +964,80 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImpor
|
|
|
871
964
|
}]
|
|
872
965
|
}] });
|
|
873
966
|
|
|
967
|
+
class PInputTime extends BaseComponentWithTheme {
|
|
968
|
+
autoComplete;
|
|
969
|
+
compact;
|
|
970
|
+
description;
|
|
971
|
+
disabled;
|
|
972
|
+
form;
|
|
973
|
+
hideLabel;
|
|
974
|
+
label;
|
|
975
|
+
loading;
|
|
976
|
+
max;
|
|
977
|
+
message;
|
|
978
|
+
min;
|
|
979
|
+
name;
|
|
980
|
+
readOnly;
|
|
981
|
+
required;
|
|
982
|
+
state;
|
|
983
|
+
step;
|
|
984
|
+
theme;
|
|
985
|
+
value;
|
|
986
|
+
blur = new EventEmitter();
|
|
987
|
+
change = new EventEmitter();
|
|
988
|
+
input = new EventEmitter();
|
|
989
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PInputTime, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
990
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.2", type: PInputTime, isStandalone: false, selector: "p-input-time,[p-input-time]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", theme: "theme", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
991
|
+
}
|
|
992
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PInputTime, decorators: [{
|
|
993
|
+
type: Component,
|
|
994
|
+
args: [{
|
|
995
|
+
selector: 'p-input-time,[p-input-time]',
|
|
996
|
+
template: '<ng-content />',
|
|
997
|
+
inputs: ['autoComplete', 'compact', 'description', 'disabled', 'form', 'hideLabel', 'label', 'loading', 'max', 'message', 'min', 'name', 'readOnly', 'required', 'state', 'step', 'theme', 'value'],
|
|
998
|
+
outputs: ['blur', 'change', 'input'],
|
|
999
|
+
standalone: false
|
|
1000
|
+
}]
|
|
1001
|
+
}] });
|
|
1002
|
+
|
|
1003
|
+
class PInputUrl extends BaseComponentWithTheme {
|
|
1004
|
+
autoComplete;
|
|
1005
|
+
compact;
|
|
1006
|
+
description;
|
|
1007
|
+
disabled;
|
|
1008
|
+
form;
|
|
1009
|
+
hideLabel;
|
|
1010
|
+
indicator;
|
|
1011
|
+
label;
|
|
1012
|
+
loading;
|
|
1013
|
+
maxLength;
|
|
1014
|
+
message;
|
|
1015
|
+
minLength;
|
|
1016
|
+
name;
|
|
1017
|
+
pattern;
|
|
1018
|
+
placeholder;
|
|
1019
|
+
readOnly;
|
|
1020
|
+
required;
|
|
1021
|
+
state;
|
|
1022
|
+
theme;
|
|
1023
|
+
value;
|
|
1024
|
+
blur = new EventEmitter();
|
|
1025
|
+
change = new EventEmitter();
|
|
1026
|
+
input = new EventEmitter();
|
|
1027
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PInputUrl, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1028
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.2", type: PInputUrl, isStandalone: false, selector: "p-input-url,[p-input-url]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", theme: "theme", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1029
|
+
}
|
|
1030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PInputUrl, decorators: [{
|
|
1031
|
+
type: Component,
|
|
1032
|
+
args: [{
|
|
1033
|
+
selector: 'p-input-url,[p-input-url]',
|
|
1034
|
+
template: '<ng-content />',
|
|
1035
|
+
inputs: ['autoComplete', 'compact', 'description', 'disabled', 'form', 'hideLabel', 'indicator', 'label', 'loading', 'maxLength', 'message', 'minLength', 'name', 'pattern', 'placeholder', 'readOnly', 'required', 'state', 'theme', 'value'],
|
|
1036
|
+
outputs: ['blur', 'change', 'input'],
|
|
1037
|
+
standalone: false
|
|
1038
|
+
}]
|
|
1039
|
+
}] });
|
|
1040
|
+
|
|
874
1041
|
class PLink extends BaseComponentWithTheme {
|
|
875
1042
|
aria;
|
|
876
1043
|
compact;
|
|
@@ -1099,6 +1266,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImpor
|
|
|
1099
1266
|
}] });
|
|
1100
1267
|
|
|
1101
1268
|
class PMultiSelect extends BaseComponentWithTheme {
|
|
1269
|
+
compact;
|
|
1102
1270
|
description;
|
|
1103
1271
|
disabled;
|
|
1104
1272
|
dropdownDirection;
|
|
@@ -1113,14 +1281,14 @@ class PMultiSelect extends BaseComponentWithTheme {
|
|
|
1113
1281
|
value;
|
|
1114
1282
|
update = new EventEmitter();
|
|
1115
1283
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PMultiSelect, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1116
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.2", type: PMultiSelect, isStandalone: false, selector: "p-multi-select,[p-multi-select]", inputs: { description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", form: "form", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", theme: "theme", value: "value" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1284
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.2", type: PMultiSelect, isStandalone: false, selector: "p-multi-select,[p-multi-select]", inputs: { compact: "compact", description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", form: "form", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", theme: "theme", value: "value" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1117
1285
|
}
|
|
1118
1286
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PMultiSelect, decorators: [{
|
|
1119
1287
|
type: Component,
|
|
1120
1288
|
args: [{
|
|
1121
1289
|
selector: 'p-multi-select,[p-multi-select]',
|
|
1122
1290
|
template: '<ng-content />',
|
|
1123
|
-
inputs: ['description', 'disabled', 'dropdownDirection', 'form', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'],
|
|
1291
|
+
inputs: ['compact', 'description', 'disabled', 'dropdownDirection', 'form', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'],
|
|
1124
1292
|
outputs: ['update'],
|
|
1125
1293
|
standalone: false
|
|
1126
1294
|
}]
|
|
@@ -1226,19 +1394,16 @@ class PPopover extends BaseComponentWithTheme {
|
|
|
1226
1394
|
aria;
|
|
1227
1395
|
description;
|
|
1228
1396
|
direction;
|
|
1229
|
-
open;
|
|
1230
1397
|
theme;
|
|
1231
|
-
dismiss = new EventEmitter();
|
|
1232
1398
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1233
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.2", type: PPopover, isStandalone: false, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction",
|
|
1399
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.2", type: PPopover, isStandalone: false, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1234
1400
|
}
|
|
1235
1401
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PPopover, decorators: [{
|
|
1236
1402
|
type: Component,
|
|
1237
1403
|
args: [{
|
|
1238
1404
|
selector: 'p-popover,[p-popover]',
|
|
1239
1405
|
template: '<ng-content />',
|
|
1240
|
-
inputs: ['aria', 'description', 'direction', '
|
|
1241
|
-
outputs: ['dismiss'],
|
|
1406
|
+
inputs: ['aria', 'description', 'direction', 'theme'],
|
|
1242
1407
|
standalone: false
|
|
1243
1408
|
}]
|
|
1244
1409
|
}] });
|
|
@@ -1266,6 +1431,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImpor
|
|
|
1266
1431
|
class PScroller extends BaseComponentWithTheme {
|
|
1267
1432
|
alignScrollIndicator;
|
|
1268
1433
|
aria;
|
|
1434
|
+
/** @deprecated */
|
|
1269
1435
|
gradientColor;
|
|
1270
1436
|
/** @deprecated */
|
|
1271
1437
|
gradientColorScheme;
|
|
@@ -1379,6 +1545,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImpor
|
|
|
1379
1545
|
}]
|
|
1380
1546
|
}] });
|
|
1381
1547
|
|
|
1548
|
+
/** @deprecated since v3.29.0, will be removed with next major release. Please use `p-select` instead. */
|
|
1382
1549
|
class PSelectWrapper extends BaseComponentWithTheme {
|
|
1383
1550
|
description;
|
|
1384
1551
|
dropdownDirection;
|
|
@@ -1612,6 +1779,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImpor
|
|
|
1612
1779
|
|
|
1613
1780
|
class PTabs extends BaseComponentWithTheme {
|
|
1614
1781
|
activeTabIndex;
|
|
1782
|
+
/** @deprecated */
|
|
1615
1783
|
gradientColor;
|
|
1616
1784
|
/** @deprecated */
|
|
1617
1785
|
gradientColorScheme;
|
|
@@ -1637,6 +1805,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImpor
|
|
|
1637
1805
|
|
|
1638
1806
|
class PTabsBar extends BaseComponentWithTheme {
|
|
1639
1807
|
activeTabIndex;
|
|
1808
|
+
/** @deprecated */
|
|
1640
1809
|
gradientColor;
|
|
1641
1810
|
/** @deprecated */
|
|
1642
1811
|
gradientColorScheme;
|
|
@@ -1733,6 +1902,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImpor
|
|
|
1733
1902
|
}]
|
|
1734
1903
|
}] });
|
|
1735
1904
|
|
|
1905
|
+
/** @deprecated since v3.29.0, will be removed with next major release. Please use one of the specific input components instead: `p-input-date`, `p-input-email`, `p-input-number`, `p-input-password`, `p-input-search`, `p-input-tel`, `p-input-text`, `p-input-time` or `p-input-url`. */
|
|
1736
1906
|
class PTextFieldWrapper extends BaseComponentWithTheme {
|
|
1737
1907
|
actionIcon;
|
|
1738
1908
|
actionLoading;
|
|
@@ -1836,6 +2006,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImpor
|
|
|
1836
2006
|
}]
|
|
1837
2007
|
}] });
|
|
1838
2008
|
|
|
2009
|
+
/** @deprecated since v3.29.0, will be removed with next major release. Please use `p-textarea` instead. */
|
|
1839
2010
|
class PTextareaWrapper extends BaseComponentWithTheme {
|
|
1840
2011
|
description;
|
|
1841
2012
|
hideLabel;
|
|
@@ -1913,6 +2084,7 @@ const DECLARATIONS = [
|
|
|
1913
2084
|
PDrilldownLink,
|
|
1914
2085
|
PFieldset,
|
|
1915
2086
|
PFieldsetWrapper,
|
|
2087
|
+
PFlag,
|
|
1916
2088
|
PFlex,
|
|
1917
2089
|
PFlexItem,
|
|
1918
2090
|
PFlyout,
|
|
@@ -1922,11 +2094,15 @@ const DECLARATIONS = [
|
|
|
1922
2094
|
PHeadline,
|
|
1923
2095
|
PIcon,
|
|
1924
2096
|
PInlineNotification,
|
|
2097
|
+
PInputDate,
|
|
1925
2098
|
PInputEmail,
|
|
1926
2099
|
PInputNumber,
|
|
1927
2100
|
PInputPassword,
|
|
1928
2101
|
PInputSearch,
|
|
2102
|
+
PInputTel,
|
|
1929
2103
|
PInputText,
|
|
2104
|
+
PInputTime,
|
|
2105
|
+
PInputUrl,
|
|
1930
2106
|
PLink,
|
|
1931
2107
|
PLinkPure,
|
|
1932
2108
|
PLinkSocial,
|
|
@@ -2001,7 +2177,7 @@ class PorscheDesignSystemModule {
|
|
|
2001
2177
|
};
|
|
2002
2178
|
}
|
|
2003
2179
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2004
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.2", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PInputEmail, PInputNumber, PInputPassword, PInputSearch, PInputText, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PLinkTileProduct, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSelectWrapper, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextarea, PTextareaWrapper, PToast, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PInputEmail, PInputNumber, PInputPassword, PInputSearch, PInputText, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PLinkTileProduct, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSelectWrapper, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextarea, PTextareaWrapper, PToast, PWordmark] });
|
|
2180
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.2", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFieldsetWrapper, PFlag, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PLinkTileProduct, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSelectWrapper, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextarea, PTextareaWrapper, PToast, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFieldsetWrapper, PFlag, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PLinkTileProduct, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSelectWrapper, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextarea, PTextareaWrapper, PToast, PWordmark] });
|
|
2005
2181
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.2", ngImport: i0, type: PorscheDesignSystemModule, providers: [
|
|
2006
2182
|
{
|
|
2007
2183
|
provide: THEME_TOKEN,
|
|
@@ -2044,5 +2220,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.2", ngImpor
|
|
|
2044
2220
|
* Generated bundle index. Do not edit.
|
|
2045
2221
|
*/
|
|
2046
2222
|
|
|
2047
|
-
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PInputEmail, PInputNumber, PInputPassword, PInputSearch, PInputText, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PLinkTileProduct, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSelectWrapper, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextarea, PTextareaWrapper, PToast, PWordmark, PorscheDesignSystemModule, THEME_TOKEN, ToastManager };
|
|
2223
|
+
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFieldsetWrapper, PFlag, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PLinkTileProduct, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSelectWrapper, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextarea, PTextareaWrapper, PToast, PWordmark, PorscheDesignSystemModule, THEME_TOKEN, ToastManager };
|
|
2048
2224
|
//# sourceMappingURL=porsche-design-system-components-angular.mjs.map
|