@paperless/angular 2.13.10 → 2.14.1

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.
@@ -319,6 +319,10 @@ export declare interface PField extends Components.PField {
319
319
  * Event whenever the value changes
320
320
  */
321
321
  add: EventEmitter<CustomEvent<void>>;
322
+ /**
323
+ * Event whenever the user presses enter and the field is focused
324
+ */
325
+ enter: EventEmitter<CustomEvent<string | number>>;
322
326
  }
323
327
  export declare class PFieldContainer {
324
328
  protected z: NgZone;
@@ -587,7 +591,7 @@ export declare class PPaginationPages {
587
591
  protected el: HTMLPPaginationPagesElement;
588
592
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
589
593
  static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationPages, never>;
590
- static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationPages, "p-pagination-pages", never, { "hideOnSinglePage": "hideOnSinglePage"; "page": "page"; "pageSize": "pageSize"; "total": "total"; }, {}, never, ["*"], false, never>;
594
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationPages, "p-pagination-pages", never, { "dropdownPageTemplate": "dropdownPageTemplate"; "hideOnSinglePage": "hideOnSinglePage"; "page": "page"; "pageSize": "pageSize"; "total": "total"; }, {}, never, ["*"], false, never>;
591
595
  }
592
596
  export declare interface PPaginationPages extends Components.PPaginationPages {
593
597
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.13.10",
3
+ "version": "2.14.1",
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",