@paperless/angular 1.38.10 → 1.39.0
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
|
@@ -225,7 +225,7 @@ export declare class PDropdown {
|
|
|
225
225
|
protected el: HTMLElement;
|
|
226
226
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
227
227
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDropdown, never>;
|
|
228
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdown, "p-dropdown", never, { "applyChevron": "applyChevron"; "applyFullWidth": "applyFullWidth"; "applyMaxWidth": "applyMaxWidth"; "calculateWidth": "calculateWidth"; "chevronDirection": "chevronDirection"; "chevronPosition": "chevronPosition"; "disableTriggerClick": "disableTriggerClick"; "insideClick": "insideClick"; "placement": "placement"; "scrollable": "scrollable"; "show": "show"; "strategy": "strategy"; }, {}, never, ["*"], false, never>;
|
|
228
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdown, "p-dropdown", never, { "applyChevron": "applyChevron"; "applyFullWidth": "applyFullWidth"; "applyMaxWidth": "applyMaxWidth"; "calculateWidth": "calculateWidth"; "chevronDirection": "chevronDirection"; "chevronPosition": "chevronPosition"; "disableTriggerClick": "disableTriggerClick"; "insideClick": "insideClick"; "offset": "offset"; "placement": "placement"; "scrollable": "scrollable"; "show": "show"; "strategy": "strategy"; }, {}, never, ["*"], false, never>;
|
|
229
229
|
}
|
|
230
230
|
export declare interface PDropdown extends Components.PDropdown {
|
|
231
231
|
/**
|
|
@@ -661,7 +661,7 @@ export declare class PTooltip {
|
|
|
661
661
|
protected el: HTMLElement;
|
|
662
662
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
663
663
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTooltip, never>;
|
|
664
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "canManuallyClose": "canManuallyClose"; "content": "content"; "enableUserInput": "enableUserInput"; "placement": "placement"; "show": "show"; "strategy": "strategy"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
664
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "canManuallyClose": "canManuallyClose"; "content": "content"; "enableUserInput": "enableUserInput"; "offset": "offset"; "placement": "placement"; "show": "show"; "strategy": "strategy"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
665
665
|
}
|
|
666
666
|
export declare interface PTooltip extends Components.PTooltip {
|
|
667
667
|
/**
|