@lowcodeunit/applications-flow-common 1.33.95-lets-get-social-ish → 1.33.97-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.
Files changed (61) hide show
  1. package/bundles/lowcodeunit-applications-flow-common.umd.js +173 -202
  2. package/bundles/lowcodeunit-applications-flow-common.umd.js.map +1 -1
  3. package/bundles/lowcodeunit-applications-flow-common.umd.min.js +1 -1
  4. package/bundles/lowcodeunit-applications-flow-common.umd.min.js.map +1 -1
  5. package/esm2015/lib/applications-flow.module.js +1 -3
  6. package/esm2015/lib/elements/base-form/base-form.component.js +5 -5
  7. package/esm2015/lib/elements/projects/controls/builds/builds.component.js +4 -9
  8. package/esm2015/lib/elements/projects/controls/create-project-wizard/create-project-wizard.component.js +6 -6
  9. package/esm2015/lib/elements/projects/controls/forms/source-control/source-control.component.js +3 -6
  10. package/esm2015/lib/elements/projects/controls/header/header.component.js +7 -7
  11. package/esm2015/lib/elements/projects/controls/project-items/project-items.component.js +7 -7
  12. package/esm2015/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.js +2 -2
  13. package/esm2015/lib/elements/projects/controls/tabs/devops/devops.component.js +7 -7
  14. package/esm2015/lib/elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component.js +7 -7
  15. package/esm2015/lib/elements/projects/controls/tabs/domains/domains.component.js +6 -6
  16. package/esm2015/lib/elements/projects/controls/tabs/general/forms/base-form-test/base-form-test.component.js +6 -6
  17. package/esm2015/lib/elements/projects/controls/tabs/general/forms/project-details/project-details.component.js +6 -6
  18. package/esm2015/lib/elements/projects/controls/tabs/general/forms/root-directory/root-directory.component.js +6 -6
  19. package/esm2015/lib/elements/projects/projects.component.js +10 -13
  20. package/esm2015/lib/services/eac.service.js +41 -17
  21. package/esm2015/lowcodeunit-applications-flow-common.js +30 -31
  22. package/fesm2015/lowcodeunit-applications-flow-common.js +97 -161
  23. package/fesm2015/lowcodeunit-applications-flow-common.js.map +1 -1
  24. package/lib/applications-flow.module.d.ts.map +1 -1
  25. package/lib/elements/base-form/base-form.component.d.ts +3 -3
  26. package/lib/elements/base-form/base-form.component.d.ts.map +1 -1
  27. package/lib/elements/projects/controls/builds/builds.component.d.ts +1 -3
  28. package/lib/elements/projects/controls/builds/builds.component.d.ts.map +1 -1
  29. package/lib/elements/projects/controls/create-project-wizard/create-project-wizard.component.d.ts +3 -3
  30. package/lib/elements/projects/controls/create-project-wizard/create-project-wizard.component.d.ts.map +1 -1
  31. package/lib/elements/projects/controls/forms/source-control/source-control.component.d.ts +1 -3
  32. package/lib/elements/projects/controls/forms/source-control/source-control.component.d.ts.map +1 -1
  33. package/lib/elements/projects/controls/header/header.component.d.ts +3 -3
  34. package/lib/elements/projects/controls/header/header.component.d.ts.map +1 -1
  35. package/lib/elements/projects/controls/project-items/project-items.component.d.ts +3 -3
  36. package/lib/elements/projects/controls/project-items/project-items.component.d.ts.map +1 -1
  37. package/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.d.ts +1 -1
  38. package/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.d.ts.map +1 -1
  39. package/lib/elements/projects/controls/tabs/devops/devops.component.d.ts +3 -3
  40. package/lib/elements/projects/controls/tabs/devops/devops.component.d.ts.map +1 -1
  41. package/lib/elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component.d.ts +3 -3
  42. package/lib/elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component.d.ts.map +1 -1
  43. package/lib/elements/projects/controls/tabs/domains/domains.component.d.ts +3 -3
  44. package/lib/elements/projects/controls/tabs/domains/domains.component.d.ts.map +1 -1
  45. package/lib/elements/projects/controls/tabs/general/forms/base-form-test/base-form-test.component.d.ts +3 -3
  46. package/lib/elements/projects/controls/tabs/general/forms/base-form-test/base-form-test.component.d.ts.map +1 -1
  47. package/lib/elements/projects/controls/tabs/general/forms/project-details/project-details.component.d.ts +3 -3
  48. package/lib/elements/projects/controls/tabs/general/forms/project-details/project-details.component.d.ts.map +1 -1
  49. package/lib/elements/projects/controls/tabs/general/forms/root-directory/root-directory.component.d.ts +3 -3
  50. package/lib/elements/projects/controls/tabs/general/forms/root-directory/root-directory.component.d.ts.map +1 -1
  51. package/lib/elements/projects/projects.component.d.ts +1 -3
  52. package/lib/elements/projects/projects.component.d.ts.map +1 -1
  53. package/lib/services/eac.service.d.ts +31 -7
  54. package/lib/services/eac.service.d.ts.map +1 -1
  55. package/lowcodeunit-applications-flow-common.d.ts +29 -30
  56. package/lowcodeunit-applications-flow-common.d.ts.map +1 -1
  57. package/lowcodeunit-applications-flow-common.metadata.json +1 -1
  58. package/package.json +1 -1
  59. package/esm2015/lib/services/applications-flow-events.service.js +0 -83
  60. package/lib/services/applications-flow-events.service.d.ts +0 -58
  61. package/lib/services/applications-flow-events.service.d.ts.map +0 -1
@@ -1069,100 +1069,6 @@
1069
1069
  { type: i0.Injector }
1070
1070
  ]; };
1071
1071
 
1072
- var SaveApplicationAsCodeEventRequest = /** @class */ (function () {
1073
- function SaveApplicationAsCodeEventRequest() {
1074
- }
1075
- return SaveApplicationAsCodeEventRequest;
1076
- }());
1077
- var SaveDFSModifierEventRequest = /** @class */ (function () {
1078
- function SaveDFSModifierEventRequest() {
1079
- }
1080
- return SaveDFSModifierEventRequest;
1081
- }());
1082
- var SaveEnvironmentAsCodeEventRequest = /** @class */ (function () {
1083
- function SaveEnvironmentAsCodeEventRequest() {
1084
- }
1085
- return SaveEnvironmentAsCodeEventRequest;
1086
- }());
1087
- var SaveProjectAsCodeEventRequest = /** @class */ (function () {
1088
- function SaveProjectAsCodeEventRequest() {
1089
- }
1090
- return SaveProjectAsCodeEventRequest;
1091
- }());
1092
- var ApplicationsFlowEventsService = /** @class */ (function () {
1093
- // Constructors
1094
- function ApplicationsFlowEventsService() {
1095
- this.DeleteApplicationEvent = new i0.EventEmitter();
1096
- this.DeleteDevOpsActionEvent = new i0.EventEmitter();
1097
- this.DeleteProjectEvent = new i0.EventEmitter();
1098
- this.DeleteSourceControlEvent = new i0.EventEmitter();
1099
- this.EnsureUserEnterpriseEvent = new i0.EventEmitter();
1100
- this.LoadEnterpriseAsCodeEvent = new i0.EventEmitter();
1101
- this.SaveApplicationAsCodeEvent = new i0.EventEmitter();
1102
- this.SaveDFSModifierEvent = new i0.EventEmitter();
1103
- this.SaveEnterpriseAsCodeEvent = new i0.EventEmitter();
1104
- this.SaveEnvironmentAsCodeEvent = new i0.EventEmitter();
1105
- this.SaveProjectAsCodeEvent = new i0.EventEmitter();
1106
- this.SetCreatingProjectEvent = new i0.EventEmitter();
1107
- this.SetEditProjectSettingsEvent = new i0.EventEmitter();
1108
- this.UnpackLowCodeUnitEvent = new i0.EventEmitter();
1109
- }
1110
- // API Methods
1111
- ApplicationsFlowEventsService.prototype.DeleteApplication = function (appLookup) {
1112
- this.DeleteApplicationEvent.emit(appLookup);
1113
- };
1114
- ApplicationsFlowEventsService.prototype.DeleteDevOpsAction = function (doaLookup) {
1115
- this.DeleteDevOpsActionEvent.emit(doaLookup);
1116
- };
1117
- ApplicationsFlowEventsService.prototype.DeleteProject = function (projectLookup) {
1118
- this.DeleteProjectEvent.emit(projectLookup);
1119
- };
1120
- ApplicationsFlowEventsService.prototype.DeleteSourceControl = function (scLookup) {
1121
- this.DeleteSourceControlEvent.emit(scLookup);
1122
- };
1123
- ApplicationsFlowEventsService.prototype.EnsureUserEnterprise = function () {
1124
- this.EnsureUserEnterpriseEvent.emit();
1125
- };
1126
- // public ListProjects(withLoading: boolean): void {
1127
- // this.ListProjectsEvent.emit(withLoading);
1128
- // }
1129
- ApplicationsFlowEventsService.prototype.LoadEnterpriseAsCode = function () {
1130
- this.LoadEnterpriseAsCodeEvent.emit();
1131
- };
1132
- ApplicationsFlowEventsService.prototype.SaveApplicationAsCode = function (req) {
1133
- this.SaveApplicationAsCodeEvent.emit(req);
1134
- };
1135
- ApplicationsFlowEventsService.prototype.SaveDFSModifier = function (req) {
1136
- this.SaveDFSModifierEvent.emit(req);
1137
- };
1138
- ApplicationsFlowEventsService.prototype.SaveEnterpriseAsCode = function (eac) {
1139
- this.SaveEnterpriseAsCodeEvent.emit(eac);
1140
- };
1141
- ApplicationsFlowEventsService.prototype.SaveEnvironmentAsCode = function (req) {
1142
- this.SaveEnvironmentAsCodeEvent.emit(req);
1143
- };
1144
- ApplicationsFlowEventsService.prototype.SaveProjectAsCode = function (req) {
1145
- this.SaveProjectAsCodeEvent.emit(req);
1146
- };
1147
- ApplicationsFlowEventsService.prototype.SetCreatingProject = function (creatingProject) {
1148
- this.SetCreatingProjectEvent.emit(creatingProject);
1149
- };
1150
- ApplicationsFlowEventsService.prototype.SetEditProjectSettings = function (projectLookup) {
1151
- this.SetEditProjectSettingsEvent.emit(projectLookup);
1152
- };
1153
- ApplicationsFlowEventsService.prototype.UnpackLowCodeUnit = function (req) {
1154
- this.UnpackLowCodeUnitEvent.emit(req);
1155
- };
1156
- return ApplicationsFlowEventsService;
1157
- }());
1158
- ApplicationsFlowEventsService.ɵprov = i0.ɵɵdefineInjectable({ factory: function ApplicationsFlowEventsService_Factory() { return new ApplicationsFlowEventsService(); }, token: ApplicationsFlowEventsService, providedIn: "root" });
1159
- ApplicationsFlowEventsService.decorators = [
1160
- { type: i0.Injectable, args: [{
1161
- providedIn: 'root',
1162
- },] }
1163
- ];
1164
- ApplicationsFlowEventsService.ctorParameters = function () { return []; };
1165
-
1166
1072
  var ApplicationsFlowState = /** @class */ (function () {
1167
1073
  function ApplicationsFlowState() {
1168
1074
  this.GitHub = {};
@@ -1263,15 +1169,40 @@
1263
1169
  // public Repository?: string;
1264
1170
  // }
1265
1171
 
1172
+ var SaveApplicationAsCodeEventRequest = /** @class */ (function () {
1173
+ function SaveApplicationAsCodeEventRequest() {
1174
+ }
1175
+ return SaveApplicationAsCodeEventRequest;
1176
+ }());
1177
+ var SaveDFSModifierEventRequest = /** @class */ (function () {
1178
+ function SaveDFSModifierEventRequest() {
1179
+ }
1180
+ return SaveDFSModifierEventRequest;
1181
+ }());
1182
+ var SaveEnvironmentAsCodeEventRequest = /** @class */ (function () {
1183
+ function SaveEnvironmentAsCodeEventRequest() {
1184
+ }
1185
+ return SaveEnvironmentAsCodeEventRequest;
1186
+ }());
1187
+ var SaveProjectAsCodeEventRequest = /** @class */ (function () {
1188
+ function SaveProjectAsCodeEventRequest() {
1189
+ }
1190
+ return SaveProjectAsCodeEventRequest;
1191
+ }());
1266
1192
  var EaCService = /** @class */ (function () {
1267
1193
  // Constructors
1268
- function EaCService(appsFlowEventsSvc, projectService) {
1269
- this.appsFlowEventsSvc = appsFlowEventsSvc;
1194
+ function EaCService(projectService) {
1270
1195
  this.projectService = projectService;
1271
1196
  this.State = new ApplicationsFlowState();
1272
- this.setServices();
1273
1197
  }
1274
- // API Methods
1198
+ Object.defineProperty(EaCService.prototype, "CreatingProject", {
1199
+ // API Methods
1200
+ get: function () {
1201
+ return this.projectService.CreatingProject;
1202
+ },
1203
+ enumerable: false,
1204
+ configurable: true
1205
+ });
1275
1206
  EaCService.prototype.DeleteApplication = function (appLookup, appName) {
1276
1207
  return __awaiter(this, void 0, void 0, function () {
1277
1208
  return __generator(this, function (_b) {
@@ -1335,7 +1266,7 @@
1335
1266
  // this.appsFlowEventsSvc.EnsureUserEnterpriseEvent.subscribe(async () => {
1336
1267
  // await this.projectService.EnsureUserEnterprise(this.State);
1337
1268
  // });
1338
- EaCService.prototype.EnsureUserEnterprise = function (appLookup, appName) {
1269
+ EaCService.prototype.EnsureUserEnterprise = function () {
1339
1270
  return __awaiter(this, void 0, void 0, function () {
1340
1271
  return __generator(this, function (_b) {
1341
1272
  switch (_b.label) {
@@ -1347,6 +1278,49 @@
1347
1278
  });
1348
1279
  });
1349
1280
  };
1281
+ EaCService.prototype.GetActiveEnterprise = function () {
1282
+ return __awaiter(this, void 0, void 0, function () {
1283
+ return __generator(this, function (_b) {
1284
+ switch (_b.label) {
1285
+ case 0: return [4 /*yield*/, this.projectService.GetActiveEnterprise(this.State)];
1286
+ case 1:
1287
+ _b.sent();
1288
+ return [2 /*return*/];
1289
+ }
1290
+ });
1291
+ });
1292
+ };
1293
+ Object.defineProperty(EaCService.prototype, "EditingProjectLookup", {
1294
+ get: function () {
1295
+ return this.projectService.EditingProjectLookup;
1296
+ },
1297
+ enumerable: false,
1298
+ configurable: true
1299
+ });
1300
+ EaCService.prototype.HasValidConnection = function () {
1301
+ return __awaiter(this, void 0, void 0, function () {
1302
+ return __generator(this, function (_b) {
1303
+ switch (_b.label) {
1304
+ case 0: return [4 /*yield*/, this.projectService.HasValidConnection(this.State)];
1305
+ case 1:
1306
+ _b.sent();
1307
+ return [2 /*return*/];
1308
+ }
1309
+ });
1310
+ });
1311
+ };
1312
+ EaCService.prototype.ListEnterprises = function () {
1313
+ return __awaiter(this, void 0, void 0, function () {
1314
+ return __generator(this, function (_b) {
1315
+ switch (_b.label) {
1316
+ case 0: return [4 /*yield*/, this.projectService.ListEnterprises(this.State)];
1317
+ case 1:
1318
+ _b.sent();
1319
+ return [2 /*return*/];
1320
+ }
1321
+ });
1322
+ });
1323
+ };
1350
1324
  EaCService.prototype.LoadEnterpriseAsCode = function () {
1351
1325
  return __awaiter(this, void 0, void 0, function () {
1352
1326
  return __generator(this, function (_b) {
@@ -1371,7 +1345,7 @@
1371
1345
  });
1372
1346
  });
1373
1347
  };
1374
- EaCService.prototype.SaveDFSModifierEvent = function (req) {
1348
+ EaCService.prototype.SaveDFSModifier = function (req) {
1375
1349
  return __awaiter(this, void 0, void 0, function () {
1376
1350
  return __generator(this, function (_b) {
1377
1351
  switch (_b.label) {
@@ -1419,6 +1393,14 @@
1419
1393
  });
1420
1394
  });
1421
1395
  };
1396
+ EaCService.prototype.SetActiveEnterprise = function (eventValue) {
1397
+ return __awaiter(this, void 0, void 0, function () {
1398
+ return __generator(this, function (_b) {
1399
+ this.projectService.SetActiveEnterprise(this.State, eventValue);
1400
+ return [2 /*return*/];
1401
+ });
1402
+ });
1403
+ };
1422
1404
  EaCService.prototype.SetCreatingProject = function (creatingProject) {
1423
1405
  return __awaiter(this, void 0, void 0, function () {
1424
1406
  return __generator(this, function (_b) {
@@ -1454,11 +1436,6 @@
1454
1436
  });
1455
1437
  });
1456
1438
  };
1457
- EaCService.prototype.setServices = function () {
1458
- // this.appsFlowEventsSvc.ListProjectsEvent.subscribe((withLoading) => {
1459
- // this.projectService.ListProjects(this.State, withLoading);
1460
- // });
1461
- };
1462
1439
  // Helpers
1463
1440
  EaCService.prototype.handleSaveApplication = function (req) {
1464
1441
  var _a;
@@ -1566,7 +1543,7 @@
1566
1543
  return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, saveEaC)];
1567
1544
  case 1:
1568
1545
  _b.sent();
1569
- this.appsFlowEventsSvc.SetEditProjectSettings(projectLookup);
1546
+ this.SetEditProjectSettings(projectLookup);
1570
1547
  return [2 /*return*/];
1571
1548
  }
1572
1549
  });
@@ -1574,14 +1551,13 @@
1574
1551
  };
1575
1552
  return EaCService;
1576
1553
  }());
1577
- EaCService.ɵprov = i0.ɵɵdefineInjectable({ factory: function EaCService_Factory() { return new EaCService(i0.ɵɵinject(ApplicationsFlowEventsService), i0.ɵɵinject(ProjectService)); }, token: EaCService, providedIn: "root" });
1554
+ EaCService.ɵprov = i0.ɵɵdefineInjectable({ factory: function EaCService_Factory() { return new EaCService(i0.ɵɵinject(ProjectService)); }, token: EaCService, providedIn: "root" });
1578
1555
  EaCService.decorators = [
1579
1556
  { type: i0.Injectable, args: [{
1580
1557
  providedIn: 'root',
1581
1558
  },] }
1582
1559
  ];
1583
1560
  EaCService.ctorParameters = function () { return [
1584
- { type: ApplicationsFlowEventsService },
1585
1561
  { type: ProjectService }
1586
1562
  ]; };
1587
1563
 
@@ -1601,11 +1577,10 @@
1601
1577
  var ApplicationsFlowProjectsElementComponent = /** @class */ (function (_super) {
1602
1578
  __extends(ApplicationsFlowProjectsElementComponent, _super);
1603
1579
  // Constructors
1604
- function ApplicationsFlowProjectsElementComponent(injector, appsFlowSvc, projectService, eacSvc) {
1580
+ function ApplicationsFlowProjectsElementComponent(injector, appsFlowSvc, eacSvc) {
1605
1581
  var _this = _super.call(this, injector) || this;
1606
1582
  _this.injector = injector;
1607
1583
  _this.appsFlowSvc = appsFlowSvc;
1608
- _this.projectService = projectService;
1609
1584
  _this.eacSvc = eacSvc;
1610
1585
  return _this;
1611
1586
  }
@@ -1630,7 +1605,7 @@
1630
1605
  });
1631
1606
  Object.defineProperty(ApplicationsFlowProjectsElementComponent.prototype, "CreatingProject", {
1632
1607
  get: function () {
1633
- return this.projectService.CreatingProject;
1608
+ return this.eacSvc.CreatingProject;
1634
1609
  },
1635
1610
  enumerable: false,
1636
1611
  configurable: true
@@ -1645,7 +1620,7 @@
1645
1620
  });
1646
1621
  Object.defineProperty(ApplicationsFlowProjectsElementComponent.prototype, "EditingProjectLookup", {
1647
1622
  get: function () {
1648
- return this.projectService.EditingProjectLookup;
1623
+ return this.eacSvc.EditingProjectLookup;
1649
1624
  },
1650
1625
  enumerable: false,
1651
1626
  configurable: true
@@ -1677,7 +1652,7 @@
1677
1652
  return __awaiter(this, void 0, void 0, function () {
1678
1653
  return __generator(this, function (_e) {
1679
1654
  switch (_e.label) {
1680
- case 0: return [4 /*yield*/, this.projectService.SetActiveEnterprise(this.State, event.value)];
1655
+ case 0: return [4 /*yield*/, this.eacSvc.SetActiveEnterprise(event.value)];
1681
1656
  case 1:
1682
1657
  _e.sent();
1683
1658
  return [2 /*return*/];
@@ -1692,7 +1667,7 @@
1692
1667
  .ConfigureDevOpsAction(devOpsActionLookup)
1693
1668
  .subscribe(function (response) {
1694
1669
  if (response.Status.Code === 0) {
1695
- _this.projectService.LoadEnterpriseAsCode(_this.State);
1670
+ _this.eacSvc.LoadEnterpriseAsCode();
1696
1671
  }
1697
1672
  else {
1698
1673
  _this.State.Loading = false;
@@ -1707,17 +1682,17 @@
1707
1682
  switch (_e.label) {
1708
1683
  case 0:
1709
1684
  this.State.Loading = true;
1710
- return [4 /*yield*/, this.projectService.HasValidConnection(this.State)];
1685
+ return [4 /*yield*/, this.eacSvc.HasValidConnection()];
1711
1686
  case 1:
1712
1687
  _e.sent();
1713
- return [4 /*yield*/, this.projectService.EnsureUserEnterprise(this.State)];
1688
+ return [4 /*yield*/, this.eacSvc.EnsureUserEnterprise()];
1714
1689
  case 2:
1715
1690
  _e.sent();
1716
- return [4 /*yield*/, this.projectService.ListEnterprises(this.State)];
1691
+ return [4 /*yield*/, this.eacSvc.ListEnterprises()];
1717
1692
  case 3:
1718
1693
  _e.sent();
1719
1694
  if (!(((_a = this.State.Enterprises) === null || _a === void 0 ? void 0 : _a.length) > 0)) return [3 /*break*/, 5];
1720
- return [4 /*yield*/, this.projectService.GetActiveEnterprise(this.State)];
1695
+ return [4 /*yield*/, this.eacSvc.GetActiveEnterprise()];
1721
1696
  case 4:
1722
1697
  _e.sent();
1723
1698
  _e.label = 5;
@@ -1738,7 +1713,6 @@
1738
1713
  ApplicationsFlowProjectsElementComponent.ctorParameters = function () { return [
1739
1714
  { type: i0.Injector },
1740
1715
  { type: ApplicationsFlowService },
1741
- { type: ProjectService },
1742
1716
  { type: EaCService }
1743
1717
  ]; };
1744
1718
 
@@ -1872,10 +1846,9 @@
1872
1846
 
1873
1847
  var SourceControlFormControlsComponent = /** @class */ (function () {
1874
1848
  // Constructors
1875
- function SourceControlFormControlsComponent(formBuilder, appsFlowSvc, appsFlowEventsSvc) {
1849
+ function SourceControlFormControlsComponent(formBuilder, appsFlowSvc) {
1876
1850
  this.formBuilder = formBuilder;
1877
1851
  this.appsFlowSvc = appsFlowSvc;
1878
- this.appsFlowEventsSvc = appsFlowEventsSvc;
1879
1852
  this.SeparatorKeysCodes = [keycodes.ENTER, keycodes.COMMA];
1880
1853
  this.BranchesChanged = new i0.EventEmitter();
1881
1854
  this.SelectedBranches = [];
@@ -2139,8 +2112,7 @@
2139
2112
  ];
2140
2113
  SourceControlFormControlsComponent.ctorParameters = function () { return [
2141
2114
  { type: forms.FormBuilder },
2142
- { type: ApplicationsFlowService },
2143
- { type: ApplicationsFlowEventsService }
2115
+ { type: ApplicationsFlowService }
2144
2116
  ]; };
2145
2117
  SourceControlFormControlsComponent.propDecorators = {
2146
2118
  BranchesChanged: [{ type: i0.Output, args: ['branches-changed',] }],
@@ -2159,10 +2131,10 @@
2159
2131
 
2160
2132
  var CreateProjectWizardComponent = /** @class */ (function () {
2161
2133
  // Constructors
2162
- function CreateProjectWizardComponent(formBuilder, appsFlowSvc, appsFlowEventsSvc) {
2134
+ function CreateProjectWizardComponent(formBuilder, appsFlowSvc, eacSvc) {
2163
2135
  this.formBuilder = formBuilder;
2164
2136
  this.appsFlowSvc = appsFlowSvc;
2165
- this.appsFlowEventsSvc = appsFlowEventsSvc;
2137
+ this.eacSvc = eacSvc;
2166
2138
  this.HostingDetails = new ProjectHostingDetails();
2167
2139
  }
2168
2140
  Object.defineProperty(CreateProjectWizardComponent.prototype, "AreProjectDetailsValid", {
@@ -2225,7 +2197,7 @@
2225
2197
  };
2226
2198
  // API Methods
2227
2199
  CreateProjectWizardComponent.prototype.Cancel = function () {
2228
- this.appsFlowEventsSvc.SetCreatingProject(false);
2200
+ this.eacSvc.SetCreatingProject(false);
2229
2201
  };
2230
2202
  CreateProjectWizardComponent.prototype.ConfigureRepository = function () {
2231
2203
  this.loadProjectHostingDetails();
@@ -2316,7 +2288,7 @@
2316
2288
  CreateProjectWizardComponent.ctorParameters = function () { return [
2317
2289
  { type: forms.FormBuilder },
2318
2290
  { type: ApplicationsFlowService },
2319
- { type: ApplicationsFlowEventsService }
2291
+ { type: EaCService }
2320
2292
  ]; };
2321
2293
  CreateProjectWizardComponent.propDecorators = {
2322
2294
  SourceControl: [{ type: i0.ViewChild, args: [SourceControlFormControlsComponent,] }],
@@ -2395,10 +2367,10 @@
2395
2367
 
2396
2368
  var HeaderComponent = /** @class */ (function () {
2397
2369
  // Constructors
2398
- function HeaderComponent(formBuilder, lcuSettings, appsFlowEventsSvc) {
2370
+ function HeaderComponent(formBuilder, lcuSettings, eacSvc) {
2399
2371
  this.formBuilder = formBuilder;
2400
2372
  this.lcuSettings = lcuSettings;
2401
- this.appsFlowEventsSvc = appsFlowEventsSvc;
2373
+ this.eacSvc = eacSvc;
2402
2374
  }
2403
2375
  Object.defineProperty(HeaderComponent.prototype, "HasProjects", {
2404
2376
  get: function () {
@@ -2449,13 +2421,13 @@
2449
2421
  TrustedProviderLookups: ['ADB2C'],
2450
2422
  },
2451
2423
  };
2452
- this.appsFlowEventsSvc.SaveProjectAsCode({
2424
+ this.eacSvc.SaveProjectAsCode({
2453
2425
  ProjectLookup: i2.Guid.CreateRaw(),
2454
2426
  Project: proj,
2455
2427
  });
2456
2428
  };
2457
2429
  HeaderComponent.prototype.EnableCreatingProject = function () {
2458
- this.appsFlowEventsSvc.SetCreatingProject(true);
2430
+ this.eacSvc.SetCreatingProject(true);
2459
2431
  };
2460
2432
  return HeaderComponent;
2461
2433
  }());
@@ -2469,7 +2441,7 @@
2469
2441
  HeaderComponent.ctorParameters = function () { return [
2470
2442
  { type: forms.FormBuilder },
2471
2443
  { type: i2.LCUServiceSettings },
2472
- { type: ApplicationsFlowEventsService }
2444
+ { type: EaCService }
2473
2445
  ]; };
2474
2446
  HeaderComponent.propDecorators = {
2475
2447
  CreatingProject: [{ type: i0.Input, args: ['creating-project',] }],
@@ -2485,9 +2457,9 @@
2485
2457
  }());
2486
2458
 
2487
2459
  var DomainsComponent = /** @class */ (function () {
2488
- function DomainsComponent(formsService, appsFlowEventsSvc) {
2460
+ function DomainsComponent(formsService, eacSvc) {
2489
2461
  this.formsService = formsService;
2490
- this.appsFlowEventsSvc = appsFlowEventsSvc;
2462
+ this.eacSvc = eacSvc;
2491
2463
  }
2492
2464
  Object.defineProperty(DomainsComponent.prototype, "Domain", {
2493
2465
  /**
@@ -2615,7 +2587,7 @@
2615
2587
  * Save changes
2616
2588
  */
2617
2589
  DomainsComponent.prototype.save = function () {
2618
- this.appsFlowEventsSvc.SaveProjectAsCode({
2590
+ this.eacSvc.SaveProjectAsCode({
2619
2591
  ProjectLookup: this.ProjectLookup,
2620
2592
  Project: Object.assign(Object.assign({}, this.Project), {
2621
2593
  // Hosts: [...this.Project.Hosts, this.Domain.value],
@@ -2638,7 +2610,7 @@
2638
2610
  ];
2639
2611
  DomainsComponent.ctorParameters = function () { return [
2640
2612
  { type: FormsService },
2641
- { type: ApplicationsFlowEventsService }
2613
+ { type: EaCService }
2642
2614
  ]; };
2643
2615
  DomainsComponent.propDecorators = {
2644
2616
  Data: [{ type: i0.Input, args: ['data',] }]
@@ -3453,10 +3425,10 @@
3453
3425
 
3454
3426
  var DevOpsComponent = /** @class */ (function () {
3455
3427
  // Constructors
3456
- function DevOpsComponent(formBldr, appsFlowSvc, appsFlowEventsSvc) {
3428
+ function DevOpsComponent(formBldr, appsFlowSvc, eacSvc) {
3457
3429
  this.formBldr = formBldr;
3458
3430
  this.appsFlowSvc = appsFlowSvc;
3459
- this.appsFlowEventsSvc = appsFlowEventsSvc;
3431
+ this.eacSvc = eacSvc;
3460
3432
  this.EditingSourceControlLookup = null;
3461
3433
  this.HostingDetails = new ProjectHostingDetails();
3462
3434
  }
@@ -3574,7 +3546,7 @@
3574
3546
  };
3575
3547
  DevOpsComponent.prototype.DeleteSourceControl = function (scLookup) {
3576
3548
  if (confirm("Are you sure you want to delete source control '" + scLookup + "'?")) {
3577
- this.appsFlowEventsSvc.DeleteSourceControl(scLookup);
3549
+ this.eacSvc.DeleteSourceControl(scLookup);
3578
3550
  }
3579
3551
  };
3580
3552
  DevOpsComponent.prototype.DevOpsActionLookupChanged = function (event) {
@@ -3628,7 +3600,7 @@
3628
3600
  source = Object.assign(Object.assign({}, source), { Type: 'GitHub', Name: this.EditingSourceControlLookup, DevOpsActionTriggerLookups: [devOpsActionLookup], Organization: this.SourceControlFormControls.OrganizationFormControl.value, Repository: this.SourceControlFormControls.RepositoryFormControl.value });
3629
3601
  var scLookup = "github://" + source.Organization + "/" + source.Repository;
3630
3602
  saveEnvReq.Environment.Sources[scLookup] = source;
3631
- this.appsFlowEventsSvc.SaveEnvironmentAsCode(saveEnvReq);
3603
+ this.eacSvc.SaveEnvironmentAsCode(saveEnvReq);
3632
3604
  };
3633
3605
  DevOpsComponent.prototype.SetEditingSourceControl = function (scLookup) {
3634
3606
  this.EditingSourceControlLookup = scLookup;
@@ -3684,7 +3656,7 @@
3684
3656
  DevOpsComponent.ctorParameters = function () { return [
3685
3657
  { type: forms.FormBuilder },
3686
3658
  { type: ApplicationsFlowService },
3687
- { type: ApplicationsFlowEventsService }
3659
+ { type: EaCService }
3688
3660
  ]; };
3689
3661
  DevOpsComponent.propDecorators = {
3690
3662
  Data: [{ type: i0.Input, args: ['data',] }],
@@ -3694,10 +3666,10 @@
3694
3666
 
3695
3667
  var DFSModifiersComponent = /** @class */ (function () {
3696
3668
  // Constructors
3697
- function DFSModifiersComponent(formBldr, appsFlowSvc, appsFlowEventsSvc) {
3669
+ function DFSModifiersComponent(formBldr, appsFlowSvc, eacSvc) {
3698
3670
  this.formBldr = formBldr;
3699
3671
  this.appsFlowSvc = appsFlowSvc;
3700
- this.appsFlowEventsSvc = appsFlowEventsSvc;
3672
+ this.eacSvc = eacSvc;
3701
3673
  this.EditingModifierLookup = null;
3702
3674
  }
3703
3675
  Object.defineProperty(DFSModifiersComponent.prototype, "DetailsFormControl", {
@@ -3827,7 +3799,7 @@
3827
3799
  };
3828
3800
  DFSModifiersComponent.prototype.DeleteModifier = function (modifierLookup, modifierName) {
3829
3801
  if (confirm("Are you sure you want to delete modifier '" + modifierName + "'?")) {
3830
- this.appsFlowEventsSvc.DeleteSourceControl(modifierLookup);
3802
+ this.eacSvc.DeleteSourceControl(modifierLookup);
3831
3803
  }
3832
3804
  };
3833
3805
  DFSModifiersComponent.prototype.SaveModifier = function (projectLookup) {
@@ -3851,7 +3823,7 @@
3851
3823
  break;
3852
3824
  }
3853
3825
  saveMdfrReq.Modifier.Details = JSON.stringify(details);
3854
- this.appsFlowEventsSvc.SaveDFSModifier(saveMdfrReq);
3826
+ this.eacSvc.SaveDFSModifier(saveMdfrReq);
3855
3827
  };
3856
3828
  DFSModifiersComponent.prototype.SetEditingModifier = function (modifierLookup) {
3857
3829
  this.EditingModifierLookup = modifierLookup;
@@ -3917,7 +3889,7 @@
3917
3889
  DFSModifiersComponent.ctorParameters = function () { return [
3918
3890
  { type: forms.FormBuilder },
3919
3891
  { type: ApplicationsFlowService },
3920
- { type: ApplicationsFlowEventsService }
3892
+ { type: EaCService }
3921
3893
  ]; };
3922
3894
  DFSModifiersComponent.propDecorators = {
3923
3895
  Data: [{ type: i0.Input, args: ['data',] }]
@@ -4019,8 +3991,8 @@
4019
3991
 
4020
3992
  var ProjectItemsComponent = /** @class */ (function () {
4021
3993
  // Constructors
4022
- function ProjectItemsComponent(appsFlowEventsSvc) {
4023
- this.appsFlowEventsSvc = appsFlowEventsSvc;
3994
+ function ProjectItemsComponent(eacSvc) {
3995
+ this.eacSvc = eacSvc;
4024
3996
  }
4025
3997
  Object.defineProperty(ProjectItemsComponent.prototype, "ProjectLookups", {
4026
3998
  // Fields
@@ -4037,7 +4009,7 @@
4037
4009
  // API Methods
4038
4010
  ProjectItemsComponent.prototype.DeleteProject = function (projectLookup, projectName) {
4039
4011
  if (confirm("Are you sure you want to delete project '" + projectName + "'?")) {
4040
- this.appsFlowEventsSvc.DeleteProject(projectLookup);
4012
+ this.eacSvc.DeleteProject(projectLookup);
4041
4013
  }
4042
4014
  };
4043
4015
  ProjectItemsComponent.prototype.GetPrimaryHost = function (project) {
@@ -4050,7 +4022,7 @@
4050
4022
  * Event to edit project settings
4051
4023
  */
4052
4024
  ProjectItemsComponent.prototype.ProjectSettings = function (projectLookup) {
4053
- this.appsFlowEventsSvc.SetEditProjectSettings(projectLookup);
4025
+ this.eacSvc.SetEditProjectSettings(projectLookup);
4054
4026
  };
4055
4027
  return ProjectItemsComponent;
4056
4028
  }());
@@ -4062,7 +4034,7 @@
4062
4034
  },] }
4063
4035
  ];
4064
4036
  ProjectItemsComponent.ctorParameters = function () { return [
4065
- { type: ApplicationsFlowEventsService }
4037
+ { type: EaCService }
4066
4038
  ]; };
4067
4039
  ProjectItemsComponent.propDecorators = {
4068
4040
  Projects: [{ type: i0.Input, args: ['projects',] }],
@@ -4070,8 +4042,7 @@
4070
4042
  };
4071
4043
 
4072
4044
  var BuildsComponent = /** @class */ (function () {
4073
- function BuildsComponent(appsFlowEventsSvc) {
4074
- this.appsFlowEventsSvc = appsFlowEventsSvc;
4045
+ function BuildsComponent() {
4075
4046
  }
4076
4047
  BuildsComponent.prototype.ngOnInit = function () { };
4077
4048
  BuildsComponent.prototype.ngOnDestroy = function () {
@@ -4092,9 +4063,7 @@
4092
4063
  styles: ["@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");@import url(\"https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,900&display=swap\");@import url(\"https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap\");.disable-autofill-background-default input:-webkit-autofill,.disable-autofill-background-default input:-webkit-autofill:focus,.disable-autofill-background-default input:-webkit-autofill:hover,.disable-autofill-background-default select:-webkit-autofill,.disable-autofill-background-default select:-webkit-autofill:focus,.disable-autofill-background-default select:-webkit-autofill:hover,.disable-autofill-background-default textarea:-webkit-autofill,.disable-autofill-background-default textarea:-webkit-autofill:focus,.disable-autofill-background-default textarea:-webkit-autofill:hover{-webkit-transition:background-color 5000s!important;transition:background-color 5000s!important}.list-item-disabled{cursor:not-allowed!important;filter:alpha(opacity=50);opacity:.5}.filler{display:inline-block!important;flex:1 1 auto}.sticky{position:-webkit-sticky;position:sticky;top:0;z-index:750}.inline{display:inline-block}.contents,.page-element{display:contents}.mat-spinner{margin:auto}.mat-full-width{width:100%}.spread{margin:2rem}.spread-thin{margin:1rem}.overlay{position:-webkit-sticky!important;position:sticky!important}.overlay.top{top:0}.overlay.bottom{bottom:0}.margin-0{margin:0!important}.margin-top-0,.margin-y-0{margin-top:0!important}.margin-right-0,.margin-x-0{margin-right:0!important}.margin-bottom-0,.margin-y-0{margin-bottom:0!important}.margin-left-0,.margin-x-0{margin-left:0!important}.margin-1{margin:.25rem!important}.margin-top-1,.margin-y-1{margin-top:.25rem!important}.margin-right-1,.margin-x-1{margin-right:.25rem!important}.margin-bottom-1,.margin-y-1{margin-bottom:.25rem!important}.margin-left-1,.margin-x-1{margin-left:.25rem!important}.margin-2{margin:.5rem!important}.margin-top-2,.margin-y-2{margin-top:.5rem!important}.margin-right-2,.margin-x-2{margin-right:.5rem!important}.margin-bottom-2,.margin-y-2{margin-bottom:.5rem!important}.margin-left-2,.margin-x-2{margin-left:.5rem!important}.margin-3{margin:1rem!important}.margin-top-3,.margin-y-3{margin-top:1rem!important}.margin-top-bottom-3{margin:1rem 0!important}.margin-right-3,.margin-x-3{margin-right:1rem!important}.margin-bottom-3,.margin-y-3{margin-bottom:1rem!important}.margin-left-3,.margin-x-3{margin-left:1rem!important}.margin-4{margin:2rem!important}.margin-top-4,.margin-y-4{margin-top:2rem!important}.margin-right-4,.margin-x-4{margin-right:2rem!important}.margin-bottom-4,.margin-y-4{margin-bottom:2rem!important}.margin-left-4,.margin-x-4{margin-left:2rem!important}.margin-right-5,.margin-x-5{margin-right:4rem!important}.margin-bottom-5,.margin-y-5{margin-bottom:4rem!important}.margin-left-5,.margin-x-5{margin-left:4rem!important}.margin-5{margin:4rem!important}.margin-top-5,.margin-y-5{margin-top:4rem!important}.margin-right-6,.margin-x-6{margin-right:4.5rem!important}.margin-bottom-6,.margin-y-6{margin-bottom:4.5rem!important}.margin-left-6,.margin-x-6{margin-left:4.5rem!important}.margin-7{margin:6rem!important}.margin-top-7,.margin-y-7{margin-top:6rem!important}.margin-right-7,.margin-x-7{margin-right:6rem!important}.margin-bottom-7,.margin-y-7{margin-bottom:6rem!important}.margin-left-7,.margin-x-7{margin-left:6rem!important}.margin-8{margin:7.5rem!important}.margin-top-8,.margin-y-8{margin-top:7.5rem!important}.margin-right-8,.margin-x-8{margin-right:7.5rem!important}.margin-bottom-8,.margin-y-8{margin-bottom:7.5rem!important}.margin-left-8,.margin-x-8{margin-left:7.5rem!important}.margin-9{margin:9rem!important}.margin-top-9,.margin-y-9{margin-top:9rem!important}.margin-right-9,.margin-x-9{margin-right:9rem!important}.margin-bottom-9,.margin-y-9{margin-bottom:9rem!important}.margin-left-9,.margin-x-9{margin-left:9rem!important}.padding-0{padding:0!important}.padding-top-0,.padding-y-0{padding-top:0!important}.padding-right-0,.padding-x-0{padding-right:0!important}.padding-bottom-0,.padding-y-0{padding-bottom:0!important}.padding-left-0,.padding-x-0{padding-left:0!important}.padding-1{padding:.25rem!important}.padding-top-1,.padding-y-1{padding-top:.25rem!important}.padding-right-1,.padding-x-1{padding-right:.25rem!important}.padding-bottom-1,.padding-y-1{padding-bottom:.25rem!important}.padding-left-1,.padding-x-1{padding-left:.25rem!important}.padding-2{padding:.5rem!important}.padding-top-2,.padding-y-2{padding-top:.5rem!important}.padding-right-2,.padding-x-2{padding-right:.5rem!important}.padding-bottom-2,.padding-y-2{padding-bottom:.5rem!important}.padding-left-2,.padding-x-2{padding-left:.5rem!important}.padding-3{padding:1rem!important}.padding-top-3,.padding-y-3{padding-top:1rem!important}.padding-right-3,.padding-x-3{padding-right:1rem!important}.padding-bottom-3,.padding-y-3{padding-bottom:1rem!important}.padding-left-3,.padding-x-3{padding-left:1rem!important}.padding-4{padding:2rem!important}.padding-top-4,.padding-y-4{padding-top:2rem!important}.padding-right-4,.padding-x-4{padding-right:2rem!important}.padding-bottom-4,.padding-y-4{padding-bottom:2rem!important}.padding-left-4,.padding-x-4{padding-left:2rem!important}.padding-5{padding:4rem!important}.padding-top-5,.padding-y-5{padding-top:4rem!important}.padding-right-5,.padding-x-5{padding-right:4rem!important}.padding-bottom-5,.padding-y-5{padding-bottom:4rem!important}.padding-left-5,.padding-x-5{padding-left:4rem!important}.margin-n1{margin:-.25rem!important}.margin-top-n1,.margin-y-n1{margin-top:-.25rem!important}.margin-right-n1,.margin-x-n1{margin-right:-.25rem!important}.margin-bottom-n1,.margin-y-n1{margin-bottom:-.25rem!important}.margin-left-n1,.margin-x-n1{margin-left:-.25rem!important}.margin-n2{margin:-.5rem!important}.margin-top-n2,.margin-y-n2{margin-top:-.5rem!important}.margin-right-n2,.margin-x-n2{margin-right:-.5rem!important}.margin-bottom-n2,.margin-y-n2{margin-bottom:-.5rem!important}.margin-left-n2,.margin-x-n2{margin-left:-.5rem!important}.margin-n3{margin:-1rem!important}.margin-top-n3,.margin-y-n3{margin-top:-1rem!important}.margin-right-n3,.margin-x-n3{margin-right:-1rem!important}.margin-bottom-n3,.margin-y-n3{margin-bottom:-1rem!important}.margin-left-n3,.margin-x-n3{margin-left:-1rem!important}.margin-n4{margin:-2rem!important}.margin-top-n4,.margin-y-n4{margin-top:-2rem!important}.margin-right-n4,.margin-x-n4{margin-right:-2rem!important}.margin-bottom-n4,.margin-y-n4{margin-bottom:-2rem!important}.margin-left-n4,.margin-x-n4{margin-left:-2rem!important}.margin-n5{margin:-4rem!important}.margin-top-n5,.margin-y-n5{margin-top:-4rem!important}.margin-right-n5,.margin-x-n5{margin-right:-4rem!important}.margin-bottom-n5,.margin-y-n5{margin-bottom:-4rem!important}.margin-left-n5,.margin-x-n5{margin-left:-4rem!important}.margin-auto{margin:auto!important}.margin-top-auto,.margin-y-auto{margin-top:auto!important}.margin-right-auto,.margin-x-auto{margin-right:auto!important}.margin-bottom-auto,.margin-y-auto{margin-bottom:auto!important}.margin-left-auto,.margin-x-auto{margin-left:auto!important}@media (min-width:576px){.margin-sm-0{margin:0!important}.margin-top-sm-0,.margin-y-sm-0{margin-top:0!important}.margin-right-sm-0,.margin-x-sm-0{margin-right:0!important}.margin-bottom-sm-0,.margin-y-sm-0{margin-bottom:0!important}.margin-left-sm-0,.margin-x-sm-0{margin-left:0!important}.margin-sm-1{margin:.25rem!important}.margin-top-sm-1,.margin-y-sm-1{margin-top:.25rem!important}.margin-right-sm-1,.margin-x-sm-1{margin-right:.25rem!important}.margin-bottom-sm-1,.margin-y-sm-1{margin-bottom:.25rem!important}.margin-left-sm-1,.margin-x-sm-1{margin-left:.25rem!important}.margin-sm-2{margin:.5rem!important}.margin-top-sm-2,.margin-y-sm-2{margin-top:.5rem!important}.margin-right-sm-2,.margin-x-sm-2{margin-right:.5rem!important}.margin-bottom-sm-2,.margin-y-sm-2{margin-bottom:.5rem!important}.margin-left-sm-2,.margin-x-sm-2{margin-left:.5rem!important}.margin-sm-3{margin:1rem!important}.margin-top-sm-3,.margin-y-sm-3{margin-top:1rem!important}.margin-right-sm-3,.margin-x-sm-3{margin-right:1rem!important}.margin-bottom-sm-3,.margin-y-sm-3{margin-bottom:1rem!important}.margin-left-sm-3,.margin-x-sm-3{margin-left:1rem!important}.margin-sm-4{margin:2rem!important}.margin-top-sm-4,.margin-y-sm-4{margin-top:2rem!important}.margin-right-sm-4,.margin-x-sm-4{margin-right:2rem!important}.margin-bottom-sm-4,.margin-y-sm-4{margin-bottom:2rem!important}.margin-left-sm-4,.margin-x-sm-4{margin-left:2rem!important}.margin-sm-5{margin:4rem!important}.margin-top-sm-5,.margin-y-sm-5{margin-top:4rem!important}.margin-right-sm-5,.margin-x-sm-5{margin-right:4rem!important}.margin-bottom-sm-5,.margin-y-sm-5{margin-bottom:4rem!important}.margin-left-sm-5,.margin-x-sm-5{margin-left:4rem!important}.padding-sm-0{padding:0!important}.padding-top-sm-0,.padding-y-sm-0{padding-top:0!important}.padding-right-sm-0,.padding-x-sm-0{padding-right:0!important}.padding-bottom-sm-0,.padding-y-sm-0{padding-bottom:0!important}.padding-left-sm-0,.padding-x-sm-0{padding-left:0!important}.padding-sm-1{padding:.25rem!important}.padding-top-sm-1,.padding-y-sm-1{padding-top:.25rem!important}.padding-right-sm-1,.padding-x-sm-1{padding-right:.25rem!important}.padding-bottom-sm-1,.padding-y-sm-1{padding-bottom:.25rem!important}.padding-left-sm-1,.padding-x-sm-1{padding-left:.25rem!important}.padding-sm-2{padding:.5rem!important}.padding-top-sm-2,.padding-y-sm-2{padding-top:.5rem!important}.padding-right-sm-2,.padding-x-sm-2{padding-right:.5rem!important}.padding-bottom-sm-2,.padding-y-sm-2{padding-bottom:.5rem!important}.padding-left-sm-2,.padding-x-sm-2{padding-left:.5rem!important}.padding-sm-3{padding:1rem!important}.padding-top-sm-3,.padding-y-sm-3{padding-top:1rem!important}.padding-right-sm-3,.padding-x-sm-3{padding-right:1rem!important}.padding-bottom-sm-3,.padding-y-sm-3{padding-bottom:1rem!important}.padding-left-sm-3,.padding-x-sm-3{padding-left:1rem!important}.padding-sm-4{padding:2rem!important}.padding-top-sm-4,.padding-y-sm-4{padding-top:2rem!important}.padding-right-sm-4,.padding-x-sm-4{padding-right:2rem!important}.padding-bottom-sm-4,.padding-y-sm-4{padding-bottom:2rem!important}.padding-left-sm-4,.padding-x-sm-4{padding-left:2rem!important}.padding-sm-5{padding:4rem!important}.padding-top-sm-5,.padding-y-sm-5{padding-top:4rem!important}.padding-right-sm-5,.padding-x-sm-5{padding-right:4rem!important}.padding-bottom-sm-5,.padding-y-sm-5{padding-bottom:4rem!important}.padding-left-sm-5,.padding-x-sm-5{padding-left:4rem!important}.margin-sm-n1{margin:-.25rem!important}.margin-top-sm-n1,.margin-y-sm-n1{margin-top:-.25rem!important}.margin-right-sm-n1,.margin-x-sm-n1{margin-right:-.25rem!important}.margin-bottom-sm-n1,.margin-y-sm-n1{margin-bottom:-.25rem!important}.margin-left-sm-n1,.margin-x-sm-n1{margin-left:-.25rem!important}.margin-sm-n2{margin:-.5rem!important}.margin-top-sm-n2,.margin-y-sm-n2{margin-top:-.5rem!important}.margin-right-sm-n2,.margin-x-sm-n2{margin-right:-.5rem!important}.margin-bottom-sm-n2,.margin-y-sm-n2{margin-bottom:-.5rem!important}.margin-left-sm-n2,.margin-x-sm-n2{margin-left:-.5rem!important}.margin-sm-n3{margin:-1rem!important}.margin-top-sm-n3,.margin-y-sm-n3{margin-top:-1rem!important}.margin-right-sm-n3,.margin-x-sm-n3{margin-right:-1rem!important}.margin-bottom-sm-n3,.margin-y-sm-n3{margin-bottom:-1rem!important}.margin-left-sm-n3,.margin-x-sm-n3{margin-left:-1rem!important}.margin-sm-n4{margin:-2rem!important}.margin-top-sm-n4,.margin-y-sm-n4{margin-top:-2rem!important}.margin-right-sm-n4,.margin-x-sm-n4{margin-right:-2rem!important}.margin-bottom-sm-n4,.margin-y-sm-n4{margin-bottom:-2rem!important}.margin-left-sm-n4,.margin-x-sm-n4{margin-left:-2rem!important}.margin-sm-n5{margin:-4rem!important}.margin-top-sm-n5,.margin-y-sm-n5{margin-top:-4rem!important}.margin-right-sm-n5,.margin-x-sm-n5{margin-right:-4rem!important}.margin-bottom-sm-n5,.margin-y-sm-n5{margin-bottom:-4rem!important}.margin-left-sm-n5,.margin-x-sm-n5{margin-left:-4rem!important}.margin-sm-auto{margin:auto!important}.margin-top-sm-auto,.margin-y-sm-auto{margin-top:auto!important}.margin-right-sm-auto,.margin-x-sm-auto{margin-right:auto!important}.margin-bottom-sm-auto,.margin-y-sm-auto{margin-bottom:auto!important}.margin-left-sm-auto,.margin-x-sm-auto{margin-left:auto!important}}@media (min-width:768px){.margin-md-0{margin:0!important}.margin-top-md-0,.margin-y-md-0{margin-top:0!important}.margin-right-md-0,.margin-x-md-0{margin-right:0!important}.margin-bottom-md-0,.margin-y-md-0{margin-bottom:0!important}.margin-left-md-0,.margin-x-md-0{margin-left:0!important}.margin-md-1{margin:.25rem!important}.margin-top-md-1,.margin-y-md-1{margin-top:.25rem!important}.margin-right-md-1,.margin-x-md-1{margin-right:.25rem!important}.margin-bottom-md-1,.margin-y-md-1{margin-bottom:.25rem!important}.margin-left-md-1,.margin-x-md-1{margin-left:.25rem!important}.margin-md-2{margin:.5rem!important}.margin-top-md-2,.margin-y-md-2{margin-top:.5rem!important}.margin-right-md-2,.margin-x-md-2{margin-right:.5rem!important}.margin-bottom-md-2,.margin-y-md-2{margin-bottom:.5rem!important}.margin-left-md-2,.margin-x-md-2{margin-left:.5rem!important}.margin-md-3{margin:1rem!important}.margin-top-md-3,.margin-y-md-3{margin-top:1rem!important}.margin-right-md-3,.margin-x-md-3{margin-right:1rem!important}.margin-bottom-md-3,.margin-y-md-3{margin-bottom:1rem!important}.margin-left-md-3,.margin-x-md-3{margin-left:1rem!important}.margin-md-4{margin:2rem!important}.margin-top-md-4,.margin-y-md-4{margin-top:2rem!important}.margin-right-md-4,.margin-x-md-4{margin-right:2rem!important}.margin-bottom-md-4,.margin-y-md-4{margin-bottom:2rem!important}.margin-left-md-4,.margin-x-md-4{margin-left:2rem!important}.margin-md-5{margin:4rem!important}.margin-top-md-5,.margin-y-md-5{margin-top:4rem!important}.margin-right-md-5,.margin-x-md-5{margin-right:4rem!important}.margin-bottom-md-5,.margin-y-md-5{margin-bottom:4rem!important}.margin-left-md-5,.margin-x-md-5{margin-left:4rem!important}.padding-md-0{padding:0!important}.padding-top-md-0,.padding-y-md-0{padding-top:0!important}.padding-right-md-0,.padding-x-md-0{padding-right:0!important}.padding-bottom-md-0,.padding-y-md-0{padding-bottom:0!important}.padding-left-md-0,.padding-x-md-0{padding-left:0!important}.padding-md-1{padding:.25rem!important}.padding-top-md-1,.padding-y-md-1{padding-top:.25rem!important}.padding-right-md-1,.padding-x-md-1{padding-right:.25rem!important}.padding-bottom-md-1,.padding-y-md-1{padding-bottom:.25rem!important}.padding-left-md-1,.padding-x-md-1{padding-left:.25rem!important}.padding-md-2{padding:.5rem!important}.padding-top-md-2,.padding-y-md-2{padding-top:.5rem!important}.padding-right-md-2,.padding-x-md-2{padding-right:.5rem!important}.padding-bottom-md-2,.padding-y-md-2{padding-bottom:.5rem!important}.padding-left-md-2,.padding-x-md-2{padding-left:.5rem!important}.padding-md-3{padding:1rem!important}.padding-top-md-3,.padding-y-md-3{padding-top:1rem!important}.padding-right-md-3,.padding-x-md-3{padding-right:1rem!important}.padding-bottom-md-3,.padding-y-md-3{padding-bottom:1rem!important}.padding-left-md-3,.padding-x-md-3{padding-left:1rem!important}.padding-md-4{padding:2rem!important}.padding-top-md-4,.padding-y-md-4{padding-top:2rem!important}.padding-right-md-4,.padding-x-md-4{padding-right:2rem!important}.padding-bottom-md-4,.padding-y-md-4{padding-bottom:2rem!important}.padding-left-md-4,.padding-x-md-4{padding-left:2rem!important}.padding-md-5{padding:4rem!important}.padding-top-md-5,.padding-y-md-5{padding-top:4rem!important}.padding-right-md-5,.padding-x-md-5{padding-right:4rem!important}.padding-bottom-md-5,.padding-y-md-5{padding-bottom:4rem!important}.padding-left-md-5,.padding-x-md-5{padding-left:4rem!important}.margin-md-n1{margin:-.25rem!important}.margin-top-md-n1,.margin-y-md-n1{margin-top:-.25rem!important}.margin-right-md-n1,.margin-x-md-n1{margin-right:-.25rem!important}.margin-bottom-md-n1,.margin-y-md-n1{margin-bottom:-.25rem!important}.margin-left-md-n1,.margin-x-md-n1{margin-left:-.25rem!important}.margin-md-n2{margin:-.5rem!important}.margin-top-md-n2,.margin-y-md-n2{margin-top:-.5rem!important}.margin-right-md-n2,.margin-x-md-n2{margin-right:-.5rem!important}.margin-bottom-md-n2,.margin-y-md-n2{margin-bottom:-.5rem!important}.margin-left-md-n2,.margin-x-md-n2{margin-left:-.5rem!important}.margin-md-n3{margin:-1rem!important}.margin-top-md-n3,.margin-y-md-n3{margin-top:-1rem!important}.margin-right-md-n3,.margin-x-md-n3{margin-right:-1rem!important}.margin-bottom-md-n3,.margin-y-md-n3{margin-bottom:-1rem!important}.margin-left-md-n3,.margin-x-md-n3{margin-left:-1rem!important}.margin-md-n4{margin:-2rem!important}.margin-top-md-n4,.margin-y-md-n4{margin-top:-2rem!important}.margin-right-md-n4,.margin-x-md-n4{margin-right:-2rem!important}.margin-bottom-md-n4,.margin-y-md-n4{margin-bottom:-2rem!important}.margin-left-md-n4,.margin-x-md-n4{margin-left:-2rem!important}.margin-md-n5{margin:-4rem!important}.margin-top-md-n5,.margin-y-md-n5{margin-top:-4rem!important}.margin-right-md-n5,.margin-x-md-n5{margin-right:-4rem!important}.margin-bottom-md-n5,.margin-y-md-n5{margin-bottom:-4rem!important}.margin-left-md-n5,.margin-x-md-n5{margin-left:-4rem!important}.margin-md-auto{margin:auto!important}.margin-top-md-auto,.margin-y-md-auto{margin-top:auto!important}.margin-right-md-auto,.margin-x-md-auto{margin-right:auto!important}.margin-bottom-md-auto,.margin-y-md-auto{margin-bottom:auto!important}.margin-left-md-auto,.margin-x-md-auto{margin-left:auto!important}}@media (min-width:992px){.margin-lg-0{margin:0!important}.margin-top-lg-0,.margin-y-lg-0{margin-top:0!important}.margin-right-lg-0,.margin-x-lg-0{margin-right:0!important}.margin-bottom-lg-0,.margin-y-lg-0{margin-bottom:0!important}.margin-left-lg-0,.margin-x-lg-0{margin-left:0!important}.margin-lg-1{margin:.25rem!important}.margin-top-lg-1,.margin-y-lg-1{margin-top:.25rem!important}.margin-right-lg-1,.margin-x-lg-1{margin-right:.25rem!important}.margin-bottom-lg-1,.margin-y-lg-1{margin-bottom:.25rem!important}.margin-left-lg-1,.margin-x-lg-1{margin-left:.25rem!important}.margin-lg-2{margin:.5rem!important}.margin-top-lg-2,.margin-y-lg-2{margin-top:.5rem!important}.margin-right-lg-2,.margin-x-lg-2{margin-right:.5rem!important}.margin-bottom-lg-2,.margin-y-lg-2{margin-bottom:.5rem!important}.margin-left-lg-2,.margin-x-lg-2{margin-left:.5rem!important}.margin-lg-3{margin:1rem!important}.margin-top-lg-3,.margin-y-lg-3{margin-top:1rem!important}.margin-right-lg-3,.margin-x-lg-3{margin-right:1rem!important}.margin-bottom-lg-3,.margin-y-lg-3{margin-bottom:1rem!important}.margin-left-lg-3,.margin-x-lg-3{margin-left:1rem!important}.margin-lg-4{margin:2rem!important}.margin-top-lg-4,.margin-y-lg-4{margin-top:2rem!important}.margin-right-lg-4,.margin-x-lg-4{margin-right:2rem!important}.margin-bottom-lg-4,.margin-y-lg-4{margin-bottom:2rem!important}.margin-left-lg-4,.margin-x-lg-4{margin-left:2rem!important}.margin-lg-5{margin:4rem!important}.margin-top-lg-5,.margin-y-lg-5{margin-top:4rem!important}.margin-right-lg-5,.margin-x-lg-5{margin-right:4rem!important}.margin-bottom-lg-5,.margin-y-lg-5{margin-bottom:4rem!important}.margin-left-lg-5,.margin-x-lg-5{margin-left:4rem!important}.padding-lg-0{padding:0!important}.padding-top-lg-0,.padding-y-lg-0{padding-top:0!important}.padding-right-lg-0,.padding-x-lg-0{padding-right:0!important}.padding-bottom-lg-0,.padding-y-lg-0{padding-bottom:0!important}.padding-left-lg-0,.padding-x-lg-0{padding-left:0!important}.padding-lg-1{padding:.25rem!important}.padding-top-lg-1,.padding-y-lg-1{padding-top:.25rem!important}.padding-right-lg-1,.padding-x-lg-1{padding-right:.25rem!important}.padding-bottom-lg-1,.padding-y-lg-1{padding-bottom:.25rem!important}.padding-left-lg-1,.padding-x-lg-1{padding-left:.25rem!important}.padding-lg-2{padding:.5rem!important}.padding-top-lg-2,.padding-y-lg-2{padding-top:.5rem!important}.padding-right-lg-2,.padding-x-lg-2{padding-right:.5rem!important}.padding-bottom-lg-2,.padding-y-lg-2{padding-bottom:.5rem!important}.padding-left-lg-2,.padding-x-lg-2{padding-left:.5rem!important}.padding-lg-3{padding:1rem!important}.padding-top-lg-3,.padding-y-lg-3{padding-top:1rem!important}.padding-right-lg-3,.padding-x-lg-3{padding-right:1rem!important}.padding-bottom-lg-3,.padding-y-lg-3{padding-bottom:1rem!important}.padding-left-lg-3,.padding-x-lg-3{padding-left:1rem!important}.padding-lg-4{padding:2rem!important}.padding-top-lg-4,.padding-y-lg-4{padding-top:2rem!important}.padding-right-lg-4,.padding-x-lg-4{padding-right:2rem!important}.padding-bottom-lg-4,.padding-y-lg-4{padding-bottom:2rem!important}.padding-left-lg-4,.padding-x-lg-4{padding-left:2rem!important}.padding-lg-5{padding:4rem!important}.padding-top-lg-5,.padding-y-lg-5{padding-top:4rem!important}.padding-right-lg-5,.padding-x-lg-5{padding-right:4rem!important}.padding-bottom-lg-5,.padding-y-lg-5{padding-bottom:4rem!important}.padding-left-lg-5,.padding-x-lg-5{padding-left:4rem!important}.margin-lg-n1{margin:-.25rem!important}.margin-top-lg-n1,.margin-y-lg-n1{margin-top:-.25rem!important}.margin-right-lg-n1,.margin-x-lg-n1{margin-right:-.25rem!important}.margin-bottom-lg-n1,.margin-y-lg-n1{margin-bottom:-.25rem!important}.margin-left-lg-n1,.margin-x-lg-n1{margin-left:-.25rem!important}.margin-lg-n2{margin:-.5rem!important}.margin-top-lg-n2,.margin-y-lg-n2{margin-top:-.5rem!important}.margin-right-lg-n2,.margin-x-lg-n2{margin-right:-.5rem!important}.margin-bottom-lg-n2,.margin-y-lg-n2{margin-bottom:-.5rem!important}.margin-left-lg-n2,.margin-x-lg-n2{margin-left:-.5rem!important}.margin-lg-n3{margin:-1rem!important}.margin-top-lg-n3,.margin-y-lg-n3{margin-top:-1rem!important}.margin-right-lg-n3,.margin-x-lg-n3{margin-right:-1rem!important}.margin-bottom-lg-n3,.margin-y-lg-n3{margin-bottom:-1rem!important}.margin-left-lg-n3,.margin-x-lg-n3{margin-left:-1rem!important}.margin-lg-n4{margin:-2rem!important}.margin-top-lg-n4,.margin-y-lg-n4{margin-top:-2rem!important}.margin-right-lg-n4,.margin-x-lg-n4{margin-right:-2rem!important}.margin-bottom-lg-n4,.margin-y-lg-n4{margin-bottom:-2rem!important}.margin-left-lg-n4,.margin-x-lg-n4{margin-left:-2rem!important}.margin-lg-n5{margin:-4rem!important}.margin-top-lg-n5,.margin-y-lg-n5{margin-top:-4rem!important}.margin-right-lg-n5,.margin-x-lg-n5{margin-right:-4rem!important}.margin-bottom-lg-n5,.margin-y-lg-n5{margin-bottom:-4rem!important}.margin-left-lg-n5,.margin-x-lg-n5{margin-left:-4rem!important}.margin-lg-auto{margin:auto!important}.margin-top-lg-auto,.margin-y-lg-auto{margin-top:auto!important}.margin-right-lg-auto,.margin-x-lg-auto{margin-right:auto!important}.margin-bottom-lg-auto,.margin-y-lg-auto{margin-bottom:auto!important}.margin-left-lg-auto,.margin-x-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.margin-xl-0{margin:0!important}.margin-top-xl-0,.margin-y-xl-0{margin-top:0!important}.margin-right-xl-0,.margin-x-xl-0{margin-right:0!important}.margin-bottom-xl-0,.margin-y-xl-0{margin-bottom:0!important}.margin-left-xl-0,.margin-x-xl-0{margin-left:0!important}.margin-xl-1{margin:.25rem!important}.margin-top-xl-1,.margin-y-xl-1{margin-top:.25rem!important}.margin-right-xl-1,.margin-x-xl-1{margin-right:.25rem!important}.margin-bottom-xl-1,.margin-y-xl-1{margin-bottom:.25rem!important}.margin-left-xl-1,.margin-x-xl-1{margin-left:.25rem!important}.margin-xl-2{margin:.5rem!important}.margin-top-xl-2,.margin-y-xl-2{margin-top:.5rem!important}.margin-right-xl-2,.margin-x-xl-2{margin-right:.5rem!important}.margin-bottom-xl-2,.margin-y-xl-2{margin-bottom:.5rem!important}.margin-left-xl-2,.margin-x-xl-2{margin-left:.5rem!important}.margin-xl-3{margin:1rem!important}.margin-top-xl-3,.margin-y-xl-3{margin-top:1rem!important}.margin-right-xl-3,.margin-x-xl-3{margin-right:1rem!important}.margin-bottom-xl-3,.margin-y-xl-3{margin-bottom:1rem!important}.margin-left-xl-3,.margin-x-xl-3{margin-left:1rem!important}.margin-xl-4{margin:2rem!important}.margin-top-xl-4,.margin-y-xl-4{margin-top:2rem!important}.margin-right-xl-4,.margin-x-xl-4{margin-right:2rem!important}.margin-bottom-xl-4,.margin-y-xl-4{margin-bottom:2rem!important}.margin-left-xl-4,.margin-x-xl-4{margin-left:2rem!important}.margin-xl-5{margin:4rem!important}.margin-top-xl-5,.margin-y-xl-5{margin-top:4rem!important}.margin-right-xl-5,.margin-x-xl-5{margin-right:4rem!important}.margin-bottom-xl-5,.margin-y-xl-5{margin-bottom:4rem!important}.margin-left-xl-5,.margin-x-xl-5{margin-left:4rem!important}.padding-xl-0{padding:0!important}.padding-top-xl-0,.padding-y-xl-0{padding-top:0!important}.padding-right-xl-0,.padding-x-xl-0{padding-right:0!important}.padding-bottom-xl-0,.padding-y-xl-0{padding-bottom:0!important}.padding-left-xl-0,.padding-x-xl-0{padding-left:0!important}.padding-xl-1{padding:.25rem!important}.padding-top-xl-1,.padding-y-xl-1{padding-top:.25rem!important}.padding-right-xl-1,.padding-x-xl-1{padding-right:.25rem!important}.padding-bottom-xl-1,.padding-y-xl-1{padding-bottom:.25rem!important}.padding-left-xl-1,.padding-x-xl-1{padding-left:.25rem!important}.padding-xl-2{padding:.5rem!important}.padding-top-xl-2,.padding-y-xl-2{padding-top:.5rem!important}.padding-right-xl-2,.padding-x-xl-2{padding-right:.5rem!important}.padding-bottom-xl-2,.padding-y-xl-2{padding-bottom:.5rem!important}.padding-left-xl-2,.padding-x-xl-2{padding-left:.5rem!important}.padding-xl-3{padding:1rem!important}.padding-top-xl-3,.padding-y-xl-3{padding-top:1rem!important}.padding-right-xl-3,.padding-x-xl-3{padding-right:1rem!important}.padding-bottom-xl-3,.padding-y-xl-3{padding-bottom:1rem!important}.padding-left-xl-3,.padding-x-xl-3{padding-left:1rem!important}.padding-xl-4{padding:2rem!important}.padding-top-xl-4,.padding-y-xl-4{padding-top:2rem!important}.padding-right-xl-4,.padding-x-xl-4{padding-right:2rem!important}.padding-bottom-xl-4,.padding-y-xl-4{padding-bottom:2rem!important}.padding-left-xl-4,.padding-x-xl-4{padding-left:2rem!important}.padding-xl-5{padding:4rem!important}.padding-top-xl-5,.padding-y-xl-5{padding-top:4rem!important}.padding-right-xl-5,.padding-x-xl-5{padding-right:4rem!important}.padding-bottom-xl-5,.padding-y-xl-5{padding-bottom:4rem!important}.padding-left-xl-5,.padding-x-xl-5{padding-left:4rem!important}.margin-xl-n1{margin:-.25rem!important}.margin-top-xl-n1,.margin-y-xl-n1{margin-top:-.25rem!important}.margin-right-xl-n1,.margin-x-xl-n1{margin-right:-.25rem!important}.margin-bottom-xl-n1,.margin-y-xl-n1{margin-bottom:-.25rem!important}.margin-left-xl-n1,.margin-x-xl-n1{margin-left:-.25rem!important}.margin-xl-n2{margin:-.5rem!important}.margin-top-xl-n2,.margin-y-xl-n2{margin-top:-.5rem!important}.margin-right-xl-n2,.margin-x-xl-n2{margin-right:-.5rem!important}.margin-bottom-xl-n2,.margin-y-xl-n2{margin-bottom:-.5rem!important}.margin-left-xl-n2,.margin-x-xl-n2{margin-left:-.5rem!important}.margin-xl-n3{margin:-1rem!important}.margin-top-xl-n3,.margin-y-xl-n3{margin-top:-1rem!important}.margin-right-xl-n3,.margin-x-xl-n3{margin-right:-1rem!important}.margin-bottom-xl-n3,.margin-y-xl-n3{margin-bottom:-1rem!important}.margin-left-xl-n3,.margin-x-xl-n3{margin-left:-1rem!important}.margin-xl-n4{margin:-2rem!important}.margin-top-xl-n4,.margin-y-xl-n4{margin-top:-2rem!important}.margin-right-xl-n4,.margin-x-xl-n4{margin-right:-2rem!important}.margin-bottom-xl-n4,.margin-y-xl-n4{margin-bottom:-2rem!important}.margin-left-xl-n4,.margin-x-xl-n4{margin-left:-2rem!important}.margin-xl-n5{margin:-4rem!important}.margin-top-xl-n5,.margin-y-xl-n5{margin-top:-4rem!important}.margin-right-xl-n5,.margin-x-xl-n5{margin-right:-4rem!important}.margin-bottom-xl-n5,.margin-y-xl-n5{margin-bottom:-4rem!important}.margin-left-xl-n5,.margin-x-xl-n5{margin-left:-4rem!important}.margin-xl-auto{margin:auto!important}.margin-top-xl-auto,.margin-y-xl-auto{margin-top:auto!important}.margin-right-xl-auto,.margin-x-xl-auto{margin-right:auto!important}.margin-bottom-xl-auto,.margin-y-xl-auto{margin-bottom:auto!important}.margin-left-xl-auto,.margin-x-xl-auto{margin-left:auto!important}}.h1{font-size:2em}.h2{font-size:1.5em}.h3{font-size:1.17em}.h4{font-size:1em}.h5{font-size:.83em}.h6{font-size:.67em}.cursor-alias{cursor:alias}.cursor-all-scroll{cursor:all-scroll}.cursor-auto{cursor:auto}.cursor-cell{cursor:cell}.cursor-context-menu{cursor:context-menu}.cursor-col-resize{cursor:col-resize}.cursor-copy{cursor:copy}.cursor-crosshair{cursor:crosshair}.cursor-default{cursor:default}.cursor-e-resize{cursor:e-resize}.cursor-ew-resize{cursor:ew-resize}.cursor-grab{cursor:-webkit-grab;cursor:grab}.cursor-grabbing{cursor:-webkit-grabbing;cursor:grabbing}.cursor-help{cursor:help}.cursor-move{cursor:move}.cursor-n-resize{cursor:n-resize}.cursor-ne-resize{cursor:ne-resize}.cursor-nesw-resize{cursor:nesw-resize}.cursor-ns-resize{cursor:ns-resize}.cursor-nw-resize{cursor:nw-resize}.cursor-nwse-resize{cursor:nwse-resize}.cursor-no-drop{cursor:no-drop}.cursor-none{cursor:none}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-progress{cursor:progress}.cursor-row-resize{cursor:row-resize}.cursor-s-resize{cursor:s-resize}.cursor-se-resize{cursor:se-resize}.cursor-sw-resize{cursor:sw-resize}.cursor-text{cursor:text}.cursor-w-resize{cursor:w-resize}.cursor-wait{cursor:wait}.cursor-zoom-in{cursor:zoom-in}.cursor-zoom-out{cursor:zoom-out}.mat-tooltip{font-size:15px!important}body,html{height:100%}body{font-family:opens sans regular,sans-serif;margin:0;padding:0}iframe{border:none}.mat-badge-content{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px;font-weight:600}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 11.62px/20px Roboto,Helvetica Neue,sans-serif;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 9.38px/20px Roboto,Helvetica Neue,sans-serif;margin:0 0 12px}.mat-body-2,.mat-body-strong{font:500 14px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-body-1 p,.mat-body p,.mat-typography p{margin:0 0 12px}.mat-caption,.mat-small{font:400 12px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-button,.mat-fab,.mat-flat-button,.mat-icon-button,.mat-mini-fab,.mat-raised-button,.mat-stroked-button{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-button-toggle,.mat-card{font-family:Roboto,Helvetica Neue,sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-content,.mat-card-subtitle{font-size:14px}.mat-checkbox{font-family:Roboto,Helvetica Neue,sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-remove.mat-icon,.mat-chip .mat-chip-trailing-icon.mat-icon{font-size:18px}.mat-table{font-family:Roboto,Helvetica Neue,sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto,Helvetica Neue,sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Roboto,Helvetica Neue,sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field{font-family:Roboto,Helvetica Neue,sans-serif;font-size:inherit;font-weight:400;letter-spacing:normal;line-height:1.125}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{border-top:.84375em solid transparent;padding:.5em 0}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.mat-form-field-label-wrapper{padding-top:.84375em;top:-.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.79167em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{-ms-transform:translateY(-1.28125em) scale(.75);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{-ms-transform:translateY(-1.28124em) scale(.75);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-ms-transform:translateY(-1.28123em) scale(.75);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.66667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em}.mat-form-field-appearance-fill .mat-form-field-label{margin-top:-.5em;top:1.09375em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0}.mat-form-field-appearance-outline .mat-form-field-label{margin-top:-.25em;top:1.84375em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}.mat-grid-tile-footer,.mat-grid-tile-header{font-size:14px}.mat-grid-tile-footer .mat-line,.mat-grid-tile-header .mat-line{box-sizing:border-box;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-grid-tile-footer .mat-line:nth-child(n+2),.mat-grid-tile-header .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-.0625em}.mat-menu-item{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px}.mat-radio-button,.mat-select{font-family:Roboto,Helvetica Neue,sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content,.mat-slider-thumb-label-text{font-family:Roboto,Helvetica Neue,sans-serif}.mat-slider-thumb-label-text{font-size:12px;font-weight:500}.mat-stepper-horizontal,.mat-stepper-vertical{font-family:Roboto,Helvetica Neue,sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:400}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group,.mat-tab-label,.mat-tab-link{font-family:Roboto,Helvetica Neue,sans-serif}.mat-tab-label,.mat-tab-link{font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0}.mat-tooltip{font-family:Roboto,Helvetica Neue,sans-serif;font-size:10px;padding-bottom:6px;padding-top:6px}.mat-tooltip-handset{font-size:14px;padding-bottom:8px;padding-top:8px}.mat-list-item,.mat-list-option{font-family:Roboto,Helvetica Neue,sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{box-sizing:border-box;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{box-sizing:border-box;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{box-sizing:border-box;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2),.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{box-sizing:border-box;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto,Helvetica Neue,sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-simple-snackbar{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px}.mat-simple-snackbar-action{font-family:inherit;font-size:inherit;font-weight:500;line-height:1}.mat-tree{font-family:Roboto,Helvetica Neue,sans-serif}.mat-nested-tree-node,.mat-tree-node{font-size:14px;font-weight:400}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{border-radius:50%;pointer-events:none;position:absolute;transform:scale(0);transition:opacity,transform 0ms cubic-bezier(0,0,.2,1)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{-moz-appearance:none;-webkit-appearance:none;border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;outline:0;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.cdk-global-overlay-wrapper,.cdk-overlay-container{height:100%;left:0;pointer-events:none;top:0;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper,.cdk-overlay-pane{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{box-sizing:border-box;max-height:100%;max-width:100%;pointer-events:auto}.cdk-overlay-backdrop{-webkit-tap-highlight-color:transparent;bottom:0;left:0;opacity:0;pointer-events:auto;position:absolute;right:0;top:0;transition:opacity .4s cubic-bezier(.25,.8,.25,1);z-index:1000}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{display:flex;flex-direction:column;min-height:1px;min-width:1px;position:absolute;z-index:1000}.cdk-global-scrollblock{overflow-y:scroll;position:fixed;width:100%}@-webkit-keyframes cdk-text-field-autofill-start{\n /*!*/}@keyframes cdk-text-field-autofill-start{\n /*!*/}@-webkit-keyframes cdk-text-field-autofill-end{\n /*!*/}@keyframes cdk-text-field-autofill-end{\n /*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{-webkit-animation:cdk-text-field-autofill-start 0s 1ms;animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){-webkit-animation:cdk-text-field-autofill-end 0s 1ms;animation:cdk-text-field-autofill-end 0s 1ms}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{box-sizing:content-box!important;height:auto!important;overflow:hidden!important;padding:2px 0!important}textarea.cdk-textarea-autosize-measuring-firefox{box-sizing:content-box!important;height:0!important;padding:2px 0!important}.mat-focus-indicator,.mat-mdc-focus-indicator{position:relative}.header,.title{font-family:Encode Sans Condensed,sans-serif;font-weight:900}.paragraph-title,.tagline{font-family:Open Sans,sans-serif;font-weight:400}.paragraph-title-bold .tagLine-bold{font-family:Open Sans,sans-serif;font-weight:700}.plain-text,.remarks{font-family:Open Sans,sans-serif;font-weight:300}.plain-text-bold{font-family:Open Sans,sans-serif;font-weight:700}.flex-column{flex-direction:column}.flex-column,.flex-row{box-sizing:border-box;display:flex}.flex-row{flex-direction:row}.flex-row-center{align-items:center;justify-content:center}.mat-button-large{font-size:18px;font-weight:700;line-height:48px;padding:0 24px!important}.mat-round{border-radius:.5em}:root{--background:#050505;--cyan-accent:rgba(132,255,255,0.75);--green-accent:#00e676;--initial-accent:#9cd8d7;--initial-dark-background:#222;--initial-dark-text:hsla(0,0%,100%,0.87);--initial-light-background:#f2f2f2;--initial-light-background:#fff;--initial-light-text:rgba(0,0,0,0.87);--initial-primary:#4a918e;--initial-warn:#ef4351;--orange-accent:#ff9800;--pink-accent:#e91e63;--purple-accent:#9c27b0;--success:#00e676;--yellow-accent:#fdd835}body{background-color:var(--initial-dark-background)}::ng-deep .mat-tooltip{font-size:16px!important}:host .valid-control{color:var(--green-accent)}:host .invalid-control{color:var(--theme-warn-500)}:host .actions .item:not(:last-child){margin-right:0}:host .project-thumbnail img{height:50px;width:auto}:host .active{background-color:var(--theme-accent-400)}:host .active,:host .inactive{transition:background-color 1s linear}:host .inactive{background-color:rgba(242,245,169,0)}:host .expansion-panel{margin-bottom:10px;width:100%}:host .expansion-container{max-height:300px;overflow-y:auto}:host .divider-fill-vert{background-color:var(--theme-accent-500);bottom:10%;min-height:100%;min-width:5px;top:10%}:host .divider-fill-hor{background-color:var(--theme-accent-500);height:5px;width:100%}:host .form-disabled{background-color:#797979;border-radius:4px;opacity:.5}::ng-deep input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:hsla(0,0%,100%,.8705882352941177);-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}@media (max-width:768px){.spread{margin:1em!important}}@media (max-width:480px){.spread{margin:.5em!important}}.spinner-logo{display:none!important}.success{color:var(--success)}.error{color:var(--theme-warn-500)}.icon-bg{border-radius:50%;padding:3px}.name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:150px}"]
4093
4064
  },] }
4094
4065
  ];
4095
- BuildsComponent.ctorParameters = function () { return [
4096
- { type: ApplicationsFlowEventsService }
4097
- ]; };
4066
+ BuildsComponent.ctorParameters = function () { return []; };
4098
4067
  BuildsComponent.propDecorators = {
4099
4068
  Projects: [{ type: i0.Input, args: ['projects',] }]
4100
4069
  };
@@ -4138,9 +4107,9 @@
4138
4107
  };
4139
4108
 
4140
4109
  var ProjectNameComponent = /** @class */ (function () {
4141
- function ProjectNameComponent(formsService, appsFlowEventsSvc) {
4110
+ function ProjectNameComponent(formsService, eacSvc) {
4142
4111
  this.formsService = formsService;
4143
- this.appsFlowEventsSvc = appsFlowEventsSvc;
4112
+ this.eacSvc = eacSvc;
4144
4113
  }
4145
4114
  Object.defineProperty(ProjectNameComponent.prototype, "Description", {
4146
4115
  /**
@@ -4219,7 +4188,7 @@
4219
4188
  * Save form
4220
4189
  */
4221
4190
  ProjectNameComponent.prototype.save = function () {
4222
- this.appsFlowEventsSvc.SaveProjectAsCode({
4191
+ this.eacSvc.SaveProjectAsCode({
4223
4192
  ProjectLookup: this.ProjectLookup,
4224
4193
  Project: Object.assign(Object.assign({}, this.Project), { Project: Object.assign(Object.assign({}, (this.Project || {})), { Description: this.Description.value, Name: this.Name.value }) }),
4225
4194
  });
@@ -4265,7 +4234,7 @@
4265
4234
  ];
4266
4235
  ProjectNameComponent.ctorParameters = function () { return [
4267
4236
  { type: FormsService },
4268
- { type: ApplicationsFlowEventsService }
4237
+ { type: EaCService }
4269
4238
  ]; };
4270
4239
  ProjectNameComponent.propDecorators = {
4271
4240
  Project: [{ type: i0.Input, args: ['project',] }],
@@ -4273,9 +4242,9 @@
4273
4242
  };
4274
4243
 
4275
4244
  var RootDirectoryComponent = /** @class */ (function () {
4276
- function RootDirectoryComponent(formsService, appsFlowEventsSvc) {
4245
+ function RootDirectoryComponent(formsService, eacSvc) {
4277
4246
  this.formsService = formsService;
4278
- this.appsFlowEventsSvc = appsFlowEventsSvc;
4247
+ this.eacSvc = eacSvc;
4279
4248
  }
4280
4249
  Object.defineProperty(RootDirectoryComponent.prototype, "Root", {
4281
4250
  /**
@@ -4349,7 +4318,7 @@
4349
4318
  * Save form
4350
4319
  */
4351
4320
  RootDirectoryComponent.prototype.save = function () {
4352
- this.appsFlowEventsSvc.SaveProjectAsCode({
4321
+ this.eacSvc.SaveProjectAsCode({
4353
4322
  ProjectLookup: this.ProjectLookup,
4354
4323
  Project: Object.assign({}, this.Project),
4355
4324
  });
@@ -4384,7 +4353,7 @@
4384
4353
  ];
4385
4354
  RootDirectoryComponent.ctorParameters = function () { return [
4386
4355
  { type: FormsService },
4387
- { type: ApplicationsFlowEventsService }
4356
+ { type: EaCService }
4388
4357
  ]; };
4389
4358
  RootDirectoryComponent.propDecorators = {
4390
4359
  Project: [{ type: i0.Input, args: ['project',] }],
@@ -4392,9 +4361,9 @@
4392
4361
  };
4393
4362
 
4394
4363
  var BaseFormComponent = /** @class */ (function () {
4395
- function BaseFormComponent(formsService, appsFlowEventsSvc) {
4364
+ function BaseFormComponent(formsService, eac) {
4396
4365
  this.formsService = formsService;
4397
- this.appsFlowEventsSvc = appsFlowEventsSvc;
4366
+ this.eac = eac;
4398
4367
  }
4399
4368
  BaseFormComponent.prototype.ngOnInit = function () {
4400
4369
  this.setupForm();
@@ -4448,7 +4417,7 @@
4448
4417
  ];
4449
4418
  BaseFormComponent.ctorParameters = function () { return [
4450
4419
  { type: FormsService },
4451
- { type: ApplicationsFlowEventsService }
4420
+ { type: EaCService }
4452
4421
  ]; };
4453
4422
 
4454
4423
  var BaseFormConfigModel = /** @class */ (function () {
@@ -4460,10 +4429,10 @@
4460
4429
 
4461
4430
  var BaseFormTestComponent = /** @class */ (function (_super) {
4462
4431
  __extends(BaseFormTestComponent, _super);
4463
- function BaseFormTestComponent(formsService, appsFlowEventsSvc) {
4464
- var _this = _super.call(this, formsService, appsFlowEventsSvc) || this;
4432
+ function BaseFormTestComponent(formsService, eacSvc) {
4433
+ var _this = _super.call(this, formsService, eacSvc) || this;
4465
4434
  _this.formsService = formsService;
4466
- _this.appsFlowEventsSvc = appsFlowEventsSvc;
4435
+ _this.eacSvc = eacSvc;
4467
4436
  return _this;
4468
4437
  }
4469
4438
  Object.defineProperty(BaseFormTestComponent.prototype, "Description", {
@@ -4546,7 +4515,7 @@
4546
4515
  ];
4547
4516
  BaseFormTestComponent.ctorParameters = function () { return [
4548
4517
  { type: FormsService },
4549
- { type: ApplicationsFlowEventsService }
4518
+ { type: EaCService }
4550
4519
  ]; };
4551
4520
 
4552
4521
  var GitAuthComponent = /** @class */ (function () {
@@ -5556,7 +5525,6 @@
5556
5525
  ProjectService,
5557
5526
  NPMService,
5558
5527
  FormsService,
5559
- ApplicationsFlowEventsService,
5560
5528
  EaCService
5561
5529
  ],
5562
5530
  };
@@ -5771,39 +5739,42 @@
5771
5739
  exports.ProjectService = ProjectService;
5772
5740
  exports.RootDirectoryComponent = RootDirectoryComponent;
5773
5741
  exports.SELECTOR_APPLICATIONS_FLOW_PROJECTS_ELEMENT = SELECTOR_APPLICATIONS_FLOW_PROJECTS_ELEMENT;
5742
+ exports.SaveApplicationAsCodeEventRequest = SaveApplicationAsCodeEventRequest;
5743
+ exports.SaveDFSModifierEventRequest = SaveDFSModifierEventRequest;
5744
+ exports.SaveEnvironmentAsCodeEventRequest = SaveEnvironmentAsCodeEventRequest;
5745
+ exports.SaveProjectAsCodeEventRequest = SaveProjectAsCodeEventRequest;
5774
5746
  exports.SourceControlFormControlsComponent = SourceControlFormControlsComponent;
5775
5747
  exports.ThreeColumnComponent = ThreeColumnComponent;
5776
5748
  exports.UnpackLowCodeUnitRequest = UnpackLowCodeUnitRequest;
5777
- exports.ɵa = ApplicationsFlowEventsService;
5778
- exports.ɵb = DynamicTabsComponent;
5779
- exports.ɵba = ProcessorDetailsFormComponent;
5780
- exports.ɵbb = SourceControlFormComponent;
5781
- exports.ɵbc = BuildPipelineFormComponent;
5782
- exports.ɵbd = DevopsSourceControlFormComponent;
5783
- exports.ɵc = HeaderComponent;
5784
- exports.ɵd = ProjectTabsComponent;
5785
- exports.ɵe = GeneralComponent;
5786
- exports.ɵf = DomainsComponent;
5787
- exports.ɵg = ProjectItemsComponent;
5788
- exports.ɵh = BuildsComponent;
5789
- exports.ɵi = RecentActivitiesComponent;
5790
- exports.ɵj = FormCardComponent;
5791
- exports.ɵk = BaseFormComponent;
5792
- exports.ɵl = BaseFormTestComponent;
5793
- exports.ɵm = AppsFlowComponent;
5794
- exports.ɵn = DevOpsComponent;
5795
- exports.ɵo = DFSModifiersComponent;
5796
- exports.ɵp = NpmPackageSelectComponent;
5797
- exports.ɵq = ColumnInfoCardComponent;
5798
- exports.ɵr = SlottedCardComponent;
5799
- exports.ɵs = ProjectInfoCardComponent;
5800
- exports.ɵt = AnalyticsCardComponent;
5801
- exports.ɵu = FeedCardSmComponent;
5802
- exports.ɵv = GhControlComponent;
5803
- exports.ɵw = MainFeedCardComponent;
5804
- exports.ɵx = TwoColumnHeaderComponent;
5805
- exports.ɵy = CardCarouselComponent;
5806
- exports.ɵz = SecurityToggleComponent;
5749
+ exports.ɵa = DynamicTabsComponent;
5750
+ exports.ɵb = HeaderComponent;
5751
+ exports.ɵba = SourceControlFormComponent;
5752
+ exports.ɵbb = BuildPipelineFormComponent;
5753
+ exports.ɵbc = DevopsSourceControlFormComponent;
5754
+ exports.ɵc = ProjectTabsComponent;
5755
+ exports.ɵd = GeneralComponent;
5756
+ exports.ɵe = DomainsComponent;
5757
+ exports.ɵf = ProjectItemsComponent;
5758
+ exports.ɵg = BuildsComponent;
5759
+ exports.ɵh = RecentActivitiesComponent;
5760
+ exports.ɵi = FormCardComponent;
5761
+ exports.ɵj = BaseFormComponent;
5762
+ exports.ɵk = BaseFormTestComponent;
5763
+ exports.ɵl = AppsFlowComponent;
5764
+ exports.ɵm = DevOpsComponent;
5765
+ exports.ɵn = DFSModifiersComponent;
5766
+ exports.ɵo = NpmPackageSelectComponent;
5767
+ exports.ɵp = ColumnInfoCardComponent;
5768
+ exports.ɵq = SlottedCardComponent;
5769
+ exports.ɵr = ProjectInfoCardComponent;
5770
+ exports.ɵs = AnalyticsCardComponent;
5771
+ exports.ɵt = FeedCardSmComponent;
5772
+ exports.ɵu = GhControlComponent;
5773
+ exports.ɵv = MainFeedCardComponent;
5774
+ exports.ɵw = TwoColumnHeaderComponent;
5775
+ exports.ɵx = CardCarouselComponent;
5776
+ exports.ɵy = SecurityToggleComponent;
5777
+ exports.ɵz = ProcessorDetailsFormComponent;
5807
5778
 
5808
5779
  Object.defineProperty(exports, '__esModule', { value: true });
5809
5780