vcomply-workflow-engine 6.4.8 → 6.5.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.
@@ -6,8 +6,9 @@ import * as i4 from "../floating-bar/floating-bar.module";
6
6
  import * as i5 from "../v-loader/v-loader.module";
7
7
  import * as i6 from "@angular/common";
8
8
  import * as i7 from "../../formgroup/formgroup.module";
9
+ import * as i8 from "../no-data/no-data.module";
9
10
  export declare class CheckboxListModule {
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxListModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxListModule, [typeof i1.CheckboxListComponent], [typeof i2.FormsModule, typeof i3.PipesModule, typeof i4.FloatingBarModule, typeof i5.VLoaderModule, typeof i6.CommonModule, typeof i7.FormgroupModule], [typeof i1.CheckboxListComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxListModule, [typeof i1.CheckboxListComponent], [typeof i2.FormsModule, typeof i3.PipesModule, typeof i4.FloatingBarModule, typeof i5.VLoaderModule, typeof i6.CommonModule, typeof i7.FormgroupModule, typeof i8.NoDataModule], [typeof i1.CheckboxListComponent]>;
12
13
  static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxListModule>;
13
14
  }
@@ -144,6 +144,7 @@ export declare class WorkflowPolicyComponent implements OnInit {
144
144
  searchEnabled: boolean;
145
145
  selectAllEnabled: boolean;
146
146
  workflow: string;
147
+ noDataText: string;
147
148
  };
148
149
  approvalWorkflowConfig: {
149
150
  panelTitle: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.4.8",
3
+ "version": "6.5.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x ",
6
6
  "@angular/core": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x "