@paperless/angular 2.0.1-beta.219 → 2.0.1-beta.220

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.
@@ -85,7 +85,7 @@ export declare class PButton {
85
85
  protected el: HTMLPButtonElement;
86
86
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
87
87
  static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
88
- static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "active": "active"; "as": "as"; "buttonGroupPosition": "buttonGroupPosition"; "chevron": "chevron"; "chevronPosition": "chevronPosition"; "class": "class"; "disabled": "disabled"; "error": "error"; "href": "href"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "inheritText": "inheritText"; "label": "label"; "loading": "loading"; "size": "size"; "target": "target"; "type": "type"; "underline": "underline"; "variant": "variant"; }, {}, never, ["*"], false, never>;
88
+ static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "active": "active"; "as": "as"; "buttonGroupPosition": "buttonGroupPosition"; "chevron": "chevron"; "chevronPosition": "chevronPosition"; "class": "class"; "disabled": "disabled"; "error": "error"; "href": "href"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "inheritText": "inheritText"; "label": "label"; "loading": "loading"; "size": "size"; "target": "target"; "type": "type"; "variant": "variant"; }, {}, never, ["*"], false, never>;
89
89
  }
90
90
  export declare interface PButton extends Components.PButton {
91
91
  /**
@@ -817,7 +817,7 @@ export declare class PTableRow {
817
817
  protected el: HTMLPTableRowElement;
818
818
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
819
819
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableRow, never>;
820
- static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row", never, { "checked": "checked"; "enableHover": "enableHover"; "variant": "variant"; }, {}, never, ["*"], false, never>;
820
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row", never, { "checked": "checked"; "enableHover": "enableHover"; "isLast": "isLast"; "variant": "variant"; }, {}, never, ["*"], false, never>;
821
821
  }
822
822
  export declare interface PTableRow extends Components.PTableRow {
823
823
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.0.1-beta.219",
3
+ "version": "2.0.1-beta.220",
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
@@ -299,10 +299,6 @@
299
299
  color: rgb(53 85 80 / var(--tw-text-opacity, 1)) !important
300
300
  }
301
301
 
302
- .underline {
303
- text-decoration-line: underline !important
304
- }
305
-
306
302
  .opacity-0 {
307
303
  opacity: 0 !important
308
304
  }