@paperless/angular 0.1.0-alpha.373 → 0.1.0-alpha.375
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/stencil/components.mjs +4 -4
- package/fesm2015/paperless-angular.mjs +3 -3
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +3 -3
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +1 -1
- package/package.json +1 -1
|
@@ -488,10 +488,10 @@ let PAttachment = class PAttachment {
|
|
|
488
488
|
}
|
|
489
489
|
};
|
|
490
490
|
PAttachment.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: PAttachment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
491
|
-
PAttachment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: PAttachment, selector: "p-attachment", inputs: { error: "error", loading: "loading", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
491
|
+
PAttachment.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: PAttachment, selector: "p-attachment", inputs: { downloading: "downloading", error: "error", loading: "loading", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
492
492
|
PAttachment = __decorate([
|
|
493
493
|
ProxyCmp({
|
|
494
|
-
inputs: ['error', 'loading', 'mode']
|
|
494
|
+
inputs: ['downloading', 'error', 'loading', 'mode']
|
|
495
495
|
})
|
|
496
496
|
], PAttachment);
|
|
497
497
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: PAttachment, decorators: [{
|
|
@@ -501,7 +501,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
501
501
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
502
502
|
template: '<ng-content></ng-content>',
|
|
503
503
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
504
|
-
inputs: ['error', 'loading', 'mode'],
|
|
504
|
+
inputs: ['downloading', 'error', 'loading', 'mode'],
|
|
505
505
|
}]
|
|
506
506
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
507
507
|
let PAvatar = class PAvatar {
|