@paperless/angular 1.11.2 → 1.12.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.
@@ -37,7 +37,7 @@ export declare class PAvatar {
37
37
  protected el: HTMLElement;
38
38
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<PAvatar, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<PAvatar, "p-avatar", never, { "defaultImage": "defaultImage"; "size": "size"; "src": "src"; "variant": "variant"; }, {}, never, ["*"], false, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<PAvatar, "p-avatar", never, { "defaultImage": "defaultImage"; "letters": "letters"; "size": "size"; "src": "src"; "variant": "variant"; }, {}, never, ["*"], false, never>;
41
41
  }
42
42
  export declare interface PAvatar extends Components.PAvatar {
43
43
  }
@@ -68,7 +68,7 @@ export declare class PButton {
68
68
  protected el: HTMLElement;
69
69
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
70
70
  static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
71
- 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, never>;
71
+ 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"; "underline": "underline"; "variant": "variant"; }, {}, never, ["*"], false, never>;
72
72
  }
73
73
  export declare interface PButton extends Components.PButton {
74
74
  /**
@@ -310,7 +310,7 @@ export declare class PLabel {
310
310
  protected el: HTMLElement;
311
311
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
312
312
  static ɵfac: i0.ɵɵFactoryDeclaration<PLabel, never>;
313
- static ɵcmp: i0.ɵɵComponentDeclaration<PLabel, "p-label", never, { "behavior": "behavior"; "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; "keepMobileContent": "keepMobileContent"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
313
+ static ɵcmp: i0.ɵɵComponentDeclaration<PLabel, "p-label", never, { "behavior": "behavior"; "icon": "icon"; "iconFlip": "iconFlip"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "keepMobileContent": "keepMobileContent"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
314
314
  }
315
315
  export declare interface PLabel extends Components.PLabel {
316
316
  }
@@ -465,7 +465,7 @@ export declare class PSegmentItem {
465
465
  protected el: HTMLElement;
466
466
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
467
467
  static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentItem, never>;
468
- static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": "active"; "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; }, {}, never, ["*"], false, never>;
468
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": "active"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; "size": "size"; }, {}, never, ["*"], false, never>;
469
469
  }
470
470
  export declare interface PSegmentItem extends Components.PSegmentItem {
471
471
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "1.11.2",
3
+ "version": "1.12.1",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.3.0 || ^14.0.0 || ^15.0.0",
6
6
  "@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",
package/paperless.css CHANGED
@@ -147,6 +147,10 @@
147
147
  color: rgb(39 40 56 / var(--tw-text-opacity)) !important
148
148
  }
149
149
 
150
+ .underline {
151
+ text-decoration-line: underline !important
152
+ }
153
+
150
154
  .filter {
151
155
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
152
156
  }