@porsche-design-system/components-angular 3.15.0-rc.0 → 3.15.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/esm/lib/components/accordion.wrapper.d.ts +5 -2
- package/esm/lib/components/banner.wrapper.d.ts +3 -2
- package/esm/lib/components/inline-notification.wrapper.d.ts +3 -2
- package/esm/lib/types.d.ts +24 -20
- package/esm2022/lib/components/accordion.wrapper.mjs +8 -5
- package/esm2022/lib/components/banner.wrapper.mjs +6 -5
- package/esm2022/lib/components/button-group.wrapper.mjs +3 -3
- package/esm2022/lib/components/button-pure.wrapper.mjs +3 -3
- package/esm2022/lib/components/button-tile.wrapper.mjs +3 -3
- package/esm2022/lib/components/button.wrapper.mjs +3 -3
- package/esm2022/lib/components/carousel.wrapper.mjs +3 -3
- package/esm2022/lib/components/checkbox-wrapper.wrapper.mjs +3 -3
- package/esm2022/lib/components/content-wrapper.wrapper.mjs +3 -3
- package/esm2022/lib/components/crest.wrapper.mjs +3 -3
- package/esm2022/lib/components/display.wrapper.mjs +3 -3
- package/esm2022/lib/components/divider.wrapper.mjs +3 -3
- package/esm2022/lib/components/fieldset-wrapper.wrapper.mjs +3 -3
- package/esm2022/lib/components/fieldset.wrapper.mjs +3 -3
- package/esm2022/lib/components/flex-item.wrapper.mjs +3 -3
- package/esm2022/lib/components/flex.wrapper.mjs +3 -3
- package/esm2022/lib/components/flyout-navigation-item.wrapper.mjs +3 -3
- package/esm2022/lib/components/flyout-navigation.wrapper.mjs +3 -3
- package/esm2022/lib/components/flyout.wrapper.mjs +3 -3
- package/esm2022/lib/components/grid-item.wrapper.mjs +3 -3
- package/esm2022/lib/components/grid.wrapper.mjs +3 -3
- package/esm2022/lib/components/heading.wrapper.mjs +3 -3
- package/esm2022/lib/components/headline.wrapper.mjs +3 -3
- package/esm2022/lib/components/icon.wrapper.mjs +3 -3
- package/esm2022/lib/components/inline-notification.wrapper.mjs +6 -5
- package/esm2022/lib/components/link-pure.wrapper.mjs +3 -3
- package/esm2022/lib/components/link-social.wrapper.mjs +3 -3
- package/esm2022/lib/components/link-tile-model-signature.wrapper.mjs +3 -3
- package/esm2022/lib/components/link-tile-product.wrapper.mjs +3 -3
- package/esm2022/lib/components/link-tile.wrapper.mjs +3 -3
- package/esm2022/lib/components/link.wrapper.mjs +3 -3
- package/esm2022/lib/components/marque.wrapper.mjs +3 -3
- package/esm2022/lib/components/modal.wrapper.mjs +3 -3
- package/esm2022/lib/components/model-signature.wrapper.mjs +3 -3
- package/esm2022/lib/components/multi-select-option.wrapper.mjs +3 -3
- package/esm2022/lib/components/multi-select.wrapper.mjs +3 -3
- package/esm2022/lib/components/pagination.wrapper.mjs +3 -3
- package/esm2022/lib/components/pin-code.wrapper.mjs +3 -3
- package/esm2022/lib/components/popover.wrapper.mjs +3 -3
- package/esm2022/lib/components/radio-button-wrapper.wrapper.mjs +3 -3
- package/esm2022/lib/components/scroller.wrapper.mjs +3 -3
- package/esm2022/lib/components/segmented-control-item.wrapper.mjs +3 -3
- package/esm2022/lib/components/segmented-control.wrapper.mjs +3 -3
- package/esm2022/lib/components/select-option.wrapper.mjs +3 -3
- package/esm2022/lib/components/select-wrapper.wrapper.mjs +3 -3
- package/esm2022/lib/components/select.wrapper.mjs +3 -3
- package/esm2022/lib/components/spinner.wrapper.mjs +3 -3
- package/esm2022/lib/components/stepper-horizontal-item.wrapper.mjs +3 -3
- package/esm2022/lib/components/stepper-horizontal.wrapper.mjs +3 -3
- package/esm2022/lib/components/switch.wrapper.mjs +3 -3
- package/esm2022/lib/components/table-body.wrapper.mjs +3 -3
- package/esm2022/lib/components/table-cell.wrapper.mjs +3 -3
- package/esm2022/lib/components/table-head-cell.wrapper.mjs +3 -3
- package/esm2022/lib/components/table-head-row.wrapper.mjs +3 -3
- package/esm2022/lib/components/table-head.wrapper.mjs +3 -3
- package/esm2022/lib/components/table-row.wrapper.mjs +3 -3
- package/esm2022/lib/components/table.wrapper.mjs +3 -3
- package/esm2022/lib/components/tabs-bar.wrapper.mjs +3 -3
- package/esm2022/lib/components/tabs-item.wrapper.mjs +3 -3
- package/esm2022/lib/components/tabs.wrapper.mjs +3 -3
- package/esm2022/lib/components/tag-dismissible.wrapper.mjs +3 -3
- package/esm2022/lib/components/tag.wrapper.mjs +3 -3
- package/esm2022/lib/components/text-field-wrapper.wrapper.mjs +3 -3
- package/esm2022/lib/components/text-list-item.wrapper.mjs +3 -3
- package/esm2022/lib/components/text-list.wrapper.mjs +3 -3
- package/esm2022/lib/components/text.wrapper.mjs +3 -3
- package/esm2022/lib/components/textarea-wrapper.wrapper.mjs +3 -3
- package/esm2022/lib/components/toast.wrapper.mjs +3 -3
- package/esm2022/lib/components/wordmark.wrapper.mjs +3 -3
- package/esm2022/lib/types.mjs +1 -1
- package/esm2022/porsche-design-system.module.mjs +4 -4
- package/esm2022/toast-manager.mjs +3 -3
- package/esm2022/utils.mjs +6 -6
- package/fesm2022/porsche-design-system-components-angular.mjs +228 -223
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,37 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
14
14
|
|
|
15
15
|
### [Unreleased]
|
|
16
16
|
|
|
17
|
+
### [3.15.0-rc.2] - 2024-04-22
|
|
18
|
+
|
|
19
|
+
#### Added
|
|
20
|
+
|
|
21
|
+
- `Accordion`: Add experimental property `sticky` for a fixed heading
|
|
22
|
+
([#3181](https://github.com/porsche-design-system/porsche-design-system/pull/3181))
|
|
23
|
+
- `Inline Notification`, `Banner`: heading hierarchy can now be customized with `headingTag` prop
|
|
24
|
+
([#3168](https://github.com/porsche-design-system/porsche-design-system/pull/3168))
|
|
25
|
+
|
|
26
|
+
#### Changed
|
|
27
|
+
|
|
28
|
+
- `Accordion`: `tag` property is deprecated. Use `headingTag` property instead to specify heading hierarchy level.
|
|
29
|
+
([#3168](https://github.com/porsche-design-system/porsche-design-system/pull/3168))
|
|
30
|
+
|
|
31
|
+
```diff
|
|
32
|
+
- <p-accordion tag="h3"></p-accordion>
|
|
33
|
+
+ <p-accordion heading-tag="h3"></p-accordion>
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
#### Fixed
|
|
37
|
+
|
|
38
|
+
- `Pin Code`: Input is entered twice in iOS
|
|
39
|
+
([#3192](https://github.com/porsche-design-system/porsche-design-system/pull/3192))
|
|
40
|
+
|
|
41
|
+
### [3.15.0-rc.1] - 2024-04-17
|
|
42
|
+
|
|
43
|
+
#### Added
|
|
44
|
+
|
|
45
|
+
- Partials: `getMetaTagsAndIconLinks`, `getComponentChunkLinks`, `getIconLinks` and `getFontLinks` support new format
|
|
46
|
+
option `js` ([#3179](https://github.com/porsche-design-system/porsche-design-system/pull/3179))
|
|
47
|
+
|
|
17
48
|
### [3.15.0-rc.0] - 2024-04-05
|
|
18
49
|
|
|
19
50
|
#### Changed
|
|
@@ -23,6 +54,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
23
54
|
|
|
24
55
|
### Fixed
|
|
25
56
|
|
|
57
|
+
- `Modal`: Missing box-shadow on sticky footer when slotted content changes
|
|
58
|
+
([#3154](https://github.com/porsche-design-system/porsche-design-system/pull/3154))
|
|
26
59
|
- `Select`: Hydration error in Next.js when using slotted `img`
|
|
27
60
|
([#3162](https://github.com/porsche-design-system/porsche-design-system/pull/3162))
|
|
28
61
|
- `Text Field Wrapper`, `Textarea Wrapper`: Dynamic changes of `showCounter` and `maxLength` are reflected. The counter
|
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { BaseComponentWithTheme } from '../../utils';
|
|
3
|
-
import type { BreakpointCustomizable, AccordionSize, AccordionTag, Theme } from '../types';
|
|
3
|
+
import type { AccordionHeadingTag, BreakpointCustomizable, AccordionSize, AccordionTag, Theme } from '../types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PAccordion extends BaseComponentWithTheme {
|
|
6
6
|
compact?: boolean;
|
|
7
7
|
heading?: string;
|
|
8
|
+
headingTag?: AccordionHeadingTag;
|
|
8
9
|
open?: boolean;
|
|
9
10
|
size?: BreakpointCustomizable<AccordionSize>;
|
|
11
|
+
sticky?: boolean;
|
|
12
|
+
/** @deprecated */
|
|
10
13
|
tag?: AccordionTag;
|
|
11
14
|
theme?: Theme;
|
|
12
15
|
/** @deprecated */
|
|
13
16
|
accordionChange: EventEmitter<CustomEvent<import("../types").AccordionUpdateEvent>>;
|
|
14
17
|
update: EventEmitter<CustomEvent<import("../types").AccordionUpdateEvent>>;
|
|
15
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<PAccordion, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion,[p-accordion]", never, { "compact": { "alias": "compact"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "open": { "alias": "open"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "accordionChange": "accordionChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion,[p-accordion]", never, { "compact": { "alias": "compact"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "open": { "alias": "open"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "accordionChange": "accordionChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
17
20
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { BaseComponentWithTheme } from '../../utils';
|
|
3
|
-
import type { BannerState, Theme, BannerWidth } from '../types';
|
|
3
|
+
import type { BannerHeadingTag, BannerState, Theme, BannerWidth } from '../types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PBanner extends BaseComponentWithTheme {
|
|
6
6
|
description?: string;
|
|
7
7
|
dismissButton?: boolean;
|
|
8
8
|
heading?: string;
|
|
9
|
+
headingTag?: BannerHeadingTag;
|
|
9
10
|
open: boolean;
|
|
10
11
|
/** @deprecated */
|
|
11
12
|
persistent?: boolean;
|
|
@@ -15,5 +16,5 @@ export declare class PBanner extends BaseComponentWithTheme {
|
|
|
15
16
|
width?: BannerWidth;
|
|
16
17
|
dismiss: EventEmitter<CustomEvent<void>>;
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<PBanner, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PBanner, "p-banner,[p-banner]", never, { "description": { "alias": "description"; "required": false; }; "dismissButton": { "alias": "dismissButton"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "open": { "alias": "open"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PBanner, "p-banner,[p-banner]", never, { "description": { "alias": "description"; "required": false; }; "dismissButton": { "alias": "dismissButton"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "open": { "alias": "open"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
19
20
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { BaseComponentWithTheme } from '../../utils';
|
|
3
|
-
import type { InlineNotificationActionIcon, InlineNotificationState, Theme } from '../types';
|
|
3
|
+
import type { InlineNotificationActionIcon, InlineNotificationHeadingTag, InlineNotificationState, Theme } from '../types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PInlineNotification extends BaseComponentWithTheme {
|
|
6
6
|
actionIcon?: InlineNotificationActionIcon;
|
|
@@ -9,6 +9,7 @@ export declare class PInlineNotification extends BaseComponentWithTheme {
|
|
|
9
9
|
description?: string;
|
|
10
10
|
dismissButton?: boolean;
|
|
11
11
|
heading?: string;
|
|
12
|
+
headingTag?: InlineNotificationHeadingTag;
|
|
12
13
|
/** @deprecated */
|
|
13
14
|
persistent?: boolean;
|
|
14
15
|
state?: InlineNotificationState;
|
|
@@ -16,5 +17,5 @@ export declare class PInlineNotification extends BaseComponentWithTheme {
|
|
|
16
17
|
action: EventEmitter<CustomEvent<void>>;
|
|
17
18
|
dismiss: EventEmitter<CustomEvent<void>>;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<PInlineNotification, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PInlineNotification, "p-inline-notification,[p-inline-notification]", never, { "actionIcon": { "alias": "actionIcon"; "required": false; }; "actionLabel": { "alias": "actionLabel"; "required": false; }; "actionLoading": { "alias": "actionLoading"; "required": false; }; "description": { "alias": "description"; "required": false; }; "dismissButton": { "alias": "dismissButton"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "action": "action"; "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PInlineNotification, "p-inline-notification,[p-inline-notification]", never, { "actionIcon": { "alias": "actionIcon"; "required": false; }; "actionLabel": { "alias": "actionLabel"; "required": false; }; "actionLoading": { "alias": "actionLoading"; "required": false; }; "description": { "alias": "description"; "required": false; }; "dismissButton": { "alias": "dismissButton"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "action": "action"; "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
20
21
|
}
|
package/esm/lib/types.d.ts
CHANGED
|
@@ -530,6 +530,15 @@ declare const HEADING_SIZES: readonly [
|
|
|
530
530
|
"inherit"
|
|
531
531
|
];
|
|
532
532
|
export type HeadingSize = (typeof HEADING_SIZES)[number];
|
|
533
|
+
declare const HEADING_TAGS: readonly [
|
|
534
|
+
"h1",
|
|
535
|
+
"h2",
|
|
536
|
+
"h3",
|
|
537
|
+
"h4",
|
|
538
|
+
"h5",
|
|
539
|
+
"h6"
|
|
540
|
+
];
|
|
541
|
+
export type HeadingTag = typeof HEADING_TAGS[number];
|
|
533
542
|
declare const TEXT_SIZES: readonly [
|
|
534
543
|
"xx-small",
|
|
535
544
|
"x-small",
|
|
@@ -587,15 +596,6 @@ declare const BUTTON_TYPES: readonly [
|
|
|
587
596
|
"reset"
|
|
588
597
|
];
|
|
589
598
|
export type ButtonType = typeof BUTTON_TYPES[number];
|
|
590
|
-
declare const HEADING_TAGS: readonly [
|
|
591
|
-
"h1",
|
|
592
|
-
"h2",
|
|
593
|
-
"h3",
|
|
594
|
-
"h4",
|
|
595
|
-
"h5",
|
|
596
|
-
"h6"
|
|
597
|
-
];
|
|
598
|
-
export type HeadingTag = typeof HEADING_TAGS[number];
|
|
599
599
|
declare const LINK_BUTTON_VARIANTS: readonly [
|
|
600
600
|
"primary",
|
|
601
601
|
"secondary",
|
|
@@ -627,21 +627,34 @@ export type AccordionUpdateEvent = {
|
|
|
627
627
|
open: boolean;
|
|
628
628
|
};
|
|
629
629
|
export type AccordionUpdateEventDetail = AccordionUpdateEvent;
|
|
630
|
+
/** @deprecated */
|
|
630
631
|
export type AccordionTag = HeadingTag;
|
|
632
|
+
export type AccordionHeadingTag = HeadingTag;
|
|
633
|
+
declare const INLINE_NOTIFICATION_STATES: readonly [
|
|
634
|
+
"success",
|
|
635
|
+
"info",
|
|
636
|
+
"warning",
|
|
637
|
+
"error",
|
|
638
|
+
"neutral"
|
|
639
|
+
];
|
|
640
|
+
export type InlineNotificationState = (typeof INLINE_NOTIFICATION_STATES)[number];
|
|
641
|
+
export type InlineNotificationActionIcon = IconName;
|
|
642
|
+
export type InlineNotificationHeadingTag = HeadingTag;
|
|
631
643
|
declare const BANNER_STATES: readonly [
|
|
632
644
|
"info",
|
|
633
645
|
"warning",
|
|
634
646
|
"error",
|
|
635
647
|
"neutral"
|
|
636
648
|
];
|
|
637
|
-
export type BannerState = typeof BANNER_STATES[number];
|
|
649
|
+
export type BannerState = (typeof BANNER_STATES)[number];
|
|
638
650
|
declare const BANNER_WIDTHS: readonly [
|
|
639
651
|
"extended",
|
|
640
652
|
"basic",
|
|
641
653
|
"fluid"
|
|
642
654
|
];
|
|
643
655
|
/** @deprecated */
|
|
644
|
-
export type BannerWidth = typeof BANNER_WIDTHS[number];
|
|
656
|
+
export type BannerWidth = (typeof BANNER_WIDTHS)[number];
|
|
657
|
+
export type BannerHeadingTag = InlineNotificationHeadingTag;
|
|
645
658
|
export type ButtonIcon = LinkButtonIconName;
|
|
646
659
|
declare const GROUP_DIRECTIONS: readonly [
|
|
647
660
|
"row",
|
|
@@ -959,15 +972,6 @@ declare const ICON_COLORS: readonly [
|
|
|
959
972
|
"state-disabled"
|
|
960
973
|
];
|
|
961
974
|
export type IconColor = (typeof ICON_COLORS)[number];
|
|
962
|
-
declare const INLINE_NOTIFICATION_STATES: readonly [
|
|
963
|
-
"success",
|
|
964
|
-
"info",
|
|
965
|
-
"warning",
|
|
966
|
-
"error",
|
|
967
|
-
"neutral"
|
|
968
|
-
];
|
|
969
|
-
export type InlineNotificationState = typeof INLINE_NOTIFICATION_STATES[number];
|
|
970
|
-
export type InlineNotificationActionIcon = IconName;
|
|
971
975
|
export type LinkIcon = LinkButtonIconName;
|
|
972
976
|
export type LinkPureIcon = LinkButtonIconName;
|
|
973
977
|
export type LinkPureAriaAttribute = LinkAriaAttribute;
|
|
@@ -4,23 +4,26 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export class PAccordion extends BaseComponentWithTheme {
|
|
5
5
|
compact;
|
|
6
6
|
heading;
|
|
7
|
+
headingTag;
|
|
7
8
|
open;
|
|
8
9
|
size;
|
|
10
|
+
sticky;
|
|
11
|
+
/** @deprecated */
|
|
9
12
|
tag;
|
|
10
13
|
theme;
|
|
11
14
|
/** @deprecated */
|
|
12
15
|
accordionChange = new EventEmitter();
|
|
13
16
|
update = new EventEmitter();
|
|
14
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
15
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
17
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PAccordion, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
18
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", headingTag: "headingTag", open: "open", size: "size", sticky: "sticky", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
16
19
|
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PAccordion, decorators: [{
|
|
18
21
|
type: Component,
|
|
19
22
|
args: [{
|
|
20
23
|
selector: 'p-accordion,[p-accordion]',
|
|
21
24
|
template: '<ng-content />',
|
|
22
|
-
inputs: ['compact', 'heading', 'open', 'size', 'tag', 'theme'],
|
|
25
|
+
inputs: ['compact', 'heading', 'headingTag', 'open', 'size', 'sticky', 'tag', 'theme'],
|
|
23
26
|
outputs: ['accordionChange', 'update']
|
|
24
27
|
}]
|
|
25
28
|
}] });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLndyYXBwZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXdyYXBwZXIvc3JjL2xpYi9jb21wb25lbnRzL2FjY29yZGlvbi53cmFwcGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGFBQWEsQ0FBQzs7QUFTckQsTUFBTSxPQUFPLFVBQVcsU0FBUSxzQkFBc0I7SUFDcEQsT0FBTyxDQUFXO0lBQ2xCLE9BQU8sQ0FBVTtJQUNqQixVQUFVLENBQXVCO0lBQ2pDLElBQUksQ0FBVztJQUNmLElBQUksQ0FBeUM7SUFDN0MsTUFBTSxDQUFXO0lBQ2pCLGtCQUFrQjtJQUNsQixHQUFHLENBQWdCO0lBQ1gsS0FBSyxDQUFTO0lBQ3RCLGtCQUFrQjtJQUNsQixlQUFlLEdBQUcsSUFBSSxZQUFZLEVBQTJDLENBQUM7SUFDOUUsTUFBTSxHQUFHLElBQUksWUFBWSxFQUEyQyxDQUFDO3VHQVoxRCxVQUFVOzJGQUFWLFVBQVUsbVRBSlgsZ0JBQWdCOzsyRkFJZixVQUFVO2tCQU50QixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLE1BQU0sRUFBRSxDQUFDLFNBQVMsRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLE1BQU0sRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxPQUFPLENBQUM7b0JBQ3RGLE9BQU8sRUFBRSxDQUFDLGlCQUFpQixFQUFFLFFBQVEsQ0FBQztpQkFDdkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFzZUNvbXBvbmVudFdpdGhUaGVtZSB9IGZyb20gJy4uLy4uL3V0aWxzJztcbmltcG9ydCB0eXBlIHsgQWNjb3JkaW9uSGVhZGluZ1RhZywgQWNjb3JkaW9uVXBkYXRlRXZlbnREZXRhaWwsIEJyZWFrcG9pbnRDdXN0b21pemFibGUsIEFjY29yZGlvblNpemUsIEFjY29yZGlvblRhZywgVGhlbWUgfSBmcm9tICcuLi90eXBlcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3AtYWNjb3JkaW9uLFtwLWFjY29yZGlvbl0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50IC8+JyxcbiAgaW5wdXRzOiBbJ2NvbXBhY3QnLCAnaGVhZGluZycsICdoZWFkaW5nVGFnJywgJ29wZW4nLCAnc2l6ZScsICdzdGlja3knLCAndGFnJywgJ3RoZW1lJ10sXG4gIG91dHB1dHM6IFsnYWNjb3JkaW9uQ2hhbmdlJywgJ3VwZGF0ZSddXG59KVxuZXhwb3J0IGNsYXNzIFBBY2NvcmRpb24gZXh0ZW5kcyBCYXNlQ29tcG9uZW50V2l0aFRoZW1lIHtcbiAgY29tcGFjdD86IGJvb2xlYW47XG4gIGhlYWRpbmc/OiBzdHJpbmc7XG4gIGhlYWRpbmdUYWc/OiBBY2NvcmRpb25IZWFkaW5nVGFnO1xuICBvcGVuPzogYm9vbGVhbjtcbiAgc2l6ZT86IEJyZWFrcG9pbnRDdXN0b21pemFibGU8QWNjb3JkaW9uU2l6ZT47XG4gIHN0aWNreT86IGJvb2xlYW47XG4gIC8qKiBAZGVwcmVjYXRlZCAqL1xuICB0YWc/OiBBY2NvcmRpb25UYWc7XG4gIGRlY2xhcmUgdGhlbWU/OiBUaGVtZTtcbiAgLyoqIEBkZXByZWNhdGVkICovXG4gIGFjY29yZGlvbkNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Q3VzdG9tRXZlbnQ8QWNjb3JkaW9uVXBkYXRlRXZlbnREZXRhaWw+PigpO1xuICB1cGRhdGUgPSBuZXcgRXZlbnRFbWl0dGVyPEN1c3RvbUV2ZW50PEFjY29yZGlvblVwZGF0ZUV2ZW50RGV0YWlsPj4oKTtcbn0iXX0=
|
|
@@ -5,6 +5,7 @@ export class PBanner extends BaseComponentWithTheme {
|
|
|
5
5
|
description;
|
|
6
6
|
dismissButton;
|
|
7
7
|
heading;
|
|
8
|
+
headingTag;
|
|
8
9
|
open;
|
|
9
10
|
/** @deprecated */
|
|
10
11
|
persistent;
|
|
@@ -13,16 +14,16 @@ export class PBanner extends BaseComponentWithTheme {
|
|
|
13
14
|
/** @deprecated */
|
|
14
15
|
width;
|
|
15
16
|
dismiss = new EventEmitter();
|
|
16
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
17
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
17
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PBanner, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
18
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PBanner, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", headingTag: "headingTag", open: "open", persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
18
19
|
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PBanner, decorators: [{
|
|
20
21
|
type: Component,
|
|
21
22
|
args: [{
|
|
22
23
|
selector: 'p-banner,[p-banner]',
|
|
23
24
|
template: '<ng-content />',
|
|
24
|
-
inputs: ['description', 'dismissButton', 'heading', 'open', 'persistent', 'state', 'theme', 'width'],
|
|
25
|
+
inputs: ['description', 'dismissButton', 'heading', 'headingTag', 'open', 'persistent', 'state', 'theme', 'width'],
|
|
25
26
|
outputs: ['dismiss']
|
|
26
27
|
}]
|
|
27
28
|
}] });
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFubmVyLndyYXBwZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXdyYXBwZXIvc3JjL2xpYi9jb21wb25lbnRzL2Jhbm5lci53cmFwcGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGFBQWEsQ0FBQzs7QUFTckQsTUFBTSxPQUFPLE9BQVEsU0FBUSxzQkFBc0I7SUFDakQsV0FBVyxDQUFVO0lBQ3JCLGFBQWEsQ0FBVztJQUN4QixPQUFPLENBQVU7SUFDakIsVUFBVSxDQUFvQjtJQUM5QixJQUFJLENBQVU7SUFDZCxrQkFBa0I7SUFDbEIsVUFBVSxDQUFXO0lBQ3JCLEtBQUssQ0FBZTtJQUNaLEtBQUssQ0FBUztJQUN0QixrQkFBa0I7SUFDbEIsS0FBSyxDQUFlO0lBQ3BCLE9BQU8sR0FBRyxJQUFJLFlBQVksRUFBcUIsQ0FBQzt1R0FackMsT0FBTzsyRkFBUCxPQUFPLGlVQUpSLGdCQUFnQjs7MkZBSWYsT0FBTztrQkFObkIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUscUJBQXFCO29CQUMvQixRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixNQUFNLEVBQUUsQ0FBQyxhQUFhLEVBQUUsZUFBZSxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLE9BQU8sQ0FBQztvQkFDbEgsT0FBTyxFQUFFLENBQUMsU0FBUyxDQUFDO2lCQUNyQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYXNlQ29tcG9uZW50V2l0aFRoZW1lIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuaW1wb3J0IHR5cGUgeyBCYW5uZXJIZWFkaW5nVGFnLCBCYW5uZXJTdGF0ZSwgVGhlbWUsIEJhbm5lcldpZHRoIH0gZnJvbSAnLi4vdHlwZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdwLWJhbm5lcixbcC1iYW5uZXJdJyxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudCAvPicsXG4gIGlucHV0czogWydkZXNjcmlwdGlvbicsICdkaXNtaXNzQnV0dG9uJywgJ2hlYWRpbmcnLCAnaGVhZGluZ1RhZycsICdvcGVuJywgJ3BlcnNpc3RlbnQnLCAnc3RhdGUnLCAndGhlbWUnLCAnd2lkdGgnXSxcbiAgb3V0cHV0czogWydkaXNtaXNzJ11cbn0pXG5leHBvcnQgY2xhc3MgUEJhbm5lciBleHRlbmRzIEJhc2VDb21wb25lbnRXaXRoVGhlbWUge1xuICBkZXNjcmlwdGlvbj86IHN0cmluZztcbiAgZGlzbWlzc0J1dHRvbj86IGJvb2xlYW47XG4gIGhlYWRpbmc/OiBzdHJpbmc7XG4gIGhlYWRpbmdUYWc/OiBCYW5uZXJIZWFkaW5nVGFnO1xuICBvcGVuOiBib29sZWFuO1xuICAvKiogQGRlcHJlY2F0ZWQgKi9cbiAgcGVyc2lzdGVudD86IGJvb2xlYW47XG4gIHN0YXRlPzogQmFubmVyU3RhdGU7XG4gIGRlY2xhcmUgdGhlbWU/OiBUaGVtZTtcbiAgLyoqIEBkZXByZWNhdGVkICovXG4gIHdpZHRoPzogQmFubmVyV2lkdGg7XG4gIGRpc21pc3MgPSBuZXcgRXZlbnRFbWl0dGVyPEN1c3RvbUV2ZW50PHZvaWQ+PigpO1xufSJdfQ==
|
|
@@ -3,10 +3,10 @@ import { BaseComponent } from '../../utils';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class PButtonGroup extends BaseComponent {
|
|
5
5
|
direction;
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PButtonGroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PButtonGroup, selector: "p-button-group,[p-button-group]", inputs: { direction: "direction" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
8
8
|
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PButtonGroup, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
11
|
args: [{
|
|
12
12
|
selector: 'p-button-group,[p-button-group]',
|
|
@@ -18,10 +18,10 @@ export class PButtonPure extends BaseComponentWithTheme {
|
|
|
18
18
|
value;
|
|
19
19
|
/** @deprecated */
|
|
20
20
|
weight;
|
|
21
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
22
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
21
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PButtonPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PButtonPure, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", name: "name", size: "size", stretch: "stretch", theme: "theme", type: "type", value: "value", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
23
23
|
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PButtonPure, decorators: [{
|
|
25
25
|
type: Component,
|
|
26
26
|
args: [{
|
|
27
27
|
selector: 'p-button-pure,[p-button-pure]',
|
|
@@ -17,10 +17,10 @@ export class PButtonTile extends BaseComponent {
|
|
|
17
17
|
size;
|
|
18
18
|
type;
|
|
19
19
|
weight;
|
|
20
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
21
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
20
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PButtonTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PButtonTile, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
22
22
|
}
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PButtonTile, decorators: [{
|
|
24
24
|
type: Component,
|
|
25
25
|
args: [{
|
|
26
26
|
selector: 'p-button-tile,[p-button-tile]',
|
|
@@ -13,10 +13,10 @@ export class PButton extends BaseComponentWithTheme {
|
|
|
13
13
|
type;
|
|
14
14
|
value;
|
|
15
15
|
variant;
|
|
16
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
17
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
16
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PButton, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PButton, selector: "p-button,[p-button]", inputs: { aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", name: "name", theme: "theme", type: "type", value: "value", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
18
18
|
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PButton, decorators: [{
|
|
20
20
|
type: Component,
|
|
21
21
|
args: [{
|
|
22
22
|
selector: 'p-button,[p-button]',
|
|
@@ -22,10 +22,10 @@ export class PCarousel extends BaseComponentWithTheme {
|
|
|
22
22
|
/** @deprecated */
|
|
23
23
|
carouselChange = new EventEmitter();
|
|
24
24
|
update = new EventEmitter();
|
|
25
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
26
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
25
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PCarousel, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
26
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignHeader: "alignHeader", aria: "aria", description: "description", disablePagination: "disablePagination", heading: "heading", headingSize: "headingSize", intl: "intl", pagination: "pagination", rewind: "rewind", skipLinkTarget: "skipLinkTarget", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
27
27
|
}
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PCarousel, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'p-carousel,[p-carousel]',
|
|
@@ -8,10 +8,10 @@ export class PCheckboxWrapper extends BaseComponentWithTheme {
|
|
|
8
8
|
message;
|
|
9
9
|
state;
|
|
10
10
|
theme;
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PCheckboxWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PCheckboxWrapper, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
16
|
args: [{
|
|
17
17
|
selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
|
|
@@ -8,10 +8,10 @@ export class PContentWrapper extends BaseComponentWithTheme {
|
|
|
8
8
|
/** @deprecated */
|
|
9
9
|
theme;
|
|
10
10
|
width;
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PContentWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PContentWrapper, selector: "p-content-wrapper,[p-content-wrapper]", inputs: { backgroundColor: "backgroundColor", theme: "theme", width: "width" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
16
|
args: [{
|
|
17
17
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
@@ -5,10 +5,10 @@ export class PCrest extends BaseComponent {
|
|
|
5
5
|
aria;
|
|
6
6
|
href;
|
|
7
7
|
target;
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PCrest, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PCrest, selector: "p-crest,[p-crest]", inputs: { aria: "aria", href: "href", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PCrest, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
13
|
args: [{
|
|
14
14
|
selector: 'p-crest,[p-crest]',
|
|
@@ -8,10 +8,10 @@ export class PDisplay extends BaseComponentWithTheme {
|
|
|
8
8
|
size;
|
|
9
9
|
tag;
|
|
10
10
|
theme;
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PDisplay, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PDisplay, selector: "p-display,[p-display]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PDisplay, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
16
|
args: [{
|
|
17
17
|
selector: 'p-display,[p-display]',
|
|
@@ -7,10 +7,10 @@ export class PDivider extends BaseComponentWithTheme {
|
|
|
7
7
|
/** @deprecated */
|
|
8
8
|
orientation;
|
|
9
9
|
theme;
|
|
10
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
11
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
10
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PDivider, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction", orientation: "orientation", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
12
12
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PDivider, decorators: [{
|
|
14
14
|
type: Component,
|
|
15
15
|
args: [{
|
|
16
16
|
selector: 'p-divider,[p-divider]',
|
|
@@ -9,10 +9,10 @@ export class PFieldsetWrapper extends BaseComponentWithTheme {
|
|
|
9
9
|
required;
|
|
10
10
|
state;
|
|
11
11
|
theme;
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PFieldsetWrapper, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PFieldsetWrapper, selector: "p-fieldset-wrapper,[p-fieldset-wrapper]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
16
16
|
type: Component,
|
|
17
17
|
args: [{
|
|
18
18
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
@@ -8,10 +8,10 @@ export class PFieldset extends BaseComponentWithTheme {
|
|
|
8
8
|
required;
|
|
9
9
|
state;
|
|
10
10
|
theme;
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PFieldset, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PFieldset, 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 });
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PFieldset, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
16
|
args: [{
|
|
17
17
|
selector: 'p-fieldset,[p-fieldset]',
|
|
@@ -9,10 +9,10 @@ export class PFlexItem extends BaseComponent {
|
|
|
9
9
|
offset;
|
|
10
10
|
shrink;
|
|
11
11
|
width;
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PFlexItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PFlexItem, selector: "p-flex-item,[p-flex-item]", inputs: { alignSelf: "alignSelf", flex: "flex", grow: "grow", offset: "offset", shrink: "shrink", width: "width" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PFlexItem, decorators: [{
|
|
16
16
|
type: Component,
|
|
17
17
|
args: [{
|
|
18
18
|
selector: 'p-flex-item,[p-flex-item]',
|
|
@@ -9,10 +9,10 @@ export class PFlex extends BaseComponent {
|
|
|
9
9
|
inline;
|
|
10
10
|
justifyContent;
|
|
11
11
|
wrap;
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PFlex, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PFlex, selector: "p-flex,[p-flex]", inputs: { alignContent: "alignContent", alignItems: "alignItems", direction: "direction", inline: "inline", justifyContent: "justifyContent", wrap: "wrap" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PFlex, decorators: [{
|
|
16
16
|
type: Component,
|
|
17
17
|
args: [{
|
|
18
18
|
selector: 'p-flex,[p-flex]',
|
|
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export class PFlyoutNavigationItem extends BaseComponent {
|
|
5
5
|
identifier;
|
|
6
6
|
label;
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PFlyoutNavigationItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PFlyoutNavigationItem, selector: "p-flyout-navigation-item,[p-flyout-navigation-item]", inputs: { identifier: "identifier", label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PFlyoutNavigationItem, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{
|
|
13
13
|
selector: 'p-flyout-navigation-item,[p-flyout-navigation-item]',
|
|
@@ -8,10 +8,10 @@ export class PFlyoutNavigation extends BaseComponentWithTheme {
|
|
|
8
8
|
theme;
|
|
9
9
|
dismiss = new EventEmitter();
|
|
10
10
|
update = new EventEmitter();
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PFlyoutNavigation, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PFlyoutNavigation, selector: "p-flyout-navigation,[p-flyout-navigation]", inputs: { activeIdentifier: "activeIdentifier", aria: "aria", open: "open", theme: "theme" }, outputs: { dismiss: "dismiss", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PFlyoutNavigation, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
16
|
args: [{
|
|
17
17
|
selector: 'p-flyout-navigation,[p-flyout-navigation]',
|
|
@@ -7,10 +7,10 @@ export class PFlyout extends BaseComponentWithTheme {
|
|
|
7
7
|
position;
|
|
8
8
|
theme;
|
|
9
9
|
dismiss = new EventEmitter();
|
|
10
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
11
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
10
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PFlyout, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PFlyout, selector: "p-flyout,[p-flyout]", inputs: { aria: "aria", open: "open", position: "position", theme: "theme" }, outputs: { dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
12
12
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PFlyout, decorators: [{
|
|
14
14
|
type: Component,
|
|
15
15
|
args: [{
|
|
16
16
|
selector: 'p-flyout,[p-flyout]',
|
|
@@ -5,10 +5,10 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export class PGridItem extends BaseComponent {
|
|
6
6
|
offset;
|
|
7
7
|
size;
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PGridItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.3", type: PGridItem, selector: "p-grid-item,[p-grid-item]", inputs: { offset: "offset", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: PGridItem, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
13
|
args: [{
|
|
14
14
|
selector: 'p-grid-item,[p-grid-item]',
|