@lowcodeunit/applications-flow-common 1.37.45-integration → 1.37.46-new-ent-page
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/elements/breadcrumb/breadcrumb.component.mjs +5 -8
- package/esm2020/lib/elements/page-header/page-header.component.mjs +3 -3
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +6 -9
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +6 -9
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/lib/elements/breadcrumb/breadcrumb.component.d.ts +1 -2
- package/package.json +1 -1
@@ -5,7 +5,6 @@ import { ApplicationsFlowState } from '../../state/applications-flow.state';
|
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
export declare class BreadcrumbComponent implements OnInit {
|
7
7
|
protected eacSvc: EaCService;
|
8
|
-
EnterprisePath: string;
|
9
8
|
ApplicationLookup: string;
|
10
9
|
get Enterprise(): any;
|
11
10
|
ProjectLookup: string;
|
@@ -36,5 +35,5 @@ export declare class BreadcrumbComponent implements OnInit {
|
|
36
35
|
SetActiveEnterprise(entLookup: string): void;
|
37
36
|
protected handleStateChange(): Promise<void>;
|
38
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "lcu-breadcrumb", never, { "
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "lcu-breadcrumb", never, { "ApplicationLookup": "application-lookup"; "ProjectLookup": "project-lookup"; "SelectedRoute": "selected-route"; }, {}, never, never>;
|
40
39
|
}
|