@porsche-design-system/components-angular 3.1.0-rc.0 → 3.1.0-rc.2
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 +37 -1
- package/esm2020/lib/components/accordion.wrapper.mjs +3 -3
- package/esm2020/lib/components/banner.wrapper.mjs +3 -3
- package/esm2020/lib/components/barrel.mjs +4 -1
- package/esm2020/lib/components/button-group.wrapper.mjs +3 -3
- package/esm2020/lib/components/button-pure.wrapper.mjs +3 -3
- package/esm2020/lib/components/button-tile.wrapper.mjs +3 -3
- package/esm2020/lib/components/button.wrapper.mjs +3 -3
- package/esm2020/lib/components/carousel.wrapper.mjs +3 -3
- package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/crest.wrapper.mjs +3 -3
- package/esm2020/lib/components/display.wrapper.mjs +3 -3
- package/esm2020/lib/components/divider.wrapper.mjs +3 -3
- package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/fieldset.wrapper.mjs +3 -3
- package/esm2020/lib/components/flex-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/flex.wrapper.mjs +3 -3
- package/esm2020/lib/components/flyout.wrapper.mjs +38 -0
- package/esm2020/lib/components/grid-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/grid.wrapper.mjs +3 -3
- package/esm2020/lib/components/heading.wrapper.mjs +3 -3
- package/esm2020/lib/components/headline.wrapper.mjs +3 -3
- package/esm2020/lib/components/icon.wrapper.mjs +3 -3
- package/esm2020/lib/components/inline-notification.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-pure.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-social.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-tile-model-signature.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-tile.wrapper.mjs +3 -3
- package/esm2020/lib/components/link.wrapper.mjs +3 -3
- package/esm2020/lib/components/marque.wrapper.mjs +3 -3
- package/esm2020/lib/components/modal.wrapper.mjs +3 -3
- package/esm2020/lib/components/model-signature.wrapper.mjs +3 -3
- package/esm2020/lib/components/pagination.wrapper.mjs +3 -3
- package/esm2020/lib/components/popover.wrapper.mjs +3 -3
- package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/scroller.wrapper.mjs +3 -3
- package/esm2020/lib/components/segmented-control-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/segmented-control.wrapper.mjs +3 -3
- package/esm2020/lib/components/select-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/spinner.wrapper.mjs +3 -3
- package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +3 -3
- package/esm2020/lib/components/switch.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-body.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-cell.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-head-cell.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-head-row.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-head.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-row.wrapper.mjs +3 -3
- package/esm2020/lib/components/table.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs.wrapper.mjs +3 -3
- package/esm2020/lib/components/tag-dismissible.wrapper.mjs +3 -3
- package/esm2020/lib/components/tag.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +5 -5
- package/esm2020/lib/components/text-list-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-list.wrapper.mjs +3 -3
- package/esm2020/lib/components/text.wrapper.mjs +3 -3
- package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/toast.wrapper.mjs +3 -3
- package/esm2020/lib/components/wordmark.wrapper.mjs +3 -3
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +50 -49
- package/esm2020/toast-manager.mjs +3 -3
- package/fesm2015/porsche-design-system-components-angular.mjs +317 -278
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +313 -278
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/barrel.d.ts +3 -1
- package/lib/components/flyout.wrapper.d.ts +15 -0
- package/lib/components/text-field-wrapper.wrapper.d.ts +2 -1
- package/lib/types.d.ts +17 -1
- package/package.json +2 -2
- package/porsche-design-system.module.d.ts +46 -45
|
@@ -16,15 +16,15 @@ let PHeadline = class PHeadline {
|
|
|
16
16
|
this.el = r.nativeElement;
|
|
17
17
|
}
|
|
18
18
|
};
|
|
19
|
-
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
20
|
-
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
19
|
+
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PHeadline, selector: "p-headline,[p-headline]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", tag: "tag", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
21
|
PHeadline = __decorate([
|
|
22
22
|
ProxyCmp({
|
|
23
23
|
inputs
|
|
24
24
|
})
|
|
25
25
|
], PHeadline);
|
|
26
26
|
export { PHeadline };
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PHeadline, decorators: [{
|
|
28
28
|
type: Component,
|
|
29
29
|
args: [{
|
|
30
30
|
selector: 'p-headline,[p-headline]',
|
|
@@ -15,15 +15,15 @@ let PIcon = class PIcon {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
19
|
-
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
18
|
+
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PIcon, selector: "p-icon,[p-icon]", inputs: { aria: "aria", color: "color", lazy: "lazy", name: "name", size: "size", source: "source", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PIcon = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PIcon);
|
|
25
25
|
export { PIcon };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PIcon, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-icon,[p-icon]',
|
|
@@ -17,15 +17,15 @@ let PInlineNotification = class PInlineNotification {
|
|
|
17
17
|
proxyOutputs(this, outputs);
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
21
|
-
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
20
|
+
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PInlineNotification, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", dismissButton: "dismissButton", heading: "heading", persistent: "persistent", state: "state", theme: "theme" }, outputs: { action: "action", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
22
22
|
PInlineNotification = __decorate([
|
|
23
23
|
ProxyCmp({
|
|
24
24
|
inputs
|
|
25
25
|
})
|
|
26
26
|
], PInlineNotification);
|
|
27
27
|
export { PInlineNotification };
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
@@ -15,15 +15,15 @@ let PLinkPure = class PLinkPure {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
19
|
-
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
18
|
+
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkPure, selector: "p-link-pure,[p-link-pure]", inputs: { 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PLinkPure = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PLinkPure);
|
|
25
25
|
export { PLinkPure };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkPure, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-link-pure,[p-link-pure]',
|
|
@@ -16,15 +16,15 @@ let PLinkSocial = class PLinkSocial {
|
|
|
16
16
|
this.el = r.nativeElement;
|
|
17
17
|
}
|
|
18
18
|
};
|
|
19
|
-
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
20
|
-
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
19
|
+
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkSocial, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkSocial, selector: "p-link-social,[p-link-social]", inputs: { hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
21
|
PLinkSocial = __decorate([
|
|
22
22
|
ProxyCmp({
|
|
23
23
|
inputs
|
|
24
24
|
})
|
|
25
25
|
], PLinkSocial);
|
|
26
26
|
export { PLinkSocial };
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkSocial, decorators: [{
|
|
28
28
|
type: Component,
|
|
29
29
|
args: [{
|
|
30
30
|
selector: 'p-link-social,[p-link-social]',
|
|
@@ -15,15 +15,15 @@ let PLinkTileModelSignature = class PLinkTileModelSignature {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
19
|
-
PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
18
|
+
PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTileModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkTileModelSignature, selector: "p-link-tile-model-signature,[p-link-tile-model-signature]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", headingTag: "headingTag", linkDirection: "linkDirection", model: "model", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PLinkTileModelSignature = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PLinkTileModelSignature);
|
|
25
25
|
export { PLinkTileModelSignature };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTileModelSignature, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-link-tile-model-signature,[p-link-tile-model-signature]',
|
|
@@ -15,15 +15,15 @@ let PLinkTile = class PLinkTile {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
19
|
-
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
18
|
+
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PLinkTile = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PLinkTile);
|
|
25
25
|
export { PLinkTile };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTile, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-link-tile,[p-link-tile]',
|
|
@@ -15,15 +15,15 @@ let PLink = class PLink {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
19
|
-
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
18
|
+
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLink, selector: "p-link,[p-link]", inputs: { aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PLink = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PLink);
|
|
25
25
|
export { PLink };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLink, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-link,[p-link]',
|
|
@@ -16,15 +16,15 @@ let PMarque = class PMarque {
|
|
|
16
16
|
this.el = r.nativeElement;
|
|
17
17
|
}
|
|
18
18
|
};
|
|
19
|
-
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
20
|
-
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
19
|
+
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMarque, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PMarque, selector: "p-marque,[p-marque]", inputs: { aria: "aria", href: "href", size: "size", target: "target", trademark: "trademark", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
21
|
PMarque = __decorate([
|
|
22
22
|
ProxyCmp({
|
|
23
23
|
inputs
|
|
24
24
|
})
|
|
25
25
|
], PMarque);
|
|
26
26
|
export { PMarque };
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMarque, decorators: [{
|
|
28
28
|
type: Component,
|
|
29
29
|
args: [{
|
|
30
30
|
selector: 'p-marque,[p-marque]',
|
|
@@ -17,15 +17,15 @@ let PModal = class PModal {
|
|
|
17
17
|
proxyOutputs(this, outputs);
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
21
|
-
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
20
|
+
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PModal, selector: "p-modal,[p-modal]", inputs: { aria: "aria", disableBackdropClick: "disableBackdropClick", disableCloseButton: "disableCloseButton", dismissButton: "dismissButton", fullscreen: "fullscreen", heading: "heading", open: "open" }, outputs: { close: "close", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
22
22
|
PModal = __decorate([
|
|
23
23
|
ProxyCmp({
|
|
24
24
|
inputs
|
|
25
25
|
})
|
|
26
26
|
], PModal);
|
|
27
27
|
export { PModal };
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModal, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'p-modal,[p-modal]',
|
|
@@ -15,15 +15,15 @@ let PModelSignature = class PModelSignature {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
19
|
-
PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
18
|
+
PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PModelSignature, selector: "p-model-signature,[p-model-signature]", inputs: { color: "color", model: "model", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PModelSignature = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PModelSignature);
|
|
25
25
|
export { PModelSignature };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModelSignature, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-model-signature,[p-model-signature]',
|
|
@@ -17,15 +17,15 @@ let PPagination = class PPagination {
|
|
|
17
17
|
proxyOutputs(this, outputs);
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
21
|
-
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
20
|
+
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PPagination, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", allyLabel: "allyLabel", allyLabelNext: "allyLabelNext", allyLabelPage: "allyLabelPage", allyLabelPrev: "allyLabelPrev", intl: "intl", itemsPerPage: "itemsPerPage", maxNumberOfPageLinks: "maxNumberOfPageLinks", theme: "theme", totalItemsCount: "totalItemsCount" }, outputs: { pageChange: "pageChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
22
22
|
PPagination = __decorate([
|
|
23
23
|
ProxyCmp({
|
|
24
24
|
inputs
|
|
25
25
|
})
|
|
26
26
|
], PPagination);
|
|
27
27
|
export { PPagination };
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PPagination, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'p-pagination,[p-pagination]',
|
|
@@ -15,15 +15,15 @@ let PPopover = class PPopover {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
19
|
-
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
18
|
+
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PPopover, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PPopover = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PPopover);
|
|
25
25
|
export { PPopover };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PPopover, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-popover,[p-popover]',
|
|
@@ -15,15 +15,15 @@ let PRadioButtonWrapper = class PRadioButtonWrapper {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
19
|
-
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
18
|
+
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PRadioButtonWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PRadioButtonWrapper, selector: "p-radio-button-wrapper,[p-radio-button-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", message: "message", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PRadioButtonWrapper = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PRadioButtonWrapper);
|
|
25
25
|
export { PRadioButtonWrapper };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PRadioButtonWrapper, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-radio-button-wrapper,[p-radio-button-wrapper]',
|
|
@@ -15,15 +15,15 @@ let PScroller = class PScroller {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
19
|
-
PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
18
|
+
PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PScroller, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PScroller, selector: "p-scroller,[p-scroller]", inputs: { alignScrollIndicator: "alignScrollIndicator", aria: "aria", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", scrollIndicatorPosition: "scrollIndicatorPosition", scrollToPosition: "scrollToPosition", scrollbar: "scrollbar", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PScroller = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PScroller);
|
|
25
25
|
export { PScroller };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PScroller, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-scroller,[p-scroller]',
|
|
@@ -15,15 +15,15 @@ let PSegmentedControlItem = class PSegmentedControlItem {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
19
|
-
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
18
|
+
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSegmentedControlItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PSegmentedControlItem, selector: "p-segmented-control-item,[p-segmented-control-item]", inputs: { disabled: "disabled", icon: "icon", iconSource: "iconSource", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PSegmentedControlItem = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PSegmentedControlItem);
|
|
25
25
|
export { PSegmentedControlItem };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSegmentedControlItem, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-segmented-control-item,[p-segmented-control-item]',
|
|
@@ -17,15 +17,15 @@ let PSegmentedControl = class PSegmentedControl {
|
|
|
17
17
|
proxyOutputs(this, outputs);
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
21
|
-
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
20
|
+
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PSegmentedControl, selector: "p-segmented-control,[p-segmented-control]", inputs: { backgroundColor: "backgroundColor", theme: "theme", value: "value" }, outputs: { segmentedControlChange: "segmentedControlChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
22
22
|
PSegmentedControl = __decorate([
|
|
23
23
|
ProxyCmp({
|
|
24
24
|
inputs
|
|
25
25
|
})
|
|
26
26
|
], PSegmentedControl);
|
|
27
27
|
export { PSegmentedControl };
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSegmentedControl, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'p-segmented-control,[p-segmented-control]',
|
|
@@ -15,15 +15,15 @@ let PSelectWrapper = class PSelectWrapper {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
19
|
-
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
18
|
+
PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSelectWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PSelectWrapper, selector: "p-select-wrapper,[p-select-wrapper]", inputs: { description: "description", dropdownDirection: "dropdownDirection", filter: "filter", hideLabel: "hideLabel", label: "label", message: "message", native: "native", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PSelectWrapper = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PSelectWrapper);
|
|
25
25
|
export { PSelectWrapper };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSelectWrapper, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-select-wrapper,[p-select-wrapper]',
|
|
@@ -15,15 +15,15 @@ let PSpinner = class PSpinner {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
19
|
-
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
18
|
+
PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PSpinner, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PSpinner = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PSpinner);
|
|
25
25
|
export { PSpinner };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSpinner, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-spinner,[p-spinner]',
|
|
@@ -15,15 +15,15 @@ let PStepperHorizontalItem = class PStepperHorizontalItem {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
19
|
-
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
18
|
+
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStepperHorizontalItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PStepperHorizontalItem, selector: "p-stepper-horizontal-item,[p-stepper-horizontal-item]", inputs: { disabled: "disabled", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PStepperHorizontalItem = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PStepperHorizontalItem);
|
|
25
25
|
export { PStepperHorizontalItem };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
|
|
@@ -17,15 +17,15 @@ let PStepperHorizontal = class PStepperHorizontal {
|
|
|
17
17
|
proxyOutputs(this, outputs);
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
21
|
-
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
20
|
+
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStepperHorizontal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PStepperHorizontal, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size", theme: "theme" }, outputs: { stepChange: "stepChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
22
22
|
PStepperHorizontal = __decorate([
|
|
23
23
|
ProxyCmp({
|
|
24
24
|
inputs
|
|
25
25
|
})
|
|
26
26
|
], PStepperHorizontal);
|
|
27
27
|
export { PStepperHorizontal };
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStepperHorizontal, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
|
|
@@ -17,15 +17,15 @@ let PSwitch = class PSwitch {
|
|
|
17
17
|
proxyOutputs(this, outputs);
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
21
|
-
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
20
|
+
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PSwitch, selector: "p-switch,[p-switch]", inputs: { alignLabel: "alignLabel", checked: "checked", disabled: "disabled", hideLabel: "hideLabel", loading: "loading", stretch: "stretch", theme: "theme" }, outputs: { switchChange: "switchChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
22
22
|
PSwitch = __decorate([
|
|
23
23
|
ProxyCmp({
|
|
24
24
|
inputs
|
|
25
25
|
})
|
|
26
26
|
], PSwitch);
|
|
27
27
|
export { PSwitch };
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSwitch, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{
|
|
31
31
|
selector: 'p-switch,[p-switch]',
|
|
@@ -14,13 +14,13 @@ let PTableBody = class PTableBody {
|
|
|
14
14
|
this.el = r.nativeElement;
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
18
|
-
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
17
|
+
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
18
|
+
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTableBody, selector: "p-table-body,[p-table-body]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
19
19
|
PTableBody = __decorate([
|
|
20
20
|
ProxyCmp({})
|
|
21
21
|
], PTableBody);
|
|
22
22
|
export { PTableBody };
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableBody, decorators: [{
|
|
24
24
|
type: Component,
|
|
25
25
|
args: [{
|
|
26
26
|
selector: 'p-table-body,[p-table-body]',
|
|
@@ -15,15 +15,15 @@ let PTableCell = class PTableCell {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
19
|
-
PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
18
|
+
PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTableCell, selector: "p-table-cell,[p-table-cell]", inputs: { multiline: "multiline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PTableCell = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PTableCell);
|
|
25
25
|
export { PTableCell };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableCell, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-table-cell,[p-table-cell]',
|
|
@@ -15,15 +15,15 @@ let PTableHeadCell = class PTableHeadCell {
|
|
|
15
15
|
this.el = r.nativeElement;
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
19
|
-
PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
18
|
+
PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableHeadCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTableHeadCell, selector: "p-table-head-cell,[p-table-head-cell]", inputs: { hideLabel: "hideLabel", multiline: "multiline", sort: "sort" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
PTableHeadCell = __decorate([
|
|
21
21
|
ProxyCmp({
|
|
22
22
|
inputs
|
|
23
23
|
})
|
|
24
24
|
], PTableHeadCell);
|
|
25
25
|
export { PTableHeadCell };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableHeadCell, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'p-table-head-cell,[p-table-head-cell]',
|
|
@@ -14,13 +14,13 @@ let PTableHeadRow = class PTableHeadRow {
|
|
|
14
14
|
this.el = r.nativeElement;
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
18
|
-
PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
17
|
+
PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableHeadRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
18
|
+
PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTableHeadRow, selector: "p-table-head-row,[p-table-head-row]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
19
19
|
PTableHeadRow = __decorate([
|
|
20
20
|
ProxyCmp({})
|
|
21
21
|
], PTableHeadRow);
|
|
22
22
|
export { PTableHeadRow };
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableHeadRow, decorators: [{
|
|
24
24
|
type: Component,
|
|
25
25
|
args: [{
|
|
26
26
|
selector: 'p-table-head-row,[p-table-head-row]',
|
|
@@ -14,13 +14,13 @@ let PTableHead = class PTableHead {
|
|
|
14
14
|
this.el = r.nativeElement;
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
18
|
-
PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
17
|
+
PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
18
|
+
PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTableHead, selector: "p-table-head,[p-table-head]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
19
19
|
PTableHead = __decorate([
|
|
20
20
|
ProxyCmp({})
|
|
21
21
|
], PTableHead);
|
|
22
22
|
export { PTableHead };
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableHead, decorators: [{
|
|
24
24
|
type: Component,
|
|
25
25
|
args: [{
|
|
26
26
|
selector: 'p-table-head,[p-table-head]',
|