@paperless/angular 1.55.1 → 1.56.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 +2 -1
- package/fesm2015/paperless-angular.mjs +1 -0
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +1 -0
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +4 -0
- package/package.json +1 -1
|
@@ -314,6 +314,10 @@ export declare class PInfoPanel {
|
|
|
314
314
|
static ɵcmp: i0.ɵɵComponentDeclaration<PInfoPanel, "p-info-panel", never, { "closeable": "closeable"; "content": "content"; "header": "header"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
315
315
|
}
|
|
316
316
|
export declare interface PInfoPanel extends Components.PInfoPanel {
|
|
317
|
+
/**
|
|
318
|
+
* When the backdrop is clicked
|
|
319
|
+
*/
|
|
320
|
+
closed: EventEmitter<CustomEvent<void>>;
|
|
317
321
|
}
|
|
318
322
|
export declare class PInputError {
|
|
319
323
|
protected z: NgZone;
|