@eo-sdk/client 8.12.0-rc.1 → 8.12.1
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/eo-sdk-client-projects-eo-sdk-core.umd.js +17 -6
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +1 -1
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
- package/bundles/eo-sdk-client.umd.js +20 -17
- package/bundles/eo-sdk-client.umd.js.map +1 -1
- package/bundles/eo-sdk-client.umd.min.js +1 -1
- package/bundles/eo-sdk-client.umd.min.js.map +1 -1
- package/eo-sdk-client.metadata.json +1 -1
- package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
- package/esm2015/app/eo-framework/app-shell/app-bar/app-bar.component.js +2 -3
- package/esm2015/app/eo-framework/app-shell/app-bar/app-process/app-process.component.js +17 -14
- package/esm2015/projects/eo-sdk/core/lib/service/bpm/bpm.service.js +18 -7
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +17 -6
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
- package/fesm2015/eo-sdk-client.js +19 -17
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +2 -2
- package/projects/eo-sdk/core/lib/service/bpm/bpm.service.d.ts +6 -1
- package/projects/eo-sdk/core/package.json +1 -1
|
@@ -4518,9 +4518,8 @@
|
|
|
4518
4518
|
.on(i1.EnaioEvent.SCHEMA_LOCALE_CHANGED).pipe(operators.takeUntil(this.componentDestroyed$))
|
|
4519
4519
|
.subscribe(function () {
|
|
4520
4520
|
_this.bpmService
|
|
4521
|
-
.
|
|
4521
|
+
.initExecutableProcesses()
|
|
4522
4522
|
.subscribe(function (res) {
|
|
4523
|
-
// this.exeActions = !!res.length;
|
|
4524
4523
|
_this.exeActions = _this.bpmService.hasMainExecutableProcesses;
|
|
4525
4524
|
});
|
|
4526
4525
|
});
|
|
@@ -5521,19 +5520,23 @@
|
|
|
5521
5520
|
* @param executableProcess Process to be selected/started
|
|
5522
5521
|
*/
|
|
5523
5522
|
AppProcessComponent.prototype.selectProcess = function (executableProcess) {
|
|
5524
|
-
|
|
5525
|
-
|
|
5526
|
-
|
|
5527
|
-
|
|
5528
|
-
|
|
5529
|
-
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
|
|
5523
|
+
var _this = this;
|
|
5524
|
+
this.bpmService.getExecutableProcesses(null, false, true, executableProcess.id).subscribe(function (res) {
|
|
5525
|
+
executableProcess = res[0];
|
|
5526
|
+
_this.selectedProcess = JSON.parse(JSON.stringify(executableProcess)); // Only copies of the original processes are used.
|
|
5527
|
+
if (_this.selectedProcess.form) {
|
|
5528
|
+
// create form options from the execitable process to be passed to the rendering form component
|
|
5529
|
+
_this.selectedProcess.form.situation = 'CREATE';
|
|
5530
|
+
_this.processForm = {
|
|
5531
|
+
formModel: _this.selectedProcess.form,
|
|
5532
|
+
data: _this.selectedProcess.data || {}
|
|
5533
|
+
};
|
|
5534
|
+
}
|
|
5535
|
+
else {
|
|
5536
|
+
// start process right away
|
|
5537
|
+
_this.executeProcess(_this.selectedProcess, {}, _this.translate.instant('eo.process.started', { processName: _this.selectedProcess.title }));
|
|
5538
|
+
}
|
|
5539
|
+
});
|
|
5537
5540
|
};
|
|
5538
5541
|
/**
|
|
5539
5542
|
* Starts the currently selected executable process with data provided by
|
|
@@ -24366,10 +24369,10 @@
|
|
|
24366
24369
|
this.http = http;
|
|
24367
24370
|
this.userService = userService;
|
|
24368
24371
|
this.config = config;
|
|
24369
|
-
this.__libraries__ = [{ "name": "@ag-grid-community/angular", "version": "22.1.2", "license": "MIT" }, { "name": "@ag-grid-community/client-side-row-model", "version": "22.1.1", "license": "MIT" }, { "name": "@ag-grid-community/core", "version": "22.1.1", "license": "MIT" }, { "name": "@ag-grid-community/csv-export", "version": "22.1.1", "license": "MIT" }, { "name": "@angular/animations", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/cdk", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/common", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/compiler", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/core", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/forms", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/platform-browser", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/platform-browser-dynamic", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/router", "version": "11.2.0", "license": "MIT" }, { "name": "@eo-sdk/core", "version": "8.12.
|
|
24372
|
+
this.__libraries__ = [{ "name": "@ag-grid-community/angular", "version": "22.1.2", "license": "MIT" }, { "name": "@ag-grid-community/client-side-row-model", "version": "22.1.1", "license": "MIT" }, { "name": "@ag-grid-community/core", "version": "22.1.1", "license": "MIT" }, { "name": "@ag-grid-community/csv-export", "version": "22.1.1", "license": "MIT" }, { "name": "@angular/animations", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/cdk", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/common", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/compiler", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/core", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/forms", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/platform-browser", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/platform-browser-dynamic", "version": "11.2.0", "license": "MIT" }, { "name": "@angular/router", "version": "11.2.0", "license": "MIT" }, { "name": "@eo-sdk/core", "version": "8.12.1", "license": "MIT" }, { "name": "@ngx-pwa/local-storage", "version": "11.1.0", "license": "MIT" }, { "name": "@ngx-translate/core", "version": "13.0.0", "license": "MIT" }, { "name": "@types/lodash", "version": "4.14.88", "license": "MIT" }, { "name": "core-js", "version": "2.5.7", "license": "MIT" }, { "name": "file-saver", "version": "2.0.5", "license": "MIT" }, { "name": "font-awesome", "version": "4.7.0", "license": "(OFL-1.1 AND MIT)" }, { "name": "keyboardevent-key-polyfill", "version": "1.1.0", "license": "CC0-1.0" }, { "name": "keycode-js", "version": "0.0.4", "license": "MIT" }, { "name": "mobile-drag-drop", "version": "2.2.0", "license": "MIT" }, { "name": "moment", "version": "2.22.2", "license": "MIT" }, { "name": "ngx-toastr", "version": "13.2.0", "license": "MIT" }, { "name": "primeicons", "version": "1.0.0-beta.6", "license": "MIT" }, { "name": "primeng", "version": "6.0.0-beta.1", "license": "MIT" }, { "name": "reflect-metadata", "version": "0.1.10", "license": "Apache-2.0" }, { "name": "rxjs", "version": "6.6.3", "license": "Apache-2.0" }, { "name": "tslib", "version": "2.1.0", "license": "0BSD" }, { "name": "zone.js", "version": "0.10.3", "license": "MIT" }];
|
|
24370
24373
|
this.ctrl = {
|
|
24371
24374
|
productName: 'yuuvis® RAD client',
|
|
24372
|
-
clientVersion: '8.12.
|
|
24375
|
+
clientVersion: '8.12.1'
|
|
24373
24376
|
};
|
|
24374
24377
|
this.licenses = {
|
|
24375
24378
|
'MIT': {
|