@porsche-design-system/components-angular 3.0.0-rc.1 → 3.0.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +54 -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
|
@@ -63,14 +63,14 @@ let PAccordion = class PAccordion {
|
|
|
63
63
|
proxyOutputs(this, outputs$c);
|
|
64
64
|
}
|
|
65
65
|
};
|
|
66
|
-
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
67
|
-
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
66
|
+
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 });
|
|
67
|
+
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 });
|
|
68
68
|
PAccordion = __decorate$X([
|
|
69
69
|
ProxyCmp({
|
|
70
70
|
inputs: inputs$S
|
|
71
71
|
})
|
|
72
72
|
], PAccordion);
|
|
73
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
73
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PAccordion, decorators: [{
|
|
74
74
|
type: Component,
|
|
75
75
|
args: [{
|
|
76
76
|
selector: 'p-accordion,[p-accordion]',
|
|
@@ -101,14 +101,14 @@ let PBanner = class PBanner {
|
|
|
101
101
|
proxyOutputs(this, outputs$b);
|
|
102
102
|
}
|
|
103
103
|
};
|
|
104
|
-
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
105
|
-
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
104
|
+
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 });
|
|
105
|
+
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 });
|
|
106
106
|
PBanner = __decorate$W([
|
|
107
107
|
ProxyCmp({
|
|
108
108
|
inputs: inputs$R
|
|
109
109
|
})
|
|
110
110
|
], PBanner);
|
|
111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PBanner, decorators: [{
|
|
112
112
|
type: Component,
|
|
113
113
|
args: [{
|
|
114
114
|
selector: 'p-banner,[p-banner]',
|
|
@@ -137,14 +137,14 @@ let PButton = class PButton {
|
|
|
137
137
|
this.el = r.nativeElement;
|
|
138
138
|
}
|
|
139
139
|
};
|
|
140
|
-
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
141
|
-
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
140
|
+
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 });
|
|
141
|
+
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 });
|
|
142
142
|
PButton = __decorate$V([
|
|
143
143
|
ProxyCmp({
|
|
144
144
|
inputs: inputs$Q
|
|
145
145
|
})
|
|
146
146
|
], PButton);
|
|
147
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PButton, decorators: [{
|
|
148
148
|
type: Component,
|
|
149
149
|
args: [{
|
|
150
150
|
selector: 'p-button,[p-button]',
|
|
@@ -172,14 +172,14 @@ let PButtonGroup = class PButtonGroup {
|
|
|
172
172
|
this.el = r.nativeElement;
|
|
173
173
|
}
|
|
174
174
|
};
|
|
175
|
-
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
176
|
-
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
175
|
+
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 });
|
|
176
|
+
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 });
|
|
177
177
|
PButtonGroup = __decorate$U([
|
|
178
178
|
ProxyCmp({
|
|
179
179
|
inputs: inputs$P
|
|
180
180
|
})
|
|
181
181
|
], PButtonGroup);
|
|
182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PButtonGroup, decorators: [{
|
|
183
183
|
type: Component,
|
|
184
184
|
args: [{
|
|
185
185
|
selector: 'p-button-group,[p-button-group]',
|
|
@@ -207,14 +207,14 @@ let PButtonPure = class PButtonPure {
|
|
|
207
207
|
this.el = r.nativeElement;
|
|
208
208
|
}
|
|
209
209
|
};
|
|
210
|
-
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
211
|
-
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
210
|
+
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 });
|
|
211
|
+
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 });
|
|
212
212
|
PButtonPure = __decorate$T([
|
|
213
213
|
ProxyCmp({
|
|
214
214
|
inputs: inputs$O
|
|
215
215
|
})
|
|
216
216
|
], PButtonPure);
|
|
217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PButtonPure, decorators: [{
|
|
218
218
|
type: Component,
|
|
219
219
|
args: [{
|
|
220
220
|
selector: 'p-button-pure,[p-button-pure]',
|
|
@@ -242,14 +242,14 @@ let PButtonTile = class PButtonTile {
|
|
|
242
242
|
this.el = r.nativeElement;
|
|
243
243
|
}
|
|
244
244
|
};
|
|
245
|
-
PButtonTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
246
|
-
PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
245
|
+
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 });
|
|
246
|
+
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 });
|
|
247
247
|
PButtonTile = __decorate$S([
|
|
248
248
|
ProxyCmp({
|
|
249
249
|
inputs: inputs$N
|
|
250
250
|
})
|
|
251
251
|
], PButtonTile);
|
|
252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
252
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PButtonTile, decorators: [{
|
|
253
253
|
type: Component,
|
|
254
254
|
args: [{
|
|
255
255
|
selector: 'p-button-tile,[p-button-tile]',
|
|
@@ -279,14 +279,14 @@ let PCarousel = class PCarousel {
|
|
|
279
279
|
proxyOutputs(this, outputs$a);
|
|
280
280
|
}
|
|
281
281
|
};
|
|
282
|
-
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
283
|
-
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
282
|
+
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 });
|
|
283
|
+
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 });
|
|
284
284
|
PCarousel = __decorate$R([
|
|
285
285
|
ProxyCmp({
|
|
286
286
|
inputs: inputs$M
|
|
287
287
|
})
|
|
288
288
|
], PCarousel);
|
|
289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PCarousel, decorators: [{
|
|
290
290
|
type: Component,
|
|
291
291
|
args: [{
|
|
292
292
|
selector: 'p-carousel,[p-carousel]',
|
|
@@ -315,14 +315,14 @@ let PCheckboxWrapper = class PCheckboxWrapper {
|
|
|
315
315
|
this.el = r.nativeElement;
|
|
316
316
|
}
|
|
317
317
|
};
|
|
318
|
-
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
319
|
-
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
318
|
+
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 });
|
|
319
|
+
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 });
|
|
320
320
|
PCheckboxWrapper = __decorate$Q([
|
|
321
321
|
ProxyCmp({
|
|
322
322
|
inputs: inputs$L
|
|
323
323
|
})
|
|
324
324
|
], PCheckboxWrapper);
|
|
325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PCheckboxWrapper, decorators: [{
|
|
326
326
|
type: Component,
|
|
327
327
|
args: [{
|
|
328
328
|
selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
|
|
@@ -351,14 +351,14 @@ let PContentWrapper = class PContentWrapper {
|
|
|
351
351
|
this.el = r.nativeElement;
|
|
352
352
|
}
|
|
353
353
|
};
|
|
354
|
-
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
355
|
-
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
354
|
+
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 });
|
|
355
|
+
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 });
|
|
356
356
|
PContentWrapper = __decorate$P([
|
|
357
357
|
ProxyCmp({
|
|
358
358
|
inputs: inputs$K
|
|
359
359
|
})
|
|
360
360
|
], PContentWrapper);
|
|
361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
362
362
|
type: Component,
|
|
363
363
|
args: [{
|
|
364
364
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
@@ -386,14 +386,14 @@ let PCrest = class PCrest {
|
|
|
386
386
|
this.el = r.nativeElement;
|
|
387
387
|
}
|
|
388
388
|
};
|
|
389
|
-
PCrest.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
390
|
-
PCrest.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
389
|
+
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 });
|
|
390
|
+
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 });
|
|
391
391
|
PCrest = __decorate$O([
|
|
392
392
|
ProxyCmp({
|
|
393
393
|
inputs: inputs$J
|
|
394
394
|
})
|
|
395
395
|
], PCrest);
|
|
396
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PCrest, decorators: [{
|
|
397
397
|
type: Component,
|
|
398
398
|
args: [{
|
|
399
399
|
selector: 'p-crest,[p-crest]',
|
|
@@ -421,14 +421,14 @@ let PDisplay = class PDisplay {
|
|
|
421
421
|
this.el = r.nativeElement;
|
|
422
422
|
}
|
|
423
423
|
};
|
|
424
|
-
PDisplay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
425
|
-
PDisplay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
424
|
+
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 });
|
|
425
|
+
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 });
|
|
426
426
|
PDisplay = __decorate$N([
|
|
427
427
|
ProxyCmp({
|
|
428
428
|
inputs: inputs$I
|
|
429
429
|
})
|
|
430
430
|
], PDisplay);
|
|
431
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
431
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PDisplay, decorators: [{
|
|
432
432
|
type: Component,
|
|
433
433
|
args: [{
|
|
434
434
|
selector: 'p-display,[p-display]',
|
|
@@ -456,14 +456,14 @@ let PDivider = class PDivider {
|
|
|
456
456
|
this.el = r.nativeElement;
|
|
457
457
|
}
|
|
458
458
|
};
|
|
459
|
-
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
460
|
-
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
459
|
+
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 });
|
|
460
|
+
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 });
|
|
461
461
|
PDivider = __decorate$M([
|
|
462
462
|
ProxyCmp({
|
|
463
463
|
inputs: inputs$H
|
|
464
464
|
})
|
|
465
465
|
], PDivider);
|
|
466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
466
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PDivider, decorators: [{
|
|
467
467
|
type: Component,
|
|
468
468
|
args: [{
|
|
469
469
|
selector: 'p-divider,[p-divider]',
|
|
@@ -491,14 +491,14 @@ let PFieldset = class PFieldset {
|
|
|
491
491
|
this.el = r.nativeElement;
|
|
492
492
|
}
|
|
493
493
|
};
|
|
494
|
-
PFieldset.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
495
|
-
PFieldset.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
494
|
+
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 });
|
|
495
|
+
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 });
|
|
496
496
|
PFieldset = __decorate$L([
|
|
497
497
|
ProxyCmp({
|
|
498
498
|
inputs: inputs$G
|
|
499
499
|
})
|
|
500
500
|
], PFieldset);
|
|
501
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
501
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PFieldset, decorators: [{
|
|
502
502
|
type: Component,
|
|
503
503
|
args: [{
|
|
504
504
|
selector: 'p-fieldset,[p-fieldset]',
|
|
@@ -527,14 +527,14 @@ let PFieldsetWrapper = class PFieldsetWrapper {
|
|
|
527
527
|
this.el = r.nativeElement;
|
|
528
528
|
}
|
|
529
529
|
};
|
|
530
|
-
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
531
|
-
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
530
|
+
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 });
|
|
531
|
+
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 });
|
|
532
532
|
PFieldsetWrapper = __decorate$K([
|
|
533
533
|
ProxyCmp({
|
|
534
534
|
inputs: inputs$F
|
|
535
535
|
})
|
|
536
536
|
], PFieldsetWrapper);
|
|
537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
537
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
538
538
|
type: Component,
|
|
539
539
|
args: [{
|
|
540
540
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
@@ -563,14 +563,14 @@ let PFlex = class PFlex {
|
|
|
563
563
|
this.el = r.nativeElement;
|
|
564
564
|
}
|
|
565
565
|
};
|
|
566
|
-
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
567
|
-
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
566
|
+
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 });
|
|
567
|
+
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 });
|
|
568
568
|
PFlex = __decorate$J([
|
|
569
569
|
ProxyCmp({
|
|
570
570
|
inputs: inputs$E
|
|
571
571
|
})
|
|
572
572
|
], PFlex);
|
|
573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PFlex, decorators: [{
|
|
574
574
|
type: Component,
|
|
575
575
|
args: [{
|
|
576
576
|
selector: 'p-flex,[p-flex]',
|
|
@@ -599,14 +599,14 @@ let PFlexItem = class PFlexItem {
|
|
|
599
599
|
this.el = r.nativeElement;
|
|
600
600
|
}
|
|
601
601
|
};
|
|
602
|
-
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
603
|
-
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
602
|
+
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 });
|
|
603
|
+
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 });
|
|
604
604
|
PFlexItem = __decorate$I([
|
|
605
605
|
ProxyCmp({
|
|
606
606
|
inputs: inputs$D
|
|
607
607
|
})
|
|
608
608
|
], PFlexItem);
|
|
609
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
609
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PFlexItem, decorators: [{
|
|
610
610
|
type: Component,
|
|
611
611
|
args: [{
|
|
612
612
|
selector: 'p-flex-item,[p-flex-item]',
|
|
@@ -635,14 +635,14 @@ let PGrid = class PGrid {
|
|
|
635
635
|
this.el = r.nativeElement;
|
|
636
636
|
}
|
|
637
637
|
};
|
|
638
|
-
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
639
|
-
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
638
|
+
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 });
|
|
639
|
+
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 });
|
|
640
640
|
PGrid = __decorate$H([
|
|
641
641
|
ProxyCmp({
|
|
642
642
|
inputs: inputs$C
|
|
643
643
|
})
|
|
644
644
|
], PGrid);
|
|
645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PGrid, decorators: [{
|
|
646
646
|
type: Component,
|
|
647
647
|
args: [{
|
|
648
648
|
selector: 'p-grid,[p-grid]',
|
|
@@ -671,14 +671,14 @@ let PGridItem = class PGridItem {
|
|
|
671
671
|
this.el = r.nativeElement;
|
|
672
672
|
}
|
|
673
673
|
};
|
|
674
|
-
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
675
|
-
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
674
|
+
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 });
|
|
675
|
+
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 });
|
|
676
676
|
PGridItem = __decorate$G([
|
|
677
677
|
ProxyCmp({
|
|
678
678
|
inputs: inputs$B
|
|
679
679
|
})
|
|
680
680
|
], PGridItem);
|
|
681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PGridItem, decorators: [{
|
|
682
682
|
type: Component,
|
|
683
683
|
args: [{
|
|
684
684
|
selector: 'p-grid-item,[p-grid-item]',
|
|
@@ -706,14 +706,14 @@ let PHeading = class PHeading {
|
|
|
706
706
|
this.el = r.nativeElement;
|
|
707
707
|
}
|
|
708
708
|
};
|
|
709
|
-
PHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
710
|
-
PHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
709
|
+
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 });
|
|
710
|
+
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 });
|
|
711
711
|
PHeading = __decorate$F([
|
|
712
712
|
ProxyCmp({
|
|
713
713
|
inputs: inputs$A
|
|
714
714
|
})
|
|
715
715
|
], PHeading);
|
|
716
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
716
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PHeading, decorators: [{
|
|
717
717
|
type: Component,
|
|
718
718
|
args: [{
|
|
719
719
|
selector: 'p-heading,[p-heading]',
|
|
@@ -742,14 +742,14 @@ let PHeadline = class PHeadline {
|
|
|
742
742
|
this.el = r.nativeElement;
|
|
743
743
|
}
|
|
744
744
|
};
|
|
745
|
-
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
746
|
-
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
745
|
+
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 });
|
|
746
|
+
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 });
|
|
747
747
|
PHeadline = __decorate$E([
|
|
748
748
|
ProxyCmp({
|
|
749
749
|
inputs: inputs$z
|
|
750
750
|
})
|
|
751
751
|
], PHeadline);
|
|
752
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PHeadline, decorators: [{
|
|
753
753
|
type: Component,
|
|
754
754
|
args: [{
|
|
755
755
|
selector: 'p-headline,[p-headline]',
|
|
@@ -777,14 +777,14 @@ let PIcon = class PIcon {
|
|
|
777
777
|
this.el = r.nativeElement;
|
|
778
778
|
}
|
|
779
779
|
};
|
|
780
|
-
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
781
|
-
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
780
|
+
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 });
|
|
781
|
+
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 });
|
|
782
782
|
PIcon = __decorate$D([
|
|
783
783
|
ProxyCmp({
|
|
784
784
|
inputs: inputs$y
|
|
785
785
|
})
|
|
786
786
|
], PIcon);
|
|
787
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PIcon, decorators: [{
|
|
788
788
|
type: Component,
|
|
789
789
|
args: [{
|
|
790
790
|
selector: 'p-icon,[p-icon]',
|
|
@@ -814,14 +814,14 @@ let PInlineNotification = class PInlineNotification {
|
|
|
814
814
|
proxyOutputs(this, outputs$9);
|
|
815
815
|
}
|
|
816
816
|
};
|
|
817
|
-
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
818
|
-
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
817
|
+
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 });
|
|
818
|
+
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 });
|
|
819
819
|
PInlineNotification = __decorate$C([
|
|
820
820
|
ProxyCmp({
|
|
821
821
|
inputs: inputs$x
|
|
822
822
|
})
|
|
823
823
|
], PInlineNotification);
|
|
824
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
824
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
825
825
|
type: Component,
|
|
826
826
|
args: [{
|
|
827
827
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
@@ -850,14 +850,14 @@ let PLink = class PLink {
|
|
|
850
850
|
this.el = r.nativeElement;
|
|
851
851
|
}
|
|
852
852
|
};
|
|
853
|
-
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
854
|
-
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
853
|
+
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 });
|
|
854
|
+
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 });
|
|
855
855
|
PLink = __decorate$B([
|
|
856
856
|
ProxyCmp({
|
|
857
857
|
inputs: inputs$w
|
|
858
858
|
})
|
|
859
859
|
], PLink);
|
|
860
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PLink, decorators: [{
|
|
861
861
|
type: Component,
|
|
862
862
|
args: [{
|
|
863
863
|
selector: 'p-link,[p-link]',
|
|
@@ -885,14 +885,14 @@ let PLinkPure = class PLinkPure {
|
|
|
885
885
|
this.el = r.nativeElement;
|
|
886
886
|
}
|
|
887
887
|
};
|
|
888
|
-
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
889
|
-
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
888
|
+
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 });
|
|
889
|
+
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 });
|
|
890
890
|
PLinkPure = __decorate$A([
|
|
891
891
|
ProxyCmp({
|
|
892
892
|
inputs: inputs$v
|
|
893
893
|
})
|
|
894
894
|
], PLinkPure);
|
|
895
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PLinkPure, decorators: [{
|
|
896
896
|
type: Component,
|
|
897
897
|
args: [{
|
|
898
898
|
selector: 'p-link-pure,[p-link-pure]',
|
|
@@ -921,14 +921,14 @@ let PLinkSocial = class PLinkSocial {
|
|
|
921
921
|
this.el = r.nativeElement;
|
|
922
922
|
}
|
|
923
923
|
};
|
|
924
|
-
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
925
|
-
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
924
|
+
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 });
|
|
925
|
+
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 });
|
|
926
926
|
PLinkSocial = __decorate$z([
|
|
927
927
|
ProxyCmp({
|
|
928
928
|
inputs: inputs$u
|
|
929
929
|
})
|
|
930
930
|
], PLinkSocial);
|
|
931
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
931
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PLinkSocial, decorators: [{
|
|
932
932
|
type: Component,
|
|
933
933
|
args: [{
|
|
934
934
|
selector: 'p-link-social,[p-link-social]',
|
|
@@ -956,14 +956,14 @@ let PLinkTile = class PLinkTile {
|
|
|
956
956
|
this.el = r.nativeElement;
|
|
957
957
|
}
|
|
958
958
|
};
|
|
959
|
-
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
960
|
-
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
959
|
+
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 });
|
|
960
|
+
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 });
|
|
961
961
|
PLinkTile = __decorate$y([
|
|
962
962
|
ProxyCmp({
|
|
963
963
|
inputs: inputs$t
|
|
964
964
|
})
|
|
965
965
|
], PLinkTile);
|
|
966
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
966
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PLinkTile, decorators: [{
|
|
967
967
|
type: Component,
|
|
968
968
|
args: [{
|
|
969
969
|
selector: 'p-link-tile,[p-link-tile]',
|
|
@@ -991,14 +991,14 @@ let PLinkTileModelSignature = class PLinkTileModelSignature {
|
|
|
991
991
|
this.el = r.nativeElement;
|
|
992
992
|
}
|
|
993
993
|
};
|
|
994
|
-
PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
995
|
-
PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
994
|
+
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 });
|
|
995
|
+
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 });
|
|
996
996
|
PLinkTileModelSignature = __decorate$x([
|
|
997
997
|
ProxyCmp({
|
|
998
998
|
inputs: inputs$s
|
|
999
999
|
})
|
|
1000
1000
|
], PLinkTileModelSignature);
|
|
1001
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PLinkTileModelSignature, decorators: [{
|
|
1002
1002
|
type: Component,
|
|
1003
1003
|
args: [{
|
|
1004
1004
|
selector: 'p-link-tile-model-signature,[p-link-tile-model-signature]',
|
|
@@ -1027,14 +1027,14 @@ let PMarque = class PMarque {
|
|
|
1027
1027
|
this.el = r.nativeElement;
|
|
1028
1028
|
}
|
|
1029
1029
|
};
|
|
1030
|
-
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1031
|
-
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1030
|
+
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 });
|
|
1031
|
+
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 });
|
|
1032
1032
|
PMarque = __decorate$w([
|
|
1033
1033
|
ProxyCmp({
|
|
1034
1034
|
inputs: inputs$r
|
|
1035
1035
|
})
|
|
1036
1036
|
], PMarque);
|
|
1037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PMarque, decorators: [{
|
|
1038
1038
|
type: Component,
|
|
1039
1039
|
args: [{
|
|
1040
1040
|
selector: 'p-marque,[p-marque]',
|
|
@@ -1064,14 +1064,14 @@ let PModal = class PModal {
|
|
|
1064
1064
|
proxyOutputs(this, outputs$8);
|
|
1065
1065
|
}
|
|
1066
1066
|
};
|
|
1067
|
-
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1068
|
-
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1067
|
+
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 });
|
|
1068
|
+
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 });
|
|
1069
1069
|
PModal = __decorate$v([
|
|
1070
1070
|
ProxyCmp({
|
|
1071
1071
|
inputs: inputs$q
|
|
1072
1072
|
})
|
|
1073
1073
|
], PModal);
|
|
1074
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PModal, decorators: [{
|
|
1075
1075
|
type: Component,
|
|
1076
1076
|
args: [{
|
|
1077
1077
|
selector: 'p-modal,[p-modal]',
|
|
@@ -1100,14 +1100,14 @@ let PModelSignature = class PModelSignature {
|
|
|
1100
1100
|
this.el = r.nativeElement;
|
|
1101
1101
|
}
|
|
1102
1102
|
};
|
|
1103
|
-
PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1104
|
-
PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1103
|
+
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 });
|
|
1104
|
+
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 });
|
|
1105
1105
|
PModelSignature = __decorate$u([
|
|
1106
1106
|
ProxyCmp({
|
|
1107
1107
|
inputs: inputs$p
|
|
1108
1108
|
})
|
|
1109
1109
|
], PModelSignature);
|
|
1110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PModelSignature, decorators: [{
|
|
1111
1111
|
type: Component,
|
|
1112
1112
|
args: [{
|
|
1113
1113
|
selector: 'p-model-signature,[p-model-signature]',
|
|
@@ -1137,14 +1137,14 @@ let PPagination = class PPagination {
|
|
|
1137
1137
|
proxyOutputs(this, outputs$7);
|
|
1138
1138
|
}
|
|
1139
1139
|
};
|
|
1140
|
-
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1141
|
-
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1140
|
+
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 });
|
|
1141
|
+
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 });
|
|
1142
1142
|
PPagination = __decorate$t([
|
|
1143
1143
|
ProxyCmp({
|
|
1144
1144
|
inputs: inputs$o
|
|
1145
1145
|
})
|
|
1146
1146
|
], PPagination);
|
|
1147
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PPagination, decorators: [{
|
|
1148
1148
|
type: Component,
|
|
1149
1149
|
args: [{
|
|
1150
1150
|
selector: 'p-pagination,[p-pagination]',
|
|
@@ -1173,14 +1173,14 @@ let PPopover = class PPopover {
|
|
|
1173
1173
|
this.el = r.nativeElement;
|
|
1174
1174
|
}
|
|
1175
1175
|
};
|
|
1176
|
-
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1177
|
-
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1176
|
+
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 });
|
|
1177
|
+
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 });
|
|
1178
1178
|
PPopover = __decorate$s([
|
|
1179
1179
|
ProxyCmp({
|
|
1180
1180
|
inputs: inputs$n
|
|
1181
1181
|
})
|
|
1182
1182
|
], PPopover);
|
|
1183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PPopover, decorators: [{
|
|
1184
1184
|
type: Component,
|
|
1185
1185
|
args: [{
|
|
1186
1186
|
selector: 'p-popover,[p-popover]',
|
|
@@ -1208,14 +1208,14 @@ let PRadioButtonWrapper = class PRadioButtonWrapper {
|
|
|
1208
1208
|
this.el = r.nativeElement;
|
|
1209
1209
|
}
|
|
1210
1210
|
};
|
|
1211
|
-
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1212
|
-
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1211
|
+
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 });
|
|
1212
|
+
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 });
|
|
1213
1213
|
PRadioButtonWrapper = __decorate$r([
|
|
1214
1214
|
ProxyCmp({
|
|
1215
1215
|
inputs: inputs$m
|
|
1216
1216
|
})
|
|
1217
1217
|
], PRadioButtonWrapper);
|
|
1218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PRadioButtonWrapper, decorators: [{
|
|
1219
1219
|
type: Component,
|
|
1220
1220
|
args: [{
|
|
1221
1221
|
selector: 'p-radio-button-wrapper,[p-radio-button-wrapper]',
|
|
@@ -1235,7 +1235,7 @@ var __decorate$q = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1235
1235
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1236
1236
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1237
1237
|
};
|
|
1238
|
-
const inputs$l = ['alignScrollIndicator', 'gradientColor', 'gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'scrollbar', 'theme'];
|
|
1238
|
+
const inputs$l = ['alignScrollIndicator', 'aria', 'gradientColor', 'gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'scrollbar', 'theme'];
|
|
1239
1239
|
let PScroller = class PScroller {
|
|
1240
1240
|
constructor(c, r, z) {
|
|
1241
1241
|
this.z = z;
|
|
@@ -1243,14 +1243,14 @@ let PScroller = class PScroller {
|
|
|
1243
1243
|
this.el = r.nativeElement;
|
|
1244
1244
|
}
|
|
1245
1245
|
};
|
|
1246
|
-
PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1247
|
-
PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1246
|
+
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 });
|
|
1247
|
+
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 });
|
|
1248
1248
|
PScroller = __decorate$q([
|
|
1249
1249
|
ProxyCmp({
|
|
1250
1250
|
inputs: inputs$l
|
|
1251
1251
|
})
|
|
1252
1252
|
], PScroller);
|
|
1253
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1253
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PScroller, decorators: [{
|
|
1254
1254
|
type: Component,
|
|
1255
1255
|
args: [{
|
|
1256
1256
|
selector: 'p-scroller,[p-scroller]',
|
|
@@ -1280,14 +1280,14 @@ let PSegmentedControl = class PSegmentedControl {
|
|
|
1280
1280
|
proxyOutputs(this, outputs$6);
|
|
1281
1281
|
}
|
|
1282
1282
|
};
|
|
1283
|
-
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1284
|
-
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1283
|
+
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 });
|
|
1284
|
+
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 });
|
|
1285
1285
|
PSegmentedControl = __decorate$p([
|
|
1286
1286
|
ProxyCmp({
|
|
1287
1287
|
inputs: inputs$k
|
|
1288
1288
|
})
|
|
1289
1289
|
], PSegmentedControl);
|
|
1290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PSegmentedControl, decorators: [{
|
|
1291
1291
|
type: Component,
|
|
1292
1292
|
args: [{
|
|
1293
1293
|
selector: 'p-segmented-control,[p-segmented-control]',
|
|
@@ -1316,14 +1316,14 @@ let PSegmentedControlItem = class PSegmentedControlItem {
|
|
|
1316
1316
|
this.el = r.nativeElement;
|
|
1317
1317
|
}
|
|
1318
1318
|
};
|
|
1319
|
-
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1320
|
-
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1319
|
+
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 });
|
|
1320
|
+
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 });
|
|
1321
1321
|
PSegmentedControlItem = __decorate$o([
|
|
1322
1322
|
ProxyCmp({
|
|
1323
1323
|
inputs: inputs$j
|
|
1324
1324
|
})
|
|
1325
1325
|
], PSegmentedControlItem);
|
|
1326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PSegmentedControlItem, decorators: [{
|
|
1327
1327
|
type: Component,
|
|
1328
1328
|
args: [{
|
|
1329
1329
|
selector: 'p-segmented-control-item,[p-segmented-control-item]',
|
|
@@ -1351,14 +1351,14 @@ let PSelectWrapper = class PSelectWrapper {
|
|
|
1351
1351
|
this.el = r.nativeElement;
|
|
1352
1352
|
}
|
|
1353
1353
|
};
|
|
1354
|
-
PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1355
|
-
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1354
|
+
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 });
|
|
1355
|
+
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 });
|
|
1356
1356
|
PSelectWrapper = __decorate$n([
|
|
1357
1357
|
ProxyCmp({
|
|
1358
1358
|
inputs: inputs$i
|
|
1359
1359
|
})
|
|
1360
1360
|
], PSelectWrapper);
|
|
1361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PSelectWrapper, decorators: [{
|
|
1362
1362
|
type: Component,
|
|
1363
1363
|
args: [{
|
|
1364
1364
|
selector: 'p-select-wrapper,[p-select-wrapper]',
|
|
@@ -1386,14 +1386,14 @@ let PSpinner = class PSpinner {
|
|
|
1386
1386
|
this.el = r.nativeElement;
|
|
1387
1387
|
}
|
|
1388
1388
|
};
|
|
1389
|
-
PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1390
|
-
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1389
|
+
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 });
|
|
1390
|
+
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 });
|
|
1391
1391
|
PSpinner = __decorate$m([
|
|
1392
1392
|
ProxyCmp({
|
|
1393
1393
|
inputs: inputs$h
|
|
1394
1394
|
})
|
|
1395
1395
|
], PSpinner);
|
|
1396
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PSpinner, decorators: [{
|
|
1397
1397
|
type: Component,
|
|
1398
1398
|
args: [{
|
|
1399
1399
|
selector: 'p-spinner,[p-spinner]',
|
|
@@ -1423,14 +1423,14 @@ let PStepperHorizontal = class PStepperHorizontal {
|
|
|
1423
1423
|
proxyOutputs(this, outputs$5);
|
|
1424
1424
|
}
|
|
1425
1425
|
};
|
|
1426
|
-
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1427
|
-
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1426
|
+
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 });
|
|
1427
|
+
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 });
|
|
1428
1428
|
PStepperHorizontal = __decorate$l([
|
|
1429
1429
|
ProxyCmp({
|
|
1430
1430
|
inputs: inputs$g
|
|
1431
1431
|
})
|
|
1432
1432
|
], PStepperHorizontal);
|
|
1433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PStepperHorizontal, decorators: [{
|
|
1434
1434
|
type: Component,
|
|
1435
1435
|
args: [{
|
|
1436
1436
|
selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
|
|
@@ -1459,14 +1459,14 @@ let PStepperHorizontalItem = class PStepperHorizontalItem {
|
|
|
1459
1459
|
this.el = r.nativeElement;
|
|
1460
1460
|
}
|
|
1461
1461
|
};
|
|
1462
|
-
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1463
|
-
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1462
|
+
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 });
|
|
1463
|
+
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 });
|
|
1464
1464
|
PStepperHorizontalItem = __decorate$k([
|
|
1465
1465
|
ProxyCmp({
|
|
1466
1466
|
inputs: inputs$f
|
|
1467
1467
|
})
|
|
1468
1468
|
], PStepperHorizontalItem);
|
|
1469
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
|
|
1470
1470
|
type: Component,
|
|
1471
1471
|
args: [{
|
|
1472
1472
|
selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
|
|
@@ -1496,14 +1496,14 @@ let PSwitch = class PSwitch {
|
|
|
1496
1496
|
proxyOutputs(this, outputs$4);
|
|
1497
1497
|
}
|
|
1498
1498
|
};
|
|
1499
|
-
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1500
|
-
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1499
|
+
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 });
|
|
1500
|
+
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 });
|
|
1501
1501
|
PSwitch = __decorate$j([
|
|
1502
1502
|
ProxyCmp({
|
|
1503
1503
|
inputs: inputs$e
|
|
1504
1504
|
})
|
|
1505
1505
|
], PSwitch);
|
|
1506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PSwitch, decorators: [{
|
|
1507
1507
|
type: Component,
|
|
1508
1508
|
args: [{
|
|
1509
1509
|
selector: 'p-switch,[p-switch]',
|
|
@@ -1534,14 +1534,14 @@ let PTable = class PTable {
|
|
|
1534
1534
|
proxyOutputs(this, outputs$3);
|
|
1535
1535
|
}
|
|
1536
1536
|
};
|
|
1537
|
-
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1538
|
-
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1537
|
+
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 });
|
|
1538
|
+
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 });
|
|
1539
1539
|
PTable = __decorate$i([
|
|
1540
1540
|
ProxyCmp({
|
|
1541
1541
|
inputs: inputs$d
|
|
1542
1542
|
})
|
|
1543
1543
|
], PTable);
|
|
1544
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTable, decorators: [{
|
|
1545
1545
|
type: Component,
|
|
1546
1546
|
args: [{
|
|
1547
1547
|
selector: 'p-table,[p-table]',
|
|
@@ -1569,12 +1569,12 @@ let PTableBody = class PTableBody {
|
|
|
1569
1569
|
this.el = r.nativeElement;
|
|
1570
1570
|
}
|
|
1571
1571
|
};
|
|
1572
|
-
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1573
|
-
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1572
|
+
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 });
|
|
1573
|
+
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 });
|
|
1574
1574
|
PTableBody = __decorate$h([
|
|
1575
1575
|
ProxyCmp({})
|
|
1576
1576
|
], PTableBody);
|
|
1577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableBody, decorators: [{
|
|
1578
1578
|
type: Component,
|
|
1579
1579
|
args: [{
|
|
1580
1580
|
selector: 'p-table-body,[p-table-body]',
|
|
@@ -1601,14 +1601,14 @@ let PTableCell = class PTableCell {
|
|
|
1601
1601
|
this.el = r.nativeElement;
|
|
1602
1602
|
}
|
|
1603
1603
|
};
|
|
1604
|
-
PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1605
|
-
PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1604
|
+
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 });
|
|
1605
|
+
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 });
|
|
1606
1606
|
PTableCell = __decorate$g([
|
|
1607
1607
|
ProxyCmp({
|
|
1608
1608
|
inputs: inputs$c
|
|
1609
1609
|
})
|
|
1610
1610
|
], PTableCell);
|
|
1611
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableCell, decorators: [{
|
|
1612
1612
|
type: Component,
|
|
1613
1613
|
args: [{
|
|
1614
1614
|
selector: 'p-table-cell,[p-table-cell]',
|
|
@@ -1635,12 +1635,12 @@ let PTableHead = class PTableHead {
|
|
|
1635
1635
|
this.el = r.nativeElement;
|
|
1636
1636
|
}
|
|
1637
1637
|
};
|
|
1638
|
-
PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1639
|
-
PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1638
|
+
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 });
|
|
1639
|
+
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 });
|
|
1640
1640
|
PTableHead = __decorate$f([
|
|
1641
1641
|
ProxyCmp({})
|
|
1642
1642
|
], PTableHead);
|
|
1643
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableHead, decorators: [{
|
|
1644
1644
|
type: Component,
|
|
1645
1645
|
args: [{
|
|
1646
1646
|
selector: 'p-table-head,[p-table-head]',
|
|
@@ -1667,14 +1667,14 @@ let PTableHeadCell = class PTableHeadCell {
|
|
|
1667
1667
|
this.el = r.nativeElement;
|
|
1668
1668
|
}
|
|
1669
1669
|
};
|
|
1670
|
-
PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1671
|
-
PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1670
|
+
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 });
|
|
1671
|
+
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 });
|
|
1672
1672
|
PTableHeadCell = __decorate$e([
|
|
1673
1673
|
ProxyCmp({
|
|
1674
1674
|
inputs: inputs$b
|
|
1675
1675
|
})
|
|
1676
1676
|
], PTableHeadCell);
|
|
1677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableHeadCell, decorators: [{
|
|
1678
1678
|
type: Component,
|
|
1679
1679
|
args: [{
|
|
1680
1680
|
selector: 'p-table-head-cell,[p-table-head-cell]',
|
|
@@ -1701,12 +1701,12 @@ let PTableHeadRow = class PTableHeadRow {
|
|
|
1701
1701
|
this.el = r.nativeElement;
|
|
1702
1702
|
}
|
|
1703
1703
|
};
|
|
1704
|
-
PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1705
|
-
PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1704
|
+
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 });
|
|
1705
|
+
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 });
|
|
1706
1706
|
PTableHeadRow = __decorate$d([
|
|
1707
1707
|
ProxyCmp({})
|
|
1708
1708
|
], PTableHeadRow);
|
|
1709
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableHeadRow, decorators: [{
|
|
1710
1710
|
type: Component,
|
|
1711
1711
|
args: [{
|
|
1712
1712
|
selector: 'p-table-head-row,[p-table-head-row]',
|
|
@@ -1732,12 +1732,12 @@ let PTableRow = class PTableRow {
|
|
|
1732
1732
|
this.el = r.nativeElement;
|
|
1733
1733
|
}
|
|
1734
1734
|
};
|
|
1735
|
-
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1736
|
-
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1735
|
+
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 });
|
|
1736
|
+
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 });
|
|
1737
1737
|
PTableRow = __decorate$c([
|
|
1738
1738
|
ProxyCmp({})
|
|
1739
1739
|
], PTableRow);
|
|
1740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1740
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTableRow, decorators: [{
|
|
1741
1741
|
type: Component,
|
|
1742
1742
|
args: [{
|
|
1743
1743
|
selector: 'p-table-row,[p-table-row]',
|
|
@@ -1766,14 +1766,14 @@ let PTabs = class PTabs {
|
|
|
1766
1766
|
proxyOutputs(this, outputs$2);
|
|
1767
1767
|
}
|
|
1768
1768
|
};
|
|
1769
|
-
PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1770
|
-
PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1769
|
+
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 });
|
|
1770
|
+
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 });
|
|
1771
1771
|
PTabs = __decorate$b([
|
|
1772
1772
|
ProxyCmp({
|
|
1773
1773
|
inputs: inputs$a
|
|
1774
1774
|
})
|
|
1775
1775
|
], PTabs);
|
|
1776
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTabs, decorators: [{
|
|
1777
1777
|
type: Component,
|
|
1778
1778
|
args: [{
|
|
1779
1779
|
selector: 'p-tabs,[p-tabs]',
|
|
@@ -1804,14 +1804,14 @@ let PTabsBar = class PTabsBar {
|
|
|
1804
1804
|
proxyOutputs(this, outputs$1);
|
|
1805
1805
|
}
|
|
1806
1806
|
};
|
|
1807
|
-
PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1808
|
-
PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1807
|
+
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 });
|
|
1808
|
+
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 });
|
|
1809
1809
|
PTabsBar = __decorate$a([
|
|
1810
1810
|
ProxyCmp({
|
|
1811
1811
|
inputs: inputs$9
|
|
1812
1812
|
})
|
|
1813
1813
|
], PTabsBar);
|
|
1814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1814
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTabsBar, decorators: [{
|
|
1815
1815
|
type: Component,
|
|
1816
1816
|
args: [{
|
|
1817
1817
|
selector: 'p-tabs-bar,[p-tabs-bar]',
|
|
@@ -1840,14 +1840,14 @@ let PTabsItem = class PTabsItem {
|
|
|
1840
1840
|
this.el = r.nativeElement;
|
|
1841
1841
|
}
|
|
1842
1842
|
};
|
|
1843
|
-
PTabsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1844
|
-
PTabsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1843
|
+
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 });
|
|
1844
|
+
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 });
|
|
1845
1845
|
PTabsItem = __decorate$9([
|
|
1846
1846
|
ProxyCmp({
|
|
1847
1847
|
inputs: inputs$8
|
|
1848
1848
|
})
|
|
1849
1849
|
], PTabsItem);
|
|
1850
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1850
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTabsItem, decorators: [{
|
|
1851
1851
|
type: Component,
|
|
1852
1852
|
args: [{
|
|
1853
1853
|
selector: 'p-tabs-item,[p-tabs-item]',
|
|
@@ -1875,14 +1875,14 @@ let PTag = class PTag {
|
|
|
1875
1875
|
this.el = r.nativeElement;
|
|
1876
1876
|
}
|
|
1877
1877
|
};
|
|
1878
|
-
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1879
|
-
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1878
|
+
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 });
|
|
1879
|
+
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 });
|
|
1880
1880
|
PTag = __decorate$8([
|
|
1881
1881
|
ProxyCmp({
|
|
1882
1882
|
inputs: inputs$7
|
|
1883
1883
|
})
|
|
1884
1884
|
], PTag);
|
|
1885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1885
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTag, decorators: [{
|
|
1886
1886
|
type: Component,
|
|
1887
1887
|
args: [{
|
|
1888
1888
|
selector: 'p-tag,[p-tag]',
|
|
@@ -1910,14 +1910,14 @@ let PTagDismissible = class PTagDismissible {
|
|
|
1910
1910
|
this.el = r.nativeElement;
|
|
1911
1911
|
}
|
|
1912
1912
|
};
|
|
1913
|
-
PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1914
|
-
PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1913
|
+
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 });
|
|
1914
|
+
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 });
|
|
1915
1915
|
PTagDismissible = __decorate$7([
|
|
1916
1916
|
ProxyCmp({
|
|
1917
1917
|
inputs: inputs$6
|
|
1918
1918
|
})
|
|
1919
1919
|
], PTagDismissible);
|
|
1920
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1920
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTagDismissible, decorators: [{
|
|
1921
1921
|
type: Component,
|
|
1922
1922
|
args: [{
|
|
1923
1923
|
selector: 'p-tag-dismissible,[p-tag-dismissible]',
|
|
@@ -1945,14 +1945,14 @@ let PText = class PText {
|
|
|
1945
1945
|
this.el = r.nativeElement;
|
|
1946
1946
|
}
|
|
1947
1947
|
};
|
|
1948
|
-
PText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1949
|
-
PText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1948
|
+
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 });
|
|
1949
|
+
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 });
|
|
1950
1950
|
PText = __decorate$6([
|
|
1951
1951
|
ProxyCmp({
|
|
1952
1952
|
inputs: inputs$5
|
|
1953
1953
|
})
|
|
1954
1954
|
], PText);
|
|
1955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PText, decorators: [{
|
|
1956
1956
|
type: Component,
|
|
1957
1957
|
args: [{
|
|
1958
1958
|
selector: 'p-text,[p-text]',
|
|
@@ -1982,14 +1982,14 @@ let PTextFieldWrapper = class PTextFieldWrapper {
|
|
|
1982
1982
|
proxyOutputs(this, outputs);
|
|
1983
1983
|
}
|
|
1984
1984
|
};
|
|
1985
|
-
PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1986
|
-
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1985
|
+
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 });
|
|
1986
|
+
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 });
|
|
1987
1987
|
PTextFieldWrapper = __decorate$5([
|
|
1988
1988
|
ProxyCmp({
|
|
1989
1989
|
inputs: inputs$4
|
|
1990
1990
|
})
|
|
1991
1991
|
], PTextFieldWrapper);
|
|
1992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1992
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTextFieldWrapper, decorators: [{
|
|
1993
1993
|
type: Component,
|
|
1994
1994
|
args: [{
|
|
1995
1995
|
selector: 'p-text-field-wrapper,[p-text-field-wrapper]',
|
|
@@ -2018,14 +2018,14 @@ let PTextList = class PTextList {
|
|
|
2018
2018
|
this.el = r.nativeElement;
|
|
2019
2019
|
}
|
|
2020
2020
|
};
|
|
2021
|
-
PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2022
|
-
PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2021
|
+
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 });
|
|
2022
|
+
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 });
|
|
2023
2023
|
PTextList = __decorate$4([
|
|
2024
2024
|
ProxyCmp({
|
|
2025
2025
|
inputs: inputs$3
|
|
2026
2026
|
})
|
|
2027
2027
|
], PTextList);
|
|
2028
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTextList, decorators: [{
|
|
2029
2029
|
type: Component,
|
|
2030
2030
|
args: [{
|
|
2031
2031
|
selector: 'p-text-list,[p-text-list]',
|
|
@@ -2052,12 +2052,12 @@ let PTextListItem = class PTextListItem {
|
|
|
2052
2052
|
this.el = r.nativeElement;
|
|
2053
2053
|
}
|
|
2054
2054
|
};
|
|
2055
|
-
PTextListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2056
|
-
PTextListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2055
|
+
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 });
|
|
2056
|
+
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 });
|
|
2057
2057
|
PTextListItem = __decorate$3([
|
|
2058
2058
|
ProxyCmp({})
|
|
2059
2059
|
], PTextListItem);
|
|
2060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2060
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTextListItem, decorators: [{
|
|
2061
2061
|
type: Component,
|
|
2062
2062
|
args: [{
|
|
2063
2063
|
selector: 'p-text-list-item,[p-text-list-item]',
|
|
@@ -2084,14 +2084,14 @@ let PTextareaWrapper = class PTextareaWrapper {
|
|
|
2084
2084
|
this.el = r.nativeElement;
|
|
2085
2085
|
}
|
|
2086
2086
|
};
|
|
2087
|
-
PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2088
|
-
PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2087
|
+
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 });
|
|
2088
|
+
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 });
|
|
2089
2089
|
PTextareaWrapper = __decorate$2([
|
|
2090
2090
|
ProxyCmp({
|
|
2091
2091
|
inputs: inputs$2
|
|
2092
2092
|
})
|
|
2093
2093
|
], PTextareaWrapper);
|
|
2094
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PTextareaWrapper, decorators: [{
|
|
2095
2095
|
type: Component,
|
|
2096
2096
|
args: [{
|
|
2097
2097
|
selector: 'p-textarea-wrapper,[p-textarea-wrapper]',
|
|
@@ -2119,14 +2119,14 @@ let PToast = class PToast {
|
|
|
2119
2119
|
this.el = r.nativeElement;
|
|
2120
2120
|
}
|
|
2121
2121
|
};
|
|
2122
|
-
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2123
|
-
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2122
|
+
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 });
|
|
2123
|
+
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 });
|
|
2124
2124
|
PToast = __decorate$1([
|
|
2125
2125
|
ProxyCmp({
|
|
2126
2126
|
inputs: inputs$1
|
|
2127
2127
|
})
|
|
2128
2128
|
], PToast);
|
|
2129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PToast, decorators: [{
|
|
2130
2130
|
type: Component,
|
|
2131
2131
|
args: [{
|
|
2132
2132
|
selector: 'p-toast,[p-toast]',
|
|
@@ -2154,14 +2154,14 @@ let PWordmark = class PWordmark {
|
|
|
2154
2154
|
this.el = r.nativeElement;
|
|
2155
2155
|
}
|
|
2156
2156
|
};
|
|
2157
|
-
PWordmark.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2158
|
-
PWordmark.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2157
|
+
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 });
|
|
2158
|
+
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 });
|
|
2159
2159
|
PWordmark = __decorate([
|
|
2160
2160
|
ProxyCmp({
|
|
2161
2161
|
inputs
|
|
2162
2162
|
})
|
|
2163
2163
|
], PWordmark);
|
|
2164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PWordmark, decorators: [{
|
|
2165
2165
|
type: Component,
|
|
2166
2166
|
args: [{
|
|
2167
2167
|
selector: 'p-wordmark,[p-wordmark]',
|
|
@@ -2257,10 +2257,10 @@ class PorscheDesignSystemModule {
|
|
|
2257
2257
|
};
|
|
2258
2258
|
}
|
|
2259
2259
|
}
|
|
2260
|
-
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2261
|
-
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
2262
|
-
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2260
|
+
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 });
|
|
2261
|
+
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] });
|
|
2262
|
+
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PorscheDesignSystemModule });
|
|
2263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
2264
2264
|
type: NgModule,
|
|
2265
2265
|
args: [{
|
|
2266
2266
|
declarations: DECLARATIONS,
|
|
@@ -2278,9 +2278,9 @@ class ToastManager {
|
|
|
2278
2278
|
customElements.whenDefined(toast.tagName.toLowerCase()).then(() => toast.addMessage(message));
|
|
2279
2279
|
}
|
|
2280
2280
|
}
|
|
2281
|
-
ToastManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2282
|
-
ToastManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2281
|
+
ToastManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ToastManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2282
|
+
ToastManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ToastManager, providedIn: 'root' });
|
|
2283
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ToastManager, decorators: [{
|
|
2284
2284
|
type: Injectable,
|
|
2285
2285
|
args: [{
|
|
2286
2286
|
providedIn: 'root',
|