@valtimo/object-management 10.6.0 → 10.7.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/esm2020/lib/components/object-management-detail-container/object-management-detail-container.component.mjs +14 -10
- package/esm2020/lib/components/object-management-detail-container/tabs/object-management-detail/object-management-detail.component.mjs +5 -5
- package/esm2020/lib/components/object-management-detail-container/tabs/object-management-list-columns/object-management-list-columns.component.mjs +7 -11
- package/esm2020/lib/components/object-management-detail-container/tabs/object-management-list-search-fields/object-management-list-search-fields.component.mjs +5 -5
- package/esm2020/lib/components/object-management-list/object-management-list.component.mjs +4 -4
- package/esm2020/lib/components/object-management-modal/object-management-modal.component.mjs +4 -4
- package/esm2020/lib/components/object-management-upload-modal/object-management-upload-modal.component.mjs +4 -4
- package/esm2020/lib/object-management-routing.module.mjs +6 -6
- package/esm2020/lib/object-management.module.mjs +9 -9
- package/esm2020/lib/services/object-management-state.service.mjs +4 -4
- package/esm2020/lib/services/object-management.service.mjs +4 -4
- package/esm2020/lib/services/tab.service.mjs +4 -4
- package/fesm2015/valtimo-object-management.mjs +56 -57
- package/fesm2015/valtimo-object-management.mjs.map +1 -1
- package/fesm2020/valtimo-object-management.mjs +56 -57
- package/fesm2020/valtimo-object-management.mjs.map +1 -1
- package/lib/components/object-management-detail-container/object-management-detail-container.component.d.ts +3 -1
- package/lib/object-management.module.d.ts +1 -1
- package/package.json +5 -4
|
@@ -6,6 +6,7 @@ import { TabService } from '../../services/tab.service';
|
|
|
6
6
|
import { TabEnum } from '../../services/tab.enum';
|
|
7
7
|
import { ObjectManagementService } from '../../services/object-management.service';
|
|
8
8
|
import { ObjectManagementStateService } from '../../services/object-management-state.service';
|
|
9
|
+
import { PageTitleService } from '@valtimo/components';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class ObjectManagementDetailContainerComponent implements OnInit, OnDestroy {
|
|
11
12
|
private readonly objectManagementState;
|
|
@@ -13,13 +14,14 @@ export declare class ObjectManagementDetailContainerComponent implements OnInit,
|
|
|
13
14
|
private readonly route;
|
|
14
15
|
private readonly configService;
|
|
15
16
|
private readonly tabService;
|
|
17
|
+
private readonly pageTitleService;
|
|
16
18
|
currentTab: TabEnum;
|
|
17
19
|
caseListColumn: boolean;
|
|
18
20
|
private tabSubscription;
|
|
19
21
|
readonly TabEnum: typeof TabEnum;
|
|
20
22
|
readonly objectId$: Observable<string>;
|
|
21
23
|
readonly object$: Observable<import("../../models/object-management.model").Objecttype>;
|
|
22
|
-
constructor(objectManagementState: ObjectManagementStateService, objectManagementService: ObjectManagementService, route: ActivatedRoute, configService: ConfigService, tabService: TabService);
|
|
24
|
+
constructor(objectManagementState: ObjectManagementStateService, objectManagementService: ObjectManagementService, route: ActivatedRoute, configService: ConfigService, tabService: TabService, pageTitleService: PageTitleService);
|
|
23
25
|
ngOnInit(): void;
|
|
24
26
|
displayBodyComponent(tab: TabEnum): void;
|
|
25
27
|
openCurrentTabSubscription(): void;
|
|
@@ -15,6 +15,6 @@ import * as i13 from "carbon-components-angular";
|
|
|
15
15
|
import * as i14 from "@angular/forms";
|
|
16
16
|
export declare class ObjectManagementModule {
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectManagementModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ObjectManagementModule, [typeof i1.ObjectManagementListComponent, typeof i2.ObjectManagementDetailContainerComponent, typeof i3.ObjectManagementDetailComponent, typeof i4.ObjectManagementListColumnsComponent, typeof i5.ObjectManagementModalComponent, typeof i6.ObjectManagementUploadModalComponent, typeof i7.ObjectManagementListSearchFieldsComponent], [typeof i8.CommonModule, typeof i9.DropzoneModule, typeof i9.WidgetModule, typeof i9.ListModule, typeof i10.TranslateModule, typeof i11.ObjectManagementRoutingModule, typeof i12.ModalModule, typeof i12.TitleModule, typeof i12.ButtonModule, typeof i12.FormModule, typeof i12.InputModule, typeof i12.SelectModule, typeof i13.InputModule, typeof i13.ButtonModule, typeof i12.TooltipIconModule, typeof i9.CarbonMultiInputModule, typeof i13.ModalModule, typeof i13.NotificationModule, typeof i13.LoadingModule, typeof i13.DropdownModule, typeof i13.CheckboxModule, typeof i13.LinkModule, typeof i13.IconModule, typeof i14.ReactiveFormsModule, typeof i9.ConfirmationModalModule, typeof i9.SpinnerModule, typeof i9.ModalModule, typeof i9.
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ObjectManagementModule, [typeof i1.ObjectManagementListComponent, typeof i2.ObjectManagementDetailContainerComponent, typeof i3.ObjectManagementDetailComponent, typeof i4.ObjectManagementListColumnsComponent, typeof i5.ObjectManagementModalComponent, typeof i6.ObjectManagementUploadModalComponent, typeof i7.ObjectManagementListSearchFieldsComponent], [typeof i8.CommonModule, typeof i9.DropzoneModule, typeof i9.WidgetModule, typeof i9.ListModule, typeof i10.TranslateModule, typeof i11.ObjectManagementRoutingModule, typeof i12.ModalModule, typeof i12.TitleModule, typeof i12.ButtonModule, typeof i12.FormModule, typeof i12.InputModule, typeof i12.SelectModule, typeof i13.InputModule, typeof i13.ButtonModule, typeof i12.TooltipIconModule, typeof i9.CarbonMultiInputModule, typeof i13.ModalModule, typeof i13.NotificationModule, typeof i13.LoadingModule, typeof i13.DropdownModule, typeof i13.CheckboxModule, typeof i13.LinkModule, typeof i13.IconModule, typeof i14.ReactiveFormsModule, typeof i9.ConfirmationModalModule, typeof i9.SpinnerModule, typeof i9.ModalModule, typeof i9.ValtimoCdsModalDirectiveModule], never>;
|
|
19
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<ObjectManagementModule>;
|
|
20
20
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valtimo/object-management",
|
|
3
|
-
"
|
|
3
|
+
"license": "EUPL-1.2",
|
|
4
|
+
"version": "10.7.0",
|
|
4
5
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^14.
|
|
6
|
-
"@angular/core": "^14.
|
|
6
|
+
"@angular/common": "^14.3.0",
|
|
7
|
+
"@angular/core": "^14.3.0"
|
|
7
8
|
},
|
|
8
9
|
"dependencies": {
|
|
9
|
-
"tslib": "^2.
|
|
10
|
+
"tslib": "^2.5.0"
|
|
10
11
|
},
|
|
11
12
|
"module": "fesm2015/valtimo-object-management.mjs",
|
|
12
13
|
"es2020": "fesm2020/valtimo-object-management.mjs",
|