@lowcodeunit/applications-flow-common 1.33.89-lets-get-social-ish → 1.33.95-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 +1219 -646
- 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 +31 -4
- package/esm2015/lib/controls/build-pipeline-form/build-pipeline-form.component.js +15 -0
- package/esm2015/lib/controls/devops-source-control-form/devops-source-control-form.component.js +15 -0
- package/esm2015/lib/controls/processor-details-form/processor-details-form.component.js +265 -0
- package/esm2015/lib/controls/security-toggle/security-toggle.component.js +60 -0
- package/esm2015/lib/controls/source-control-form/source-control-form.component.js +59 -0
- package/esm2015/lib/elements/analytics-card/analytics-card.component.js +1 -1
- package/esm2015/lib/elements/feed-card-sm/feed-card-sm.component.js +1 -1
- package/esm2015/lib/elements/gh-control/gh-control.component.js +1 -1
- package/esm2015/lib/elements/main-feed-card/main-feed-card.component.js +1 -1
- package/esm2015/lib/elements/project-info-card/project-info-card.component.js +1 -1
- package/esm2015/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.js +8 -10
- package/esm2015/lib/elements/projects/projects.component.js +8 -132
- package/esm2015/lib/elements/slotted-card/slotted-card.component.js +4 -3
- package/esm2015/lib/services/eac.service.js +193 -0
- package/esm2015/lowcodeunit-applications-flow-common.js +6 -1
- package/fesm2015/lowcodeunit-applications-flow-common.js +735 -248
- 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 +6 -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 +6 -0
- package/lib/controls/devops-source-control-form/devops-source-control-form.component.d.ts.map +1 -0
- package/lib/controls/processor-details-form/processor-details-form.component.d.ts +48 -0
- package/lib/controls/processor-details-form/processor-details-form.component.d.ts.map +1 -0
- package/lib/controls/security-toggle/security-toggle.component.d.ts +16 -0
- package/lib/controls/security-toggle/security-toggle.component.d.ts.map +1 -0
- package/lib/controls/source-control-form/source-control-form.component.d.ts +26 -0
- package/lib/controls/source-control-form/source-control-form.component.d.ts.map +1 -0
- 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/projects.component.d.ts +4 -9
- package/lib/elements/projects/projects.component.d.ts.map +1 -1
- package/lib/elements/slotted-card/slotted-card.component.d.ts +1 -0
- package/lib/elements/slotted-card/slotted-card.component.d.ts.map +1 -1
- package/lib/services/eac.service.d.ts +30 -0
- package/lib/services/eac.service.d.ts.map +1 -0
- package/lowcodeunit-applications-flow-common.d.ts +5 -0
- package/lowcodeunit-applications-flow-common.d.ts.map +1 -1
- package/lowcodeunit-applications-flow-common.metadata.json +1 -1
- package/package.json +1 -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')) :
|
|
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'], 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));
|
|
5
|
-
}(this, (function (exports, i0, rxjs, i1, i2, forms, flexLayout, appHostCommon, keycodes, operators, layout) { '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')) :
|
|
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';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation.
|
|
@@ -1069,6 +1069,100 @@
|
|
|
1069
1069
|
{ type: i0.Injector }
|
|
1070
1070
|
]; };
|
|
1071
1071
|
|
|
1072
|
+
var SaveApplicationAsCodeEventRequest = /** @class */ (function () {
|
|
1073
|
+
function SaveApplicationAsCodeEventRequest() {
|
|
1074
|
+
}
|
|
1075
|
+
return SaveApplicationAsCodeEventRequest;
|
|
1076
|
+
}());
|
|
1077
|
+
var SaveDFSModifierEventRequest = /** @class */ (function () {
|
|
1078
|
+
function SaveDFSModifierEventRequest() {
|
|
1079
|
+
}
|
|
1080
|
+
return SaveDFSModifierEventRequest;
|
|
1081
|
+
}());
|
|
1082
|
+
var SaveEnvironmentAsCodeEventRequest = /** @class */ (function () {
|
|
1083
|
+
function SaveEnvironmentAsCodeEventRequest() {
|
|
1084
|
+
}
|
|
1085
|
+
return SaveEnvironmentAsCodeEventRequest;
|
|
1086
|
+
}());
|
|
1087
|
+
var SaveProjectAsCodeEventRequest = /** @class */ (function () {
|
|
1088
|
+
function SaveProjectAsCodeEventRequest() {
|
|
1089
|
+
}
|
|
1090
|
+
return SaveProjectAsCodeEventRequest;
|
|
1091
|
+
}());
|
|
1092
|
+
var ApplicationsFlowEventsService = /** @class */ (function () {
|
|
1093
|
+
// Constructors
|
|
1094
|
+
function ApplicationsFlowEventsService() {
|
|
1095
|
+
this.DeleteApplicationEvent = new i0.EventEmitter();
|
|
1096
|
+
this.DeleteDevOpsActionEvent = new i0.EventEmitter();
|
|
1097
|
+
this.DeleteProjectEvent = new i0.EventEmitter();
|
|
1098
|
+
this.DeleteSourceControlEvent = new i0.EventEmitter();
|
|
1099
|
+
this.EnsureUserEnterpriseEvent = new i0.EventEmitter();
|
|
1100
|
+
this.LoadEnterpriseAsCodeEvent = new i0.EventEmitter();
|
|
1101
|
+
this.SaveApplicationAsCodeEvent = new i0.EventEmitter();
|
|
1102
|
+
this.SaveDFSModifierEvent = new i0.EventEmitter();
|
|
1103
|
+
this.SaveEnterpriseAsCodeEvent = new i0.EventEmitter();
|
|
1104
|
+
this.SaveEnvironmentAsCodeEvent = new i0.EventEmitter();
|
|
1105
|
+
this.SaveProjectAsCodeEvent = new i0.EventEmitter();
|
|
1106
|
+
this.SetCreatingProjectEvent = new i0.EventEmitter();
|
|
1107
|
+
this.SetEditProjectSettingsEvent = new i0.EventEmitter();
|
|
1108
|
+
this.UnpackLowCodeUnitEvent = new i0.EventEmitter();
|
|
1109
|
+
}
|
|
1110
|
+
// API Methods
|
|
1111
|
+
ApplicationsFlowEventsService.prototype.DeleteApplication = function (appLookup) {
|
|
1112
|
+
this.DeleteApplicationEvent.emit(appLookup);
|
|
1113
|
+
};
|
|
1114
|
+
ApplicationsFlowEventsService.prototype.DeleteDevOpsAction = function (doaLookup) {
|
|
1115
|
+
this.DeleteDevOpsActionEvent.emit(doaLookup);
|
|
1116
|
+
};
|
|
1117
|
+
ApplicationsFlowEventsService.prototype.DeleteProject = function (projectLookup) {
|
|
1118
|
+
this.DeleteProjectEvent.emit(projectLookup);
|
|
1119
|
+
};
|
|
1120
|
+
ApplicationsFlowEventsService.prototype.DeleteSourceControl = function (scLookup) {
|
|
1121
|
+
this.DeleteSourceControlEvent.emit(scLookup);
|
|
1122
|
+
};
|
|
1123
|
+
ApplicationsFlowEventsService.prototype.EnsureUserEnterprise = function () {
|
|
1124
|
+
this.EnsureUserEnterpriseEvent.emit();
|
|
1125
|
+
};
|
|
1126
|
+
// public ListProjects(withLoading: boolean): void {
|
|
1127
|
+
// this.ListProjectsEvent.emit(withLoading);
|
|
1128
|
+
// }
|
|
1129
|
+
ApplicationsFlowEventsService.prototype.LoadEnterpriseAsCode = function () {
|
|
1130
|
+
this.LoadEnterpriseAsCodeEvent.emit();
|
|
1131
|
+
};
|
|
1132
|
+
ApplicationsFlowEventsService.prototype.SaveApplicationAsCode = function (req) {
|
|
1133
|
+
this.SaveApplicationAsCodeEvent.emit(req);
|
|
1134
|
+
};
|
|
1135
|
+
ApplicationsFlowEventsService.prototype.SaveDFSModifier = function (req) {
|
|
1136
|
+
this.SaveDFSModifierEvent.emit(req);
|
|
1137
|
+
};
|
|
1138
|
+
ApplicationsFlowEventsService.prototype.SaveEnterpriseAsCode = function (eac) {
|
|
1139
|
+
this.SaveEnterpriseAsCodeEvent.emit(eac);
|
|
1140
|
+
};
|
|
1141
|
+
ApplicationsFlowEventsService.prototype.SaveEnvironmentAsCode = function (req) {
|
|
1142
|
+
this.SaveEnvironmentAsCodeEvent.emit(req);
|
|
1143
|
+
};
|
|
1144
|
+
ApplicationsFlowEventsService.prototype.SaveProjectAsCode = function (req) {
|
|
1145
|
+
this.SaveProjectAsCodeEvent.emit(req);
|
|
1146
|
+
};
|
|
1147
|
+
ApplicationsFlowEventsService.prototype.SetCreatingProject = function (creatingProject) {
|
|
1148
|
+
this.SetCreatingProjectEvent.emit(creatingProject);
|
|
1149
|
+
};
|
|
1150
|
+
ApplicationsFlowEventsService.prototype.SetEditProjectSettings = function (projectLookup) {
|
|
1151
|
+
this.SetEditProjectSettingsEvent.emit(projectLookup);
|
|
1152
|
+
};
|
|
1153
|
+
ApplicationsFlowEventsService.prototype.UnpackLowCodeUnit = function (req) {
|
|
1154
|
+
this.UnpackLowCodeUnitEvent.emit(req);
|
|
1155
|
+
};
|
|
1156
|
+
return ApplicationsFlowEventsService;
|
|
1157
|
+
}());
|
|
1158
|
+
ApplicationsFlowEventsService.ɵprov = i0.ɵɵdefineInjectable({ factory: function ApplicationsFlowEventsService_Factory() { return new ApplicationsFlowEventsService(); }, token: ApplicationsFlowEventsService, providedIn: "root" });
|
|
1159
|
+
ApplicationsFlowEventsService.decorators = [
|
|
1160
|
+
{ type: i0.Injectable, args: [{
|
|
1161
|
+
providedIn: 'root',
|
|
1162
|
+
},] }
|
|
1163
|
+
];
|
|
1164
|
+
ApplicationsFlowEventsService.ctorParameters = function () { return []; };
|
|
1165
|
+
|
|
1072
1166
|
var ApplicationsFlowState = /** @class */ (function () {
|
|
1073
1167
|
function ApplicationsFlowState() {
|
|
1074
1168
|
this.GitHub = {};
|
|
@@ -1169,99 +1263,327 @@
|
|
|
1169
1263
|
// public Repository?: string;
|
|
1170
1264
|
// }
|
|
1171
1265
|
|
|
1172
|
-
var
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
}
|
|
1180
|
-
return SaveDFSModifierEventRequest;
|
|
1181
|
-
}());
|
|
1182
|
-
var SaveEnvironmentAsCodeEventRequest = /** @class */ (function () {
|
|
1183
|
-
function SaveEnvironmentAsCodeEventRequest() {
|
|
1184
|
-
}
|
|
1185
|
-
return SaveEnvironmentAsCodeEventRequest;
|
|
1186
|
-
}());
|
|
1187
|
-
var SaveProjectAsCodeEventRequest = /** @class */ (function () {
|
|
1188
|
-
function SaveProjectAsCodeEventRequest() {
|
|
1189
|
-
}
|
|
1190
|
-
return SaveProjectAsCodeEventRequest;
|
|
1191
|
-
}());
|
|
1192
|
-
var ApplicationsFlowEventsService = /** @class */ (function () {
|
|
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();
|
|
1266
|
+
var EaCService = /** @class */ (function () {
|
|
1267
|
+
// Constructors
|
|
1268
|
+
function EaCService(appsFlowEventsSvc, projectService) {
|
|
1269
|
+
this.appsFlowEventsSvc = appsFlowEventsSvc;
|
|
1270
|
+
this.projectService = projectService;
|
|
1271
|
+
this.State = new ApplicationsFlowState();
|
|
1272
|
+
this.setServices();
|
|
1209
1273
|
}
|
|
1210
|
-
//
|
|
1211
|
-
|
|
1212
|
-
this
|
|
1274
|
+
// API Methods
|
|
1275
|
+
EaCService.prototype.DeleteApplication = function (appLookup, appName) {
|
|
1276
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1277
|
+
return __generator(this, function (_b) {
|
|
1278
|
+
switch (_b.label) {
|
|
1279
|
+
case 0:
|
|
1280
|
+
if (!confirm("Are you sure you want to delete application '" + appName + "'?")) return [3 /*break*/, 2];
|
|
1281
|
+
return [4 /*yield*/, this.projectService.DeleteApplication(this.State, appLookup)];
|
|
1282
|
+
case 1:
|
|
1283
|
+
_b.sent();
|
|
1284
|
+
_b.label = 2;
|
|
1285
|
+
case 2: return [2 /*return*/];
|
|
1286
|
+
}
|
|
1287
|
+
});
|
|
1288
|
+
});
|
|
1213
1289
|
};
|
|
1214
|
-
|
|
1215
|
-
this
|
|
1290
|
+
EaCService.prototype.DeleteDevOpsAction = function (doaLookup) {
|
|
1291
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1292
|
+
return __generator(this, function (_b) {
|
|
1293
|
+
switch (_b.label) {
|
|
1294
|
+
case 0:
|
|
1295
|
+
if (!confirm("Are you sure you want to delete DevOps action '" + doaLookup + "'?")) return [3 /*break*/, 2];
|
|
1296
|
+
return [4 /*yield*/, this.projectService.DeleteDevOpsAction(this.State, doaLookup)];
|
|
1297
|
+
case 1:
|
|
1298
|
+
_b.sent();
|
|
1299
|
+
_b.label = 2;
|
|
1300
|
+
case 2: return [2 /*return*/];
|
|
1301
|
+
}
|
|
1302
|
+
});
|
|
1303
|
+
});
|
|
1216
1304
|
};
|
|
1217
|
-
|
|
1218
|
-
this
|
|
1305
|
+
EaCService.prototype.DeleteProject = function (projectLookup) {
|
|
1306
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1307
|
+
return __generator(this, function (_b) {
|
|
1308
|
+
switch (_b.label) {
|
|
1309
|
+
case 0:
|
|
1310
|
+
if (!confirm("Are you sure you want to delete Project '" + projectLookup + "'?")) return [3 /*break*/, 2];
|
|
1311
|
+
return [4 /*yield*/, this.projectService.DeleteProject(this.State, projectLookup)];
|
|
1312
|
+
case 1:
|
|
1313
|
+
_b.sent();
|
|
1314
|
+
_b.label = 2;
|
|
1315
|
+
case 2: return [2 /*return*/];
|
|
1316
|
+
}
|
|
1317
|
+
});
|
|
1318
|
+
});
|
|
1219
1319
|
};
|
|
1220
|
-
|
|
1221
|
-
this
|
|
1320
|
+
EaCService.prototype.DeleteSourceControl = function (scLookup) {
|
|
1321
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1322
|
+
return __generator(this, function (_b) {
|
|
1323
|
+
switch (_b.label) {
|
|
1324
|
+
case 0:
|
|
1325
|
+
if (!confirm("Are you sure you want to delete Source Control '" + scLookup + "'?")) return [3 /*break*/, 2];
|
|
1326
|
+
return [4 /*yield*/, this.projectService.DeleteSourceControl(this.State, scLookup)];
|
|
1327
|
+
case 1:
|
|
1328
|
+
_b.sent();
|
|
1329
|
+
_b.label = 2;
|
|
1330
|
+
case 2: return [2 /*return*/];
|
|
1331
|
+
}
|
|
1332
|
+
});
|
|
1333
|
+
});
|
|
1222
1334
|
};
|
|
1223
|
-
|
|
1224
|
-
|
|
1335
|
+
// this.appsFlowEventsSvc.EnsureUserEnterpriseEvent.subscribe(async () => {
|
|
1336
|
+
// await this.projectService.EnsureUserEnterprise(this.State);
|
|
1337
|
+
// });
|
|
1338
|
+
EaCService.prototype.EnsureUserEnterprise = function (appLookup, appName) {
|
|
1339
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1340
|
+
return __generator(this, function (_b) {
|
|
1341
|
+
switch (_b.label) {
|
|
1342
|
+
case 0: return [4 /*yield*/, this.projectService.EnsureUserEnterprise(this.State)];
|
|
1343
|
+
case 1:
|
|
1344
|
+
_b.sent();
|
|
1345
|
+
return [2 /*return*/];
|
|
1346
|
+
}
|
|
1347
|
+
});
|
|
1348
|
+
});
|
|
1225
1349
|
};
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1350
|
+
EaCService.prototype.LoadEnterpriseAsCode = function () {
|
|
1351
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1352
|
+
return __generator(this, function (_b) {
|
|
1353
|
+
switch (_b.label) {
|
|
1354
|
+
case 0: return [4 /*yield*/, this.projectService.LoadEnterpriseAsCode(this.State)];
|
|
1355
|
+
case 1:
|
|
1356
|
+
_b.sent();
|
|
1357
|
+
return [2 /*return*/];
|
|
1358
|
+
}
|
|
1359
|
+
});
|
|
1360
|
+
});
|
|
1231
1361
|
};
|
|
1232
|
-
|
|
1233
|
-
this
|
|
1362
|
+
EaCService.prototype.SaveApplicationAsCode = function (req) {
|
|
1363
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1364
|
+
return __generator(this, function (_b) {
|
|
1365
|
+
switch (_b.label) {
|
|
1366
|
+
case 0: return [4 /*yield*/, this.handleSaveApplication(req)];
|
|
1367
|
+
case 1:
|
|
1368
|
+
_b.sent();
|
|
1369
|
+
return [2 /*return*/];
|
|
1370
|
+
}
|
|
1371
|
+
});
|
|
1372
|
+
});
|
|
1234
1373
|
};
|
|
1235
|
-
|
|
1236
|
-
this
|
|
1374
|
+
EaCService.prototype.SaveDFSModifierEvent = function (req) {
|
|
1375
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1376
|
+
return __generator(this, function (_b) {
|
|
1377
|
+
switch (_b.label) {
|
|
1378
|
+
case 0: return [4 /*yield*/, this.handleSaveDFSModifier(req)];
|
|
1379
|
+
case 1:
|
|
1380
|
+
_b.sent();
|
|
1381
|
+
return [2 /*return*/];
|
|
1382
|
+
}
|
|
1383
|
+
});
|
|
1384
|
+
});
|
|
1237
1385
|
};
|
|
1238
|
-
|
|
1239
|
-
this
|
|
1386
|
+
EaCService.prototype.SaveEnterpriseAsCode = function (eac) {
|
|
1387
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1388
|
+
return __generator(this, function (_b) {
|
|
1389
|
+
switch (_b.label) {
|
|
1390
|
+
case 0: return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, eac)];
|
|
1391
|
+
case 1:
|
|
1392
|
+
_b.sent();
|
|
1393
|
+
return [2 /*return*/];
|
|
1394
|
+
}
|
|
1395
|
+
});
|
|
1396
|
+
});
|
|
1240
1397
|
};
|
|
1241
|
-
|
|
1242
|
-
this
|
|
1398
|
+
EaCService.prototype.SaveEnvironmentAsCode = function (req) {
|
|
1399
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1400
|
+
return __generator(this, function (_b) {
|
|
1401
|
+
switch (_b.label) {
|
|
1402
|
+
case 0: return [4 /*yield*/, this.handleSaveEnvironment(req)];
|
|
1403
|
+
case 1:
|
|
1404
|
+
_b.sent();
|
|
1405
|
+
return [2 /*return*/];
|
|
1406
|
+
}
|
|
1407
|
+
});
|
|
1408
|
+
});
|
|
1243
1409
|
};
|
|
1244
|
-
|
|
1245
|
-
this
|
|
1410
|
+
EaCService.prototype.SaveProjectAsCode = function (req) {
|
|
1411
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1412
|
+
return __generator(this, function (_b) {
|
|
1413
|
+
switch (_b.label) {
|
|
1414
|
+
case 0: return [4 /*yield*/, this.handleSaveProject(req.ProjectLookup, req.Project)];
|
|
1415
|
+
case 1:
|
|
1416
|
+
_b.sent();
|
|
1417
|
+
return [2 /*return*/];
|
|
1418
|
+
}
|
|
1419
|
+
});
|
|
1420
|
+
});
|
|
1246
1421
|
};
|
|
1247
|
-
|
|
1248
|
-
this
|
|
1422
|
+
EaCService.prototype.SetCreatingProject = function (creatingProject) {
|
|
1423
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1424
|
+
return __generator(this, function (_b) {
|
|
1425
|
+
this.projectService.SetCreatingProject(creatingProject);
|
|
1426
|
+
return [2 /*return*/];
|
|
1427
|
+
});
|
|
1428
|
+
});
|
|
1249
1429
|
};
|
|
1250
|
-
|
|
1251
|
-
this
|
|
1430
|
+
EaCService.prototype.SetEditProjectSettings = function (projectLookup) {
|
|
1431
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1432
|
+
return __generator(this, function (_b) {
|
|
1433
|
+
switch (_b.label) {
|
|
1434
|
+
case 0: return [4 /*yield*/, this.projectService.SetEditProjectSettings(this.State, projectLookup)];
|
|
1435
|
+
case 1:
|
|
1436
|
+
_b.sent();
|
|
1437
|
+
return [2 /*return*/];
|
|
1438
|
+
}
|
|
1439
|
+
});
|
|
1440
|
+
});
|
|
1252
1441
|
};
|
|
1253
|
-
|
|
1254
|
-
this
|
|
1442
|
+
EaCService.prototype.UnpackLowCodeUnit = function (req) {
|
|
1443
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1444
|
+
return __generator(this, function (_b) {
|
|
1445
|
+
switch (_b.label) {
|
|
1446
|
+
case 0:
|
|
1447
|
+
if (!confirm("Are you sure you want to unpack application '" + req.ApplicationName + "' with version '" + req.Version + "'?")) return [3 /*break*/, 2];
|
|
1448
|
+
return [4 /*yield*/, this.projectService.UnpackLowCodeUnit(this.State, req)];
|
|
1449
|
+
case 1:
|
|
1450
|
+
_b.sent();
|
|
1451
|
+
_b.label = 2;
|
|
1452
|
+
case 2: return [2 /*return*/];
|
|
1453
|
+
}
|
|
1454
|
+
});
|
|
1455
|
+
});
|
|
1255
1456
|
};
|
|
1256
|
-
|
|
1457
|
+
EaCService.prototype.setServices = function () {
|
|
1458
|
+
// this.appsFlowEventsSvc.ListProjectsEvent.subscribe((withLoading) => {
|
|
1459
|
+
// this.projectService.ListProjects(this.State, withLoading);
|
|
1460
|
+
// });
|
|
1461
|
+
};
|
|
1462
|
+
// Helpers
|
|
1463
|
+
EaCService.prototype.handleSaveApplication = function (req) {
|
|
1464
|
+
var _a;
|
|
1465
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1466
|
+
var saveEaC, existingProj;
|
|
1467
|
+
return __generator(this, function (_b) {
|
|
1468
|
+
switch (_b.label) {
|
|
1469
|
+
case 0:
|
|
1470
|
+
saveEaC = {
|
|
1471
|
+
EnterpriseLookup: this.State.EaC.EnterpriseLookup,
|
|
1472
|
+
Applications: {},
|
|
1473
|
+
Projects: {},
|
|
1474
|
+
};
|
|
1475
|
+
existingProj = Object.assign({}, this.State.EaC.Projects[req.ProjectLookup]);
|
|
1476
|
+
if (((_a = existingProj.ApplicationLookups) === null || _a === void 0 ? void 0 : _a.indexOf(req.ApplicationLookup)) < 0) {
|
|
1477
|
+
if (!existingProj.ApplicationLookups) {
|
|
1478
|
+
existingProj.ApplicationLookups = [];
|
|
1479
|
+
}
|
|
1480
|
+
existingProj.ApplicationLookups.push(req.ApplicationLookup);
|
|
1481
|
+
saveEaC.Projects[req.ProjectLookup] = existingProj;
|
|
1482
|
+
}
|
|
1483
|
+
if (req.Application) {
|
|
1484
|
+
saveEaC.Applications[req.ApplicationLookup] = req.Application;
|
|
1485
|
+
}
|
|
1486
|
+
return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, saveEaC)];
|
|
1487
|
+
case 1:
|
|
1488
|
+
_b.sent();
|
|
1489
|
+
return [2 /*return*/];
|
|
1490
|
+
}
|
|
1491
|
+
});
|
|
1492
|
+
});
|
|
1493
|
+
};
|
|
1494
|
+
EaCService.prototype.handleSaveDFSModifier = function (req) {
|
|
1495
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1496
|
+
var saveEaC;
|
|
1497
|
+
return __generator(this, function (_b) {
|
|
1498
|
+
switch (_b.label) {
|
|
1499
|
+
case 0:
|
|
1500
|
+
saveEaC = {
|
|
1501
|
+
EnterpriseLookup: this.State.EaC.EnterpriseLookup,
|
|
1502
|
+
Modifiers: {},
|
|
1503
|
+
Projects: {},
|
|
1504
|
+
};
|
|
1505
|
+
if (req.Modifier) {
|
|
1506
|
+
saveEaC.Modifiers[req.ModifierLookup] = req.Modifier;
|
|
1507
|
+
}
|
|
1508
|
+
if (req.ProjectLookup) {
|
|
1509
|
+
saveEaC.Projects[req.ProjectLookup] = {
|
|
1510
|
+
ModifierLookups: [req.ModifierLookup],
|
|
1511
|
+
};
|
|
1512
|
+
}
|
|
1513
|
+
return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, saveEaC)];
|
|
1514
|
+
case 1:
|
|
1515
|
+
_b.sent();
|
|
1516
|
+
return [2 /*return*/];
|
|
1517
|
+
}
|
|
1518
|
+
});
|
|
1519
|
+
});
|
|
1520
|
+
};
|
|
1521
|
+
EaCService.prototype.handleSaveEnvironment = function (req) {
|
|
1522
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1523
|
+
var saveEaC;
|
|
1524
|
+
return __generator(this, function (_b) {
|
|
1525
|
+
switch (_b.label) {
|
|
1526
|
+
case 0:
|
|
1527
|
+
saveEaC = {
|
|
1528
|
+
EnterpriseLookup: this.State.EaC.EnterpriseLookup,
|
|
1529
|
+
DataTokens: {},
|
|
1530
|
+
Environments: {},
|
|
1531
|
+
};
|
|
1532
|
+
if (req.Environment) {
|
|
1533
|
+
saveEaC.Environments[req.EnvironmentLookup] = req.Environment;
|
|
1534
|
+
}
|
|
1535
|
+
if (req.EnterpriseDataTokens) {
|
|
1536
|
+
saveEaC.DataTokens = req.EnterpriseDataTokens;
|
|
1537
|
+
}
|
|
1538
|
+
return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, saveEaC)];
|
|
1539
|
+
case 1:
|
|
1540
|
+
_b.sent();
|
|
1541
|
+
return [2 /*return*/];
|
|
1542
|
+
}
|
|
1543
|
+
});
|
|
1544
|
+
});
|
|
1545
|
+
};
|
|
1546
|
+
EaCService.prototype.handleSaveProject = function (projectLookup, project) {
|
|
1547
|
+
var _a;
|
|
1548
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
1549
|
+
var projHosts, saveEaC;
|
|
1550
|
+
var _this = this;
|
|
1551
|
+
return __generator(this, function (_b) {
|
|
1552
|
+
switch (_b.label) {
|
|
1553
|
+
case 0:
|
|
1554
|
+
projHosts = {};
|
|
1555
|
+
(_a = project === null || project === void 0 ? void 0 : project.Hosts) === null || _a === void 0 ? void 0 : _a.forEach(function (host) {
|
|
1556
|
+
projHosts[host] = _this.State.EaC.Hosts[host];
|
|
1557
|
+
});
|
|
1558
|
+
saveEaC = {
|
|
1559
|
+
EnterpriseLookup: this.State.EaC.EnterpriseLookup,
|
|
1560
|
+
Enterprise: Object.assign(Object.assign({}, this.State.EaC.Enterprise), { PrimaryHost: project.Hosts[0] }),
|
|
1561
|
+
Hosts: projHosts,
|
|
1562
|
+
// Providers: this.State.EaC.Providers, // TODO: Remove after all providers ADB2C's have been upgraded
|
|
1563
|
+
Projects: {},
|
|
1564
|
+
};
|
|
1565
|
+
saveEaC.Projects[projectLookup] = project;
|
|
1566
|
+
return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, saveEaC)];
|
|
1567
|
+
case 1:
|
|
1568
|
+
_b.sent();
|
|
1569
|
+
this.appsFlowEventsSvc.SetEditProjectSettings(projectLookup);
|
|
1570
|
+
return [2 /*return*/];
|
|
1571
|
+
}
|
|
1572
|
+
});
|
|
1573
|
+
});
|
|
1574
|
+
};
|
|
1575
|
+
return EaCService;
|
|
1257
1576
|
}());
|
|
1258
|
-
|
|
1259
|
-
|
|
1577
|
+
EaCService.ɵprov = i0.ɵɵdefineInjectable({ factory: function EaCService_Factory() { return new EaCService(i0.ɵɵinject(ApplicationsFlowEventsService), i0.ɵɵinject(ProjectService)); }, token: EaCService, providedIn: "root" });
|
|
1578
|
+
EaCService.decorators = [
|
|
1260
1579
|
{ type: i0.Injectable, args: [{
|
|
1261
1580
|
providedIn: 'root',
|
|
1262
1581
|
},] }
|
|
1263
1582
|
];
|
|
1264
|
-
|
|
1583
|
+
EaCService.ctorParameters = function () { return [
|
|
1584
|
+
{ type: ApplicationsFlowEventsService },
|
|
1585
|
+
{ type: ProjectService }
|
|
1586
|
+
]; };
|
|
1265
1587
|
|
|
1266
1588
|
var ApplicationsFlowProjectsElementState = /** @class */ (function () {
|
|
1267
1589
|
function ApplicationsFlowProjectsElementState() {
|
|
@@ -1279,14 +1601,12 @@
|
|
|
1279
1601
|
var ApplicationsFlowProjectsElementComponent = /** @class */ (function (_super) {
|
|
1280
1602
|
__extends(ApplicationsFlowProjectsElementComponent, _super);
|
|
1281
1603
|
// Constructors
|
|
1282
|
-
function ApplicationsFlowProjectsElementComponent(injector, appsFlowSvc, projectService,
|
|
1604
|
+
function ApplicationsFlowProjectsElementComponent(injector, appsFlowSvc, projectService, eacSvc) {
|
|
1283
1605
|
var _this = _super.call(this, injector) || this;
|
|
1284
1606
|
_this.injector = injector;
|
|
1285
1607
|
_this.appsFlowSvc = appsFlowSvc;
|
|
1286
1608
|
_this.projectService = projectService;
|
|
1287
|
-
_this.
|
|
1288
|
-
_this.State = new ApplicationsFlowState();
|
|
1289
|
-
_this.setServices();
|
|
1609
|
+
_this.eacSvc = eacSvc;
|
|
1290
1610
|
return _this;
|
|
1291
1611
|
}
|
|
1292
1612
|
Object.defineProperty(ApplicationsFlowProjectsElementComponent.prototype, "ActiveEnvironment", {
|
|
@@ -1338,6 +1658,13 @@
|
|
|
1338
1658
|
enumerable: false,
|
|
1339
1659
|
configurable: true
|
|
1340
1660
|
});
|
|
1661
|
+
Object.defineProperty(ApplicationsFlowProjectsElementComponent.prototype, "State", {
|
|
1662
|
+
get: function () {
|
|
1663
|
+
return this.eacSvc.State;
|
|
1664
|
+
},
|
|
1665
|
+
enumerable: false,
|
|
1666
|
+
configurable: true
|
|
1667
|
+
});
|
|
1341
1668
|
// Life Cycle
|
|
1342
1669
|
ApplicationsFlowProjectsElementComponent.prototype.ngOnDestroy = function () { };
|
|
1343
1670
|
ApplicationsFlowProjectsElementComponent.prototype.ngOnInit = function () {
|
|
@@ -1399,345 +1726,91 @@
|
|
|
1399
1726
|
});
|
|
1400
1727
|
});
|
|
1401
1728
|
};
|
|
1402
|
-
ApplicationsFlowProjectsElementComponent
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
case 0:
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
};
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
var
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
1488
|
-
var projHosts, saveEaC;
|
|
1489
|
-
var _this = this;
|
|
1490
|
-
return __generator(this, function (_e) {
|
|
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)];
|
|
1506
|
-
case 1:
|
|
1507
|
-
_e.sent();
|
|
1508
|
-
this.appsFlowEventsSvc.SetEditProjectSettings(projectLookup);
|
|
1509
|
-
return [2 /*return*/];
|
|
1510
|
-
}
|
|
1511
|
-
});
|
|
1512
|
-
});
|
|
1513
|
-
};
|
|
1514
|
-
ApplicationsFlowProjectsElementComponent.prototype.setServices = function () {
|
|
1515
|
-
var _this = this;
|
|
1516
|
-
this.appsFlowEventsSvc.DeleteApplicationEvent.subscribe(function (appLookup) { return __awaiter(_this, void 0, void 0, function () {
|
|
1517
|
-
return __generator(this, function (_e) {
|
|
1518
|
-
switch (_e.label) {
|
|
1519
|
-
case 0: return [4 /*yield*/, this.projectService.DeleteApplication(this.State, appLookup)];
|
|
1520
|
-
case 1:
|
|
1521
|
-
_e.sent();
|
|
1522
|
-
return [2 /*return*/];
|
|
1523
|
-
}
|
|
1524
|
-
});
|
|
1525
|
-
}); });
|
|
1526
|
-
this.appsFlowEventsSvc.DeleteDevOpsActionEvent.subscribe(function (doaLookup) { return __awaiter(_this, void 0, void 0, function () {
|
|
1527
|
-
return __generator(this, function (_e) {
|
|
1528
|
-
switch (_e.label) {
|
|
1529
|
-
case 0: return [4 /*yield*/, this.projectService.DeleteDevOpsAction(this.State, doaLookup)];
|
|
1530
|
-
case 1:
|
|
1531
|
-
_e.sent();
|
|
1532
|
-
return [2 /*return*/];
|
|
1533
|
-
}
|
|
1534
|
-
});
|
|
1535
|
-
}); });
|
|
1536
|
-
this.appsFlowEventsSvc.DeleteProjectEvent.subscribe(function (projectLookup) { return __awaiter(_this, void 0, void 0, function () {
|
|
1537
|
-
return __generator(this, function (_e) {
|
|
1538
|
-
switch (_e.label) {
|
|
1539
|
-
case 0: return [4 /*yield*/, this.projectService.DeleteProject(this.State, projectLookup)];
|
|
1540
|
-
case 1:
|
|
1541
|
-
_e.sent();
|
|
1542
|
-
return [2 /*return*/];
|
|
1543
|
-
}
|
|
1544
|
-
});
|
|
1545
|
-
}); });
|
|
1546
|
-
this.appsFlowEventsSvc.DeleteSourceControlEvent.subscribe(function (scLookup) { return __awaiter(_this, void 0, void 0, function () {
|
|
1547
|
-
return __generator(this, function (_e) {
|
|
1548
|
-
switch (_e.label) {
|
|
1549
|
-
case 0: return [4 /*yield*/, this.projectService.DeleteSourceControl(this.State, scLookup)];
|
|
1550
|
-
case 1:
|
|
1551
|
-
_e.sent();
|
|
1552
|
-
return [2 /*return*/];
|
|
1553
|
-
}
|
|
1554
|
-
});
|
|
1555
|
-
}); });
|
|
1556
|
-
this.appsFlowEventsSvc.EnsureUserEnterpriseEvent.subscribe(function () { return __awaiter(_this, void 0, void 0, function () {
|
|
1557
|
-
return __generator(this, function (_e) {
|
|
1558
|
-
switch (_e.label) {
|
|
1559
|
-
case 0: return [4 /*yield*/, this.projectService.EnsureUserEnterprise(this.State)];
|
|
1560
|
-
case 1:
|
|
1561
|
-
_e.sent();
|
|
1562
|
-
return [2 /*return*/];
|
|
1563
|
-
}
|
|
1564
|
-
});
|
|
1565
|
-
}); });
|
|
1566
|
-
// this.appsFlowEventsSvc.ListProjectsEvent.subscribe((withLoading) => {
|
|
1567
|
-
// this.projectService.ListProjects(this.State, withLoading);
|
|
1568
|
-
// });
|
|
1569
|
-
this.appsFlowEventsSvc.LoadEnterpriseAsCodeEvent.subscribe(function () { return __awaiter(_this, void 0, void 0, function () {
|
|
1570
|
-
return __generator(this, function (_e) {
|
|
1571
|
-
switch (_e.label) {
|
|
1572
|
-
case 0: return [4 /*yield*/, this.projectService.LoadEnterpriseAsCode(this.State)];
|
|
1573
|
-
case 1:
|
|
1574
|
-
_e.sent();
|
|
1575
|
-
return [2 /*return*/];
|
|
1576
|
-
}
|
|
1577
|
-
});
|
|
1578
|
-
}); });
|
|
1579
|
-
this.appsFlowEventsSvc.SaveEnterpriseAsCodeEvent.subscribe(function (eac) { return __awaiter(_this, void 0, void 0, function () {
|
|
1580
|
-
return __generator(this, function (_e) {
|
|
1581
|
-
switch (_e.label) {
|
|
1582
|
-
case 0: return [4 /*yield*/, this.projectService.SaveEnterpriseAsCode(this.State, eac)];
|
|
1583
|
-
case 1:
|
|
1584
|
-
_e.sent();
|
|
1585
|
-
return [2 /*return*/];
|
|
1586
|
-
}
|
|
1587
|
-
});
|
|
1588
|
-
}); });
|
|
1589
|
-
this.appsFlowEventsSvc.SaveApplicationAsCodeEvent.subscribe(function (req) { return __awaiter(_this, void 0, void 0, function () {
|
|
1590
|
-
return __generator(this, function (_e) {
|
|
1591
|
-
switch (_e.label) {
|
|
1592
|
-
case 0: return [4 /*yield*/, this.handleSaveApplication(req)];
|
|
1593
|
-
case 1:
|
|
1594
|
-
_e.sent();
|
|
1595
|
-
return [2 /*return*/];
|
|
1596
|
-
}
|
|
1597
|
-
});
|
|
1598
|
-
}); });
|
|
1599
|
-
this.appsFlowEventsSvc.SaveDFSModifierEvent.subscribe(function (req) { return __awaiter(_this, void 0, void 0, function () {
|
|
1600
|
-
return __generator(this, function (_e) {
|
|
1601
|
-
switch (_e.label) {
|
|
1602
|
-
case 0: return [4 /*yield*/, this.handleSaveDFSModifier(req)];
|
|
1603
|
-
case 1:
|
|
1604
|
-
_e.sent();
|
|
1605
|
-
return [2 /*return*/];
|
|
1606
|
-
}
|
|
1607
|
-
});
|
|
1608
|
-
}); });
|
|
1609
|
-
this.appsFlowEventsSvc.SaveEnvironmentAsCodeEvent.subscribe(function (req) { return __awaiter(_this, void 0, void 0, function () {
|
|
1610
|
-
return __generator(this, function (_e) {
|
|
1611
|
-
switch (_e.label) {
|
|
1612
|
-
case 0: return [4 /*yield*/, this.handleSaveEnvironment(req)];
|
|
1613
|
-
case 1:
|
|
1614
|
-
_e.sent();
|
|
1615
|
-
return [2 /*return*/];
|
|
1616
|
-
}
|
|
1617
|
-
});
|
|
1618
|
-
}); });
|
|
1619
|
-
this.appsFlowEventsSvc.SaveProjectAsCodeEvent.subscribe(function (req) { return __awaiter(_this, void 0, void 0, function () {
|
|
1620
|
-
return __generator(this, function (_e) {
|
|
1621
|
-
switch (_e.label) {
|
|
1622
|
-
case 0: return [4 /*yield*/, this.handleSaveProject(req.ProjectLookup, req.Project)];
|
|
1623
|
-
case 1:
|
|
1624
|
-
_e.sent();
|
|
1625
|
-
return [2 /*return*/];
|
|
1626
|
-
}
|
|
1627
|
-
});
|
|
1628
|
-
}); });
|
|
1629
|
-
this.appsFlowEventsSvc.SetCreatingProjectEvent.subscribe(function (creatingProject) {
|
|
1630
|
-
_this.projectService.SetCreatingProject(creatingProject);
|
|
1631
|
-
});
|
|
1632
|
-
this.appsFlowEventsSvc.SetEditProjectSettingsEvent.subscribe(function (projectLookup) { return __awaiter(_this, void 0, void 0, function () {
|
|
1633
|
-
return __generator(this, function (_e) {
|
|
1634
|
-
switch (_e.label) {
|
|
1635
|
-
case 0: return [4 /*yield*/, this.projectService.SetEditProjectSettings(this.State, projectLookup)];
|
|
1636
|
-
case 1:
|
|
1637
|
-
_e.sent();
|
|
1638
|
-
return [2 /*return*/];
|
|
1639
|
-
}
|
|
1640
|
-
});
|
|
1641
|
-
}); });
|
|
1642
|
-
this.appsFlowEventsSvc.UnpackLowCodeUnitEvent.subscribe(function (req) { return __awaiter(_this, void 0, void 0, function () {
|
|
1643
|
-
return __generator(this, function (_e) {
|
|
1644
|
-
switch (_e.label) {
|
|
1645
|
-
case 0:
|
|
1646
|
-
if (!confirm("Are you sure you want to unpack application '" + req.ApplicationName + "' with version '" + req.Version + "'?")) return [3 /*break*/, 2];
|
|
1647
|
-
return [4 /*yield*/, this.projectService.UnpackLowCodeUnit(this.State, req)];
|
|
1648
|
-
case 1:
|
|
1649
|
-
_e.sent();
|
|
1650
|
-
_e.label = 2;
|
|
1651
|
-
case 2: return [2 /*return*/];
|
|
1652
|
-
}
|
|
1653
|
-
});
|
|
1654
|
-
}); });
|
|
1655
|
-
};
|
|
1656
|
-
return ApplicationsFlowProjectsElementComponent;
|
|
1657
|
-
}(i2.LcuElementComponent));
|
|
1658
|
-
ApplicationsFlowProjectsElementComponent.decorators = [
|
|
1659
|
-
{ type: i0.Component, args: [{
|
|
1660
|
-
selector: SELECTOR_APPLICATIONS_FLOW_PROJECTS_ELEMENT,
|
|
1661
|
-
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",
|
|
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}"]
|
|
1663
|
-
},] }
|
|
1664
|
-
];
|
|
1665
|
-
ApplicationsFlowProjectsElementComponent.ctorParameters = function () { return [
|
|
1666
|
-
{ type: i0.Injector },
|
|
1667
|
-
{ type: ApplicationsFlowService },
|
|
1668
|
-
{ type: ProjectService },
|
|
1669
|
-
{ type: ApplicationsFlowEventsService }
|
|
1670
|
-
]; };
|
|
1671
|
-
|
|
1672
|
-
var HostingDetailsFormGroupComponent = /** @class */ (function () {
|
|
1673
|
-
// Constructors
|
|
1674
|
-
function HostingDetailsFormGroupComponent(formBuilder) {
|
|
1675
|
-
this.formBuilder = formBuilder;
|
|
1676
|
-
}
|
|
1677
|
-
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "BuildPipelineFormControl", {
|
|
1678
|
-
get: function () {
|
|
1679
|
-
return this.FormGroup.get('buildPipeline');
|
|
1680
|
-
},
|
|
1681
|
-
enumerable: false,
|
|
1682
|
-
configurable: true
|
|
1683
|
-
});
|
|
1684
|
-
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "DevOpsActionNameFormControl", {
|
|
1685
|
-
get: function () {
|
|
1686
|
-
return this.FormGroup.get('devOpsActionName');
|
|
1687
|
-
},
|
|
1688
|
-
enumerable: false,
|
|
1689
|
-
configurable: true
|
|
1690
|
-
});
|
|
1691
|
-
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "FormGroup", {
|
|
1692
|
-
get: function () {
|
|
1693
|
-
return this.ParentFormGroup.get('hostingDetails');
|
|
1694
|
-
},
|
|
1695
|
-
enumerable: false,
|
|
1696
|
-
configurable: true
|
|
1697
|
-
});
|
|
1698
|
-
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "NPMTokenFormControl", {
|
|
1699
|
-
get: function () {
|
|
1700
|
-
return this.FormGroup.get('npmToken');
|
|
1701
|
-
},
|
|
1702
|
-
enumerable: false,
|
|
1703
|
-
configurable: true
|
|
1704
|
-
});
|
|
1705
|
-
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "SelectedHostingOption", {
|
|
1706
|
-
get: function () {
|
|
1707
|
-
var _this = this;
|
|
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; });
|
|
1710
|
-
},
|
|
1711
|
-
enumerable: false,
|
|
1712
|
-
configurable: true
|
|
1713
|
-
});
|
|
1714
|
-
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "SelectedHostingOptionInputControlValues", {
|
|
1715
|
-
get: function () {
|
|
1716
|
-
var _this = this;
|
|
1717
|
-
var _a, _b;
|
|
1718
|
-
return (_b = (_a = this.SelectedHostingOption) === null || _a === void 0 ? void 0 : _a.Inputs) === null || _b === void 0 ? void 0 : _b.reduce(function (prev, cur) {
|
|
1719
|
-
var res = Object.assign({}, prev);
|
|
1720
|
-
res[cur.Lookup] = _this.FormGroup.controls[cur.Lookup].value;
|
|
1721
|
-
return res;
|
|
1722
|
-
}, {});
|
|
1723
|
-
},
|
|
1724
|
-
enumerable: false,
|
|
1725
|
-
configurable: true
|
|
1726
|
-
});
|
|
1727
|
-
// Life Cycle
|
|
1728
|
-
HostingDetailsFormGroupComponent.prototype.ngOnChanges = function () { };
|
|
1729
|
-
HostingDetailsFormGroupComponent.prototype.ngOnInit = function () {
|
|
1730
|
-
var _a, _b, _c;
|
|
1731
|
-
this.BuildPipeline =
|
|
1732
|
-
this.BuildPipeline || ((_a = this.Details) === null || _a === void 0 ? void 0 : _a.HostingOptions)
|
|
1733
|
-
? (_c = (_b = this.Details) === null || _b === void 0 ? void 0 : _b.HostingOptions[0]) === null || _c === void 0 ? void 0 : _c.Lookup : '';
|
|
1734
|
-
if (this.FormGroup != null) {
|
|
1735
|
-
this.ParentFormGroup.removeControl('hostingDetails');
|
|
1736
|
-
}
|
|
1737
|
-
this.ParentFormGroup.addControl('hostingDetails', this.formBuilder.group({
|
|
1738
|
-
buildPipeline: [this.BuildPipeline, [forms.Validators.required]],
|
|
1739
|
-
}));
|
|
1740
|
-
this.setupControlsForForm();
|
|
1729
|
+
return ApplicationsFlowProjectsElementComponent;
|
|
1730
|
+
}(i2.LcuElementComponent));
|
|
1731
|
+
ApplicationsFlowProjectsElementComponent.decorators = [
|
|
1732
|
+
{ type: i0.Component, args: [{
|
|
1733
|
+
selector: SELECTOR_APPLICATIONS_FLOW_PROJECTS_ELEMENT,
|
|
1734
|
+
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",
|
|
1735
|
+
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}"]
|
|
1736
|
+
},] }
|
|
1737
|
+
];
|
|
1738
|
+
ApplicationsFlowProjectsElementComponent.ctorParameters = function () { return [
|
|
1739
|
+
{ type: i0.Injector },
|
|
1740
|
+
{ type: ApplicationsFlowService },
|
|
1741
|
+
{ type: ProjectService },
|
|
1742
|
+
{ type: EaCService }
|
|
1743
|
+
]; };
|
|
1744
|
+
|
|
1745
|
+
var HostingDetailsFormGroupComponent = /** @class */ (function () {
|
|
1746
|
+
// Constructors
|
|
1747
|
+
function HostingDetailsFormGroupComponent(formBuilder) {
|
|
1748
|
+
this.formBuilder = formBuilder;
|
|
1749
|
+
}
|
|
1750
|
+
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "BuildPipelineFormControl", {
|
|
1751
|
+
get: function () {
|
|
1752
|
+
return this.FormGroup.get('buildPipeline');
|
|
1753
|
+
},
|
|
1754
|
+
enumerable: false,
|
|
1755
|
+
configurable: true
|
|
1756
|
+
});
|
|
1757
|
+
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "DevOpsActionNameFormControl", {
|
|
1758
|
+
get: function () {
|
|
1759
|
+
return this.FormGroup.get('devOpsActionName');
|
|
1760
|
+
},
|
|
1761
|
+
enumerable: false,
|
|
1762
|
+
configurable: true
|
|
1763
|
+
});
|
|
1764
|
+
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "FormGroup", {
|
|
1765
|
+
get: function () {
|
|
1766
|
+
return this.ParentFormGroup.get('hostingDetails');
|
|
1767
|
+
},
|
|
1768
|
+
enumerable: false,
|
|
1769
|
+
configurable: true
|
|
1770
|
+
});
|
|
1771
|
+
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "NPMTokenFormControl", {
|
|
1772
|
+
get: function () {
|
|
1773
|
+
return this.FormGroup.get('npmToken');
|
|
1774
|
+
},
|
|
1775
|
+
enumerable: false,
|
|
1776
|
+
configurable: true
|
|
1777
|
+
});
|
|
1778
|
+
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "SelectedHostingOption", {
|
|
1779
|
+
get: function () {
|
|
1780
|
+
var _this = this;
|
|
1781
|
+
var _a, _b;
|
|
1782
|
+
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; });
|
|
1783
|
+
},
|
|
1784
|
+
enumerable: false,
|
|
1785
|
+
configurable: true
|
|
1786
|
+
});
|
|
1787
|
+
Object.defineProperty(HostingDetailsFormGroupComponent.prototype, "SelectedHostingOptionInputControlValues", {
|
|
1788
|
+
get: function () {
|
|
1789
|
+
var _this = this;
|
|
1790
|
+
var _a, _b;
|
|
1791
|
+
return (_b = (_a = this.SelectedHostingOption) === null || _a === void 0 ? void 0 : _a.Inputs) === null || _b === void 0 ? void 0 : _b.reduce(function (prev, cur) {
|
|
1792
|
+
var res = Object.assign({}, prev);
|
|
1793
|
+
res[cur.Lookup] = _this.FormGroup.controls[cur.Lookup].value;
|
|
1794
|
+
return res;
|
|
1795
|
+
}, {});
|
|
1796
|
+
},
|
|
1797
|
+
enumerable: false,
|
|
1798
|
+
configurable: true
|
|
1799
|
+
});
|
|
1800
|
+
// Life Cycle
|
|
1801
|
+
HostingDetailsFormGroupComponent.prototype.ngOnChanges = function () { };
|
|
1802
|
+
HostingDetailsFormGroupComponent.prototype.ngOnInit = function () {
|
|
1803
|
+
var _a, _b, _c;
|
|
1804
|
+
this.BuildPipeline =
|
|
1805
|
+
this.BuildPipeline || ((_a = this.Details) === null || _a === void 0 ? void 0 : _a.HostingOptions)
|
|
1806
|
+
? (_c = (_b = this.Details) === null || _b === void 0 ? void 0 : _b.HostingOptions[0]) === null || _c === void 0 ? void 0 : _c.Lookup : '';
|
|
1807
|
+
if (this.FormGroup != null) {
|
|
1808
|
+
this.ParentFormGroup.removeControl('hostingDetails');
|
|
1809
|
+
}
|
|
1810
|
+
this.ParentFormGroup.addControl('hostingDetails', this.formBuilder.group({
|
|
1811
|
+
buildPipeline: [this.BuildPipeline, [forms.Validators.required]],
|
|
1812
|
+
}));
|
|
1813
|
+
this.setupControlsForForm();
|
|
1741
1814
|
};
|
|
1742
1815
|
// API Methods
|
|
1743
1816
|
HostingDetailsFormGroupComponent.prototype.BuildPipelineChanged = function () {
|
|
@@ -2641,10 +2714,10 @@
|
|
|
2641
2714
|
|
|
2642
2715
|
var AppsFlowComponent = /** @class */ (function () {
|
|
2643
2716
|
// Constructors
|
|
2644
|
-
function AppsFlowComponent(formBldr, appsFlowSvc,
|
|
2717
|
+
function AppsFlowComponent(formBldr, appsFlowSvc, eacSvc) {
|
|
2645
2718
|
this.formBldr = formBldr;
|
|
2646
2719
|
this.appsFlowSvc = appsFlowSvc;
|
|
2647
|
-
this.
|
|
2720
|
+
this.eacSvc = eacSvc;
|
|
2648
2721
|
this.EditingApplicationLookup = null;
|
|
2649
2722
|
this.redirectTooltip = '';
|
|
2650
2723
|
// this.IsPermanent = false;
|
|
@@ -3011,9 +3084,7 @@
|
|
|
3011
3084
|
this.SetEditingApplication(i2.Guid.CreateRaw());
|
|
3012
3085
|
};
|
|
3013
3086
|
AppsFlowComponent.prototype.DeleteApplication = function (appLookup, appName) {
|
|
3014
|
-
|
|
3015
|
-
this.appsFlowEventsSvc.DeleteApplication(appLookup);
|
|
3016
|
-
}
|
|
3087
|
+
this.eacSvc.DeleteApplication(appLookup, appName);
|
|
3017
3088
|
};
|
|
3018
3089
|
AppsFlowComponent.prototype.LCUTypeChanged = function (event) {
|
|
3019
3090
|
this.LCUType = event.value;
|
|
@@ -3152,7 +3223,7 @@
|
|
|
3152
3223
|
else if (app) {
|
|
3153
3224
|
app.SourceControlLookup = null;
|
|
3154
3225
|
}
|
|
3155
|
-
this.
|
|
3226
|
+
this.eacSvc.SaveApplicationAsCode(saveAppReq);
|
|
3156
3227
|
};
|
|
3157
3228
|
AppsFlowComponent.prototype.SetEditingApplication = function (appLookup) {
|
|
3158
3229
|
this.EditingApplicationLookup = appLookup;
|
|
@@ -3172,7 +3243,7 @@
|
|
|
3172
3243
|
};
|
|
3173
3244
|
AppsFlowComponent.prototype.Unpack = function (appLookup, app) {
|
|
3174
3245
|
var _a, _b, _c;
|
|
3175
|
-
this.
|
|
3246
|
+
this.eacSvc.UnpackLowCodeUnit({
|
|
3176
3247
|
ApplicationLookup: appLookup,
|
|
3177
3248
|
ApplicationName: (_a = app.Application) === null || _a === void 0 ? void 0 : _a.Name,
|
|
3178
3249
|
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 +3444,7 @@
|
|
|
3373
3444
|
AppsFlowComponent.ctorParameters = function () { return [
|
|
3374
3445
|
{ type: forms.FormBuilder },
|
|
3375
3446
|
{ type: ApplicationsFlowService },
|
|
3376
|
-
{ type:
|
|
3447
|
+
{ type: EaCService }
|
|
3377
3448
|
]; };
|
|
3378
3449
|
AppsFlowComponent.propDecorators = {
|
|
3379
3450
|
Data: [{ type: i0.Input, args: ['data',] }],
|
|
@@ -4717,284 +4788,761 @@
|
|
|
4717
4788
|
SlottedCardComponent.decorators = [
|
|
4718
4789
|
{ type: i0.Component, args: [{
|
|
4719
4790
|
selector: 'lcu-slotted-card',
|
|
4720
|
-
template: "<mat-card class=\"col-info-card\">\n <mat-card-header fxLayoutAlign=\"space-between center\">\n <mat-card-title class=\"card-title\">{{ Title }}</mat-card-title>\n <mat-icon class=\"header-icon\">{{ Icon }}</mat-icon>\n </mat-card-header>\n \n <mat-card-content>\n\n <div class=\"slot-main-container\">\n\n <div class=\"header-description\">{{ MainSlotDescription }}</div>\n\n <div class=\"slot-main\">\n <ng-content></ng-content>\n </div>\n \n </div>\n\n <div *ngIf=\"SecondarySlotDescription\" class=\"slot-secondary-container\">\n\n <div class=\"header-description\">{{ SecondarySlotDescription }}</div>\n\n <div class=\"slot-secondary\">\n <ng-content select=\"[secondary]\"></ng-content>\n </div>\n \n </div>\n \n </mat-card-content>\n\n <mat-card-actions *ngIf=\"ActionText\" fxLayoutAlign=\"center\">\n <
|
|
4721
|
-
styles: [".col-info-card{
|
|
4791
|
+
template: "<mat-card class=\"col-info-card\">\n <mat-card-header fxLayoutAlign=\"space-between center\">\n <mat-card-title class=\"card-title\">{{ Title }}</mat-card-title>\n <mat-icon class=\"header-icon\">{{ Icon }}</mat-icon>\n </mat-card-header>\n \n <mat-card-content>\n\n <div class=\"slot-main-container\">\n\n <div class=\"header-description\">{{ MainSlotDescription }}</div>\n\n <div class=\"slot-main\">\n <ng-content></ng-content>\n </div>\n \n </div>\n\n <div *ngIf=\"SecondarySlotDescription\" class=\"slot-secondary-container\">\n\n <div class=\"header-description\">{{ SecondarySlotDescription }}</div>\n\n <div class=\"slot-secondary\">\n <ng-content select=\"[secondary]\"></ng-content>\n </div>\n \n </div>\n \n </mat-card-content>\n\n <mat-card-actions *ngIf=\"ActionText\" fxLayoutAlign=\"center\">\n <a mat-button class=\"slotted-card-action-btn\" [href]=\"ActionPath\">{{ ActionText }}</a>\n </mat-card-actions>\n\n </mat-card>\n\n\n",
|
|
4792
|
+
styles: [".col-info-card{border:2px solid #d3d3d3;margin:20px;padding:0}.header-icon{margin-right:10px}.card-title{font-size:30px;margin-bottom:0}.header-description{background-color:#d3d3d3;margin-left:-2px;padding:10px}mat-card-actions{margin-bottom:0!important;margin-left:-1px!important;margin-right:0!important}.slotted-card-action-btn{border-radius:0 0 2px 2px;border-top:1px solid #d3d3d3;width:100%}"]
|
|
4793
|
+
},] }
|
|
4794
|
+
];
|
|
4795
|
+
SlottedCardComponent.ctorParameters = function () { return []; };
|
|
4796
|
+
SlottedCardComponent.propDecorators = {
|
|
4797
|
+
Title: [{ type: i0.Input, args: ['title',] }],
|
|
4798
|
+
Icon: [{ type: i0.Input, args: ['icon',] }],
|
|
4799
|
+
MainSlotDescription: [{ type: i0.Input, args: ['main-slot-description',] }],
|
|
4800
|
+
SecondarySlotDescription: [{ type: i0.Input, args: ['secondary-slot-description',] }],
|
|
4801
|
+
ActionText: [{ type: i0.Input, args: ['action-text',] }],
|
|
4802
|
+
ActionPath: [{ type: i0.Input, args: ['action-path',] }],
|
|
4803
|
+
MainActionClicked: [{ type: i0.Output, args: ['main-action-clicked',] }]
|
|
4804
|
+
};
|
|
4805
|
+
|
|
4806
|
+
var ProjectInfoCardComponent = /** @class */ (function () {
|
|
4807
|
+
function ProjectInfoCardComponent() {
|
|
4808
|
+
this.LeftClickEvent = new i0.EventEmitter();
|
|
4809
|
+
this.RightClickEvent = new i0.EventEmitter();
|
|
4810
|
+
}
|
|
4811
|
+
ProjectInfoCardComponent.prototype.ngOnInit = function () {
|
|
4812
|
+
};
|
|
4813
|
+
ProjectInfoCardComponent.prototype.LeftIconClicked = function () {
|
|
4814
|
+
this.LeftClickEvent.emit({});
|
|
4815
|
+
};
|
|
4816
|
+
ProjectInfoCardComponent.prototype.RightIconClicked = function () {
|
|
4817
|
+
this.RightClickEvent.emit({});
|
|
4818
|
+
};
|
|
4819
|
+
return ProjectInfoCardComponent;
|
|
4820
|
+
}());
|
|
4821
|
+
ProjectInfoCardComponent.decorators = [
|
|
4822
|
+
{ type: i0.Component, args: [{
|
|
4823
|
+
selector: 'lcu-project-info-card',
|
|
4824
|
+
template: "<mat-card class=\"project-info-card\">\n\n <div class=\"header-img-container\" fxLayout=\"row\" >\n <div class=\"round-project-img\" fxLayoutAlign=\"center center\">\n <mat-icon class=\"temp-icon\">flutter_dash</mat-icon>\n </div>\n </div>\n\n <div class=\"icon-btn-container\" fxLayout=\"row\" fxLayoutAlign=\"space-between center\" >\n <button mat-icon-button id=\"left-icon\" (click)=\"LeftIconClicked()\">\n <mat-icon>settings</mat-icon>\n </button>\n <button mat-icon-button id=\"right-icon\" (click)=\"RightIconClicked()\">\n <mat-icon>share</mat-icon>\n </button>\n </div>\n\n <mat-card-header class=\"project-card-header\" fxLayoutAlign=\"center center\">\n\n <mat-card-title class=\"project-card-name\" *ngIf=\"Name\">{{Name}}</mat-card-title>\n\n <mat-card-subtitle class=\"project-card-description\" *ngIf=\"Description\">{{Description}}</mat-card-subtitle>\n\n <mat-card-subtitle class=\"project-card-host\">\n <a class=\"host-anchor\" *ngIf=\"Subtext\" [href]=\"Subtext\" target=\"_blank\">{{Subtext}}</a>\n </mat-card-subtitle>\n\n </mat-card-header>\n <mat-card-content class=\"card-content-container\">\n <div class=\"stats-container\">\n <ng-content select=\"[stats]\"></ng-content>\n </div>\n\n <div class=\"promo-container\">\n <ng-content select=\"[promo]\"></ng-content>\n </div>\n\n </mat-card-content>\n <mat-card-actions class=\"actions-container\">\n <ng-content select=\"[action]\"></ng-content>\n \n </mat-card-actions>\n </mat-card>\n \n",
|
|
4825
|
+
styles: [".project-info-card{border:2px solid #d3d3d3;margin:20px;padding:0}.round-project-img{background-color:#dfeff2;border:2px solid #fff;border-radius:40px;height:75px;margin-top:20px;text-align:center;width:75px}.temp-icon{font-size:50px;height:50px;width:50px}.icon-btn-container{margin:5px}.project-card-header{margin-top:50px;text-align:center}.host-anchor{color:#4a918e;text-decoration:none}.header-img-container{background-color:#a4bab3;border-radius:2px 2px 0 0;height:60px;justify-content:center;margin-right:-.5px;margin-top:-.5px!important}.project-card-name{font-size:30px;font-weight:600}.card-content-container{margin-bottom:0!important}.stats-container{border-bottom:1px solid #d3d3d3;border-top:1px solid #d3d3d3}mat-card-actions{margin-bottom:-1px!important;margin-left:0!important;margin-right:-.5px!important}.actions-container{padding:0!important}.info-card-btn{border-radius:0 0 2px 2px;border-top:1px solid #d3d3d3;width:100%}"]
|
|
4826
|
+
},] }
|
|
4827
|
+
];
|
|
4828
|
+
ProjectInfoCardComponent.ctorParameters = function () { return []; };
|
|
4829
|
+
ProjectInfoCardComponent.propDecorators = {
|
|
4830
|
+
Description: [{ type: i0.Input, args: ['description',] }],
|
|
4831
|
+
Image: [{ type: i0.Input, args: ['image',] }],
|
|
4832
|
+
Name: [{ type: i0.Input, args: ['name',] }],
|
|
4833
|
+
Subtext: [{ type: i0.Input, args: ['subtext',] }],
|
|
4834
|
+
LeftClickEvent: [{ type: i0.Output, args: ['left-click-event',] }],
|
|
4835
|
+
RightClickEvent: [{ type: i0.Output, args: ['right-click-event',] }]
|
|
4836
|
+
};
|
|
4837
|
+
|
|
4838
|
+
var AnalyticsCardComponent = /** @class */ (function () {
|
|
4839
|
+
function AnalyticsCardComponent() {
|
|
4840
|
+
}
|
|
4841
|
+
AnalyticsCardComponent.prototype.ngOnInit = function () {
|
|
4842
|
+
};
|
|
4843
|
+
return AnalyticsCardComponent;
|
|
4844
|
+
}());
|
|
4845
|
+
AnalyticsCardComponent.decorators = [
|
|
4846
|
+
{ type: i0.Component, args: [{
|
|
4847
|
+
selector: 'lcu-analytics-card',
|
|
4848
|
+
template: "<mat-card class=\"analytics-card\">\n <mat-card-header>\n <mat-card-title *ngIf=\"Title\">{{Title}}</mat-card-title>\n <mat-card-subtitle *ngIf=\"Subtext\">{{Subtext}}</mat-card-subtitle>\n </mat-card-header>\n <mat-card-content>\n <!-- <ng-container *ngFor=\"let atics of analytics \"> -->\n \n <div class=\"analytic-container\" fxLayout=\"row\" fxLayoutAlign=\"space-between center\">\n <div fxLayout=\"column\">\n <div class=\"analytic-number\">57</div>\n <div class=\"analytic-name\">Unique Visitors</div>\n </div>\n\n <div class=\"percent-change increase\" fxLayout=\"row\" fxLayoutAlign=\"space-around center\">\n <mat-icon>arrow_drop_up</mat-icon>\n <div>{{ .16 | percent}}</div>\n </div>\n\n <!-- <div class=\"percent-change decrease\" fxLayout=\"row\" fxLayoutAlign=\"space-around center\">\n <mat-icon>arrow_drop_down</mat-icon>\n <div>16</div>\n </div> -->\n </div>\n\n <!-- </ng-container> -->\n </mat-card-content>\n <!-- <mat-card-actions>\n <button mat-button>LIKE</button>\n <button mat-button>SHARE</button>\n </mat-card-actions> -->\n </mat-card>\n",
|
|
4849
|
+
styles: [".analytics-card{border:2px solid #d3d3d3;margin:20px;padding:10px}.increase{color:green}.decrease{color:red}"]
|
|
4850
|
+
},] }
|
|
4851
|
+
];
|
|
4852
|
+
AnalyticsCardComponent.ctorParameters = function () { return []; };
|
|
4853
|
+
AnalyticsCardComponent.propDecorators = {
|
|
4854
|
+
Title: [{ type: i0.Input, args: ['title',] }],
|
|
4855
|
+
Subtext: [{ type: i0.Input, args: ['subtext',] }],
|
|
4856
|
+
Analytics: [{ type: i0.Input, args: ['analytics',] }]
|
|
4857
|
+
};
|
|
4858
|
+
|
|
4859
|
+
var FeedCardSmComponent = /** @class */ (function () {
|
|
4860
|
+
function FeedCardSmComponent() {
|
|
4861
|
+
}
|
|
4862
|
+
FeedCardSmComponent.prototype.ngOnInit = function () {
|
|
4863
|
+
this.determineIconColor();
|
|
4864
|
+
};
|
|
4865
|
+
//HELPERS
|
|
4866
|
+
FeedCardSmComponent.prototype.determineIconColor = function () {
|
|
4867
|
+
if (this.Icon === "check_circle") {
|
|
4868
|
+
this.IconColor = "green";
|
|
4869
|
+
}
|
|
4870
|
+
else if (this.Icon === "cancel") {
|
|
4871
|
+
this.IconColor = "red";
|
|
4872
|
+
}
|
|
4873
|
+
};
|
|
4874
|
+
return FeedCardSmComponent;
|
|
4875
|
+
}());
|
|
4876
|
+
FeedCardSmComponent.decorators = [
|
|
4877
|
+
{ type: i0.Component, args: [{
|
|
4878
|
+
selector: 'lcu-feed-card-sm',
|
|
4879
|
+
template: "<mat-card class=\"social-card\">\n <div class=\"feed-card-container\" fxLayout=\"row\">\n <mat-icon *ngIf=\"Icon\" [style.color]=\"IconColor\">{{Icon}}</mat-icon>\n <div class=\"feed-card-main-content\">\n <mat-card-title *ngIf=\"Title\">{{Title}}</mat-card-title>\n <div *ngIf=\"Subtext\">{{Subtext}}</div>\n <div *ngIf=\"Description\">{{Description}}</div>\n <ng-content select=\"[more-details]\"></ng-content>\n </div>\n </div>\n\n <mat-card-actions fxLayout=\"row\" fxLayoutAlign=\"end\">\n <ng-content select=\"[actions]\"></ng-content>\n </mat-card-actions>\n </mat-card>\n",
|
|
4880
|
+
styles: [".social-card{border:2px solid #d3d3d3;margin:20px;padding:15px 5px}mat-card-actions{margin-bottom:-1px!important;margin-left:0!important;margin-right:-.5px!important}.main-slot-container{padding:10px}.slot-header{align-items:center}.slot-content{width:100%}.slot-name{font-size:22px;font-weight:600;padding-left:5px}.slot-description{font-size:12px;margin-right:10px}.slot-action-anchor{color:#000;font-size:10px;text-decoration:none}.action-icon{font-size:25px;height:25px;width:25px}.gold-icon{color:#d4af37}.upgrade-text{cursor:pointer;font-weight:700;margin-left:10px}"]
|
|
4881
|
+
},] }
|
|
4882
|
+
];
|
|
4883
|
+
FeedCardSmComponent.ctorParameters = function () { return []; };
|
|
4884
|
+
FeedCardSmComponent.propDecorators = {
|
|
4885
|
+
Icon: [{ type: i0.Input, args: ["icon",] }],
|
|
4886
|
+
Title: [{ type: i0.Input, args: ["title",] }],
|
|
4887
|
+
Subtext: [{ type: i0.Input, args: ["subtext",] }],
|
|
4888
|
+
Description: [{ type: i0.Input, args: ["description",] }]
|
|
4889
|
+
};
|
|
4890
|
+
|
|
4891
|
+
var GhControlComponent = /** @class */ (function () {
|
|
4892
|
+
function GhControlComponent() {
|
|
4893
|
+
this.InputLabel = "Create Pull Request";
|
|
4894
|
+
this.selectedBtn = "pr-btn";
|
|
4895
|
+
}
|
|
4896
|
+
GhControlComponent.prototype.ngOnInit = function () {
|
|
4897
|
+
};
|
|
4898
|
+
GhControlComponent.prototype.ngAfterViewInit = function () {
|
|
4899
|
+
this.addSelectBtn();
|
|
4900
|
+
};
|
|
4901
|
+
GhControlComponent.prototype.CreateFeatureBranch = function () {
|
|
4902
|
+
this.removeSelectedBtn();
|
|
4903
|
+
this.InputLabel = "Create Feature Branch";
|
|
4904
|
+
this.selectedBtn = "fb-btn";
|
|
4905
|
+
this.addSelectBtn();
|
|
4906
|
+
console.log("create feature branch selected");
|
|
4907
|
+
};
|
|
4908
|
+
GhControlComponent.prototype.OpenIssue = function () {
|
|
4909
|
+
this.removeSelectedBtn();
|
|
4910
|
+
this.InputLabel = "Open Issue";
|
|
4911
|
+
this.selectedBtn = "oi-btn";
|
|
4912
|
+
this.addSelectBtn();
|
|
4913
|
+
console.log("open issue selected");
|
|
4914
|
+
};
|
|
4915
|
+
GhControlComponent.prototype.CreatePullRequest = function () {
|
|
4916
|
+
this.removeSelectedBtn();
|
|
4917
|
+
this.InputLabel = "Create Pull Request";
|
|
4918
|
+
this.selectedBtn = "pr-btn";
|
|
4919
|
+
this.addSelectBtn();
|
|
4920
|
+
console.log("create pull request selected");
|
|
4921
|
+
};
|
|
4922
|
+
GhControlComponent.prototype.OpenMoreInfo = function () {
|
|
4923
|
+
console.log("more info selected");
|
|
4924
|
+
};
|
|
4925
|
+
GhControlComponent.prototype.Submit = function () {
|
|
4926
|
+
console.log("submitting: ", this.value);
|
|
4927
|
+
switch (this.selectedBtn) {
|
|
4928
|
+
case "pr-btn":
|
|
4929
|
+
//Pull request
|
|
4930
|
+
console.log("creating pull request: ", this.value);
|
|
4931
|
+
break;
|
|
4932
|
+
case "oi-btn":
|
|
4933
|
+
//Open Issue
|
|
4934
|
+
console.log("Open issue: ", this.value);
|
|
4935
|
+
break;
|
|
4936
|
+
case "fb-btn":
|
|
4937
|
+
//Feature Branch
|
|
4938
|
+
console.log("creating feature branch: ", this.value);
|
|
4939
|
+
break;
|
|
4940
|
+
default:
|
|
4941
|
+
console.log("hmm");
|
|
4942
|
+
break;
|
|
4943
|
+
}
|
|
4944
|
+
};
|
|
4945
|
+
//HELPERS
|
|
4946
|
+
GhControlComponent.prototype.addSelectBtn = function () {
|
|
4947
|
+
document.getElementById(this.selectedBtn).classList.add('selected');
|
|
4948
|
+
};
|
|
4949
|
+
GhControlComponent.prototype.removeSelectedBtn = function () {
|
|
4950
|
+
document.getElementById(this.selectedBtn).classList.remove('selected');
|
|
4951
|
+
};
|
|
4952
|
+
return GhControlComponent;
|
|
4953
|
+
}());
|
|
4954
|
+
GhControlComponent.decorators = [
|
|
4955
|
+
{ type: i0.Component, args: [{
|
|
4956
|
+
selector: 'lcu-gh-control',
|
|
4957
|
+
template: "<mat-card class=\"social-card\">\n <div class=\"gh-card-container\" fxLayout=\"row\" fxLayoutAlign=\"center center\">\n <mat-icon fxFlex=\"15%\" class=\"gh-icon\">error_outline</mat-icon>\n <div fxFlex=\"70%\"class=\"gh-card-main-content\">\n <mat-form-field appearance=\"fill\" class=\"gh-input\">\n <mat-label>{{InputLabel}}</mat-label>\n <input matInput type=\"text\" [(ngModel)]=\"value\">\n <!-- <button *ngIf=\"value\" matSuffix mat-icon-button aria-label=\"Clear\" (click)=\"value=''\">\n <mat-icon>close</mat-icon>\n </button> -->\n </mat-form-field>\n </div>\n <button fxFlex=\"15%\" mat-button (click)=\"Submit()\" id=\"submit-btn\">Submit</button>\n </div>\n\n <mat-card-actions fxLayout=\"row\" fxLayoutAlign=\"space-around center\">\n <button mat-button (click)=\"CreatePullRequest()\" id=\"pr-btn\">Pull Request</button>\n <button mat-button (click)=\"OpenIssue()\" id=\"oi-btn\">Open Issue</button>\n <button mat-button (click)=\"CreateFeatureBranch()\" id=\"fb-btn\">Feature Branch</button>\n <button mat-icon-button (click)=\"OpenMoreInfo()\">\n <mat-icon>more_horiz</mat-icon>\n </button>\n </mat-card-actions>\n </mat-card>",
|
|
4958
|
+
styles: [".social-card{border:2px solid #d3d3d3;margin:20px;padding:15px 5px}mat-card-actions{margin-bottom:-1px!important;margin-left:0!important;margin-right:-.5px!important}.main-slot-container{padding:10px}.slot-header{align-items:center}.slot-content{width:100%}.slot-name{font-size:22px;font-weight:600;padding-left:5px}.slot-description{font-size:12px;margin-right:10px}.slot-action-anchor{color:#000;font-size:10px;text-decoration:none}.action-icon{font-size:25px;height:25px;width:25px}.gold-icon{color:#d4af37}.upgrade-text{cursor:pointer;font-weight:700;margin-left:10px}.gh-icon{font-size:60px;height:60px;text-align:center;width:60px}.gh-input{width:90%}.selected{border:1px solid green}::ng-deep .mat-form-field-flex{border:1px solid;border-radius:30px!important}::ng-deep .mat-form-field-wrapper{padding-bottom:0!important}"]
|
|
4959
|
+
},] }
|
|
4960
|
+
];
|
|
4961
|
+
GhControlComponent.ctorParameters = function () { return []; };
|
|
4962
|
+
|
|
4963
|
+
var MainFeedCardComponent = /** @class */ (function () {
|
|
4964
|
+
function MainFeedCardComponent() {
|
|
4965
|
+
}
|
|
4966
|
+
MainFeedCardComponent.prototype.ngOnInit = function () {
|
|
4967
|
+
};
|
|
4968
|
+
MainFeedCardComponent.prototype.MoreClicked = function () {
|
|
4969
|
+
console.log("More clicked");
|
|
4970
|
+
};
|
|
4971
|
+
return MainFeedCardComponent;
|
|
4972
|
+
}());
|
|
4973
|
+
MainFeedCardComponent.decorators = [
|
|
4974
|
+
{ type: i0.Component, args: [{
|
|
4975
|
+
selector: 'lcu-main-feed-card',
|
|
4976
|
+
template: "<mat-card class=\"social-card\">\n <mat-card-header fxLayout=\"row\">\n <div *ngIf=\"Avatar\" mat-card-avatar class=\"example-header-image\" [style.backgroundImage]=\"Avatar\" fxFlex=\"10%\"></div>\n <div class=\"header-main-content-container\" fxFlex=\"80%\">\n <mat-card-title *ngIf=\"Title\">{{Title}}</mat-card-title>\n <div *ngIf=\"Subtext\">{{Subtext}}</div>\n <div *ngIf=\"TimeAgo\">{{TimeAgo}}</div>\n </div>\n <div fxFlex=\"10%\">\n <button mat-icon-button (click)=\"MoreClicked()\" >\n <mat-icon>more_horiz</mat-icon>\n </button>\n </div>\n\n </mat-card-header>\n \n <div class=\"feed-card-container\" fxLayout=\"row\">\n <div class=\"feed-card-main-content\">\n <ng-content select=\"[tabs]\"></ng-content>\n </div>\n </div>\n\n <mat-card-actions fxLayout=\"row\" fxLayoutAlign=\"space-around center\">\n <ng-content select=\"[actions]\"></ng-content>\n \n\n </mat-card-actions>\n </mat-card>\n",
|
|
4977
|
+
styles: [".social-card{border:2px solid #d3d3d3;margin:20px;padding:15px 5px}mat-card-actions{margin-bottom:-1px!important;margin-left:0!important;margin-right:-.5px!important}.main-slot-container{padding:10px}.slot-header{align-items:center}.slot-content{width:100%}.slot-name{font-size:22px;font-weight:600;padding-left:5px}.slot-description{font-size:12px;margin-right:10px}.slot-action-anchor{color:#000;font-size:10px;text-decoration:none}.action-icon{font-size:25px;height:25px;width:25px}.gold-icon{color:#d4af37}.upgrade-text{cursor:pointer;font-weight:700;margin-left:10px}.example-header-image{background-size:cover}"]
|
|
4978
|
+
},] }
|
|
4979
|
+
];
|
|
4980
|
+
MainFeedCardComponent.ctorParameters = function () { return []; };
|
|
4981
|
+
MainFeedCardComponent.propDecorators = {
|
|
4982
|
+
Avatar: [{ type: i0.Input, args: ['avatar',] }],
|
|
4983
|
+
Title: [{ type: i0.Input, args: ['title',] }],
|
|
4984
|
+
Subtext: [{ type: i0.Input, args: ['subtext',] }],
|
|
4985
|
+
TimeAgo: [{ type: i0.Input, args: ['time-ago',] }]
|
|
4986
|
+
};
|
|
4987
|
+
|
|
4988
|
+
var TwoColumnHeaderComponent = /** @class */ (function () {
|
|
4989
|
+
function TwoColumnHeaderComponent() {
|
|
4990
|
+
}
|
|
4991
|
+
TwoColumnHeaderComponent.prototype.ngOnInit = function () {
|
|
4992
|
+
};
|
|
4993
|
+
return TwoColumnHeaderComponent;
|
|
4994
|
+
}());
|
|
4995
|
+
TwoColumnHeaderComponent.decorators = [
|
|
4996
|
+
{ type: i0.Component, args: [{
|
|
4997
|
+
selector: 'lcu-two-column-header',
|
|
4998
|
+
template: "<div class=\"col-container\" fxLayout=\"row\">\n\n <div class=\"col-left\" fxFlex=\"15%\" >\n <ng-content select=\"[left]\"></ng-content>\n </div>\n\n <div class=\"col-center\" fxFlex=\"85%\">\n <ng-content></ng-content>\n </div>\n\n</div>\n",
|
|
4999
|
+
styles: [".col-container{background-color:#ebecf0}.col-left{min-width:210px}"]
|
|
4722
5000
|
},] }
|
|
4723
5001
|
];
|
|
4724
|
-
|
|
4725
|
-
SlottedCardComponent.propDecorators = {
|
|
4726
|
-
Title: [{ type: i0.Input, args: ['title',] }],
|
|
4727
|
-
Icon: [{ type: i0.Input, args: ['icon',] }],
|
|
4728
|
-
MainSlotDescription: [{ type: i0.Input, args: ['main-slot-description',] }],
|
|
4729
|
-
SecondarySlotDescription: [{ type: i0.Input, args: ['secondary-slot-description',] }],
|
|
4730
|
-
ActionText: [{ type: i0.Input, args: ['action-text',] }],
|
|
4731
|
-
MainActionClicked: [{ type: i0.Output, args: ['main-action-clicked',] }]
|
|
4732
|
-
};
|
|
5002
|
+
TwoColumnHeaderComponent.ctorParameters = function () { return []; };
|
|
4733
5003
|
|
|
4734
|
-
var
|
|
4735
|
-
function
|
|
4736
|
-
this.
|
|
4737
|
-
this.RightClickEvent = new i0.EventEmitter();
|
|
5004
|
+
var CardCarouselComponent = /** @class */ (function () {
|
|
5005
|
+
function CardCarouselComponent() {
|
|
5006
|
+
this.carouselIndex = 0;
|
|
4738
5007
|
}
|
|
4739
|
-
|
|
5008
|
+
CardCarouselComponent.prototype.ngOnInit = function () {
|
|
4740
5009
|
};
|
|
4741
|
-
|
|
4742
|
-
this.
|
|
5010
|
+
CardCarouselComponent.prototype.ngAfterViewInit = function () {
|
|
5011
|
+
this.assignCarouselClass();
|
|
4743
5012
|
};
|
|
4744
|
-
|
|
4745
|
-
this.
|
|
5013
|
+
CardCarouselComponent.prototype.LeftChevronClicked = function () {
|
|
5014
|
+
this.removeCarouselClasses();
|
|
5015
|
+
if (this.carouselIndex === 0) {
|
|
5016
|
+
this.carouselIndex = this.Stats.length - 1;
|
|
5017
|
+
}
|
|
5018
|
+
else {
|
|
5019
|
+
this.carouselIndex--;
|
|
5020
|
+
}
|
|
5021
|
+
this.assignCarouselClass();
|
|
4746
5022
|
};
|
|
4747
|
-
|
|
5023
|
+
CardCarouselComponent.prototype.MoreDetailsClicked = function () {
|
|
5024
|
+
console.log("More details clicked on carousel item", this.Stats[this.carouselIndex]);
|
|
5025
|
+
};
|
|
5026
|
+
CardCarouselComponent.prototype.RightChevronClicked = function () {
|
|
5027
|
+
this.removeCarouselClasses();
|
|
5028
|
+
if (this.carouselIndex === this.Stats.length - 1) {
|
|
5029
|
+
this.carouselIndex = 0;
|
|
5030
|
+
}
|
|
5031
|
+
else {
|
|
5032
|
+
this.carouselIndex++;
|
|
5033
|
+
}
|
|
5034
|
+
this.assignCarouselClass();
|
|
5035
|
+
};
|
|
5036
|
+
//HELPERS
|
|
5037
|
+
CardCarouselComponent.prototype.removeCarouselClasses = function () {
|
|
5038
|
+
for (var i = 0; i < this.Stats.length; i++) {
|
|
5039
|
+
if (i === this.carouselIndex) {
|
|
5040
|
+
document.getElementById("carousel-" + this.carouselIndex).classList.remove('active');
|
|
5041
|
+
}
|
|
5042
|
+
else {
|
|
5043
|
+
document.getElementById("carousel-" + i).classList.remove('hidden');
|
|
5044
|
+
}
|
|
5045
|
+
}
|
|
5046
|
+
};
|
|
5047
|
+
CardCarouselComponent.prototype.assignCarouselClass = function () {
|
|
5048
|
+
for (var i = 0; i < this.Stats.length; i++) {
|
|
5049
|
+
if (i === this.carouselIndex) {
|
|
5050
|
+
document.getElementById("carousel-" + this.carouselIndex).classList.add('active');
|
|
5051
|
+
}
|
|
5052
|
+
else {
|
|
5053
|
+
document.getElementById("carousel-" + i).classList.add('hidden');
|
|
5054
|
+
}
|
|
5055
|
+
}
|
|
5056
|
+
};
|
|
5057
|
+
return CardCarouselComponent;
|
|
4748
5058
|
}());
|
|
4749
|
-
|
|
5059
|
+
CardCarouselComponent.decorators = [
|
|
4750
5060
|
{ type: i0.Component, args: [{
|
|
4751
|
-
selector: 'lcu-
|
|
4752
|
-
template: "<
|
|
4753
|
-
styles: [".
|
|
5061
|
+
selector: 'lcu-card-carousel',
|
|
5062
|
+
template: "<div stats class=\"carousel-container\">\n <div class=\"chevron-container\" fxLayout=\"row\">\n <button mat-icon-button class=\"chevron-button\" id=\"left-chevron\" (click)=\"LeftChevronClicked()\">\n <mat-icon>chevron_left</mat-icon>\n </button>\n <button mat-icon-button class=\"chevron-button\" id=\"right-chevron\" (click)=\"RightChevronClicked()\">\n <mat-icon>chevron_right</mat-icon>\n </button>\n </div>\n <ng-container *ngFor=\"let stat of Stats; let i = index\">\n <div class=\"carousel-item\" [id]=\"'carousel-'+i\">\n <div class=\"carousel-title\">{{stat.Name}}</div>\n <div class=\"carousel-stat\">{{stat.Stat}}</div>\n </div>\n </ng-container>\n <div (click)=\"MoreDetailsClicked()\">More details</div>\n</div>\n",
|
|
5063
|
+
styles: [".carousel-container{height:75px;padding-top:20px;text-align:center}.carousel-item.hidden{display:none}.carousel-item.active{visibility:visible}.chevron-button{position:absolute}#right-chevron{right:5px}#left-chevron{left:5px}"]
|
|
4754
5064
|
},] }
|
|
4755
5065
|
];
|
|
4756
|
-
|
|
4757
|
-
|
|
4758
|
-
|
|
4759
|
-
Image: [{ type: i0.Input, args: ['image',] }],
|
|
4760
|
-
Name: [{ type: i0.Input, args: ['name',] }],
|
|
4761
|
-
Subtext: [{ type: i0.Input, args: ['subtext',] }],
|
|
4762
|
-
LeftClickEvent: [{ type: i0.Output, args: ['left-click-event',] }],
|
|
4763
|
-
RightClickEvent: [{ type: i0.Output, args: ['right-click-event',] }]
|
|
5066
|
+
CardCarouselComponent.ctorParameters = function () { return []; };
|
|
5067
|
+
CardCarouselComponent.propDecorators = {
|
|
5068
|
+
Stats: [{ type: i0.Input, args: ['stats',] }]
|
|
4764
5069
|
};
|
|
4765
5070
|
|
|
4766
|
-
var
|
|
4767
|
-
function
|
|
5071
|
+
var SecurityToggleComponent = /** @class */ (function () {
|
|
5072
|
+
function SecurityToggleComponent(formBldr) {
|
|
5073
|
+
this.formBldr = formBldr;
|
|
4768
5074
|
}
|
|
4769
|
-
|
|
5075
|
+
Object.defineProperty(SecurityToggleComponent.prototype, "IsPrivateFormControl", {
|
|
5076
|
+
get: function () {
|
|
5077
|
+
var _a;
|
|
5078
|
+
return (_a = this.SecurityFormGroup) === null || _a === void 0 ? void 0 : _a.controls.isPrivate;
|
|
5079
|
+
},
|
|
5080
|
+
enumerable: false,
|
|
5081
|
+
configurable: true
|
|
5082
|
+
});
|
|
5083
|
+
SecurityToggleComponent.prototype.ngOnInit = function () {
|
|
5084
|
+
this.setupSecurityFormGroup();
|
|
4770
5085
|
};
|
|
4771
|
-
|
|
5086
|
+
SecurityToggleComponent.prototype.SecuritySubmit = function () {
|
|
5087
|
+
console.log("submitting values");
|
|
5088
|
+
};
|
|
5089
|
+
SecurityToggleComponent.prototype.setupSecurityFormGroup = function () {
|
|
5090
|
+
var _a, _b;
|
|
5091
|
+
this.ProcessorType = ((_b = (_a = this.EditingApplication) === null || _a === void 0 ? void 0 : _a.Processor) === null || _b === void 0 ? void 0 : _b.Type) || '';
|
|
5092
|
+
if (this.EditingApplication != null) {
|
|
5093
|
+
// this.SecurityFormGroup = this.formBldr.group({
|
|
5094
|
+
// name: [this.EditingApplication.Application?.Name, Validators.required],
|
|
5095
|
+
// description: [
|
|
5096
|
+
// this.EditingApplication.Application?.Description,
|
|
5097
|
+
// Validators.required,
|
|
5098
|
+
// ],
|
|
5099
|
+
// route: [
|
|
5100
|
+
// this.EditingApplication.LookupConfig?.PathRegex.replace('.*', '') ||
|
|
5101
|
+
// '/',
|
|
5102
|
+
// Validators.required,
|
|
5103
|
+
// ],
|
|
5104
|
+
// // priority: [
|
|
5105
|
+
// // this.EditingApplication.Application?.Priority || 10000,
|
|
5106
|
+
// // Validators.required,
|
|
5107
|
+
// // ],
|
|
5108
|
+
// procType: [this.ProcessorType, [Validators.required]],
|
|
5109
|
+
// });
|
|
5110
|
+
}
|
|
5111
|
+
this.setupSecurityForm();
|
|
5112
|
+
};
|
|
5113
|
+
SecurityToggleComponent.prototype.setupSecurityForm = function () {
|
|
5114
|
+
var _a, _b;
|
|
5115
|
+
this.SecurityFormGroup.addControl('isPrivate', this.formBldr.control(((_a = this.EditingApplication.LookupConfig) === null || _a === void 0 ? void 0 : _a.IsPrivate) || false, [forms.Validators.required]));
|
|
5116
|
+
this.SecurityFormGroup.addControl('isTriggerSignIn', this.formBldr.control(((_b = this.EditingApplication.LookupConfig) === null || _b === void 0 ? void 0 : _b.IsTriggerSignIn) || false, [forms.Validators.required]));
|
|
5117
|
+
};
|
|
5118
|
+
return SecurityToggleComponent;
|
|
4772
5119
|
}());
|
|
4773
|
-
|
|
5120
|
+
SecurityToggleComponent.decorators = [
|
|
4774
5121
|
{ type: i0.Component, args: [{
|
|
4775
|
-
selector: 'lcu-
|
|
4776
|
-
template: "<mat-card class=\"
|
|
4777
|
-
styles: [".
|
|
5122
|
+
selector: 'lcu-security-toggle',
|
|
5123
|
+
template: "<form class=\"security-form\" [formGroup]=\"SecurityFormGroup\" (ngSubmit)=\"SecuritySubmit()\">\n <mat-card class=\"spread flow-card\">\n <mat-card-header>\n <mat-card-title> Security Settings </mat-card-title>\n\n <div fxFlex></div>\n\n <mat-slide-toggle\n formControlName=\"isPrivate\"\n matTooltip=\"Is Secure Application?\"\n >\n </mat-slide-toggle>\n\n <mat-icon\n matSuffix\n matTooltip=\"A Secured Application is one that requires the user to be authenticated to use the application. The application is hosted behind an identity wall.\"\n >\n info_outline\n </mat-icon>\n </mat-card-header>\n\n <mat-card-content>\n <div>\n <div *ngIf=\"IsPrivateFormControl.value\">\n <div>\n <mat-slide-toggle formControlName=\"isTriggerSignIn\">\n Is Trigger Sign In Application?\n </mat-slide-toggle>\n\n <mat-icon\n matSuffix\n matTooltip=\"A Trigger Sign In Application will direct the user to sign in if they are not already.\"\n >\n info_outline\n </mat-icon>\n </div>\n </div>\n </div>\n </mat-card-content>\n \n <mat-card-actions>\n <!-- [disabled]=\"!SecurityFormGroup.valid || !SecurityFormGroup.dirty\" -->\n <button mat-raised-button type=\"submit\" >Save Security Settings</button>\n </mat-card-actions>\n </mat-card>\n</form>\n",
|
|
5124
|
+
styles: ["::ng-deep .mat-tooltip{color:#000!important}"]
|
|
4778
5125
|
},] }
|
|
4779
5126
|
];
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
|
|
5127
|
+
SecurityToggleComponent.ctorParameters = function () { return [
|
|
5128
|
+
{ type: forms.FormBuilder }
|
|
5129
|
+
]; };
|
|
5130
|
+
SecurityToggleComponent.propDecorators = {
|
|
5131
|
+
EditingApplication: [{ type: i0.Input, args: ['editing-application',] }]
|
|
4785
5132
|
};
|
|
4786
5133
|
|
|
4787
|
-
var
|
|
4788
|
-
function
|
|
5134
|
+
var ProcessorDetailsFormComponent = /** @class */ (function () {
|
|
5135
|
+
function ProcessorDetailsFormComponent(formBldr) {
|
|
5136
|
+
this.formBldr = formBldr;
|
|
5137
|
+
// this.EditingApplicationLookup = null;
|
|
5138
|
+
this.redirectTooltip = '';
|
|
4789
5139
|
}
|
|
4790
|
-
|
|
4791
|
-
|
|
5140
|
+
Object.defineProperty(ProcessorDetailsFormComponent.prototype, "BuildFormControl", {
|
|
5141
|
+
get: function () {
|
|
5142
|
+
var _a;
|
|
5143
|
+
return (_a = this.ProcessorDetailsFormGroup) === null || _a === void 0 ? void 0 : _a.controls.build;
|
|
5144
|
+
},
|
|
5145
|
+
enumerable: false,
|
|
5146
|
+
configurable: true
|
|
5147
|
+
});
|
|
5148
|
+
Object.defineProperty(ProcessorDetailsFormComponent.prototype, "ClientIDFormControl", {
|
|
5149
|
+
get: function () {
|
|
5150
|
+
var _a;
|
|
5151
|
+
return (_a = this.ProcessorDetailsFormGroup) === null || _a === void 0 ? void 0 : _a.controls.clientId;
|
|
5152
|
+
},
|
|
5153
|
+
enumerable: false,
|
|
5154
|
+
configurable: true
|
|
5155
|
+
});
|
|
5156
|
+
Object.defineProperty(ProcessorDetailsFormComponent.prototype, "DefaultFileFormControl", {
|
|
5157
|
+
get: function () {
|
|
5158
|
+
var _a;
|
|
5159
|
+
return (_a = this.ProcessorDetailsFormGroup) === null || _a === void 0 ? void 0 : _a.controls.defaultFile;
|
|
5160
|
+
},
|
|
5161
|
+
enumerable: false,
|
|
5162
|
+
configurable: true
|
|
5163
|
+
});
|
|
5164
|
+
Object.defineProperty(ProcessorDetailsFormComponent.prototype, "InboundPathFormControl", {
|
|
5165
|
+
get: function () {
|
|
5166
|
+
var _a;
|
|
5167
|
+
return (_a = this.ProcessorDetailsFormGroup) === null || _a === void 0 ? void 0 : _a.controls.inboundPath;
|
|
5168
|
+
},
|
|
5169
|
+
enumerable: false,
|
|
5170
|
+
configurable: true
|
|
5171
|
+
});
|
|
5172
|
+
Object.defineProperty(ProcessorDetailsFormComponent.prototype, "TokenLookupFormControl", {
|
|
5173
|
+
get: function () {
|
|
5174
|
+
var _a;
|
|
5175
|
+
return (_a = this.ProcessorDetailsFormGroup) === null || _a === void 0 ? void 0 : _a.controls.tokenLookup;
|
|
5176
|
+
},
|
|
5177
|
+
enumerable: false,
|
|
5178
|
+
configurable: true
|
|
5179
|
+
});
|
|
5180
|
+
Object.defineProperty(ProcessorDetailsFormComponent.prototype, "RedirectFormControl", {
|
|
5181
|
+
get: function () {
|
|
5182
|
+
var _a;
|
|
5183
|
+
return (_a = this.ProcessorDetailsFormGroup) === null || _a === void 0 ? void 0 : _a.controls.redirect;
|
|
5184
|
+
},
|
|
5185
|
+
enumerable: false,
|
|
5186
|
+
configurable: true
|
|
5187
|
+
});
|
|
5188
|
+
Object.defineProperty(ProcessorDetailsFormComponent.prototype, "ScopesFormControl", {
|
|
5189
|
+
get: function () {
|
|
5190
|
+
var _a;
|
|
5191
|
+
return (_a = this.ProcessorDetailsFormGroup) === null || _a === void 0 ? void 0 : _a.controls.scopes;
|
|
5192
|
+
},
|
|
5193
|
+
enumerable: false,
|
|
5194
|
+
configurable: true
|
|
5195
|
+
});
|
|
5196
|
+
Object.defineProperty(ProcessorDetailsFormComponent.prototype, "SecurityFormControl", {
|
|
5197
|
+
get: function () {
|
|
5198
|
+
var _a;
|
|
5199
|
+
return (_a = this.ProcessorDetailsFormGroup) === null || _a === void 0 ? void 0 : _a.controls.security;
|
|
5200
|
+
},
|
|
5201
|
+
enumerable: false,
|
|
5202
|
+
configurable: true
|
|
5203
|
+
});
|
|
5204
|
+
Object.defineProperty(ProcessorDetailsFormComponent.prototype, "SPARootFormControl", {
|
|
5205
|
+
get: function () {
|
|
5206
|
+
var _a;
|
|
5207
|
+
return (_a = this.ProcessorDetailsFormGroup) === null || _a === void 0 ? void 0 : _a.controls.spaRoot;
|
|
5208
|
+
},
|
|
5209
|
+
enumerable: false,
|
|
5210
|
+
configurable: true
|
|
5211
|
+
});
|
|
5212
|
+
Object.defineProperty(ProcessorDetailsFormComponent.prototype, "PermanentFormControl", {
|
|
5213
|
+
get: function () {
|
|
5214
|
+
var _a;
|
|
5215
|
+
return (_a = this.ProcessorDetailsFormGroup) === null || _a === void 0 ? void 0 : _a.controls.permanent;
|
|
5216
|
+
},
|
|
5217
|
+
enumerable: false,
|
|
5218
|
+
configurable: true
|
|
5219
|
+
});
|
|
5220
|
+
Object.defineProperty(ProcessorDetailsFormComponent.prototype, "PreserveMethodFormControl", {
|
|
5221
|
+
get: function () {
|
|
5222
|
+
var _a;
|
|
5223
|
+
return (_a = this.ProcessorDetailsFormGroup) === null || _a === void 0 ? void 0 : _a.controls.preserveMethod;
|
|
5224
|
+
},
|
|
5225
|
+
enumerable: false,
|
|
5226
|
+
configurable: true
|
|
5227
|
+
});
|
|
5228
|
+
ProcessorDetailsFormComponent.prototype.ngOnInit = function () {
|
|
5229
|
+
this.setupProcessorDetailsForm();
|
|
5230
|
+
};
|
|
5231
|
+
ProcessorDetailsFormComponent.prototype.DetermineTooltipText = function () {
|
|
5232
|
+
var permanentValue = this.PermanentFormControl.value;
|
|
5233
|
+
var preserveValue = this.PreserveMethodFormControl.value;
|
|
5234
|
+
if (permanentValue === true && preserveValue === false) {
|
|
5235
|
+
this.redirectTooltip = '301 – Permanent and Not Preserve';
|
|
5236
|
+
}
|
|
5237
|
+
else if (permanentValue === false && preserveValue === false) {
|
|
5238
|
+
this.redirectTooltip = '302 – Not Permanent and Not Preserve';
|
|
5239
|
+
}
|
|
5240
|
+
else if (permanentValue === false && preserveValue === true) {
|
|
5241
|
+
this.redirectTooltip = '307 – Not Permanent and Preserve';
|
|
5242
|
+
}
|
|
5243
|
+
else if (permanentValue === true && preserveValue === true) {
|
|
5244
|
+
this.redirectTooltip = '308 – Permanent and Preserve';
|
|
5245
|
+
}
|
|
5246
|
+
};
|
|
5247
|
+
ProcessorDetailsFormComponent.prototype.SubmitProcessorDetails = function () {
|
|
5248
|
+
};
|
|
5249
|
+
ProcessorDetailsFormComponent.prototype.ProcessorTypeChanged = function (event) {
|
|
5250
|
+
this.ProcessorType = event.value;
|
|
5251
|
+
this.setupProcessorTypeSubForm();
|
|
5252
|
+
};
|
|
5253
|
+
ProcessorDetailsFormComponent.prototype.LCUTypeChanged = function (event) {
|
|
5254
|
+
this.LCUType = event.value;
|
|
5255
|
+
this.setupLcuTypeSubForm();
|
|
4792
5256
|
};
|
|
4793
5257
|
//HELPERS
|
|
4794
|
-
|
|
4795
|
-
|
|
4796
|
-
|
|
5258
|
+
ProcessorDetailsFormComponent.prototype.cleanupLcuTypeSubForm = function () {
|
|
5259
|
+
this.ProcessorDetailsFormGroup.removeControl('methods');
|
|
5260
|
+
this.ProcessorDetailsFormGroup.removeControl('apiRoot');
|
|
5261
|
+
this.ProcessorDetailsFormGroup.removeControl('security');
|
|
5262
|
+
this.ProcessorDetailsFormGroup.removeControl('spaRoot');
|
|
5263
|
+
this.ProcessorDetailsFormGroup.removeControl('applicationId');
|
|
5264
|
+
this.ProcessorDetailsFormGroup.removeControl('build');
|
|
5265
|
+
this.ProcessorDetailsFormGroup.removeControl('clientId');
|
|
5266
|
+
this.ProcessorDetailsFormGroup.removeControl('clientSecret');
|
|
5267
|
+
this.ProcessorDetailsFormGroup.removeControl('zipFile');
|
|
5268
|
+
};
|
|
5269
|
+
ProcessorDetailsFormComponent.prototype.cleanupProcessorTypeSubForm = function () {
|
|
5270
|
+
this.ProcessorDetailsFormGroup.removeControl('defaultFile');
|
|
5271
|
+
// this.ApplicationFormGroup.removeControl('dfsLcuType');
|
|
5272
|
+
// this.ApplicationFormGroup.removeControl('oauthLcuType');
|
|
5273
|
+
this.ProcessorDetailsFormGroup.removeControl('scopes');
|
|
5274
|
+
this.ProcessorDetailsFormGroup.removeControl('tokenLookup');
|
|
5275
|
+
this.ProcessorDetailsFormGroup.removeControl('inboundPath');
|
|
5276
|
+
this.ProcessorDetailsFormGroup.removeControl('proxyLcuType');
|
|
5277
|
+
this.ProcessorDetailsFormGroup.removeControl('redirect');
|
|
5278
|
+
this.ProcessorDetailsFormGroup.removeControl('permanent');
|
|
5279
|
+
this.ProcessorDetailsFormGroup.removeControl('preserveMethod');
|
|
5280
|
+
this.cleanupLcuTypeSubForm();
|
|
5281
|
+
};
|
|
5282
|
+
ProcessorDetailsFormComponent.prototype.setupLcuTypeSubForm = function () {
|
|
5283
|
+
this.cleanupLcuTypeSubForm();
|
|
5284
|
+
// this.ApplicationFormGroup.removeControl('package');
|
|
5285
|
+
// this.ApplicationFormGroup.removeControl('version');
|
|
5286
|
+
if (this.LCUType) {
|
|
5287
|
+
switch (this.LCUType) {
|
|
5288
|
+
case 'API':
|
|
5289
|
+
this.setupLCUAPIForm();
|
|
5290
|
+
break;
|
|
5291
|
+
case 'ApplicationPointer':
|
|
5292
|
+
this.setupLCUApplicationPointerForm();
|
|
5293
|
+
break;
|
|
5294
|
+
case 'GitHub':
|
|
5295
|
+
this.setupLCUGitHubForm();
|
|
5296
|
+
break;
|
|
5297
|
+
case 'GitHubOAuth':
|
|
5298
|
+
this.setupLCUGitHubOAuthForm();
|
|
5299
|
+
break;
|
|
5300
|
+
// case 'NPM':
|
|
5301
|
+
// this.setupLCUNPMForm();
|
|
5302
|
+
// break;
|
|
5303
|
+
case 'SPA':
|
|
5304
|
+
this.setupLCUSPAForm();
|
|
5305
|
+
break;
|
|
5306
|
+
case 'Zip':
|
|
5307
|
+
this.setupLCUZipForm();
|
|
5308
|
+
break;
|
|
5309
|
+
}
|
|
4797
5310
|
}
|
|
4798
|
-
|
|
4799
|
-
|
|
5311
|
+
};
|
|
5312
|
+
ProcessorDetailsFormComponent.prototype.setupProcessorDetailsForm = function () {
|
|
5313
|
+
var _a, _b, _c, _d, _e;
|
|
5314
|
+
this.ProcessorType = ((_b = (_a = this.EditingApplication) === null || _a === void 0 ? void 0 : _a.Processor) === null || _b === void 0 ? void 0 : _b.Type) || '';
|
|
5315
|
+
if (this.EditingApplication != null) {
|
|
5316
|
+
this.ProcessorDetailsFormGroup = this.formBldr.group({
|
|
5317
|
+
name: [(_c = this.EditingApplication.Application) === null || _c === void 0 ? void 0 : _c.Name, forms.Validators.required],
|
|
5318
|
+
description: [
|
|
5319
|
+
(_d = this.EditingApplication.Application) === null || _d === void 0 ? void 0 : _d.Description,
|
|
5320
|
+
forms.Validators.required,
|
|
5321
|
+
],
|
|
5322
|
+
route: [
|
|
5323
|
+
((_e = this.EditingApplication.LookupConfig) === null || _e === void 0 ? void 0 : _e.PathRegex.replace('.*', '')) ||
|
|
5324
|
+
'/',
|
|
5325
|
+
forms.Validators.required,
|
|
5326
|
+
],
|
|
5327
|
+
// priority: [
|
|
5328
|
+
// this.EditingApplication.Application?.Priority || 10000,
|
|
5329
|
+
// Validators.required,
|
|
5330
|
+
// ],
|
|
5331
|
+
procType: [this.ProcessorType, [forms.Validators.required]],
|
|
5332
|
+
});
|
|
4800
5333
|
}
|
|
4801
5334
|
};
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
|
|
4805
|
-
{ type: i0.Component, args: [{
|
|
4806
|
-
selector: 'lcu-feed-card-sm',
|
|
4807
|
-
template: "<mat-card class=\"social-card\">\n <div class=\"feed-card-container\" fxLayout=\"row\">\n <mat-icon *ngIf=\"Icon\" [style.color]=\"IconColor\">{{Icon}}</mat-icon>\n <div class=\"feed-card-main-content\">\n <mat-card-title *ngIf=\"Title\">{{Title}}</mat-card-title>\n <div *ngIf=\"Subtext\">{{Subtext}}</div>\n <div *ngIf=\"Description\">{{Description}}</div>\n <ng-content select=\"[more-details]\"></ng-content>\n </div>\n </div>\n\n <mat-card-actions fxLayout=\"row\" fxLayoutAlign=\"end\">\n <ng-content select=\"[actions]\"></ng-content>\n </mat-card-actions>\n </mat-card>\n",
|
|
4808
|
-
styles: [".social-card{background-color:#fff;border:2px solid #d3d3d3;margin:20px;padding:15px 5px}mat-card-actions{margin-bottom:-1px!important;margin-left:0!important;margin-right:-.5px!important}.main-slot-container{padding:10px}.slot-header{align-items:center}.slot-content{width:100%}.slot-name{font-size:22px;font-weight:600;padding-left:5px}.slot-description{font-size:12px;margin-right:10px}.slot-action-anchor{color:#000;font-size:10px;text-decoration:none}.action-icon{font-size:25px;height:25px;width:25px}.gold-icon{color:#d4af37}.upgrade-text{cursor:pointer;font-weight:700;margin-left:10px}"]
|
|
4809
|
-
},] }
|
|
4810
|
-
];
|
|
4811
|
-
FeedCardSmComponent.ctorParameters = function () { return []; };
|
|
4812
|
-
FeedCardSmComponent.propDecorators = {
|
|
4813
|
-
Icon: [{ type: i0.Input, args: ["icon",] }],
|
|
4814
|
-
Title: [{ type: i0.Input, args: ["title",] }],
|
|
4815
|
-
Subtext: [{ type: i0.Input, args: ["subtext",] }],
|
|
4816
|
-
Description: [{ type: i0.Input, args: ["description",] }]
|
|
4817
|
-
};
|
|
4818
|
-
|
|
4819
|
-
var GhControlComponent = /** @class */ (function () {
|
|
4820
|
-
function GhControlComponent() {
|
|
4821
|
-
this.InputLabel = "Create Pull Request";
|
|
4822
|
-
this.selectedBtn = "pr-btn";
|
|
4823
|
-
}
|
|
4824
|
-
GhControlComponent.prototype.ngOnInit = function () {
|
|
5335
|
+
ProcessorDetailsFormComponent.prototype.setupLCUGitHubForm = function () {
|
|
5336
|
+
var _a;
|
|
5337
|
+
this.ProcessorDetailsFormGroup.addControl('build', this.formBldr.control(((_a = this.EditingApplication.LowCodeUnit) === null || _a === void 0 ? void 0 : _a.Build) || 'latest', [forms.Validators.required]));
|
|
4825
5338
|
};
|
|
4826
|
-
|
|
4827
|
-
|
|
5339
|
+
ProcessorDetailsFormComponent.prototype.setupLCUApplicationPointerForm = function () {
|
|
5340
|
+
var _a;
|
|
5341
|
+
this.ProcessorDetailsFormGroup.addControl('applicationId', this.formBldr.control(((_a = this.EditingApplication.LowCodeUnit) === null || _a === void 0 ? void 0 : _a.ApplicationID) || '', [forms.Validators.required]));
|
|
4828
5342
|
};
|
|
4829
|
-
|
|
4830
|
-
this.
|
|
4831
|
-
|
|
4832
|
-
this.
|
|
4833
|
-
this.
|
|
4834
|
-
|
|
5343
|
+
ProcessorDetailsFormComponent.prototype.setupLCUNPMForm = function () {
|
|
5344
|
+
// this.ApplicationFormGroup.addControl(
|
|
5345
|
+
// 'package',
|
|
5346
|
+
// this.formBldr.control(
|
|
5347
|
+
// this.EditingApplication.LowCodeUnit?.Package || '',
|
|
5348
|
+
// [Validators.required]
|
|
5349
|
+
// )
|
|
5350
|
+
// );
|
|
5351
|
+
// this.ApplicationFormGroup.addControl(
|
|
5352
|
+
// 'version',
|
|
5353
|
+
// this.formBldr.control(
|
|
5354
|
+
// this.EditingApplication.LowCodeUnit?.Version || '',
|
|
5355
|
+
// [Validators.required]
|
|
5356
|
+
// )
|
|
5357
|
+
// );
|
|
4835
5358
|
};
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
this.
|
|
4839
|
-
this.selectedBtn = "oi-btn";
|
|
4840
|
-
this.addSelectBtn();
|
|
4841
|
-
console.log("open issue selected");
|
|
5359
|
+
ProcessorDetailsFormComponent.prototype.setupLCUSPAForm = function () {
|
|
5360
|
+
var _a;
|
|
5361
|
+
this.ProcessorDetailsFormGroup.addControl('spaRoot', this.formBldr.control(((_a = this.EditingApplication.LowCodeUnit) === null || _a === void 0 ? void 0 : _a.SPARoot) || '', [forms.Validators.required]));
|
|
4842
5362
|
};
|
|
4843
|
-
|
|
4844
|
-
|
|
4845
|
-
this.
|
|
4846
|
-
this.
|
|
4847
|
-
this.
|
|
4848
|
-
console.log("create pull request selected");
|
|
5363
|
+
ProcessorDetailsFormComponent.prototype.setupLCUAPIForm = function () {
|
|
5364
|
+
var _a, _b, _c, _d;
|
|
5365
|
+
this.ProcessorDetailsFormGroup.addControl('methods', this.formBldr.control(((_b = (_a = this.EditingApplication.LookupConfig) === null || _a === void 0 ? void 0 : _a.AllowedMethods) === null || _b === void 0 ? void 0 : _b.join(' ')) || '', []));
|
|
5366
|
+
this.ProcessorDetailsFormGroup.addControl('apiRoot', this.formBldr.control(((_c = this.EditingApplication.LowCodeUnit) === null || _c === void 0 ? void 0 : _c.APIRoot) || '', [forms.Validators.required]));
|
|
5367
|
+
this.ProcessorDetailsFormGroup.addControl('security', this.formBldr.control(((_d = this.EditingApplication.LowCodeUnit) === null || _d === void 0 ? void 0 : _d.Security) || '', [forms.Validators.required]));
|
|
4849
5368
|
};
|
|
4850
|
-
|
|
4851
|
-
|
|
5369
|
+
ProcessorDetailsFormComponent.prototype.setupLCUGitHubOAuthForm = function () {
|
|
5370
|
+
var _a, _b;
|
|
5371
|
+
this.ProcessorDetailsFormGroup.addControl('clientId', this.formBldr.control(((_a = this.EditingApplication.LowCodeUnit) === null || _a === void 0 ? void 0 : _a.ClientID) || '', [forms.Validators.required]));
|
|
5372
|
+
this.ProcessorDetailsFormGroup.addControl('clientSecret', this.formBldr.control(((_b = this.EditingApplication.LowCodeUnit) === null || _b === void 0 ? void 0 : _b.ClientSecret) || '', [forms.Validators.required]));
|
|
4852
5373
|
};
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
|
|
4856
|
-
|
|
4857
|
-
|
|
4858
|
-
console.log("creating pull request: ", this.value);
|
|
4859
|
-
break;
|
|
4860
|
-
case "oi-btn":
|
|
4861
|
-
//Open Issue
|
|
4862
|
-
console.log("Open issue: ", this.value);
|
|
4863
|
-
break;
|
|
4864
|
-
case "fb-btn":
|
|
4865
|
-
//Feature Branch
|
|
4866
|
-
console.log("creating feature branch: ", this.value);
|
|
4867
|
-
break;
|
|
4868
|
-
default:
|
|
4869
|
-
console.log("hmm");
|
|
4870
|
-
break;
|
|
4871
|
-
}
|
|
5374
|
+
ProcessorDetailsFormComponent.prototype.setupProxyForm = function () {
|
|
5375
|
+
var _a, _b;
|
|
5376
|
+
this.LCUType = ((_a = this.EditingApplication.LowCodeUnit) === null || _a === void 0 ? void 0 : _a.Type) || '';
|
|
5377
|
+
this.ProcessorDetailsFormGroup.addControl('inboundPath', this.formBldr.control(((_b = this.EditingApplication.Processor) === null || _b === void 0 ? void 0 : _b.InboundPath) || '', [forms.Validators.required]));
|
|
5378
|
+
this.ProcessorDetailsFormGroup.addControl('lcuType', this.formBldr.control(this.LCUType, [forms.Validators.required]));
|
|
4872
5379
|
};
|
|
4873
|
-
|
|
4874
|
-
|
|
4875
|
-
|
|
5380
|
+
ProcessorDetailsFormComponent.prototype.setupRedirectForm = function () {
|
|
5381
|
+
var _a, _b, _c;
|
|
5382
|
+
this.ProcessorDetailsFormGroup.addControl('redirect', this.formBldr.control(((_a = this.EditingApplication.Processor) === null || _a === void 0 ? void 0 : _a.Redirect) || '', [
|
|
5383
|
+
forms.Validators.required,
|
|
5384
|
+
]));
|
|
5385
|
+
this.ProcessorDetailsFormGroup.addControl('permanent', this.formBldr.control(((_b = this.EditingApplication.Processor) === null || _b === void 0 ? void 0 : _b.Permanent) || false, []));
|
|
5386
|
+
this.ProcessorDetailsFormGroup.addControl('preserveMethod', this.formBldr.control(((_c = this.EditingApplication.Processor) === null || _c === void 0 ? void 0 : _c.PreserveMethod) || false, []));
|
|
5387
|
+
this.DetermineTooltipText();
|
|
4876
5388
|
};
|
|
4877
|
-
|
|
4878
|
-
|
|
5389
|
+
ProcessorDetailsFormComponent.prototype.setupOAuthForm = function () {
|
|
5390
|
+
var _a, _b, _c, _d;
|
|
5391
|
+
this.LCUType = ((_a = this.EditingApplication.LowCodeUnit) === null || _a === void 0 ? void 0 : _a.Type) || '';
|
|
5392
|
+
this.ProcessorDetailsFormGroup.addControl('scopes', this.formBldr.control(((_c = (_b = this.EditingApplication.Processor) === null || _b === void 0 ? void 0 : _b.Scopes) === null || _c === void 0 ? void 0 : _c.Join(' ')) || '', [forms.Validators.required]));
|
|
5393
|
+
this.ProcessorDetailsFormGroup.addControl('tokenLookup', this.formBldr.control(((_d = this.EditingApplication.Processor) === null || _d === void 0 ? void 0 : _d.TokenLookup) || '', [forms.Validators.required]));
|
|
5394
|
+
this.ProcessorDetailsFormGroup.addControl('lcuType', this.formBldr.control(this.LCUType, [forms.Validators.required]));
|
|
4879
5395
|
};
|
|
4880
|
-
|
|
5396
|
+
ProcessorDetailsFormComponent.prototype.setupLCUZipForm = function () {
|
|
5397
|
+
var _a;
|
|
5398
|
+
this.ProcessorDetailsFormGroup.addControl('zipFile', this.formBldr.control(((_a = this.EditingApplication.LowCodeUnit) === null || _a === void 0 ? void 0 : _a.ZipFile) || '', [forms.Validators.required]));
|
|
5399
|
+
};
|
|
5400
|
+
ProcessorDetailsFormComponent.prototype.setupDfsForm = function () {
|
|
5401
|
+
var _a, _b;
|
|
5402
|
+
this.LCUType = ((_a = this.EditingApplication.LowCodeUnit) === null || _a === void 0 ? void 0 : _a.Type) || '';
|
|
5403
|
+
this.ProcessorDetailsFormGroup.addControl('defaultFile', this.formBldr.control(((_b = this.EditingApplication.Processor) === null || _b === void 0 ? void 0 : _b.DefaultFile) || 'index.html', [forms.Validators.required]));
|
|
5404
|
+
this.ProcessorDetailsFormGroup.addControl('lcuType', this.formBldr.control(this.LCUType, [forms.Validators.required]));
|
|
5405
|
+
};
|
|
5406
|
+
ProcessorDetailsFormComponent.prototype.setupProcessorTypeSubForm = function () {
|
|
5407
|
+
this.cleanupProcessorTypeSubForm();
|
|
5408
|
+
if (this.ProcessorType) {
|
|
5409
|
+
switch (this.ProcessorType) {
|
|
5410
|
+
case 'DFS':
|
|
5411
|
+
this.setupDfsForm();
|
|
5412
|
+
break;
|
|
5413
|
+
case 'OAuth':
|
|
5414
|
+
this.setupOAuthForm();
|
|
5415
|
+
break;
|
|
5416
|
+
case 'Proxy':
|
|
5417
|
+
this.setupProxyForm();
|
|
5418
|
+
break;
|
|
5419
|
+
case 'Redirect':
|
|
5420
|
+
this.setupRedirectForm();
|
|
5421
|
+
break;
|
|
5422
|
+
}
|
|
5423
|
+
}
|
|
5424
|
+
this.setupLcuTypeSubForm();
|
|
5425
|
+
};
|
|
5426
|
+
return ProcessorDetailsFormComponent;
|
|
4881
5427
|
}());
|
|
4882
|
-
|
|
5428
|
+
ProcessorDetailsFormComponent.decorators = [
|
|
4883
5429
|
{ type: i0.Component, args: [{
|
|
4884
|
-
selector: 'lcu-
|
|
4885
|
-
template: "<mat-card class=\"
|
|
4886
|
-
styles: ["
|
|
5430
|
+
selector: 'lcu-processor-details-form',
|
|
5431
|
+
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 Security Settings</button>\n </mat-card-actions>\n</mat-card>\n</form>\n \n",
|
|
5432
|
+
styles: [""]
|
|
4887
5433
|
},] }
|
|
4888
5434
|
];
|
|
4889
|
-
|
|
5435
|
+
ProcessorDetailsFormComponent.ctorParameters = function () { return [
|
|
5436
|
+
{ type: forms.FormBuilder }
|
|
5437
|
+
]; };
|
|
5438
|
+
ProcessorDetailsFormComponent.propDecorators = {
|
|
5439
|
+
EditingApplication: [{ type: i0.Input, args: ['editing-application',] }]
|
|
5440
|
+
};
|
|
4890
5441
|
|
|
4891
|
-
var
|
|
4892
|
-
function
|
|
5442
|
+
var SourceControlFormComponent = /** @class */ (function () {
|
|
5443
|
+
function SourceControlFormComponent(formBldr) {
|
|
5444
|
+
this.formBldr = formBldr;
|
|
4893
5445
|
}
|
|
4894
|
-
|
|
5446
|
+
Object.defineProperty(SourceControlFormComponent.prototype, "HasBuildFormControl", {
|
|
5447
|
+
get: function () {
|
|
5448
|
+
var _a;
|
|
5449
|
+
return (_a = this.SourceControlFormGroup) === null || _a === void 0 ? void 0 : _a.controls.hasBuild;
|
|
5450
|
+
},
|
|
5451
|
+
enumerable: false,
|
|
5452
|
+
configurable: true
|
|
5453
|
+
});
|
|
5454
|
+
Object.defineProperty(SourceControlFormComponent.prototype, "SourceControlLookupFormControl", {
|
|
5455
|
+
get: function () {
|
|
5456
|
+
var _a;
|
|
5457
|
+
return (_a = this.SourceControlFormGroup) === null || _a === void 0 ? void 0 : _a.controls.sourceControlLookup;
|
|
5458
|
+
},
|
|
5459
|
+
enumerable: false,
|
|
5460
|
+
configurable: true
|
|
5461
|
+
});
|
|
5462
|
+
Object.defineProperty(SourceControlFormComponent.prototype, "SourceControlLookups", {
|
|
5463
|
+
get: function () {
|
|
5464
|
+
return Object.keys(this.SourceControls || {});
|
|
5465
|
+
},
|
|
5466
|
+
enumerable: false,
|
|
5467
|
+
configurable: true
|
|
5468
|
+
});
|
|
5469
|
+
Object.defineProperty(SourceControlFormComponent.prototype, "SourceControls", {
|
|
5470
|
+
get: function () {
|
|
5471
|
+
console.log("Environment: ", this.Environment);
|
|
5472
|
+
return this.Environment.Sources || {};
|
|
5473
|
+
},
|
|
5474
|
+
enumerable: false,
|
|
5475
|
+
configurable: true
|
|
5476
|
+
});
|
|
5477
|
+
SourceControlFormComponent.prototype.ngOnInit = function () {
|
|
5478
|
+
this.setupSourceControlForm();
|
|
4895
5479
|
};
|
|
4896
|
-
|
|
4897
|
-
|
|
5480
|
+
SourceControlFormComponent.prototype.SourceControlLookupChanged = function (event) {
|
|
5481
|
+
// TODO: Anything to do here on change?
|
|
5482
|
+
console.log("sourceControlLookupChanged: ", event);
|
|
4898
5483
|
};
|
|
4899
|
-
|
|
5484
|
+
SourceControlFormComponent.prototype.SubmitSourceControl = function () {
|
|
5485
|
+
};
|
|
5486
|
+
//HELPER
|
|
5487
|
+
SourceControlFormComponent.prototype.setupSourceControlForm = function () {
|
|
5488
|
+
var _a, _b;
|
|
5489
|
+
this.ProcessorType = ((_b = (_a = this.EditingApplication) === null || _a === void 0 ? void 0 : _a.Processor) === null || _b === void 0 ? void 0 : _b.Type) || '';
|
|
5490
|
+
this.setupBuildForm();
|
|
5491
|
+
};
|
|
5492
|
+
SourceControlFormComponent.prototype.setupBuildForm = function () {
|
|
5493
|
+
var _a, _b;
|
|
5494
|
+
this.SourceControlFormGroup.addControl('hasBuild', this.formBldr.control(!!((_a = this.EditingApplication.LowCodeUnit) === null || _a === void 0 ? void 0 : _a.SourceControlLookup) || false, [forms.Validators.required]));
|
|
5495
|
+
this.SourceControlFormGroup.addControl('sourceControlLookup', this.formBldr.control(((_b = this.EditingApplication.LowCodeUnit) === null || _b === void 0 ? void 0 : _b.SourceControlLookup) || '', []));
|
|
5496
|
+
};
|
|
5497
|
+
return SourceControlFormComponent;
|
|
4900
5498
|
}());
|
|
4901
|
-
|
|
5499
|
+
SourceControlFormComponent.decorators = [
|
|
4902
5500
|
{ type: i0.Component, args: [{
|
|
4903
|
-
selector: 'lcu-
|
|
4904
|
-
template: "<mat-card class=\"
|
|
4905
|
-
styles: ["
|
|
5501
|
+
selector: 'lcu-source-control-form',
|
|
5502
|
+
template: "<form class=\"source-control-form\" [formGroup]=\"SourceControlFormGroup\" (ngSubmit)=\"SubmitSourceControl()\">\n\n<mat-card class=\"spread flow-card\" *ngIf=\"ProcessorType != 'Redirect'\">\n <mat-card-header>\n <mat-card-title *ngIf=\"!HasBuildFormControl.value\">\n Build & Source\n </mat-card-title>\n\n <mat-card-title *ngIf=\"HasBuildFormControl.value\">\n Source Control\n </mat-card-title>\n\n <div fxFlex></div>\n\n <mat-slide-toggle\n formControlName=\"hasBuild\"\n matTooltip=\"Has Build?\"\n >\n </mat-slide-toggle>\n\n <mat-icon\n matSuffix\n matTooltip=\"Configure source control, DevOps CI/CD, and artifacts.\"\n >\n info_outline\n </mat-icon>\n </mat-card-header>\n\n <mat-card-content>\n <mat-form-field\n class=\"mat-full-width\"\n *ngIf=\"\n HasBuildFormControl.value && SourceControlLookups?.length > 0\n \"\n >\n <mat-select\n formControlName=\"sourceControlLookup\"\n placeholder=\"Source Control\"\n (selectionChange)=\"SourceControlLookupChanged($event)\"\n [disabled]=\"\n SourceControlFormControls?.Loading || HostingDetails?.Loading\n \"\n >\n <ng-container\n *ngFor=\"let srcCtrlLookup of SourceControlLookups\"\n >\n <mat-option\n [value]=\"srcCtrlLookup\"\n *ngIf=\"SourceControls[srcCtrlLookup]; let srcCtrl\"\n >\n {{ srcCtrl.Name }}\n </mat-option>\n </ng-container>\n </mat-select>\n\n <div *ngIf=\"HasBuildFormControl?.value\">\n <h3>\n @{{\n SourceControlFormControls?.OrganizationFormControl?.value ||\n SourceControl?.Organization\n }}/{{\n SourceControlFormControls?.RepositoryFormControl?.value ||\n SourceControl?.Repository\n }}\n </h3>\n\n <p>Organization and Repository pulled from build settings</p>\n\n <mat-hint>\n CurrentBuild:\n {{ EditingApplication?.LowCodeUnit?.CurrentBuild }}\n </mat-hint>\n </div>\n </mat-form-field>\n\n <div *ngIf=\"SourceControlLookups?.length < 0\">\n <h3>\n Create source control locations under the DevOps tab above.\n </h3>\n </div>\n </mat-card-content>\n <mat-card-actions>\n <!-- [disabled]=\"!SourceControlFormGroup.valid || !SourceControlFormGroup.dirty\" -->\n <button mat-raised-button type=\"submit\" >Save</button>\n </mat-card-actions>\n </mat-card>\n</form>\n",
|
|
5503
|
+
styles: [""]
|
|
4906
5504
|
},] }
|
|
4907
5505
|
];
|
|
4908
|
-
|
|
4909
|
-
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
|
|
5506
|
+
SourceControlFormComponent.ctorParameters = function () { return [
|
|
5507
|
+
{ type: forms.FormBuilder }
|
|
5508
|
+
]; };
|
|
5509
|
+
SourceControlFormComponent.propDecorators = {
|
|
5510
|
+
EditingApplication: [{ type: i0.Input, args: ['editing-application',] }],
|
|
5511
|
+
Environment: [{ type: i0.Input, args: ['environment',] }],
|
|
5512
|
+
SourceControlFormControls: [{ type: i0.ViewChild, args: [SourceControlFormControlsComponent,] }]
|
|
4914
5513
|
};
|
|
4915
5514
|
|
|
4916
|
-
var
|
|
4917
|
-
function
|
|
5515
|
+
var BuildPipelineFormComponent = /** @class */ (function () {
|
|
5516
|
+
function BuildPipelineFormComponent() {
|
|
4918
5517
|
}
|
|
4919
|
-
|
|
5518
|
+
BuildPipelineFormComponent.prototype.ngOnInit = function () {
|
|
4920
5519
|
};
|
|
4921
|
-
return
|
|
5520
|
+
return BuildPipelineFormComponent;
|
|
4922
5521
|
}());
|
|
4923
|
-
|
|
5522
|
+
BuildPipelineFormComponent.decorators = [
|
|
4924
5523
|
{ type: i0.Component, args: [{
|
|
4925
|
-
selector: 'lcu-
|
|
4926
|
-
template: "<
|
|
4927
|
-
styles: ["
|
|
5524
|
+
selector: 'lcu-build-pipeline-form',
|
|
5525
|
+
template: "<p>build-pipeline-form works!</p>\n",
|
|
5526
|
+
styles: [""]
|
|
4928
5527
|
},] }
|
|
4929
5528
|
];
|
|
4930
|
-
|
|
5529
|
+
BuildPipelineFormComponent.ctorParameters = function () { return []; };
|
|
4931
5530
|
|
|
4932
|
-
var
|
|
4933
|
-
function
|
|
4934
|
-
this.carouselIndex = 0;
|
|
5531
|
+
var DevopsSourceControlFormComponent = /** @class */ (function () {
|
|
5532
|
+
function DevopsSourceControlFormComponent() {
|
|
4935
5533
|
}
|
|
4936
|
-
|
|
4937
|
-
};
|
|
4938
|
-
CardCarouselComponent.prototype.ngAfterViewInit = function () {
|
|
4939
|
-
this.assignCarouselClass();
|
|
4940
|
-
};
|
|
4941
|
-
CardCarouselComponent.prototype.LeftChevronClicked = function () {
|
|
4942
|
-
this.removeCarouselClasses();
|
|
4943
|
-
if (this.carouselIndex === 0) {
|
|
4944
|
-
this.carouselIndex = this.Stats.length - 1;
|
|
4945
|
-
}
|
|
4946
|
-
else {
|
|
4947
|
-
this.carouselIndex--;
|
|
4948
|
-
}
|
|
4949
|
-
this.assignCarouselClass();
|
|
4950
|
-
};
|
|
4951
|
-
CardCarouselComponent.prototype.MoreDetailsClicked = function () {
|
|
4952
|
-
console.log("More details clicked on carousel item", this.Stats[this.carouselIndex]);
|
|
4953
|
-
};
|
|
4954
|
-
CardCarouselComponent.prototype.RightChevronClicked = function () {
|
|
4955
|
-
this.removeCarouselClasses();
|
|
4956
|
-
if (this.carouselIndex === this.Stats.length - 1) {
|
|
4957
|
-
this.carouselIndex = 0;
|
|
4958
|
-
}
|
|
4959
|
-
else {
|
|
4960
|
-
this.carouselIndex++;
|
|
4961
|
-
}
|
|
4962
|
-
this.assignCarouselClass();
|
|
4963
|
-
};
|
|
4964
|
-
//HELPERS
|
|
4965
|
-
CardCarouselComponent.prototype.removeCarouselClasses = function () {
|
|
4966
|
-
for (var i = 0; i < this.Stats.length; i++) {
|
|
4967
|
-
if (i === this.carouselIndex) {
|
|
4968
|
-
document.getElementById("carousel-" + this.carouselIndex).classList.remove('active');
|
|
4969
|
-
}
|
|
4970
|
-
else {
|
|
4971
|
-
document.getElementById("carousel-" + i).classList.remove('hidden');
|
|
4972
|
-
}
|
|
4973
|
-
}
|
|
4974
|
-
};
|
|
4975
|
-
CardCarouselComponent.prototype.assignCarouselClass = function () {
|
|
4976
|
-
for (var i = 0; i < this.Stats.length; i++) {
|
|
4977
|
-
if (i === this.carouselIndex) {
|
|
4978
|
-
document.getElementById("carousel-" + this.carouselIndex).classList.add('active');
|
|
4979
|
-
}
|
|
4980
|
-
else {
|
|
4981
|
-
document.getElementById("carousel-" + i).classList.add('hidden');
|
|
4982
|
-
}
|
|
4983
|
-
}
|
|
5534
|
+
DevopsSourceControlFormComponent.prototype.ngOnInit = function () {
|
|
4984
5535
|
};
|
|
4985
|
-
return
|
|
5536
|
+
return DevopsSourceControlFormComponent;
|
|
4986
5537
|
}());
|
|
4987
|
-
|
|
5538
|
+
DevopsSourceControlFormComponent.decorators = [
|
|
4988
5539
|
{ type: i0.Component, args: [{
|
|
4989
|
-
selector: 'lcu-
|
|
4990
|
-
template: "<
|
|
4991
|
-
styles: ["
|
|
5540
|
+
selector: 'lcu-devops-source-control-form',
|
|
5541
|
+
template: "<p>devops-source-control-form works!</p>\n",
|
|
5542
|
+
styles: [""]
|
|
4992
5543
|
},] }
|
|
4993
5544
|
];
|
|
4994
|
-
|
|
4995
|
-
CardCarouselComponent.propDecorators = {
|
|
4996
|
-
Stats: [{ type: i0.Input, args: ['stats',] }]
|
|
4997
|
-
};
|
|
5545
|
+
DevopsSourceControlFormComponent.ctorParameters = function () { return []; };
|
|
4998
5546
|
|
|
4999
5547
|
var ApplicationsFlowModule = /** @class */ (function () {
|
|
5000
5548
|
function ApplicationsFlowModule() {
|
|
@@ -5009,6 +5557,7 @@
|
|
|
5009
5557
|
NPMService,
|
|
5010
5558
|
FormsService,
|
|
5011
5559
|
ApplicationsFlowEventsService,
|
|
5560
|
+
EaCService
|
|
5012
5561
|
],
|
|
5013
5562
|
};
|
|
5014
5563
|
};
|
|
@@ -5048,7 +5597,12 @@
|
|
|
5048
5597
|
GhControlComponent,
|
|
5049
5598
|
MainFeedCardComponent,
|
|
5050
5599
|
TwoColumnHeaderComponent,
|
|
5051
|
-
CardCarouselComponent
|
|
5600
|
+
CardCarouselComponent,
|
|
5601
|
+
SecurityToggleComponent,
|
|
5602
|
+
ProcessorDetailsFormComponent,
|
|
5603
|
+
SourceControlFormComponent,
|
|
5604
|
+
BuildPipelineFormComponent,
|
|
5605
|
+
DevopsSourceControlFormComponent
|
|
5052
5606
|
],
|
|
5053
5607
|
imports: [
|
|
5054
5608
|
i2.FathymSharedModule,
|
|
@@ -5057,6 +5611,9 @@
|
|
|
5057
5611
|
flexLayout.FlexLayoutModule,
|
|
5058
5612
|
i2.MaterialModule,
|
|
5059
5613
|
appHostCommon.AppHostModule,
|
|
5614
|
+
tooltip.MatTooltipModule,
|
|
5615
|
+
slideToggle.MatSlideToggleModule
|
|
5616
|
+
// LazyElementModule,
|
|
5060
5617
|
],
|
|
5061
5618
|
exports: [
|
|
5062
5619
|
ApplicationsFlowProjectsElementComponent,
|
|
@@ -5090,7 +5647,12 @@
|
|
|
5090
5647
|
GhControlComponent,
|
|
5091
5648
|
MainFeedCardComponent,
|
|
5092
5649
|
TwoColumnHeaderComponent,
|
|
5093
|
-
CardCarouselComponent
|
|
5650
|
+
CardCarouselComponent,
|
|
5651
|
+
SecurityToggleComponent,
|
|
5652
|
+
ProcessorDetailsFormComponent,
|
|
5653
|
+
SourceControlFormComponent,
|
|
5654
|
+
BuildPipelineFormComponent,
|
|
5655
|
+
DevopsSourceControlFormComponent
|
|
5094
5656
|
],
|
|
5095
5657
|
entryComponents: [
|
|
5096
5658
|
ApplicationsFlowProjectsElementComponent,
|
|
@@ -5122,7 +5684,12 @@
|
|
|
5122
5684
|
GhControlComponent,
|
|
5123
5685
|
MainFeedCardComponent,
|
|
5124
5686
|
TwoColumnHeaderComponent,
|
|
5125
|
-
CardCarouselComponent
|
|
5687
|
+
CardCarouselComponent,
|
|
5688
|
+
SecurityToggleComponent,
|
|
5689
|
+
ProcessorDetailsFormComponent,
|
|
5690
|
+
SourceControlFormComponent,
|
|
5691
|
+
BuildPipelineFormComponent,
|
|
5692
|
+
DevopsSourceControlFormComponent
|
|
5126
5693
|
],
|
|
5127
5694
|
},] }
|
|
5128
5695
|
];
|
|
@@ -5183,6 +5750,7 @@
|
|
|
5183
5750
|
exports.DevSettingsPresetModel = DevSettingsPresetModel;
|
|
5184
5751
|
exports.DomainModel = DomainModel;
|
|
5185
5752
|
exports.DynamicTabsModel = DynamicTabsModel;
|
|
5753
|
+
exports.EaCService = EaCService;
|
|
5186
5754
|
exports.FormActionsModel = FormActionsModel;
|
|
5187
5755
|
exports.FormModel = FormModel;
|
|
5188
5756
|
exports.FormValuesModel = FormValuesModel;
|
|
@@ -5208,6 +5776,10 @@
|
|
|
5208
5776
|
exports.UnpackLowCodeUnitRequest = UnpackLowCodeUnitRequest;
|
|
5209
5777
|
exports.ɵa = ApplicationsFlowEventsService;
|
|
5210
5778
|
exports.ɵb = DynamicTabsComponent;
|
|
5779
|
+
exports.ɵba = ProcessorDetailsFormComponent;
|
|
5780
|
+
exports.ɵbb = SourceControlFormComponent;
|
|
5781
|
+
exports.ɵbc = BuildPipelineFormComponent;
|
|
5782
|
+
exports.ɵbd = DevopsSourceControlFormComponent;
|
|
5211
5783
|
exports.ɵc = HeaderComponent;
|
|
5212
5784
|
exports.ɵd = ProjectTabsComponent;
|
|
5213
5785
|
exports.ɵe = GeneralComponent;
|
|
@@ -5231,6 +5803,7 @@
|
|
|
5231
5803
|
exports.ɵw = MainFeedCardComponent;
|
|
5232
5804
|
exports.ɵx = TwoColumnHeaderComponent;
|
|
5233
5805
|
exports.ɵy = CardCarouselComponent;
|
|
5806
|
+
exports.ɵz = SecurityToggleComponent;
|
|
5234
5807
|
|
|
5235
5808
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5236
5809
|
|