@eo-sdk/client 9.2.0-rc.1 → 9.2.0-rc.3
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-client/settings/settings.component.d.ts +1 -1
- package/app/eo-framework/actions/action-menu/action-menu.component.d.ts +2 -0
- package/app/eo-framework/actions/action.module.d.ts +2 -1
- package/app/eo-framework/actions/actions/delete-content-action/delete-content/delete-content.component.d.ts +22 -0
- package/app/eo-framework/actions/actions/delete-content-action/delete-content-action.d.ts +6 -7
- package/app/eo-framework/actions/actions/open-context-action/open-context-action.d.ts +1 -0
- package/assets/_default/i18n/de.json +1 -0
- package/assets/_default/i18n/en.json +1 -0
- package/bundles/eo-sdk-client.umd.js +122 -44
- 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.d.ts +15 -14
- 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/settings/settings.component.js +1 -1
- package/esm2015/app/eo-framework/actions/action-menu/action-menu.component.js +29 -5
- package/esm2015/app/eo-framework/actions/action.module.js +4 -1
- package/esm2015/app/eo-framework/actions/actions/delete-content-action/delete-content/delete-content.component.js +60 -0
- package/esm2015/app/eo-framework/actions/actions/delete-content-action/delete-content-action.js +5 -17
- package/esm2015/app/eo-framework/actions/actions/open-context-action/open-context-action.js +6 -2
- package/esm2015/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.js +4 -4
- package/esm2015/app/eo-framework/form-elements/string/string.component.js +2 -2
- package/esm2015/app/eo-framework/grid/extensions/filter/text/text-filter.component.js +2 -2
- package/esm2015/app/eo-framework/media/media.component.js +2 -2
- package/esm2015/app/eo-framework/tree/tree.component.js +2 -2
- package/esm2015/eo-sdk-client.js +16 -15
- package/fesm2015/eo-sdk-client.js +104 -30
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +2 -2
- package/projects/eo-sdk/core/package.json +1 -1
|
@@ -7,7 +7,7 @@ import { UnsubscribeOnDestroy } from '../../eo-framework/util/unsubscribe/unsubs
|
|
|
7
7
|
import { TranslateService, EnvironmentService, NotificationsService, Capabilities, CapabilitiesService, EoUser, UserService, Config, SystemService, AppCacheService, LocalStorageService, EventService } from '@eo-sdk/core';
|
|
8
8
|
import { Observable } from 'rxjs';
|
|
9
9
|
import { LockSettings } from './agent-lock-settings.enum';
|
|
10
|
-
import { UserAvatarComponent } from '../../eo-framework';
|
|
10
|
+
import { UserAvatarComponent } from '../../eo-framework/ui/user-avatar/user-avatar.component';
|
|
11
11
|
export declare class SettingsComponent extends UnsubscribeOnDestroy implements AfterViewInit, OnDestroy {
|
|
12
12
|
private renderer;
|
|
13
13
|
userService: UserService;
|
|
@@ -25,12 +25,14 @@ export declare class ActionMenuComponent extends UnsubscribeOnDestroy {
|
|
|
25
25
|
actionDescription: string;
|
|
26
26
|
showMenu: boolean;
|
|
27
27
|
loading: boolean;
|
|
28
|
+
activeActionIndex: number;
|
|
28
29
|
constructor(actionService: ActionService, router: Router, viewContainerRef: ViewContainerRef, elemRef: ElementRef, componentFactoryResolver: ComponentFactoryResolver);
|
|
29
30
|
private getActions;
|
|
30
31
|
private getMoreActions;
|
|
31
32
|
hide(): void;
|
|
32
33
|
showActionDescription(i: any, event: any): void;
|
|
33
34
|
catchFocus(): void;
|
|
35
|
+
isArrowUpOrDownPressed(event: KeyboardEvent): void;
|
|
34
36
|
private showActionMenu;
|
|
35
37
|
private hideActionMenu;
|
|
36
38
|
onClick(actionListEntry: ActionListEntry): void;
|
|
@@ -37,7 +37,8 @@ import { DeleteContentActionComponent } from './actions/delete-content-action/de
|
|
|
37
37
|
import { UnlockActionComponent } from './actions/unlock-action/unlock-action';
|
|
38
38
|
import { SimpleWorkflowActionComponent } from './actions/workflow-action/simple-workflow-action.component';
|
|
39
39
|
import { FinalizeObjectActionComponent } from './actions/finalize/finalize-object-action/finalize-object-action.component';
|
|
40
|
-
|
|
40
|
+
import { DeleteContentComponent } from './actions/delete-content-action/delete-content/delete-content.component';
|
|
41
|
+
export declare const entryComponents: (typeof WorkflowComponent | typeof WorkflowActionComponent | typeof CustomActionsComponent | typeof SimpleWorkflowActionComponent | typeof CopyActionComponent | typeof OpenContextActionComponent | typeof DownloadOriginalActionComponent | typeof DownloadPdfActionComponent | typeof DownloadActionComponent | typeof OpenDocumentComponent | typeof OpenDocumentActionComponent | typeof EmailLinkActionComponent | typeof EmailOriginalActionComponent | typeof EmailPdfActionComponent | typeof EmailActionComponent | typeof ClipboardLinkActionComponent | typeof ClipboardOriginalActionComponent | typeof ClipboardPdfActionComponent | typeof ClipboardActionComponent | typeof DeleteComponent | typeof DeleteActionComponent | typeof OpenVersionsActionComponent | typeof RestoreVersionActionComponent | typeof DeletePreparedActionComponent | typeof AddSubscriptionComponent | typeof AddSubscriptionActionComponent | typeof AddResubmissionComponent | typeof AddResubmissionActionComponent | typeof RemoveSubscriptionActionComponent | typeof UpdateResubmissionActionComponent | typeof ShareObjectComponent | typeof ShareObjectActionComponent | typeof CutActionComponent | typeof FinalizeObjectActionComponent | typeof FinalizeActionComponent | typeof DefinalizeActionComponent | typeof DeleteContentComponent | typeof DeleteContentActionComponent | typeof UnlockActionComponent)[];
|
|
41
42
|
/**
|
|
42
43
|
* @module
|
|
43
44
|
* @description
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
+
import { ActionComponent } from '../../../interfaces/action-component.interface';
|
|
3
|
+
import { DmsObject, CapabilitiesService, TranslateService } from '@eo-sdk/core';
|
|
4
|
+
import { Router } from '@angular/router';
|
|
5
|
+
import { BackendService, NotificationsService, DmsService } from '@eo-sdk/core';
|
|
6
|
+
export declare class DeleteContentComponent implements ActionComponent, AfterViewInit {
|
|
7
|
+
private translate;
|
|
8
|
+
private backend;
|
|
9
|
+
private toast;
|
|
10
|
+
private router;
|
|
11
|
+
private capabilitiesService;
|
|
12
|
+
private dmsService;
|
|
13
|
+
private elemRef;
|
|
14
|
+
deleting: boolean;
|
|
15
|
+
selection: DmsObject[];
|
|
16
|
+
finished: EventEmitter<any>;
|
|
17
|
+
canceled: EventEmitter<any>;
|
|
18
|
+
constructor(translate: TranslateService, backend: BackendService, toast: NotificationsService, router: Router, capabilitiesService: CapabilitiesService, dmsService: DmsService, elemRef: ElementRef);
|
|
19
|
+
run(): void;
|
|
20
|
+
cancel(): void;
|
|
21
|
+
ngAfterViewInit(): void;
|
|
22
|
+
}
|
|
@@ -1,23 +1,22 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import {
|
|
2
|
+
import { ComponentAction } from '../../interfaces/action.interface';
|
|
3
3
|
import { DmsObjectTarget } from '../../action-target';
|
|
4
4
|
import { SelectionRange } from '../../selection-range.enum';
|
|
5
5
|
import { Router } from '@angular/router';
|
|
6
6
|
import { TranslateService } from '@eo-sdk/core';
|
|
7
|
-
import { DmsObject
|
|
8
|
-
|
|
7
|
+
import { DmsObject } from '@eo-sdk/core';
|
|
8
|
+
import { DeleteContentComponent } from './delete-content/delete-content.component';
|
|
9
|
+
export declare class DeleteContentActionComponent extends DmsObjectTarget implements ComponentAction {
|
|
9
10
|
private router;
|
|
10
11
|
private translate;
|
|
11
|
-
private dms;
|
|
12
|
-
private notificationService;
|
|
13
12
|
label: string;
|
|
14
13
|
description: string;
|
|
15
14
|
priority: number;
|
|
16
15
|
iconSrc: string;
|
|
17
16
|
group: string;
|
|
18
17
|
range: SelectionRange;
|
|
19
|
-
|
|
18
|
+
component: typeof DeleteContentComponent;
|
|
19
|
+
constructor(router: Router, translate: TranslateService);
|
|
20
20
|
isExecutable(item: DmsObject): Observable<boolean>;
|
|
21
|
-
run(selection: DmsObject[]): void;
|
|
22
21
|
isAllowedState(): boolean;
|
|
23
22
|
}
|
|
@@ -268,6 +268,7 @@
|
|
|
268
268
|
"eo.action.delete.content.description": "Entfernt die Dokumentdatei des Objekts.",
|
|
269
269
|
"eo.action.delete.content.success": "Dokumentdatei wurde erfolgreich entfernt.",
|
|
270
270
|
"eo.action.delete.content.error": "Dokumentdatei konnte nicht entfernt werden.",
|
|
271
|
+
"eo.action.delete.content.confirm.message": "Sind Sie sicher, dass '{{item}}' entfernt werden soll?",
|
|
271
272
|
"eo.action.unlock.label": "Sperre aufheben",
|
|
272
273
|
"eo.action.unlock.description": "Hebt die Sperre zum Schutz vor Änderung durch andere Benutzer auf.",
|
|
273
274
|
"eo.error.connection.interrupted.text": "Bitte kontaktieren Sie Ihren Administrator.",
|
|
@@ -270,6 +270,7 @@
|
|
|
270
270
|
"eo.action.delete.content.description": "Removes the document file of the object.",
|
|
271
271
|
"eo.action.delete.content.success": "The document file was removed successfully.",
|
|
272
272
|
"eo.action.delete.content.error": "Unable to remove document file.",
|
|
273
|
+
"eo.action.delete.content.confirm.message": "Are you sure you want to remove '{{item}}'?",
|
|
273
274
|
"eo.action.unlock.label": "Release lock",
|
|
274
275
|
"eo.action.unlock.description": "Releases the lock preventing changes by other users.",
|
|
275
276
|
"eo.error.connection.interrupted.text": "Please contact your administrator.",
|
|
@@ -6351,7 +6351,7 @@
|
|
|
6351
6351
|
// Recursive function walking the tree nodes and setting the nodes `selected` flags
|
|
6352
6352
|
TreeComponent.prototype.updateTreeNode = function (node, parents) {
|
|
6353
6353
|
var _this = this;
|
|
6354
|
-
node.selected = !!this.selectedNodes.find(function (n) { return node.id === n.
|
|
6354
|
+
node.selected = !!this.selectedNodes.find(function (n) { return node.id === n.id; });
|
|
6355
6355
|
node.expanded = this._expandedNodes.length ? !!this._expandedNodes.find(function (id) { return id === node.id; }) : node.expanded;
|
|
6356
6356
|
node.highlighted = !!this._highlightedNodes.find(function (id) { return id === node.id; });
|
|
6357
6357
|
node.focused = this.focusedNode && this.focusedNode.id === node.id ? this.focusedNode.focused : false;
|
|
@@ -9300,7 +9300,7 @@
|
|
|
9300
9300
|
};
|
|
9301
9301
|
StringComponent.prototype.autocompleteFn = function (evt) {
|
|
9302
9302
|
var _this = this;
|
|
9303
|
-
var uri = "/autocomplete/element?prefix=" + evt.query + "&qname=" + this.qname;
|
|
9303
|
+
var uri = "/autocomplete/element?prefix=" + encodeURIComponent(evt.query) + "&qname=" + this.qname;
|
|
9304
9304
|
var base = this.backend.getSearchBase();
|
|
9305
9305
|
this.backend
|
|
9306
9306
|
.getJson(uri, base)
|
|
@@ -14531,7 +14531,7 @@
|
|
|
14531
14531
|
this.savedFilters = this.userService.getCurrentUser().userSettings.savedInboxFilter;
|
|
14532
14532
|
}
|
|
14533
14533
|
else {
|
|
14534
|
-
this.savedFilters = this.storageService.getItem('eo.inbox.filter.suggestions');
|
|
14534
|
+
this.savedFilters = this.storageService.getItem('eo.inbox.filter.suggestions') ? this.storageService.getItem('eo.inbox.filter.suggestions') : [];
|
|
14535
14535
|
}
|
|
14536
14536
|
};
|
|
14537
14537
|
TextFilterComponent.prototype.saveFilter = function (term) {
|
|
@@ -15543,7 +15543,7 @@
|
|
|
15543
15543
|
"viewer": "viewer/view/api/video/?path=${path}&mimeType=${mimeType}&fileExtension=${fileExtension}&lang=${lang}&theme=${theme}"
|
|
15544
15544
|
},
|
|
15545
15545
|
{
|
|
15546
|
-
"mimeType": ["image/jpeg", "image/png", "image/apng", "image/gif", "image/svg+xml", "image/webp"],
|
|
15546
|
+
"mimeType": ["image/tiff", "image/jpeg", "image/png", "image/apng", "image/gif", "image/svg+xml", "image/webp"],
|
|
15547
15547
|
"viewer": "viewer/view/api/img/?path=${path}&mimeType=${mimeType}&fileExtension=${fileExtension}&lang=${lang}&theme=${theme}"
|
|
15548
15548
|
},
|
|
15549
15549
|
{
|
|
@@ -16204,6 +16204,7 @@
|
|
|
16204
16204
|
_this.showComponent = false;
|
|
16205
16205
|
_this.showMenu = false;
|
|
16206
16206
|
_this.loading = false;
|
|
16207
|
+
_this.activeActionIndex = 0;
|
|
16207
16208
|
// subscribe for visibility observable indicating whether to show or hide the actions
|
|
16208
16209
|
_this.actionService
|
|
16209
16210
|
.actionsShowing$.pipe(operators.takeUntil(_this.componentDestroyed$))
|
|
@@ -16255,7 +16256,28 @@
|
|
|
16255
16256
|
_this.elemRef.nativeElement.querySelector('[tabindex="0"]').focus();
|
|
16256
16257
|
});
|
|
16257
16258
|
};
|
|
16259
|
+
ActionMenuComponent.prototype.isArrowUpOrDownPressed = function (event) {
|
|
16260
|
+
var key = event.key;
|
|
16261
|
+
var length = this.actionLists.common.length + this.actionLists.further.length - 1;
|
|
16262
|
+
if (key === 'ArrowUp') {
|
|
16263
|
+
this.activeActionIndex = (this.activeActionIndex === 0) ? length : this.activeActionIndex - 1;
|
|
16264
|
+
}
|
|
16265
|
+
else if (key === 'ArrowDown') {
|
|
16266
|
+
this.activeActionIndex = (this.activeActionIndex === length) ? 0 : this.activeActionIndex + 1;
|
|
16267
|
+
}
|
|
16268
|
+
else if (key === 'Enter') {
|
|
16269
|
+
var clickedListEntry = void 0;
|
|
16270
|
+
if (this.activeActionIndex < this.actionLists.common.length) {
|
|
16271
|
+
clickedListEntry = this.actionLists.common[this.activeActionIndex];
|
|
16272
|
+
}
|
|
16273
|
+
else {
|
|
16274
|
+
clickedListEntry = this.actionLists.further[this.activeActionIndex - this.actionLists.common.length];
|
|
16275
|
+
}
|
|
16276
|
+
this.onClick(clickedListEntry);
|
|
16277
|
+
}
|
|
16278
|
+
};
|
|
16258
16279
|
ActionMenuComponent.prototype.showActionMenu = function () {
|
|
16280
|
+
this.activeActionIndex = 0;
|
|
16259
16281
|
this.getActions();
|
|
16260
16282
|
if (this.target === 'DMS_OBJECT') {
|
|
16261
16283
|
this.getMoreActions();
|
|
@@ -16303,8 +16325,10 @@
|
|
|
16303
16325
|
this.showActionComponent(extComponentAction.extComponents, this.externalDialog, this.componentFactoryResolver, false);
|
|
16304
16326
|
}
|
|
16305
16327
|
else if (isWorkFlowAction) {
|
|
16306
|
-
|
|
16307
|
-
|
|
16328
|
+
setTimeout(function () {
|
|
16329
|
+
var extComponentAction = actionListEntry.action;
|
|
16330
|
+
_this.showActionComponent(extComponentAction.extComponents, _this.externalDialog, _this.componentFactoryResolver, false, { executableProcess: extComponentAction.executableProcess });
|
|
16331
|
+
});
|
|
16308
16332
|
}
|
|
16309
16333
|
};
|
|
16310
16334
|
ActionMenuComponent.prototype.showActionComponent = function (component, viewContRef, factoryResolver, showComponent, inputs) {
|
|
@@ -16348,9 +16372,9 @@
|
|
|
16348
16372
|
ActionMenuComponent.decorators = [
|
|
16349
16373
|
{ type: i0.Component, args: [{
|
|
16350
16374
|
selector: 'eo-action-menu',
|
|
16351
|
-
template: "<div class=\"action-menu dark\" *ngIf=\"showMenu\" (eoOutsideClick)=\"hide()\">\n\n <div class=\"head\">\n <div class=\"left\">\n <div class=\"title\" translate>eo.actions.sticky.title</div>\n <div class=\"sub-title\" *ngIf=\"selection?.length > 1; else multi\" translate>eo.actions.sticky.title.sub.selection</div>\n <ng-template #multi>\n <div class=\"sub-title\" *ngIf=\"selection && selection.length\"><span translate>eo.actions.sticky.title.sub.for</span> '{{selection[0].title}}'</div>\n </ng-template>\n </div>\n <div class=\"right\">\n <span class=\"count\">{{subSelection?.length || selection?.length || ''}}</span>\n <eo-icon class=\"button\" [iconSrc]=\"'assets/_default/svg/ic_clear.svg'\" (click)=\"hide()\"></eo-icon>\n </div>\n </div>\n\n <div class=\"actions\" [hidden]=\"subActionsList || showComponent\">\n\n <ng-template #action let-entry let-id>\n\n <a *ngIf=\"isLinkAction(entry.action); else default\" class=\"link\"\n [routerLink]=\"entry.action.getLink(entry.availableSelection)\"\n [queryParams]=\"entry.action.getParams(entry.availableSelection, true)\">\n <ng-container *ngTemplateOutlet=\"default\"></ng-container>\n </a>\n\n <ng-template #default>\n <div tabindex=\"0\">\n <eo-icon [iconSrc]=\"entry.action.iconSrc\" [iconId]=\"entry.action.iconId\"\n [badge]=\"entry.availableSelection?.length != selection?.length ? entry.availableSelection?.length : null\"></eo-icon>\n <div class=\"label\">{{entry.action.label}}</div>\n <!-- <div class=\"available-count\" *ngIf=\"entry.availableSelection?.length != selection?.length\">{{entry.availableSelection?.length}}</div> -->\n <eo-icon class=\"info-icon\" [iconSrc]=\"'assets/_default/svg/ic_info.svg'\" (click)=\"showActionDescription(id, $event)\"></eo-icon>\n </div>\n <div class=\"description\" [hidden]=\"id !== actionDescription\">{{entry.action.description}}</div>\n </ng-template>\n </ng-template>\n\n <div class=\"group\" *ngIf=\"actionLists?.common.length > 0\">\n <div class=\"group-title\" translate>eo.actions.group.common</div>\n <div class=\"action\" id=\"{{actionListEntry.id}}\" *ngFor=\"let actionListEntry of actionLists.common;
|
|
16375
|
+
template: "<div class=\"action-menu dark\" *ngIf=\"showMenu\" (eoOutsideClick)=\"hide()\">\n\n <div class=\"head\">\n <div class=\"left\">\n <div class=\"title\" translate>eo.actions.sticky.title</div>\n <div class=\"sub-title\" *ngIf=\"selection?.length > 1; else multi\" translate>eo.actions.sticky.title.sub.selection</div>\n <ng-template #multi>\n <div class=\"sub-title\" *ngIf=\"selection && selection.length\"><span translate>eo.actions.sticky.title.sub.for</span> '{{selection[0].title}}'</div>\n </ng-template>\n </div>\n <div class=\"right\">\n <span class=\"count\">{{subSelection?.length || selection?.length || ''}}</span>\n <eo-icon class=\"button\" [iconSrc]=\"'assets/_default/svg/ic_clear.svg'\" (click)=\"hide()\"></eo-icon>\n </div>\n </div>\n\n <div class=\"actions\" [hidden]=\"subActionsList || showComponent\">\n\n <ng-template #action let-entry let-id>\n\n <a *ngIf=\"isLinkAction(entry.action); else default\" class=\"link\"\n [routerLink]=\"entry.action.getLink(entry.availableSelection)\"\n [queryParams]=\"entry.action.getParams(entry.availableSelection, true)\">\n <ng-container *ngTemplateOutlet=\"default\"></ng-container>\n </a>\n\n <ng-template #default>\n <div tabindex=\"0\" (keydown)=\"isArrowUpOrDownPressed($event)\">\n <eo-icon [iconSrc]=\"entry.action.iconSrc\" [iconId]=\"entry.action.iconId\"\n [badge]=\"entry.availableSelection?.length != selection?.length ? entry.availableSelection?.length : null\"></eo-icon>\n <div class=\"label\">{{entry.action.label}}</div>\n <!-- <div class=\"available-count\" *ngIf=\"entry.availableSelection?.length != selection?.length\">{{entry.availableSelection?.length}}</div> -->\n <eo-icon class=\"info-icon\" [iconSrc]=\"'assets/_default/svg/ic_info.svg'\" (click)=\"showActionDescription(id, $event)\"></eo-icon>\n </div>\n <div class=\"description\" [hidden]=\"id !== actionDescription\">{{entry.action.description}}</div>\n </ng-template>\n </ng-template>\n\n <div class=\"group\" *ngIf=\"actionLists?.common.length > 0\">\n <div class=\"group-title\" translate>eo.actions.group.common</div>\n <div class=\"action\" id=\"{{actionListEntry.id}}\" *ngFor=\"let actionListEntry of actionLists.common; let i = index\"\n (click)=\"onClick(actionListEntry)\" [ngClass]=\"{active: activeActionIndex === i}\">\n\n <ng-container *ngTemplateOutlet=\"action; context: {$implicit: actionListEntry, id: +i}\"></ng-container>\n\n </div>\n </div>\n\n <div class=\"group\" *ngIf=\"!loading; else loader\">\n <div *ngIf=\"actionLists?.further.length > 0\">\n <div class=\"group-title\" translate>eo.actions.group.further_actions</div>\n <div class=\"action\" id=\"{{actionListEntry.id}}\" *ngFor=\"let actionListEntry of actionLists.further; index as i\"\n eoPreventDoubleClick [ngClass]=\"{active: activeActionIndex === i + actionLists?.common.length }\"\n (debounceClick)=\"onClick(actionListEntry)\">\n\n <ng-container *ngTemplateOutlet=\"action; context: {$implicit: actionListEntry, id: 'f'+i}\"></ng-container>\n\n </div>\n </div>\n </div>\n\n <div class=\"group\" *ngIf=\"!loading && !actionLists?.further.length && !actionLists?.common.length\" [style.textAlign]=\"'center'\">\n {{ 'eo.action.not.available' | translate}}\n </div>\n\n <ng-template #loader>\n <div class=\"loading-container\">\n <eo-loading-spinner [size]=\"'medium'\"></eo-loading-spinner>\n </div>\n </ng-template>\n </div>\n\n <!-- sub actions -->\n <div class=\"group sub\" *ngIf=\"subActionsList && !showComponent\">\n <div class=\"sub-actions\">\n <div class=\"group-title\">{{subActionsListHeader}}</div>\n <div class=\"action sub\" *ngFor=\"let actionListEntry of subActionsList; index as i\" (click)=\"onClick(actionListEntry)\">\n <ng-container *ngTemplateOutlet=\"action; context: {$implicit: actionListEntry, id: 's'+i}\"></ng-container>\n </div>\n </div>\n <div class=\"group-buttons\">\n <button (click)=\"onCancel()\" translate>eo.export.cancel</button>\n </div>\n </div>\n\n <div>\n <ng-template eoActionComponentAnchor></ng-template>\n </div>\n\n <div>\n <ng-template eoExtActionComponentAnchor></ng-template>\n </div>\n\n</div>\n",
|
|
16352
16376
|
encapsulation: i0.ViewEncapsulation.None,
|
|
16353
|
-
styles: [".action-menu{-webkit-animation:eoFadeInRight var(--app-default-transition-duration);animation:eoFadeInRight var(--app-default-transition-duration);background-color:rgba(var(--color-primary-rgb),.95);bottom:0;box-shadow:0 0 10px 0 rgba(var(--color-black-rgb),.3);color:var(--color-white);height:100vh;min-width:300px;overflow:hidden;position:absolute;right:0;top:0;width:25vw;z-index:100}.action-menu .head{display:flex;flex:0 0 auto;flex-flow:row nowrap;order:0;padding:var(--app-pane-padding)}.action-menu .head .left{flex:1 1 auto;order:0}.action-menu .head .left .title{font-size:var(--font-headline);font-weight:var(--font-weight-light)}.action-menu .head .left .sub-title{font-size:var(--font-body);font-weight:var(--font-weight-light)}.action-menu .head .right{display:flex;flex:0 0 auto;flex-flow:row nowrap;order:1}.action-menu .head .right .count{color:rgba(var(--color-white-rgb),.3);font-size:5em;font-weight:var(--font-weight-light);line-height:1em;padding-right:var(--app-pane-padding)}.action-menu .head .right .close{margin:0;z-index:10}.action-menu .actions{height:100%;overflow:scroll}.action-menu .actions .group:last-child{margin-bottom:100px}.action-menu .group{display:inline-block;min-width:200px;padding:var(--app-pane-padding);width:90%}.action-menu .group .group-title{-moz-transition:all var(--app-default-transition-duration) ease-in-out;-o-transition:all var(--app-default-transition-duration) ease-in-out;-webkit-transition:all var(--app-default-transition-duration) ease-in-out;background:rgba(var(--color-white-rgb),.1);margin-bottom:calc(var(--app-pane-padding)/4);padding:calc(var(--app-pane-padding)/4) calc(var(--app-pane-padding)/2);transition:all var(--app-default-transition-duration) ease-in-out}.action-menu .group:not(.sub):hover .group-title{background:rgba(var(--color-white-rgb),.3)}.action-menu .action{border-bottom:1px solid rgba(var(--color-white-rgb),.2)}.action-menu .action
|
|
16377
|
+
styles: [".action-menu{-webkit-animation:eoFadeInRight var(--app-default-transition-duration);animation:eoFadeInRight var(--app-default-transition-duration);background-color:rgba(var(--color-primary-rgb),.95);bottom:0;box-shadow:0 0 10px 0 rgba(var(--color-black-rgb),.3);color:var(--color-white);height:100vh;min-width:300px;overflow:hidden;position:absolute;right:0;top:0;width:25vw;z-index:100}.action-menu .head{display:flex;flex:0 0 auto;flex-flow:row nowrap;order:0;padding:var(--app-pane-padding)}.action-menu .head .left{flex:1 1 auto;order:0}.action-menu .head .left .title{font-size:var(--font-headline);font-weight:var(--font-weight-light)}.action-menu .head .left .sub-title{font-size:var(--font-body);font-weight:var(--font-weight-light)}.action-menu .head .right{display:flex;flex:0 0 auto;flex-flow:row nowrap;order:1}.action-menu .head .right .count{color:rgba(var(--color-white-rgb),.3);font-size:5em;font-weight:var(--font-weight-light);line-height:1em;padding-right:var(--app-pane-padding)}.action-menu .head .right .close{margin:0;z-index:10}.action-menu .actions{height:100%;overflow:scroll}.action-menu .actions .group:last-child{margin-bottom:100px}.action-menu .group{display:inline-block;min-width:200px;padding:var(--app-pane-padding);width:90%}.action-menu .group .group-title{-moz-transition:all var(--app-default-transition-duration) ease-in-out;-o-transition:all var(--app-default-transition-duration) ease-in-out;-webkit-transition:all var(--app-default-transition-duration) ease-in-out;background:rgba(var(--color-white-rgb),.1);margin-bottom:calc(var(--app-pane-padding)/4);padding:calc(var(--app-pane-padding)/4) calc(var(--app-pane-padding)/2);transition:all var(--app-default-transition-duration) ease-in-out}.action-menu .group:not(.sub):hover .group-title{background:rgba(var(--color-white-rgb),.3)}.action-menu .action{border-bottom:1px solid rgba(var(--color-white-rgb),.2)}.action-menu .action a.link{color:inherit;display:block;opacity:1;text-decoration:none}.action-menu .action.active{background:rgba(var(--color-white-rgb),.1)}.action-menu .action>a.link>div:first-child,.action-menu .action>div:first-child{-moz-transition:all var(--app-default-transition-duration) ease-in-out;-o-transition:all var(--app-default-transition-duration) ease-in-out;-webkit-transition:all var(--app-default-transition-duration) ease-in-out;align-items:center;cursor:pointer;display:flex;padding:calc(var(--app-pane-padding)/2) var(--app-pane-padding) calc(var(--app-pane-padding)/2) 0;transition:all var(--app-default-transition-duration) ease-in-out}.action-menu .action.sub>div:first-child{padding-left:calc(var(--app-pane-padding)/2)}.action-menu .action .label{flex:1 1 auto}.action-menu .action .available-count{color:rgba(var(--color-white-rgb),.3)}.action-menu .action .available-count,.action-menu .action eo-icon{margin:0 calc(var(--app-pane-padding)/2)}.action-menu .action eo-icon.info-icon{border-radius:50%;box-sizing:border-box;color:rgba(var(--color-white-rgb),.3);margin:0;padding:3px}.action-menu .action eo-icon.info-icon:hover{background-color:var(--color-primary)}.action-menu .action .description{-moz-transition:all var(--app-default-transition-duration) ease-in-out;-o-transition:all var(--app-default-transition-duration) ease-in-out;-webkit-border-radius:2px;-webkit-transition:all var(--app-default-transition-duration) ease-in-out;border-radius:2px;color:rgba(var(--color-white-rgb),.54);font-style:italic;padding:calc(var(--app-pane-padding)/4) var(--app-pane-padding) calc(var(--app-pane-padding)/2) var(--app-pane-padding);transition:all var(--app-default-transition-duration) ease-in-out}.action-menu .action:last-child{border:0}.action-menu .action:focus,.action-menu .action:hover{background:rgba(var(--color-white-rgb),.1)}.action-menu .group-buttons{display:flex;justify-content:flex-end;padding-top:var(--app-pane-padding)}.action-menu .group-buttons button{background-color:transparent}.action-menu .group-buttons button:hover{background-color:rgba(var(--color-white-rgb),.1)}.action-menu .loading-container{align-items:center;display:flex;justify-content:center;margin:50% auto;padding:16px}"]
|
|
16354
16378
|
},] }
|
|
16355
16379
|
];
|
|
16356
16380
|
ActionMenuComponent.ctorParameters = function () { return [
|
|
@@ -16426,7 +16450,7 @@
|
|
|
16426
16450
|
return _this;
|
|
16427
16451
|
}
|
|
16428
16452
|
OpenContextActionComponent.prototype.isExecutable = function (item) {
|
|
16429
|
-
var isExecutable = !this.isFolder(item) || (this.isFolder(item) && this.isNotInObjectState());
|
|
16453
|
+
var isExecutable = (!this.isFolder(item) && this.isNotAlreadyOpened(item.id)) || (this.isFolder(item) && this.isNotInObjectState());
|
|
16430
16454
|
return rxjs.of(isExecutable);
|
|
16431
16455
|
};
|
|
16432
16456
|
OpenContextActionComponent.prototype.getParams = function (selection) {
|
|
@@ -16448,6 +16472,11 @@
|
|
|
16448
16472
|
var disabledStates = ['/object'];
|
|
16449
16473
|
return !disabledStates.some(function (s) { return _this.router.url.includes(s); });
|
|
16450
16474
|
};
|
|
16475
|
+
OpenContextActionComponent.prototype.isNotAlreadyOpened = function (id) {
|
|
16476
|
+
var _this = this;
|
|
16477
|
+
var disabledStates = ['/object/' + id];
|
|
16478
|
+
return !disabledStates.some(function (s) { return _this.router.url.includes(s); });
|
|
16479
|
+
};
|
|
16451
16480
|
return OpenContextActionComponent;
|
|
16452
16481
|
}(DmsObjectTarget));
|
|
16453
16482
|
OpenContextActionComponent.decorators = [
|
|
@@ -17952,7 +17981,7 @@
|
|
|
17952
17981
|
shared = this.includeChildrenField.value.toString();
|
|
17953
17982
|
}
|
|
17954
17983
|
else {
|
|
17955
|
-
this.toast.
|
|
17984
|
+
this.toast.success(this.translate.instant('eo.manage.rights.message.notshared'));
|
|
17956
17985
|
return;
|
|
17957
17986
|
}
|
|
17958
17987
|
field = 'eo.manage.rights.message';
|
|
@@ -17962,7 +17991,7 @@
|
|
|
17962
17991
|
this.translate.get(field, {
|
|
17963
17992
|
title: this.selection[0].title,
|
|
17964
17993
|
shared: shared,
|
|
17965
|
-
}).subscribe(function (val) { return _this.toast.
|
|
17994
|
+
}).subscribe(function (val) { return _this.toast.success(val); });
|
|
17966
17995
|
};
|
|
17967
17996
|
ShareObjectComponent.prototype.save = function () {
|
|
17968
17997
|
var _this = this;
|
|
@@ -17978,7 +18007,7 @@
|
|
|
17978
18007
|
this.objectId = this.selection[0].id;
|
|
17979
18008
|
this.dms.setOrganizationObjectsWithReadRights(this.selection, this.objectId, [], [])
|
|
17980
18009
|
.subscribe(function () {
|
|
17981
|
-
_this.toast.
|
|
18010
|
+
_this.toast.success(_this.translate.instant('eo.manage.rights.message.notshared'));
|
|
17982
18011
|
_this.finished.emit();
|
|
17983
18012
|
});
|
|
17984
18013
|
};
|
|
@@ -18195,18 +18224,76 @@
|
|
|
18195
18224
|
{ type: i1.DmsService }
|
|
18196
18225
|
]; };
|
|
18197
18226
|
|
|
18227
|
+
var DeleteContentComponent = /** @class */ (function () {
|
|
18228
|
+
function DeleteContentComponent(translate, backend, toast, router, capabilitiesService, dmsService, elemRef) {
|
|
18229
|
+
this.translate = translate;
|
|
18230
|
+
this.backend = backend;
|
|
18231
|
+
this.toast = toast;
|
|
18232
|
+
this.router = router;
|
|
18233
|
+
this.capabilitiesService = capabilitiesService;
|
|
18234
|
+
this.dmsService = dmsService;
|
|
18235
|
+
this.elemRef = elemRef;
|
|
18236
|
+
this.deleting = false;
|
|
18237
|
+
this.finished = new i0.EventEmitter();
|
|
18238
|
+
this.canceled = new i0.EventEmitter();
|
|
18239
|
+
}
|
|
18240
|
+
DeleteContentComponent.prototype.run = function () {
|
|
18241
|
+
var _this = this;
|
|
18242
|
+
this.deleting = true;
|
|
18243
|
+
this.selection.forEach(function (item) {
|
|
18244
|
+
_this.dmsService.removeContent(item).subscribe(function () {
|
|
18245
|
+
_this.toast.success(item.title, _this.translate.instant('eo.action.delete.content.success'));
|
|
18246
|
+
_this.finished.emit();
|
|
18247
|
+
}, function () {
|
|
18248
|
+
_this.toast.error(item.title, _this.translate.instant('eo.action.delete.content.error'));
|
|
18249
|
+
_this.finished.emit();
|
|
18250
|
+
});
|
|
18251
|
+
});
|
|
18252
|
+
};
|
|
18253
|
+
DeleteContentComponent.prototype.cancel = function () {
|
|
18254
|
+
this.canceled.emit();
|
|
18255
|
+
};
|
|
18256
|
+
DeleteContentComponent.prototype.ngAfterViewInit = function () {
|
|
18257
|
+
var _this = this;
|
|
18258
|
+
setTimeout(function () {
|
|
18259
|
+
_this.elemRef.nativeElement.querySelector('.primary').focus();
|
|
18260
|
+
});
|
|
18261
|
+
};
|
|
18262
|
+
return DeleteContentComponent;
|
|
18263
|
+
}());
|
|
18264
|
+
DeleteContentComponent.decorators = [
|
|
18265
|
+
{ type: i0.Component, args: [{
|
|
18266
|
+
selector: 'eo-delete-content',
|
|
18267
|
+
template: "<div class=\"eo-delete\" eoTrapFocus>\n\n <h2 translate [translateParams]=\"{item: selection[0].title}\">eo.action.delete.content.confirm.message</h2>\n\n <div *ngIf=\"!deleting\">\n <div class=\"form-buttons\">\n <button (click)=\"cancel()\" translate>eo.checkout.cancel</button>\n <button class=\"primary\" (click)=\"run()\">OK</button>\n </div>\n </div>\n\n <div class=\"spinner-container\" *ngIf=\"deleting\">\n <eo-loading-spinner></eo-loading-spinner>\n </div>\n</div>\n",
|
|
18268
|
+
styles: [".eo-delete{display:flex;flex-flow:column;justify-content:center;margin:var(--app-pane-padding)}.eo-delete h2{font-size:var(--font-subhead);font-weight:var(--font-weight-light)}.eo-delete .form-buttons{padding:5px 0;text-align:right}.eo-delete .form-buttons button:nth-child(2n):not(:last-child){margin:0 calc(var(--app-pane-padding)/2)}.eo-delete .form-buttons button:nth-child(2n):last-child{margin-left:calc(var(--app-pane-padding)/2);margin-right:0}.eo-delete .spinner-container{align-items:center;display:flex;justify-content:center}"]
|
|
18269
|
+
},] }
|
|
18270
|
+
];
|
|
18271
|
+
DeleteContentComponent.ctorParameters = function () { return [
|
|
18272
|
+
{ type: i1.TranslateService },
|
|
18273
|
+
{ type: i1.BackendService },
|
|
18274
|
+
{ type: i1.NotificationsService },
|
|
18275
|
+
{ type: i2.Router },
|
|
18276
|
+
{ type: i1.CapabilitiesService },
|
|
18277
|
+
{ type: i1.DmsService },
|
|
18278
|
+
{ type: i0.ElementRef }
|
|
18279
|
+
]; };
|
|
18280
|
+
DeleteContentComponent.propDecorators = {
|
|
18281
|
+
selection: [{ type: i0.Input }],
|
|
18282
|
+
finished: [{ type: i0.Output }],
|
|
18283
|
+
canceled: [{ type: i0.Output }]
|
|
18284
|
+
};
|
|
18285
|
+
|
|
18198
18286
|
var DeleteContentActionComponent = /** @class */ (function (_super) {
|
|
18199
18287
|
__extends(DeleteContentActionComponent, _super);
|
|
18200
|
-
function DeleteContentActionComponent(router, translate
|
|
18288
|
+
function DeleteContentActionComponent(router, translate) {
|
|
18201
18289
|
var _this = _super.call(this) || this;
|
|
18202
18290
|
_this.router = router;
|
|
18203
18291
|
_this.translate = translate;
|
|
18204
|
-
_this.dms = dms;
|
|
18205
|
-
_this.notificationService = notificationService;
|
|
18206
18292
|
_this.priority = 8.1;
|
|
18207
18293
|
_this.iconSrc = 'assets/_default/svg/ic_delete_sweep.svg';
|
|
18208
18294
|
_this.group = 'common';
|
|
18209
18295
|
_this.range = exports.SelectionRange.MULTI_SELECT;
|
|
18296
|
+
_this.component = DeleteContentComponent;
|
|
18210
18297
|
_this.label = _this.translate.instant('eo.action.delete.content.label');
|
|
18211
18298
|
_this.description = _this.translate.instant('eo.action.delete.content.description');
|
|
18212
18299
|
return _this;
|
|
@@ -18216,16 +18303,6 @@
|
|
|
18216
18303
|
var hasContent = item.content && item.content.id === item.id;
|
|
18217
18304
|
return rxjs.of(this.isAllowedState() && !item.isFinalized && hasContent && item.rights.edit && !isLocked && item.type.minFiles === 0);
|
|
18218
18305
|
};
|
|
18219
|
-
DeleteContentActionComponent.prototype.run = function (selection) {
|
|
18220
|
-
var _this = this;
|
|
18221
|
-
selection.forEach(function (item) {
|
|
18222
|
-
_this.dms.removeContent(item).subscribe(function () {
|
|
18223
|
-
_this.notificationService.success(item.title, _this.translate.instant('eo.action.delete.content.success'));
|
|
18224
|
-
}, function () {
|
|
18225
|
-
_this.notificationService.error(item.title, _this.translate.instant('eo.action.delete.content.error'));
|
|
18226
|
-
});
|
|
18227
|
-
});
|
|
18228
|
-
};
|
|
18229
18306
|
DeleteContentActionComponent.prototype.isAllowedState = function () {
|
|
18230
18307
|
var _this = this;
|
|
18231
18308
|
var disabledStates = ['/versions'];
|
|
@@ -18241,9 +18318,7 @@
|
|
|
18241
18318
|
];
|
|
18242
18319
|
DeleteContentActionComponent.ctorParameters = function () { return [
|
|
18243
18320
|
{ type: i2.Router },
|
|
18244
|
-
{ type: i1.TranslateService }
|
|
18245
|
-
{ type: i1.DmsService },
|
|
18246
|
-
{ type: i1.NotificationsService }
|
|
18321
|
+
{ type: i1.TranslateService }
|
|
18247
18322
|
]; };
|
|
18248
18323
|
|
|
18249
18324
|
var UnlockActionComponent = /** @class */ (function (_super) {
|
|
@@ -18378,6 +18453,7 @@
|
|
|
18378
18453
|
FinalizeActionComponent,
|
|
18379
18454
|
FinalizeObjectActionComponent,
|
|
18380
18455
|
DefinalizeActionComponent,
|
|
18456
|
+
DeleteContentComponent,
|
|
18381
18457
|
DeleteContentActionComponent,
|
|
18382
18458
|
UnlockActionComponent,
|
|
18383
18459
|
SimpleWorkflowActionComponent
|
|
@@ -18471,6 +18547,7 @@
|
|
|
18471
18547
|
FinalizeActionComponent,
|
|
18472
18548
|
FinalizeObjectActionComponent,
|
|
18473
18549
|
DefinalizeActionComponent,
|
|
18550
|
+
DeleteContentComponent,
|
|
18474
18551
|
DeleteContentActionComponent,
|
|
18475
18552
|
UnlockActionComponent,
|
|
18476
18553
|
SimpleWorkflowActionComponent,
|
|
@@ -24972,10 +25049,10 @@
|
|
|
24972
25049
|
this.backend = backend;
|
|
24973
25050
|
this.userService = userService;
|
|
24974
25051
|
this.config = config;
|
|
24975
|
-
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": "9.2.0-rc.
|
|
25052
|
+
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": "9.2.0-rc.3", "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" }];
|
|
24976
25053
|
this.ctrl = {
|
|
24977
25054
|
componentName: 'yuuvis® RAD client',
|
|
24978
|
-
componentVersion: '9.2.0-rc.
|
|
25055
|
+
componentVersion: '9.2.0-rc.3',
|
|
24979
25056
|
productName: '',
|
|
24980
25057
|
productVersion: ''
|
|
24981
25058
|
};
|
|
@@ -27079,20 +27156,21 @@
|
|
|
27079
27156
|
exports.ɵcd = FinalizeActionComponent;
|
|
27080
27157
|
exports.ɵce = FinalizeObjectActionComponent;
|
|
27081
27158
|
exports.ɵcf = DefinalizeActionComponent;
|
|
27082
|
-
exports.ɵcg =
|
|
27083
|
-
exports.ɵch =
|
|
27084
|
-
exports.ɵci =
|
|
27085
|
-
exports.ɵcj =
|
|
27086
|
-
exports.ɵck =
|
|
27087
|
-
exports.ɵcl =
|
|
27088
|
-
exports.ɵcm =
|
|
27089
|
-
exports.ɵcn =
|
|
27090
|
-
exports.ɵco =
|
|
27091
|
-
exports.ɵcp =
|
|
27092
|
-
exports.ɵcq =
|
|
27093
|
-
exports.ɵcr =
|
|
27094
|
-
exports.ɵcs =
|
|
27095
|
-
exports.ɵct =
|
|
27159
|
+
exports.ɵcg = DeleteContentComponent;
|
|
27160
|
+
exports.ɵch = DeleteContentActionComponent;
|
|
27161
|
+
exports.ɵci = UnlockActionComponent;
|
|
27162
|
+
exports.ɵcj = SimpleWorkflowActionComponent;
|
|
27163
|
+
exports.ɵck = FavoriteActionComponent;
|
|
27164
|
+
exports.ɵcl = PreventDoubleClickDirective;
|
|
27165
|
+
exports.ɵcm = UserAvatarComponent;
|
|
27166
|
+
exports.ɵcn = EditIconComponent;
|
|
27167
|
+
exports.ɵco = DuetimeInfoComponent;
|
|
27168
|
+
exports.ɵcp = PrepareContentExistsInfoComponent;
|
|
27169
|
+
exports.ɵcq = ObjectStateRoutingModule;
|
|
27170
|
+
exports.ɵcr = InboxStateRoutingModule;
|
|
27171
|
+
exports.ɵcs = PrepareStateRoutingModule;
|
|
27172
|
+
exports.ɵct = EoClientRoutingModule;
|
|
27173
|
+
exports.ɵcu = ProcessStateComponent;
|
|
27096
27174
|
exports.ɵd = AppProcessComponent;
|
|
27097
27175
|
exports.ɵe = PipesModule;
|
|
27098
27176
|
exports.ɵf = UnsubscribeOnDestroy;
|