@porsche-design-system/components-angular 3.8.0 → 3.9.0
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 +46 -2
- package/esm/lib/components/accordion.wrapper.d.ts +3 -5
- package/esm/lib/components/banner.wrapper.d.ts +3 -5
- package/esm/lib/components/barrel.d.ts +1 -64
- package/esm/lib/components/button-group.wrapper.d.ts +2 -5
- package/esm/lib/components/button-pure.wrapper.d.ts +5 -6
- package/esm/lib/components/button-tile.wrapper.d.ts +2 -5
- package/esm/lib/components/button.wrapper.d.ts +5 -6
- package/esm/lib/components/carousel.wrapper.d.ts +3 -5
- package/esm/lib/components/checkbox-wrapper.wrapper.d.ts +2 -5
- package/esm/lib/components/content-wrapper.wrapper.d.ts +2 -5
- package/esm/lib/components/crest.wrapper.d.ts +2 -5
- package/esm/lib/components/display.wrapper.d.ts +2 -5
- package/esm/lib/components/divider.wrapper.d.ts +2 -5
- package/esm/lib/components/fieldset-wrapper.wrapper.d.ts +2 -5
- package/esm/lib/components/fieldset.wrapper.d.ts +2 -5
- package/esm/lib/components/flex-item.wrapper.d.ts +2 -5
- package/esm/lib/components/flex.wrapper.d.ts +2 -5
- package/esm/lib/components/flyout.wrapper.d.ts +3 -5
- package/esm/lib/components/grid-item.wrapper.d.ts +2 -5
- package/esm/lib/components/grid.wrapper.d.ts +2 -5
- package/esm/lib/components/heading.wrapper.d.ts +2 -5
- package/esm/lib/components/headline.wrapper.d.ts +2 -5
- package/esm/lib/components/icon.wrapper.d.ts +2 -5
- package/esm/lib/components/inline-notification.wrapper.d.ts +3 -5
- package/esm/lib/components/link-pure.wrapper.d.ts +2 -5
- package/esm/lib/components/link-social.wrapper.d.ts +2 -5
- package/esm/lib/components/link-tile-model-signature.wrapper.d.ts +2 -5
- package/esm/lib/components/link-tile.wrapper.d.ts +2 -5
- package/esm/lib/components/link.wrapper.d.ts +2 -5
- package/esm/lib/components/marque.wrapper.d.ts +2 -5
- package/esm/lib/components/modal.wrapper.d.ts +3 -5
- package/esm/lib/components/model-signature.wrapper.d.ts +2 -5
- package/esm/lib/components/multi-select-option.wrapper.d.ts +2 -5
- package/esm/lib/components/multi-select.wrapper.d.ts +3 -5
- package/esm/lib/components/pagination.wrapper.d.ts +3 -5
- package/esm/lib/components/pin-code.wrapper.d.ts +3 -5
- package/esm/lib/components/popover.wrapper.d.ts +2 -5
- package/esm/lib/components/radio-button-wrapper.wrapper.d.ts +2 -5
- package/esm/lib/components/scroller.wrapper.d.ts +2 -5
- package/esm/lib/components/segmented-control-item.wrapper.d.ts +2 -5
- package/esm/lib/components/segmented-control.wrapper.d.ts +3 -5
- package/esm/lib/components/select-wrapper.wrapper.d.ts +2 -5
- package/esm/lib/components/spinner.wrapper.d.ts +2 -5
- package/esm/lib/components/stepper-horizontal-item.wrapper.d.ts +2 -5
- package/esm/lib/components/stepper-horizontal.wrapper.d.ts +3 -5
- package/esm/lib/components/switch.wrapper.d.ts +3 -5
- package/esm/lib/components/table-body.wrapper.d.ts +2 -5
- package/esm/lib/components/table-cell.wrapper.d.ts +2 -5
- package/esm/lib/components/table-head-cell.wrapper.d.ts +2 -5
- package/esm/lib/components/table-head-row.wrapper.d.ts +2 -5
- package/esm/lib/components/table-head.wrapper.d.ts +2 -5
- package/esm/lib/components/table-row.wrapper.d.ts +2 -5
- package/esm/lib/components/table.wrapper.d.ts +6 -8
- package/esm/lib/components/tabs-bar.wrapper.d.ts +3 -5
- package/esm/lib/components/tabs-item.wrapper.d.ts +2 -5
- package/esm/lib/components/tabs.wrapper.d.ts +6 -8
- package/esm/lib/components/tag-dismissible.wrapper.d.ts +2 -5
- package/esm/lib/components/tag.wrapper.d.ts +2 -5
- package/esm/lib/components/text-field-wrapper.wrapper.d.ts +3 -5
- package/esm/lib/components/text-list-item.wrapper.d.ts +2 -5
- package/esm/lib/components/text-list.wrapper.d.ts +2 -5
- package/esm/lib/components/text.wrapper.d.ts +2 -5
- package/esm/lib/components/textarea-wrapper.wrapper.d.ts +2 -5
- package/esm/lib/components/toast.wrapper.d.ts +2 -5
- package/esm/lib/components/wordmark.wrapper.d.ts +2 -5
- package/esm/lib/types.d.ts +15 -0
- package/esm/porsche-design-system.module.d.ts +5 -1
- package/esm/public-api.d.ts +2 -2
- package/esm/utils.d.ts +26 -7
- package/esm2020/lib/components/accordion.wrapper.mjs +16 -31
- package/esm2020/lib/components/banner.wrapper.mjs +14 -31
- package/esm2020/lib/components/button-group.wrapper.mjs +10 -29
- package/esm2020/lib/components/button-pure.wrapper.mjs +10 -29
- package/esm2020/lib/components/button-tile.wrapper.mjs +10 -29
- package/esm2020/lib/components/button.wrapper.mjs +10 -29
- package/esm2020/lib/components/carousel.wrapper.mjs +16 -31
- package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +10 -29
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +10 -29
- package/esm2020/lib/components/crest.wrapper.mjs +10 -29
- package/esm2020/lib/components/display.wrapper.mjs +10 -29
- package/esm2020/lib/components/divider.wrapper.mjs +10 -29
- package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +10 -29
- package/esm2020/lib/components/fieldset.wrapper.mjs +10 -29
- package/esm2020/lib/components/flex-item.wrapper.mjs +10 -29
- package/esm2020/lib/components/flex.wrapper.mjs +10 -29
- package/esm2020/lib/components/flyout.wrapper.mjs +14 -31
- package/esm2020/lib/components/grid-item.wrapper.mjs +10 -29
- package/esm2020/lib/components/grid.wrapper.mjs +10 -29
- package/esm2020/lib/components/heading.wrapper.mjs +10 -29
- package/esm2020/lib/components/headline.wrapper.mjs +10 -29
- package/esm2020/lib/components/icon.wrapper.mjs +10 -29
- package/esm2020/lib/components/inline-notification.wrapper.mjs +15 -31
- package/esm2020/lib/components/link-pure.wrapper.mjs +10 -29
- package/esm2020/lib/components/link-social.wrapper.mjs +10 -29
- package/esm2020/lib/components/link-tile-model-signature.wrapper.mjs +10 -29
- package/esm2020/lib/components/link-tile.wrapper.mjs +10 -29
- package/esm2020/lib/components/link.wrapper.mjs +10 -29
- package/esm2020/lib/components/marque.wrapper.mjs +10 -29
- package/esm2020/lib/components/modal.wrapper.mjs +16 -31
- package/esm2020/lib/components/model-signature.wrapper.mjs +10 -29
- package/esm2020/lib/components/multi-select-option.wrapper.mjs +10 -29
- package/esm2020/lib/components/multi-select.wrapper.mjs +14 -31
- package/esm2020/lib/components/pagination.wrapper.mjs +16 -31
- package/esm2020/lib/components/pin-code.wrapper.mjs +14 -31
- package/esm2020/lib/components/popover.wrapper.mjs +10 -29
- package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +10 -29
- package/esm2020/lib/components/scroller.wrapper.mjs +10 -29
- package/esm2020/lib/components/segmented-control-item.wrapper.mjs +10 -29
- package/esm2020/lib/components/segmented-control.wrapper.mjs +16 -31
- package/esm2020/lib/components/select-wrapper.wrapper.mjs +10 -29
- package/esm2020/lib/components/spinner.wrapper.mjs +10 -29
- package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +10 -29
- package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +16 -31
- package/esm2020/lib/components/switch.wrapper.mjs +16 -31
- package/esm2020/lib/components/table-body.wrapper.mjs +9 -25
- package/esm2020/lib/components/table-cell.wrapper.mjs +10 -29
- package/esm2020/lib/components/table-head-cell.wrapper.mjs +10 -29
- package/esm2020/lib/components/table-head-row.wrapper.mjs +9 -25
- package/esm2020/lib/components/table-head.wrapper.mjs +9 -25
- package/esm2020/lib/components/table-row.wrapper.mjs +9 -25
- package/esm2020/lib/components/table.wrapper.mjs +16 -31
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +16 -31
- package/esm2020/lib/components/tabs-item.wrapper.mjs +10 -29
- package/esm2020/lib/components/tabs.wrapper.mjs +16 -31
- package/esm2020/lib/components/tag-dismissible.wrapper.mjs +10 -29
- package/esm2020/lib/components/tag.wrapper.mjs +10 -29
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +14 -31
- package/esm2020/lib/components/text-list-item.wrapper.mjs +9 -25
- package/esm2020/lib/components/text-list.wrapper.mjs +10 -29
- package/esm2020/lib/components/text.wrapper.mjs +10 -29
- package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +10 -29
- package/esm2020/lib/components/toast.wrapper.mjs +10 -29
- package/esm2020/lib/components/wordmark.wrapper.mjs +10 -29
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +22 -5
- package/esm2020/public-api.mjs +2 -1
- package/esm2020/utils.mjs +43 -39
- package/fesm2015/porsche-design-system-components-angular.mjs +717 -2038
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +717 -1782
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/package.json +5 -4
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
3
|
+
import type { TabsGradientColor, TabsGradientColorScheme, BreakpointCustomizable, TabsSize, Theme, TabsWeight } from '../types';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PTabs {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
5
|
+
export declare class PTabs extends BaseComponentWithTheme {
|
|
7
6
|
activeTabIndex?: number;
|
|
8
7
|
gradientColor?: TabsGradientColor;
|
|
9
8
|
/** @deprecated */
|
|
@@ -12,9 +11,8 @@ export declare class PTabs {
|
|
|
12
11
|
theme?: Theme;
|
|
13
12
|
weight?: TabsWeight;
|
|
14
13
|
/** @deprecated */
|
|
15
|
-
tabChange: EventEmitter<CustomEvent<
|
|
16
|
-
update: EventEmitter<CustomEvent<
|
|
17
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
|
+
tabChange: EventEmitter<CustomEvent<import("../types").TabsBarUpdateEvent>>;
|
|
15
|
+
update: EventEmitter<CustomEvent<import("../types").TabsBarUpdateEvent>>;
|
|
18
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTabs, never>;
|
|
19
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTabs, "p-tabs,[p-tabs]", never, { "activeTabIndex": "activeTabIndex"; "gradientColor": "gradientColor"; "gradientColorScheme": "gradientColorScheme"; "size": "size"; "theme": "theme"; "weight": "weight"; }, { "tabChange": "tabChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
20
18
|
}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { SelectedAriaAttributes, TagDismissibleAriaAttribute, TagDismissibleColor, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PTagDismissible {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PTagDismissible extends BaseComponentWithTheme {
|
|
7
5
|
aria?: SelectedAriaAttributes<TagDismissibleAriaAttribute>;
|
|
8
6
|
color?: TagDismissibleColor;
|
|
9
7
|
label?: string;
|
|
10
8
|
theme?: Theme;
|
|
11
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTagDismissible, never>;
|
|
13
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTagDismissible, "p-tag-dismissible,[p-tag-dismissible]", never, { "aria": "aria"; "color": "color"; "label": "label"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
14
11
|
}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { TagColor, TagIcon, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PTag {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PTag extends BaseComponentWithTheme {
|
|
7
5
|
color?: TagColor;
|
|
8
6
|
icon?: TagIcon;
|
|
9
7
|
iconSource?: string;
|
|
10
8
|
theme?: Theme;
|
|
11
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTag, never>;
|
|
13
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTag, "p-tag,[p-tag]", never, { "color": "color"; "icon": "icon"; "iconSource": "iconSource"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
14
11
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
3
|
import type { TextFieldWrapperActionIcon, BreakpointCustomizable, TextFieldWrapperState, Theme, TextFieldWrapperUnitPosition } from '../types';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PTextFieldWrapper {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
5
|
+
export declare class PTextFieldWrapper extends BaseComponentWithTheme {
|
|
7
6
|
actionIcon?: TextFieldWrapperActionIcon;
|
|
8
7
|
actionLoading?: boolean;
|
|
9
8
|
description?: string;
|
|
@@ -19,7 +18,6 @@ export declare class PTextFieldWrapper {
|
|
|
19
18
|
unit?: string;
|
|
20
19
|
unitPosition?: TextFieldWrapperUnitPosition;
|
|
21
20
|
action: EventEmitter<CustomEvent<void>>;
|
|
22
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
23
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTextFieldWrapper, never>;
|
|
24
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTextFieldWrapper, "p-text-field-wrapper,[p-text-field-wrapper]", never, { "actionIcon": "actionIcon"; "actionLoading": "actionLoading"; "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "showCounter": "showCounter"; "showPasswordToggle": "showPasswordToggle"; "state": "state"; "theme": "theme"; "unit": "unit"; "unitPosition": "unitPosition"; }, { "action": "action"; }, never, ["*"], false, never>;
|
|
25
23
|
}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponent } from '../../utils';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PTextListItem {
|
|
4
|
-
protected z: NgZone;
|
|
5
|
-
protected el: HTMLElement;
|
|
6
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3
|
+
export declare class PTextListItem extends BaseComponent {
|
|
7
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTextListItem, never>;
|
|
8
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTextListItem, "p-text-list-item,[p-text-list-item]", never, {}, {}, never, ["*"], false, never>;
|
|
9
6
|
}
|
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { TextListListType, TextListOrderType, Theme, TextListType } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PTextList {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PTextList extends BaseComponentWithTheme {
|
|
7
5
|
/** @deprecated */
|
|
8
6
|
listType?: TextListListType;
|
|
9
7
|
/** @deprecated */
|
|
10
8
|
orderType?: TextListOrderType;
|
|
11
9
|
theme?: Theme;
|
|
12
10
|
type?: TextListType;
|
|
13
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTextList, never>;
|
|
15
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTextList, "p-text-list,[p-text-list]", never, { "listType": "listType"; "orderType": "orderType"; "theme": "theme"; "type": "type"; }, {}, never, ["*"], false, never>;
|
|
16
13
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { TextAlign, TextColor, BreakpointCustomizable, TextSize, TextTag, Theme, TextWeight } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PText {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PText extends BaseComponentWithTheme {
|
|
7
5
|
align?: TextAlign;
|
|
8
6
|
color?: TextColor;
|
|
9
7
|
ellipsis?: boolean;
|
|
@@ -11,7 +9,6 @@ export declare class PText {
|
|
|
11
9
|
tag?: TextTag;
|
|
12
10
|
theme?: Theme;
|
|
13
11
|
weight?: TextWeight;
|
|
14
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PText, never>;
|
|
16
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<PText, "p-text,[p-text]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "size": "size"; "tag": "tag"; "theme": "theme"; "weight": "weight"; }, {}, never, ["*"], false, never>;
|
|
17
14
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { BreakpointCustomizable, TextareaWrapperState, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PTextareaWrapper {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PTextareaWrapper extends BaseComponentWithTheme {
|
|
7
5
|
description?: string;
|
|
8
6
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
9
7
|
label?: string;
|
|
@@ -13,7 +11,6 @@ export declare class PTextareaWrapper {
|
|
|
13
11
|
showCounter?: boolean;
|
|
14
12
|
state?: TextareaWrapperState;
|
|
15
13
|
theme?: Theme;
|
|
16
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
17
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTextareaWrapper, never>;
|
|
18
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTextareaWrapper, "p-textarea-wrapper,[p-textarea-wrapper]", never, { "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "showCounter": "showCounter"; "state": "state"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
19
16
|
}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PToast {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PToast extends BaseComponentWithTheme {
|
|
7
5
|
theme?: Theme;
|
|
8
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
9
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<PToast, never>;
|
|
10
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<PToast, "p-toast,[p-toast]", never, { "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
11
8
|
}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { SelectedAriaAttributes, WordmarkAriaAttribute, WordmarkSize, WordmarkTarget, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PWordmark {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PWordmark extends BaseComponentWithTheme {
|
|
7
5
|
aria?: SelectedAriaAttributes<WordmarkAriaAttribute>;
|
|
8
6
|
href?: string;
|
|
9
7
|
size?: WordmarkSize;
|
|
10
8
|
target?: WordmarkTarget;
|
|
11
9
|
theme?: Theme;
|
|
12
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<PWordmark, never>;
|
|
14
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<PWordmark, "p-wordmark,[p-wordmark]", never, { "aria": "aria"; "href": "href"; "size": "size"; "target": "target"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
15
12
|
}
|
package/esm/lib/types.d.ts
CHANGED
|
@@ -590,6 +590,17 @@ export type LinkTarget = (typeof LINK_TARGETS)[number] | string;
|
|
|
590
590
|
export type LinkButtonIconName = IconName | "none";
|
|
591
591
|
export type ButtonVariant = LinkButtonVariant;
|
|
592
592
|
export type LinkVariant = LinkButtonVariant;
|
|
593
|
+
export type PorscheDesignSystem = {
|
|
594
|
+
[key: `${number}.${number}.${number}${`-rc.${number}` | ""}`]: {
|
|
595
|
+
prefixes: string[];
|
|
596
|
+
isReady: () => Promise<void>;
|
|
597
|
+
readyResolve: () => void;
|
|
598
|
+
};
|
|
599
|
+
cdn: {
|
|
600
|
+
url: string;
|
|
601
|
+
prefixes: string[];
|
|
602
|
+
};
|
|
603
|
+
};
|
|
593
604
|
export type SelectedAriaAttributes<T extends keyof AriaAttributes> = Pick<AriaAttributes, T> | string;
|
|
594
605
|
declare const ACCORDION_SIZES: readonly [
|
|
595
606
|
"small",
|
|
@@ -1042,7 +1053,11 @@ declare const PIN_CODE_TYPES: readonly [
|
|
|
1042
1053
|
];
|
|
1043
1054
|
export type PinCodeType = (typeof PIN_CODE_TYPES)[number];
|
|
1044
1055
|
declare const PIN_CODE_LENGTHS: readonly [
|
|
1056
|
+
1,
|
|
1057
|
+
2,
|
|
1058
|
+
3,
|
|
1045
1059
|
4,
|
|
1060
|
+
5,
|
|
1046
1061
|
6
|
|
1047
1062
|
];
|
|
1048
1063
|
export type PinCodeLength = (typeof PIN_CODE_LENGTHS)[number];
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
1
|
+
import { type ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import type { Theme } from './lib/types';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
import * as i1 from "./lib/components/accordion.wrapper";
|
|
4
5
|
import * as i2 from "./lib/components/banner.wrapper";
|
|
@@ -67,11 +68,14 @@ import * as i64 from "./lib/components/wordmark.wrapper";
|
|
|
67
68
|
export type PorscheDesignSystemModuleConfig = {
|
|
68
69
|
prefix?: string;
|
|
69
70
|
cdn?: 'auto' | 'cn';
|
|
71
|
+
theme?: Theme;
|
|
70
72
|
};
|
|
71
73
|
export declare class DefaultConfig implements PorscheDesignSystemModuleConfig {
|
|
72
74
|
prefix: string;
|
|
75
|
+
theme: 'light';
|
|
73
76
|
}
|
|
74
77
|
export declare class PorscheDesignSystemModule {
|
|
78
|
+
private theme$;
|
|
75
79
|
constructor(configParam: DefaultConfig);
|
|
76
80
|
static load(config: PorscheDesignSystemModuleConfig): ModuleWithProviders<PorscheDesignSystemModule>;
|
|
77
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<PorscheDesignSystemModule, [{ optional: true; }]>;
|
package/esm/public-api.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { componentsReady } from '@porsche-design-system/components-js';
|
|
2
2
|
export * from './lib/components/barrel';
|
|
3
3
|
export * from './lib/types';
|
|
4
|
-
export { PorscheDesignSystemModule } from './porsche-design-system.module';
|
|
5
|
-
export
|
|
4
|
+
export { PorscheDesignSystemModule, type PorscheDesignSystemModuleConfig } from './porsche-design-system.module';
|
|
5
|
+
export { THEME_TOKEN } from './utils';
|
|
6
6
|
export { ToastManager } from './toast-manager';
|
package/esm/utils.d.ts
CHANGED
|
@@ -1,7 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export declare
|
|
7
|
-
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, InjectionToken, type OnChanges, type OnDestroy } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject } from 'rxjs';
|
|
3
|
+
import type { Theme } from './lib/types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare const THEME_TOKEN: InjectionToken<BehaviorSubject<"light" | "dark" | "auto">>;
|
|
6
|
+
export declare abstract class BaseComponent implements OnChanges {
|
|
7
|
+
protected el: HTMLElement;
|
|
8
|
+
constructor(cdr: ChangeDetectorRef, elementRef: ElementRef);
|
|
9
|
+
ngOnChanges(props: Record<string, {
|
|
10
|
+
previousValue: any;
|
|
11
|
+
currentValue: any;
|
|
12
|
+
firstChange: boolean;
|
|
13
|
+
}>): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
17
|
+
export declare abstract class BaseComponentWithTheme extends BaseComponent implements OnDestroy {
|
|
18
|
+
protected el: HTMLElement & {
|
|
19
|
+
theme: Theme;
|
|
20
|
+
};
|
|
21
|
+
private themeSubscription;
|
|
22
|
+
theme?: Theme;
|
|
23
|
+
ngOnDestroy(): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponentWithTheme, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentWithTheme, "ng-component", never, {}, {}, never, never, false, never>;
|
|
26
|
+
}
|
|
@@ -1,38 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
8
|
-
import { ProxyCmp, proxyOutputs } from '../../utils';
|
|
1
|
+
import { Component, EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
9
3
|
import * as i0 from "@angular/core";
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
this.
|
|
15
|
-
|
|
16
|
-
this.el = r.nativeElement;
|
|
17
|
-
proxyOutputs(this, outputs);
|
|
4
|
+
export class PAccordion extends BaseComponentWithTheme {
|
|
5
|
+
constructor() {
|
|
6
|
+
super(...arguments);
|
|
7
|
+
/** @deprecated */
|
|
8
|
+
this.accordionChange = new EventEmitter();
|
|
9
|
+
this.update = new EventEmitter();
|
|
18
10
|
}
|
|
19
|
-
}
|
|
20
|
-
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PAccordion, deps:
|
|
21
|
-
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange", update: "update" }, ngImport: i0, template: '<ng-content
|
|
22
|
-
PAccordion = __decorate([
|
|
23
|
-
ProxyCmp({
|
|
24
|
-
inputs
|
|
25
|
-
})
|
|
26
|
-
], PAccordion);
|
|
27
|
-
export { PAccordion };
|
|
11
|
+
}
|
|
12
|
+
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PAccordion, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
28
14
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PAccordion, decorators: [{
|
|
29
15
|
type: Component,
|
|
30
16
|
args: [{
|
|
31
17
|
selector: 'p-accordion,[p-accordion]',
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
outputs
|
|
18
|
+
template: '<ng-content />',
|
|
19
|
+
inputs: ['compact', 'heading', 'open', 'size', 'tag', 'theme'],
|
|
20
|
+
outputs: ['accordionChange', 'update']
|
|
36
21
|
}]
|
|
37
|
-
}]
|
|
38
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
}] });
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLndyYXBwZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXdyYXBwZXIvc3JjL2xpYi9jb21wb25lbnRzL2FjY29yZGlvbi53cmFwcGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGFBQWEsQ0FBQzs7QUFTckQsTUFBTSxPQUFPLFVBQVcsU0FBUSxzQkFBc0I7SUFOdEQ7O1FBYUUsa0JBQWtCO1FBQ2xCLG9CQUFlLEdBQUcsSUFBSSxZQUFZLEVBQXFDLENBQUM7UUFDeEUsV0FBTSxHQUFHLElBQUksWUFBWSxFQUFxQyxDQUFDO0tBQ2hFOzt3R0FWWSxVQUFVOzRGQUFWLFVBQVUsdVFBSlgsZ0JBQWdCOzRGQUlmLFVBQVU7a0JBTnRCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsUUFBUSxFQUFFLGdCQUFnQjtvQkFDMUIsTUFBTSxFQUFFLENBQUMsU0FBUyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxPQUFPLENBQUM7b0JBQzlELE9BQU8sRUFBRSxDQUFDLGlCQUFpQixFQUFFLFFBQVEsQ0FBQztpQkFDdkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFzZUNvbXBvbmVudFdpdGhUaGVtZSB9IGZyb20gJy4uLy4uL3V0aWxzJztcbmltcG9ydCB0eXBlIHsgQWNjb3JkaW9uVXBkYXRlRXZlbnQsIEJyZWFrcG9pbnRDdXN0b21pemFibGUsIEFjY29yZGlvblNpemUsIEFjY29yZGlvblRhZywgVGhlbWUgfSBmcm9tICcuLi90eXBlcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3AtYWNjb3JkaW9uLFtwLWFjY29yZGlvbl0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50IC8+JyxcbiAgaW5wdXRzOiBbJ2NvbXBhY3QnLCAnaGVhZGluZycsICdvcGVuJywgJ3NpemUnLCAndGFnJywgJ3RoZW1lJ10sXG4gIG91dHB1dHM6IFsnYWNjb3JkaW9uQ2hhbmdlJywgJ3VwZGF0ZSddXG59KVxuZXhwb3J0IGNsYXNzIFBBY2NvcmRpb24gZXh0ZW5kcyBCYXNlQ29tcG9uZW50V2l0aFRoZW1lIHtcbiAgY29tcGFjdD86IGJvb2xlYW47XG4gIGhlYWRpbmc/OiBzdHJpbmc7XG4gIG9wZW4/OiBib29sZWFuO1xuICBzaXplPzogQnJlYWtwb2ludEN1c3RvbWl6YWJsZTxBY2NvcmRpb25TaXplPjtcbiAgdGFnPzogQWNjb3JkaW9uVGFnO1xuICBkZWNsYXJlIHRoZW1lPzogVGhlbWU7XG4gIC8qKiBAZGVwcmVjYXRlZCAqL1xuICBhY2NvcmRpb25DaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPEN1c3RvbUV2ZW50PEFjY29yZGlvblVwZGF0ZUV2ZW50Pj4oKTtcbiAgdXBkYXRlID0gbmV3IEV2ZW50RW1pdHRlcjxDdXN0b21FdmVudDxBY2NvcmRpb25VcGRhdGVFdmVudD4+KCk7XG59Il19
|
|
@@ -1,38 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
8
|
-
import { ProxyCmp, proxyOutputs } from '../../utils';
|
|
1
|
+
import { Component, EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
9
3
|
import * as i0 from "@angular/core";
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
this.z = z;
|
|
15
|
-
c.detach();
|
|
16
|
-
this.el = r.nativeElement;
|
|
17
|
-
proxyOutputs(this, outputs);
|
|
4
|
+
export class PBanner extends BaseComponentWithTheme {
|
|
5
|
+
constructor() {
|
|
6
|
+
super(...arguments);
|
|
7
|
+
this.dismiss = new EventEmitter();
|
|
18
8
|
}
|
|
19
|
-
}
|
|
20
|
-
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PBanner, deps:
|
|
21
|
-
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PBanner, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", open: "open", persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content
|
|
22
|
-
PBanner = __decorate([
|
|
23
|
-
ProxyCmp({
|
|
24
|
-
inputs
|
|
25
|
-
})
|
|
26
|
-
], PBanner);
|
|
27
|
-
export { PBanner };
|
|
9
|
+
}
|
|
10
|
+
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PBanner, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PBanner, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", open: "open", persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
28
12
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PBanner, decorators: [{
|
|
29
13
|
type: Component,
|
|
30
14
|
args: [{
|
|
31
15
|
selector: 'p-banner,[p-banner]',
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
outputs
|
|
16
|
+
template: '<ng-content />',
|
|
17
|
+
inputs: ['description', 'dismissButton', 'heading', 'open', 'persistent', 'state', 'theme', 'width'],
|
|
18
|
+
outputs: ['dismiss']
|
|
36
19
|
}]
|
|
37
|
-
}]
|
|
38
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
20
|
+
}] });
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFubmVyLndyYXBwZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXdyYXBwZXIvc3JjL2xpYi9jb21wb25lbnRzL2Jhbm5lci53cmFwcGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGFBQWEsQ0FBQzs7QUFTckQsTUFBTSxPQUFPLE9BQVEsU0FBUSxzQkFBc0I7SUFObkQ7O1FBaUJFLFlBQU8sR0FBRyxJQUFJLFlBQVksRUFBcUIsQ0FBQztLQUNqRDs7cUdBWlksT0FBTzt5RkFBUCxPQUFPLHVTQUpSLGdCQUFnQjs0RkFJZixPQUFPO2tCQU5uQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxxQkFBcUI7b0JBQy9CLFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLE1BQU0sRUFBRSxDQUFDLGFBQWEsRUFBRSxlQUFlLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxPQUFPLENBQUM7b0JBQ3BHLE9BQU8sRUFBRSxDQUFDLFNBQVMsQ0FBQztpQkFDckIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFzZUNvbXBvbmVudFdpdGhUaGVtZSB9IGZyb20gJy4uLy4uL3V0aWxzJztcbmltcG9ydCB0eXBlIHsgQmFubmVyU3RhdGUsIFRoZW1lLCBCYW5uZXJXaWR0aCB9IGZyb20gJy4uL3R5cGVzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAncC1iYW5uZXIsW3AtYmFubmVyXScsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQgLz4nLFxuICBpbnB1dHM6IFsnZGVzY3JpcHRpb24nLCAnZGlzbWlzc0J1dHRvbicsICdoZWFkaW5nJywgJ29wZW4nLCAncGVyc2lzdGVudCcsICdzdGF0ZScsICd0aGVtZScsICd3aWR0aCddLFxuICBvdXRwdXRzOiBbJ2Rpc21pc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBQQmFubmVyIGV4dGVuZHMgQmFzZUNvbXBvbmVudFdpdGhUaGVtZSB7XG4gIGRlc2NyaXB0aW9uPzogc3RyaW5nO1xuICBkaXNtaXNzQnV0dG9uPzogYm9vbGVhbjtcbiAgaGVhZGluZz86IHN0cmluZztcbiAgb3BlbjogYm9vbGVhbjtcbiAgLyoqIEBkZXByZWNhdGVkICovXG4gIHBlcnNpc3RlbnQ/OiBib29sZWFuO1xuICBzdGF0ZT86IEJhbm5lclN0YXRlO1xuICBkZWNsYXJlIHRoZW1lPzogVGhlbWU7XG4gIC8qKiBAZGVwcmVjYXRlZCAqL1xuICB3aWR0aD86IEJhbm5lcldpZHRoO1xuICBkaXNtaXNzID0gbmV3IEV2ZW50RW1pdHRlcjxDdXN0b21FdmVudDx2b2lkPj4oKTtcbn0iXX0=
|
|
@@ -1,35 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
8
|
-
import { ProxyCmp } from '../../utils';
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { BaseComponent } from '../../utils';
|
|
9
3
|
import * as i0 from "@angular/core";
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
c.detach();
|
|
15
|
-
this.el = r.nativeElement;
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
-
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PButtonGroup, selector: "p-button-group,[p-button-group]", inputs: { direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
|
-
PButtonGroup = __decorate([
|
|
21
|
-
ProxyCmp({
|
|
22
|
-
inputs
|
|
23
|
-
})
|
|
24
|
-
], PButtonGroup);
|
|
25
|
-
export { PButtonGroup };
|
|
4
|
+
export class PButtonGroup extends BaseComponent {
|
|
5
|
+
}
|
|
6
|
+
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonGroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
+
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PButtonGroup, selector: "p-button-group,[p-button-group]", inputs: { direction: "direction" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
26
8
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonGroup, decorators: [{
|
|
27
9
|
type: Component,
|
|
28
10
|
args: [{
|
|
29
11
|
selector: 'p-button-group,[p-button-group]',
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
inputs
|
|
12
|
+
template: '<ng-content />',
|
|
13
|
+
inputs: ['direction']
|
|
33
14
|
}]
|
|
34
|
-
}]
|
|
35
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
15
|
+
}] });
|
|
16
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWdyb3VwLndyYXBwZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXdyYXBwZXIvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbi1ncm91cC53cmFwcGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGFBQWEsQ0FBQzs7QUFRNUMsTUFBTSxPQUFPLFlBQWEsU0FBUSxhQUFhOzswR0FBbEMsWUFBWTs4RkFBWixZQUFZLGtJQUhiLGdCQUFnQjs0RkFHZixZQUFZO2tCQUx4QixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxpQ0FBaUM7b0JBQzNDLFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLE1BQU0sRUFBRSxDQUFDLFdBQVcsQ0FBQztpQkFDdEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhc2VDb21wb25lbnQgfSBmcm9tICcuLi8uLi91dGlscyc7XG5pbXBvcnQgdHlwZSB7IEJyZWFrcG9pbnRDdXN0b21pemFibGUsIEJ1dHRvbkdyb3VwRGlyZWN0aW9uIH0gZnJvbSAnLi4vdHlwZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdwLWJ1dHRvbi1ncm91cCxbcC1idXR0b24tZ3JvdXBdJyxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudCAvPicsXG4gIGlucHV0czogWydkaXJlY3Rpb24nXVxufSlcbmV4cG9ydCBjbGFzcyBQQnV0dG9uR3JvdXAgZXh0ZW5kcyBCYXNlQ29tcG9uZW50IHtcbiAgZGlyZWN0aW9uPzogQnJlYWtwb2ludEN1c3RvbWl6YWJsZTxCdXR0b25Hcm91cERpcmVjdGlvbj47XG59Il19
|
|
@@ -1,35 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
8
|
-
import { ProxyCmp } from '../../utils';
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
9
3
|
import * as i0 from "@angular/core";
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
c.detach();
|
|
15
|
-
this.el = r.nativeElement;
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
-
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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", size: "size", stretch: "stretch", theme: "theme", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
|
-
PButtonPure = __decorate([
|
|
21
|
-
ProxyCmp({
|
|
22
|
-
inputs
|
|
23
|
-
})
|
|
24
|
-
], PButtonPure);
|
|
25
|
-
export { PButtonPure };
|
|
4
|
+
export class PButtonPure extends BaseComponentWithTheme {
|
|
5
|
+
}
|
|
6
|
+
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
+
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
26
8
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonPure, decorators: [{
|
|
27
9
|
type: Component,
|
|
28
10
|
args: [{
|
|
29
11
|
selector: 'p-button-pure,[p-button-pure]',
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
inputs
|
|
12
|
+
template: '<ng-content />',
|
|
13
|
+
inputs: ['active', 'alignLabel', 'aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'name', 'size', 'stretch', 'theme', 'type', 'value', 'weight']
|
|
33
14
|
}]
|
|
34
|
-
}]
|
|
35
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
15
|
+
}] });
|
|
16
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLXB1cmUud3JhcHBlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItd3JhcHBlci9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9uLXB1cmUud3JhcHBlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGFBQWEsQ0FBQzs7QUFRckQsTUFBTSxPQUFPLFdBQVksU0FBUSxzQkFBc0I7O3lHQUExQyxXQUFXOzZGQUFYLFdBQVcsNFhBSFosZ0JBQWdCOzRGQUdmLFdBQVc7a0JBTHZCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLCtCQUErQjtvQkFDekMsUUFBUSxFQUFFLGdCQUFnQjtvQkFDMUIsTUFBTSxFQUFFLENBQUMsUUFBUSxFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsVUFBVSxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLFNBQVMsRUFBRSxPQUFPLEVBQUUsTUFBTSxFQUFFLE9BQU8sRUFBRSxRQUFRLENBQUM7aUJBQ2xLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYXNlQ29tcG9uZW50V2l0aFRoZW1lIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuaW1wb3J0IHR5cGUgeyBCcmVha3BvaW50Q3VzdG9taXphYmxlLCBCdXR0b25QdXJlQWxpZ25MYWJlbCwgU2VsZWN0ZWRBcmlhQXR0cmlidXRlcywgQnV0dG9uUHVyZUFyaWFBdHRyaWJ1dGUsIEJ1dHRvblB1cmVJY29uLCBCdXR0b25QdXJlU2l6ZSwgVGhlbWUsIEJ1dHRvblB1cmVUeXBlLCBCdXR0b25QdXJlV2VpZ2h0IH0gZnJvbSAnLi4vdHlwZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdwLWJ1dHRvbi1wdXJlLFtwLWJ1dHRvbi1wdXJlXScsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQgLz4nLFxuICBpbnB1dHM6IFsnYWN0aXZlJywgJ2FsaWduTGFiZWwnLCAnYXJpYScsICdkaXNhYmxlZCcsICdoaWRlTGFiZWwnLCAnaWNvbicsICdpY29uU291cmNlJywgJ2xvYWRpbmcnLCAnbmFtZScsICdzaXplJywgJ3N0cmV0Y2gnLCAndGhlbWUnLCAndHlwZScsICd2YWx1ZScsICd3ZWlnaHQnXVxufSlcbmV4cG9ydCBjbGFzcyBQQnV0dG9uUHVyZSBleHRlbmRzIEJhc2VDb21wb25lbnRXaXRoVGhlbWUge1xuICBhY3RpdmU/OiBib29sZWFuO1xuICBhbGlnbkxhYmVsPzogQnJlYWtwb2ludEN1c3RvbWl6YWJsZTxCdXR0b25QdXJlQWxpZ25MYWJlbD47XG4gIGFyaWE/OiBTZWxlY3RlZEFyaWFBdHRyaWJ1dGVzPEJ1dHRvblB1cmVBcmlhQXR0cmlidXRlPjtcbiAgZGlzYWJsZWQ/OiBib29sZWFuO1xuICBoaWRlTGFiZWw/OiBCcmVha3BvaW50Q3VzdG9taXphYmxlPGJvb2xlYW4+O1xuICBpY29uPzogQnV0dG9uUHVyZUljb247XG4gIGljb25Tb3VyY2U/OiBzdHJpbmc7XG4gIGxvYWRpbmc/OiBib29sZWFuO1xuICBuYW1lPzogc3RyaW5nO1xuICBzaXplPzogQnJlYWtwb2ludEN1c3RvbWl6YWJsZTxCdXR0b25QdXJlU2l6ZT47XG4gIHN0cmV0Y2g/OiBCcmVha3BvaW50Q3VzdG9taXphYmxlPGJvb2xlYW4+O1xuICBkZWNsYXJlIHRoZW1lPzogVGhlbWU7XG4gIHR5cGU/OiBCdXR0b25QdXJlVHlwZTtcbiAgdmFsdWU/OiBzdHJpbmc7XG4gIC8qKiBAZGVwcmVjYXRlZCAqL1xuICB3ZWlnaHQ/OiBCdXR0b25QdXJlV2VpZ2h0O1xufSJdfQ==
|
|
@@ -1,35 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
8
|
-
import { ProxyCmp } from '../../utils';
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { BaseComponent } from '../../utils';
|
|
9
3
|
import * as i0 from "@angular/core";
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
c.detach();
|
|
15
|
-
this.el = r.nativeElement;
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
PButtonTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
-
PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
|
-
PButtonTile = __decorate([
|
|
21
|
-
ProxyCmp({
|
|
22
|
-
inputs
|
|
23
|
-
})
|
|
24
|
-
], PButtonTile);
|
|
25
|
-
export { PButtonTile };
|
|
4
|
+
export class PButtonTile extends BaseComponent {
|
|
5
|
+
}
|
|
6
|
+
PButtonTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
+
PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
26
8
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonTile, decorators: [{
|
|
27
9
|
type: Component,
|
|
28
10
|
args: [{
|
|
29
11
|
selector: 'p-button-tile,[p-button-tile]',
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
inputs
|
|
12
|
+
template: '<ng-content />',
|
|
13
|
+
inputs: ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'disabled', 'gradient', 'icon', 'iconSource', 'label', 'loading', 'size', 'type', 'weight']
|
|
33
14
|
}]
|
|
34
|
-
}]
|
|
35
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
15
|
+
}] });
|
|
16
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLXRpbGUud3JhcHBlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItd3JhcHBlci9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9uLXRpbGUud3JhcHBlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxhQUFhLENBQUM7O0FBUTVDLE1BQU0sT0FBTyxXQUFZLFNBQVEsYUFBYTs7eUdBQWpDLFdBQVc7NkZBQVgsV0FBVyxrWkFIWixnQkFBZ0I7NEZBR2YsV0FBVztrQkFMdkIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsK0JBQStCO29CQUN6QyxRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixNQUFNLEVBQUUsQ0FBQyxPQUFPLEVBQUUsTUFBTSxFQUFFLGFBQWEsRUFBRSxZQUFZLEVBQUUsU0FBUyxFQUFFLGFBQWEsRUFBRSxVQUFVLEVBQUUsVUFBVSxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQUUsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLFFBQVEsQ0FBQztpQkFDN0siLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhc2VDb21wb25lbnQgfSBmcm9tICcuLi8uLi91dGlscyc7XG5pbXBvcnQgdHlwZSB7IEJ1dHRvblRpbGVBbGlnbiwgU2VsZWN0ZWRBcmlhQXR0cmlidXRlcywgQnV0dG9uVGlsZUFyaWFBdHRyaWJ1dGUsIEJyZWFrcG9pbnRDdXN0b21pemFibGUsIEJ1dHRvblRpbGVBc3BlY3RSYXRpbywgQnV0dG9uVGlsZUJhY2tncm91bmQsIEJ1dHRvblRpbGVJY29uLCBCdXR0b25UaWxlU2l6ZSwgQnV0dG9uVGlsZVR5cGUsIEJ1dHRvblRpbGVXZWlnaHQgfSBmcm9tICcuLi90eXBlcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3AtYnV0dG9uLXRpbGUsW3AtYnV0dG9uLXRpbGVdJyxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudCAvPicsXG4gIGlucHV0czogWydhbGlnbicsICdhcmlhJywgJ2FzcGVjdFJhdGlvJywgJ2JhY2tncm91bmQnLCAnY29tcGFjdCcsICdkZXNjcmlwdGlvbicsICdkaXNhYmxlZCcsICdncmFkaWVudCcsICdpY29uJywgJ2ljb25Tb3VyY2UnLCAnbGFiZWwnLCAnbG9hZGluZycsICdzaXplJywgJ3R5cGUnLCAnd2VpZ2h0J11cbn0pXG5leHBvcnQgY2xhc3MgUEJ1dHRvblRpbGUgZXh0ZW5kcyBCYXNlQ29tcG9uZW50IHtcbiAgYWxpZ24/OiBCdXR0b25UaWxlQWxpZ247XG4gIGFyaWE/OiBTZWxlY3RlZEFyaWFBdHRyaWJ1dGVzPEJ1dHRvblRpbGVBcmlhQXR0cmlidXRlPjtcbiAgYXNwZWN0UmF0aW8/OiBCcmVha3BvaW50Q3VzdG9taXphYmxlPEJ1dHRvblRpbGVBc3BlY3RSYXRpbz47XG4gIGJhY2tncm91bmQ/OiBCdXR0b25UaWxlQmFja2dyb3VuZDtcbiAgY29tcGFjdD86IEJyZWFrcG9pbnRDdXN0b21pemFibGU8Ym9vbGVhbj47XG4gIGRlc2NyaXB0aW9uOiBzdHJpbmc7XG4gIGRpc2FibGVkPzogYm9vbGVhbjtcbiAgZ3JhZGllbnQ/OiBib29sZWFuO1xuICBpY29uPzogQnV0dG9uVGlsZUljb247XG4gIGljb25Tb3VyY2U/OiBzdHJpbmc7XG4gIGxhYmVsOiBzdHJpbmc7XG4gIGxvYWRpbmc/OiBib29sZWFuO1xuICBzaXplPzogQnJlYWtwb2ludEN1c3RvbWl6YWJsZTxCdXR0b25UaWxlU2l6ZT47XG4gIHR5cGU/OiBCdXR0b25UaWxlVHlwZTtcbiAgd2VpZ2h0PzogQnJlYWtwb2ludEN1c3RvbWl6YWJsZTxCdXR0b25UaWxlV2VpZ2h0Pjtcbn0iXX0=
|