@lowcodeunit/applications-flow-common 1.33.93-lets-get-social-ish → 1.33.99-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.
- package/bundles/lowcodeunit-applications-flow-common.umd.js +1149 -493
- package/bundles/lowcodeunit-applications-flow-common.umd.js.map +1 -1
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js +2 -2
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js.map +1 -1
- package/esm2015/lcu.api.js +2 -1
- package/esm2015/lib/applications-flow.module.js +22 -6
- package/esm2015/lib/controls/build-pipeline-form/build-pipeline-form.component.js +69 -0
- package/esm2015/lib/controls/devops-source-control-form/devops-source-control-form.component.js +418 -0
- package/esm2015/lib/controls/processor-details-form/processor-details-form.component.js +2 -2
- package/esm2015/lib/dialogs/build-pipeline-dialog/build-pipeline-dialog.component.js +22 -0
- package/esm2015/lib/dialogs/source-control-dialog/source-control-dialog.component.js +22 -0
- package/esm2015/lib/elements/base-form/base-form.component.js +5 -5
- package/esm2015/lib/elements/projects/controls/builds/builds.component.js +4 -9
- package/esm2015/lib/elements/projects/controls/create-project-wizard/create-project-wizard.component.js +6 -6
- package/esm2015/lib/elements/projects/controls/forms/source-control/source-control.component.js +3 -6
- package/esm2015/lib/elements/projects/controls/header/header.component.js +7 -7
- package/esm2015/lib/elements/projects/controls/hosting-details-form-group/hosting-details-form-group.component.js +1 -1
- package/esm2015/lib/elements/projects/controls/project-items/project-items.component.js +7 -7
- package/esm2015/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.js +8 -10
- package/esm2015/lib/elements/projects/controls/tabs/devops/devops.component.js +7 -7
- package/esm2015/lib/elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component.js +7 -7
- package/esm2015/lib/elements/projects/controls/tabs/domains/domains.component.js +6 -6
- package/esm2015/lib/elements/projects/controls/tabs/general/forms/base-form-test/base-form-test.component.js +6 -6
- package/esm2015/lib/elements/projects/controls/tabs/general/forms/project-details/project-details.component.js +6 -6
- package/esm2015/lib/elements/projects/controls/tabs/general/forms/root-directory/root-directory.component.js +6 -6
- package/esm2015/lib/elements/projects/projects.component.js +16 -143
- package/esm2015/lib/services/eac.service.js +217 -0
- package/esm2015/lowcodeunit-applications-flow-common.js +32 -29
- package/fesm2015/lowcodeunit-applications-flow-common.js +765 -239
- package/fesm2015/lowcodeunit-applications-flow-common.js.map +1 -1
- package/lcu.api.d.ts +1 -0
- package/lcu.api.d.ts.map +1 -1
- package/lib/applications-flow.module.d.ts.map +1 -1
- package/lib/controls/build-pipeline-form/build-pipeline-form.component.d.ts +28 -0
- package/lib/controls/build-pipeline-form/build-pipeline-form.component.d.ts.map +1 -0
- package/lib/controls/devops-source-control-form/devops-source-control-form.component.d.ts +75 -0
- package/lib/controls/devops-source-control-form/devops-source-control-form.component.d.ts.map +1 -0
- package/lib/dialogs/build-pipeline-dialog/build-pipeline-dialog.component.d.ts +14 -0
- package/lib/dialogs/build-pipeline-dialog/build-pipeline-dialog.component.d.ts.map +1 -0
- package/lib/dialogs/source-control-dialog/source-control-dialog.component.d.ts +14 -0
- package/lib/dialogs/source-control-dialog/source-control-dialog.component.d.ts.map +1 -0
- package/lib/elements/base-form/base-form.component.d.ts +3 -3
- package/lib/elements/base-form/base-form.component.d.ts.map +1 -1
- package/lib/elements/projects/controls/builds/builds.component.d.ts +1 -3
- package/lib/elements/projects/controls/builds/builds.component.d.ts.map +1 -1
- package/lib/elements/projects/controls/create-project-wizard/create-project-wizard.component.d.ts +3 -3
- package/lib/elements/projects/controls/create-project-wizard/create-project-wizard.component.d.ts.map +1 -1
- package/lib/elements/projects/controls/forms/source-control/source-control.component.d.ts +1 -3
- package/lib/elements/projects/controls/forms/source-control/source-control.component.d.ts.map +1 -1
- package/lib/elements/projects/controls/header/header.component.d.ts +3 -3
- package/lib/elements/projects/controls/header/header.component.d.ts.map +1 -1
- package/lib/elements/projects/controls/hosting-details-form-group/hosting-details-form-group.component.d.ts.map +1 -1
- package/lib/elements/projects/controls/project-items/project-items.component.d.ts +3 -3
- package/lib/elements/projects/controls/project-items/project-items.component.d.ts.map +1 -1
- package/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.d.ts +3 -3
- package/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.d.ts.map +1 -1
- package/lib/elements/projects/controls/tabs/devops/devops.component.d.ts +3 -3
- package/lib/elements/projects/controls/tabs/devops/devops.component.d.ts.map +1 -1
- package/lib/elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component.d.ts +3 -3
- package/lib/elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component.d.ts.map +1 -1
- package/lib/elements/projects/controls/tabs/domains/domains.component.d.ts +3 -3
- package/lib/elements/projects/controls/tabs/domains/domains.component.d.ts.map +1 -1
- package/lib/elements/projects/controls/tabs/general/forms/base-form-test/base-form-test.component.d.ts +3 -3
- package/lib/elements/projects/controls/tabs/general/forms/base-form-test/base-form-test.component.d.ts.map +1 -1
- package/lib/elements/projects/controls/tabs/general/forms/project-details/project-details.component.d.ts +3 -3
- package/lib/elements/projects/controls/tabs/general/forms/project-details/project-details.component.d.ts.map +1 -1
- package/lib/elements/projects/controls/tabs/general/forms/root-directory/root-directory.component.d.ts +3 -3
- package/lib/elements/projects/controls/tabs/general/forms/root-directory/root-directory.component.d.ts.map +1 -1
- package/lib/elements/projects/projects.component.d.ts +4 -11
- package/lib/elements/projects/projects.component.d.ts.map +1 -1
- package/lib/services/eac.service.d.ts +54 -0
- package/lib/services/eac.service.d.ts.map +1 -0
- package/lowcodeunit-applications-flow-common.d.ts +31 -28
- package/lowcodeunit-applications-flow-common.d.ts.map +1 -1
- package/lowcodeunit-applications-flow-common.metadata.json +1 -1
- package/package.json +1 -1
- package/esm2015/lib/services/applications-flow-events.service.js +0 -83
- package/lib/services/applications-flow-events.service.d.ts +0 -58
- package/lib/services/applications-flow-events.service.d.ts.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('rxjs'), require('@angular/common/http'), require('@lcu/common'), require('@angular/forms'), require('@angular/flex-layout'), require('@lowcodeunit/app-host-common'), require('@angular/cdk/keycodes'), require('rxjs/operators'), require('@angular/cdk/layout'), require('@angular/material/tooltip'), require('@angular/material/slide-toggle')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@lowcodeunit/applications-flow-common', ['exports', '@angular/core', 'rxjs', '@angular/common/http', '@lcu/common', '@angular/forms', '@angular/flex-layout', '@lowcodeunit/app-host-common', '@angular/cdk/keycodes', 'rxjs/operators', '@angular/cdk/layout', '@angular/material/tooltip', '@angular/material/slide-toggle'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.lowcodeunit = global.lowcodeunit || {}, global.lowcodeunit['applications-flow-common'] = {}), global.ng.core, global.rxjs, global.ng.common.http, global.i2, global.ng.forms, global.ng.flexLayout, global.appHostCommon, global.ng.cdk.keycodes, global.rxjs.operators, global.ng.cdk.layout, global.ng.material.tooltip, global.ng.material.slideToggle));
|
|
5
|
-
}(this, (function (exports, i0, rxjs, i1, i2, forms, flexLayout, appHostCommon, keycodes, operators, layout, tooltip, slideToggle) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('rxjs'), require('@angular/common/http'), require('@lcu/common'), require('@angular/forms'), require('@angular/flex-layout'), require('@lowcodeunit/app-host-common'), require('@angular/cdk/keycodes'), require('rxjs/operators'), require('@angular/cdk/layout'), require('@angular/material/tooltip'), require('@angular/material/slide-toggle'), require('@angular/material/dialog')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@lowcodeunit/applications-flow-common', ['exports', '@angular/core', 'rxjs', '@angular/common/http', '@lcu/common', '@angular/forms', '@angular/flex-layout', '@lowcodeunit/app-host-common', '@angular/cdk/keycodes', 'rxjs/operators', '@angular/cdk/layout', '@angular/material/tooltip', '@angular/material/slide-toggle', '@angular/material/dialog'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.lowcodeunit = global.lowcodeunit || {}, global.lowcodeunit['applications-flow-common'] = {}), global.ng.core, global.rxjs, global.ng.common.http, global.i2, global.ng.forms, global.ng.flexLayout, global.appHostCommon, global.ng.cdk.keycodes, global.rxjs.operators, global.ng.cdk.layout, global.ng.material.tooltip, global.ng.material.slideToggle, global.ng.material.dialog));
|
|
5
|
+
}(this, (function (exports, i0, rxjs, i1, i2, forms, flexLayout, appHostCommon, keycodes, operators, layout, tooltip, slideToggle, dialog) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation.
|
|
@@ -1189,544 +1189,591 @@
|
|
|
1189
1189
|
}
|
|
1190
1190
|
return SaveProjectAsCodeEventRequest;
|
|
1191
1191
|
}());
|
|
1192
|
-
var
|
|
1193
|
-
// Constructors
|
|
1194
|
-
function ApplicationsFlowEventsService() {
|
|
1195
|
-
this.DeleteApplicationEvent = new i0.EventEmitter();
|
|
1196
|
-
this.DeleteDevOpsActionEvent = new i0.EventEmitter();
|
|
1197
|
-
this.DeleteProjectEvent = new i0.EventEmitter();
|
|
1198
|
-
this.DeleteSourceControlEvent = new i0.EventEmitter();
|
|
1199
|
-
this.EnsureUserEnterpriseEvent = new i0.EventEmitter();
|
|
1200
|
-
this.LoadEnterpriseAsCodeEvent = new i0.EventEmitter();
|
|
1201
|
-
this.SaveApplicationAsCodeEvent = new i0.EventEmitter();
|
|
1202
|
-
this.SaveDFSModifierEvent = new i0.EventEmitter();
|
|
1203
|
-
this.SaveEnterpriseAsCodeEvent = new i0.EventEmitter();
|
|
1204
|
-
this.SaveEnvironmentAsCodeEvent = new i0.EventEmitter();
|
|
1205
|
-
this.SaveProjectAsCodeEvent = new i0.EventEmitter();
|
|
1206
|
-
this.SetCreatingProjectEvent = new i0.EventEmitter();
|
|
1207
|
-
this.SetEditProjectSettingsEvent = new i0.EventEmitter();
|
|
1208
|
-
this.UnpackLowCodeUnitEvent = new i0.EventEmitter();
|
|
1209
|
-
}
|
|
1210
|
-
// API Methods
|
|
1211
|
-
ApplicationsFlowEventsService.prototype.DeleteApplication = function (appLookup) {
|
|
1212
|
-
this.DeleteApplicationEvent.emit(appLookup);
|
|
1213
|
-
};
|
|
1214
|
-
ApplicationsFlowEventsService.prototype.DeleteDevOpsAction = function (doaLookup) {
|
|
1215
|
-
this.DeleteDevOpsActionEvent.emit(doaLookup);
|
|
1216
|
-
};
|
|
1217
|
-
ApplicationsFlowEventsService.prototype.DeleteProject = function (projectLookup) {
|
|
1218
|
-
this.DeleteProjectEvent.emit(projectLookup);
|
|
1219
|
-
};
|
|
1220
|
-
ApplicationsFlowEventsService.prototype.DeleteSourceControl = function (scLookup) {
|
|
1221
|
-
this.DeleteSourceControlEvent.emit(scLookup);
|
|
1222
|
-
};
|
|
1223
|
-
ApplicationsFlowEventsService.prototype.EnsureUserEnterprise = function () {
|
|
1224
|
-
this.EnsureUserEnterpriseEvent.emit();
|
|
1225
|
-
};
|
|
1226
|
-
// public ListProjects(withLoading: boolean): void {
|
|
1227
|
-
// this.ListProjectsEvent.emit(withLoading);
|
|
1228
|
-
// }
|
|
1229
|
-
ApplicationsFlowEventsService.prototype.LoadEnterpriseAsCode = function () {
|
|
1230
|
-
this.LoadEnterpriseAsCodeEvent.emit();
|
|
1231
|
-
};
|
|
1232
|
-
ApplicationsFlowEventsService.prototype.SaveApplicationAsCode = function (req) {
|
|
1233
|
-
this.SaveApplicationAsCodeEvent.emit(req);
|
|
1234
|
-
};
|
|
1235
|
-
ApplicationsFlowEventsService.prototype.SaveDFSModifier = function (req) {
|
|
1236
|
-
this.SaveDFSModifierEvent.emit(req);
|
|
1237
|
-
};
|
|
1238
|
-
ApplicationsFlowEventsService.prototype.SaveEnterpriseAsCode = function (eac) {
|
|
1239
|
-
this.SaveEnterpriseAsCodeEvent.emit(eac);
|
|
1240
|
-
};
|
|
1241
|
-
ApplicationsFlowEventsService.prototype.SaveEnvironmentAsCode = function (req) {
|
|
1242
|
-
this.SaveEnvironmentAsCodeEvent.emit(req);
|
|
1243
|
-
};
|
|
1244
|
-
ApplicationsFlowEventsService.prototype.SaveProjectAsCode = function (req) {
|
|
1245
|
-
this.SaveProjectAsCodeEvent.emit(req);
|
|
1246
|
-
};
|
|
1247
|
-
ApplicationsFlowEventsService.prototype.SetCreatingProject = function (creatingProject) {
|
|
1248
|
-
this.SetCreatingProjectEvent.emit(creatingProject);
|
|
1249
|
-
};
|
|
1250
|
-
ApplicationsFlowEventsService.prototype.SetEditProjectSettings = function (projectLookup) {
|
|
1251
|
-
this.SetEditProjectSettingsEvent.emit(projectLookup);
|
|
1252
|
-
};
|
|
1253
|
-
ApplicationsFlowEventsService.prototype.UnpackLowCodeUnit = function (req) {
|
|
1254
|
-
this.UnpackLowCodeUnitEvent.emit(req);
|
|
1255
|
-
};
|
|
1256
|
-
return ApplicationsFlowEventsService;
|
|
1257
|
-
}());
|
|
1258
|
-
ApplicationsFlowEventsService.ɵprov = i0.ɵɵdefineInjectable({ factory: function ApplicationsFlowEventsService_Factory() { return new ApplicationsFlowEventsService(); }, token: ApplicationsFlowEventsService, providedIn: "root" });
|
|
1259
|
-
ApplicationsFlowEventsService.decorators = [
|
|
1260
|
-
{ type: i0.Injectable, args: [{
|
|
1261
|
-
providedIn: 'root',
|
|
1262
|
-
},] }
|
|
1263
|
-
];
|
|
1264
|
-
ApplicationsFlowEventsService.ctorParameters = function () { return []; };
|
|
1265
|
-
|
|
1266
|
-
var ApplicationsFlowProjectsElementState = /** @class */ (function () {
|
|
1267
|
-
function ApplicationsFlowProjectsElementState() {
|
|
1268
|
-
}
|
|
1269
|
-
return ApplicationsFlowProjectsElementState;
|
|
1270
|
-
}());
|
|
1271
|
-
var ApplicationsFlowProjectsContext = /** @class */ (function (_super) {
|
|
1272
|
-
__extends(ApplicationsFlowProjectsContext, _super);
|
|
1273
|
-
function ApplicationsFlowProjectsContext() {
|
|
1274
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1275
|
-
}
|
|
1276
|
-
return ApplicationsFlowProjectsContext;
|
|
1277
|
-
}(i2.LCUElementContext));
|
|
1278
|
-
var SELECTOR_APPLICATIONS_FLOW_PROJECTS_ELEMENT = 'applications-flow-projects-element';
|
|
1279
|
-
var ApplicationsFlowProjectsElementComponent = /** @class */ (function (_super) {
|
|
1280
|
-
__extends(ApplicationsFlowProjectsElementComponent, _super);
|
|
1192
|
+
var EaCService = /** @class */ (function () {
|
|
1281
1193
|
// Constructors
|
|
1282
|
-
function
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
_this.appsFlowSvc = appsFlowSvc;
|
|
1286
|
-
_this.projectService = projectService;
|
|
1287
|
-
_this.appsFlowEventsSvc = appsFlowEventsSvc;
|
|
1288
|
-
_this.State = new ApplicationsFlowState();
|
|
1289
|
-
_this.setServices();
|
|
1290
|
-
return _this;
|
|
1194
|
+
function EaCService(projectService) {
|
|
1195
|
+
this.projectService = projectService;
|
|
1196
|
+
this.State = new ApplicationsFlowState();
|
|
1291
1197
|
}
|
|
1292
|
-
Object.defineProperty(
|
|
1293
|
-
//
|
|
1294
|
-
get: function () {
|
|
1295
|
-
var _a, _b;
|
|
1296
|
-
return (_b = (_a = this.State) === null || _a === void 0 ? void 0 : _a.EaC) === null || _b === void 0 ? void 0 : _b.Environments[this.ActiveEnvironmentLookup];
|
|
1297
|
-
},
|
|
1298
|
-
enumerable: false,
|
|
1299
|
-
configurable: true
|
|
1300
|
-
});
|
|
1301
|
-
Object.defineProperty(ApplicationsFlowProjectsElementComponent.prototype, "ActiveEnvironmentLookup", {
|
|
1302
|
-
get: function () {
|
|
1303
|
-
var _a, _b;
|
|
1304
|
-
// TODO: Eventually support multiple environments
|
|
1305
|
-
var envLookups = Object.keys(((_b = (_a = this.State) === null || _a === void 0 ? void 0 : _a.EaC) === null || _b === void 0 ? void 0 : _b.Environments) || {});
|
|
1306
|
-
return envLookups[0];
|
|
1307
|
-
},
|
|
1308
|
-
enumerable: false,
|
|
1309
|
-
configurable: true
|
|
1310
|
-
});
|
|
1311
|
-
Object.defineProperty(ApplicationsFlowProjectsElementComponent.prototype, "CreatingProject", {
|
|
1198
|
+
Object.defineProperty(EaCService.prototype, "CreatingProject", {
|
|
1199
|
+
// API Methods
|
|
1312
1200
|
get: function () {
|
|
1313
1201
|
return this.projectService.CreatingProject;
|
|
1314
1202
|
},
|
|
1315
1203
|
enumerable: false,
|
|
1316
1204
|
configurable: true
|
|
1317
1205
|
});
|
|
1318
|
-
|
|
1319
|
-
get: function () {
|
|
1320
|
-
var _a, _b, _c, _d;
|
|
1321
|
-
return ((_b = (_a = this.State) === null || _a === void 0 ? void 0 : _a.EaC) === null || _b === void 0 ? void 0 : _b.Projects) ? (_d = (_c = this.State) === null || _c === void 0 ? void 0 : _c.EaC) === null || _d === void 0 ? void 0 : _d.Projects[this.EditingProjectLookup] : null;
|
|
1322
|
-
},
|
|
1323
|
-
enumerable: false,
|
|
1324
|
-
configurable: true
|
|
1325
|
-
});
|
|
1326
|
-
Object.defineProperty(ApplicationsFlowProjectsElementComponent.prototype, "EditingProjectLookup", {
|
|
1327
|
-
get: function () {
|
|
1328
|
-
return this.projectService.EditingProjectLookup;
|
|
1329
|
-
},
|
|
1330
|
-
enumerable: false,
|
|
1331
|
-
configurable: true
|
|
1332
|
-
});
|
|
1333
|
-
Object.defineProperty(ApplicationsFlowProjectsElementComponent.prototype, "ProjectLookups", {
|
|
1334
|
-
get: function () {
|
|
1335
|
-
var _a, _b;
|
|
1336
|
-
return Object.keys(((_b = (_a = this.State) === null || _a === void 0 ? void 0 : _a.EaC) === null || _b === void 0 ? void 0 : _b.Projects) || {});
|
|
1337
|
-
},
|
|
1338
|
-
enumerable: false,
|
|
1339
|
-
configurable: true
|
|
1340
|
-
});
|
|
1341
|
-
// Life Cycle
|
|
1342
|
-
ApplicationsFlowProjectsElementComponent.prototype.ngOnDestroy = function () { };
|
|
1343
|
-
ApplicationsFlowProjectsElementComponent.prototype.ngOnInit = function () {
|
|
1344
|
-
_super.prototype.ngOnInit.call(this);
|
|
1345
|
-
this.handleStateChange().then(function (eac) { });
|
|
1346
|
-
// this.setupProjectMonitor();
|
|
1347
|
-
};
|
|
1348
|
-
// API Methods
|
|
1349
|
-
ApplicationsFlowProjectsElementComponent.prototype.ActiveEnterpriseChanged = function (event) {
|
|
1206
|
+
EaCService.prototype.DeleteApplication = function (appLookup, appName) {
|
|
1350
1207
|
return __awaiter(this, void 0, void 0, function () {
|
|
1351
|
-
return __generator(this, function (
|
|
1352
|
-
switch (
|
|
1353
|
-
case 0:
|
|
1208
|
+
return __generator(this, function (_b) {
|
|
1209
|
+
switch (_b.label) {
|
|
1210
|
+
case 0:
|
|
1211
|
+
if (!confirm("Are you sure you want to delete application '" + appName + "'?")) return [3 /*break*/, 2];
|
|
1212
|
+
return [4 /*yield*/, this.projectService.DeleteApplication(this.State, appLookup)];
|
|
1354
1213
|
case 1:
|
|
1355
|
-
|
|
1356
|
-
|
|
1214
|
+
_b.sent();
|
|
1215
|
+
_b.label = 2;
|
|
1216
|
+
case 2: return [2 /*return*/];
|
|
1357
1217
|
}
|
|
1358
1218
|
});
|
|
1359
1219
|
});
|
|
1360
1220
|
};
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1221
|
+
EaCService.prototype.DeleteDevOpsAction = function (doaLookup) {
|
|
1222
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1223
|
+
return __generator(this, function (_b) {
|
|
1224
|
+
switch (_b.label) {
|
|
1225
|
+
case 0:
|
|
1226
|
+
if (!confirm("Are you sure you want to delete DevOps action '" + doaLookup + "'?")) return [3 /*break*/, 2];
|
|
1227
|
+
return [4 /*yield*/, this.projectService.DeleteDevOpsAction(this.State, doaLookup)];
|
|
1228
|
+
case 1:
|
|
1229
|
+
_b.sent();
|
|
1230
|
+
_b.label = 2;
|
|
1231
|
+
case 2: return [2 /*return*/];
|
|
1232
|
+
}
|
|
1233
|
+
});
|
|
1373
1234
|
});
|
|
1374
1235
|
};
|
|
1375
|
-
|
|
1376
|
-
ApplicationsFlowProjectsElementComponent.prototype.handleStateChange = function () {
|
|
1377
|
-
var _a;
|
|
1236
|
+
EaCService.prototype.DeleteProject = function (projectLookup) {
|
|
1378
1237
|
return __awaiter(this, void 0, void 0, function () {
|
|
1379
|
-
return __generator(this, function (
|
|
1380
|
-
switch (
|
|
1238
|
+
return __generator(this, function (_b) {
|
|
1239
|
+
switch (_b.label) {
|
|
1381
1240
|
case 0:
|
|
1382
|
-
|
|
1383
|
-
return [4 /*yield*/, this.projectService.
|
|
1241
|
+
if (!confirm("Are you sure you want to delete Project '" + projectLookup + "'?")) return [3 /*break*/, 2];
|
|
1242
|
+
return [4 /*yield*/, this.projectService.DeleteProject(this.State, projectLookup)];
|
|
1384
1243
|
case 1:
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
case 2:
|
|
1388
|
-
_e.sent();
|
|
1389
|
-
return [4 /*yield*/, this.projectService.ListEnterprises(this.State)];
|
|
1390
|
-
case 3:
|
|
1391
|
-
_e.sent();
|
|
1392
|
-
if (!(((_a = this.State.Enterprises) === null || _a === void 0 ? void 0 : _a.length) > 0)) return [3 /*break*/, 5];
|
|
1393
|
-
return [4 /*yield*/, this.projectService.GetActiveEnterprise(this.State)];
|
|
1394
|
-
case 4:
|
|
1395
|
-
_e.sent();
|
|
1396
|
-
_e.label = 5;
|
|
1397
|
-
case 5: return [2 /*return*/];
|
|
1244
|
+
_b.sent();
|
|
1245
|
+
_b.label = 2;
|
|
1246
|
+
case 2: return [2 /*return*/];
|
|
1398
1247
|
}
|
|
1399
1248
|
});
|
|
1400
1249
|
});
|
|
1401
1250
|
};
|
|
1402
|
-
|
|
1403
|
-
var _a;
|
|
1251
|
+
EaCService.prototype.DeleteSourceControl = function (scLookup) {
|
|
1404
1252
|
return __awaiter(this, void 0, void 0, function () {
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
switch (_e.label) {
|
|
1253
|
+
return __generator(this, function (_b) {
|
|
1254
|
+
switch (_b.label) {
|
|
1408
1255
|
case 0:
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
Applications: {},
|
|
1412
|
-
Projects: {},
|
|
1413
|
-
};
|
|
1414
|
-
existingProj = Object.assign({}, this.State.EaC.Projects[req.ProjectLookup]);
|
|
1415
|
-
if (((_a = existingProj.ApplicationLookups) === null || _a === void 0 ? void 0 : _a.indexOf(req.ApplicationLookup)) < 0) {
|
|
1416
|
-
if (!existingProj.ApplicationLookups) {
|
|
1417
|
-
existingProj.ApplicationLookups = [];
|
|
1418
|
-
}
|
|
1419
|
-
existingProj.ApplicationLookups.push(req.ApplicationLookup);
|
|
1420
|
-
saveEaC.Projects[req.ProjectLookup] = existingProj;
|
|
1421
|
-
}
|
|
1422
|
-
if (req.Application) {
|
|
1423
|
-
saveEaC.Applications[req.ApplicationLookup] = req.Application;
|
|
1424
|
-
}
|
|
1425
|
-
return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, saveEaC)];
|
|
1256
|
+
if (!confirm("Are you sure you want to delete Source Control '" + scLookup + "'?")) return [3 /*break*/, 2];
|
|
1257
|
+
return [4 /*yield*/, this.projectService.DeleteSourceControl(this.State, scLookup)];
|
|
1426
1258
|
case 1:
|
|
1427
|
-
|
|
1428
|
-
|
|
1259
|
+
_b.sent();
|
|
1260
|
+
_b.label = 2;
|
|
1261
|
+
case 2: return [2 /*return*/];
|
|
1429
1262
|
}
|
|
1430
1263
|
});
|
|
1431
1264
|
});
|
|
1432
1265
|
};
|
|
1433
|
-
|
|
1266
|
+
// this.appsFlowEventsSvc.EnsureUserEnterpriseEvent.subscribe(async () => {
|
|
1267
|
+
// await this.projectService.EnsureUserEnterprise(this.State);
|
|
1268
|
+
// });
|
|
1269
|
+
EaCService.prototype.EnsureUserEnterprise = function () {
|
|
1434
1270
|
return __awaiter(this, void 0, void 0, function () {
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
case 0:
|
|
1439
|
-
saveEaC = {
|
|
1440
|
-
EnterpriseLookup: this.State.EaC.EnterpriseLookup,
|
|
1441
|
-
Modifiers: {},
|
|
1442
|
-
Projects: {},
|
|
1443
|
-
};
|
|
1444
|
-
if (req.Modifier) {
|
|
1445
|
-
saveEaC.Modifiers[req.ModifierLookup] = req.Modifier;
|
|
1446
|
-
}
|
|
1447
|
-
if (req.ProjectLookup) {
|
|
1448
|
-
saveEaC.Projects[req.ProjectLookup] = {
|
|
1449
|
-
ModifierLookups: [req.ModifierLookup],
|
|
1450
|
-
};
|
|
1451
|
-
}
|
|
1452
|
-
return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, saveEaC)];
|
|
1271
|
+
return __generator(this, function (_b) {
|
|
1272
|
+
switch (_b.label) {
|
|
1273
|
+
case 0: return [4 /*yield*/, this.projectService.EnsureUserEnterprise(this.State)];
|
|
1453
1274
|
case 1:
|
|
1454
|
-
|
|
1275
|
+
_b.sent();
|
|
1455
1276
|
return [2 /*return*/];
|
|
1456
1277
|
}
|
|
1457
1278
|
});
|
|
1458
1279
|
});
|
|
1459
1280
|
};
|
|
1460
|
-
|
|
1281
|
+
EaCService.prototype.GetActiveEnterprise = function () {
|
|
1461
1282
|
return __awaiter(this, void 0, void 0, function () {
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
case 0:
|
|
1466
|
-
saveEaC = {
|
|
1467
|
-
EnterpriseLookup: this.State.EaC.EnterpriseLookup,
|
|
1468
|
-
DataTokens: {},
|
|
1469
|
-
Environments: {},
|
|
1470
|
-
};
|
|
1471
|
-
if (req.Environment) {
|
|
1472
|
-
saveEaC.Environments[req.EnvironmentLookup] = req.Environment;
|
|
1473
|
-
}
|
|
1474
|
-
if (req.EnterpriseDataTokens) {
|
|
1475
|
-
saveEaC.DataTokens = req.EnterpriseDataTokens;
|
|
1476
|
-
}
|
|
1477
|
-
return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, saveEaC)];
|
|
1283
|
+
return __generator(this, function (_b) {
|
|
1284
|
+
switch (_b.label) {
|
|
1285
|
+
case 0: return [4 /*yield*/, this.projectService.GetActiveEnterprise(this.State)];
|
|
1478
1286
|
case 1:
|
|
1479
|
-
|
|
1287
|
+
_b.sent();
|
|
1480
1288
|
return [2 /*return*/];
|
|
1481
1289
|
}
|
|
1482
1290
|
});
|
|
1483
1291
|
});
|
|
1484
1292
|
};
|
|
1485
|
-
|
|
1486
|
-
|
|
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 () {
|
|
1487
1301
|
return __awaiter(this, void 0, void 0, function () {
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
switch (_e.label) {
|
|
1492
|
-
case 0:
|
|
1493
|
-
projHosts = {};
|
|
1494
|
-
(_a = project === null || project === void 0 ? void 0 : project.Hosts) === null || _a === void 0 ? void 0 : _a.forEach(function (host) {
|
|
1495
|
-
projHosts[host] = _this.State.EaC.Hosts[host];
|
|
1496
|
-
});
|
|
1497
|
-
saveEaC = {
|
|
1498
|
-
EnterpriseLookup: this.State.EaC.EnterpriseLookup,
|
|
1499
|
-
Enterprise: Object.assign(Object.assign({}, this.State.EaC.Enterprise), { PrimaryHost: project.Hosts[0] }),
|
|
1500
|
-
Hosts: projHosts,
|
|
1501
|
-
// Providers: this.State.EaC.Providers, // TODO: Remove after all providers ADB2C's have been upgraded
|
|
1502
|
-
Projects: {},
|
|
1503
|
-
};
|
|
1504
|
-
saveEaC.Projects[projectLookup] = project;
|
|
1505
|
-
return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, saveEaC)];
|
|
1302
|
+
return __generator(this, function (_b) {
|
|
1303
|
+
switch (_b.label) {
|
|
1304
|
+
case 0: return [4 /*yield*/, this.projectService.HasValidConnection(this.State)];
|
|
1506
1305
|
case 1:
|
|
1507
|
-
|
|
1508
|
-
this.appsFlowEventsSvc.SetEditProjectSettings(projectLookup);
|
|
1306
|
+
_b.sent();
|
|
1509
1307
|
return [2 /*return*/];
|
|
1510
1308
|
}
|
|
1511
1309
|
});
|
|
1512
1310
|
});
|
|
1513
1311
|
};
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
case 0: return [4 /*yield*/, this.projectService.DeleteApplication(this.State, appLookup)];
|
|
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)];
|
|
1520
1317
|
case 1:
|
|
1521
|
-
|
|
1318
|
+
_b.sent();
|
|
1522
1319
|
return [2 /*return*/];
|
|
1523
1320
|
}
|
|
1524
1321
|
});
|
|
1525
|
-
});
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1322
|
+
});
|
|
1323
|
+
};
|
|
1324
|
+
EaCService.prototype.LoadEnterpriseAsCode = function () {
|
|
1325
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1326
|
+
return __generator(this, function (_b) {
|
|
1327
|
+
switch (_b.label) {
|
|
1328
|
+
case 0: return [4 /*yield*/, this.projectService.LoadEnterpriseAsCode(this.State)];
|
|
1530
1329
|
case 1:
|
|
1531
|
-
|
|
1330
|
+
_b.sent();
|
|
1532
1331
|
return [2 /*return*/];
|
|
1533
1332
|
}
|
|
1534
1333
|
});
|
|
1535
|
-
});
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1334
|
+
});
|
|
1335
|
+
};
|
|
1336
|
+
EaCService.prototype.SaveApplicationAsCode = function (req) {
|
|
1337
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1338
|
+
return __generator(this, function (_b) {
|
|
1339
|
+
switch (_b.label) {
|
|
1340
|
+
case 0: return [4 /*yield*/, this.handleSaveApplication(req)];
|
|
1540
1341
|
case 1:
|
|
1541
|
-
|
|
1342
|
+
_b.sent();
|
|
1542
1343
|
return [2 /*return*/];
|
|
1543
1344
|
}
|
|
1544
1345
|
});
|
|
1545
|
-
});
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1346
|
+
});
|
|
1347
|
+
};
|
|
1348
|
+
EaCService.prototype.SaveDFSModifier = function (req) {
|
|
1349
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1350
|
+
return __generator(this, function (_b) {
|
|
1351
|
+
switch (_b.label) {
|
|
1352
|
+
case 0: return [4 /*yield*/, this.handleSaveDFSModifier(req)];
|
|
1550
1353
|
case 1:
|
|
1551
|
-
|
|
1354
|
+
_b.sent();
|
|
1552
1355
|
return [2 /*return*/];
|
|
1553
1356
|
}
|
|
1554
1357
|
});
|
|
1555
|
-
});
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1358
|
+
});
|
|
1359
|
+
};
|
|
1360
|
+
EaCService.prototype.SaveEnterpriseAsCode = function (eac) {
|
|
1361
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1362
|
+
return __generator(this, function (_b) {
|
|
1363
|
+
switch (_b.label) {
|
|
1364
|
+
case 0: return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, eac)];
|
|
1560
1365
|
case 1:
|
|
1561
|
-
|
|
1366
|
+
_b.sent();
|
|
1562
1367
|
return [2 /*return*/];
|
|
1563
1368
|
}
|
|
1564
1369
|
});
|
|
1565
|
-
});
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
case 0: return [4 /*yield*/, this.projectService.LoadEnterpriseAsCode(this.State)];
|
|
1370
|
+
});
|
|
1371
|
+
};
|
|
1372
|
+
EaCService.prototype.SaveEnvironmentAsCode = function (req) {
|
|
1373
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1374
|
+
return __generator(this, function (_b) {
|
|
1375
|
+
switch (_b.label) {
|
|
1376
|
+
case 0: return [4 /*yield*/, this.handleSaveEnvironment(req)];
|
|
1573
1377
|
case 1:
|
|
1574
|
-
|
|
1378
|
+
_b.sent();
|
|
1575
1379
|
return [2 /*return*/];
|
|
1576
1380
|
}
|
|
1577
1381
|
});
|
|
1578
|
-
});
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1382
|
+
});
|
|
1383
|
+
};
|
|
1384
|
+
EaCService.prototype.SaveProjectAsCode = function (req) {
|
|
1385
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1386
|
+
return __generator(this, function (_b) {
|
|
1387
|
+
switch (_b.label) {
|
|
1388
|
+
case 0: return [4 /*yield*/, this.handleSaveProject(req.ProjectLookup, req.Project)];
|
|
1583
1389
|
case 1:
|
|
1584
|
-
|
|
1390
|
+
_b.sent();
|
|
1585
1391
|
return [2 /*return*/];
|
|
1586
1392
|
}
|
|
1587
1393
|
});
|
|
1588
|
-
});
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1394
|
+
});
|
|
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
|
+
};
|
|
1404
|
+
EaCService.prototype.SetCreatingProject = function (creatingProject) {
|
|
1405
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1406
|
+
return __generator(this, function (_b) {
|
|
1407
|
+
this.projectService.SetCreatingProject(creatingProject);
|
|
1408
|
+
return [2 /*return*/];
|
|
1409
|
+
});
|
|
1410
|
+
});
|
|
1411
|
+
};
|
|
1412
|
+
EaCService.prototype.SetEditProjectSettings = function (projectLookup) {
|
|
1413
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1414
|
+
return __generator(this, function (_b) {
|
|
1415
|
+
switch (_b.label) {
|
|
1416
|
+
case 0: return [4 /*yield*/, this.projectService.SetEditProjectSettings(this.State, projectLookup)];
|
|
1593
1417
|
case 1:
|
|
1594
|
-
|
|
1418
|
+
_b.sent();
|
|
1595
1419
|
return [2 /*return*/];
|
|
1596
1420
|
}
|
|
1597
1421
|
});
|
|
1598
|
-
});
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1422
|
+
});
|
|
1423
|
+
};
|
|
1424
|
+
EaCService.prototype.UnpackLowCodeUnit = function (req) {
|
|
1425
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1426
|
+
return __generator(this, function (_b) {
|
|
1427
|
+
switch (_b.label) {
|
|
1428
|
+
case 0:
|
|
1429
|
+
if (!confirm("Are you sure you want to unpack application '" + req.ApplicationName + "' with version '" + req.Version + "'?")) return [3 /*break*/, 2];
|
|
1430
|
+
return [4 /*yield*/, this.projectService.UnpackLowCodeUnit(this.State, req)];
|
|
1603
1431
|
case 1:
|
|
1604
|
-
|
|
1605
|
-
|
|
1432
|
+
_b.sent();
|
|
1433
|
+
_b.label = 2;
|
|
1434
|
+
case 2: return [2 /*return*/];
|
|
1606
1435
|
}
|
|
1607
1436
|
});
|
|
1608
|
-
});
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1437
|
+
});
|
|
1438
|
+
};
|
|
1439
|
+
// Helpers
|
|
1440
|
+
EaCService.prototype.handleSaveApplication = function (req) {
|
|
1441
|
+
var _a;
|
|
1442
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1443
|
+
var saveEaC, existingProj;
|
|
1444
|
+
return __generator(this, function (_b) {
|
|
1445
|
+
switch (_b.label) {
|
|
1446
|
+
case 0:
|
|
1447
|
+
saveEaC = {
|
|
1448
|
+
EnterpriseLookup: this.State.EaC.EnterpriseLookup,
|
|
1449
|
+
Applications: {},
|
|
1450
|
+
Projects: {},
|
|
1451
|
+
};
|
|
1452
|
+
existingProj = Object.assign({}, this.State.EaC.Projects[req.ProjectLookup]);
|
|
1453
|
+
if (((_a = existingProj.ApplicationLookups) === null || _a === void 0 ? void 0 : _a.indexOf(req.ApplicationLookup)) < 0) {
|
|
1454
|
+
if (!existingProj.ApplicationLookups) {
|
|
1455
|
+
existingProj.ApplicationLookups = [];
|
|
1456
|
+
}
|
|
1457
|
+
existingProj.ApplicationLookups.push(req.ApplicationLookup);
|
|
1458
|
+
saveEaC.Projects[req.ProjectLookup] = existingProj;
|
|
1459
|
+
}
|
|
1460
|
+
if (req.Application) {
|
|
1461
|
+
saveEaC.Applications[req.ApplicationLookup] = req.Application;
|
|
1462
|
+
}
|
|
1463
|
+
return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, saveEaC)];
|
|
1613
1464
|
case 1:
|
|
1614
|
-
|
|
1465
|
+
_b.sent();
|
|
1615
1466
|
return [2 /*return*/];
|
|
1616
1467
|
}
|
|
1617
1468
|
});
|
|
1618
|
-
});
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1469
|
+
});
|
|
1470
|
+
};
|
|
1471
|
+
EaCService.prototype.handleSaveDFSModifier = function (req) {
|
|
1472
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1473
|
+
var saveEaC;
|
|
1474
|
+
return __generator(this, function (_b) {
|
|
1475
|
+
switch (_b.label) {
|
|
1476
|
+
case 0:
|
|
1477
|
+
saveEaC = {
|
|
1478
|
+
EnterpriseLookup: this.State.EaC.EnterpriseLookup,
|
|
1479
|
+
Modifiers: {},
|
|
1480
|
+
Projects: {},
|
|
1481
|
+
};
|
|
1482
|
+
if (req.Modifier) {
|
|
1483
|
+
saveEaC.Modifiers[req.ModifierLookup] = req.Modifier;
|
|
1484
|
+
}
|
|
1485
|
+
if (req.ProjectLookup) {
|
|
1486
|
+
saveEaC.Projects[req.ProjectLookup] = {
|
|
1487
|
+
ModifierLookups: [req.ModifierLookup],
|
|
1488
|
+
};
|
|
1489
|
+
}
|
|
1490
|
+
return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, saveEaC)];
|
|
1623
1491
|
case 1:
|
|
1624
|
-
|
|
1492
|
+
_b.sent();
|
|
1625
1493
|
return [2 /*return*/];
|
|
1626
1494
|
}
|
|
1627
1495
|
});
|
|
1628
|
-
}); });
|
|
1629
|
-
this.appsFlowEventsSvc.SetCreatingProjectEvent.subscribe(function (creatingProject) {
|
|
1630
|
-
_this.projectService.SetCreatingProject(creatingProject);
|
|
1631
1496
|
});
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1497
|
+
};
|
|
1498
|
+
EaCService.prototype.handleSaveEnvironment = function (req) {
|
|
1499
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1500
|
+
var saveEaC;
|
|
1501
|
+
return __generator(this, function (_b) {
|
|
1502
|
+
switch (_b.label) {
|
|
1503
|
+
case 0:
|
|
1504
|
+
saveEaC = {
|
|
1505
|
+
EnterpriseLookup: this.State.EaC.EnterpriseLookup,
|
|
1506
|
+
DataTokens: {},
|
|
1507
|
+
Environments: {},
|
|
1508
|
+
};
|
|
1509
|
+
if (req.Environment) {
|
|
1510
|
+
saveEaC.Environments[req.EnvironmentLookup] = req.Environment;
|
|
1511
|
+
}
|
|
1512
|
+
if (req.EnterpriseDataTokens) {
|
|
1513
|
+
saveEaC.DataTokens = req.EnterpriseDataTokens;
|
|
1514
|
+
}
|
|
1515
|
+
return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, saveEaC)];
|
|
1636
1516
|
case 1:
|
|
1637
|
-
|
|
1517
|
+
_b.sent();
|
|
1638
1518
|
return [2 /*return*/];
|
|
1639
1519
|
}
|
|
1640
1520
|
});
|
|
1641
|
-
});
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1521
|
+
});
|
|
1522
|
+
};
|
|
1523
|
+
EaCService.prototype.handleSaveProject = function (projectLookup, project) {
|
|
1524
|
+
var _a;
|
|
1525
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1526
|
+
var projHosts, saveEaC;
|
|
1527
|
+
var _this = this;
|
|
1528
|
+
return __generator(this, function (_b) {
|
|
1529
|
+
switch (_b.label) {
|
|
1645
1530
|
case 0:
|
|
1646
|
-
|
|
1647
|
-
|
|
1531
|
+
projHosts = {};
|
|
1532
|
+
(_a = project === null || project === void 0 ? void 0 : project.Hosts) === null || _a === void 0 ? void 0 : _a.forEach(function (host) {
|
|
1533
|
+
projHosts[host] = _this.State.EaC.Hosts[host];
|
|
1534
|
+
});
|
|
1535
|
+
saveEaC = {
|
|
1536
|
+
EnterpriseLookup: this.State.EaC.EnterpriseLookup,
|
|
1537
|
+
Enterprise: Object.assign(Object.assign({}, this.State.EaC.Enterprise), { PrimaryHost: project.Hosts[0] }),
|
|
1538
|
+
Hosts: projHosts,
|
|
1539
|
+
// Providers: this.State.EaC.Providers, // TODO: Remove after all providers ADB2C's have been upgraded
|
|
1540
|
+
Projects: {},
|
|
1541
|
+
};
|
|
1542
|
+
saveEaC.Projects[projectLookup] = project;
|
|
1543
|
+
return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, saveEaC)];
|
|
1648
1544
|
case 1:
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1545
|
+
_b.sent();
|
|
1546
|
+
this.SetEditProjectSettings(projectLookup);
|
|
1547
|
+
return [2 /*return*/];
|
|
1652
1548
|
}
|
|
1653
1549
|
});
|
|
1654
|
-
});
|
|
1550
|
+
});
|
|
1655
1551
|
};
|
|
1656
|
-
return
|
|
1657
|
-
}(
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
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}:host ::ng-deep .project-image img{height:100%;width:100%}:host ::ng-deep .loading{text-align:center}:host ::ng-deep .divider{background-color:var(--theme-accent-500);height:1px;width:100%}:host ::ng-deep .spinner-logo{display:none!important}"]
|
|
1552
|
+
return EaCService;
|
|
1553
|
+
}());
|
|
1554
|
+
EaCService.ɵprov = i0.ɵɵdefineInjectable({ factory: function EaCService_Factory() { return new EaCService(i0.ɵɵinject(ProjectService)); }, token: EaCService, providedIn: "root" });
|
|
1555
|
+
EaCService.decorators = [
|
|
1556
|
+
{ type: i0.Injectable, args: [{
|
|
1557
|
+
providedIn: 'root',
|
|
1663
1558
|
},] }
|
|
1664
1559
|
];
|
|
1665
|
-
|
|
1666
|
-
{ type:
|
|
1667
|
-
{ type: ApplicationsFlowService },
|
|
1668
|
-
{ type: ProjectService },
|
|
1669
|
-
{ type: ApplicationsFlowEventsService }
|
|
1560
|
+
EaCService.ctorParameters = function () { return [
|
|
1561
|
+
{ type: ProjectService }
|
|
1670
1562
|
]; };
|
|
1671
1563
|
|
|
1672
|
-
var
|
|
1564
|
+
var ApplicationsFlowProjectsElementState = /** @class */ (function () {
|
|
1565
|
+
function ApplicationsFlowProjectsElementState() {
|
|
1566
|
+
}
|
|
1567
|
+
return ApplicationsFlowProjectsElementState;
|
|
1568
|
+
}());
|
|
1569
|
+
var ApplicationsFlowProjectsContext = /** @class */ (function (_super) {
|
|
1570
|
+
__extends(ApplicationsFlowProjectsContext, _super);
|
|
1571
|
+
function ApplicationsFlowProjectsContext() {
|
|
1572
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1573
|
+
}
|
|
1574
|
+
return ApplicationsFlowProjectsContext;
|
|
1575
|
+
}(i2.LCUElementContext));
|
|
1576
|
+
var SELECTOR_APPLICATIONS_FLOW_PROJECTS_ELEMENT = 'applications-flow-projects-element';
|
|
1577
|
+
var ApplicationsFlowProjectsElementComponent = /** @class */ (function (_super) {
|
|
1578
|
+
__extends(ApplicationsFlowProjectsElementComponent, _super);
|
|
1673
1579
|
// Constructors
|
|
1674
|
-
function
|
|
1675
|
-
|
|
1580
|
+
function ApplicationsFlowProjectsElementComponent(injector, appsFlowSvc, eacSvc) {
|
|
1581
|
+
var _this = _super.call(this, injector) || this;
|
|
1582
|
+
_this.injector = injector;
|
|
1583
|
+
_this.appsFlowSvc = appsFlowSvc;
|
|
1584
|
+
_this.eacSvc = eacSvc;
|
|
1585
|
+
return _this;
|
|
1676
1586
|
}
|
|
1677
|
-
Object.defineProperty(
|
|
1587
|
+
Object.defineProperty(ApplicationsFlowProjectsElementComponent.prototype, "ActiveEnvironment", {
|
|
1588
|
+
// Properties
|
|
1678
1589
|
get: function () {
|
|
1679
|
-
|
|
1590
|
+
var _a, _b;
|
|
1591
|
+
return (_b = (_a = this.State) === null || _a === void 0 ? void 0 : _a.EaC) === null || _b === void 0 ? void 0 : _b.Environments[this.ActiveEnvironmentLookup];
|
|
1680
1592
|
},
|
|
1681
1593
|
enumerable: false,
|
|
1682
1594
|
configurable: true
|
|
1683
1595
|
});
|
|
1684
|
-
Object.defineProperty(
|
|
1596
|
+
Object.defineProperty(ApplicationsFlowProjectsElementComponent.prototype, "ActiveEnvironmentLookup", {
|
|
1685
1597
|
get: function () {
|
|
1686
|
-
|
|
1598
|
+
var _a, _b;
|
|
1599
|
+
// TODO: Eventually support multiple environments
|
|
1600
|
+
var envLookups = Object.keys(((_b = (_a = this.State) === null || _a === void 0 ? void 0 : _a.EaC) === null || _b === void 0 ? void 0 : _b.Environments) || {});
|
|
1601
|
+
return envLookups[0];
|
|
1687
1602
|
},
|
|
1688
1603
|
enumerable: false,
|
|
1689
1604
|
configurable: true
|
|
1690
1605
|
});
|
|
1691
|
-
Object.defineProperty(
|
|
1606
|
+
Object.defineProperty(ApplicationsFlowProjectsElementComponent.prototype, "CreatingProject", {
|
|
1692
1607
|
get: function () {
|
|
1693
|
-
return this.
|
|
1608
|
+
return this.eacSvc.CreatingProject;
|
|
1694
1609
|
},
|
|
1695
1610
|
enumerable: false,
|
|
1696
1611
|
configurable: true
|
|
1697
1612
|
});
|
|
1698
|
-
Object.defineProperty(
|
|
1613
|
+
Object.defineProperty(ApplicationsFlowProjectsElementComponent.prototype, "EditingProject", {
|
|
1699
1614
|
get: function () {
|
|
1700
|
-
|
|
1615
|
+
var _a, _b, _c, _d;
|
|
1616
|
+
return ((_b = (_a = this.State) === null || _a === void 0 ? void 0 : _a.EaC) === null || _b === void 0 ? void 0 : _b.Projects) ? (_d = (_c = this.State) === null || _c === void 0 ? void 0 : _c.EaC) === null || _d === void 0 ? void 0 : _d.Projects[this.EditingProjectLookup] : null;
|
|
1701
1617
|
},
|
|
1702
1618
|
enumerable: false,
|
|
1703
1619
|
configurable: true
|
|
1704
1620
|
});
|
|
1705
|
-
Object.defineProperty(
|
|
1621
|
+
Object.defineProperty(ApplicationsFlowProjectsElementComponent.prototype, "EditingProjectLookup", {
|
|
1706
1622
|
get: function () {
|
|
1707
|
-
|
|
1708
|
-
var _a, _b;
|
|
1709
|
-
return (_b = (_a = this.Details) === null || _a === void 0 ? void 0 : _a.HostingOptions) === null || _b === void 0 ? void 0 : _b.find(function (ho) { return ho.Lookup === _this.BuildPipeline; });
|
|
1623
|
+
return this.eacSvc.EditingProjectLookup;
|
|
1710
1624
|
},
|
|
1711
1625
|
enumerable: false,
|
|
1712
1626
|
configurable: true
|
|
1713
1627
|
});
|
|
1714
|
-
Object.defineProperty(
|
|
1628
|
+
Object.defineProperty(ApplicationsFlowProjectsElementComponent.prototype, "ProjectLookups", {
|
|
1715
1629
|
get: function () {
|
|
1716
|
-
var _this = this;
|
|
1717
1630
|
var _a, _b;
|
|
1718
|
-
return (_b = (_a = this.
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1631
|
+
return Object.keys(((_b = (_a = this.State) === null || _a === void 0 ? void 0 : _a.EaC) === null || _b === void 0 ? void 0 : _b.Projects) || {});
|
|
1632
|
+
},
|
|
1633
|
+
enumerable: false,
|
|
1634
|
+
configurable: true
|
|
1635
|
+
});
|
|
1636
|
+
Object.defineProperty(ApplicationsFlowProjectsElementComponent.prototype, "State", {
|
|
1637
|
+
get: function () {
|
|
1638
|
+
return this.eacSvc.State;
|
|
1723
1639
|
},
|
|
1724
1640
|
enumerable: false,
|
|
1725
1641
|
configurable: true
|
|
1726
1642
|
});
|
|
1727
1643
|
// Life Cycle
|
|
1728
|
-
|
|
1729
|
-
|
|
1644
|
+
ApplicationsFlowProjectsElementComponent.prototype.ngOnDestroy = function () { };
|
|
1645
|
+
ApplicationsFlowProjectsElementComponent.prototype.ngOnInit = function () {
|
|
1646
|
+
_super.prototype.ngOnInit.call(this);
|
|
1647
|
+
this.handleStateChange().then(function (eac) { });
|
|
1648
|
+
// this.setupProjectMonitor();
|
|
1649
|
+
};
|
|
1650
|
+
// API Methods
|
|
1651
|
+
ApplicationsFlowProjectsElementComponent.prototype.ActiveEnterpriseChanged = function (event) {
|
|
1652
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1653
|
+
return __generator(this, function (_e) {
|
|
1654
|
+
switch (_e.label) {
|
|
1655
|
+
case 0: return [4 /*yield*/, this.eacSvc.SetActiveEnterprise(event.value)];
|
|
1656
|
+
case 1:
|
|
1657
|
+
_e.sent();
|
|
1658
|
+
return [2 /*return*/];
|
|
1659
|
+
}
|
|
1660
|
+
});
|
|
1661
|
+
});
|
|
1662
|
+
};
|
|
1663
|
+
ApplicationsFlowProjectsElementComponent.prototype.ConfigureDevOpsAction = function (devOpsActionLookup) {
|
|
1664
|
+
var _this = this;
|
|
1665
|
+
this.State.Loading = true;
|
|
1666
|
+
this.appsFlowSvc
|
|
1667
|
+
.ConfigureDevOpsAction(devOpsActionLookup)
|
|
1668
|
+
.subscribe(function (response) {
|
|
1669
|
+
if (response.Status.Code === 0) {
|
|
1670
|
+
_this.eacSvc.LoadEnterpriseAsCode();
|
|
1671
|
+
}
|
|
1672
|
+
else {
|
|
1673
|
+
_this.State.Loading = false;
|
|
1674
|
+
}
|
|
1675
|
+
});
|
|
1676
|
+
};
|
|
1677
|
+
// Helpers
|
|
1678
|
+
ApplicationsFlowProjectsElementComponent.prototype.handleStateChange = function () {
|
|
1679
|
+
var _a;
|
|
1680
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1681
|
+
return __generator(this, function (_e) {
|
|
1682
|
+
switch (_e.label) {
|
|
1683
|
+
case 0:
|
|
1684
|
+
this.State.Loading = true;
|
|
1685
|
+
return [4 /*yield*/, this.eacSvc.HasValidConnection()];
|
|
1686
|
+
case 1:
|
|
1687
|
+
_e.sent();
|
|
1688
|
+
return [4 /*yield*/, this.eacSvc.EnsureUserEnterprise()];
|
|
1689
|
+
case 2:
|
|
1690
|
+
_e.sent();
|
|
1691
|
+
return [4 /*yield*/, this.eacSvc.ListEnterprises()];
|
|
1692
|
+
case 3:
|
|
1693
|
+
_e.sent();
|
|
1694
|
+
if (!(((_a = this.State.Enterprises) === null || _a === void 0 ? void 0 : _a.length) > 0)) return [3 /*break*/, 5];
|
|
1695
|
+
return [4 /*yield*/, this.eacSvc.GetActiveEnterprise()];
|
|
1696
|
+
case 4:
|
|
1697
|
+
_e.sent();
|
|
1698
|
+
_e.label = 5;
|
|
1699
|
+
case 5: return [2 /*return*/];
|
|
1700
|
+
}
|
|
1701
|
+
});
|
|
1702
|
+
});
|
|
1703
|
+
};
|
|
1704
|
+
return ApplicationsFlowProjectsElementComponent;
|
|
1705
|
+
}(i2.LcuElementComponent));
|
|
1706
|
+
ApplicationsFlowProjectsElementComponent.decorators = [
|
|
1707
|
+
{ type: i0.Component, args: [{
|
|
1708
|
+
selector: SELECTOR_APPLICATIONS_FLOW_PROJECTS_ELEMENT,
|
|
1709
|
+
template: "<app-host-dashboard-card-element\r\n [context]=\"{ Title: 'Projects', Icon: 'language' }\"\r\n>\r\n <nav>\r\n <mat-form-field\r\n class=\"mat-full-width\"\r\n *ngIf=\"State.Enterprises?.length > 1\"\r\n >\r\n <mat-select\r\n placeholder=\"Active Enterprise ({{ State.ActiveEnterpriseLookup }})\"\r\n [value]=\"State.ActiveEnterpriseLookup\"\r\n (selectionChange)=\"ActiveEnterpriseChanged($event)\"\r\n >\r\n <mat-option [value]=\"ent.Lookup\" *ngFor=\"let ent of State.Enterprises\">\r\n {{ ent.Name }}\r\n </mat-option>\r\n </mat-select>\r\n\r\n <!-- Toggle between Caged Krakyn and Unleashed Krakyn (Flow Tool) -->\r\n </mat-form-field>\r\n\r\n <a\r\n mat-icon-button\r\n href=\"/docs/getting-started/projects\"\r\n target=\"_blank\"\r\n lcuEvent=\"click\"\r\n label=\"Projects\"\r\n category=\"help\"\r\n >\r\n <mat-icon matTooltip=\"More info\">help_outline</mat-icon>\r\n </a>\r\n </nav>\r\n\r\n <ng-container *ngIf=\"!State?.Loading\">\r\n <div\r\n fxLayout=\"column\"\r\n fxLayoutAlign=\"center center\"\r\n class=\"margin-bottom-4\"\r\n >\r\n <h2 class=\"mat-display-2 margin-y-2\" *ngIf=\"ProjectLookups?.length <= 0\">\r\n <span> Thank you for signing up </span>\r\n </h2>\r\n </div>\r\n\r\n <!-- <lcu-git-auth *ngIf=\"!State.GitHub.HasConnection\"></lcu-git-auth> -->\r\n\r\n <!-- *ngIf=\"State.GitHub.HasConnection\" -->\r\n <ng-container> \r\n <!-- <div *ngIf=\"!CreatingProject\">\r\n Creating\r\n <lcu-create-project-wizard></lcu-create-project-wizard>\r\n </div> -->\r\n\r\n <ng-container *ngIf=\"!State.Unleashed\">\r\n <ng-container *ngIf=\"State\">\r\n <lcu-projects-header\r\n [creating-project]=\"CreatingProject\"\r\n [projects]=\"State.EaC?.Projects\"\r\n [selected-project-lookup]=\"EditingProjectLookup\"\r\n ></lcu-projects-header>\r\n\r\n <div *ngIf=\"EditingProject\">\r\n <div class=\"divider margin-bottom-3\"></div>\r\n\r\n <lcu-project-tabs\r\n [applications]=\"State.EaC?.Applications\"\r\n [dfs-modifiers]=\"State.EaC?.Modifiers\"\r\n [hosts]=\"State.EaC?.Hosts\"\r\n [project]=\"EditingProject\"\r\n [project-lookup]=\"EditingProjectLookup\"\r\n [environment]=\"ActiveEnvironment\"\r\n [environment-lookup]=\"ActiveEnvironmentLookup\"\r\n class=\"margin-top-3\"\r\n >\r\n </lcu-project-tabs>\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <ng-container *ngIf=\"State.Unleashed\">\r\n <!-- Shannon flow tool control implemented -->\r\n </ng-container>\r\n </ng-container>\r\n </ng-container>\r\n\r\n <div class=\"loading\" *ngIf=\"State?.Loading\">\r\n <lcu-loader [loading]=\"State?.Loading\"></lcu-loader>\r\n\r\n <div class=\"margin-3\">\r\n <!-- <p *ngIf=\"!State.UserEnterpriseLookup\">Loading your projects</p> -->\r\n\r\n <!-- <p *ngIf=\"State.UserEnterpriseLookup\">Loading your Dashboard.</p> -->\r\n </div>\r\n </div>\r\n\r\n <!-- <div>\r\n <pre>{{ State | json }}</pre>\r\n </div> -->\r\n</app-host-dashboard-card-element>\r\n",
|
|
1710
|
+
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}:host ::ng-deep .project-image img{height:100%;width:100%}:host ::ng-deep .loading{text-align:center}:host ::ng-deep .divider{background-color:var(--theme-accent-500);height:1px;width:100%}:host ::ng-deep .spinner-logo{display:none!important}"]
|
|
1711
|
+
},] }
|
|
1712
|
+
];
|
|
1713
|
+
ApplicationsFlowProjectsElementComponent.ctorParameters = function () { return [
|
|
1714
|
+
{ type: i0.Injector },
|
|
1715
|
+
{ type: ApplicationsFlowService },
|
|
1716
|
+
{ type: EaCService }
|
|
1717
|
+
]; };
|
|
1718
|
+
|
|
1719
|
+
var HostingDetailsFormGroupComponent = /** @class */ (function () {
|
|
1720
|
+
// Constructors
|
|
1721
|
+
function HostingDetailsFormGroupComponent(formBuilder) {
|
|
1722
|
+
this.formBuilder = formBuilder;
|
|
1723
|
+
}
|
|
1724
|
+
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "BuildPipelineFormControl", {
|
|
1725
|
+
get: function () {
|
|
1726
|
+
return this.FormGroup.get('buildPipeline');
|
|
1727
|
+
},
|
|
1728
|
+
enumerable: false,
|
|
1729
|
+
configurable: true
|
|
1730
|
+
});
|
|
1731
|
+
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "DevOpsActionNameFormControl", {
|
|
1732
|
+
get: function () {
|
|
1733
|
+
return this.FormGroup.get('devOpsActionName');
|
|
1734
|
+
},
|
|
1735
|
+
enumerable: false,
|
|
1736
|
+
configurable: true
|
|
1737
|
+
});
|
|
1738
|
+
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "FormGroup", {
|
|
1739
|
+
get: function () {
|
|
1740
|
+
return this.ParentFormGroup.get('hostingDetails');
|
|
1741
|
+
},
|
|
1742
|
+
enumerable: false,
|
|
1743
|
+
configurable: true
|
|
1744
|
+
});
|
|
1745
|
+
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "NPMTokenFormControl", {
|
|
1746
|
+
get: function () {
|
|
1747
|
+
return this.FormGroup.get('npmToken');
|
|
1748
|
+
},
|
|
1749
|
+
enumerable: false,
|
|
1750
|
+
configurable: true
|
|
1751
|
+
});
|
|
1752
|
+
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "SelectedHostingOption", {
|
|
1753
|
+
get: function () {
|
|
1754
|
+
var _this = this;
|
|
1755
|
+
var _a, _b;
|
|
1756
|
+
return (_b = (_a = this.Details) === null || _a === void 0 ? void 0 : _a.HostingOptions) === null || _b === void 0 ? void 0 : _b.find(function (ho) { return ho.Lookup === _this.BuildPipeline; });
|
|
1757
|
+
},
|
|
1758
|
+
enumerable: false,
|
|
1759
|
+
configurable: true
|
|
1760
|
+
});
|
|
1761
|
+
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "SelectedHostingOptionInputControlValues", {
|
|
1762
|
+
get: function () {
|
|
1763
|
+
var _this = this;
|
|
1764
|
+
var _a, _b;
|
|
1765
|
+
return (_b = (_a = this.SelectedHostingOption) === null || _a === void 0 ? void 0 : _a.Inputs) === null || _b === void 0 ? void 0 : _b.reduce(function (prev, cur) {
|
|
1766
|
+
var res = Object.assign({}, prev);
|
|
1767
|
+
res[cur.Lookup] = _this.FormGroup.controls[cur.Lookup].value;
|
|
1768
|
+
return res;
|
|
1769
|
+
}, {});
|
|
1770
|
+
},
|
|
1771
|
+
enumerable: false,
|
|
1772
|
+
configurable: true
|
|
1773
|
+
});
|
|
1774
|
+
// Life Cycle
|
|
1775
|
+
HostingDetailsFormGroupComponent.prototype.ngOnChanges = function () { };
|
|
1776
|
+
HostingDetailsFormGroupComponent.prototype.ngOnInit = function () {
|
|
1730
1777
|
var _a, _b, _c;
|
|
1731
1778
|
this.BuildPipeline =
|
|
1732
1779
|
this.BuildPipeline || ((_a = this.Details) === null || _a === void 0 ? void 0 : _a.HostingOptions)
|
|
@@ -1799,10 +1846,9 @@
|
|
|
1799
1846
|
|
|
1800
1847
|
var SourceControlFormControlsComponent = /** @class */ (function () {
|
|
1801
1848
|
// Constructors
|
|
1802
|
-
function SourceControlFormControlsComponent(formBuilder, appsFlowSvc
|
|
1849
|
+
function SourceControlFormControlsComponent(formBuilder, appsFlowSvc) {
|
|
1803
1850
|
this.formBuilder = formBuilder;
|
|
1804
1851
|
this.appsFlowSvc = appsFlowSvc;
|
|
1805
|
-
this.appsFlowEventsSvc = appsFlowEventsSvc;
|
|
1806
1852
|
this.SeparatorKeysCodes = [keycodes.ENTER, keycodes.COMMA];
|
|
1807
1853
|
this.BranchesChanged = new i0.EventEmitter();
|
|
1808
1854
|
this.SelectedBranches = [];
|
|
@@ -2066,8 +2112,7 @@
|
|
|
2066
2112
|
];
|
|
2067
2113
|
SourceControlFormControlsComponent.ctorParameters = function () { return [
|
|
2068
2114
|
{ type: forms.FormBuilder },
|
|
2069
|
-
{ type: ApplicationsFlowService }
|
|
2070
|
-
{ type: ApplicationsFlowEventsService }
|
|
2115
|
+
{ type: ApplicationsFlowService }
|
|
2071
2116
|
]; };
|
|
2072
2117
|
SourceControlFormControlsComponent.propDecorators = {
|
|
2073
2118
|
BranchesChanged: [{ type: i0.Output, args: ['branches-changed',] }],
|
|
@@ -2086,10 +2131,10 @@
|
|
|
2086
2131
|
|
|
2087
2132
|
var CreateProjectWizardComponent = /** @class */ (function () {
|
|
2088
2133
|
// Constructors
|
|
2089
|
-
function CreateProjectWizardComponent(formBuilder, appsFlowSvc,
|
|
2134
|
+
function CreateProjectWizardComponent(formBuilder, appsFlowSvc, eacSvc) {
|
|
2090
2135
|
this.formBuilder = formBuilder;
|
|
2091
2136
|
this.appsFlowSvc = appsFlowSvc;
|
|
2092
|
-
this.
|
|
2137
|
+
this.eacSvc = eacSvc;
|
|
2093
2138
|
this.HostingDetails = new ProjectHostingDetails();
|
|
2094
2139
|
}
|
|
2095
2140
|
Object.defineProperty(CreateProjectWizardComponent.prototype, "AreProjectDetailsValid", {
|
|
@@ -2152,7 +2197,7 @@
|
|
|
2152
2197
|
};
|
|
2153
2198
|
// API Methods
|
|
2154
2199
|
CreateProjectWizardComponent.prototype.Cancel = function () {
|
|
2155
|
-
this.
|
|
2200
|
+
this.eacSvc.SetCreatingProject(false);
|
|
2156
2201
|
};
|
|
2157
2202
|
CreateProjectWizardComponent.prototype.ConfigureRepository = function () {
|
|
2158
2203
|
this.loadProjectHostingDetails();
|
|
@@ -2243,7 +2288,7 @@
|
|
|
2243
2288
|
CreateProjectWizardComponent.ctorParameters = function () { return [
|
|
2244
2289
|
{ type: forms.FormBuilder },
|
|
2245
2290
|
{ type: ApplicationsFlowService },
|
|
2246
|
-
{ type:
|
|
2291
|
+
{ type: EaCService }
|
|
2247
2292
|
]; };
|
|
2248
2293
|
CreateProjectWizardComponent.propDecorators = {
|
|
2249
2294
|
SourceControl: [{ type: i0.ViewChild, args: [SourceControlFormControlsComponent,] }],
|
|
@@ -2322,10 +2367,10 @@
|
|
|
2322
2367
|
|
|
2323
2368
|
var HeaderComponent = /** @class */ (function () {
|
|
2324
2369
|
// Constructors
|
|
2325
|
-
function HeaderComponent(formBuilder, lcuSettings,
|
|
2370
|
+
function HeaderComponent(formBuilder, lcuSettings, eacSvc) {
|
|
2326
2371
|
this.formBuilder = formBuilder;
|
|
2327
2372
|
this.lcuSettings = lcuSettings;
|
|
2328
|
-
this.
|
|
2373
|
+
this.eacSvc = eacSvc;
|
|
2329
2374
|
}
|
|
2330
2375
|
Object.defineProperty(HeaderComponent.prototype, "HasProjects", {
|
|
2331
2376
|
get: function () {
|
|
@@ -2376,13 +2421,13 @@
|
|
|
2376
2421
|
TrustedProviderLookups: ['ADB2C'],
|
|
2377
2422
|
},
|
|
2378
2423
|
};
|
|
2379
|
-
this.
|
|
2424
|
+
this.eacSvc.SaveProjectAsCode({
|
|
2380
2425
|
ProjectLookup: i2.Guid.CreateRaw(),
|
|
2381
2426
|
Project: proj,
|
|
2382
2427
|
});
|
|
2383
2428
|
};
|
|
2384
2429
|
HeaderComponent.prototype.EnableCreatingProject = function () {
|
|
2385
|
-
this.
|
|
2430
|
+
this.eacSvc.SetCreatingProject(true);
|
|
2386
2431
|
};
|
|
2387
2432
|
return HeaderComponent;
|
|
2388
2433
|
}());
|
|
@@ -2396,7 +2441,7 @@
|
|
|
2396
2441
|
HeaderComponent.ctorParameters = function () { return [
|
|
2397
2442
|
{ type: forms.FormBuilder },
|
|
2398
2443
|
{ type: i2.LCUServiceSettings },
|
|
2399
|
-
{ type:
|
|
2444
|
+
{ type: EaCService }
|
|
2400
2445
|
]; };
|
|
2401
2446
|
HeaderComponent.propDecorators = {
|
|
2402
2447
|
CreatingProject: [{ type: i0.Input, args: ['creating-project',] }],
|
|
@@ -2412,9 +2457,9 @@
|
|
|
2412
2457
|
}());
|
|
2413
2458
|
|
|
2414
2459
|
var DomainsComponent = /** @class */ (function () {
|
|
2415
|
-
function DomainsComponent(formsService,
|
|
2460
|
+
function DomainsComponent(formsService, eacSvc) {
|
|
2416
2461
|
this.formsService = formsService;
|
|
2417
|
-
this.
|
|
2462
|
+
this.eacSvc = eacSvc;
|
|
2418
2463
|
}
|
|
2419
2464
|
Object.defineProperty(DomainsComponent.prototype, "Domain", {
|
|
2420
2465
|
/**
|
|
@@ -2542,7 +2587,7 @@
|
|
|
2542
2587
|
* Save changes
|
|
2543
2588
|
*/
|
|
2544
2589
|
DomainsComponent.prototype.save = function () {
|
|
2545
|
-
this.
|
|
2590
|
+
this.eacSvc.SaveProjectAsCode({
|
|
2546
2591
|
ProjectLookup: this.ProjectLookup,
|
|
2547
2592
|
Project: Object.assign(Object.assign({}, this.Project), {
|
|
2548
2593
|
// Hosts: [...this.Project.Hosts, this.Domain.value],
|
|
@@ -2565,7 +2610,7 @@
|
|
|
2565
2610
|
];
|
|
2566
2611
|
DomainsComponent.ctorParameters = function () { return [
|
|
2567
2612
|
{ type: FormsService },
|
|
2568
|
-
{ type:
|
|
2613
|
+
{ type: EaCService }
|
|
2569
2614
|
]; };
|
|
2570
2615
|
DomainsComponent.propDecorators = {
|
|
2571
2616
|
Data: [{ type: i0.Input, args: ['data',] }]
|
|
@@ -2641,10 +2686,10 @@
|
|
|
2641
2686
|
|
|
2642
2687
|
var AppsFlowComponent = /** @class */ (function () {
|
|
2643
2688
|
// Constructors
|
|
2644
|
-
function AppsFlowComponent(formBldr, appsFlowSvc,
|
|
2689
|
+
function AppsFlowComponent(formBldr, appsFlowSvc, eacSvc) {
|
|
2645
2690
|
this.formBldr = formBldr;
|
|
2646
2691
|
this.appsFlowSvc = appsFlowSvc;
|
|
2647
|
-
this.
|
|
2692
|
+
this.eacSvc = eacSvc;
|
|
2648
2693
|
this.EditingApplicationLookup = null;
|
|
2649
2694
|
this.redirectTooltip = '';
|
|
2650
2695
|
// this.IsPermanent = false;
|
|
@@ -3011,9 +3056,7 @@
|
|
|
3011
3056
|
this.SetEditingApplication(i2.Guid.CreateRaw());
|
|
3012
3057
|
};
|
|
3013
3058
|
AppsFlowComponent.prototype.DeleteApplication = function (appLookup, appName) {
|
|
3014
|
-
|
|
3015
|
-
this.appsFlowEventsSvc.DeleteApplication(appLookup);
|
|
3016
|
-
}
|
|
3059
|
+
this.eacSvc.DeleteApplication(appLookup, appName);
|
|
3017
3060
|
};
|
|
3018
3061
|
AppsFlowComponent.prototype.LCUTypeChanged = function (event) {
|
|
3019
3062
|
this.LCUType = event.value;
|
|
@@ -3152,7 +3195,7 @@
|
|
|
3152
3195
|
else if (app) {
|
|
3153
3196
|
app.SourceControlLookup = null;
|
|
3154
3197
|
}
|
|
3155
|
-
this.
|
|
3198
|
+
this.eacSvc.SaveApplicationAsCode(saveAppReq);
|
|
3156
3199
|
};
|
|
3157
3200
|
AppsFlowComponent.prototype.SetEditingApplication = function (appLookup) {
|
|
3158
3201
|
this.EditingApplicationLookup = appLookup;
|
|
@@ -3172,7 +3215,7 @@
|
|
|
3172
3215
|
};
|
|
3173
3216
|
AppsFlowComponent.prototype.Unpack = function (appLookup, app) {
|
|
3174
3217
|
var _a, _b, _c;
|
|
3175
|
-
this.
|
|
3218
|
+
this.eacSvc.UnpackLowCodeUnit({
|
|
3176
3219
|
ApplicationLookup: appLookup,
|
|
3177
3220
|
ApplicationName: (_a = app.Application) === null || _a === void 0 ? void 0 : _a.Name,
|
|
3178
3221
|
Version: ((_b = app.LowCodeUnit) === null || _b === void 0 ? void 0 : _b.Version) || ((_c = app.LowCodeUnit) === null || _c === void 0 ? void 0 : _c.Build),
|
|
@@ -3373,7 +3416,7 @@
|
|
|
3373
3416
|
AppsFlowComponent.ctorParameters = function () { return [
|
|
3374
3417
|
{ type: forms.FormBuilder },
|
|
3375
3418
|
{ type: ApplicationsFlowService },
|
|
3376
|
-
{ type:
|
|
3419
|
+
{ type: EaCService }
|
|
3377
3420
|
]; };
|
|
3378
3421
|
AppsFlowComponent.propDecorators = {
|
|
3379
3422
|
Data: [{ type: i0.Input, args: ['data',] }],
|
|
@@ -3382,10 +3425,10 @@
|
|
|
3382
3425
|
|
|
3383
3426
|
var DevOpsComponent = /** @class */ (function () {
|
|
3384
3427
|
// Constructors
|
|
3385
|
-
function DevOpsComponent(formBldr, appsFlowSvc,
|
|
3428
|
+
function DevOpsComponent(formBldr, appsFlowSvc, eacSvc) {
|
|
3386
3429
|
this.formBldr = formBldr;
|
|
3387
3430
|
this.appsFlowSvc = appsFlowSvc;
|
|
3388
|
-
this.
|
|
3431
|
+
this.eacSvc = eacSvc;
|
|
3389
3432
|
this.EditingSourceControlLookup = null;
|
|
3390
3433
|
this.HostingDetails = new ProjectHostingDetails();
|
|
3391
3434
|
}
|
|
@@ -3503,7 +3546,7 @@
|
|
|
3503
3546
|
};
|
|
3504
3547
|
DevOpsComponent.prototype.DeleteSourceControl = function (scLookup) {
|
|
3505
3548
|
if (confirm("Are you sure you want to delete source control '" + scLookup + "'?")) {
|
|
3506
|
-
this.
|
|
3549
|
+
this.eacSvc.DeleteSourceControl(scLookup);
|
|
3507
3550
|
}
|
|
3508
3551
|
};
|
|
3509
3552
|
DevOpsComponent.prototype.DevOpsActionLookupChanged = function (event) {
|
|
@@ -3557,7 +3600,7 @@
|
|
|
3557
3600
|
source = Object.assign(Object.assign({}, source), { Type: 'GitHub', Name: this.EditingSourceControlLookup, DevOpsActionTriggerLookups: [devOpsActionLookup], Organization: this.SourceControlFormControls.OrganizationFormControl.value, Repository: this.SourceControlFormControls.RepositoryFormControl.value });
|
|
3558
3601
|
var scLookup = "github://" + source.Organization + "/" + source.Repository;
|
|
3559
3602
|
saveEnvReq.Environment.Sources[scLookup] = source;
|
|
3560
|
-
this.
|
|
3603
|
+
this.eacSvc.SaveEnvironmentAsCode(saveEnvReq);
|
|
3561
3604
|
};
|
|
3562
3605
|
DevOpsComponent.prototype.SetEditingSourceControl = function (scLookup) {
|
|
3563
3606
|
this.EditingSourceControlLookup = scLookup;
|
|
@@ -3613,7 +3656,7 @@
|
|
|
3613
3656
|
DevOpsComponent.ctorParameters = function () { return [
|
|
3614
3657
|
{ type: forms.FormBuilder },
|
|
3615
3658
|
{ type: ApplicationsFlowService },
|
|
3616
|
-
{ type:
|
|
3659
|
+
{ type: EaCService }
|
|
3617
3660
|
]; };
|
|
3618
3661
|
DevOpsComponent.propDecorators = {
|
|
3619
3662
|
Data: [{ type: i0.Input, args: ['data',] }],
|
|
@@ -3623,10 +3666,10 @@
|
|
|
3623
3666
|
|
|
3624
3667
|
var DFSModifiersComponent = /** @class */ (function () {
|
|
3625
3668
|
// Constructors
|
|
3626
|
-
function DFSModifiersComponent(formBldr, appsFlowSvc,
|
|
3669
|
+
function DFSModifiersComponent(formBldr, appsFlowSvc, eacSvc) {
|
|
3627
3670
|
this.formBldr = formBldr;
|
|
3628
3671
|
this.appsFlowSvc = appsFlowSvc;
|
|
3629
|
-
this.
|
|
3672
|
+
this.eacSvc = eacSvc;
|
|
3630
3673
|
this.EditingModifierLookup = null;
|
|
3631
3674
|
}
|
|
3632
3675
|
Object.defineProperty(DFSModifiersComponent.prototype, "DetailsFormControl", {
|
|
@@ -3756,7 +3799,7 @@
|
|
|
3756
3799
|
};
|
|
3757
3800
|
DFSModifiersComponent.prototype.DeleteModifier = function (modifierLookup, modifierName) {
|
|
3758
3801
|
if (confirm("Are you sure you want to delete modifier '" + modifierName + "'?")) {
|
|
3759
|
-
this.
|
|
3802
|
+
this.eacSvc.DeleteSourceControl(modifierLookup);
|
|
3760
3803
|
}
|
|
3761
3804
|
};
|
|
3762
3805
|
DFSModifiersComponent.prototype.SaveModifier = function (projectLookup) {
|
|
@@ -3780,7 +3823,7 @@
|
|
|
3780
3823
|
break;
|
|
3781
3824
|
}
|
|
3782
3825
|
saveMdfrReq.Modifier.Details = JSON.stringify(details);
|
|
3783
|
-
this.
|
|
3826
|
+
this.eacSvc.SaveDFSModifier(saveMdfrReq);
|
|
3784
3827
|
};
|
|
3785
3828
|
DFSModifiersComponent.prototype.SetEditingModifier = function (modifierLookup) {
|
|
3786
3829
|
this.EditingModifierLookup = modifierLookup;
|
|
@@ -3846,7 +3889,7 @@
|
|
|
3846
3889
|
DFSModifiersComponent.ctorParameters = function () { return [
|
|
3847
3890
|
{ type: forms.FormBuilder },
|
|
3848
3891
|
{ type: ApplicationsFlowService },
|
|
3849
|
-
{ type:
|
|
3892
|
+
{ type: EaCService }
|
|
3850
3893
|
]; };
|
|
3851
3894
|
DFSModifiersComponent.propDecorators = {
|
|
3852
3895
|
Data: [{ type: i0.Input, args: ['data',] }]
|
|
@@ -3948,8 +3991,8 @@
|
|
|
3948
3991
|
|
|
3949
3992
|
var ProjectItemsComponent = /** @class */ (function () {
|
|
3950
3993
|
// Constructors
|
|
3951
|
-
function ProjectItemsComponent(
|
|
3952
|
-
this.
|
|
3994
|
+
function ProjectItemsComponent(eacSvc) {
|
|
3995
|
+
this.eacSvc = eacSvc;
|
|
3953
3996
|
}
|
|
3954
3997
|
Object.defineProperty(ProjectItemsComponent.prototype, "ProjectLookups", {
|
|
3955
3998
|
// Fields
|
|
@@ -3966,7 +4009,7 @@
|
|
|
3966
4009
|
// API Methods
|
|
3967
4010
|
ProjectItemsComponent.prototype.DeleteProject = function (projectLookup, projectName) {
|
|
3968
4011
|
if (confirm("Are you sure you want to delete project '" + projectName + "'?")) {
|
|
3969
|
-
this.
|
|
4012
|
+
this.eacSvc.DeleteProject(projectLookup);
|
|
3970
4013
|
}
|
|
3971
4014
|
};
|
|
3972
4015
|
ProjectItemsComponent.prototype.GetPrimaryHost = function (project) {
|
|
@@ -3979,7 +4022,7 @@
|
|
|
3979
4022
|
* Event to edit project settings
|
|
3980
4023
|
*/
|
|
3981
4024
|
ProjectItemsComponent.prototype.ProjectSettings = function (projectLookup) {
|
|
3982
|
-
this.
|
|
4025
|
+
this.eacSvc.SetEditProjectSettings(projectLookup);
|
|
3983
4026
|
};
|
|
3984
4027
|
return ProjectItemsComponent;
|
|
3985
4028
|
}());
|
|
@@ -3991,7 +4034,7 @@
|
|
|
3991
4034
|
},] }
|
|
3992
4035
|
];
|
|
3993
4036
|
ProjectItemsComponent.ctorParameters = function () { return [
|
|
3994
|
-
{ type:
|
|
4037
|
+
{ type: EaCService }
|
|
3995
4038
|
]; };
|
|
3996
4039
|
ProjectItemsComponent.propDecorators = {
|
|
3997
4040
|
Projects: [{ type: i0.Input, args: ['projects',] }],
|
|
@@ -3999,8 +4042,7 @@
|
|
|
3999
4042
|
};
|
|
4000
4043
|
|
|
4001
4044
|
var BuildsComponent = /** @class */ (function () {
|
|
4002
|
-
function BuildsComponent(
|
|
4003
|
-
this.appsFlowEventsSvc = appsFlowEventsSvc;
|
|
4045
|
+
function BuildsComponent() {
|
|
4004
4046
|
}
|
|
4005
4047
|
BuildsComponent.prototype.ngOnInit = function () { };
|
|
4006
4048
|
BuildsComponent.prototype.ngOnDestroy = function () {
|
|
@@ -4021,9 +4063,7 @@
|
|
|
4021
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}"]
|
|
4022
4064
|
},] }
|
|
4023
4065
|
];
|
|
4024
|
-
BuildsComponent.ctorParameters = function () { return [
|
|
4025
|
-
{ type: ApplicationsFlowEventsService }
|
|
4026
|
-
]; };
|
|
4066
|
+
BuildsComponent.ctorParameters = function () { return []; };
|
|
4027
4067
|
BuildsComponent.propDecorators = {
|
|
4028
4068
|
Projects: [{ type: i0.Input, args: ['projects',] }]
|
|
4029
4069
|
};
|
|
@@ -4067,9 +4107,9 @@
|
|
|
4067
4107
|
};
|
|
4068
4108
|
|
|
4069
4109
|
var ProjectNameComponent = /** @class */ (function () {
|
|
4070
|
-
function ProjectNameComponent(formsService,
|
|
4110
|
+
function ProjectNameComponent(formsService, eacSvc) {
|
|
4071
4111
|
this.formsService = formsService;
|
|
4072
|
-
this.
|
|
4112
|
+
this.eacSvc = eacSvc;
|
|
4073
4113
|
}
|
|
4074
4114
|
Object.defineProperty(ProjectNameComponent.prototype, "Description", {
|
|
4075
4115
|
/**
|
|
@@ -4148,7 +4188,7 @@
|
|
|
4148
4188
|
* Save form
|
|
4149
4189
|
*/
|
|
4150
4190
|
ProjectNameComponent.prototype.save = function () {
|
|
4151
|
-
this.
|
|
4191
|
+
this.eacSvc.SaveProjectAsCode({
|
|
4152
4192
|
ProjectLookup: this.ProjectLookup,
|
|
4153
4193
|
Project: Object.assign(Object.assign({}, this.Project), { Project: Object.assign(Object.assign({}, (this.Project || {})), { Description: this.Description.value, Name: this.Name.value }) }),
|
|
4154
4194
|
});
|
|
@@ -4194,7 +4234,7 @@
|
|
|
4194
4234
|
];
|
|
4195
4235
|
ProjectNameComponent.ctorParameters = function () { return [
|
|
4196
4236
|
{ type: FormsService },
|
|
4197
|
-
{ type:
|
|
4237
|
+
{ type: EaCService }
|
|
4198
4238
|
]; };
|
|
4199
4239
|
ProjectNameComponent.propDecorators = {
|
|
4200
4240
|
Project: [{ type: i0.Input, args: ['project',] }],
|
|
@@ -4202,9 +4242,9 @@
|
|
|
4202
4242
|
};
|
|
4203
4243
|
|
|
4204
4244
|
var RootDirectoryComponent = /** @class */ (function () {
|
|
4205
|
-
function RootDirectoryComponent(formsService,
|
|
4245
|
+
function RootDirectoryComponent(formsService, eacSvc) {
|
|
4206
4246
|
this.formsService = formsService;
|
|
4207
|
-
this.
|
|
4247
|
+
this.eacSvc = eacSvc;
|
|
4208
4248
|
}
|
|
4209
4249
|
Object.defineProperty(RootDirectoryComponent.prototype, "Root", {
|
|
4210
4250
|
/**
|
|
@@ -4278,7 +4318,7 @@
|
|
|
4278
4318
|
* Save form
|
|
4279
4319
|
*/
|
|
4280
4320
|
RootDirectoryComponent.prototype.save = function () {
|
|
4281
|
-
this.
|
|
4321
|
+
this.eacSvc.SaveProjectAsCode({
|
|
4282
4322
|
ProjectLookup: this.ProjectLookup,
|
|
4283
4323
|
Project: Object.assign({}, this.Project),
|
|
4284
4324
|
});
|
|
@@ -4313,7 +4353,7 @@
|
|
|
4313
4353
|
];
|
|
4314
4354
|
RootDirectoryComponent.ctorParameters = function () { return [
|
|
4315
4355
|
{ type: FormsService },
|
|
4316
|
-
{ type:
|
|
4356
|
+
{ type: EaCService }
|
|
4317
4357
|
]; };
|
|
4318
4358
|
RootDirectoryComponent.propDecorators = {
|
|
4319
4359
|
Project: [{ type: i0.Input, args: ['project',] }],
|
|
@@ -4321,9 +4361,9 @@
|
|
|
4321
4361
|
};
|
|
4322
4362
|
|
|
4323
4363
|
var BaseFormComponent = /** @class */ (function () {
|
|
4324
|
-
function BaseFormComponent(formsService,
|
|
4364
|
+
function BaseFormComponent(formsService, eac) {
|
|
4325
4365
|
this.formsService = formsService;
|
|
4326
|
-
this.
|
|
4366
|
+
this.eac = eac;
|
|
4327
4367
|
}
|
|
4328
4368
|
BaseFormComponent.prototype.ngOnInit = function () {
|
|
4329
4369
|
this.setupForm();
|
|
@@ -4377,7 +4417,7 @@
|
|
|
4377
4417
|
];
|
|
4378
4418
|
BaseFormComponent.ctorParameters = function () { return [
|
|
4379
4419
|
{ type: FormsService },
|
|
4380
|
-
{ type:
|
|
4420
|
+
{ type: EaCService }
|
|
4381
4421
|
]; };
|
|
4382
4422
|
|
|
4383
4423
|
var BaseFormConfigModel = /** @class */ (function () {
|
|
@@ -4389,10 +4429,10 @@
|
|
|
4389
4429
|
|
|
4390
4430
|
var BaseFormTestComponent = /** @class */ (function (_super) {
|
|
4391
4431
|
__extends(BaseFormTestComponent, _super);
|
|
4392
|
-
function BaseFormTestComponent(formsService,
|
|
4393
|
-
var _this = _super.call(this, formsService,
|
|
4432
|
+
function BaseFormTestComponent(formsService, eacSvc) {
|
|
4433
|
+
var _this = _super.call(this, formsService, eacSvc) || this;
|
|
4394
4434
|
_this.formsService = formsService;
|
|
4395
|
-
_this.
|
|
4435
|
+
_this.eacSvc = eacSvc;
|
|
4396
4436
|
return _this;
|
|
4397
4437
|
}
|
|
4398
4438
|
Object.defineProperty(BaseFormTestComponent.prototype, "Description", {
|
|
@@ -4475,7 +4515,7 @@
|
|
|
4475
4515
|
];
|
|
4476
4516
|
BaseFormTestComponent.ctorParameters = function () { return [
|
|
4477
4517
|
{ type: FormsService },
|
|
4478
|
-
{ type:
|
|
4518
|
+
{ type: EaCService }
|
|
4479
4519
|
]; };
|
|
4480
4520
|
|
|
4481
4521
|
var GitAuthComponent = /** @class */ (function () {
|
|
@@ -5357,7 +5397,7 @@
|
|
|
5357
5397
|
ProcessorDetailsFormComponent.decorators = [
|
|
5358
5398
|
{ type: i0.Component, args: [{
|
|
5359
5399
|
selector: 'lcu-processor-details-form',
|
|
5360
|
-
template: "<form class=\"processor-details-form\" [formGroup]=\"ProcessorDetailsFormGroup\" (ngSubmit)=\"SubmitProcessorDetails()\">\n<mat-card class=\"spread flow-card\">\n <mat-card-header>\n <mat-card-title> Processor Details </mat-card-title>\n </mat-card-header>\n\n <mat-card-content>\n <mat-form-field class=\"mat-full-width\">\n <mat-select\n placeholder=\"Type\"\n formControlName=\"procType\"\n (selectionChange)=\"ProcessorTypeChanged($event)\"\n required\n >\n <mat-option value=\"DFS\">View Package</mat-option>\n\n <mat-option value=\"Redirect\">Redirect</mat-option>\n\n <mat-option value=\"Proxy\">Proxy</mat-option>\n\n <mat-option value=\"OAuth\">OAuth</mat-option>\n </mat-select>\n </mat-form-field>\n\n <div [ngSwitch]=\"ProcessorType\">\n <div *ngSwitchCase=\"'DFS'\">\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Default File\"\n formControlName=\"defaultFile\"\n required\n />\n </mat-form-field>\n\n <mat-form-field class=\"mat-full-width\">\n <mat-select\n placeholder=\"Type\"\n formControlName=\"lcuType\"\n (selectionChange)=\"LCUTypeChanged($event)\"\n required\n >\n <mat-option value=\"NPM\">NPM</mat-option>\n\n <mat-option value=\"GitHub\">GitHub</mat-option>\n\n <!-- <mat-option value=\"Zip\">Zip</mat-option> -->\n </mat-select>\n </mat-form-field>\n\n <div [ngSwitch]=\"LCUType\">\n <div *ngSwitchCase=\"'GitHub'\">\n <lcu-source-control-form-controls\n [build-path]=\"EditingApplication?.LowCodeUnit?.Path\"\n [form-group]=\"ProcessorDetailsFormGroup\"\n [source-control]=\"DefaultSourceControl\"\n [use-branches]=\"false\"\n [use-build-path]=\"true\"\n ></lcu-source-control-form-controls>\n\n <mat-form-field\n class=\"mat-full-width\"\n *ngIf=\"\n SourceControlFormControls?.RepositoryFormControl?.valid\n \"\n >\n <input\n matInput\n placeholder=\"Build\"\n formControlName=\"build\"\n required\n />\n\n <mat-hint>\n Current Build:\n {{ EditingApplication?.LowCodeUnit?.CurrentBuild }}\n </mat-hint>\n </mat-form-field>\n </div>\n\n <div *ngSwitchCase=\"'NPM'\">\n <lcu-npm-package-select\n [npm-package]=\"EditingApplication?.LowCodeUnit?.Package\"\n [npm-package-version]=\"\n EditingApplication?.LowCodeUnit?.Version\n \"\n [form-group]=\"ProcessorDetailsFormGroup\"\n ></lcu-npm-package-select>\n\n <mat-hint>\n Current Version:\n {{ EditingApplication?.LowCodeUnit?.CurrentVersion }}\n </mat-hint>\n </div>\n </div>\n </div>\n\n <div *ngSwitchCase=\"'OAuth'\">\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Scopes (space separated)\"\n formControlName=\"scopes\"\n required\n />\n </mat-form-field>\n\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Token Lookup\"\n formControlName=\"tokenLookup\"\n required\n />\n </mat-form-field>\n\n <mat-form-field class=\"mat-full-width\">\n <mat-select\n placeholder=\"Type\"\n formControlName=\"lcuType\"\n (selectionChange)=\"LCUTypeChanged($event)\"\n required\n >\n <mat-option value=\"GitHubOAuth\">GitHub</mat-option>\n </mat-select>\n </mat-form-field>\n\n <div [ngSwitch]=\"LCUType\">\n <div *ngSwitchCase=\"'GitHubOAuth'\">\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Client ID\"\n formControlName=\"clientId\"\n required\n />\n </mat-form-field>\n\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Client Secret\"\n formControlName=\"clientSecret\"\n required\n />\n </mat-form-field>\n </div>\n </div>\n </div>\n\n <div *ngSwitchCase=\"'Proxy'\">\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Inbound Path\"\n formControlName=\"inboundPath\"\n required\n />\n </mat-form-field>\n\n <mat-form-field class=\"mat-full-width\">\n <mat-select\n placeholder=\"Type\"\n formControlName=\"lcuType\"\n (selectionChange)=\"LCUTypeChanged($event)\"\n required\n >\n <mat-option value=\"API\">API</mat-option>\n\n <mat-option value=\"SPA\">Single Page Application</mat-option>\n </mat-select>\n </mat-form-field>\n\n <div [ngSwitch]=\"LCUType\">\n <div *ngSwitchCase=\"'API'\">\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"API Root\"\n formControlName=\"apiRoot\"\n required\n />\n </mat-form-field>\n\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Allowed Methods (separate with spaces)\"\n formControlName=\"methods\"\n />\n </mat-form-field>\n\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Security ({header}~{value})\"\n formControlName=\"security\"\n required\n />\n </mat-form-field>\n </div>\n\n <div *ngSwitchCase=\"'SPA'\">\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"SPA Root\"\n formControlName=\"spaRoot\"\n required\n />\n </mat-form-field>\n </div>\n </div>\n </div>\n\n <div *ngSwitchCase=\"'Redirect'\">\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Redirect URL\"\n formControlName=\"redirect\"\n required\n />\n </mat-form-field>\n\n <div>\n <mat-slide-toggle \n class=\"spread\" \n formControlName=\"permanent\">\n Is Permanent?\n </mat-slide-toggle>\n\n <mat-slide-toggle\n class=\"spread\"\n formControlName=\"preserveMethod\"\n >\n Preserve Method?\n </mat-slide-toggle>\n\n <mat-icon\n class=\"spread\"\n matSuffix\n (mouseenter)=\"DetermineTooltipText()\"\n matTooltip={{redirectTooltip}}\n >\n info_outline\n </mat-icon>\n\n <!-- <mat-icon\n *ngIf=\"!IsPermanent && !IsPreserve\"\n\n class=\"spread\"\n matSuffix\n matTooltip=\"302 \u2013 Not Permanent and Not Preserve\"\n >\n info_outline\n </mat-icon> -->\n\n <!-- <mat-icon\n *ngIf=\"!IsPermanent && IsPreserve\"\n class=\"spread\"\n matSuffix\n matTooltip=\"307 \u2013 Not Permanent and Preserve\"\n >\n info_outline\n </mat-icon> -->\n\n <!-- <mat-icon\n *ngIf=\"IsPermanent && IsPreserve\"\n class=\"spread\"\n matSuffix\n matTooltip=\"308 \u2013 Permanent and Preserve\"\n >\n info_outline\n </mat-icon> -->\n\n \n\n <!-- <mat-icon\n class=\"spread\"\n matSuffix\n matTooltip=\"Values used to control the redirect type. Permanent and Not Preserve = 301; Not Permanent and Not Preserve = 302; Permanent and Preserve = 308; Not Permanent and Not Preserve = 307;\"\n >\n info_outline\n </mat-icon> -->\n </div>\n </div>\n </div>\n </mat-card-content>\n <mat-card-actions>\n <!-- [disabled]=\"!SecurityFormGroup.valid || !SecurityFormGroup.dirty\" -->\n <button mat-raised-button type=\"submit\" >Save
|
|
5400
|
+
template: "<form class=\"processor-details-form\" [formGroup]=\"ProcessorDetailsFormGroup\" (ngSubmit)=\"SubmitProcessorDetails()\">\n<mat-card class=\"spread flow-card\">\n <mat-card-header>\n <mat-card-title> Processor Details </mat-card-title>\n </mat-card-header>\n\n <mat-card-content>\n <mat-form-field class=\"mat-full-width\">\n <mat-select\n placeholder=\"Type\"\n formControlName=\"procType\"\n (selectionChange)=\"ProcessorTypeChanged($event)\"\n required\n >\n <mat-option value=\"DFS\">View Package</mat-option>\n\n <mat-option value=\"Redirect\">Redirect</mat-option>\n\n <mat-option value=\"Proxy\">Proxy</mat-option>\n\n <mat-option value=\"OAuth\">OAuth</mat-option>\n </mat-select>\n </mat-form-field>\n\n <div [ngSwitch]=\"ProcessorType\">\n <div *ngSwitchCase=\"'DFS'\">\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Default File\"\n formControlName=\"defaultFile\"\n required\n />\n </mat-form-field>\n\n <mat-form-field class=\"mat-full-width\">\n <mat-select\n placeholder=\"Type\"\n formControlName=\"lcuType\"\n (selectionChange)=\"LCUTypeChanged($event)\"\n required\n >\n <mat-option value=\"NPM\">NPM</mat-option>\n\n <mat-option value=\"GitHub\">GitHub</mat-option>\n\n <!-- <mat-option value=\"Zip\">Zip</mat-option> -->\n </mat-select>\n </mat-form-field>\n\n <div [ngSwitch]=\"LCUType\">\n <div *ngSwitchCase=\"'GitHub'\">\n <lcu-source-control-form-controls\n [build-path]=\"EditingApplication?.LowCodeUnit?.Path\"\n [form-group]=\"ProcessorDetailsFormGroup\"\n [source-control]=\"DefaultSourceControl\"\n [use-branches]=\"false\"\n [use-build-path]=\"true\"\n ></lcu-source-control-form-controls>\n\n <mat-form-field\n class=\"mat-full-width\"\n *ngIf=\"\n SourceControlFormControls?.RepositoryFormControl?.valid\n \"\n >\n <input\n matInput\n placeholder=\"Build\"\n formControlName=\"build\"\n required\n />\n\n <mat-hint>\n Current Build:\n {{ EditingApplication?.LowCodeUnit?.CurrentBuild }}\n </mat-hint>\n </mat-form-field>\n </div>\n\n <div *ngSwitchCase=\"'NPM'\">\n <lcu-npm-package-select\n [npm-package]=\"EditingApplication?.LowCodeUnit?.Package\"\n [npm-package-version]=\"\n EditingApplication?.LowCodeUnit?.Version\n \"\n [form-group]=\"ProcessorDetailsFormGroup\"\n ></lcu-npm-package-select>\n\n <mat-hint>\n Current Version:\n {{ EditingApplication?.LowCodeUnit?.CurrentVersion }}\n </mat-hint>\n </div>\n </div>\n </div>\n\n <div *ngSwitchCase=\"'OAuth'\">\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Scopes (space separated)\"\n formControlName=\"scopes\"\n required\n />\n </mat-form-field>\n\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Token Lookup\"\n formControlName=\"tokenLookup\"\n required\n />\n </mat-form-field>\n\n <mat-form-field class=\"mat-full-width\">\n <mat-select\n placeholder=\"Type\"\n formControlName=\"lcuType\"\n (selectionChange)=\"LCUTypeChanged($event)\"\n required\n >\n <mat-option value=\"GitHubOAuth\">GitHub</mat-option>\n </mat-select>\n </mat-form-field>\n\n <div [ngSwitch]=\"LCUType\">\n <div *ngSwitchCase=\"'GitHubOAuth'\">\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Client ID\"\n formControlName=\"clientId\"\n required\n />\n </mat-form-field>\n\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Client Secret\"\n formControlName=\"clientSecret\"\n required\n />\n </mat-form-field>\n </div>\n </div>\n </div>\n\n <div *ngSwitchCase=\"'Proxy'\">\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Inbound Path\"\n formControlName=\"inboundPath\"\n required\n />\n </mat-form-field>\n\n <mat-form-field class=\"mat-full-width\">\n <mat-select\n placeholder=\"Type\"\n formControlName=\"lcuType\"\n (selectionChange)=\"LCUTypeChanged($event)\"\n required\n >\n <mat-option value=\"API\">API</mat-option>\n\n <mat-option value=\"SPA\">Single Page Application</mat-option>\n </mat-select>\n </mat-form-field>\n\n <div [ngSwitch]=\"LCUType\">\n <div *ngSwitchCase=\"'API'\">\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"API Root\"\n formControlName=\"apiRoot\"\n required\n />\n </mat-form-field>\n\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Allowed Methods (separate with spaces)\"\n formControlName=\"methods\"\n />\n </mat-form-field>\n\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Security ({header}~{value})\"\n formControlName=\"security\"\n required\n />\n </mat-form-field>\n </div>\n\n <div *ngSwitchCase=\"'SPA'\">\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"SPA Root\"\n formControlName=\"spaRoot\"\n required\n />\n </mat-form-field>\n </div>\n </div>\n </div>\n\n <div *ngSwitchCase=\"'Redirect'\">\n <mat-form-field class=\"mat-full-width\">\n <input\n matInput\n placeholder=\"Redirect URL\"\n formControlName=\"redirect\"\n required\n />\n </mat-form-field>\n\n <div>\n <mat-slide-toggle \n class=\"spread\" \n formControlName=\"permanent\">\n Is Permanent?\n </mat-slide-toggle>\n\n <mat-slide-toggle\n class=\"spread\"\n formControlName=\"preserveMethod\"\n >\n Preserve Method?\n </mat-slide-toggle>\n\n <mat-icon\n class=\"spread\"\n matSuffix\n (mouseenter)=\"DetermineTooltipText()\"\n matTooltip={{redirectTooltip}}\n >\n info_outline\n </mat-icon>\n\n <!-- <mat-icon\n *ngIf=\"!IsPermanent && !IsPreserve\"\n\n class=\"spread\"\n matSuffix\n matTooltip=\"302 \u2013 Not Permanent and Not Preserve\"\n >\n info_outline\n </mat-icon> -->\n\n <!-- <mat-icon\n *ngIf=\"!IsPermanent && IsPreserve\"\n class=\"spread\"\n matSuffix\n matTooltip=\"307 \u2013 Not Permanent and Preserve\"\n >\n info_outline\n </mat-icon> -->\n\n <!-- <mat-icon\n *ngIf=\"IsPermanent && IsPreserve\"\n class=\"spread\"\n matSuffix\n matTooltip=\"308 \u2013 Permanent and Preserve\"\n >\n info_outline\n </mat-icon> -->\n\n \n\n <!-- <mat-icon\n class=\"spread\"\n matSuffix\n matTooltip=\"Values used to control the redirect type. Permanent and Not Preserve = 301; Not Permanent and Not Preserve = 302; Permanent and Preserve = 308; Not Permanent and Not Preserve = 307;\"\n >\n info_outline\n </mat-icon> -->\n </div>\n </div>\n </div>\n </mat-card-content>\n <mat-card-actions>\n <!-- [disabled]=\"!SecurityFormGroup.valid || !SecurityFormGroup.dirty\" -->\n <button mat-raised-button type=\"submit\" >Save</button>\n </mat-card-actions>\n</mat-card>\n</form>\n \n",
|
|
5361
5401
|
styles: [""]
|
|
5362
5402
|
},] }
|
|
5363
5403
|
];
|
|
@@ -5441,6 +5481,602 @@
|
|
|
5441
5481
|
SourceControlFormControls: [{ type: i0.ViewChild, args: [SourceControlFormControlsComponent,] }]
|
|
5442
5482
|
};
|
|
5443
5483
|
|
|
5484
|
+
var BuildPipelineFormComponent = /** @class */ (function () {
|
|
5485
|
+
function BuildPipelineFormComponent(formBldr, appsFlowSvc) {
|
|
5486
|
+
this.formBldr = formBldr;
|
|
5487
|
+
this.appsFlowSvc = appsFlowSvc;
|
|
5488
|
+
this.HostingDetails = new ProjectHostingDetails();
|
|
5489
|
+
}
|
|
5490
|
+
Object.defineProperty(BuildPipelineFormComponent.prototype, "Artifact", {
|
|
5491
|
+
//PROPERTIES
|
|
5492
|
+
get: function () {
|
|
5493
|
+
var _a, _b;
|
|
5494
|
+
return ((_a = this.Environment) === null || _a === void 0 ? void 0 : _a.Artifacts) && this.ArtifactLookup
|
|
5495
|
+
? ((_b = this.Environment) === null || _b === void 0 ? void 0 : _b.Artifacts[this.ArtifactLookup]) || {}
|
|
5496
|
+
: {};
|
|
5497
|
+
},
|
|
5498
|
+
enumerable: false,
|
|
5499
|
+
configurable: true
|
|
5500
|
+
});
|
|
5501
|
+
Object.defineProperty(BuildPipelineFormComponent.prototype, "ArtifactLookup", {
|
|
5502
|
+
get: function () {
|
|
5503
|
+
var _a, _b;
|
|
5504
|
+
var artLookup = ((_a = this.DevOpsAction) === null || _a === void 0 ? void 0 : _a.ArtifactLookups) ? (_b = this.DevOpsAction) === null || _b === void 0 ? void 0 : _b.ArtifactLookups[0] : null;
|
|
5505
|
+
return artLookup;
|
|
5506
|
+
},
|
|
5507
|
+
enumerable: false,
|
|
5508
|
+
configurable: true
|
|
5509
|
+
});
|
|
5510
|
+
Object.defineProperty(BuildPipelineFormComponent.prototype, "DevOpsAction", {
|
|
5511
|
+
get: function () {
|
|
5512
|
+
return this.Environment.DevOpsActions && this.DevOpsActionLookup
|
|
5513
|
+
? this.Environment.DevOpsActions[this.DevOpsActionLookup] || {}
|
|
5514
|
+
: {};
|
|
5515
|
+
},
|
|
5516
|
+
enumerable: false,
|
|
5517
|
+
configurable: true
|
|
5518
|
+
});
|
|
5519
|
+
Object.defineProperty(BuildPipelineFormComponent.prototype, "DevOpsActions", {
|
|
5520
|
+
get: function () {
|
|
5521
|
+
return this.Environment.DevOpsActions || {};
|
|
5522
|
+
},
|
|
5523
|
+
enumerable: false,
|
|
5524
|
+
configurable: true
|
|
5525
|
+
});
|
|
5526
|
+
Object.defineProperty(BuildPipelineFormComponent.prototype, "EditingSourceControl", {
|
|
5527
|
+
get: function () {
|
|
5528
|
+
var _a, _b;
|
|
5529
|
+
var sc = ((_a = this.Environment) === null || _a === void 0 ? void 0 : _a.Sources) ? (_b = this.Environment) === null || _b === void 0 ? void 0 : _b.Sources[this.EditingSourceControlLookup] : null;
|
|
5530
|
+
if (sc == null && this.EditingSourceControlLookup) {
|
|
5531
|
+
sc = {};
|
|
5532
|
+
}
|
|
5533
|
+
return sc;
|
|
5534
|
+
},
|
|
5535
|
+
enumerable: false,
|
|
5536
|
+
configurable: true
|
|
5537
|
+
});
|
|
5538
|
+
Object.defineProperty(BuildPipelineFormComponent.prototype, "SourceControlLookups", {
|
|
5539
|
+
// @Input('main-branch')
|
|
5540
|
+
// public MainBranch: string;
|
|
5541
|
+
// @Input('organization')
|
|
5542
|
+
// public Organization: string;
|
|
5543
|
+
// @Input('repository')
|
|
5544
|
+
// public Repository: string;
|
|
5545
|
+
get: function () {
|
|
5546
|
+
return Object.keys(this.SourceControls || {});
|
|
5547
|
+
},
|
|
5548
|
+
enumerable: false,
|
|
5549
|
+
configurable: true
|
|
5550
|
+
});
|
|
5551
|
+
Object.defineProperty(BuildPipelineFormComponent.prototype, "SourceControls", {
|
|
5552
|
+
get: function () {
|
|
5553
|
+
return this.Environment.Sources || {};
|
|
5554
|
+
},
|
|
5555
|
+
enumerable: false,
|
|
5556
|
+
configurable: true
|
|
5557
|
+
});
|
|
5558
|
+
BuildPipelineFormComponent.prototype.ngOnInit = function () {
|
|
5559
|
+
};
|
|
5560
|
+
return BuildPipelineFormComponent;
|
|
5561
|
+
}());
|
|
5562
|
+
BuildPipelineFormComponent.decorators = [
|
|
5563
|
+
{ type: i0.Component, args: [{
|
|
5564
|
+
selector: 'lcu-build-pipeline-form',
|
|
5565
|
+
template: "<div class=\"form-card\" fxFlex=\"35%\" fxFlex.lt-md=\"100%\">\n <mat-card\n class=\"spread\"\n *ngIf=\"EditingSourceControl?.Branches?.length > 0\"\n >\n <mat-card-header>\n <mat-card-title> Build Pipeline </mat-card-title>\n\n <mat-hint>\n Changes made here are reflected for all sources using this\n DevOpsAction\n </mat-hint>\n </mat-card-header>\n\n <mat-card-content>\n\n <ng-container>\n <!-- [details]=\"HostingDetails\" \n [organization]=\"Organization\"\n [formGroup]=\"DevOpsFormGroup\"-->\n\n <lcu-hosting-details-form-group\n [artifact]=\"Artifact\"\n [devops-action]=\"DevOpsActions[DevOpsActionLookup]\"\n \n \n [disabled]=\"false\"\n ></lcu-hosting-details-form-group>\n </ng-container>\n </mat-card-content>\n </mat-card>\n </div>\n",
|
|
5566
|
+
styles: [""]
|
|
5567
|
+
},] }
|
|
5568
|
+
];
|
|
5569
|
+
BuildPipelineFormComponent.ctorParameters = function () { return [
|
|
5570
|
+
{ type: forms.FormBuilder },
|
|
5571
|
+
{ type: ApplicationsFlowService }
|
|
5572
|
+
]; };
|
|
5573
|
+
BuildPipelineFormComponent.propDecorators = {
|
|
5574
|
+
DevOpsActionLookup: [{ type: i0.Input, args: ['devops-action-lookup',] }],
|
|
5575
|
+
Environment: [{ type: i0.Input, args: ['environment',] }]
|
|
5576
|
+
};
|
|
5577
|
+
|
|
5578
|
+
var DevopsSourceControlFormComponent = /** @class */ (function () {
|
|
5579
|
+
// Constructors
|
|
5580
|
+
function DevopsSourceControlFormComponent(formBuilder, appsFlowSvc, eacSvc) {
|
|
5581
|
+
this.formBuilder = formBuilder;
|
|
5582
|
+
this.appsFlowSvc = appsFlowSvc;
|
|
5583
|
+
this.eacSvc = eacSvc;
|
|
5584
|
+
this.SeparatorKeysCodes = [keycodes.ENTER, keycodes.COMMA];
|
|
5585
|
+
this.BuildPath = null;
|
|
5586
|
+
// this.EditingSourceControlLookup = null;
|
|
5587
|
+
this.HostingDetails = new ProjectHostingDetails();
|
|
5588
|
+
this.SelectedBranches = [];
|
|
5589
|
+
this.SourceControlRoot = '';
|
|
5590
|
+
this.UseBranches = true;
|
|
5591
|
+
this.UseBuildPath = false;
|
|
5592
|
+
}
|
|
5593
|
+
Object.defineProperty(DevopsSourceControlFormComponent.prototype, "BranchesFormControl", {
|
|
5594
|
+
// Fields
|
|
5595
|
+
// Properties
|
|
5596
|
+
get: function () {
|
|
5597
|
+
return this.DevOpsSourceControlFormGroup.get(this.SourceControlRoot + 'branches');
|
|
5598
|
+
},
|
|
5599
|
+
enumerable: false,
|
|
5600
|
+
configurable: true
|
|
5601
|
+
});
|
|
5602
|
+
Object.defineProperty(DevopsSourceControlFormComponent.prototype, "BuildPathFormControl", {
|
|
5603
|
+
get: function () {
|
|
5604
|
+
return this.DevOpsSourceControlFormGroup.get(this.SourceControlRoot + 'buildPath');
|
|
5605
|
+
},
|
|
5606
|
+
enumerable: false,
|
|
5607
|
+
configurable: true
|
|
5608
|
+
});
|
|
5609
|
+
Object.defineProperty(DevopsSourceControlFormComponent.prototype, "DevOpsActionLookups", {
|
|
5610
|
+
get: function () {
|
|
5611
|
+
return Object.keys(this.DevOpsActions || {});
|
|
5612
|
+
},
|
|
5613
|
+
enumerable: false,
|
|
5614
|
+
configurable: true
|
|
5615
|
+
});
|
|
5616
|
+
Object.defineProperty(DevopsSourceControlFormComponent.prototype, "DevOpsActionLookup", {
|
|
5617
|
+
get: function () {
|
|
5618
|
+
var _a, _b, _c;
|
|
5619
|
+
if (!!((_a = this.DevOpsActionLookupFormControl) === null || _a === void 0 ? void 0 : _a.value)) {
|
|
5620
|
+
return this.DevOpsActionLookupFormControl.value;
|
|
5621
|
+
}
|
|
5622
|
+
if (!!((_b = this.EditingSourceControl) === null || _b === void 0 ? void 0 : _b.DevOpsActionTriggerLookups)) {
|
|
5623
|
+
return (_c = this.EditingSourceControl) === null || _c === void 0 ? void 0 : _c.DevOpsActionTriggerLookups[0];
|
|
5624
|
+
}
|
|
5625
|
+
else {
|
|
5626
|
+
return null;
|
|
5627
|
+
}
|
|
5628
|
+
},
|
|
5629
|
+
enumerable: false,
|
|
5630
|
+
configurable: true
|
|
5631
|
+
});
|
|
5632
|
+
Object.defineProperty(DevopsSourceControlFormComponent.prototype, "DevOpsActionLookupFormControl", {
|
|
5633
|
+
get: function () {
|
|
5634
|
+
return this.DevOpsSourceControlFormGroup.get('devOpsActionLookup');
|
|
5635
|
+
},
|
|
5636
|
+
enumerable: false,
|
|
5637
|
+
configurable: true
|
|
5638
|
+
});
|
|
5639
|
+
Object.defineProperty(DevopsSourceControlFormComponent.prototype, "DevOpsActions", {
|
|
5640
|
+
get: function () {
|
|
5641
|
+
return this.Environment.DevOpsActions || {};
|
|
5642
|
+
},
|
|
5643
|
+
enumerable: false,
|
|
5644
|
+
configurable: true
|
|
5645
|
+
});
|
|
5646
|
+
Object.defineProperty(DevopsSourceControlFormComponent.prototype, "EditingSourceControl", {
|
|
5647
|
+
get: function () {
|
|
5648
|
+
var _a, _b;
|
|
5649
|
+
var sc = ((_a = this.Environment) === null || _a === void 0 ? void 0 : _a.Sources) ? (_b = this.Environment) === null || _b === void 0 ? void 0 : _b.Sources[this.EditingSourceControlLookup] : null;
|
|
5650
|
+
if (sc == null && this.EditingSourceControlLookup) {
|
|
5651
|
+
sc = {};
|
|
5652
|
+
}
|
|
5653
|
+
return sc;
|
|
5654
|
+
},
|
|
5655
|
+
enumerable: false,
|
|
5656
|
+
configurable: true
|
|
5657
|
+
});
|
|
5658
|
+
Object.defineProperty(DevopsSourceControlFormComponent.prototype, "MainBranchFormControl", {
|
|
5659
|
+
get: function () {
|
|
5660
|
+
return this.DevOpsSourceControlFormGroup.get(this.SourceControlRoot + 'mainBranch');
|
|
5661
|
+
},
|
|
5662
|
+
enumerable: false,
|
|
5663
|
+
configurable: true
|
|
5664
|
+
});
|
|
5665
|
+
Object.defineProperty(DevopsSourceControlFormComponent.prototype, "OrganizationFormControl", {
|
|
5666
|
+
get: function () {
|
|
5667
|
+
return this.DevOpsSourceControlFormGroup.get(this.SourceControlRoot + 'organization');
|
|
5668
|
+
},
|
|
5669
|
+
enumerable: false,
|
|
5670
|
+
configurable: true
|
|
5671
|
+
});
|
|
5672
|
+
Object.defineProperty(DevopsSourceControlFormComponent.prototype, "RepositoryFormControl", {
|
|
5673
|
+
get: function () {
|
|
5674
|
+
return this.DevOpsSourceControlFormGroup.get(this.SourceControlRoot + 'repository');
|
|
5675
|
+
},
|
|
5676
|
+
enumerable: false,
|
|
5677
|
+
configurable: true
|
|
5678
|
+
});
|
|
5679
|
+
// Life Cycle
|
|
5680
|
+
DevopsSourceControlFormComponent.prototype.ngAfterViewInit = function () { };
|
|
5681
|
+
DevopsSourceControlFormComponent.prototype.ngOnDestroy = function () {
|
|
5682
|
+
this.destroyFormControls();
|
|
5683
|
+
};
|
|
5684
|
+
DevopsSourceControlFormComponent.prototype.ngOnInit = function () {
|
|
5685
|
+
console.log("org: ", this.EditingSourceControl);
|
|
5686
|
+
console.log("lookup: ", this.EditingSourceControlLookup);
|
|
5687
|
+
if (this.EditingSourceControlLookup === null) {
|
|
5688
|
+
this.CreateNewSourceControl();
|
|
5689
|
+
}
|
|
5690
|
+
console.log("org: ", this.EditingSourceControl);
|
|
5691
|
+
if (this.EditingSourceControl != null) {
|
|
5692
|
+
this.DevOpsSourceControlFormGroup = this.formBuilder.group({});
|
|
5693
|
+
this.setupFormControls();
|
|
5694
|
+
}
|
|
5695
|
+
this.RefreshOrganizations();
|
|
5696
|
+
};
|
|
5697
|
+
// API Methods
|
|
5698
|
+
DevopsSourceControlFormComponent.prototype.AddBranchOption = function (event) {
|
|
5699
|
+
this.addBranchOption(event.value);
|
|
5700
|
+
event.input.value = '';
|
|
5701
|
+
};
|
|
5702
|
+
DevopsSourceControlFormComponent.prototype.BranchOptionSelected = function (event) {
|
|
5703
|
+
this.addBranchOption(event.option.value);
|
|
5704
|
+
};
|
|
5705
|
+
DevopsSourceControlFormComponent.prototype.BranchesChanged = function (branches) {
|
|
5706
|
+
this.loadProjectHostingDetails();
|
|
5707
|
+
};
|
|
5708
|
+
DevopsSourceControlFormComponent.prototype.BuildPathChanged = function (event) {
|
|
5709
|
+
};
|
|
5710
|
+
DevopsSourceControlFormComponent.prototype.CreateNewSourceControl = function () {
|
|
5711
|
+
this.SetEditingSourceControl(i2.Guid.CreateRaw());
|
|
5712
|
+
};
|
|
5713
|
+
DevopsSourceControlFormComponent.prototype.CreateRepository = function () {
|
|
5714
|
+
this.CreatingRepository = true;
|
|
5715
|
+
this.RepositoryFormControl.reset();
|
|
5716
|
+
};
|
|
5717
|
+
DevopsSourceControlFormComponent.prototype.CancelCreateRepository = function () {
|
|
5718
|
+
this.CreatingRepository = false;
|
|
5719
|
+
};
|
|
5720
|
+
DevopsSourceControlFormComponent.prototype.DevOpsActionLookupChanged = function (event) {
|
|
5721
|
+
this.configureDevOpsAction();
|
|
5722
|
+
};
|
|
5723
|
+
DevopsSourceControlFormComponent.prototype.MainBranchChanged = function (event) {
|
|
5724
|
+
this.emitBranchesChanged();
|
|
5725
|
+
};
|
|
5726
|
+
DevopsSourceControlFormComponent.prototype.OrganizationChanged = function (event) {
|
|
5727
|
+
var org = this.OrganizationFormControl;
|
|
5728
|
+
this.RepositoryFormControl.reset();
|
|
5729
|
+
if (this.UseBranches) {
|
|
5730
|
+
this.BranchesFormControl.reset();
|
|
5731
|
+
this.SelectedBranches = [];
|
|
5732
|
+
}
|
|
5733
|
+
this.listRepositories();
|
|
5734
|
+
};
|
|
5735
|
+
DevopsSourceControlFormComponent.prototype.RefreshOrganizations = function () {
|
|
5736
|
+
var _a, _b, _c;
|
|
5737
|
+
// this.Loading = true;
|
|
5738
|
+
this.listOrganizations();
|
|
5739
|
+
(_a = this.OrganizationFormControl) === null || _a === void 0 ? void 0 : _a.reset();
|
|
5740
|
+
(_b = this.RepositoryFormControl) === null || _b === void 0 ? void 0 : _b.reset();
|
|
5741
|
+
if (this.UseBranches) {
|
|
5742
|
+
(_c = this.BranchesFormControl) === null || _c === void 0 ? void 0 : _c.reset();
|
|
5743
|
+
}
|
|
5744
|
+
};
|
|
5745
|
+
DevopsSourceControlFormComponent.prototype.RemoveBranchOption = function (option) {
|
|
5746
|
+
var index = this.SelectedBranches.indexOf(option);
|
|
5747
|
+
if (index >= 0) {
|
|
5748
|
+
this.SelectedBranches.splice(index, 1);
|
|
5749
|
+
}
|
|
5750
|
+
this.emitBranchesChanged();
|
|
5751
|
+
};
|
|
5752
|
+
DevopsSourceControlFormComponent.prototype.RepositoryChanged = function (event) {
|
|
5753
|
+
var repo = this.RepositoryFormControl;
|
|
5754
|
+
if (this.UseBranches) {
|
|
5755
|
+
this.BranchesFormControl.reset();
|
|
5756
|
+
this.SelectedBranches = [];
|
|
5757
|
+
this.listBranches();
|
|
5758
|
+
}
|
|
5759
|
+
if (!this.UseBranches) {
|
|
5760
|
+
this.listBuildPaths();
|
|
5761
|
+
}
|
|
5762
|
+
};
|
|
5763
|
+
DevopsSourceControlFormComponent.prototype.SaveRepository = function () {
|
|
5764
|
+
var _this = this;
|
|
5765
|
+
this.Loading = true;
|
|
5766
|
+
var org = this.OrganizationFormControl.value;
|
|
5767
|
+
var repoName = this.RepositoryFormControl.value;
|
|
5768
|
+
this.appsFlowSvc
|
|
5769
|
+
.CreateRepository(org, repoName)
|
|
5770
|
+
.subscribe(function (response) {
|
|
5771
|
+
if (response.Status.Code === 0) {
|
|
5772
|
+
_this.listRepositories(repoName);
|
|
5773
|
+
_this.CreatingRepository = false;
|
|
5774
|
+
}
|
|
5775
|
+
else {
|
|
5776
|
+
// TODO: Need to surface an error to the user...
|
|
5777
|
+
_this.Loading = false;
|
|
5778
|
+
}
|
|
5779
|
+
});
|
|
5780
|
+
};
|
|
5781
|
+
DevopsSourceControlFormComponent.prototype.SetEditingSourceControl = function (scLookup) {
|
|
5782
|
+
this.EditingSourceControlLookup = scLookup;
|
|
5783
|
+
};
|
|
5784
|
+
DevopsSourceControlFormComponent.prototype.SubmitSourceControl = function () {
|
|
5785
|
+
console.log("source control submitted");
|
|
5786
|
+
};
|
|
5787
|
+
// public SaveSourceControl(): void {
|
|
5788
|
+
// const saveEnvReq: SaveEnvironmentAsCodeEventRequest = {
|
|
5789
|
+
// Environment: {
|
|
5790
|
+
// ...this.Environment,
|
|
5791
|
+
// Artifacts: this.Environment.Artifacts || {},
|
|
5792
|
+
// DevOpsActions: this.Environment.DevOpsActions || {},
|
|
5793
|
+
// Secrets: this.Environment.Secrets || {},
|
|
5794
|
+
// Sources: this.Environment.Sources || {},
|
|
5795
|
+
// },
|
|
5796
|
+
// EnvironmentLookup: this.EnvironmentLookup,
|
|
5797
|
+
// EnterpriseDataTokens: {},
|
|
5798
|
+
// };
|
|
5799
|
+
// let artifactLookup: string;
|
|
5800
|
+
// // let artifact: EaCArtifact = {
|
|
5801
|
+
// // ...this.Artifact,
|
|
5802
|
+
// // ...this.HostingDetailsFormControls
|
|
5803
|
+
// // .SelectedHostingOptionInputControlValues,
|
|
5804
|
+
// // };
|
|
5805
|
+
// if (!this.ArtifactLookup) {
|
|
5806
|
+
// artifactLookup = Guid.CreateRaw();
|
|
5807
|
+
// artifact = {
|
|
5808
|
+
// ...artifact,
|
|
5809
|
+
// Type: this.HostingDetailsFormControls.SelectedHostingOption
|
|
5810
|
+
// .ArtifactType,
|
|
5811
|
+
// Name: this.HostingDetailsFormControls.SelectedHostingOption.Name,
|
|
5812
|
+
// NPMRegistry: 'https://registry.npmjs.org/',
|
|
5813
|
+
// };
|
|
5814
|
+
// } else {
|
|
5815
|
+
// artifactLookup = this.ArtifactLookup;
|
|
5816
|
+
// }
|
|
5817
|
+
// saveEnvReq.Environment.Artifacts[artifactLookup] = artifact;
|
|
5818
|
+
// let devOpsActionLookup: string;
|
|
5819
|
+
// if (!this.DevOpsActionLookup) {
|
|
5820
|
+
// devOpsActionLookup = Guid.CreateRaw();
|
|
5821
|
+
// // const doa: EaCDevOpsAction = {
|
|
5822
|
+
// // ...this.DevOpsAction,
|
|
5823
|
+
// // ArtifactLookups: [artifactLookup],
|
|
5824
|
+
// // Name: this.HostingDetailsFormControls.DevOpsActionNameFormControl.value,
|
|
5825
|
+
// // Path: this.HostingDetailsFormControls.SelectedHostingOption.Path,
|
|
5826
|
+
// // Templates:
|
|
5827
|
+
// // this.HostingDetailsFormControls.SelectedHostingOption.Templates,
|
|
5828
|
+
// // };
|
|
5829
|
+
// if (this.HostingDetailsFormControls.NPMTokenFormControl?.value) {
|
|
5830
|
+
// const secretLookup = 'npm-access-token';
|
|
5831
|
+
// doa.SecretLookups = [secretLookup];
|
|
5832
|
+
// saveEnvReq.Environment.Secrets[secretLookup] = {
|
|
5833
|
+
// Name: 'NPM Access Token',
|
|
5834
|
+
// DataTokenLookup: secretLookup,
|
|
5835
|
+
// KnownAs: 'NPM_TOKEN',
|
|
5836
|
+
// };
|
|
5837
|
+
// saveEnvReq.EnterpriseDataTokens[secretLookup] = {
|
|
5838
|
+
// Name: saveEnvReq.Environment.Secrets[secretLookup].Name,
|
|
5839
|
+
// Description: saveEnvReq.Environment.Secrets[secretLookup].Name,
|
|
5840
|
+
// Value: this.NPMTokenFormControl.value,
|
|
5841
|
+
// };
|
|
5842
|
+
// }
|
|
5843
|
+
// saveEnvReq.Environment.DevOpsActions[devOpsActionLookup] = doa;
|
|
5844
|
+
// } else {
|
|
5845
|
+
// devOpsActionLookup = this.DevOpsActionLookupFormControl.value;
|
|
5846
|
+
// const doa: EaCDevOpsAction = {
|
|
5847
|
+
// ...this.DevOpsAction,
|
|
5848
|
+
// Name: this.HostingDetailsFormControls.DevOpsActionNameFormControl.value,
|
|
5849
|
+
// };
|
|
5850
|
+
// saveEnvReq.Environment.DevOpsActions[devOpsActionLookup] = doa;
|
|
5851
|
+
// }
|
|
5852
|
+
// let source: EaCSourceControl = {
|
|
5853
|
+
// ...this.EditingSourceControl,
|
|
5854
|
+
// Branches: this.SelectedBranches,
|
|
5855
|
+
// MainBranch: this.MainBranchFormControl.value,
|
|
5856
|
+
// };
|
|
5857
|
+
// source = {
|
|
5858
|
+
// ...source,
|
|
5859
|
+
// Type: 'GitHub',
|
|
5860
|
+
// Name: this.EditingSourceControlLookup,
|
|
5861
|
+
// DevOpsActionTriggerLookups: [devOpsActionLookup],
|
|
5862
|
+
// Organization:
|
|
5863
|
+
// this.OrganizationFormControl.value,
|
|
5864
|
+
// Repository: this.RepositoryFormControl.value,
|
|
5865
|
+
// };
|
|
5866
|
+
// const scLookup = `github://${source.Organization}/${source.Repository}`;
|
|
5867
|
+
// saveEnvReq.Environment.Sources[scLookup] = source;
|
|
5868
|
+
// this.eacSvc.SaveEnvironmentAsCode(saveEnvReq);
|
|
5869
|
+
// }
|
|
5870
|
+
// Helpers
|
|
5871
|
+
DevopsSourceControlFormComponent.prototype.addBranchOption = function (value) {
|
|
5872
|
+
value = (value || '').trim();
|
|
5873
|
+
if (value && this.SelectedBranches.indexOf(value) < 0) {
|
|
5874
|
+
this.SelectedBranches.push(value);
|
|
5875
|
+
}
|
|
5876
|
+
this.BranchesInput.nativeElement.blur();
|
|
5877
|
+
this.emitBranchesChanged();
|
|
5878
|
+
};
|
|
5879
|
+
DevopsSourceControlFormComponent.prototype.configureDevOpsAction = function () {
|
|
5880
|
+
var _this = this;
|
|
5881
|
+
setTimeout(function () {
|
|
5882
|
+
_this.DevOpsActionLookupFormControl.setValue(_this.DevOpsActionLookup);
|
|
5883
|
+
}, 0);
|
|
5884
|
+
};
|
|
5885
|
+
DevopsSourceControlFormComponent.prototype.destroyFormControls = function () {
|
|
5886
|
+
var _a, _b, _c, _d;
|
|
5887
|
+
this.DevOpsSourceControlFormGroup.removeControl([this.SourceControlRoot, 'mainBranch'].join(''));
|
|
5888
|
+
(_a = this.DevOpsSourceControlFormGroup) === null || _a === void 0 ? void 0 : _a.removeControl([this.SourceControlRoot, 'branches'].join(''));
|
|
5889
|
+
(_b = this.DevOpsSourceControlFormGroup) === null || _b === void 0 ? void 0 : _b.removeControl([this.SourceControlRoot, 'buildPath'].join(''));
|
|
5890
|
+
this.SelectedBranches = [];
|
|
5891
|
+
(_c = this.DevOpsSourceControlFormGroup) === null || _c === void 0 ? void 0 : _c.removeControl([this.SourceControlRoot, 'organization'].join(''));
|
|
5892
|
+
(_d = this.DevOpsSourceControlFormGroup) === null || _d === void 0 ? void 0 : _d.removeControl([this.SourceControlRoot, 'repository'].join(''));
|
|
5893
|
+
};
|
|
5894
|
+
DevopsSourceControlFormComponent.prototype.emitBranchesChanged = function () {
|
|
5895
|
+
var _a, _b;
|
|
5896
|
+
if (((_a = this.SelectedBranches) === null || _a === void 0 ? void 0 : _a.length) > 0 &&
|
|
5897
|
+
(!this.MainBranchFormControl.value ||
|
|
5898
|
+
this.SelectedBranches.indexOf(this.MainBranchFormControl.value) < 0)) {
|
|
5899
|
+
this.MainBranchFormControl.setValue(this.SelectedBranches.find(function (branch) { return branch === 'main' || branch === 'master'; }) || this.SelectedBranches[0]);
|
|
5900
|
+
}
|
|
5901
|
+
else if (((_b = this.SelectedBranches) === null || _b === void 0 ? void 0 : _b.length) <= 0) {
|
|
5902
|
+
this.MainBranchFormControl.reset();
|
|
5903
|
+
}
|
|
5904
|
+
this.BranchesFormControl.setValue(this.SelectedBranches.join(','));
|
|
5905
|
+
this.BranchesChanged(this.SelectedBranches || []);
|
|
5906
|
+
};
|
|
5907
|
+
DevopsSourceControlFormComponent.prototype.listBranches = function () {
|
|
5908
|
+
var _this = this;
|
|
5909
|
+
if (this.UseBranches) {
|
|
5910
|
+
this.Loading = true;
|
|
5911
|
+
this.appsFlowSvc
|
|
5912
|
+
.ListBranches(this.OrganizationFormControl.value, this.RepositoryFormControl.value)
|
|
5913
|
+
.subscribe(function (response) {
|
|
5914
|
+
var _a, _b, _c;
|
|
5915
|
+
_this.BranchOptions = response.Model;
|
|
5916
|
+
_this.Loading = false;
|
|
5917
|
+
if (((_b = (_a = _this.EditingSourceControl) === null || _a === void 0 ? void 0 : _a.Branches) === null || _b === void 0 ? void 0 : _b.length) > 0) {
|
|
5918
|
+
_this.SelectedBranches = _this.EditingSourceControl.Branches;
|
|
5919
|
+
}
|
|
5920
|
+
else if (((_c = _this.BranchOptions) === null || _c === void 0 ? void 0 : _c.length) === 1) {
|
|
5921
|
+
_this.BranchesFormControl.setValue(_this.BranchOptions[0].Name);
|
|
5922
|
+
_this.SelectedBranches = [_this.BranchOptions[0].Name];
|
|
5923
|
+
}
|
|
5924
|
+
_this.emitBranchesChanged();
|
|
5925
|
+
_this.listBuildPaths();
|
|
5926
|
+
});
|
|
5927
|
+
}
|
|
5928
|
+
};
|
|
5929
|
+
DevopsSourceControlFormComponent.prototype.listBuildPaths = function () {
|
|
5930
|
+
var _this = this;
|
|
5931
|
+
if (this.UseBuildPath) {
|
|
5932
|
+
this.Loading = true;
|
|
5933
|
+
this.appsFlowSvc
|
|
5934
|
+
.ListBuildPaths(this.OrganizationFormControl.value, this.RepositoryFormControl.value)
|
|
5935
|
+
.subscribe(function (response) {
|
|
5936
|
+
var _a;
|
|
5937
|
+
_this.BuildPathOptions = response.Model;
|
|
5938
|
+
_this.Loading = false;
|
|
5939
|
+
if (((_a = _this.BuildPathOptions) === null || _a === void 0 ? void 0 : _a.length) === 1) {
|
|
5940
|
+
_this.BuildPathFormControl.setValue(_this.BuildPathOptions[0]);
|
|
5941
|
+
}
|
|
5942
|
+
});
|
|
5943
|
+
}
|
|
5944
|
+
};
|
|
5945
|
+
DevopsSourceControlFormComponent.prototype.listOrganizations = function () {
|
|
5946
|
+
var _this = this;
|
|
5947
|
+
this.Loading = true;
|
|
5948
|
+
this.appsFlowSvc
|
|
5949
|
+
.ListOrganizations()
|
|
5950
|
+
.subscribe(function (response) {
|
|
5951
|
+
var _a;
|
|
5952
|
+
_this.OrganizationOptions = response.Model;
|
|
5953
|
+
_this.Loading = false;
|
|
5954
|
+
if ((_a = _this.EditingSourceControl) === null || _a === void 0 ? void 0 : _a.Organization) {
|
|
5955
|
+
setTimeout(function () {
|
|
5956
|
+
var _a;
|
|
5957
|
+
_this.OrganizationFormControl.setValue(_this.EditingSourceControl.Organization);
|
|
5958
|
+
_this.listRepositories((_a = _this.EditingSourceControl) === null || _a === void 0 ? void 0 : _a.Repository);
|
|
5959
|
+
}, 0);
|
|
5960
|
+
}
|
|
5961
|
+
});
|
|
5962
|
+
};
|
|
5963
|
+
DevopsSourceControlFormComponent.prototype.listRepositories = function (activeRepo) {
|
|
5964
|
+
var _this = this;
|
|
5965
|
+
if (activeRepo === void 0) { activeRepo = null; }
|
|
5966
|
+
this.Loading = true;
|
|
5967
|
+
this.appsFlowSvc
|
|
5968
|
+
.ListRepositories(this.OrganizationFormControl.value)
|
|
5969
|
+
.subscribe(function (response) {
|
|
5970
|
+
var _a;
|
|
5971
|
+
_this.RepositoryOptions = response.Model;
|
|
5972
|
+
_this.Loading = false;
|
|
5973
|
+
if (activeRepo) {
|
|
5974
|
+
setTimeout(function () {
|
|
5975
|
+
_this.RepositoryFormControl.setValue(activeRepo);
|
|
5976
|
+
_this.listBranches();
|
|
5977
|
+
if (!_this.UseBranches) {
|
|
5978
|
+
_this.listBuildPaths();
|
|
5979
|
+
}
|
|
5980
|
+
}, 0);
|
|
5981
|
+
}
|
|
5982
|
+
else if (((_a = _this.RepositoryOptions) === null || _a === void 0 ? void 0 : _a.length) <= 0) {
|
|
5983
|
+
_this.CreatingRepository = true;
|
|
5984
|
+
}
|
|
5985
|
+
});
|
|
5986
|
+
};
|
|
5987
|
+
DevopsSourceControlFormComponent.prototype.loadProjectHostingDetails = function () {
|
|
5988
|
+
var _this = this;
|
|
5989
|
+
var _a, _b, _c, _d;
|
|
5990
|
+
if (((_a = this.SelectedBranches) === null || _a === void 0 ? void 0 : _a.length) > 0) {
|
|
5991
|
+
this.HostingDetails.Loading = true;
|
|
5992
|
+
this.appsFlowSvc
|
|
5993
|
+
.LoadProjectHostingDetails((_b = this.OrganizationFormControl) === null || _b === void 0 ? void 0 : _b.value, (_c = this.RepositoryFormControl) === null || _c === void 0 ? void 0 : _c.value, (_d = this.MainBranchFormControl) === null || _d === void 0 ? void 0 : _d.value)
|
|
5994
|
+
.subscribe(function (response) {
|
|
5995
|
+
_this.HostingDetails = response.Model;
|
|
5996
|
+
_this.HostingDetails.Loading = false;
|
|
5997
|
+
_this.configureDevOpsAction();
|
|
5998
|
+
}, function (err) {
|
|
5999
|
+
_this.HostingDetails.Loading = false;
|
|
6000
|
+
});
|
|
6001
|
+
}
|
|
6002
|
+
};
|
|
6003
|
+
DevopsSourceControlFormComponent.prototype.setupFormControls = function () {
|
|
6004
|
+
// this.destroyFormControls();
|
|
6005
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
|
6006
|
+
this.DevOpsSourceControlFormGroup.addControl('devOpsActionLookup', new forms.FormControl(this.DevOpsActionLookup || '', []));
|
|
6007
|
+
this.DevOpsSourceControlFormGroup.addControl([this.SourceControlRoot, 'organization'].join(''), new forms.FormControl((_a = this.EditingSourceControl.Organization) !== null && _a !== void 0 ? _a : '', forms.Validators.required));
|
|
6008
|
+
this.DevOpsSourceControlFormGroup.addControl([this.SourceControlRoot, 'repository'].join(''), new forms.FormControl((_b = this.EditingSourceControl.Repository) !== null && _b !== void 0 ? _b : '', forms.Validators.required));
|
|
6009
|
+
if (this.UseBranches) {
|
|
6010
|
+
this.DevOpsSourceControlFormGroup.addControl([this.SourceControlRoot, 'branches'].join(''), new forms.FormControl((_d = (_c = this.EditingSourceControl) === null || _c === void 0 ? void 0 : _c.Branches) !== null && _d !== void 0 ? _d : '', forms.Validators.required));
|
|
6011
|
+
this.SelectedBranches = (_e = this.EditingSourceControl) === null || _e === void 0 ? void 0 : _e.Branches;
|
|
6012
|
+
this.DevOpsSourceControlFormGroup.addControl([this.SourceControlRoot, 'mainBranch'].join(''), new forms.FormControl((_f = this.EditingSourceControl.MainBranch) !== null && _f !== void 0 ? _f : '', forms.Validators.required));
|
|
6013
|
+
}
|
|
6014
|
+
if (this.UseBuildPath) {
|
|
6015
|
+
this.DevOpsSourceControlFormGroup.addControl([this.SourceControlRoot, 'buildPath'].join(''), new forms.FormControl((_g = this.BuildPath) !== null && _g !== void 0 ? _g : '', forms.Validators.required));
|
|
6016
|
+
}
|
|
6017
|
+
};
|
|
6018
|
+
return DevopsSourceControlFormComponent;
|
|
6019
|
+
}());
|
|
6020
|
+
DevopsSourceControlFormComponent.decorators = [
|
|
6021
|
+
{ type: i0.Component, args: [{
|
|
6022
|
+
selector: 'lcu-devops-source-control-form',
|
|
6023
|
+
template: "<form class=\"form-card\" [formGroup]=\"DevOpsSourceControlFormGroup\" (ngSubmit)=\"SubmitSourceControl()\">\n\n <mat-card class=\"spread\" class=\"sc-card\">\n <mat-card-header>\n <mat-card-title> Source Control </mat-card-title>\n\n <div fxFlex></div>\n\n <mat-icon matSuffix matTooltip=\"Configure source control, DevOps CI/CD, and artifacts.\">\n info_outline\n </mat-icon>\n </mat-card-header>\n\n <mat-card-content>\n <div class=\"card\">\n <mat-form-field class=\"mat-full-width\">\n <mat-select formControlName=\"devOpsActionLookup\" placeholder=\"DevOps Action\"\n [disabled]=\"HostingDetails?.Loading\" (selectionChange)=\"DevOpsActionLookupChanged($event)\">\n <ng-container *ngFor=\"let devOpsActionLookup of DevOpsActionLookups\">\n <mat-option [value]=\"devOpsActionLookup\" *ngIf=\"DevOpsActions[devOpsActionLookup]; let devOpsAction\">\n {{ devOpsAction.Name }}\n </mat-option>\n </ng-container>\n\n <mat-option value=\"\">-- Create New --</mat-option>\n </mat-select>\n </mat-form-field>\n </div>\n <div class=\"card\" *ngIf=\"OrganizationFormControl?.valid || !Loading\">\n <mat-form-field class=\"mat-full-width with-hint\" *ngIf=\"OrganizationOptions?.length > 0\">\n <mat-icon class=\"org-icon\" matPrefix>corporate_fare</mat-icon>\n\n <mat-select [formControlName]=\"SourceControlRoot + 'organization'\" placeholder=\"Organization\"\n (selectionChange)=\"OrganizationChanged($event)\" [disabled]=\"Loading || HostingDetails?.Loading\" required>\n <ng-container *ngFor=\"let orgOpt of OrganizationOptions\">\n <mat-option [value]=\"orgOpt.Name\">\n {{ orgOpt.Name }}\n </mat-option>\n </ng-container>\n </mat-select>\n\n <mat-icon matSuffix (click)=\"RefreshOrganizations()\" matTooltip=\"Refresh Organization\"> refresh </mat-icon>\n\n <a matSuffix href=\"/.oauth/github?oauth-force-edit=true\" target=\"_blank\" color=\"accent\">\n <mat-icon color=\"accent\" matTooltip=\"Re-authorize Organizations\"> launch </mat-icon>\n </a>\n\n <mat-hint>\n If you don't have an organization or would like to create a new one,\n <a href=\"https://github.com/account/organizations/new\" target=\"_blank\">\n start here\n </a>\n </mat-hint>\n </mat-form-field>\n </div>\n\n <div class=\"card\" *ngIf=\"\n RepositoryFormControl?.valid ||\n (OrganizationFormControl?.valid && !Loading)\n \">\n <mat-form-field class=\"mat-full-width\">\n <mat-icon class=\"org-icon\" matPrefix>description</mat-icon>\n\n <mat-select [formControlName]=\"SourceControlRoot + 'repository'\" [placeholder]=\"\n OrganizationFormControl?.valid\n ? 'Repository'\n : 'Repository (select organization first)'\n \" [disabled]=\"\n !OrganizationFormControl?.valid || Loading || HostingDetails?.Loading\n \" (selectionChange)=\"RepositoryChanged($event)\" *ngIf=\"!CreatingRepository\" required>\n <ng-container *ngFor=\"let repoOpt of RepositoryOptions\">\n <mat-option [value]=\"repoOpt.Name\">\n {{ repoOpt.Name }}\n </mat-option>\n </ng-container>\n </mat-select>\n\n <input matInput placeholder=\"Repository (creates new if does not exist)\"\n [formControlName]=\"SourceControlRoot + 'repository'\" *ngIf=\"CreatingRepository\"\n [fxHide]=\"Loading || HostingDetails?.Loading\" required />\n\n <mat-icon matSuffix (click)=\"CreateRepository()\" [fxHide]=\"Loading || HostingDetails?.Loading\"\n *ngIf=\"!CreatingRepository && OrganizationFormControl?.valid\">\n add_circle\n </mat-icon>\n\n <button mat-button type=\"button\" (click)=\"SaveRepository()\"\n *ngIf=\"CreatingRepository && RepositoryFormControl?.valid\">\n\n <mat-icon matSuffix color=\"primary\">\n save\n </mat-icon>\n </button>\n\n <button mat-button type=\"button\" (click)=\"CancelCreateRepository()\" *ngIf=\"CreatingRepository\">\n\n <mat-icon matSuffix>\n cancel\n </mat-icon>\n </button>\n </mat-form-field>\n </div>\n\n <div class=\"card\" *ngIf=\"\n (BranchesFormControl?.valid ||\n (OrganizationFormControl?.valid &&\n RepositoryFormControl?.valid &&\n !Loading)) &&\n !CreatingRepository &&\n UseBranches\n \">\n <mat-form-field class=\"mat-full-width\">\n <mat-icon class=\"org-icon\" matPrefix>account_tree</mat-icon>\n\n <mat-label>Selected Branches</mat-label>\n\n <mat-autocomplete (optionSelected)=\"BranchOptionSelected($event)\" #branchOptions=\"matAutocomplete\">\n <ng-container *ngFor=\"let branchOpt of BranchOptions\">\n <mat-option [value]=\"branchOpt.Name\">\n {{ branchOpt.Name }}\n </mat-option>\n </ng-container>\n </mat-autocomplete>\n\n <mat-chip-list #selectedBranches>\n <mat-chip [removable]=\"true\" (removed)=\"RemoveBranchOption(selBranch)\"\n *ngFor=\"let selBranch of SelectedBranches\">\n {{ selBranch }}\n <mat-icon matChipRemove>cancel</mat-icon>\n </mat-chip>\n\n <input matInput placeholder=\"New Branch...\" [formControlName]=\"SourceControlRoot + 'branches'\" #branches\n [matAutocomplete]=\"branchOptions\" [matChipInputFor]=\"selectedBranches\"\n [matChipInputSeparatorKeyCodes]=\"SeparatorKeysCodes\" [matChipInputAddOnBlur]=\"true\"\n (matChipInputTokenEnd)=\"AddBranchOption($event)\" [disabled]=\"Loading || HostingDetails?.Loading\"\n required />\n </mat-chip-list>\n </mat-form-field>\n\n <mat-form-field class=\"mat-full-width with-hint\" [fxShow]=\"SelectedBranches?.length > 1\">\n <mat-icon class=\"org-icon\" matPrefix>account_tree</mat-icon>\n\n <mat-select [formControlName]=\"SourceControlRoot + 'mainBranch'\" placeholder=\"Main Branch\"\n [disabled]=\"Loading || HostingDetails?.Loading\" (selectionChange)=\"MainBranchChanged($event)\" required>\n <ng-container *ngFor=\"let branch of SelectedBranches\">\n <mat-option [value]=\"branch\">\n {{ branch }}\n </mat-option>\n </ng-container>\n </mat-select>\n\n <mat-icon matSuffix (click)=\"RefreshOrganizations()\"> refresh </mat-icon>\n\n <a matSuffix mat-icon-button href=\"/.oauth/github?oauth-force-edit=true\" target=\"_blank\" color=\"accent\">\n <mat-icon matTooltip=\"Re-authorize Organizations\" color=\"accent\"> launch </mat-icon>\n </a>\n\n <mat-hint>\n If you don't have an organization or would like to create a new one,\n <a href=\"https://github.com/account/organizations/new\" target=\"_blank\">\n start here\n </a>\n </mat-hint>\n </mat-form-field>\n </div>\n\n <div class=\"card\" *ngIf=\"\n (BuildPathFormControl?.valid ||\n (OrganizationFormControl?.valid &&\n RepositoryFormControl?.valid &&\n !Loading)) &&\n !CreatingRepository &&\n UseBuildPath\n \">\n <mat-form-field class=\"mat-full-width with-hint\">\n <mat-icon class=\"org-icon\" matPrefix>build</mat-icon>\n\n <mat-select [formControlName]=\"SourceControlRoot + 'buildPath'\" placeholder=\"Build Path\"\n [disabled]=\"Loading || BuildPathDisabled\" (selectionChange)=\"BuildPathChanged($event)\" required>\n <ng-container *ngFor=\"let buildPath of BuildPathOptions\">\n <mat-option [value]=\"buildPath\">\n {{ buildPath }}\n </mat-option>\n </ng-container>\n </mat-select>\n\n <mat-hint>\n The build path identifies which build action to use for your\n configuration.\n </mat-hint>\n </mat-form-field>\n </div>\n\n <div *ngIf=\"Loading\">\n <div class=\"spread\">\n <lcu-loader style=\"margin: auto\" [loading]=\"true\"></lcu-loader>\n\n <div class=\"margin-3\">\n <h4 class=\"mat-title\" *ngIf=\"!OrganizationFormControl?.valid\">\n Loading organizations\n </h4>\n\n <h4 class=\"mat-title\" *ngIf=\"\n OrganizationFormControl?.valid && !RepositoryFormControl?.valid\n \">\n Loading repositories\n </h4>\n\n <h4 class=\"mat-title\" *ngIf=\"RepositoryFormControl?.valid && !BranchesFormControl?.valid\">\n Loading branches\n </h4>\n\n <h4 class=\"mat-title\" *ngIf=\"\n (RepositoryFormControl?.valid || BranchesFormControl?.valid) &&\n !BuildPathFormControl?.valid\n \">\n Loading build paths\n </h4>\n </div>\n </div>\n </div>\n <!-- </div> -->\n\n </mat-card-content>\n <mat-card-actions fxLayoutAlign=\"center center\">\n <!-- [disabled]=\"!SecurityFormGroup.valid || !SecurityFormGroup.dirty\" -->\n <button mat-raised-button type=\"submit\">Save</button>\n </mat-card-actions>\n </mat-card>\n</form>",
|
|
6024
|
+
styles: [".form-card,.sc-card{width:100%}"]
|
|
6025
|
+
},] }
|
|
6026
|
+
];
|
|
6027
|
+
DevopsSourceControlFormComponent.ctorParameters = function () { return [
|
|
6028
|
+
{ type: forms.FormBuilder },
|
|
6029
|
+
{ type: ApplicationsFlowService },
|
|
6030
|
+
{ type: EaCService }
|
|
6031
|
+
]; };
|
|
6032
|
+
DevopsSourceControlFormComponent.propDecorators = {
|
|
6033
|
+
BranchesInput: [{ type: i0.ViewChild, args: ['branches',] }],
|
|
6034
|
+
EditingSourceControlLookup: [{ type: i0.Input, args: ['editing-source-control-lookup',] }],
|
|
6035
|
+
Environment: [{ type: i0.Input, args: ['environment',] }]
|
|
6036
|
+
};
|
|
6037
|
+
|
|
6038
|
+
var SourceControlDialogComponent = /** @class */ (function () {
|
|
6039
|
+
function SourceControlDialogComponent(dialogRef, data) {
|
|
6040
|
+
this.dialogRef = dialogRef;
|
|
6041
|
+
this.data = data;
|
|
6042
|
+
}
|
|
6043
|
+
SourceControlDialogComponent.prototype.ngOnInit = function () {
|
|
6044
|
+
};
|
|
6045
|
+
return SourceControlDialogComponent;
|
|
6046
|
+
}());
|
|
6047
|
+
SourceControlDialogComponent.decorators = [
|
|
6048
|
+
{ type: i0.Component, args: [{
|
|
6049
|
+
selector: 'lcu-source-control-dialog',
|
|
6050
|
+
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>",
|
|
6051
|
+
styles: [""]
|
|
6052
|
+
},] }
|
|
6053
|
+
];
|
|
6054
|
+
SourceControlDialogComponent.ctorParameters = function () { return [
|
|
6055
|
+
{ type: dialog.MatDialogRef },
|
|
6056
|
+
{ type: undefined, decorators: [{ type: i0.Inject, args: [dialog.MAT_DIALOG_DATA,] }] }
|
|
6057
|
+
]; };
|
|
6058
|
+
|
|
6059
|
+
var BuildPipelineDialogComponent = /** @class */ (function () {
|
|
6060
|
+
function BuildPipelineDialogComponent(dialogRef, data) {
|
|
6061
|
+
this.dialogRef = dialogRef;
|
|
6062
|
+
this.data = data;
|
|
6063
|
+
}
|
|
6064
|
+
BuildPipelineDialogComponent.prototype.ngOnInit = function () {
|
|
6065
|
+
};
|
|
6066
|
+
return BuildPipelineDialogComponent;
|
|
6067
|
+
}());
|
|
6068
|
+
BuildPipelineDialogComponent.decorators = [
|
|
6069
|
+
{ type: i0.Component, args: [{
|
|
6070
|
+
selector: 'lcu-build-pipeline-dialog',
|
|
6071
|
+
template: "<lcu-build-pipeline-form\n[devops-action-lookup]=\"data.devopsActionLookup\"\n[environment]=\"data.environment\"\n>\n\n</lcu-build-pipeline-form>\n",
|
|
6072
|
+
styles: [""]
|
|
6073
|
+
},] }
|
|
6074
|
+
];
|
|
6075
|
+
BuildPipelineDialogComponent.ctorParameters = function () { return [
|
|
6076
|
+
{ type: dialog.MatDialogRef },
|
|
6077
|
+
{ type: undefined, decorators: [{ type: i0.Inject, args: [dialog.MAT_DIALOG_DATA,] }] }
|
|
6078
|
+
]; };
|
|
6079
|
+
|
|
5444
6080
|
var ApplicationsFlowModule = /** @class */ (function () {
|
|
5445
6081
|
function ApplicationsFlowModule() {
|
|
5446
6082
|
}
|
|
@@ -5453,7 +6089,7 @@
|
|
|
5453
6089
|
ProjectService,
|
|
5454
6090
|
NPMService,
|
|
5455
6091
|
FormsService,
|
|
5456
|
-
|
|
6092
|
+
EaCService
|
|
5457
6093
|
],
|
|
5458
6094
|
};
|
|
5459
6095
|
};
|
|
@@ -5496,7 +6132,11 @@
|
|
|
5496
6132
|
CardCarouselComponent,
|
|
5497
6133
|
SecurityToggleComponent,
|
|
5498
6134
|
ProcessorDetailsFormComponent,
|
|
5499
|
-
SourceControlFormComponent
|
|
6135
|
+
SourceControlFormComponent,
|
|
6136
|
+
BuildPipelineFormComponent,
|
|
6137
|
+
DevopsSourceControlFormComponent,
|
|
6138
|
+
SourceControlDialogComponent,
|
|
6139
|
+
BuildPipelineDialogComponent
|
|
5500
6140
|
],
|
|
5501
6141
|
imports: [
|
|
5502
6142
|
i2.FathymSharedModule,
|
|
@@ -5544,7 +6184,11 @@
|
|
|
5544
6184
|
CardCarouselComponent,
|
|
5545
6185
|
SecurityToggleComponent,
|
|
5546
6186
|
ProcessorDetailsFormComponent,
|
|
5547
|
-
SourceControlFormComponent
|
|
6187
|
+
SourceControlFormComponent,
|
|
6188
|
+
BuildPipelineFormComponent,
|
|
6189
|
+
DevopsSourceControlFormComponent,
|
|
6190
|
+
SourceControlDialogComponent,
|
|
6191
|
+
BuildPipelineDialogComponent
|
|
5548
6192
|
],
|
|
5549
6193
|
entryComponents: [
|
|
5550
6194
|
ApplicationsFlowProjectsElementComponent,
|
|
@@ -5579,7 +6223,11 @@
|
|
|
5579
6223
|
CardCarouselComponent,
|
|
5580
6224
|
SecurityToggleComponent,
|
|
5581
6225
|
ProcessorDetailsFormComponent,
|
|
5582
|
-
SourceControlFormComponent
|
|
6226
|
+
SourceControlFormComponent,
|
|
6227
|
+
BuildPipelineFormComponent,
|
|
6228
|
+
DevopsSourceControlFormComponent,
|
|
6229
|
+
SourceControlDialogComponent,
|
|
6230
|
+
BuildPipelineDialogComponent
|
|
5583
6231
|
],
|
|
5584
6232
|
},] }
|
|
5585
6233
|
];
|
|
@@ -5640,6 +6288,7 @@
|
|
|
5640
6288
|
exports.DevSettingsPresetModel = DevSettingsPresetModel;
|
|
5641
6289
|
exports.DomainModel = DomainModel;
|
|
5642
6290
|
exports.DynamicTabsModel = DynamicTabsModel;
|
|
6291
|
+
exports.EaCService = EaCService;
|
|
5643
6292
|
exports.FormActionsModel = FormActionsModel;
|
|
5644
6293
|
exports.FormModel = FormModel;
|
|
5645
6294
|
exports.FormValuesModel = FormValuesModel;
|
|
@@ -5660,37 +6309,44 @@
|
|
|
5660
6309
|
exports.ProjectService = ProjectService;
|
|
5661
6310
|
exports.RootDirectoryComponent = RootDirectoryComponent;
|
|
5662
6311
|
exports.SELECTOR_APPLICATIONS_FLOW_PROJECTS_ELEMENT = SELECTOR_APPLICATIONS_FLOW_PROJECTS_ELEMENT;
|
|
6312
|
+
exports.SaveApplicationAsCodeEventRequest = SaveApplicationAsCodeEventRequest;
|
|
6313
|
+
exports.SaveDFSModifierEventRequest = SaveDFSModifierEventRequest;
|
|
6314
|
+
exports.SaveEnvironmentAsCodeEventRequest = SaveEnvironmentAsCodeEventRequest;
|
|
6315
|
+
exports.SaveProjectAsCodeEventRequest = SaveProjectAsCodeEventRequest;
|
|
5663
6316
|
exports.SourceControlFormControlsComponent = SourceControlFormControlsComponent;
|
|
5664
6317
|
exports.ThreeColumnComponent = ThreeColumnComponent;
|
|
5665
6318
|
exports.UnpackLowCodeUnitRequest = UnpackLowCodeUnitRequest;
|
|
5666
|
-
exports.ɵa =
|
|
5667
|
-
exports.ɵb =
|
|
5668
|
-
exports.ɵba =
|
|
5669
|
-
exports.ɵbb =
|
|
5670
|
-
exports.ɵ
|
|
5671
|
-
exports.ɵ
|
|
5672
|
-
exports.ɵ
|
|
5673
|
-
exports.ɵ
|
|
5674
|
-
exports.ɵ
|
|
5675
|
-
exports.ɵ
|
|
5676
|
-
exports.ɵ
|
|
5677
|
-
exports.ɵ
|
|
5678
|
-
exports.ɵ
|
|
5679
|
-
exports.ɵ
|
|
5680
|
-
exports.ɵ
|
|
5681
|
-
exports.ɵ
|
|
5682
|
-
exports.ɵ
|
|
5683
|
-
exports.ɵ
|
|
5684
|
-
exports.ɵ
|
|
5685
|
-
exports.ɵ
|
|
5686
|
-
exports.ɵ
|
|
5687
|
-
exports.ɵ
|
|
5688
|
-
exports.ɵ
|
|
5689
|
-
exports.ɵ
|
|
5690
|
-
exports.ɵ
|
|
5691
|
-
exports.ɵ
|
|
5692
|
-
exports.ɵ
|
|
5693
|
-
exports.ɵ
|
|
6319
|
+
exports.ɵa = DynamicTabsComponent;
|
|
6320
|
+
exports.ɵb = HeaderComponent;
|
|
6321
|
+
exports.ɵba = SourceControlFormComponent;
|
|
6322
|
+
exports.ɵbb = BuildPipelineFormComponent;
|
|
6323
|
+
exports.ɵbc = DevopsSourceControlFormComponent;
|
|
6324
|
+
exports.ɵbd = SourceControlDialogComponent;
|
|
6325
|
+
exports.ɵbe = BuildPipelineDialogComponent;
|
|
6326
|
+
exports.ɵc = ProjectTabsComponent;
|
|
6327
|
+
exports.ɵd = GeneralComponent;
|
|
6328
|
+
exports.ɵe = DomainsComponent;
|
|
6329
|
+
exports.ɵf = ProjectItemsComponent;
|
|
6330
|
+
exports.ɵg = BuildsComponent;
|
|
6331
|
+
exports.ɵh = RecentActivitiesComponent;
|
|
6332
|
+
exports.ɵi = FormCardComponent;
|
|
6333
|
+
exports.ɵj = BaseFormComponent;
|
|
6334
|
+
exports.ɵk = BaseFormTestComponent;
|
|
6335
|
+
exports.ɵl = AppsFlowComponent;
|
|
6336
|
+
exports.ɵm = DevOpsComponent;
|
|
6337
|
+
exports.ɵn = DFSModifiersComponent;
|
|
6338
|
+
exports.ɵo = NpmPackageSelectComponent;
|
|
6339
|
+
exports.ɵp = ColumnInfoCardComponent;
|
|
6340
|
+
exports.ɵq = SlottedCardComponent;
|
|
6341
|
+
exports.ɵr = ProjectInfoCardComponent;
|
|
6342
|
+
exports.ɵs = AnalyticsCardComponent;
|
|
6343
|
+
exports.ɵt = FeedCardSmComponent;
|
|
6344
|
+
exports.ɵu = GhControlComponent;
|
|
6345
|
+
exports.ɵv = MainFeedCardComponent;
|
|
6346
|
+
exports.ɵw = TwoColumnHeaderComponent;
|
|
6347
|
+
exports.ɵx = CardCarouselComponent;
|
|
6348
|
+
exports.ɵy = SecurityToggleComponent;
|
|
6349
|
+
exports.ɵz = ProcessorDetailsFormComponent;
|
|
5694
6350
|
|
|
5695
6351
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5696
6352
|
|