@porsche-design-system/components-angular 3.0.0-rc.1 → 3.0.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 +36 -0
- package/esm2020/lib/components/accordion.wrapper.mjs +4 -4
- package/esm2020/lib/components/banner.wrapper.mjs +4 -4
- package/esm2020/lib/components/button-group.wrapper.mjs +4 -4
- package/esm2020/lib/components/button-pure.wrapper.mjs +4 -4
- package/esm2020/lib/components/button-tile.wrapper.mjs +4 -4
- package/esm2020/lib/components/button.wrapper.mjs +4 -4
- package/esm2020/lib/components/carousel.wrapper.mjs +4 -4
- package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/crest.wrapper.mjs +4 -4
- package/esm2020/lib/components/display.wrapper.mjs +4 -4
- package/esm2020/lib/components/divider.wrapper.mjs +4 -4
- package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/fieldset.wrapper.mjs +4 -4
- package/esm2020/lib/components/flex-item.wrapper.mjs +4 -4
- package/esm2020/lib/components/flex.wrapper.mjs +4 -4
- package/esm2020/lib/components/grid-item.wrapper.mjs +4 -4
- package/esm2020/lib/components/grid.wrapper.mjs +4 -4
- package/esm2020/lib/components/heading.wrapper.mjs +4 -4
- package/esm2020/lib/components/headline.wrapper.mjs +4 -4
- package/esm2020/lib/components/icon.wrapper.mjs +4 -4
- package/esm2020/lib/components/inline-notification.wrapper.mjs +4 -4
- package/esm2020/lib/components/link-pure.wrapper.mjs +4 -4
- package/esm2020/lib/components/link-social.wrapper.mjs +4 -4
- package/esm2020/lib/components/link-tile-model-signature.wrapper.mjs +4 -4
- package/esm2020/lib/components/link-tile.wrapper.mjs +4 -4
- package/esm2020/lib/components/link.wrapper.mjs +4 -4
- package/esm2020/lib/components/marque.wrapper.mjs +4 -4
- package/esm2020/lib/components/modal.wrapper.mjs +4 -4
- package/esm2020/lib/components/model-signature.wrapper.mjs +4 -4
- package/esm2020/lib/components/pagination.wrapper.mjs +4 -4
- package/esm2020/lib/components/popover.wrapper.mjs +4 -4
- package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/scroller.wrapper.mjs +5 -5
- package/esm2020/lib/components/segmented-control-item.wrapper.mjs +4 -4
- package/esm2020/lib/components/segmented-control.wrapper.mjs +4 -4
- package/esm2020/lib/components/select-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/spinner.wrapper.mjs +4 -4
- package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +4 -4
- package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +4 -4
- package/esm2020/lib/components/switch.wrapper.mjs +4 -4
- package/esm2020/lib/components/table-body.wrapper.mjs +4 -4
- package/esm2020/lib/components/table-cell.wrapper.mjs +4 -4
- package/esm2020/lib/components/table-head-cell.wrapper.mjs +4 -4
- package/esm2020/lib/components/table-head-row.wrapper.mjs +4 -4
- package/esm2020/lib/components/table-head.wrapper.mjs +4 -4
- package/esm2020/lib/components/table-row.wrapper.mjs +4 -4
- package/esm2020/lib/components/table.wrapper.mjs +4 -4
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +4 -4
- package/esm2020/lib/components/tabs-item.wrapper.mjs +4 -4
- package/esm2020/lib/components/tabs.wrapper.mjs +4 -4
- package/esm2020/lib/components/tag-dismissible.wrapper.mjs +4 -4
- package/esm2020/lib/components/tag.wrapper.mjs +4 -4
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/text-list-item.wrapper.mjs +4 -4
- package/esm2020/lib/components/text-list.wrapper.mjs +4 -4
- package/esm2020/lib/components/text.wrapper.mjs +4 -4
- package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/toast.wrapper.mjs +4 -4
- package/esm2020/lib/components/wordmark.wrapper.mjs +4 -4
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +5 -5
- package/esm2020/toast-manager.mjs +4 -4
- package/fesm2015/porsche-design-system-components-angular.mjs +188 -188
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +188 -188
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/accordion.wrapper.d.ts +7 -7
- package/lib/components/banner.wrapper.d.ts +8 -8
- package/lib/components/button-group.wrapper.d.ts +2 -2
- package/lib/components/button-pure.wrapper.d.ts +14 -14
- package/lib/components/button-tile.wrapper.d.ts +13 -13
- package/lib/components/button.wrapper.d.ts +10 -10
- package/lib/components/carousel.wrapper.d.ts +13 -13
- package/lib/components/checkbox-wrapper.wrapper.d.ts +7 -7
- package/lib/components/content-wrapper.wrapper.d.ts +4 -4
- package/lib/components/crest.wrapper.d.ts +4 -4
- package/lib/components/display.wrapper.d.ts +7 -7
- package/lib/components/divider.wrapper.d.ts +5 -5
- package/lib/components/fieldset-wrapper.wrapper.d.ts +7 -7
- package/lib/components/fieldset.wrapper.d.ts +7 -7
- package/lib/components/flex-item.wrapper.d.ts +7 -7
- package/lib/components/flex.wrapper.d.ts +7 -7
- package/lib/components/grid-item.wrapper.d.ts +3 -3
- package/lib/components/grid.wrapper.d.ts +4 -4
- package/lib/components/heading.wrapper.d.ts +7 -7
- package/lib/components/headline.wrapper.d.ts +7 -7
- package/lib/components/icon.wrapper.d.ts +8 -8
- package/lib/components/inline-notification.wrapper.d.ts +10 -10
- package/lib/components/link-pure.wrapper.d.ts +16 -16
- package/lib/components/link-social.wrapper.d.ts +8 -8
- package/lib/components/link-tile-model-signature.wrapper.d.ts +7 -7
- package/lib/components/link-tile.wrapper.d.ts +11 -11
- package/lib/components/link.wrapper.d.ts +11 -11
- package/lib/components/marque.wrapper.d.ts +6 -6
- package/lib/components/modal.wrapper.d.ts +7 -7
- package/lib/components/model-signature.wrapper.d.ts +5 -5
- package/lib/components/pagination.wrapper.d.ts +9 -9
- package/lib/components/popover.wrapper.d.ts +5 -5
- package/lib/components/radio-button-wrapper.wrapper.d.ts +6 -6
- package/lib/components/scroller.wrapper.d.ts +10 -9
- package/lib/components/segmented-control-item.wrapper.d.ts +5 -5
- package/lib/components/segmented-control.wrapper.d.ts +4 -4
- package/lib/components/select-wrapper.wrapper.d.ts +10 -10
- package/lib/components/spinner.wrapper.d.ts +4 -4
- package/lib/components/stepper-horizontal-item.wrapper.d.ts +3 -3
- package/lib/components/stepper-horizontal.wrapper.d.ts +3 -3
- package/lib/components/switch.wrapper.d.ts +8 -8
- package/lib/components/table-body.wrapper.d.ts +1 -1
- package/lib/components/table-cell.wrapper.d.ts +2 -2
- package/lib/components/table-head-cell.wrapper.d.ts +4 -4
- package/lib/components/table-head-row.wrapper.d.ts +1 -1
- package/lib/components/table-head.wrapper.d.ts +1 -1
- package/lib/components/table-row.wrapper.d.ts +1 -1
- package/lib/components/table.wrapper.d.ts +3 -3
- package/lib/components/tabs-bar.wrapper.d.ts +7 -7
- package/lib/components/tabs-item.wrapper.d.ts +1 -1
- package/lib/components/tabs.wrapper.d.ts +7 -7
- package/lib/components/tag-dismissible.wrapper.d.ts +5 -5
- package/lib/components/tag.wrapper.d.ts +5 -5
- package/lib/components/text-field-wrapper.wrapper.d.ts +13 -13
- package/lib/components/text-list-item.wrapper.d.ts +1 -1
- package/lib/components/text-list.wrapper.d.ts +5 -5
- package/lib/components/text.wrapper.d.ts +8 -8
- package/lib/components/textarea-wrapper.wrapper.d.ts +9 -9
- package/lib/components/toast.wrapper.d.ts +2 -2
- package/lib/components/wordmark.wrapper.d.ts +6 -6
- package/lib/types.d.ts +216 -197
- package/package.json +6 -6
- package/porsche-design-system.module.d.ts +1 -1
- package/utils.d.ts +1 -1
- /package/{porsche-design-system-components-angular.d.ts → index.d.ts} +0 -0
|
@@ -59,14 +59,14 @@ let PAccordion = class PAccordion {
|
|
|
59
59
|
proxyOutputs(this, outputs$c);
|
|
60
60
|
}
|
|
61
61
|
};
|
|
62
|
-
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
63
|
-
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
62
|
+
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
63
|
+
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
64
64
|
PAccordion = __decorate$X([
|
|
65
65
|
ProxyCmp({
|
|
66
66
|
inputs: inputs$S
|
|
67
67
|
})
|
|
68
68
|
], PAccordion);
|
|
69
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
69
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PAccordion, decorators: [{
|
|
70
70
|
type: Component,
|
|
71
71
|
args: [{
|
|
72
72
|
selector: 'p-accordion,[p-accordion]',
|
|
@@ -93,14 +93,14 @@ let PBanner = class PBanner {
|
|
|
93
93
|
proxyOutputs(this, outputs$b);
|
|
94
94
|
}
|
|
95
95
|
};
|
|
96
|
-
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
97
|
-
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
96
|
+
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
97
|
+
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PBanner, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", open: "open", persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
98
98
|
PBanner = __decorate$W([
|
|
99
99
|
ProxyCmp({
|
|
100
100
|
inputs: inputs$R
|
|
101
101
|
})
|
|
102
102
|
], PBanner);
|
|
103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PBanner, decorators: [{
|
|
104
104
|
type: Component,
|
|
105
105
|
args: [{
|
|
106
106
|
selector: 'p-banner,[p-banner]',
|
|
@@ -125,14 +125,14 @@ let PButton = class PButton {
|
|
|
125
125
|
this.el = r.nativeElement;
|
|
126
126
|
}
|
|
127
127
|
};
|
|
128
|
-
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
129
|
-
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
128
|
+
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
129
|
+
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PButton, selector: "p-button,[p-button]", inputs: { aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", theme: "theme", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
130
130
|
PButton = __decorate$V([
|
|
131
131
|
ProxyCmp({
|
|
132
132
|
inputs: inputs$Q
|
|
133
133
|
})
|
|
134
134
|
], PButton);
|
|
135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PButton, decorators: [{
|
|
136
136
|
type: Component,
|
|
137
137
|
args: [{
|
|
138
138
|
selector: 'p-button,[p-button]',
|
|
@@ -156,14 +156,14 @@ let PButtonGroup = class PButtonGroup {
|
|
|
156
156
|
this.el = r.nativeElement;
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
|
-
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
160
|
-
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
159
|
+
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
160
|
+
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PButtonGroup, selector: "p-button-group,[p-button-group]", inputs: { direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
161
161
|
PButtonGroup = __decorate$U([
|
|
162
162
|
ProxyCmp({
|
|
163
163
|
inputs: inputs$P
|
|
164
164
|
})
|
|
165
165
|
], PButtonGroup);
|
|
166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PButtonGroup, decorators: [{
|
|
167
167
|
type: Component,
|
|
168
168
|
args: [{
|
|
169
169
|
selector: 'p-button-group,[p-button-group]',
|
|
@@ -187,14 +187,14 @@ let PButtonPure = class PButtonPure {
|
|
|
187
187
|
this.el = r.nativeElement;
|
|
188
188
|
}
|
|
189
189
|
};
|
|
190
|
-
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
191
|
-
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
190
|
+
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PButtonPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
191
|
+
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PButtonPure, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", size: "size", stretch: "stretch", theme: "theme", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
192
192
|
PButtonPure = __decorate$T([
|
|
193
193
|
ProxyCmp({
|
|
194
194
|
inputs: inputs$O
|
|
195
195
|
})
|
|
196
196
|
], PButtonPure);
|
|
197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PButtonPure, decorators: [{
|
|
198
198
|
type: Component,
|
|
199
199
|
args: [{
|
|
200
200
|
selector: 'p-button-pure,[p-button-pure]',
|
|
@@ -218,14 +218,14 @@ let PButtonTile = class PButtonTile {
|
|
|
218
218
|
this.el = r.nativeElement;
|
|
219
219
|
}
|
|
220
220
|
};
|
|
221
|
-
PButtonTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
222
|
-
PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
221
|
+
PButtonTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PButtonTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
222
|
+
PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PButtonTile, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
223
223
|
PButtonTile = __decorate$S([
|
|
224
224
|
ProxyCmp({
|
|
225
225
|
inputs: inputs$N
|
|
226
226
|
})
|
|
227
227
|
], PButtonTile);
|
|
228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PButtonTile, decorators: [{
|
|
229
229
|
type: Component,
|
|
230
230
|
args: [{
|
|
231
231
|
selector: 'p-button-tile,[p-button-tile]',
|
|
@@ -251,14 +251,14 @@ let PCarousel = class PCarousel {
|
|
|
251
251
|
proxyOutputs(this, outputs$a);
|
|
252
252
|
}
|
|
253
253
|
};
|
|
254
|
-
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
255
|
-
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
254
|
+
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
255
|
+
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignHeader: "alignHeader", description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", pagination: "pagination", rewind: "rewind", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
256
256
|
PCarousel = __decorate$R([
|
|
257
257
|
ProxyCmp({
|
|
258
258
|
inputs: inputs$M
|
|
259
259
|
})
|
|
260
260
|
], PCarousel);
|
|
261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PCarousel, decorators: [{
|
|
262
262
|
type: Component,
|
|
263
263
|
args: [{
|
|
264
264
|
selector: 'p-carousel,[p-carousel]',
|
|
@@ -283,14 +283,14 @@ let PCheckboxWrapper = class PCheckboxWrapper {
|
|
|
283
283
|
this.el = r.nativeElement;
|
|
284
284
|
}
|
|
285
285
|
};
|
|
286
|
-
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
287
|
-
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
286
|
+
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PCheckboxWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
287
|
+
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
288
288
|
PCheckboxWrapper = __decorate$Q([
|
|
289
289
|
ProxyCmp({
|
|
290
290
|
inputs: inputs$L
|
|
291
291
|
})
|
|
292
292
|
], PCheckboxWrapper);
|
|
293
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
293
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PCheckboxWrapper, decorators: [{
|
|
294
294
|
type: Component,
|
|
295
295
|
args: [{
|
|
296
296
|
selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
|
|
@@ -315,14 +315,14 @@ let PContentWrapper = class PContentWrapper {
|
|
|
315
315
|
this.el = r.nativeElement;
|
|
316
316
|
}
|
|
317
317
|
};
|
|
318
|
-
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
319
|
-
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
318
|
+
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PContentWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
319
|
+
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PContentWrapper, selector: "p-content-wrapper,[p-content-wrapper]", inputs: { backgroundColor: "backgroundColor", theme: "theme", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
320
320
|
PContentWrapper = __decorate$P([
|
|
321
321
|
ProxyCmp({
|
|
322
322
|
inputs: inputs$K
|
|
323
323
|
})
|
|
324
324
|
], PContentWrapper);
|
|
325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
326
326
|
type: Component,
|
|
327
327
|
args: [{
|
|
328
328
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
@@ -346,14 +346,14 @@ let PCrest = class PCrest {
|
|
|
346
346
|
this.el = r.nativeElement;
|
|
347
347
|
}
|
|
348
348
|
};
|
|
349
|
-
PCrest.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
350
|
-
PCrest.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
349
|
+
PCrest.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PCrest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
350
|
+
PCrest.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PCrest, selector: "p-crest,[p-crest]", inputs: { aria: "aria", href: "href", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
351
351
|
PCrest = __decorate$O([
|
|
352
352
|
ProxyCmp({
|
|
353
353
|
inputs: inputs$J
|
|
354
354
|
})
|
|
355
355
|
], PCrest);
|
|
356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PCrest, decorators: [{
|
|
357
357
|
type: Component,
|
|
358
358
|
args: [{
|
|
359
359
|
selector: 'p-crest,[p-crest]',
|
|
@@ -377,14 +377,14 @@ let PDisplay = class PDisplay {
|
|
|
377
377
|
this.el = r.nativeElement;
|
|
378
378
|
}
|
|
379
379
|
};
|
|
380
|
-
PDisplay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
381
|
-
PDisplay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
380
|
+
PDisplay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PDisplay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
381
|
+
PDisplay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PDisplay, selector: "p-display,[p-display]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
382
382
|
PDisplay = __decorate$N([
|
|
383
383
|
ProxyCmp({
|
|
384
384
|
inputs: inputs$I
|
|
385
385
|
})
|
|
386
386
|
], PDisplay);
|
|
387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PDisplay, decorators: [{
|
|
388
388
|
type: Component,
|
|
389
389
|
args: [{
|
|
390
390
|
selector: 'p-display,[p-display]',
|
|
@@ -408,14 +408,14 @@ let PDivider = class PDivider {
|
|
|
408
408
|
this.el = r.nativeElement;
|
|
409
409
|
}
|
|
410
410
|
};
|
|
411
|
-
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
412
|
-
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
411
|
+
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
412
|
+
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction", orientation: "orientation", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
413
413
|
PDivider = __decorate$M([
|
|
414
414
|
ProxyCmp({
|
|
415
415
|
inputs: inputs$H
|
|
416
416
|
})
|
|
417
417
|
], PDivider);
|
|
418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PDivider, decorators: [{
|
|
419
419
|
type: Component,
|
|
420
420
|
args: [{
|
|
421
421
|
selector: 'p-divider,[p-divider]',
|
|
@@ -439,14 +439,14 @@ let PFieldset = class PFieldset {
|
|
|
439
439
|
this.el = r.nativeElement;
|
|
440
440
|
}
|
|
441
441
|
};
|
|
442
|
-
PFieldset.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
443
|
-
PFieldset.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
442
|
+
PFieldset.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PFieldset, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
443
|
+
PFieldset.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PFieldset, selector: "p-fieldset,[p-fieldset]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
444
444
|
PFieldset = __decorate$L([
|
|
445
445
|
ProxyCmp({
|
|
446
446
|
inputs: inputs$G
|
|
447
447
|
})
|
|
448
448
|
], PFieldset);
|
|
449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PFieldset, decorators: [{
|
|
450
450
|
type: Component,
|
|
451
451
|
args: [{
|
|
452
452
|
selector: 'p-fieldset,[p-fieldset]',
|
|
@@ -471,14 +471,14 @@ let PFieldsetWrapper = class PFieldsetWrapper {
|
|
|
471
471
|
this.el = r.nativeElement;
|
|
472
472
|
}
|
|
473
473
|
};
|
|
474
|
-
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
475
|
-
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
474
|
+
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PFieldsetWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
475
|
+
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PFieldsetWrapper, selector: "p-fieldset-wrapper,[p-fieldset-wrapper]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
476
476
|
PFieldsetWrapper = __decorate$K([
|
|
477
477
|
ProxyCmp({
|
|
478
478
|
inputs: inputs$F
|
|
479
479
|
})
|
|
480
480
|
], PFieldsetWrapper);
|
|
481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
482
482
|
type: Component,
|
|
483
483
|
args: [{
|
|
484
484
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
@@ -503,14 +503,14 @@ let PFlex = class PFlex {
|
|
|
503
503
|
this.el = r.nativeElement;
|
|
504
504
|
}
|
|
505
505
|
};
|
|
506
|
-
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
507
|
-
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
506
|
+
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PFlex, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
507
|
+
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PFlex, selector: "p-flex,[p-flex]", inputs: { alignContent: "alignContent", alignItems: "alignItems", direction: "direction", inline: "inline", justifyContent: "justifyContent", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
508
508
|
PFlex = __decorate$J([
|
|
509
509
|
ProxyCmp({
|
|
510
510
|
inputs: inputs$E
|
|
511
511
|
})
|
|
512
512
|
], PFlex);
|
|
513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PFlex, decorators: [{
|
|
514
514
|
type: Component,
|
|
515
515
|
args: [{
|
|
516
516
|
selector: 'p-flex,[p-flex]',
|
|
@@ -535,14 +535,14 @@ let PFlexItem = class PFlexItem {
|
|
|
535
535
|
this.el = r.nativeElement;
|
|
536
536
|
}
|
|
537
537
|
};
|
|
538
|
-
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
539
|
-
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
538
|
+
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PFlexItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
539
|
+
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PFlexItem, selector: "p-flex-item,[p-flex-item]", inputs: { alignSelf: "alignSelf", flex: "flex", grow: "grow", offset: "offset", shrink: "shrink", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
540
540
|
PFlexItem = __decorate$I([
|
|
541
541
|
ProxyCmp({
|
|
542
542
|
inputs: inputs$D
|
|
543
543
|
})
|
|
544
544
|
], PFlexItem);
|
|
545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PFlexItem, decorators: [{
|
|
546
546
|
type: Component,
|
|
547
547
|
args: [{
|
|
548
548
|
selector: 'p-flex-item,[p-flex-item]',
|
|
@@ -567,14 +567,14 @@ let PGrid = class PGrid {
|
|
|
567
567
|
this.el = r.nativeElement;
|
|
568
568
|
}
|
|
569
569
|
};
|
|
570
|
-
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
571
|
-
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
570
|
+
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
571
|
+
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PGrid, selector: "p-grid,[p-grid]", inputs: { direction: "direction", gutter: "gutter", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
572
572
|
PGrid = __decorate$H([
|
|
573
573
|
ProxyCmp({
|
|
574
574
|
inputs: inputs$C
|
|
575
575
|
})
|
|
576
576
|
], PGrid);
|
|
577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PGrid, decorators: [{
|
|
578
578
|
type: Component,
|
|
579
579
|
args: [{
|
|
580
580
|
selector: 'p-grid,[p-grid]',
|
|
@@ -599,14 +599,14 @@ let PGridItem = class PGridItem {
|
|
|
599
599
|
this.el = r.nativeElement;
|
|
600
600
|
}
|
|
601
601
|
};
|
|
602
|
-
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
603
|
-
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
602
|
+
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PGridItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
603
|
+
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PGridItem, selector: "p-grid-item,[p-grid-item]", inputs: { offset: "offset", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
604
604
|
PGridItem = __decorate$G([
|
|
605
605
|
ProxyCmp({
|
|
606
606
|
inputs: inputs$B
|
|
607
607
|
})
|
|
608
608
|
], PGridItem);
|
|
609
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
609
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PGridItem, decorators: [{
|
|
610
610
|
type: Component,
|
|
611
611
|
args: [{
|
|
612
612
|
selector: 'p-grid-item,[p-grid-item]',
|
|
@@ -630,14 +630,14 @@ let PHeading = class PHeading {
|
|
|
630
630
|
this.el = r.nativeElement;
|
|
631
631
|
}
|
|
632
632
|
};
|
|
633
|
-
PHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
634
|
-
PHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
633
|
+
PHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
634
|
+
PHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PHeading, selector: "p-heading,[p-heading]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
635
635
|
PHeading = __decorate$F([
|
|
636
636
|
ProxyCmp({
|
|
637
637
|
inputs: inputs$A
|
|
638
638
|
})
|
|
639
639
|
], PHeading);
|
|
640
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
640
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PHeading, decorators: [{
|
|
641
641
|
type: Component,
|
|
642
642
|
args: [{
|
|
643
643
|
selector: 'p-heading,[p-heading]',
|
|
@@ -662,14 +662,14 @@ let PHeadline = class PHeadline {
|
|
|
662
662
|
this.el = r.nativeElement;
|
|
663
663
|
}
|
|
664
664
|
};
|
|
665
|
-
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
666
|
-
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
665
|
+
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
666
|
+
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
667
667
|
PHeadline = __decorate$E([
|
|
668
668
|
ProxyCmp({
|
|
669
669
|
inputs: inputs$z
|
|
670
670
|
})
|
|
671
671
|
], PHeadline);
|
|
672
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PHeadline, decorators: [{
|
|
673
673
|
type: Component,
|
|
674
674
|
args: [{
|
|
675
675
|
selector: 'p-headline,[p-headline]',
|
|
@@ -693,14 +693,14 @@ let PIcon = class PIcon {
|
|
|
693
693
|
this.el = r.nativeElement;
|
|
694
694
|
}
|
|
695
695
|
};
|
|
696
|
-
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
697
|
-
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
696
|
+
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
697
|
+
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
698
698
|
PIcon = __decorate$D([
|
|
699
699
|
ProxyCmp({
|
|
700
700
|
inputs: inputs$y
|
|
701
701
|
})
|
|
702
702
|
], PIcon);
|
|
703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PIcon, decorators: [{
|
|
704
704
|
type: Component,
|
|
705
705
|
args: [{
|
|
706
706
|
selector: 'p-icon,[p-icon]',
|
|
@@ -726,14 +726,14 @@ let PInlineNotification = class PInlineNotification {
|
|
|
726
726
|
proxyOutputs(this, outputs$9);
|
|
727
727
|
}
|
|
728
728
|
};
|
|
729
|
-
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
730
|
-
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
729
|
+
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
730
|
+
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
731
731
|
PInlineNotification = __decorate$C([
|
|
732
732
|
ProxyCmp({
|
|
733
733
|
inputs: inputs$x
|
|
734
734
|
})
|
|
735
735
|
], PInlineNotification);
|
|
736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
737
737
|
type: Component,
|
|
738
738
|
args: [{
|
|
739
739
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
@@ -758,14 +758,14 @@ let PLink = class PLink {
|
|
|
758
758
|
this.el = r.nativeElement;
|
|
759
759
|
}
|
|
760
760
|
};
|
|
761
|
-
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
762
|
-
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
761
|
+
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
762
|
+
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
763
763
|
PLink = __decorate$B([
|
|
764
764
|
ProxyCmp({
|
|
765
765
|
inputs: inputs$w
|
|
766
766
|
})
|
|
767
767
|
], PLink);
|
|
768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PLink, decorators: [{
|
|
769
769
|
type: Component,
|
|
770
770
|
args: [{
|
|
771
771
|
selector: 'p-link,[p-link]',
|
|
@@ -789,14 +789,14 @@ let PLinkPure = class PLinkPure {
|
|
|
789
789
|
this.el = r.nativeElement;
|
|
790
790
|
}
|
|
791
791
|
};
|
|
792
|
-
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
793
|
-
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
792
|
+
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PLinkPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
793
|
+
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
794
794
|
PLinkPure = __decorate$A([
|
|
795
795
|
ProxyCmp({
|
|
796
796
|
inputs: inputs$v
|
|
797
797
|
})
|
|
798
798
|
], PLinkPure);
|
|
799
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
799
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PLinkPure, decorators: [{
|
|
800
800
|
type: Component,
|
|
801
801
|
args: [{
|
|
802
802
|
selector: 'p-link-pure,[p-link-pure]',
|
|
@@ -821,14 +821,14 @@ let PLinkSocial = class PLinkSocial {
|
|
|
821
821
|
this.el = r.nativeElement;
|
|
822
822
|
}
|
|
823
823
|
};
|
|
824
|
-
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
825
|
-
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
824
|
+
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PLinkSocial, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
825
|
+
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
826
826
|
PLinkSocial = __decorate$z([
|
|
827
827
|
ProxyCmp({
|
|
828
828
|
inputs: inputs$u
|
|
829
829
|
})
|
|
830
830
|
], PLinkSocial);
|
|
831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PLinkSocial, decorators: [{
|
|
832
832
|
type: Component,
|
|
833
833
|
args: [{
|
|
834
834
|
selector: 'p-link-social,[p-link-social]',
|
|
@@ -852,14 +852,14 @@ let PLinkTile = class PLinkTile {
|
|
|
852
852
|
this.el = r.nativeElement;
|
|
853
853
|
}
|
|
854
854
|
};
|
|
855
|
-
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
856
|
-
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
855
|
+
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PLinkTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
856
|
+
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
857
857
|
PLinkTile = __decorate$y([
|
|
858
858
|
ProxyCmp({
|
|
859
859
|
inputs: inputs$t
|
|
860
860
|
})
|
|
861
861
|
], PLinkTile);
|
|
862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PLinkTile, decorators: [{
|
|
863
863
|
type: Component,
|
|
864
864
|
args: [{
|
|
865
865
|
selector: 'p-link-tile,[p-link-tile]',
|
|
@@ -883,14 +883,14 @@ let PLinkTileModelSignature = class PLinkTileModelSignature {
|
|
|
883
883
|
this.el = r.nativeElement;
|
|
884
884
|
}
|
|
885
885
|
};
|
|
886
|
-
PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
887
|
-
PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
886
|
+
PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PLinkTileModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
887
|
+
PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
888
888
|
PLinkTileModelSignature = __decorate$x([
|
|
889
889
|
ProxyCmp({
|
|
890
890
|
inputs: inputs$s
|
|
891
891
|
})
|
|
892
892
|
], PLinkTileModelSignature);
|
|
893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PLinkTileModelSignature, decorators: [{
|
|
894
894
|
type: Component,
|
|
895
895
|
args: [{
|
|
896
896
|
selector: 'p-link-tile-model-signature,[p-link-tile-model-signature]',
|
|
@@ -915,14 +915,14 @@ let PMarque = class PMarque {
|
|
|
915
915
|
this.el = r.nativeElement;
|
|
916
916
|
}
|
|
917
917
|
};
|
|
918
|
-
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
919
|
-
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
918
|
+
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PMarque, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
919
|
+
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PMarque, selector: "p-marque,[p-marque]", inputs: { aria: "aria", href: "href", size: "size", target: "target", trademark: "trademark" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
920
920
|
PMarque = __decorate$w([
|
|
921
921
|
ProxyCmp({
|
|
922
922
|
inputs: inputs$r
|
|
923
923
|
})
|
|
924
924
|
], PMarque);
|
|
925
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
925
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PMarque, decorators: [{
|
|
926
926
|
type: Component,
|
|
927
927
|
args: [{
|
|
928
928
|
selector: 'p-marque,[p-marque]',
|
|
@@ -948,14 +948,14 @@ let PModal = class PModal {
|
|
|
948
948
|
proxyOutputs(this, outputs$8);
|
|
949
949
|
}
|
|
950
950
|
};
|
|
951
|
-
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
952
|
-
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
951
|
+
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
952
|
+
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
953
953
|
PModal = __decorate$v([
|
|
954
954
|
ProxyCmp({
|
|
955
955
|
inputs: inputs$q
|
|
956
956
|
})
|
|
957
957
|
], PModal);
|
|
958
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
958
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PModal, decorators: [{
|
|
959
959
|
type: Component,
|
|
960
960
|
args: [{
|
|
961
961
|
selector: 'p-modal,[p-modal]',
|
|
@@ -980,14 +980,14 @@ let PModelSignature = class PModelSignature {
|
|
|
980
980
|
this.el = r.nativeElement;
|
|
981
981
|
}
|
|
982
982
|
};
|
|
983
|
-
PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
984
|
-
PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
983
|
+
PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
984
|
+
PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
985
985
|
PModelSignature = __decorate$u([
|
|
986
986
|
ProxyCmp({
|
|
987
987
|
inputs: inputs$p
|
|
988
988
|
})
|
|
989
989
|
], PModelSignature);
|
|
990
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
990
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PModelSignature, decorators: [{
|
|
991
991
|
type: Component,
|
|
992
992
|
args: [{
|
|
993
993
|
selector: 'p-model-signature,[p-model-signature]',
|
|
@@ -1013,14 +1013,14 @@ let PPagination = class PPagination {
|
|
|
1013
1013
|
proxyOutputs(this, outputs$7);
|
|
1014
1014
|
}
|
|
1015
1015
|
};
|
|
1016
|
-
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1017
|
-
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1016
|
+
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1017
|
+
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
1018
1018
|
PPagination = __decorate$t([
|
|
1019
1019
|
ProxyCmp({
|
|
1020
1020
|
inputs: inputs$o
|
|
1021
1021
|
})
|
|
1022
1022
|
], PPagination);
|
|
1023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PPagination, decorators: [{
|
|
1024
1024
|
type: Component,
|
|
1025
1025
|
args: [{
|
|
1026
1026
|
selector: 'p-pagination,[p-pagination]',
|
|
@@ -1045,14 +1045,14 @@ let PPopover = class PPopover {
|
|
|
1045
1045
|
this.el = r.nativeElement;
|
|
1046
1046
|
}
|
|
1047
1047
|
};
|
|
1048
|
-
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1049
|
-
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1048
|
+
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1049
|
+
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
1050
1050
|
PPopover = __decorate$s([
|
|
1051
1051
|
ProxyCmp({
|
|
1052
1052
|
inputs: inputs$n
|
|
1053
1053
|
})
|
|
1054
1054
|
], PPopover);
|
|
1055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1055
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PPopover, decorators: [{
|
|
1056
1056
|
type: Component,
|
|
1057
1057
|
args: [{
|
|
1058
1058
|
selector: 'p-popover,[p-popover]',
|
|
@@ -1076,14 +1076,14 @@ let PRadioButtonWrapper = class PRadioButtonWrapper {
|
|
|
1076
1076
|
this.el = r.nativeElement;
|
|
1077
1077
|
}
|
|
1078
1078
|
};
|
|
1079
|
-
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1080
|
-
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1079
|
+
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PRadioButtonWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1080
|
+
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
1081
1081
|
PRadioButtonWrapper = __decorate$r([
|
|
1082
1082
|
ProxyCmp({
|
|
1083
1083
|
inputs: inputs$m
|
|
1084
1084
|
})
|
|
1085
1085
|
], PRadioButtonWrapper);
|
|
1086
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1086
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PRadioButtonWrapper, decorators: [{
|
|
1087
1087
|
type: Component,
|
|
1088
1088
|
args: [{
|
|
1089
1089
|
selector: 'p-radio-button-wrapper,[p-radio-button-wrapper]',
|
|
@@ -1099,7 +1099,7 @@ var __decorate$q = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1099
1099
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1100
1100
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1101
1101
|
};
|
|
1102
|
-
const inputs$l = ['alignScrollIndicator', 'gradientColor', 'gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'scrollbar', 'theme'];
|
|
1102
|
+
const inputs$l = ['alignScrollIndicator', 'aria', 'gradientColor', 'gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'scrollbar', 'theme'];
|
|
1103
1103
|
let PScroller = class PScroller {
|
|
1104
1104
|
constructor(c, r, z) {
|
|
1105
1105
|
this.z = z;
|
|
@@ -1107,14 +1107,14 @@ let PScroller = class PScroller {
|
|
|
1107
1107
|
this.el = r.nativeElement;
|
|
1108
1108
|
}
|
|
1109
1109
|
};
|
|
1110
|
-
PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1111
|
-
PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1110
|
+
PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PScroller, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1111
|
+
PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
1112
1112
|
PScroller = __decorate$q([
|
|
1113
1113
|
ProxyCmp({
|
|
1114
1114
|
inputs: inputs$l
|
|
1115
1115
|
})
|
|
1116
1116
|
], PScroller);
|
|
1117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PScroller, decorators: [{
|
|
1118
1118
|
type: Component,
|
|
1119
1119
|
args: [{
|
|
1120
1120
|
selector: 'p-scroller,[p-scroller]',
|
|
@@ -1140,14 +1140,14 @@ let PSegmentedControl = class PSegmentedControl {
|
|
|
1140
1140
|
proxyOutputs(this, outputs$6);
|
|
1141
1141
|
}
|
|
1142
1142
|
};
|
|
1143
|
-
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1144
|
-
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1143
|
+
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1144
|
+
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
1145
1145
|
PSegmentedControl = __decorate$p([
|
|
1146
1146
|
ProxyCmp({
|
|
1147
1147
|
inputs: inputs$k
|
|
1148
1148
|
})
|
|
1149
1149
|
], PSegmentedControl);
|
|
1150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PSegmentedControl, decorators: [{
|
|
1151
1151
|
type: Component,
|
|
1152
1152
|
args: [{
|
|
1153
1153
|
selector: 'p-segmented-control,[p-segmented-control]',
|
|
@@ -1172,14 +1172,14 @@ let PSegmentedControlItem = class PSegmentedControlItem {
|
|
|
1172
1172
|
this.el = r.nativeElement;
|
|
1173
1173
|
}
|
|
1174
1174
|
};
|
|
1175
|
-
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1176
|
-
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1175
|
+
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PSegmentedControlItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1176
|
+
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
1177
1177
|
PSegmentedControlItem = __decorate$o([
|
|
1178
1178
|
ProxyCmp({
|
|
1179
1179
|
inputs: inputs$j
|
|
1180
1180
|
})
|
|
1181
1181
|
], PSegmentedControlItem);
|
|
1182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PSegmentedControlItem, decorators: [{
|
|
1183
1183
|
type: Component,
|
|
1184
1184
|
args: [{
|
|
1185
1185
|
selector: 'p-segmented-control-item,[p-segmented-control-item]',
|
|
@@ -1203,14 +1203,14 @@ let PSelectWrapper = class PSelectWrapper {
|
|
|
1203
1203
|
this.el = r.nativeElement;
|
|
1204
1204
|
}
|
|
1205
1205
|
};
|
|
1206
|
-
PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1207
|
-
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1206
|
+
PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PSelectWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1207
|
+
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
1208
1208
|
PSelectWrapper = __decorate$n([
|
|
1209
1209
|
ProxyCmp({
|
|
1210
1210
|
inputs: inputs$i
|
|
1211
1211
|
})
|
|
1212
1212
|
], PSelectWrapper);
|
|
1213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PSelectWrapper, decorators: [{
|
|
1214
1214
|
type: Component,
|
|
1215
1215
|
args: [{
|
|
1216
1216
|
selector: 'p-select-wrapper,[p-select-wrapper]',
|
|
@@ -1234,14 +1234,14 @@ let PSpinner = class PSpinner {
|
|
|
1234
1234
|
this.el = r.nativeElement;
|
|
1235
1235
|
}
|
|
1236
1236
|
};
|
|
1237
|
-
PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1238
|
-
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1237
|
+
PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1238
|
+
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
1239
1239
|
PSpinner = __decorate$m([
|
|
1240
1240
|
ProxyCmp({
|
|
1241
1241
|
inputs: inputs$h
|
|
1242
1242
|
})
|
|
1243
1243
|
], PSpinner);
|
|
1244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PSpinner, decorators: [{
|
|
1245
1245
|
type: Component,
|
|
1246
1246
|
args: [{
|
|
1247
1247
|
selector: 'p-spinner,[p-spinner]',
|
|
@@ -1267,14 +1267,14 @@ let PStepperHorizontal = class PStepperHorizontal {
|
|
|
1267
1267
|
proxyOutputs(this, outputs$5);
|
|
1268
1268
|
}
|
|
1269
1269
|
};
|
|
1270
|
-
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1271
|
-
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1270
|
+
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PStepperHorizontal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1271
|
+
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
1272
1272
|
PStepperHorizontal = __decorate$l([
|
|
1273
1273
|
ProxyCmp({
|
|
1274
1274
|
inputs: inputs$g
|
|
1275
1275
|
})
|
|
1276
1276
|
], PStepperHorizontal);
|
|
1277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PStepperHorizontal, decorators: [{
|
|
1278
1278
|
type: Component,
|
|
1279
1279
|
args: [{
|
|
1280
1280
|
selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
|
|
@@ -1299,14 +1299,14 @@ let PStepperHorizontalItem = class PStepperHorizontalItem {
|
|
|
1299
1299
|
this.el = r.nativeElement;
|
|
1300
1300
|
}
|
|
1301
1301
|
};
|
|
1302
|
-
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1303
|
-
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1302
|
+
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PStepperHorizontalItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1303
|
+
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
1304
1304
|
PStepperHorizontalItem = __decorate$k([
|
|
1305
1305
|
ProxyCmp({
|
|
1306
1306
|
inputs: inputs$f
|
|
1307
1307
|
})
|
|
1308
1308
|
], PStepperHorizontalItem);
|
|
1309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
|
|
1310
1310
|
type: Component,
|
|
1311
1311
|
args: [{
|
|
1312
1312
|
selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
|
|
@@ -1332,14 +1332,14 @@ let PSwitch = class PSwitch {
|
|
|
1332
1332
|
proxyOutputs(this, outputs$4);
|
|
1333
1333
|
}
|
|
1334
1334
|
};
|
|
1335
|
-
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1336
|
-
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1335
|
+
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1336
|
+
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
1337
1337
|
PSwitch = __decorate$j([
|
|
1338
1338
|
ProxyCmp({
|
|
1339
1339
|
inputs: inputs$e
|
|
1340
1340
|
})
|
|
1341
1341
|
], PSwitch);
|
|
1342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PSwitch, decorators: [{
|
|
1343
1343
|
type: Component,
|
|
1344
1344
|
args: [{
|
|
1345
1345
|
selector: 'p-switch,[p-switch]',
|
|
@@ -1366,14 +1366,14 @@ let PTable = class PTable {
|
|
|
1366
1366
|
proxyOutputs(this, outputs$3);
|
|
1367
1367
|
}
|
|
1368
1368
|
};
|
|
1369
|
-
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1370
|
-
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1369
|
+
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1370
|
+
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PTable, selector: "p-table,[p-table]", inputs: { caption: "caption", theme: "theme" }, outputs: { sortingChange: "sortingChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1371
1371
|
PTable = __decorate$i([
|
|
1372
1372
|
ProxyCmp({
|
|
1373
1373
|
inputs: inputs$d
|
|
1374
1374
|
})
|
|
1375
1375
|
], PTable);
|
|
1376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTable, decorators: [{
|
|
1377
1377
|
type: Component,
|
|
1378
1378
|
args: [{
|
|
1379
1379
|
selector: 'p-table,[p-table]',
|
|
@@ -1397,12 +1397,12 @@ let PTableBody = class PTableBody {
|
|
|
1397
1397
|
this.el = r.nativeElement;
|
|
1398
1398
|
}
|
|
1399
1399
|
};
|
|
1400
|
-
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1401
|
-
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1400
|
+
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1401
|
+
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PTableBody, selector: "p-table-body,[p-table-body]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1402
1402
|
PTableBody = __decorate$h([
|
|
1403
1403
|
ProxyCmp({})
|
|
1404
1404
|
], PTableBody);
|
|
1405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1405
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableBody, decorators: [{
|
|
1406
1406
|
type: Component,
|
|
1407
1407
|
args: [{
|
|
1408
1408
|
selector: 'p-table-body,[p-table-body]',
|
|
@@ -1425,14 +1425,14 @@ let PTableCell = class PTableCell {
|
|
|
1425
1425
|
this.el = r.nativeElement;
|
|
1426
1426
|
}
|
|
1427
1427
|
};
|
|
1428
|
-
PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1429
|
-
PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1428
|
+
PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1429
|
+
PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
1430
1430
|
PTableCell = __decorate$g([
|
|
1431
1431
|
ProxyCmp({
|
|
1432
1432
|
inputs: inputs$c
|
|
1433
1433
|
})
|
|
1434
1434
|
], PTableCell);
|
|
1435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableCell, decorators: [{
|
|
1436
1436
|
type: Component,
|
|
1437
1437
|
args: [{
|
|
1438
1438
|
selector: 'p-table-cell,[p-table-cell]',
|
|
@@ -1455,12 +1455,12 @@ let PTableHead = class PTableHead {
|
|
|
1455
1455
|
this.el = r.nativeElement;
|
|
1456
1456
|
}
|
|
1457
1457
|
};
|
|
1458
|
-
PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1459
|
-
PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1458
|
+
PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1459
|
+
PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PTableHead, selector: "p-table-head,[p-table-head]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1460
1460
|
PTableHead = __decorate$f([
|
|
1461
1461
|
ProxyCmp({})
|
|
1462
1462
|
], PTableHead);
|
|
1463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1463
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableHead, decorators: [{
|
|
1464
1464
|
type: Component,
|
|
1465
1465
|
args: [{
|
|
1466
1466
|
selector: 'p-table-head,[p-table-head]',
|
|
@@ -1483,14 +1483,14 @@ let PTableHeadCell = class PTableHeadCell {
|
|
|
1483
1483
|
this.el = r.nativeElement;
|
|
1484
1484
|
}
|
|
1485
1485
|
};
|
|
1486
|
-
PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1487
|
-
PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1486
|
+
PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableHeadCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1487
|
+
PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
|
|
1488
1488
|
PTableHeadCell = __decorate$e([
|
|
1489
1489
|
ProxyCmp({
|
|
1490
1490
|
inputs: inputs$b
|
|
1491
1491
|
})
|
|
1492
1492
|
], PTableHeadCell);
|
|
1493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1493
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableHeadCell, decorators: [{
|
|
1494
1494
|
type: Component,
|
|
1495
1495
|
args: [{
|
|
1496
1496
|
selector: 'p-table-head-cell,[p-table-head-cell]',
|
|
@@ -1513,12 +1513,12 @@ let PTableHeadRow = class PTableHeadRow {
|
|
|
1513
1513
|
this.el = r.nativeElement;
|
|
1514
1514
|
}
|
|
1515
1515
|
};
|
|
1516
|
-
PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1517
|
-
PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1516
|
+
PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableHeadRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1517
|
+
PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PTableHeadRow, selector: "p-table-head-row,[p-table-head-row]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1518
1518
|
PTableHeadRow = __decorate$d([
|
|
1519
1519
|
ProxyCmp({})
|
|
1520
1520
|
], PTableHeadRow);
|
|
1521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableHeadRow, decorators: [{
|
|
1522
1522
|
type: Component,
|
|
1523
1523
|
args: [{
|
|
1524
1524
|
selector: 'p-table-head-row,[p-table-head-row]',
|
|
@@ -1540,12 +1540,12 @@ let PTableRow = class PTableRow {
|
|
|
1540
1540
|
this.el = r.nativeElement;
|
|
1541
1541
|
}
|
|
1542
1542
|
};
|
|
1543
|
-
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1544
|
-
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1543
|
+
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1544
|
+
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PTableRow, selector: "p-table-row,[p-table-row]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1545
1545
|
PTableRow = __decorate$c([
|
|
1546
1546
|
ProxyCmp({})
|
|
1547
1547
|
], PTableRow);
|
|
1548
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableRow, decorators: [{
|
|
1549
1549
|
type: Component,
|
|
1550
1550
|
args: [{
|
|
1551
1551
|
selector: 'p-table-row,[p-table-row]',
|
|
@@ -1570,14 +1570,14 @@ let PTabs = class PTabs {
|
|
|
1570
1570
|
proxyOutputs(this, outputs$2);
|
|
1571
1571
|
}
|
|
1572
1572
|
};
|
|
1573
|
-
PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1574
|
-
PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1573
|
+
PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1574
|
+
PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PTabs, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1575
1575
|
PTabs = __decorate$b([
|
|
1576
1576
|
ProxyCmp({
|
|
1577
1577
|
inputs: inputs$a
|
|
1578
1578
|
})
|
|
1579
1579
|
], PTabs);
|
|
1580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTabs, decorators: [{
|
|
1581
1581
|
type: Component,
|
|
1582
1582
|
args: [{
|
|
1583
1583
|
selector: 'p-tabs,[p-tabs]',
|
|
@@ -1604,14 +1604,14 @@ let PTabsBar = class PTabsBar {
|
|
|
1604
1604
|
proxyOutputs(this, outputs$1);
|
|
1605
1605
|
}
|
|
1606
1606
|
};
|
|
1607
|
-
PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1608
|
-
PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1607
|
+
PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTabsBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1608
|
+
PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PTabsBar, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1609
1609
|
PTabsBar = __decorate$a([
|
|
1610
1610
|
ProxyCmp({
|
|
1611
1611
|
inputs: inputs$9
|
|
1612
1612
|
})
|
|
1613
1613
|
], PTabsBar);
|
|
1614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTabsBar, decorators: [{
|
|
1615
1615
|
type: Component,
|
|
1616
1616
|
args: [{
|
|
1617
1617
|
selector: 'p-tabs-bar,[p-tabs-bar]',
|
|
@@ -1636,14 +1636,14 @@ let PTabsItem = class PTabsItem {
|
|
|
1636
1636
|
this.el = r.nativeElement;
|
|
1637
1637
|
}
|
|
1638
1638
|
};
|
|
1639
|
-
PTabsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1640
|
-
PTabsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1639
|
+
PTabsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTabsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1640
|
+
PTabsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PTabsItem, selector: "p-tabs-item,[p-tabs-item]", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1641
1641
|
PTabsItem = __decorate$9([
|
|
1642
1642
|
ProxyCmp({
|
|
1643
1643
|
inputs: inputs$8
|
|
1644
1644
|
})
|
|
1645
1645
|
], PTabsItem);
|
|
1646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTabsItem, decorators: [{
|
|
1647
1647
|
type: Component,
|
|
1648
1648
|
args: [{
|
|
1649
1649
|
selector: 'p-tabs-item,[p-tabs-item]',
|
|
@@ -1667,14 +1667,14 @@ let PTag = class PTag {
|
|
|
1667
1667
|
this.el = r.nativeElement;
|
|
1668
1668
|
}
|
|
1669
1669
|
};
|
|
1670
|
-
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1671
|
-
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1670
|
+
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1671
|
+
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PTag, selector: "p-tag,[p-tag]", inputs: { color: "color", icon: "icon", iconSource: "iconSource", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1672
1672
|
PTag = __decorate$8([
|
|
1673
1673
|
ProxyCmp({
|
|
1674
1674
|
inputs: inputs$7
|
|
1675
1675
|
})
|
|
1676
1676
|
], PTag);
|
|
1677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTag, decorators: [{
|
|
1678
1678
|
type: Component,
|
|
1679
1679
|
args: [{
|
|
1680
1680
|
selector: 'p-tag,[p-tag]',
|
|
@@ -1698,14 +1698,14 @@ let PTagDismissible = class PTagDismissible {
|
|
|
1698
1698
|
this.el = r.nativeElement;
|
|
1699
1699
|
}
|
|
1700
1700
|
};
|
|
1701
|
-
PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1702
|
-
PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1701
|
+
PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTagDismissible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1702
|
+
PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PTagDismissible, selector: "p-tag-dismissible,[p-tag-dismissible]", inputs: { aria: "aria", color: "color", label: "label", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1703
1703
|
PTagDismissible = __decorate$7([
|
|
1704
1704
|
ProxyCmp({
|
|
1705
1705
|
inputs: inputs$6
|
|
1706
1706
|
})
|
|
1707
1707
|
], PTagDismissible);
|
|
1708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTagDismissible, decorators: [{
|
|
1709
1709
|
type: Component,
|
|
1710
1710
|
args: [{
|
|
1711
1711
|
selector: 'p-tag-dismissible,[p-tag-dismissible]',
|
|
@@ -1729,14 +1729,14 @@ let PText = class PText {
|
|
|
1729
1729
|
this.el = r.nativeElement;
|
|
1730
1730
|
}
|
|
1731
1731
|
};
|
|
1732
|
-
PText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1733
|
-
PText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1732
|
+
PText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1733
|
+
PText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PText, selector: "p-text,[p-text]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1734
1734
|
PText = __decorate$6([
|
|
1735
1735
|
ProxyCmp({
|
|
1736
1736
|
inputs: inputs$5
|
|
1737
1737
|
})
|
|
1738
1738
|
], PText);
|
|
1739
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PText, decorators: [{
|
|
1740
1740
|
type: Component,
|
|
1741
1741
|
args: [{
|
|
1742
1742
|
selector: 'p-text,[p-text]',
|
|
@@ -1762,14 +1762,14 @@ let PTextFieldWrapper = class PTextFieldWrapper {
|
|
|
1762
1762
|
proxyOutputs(this, outputs);
|
|
1763
1763
|
}
|
|
1764
1764
|
};
|
|
1765
|
-
PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1766
|
-
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1765
|
+
PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTextFieldWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1766
|
+
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PTextFieldWrapper, selector: "p-text-field-wrapper,[p-text-field-wrapper]", inputs: { actionIcon: "actionIcon", actionLoading: "actionLoading", description: "description", hideLabel: "hideLabel", label: "label", message: "message", showCharacterCount: "showCharacterCount", showCounter: "showCounter", state: "state", theme: "theme", unit: "unit", unitPosition: "unitPosition" }, outputs: { action: "action" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1767
1767
|
PTextFieldWrapper = __decorate$5([
|
|
1768
1768
|
ProxyCmp({
|
|
1769
1769
|
inputs: inputs$4
|
|
1770
1770
|
})
|
|
1771
1771
|
], PTextFieldWrapper);
|
|
1772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTextFieldWrapper, decorators: [{
|
|
1773
1773
|
type: Component,
|
|
1774
1774
|
args: [{
|
|
1775
1775
|
selector: 'p-text-field-wrapper,[p-text-field-wrapper]',
|
|
@@ -1794,14 +1794,14 @@ let PTextList = class PTextList {
|
|
|
1794
1794
|
this.el = r.nativeElement;
|
|
1795
1795
|
}
|
|
1796
1796
|
};
|
|
1797
|
-
PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1798
|
-
PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1797
|
+
PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTextList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1798
|
+
PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PTextList, selector: "p-text-list,[p-text-list]", inputs: { listType: "listType", orderType: "orderType", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1799
1799
|
PTextList = __decorate$4([
|
|
1800
1800
|
ProxyCmp({
|
|
1801
1801
|
inputs: inputs$3
|
|
1802
1802
|
})
|
|
1803
1803
|
], PTextList);
|
|
1804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTextList, decorators: [{
|
|
1805
1805
|
type: Component,
|
|
1806
1806
|
args: [{
|
|
1807
1807
|
selector: 'p-text-list,[p-text-list]',
|
|
@@ -1824,12 +1824,12 @@ let PTextListItem = class PTextListItem {
|
|
|
1824
1824
|
this.el = r.nativeElement;
|
|
1825
1825
|
}
|
|
1826
1826
|
};
|
|
1827
|
-
PTextListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1828
|
-
PTextListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1827
|
+
PTextListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTextListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1828
|
+
PTextListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PTextListItem, selector: "p-text-list-item,[p-text-list-item]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1829
1829
|
PTextListItem = __decorate$3([
|
|
1830
1830
|
ProxyCmp({})
|
|
1831
1831
|
], PTextListItem);
|
|
1832
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTextListItem, decorators: [{
|
|
1833
1833
|
type: Component,
|
|
1834
1834
|
args: [{
|
|
1835
1835
|
selector: 'p-text-list-item,[p-text-list-item]',
|
|
@@ -1852,14 +1852,14 @@ let PTextareaWrapper = class PTextareaWrapper {
|
|
|
1852
1852
|
this.el = r.nativeElement;
|
|
1853
1853
|
}
|
|
1854
1854
|
};
|
|
1855
|
-
PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1856
|
-
PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1855
|
+
PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTextareaWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1856
|
+
PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PTextareaWrapper, selector: "p-textarea-wrapper,[p-textarea-wrapper]", inputs: { description: "description", hideLabel: "hideLabel", label: "label", message: "message", showCharacterCount: "showCharacterCount", showCounter: "showCounter", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1857
1857
|
PTextareaWrapper = __decorate$2([
|
|
1858
1858
|
ProxyCmp({
|
|
1859
1859
|
inputs: inputs$2
|
|
1860
1860
|
})
|
|
1861
1861
|
], PTextareaWrapper);
|
|
1862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTextareaWrapper, decorators: [{
|
|
1863
1863
|
type: Component,
|
|
1864
1864
|
args: [{
|
|
1865
1865
|
selector: 'p-textarea-wrapper,[p-textarea-wrapper]',
|
|
@@ -1883,14 +1883,14 @@ let PToast = class PToast {
|
|
|
1883
1883
|
this.el = r.nativeElement;
|
|
1884
1884
|
}
|
|
1885
1885
|
};
|
|
1886
|
-
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1887
|
-
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1886
|
+
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1887
|
+
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PToast, selector: "p-toast,[p-toast]", inputs: { theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1888
1888
|
PToast = __decorate$1([
|
|
1889
1889
|
ProxyCmp({
|
|
1890
1890
|
inputs: inputs$1
|
|
1891
1891
|
})
|
|
1892
1892
|
], PToast);
|
|
1893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PToast, decorators: [{
|
|
1894
1894
|
type: Component,
|
|
1895
1895
|
args: [{
|
|
1896
1896
|
selector: 'p-toast,[p-toast]',
|
|
@@ -1914,14 +1914,14 @@ let PWordmark = class PWordmark {
|
|
|
1914
1914
|
this.el = r.nativeElement;
|
|
1915
1915
|
}
|
|
1916
1916
|
};
|
|
1917
|
-
PWordmark.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1918
|
-
PWordmark.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1917
|
+
PWordmark.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PWordmark, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1918
|
+
PWordmark.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: PWordmark, selector: "p-wordmark,[p-wordmark]", inputs: { aria: "aria", href: "href", size: "size", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1919
1919
|
PWordmark = __decorate([
|
|
1920
1920
|
ProxyCmp({
|
|
1921
1921
|
inputs
|
|
1922
1922
|
})
|
|
1923
1923
|
], PWordmark);
|
|
1924
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1924
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PWordmark, decorators: [{
|
|
1925
1925
|
type: Component,
|
|
1926
1926
|
args: [{
|
|
1927
1927
|
selector: 'p-wordmark,[p-wordmark]',
|
|
@@ -2017,10 +2017,10 @@ class PorscheDesignSystemModule {
|
|
|
2017
2017
|
};
|
|
2018
2018
|
}
|
|
2019
2019
|
}
|
|
2020
|
-
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2021
|
-
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2022
|
-
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2020
|
+
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2021
|
+
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark] });
|
|
2022
|
+
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PorscheDesignSystemModule });
|
|
2023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
2024
2024
|
type: NgModule,
|
|
2025
2025
|
args: [{
|
|
2026
2026
|
declarations: DECLARATIONS,
|
|
@@ -2036,9 +2036,9 @@ class ToastManager {
|
|
|
2036
2036
|
customElements.whenDefined(toast.tagName.toLowerCase()).then(() => toast.addMessage(message));
|
|
2037
2037
|
}
|
|
2038
2038
|
}
|
|
2039
|
-
ToastManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2040
|
-
ToastManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2041
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2039
|
+
ToastManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ToastManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2040
|
+
ToastManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ToastManager, providedIn: 'root' });
|
|
2041
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ToastManager, decorators: [{
|
|
2042
2042
|
type: Injectable,
|
|
2043
2043
|
args: [{
|
|
2044
2044
|
providedIn: 'root',
|