@paperless/angular 0.1.0-alpha.317 → 0.1.0-alpha.318
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.
- package/esm2020/lib/stencil/components.mjs +7 -7
- package/fesm2015/paperless-angular.mjs +6 -6
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +6 -6
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +2 -2
- package/package.json +1 -1
|
@@ -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
|
}
|