@paperless/angular 1.57.1 → 1.58.0
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
|
@@ -1344,10 +1344,10 @@ let PModalBody = class PModalBody {
|
|
|
1344
1344
|
}
|
|
1345
1345
|
};
|
|
1346
1346
|
PModalBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModalBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1347
|
-
PModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PModalBody, selector: "p-modal-body", inputs: { padding: "padding",
|
|
1347
|
+
PModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PModalBody, selector: "p-modal-body", inputs: { padding: "padding", roundedBottom: "roundedBottom", roundedTop: "roundedTop", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1348
1348
|
PModalBody = __decorate([
|
|
1349
1349
|
ProxyCmp({
|
|
1350
|
-
inputs: ['padding', '
|
|
1350
|
+
inputs: ['padding', 'roundedBottom', 'roundedTop', 'variant']
|
|
1351
1351
|
})
|
|
1352
1352
|
], PModalBody);
|
|
1353
1353
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PModalBody, decorators: [{
|
|
@@ -1357,7 +1357,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
1357
1357
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1358
1358
|
template: '<ng-content></ng-content>',
|
|
1359
1359
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1360
|
-
inputs: ['padding', '
|
|
1360
|
+
inputs: ['padding', 'roundedBottom', 'roundedTop', 'variant'],
|
|
1361
1361
|
}]
|
|
1362
1362
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1363
1363
|
let PModalContainer = class PModalContainer {
|