@porsche-design-system/components-angular 2.18.0-rc.1 → 2.18.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 +24 -0
- package/esm2020/lib/components/accordion.wrapper.mjs +3 -3
- package/esm2020/lib/components/banner.wrapper.mjs +3 -3
- package/esm2020/lib/components/button-group.wrapper.mjs +3 -3
- package/esm2020/lib/components/button-pure.wrapper.mjs +3 -3
- package/esm2020/lib/components/button.wrapper.mjs +3 -3
- package/esm2020/lib/components/carousel.wrapper.mjs +3 -3
- package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/divider.wrapper.mjs +3 -3
- package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/flex-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/flex.wrapper.mjs +3 -3
- package/esm2020/lib/components/grid-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/grid.wrapper.mjs +3 -3
- package/esm2020/lib/components/headline.wrapper.mjs +3 -3
- package/esm2020/lib/components/icon.wrapper.mjs +3 -3
- package/esm2020/lib/components/inline-notification.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-pure.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-social.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-tile.wrapper.mjs +3 -3
- package/esm2020/lib/components/link.wrapper.mjs +3 -3
- package/esm2020/lib/components/marque.wrapper.mjs +3 -3
- package/esm2020/lib/components/modal.wrapper.mjs +3 -3
- package/esm2020/lib/components/pagination.wrapper.mjs +3 -3
- package/esm2020/lib/components/popover.wrapper.mjs +3 -3
- package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/scroller.wrapper.mjs +3 -3
- package/esm2020/lib/components/segmented-control-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/segmented-control.wrapper.mjs +3 -3
- package/esm2020/lib/components/select-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/spinner.wrapper.mjs +3 -3
- package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +3 -3
- package/esm2020/lib/components/switch.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-body.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-cell.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-head-cell.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-head-row.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-head.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-row.wrapper.mjs +3 -3
- package/esm2020/lib/components/table.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs.wrapper.mjs +3 -3
- package/esm2020/lib/components/tag-dismissible.wrapper.mjs +3 -3
- package/esm2020/lib/components/tag.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-list-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-list.wrapper.mjs +3 -3
- package/esm2020/lib/components/text.wrapper.mjs +3 -3
- package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/toast.wrapper.mjs +3 -3
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +4 -4
- package/esm2020/toast-manager.mjs +3 -3
- package/fesm2015/porsche-design-system-components-angular.mjs +163 -163
- package/fesm2020/porsche-design-system-components-angular.mjs +163 -163
- package/package.json +2 -2
|
@@ -63,14 +63,14 @@ let PAccordion = class PAccordion {
|
|
|
63
63
|
proxyOutputs(this, outputs$c);
|
|
64
64
|
}
|
|
65
65
|
};
|
|
66
|
-
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
67
|
-
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
66
|
+
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
67
|
+
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
68
68
|
PAccordion = __decorate$P([
|
|
69
69
|
ProxyCmp({
|
|
70
70
|
inputs: inputs$K
|
|
71
71
|
})
|
|
72
72
|
], PAccordion);
|
|
73
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
73
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PAccordion, decorators: [{
|
|
74
74
|
type: Component,
|
|
75
75
|
args: [{
|
|
76
76
|
selector: 'p-accordion,[p-accordion]',
|
|
@@ -101,14 +101,14 @@ let PBanner = class PBanner {
|
|
|
101
101
|
proxyOutputs(this, outputs$b);
|
|
102
102
|
}
|
|
103
103
|
};
|
|
104
|
-
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
105
|
-
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
104
|
+
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
105
|
+
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PBanner, selector: "p-banner,[p-banner]", inputs: { persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
106
106
|
PBanner = __decorate$O([
|
|
107
107
|
ProxyCmp({
|
|
108
108
|
inputs: inputs$J
|
|
109
109
|
})
|
|
110
110
|
], PBanner);
|
|
111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PBanner, decorators: [{
|
|
112
112
|
type: Component,
|
|
113
113
|
args: [{
|
|
114
114
|
selector: 'p-banner,[p-banner]',
|
|
@@ -137,14 +137,14 @@ let PButton = class PButton {
|
|
|
137
137
|
this.el = r.nativeElement;
|
|
138
138
|
}
|
|
139
139
|
};
|
|
140
|
-
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
141
|
-
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
140
|
+
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
141
|
+
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PButton, selector: "p-button,[p-button]", inputs: { aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", tabbable: "tabbable", theme: "theme", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
142
142
|
PButton = __decorate$N([
|
|
143
143
|
ProxyCmp({
|
|
144
144
|
inputs: inputs$I
|
|
145
145
|
})
|
|
146
146
|
], PButton);
|
|
147
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButton, decorators: [{
|
|
148
148
|
type: Component,
|
|
149
149
|
args: [{
|
|
150
150
|
selector: 'p-button,[p-button]',
|
|
@@ -172,14 +172,14 @@ let PButtonGroup = class PButtonGroup {
|
|
|
172
172
|
this.el = r.nativeElement;
|
|
173
173
|
}
|
|
174
174
|
};
|
|
175
|
-
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
176
|
-
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
175
|
+
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
176
|
+
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PButtonGroup, selector: "p-button-group,[p-button-group]", inputs: { direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
177
177
|
PButtonGroup = __decorate$M([
|
|
178
178
|
ProxyCmp({
|
|
179
179
|
inputs: inputs$H
|
|
180
180
|
})
|
|
181
181
|
], PButtonGroup);
|
|
182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonGroup, decorators: [{
|
|
183
183
|
type: Component,
|
|
184
184
|
args: [{
|
|
185
185
|
selector: 'p-button-group,[p-button-group]',
|
|
@@ -207,14 +207,14 @@ let PButtonPure = class PButtonPure {
|
|
|
207
207
|
this.el = r.nativeElement;
|
|
208
208
|
}
|
|
209
209
|
};
|
|
210
|
-
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
211
|
-
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
210
|
+
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
211
|
+
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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", tabbable: "tabbable", theme: "theme", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
212
212
|
PButtonPure = __decorate$L([
|
|
213
213
|
ProxyCmp({
|
|
214
214
|
inputs: inputs$G
|
|
215
215
|
})
|
|
216
216
|
], PButtonPure);
|
|
217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonPure, decorators: [{
|
|
218
218
|
type: Component,
|
|
219
219
|
args: [{
|
|
220
220
|
selector: 'p-button-pure,[p-button-pure]',
|
|
@@ -244,14 +244,14 @@ let PCarousel = class PCarousel {
|
|
|
244
244
|
proxyOutputs(this, outputs$a);
|
|
245
245
|
}
|
|
246
246
|
};
|
|
247
|
-
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
248
|
-
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
247
|
+
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
248
|
+
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", rewind: "rewind", slidesPerPage: "slidesPerPage", theme: "theme", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
249
249
|
PCarousel = __decorate$K([
|
|
250
250
|
ProxyCmp({
|
|
251
251
|
inputs: inputs$F
|
|
252
252
|
})
|
|
253
253
|
], PCarousel);
|
|
254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCarousel, decorators: [{
|
|
255
255
|
type: Component,
|
|
256
256
|
args: [{
|
|
257
257
|
selector: 'p-carousel,[p-carousel]',
|
|
@@ -280,14 +280,14 @@ let PCheckboxWrapper = class PCheckboxWrapper {
|
|
|
280
280
|
this.el = r.nativeElement;
|
|
281
281
|
}
|
|
282
282
|
};
|
|
283
|
-
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
284
|
-
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
283
|
+
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCheckboxWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
284
|
+
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", message: "message", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
285
285
|
PCheckboxWrapper = __decorate$J([
|
|
286
286
|
ProxyCmp({
|
|
287
287
|
inputs: inputs$E
|
|
288
288
|
})
|
|
289
289
|
], PCheckboxWrapper);
|
|
290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCheckboxWrapper, decorators: [{
|
|
291
291
|
type: Component,
|
|
292
292
|
args: [{
|
|
293
293
|
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: "13.3.
|
|
319
|
-
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
318
|
+
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PContentWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
319
|
+
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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$I([
|
|
321
321
|
ProxyCmp({
|
|
322
322
|
inputs: inputs$D
|
|
323
323
|
})
|
|
324
324
|
], PContentWrapper);
|
|
325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
326
326
|
type: Component,
|
|
327
327
|
args: [{
|
|
328
328
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
@@ -350,14 +350,14 @@ let PDivider = class PDivider {
|
|
|
350
350
|
this.el = r.nativeElement;
|
|
351
351
|
}
|
|
352
352
|
};
|
|
353
|
-
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
354
|
-
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
353
|
+
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
354
|
+
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", orientation: "orientation", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
355
355
|
PDivider = __decorate$H([
|
|
356
356
|
ProxyCmp({
|
|
357
357
|
inputs: inputs$C
|
|
358
358
|
})
|
|
359
359
|
], PDivider);
|
|
360
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDivider, decorators: [{
|
|
361
361
|
type: Component,
|
|
362
362
|
args: [{
|
|
363
363
|
selector: 'p-divider,[p-divider]',
|
|
@@ -385,14 +385,14 @@ let PFieldsetWrapper = class PFieldsetWrapper {
|
|
|
385
385
|
this.el = r.nativeElement;
|
|
386
386
|
}
|
|
387
387
|
};
|
|
388
|
-
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
389
|
-
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
388
|
+
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldsetWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
389
|
+
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PFieldsetWrapper, selector: "p-fieldset-wrapper,[p-fieldset-wrapper]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
390
390
|
PFieldsetWrapper = __decorate$G([
|
|
391
391
|
ProxyCmp({
|
|
392
392
|
inputs: inputs$B
|
|
393
393
|
})
|
|
394
394
|
], PFieldsetWrapper);
|
|
395
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
396
396
|
type: Component,
|
|
397
397
|
args: [{
|
|
398
398
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
@@ -420,14 +420,14 @@ let PFlex = class PFlex {
|
|
|
420
420
|
this.el = r.nativeElement;
|
|
421
421
|
}
|
|
422
422
|
};
|
|
423
|
-
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
424
|
-
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
423
|
+
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlex, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
424
|
+
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
425
425
|
PFlex = __decorate$F([
|
|
426
426
|
ProxyCmp({
|
|
427
427
|
inputs: inputs$A
|
|
428
428
|
})
|
|
429
429
|
], PFlex);
|
|
430
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
430
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlex, decorators: [{
|
|
431
431
|
type: Component,
|
|
432
432
|
args: [{
|
|
433
433
|
selector: 'p-flex,[p-flex]',
|
|
@@ -455,14 +455,14 @@ let PFlexItem = class PFlexItem {
|
|
|
455
455
|
this.el = r.nativeElement;
|
|
456
456
|
}
|
|
457
457
|
};
|
|
458
|
-
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
459
|
-
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
458
|
+
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlexItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
459
|
+
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
460
460
|
PFlexItem = __decorate$E([
|
|
461
461
|
ProxyCmp({
|
|
462
462
|
inputs: inputs$z
|
|
463
463
|
})
|
|
464
464
|
], PFlexItem);
|
|
465
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlexItem, decorators: [{
|
|
466
466
|
type: Component,
|
|
467
467
|
args: [{
|
|
468
468
|
selector: 'p-flex-item,[p-flex-item]',
|
|
@@ -490,14 +490,14 @@ let PGrid = class PGrid {
|
|
|
490
490
|
this.el = r.nativeElement;
|
|
491
491
|
}
|
|
492
492
|
};
|
|
493
|
-
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
494
|
-
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
493
|
+
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
494
|
+
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
495
495
|
PGrid = __decorate$D([
|
|
496
496
|
ProxyCmp({
|
|
497
497
|
inputs: inputs$y
|
|
498
498
|
})
|
|
499
499
|
], PGrid);
|
|
500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGrid, decorators: [{
|
|
501
501
|
type: Component,
|
|
502
502
|
args: [{
|
|
503
503
|
selector: 'p-grid,[p-grid]',
|
|
@@ -525,14 +525,14 @@ let PGridItem = class PGridItem {
|
|
|
525
525
|
this.el = r.nativeElement;
|
|
526
526
|
}
|
|
527
527
|
};
|
|
528
|
-
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
529
|
-
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
528
|
+
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGridItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
529
|
+
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
530
530
|
PGridItem = __decorate$C([
|
|
531
531
|
ProxyCmp({
|
|
532
532
|
inputs: inputs$x
|
|
533
533
|
})
|
|
534
534
|
], PGridItem);
|
|
535
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
535
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGridItem, decorators: [{
|
|
536
536
|
type: Component,
|
|
537
537
|
args: [{
|
|
538
538
|
selector: 'p-grid-item,[p-grid-item]',
|
|
@@ -560,14 +560,14 @@ let PHeadline = class PHeadline {
|
|
|
560
560
|
this.el = r.nativeElement;
|
|
561
561
|
}
|
|
562
562
|
};
|
|
563
|
-
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
564
|
-
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
563
|
+
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
564
|
+
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
565
565
|
PHeadline = __decorate$B([
|
|
566
566
|
ProxyCmp({
|
|
567
567
|
inputs: inputs$w
|
|
568
568
|
})
|
|
569
569
|
], PHeadline);
|
|
570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeadline, decorators: [{
|
|
571
571
|
type: Component,
|
|
572
572
|
args: [{
|
|
573
573
|
selector: 'p-headline,[p-headline]',
|
|
@@ -595,14 +595,14 @@ let PIcon = class PIcon {
|
|
|
595
595
|
this.el = r.nativeElement;
|
|
596
596
|
}
|
|
597
597
|
};
|
|
598
|
-
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
599
|
-
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
598
|
+
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
599
|
+
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
600
600
|
PIcon = __decorate$A([
|
|
601
601
|
ProxyCmp({
|
|
602
602
|
inputs: inputs$v
|
|
603
603
|
})
|
|
604
604
|
], PIcon);
|
|
605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PIcon, decorators: [{
|
|
606
606
|
type: Component,
|
|
607
607
|
args: [{
|
|
608
608
|
selector: 'p-icon,[p-icon]',
|
|
@@ -632,14 +632,14 @@ let PInlineNotification = class PInlineNotification {
|
|
|
632
632
|
proxyOutputs(this, outputs$9);
|
|
633
633
|
}
|
|
634
634
|
};
|
|
635
|
-
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
636
|
-
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
635
|
+
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
636
|
+
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PInlineNotification, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", 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 });
|
|
637
637
|
PInlineNotification = __decorate$z([
|
|
638
638
|
ProxyCmp({
|
|
639
639
|
inputs: inputs$u
|
|
640
640
|
})
|
|
641
641
|
], PInlineNotification);
|
|
642
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
643
643
|
type: Component,
|
|
644
644
|
args: [{
|
|
645
645
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
@@ -668,14 +668,14 @@ let PLink = class PLink {
|
|
|
668
668
|
this.el = r.nativeElement;
|
|
669
669
|
}
|
|
670
670
|
};
|
|
671
|
-
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
672
|
-
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
671
|
+
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
672
|
+
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
673
673
|
PLink = __decorate$y([
|
|
674
674
|
ProxyCmp({
|
|
675
675
|
inputs: inputs$t
|
|
676
676
|
})
|
|
677
677
|
], PLink);
|
|
678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLink, decorators: [{
|
|
679
679
|
type: Component,
|
|
680
680
|
args: [{
|
|
681
681
|
selector: 'p-link,[p-link]',
|
|
@@ -703,14 +703,14 @@ let PLinkPure = class PLinkPure {
|
|
|
703
703
|
this.el = r.nativeElement;
|
|
704
704
|
}
|
|
705
705
|
};
|
|
706
|
-
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
707
|
-
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
706
|
+
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
707
|
+
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
708
708
|
PLinkPure = __decorate$x([
|
|
709
709
|
ProxyCmp({
|
|
710
710
|
inputs: inputs$s
|
|
711
711
|
})
|
|
712
712
|
], PLinkPure);
|
|
713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkPure, decorators: [{
|
|
714
714
|
type: Component,
|
|
715
715
|
args: [{
|
|
716
716
|
selector: 'p-link-pure,[p-link-pure]',
|
|
@@ -738,14 +738,14 @@ let PLinkSocial = class PLinkSocial {
|
|
|
738
738
|
this.el = r.nativeElement;
|
|
739
739
|
}
|
|
740
740
|
};
|
|
741
|
-
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
742
|
-
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
741
|
+
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkSocial, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
742
|
+
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
743
743
|
PLinkSocial = __decorate$w([
|
|
744
744
|
ProxyCmp({
|
|
745
745
|
inputs: inputs$r
|
|
746
746
|
})
|
|
747
747
|
], PLinkSocial);
|
|
748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkSocial, decorators: [{
|
|
749
749
|
type: Component,
|
|
750
750
|
args: [{
|
|
751
751
|
selector: 'p-link-social,[p-link-social]',
|
|
@@ -773,14 +773,14 @@ let PLinkTile = class PLinkTile {
|
|
|
773
773
|
this.el = r.nativeElement;
|
|
774
774
|
}
|
|
775
775
|
};
|
|
776
|
-
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
777
|
-
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
776
|
+
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
777
|
+
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
778
778
|
PLinkTile = __decorate$v([
|
|
779
779
|
ProxyCmp({
|
|
780
780
|
inputs: inputs$q
|
|
781
781
|
})
|
|
782
782
|
], PLinkTile);
|
|
783
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
783
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkTile, decorators: [{
|
|
784
784
|
type: Component,
|
|
785
785
|
args: [{
|
|
786
786
|
selector: 'p-link-tile,[p-link-tile]',
|
|
@@ -808,14 +808,14 @@ let PMarque = class PMarque {
|
|
|
808
808
|
this.el = r.nativeElement;
|
|
809
809
|
}
|
|
810
810
|
};
|
|
811
|
-
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
812
|
-
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
811
|
+
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PMarque, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
812
|
+
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PMarque, selector: "p-marque,[p-marque]", inputs: { aria: "aria", href: "href", size: "size", target: "target", trademark: "trademark" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
813
813
|
PMarque = __decorate$u([
|
|
814
814
|
ProxyCmp({
|
|
815
815
|
inputs: inputs$p
|
|
816
816
|
})
|
|
817
817
|
], PMarque);
|
|
818
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
818
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PMarque, decorators: [{
|
|
819
819
|
type: Component,
|
|
820
820
|
args: [{
|
|
821
821
|
selector: 'p-marque,[p-marque]',
|
|
@@ -845,14 +845,14 @@ let PModal = class PModal {
|
|
|
845
845
|
proxyOutputs(this, outputs$8);
|
|
846
846
|
}
|
|
847
847
|
};
|
|
848
|
-
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
849
|
-
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
848
|
+
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
849
|
+
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PModal, selector: "p-modal,[p-modal]", inputs: { aria: "aria", disableBackdropClick: "disableBackdropClick", disableCloseButton: "disableCloseButton", fullscreen: "fullscreen", heading: "heading", open: "open" }, outputs: { close: "close" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
850
850
|
PModal = __decorate$t([
|
|
851
851
|
ProxyCmp({
|
|
852
852
|
inputs: inputs$o
|
|
853
853
|
})
|
|
854
854
|
], PModal);
|
|
855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
855
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PModal, decorators: [{
|
|
856
856
|
type: Component,
|
|
857
857
|
args: [{
|
|
858
858
|
selector: 'p-modal,[p-modal]',
|
|
@@ -883,14 +883,14 @@ let PPagination = class PPagination {
|
|
|
883
883
|
proxyOutputs(this, outputs$7);
|
|
884
884
|
}
|
|
885
885
|
};
|
|
886
|
-
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
887
|
-
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
886
|
+
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
887
|
+
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PPagination, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", allyLabel: "allyLabel", allyLabelNext: "allyLabelNext", allyLabelPage: "allyLabelPage", allyLabelPrev: "allyLabelPrev", itemsPerPage: "itemsPerPage", maxNumberOfPageLinks: "maxNumberOfPageLinks", theme: "theme", totalItemsCount: "totalItemsCount" }, outputs: { pageChange: "pageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
888
888
|
PPagination = __decorate$s([
|
|
889
889
|
ProxyCmp({
|
|
890
890
|
inputs: inputs$n
|
|
891
891
|
})
|
|
892
892
|
], PPagination);
|
|
893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PPagination, decorators: [{
|
|
894
894
|
type: Component,
|
|
895
895
|
args: [{
|
|
896
896
|
selector: 'p-pagination,[p-pagination]',
|
|
@@ -919,14 +919,14 @@ let PPopover = class PPopover {
|
|
|
919
919
|
this.el = r.nativeElement;
|
|
920
920
|
}
|
|
921
921
|
};
|
|
922
|
-
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
923
|
-
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
922
|
+
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
923
|
+
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PPopover, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
924
924
|
PPopover = __decorate$r([
|
|
925
925
|
ProxyCmp({
|
|
926
926
|
inputs: inputs$m
|
|
927
927
|
})
|
|
928
928
|
], PPopover);
|
|
929
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
929
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PPopover, decorators: [{
|
|
930
930
|
type: Component,
|
|
931
931
|
args: [{
|
|
932
932
|
selector: 'p-popover,[p-popover]',
|
|
@@ -954,14 +954,14 @@ let PRadioButtonWrapper = class PRadioButtonWrapper {
|
|
|
954
954
|
this.el = r.nativeElement;
|
|
955
955
|
}
|
|
956
956
|
};
|
|
957
|
-
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
958
|
-
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
957
|
+
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PRadioButtonWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
958
|
+
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PRadioButtonWrapper, selector: "p-radio-button-wrapper,[p-radio-button-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", message: "message", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
959
959
|
PRadioButtonWrapper = __decorate$q([
|
|
960
960
|
ProxyCmp({
|
|
961
961
|
inputs: inputs$l
|
|
962
962
|
})
|
|
963
963
|
], PRadioButtonWrapper);
|
|
964
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
964
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PRadioButtonWrapper, decorators: [{
|
|
965
965
|
type: Component,
|
|
966
966
|
args: [{
|
|
967
967
|
selector: 'p-radio-button-wrapper,[p-radio-button-wrapper]',
|
|
@@ -989,14 +989,14 @@ let PScroller = class PScroller {
|
|
|
989
989
|
this.el = r.nativeElement;
|
|
990
990
|
}
|
|
991
991
|
};
|
|
992
|
-
PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
993
|
-
PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
992
|
+
PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PScroller, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
993
|
+
PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PScroller, selector: "p-scroller,[p-scroller]", inputs: { gradientColorScheme: "gradientColorScheme", scrollIndicatorPosition: "scrollIndicatorPosition", scrollToPosition: "scrollToPosition", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
994
994
|
PScroller = __decorate$p([
|
|
995
995
|
ProxyCmp({
|
|
996
996
|
inputs: inputs$k
|
|
997
997
|
})
|
|
998
998
|
], PScroller);
|
|
999
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
999
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PScroller, decorators: [{
|
|
1000
1000
|
type: Component,
|
|
1001
1001
|
args: [{
|
|
1002
1002
|
selector: 'p-scroller,[p-scroller]',
|
|
@@ -1026,14 +1026,14 @@ let PSegmentedControl = class PSegmentedControl {
|
|
|
1026
1026
|
proxyOutputs(this, outputs$6);
|
|
1027
1027
|
}
|
|
1028
1028
|
};
|
|
1029
|
-
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1030
|
-
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1029
|
+
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1030
|
+
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PSegmentedControl, selector: "p-segmented-control,[p-segmented-control]", inputs: { backgroundColor: "backgroundColor", theme: "theme", value: "value" }, outputs: { segmentedControlChange: "segmentedControlChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1031
1031
|
PSegmentedControl = __decorate$o([
|
|
1032
1032
|
ProxyCmp({
|
|
1033
1033
|
inputs: inputs$j
|
|
1034
1034
|
})
|
|
1035
1035
|
], PSegmentedControl);
|
|
1036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSegmentedControl, decorators: [{
|
|
1037
1037
|
type: Component,
|
|
1038
1038
|
args: [{
|
|
1039
1039
|
selector: 'p-segmented-control,[p-segmented-control]',
|
|
@@ -1062,14 +1062,14 @@ let PSegmentedControlItem = class PSegmentedControlItem {
|
|
|
1062
1062
|
this.el = r.nativeElement;
|
|
1063
1063
|
}
|
|
1064
1064
|
};
|
|
1065
|
-
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1066
|
-
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1065
|
+
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSegmentedControlItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1066
|
+
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
1067
1067
|
PSegmentedControlItem = __decorate$n([
|
|
1068
1068
|
ProxyCmp({
|
|
1069
1069
|
inputs: inputs$i
|
|
1070
1070
|
})
|
|
1071
1071
|
], PSegmentedControlItem);
|
|
1072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSegmentedControlItem, decorators: [{
|
|
1073
1073
|
type: Component,
|
|
1074
1074
|
args: [{
|
|
1075
1075
|
selector: 'p-segmented-control-item,[p-segmented-control-item]',
|
|
@@ -1097,14 +1097,14 @@ let PSelectWrapper = class PSelectWrapper {
|
|
|
1097
1097
|
this.el = r.nativeElement;
|
|
1098
1098
|
}
|
|
1099
1099
|
};
|
|
1100
|
-
PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1101
|
-
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1100
|
+
PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSelectWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1101
|
+
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
1102
1102
|
PSelectWrapper = __decorate$m([
|
|
1103
1103
|
ProxyCmp({
|
|
1104
1104
|
inputs: inputs$h
|
|
1105
1105
|
})
|
|
1106
1106
|
], PSelectWrapper);
|
|
1107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSelectWrapper, decorators: [{
|
|
1108
1108
|
type: Component,
|
|
1109
1109
|
args: [{
|
|
1110
1110
|
selector: 'p-select-wrapper,[p-select-wrapper]',
|
|
@@ -1132,14 +1132,14 @@ let PSpinner = class PSpinner {
|
|
|
1132
1132
|
this.el = r.nativeElement;
|
|
1133
1133
|
}
|
|
1134
1134
|
};
|
|
1135
|
-
PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1136
|
-
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1135
|
+
PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1136
|
+
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
1137
1137
|
PSpinner = __decorate$l([
|
|
1138
1138
|
ProxyCmp({
|
|
1139
1139
|
inputs: inputs$g
|
|
1140
1140
|
})
|
|
1141
1141
|
], PSpinner);
|
|
1142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSpinner, decorators: [{
|
|
1143
1143
|
type: Component,
|
|
1144
1144
|
args: [{
|
|
1145
1145
|
selector: 'p-spinner,[p-spinner]',
|
|
@@ -1169,14 +1169,14 @@ let PStepperHorizontal = class PStepperHorizontal {
|
|
|
1169
1169
|
proxyOutputs(this, outputs$5);
|
|
1170
1170
|
}
|
|
1171
1171
|
};
|
|
1172
|
-
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1173
|
-
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1172
|
+
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PStepperHorizontal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1173
|
+
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PStepperHorizontal, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size", theme: "theme" }, outputs: { stepChange: "stepChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1174
1174
|
PStepperHorizontal = __decorate$k([
|
|
1175
1175
|
ProxyCmp({
|
|
1176
1176
|
inputs: inputs$f
|
|
1177
1177
|
})
|
|
1178
1178
|
], PStepperHorizontal);
|
|
1179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PStepperHorizontal, decorators: [{
|
|
1180
1180
|
type: Component,
|
|
1181
1181
|
args: [{
|
|
1182
1182
|
selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
|
|
@@ -1205,14 +1205,14 @@ let PStepperHorizontalItem = class PStepperHorizontalItem {
|
|
|
1205
1205
|
this.el = r.nativeElement;
|
|
1206
1206
|
}
|
|
1207
1207
|
};
|
|
1208
|
-
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1209
|
-
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1208
|
+
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PStepperHorizontalItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1209
|
+
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
1210
1210
|
PStepperHorizontalItem = __decorate$j([
|
|
1211
1211
|
ProxyCmp({
|
|
1212
1212
|
inputs: inputs$e
|
|
1213
1213
|
})
|
|
1214
1214
|
], PStepperHorizontalItem);
|
|
1215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
|
|
1216
1216
|
type: Component,
|
|
1217
1217
|
args: [{
|
|
1218
1218
|
selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
|
|
@@ -1242,14 +1242,14 @@ let PSwitch = class PSwitch {
|
|
|
1242
1242
|
proxyOutputs(this, outputs$4);
|
|
1243
1243
|
}
|
|
1244
1244
|
};
|
|
1245
|
-
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1246
|
-
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1245
|
+
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1246
|
+
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PSwitch, selector: "p-switch,[p-switch]", inputs: { alignLabel: "alignLabel", checked: "checked", disabled: "disabled", hideLabel: "hideLabel", loading: "loading", stretch: "stretch", tabbable: "tabbable", theme: "theme" }, outputs: { switchChange: "switchChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1247
1247
|
PSwitch = __decorate$i([
|
|
1248
1248
|
ProxyCmp({
|
|
1249
1249
|
inputs: inputs$d
|
|
1250
1250
|
})
|
|
1251
1251
|
], PSwitch);
|
|
1252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1252
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSwitch, decorators: [{
|
|
1253
1253
|
type: Component,
|
|
1254
1254
|
args: [{
|
|
1255
1255
|
selector: 'p-switch,[p-switch]',
|
|
@@ -1280,14 +1280,14 @@ let PTable = class PTable {
|
|
|
1280
1280
|
proxyOutputs(this, outputs$3);
|
|
1281
1281
|
}
|
|
1282
1282
|
};
|
|
1283
|
-
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1284
|
-
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1283
|
+
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1284
|
+
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTable, selector: "p-table,[p-table]", inputs: { caption: "caption" }, outputs: { sortingChange: "sortingChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1285
1285
|
PTable = __decorate$h([
|
|
1286
1286
|
ProxyCmp({
|
|
1287
1287
|
inputs: inputs$c
|
|
1288
1288
|
})
|
|
1289
1289
|
], PTable);
|
|
1290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTable, decorators: [{
|
|
1291
1291
|
type: Component,
|
|
1292
1292
|
args: [{
|
|
1293
1293
|
selector: 'p-table,[p-table]',
|
|
@@ -1315,12 +1315,12 @@ let PTableBody = class PTableBody {
|
|
|
1315
1315
|
this.el = r.nativeElement;
|
|
1316
1316
|
}
|
|
1317
1317
|
};
|
|
1318
|
-
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1319
|
-
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1318
|
+
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1319
|
+
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTableBody, selector: "p-table-body,[p-table-body]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1320
1320
|
PTableBody = __decorate$g([
|
|
1321
1321
|
ProxyCmp({})
|
|
1322
1322
|
], PTableBody);
|
|
1323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableBody, decorators: [{
|
|
1324
1324
|
type: Component,
|
|
1325
1325
|
args: [{
|
|
1326
1326
|
selector: 'p-table-body,[p-table-body]',
|
|
@@ -1347,14 +1347,14 @@ let PTableCell = class PTableCell {
|
|
|
1347
1347
|
this.el = r.nativeElement;
|
|
1348
1348
|
}
|
|
1349
1349
|
};
|
|
1350
|
-
PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1351
|
-
PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1350
|
+
PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1351
|
+
PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
1352
1352
|
PTableCell = __decorate$f([
|
|
1353
1353
|
ProxyCmp({
|
|
1354
1354
|
inputs: inputs$b
|
|
1355
1355
|
})
|
|
1356
1356
|
], PTableCell);
|
|
1357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableCell, decorators: [{
|
|
1358
1358
|
type: Component,
|
|
1359
1359
|
args: [{
|
|
1360
1360
|
selector: 'p-table-cell,[p-table-cell]',
|
|
@@ -1381,12 +1381,12 @@ let PTableHead = class PTableHead {
|
|
|
1381
1381
|
this.el = r.nativeElement;
|
|
1382
1382
|
}
|
|
1383
1383
|
};
|
|
1384
|
-
PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1385
|
-
PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1384
|
+
PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1385
|
+
PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTableHead, selector: "p-table-head,[p-table-head]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1386
1386
|
PTableHead = __decorate$e([
|
|
1387
1387
|
ProxyCmp({})
|
|
1388
1388
|
], PTableHead);
|
|
1389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableHead, decorators: [{
|
|
1390
1390
|
type: Component,
|
|
1391
1391
|
args: [{
|
|
1392
1392
|
selector: 'p-table-head,[p-table-head]',
|
|
@@ -1413,14 +1413,14 @@ let PTableHeadCell = class PTableHeadCell {
|
|
|
1413
1413
|
this.el = r.nativeElement;
|
|
1414
1414
|
}
|
|
1415
1415
|
};
|
|
1416
|
-
PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1417
|
-
PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1416
|
+
PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableHeadCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1417
|
+
PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
1418
1418
|
PTableHeadCell = __decorate$d([
|
|
1419
1419
|
ProxyCmp({
|
|
1420
1420
|
inputs: inputs$a
|
|
1421
1421
|
})
|
|
1422
1422
|
], PTableHeadCell);
|
|
1423
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableHeadCell, decorators: [{
|
|
1424
1424
|
type: Component,
|
|
1425
1425
|
args: [{
|
|
1426
1426
|
selector: 'p-table-head-cell,[p-table-head-cell]',
|
|
@@ -1447,12 +1447,12 @@ let PTableHeadRow = class PTableHeadRow {
|
|
|
1447
1447
|
this.el = r.nativeElement;
|
|
1448
1448
|
}
|
|
1449
1449
|
};
|
|
1450
|
-
PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1451
|
-
PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1450
|
+
PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableHeadRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1451
|
+
PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTableHeadRow, selector: "p-table-head-row,[p-table-head-row]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1452
1452
|
PTableHeadRow = __decorate$c([
|
|
1453
1453
|
ProxyCmp({})
|
|
1454
1454
|
], PTableHeadRow);
|
|
1455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableHeadRow, decorators: [{
|
|
1456
1456
|
type: Component,
|
|
1457
1457
|
args: [{
|
|
1458
1458
|
selector: 'p-table-head-row,[p-table-head-row]',
|
|
@@ -1478,12 +1478,12 @@ let PTableRow = class PTableRow {
|
|
|
1478
1478
|
this.el = r.nativeElement;
|
|
1479
1479
|
}
|
|
1480
1480
|
};
|
|
1481
|
-
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1482
|
-
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1481
|
+
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1482
|
+
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTableRow, selector: "p-table-row,[p-table-row]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1483
1483
|
PTableRow = __decorate$b([
|
|
1484
1484
|
ProxyCmp({})
|
|
1485
1485
|
], PTableRow);
|
|
1486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1486
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTableRow, decorators: [{
|
|
1487
1487
|
type: Component,
|
|
1488
1488
|
args: [{
|
|
1489
1489
|
selector: 'p-table-row,[p-table-row]',
|
|
@@ -1512,14 +1512,14 @@ let PTabs = class PTabs {
|
|
|
1512
1512
|
proxyOutputs(this, outputs$2);
|
|
1513
1513
|
}
|
|
1514
1514
|
};
|
|
1515
|
-
PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1516
|
-
PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1515
|
+
PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1516
|
+
PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTabs, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1517
1517
|
PTabs = __decorate$a([
|
|
1518
1518
|
ProxyCmp({
|
|
1519
1519
|
inputs: inputs$9
|
|
1520
1520
|
})
|
|
1521
1521
|
], PTabs);
|
|
1522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabs, decorators: [{
|
|
1523
1523
|
type: Component,
|
|
1524
1524
|
args: [{
|
|
1525
1525
|
selector: 'p-tabs,[p-tabs]',
|
|
@@ -1550,14 +1550,14 @@ let PTabsBar = class PTabsBar {
|
|
|
1550
1550
|
proxyOutputs(this, outputs$1);
|
|
1551
1551
|
}
|
|
1552
1552
|
};
|
|
1553
|
-
PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1554
|
-
PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1553
|
+
PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabsBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1554
|
+
PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTabsBar, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1555
1555
|
PTabsBar = __decorate$9([
|
|
1556
1556
|
ProxyCmp({
|
|
1557
1557
|
inputs: inputs$8
|
|
1558
1558
|
})
|
|
1559
1559
|
], PTabsBar);
|
|
1560
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1560
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabsBar, decorators: [{
|
|
1561
1561
|
type: Component,
|
|
1562
1562
|
args: [{
|
|
1563
1563
|
selector: 'p-tabs-bar,[p-tabs-bar]',
|
|
@@ -1586,14 +1586,14 @@ let PTabsItem = class PTabsItem {
|
|
|
1586
1586
|
this.el = r.nativeElement;
|
|
1587
1587
|
}
|
|
1588
1588
|
};
|
|
1589
|
-
PTabsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1590
|
-
PTabsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1589
|
+
PTabsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1590
|
+
PTabsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
1591
1591
|
PTabsItem = __decorate$8([
|
|
1592
1592
|
ProxyCmp({
|
|
1593
1593
|
inputs: inputs$7
|
|
1594
1594
|
})
|
|
1595
1595
|
], PTabsItem);
|
|
1596
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1596
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabsItem, decorators: [{
|
|
1597
1597
|
type: Component,
|
|
1598
1598
|
args: [{
|
|
1599
1599
|
selector: 'p-tabs-item,[p-tabs-item]',
|
|
@@ -1621,14 +1621,14 @@ let PTag = class PTag {
|
|
|
1621
1621
|
this.el = r.nativeElement;
|
|
1622
1622
|
}
|
|
1623
1623
|
};
|
|
1624
|
-
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1625
|
-
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1624
|
+
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1625
|
+
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
1626
1626
|
PTag = __decorate$7([
|
|
1627
1627
|
ProxyCmp({
|
|
1628
1628
|
inputs: inputs$6
|
|
1629
1629
|
})
|
|
1630
1630
|
], PTag);
|
|
1631
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1631
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTag, decorators: [{
|
|
1632
1632
|
type: Component,
|
|
1633
1633
|
args: [{
|
|
1634
1634
|
selector: 'p-tag,[p-tag]',
|
|
@@ -1656,14 +1656,14 @@ let PTagDismissible = class PTagDismissible {
|
|
|
1656
1656
|
this.el = r.nativeElement;
|
|
1657
1657
|
}
|
|
1658
1658
|
};
|
|
1659
|
-
PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1660
|
-
PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1659
|
+
PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTagDismissible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1660
|
+
PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTagDismissible, selector: "p-tag-dismissible,[p-tag-dismissible]", inputs: { aria: "aria", color: "color", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1661
1661
|
PTagDismissible = __decorate$6([
|
|
1662
1662
|
ProxyCmp({
|
|
1663
1663
|
inputs: inputs$5
|
|
1664
1664
|
})
|
|
1665
1665
|
], PTagDismissible);
|
|
1666
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTagDismissible, decorators: [{
|
|
1667
1667
|
type: Component,
|
|
1668
1668
|
args: [{
|
|
1669
1669
|
selector: 'p-tag-dismissible,[p-tag-dismissible]',
|
|
@@ -1691,14 +1691,14 @@ let PText = class PText {
|
|
|
1691
1691
|
this.el = r.nativeElement;
|
|
1692
1692
|
}
|
|
1693
1693
|
};
|
|
1694
|
-
PText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1695
|
-
PText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1694
|
+
PText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1695
|
+
PText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
1696
1696
|
PText = __decorate$5([
|
|
1697
1697
|
ProxyCmp({
|
|
1698
1698
|
inputs: inputs$4
|
|
1699
1699
|
})
|
|
1700
1700
|
], PText);
|
|
1701
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PText, decorators: [{
|
|
1702
1702
|
type: Component,
|
|
1703
1703
|
args: [{
|
|
1704
1704
|
selector: 'p-text,[p-text]',
|
|
@@ -1728,14 +1728,14 @@ let PTextFieldWrapper = class PTextFieldWrapper {
|
|
|
1728
1728
|
proxyOutputs(this, outputs);
|
|
1729
1729
|
}
|
|
1730
1730
|
};
|
|
1731
|
-
PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1732
|
-
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1731
|
+
PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextFieldWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1732
|
+
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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", state: "state", unit: "unit", unitPosition: "unitPosition" }, outputs: { action: "action" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1733
1733
|
PTextFieldWrapper = __decorate$4([
|
|
1734
1734
|
ProxyCmp({
|
|
1735
1735
|
inputs: inputs$3
|
|
1736
1736
|
})
|
|
1737
1737
|
], PTextFieldWrapper);
|
|
1738
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextFieldWrapper, decorators: [{
|
|
1739
1739
|
type: Component,
|
|
1740
1740
|
args: [{
|
|
1741
1741
|
selector: 'p-text-field-wrapper,[p-text-field-wrapper]',
|
|
@@ -1764,14 +1764,14 @@ let PTextList = class PTextList {
|
|
|
1764
1764
|
this.el = r.nativeElement;
|
|
1765
1765
|
}
|
|
1766
1766
|
};
|
|
1767
|
-
PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1768
|
-
PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1767
|
+
PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1768
|
+
PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTextList, selector: "p-text-list,[p-text-list]", inputs: { listType: "listType", orderType: "orderType", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1769
1769
|
PTextList = __decorate$3([
|
|
1770
1770
|
ProxyCmp({
|
|
1771
1771
|
inputs: inputs$2
|
|
1772
1772
|
})
|
|
1773
1773
|
], PTextList);
|
|
1774
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextList, decorators: [{
|
|
1775
1775
|
type: Component,
|
|
1776
1776
|
args: [{
|
|
1777
1777
|
selector: 'p-text-list,[p-text-list]',
|
|
@@ -1798,12 +1798,12 @@ let PTextListItem = class PTextListItem {
|
|
|
1798
1798
|
this.el = r.nativeElement;
|
|
1799
1799
|
}
|
|
1800
1800
|
};
|
|
1801
|
-
PTextListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1802
|
-
PTextListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1801
|
+
PTextListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1802
|
+
PTextListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTextListItem, selector: "p-text-list-item,[p-text-list-item]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1803
1803
|
PTextListItem = __decorate$2([
|
|
1804
1804
|
ProxyCmp({})
|
|
1805
1805
|
], PTextListItem);
|
|
1806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1806
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextListItem, decorators: [{
|
|
1807
1807
|
type: Component,
|
|
1808
1808
|
args: [{
|
|
1809
1809
|
selector: 'p-text-list-item,[p-text-list-item]',
|
|
@@ -1830,14 +1830,14 @@ let PTextareaWrapper = class PTextareaWrapper {
|
|
|
1830
1830
|
this.el = r.nativeElement;
|
|
1831
1831
|
}
|
|
1832
1832
|
};
|
|
1833
|
-
PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1834
|
-
PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1833
|
+
PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextareaWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1834
|
+
PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTextareaWrapper, selector: "p-textarea-wrapper,[p-textarea-wrapper]", inputs: { description: "description", hideLabel: "hideLabel", label: "label", message: "message", showCharacterCount: "showCharacterCount", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1835
1835
|
PTextareaWrapper = __decorate$1([
|
|
1836
1836
|
ProxyCmp({
|
|
1837
1837
|
inputs: inputs$1
|
|
1838
1838
|
})
|
|
1839
1839
|
], PTextareaWrapper);
|
|
1840
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextareaWrapper, decorators: [{
|
|
1841
1841
|
type: Component,
|
|
1842
1842
|
args: [{
|
|
1843
1843
|
selector: 'p-textarea-wrapper,[p-textarea-wrapper]',
|
|
@@ -1865,14 +1865,14 @@ let PToast = class PToast {
|
|
|
1865
1865
|
this.el = r.nativeElement;
|
|
1866
1866
|
}
|
|
1867
1867
|
};
|
|
1868
|
-
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1869
|
-
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
1868
|
+
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1869
|
+
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PToast, selector: "p-toast,[p-toast]", inputs: { theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1870
1870
|
PToast = __decorate([
|
|
1871
1871
|
ProxyCmp({
|
|
1872
1872
|
inputs
|
|
1873
1873
|
})
|
|
1874
1874
|
], PToast);
|
|
1875
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1875
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PToast, decorators: [{
|
|
1876
1876
|
type: Component,
|
|
1877
1877
|
args: [{
|
|
1878
1878
|
selector: 'p-toast,[p-toast]',
|
|
@@ -1960,10 +1960,10 @@ class PorscheDesignSystemModule {
|
|
|
1960
1960
|
};
|
|
1961
1961
|
}
|
|
1962
1962
|
}
|
|
1963
|
-
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1964
|
-
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
1965
|
-
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
1966
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1963
|
+
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1964
|
+
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast] });
|
|
1965
|
+
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule });
|
|
1966
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
1967
1967
|
type: NgModule,
|
|
1968
1968
|
args: [{
|
|
1969
1969
|
declarations: DECLARATIONS,
|
|
@@ -1981,9 +1981,9 @@ class ToastManager {
|
|
|
1981
1981
|
customElements.whenDefined(toast.tagName.toLowerCase()).then(() => toast.addMessage(message));
|
|
1982
1982
|
}
|
|
1983
1983
|
}
|
|
1984
|
-
ToastManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
1985
|
-
ToastManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
1986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
1984
|
+
ToastManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToastManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1985
|
+
ToastManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToastManager, providedIn: 'root' });
|
|
1986
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToastManager, decorators: [{
|
|
1987
1987
|
type: Injectable,
|
|
1988
1988
|
args: [{
|
|
1989
1989
|
providedIn: 'root',
|