@paperless/angular 0.1.0-alpha.317 → 0.1.0-alpha.319

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.
@@ -201,7 +201,7 @@ export declare class PDropdown {
201
201
  protected el: HTMLElement;
202
202
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
203
203
  static ɵfac: i0.ɵɵFactoryDeclaration<PDropdown, never>;
204
- static ɵcmp: i0.ɵɵComponentDeclaration<PDropdown, "p-dropdown", never, { "calculateWidth": "calculateWidth"; "chevronDirection": "chevronDirection"; "chevronPosition": "chevronPosition"; "disableTriggerClick": "disableTriggerClick"; "insideClick": "insideClick"; "placement": "placement"; "show": "show"; "strategy": "strategy"; }, {}, never, ["*"], false, never>;
204
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDropdown, "p-dropdown", never, { "applyFullWidth": "applyFullWidth"; "applyMaxWidth": "applyMaxWidth"; "calculateWidth": "calculateWidth"; "chevronDirection": "chevronDirection"; "chevronPosition": "chevronPosition"; "disableTriggerClick": "disableTriggerClick"; "insideClick": "insideClick"; "placement": "placement"; "show": "show"; "strategy": "strategy"; }, {}, never, ["*"], false, never>;
205
205
  }
206
206
  export declare interface PDropdownMenuContainer extends Components.PDropdownMenuContainer {
207
207
  }
@@ -210,7 +210,7 @@ export declare class PDropdownMenuContainer {
210
210
  protected el: HTMLElement;
211
211
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
212
212
  static ɵfac: i0.ɵɵFactoryDeclaration<PDropdownMenuContainer, never>;
213
- static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuContainer, "p-dropdown-menu-container", never, { "maxWidth": "maxWidth"; }, {}, never, ["*"], false, never>;
213
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuContainer, "p-dropdown-menu-container", never, { "fullWidth": "fullWidth"; "maxWidth": "maxWidth"; }, {}, never, ["*"], false, never>;
214
214
  }
215
215
  export declare interface PDropdownMenuItem extends Components.PDropdownMenuItem {
216
216
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "0.1.0-alpha.317",
3
+ "version": "0.1.0-alpha.319",
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",