@paperless/angular 2.11.0 → 2.12.1
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 +4 -4
- package/fesm2015/paperless-angular.mjs +3 -3
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +3 -3
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +1 -1
- package/package.json +1 -1
|
@@ -539,7 +539,7 @@ export declare class PNavigationItem {
|
|
|
539
539
|
protected el: HTMLPNavigationItemElement;
|
|
540
540
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
541
541
|
static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationItem, never>;
|
|
542
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "as": "as"; "class": "class"; "counter": "counter"; "href": "href"; "icon": "icon"; "loading": "loading"; "target": "target"; }, {}, never, ["*"], false, never>;
|
|
542
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "applyFullWidth": "applyFullWidth"; "as": "as"; "class": "class"; "counter": "counter"; "href": "href"; "icon": "icon"; "loading": "loading"; "target": "target"; }, {}, never, ["*"], false, never>;
|
|
543
543
|
}
|
|
544
544
|
export declare interface PNavigationItem extends Components.PNavigationItem {
|
|
545
545
|
}
|