@porsche-design-system/components-angular 2.13.0-rc.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 +1428 -0
- package/LICENSE +59 -0
- package/OSS_NOTICE +20981 -0
- package/README.md +74 -0
- package/components-wrapper.module.d.ts +60 -0
- package/esm2020/components-wrapper.module.mjs +87 -0
- package/esm2020/lib/components/accordion.wrapper.mjs +33 -0
- package/esm2020/lib/components/banner.wrapper.mjs +33 -0
- package/esm2020/lib/components/barrel.mjs +138 -0
- package/esm2020/lib/components/button-group.wrapper.mjs +30 -0
- package/esm2020/lib/components/button-pure.wrapper.mjs +30 -0
- package/esm2020/lib/components/button.wrapper.mjs +30 -0
- package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +30 -0
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +30 -0
- package/esm2020/lib/components/divider.wrapper.mjs +30 -0
- package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +30 -0
- package/esm2020/lib/components/flex-item.wrapper.mjs +30 -0
- package/esm2020/lib/components/flex.wrapper.mjs +30 -0
- package/esm2020/lib/components/grid-item.wrapper.mjs +30 -0
- package/esm2020/lib/components/grid.wrapper.mjs +30 -0
- package/esm2020/lib/components/headline.wrapper.mjs +30 -0
- package/esm2020/lib/components/icon.wrapper.mjs +30 -0
- package/esm2020/lib/components/inline-notification.wrapper.mjs +33 -0
- package/esm2020/lib/components/link-pure.wrapper.mjs +30 -0
- package/esm2020/lib/components/link-social.wrapper.mjs +30 -0
- package/esm2020/lib/components/link.wrapper.mjs +30 -0
- package/esm2020/lib/components/marque.wrapper.mjs +30 -0
- package/esm2020/lib/components/modal.wrapper.mjs +33 -0
- package/esm2020/lib/components/pagination.wrapper.mjs +33 -0
- package/esm2020/lib/components/popover.wrapper.mjs +30 -0
- package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +30 -0
- package/esm2020/lib/components/select-wrapper.wrapper.mjs +30 -0
- package/esm2020/lib/components/spinner.wrapper.mjs +30 -0
- package/esm2020/lib/components/switch.wrapper.mjs +33 -0
- package/esm2020/lib/components/table-body.wrapper.mjs +26 -0
- package/esm2020/lib/components/table-cell.wrapper.mjs +30 -0
- package/esm2020/lib/components/table-head-cell.wrapper.mjs +30 -0
- package/esm2020/lib/components/table-head-row.wrapper.mjs +26 -0
- package/esm2020/lib/components/table-head.wrapper.mjs +26 -0
- package/esm2020/lib/components/table-row.wrapper.mjs +26 -0
- package/esm2020/lib/components/table.wrapper.mjs +33 -0
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +33 -0
- package/esm2020/lib/components/tabs-item.wrapper.mjs +30 -0
- package/esm2020/lib/components/tabs.wrapper.mjs +33 -0
- package/esm2020/lib/components/tag-dismissible.wrapper.mjs +30 -0
- package/esm2020/lib/components/tag.wrapper.mjs +30 -0
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +30 -0
- package/esm2020/lib/components/text-list-item.wrapper.mjs +26 -0
- package/esm2020/lib/components/text-list.wrapper.mjs +30 -0
- package/esm2020/lib/components/text.wrapper.mjs +30 -0
- package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +30 -0
- package/esm2020/lib/components/toast.wrapper.mjs +30 -0
- package/esm2020/lib/types.mjs +2 -0
- package/esm2020/porsche-design-system-components-angular.mjs +5 -0
- package/esm2020/public-api.mjs +6 -0
- package/esm2020/skeleton-helper.mjs +4 -0
- package/esm2020/toast-manager.mjs +17 -0
- package/esm2020/utils.mjs +41 -0
- package/fesm2015/porsche-design-system-components-angular.mjs +1289 -0
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -0
- package/fesm2020/porsche-design-system-components-angular.mjs +1287 -0
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -0
- package/lib/components/accordion.wrapper.d.ts +17 -0
- package/lib/components/banner.wrapper.d.ts +15 -0
- package/lib/components/barrel.d.ts +91 -0
- package/lib/components/button-group.wrapper.d.ts +11 -0
- package/lib/components/button-pure.wrapper.d.ts +24 -0
- package/lib/components/button.wrapper.d.ts +20 -0
- package/lib/components/checkbox-wrapper.wrapper.d.ts +14 -0
- package/lib/components/content-wrapper.wrapper.d.ts +13 -0
- package/lib/components/divider.wrapper.d.ts +13 -0
- package/lib/components/fieldset-wrapper.wrapper.d.ts +15 -0
- package/lib/components/flex-item.wrapper.d.ts +16 -0
- package/lib/components/flex.wrapper.d.ts +16 -0
- package/lib/components/grid-item.wrapper.d.ts +12 -0
- package/lib/components/grid.wrapper.d.ts +13 -0
- package/lib/components/headline.wrapper.d.ts +16 -0
- package/lib/components/icon.wrapper.d.ts +17 -0
- package/lib/components/inline-notification.wrapper.d.ts +20 -0
- package/lib/components/link-pure.wrapper.d.ts +24 -0
- package/lib/components/link-social.wrapper.d.ts +17 -0
- package/lib/components/link.wrapper.d.ts +20 -0
- package/lib/components/marque.wrapper.d.ts +15 -0
- package/lib/components/modal.wrapper.d.ts +17 -0
- package/lib/components/pagination.wrapper.d.ts +20 -0
- package/lib/components/popover.wrapper.d.ts +13 -0
- package/lib/components/radio-button-wrapper.wrapper.d.ts +14 -0
- package/lib/components/select-wrapper.wrapper.d.ts +19 -0
- package/lib/components/spinner.wrapper.d.ts +13 -0
- package/lib/components/switch.wrapper.d.ts +19 -0
- package/lib/components/table-body.wrapper.d.ts +9 -0
- package/lib/components/table-cell.wrapper.d.ts +10 -0
- package/lib/components/table-head-cell.wrapper.d.ts +13 -0
- package/lib/components/table-head-row.wrapper.d.ts +9 -0
- package/lib/components/table-head.wrapper.d.ts +9 -0
- package/lib/components/table-row.wrapper.d.ts +9 -0
- package/lib/components/table.wrapper.d.ts +12 -0
- package/lib/components/tabs-bar.wrapper.d.ts +16 -0
- package/lib/components/tabs-item.wrapper.d.ts +10 -0
- package/lib/components/tabs.wrapper.d.ts +16 -0
- package/lib/components/tag-dismissible.wrapper.d.ts +13 -0
- package/lib/components/tag.wrapper.d.ts +14 -0
- package/lib/components/text-field-wrapper.wrapper.d.ts +18 -0
- package/lib/components/text-list-item.wrapper.d.ts +9 -0
- package/lib/components/text-list.wrapper.d.ts +13 -0
- package/lib/components/text.wrapper.d.ts +17 -0
- package/lib/components/textarea-wrapper.wrapper.d.ts +16 -0
- package/lib/components/toast.wrapper.d.ts +11 -0
- package/lib/types.d.ts +543 -0
- package/package.json +57 -0
- package/partials/esm/partials.js +1 -0
- package/partials/package.json +6 -0
- package/partials/partials.d.ts +1 -0
- package/partials/partials.js +14 -0
- package/porsche-design-system-components-angular.d.ts +5 -0
- package/public-api.d.ts +5 -0
- package/skeleton-helper.d.ts +3 -0
- package/toast-manager.d.ts +7 -0
- package/utilities/js/esm/js.js +1 -0
- package/utilities/js/js.d.ts +1 -0
- package/utilities/js/js.js +14 -0
- package/utilities/js/package.json +6 -0
- package/utilities/scss.scss +1 -0
- package/utils.d.ts +7 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
+
import type { IconName, InlineNotificationState, Theme } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PInlineNotification {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
actionIcon: IconName;
|
|
8
|
+
actionLabel: string;
|
|
9
|
+
actionLoading: boolean;
|
|
10
|
+
description: string;
|
|
11
|
+
heading: string;
|
|
12
|
+
persistent: boolean;
|
|
13
|
+
state: InlineNotificationState;
|
|
14
|
+
theme: Theme;
|
|
15
|
+
action: EventEmitter<CustomEvent<void>>;
|
|
16
|
+
dismiss: EventEmitter<CustomEvent<void>>;
|
|
17
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PInlineNotification, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PInlineNotification, "p-inline-notification,[p-inline-notification]", never, { "actionIcon": "actionIcon"; "actionLabel": "actionLabel"; "actionLoading": "actionLoading"; "description": "description"; "heading": "heading"; "persistent": "persistent"; "state": "state"; "theme": "theme"; }, { "action": "action"; "dismiss": "dismiss"; }, never, ["*"]>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { AlignLabel, SelectedAriaAttributes, LinkAriaAttributes, BreakpointCustomizable, LinkButtonPureIconName, TextSize, LinkTarget, ThemeExtendedElectricDark, TextWeight } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PLinkPure {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
active: boolean;
|
|
8
|
+
alignLabel: AlignLabel;
|
|
9
|
+
aria: SelectedAriaAttributes<LinkAriaAttributes>;
|
|
10
|
+
download: string;
|
|
11
|
+
hideLabel: BreakpointCustomizable<boolean>;
|
|
12
|
+
href: string;
|
|
13
|
+
icon: LinkButtonPureIconName;
|
|
14
|
+
iconSource: string;
|
|
15
|
+
rel: string;
|
|
16
|
+
size: BreakpointCustomizable<TextSize>;
|
|
17
|
+
stretch: BreakpointCustomizable<boolean>;
|
|
18
|
+
target: LinkTarget;
|
|
19
|
+
theme: ThemeExtendedElectricDark;
|
|
20
|
+
weight: TextWeight;
|
|
21
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkPure, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkPure, "p-link-pure,[p-link-pure]", never, { "active": "active"; "alignLabel": "alignLabel"; "aria": "aria"; "download": "download"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "size": "size"; "stretch": "stretch"; "target": "target"; "theme": "theme"; "weight": "weight"; }, {}, never, ["*"]>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { BreakpointCustomizable, SocialIconName, LinkTarget, Theme } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PLinkSocial {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
hideLabel: BreakpointCustomizable<boolean>;
|
|
8
|
+
href: string;
|
|
9
|
+
icon: SocialIconName;
|
|
10
|
+
iconSource: string;
|
|
11
|
+
rel: string;
|
|
12
|
+
target: LinkTarget;
|
|
13
|
+
theme: Theme;
|
|
14
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkSocial, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkSocial, "p-link-social,[p-link-social]", never, { "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "target": "target"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { SelectedAriaAttributes, LinkAriaAttributes, BreakpointCustomizable, IconName, LinkTarget, ThemeExtendedElectric, LinkVariant } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PLink {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
aria: SelectedAriaAttributes<LinkAriaAttributes>;
|
|
8
|
+
download: string;
|
|
9
|
+
hideLabel: BreakpointCustomizable<boolean>;
|
|
10
|
+
href: string;
|
|
11
|
+
icon: IconName;
|
|
12
|
+
iconSource: string;
|
|
13
|
+
rel: string;
|
|
14
|
+
target: LinkTarget;
|
|
15
|
+
theme: ThemeExtendedElectric;
|
|
16
|
+
variant: LinkVariant;
|
|
17
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PLink, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLink, "p-link,[p-link]", never, { "aria": "aria"; "download": "download"; "hideLabel": "hideLabel"; "href": "href"; "icon": "icon"; "iconSource": "iconSource"; "rel": "rel"; "target": "target"; "theme": "theme"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { SelectedAriaAttributes, MarqueAriaAttributes, MarqueSize, LinkTarget } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PMarque {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
aria: SelectedAriaAttributes<MarqueAriaAttributes>;
|
|
8
|
+
href: string;
|
|
9
|
+
size: MarqueSize;
|
|
10
|
+
target: LinkTarget;
|
|
11
|
+
trademark: boolean;
|
|
12
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PMarque, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PMarque, "p-marque,[p-marque]", never, { "aria": "aria"; "href": "href"; "size": "size"; "target": "target"; "trademark": "trademark"; }, {}, never, ["*"]>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
+
import type { SelectedAriaAttributes, ModalAriaAttributes, BreakpointCustomizable } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PModal {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
aria: SelectedAriaAttributes<ModalAriaAttributes>;
|
|
8
|
+
disableBackdropClick: boolean;
|
|
9
|
+
disableCloseButton: boolean;
|
|
10
|
+
fullscreen: BreakpointCustomizable<boolean>;
|
|
11
|
+
heading: string;
|
|
12
|
+
open: boolean;
|
|
13
|
+
close: EventEmitter<CustomEvent<void>>;
|
|
14
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PModal, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal,[p-modal]", never, { "aria": "aria"; "disableBackdropClick": "disableBackdropClick"; "disableCloseButton": "disableCloseButton"; "fullscreen": "fullscreen"; "heading": "heading"; "open": "open"; }, { "close": "close"; }, never, ["*"]>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
+
import type { BreakpointCustomizable, NumberOfPageLinks, PageChangeEvent, Theme } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PPagination {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
activePage: number;
|
|
8
|
+
allyLabel: string;
|
|
9
|
+
allyLabelNext: string;
|
|
10
|
+
allyLabelPage: string;
|
|
11
|
+
allyLabelPrev: string;
|
|
12
|
+
itemsPerPage: number;
|
|
13
|
+
maxNumberOfPageLinks: BreakpointCustomizable<NumberOfPageLinks>;
|
|
14
|
+
theme: Theme;
|
|
15
|
+
totalItemsCount: number;
|
|
16
|
+
pageChange: EventEmitter<CustomEvent<PageChangeEvent>>;
|
|
17
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PPagination, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination,[p-pagination]", never, { "activePage": "activePage"; "allyLabel": "allyLabel"; "allyLabelNext": "allyLabelNext"; "allyLabelPage": "allyLabelPage"; "allyLabelPrev": "allyLabelPrev"; "itemsPerPage": "itemsPerPage"; "maxNumberOfPageLinks": "maxNumberOfPageLinks"; "theme": "theme"; "totalItemsCount": "totalItemsCount"; }, { "pageChange": "pageChange"; }, never, ["*"]>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { SelectedAriaAttributes, PopoverDirection } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PPopover {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
aria: SelectedAriaAttributes<"aria-label">;
|
|
8
|
+
description: string;
|
|
9
|
+
direction: PopoverDirection;
|
|
10
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PPopover, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPopover, "p-popover,[p-popover]", never, { "aria": "aria"; "description": "description"; "direction": "direction"; }, {}, never, ["*"]>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { BreakpointCustomizable, FormState } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PRadioButtonWrapper {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
hideLabel: BreakpointCustomizable<boolean>;
|
|
8
|
+
label: string;
|
|
9
|
+
message: string;
|
|
10
|
+
state: FormState;
|
|
11
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PRadioButtonWrapper, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PRadioButtonWrapper, "p-radio-button-wrapper,[p-radio-button-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "state": "state"; }, {}, never, ["*"]>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { DropdownDirection, BreakpointCustomizable, FormState, Theme } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PSelectWrapper {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
description: string;
|
|
8
|
+
dropdownDirection: DropdownDirection;
|
|
9
|
+
filter: boolean;
|
|
10
|
+
hideLabel: BreakpointCustomizable<boolean>;
|
|
11
|
+
label: string;
|
|
12
|
+
message: string;
|
|
13
|
+
native: boolean;
|
|
14
|
+
state: FormState;
|
|
15
|
+
theme: Theme;
|
|
16
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PSelectWrapper, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSelectWrapper, "p-select-wrapper,[p-select-wrapper]", never, { "description": "description"; "dropdownDirection": "dropdownDirection"; "filter": "filter"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "native": "native"; "state": "state"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { SelectedAriaAttributes, SpinnerAriaAttributes, SpinnerSize, ThemeExtendedElectricDark } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PSpinner {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
aria: SelectedAriaAttributes<SpinnerAriaAttributes>;
|
|
8
|
+
size: SpinnerSize;
|
|
9
|
+
theme: ThemeExtendedElectricDark;
|
|
10
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PSpinner, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSpinner, "p-spinner,[p-spinner]", never, { "aria": "aria"; "size": "size"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
+
import type { AlignLabel, BreakpointCustomizable, SwitchChangeEvent, ThemeExtendedElectric } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PSwitch {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
alignLabel: AlignLabel;
|
|
8
|
+
checked: boolean;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
hideLabel: BreakpointCustomizable<boolean>;
|
|
11
|
+
loading: boolean;
|
|
12
|
+
stretch: BreakpointCustomizable<boolean>;
|
|
13
|
+
tabbable: boolean;
|
|
14
|
+
theme: ThemeExtendedElectric;
|
|
15
|
+
switchChange: EventEmitter<CustomEvent<SwitchChangeEvent>>;
|
|
16
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PSwitch, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSwitch, "p-switch,[p-switch]", never, { "alignLabel": "alignLabel"; "checked": "checked"; "disabled": "disabled"; "hideLabel": "hideLabel"; "loading": "loading"; "stretch": "stretch"; "tabbable": "tabbable"; "theme": "theme"; }, { "switchChange": "switchChange"; }, never, ["*"]>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PTableBody {
|
|
4
|
+
protected z: NgZone;
|
|
5
|
+
protected el: HTMLElement;
|
|
6
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTableBody, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableBody, "p-table-body,[p-table-body]", never, {}, {}, never, ["*"]>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PTableCell {
|
|
4
|
+
protected z: NgZone;
|
|
5
|
+
protected el: HTMLElement;
|
|
6
|
+
multiline: boolean;
|
|
7
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTableCell, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableCell, "p-table-cell,[p-table-cell]", never, { "multiline": "multiline"; }, {}, never, ["*"]>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { TableHeadCellSort } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PTableHeadCell {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
hideLabel: boolean;
|
|
8
|
+
multiline: boolean;
|
|
9
|
+
sort: TableHeadCellSort;
|
|
10
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeadCell, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeadCell, "p-table-head-cell,[p-table-head-cell]", never, { "hideLabel": "hideLabel"; "multiline": "multiline"; "sort": "sort"; }, {}, never, ["*"]>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PTableHeadRow {
|
|
4
|
+
protected z: NgZone;
|
|
5
|
+
protected el: HTMLElement;
|
|
6
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeadRow, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeadRow, "p-table-head-row,[p-table-head-row]", never, {}, {}, never, ["*"]>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PTableHead {
|
|
4
|
+
protected z: NgZone;
|
|
5
|
+
protected el: HTMLElement;
|
|
6
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTableHead, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableHead, "p-table-head,[p-table-head]", never, {}, {}, never, ["*"]>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PTableRow {
|
|
4
|
+
protected z: NgZone;
|
|
5
|
+
protected el: HTMLElement;
|
|
6
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTableRow, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row,[p-table-row]", never, {}, {}, never, ["*"]>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
+
import type { SortingChangeEvent } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PTable {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
caption: string;
|
|
8
|
+
sortingChange: EventEmitter<CustomEvent<SortingChangeEvent>>;
|
|
9
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTable, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTable, "p-table,[p-table]", never, { "caption": "caption"; }, { "sortingChange": "sortingChange"; }, never, ["*"]>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
+
import type { TabGradientColorTheme, TabChangeEvent, BreakpointCustomizable, TabSize, ThemeExtendedElectric, TabWeight } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PTabsBar {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
activeTabIndex: number | undefined;
|
|
8
|
+
gradientColorScheme: TabGradientColorTheme;
|
|
9
|
+
size: BreakpointCustomizable<TabSize>;
|
|
10
|
+
theme: ThemeExtendedElectric;
|
|
11
|
+
weight: TabWeight;
|
|
12
|
+
tabChange: EventEmitter<CustomEvent<TabChangeEvent>>;
|
|
13
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTabsBar, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTabsBar, "p-tabs-bar,[p-tabs-bar]", never, { "activeTabIndex": "activeTabIndex"; "gradientColorScheme": "gradientColorScheme"; "size": "size"; "theme": "theme"; "weight": "weight"; }, { "tabChange": "tabChange"; }, never, ["*"]>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PTabsItem {
|
|
4
|
+
protected z: NgZone;
|
|
5
|
+
protected el: HTMLElement;
|
|
6
|
+
label: string;
|
|
7
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTabsItem, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTabsItem, "p-tabs-item,[p-tabs-item]", never, { "label": "label"; }, {}, never, ["*"]>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
+
import type { TabGradientColorTheme, TabChangeEvent, BreakpointCustomizable, TabSize, ThemeExtendedElectric, TabWeight } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PTabs {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
activeTabIndex: number;
|
|
8
|
+
gradientColorScheme: TabGradientColorTheme;
|
|
9
|
+
size: BreakpointCustomizable<TabSize>;
|
|
10
|
+
theme: ThemeExtendedElectric;
|
|
11
|
+
weight: TabWeight;
|
|
12
|
+
tabChange: EventEmitter<CustomEvent<TabChangeEvent>>;
|
|
13
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTabs, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTabs, "p-tabs,[p-tabs]", never, { "activeTabIndex": "activeTabIndex"; "gradientColorScheme": "gradientColorScheme"; "size": "size"; "theme": "theme"; "weight": "weight"; }, { "tabChange": "tabChange"; }, never, ["*"]>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { SelectedAriaAttributes, TagDismissibleAriaAttribute, TagDismissibleColor } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PTagDismissible {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
aria: SelectedAriaAttributes<TagDismissibleAriaAttribute>;
|
|
8
|
+
color: TagDismissibleColor;
|
|
9
|
+
label: string;
|
|
10
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTagDismissible, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTagDismissible, "p-tag-dismissible,[p-tag-dismissible]", never, { "aria": "aria"; "color": "color"; "label": "label"; }, {}, never, ["*"]>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { TagColor, IconName, Theme } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PTag {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
color: TagColor;
|
|
8
|
+
icon: IconName;
|
|
9
|
+
iconSource: string;
|
|
10
|
+
theme: Theme;
|
|
11
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTag, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTag, "p-tag,[p-tag]", never, { "color": "color"; "icon": "icon"; "iconSource": "iconSource"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { BreakpointCustomizable, FormState, TextFieldWrapperUnitPosition } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PTextFieldWrapper {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
description: string;
|
|
8
|
+
hideLabel: BreakpointCustomizable<boolean>;
|
|
9
|
+
label: string;
|
|
10
|
+
message: string;
|
|
11
|
+
showCharacterCount: boolean;
|
|
12
|
+
state: FormState;
|
|
13
|
+
unit: string;
|
|
14
|
+
unitPosition: TextFieldWrapperUnitPosition;
|
|
15
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTextFieldWrapper, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTextFieldWrapper, "p-text-field-wrapper,[p-text-field-wrapper]", never, { "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "state": "state"; "unit": "unit"; "unitPosition": "unitPosition"; }, {}, never, ["*"]>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
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);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTextListItem, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTextListItem, "p-text-list-item,[p-text-list-item]", never, {}, {}, never, ["*"]>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { ListType, OrderType, Theme } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PTextList {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
listType: ListType;
|
|
8
|
+
orderType: OrderType;
|
|
9
|
+
theme: Theme;
|
|
10
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTextList, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTextList, "p-text-list,[p-text-list]", never, { "listType": "listType"; "orderType": "orderType"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { TextAlign, TextColor, BreakpointCustomizable, TextSize, Theme, TextWeight } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PText {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
align: TextAlign;
|
|
8
|
+
color: TextColor;
|
|
9
|
+
ellipsis: boolean;
|
|
10
|
+
size: BreakpointCustomizable<TextSize>;
|
|
11
|
+
tag: "p" | "span" | "div" | "address" | "blockquote" | "figcaption" | "cite" | "time" | "legend";
|
|
12
|
+
theme: Theme;
|
|
13
|
+
weight: TextWeight;
|
|
14
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PText, never>;
|
|
16
|
+
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, ["*"]>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { BreakpointCustomizable, FormState } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PTextareaWrapper {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
description: string;
|
|
8
|
+
hideLabel: BreakpointCustomizable<boolean>;
|
|
9
|
+
label: string;
|
|
10
|
+
message: string;
|
|
11
|
+
showCharacterCount: boolean;
|
|
12
|
+
state: FormState;
|
|
13
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PTextareaWrapper, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTextareaWrapper, "p-textarea-wrapper,[p-textarea-wrapper]", never, { "description": "description"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "showCharacterCount": "showCharacterCount"; "state": "state"; }, {}, never, ["*"]>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { Theme } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PToast {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
theme: Theme;
|
|
8
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PToast, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PToast, "p-toast,[p-toast]", never, { "theme": "theme"; }, {}, never, ["*"]>;
|
|
11
|
+
}
|