@paperless/angular 2.0.1-beta.4 → 2.0.1-beta.6
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/modules/table/components/table/table.component.mjs +1 -1
- package/esm2020/lib/stencil/components.mjs +7 -7
- package/fesm2015/paperless-angular.mjs +7 -7
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +7 -7
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +2 -2
- package/package.json +1 -1
|
@@ -77,7 +77,7 @@ export declare class PButton {
|
|
|
77
77
|
protected el: HTMLElement;
|
|
78
78
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
79
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "as": "as"; "buttonGroupPosition": "buttonGroupPosition"; "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"; "type": "type"; "underline": "underline"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
80
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "active": "active"; "as": "as"; "buttonGroupPosition": "buttonGroupPosition"; "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"; "type": "type"; "underline": "underline"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
81
81
|
}
|
|
82
82
|
export declare interface PButton extends Components.PButton {
|
|
83
83
|
/**
|
|
@@ -515,7 +515,7 @@ export declare class PProfile {
|
|
|
515
515
|
protected el: HTMLElement;
|
|
516
516
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
517
517
|
static ɵfac: i0.ɵɵFactoryDeclaration<PProfile, never>;
|
|
518
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PProfile, "p-profile", never, { "dropdownLocation": "dropdownLocation";
|
|
518
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PProfile, "p-profile", never, { "dropdownLocation": "dropdownLocation"; }, {}, never, ["*"], false, never>;
|
|
519
519
|
}
|
|
520
520
|
export declare interface PProfile extends Components.PProfile {
|
|
521
521
|
}
|