@paperless/angular 1.60.0 → 1.61.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/modules/table/components/table/table.component.mjs +3 -3
- package/esm2020/lib/stencil/components.mjs +4 -4
- package/fesm2015/paperless-angular.mjs +5 -5
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +5 -5
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +1 -1
- package/package.json +1 -1
|
@@ -435,7 +435,7 @@ export declare class PNavigationItem {
|
|
|
435
435
|
protected el: HTMLElement;
|
|
436
436
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
437
437
|
static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationItem, never>;
|
|
438
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "counter": "counter"; "href": "href"; "icon": "icon"; "target": "target"; }, {}, never, ["*"], false, never>;
|
|
438
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "counter": "counter"; "href": "href"; "icon": "icon"; "iconPosition": "iconPosition"; "loading": "loading"; "target": "target"; }, {}, never, ["*"], false, never>;
|
|
439
439
|
}
|
|
440
440
|
export declare interface PNavigationItem extends Components.PNavigationItem {
|
|
441
441
|
}
|