@mediusinc/mng-commons-layout 5.4.0-rc.7 → 5.5.0-rc.0
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/esm2022/lib/components/menu-item.component.mjs +3 -3
- package/esm2022/lib/components/version.component.mjs +50 -41
- package/fesm2022/mediusinc-mng-commons-layout.mjs +51 -42
- package/fesm2022/mediusinc-mng-commons-layout.mjs.map +1 -1
- package/lib/components/version.component.d.ts +10 -7
- package/package.json +2 -2
- package/version-info.json +5 -5
|
@@ -2,15 +2,18 @@ import { VersionConfig, VersionConfigType } from '@mediusinc/mng-commons/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class VersionComponent {
|
|
4
4
|
private readonly versionService;
|
|
5
|
+
private readonly configService;
|
|
5
6
|
private readonly destroyRef;
|
|
6
7
|
private readonly jsonPathPipe;
|
|
7
|
-
|
|
8
|
-
isLoading: import("@angular/core").WritableSignal<boolean>;
|
|
9
|
-
private loadedVersion;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
readonly versionInput: import("@angular/core").InputSignal<VersionConfigType>;
|
|
9
|
+
readonly isLoading: import("@angular/core").WritableSignal<boolean>;
|
|
10
|
+
private readonly loadedVersion;
|
|
11
|
+
versionAsArray: import("@angular/core").Signal<VersionConfig[] | undefined>;
|
|
12
|
+
private readonly versionInfo;
|
|
13
|
+
private readonly versionAsString;
|
|
14
|
+
private readonly displayName;
|
|
15
|
+
readonly displayText: import("@angular/core").Signal<string>;
|
|
13
16
|
constructor();
|
|
14
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<VersionComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VersionComponent, "mng-version", never, { "
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VersionComponent, "mng-version", never, { "versionInput": { "alias": "version"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16
19
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mediusinc/mng-commons-layout",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.0-rc.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": "^17.3.0 || ^18.0.0",
|
|
6
6
|
"@angular/common": "^17.3.0 || ^18.0.0",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@angular/router": "^17.3.0 || ^18.0.0",
|
|
11
11
|
"@ngx-translate/core": "^15.0.0",
|
|
12
12
|
"primeng": "^17.18.0",
|
|
13
|
-
"@mediusinc/mng-commons": "~5.
|
|
13
|
+
"@mediusinc/mng-commons": "~5.5.0-rc.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"tslib": "^2.3.0"
|
package/version-info.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mediusinc/mng-commons-layout",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.0-rc.0",
|
|
4
4
|
"tag": "v5.4.0-rc.7",
|
|
5
|
-
"distance":
|
|
6
|
-
"hash": "
|
|
5
|
+
"distance": 5,
|
|
6
|
+
"hash": "4f490c8b",
|
|
7
7
|
"dirty": true,
|
|
8
|
-
"semver": "5.4.0-rc.7+
|
|
8
|
+
"semver": "5.4.0-rc.7+5.g4f490c8b.dirty",
|
|
9
9
|
"buildTimestamp": null,
|
|
10
|
-
"raw": "v5.4.0-rc.7-
|
|
10
|
+
"raw": "v5.4.0-rc.7-5-4f490c8b-dirty"
|
|
11
11
|
}
|