@paperless/angular 0.1.0-alpha.263 → 0.1.0-alpha.265
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
|
@@ -192,7 +192,7 @@ export declare class PLabel {
|
|
|
192
192
|
protected el: HTMLElement;
|
|
193
193
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
194
194
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLabel, never>;
|
|
195
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PLabel, "p-label", never, { "
|
|
195
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLabel, "p-label", never, { "behavior": "behavior"; "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; "keepMobileContent": "keepMobileContent"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
196
196
|
}
|
|
197
197
|
export declare interface PLayout extends Components.PLayout {
|
|
198
198
|
}
|