@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,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { BreakpointCustomizable, LinkPureAlignLabel, SelectedAriaAttributes, LinkPureAriaAttribute, LinkPureIcon, LinkPureSize, LinkPureTarget, Theme, LinkPureWeight } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PLinkPure {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PLinkPure extends BaseComponentWithTheme {
|
|
7
5
|
active?: boolean;
|
|
8
6
|
alignLabel?: BreakpointCustomizable<LinkPureAlignLabel>;
|
|
9
7
|
aria?: SelectedAriaAttributes<LinkPureAriaAttribute>;
|
|
@@ -20,7 +18,6 @@ export declare class PLinkPure {
|
|
|
20
18
|
underline?: boolean;
|
|
21
19
|
/** @deprecated */
|
|
22
20
|
weight?: LinkPureWeight;
|
|
23
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
24
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkPure, never>;
|
|
25
22
|
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, ["*"], false, never>;
|
|
26
23
|
}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { BreakpointCustomizable, LinkSocialIcon, LinkSocialTarget, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
|
|
5
|
-
export declare class PLinkSocial {
|
|
6
|
-
protected z: NgZone;
|
|
7
|
-
protected el: HTMLElement;
|
|
5
|
+
export declare class PLinkSocial extends BaseComponentWithTheme {
|
|
8
6
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
9
7
|
href?: string;
|
|
10
8
|
icon?: LinkSocialIcon;
|
|
@@ -12,7 +10,6 @@ export declare class PLinkSocial {
|
|
|
12
10
|
rel?: string;
|
|
13
11
|
target?: LinkSocialTarget;
|
|
14
12
|
theme?: Theme;
|
|
15
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
16
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkSocial, never>;
|
|
17
14
|
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, ["*"], false, never>;
|
|
18
15
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponent } from '../../utils';
|
|
2
2
|
import type { BreakpointCustomizable, LinkTileModelSignatureAspectRatio, LinkTileModelSignatureHeadingTag, LinkTileModelSignatureLinkDirection, LinkTileModelSignatureModel, LinkTileModelSignatureWeight } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PLinkTileModelSignature {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PLinkTileModelSignature extends BaseComponent {
|
|
7
5
|
aspectRatio?: BreakpointCustomizable<LinkTileModelSignatureAspectRatio>;
|
|
8
6
|
description?: string;
|
|
9
7
|
heading: string;
|
|
@@ -11,7 +9,6 @@ export declare class PLinkTileModelSignature {
|
|
|
11
9
|
linkDirection?: BreakpointCustomizable<LinkTileModelSignatureLinkDirection>;
|
|
12
10
|
model?: LinkTileModelSignatureModel;
|
|
13
11
|
weight?: BreakpointCustomizable<LinkTileModelSignatureWeight>;
|
|
14
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkTileModelSignature, never>;
|
|
16
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkTileModelSignature, "p-link-tile-model-signature,[p-link-tile-model-signature]", never, { "aspectRatio": "aspectRatio"; "description": "description"; "heading": "heading"; "headingTag": "headingTag"; "linkDirection": "linkDirection"; "model": "model"; "weight": "weight"; }, {}, never, ["*"], false, never>;
|
|
17
14
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponent } from '../../utils';
|
|
2
2
|
import type { LinkTileAlign, SelectedAriaAttributes, LinkTileAriaAttribute, BreakpointCustomizable, LinkTileAspectRatio, LinkTileBackground, LinkTileSize, LinkTileTarget, LinkTileWeight } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PLinkTile {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PLinkTile extends BaseComponent {
|
|
7
5
|
align?: LinkTileAlign;
|
|
8
6
|
aria?: SelectedAriaAttributes<LinkTileAriaAttribute>;
|
|
9
7
|
aspectRatio?: BreakpointCustomizable<LinkTileAspectRatio>;
|
|
@@ -18,7 +16,6 @@ export declare class PLinkTile {
|
|
|
18
16
|
size?: BreakpointCustomizable<LinkTileSize>;
|
|
19
17
|
target?: LinkTileTarget;
|
|
20
18
|
weight?: BreakpointCustomizable<LinkTileWeight>;
|
|
21
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
22
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkTile, never>;
|
|
23
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkTile, "p-link-tile,[p-link-tile]", never, { "align": "align"; "aria": "aria"; "aspectRatio": "aspectRatio"; "background": "background"; "compact": "compact"; "description": "description"; "download": "download"; "gradient": "gradient"; "href": "href"; "label": "label"; "rel": "rel"; "size": "size"; "target": "target"; "weight": "weight"; }, {}, never, ["*"], false, never>;
|
|
24
21
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { SelectedAriaAttributes, LinkAriaAttribute, BreakpointCustomizable, LinkIcon, LinkTarget, Theme, LinkVariant } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PLink {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PLink extends BaseComponentWithTheme {
|
|
7
5
|
aria?: SelectedAriaAttributes<LinkAriaAttribute>;
|
|
8
6
|
download?: string;
|
|
9
7
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
@@ -14,7 +12,6 @@ export declare class PLink {
|
|
|
14
12
|
target?: LinkTarget;
|
|
15
13
|
theme?: Theme;
|
|
16
14
|
variant?: LinkVariant;
|
|
17
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
18
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLink, never>;
|
|
19
16
|
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, ["*"], false, never>;
|
|
20
17
|
}
|
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponent } from '../../utils';
|
|
2
2
|
import type { SelectedAriaAttributes, MarqueAriaAttribute, MarqueSize, MarqueTarget, MarqueVariant } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-wordmark" instead. */
|
|
5
|
-
export declare class PMarque {
|
|
6
|
-
protected z: NgZone;
|
|
7
|
-
protected el: HTMLElement;
|
|
5
|
+
export declare class PMarque extends BaseComponent {
|
|
8
6
|
aria?: SelectedAriaAttributes<MarqueAriaAttribute>;
|
|
9
7
|
href?: string;
|
|
10
8
|
size?: MarqueSize;
|
|
11
9
|
target?: MarqueTarget;
|
|
12
10
|
trademark?: boolean;
|
|
13
11
|
variant?: MarqueVariant;
|
|
14
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PMarque, never>;
|
|
16
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<PMarque, "p-marque,[p-marque]", never, { "aria": "aria"; "href": "href"; "size": "size"; "target": "target"; "trademark": "trademark"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
17
14
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
3
|
import type { SelectedAriaAttributes, ModalAriaAttribute, BreakpointCustomizable, Theme } from '../types';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PModal {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
5
|
+
export declare class PModal extends BaseComponentWithTheme {
|
|
7
6
|
aria?: SelectedAriaAttributes<ModalAriaAttribute>;
|
|
8
7
|
disableBackdropClick?: boolean;
|
|
9
8
|
/** @deprecated */
|
|
@@ -16,7 +15,6 @@ export declare class PModal {
|
|
|
16
15
|
/** @deprecated */
|
|
17
16
|
close: EventEmitter<CustomEvent<void>>;
|
|
18
17
|
dismiss: EventEmitter<CustomEvent<void>>;
|
|
19
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
20
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModal, never>;
|
|
21
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal,[p-modal]", never, { "aria": "aria"; "disableBackdropClick": "disableBackdropClick"; "disableCloseButton": "disableCloseButton"; "dismissButton": "dismissButton"; "fullscreen": "fullscreen"; "heading": "heading"; "open": "open"; "theme": "theme"; }, { "close": "close"; "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
22
20
|
}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { ModelSignatureColor, ModelSignatureModel, ModelSignatureSize, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PModelSignature {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PModelSignature extends BaseComponentWithTheme {
|
|
7
5
|
color?: ModelSignatureColor;
|
|
8
6
|
model?: ModelSignatureModel;
|
|
9
7
|
size?: ModelSignatureSize;
|
|
10
8
|
theme?: Theme;
|
|
11
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModelSignature, never>;
|
|
13
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<PModelSignature, "p-model-signature,[p-model-signature]", never, { "color": "color"; "model": "model"; "size": "size"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
14
11
|
}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponent } from '../../utils';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PMultiSelectOption {
|
|
4
|
-
protected z: NgZone;
|
|
5
|
-
protected el: HTMLElement;
|
|
3
|
+
export declare class PMultiSelectOption extends BaseComponent {
|
|
6
4
|
disabled?: boolean;
|
|
7
5
|
value: string;
|
|
8
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
9
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<PMultiSelectOption, never>;
|
|
10
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<PMultiSelectOption, "p-multi-select-option,[p-multi-select-option]", never, { "disabled": "disabled"; "value": "value"; }, {}, never, ["*"], false, never>;
|
|
11
8
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
3
|
import type { MultiSelectDropdownDirection, BreakpointCustomizable, MultiSelectUpdateEvent, MultiSelectState, Theme } from '../types';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PMultiSelect {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
5
|
+
export declare class PMultiSelect extends BaseComponentWithTheme {
|
|
7
6
|
description?: string;
|
|
8
7
|
disabled?: boolean;
|
|
9
8
|
dropdownDirection?: MultiSelectDropdownDirection;
|
|
@@ -16,7 +15,6 @@ export declare class PMultiSelect {
|
|
|
16
15
|
theme?: Theme;
|
|
17
16
|
value?: string[];
|
|
18
17
|
update: EventEmitter<CustomEvent<MultiSelectUpdateEvent>>;
|
|
19
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
20
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<PMultiSelect, never>;
|
|
21
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<PMultiSelect, "p-multi-select,[p-multi-select]", never, { "description": "description"; "disabled": "disabled"; "dropdownDirection": "dropdownDirection"; "hideLabel": "hideLabel"; "label": "label"; "message": "message"; "name": "name"; "required": "required"; "state": "state"; "theme": "theme"; "value": "value"; }, { "update": "update"; }, never, ["*"], false, never>;
|
|
22
20
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
3
|
import type { PaginationInternationalization, BreakpointCustomizable, PaginationMaxNumberOfPageLinks, PaginationUpdateEvent, Theme } from '../types';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PPagination {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
5
|
+
export declare class PPagination extends BaseComponentWithTheme {
|
|
7
6
|
activePage: number;
|
|
8
7
|
/** @deprecated */
|
|
9
8
|
allyLabel?: string;
|
|
@@ -22,7 +21,6 @@ export declare class PPagination {
|
|
|
22
21
|
/** @deprecated */
|
|
23
22
|
pageChange: EventEmitter<CustomEvent<PaginationUpdateEvent>>;
|
|
24
23
|
update: EventEmitter<CustomEvent<PaginationUpdateEvent>>;
|
|
25
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
26
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<PPagination, never>;
|
|
27
25
|
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"; "showLastPage": "showLastPage"; "theme": "theme"; "totalItemsCount": "totalItemsCount"; }, { "pageChange": "pageChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
28
26
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
3
|
import type { BreakpointCustomizable, PinCodeLength, PinCodeUpdateEvent, PinCodeState, Theme, PinCodeType } from '../types';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PPinCode {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
5
|
+
export declare class PPinCode extends BaseComponentWithTheme {
|
|
7
6
|
description?: string;
|
|
8
7
|
disabled?: boolean;
|
|
9
8
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
@@ -18,7 +17,6 @@ export declare class PPinCode {
|
|
|
18
17
|
type?: PinCodeType;
|
|
19
18
|
value?: string;
|
|
20
19
|
update: EventEmitter<CustomEvent<PinCodeUpdateEvent>>;
|
|
21
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
22
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<PPinCode, never>;
|
|
23
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<PPinCode, "p-pin-code,[p-pin-code]", never, { "description": "description"; "disabled": "disabled"; "hideLabel": "hideLabel"; "label": "label"; "length": "length"; "loading": "loading"; "message": "message"; "name": "name"; "required": "required"; "state": "state"; "theme": "theme"; "type": "type"; "value": "value"; }, { "update": "update"; }, never, ["*"], false, never>;
|
|
24
22
|
}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { SelectedAriaAttributes, PopoverAriaAttribute, PopoverDirection, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PPopover {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PPopover extends BaseComponentWithTheme {
|
|
7
5
|
aria?: SelectedAriaAttributes<PopoverAriaAttribute>;
|
|
8
6
|
description?: string;
|
|
9
7
|
direction?: PopoverDirection;
|
|
10
8
|
theme?: Theme;
|
|
11
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
12
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PPopover, never>;
|
|
13
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<PPopover, "p-popover,[p-popover]", never, { "aria": "aria"; "description": "description"; "direction": "direction"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
14
11
|
}
|
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { BreakpointCustomizable, RadioButtonWrapperState, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PRadioButtonWrapper {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PRadioButtonWrapper extends BaseComponentWithTheme {
|
|
7
5
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
8
6
|
label?: string;
|
|
9
7
|
loading?: boolean;
|
|
10
8
|
message?: string;
|
|
11
9
|
state?: RadioButtonWrapperState;
|
|
12
10
|
theme?: Theme;
|
|
13
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
14
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PRadioButtonWrapper, never>;
|
|
15
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<PRadioButtonWrapper, "p-radio-button-wrapper,[p-radio-button-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "loading": "loading"; "message": "message"; "state": "state"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
16
13
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { ScrollerAlignScrollIndicator, SelectedAriaAttributes, ScrollerAriaAttribute, ScrollerGradientColor, ScrollerGradientColorScheme, ScrollerScrollIndicatorPosition, ScrollerScrollToPosition, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PScroller {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PScroller extends BaseComponentWithTheme {
|
|
7
5
|
alignScrollIndicator?: ScrollerAlignScrollIndicator;
|
|
8
6
|
aria?: SelectedAriaAttributes<ScrollerAriaAttribute>;
|
|
9
7
|
gradientColor?: ScrollerGradientColor;
|
|
@@ -14,7 +12,6 @@ export declare class PScroller {
|
|
|
14
12
|
scrollToPosition?: ScrollerScrollToPosition;
|
|
15
13
|
scrollbar?: boolean;
|
|
16
14
|
theme?: Theme;
|
|
17
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
18
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PScroller, never>;
|
|
19
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<PScroller, "p-scroller,[p-scroller]", never, { "alignScrollIndicator": "alignScrollIndicator"; "aria": "aria"; "gradientColor": "gradientColor"; "gradientColorScheme": "gradientColorScheme"; "scrollIndicatorPosition": "scrollIndicatorPosition"; "scrollToPosition": "scrollToPosition"; "scrollbar": "scrollbar"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
20
17
|
}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponent } from '../../utils';
|
|
2
2
|
import type { SegmentedControlItemIcon } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PSegmentedControlItem {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PSegmentedControlItem extends BaseComponent {
|
|
7
5
|
disabled?: boolean;
|
|
8
6
|
icon?: SegmentedControlItemIcon;
|
|
9
7
|
iconSource?: string;
|
|
10
8
|
label?: string;
|
|
11
9
|
value: string | number;
|
|
12
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentedControlItem, never>;
|
|
14
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControlItem, "p-segmented-control-item,[p-segmented-control-item]", never, { "disabled": "disabled"; "icon": "icon"; "iconSource": "iconSource"; "label": "label"; "value": "value"; }, {}, never, ["*"], false, never>;
|
|
15
12
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
3
|
import type { SegmentedControlBackgroundColor, BreakpointCustomizable, SegmentedControlColumns, SegmentedControlUpdateEvent, Theme } from '../types';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PSegmentedControl {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
5
|
+
export declare class PSegmentedControl extends BaseComponentWithTheme {
|
|
7
6
|
/** @deprecated */
|
|
8
7
|
backgroundColor?: SegmentedControlBackgroundColor;
|
|
9
8
|
columns?: BreakpointCustomizable<SegmentedControlColumns>;
|
|
@@ -12,7 +11,6 @@ export declare class PSegmentedControl {
|
|
|
12
11
|
/** @deprecated */
|
|
13
12
|
segmentedControlChange: EventEmitter<CustomEvent<SegmentedControlUpdateEvent>>;
|
|
14
13
|
update: EventEmitter<CustomEvent<SegmentedControlUpdateEvent>>;
|
|
15
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentedControl, never>;
|
|
17
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControl, "p-segmented-control,[p-segmented-control]", never, { "backgroundColor": "backgroundColor"; "columns": "columns"; "theme": "theme"; "value": "value"; }, { "segmentedControlChange": "segmentedControlChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
18
16
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { SelectWrapperDropdownDirection, BreakpointCustomizable, SelectWrapperState, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PSelectWrapper {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PSelectWrapper extends BaseComponentWithTheme {
|
|
7
5
|
description?: string;
|
|
8
6
|
dropdownDirection?: SelectWrapperDropdownDirection;
|
|
9
7
|
filter?: boolean;
|
|
@@ -13,7 +11,6 @@ export declare class PSelectWrapper {
|
|
|
13
11
|
native?: boolean;
|
|
14
12
|
state?: SelectWrapperState;
|
|
15
13
|
theme?: Theme;
|
|
16
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
17
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSelectWrapper, never>;
|
|
18
15
|
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, ["*"], false, never>;
|
|
19
16
|
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
2
|
import type { SelectedAriaAttributes, SpinnerAriaAttribute, BreakpointCustomizable, SpinnerSize, Theme } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PSpinner {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PSpinner extends BaseComponentWithTheme {
|
|
7
5
|
aria?: SelectedAriaAttributes<SpinnerAriaAttribute>;
|
|
8
6
|
size?: BreakpointCustomizable<SpinnerSize>;
|
|
9
7
|
theme?: Theme;
|
|
10
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSpinner, never>;
|
|
12
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<PSpinner, "p-spinner,[p-spinner]", never, { "aria": "aria"; "size": "size"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
13
10
|
}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponent } from '../../utils';
|
|
2
2
|
import type { StepperHorizontalItemState } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PStepperHorizontalItem {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PStepperHorizontalItem extends BaseComponent {
|
|
7
5
|
disabled?: boolean;
|
|
8
6
|
state?: StepperHorizontalItemState;
|
|
9
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
10
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PStepperHorizontalItem, never>;
|
|
11
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontalItem, "p-stepper-horizontal-item,[p-stepper-horizontal-item]", never, { "disabled": "disabled"; "state": "state"; }, {}, never, ["*"], false, never>;
|
|
12
9
|
}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
3
|
import type { StepperHorizontalUpdateEvent, BreakpointCustomizable, StepperHorizontalSize, Theme } from '../types';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PStepperHorizontal {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
5
|
+
export declare class PStepperHorizontal extends BaseComponentWithTheme {
|
|
7
6
|
size?: BreakpointCustomizable<StepperHorizontalSize>;
|
|
8
7
|
theme?: Theme;
|
|
9
8
|
/** @deprecated */
|
|
10
9
|
stepChange: EventEmitter<CustomEvent<StepperHorizontalUpdateEvent>>;
|
|
11
10
|
update: EventEmitter<CustomEvent<StepperHorizontalUpdateEvent>>;
|
|
12
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
13
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PStepperHorizontal, never>;
|
|
14
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontal, "p-stepper-horizontal,[p-stepper-horizontal]", never, { "size": "size"; "theme": "theme"; }, { "stepChange": "stepChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
15
13
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
3
|
import type { BreakpointCustomizable, SwitchAlignLabel, SwitchUpdateEvent, Theme } from '../types';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PSwitch {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
5
|
+
export declare class PSwitch extends BaseComponentWithTheme {
|
|
7
6
|
alignLabel?: BreakpointCustomizable<SwitchAlignLabel>;
|
|
8
7
|
checked?: boolean;
|
|
9
8
|
disabled?: boolean;
|
|
@@ -14,7 +13,6 @@ export declare class PSwitch {
|
|
|
14
13
|
/** @deprecated */
|
|
15
14
|
switchChange: EventEmitter<CustomEvent<SwitchUpdateEvent>>;
|
|
16
15
|
update: EventEmitter<CustomEvent<SwitchUpdateEvent>>;
|
|
17
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
18
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSwitch, never>;
|
|
19
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"; "update": "update"; }, never, ["*"], false, never>;
|
|
20
18
|
}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponent } from '../../utils';
|
|
2
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);
|
|
3
|
+
export declare class PTableBody extends BaseComponent {
|
|
7
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableBody, never>;
|
|
8
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTableBody, "p-table-body,[p-table-body]", never, {}, {}, never, ["*"], false, never>;
|
|
9
6
|
}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponent } from '../../utils';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PTableCell {
|
|
4
|
-
protected z: NgZone;
|
|
5
|
-
protected el: HTMLElement;
|
|
3
|
+
export declare class PTableCell extends BaseComponent {
|
|
6
4
|
multiline?: boolean;
|
|
7
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableCell, never>;
|
|
9
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTableCell, "p-table-cell,[p-table-cell]", never, { "multiline": "multiline"; }, {}, never, ["*"], false, never>;
|
|
10
7
|
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponent } from '../../utils';
|
|
2
2
|
import type { TableHeadCellSort } from '../types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PTableHeadCell {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
4
|
+
export declare class PTableHeadCell extends BaseComponent {
|
|
7
5
|
hideLabel?: boolean;
|
|
8
6
|
multiline?: boolean;
|
|
9
7
|
sort?: TableHeadCellSort;
|
|
10
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
11
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeadCell, never>;
|
|
12
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeadCell, "p-table-head-cell,[p-table-head-cell]", never, { "hideLabel": "hideLabel"; "multiline": "multiline"; "sort": "sort"; }, {}, never, ["*"], false, never>;
|
|
13
10
|
}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponent } from '../../utils';
|
|
2
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);
|
|
3
|
+
export declare class PTableHeadRow extends BaseComponent {
|
|
7
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeadRow, never>;
|
|
8
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeadRow, "p-table-head-row,[p-table-head-row]", never, {}, {}, never, ["*"], false, never>;
|
|
9
6
|
}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponent } from '../../utils';
|
|
2
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);
|
|
3
|
+
export declare class PTableHead extends BaseComponent {
|
|
7
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableHead, never>;
|
|
8
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTableHead, "p-table-head,[p-table-head]", never, {}, {}, never, ["*"], false, never>;
|
|
9
6
|
}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponent } from '../../utils';
|
|
2
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);
|
|
3
|
+
export declare class PTableRow extends BaseComponent {
|
|
7
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableRow, never>;
|
|
8
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row,[p-table-row]", never, {}, {}, never, ["*"], false, never>;
|
|
9
6
|
}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
3
|
+
import type { Theme } from '../types';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PTable {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
5
|
+
export declare class PTable extends BaseComponentWithTheme {
|
|
7
6
|
caption?: string;
|
|
8
7
|
theme?: Theme;
|
|
9
8
|
/** @deprecated */
|
|
10
|
-
sortingChange: EventEmitter<CustomEvent<
|
|
11
|
-
update: EventEmitter<CustomEvent<
|
|
12
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
9
|
+
sortingChange: EventEmitter<CustomEvent<import("../types").TableHeadCellSort>>;
|
|
10
|
+
update: EventEmitter<CustomEvent<import("../types").TableHeadCellSort>>;
|
|
13
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTable, never>;
|
|
14
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTable, "p-table,[p-table]", never, { "caption": "caption"; "theme": "theme"; }, { "sortingChange": "sortingChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
15
13
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BaseComponentWithTheme } from '../../utils';
|
|
2
3
|
import type { TabsBarGradientColor, TabsBarGradientColorScheme, TabsBarUpdateEvent, BreakpointCustomizable, TabsBarSize, Theme, TabsBarWeight } from '../types';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PTabsBar {
|
|
5
|
-
protected z: NgZone;
|
|
6
|
-
protected el: HTMLElement;
|
|
5
|
+
export declare class PTabsBar extends BaseComponentWithTheme {
|
|
7
6
|
activeTabIndex?: number | undefined;
|
|
8
7
|
gradientColor?: TabsBarGradientColor;
|
|
9
8
|
/** @deprecated */
|
|
@@ -14,7 +13,6 @@ export declare class PTabsBar {
|
|
|
14
13
|
/** @deprecated */
|
|
15
14
|
tabChange: EventEmitter<CustomEvent<TabsBarUpdateEvent>>;
|
|
16
15
|
update: EventEmitter<CustomEvent<TabsBarUpdateEvent>>;
|
|
17
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
18
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTabsBar, never>;
|
|
19
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTabsBar, "p-tabs-bar,[p-tabs-bar]", never, { "activeTabIndex": "activeTabIndex"; "gradientColor": "gradientColor"; "gradientColorScheme": "gradientColorScheme"; "size": "size"; "theme": "theme"; "weight": "weight"; }, { "tabChange": "tabChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
20
18
|
}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseComponent } from '../../utils';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PTabsItem {
|
|
4
|
-
protected z: NgZone;
|
|
5
|
-
protected el: HTMLElement;
|
|
3
|
+
export declare class PTabsItem extends BaseComponent {
|
|
6
4
|
label: string;
|
|
7
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
8
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTabsItem, never>;
|
|
9
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTabsItem, "p-tabs-item,[p-tabs-item]", never, { "label": "label"; }, {}, never, ["*"], false, never>;
|
|
10
7
|
}
|