@paperless/angular 2.16.3 → 2.17.10

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"; "iconClass": "iconClass"; "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>;
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"; "iconClass": "iconClass"; "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>;
89
89
  }
90
90
  export declare interface PButton extends Components.PButton {
91
91
  /**
package/package.json CHANGED
@@ -1,6 +1,14 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.16.3",
3
+ "version": "2.17.10",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "git+https://github.com/Employes/Paperless.git"
7
+ },
8
+ "publishConfig": {
9
+ "access": "public",
10
+ "registry": "https://registry.npmjs.org"
11
+ },
4
12
  "peerDependencies": {
5
13
  "@angular/cdk": "^13.3.0 || ^14.0.0 || ^15.0.0 || ^17.0.0",
6
14
  "@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",
package/paperless.css CHANGED
@@ -352,6 +352,10 @@
352
352
  color: rgb(24 30 41 / var(--tw-text-opacity, 1)) !important
353
353
  }
354
354
 
355
+ .underline {
356
+ text-decoration-line: underline !important
357
+ }
358
+
355
359
  .opacity-0 {
356
360
  opacity: 0 !important
357
361
  }