@paperless/angular 0.1.0-alpha.46 → 0.1.0-alpha.47
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 +4 -4
- package/esm2020/lib/directives/pagination.directive.mjs +4 -4
- package/esm2020/lib/paperless.module.mjs +5 -5
- package/esm2020/lib/stencil/components.mjs +85 -85
- package/fesm2015/paperless-angular.mjs +94 -94
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +94 -94
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/{paperless-angular.d.ts → index.d.ts} +0 -0
- package/lib/base/value-accessor.d.ts +1 -1
- package/lib/directives/pagination.directive.d.ts +1 -1
- package/lib/stencil/components.d.ts +28 -28
- package/package.json +6 -6
|
@@ -34,9 +34,9 @@ class ValueAccessor {
|
|
|
34
34
|
this.onTouched = fn;
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
|
-
ValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
38
|
-
ValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
39
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
37
|
+
ValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
38
|
+
ValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.0", type: ValueAccessor, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
40
40
|
type: Directive,
|
|
41
41
|
args: [{}]
|
|
42
42
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { _handleBlurEvent: [{
|
|
@@ -56,15 +56,15 @@ class PaginationDirective extends ValueAccessor {
|
|
|
56
56
|
super.registerOnChange((value) => fn(value === '' ? null : parseInt(value, 10)));
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
PaginationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
60
|
-
PaginationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
59
|
+
PaginationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PaginationDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
60
|
+
PaginationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.0", type: PaginationDirective, selector: "p-pagination", host: { listeners: { "pageChange": "handleChangeEvent($event.target.page)" } }, providers: [
|
|
61
61
|
{
|
|
62
62
|
provide: NG_VALUE_ACCESSOR,
|
|
63
63
|
useExisting: PaginationDirective,
|
|
64
64
|
multi: true,
|
|
65
65
|
},
|
|
66
66
|
], usesInheritance: true, ngImport: i0 });
|
|
67
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
67
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PaginationDirective, decorators: [{
|
|
68
68
|
type: Directive,
|
|
69
69
|
args: [{
|
|
70
70
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -142,15 +142,15 @@ let PAvatar = class PAvatar {
|
|
|
142
142
|
this.el = r.nativeElement;
|
|
143
143
|
}
|
|
144
144
|
};
|
|
145
|
-
PAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
146
|
-
PAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
145
|
+
PAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
146
|
+
PAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.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 });
|
|
147
147
|
PAvatar = __decorate([
|
|
148
148
|
ProxyCmp({
|
|
149
149
|
defineCustomElementFn: undefined,
|
|
150
150
|
inputs: ['defaultImage', 'size', 'src', 'variant']
|
|
151
151
|
})
|
|
152
152
|
], PAvatar);
|
|
153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PAvatar, decorators: [{
|
|
154
154
|
type: Component,
|
|
155
155
|
args: [{
|
|
156
156
|
selector: 'p-avatar',
|
|
@@ -167,15 +167,15 @@ let PButton = class PButton {
|
|
|
167
167
|
proxyOutputs(this, this.el, ['onClick']);
|
|
168
168
|
}
|
|
169
169
|
};
|
|
170
|
-
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
171
|
-
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
170
|
+
PButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
171
|
+
PButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.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 });
|
|
172
172
|
PButton = __decorate([
|
|
173
173
|
ProxyCmp({
|
|
174
174
|
defineCustomElementFn: undefined,
|
|
175
175
|
inputs: ['chevron', 'disabled', 'href', 'icon', 'iconFlip', 'iconOnly', 'iconPosition', 'iconRotate', 'inheritText', 'loading', 'size', 'target', 'variant']
|
|
176
176
|
})
|
|
177
177
|
], PButton);
|
|
178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PButton, decorators: [{
|
|
179
179
|
type: Component,
|
|
180
180
|
args: [{
|
|
181
181
|
selector: 'p-button',
|
|
@@ -191,15 +191,15 @@ let PCardBody = class PCardBody {
|
|
|
191
191
|
this.el = r.nativeElement;
|
|
192
192
|
}
|
|
193
193
|
};
|
|
194
|
-
PCardBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
195
|
-
PCardBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
194
|
+
PCardBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PCardBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
195
|
+
PCardBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PCardBody, selector: "p-card-body", inputs: { inheritText: "inheritText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
196
196
|
PCardBody = __decorate([
|
|
197
197
|
ProxyCmp({
|
|
198
198
|
defineCustomElementFn: undefined,
|
|
199
199
|
inputs: ['inheritText']
|
|
200
200
|
})
|
|
201
201
|
], PCardBody);
|
|
202
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PCardBody, decorators: [{
|
|
203
203
|
type: Component,
|
|
204
204
|
args: [{
|
|
205
205
|
selector: 'p-card-body',
|
|
@@ -215,15 +215,15 @@ let PCardContainer = class PCardContainer {
|
|
|
215
215
|
this.el = r.nativeElement;
|
|
216
216
|
}
|
|
217
217
|
};
|
|
218
|
-
PCardContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
219
|
-
PCardContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
218
|
+
PCardContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PCardContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
219
|
+
PCardContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PCardContainer, selector: "p-card-container", inputs: { hoverable: "hoverable" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
220
220
|
PCardContainer = __decorate([
|
|
221
221
|
ProxyCmp({
|
|
222
222
|
defineCustomElementFn: undefined,
|
|
223
223
|
inputs: ['hoverable']
|
|
224
224
|
})
|
|
225
225
|
], PCardContainer);
|
|
226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PCardContainer, decorators: [{
|
|
227
227
|
type: Component,
|
|
228
228
|
args: [{
|
|
229
229
|
selector: 'p-card-container',
|
|
@@ -239,15 +239,15 @@ let PCardHeader = class PCardHeader {
|
|
|
239
239
|
this.el = r.nativeElement;
|
|
240
240
|
}
|
|
241
241
|
};
|
|
242
|
-
PCardHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
243
|
-
PCardHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
242
|
+
PCardHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
243
|
+
PCardHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PCardHeader, selector: "p-card-header", inputs: { arrow: "arrow", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
244
244
|
PCardHeader = __decorate([
|
|
245
245
|
ProxyCmp({
|
|
246
246
|
defineCustomElementFn: undefined,
|
|
247
247
|
inputs: ['arrow', 'title']
|
|
248
248
|
})
|
|
249
249
|
], PCardHeader);
|
|
250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PCardHeader, decorators: [{
|
|
251
251
|
type: Component,
|
|
252
252
|
args: [{
|
|
253
253
|
selector: 'p-card-header',
|
|
@@ -263,14 +263,14 @@ let PCounter = class PCounter {
|
|
|
263
263
|
this.el = r.nativeElement;
|
|
264
264
|
}
|
|
265
265
|
};
|
|
266
|
-
PCounter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
267
|
-
PCounter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
266
|
+
PCounter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PCounter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
267
|
+
PCounter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PCounter, selector: "p-counter", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
268
268
|
PCounter = __decorate([
|
|
269
269
|
ProxyCmp({
|
|
270
270
|
defineCustomElementFn: undefined
|
|
271
271
|
})
|
|
272
272
|
], PCounter);
|
|
273
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PCounter, decorators: [{
|
|
274
274
|
type: Component,
|
|
275
275
|
args: [{
|
|
276
276
|
selector: 'p-counter',
|
|
@@ -285,14 +285,14 @@ let PDivider = class PDivider {
|
|
|
285
285
|
this.el = r.nativeElement;
|
|
286
286
|
}
|
|
287
287
|
};
|
|
288
|
-
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
289
|
-
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
288
|
+
PDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
289
|
+
PDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PDivider, selector: "p-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
290
290
|
PDivider = __decorate([
|
|
291
291
|
ProxyCmp({
|
|
292
292
|
defineCustomElementFn: undefined
|
|
293
293
|
})
|
|
294
294
|
], PDivider);
|
|
295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PDivider, decorators: [{
|
|
296
296
|
type: Component,
|
|
297
297
|
args: [{
|
|
298
298
|
selector: 'p-divider',
|
|
@@ -308,15 +308,15 @@ let PDropdown = class PDropdown {
|
|
|
308
308
|
proxyOutputs(this, this.el, ['isOpen']);
|
|
309
309
|
}
|
|
310
310
|
};
|
|
311
|
-
PDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
312
|
-
PDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
311
|
+
PDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
312
|
+
PDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.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 });
|
|
313
313
|
PDropdown = __decorate([
|
|
314
314
|
ProxyCmp({
|
|
315
315
|
defineCustomElementFn: undefined,
|
|
316
316
|
inputs: ['disableTriggerClick', 'insideClick', 'placement', 'show']
|
|
317
317
|
})
|
|
318
318
|
], PDropdown);
|
|
319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PDropdown, decorators: [{
|
|
320
320
|
type: Component,
|
|
321
321
|
args: [{
|
|
322
322
|
selector: 'p-dropdown',
|
|
@@ -332,14 +332,14 @@ let PDropdownMenuContainer = class PDropdownMenuContainer {
|
|
|
332
332
|
this.el = r.nativeElement;
|
|
333
333
|
}
|
|
334
334
|
};
|
|
335
|
-
PDropdownMenuContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
336
|
-
PDropdownMenuContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
335
|
+
PDropdownMenuContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PDropdownMenuContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
336
|
+
PDropdownMenuContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PDropdownMenuContainer, selector: "p-dropdown-menu-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
337
337
|
PDropdownMenuContainer = __decorate([
|
|
338
338
|
ProxyCmp({
|
|
339
339
|
defineCustomElementFn: undefined
|
|
340
340
|
})
|
|
341
341
|
], PDropdownMenuContainer);
|
|
342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PDropdownMenuContainer, decorators: [{
|
|
343
343
|
type: Component,
|
|
344
344
|
args: [{
|
|
345
345
|
selector: 'p-dropdown-menu-container',
|
|
@@ -354,15 +354,15 @@ let PDropdownMenuItem = class PDropdownMenuItem {
|
|
|
354
354
|
this.el = r.nativeElement;
|
|
355
355
|
}
|
|
356
356
|
};
|
|
357
|
-
PDropdownMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
358
|
-
PDropdownMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
357
|
+
PDropdownMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PDropdownMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
358
|
+
PDropdownMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PDropdownMenuItem, selector: "p-dropdown-menu-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
359
359
|
PDropdownMenuItem = __decorate([
|
|
360
360
|
ProxyCmp({
|
|
361
361
|
defineCustomElementFn: undefined,
|
|
362
362
|
inputs: ['active']
|
|
363
363
|
})
|
|
364
364
|
], PDropdownMenuItem);
|
|
365
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PDropdownMenuItem, decorators: [{
|
|
366
366
|
type: Component,
|
|
367
367
|
args: [{
|
|
368
368
|
selector: 'p-dropdown-menu-item',
|
|
@@ -378,14 +378,14 @@ let PHelper = class PHelper {
|
|
|
378
378
|
this.el = r.nativeElement;
|
|
379
379
|
}
|
|
380
380
|
};
|
|
381
|
-
PHelper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
382
|
-
PHelper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
381
|
+
PHelper.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PHelper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
382
|
+
PHelper.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PHelper, selector: "p-helper", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
383
383
|
PHelper = __decorate([
|
|
384
384
|
ProxyCmp({
|
|
385
385
|
defineCustomElementFn: undefined
|
|
386
386
|
})
|
|
387
387
|
], PHelper);
|
|
388
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PHelper, decorators: [{
|
|
389
389
|
type: Component,
|
|
390
390
|
args: [{
|
|
391
391
|
selector: 'p-helper',
|
|
@@ -400,15 +400,15 @@ let PIcon = class PIcon {
|
|
|
400
400
|
this.el = r.nativeElement;
|
|
401
401
|
}
|
|
402
402
|
};
|
|
403
|
-
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
404
|
-
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
403
|
+
PIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
404
|
+
PIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.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 });
|
|
405
405
|
PIcon = __decorate([
|
|
406
406
|
ProxyCmp({
|
|
407
407
|
defineCustomElementFn: undefined,
|
|
408
408
|
inputs: ['flip', 'rotate', 'size', 'variant']
|
|
409
409
|
})
|
|
410
410
|
], PIcon);
|
|
411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PIcon, decorators: [{
|
|
412
412
|
type: Component,
|
|
413
413
|
args: [{
|
|
414
414
|
selector: 'p-icon',
|
|
@@ -424,15 +424,15 @@ let PIllustration = class PIllustration {
|
|
|
424
424
|
this.el = r.nativeElement;
|
|
425
425
|
}
|
|
426
426
|
};
|
|
427
|
-
PIllustration.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
428
|
-
PIllustration.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
427
|
+
PIllustration.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PIllustration, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
428
|
+
PIllustration.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PIllustration, selector: "p-illustration", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
429
429
|
PIllustration = __decorate([
|
|
430
430
|
ProxyCmp({
|
|
431
431
|
defineCustomElementFn: undefined,
|
|
432
432
|
inputs: ['variant']
|
|
433
433
|
})
|
|
434
434
|
], PIllustration);
|
|
435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PIllustration, decorators: [{
|
|
436
436
|
type: Component,
|
|
437
437
|
args: [{
|
|
438
438
|
selector: 'p-illustration',
|
|
@@ -448,15 +448,15 @@ let PInfoPanel = class PInfoPanel {
|
|
|
448
448
|
this.el = r.nativeElement;
|
|
449
449
|
}
|
|
450
450
|
};
|
|
451
|
-
PInfoPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
452
|
-
PInfoPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
451
|
+
PInfoPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PInfoPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
452
|
+
PInfoPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.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 });
|
|
453
453
|
PInfoPanel = __decorate([
|
|
454
454
|
ProxyCmp({
|
|
455
455
|
defineCustomElementFn: undefined,
|
|
456
456
|
inputs: ['closeable', 'content', 'header', 'variant']
|
|
457
457
|
})
|
|
458
458
|
], PInfoPanel);
|
|
459
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
459
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PInfoPanel, decorators: [{
|
|
460
460
|
type: Component,
|
|
461
461
|
args: [{
|
|
462
462
|
selector: 'p-info-panel',
|
|
@@ -472,15 +472,15 @@ let PLoader = class PLoader {
|
|
|
472
472
|
this.el = r.nativeElement;
|
|
473
473
|
}
|
|
474
474
|
};
|
|
475
|
-
PLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
476
|
-
PLoader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
475
|
+
PLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PLoader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
476
|
+
PLoader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.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 });
|
|
477
477
|
PLoader = __decorate([
|
|
478
478
|
ProxyCmp({
|
|
479
479
|
defineCustomElementFn: undefined,
|
|
480
480
|
inputs: ['color', 'modalDescription', 'modalTitle', 'show', 'variant']
|
|
481
481
|
})
|
|
482
482
|
], PLoader);
|
|
483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PLoader, decorators: [{
|
|
484
484
|
type: Component,
|
|
485
485
|
args: [{
|
|
486
486
|
selector: 'p-loader',
|
|
@@ -496,15 +496,15 @@ let PModal = class PModal {
|
|
|
496
496
|
this.el = r.nativeElement;
|
|
497
497
|
}
|
|
498
498
|
};
|
|
499
|
-
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
500
|
-
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
499
|
+
PModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
500
|
+
PModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PModal, selector: "p-modal", inputs: { show: "show", size: "size", title: "title", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
501
501
|
PModal = __decorate([
|
|
502
502
|
ProxyCmp({
|
|
503
503
|
defineCustomElementFn: undefined,
|
|
504
504
|
inputs: ['show', 'size', 'title', 'variant']
|
|
505
505
|
})
|
|
506
506
|
], PModal);
|
|
507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
507
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PModal, decorators: [{
|
|
508
508
|
type: Component,
|
|
509
509
|
args: [{
|
|
510
510
|
selector: 'p-modal',
|
|
@@ -520,14 +520,14 @@ let PModalBackdrop = class PModalBackdrop {
|
|
|
520
520
|
this.el = r.nativeElement;
|
|
521
521
|
}
|
|
522
522
|
};
|
|
523
|
-
PModalBackdrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
524
|
-
PModalBackdrop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
523
|
+
PModalBackdrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PModalBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
524
|
+
PModalBackdrop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PModalBackdrop, selector: "p-modal-backdrop", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
525
525
|
PModalBackdrop = __decorate([
|
|
526
526
|
ProxyCmp({
|
|
527
527
|
defineCustomElementFn: undefined
|
|
528
528
|
})
|
|
529
529
|
], PModalBackdrop);
|
|
530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PModalBackdrop, decorators: [{
|
|
531
531
|
type: Component,
|
|
532
532
|
args: [{
|
|
533
533
|
selector: 'p-modal-backdrop',
|
|
@@ -542,15 +542,15 @@ let PModalBody = class PModalBody {
|
|
|
542
542
|
this.el = r.nativeElement;
|
|
543
543
|
}
|
|
544
544
|
};
|
|
545
|
-
PModalBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
546
|
-
PModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
545
|
+
PModalBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PModalBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
546
|
+
PModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PModalBody, selector: "p-modal-body", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
547
547
|
PModalBody = __decorate([
|
|
548
548
|
ProxyCmp({
|
|
549
549
|
defineCustomElementFn: undefined,
|
|
550
550
|
inputs: ['variant']
|
|
551
551
|
})
|
|
552
552
|
], PModalBody);
|
|
553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PModalBody, decorators: [{
|
|
554
554
|
type: Component,
|
|
555
555
|
args: [{
|
|
556
556
|
selector: 'p-modal-body',
|
|
@@ -566,15 +566,15 @@ let PModalContainer = class PModalContainer {
|
|
|
566
566
|
this.el = r.nativeElement;
|
|
567
567
|
}
|
|
568
568
|
};
|
|
569
|
-
PModalContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
570
|
-
PModalContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
569
|
+
PModalContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PModalContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
570
|
+
PModalContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PModalContainer, selector: "p-modal-container", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
571
571
|
PModalContainer = __decorate([
|
|
572
572
|
ProxyCmp({
|
|
573
573
|
defineCustomElementFn: undefined,
|
|
574
574
|
inputs: ['size']
|
|
575
575
|
})
|
|
576
576
|
], PModalContainer);
|
|
577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PModalContainer, decorators: [{
|
|
578
578
|
type: Component,
|
|
579
579
|
args: [{
|
|
580
580
|
selector: 'p-modal-container',
|
|
@@ -590,14 +590,14 @@ let PModalFooter = class PModalFooter {
|
|
|
590
590
|
this.el = r.nativeElement;
|
|
591
591
|
}
|
|
592
592
|
};
|
|
593
|
-
PModalFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
594
|
-
PModalFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
593
|
+
PModalFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PModalFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
594
|
+
PModalFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PModalFooter, selector: "p-modal-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
595
595
|
PModalFooter = __decorate([
|
|
596
596
|
ProxyCmp({
|
|
597
597
|
defineCustomElementFn: undefined
|
|
598
598
|
})
|
|
599
599
|
], PModalFooter);
|
|
600
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PModalFooter, decorators: [{
|
|
601
601
|
type: Component,
|
|
602
602
|
args: [{
|
|
603
603
|
selector: 'p-modal-footer',
|
|
@@ -612,14 +612,14 @@ let PModalHeader = class PModalHeader {
|
|
|
612
612
|
this.el = r.nativeElement;
|
|
613
613
|
}
|
|
614
614
|
};
|
|
615
|
-
PModalHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
616
|
-
PModalHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
615
|
+
PModalHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PModalHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
616
|
+
PModalHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PModalHeader, selector: "p-modal-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
617
617
|
PModalHeader = __decorate([
|
|
618
618
|
ProxyCmp({
|
|
619
619
|
defineCustomElementFn: undefined
|
|
620
620
|
})
|
|
621
621
|
], PModalHeader);
|
|
622
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PModalHeader, decorators: [{
|
|
623
623
|
type: Component,
|
|
624
624
|
args: [{
|
|
625
625
|
selector: 'p-modal-header',
|
|
@@ -634,15 +634,15 @@ let PNavigationItem = class PNavigationItem {
|
|
|
634
634
|
this.el = r.nativeElement;
|
|
635
635
|
}
|
|
636
636
|
};
|
|
637
|
-
PNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
638
|
-
PNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
637
|
+
PNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
638
|
+
PNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.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 });
|
|
639
639
|
PNavigationItem = __decorate([
|
|
640
640
|
ProxyCmp({
|
|
641
641
|
defineCustomElementFn: undefined,
|
|
642
642
|
inputs: ['active', 'counter', 'href', 'icon', 'target']
|
|
643
643
|
})
|
|
644
644
|
], PNavigationItem);
|
|
645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PNavigationItem, decorators: [{
|
|
646
646
|
type: Component,
|
|
647
647
|
args: [{
|
|
648
648
|
selector: 'p-navigation-item',
|
|
@@ -659,15 +659,15 @@ let PPagination = class PPagination {
|
|
|
659
659
|
proxyOutputs(this, this.el, ['pageChange']);
|
|
660
660
|
}
|
|
661
661
|
};
|
|
662
|
-
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
663
|
-
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
662
|
+
PPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
663
|
+
PPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.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 });
|
|
664
664
|
PPagination = __decorate([
|
|
665
665
|
ProxyCmp({
|
|
666
666
|
defineCustomElementFn: undefined,
|
|
667
667
|
inputs: ['page', 'pageSize', 'total']
|
|
668
668
|
})
|
|
669
669
|
], PPagination);
|
|
670
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
670
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PPagination, decorators: [{
|
|
671
671
|
type: Component,
|
|
672
672
|
args: [{
|
|
673
673
|
selector: 'p-pagination',
|
|
@@ -683,15 +683,15 @@ let PPaginationItem = class PPaginationItem {
|
|
|
683
683
|
this.el = r.nativeElement;
|
|
684
684
|
}
|
|
685
685
|
};
|
|
686
|
-
PPaginationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
687
|
-
PPaginationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
686
|
+
PPaginationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PPaginationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
687
|
+
PPaginationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PPaginationItem, selector: "p-pagination-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
688
688
|
PPaginationItem = __decorate([
|
|
689
689
|
ProxyCmp({
|
|
690
690
|
defineCustomElementFn: undefined,
|
|
691
691
|
inputs: ['active']
|
|
692
692
|
})
|
|
693
693
|
], PPaginationItem);
|
|
694
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PPaginationItem, decorators: [{
|
|
695
695
|
type: Component,
|
|
696
696
|
args: [{
|
|
697
697
|
selector: 'p-pagination-item',
|
|
@@ -707,14 +707,14 @@ let PSegmentContainer = class PSegmentContainer {
|
|
|
707
707
|
this.el = r.nativeElement;
|
|
708
708
|
}
|
|
709
709
|
};
|
|
710
|
-
PSegmentContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
711
|
-
PSegmentContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
710
|
+
PSegmentContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PSegmentContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
711
|
+
PSegmentContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.0", type: PSegmentContainer, selector: "p-segment-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
712
712
|
PSegmentContainer = __decorate([
|
|
713
713
|
ProxyCmp({
|
|
714
714
|
defineCustomElementFn: undefined
|
|
715
715
|
})
|
|
716
716
|
], PSegmentContainer);
|
|
717
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
717
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PSegmentContainer, decorators: [{
|
|
718
718
|
type: Component,
|
|
719
719
|
args: [{
|
|
720
720
|
selector: 'p-segment-container',
|
|
@@ -729,15 +729,15 @@ let PSegmentItem = class PSegmentItem {
|
|
|
729
729
|
this.el = r.nativeElement;
|
|
730
730
|
}
|
|
731
731
|
};
|
|
732
|
-
PSegmentItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
733
|
-
PSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
732
|
+
PSegmentItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PSegmentItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
733
|
+
PSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.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 });
|
|
734
734
|
PSegmentItem = __decorate([
|
|
735
735
|
ProxyCmp({
|
|
736
736
|
defineCustomElementFn: undefined,
|
|
737
737
|
inputs: ['active', 'icon', 'iconFlip', 'iconRotate']
|
|
738
738
|
})
|
|
739
739
|
], PSegmentItem);
|
|
740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
740
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PSegmentItem, decorators: [{
|
|
741
741
|
type: Component,
|
|
742
742
|
args: [{
|
|
743
743
|
selector: 'p-segment-item',
|
|
@@ -753,15 +753,15 @@ let PStatus = class PStatus {
|
|
|
753
753
|
this.el = r.nativeElement;
|
|
754
754
|
}
|
|
755
755
|
};
|
|
756
|
-
PStatus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
757
|
-
PStatus.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
756
|
+
PStatus.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PStatus, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
757
|
+
PStatus.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.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 });
|
|
758
758
|
PStatus = __decorate([
|
|
759
759
|
ProxyCmp({
|
|
760
760
|
defineCustomElementFn: undefined,
|
|
761
761
|
inputs: ['icon', 'iconFlip', 'iconRotate', 'variant']
|
|
762
762
|
})
|
|
763
763
|
], PStatus);
|
|
764
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
764
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PStatus, decorators: [{
|
|
765
765
|
type: Component,
|
|
766
766
|
args: [{
|
|
767
767
|
selector: 'p-status',
|
|
@@ -777,15 +777,15 @@ let PTooltip = class PTooltip {
|
|
|
777
777
|
this.el = r.nativeElement;
|
|
778
778
|
}
|
|
779
779
|
};
|
|
780
|
-
PTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
781
|
-
PTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
780
|
+
PTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
781
|
+
PTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.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 });
|
|
782
782
|
PTooltip = __decorate([
|
|
783
783
|
ProxyCmp({
|
|
784
784
|
defineCustomElementFn: undefined,
|
|
785
785
|
inputs: ['canManuallyClose', 'placement', 'popover', 'show', 'variant']
|
|
786
786
|
})
|
|
787
787
|
], PTooltip);
|
|
788
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
788
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PTooltip, decorators: [{
|
|
789
789
|
type: Component,
|
|
790
790
|
args: [{
|
|
791
791
|
selector: 'p-tooltip',
|
|
@@ -828,10 +828,10 @@ const DIRECTIVES = [
|
|
|
828
828
|
|
|
829
829
|
class PaperlessModule {
|
|
830
830
|
}
|
|
831
|
-
PaperlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
832
|
-
PaperlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
833
|
-
PaperlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
831
|
+
PaperlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PaperlessModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
832
|
+
PaperlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.0", ngImport: i0, type: PaperlessModule, declarations: [PAvatar, PButton, PCardBody, PCardContainer, PCardHeader, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIcon, PIllustration, PInfoPanel, PLoader, PModal, PModalBackdrop, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavigationItem, PPagination, PPaginationItem, PSegmentContainer, PSegmentItem, PStatus, PTooltip, PaginationDirective], exports: [PAvatar, PButton, PCardBody, PCardContainer, PCardHeader, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIcon, PIllustration, PInfoPanel, PLoader, PModal, PModalBackdrop, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavigationItem, PPagination, PPaginationItem, PSegmentContainer, PSegmentItem, PStatus, PTooltip, PaginationDirective] });
|
|
833
|
+
PaperlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PaperlessModule });
|
|
834
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: PaperlessModule, decorators: [{
|
|
835
835
|
type: NgModule,
|
|
836
836
|
args: [{
|
|
837
837
|
declarations: [...DIRECTIVES, ...CUSTOM_DIRECTIVES],
|