@eo-sdk/client 8.15.0-rc.1 → 8.16.0-rc.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/app/eo-framework/actions/actions/open-context-action/open-context-action.d.ts +2 -0
- package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts +1 -0
- package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts +3 -1
- package/app/eo-framework-core/agent/agent.service.d.ts +3 -2
- package/assets/_default/i18n/de.json +5 -3
- package/assets/_default/i18n/en.json +5 -3
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +4275 -4240
- 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 +2 -2
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
- package/bundles/eo-sdk-client.umd.js +40 -20
- 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-client/result-state/result-state.component.js +3 -3
- package/esm2015/app/eo-framework/actions/actions/delete-content-action/delete-content-action.js +2 -3
- package/esm2015/app/eo-framework/actions/actions/open-context-action/open-context-action.js +11 -4
- package/esm2015/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.js +10 -4
- package/esm2015/app/eo-framework/app-shell/app-bar/app-search/app-search.component.js +2 -2
- package/esm2015/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.js +3 -3
- package/esm2015/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.js +11 -4
- package/esm2015/app/eo-framework/object-form/object-form/object-form.component.js +4 -4
- package/esm2015/app/eo-framework/ui/eo-dialog/eo-dialog.component.js +1 -2
- package/esm2015/app/eo-framework-core/agent/agent.service.js +7 -5
- package/esm2015/projects/eo-sdk/core/lib/config/core-config.js +3 -1
- package/esm2015/projects/eo-sdk/core/lib/config/core-init.service.js +4 -2
- package/esm2015/projects/eo-sdk/core/lib/service/auth/auth.service.js +4 -3
- package/esm2015/projects/eo-sdk/core/lib/service/backend/backend.service.js +11 -7
- package/esm2015/projects/eo-sdk/core/lib/service/dms/dms.service.js +7 -5
- package/esm2015/projects/eo-sdk/core/lib/service/upload/upload.service.js +8 -4
- package/esm2015/projects/eo-sdk/core/lib/util/utils.js +25 -1
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +3769 -3735
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
- package/fesm2015/eo-sdk-client.js +41 -22
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +2 -2
- package/projects/eo-sdk/core/eo-sdk-client-projects-eo-sdk-core.metadata.json +1 -1
- package/projects/eo-sdk/core/lib/config/core-config.d.ts +1 -0
- package/projects/eo-sdk/core/lib/service/backend/backend.service.d.ts +3 -1
- package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +4 -3
- package/projects/eo-sdk/core/lib/service/upload/upload.service.d.ts +3 -1
- package/projects/eo-sdk/core/lib/util/utils.d.ts +3 -0
- package/projects/eo-sdk/core/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Injectable, ApplicationRef, NgZone, Pipe, NgModule, EventEmitter, Injector, ɵɵdefineInjectable, ɵɵinject, ErrorHandler, Optional, SkipSelf, Component, Input, Output, ViewEncapsulation, ElementRef, Renderer2, Directive, HostListener, ChangeDetectionStrategy, ChangeDetectorRef, ViewChild, HostBinding, ViewContainerRef, forwardRef, ViewChildren, ContentChildren, ANALYZE_FOR_ENTRY_COMPONENTS, InjectionToken,
|
|
1
|
+
import { Injectable, Inject, ApplicationRef, NgZone, Pipe, NgModule, EventEmitter, Injector, ɵɵdefineInjectable, ɵɵinject, ErrorHandler, Optional, SkipSelf, Component, Input, Output, ViewEncapsulation, ElementRef, Renderer2, Directive, HostListener, ChangeDetectionStrategy, ChangeDetectorRef, ViewChild, HostBinding, ViewContainerRef, forwardRef, ViewChildren, ContentChildren, ANALYZE_FOR_ENTRY_COMPONENTS, InjectionToken, ComponentFactoryResolver, ContentChild, QueryList } from '@angular/core';
|
|
2
2
|
import { DecimalPipe, PercentPipe, CurrencyPipe, DatePipe, getLocaleDateTimeFormat, FormatWidth, getLocaleTimeFormat, getLocaleDateFormat, CommonModule, Location, PlatformLocation } from '@angular/common';
|
|
3
3
|
import { HttpClient, HttpResponse, HttpErrorResponse, HttpClientModule, HTTP_INTERCEPTORS, HttpHeaders } from '@angular/common/http';
|
|
4
4
|
import { ReplaySubject, BehaviorSubject, from, forkJoin, of, Subject, fromEvent, AsyncSubject, Observable } from 'rxjs';
|
|
5
5
|
import { groupBy, mergeMap, reduce, tap, catchError, map, debounceTime, takeUntil, filter, switchMap, pluck, finalize, combineLatest, takeWhile, throttleTime, take, withLatestFrom, first } from 'rxjs/operators';
|
|
6
|
-
import { SearchQuery, SearchState, EnaioEvent, Utils, SearchService, EventService, SystemService, Logger, BackendService, UserService, TranslateService, NotificationsService, AppCacheService, UploadTarget, UploadRegistryService, DmsObject, ClipboardService, DmsService, EnvironmentEnaio, SearchFilter, RangeValue, AuthService, EoError, CapabilitiesService, Config, ClipboardAction, PrepareService, QueryScope, EoSharedModule, InboxService, BpmService, StoredQuery, StoredQueriesService, EnvironmentService, LocalStorageService, FieldDefinition, SortOption, InboxItem, Process, PreparedItem, WorkItem, SubscriptionMode, TranslateModule, UploadFileItem, SearchResult } from '@eo-sdk/core';
|
|
6
|
+
import { SearchQuery, SearchState, EnaioEvent, Utils, SearchService, EventService, SystemService, CoreConfig, CORE_CONFIG, Logger, BackendService, UserService, TranslateService, NotificationsService, AppCacheService, UploadTarget, UploadRegistryService, DmsObject, ClipboardService, DmsService, EnvironmentEnaio, SearchFilter, RangeValue, AuthService, EoError, CapabilitiesService, Config, ClipboardAction, PrepareService, QueryScope, EoSharedModule, InboxService, BpmService, StoredQuery, StoredQueriesService, EnvironmentService, LocalStorageService, FieldDefinition, SortOption, InboxItem, Process, PreparedItem, WorkItem, SubscriptionMode, TranslateModule, UploadFileItem, SearchResult } from '@eo-sdk/core';
|
|
7
7
|
import { Router, NavigationStart, RouterModule, ActivatedRoute, NavigationEnd } from '@angular/router';
|
|
8
8
|
import { NumberFilter, Utils as Utils$1, SimpleFilter, NumberSequence, _ as _$1, RowNode, Autowired, PostConstruct, Bean, ModuleNames, DateFilter } from '@ag-grid-community/core';
|
|
9
9
|
import { Title, DomSanitizer } from '@angular/platform-browser';
|
|
@@ -400,7 +400,8 @@ var agentConfigKeys;
|
|
|
400
400
|
agentConfigKeys["LOCKSETTINGS"] = "locksettings";
|
|
401
401
|
})(agentConfigKeys || (agentConfigKeys = {}));
|
|
402
402
|
class AgentService {
|
|
403
|
-
constructor(logger, http, systemService, backendService, userService, translate, notifications, appCacheService) {
|
|
403
|
+
constructor(coreConfig, logger, http, systemService, backendService, userService, translate, notifications, appCacheService) {
|
|
404
|
+
this.coreConfig = coreConfig;
|
|
404
405
|
this.logger = logger;
|
|
405
406
|
this.http = http;
|
|
406
407
|
this.systemService = systemService;
|
|
@@ -427,7 +428,7 @@ class AgentService {
|
|
|
427
428
|
.pipe(tap(([storage, config]) => this.isConnected = (config && config.hasOwnProperty(agentConfigKeys.AUTOCONNECT) ? config.autoconnect : storage !== null ? storage : null))).subscribe();
|
|
428
429
|
}
|
|
429
430
|
getAgentConfig() {
|
|
430
|
-
return this.http.get('assets/_default/config/extend.json').pipe(catchError(() => of(null)), tap((config) => this.agentConfig.next(Object.assign({}, config === null || config === void 0 ? void 0 : config.agent))), map((config) => config === null || config === void 0 ? void 0 : config.agent));
|
|
431
|
+
return this.http.get('assets/_default/config/extend.json', { withCredentials: this.coreConfig.withCredentials }).pipe(catchError(() => of(null)), tap((config) => this.agentConfig.next(Object.assign({}, config === null || config === void 0 ? void 0 : config.agent))), map((config) => config === null || config === void 0 ? void 0 : config.agent));
|
|
431
432
|
}
|
|
432
433
|
set isConnected(isConnected) {
|
|
433
434
|
this._isConnected = isConnected;
|
|
@@ -559,6 +560,7 @@ AgentService.decorators = [
|
|
|
559
560
|
{ type: Injectable }
|
|
560
561
|
];
|
|
561
562
|
AgentService.ctorParameters = () => [
|
|
563
|
+
{ type: CoreConfig, decorators: [{ type: Inject, args: [CORE_CONFIG,] }] },
|
|
562
564
|
{ type: Logger },
|
|
563
565
|
{ type: HttpClient },
|
|
564
566
|
{ type: SystemService },
|
|
@@ -3591,7 +3593,6 @@ class EoDialogComponent extends UnsubscribeOnDestroy {
|
|
|
3591
3593
|
.pipe(takeUntil(this.componentDestroyed$), filter(evt => (this.active || evt.data.id === this.parentId) &&
|
|
3592
3594
|
evt.data.id !== this.id))
|
|
3593
3595
|
.subscribe((event) => {
|
|
3594
|
-
this.toggleActive(!event.data.active, !event.data.active);
|
|
3595
3596
|
this.parentId = event.data.active ? event.data.id : '';
|
|
3596
3597
|
});
|
|
3597
3598
|
}
|
|
@@ -4633,7 +4634,7 @@ class AppSearchComponent {
|
|
|
4633
4634
|
// query and display the results
|
|
4634
4635
|
triggerSearch() {
|
|
4635
4636
|
this.query.resolveReference = true;
|
|
4636
|
-
const uriParam = encodeURIComponent(
|
|
4637
|
+
const uriParam = encodeURIComponent(Utils.formDataStringify(this.query.getQueryJson()));
|
|
4637
4638
|
this.router.navigate([{ outlets: { modal: null } }]).then(() => {
|
|
4638
4639
|
const uriParamQuery = { queryParams: { query: uriParam } };
|
|
4639
4640
|
this.router.navigate(['/result'], uriParamQuery);
|
|
@@ -9269,7 +9270,7 @@ class ObjectFormComponent extends UnsubscribeOnDestroy {
|
|
|
9269
9270
|
// check if indexdata has been changed
|
|
9270
9271
|
let currentFormData = this.getFormData();
|
|
9271
9272
|
let idxChange = compare ? JSON.stringify(this.formData) !== JSON.stringify(currentFormData) : false;
|
|
9272
|
-
this.formData =
|
|
9273
|
+
this.formData = Utils.formDataParse(Utils.formDataStringify(currentFormData));
|
|
9273
9274
|
if (this.form) {
|
|
9274
9275
|
this.statusChanged.emit({
|
|
9275
9276
|
invalid: this.form.invalid,
|
|
@@ -9402,7 +9403,7 @@ class ObjectFormComponent extends UnsubscribeOnDestroy {
|
|
|
9402
9403
|
// copy by value for arrays of objects (e.g. table data)
|
|
9403
9404
|
value = [];
|
|
9404
9405
|
formElement.value.forEach((o) => {
|
|
9405
|
-
value.push(
|
|
9406
|
+
value.push(Utils.formDataParse(Utils.formDataStringify(o)));
|
|
9406
9407
|
});
|
|
9407
9408
|
}
|
|
9408
9409
|
else {
|
|
@@ -10066,7 +10067,7 @@ class FormElementTableComponent extends UnsubscribeOnDestroy {
|
|
|
10066
10067
|
}
|
|
10067
10068
|
this.value = value instanceof Array ? value : [];
|
|
10068
10069
|
// create a clone of the actual value for internal usage
|
|
10069
|
-
this.innerValue =
|
|
10070
|
+
this.innerValue = Utils.formDataParse(Utils.formDataStringify(this.value));
|
|
10070
10071
|
if (this.gridOptions.api) {
|
|
10071
10072
|
this.gridOptions.api.setRowData(this.innerValue);
|
|
10072
10073
|
}
|
|
@@ -10387,10 +10388,11 @@ FormElementTableComponent.propDecorators = {
|
|
|
10387
10388
|
* Component for editing a row from an object forms table.
|
|
10388
10389
|
*/
|
|
10389
10390
|
class RowEditComponent extends UnsubscribeOnDestroy {
|
|
10390
|
-
constructor(pendingChanges, fb) {
|
|
10391
|
+
constructor(pendingChanges, fb, storageService) {
|
|
10391
10392
|
super();
|
|
10392
10393
|
this.pendingChanges = pendingChanges;
|
|
10393
10394
|
this.fb = fb;
|
|
10395
|
+
this.storageService = storageService;
|
|
10394
10396
|
this.formState = {};
|
|
10395
10397
|
this.queryEnabled = true;
|
|
10396
10398
|
this.copyEnabled = true;
|
|
@@ -10403,8 +10405,12 @@ class RowEditComponent extends UnsubscribeOnDestroy {
|
|
|
10403
10405
|
this.onSave = new EventEmitter();
|
|
10404
10406
|
this.onSaveCopy = new EventEmitter();
|
|
10405
10407
|
this.onDelete = new EventEmitter();
|
|
10408
|
+
this.createNewRow = !!this.storageService.getItem('createNewRow');
|
|
10406
10409
|
this.createNewCheckbox = this.fb.control(this.createNewRow);
|
|
10407
|
-
this.createNewCheckbox.valueChanges.pipe(takeUntil(this.componentDestroyed$)).subscribe((v) =>
|
|
10410
|
+
this.createNewCheckbox.valueChanges.pipe(takeUntil(this.componentDestroyed$)).subscribe((v) => {
|
|
10411
|
+
this.createNewRow = v;
|
|
10412
|
+
this.storageService.setItem('createNewRow', this.createNewRow);
|
|
10413
|
+
});
|
|
10408
10414
|
}
|
|
10409
10415
|
set showDeleteDialog(val) {
|
|
10410
10416
|
this._showDeleteDialog = val;
|
|
@@ -10509,7 +10515,8 @@ RowEditComponent.decorators = [
|
|
|
10509
10515
|
];
|
|
10510
10516
|
RowEditComponent.ctorParameters = () => [
|
|
10511
10517
|
{ type: PendingChangesService },
|
|
10512
|
-
{ type: FormBuilder }
|
|
10518
|
+
{ type: FormBuilder },
|
|
10519
|
+
{ type: LocalStorageService }
|
|
10513
10520
|
];
|
|
10514
10521
|
RowEditComponent.propDecorators = {
|
|
10515
10522
|
confirmDeleteButton: [{ type: ViewChild, args: ['confirmDelete',] }],
|
|
@@ -14873,9 +14880,9 @@ class OpenContextActionComponent extends DmsObjectTarget {
|
|
|
14873
14880
|
this.description = this.translate.instant('eo.shortcuts.action.open.context.description');
|
|
14874
14881
|
}
|
|
14875
14882
|
isExecutable(item) {
|
|
14876
|
-
|
|
14883
|
+
const isExecutable = !this.isFolder(item) || (this.isFolder(item) && this.isNotInObjectState());
|
|
14884
|
+
return of(isExecutable);
|
|
14877
14885
|
}
|
|
14878
|
-
;
|
|
14879
14886
|
getParams(selection) {
|
|
14880
14887
|
const item = selection[0];
|
|
14881
14888
|
return { type: item.typeName };
|
|
@@ -14887,6 +14894,13 @@ class OpenContextActionComponent extends DmsObjectTarget {
|
|
|
14887
14894
|
}
|
|
14888
14895
|
return `/object/${id}`;
|
|
14889
14896
|
}
|
|
14897
|
+
isFolder(item) {
|
|
14898
|
+
return item.isFolder;
|
|
14899
|
+
}
|
|
14900
|
+
isNotInObjectState() {
|
|
14901
|
+
const disabledStates = ['/object'];
|
|
14902
|
+
return !disabledStates.some(s => this.router.url.includes(s));
|
|
14903
|
+
}
|
|
14890
14904
|
}
|
|
14891
14905
|
OpenContextActionComponent.decorators = [
|
|
14892
14906
|
{ type: Component, args: [{
|
|
@@ -16222,14 +16236,20 @@ class ShareObjectComponent {
|
|
|
16222
16236
|
this.finished = new EventEmitter();
|
|
16223
16237
|
this.canceled = new EventEmitter();
|
|
16224
16238
|
this.dataMeta = [];
|
|
16225
|
-
this.header = this.translate.instant('eo.manage.rights.title');
|
|
16239
|
+
this.header = this.translate.instant('eo.manage.rights.document.title');
|
|
16226
16240
|
this.orgaLabel = this.translate.instant('eo.manage.rights.element.label');
|
|
16227
16241
|
this.shareForm = new FormGroup({});
|
|
16228
16242
|
this.orgaField = new FormControl();
|
|
16243
|
+
this.includeChildrenField = new FormControl();
|
|
16229
16244
|
this.shareForm.addControl('orgaFieldFCN', this.orgaField);
|
|
16245
|
+
this.shareForm.addControl('includeChildren', this.includeChildrenField);
|
|
16230
16246
|
}
|
|
16231
16247
|
ngOnInit() {
|
|
16232
16248
|
let orgaValue = [];
|
|
16249
|
+
this.includeChildrenField.setValue(true);
|
|
16250
|
+
if (this.selection[0].isFolder) {
|
|
16251
|
+
this.header = this.translate.instant('eo.manage.rights.folder.title');
|
|
16252
|
+
}
|
|
16233
16253
|
this.selection[0].additionalvisibility.forEach(avObject => {
|
|
16234
16254
|
orgaValue.push(avObject.name);
|
|
16235
16255
|
});
|
|
@@ -16248,7 +16268,7 @@ class ShareObjectComponent {
|
|
|
16248
16268
|
}
|
|
16249
16269
|
}
|
|
16250
16270
|
save() {
|
|
16251
|
-
this.dms.setOrganizationObjectsWithReadRights(this.selection, this.orgaField.value)
|
|
16271
|
+
this.dms.setOrganizationObjectsWithReadRights(this.selection, this.orgaField.value, this.includeChildrenField.value)
|
|
16252
16272
|
.subscribe(() => {
|
|
16253
16273
|
this.shareMessage();
|
|
16254
16274
|
this.finished.emit();
|
|
@@ -16261,7 +16281,7 @@ class ShareObjectComponent {
|
|
|
16261
16281
|
ShareObjectComponent.decorators = [
|
|
16262
16282
|
{ type: Component, args: [{
|
|
16263
16283
|
selector: 'eo-share-object',
|
|
16264
|
-
template: "<div class=\"eo-share-object\">\r\n <h2>{{header}}</h2>\r\n\r\n <form [formGroup]=\"shareForm\">\r\n <eo-form-input [label]=\"orgaLabel\">\r\n <eo-organization [dataMeta]=\"dataMeta\" [multiselect]=\"true\" formControlName=\"orgaFieldFCN\"></eo-organization>\r\n </eo-form-input>\r\n </form>\r\n\r\n <div class=\"form-buttons\">\r\n <button class=\"secondary\" (click)=\"cancel()\" translate>eo.manage.rights.cancel</button>\r\n <button class=\"primary\" (click)=\"save()\" [disabled]=\"shareForm.errors || !shareForm.dirty\" translate>eo.manage.rights.
|
|
16284
|
+
template: "<div class=\"eo-share-object\">\r\n <h2>{{header}}</h2>\r\n\r\n <form [formGroup]=\"shareForm\">\r\n <eo-form-input [label]=\"orgaLabel\">\r\n <eo-organization [dataMeta]=\"dataMeta\" [multiselect]=\"true\" formControlName=\"orgaFieldFCN\"></eo-organization>\r\n </eo-form-input>\r\n <eo-form-input *ngIf=\"selection[0].isFolder\" [label]=\"('eo.manage.rights.folder.include.documents.label' | translate)\">\r\n <eo-checkbox formControlName=\"includeChildren\" [tristate]=\"false\"></eo-checkbox>\r\n </eo-form-input>\r\n </form>\r\n\r\n <div class=\"form-buttons\">\r\n <button class=\"secondary\" (click)=\"cancel()\" translate>eo.manage.rights.cancel</button>\r\n <button class=\"primary\" (click)=\"save()\" [disabled]=\"shareForm.errors || !shareForm.dirty\" translate>eo.manage.rights.apply</button>\r\n </div>\r\n</div>\r\n",
|
|
16265
16285
|
styles: [".eo-share-object{display:flex;flex-flow:column;justify-content:center;margin:var(--app-pane-padding)}.eo-share-object h2{font-size:var(--font-subhead);font-weight:var(--font-weight-light)}.eo-share-object .form-buttons{padding:5px 0;text-align:right}.eo-share-object .form-buttons button:nth-child(2n):not(:last-child){margin:0 calc(var(--app-pane-padding)/2)}.eo-share-object .form-buttons button:nth-child(2n):last-child{margin-left:calc(var(--app-pane-padding)/2);margin-right:0}"]
|
|
16266
16286
|
},] }
|
|
16267
16287
|
];
|
|
@@ -16432,9 +16452,8 @@ class DeleteContentActionComponent extends DmsObjectTarget {
|
|
|
16432
16452
|
isExecutable(item) {
|
|
16433
16453
|
const isLocked = item.lock && item.lock.by.other;
|
|
16434
16454
|
const hasContent = item.content && item.content.id === item.id;
|
|
16435
|
-
return of(this.isAllowedState() && !item.isFinalized && hasContent && item.rights.edit && !isLocked);
|
|
16455
|
+
return of(this.isAllowedState() && !item.isFinalized && hasContent && item.rights.edit && !isLocked && item.type.minFiles === 0);
|
|
16436
16456
|
}
|
|
16437
|
-
;
|
|
16438
16457
|
run(selection) {
|
|
16439
16458
|
selection.forEach(item => {
|
|
16440
16459
|
this.dms.removeContent(item).subscribe(() => {
|
|
@@ -22151,7 +22170,7 @@ class ResultStateComponent extends UnsubscribeOnDestroy {
|
|
|
22151
22170
|
if (params.query) {
|
|
22152
22171
|
if (!!this.pendingChanges.check())
|
|
22153
22172
|
return;
|
|
22154
|
-
this.query =
|
|
22173
|
+
this.query = Utils.formDataParse(decodeURIComponent(params.query));
|
|
22155
22174
|
this.typeName = this.query.types && this.query.types.length === 1 ? this.query.types[0] : 'default';
|
|
22156
22175
|
this.clearAfterExecute = params.silent;
|
|
22157
22176
|
this.searchTerm = this.query.term;
|
|
@@ -22330,10 +22349,10 @@ class AboutStateComponent {
|
|
|
22330
22349
|
this.http = http;
|
|
22331
22350
|
this.userService = userService;
|
|
22332
22351
|
this.config = config;
|
|
22333
|
-
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.
|
|
22352
|
+
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.16.0-rc.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": "7.0.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" }];
|
|
22334
22353
|
this.ctrl = {
|
|
22335
22354
|
productName: 'yuuvis® RAD client',
|
|
22336
|
-
clientVersion: '8.
|
|
22355
|
+
clientVersion: '8.16.0-rc.1'
|
|
22337
22356
|
};
|
|
22338
22357
|
this.licenses = {
|
|
22339
22358
|
'MIT': {
|