@porsche-design-system/components-angular 3.0.0-alpha.1 → 3.0.0-alpha.3
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 +351 -3
- package/OSS_NOTICE +65234 -2280
- package/esm2020/lib/components/accordion.wrapper.mjs +3 -3
- package/esm2020/lib/components/banner.wrapper.mjs +3 -3
- package/esm2020/lib/components/barrel.mjs +4 -1
- package/esm2020/lib/components/button-pure.wrapper.mjs +1 -1
- package/esm2020/lib/components/button.wrapper.mjs +1 -1
- package/esm2020/lib/components/carousel.wrapper.mjs +4 -4
- package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +1 -1
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +1 -1
- package/esm2020/lib/components/divider.wrapper.mjs +3 -3
- package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +1 -1
- package/esm2020/lib/components/grid.wrapper.mjs +1 -1
- package/esm2020/lib/components/icon.wrapper.mjs +1 -1
- package/esm2020/lib/components/inline-notification.wrapper.mjs +1 -1
- package/esm2020/lib/components/link-pure.wrapper.mjs +1 -1
- package/esm2020/lib/components/link-social.wrapper.mjs +2 -2
- package/esm2020/lib/components/link-tile.wrapper.mjs +1 -1
- package/esm2020/lib/components/link.wrapper.mjs +1 -1
- package/esm2020/lib/components/marque.wrapper.mjs +1 -1
- package/esm2020/lib/components/modal.wrapper.mjs +4 -4
- package/esm2020/lib/components/model-signature.wrapper.mjs +35 -0
- package/esm2020/lib/components/pagination.wrapper.mjs +4 -4
- package/esm2020/lib/components/popover.wrapper.mjs +1 -1
- package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +1 -1
- package/esm2020/lib/components/scroller.wrapper.mjs +3 -3
- package/esm2020/lib/components/segmented-control-item.wrapper.mjs +1 -1
- package/esm2020/lib/components/segmented-control.wrapper.mjs +3 -3
- package/esm2020/lib/components/select-wrapper.wrapper.mjs +1 -1
- package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +1 -1
- package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +3 -3
- package/esm2020/lib/components/switch.wrapper.mjs +3 -3
- package/esm2020/lib/components/table.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +4 -4
- package/esm2020/lib/components/tabs.wrapper.mjs +4 -4
- package/esm2020/lib/components/tag.wrapper.mjs +1 -1
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-list.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 +32 -31
- package/fesm2015/porsche-design-system-components-angular.mjs +197 -161
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +193 -161
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/accordion.wrapper.d.ts +3 -1
- package/lib/components/banner.wrapper.d.ts +3 -1
- package/lib/components/barrel.d.ts +3 -1
- package/lib/components/button-pure.wrapper.d.ts +8 -7
- package/lib/components/button.wrapper.d.ts +2 -2
- package/lib/components/carousel.wrapper.d.ts +9 -2
- package/lib/components/checkbox-wrapper.wrapper.d.ts +2 -2
- package/lib/components/content-wrapper.wrapper.d.ts +2 -0
- package/lib/components/divider.wrapper.d.ts +4 -2
- package/lib/components/fieldset-wrapper.wrapper.d.ts +2 -2
- package/lib/components/grid.wrapper.d.ts +1 -0
- package/lib/components/icon.wrapper.d.ts +1 -0
- package/lib/components/inline-notification.wrapper.d.ts +2 -2
- package/lib/components/link-pure.wrapper.d.ts +8 -7
- package/lib/components/link-social.wrapper.d.ts +4 -4
- package/lib/components/link-tile.wrapper.d.ts +3 -3
- package/lib/components/link.wrapper.d.ts +2 -2
- package/lib/components/marque.wrapper.d.ts +2 -2
- package/lib/components/modal.wrapper.d.ts +5 -1
- package/lib/components/model-signature.wrapper.d.ts +14 -0
- package/lib/components/pagination.wrapper.d.ts +11 -4
- package/lib/components/popover.wrapper.d.ts +2 -2
- package/lib/components/radio-button-wrapper.wrapper.d.ts +2 -2
- package/lib/components/scroller.wrapper.d.ts +9 -5
- package/lib/components/segmented-control-item.wrapper.d.ts +2 -2
- package/lib/components/segmented-control.wrapper.d.ts +4 -1
- package/lib/components/select-wrapper.wrapper.d.ts +3 -3
- package/lib/components/stepper-horizontal-item.wrapper.d.ts +2 -2
- package/lib/components/stepper-horizontal.wrapper.d.ts +5 -3
- package/lib/components/switch.wrapper.d.ts +5 -3
- package/lib/components/table.wrapper.d.ts +5 -3
- package/lib/components/tabs-bar.wrapper.d.ts +10 -6
- package/lib/components/tabs.wrapper.d.ts +10 -6
- package/lib/components/tag.wrapper.d.ts +2 -2
- package/lib/components/text-field-wrapper.wrapper.d.ts +6 -4
- package/lib/components/text-list.wrapper.d.ts +7 -4
- package/lib/components/textarea-wrapper.wrapper.d.ts +5 -3
- package/lib/types.d.ts +164 -60
- package/package.json +3 -3
- 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,8 +53,8 @@ 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$
|
|
57
|
-
const outputs$c = ['accordionChange'];
|
|
56
|
+
const inputs$N = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
|
|
57
|
+
const outputs$c = ['accordionChange', 'change'];
|
|
58
58
|
let PAccordion = class PAccordion {
|
|
59
59
|
constructor(c, r, z) {
|
|
60
60
|
this.z = z;
|
|
@@ -64,10 +64,10 @@ let PAccordion = class PAccordion {
|
|
|
64
64
|
}
|
|
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
|
-
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$
|
|
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", change: "change" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
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 = ['description', 'heading', 'persistent', 'state', 'theme', 'width'];
|
|
95
95
|
const outputs$b = ['dismiss'];
|
|
96
96
|
let PBanner = class PBanner {
|
|
97
97
|
constructor(c, r, z) {
|
|
@@ -102,10 +102,10 @@ let PBanner = class PBanner {
|
|
|
102
102
|
}
|
|
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
|
-
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$
|
|
105
|
+
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PBanner, selector: "p-banner,[p-banner]", inputs: { description: "description", heading: "heading", 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$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,8 +234,8 @@ 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$
|
|
238
|
-
const outputs$a = ['carouselChange'];
|
|
237
|
+
const inputs$I = ['alignHeader', 'description', 'disablePagination', 'heading', 'intl', 'pagination', 'rewind', 'slidesPerPage', 'theme', 'width', 'wrapContent'];
|
|
238
|
+
const outputs$a = ['carouselChange', 'change'];
|
|
239
239
|
let PCarousel = class PCarousel {
|
|
240
240
|
constructor(c, r, z) {
|
|
241
241
|
this.z = 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", pagination: "pagination", rewind: "rewind", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange", change: "change" }, 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', 'direction', 'orientation', 'theme'];
|
|
382
382
|
let PDivider = class PDivider {
|
|
383
383
|
constructor(c, r, z) {
|
|
384
384
|
this.z = z;
|
|
@@ -387,10 +387,10 @@ let PDivider = class PDivider {
|
|
|
387
387
|
}
|
|
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
|
-
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$
|
|
390
|
+
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction", orientation: "orientation", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
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,8 +806,8 @@ 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$
|
|
810
|
-
/** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social instead. */
|
|
809
|
+
const inputs$s = ['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 icon instead. */
|
|
811
811
|
let PLinkSocial = class PLinkSocial {
|
|
812
812
|
constructor(c, r, z) {
|
|
813
813
|
this.z = 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,8 +912,8 @@ 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$
|
|
916
|
-
const outputs$8 = ['close'];
|
|
915
|
+
const inputs$p = ['aria', 'disableBackdropClick', 'disableCloseButton', 'dismissButton', 'fullscreen', 'heading', 'open'];
|
|
916
|
+
const outputs$8 = ['close', 'dismiss'];
|
|
917
917
|
let PModal = class PModal {
|
|
918
918
|
constructor(c, r, z) {
|
|
919
919
|
this.z = z;
|
|
@@ -923,10 +923,10 @@ let PModal = class PModal {
|
|
|
923
923
|
}
|
|
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
|
-
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$
|
|
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", dismissButton: "dismissButton", fullscreen: "fullscreen", heading: "heading", open: "open" }, outputs: { close: "close", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
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")
|
|
@@ -950,8 +985,8 @@ var __decorate$s = (this && this.__decorate) || function (decorators, target, ke
|
|
|
950
985
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
951
986
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
952
987
|
};
|
|
953
|
-
const inputs$n = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'itemsPerPage', 'maxNumberOfPageLinks', 'theme', 'totalItemsCount'];
|
|
954
|
-
const outputs$7 = ['pageChange'];
|
|
988
|
+
const inputs$n = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'intl', 'itemsPerPage', 'maxNumberOfPageLinks', 'theme', 'totalItemsCount'];
|
|
989
|
+
const outputs$7 = ['change', 'pageChange'];
|
|
955
990
|
let PPagination = class PPagination {
|
|
956
991
|
constructor(c, r, z) {
|
|
957
992
|
this.z = z;
|
|
@@ -961,7 +996,7 @@ let PPagination = class PPagination {
|
|
|
961
996
|
}
|
|
962
997
|
};
|
|
963
998
|
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
964
|
-
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PPagination, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", allyLabel: "allyLabel", allyLabelNext: "allyLabelNext", allyLabelPage: "allyLabelPage", allyLabelPrev: "allyLabelPrev", itemsPerPage: "itemsPerPage", maxNumberOfPageLinks: "maxNumberOfPageLinks", theme: "theme", totalItemsCount: "totalItemsCount" }, outputs: { pageChange: "pageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
999
|
+
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PPagination, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", allyLabel: "allyLabel", allyLabelNext: "allyLabelNext", allyLabelPage: "allyLabelPage", allyLabelPrev: "allyLabelPrev", intl: "intl", itemsPerPage: "itemsPerPage", maxNumberOfPageLinks: "maxNumberOfPageLinks", theme: "theme", totalItemsCount: "totalItemsCount" }, outputs: { change: "change", pageChange: "pageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
965
1000
|
PPagination = __decorate$s([
|
|
966
1001
|
ProxyCmp({
|
|
967
1002
|
inputs: inputs$n
|
|
@@ -1058,7 +1093,7 @@ var __decorate$p = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1058
1093
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1059
1094
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1060
1095
|
};
|
|
1061
|
-
const inputs$k = ['gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'theme'];
|
|
1096
|
+
const inputs$k = ['alignScrollIndicator', 'gradientColor', 'gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'theme'];
|
|
1062
1097
|
let PScroller = class PScroller {
|
|
1063
1098
|
constructor(c, r, z) {
|
|
1064
1099
|
this.z = z;
|
|
@@ -1067,7 +1102,7 @@ let PScroller = class PScroller {
|
|
|
1067
1102
|
}
|
|
1068
1103
|
};
|
|
1069
1104
|
PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PScroller, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1070
|
-
PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PScroller, selector: "p-scroller,[p-scroller]", inputs: { gradientColorScheme: "gradientColorScheme", scrollIndicatorPosition: "scrollIndicatorPosition", scrollToPosition: "scrollToPosition", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1105
|
+
PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PScroller, selector: "p-scroller,[p-scroller]", inputs: { alignScrollIndicator: "alignScrollIndicator", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", scrollIndicatorPosition: "scrollIndicatorPosition", scrollToPosition: "scrollToPosition", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1071
1106
|
PScroller = __decorate$p([
|
|
1072
1107
|
ProxyCmp({
|
|
1073
1108
|
inputs: inputs$k
|
|
@@ -1094,7 +1129,7 @@ var __decorate$o = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1094
1129
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1095
1130
|
};
|
|
1096
1131
|
const inputs$j = ['backgroundColor', 'theme', 'value'];
|
|
1097
|
-
const outputs$6 = ['segmentedControlChange'];
|
|
1132
|
+
const outputs$6 = ['change', 'segmentedControlChange'];
|
|
1098
1133
|
let PSegmentedControl = class PSegmentedControl {
|
|
1099
1134
|
constructor(c, r, z) {
|
|
1100
1135
|
this.z = z;
|
|
@@ -1104,7 +1139,7 @@ let PSegmentedControl = class PSegmentedControl {
|
|
|
1104
1139
|
}
|
|
1105
1140
|
};
|
|
1106
1141
|
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1107
|
-
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PSegmentedControl, selector: "p-segmented-control,[p-segmented-control]", inputs: { backgroundColor: "backgroundColor", theme: "theme", value: "value" }, outputs: { segmentedControlChange: "segmentedControlChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1142
|
+
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PSegmentedControl, selector: "p-segmented-control,[p-segmented-control]", inputs: { backgroundColor: "backgroundColor", theme: "theme", value: "value" }, outputs: { change: "change", segmentedControlChange: "segmentedControlChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1108
1143
|
PSegmentedControl = __decorate$o([
|
|
1109
1144
|
ProxyCmp({
|
|
1110
1145
|
inputs: inputs$j
|
|
@@ -1237,7 +1272,7 @@ var __decorate$k = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1237
1272
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1238
1273
|
};
|
|
1239
1274
|
const inputs$f = ['size', 'theme'];
|
|
1240
|
-
const outputs$5 = ['stepChange'];
|
|
1275
|
+
const outputs$5 = ['change', 'stepChange'];
|
|
1241
1276
|
let PStepperHorizontal = class PStepperHorizontal {
|
|
1242
1277
|
constructor(c, r, z) {
|
|
1243
1278
|
this.z = z;
|
|
@@ -1247,7 +1282,7 @@ let PStepperHorizontal = class PStepperHorizontal {
|
|
|
1247
1282
|
}
|
|
1248
1283
|
};
|
|
1249
1284
|
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PStepperHorizontal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1250
|
-
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PStepperHorizontal, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size", theme: "theme" }, outputs: { stepChange: "stepChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1285
|
+
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PStepperHorizontal, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size", theme: "theme" }, outputs: { change: "change", stepChange: "stepChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1251
1286
|
PStepperHorizontal = __decorate$k([
|
|
1252
1287
|
ProxyCmp({
|
|
1253
1288
|
inputs: inputs$f
|
|
@@ -1310,7 +1345,7 @@ var __decorate$i = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1310
1345
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1311
1346
|
};
|
|
1312
1347
|
const inputs$d = ['alignLabel', 'checked', 'disabled', 'hideLabel', 'loading', 'stretch', 'theme'];
|
|
1313
|
-
const outputs$4 = ['switchChange'];
|
|
1348
|
+
const outputs$4 = ['change', 'switchChange'];
|
|
1314
1349
|
let PSwitch = class PSwitch {
|
|
1315
1350
|
constructor(c, r, z) {
|
|
1316
1351
|
this.z = z;
|
|
@@ -1320,7 +1355,7 @@ let PSwitch = class PSwitch {
|
|
|
1320
1355
|
}
|
|
1321
1356
|
};
|
|
1322
1357
|
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 });
|
|
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 });
|
|
1358
|
+
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: { change: "change", switchChange: "switchChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1324
1359
|
PSwitch = __decorate$i([
|
|
1325
1360
|
ProxyCmp({
|
|
1326
1361
|
inputs: inputs$d
|
|
@@ -1348,7 +1383,7 @@ var __decorate$h = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1348
1383
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1349
1384
|
};
|
|
1350
1385
|
const inputs$c = ['caption'];
|
|
1351
|
-
const outputs$3 = ['sortingChange'];
|
|
1386
|
+
const outputs$3 = ['change', 'sortingChange'];
|
|
1352
1387
|
let PTable = class PTable {
|
|
1353
1388
|
constructor(c, r, z) {
|
|
1354
1389
|
this.z = z;
|
|
@@ -1358,7 +1393,7 @@ let PTable = class PTable {
|
|
|
1358
1393
|
}
|
|
1359
1394
|
};
|
|
1360
1395
|
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1361
|
-
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTable, selector: "p-table,[p-table]", inputs: { caption: "caption" }, outputs: { sortingChange: "sortingChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1396
|
+
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTable, selector: "p-table,[p-table]", inputs: { caption: "caption" }, outputs: { change: "change", sortingChange: "sortingChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1362
1397
|
PTable = __decorate$h([
|
|
1363
1398
|
ProxyCmp({
|
|
1364
1399
|
inputs: inputs$c
|
|
@@ -1579,8 +1614,8 @@ var __decorate$a = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1579
1614
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1580
1615
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1581
1616
|
};
|
|
1582
|
-
const inputs$9 = ['activeTabIndex', 'gradientColorScheme', 'size', 'theme', 'weight'];
|
|
1583
|
-
const outputs$2 = ['tabChange'];
|
|
1617
|
+
const inputs$9 = ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'];
|
|
1618
|
+
const outputs$2 = ['change', 'tabChange'];
|
|
1584
1619
|
let PTabs = class PTabs {
|
|
1585
1620
|
constructor(c, r, z) {
|
|
1586
1621
|
this.z = z;
|
|
@@ -1590,7 +1625,7 @@ let PTabs = class PTabs {
|
|
|
1590
1625
|
}
|
|
1591
1626
|
};
|
|
1592
1627
|
PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1593
|
-
PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTabs, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1628
|
+
PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTabs, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { change: "change", tabChange: "tabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1594
1629
|
PTabs = __decorate$a([
|
|
1595
1630
|
ProxyCmp({
|
|
1596
1631
|
inputs: inputs$9
|
|
@@ -1617,8 +1652,8 @@ var __decorate$9 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1617
1652
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1618
1653
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1619
1654
|
};
|
|
1620
|
-
const inputs$8 = ['activeTabIndex', 'gradientColorScheme', 'size', 'theme', 'weight'];
|
|
1621
|
-
const outputs$1 = ['tabChange'];
|
|
1655
|
+
const inputs$8 = ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'];
|
|
1656
|
+
const outputs$1 = ['change', 'tabChange'];
|
|
1622
1657
|
let PTabsBar = class PTabsBar {
|
|
1623
1658
|
constructor(c, r, z) {
|
|
1624
1659
|
this.z = z;
|
|
@@ -1628,7 +1663,7 @@ let PTabsBar = class PTabsBar {
|
|
|
1628
1663
|
}
|
|
1629
1664
|
};
|
|
1630
1665
|
PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTabsBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1631
|
-
PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTabsBar, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1666
|
+
PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTabsBar, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { change: "change", tabChange: "tabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1632
1667
|
PTabsBar = __decorate$9([
|
|
1633
1668
|
ProxyCmp({
|
|
1634
1669
|
inputs: inputs$8
|
|
@@ -1795,7 +1830,7 @@ var __decorate$4 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1795
1830
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1796
1831
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1797
1832
|
};
|
|
1798
|
-
const inputs$3 = ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'state', 'theme', 'unit', 'unitPosition'];
|
|
1833
|
+
const inputs$3 = ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'state', 'theme', 'unit', 'unitPosition'];
|
|
1799
1834
|
const outputs = ['action'];
|
|
1800
1835
|
let PTextFieldWrapper = class PTextFieldWrapper {
|
|
1801
1836
|
constructor(c, r, z) {
|
|
@@ -1806,7 +1841,7 @@ let PTextFieldWrapper = class PTextFieldWrapper {
|
|
|
1806
1841
|
}
|
|
1807
1842
|
};
|
|
1808
1843
|
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 });
|
|
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 });
|
|
1844
|
+
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", showCounter: "showCounter", state: "state", theme: "theme", unit: "unit", unitPosition: "unitPosition" }, outputs: { action: "action" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1810
1845
|
PTextFieldWrapper = __decorate$4([
|
|
1811
1846
|
ProxyCmp({
|
|
1812
1847
|
inputs: inputs$3
|
|
@@ -1833,7 +1868,7 @@ var __decorate$3 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1833
1868
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1834
1869
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1835
1870
|
};
|
|
1836
|
-
const inputs$2 = ['listType', 'orderType', 'theme'];
|
|
1871
|
+
const inputs$2 = ['listType', 'orderType', 'theme', 'type'];
|
|
1837
1872
|
let PTextList = class PTextList {
|
|
1838
1873
|
constructor(c, r, z) {
|
|
1839
1874
|
this.z = z;
|
|
@@ -1842,7 +1877,7 @@ let PTextList = class PTextList {
|
|
|
1842
1877
|
}
|
|
1843
1878
|
};
|
|
1844
1879
|
PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PTextList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1845
|
-
PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTextList, selector: "p-text-list,[p-text-list]", inputs: { listType: "listType", orderType: "orderType", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1880
|
+
PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PTextList, selector: "p-text-list,[p-text-list]", inputs: { listType: "listType", orderType: "orderType", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1846
1881
|
PTextList = __decorate$3([
|
|
1847
1882
|
ProxyCmp({
|
|
1848
1883
|
inputs: inputs$2
|
|
@@ -1899,7 +1934,7 @@ var __decorate$1 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1899
1934
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1900
1935
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1901
1936
|
};
|
|
1902
|
-
const inputs$1 = ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'state', 'theme'];
|
|
1937
|
+
const inputs$1 = ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'state', 'theme'];
|
|
1903
1938
|
let PTextareaWrapper = class PTextareaWrapper {
|
|
1904
1939
|
constructor(c, r, z) {
|
|
1905
1940
|
this.z = z;
|
|
@@ -1908,7 +1943,7 @@ let PTextareaWrapper = class PTextareaWrapper {
|
|
|
1908
1943
|
}
|
|
1909
1944
|
};
|
|
1910
1945
|
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 });
|
|
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 });
|
|
1946
|
+
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", showCounter: "showCounter", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1912
1947
|
PTextareaWrapper = __decorate$1([
|
|
1913
1948
|
ProxyCmp({
|
|
1914
1949
|
inputs: inputs$1
|
|
@@ -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
|