@porsche-design-system/components-angular 2.20.0-rc.1 → 3.0.0-alpha.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 +403 -3
- package/esm2020/lib/components/accordion.wrapper.mjs +1 -1
- package/esm2020/lib/components/barrel.mjs +7 -1
- package/esm2020/lib/components/button-pure.wrapper.mjs +3 -3
- package/esm2020/lib/components/button.wrapper.mjs +3 -3
- package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +2 -1
- package/esm2020/lib/components/display.wrapper.mjs +35 -0
- package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/flex-item.wrapper.mjs +2 -1
- package/esm2020/lib/components/flex.wrapper.mjs +2 -1
- package/esm2020/lib/components/grid-item.wrapper.mjs +2 -1
- package/esm2020/lib/components/grid.wrapper.mjs +2 -1
- package/esm2020/lib/components/heading.wrapper.mjs +35 -0
- package/esm2020/lib/components/headline.wrapper.mjs +2 -1
- package/esm2020/lib/components/icon.wrapper.mjs +1 -1
- package/esm2020/lib/components/link-pure.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-social.wrapper.mjs +2 -1
- package/esm2020/lib/components/link.wrapper.mjs +1 -1
- package/esm2020/lib/components/popover.wrapper.mjs +3 -3
- package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/scroller.wrapper.mjs +1 -1
- package/esm2020/lib/components/spinner.wrapper.mjs +1 -1
- package/esm2020/lib/components/switch.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +1 -1
- package/esm2020/lib/components/tabs.wrapper.mjs +1 -1
- package/esm2020/lib/components/tag-dismissible.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +48 -46
- package/fesm2015/porsche-design-system-components-angular.mjs +168 -89
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +160 -89
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/accordion.wrapper.d.ts +3 -3
- package/lib/components/barrel.d.ts +5 -1
- package/lib/components/button-pure.wrapper.d.ts +5 -6
- package/lib/components/button.wrapper.d.ts +5 -6
- package/lib/components/checkbox-wrapper.wrapper.d.ts +3 -2
- package/lib/components/content-wrapper.wrapper.d.ts +1 -0
- package/lib/components/display.wrapper.d.ts +16 -0
- package/lib/components/fieldset-wrapper.wrapper.d.ts +3 -2
- package/lib/components/flex-item.wrapper.d.ts +1 -0
- package/lib/components/flex.wrapper.d.ts +1 -0
- package/lib/components/grid-item.wrapper.d.ts +1 -0
- package/lib/components/grid.wrapper.d.ts +1 -0
- package/lib/components/heading.wrapper.d.ts +16 -0
- package/lib/components/headline.wrapper.d.ts +4 -3
- package/lib/components/icon.wrapper.d.ts +3 -3
- package/lib/components/link-pure.wrapper.d.ts +5 -4
- package/lib/components/link-social.wrapper.d.ts +1 -0
- package/lib/components/link.wrapper.d.ts +3 -3
- package/lib/components/popover.wrapper.d.ts +3 -2
- package/lib/components/radio-button-wrapper.wrapper.d.ts +3 -2
- package/lib/components/scroller.wrapper.d.ts +2 -2
- package/lib/components/spinner.wrapper.d.ts +2 -2
- package/lib/components/switch.wrapper.d.ts +3 -4
- package/lib/components/tabs-bar.wrapper.d.ts +2 -2
- package/lib/components/tabs.wrapper.d.ts +2 -2
- package/lib/components/tag-dismissible.wrapper.d.ts +3 -2
- package/lib/components/text-field-wrapper.wrapper.d.ts +3 -2
- package/lib/components/textarea-wrapper.wrapper.d.ts +3 -2
- package/lib/types.d.ts +275 -42
- package/package.json +12 -12
- package/partials/esm/{partials.js → index.js} +0 -0
- package/partials/{partials.d.ts → index.d.ts} +0 -0
- package/partials/{partials.js → index.js} +0 -0
- package/porsche-design-system.module.d.ts +47 -45
- package/styles/esm/index.js +1 -0
- package/styles/index.d.ts +1 -0
- package/styles/index.js +12 -0
- package/styles/scss.scss +1 -0
- package/testing/{testing.d.ts → index.d.ts} +0 -0
- package/testing/{testing.js → index.js} +0 -0
- package/partials/package.json +0 -6
- package/testing/package.json +0 -5
- package/utilities/js/esm/js.js +0 -1
- package/utilities/js/js.d.ts +0 -1
- package/utilities/js/js.js +0 -12
- package/utilities/js/package.json +0 -6
- package/utilities/scss.scss +0 -1
|
@@ -43,7 +43,7 @@ function ProxyCmp({ inputs /*, methods*/ }) {
|
|
|
43
43
|
};
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
var __decorate$
|
|
46
|
+
var __decorate$R = (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$P = (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$M = ['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$R([
|
|
69
69
|
ProxyCmp({
|
|
70
|
-
inputs: inputs$
|
|
70
|
+
inputs: inputs$M
|
|
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$M,
|
|
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$Q = (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$O = (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$L = ['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$Q([
|
|
107
107
|
ProxyCmp({
|
|
108
|
-
inputs: inputs$
|
|
108
|
+
inputs: inputs$L
|
|
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$L,
|
|
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$P = (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$N = (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$K = ['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;
|
|
@@ -138,10 +138,10 @@ let PButton = class PButton {
|
|
|
138
138
|
}
|
|
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
|
-
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",
|
|
142
|
-
PButton = __decorate$
|
|
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$P([
|
|
143
143
|
ProxyCmp({
|
|
144
|
-
inputs: inputs$
|
|
144
|
+
inputs: inputs$K
|
|
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$K
|
|
154
154
|
}]
|
|
155
155
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
156
156
|
|
|
157
|
-
var __decorate$
|
|
157
|
+
var __decorate$O = (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$M = (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$J = ['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$O([
|
|
178
178
|
ProxyCmp({
|
|
179
|
-
inputs: inputs$
|
|
179
|
+
inputs: inputs$J
|
|
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$J
|
|
189
189
|
}]
|
|
190
190
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
191
191
|
|
|
192
|
-
var __decorate$
|
|
192
|
+
var __decorate$N = (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$L = (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$I = ['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;
|
|
@@ -208,10 +208,10 @@ let PButtonPure = class PButtonPure {
|
|
|
208
208
|
}
|
|
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
|
-
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",
|
|
212
|
-
PButtonPure = __decorate$
|
|
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$N([
|
|
213
213
|
ProxyCmp({
|
|
214
|
-
inputs: inputs$
|
|
214
|
+
inputs: inputs$I
|
|
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$I
|
|
224
224
|
}]
|
|
225
225
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
226
226
|
|
|
227
|
-
var __decorate$
|
|
227
|
+
var __decorate$M = (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$K = (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$H = ['description', 'disablePagination', 'heading', 'intl', 'rewind', 'slidesPerPage', 'theme', 'wrapContent'];
|
|
238
238
|
const outputs$a = ['carouselChange'];
|
|
239
239
|
let PCarousel = class PCarousel {
|
|
240
240
|
constructor(c, r, z) {
|
|
@@ -246,9 +246,9 @@ let PCarousel = class PCarousel {
|
|
|
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
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$
|
|
249
|
+
PCarousel = __decorate$M([
|
|
250
250
|
ProxyCmp({
|
|
251
|
-
inputs: inputs$
|
|
251
|
+
inputs: inputs$H
|
|
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$H,
|
|
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$L = (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$J = (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$G = ['hideLabel', 'label', 'message', 'state', 'theme'];
|
|
276
276
|
let PCheckboxWrapper = class PCheckboxWrapper {
|
|
277
277
|
constructor(c, r, z) {
|
|
278
278
|
this.z = z;
|
|
@@ -281,10 +281,10 @@ let PCheckboxWrapper = class PCheckboxWrapper {
|
|
|
281
281
|
}
|
|
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
|
-
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", message: "message", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
285
|
-
PCheckboxWrapper = __decorate$
|
|
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$L([
|
|
286
286
|
ProxyCmp({
|
|
287
|
-
inputs: inputs$
|
|
287
|
+
inputs: inputs$G
|
|
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$G
|
|
297
297
|
}]
|
|
298
298
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
299
299
|
|
|
300
|
-
var __decorate$
|
|
300
|
+
var __decorate$K = (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,8 @@ var __decorate$I = (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$F = ['backgroundColor', 'theme', 'width'];
|
|
311
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
311
312
|
let PContentWrapper = class PContentWrapper {
|
|
312
313
|
constructor(c, r, z) {
|
|
313
314
|
this.z = z;
|
|
@@ -317,9 +318,9 @@ let PContentWrapper = class PContentWrapper {
|
|
|
317
318
|
};
|
|
318
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 });
|
|
319
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 });
|
|
320
|
-
PContentWrapper = __decorate$
|
|
321
|
+
PContentWrapper = __decorate$K([
|
|
321
322
|
ProxyCmp({
|
|
322
|
-
inputs: inputs$
|
|
323
|
+
inputs: inputs$F
|
|
323
324
|
})
|
|
324
325
|
], PContentWrapper);
|
|
325
326
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
@@ -328,11 +329,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
328
329
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
329
330
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
330
331
|
template: '<ng-content></ng-content>',
|
|
331
|
-
inputs: inputs$
|
|
332
|
+
inputs: inputs$F
|
|
332
333
|
}]
|
|
333
334
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
334
335
|
|
|
335
|
-
var __decorate$
|
|
336
|
+
var __decorate$J = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
337
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
338
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
339
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
340
|
+
else
|
|
341
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
342
|
+
if (d = decorators[i])
|
|
343
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
344
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
345
|
+
};
|
|
346
|
+
const inputs$E = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
|
|
347
|
+
let PDisplay = class PDisplay {
|
|
348
|
+
constructor(c, r, z) {
|
|
349
|
+
this.z = z;
|
|
350
|
+
c.detach();
|
|
351
|
+
this.el = r.nativeElement;
|
|
352
|
+
}
|
|
353
|
+
};
|
|
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
|
+
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$J([
|
|
357
|
+
ProxyCmp({
|
|
358
|
+
inputs: inputs$E
|
|
359
|
+
})
|
|
360
|
+
], PDisplay);
|
|
361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDisplay, decorators: [{
|
|
362
|
+
type: Component,
|
|
363
|
+
args: [{
|
|
364
|
+
selector: 'p-display,[p-display]',
|
|
365
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
366
|
+
template: '<ng-content></ng-content>',
|
|
367
|
+
inputs: inputs$E
|
|
368
|
+
}]
|
|
369
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
370
|
+
|
|
371
|
+
var __decorate$I = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
336
372
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
337
373
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
338
374
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -342,7 +378,7 @@ var __decorate$H = (this && this.__decorate) || function (decorators, target, ke
|
|
|
342
378
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
343
379
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
344
380
|
};
|
|
345
|
-
const inputs$
|
|
381
|
+
const inputs$D = ['color', 'orientation', 'theme'];
|
|
346
382
|
let PDivider = class PDivider {
|
|
347
383
|
constructor(c, r, z) {
|
|
348
384
|
this.z = z;
|
|
@@ -352,9 +388,9 @@ let PDivider = class PDivider {
|
|
|
352
388
|
};
|
|
353
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 });
|
|
354
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 });
|
|
355
|
-
PDivider = __decorate$
|
|
391
|
+
PDivider = __decorate$I([
|
|
356
392
|
ProxyCmp({
|
|
357
|
-
inputs: inputs$
|
|
393
|
+
inputs: inputs$D
|
|
358
394
|
})
|
|
359
395
|
], PDivider);
|
|
360
396
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDivider, decorators: [{
|
|
@@ -363,11 +399,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
363
399
|
selector: 'p-divider,[p-divider]',
|
|
364
400
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
365
401
|
template: '<ng-content></ng-content>',
|
|
366
|
-
inputs: inputs$
|
|
402
|
+
inputs: inputs$D
|
|
367
403
|
}]
|
|
368
404
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
369
405
|
|
|
370
|
-
var __decorate$
|
|
406
|
+
var __decorate$H = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
371
407
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
372
408
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
373
409
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -377,7 +413,7 @@ var __decorate$G = (this && this.__decorate) || function (decorators, target, ke
|
|
|
377
413
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
378
414
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
379
415
|
};
|
|
380
|
-
const inputs$
|
|
416
|
+
const inputs$C = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
|
|
381
417
|
let PFieldsetWrapper = class PFieldsetWrapper {
|
|
382
418
|
constructor(c, r, z) {
|
|
383
419
|
this.z = z;
|
|
@@ -386,10 +422,10 @@ let PFieldsetWrapper = class PFieldsetWrapper {
|
|
|
386
422
|
}
|
|
387
423
|
};
|
|
388
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 });
|
|
389
|
-
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PFieldsetWrapper, selector: "p-fieldset-wrapper,[p-fieldset-wrapper]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
390
|
-
PFieldsetWrapper = __decorate$
|
|
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$H([
|
|
391
427
|
ProxyCmp({
|
|
392
|
-
inputs: inputs$
|
|
428
|
+
inputs: inputs$C
|
|
393
429
|
})
|
|
394
430
|
], PFieldsetWrapper);
|
|
395
431
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
@@ -398,11 +434,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
398
434
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
399
435
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
400
436
|
template: '<ng-content></ng-content>',
|
|
401
|
-
inputs: inputs$
|
|
437
|
+
inputs: inputs$C
|
|
402
438
|
}]
|
|
403
439
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
404
440
|
|
|
405
|
-
var __decorate$
|
|
441
|
+
var __decorate$G = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
406
442
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
407
443
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
408
444
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -412,7 +448,8 @@ var __decorate$F = (this && this.__decorate) || function (decorators, target, ke
|
|
|
412
448
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
413
449
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
414
450
|
};
|
|
415
|
-
const inputs$
|
|
451
|
+
const inputs$B = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
|
|
452
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
416
453
|
let PFlex = class PFlex {
|
|
417
454
|
constructor(c, r, z) {
|
|
418
455
|
this.z = z;
|
|
@@ -422,9 +459,9 @@ let PFlex = class PFlex {
|
|
|
422
459
|
};
|
|
423
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 });
|
|
424
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 });
|
|
425
|
-
PFlex = __decorate$
|
|
462
|
+
PFlex = __decorate$G([
|
|
426
463
|
ProxyCmp({
|
|
427
|
-
inputs: inputs$
|
|
464
|
+
inputs: inputs$B
|
|
428
465
|
})
|
|
429
466
|
], PFlex);
|
|
430
467
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlex, decorators: [{
|
|
@@ -433,11 +470,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
433
470
|
selector: 'p-flex,[p-flex]',
|
|
434
471
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
435
472
|
template: '<ng-content></ng-content>',
|
|
436
|
-
inputs: inputs$
|
|
473
|
+
inputs: inputs$B
|
|
437
474
|
}]
|
|
438
475
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
439
476
|
|
|
440
|
-
var __decorate$
|
|
477
|
+
var __decorate$F = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
441
478
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
442
479
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
443
480
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -447,7 +484,8 @@ var __decorate$E = (this && this.__decorate) || function (decorators, target, ke
|
|
|
447
484
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
448
485
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
449
486
|
};
|
|
450
|
-
const inputs$
|
|
487
|
+
const inputs$A = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
|
|
488
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
451
489
|
let PFlexItem = class PFlexItem {
|
|
452
490
|
constructor(c, r, z) {
|
|
453
491
|
this.z = z;
|
|
@@ -457,9 +495,9 @@ let PFlexItem = class PFlexItem {
|
|
|
457
495
|
};
|
|
458
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 });
|
|
459
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 });
|
|
460
|
-
PFlexItem = __decorate$
|
|
498
|
+
PFlexItem = __decorate$F([
|
|
461
499
|
ProxyCmp({
|
|
462
|
-
inputs: inputs$
|
|
500
|
+
inputs: inputs$A
|
|
463
501
|
})
|
|
464
502
|
], PFlexItem);
|
|
465
503
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlexItem, decorators: [{
|
|
@@ -468,11 +506,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
468
506
|
selector: 'p-flex-item,[p-flex-item]',
|
|
469
507
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
470
508
|
template: '<ng-content></ng-content>',
|
|
471
|
-
inputs: inputs$
|
|
509
|
+
inputs: inputs$A
|
|
472
510
|
}]
|
|
473
511
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
474
512
|
|
|
475
|
-
var __decorate$
|
|
513
|
+
var __decorate$E = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
476
514
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
477
515
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
478
516
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -482,7 +520,8 @@ var __decorate$D = (this && this.__decorate) || function (decorators, target, ke
|
|
|
482
520
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
483
521
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
484
522
|
};
|
|
485
|
-
const inputs$
|
|
523
|
+
const inputs$z = ['direction', 'gutter', 'wrap'];
|
|
524
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
486
525
|
let PGrid = class PGrid {
|
|
487
526
|
constructor(c, r, z) {
|
|
488
527
|
this.z = z;
|
|
@@ -492,9 +531,9 @@ let PGrid = class PGrid {
|
|
|
492
531
|
};
|
|
493
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 });
|
|
494
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 });
|
|
495
|
-
PGrid = __decorate$
|
|
534
|
+
PGrid = __decorate$E([
|
|
496
535
|
ProxyCmp({
|
|
497
|
-
inputs: inputs$
|
|
536
|
+
inputs: inputs$z
|
|
498
537
|
})
|
|
499
538
|
], PGrid);
|
|
500
539
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGrid, decorators: [{
|
|
@@ -503,11 +542,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
503
542
|
selector: 'p-grid,[p-grid]',
|
|
504
543
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
505
544
|
template: '<ng-content></ng-content>',
|
|
506
|
-
inputs: inputs$
|
|
545
|
+
inputs: inputs$z
|
|
507
546
|
}]
|
|
508
547
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
509
548
|
|
|
510
|
-
var __decorate$
|
|
549
|
+
var __decorate$D = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
511
550
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
512
551
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
513
552
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -517,7 +556,8 @@ var __decorate$C = (this && this.__decorate) || function (decorators, target, ke
|
|
|
517
556
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
518
557
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
519
558
|
};
|
|
520
|
-
const inputs$
|
|
559
|
+
const inputs$y = ['offset', 'size'];
|
|
560
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
521
561
|
let PGridItem = class PGridItem {
|
|
522
562
|
constructor(c, r, z) {
|
|
523
563
|
this.z = z;
|
|
@@ -527,9 +567,9 @@ let PGridItem = class PGridItem {
|
|
|
527
567
|
};
|
|
528
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 });
|
|
529
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 });
|
|
530
|
-
PGridItem = __decorate$
|
|
570
|
+
PGridItem = __decorate$D([
|
|
531
571
|
ProxyCmp({
|
|
532
|
-
inputs: inputs$
|
|
572
|
+
inputs: inputs$y
|
|
533
573
|
})
|
|
534
574
|
], PGridItem);
|
|
535
575
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGridItem, decorators: [{
|
|
@@ -538,6 +578,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
538
578
|
selector: 'p-grid-item,[p-grid-item]',
|
|
539
579
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
540
580
|
template: '<ng-content></ng-content>',
|
|
581
|
+
inputs: inputs$y
|
|
582
|
+
}]
|
|
583
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
584
|
+
|
|
585
|
+
var __decorate$C = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
586
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
587
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
588
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
589
|
+
else
|
|
590
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
591
|
+
if (d = decorators[i])
|
|
592
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
593
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
594
|
+
};
|
|
595
|
+
const inputs$x = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
|
|
596
|
+
let PHeading = class PHeading {
|
|
597
|
+
constructor(c, r, z) {
|
|
598
|
+
this.z = z;
|
|
599
|
+
c.detach();
|
|
600
|
+
this.el = r.nativeElement;
|
|
601
|
+
}
|
|
602
|
+
};
|
|
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
|
+
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$C([
|
|
606
|
+
ProxyCmp({
|
|
607
|
+
inputs: inputs$x
|
|
608
|
+
})
|
|
609
|
+
], PHeading);
|
|
610
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeading, decorators: [{
|
|
611
|
+
type: Component,
|
|
612
|
+
args: [{
|
|
613
|
+
selector: 'p-heading,[p-heading]',
|
|
614
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
615
|
+
template: '<ng-content></ng-content>',
|
|
541
616
|
inputs: inputs$x
|
|
542
617
|
}]
|
|
543
618
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -553,6 +628,7 @@ var __decorate$B = (this && this.__decorate) || function (decorators, target, ke
|
|
|
553
628
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
554
629
|
};
|
|
555
630
|
const inputs$w = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
|
|
631
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
|
|
556
632
|
let PHeadline = class PHeadline {
|
|
557
633
|
constructor(c, r, z) {
|
|
558
634
|
this.z = z;
|
|
@@ -695,7 +771,7 @@ var __decorate$x = (this && this.__decorate) || function (decorators, target, ke
|
|
|
695
771
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
696
772
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
697
773
|
};
|
|
698
|
-
const inputs$s = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'weight'];
|
|
774
|
+
const inputs$s = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight'];
|
|
699
775
|
let PLinkPure = class PLinkPure {
|
|
700
776
|
constructor(c, r, z) {
|
|
701
777
|
this.z = z;
|
|
@@ -704,7 +780,7 @@ let PLinkPure = class PLinkPure {
|
|
|
704
780
|
}
|
|
705
781
|
};
|
|
706
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 });
|
|
707
|
-
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PLinkPure, selector: "p-link-pure,[p-link-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", size: "size", stretch: "stretch", target: "target", theme: "theme", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
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 });
|
|
708
784
|
PLinkPure = __decorate$x([
|
|
709
785
|
ProxyCmp({
|
|
710
786
|
inputs: inputs$s
|
|
@@ -731,6 +807,7 @@ var __decorate$w = (this && this.__decorate) || function (decorators, target, ke
|
|
|
731
807
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
732
808
|
};
|
|
733
809
|
const inputs$r = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
|
|
810
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social instead. */
|
|
734
811
|
let PLinkSocial = class PLinkSocial {
|
|
735
812
|
constructor(c, r, z) {
|
|
736
813
|
this.z = z;
|
|
@@ -911,7 +988,7 @@ var __decorate$r = (this && this.__decorate) || function (decorators, target, ke
|
|
|
911
988
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
912
989
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
913
990
|
};
|
|
914
|
-
const inputs$m = ['aria', 'description', 'direction'];
|
|
991
|
+
const inputs$m = ['aria', 'description', 'direction', 'theme'];
|
|
915
992
|
let PPopover = class PPopover {
|
|
916
993
|
constructor(c, r, z) {
|
|
917
994
|
this.z = z;
|
|
@@ -920,7 +997,7 @@ let PPopover = class PPopover {
|
|
|
920
997
|
}
|
|
921
998
|
};
|
|
922
999
|
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
923
|
-
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PPopover, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1000
|
+
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PPopover, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
924
1001
|
PPopover = __decorate$r([
|
|
925
1002
|
ProxyCmp({
|
|
926
1003
|
inputs: inputs$m
|
|
@@ -946,7 +1023,7 @@ var __decorate$q = (this && this.__decorate) || function (decorators, target, ke
|
|
|
946
1023
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
947
1024
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
948
1025
|
};
|
|
949
|
-
const inputs$l = ['hideLabel', 'label', 'message', 'state'];
|
|
1026
|
+
const inputs$l = ['hideLabel', 'label', 'message', 'state', 'theme'];
|
|
950
1027
|
let PRadioButtonWrapper = class PRadioButtonWrapper {
|
|
951
1028
|
constructor(c, r, z) {
|
|
952
1029
|
this.z = z;
|
|
@@ -955,7 +1032,7 @@ let PRadioButtonWrapper = class PRadioButtonWrapper {
|
|
|
955
1032
|
}
|
|
956
1033
|
};
|
|
957
1034
|
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PRadioButtonWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
958
|
-
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PRadioButtonWrapper, selector: "p-radio-button-wrapper,[p-radio-button-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", message: "message", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1035
|
+
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PRadioButtonWrapper, selector: "p-radio-button-wrapper,[p-radio-button-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", message: "message", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
959
1036
|
PRadioButtonWrapper = __decorate$q([
|
|
960
1037
|
ProxyCmp({
|
|
961
1038
|
inputs: inputs$l
|
|
@@ -1232,7 +1309,7 @@ var __decorate$i = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1232
1309
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1233
1310
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1234
1311
|
};
|
|
1235
|
-
const inputs$d = ['alignLabel', 'checked', 'disabled', 'hideLabel', 'loading', 'stretch', '
|
|
1312
|
+
const inputs$d = ['alignLabel', 'checked', 'disabled', 'hideLabel', 'loading', 'stretch', 'theme'];
|
|
1236
1313
|
const outputs$4 = ['switchChange'];
|
|
1237
1314
|
let PSwitch = class PSwitch {
|
|
1238
1315
|
constructor(c, r, z) {
|
|
@@ -1243,7 +1320,7 @@ let PSwitch = class PSwitch {
|
|
|
1243
1320
|
}
|
|
1244
1321
|
};
|
|
1245
1322
|
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1246
|
-
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PSwitch, selector: "p-switch,[p-switch]", inputs: { alignLabel: "alignLabel", checked: "checked", disabled: "disabled", hideLabel: "hideLabel", loading: "loading", stretch: "stretch",
|
|
1323
|
+
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PSwitch, selector: "p-switch,[p-switch]", inputs: { alignLabel: "alignLabel", checked: "checked", disabled: "disabled", hideLabel: "hideLabel", loading: "loading", stretch: "stretch", theme: "theme" }, outputs: { switchChange: "switchChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1247
1324
|
PSwitch = __decorate$i([
|
|
1248
1325
|
ProxyCmp({
|
|
1249
1326
|
inputs: inputs$d
|
|
@@ -1648,7 +1725,7 @@ var __decorate$6 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1648
1725
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1649
1726
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1650
1727
|
};
|
|
1651
|
-
const inputs$5 = ['aria', 'color', 'label'];
|
|
1728
|
+
const inputs$5 = ['aria', 'color', 'label', 'theme'];
|
|
1652
1729
|
let PTagDismissible = class PTagDismissible {
|
|
1653
1730
|
constructor(c, r, z) {
|
|
1654
1731
|
this.z = z;
|
|
@@ -1657,7 +1734,7 @@ let PTagDismissible = class PTagDismissible {
|
|
|
1657
1734
|
}
|
|
1658
1735
|
};
|
|
1659
1736
|
PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTagDismissible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1660
|
-
PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTagDismissible, selector: "p-tag-dismissible,[p-tag-dismissible]", inputs: { aria: "aria", color: "color", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1737
|
+
PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTagDismissible, selector: "p-tag-dismissible,[p-tag-dismissible]", inputs: { aria: "aria", color: "color", label: "label", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1661
1738
|
PTagDismissible = __decorate$6([
|
|
1662
1739
|
ProxyCmp({
|
|
1663
1740
|
inputs: inputs$5
|
|
@@ -1718,7 +1795,7 @@ var __decorate$4 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1718
1795
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1719
1796
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1720
1797
|
};
|
|
1721
|
-
const inputs$3 = ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'state', 'unit', 'unitPosition'];
|
|
1798
|
+
const inputs$3 = ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'state', 'theme', 'unit', 'unitPosition'];
|
|
1722
1799
|
const outputs = ['action'];
|
|
1723
1800
|
let PTextFieldWrapper = class PTextFieldWrapper {
|
|
1724
1801
|
constructor(c, r, z) {
|
|
@@ -1729,7 +1806,7 @@ let PTextFieldWrapper = class PTextFieldWrapper {
|
|
|
1729
1806
|
}
|
|
1730
1807
|
};
|
|
1731
1808
|
PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextFieldWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1732
|
-
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTextFieldWrapper, selector: "p-text-field-wrapper,[p-text-field-wrapper]", inputs: { actionIcon: "actionIcon", actionLoading: "actionLoading", description: "description", hideLabel: "hideLabel", label: "label", message: "message", showCharacterCount: "showCharacterCount", state: "state", unit: "unit", unitPosition: "unitPosition" }, outputs: { action: "action" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1809
|
+
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTextFieldWrapper, selector: "p-text-field-wrapper,[p-text-field-wrapper]", inputs: { actionIcon: "actionIcon", actionLoading: "actionLoading", description: "description", hideLabel: "hideLabel", label: "label", message: "message", showCharacterCount: "showCharacterCount", state: "state", theme: "theme", unit: "unit", unitPosition: "unitPosition" }, outputs: { action: "action" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1733
1810
|
PTextFieldWrapper = __decorate$4([
|
|
1734
1811
|
ProxyCmp({
|
|
1735
1812
|
inputs: inputs$3
|
|
@@ -1822,7 +1899,7 @@ var __decorate$1 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1822
1899
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1823
1900
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1824
1901
|
};
|
|
1825
|
-
const inputs$1 = ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'state'];
|
|
1902
|
+
const inputs$1 = ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'state', 'theme'];
|
|
1826
1903
|
let PTextareaWrapper = class PTextareaWrapper {
|
|
1827
1904
|
constructor(c, r, z) {
|
|
1828
1905
|
this.z = z;
|
|
@@ -1831,7 +1908,7 @@ let PTextareaWrapper = class PTextareaWrapper {
|
|
|
1831
1908
|
}
|
|
1832
1909
|
};
|
|
1833
1910
|
PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextareaWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1834
|
-
PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTextareaWrapper, selector: "p-textarea-wrapper,[p-textarea-wrapper]", inputs: { description: "description", hideLabel: "hideLabel", label: "label", message: "message", showCharacterCount: "showCharacterCount", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1911
|
+
PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTextareaWrapper, selector: "p-textarea-wrapper,[p-textarea-wrapper]", inputs: { description: "description", hideLabel: "hideLabel", label: "label", message: "message", showCharacterCount: "showCharacterCount", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1835
1912
|
PTextareaWrapper = __decorate$1([
|
|
1836
1913
|
ProxyCmp({
|
|
1837
1914
|
inputs: inputs$1
|
|
@@ -1891,12 +1968,14 @@ const DECLARATIONS = [
|
|
|
1891
1968
|
PCarousel,
|
|
1892
1969
|
PCheckboxWrapper,
|
|
1893
1970
|
PContentWrapper,
|
|
1971
|
+
PDisplay,
|
|
1894
1972
|
PDivider,
|
|
1895
1973
|
PFieldsetWrapper,
|
|
1896
1974
|
PFlex,
|
|
1897
1975
|
PFlexItem,
|
|
1898
1976
|
PGrid,
|
|
1899
1977
|
PGridItem,
|
|
1978
|
+
PHeading,
|
|
1900
1979
|
PHeadline,
|
|
1901
1980
|
PIcon,
|
|
1902
1981
|
PInlineNotification,
|
|
@@ -1961,7 +2040,7 @@ class PorscheDesignSystemModule {
|
|
|
1961
2040
|
}
|
|
1962
2041
|
}
|
|
1963
2042
|
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1964
|
-
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast] });
|
|
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] });
|
|
1965
2044
|
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule });
|
|
1966
2045
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
1967
2046
|
type: NgModule,
|
|
@@ -1994,5 +2073,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1994
2073
|
* Generated bundle index. Do not edit.
|
|
1995
2074
|
*/
|
|
1996
2075
|
|
|
1997
|
-
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PCarousel, PCheckboxWrapper, PContentWrapper, PDivider, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PMarque, PModal, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PorscheDesignSystemModule, ToastManager };
|
|
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 };
|
|
1998
2077
|
//# sourceMappingURL=porsche-design-system-components-angular.mjs.map
|