@paperless/angular 2.0.1-beta.107 → 2.0.1-beta.108
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 -6
- package/fesm2015/paperless-angular.mjs +3 -5
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +3 -5
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +1 -1
- package/package.json +1 -1
|
@@ -230,7 +230,7 @@ export declare class PDrawerBody {
|
|
|
230
230
|
protected el: HTMLPDrawerBodyElement;
|
|
231
231
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
232
232
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDrawerBody, never>;
|
|
233
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDrawerBody, "p-drawer-body", never, {
|
|
233
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDrawerBody, "p-drawer-body", never, {}, {}, never, ["*"], false, never>;
|
|
234
234
|
}
|
|
235
235
|
export declare interface PDrawerBody extends Components.PDrawerBody {
|
|
236
236
|
}
|