@porsche-design-system/components-angular 3.7.0-rc.2 → 3.8.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +125 -17
- package/esm/lib/components/modal.wrapper.d.ts +3 -2
- package/esm/lib/types.d.ts +36 -28
- 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/flyout.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 +5 -5
- package/esm2020/lib/components/model-signature.wrapper.mjs +4 -4
- package/esm2020/lib/components/multi-select-option.wrapper.mjs +4 -4
- package/esm2020/lib/components/multi-select.wrapper.mjs +4 -4
- package/esm2020/lib/components/pagination.wrapper.mjs +4 -4
- package/esm2020/lib/components/pin-code.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 +4 -4
- 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 +200 -200
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +200 -200
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -59,14 +59,14 @@ let PAccordion = class PAccordion {
|
|
|
59
59
|
proxyOutputs(this, outputs$f);
|
|
60
60
|
}
|
|
61
61
|
};
|
|
62
|
-
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
63
|
-
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
62
|
+
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
63
|
+
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
64
64
|
PAccordion = __decorate$$([
|
|
65
65
|
ProxyCmp({
|
|
66
66
|
inputs: inputs$W
|
|
67
67
|
})
|
|
68
68
|
], PAccordion);
|
|
69
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
69
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PAccordion, decorators: [{
|
|
70
70
|
type: Component,
|
|
71
71
|
args: [{
|
|
72
72
|
selector: 'p-accordion,[p-accordion]',
|
|
@@ -93,14 +93,14 @@ let PBanner = class PBanner {
|
|
|
93
93
|
proxyOutputs(this, outputs$e);
|
|
94
94
|
}
|
|
95
95
|
};
|
|
96
|
-
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
97
|
-
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
96
|
+
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
97
|
+
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PBanner, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", open: "open", persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
98
98
|
PBanner = __decorate$_([
|
|
99
99
|
ProxyCmp({
|
|
100
100
|
inputs: inputs$V
|
|
101
101
|
})
|
|
102
102
|
], PBanner);
|
|
103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PBanner, decorators: [{
|
|
104
104
|
type: Component,
|
|
105
105
|
args: [{
|
|
106
106
|
selector: 'p-banner,[p-banner]',
|
|
@@ -125,14 +125,14 @@ let PButton = class PButton {
|
|
|
125
125
|
this.el = r.nativeElement;
|
|
126
126
|
}
|
|
127
127
|
};
|
|
128
|
-
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
129
|
-
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
128
|
+
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
129
|
+
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PButton, selector: "p-button,[p-button]", inputs: { aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", theme: "theme", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
130
130
|
PButton = __decorate$Z([
|
|
131
131
|
ProxyCmp({
|
|
132
132
|
inputs: inputs$U
|
|
133
133
|
})
|
|
134
134
|
], PButton);
|
|
135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButton, decorators: [{
|
|
136
136
|
type: Component,
|
|
137
137
|
args: [{
|
|
138
138
|
selector: 'p-button,[p-button]',
|
|
@@ -156,14 +156,14 @@ let PButtonGroup = class PButtonGroup {
|
|
|
156
156
|
this.el = r.nativeElement;
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
|
-
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
160
|
-
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
159
|
+
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
160
|
+
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PButtonGroup, selector: "p-button-group,[p-button-group]", inputs: { direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
161
161
|
PButtonGroup = __decorate$Y([
|
|
162
162
|
ProxyCmp({
|
|
163
163
|
inputs: inputs$T
|
|
164
164
|
})
|
|
165
165
|
], PButtonGroup);
|
|
166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonGroup, decorators: [{
|
|
167
167
|
type: Component,
|
|
168
168
|
args: [{
|
|
169
169
|
selector: 'p-button-group,[p-button-group]',
|
|
@@ -187,14 +187,14 @@ let PButtonPure = class PButtonPure {
|
|
|
187
187
|
this.el = r.nativeElement;
|
|
188
188
|
}
|
|
189
189
|
};
|
|
190
|
-
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
191
|
-
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
190
|
+
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
191
|
+
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PButtonPure, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", size: "size", stretch: "stretch", theme: "theme", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
192
192
|
PButtonPure = __decorate$X([
|
|
193
193
|
ProxyCmp({
|
|
194
194
|
inputs: inputs$S
|
|
195
195
|
})
|
|
196
196
|
], PButtonPure);
|
|
197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonPure, decorators: [{
|
|
198
198
|
type: Component,
|
|
199
199
|
args: [{
|
|
200
200
|
selector: 'p-button-pure,[p-button-pure]',
|
|
@@ -218,14 +218,14 @@ let PButtonTile = class PButtonTile {
|
|
|
218
218
|
this.el = r.nativeElement;
|
|
219
219
|
}
|
|
220
220
|
};
|
|
221
|
-
PButtonTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
222
|
-
PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
221
|
+
PButtonTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
222
|
+
PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PButtonTile, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
223
223
|
PButtonTile = __decorate$W([
|
|
224
224
|
ProxyCmp({
|
|
225
225
|
inputs: inputs$R
|
|
226
226
|
})
|
|
227
227
|
], PButtonTile);
|
|
228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PButtonTile, decorators: [{
|
|
229
229
|
type: Component,
|
|
230
230
|
args: [{
|
|
231
231
|
selector: 'p-button-tile,[p-button-tile]',
|
|
@@ -251,14 +251,14 @@ let PCarousel = class PCarousel {
|
|
|
251
251
|
proxyOutputs(this, outputs$d);
|
|
252
252
|
}
|
|
253
253
|
};
|
|
254
|
-
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
255
|
-
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
254
|
+
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
255
|
+
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignHeader: "alignHeader", description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", pagination: "pagination", rewind: "rewind", skipLinkTarget: "skipLinkTarget", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
256
256
|
PCarousel = __decorate$V([
|
|
257
257
|
ProxyCmp({
|
|
258
258
|
inputs: inputs$Q
|
|
259
259
|
})
|
|
260
260
|
], PCarousel);
|
|
261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCarousel, decorators: [{
|
|
262
262
|
type: Component,
|
|
263
263
|
args: [{
|
|
264
264
|
selector: 'p-carousel,[p-carousel]',
|
|
@@ -283,14 +283,14 @@ let PCheckboxWrapper = class PCheckboxWrapper {
|
|
|
283
283
|
this.el = r.nativeElement;
|
|
284
284
|
}
|
|
285
285
|
};
|
|
286
|
-
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
287
|
-
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
286
|
+
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCheckboxWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
287
|
+
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
288
288
|
PCheckboxWrapper = __decorate$U([
|
|
289
289
|
ProxyCmp({
|
|
290
290
|
inputs: inputs$P
|
|
291
291
|
})
|
|
292
292
|
], PCheckboxWrapper);
|
|
293
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
293
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCheckboxWrapper, decorators: [{
|
|
294
294
|
type: Component,
|
|
295
295
|
args: [{
|
|
296
296
|
selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
|
|
@@ -315,14 +315,14 @@ let PContentWrapper = class PContentWrapper {
|
|
|
315
315
|
this.el = r.nativeElement;
|
|
316
316
|
}
|
|
317
317
|
};
|
|
318
|
-
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
319
|
-
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
318
|
+
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PContentWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
319
|
+
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PContentWrapper, selector: "p-content-wrapper,[p-content-wrapper]", inputs: { backgroundColor: "backgroundColor", theme: "theme", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
320
320
|
PContentWrapper = __decorate$T([
|
|
321
321
|
ProxyCmp({
|
|
322
322
|
inputs: inputs$O
|
|
323
323
|
})
|
|
324
324
|
], PContentWrapper);
|
|
325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
326
326
|
type: Component,
|
|
327
327
|
args: [{
|
|
328
328
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
@@ -346,14 +346,14 @@ let PCrest = class PCrest {
|
|
|
346
346
|
this.el = r.nativeElement;
|
|
347
347
|
}
|
|
348
348
|
};
|
|
349
|
-
PCrest.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
350
|
-
PCrest.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
349
|
+
PCrest.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCrest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
350
|
+
PCrest.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PCrest, selector: "p-crest,[p-crest]", inputs: { aria: "aria", href: "href", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
351
351
|
PCrest = __decorate$S([
|
|
352
352
|
ProxyCmp({
|
|
353
353
|
inputs: inputs$N
|
|
354
354
|
})
|
|
355
355
|
], PCrest);
|
|
356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PCrest, decorators: [{
|
|
357
357
|
type: Component,
|
|
358
358
|
args: [{
|
|
359
359
|
selector: 'p-crest,[p-crest]',
|
|
@@ -377,14 +377,14 @@ let PDisplay = class PDisplay {
|
|
|
377
377
|
this.el = r.nativeElement;
|
|
378
378
|
}
|
|
379
379
|
};
|
|
380
|
-
PDisplay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
381
|
-
PDisplay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
380
|
+
PDisplay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDisplay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
381
|
+
PDisplay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDisplay, selector: "p-display,[p-display]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
382
382
|
PDisplay = __decorate$R([
|
|
383
383
|
ProxyCmp({
|
|
384
384
|
inputs: inputs$M
|
|
385
385
|
})
|
|
386
386
|
], PDisplay);
|
|
387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDisplay, decorators: [{
|
|
388
388
|
type: Component,
|
|
389
389
|
args: [{
|
|
390
390
|
selector: 'p-display,[p-display]',
|
|
@@ -408,14 +408,14 @@ let PDivider = class PDivider {
|
|
|
408
408
|
this.el = r.nativeElement;
|
|
409
409
|
}
|
|
410
410
|
};
|
|
411
|
-
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
412
|
-
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
411
|
+
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
412
|
+
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction", orientation: "orientation", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
413
413
|
PDivider = __decorate$Q([
|
|
414
414
|
ProxyCmp({
|
|
415
415
|
inputs: inputs$L
|
|
416
416
|
})
|
|
417
417
|
], PDivider);
|
|
418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDivider, decorators: [{
|
|
419
419
|
type: Component,
|
|
420
420
|
args: [{
|
|
421
421
|
selector: 'p-divider,[p-divider]',
|
|
@@ -439,14 +439,14 @@ let PFieldset = class PFieldset {
|
|
|
439
439
|
this.el = r.nativeElement;
|
|
440
440
|
}
|
|
441
441
|
};
|
|
442
|
-
PFieldset.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
443
|
-
PFieldset.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
442
|
+
PFieldset.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFieldset, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
443
|
+
PFieldset.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PFieldset, selector: "p-fieldset,[p-fieldset]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
444
444
|
PFieldset = __decorate$P([
|
|
445
445
|
ProxyCmp({
|
|
446
446
|
inputs: inputs$K
|
|
447
447
|
})
|
|
448
448
|
], PFieldset);
|
|
449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFieldset, decorators: [{
|
|
450
450
|
type: Component,
|
|
451
451
|
args: [{
|
|
452
452
|
selector: 'p-fieldset,[p-fieldset]',
|
|
@@ -471,14 +471,14 @@ let PFieldsetWrapper = class PFieldsetWrapper {
|
|
|
471
471
|
this.el = r.nativeElement;
|
|
472
472
|
}
|
|
473
473
|
};
|
|
474
|
-
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
475
|
-
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
474
|
+
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFieldsetWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
475
|
+
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PFieldsetWrapper, selector: "p-fieldset-wrapper,[p-fieldset-wrapper]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
476
476
|
PFieldsetWrapper = __decorate$O([
|
|
477
477
|
ProxyCmp({
|
|
478
478
|
inputs: inputs$J
|
|
479
479
|
})
|
|
480
480
|
], PFieldsetWrapper);
|
|
481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
482
482
|
type: Component,
|
|
483
483
|
args: [{
|
|
484
484
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
@@ -503,14 +503,14 @@ let PFlex = class PFlex {
|
|
|
503
503
|
this.el = r.nativeElement;
|
|
504
504
|
}
|
|
505
505
|
};
|
|
506
|
-
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
507
|
-
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
506
|
+
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlex, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
507
|
+
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PFlex, selector: "p-flex,[p-flex]", inputs: { alignContent: "alignContent", alignItems: "alignItems", direction: "direction", inline: "inline", justifyContent: "justifyContent", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
508
508
|
PFlex = __decorate$N([
|
|
509
509
|
ProxyCmp({
|
|
510
510
|
inputs: inputs$I
|
|
511
511
|
})
|
|
512
512
|
], PFlex);
|
|
513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlex, decorators: [{
|
|
514
514
|
type: Component,
|
|
515
515
|
args: [{
|
|
516
516
|
selector: 'p-flex,[p-flex]',
|
|
@@ -535,14 +535,14 @@ let PFlexItem = class PFlexItem {
|
|
|
535
535
|
this.el = r.nativeElement;
|
|
536
536
|
}
|
|
537
537
|
};
|
|
538
|
-
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
539
|
-
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
538
|
+
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlexItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
539
|
+
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PFlexItem, selector: "p-flex-item,[p-flex-item]", inputs: { alignSelf: "alignSelf", flex: "flex", grow: "grow", offset: "offset", shrink: "shrink", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
540
540
|
PFlexItem = __decorate$M([
|
|
541
541
|
ProxyCmp({
|
|
542
542
|
inputs: inputs$H
|
|
543
543
|
})
|
|
544
544
|
], PFlexItem);
|
|
545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlexItem, decorators: [{
|
|
546
546
|
type: Component,
|
|
547
547
|
args: [{
|
|
548
548
|
selector: 'p-flex-item,[p-flex-item]',
|
|
@@ -568,14 +568,14 @@ let PFlyout = class PFlyout {
|
|
|
568
568
|
proxyOutputs(this, outputs$c);
|
|
569
569
|
}
|
|
570
570
|
};
|
|
571
|
-
PFlyout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
572
|
-
PFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
571
|
+
PFlyout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlyout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
572
|
+
PFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PFlyout, selector: "p-flyout,[p-flyout]", inputs: { aria: "aria", open: "open", position: "position", theme: "theme" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
573
573
|
PFlyout = __decorate$L([
|
|
574
574
|
ProxyCmp({
|
|
575
575
|
inputs: inputs$G
|
|
576
576
|
})
|
|
577
577
|
], PFlyout);
|
|
578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PFlyout, decorators: [{
|
|
579
579
|
type: Component,
|
|
580
580
|
args: [{
|
|
581
581
|
selector: 'p-flyout,[p-flyout]',
|
|
@@ -601,14 +601,14 @@ let PGrid = class PGrid {
|
|
|
601
601
|
this.el = r.nativeElement;
|
|
602
602
|
}
|
|
603
603
|
};
|
|
604
|
-
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
605
|
-
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
604
|
+
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
605
|
+
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
606
606
|
PGrid = __decorate$K([
|
|
607
607
|
ProxyCmp({
|
|
608
608
|
inputs: inputs$F
|
|
609
609
|
})
|
|
610
610
|
], PGrid);
|
|
611
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PGrid, decorators: [{
|
|
612
612
|
type: Component,
|
|
613
613
|
args: [{
|
|
614
614
|
selector: 'p-grid,[p-grid]',
|
|
@@ -633,14 +633,14 @@ let PGridItem = class PGridItem {
|
|
|
633
633
|
this.el = r.nativeElement;
|
|
634
634
|
}
|
|
635
635
|
};
|
|
636
|
-
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
637
|
-
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
636
|
+
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PGridItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
637
|
+
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
638
638
|
PGridItem = __decorate$J([
|
|
639
639
|
ProxyCmp({
|
|
640
640
|
inputs: inputs$E
|
|
641
641
|
})
|
|
642
642
|
], PGridItem);
|
|
643
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PGridItem, decorators: [{
|
|
644
644
|
type: Component,
|
|
645
645
|
args: [{
|
|
646
646
|
selector: 'p-grid-item,[p-grid-item]',
|
|
@@ -664,14 +664,14 @@ let PHeading = class PHeading {
|
|
|
664
664
|
this.el = r.nativeElement;
|
|
665
665
|
}
|
|
666
666
|
};
|
|
667
|
-
PHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
668
|
-
PHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
667
|
+
PHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
668
|
+
PHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
669
669
|
PHeading = __decorate$I([
|
|
670
670
|
ProxyCmp({
|
|
671
671
|
inputs: inputs$D
|
|
672
672
|
})
|
|
673
673
|
], PHeading);
|
|
674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PHeading, decorators: [{
|
|
675
675
|
type: Component,
|
|
676
676
|
args: [{
|
|
677
677
|
selector: 'p-heading,[p-heading]',
|
|
@@ -696,14 +696,14 @@ let PHeadline = class PHeadline {
|
|
|
696
696
|
this.el = r.nativeElement;
|
|
697
697
|
}
|
|
698
698
|
};
|
|
699
|
-
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
700
|
-
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
699
|
+
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
700
|
+
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
701
701
|
PHeadline = __decorate$H([
|
|
702
702
|
ProxyCmp({
|
|
703
703
|
inputs: inputs$C
|
|
704
704
|
})
|
|
705
705
|
], PHeadline);
|
|
706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
706
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PHeadline, decorators: [{
|
|
707
707
|
type: Component,
|
|
708
708
|
args: [{
|
|
709
709
|
selector: 'p-headline,[p-headline]',
|
|
@@ -727,14 +727,14 @@ let PIcon = class PIcon {
|
|
|
727
727
|
this.el = r.nativeElement;
|
|
728
728
|
}
|
|
729
729
|
};
|
|
730
|
-
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
731
|
-
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
730
|
+
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
731
|
+
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
732
732
|
PIcon = __decorate$G([
|
|
733
733
|
ProxyCmp({
|
|
734
734
|
inputs: inputs$B
|
|
735
735
|
})
|
|
736
736
|
], PIcon);
|
|
737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PIcon, decorators: [{
|
|
738
738
|
type: Component,
|
|
739
739
|
args: [{
|
|
740
740
|
selector: 'p-icon,[p-icon]',
|
|
@@ -760,14 +760,14 @@ let PInlineNotification = class PInlineNotification {
|
|
|
760
760
|
proxyOutputs(this, outputs$b);
|
|
761
761
|
}
|
|
762
762
|
};
|
|
763
|
-
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
764
|
-
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
763
|
+
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
764
|
+
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
765
765
|
PInlineNotification = __decorate$F([
|
|
766
766
|
ProxyCmp({
|
|
767
767
|
inputs: inputs$A
|
|
768
768
|
})
|
|
769
769
|
], PInlineNotification);
|
|
770
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
771
771
|
type: Component,
|
|
772
772
|
args: [{
|
|
773
773
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
@@ -792,14 +792,14 @@ let PLink = class PLink {
|
|
|
792
792
|
this.el = r.nativeElement;
|
|
793
793
|
}
|
|
794
794
|
};
|
|
795
|
-
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
796
|
-
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
795
|
+
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
796
|
+
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
797
797
|
PLink = __decorate$E([
|
|
798
798
|
ProxyCmp({
|
|
799
799
|
inputs: inputs$z
|
|
800
800
|
})
|
|
801
801
|
], PLink);
|
|
802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLink, decorators: [{
|
|
803
803
|
type: Component,
|
|
804
804
|
args: [{
|
|
805
805
|
selector: 'p-link,[p-link]',
|
|
@@ -823,14 +823,14 @@ let PLinkPure = class PLinkPure {
|
|
|
823
823
|
this.el = r.nativeElement;
|
|
824
824
|
}
|
|
825
825
|
};
|
|
826
|
-
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
827
|
-
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
826
|
+
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
827
|
+
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
828
828
|
PLinkPure = __decorate$D([
|
|
829
829
|
ProxyCmp({
|
|
830
830
|
inputs: inputs$y
|
|
831
831
|
})
|
|
832
832
|
], PLinkPure);
|
|
833
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkPure, decorators: [{
|
|
834
834
|
type: Component,
|
|
835
835
|
args: [{
|
|
836
836
|
selector: 'p-link-pure,[p-link-pure]',
|
|
@@ -855,14 +855,14 @@ let PLinkSocial = class PLinkSocial {
|
|
|
855
855
|
this.el = r.nativeElement;
|
|
856
856
|
}
|
|
857
857
|
};
|
|
858
|
-
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
859
|
-
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
858
|
+
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkSocial, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
859
|
+
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
860
860
|
PLinkSocial = __decorate$C([
|
|
861
861
|
ProxyCmp({
|
|
862
862
|
inputs: inputs$x
|
|
863
863
|
})
|
|
864
864
|
], PLinkSocial);
|
|
865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkSocial, decorators: [{
|
|
866
866
|
type: Component,
|
|
867
867
|
args: [{
|
|
868
868
|
selector: 'p-link-social,[p-link-social]',
|
|
@@ -886,14 +886,14 @@ let PLinkTile = class PLinkTile {
|
|
|
886
886
|
this.el = r.nativeElement;
|
|
887
887
|
}
|
|
888
888
|
};
|
|
889
|
-
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
890
|
-
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
889
|
+
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
890
|
+
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
891
891
|
PLinkTile = __decorate$B([
|
|
892
892
|
ProxyCmp({
|
|
893
893
|
inputs: inputs$w
|
|
894
894
|
})
|
|
895
895
|
], PLinkTile);
|
|
896
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTile, decorators: [{
|
|
897
897
|
type: Component,
|
|
898
898
|
args: [{
|
|
899
899
|
selector: 'p-link-tile,[p-link-tile]',
|
|
@@ -917,14 +917,14 @@ let PLinkTileModelSignature = class PLinkTileModelSignature {
|
|
|
917
917
|
this.el = r.nativeElement;
|
|
918
918
|
}
|
|
919
919
|
};
|
|
920
|
-
PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
921
|
-
PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
920
|
+
PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTileModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
921
|
+
PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
922
922
|
PLinkTileModelSignature = __decorate$A([
|
|
923
923
|
ProxyCmp({
|
|
924
924
|
inputs: inputs$v
|
|
925
925
|
})
|
|
926
926
|
], PLinkTileModelSignature);
|
|
927
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
927
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PLinkTileModelSignature, decorators: [{
|
|
928
928
|
type: Component,
|
|
929
929
|
args: [{
|
|
930
930
|
selector: 'p-link-tile-model-signature,[p-link-tile-model-signature]',
|
|
@@ -949,14 +949,14 @@ let PMarque = class PMarque {
|
|
|
949
949
|
this.el = r.nativeElement;
|
|
950
950
|
}
|
|
951
951
|
};
|
|
952
|
-
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
953
|
-
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
952
|
+
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMarque, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
953
|
+
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PMarque, selector: "p-marque,[p-marque]", inputs: { aria: "aria", href: "href", size: "size", target: "target", trademark: "trademark", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
954
954
|
PMarque = __decorate$z([
|
|
955
955
|
ProxyCmp({
|
|
956
956
|
inputs: inputs$u
|
|
957
957
|
})
|
|
958
958
|
], PMarque);
|
|
959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMarque, decorators: [{
|
|
960
960
|
type: Component,
|
|
961
961
|
args: [{
|
|
962
962
|
selector: 'p-marque,[p-marque]',
|
|
@@ -972,7 +972,7 @@ var __decorate$y = (this && this.__decorate) || function (decorators, target, ke
|
|
|
972
972
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
973
973
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
974
974
|
};
|
|
975
|
-
const inputs$t = ['aria', 'disableBackdropClick', 'disableCloseButton', 'dismissButton', 'fullscreen', 'heading', 'open'];
|
|
975
|
+
const inputs$t = ['aria', 'disableBackdropClick', 'disableCloseButton', 'dismissButton', 'fullscreen', 'heading', 'open', 'theme'];
|
|
976
976
|
const outputs$a = ['close', 'dismiss'];
|
|
977
977
|
let PModal = class PModal {
|
|
978
978
|
constructor(c, r, z) {
|
|
@@ -982,14 +982,14 @@ let PModal = class PModal {
|
|
|
982
982
|
proxyOutputs(this, outputs$a);
|
|
983
983
|
}
|
|
984
984
|
};
|
|
985
|
-
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
986
|
-
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
985
|
+
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
986
|
+
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PModal, selector: "p-modal,[p-modal]", inputs: { aria: "aria", disableBackdropClick: "disableBackdropClick", disableCloseButton: "disableCloseButton", dismissButton: "dismissButton", fullscreen: "fullscreen", heading: "heading", open: "open", theme: "theme" }, outputs: { close: "close", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
987
987
|
PModal = __decorate$y([
|
|
988
988
|
ProxyCmp({
|
|
989
989
|
inputs: inputs$t
|
|
990
990
|
})
|
|
991
991
|
], PModal);
|
|
992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
992
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PModal, decorators: [{
|
|
993
993
|
type: Component,
|
|
994
994
|
args: [{
|
|
995
995
|
selector: 'p-modal,[p-modal]',
|
|
@@ -1014,14 +1014,14 @@ let PModelSignature = class PModelSignature {
|
|
|
1014
1014
|
this.el = r.nativeElement;
|
|
1015
1015
|
}
|
|
1016
1016
|
};
|
|
1017
|
-
PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1018
|
-
PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1017
|
+
PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1018
|
+
PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1019
1019
|
PModelSignature = __decorate$x([
|
|
1020
1020
|
ProxyCmp({
|
|
1021
1021
|
inputs: inputs$s
|
|
1022
1022
|
})
|
|
1023
1023
|
], PModelSignature);
|
|
1024
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1024
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PModelSignature, decorators: [{
|
|
1025
1025
|
type: Component,
|
|
1026
1026
|
args: [{
|
|
1027
1027
|
selector: 'p-model-signature,[p-model-signature]',
|
|
@@ -1047,14 +1047,14 @@ let PMultiSelect = class PMultiSelect {
|
|
|
1047
1047
|
proxyOutputs(this, outputs$9);
|
|
1048
1048
|
}
|
|
1049
1049
|
};
|
|
1050
|
-
PMultiSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1051
|
-
PMultiSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1050
|
+
PMultiSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMultiSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1051
|
+
PMultiSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PMultiSelect, selector: "p-multi-select,[p-multi-select]", inputs: { description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", theme: "theme", value: "value" }, outputs: { update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1052
1052
|
PMultiSelect = __decorate$w([
|
|
1053
1053
|
ProxyCmp({
|
|
1054
1054
|
inputs: inputs$r
|
|
1055
1055
|
})
|
|
1056
1056
|
], PMultiSelect);
|
|
1057
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMultiSelect, decorators: [{
|
|
1058
1058
|
type: Component,
|
|
1059
1059
|
args: [{
|
|
1060
1060
|
selector: 'p-multi-select,[p-multi-select]',
|
|
@@ -1079,14 +1079,14 @@ let PMultiSelectOption = class PMultiSelectOption {
|
|
|
1079
1079
|
this.el = r.nativeElement;
|
|
1080
1080
|
}
|
|
1081
1081
|
};
|
|
1082
|
-
PMultiSelectOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1083
|
-
PMultiSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1082
|
+
PMultiSelectOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMultiSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1083
|
+
PMultiSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PMultiSelectOption, selector: "p-multi-select-option,[p-multi-select-option]", inputs: { disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1084
1084
|
PMultiSelectOption = __decorate$v([
|
|
1085
1085
|
ProxyCmp({
|
|
1086
1086
|
inputs: inputs$q
|
|
1087
1087
|
})
|
|
1088
1088
|
], PMultiSelectOption);
|
|
1089
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PMultiSelectOption, decorators: [{
|
|
1090
1090
|
type: Component,
|
|
1091
1091
|
args: [{
|
|
1092
1092
|
selector: 'p-multi-select-option,[p-multi-select-option]',
|
|
@@ -1112,14 +1112,14 @@ let PPagination = class PPagination {
|
|
|
1112
1112
|
proxyOutputs(this, outputs$8);
|
|
1113
1113
|
}
|
|
1114
1114
|
};
|
|
1115
|
-
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1116
|
-
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1115
|
+
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1116
|
+
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PPagination, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", allyLabel: "allyLabel", allyLabelNext: "allyLabelNext", allyLabelPage: "allyLabelPage", allyLabelPrev: "allyLabelPrev", intl: "intl", itemsPerPage: "itemsPerPage", maxNumberOfPageLinks: "maxNumberOfPageLinks", showLastPage: "showLastPage", theme: "theme", totalItemsCount: "totalItemsCount" }, outputs: { pageChange: "pageChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1117
1117
|
PPagination = __decorate$u([
|
|
1118
1118
|
ProxyCmp({
|
|
1119
1119
|
inputs: inputs$p
|
|
1120
1120
|
})
|
|
1121
1121
|
], PPagination);
|
|
1122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPagination, decorators: [{
|
|
1123
1123
|
type: Component,
|
|
1124
1124
|
args: [{
|
|
1125
1125
|
selector: 'p-pagination,[p-pagination]',
|
|
@@ -1146,14 +1146,14 @@ let PPinCode = class PPinCode {
|
|
|
1146
1146
|
proxyOutputs(this, outputs$7);
|
|
1147
1147
|
}
|
|
1148
1148
|
};
|
|
1149
|
-
PPinCode.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1150
|
-
PPinCode.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1149
|
+
PPinCode.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPinCode, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1150
|
+
PPinCode.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PPinCode, selector: "p-pin-code,[p-pin-code]", inputs: { description: "description", disabled: "disabled", hideLabel: "hideLabel", label: "label", length: "length", loading: "loading", message: "message", name: "name", required: "required", state: "state", theme: "theme", type: "type", value: "value" }, outputs: { update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1151
1151
|
PPinCode = __decorate$t([
|
|
1152
1152
|
ProxyCmp({
|
|
1153
1153
|
inputs: inputs$o
|
|
1154
1154
|
})
|
|
1155
1155
|
], PPinCode);
|
|
1156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPinCode, decorators: [{
|
|
1157
1157
|
type: Component,
|
|
1158
1158
|
args: [{
|
|
1159
1159
|
selector: 'p-pin-code,[p-pin-code]',
|
|
@@ -1178,14 +1178,14 @@ let PPopover = class PPopover {
|
|
|
1178
1178
|
this.el = r.nativeElement;
|
|
1179
1179
|
}
|
|
1180
1180
|
};
|
|
1181
|
-
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1182
|
-
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1181
|
+
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1182
|
+
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1183
1183
|
PPopover = __decorate$s([
|
|
1184
1184
|
ProxyCmp({
|
|
1185
1185
|
inputs: inputs$n
|
|
1186
1186
|
})
|
|
1187
1187
|
], PPopover);
|
|
1188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PPopover, decorators: [{
|
|
1189
1189
|
type: Component,
|
|
1190
1190
|
args: [{
|
|
1191
1191
|
selector: 'p-popover,[p-popover]',
|
|
@@ -1209,14 +1209,14 @@ let PRadioButtonWrapper = class PRadioButtonWrapper {
|
|
|
1209
1209
|
this.el = r.nativeElement;
|
|
1210
1210
|
}
|
|
1211
1211
|
};
|
|
1212
|
-
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1213
|
-
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1212
|
+
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PRadioButtonWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1213
|
+
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PRadioButtonWrapper, selector: "p-radio-button-wrapper,[p-radio-button-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 });
|
|
1214
1214
|
PRadioButtonWrapper = __decorate$r([
|
|
1215
1215
|
ProxyCmp({
|
|
1216
1216
|
inputs: inputs$m
|
|
1217
1217
|
})
|
|
1218
1218
|
], PRadioButtonWrapper);
|
|
1219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PRadioButtonWrapper, decorators: [{
|
|
1220
1220
|
type: Component,
|
|
1221
1221
|
args: [{
|
|
1222
1222
|
selector: 'p-radio-button-wrapper,[p-radio-button-wrapper]',
|
|
@@ -1240,14 +1240,14 @@ let PScroller = class PScroller {
|
|
|
1240
1240
|
this.el = r.nativeElement;
|
|
1241
1241
|
}
|
|
1242
1242
|
};
|
|
1243
|
-
PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1244
|
-
PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1243
|
+
PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PScroller, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1244
|
+
PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1245
1245
|
PScroller = __decorate$q([
|
|
1246
1246
|
ProxyCmp({
|
|
1247
1247
|
inputs: inputs$l
|
|
1248
1248
|
})
|
|
1249
1249
|
], PScroller);
|
|
1250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PScroller, decorators: [{
|
|
1251
1251
|
type: Component,
|
|
1252
1252
|
args: [{
|
|
1253
1253
|
selector: 'p-scroller,[p-scroller]',
|
|
@@ -1273,14 +1273,14 @@ let PSegmentedControl = class PSegmentedControl {
|
|
|
1273
1273
|
proxyOutputs(this, outputs$6);
|
|
1274
1274
|
}
|
|
1275
1275
|
};
|
|
1276
|
-
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1277
|
-
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1276
|
+
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1277
|
+
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PSegmentedControl, selector: "p-segmented-control,[p-segmented-control]", inputs: { backgroundColor: "backgroundColor", columns: "columns", theme: "theme", value: "value" }, outputs: { segmentedControlChange: "segmentedControlChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1278
1278
|
PSegmentedControl = __decorate$p([
|
|
1279
1279
|
ProxyCmp({
|
|
1280
1280
|
inputs: inputs$k
|
|
1281
1281
|
})
|
|
1282
1282
|
], PSegmentedControl);
|
|
1283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1283
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSegmentedControl, decorators: [{
|
|
1284
1284
|
type: Component,
|
|
1285
1285
|
args: [{
|
|
1286
1286
|
selector: 'p-segmented-control,[p-segmented-control]',
|
|
@@ -1305,14 +1305,14 @@ let PSegmentedControlItem = class PSegmentedControlItem {
|
|
|
1305
1305
|
this.el = r.nativeElement;
|
|
1306
1306
|
}
|
|
1307
1307
|
};
|
|
1308
|
-
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1309
|
-
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1308
|
+
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSegmentedControlItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1309
|
+
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1310
1310
|
PSegmentedControlItem = __decorate$o([
|
|
1311
1311
|
ProxyCmp({
|
|
1312
1312
|
inputs: inputs$j
|
|
1313
1313
|
})
|
|
1314
1314
|
], PSegmentedControlItem);
|
|
1315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSegmentedControlItem, decorators: [{
|
|
1316
1316
|
type: Component,
|
|
1317
1317
|
args: [{
|
|
1318
1318
|
selector: 'p-segmented-control-item,[p-segmented-control-item]',
|
|
@@ -1336,14 +1336,14 @@ let PSelectWrapper = class PSelectWrapper {
|
|
|
1336
1336
|
this.el = r.nativeElement;
|
|
1337
1337
|
}
|
|
1338
1338
|
};
|
|
1339
|
-
PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1340
|
-
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1339
|
+
PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSelectWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1340
|
+
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1341
1341
|
PSelectWrapper = __decorate$n([
|
|
1342
1342
|
ProxyCmp({
|
|
1343
1343
|
inputs: inputs$i
|
|
1344
1344
|
})
|
|
1345
1345
|
], PSelectWrapper);
|
|
1346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSelectWrapper, decorators: [{
|
|
1347
1347
|
type: Component,
|
|
1348
1348
|
args: [{
|
|
1349
1349
|
selector: 'p-select-wrapper,[p-select-wrapper]',
|
|
@@ -1367,14 +1367,14 @@ let PSpinner = class PSpinner {
|
|
|
1367
1367
|
this.el = r.nativeElement;
|
|
1368
1368
|
}
|
|
1369
1369
|
};
|
|
1370
|
-
PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1371
|
-
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1370
|
+
PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1371
|
+
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1372
1372
|
PSpinner = __decorate$m([
|
|
1373
1373
|
ProxyCmp({
|
|
1374
1374
|
inputs: inputs$h
|
|
1375
1375
|
})
|
|
1376
1376
|
], PSpinner);
|
|
1377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSpinner, decorators: [{
|
|
1378
1378
|
type: Component,
|
|
1379
1379
|
args: [{
|
|
1380
1380
|
selector: 'p-spinner,[p-spinner]',
|
|
@@ -1400,14 +1400,14 @@ let PStepperHorizontal = class PStepperHorizontal {
|
|
|
1400
1400
|
proxyOutputs(this, outputs$5);
|
|
1401
1401
|
}
|
|
1402
1402
|
};
|
|
1403
|
-
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1404
|
-
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1403
|
+
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PStepperHorizontal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1404
|
+
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1405
1405
|
PStepperHorizontal = __decorate$l([
|
|
1406
1406
|
ProxyCmp({
|
|
1407
1407
|
inputs: inputs$g
|
|
1408
1408
|
})
|
|
1409
1409
|
], PStepperHorizontal);
|
|
1410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PStepperHorizontal, decorators: [{
|
|
1411
1411
|
type: Component,
|
|
1412
1412
|
args: [{
|
|
1413
1413
|
selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
|
|
@@ -1432,14 +1432,14 @@ let PStepperHorizontalItem = class PStepperHorizontalItem {
|
|
|
1432
1432
|
this.el = r.nativeElement;
|
|
1433
1433
|
}
|
|
1434
1434
|
};
|
|
1435
|
-
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1436
|
-
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1435
|
+
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PStepperHorizontalItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1436
|
+
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1437
1437
|
PStepperHorizontalItem = __decorate$k([
|
|
1438
1438
|
ProxyCmp({
|
|
1439
1439
|
inputs: inputs$f
|
|
1440
1440
|
})
|
|
1441
1441
|
], PStepperHorizontalItem);
|
|
1442
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
|
|
1443
1443
|
type: Component,
|
|
1444
1444
|
args: [{
|
|
1445
1445
|
selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
|
|
@@ -1465,14 +1465,14 @@ let PSwitch = class PSwitch {
|
|
|
1465
1465
|
proxyOutputs(this, outputs$4);
|
|
1466
1466
|
}
|
|
1467
1467
|
};
|
|
1468
|
-
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1469
|
-
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1468
|
+
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1469
|
+
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1470
1470
|
PSwitch = __decorate$j([
|
|
1471
1471
|
ProxyCmp({
|
|
1472
1472
|
inputs: inputs$e
|
|
1473
1473
|
})
|
|
1474
1474
|
], PSwitch);
|
|
1475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PSwitch, decorators: [{
|
|
1476
1476
|
type: Component,
|
|
1477
1477
|
args: [{
|
|
1478
1478
|
selector: 'p-switch,[p-switch]',
|
|
@@ -1499,14 +1499,14 @@ let PTable = class PTable {
|
|
|
1499
1499
|
proxyOutputs(this, outputs$3);
|
|
1500
1500
|
}
|
|
1501
1501
|
};
|
|
1502
|
-
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1503
|
-
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1502
|
+
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1503
|
+
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1504
1504
|
PTable = __decorate$i([
|
|
1505
1505
|
ProxyCmp({
|
|
1506
1506
|
inputs: inputs$d
|
|
1507
1507
|
})
|
|
1508
1508
|
], PTable);
|
|
1509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTable, decorators: [{
|
|
1510
1510
|
type: Component,
|
|
1511
1511
|
args: [{
|
|
1512
1512
|
selector: 'p-table,[p-table]',
|
|
@@ -1530,12 +1530,12 @@ let PTableBody = class PTableBody {
|
|
|
1530
1530
|
this.el = r.nativeElement;
|
|
1531
1531
|
}
|
|
1532
1532
|
};
|
|
1533
|
-
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1534
|
-
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1533
|
+
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1534
|
+
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableBody, selector: "p-table-body,[p-table-body]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1535
1535
|
PTableBody = __decorate$h([
|
|
1536
1536
|
ProxyCmp({})
|
|
1537
1537
|
], PTableBody);
|
|
1538
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1538
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableBody, decorators: [{
|
|
1539
1539
|
type: Component,
|
|
1540
1540
|
args: [{
|
|
1541
1541
|
selector: 'p-table-body,[p-table-body]',
|
|
@@ -1558,14 +1558,14 @@ let PTableCell = class PTableCell {
|
|
|
1558
1558
|
this.el = r.nativeElement;
|
|
1559
1559
|
}
|
|
1560
1560
|
};
|
|
1561
|
-
PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1562
|
-
PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1561
|
+
PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1562
|
+
PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1563
1563
|
PTableCell = __decorate$g([
|
|
1564
1564
|
ProxyCmp({
|
|
1565
1565
|
inputs: inputs$c
|
|
1566
1566
|
})
|
|
1567
1567
|
], PTableCell);
|
|
1568
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1568
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableCell, decorators: [{
|
|
1569
1569
|
type: Component,
|
|
1570
1570
|
args: [{
|
|
1571
1571
|
selector: 'p-table-cell,[p-table-cell]',
|
|
@@ -1588,12 +1588,12 @@ let PTableHead = class PTableHead {
|
|
|
1588
1588
|
this.el = r.nativeElement;
|
|
1589
1589
|
}
|
|
1590
1590
|
};
|
|
1591
|
-
PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1592
|
-
PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1591
|
+
PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1592
|
+
PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableHead, selector: "p-table-head,[p-table-head]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1593
1593
|
PTableHead = __decorate$f([
|
|
1594
1594
|
ProxyCmp({})
|
|
1595
1595
|
], PTableHead);
|
|
1596
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1596
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHead, decorators: [{
|
|
1597
1597
|
type: Component,
|
|
1598
1598
|
args: [{
|
|
1599
1599
|
selector: 'p-table-head,[p-table-head]',
|
|
@@ -1616,14 +1616,14 @@ let PTableHeadCell = class PTableHeadCell {
|
|
|
1616
1616
|
this.el = r.nativeElement;
|
|
1617
1617
|
}
|
|
1618
1618
|
};
|
|
1619
|
-
PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1620
|
-
PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1619
|
+
PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHeadCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1620
|
+
PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1621
1621
|
PTableHeadCell = __decorate$e([
|
|
1622
1622
|
ProxyCmp({
|
|
1623
1623
|
inputs: inputs$b
|
|
1624
1624
|
})
|
|
1625
1625
|
], PTableHeadCell);
|
|
1626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHeadCell, decorators: [{
|
|
1627
1627
|
type: Component,
|
|
1628
1628
|
args: [{
|
|
1629
1629
|
selector: 'p-table-head-cell,[p-table-head-cell]',
|
|
@@ -1646,12 +1646,12 @@ let PTableHeadRow = class PTableHeadRow {
|
|
|
1646
1646
|
this.el = r.nativeElement;
|
|
1647
1647
|
}
|
|
1648
1648
|
};
|
|
1649
|
-
PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1650
|
-
PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1649
|
+
PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHeadRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1650
|
+
PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableHeadRow, selector: "p-table-head-row,[p-table-head-row]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1651
1651
|
PTableHeadRow = __decorate$d([
|
|
1652
1652
|
ProxyCmp({})
|
|
1653
1653
|
], PTableHeadRow);
|
|
1654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableHeadRow, decorators: [{
|
|
1655
1655
|
type: Component,
|
|
1656
1656
|
args: [{
|
|
1657
1657
|
selector: 'p-table-head-row,[p-table-head-row]',
|
|
@@ -1673,12 +1673,12 @@ let PTableRow = class PTableRow {
|
|
|
1673
1673
|
this.el = r.nativeElement;
|
|
1674
1674
|
}
|
|
1675
1675
|
};
|
|
1676
|
-
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1677
|
-
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1676
|
+
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1677
|
+
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTableRow, selector: "p-table-row,[p-table-row]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1678
1678
|
PTableRow = __decorate$c([
|
|
1679
1679
|
ProxyCmp({})
|
|
1680
1680
|
], PTableRow);
|
|
1681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTableRow, decorators: [{
|
|
1682
1682
|
type: Component,
|
|
1683
1683
|
args: [{
|
|
1684
1684
|
selector: 'p-table-row,[p-table-row]',
|
|
@@ -1703,14 +1703,14 @@ let PTabs = class PTabs {
|
|
|
1703
1703
|
proxyOutputs(this, outputs$2);
|
|
1704
1704
|
}
|
|
1705
1705
|
};
|
|
1706
|
-
PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1707
|
-
PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1706
|
+
PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1707
|
+
PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1708
1708
|
PTabs = __decorate$b([
|
|
1709
1709
|
ProxyCmp({
|
|
1710
1710
|
inputs: inputs$a
|
|
1711
1711
|
})
|
|
1712
1712
|
], PTabs);
|
|
1713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabs, decorators: [{
|
|
1714
1714
|
type: Component,
|
|
1715
1715
|
args: [{
|
|
1716
1716
|
selector: 'p-tabs,[p-tabs]',
|
|
@@ -1737,14 +1737,14 @@ let PTabsBar = class PTabsBar {
|
|
|
1737
1737
|
proxyOutputs(this, outputs$1);
|
|
1738
1738
|
}
|
|
1739
1739
|
};
|
|
1740
|
-
PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1741
|
-
PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1740
|
+
PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabsBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1741
|
+
PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1742
1742
|
PTabsBar = __decorate$a([
|
|
1743
1743
|
ProxyCmp({
|
|
1744
1744
|
inputs: inputs$9
|
|
1745
1745
|
})
|
|
1746
1746
|
], PTabsBar);
|
|
1747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabsBar, decorators: [{
|
|
1748
1748
|
type: Component,
|
|
1749
1749
|
args: [{
|
|
1750
1750
|
selector: 'p-tabs-bar,[p-tabs-bar]',
|
|
@@ -1769,14 +1769,14 @@ let PTabsItem = class PTabsItem {
|
|
|
1769
1769
|
this.el = r.nativeElement;
|
|
1770
1770
|
}
|
|
1771
1771
|
};
|
|
1772
|
-
PTabsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1773
|
-
PTabsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1772
|
+
PTabsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1773
|
+
PTabsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1774
1774
|
PTabsItem = __decorate$9([
|
|
1775
1775
|
ProxyCmp({
|
|
1776
1776
|
inputs: inputs$8
|
|
1777
1777
|
})
|
|
1778
1778
|
], PTabsItem);
|
|
1779
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTabsItem, decorators: [{
|
|
1780
1780
|
type: Component,
|
|
1781
1781
|
args: [{
|
|
1782
1782
|
selector: 'p-tabs-item,[p-tabs-item]',
|
|
@@ -1800,14 +1800,14 @@ let PTag = class PTag {
|
|
|
1800
1800
|
this.el = r.nativeElement;
|
|
1801
1801
|
}
|
|
1802
1802
|
};
|
|
1803
|
-
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1804
|
-
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1803
|
+
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1804
|
+
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1805
1805
|
PTag = __decorate$8([
|
|
1806
1806
|
ProxyCmp({
|
|
1807
1807
|
inputs: inputs$7
|
|
1808
1808
|
})
|
|
1809
1809
|
], PTag);
|
|
1810
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTag, decorators: [{
|
|
1811
1811
|
type: Component,
|
|
1812
1812
|
args: [{
|
|
1813
1813
|
selector: 'p-tag,[p-tag]',
|
|
@@ -1831,14 +1831,14 @@ let PTagDismissible = class PTagDismissible {
|
|
|
1831
1831
|
this.el = r.nativeElement;
|
|
1832
1832
|
}
|
|
1833
1833
|
};
|
|
1834
|
-
PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1835
|
-
PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1834
|
+
PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTagDismissible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1835
|
+
PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1836
1836
|
PTagDismissible = __decorate$7([
|
|
1837
1837
|
ProxyCmp({
|
|
1838
1838
|
inputs: inputs$6
|
|
1839
1839
|
})
|
|
1840
1840
|
], PTagDismissible);
|
|
1841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTagDismissible, decorators: [{
|
|
1842
1842
|
type: Component,
|
|
1843
1843
|
args: [{
|
|
1844
1844
|
selector: 'p-tag-dismissible,[p-tag-dismissible]',
|
|
@@ -1862,14 +1862,14 @@ let PText = class PText {
|
|
|
1862
1862
|
this.el = r.nativeElement;
|
|
1863
1863
|
}
|
|
1864
1864
|
};
|
|
1865
|
-
PText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1866
|
-
PText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1865
|
+
PText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1866
|
+
PText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1867
1867
|
PText = __decorate$6([
|
|
1868
1868
|
ProxyCmp({
|
|
1869
1869
|
inputs: inputs$5
|
|
1870
1870
|
})
|
|
1871
1871
|
], PText);
|
|
1872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PText, decorators: [{
|
|
1873
1873
|
type: Component,
|
|
1874
1874
|
args: [{
|
|
1875
1875
|
selector: 'p-text,[p-text]',
|
|
@@ -1895,14 +1895,14 @@ let PTextFieldWrapper = class PTextFieldWrapper {
|
|
|
1895
1895
|
proxyOutputs(this, outputs);
|
|
1896
1896
|
}
|
|
1897
1897
|
};
|
|
1898
|
-
PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1899
|
-
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1898
|
+
PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextFieldWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1899
|
+
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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", showPasswordToggle: "showPasswordToggle", state: "state", theme: "theme", unit: "unit", unitPosition: "unitPosition" }, outputs: { action: "action" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1900
1900
|
PTextFieldWrapper = __decorate$5([
|
|
1901
1901
|
ProxyCmp({
|
|
1902
1902
|
inputs: inputs$4
|
|
1903
1903
|
})
|
|
1904
1904
|
], PTextFieldWrapper);
|
|
1905
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1905
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextFieldWrapper, decorators: [{
|
|
1906
1906
|
type: Component,
|
|
1907
1907
|
args: [{
|
|
1908
1908
|
selector: 'p-text-field-wrapper,[p-text-field-wrapper]',
|
|
@@ -1927,14 +1927,14 @@ let PTextList = class PTextList {
|
|
|
1927
1927
|
this.el = r.nativeElement;
|
|
1928
1928
|
}
|
|
1929
1929
|
};
|
|
1930
|
-
PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1931
|
-
PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1930
|
+
PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1931
|
+
PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1932
1932
|
PTextList = __decorate$4([
|
|
1933
1933
|
ProxyCmp({
|
|
1934
1934
|
inputs: inputs$3
|
|
1935
1935
|
})
|
|
1936
1936
|
], PTextList);
|
|
1937
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1937
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextList, decorators: [{
|
|
1938
1938
|
type: Component,
|
|
1939
1939
|
args: [{
|
|
1940
1940
|
selector: 'p-text-list,[p-text-list]',
|
|
@@ -1957,12 +1957,12 @@ let PTextListItem = class PTextListItem {
|
|
|
1957
1957
|
this.el = r.nativeElement;
|
|
1958
1958
|
}
|
|
1959
1959
|
};
|
|
1960
|
-
PTextListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1961
|
-
PTextListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1960
|
+
PTextListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1961
|
+
PTextListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PTextListItem, selector: "p-text-list-item,[p-text-list-item]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1962
1962
|
PTextListItem = __decorate$3([
|
|
1963
1963
|
ProxyCmp({})
|
|
1964
1964
|
], PTextListItem);
|
|
1965
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1965
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextListItem, decorators: [{
|
|
1966
1966
|
type: Component,
|
|
1967
1967
|
args: [{
|
|
1968
1968
|
selector: 'p-text-list-item,[p-text-list-item]',
|
|
@@ -1985,14 +1985,14 @@ let PTextareaWrapper = class PTextareaWrapper {
|
|
|
1985
1985
|
this.el = r.nativeElement;
|
|
1986
1986
|
}
|
|
1987
1987
|
};
|
|
1988
|
-
PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1989
|
-
PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1988
|
+
PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextareaWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1989
|
+
PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
1990
1990
|
PTextareaWrapper = __decorate$2([
|
|
1991
1991
|
ProxyCmp({
|
|
1992
1992
|
inputs: inputs$2
|
|
1993
1993
|
})
|
|
1994
1994
|
], PTextareaWrapper);
|
|
1995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1995
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PTextareaWrapper, decorators: [{
|
|
1996
1996
|
type: Component,
|
|
1997
1997
|
args: [{
|
|
1998
1998
|
selector: 'p-textarea-wrapper,[p-textarea-wrapper]',
|
|
@@ -2016,14 +2016,14 @@ let PToast = class PToast {
|
|
|
2016
2016
|
this.el = r.nativeElement;
|
|
2017
2017
|
}
|
|
2018
2018
|
};
|
|
2019
|
-
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2020
|
-
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
2019
|
+
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2020
|
+
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PToast, selector: "p-toast,[p-toast]", inputs: { theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2021
2021
|
PToast = __decorate$1([
|
|
2022
2022
|
ProxyCmp({
|
|
2023
2023
|
inputs: inputs$1
|
|
2024
2024
|
})
|
|
2025
2025
|
], PToast);
|
|
2026
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
2026
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PToast, decorators: [{
|
|
2027
2027
|
type: Component,
|
|
2028
2028
|
args: [{
|
|
2029
2029
|
selector: 'p-toast,[p-toast]',
|
|
@@ -2047,14 +2047,14 @@ let PWordmark = class PWordmark {
|
|
|
2047
2047
|
this.el = r.nativeElement;
|
|
2048
2048
|
}
|
|
2049
2049
|
};
|
|
2050
|
-
PWordmark.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2051
|
-
PWordmark.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
2050
|
+
PWordmark.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PWordmark, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2051
|
+
PWordmark.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
2052
2052
|
PWordmark = __decorate([
|
|
2053
2053
|
ProxyCmp({
|
|
2054
2054
|
inputs
|
|
2055
2055
|
})
|
|
2056
2056
|
], PWordmark);
|
|
2057
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
2057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PWordmark, decorators: [{
|
|
2058
2058
|
type: Component,
|
|
2059
2059
|
args: [{
|
|
2060
2060
|
selector: 'p-wordmark,[p-wordmark]',
|
|
@@ -2155,10 +2155,10 @@ class PorscheDesignSystemModule {
|
|
|
2155
2155
|
};
|
|
2156
2156
|
}
|
|
2157
2157
|
}
|
|
2158
|
-
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2159
|
-
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.
|
|
2160
|
-
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.
|
|
2161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
2158
|
+
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2159
|
+
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, 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, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPinCode, 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] });
|
|
2160
|
+
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule });
|
|
2161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
2162
2162
|
type: NgModule,
|
|
2163
2163
|
args: [{
|
|
2164
2164
|
declarations: DECLARATIONS,
|
|
@@ -2174,9 +2174,9 @@ class ToastManager {
|
|
|
2174
2174
|
customElements.whenDefined(toast.tagName.toLowerCase()).then(() => toast.addMessage(message));
|
|
2175
2175
|
}
|
|
2176
2176
|
}
|
|
2177
|
-
ToastManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2178
|
-
ToastManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
2179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
2177
|
+
ToastManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToastManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2178
|
+
ToastManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToastManager, providedIn: 'root' });
|
|
2179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToastManager, decorators: [{
|
|
2180
2180
|
type: Injectable,
|
|
2181
2181
|
args: [{
|
|
2182
2182
|
providedIn: 'root',
|