@paperless/angular 1.44.2 → 1.45.0

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.
@@ -14,6 +14,10 @@ export declare class TableRowAction implements OnChanges {
14
14
  private _c;
15
15
  protected z: NgZone;
16
16
  protected el: HTMLElement;
17
+ /**
18
+ * Routerlink to navigate to
19
+ */
20
+ routerLink?: string | any[];
17
21
  /**
18
22
  * Event whenever a row is clicked
19
23
  */
@@ -25,5 +29,5 @@ export declare class TableRowAction implements OnChanges {
25
29
  constructor(_c: ChangeDetectorRef, z: NgZone, r: ElementRef);
26
30
  ngOnChanges(changes: SimpleChanges): void;
27
31
  static ɵfac: i0.ɵɵFactoryDeclaration<TableRowAction, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<TableRowAction, "p-table-row-action", never, { "disabled": "disabled"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; "label": "label"; "type": "type"; "loading": "loading"; }, { "action": "action"; "_loadingChanged": "_loadingChanged"; }, never, ["*"], false, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableRowAction, "p-table-row-action", never, { "disabled": "disabled"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; "label": "label"; "type": "type"; "loading": "loading"; "routerLink": "routerLink"; }, { "action": "action"; "_loadingChanged": "_loadingChanged"; }, never, ["*"], false, never>;
29
33
  }
@@ -10,9 +10,10 @@ import * as i8 from "./directives/p-table-ngx.directive";
10
10
  import * as i9 from "./directives/p-table-filter-modal.directive";
11
11
  import * as i10 from "./directives/p-table-custom-filter.directive";
12
12
  import * as i11 from "@angular/common";
13
- import * as i12 from "../../stencil.module";
13
+ import * as i12 from "@angular/router";
14
+ import * as i13 from "../../stencil.module";
14
15
  export declare class TableModule {
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.Table, typeof i2.TableCell, typeof i3.TableColumn, typeof i4.TableRowAction, typeof i5.TableFooterDirective, typeof i6.TableHeaderDirective, typeof i7.TableDirective, typeof i8.TableNgxDirective, typeof i9.TableFilterModalDirective, typeof i10.TableCustomFilterDirective], [typeof i11.CommonModule, typeof i12.StencilModule], [typeof i1.Table, typeof i2.TableCell, typeof i3.TableColumn, typeof i4.TableRowAction, typeof i5.TableFooterDirective, typeof i6.TableHeaderDirective, typeof i7.TableDirective, typeof i8.TableNgxDirective, typeof i9.TableFilterModalDirective, typeof i10.TableCustomFilterDirective]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.Table, typeof i2.TableCell, typeof i3.TableColumn, typeof i4.TableRowAction, typeof i5.TableFooterDirective, typeof i6.TableHeaderDirective, typeof i7.TableDirective, typeof i8.TableNgxDirective, typeof i9.TableFilterModalDirective, typeof i10.TableCustomFilterDirective], [typeof i11.CommonModule, typeof i12.RouterModule, typeof i13.StencilModule], [typeof i1.Table, typeof i2.TableCell, typeof i3.TableColumn, typeof i4.TableRowAction, typeof i5.TableFooterDirective, typeof i6.TableHeaderDirective, typeof i7.TableDirective, typeof i8.TableNgxDirective, typeof i9.TableFilterModalDirective, typeof i10.TableCustomFilterDirective]>;
17
18
  static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
18
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "1.44.2",
3
+ "version": "1.45.0",
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",
package/paperless.css CHANGED
@@ -290,10 +290,6 @@
290
290
  }
291
291
 
292
292
  @media (min-width: 40rem) {
293
- .tablet\:block {
294
- display: block !important
295
- }
296
-
297
293
  .tablet\:flex {
298
294
  display: flex !important
299
295
  }