@porsche-design-system/components-angular 4.0.0-beta.2 → 4.0.0-beta.4
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 +334 -1
- package/OSS_NOTICE +1649 -5178
- package/fesm2022/porsche-design-system-components-angular.mjs +17 -10
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/global-styles/cn/index.css +157 -159
- package/global-styles/color-scheme.css +95 -95
- package/global-styles/index.css +157 -159
- package/global-styles/variables.css +62 -64
- package/package.json +6 -2
- package/tailwindcss/index.css +170 -158
- package/types/porsche-design-system-components-angular.d.ts +356 -149
- package/vanilla-extract/cjs/font/deprecated/fontSizeDisplay.cjs +6 -6
- package/vanilla-extract/cjs/font/typescale3Xl.cjs +7 -0
- package/vanilla-extract/cjs/font/typescale4Xl.cjs +7 -0
- package/vanilla-extract/cjs/font/typescale5Xl.cjs +7 -0
- package/vanilla-extract/cjs/index.cjs +12 -12
- package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +56 -56
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale3Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale4Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale5Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXs.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/display/displayLargeStyle.cjs +3 -3
- package/vanilla-extract/cjs/typography/deprecated/display/displayMediumStyle.cjs +3 -3
- package/vanilla-extract/cjs/typography/deprecated/display/displaySmallStyle.cjs +3 -3
- package/vanilla-extract/cjs/typography/deprecated/text/textLargeStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textMediumStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textSmallStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textXLargeStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textXSmallStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textXXSmallStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseHeading3XlStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeading4XlStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeading5XlStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeadingSmStyle.cjs +2 -2
- package/vanilla-extract/cjs/typography/proseText2XsStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextLgStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextMdStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextSmStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextXlStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextXsStyle.cjs +0 -2
- package/vanilla-extract/esm/font/deprecated/fontSizeDisplay.mjs +6 -6
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.d.ts +1 -1
- package/vanilla-extract/esm/font/index.d.ts +3 -3
- package/vanilla-extract/esm/font/typescale3Xl.d.ts +1 -0
- package/vanilla-extract/esm/font/typescale3Xl.mjs +5 -0
- package/vanilla-extract/esm/font/typescale4Xl.d.ts +1 -0
- package/vanilla-extract/esm/font/typescale4Xl.mjs +5 -0
- package/vanilla-extract/esm/font/typescale5Xl.d.ts +1 -0
- package/vanilla-extract/esm/font/typescale5Xl.mjs +5 -0
- package/vanilla-extract/esm/font/typescaleXs.d.ts +1 -1
- package/vanilla-extract/esm/index.mjs +6 -6
- package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +56 -56
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale3Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale4Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale5Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXs.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.mjs +3 -3
- package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.mjs +3 -3
- package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.mjs +3 -3
- package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.d.ts +1 -3
- package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/index.d.ts +3 -3
- package/vanilla-extract/esm/typography/proseHeading3XlStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/{proseDisplayMdStyle.mjs → proseHeading3XlStyle.mjs} +4 -3
- package/vanilla-extract/esm/typography/proseHeading4XlStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/{proseDisplaySmStyle.mjs → proseHeading4XlStyle.mjs} +4 -3
- package/vanilla-extract/esm/typography/proseHeading5XlStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/{proseDisplayLgStyle.mjs → proseHeading5XlStyle.mjs} +4 -3
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.mjs +2 -2
- package/vanilla-extract/esm/typography/proseText2XsStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseText2XsStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextLgStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextLgStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextMdStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextMdStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextSmStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextSmStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextXlStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextXlStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextXsStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextXsStyle.mjs +0 -2
- package/vanilla-extract/cjs/font/fontSizeDisplayLarge.cjs +0 -5
- package/vanilla-extract/cjs/font/fontSizeDisplayMedium.cjs +0 -5
- package/vanilla-extract/cjs/font/fontSizeDisplaySmall.cjs +0 -5
- package/vanilla-extract/cjs/typography/proseDisplayLgStyle.cjs +0 -11
- package/vanilla-extract/cjs/typography/proseDisplayMdStyle.cjs +0 -11
- package/vanilla-extract/cjs/typography/proseDisplaySmStyle.cjs +0 -11
- package/vanilla-extract/esm/font/fontSizeDisplayLarge.d.ts +0 -1
- package/vanilla-extract/esm/font/fontSizeDisplayLarge.mjs +0 -3
- package/vanilla-extract/esm/font/fontSizeDisplayMedium.d.ts +0 -1
- package/vanilla-extract/esm/font/fontSizeDisplayMedium.mjs +0 -3
- package/vanilla-extract/esm/font/fontSizeDisplaySmall.d.ts +0 -1
- package/vanilla-extract/esm/font/fontSizeDisplaySmall.mjs +0 -3
- package/vanilla-extract/esm/typography/proseDisplayLgStyle.d.ts +0 -3
- package/vanilla-extract/esm/typography/proseDisplayMdStyle.d.ts +0 -3
- package/vanilla-extract/esm/typography/proseDisplaySmStyle.d.ts +0 -3
|
@@ -16,6 +16,37 @@ declare abstract class BaseComponent implements OnChanges {
|
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
declare const ACCORDIONS_BACKGROUNDS: readonly [
|
|
20
|
+
"canvas",
|
|
21
|
+
"surface",
|
|
22
|
+
"frosted",
|
|
23
|
+
"none"
|
|
24
|
+
];
|
|
25
|
+
type AccordionBackground = (typeof ACCORDIONS_BACKGROUNDS)[number];
|
|
26
|
+
declare const ACCORDION_ALIGN_MARKERS: readonly [
|
|
27
|
+
"start",
|
|
28
|
+
"end"
|
|
29
|
+
];
|
|
30
|
+
type AccordionAlignMarker = (typeof ACCORDION_ALIGN_MARKERS)[number];
|
|
31
|
+
type AccordionUpdateEventDetail = {
|
|
32
|
+
open: boolean;
|
|
33
|
+
};
|
|
34
|
+
declare const ACCORDION_HEADINGS_DEPRECATED: readonly [
|
|
35
|
+
"h1",
|
|
36
|
+
"h2",
|
|
37
|
+
"h3",
|
|
38
|
+
"h4",
|
|
39
|
+
"h5",
|
|
40
|
+
"h6"
|
|
41
|
+
];
|
|
42
|
+
/** @deprecated */
|
|
43
|
+
type AccordionHeadingTag = (typeof ACCORDION_HEADINGS_DEPRECATED)[number];
|
|
44
|
+
declare const ACCORDION_SIZES: readonly [
|
|
45
|
+
"small",
|
|
46
|
+
"medium"
|
|
47
|
+
];
|
|
48
|
+
/** @deprecated */
|
|
49
|
+
type AccordionSize = (typeof ACCORDION_SIZES)[number];
|
|
19
50
|
type Booleanish = boolean | "true" | "false";
|
|
20
51
|
type AriaAttributes = {
|
|
21
52
|
/** Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. */
|
|
@@ -258,6 +289,8 @@ declare const ICON_NAMES: readonly [
|
|
|
258
289
|
"arrow-double-right",
|
|
259
290
|
"arrow-double-up",
|
|
260
291
|
"arrow-down",
|
|
292
|
+
"arrow-down-left",
|
|
293
|
+
"arrow-down-right",
|
|
261
294
|
"arrow-first",
|
|
262
295
|
"arrow-head-down",
|
|
263
296
|
"arrow-head-left",
|
|
@@ -267,6 +300,8 @@ declare const ICON_NAMES: readonly [
|
|
|
267
300
|
"arrow-left",
|
|
268
301
|
"arrow-right",
|
|
269
302
|
"arrow-up",
|
|
303
|
+
"arrow-up-left",
|
|
304
|
+
"arrow-up-right",
|
|
270
305
|
"arrows",
|
|
271
306
|
"attachment",
|
|
272
307
|
"augmented-reality",
|
|
@@ -436,6 +471,7 @@ declare const ICON_NAMES: readonly [
|
|
|
436
471
|
"pin-filled",
|
|
437
472
|
"pivot",
|
|
438
473
|
"play",
|
|
474
|
+
"play-filled",
|
|
439
475
|
"plug",
|
|
440
476
|
"plus",
|
|
441
477
|
"preheating",
|
|
@@ -639,6 +675,27 @@ declare const FLAG_NAMES: readonly [
|
|
|
639
675
|
"za"
|
|
640
676
|
];
|
|
641
677
|
type FlagName = typeof FLAG_NAMES[number];
|
|
678
|
+
declare const FORM_STATES: readonly [
|
|
679
|
+
"none",
|
|
680
|
+
"error",
|
|
681
|
+
"success"
|
|
682
|
+
];
|
|
683
|
+
type FormState = (typeof FORM_STATES)[number];
|
|
684
|
+
declare const BUTTON_ARIA_ATTRIBUTES: readonly [
|
|
685
|
+
"aria-label",
|
|
686
|
+
"aria-description",
|
|
687
|
+
"aria-expanded",
|
|
688
|
+
"aria-pressed",
|
|
689
|
+
"aria-haspopup"
|
|
690
|
+
];
|
|
691
|
+
type ButtonAriaAttribute = (typeof BUTTON_ARIA_ATTRIBUTES)[number];
|
|
692
|
+
declare const LINK_ARIA_ATTRIBUTES: readonly [
|
|
693
|
+
"aria-label",
|
|
694
|
+
"aria-description",
|
|
695
|
+
"aria-current",
|
|
696
|
+
"aria-haspopup"
|
|
697
|
+
];
|
|
698
|
+
type LinkAriaAttribute = (typeof LINK_ARIA_ATTRIBUTES)[number];
|
|
642
699
|
declare const breakpoints: readonly [
|
|
643
700
|
"base",
|
|
644
701
|
"xs",
|
|
@@ -655,75 +712,6 @@ type BreakpointValues<T> = {
|
|
|
655
712
|
base: T;
|
|
656
713
|
};
|
|
657
714
|
type BreakpointCustomizable<T> = T | BreakpointValues<T>;
|
|
658
|
-
declare const HEADING_SIZES: readonly [
|
|
659
|
-
"small",
|
|
660
|
-
"medium",
|
|
661
|
-
"large",
|
|
662
|
-
"x-large",
|
|
663
|
-
"xx-large",
|
|
664
|
-
"inherit"
|
|
665
|
-
];
|
|
666
|
-
type HeadingSize = (typeof HEADING_SIZES)[number];
|
|
667
|
-
declare const HEADING_TAGS: readonly [
|
|
668
|
-
"h1",
|
|
669
|
-
"h2",
|
|
670
|
-
"h3",
|
|
671
|
-
"h4",
|
|
672
|
-
"h5",
|
|
673
|
-
"h6"
|
|
674
|
-
];
|
|
675
|
-
type HeadingTag = (typeof HEADING_TAGS)[number];
|
|
676
|
-
declare const TEXT_SIZES: readonly [
|
|
677
|
-
"xx-small",
|
|
678
|
-
"x-small",
|
|
679
|
-
"small",
|
|
680
|
-
"medium",
|
|
681
|
-
"large",
|
|
682
|
-
"x-large",
|
|
683
|
-
"inherit"
|
|
684
|
-
];
|
|
685
|
-
type TextSize = (typeof TEXT_SIZES)[number];
|
|
686
|
-
declare const TYPOGRAPHY_ALIGNS: readonly [
|
|
687
|
-
"start",
|
|
688
|
-
"center",
|
|
689
|
-
"end",
|
|
690
|
-
"inherit"
|
|
691
|
-
];
|
|
692
|
-
type TypographyAlign = (typeof TYPOGRAPHY_ALIGNS)[number];
|
|
693
|
-
declare const TYPOGRAPHY_TEXT_COLORS: readonly [
|
|
694
|
-
"primary",
|
|
695
|
-
"contrast-high",
|
|
696
|
-
"contrast-medium",
|
|
697
|
-
"contrast-low",
|
|
698
|
-
"success",
|
|
699
|
-
"warning",
|
|
700
|
-
"error",
|
|
701
|
-
"info",
|
|
702
|
-
"inherit"
|
|
703
|
-
];
|
|
704
|
-
type TypographyTextColor = (typeof TYPOGRAPHY_TEXT_COLORS)[number];
|
|
705
|
-
declare const TYPOGRAPHY_TEXT_WEIGHTS: readonly [
|
|
706
|
-
"regular",
|
|
707
|
-
"semi-bold",
|
|
708
|
-
"bold"
|
|
709
|
-
];
|
|
710
|
-
type TypographyTextWeight = (typeof TYPOGRAPHY_TEXT_WEIGHTS)[number];
|
|
711
|
-
declare const LINK_BUTTON_VARIANTS: readonly [
|
|
712
|
-
"primary",
|
|
713
|
-
"secondary"
|
|
714
|
-
];
|
|
715
|
-
type LinkButtonVariant = (typeof LINK_BUTTON_VARIANTS)[number];
|
|
716
|
-
declare const BUTTON_TYPES: readonly [
|
|
717
|
-
"button",
|
|
718
|
-
"submit",
|
|
719
|
-
"reset"
|
|
720
|
-
];
|
|
721
|
-
type ButtonType = (typeof BUTTON_TYPES)[number];
|
|
722
|
-
declare const ALIGN_LABELS: readonly [
|
|
723
|
-
"start",
|
|
724
|
-
"end"
|
|
725
|
-
];
|
|
726
|
-
type AlignLabel = (typeof ALIGN_LABELS)[number];
|
|
727
715
|
declare const LINK_TARGETS: readonly [
|
|
728
716
|
"_self",
|
|
729
717
|
"_blank",
|
|
@@ -731,45 +719,6 @@ declare const LINK_TARGETS: readonly [
|
|
|
731
719
|
"_top"
|
|
732
720
|
];
|
|
733
721
|
type LinkTarget = (typeof LINK_TARGETS)[number] | string;
|
|
734
|
-
type LinkButtonIconName = IconName | "none";
|
|
735
|
-
type ButtonVariant = LinkButtonVariant;
|
|
736
|
-
type LinkVariant = LinkButtonVariant;
|
|
737
|
-
type PorscheDesignSystem = {
|
|
738
|
-
[key: `${number}.${number}.${number}${`-rc.${number}` | ""}`]: {
|
|
739
|
-
prefixes: string[];
|
|
740
|
-
isReady: () => Promise<void>;
|
|
741
|
-
readyResolve: () => void;
|
|
742
|
-
};
|
|
743
|
-
cdn: {
|
|
744
|
-
url: string;
|
|
745
|
-
prefixes: string[];
|
|
746
|
-
};
|
|
747
|
-
};
|
|
748
|
-
type SelectedAriaAttributes<T extends keyof AriaAttributes> = Pick<AriaAttributes, T>;
|
|
749
|
-
type SelectedAriaRole<T> = {
|
|
750
|
-
role: Extract<AriaRole, T>;
|
|
751
|
-
};
|
|
752
|
-
declare const FORM_STATES: readonly [
|
|
753
|
-
"none",
|
|
754
|
-
"error",
|
|
755
|
-
"success"
|
|
756
|
-
];
|
|
757
|
-
type FormState = (typeof FORM_STATES)[number];
|
|
758
|
-
declare const BUTTON_ARIA_ATTRIBUTES: readonly [
|
|
759
|
-
"aria-label",
|
|
760
|
-
"aria-description",
|
|
761
|
-
"aria-expanded",
|
|
762
|
-
"aria-pressed",
|
|
763
|
-
"aria-haspopup"
|
|
764
|
-
];
|
|
765
|
-
type ButtonAriaAttribute = (typeof BUTTON_ARIA_ATTRIBUTES)[number];
|
|
766
|
-
declare const LINK_ARIA_ATTRIBUTES: readonly [
|
|
767
|
-
"aria-label",
|
|
768
|
-
"aria-description",
|
|
769
|
-
"aria-current",
|
|
770
|
-
"aria-haspopup"
|
|
771
|
-
];
|
|
772
|
-
type LinkAriaAttribute = (typeof LINK_ARIA_ATTRIBUTES)[number];
|
|
773
722
|
type MultiSelectState = FormState;
|
|
774
723
|
type MultiSelectDropdownDirection = SelectComponentsDropdownDirection;
|
|
775
724
|
type MultiSelectChangeEventDetail = {
|
|
@@ -819,29 +768,40 @@ declare const TILE_ALIGNS: readonly [
|
|
|
819
768
|
"bottom"
|
|
820
769
|
];
|
|
821
770
|
type TileAlign = (typeof TILE_ALIGNS)[number];
|
|
822
|
-
declare const
|
|
823
|
-
"canvas",
|
|
824
|
-
"surface",
|
|
825
|
-
"frosted",
|
|
826
|
-
"none"
|
|
827
|
-
];
|
|
828
|
-
type AccordionBackground = (typeof ACCORDIONS_BACKGROUNDS)[number];
|
|
829
|
-
declare const ACCORDION_ALIGN_MARKERS: readonly [
|
|
771
|
+
declare const ALIGN_LABELS: readonly [
|
|
830
772
|
"start",
|
|
831
773
|
"end"
|
|
832
774
|
];
|
|
833
|
-
type
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
type AccordionHeadingTag = HeadingTag;
|
|
839
|
-
declare const ACCORDION_SIZES: readonly [
|
|
840
|
-
"small",
|
|
841
|
-
"medium"
|
|
775
|
+
type AlignLabel = (typeof ALIGN_LABELS)[number];
|
|
776
|
+
declare const BUTTON_TYPES: readonly [
|
|
777
|
+
"button",
|
|
778
|
+
"submit",
|
|
779
|
+
"reset"
|
|
842
780
|
];
|
|
843
|
-
|
|
844
|
-
|
|
781
|
+
type ButtonType = (typeof BUTTON_TYPES)[number];
|
|
782
|
+
declare const LINK_BUTTON_VARIANTS: readonly [
|
|
783
|
+
"primary",
|
|
784
|
+
"secondary"
|
|
785
|
+
];
|
|
786
|
+
type LinkButtonVariant = (typeof LINK_BUTTON_VARIANTS)[number];
|
|
787
|
+
type LinkButtonIconName = IconName | "none";
|
|
788
|
+
type ButtonVariant = LinkButtonVariant;
|
|
789
|
+
type LinkVariant = LinkButtonVariant;
|
|
790
|
+
type PorscheDesignSystem = {
|
|
791
|
+
[key: `${number}.${number}.${number}${`-rc.${number}` | ""}`]: {
|
|
792
|
+
prefixes: string[];
|
|
793
|
+
isReady: () => Promise<void>;
|
|
794
|
+
readyResolve: () => void;
|
|
795
|
+
};
|
|
796
|
+
cdn: {
|
|
797
|
+
url: string;
|
|
798
|
+
prefixes: string[];
|
|
799
|
+
};
|
|
800
|
+
};
|
|
801
|
+
type SelectedAriaAttributes<T extends keyof AriaAttributes> = Pick<AriaAttributes, T>;
|
|
802
|
+
type SelectedAriaRole<T> = {
|
|
803
|
+
role: Extract<AriaRole, T>;
|
|
804
|
+
};
|
|
845
805
|
declare const BANNER_STATES: readonly [
|
|
846
806
|
"info",
|
|
847
807
|
"success",
|
|
@@ -849,13 +809,48 @@ declare const BANNER_STATES: readonly [
|
|
|
849
809
|
"error"
|
|
850
810
|
];
|
|
851
811
|
type BannerState = (typeof BANNER_STATES)[number];
|
|
852
|
-
|
|
812
|
+
declare const BANNER_HEADING_TAGS: readonly [
|
|
813
|
+
"h1",
|
|
814
|
+
"h2",
|
|
815
|
+
"h3",
|
|
816
|
+
"h4",
|
|
817
|
+
"h5",
|
|
818
|
+
"h6"
|
|
819
|
+
];
|
|
820
|
+
type BannerHeadingTag = (typeof BANNER_HEADING_TAGS)[number];
|
|
853
821
|
type ButtonIcon = LinkButtonIconName;
|
|
854
822
|
type ButtonPureType = ButtonType;
|
|
855
823
|
type ButtonPureIcon = LinkButtonIconName;
|
|
856
824
|
type ButtonPureAriaAttribute = ButtonAriaAttribute;
|
|
857
825
|
type ButtonPureAlignLabel = AlignLabel;
|
|
858
|
-
|
|
826
|
+
declare const BUTTON_PURE_SIZES: readonly [
|
|
827
|
+
"2xs",
|
|
828
|
+
"xs",
|
|
829
|
+
"sm",
|
|
830
|
+
"md",
|
|
831
|
+
"lg",
|
|
832
|
+
"xl",
|
|
833
|
+
"2xl",
|
|
834
|
+
"3xl",
|
|
835
|
+
"4xl",
|
|
836
|
+
"5xl",
|
|
837
|
+
"inherit",
|
|
838
|
+
"xx-small",
|
|
839
|
+
"x-small",
|
|
840
|
+
"small",
|
|
841
|
+
"medium",
|
|
842
|
+
"large",
|
|
843
|
+
"x-large"
|
|
844
|
+
];
|
|
845
|
+
type ButtonPureSize = (typeof BUTTON_PURE_SIZES)[number];
|
|
846
|
+
declare const BUTTON_PURE_COLORS: readonly [
|
|
847
|
+
"primary",
|
|
848
|
+
"contrast-higher",
|
|
849
|
+
"contrast-high",
|
|
850
|
+
"contrast-medium",
|
|
851
|
+
"inherit"
|
|
852
|
+
];
|
|
853
|
+
type ButtonPureColor = (typeof BUTTON_PURE_COLORS)[number];
|
|
859
854
|
type ButtonTileAriaAttribute = ButtonAriaAttribute;
|
|
860
855
|
type ButtonTileIcon = LinkButtonIconName;
|
|
861
856
|
type ButtonTileType = ButtonType;
|
|
@@ -885,7 +880,11 @@ declare const CAROUSEL_ALIGN_HEADERS: readonly [
|
|
|
885
880
|
"center"
|
|
886
881
|
];
|
|
887
882
|
type CarouselAlignHeader = (typeof CAROUSEL_ALIGN_HEADERS)[number];
|
|
888
|
-
|
|
883
|
+
declare const CAROUSEL_HEADING_SIZES: readonly [
|
|
884
|
+
"x-large",
|
|
885
|
+
"xx-large"
|
|
886
|
+
];
|
|
887
|
+
type CarouselHeadingSize = (typeof CAROUSEL_HEADING_SIZES)[number];
|
|
889
888
|
declare const CAROUSEL_ARIA_ATTRIBUTES: readonly [
|
|
890
889
|
"aria-label"
|
|
891
890
|
];
|
|
@@ -927,7 +926,13 @@ declare const DISPLAY_COLORS: readonly [
|
|
|
927
926
|
"inherit"
|
|
928
927
|
];
|
|
929
928
|
type DisplayColor = (typeof DISPLAY_COLORS)[number];
|
|
930
|
-
|
|
929
|
+
declare const DISPLAY_ALIGNS: readonly [
|
|
930
|
+
"start",
|
|
931
|
+
"center",
|
|
932
|
+
"end",
|
|
933
|
+
"inherit"
|
|
934
|
+
];
|
|
935
|
+
type DisplayAlign = (typeof DISPLAY_ALIGNS)[number];
|
|
931
936
|
declare const DIVIDER_COLORS: readonly [
|
|
932
937
|
"contrast-lower",
|
|
933
938
|
"contrast-low",
|
|
@@ -959,7 +964,27 @@ declare const FLAG_ARIA_ATTRIBUTES: readonly [
|
|
|
959
964
|
"aria-label"
|
|
960
965
|
];
|
|
961
966
|
type FlagAriaAttribute = (typeof FLAG_ARIA_ATTRIBUTES)[number];
|
|
962
|
-
|
|
967
|
+
declare const FLAG_SIZES: readonly [
|
|
968
|
+
"2xs",
|
|
969
|
+
"xs",
|
|
970
|
+
"sm",
|
|
971
|
+
"md",
|
|
972
|
+
"lg",
|
|
973
|
+
"xl",
|
|
974
|
+
"2xl",
|
|
975
|
+
"3xl",
|
|
976
|
+
"4xl",
|
|
977
|
+
"5xl",
|
|
978
|
+
"inherit",
|
|
979
|
+
"xx-small",
|
|
980
|
+
"x-small",
|
|
981
|
+
"small",
|
|
982
|
+
"medium",
|
|
983
|
+
"large",
|
|
984
|
+
"x-large",
|
|
985
|
+
"xx-large"
|
|
986
|
+
];
|
|
987
|
+
type FlagSize = (typeof FLAG_SIZES)[number];
|
|
963
988
|
declare const BACKDROPS: readonly [
|
|
964
989
|
"blur",
|
|
965
990
|
"shading"
|
|
@@ -987,22 +1012,96 @@ type FlyoutAriaAttribute = (typeof FLYOUT_ARIA_ATTRIBUTES)[number];
|
|
|
987
1012
|
type FlyoutMotionVisibleEndEventDetail = TransitionEvent;
|
|
988
1013
|
type FlyoutMotionHiddenEndEventDetail = TransitionEvent;
|
|
989
1014
|
type FlyoutBackdrop = Backdrop;
|
|
1015
|
+
declare const HEADING_TAGS: readonly [
|
|
1016
|
+
"h1",
|
|
1017
|
+
"h2",
|
|
1018
|
+
"h3",
|
|
1019
|
+
"h4",
|
|
1020
|
+
"h5",
|
|
1021
|
+
"h6"
|
|
1022
|
+
];
|
|
1023
|
+
type HeadingTag = (typeof HEADING_TAGS)[number];
|
|
990
1024
|
declare const HEADING_COLORS: readonly [
|
|
991
1025
|
"primary",
|
|
1026
|
+
"contrast-higher",
|
|
1027
|
+
"contrast-high",
|
|
1028
|
+
"contrast-medium",
|
|
992
1029
|
"inherit"
|
|
993
1030
|
];
|
|
994
1031
|
type HeadingColor = (typeof HEADING_COLORS)[number];
|
|
995
|
-
|
|
1032
|
+
declare const HEADING_WEIGHTS: readonly [
|
|
1033
|
+
"normal",
|
|
1034
|
+
"semibold",
|
|
1035
|
+
"bold",
|
|
1036
|
+
"regular",
|
|
1037
|
+
"semi-bold"
|
|
1038
|
+
];
|
|
1039
|
+
type HeadingWeight = (typeof HEADING_WEIGHTS)[number];
|
|
1040
|
+
declare const HEADING_ALIGNS: readonly [
|
|
1041
|
+
"start",
|
|
1042
|
+
"center",
|
|
1043
|
+
"end",
|
|
1044
|
+
"inherit"
|
|
1045
|
+
];
|
|
1046
|
+
type HeadingAlign = (typeof HEADING_ALIGNS)[number];
|
|
1047
|
+
declare const HEADING_SIZES: readonly [
|
|
1048
|
+
"2xs",
|
|
1049
|
+
"xs",
|
|
1050
|
+
"sm",
|
|
1051
|
+
"md",
|
|
1052
|
+
"lg",
|
|
1053
|
+
"xl",
|
|
1054
|
+
"2xl",
|
|
1055
|
+
"3xl",
|
|
1056
|
+
"4xl",
|
|
1057
|
+
"5xl",
|
|
1058
|
+
"inherit",
|
|
1059
|
+
"small",
|
|
1060
|
+
"medium",
|
|
1061
|
+
"large",
|
|
1062
|
+
"x-large",
|
|
1063
|
+
"xx-large"
|
|
1064
|
+
];
|
|
1065
|
+
type HeadingSize = (typeof HEADING_SIZES)[number];
|
|
1066
|
+
declare const HEADING_HYPHENS: readonly [
|
|
1067
|
+
"none",
|
|
1068
|
+
"manual",
|
|
1069
|
+
"auto",
|
|
1070
|
+
"inherit"
|
|
1071
|
+
];
|
|
1072
|
+
type HeadingHyphens = (typeof HEADING_HYPHENS)[number];
|
|
996
1073
|
declare const ICON_ARIA_ATTRIBUTES: readonly [
|
|
997
1074
|
"aria-label"
|
|
998
1075
|
];
|
|
999
1076
|
type IconAriaAttribute = (typeof ICON_ARIA_ATTRIBUTES)[number];
|
|
1000
|
-
|
|
1077
|
+
declare const ICON_SIZES: readonly [
|
|
1078
|
+
"2xs",
|
|
1079
|
+
"xs",
|
|
1080
|
+
"sm",
|
|
1081
|
+
"md",
|
|
1082
|
+
"lg",
|
|
1083
|
+
"xl",
|
|
1084
|
+
"2xl",
|
|
1085
|
+
"3xl",
|
|
1086
|
+
"4xl",
|
|
1087
|
+
"5xl",
|
|
1088
|
+
"inherit",
|
|
1089
|
+
"xx-small",
|
|
1090
|
+
"x-small",
|
|
1091
|
+
"small",
|
|
1092
|
+
"medium",
|
|
1093
|
+
"large",
|
|
1094
|
+
"x-large",
|
|
1095
|
+
"xx-large"
|
|
1096
|
+
];
|
|
1097
|
+
type IconSize = (typeof ICON_SIZES)[number];
|
|
1001
1098
|
declare const ICON_COLORS: readonly [
|
|
1002
1099
|
"primary",
|
|
1100
|
+
"contrast-higher",
|
|
1003
1101
|
"contrast-high",
|
|
1004
1102
|
"contrast-medium",
|
|
1005
1103
|
"contrast-low",
|
|
1104
|
+
"contrast-lower",
|
|
1006
1105
|
"success",
|
|
1007
1106
|
"warning",
|
|
1008
1107
|
"error",
|
|
@@ -1018,7 +1117,15 @@ declare const INLINE_NOTIFICATION_STATES: readonly [
|
|
|
1018
1117
|
];
|
|
1019
1118
|
type InlineNotificationState = (typeof INLINE_NOTIFICATION_STATES)[number];
|
|
1020
1119
|
type InlineNotificationActionIcon = IconName;
|
|
1021
|
-
|
|
1120
|
+
declare const INLINE_NOTIFICATION_HEADING_TAGS: readonly [
|
|
1121
|
+
"h1",
|
|
1122
|
+
"h2",
|
|
1123
|
+
"h3",
|
|
1124
|
+
"h4",
|
|
1125
|
+
"h5",
|
|
1126
|
+
"h6"
|
|
1127
|
+
];
|
|
1128
|
+
type InlineNotificationHeadingTag = (typeof INLINE_NOTIFICATION_HEADING_TAGS)[number];
|
|
1022
1129
|
type InputDateState = FormState;
|
|
1023
1130
|
type InputDateChangeEventDetail = Event;
|
|
1024
1131
|
type InputDateBlurEventDetail = Event;
|
|
@@ -1067,8 +1174,35 @@ type LinkIcon = LinkButtonIconName;
|
|
|
1067
1174
|
type LinkPureIcon = LinkButtonIconName;
|
|
1068
1175
|
type LinkPureAriaAttribute = LinkAriaAttribute;
|
|
1069
1176
|
type LinkPureAlignLabel = AlignLabel;
|
|
1070
|
-
type LinkPureSize = TextSize;
|
|
1071
1177
|
type LinkPureTarget = LinkTarget;
|
|
1178
|
+
declare const LINK_PURE_SIZES: readonly [
|
|
1179
|
+
"2xs",
|
|
1180
|
+
"xs",
|
|
1181
|
+
"sm",
|
|
1182
|
+
"md",
|
|
1183
|
+
"lg",
|
|
1184
|
+
"xl",
|
|
1185
|
+
"2xl",
|
|
1186
|
+
"3xl",
|
|
1187
|
+
"4xl",
|
|
1188
|
+
"5xl",
|
|
1189
|
+
"inherit",
|
|
1190
|
+
"xx-small",
|
|
1191
|
+
"x-small",
|
|
1192
|
+
"small",
|
|
1193
|
+
"medium",
|
|
1194
|
+
"large",
|
|
1195
|
+
"x-large"
|
|
1196
|
+
];
|
|
1197
|
+
type LinkPureSize = (typeof LINK_PURE_SIZES)[number];
|
|
1198
|
+
declare const LINK_PURE_COLORS: readonly [
|
|
1199
|
+
"primary",
|
|
1200
|
+
"contrast-higher",
|
|
1201
|
+
"contrast-high",
|
|
1202
|
+
"contrast-medium",
|
|
1203
|
+
"inherit"
|
|
1204
|
+
];
|
|
1205
|
+
type LinkPureColor = (typeof LINK_PURE_COLORS)[number];
|
|
1072
1206
|
type LinkTileTarget = LinkTarget;
|
|
1073
1207
|
type LinkTileAriaAttribute = LinkAriaAttribute;
|
|
1074
1208
|
type LinkTileAspectRatio = TileAspectRatio;
|
|
@@ -1265,11 +1399,26 @@ declare const SHEET_BACKGROUNDS: readonly [
|
|
|
1265
1399
|
type SheetBackground = (typeof SHEET_BACKGROUNDS)[number];
|
|
1266
1400
|
type SheetMotionVisibleEndEventDetail = TransitionEvent;
|
|
1267
1401
|
type SheetMotionHiddenEndEventDetail = TransitionEvent;
|
|
1402
|
+
declare const SPINNER_COLORS: readonly [
|
|
1403
|
+
"primary",
|
|
1404
|
+
"inherit"
|
|
1405
|
+
];
|
|
1406
|
+
type SpinnerColor = (typeof SPINNER_COLORS)[number];
|
|
1268
1407
|
declare const SPINNER_SIZES: readonly [
|
|
1408
|
+
"2xs",
|
|
1409
|
+
"xs",
|
|
1410
|
+
"sm",
|
|
1411
|
+
"md",
|
|
1412
|
+
"lg",
|
|
1413
|
+
"xl",
|
|
1414
|
+
"2xl",
|
|
1415
|
+
"3xl",
|
|
1416
|
+
"4xl",
|
|
1417
|
+
"5xl",
|
|
1418
|
+
"inherit",
|
|
1269
1419
|
"small",
|
|
1270
1420
|
"medium",
|
|
1271
|
-
"large"
|
|
1272
|
-
"inherit"
|
|
1421
|
+
"large"
|
|
1273
1422
|
];
|
|
1274
1423
|
type SpinnerSize = (typeof SPINNER_SIZES)[number];
|
|
1275
1424
|
declare const SPINNER_ARIA_ATTRIBUTES: readonly [
|
|
@@ -1374,9 +1523,60 @@ declare const TEXT_TAGS: readonly [
|
|
|
1374
1523
|
"legend"
|
|
1375
1524
|
];
|
|
1376
1525
|
type TextTag = (typeof TEXT_TAGS)[number];
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1526
|
+
declare const TEXT_COLORS: readonly [
|
|
1527
|
+
"primary",
|
|
1528
|
+
"contrast-higher",
|
|
1529
|
+
"contrast-high",
|
|
1530
|
+
"contrast-medium",
|
|
1531
|
+
"success",
|
|
1532
|
+
"warning",
|
|
1533
|
+
"error",
|
|
1534
|
+
"info",
|
|
1535
|
+
"inherit"
|
|
1536
|
+
];
|
|
1537
|
+
type TextColor = (typeof TEXT_COLORS)[number];
|
|
1538
|
+
declare const TEXT_WEIGHTS: readonly [
|
|
1539
|
+
"normal",
|
|
1540
|
+
"semibold",
|
|
1541
|
+
"bold",
|
|
1542
|
+
"regular",
|
|
1543
|
+
"semi-bold"
|
|
1544
|
+
];
|
|
1545
|
+
type TextWeight = (typeof TEXT_WEIGHTS)[number];
|
|
1546
|
+
declare const TEXT_ALIGNS: readonly [
|
|
1547
|
+
"start",
|
|
1548
|
+
"center",
|
|
1549
|
+
"end",
|
|
1550
|
+
"inherit"
|
|
1551
|
+
];
|
|
1552
|
+
type TextAlign = (typeof TEXT_ALIGNS)[number];
|
|
1553
|
+
declare const TEXT_SIZES: readonly [
|
|
1554
|
+
"2xs",
|
|
1555
|
+
"xs",
|
|
1556
|
+
"sm",
|
|
1557
|
+
"md",
|
|
1558
|
+
"lg",
|
|
1559
|
+
"xl",
|
|
1560
|
+
"2xl",
|
|
1561
|
+
"3xl",
|
|
1562
|
+
"4xl",
|
|
1563
|
+
"5xl",
|
|
1564
|
+
"inherit",
|
|
1565
|
+
"xx-small",
|
|
1566
|
+
"x-small",
|
|
1567
|
+
"small",
|
|
1568
|
+
"medium",
|
|
1569
|
+
"large",
|
|
1570
|
+
"x-large"
|
|
1571
|
+
];
|
|
1572
|
+
type TextSize = (typeof TEXT_SIZES)[number];
|
|
1573
|
+
declare const TEXT_HYPHENS: readonly [
|
|
1574
|
+
"none",
|
|
1575
|
+
"manual",
|
|
1576
|
+
"auto",
|
|
1577
|
+
"inherit"
|
|
1578
|
+
];
|
|
1579
|
+
type TextHyphens = (typeof TEXT_HYPHENS)[number];
|
|
1380
1580
|
declare const TEXT_LIST_TYPES: readonly [
|
|
1381
1581
|
"unordered",
|
|
1382
1582
|
"numbered",
|
|
@@ -2095,6 +2295,7 @@ declare class PButtonPure extends BaseComponent {
|
|
|
2095
2295
|
active?: boolean;
|
|
2096
2296
|
alignLabel?: BreakpointCustomizable<ButtonPureAlignLabel>;
|
|
2097
2297
|
aria?: SelectedAriaAttributes<ButtonPureAriaAttribute>;
|
|
2298
|
+
color?: ButtonPureColor;
|
|
2098
2299
|
disabled?: boolean;
|
|
2099
2300
|
form?: string;
|
|
2100
2301
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
@@ -2108,7 +2309,7 @@ declare class PButtonPure extends BaseComponent {
|
|
|
2108
2309
|
underline?: boolean;
|
|
2109
2310
|
value?: string;
|
|
2110
2311
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButtonPure, never>;
|
|
2111
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonPure, "p-button-pure,[p-button-pure]", never, { "active": { "alias": "active"; "required": false; }; "alignLabel": { "alias": "alignLabel"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "type": { "alias": "type"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2312
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonPure, "p-button-pure,[p-button-pure]", never, { "active": { "alias": "active"; "required": false; }; "alignLabel": { "alias": "alignLabel"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "type": { "alias": "type"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2112
2313
|
}
|
|
2113
2314
|
|
|
2114
2315
|
declare class PButtonTile extends BaseComponent {
|
|
@@ -2170,6 +2371,7 @@ declare class PCrest extends BaseComponent {
|
|
|
2170
2371
|
static ɵcmp: i0.ɵɵComponentDeclaration<PCrest, "p-crest,[p-crest]", never, { "aria": { "alias": "aria"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2171
2372
|
}
|
|
2172
2373
|
|
|
2374
|
+
/** @deprecated since v4.0.0, will be removed with next major release. Please use `p-heading` instead. */
|
|
2173
2375
|
declare class PDisplay extends BaseComponent {
|
|
2174
2376
|
align?: DisplayAlign;
|
|
2175
2377
|
color?: DisplayColor;
|
|
@@ -2232,7 +2434,7 @@ declare class PFieldset extends BaseComponent {
|
|
|
2232
2434
|
declare class PFlag extends BaseComponent {
|
|
2233
2435
|
aria?: SelectedAriaAttributes<FlagAriaAttribute>;
|
|
2234
2436
|
name?: FlagName;
|
|
2235
|
-
size?: FlagSize
|
|
2437
|
+
size?: BreakpointCustomizable<FlagSize>;
|
|
2236
2438
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFlag, never>;
|
|
2237
2439
|
static ɵcmp: i0.ɵɵComponentDeclaration<PFlag, "p-flag,[p-flag]", never, { "aria": { "alias": "aria"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2238
2440
|
}
|
|
@@ -2256,17 +2458,19 @@ declare class PHeading extends BaseComponent {
|
|
|
2256
2458
|
align?: HeadingAlign;
|
|
2257
2459
|
color?: HeadingColor;
|
|
2258
2460
|
ellipsis?: boolean;
|
|
2461
|
+
hyphens?: HeadingHyphens;
|
|
2259
2462
|
size?: BreakpointCustomizable<HeadingSize>;
|
|
2260
2463
|
tag?: HeadingTag;
|
|
2464
|
+
weight?: HeadingWeight;
|
|
2261
2465
|
static ɵfac: i0.ɵɵFactoryDeclaration<PHeading, never>;
|
|
2262
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PHeading, "p-heading,[p-heading]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2466
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PHeading, "p-heading,[p-heading]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "hyphens": { "alias": "hyphens"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2263
2467
|
}
|
|
2264
2468
|
|
|
2265
2469
|
declare class PIcon extends BaseComponent {
|
|
2266
2470
|
aria?: SelectedAriaAttributes<IconAriaAttribute>;
|
|
2267
2471
|
color?: IconColor;
|
|
2268
2472
|
name?: IconName;
|
|
2269
|
-
size?: IconSize
|
|
2473
|
+
size?: BreakpointCustomizable<IconSize>;
|
|
2270
2474
|
source?: string;
|
|
2271
2475
|
static ɵfac: i0.ɵɵFactoryDeclaration<PIcon, never>;
|
|
2272
2476
|
static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon,[p-icon]", never, { "aria": { "alias": "aria"; "required": false; }; "color": { "alias": "color"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "source": { "alias": "source"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -2306,6 +2510,7 @@ declare class PLinkPure extends BaseComponent {
|
|
|
2306
2510
|
active?: boolean;
|
|
2307
2511
|
alignLabel?: BreakpointCustomizable<LinkPureAlignLabel>;
|
|
2308
2512
|
aria?: SelectedAriaAttributes<LinkPureAriaAttribute>;
|
|
2513
|
+
color?: LinkPureColor;
|
|
2309
2514
|
download?: string;
|
|
2310
2515
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
2311
2516
|
href?: string;
|
|
@@ -2317,7 +2522,7 @@ declare class PLinkPure extends BaseComponent {
|
|
|
2317
2522
|
target?: LinkPureTarget;
|
|
2318
2523
|
underline?: boolean;
|
|
2319
2524
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkPure, never>;
|
|
2320
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkPure, "p-link-pure,[p-link-pure]", never, { "active": { "alias": "active"; "required": false; }; "alignLabel": { "alias": "alignLabel"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "download": { "alias": "download"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "target": { "alias": "target"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2525
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkPure, "p-link-pure,[p-link-pure]", never, { "active": { "alias": "active"; "required": false; }; "alignLabel": { "alias": "alignLabel"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "color": { "alias": "color"; "required": false; }; "download": { "alias": "download"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "target": { "alias": "target"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2321
2526
|
}
|
|
2322
2527
|
|
|
2323
2528
|
declare class PLinkTile extends BaseComponent {
|
|
@@ -2468,9 +2673,10 @@ declare class PSheet extends BaseComponent {
|
|
|
2468
2673
|
|
|
2469
2674
|
declare class PSpinner extends BaseComponent {
|
|
2470
2675
|
aria?: SelectedAriaAttributes<SpinnerAriaAttribute>;
|
|
2676
|
+
color?: SpinnerColor;
|
|
2471
2677
|
size?: BreakpointCustomizable<SpinnerSize>;
|
|
2472
2678
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSpinner, never>;
|
|
2473
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSpinner, "p-spinner,[p-spinner]", never, { "aria": { "alias": "aria"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2679
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSpinner, "p-spinner,[p-spinner]", never, { "aria": { "alias": "aria"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2474
2680
|
}
|
|
2475
2681
|
|
|
2476
2682
|
declare class PStepperHorizontal extends BaseComponent {
|
|
@@ -2590,11 +2796,12 @@ declare class PText extends BaseComponent {
|
|
|
2590
2796
|
align?: TextAlign;
|
|
2591
2797
|
color?: TextColor;
|
|
2592
2798
|
ellipsis?: boolean;
|
|
2799
|
+
hyphens?: TextHyphens;
|
|
2593
2800
|
size?: BreakpointCustomizable<TextSize>;
|
|
2594
2801
|
tag?: TextTag;
|
|
2595
2802
|
weight?: TextWeight;
|
|
2596
2803
|
static ɵfac: i0.ɵɵFactoryDeclaration<PText, never>;
|
|
2597
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PText, "p-text,[p-text]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2804
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PText, "p-text,[p-text]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "hyphens": { "alias": "hyphens"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2598
2805
|
}
|
|
2599
2806
|
|
|
2600
2807
|
declare class PTextList extends BaseComponent {
|
|
@@ -2646,4 +2853,4 @@ declare class ToastManager {
|
|
|
2646
2853
|
}
|
|
2647
2854
|
|
|
2648
2855
|
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFlag, PFlyout, PHeading, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputMonth, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PInputWeek, PLink, PLinkPure, PLinkTile, PLinkTileProduct, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioGroup, PRadioGroupOption, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextList, PTextListItem, PTextarea, PToast, PWordmark, PorscheDesignSystemModule, ToastManager };
|
|
2649
|
-
export type { AccordionAlignMarker, AccordionBackground, AccordionHeadingTag, AccordionSize, AccordionUpdateEventDetail, AlignLabel, AriaAttributes, AriaRole, Backdrop, BannerHeadingTag, BannerState, Booleanish, Breakpoint, BreakpointCustomizable, BreakpointValues, ButtonAriaAttribute, ButtonIcon, ButtonPureAlignLabel, ButtonPureAriaAttribute, ButtonPureIcon, ButtonPureSize, ButtonPureType, ButtonTileAlign, ButtonTileAriaAttribute, ButtonTileAspectRatio, ButtonTileIcon, ButtonTileSize, ButtonTileType, ButtonTileWeight, ButtonType, ButtonVariant, CanvasBackground, CanvasSidebarStartUpdateEventDetail, CarouselAlignControls, CarouselAlignHeader, CarouselAriaAttribute, CarouselHeadingSize, CarouselInternationalization, CarouselSlidesPerPage, CarouselUpdateEventDetail, CarouselWidth, CheckboxBlurEventDetail, CheckboxChangeEventDetail, CheckboxState, CrestAriaAttribute, CrestTarget, Direction, DisplayAlign, DisplayColor, DisplaySize, DisplayTag, DividerColor, DividerDirection, DrilldownAriaAttribute, DrilldownLinkAriaAttribute, DrilldownLinkTarget, DrilldownUpdateEventDetail, FieldsetLabelSize, FieldsetState, FlagAriaAttribute, FlagName, FlagSize, FlyoutAriaAttribute, FlyoutBackdrop, FlyoutBackground, FlyoutFooterBehavior, FlyoutMotionHiddenEndEventDetail, FlyoutMotionVisibleEndEventDetail, FlyoutPosition, FormState, GroupDirection, HeadingAlign, HeadingColor, HeadingSize, HeadingTag, IconAriaAttribute, IconColor, IconName, IconSize, InlineNotificationActionIcon, InlineNotificationHeadingTag, InlineNotificationState, InputDateBlurEventDetail, InputDateChangeEventDetail, InputDateInputEventDetail, InputDateState, InputEmailBlurEventDetail, InputEmailChangeEventDetail, InputEmailInputEventDetail, InputEmailState, InputMonthBlurEventDetail, InputMonthChangeEventDetail, InputMonthInputEventDetail, InputMonthState, InputNumberBlurEventDetail, InputNumberChangeEventDetail, InputNumberInputEventDetail, InputNumberState, InputPasswordBlurEventDetail, InputPasswordChangeEventDetail, InputPasswordInputEventDetail, InputPasswordState, InputSearchBlurEventDetail, InputSearchChangeEventDetail, InputSearchInputEventDetail, InputSearchState, InputTelBlurEventDetail, InputTelChangeEventDetail, InputTelInputEventDetail, InputTelState, InputTextBlurEventDetail, InputTextChangeEventDetail, InputTextInputEventDetail, InputTextState, InputTimeBlurEventDetail, InputTimeChangeEventDetail, InputTimeInputEventDetail, InputTimeState, InputUrlBlurEventDetail, InputUrlChangeEventDetail, InputUrlInputEventDetail, InputUrlState, InputWeekBlurEventDetail, InputWeekChangeEventDetail, InputWeekInputEventDetail, InputWeekState, LinkAriaAttribute, LinkButtonIconName, LinkButtonVariant, LinkIcon, LinkPureAlignLabel, LinkPureAriaAttribute, LinkPureIcon, LinkPureSize, LinkPureTarget, LinkTarget, LinkTileAlign, LinkTileAriaAttribute, LinkTileAspectRatio, LinkTileProductAspectRatio, LinkTileProductLikeEventDetail, LinkTileProductTarget, LinkTileSize, LinkTileTarget, LinkTileWeight, LinkVariant, ModalAriaAttribute, ModalBackdrop, ModalBackground, ModalMotionHiddenEndEventDetail, ModalMotionVisibleEndEventDetail, ModelSignatureColor, ModelSignatureFetchPriority, ModelSignatureModel, ModelSignatureSize, MultiSelectChangeEventDetail, MultiSelectDropdownDirection, MultiSelectState, MultiSelectToggleEventDetail, PaginationInternationalization, PaginationUpdateEventDetail, PinCodeChangeEventDetail, PinCodeLength, PinCodeState, PinCodeType, PopoverAriaAttribute, PopoverDirection, PorscheDesignSystem, PorscheDesignSystemModuleConfig, RadioGroupChangeEventDetail, RadioGroupDirection, RadioGroupState, ScrollerAlignScrollIndicator, ScrollerAriaAttribute, ScrollerScrollToPosition, SegmentedControlChangeEventDetail, SegmentedControlColumns, SegmentedControlItemAriaAttribute, SegmentedControlItemIcon, SegmentedControlState, SelectChangeEventDetail, SelectComponentsDropdownDirection, SelectDropdownDirection, SelectState, SelectToggleEventDetail, SelectedAriaAttributes, SelectedAriaRole, SheetAriaAttribute, SheetBackground, SheetMotionHiddenEndEventDetail, SheetMotionVisibleEndEventDetail, SpinnerAriaAttribute, SpinnerSize, StepperHorizontalItemState, StepperHorizontalSize, StepperHorizontalUpdateEventDetail, SwitchAlignLabel, SwitchUpdateEventDetail, TableHeadCellSort, TableLayout, TableUpdateEventDetail, TabsBackground, TabsBarBackground, TabsBarSize, TabsBarUpdateEventDetail, TabsBarWeight, TabsSize, TabsUpdateEventDetail, TabsWeight, TagDismissibleAriaAttribute, TagIcon, TagVariant, TextAlign, TextColor, TextListType, TextSize, TextTag, TextWeight, TextareaBlurEventDetail, TextareaChangeEventDetail, TextareaInputEventDetail, TextareaResize, TextareaState, TextareaWrap, TileAlign, TileAspectRatio, TileSize, TileWeight, ToastMessage, ToastState,
|
|
2856
|
+
export type { AccordionAlignMarker, AccordionBackground, AccordionHeadingTag, AccordionSize, AccordionUpdateEventDetail, AlignLabel, AriaAttributes, AriaRole, Backdrop, BannerHeadingTag, BannerState, Booleanish, Breakpoint, BreakpointCustomizable, BreakpointValues, ButtonAriaAttribute, ButtonIcon, ButtonPureAlignLabel, ButtonPureAriaAttribute, ButtonPureColor, ButtonPureIcon, ButtonPureSize, ButtonPureType, ButtonTileAlign, ButtonTileAriaAttribute, ButtonTileAspectRatio, ButtonTileIcon, ButtonTileSize, ButtonTileType, ButtonTileWeight, ButtonType, ButtonVariant, CanvasBackground, CanvasSidebarStartUpdateEventDetail, CarouselAlignControls, CarouselAlignHeader, CarouselAriaAttribute, CarouselHeadingSize, CarouselInternationalization, CarouselSlidesPerPage, CarouselUpdateEventDetail, CarouselWidth, CheckboxBlurEventDetail, CheckboxChangeEventDetail, CheckboxState, CrestAriaAttribute, CrestTarget, Direction, DisplayAlign, DisplayColor, DisplaySize, DisplayTag, DividerColor, DividerDirection, DrilldownAriaAttribute, DrilldownLinkAriaAttribute, DrilldownLinkTarget, DrilldownUpdateEventDetail, FieldsetLabelSize, FieldsetState, FlagAriaAttribute, FlagName, FlagSize, FlyoutAriaAttribute, FlyoutBackdrop, FlyoutBackground, FlyoutFooterBehavior, FlyoutMotionHiddenEndEventDetail, FlyoutMotionVisibleEndEventDetail, FlyoutPosition, FormState, GroupDirection, HeadingAlign, HeadingColor, HeadingHyphens, HeadingSize, HeadingTag, HeadingWeight, IconAriaAttribute, IconColor, IconName, IconSize, InlineNotificationActionIcon, InlineNotificationHeadingTag, InlineNotificationState, InputDateBlurEventDetail, InputDateChangeEventDetail, InputDateInputEventDetail, InputDateState, InputEmailBlurEventDetail, InputEmailChangeEventDetail, InputEmailInputEventDetail, InputEmailState, InputMonthBlurEventDetail, InputMonthChangeEventDetail, InputMonthInputEventDetail, InputMonthState, InputNumberBlurEventDetail, InputNumberChangeEventDetail, InputNumberInputEventDetail, InputNumberState, InputPasswordBlurEventDetail, InputPasswordChangeEventDetail, InputPasswordInputEventDetail, InputPasswordState, InputSearchBlurEventDetail, InputSearchChangeEventDetail, InputSearchInputEventDetail, InputSearchState, InputTelBlurEventDetail, InputTelChangeEventDetail, InputTelInputEventDetail, InputTelState, InputTextBlurEventDetail, InputTextChangeEventDetail, InputTextInputEventDetail, InputTextState, InputTimeBlurEventDetail, InputTimeChangeEventDetail, InputTimeInputEventDetail, InputTimeState, InputUrlBlurEventDetail, InputUrlChangeEventDetail, InputUrlInputEventDetail, InputUrlState, InputWeekBlurEventDetail, InputWeekChangeEventDetail, InputWeekInputEventDetail, InputWeekState, LinkAriaAttribute, LinkButtonIconName, LinkButtonVariant, LinkIcon, LinkPureAlignLabel, LinkPureAriaAttribute, LinkPureColor, LinkPureIcon, LinkPureSize, LinkPureTarget, LinkTarget, LinkTileAlign, LinkTileAriaAttribute, LinkTileAspectRatio, LinkTileProductAspectRatio, LinkTileProductLikeEventDetail, LinkTileProductTarget, LinkTileSize, LinkTileTarget, LinkTileWeight, LinkVariant, ModalAriaAttribute, ModalBackdrop, ModalBackground, ModalMotionHiddenEndEventDetail, ModalMotionVisibleEndEventDetail, ModelSignatureColor, ModelSignatureFetchPriority, ModelSignatureModel, ModelSignatureSize, MultiSelectChangeEventDetail, MultiSelectDropdownDirection, MultiSelectState, MultiSelectToggleEventDetail, PaginationInternationalization, PaginationUpdateEventDetail, PinCodeChangeEventDetail, PinCodeLength, PinCodeState, PinCodeType, PopoverAriaAttribute, PopoverDirection, PorscheDesignSystem, PorscheDesignSystemModuleConfig, RadioGroupChangeEventDetail, RadioGroupDirection, RadioGroupState, ScrollerAlignScrollIndicator, ScrollerAriaAttribute, ScrollerScrollToPosition, SegmentedControlChangeEventDetail, SegmentedControlColumns, SegmentedControlItemAriaAttribute, SegmentedControlItemIcon, SegmentedControlState, SelectChangeEventDetail, SelectComponentsDropdownDirection, SelectDropdownDirection, SelectState, SelectToggleEventDetail, SelectedAriaAttributes, SelectedAriaRole, SheetAriaAttribute, SheetBackground, SheetMotionHiddenEndEventDetail, SheetMotionVisibleEndEventDetail, SpinnerAriaAttribute, SpinnerColor, SpinnerSize, StepperHorizontalItemState, StepperHorizontalSize, StepperHorizontalUpdateEventDetail, SwitchAlignLabel, SwitchUpdateEventDetail, TableHeadCellSort, TableLayout, TableUpdateEventDetail, TabsBackground, TabsBarBackground, TabsBarSize, TabsBarUpdateEventDetail, TabsBarWeight, TabsSize, TabsUpdateEventDetail, TabsWeight, TagDismissibleAriaAttribute, TagIcon, TagVariant, TextAlign, TextColor, TextHyphens, TextListType, TextSize, TextTag, TextWeight, TextareaBlurEventDetail, TextareaChangeEventDetail, TextareaInputEventDetail, TextareaResize, TextareaState, TextareaWrap, TileAlign, TileAspectRatio, TileSize, TileWeight, ToastMessage, ToastState, WordmarkAriaAttribute, WordmarkSize, WordmarkTarget };
|