@paperless/angular 0.1.0-alpha.82 → 0.1.0-alpha.83

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.
@@ -79,7 +79,7 @@ export declare class PCounter {
79
79
  protected el: HTMLElement;
80
80
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
81
81
  static ɵfac: i0.ɵɵFactoryDeclaration<PCounter, never>;
82
- static ɵcmp: i0.ɵɵComponentDeclaration<PCounter, "p-counter", never, {}, {}, never, ["*"], false>;
82
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCounter, "p-counter", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
83
83
  }
84
84
  export declare interface PDivider extends Components.PDivider {
85
85
  }
@@ -101,7 +101,7 @@ export declare class PDropdown {
101
101
  protected el: HTMLElement;
102
102
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
103
103
  static ɵfac: i0.ɵɵFactoryDeclaration<PDropdown, never>;
104
- static ɵcmp: i0.ɵɵComponentDeclaration<PDropdown, "p-dropdown", never, { "disableTriggerClick": "disableTriggerClick"; "insideClick": "insideClick"; "placement": "placement"; "show": "show"; }, {}, never, ["*"], false>;
104
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDropdown, "p-dropdown", never, { "disableTriggerClick": "disableTriggerClick"; "insideClick": "insideClick"; "placement": "placement"; "show": "show"; "strategy": "strategy"; }, {}, never, ["*"], false>;
105
105
  }
106
106
  export declare interface PDropdownMenuContainer extends Components.PDropdownMenuContainer {
107
107
  }
@@ -119,7 +119,7 @@ export declare class PDropdownMenuItem {
119
119
  protected el: HTMLElement;
120
120
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
121
121
  static ɵfac: i0.ɵɵFactoryDeclaration<PDropdownMenuItem, never>;
122
- static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuItem, "p-dropdown-menu-item", never, { "active": "active"; }, {}, never, ["*"], false>;
122
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuItem, "p-dropdown-menu-item", never, { "active": "active"; "icon": "icon"; }, {}, never, ["*"], false>;
123
123
  }
124
124
  export declare interface PHelper extends Components.PHelper {
125
125
  }
@@ -238,6 +238,15 @@ export declare class PModalHeader {
238
238
  static ɵfac: i0.ɵɵFactoryDeclaration<PModalHeader, never>;
239
239
  static ɵcmp: i0.ɵɵComponentDeclaration<PModalHeader, "p-modal-header", never, {}, {}, never, ["*"], false>;
240
240
  }
241
+ export declare interface PNavbar extends Components.PNavbar {
242
+ }
243
+ export declare class PNavbar {
244
+ protected z: NgZone;
245
+ protected el: HTMLElement;
246
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
247
+ static ɵfac: i0.ɵɵFactoryDeclaration<PNavbar, never>;
248
+ static ɵcmp: i0.ɵɵComponentDeclaration<PNavbar, "p-navbar", never, { "closeText": "closeText"; "menuText": "menuText"; }, {}, never, ["*"], false>;
249
+ }
241
250
  export declare interface PNavigationItem extends Components.PNavigationItem {
242
251
  }
243
252
  export declare class PNavigationItem {
@@ -276,7 +285,7 @@ export declare class PProfile {
276
285
  protected el: HTMLElement;
277
286
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
278
287
  static ɵfac: i0.ɵɵFactoryDeclaration<PProfile, never>;
279
- static ɵcmp: i0.ɵɵComponentDeclaration<PProfile, "p-profile", never, {}, {}, never, ["*"], false>;
288
+ static ɵcmp: i0.ɵɵComponentDeclaration<PProfile, "p-profile", never, { "variant": "variant"; }, {}, never, ["*"], false>;
280
289
  }
281
290
  export declare interface PSegmentContainer extends Components.PSegmentContainer {
282
291
  }
@@ -366,5 +375,5 @@ export declare class PTooltip {
366
375
  protected el: HTMLElement;
367
376
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
368
377
  static ɵfac: i0.ɵɵFactoryDeclaration<PTooltip, never>;
369
- static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "canManuallyClose": "canManuallyClose"; "placement": "placement"; "popover": "popover"; "show": "show"; "variant": "variant"; }, {}, never, ["*"], false>;
378
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "canManuallyClose": "canManuallyClose"; "placement": "placement"; "popover": "popover"; "show": "show"; "strategy": "strategy"; "variant": "variant"; }, {}, never, ["*"], false>;
370
379
  }
@@ -1,2 +1,2 @@
1
1
  import * as d from './components';
2
- export declare const DIRECTIVES: (typeof d.PAccordion | typeof d.PAvatar | typeof d.PAvatarGroup | typeof d.PButton | typeof d.PCardBody | typeof d.PCardContainer | typeof d.PCardHeader | typeof d.PCounter | typeof d.PDivider | typeof d.PDropdown | typeof d.PDropdownMenuContainer | typeof d.PDropdownMenuItem | typeof d.PHelper | typeof d.PIcon | typeof d.PIllustration | typeof d.PInfoPanel | typeof d.PInputGroup | typeof d.PLayout | typeof d.PLoader | typeof d.PModal | typeof d.PModalBackdrop | typeof d.PModalBody | typeof d.PModalContainer | typeof d.PModalFooter | typeof d.PModalHeader | typeof d.PNavigationItem | typeof d.PPagination | typeof d.PPaginationItem | typeof d.PProfile | typeof d.PSegmentContainer | typeof d.PSegmentItem | typeof d.PStatus | typeof d.PStepper | typeof d.PStepperItem | typeof d.PStepperLine | typeof d.PTabGroup | typeof d.PTabItem | typeof d.PTag | typeof d.PTooltip)[];
2
+ export declare const DIRECTIVES: (typeof d.PAccordion | typeof d.PAvatar | typeof d.PAvatarGroup | typeof d.PButton | typeof d.PCardBody | typeof d.PCardContainer | typeof d.PCardHeader | typeof d.PCounter | typeof d.PDivider | typeof d.PDropdown | typeof d.PDropdownMenuContainer | typeof d.PDropdownMenuItem | typeof d.PHelper | typeof d.PIcon | typeof d.PIllustration | typeof d.PInfoPanel | typeof d.PInputGroup | typeof d.PLayout | typeof d.PLoader | typeof d.PModal | typeof d.PModalBackdrop | typeof d.PModalBody | typeof d.PModalContainer | typeof d.PModalFooter | typeof d.PModalHeader | typeof d.PNavbar | typeof d.PNavigationItem | typeof d.PPagination | typeof d.PPaginationItem | typeof d.PProfile | typeof d.PSegmentContainer | typeof d.PSegmentItem | typeof d.PStatus | typeof d.PStepper | typeof d.PStepperItem | typeof d.PStepperLine | typeof d.PTabGroup | typeof d.PTabItem | typeof d.PTag | typeof d.PTooltip)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "0.1.0-alpha.82",
3
+ "version": "0.1.0-alpha.83",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.0 || ^14.0.0",
6
6
  "@angular/core": "^13.3.0 || ^14.0.0"