@paperless/angular 2.0.1-beta.174 → 2.0.1-beta.176
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
|
@@ -199,7 +199,7 @@ export declare class PDivider {
|
|
|
199
199
|
protected el: HTMLPDividerElement;
|
|
200
200
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
201
201
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDivider, never>;
|
|
202
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
202
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider", never, { "alignContent": "alignContent"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
203
203
|
}
|
|
204
204
|
export declare interface PDivider extends Components.PDivider {
|
|
205
205
|
}
|