@porsche-design-system/components-angular 3.13.1 → 3.14.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 +17 -0
- package/esm/lib/components/accordion.wrapper.d.ts +1 -1
- package/esm/lib/components/banner.wrapper.d.ts +1 -1
- package/esm/lib/components/button-group.wrapper.d.ts +1 -1
- package/esm/lib/components/button-pure.wrapper.d.ts +1 -1
- package/esm/lib/components/button-tile.wrapper.d.ts +1 -1
- package/esm/lib/components/button.wrapper.d.ts +1 -1
- package/esm/lib/components/carousel.wrapper.d.ts +1 -1
- package/esm/lib/components/checkbox-wrapper.wrapper.d.ts +1 -1
- package/esm/lib/components/content-wrapper.wrapper.d.ts +1 -1
- package/esm/lib/components/crest.wrapper.d.ts +1 -1
- package/esm/lib/components/display.wrapper.d.ts +1 -1
- package/esm/lib/components/divider.wrapper.d.ts +1 -1
- package/esm/lib/components/fieldset-wrapper.wrapper.d.ts +1 -1
- package/esm/lib/components/fieldset.wrapper.d.ts +1 -1
- package/esm/lib/components/flex-item.wrapper.d.ts +1 -1
- package/esm/lib/components/flex.wrapper.d.ts +1 -1
- package/esm/lib/components/flyout-navigation-item.wrapper.d.ts +1 -1
- package/esm/lib/components/flyout-navigation.wrapper.d.ts +1 -1
- package/esm/lib/components/flyout.wrapper.d.ts +1 -1
- package/esm/lib/components/grid-item.wrapper.d.ts +1 -1
- package/esm/lib/components/grid.wrapper.d.ts +1 -1
- package/esm/lib/components/heading.wrapper.d.ts +1 -1
- package/esm/lib/components/headline.wrapper.d.ts +1 -1
- package/esm/lib/components/icon.wrapper.d.ts +1 -1
- package/esm/lib/components/inline-notification.wrapper.d.ts +1 -1
- package/esm/lib/components/link-pure.wrapper.d.ts +1 -1
- package/esm/lib/components/link-social.wrapper.d.ts +1 -1
- package/esm/lib/components/link-tile-model-signature.wrapper.d.ts +1 -1
- package/esm/lib/components/link-tile-product.wrapper.d.ts +1 -1
- package/esm/lib/components/link-tile.wrapper.d.ts +1 -1
- package/esm/lib/components/link.wrapper.d.ts +1 -1
- package/esm/lib/components/marque.wrapper.d.ts +1 -1
- package/esm/lib/components/modal.wrapper.d.ts +1 -1
- package/esm/lib/components/model-signature.wrapper.d.ts +1 -1
- package/esm/lib/components/multi-select-option.wrapper.d.ts +1 -1
- package/esm/lib/components/multi-select.wrapper.d.ts +1 -1
- package/esm/lib/components/pagination.wrapper.d.ts +1 -1
- package/esm/lib/components/pin-code.wrapper.d.ts +1 -1
- package/esm/lib/components/popover.wrapper.d.ts +1 -1
- package/esm/lib/components/radio-button-wrapper.wrapper.d.ts +1 -1
- package/esm/lib/components/scroller.wrapper.d.ts +1 -1
- package/esm/lib/components/segmented-control-item.wrapper.d.ts +1 -1
- package/esm/lib/components/segmented-control.wrapper.d.ts +1 -1
- package/esm/lib/components/select-option.wrapper.d.ts +1 -1
- package/esm/lib/components/select-wrapper.wrapper.d.ts +1 -1
- package/esm/lib/components/select.wrapper.d.ts +1 -1
- package/esm/lib/components/spinner.wrapper.d.ts +1 -1
- package/esm/lib/components/stepper-horizontal-item.wrapper.d.ts +1 -1
- package/esm/lib/components/stepper-horizontal.wrapper.d.ts +1 -1
- package/esm/lib/components/switch.wrapper.d.ts +1 -1
- package/esm/lib/components/table-cell.wrapper.d.ts +1 -1
- package/esm/lib/components/table-head-cell.wrapper.d.ts +1 -1
- package/esm/lib/components/table.wrapper.d.ts +1 -1
- package/esm/lib/components/tabs-bar.wrapper.d.ts +1 -1
- package/esm/lib/components/tabs-item.wrapper.d.ts +1 -1
- package/esm/lib/components/tabs.wrapper.d.ts +1 -1
- package/esm/lib/components/tag-dismissible.wrapper.d.ts +1 -1
- package/esm/lib/components/tag.wrapper.d.ts +1 -1
- package/esm/lib/components/text-field-wrapper.wrapper.d.ts +1 -1
- package/esm/lib/components/text-list.wrapper.d.ts +1 -1
- package/esm/lib/components/text.wrapper.d.ts +1 -1
- package/esm/lib/components/textarea-wrapper.wrapper.d.ts +1 -1
- package/esm/lib/components/toast.wrapper.d.ts +1 -1
- package/esm/lib/components/wordmark.wrapper.d.ts +1 -1
- package/esm/lib/types.d.ts +1 -0
- package/esm/utils.d.ts +1 -4
- package/esm2022/lib/components/accordion.wrapper.mjs +26 -0
- package/esm2022/lib/components/banner.wrapper.mjs +28 -0
- package/esm2022/lib/components/button-group.wrapper.mjs +17 -0
- package/esm2022/lib/components/button-pure.wrapper.mjs +32 -0
- package/esm2022/lib/components/button-tile.wrapper.mjs +31 -0
- package/esm2022/lib/components/button.wrapper.mjs +27 -0
- package/esm2022/lib/components/carousel.wrapper.mjs +37 -0
- package/{esm2020 → esm2022}/lib/components/checkbox-wrapper.wrapper.mjs +10 -4
- package/esm2022/lib/components/content-wrapper.wrapper.mjs +22 -0
- package/esm2022/lib/components/crest.wrapper.mjs +19 -0
- package/esm2022/lib/components/display.wrapper.mjs +22 -0
- package/esm2022/lib/components/divider.wrapper.mjs +21 -0
- package/{esm2020 → esm2022}/lib/components/fieldset-wrapper.wrapper.mjs +10 -4
- package/esm2022/lib/components/fieldset.wrapper.mjs +22 -0
- package/esm2022/lib/components/flex-item.wrapper.mjs +23 -0
- package/esm2022/lib/components/flex.wrapper.mjs +23 -0
- package/esm2022/lib/components/flyout-navigation-item.wrapper.mjs +18 -0
- package/esm2022/lib/components/flyout-navigation.wrapper.mjs +23 -0
- package/esm2022/lib/components/flyout.wrapper.mjs +22 -0
- package/esm2022/lib/components/grid-item.wrapper.mjs +19 -0
- package/esm2022/lib/components/grid.wrapper.mjs +21 -0
- package/esm2022/lib/components/heading.wrapper.mjs +22 -0
- package/esm2022/lib/components/headline.wrapper.mjs +23 -0
- package/esm2022/lib/components/icon.wrapper.mjs +24 -0
- package/esm2022/lib/components/inline-notification.wrapper.mjs +29 -0
- package/esm2022/lib/components/link-pure.wrapper.mjs +32 -0
- package/esm2022/lib/components/link-social.wrapper.mjs +24 -0
- package/esm2022/lib/components/link-tile-model-signature.wrapper.mjs +23 -0
- package/esm2022/lib/components/link-tile-product.wrapper.mjs +29 -0
- package/esm2022/lib/components/link-tile.wrapper.mjs +30 -0
- package/esm2022/lib/components/link.wrapper.mjs +26 -0
- package/esm2022/lib/components/marque.wrapper.mjs +23 -0
- package/esm2022/lib/components/modal.wrapper.mjs +30 -0
- package/esm2022/lib/components/model-signature.wrapper.mjs +20 -0
- package/esm2022/lib/components/multi-select-option.wrapper.mjs +18 -0
- package/esm2022/lib/components/multi-select.wrapper.mjs +29 -0
- package/esm2022/lib/components/pagination.wrapper.mjs +36 -0
- package/esm2022/lib/components/pin-code.wrapper.mjs +31 -0
- package/esm2022/lib/components/popover.wrapper.mjs +20 -0
- package/{esm2020 → esm2022}/lib/components/radio-button-wrapper.wrapper.mjs +10 -4
- package/esm2022/lib/components/scroller.wrapper.mjs +26 -0
- package/esm2022/lib/components/segmented-control-item.wrapper.mjs +21 -0
- package/esm2022/lib/components/segmented-control.wrapper.mjs +25 -0
- package/esm2022/lib/components/select-option.wrapper.mjs +18 -0
- package/esm2022/lib/components/select-wrapper.wrapper.mjs +25 -0
- package/esm2022/lib/components/select.wrapper.mjs +29 -0
- package/esm2022/lib/components/spinner.wrapper.mjs +19 -0
- package/esm2022/lib/components/stepper-horizontal-item.wrapper.mjs +18 -0
- package/esm2022/lib/components/stepper-horizontal.wrapper.mjs +22 -0
- package/esm2022/lib/components/switch.wrapper.mjs +27 -0
- package/{esm2020 → esm2022}/lib/components/table-body.wrapper.mjs +4 -4
- package/esm2022/lib/components/table-cell.wrapper.mjs +17 -0
- package/{esm2020 → esm2022}/lib/components/table-head-cell.wrapper.mjs +7 -4
- package/{esm2020 → esm2022}/lib/components/table-head-row.wrapper.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/table-head.wrapper.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/table-row.wrapper.mjs +4 -4
- package/esm2022/lib/components/table.wrapper.mjs +22 -0
- package/esm2022/lib/components/tabs-bar.wrapper.mjs +27 -0
- package/{esm2020 → esm2022}/lib/components/tabs-item.wrapper.mjs +5 -4
- package/esm2022/lib/components/tabs.wrapper.mjs +27 -0
- package/esm2022/lib/components/tag-dismissible.wrapper.mjs +20 -0
- package/esm2022/lib/components/tag.wrapper.mjs +20 -0
- package/esm2022/lib/components/text-field-wrapper.wrapper.mjs +33 -0
- package/{esm2020 → esm2022}/lib/components/text-list-item.wrapper.mjs +4 -4
- package/esm2022/lib/components/text-list.wrapper.mjs +22 -0
- package/esm2022/lib/components/text.wrapper.mjs +23 -0
- package/esm2022/lib/components/textarea-wrapper.wrapper.mjs +25 -0
- package/esm2022/lib/components/toast.wrapper.mjs +17 -0
- package/esm2022/lib/components/wordmark.wrapper.mjs +21 -0
- package/esm2022/lib/types.mjs +2 -0
- package/esm2022/porsche-design-system.module.mjs +124 -0
- package/{esm2020 → esm2022}/toast-manager.mjs +4 -4
- package/esm2022/utils.mjs +44 -0
- package/fesm2022/porsche-design-system-components-angular.mjs +1587 -0
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -0
- package/jsdom-polyfill/index.d.ts +1 -0
- package/package.json +8 -14
- package/esm2020/lib/components/accordion.wrapper.mjs +0 -23
- package/esm2020/lib/components/banner.wrapper.mjs +0 -21
- package/esm2020/lib/components/button-group.wrapper.mjs +0 -16
- package/esm2020/lib/components/button-pure.wrapper.mjs +0 -16
- package/esm2020/lib/components/button-tile.wrapper.mjs +0 -16
- package/esm2020/lib/components/button.wrapper.mjs +0 -16
- package/esm2020/lib/components/carousel.wrapper.mjs +0 -23
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +0 -17
- package/esm2020/lib/components/crest.wrapper.mjs +0 -16
- package/esm2020/lib/components/display.wrapper.mjs +0 -16
- package/esm2020/lib/components/divider.wrapper.mjs +0 -16
- package/esm2020/lib/components/fieldset.wrapper.mjs +0 -16
- package/esm2020/lib/components/flex-item.wrapper.mjs +0 -17
- package/esm2020/lib/components/flex.wrapper.mjs +0 -17
- package/esm2020/lib/components/flyout-navigation-item.wrapper.mjs +0 -16
- package/esm2020/lib/components/flyout-navigation.wrapper.mjs +0 -22
- package/esm2020/lib/components/flyout.wrapper.mjs +0 -21
- package/esm2020/lib/components/grid-item.wrapper.mjs +0 -17
- package/esm2020/lib/components/grid.wrapper.mjs +0 -17
- package/esm2020/lib/components/heading.wrapper.mjs +0 -16
- package/esm2020/lib/components/headline.wrapper.mjs +0 -17
- package/esm2020/lib/components/icon.wrapper.mjs +0 -16
- package/esm2020/lib/components/inline-notification.wrapper.mjs +0 -22
- package/esm2020/lib/components/link-pure.wrapper.mjs +0 -16
- package/esm2020/lib/components/link-social.wrapper.mjs +0 -17
- package/esm2020/lib/components/link-tile-model-signature.wrapper.mjs +0 -16
- package/esm2020/lib/components/link-tile-product.wrapper.mjs +0 -21
- package/esm2020/lib/components/link-tile.wrapper.mjs +0 -16
- package/esm2020/lib/components/link.wrapper.mjs +0 -16
- package/esm2020/lib/components/marque.wrapper.mjs +0 -17
- package/esm2020/lib/components/modal.wrapper.mjs +0 -23
- package/esm2020/lib/components/model-signature.wrapper.mjs +0 -16
- package/esm2020/lib/components/multi-select-option.wrapper.mjs +0 -16
- package/esm2020/lib/components/multi-select.wrapper.mjs +0 -21
- package/esm2020/lib/components/pagination.wrapper.mjs +0 -23
- package/esm2020/lib/components/pin-code.wrapper.mjs +0 -21
- package/esm2020/lib/components/popover.wrapper.mjs +0 -16
- package/esm2020/lib/components/scroller.wrapper.mjs +0 -16
- package/esm2020/lib/components/segmented-control-item.wrapper.mjs +0 -16
- package/esm2020/lib/components/segmented-control.wrapper.mjs +0 -23
- package/esm2020/lib/components/select-option.wrapper.mjs +0 -16
- package/esm2020/lib/components/select-wrapper.wrapper.mjs +0 -16
- package/esm2020/lib/components/select.wrapper.mjs +0 -21
- package/esm2020/lib/components/spinner.wrapper.mjs +0 -16
- package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +0 -16
- package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +0 -23
- package/esm2020/lib/components/switch.wrapper.mjs +0 -23
- package/esm2020/lib/components/table-cell.wrapper.mjs +0 -16
- package/esm2020/lib/components/table.wrapper.mjs +0 -23
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +0 -23
- package/esm2020/lib/components/tabs.wrapper.mjs +0 -23
- package/esm2020/lib/components/tag-dismissible.wrapper.mjs +0 -16
- package/esm2020/lib/components/tag.wrapper.mjs +0 -16
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +0 -21
- package/esm2020/lib/components/text-list.wrapper.mjs +0 -16
- package/esm2020/lib/components/text.wrapper.mjs +0 -16
- package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +0 -16
- package/esm2020/lib/components/toast.wrapper.mjs +0 -16
- package/esm2020/lib/components/wordmark.wrapper.mjs +0 -16
- package/esm2020/lib/types.mjs +0 -2
- package/esm2020/porsche-design-system.module.mjs +0 -127
- package/esm2020/utils.mjs +0 -45
- package/fesm2015/porsche-design-system-components-angular.mjs +0 -1214
- package/fesm2015/porsche-design-system-components-angular.mjs.map +0 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +0 -1212
- package/fesm2020/porsche-design-system-components-angular.mjs.map +0 -1
- package/jsdom-polyfill/package.json +0 -5
- package/partials/package.json +0 -6
- package/styles/package.json +0 -6
- package/testing/package.json +0 -5
- /package/{esm2020 → esm2022}/lib/components/barrel.mjs +0 -0
- /package/{esm2020 → esm2022}/porsche-design-system-components-angular.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
14
14
|
|
|
15
15
|
### [Unreleased]
|
|
16
16
|
|
|
17
|
+
### [3.14.0] - 2024-03-25
|
|
18
|
+
|
|
19
|
+
### [3.14.0-rc.0] - 2024-03-25
|
|
20
|
+
|
|
21
|
+
#### Added
|
|
22
|
+
|
|
23
|
+
- `Icon`: `battery-empty-fuel` ([#3148](https://github.com/porsche-design-system/porsche-design-system/pull/3148))
|
|
24
|
+
|
|
25
|
+
#### Changed
|
|
26
|
+
|
|
27
|
+
- `Icon`: `battery-empty-co2` and `co2-class`
|
|
28
|
+
([#3148](https://github.com/porsche-design-system/porsche-design-system/pull/3148))
|
|
29
|
+
- Angular: updated peer dependency to `>=17.0.0 <18.0.0`
|
|
30
|
+
([#3125](https://github.com/porsche-design-system/porsche-design-system/pull/3125))
|
|
31
|
+
- React: updated peer dependency to `>=18.0.0 <19.0.0`
|
|
32
|
+
([#3125](https://github.com/porsche-design-system/porsche-design-system/pull/3125))
|
|
33
|
+
|
|
17
34
|
### [3.13.1] - 2024-03-20
|
|
18
35
|
|
|
19
36
|
#### Fixed
|
|
@@ -13,5 +13,5 @@ export declare class PAccordion extends BaseComponentWithTheme {
|
|
|
13
13
|
accordionChange: EventEmitter<CustomEvent<import("../types").AccordionUpdateEvent>>;
|
|
14
14
|
update: EventEmitter<CustomEvent<import("../types").AccordionUpdateEvent>>;
|
|
15
15
|
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"; "update": "update"; }, never, ["*"], false, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion,[p-accordion]", never, { "compact": { "alias": "compact"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "open": { "alias": "open"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "accordionChange": "accordionChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
17
17
|
}
|
|
@@ -15,5 +15,5 @@ export declare class PBanner extends BaseComponentWithTheme {
|
|
|
15
15
|
width?: BannerWidth;
|
|
16
16
|
dismiss: EventEmitter<CustomEvent<void>>;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PBanner, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PBanner, "p-banner,[p-banner]", never, { "description": "description"; "dismissButton": "dismissButton"; "heading": "heading"; "open": "open"; "persistent": "persistent"; "state": "state"; "theme": "theme"; "width": "width"; }, { "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PBanner, "p-banner,[p-banner]", never, { "description": { "alias": "description"; "required": false; }; "dismissButton": { "alias": "dismissButton"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "open": { "alias": "open"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
19
19
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PButtonGroup extends BaseComponent {
|
|
5
5
|
direction?: BreakpointCustomizable<ButtonGroupDirection>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButtonGroup, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonGroup, "p-button-group,[p-button-group]", never, { "direction": "direction"; }, {}, never, ["*"], false, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonGroup, "p-button-group,[p-button-group]", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
8
|
}
|
|
@@ -19,5 +19,5 @@ export declare class PButtonPure extends BaseComponentWithTheme {
|
|
|
19
19
|
/** @deprecated */
|
|
20
20
|
weight?: ButtonPureWeight;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButtonPure, never>;
|
|
22
|
-
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"; "name": "name"; "size": "size"; "stretch": "stretch"; "theme": "theme"; "type": "type"; "value": "value"; "weight": "weight"; }, {}, never, ["*"], false, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonPure, "p-button-pure,[p-button-pure]", never, { "active": { "alias": "active"; "required": false; }; "alignLabel": { "alias": "alignLabel"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
23
23
|
}
|
|
@@ -18,5 +18,5 @@ export declare class PButtonTile extends BaseComponent {
|
|
|
18
18
|
type?: ButtonTileType;
|
|
19
19
|
weight?: BreakpointCustomizable<ButtonTileWeight>;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButtonTile, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonTile, "p-button-tile,[p-button-tile]", never, { "align": "align"; "aria": "aria"; "aspectRatio": "aspectRatio"; "background": "background"; "compact": "compact"; "description": "description"; "disabled": "disabled"; "gradient": "gradient"; "icon": "icon"; "iconSource": "iconSource"; "label": "label"; "loading": "loading"; "size": "size"; "type": "type"; "weight": "weight"; }, {}, never, ["*"], false, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonTile, "p-button-tile,[p-button-tile]", never, { "align": { "alias": "align"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "background": { "alias": "background"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "gradient": { "alias": "gradient"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
22
22
|
}
|
|
@@ -14,5 +14,5 @@ export declare class PButton extends BaseComponentWithTheme {
|
|
|
14
14
|
value?: string;
|
|
15
15
|
variant?: ButtonVariant;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button,[p-button]", never, { "aria": "aria"; "disabled": "disabled"; "hideLabel": "hideLabel"; "icon": "icon"; "iconSource": "iconSource"; "loading": "loading"; "name": "name"; "theme": "theme"; "type": "type"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button,[p-button]", never, { "aria": { "alias": "aria"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "name": { "alias": "name"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
18
18
|
}
|
|
@@ -24,5 +24,5 @@ export declare class PCarousel extends BaseComponentWithTheme {
|
|
|
24
24
|
carouselChange: EventEmitter<CustomEvent<import("../types").CarouselUpdateEvent>>;
|
|
25
25
|
update: EventEmitter<CustomEvent<import("../types").CarouselUpdateEvent>>;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCarousel, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PCarousel, "p-carousel,[p-carousel]", never, { "activeSlideIndex": "activeSlideIndex"; "alignHeader": "alignHeader"; "aria": "aria"; "description": "description"; "disablePagination": "disablePagination"; "heading": "heading"; "headingSize": "headingSize"; "intl": "intl"; "pagination": "pagination"; "rewind": "rewind"; "skipLinkTarget": "skipLinkTarget"; "slidesPerPage": "slidesPerPage"; "theme": "theme"; "width": "width"; "wrapContent": "wrapContent"; }, { "carouselChange": "carouselChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCarousel, "p-carousel,[p-carousel]", never, { "activeSlideIndex": { "alias": "activeSlideIndex"; "required": false; }; "alignHeader": { "alias": "alignHeader"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "description": { "alias": "description"; "required": false; }; "disablePagination": { "alias": "disablePagination"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingSize": { "alias": "headingSize"; "required": false; }; "intl": { "alias": "intl"; "required": false; }; "pagination": { "alias": "pagination"; "required": false; }; "rewind": { "alias": "rewind"; "required": false; }; "skipLinkTarget": { "alias": "skipLinkTarget"; "required": false; }; "slidesPerPage": { "alias": "slidesPerPage"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "width": { "alias": "width"; "required": false; }; "wrapContent": { "alias": "wrapContent"; "required": false; }; }, { "carouselChange": "carouselChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
28
28
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PCheckboxWrapper extends BaseComponentWithTheme {
|
|
|
9
9
|
state?: CheckboxWrapperState;
|
|
10
10
|
theme?: Theme;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCheckboxWrapper, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PCheckboxWrapper, "p-checkbox-wrapper,[p-checkbox-wrapper]", never, { "hideLabel": "hideLabel"; "label": "label"; "loading": "loading"; "message": "message"; "state": "state"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCheckboxWrapper, "p-checkbox-wrapper,[p-checkbox-wrapper]", never, { "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PContentWrapper extends BaseComponentWithTheme {
|
|
|
9
9
|
theme?: Theme;
|
|
10
10
|
width?: ContentWrapperWidth;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PContentWrapper, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PContentWrapper, "p-content-wrapper,[p-content-wrapper]", never, { "backgroundColor": "backgroundColor"; "theme": "theme"; "width": "width"; }, {}, never, ["*"], false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PContentWrapper, "p-content-wrapper,[p-content-wrapper]", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -6,5 +6,5 @@ export declare class PCrest extends BaseComponent {
|
|
|
6
6
|
href?: string;
|
|
7
7
|
target?: CrestTarget;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCrest, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PCrest, "p-crest,[p-crest]", never, { "aria": "aria"; "href": "href"; "target": "target"; }, {}, never, ["*"], false, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCrest, "p-crest,[p-crest]", never, { "aria": { "alias": "aria"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PDisplay extends BaseComponentWithTheme {
|
|
|
9
9
|
tag?: DisplayTag;
|
|
10
10
|
theme?: Theme;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDisplay, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDisplay, "p-display,[p-display]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "size": "size"; "tag": "tag"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDisplay, "p-display,[p-display]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -8,5 +8,5 @@ export declare class PDivider extends BaseComponentWithTheme {
|
|
|
8
8
|
orientation?: BreakpointCustomizable<DividerOrientation>;
|
|
9
9
|
theme?: Theme;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDivider, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider,[p-divider]", never, { "color": "color"; "direction": "direction"; "orientation": "orientation"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider,[p-divider]", never, { "color": { "alias": "color"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -10,5 +10,5 @@ export declare class PFieldsetWrapper extends BaseComponentWithTheme {
|
|
|
10
10
|
state?: FieldsetWrapperState;
|
|
11
11
|
theme?: Theme;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFieldsetWrapper, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFieldsetWrapper, "p-fieldset-wrapper,[p-fieldset-wrapper]", never, { "label": "label"; "labelSize": "labelSize"; "message": "message"; "required": "required"; "state": "state"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFieldsetWrapper, "p-fieldset-wrapper,[p-fieldset-wrapper]", never, { "label": { "alias": "label"; "required": false; }; "labelSize": { "alias": "labelSize"; "required": false; }; "message": { "alias": "message"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
14
14
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PFieldset extends BaseComponentWithTheme {
|
|
|
9
9
|
state?: FieldsetState;
|
|
10
10
|
theme?: Theme;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFieldset, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFieldset, "p-fieldset,[p-fieldset]", never, { "label": "label"; "labelSize": "labelSize"; "message": "message"; "required": "required"; "state": "state"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFieldset, "p-fieldset,[p-fieldset]", never, { "label": { "alias": "label"; "required": false; }; "labelSize": { "alias": "labelSize"; "required": false; }; "message": { "alias": "message"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -10,5 +10,5 @@ export declare class PFlexItem extends BaseComponent {
|
|
|
10
10
|
shrink?: BreakpointCustomizable<FlexItemShrink>;
|
|
11
11
|
width?: BreakpointCustomizable<FlexItemWidth>;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFlexItem, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFlexItem, "p-flex-item,[p-flex-item]", never, { "alignSelf": "alignSelf"; "flex": "flex"; "grow": "grow"; "offset": "offset"; "shrink": "shrink"; "width": "width"; }, {}, never, ["*"], false, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFlexItem, "p-flex-item,[p-flex-item]", never, { "alignSelf": { "alias": "alignSelf"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "grow": { "alias": "grow"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "shrink": { "alias": "shrink"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
14
14
|
}
|
|
@@ -10,5 +10,5 @@ export declare class PFlex extends BaseComponent {
|
|
|
10
10
|
justifyContent?: BreakpointCustomizable<FlexJustifyContent>;
|
|
11
11
|
wrap?: BreakpointCustomizable<FlexWrap>;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFlex, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFlex, "p-flex,[p-flex]", never, { "alignContent": "alignContent"; "alignItems": "alignItems"; "direction": "direction"; "inline": "inline"; "justifyContent": "justifyContent"; "wrap": "wrap"; }, {}, never, ["*"], false, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFlex, "p-flex,[p-flex]", never, { "alignContent": { "alias": "alignContent"; "required": false; }; "alignItems": { "alias": "alignItems"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "justifyContent": { "alias": "justifyContent"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
14
14
|
}
|
|
@@ -4,5 +4,5 @@ export declare class PFlyoutNavigationItem extends BaseComponent {
|
|
|
4
4
|
identifier: string;
|
|
5
5
|
label?: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFlyoutNavigationItem, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFlyoutNavigationItem, "p-flyout-navigation-item,[p-flyout-navigation-item]", never, { "identifier": "identifier"; "label": "label"; }, {}, never, ["*"], false, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFlyoutNavigationItem, "p-flyout-navigation-item,[p-flyout-navigation-item]", never, { "identifier": { "alias": "identifier"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
8
|
}
|
|
@@ -10,5 +10,5 @@ export declare class PFlyoutNavigation extends BaseComponentWithTheme {
|
|
|
10
10
|
dismiss: EventEmitter<CustomEvent<void>>;
|
|
11
11
|
update: EventEmitter<CustomEvent<import("../types").FlyoutNavigationUpdate>>;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFlyoutNavigation, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFlyoutNavigation, "p-flyout-navigation,[p-flyout-navigation]", never, { "activeIdentifier": "activeIdentifier"; "aria": "aria"; "open": "open"; "theme": "theme"; }, { "dismiss": "dismiss"; "update": "update"; }, never, ["*"], false, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFlyoutNavigation, "p-flyout-navigation,[p-flyout-navigation]", never, { "activeIdentifier": { "alias": "activeIdentifier"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "open": { "alias": "open"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "dismiss": "dismiss"; "update": "update"; }, never, ["*"], false, never>;
|
|
14
14
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PFlyout extends BaseComponentWithTheme {
|
|
|
9
9
|
theme?: Theme;
|
|
10
10
|
dismiss: EventEmitter<CustomEvent<void>>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFlyout, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFlyout, "p-flyout,[p-flyout]", never, { "aria": "aria"; "open": "open"; "position": "position"; "theme": "theme"; }, { "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFlyout, "p-flyout,[p-flyout]", never, { "aria": { "alias": "aria"; "required": false; }; "open": { "alias": "open"; "required": false; }; "position": { "alias": "position"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -6,5 +6,5 @@ export declare class PGridItem extends BaseComponent {
|
|
|
6
6
|
offset?: BreakpointCustomizable<GridItemOffset>;
|
|
7
7
|
size?: BreakpointCustomizable<GridItemSize>;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PGridItem, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PGridItem, "p-grid-item,[p-grid-item]", never, { "offset": "offset"; "size": "size"; }, {}, never, ["*"], false, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PGridItem, "p-grid-item,[p-grid-item]", never, { "offset": { "alias": "offset"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -8,5 +8,5 @@ export declare class PGrid extends BaseComponent {
|
|
|
8
8
|
gutter?: BreakpointCustomizable<GridGutter>;
|
|
9
9
|
wrap?: BreakpointCustomizable<GridWrap>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<PGrid, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PGrid, "p-grid,[p-grid]", never, { "direction": "direction"; "gutter": "gutter"; "wrap": "wrap"; }, {}, never, ["*"], false, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PGrid, "p-grid,[p-grid]", never, { "direction": { "alias": "direction"; "required": false; }; "gutter": { "alias": "gutter"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PHeading extends BaseComponentWithTheme {
|
|
|
9
9
|
tag?: HeadingTag;
|
|
10
10
|
theme?: Theme;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PHeading, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PHeading, "p-heading,[p-heading]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "size": "size"; "tag": "tag"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PHeading, "p-heading,[p-heading]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -10,5 +10,5 @@ export declare class PHeadline extends BaseComponentWithTheme {
|
|
|
10
10
|
theme?: Theme;
|
|
11
11
|
variant?: HeadlineVariant;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PHeadline, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PHeadline, "p-headline,[p-headline]", never, { "align": "align"; "color": "color"; "ellipsis": "ellipsis"; "tag": "tag"; "theme": "theme"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PHeadline, "p-headline,[p-headline]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
14
14
|
}
|
|
@@ -11,5 +11,5 @@ export declare class PIcon extends BaseComponentWithTheme {
|
|
|
11
11
|
source?: string;
|
|
12
12
|
theme?: Theme;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PIcon, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon,[p-icon]", never, { "aria": "aria"; "color": "color"; "lazy": "lazy"; "name": "name"; "size": "size"; "source": "source"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon,[p-icon]", never, { "aria": { "alias": "aria"; "required": false; }; "color": { "alias": "color"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "source": { "alias": "source"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
15
15
|
}
|
|
@@ -16,5 +16,5 @@ export declare class PInlineNotification extends BaseComponentWithTheme {
|
|
|
16
16
|
action: EventEmitter<CustomEvent<void>>;
|
|
17
17
|
dismiss: EventEmitter<CustomEvent<void>>;
|
|
18
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"; "dismissButton": "dismissButton"; "heading": "heading"; "persistent": "persistent"; "state": "state"; "theme": "theme"; }, { "action": "action"; "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PInlineNotification, "p-inline-notification,[p-inline-notification]", never, { "actionIcon": { "alias": "actionIcon"; "required": false; }; "actionLabel": { "alias": "actionLabel"; "required": false; }; "actionLoading": { "alias": "actionLoading"; "required": false; }; "description": { "alias": "description"; "required": false; }; "dismissButton": { "alias": "dismissButton"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "action": "action"; "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
20
20
|
}
|
|
@@ -19,5 +19,5 @@ export declare class PLinkPure extends BaseComponentWithTheme {
|
|
|
19
19
|
/** @deprecated */
|
|
20
20
|
weight?: LinkPureWeight;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkPure, never>;
|
|
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>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkPure, "p-link-pure,[p-link-pure]", never, { "active": { "alias": "active"; "required": false; }; "alignLabel": { "alias": "alignLabel"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "download": { "alias": "download"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "target": { "alias": "target"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
23
23
|
}
|
|
@@ -11,5 +11,5 @@ export declare class PLinkSocial extends BaseComponentWithTheme {
|
|
|
11
11
|
target?: LinkSocialTarget;
|
|
12
12
|
theme?: Theme;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkSocial, never>;
|
|
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>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkSocial, "p-link-social,[p-link-social]", never, { "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "target": { "alias": "target"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
15
15
|
}
|
|
@@ -10,5 +10,5 @@ export declare class PLinkTileModelSignature extends BaseComponent {
|
|
|
10
10
|
model?: LinkTileModelSignatureModel;
|
|
11
11
|
weight?: BreakpointCustomizable<LinkTileModelSignatureWeight>;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkTileModelSignature, never>;
|
|
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>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkTileModelSignature, "p-link-tile-model-signature,[p-link-tile-model-signature]", never, { "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "description": { "alias": "description"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "linkDirection": { "alias": "linkDirection"; "required": false; }; "model": { "alias": "model"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
14
14
|
}
|
|
@@ -16,5 +16,5 @@ export declare class PLinkTileProduct extends BaseComponentWithTheme {
|
|
|
16
16
|
theme?: Theme;
|
|
17
17
|
like: EventEmitter<CustomEvent<import("../types").LinkTileProductLikeEvent>>;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkTileProduct, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkTileProduct, "p-link-tile-product,[p-link-tile-product]", never, { "aspectRatio": "aspectRatio"; "description": "description"; "heading": "heading"; "href": "href"; "likeButton": "likeButton"; "liked": "liked"; "price": "price"; "priceOriginal": "priceOriginal"; "rel": "rel"; "target": "target"; "theme": "theme"; }, { "like": "like"; }, never, ["*"], false, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkTileProduct, "p-link-tile-product,[p-link-tile-product]", never, { "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "description": { "alias": "description"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "href": { "alias": "href"; "required": false; }; "likeButton": { "alias": "likeButton"; "required": false; }; "liked": { "alias": "liked"; "required": false; }; "price": { "alias": "price"; "required": false; }; "priceOriginal": { "alias": "priceOriginal"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "target": { "alias": "target"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "like": "like"; }, never, ["*"], false, never>;
|
|
20
20
|
}
|
|
@@ -17,5 +17,5 @@ export declare class PLinkTile extends BaseComponent {
|
|
|
17
17
|
target?: LinkTileTarget;
|
|
18
18
|
weight?: BreakpointCustomizable<LinkTileWeight>;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLinkTile, never>;
|
|
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>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLinkTile, "p-link-tile,[p-link-tile]", never, { "align": { "alias": "align"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "background": { "alias": "background"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "description": { "alias": "description"; "required": false; }; "download": { "alias": "download"; "required": false; }; "gradient": { "alias": "gradient"; "required": false; }; "href": { "alias": "href"; "required": false; }; "label": { "alias": "label"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "target": { "alias": "target"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
21
21
|
}
|
|
@@ -13,5 +13,5 @@ export declare class PLink extends BaseComponentWithTheme {
|
|
|
13
13
|
theme?: Theme;
|
|
14
14
|
variant?: LinkVariant;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLink, never>;
|
|
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>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLink, "p-link,[p-link]", never, { "aria": { "alias": "aria"; "required": false; }; "download": { "alias": "download"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "target": { "alias": "target"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
17
17
|
}
|
|
@@ -10,5 +10,5 @@ export declare class PMarque extends BaseComponent {
|
|
|
10
10
|
trademark?: boolean;
|
|
11
11
|
variant?: MarqueVariant;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PMarque, never>;
|
|
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>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PMarque, "p-marque,[p-marque]", never, { "aria": { "alias": "aria"; "required": false; }; "href": { "alias": "href"; "required": false; }; "size": { "alias": "size"; "required": false; }; "target": { "alias": "target"; "required": false; }; "trademark": { "alias": "trademark"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
14
14
|
}
|
|
@@ -17,5 +17,5 @@ export declare class PModal extends BaseComponentWithTheme {
|
|
|
17
17
|
close: EventEmitter<CustomEvent<void>>;
|
|
18
18
|
dismiss: EventEmitter<CustomEvent<void>>;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModal, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal,[p-modal]", never, { "aria": "aria"; "backdrop": "backdrop"; "disableBackdropClick": "disableBackdropClick"; "disableCloseButton": "disableCloseButton"; "dismissButton": "dismissButton"; "fullscreen": "fullscreen"; "heading": "heading"; "open": "open"; "theme": "theme"; }, { "close": "close"; "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal,[p-modal]", never, { "aria": { "alias": "aria"; "required": false; }; "backdrop": { "alias": "backdrop"; "required": false; }; "disableBackdropClick": { "alias": "disableBackdropClick"; "required": false; }; "disableCloseButton": { "alias": "disableCloseButton"; "required": false; }; "dismissButton": { "alias": "dismissButton"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "open": { "alias": "open"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "close": "close"; "dismiss": "dismiss"; }, never, ["*"], false, never>;
|
|
21
21
|
}
|
|
@@ -7,5 +7,5 @@ export declare class PModelSignature extends BaseComponentWithTheme {
|
|
|
7
7
|
size?: ModelSignatureSize;
|
|
8
8
|
theme?: Theme;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModelSignature, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PModelSignature, "p-model-signature,[p-model-signature]", never, { "color": "color"; "model": "model"; "size": "size"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModelSignature, "p-model-signature,[p-model-signature]", never, { "color": { "alias": "color"; "required": false; }; "model": { "alias": "model"; "required": false; }; "size": { "alias": "size"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
11
|
}
|
|
@@ -4,5 +4,5 @@ export declare class PMultiSelectOption extends BaseComponent {
|
|
|
4
4
|
disabled?: boolean;
|
|
5
5
|
value: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<PMultiSelectOption, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PMultiSelectOption, "p-multi-select-option,[p-multi-select-option]", never, { "disabled": "disabled"; "value": "value"; }, {}, never, ["*"], false, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PMultiSelectOption, "p-multi-select-option,[p-multi-select-option]", never, { "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
8
|
}
|
|
@@ -16,5 +16,5 @@ export declare class PMultiSelect extends BaseComponentWithTheme {
|
|
|
16
16
|
value?: string[];
|
|
17
17
|
update: EventEmitter<CustomEvent<import("../types").MultiSelectUpdateEvent>>;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<PMultiSelect, never>;
|
|
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>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PMultiSelect, "p-multi-select,[p-multi-select]", never, { "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dropdownDirection": { "alias": "dropdownDirection"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "update": "update"; }, never, ["*"], false, never>;
|
|
20
20
|
}
|
|
@@ -23,5 +23,5 @@ export declare class PPagination extends BaseComponentWithTheme {
|
|
|
23
23
|
pageChange: EventEmitter<CustomEvent<import("../types").PaginationUpdateEvent>>;
|
|
24
24
|
update: EventEmitter<CustomEvent<import("../types").PaginationUpdateEvent>>;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<PPagination, 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"; "showLastPage": "showLastPage"; "theme": "theme"; "totalItemsCount": "totalItemsCount"; }, { "pageChange": "pageChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination,[p-pagination]", never, { "activePage": { "alias": "activePage"; "required": false; }; "allyLabel": { "alias": "allyLabel"; "required": false; }; "allyLabelNext": { "alias": "allyLabelNext"; "required": false; }; "allyLabelPage": { "alias": "allyLabelPage"; "required": false; }; "allyLabelPrev": { "alias": "allyLabelPrev"; "required": false; }; "intl": { "alias": "intl"; "required": false; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": false; }; "maxNumberOfPageLinks": { "alias": "maxNumberOfPageLinks"; "required": false; }; "showLastPage": { "alias": "showLastPage"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "totalItemsCount": { "alias": "totalItemsCount"; "required": false; }; }, { "pageChange": "pageChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
27
27
|
}
|
|
@@ -18,5 +18,5 @@ export declare class PPinCode extends BaseComponentWithTheme {
|
|
|
18
18
|
value?: string;
|
|
19
19
|
update: EventEmitter<CustomEvent<import("../types").PinCodeUpdateEvent>>;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<PPinCode, never>;
|
|
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>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPinCode, "p-pin-code,[p-pin-code]", never, { "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "length": { "alias": "length"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "update": "update"; }, never, ["*"], false, never>;
|
|
22
22
|
}
|
|
@@ -7,5 +7,5 @@ export declare class PPopover extends BaseComponentWithTheme {
|
|
|
7
7
|
direction?: PopoverDirection;
|
|
8
8
|
theme?: Theme;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PPopover, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PPopover, "p-popover,[p-popover]", never, { "aria": "aria"; "description": "description"; "direction": "direction"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPopover, "p-popover,[p-popover]", never, { "aria": { "alias": "aria"; "required": false; }; "description": { "alias": "description"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
11
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PRadioButtonWrapper extends BaseComponentWithTheme {
|
|
|
9
9
|
state?: RadioButtonWrapperState;
|
|
10
10
|
theme?: Theme;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PRadioButtonWrapper, never>;
|
|
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>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PRadioButtonWrapper, "p-radio-button-wrapper,[p-radio-button-wrapper]", never, { "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -13,5 +13,5 @@ export declare class PScroller extends BaseComponentWithTheme {
|
|
|
13
13
|
scrollbar?: boolean;
|
|
14
14
|
theme?: Theme;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PScroller, never>;
|
|
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>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PScroller, "p-scroller,[p-scroller]", never, { "alignScrollIndicator": { "alias": "alignScrollIndicator"; "required": false; }; "aria": { "alias": "aria"; "required": false; }; "gradientColor": { "alias": "gradientColor"; "required": false; }; "gradientColorScheme": { "alias": "gradientColorScheme"; "required": false; }; "scrollIndicatorPosition": { "alias": "scrollIndicatorPosition"; "required": false; }; "scrollToPosition": { "alias": "scrollToPosition"; "required": false; }; "scrollbar": { "alias": "scrollbar"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
17
17
|
}
|
|
@@ -8,5 +8,5 @@ export declare class PSegmentedControlItem extends BaseComponent {
|
|
|
8
8
|
label?: string;
|
|
9
9
|
value: string | number;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentedControlItem, never>;
|
|
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>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControlItem, "p-segmented-control-item,[p-segmented-control-item]", never, { "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSource": { "alias": "iconSource"; "required": false; }; "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -12,5 +12,5 @@ export declare class PSegmentedControl extends BaseComponentWithTheme {
|
|
|
12
12
|
segmentedControlChange: EventEmitter<CustomEvent<import("../types").SegmentedControlUpdateEvent>>;
|
|
13
13
|
update: EventEmitter<CustomEvent<import("../types").SegmentedControlUpdateEvent>>;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentedControl, never>;
|
|
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>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentedControl, "p-segmented-control,[p-segmented-control]", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "segmentedControlChange": "segmentedControlChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
16
16
|
}
|
|
@@ -4,5 +4,5 @@ export declare class PSelectOption extends BaseComponent {
|
|
|
4
4
|
disabled?: boolean;
|
|
5
5
|
value?: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSelectOption, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSelectOption, "p-select-option,[p-select-option]", never, { "disabled": "disabled"; "value": "value"; }, {}, never, ["*"], false, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSelectOption, "p-select-option,[p-select-option]", never, { "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
8
|
}
|
|
@@ -12,5 +12,5 @@ export declare class PSelectWrapper extends BaseComponentWithTheme {
|
|
|
12
12
|
state?: SelectWrapperState;
|
|
13
13
|
theme?: Theme;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSelectWrapper, never>;
|
|
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>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSelectWrapper, "p-select-wrapper,[p-select-wrapper]", never, { "description": { "alias": "description"; "required": false; }; "dropdownDirection": { "alias": "dropdownDirection"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "native": { "alias": "native"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
16
16
|
}
|
|
@@ -16,5 +16,5 @@ export declare class PSelect extends BaseComponentWithTheme {
|
|
|
16
16
|
value?: string;
|
|
17
17
|
update: EventEmitter<CustomEvent<SelectUpdateEventDetail>>;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSelect, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSelect, "p-select,[p-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>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSelect, "p-select,[p-select]", never, { "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dropdownDirection": { "alias": "dropdownDirection"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "update": "update"; }, never, ["*"], false, never>;
|
|
20
20
|
}
|
|
@@ -6,5 +6,5 @@ export declare class PSpinner extends BaseComponentWithTheme {
|
|
|
6
6
|
size?: BreakpointCustomizable<SpinnerSize>;
|
|
7
7
|
theme?: Theme;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSpinner, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSpinner, "p-spinner,[p-spinner]", never, { "aria": "aria"; "size": "size"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSpinner, "p-spinner,[p-spinner]", never, { "aria": { "alias": "aria"; "required": false; }; "size": { "alias": "size"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -5,5 +5,5 @@ export declare class PStepperHorizontalItem extends BaseComponent {
|
|
|
5
5
|
disabled?: boolean;
|
|
6
6
|
state?: StepperHorizontalItemState;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PStepperHorizontalItem, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontalItem, "p-stepper-horizontal-item,[p-stepper-horizontal-item]", never, { "disabled": "disabled"; "state": "state"; }, {}, never, ["*"], false, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontalItem, "p-stepper-horizontal-item,[p-stepper-horizontal-item]", never, { "disabled": { "alias": "disabled"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PStepperHorizontal extends BaseComponentWithTheme {
|
|
|
9
9
|
stepChange: EventEmitter<CustomEvent<import("../types").StepperHorizontalUpdateEvent>>;
|
|
10
10
|
update: EventEmitter<CustomEvent<import("../types").StepperHorizontalUpdateEvent>>;
|
|
11
11
|
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"; "update": "update"; }, never, ["*"], false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperHorizontal, "p-stepper-horizontal,[p-stepper-horizontal]", never, { "size": { "alias": "size"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "stepChange": "stepChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -14,5 +14,5 @@ export declare class PSwitch extends BaseComponentWithTheme {
|
|
|
14
14
|
switchChange: EventEmitter<CustomEvent<import("../types").SwitchUpdateEvent>>;
|
|
15
15
|
update: EventEmitter<CustomEvent<import("../types").SwitchUpdateEvent>>;
|
|
16
16
|
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"; "update": "update"; }, never, ["*"], false, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSwitch, "p-switch,[p-switch]", never, { "alignLabel": { "alias": "alignLabel"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "switchChange": "switchChange"; "update": "update"; }, never, ["*"], false, never>;
|
|
18
18
|
}
|