@porsche-design-system/components-angular 3.6.1 → 3.7.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/esm/lib/components/barrel.d.ts +5 -1
- package/esm/lib/components/multi-select-option.wrapper.d.ts +11 -0
- package/esm/lib/components/multi-select.wrapper.d.ts +22 -0
- package/esm/lib/types.d.ts +12 -0
- package/esm/porsche-design-system.module.d.ts +33 -31
- package/esm2020/lib/components/barrel.mjs +7 -1
- package/esm2020/lib/components/multi-select-option.wrapper.mjs +35 -0
- package/esm2020/lib/components/multi-select.wrapper.mjs +38 -0
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +34 -32
- package/fesm2015/porsche-design-system-components-angular.mjs +249 -174
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +241 -174
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -43,27 +43,27 @@ function ProxyCmp({ inputs /*, methods*/ }) {
|
|
|
43
43
|
};
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
var __decorate$
|
|
46
|
+
var __decorate$_ = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
47
47
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
48
48
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
49
49
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
50
50
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
51
51
|
};
|
|
52
|
-
const inputs$
|
|
53
|
-
const outputs$
|
|
52
|
+
const inputs$V = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
|
|
53
|
+
const outputs$e = ['accordionChange', 'update'];
|
|
54
54
|
let PAccordion = class PAccordion {
|
|
55
55
|
constructor(c, r, z) {
|
|
56
56
|
this.z = z;
|
|
57
57
|
c.detach();
|
|
58
58
|
this.el = r.nativeElement;
|
|
59
|
-
proxyOutputs(this, outputs$
|
|
59
|
+
proxyOutputs(this, outputs$e);
|
|
60
60
|
}
|
|
61
61
|
};
|
|
62
62
|
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
63
63
|
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
64
|
-
PAccordion = __decorate$
|
|
64
|
+
PAccordion = __decorate$_([
|
|
65
65
|
ProxyCmp({
|
|
66
|
-
inputs: inputs$
|
|
66
|
+
inputs: inputs$V
|
|
67
67
|
})
|
|
68
68
|
], PAccordion);
|
|
69
69
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PAccordion, decorators: [{
|
|
@@ -72,32 +72,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
72
72
|
selector: 'p-accordion,[p-accordion]',
|
|
73
73
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
74
74
|
template: '<ng-content></ng-content>',
|
|
75
|
-
inputs: inputs$
|
|
76
|
-
outputs: outputs$
|
|
75
|
+
inputs: inputs$V,
|
|
76
|
+
outputs: outputs$e
|
|
77
77
|
}]
|
|
78
78
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
79
79
|
|
|
80
|
-
var __decorate$
|
|
80
|
+
var __decorate$Z = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
81
81
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
82
82
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
83
83
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
84
84
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
85
85
|
};
|
|
86
|
-
const inputs$
|
|
87
|
-
const outputs$
|
|
86
|
+
const inputs$U = ['description', 'dismissButton', 'heading', 'open', 'persistent', 'state', 'theme', 'width'];
|
|
87
|
+
const outputs$d = ['dismiss'];
|
|
88
88
|
let PBanner = class PBanner {
|
|
89
89
|
constructor(c, r, z) {
|
|
90
90
|
this.z = z;
|
|
91
91
|
c.detach();
|
|
92
92
|
this.el = r.nativeElement;
|
|
93
|
-
proxyOutputs(this, outputs$
|
|
93
|
+
proxyOutputs(this, outputs$d);
|
|
94
94
|
}
|
|
95
95
|
};
|
|
96
96
|
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
97
97
|
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PBanner, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", open: "open", persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
98
|
-
PBanner = __decorate$
|
|
98
|
+
PBanner = __decorate$Z([
|
|
99
99
|
ProxyCmp({
|
|
100
|
-
inputs: inputs$
|
|
100
|
+
inputs: inputs$U
|
|
101
101
|
})
|
|
102
102
|
], PBanner);
|
|
103
103
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PBanner, decorators: [{
|
|
@@ -106,18 +106,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
106
106
|
selector: 'p-banner,[p-banner]',
|
|
107
107
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
108
108
|
template: '<ng-content></ng-content>',
|
|
109
|
-
inputs: inputs$
|
|
110
|
-
outputs: outputs$
|
|
109
|
+
inputs: inputs$U,
|
|
110
|
+
outputs: outputs$d
|
|
111
111
|
}]
|
|
112
112
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
113
113
|
|
|
114
|
-
var __decorate$
|
|
114
|
+
var __decorate$Y = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
115
115
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
116
116
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
117
117
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
118
118
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
119
119
|
};
|
|
120
|
-
const inputs$
|
|
120
|
+
const inputs$T = ['aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'theme', 'type', 'variant'];
|
|
121
121
|
let PButton = class PButton {
|
|
122
122
|
constructor(c, r, z) {
|
|
123
123
|
this.z = z;
|
|
@@ -127,9 +127,9 @@ let PButton = class PButton {
|
|
|
127
127
|
};
|
|
128
128
|
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
129
129
|
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PButton, selector: "p-button,[p-button]", inputs: { aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", theme: "theme", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
130
|
-
PButton = __decorate$
|
|
130
|
+
PButton = __decorate$Y([
|
|
131
131
|
ProxyCmp({
|
|
132
|
-
inputs: inputs$
|
|
132
|
+
inputs: inputs$T
|
|
133
133
|
})
|
|
134
134
|
], PButton);
|
|
135
135
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButton, decorators: [{
|
|
@@ -138,17 +138,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
138
138
|
selector: 'p-button,[p-button]',
|
|
139
139
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
140
140
|
template: '<ng-content></ng-content>',
|
|
141
|
-
inputs: inputs$
|
|
141
|
+
inputs: inputs$T
|
|
142
142
|
}]
|
|
143
143
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
144
144
|
|
|
145
|
-
var __decorate$
|
|
145
|
+
var __decorate$X = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
146
146
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
147
147
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
148
148
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
149
149
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
150
150
|
};
|
|
151
|
-
const inputs$
|
|
151
|
+
const inputs$S = ['direction'];
|
|
152
152
|
let PButtonGroup = class PButtonGroup {
|
|
153
153
|
constructor(c, r, z) {
|
|
154
154
|
this.z = z;
|
|
@@ -158,9 +158,9 @@ let PButtonGroup = class PButtonGroup {
|
|
|
158
158
|
};
|
|
159
159
|
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
160
160
|
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PButtonGroup, selector: "p-button-group,[p-button-group]", inputs: { direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
161
|
-
PButtonGroup = __decorate$
|
|
161
|
+
PButtonGroup = __decorate$X([
|
|
162
162
|
ProxyCmp({
|
|
163
|
-
inputs: inputs$
|
|
163
|
+
inputs: inputs$S
|
|
164
164
|
})
|
|
165
165
|
], PButtonGroup);
|
|
166
166
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonGroup, decorators: [{
|
|
@@ -169,17 +169,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
169
169
|
selector: 'p-button-group,[p-button-group]',
|
|
170
170
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
171
171
|
template: '<ng-content></ng-content>',
|
|
172
|
-
inputs: inputs$
|
|
172
|
+
inputs: inputs$S
|
|
173
173
|
}]
|
|
174
174
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
175
175
|
|
|
176
|
-
var __decorate$
|
|
176
|
+
var __decorate$W = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
177
177
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
178
178
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
179
179
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
180
180
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
181
181
|
};
|
|
182
|
-
const inputs$
|
|
182
|
+
const inputs$R = ['active', 'alignLabel', 'aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'size', 'stretch', 'theme', 'type', 'weight'];
|
|
183
183
|
let PButtonPure = class PButtonPure {
|
|
184
184
|
constructor(c, r, z) {
|
|
185
185
|
this.z = z;
|
|
@@ -189,9 +189,9 @@ let PButtonPure = class PButtonPure {
|
|
|
189
189
|
};
|
|
190
190
|
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
191
191
|
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PButtonPure, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", size: "size", stretch: "stretch", theme: "theme", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
192
|
-
PButtonPure = __decorate$
|
|
192
|
+
PButtonPure = __decorate$W([
|
|
193
193
|
ProxyCmp({
|
|
194
|
-
inputs: inputs$
|
|
194
|
+
inputs: inputs$R
|
|
195
195
|
})
|
|
196
196
|
], PButtonPure);
|
|
197
197
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonPure, decorators: [{
|
|
@@ -200,17 +200,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
200
200
|
selector: 'p-button-pure,[p-button-pure]',
|
|
201
201
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
202
202
|
template: '<ng-content></ng-content>',
|
|
203
|
-
inputs: inputs$
|
|
203
|
+
inputs: inputs$R
|
|
204
204
|
}]
|
|
205
205
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
206
206
|
|
|
207
|
-
var __decorate$
|
|
207
|
+
var __decorate$V = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
208
208
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
209
209
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
210
210
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
211
211
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
212
212
|
};
|
|
213
|
-
const inputs$
|
|
213
|
+
const inputs$Q = ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'disabled', 'gradient', 'icon', 'iconSource', 'label', 'loading', 'size', 'type', 'weight'];
|
|
214
214
|
let PButtonTile = class PButtonTile {
|
|
215
215
|
constructor(c, r, z) {
|
|
216
216
|
this.z = z;
|
|
@@ -220,9 +220,9 @@ let PButtonTile = class PButtonTile {
|
|
|
220
220
|
};
|
|
221
221
|
PButtonTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
222
222
|
PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PButtonTile, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
223
|
-
PButtonTile = __decorate$
|
|
223
|
+
PButtonTile = __decorate$V([
|
|
224
224
|
ProxyCmp({
|
|
225
|
-
inputs: inputs$
|
|
225
|
+
inputs: inputs$Q
|
|
226
226
|
})
|
|
227
227
|
], PButtonTile);
|
|
228
228
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonTile, decorators: [{
|
|
@@ -231,31 +231,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
231
231
|
selector: 'p-button-tile,[p-button-tile]',
|
|
232
232
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
233
233
|
template: '<ng-content></ng-content>',
|
|
234
|
-
inputs: inputs$
|
|
234
|
+
inputs: inputs$Q
|
|
235
235
|
}]
|
|
236
236
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
237
237
|
|
|
238
|
-
var __decorate$
|
|
238
|
+
var __decorate$U = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
239
239
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
240
240
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
241
241
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
242
242
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
243
243
|
};
|
|
244
|
-
const inputs$
|
|
245
|
-
const outputs$
|
|
244
|
+
const inputs$P = ['activeSlideIndex', 'alignHeader', 'description', 'disablePagination', 'heading', 'intl', 'pagination', 'rewind', 'skipLinkTarget', 'slidesPerPage', 'theme', 'width', 'wrapContent'];
|
|
245
|
+
const outputs$c = ['carouselChange', 'update'];
|
|
246
246
|
let PCarousel = class PCarousel {
|
|
247
247
|
constructor(c, r, z) {
|
|
248
248
|
this.z = z;
|
|
249
249
|
c.detach();
|
|
250
250
|
this.el = r.nativeElement;
|
|
251
|
-
proxyOutputs(this, outputs$
|
|
251
|
+
proxyOutputs(this, outputs$c);
|
|
252
252
|
}
|
|
253
253
|
};
|
|
254
254
|
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
255
255
|
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignHeader: "alignHeader", description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", pagination: "pagination", rewind: "rewind", skipLinkTarget: "skipLinkTarget", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
256
|
-
PCarousel = __decorate$
|
|
256
|
+
PCarousel = __decorate$U([
|
|
257
257
|
ProxyCmp({
|
|
258
|
-
inputs: inputs$
|
|
258
|
+
inputs: inputs$P
|
|
259
259
|
})
|
|
260
260
|
], PCarousel);
|
|
261
261
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCarousel, decorators: [{
|
|
@@ -264,18 +264,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
264
264
|
selector: 'p-carousel,[p-carousel]',
|
|
265
265
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
266
266
|
template: '<ng-content></ng-content>',
|
|
267
|
-
inputs: inputs$
|
|
268
|
-
outputs: outputs$
|
|
267
|
+
inputs: inputs$P,
|
|
268
|
+
outputs: outputs$c
|
|
269
269
|
}]
|
|
270
270
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
271
271
|
|
|
272
|
-
var __decorate$
|
|
272
|
+
var __decorate$T = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
273
273
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
274
274
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
275
275
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
276
276
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
277
277
|
};
|
|
278
|
-
const inputs$
|
|
278
|
+
const inputs$O = ['hideLabel', 'label', 'loading', 'message', 'state', 'theme'];
|
|
279
279
|
let PCheckboxWrapper = class PCheckboxWrapper {
|
|
280
280
|
constructor(c, r, z) {
|
|
281
281
|
this.z = z;
|
|
@@ -285,9 +285,9 @@ let PCheckboxWrapper = class PCheckboxWrapper {
|
|
|
285
285
|
};
|
|
286
286
|
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCheckboxWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
287
287
|
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
288
|
-
PCheckboxWrapper = __decorate$
|
|
288
|
+
PCheckboxWrapper = __decorate$T([
|
|
289
289
|
ProxyCmp({
|
|
290
|
-
inputs: inputs$
|
|
290
|
+
inputs: inputs$O
|
|
291
291
|
})
|
|
292
292
|
], PCheckboxWrapper);
|
|
293
293
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCheckboxWrapper, decorators: [{
|
|
@@ -296,17 +296,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
296
296
|
selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
|
|
297
297
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
298
298
|
template: '<ng-content></ng-content>',
|
|
299
|
-
inputs: inputs$
|
|
299
|
+
inputs: inputs$O
|
|
300
300
|
}]
|
|
301
301
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
302
302
|
|
|
303
|
-
var __decorate$
|
|
303
|
+
var __decorate$S = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
304
304
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
305
305
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
306
306
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
307
307
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
308
308
|
};
|
|
309
|
-
const inputs$
|
|
309
|
+
const inputs$N = ['backgroundColor', 'theme', 'width'];
|
|
310
310
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
311
311
|
let PContentWrapper = class PContentWrapper {
|
|
312
312
|
constructor(c, r, z) {
|
|
@@ -317,9 +317,9 @@ let PContentWrapper = class PContentWrapper {
|
|
|
317
317
|
};
|
|
318
318
|
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PContentWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
319
319
|
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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
|
-
PContentWrapper = __decorate$
|
|
320
|
+
PContentWrapper = __decorate$S([
|
|
321
321
|
ProxyCmp({
|
|
322
|
-
inputs: inputs$
|
|
322
|
+
inputs: inputs$N
|
|
323
323
|
})
|
|
324
324
|
], PContentWrapper);
|
|
325
325
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
@@ -328,17 +328,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
328
328
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
329
329
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
330
330
|
template: '<ng-content></ng-content>',
|
|
331
|
-
inputs: inputs$
|
|
331
|
+
inputs: inputs$N
|
|
332
332
|
}]
|
|
333
333
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
334
334
|
|
|
335
|
-
var __decorate$
|
|
335
|
+
var __decorate$R = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
336
336
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
337
337
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
338
338
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
339
339
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
340
340
|
};
|
|
341
|
-
const inputs$
|
|
341
|
+
const inputs$M = ['aria', 'href', 'target'];
|
|
342
342
|
let PCrest = class PCrest {
|
|
343
343
|
constructor(c, r, z) {
|
|
344
344
|
this.z = z;
|
|
@@ -348,9 +348,9 @@ let PCrest = class PCrest {
|
|
|
348
348
|
};
|
|
349
349
|
PCrest.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCrest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
350
350
|
PCrest.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCrest, selector: "p-crest,[p-crest]", inputs: { aria: "aria", href: "href", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
351
|
-
PCrest = __decorate$
|
|
351
|
+
PCrest = __decorate$R([
|
|
352
352
|
ProxyCmp({
|
|
353
|
-
inputs: inputs$
|
|
353
|
+
inputs: inputs$M
|
|
354
354
|
})
|
|
355
355
|
], PCrest);
|
|
356
356
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCrest, decorators: [{
|
|
@@ -359,17 +359,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
359
359
|
selector: 'p-crest,[p-crest]',
|
|
360
360
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
361
361
|
template: '<ng-content></ng-content>',
|
|
362
|
-
inputs: inputs$
|
|
362
|
+
inputs: inputs$M
|
|
363
363
|
}]
|
|
364
364
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
365
365
|
|
|
366
|
-
var __decorate$
|
|
366
|
+
var __decorate$Q = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
367
367
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
368
368
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
369
369
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
370
370
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
371
371
|
};
|
|
372
|
-
const inputs$
|
|
372
|
+
const inputs$L = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
|
|
373
373
|
let PDisplay = class PDisplay {
|
|
374
374
|
constructor(c, r, z) {
|
|
375
375
|
this.z = z;
|
|
@@ -379,9 +379,9 @@ let PDisplay = class PDisplay {
|
|
|
379
379
|
};
|
|
380
380
|
PDisplay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDisplay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
381
381
|
PDisplay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PDisplay, selector: "p-display,[p-display]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
382
|
-
PDisplay = __decorate$
|
|
382
|
+
PDisplay = __decorate$Q([
|
|
383
383
|
ProxyCmp({
|
|
384
|
-
inputs: inputs$
|
|
384
|
+
inputs: inputs$L
|
|
385
385
|
})
|
|
386
386
|
], PDisplay);
|
|
387
387
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDisplay, decorators: [{
|
|
@@ -390,17 +390,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
390
390
|
selector: 'p-display,[p-display]',
|
|
391
391
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
392
392
|
template: '<ng-content></ng-content>',
|
|
393
|
-
inputs: inputs$
|
|
393
|
+
inputs: inputs$L
|
|
394
394
|
}]
|
|
395
395
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
396
396
|
|
|
397
|
-
var __decorate$
|
|
397
|
+
var __decorate$P = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
398
398
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
399
399
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
400
400
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
401
401
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
402
402
|
};
|
|
403
|
-
const inputs$
|
|
403
|
+
const inputs$K = ['color', 'direction', 'orientation', 'theme'];
|
|
404
404
|
let PDivider = class PDivider {
|
|
405
405
|
constructor(c, r, z) {
|
|
406
406
|
this.z = z;
|
|
@@ -410,9 +410,9 @@ let PDivider = class PDivider {
|
|
|
410
410
|
};
|
|
411
411
|
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
412
412
|
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction", orientation: "orientation", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
413
|
-
PDivider = __decorate$
|
|
413
|
+
PDivider = __decorate$P([
|
|
414
414
|
ProxyCmp({
|
|
415
|
-
inputs: inputs$
|
|
415
|
+
inputs: inputs$K
|
|
416
416
|
})
|
|
417
417
|
], PDivider);
|
|
418
418
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDivider, decorators: [{
|
|
@@ -421,17 +421,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
421
421
|
selector: 'p-divider,[p-divider]',
|
|
422
422
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
423
423
|
template: '<ng-content></ng-content>',
|
|
424
|
-
inputs: inputs$
|
|
424
|
+
inputs: inputs$K
|
|
425
425
|
}]
|
|
426
426
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
427
427
|
|
|
428
|
-
var __decorate$
|
|
428
|
+
var __decorate$O = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
429
429
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
430
430
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
431
431
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
432
432
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
433
433
|
};
|
|
434
|
-
const inputs$
|
|
434
|
+
const inputs$J = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
|
|
435
435
|
let PFieldset = class PFieldset {
|
|
436
436
|
constructor(c, r, z) {
|
|
437
437
|
this.z = z;
|
|
@@ -441,9 +441,9 @@ let PFieldset = class PFieldset {
|
|
|
441
441
|
};
|
|
442
442
|
PFieldset.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFieldset, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
443
443
|
PFieldset.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PFieldset, selector: "p-fieldset,[p-fieldset]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
444
|
-
PFieldset = __decorate$
|
|
444
|
+
PFieldset = __decorate$O([
|
|
445
445
|
ProxyCmp({
|
|
446
|
-
inputs: inputs$
|
|
446
|
+
inputs: inputs$J
|
|
447
447
|
})
|
|
448
448
|
], PFieldset);
|
|
449
449
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFieldset, decorators: [{
|
|
@@ -452,17 +452,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
452
452
|
selector: 'p-fieldset,[p-fieldset]',
|
|
453
453
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
454
454
|
template: '<ng-content></ng-content>',
|
|
455
|
-
inputs: inputs$
|
|
455
|
+
inputs: inputs$J
|
|
456
456
|
}]
|
|
457
457
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
458
458
|
|
|
459
|
-
var __decorate$
|
|
459
|
+
var __decorate$N = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
460
460
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
461
461
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
462
462
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
463
463
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
464
464
|
};
|
|
465
|
-
const inputs$
|
|
465
|
+
const inputs$I = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
|
|
466
466
|
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-fieldset" instead. */
|
|
467
467
|
let PFieldsetWrapper = class PFieldsetWrapper {
|
|
468
468
|
constructor(c, r, z) {
|
|
@@ -473,9 +473,9 @@ let PFieldsetWrapper = class PFieldsetWrapper {
|
|
|
473
473
|
};
|
|
474
474
|
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFieldsetWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
475
475
|
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PFieldsetWrapper, selector: "p-fieldset-wrapper,[p-fieldset-wrapper]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
476
|
-
PFieldsetWrapper = __decorate$
|
|
476
|
+
PFieldsetWrapper = __decorate$N([
|
|
477
477
|
ProxyCmp({
|
|
478
|
-
inputs: inputs$
|
|
478
|
+
inputs: inputs$I
|
|
479
479
|
})
|
|
480
480
|
], PFieldsetWrapper);
|
|
481
481
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
@@ -484,17 +484,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
484
484
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
485
485
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
486
486
|
template: '<ng-content></ng-content>',
|
|
487
|
-
inputs: inputs$
|
|
487
|
+
inputs: inputs$I
|
|
488
488
|
}]
|
|
489
489
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
490
490
|
|
|
491
|
-
var __decorate$
|
|
491
|
+
var __decorate$M = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
492
492
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
493
493
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
494
494
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
495
495
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
496
496
|
};
|
|
497
|
-
const inputs$
|
|
497
|
+
const inputs$H = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
|
|
498
498
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
499
499
|
let PFlex = class PFlex {
|
|
500
500
|
constructor(c, r, z) {
|
|
@@ -505,9 +505,9 @@ let PFlex = class PFlex {
|
|
|
505
505
|
};
|
|
506
506
|
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlex, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
507
507
|
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PFlex, selector: "p-flex,[p-flex]", inputs: { alignContent: "alignContent", alignItems: "alignItems", direction: "direction", inline: "inline", justifyContent: "justifyContent", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
508
|
-
PFlex = __decorate$
|
|
508
|
+
PFlex = __decorate$M([
|
|
509
509
|
ProxyCmp({
|
|
510
|
-
inputs: inputs$
|
|
510
|
+
inputs: inputs$H
|
|
511
511
|
})
|
|
512
512
|
], PFlex);
|
|
513
513
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlex, decorators: [{
|
|
@@ -516,17 +516,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
516
516
|
selector: 'p-flex,[p-flex]',
|
|
517
517
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
518
518
|
template: '<ng-content></ng-content>',
|
|
519
|
-
inputs: inputs$
|
|
519
|
+
inputs: inputs$H
|
|
520
520
|
}]
|
|
521
521
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
522
522
|
|
|
523
|
-
var __decorate$
|
|
523
|
+
var __decorate$L = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
524
524
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
525
525
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
526
526
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
527
527
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
528
528
|
};
|
|
529
|
-
const inputs$
|
|
529
|
+
const inputs$G = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
|
|
530
530
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
531
531
|
let PFlexItem = class PFlexItem {
|
|
532
532
|
constructor(c, r, z) {
|
|
@@ -537,9 +537,9 @@ let PFlexItem = class PFlexItem {
|
|
|
537
537
|
};
|
|
538
538
|
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlexItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
539
539
|
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PFlexItem, selector: "p-flex-item,[p-flex-item]", inputs: { alignSelf: "alignSelf", flex: "flex", grow: "grow", offset: "offset", shrink: "shrink", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
540
|
-
PFlexItem = __decorate$
|
|
540
|
+
PFlexItem = __decorate$L([
|
|
541
541
|
ProxyCmp({
|
|
542
|
-
inputs: inputs$
|
|
542
|
+
inputs: inputs$G
|
|
543
543
|
})
|
|
544
544
|
], PFlexItem);
|
|
545
545
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlexItem, decorators: [{
|
|
@@ -548,31 +548,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
548
548
|
selector: 'p-flex-item,[p-flex-item]',
|
|
549
549
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
550
550
|
template: '<ng-content></ng-content>',
|
|
551
|
-
inputs: inputs$
|
|
551
|
+
inputs: inputs$G
|
|
552
552
|
}]
|
|
553
553
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
554
554
|
|
|
555
|
-
var __decorate$
|
|
555
|
+
var __decorate$K = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
556
556
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
557
557
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
558
558
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
559
559
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
560
560
|
};
|
|
561
|
-
const inputs$
|
|
562
|
-
const outputs$
|
|
561
|
+
const inputs$F = ['aria', 'open', 'position', 'theme'];
|
|
562
|
+
const outputs$b = ['dismiss'];
|
|
563
563
|
let PFlyout = class PFlyout {
|
|
564
564
|
constructor(c, r, z) {
|
|
565
565
|
this.z = z;
|
|
566
566
|
c.detach();
|
|
567
567
|
this.el = r.nativeElement;
|
|
568
|
-
proxyOutputs(this, outputs$
|
|
568
|
+
proxyOutputs(this, outputs$b);
|
|
569
569
|
}
|
|
570
570
|
};
|
|
571
571
|
PFlyout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlyout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
572
572
|
PFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PFlyout, selector: "p-flyout,[p-flyout]", inputs: { aria: "aria", open: "open", position: "position", theme: "theme" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
573
|
-
PFlyout = __decorate$
|
|
573
|
+
PFlyout = __decorate$K([
|
|
574
574
|
ProxyCmp({
|
|
575
|
-
inputs: inputs$
|
|
575
|
+
inputs: inputs$F
|
|
576
576
|
})
|
|
577
577
|
], PFlyout);
|
|
578
578
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlyout, decorators: [{
|
|
@@ -581,18 +581,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
581
581
|
selector: 'p-flyout,[p-flyout]',
|
|
582
582
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
583
583
|
template: '<ng-content></ng-content>',
|
|
584
|
-
inputs: inputs$
|
|
585
|
-
outputs: outputs$
|
|
584
|
+
inputs: inputs$F,
|
|
585
|
+
outputs: outputs$b
|
|
586
586
|
}]
|
|
587
587
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
588
588
|
|
|
589
|
-
var __decorate$
|
|
589
|
+
var __decorate$J = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
590
590
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
591
591
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
592
592
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
593
593
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
594
594
|
};
|
|
595
|
-
const inputs$
|
|
595
|
+
const inputs$E = ['direction', 'gutter', 'wrap'];
|
|
596
596
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
597
597
|
let PGrid = class PGrid {
|
|
598
598
|
constructor(c, r, z) {
|
|
@@ -603,9 +603,9 @@ let PGrid = class PGrid {
|
|
|
603
603
|
};
|
|
604
604
|
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
605
605
|
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PGrid, selector: "p-grid,[p-grid]", inputs: { direction: "direction", gutter: "gutter", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
606
|
-
PGrid = __decorate$
|
|
606
|
+
PGrid = __decorate$J([
|
|
607
607
|
ProxyCmp({
|
|
608
|
-
inputs: inputs$
|
|
608
|
+
inputs: inputs$E
|
|
609
609
|
})
|
|
610
610
|
], PGrid);
|
|
611
611
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PGrid, decorators: [{
|
|
@@ -614,17 +614,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
614
614
|
selector: 'p-grid,[p-grid]',
|
|
615
615
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
616
616
|
template: '<ng-content></ng-content>',
|
|
617
|
-
inputs: inputs$
|
|
617
|
+
inputs: inputs$E
|
|
618
618
|
}]
|
|
619
619
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
620
620
|
|
|
621
|
-
var __decorate$
|
|
621
|
+
var __decorate$I = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
622
622
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
623
623
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
624
624
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
625
625
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
626
626
|
};
|
|
627
|
-
const inputs$
|
|
627
|
+
const inputs$D = ['offset', 'size'];
|
|
628
628
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
629
629
|
let PGridItem = class PGridItem {
|
|
630
630
|
constructor(c, r, z) {
|
|
@@ -635,9 +635,9 @@ let PGridItem = class PGridItem {
|
|
|
635
635
|
};
|
|
636
636
|
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PGridItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
637
637
|
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PGridItem, selector: "p-grid-item,[p-grid-item]", inputs: { offset: "offset", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
638
|
-
PGridItem = __decorate$
|
|
638
|
+
PGridItem = __decorate$I([
|
|
639
639
|
ProxyCmp({
|
|
640
|
-
inputs: inputs$
|
|
640
|
+
inputs: inputs$D
|
|
641
641
|
})
|
|
642
642
|
], PGridItem);
|
|
643
643
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PGridItem, decorators: [{
|
|
@@ -646,17 +646,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
646
646
|
selector: 'p-grid-item,[p-grid-item]',
|
|
647
647
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
648
648
|
template: '<ng-content></ng-content>',
|
|
649
|
-
inputs: inputs$
|
|
649
|
+
inputs: inputs$D
|
|
650
650
|
}]
|
|
651
651
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
652
652
|
|
|
653
|
-
var __decorate$
|
|
653
|
+
var __decorate$H = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
654
654
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
655
655
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
656
656
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
657
657
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
658
658
|
};
|
|
659
|
-
const inputs$
|
|
659
|
+
const inputs$C = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
|
|
660
660
|
let PHeading = class PHeading {
|
|
661
661
|
constructor(c, r, z) {
|
|
662
662
|
this.z = z;
|
|
@@ -666,9 +666,9 @@ let PHeading = class PHeading {
|
|
|
666
666
|
};
|
|
667
667
|
PHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
668
668
|
PHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PHeading, selector: "p-heading,[p-heading]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
669
|
-
PHeading = __decorate$
|
|
669
|
+
PHeading = __decorate$H([
|
|
670
670
|
ProxyCmp({
|
|
671
|
-
inputs: inputs$
|
|
671
|
+
inputs: inputs$C
|
|
672
672
|
})
|
|
673
673
|
], PHeading);
|
|
674
674
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PHeading, decorators: [{
|
|
@@ -677,17 +677,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
677
677
|
selector: 'p-heading,[p-heading]',
|
|
678
678
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
679
679
|
template: '<ng-content></ng-content>',
|
|
680
|
-
inputs: inputs$
|
|
680
|
+
inputs: inputs$C
|
|
681
681
|
}]
|
|
682
682
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
683
683
|
|
|
684
|
-
var __decorate$
|
|
684
|
+
var __decorate$G = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
685
685
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
686
686
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
687
687
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
688
688
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
689
689
|
};
|
|
690
|
-
const inputs$
|
|
690
|
+
const inputs$B = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
|
|
691
691
|
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
|
|
692
692
|
let PHeadline = class PHeadline {
|
|
693
693
|
constructor(c, r, z) {
|
|
@@ -698,9 +698,9 @@ let PHeadline = class PHeadline {
|
|
|
698
698
|
};
|
|
699
699
|
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
700
700
|
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PHeadline, selector: "p-headline,[p-headline]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", tag: "tag", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
701
|
-
PHeadline = __decorate$
|
|
701
|
+
PHeadline = __decorate$G([
|
|
702
702
|
ProxyCmp({
|
|
703
|
-
inputs: inputs$
|
|
703
|
+
inputs: inputs$B
|
|
704
704
|
})
|
|
705
705
|
], PHeadline);
|
|
706
706
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PHeadline, decorators: [{
|
|
@@ -709,17 +709,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
709
709
|
selector: 'p-headline,[p-headline]',
|
|
710
710
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
711
711
|
template: '<ng-content></ng-content>',
|
|
712
|
-
inputs: inputs$
|
|
712
|
+
inputs: inputs$B
|
|
713
713
|
}]
|
|
714
714
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
715
715
|
|
|
716
|
-
var __decorate$
|
|
716
|
+
var __decorate$F = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
717
717
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
718
718
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
719
719
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
720
720
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
721
721
|
};
|
|
722
|
-
const inputs$
|
|
722
|
+
const inputs$A = ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme'];
|
|
723
723
|
let PIcon = class PIcon {
|
|
724
724
|
constructor(c, r, z) {
|
|
725
725
|
this.z = z;
|
|
@@ -729,9 +729,9 @@ let PIcon = class PIcon {
|
|
|
729
729
|
};
|
|
730
730
|
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
731
731
|
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PIcon, selector: "p-icon,[p-icon]", inputs: { aria: "aria", color: "color", lazy: "lazy", name: "name", size: "size", source: "source", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
732
|
-
PIcon = __decorate$
|
|
732
|
+
PIcon = __decorate$F([
|
|
733
733
|
ProxyCmp({
|
|
734
|
-
inputs: inputs$
|
|
734
|
+
inputs: inputs$A
|
|
735
735
|
})
|
|
736
736
|
], PIcon);
|
|
737
737
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PIcon, decorators: [{
|
|
@@ -740,31 +740,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
740
740
|
selector: 'p-icon,[p-icon]',
|
|
741
741
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
742
742
|
template: '<ng-content></ng-content>',
|
|
743
|
-
inputs: inputs$
|
|
743
|
+
inputs: inputs$A
|
|
744
744
|
}]
|
|
745
745
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
746
746
|
|
|
747
|
-
var __decorate$
|
|
747
|
+
var __decorate$E = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
748
748
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
749
749
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
750
750
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
751
751
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
752
752
|
};
|
|
753
|
-
const inputs$
|
|
754
|
-
const outputs$
|
|
753
|
+
const inputs$z = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'dismissButton', 'heading', 'persistent', 'state', 'theme'];
|
|
754
|
+
const outputs$a = ['action', 'dismiss'];
|
|
755
755
|
let PInlineNotification = class PInlineNotification {
|
|
756
756
|
constructor(c, r, z) {
|
|
757
757
|
this.z = z;
|
|
758
758
|
c.detach();
|
|
759
759
|
this.el = r.nativeElement;
|
|
760
|
-
proxyOutputs(this, outputs$
|
|
760
|
+
proxyOutputs(this, outputs$a);
|
|
761
761
|
}
|
|
762
762
|
};
|
|
763
763
|
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
764
764
|
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PInlineNotification, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", dismissButton: "dismissButton", heading: "heading", persistent: "persistent", state: "state", theme: "theme" }, outputs: { action: "action", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
765
|
-
PInlineNotification = __decorate$
|
|
765
|
+
PInlineNotification = __decorate$E([
|
|
766
766
|
ProxyCmp({
|
|
767
|
-
inputs: inputs$
|
|
767
|
+
inputs: inputs$z
|
|
768
768
|
})
|
|
769
769
|
], PInlineNotification);
|
|
770
770
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
@@ -773,18 +773,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
773
773
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
774
774
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
775
775
|
template: '<ng-content></ng-content>',
|
|
776
|
-
inputs: inputs$
|
|
777
|
-
outputs: outputs$
|
|
776
|
+
inputs: inputs$z,
|
|
777
|
+
outputs: outputs$a
|
|
778
778
|
}]
|
|
779
779
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
780
780
|
|
|
781
|
-
var __decorate$
|
|
781
|
+
var __decorate$D = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
782
782
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
783
783
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
784
784
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
785
785
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
786
786
|
};
|
|
787
|
-
const inputs$
|
|
787
|
+
const inputs$y = ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant'];
|
|
788
788
|
let PLink = class PLink {
|
|
789
789
|
constructor(c, r, z) {
|
|
790
790
|
this.z = z;
|
|
@@ -794,9 +794,9 @@ let PLink = class PLink {
|
|
|
794
794
|
};
|
|
795
795
|
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
796
796
|
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLink, selector: "p-link,[p-link]", inputs: { aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
797
|
-
PLink = __decorate$
|
|
797
|
+
PLink = __decorate$D([
|
|
798
798
|
ProxyCmp({
|
|
799
|
-
inputs: inputs$
|
|
799
|
+
inputs: inputs$y
|
|
800
800
|
})
|
|
801
801
|
], PLink);
|
|
802
802
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLink, decorators: [{
|
|
@@ -805,17 +805,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
805
805
|
selector: 'p-link,[p-link]',
|
|
806
806
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
807
807
|
template: '<ng-content></ng-content>',
|
|
808
|
-
inputs: inputs$
|
|
808
|
+
inputs: inputs$y
|
|
809
809
|
}]
|
|
810
810
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
811
811
|
|
|
812
|
-
var __decorate$
|
|
812
|
+
var __decorate$C = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
813
813
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
814
814
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
815
815
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
816
816
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
817
817
|
};
|
|
818
|
-
const inputs$
|
|
818
|
+
const inputs$x = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight'];
|
|
819
819
|
let PLinkPure = class PLinkPure {
|
|
820
820
|
constructor(c, r, z) {
|
|
821
821
|
this.z = z;
|
|
@@ -825,9 +825,9 @@ let PLinkPure = class PLinkPure {
|
|
|
825
825
|
};
|
|
826
826
|
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
827
827
|
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkPure, selector: "p-link-pure,[p-link-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", size: "size", stretch: "stretch", target: "target", theme: "theme", underline: "underline", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
828
|
-
PLinkPure = __decorate$
|
|
828
|
+
PLinkPure = __decorate$C([
|
|
829
829
|
ProxyCmp({
|
|
830
|
-
inputs: inputs$
|
|
830
|
+
inputs: inputs$x
|
|
831
831
|
})
|
|
832
832
|
], PLinkPure);
|
|
833
833
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkPure, decorators: [{
|
|
@@ -836,17 +836,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
836
836
|
selector: 'p-link-pure,[p-link-pure]',
|
|
837
837
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
838
838
|
template: '<ng-content></ng-content>',
|
|
839
|
-
inputs: inputs$
|
|
839
|
+
inputs: inputs$x
|
|
840
840
|
}]
|
|
841
841
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
842
842
|
|
|
843
|
-
var __decorate$
|
|
843
|
+
var __decorate$B = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
844
844
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
845
845
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
846
846
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
847
847
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
848
848
|
};
|
|
849
|
-
const inputs$
|
|
849
|
+
const inputs$w = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
|
|
850
850
|
/** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
|
|
851
851
|
let PLinkSocial = class PLinkSocial {
|
|
852
852
|
constructor(c, r, z) {
|
|
@@ -857,9 +857,9 @@ let PLinkSocial = class PLinkSocial {
|
|
|
857
857
|
};
|
|
858
858
|
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkSocial, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
859
859
|
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkSocial, selector: "p-link-social,[p-link-social]", inputs: { hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
860
|
-
PLinkSocial = __decorate$
|
|
860
|
+
PLinkSocial = __decorate$B([
|
|
861
861
|
ProxyCmp({
|
|
862
|
-
inputs: inputs$
|
|
862
|
+
inputs: inputs$w
|
|
863
863
|
})
|
|
864
864
|
], PLinkSocial);
|
|
865
865
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkSocial, decorators: [{
|
|
@@ -868,17 +868,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
868
868
|
selector: 'p-link-social,[p-link-social]',
|
|
869
869
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
870
870
|
template: '<ng-content></ng-content>',
|
|
871
|
-
inputs: inputs$
|
|
871
|
+
inputs: inputs$w
|
|
872
872
|
}]
|
|
873
873
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
874
874
|
|
|
875
|
-
var __decorate$
|
|
875
|
+
var __decorate$A = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
876
876
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
877
877
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
878
878
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
879
879
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
880
880
|
};
|
|
881
|
-
const inputs$
|
|
881
|
+
const inputs$v = ['align', 'aria', 'aspectRatio', 'background', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight'];
|
|
882
882
|
let PLinkTile = class PLinkTile {
|
|
883
883
|
constructor(c, r, z) {
|
|
884
884
|
this.z = z;
|
|
@@ -888,9 +888,9 @@ let PLinkTile = class PLinkTile {
|
|
|
888
888
|
};
|
|
889
889
|
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
890
890
|
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", background: "background", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
891
|
-
PLinkTile = __decorate$
|
|
891
|
+
PLinkTile = __decorate$A([
|
|
892
892
|
ProxyCmp({
|
|
893
|
-
inputs: inputs$
|
|
893
|
+
inputs: inputs$v
|
|
894
894
|
})
|
|
895
895
|
], PLinkTile);
|
|
896
896
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTile, decorators: [{
|
|
@@ -899,17 +899,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
899
899
|
selector: 'p-link-tile,[p-link-tile]',
|
|
900
900
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
901
901
|
template: '<ng-content></ng-content>',
|
|
902
|
-
inputs: inputs$
|
|
902
|
+
inputs: inputs$v
|
|
903
903
|
}]
|
|
904
904
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
905
905
|
|
|
906
|
-
var __decorate$
|
|
906
|
+
var __decorate$z = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
907
907
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
908
908
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
909
909
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
910
910
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
911
911
|
};
|
|
912
|
-
const inputs$
|
|
912
|
+
const inputs$u = ['aspectRatio', 'description', 'heading', 'headingTag', 'linkDirection', 'model', 'weight'];
|
|
913
913
|
let PLinkTileModelSignature = class PLinkTileModelSignature {
|
|
914
914
|
constructor(c, r, z) {
|
|
915
915
|
this.z = z;
|
|
@@ -919,9 +919,9 @@ let PLinkTileModelSignature = class PLinkTileModelSignature {
|
|
|
919
919
|
};
|
|
920
920
|
PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTileModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
921
921
|
PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkTileModelSignature, selector: "p-link-tile-model-signature,[p-link-tile-model-signature]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", headingTag: "headingTag", linkDirection: "linkDirection", model: "model", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
922
|
-
PLinkTileModelSignature = __decorate$
|
|
922
|
+
PLinkTileModelSignature = __decorate$z([
|
|
923
923
|
ProxyCmp({
|
|
924
|
-
inputs: inputs$
|
|
924
|
+
inputs: inputs$u
|
|
925
925
|
})
|
|
926
926
|
], PLinkTileModelSignature);
|
|
927
927
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTileModelSignature, decorators: [{
|
|
@@ -930,17 +930,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
930
930
|
selector: 'p-link-tile-model-signature,[p-link-tile-model-signature]',
|
|
931
931
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
932
932
|
template: '<ng-content></ng-content>',
|
|
933
|
-
inputs: inputs$
|
|
933
|
+
inputs: inputs$u
|
|
934
934
|
}]
|
|
935
935
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
936
936
|
|
|
937
|
-
var __decorate$
|
|
937
|
+
var __decorate$y = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
938
938
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
939
939
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
940
940
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
941
941
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
942
942
|
};
|
|
943
|
-
const inputs$
|
|
943
|
+
const inputs$t = ['aria', 'href', 'size', 'target', 'trademark', 'variant'];
|
|
944
944
|
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-wordmark" instead. */
|
|
945
945
|
let PMarque = class PMarque {
|
|
946
946
|
constructor(c, r, z) {
|
|
@@ -951,9 +951,9 @@ let PMarque = class PMarque {
|
|
|
951
951
|
};
|
|
952
952
|
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMarque, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
953
953
|
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PMarque, selector: "p-marque,[p-marque]", inputs: { aria: "aria", href: "href", size: "size", target: "target", trademark: "trademark", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
954
|
-
PMarque = __decorate$
|
|
954
|
+
PMarque = __decorate$y([
|
|
955
955
|
ProxyCmp({
|
|
956
|
-
inputs: inputs$
|
|
956
|
+
inputs: inputs$t
|
|
957
957
|
})
|
|
958
958
|
], PMarque);
|
|
959
959
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMarque, decorators: [{
|
|
@@ -962,31 +962,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
962
962
|
selector: 'p-marque,[p-marque]',
|
|
963
963
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
964
964
|
template: '<ng-content></ng-content>',
|
|
965
|
-
inputs: inputs$
|
|
965
|
+
inputs: inputs$t
|
|
966
966
|
}]
|
|
967
967
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
968
968
|
|
|
969
|
-
var __decorate$
|
|
969
|
+
var __decorate$x = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
970
970
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
971
971
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
972
972
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
973
973
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
974
974
|
};
|
|
975
|
-
const inputs$
|
|
976
|
-
const outputs$
|
|
975
|
+
const inputs$s = ['aria', 'disableBackdropClick', 'disableCloseButton', 'dismissButton', 'fullscreen', 'heading', 'open'];
|
|
976
|
+
const outputs$9 = ['close', 'dismiss'];
|
|
977
977
|
let PModal = class PModal {
|
|
978
978
|
constructor(c, r, z) {
|
|
979
979
|
this.z = z;
|
|
980
980
|
c.detach();
|
|
981
981
|
this.el = r.nativeElement;
|
|
982
|
-
proxyOutputs(this, outputs$
|
|
982
|
+
proxyOutputs(this, outputs$9);
|
|
983
983
|
}
|
|
984
984
|
};
|
|
985
985
|
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
986
986
|
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PModal, selector: "p-modal,[p-modal]", inputs: { aria: "aria", disableBackdropClick: "disableBackdropClick", disableCloseButton: "disableCloseButton", dismissButton: "dismissButton", fullscreen: "fullscreen", heading: "heading", open: "open" }, outputs: { close: "close", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
987
|
-
PModal = __decorate$
|
|
987
|
+
PModal = __decorate$x([
|
|
988
988
|
ProxyCmp({
|
|
989
|
-
inputs: inputs$
|
|
989
|
+
inputs: inputs$s
|
|
990
990
|
})
|
|
991
991
|
], PModal);
|
|
992
992
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModal, decorators: [{
|
|
@@ -995,18 +995,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
995
995
|
selector: 'p-modal,[p-modal]',
|
|
996
996
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
997
997
|
template: '<ng-content></ng-content>',
|
|
998
|
-
inputs: inputs$
|
|
999
|
-
outputs: outputs$
|
|
998
|
+
inputs: inputs$s,
|
|
999
|
+
outputs: outputs$9
|
|
1000
1000
|
}]
|
|
1001
1001
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1002
1002
|
|
|
1003
|
-
var __decorate$
|
|
1003
|
+
var __decorate$w = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1004
1004
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1005
1005
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1006
1006
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1007
1007
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1008
1008
|
};
|
|
1009
|
-
const inputs$
|
|
1009
|
+
const inputs$r = ['color', 'model', 'size', 'theme'];
|
|
1010
1010
|
let PModelSignature = class PModelSignature {
|
|
1011
1011
|
constructor(c, r, z) {
|
|
1012
1012
|
this.z = z;
|
|
@@ -1016,9 +1016,9 @@ let PModelSignature = class PModelSignature {
|
|
|
1016
1016
|
};
|
|
1017
1017
|
PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1018
1018
|
PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PModelSignature, selector: "p-model-signature,[p-model-signature]", inputs: { color: "color", model: "model", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1019
|
-
PModelSignature = __decorate$
|
|
1019
|
+
PModelSignature = __decorate$w([
|
|
1020
1020
|
ProxyCmp({
|
|
1021
|
-
inputs: inputs$
|
|
1021
|
+
inputs: inputs$r
|
|
1022
1022
|
})
|
|
1023
1023
|
], PModelSignature);
|
|
1024
1024
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModelSignature, decorators: [{
|
|
@@ -1027,6 +1027,71 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
1027
1027
|
selector: 'p-model-signature,[p-model-signature]',
|
|
1028
1028
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1029
1029
|
template: '<ng-content></ng-content>',
|
|
1030
|
+
inputs: inputs$r
|
|
1031
|
+
}]
|
|
1032
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1033
|
+
|
|
1034
|
+
var __decorate$v = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1035
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1036
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1037
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1038
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1039
|
+
};
|
|
1040
|
+
const inputs$q = ['description', 'disabled', 'dropdownDirection', 'hideLabel', 'label', 'message', 'name', 'required', 'state', 'theme', 'value'];
|
|
1041
|
+
const outputs$8 = ['update'];
|
|
1042
|
+
let PMultiSelect = class PMultiSelect {
|
|
1043
|
+
constructor(c, r, z) {
|
|
1044
|
+
this.z = z;
|
|
1045
|
+
c.detach();
|
|
1046
|
+
this.el = r.nativeElement;
|
|
1047
|
+
proxyOutputs(this, outputs$8);
|
|
1048
|
+
}
|
|
1049
|
+
};
|
|
1050
|
+
PMultiSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMultiSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1051
|
+
PMultiSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PMultiSelect, selector: "p-multi-select,[p-multi-select]", inputs: { description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", theme: "theme", value: "value" }, outputs: { update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1052
|
+
PMultiSelect = __decorate$v([
|
|
1053
|
+
ProxyCmp({
|
|
1054
|
+
inputs: inputs$q
|
|
1055
|
+
})
|
|
1056
|
+
], PMultiSelect);
|
|
1057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMultiSelect, decorators: [{
|
|
1058
|
+
type: Component,
|
|
1059
|
+
args: [{
|
|
1060
|
+
selector: 'p-multi-select,[p-multi-select]',
|
|
1061
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1062
|
+
template: '<ng-content></ng-content>',
|
|
1063
|
+
inputs: inputs$q,
|
|
1064
|
+
outputs: outputs$8
|
|
1065
|
+
}]
|
|
1066
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1067
|
+
|
|
1068
|
+
var __decorate$u = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1069
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1070
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1071
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1072
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1073
|
+
};
|
|
1074
|
+
const inputs$p = ['disabled', 'value'];
|
|
1075
|
+
let PMultiSelectOption = class PMultiSelectOption {
|
|
1076
|
+
constructor(c, r, z) {
|
|
1077
|
+
this.z = z;
|
|
1078
|
+
c.detach();
|
|
1079
|
+
this.el = r.nativeElement;
|
|
1080
|
+
}
|
|
1081
|
+
};
|
|
1082
|
+
PMultiSelectOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMultiSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1083
|
+
PMultiSelectOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PMultiSelectOption, selector: "p-multi-select-option,[p-multi-select-option]", inputs: { disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1084
|
+
PMultiSelectOption = __decorate$u([
|
|
1085
|
+
ProxyCmp({
|
|
1086
|
+
inputs: inputs$p
|
|
1087
|
+
})
|
|
1088
|
+
], PMultiSelectOption);
|
|
1089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMultiSelectOption, decorators: [{
|
|
1090
|
+
type: Component,
|
|
1091
|
+
args: [{
|
|
1092
|
+
selector: 'p-multi-select-option,[p-multi-select-option]',
|
|
1093
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1094
|
+
template: '<ng-content></ng-content>',
|
|
1030
1095
|
inputs: inputs$p
|
|
1031
1096
|
}]
|
|
1032
1097
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1997,6 +2062,8 @@ const DECLARATIONS = [
|
|
|
1997
2062
|
PMarque,
|
|
1998
2063
|
PModal,
|
|
1999
2064
|
PModelSignature,
|
|
2065
|
+
PMultiSelect,
|
|
2066
|
+
PMultiSelectOption,
|
|
2000
2067
|
PPagination,
|
|
2001
2068
|
PPopover,
|
|
2002
2069
|
PRadioButtonWrapper,
|
|
@@ -2054,7 +2121,7 @@ class PorscheDesignSystemModule {
|
|
|
2054
2121
|
}
|
|
2055
2122
|
}
|
|
2056
2123
|
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2057
|
-
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark] });
|
|
2124
|
+
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark] });
|
|
2058
2125
|
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PorscheDesignSystemModule });
|
|
2059
2126
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
2060
2127
|
type: NgModule,
|
|
@@ -2085,5 +2152,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
2085
2152
|
* Generated bundle index. Do not edit.
|
|
2086
2153
|
*/
|
|
2087
2154
|
|
|
2088
|
-
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark, PorscheDesignSystemModule, ToastManager };
|
|
2155
|
+
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark, PorscheDesignSystemModule, ToastManager };
|
|
2089
2156
|
//# sourceMappingURL=porsche-design-system-components-angular.mjs.map
|