@paperless/angular 2.0.1-beta.37 → 2.0.1-beta.38
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
|
@@ -633,7 +633,7 @@ export declare class PSegmentItem {
|
|
|
633
633
|
protected el: HTMLElement;
|
|
634
634
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
635
635
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentItem, never>;
|
|
636
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": "active"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; }, {}, never, ["*"], false, never>;
|
|
636
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": "active"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
637
637
|
}
|
|
638
638
|
export declare interface PSegmentItem extends Components.PSegmentItem {
|
|
639
639
|
}
|