@porsche-design-system/components-angular 2.14.0-rc.0 → 2.15.0-beta.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/components-wrapper.module.mjs +5 -5
- 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.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/divider.wrapper.mjs +4 -4
- package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/flex-item.wrapper.mjs +4 -4
- package/esm2020/lib/components/flex.wrapper.mjs +4 -4
- package/esm2020/lib/components/grid-item.wrapper.mjs +4 -4
- package/esm2020/lib/components/grid.wrapper.mjs +4 -4
- package/esm2020/lib/components/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.wrapper.mjs +4 -4
- package/esm2020/lib/components/marque.wrapper.mjs +4 -4
- package/esm2020/lib/components/modal.wrapper.mjs +4 -4
- package/esm2020/lib/components/pagination.wrapper.mjs +4 -4
- package/esm2020/lib/components/popover.wrapper.mjs +4 -4
- package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +4 -4
- package/esm2020/lib/components/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 +10 -7
- 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/types.mjs +1 -1
- package/esm2020/toast-manager.mjs +4 -4
- package/fesm2015/porsche-design-system-components-angular.mjs +192 -189
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +192 -189
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/{porsche-design-system-components-angular.d.ts → index.d.ts} +0 -0
- package/lib/components/accordion.wrapper.d.ts +1 -1
- package/lib/components/banner.wrapper.d.ts +3 -3
- package/lib/components/button-group.wrapper.d.ts +1 -1
- package/lib/components/button-pure.wrapper.d.ts +1 -1
- package/lib/components/button.wrapper.d.ts +1 -1
- package/lib/components/checkbox-wrapper.wrapper.d.ts +1 -1
- package/lib/components/content-wrapper.wrapper.d.ts +1 -1
- package/lib/components/divider.wrapper.d.ts +1 -1
- package/lib/components/fieldset-wrapper.wrapper.d.ts +1 -1
- package/lib/components/flex-item.wrapper.d.ts +1 -1
- package/lib/components/flex.wrapper.d.ts +1 -1
- package/lib/components/grid-item.wrapper.d.ts +1 -1
- package/lib/components/grid.wrapper.d.ts +1 -1
- package/lib/components/headline.wrapper.d.ts +1 -1
- package/lib/components/icon.wrapper.d.ts +1 -1
- package/lib/components/inline-notification.wrapper.d.ts +1 -1
- package/lib/components/link-pure.wrapper.d.ts +1 -1
- package/lib/components/link-social.wrapper.d.ts +1 -1
- package/lib/components/link.wrapper.d.ts +1 -1
- package/lib/components/marque.wrapper.d.ts +1 -1
- package/lib/components/modal.wrapper.d.ts +1 -1
- package/lib/components/pagination.wrapper.d.ts +1 -1
- package/lib/components/popover.wrapper.d.ts +1 -1
- package/lib/components/radio-button-wrapper.wrapper.d.ts +1 -1
- package/lib/components/segmented-control-item.wrapper.d.ts +1 -1
- package/lib/components/segmented-control.wrapper.d.ts +1 -1
- package/lib/components/select-wrapper.wrapper.d.ts +1 -1
- package/lib/components/spinner.wrapper.d.ts +1 -1
- package/lib/components/stepper-horizontal-item.wrapper.d.ts +1 -1
- package/lib/components/stepper-horizontal.wrapper.d.ts +1 -1
- package/lib/components/switch.wrapper.d.ts +1 -1
- package/lib/components/table-body.wrapper.d.ts +1 -1
- package/lib/components/table-cell.wrapper.d.ts +1 -1
- package/lib/components/table-head-cell.wrapper.d.ts +1 -1
- package/lib/components/table-head-row.wrapper.d.ts +1 -1
- package/lib/components/table-head.wrapper.d.ts +1 -1
- package/lib/components/table-row.wrapper.d.ts +1 -1
- package/lib/components/table.wrapper.d.ts +1 -1
- package/lib/components/tabs-bar.wrapper.d.ts +1 -1
- package/lib/components/tabs-item.wrapper.d.ts +1 -1
- package/lib/components/tabs.wrapper.d.ts +1 -1
- package/lib/components/tag-dismissible.wrapper.d.ts +1 -1
- package/lib/components/tag.wrapper.d.ts +1 -1
- package/lib/components/text-field-wrapper.wrapper.d.ts +6 -3
- package/lib/components/text-list-item.wrapper.d.ts +1 -1
- package/lib/components/text-list.wrapper.d.ts +1 -1
- package/lib/components/text.wrapper.d.ts +3 -3
- package/lib/components/textarea-wrapper.wrapper.d.ts +1 -1
- package/lib/components/toast.wrapper.d.ts +1 -1
- package/lib/types.d.ts +206 -60
- package/package.json +4 -4
|
@@ -45,58 +45,58 @@ function ProxyCmp({ inputs /*, methods*/ }) {
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
const inputs$H = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
|
|
48
|
-
const outputs$
|
|
48
|
+
const outputs$b = ['accordionChange'];
|
|
49
49
|
let PAccordion = class PAccordion {
|
|
50
50
|
constructor(c, r, z) {
|
|
51
51
|
this.z = z;
|
|
52
52
|
c.detach();
|
|
53
53
|
this.el = r.nativeElement;
|
|
54
|
-
proxyOutputs(this, outputs$
|
|
54
|
+
proxyOutputs(this, outputs$b);
|
|
55
55
|
}
|
|
56
56
|
};
|
|
57
|
-
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
58
|
-
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
57
|
+
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
58
|
+
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
59
59
|
PAccordion = __decorate([
|
|
60
60
|
ProxyCmp({
|
|
61
61
|
inputs: inputs$H
|
|
62
62
|
})
|
|
63
63
|
], PAccordion);
|
|
64
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
64
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PAccordion, decorators: [{
|
|
65
65
|
type: Component,
|
|
66
66
|
args: [{
|
|
67
67
|
selector: 'p-accordion,[p-accordion]',
|
|
68
68
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
69
69
|
template: '<ng-content></ng-content>',
|
|
70
70
|
inputs: inputs$H,
|
|
71
|
-
outputs: outputs$
|
|
71
|
+
outputs: outputs$b
|
|
72
72
|
}]
|
|
73
73
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
74
74
|
|
|
75
75
|
const inputs$G = ['persistent', 'state', 'theme', 'width'];
|
|
76
|
-
const outputs$
|
|
76
|
+
const outputs$a = ['dismiss'];
|
|
77
77
|
let PBanner = class PBanner {
|
|
78
78
|
constructor(c, r, z) {
|
|
79
79
|
this.z = z;
|
|
80
80
|
c.detach();
|
|
81
81
|
this.el = r.nativeElement;
|
|
82
|
-
proxyOutputs(this, outputs$
|
|
82
|
+
proxyOutputs(this, outputs$a);
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
|
-
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
86
|
-
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
85
|
+
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
86
|
+
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
87
87
|
PBanner = __decorate([
|
|
88
88
|
ProxyCmp({
|
|
89
89
|
inputs: inputs$G
|
|
90
90
|
})
|
|
91
91
|
], PBanner);
|
|
92
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
92
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PBanner, decorators: [{
|
|
93
93
|
type: Component,
|
|
94
94
|
args: [{
|
|
95
95
|
selector: 'p-banner,[p-banner]',
|
|
96
96
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
97
97
|
template: '<ng-content></ng-content>',
|
|
98
98
|
inputs: inputs$G,
|
|
99
|
-
outputs: outputs$
|
|
99
|
+
outputs: outputs$a
|
|
100
100
|
}]
|
|
101
101
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
102
102
|
|
|
@@ -108,14 +108,14 @@ let PButton = class PButton {
|
|
|
108
108
|
this.el = r.nativeElement;
|
|
109
109
|
}
|
|
110
110
|
};
|
|
111
|
-
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
112
|
-
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
111
|
+
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
112
|
+
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
113
113
|
PButton = __decorate([
|
|
114
114
|
ProxyCmp({
|
|
115
115
|
inputs: inputs$F
|
|
116
116
|
})
|
|
117
117
|
], PButton);
|
|
118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PButton, decorators: [{
|
|
119
119
|
type: Component,
|
|
120
120
|
args: [{
|
|
121
121
|
selector: 'p-button,[p-button]',
|
|
@@ -133,14 +133,14 @@ let PButtonGroup = class PButtonGroup {
|
|
|
133
133
|
this.el = r.nativeElement;
|
|
134
134
|
}
|
|
135
135
|
};
|
|
136
|
-
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
137
|
-
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
136
|
+
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
137
|
+
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
138
138
|
PButtonGroup = __decorate([
|
|
139
139
|
ProxyCmp({
|
|
140
140
|
inputs: inputs$E
|
|
141
141
|
})
|
|
142
142
|
], PButtonGroup);
|
|
143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PButtonGroup, decorators: [{
|
|
144
144
|
type: Component,
|
|
145
145
|
args: [{
|
|
146
146
|
selector: 'p-button-group,[p-button-group]',
|
|
@@ -158,14 +158,14 @@ let PButtonPure = class PButtonPure {
|
|
|
158
158
|
this.el = r.nativeElement;
|
|
159
159
|
}
|
|
160
160
|
};
|
|
161
|
-
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
162
|
-
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
161
|
+
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PButtonPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
162
|
+
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
163
163
|
PButtonPure = __decorate([
|
|
164
164
|
ProxyCmp({
|
|
165
165
|
inputs: inputs$D
|
|
166
166
|
})
|
|
167
167
|
], PButtonPure);
|
|
168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PButtonPure, decorators: [{
|
|
169
169
|
type: Component,
|
|
170
170
|
args: [{
|
|
171
171
|
selector: 'p-button-pure,[p-button-pure]',
|
|
@@ -183,14 +183,14 @@ let PCheckboxWrapper = class PCheckboxWrapper {
|
|
|
183
183
|
this.el = r.nativeElement;
|
|
184
184
|
}
|
|
185
185
|
};
|
|
186
|
-
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
187
|
-
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
186
|
+
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PCheckboxWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
187
|
+
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
188
188
|
PCheckboxWrapper = __decorate([
|
|
189
189
|
ProxyCmp({
|
|
190
190
|
inputs: inputs$C
|
|
191
191
|
})
|
|
192
192
|
], PCheckboxWrapper);
|
|
193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PCheckboxWrapper, decorators: [{
|
|
194
194
|
type: Component,
|
|
195
195
|
args: [{
|
|
196
196
|
selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
|
|
@@ -208,14 +208,14 @@ let PContentWrapper = class PContentWrapper {
|
|
|
208
208
|
this.el = r.nativeElement;
|
|
209
209
|
}
|
|
210
210
|
};
|
|
211
|
-
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
212
|
-
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
211
|
+
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PContentWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
212
|
+
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
213
213
|
PContentWrapper = __decorate([
|
|
214
214
|
ProxyCmp({
|
|
215
215
|
inputs: inputs$B
|
|
216
216
|
})
|
|
217
217
|
], PContentWrapper);
|
|
218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
219
219
|
type: Component,
|
|
220
220
|
args: [{
|
|
221
221
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
@@ -233,14 +233,14 @@ let PDivider = class PDivider {
|
|
|
233
233
|
this.el = r.nativeElement;
|
|
234
234
|
}
|
|
235
235
|
};
|
|
236
|
-
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
237
|
-
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
236
|
+
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
237
|
+
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
238
238
|
PDivider = __decorate([
|
|
239
239
|
ProxyCmp({
|
|
240
240
|
inputs: inputs$A
|
|
241
241
|
})
|
|
242
242
|
], PDivider);
|
|
243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PDivider, decorators: [{
|
|
244
244
|
type: Component,
|
|
245
245
|
args: [{
|
|
246
246
|
selector: 'p-divider,[p-divider]',
|
|
@@ -258,14 +258,14 @@ let PFieldsetWrapper = class PFieldsetWrapper {
|
|
|
258
258
|
this.el = r.nativeElement;
|
|
259
259
|
}
|
|
260
260
|
};
|
|
261
|
-
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
262
|
-
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
261
|
+
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PFieldsetWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
262
|
+
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
263
263
|
PFieldsetWrapper = __decorate([
|
|
264
264
|
ProxyCmp({
|
|
265
265
|
inputs: inputs$z
|
|
266
266
|
})
|
|
267
267
|
], PFieldsetWrapper);
|
|
268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
269
269
|
type: Component,
|
|
270
270
|
args: [{
|
|
271
271
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
@@ -283,14 +283,14 @@ let PFlex = class PFlex {
|
|
|
283
283
|
this.el = r.nativeElement;
|
|
284
284
|
}
|
|
285
285
|
};
|
|
286
|
-
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
287
|
-
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
286
|
+
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PFlex, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
287
|
+
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
288
288
|
PFlex = __decorate([
|
|
289
289
|
ProxyCmp({
|
|
290
290
|
inputs: inputs$y
|
|
291
291
|
})
|
|
292
292
|
], PFlex);
|
|
293
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
293
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PFlex, decorators: [{
|
|
294
294
|
type: Component,
|
|
295
295
|
args: [{
|
|
296
296
|
selector: 'p-flex,[p-flex]',
|
|
@@ -308,14 +308,14 @@ let PFlexItem = class PFlexItem {
|
|
|
308
308
|
this.el = r.nativeElement;
|
|
309
309
|
}
|
|
310
310
|
};
|
|
311
|
-
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
312
|
-
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
311
|
+
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PFlexItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
312
|
+
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
313
313
|
PFlexItem = __decorate([
|
|
314
314
|
ProxyCmp({
|
|
315
315
|
inputs: inputs$x
|
|
316
316
|
})
|
|
317
317
|
], PFlexItem);
|
|
318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PFlexItem, decorators: [{
|
|
319
319
|
type: Component,
|
|
320
320
|
args: [{
|
|
321
321
|
selector: 'p-flex-item,[p-flex-item]',
|
|
@@ -333,14 +333,14 @@ let PGrid = class PGrid {
|
|
|
333
333
|
this.el = r.nativeElement;
|
|
334
334
|
}
|
|
335
335
|
};
|
|
336
|
-
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
337
|
-
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
336
|
+
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
337
|
+
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
338
338
|
PGrid = __decorate([
|
|
339
339
|
ProxyCmp({
|
|
340
340
|
inputs: inputs$w
|
|
341
341
|
})
|
|
342
342
|
], PGrid);
|
|
343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PGrid, decorators: [{
|
|
344
344
|
type: Component,
|
|
345
345
|
args: [{
|
|
346
346
|
selector: 'p-grid,[p-grid]',
|
|
@@ -358,14 +358,14 @@ let PGridItem = class PGridItem {
|
|
|
358
358
|
this.el = r.nativeElement;
|
|
359
359
|
}
|
|
360
360
|
};
|
|
361
|
-
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
362
|
-
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
361
|
+
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PGridItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
362
|
+
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
363
363
|
PGridItem = __decorate([
|
|
364
364
|
ProxyCmp({
|
|
365
365
|
inputs: inputs$v
|
|
366
366
|
})
|
|
367
367
|
], PGridItem);
|
|
368
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PGridItem, decorators: [{
|
|
369
369
|
type: Component,
|
|
370
370
|
args: [{
|
|
371
371
|
selector: 'p-grid-item,[p-grid-item]',
|
|
@@ -383,14 +383,14 @@ let PHeadline = class PHeadline {
|
|
|
383
383
|
this.el = r.nativeElement;
|
|
384
384
|
}
|
|
385
385
|
};
|
|
386
|
-
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
387
|
-
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
386
|
+
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
387
|
+
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
388
388
|
PHeadline = __decorate([
|
|
389
389
|
ProxyCmp({
|
|
390
390
|
inputs: inputs$u
|
|
391
391
|
})
|
|
392
392
|
], PHeadline);
|
|
393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PHeadline, decorators: [{
|
|
394
394
|
type: Component,
|
|
395
395
|
args: [{
|
|
396
396
|
selector: 'p-headline,[p-headline]',
|
|
@@ -408,14 +408,14 @@ let PIcon = class PIcon {
|
|
|
408
408
|
this.el = r.nativeElement;
|
|
409
409
|
}
|
|
410
410
|
};
|
|
411
|
-
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
412
|
-
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
411
|
+
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
412
|
+
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
413
413
|
PIcon = __decorate([
|
|
414
414
|
ProxyCmp({
|
|
415
415
|
inputs: inputs$t
|
|
416
416
|
})
|
|
417
417
|
], PIcon);
|
|
418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PIcon, decorators: [{
|
|
419
419
|
type: Component,
|
|
420
420
|
args: [{
|
|
421
421
|
selector: 'p-icon,[p-icon]',
|
|
@@ -426,30 +426,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
426
426
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
427
427
|
|
|
428
428
|
const inputs$s = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'heading', 'persistent', 'state', 'theme'];
|
|
429
|
-
const outputs$
|
|
429
|
+
const outputs$9 = ['action', 'dismiss'];
|
|
430
430
|
let PInlineNotification = class PInlineNotification {
|
|
431
431
|
constructor(c, r, z) {
|
|
432
432
|
this.z = z;
|
|
433
433
|
c.detach();
|
|
434
434
|
this.el = r.nativeElement;
|
|
435
|
-
proxyOutputs(this, outputs$
|
|
435
|
+
proxyOutputs(this, outputs$9);
|
|
436
436
|
}
|
|
437
437
|
};
|
|
438
|
-
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
439
|
-
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
438
|
+
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
439
|
+
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
440
440
|
PInlineNotification = __decorate([
|
|
441
441
|
ProxyCmp({
|
|
442
442
|
inputs: inputs$s
|
|
443
443
|
})
|
|
444
444
|
], PInlineNotification);
|
|
445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
446
446
|
type: Component,
|
|
447
447
|
args: [{
|
|
448
448
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
449
449
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
450
450
|
template: '<ng-content></ng-content>',
|
|
451
451
|
inputs: inputs$s,
|
|
452
|
-
outputs: outputs$
|
|
452
|
+
outputs: outputs$9
|
|
453
453
|
}]
|
|
454
454
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
455
455
|
|
|
@@ -461,14 +461,14 @@ let PLink = class PLink {
|
|
|
461
461
|
this.el = r.nativeElement;
|
|
462
462
|
}
|
|
463
463
|
};
|
|
464
|
-
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
465
|
-
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
464
|
+
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
465
|
+
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
466
466
|
PLink = __decorate([
|
|
467
467
|
ProxyCmp({
|
|
468
468
|
inputs: inputs$r
|
|
469
469
|
})
|
|
470
470
|
], PLink);
|
|
471
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PLink, decorators: [{
|
|
472
472
|
type: Component,
|
|
473
473
|
args: [{
|
|
474
474
|
selector: 'p-link,[p-link]',
|
|
@@ -486,14 +486,14 @@ let PLinkPure = class PLinkPure {
|
|
|
486
486
|
this.el = r.nativeElement;
|
|
487
487
|
}
|
|
488
488
|
};
|
|
489
|
-
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
490
|
-
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
489
|
+
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PLinkPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
490
|
+
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
491
491
|
PLinkPure = __decorate([
|
|
492
492
|
ProxyCmp({
|
|
493
493
|
inputs: inputs$q
|
|
494
494
|
})
|
|
495
495
|
], PLinkPure);
|
|
496
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PLinkPure, decorators: [{
|
|
497
497
|
type: Component,
|
|
498
498
|
args: [{
|
|
499
499
|
selector: 'p-link-pure,[p-link-pure]',
|
|
@@ -511,14 +511,14 @@ let PLinkSocial = class PLinkSocial {
|
|
|
511
511
|
this.el = r.nativeElement;
|
|
512
512
|
}
|
|
513
513
|
};
|
|
514
|
-
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
515
|
-
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
514
|
+
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PLinkSocial, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
515
|
+
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
516
516
|
PLinkSocial = __decorate([
|
|
517
517
|
ProxyCmp({
|
|
518
518
|
inputs: inputs$p
|
|
519
519
|
})
|
|
520
520
|
], PLinkSocial);
|
|
521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PLinkSocial, decorators: [{
|
|
522
522
|
type: Component,
|
|
523
523
|
args: [{
|
|
524
524
|
selector: 'p-link-social,[p-link-social]',
|
|
@@ -536,14 +536,14 @@ let PMarque = class PMarque {
|
|
|
536
536
|
this.el = r.nativeElement;
|
|
537
537
|
}
|
|
538
538
|
};
|
|
539
|
-
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
540
|
-
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
539
|
+
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PMarque, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
540
|
+
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
541
541
|
PMarque = __decorate([
|
|
542
542
|
ProxyCmp({
|
|
543
543
|
inputs: inputs$o
|
|
544
544
|
})
|
|
545
545
|
], PMarque);
|
|
546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PMarque, decorators: [{
|
|
547
547
|
type: Component,
|
|
548
548
|
args: [{
|
|
549
549
|
selector: 'p-marque,[p-marque]',
|
|
@@ -554,58 +554,58 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
554
554
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
555
555
|
|
|
556
556
|
const inputs$n = ['aria', 'disableBackdropClick', 'disableCloseButton', 'fullscreen', 'heading', 'open'];
|
|
557
|
-
const outputs$
|
|
557
|
+
const outputs$8 = ['close'];
|
|
558
558
|
let PModal = class PModal {
|
|
559
559
|
constructor(c, r, z) {
|
|
560
560
|
this.z = z;
|
|
561
561
|
c.detach();
|
|
562
562
|
this.el = r.nativeElement;
|
|
563
|
-
proxyOutputs(this, outputs$
|
|
563
|
+
proxyOutputs(this, outputs$8);
|
|
564
564
|
}
|
|
565
565
|
};
|
|
566
|
-
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
567
|
-
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
566
|
+
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
567
|
+
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
568
568
|
PModal = __decorate([
|
|
569
569
|
ProxyCmp({
|
|
570
570
|
inputs: inputs$n
|
|
571
571
|
})
|
|
572
572
|
], PModal);
|
|
573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PModal, decorators: [{
|
|
574
574
|
type: Component,
|
|
575
575
|
args: [{
|
|
576
576
|
selector: 'p-modal,[p-modal]',
|
|
577
577
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
578
578
|
template: '<ng-content></ng-content>',
|
|
579
579
|
inputs: inputs$n,
|
|
580
|
-
outputs: outputs$
|
|
580
|
+
outputs: outputs$8
|
|
581
581
|
}]
|
|
582
582
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
583
583
|
|
|
584
584
|
const inputs$m = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'itemsPerPage', 'maxNumberOfPageLinks', 'theme', 'totalItemsCount'];
|
|
585
|
-
const outputs$
|
|
585
|
+
const outputs$7 = ['pageChange'];
|
|
586
586
|
let PPagination = class PPagination {
|
|
587
587
|
constructor(c, r, z) {
|
|
588
588
|
this.z = z;
|
|
589
589
|
c.detach();
|
|
590
590
|
this.el = r.nativeElement;
|
|
591
|
-
proxyOutputs(this, outputs$
|
|
591
|
+
proxyOutputs(this, outputs$7);
|
|
592
592
|
}
|
|
593
593
|
};
|
|
594
|
-
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
595
|
-
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
594
|
+
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
595
|
+
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
596
596
|
PPagination = __decorate([
|
|
597
597
|
ProxyCmp({
|
|
598
598
|
inputs: inputs$m
|
|
599
599
|
})
|
|
600
600
|
], PPagination);
|
|
601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PPagination, decorators: [{
|
|
602
602
|
type: Component,
|
|
603
603
|
args: [{
|
|
604
604
|
selector: 'p-pagination,[p-pagination]',
|
|
605
605
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
606
606
|
template: '<ng-content></ng-content>',
|
|
607
607
|
inputs: inputs$m,
|
|
608
|
-
outputs: outputs$
|
|
608
|
+
outputs: outputs$7
|
|
609
609
|
}]
|
|
610
610
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
611
611
|
|
|
@@ -617,14 +617,14 @@ let PPopover = class PPopover {
|
|
|
617
617
|
this.el = r.nativeElement;
|
|
618
618
|
}
|
|
619
619
|
};
|
|
620
|
-
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
621
|
-
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
620
|
+
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
621
|
+
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
622
622
|
PPopover = __decorate([
|
|
623
623
|
ProxyCmp({
|
|
624
624
|
inputs: inputs$l
|
|
625
625
|
})
|
|
626
626
|
], PPopover);
|
|
627
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
627
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PPopover, decorators: [{
|
|
628
628
|
type: Component,
|
|
629
629
|
args: [{
|
|
630
630
|
selector: 'p-popover,[p-popover]',
|
|
@@ -642,14 +642,14 @@ let PRadioButtonWrapper = class PRadioButtonWrapper {
|
|
|
642
642
|
this.el = r.nativeElement;
|
|
643
643
|
}
|
|
644
644
|
};
|
|
645
|
-
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
646
|
-
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
645
|
+
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PRadioButtonWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
646
|
+
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
647
647
|
PRadioButtonWrapper = __decorate([
|
|
648
648
|
ProxyCmp({
|
|
649
649
|
inputs: inputs$k
|
|
650
650
|
})
|
|
651
651
|
], PRadioButtonWrapper);
|
|
652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
652
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PRadioButtonWrapper, decorators: [{
|
|
653
653
|
type: Component,
|
|
654
654
|
args: [{
|
|
655
655
|
selector: 'p-radio-button-wrapper,[p-radio-button-wrapper]',
|
|
@@ -660,30 +660,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
660
660
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
661
661
|
|
|
662
662
|
const inputs$j = ['backgroundColor', 'theme', 'value'];
|
|
663
|
-
const outputs$
|
|
663
|
+
const outputs$6 = ['segmentedControlChange'];
|
|
664
664
|
let PSegmentedControl = class PSegmentedControl {
|
|
665
665
|
constructor(c, r, z) {
|
|
666
666
|
this.z = z;
|
|
667
667
|
c.detach();
|
|
668
668
|
this.el = r.nativeElement;
|
|
669
|
-
proxyOutputs(this, outputs$
|
|
669
|
+
proxyOutputs(this, outputs$6);
|
|
670
670
|
}
|
|
671
671
|
};
|
|
672
|
-
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
673
|
-
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
672
|
+
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
673
|
+
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
674
674
|
PSegmentedControl = __decorate([
|
|
675
675
|
ProxyCmp({
|
|
676
676
|
inputs: inputs$j
|
|
677
677
|
})
|
|
678
678
|
], PSegmentedControl);
|
|
679
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PSegmentedControl, decorators: [{
|
|
680
680
|
type: Component,
|
|
681
681
|
args: [{
|
|
682
682
|
selector: 'p-segmented-control,[p-segmented-control]',
|
|
683
683
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
684
684
|
template: '<ng-content></ng-content>',
|
|
685
685
|
inputs: inputs$j,
|
|
686
|
-
outputs: outputs$
|
|
686
|
+
outputs: outputs$6
|
|
687
687
|
}]
|
|
688
688
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
689
689
|
|
|
@@ -695,14 +695,14 @@ let PSegmentedControlItem = class PSegmentedControlItem {
|
|
|
695
695
|
this.el = r.nativeElement;
|
|
696
696
|
}
|
|
697
697
|
};
|
|
698
|
-
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
699
|
-
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
698
|
+
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PSegmentedControlItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
699
|
+
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
700
700
|
PSegmentedControlItem = __decorate([
|
|
701
701
|
ProxyCmp({
|
|
702
702
|
inputs: inputs$i
|
|
703
703
|
})
|
|
704
704
|
], PSegmentedControlItem);
|
|
705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PSegmentedControlItem, decorators: [{
|
|
706
706
|
type: Component,
|
|
707
707
|
args: [{
|
|
708
708
|
selector: 'p-segmented-control-item,[p-segmented-control-item]',
|
|
@@ -720,14 +720,14 @@ let PSelectWrapper = class PSelectWrapper {
|
|
|
720
720
|
this.el = r.nativeElement;
|
|
721
721
|
}
|
|
722
722
|
};
|
|
723
|
-
PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
724
|
-
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
723
|
+
PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PSelectWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
724
|
+
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
725
725
|
PSelectWrapper = __decorate([
|
|
726
726
|
ProxyCmp({
|
|
727
727
|
inputs: inputs$h
|
|
728
728
|
})
|
|
729
729
|
], PSelectWrapper);
|
|
730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
730
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PSelectWrapper, decorators: [{
|
|
731
731
|
type: Component,
|
|
732
732
|
args: [{
|
|
733
733
|
selector: 'p-select-wrapper,[p-select-wrapper]',
|
|
@@ -745,14 +745,14 @@ let PSpinner = class PSpinner {
|
|
|
745
745
|
this.el = r.nativeElement;
|
|
746
746
|
}
|
|
747
747
|
};
|
|
748
|
-
PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
749
|
-
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
748
|
+
PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
749
|
+
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
750
750
|
PSpinner = __decorate([
|
|
751
751
|
ProxyCmp({
|
|
752
752
|
inputs: inputs$g
|
|
753
753
|
})
|
|
754
754
|
], PSpinner);
|
|
755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
755
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PSpinner, decorators: [{
|
|
756
756
|
type: Component,
|
|
757
757
|
args: [{
|
|
758
758
|
selector: 'p-spinner,[p-spinner]',
|
|
@@ -763,30 +763,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
763
763
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
764
764
|
|
|
765
765
|
const inputs$f = ['theme'];
|
|
766
|
-
const outputs$
|
|
766
|
+
const outputs$5 = ['stepChange'];
|
|
767
767
|
let PStepperHorizontal = class PStepperHorizontal {
|
|
768
768
|
constructor(c, r, z) {
|
|
769
769
|
this.z = z;
|
|
770
770
|
c.detach();
|
|
771
771
|
this.el = r.nativeElement;
|
|
772
|
-
proxyOutputs(this, outputs$
|
|
772
|
+
proxyOutputs(this, outputs$5);
|
|
773
773
|
}
|
|
774
774
|
};
|
|
775
|
-
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
776
|
-
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
775
|
+
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PStepperHorizontal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
776
|
+
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: PStepperHorizontal, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { theme: "theme" }, outputs: { stepChange: "stepChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
777
777
|
PStepperHorizontal = __decorate([
|
|
778
778
|
ProxyCmp({
|
|
779
779
|
inputs: inputs$f
|
|
780
780
|
})
|
|
781
781
|
], PStepperHorizontal);
|
|
782
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
782
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PStepperHorizontal, decorators: [{
|
|
783
783
|
type: Component,
|
|
784
784
|
args: [{
|
|
785
785
|
selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
|
|
786
786
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
787
787
|
template: '<ng-content></ng-content>',
|
|
788
788
|
inputs: inputs$f,
|
|
789
|
-
outputs: outputs$
|
|
789
|
+
outputs: outputs$5
|
|
790
790
|
}]
|
|
791
791
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
792
792
|
|
|
@@ -798,14 +798,14 @@ let PStepperHorizontalItem = class PStepperHorizontalItem {
|
|
|
798
798
|
this.el = r.nativeElement;
|
|
799
799
|
}
|
|
800
800
|
};
|
|
801
|
-
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
802
|
-
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
801
|
+
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PStepperHorizontalItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
802
|
+
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
803
803
|
PStepperHorizontalItem = __decorate([
|
|
804
804
|
ProxyCmp({
|
|
805
805
|
inputs: inputs$e
|
|
806
806
|
})
|
|
807
807
|
], PStepperHorizontalItem);
|
|
808
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
808
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
|
|
809
809
|
type: Component,
|
|
810
810
|
args: [{
|
|
811
811
|
selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
|
|
@@ -816,58 +816,58 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
816
816
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
817
817
|
|
|
818
818
|
const inputs$d = ['alignLabel', 'checked', 'disabled', 'hideLabel', 'loading', 'stretch', 'tabbable', 'theme'];
|
|
819
|
-
const outputs$
|
|
819
|
+
const outputs$4 = ['switchChange'];
|
|
820
820
|
let PSwitch = class PSwitch {
|
|
821
821
|
constructor(c, r, z) {
|
|
822
822
|
this.z = z;
|
|
823
823
|
c.detach();
|
|
824
824
|
this.el = r.nativeElement;
|
|
825
|
-
proxyOutputs(this, outputs$
|
|
825
|
+
proxyOutputs(this, outputs$4);
|
|
826
826
|
}
|
|
827
827
|
};
|
|
828
|
-
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
829
|
-
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
828
|
+
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
829
|
+
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
830
830
|
PSwitch = __decorate([
|
|
831
831
|
ProxyCmp({
|
|
832
832
|
inputs: inputs$d
|
|
833
833
|
})
|
|
834
834
|
], PSwitch);
|
|
835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
835
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PSwitch, decorators: [{
|
|
836
836
|
type: Component,
|
|
837
837
|
args: [{
|
|
838
838
|
selector: 'p-switch,[p-switch]',
|
|
839
839
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
840
840
|
template: '<ng-content></ng-content>',
|
|
841
841
|
inputs: inputs$d,
|
|
842
|
-
outputs: outputs$
|
|
842
|
+
outputs: outputs$4
|
|
843
843
|
}]
|
|
844
844
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
845
845
|
|
|
846
846
|
const inputs$c = ['caption'];
|
|
847
|
-
const outputs$
|
|
847
|
+
const outputs$3 = ['sortingChange'];
|
|
848
848
|
let PTable = class PTable {
|
|
849
849
|
constructor(c, r, z) {
|
|
850
850
|
this.z = z;
|
|
851
851
|
c.detach();
|
|
852
852
|
this.el = r.nativeElement;
|
|
853
|
-
proxyOutputs(this, outputs$
|
|
853
|
+
proxyOutputs(this, outputs$3);
|
|
854
854
|
}
|
|
855
855
|
};
|
|
856
|
-
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
857
|
-
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
856
|
+
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
857
|
+
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
858
858
|
PTable = __decorate([
|
|
859
859
|
ProxyCmp({
|
|
860
860
|
inputs: inputs$c
|
|
861
861
|
})
|
|
862
862
|
], PTable);
|
|
863
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
863
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTable, decorators: [{
|
|
864
864
|
type: Component,
|
|
865
865
|
args: [{
|
|
866
866
|
selector: 'p-table,[p-table]',
|
|
867
867
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
868
868
|
template: '<ng-content></ng-content>',
|
|
869
869
|
inputs: inputs$c,
|
|
870
|
-
outputs: outputs$
|
|
870
|
+
outputs: outputs$3
|
|
871
871
|
}]
|
|
872
872
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
873
873
|
|
|
@@ -878,12 +878,12 @@ let PTableBody = class PTableBody {
|
|
|
878
878
|
this.el = r.nativeElement;
|
|
879
879
|
}
|
|
880
880
|
};
|
|
881
|
-
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
882
|
-
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
881
|
+
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
882
|
+
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: PTableBody, selector: "p-table-body,[p-table-body]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
883
883
|
PTableBody = __decorate([
|
|
884
884
|
ProxyCmp({})
|
|
885
885
|
], PTableBody);
|
|
886
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTableBody, decorators: [{
|
|
887
887
|
type: Component,
|
|
888
888
|
args: [{
|
|
889
889
|
selector: 'p-table-body,[p-table-body]',
|
|
@@ -900,14 +900,14 @@ let PTableCell = class PTableCell {
|
|
|
900
900
|
this.el = r.nativeElement;
|
|
901
901
|
}
|
|
902
902
|
};
|
|
903
|
-
PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
904
|
-
PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
903
|
+
PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
904
|
+
PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
905
905
|
PTableCell = __decorate([
|
|
906
906
|
ProxyCmp({
|
|
907
907
|
inputs: inputs$b
|
|
908
908
|
})
|
|
909
909
|
], PTableCell);
|
|
910
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
910
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTableCell, decorators: [{
|
|
911
911
|
type: Component,
|
|
912
912
|
args: [{
|
|
913
913
|
selector: 'p-table-cell,[p-table-cell]',
|
|
@@ -924,12 +924,12 @@ let PTableHead = class PTableHead {
|
|
|
924
924
|
this.el = r.nativeElement;
|
|
925
925
|
}
|
|
926
926
|
};
|
|
927
|
-
PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
928
|
-
PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
927
|
+
PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTableHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
928
|
+
PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: PTableHead, selector: "p-table-head,[p-table-head]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
929
929
|
PTableHead = __decorate([
|
|
930
930
|
ProxyCmp({})
|
|
931
931
|
], PTableHead);
|
|
932
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
932
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTableHead, decorators: [{
|
|
933
933
|
type: Component,
|
|
934
934
|
args: [{
|
|
935
935
|
selector: 'p-table-head,[p-table-head]',
|
|
@@ -946,14 +946,14 @@ let PTableHeadCell = class PTableHeadCell {
|
|
|
946
946
|
this.el = r.nativeElement;
|
|
947
947
|
}
|
|
948
948
|
};
|
|
949
|
-
PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
950
|
-
PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
949
|
+
PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTableHeadCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
950
|
+
PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
951
951
|
PTableHeadCell = __decorate([
|
|
952
952
|
ProxyCmp({
|
|
953
953
|
inputs: inputs$a
|
|
954
954
|
})
|
|
955
955
|
], PTableHeadCell);
|
|
956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTableHeadCell, decorators: [{
|
|
957
957
|
type: Component,
|
|
958
958
|
args: [{
|
|
959
959
|
selector: 'p-table-head-cell,[p-table-head-cell]',
|
|
@@ -970,12 +970,12 @@ let PTableHeadRow = class PTableHeadRow {
|
|
|
970
970
|
this.el = r.nativeElement;
|
|
971
971
|
}
|
|
972
972
|
};
|
|
973
|
-
PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
974
|
-
PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
973
|
+
PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTableHeadRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
974
|
+
PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: PTableHeadRow, selector: "p-table-head-row,[p-table-head-row]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
975
975
|
PTableHeadRow = __decorate([
|
|
976
976
|
ProxyCmp({})
|
|
977
977
|
], PTableHeadRow);
|
|
978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTableHeadRow, decorators: [{
|
|
979
979
|
type: Component,
|
|
980
980
|
args: [{
|
|
981
981
|
selector: 'p-table-head-row,[p-table-head-row]',
|
|
@@ -991,12 +991,12 @@ let PTableRow = class PTableRow {
|
|
|
991
991
|
this.el = r.nativeElement;
|
|
992
992
|
}
|
|
993
993
|
};
|
|
994
|
-
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
995
|
-
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
994
|
+
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
995
|
+
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: PTableRow, selector: "p-table-row,[p-table-row]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
996
996
|
PTableRow = __decorate([
|
|
997
997
|
ProxyCmp({})
|
|
998
998
|
], PTableRow);
|
|
999
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
999
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTableRow, decorators: [{
|
|
1000
1000
|
type: Component,
|
|
1001
1001
|
args: [{
|
|
1002
1002
|
selector: 'p-table-row,[p-table-row]',
|
|
@@ -1006,58 +1006,58 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1006
1006
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1007
1007
|
|
|
1008
1008
|
const inputs$9 = ['activeTabIndex', 'gradientColorScheme', 'size', 'theme', 'weight'];
|
|
1009
|
-
const outputs$
|
|
1009
|
+
const outputs$2 = ['tabChange'];
|
|
1010
1010
|
let PTabs = class PTabs {
|
|
1011
1011
|
constructor(c, r, z) {
|
|
1012
1012
|
this.z = z;
|
|
1013
1013
|
c.detach();
|
|
1014
1014
|
this.el = r.nativeElement;
|
|
1015
|
-
proxyOutputs(this, outputs$
|
|
1015
|
+
proxyOutputs(this, outputs$2);
|
|
1016
1016
|
}
|
|
1017
1017
|
};
|
|
1018
|
-
PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1019
|
-
PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1018
|
+
PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1019
|
+
PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
1020
1020
|
PTabs = __decorate([
|
|
1021
1021
|
ProxyCmp({
|
|
1022
1022
|
inputs: inputs$9
|
|
1023
1023
|
})
|
|
1024
1024
|
], PTabs);
|
|
1025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTabs, decorators: [{
|
|
1026
1026
|
type: Component,
|
|
1027
1027
|
args: [{
|
|
1028
1028
|
selector: 'p-tabs,[p-tabs]',
|
|
1029
1029
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1030
1030
|
template: '<ng-content></ng-content>',
|
|
1031
1031
|
inputs: inputs$9,
|
|
1032
|
-
outputs: outputs$
|
|
1032
|
+
outputs: outputs$2
|
|
1033
1033
|
}]
|
|
1034
1034
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1035
1035
|
|
|
1036
1036
|
const inputs$8 = ['activeTabIndex', 'gradientColorScheme', 'size', 'theme', 'weight'];
|
|
1037
|
-
const outputs = ['tabChange'];
|
|
1037
|
+
const outputs$1 = ['tabChange'];
|
|
1038
1038
|
let PTabsBar = class PTabsBar {
|
|
1039
1039
|
constructor(c, r, z) {
|
|
1040
1040
|
this.z = z;
|
|
1041
1041
|
c.detach();
|
|
1042
1042
|
this.el = r.nativeElement;
|
|
1043
|
-
proxyOutputs(this, outputs);
|
|
1043
|
+
proxyOutputs(this, outputs$1);
|
|
1044
1044
|
}
|
|
1045
1045
|
};
|
|
1046
|
-
PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1047
|
-
PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1046
|
+
PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTabsBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1047
|
+
PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
1048
1048
|
PTabsBar = __decorate([
|
|
1049
1049
|
ProxyCmp({
|
|
1050
1050
|
inputs: inputs$8
|
|
1051
1051
|
})
|
|
1052
1052
|
], PTabsBar);
|
|
1053
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1053
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTabsBar, decorators: [{
|
|
1054
1054
|
type: Component,
|
|
1055
1055
|
args: [{
|
|
1056
1056
|
selector: 'p-tabs-bar,[p-tabs-bar]',
|
|
1057
1057
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1058
1058
|
template: '<ng-content></ng-content>',
|
|
1059
1059
|
inputs: inputs$8,
|
|
1060
|
-
outputs
|
|
1060
|
+
outputs: outputs$1
|
|
1061
1061
|
}]
|
|
1062
1062
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1063
1063
|
|
|
@@ -1069,14 +1069,14 @@ let PTabsItem = class PTabsItem {
|
|
|
1069
1069
|
this.el = r.nativeElement;
|
|
1070
1070
|
}
|
|
1071
1071
|
};
|
|
1072
|
-
PTabsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1073
|
-
PTabsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1072
|
+
PTabsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTabsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1073
|
+
PTabsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
1074
1074
|
PTabsItem = __decorate([
|
|
1075
1075
|
ProxyCmp({
|
|
1076
1076
|
inputs: inputs$7
|
|
1077
1077
|
})
|
|
1078
1078
|
], PTabsItem);
|
|
1079
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1079
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTabsItem, decorators: [{
|
|
1080
1080
|
type: Component,
|
|
1081
1081
|
args: [{
|
|
1082
1082
|
selector: 'p-tabs-item,[p-tabs-item]',
|
|
@@ -1094,14 +1094,14 @@ let PTag = class PTag {
|
|
|
1094
1094
|
this.el = r.nativeElement;
|
|
1095
1095
|
}
|
|
1096
1096
|
};
|
|
1097
|
-
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1098
|
-
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1097
|
+
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1098
|
+
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
1099
1099
|
PTag = __decorate([
|
|
1100
1100
|
ProxyCmp({
|
|
1101
1101
|
inputs: inputs$6
|
|
1102
1102
|
})
|
|
1103
1103
|
], PTag);
|
|
1104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTag, decorators: [{
|
|
1105
1105
|
type: Component,
|
|
1106
1106
|
args: [{
|
|
1107
1107
|
selector: 'p-tag,[p-tag]',
|
|
@@ -1119,14 +1119,14 @@ let PTagDismissible = class PTagDismissible {
|
|
|
1119
1119
|
this.el = r.nativeElement;
|
|
1120
1120
|
}
|
|
1121
1121
|
};
|
|
1122
|
-
PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1123
|
-
PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1122
|
+
PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTagDismissible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1123
|
+
PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
1124
1124
|
PTagDismissible = __decorate([
|
|
1125
1125
|
ProxyCmp({
|
|
1126
1126
|
inputs: inputs$5
|
|
1127
1127
|
})
|
|
1128
1128
|
], PTagDismissible);
|
|
1129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTagDismissible, decorators: [{
|
|
1130
1130
|
type: Component,
|
|
1131
1131
|
args: [{
|
|
1132
1132
|
selector: 'p-tag-dismissible,[p-tag-dismissible]',
|
|
@@ -1144,14 +1144,14 @@ let PText = class PText {
|
|
|
1144
1144
|
this.el = r.nativeElement;
|
|
1145
1145
|
}
|
|
1146
1146
|
};
|
|
1147
|
-
PText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1148
|
-
PText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1147
|
+
PText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1148
|
+
PText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
1149
1149
|
PText = __decorate([
|
|
1150
1150
|
ProxyCmp({
|
|
1151
1151
|
inputs: inputs$4
|
|
1152
1152
|
})
|
|
1153
1153
|
], PText);
|
|
1154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PText, decorators: [{
|
|
1155
1155
|
type: Component,
|
|
1156
1156
|
args: [{
|
|
1157
1157
|
selector: 'p-text,[p-text]',
|
|
@@ -1161,28 +1161,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1161
1161
|
}]
|
|
1162
1162
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1163
1163
|
|
|
1164
|
-
const inputs$3 = ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'state', 'unit', 'unitPosition'];
|
|
1164
|
+
const inputs$3 = ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'state', 'unit', 'unitPosition'];
|
|
1165
|
+
const outputs = ['action'];
|
|
1165
1166
|
let PTextFieldWrapper = class PTextFieldWrapper {
|
|
1166
1167
|
constructor(c, r, z) {
|
|
1167
1168
|
this.z = z;
|
|
1168
1169
|
c.detach();
|
|
1169
1170
|
this.el = r.nativeElement;
|
|
1171
|
+
proxyOutputs(this, outputs);
|
|
1170
1172
|
}
|
|
1171
1173
|
};
|
|
1172
|
-
PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1173
|
-
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1174
|
+
PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTextFieldWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1175
|
+
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
1174
1176
|
PTextFieldWrapper = __decorate([
|
|
1175
1177
|
ProxyCmp({
|
|
1176
1178
|
inputs: inputs$3
|
|
1177
1179
|
})
|
|
1178
1180
|
], PTextFieldWrapper);
|
|
1179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTextFieldWrapper, decorators: [{
|
|
1180
1182
|
type: Component,
|
|
1181
1183
|
args: [{
|
|
1182
1184
|
selector: 'p-text-field-wrapper,[p-text-field-wrapper]',
|
|
1183
1185
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1184
1186
|
template: '<ng-content></ng-content>',
|
|
1185
|
-
inputs: inputs$3
|
|
1187
|
+
inputs: inputs$3,
|
|
1188
|
+
outputs
|
|
1186
1189
|
}]
|
|
1187
1190
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1188
1191
|
|
|
@@ -1194,14 +1197,14 @@ let PTextList = class PTextList {
|
|
|
1194
1197
|
this.el = r.nativeElement;
|
|
1195
1198
|
}
|
|
1196
1199
|
};
|
|
1197
|
-
PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1198
|
-
PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1200
|
+
PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTextList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1201
|
+
PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
1199
1202
|
PTextList = __decorate([
|
|
1200
1203
|
ProxyCmp({
|
|
1201
1204
|
inputs: inputs$2
|
|
1202
1205
|
})
|
|
1203
1206
|
], PTextList);
|
|
1204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTextList, decorators: [{
|
|
1205
1208
|
type: Component,
|
|
1206
1209
|
args: [{
|
|
1207
1210
|
selector: 'p-text-list,[p-text-list]',
|
|
@@ -1218,12 +1221,12 @@ let PTextListItem = class PTextListItem {
|
|
|
1218
1221
|
this.el = r.nativeElement;
|
|
1219
1222
|
}
|
|
1220
1223
|
};
|
|
1221
|
-
PTextListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1222
|
-
PTextListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1224
|
+
PTextListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTextListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1225
|
+
PTextListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: PTextListItem, selector: "p-text-list-item,[p-text-list-item]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1223
1226
|
PTextListItem = __decorate([
|
|
1224
1227
|
ProxyCmp({})
|
|
1225
1228
|
], PTextListItem);
|
|
1226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTextListItem, decorators: [{
|
|
1227
1230
|
type: Component,
|
|
1228
1231
|
args: [{
|
|
1229
1232
|
selector: 'p-text-list-item,[p-text-list-item]',
|
|
@@ -1240,14 +1243,14 @@ let PTextareaWrapper = class PTextareaWrapper {
|
|
|
1240
1243
|
this.el = r.nativeElement;
|
|
1241
1244
|
}
|
|
1242
1245
|
};
|
|
1243
|
-
PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1244
|
-
PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1246
|
+
PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTextareaWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1247
|
+
PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", 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 });
|
|
1245
1248
|
PTextareaWrapper = __decorate([
|
|
1246
1249
|
ProxyCmp({
|
|
1247
1250
|
inputs: inputs$1
|
|
1248
1251
|
})
|
|
1249
1252
|
], PTextareaWrapper);
|
|
1250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1253
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PTextareaWrapper, decorators: [{
|
|
1251
1254
|
type: Component,
|
|
1252
1255
|
args: [{
|
|
1253
1256
|
selector: 'p-textarea-wrapper,[p-textarea-wrapper]',
|
|
@@ -1265,14 +1268,14 @@ let PToast = class PToast {
|
|
|
1265
1268
|
this.el = r.nativeElement;
|
|
1266
1269
|
}
|
|
1267
1270
|
};
|
|
1268
|
-
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1269
|
-
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1271
|
+
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1272
|
+
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: PToast, selector: "p-toast,[p-toast]", inputs: { theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1270
1273
|
PToast = __decorate([
|
|
1271
1274
|
ProxyCmp({
|
|
1272
1275
|
inputs
|
|
1273
1276
|
})
|
|
1274
1277
|
], PToast);
|
|
1275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PToast, decorators: [{
|
|
1276
1279
|
type: Component,
|
|
1277
1280
|
args: [{
|
|
1278
1281
|
selector: 'p-toast,[p-toast]',
|
|
@@ -1360,10 +1363,10 @@ class PorscheDesignSystemModule {
|
|
|
1360
1363
|
};
|
|
1361
1364
|
}
|
|
1362
1365
|
}
|
|
1363
|
-
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1364
|
-
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1365
|
-
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1366
|
+
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1367
|
+
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, 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, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, 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] });
|
|
1368
|
+
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PorscheDesignSystemModule, providers: [{ provide: USES_SKELETONS, useValue: usesSkeletons() }] });
|
|
1369
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
1367
1370
|
type: NgModule,
|
|
1368
1371
|
args: [{
|
|
1369
1372
|
declarations: DECLARATIONS,
|
|
@@ -1380,9 +1383,9 @@ class ToastManager {
|
|
|
1380
1383
|
customElements.whenDefined(toast.tagName.toLowerCase()).then(() => toast.addMessage(message));
|
|
1381
1384
|
}
|
|
1382
1385
|
}
|
|
1383
|
-
ToastManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1384
|
-
ToastManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1386
|
+
ToastManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: ToastManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1387
|
+
ToastManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: ToastManager, providedIn: 'root' });
|
|
1388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: ToastManager, decorators: [{
|
|
1386
1389
|
type: Injectable,
|
|
1387
1390
|
args: [{
|
|
1388
1391
|
providedIn: 'root',
|