@mediusinc/mng-commons-audit 6.1.0-rc.0 → 6.1.0-rc.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.
@@ -10,7 +10,7 @@ export declare class AuditEntityRevisionsPageComponent {
10
10
  protected readonly selectedRevisionEntity: import("@angular/core").Signal<GuiEntityModelDto | undefined>;
11
11
  protected readonly descriptor: import("@angular/core").Signal<import("@mediusinc/mng-commons/tableview/api").TableviewDescriptorInst<RevEntityWithId, keyof RevEntityWithId, keyof RevEntityWithId, undefined, RevEntityWithId, RevEntityWithId, RevEntityWithId, RevEntityWithId> | undefined>;
12
12
  protected readonly dataProvider: import("@angular/core").Signal<import("@mediusinc/mng-commons/tableview/api").TableviewDataProviderInst<RevEntityWithId, AuditRevisionsApiService, keyof RevEntityWithId, keyof RevEntityWithId, import("@mediusinc/mng-commons/core").ServiceClassType<AuditRevisionsApiService>, RevEntityWithId, RevEntityWithId, RevEntityWithId> | undefined>;
13
- protected readonly actions: import("@angular/core").Signal<import("@mediusinc/mng-commons/tableview/api").ActionEditorDescriptorInst<RevEntityWithId, AuditRevisionsApiService, RevEntityWithId, RevEntityWithId, undefined, RevEntityWithId>[]>;
13
+ protected readonly actions: import("@angular/core").Signal<import("@mediusinc/mng-commons/tableview/api").ActionEditorDescriptorInst<RevEntityWithId, AuditRevisionsApiService, RevEntityWithId, RevEntityWithId, undefined, RevEntityWithId, undefined>[]>;
14
14
  protected revisionEntitiesLookupProvider: import("@mediusinc/mng-commons/form/api").LookupDataProviderInst<GuiEntityModelWithI18n, AuditService, keyof GuiEntityModelWithI18n, keyof GuiEntityModelWithI18n, import("@mediusinc/mng-commons/core").ServiceClassType<AuditService>>;
15
15
  protected showTableview: import("@angular/core").WritableSignal<boolean>;
16
16
  protected onRevisionEntityChange(value: Nullable<GuiEntityModelDto>): void;
@@ -7,7 +7,7 @@ export declare class AuditRevisionsPageComponent {
7
7
  protected readonly showTableview: import("@angular/core").Signal<boolean>;
8
8
  protected readonly descriptor: import("@angular/core").Signal<import("@mediusinc/mng-commons/tableview/api").TableviewDescriptorInst<RevEntityWithChangesDto, keyof RevEntity, keyof RevEntity, undefined, RevEntity, RevEntityWithChangesDto, RevEntityWithChangesDto, RevEntityWithChangesDto> | import("@mediusinc/mng-commons/tableview/api").TableviewDescriptorInst<RevEntity, keyof RevEntity, keyof RevEntity, undefined, RevEntity, RevEntity, RevEntity, RevEntity>>;
9
9
  protected readonly dataProvider: import("@angular/core").WritableSignal<import("@mediusinc/mng-commons/tableview/api").TableviewDataProviderInst<RevEntity, AuditRevisionsApiService, keyof RevEntity, keyof RevEntity, import("@mediusinc/mng-commons/core").ServiceClassType<AuditRevisionsApiService>, RevEntity, RevEntity, RevEntity>>;
10
- protected readonly actions: import("@angular/core").Signal<import("@mediusinc/mng-commons/tableview/api").ActionEditorDescriptorInst<RevEntity, AuditRevisionsApiService, RevEntity, RevEntity, undefined, RevEntity>[]>;
10
+ protected readonly actions: import("@angular/core").Signal<import("@mediusinc/mng-commons/tableview/api").ActionEditorDescriptorInst<RevEntity, AuditRevisionsApiService, RevEntity, RevEntity, undefined, RevEntity, undefined>[]>;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AuditRevisionsPageComponent, never>;
12
12
  static ɵcmp: i0.ɵɵComponentDeclaration<AuditRevisionsPageComponent, "mng-audit-revisions-page", never, {}, {}, never, never, true, never>;
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediusinc/mng-commons-audit",
3
- "version": "6.1.0-rc.0",
3
+ "version": "6.1.0-rc.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0",
@@ -8,7 +8,7 @@
8
8
  "@angular/forms": "^19.0.0",
9
9
  "@ngx-formly/core": "~6.3.11",
10
10
  "@ngx-translate/core": "^16.0.0",
11
- "@mediusinc/mng-commons": "~6.1.0-rc.0"
11
+ "@mediusinc/mng-commons": "~6.1.0-rc.1"
12
12
  },
13
13
  "dependencies": {
14
14
  "tslib": "^2.8.1"
package/version-info.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@mediusinc/mng-commons-audit",
3
- "version": "6.1.0-rc.0",
4
- "tag": "v6.0.0-rc.8",
5
- "distance": 7,
6
- "hash": "2f494f73",
3
+ "version": "6.1.0-rc.1",
4
+ "tag": "v6.1.0-rc.1",
5
+ "distance": 0,
6
+ "hash": "cc12421a",
7
7
  "dirty": true,
8
- "semver": "6.0.0-rc.8+7.g2f494f73.dirty",
8
+ "semver": "6.1.0-rc.1+0.gcc12421a.dirty",
9
9
  "buildTimestamp": null,
10
- "raw": "v6.0.0-rc.8-7-2f494f73-dirty"
10
+ "raw": "v6.1.0-rc.1-cc12421a-dirty"
11
11
  }