@eo-sdk/client 8.0.0 → 8.0.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/assets/_default/config/main.json +0 -4
- package/bundles/eo-sdk-client.umd.js +4 -4
- 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/esm2015/app/eo-client/about-state/about-state.component.js +4 -4
- package/esm2015/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.js +2 -2
- package/fesm2015/eo-sdk-client.js +4 -4
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +2 -2
- package/projects/eo-sdk/core/package.json +1 -1
|
@@ -4676,7 +4676,7 @@
|
|
|
4676
4676
|
}
|
|
4677
4677
|
SideBarComponent.prototype.getDocumentation = function () {
|
|
4678
4678
|
var docu = this.config.getRaw('about.docu');
|
|
4679
|
-
var link = docu.link.replace('###userLang###', this.userLang);
|
|
4679
|
+
var link = docu.link.replace('###userLang###', this.userLang.substring(0, 2));
|
|
4680
4680
|
this.docu = Object.assign(Object.assign({}, docu), { link: link });
|
|
4681
4681
|
};
|
|
4682
4682
|
SideBarComponent.prototype.getUserLang = function () {
|
|
@@ -24271,10 +24271,10 @@
|
|
|
24271
24271
|
this.http = http;
|
|
24272
24272
|
this.userService = userService;
|
|
24273
24273
|
this.config = config;
|
|
24274
|
-
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.0.
|
|
24274
|
+
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.0.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" }];
|
|
24275
24275
|
this.ctrl = {
|
|
24276
24276
|
productName: 'yuuvis® RAD client',
|
|
24277
|
-
clientVersion: '8.0.
|
|
24277
|
+
clientVersion: '8.0.1'
|
|
24278
24278
|
};
|
|
24279
24279
|
this.licenses = {
|
|
24280
24280
|
'MIT': {
|
|
@@ -24319,7 +24319,7 @@
|
|
|
24319
24319
|
}
|
|
24320
24320
|
AboutStateComponent.prototype.getDocumentation = function () {
|
|
24321
24321
|
var docu = this.config.getRaw('about.docu');
|
|
24322
|
-
var link = docu.link.replace('###userLang###', this.userLang);
|
|
24322
|
+
var link = docu.link.replace('###userLang###', this.userLang.substring(0, 2));
|
|
24323
24323
|
this.docu = Object.assign(Object.assign({}, docu), { link: link });
|
|
24324
24324
|
};
|
|
24325
24325
|
AboutStateComponent.prototype.getUserLang = function () {
|