@lowcodeunit/applications-flow-common 1.37.113-new-project-page → 1.37.117-new-project-page

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.
@@ -8,6 +8,7 @@ export declare class EditApplicationFormComponent implements OnInit {
8
8
  protected eacSvc: EaCService;
9
9
  ApplicationLookup: string;
10
10
  CurrentRoute: string;
11
+ IsDisabled: boolean;
11
12
  EditingApplication: EaCApplicationAsCode;
12
13
  HasSaveButton: boolean;
13
14
  ProjectLookup: string;
@@ -19,9 +20,10 @@ export declare class EditApplicationFormComponent implements OnInit {
19
20
  ApplicationFormGroup: FormGroup;
20
21
  constructor(formBldr: FormBuilder, eacSvc: EaCService);
21
22
  ngOnInit(): void;
23
+ ngOnChanges(): void;
22
24
  SubmitApplicationControl(): void;
23
25
  SaveApplication(): void;
24
26
  protected setupApplicationForm(): void;
25
27
  static ɵfac: i0.ɵɵFactoryDeclaration<EditApplicationFormComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<EditApplicationFormComponent, "lcu-edit-application-form", never, { "ApplicationLookup": "application-lookup"; "CurrentRoute": "current-route"; "EditingApplication": "editing-application"; "HasSaveButton": "has-save-button"; "ProjectLookup": "project-lookup"; "Loading": "loading"; }, { "SaveFormEvent": "save-form-event"; }, never, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditApplicationFormComponent, "lcu-edit-application-form", never, { "ApplicationLookup": "application-lookup"; "CurrentRoute": "current-route"; "IsDisabled": "is-disabled"; "EditingApplication": "editing-application"; "HasSaveButton": "has-save-button"; "ProjectLookup": "project-lookup"; "Loading": "loading"; }, { "SaveFormEvent": "save-form-event"; }, never, never>;
27
29
  }
@@ -13,6 +13,7 @@ export declare class ProcessorDetailsFormComponent implements OnInit {
13
13
  EditingApplicationLookup: string;
14
14
  Environment: EaCEnvironmentAsCode;
15
15
  HasSaveButton: boolean;
16
+ IsDisabled: boolean;
16
17
  SourceControlLookups: Array<string>;
17
18
  ProjectLookup: string;
18
19
  Loading: boolean;
@@ -77,5 +78,5 @@ export declare class ProcessorDetailsFormComponent implements OnInit {
77
78
  protected setupDfsForm(): void;
78
79
  protected setupProcessorTypeSubForm(): void;
79
80
  static ɵfac: i0.ɵɵFactoryDeclaration<ProcessorDetailsFormComponent, never>;
80
- static ɵcmp: i0.ɵɵComponentDeclaration<ProcessorDetailsFormComponent, "lcu-processor-details-form", never, { "EditingApplication": "editing-application"; "EditingApplicationLookup": "editing-application-lookup"; "Environment": "environment"; "HasSaveButton": "has-save-button"; "SourceControlLookups": "source-control-lookups"; "ProjectLookup": "project-lookup"; "Loading": "loading"; }, { "SaveFormEvent": "save-form-event"; }, never, never>;
81
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProcessorDetailsFormComponent, "lcu-processor-details-form", never, { "EditingApplication": "editing-application"; "EditingApplicationLookup": "editing-application-lookup"; "Environment": "environment"; "HasSaveButton": "has-save-button"; "IsDisabled": "is-disabled"; "SourceControlLookups": "source-control-lookups"; "ProjectLookup": "project-lookup"; "Loading": "loading"; }, { "SaveFormEvent": "save-form-event"; }, never, never>;
81
82
  }
@@ -16,6 +16,7 @@ export declare class SecurityToggleComponent implements OnInit {
16
16
  SkeletonEffect: string;
17
17
  constructor(eacSvc: EaCService, formBldr: FormBuilder);
18
18
  ngOnInit(): void;
19
+ ngOnChanges(): void;
19
20
  SecuritySubmit(): void;
20
21
  protected setupSecurityFormGroup(): void;
21
22
  protected setupSecurityForm(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowcodeunit/applications-flow-common",
3
- "version": "1.37.113-new-project-page",
3
+ "version": "1.37.117-new-project-page",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },