@lowcodeunit/applications-flow-common 1.33.105-lets-get-social-ish → 1.33.106-lets-get-social-ish

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.
@@ -6042,7 +6042,8 @@
6042
6042
  console.log("source control submitted: ", this.DevOpsSourceControlFormGroup.value);
6043
6043
  };
6044
6044
  // public SaveSourceControl(): void {
6045
- // const saveEnvReq: SaveEnvironmentAsCodeEventRequest = {
6045
+ // const saveEnvReq: SaveEnvironmentAsCodeEventRequest = this.Environment;
6046
+ // {
6046
6047
  // Environment: {
6047
6048
  // ...this.Environment,
6048
6049
  // Artifacts: this.Environment.Artifacts || {},
@@ -6289,6 +6290,7 @@
6289
6290
  DevopsSourceControlFormComponent.propDecorators = {
6290
6291
  EditingSourceControlLookup: [{ type: i0.Input, args: ['editing-source-control-lookup',] }],
6291
6292
  Environment: [{ type: i0.Input, args: ['environment',] }],
6293
+ EnvironmentLookup: [{ type: i0.Input, args: ['environment-lookup',] }],
6292
6294
  BranchesInput: [{ type: i0.ViewChild, args: ['branches',] }]
6293
6295
  };
6294
6296
 
@@ -6304,7 +6306,7 @@
6304
6306
  SourceControlDialogComponent.decorators = [
6305
6307
  { type: i0.Component, args: [{
6306
6308
  selector: 'lcu-source-control-dialog',
6307
- template: "\n<div fxLayoutAlign=\"center center\">\n <lcu-devops-source-control-form\n [environment]=\"data.environment\"\n [editing-source-control-lookup]=\"data.scLookup\">\n </lcu-devops-source-control-form>\n</div>",
6309
+ template: "\n<div fxLayoutAlign=\"center center\">\n <lcu-devops-source-control-form\n [environment]=\"data.environment\"\n [environment-lookup]=\"data.environmentLookup\"\n [editing-source-control-lookup]=\"data.scLookup\">\n </lcu-devops-source-control-form>\n</div>",
6308
6310
  styles: [""]
6309
6311
  },] }
6310
6312
  ];