vcomply-workflow-engine 6.0.43 → 6.0.44

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.
@@ -1,11 +1,13 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { TemplateService } from '../services/template.service';
3
3
  import { PolicyService } from '../../../workflow-services/policy.service';
4
+ import { Configurations } from '../../../configurations';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class SelectTemplateListComponent {
6
7
  private templateService;
7
8
  private policyService;
8
9
  fileUrl: string;
10
+ env: any;
9
11
  animation: boolean;
10
12
  defaultTemplates: any[];
11
13
  customTemplates: any[] | null;
@@ -27,7 +29,7 @@ export declare class SelectTemplateListComponent {
27
29
  selectedCategoryId: number[];
28
30
  feature: any;
29
31
  onTemplateSelect: EventEmitter<any>;
30
- constructor(templateService: TemplateService, policyService: PolicyService);
32
+ constructor(templateService: TemplateService, policyService: PolicyService, config?: Configurations);
31
33
  ngOnInit(): void;
32
34
  setAnimation(): void;
33
35
  switchTab(tab: string): void;
@@ -44,6 +46,6 @@ export declare class SelectTemplateListComponent {
44
46
  deleteEvent(): void;
45
47
  onPreview(details: any): void;
46
48
  onClosePreview(): void;
47
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectTemplateListComponent, never>;
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectTemplateListComponent, [null, null, { optional: true; }]>;
48
50
  static ɵcmp: i0.ɵɵComponentDeclaration<SelectTemplateListComponent, "app-select-template-list", never, { "selectedCategoryId": { "alias": "selectedCategoryId"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "onTemplateSelect": "onTemplateSelect"; }, never, never, false, never>;
49
51
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.0.43",
3
+ "version": "6.0.44",
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 "