@porsche-design-system/components-angular 3.0.0-alpha.1 → 3.0.0-alpha.3
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 +351 -3
- package/OSS_NOTICE +65234 -2280
- package/esm2020/lib/components/accordion.wrapper.mjs +3 -3
- package/esm2020/lib/components/banner.wrapper.mjs +3 -3
- package/esm2020/lib/components/barrel.mjs +4 -1
- package/esm2020/lib/components/button-pure.wrapper.mjs +1 -1
- package/esm2020/lib/components/button.wrapper.mjs +1 -1
- package/esm2020/lib/components/carousel.wrapper.mjs +4 -4
- package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +1 -1
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +1 -1
- package/esm2020/lib/components/divider.wrapper.mjs +3 -3
- package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +1 -1
- package/esm2020/lib/components/grid.wrapper.mjs +1 -1
- package/esm2020/lib/components/icon.wrapper.mjs +1 -1
- package/esm2020/lib/components/inline-notification.wrapper.mjs +1 -1
- package/esm2020/lib/components/link-pure.wrapper.mjs +1 -1
- package/esm2020/lib/components/link-social.wrapper.mjs +2 -2
- package/esm2020/lib/components/link-tile.wrapper.mjs +1 -1
- package/esm2020/lib/components/link.wrapper.mjs +1 -1
- package/esm2020/lib/components/marque.wrapper.mjs +1 -1
- package/esm2020/lib/components/modal.wrapper.mjs +4 -4
- package/esm2020/lib/components/model-signature.wrapper.mjs +35 -0
- package/esm2020/lib/components/pagination.wrapper.mjs +4 -4
- package/esm2020/lib/components/popover.wrapper.mjs +1 -1
- package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +1 -1
- package/esm2020/lib/components/scroller.wrapper.mjs +3 -3
- package/esm2020/lib/components/segmented-control-item.wrapper.mjs +1 -1
- package/esm2020/lib/components/segmented-control.wrapper.mjs +3 -3
- package/esm2020/lib/components/select-wrapper.wrapper.mjs +1 -1
- package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +1 -1
- package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +3 -3
- package/esm2020/lib/components/switch.wrapper.mjs +3 -3
- package/esm2020/lib/components/table.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +4 -4
- package/esm2020/lib/components/tabs.wrapper.mjs +4 -4
- package/esm2020/lib/components/tag.wrapper.mjs +1 -1
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-list.wrapper.mjs +3 -3
- package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +32 -31
- package/fesm2015/porsche-design-system-components-angular.mjs +197 -161
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +193 -161
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/accordion.wrapper.d.ts +3 -1
- package/lib/components/banner.wrapper.d.ts +3 -1
- package/lib/components/barrel.d.ts +3 -1
- package/lib/components/button-pure.wrapper.d.ts +8 -7
- package/lib/components/button.wrapper.d.ts +2 -2
- package/lib/components/carousel.wrapper.d.ts +9 -2
- package/lib/components/checkbox-wrapper.wrapper.d.ts +2 -2
- package/lib/components/content-wrapper.wrapper.d.ts +2 -0
- package/lib/components/divider.wrapper.d.ts +4 -2
- package/lib/components/fieldset-wrapper.wrapper.d.ts +2 -2
- package/lib/components/grid.wrapper.d.ts +1 -0
- package/lib/components/icon.wrapper.d.ts +1 -0
- package/lib/components/inline-notification.wrapper.d.ts +2 -2
- package/lib/components/link-pure.wrapper.d.ts +8 -7
- package/lib/components/link-social.wrapper.d.ts +4 -4
- package/lib/components/link-tile.wrapper.d.ts +3 -3
- package/lib/components/link.wrapper.d.ts +2 -2
- package/lib/components/marque.wrapper.d.ts +2 -2
- package/lib/components/modal.wrapper.d.ts +5 -1
- package/lib/components/model-signature.wrapper.d.ts +14 -0
- package/lib/components/pagination.wrapper.d.ts +11 -4
- package/lib/components/popover.wrapper.d.ts +2 -2
- package/lib/components/radio-button-wrapper.wrapper.d.ts +2 -2
- package/lib/components/scroller.wrapper.d.ts +9 -5
- package/lib/components/segmented-control-item.wrapper.d.ts +2 -2
- package/lib/components/segmented-control.wrapper.d.ts +4 -1
- package/lib/components/select-wrapper.wrapper.d.ts +3 -3
- package/lib/components/stepper-horizontal-item.wrapper.d.ts +2 -2
- package/lib/components/stepper-horizontal.wrapper.d.ts +5 -3
- package/lib/components/switch.wrapper.d.ts +5 -3
- package/lib/components/table.wrapper.d.ts +5 -3
- package/lib/components/tabs-bar.wrapper.d.ts +10 -6
- package/lib/components/tabs.wrapper.d.ts +10 -6
- package/lib/components/tag.wrapper.d.ts +2 -2
- package/lib/components/text-field-wrapper.wrapper.d.ts +6 -4
- package/lib/components/text-list.wrapper.d.ts +7 -4
- package/lib/components/textarea-wrapper.wrapper.d.ts +5 -3
- package/lib/types.d.ts +164 -60
- package/package.json +3 -3
- package/porsche-design-system.module.d.ts +31 -30
|
@@ -10,8 +10,10 @@ export declare class PAccordion {
|
|
|
10
10
|
size: BreakpointCustomizable<AccordionSize>;
|
|
11
11
|
tag: AccordionTag;
|
|
12
12
|
theme: Theme;
|
|
13
|
+
/** @deprecated */
|
|
13
14
|
accordionChange: EventEmitter<CustomEvent<AccordionChangeEvent>>;
|
|
15
|
+
change: EventEmitter<CustomEvent<AccordionChangeEvent>>;
|
|
14
16
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PAccordion, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion,[p-accordion]", never, { "compact": "compact"; "heading": "heading"; "open": "open"; "size": "size"; "tag": "tag"; "theme": "theme"; }, { "accordionChange": "accordionChange"; }, never, ["*"]>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion,[p-accordion]", never, { "compact": "compact"; "heading": "heading"; "open": "open"; "size": "size"; "tag": "tag"; "theme": "theme"; }, { "accordionChange": "accordionChange"; "change": "change"; }, never, ["*"]>;
|
|
17
19
|
}
|
|
@@ -4,6 +4,8 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PBanner {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
+
description: string;
|
|
8
|
+
heading: string;
|
|
7
9
|
persistent: boolean;
|
|
8
10
|
state: BannerState;
|
|
9
11
|
theme: Theme;
|
|
@@ -11,5 +13,5 @@ export declare class PBanner {
|
|
|
11
13
|
dismiss: EventEmitter<CustomEvent<void>>;
|
|
12
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PBanner, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PBanner, "p-banner,[p-banner]", never, { "persistent": "persistent"; "state": "state"; "theme": "theme"; "width": "width"; }, { "dismiss": "dismiss"; }, never, ["*"]>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PBanner, "p-banner,[p-banner]", never, { "description": "description"; "heading": "heading"; "persistent": "persistent"; "state": "state"; "theme": "theme"; "width": "width"; }, { "dismiss": "dismiss"; }, never, ["*"]>;
|
|
15
17
|
}
|
|
@@ -23,6 +23,7 @@ import { PLinkSocial } from './link-social.wrapper';
|
|
|
23
23
|
import { PLinkTile } from './link-tile.wrapper';
|
|
24
24
|
import { PMarque } from './marque.wrapper';
|
|
25
25
|
import { PModal } from './modal.wrapper';
|
|
26
|
+
import { PModelSignature } from './model-signature.wrapper';
|
|
26
27
|
import { PPagination } from './pagination.wrapper';
|
|
27
28
|
import { PPopover } from './popover.wrapper';
|
|
28
29
|
import { PRadioButtonWrapper } from './radio-button-wrapper.wrapper';
|
|
@@ -52,7 +53,7 @@ import { PTextList } from './text-list.wrapper';
|
|
|
52
53
|
import { PTextListItem } from './text-list-item.wrapper';
|
|
53
54
|
import { PTextareaWrapper } from './textarea-wrapper.wrapper';
|
|
54
55
|
import { PToast } from './toast.wrapper';
|
|
55
|
-
export declare const DECLARATIONS: (typeof PAccordion | typeof PBanner | typeof PButton | typeof PButtonGroup | typeof PButtonPure | typeof PCarousel | typeof PCheckboxWrapper | typeof PContentWrapper | typeof PDisplay | typeof PDivider | typeof PFieldsetWrapper | typeof PFlex | typeof PFlexItem | typeof PGrid | typeof PGridItem | typeof PHeading | typeof PHeadline | typeof PIcon | typeof PInlineNotification | typeof PLink | typeof PLinkPure | typeof PLinkSocial | typeof PLinkTile | typeof PMarque | typeof PModal | typeof PPagination | typeof PPopover | typeof PRadioButtonWrapper | typeof PScroller | typeof PSegmentedControl | typeof PSegmentedControlItem | typeof PSelectWrapper | typeof PSpinner | typeof PStepperHorizontal | typeof PStepperHorizontalItem | typeof PSwitch | typeof PTable | typeof PTableBody | typeof PTableCell | typeof PTableHead | typeof PTableHeadCell | typeof PTableHeadRow | typeof PTableRow | typeof PTabs | typeof PTabsBar | typeof PTabsItem | typeof PTag | typeof PTagDismissible | typeof PText | typeof PTextFieldWrapper | typeof PTextList | typeof PTextListItem | typeof PTextareaWrapper | typeof PToast)[];
|
|
56
|
+
export declare const DECLARATIONS: (typeof PAccordion | typeof PBanner | typeof PButton | typeof PButtonGroup | typeof PButtonPure | typeof PCarousel | typeof PCheckboxWrapper | typeof PContentWrapper | typeof PDisplay | typeof PDivider | typeof PFieldsetWrapper | typeof PFlex | typeof PFlexItem | typeof PGrid | typeof PGridItem | typeof PHeading | typeof PHeadline | typeof PIcon | typeof PInlineNotification | typeof PLink | typeof PLinkPure | typeof PLinkSocial | typeof PLinkTile | typeof PMarque | typeof PModal | typeof PModelSignature | typeof PPagination | typeof PPopover | typeof PRadioButtonWrapper | typeof PScroller | typeof PSegmentedControl | typeof PSegmentedControlItem | typeof PSelectWrapper | typeof PSpinner | typeof PStepperHorizontal | typeof PStepperHorizontalItem | typeof PSwitch | typeof PTable | typeof PTableBody | typeof PTableCell | typeof PTableHead | typeof PTableHeadCell | typeof PTableHeadRow | typeof PTableRow | typeof PTabs | typeof PTabsBar | typeof PTabsItem | typeof PTag | typeof PTagDismissible | typeof PText | typeof PTextFieldWrapper | typeof PTextList | typeof PTextListItem | typeof PTextareaWrapper | typeof PToast)[];
|
|
56
57
|
export * from './accordion.wrapper';
|
|
57
58
|
export * from './banner.wrapper';
|
|
58
59
|
export * from './button.wrapper';
|
|
@@ -78,6 +79,7 @@ export * from './link-social.wrapper';
|
|
|
78
79
|
export * from './link-tile.wrapper';
|
|
79
80
|
export * from './marque.wrapper';
|
|
80
81
|
export * from './modal.wrapper';
|
|
82
|
+
export * from './model-signature.wrapper';
|
|
81
83
|
export * from './pagination.wrapper';
|
|
82
84
|
export * from './popover.wrapper';
|
|
83
85
|
export * from './radio-button-wrapper.wrapper';
|
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { BreakpointCustomizable,
|
|
2
|
+
import type { BreakpointCustomizable, ButtonPureAlignLabel, SelectedAriaAttributes, ButtonPureAriaAttribute, ButtonPureIcon, ButtonPureSize, Theme, ButtonPureType, ButtonPureWeight } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PButtonPure {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
7
|
active: boolean;
|
|
8
|
-
alignLabel: BreakpointCustomizable<
|
|
9
|
-
aria: SelectedAriaAttributes<
|
|
8
|
+
alignLabel: BreakpointCustomizable<ButtonPureAlignLabel>;
|
|
9
|
+
aria: SelectedAriaAttributes<ButtonPureAriaAttribute>;
|
|
10
10
|
disabled: boolean;
|
|
11
11
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
12
|
-
icon:
|
|
12
|
+
icon: ButtonPureIcon;
|
|
13
13
|
iconSource: string;
|
|
14
14
|
loading: boolean;
|
|
15
|
-
size: BreakpointCustomizable<
|
|
15
|
+
size: BreakpointCustomizable<ButtonPureSize>;
|
|
16
16
|
stretch: BreakpointCustomizable<boolean>;
|
|
17
17
|
theme: Theme;
|
|
18
|
-
type:
|
|
19
|
-
|
|
18
|
+
type: ButtonPureType;
|
|
19
|
+
/** @deprecated */
|
|
20
|
+
weight: ButtonPureWeight;
|
|
20
21
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButtonPure, never>;
|
|
22
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonPure, "p-button-pure,[p-button-pure]", never, { "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"; }, {}, never, ["*"]>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { SelectedAriaAttributes, ButtonAriaAttribute, BreakpointCustomizable,
|
|
2
|
+
import type { SelectedAriaAttributes, ButtonAriaAttribute, BreakpointCustomizable, ButtonIcon, Theme, ButtonType, ButtonVariant } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PButton {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -7,7 +7,7 @@ export declare class PButton {
|
|
|
7
7
|
aria: SelectedAriaAttributes<ButtonAriaAttribute>;
|
|
8
8
|
disabled: boolean;
|
|
9
9
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
10
|
-
icon:
|
|
10
|
+
icon: ButtonIcon;
|
|
11
11
|
iconSource: string;
|
|
12
12
|
loading: boolean;
|
|
13
13
|
theme: Theme;
|
|
@@ -1,19 +1,26 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
-
import type { BreakpointCustomizable, CarouselInternationalization, CarouselChangeEvent, Theme } from '../types';
|
|
2
|
+
import type { CarouselAlignHeader, BreakpointCustomizable, CarouselInternationalization, CarouselChangeEvent, Theme, CarouselWidth } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PCarousel {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
+
alignHeader: CarouselAlignHeader;
|
|
7
8
|
description: string;
|
|
9
|
+
/** @deprecated */
|
|
8
10
|
disablePagination: BreakpointCustomizable<boolean>;
|
|
9
11
|
heading: string;
|
|
10
12
|
intl: CarouselInternationalization;
|
|
13
|
+
pagination: BreakpointCustomizable<boolean>;
|
|
11
14
|
rewind: boolean;
|
|
12
15
|
slidesPerPage: BreakpointCustomizable<number>;
|
|
13
16
|
theme: Theme;
|
|
17
|
+
width: CarouselWidth;
|
|
18
|
+
/** @deprecated */
|
|
14
19
|
wrapContent: boolean;
|
|
20
|
+
/** @deprecated */
|
|
15
21
|
carouselChange: EventEmitter<CustomEvent<CarouselChangeEvent>>;
|
|
22
|
+
change: EventEmitter<CustomEvent<CarouselChangeEvent>>;
|
|
16
23
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
17
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCarousel, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PCarousel, "p-carousel,[p-carousel]", never, { "description": "description"; "disablePagination": "disablePagination"; "heading": "heading"; "intl": "intl"; "rewind": "rewind"; "slidesPerPage": "slidesPerPage"; "theme": "theme"; "wrapContent": "wrapContent"; }, { "carouselChange": "carouselChange"; }, never, ["*"]>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCarousel, "p-carousel,[p-carousel]", never, { "alignHeader": "alignHeader"; "description": "description"; "disablePagination": "disablePagination"; "heading": "heading"; "intl": "intl"; "pagination": "pagination"; "rewind": "rewind"; "slidesPerPage": "slidesPerPage"; "theme": "theme"; "width": "width"; "wrapContent": "wrapContent"; }, { "carouselChange": "carouselChange"; "change": "change"; }, never, ["*"]>;
|
|
19
26
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { BreakpointCustomizable,
|
|
2
|
+
import type { BreakpointCustomizable, CheckboxWrapperState, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PCheckboxWrapper {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -7,7 +7,7 @@ export declare class PCheckboxWrapper {
|
|
|
7
7
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
8
8
|
label: string;
|
|
9
9
|
message: string;
|
|
10
|
-
state:
|
|
10
|
+
state: CheckboxWrapperState;
|
|
11
11
|
theme: Theme;
|
|
12
12
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCheckboxWrapper, never>;
|
|
@@ -5,7 +5,9 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class PContentWrapper {
|
|
6
6
|
protected z: NgZone;
|
|
7
7
|
protected el: HTMLElement;
|
|
8
|
+
/** @deprecated */
|
|
8
9
|
backgroundColor: ContentWrapperBackgroundColor;
|
|
10
|
+
/** @deprecated */
|
|
9
11
|
theme: Theme;
|
|
10
12
|
width: ContentWrapperWidth;
|
|
11
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { DividerColor, BreakpointCustomizable, DividerOrientation, Theme } from '../types';
|
|
2
|
+
import type { DividerColor, BreakpointCustomizable, DividerDirection, DividerOrientation, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PDivider {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
7
|
color: DividerColor;
|
|
8
|
+
direction: BreakpointCustomizable<DividerDirection>;
|
|
9
|
+
/** @deprecated */
|
|
8
10
|
orientation: BreakpointCustomizable<DividerOrientation>;
|
|
9
11
|
theme: Theme;
|
|
10
12
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDivider, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider,[p-divider]", never, { "color": "color"; "orientation": "orientation"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider,[p-divider]", never, { "color": "color"; "direction": "direction"; "orientation": "orientation"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
13
15
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { FieldsetWrapperLabelSize,
|
|
2
|
+
import type { FieldsetWrapperLabelSize, FieldsetWrapperState, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PFieldsetWrapper {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -8,7 +8,7 @@ export declare class PFieldsetWrapper {
|
|
|
8
8
|
labelSize: FieldsetWrapperLabelSize;
|
|
9
9
|
message: string;
|
|
10
10
|
required: boolean;
|
|
11
|
-
state:
|
|
11
|
+
state: FieldsetWrapperState;
|
|
12
12
|
theme: Theme;
|
|
13
13
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFieldsetWrapper, never>;
|
|
@@ -6,6 +6,7 @@ export declare class PGrid {
|
|
|
6
6
|
protected z: NgZone;
|
|
7
7
|
protected el: HTMLElement;
|
|
8
8
|
direction: BreakpointCustomizable<GridDirection>;
|
|
9
|
+
/** @deprecated */
|
|
9
10
|
gutter: BreakpointCustomizable<GridGutter>;
|
|
10
11
|
wrap: BreakpointCustomizable<GridWrap>;
|
|
11
12
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
-
import type {
|
|
2
|
+
import type { InlineNotificationActionIcon, InlineNotificationState, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PInlineNotification {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
actionIcon:
|
|
7
|
+
actionIcon: InlineNotificationActionIcon;
|
|
8
8
|
actionLabel: string;
|
|
9
9
|
actionLoading: boolean;
|
|
10
10
|
description: string;
|
|
@@ -1,24 +1,25 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { BreakpointCustomizable,
|
|
2
|
+
import type { BreakpointCustomizable, LinkPureAlignLabel, SelectedAriaAttributes, LinkPureAriaAttribute, LinkPureIcon, LinkPureSize, LinkPureTarget, Theme, LinkPureWeight } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PLinkPure {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
7
|
active: boolean;
|
|
8
|
-
alignLabel: BreakpointCustomizable<
|
|
9
|
-
aria: SelectedAriaAttributes<
|
|
8
|
+
alignLabel: BreakpointCustomizable<LinkPureAlignLabel>;
|
|
9
|
+
aria: SelectedAriaAttributes<LinkPureAriaAttribute>;
|
|
10
10
|
download: string;
|
|
11
11
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
12
12
|
href: string;
|
|
13
|
-
icon:
|
|
13
|
+
icon: LinkPureIcon;
|
|
14
14
|
iconSource: string;
|
|
15
15
|
rel: string;
|
|
16
|
-
size: BreakpointCustomizable<
|
|
16
|
+
size: BreakpointCustomizable<LinkPureSize>;
|
|
17
17
|
stretch: BreakpointCustomizable<boolean>;
|
|
18
|
-
target:
|
|
18
|
+
target: LinkPureTarget;
|
|
19
19
|
theme: Theme;
|
|
20
20
|
underline: boolean;
|
|
21
|
-
|
|
21
|
+
/** @deprecated */
|
|
22
|
+
weight: LinkPureWeight;
|
|
22
23
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkPure, never>;
|
|
24
25
|
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"; "underline": "underline"; "weight": "weight"; }, {}, never, ["*"]>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { BreakpointCustomizable,
|
|
2
|
+
import type { BreakpointCustomizable, LinkSocialIcon, LinkSocialTarget, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
/** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social instead. */
|
|
4
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
|
|
5
5
|
export declare class PLinkSocial {
|
|
6
6
|
protected z: NgZone;
|
|
7
7
|
protected el: HTMLElement;
|
|
8
8
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
9
9
|
href: string;
|
|
10
|
-
icon:
|
|
10
|
+
icon: LinkSocialIcon;
|
|
11
11
|
iconSource: string;
|
|
12
12
|
rel: string;
|
|
13
|
-
target:
|
|
13
|
+
target: LinkSocialTarget;
|
|
14
14
|
theme: Theme;
|
|
15
15
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkSocial, never>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { LinkTileAlign, SelectedAriaAttributes,
|
|
2
|
+
import type { LinkTileAlign, SelectedAriaAttributes, LinkTileAriaAttribute, BreakpointCustomizable, LinkTileAspectRatio, LinkTileSize, LinkTileTarget, LinkTileWeight } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PLinkTile {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
7
|
align: LinkTileAlign;
|
|
8
|
-
aria: SelectedAriaAttributes<
|
|
8
|
+
aria: SelectedAriaAttributes<LinkTileAriaAttribute>;
|
|
9
9
|
aspectRatio: BreakpointCustomizable<LinkTileAspectRatio>;
|
|
10
10
|
compact: BreakpointCustomizable<boolean>;
|
|
11
11
|
description: string;
|
|
@@ -15,7 +15,7 @@ export declare class PLinkTile {
|
|
|
15
15
|
label: string;
|
|
16
16
|
rel: string;
|
|
17
17
|
size: BreakpointCustomizable<LinkTileSize>;
|
|
18
|
-
target:
|
|
18
|
+
target: LinkTileTarget;
|
|
19
19
|
weight: BreakpointCustomizable<LinkTileWeight>;
|
|
20
20
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkTile, never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { SelectedAriaAttributes, LinkAriaAttribute, BreakpointCustomizable,
|
|
2
|
+
import type { SelectedAriaAttributes, LinkAriaAttribute, BreakpointCustomizable, LinkIcon, LinkTarget, Theme, LinkVariant } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PLink {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -8,7 +8,7 @@ export declare class PLink {
|
|
|
8
8
|
download: string;
|
|
9
9
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
10
10
|
href: string;
|
|
11
|
-
icon:
|
|
11
|
+
icon: LinkIcon;
|
|
12
12
|
iconSource: string;
|
|
13
13
|
rel: string;
|
|
14
14
|
target: LinkTarget;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { SelectedAriaAttributes, MarqueAriaAttribute, MarqueSize,
|
|
2
|
+
import type { SelectedAriaAttributes, MarqueAriaAttribute, MarqueSize, MarqueTarget } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PMarque {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -7,7 +7,7 @@ export declare class PMarque {
|
|
|
7
7
|
aria: SelectedAriaAttributes<MarqueAriaAttribute>;
|
|
8
8
|
href: string;
|
|
9
9
|
size: MarqueSize;
|
|
10
|
-
target:
|
|
10
|
+
target: MarqueTarget;
|
|
11
11
|
trademark: boolean;
|
|
12
12
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PMarque, never>;
|
|
@@ -6,12 +6,16 @@ export declare class PModal {
|
|
|
6
6
|
protected el: HTMLElement;
|
|
7
7
|
aria: SelectedAriaAttributes<ModalAriaAttribute>;
|
|
8
8
|
disableBackdropClick: boolean;
|
|
9
|
+
/** @deprecated */
|
|
9
10
|
disableCloseButton: boolean;
|
|
11
|
+
dismissButton: boolean;
|
|
10
12
|
fullscreen: BreakpointCustomizable<boolean>;
|
|
11
13
|
heading: string;
|
|
12
14
|
open: boolean;
|
|
15
|
+
/** @deprecated */
|
|
13
16
|
close: EventEmitter<CustomEvent<void>>;
|
|
17
|
+
dismiss: EventEmitter<CustomEvent<void>>;
|
|
14
18
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
19
|
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, ["*"]>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal,[p-modal]", never, { "aria": "aria"; "disableBackdropClick": "disableBackdropClick"; "disableCloseButton": "disableCloseButton"; "dismissButton": "dismissButton"; "fullscreen": "fullscreen"; "heading": "heading"; "open": "open"; }, { "close": "close"; "dismiss": "dismiss"; }, never, ["*"]>;
|
|
17
21
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import type { ModelSignatureColor, ModelSignatureModel, ModelSignatureSize, Theme } from '../types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PModelSignature {
|
|
5
|
+
protected z: NgZone;
|
|
6
|
+
protected el: HTMLElement;
|
|
7
|
+
color: ModelSignatureColor;
|
|
8
|
+
model: ModelSignatureModel;
|
|
9
|
+
size: ModelSignatureSize;
|
|
10
|
+
theme: Theme;
|
|
11
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PModelSignature, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModelSignature, "p-model-signature,[p-model-signature]", never, { "color": "color"; "model": "model"; "size": "size"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
14
|
+
}
|
|
@@ -1,20 +1,27 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
-
import type { BreakpointCustomizable,
|
|
2
|
+
import type { PaginationInternationalization, BreakpointCustomizable, PaginationMaxNumberOfPageLinks, PaginationChangeEvent, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PPagination {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
7
|
activePage: number;
|
|
8
|
+
/** @deprecated */
|
|
8
9
|
allyLabel: string;
|
|
10
|
+
/** @deprecated */
|
|
9
11
|
allyLabelNext: string;
|
|
12
|
+
/** @deprecated */
|
|
10
13
|
allyLabelPage: string;
|
|
14
|
+
/** @deprecated */
|
|
11
15
|
allyLabelPrev: string;
|
|
16
|
+
intl: PaginationInternationalization;
|
|
12
17
|
itemsPerPage: number;
|
|
13
|
-
maxNumberOfPageLinks: BreakpointCustomizable<
|
|
18
|
+
maxNumberOfPageLinks: BreakpointCustomizable<PaginationMaxNumberOfPageLinks>;
|
|
14
19
|
theme: Theme;
|
|
15
20
|
totalItemsCount: number;
|
|
16
|
-
|
|
21
|
+
change: EventEmitter<CustomEvent<PaginationChangeEvent>>;
|
|
22
|
+
/** @deprecated */
|
|
23
|
+
pageChange: EventEmitter<CustomEvent<PaginationChangeEvent>>;
|
|
17
24
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
18
25
|
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, ["*"]>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination,[p-pagination]", never, { "activePage": "activePage"; "allyLabel": "allyLabel"; "allyLabelNext": "allyLabelNext"; "allyLabelPage": "allyLabelPage"; "allyLabelPrev": "allyLabelPrev"; "intl": "intl"; "itemsPerPage": "itemsPerPage"; "maxNumberOfPageLinks": "maxNumberOfPageLinks"; "theme": "theme"; "totalItemsCount": "totalItemsCount"; }, { "change": "change"; "pageChange": "pageChange"; }, never, ["*"]>;
|
|
20
27
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { SelectedAriaAttributes, PopoverDirection, Theme } from '../types';
|
|
2
|
+
import type { SelectedAriaAttributes, PopoverAriaAttribute, PopoverDirection, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PPopover {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
aria: SelectedAriaAttributes<
|
|
7
|
+
aria: SelectedAriaAttributes<PopoverAriaAttribute>;
|
|
8
8
|
description: string;
|
|
9
9
|
direction: PopoverDirection;
|
|
10
10
|
theme: Theme;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type { BreakpointCustomizable,
|
|
2
|
+
import type { BreakpointCustomizable, RadioButtonWrapperState, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PRadioButtonWrapper {
|
|
5
5
|
protected z: NgZone;
|
|
@@ -7,7 +7,7 @@ export declare class PRadioButtonWrapper {
|
|
|
7
7
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
8
8
|
label: string;
|
|
9
9
|
message: string;
|
|
10
|
-
state:
|
|
10
|
+
state: RadioButtonWrapperState;
|
|
11
11
|
theme: Theme;
|
|
12
12
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PRadioButtonWrapper, never>;
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type {
|
|
2
|
+
import type { ScrollerAlignScrollIndicator, ScrollerGradientColor, ScrollerGradientColorScheme, ScrollerScrollIndicatorPosition, ScrollerScrollToPosition, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PScroller {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
alignScrollIndicator: ScrollerAlignScrollIndicator;
|
|
8
|
+
gradientColor: ScrollerGradientColor;
|
|
9
|
+
/** @deprecated */
|
|
10
|
+
gradientColorScheme: ScrollerGradientColorScheme;
|
|
11
|
+
/** @deprecated */
|
|
12
|
+
scrollIndicatorPosition: ScrollerScrollIndicatorPosition;
|
|
13
|
+
scrollToPosition: ScrollerScrollToPosition;
|
|
10
14
|
theme: Theme;
|
|
11
15
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<PScroller, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PScroller, "p-scroller,[p-scroller]", never, { "gradientColorScheme": "gradientColorScheme"; "scrollIndicatorPosition": "scrollIndicatorPosition"; "scrollToPosition": "scrollToPosition"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PScroller, "p-scroller,[p-scroller]", never, { "alignScrollIndicator": "alignScrollIndicator"; "gradientColor": "gradientColor"; "gradientColorScheme": "gradientColorScheme"; "scrollIndicatorPosition": "scrollIndicatorPosition"; "scrollToPosition": "scrollToPosition"; "theme": "theme"; }, {}, never, ["*"]>;
|
|
14
18
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type {
|
|
2
|
+
import type { SegmentedControlItemIcon } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PSegmentedControlItem {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
7
|
disabled: boolean;
|
|
8
|
-
icon:
|
|
8
|
+
icon: SegmentedControlItemIcon;
|
|
9
9
|
iconSource: string;
|
|
10
10
|
label: string;
|
|
11
11
|
value: string | number;
|
|
@@ -4,11 +4,14 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PSegmentedControl {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
+
/** @deprecated */
|
|
7
8
|
backgroundColor: SegmentedControlBackgroundColor;
|
|
8
9
|
theme: Theme;
|
|
9
10
|
value: string | number;
|
|
11
|
+
change: EventEmitter<CustomEvent<SegmentedControlChangeEvent>>;
|
|
12
|
+
/** @deprecated */
|
|
10
13
|
segmentedControlChange: EventEmitter<CustomEvent<SegmentedControlChangeEvent>>;
|
|
11
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentedControl, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControl, "p-segmented-control,[p-segmented-control]", never, { "backgroundColor": "backgroundColor"; "theme": "theme"; "value": "value"; }, { "segmentedControlChange": "segmentedControlChange"; }, never, ["*"]>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControl, "p-segmented-control,[p-segmented-control]", never, { "backgroundColor": "backgroundColor"; "theme": "theme"; "value": "value"; }, { "change": "change"; "segmentedControlChange": "segmentedControlChange"; }, never, ["*"]>;
|
|
14
17
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type {
|
|
2
|
+
import type { SelectWrapperDropdownDirection, BreakpointCustomizable, SelectWrapperState, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PSelectWrapper {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
7
|
description: string;
|
|
8
|
-
dropdownDirection:
|
|
8
|
+
dropdownDirection: SelectWrapperDropdownDirection;
|
|
9
9
|
filter: boolean;
|
|
10
10
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
11
11
|
label: string;
|
|
12
12
|
message: string;
|
|
13
13
|
native: boolean;
|
|
14
|
-
state:
|
|
14
|
+
state: SelectWrapperState;
|
|
15
15
|
theme: Theme;
|
|
16
16
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSelectWrapper, never>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import type {
|
|
2
|
+
import type { StepperHorizontalItemState } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PStepperHorizontalItem {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
7
|
disabled: boolean;
|
|
8
|
-
state:
|
|
8
|
+
state: StepperHorizontalItemState;
|
|
9
9
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<PStepperHorizontalItem, never>;
|
|
11
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontalItem, "p-stepper-horizontal-item,[p-stepper-horizontal-item]", never, { "disabled": "disabled"; "state": "state"; }, {}, never, ["*"]>;
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
-
import type {
|
|
2
|
+
import type { StepperHorizontalChangeEvent, BreakpointCustomizable, StepperHorizontalSize, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PStepperHorizontal {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
7
|
size: BreakpointCustomizable<StepperHorizontalSize>;
|
|
8
8
|
theme: Theme;
|
|
9
|
-
|
|
9
|
+
change: EventEmitter<CustomEvent<StepperHorizontalChangeEvent>>;
|
|
10
|
+
/** @deprecated */
|
|
11
|
+
stepChange: EventEmitter<CustomEvent<StepperHorizontalChangeEvent>>;
|
|
10
12
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PStepperHorizontal, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontal, "p-stepper-horizontal,[p-stepper-horizontal]", never, { "size": "size"; "theme": "theme"; }, { "stepChange": "stepChange"; }, never, ["*"]>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontal, "p-stepper-horizontal,[p-stepper-horizontal]", never, { "size": "size"; "theme": "theme"; }, { "change": "change"; "stepChange": "stepChange"; }, never, ["*"]>;
|
|
13
15
|
}
|
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
-
import type { BreakpointCustomizable,
|
|
2
|
+
import type { BreakpointCustomizable, SwitchAlignLabel, SwitchChangeEvent, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PSwitch {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
|
-
alignLabel: BreakpointCustomizable<
|
|
7
|
+
alignLabel: BreakpointCustomizable<SwitchAlignLabel>;
|
|
8
8
|
checked: boolean;
|
|
9
9
|
disabled: boolean;
|
|
10
10
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
11
11
|
loading: boolean;
|
|
12
12
|
stretch: BreakpointCustomizable<boolean>;
|
|
13
13
|
theme: Theme;
|
|
14
|
+
change: EventEmitter<CustomEvent<SwitchChangeEvent>>;
|
|
15
|
+
/** @deprecated */
|
|
14
16
|
switchChange: EventEmitter<CustomEvent<SwitchChangeEvent>>;
|
|
15
17
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
16
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSwitch, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSwitch, "p-switch,[p-switch]", never, { "alignLabel": "alignLabel"; "checked": "checked"; "disabled": "disabled"; "hideLabel": "hideLabel"; "loading": "loading"; "stretch": "stretch"; "theme": "theme"; }, { "switchChange": "switchChange"; }, never, ["*"]>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSwitch, "p-switch,[p-switch]", never, { "alignLabel": "alignLabel"; "checked": "checked"; "disabled": "disabled"; "hideLabel": "hideLabel"; "loading": "loading"; "stretch": "stretch"; "theme": "theme"; }, { "change": "change"; "switchChange": "switchChange"; }, never, ["*"]>;
|
|
18
20
|
}
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
|
-
import type {
|
|
2
|
+
import type { TableChangeEvent } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PTable {
|
|
5
5
|
protected z: NgZone;
|
|
6
6
|
protected el: HTMLElement;
|
|
7
7
|
caption: string;
|
|
8
|
-
|
|
8
|
+
change: EventEmitter<CustomEvent<TableChangeEvent>>;
|
|
9
|
+
/** @deprecated */
|
|
10
|
+
sortingChange: EventEmitter<CustomEvent<TableChangeEvent>>;
|
|
9
11
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
10
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTable, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTable, "p-table,[p-table]", never, { "caption": "caption"; }, { "sortingChange": "sortingChange"; }, never, ["*"]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTable, "p-table,[p-table]", never, { "caption": "caption"; }, { "change": "change"; "sortingChange": "sortingChange"; }, never, ["*"]>;
|
|
12
14
|
}
|