@paperless/angular 0.1.0-alpha.60 → 0.1.0-alpha.61
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/esm2020/lib/base/value-accessor.mjs +3 -3
- package/esm2020/lib/directives/pagination.directive.mjs +3 -3
- package/esm2020/lib/paperless.module.mjs +4 -4
- package/esm2020/lib/stencil/components.mjs +111 -111
- package/fesm2015/paperless-angular.mjs +121 -121
- package/fesm2020/paperless-angular.mjs +121 -121
- package/package.json +1 -1
|
@@ -12,8 +12,8 @@ let PAccordion = class PAccordion {
|
|
|
12
12
|
proxyOutputs(this, this.el, ['isOpen']);
|
|
13
13
|
}
|
|
14
14
|
};
|
|
15
|
-
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
16
|
-
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
15
|
+
PAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
PAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PAccordion, selector: "p-accordion", inputs: { closeable: "closeable", header: "header", open: "open", openable: "openable" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
17
17
|
PAccordion = __decorate([
|
|
18
18
|
ProxyCmp({
|
|
19
19
|
defineCustomElementFn: undefined,
|
|
@@ -21,7 +21,7 @@ PAccordion = __decorate([
|
|
|
21
21
|
})
|
|
22
22
|
], PAccordion);
|
|
23
23
|
export { PAccordion };
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PAccordion, decorators: [{
|
|
25
25
|
type: Component,
|
|
26
26
|
args: [{
|
|
27
27
|
selector: 'p-accordion',
|
|
@@ -37,8 +37,8 @@ let PAvatar = class PAvatar {
|
|
|
37
37
|
this.el = r.nativeElement;
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
|
-
PAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
41
|
-
PAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
40
|
+
PAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
41
|
+
PAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PAvatar, selector: "p-avatar", inputs: { defaultImage: "defaultImage", size: "size", src: "src", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
42
42
|
PAvatar = __decorate([
|
|
43
43
|
ProxyCmp({
|
|
44
44
|
defineCustomElementFn: undefined,
|
|
@@ -46,7 +46,7 @@ PAvatar = __decorate([
|
|
|
46
46
|
})
|
|
47
47
|
], PAvatar);
|
|
48
48
|
export { PAvatar };
|
|
49
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
49
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PAvatar, decorators: [{
|
|
50
50
|
type: Component,
|
|
51
51
|
args: [{
|
|
52
52
|
selector: 'p-avatar',
|
|
@@ -62,8 +62,8 @@ let PAvatarGroup = class PAvatarGroup {
|
|
|
62
62
|
this.el = r.nativeElement;
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
|
-
PAvatarGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
66
|
-
PAvatarGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
65
|
+
PAvatarGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PAvatarGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
66
|
+
PAvatarGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PAvatarGroup, selector: "p-avatar-group", inputs: { extra: "extra" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
67
67
|
PAvatarGroup = __decorate([
|
|
68
68
|
ProxyCmp({
|
|
69
69
|
defineCustomElementFn: undefined,
|
|
@@ -71,7 +71,7 @@ PAvatarGroup = __decorate([
|
|
|
71
71
|
})
|
|
72
72
|
], PAvatarGroup);
|
|
73
73
|
export { PAvatarGroup };
|
|
74
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
74
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PAvatarGroup, decorators: [{
|
|
75
75
|
type: Component,
|
|
76
76
|
args: [{
|
|
77
77
|
selector: 'p-avatar-group',
|
|
@@ -88,8 +88,8 @@ let PButton = class PButton {
|
|
|
88
88
|
proxyOutputs(this, this.el, ['onClick']);
|
|
89
89
|
}
|
|
90
90
|
};
|
|
91
|
-
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
92
|
-
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
91
|
+
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
92
|
+
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PButton, selector: "p-button", inputs: { chevron: "chevron", disabled: "disabled", href: "href", icon: "icon", iconFlip: "iconFlip", iconOnly: "iconOnly", iconPosition: "iconPosition", iconRotate: "iconRotate", inheritText: "inheritText", loading: "loading", size: "size", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
93
93
|
PButton = __decorate([
|
|
94
94
|
ProxyCmp({
|
|
95
95
|
defineCustomElementFn: undefined,
|
|
@@ -97,7 +97,7 @@ PButton = __decorate([
|
|
|
97
97
|
})
|
|
98
98
|
], PButton);
|
|
99
99
|
export { PButton };
|
|
100
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PButton, decorators: [{
|
|
101
101
|
type: Component,
|
|
102
102
|
args: [{
|
|
103
103
|
selector: 'p-button',
|
|
@@ -113,8 +113,8 @@ let PCardBody = class PCardBody {
|
|
|
113
113
|
this.el = r.nativeElement;
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
|
-
PCardBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
117
|
-
PCardBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
116
|
+
PCardBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PCardBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
117
|
+
PCardBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PCardBody, selector: "p-card-body", inputs: { inheritText: "inheritText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
118
118
|
PCardBody = __decorate([
|
|
119
119
|
ProxyCmp({
|
|
120
120
|
defineCustomElementFn: undefined,
|
|
@@ -122,7 +122,7 @@ PCardBody = __decorate([
|
|
|
122
122
|
})
|
|
123
123
|
], PCardBody);
|
|
124
124
|
export { PCardBody };
|
|
125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PCardBody, decorators: [{
|
|
126
126
|
type: Component,
|
|
127
127
|
args: [{
|
|
128
128
|
selector: 'p-card-body',
|
|
@@ -138,8 +138,8 @@ let PCardContainer = class PCardContainer {
|
|
|
138
138
|
this.el = r.nativeElement;
|
|
139
139
|
}
|
|
140
140
|
};
|
|
141
|
-
PCardContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
142
|
-
PCardContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
141
|
+
PCardContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PCardContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
142
|
+
PCardContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PCardContainer, selector: "p-card-container", inputs: { hoverable: "hoverable", shadow: "shadow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
143
143
|
PCardContainer = __decorate([
|
|
144
144
|
ProxyCmp({
|
|
145
145
|
defineCustomElementFn: undefined,
|
|
@@ -147,7 +147,7 @@ PCardContainer = __decorate([
|
|
|
147
147
|
})
|
|
148
148
|
], PCardContainer);
|
|
149
149
|
export { PCardContainer };
|
|
150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PCardContainer, decorators: [{
|
|
151
151
|
type: Component,
|
|
152
152
|
args: [{
|
|
153
153
|
selector: 'p-card-container',
|
|
@@ -163,8 +163,8 @@ let PCardHeader = class PCardHeader {
|
|
|
163
163
|
this.el = r.nativeElement;
|
|
164
164
|
}
|
|
165
165
|
};
|
|
166
|
-
PCardHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
167
|
-
PCardHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
166
|
+
PCardHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
167
|
+
PCardHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PCardHeader, selector: "p-card-header", inputs: { arrow: "arrow", header: "header" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
168
168
|
PCardHeader = __decorate([
|
|
169
169
|
ProxyCmp({
|
|
170
170
|
defineCustomElementFn: undefined,
|
|
@@ -172,7 +172,7 @@ PCardHeader = __decorate([
|
|
|
172
172
|
})
|
|
173
173
|
], PCardHeader);
|
|
174
174
|
export { PCardHeader };
|
|
175
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PCardHeader, decorators: [{
|
|
176
176
|
type: Component,
|
|
177
177
|
args: [{
|
|
178
178
|
selector: 'p-card-header',
|
|
@@ -188,15 +188,15 @@ let PCounter = class PCounter {
|
|
|
188
188
|
this.el = r.nativeElement;
|
|
189
189
|
}
|
|
190
190
|
};
|
|
191
|
-
PCounter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
192
|
-
PCounter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
191
|
+
PCounter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PCounter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
192
|
+
PCounter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PCounter, selector: "p-counter", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
193
193
|
PCounter = __decorate([
|
|
194
194
|
ProxyCmp({
|
|
195
195
|
defineCustomElementFn: undefined
|
|
196
196
|
})
|
|
197
197
|
], PCounter);
|
|
198
198
|
export { PCounter };
|
|
199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PCounter, decorators: [{
|
|
200
200
|
type: Component,
|
|
201
201
|
args: [{
|
|
202
202
|
selector: 'p-counter',
|
|
@@ -211,15 +211,15 @@ let PDivider = class PDivider {
|
|
|
211
211
|
this.el = r.nativeElement;
|
|
212
212
|
}
|
|
213
213
|
};
|
|
214
|
-
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
215
|
-
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
214
|
+
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
215
|
+
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PDivider, selector: "p-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
216
216
|
PDivider = __decorate([
|
|
217
217
|
ProxyCmp({
|
|
218
218
|
defineCustomElementFn: undefined
|
|
219
219
|
})
|
|
220
220
|
], PDivider);
|
|
221
221
|
export { PDivider };
|
|
222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PDivider, decorators: [{
|
|
223
223
|
type: Component,
|
|
224
224
|
args: [{
|
|
225
225
|
selector: 'p-divider',
|
|
@@ -235,8 +235,8 @@ let PDropdown = class PDropdown {
|
|
|
235
235
|
proxyOutputs(this, this.el, ['isOpen']);
|
|
236
236
|
}
|
|
237
237
|
};
|
|
238
|
-
PDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
239
|
-
PDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
238
|
+
PDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
239
|
+
PDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PDropdown, selector: "p-dropdown", inputs: { disableTriggerClick: "disableTriggerClick", insideClick: "insideClick", placement: "placement", show: "show" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
240
240
|
PDropdown = __decorate([
|
|
241
241
|
ProxyCmp({
|
|
242
242
|
defineCustomElementFn: undefined,
|
|
@@ -244,7 +244,7 @@ PDropdown = __decorate([
|
|
|
244
244
|
})
|
|
245
245
|
], PDropdown);
|
|
246
246
|
export { PDropdown };
|
|
247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PDropdown, decorators: [{
|
|
248
248
|
type: Component,
|
|
249
249
|
args: [{
|
|
250
250
|
selector: 'p-dropdown',
|
|
@@ -260,15 +260,15 @@ let PDropdownMenuContainer = class PDropdownMenuContainer {
|
|
|
260
260
|
this.el = r.nativeElement;
|
|
261
261
|
}
|
|
262
262
|
};
|
|
263
|
-
PDropdownMenuContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
264
|
-
PDropdownMenuContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
263
|
+
PDropdownMenuContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PDropdownMenuContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
264
|
+
PDropdownMenuContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PDropdownMenuContainer, selector: "p-dropdown-menu-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
265
265
|
PDropdownMenuContainer = __decorate([
|
|
266
266
|
ProxyCmp({
|
|
267
267
|
defineCustomElementFn: undefined
|
|
268
268
|
})
|
|
269
269
|
], PDropdownMenuContainer);
|
|
270
270
|
export { PDropdownMenuContainer };
|
|
271
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PDropdownMenuContainer, decorators: [{
|
|
272
272
|
type: Component,
|
|
273
273
|
args: [{
|
|
274
274
|
selector: 'p-dropdown-menu-container',
|
|
@@ -283,8 +283,8 @@ let PDropdownMenuItem = class PDropdownMenuItem {
|
|
|
283
283
|
this.el = r.nativeElement;
|
|
284
284
|
}
|
|
285
285
|
};
|
|
286
|
-
PDropdownMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
287
|
-
PDropdownMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
286
|
+
PDropdownMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PDropdownMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
287
|
+
PDropdownMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PDropdownMenuItem, selector: "p-dropdown-menu-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
288
288
|
PDropdownMenuItem = __decorate([
|
|
289
289
|
ProxyCmp({
|
|
290
290
|
defineCustomElementFn: undefined,
|
|
@@ -292,7 +292,7 @@ PDropdownMenuItem = __decorate([
|
|
|
292
292
|
})
|
|
293
293
|
], PDropdownMenuItem);
|
|
294
294
|
export { PDropdownMenuItem };
|
|
295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PDropdownMenuItem, decorators: [{
|
|
296
296
|
type: Component,
|
|
297
297
|
args: [{
|
|
298
298
|
selector: 'p-dropdown-menu-item',
|
|
@@ -308,15 +308,15 @@ let PHelper = class PHelper {
|
|
|
308
308
|
this.el = r.nativeElement;
|
|
309
309
|
}
|
|
310
310
|
};
|
|
311
|
-
PHelper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
312
|
-
PHelper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
311
|
+
PHelper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PHelper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
312
|
+
PHelper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PHelper, selector: "p-helper", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
313
313
|
PHelper = __decorate([
|
|
314
314
|
ProxyCmp({
|
|
315
315
|
defineCustomElementFn: undefined
|
|
316
316
|
})
|
|
317
317
|
], PHelper);
|
|
318
318
|
export { PHelper };
|
|
319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PHelper, decorators: [{
|
|
320
320
|
type: Component,
|
|
321
321
|
args: [{
|
|
322
322
|
selector: 'p-helper',
|
|
@@ -331,8 +331,8 @@ let PIcon = class PIcon {
|
|
|
331
331
|
this.el = r.nativeElement;
|
|
332
332
|
}
|
|
333
333
|
};
|
|
334
|
-
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
335
|
-
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
334
|
+
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
335
|
+
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PIcon, selector: "p-icon", inputs: { flip: "flip", rotate: "rotate", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
336
336
|
PIcon = __decorate([
|
|
337
337
|
ProxyCmp({
|
|
338
338
|
defineCustomElementFn: undefined,
|
|
@@ -340,7 +340,7 @@ PIcon = __decorate([
|
|
|
340
340
|
})
|
|
341
341
|
], PIcon);
|
|
342
342
|
export { PIcon };
|
|
343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PIcon, decorators: [{
|
|
344
344
|
type: Component,
|
|
345
345
|
args: [{
|
|
346
346
|
selector: 'p-icon',
|
|
@@ -356,8 +356,8 @@ let PIllustration = class PIllustration {
|
|
|
356
356
|
this.el = r.nativeElement;
|
|
357
357
|
}
|
|
358
358
|
};
|
|
359
|
-
PIllustration.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
360
|
-
PIllustration.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
359
|
+
PIllustration.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PIllustration, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
360
|
+
PIllustration.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PIllustration, selector: "p-illustration", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
361
361
|
PIllustration = __decorate([
|
|
362
362
|
ProxyCmp({
|
|
363
363
|
defineCustomElementFn: undefined,
|
|
@@ -365,7 +365,7 @@ PIllustration = __decorate([
|
|
|
365
365
|
})
|
|
366
366
|
], PIllustration);
|
|
367
367
|
export { PIllustration };
|
|
368
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PIllustration, decorators: [{
|
|
369
369
|
type: Component,
|
|
370
370
|
args: [{
|
|
371
371
|
selector: 'p-illustration',
|
|
@@ -381,8 +381,8 @@ let PInfoPanel = class PInfoPanel {
|
|
|
381
381
|
this.el = r.nativeElement;
|
|
382
382
|
}
|
|
383
383
|
};
|
|
384
|
-
PInfoPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
385
|
-
PInfoPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
384
|
+
PInfoPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PInfoPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
385
|
+
PInfoPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PInfoPanel, selector: "p-info-panel", inputs: { closeable: "closeable", content: "content", header: "header", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
386
386
|
PInfoPanel = __decorate([
|
|
387
387
|
ProxyCmp({
|
|
388
388
|
defineCustomElementFn: undefined,
|
|
@@ -390,7 +390,7 @@ PInfoPanel = __decorate([
|
|
|
390
390
|
})
|
|
391
391
|
], PInfoPanel);
|
|
392
392
|
export { PInfoPanel };
|
|
393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PInfoPanel, decorators: [{
|
|
394
394
|
type: Component,
|
|
395
395
|
args: [{
|
|
396
396
|
selector: 'p-info-panel',
|
|
@@ -406,8 +406,8 @@ let PLoader = class PLoader {
|
|
|
406
406
|
this.el = r.nativeElement;
|
|
407
407
|
}
|
|
408
408
|
};
|
|
409
|
-
PLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
410
|
-
PLoader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
409
|
+
PLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PLoader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
410
|
+
PLoader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PLoader, selector: "p-loader", inputs: { color: "color", modalDescription: "modalDescription", modalTitle: "modalTitle", show: "show", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
411
411
|
PLoader = __decorate([
|
|
412
412
|
ProxyCmp({
|
|
413
413
|
defineCustomElementFn: undefined,
|
|
@@ -415,7 +415,7 @@ PLoader = __decorate([
|
|
|
415
415
|
})
|
|
416
416
|
], PLoader);
|
|
417
417
|
export { PLoader };
|
|
418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PLoader, decorators: [{
|
|
419
419
|
type: Component,
|
|
420
420
|
args: [{
|
|
421
421
|
selector: 'p-loader',
|
|
@@ -431,8 +431,8 @@ let PModal = class PModal {
|
|
|
431
431
|
this.el = r.nativeElement;
|
|
432
432
|
}
|
|
433
433
|
};
|
|
434
|
-
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
435
|
-
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
434
|
+
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
435
|
+
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PModal, selector: "p-modal", inputs: { header: "header", show: "show", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
436
436
|
PModal = __decorate([
|
|
437
437
|
ProxyCmp({
|
|
438
438
|
defineCustomElementFn: undefined,
|
|
@@ -440,7 +440,7 @@ PModal = __decorate([
|
|
|
440
440
|
})
|
|
441
441
|
], PModal);
|
|
442
442
|
export { PModal };
|
|
443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PModal, decorators: [{
|
|
444
444
|
type: Component,
|
|
445
445
|
args: [{
|
|
446
446
|
selector: 'p-modal',
|
|
@@ -456,15 +456,15 @@ let PModalBackdrop = class PModalBackdrop {
|
|
|
456
456
|
this.el = r.nativeElement;
|
|
457
457
|
}
|
|
458
458
|
};
|
|
459
|
-
PModalBackdrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
460
|
-
PModalBackdrop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
459
|
+
PModalBackdrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PModalBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
460
|
+
PModalBackdrop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PModalBackdrop, selector: "p-modal-backdrop", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
461
461
|
PModalBackdrop = __decorate([
|
|
462
462
|
ProxyCmp({
|
|
463
463
|
defineCustomElementFn: undefined
|
|
464
464
|
})
|
|
465
465
|
], PModalBackdrop);
|
|
466
466
|
export { PModalBackdrop };
|
|
467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PModalBackdrop, decorators: [{
|
|
468
468
|
type: Component,
|
|
469
469
|
args: [{
|
|
470
470
|
selector: 'p-modal-backdrop',
|
|
@@ -479,8 +479,8 @@ let PModalBody = class PModalBody {
|
|
|
479
479
|
this.el = r.nativeElement;
|
|
480
480
|
}
|
|
481
481
|
};
|
|
482
|
-
PModalBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
483
|
-
PModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
482
|
+
PModalBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PModalBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
483
|
+
PModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PModalBody, selector: "p-modal-body", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
484
484
|
PModalBody = __decorate([
|
|
485
485
|
ProxyCmp({
|
|
486
486
|
defineCustomElementFn: undefined,
|
|
@@ -488,7 +488,7 @@ PModalBody = __decorate([
|
|
|
488
488
|
})
|
|
489
489
|
], PModalBody);
|
|
490
490
|
export { PModalBody };
|
|
491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PModalBody, decorators: [{
|
|
492
492
|
type: Component,
|
|
493
493
|
args: [{
|
|
494
494
|
selector: 'p-modal-body',
|
|
@@ -504,8 +504,8 @@ let PModalContainer = class PModalContainer {
|
|
|
504
504
|
this.el = r.nativeElement;
|
|
505
505
|
}
|
|
506
506
|
};
|
|
507
|
-
PModalContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
508
|
-
PModalContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
507
|
+
PModalContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PModalContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
508
|
+
PModalContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PModalContainer, selector: "p-modal-container", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
509
509
|
PModalContainer = __decorate([
|
|
510
510
|
ProxyCmp({
|
|
511
511
|
defineCustomElementFn: undefined,
|
|
@@ -513,7 +513,7 @@ PModalContainer = __decorate([
|
|
|
513
513
|
})
|
|
514
514
|
], PModalContainer);
|
|
515
515
|
export { PModalContainer };
|
|
516
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PModalContainer, decorators: [{
|
|
517
517
|
type: Component,
|
|
518
518
|
args: [{
|
|
519
519
|
selector: 'p-modal-container',
|
|
@@ -529,15 +529,15 @@ let PModalFooter = class PModalFooter {
|
|
|
529
529
|
this.el = r.nativeElement;
|
|
530
530
|
}
|
|
531
531
|
};
|
|
532
|
-
PModalFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
533
|
-
PModalFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
532
|
+
PModalFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PModalFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
533
|
+
PModalFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PModalFooter, selector: "p-modal-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
534
534
|
PModalFooter = __decorate([
|
|
535
535
|
ProxyCmp({
|
|
536
536
|
defineCustomElementFn: undefined
|
|
537
537
|
})
|
|
538
538
|
], PModalFooter);
|
|
539
539
|
export { PModalFooter };
|
|
540
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PModalFooter, decorators: [{
|
|
541
541
|
type: Component,
|
|
542
542
|
args: [{
|
|
543
543
|
selector: 'p-modal-footer',
|
|
@@ -552,15 +552,15 @@ let PModalHeader = class PModalHeader {
|
|
|
552
552
|
this.el = r.nativeElement;
|
|
553
553
|
}
|
|
554
554
|
};
|
|
555
|
-
PModalHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
556
|
-
PModalHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
555
|
+
PModalHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PModalHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
556
|
+
PModalHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PModalHeader, selector: "p-modal-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
557
557
|
PModalHeader = __decorate([
|
|
558
558
|
ProxyCmp({
|
|
559
559
|
defineCustomElementFn: undefined
|
|
560
560
|
})
|
|
561
561
|
], PModalHeader);
|
|
562
562
|
export { PModalHeader };
|
|
563
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PModalHeader, decorators: [{
|
|
564
564
|
type: Component,
|
|
565
565
|
args: [{
|
|
566
566
|
selector: 'p-modal-header',
|
|
@@ -575,8 +575,8 @@ let PNavigationItem = class PNavigationItem {
|
|
|
575
575
|
this.el = r.nativeElement;
|
|
576
576
|
}
|
|
577
577
|
};
|
|
578
|
-
PNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
579
|
-
PNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
578
|
+
PNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
579
|
+
PNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PNavigationItem, selector: "p-navigation-item", inputs: { active: "active", counter: "counter", href: "href", icon: "icon", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
580
580
|
PNavigationItem = __decorate([
|
|
581
581
|
ProxyCmp({
|
|
582
582
|
defineCustomElementFn: undefined,
|
|
@@ -584,7 +584,7 @@ PNavigationItem = __decorate([
|
|
|
584
584
|
})
|
|
585
585
|
], PNavigationItem);
|
|
586
586
|
export { PNavigationItem };
|
|
587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PNavigationItem, decorators: [{
|
|
588
588
|
type: Component,
|
|
589
589
|
args: [{
|
|
590
590
|
selector: 'p-navigation-item',
|
|
@@ -601,8 +601,8 @@ let PPagination = class PPagination {
|
|
|
601
601
|
proxyOutputs(this, this.el, ['pageChange']);
|
|
602
602
|
}
|
|
603
603
|
};
|
|
604
|
-
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
605
|
-
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
604
|
+
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
605
|
+
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PPagination, selector: "p-pagination", inputs: { page: "page", pageSize: "pageSize", total: "total" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
606
606
|
PPagination = __decorate([
|
|
607
607
|
ProxyCmp({
|
|
608
608
|
defineCustomElementFn: undefined,
|
|
@@ -610,7 +610,7 @@ PPagination = __decorate([
|
|
|
610
610
|
})
|
|
611
611
|
], PPagination);
|
|
612
612
|
export { PPagination };
|
|
613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PPagination, decorators: [{
|
|
614
614
|
type: Component,
|
|
615
615
|
args: [{
|
|
616
616
|
selector: 'p-pagination',
|
|
@@ -626,8 +626,8 @@ let PPaginationItem = class PPaginationItem {
|
|
|
626
626
|
this.el = r.nativeElement;
|
|
627
627
|
}
|
|
628
628
|
};
|
|
629
|
-
PPaginationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
630
|
-
PPaginationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
629
|
+
PPaginationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PPaginationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
630
|
+
PPaginationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PPaginationItem, selector: "p-pagination-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
631
631
|
PPaginationItem = __decorate([
|
|
632
632
|
ProxyCmp({
|
|
633
633
|
defineCustomElementFn: undefined,
|
|
@@ -635,7 +635,7 @@ PPaginationItem = __decorate([
|
|
|
635
635
|
})
|
|
636
636
|
], PPaginationItem);
|
|
637
637
|
export { PPaginationItem };
|
|
638
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PPaginationItem, decorators: [{
|
|
639
639
|
type: Component,
|
|
640
640
|
args: [{
|
|
641
641
|
selector: 'p-pagination-item',
|
|
@@ -651,15 +651,15 @@ let PProfile = class PProfile {
|
|
|
651
651
|
this.el = r.nativeElement;
|
|
652
652
|
}
|
|
653
653
|
};
|
|
654
|
-
PProfile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
655
|
-
PProfile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
654
|
+
PProfile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PProfile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
655
|
+
PProfile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PProfile, selector: "p-profile", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
656
656
|
PProfile = __decorate([
|
|
657
657
|
ProxyCmp({
|
|
658
658
|
defineCustomElementFn: undefined
|
|
659
659
|
})
|
|
660
660
|
], PProfile);
|
|
661
661
|
export { PProfile };
|
|
662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PProfile, decorators: [{
|
|
663
663
|
type: Component,
|
|
664
664
|
args: [{
|
|
665
665
|
selector: 'p-profile',
|
|
@@ -674,15 +674,15 @@ let PSegmentContainer = class PSegmentContainer {
|
|
|
674
674
|
this.el = r.nativeElement;
|
|
675
675
|
}
|
|
676
676
|
};
|
|
677
|
-
PSegmentContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
678
|
-
PSegmentContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
677
|
+
PSegmentContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PSegmentContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
678
|
+
PSegmentContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PSegmentContainer, selector: "p-segment-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
679
679
|
PSegmentContainer = __decorate([
|
|
680
680
|
ProxyCmp({
|
|
681
681
|
defineCustomElementFn: undefined
|
|
682
682
|
})
|
|
683
683
|
], PSegmentContainer);
|
|
684
684
|
export { PSegmentContainer };
|
|
685
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PSegmentContainer, decorators: [{
|
|
686
686
|
type: Component,
|
|
687
687
|
args: [{
|
|
688
688
|
selector: 'p-segment-container',
|
|
@@ -697,8 +697,8 @@ let PSegmentItem = class PSegmentItem {
|
|
|
697
697
|
this.el = r.nativeElement;
|
|
698
698
|
}
|
|
699
699
|
};
|
|
700
|
-
PSegmentItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
701
|
-
PSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
700
|
+
PSegmentItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PSegmentItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
701
|
+
PSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PSegmentItem, selector: "p-segment-item", inputs: { active: "active", icon: "icon", iconFlip: "iconFlip", iconRotate: "iconRotate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
702
702
|
PSegmentItem = __decorate([
|
|
703
703
|
ProxyCmp({
|
|
704
704
|
defineCustomElementFn: undefined,
|
|
@@ -706,7 +706,7 @@ PSegmentItem = __decorate([
|
|
|
706
706
|
})
|
|
707
707
|
], PSegmentItem);
|
|
708
708
|
export { PSegmentItem };
|
|
709
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PSegmentItem, decorators: [{
|
|
710
710
|
type: Component,
|
|
711
711
|
args: [{
|
|
712
712
|
selector: 'p-segment-item',
|
|
@@ -722,8 +722,8 @@ let PStatus = class PStatus {
|
|
|
722
722
|
this.el = r.nativeElement;
|
|
723
723
|
}
|
|
724
724
|
};
|
|
725
|
-
PStatus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
726
|
-
PStatus.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
725
|
+
PStatus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PStatus, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
726
|
+
PStatus.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PStatus, selector: "p-status", inputs: { icon: "icon", iconFlip: "iconFlip", iconRotate: "iconRotate", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
727
727
|
PStatus = __decorate([
|
|
728
728
|
ProxyCmp({
|
|
729
729
|
defineCustomElementFn: undefined,
|
|
@@ -731,7 +731,7 @@ PStatus = __decorate([
|
|
|
731
731
|
})
|
|
732
732
|
], PStatus);
|
|
733
733
|
export { PStatus };
|
|
734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
734
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PStatus, decorators: [{
|
|
735
735
|
type: Component,
|
|
736
736
|
args: [{
|
|
737
737
|
selector: 'p-status',
|
|
@@ -747,8 +747,8 @@ let PStepper = class PStepper {
|
|
|
747
747
|
this.el = r.nativeElement;
|
|
748
748
|
}
|
|
749
749
|
};
|
|
750
|
-
PStepper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
751
|
-
PStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
750
|
+
PStepper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
751
|
+
PStepper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PStepper, selector: "p-stepper", inputs: { activeStep: "activeStep", direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
752
752
|
PStepper = __decorate([
|
|
753
753
|
ProxyCmp({
|
|
754
754
|
defineCustomElementFn: undefined,
|
|
@@ -756,7 +756,7 @@ PStepper = __decorate([
|
|
|
756
756
|
})
|
|
757
757
|
], PStepper);
|
|
758
758
|
export { PStepper };
|
|
759
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PStepper, decorators: [{
|
|
760
760
|
type: Component,
|
|
761
761
|
args: [{
|
|
762
762
|
selector: 'p-stepper',
|
|
@@ -772,8 +772,8 @@ let PStepperItem = class PStepperItem {
|
|
|
772
772
|
this.el = r.nativeElement;
|
|
773
773
|
}
|
|
774
774
|
};
|
|
775
|
-
PStepperItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
776
|
-
PStepperItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
775
|
+
PStepperItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PStepperItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
776
|
+
PStepperItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PStepperItem, selector: "p-stepper-item", inputs: { active: "active", align: "align", direction: "direction", finished: "finished" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
777
777
|
PStepperItem = __decorate([
|
|
778
778
|
ProxyCmp({
|
|
779
779
|
defineCustomElementFn: undefined,
|
|
@@ -781,7 +781,7 @@ PStepperItem = __decorate([
|
|
|
781
781
|
})
|
|
782
782
|
], PStepperItem);
|
|
783
783
|
export { PStepperItem };
|
|
784
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
784
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PStepperItem, decorators: [{
|
|
785
785
|
type: Component,
|
|
786
786
|
args: [{
|
|
787
787
|
selector: 'p-stepper-item',
|
|
@@ -797,8 +797,8 @@ let PStepperLine = class PStepperLine {
|
|
|
797
797
|
this.el = r.nativeElement;
|
|
798
798
|
}
|
|
799
799
|
};
|
|
800
|
-
PStepperLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
801
|
-
PStepperLine.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
800
|
+
PStepperLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PStepperLine, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
801
|
+
PStepperLine.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PStepperLine, selector: "p-stepper-line", inputs: { active: "active", direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
802
802
|
PStepperLine = __decorate([
|
|
803
803
|
ProxyCmp({
|
|
804
804
|
defineCustomElementFn: undefined,
|
|
@@ -806,7 +806,7 @@ PStepperLine = __decorate([
|
|
|
806
806
|
})
|
|
807
807
|
], PStepperLine);
|
|
808
808
|
export { PStepperLine };
|
|
809
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
809
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PStepperLine, decorators: [{
|
|
810
810
|
type: Component,
|
|
811
811
|
args: [{
|
|
812
812
|
selector: 'p-stepper-line',
|
|
@@ -822,15 +822,15 @@ let PTabGroup = class PTabGroup {
|
|
|
822
822
|
this.el = r.nativeElement;
|
|
823
823
|
}
|
|
824
824
|
};
|
|
825
|
-
PTabGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
826
|
-
PTabGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
825
|
+
PTabGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PTabGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
826
|
+
PTabGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PTabGroup, selector: "p-tab-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
827
827
|
PTabGroup = __decorate([
|
|
828
828
|
ProxyCmp({
|
|
829
829
|
defineCustomElementFn: undefined
|
|
830
830
|
})
|
|
831
831
|
], PTabGroup);
|
|
832
832
|
export { PTabGroup };
|
|
833
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PTabGroup, decorators: [{
|
|
834
834
|
type: Component,
|
|
835
835
|
args: [{
|
|
836
836
|
selector: 'p-tab-group',
|
|
@@ -845,8 +845,8 @@ let PTabItem = class PTabItem {
|
|
|
845
845
|
this.el = r.nativeElement;
|
|
846
846
|
}
|
|
847
847
|
};
|
|
848
|
-
PTabItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
849
|
-
PTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
848
|
+
PTabItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
849
|
+
PTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PTabItem, selector: "p-tab-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
850
850
|
PTabItem = __decorate([
|
|
851
851
|
ProxyCmp({
|
|
852
852
|
defineCustomElementFn: undefined,
|
|
@@ -854,7 +854,7 @@ PTabItem = __decorate([
|
|
|
854
854
|
})
|
|
855
855
|
], PTabItem);
|
|
856
856
|
export { PTabItem };
|
|
857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
857
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PTabItem, decorators: [{
|
|
858
858
|
type: Component,
|
|
859
859
|
args: [{
|
|
860
860
|
selector: 'p-tab-item',
|
|
@@ -870,8 +870,8 @@ let PTag = class PTag {
|
|
|
870
870
|
this.el = r.nativeElement;
|
|
871
871
|
}
|
|
872
872
|
};
|
|
873
|
-
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
874
|
-
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
873
|
+
PTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
874
|
+
PTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PTag, selector: "p-tag", inputs: { circle: "circle", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
875
875
|
PTag = __decorate([
|
|
876
876
|
ProxyCmp({
|
|
877
877
|
defineCustomElementFn: undefined,
|
|
@@ -879,7 +879,7 @@ PTag = __decorate([
|
|
|
879
879
|
})
|
|
880
880
|
], PTag);
|
|
881
881
|
export { PTag };
|
|
882
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PTag, decorators: [{
|
|
883
883
|
type: Component,
|
|
884
884
|
args: [{
|
|
885
885
|
selector: 'p-tag',
|
|
@@ -895,8 +895,8 @@ let PTooltip = class PTooltip {
|
|
|
895
895
|
this.el = r.nativeElement;
|
|
896
896
|
}
|
|
897
897
|
};
|
|
898
|
-
PTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
899
|
-
PTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
898
|
+
PTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
899
|
+
PTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: PTooltip, selector: "p-tooltip", inputs: { canManuallyClose: "canManuallyClose", placement: "placement", popover: "popover", show: "show", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
900
900
|
PTooltip = __decorate([
|
|
901
901
|
ProxyCmp({
|
|
902
902
|
defineCustomElementFn: undefined,
|
|
@@ -904,7 +904,7 @@ PTooltip = __decorate([
|
|
|
904
904
|
})
|
|
905
905
|
], PTooltip);
|
|
906
906
|
export { PTooltip };
|
|
907
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: PTooltip, decorators: [{
|
|
908
908
|
type: Component,
|
|
909
909
|
args: [{
|
|
910
910
|
selector: 'p-tooltip',
|