@porsche-design-system/components-angular 3.0.0-alpha.0 → 3.0.0-alpha.2
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 +65 -2
- package/OSS_NOTICE +65234 -2280
- package/esm2020/lib/components/barrel.mjs +4 -1
- package/esm2020/lib/components/carousel.wrapper.mjs +3 -3
- package/esm2020/lib/components/model-signature.wrapper.mjs +35 -0
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +32 -31
- package/fesm2015/porsche-design-system-components-angular.mjs +164 -128
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +160 -128
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/barrel.d.ts +3 -1
- package/lib/components/carousel.wrapper.d.ts +4 -2
- package/lib/components/model-signature.wrapper.d.ts +14 -0
- package/lib/types.d.ts +89 -32
- package/package.json +2 -2
- package/porsche-design-system.module.d.ts +31 -30
|
@@ -43,7 +43,7 @@ function ProxyCmp({ inputs /*, methods*/ }) {
|
|
|
43
43
|
};
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
var __decorate$
|
|
46
|
+
var __decorate$S = (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")
|
|
49
49
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -53,7 +53,7 @@ var __decorate$R = (this && this.__decorate) || function (decorators, target, ke
|
|
|
53
53
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
54
54
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
55
55
|
};
|
|
56
|
-
const inputs$
|
|
56
|
+
const inputs$N = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
|
|
57
57
|
const outputs$c = ['accordionChange'];
|
|
58
58
|
let PAccordion = class PAccordion {
|
|
59
59
|
constructor(c, r, z) {
|
|
@@ -65,9 +65,9 @@ let PAccordion = class PAccordion {
|
|
|
65
65
|
};
|
|
66
66
|
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
67
67
|
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
68
|
-
PAccordion = __decorate$
|
|
68
|
+
PAccordion = __decorate$S([
|
|
69
69
|
ProxyCmp({
|
|
70
|
-
inputs: inputs$
|
|
70
|
+
inputs: inputs$N
|
|
71
71
|
})
|
|
72
72
|
], PAccordion);
|
|
73
73
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PAccordion, decorators: [{
|
|
@@ -76,12 +76,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
76
76
|
selector: 'p-accordion,[p-accordion]',
|
|
77
77
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
78
78
|
template: '<ng-content></ng-content>',
|
|
79
|
-
inputs: inputs$
|
|
79
|
+
inputs: inputs$N,
|
|
80
80
|
outputs: outputs$c
|
|
81
81
|
}]
|
|
82
82
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
83
83
|
|
|
84
|
-
var __decorate$
|
|
84
|
+
var __decorate$R = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
85
85
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
86
86
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
87
87
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -91,7 +91,7 @@ var __decorate$Q = (this && this.__decorate) || function (decorators, target, ke
|
|
|
91
91
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
92
92
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
93
93
|
};
|
|
94
|
-
const inputs$
|
|
94
|
+
const inputs$M = ['persistent', 'state', 'theme', 'width'];
|
|
95
95
|
const outputs$b = ['dismiss'];
|
|
96
96
|
let PBanner = class PBanner {
|
|
97
97
|
constructor(c, r, z) {
|
|
@@ -103,9 +103,9 @@ let PBanner = class PBanner {
|
|
|
103
103
|
};
|
|
104
104
|
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
105
105
|
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PBanner, selector: "p-banner,[p-banner]", inputs: { persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
106
|
-
PBanner = __decorate$
|
|
106
|
+
PBanner = __decorate$R([
|
|
107
107
|
ProxyCmp({
|
|
108
|
-
inputs: inputs$
|
|
108
|
+
inputs: inputs$M
|
|
109
109
|
})
|
|
110
110
|
], PBanner);
|
|
111
111
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PBanner, decorators: [{
|
|
@@ -114,12 +114,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
114
114
|
selector: 'p-banner,[p-banner]',
|
|
115
115
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
116
116
|
template: '<ng-content></ng-content>',
|
|
117
|
-
inputs: inputs$
|
|
117
|
+
inputs: inputs$M,
|
|
118
118
|
outputs: outputs$b
|
|
119
119
|
}]
|
|
120
120
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
121
121
|
|
|
122
|
-
var __decorate$
|
|
122
|
+
var __decorate$Q = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
123
123
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
124
124
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
125
125
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -129,7 +129,7 @@ var __decorate$P = (this && this.__decorate) || function (decorators, target, ke
|
|
|
129
129
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
130
130
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
131
131
|
};
|
|
132
|
-
const inputs$
|
|
132
|
+
const inputs$L = ['aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'theme', 'type', 'variant'];
|
|
133
133
|
let PButton = class PButton {
|
|
134
134
|
constructor(c, r, z) {
|
|
135
135
|
this.z = z;
|
|
@@ -139,9 +139,9 @@ let PButton = class PButton {
|
|
|
139
139
|
};
|
|
140
140
|
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
141
141
|
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PButton, selector: "p-button,[p-button]", inputs: { aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", theme: "theme", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
142
|
-
PButton = __decorate$
|
|
142
|
+
PButton = __decorate$Q([
|
|
143
143
|
ProxyCmp({
|
|
144
|
-
inputs: inputs$
|
|
144
|
+
inputs: inputs$L
|
|
145
145
|
})
|
|
146
146
|
], PButton);
|
|
147
147
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButton, decorators: [{
|
|
@@ -150,11 +150,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
150
150
|
selector: 'p-button,[p-button]',
|
|
151
151
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
152
152
|
template: '<ng-content></ng-content>',
|
|
153
|
-
inputs: inputs$
|
|
153
|
+
inputs: inputs$L
|
|
154
154
|
}]
|
|
155
155
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
156
156
|
|
|
157
|
-
var __decorate$
|
|
157
|
+
var __decorate$P = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
158
158
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
159
159
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
160
160
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -164,7 +164,7 @@ var __decorate$O = (this && this.__decorate) || function (decorators, target, ke
|
|
|
164
164
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
165
165
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
166
166
|
};
|
|
167
|
-
const inputs$
|
|
167
|
+
const inputs$K = ['direction'];
|
|
168
168
|
let PButtonGroup = class PButtonGroup {
|
|
169
169
|
constructor(c, r, z) {
|
|
170
170
|
this.z = z;
|
|
@@ -174,9 +174,9 @@ let PButtonGroup = class PButtonGroup {
|
|
|
174
174
|
};
|
|
175
175
|
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
176
176
|
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PButtonGroup, selector: "p-button-group,[p-button-group]", inputs: { direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
177
|
-
PButtonGroup = __decorate$
|
|
177
|
+
PButtonGroup = __decorate$P([
|
|
178
178
|
ProxyCmp({
|
|
179
|
-
inputs: inputs$
|
|
179
|
+
inputs: inputs$K
|
|
180
180
|
})
|
|
181
181
|
], PButtonGroup);
|
|
182
182
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonGroup, decorators: [{
|
|
@@ -185,11 +185,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
185
185
|
selector: 'p-button-group,[p-button-group]',
|
|
186
186
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
187
187
|
template: '<ng-content></ng-content>',
|
|
188
|
-
inputs: inputs$
|
|
188
|
+
inputs: inputs$K
|
|
189
189
|
}]
|
|
190
190
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
191
191
|
|
|
192
|
-
var __decorate$
|
|
192
|
+
var __decorate$O = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
193
193
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
194
194
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
195
195
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -199,7 +199,7 @@ var __decorate$N = (this && this.__decorate) || function (decorators, target, ke
|
|
|
199
199
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
200
200
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
201
201
|
};
|
|
202
|
-
const inputs$
|
|
202
|
+
const inputs$J = ['active', 'alignLabel', 'aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'size', 'stretch', 'theme', 'type', 'weight'];
|
|
203
203
|
let PButtonPure = class PButtonPure {
|
|
204
204
|
constructor(c, r, z) {
|
|
205
205
|
this.z = z;
|
|
@@ -209,9 +209,9 @@ let PButtonPure = class PButtonPure {
|
|
|
209
209
|
};
|
|
210
210
|
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
211
211
|
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PButtonPure, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", size: "size", stretch: "stretch", theme: "theme", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
212
|
-
PButtonPure = __decorate$
|
|
212
|
+
PButtonPure = __decorate$O([
|
|
213
213
|
ProxyCmp({
|
|
214
|
-
inputs: inputs$
|
|
214
|
+
inputs: inputs$J
|
|
215
215
|
})
|
|
216
216
|
], PButtonPure);
|
|
217
217
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonPure, decorators: [{
|
|
@@ -220,11 +220,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
220
220
|
selector: 'p-button-pure,[p-button-pure]',
|
|
221
221
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
222
222
|
template: '<ng-content></ng-content>',
|
|
223
|
-
inputs: inputs$
|
|
223
|
+
inputs: inputs$J
|
|
224
224
|
}]
|
|
225
225
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
226
226
|
|
|
227
|
-
var __decorate$
|
|
227
|
+
var __decorate$N = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
228
228
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
229
229
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
230
230
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -234,7 +234,7 @@ var __decorate$M = (this && this.__decorate) || function (decorators, target, ke
|
|
|
234
234
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
235
235
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
236
236
|
};
|
|
237
|
-
const inputs$
|
|
237
|
+
const inputs$I = ['alignHeader', 'description', 'disablePagination', 'heading', 'intl', 'rewind', 'slidesPerPage', 'theme', 'width', 'wrapContent'];
|
|
238
238
|
const outputs$a = ['carouselChange'];
|
|
239
239
|
let PCarousel = class PCarousel {
|
|
240
240
|
constructor(c, r, z) {
|
|
@@ -245,10 +245,10 @@ let PCarousel = class PCarousel {
|
|
|
245
245
|
}
|
|
246
246
|
};
|
|
247
247
|
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
248
|
-
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", rewind: "rewind", slidesPerPage: "slidesPerPage", theme: "theme", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
249
|
-
PCarousel = __decorate$
|
|
248
|
+
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { alignHeader: "alignHeader", description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", rewind: "rewind", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
249
|
+
PCarousel = __decorate$N([
|
|
250
250
|
ProxyCmp({
|
|
251
|
-
inputs: inputs$
|
|
251
|
+
inputs: inputs$I
|
|
252
252
|
})
|
|
253
253
|
], PCarousel);
|
|
254
254
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCarousel, decorators: [{
|
|
@@ -257,12 +257,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
257
257
|
selector: 'p-carousel,[p-carousel]',
|
|
258
258
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
259
259
|
template: '<ng-content></ng-content>',
|
|
260
|
-
inputs: inputs$
|
|
260
|
+
inputs: inputs$I,
|
|
261
261
|
outputs: outputs$a
|
|
262
262
|
}]
|
|
263
263
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
264
264
|
|
|
265
|
-
var __decorate$
|
|
265
|
+
var __decorate$M = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
266
266
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
267
267
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
268
268
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -272,7 +272,7 @@ var __decorate$L = (this && this.__decorate) || function (decorators, target, ke
|
|
|
272
272
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
273
273
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
274
274
|
};
|
|
275
|
-
const inputs$
|
|
275
|
+
const inputs$H = ['hideLabel', 'label', 'message', 'state', 'theme'];
|
|
276
276
|
let PCheckboxWrapper = class PCheckboxWrapper {
|
|
277
277
|
constructor(c, r, z) {
|
|
278
278
|
this.z = z;
|
|
@@ -282,9 +282,9 @@ let PCheckboxWrapper = class PCheckboxWrapper {
|
|
|
282
282
|
};
|
|
283
283
|
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCheckboxWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
284
284
|
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", message: "message", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
285
|
-
PCheckboxWrapper = __decorate$
|
|
285
|
+
PCheckboxWrapper = __decorate$M([
|
|
286
286
|
ProxyCmp({
|
|
287
|
-
inputs: inputs$
|
|
287
|
+
inputs: inputs$H
|
|
288
288
|
})
|
|
289
289
|
], PCheckboxWrapper);
|
|
290
290
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCheckboxWrapper, decorators: [{
|
|
@@ -293,11 +293,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
293
293
|
selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
|
|
294
294
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
295
295
|
template: '<ng-content></ng-content>',
|
|
296
|
-
inputs: inputs$
|
|
296
|
+
inputs: inputs$H
|
|
297
297
|
}]
|
|
298
298
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
299
299
|
|
|
300
|
-
var __decorate$
|
|
300
|
+
var __decorate$L = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
301
301
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
302
302
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
303
303
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -307,7 +307,7 @@ var __decorate$K = (this && this.__decorate) || function (decorators, target, ke
|
|
|
307
307
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
308
308
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
309
309
|
};
|
|
310
|
-
const inputs$
|
|
310
|
+
const inputs$G = ['backgroundColor', 'theme', 'width'];
|
|
311
311
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
312
312
|
let PContentWrapper = class PContentWrapper {
|
|
313
313
|
constructor(c, r, z) {
|
|
@@ -318,9 +318,9 @@ let PContentWrapper = class PContentWrapper {
|
|
|
318
318
|
};
|
|
319
319
|
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PContentWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
320
320
|
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PContentWrapper, selector: "p-content-wrapper,[p-content-wrapper]", inputs: { backgroundColor: "backgroundColor", theme: "theme", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
321
|
-
PContentWrapper = __decorate$
|
|
321
|
+
PContentWrapper = __decorate$L([
|
|
322
322
|
ProxyCmp({
|
|
323
|
-
inputs: inputs$
|
|
323
|
+
inputs: inputs$G
|
|
324
324
|
})
|
|
325
325
|
], PContentWrapper);
|
|
326
326
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
@@ -329,11 +329,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
329
329
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
330
330
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
331
331
|
template: '<ng-content></ng-content>',
|
|
332
|
-
inputs: inputs$
|
|
332
|
+
inputs: inputs$G
|
|
333
333
|
}]
|
|
334
334
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
335
335
|
|
|
336
|
-
var __decorate$
|
|
336
|
+
var __decorate$K = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
337
337
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
338
338
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
339
339
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -343,7 +343,7 @@ var __decorate$J = (this && this.__decorate) || function (decorators, target, ke
|
|
|
343
343
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
344
344
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
345
345
|
};
|
|
346
|
-
const inputs$
|
|
346
|
+
const inputs$F = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
|
|
347
347
|
let PDisplay = class PDisplay {
|
|
348
348
|
constructor(c, r, z) {
|
|
349
349
|
this.z = z;
|
|
@@ -353,9 +353,9 @@ let PDisplay = class PDisplay {
|
|
|
353
353
|
};
|
|
354
354
|
PDisplay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDisplay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
355
355
|
PDisplay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
356
|
-
PDisplay = __decorate$
|
|
356
|
+
PDisplay = __decorate$K([
|
|
357
357
|
ProxyCmp({
|
|
358
|
-
inputs: inputs$
|
|
358
|
+
inputs: inputs$F
|
|
359
359
|
})
|
|
360
360
|
], PDisplay);
|
|
361
361
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDisplay, decorators: [{
|
|
@@ -364,11 +364,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
364
364
|
selector: 'p-display,[p-display]',
|
|
365
365
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
366
366
|
template: '<ng-content></ng-content>',
|
|
367
|
-
inputs: inputs$
|
|
367
|
+
inputs: inputs$F
|
|
368
368
|
}]
|
|
369
369
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
370
370
|
|
|
371
|
-
var __decorate$
|
|
371
|
+
var __decorate$J = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
372
372
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
373
373
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
374
374
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -378,7 +378,7 @@ var __decorate$I = (this && this.__decorate) || function (decorators, target, ke
|
|
|
378
378
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
379
379
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
380
380
|
};
|
|
381
|
-
const inputs$
|
|
381
|
+
const inputs$E = ['color', 'orientation', 'theme'];
|
|
382
382
|
let PDivider = class PDivider {
|
|
383
383
|
constructor(c, r, z) {
|
|
384
384
|
this.z = z;
|
|
@@ -388,9 +388,9 @@ let PDivider = class PDivider {
|
|
|
388
388
|
};
|
|
389
389
|
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
390
390
|
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", orientation: "orientation", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
391
|
-
PDivider = __decorate$
|
|
391
|
+
PDivider = __decorate$J([
|
|
392
392
|
ProxyCmp({
|
|
393
|
-
inputs: inputs$
|
|
393
|
+
inputs: inputs$E
|
|
394
394
|
})
|
|
395
395
|
], PDivider);
|
|
396
396
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDivider, decorators: [{
|
|
@@ -399,11 +399,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
399
399
|
selector: 'p-divider,[p-divider]',
|
|
400
400
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
401
401
|
template: '<ng-content></ng-content>',
|
|
402
|
-
inputs: inputs$
|
|
402
|
+
inputs: inputs$E
|
|
403
403
|
}]
|
|
404
404
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
405
405
|
|
|
406
|
-
var __decorate$
|
|
406
|
+
var __decorate$I = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
407
407
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
408
408
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
409
409
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -413,7 +413,7 @@ var __decorate$H = (this && this.__decorate) || function (decorators, target, ke
|
|
|
413
413
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
414
414
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
415
415
|
};
|
|
416
|
-
const inputs$
|
|
416
|
+
const inputs$D = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
|
|
417
417
|
let PFieldsetWrapper = class PFieldsetWrapper {
|
|
418
418
|
constructor(c, r, z) {
|
|
419
419
|
this.z = z;
|
|
@@ -423,9 +423,9 @@ let PFieldsetWrapper = class PFieldsetWrapper {
|
|
|
423
423
|
};
|
|
424
424
|
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldsetWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
425
425
|
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PFieldsetWrapper, selector: "p-fieldset-wrapper,[p-fieldset-wrapper]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
426
|
-
PFieldsetWrapper = __decorate$
|
|
426
|
+
PFieldsetWrapper = __decorate$I([
|
|
427
427
|
ProxyCmp({
|
|
428
|
-
inputs: inputs$
|
|
428
|
+
inputs: inputs$D
|
|
429
429
|
})
|
|
430
430
|
], PFieldsetWrapper);
|
|
431
431
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
@@ -434,11 +434,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
434
434
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
435
435
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
436
436
|
template: '<ng-content></ng-content>',
|
|
437
|
-
inputs: inputs$
|
|
437
|
+
inputs: inputs$D
|
|
438
438
|
}]
|
|
439
439
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
440
440
|
|
|
441
|
-
var __decorate$
|
|
441
|
+
var __decorate$H = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
442
442
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
443
443
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
444
444
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -448,7 +448,7 @@ var __decorate$G = (this && this.__decorate) || function (decorators, target, ke
|
|
|
448
448
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
449
449
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
450
450
|
};
|
|
451
|
-
const inputs$
|
|
451
|
+
const inputs$C = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
|
|
452
452
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
453
453
|
let PFlex = class PFlex {
|
|
454
454
|
constructor(c, r, z) {
|
|
@@ -459,9 +459,9 @@ let PFlex = class PFlex {
|
|
|
459
459
|
};
|
|
460
460
|
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlex, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
461
461
|
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PFlex, selector: "p-flex,[p-flex]", inputs: { alignContent: "alignContent", alignItems: "alignItems", direction: "direction", inline: "inline", justifyContent: "justifyContent", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
462
|
-
PFlex = __decorate$
|
|
462
|
+
PFlex = __decorate$H([
|
|
463
463
|
ProxyCmp({
|
|
464
|
-
inputs: inputs$
|
|
464
|
+
inputs: inputs$C
|
|
465
465
|
})
|
|
466
466
|
], PFlex);
|
|
467
467
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlex, decorators: [{
|
|
@@ -470,11 +470,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
470
470
|
selector: 'p-flex,[p-flex]',
|
|
471
471
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
472
472
|
template: '<ng-content></ng-content>',
|
|
473
|
-
inputs: inputs$
|
|
473
|
+
inputs: inputs$C
|
|
474
474
|
}]
|
|
475
475
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
476
476
|
|
|
477
|
-
var __decorate$
|
|
477
|
+
var __decorate$G = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
478
478
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
479
479
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
480
480
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -484,7 +484,7 @@ var __decorate$F = (this && this.__decorate) || function (decorators, target, ke
|
|
|
484
484
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
485
485
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
486
486
|
};
|
|
487
|
-
const inputs$
|
|
487
|
+
const inputs$B = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
|
|
488
488
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
489
489
|
let PFlexItem = class PFlexItem {
|
|
490
490
|
constructor(c, r, z) {
|
|
@@ -495,9 +495,9 @@ let PFlexItem = class PFlexItem {
|
|
|
495
495
|
};
|
|
496
496
|
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlexItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
497
497
|
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PFlexItem, selector: "p-flex-item,[p-flex-item]", inputs: { alignSelf: "alignSelf", flex: "flex", grow: "grow", offset: "offset", shrink: "shrink", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
498
|
-
PFlexItem = __decorate$
|
|
498
|
+
PFlexItem = __decorate$G([
|
|
499
499
|
ProxyCmp({
|
|
500
|
-
inputs: inputs$
|
|
500
|
+
inputs: inputs$B
|
|
501
501
|
})
|
|
502
502
|
], PFlexItem);
|
|
503
503
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlexItem, decorators: [{
|
|
@@ -506,11 +506,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
506
506
|
selector: 'p-flex-item,[p-flex-item]',
|
|
507
507
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
508
508
|
template: '<ng-content></ng-content>',
|
|
509
|
-
inputs: inputs$
|
|
509
|
+
inputs: inputs$B
|
|
510
510
|
}]
|
|
511
511
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
512
512
|
|
|
513
|
-
var __decorate$
|
|
513
|
+
var __decorate$F = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
514
514
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
515
515
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
516
516
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -520,7 +520,7 @@ var __decorate$E = (this && this.__decorate) || function (decorators, target, ke
|
|
|
520
520
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
521
521
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
522
522
|
};
|
|
523
|
-
const inputs$
|
|
523
|
+
const inputs$A = ['direction', 'gutter', 'wrap'];
|
|
524
524
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
525
525
|
let PGrid = class PGrid {
|
|
526
526
|
constructor(c, r, z) {
|
|
@@ -531,9 +531,9 @@ let PGrid = class PGrid {
|
|
|
531
531
|
};
|
|
532
532
|
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
533
533
|
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PGrid, selector: "p-grid,[p-grid]", inputs: { direction: "direction", gutter: "gutter", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
534
|
-
PGrid = __decorate$
|
|
534
|
+
PGrid = __decorate$F([
|
|
535
535
|
ProxyCmp({
|
|
536
|
-
inputs: inputs$
|
|
536
|
+
inputs: inputs$A
|
|
537
537
|
})
|
|
538
538
|
], PGrid);
|
|
539
539
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGrid, decorators: [{
|
|
@@ -542,11 +542,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
542
542
|
selector: 'p-grid,[p-grid]',
|
|
543
543
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
544
544
|
template: '<ng-content></ng-content>',
|
|
545
|
-
inputs: inputs$
|
|
545
|
+
inputs: inputs$A
|
|
546
546
|
}]
|
|
547
547
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
548
548
|
|
|
549
|
-
var __decorate$
|
|
549
|
+
var __decorate$E = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
550
550
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
551
551
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
552
552
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -556,7 +556,7 @@ var __decorate$D = (this && this.__decorate) || function (decorators, target, ke
|
|
|
556
556
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
557
557
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
558
558
|
};
|
|
559
|
-
const inputs$
|
|
559
|
+
const inputs$z = ['offset', 'size'];
|
|
560
560
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
561
561
|
let PGridItem = class PGridItem {
|
|
562
562
|
constructor(c, r, z) {
|
|
@@ -567,9 +567,9 @@ let PGridItem = class PGridItem {
|
|
|
567
567
|
};
|
|
568
568
|
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGridItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
569
569
|
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PGridItem, selector: "p-grid-item,[p-grid-item]", inputs: { offset: "offset", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
570
|
-
PGridItem = __decorate$
|
|
570
|
+
PGridItem = __decorate$E([
|
|
571
571
|
ProxyCmp({
|
|
572
|
-
inputs: inputs$
|
|
572
|
+
inputs: inputs$z
|
|
573
573
|
})
|
|
574
574
|
], PGridItem);
|
|
575
575
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGridItem, decorators: [{
|
|
@@ -578,11 +578,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
578
578
|
selector: 'p-grid-item,[p-grid-item]',
|
|
579
579
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
580
580
|
template: '<ng-content></ng-content>',
|
|
581
|
-
inputs: inputs$
|
|
581
|
+
inputs: inputs$z
|
|
582
582
|
}]
|
|
583
583
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
584
584
|
|
|
585
|
-
var __decorate$
|
|
585
|
+
var __decorate$D = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
586
586
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
587
587
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
588
588
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -592,7 +592,7 @@ var __decorate$C = (this && this.__decorate) || function (decorators, target, ke
|
|
|
592
592
|
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$y = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
|
|
596
596
|
let PHeading = class PHeading {
|
|
597
597
|
constructor(c, r, z) {
|
|
598
598
|
this.z = z;
|
|
@@ -602,9 +602,9 @@ let PHeading = class PHeading {
|
|
|
602
602
|
};
|
|
603
603
|
PHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
604
604
|
PHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
605
|
-
PHeading = __decorate$
|
|
605
|
+
PHeading = __decorate$D([
|
|
606
606
|
ProxyCmp({
|
|
607
|
-
inputs: inputs$
|
|
607
|
+
inputs: inputs$y
|
|
608
608
|
})
|
|
609
609
|
], PHeading);
|
|
610
610
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeading, decorators: [{
|
|
@@ -613,11 +613,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
613
613
|
selector: 'p-heading,[p-heading]',
|
|
614
614
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
615
615
|
template: '<ng-content></ng-content>',
|
|
616
|
-
inputs: inputs$
|
|
616
|
+
inputs: inputs$y
|
|
617
617
|
}]
|
|
618
618
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
619
619
|
|
|
620
|
-
var __decorate$
|
|
620
|
+
var __decorate$C = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
621
621
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
622
622
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
623
623
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -627,7 +627,7 @@ var __decorate$B = (this && this.__decorate) || function (decorators, target, ke
|
|
|
627
627
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
628
628
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
629
629
|
};
|
|
630
|
-
const inputs$
|
|
630
|
+
const inputs$x = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
|
|
631
631
|
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
|
|
632
632
|
let PHeadline = class PHeadline {
|
|
633
633
|
constructor(c, r, z) {
|
|
@@ -638,9 +638,9 @@ let PHeadline = class PHeadline {
|
|
|
638
638
|
};
|
|
639
639
|
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
640
640
|
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PHeadline, selector: "p-headline,[p-headline]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", tag: "tag", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
641
|
-
PHeadline = __decorate$
|
|
641
|
+
PHeadline = __decorate$C([
|
|
642
642
|
ProxyCmp({
|
|
643
|
-
inputs: inputs$
|
|
643
|
+
inputs: inputs$x
|
|
644
644
|
})
|
|
645
645
|
], PHeadline);
|
|
646
646
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeadline, decorators: [{
|
|
@@ -649,11 +649,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
649
649
|
selector: 'p-headline,[p-headline]',
|
|
650
650
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
651
651
|
template: '<ng-content></ng-content>',
|
|
652
|
-
inputs: inputs$
|
|
652
|
+
inputs: inputs$x
|
|
653
653
|
}]
|
|
654
654
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
655
655
|
|
|
656
|
-
var __decorate$
|
|
656
|
+
var __decorate$B = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
657
657
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
658
658
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
659
659
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -663,7 +663,7 @@ var __decorate$A = (this && this.__decorate) || function (decorators, target, ke
|
|
|
663
663
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
664
664
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
665
665
|
};
|
|
666
|
-
const inputs$
|
|
666
|
+
const inputs$w = ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme'];
|
|
667
667
|
let PIcon = class PIcon {
|
|
668
668
|
constructor(c, r, z) {
|
|
669
669
|
this.z = z;
|
|
@@ -673,9 +673,9 @@ let PIcon = class PIcon {
|
|
|
673
673
|
};
|
|
674
674
|
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
675
675
|
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PIcon, selector: "p-icon,[p-icon]", inputs: { aria: "aria", color: "color", lazy: "lazy", name: "name", size: "size", source: "source", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
676
|
-
PIcon = __decorate$
|
|
676
|
+
PIcon = __decorate$B([
|
|
677
677
|
ProxyCmp({
|
|
678
|
-
inputs: inputs$
|
|
678
|
+
inputs: inputs$w
|
|
679
679
|
})
|
|
680
680
|
], PIcon);
|
|
681
681
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PIcon, decorators: [{
|
|
@@ -684,11 +684,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
684
684
|
selector: 'p-icon,[p-icon]',
|
|
685
685
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
686
686
|
template: '<ng-content></ng-content>',
|
|
687
|
-
inputs: inputs$
|
|
687
|
+
inputs: inputs$w
|
|
688
688
|
}]
|
|
689
689
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
690
690
|
|
|
691
|
-
var __decorate$
|
|
691
|
+
var __decorate$A = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
692
692
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
693
693
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
694
694
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -698,7 +698,7 @@ var __decorate$z = (this && this.__decorate) || function (decorators, target, ke
|
|
|
698
698
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
699
699
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
700
700
|
};
|
|
701
|
-
const inputs$
|
|
701
|
+
const inputs$v = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'heading', 'persistent', 'state', 'theme'];
|
|
702
702
|
const outputs$9 = ['action', 'dismiss'];
|
|
703
703
|
let PInlineNotification = class PInlineNotification {
|
|
704
704
|
constructor(c, r, z) {
|
|
@@ -710,9 +710,9 @@ let PInlineNotification = class PInlineNotification {
|
|
|
710
710
|
};
|
|
711
711
|
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
712
712
|
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PInlineNotification, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", heading: "heading", persistent: "persistent", state: "state", theme: "theme" }, outputs: { action: "action", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
713
|
-
PInlineNotification = __decorate$
|
|
713
|
+
PInlineNotification = __decorate$A([
|
|
714
714
|
ProxyCmp({
|
|
715
|
-
inputs: inputs$
|
|
715
|
+
inputs: inputs$v
|
|
716
716
|
})
|
|
717
717
|
], PInlineNotification);
|
|
718
718
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
@@ -721,12 +721,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
721
721
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
722
722
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
723
723
|
template: '<ng-content></ng-content>',
|
|
724
|
-
inputs: inputs$
|
|
724
|
+
inputs: inputs$v,
|
|
725
725
|
outputs: outputs$9
|
|
726
726
|
}]
|
|
727
727
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
728
728
|
|
|
729
|
-
var __decorate$
|
|
729
|
+
var __decorate$z = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
730
730
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
731
731
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
732
732
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -736,7 +736,7 @@ var __decorate$y = (this && this.__decorate) || function (decorators, target, ke
|
|
|
736
736
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
737
737
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
738
738
|
};
|
|
739
|
-
const inputs$
|
|
739
|
+
const inputs$u = ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant'];
|
|
740
740
|
let PLink = class PLink {
|
|
741
741
|
constructor(c, r, z) {
|
|
742
742
|
this.z = z;
|
|
@@ -746,9 +746,9 @@ let PLink = class PLink {
|
|
|
746
746
|
};
|
|
747
747
|
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
748
748
|
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PLink, selector: "p-link,[p-link]", inputs: { aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
749
|
-
PLink = __decorate$
|
|
749
|
+
PLink = __decorate$z([
|
|
750
750
|
ProxyCmp({
|
|
751
|
-
inputs: inputs$
|
|
751
|
+
inputs: inputs$u
|
|
752
752
|
})
|
|
753
753
|
], PLink);
|
|
754
754
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLink, decorators: [{
|
|
@@ -757,11 +757,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
757
757
|
selector: 'p-link,[p-link]',
|
|
758
758
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
759
759
|
template: '<ng-content></ng-content>',
|
|
760
|
-
inputs: inputs$
|
|
760
|
+
inputs: inputs$u
|
|
761
761
|
}]
|
|
762
762
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
763
763
|
|
|
764
|
-
var __decorate$
|
|
764
|
+
var __decorate$y = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
765
765
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
766
766
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
767
767
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -771,7 +771,7 @@ var __decorate$x = (this && this.__decorate) || function (decorators, target, ke
|
|
|
771
771
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
772
772
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
773
773
|
};
|
|
774
|
-
const inputs$
|
|
774
|
+
const inputs$t = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight'];
|
|
775
775
|
let PLinkPure = class PLinkPure {
|
|
776
776
|
constructor(c, r, z) {
|
|
777
777
|
this.z = z;
|
|
@@ -781,9 +781,9 @@ let PLinkPure = class PLinkPure {
|
|
|
781
781
|
};
|
|
782
782
|
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
783
783
|
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PLinkPure, selector: "p-link-pure,[p-link-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", size: "size", stretch: "stretch", target: "target", theme: "theme", underline: "underline", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
784
|
-
PLinkPure = __decorate$
|
|
784
|
+
PLinkPure = __decorate$y([
|
|
785
785
|
ProxyCmp({
|
|
786
|
-
inputs: inputs$
|
|
786
|
+
inputs: inputs$t
|
|
787
787
|
})
|
|
788
788
|
], PLinkPure);
|
|
789
789
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkPure, decorators: [{
|
|
@@ -792,11 +792,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
792
792
|
selector: 'p-link-pure,[p-link-pure]',
|
|
793
793
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
794
794
|
template: '<ng-content></ng-content>',
|
|
795
|
-
inputs: inputs$
|
|
795
|
+
inputs: inputs$t
|
|
796
796
|
}]
|
|
797
797
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
798
798
|
|
|
799
|
-
var __decorate$
|
|
799
|
+
var __decorate$x = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
800
800
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
801
801
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
802
802
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -806,7 +806,7 @@ var __decorate$w = (this && this.__decorate) || function (decorators, target, ke
|
|
|
806
806
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
807
807
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
808
808
|
};
|
|
809
|
-
const inputs$
|
|
809
|
+
const inputs$s = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
|
|
810
810
|
/** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social instead. */
|
|
811
811
|
let PLinkSocial = class PLinkSocial {
|
|
812
812
|
constructor(c, r, z) {
|
|
@@ -817,9 +817,9 @@ let PLinkSocial = class PLinkSocial {
|
|
|
817
817
|
};
|
|
818
818
|
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkSocial, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
819
819
|
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PLinkSocial, selector: "p-link-social,[p-link-social]", inputs: { hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
820
|
-
PLinkSocial = __decorate$
|
|
820
|
+
PLinkSocial = __decorate$x([
|
|
821
821
|
ProxyCmp({
|
|
822
|
-
inputs: inputs$
|
|
822
|
+
inputs: inputs$s
|
|
823
823
|
})
|
|
824
824
|
], PLinkSocial);
|
|
825
825
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkSocial, decorators: [{
|
|
@@ -828,11 +828,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
828
828
|
selector: 'p-link-social,[p-link-social]',
|
|
829
829
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
830
830
|
template: '<ng-content></ng-content>',
|
|
831
|
-
inputs: inputs$
|
|
831
|
+
inputs: inputs$s
|
|
832
832
|
}]
|
|
833
833
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
834
834
|
|
|
835
|
-
var __decorate$
|
|
835
|
+
var __decorate$w = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
836
836
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
837
837
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
838
838
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -842,7 +842,7 @@ var __decorate$v = (this && this.__decorate) || function (decorators, target, ke
|
|
|
842
842
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
843
843
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
844
844
|
};
|
|
845
|
-
const inputs$
|
|
845
|
+
const inputs$r = ['align', 'aria', 'aspectRatio', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight'];
|
|
846
846
|
let PLinkTile = class PLinkTile {
|
|
847
847
|
constructor(c, r, z) {
|
|
848
848
|
this.z = z;
|
|
@@ -852,9 +852,9 @@ let PLinkTile = class PLinkTile {
|
|
|
852
852
|
};
|
|
853
853
|
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
854
854
|
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
855
|
-
PLinkTile = __decorate$
|
|
855
|
+
PLinkTile = __decorate$w([
|
|
856
856
|
ProxyCmp({
|
|
857
|
-
inputs: inputs$
|
|
857
|
+
inputs: inputs$r
|
|
858
858
|
})
|
|
859
859
|
], PLinkTile);
|
|
860
860
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkTile, decorators: [{
|
|
@@ -863,11 +863,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
863
863
|
selector: 'p-link-tile,[p-link-tile]',
|
|
864
864
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
865
865
|
template: '<ng-content></ng-content>',
|
|
866
|
-
inputs: inputs$
|
|
866
|
+
inputs: inputs$r
|
|
867
867
|
}]
|
|
868
868
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
869
869
|
|
|
870
|
-
var __decorate$
|
|
870
|
+
var __decorate$v = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
871
871
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
872
872
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
873
873
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -877,7 +877,7 @@ var __decorate$u = (this && this.__decorate) || function (decorators, target, ke
|
|
|
877
877
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
878
878
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
879
879
|
};
|
|
880
|
-
const inputs$
|
|
880
|
+
const inputs$q = ['aria', 'href', 'size', 'target', 'trademark'];
|
|
881
881
|
let PMarque = class PMarque {
|
|
882
882
|
constructor(c, r, z) {
|
|
883
883
|
this.z = z;
|
|
@@ -887,9 +887,9 @@ let PMarque = class PMarque {
|
|
|
887
887
|
};
|
|
888
888
|
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PMarque, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
889
889
|
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PMarque, selector: "p-marque,[p-marque]", inputs: { aria: "aria", href: "href", size: "size", target: "target", trademark: "trademark" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
890
|
-
PMarque = __decorate$
|
|
890
|
+
PMarque = __decorate$v([
|
|
891
891
|
ProxyCmp({
|
|
892
|
-
inputs: inputs$
|
|
892
|
+
inputs: inputs$q
|
|
893
893
|
})
|
|
894
894
|
], PMarque);
|
|
895
895
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PMarque, decorators: [{
|
|
@@ -898,11 +898,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
898
898
|
selector: 'p-marque,[p-marque]',
|
|
899
899
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
900
900
|
template: '<ng-content></ng-content>',
|
|
901
|
-
inputs: inputs$
|
|
901
|
+
inputs: inputs$q
|
|
902
902
|
}]
|
|
903
903
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
904
904
|
|
|
905
|
-
var __decorate$
|
|
905
|
+
var __decorate$u = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
906
906
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
907
907
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
908
908
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -912,7 +912,7 @@ var __decorate$t = (this && this.__decorate) || function (decorators, target, ke
|
|
|
912
912
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
913
913
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
914
914
|
};
|
|
915
|
-
const inputs$
|
|
915
|
+
const inputs$p = ['aria', 'disableBackdropClick', 'disableCloseButton', 'fullscreen', 'heading', 'open'];
|
|
916
916
|
const outputs$8 = ['close'];
|
|
917
917
|
let PModal = class PModal {
|
|
918
918
|
constructor(c, r, z) {
|
|
@@ -924,9 +924,9 @@ let PModal = class PModal {
|
|
|
924
924
|
};
|
|
925
925
|
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
926
926
|
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PModal, selector: "p-modal,[p-modal]", inputs: { aria: "aria", disableBackdropClick: "disableBackdropClick", disableCloseButton: "disableCloseButton", fullscreen: "fullscreen", heading: "heading", open: "open" }, outputs: { close: "close" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
927
|
-
PModal = __decorate$
|
|
927
|
+
PModal = __decorate$u([
|
|
928
928
|
ProxyCmp({
|
|
929
|
-
inputs: inputs$
|
|
929
|
+
inputs: inputs$p
|
|
930
930
|
})
|
|
931
931
|
], PModal);
|
|
932
932
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PModal, decorators: [{
|
|
@@ -935,11 +935,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
935
935
|
selector: 'p-modal,[p-modal]',
|
|
936
936
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
937
937
|
template: '<ng-content></ng-content>',
|
|
938
|
-
inputs: inputs$
|
|
938
|
+
inputs: inputs$p,
|
|
939
939
|
outputs: outputs$8
|
|
940
940
|
}]
|
|
941
941
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
942
942
|
|
|
943
|
+
var __decorate$t = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
944
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
945
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
946
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
947
|
+
else
|
|
948
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
949
|
+
if (d = decorators[i])
|
|
950
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
951
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
952
|
+
};
|
|
953
|
+
const inputs$o = ['color', 'model', 'size', 'theme'];
|
|
954
|
+
let PModelSignature = class PModelSignature {
|
|
955
|
+
constructor(c, r, z) {
|
|
956
|
+
this.z = z;
|
|
957
|
+
c.detach();
|
|
958
|
+
this.el = r.nativeElement;
|
|
959
|
+
}
|
|
960
|
+
};
|
|
961
|
+
PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
962
|
+
PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
963
|
+
PModelSignature = __decorate$t([
|
|
964
|
+
ProxyCmp({
|
|
965
|
+
inputs: inputs$o
|
|
966
|
+
})
|
|
967
|
+
], PModelSignature);
|
|
968
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PModelSignature, decorators: [{
|
|
969
|
+
type: Component,
|
|
970
|
+
args: [{
|
|
971
|
+
selector: 'p-model-signature,[p-model-signature]',
|
|
972
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
973
|
+
template: '<ng-content></ng-content>',
|
|
974
|
+
inputs: inputs$o
|
|
975
|
+
}]
|
|
976
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
977
|
+
|
|
943
978
|
var __decorate$s = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
944
979
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
945
980
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
@@ -1985,6 +2020,7 @@ const DECLARATIONS = [
|
|
|
1985
2020
|
PLinkTile,
|
|
1986
2021
|
PMarque,
|
|
1987
2022
|
PModal,
|
|
2023
|
+
PModelSignature,
|
|
1988
2024
|
PPagination,
|
|
1989
2025
|
PPopover,
|
|
1990
2026
|
PRadioButtonWrapper,
|
|
@@ -2040,7 +2076,7 @@ class PorscheDesignSystemModule {
|
|
|
2040
2076
|
}
|
|
2041
2077
|
}
|
|
2042
2078
|
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2043
|
-
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast] });
|
|
2079
|
+
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, 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], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, 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] });
|
|
2044
2080
|
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule });
|
|
2045
2081
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
2046
2082
|
type: NgModule,
|
|
@@ -2073,5 +2109,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2073
2109
|
* Generated bundle index. Do not edit.
|
|
2074
2110
|
*/
|
|
2075
2111
|
|
|
2076
|
-
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PorscheDesignSystemModule, ToastManager };
|
|
2112
|
+
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDisplay, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, 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, PorscheDesignSystemModule, ToastManager };
|
|
2077
2113
|
//# sourceMappingURL=porsche-design-system-components-angular.mjs.map
|