@paperless/angular 2.0.1-beta.22 → 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.
@@ -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"; "size": "size"; }, {}, never, ["*"], false, never>;
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.0.1-beta.22",
3
+ "version": "2.0.1-beta.23",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.3.0 || ^14.0.0 || ^15.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",