@paperless/angular 2.0.1-beta.7 → 2.0.1-beta.8
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, { "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>;
|
|
80
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "active": "active"; "as": "as"; "buttonGroupPosition": "buttonGroupPosition"; "chevron": "chevron"; "chevronPosition": "chevronPosition"; "class": "class"; "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
|
/**
|
|
@@ -462,7 +462,7 @@ export declare class PNavigationItem {
|
|
|
462
462
|
protected el: HTMLElement;
|
|
463
463
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
464
464
|
static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationItem, never>;
|
|
465
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "as": "as"; "counter": "counter"; "href": "href"; "icon": "icon"; "target": "target"; }, {}, never, ["*"], false, never>;
|
|
465
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "as": "as"; "class": "class"; "counter": "counter"; "href": "href"; "icon": "icon"; "target": "target"; }, {}, never, ["*"], false, never>;
|
|
466
466
|
}
|
|
467
467
|
export declare interface PNavigationItem extends Components.PNavigationItem {
|
|
468
468
|
}
|