@porsche-design-system/components-angular 3.1.0-rc.0 → 3.1.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -1
- 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-group.wrapper.mjs +3 -3
- package/esm2020/lib/components/button-pure.wrapper.mjs +3 -3
- package/esm2020/lib/components/button-tile.wrapper.mjs +3 -3
- package/esm2020/lib/components/button.wrapper.mjs +3 -3
- package/esm2020/lib/components/carousel.wrapper.mjs +3 -3
- package/esm2020/lib/components/checkbox-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/content-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/crest.wrapper.mjs +3 -3
- package/esm2020/lib/components/display.wrapper.mjs +3 -3
- package/esm2020/lib/components/divider.wrapper.mjs +3 -3
- package/esm2020/lib/components/fieldset-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/fieldset.wrapper.mjs +3 -3
- package/esm2020/lib/components/flex-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/flex.wrapper.mjs +3 -3
- package/esm2020/lib/components/flyout.wrapper.mjs +38 -0
- package/esm2020/lib/components/grid-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/grid.wrapper.mjs +3 -3
- package/esm2020/lib/components/heading.wrapper.mjs +3 -3
- package/esm2020/lib/components/headline.wrapper.mjs +3 -3
- package/esm2020/lib/components/icon.wrapper.mjs +3 -3
- package/esm2020/lib/components/inline-notification.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-pure.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-social.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-tile-model-signature.wrapper.mjs +3 -3
- package/esm2020/lib/components/link-tile.wrapper.mjs +3 -3
- package/esm2020/lib/components/link.wrapper.mjs +3 -3
- package/esm2020/lib/components/marque.wrapper.mjs +3 -3
- package/esm2020/lib/components/modal.wrapper.mjs +3 -3
- package/esm2020/lib/components/model-signature.wrapper.mjs +3 -3
- package/esm2020/lib/components/pagination.wrapper.mjs +3 -3
- package/esm2020/lib/components/popover.wrapper.mjs +3 -3
- package/esm2020/lib/components/radio-button-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/scroller.wrapper.mjs +3 -3
- package/esm2020/lib/components/segmented-control-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/segmented-control.wrapper.mjs +3 -3
- package/esm2020/lib/components/select-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/spinner.wrapper.mjs +3 -3
- package/esm2020/lib/components/stepper-horizontal-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/stepper-horizontal.wrapper.mjs +3 -3
- package/esm2020/lib/components/switch.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-body.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-cell.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-head-cell.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-head-row.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-head.wrapper.mjs +3 -3
- package/esm2020/lib/components/table-row.wrapper.mjs +3 -3
- package/esm2020/lib/components/table.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs-bar.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/tabs.wrapper.mjs +3 -3
- package/esm2020/lib/components/tag-dismissible.wrapper.mjs +3 -3
- package/esm2020/lib/components/tag.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-field-wrapper.wrapper.mjs +5 -5
- package/esm2020/lib/components/text-list-item.wrapper.mjs +3 -3
- package/esm2020/lib/components/text-list.wrapper.mjs +3 -3
- package/esm2020/lib/components/text.wrapper.mjs +3 -3
- package/esm2020/lib/components/textarea-wrapper.wrapper.mjs +3 -3
- package/esm2020/lib/components/toast.wrapper.mjs +3 -3
- package/esm2020/lib/components/wordmark.wrapper.mjs +3 -3
- package/esm2020/lib/types.mjs +1 -1
- package/esm2020/porsche-design-system.module.mjs +50 -49
- package/esm2020/toast-manager.mjs +3 -3
- package/fesm2015/porsche-design-system-components-angular.mjs +317 -278
- package/fesm2015/porsche-design-system-components-angular.mjs.map +1 -1
- package/fesm2020/porsche-design-system-components-angular.mjs +313 -278
- package/fesm2020/porsche-design-system-components-angular.mjs.map +1 -1
- package/lib/components/barrel.d.ts +3 -1
- package/lib/components/flyout.wrapper.d.ts +15 -0
- package/lib/components/text-field-wrapper.wrapper.d.ts +2 -1
- package/lib/types.d.ts +17 -1
- package/package.json +2 -2
- package/porsche-design-system.module.d.ts +46 -45
|
@@ -43,81 +43,81 @@ function ProxyCmp({ inputs /*, methods*/ }) {
|
|
|
43
43
|
};
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
var __decorate$
|
|
46
|
+
var __decorate$Y = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
47
47
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
48
48
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
49
49
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
50
50
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
51
51
|
};
|
|
52
|
-
const inputs$
|
|
53
|
-
const outputs$
|
|
52
|
+
const inputs$T = ['compact', 'heading', 'open', 'size', 'tag', 'theme'];
|
|
53
|
+
const outputs$d = ['accordionChange', 'update'];
|
|
54
54
|
let PAccordion = class PAccordion {
|
|
55
55
|
constructor(c, r, z) {
|
|
56
56
|
this.z = z;
|
|
57
57
|
c.detach();
|
|
58
58
|
this.el = r.nativeElement;
|
|
59
|
-
proxyOutputs(this, outputs$
|
|
59
|
+
proxyOutputs(this, outputs$d);
|
|
60
60
|
}
|
|
61
61
|
};
|
|
62
|
-
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
63
|
-
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
64
|
-
PAccordion = __decorate$
|
|
62
|
+
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
63
|
+
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PAccordion, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", open: "open", size: "size", tag: "tag", theme: "theme" }, outputs: { accordionChange: "accordionChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
64
|
+
PAccordion = __decorate$Y([
|
|
65
65
|
ProxyCmp({
|
|
66
|
-
inputs: inputs$
|
|
66
|
+
inputs: inputs$T
|
|
67
67
|
})
|
|
68
68
|
], PAccordion);
|
|
69
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
69
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PAccordion, decorators: [{
|
|
70
70
|
type: Component,
|
|
71
71
|
args: [{
|
|
72
72
|
selector: 'p-accordion,[p-accordion]',
|
|
73
73
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
74
74
|
template: '<ng-content></ng-content>',
|
|
75
|
-
inputs: inputs$
|
|
76
|
-
outputs: outputs$
|
|
75
|
+
inputs: inputs$T,
|
|
76
|
+
outputs: outputs$d
|
|
77
77
|
}]
|
|
78
78
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
79
79
|
|
|
80
|
-
var __decorate$
|
|
80
|
+
var __decorate$X = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
81
81
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
82
82
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
83
83
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
84
84
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
85
85
|
};
|
|
86
|
-
const inputs$
|
|
87
|
-
const outputs$
|
|
86
|
+
const inputs$S = ['description', 'dismissButton', 'heading', 'open', 'persistent', 'state', 'theme', 'width'];
|
|
87
|
+
const outputs$c = ['dismiss'];
|
|
88
88
|
let PBanner = class PBanner {
|
|
89
89
|
constructor(c, r, z) {
|
|
90
90
|
this.z = z;
|
|
91
91
|
c.detach();
|
|
92
92
|
this.el = r.nativeElement;
|
|
93
|
-
proxyOutputs(this, outputs$
|
|
93
|
+
proxyOutputs(this, outputs$c);
|
|
94
94
|
}
|
|
95
95
|
};
|
|
96
|
-
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
97
|
-
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
98
|
-
PBanner = __decorate$
|
|
96
|
+
PBanner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
97
|
+
PBanner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PBanner, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", open: "open", persistent: "persistent", state: "state", theme: "theme", width: "width" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
98
|
+
PBanner = __decorate$X([
|
|
99
99
|
ProxyCmp({
|
|
100
|
-
inputs: inputs$
|
|
100
|
+
inputs: inputs$S
|
|
101
101
|
})
|
|
102
102
|
], PBanner);
|
|
103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PBanner, decorators: [{
|
|
104
104
|
type: Component,
|
|
105
105
|
args: [{
|
|
106
106
|
selector: 'p-banner,[p-banner]',
|
|
107
107
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
108
108
|
template: '<ng-content></ng-content>',
|
|
109
|
-
inputs: inputs$
|
|
110
|
-
outputs: outputs$
|
|
109
|
+
inputs: inputs$S,
|
|
110
|
+
outputs: outputs$c
|
|
111
111
|
}]
|
|
112
112
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
113
113
|
|
|
114
|
-
var __decorate$
|
|
114
|
+
var __decorate$W = (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$R = ['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;
|
|
@@ -125,30 +125,30 @@ let PButton = class PButton {
|
|
|
125
125
|
this.el = r.nativeElement;
|
|
126
126
|
}
|
|
127
127
|
};
|
|
128
|
-
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
129
|
-
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
130
|
-
PButton = __decorate$
|
|
128
|
+
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
129
|
+
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PButton, selector: "p-button,[p-button]", inputs: { aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", theme: "theme", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
130
|
+
PButton = __decorate$W([
|
|
131
131
|
ProxyCmp({
|
|
132
|
-
inputs: inputs$
|
|
132
|
+
inputs: inputs$R
|
|
133
133
|
})
|
|
134
134
|
], PButton);
|
|
135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButton, decorators: [{
|
|
136
136
|
type: Component,
|
|
137
137
|
args: [{
|
|
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$R
|
|
142
142
|
}]
|
|
143
143
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
144
144
|
|
|
145
|
-
var __decorate$
|
|
145
|
+
var __decorate$V = (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$Q = ['direction'];
|
|
152
152
|
let PButtonGroup = class PButtonGroup {
|
|
153
153
|
constructor(c, r, z) {
|
|
154
154
|
this.z = z;
|
|
@@ -156,30 +156,30 @@ let PButtonGroup = class PButtonGroup {
|
|
|
156
156
|
this.el = r.nativeElement;
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
|
-
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
160
|
-
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
161
|
-
PButtonGroup = __decorate$
|
|
159
|
+
PButtonGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
160
|
+
PButtonGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PButtonGroup, selector: "p-button-group,[p-button-group]", inputs: { direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
161
|
+
PButtonGroup = __decorate$V([
|
|
162
162
|
ProxyCmp({
|
|
163
|
-
inputs: inputs$
|
|
163
|
+
inputs: inputs$Q
|
|
164
164
|
})
|
|
165
165
|
], PButtonGroup);
|
|
166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonGroup, decorators: [{
|
|
167
167
|
type: Component,
|
|
168
168
|
args: [{
|
|
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$Q
|
|
173
173
|
}]
|
|
174
174
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
175
175
|
|
|
176
|
-
var __decorate$
|
|
176
|
+
var __decorate$U = (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$P = ['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;
|
|
@@ -187,30 +187,30 @@ let PButtonPure = class PButtonPure {
|
|
|
187
187
|
this.el = r.nativeElement;
|
|
188
188
|
}
|
|
189
189
|
};
|
|
190
|
-
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
191
|
-
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
192
|
-
PButtonPure = __decorate$
|
|
190
|
+
PButtonPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
191
|
+
PButtonPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PButtonPure, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", disabled: "disabled", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", size: "size", stretch: "stretch", theme: "theme", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
192
|
+
PButtonPure = __decorate$U([
|
|
193
193
|
ProxyCmp({
|
|
194
|
-
inputs: inputs$
|
|
194
|
+
inputs: inputs$P
|
|
195
195
|
})
|
|
196
196
|
], PButtonPure);
|
|
197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonPure, decorators: [{
|
|
198
198
|
type: Component,
|
|
199
199
|
args: [{
|
|
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$P
|
|
204
204
|
}]
|
|
205
205
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
206
206
|
|
|
207
|
-
var __decorate$
|
|
207
|
+
var __decorate$T = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
208
208
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
209
209
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
210
210
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
211
211
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
212
212
|
};
|
|
213
|
-
const inputs$
|
|
213
|
+
const inputs$O = ['align', 'aria', 'aspectRatio', 'compact', 'description', 'disabled', 'gradient', 'icon', 'iconSource', 'label', 'loading', 'size', 'type', 'weight'];
|
|
214
214
|
let PButtonTile = class PButtonTile {
|
|
215
215
|
constructor(c, r, z) {
|
|
216
216
|
this.z = z;
|
|
@@ -218,64 +218,64 @@ let PButtonTile = class PButtonTile {
|
|
|
218
218
|
this.el = r.nativeElement;
|
|
219
219
|
}
|
|
220
220
|
};
|
|
221
|
-
PButtonTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
222
|
-
PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
223
|
-
PButtonTile = __decorate$
|
|
221
|
+
PButtonTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
222
|
+
PButtonTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PButtonTile, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
223
|
+
PButtonTile = __decorate$T([
|
|
224
224
|
ProxyCmp({
|
|
225
|
-
inputs: inputs$
|
|
225
|
+
inputs: inputs$O
|
|
226
226
|
})
|
|
227
227
|
], PButtonTile);
|
|
228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PButtonTile, decorators: [{
|
|
229
229
|
type: Component,
|
|
230
230
|
args: [{
|
|
231
231
|
selector: 'p-button-tile,[p-button-tile]',
|
|
232
232
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
233
233
|
template: '<ng-content></ng-content>',
|
|
234
|
-
inputs: inputs$
|
|
234
|
+
inputs: inputs$O
|
|
235
235
|
}]
|
|
236
236
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
237
237
|
|
|
238
|
-
var __decorate$
|
|
238
|
+
var __decorate$S = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
239
239
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
240
240
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
241
241
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
242
242
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
243
243
|
};
|
|
244
|
-
const inputs$
|
|
245
|
-
const outputs$
|
|
244
|
+
const inputs$N = ['activeSlideIndex', 'alignHeader', 'description', 'disablePagination', 'heading', 'intl', 'pagination', 'rewind', 'slidesPerPage', 'theme', 'width', 'wrapContent'];
|
|
245
|
+
const outputs$b = ['carouselChange', 'update'];
|
|
246
246
|
let PCarousel = class PCarousel {
|
|
247
247
|
constructor(c, r, z) {
|
|
248
248
|
this.z = z;
|
|
249
249
|
c.detach();
|
|
250
250
|
this.el = r.nativeElement;
|
|
251
|
-
proxyOutputs(this, outputs$
|
|
251
|
+
proxyOutputs(this, outputs$b);
|
|
252
252
|
}
|
|
253
253
|
};
|
|
254
|
-
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
255
|
-
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
256
|
-
PCarousel = __decorate$
|
|
254
|
+
PCarousel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
255
|
+
PCarousel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCarousel, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignHeader: "alignHeader", description: "description", disablePagination: "disablePagination", heading: "heading", intl: "intl", pagination: "pagination", rewind: "rewind", slidesPerPage: "slidesPerPage", theme: "theme", width: "width", wrapContent: "wrapContent" }, outputs: { carouselChange: "carouselChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
256
|
+
PCarousel = __decorate$S([
|
|
257
257
|
ProxyCmp({
|
|
258
|
-
inputs: inputs$
|
|
258
|
+
inputs: inputs$N
|
|
259
259
|
})
|
|
260
260
|
], PCarousel);
|
|
261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCarousel, decorators: [{
|
|
262
262
|
type: Component,
|
|
263
263
|
args: [{
|
|
264
264
|
selector: 'p-carousel,[p-carousel]',
|
|
265
265
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
266
266
|
template: '<ng-content></ng-content>',
|
|
267
|
-
inputs: inputs$
|
|
268
|
-
outputs: outputs$
|
|
267
|
+
inputs: inputs$N,
|
|
268
|
+
outputs: outputs$b
|
|
269
269
|
}]
|
|
270
270
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
271
271
|
|
|
272
|
-
var __decorate$
|
|
272
|
+
var __decorate$R = (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$M = ['hideLabel', 'label', 'loading', 'message', 'state', 'theme'];
|
|
279
279
|
let PCheckboxWrapper = class PCheckboxWrapper {
|
|
280
280
|
constructor(c, r, z) {
|
|
281
281
|
this.z = z;
|
|
@@ -283,30 +283,30 @@ let PCheckboxWrapper = class PCheckboxWrapper {
|
|
|
283
283
|
this.el = r.nativeElement;
|
|
284
284
|
}
|
|
285
285
|
};
|
|
286
|
-
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
287
|
-
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
288
|
-
PCheckboxWrapper = __decorate$
|
|
286
|
+
PCheckboxWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCheckboxWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
287
|
+
PCheckboxWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCheckboxWrapper, selector: "p-checkbox-wrapper,[p-checkbox-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
288
|
+
PCheckboxWrapper = __decorate$R([
|
|
289
289
|
ProxyCmp({
|
|
290
|
-
inputs: inputs$
|
|
290
|
+
inputs: inputs$M
|
|
291
291
|
})
|
|
292
292
|
], PCheckboxWrapper);
|
|
293
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
293
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCheckboxWrapper, decorators: [{
|
|
294
294
|
type: Component,
|
|
295
295
|
args: [{
|
|
296
296
|
selector: 'p-checkbox-wrapper,[p-checkbox-wrapper]',
|
|
297
297
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
298
298
|
template: '<ng-content></ng-content>',
|
|
299
|
-
inputs: inputs$
|
|
299
|
+
inputs: inputs$M
|
|
300
300
|
}]
|
|
301
301
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
302
302
|
|
|
303
|
-
var __decorate$
|
|
303
|
+
var __decorate$Q = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
304
304
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
305
305
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
306
306
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
307
307
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
308
308
|
};
|
|
309
|
-
const inputs$
|
|
309
|
+
const inputs$L = ['backgroundColor', 'theme', 'width'];
|
|
310
310
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
311
311
|
let PContentWrapper = class PContentWrapper {
|
|
312
312
|
constructor(c, r, z) {
|
|
@@ -315,30 +315,30 @@ let PContentWrapper = class PContentWrapper {
|
|
|
315
315
|
this.el = r.nativeElement;
|
|
316
316
|
}
|
|
317
317
|
};
|
|
318
|
-
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
319
|
-
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
320
|
-
PContentWrapper = __decorate$
|
|
318
|
+
PContentWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PContentWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
319
|
+
PContentWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PContentWrapper, selector: "p-content-wrapper,[p-content-wrapper]", inputs: { backgroundColor: "backgroundColor", theme: "theme", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
320
|
+
PContentWrapper = __decorate$Q([
|
|
321
321
|
ProxyCmp({
|
|
322
|
-
inputs: inputs$
|
|
322
|
+
inputs: inputs$L
|
|
323
323
|
})
|
|
324
324
|
], PContentWrapper);
|
|
325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PContentWrapper, decorators: [{
|
|
326
326
|
type: Component,
|
|
327
327
|
args: [{
|
|
328
328
|
selector: 'p-content-wrapper,[p-content-wrapper]',
|
|
329
329
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
330
330
|
template: '<ng-content></ng-content>',
|
|
331
|
-
inputs: inputs$
|
|
331
|
+
inputs: inputs$L
|
|
332
332
|
}]
|
|
333
333
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
334
334
|
|
|
335
|
-
var __decorate$
|
|
335
|
+
var __decorate$P = (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$K = ['aria', 'href', 'target'];
|
|
342
342
|
let PCrest = class PCrest {
|
|
343
343
|
constructor(c, r, z) {
|
|
344
344
|
this.z = z;
|
|
@@ -346,30 +346,30 @@ let PCrest = class PCrest {
|
|
|
346
346
|
this.el = r.nativeElement;
|
|
347
347
|
}
|
|
348
348
|
};
|
|
349
|
-
PCrest.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
350
|
-
PCrest.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
351
|
-
PCrest = __decorate$
|
|
349
|
+
PCrest.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCrest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
350
|
+
PCrest.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCrest, selector: "p-crest,[p-crest]", inputs: { aria: "aria", href: "href", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
351
|
+
PCrest = __decorate$P([
|
|
352
352
|
ProxyCmp({
|
|
353
|
-
inputs: inputs$
|
|
353
|
+
inputs: inputs$K
|
|
354
354
|
})
|
|
355
355
|
], PCrest);
|
|
356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCrest, decorators: [{
|
|
357
357
|
type: Component,
|
|
358
358
|
args: [{
|
|
359
359
|
selector: 'p-crest,[p-crest]',
|
|
360
360
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
361
361
|
template: '<ng-content></ng-content>',
|
|
362
|
-
inputs: inputs$
|
|
362
|
+
inputs: inputs$K
|
|
363
363
|
}]
|
|
364
364
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
365
365
|
|
|
366
|
-
var __decorate$
|
|
366
|
+
var __decorate$O = (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$J = ['align', 'color', 'ellipsis', 'size', 'tag', 'theme'];
|
|
373
373
|
let PDisplay = class PDisplay {
|
|
374
374
|
constructor(c, r, z) {
|
|
375
375
|
this.z = z;
|
|
@@ -377,30 +377,30 @@ let PDisplay = class PDisplay {
|
|
|
377
377
|
this.el = r.nativeElement;
|
|
378
378
|
}
|
|
379
379
|
};
|
|
380
|
-
PDisplay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
381
|
-
PDisplay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
382
|
-
PDisplay = __decorate$
|
|
380
|
+
PDisplay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDisplay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
381
|
+
PDisplay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PDisplay, selector: "p-display,[p-display]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
382
|
+
PDisplay = __decorate$O([
|
|
383
383
|
ProxyCmp({
|
|
384
|
-
inputs: inputs$
|
|
384
|
+
inputs: inputs$J
|
|
385
385
|
})
|
|
386
386
|
], PDisplay);
|
|
387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDisplay, decorators: [{
|
|
388
388
|
type: Component,
|
|
389
389
|
args: [{
|
|
390
390
|
selector: 'p-display,[p-display]',
|
|
391
391
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
392
392
|
template: '<ng-content></ng-content>',
|
|
393
|
-
inputs: inputs$
|
|
393
|
+
inputs: inputs$J
|
|
394
394
|
}]
|
|
395
395
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
396
396
|
|
|
397
|
-
var __decorate$
|
|
397
|
+
var __decorate$N = (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$I = ['color', 'direction', 'orientation', 'theme'];
|
|
404
404
|
let PDivider = class PDivider {
|
|
405
405
|
constructor(c, r, z) {
|
|
406
406
|
this.z = z;
|
|
@@ -408,30 +408,30 @@ let PDivider = class PDivider {
|
|
|
408
408
|
this.el = r.nativeElement;
|
|
409
409
|
}
|
|
410
410
|
};
|
|
411
|
-
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
412
|
-
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
413
|
-
PDivider = __decorate$
|
|
411
|
+
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
412
|
+
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PDivider, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction", orientation: "orientation", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
413
|
+
PDivider = __decorate$N([
|
|
414
414
|
ProxyCmp({
|
|
415
|
-
inputs: inputs$
|
|
415
|
+
inputs: inputs$I
|
|
416
416
|
})
|
|
417
417
|
], PDivider);
|
|
418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDivider, decorators: [{
|
|
419
419
|
type: Component,
|
|
420
420
|
args: [{
|
|
421
421
|
selector: 'p-divider,[p-divider]',
|
|
422
422
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
423
423
|
template: '<ng-content></ng-content>',
|
|
424
|
-
inputs: inputs$
|
|
424
|
+
inputs: inputs$I
|
|
425
425
|
}]
|
|
426
426
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
427
427
|
|
|
428
|
-
var __decorate$
|
|
428
|
+
var __decorate$M = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
429
429
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
430
430
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
431
431
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
432
432
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
433
433
|
};
|
|
434
|
-
const inputs$
|
|
434
|
+
const inputs$H = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
|
|
435
435
|
let PFieldset = class PFieldset {
|
|
436
436
|
constructor(c, r, z) {
|
|
437
437
|
this.z = z;
|
|
@@ -439,30 +439,30 @@ let PFieldset = class PFieldset {
|
|
|
439
439
|
this.el = r.nativeElement;
|
|
440
440
|
}
|
|
441
441
|
};
|
|
442
|
-
PFieldset.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
443
|
-
PFieldset.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
444
|
-
PFieldset = __decorate$
|
|
442
|
+
PFieldset.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFieldset, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
443
|
+
PFieldset.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PFieldset, selector: "p-fieldset,[p-fieldset]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
444
|
+
PFieldset = __decorate$M([
|
|
445
445
|
ProxyCmp({
|
|
446
|
-
inputs: inputs$
|
|
446
|
+
inputs: inputs$H
|
|
447
447
|
})
|
|
448
448
|
], PFieldset);
|
|
449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFieldset, decorators: [{
|
|
450
450
|
type: Component,
|
|
451
451
|
args: [{
|
|
452
452
|
selector: 'p-fieldset,[p-fieldset]',
|
|
453
453
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
454
454
|
template: '<ng-content></ng-content>',
|
|
455
|
-
inputs: inputs$
|
|
455
|
+
inputs: inputs$H
|
|
456
456
|
}]
|
|
457
457
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
458
458
|
|
|
459
|
-
var __decorate$
|
|
459
|
+
var __decorate$L = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
460
460
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
461
461
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
462
462
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
463
463
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
464
464
|
};
|
|
465
|
-
const inputs$
|
|
465
|
+
const inputs$G = ['label', 'labelSize', 'message', 'required', 'state', 'theme'];
|
|
466
466
|
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-fieldset" instead. */
|
|
467
467
|
let PFieldsetWrapper = class PFieldsetWrapper {
|
|
468
468
|
constructor(c, r, z) {
|
|
@@ -471,30 +471,30 @@ let PFieldsetWrapper = class PFieldsetWrapper {
|
|
|
471
471
|
this.el = r.nativeElement;
|
|
472
472
|
}
|
|
473
473
|
};
|
|
474
|
-
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
475
|
-
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
476
|
-
PFieldsetWrapper = __decorate$
|
|
474
|
+
PFieldsetWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFieldsetWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
475
|
+
PFieldsetWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PFieldsetWrapper, selector: "p-fieldset-wrapper,[p-fieldset-wrapper]", inputs: { label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
476
|
+
PFieldsetWrapper = __decorate$L([
|
|
477
477
|
ProxyCmp({
|
|
478
|
-
inputs: inputs$
|
|
478
|
+
inputs: inputs$G
|
|
479
479
|
})
|
|
480
480
|
], PFieldsetWrapper);
|
|
481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFieldsetWrapper, decorators: [{
|
|
482
482
|
type: Component,
|
|
483
483
|
args: [{
|
|
484
484
|
selector: 'p-fieldset-wrapper,[p-fieldset-wrapper]',
|
|
485
485
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
486
486
|
template: '<ng-content></ng-content>',
|
|
487
|
-
inputs: inputs$
|
|
487
|
+
inputs: inputs$G
|
|
488
488
|
}]
|
|
489
489
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
490
490
|
|
|
491
|
-
var __decorate$
|
|
491
|
+
var __decorate$K = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
492
492
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
493
493
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
494
494
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
495
495
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
496
496
|
};
|
|
497
|
-
const inputs$
|
|
497
|
+
const inputs$F = ['alignContent', 'alignItems', 'direction', 'inline', 'justifyContent', 'wrap'];
|
|
498
498
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
499
499
|
let PFlex = class PFlex {
|
|
500
500
|
constructor(c, r, z) {
|
|
@@ -503,30 +503,30 @@ let PFlex = class PFlex {
|
|
|
503
503
|
this.el = r.nativeElement;
|
|
504
504
|
}
|
|
505
505
|
};
|
|
506
|
-
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
507
|
-
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
508
|
-
PFlex = __decorate$
|
|
506
|
+
PFlex.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlex, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
507
|
+
PFlex.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PFlex, selector: "p-flex,[p-flex]", inputs: { alignContent: "alignContent", alignItems: "alignItems", direction: "direction", inline: "inline", justifyContent: "justifyContent", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
508
|
+
PFlex = __decorate$K([
|
|
509
509
|
ProxyCmp({
|
|
510
|
-
inputs: inputs$
|
|
510
|
+
inputs: inputs$F
|
|
511
511
|
})
|
|
512
512
|
], PFlex);
|
|
513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlex, decorators: [{
|
|
514
514
|
type: Component,
|
|
515
515
|
args: [{
|
|
516
516
|
selector: 'p-flex,[p-flex]',
|
|
517
517
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
518
518
|
template: '<ng-content></ng-content>',
|
|
519
|
-
inputs: inputs$
|
|
519
|
+
inputs: inputs$F
|
|
520
520
|
}]
|
|
521
521
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
522
522
|
|
|
523
|
-
var __decorate$
|
|
523
|
+
var __decorate$J = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
524
524
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
525
525
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
526
526
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
527
527
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
528
528
|
};
|
|
529
|
-
const inputs$
|
|
529
|
+
const inputs$E = ['alignSelf', 'flex', 'grow', 'offset', 'shrink', 'width'];
|
|
530
530
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
531
531
|
let PFlexItem = class PFlexItem {
|
|
532
532
|
constructor(c, r, z) {
|
|
@@ -535,20 +535,54 @@ let PFlexItem = class PFlexItem {
|
|
|
535
535
|
this.el = r.nativeElement;
|
|
536
536
|
}
|
|
537
537
|
};
|
|
538
|
-
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
539
|
-
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
540
|
-
PFlexItem = __decorate$
|
|
538
|
+
PFlexItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlexItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
539
|
+
PFlexItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PFlexItem, selector: "p-flex-item,[p-flex-item]", inputs: { alignSelf: "alignSelf", flex: "flex", grow: "grow", offset: "offset", shrink: "shrink", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
540
|
+
PFlexItem = __decorate$J([
|
|
541
541
|
ProxyCmp({
|
|
542
|
-
inputs: inputs$
|
|
542
|
+
inputs: inputs$E
|
|
543
543
|
})
|
|
544
544
|
], PFlexItem);
|
|
545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlexItem, decorators: [{
|
|
546
546
|
type: Component,
|
|
547
547
|
args: [{
|
|
548
548
|
selector: 'p-flex-item,[p-flex-item]',
|
|
549
549
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
550
550
|
template: '<ng-content></ng-content>',
|
|
551
|
-
inputs: inputs$
|
|
551
|
+
inputs: inputs$E
|
|
552
|
+
}]
|
|
553
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
554
|
+
|
|
555
|
+
var __decorate$I = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
556
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
557
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
558
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
559
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
560
|
+
};
|
|
561
|
+
const inputs$D = ['aria', 'open', 'position', 'theme'];
|
|
562
|
+
const outputs$a = ['dismiss'];
|
|
563
|
+
let PFlyout = class PFlyout {
|
|
564
|
+
constructor(c, r, z) {
|
|
565
|
+
this.z = z;
|
|
566
|
+
c.detach();
|
|
567
|
+
this.el = r.nativeElement;
|
|
568
|
+
proxyOutputs(this, outputs$a);
|
|
569
|
+
}
|
|
570
|
+
};
|
|
571
|
+
PFlyout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlyout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
572
|
+
PFlyout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PFlyout, selector: "p-flyout,[p-flyout]", inputs: { aria: "aria", open: "open", position: "position", theme: "theme" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
573
|
+
PFlyout = __decorate$I([
|
|
574
|
+
ProxyCmp({
|
|
575
|
+
inputs: inputs$D
|
|
576
|
+
})
|
|
577
|
+
], PFlyout);
|
|
578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PFlyout, decorators: [{
|
|
579
|
+
type: Component,
|
|
580
|
+
args: [{
|
|
581
|
+
selector: 'p-flyout,[p-flyout]',
|
|
582
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
583
|
+
template: '<ng-content></ng-content>',
|
|
584
|
+
inputs: inputs$D,
|
|
585
|
+
outputs: outputs$a
|
|
552
586
|
}]
|
|
553
587
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
554
588
|
|
|
@@ -567,14 +601,14 @@ let PGrid = class PGrid {
|
|
|
567
601
|
this.el = r.nativeElement;
|
|
568
602
|
}
|
|
569
603
|
};
|
|
570
|
-
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
571
|
-
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
604
|
+
PGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
605
|
+
PGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PGrid, selector: "p-grid,[p-grid]", inputs: { direction: "direction", gutter: "gutter", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
572
606
|
PGrid = __decorate$H([
|
|
573
607
|
ProxyCmp({
|
|
574
608
|
inputs: inputs$C
|
|
575
609
|
})
|
|
576
610
|
], PGrid);
|
|
577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PGrid, decorators: [{
|
|
578
612
|
type: Component,
|
|
579
613
|
args: [{
|
|
580
614
|
selector: 'p-grid,[p-grid]',
|
|
@@ -599,14 +633,14 @@ let PGridItem = class PGridItem {
|
|
|
599
633
|
this.el = r.nativeElement;
|
|
600
634
|
}
|
|
601
635
|
};
|
|
602
|
-
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
603
|
-
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
636
|
+
PGridItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PGridItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
637
|
+
PGridItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PGridItem, selector: "p-grid-item,[p-grid-item]", inputs: { offset: "offset", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
604
638
|
PGridItem = __decorate$G([
|
|
605
639
|
ProxyCmp({
|
|
606
640
|
inputs: inputs$B
|
|
607
641
|
})
|
|
608
642
|
], PGridItem);
|
|
609
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PGridItem, decorators: [{
|
|
610
644
|
type: Component,
|
|
611
645
|
args: [{
|
|
612
646
|
selector: 'p-grid-item,[p-grid-item]',
|
|
@@ -630,14 +664,14 @@ let PHeading = class PHeading {
|
|
|
630
664
|
this.el = r.nativeElement;
|
|
631
665
|
}
|
|
632
666
|
};
|
|
633
|
-
PHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
634
|
-
PHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
667
|
+
PHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
668
|
+
PHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PHeading, selector: "p-heading,[p-heading]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
635
669
|
PHeading = __decorate$F([
|
|
636
670
|
ProxyCmp({
|
|
637
671
|
inputs: inputs$A
|
|
638
672
|
})
|
|
639
673
|
], PHeading);
|
|
640
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PHeading, decorators: [{
|
|
641
675
|
type: Component,
|
|
642
676
|
args: [{
|
|
643
677
|
selector: 'p-heading,[p-heading]',
|
|
@@ -662,14 +696,14 @@ let PHeadline = class PHeadline {
|
|
|
662
696
|
this.el = r.nativeElement;
|
|
663
697
|
}
|
|
664
698
|
};
|
|
665
|
-
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
666
|
-
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
699
|
+
PHeadline.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PHeadline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
700
|
+
PHeadline.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PHeadline, selector: "p-headline,[p-headline]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", tag: "tag", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
667
701
|
PHeadline = __decorate$E([
|
|
668
702
|
ProxyCmp({
|
|
669
703
|
inputs: inputs$z
|
|
670
704
|
})
|
|
671
705
|
], PHeadline);
|
|
672
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
706
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PHeadline, decorators: [{
|
|
673
707
|
type: Component,
|
|
674
708
|
args: [{
|
|
675
709
|
selector: 'p-headline,[p-headline]',
|
|
@@ -693,14 +727,14 @@ let PIcon = class PIcon {
|
|
|
693
727
|
this.el = r.nativeElement;
|
|
694
728
|
}
|
|
695
729
|
};
|
|
696
|
-
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
697
|
-
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
730
|
+
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
731
|
+
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PIcon, selector: "p-icon,[p-icon]", inputs: { aria: "aria", color: "color", lazy: "lazy", name: "name", size: "size", source: "source", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
698
732
|
PIcon = __decorate$D([
|
|
699
733
|
ProxyCmp({
|
|
700
734
|
inputs: inputs$y
|
|
701
735
|
})
|
|
702
736
|
], PIcon);
|
|
703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PIcon, decorators: [{
|
|
704
738
|
type: Component,
|
|
705
739
|
args: [{
|
|
706
740
|
selector: 'p-icon,[p-icon]',
|
|
@@ -726,14 +760,14 @@ let PInlineNotification = class PInlineNotification {
|
|
|
726
760
|
proxyOutputs(this, outputs$9);
|
|
727
761
|
}
|
|
728
762
|
};
|
|
729
|
-
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
730
|
-
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
763
|
+
PInlineNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
764
|
+
PInlineNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PInlineNotification, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", dismissButton: "dismissButton", heading: "heading", persistent: "persistent", state: "state", theme: "theme" }, outputs: { action: "action", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
731
765
|
PInlineNotification = __decorate$C([
|
|
732
766
|
ProxyCmp({
|
|
733
767
|
inputs: inputs$x
|
|
734
768
|
})
|
|
735
769
|
], PInlineNotification);
|
|
736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
737
771
|
type: Component,
|
|
738
772
|
args: [{
|
|
739
773
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
@@ -758,14 +792,14 @@ let PLink = class PLink {
|
|
|
758
792
|
this.el = r.nativeElement;
|
|
759
793
|
}
|
|
760
794
|
};
|
|
761
|
-
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
762
|
-
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
795
|
+
PLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
796
|
+
PLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLink, selector: "p-link,[p-link]", inputs: { aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
763
797
|
PLink = __decorate$B([
|
|
764
798
|
ProxyCmp({
|
|
765
799
|
inputs: inputs$w
|
|
766
800
|
})
|
|
767
801
|
], PLink);
|
|
768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLink, decorators: [{
|
|
769
803
|
type: Component,
|
|
770
804
|
args: [{
|
|
771
805
|
selector: 'p-link,[p-link]',
|
|
@@ -789,14 +823,14 @@ let PLinkPure = class PLinkPure {
|
|
|
789
823
|
this.el = r.nativeElement;
|
|
790
824
|
}
|
|
791
825
|
};
|
|
792
|
-
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
793
|
-
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
826
|
+
PLinkPure.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkPure, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
827
|
+
PLinkPure.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkPure, selector: "p-link-pure,[p-link-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", size: "size", stretch: "stretch", target: "target", theme: "theme", underline: "underline", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
794
828
|
PLinkPure = __decorate$A([
|
|
795
829
|
ProxyCmp({
|
|
796
830
|
inputs: inputs$v
|
|
797
831
|
})
|
|
798
832
|
], PLinkPure);
|
|
799
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkPure, decorators: [{
|
|
800
834
|
type: Component,
|
|
801
835
|
args: [{
|
|
802
836
|
selector: 'p-link-pure,[p-link-pure]',
|
|
@@ -821,14 +855,14 @@ let PLinkSocial = class PLinkSocial {
|
|
|
821
855
|
this.el = r.nativeElement;
|
|
822
856
|
}
|
|
823
857
|
};
|
|
824
|
-
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
825
|
-
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
858
|
+
PLinkSocial.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkSocial, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
859
|
+
PLinkSocial.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkSocial, selector: "p-link-social,[p-link-social]", inputs: { hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
826
860
|
PLinkSocial = __decorate$z([
|
|
827
861
|
ProxyCmp({
|
|
828
862
|
inputs: inputs$u
|
|
829
863
|
})
|
|
830
864
|
], PLinkSocial);
|
|
831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkSocial, decorators: [{
|
|
832
866
|
type: Component,
|
|
833
867
|
args: [{
|
|
834
868
|
selector: 'p-link-social,[p-link-social]',
|
|
@@ -852,14 +886,14 @@ let PLinkTile = class PLinkTile {
|
|
|
852
886
|
this.el = r.nativeElement;
|
|
853
887
|
}
|
|
854
888
|
};
|
|
855
|
-
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
856
|
-
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
889
|
+
PLinkTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
890
|
+
PLinkTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkTile, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", 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 });
|
|
857
891
|
PLinkTile = __decorate$y([
|
|
858
892
|
ProxyCmp({
|
|
859
893
|
inputs: inputs$t
|
|
860
894
|
})
|
|
861
895
|
], PLinkTile);
|
|
862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTile, decorators: [{
|
|
863
897
|
type: Component,
|
|
864
898
|
args: [{
|
|
865
899
|
selector: 'p-link-tile,[p-link-tile]',
|
|
@@ -883,14 +917,14 @@ let PLinkTileModelSignature = class PLinkTileModelSignature {
|
|
|
883
917
|
this.el = r.nativeElement;
|
|
884
918
|
}
|
|
885
919
|
};
|
|
886
|
-
PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
887
|
-
PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
920
|
+
PLinkTileModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTileModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
921
|
+
PLinkTileModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PLinkTileModelSignature, selector: "p-link-tile-model-signature,[p-link-tile-model-signature]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", headingTag: "headingTag", linkDirection: "linkDirection", model: "model", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
888
922
|
PLinkTileModelSignature = __decorate$x([
|
|
889
923
|
ProxyCmp({
|
|
890
924
|
inputs: inputs$s
|
|
891
925
|
})
|
|
892
926
|
], PLinkTileModelSignature);
|
|
893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
927
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PLinkTileModelSignature, decorators: [{
|
|
894
928
|
type: Component,
|
|
895
929
|
args: [{
|
|
896
930
|
selector: 'p-link-tile-model-signature,[p-link-tile-model-signature]',
|
|
@@ -915,14 +949,14 @@ let PMarque = class PMarque {
|
|
|
915
949
|
this.el = r.nativeElement;
|
|
916
950
|
}
|
|
917
951
|
};
|
|
918
|
-
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
919
|
-
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
952
|
+
PMarque.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMarque, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
953
|
+
PMarque.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PMarque, selector: "p-marque,[p-marque]", inputs: { aria: "aria", href: "href", size: "size", target: "target", trademark: "trademark", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
920
954
|
PMarque = __decorate$w([
|
|
921
955
|
ProxyCmp({
|
|
922
956
|
inputs: inputs$r
|
|
923
957
|
})
|
|
924
958
|
], PMarque);
|
|
925
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PMarque, decorators: [{
|
|
926
960
|
type: Component,
|
|
927
961
|
args: [{
|
|
928
962
|
selector: 'p-marque,[p-marque]',
|
|
@@ -948,14 +982,14 @@ let PModal = class PModal {
|
|
|
948
982
|
proxyOutputs(this, outputs$8);
|
|
949
983
|
}
|
|
950
984
|
};
|
|
951
|
-
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
952
|
-
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
985
|
+
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
986
|
+
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PModal, selector: "p-modal,[p-modal]", inputs: { aria: "aria", disableBackdropClick: "disableBackdropClick", disableCloseButton: "disableCloseButton", dismissButton: "dismissButton", fullscreen: "fullscreen", heading: "heading", open: "open" }, outputs: { close: "close", dismiss: "dismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
953
987
|
PModal = __decorate$v([
|
|
954
988
|
ProxyCmp({
|
|
955
989
|
inputs: inputs$q
|
|
956
990
|
})
|
|
957
991
|
], PModal);
|
|
958
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
992
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModal, decorators: [{
|
|
959
993
|
type: Component,
|
|
960
994
|
args: [{
|
|
961
995
|
selector: 'p-modal,[p-modal]',
|
|
@@ -980,14 +1014,14 @@ let PModelSignature = class PModelSignature {
|
|
|
980
1014
|
this.el = r.nativeElement;
|
|
981
1015
|
}
|
|
982
1016
|
};
|
|
983
|
-
PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
984
|
-
PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1017
|
+
PModelSignature.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModelSignature, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1018
|
+
PModelSignature.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PModelSignature, selector: "p-model-signature,[p-model-signature]", inputs: { color: "color", model: "model", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
985
1019
|
PModelSignature = __decorate$u([
|
|
986
1020
|
ProxyCmp({
|
|
987
1021
|
inputs: inputs$p
|
|
988
1022
|
})
|
|
989
1023
|
], PModelSignature);
|
|
990
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1024
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModelSignature, decorators: [{
|
|
991
1025
|
type: Component,
|
|
992
1026
|
args: [{
|
|
993
1027
|
selector: 'p-model-signature,[p-model-signature]',
|
|
@@ -1013,14 +1047,14 @@ let PPagination = class PPagination {
|
|
|
1013
1047
|
proxyOutputs(this, outputs$7);
|
|
1014
1048
|
}
|
|
1015
1049
|
};
|
|
1016
|
-
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1017
|
-
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1050
|
+
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1051
|
+
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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: { pageChange: "pageChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1018
1052
|
PPagination = __decorate$t([
|
|
1019
1053
|
ProxyCmp({
|
|
1020
1054
|
inputs: inputs$o
|
|
1021
1055
|
})
|
|
1022
1056
|
], PPagination);
|
|
1023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PPagination, decorators: [{
|
|
1024
1058
|
type: Component,
|
|
1025
1059
|
args: [{
|
|
1026
1060
|
selector: 'p-pagination,[p-pagination]',
|
|
@@ -1045,14 +1079,14 @@ let PPopover = class PPopover {
|
|
|
1045
1079
|
this.el = r.nativeElement;
|
|
1046
1080
|
}
|
|
1047
1081
|
};
|
|
1048
|
-
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1049
|
-
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1082
|
+
PPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1083
|
+
PPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PPopover, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1050
1084
|
PPopover = __decorate$s([
|
|
1051
1085
|
ProxyCmp({
|
|
1052
1086
|
inputs: inputs$n
|
|
1053
1087
|
})
|
|
1054
1088
|
], PPopover);
|
|
1055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PPopover, decorators: [{
|
|
1056
1090
|
type: Component,
|
|
1057
1091
|
args: [{
|
|
1058
1092
|
selector: 'p-popover,[p-popover]',
|
|
@@ -1076,14 +1110,14 @@ let PRadioButtonWrapper = class PRadioButtonWrapper {
|
|
|
1076
1110
|
this.el = r.nativeElement;
|
|
1077
1111
|
}
|
|
1078
1112
|
};
|
|
1079
|
-
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1080
|
-
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1113
|
+
PRadioButtonWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PRadioButtonWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1114
|
+
PRadioButtonWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PRadioButtonWrapper, selector: "p-radio-button-wrapper,[p-radio-button-wrapper]", inputs: { hideLabel: "hideLabel", label: "label", message: "message", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1081
1115
|
PRadioButtonWrapper = __decorate$r([
|
|
1082
1116
|
ProxyCmp({
|
|
1083
1117
|
inputs: inputs$m
|
|
1084
1118
|
})
|
|
1085
1119
|
], PRadioButtonWrapper);
|
|
1086
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PRadioButtonWrapper, decorators: [{
|
|
1087
1121
|
type: Component,
|
|
1088
1122
|
args: [{
|
|
1089
1123
|
selector: 'p-radio-button-wrapper,[p-radio-button-wrapper]',
|
|
@@ -1107,14 +1141,14 @@ let PScroller = class PScroller {
|
|
|
1107
1141
|
this.el = r.nativeElement;
|
|
1108
1142
|
}
|
|
1109
1143
|
};
|
|
1110
|
-
PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1111
|
-
PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1144
|
+
PScroller.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PScroller, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1145
|
+
PScroller.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PScroller, selector: "p-scroller,[p-scroller]", inputs: { alignScrollIndicator: "alignScrollIndicator", aria: "aria", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", scrollIndicatorPosition: "scrollIndicatorPosition", scrollToPosition: "scrollToPosition", scrollbar: "scrollbar", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1112
1146
|
PScroller = __decorate$q([
|
|
1113
1147
|
ProxyCmp({
|
|
1114
1148
|
inputs: inputs$l
|
|
1115
1149
|
})
|
|
1116
1150
|
], PScroller);
|
|
1117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PScroller, decorators: [{
|
|
1118
1152
|
type: Component,
|
|
1119
1153
|
args: [{
|
|
1120
1154
|
selector: 'p-scroller,[p-scroller]',
|
|
@@ -1140,14 +1174,14 @@ let PSegmentedControl = class PSegmentedControl {
|
|
|
1140
1174
|
proxyOutputs(this, outputs$6);
|
|
1141
1175
|
}
|
|
1142
1176
|
};
|
|
1143
|
-
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1144
|
-
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1177
|
+
PSegmentedControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1178
|
+
PSegmentedControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PSegmentedControl, selector: "p-segmented-control,[p-segmented-control]", inputs: { backgroundColor: "backgroundColor", theme: "theme", value: "value" }, outputs: { segmentedControlChange: "segmentedControlChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1145
1179
|
PSegmentedControl = __decorate$p([
|
|
1146
1180
|
ProxyCmp({
|
|
1147
1181
|
inputs: inputs$k
|
|
1148
1182
|
})
|
|
1149
1183
|
], PSegmentedControl);
|
|
1150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSegmentedControl, decorators: [{
|
|
1151
1185
|
type: Component,
|
|
1152
1186
|
args: [{
|
|
1153
1187
|
selector: 'p-segmented-control,[p-segmented-control]',
|
|
@@ -1172,14 +1206,14 @@ let PSegmentedControlItem = class PSegmentedControlItem {
|
|
|
1172
1206
|
this.el = r.nativeElement;
|
|
1173
1207
|
}
|
|
1174
1208
|
};
|
|
1175
|
-
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1176
|
-
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1209
|
+
PSegmentedControlItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSegmentedControlItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1210
|
+
PSegmentedControlItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PSegmentedControlItem, selector: "p-segmented-control-item,[p-segmented-control-item]", inputs: { disabled: "disabled", icon: "icon", iconSource: "iconSource", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1177
1211
|
PSegmentedControlItem = __decorate$o([
|
|
1178
1212
|
ProxyCmp({
|
|
1179
1213
|
inputs: inputs$j
|
|
1180
1214
|
})
|
|
1181
1215
|
], PSegmentedControlItem);
|
|
1182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1216
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSegmentedControlItem, decorators: [{
|
|
1183
1217
|
type: Component,
|
|
1184
1218
|
args: [{
|
|
1185
1219
|
selector: 'p-segmented-control-item,[p-segmented-control-item]',
|
|
@@ -1203,14 +1237,14 @@ let PSelectWrapper = class PSelectWrapper {
|
|
|
1203
1237
|
this.el = r.nativeElement;
|
|
1204
1238
|
}
|
|
1205
1239
|
};
|
|
1206
|
-
PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1207
|
-
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1240
|
+
PSelectWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSelectWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1241
|
+
PSelectWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PSelectWrapper, selector: "p-select-wrapper,[p-select-wrapper]", inputs: { description: "description", dropdownDirection: "dropdownDirection", filter: "filter", hideLabel: "hideLabel", label: "label", message: "message", native: "native", state: "state", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1208
1242
|
PSelectWrapper = __decorate$n([
|
|
1209
1243
|
ProxyCmp({
|
|
1210
1244
|
inputs: inputs$i
|
|
1211
1245
|
})
|
|
1212
1246
|
], PSelectWrapper);
|
|
1213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSelectWrapper, decorators: [{
|
|
1214
1248
|
type: Component,
|
|
1215
1249
|
args: [{
|
|
1216
1250
|
selector: 'p-select-wrapper,[p-select-wrapper]',
|
|
@@ -1234,14 +1268,14 @@ let PSpinner = class PSpinner {
|
|
|
1234
1268
|
this.el = r.nativeElement;
|
|
1235
1269
|
}
|
|
1236
1270
|
};
|
|
1237
|
-
PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1238
|
-
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1271
|
+
PSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1272
|
+
PSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PSpinner, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1239
1273
|
PSpinner = __decorate$m([
|
|
1240
1274
|
ProxyCmp({
|
|
1241
1275
|
inputs: inputs$h
|
|
1242
1276
|
})
|
|
1243
1277
|
], PSpinner);
|
|
1244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSpinner, decorators: [{
|
|
1245
1279
|
type: Component,
|
|
1246
1280
|
args: [{
|
|
1247
1281
|
selector: 'p-spinner,[p-spinner]',
|
|
@@ -1267,14 +1301,14 @@ let PStepperHorizontal = class PStepperHorizontal {
|
|
|
1267
1301
|
proxyOutputs(this, outputs$5);
|
|
1268
1302
|
}
|
|
1269
1303
|
};
|
|
1270
|
-
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1271
|
-
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1304
|
+
PStepperHorizontal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStepperHorizontal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1305
|
+
PStepperHorizontal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PStepperHorizontal, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size", theme: "theme" }, outputs: { stepChange: "stepChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1272
1306
|
PStepperHorizontal = __decorate$l([
|
|
1273
1307
|
ProxyCmp({
|
|
1274
1308
|
inputs: inputs$g
|
|
1275
1309
|
})
|
|
1276
1310
|
], PStepperHorizontal);
|
|
1277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStepperHorizontal, decorators: [{
|
|
1278
1312
|
type: Component,
|
|
1279
1313
|
args: [{
|
|
1280
1314
|
selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
|
|
@@ -1299,14 +1333,14 @@ let PStepperHorizontalItem = class PStepperHorizontalItem {
|
|
|
1299
1333
|
this.el = r.nativeElement;
|
|
1300
1334
|
}
|
|
1301
1335
|
};
|
|
1302
|
-
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1303
|
-
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1336
|
+
PStepperHorizontalItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStepperHorizontalItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1337
|
+
PStepperHorizontalItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PStepperHorizontalItem, selector: "p-stepper-horizontal-item,[p-stepper-horizontal-item]", inputs: { disabled: "disabled", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1304
1338
|
PStepperHorizontalItem = __decorate$k([
|
|
1305
1339
|
ProxyCmp({
|
|
1306
1340
|
inputs: inputs$f
|
|
1307
1341
|
})
|
|
1308
1342
|
], PStepperHorizontalItem);
|
|
1309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
|
|
1310
1344
|
type: Component,
|
|
1311
1345
|
args: [{
|
|
1312
1346
|
selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
|
|
@@ -1332,14 +1366,14 @@ let PSwitch = class PSwitch {
|
|
|
1332
1366
|
proxyOutputs(this, outputs$4);
|
|
1333
1367
|
}
|
|
1334
1368
|
};
|
|
1335
|
-
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1336
|
-
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1369
|
+
PSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1370
|
+
PSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1337
1371
|
PSwitch = __decorate$j([
|
|
1338
1372
|
ProxyCmp({
|
|
1339
1373
|
inputs: inputs$e
|
|
1340
1374
|
})
|
|
1341
1375
|
], PSwitch);
|
|
1342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSwitch, decorators: [{
|
|
1343
1377
|
type: Component,
|
|
1344
1378
|
args: [{
|
|
1345
1379
|
selector: 'p-switch,[p-switch]',
|
|
@@ -1366,14 +1400,14 @@ let PTable = class PTable {
|
|
|
1366
1400
|
proxyOutputs(this, outputs$3);
|
|
1367
1401
|
}
|
|
1368
1402
|
};
|
|
1369
|
-
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1370
|
-
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1403
|
+
PTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1404
|
+
PTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTable, selector: "p-table,[p-table]", inputs: { caption: "caption", theme: "theme" }, outputs: { sortingChange: "sortingChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1371
1405
|
PTable = __decorate$i([
|
|
1372
1406
|
ProxyCmp({
|
|
1373
1407
|
inputs: inputs$d
|
|
1374
1408
|
})
|
|
1375
1409
|
], PTable);
|
|
1376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTable, decorators: [{
|
|
1377
1411
|
type: Component,
|
|
1378
1412
|
args: [{
|
|
1379
1413
|
selector: 'p-table,[p-table]',
|
|
@@ -1397,12 +1431,12 @@ let PTableBody = class PTableBody {
|
|
|
1397
1431
|
this.el = r.nativeElement;
|
|
1398
1432
|
}
|
|
1399
1433
|
};
|
|
1400
|
-
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1401
|
-
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1434
|
+
PTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1435
|
+
PTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTableBody, selector: "p-table-body,[p-table-body]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1402
1436
|
PTableBody = __decorate$h([
|
|
1403
1437
|
ProxyCmp({})
|
|
1404
1438
|
], PTableBody);
|
|
1405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableBody, decorators: [{
|
|
1406
1440
|
type: Component,
|
|
1407
1441
|
args: [{
|
|
1408
1442
|
selector: 'p-table-body,[p-table-body]',
|
|
@@ -1425,14 +1459,14 @@ let PTableCell = class PTableCell {
|
|
|
1425
1459
|
this.el = r.nativeElement;
|
|
1426
1460
|
}
|
|
1427
1461
|
};
|
|
1428
|
-
PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1429
|
-
PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1462
|
+
PTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1463
|
+
PTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTableCell, selector: "p-table-cell,[p-table-cell]", inputs: { multiline: "multiline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1430
1464
|
PTableCell = __decorate$g([
|
|
1431
1465
|
ProxyCmp({
|
|
1432
1466
|
inputs: inputs$c
|
|
1433
1467
|
})
|
|
1434
1468
|
], PTableCell);
|
|
1435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableCell, decorators: [{
|
|
1436
1470
|
type: Component,
|
|
1437
1471
|
args: [{
|
|
1438
1472
|
selector: 'p-table-cell,[p-table-cell]',
|
|
@@ -1455,12 +1489,12 @@ let PTableHead = class PTableHead {
|
|
|
1455
1489
|
this.el = r.nativeElement;
|
|
1456
1490
|
}
|
|
1457
1491
|
};
|
|
1458
|
-
PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1459
|
-
PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1492
|
+
PTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1493
|
+
PTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTableHead, selector: "p-table-head,[p-table-head]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1460
1494
|
PTableHead = __decorate$f([
|
|
1461
1495
|
ProxyCmp({})
|
|
1462
1496
|
], PTableHead);
|
|
1463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableHead, decorators: [{
|
|
1464
1498
|
type: Component,
|
|
1465
1499
|
args: [{
|
|
1466
1500
|
selector: 'p-table-head,[p-table-head]',
|
|
@@ -1483,14 +1517,14 @@ let PTableHeadCell = class PTableHeadCell {
|
|
|
1483
1517
|
this.el = r.nativeElement;
|
|
1484
1518
|
}
|
|
1485
1519
|
};
|
|
1486
|
-
PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1487
|
-
PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1520
|
+
PTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableHeadCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1521
|
+
PTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTableHeadCell, selector: "p-table-head-cell,[p-table-head-cell]", inputs: { hideLabel: "hideLabel", multiline: "multiline", sort: "sort" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1488
1522
|
PTableHeadCell = __decorate$e([
|
|
1489
1523
|
ProxyCmp({
|
|
1490
1524
|
inputs: inputs$b
|
|
1491
1525
|
})
|
|
1492
1526
|
], PTableHeadCell);
|
|
1493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1527
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableHeadCell, decorators: [{
|
|
1494
1528
|
type: Component,
|
|
1495
1529
|
args: [{
|
|
1496
1530
|
selector: 'p-table-head-cell,[p-table-head-cell]',
|
|
@@ -1513,12 +1547,12 @@ let PTableHeadRow = class PTableHeadRow {
|
|
|
1513
1547
|
this.el = r.nativeElement;
|
|
1514
1548
|
}
|
|
1515
1549
|
};
|
|
1516
|
-
PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1517
|
-
PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1550
|
+
PTableHeadRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableHeadRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1551
|
+
PTableHeadRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTableHeadRow, selector: "p-table-head-row,[p-table-head-row]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1518
1552
|
PTableHeadRow = __decorate$d([
|
|
1519
1553
|
ProxyCmp({})
|
|
1520
1554
|
], PTableHeadRow);
|
|
1521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableHeadRow, decorators: [{
|
|
1522
1556
|
type: Component,
|
|
1523
1557
|
args: [{
|
|
1524
1558
|
selector: 'p-table-head-row,[p-table-head-row]',
|
|
@@ -1540,12 +1574,12 @@ let PTableRow = class PTableRow {
|
|
|
1540
1574
|
this.el = r.nativeElement;
|
|
1541
1575
|
}
|
|
1542
1576
|
};
|
|
1543
|
-
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1544
|
-
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1577
|
+
PTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1578
|
+
PTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTableRow, selector: "p-table-row,[p-table-row]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1545
1579
|
PTableRow = __decorate$c([
|
|
1546
1580
|
ProxyCmp({})
|
|
1547
1581
|
], PTableRow);
|
|
1548
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTableRow, decorators: [{
|
|
1549
1583
|
type: Component,
|
|
1550
1584
|
args: [{
|
|
1551
1585
|
selector: 'p-table-row,[p-table-row]',
|
|
@@ -1570,14 +1604,14 @@ let PTabs = class PTabs {
|
|
|
1570
1604
|
proxyOutputs(this, outputs$2);
|
|
1571
1605
|
}
|
|
1572
1606
|
};
|
|
1573
|
-
PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1574
|
-
PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1607
|
+
PTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1608
|
+
PTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTabs, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1575
1609
|
PTabs = __decorate$b([
|
|
1576
1610
|
ProxyCmp({
|
|
1577
1611
|
inputs: inputs$a
|
|
1578
1612
|
})
|
|
1579
1613
|
], PTabs);
|
|
1580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTabs, decorators: [{
|
|
1581
1615
|
type: Component,
|
|
1582
1616
|
args: [{
|
|
1583
1617
|
selector: 'p-tabs,[p-tabs]',
|
|
@@ -1604,14 +1638,14 @@ let PTabsBar = class PTabsBar {
|
|
|
1604
1638
|
proxyOutputs(this, outputs$1);
|
|
1605
1639
|
}
|
|
1606
1640
|
};
|
|
1607
|
-
PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1608
|
-
PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1641
|
+
PTabsBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTabsBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1642
|
+
PTabsBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTabsBar, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", gradientColor: "gradientColor", gradientColorScheme: "gradientColorScheme", size: "size", theme: "theme", weight: "weight" }, outputs: { tabChange: "tabChange", update: "update" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1609
1643
|
PTabsBar = __decorate$a([
|
|
1610
1644
|
ProxyCmp({
|
|
1611
1645
|
inputs: inputs$9
|
|
1612
1646
|
})
|
|
1613
1647
|
], PTabsBar);
|
|
1614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1648
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTabsBar, decorators: [{
|
|
1615
1649
|
type: Component,
|
|
1616
1650
|
args: [{
|
|
1617
1651
|
selector: 'p-tabs-bar,[p-tabs-bar]',
|
|
@@ -1636,14 +1670,14 @@ let PTabsItem = class PTabsItem {
|
|
|
1636
1670
|
this.el = r.nativeElement;
|
|
1637
1671
|
}
|
|
1638
1672
|
};
|
|
1639
|
-
PTabsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1640
|
-
PTabsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1673
|
+
PTabsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTabsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1674
|
+
PTabsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTabsItem, selector: "p-tabs-item,[p-tabs-item]", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1641
1675
|
PTabsItem = __decorate$9([
|
|
1642
1676
|
ProxyCmp({
|
|
1643
1677
|
inputs: inputs$8
|
|
1644
1678
|
})
|
|
1645
1679
|
], PTabsItem);
|
|
1646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTabsItem, decorators: [{
|
|
1647
1681
|
type: Component,
|
|
1648
1682
|
args: [{
|
|
1649
1683
|
selector: 'p-tabs-item,[p-tabs-item]',
|
|
@@ -1667,14 +1701,14 @@ let PTag = class PTag {
|
|
|
1667
1701
|
this.el = r.nativeElement;
|
|
1668
1702
|
}
|
|
1669
1703
|
};
|
|
1670
|
-
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1671
|
-
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1704
|
+
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1705
|
+
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTag, selector: "p-tag,[p-tag]", inputs: { color: "color", icon: "icon", iconSource: "iconSource", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1672
1706
|
PTag = __decorate$8([
|
|
1673
1707
|
ProxyCmp({
|
|
1674
1708
|
inputs: inputs$7
|
|
1675
1709
|
})
|
|
1676
1710
|
], PTag);
|
|
1677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1711
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTag, decorators: [{
|
|
1678
1712
|
type: Component,
|
|
1679
1713
|
args: [{
|
|
1680
1714
|
selector: 'p-tag,[p-tag]',
|
|
@@ -1698,14 +1732,14 @@ let PTagDismissible = class PTagDismissible {
|
|
|
1698
1732
|
this.el = r.nativeElement;
|
|
1699
1733
|
}
|
|
1700
1734
|
};
|
|
1701
|
-
PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1702
|
-
PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1735
|
+
PTagDismissible.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTagDismissible, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1736
|
+
PTagDismissible.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTagDismissible, selector: "p-tag-dismissible,[p-tag-dismissible]", inputs: { aria: "aria", color: "color", label: "label", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1703
1737
|
PTagDismissible = __decorate$7([
|
|
1704
1738
|
ProxyCmp({
|
|
1705
1739
|
inputs: inputs$6
|
|
1706
1740
|
})
|
|
1707
1741
|
], PTagDismissible);
|
|
1708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTagDismissible, decorators: [{
|
|
1709
1743
|
type: Component,
|
|
1710
1744
|
args: [{
|
|
1711
1745
|
selector: 'p-tag-dismissible,[p-tag-dismissible]',
|
|
@@ -1729,14 +1763,14 @@ let PText = class PText {
|
|
|
1729
1763
|
this.el = r.nativeElement;
|
|
1730
1764
|
}
|
|
1731
1765
|
};
|
|
1732
|
-
PText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1733
|
-
PText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1766
|
+
PText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1767
|
+
PText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PText, selector: "p-text,[p-text]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", theme: "theme", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1734
1768
|
PText = __decorate$6([
|
|
1735
1769
|
ProxyCmp({
|
|
1736
1770
|
inputs: inputs$5
|
|
1737
1771
|
})
|
|
1738
1772
|
], PText);
|
|
1739
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1773
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PText, decorators: [{
|
|
1740
1774
|
type: Component,
|
|
1741
1775
|
args: [{
|
|
1742
1776
|
selector: 'p-text,[p-text]',
|
|
@@ -1752,7 +1786,7 @@ var __decorate$5 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1752
1786
|
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;
|
|
1753
1787
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1754
1788
|
};
|
|
1755
|
-
const inputs$4 = ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'state', 'theme', 'unit', 'unitPosition'];
|
|
1789
|
+
const inputs$4 = ['actionIcon', 'actionLoading', 'description', 'hideLabel', 'label', 'message', 'showCharacterCount', 'showCounter', 'showPasswordToggle', 'state', 'theme', 'unit', 'unitPosition'];
|
|
1756
1790
|
const outputs = ['action'];
|
|
1757
1791
|
let PTextFieldWrapper = class PTextFieldWrapper {
|
|
1758
1792
|
constructor(c, r, z) {
|
|
@@ -1762,14 +1796,14 @@ let PTextFieldWrapper = class PTextFieldWrapper {
|
|
|
1762
1796
|
proxyOutputs(this, outputs);
|
|
1763
1797
|
}
|
|
1764
1798
|
};
|
|
1765
|
-
PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1766
|
-
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1799
|
+
PTextFieldWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTextFieldWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1800
|
+
PTextFieldWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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", showPasswordToggle: "showPasswordToggle", state: "state", theme: "theme", unit: "unit", unitPosition: "unitPosition" }, outputs: { action: "action" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1767
1801
|
PTextFieldWrapper = __decorate$5([
|
|
1768
1802
|
ProxyCmp({
|
|
1769
1803
|
inputs: inputs$4
|
|
1770
1804
|
})
|
|
1771
1805
|
], PTextFieldWrapper);
|
|
1772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1806
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTextFieldWrapper, decorators: [{
|
|
1773
1807
|
type: Component,
|
|
1774
1808
|
args: [{
|
|
1775
1809
|
selector: 'p-text-field-wrapper,[p-text-field-wrapper]',
|
|
@@ -1794,14 +1828,14 @@ let PTextList = class PTextList {
|
|
|
1794
1828
|
this.el = r.nativeElement;
|
|
1795
1829
|
}
|
|
1796
1830
|
};
|
|
1797
|
-
PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1798
|
-
PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1831
|
+
PTextList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTextList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1832
|
+
PTextList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
|
|
1799
1833
|
PTextList = __decorate$4([
|
|
1800
1834
|
ProxyCmp({
|
|
1801
1835
|
inputs: inputs$3
|
|
1802
1836
|
})
|
|
1803
1837
|
], PTextList);
|
|
1804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1838
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTextList, decorators: [{
|
|
1805
1839
|
type: Component,
|
|
1806
1840
|
args: [{
|
|
1807
1841
|
selector: 'p-text-list,[p-text-list]',
|
|
@@ -1824,12 +1858,12 @@ let PTextListItem = class PTextListItem {
|
|
|
1824
1858
|
this.el = r.nativeElement;
|
|
1825
1859
|
}
|
|
1826
1860
|
};
|
|
1827
|
-
PTextListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1828
|
-
PTextListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1861
|
+
PTextListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTextListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1862
|
+
PTextListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PTextListItem, selector: "p-text-list-item,[p-text-list-item]", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1829
1863
|
PTextListItem = __decorate$3([
|
|
1830
1864
|
ProxyCmp({})
|
|
1831
1865
|
], PTextListItem);
|
|
1832
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTextListItem, decorators: [{
|
|
1833
1867
|
type: Component,
|
|
1834
1868
|
args: [{
|
|
1835
1869
|
selector: 'p-text-list-item,[p-text-list-item]',
|
|
@@ -1852,14 +1886,14 @@ let PTextareaWrapper = class PTextareaWrapper {
|
|
|
1852
1886
|
this.el = r.nativeElement;
|
|
1853
1887
|
}
|
|
1854
1888
|
};
|
|
1855
|
-
PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1856
|
-
PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1889
|
+
PTextareaWrapper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTextareaWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1890
|
+
PTextareaWrapper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
|
|
1857
1891
|
PTextareaWrapper = __decorate$2([
|
|
1858
1892
|
ProxyCmp({
|
|
1859
1893
|
inputs: inputs$2
|
|
1860
1894
|
})
|
|
1861
1895
|
], PTextareaWrapper);
|
|
1862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PTextareaWrapper, decorators: [{
|
|
1863
1897
|
type: Component,
|
|
1864
1898
|
args: [{
|
|
1865
1899
|
selector: 'p-textarea-wrapper,[p-textarea-wrapper]',
|
|
@@ -1883,14 +1917,14 @@ let PToast = class PToast {
|
|
|
1883
1917
|
this.el = r.nativeElement;
|
|
1884
1918
|
}
|
|
1885
1919
|
};
|
|
1886
|
-
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1887
|
-
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1920
|
+
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1921
|
+
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PToast, selector: "p-toast,[p-toast]", inputs: { theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1888
1922
|
PToast = __decorate$1([
|
|
1889
1923
|
ProxyCmp({
|
|
1890
1924
|
inputs: inputs$1
|
|
1891
1925
|
})
|
|
1892
1926
|
], PToast);
|
|
1893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1927
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PToast, decorators: [{
|
|
1894
1928
|
type: Component,
|
|
1895
1929
|
args: [{
|
|
1896
1930
|
selector: 'p-toast,[p-toast]',
|
|
@@ -1914,14 +1948,14 @@ let PWordmark = class PWordmark {
|
|
|
1914
1948
|
this.el = r.nativeElement;
|
|
1915
1949
|
}
|
|
1916
1950
|
};
|
|
1917
|
-
PWordmark.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
1918
|
-
PWordmark.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
1951
|
+
PWordmark.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PWordmark, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1952
|
+
PWordmark.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PWordmark, selector: "p-wordmark,[p-wordmark]", inputs: { aria: "aria", href: "href", size: "size", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1919
1953
|
PWordmark = __decorate([
|
|
1920
1954
|
ProxyCmp({
|
|
1921
1955
|
inputs
|
|
1922
1956
|
})
|
|
1923
1957
|
], PWordmark);
|
|
1924
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
1958
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PWordmark, decorators: [{
|
|
1925
1959
|
type: Component,
|
|
1926
1960
|
args: [{
|
|
1927
1961
|
selector: 'p-wordmark,[p-wordmark]',
|
|
@@ -1948,6 +1982,7 @@ const DECLARATIONS = [
|
|
|
1948
1982
|
PFieldsetWrapper,
|
|
1949
1983
|
PFlex,
|
|
1950
1984
|
PFlexItem,
|
|
1985
|
+
PFlyout,
|
|
1951
1986
|
PGrid,
|
|
1952
1987
|
PGridItem,
|
|
1953
1988
|
PHeading,
|
|
@@ -2017,10 +2052,10 @@ class PorscheDesignSystemModule {
|
|
|
2017
2052
|
};
|
|
2018
2053
|
}
|
|
2019
2054
|
}
|
|
2020
|
-
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2021
|
-
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.
|
|
2022
|
-
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.
|
|
2023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
2055
|
+
PorscheDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2056
|
+
PorscheDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark] });
|
|
2057
|
+
PorscheDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PorscheDesignSystemModule });
|
|
2058
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
2024
2059
|
type: NgModule,
|
|
2025
2060
|
args: [{
|
|
2026
2061
|
declarations: DECLARATIONS,
|
|
@@ -2036,9 +2071,9 @@ class ToastManager {
|
|
|
2036
2071
|
customElements.whenDefined(toast.tagName.toLowerCase()).then(() => toast.addMessage(message));
|
|
2037
2072
|
}
|
|
2038
2073
|
}
|
|
2039
|
-
ToastManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
2040
|
-
ToastManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
2041
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
2074
|
+
ToastManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToastManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2075
|
+
ToastManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToastManager, providedIn: 'root' });
|
|
2076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToastManager, decorators: [{
|
|
2042
2077
|
type: Injectable,
|
|
2043
2078
|
args: [{
|
|
2044
2079
|
providedIn: 'root',
|
|
@@ -2049,5 +2084,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImpor
|
|
|
2049
2084
|
* Generated bundle index. Do not edit.
|
|
2050
2085
|
*/
|
|
2051
2086
|
|
|
2052
|
-
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark, PorscheDesignSystemModule, ToastManager };
|
|
2087
|
+
export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonGroup, PButtonPure, PButtonTile, PCarousel, PCheckboxWrapper, PContentWrapper, PCrest, PDisplay, PDivider, PFieldset, PFieldsetWrapper, PFlex, PFlexItem, PFlyout, PGrid, PGridItem, PHeading, PHeadline, PIcon, PInlineNotification, PLink, PLinkPure, PLinkSocial, PLinkTile, PLinkTileModelSignature, PMarque, PModal, PModelSignature, PPagination, PPopover, PRadioButtonWrapper, PScroller, PSegmentedControl, PSegmentedControlItem, PSelectWrapper, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextFieldWrapper, PTextList, PTextListItem, PTextareaWrapper, PToast, PWordmark, PorscheDesignSystemModule, ToastManager };
|
|
2053
2088
|
//# sourceMappingURL=porsche-design-system-components-angular.mjs.map
|