@paperless/angular 2.0.1-beta.21 → 2.0.1-beta.23
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 +7 -7
- package/fesm2015/paperless-angular.mjs +6 -6
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +6 -6
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +2 -2
- package/package.json +1 -1
|
@@ -404,7 +404,7 @@ export declare class PLabel {
|
|
|
404
404
|
protected el: HTMLElement;
|
|
405
405
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
406
406
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLabel, never>;
|
|
407
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PLabel, "p-label", never, { "
|
|
407
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLabel, "p-label", never, { "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; "keepMobileContent": "keepMobileContent"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
408
408
|
}
|
|
409
409
|
export declare interface PLabel extends Components.PLabel {
|
|
410
410
|
}
|
|
@@ -599,7 +599,7 @@ export declare class PSegmentItem {
|
|
|
599
599
|
protected el: HTMLElement;
|
|
600
600
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
601
601
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentItem, never>;
|
|
602
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": "active"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate";
|
|
602
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": "active"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; }, {}, never, ["*"], false, never>;
|
|
603
603
|
}
|
|
604
604
|
export declare interface PSegmentItem extends Components.PSegmentItem {
|
|
605
605
|
}
|