@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,14 +43,14 @@ 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") r = Reflect.decorate(decorators, target, key, desc);
|
|
49
49
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
50
50
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
51
51
|
};
|
|
52
|
-
const inputs$
|
|
53
|
-
const outputs$c = ['accordionChange'];
|
|
52
|
+
const inputs$N = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
|
|
53
|
+
const outputs$c = ['accordionChange', 'change'];
|
|
54
54
|
let PAccordion = class PAccordion {
|
|
55
55
|
constructor(c, r, z) {
|
|
56
56
|
this.z = z;
|
|
@@ -60,10 +60,10 @@ let PAccordion = class PAccordion {
|
|
|
60
60
|
}
|
|
61
61
|
};
|
|
62
62
|
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 });
|
|
63
|
-
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 });
|
|
64
|
-
PAccordion = __decorate$
|
|
63
|
+
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 });
|
|
64
|
+
PAccordion = __decorate$S([
|
|
65
65
|
ProxyCmp({
|
|
66
|
-
inputs: inputs$
|
|
66
|
+
inputs: inputs$N
|
|
67
67
|
})
|
|
68
68
|
], PAccordion);
|
|
69
69
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PAccordion, decorators: [{
|
|
@@ -72,18 +72,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
72
72
|
selector: 'p-accordion,[p-accordion]',
|
|
73
73
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
74
74
|
template: '<ng-content></ng-content>',
|
|
75
|
-
inputs: inputs$
|
|
75
|
+
inputs: inputs$N,
|
|
76
76
|
outputs: outputs$c
|
|
77
77
|
}]
|
|
78
78
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
79
79
|
|
|
80
|
-
var __decorate$
|
|
80
|
+
var __decorate$R = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
81
81
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
82
82
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
83
83
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
84
84
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
85
85
|
};
|
|
86
|
-
const inputs$
|
|
86
|
+
const inputs$M = ['description', 'heading', 'persistent', 'state', 'theme', 'width'];
|
|
87
87
|
const outputs$b = ['dismiss'];
|
|
88
88
|
let PBanner = class PBanner {
|
|
89
89
|
constructor(c, r, z) {
|
|
@@ -94,10 +94,10 @@ let PBanner = class PBanner {
|
|
|
94
94
|
}
|
|
95
95
|
};
|
|
96
96
|
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 });
|
|
97
|
-
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 });
|
|
98
|
-
PBanner = __decorate$
|
|
97
|
+
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 });
|
|
98
|
+
PBanner = __decorate$R([
|
|
99
99
|
ProxyCmp({
|
|
100
|
-
inputs: inputs$
|
|
100
|
+
inputs: inputs$M
|
|
101
101
|
})
|
|
102
102
|
], PBanner);
|
|
103
103
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PBanner, decorators: [{
|
|
@@ -106,18 +106,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
106
106
|
selector: 'p-banner,[p-banner]',
|
|
107
107
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
108
108
|
template: '<ng-content></ng-content>',
|
|
109
|
-
inputs: inputs$
|
|
109
|
+
inputs: inputs$M,
|
|
110
110
|
outputs: outputs$b
|
|
111
111
|
}]
|
|
112
112
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
113
113
|
|
|
114
|
-
var __decorate$
|
|
114
|
+
var __decorate$Q = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
115
115
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
116
116
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
117
117
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
118
118
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
119
119
|
};
|
|
120
|
-
const inputs$
|
|
120
|
+
const inputs$L = ['aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'theme', 'type', 'variant'];
|
|
121
121
|
let PButton = class PButton {
|
|
122
122
|
constructor(c, r, z) {
|
|
123
123
|
this.z = z;
|
|
@@ -127,9 +127,9 @@ let PButton = class PButton {
|
|
|
127
127
|
};
|
|
128
128
|
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
129
129
|
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "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 });
|
|
130
|
-
PButton = __decorate$
|
|
130
|
+
PButton = __decorate$Q([
|
|
131
131
|
ProxyCmp({
|
|
132
|
-
inputs: inputs$
|
|
132
|
+
inputs: inputs$L
|
|
133
133
|
})
|
|
134
134
|
], PButton);
|
|
135
135
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButton, decorators: [{
|
|
@@ -138,17 +138,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
138
138
|
selector: 'p-button,[p-button]',
|
|
139
139
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
140
140
|
template: '<ng-content></ng-content>',
|
|
141
|
-
inputs: inputs$
|
|
141
|
+
inputs: inputs$L
|
|
142
142
|
}]
|
|
143
143
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
144
144
|
|
|
145
|
-
var __decorate$
|
|
145
|
+
var __decorate$P = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
146
146
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
147
147
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
148
148
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
149
149
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
150
150
|
};
|
|
151
|
-
const inputs$
|
|
151
|
+
const inputs$K = ['direction'];
|
|
152
152
|
let PButtonGroup = class PButtonGroup {
|
|
153
153
|
constructor(c, r, z) {
|
|
154
154
|
this.z = z;
|
|
@@ -158,9 +158,9 @@ let PButtonGroup = class PButtonGroup {
|
|
|
158
158
|
};
|
|
159
159
|
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
160
160
|
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "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 });
|
|
161
|
-
PButtonGroup = __decorate$
|
|
161
|
+
PButtonGroup = __decorate$P([
|
|
162
162
|
ProxyCmp({
|
|
163
|
-
inputs: inputs$
|
|
163
|
+
inputs: inputs$K
|
|
164
164
|
})
|
|
165
165
|
], PButtonGroup);
|
|
166
166
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonGroup, decorators: [{
|
|
@@ -169,17 +169,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
169
169
|
selector: 'p-button-group,[p-button-group]',
|
|
170
170
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
171
171
|
template: '<ng-content></ng-content>',
|
|
172
|
-
inputs: inputs$
|
|
172
|
+
inputs: inputs$K
|
|
173
173
|
}]
|
|
174
174
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
175
175
|
|
|
176
|
-
var __decorate$
|
|
176
|
+
var __decorate$O = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
177
177
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
178
178
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
179
179
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
180
180
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
181
181
|
};
|
|
182
|
-
const inputs$
|
|
182
|
+
const inputs$J = ['active', 'alignLabel', 'aria', 'disabled', 'hideLabel', 'icon', 'iconSource', 'loading', 'size', 'stretch', 'theme', 'type', 'weight'];
|
|
183
183
|
let PButtonPure = class PButtonPure {
|
|
184
184
|
constructor(c, r, z) {
|
|
185
185
|
this.z = z;
|
|
@@ -189,9 +189,9 @@ let PButtonPure = class PButtonPure {
|
|
|
189
189
|
};
|
|
190
190
|
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
191
191
|
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "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 });
|
|
192
|
-
PButtonPure = __decorate$
|
|
192
|
+
PButtonPure = __decorate$O([
|
|
193
193
|
ProxyCmp({
|
|
194
|
-
inputs: inputs$
|
|
194
|
+
inputs: inputs$J
|
|
195
195
|
})
|
|
196
196
|
], PButtonPure);
|
|
197
197
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PButtonPure, decorators: [{
|
|
@@ -200,18 +200,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
200
200
|
selector: 'p-button-pure,[p-button-pure]',
|
|
201
201
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
202
202
|
template: '<ng-content></ng-content>',
|
|
203
|
-
inputs: inputs$
|
|
203
|
+
inputs: inputs$J
|
|
204
204
|
}]
|
|
205
205
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
206
206
|
|
|
207
|
-
var __decorate$
|
|
207
|
+
var __decorate$N = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
208
208
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
209
209
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
210
210
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
211
211
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
212
212
|
};
|
|
213
|
-
const inputs$
|
|
214
|
-
const outputs$a = ['carouselChange'];
|
|
213
|
+
const inputs$I = ['alignHeader', 'description', 'disablePagination', 'heading', 'intl', 'pagination', 'rewind', 'slidesPerPage', 'theme', 'width', 'wrapContent'];
|
|
214
|
+
const outputs$a = ['carouselChange', 'change'];
|
|
215
215
|
let PCarousel = class PCarousel {
|
|
216
216
|
constructor(c, r, z) {
|
|
217
217
|
this.z = z;
|
|
@@ -221,10 +221,10 @@ let PCarousel = class PCarousel {
|
|
|
221
221
|
}
|
|
222
222
|
};
|
|
223
223
|
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 });
|
|
224
|
-
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 });
|
|
225
|
-
PCarousel = __decorate$
|
|
224
|
+
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 });
|
|
225
|
+
PCarousel = __decorate$N([
|
|
226
226
|
ProxyCmp({
|
|
227
|
-
inputs: inputs$
|
|
227
|
+
inputs: inputs$I
|
|
228
228
|
})
|
|
229
229
|
], PCarousel);
|
|
230
230
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCarousel, decorators: [{
|
|
@@ -233,18 +233,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
233
233
|
selector: 'p-carousel,[p-carousel]',
|
|
234
234
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
235
235
|
template: '<ng-content></ng-content>',
|
|
236
|
-
inputs: inputs$
|
|
236
|
+
inputs: inputs$I,
|
|
237
237
|
outputs: outputs$a
|
|
238
238
|
}]
|
|
239
239
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
240
240
|
|
|
241
|
-
var __decorate$
|
|
241
|
+
var __decorate$M = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
242
242
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
243
243
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
244
244
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
245
245
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
246
246
|
};
|
|
247
|
-
const inputs$
|
|
247
|
+
const inputs$H = ['hideLabel', 'label', 'message', 'state', 'theme'];
|
|
248
248
|
let PCheckboxWrapper = class PCheckboxWrapper {
|
|
249
249
|
constructor(c, r, z) {
|
|
250
250
|
this.z = z;
|
|
@@ -254,9 +254,9 @@ let PCheckboxWrapper = class PCheckboxWrapper {
|
|
|
254
254
|
};
|
|
255
255
|
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 });
|
|
256
256
|
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 });
|
|
257
|
-
PCheckboxWrapper = __decorate$
|
|
257
|
+
PCheckboxWrapper = __decorate$M([
|
|
258
258
|
ProxyCmp({
|
|
259
|
-
inputs: inputs$
|
|
259
|
+
inputs: inputs$H
|
|
260
260
|
})
|
|
261
261
|
], PCheckboxWrapper);
|
|
262
262
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PCheckboxWrapper, decorators: [{
|
|
@@ -265,17 +265,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
265
265
|
selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
|
|
266
266
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
267
267
|
template: '<ng-content></ng-content>',
|
|
268
|
-
inputs: inputs$
|
|
268
|
+
inputs: inputs$H
|
|
269
269
|
}]
|
|
270
270
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
271
271
|
|
|
272
|
-
var __decorate$
|
|
272
|
+
var __decorate$L = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
273
273
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
274
274
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
275
275
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
276
276
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
277
277
|
};
|
|
278
|
-
const inputs$
|
|
278
|
+
const inputs$G = ['backgroundColor', 'theme', 'width'];
|
|
279
279
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
280
280
|
let PContentWrapper = class PContentWrapper {
|
|
281
281
|
constructor(c, r, z) {
|
|
@@ -286,9 +286,9 @@ let PContentWrapper = class PContentWrapper {
|
|
|
286
286
|
};
|
|
287
287
|
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 });
|
|
288
288
|
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 });
|
|
289
|
-
PContentWrapper = __decorate$
|
|
289
|
+
PContentWrapper = __decorate$L([
|
|
290
290
|
ProxyCmp({
|
|
291
|
-
inputs: inputs$
|
|
291
|
+
inputs: inputs$G
|
|
292
292
|
})
|
|
293
293
|
], PContentWrapper);
|
|
294
294
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
@@ -297,17 +297,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
297
297
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
298
298
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
299
299
|
template: '<ng-content></ng-content>',
|
|
300
|
-
inputs: inputs$
|
|
300
|
+
inputs: inputs$G
|
|
301
301
|
}]
|
|
302
302
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
303
303
|
|
|
304
|
-
var __decorate$
|
|
304
|
+
var __decorate$K = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
305
305
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
306
306
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
307
307
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
308
308
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
309
309
|
};
|
|
310
|
-
const inputs$
|
|
310
|
+
const inputs$F = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
|
|
311
311
|
let PDisplay = class PDisplay {
|
|
312
312
|
constructor(c, r, z) {
|
|
313
313
|
this.z = z;
|
|
@@ -317,9 +317,9 @@ let PDisplay = class PDisplay {
|
|
|
317
317
|
};
|
|
318
318
|
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 });
|
|
319
319
|
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 });
|
|
320
|
-
PDisplay = __decorate$
|
|
320
|
+
PDisplay = __decorate$K([
|
|
321
321
|
ProxyCmp({
|
|
322
|
-
inputs: inputs$
|
|
322
|
+
inputs: inputs$F
|
|
323
323
|
})
|
|
324
324
|
], PDisplay);
|
|
325
325
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDisplay, decorators: [{
|
|
@@ -328,17 +328,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
328
328
|
selector: 'p-display,[p-display]',
|
|
329
329
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
330
330
|
template: '<ng-content></ng-content>',
|
|
331
|
-
inputs: inputs$
|
|
331
|
+
inputs: inputs$F
|
|
332
332
|
}]
|
|
333
333
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
334
334
|
|
|
335
|
-
var __decorate$
|
|
335
|
+
var __decorate$J = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
336
336
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
337
337
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
338
338
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
339
339
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
340
340
|
};
|
|
341
|
-
const inputs$
|
|
341
|
+
const inputs$E = ['color', 'direction', 'orientation', 'theme'];
|
|
342
342
|
let PDivider = class PDivider {
|
|
343
343
|
constructor(c, r, z) {
|
|
344
344
|
this.z = z;
|
|
@@ -347,10 +347,10 @@ let PDivider = class PDivider {
|
|
|
347
347
|
}
|
|
348
348
|
};
|
|
349
349
|
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 });
|
|
350
|
-
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 });
|
|
351
|
-
PDivider = __decorate$
|
|
350
|
+
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 });
|
|
351
|
+
PDivider = __decorate$J([
|
|
352
352
|
ProxyCmp({
|
|
353
|
-
inputs: inputs$
|
|
353
|
+
inputs: inputs$E
|
|
354
354
|
})
|
|
355
355
|
], PDivider);
|
|
356
356
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDivider, decorators: [{
|
|
@@ -359,17 +359,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
359
359
|
selector: 'p-divider,[p-divider]',
|
|
360
360
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
361
361
|
template: '<ng-content></ng-content>',
|
|
362
|
-
inputs: inputs$
|
|
362
|
+
inputs: inputs$E
|
|
363
363
|
}]
|
|
364
364
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
365
365
|
|
|
366
|
-
var __decorate$
|
|
366
|
+
var __decorate$I = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
367
367
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
368
368
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
369
369
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
370
370
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
371
371
|
};
|
|
372
|
-
const inputs$
|
|
372
|
+
const inputs$D = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
|
|
373
373
|
let PFieldsetWrapper = class PFieldsetWrapper {
|
|
374
374
|
constructor(c, r, z) {
|
|
375
375
|
this.z = z;
|
|
@@ -379,9 +379,9 @@ let PFieldsetWrapper = class PFieldsetWrapper {
|
|
|
379
379
|
};
|
|
380
380
|
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 });
|
|
381
381
|
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 });
|
|
382
|
-
PFieldsetWrapper = __decorate$
|
|
382
|
+
PFieldsetWrapper = __decorate$I([
|
|
383
383
|
ProxyCmp({
|
|
384
|
-
inputs: inputs$
|
|
384
|
+
inputs: inputs$D
|
|
385
385
|
})
|
|
386
386
|
], PFieldsetWrapper);
|
|
387
387
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
@@ -390,17 +390,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
390
390
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
391
391
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
392
392
|
template: '<ng-content></ng-content>',
|
|
393
|
-
inputs: inputs$
|
|
393
|
+
inputs: inputs$D
|
|
394
394
|
}]
|
|
395
395
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
396
396
|
|
|
397
|
-
var __decorate$
|
|
397
|
+
var __decorate$H = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
398
398
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
399
399
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
400
400
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
401
401
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
402
402
|
};
|
|
403
|
-
const inputs$
|
|
403
|
+
const inputs$C = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
|
|
404
404
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
405
405
|
let PFlex = class PFlex {
|
|
406
406
|
constructor(c, r, z) {
|
|
@@ -411,9 +411,9 @@ let PFlex = class PFlex {
|
|
|
411
411
|
};
|
|
412
412
|
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 });
|
|
413
413
|
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 });
|
|
414
|
-
PFlex = __decorate$
|
|
414
|
+
PFlex = __decorate$H([
|
|
415
415
|
ProxyCmp({
|
|
416
|
-
inputs: inputs$
|
|
416
|
+
inputs: inputs$C
|
|
417
417
|
})
|
|
418
418
|
], PFlex);
|
|
419
419
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlex, decorators: [{
|
|
@@ -422,17 +422,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
422
422
|
selector: 'p-flex,[p-flex]',
|
|
423
423
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
424
424
|
template: '<ng-content></ng-content>',
|
|
425
|
-
inputs: inputs$
|
|
425
|
+
inputs: inputs$C
|
|
426
426
|
}]
|
|
427
427
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
428
428
|
|
|
429
|
-
var __decorate$
|
|
429
|
+
var __decorate$G = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
430
430
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
431
431
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
432
432
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
433
433
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
434
434
|
};
|
|
435
|
-
const inputs$
|
|
435
|
+
const inputs$B = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
|
|
436
436
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
437
437
|
let PFlexItem = class PFlexItem {
|
|
438
438
|
constructor(c, r, z) {
|
|
@@ -443,9 +443,9 @@ let PFlexItem = class PFlexItem {
|
|
|
443
443
|
};
|
|
444
444
|
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 });
|
|
445
445
|
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 });
|
|
446
|
-
PFlexItem = __decorate$
|
|
446
|
+
PFlexItem = __decorate$G([
|
|
447
447
|
ProxyCmp({
|
|
448
|
-
inputs: inputs$
|
|
448
|
+
inputs: inputs$B
|
|
449
449
|
})
|
|
450
450
|
], PFlexItem);
|
|
451
451
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PFlexItem, decorators: [{
|
|
@@ -454,17 +454,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
454
454
|
selector: 'p-flex-item,[p-flex-item]',
|
|
455
455
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
456
456
|
template: '<ng-content></ng-content>',
|
|
457
|
-
inputs: inputs$
|
|
457
|
+
inputs: inputs$B
|
|
458
458
|
}]
|
|
459
459
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
460
460
|
|
|
461
|
-
var __decorate$
|
|
461
|
+
var __decorate$F = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
462
462
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
463
463
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
464
464
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
465
465
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
466
466
|
};
|
|
467
|
-
const inputs$
|
|
467
|
+
const inputs$A = ['direction', 'gutter', 'wrap'];
|
|
468
468
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
469
469
|
let PGrid = class PGrid {
|
|
470
470
|
constructor(c, r, z) {
|
|
@@ -475,9 +475,9 @@ let PGrid = class PGrid {
|
|
|
475
475
|
};
|
|
476
476
|
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 });
|
|
477
477
|
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 });
|
|
478
|
-
PGrid = __decorate$
|
|
478
|
+
PGrid = __decorate$F([
|
|
479
479
|
ProxyCmp({
|
|
480
|
-
inputs: inputs$
|
|
480
|
+
inputs: inputs$A
|
|
481
481
|
})
|
|
482
482
|
], PGrid);
|
|
483
483
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGrid, decorators: [{
|
|
@@ -486,17 +486,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
486
486
|
selector: 'p-grid,[p-grid]',
|
|
487
487
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
488
488
|
template: '<ng-content></ng-content>',
|
|
489
|
-
inputs: inputs$
|
|
489
|
+
inputs: inputs$A
|
|
490
490
|
}]
|
|
491
491
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
492
492
|
|
|
493
|
-
var __decorate$
|
|
493
|
+
var __decorate$E = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
494
494
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
495
495
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
496
496
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
497
497
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
498
498
|
};
|
|
499
|
-
const inputs$
|
|
499
|
+
const inputs$z = ['offset', 'size'];
|
|
500
500
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
501
501
|
let PGridItem = class PGridItem {
|
|
502
502
|
constructor(c, r, z) {
|
|
@@ -507,9 +507,9 @@ let PGridItem = class PGridItem {
|
|
|
507
507
|
};
|
|
508
508
|
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 });
|
|
509
509
|
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 });
|
|
510
|
-
PGridItem = __decorate$
|
|
510
|
+
PGridItem = __decorate$E([
|
|
511
511
|
ProxyCmp({
|
|
512
|
-
inputs: inputs$
|
|
512
|
+
inputs: inputs$z
|
|
513
513
|
})
|
|
514
514
|
], PGridItem);
|
|
515
515
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PGridItem, decorators: [{
|
|
@@ -518,17 +518,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
518
518
|
selector: 'p-grid-item,[p-grid-item]',
|
|
519
519
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
520
520
|
template: '<ng-content></ng-content>',
|
|
521
|
-
inputs: inputs$
|
|
521
|
+
inputs: inputs$z
|
|
522
522
|
}]
|
|
523
523
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
524
524
|
|
|
525
|
-
var __decorate$
|
|
525
|
+
var __decorate$D = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
526
526
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
527
527
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
528
528
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
529
529
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
530
530
|
};
|
|
531
|
-
const inputs$
|
|
531
|
+
const inputs$y = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
|
|
532
532
|
let PHeading = class PHeading {
|
|
533
533
|
constructor(c, r, z) {
|
|
534
534
|
this.z = z;
|
|
@@ -538,9 +538,9 @@ let PHeading = class PHeading {
|
|
|
538
538
|
};
|
|
539
539
|
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 });
|
|
540
540
|
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 });
|
|
541
|
-
PHeading = __decorate$
|
|
541
|
+
PHeading = __decorate$D([
|
|
542
542
|
ProxyCmp({
|
|
543
|
-
inputs: inputs$
|
|
543
|
+
inputs: inputs$y
|
|
544
544
|
})
|
|
545
545
|
], PHeading);
|
|
546
546
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeading, decorators: [{
|
|
@@ -549,17 +549,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
549
549
|
selector: 'p-heading,[p-heading]',
|
|
550
550
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
551
551
|
template: '<ng-content></ng-content>',
|
|
552
|
-
inputs: inputs$
|
|
552
|
+
inputs: inputs$y
|
|
553
553
|
}]
|
|
554
554
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
555
555
|
|
|
556
|
-
var __decorate$
|
|
556
|
+
var __decorate$C = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
557
557
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
558
558
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
559
559
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
560
560
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
561
561
|
};
|
|
562
|
-
const inputs$
|
|
562
|
+
const inputs$x = ['align', 'color', 'ellipsis', 'tag', 'theme', 'variant'];
|
|
563
563
|
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
|
|
564
564
|
let PHeadline = class PHeadline {
|
|
565
565
|
constructor(c, r, z) {
|
|
@@ -570,9 +570,9 @@ let PHeadline = class PHeadline {
|
|
|
570
570
|
};
|
|
571
571
|
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 });
|
|
572
572
|
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 });
|
|
573
|
-
PHeadline = __decorate$
|
|
573
|
+
PHeadline = __decorate$C([
|
|
574
574
|
ProxyCmp({
|
|
575
|
-
inputs: inputs$
|
|
575
|
+
inputs: inputs$x
|
|
576
576
|
})
|
|
577
577
|
], PHeadline);
|
|
578
578
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PHeadline, decorators: [{
|
|
@@ -581,17 +581,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
581
581
|
selector: 'p-headline,[p-headline]',
|
|
582
582
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
583
583
|
template: '<ng-content></ng-content>',
|
|
584
|
-
inputs: inputs$
|
|
584
|
+
inputs: inputs$x
|
|
585
585
|
}]
|
|
586
586
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
587
587
|
|
|
588
|
-
var __decorate$
|
|
588
|
+
var __decorate$B = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
589
589
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
590
590
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
591
591
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
592
592
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
593
593
|
};
|
|
594
|
-
const inputs$
|
|
594
|
+
const inputs$w = ['aria', 'color', 'lazy', 'name', 'size', 'source', 'theme'];
|
|
595
595
|
let PIcon = class PIcon {
|
|
596
596
|
constructor(c, r, z) {
|
|
597
597
|
this.z = z;
|
|
@@ -601,9 +601,9 @@ let PIcon = class PIcon {
|
|
|
601
601
|
};
|
|
602
602
|
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 });
|
|
603
603
|
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 });
|
|
604
|
-
PIcon = __decorate$
|
|
604
|
+
PIcon = __decorate$B([
|
|
605
605
|
ProxyCmp({
|
|
606
|
-
inputs: inputs$
|
|
606
|
+
inputs: inputs$w
|
|
607
607
|
})
|
|
608
608
|
], PIcon);
|
|
609
609
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PIcon, decorators: [{
|
|
@@ -612,17 +612,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
612
612
|
selector: 'p-icon,[p-icon]',
|
|
613
613
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
614
614
|
template: '<ng-content></ng-content>',
|
|
615
|
-
inputs: inputs$
|
|
615
|
+
inputs: inputs$w
|
|
616
616
|
}]
|
|
617
617
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
618
618
|
|
|
619
|
-
var __decorate$
|
|
619
|
+
var __decorate$A = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
620
620
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
621
621
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
622
622
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
623
623
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
624
624
|
};
|
|
625
|
-
const inputs$
|
|
625
|
+
const inputs$v = ['actionIcon', 'actionLabel', 'actionLoading', 'description', 'heading', 'persistent', 'state', 'theme'];
|
|
626
626
|
const outputs$9 = ['action', 'dismiss'];
|
|
627
627
|
let PInlineNotification = class PInlineNotification {
|
|
628
628
|
constructor(c, r, z) {
|
|
@@ -634,9 +634,9 @@ let PInlineNotification = class PInlineNotification {
|
|
|
634
634
|
};
|
|
635
635
|
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 });
|
|
636
636
|
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 });
|
|
637
|
-
PInlineNotification = __decorate$
|
|
637
|
+
PInlineNotification = __decorate$A([
|
|
638
638
|
ProxyCmp({
|
|
639
|
-
inputs: inputs$
|
|
639
|
+
inputs: inputs$v
|
|
640
640
|
})
|
|
641
641
|
], PInlineNotification);
|
|
642
642
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
@@ -645,18 +645,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
645
645
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
646
646
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
647
647
|
template: '<ng-content></ng-content>',
|
|
648
|
-
inputs: inputs$
|
|
648
|
+
inputs: inputs$v,
|
|
649
649
|
outputs: outputs$9
|
|
650
650
|
}]
|
|
651
651
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
652
652
|
|
|
653
|
-
var __decorate$
|
|
653
|
+
var __decorate$z = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
654
654
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
655
655
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
656
656
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
657
657
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
658
658
|
};
|
|
659
|
-
const inputs$
|
|
659
|
+
const inputs$u = ['aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme', 'variant'];
|
|
660
660
|
let PLink = class PLink {
|
|
661
661
|
constructor(c, r, z) {
|
|
662
662
|
this.z = z;
|
|
@@ -666,9 +666,9 @@ let PLink = class PLink {
|
|
|
666
666
|
};
|
|
667
667
|
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 });
|
|
668
668
|
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 });
|
|
669
|
-
PLink = __decorate$
|
|
669
|
+
PLink = __decorate$z([
|
|
670
670
|
ProxyCmp({
|
|
671
|
-
inputs: inputs$
|
|
671
|
+
inputs: inputs$u
|
|
672
672
|
})
|
|
673
673
|
], PLink);
|
|
674
674
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLink, decorators: [{
|
|
@@ -677,17 +677,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
677
677
|
selector: 'p-link,[p-link]',
|
|
678
678
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
679
679
|
template: '<ng-content></ng-content>',
|
|
680
|
-
inputs: inputs$
|
|
680
|
+
inputs: inputs$u
|
|
681
681
|
}]
|
|
682
682
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
683
683
|
|
|
684
|
-
var __decorate$
|
|
684
|
+
var __decorate$y = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
685
685
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
686
686
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
687
687
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
688
688
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
689
689
|
};
|
|
690
|
-
const inputs$
|
|
690
|
+
const inputs$t = ['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'theme', 'underline', 'weight'];
|
|
691
691
|
let PLinkPure = class PLinkPure {
|
|
692
692
|
constructor(c, r, z) {
|
|
693
693
|
this.z = z;
|
|
@@ -697,9 +697,9 @@ let PLinkPure = class PLinkPure {
|
|
|
697
697
|
};
|
|
698
698
|
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 });
|
|
699
699
|
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 });
|
|
700
|
-
PLinkPure = __decorate$
|
|
700
|
+
PLinkPure = __decorate$y([
|
|
701
701
|
ProxyCmp({
|
|
702
|
-
inputs: inputs$
|
|
702
|
+
inputs: inputs$t
|
|
703
703
|
})
|
|
704
704
|
], PLinkPure);
|
|
705
705
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkPure, decorators: [{
|
|
@@ -708,18 +708,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
708
708
|
selector: 'p-link-pure,[p-link-pure]',
|
|
709
709
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
710
710
|
template: '<ng-content></ng-content>',
|
|
711
|
-
inputs: inputs$
|
|
711
|
+
inputs: inputs$t
|
|
712
712
|
}]
|
|
713
713
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
714
714
|
|
|
715
|
-
var __decorate$
|
|
715
|
+
var __decorate$x = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
716
716
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
717
717
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
718
718
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
719
719
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
720
720
|
};
|
|
721
|
-
const inputs$
|
|
722
|
-
/** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social instead. */
|
|
721
|
+
const inputs$s = ['hideLabel', 'href', 'icon', 'iconSource', 'rel', 'target', 'theme'];
|
|
722
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
|
|
723
723
|
let PLinkSocial = class PLinkSocial {
|
|
724
724
|
constructor(c, r, z) {
|
|
725
725
|
this.z = z;
|
|
@@ -729,9 +729,9 @@ let PLinkSocial = class PLinkSocial {
|
|
|
729
729
|
};
|
|
730
730
|
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 });
|
|
731
731
|
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 });
|
|
732
|
-
PLinkSocial = __decorate$
|
|
732
|
+
PLinkSocial = __decorate$x([
|
|
733
733
|
ProxyCmp({
|
|
734
|
-
inputs: inputs$
|
|
734
|
+
inputs: inputs$s
|
|
735
735
|
})
|
|
736
736
|
], PLinkSocial);
|
|
737
737
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkSocial, decorators: [{
|
|
@@ -740,17 +740,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
740
740
|
selector: 'p-link-social,[p-link-social]',
|
|
741
741
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
742
742
|
template: '<ng-content></ng-content>',
|
|
743
|
-
inputs: inputs$
|
|
743
|
+
inputs: inputs$s
|
|
744
744
|
}]
|
|
745
745
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
746
746
|
|
|
747
|
-
var __decorate$
|
|
747
|
+
var __decorate$w = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
748
748
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
749
749
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
750
750
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
751
751
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
752
752
|
};
|
|
753
|
-
const inputs$
|
|
753
|
+
const inputs$r = ['align', 'aria', 'aspectRatio', 'compact', 'description', 'download', 'gradient', 'href', 'label', 'rel', 'size', 'target', 'weight'];
|
|
754
754
|
let PLinkTile = class PLinkTile {
|
|
755
755
|
constructor(c, r, z) {
|
|
756
756
|
this.z = z;
|
|
@@ -760,9 +760,9 @@ let PLinkTile = class PLinkTile {
|
|
|
760
760
|
};
|
|
761
761
|
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 });
|
|
762
762
|
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 });
|
|
763
|
-
PLinkTile = __decorate$
|
|
763
|
+
PLinkTile = __decorate$w([
|
|
764
764
|
ProxyCmp({
|
|
765
|
-
inputs: inputs$
|
|
765
|
+
inputs: inputs$r
|
|
766
766
|
})
|
|
767
767
|
], PLinkTile);
|
|
768
768
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PLinkTile, decorators: [{
|
|
@@ -771,17 +771,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
771
771
|
selector: 'p-link-tile,[p-link-tile]',
|
|
772
772
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
773
773
|
template: '<ng-content></ng-content>',
|
|
774
|
-
inputs: inputs$
|
|
774
|
+
inputs: inputs$r
|
|
775
775
|
}]
|
|
776
776
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
777
777
|
|
|
778
|
-
var __decorate$
|
|
778
|
+
var __decorate$v = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
779
779
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
780
780
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
781
781
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
782
782
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
783
783
|
};
|
|
784
|
-
const inputs$
|
|
784
|
+
const inputs$q = ['aria', 'href', 'size', 'target', 'trademark'];
|
|
785
785
|
let PMarque = class PMarque {
|
|
786
786
|
constructor(c, r, z) {
|
|
787
787
|
this.z = z;
|
|
@@ -791,9 +791,9 @@ let PMarque = class PMarque {
|
|
|
791
791
|
};
|
|
792
792
|
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 });
|
|
793
793
|
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 });
|
|
794
|
-
PMarque = __decorate$
|
|
794
|
+
PMarque = __decorate$v([
|
|
795
795
|
ProxyCmp({
|
|
796
|
-
inputs: inputs$
|
|
796
|
+
inputs: inputs$q
|
|
797
797
|
})
|
|
798
798
|
], PMarque);
|
|
799
799
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PMarque, decorators: [{
|
|
@@ -802,18 +802,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
802
802
|
selector: 'p-marque,[p-marque]',
|
|
803
803
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
804
804
|
template: '<ng-content></ng-content>',
|
|
805
|
-
inputs: inputs$
|
|
805
|
+
inputs: inputs$q
|
|
806
806
|
}]
|
|
807
807
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
808
808
|
|
|
809
|
-
var __decorate$
|
|
809
|
+
var __decorate$u = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
810
810
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
811
811
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
812
812
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
813
813
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
814
814
|
};
|
|
815
|
-
const inputs$
|
|
816
|
-
const outputs$8 = ['close'];
|
|
815
|
+
const inputs$p = ['aria', 'disableBackdropClick', 'disableCloseButton', 'dismissButton', 'fullscreen', 'heading', 'open'];
|
|
816
|
+
const outputs$8 = ['close', 'dismiss'];
|
|
817
817
|
let PModal = class PModal {
|
|
818
818
|
constructor(c, r, z) {
|
|
819
819
|
this.z = z;
|
|
@@ -823,10 +823,10 @@ let PModal = class PModal {
|
|
|
823
823
|
}
|
|
824
824
|
};
|
|
825
825
|
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 });
|
|
826
|
-
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 });
|
|
827
|
-
PModal = __decorate$
|
|
826
|
+
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 });
|
|
827
|
+
PModal = __decorate$u([
|
|
828
828
|
ProxyCmp({
|
|
829
|
-
inputs: inputs$
|
|
829
|
+
inputs: inputs$p
|
|
830
830
|
})
|
|
831
831
|
], PModal);
|
|
832
832
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PModal, decorators: [{
|
|
@@ -835,19 +835,50 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
835
835
|
selector: 'p-modal,[p-modal]',
|
|
836
836
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
837
837
|
template: '<ng-content></ng-content>',
|
|
838
|
-
inputs: inputs$
|
|
838
|
+
inputs: inputs$p,
|
|
839
839
|
outputs: outputs$8
|
|
840
840
|
}]
|
|
841
841
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
842
842
|
|
|
843
|
+
var __decorate$t = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
844
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
845
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
846
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
847
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
848
|
+
};
|
|
849
|
+
const inputs$o = ['color', 'model', 'size', 'theme'];
|
|
850
|
+
let PModelSignature = class PModelSignature {
|
|
851
|
+
constructor(c, r, z) {
|
|
852
|
+
this.z = z;
|
|
853
|
+
c.detach();
|
|
854
|
+
this.el = r.nativeElement;
|
|
855
|
+
}
|
|
856
|
+
};
|
|
857
|
+
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 });
|
|
858
|
+
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 });
|
|
859
|
+
PModelSignature = __decorate$t([
|
|
860
|
+
ProxyCmp({
|
|
861
|
+
inputs: inputs$o
|
|
862
|
+
})
|
|
863
|
+
], PModelSignature);
|
|
864
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PModelSignature, decorators: [{
|
|
865
|
+
type: Component,
|
|
866
|
+
args: [{
|
|
867
|
+
selector: 'p-model-signature,[p-model-signature]',
|
|
868
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
869
|
+
template: '<ng-content></ng-content>',
|
|
870
|
+
inputs: inputs$o
|
|
871
|
+
}]
|
|
872
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
873
|
+
|
|
843
874
|
var __decorate$s = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
844
875
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
845
876
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
846
877
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
847
878
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
848
879
|
};
|
|
849
|
-
const inputs$n = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'itemsPerPage', 'maxNumberOfPageLinks', 'theme', 'totalItemsCount'];
|
|
850
|
-
const outputs$7 = ['pageChange'];
|
|
880
|
+
const inputs$n = ['activePage', 'allyLabel', 'allyLabelNext', 'allyLabelPage', 'allyLabelPrev', 'intl', 'itemsPerPage', 'maxNumberOfPageLinks', 'theme', 'totalItemsCount'];
|
|
881
|
+
const outputs$7 = ['change', 'pageChange'];
|
|
851
882
|
let PPagination = class PPagination {
|
|
852
883
|
constructor(c, r, z) {
|
|
853
884
|
this.z = z;
|
|
@@ -857,7 +888,7 @@ let PPagination = class PPagination {
|
|
|
857
888
|
}
|
|
858
889
|
};
|
|
859
890
|
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 });
|
|
860
|
-
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 });
|
|
891
|
+
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 });
|
|
861
892
|
PPagination = __decorate$s([
|
|
862
893
|
ProxyCmp({
|
|
863
894
|
inputs: inputs$n
|
|
@@ -942,7 +973,7 @@ var __decorate$p = (this && this.__decorate) || function (decorators, target, ke
|
|
|
942
973
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
943
974
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
944
975
|
};
|
|
945
|
-
const inputs$k = ['gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'theme'];
|
|
976
|
+
const inputs$k = ['alignScrollIndicator', 'gradientColor', 'gradientColorScheme', 'scrollIndicatorPosition', 'scrollToPosition', 'theme'];
|
|
946
977
|
let PScroller = class PScroller {
|
|
947
978
|
constructor(c, r, z) {
|
|
948
979
|
this.z = z;
|
|
@@ -951,7 +982,7 @@ let PScroller = class PScroller {
|
|
|
951
982
|
}
|
|
952
983
|
};
|
|
953
984
|
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 });
|
|
954
|
-
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 });
|
|
985
|
+
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 });
|
|
955
986
|
PScroller = __decorate$p([
|
|
956
987
|
ProxyCmp({
|
|
957
988
|
inputs: inputs$k
|
|
@@ -974,7 +1005,7 @@ var __decorate$o = (this && this.__decorate) || function (decorators, target, ke
|
|
|
974
1005
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
975
1006
|
};
|
|
976
1007
|
const inputs$j = ['backgroundColor', 'theme', 'value'];
|
|
977
|
-
const outputs$6 = ['segmentedControlChange'];
|
|
1008
|
+
const outputs$6 = ['change', 'segmentedControlChange'];
|
|
978
1009
|
let PSegmentedControl = class PSegmentedControl {
|
|
979
1010
|
constructor(c, r, z) {
|
|
980
1011
|
this.z = z;
|
|
@@ -984,7 +1015,7 @@ let PSegmentedControl = class PSegmentedControl {
|
|
|
984
1015
|
}
|
|
985
1016
|
};
|
|
986
1017
|
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 });
|
|
987
|
-
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 });
|
|
1018
|
+
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 });
|
|
988
1019
|
PSegmentedControl = __decorate$o([
|
|
989
1020
|
ProxyCmp({
|
|
990
1021
|
inputs: inputs$j
|
|
@@ -1101,7 +1132,7 @@ var __decorate$k = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1101
1132
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1102
1133
|
};
|
|
1103
1134
|
const inputs$f = ['size', 'theme'];
|
|
1104
|
-
const outputs$5 = ['stepChange'];
|
|
1135
|
+
const outputs$5 = ['change', 'stepChange'];
|
|
1105
1136
|
let PStepperHorizontal = class PStepperHorizontal {
|
|
1106
1137
|
constructor(c, r, z) {
|
|
1107
1138
|
this.z = z;
|
|
@@ -1111,7 +1142,7 @@ let PStepperHorizontal = class PStepperHorizontal {
|
|
|
1111
1142
|
}
|
|
1112
1143
|
};
|
|
1113
1144
|
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 });
|
|
1114
|
-
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 });
|
|
1145
|
+
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 });
|
|
1115
1146
|
PStepperHorizontal = __decorate$k([
|
|
1116
1147
|
ProxyCmp({
|
|
1117
1148
|
inputs: inputs$f
|
|
@@ -1166,7 +1197,7 @@ var __decorate$i = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1166
1197
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1167
1198
|
};
|
|
1168
1199
|
const inputs$d = ['alignLabel', 'checked', 'disabled', 'hideLabel', 'loading', 'stretch', 'theme'];
|
|
1169
|
-
const outputs$4 = ['switchChange'];
|
|
1200
|
+
const outputs$4 = ['change', 'switchChange'];
|
|
1170
1201
|
let PSwitch = class PSwitch {
|
|
1171
1202
|
constructor(c, r, z) {
|
|
1172
1203
|
this.z = z;
|
|
@@ -1176,7 +1207,7 @@ let PSwitch = class PSwitch {
|
|
|
1176
1207
|
}
|
|
1177
1208
|
};
|
|
1178
1209
|
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 });
|
|
1179
|
-
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 });
|
|
1210
|
+
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 });
|
|
1180
1211
|
PSwitch = __decorate$i([
|
|
1181
1212
|
ProxyCmp({
|
|
1182
1213
|
inputs: inputs$d
|
|
@@ -1200,7 +1231,7 @@ var __decorate$h = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1200
1231
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1201
1232
|
};
|
|
1202
1233
|
const inputs$c = ['caption'];
|
|
1203
|
-
const outputs$3 = ['sortingChange'];
|
|
1234
|
+
const outputs$3 = ['change', 'sortingChange'];
|
|
1204
1235
|
let PTable = class PTable {
|
|
1205
1236
|
constructor(c, r, z) {
|
|
1206
1237
|
this.z = z;
|
|
@@ -1210,7 +1241,7 @@ let PTable = class PTable {
|
|
|
1210
1241
|
}
|
|
1211
1242
|
};
|
|
1212
1243
|
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 });
|
|
1213
|
-
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 });
|
|
1244
|
+
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 });
|
|
1214
1245
|
PTable = __decorate$h([
|
|
1215
1246
|
ProxyCmp({
|
|
1216
1247
|
inputs: inputs$c
|
|
@@ -1403,8 +1434,8 @@ var __decorate$a = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1403
1434
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1404
1435
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1405
1436
|
};
|
|
1406
|
-
const inputs$9 = ['activeTabIndex', 'gradientColorScheme', 'size', 'theme', 'weight'];
|
|
1407
|
-
const outputs$2 = ['tabChange'];
|
|
1437
|
+
const inputs$9 = ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'];
|
|
1438
|
+
const outputs$2 = ['change', 'tabChange'];
|
|
1408
1439
|
let PTabs = class PTabs {
|
|
1409
1440
|
constructor(c, r, z) {
|
|
1410
1441
|
this.z = z;
|
|
@@ -1414,7 +1445,7 @@ let PTabs = class PTabs {
|
|
|
1414
1445
|
}
|
|
1415
1446
|
};
|
|
1416
1447
|
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 });
|
|
1417
|
-
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 });
|
|
1448
|
+
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 });
|
|
1418
1449
|
PTabs = __decorate$a([
|
|
1419
1450
|
ProxyCmp({
|
|
1420
1451
|
inputs: inputs$9
|
|
@@ -1437,8 +1468,8 @@ var __decorate$9 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1437
1468
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1438
1469
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1439
1470
|
};
|
|
1440
|
-
const inputs$8 = ['activeTabIndex', 'gradientColorScheme', 'size', 'theme', 'weight'];
|
|
1441
|
-
const outputs$1 = ['tabChange'];
|
|
1471
|
+
const inputs$8 = ['activeTabIndex', 'gradientColor', 'gradientColorScheme', 'size', 'theme', 'weight'];
|
|
1472
|
+
const outputs$1 = ['change', 'tabChange'];
|
|
1442
1473
|
let PTabsBar = class PTabsBar {
|
|
1443
1474
|
constructor(c, r, z) {
|
|
1444
1475
|
this.z = z;
|
|
@@ -1448,7 +1479,7 @@ let PTabsBar = class PTabsBar {
|
|
|
1448
1479
|
}
|
|
1449
1480
|
};
|
|
1450
1481
|
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 });
|
|
1451
|
-
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 });
|
|
1482
|
+
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 });
|
|
1452
1483
|
PTabsBar = __decorate$9([
|
|
1453
1484
|
ProxyCmp({
|
|
1454
1485
|
inputs: inputs$8
|
|
@@ -1595,7 +1626,7 @@ var __decorate$4 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1595
1626
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1596
1627
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1597
1628
|
};
|
|
1598
|
-
const inputs$3 = ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'state', 'theme', 'unit', 'unitPosition'];
|
|
1629
|
+
const inputs$3 = ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'state', 'theme', 'unit', 'unitPosition'];
|
|
1599
1630
|
const outputs = ['action'];
|
|
1600
1631
|
let PTextFieldWrapper = class PTextFieldWrapper {
|
|
1601
1632
|
constructor(c, r, z) {
|
|
@@ -1606,7 +1637,7 @@ let PTextFieldWrapper = class PTextFieldWrapper {
|
|
|
1606
1637
|
}
|
|
1607
1638
|
};
|
|
1608
1639
|
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 });
|
|
1609
|
-
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 });
|
|
1640
|
+
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 });
|
|
1610
1641
|
PTextFieldWrapper = __decorate$4([
|
|
1611
1642
|
ProxyCmp({
|
|
1612
1643
|
inputs: inputs$3
|
|
@@ -1629,7 +1660,7 @@ var __decorate$3 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1629
1660
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1630
1661
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1631
1662
|
};
|
|
1632
|
-
const inputs$2 = ['listType', 'orderType', 'theme'];
|
|
1663
|
+
const inputs$2 = ['listType', 'orderType', 'theme', 'type'];
|
|
1633
1664
|
let PTextList = class PTextList {
|
|
1634
1665
|
constructor(c, r, z) {
|
|
1635
1666
|
this.z = z;
|
|
@@ -1638,7 +1669,7 @@ let PTextList = class PTextList {
|
|
|
1638
1669
|
}
|
|
1639
1670
|
};
|
|
1640
1671
|
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 });
|
|
1641
|
-
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 });
|
|
1672
|
+
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 });
|
|
1642
1673
|
PTextList = __decorate$3([
|
|
1643
1674
|
ProxyCmp({
|
|
1644
1675
|
inputs: inputs$2
|
|
@@ -1687,7 +1718,7 @@ var __decorate$1 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1687
1718
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1688
1719
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1689
1720
|
};
|
|
1690
|
-
const inputs$1 = ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'state', 'theme'];
|
|
1721
|
+
const inputs$1 = ['description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'state', 'theme'];
|
|
1691
1722
|
let PTextareaWrapper = class PTextareaWrapper {
|
|
1692
1723
|
constructor(c, r, z) {
|
|
1693
1724
|
this.z = z;
|
|
@@ -1696,7 +1727,7 @@ let PTextareaWrapper = class PTextareaWrapper {
|
|
|
1696
1727
|
}
|
|
1697
1728
|
};
|
|
1698
1729
|
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 });
|
|
1699
|
-
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 });
|
|
1730
|
+
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 });
|
|
1700
1731
|
PTextareaWrapper = __decorate$1([
|
|
1701
1732
|
ProxyCmp({
|
|
1702
1733
|
inputs: inputs$1
|
|
@@ -1769,6 +1800,7 @@ const DECLARATIONS = [
|
|
|
1769
1800
|
PLinkTile,
|
|
1770
1801
|
PMarque,
|
|
1771
1802
|
PModal,
|
|
1803
|
+
PModelSignature,
|
|
1772
1804
|
PPagination,
|
|
1773
1805
|
PPopover,
|
|
1774
1806
|
PRadioButtonWrapper,
|
|
@@ -1824,7 +1856,7 @@ class PorscheDesignSystemModule {
|
|
|
1824
1856
|
}
|
|
1825
1857
|
}
|
|
1826
1858
|
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 });
|
|
1827
|
-
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] });
|
|
1859
|
+
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] });
|
|
1828
1860
|
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule });
|
|
1829
1861
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
1830
1862
|
type: NgModule,
|
|
@@ -1855,5 +1887,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1855
1887
|
* Generated bundle index. Do not edit.
|
|
1856
1888
|
*/
|
|
1857
1889
|
|
|
1858
|
-
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 };
|
|
1890
|
+
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 };
|
|
1859
1891
|
//# sourceMappingURL=porsche-design-system-components-angular.mjs.map
|