@paperless/angular 0.1.0-alpha.250 → 0.1.0-alpha.252

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.
@@ -44,7 +44,7 @@ export declare class PButton {
44
44
  protected el: HTMLElement;
45
45
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "chevron": "chevron"; "chevronPosition": "chevronPosition"; "disabled": "disabled"; "href": "href"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "inheritText": "inheritText"; "loading": "loading"; "size": "size"; "target": "target"; "variant": "variant"; "width": "width"; }, {}, never, ["*"], false>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "chevron": "chevron"; "chevronPosition": "chevronPosition"; "disabled": "disabled"; "href": "href"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "inheritText": "inheritText"; "loading": "loading"; "size": "size"; "target": "target"; "variant": "variant"; }, {}, never, ["*"], false>;
48
48
  }
49
49
  export declare interface PCardBody extends Components.PCardBody {
50
50
  }
@@ -250,7 +250,7 @@ export declare class PModalFooter {
250
250
  protected el: HTMLElement;
251
251
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
252
252
  static ɵfac: i0.ɵɵFactoryDeclaration<PModalFooter, never>;
253
- static ɵcmp: i0.ɵɵComponentDeclaration<PModalFooter, "p-modal-footer", never, { "hideOnMobile": "hideOnMobile"; }, {}, never, ["*"], false>;
253
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalFooter, "p-modal-footer", never, {}, {}, never, ["*"], false>;
254
254
  }
255
255
  export declare interface PModalHeader extends Components.PModalHeader {
256
256
  /**
@@ -263,7 +263,7 @@ export declare class PModalHeader {
263
263
  protected el: HTMLElement;
264
264
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
265
265
  static ɵfac: i0.ɵɵFactoryDeclaration<PModalHeader, never>;
266
- static ɵcmp: i0.ɵɵComponentDeclaration<PModalHeader, "p-modal-header", never, { "showMobileClose": "showMobileClose"; }, {}, never, ["*"], false>;
266
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalHeader, "p-modal-header", never, { "showClose": "showClose"; }, {}, never, ["*"], false>;
267
267
  }
268
268
  export declare interface PNavbar extends Components.PNavbar {
269
269
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "0.1.0-alpha.250",
3
+ "version": "0.1.0-alpha.252",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.0 || ^14.0.0",
6
6
  "@angular/core": "^13.3.0 || ^14.0.0"