@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
|
@@ -386,7 +386,7 @@ export declare class PModalBody {
|
|
|
386
386
|
protected el: HTMLElement;
|
|
387
387
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
388
388
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModalBody, never>;
|
|
389
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PModalBody, "p-modal-body", never, { "padding": "padding"; "
|
|
389
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModalBody, "p-modal-body", never, { "padding": "padding"; "roundedBottom": "roundedBottom"; "roundedTop": "roundedTop"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
390
390
|
}
|
|
391
391
|
export declare interface PModalBody extends Components.PModalBody {
|
|
392
392
|
}
|