@eo-sdk/client 10.0.0-beta.2 → 10.0.0-beta.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-framework/app-shell/app-bar/app-search/app-search.component.d.ts +7 -3
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-shell.module.d.ts +2 -1
- package/app/eo-framework/app-shell/app-shell.module.d.ts.map +1 -1
- package/app/eo-framework/form-elements/checkbox/checkbox.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts +3 -1
- package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/date/date.component.d.ts +2 -0
- package/app/eo-framework/form-elements/date/date.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/date/year-range/year-range.directive.d.ts.map +1 -0
- package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts +3 -1
- package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/form-elements.module.d.ts +37 -39
- package/app/eo-framework/form-elements/form-elements.module.d.ts.map +1 -1
- package/app/eo-framework/form-elements/id-reference/id-reference.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/index.d.ts +1 -3
- package/app/eo-framework/form-elements/index.d.ts.map +1 -1
- package/app/eo-framework/form-elements/reference/reference.component.d.ts.map +1 -1
- package/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.d.ts +3 -2
- package/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/extensions/filter/text/text-filter.component.d.ts +1 -5
- package/app/eo-framework/grid/extensions/filter/text/text-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/filters/datetime-filter.component.d.ts +4 -7
- package/app/eo-framework/grid/filters/datetime-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/grid.module.d.ts +4 -3
- package/app/eo-framework/grid/grid.module.d.ts.map +1 -1
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts +2 -7
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
- package/app/eo-framework/index.d.ts +0 -1
- package/app/eo-framework/index.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +2 -7
- package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-history/object-history.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/object-form.component.d.ts +6 -59
- package/app/eo-framework/object-form/object-form/object-form.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-helper.service.d.ts +86 -2
- package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
- package/app/eo-framework/object-state-details/object-state-details.component.d.ts +3 -11
- package/app/eo-framework/object-state-details/object-state-details.component.d.ts.map +1 -1
- package/app/eo-framework/plugins/plugin.component.d.ts +0 -2
- package/app/eo-framework/plugins/plugin.component.d.ts.map +1 -1
- package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
- package/app/eo-framework/process/details/process-details.component.d.ts +2 -7
- package/app/eo-framework/process/details/process-details.component.d.ts.map +1 -1
- package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts +2 -7
- package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts.map +1 -1
- package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +2 -1
- package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +2 -0
- package/assets/_default/i18n/en.json +4 -2
- package/esm2020/app/eo-client/about-state/about-state.component.mjs +5 -5
- package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +3 -3
- package/esm2020/app/eo-client/favorite-state/favorite-state.component.mjs +1 -1
- package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +3 -3
- package/esm2020/app/eo-client/login/login.component.mjs +1 -1
- package/esm2020/app/eo-client/notifications-state/notifications-state.component.mjs +1 -1
- package/esm2020/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
- package/esm2020/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +1 -1
- package/esm2020/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +3 -3
- package/esm2020/app/eo-client/settings/settings.component.mjs +3 -3
- package/esm2020/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +1 -1
- package/esm2020/app/eo-client/version-state/version-state.component.mjs +1 -1
- package/esm2020/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +3 -3
- package/esm2020/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +1 -1
- package/esm2020/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +1 -1
- package/esm2020/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +1 -1
- package/esm2020/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.mjs +2 -2
- package/esm2020/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +1 -1
- package/esm2020/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +1 -1
- package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +32 -20
- package/esm2020/app/eo-framework/app-shell/app-shell.module.mjs +8 -4
- package/esm2020/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +1 -4
- package/esm2020/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +9 -3
- package/esm2020/app/eo-framework/form-elements/date/date.component.mjs +9 -24
- package/esm2020/app/eo-framework/form-elements/date/year-range/year-range.directive.mjs +44 -0
- package/esm2020/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +2 -2
- package/esm2020/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +9 -3
- package/esm2020/app/eo-framework/form-elements/form-elements.module.mjs +3 -13
- package/esm2020/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +7 -7
- package/esm2020/app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component.mjs +2 -2
- package/esm2020/app/eo-framework/form-elements/index.mjs +2 -4
- package/esm2020/app/eo-framework/form-elements/number-range/number-range.component.mjs +1 -1
- package/esm2020/app/eo-framework/form-elements/organization/organization.component.mjs +2 -2
- package/esm2020/app/eo-framework/form-elements/reference/reference.component.mjs +5 -5
- package/esm2020/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.mjs +7 -2
- package/esm2020/app/eo-framework/grid/extensions/filter/text/text-filter.component.mjs +9 -17
- package/esm2020/app/eo-framework/grid/filters/codesystem-filter.component.mjs +2 -2
- package/esm2020/app/eo-framework/grid/filters/datetime-filter.component.mjs +9 -27
- package/esm2020/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +2 -2
- package/esm2020/app/eo-framework/grid/filters/organization-filter.component.mjs +2 -2
- package/esm2020/app/eo-framework/grid/grid.component.mjs +2 -2
- package/esm2020/app/eo-framework/grid/grid.module.mjs +5 -8
- package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +8 -15
- package/esm2020/app/eo-framework/index.mjs +1 -2
- package/esm2020/app/eo-framework/media/media.component.mjs +2 -2
- package/esm2020/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +1 -1
- package/esm2020/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +1 -1
- package/esm2020/app/eo-framework/object-details/object-details.component.mjs +10 -15
- package/esm2020/app/eo-framework/object-details/object-history/object-history.component.mjs +1 -2
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +4 -4
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +1 -1
- package/esm2020/app/eo-framework/object-form/object-form/object-form.component.mjs +18 -494
- package/esm2020/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +1 -1
- package/esm2020/app/eo-framework/object-form/object-form-helper.service.mjs +506 -7
- package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +19 -27
- package/esm2020/app/eo-framework/plugins/plugin.component.mjs +5 -7
- package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +3 -4
- package/esm2020/app/eo-framework/process/details/process-details.component.mjs +10 -16
- package/esm2020/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +7 -16
- package/esm2020/app/eo-framework/result-list/result-list.component.mjs +1 -1
- package/esm2020/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +6 -3
- package/esm2020/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +3 -3
- package/esm2020/projects/eo-sdk/core/lib/util/utils.mjs +6 -1
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +5 -0
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2015/eo-sdk-client.mjs +3736 -4528
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +5 -0
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +3739 -4531
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/package.json +4 -4
- package/projects/eo-sdk/core/lib/util/utils.d.ts +1 -0
- package/projects/eo-sdk/core/lib/util/utils.d.ts.map +1 -1
- package/scss/_eo-variables.scss +68 -40
- package/scss/_form.scss +6 -0
- package/scss/_main.scss +1 -1
- package/scss/_theme-dark.scss +22 -0
- package/scss/_yuuvis-components.scss +12 -2
- package/styles.css +51 -24
- package/styles.scss +5 -10
- package/app/eo-framework/form-elements/datetime/datepicker/datepicker.component.d.ts +0 -67
- package/app/eo-framework/form-elements/datetime/datepicker/datepicker.component.d.ts.map +0 -1
- package/app/eo-framework/form-elements/datetime/datepicker/datepicker.interface.d.ts +0 -21
- package/app/eo-framework/form-elements/datetime/datepicker/datepicker.interface.d.ts.map +0 -1
- package/app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service.d.ts +0 -33
- package/app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service.d.ts.map +0 -1
- package/app/eo-framework/form-elements/datetime/datetime.component.d.ts +0 -51
- package/app/eo-framework/form-elements/datetime/datetime.component.d.ts.map +0 -1
- package/app/eo-framework/form-elements/datetime/year-range/year-range.directive.d.ts.map +0 -1
- package/app/eo-framework/tab-container/index.d.ts +0 -6
- package/app/eo-framework/tab-container/index.d.ts.map +0 -1
- package/app/eo-framework/tab-container/tab-container.component.d.ts +0 -62
- package/app/eo-framework/tab-container/tab-container.component.d.ts.map +0 -1
- package/app/eo-framework/tab-container/tab-container.module.d.ts +0 -18
- package/app/eo-framework/tab-container/tab-container.module.d.ts.map +0 -1
- package/app/eo-framework/tab-container/tab-panel/tab-panel.component.d.ts +0 -13
- package/app/eo-framework/tab-container/tab-panel/tab-panel.component.d.ts.map +0 -1
- package/app/eo-framework/tab-container/tab-view/tab-view.component.d.ts +0 -19
- package/app/eo-framework/tab-container/tab-view/tab-view.component.d.ts.map +0 -1
- package/app/eo-framework/tab-container/tab-view-nav/tab-view-nav.component.d.ts +0 -11
- package/app/eo-framework/tab-container/tab-view-nav/tab-view-nav.component.d.ts.map +0 -1
- package/esm2020/app/eo-framework/form-elements/datetime/datepicker/datepicker.component.mjs +0 -239
- package/esm2020/app/eo-framework/form-elements/datetime/datepicker/datepicker.interface.mjs +0 -2
- package/esm2020/app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service.mjs +0 -109
- package/esm2020/app/eo-framework/form-elements/datetime/datetime.component.mjs +0 -142
- package/esm2020/app/eo-framework/form-elements/datetime/year-range/year-range.directive.mjs +0 -44
- package/esm2020/app/eo-framework/tab-container/index.mjs +0 -6
- package/esm2020/app/eo-framework/tab-container/tab-container.component.mjs +0 -184
- package/esm2020/app/eo-framework/tab-container/tab-container.module.mjs +0 -47
- package/esm2020/app/eo-framework/tab-container/tab-panel/tab-panel.component.mjs +0 -26
- package/esm2020/app/eo-framework/tab-container/tab-view/tab-view.component.mjs +0 -61
- package/esm2020/app/eo-framework/tab-container/tab-view-nav/tab-view-nav.component.mjs +0 -25
- package/scss/_eo-inverted.scss +0 -73
- package/scss/_eo-pink-theme.scss +0 -73
- package/scss/_eo-theme.scss +0 -81
- package/scss/_eo-vars.scss +0 -3
- /package/app/eo-framework/form-elements/{datetime → date}/year-range/year-range.directive.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-history.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/object-details/object-history/object-history.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,iBAAiB,EAAiC,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAC,SAAS,EAAE,UAAU,EAAc,YAAY,EAAE,qBAAqB,EAAC,MAAM,cAAc,CAAC;AACpG,OAAO,EAAC,cAAc,EAAC,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAC,oBAAoB,EAAC,MAAM,8CAA8C,CAAC;;AAGlF,qBAMa,sBAAuB,SAAQ,oBAAoB;IA2BlD,OAAO,CAAC,UAAU;IAAc,OAAO,CAAC,EAAE;IAAqB,OAAO,CAAC,YAAY;IAzB/F,OAAO,EAAE,SAAS,CAAC;IACnB,OAAO,CAAC,QAAQ,CAA+B;IAC/C,eAAe,EAAE,qBAAqB,EAAE,CAAM;IAC9C,OAAO,EAAE,MAAM,EAAE,CAAM;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,cAAc,CAA+B;IAE5D,IAAI,OAAO,CAAC,UAAU,EAAE,qBAAqB,EAAE,EAE9C;IAED,IAAI,OAAO,IAAI,qBAAqB,EAAE,CAErC;IAED,IACI,MAAM,CAAC,CAAC,EAAE,SAAS,EAGtB;IAED,IAAI,MAAM,IALI,SAAS,CAOtB;gBAEmB,UAAU,EAAE,UAAU,EAAU,EAAE,EAAE,iBAAiB,EAAU,YAAY,EAAE,YAAY;IAY7G,YAAY,CAAC,MAAM,KAAA;IAUnB,YAAY,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIxB,OAAO,CAAC,YAAY;yCArDT,sBAAsB;2CAAtB,sBAAsB;
|
|
1
|
+
{"version":3,"file":"object-history.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/object-details/object-history/object-history.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,iBAAiB,EAAiC,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAC,SAAS,EAAE,UAAU,EAAc,YAAY,EAAE,qBAAqB,EAAC,MAAM,cAAc,CAAC;AACpG,OAAO,EAAC,cAAc,EAAC,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAC,oBAAoB,EAAC,MAAM,8CAA8C,CAAC;;AAGlF,qBAMa,sBAAuB,SAAQ,oBAAoB;IA2BlD,OAAO,CAAC,UAAU;IAAc,OAAO,CAAC,EAAE;IAAqB,OAAO,CAAC,YAAY;IAzB/F,OAAO,EAAE,SAAS,CAAC;IACnB,OAAO,CAAC,QAAQ,CAA+B;IAC/C,eAAe,EAAE,qBAAqB,EAAE,CAAM;IAC9C,OAAO,EAAE,MAAM,EAAE,CAAM;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,cAAc,CAA+B;IAE5D,IAAI,OAAO,CAAC,UAAU,EAAE,qBAAqB,EAAE,EAE9C;IAED,IAAI,OAAO,IAAI,qBAAqB,EAAE,CAErC;IAED,IACI,MAAM,CAAC,CAAC,EAAE,SAAS,EAGtB;IAED,IAAI,MAAM,IALI,SAAS,CAOtB;gBAEmB,UAAU,EAAE,UAAU,EAAU,EAAE,EAAE,iBAAiB,EAAU,YAAY,EAAE,YAAY;IAY7G,YAAY,CAAC,MAAM,KAAA;IAUnB,YAAY,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIxB,OAAO,CAAC,YAAY;yCArDT,sBAAsB;2CAAtB,sBAAsB;CAgElC"}
|
|
@@ -1,41 +1,30 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
+
import { Logger } from '@eo-sdk/core';
|
|
3
|
+
import { UnsubscribeOnDestroy } from '../../util/unsubscribe/unsubscribe.component';
|
|
4
|
+
import { FormStatusChangedEvent } from '../form-status-changed-event.interface';
|
|
3
5
|
import { ObjectFormHelperService } from '../object-form-helper.service';
|
|
4
6
|
import { ObjectFormOptions } from '../object-form-options.interface';
|
|
5
|
-
import {
|
|
6
|
-
import { UnsubscribeOnDestroy } from '../../util/unsubscribe/unsubscribe.component';
|
|
7
|
-
import { PluginsService } from '../../../eo-framework-core/api/plugins.service';
|
|
8
|
-
import { Logger, SystemService, SearchService } from '@eo-sdk/core';
|
|
9
|
-
import { ReferenceService } from '../../../eo-framework-core/references/reference.service';
|
|
7
|
+
import { ObjectFormScriptService } from './object-form-script/object-form-script.service';
|
|
10
8
|
import * as i0 from "@angular/core";
|
|
11
9
|
export declare class ObjectFormComponent extends UnsubscribeOnDestroy implements OnDestroy, AfterViewInit {
|
|
12
10
|
private logger;
|
|
13
11
|
private elementRef;
|
|
14
|
-
private systemService;
|
|
15
|
-
private searchService;
|
|
16
12
|
private formScriptService;
|
|
17
13
|
private formHelperService;
|
|
18
|
-
private pluginService;
|
|
19
|
-
private referenceService;
|
|
20
14
|
private cdRef;
|
|
21
15
|
isInnerTableForm: boolean;
|
|
22
16
|
statusChanged: EventEmitter<FormStatusChangedEvent>;
|
|
23
17
|
onFormReady: EventEmitter<any>;
|
|
24
|
-
gCount: number;
|
|
25
18
|
formOptions: ObjectFormOptions;
|
|
26
19
|
defaultFormOptions: ObjectFormOptions;
|
|
27
20
|
form: any;
|
|
28
21
|
private formData;
|
|
29
|
-
private scriptModel;
|
|
30
22
|
private scriptingScope;
|
|
31
23
|
private subscriptions;
|
|
32
|
-
private formControls;
|
|
33
|
-
private initialValidators;
|
|
34
24
|
set options(formOptions: ObjectFormOptions);
|
|
35
|
-
constructor(logger: Logger, elementRef: ElementRef,
|
|
25
|
+
constructor(logger: Logger, elementRef: ElementRef, formScriptService: ObjectFormScriptService, formHelperService: ObjectFormHelperService, cdRef: ChangeDetectorRef);
|
|
36
26
|
private init;
|
|
37
27
|
private initOptions;
|
|
38
|
-
private initScriptingScope;
|
|
39
28
|
focusForm(): void;
|
|
40
29
|
setFormData(data: any): void;
|
|
41
30
|
/**
|
|
@@ -57,53 +46,11 @@ export declare class ObjectFormComponent extends UnsubscribeOnDestroy implements
|
|
|
57
46
|
*/
|
|
58
47
|
getObservedScriptModel(): any;
|
|
59
48
|
private buildReactiveForm;
|
|
60
|
-
initValidators(form: any): void;
|
|
61
49
|
private emitFormChangedEvent;
|
|
62
|
-
/**
|
|
63
|
-
* This method will be called each time the script changes its internal model.
|
|
64
|
-
* It is used to transfer the script changes to the actual form model.
|
|
65
|
-
*
|
|
66
|
-
* To ensure the right context, we define an instance method as callback for the scripting scope
|
|
67
|
-
* @see: https://blog.johnnyreilly.com/2014/04/typescript-instance-methods.html
|
|
68
|
-
*
|
|
69
|
-
* @param formControlName
|
|
70
|
-
* @param change
|
|
71
|
-
*/
|
|
72
|
-
private onScriptingModelChanged;
|
|
73
|
-
private processArrayValueChange;
|
|
74
|
-
private updateArrayValue;
|
|
75
|
-
private getDataMeta;
|
|
76
|
-
/**
|
|
77
|
-
* Recursive method adding a new UntypedFormControl (group or control) to a parent form group
|
|
78
|
-
*
|
|
79
|
-
* @param parentGroup - the parent group to add the control to
|
|
80
|
-
* @param formElement - the enaio form model element to create the child control from
|
|
81
|
-
* @param [useName] - use this name instead of the one from the model
|
|
82
|
-
*/
|
|
83
|
-
private addFormControl;
|
|
84
|
-
/**
|
|
85
|
-
* Build validators for the given form element to be attached to
|
|
86
|
-
* a reactive formControl.
|
|
87
|
-
*
|
|
88
|
-
* @param formElement - form element object
|
|
89
|
-
*/
|
|
90
|
-
private getValidators;
|
|
91
50
|
/**
|
|
92
51
|
* Extract the values from the form
|
|
93
52
|
*/
|
|
94
53
|
private formToData;
|
|
95
|
-
/**
|
|
96
|
-
* Merge data into a form model.
|
|
97
|
-
*
|
|
98
|
-
* @param model - form model
|
|
99
|
-
* @param data - data object or array of SearchFilter objects in case of a search form
|
|
100
|
-
*/
|
|
101
|
-
private dataToForm;
|
|
102
|
-
private setElementValues;
|
|
103
|
-
private fetchMetaData;
|
|
104
|
-
private hasValue;
|
|
105
|
-
private getTableFilters;
|
|
106
|
-
private getValue;
|
|
107
54
|
ngOnDestroy(): void;
|
|
108
55
|
ngAfterViewInit(): void;
|
|
109
56
|
private unsubscribeAll;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-form.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/object-form/object-form/object-form.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"object-form.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/object-form/object-form/object-form.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAEZ,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAS,MAAM,cAAc,CAAC;AAK7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AACpF,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;AAChF,OAAO,EAAiB,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACvF,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,uBAAuB,EAAE,MAAM,iDAAiD,CAAC;;AAI1F,qBAQa,mBAAoB,SAAQ,oBAAqB,YAAW,SAAS,EAAE,aAAa;IA0BnF,OAAO,CAAC,MAAM;IACxB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,KAAK;IA5BN,gBAAgB,EAAE,OAAO,CAAC;IAEzB,aAAa,uCAA8C;IAE3D,WAAW,oBAAsB;IAEpC,WAAW,EAAE,iBAAiB,CAAC;IAC/B,kBAAkB,EAAE,iBAAiB,CAAC;IAEtC,IAAI,MAAC;IAIZ,OAAO,CAAC,QAAQ,CAAM;IACtB,OAAO,CAAC,cAAc,CAA2B;IACjD,OAAO,CAAC,aAAa,CAAsB;IAE3C,IACI,OAAO,CAAC,WAAW,EAAE,iBAAiB,EAIzC;gBAEmB,MAAM,EAAE,MAAM,EACxB,UAAU,EAAE,UAAU,EACtB,iBAAiB,EAAE,uBAAuB,EAC1C,iBAAiB,EAAE,uBAAuB,EAC1C,KAAK,EAAE,iBAAiB;IAKlC,OAAO,CAAC,IAAI;IAQZ,OAAO,CAAC,WAAW;IAIZ,SAAS;IAIT,WAAW,CAAC,IAAI,KAAA;IAOvB;;;;;;;;OAQG;IACI,WAAW;IAIX,eAAe;IAKf,SAAS;IAKhB;;;;OAIG;IACI,sBAAsB;IAK7B,OAAO,CAAC,iBAAiB;IAkBzB,OAAO,CAAC,oBAAoB;IAgB5B;;OAEG;IACH,OAAO,CAAC,UAAU;IAUlB,WAAW;IAIX,eAAe;IAOf,OAAO,CAAC,cAAc;yCArJX,mBAAmB;2CAAnB,mBAAmB;CA4J/B"}
|
|
@@ -1,12 +1,53 @@
|
|
|
1
|
+
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
import { Logger, SearchService, SystemService } from '@eo-sdk/core';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
import { PluginsService } from '../../eo-framework-core/api/plugins.service';
|
|
5
|
+
import { ReferenceService } from '../../eo-framework-core/references/reference.service';
|
|
6
|
+
import { ObjectFormOptions } from './object-form-options.interface';
|
|
7
|
+
import { ObjectFormControl } from './object-form/object-form-control';
|
|
1
8
|
import { ObjectFormControlWrapper } from './object-form/object-form-control-wrapper';
|
|
2
9
|
import { ObjectFormGroup } from './object-form/object-form-group.model';
|
|
3
|
-
import {
|
|
10
|
+
import { ObjectFormScriptService } from './object-form/object-form-script/object-form-script.service';
|
|
11
|
+
import { ObjectFormScriptingScope } from './object-form/object-form-script/object-form-scripting-scope';
|
|
4
12
|
import * as i0 from "@angular/core";
|
|
13
|
+
export interface FormGenScope {
|
|
14
|
+
gCount: number;
|
|
15
|
+
formOptions: ObjectFormOptions;
|
|
16
|
+
isInnerTableForm: boolean;
|
|
17
|
+
initialValidators: {
|
|
18
|
+
[name: string]: ValidatorFn | null;
|
|
19
|
+
};
|
|
20
|
+
formGenResult: FormGenResult;
|
|
21
|
+
}
|
|
22
|
+
export interface FormGenResult {
|
|
23
|
+
formControls: {
|
|
24
|
+
[name: string]: ObjectFormControl;
|
|
25
|
+
};
|
|
26
|
+
formModel: any;
|
|
27
|
+
controlValueSubscriptions: Subscription[];
|
|
28
|
+
scriptingScope: ObjectFormScriptingScope;
|
|
29
|
+
scriptModel: {
|
|
30
|
+
[name: string]: any;
|
|
31
|
+
};
|
|
32
|
+
form: ObjectFormGroup;
|
|
33
|
+
}
|
|
5
34
|
export declare class ObjectFormHelperService {
|
|
6
35
|
private logger;
|
|
36
|
+
private referenceService;
|
|
37
|
+
private searchService;
|
|
38
|
+
private pluginService;
|
|
7
39
|
private systemService;
|
|
8
40
|
private datePipe;
|
|
9
|
-
constructor(logger: Logger, systemService: SystemService);
|
|
41
|
+
constructor(logger: Logger, referenceService: ReferenceService, searchService: SearchService, pluginService: PluginsService, systemService: SystemService);
|
|
42
|
+
/**
|
|
43
|
+
* Generates a reactive form based on a form model that may also include form scripts.
|
|
44
|
+
* @param formOptions `ObjectFormOptions` defining the form
|
|
45
|
+
* @param formScriptService Instance of a `ObjectFormScriptService`. This service is supposed to be
|
|
46
|
+
* scoped to the component rendering the form (providers array in component decorator).
|
|
47
|
+
* @param isInnerTableForm whether or not the form is part of another form (as is with table edit forms)
|
|
48
|
+
* @returns An `FormGenResult` object
|
|
49
|
+
*/
|
|
50
|
+
buildReactiveForm(formOptions: ObjectFormOptions, formScriptService: ObjectFormScriptService, isInnerTableForm?: boolean): FormGenResult;
|
|
10
51
|
/**
|
|
11
52
|
* Converts a form element object to an ObjectFormControlWrapper which then can be used to
|
|
12
53
|
* render a from control. Result can be used as input for FormElementComponent.
|
|
@@ -34,6 +75,49 @@ export declare class ObjectFormHelperService {
|
|
|
34
75
|
private getElementValues;
|
|
35
76
|
private setDataValue;
|
|
36
77
|
formatValue(value: any, formElement: any): any;
|
|
78
|
+
/**
|
|
79
|
+
* Recursive method adding a new UntypedFormControl (group or control) to a parent form group
|
|
80
|
+
*
|
|
81
|
+
* @param parentGroup - the parent group to add the control to
|
|
82
|
+
* @param formElement - the enaio form model element to create the child control from
|
|
83
|
+
* @param [useName] - use this name instead of the one from the model
|
|
84
|
+
*/
|
|
85
|
+
private _addFormControl;
|
|
86
|
+
/**
|
|
87
|
+
* Merge data into a form model.
|
|
88
|
+
*
|
|
89
|
+
* @param model - form model
|
|
90
|
+
* @param data - data object or array of SearchFilter objects in case of a search form
|
|
91
|
+
*/
|
|
92
|
+
private _dataToForm;
|
|
93
|
+
private _setElementValues;
|
|
94
|
+
private _fetchMetaData;
|
|
95
|
+
private _getDataMeta;
|
|
96
|
+
private _hasValue;
|
|
97
|
+
private _getValue;
|
|
98
|
+
private _getTableFilters;
|
|
99
|
+
private _initValidators;
|
|
100
|
+
/**
|
|
101
|
+
* Build validators for the given form element to be attached to
|
|
102
|
+
* a reactive formControl.
|
|
103
|
+
*
|
|
104
|
+
* @param formElement - form element object
|
|
105
|
+
*/
|
|
106
|
+
private _getValidators;
|
|
107
|
+
private _initScriptingScope;
|
|
108
|
+
/**
|
|
109
|
+
* This method will be called each time the script changes its internal model.
|
|
110
|
+
* It is used to transfer the script changes to the actual form model.
|
|
111
|
+
*
|
|
112
|
+
* To ensure the right context, we define an instance method as callback for the scripting scope
|
|
113
|
+
* @see: https://blog.johnnyreilly.com/2014/04/typescript-instance-methods.html
|
|
114
|
+
*
|
|
115
|
+
* @param formControlName
|
|
116
|
+
* @param change
|
|
117
|
+
*/
|
|
118
|
+
private _getScriptingModelChanged;
|
|
119
|
+
private _processArrayValueChange;
|
|
120
|
+
private _updateArrayValue;
|
|
37
121
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectFormHelperService, never>;
|
|
38
122
|
static ɵprov: i0.ɵɵInjectableDeclaration<ObjectFormHelperService>;
|
|
39
123
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-form-helper.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-form/object-form-helper.service.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"object-form-helper.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-form/object-form-helper.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter, OnInit
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { AppCacheService, DmsObject, DmsService, EventService } from '@eo-sdk/core';
|
|
3
|
+
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
3
4
|
import { SelectionService } from '../../eo-framework-core/selection/selection.service';
|
|
4
5
|
import { ActionService } from '../actions/action-service/action.service';
|
|
5
|
-
import { TabPanelComponent } from '../tab-container/tab-panel/tab-panel.component';
|
|
6
|
-
import { TabPluginComponent } from '../plugins/plugin.component';
|
|
7
6
|
import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
|
|
8
|
-
import { TabContainerComponent } from '../tab-container';
|
|
9
|
-
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
10
7
|
import * as i0 from "@angular/core";
|
|
11
8
|
export declare class ObjectStateDetailsComponent extends UnsubscribeOnDestroy implements OnInit, AfterViewInit {
|
|
12
9
|
private selection;
|
|
@@ -23,11 +20,6 @@ export declare class ObjectStateDetailsComponent extends UnsubscribeOnDestroy im
|
|
|
23
20
|
frontPageData: any;
|
|
24
21
|
set visible(v: any);
|
|
25
22
|
onTabChange: EventEmitter<any>;
|
|
26
|
-
externalPanels: QueryList<TabPanelComponent>;
|
|
27
|
-
tabPanels: QueryList<TabPanelComponent>;
|
|
28
|
-
tabPlugins: QueryList<TabPluginComponent>;
|
|
29
|
-
tabContainer: TabContainerComponent;
|
|
30
|
-
lastSeenTab: TabPanelComponent;
|
|
31
23
|
get dataType(): string;
|
|
32
24
|
get dataId(): string;
|
|
33
25
|
get visibility(): 0 | "100%";
|
|
@@ -40,6 +32,6 @@ export declare class ObjectStateDetailsComponent extends UnsubscribeOnDestroy im
|
|
|
40
32
|
ngOnInit(): void;
|
|
41
33
|
ngAfterViewInit(): void;
|
|
42
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectStateDetailsComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectStateDetailsComponent, "eo-object-state-details", never, { "context": "context"; "selectedItem": "selectedItem"; "seenItems": "seenItems"; "frontPageData": "frontPageData"; "visible": "visible"; }, { "onTabChange": "onTabChange"; },
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectStateDetailsComponent, "eo-object-state-details", never, { "context": "context"; "selectedItem": "selectedItem"; "seenItems": "seenItems"; "frontPageData": "frontPageData"; "visible": "visible"; }, { "onTabChange": "onTabChange"; }, never, ["*"], false, never>;
|
|
44
36
|
}
|
|
45
37
|
//# sourceMappingURL=object-state-details.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-state-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-state-details/object-state-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"object-state-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-state-details/object-state-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAsB,MAAM,EAAU,MAAM,eAAe,CAAC;AAC3G,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,EAAc,YAAY,EAAE,MAAM,cAAc,CAAC;AAGhG,OAAO,EAAE,qBAAqB,EAAE,MAAM,iEAAiE,CAAC;AACxG,OAAO,EAAE,gBAAgB,EAAE,MAAM,qDAAqD,CAAC;AACvF,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;;AAIjF,qBAKa,2BAA4B,SAAQ,oBAAqB,YAAW,MAAM,EAAE,aAAa;IAuCxF,OAAO,CAAC,SAAS;IAAoB,OAAO,CAAC,aAAa;IAAiB,OAAO,CAAC,QAAQ;IACrG,OAAO,CAAC,UAAU;IAAc,OAAO,CAAC,YAAY;IAAgB,OAAO,CAAC,cAAc;IAtC5F,MAAM,CAAC,eAAe,SAAM;IAE5B,OAAO,CAAC,QAAQ,CAAQ;IAEf,OAAO,EAAE,SAAS,CAAC;IACnB,YAAY,EAAE,SAAS,CAAC;IACxB,SAAS,EAAE,GAAG,EAAE,CAAM;IACtB,aAAa,MAAC;IAEvB,IAAa,OAAO,CAAC,CAAC,KAAA,EAKrB;IAES,WAAW,oBAAsB;IAS3C,IAAmC,QAAQ,WAE1C;IAED,IAAiC,MAAM,WAEtC;IAED,IAAiC,UAAU,eAE1C;gBAEmB,SAAS,EAAE,gBAAgB,EAAU,aAAa,EAAE,aAAa,EAAU,QAAQ,EAAE,eAAe,EAC9G,UAAU,EAAE,UAAU,EAAU,YAAY,EAAE,YAAY,EAAU,cAAc,EAAE,qBAAqB;IAwBnH,OAAO,CAAC,IAAI,EAAE,SAAS;IAUvB,QAAQ,CAAC,IAAI,EAAE,SAAS,EAAE,IAAI,QAAK;IAOnC,oBAAoB,CAAC,IAAI,EAAE,SAAS;IAMpC,kBAAkB,CAAC,GAAG,KAAA;IAMtB,oBAAoB,CAAC,GAAG,KAAA,EAAE,GAAG,CAAC,KAAA;IAQ9B,QAAQ;IAKR,eAAe;yCA1GJ,2BAA2B;2CAA3B,2BAA2B;CAgHvC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { QueryList } from '@angular/core';
|
|
2
2
|
import { PluginDirective } from './plugin.directive';
|
|
3
3
|
import { PluginService } from './plugin.service';
|
|
4
|
-
import { TabPanelComponent } from '../tab-container/tab-panel/tab-panel.component';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PluginComponent {
|
|
7
6
|
pluginService: PluginService;
|
|
@@ -15,7 +14,6 @@ export declare class PluginComponent {
|
|
|
15
14
|
export declare class TabPluginComponent {
|
|
16
15
|
pluginService: PluginService;
|
|
17
16
|
types: any[];
|
|
18
|
-
tabPanels: QueryList<TabPanelComponent>;
|
|
19
17
|
set type(type: any);
|
|
20
18
|
constructor(pluginService: PluginService);
|
|
21
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabPluginComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/plugins/plugin.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,SAAS,EAAC,MAAM,eAAe,CAAC;AACnF,OAAO,EAAC,eAAe,EAAC,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC
|
|
1
|
+
{"version":3,"file":"plugin.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/plugins/plugin.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,SAAS,EAAC,MAAM,eAAe,CAAC;AACnF,OAAO,EAAC,eAAe,EAAC,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;;AAG/C,qBAKa,eAAe;IAcP,aAAa,EAAE,aAAa;IAZH,QAAQ,EAAE,eAAe,CAAC;IAEtE,IACI,IAAI,CAAC,IAAI,KAAA,EAEZ;IAED,IACI,EAAE,CAAC,EAAE,KAAA,EAER;gBAEkB,aAAa,EAAE,aAAa;yCAdpC,eAAe;2CAAf,eAAe;CAiB3B;AAED,qBAOa,kBAAkB;IAUV,aAAa,EAAE,aAAa;IAT/C,KAAK,EAAE,GAAG,EAAE,CAAC;IAIb,IACI,IAAI,CAAC,IAAI,KAAA,EAEZ;gBAEkB,aAAa,EAAE,aAAa;yCAVpC,kBAAkB;2CAAlB,kBAAkB;CAa9B;AAED,qBAUa,sBAAsB;IAUd,aAAa,EAAE,aAAa;IAT/C,MAAM,EAAE,GAAG,EAAE,CAAC;IAEW,KAAK,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;IAE/C,IACI,IAAI,CAAC,IAAI,KAAA,EAEZ;gBAEkB,aAAa,EAAE,aAAa;yCAVpC,sBAAsB;2CAAtB,sBAAsB;CAalC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prepare-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/prepare-details/prepare-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,MAAM,EAAiB,YAAY,EAA0B,UAAU,EAAC,MAAM,eAAe,CAAC;AACjH,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AAEvC,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"prepare-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/prepare-details/prepare-details.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { EventEmitter, OnInit,
|
|
1
|
+
import { EventEmitter, OnInit, AfterViewInit } from '@angular/core';
|
|
2
2
|
import { Subscription } from 'rxjs';
|
|
3
3
|
import { TranslateService } from '@eo-sdk/core';
|
|
4
4
|
import { Router } from '@angular/router';
|
|
5
5
|
import { EmptyState } from '../../../eo-framework-core/empty-state/empty-state.interface';
|
|
6
|
-
import { TabPluginComponent } from '../../plugins/plugin.component';
|
|
7
|
-
import { TabPanelComponent } from '../../tab-container/tab-panel/tab-panel.component';
|
|
8
6
|
import { FormStatusChangedEvent } from '../../object-form/form-status-changed-event.interface';
|
|
9
7
|
import { ObjectFormComponent } from '../../object-form/object-form/object-form.component';
|
|
10
8
|
import { ObjectFormOptions } from '../../object-form/object-form-options.interface';
|
|
@@ -34,9 +32,6 @@ export declare class ProcessDetailsComponent extends UnsubscribeOnDestroy implem
|
|
|
34
32
|
loadError: boolean;
|
|
35
33
|
loading: boolean;
|
|
36
34
|
clipboard: Clipboard;
|
|
37
|
-
externalPanels: QueryList<TabPanelComponent>;
|
|
38
|
-
tabPanels: QueryList<TabPanelComponent>;
|
|
39
|
-
tabPlugins: QueryList<TabPluginComponent>;
|
|
40
35
|
emptyState: EmptyState;
|
|
41
36
|
applySelection: SelectionConfig;
|
|
42
37
|
set item(i: Process);
|
|
@@ -68,6 +63,6 @@ export declare class ProcessDetailsComponent extends UnsubscribeOnDestroy implem
|
|
|
68
63
|
ngOnInit(): void;
|
|
69
64
|
ngAfterViewInit(): void;
|
|
70
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProcessDetailsComponent, never>;
|
|
71
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProcessDetailsComponent, "eo-process-details", never, { "emptyState": "emptyState"; "applySelection": "applySelection"; "item": "item"; }, { "onDmsItemSelected": "onDmsItemSelected"; },
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProcessDetailsComponent, "eo-process-details", never, { "emptyState": "emptyState"; "applySelection": "applySelection"; "item": "item"; }, { "onDmsItemSelected": "onDmsItemSelected"; }, never, ["*", ".error"], false, never>;
|
|
72
67
|
}
|
|
73
68
|
//# sourceMappingURL=process-details.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"process-details.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/process/details/process-details.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAsC,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"process-details.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/process/details/process-details.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAsC,YAAY,EAAE,MAAM,EAA8B,aAAa,EAAC,MAAM,eAAe,CAAC;AACnI,OAAO,EAAW,YAAY,EAAK,MAAM,MAAM,CAAC;AAEhD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,MAAM,EAAmB,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAC,UAAU,EAAC,MAAM,8DAA8D,CAAC;AAIxF,OAAO,EAAC,sBAAsB,EAAC,MAAM,uDAAuD,CAAC;AAC7F,OAAO,EAAC,mBAAmB,EAAC,MAAM,qDAAqD,CAAC;AACxF,OAAO,EAAC,iBAAiB,EAAC,MAAM,iDAAiD,CAAC;AAClF,OAAO,EAAC,eAAe,EAAE,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACzG,OAAO,EAAC,oBAAoB,EAAC,MAAM,8CAA8C,CAAC;AAElF,OAAO,EACL,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,oBAAoB,EAAE,WAAW,EAAE,SAAS,EAC7E,OAAO,EAAS,SAAS,EAAE,gBAAgB,EAAmB,aAAa,EAC5E,MAAM,cAAc,CAAC;;AAEtB,qBAKa,uBAAwB,SAAQ,oBAAqB,YAAW,MAAM,EAAE,aAAa;IAgDpF,OAAO,CAAC,UAAU;IAC5B,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,MAAM;IApDM,SAAS,EAAE,mBAAmB,CAAC;IAErD,OAAO,CAAC,KAAK,CAAU;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,oBAAoB,EAAE,CAAC;IAChC,YAAY,EAAE,GAAG,CAAC;IAElB,MAAM,EAAE,OAAO,CAAC;IAEhB,SAAS,EAAE,sBAAsB,CAAC;IAClC,WAAW,EAAE,iBAAiB,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gBAAgB,EAAE,YAAY,GAAG,GAAG,CAAkB;IACtD,YAAY,EAAE,YAAY,GAAG,GAAG,CAAkB;IAClD,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,SAAS,CAAC;IAMZ,UAAU,EAAE,UAAU,CAAyC;IAC/D,cAAc,EAAE,eAAe,CAAC;IAEzC,IACI,IAAI,CAAC,CAAC,EAAE,OAAO,EAYlB;IAED,IAAI,IAAI,IAdI,OAAO,CAgBlB;IAES,iBAAiB,0BAAiC;gBAExC,UAAU,EAAE,UAAU,EAChC,WAAW,EAAE,WAAW,EACxB,aAAa,EAAE,aAAa,EAC5B,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,gBAAgB,EAClC,SAAS,EAAE,gBAAgB,EAC3B,MAAM,EAAE,MAAM;IAIxB,WAAW,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIvB,YAAY,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIxB,mBAAmB,CAAC,GAAG,KAAA;IAIvB,OAAO,CAAC,OAAO;IAqCf,cAAc,CAAC,SAAS,KAAA;IAWxB;;;OAGG;IACH,sBAAsB,CAAC,IAAI,CAAC,EAAE,SAAS;IAoBvC,qBAAqB,CAAC,KAAK,EAAE,CAAC,SAAS,EAAE,UAAU,CAAC;IAmBpD,oBAAoB,CAAC,KAAK,KAAA;IAqB1B;;;OAGG;IACH,4BAA4B,CAAC,GAAG,KAAA;IAUhC;;;OAGG;IACH,mBAAmB,CAAC,IAAI,CAAC,EAAE,SAAS;IAsBpC,QAAQ;IAcR,eAAe;yCA5OJ,uBAAuB;2CAAvB,uBAAuB;CAiPnC"}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
2
|
-
import { TabPanelComponent } from '../tab-container/tab-panel/tab-panel.component';
|
|
3
|
-
import { TabPluginComponent } from '../plugins/plugin.component';
|
|
1
|
+
import { AfterViewInit, OnInit, EventEmitter, ElementRef } from '@angular/core';
|
|
4
2
|
import { Router, ActivatedRoute } from '@angular/router';
|
|
5
3
|
import { TranslateService, Config, UserService, NotificationsService } from '@eo-sdk/core';
|
|
6
4
|
import { MediaComponent } from '../media/media.component';
|
|
@@ -47,9 +45,6 @@ export declare class RecyclebinDetailsComponent extends UnsubscribeOnDestroy imp
|
|
|
47
45
|
baseparams2: BaseParams;
|
|
48
46
|
private _emptyState;
|
|
49
47
|
capabilities: Capabilities;
|
|
50
|
-
externalPanels: QueryList<TabPanelComponent>;
|
|
51
|
-
tabPanels: QueryList<TabPanelComponent>;
|
|
52
|
-
tabPlugins: QueryList<TabPluginComponent>;
|
|
53
48
|
applySelection: SelectionConfig;
|
|
54
49
|
parseDmsParams: (data: any) => {};
|
|
55
50
|
hasContent: EventEmitter<boolean>;
|
|
@@ -74,6 +69,6 @@ export declare class RecyclebinDetailsComponent extends UnsubscribeOnDestroy imp
|
|
|
74
69
|
ngOnInit(): void;
|
|
75
70
|
ngAfterViewInit(): void;
|
|
76
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<RecyclebinDetailsComponent, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RecyclebinDetailsComponent, "eo-recyclebin-details", never, { "cacheLayout": "cacheLayout"; "applySelection": "applySelection"; "parseDmsParams": "parseDmsParams"; "emptyState": "emptyState"; "dmsParams": "params"; "dmsObject": "item"; }, { "hasContent": "hasContent"; },
|
|
72
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RecyclebinDetailsComponent, "eo-recyclebin-details", never, { "cacheLayout": "cacheLayout"; "applySelection": "applySelection"; "parseDmsParams": "parseDmsParams"; "emptyState": "emptyState"; "dmsParams": "params"; "dmsObject": "item"; }, { "hasContent": "hasContent"; }, never, never, false, never>;
|
|
78
73
|
}
|
|
79
74
|
//# sourceMappingURL=recyclebin-details.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recyclebin-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/recyclebin-details/recyclebin-details.component.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,aAAa,
|
|
1
|
+
{"version":3,"file":"recyclebin-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/recyclebin-details/recyclebin-details.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -28,6 +28,7 @@ export declare class EoDialogComponent extends UnsubscribeOnDestroy implements O
|
|
|
28
28
|
minWidth: number | string;
|
|
29
29
|
minHeight: string;
|
|
30
30
|
height: string;
|
|
31
|
+
width: string;
|
|
31
32
|
focusOnShow: boolean;
|
|
32
33
|
align: 'center' | 'start';
|
|
33
34
|
isFormTable: boolean;
|
|
@@ -49,6 +50,6 @@ export declare class EoDialogComponent extends UnsubscribeOnDestroy implements O
|
|
|
49
50
|
ngOnDestroy(): void;
|
|
50
51
|
ngAfterViewInit(): void;
|
|
51
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<EoDialogComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EoDialogComponent, "eo-dialog", never, { "hasPreviewFile": "hasPreviewFile"; "title": "title"; "subtitle": "subtitle"; "styleClass": "styleClass"; "dirtyCheck": "dirtyCheck"; "minWidth": "minWidth"; "minHeight": "minHeight"; "height": "height"; "focusOnShow": "focusOnShow"; "align": "align"; "isFormTable": "isFormTable"; "showPreview": "showPreview"; "visible": "visible"; }, { "onTogglePreview": "onTogglePreview"; "visibleChange": "visibleChange"; "hide": "hide"; "show": "show"; }, never, ["*"], false, never>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EoDialogComponent, "eo-dialog", never, { "hasPreviewFile": "hasPreviewFile"; "title": "title"; "subtitle": "subtitle"; "styleClass": "styleClass"; "dirtyCheck": "dirtyCheck"; "minWidth": "minWidth"; "minHeight": "minHeight"; "height": "height"; "width": "width"; "focusOnShow": "focusOnShow"; "align": "align"; "isFormTable": "isFormTable"; "showPreview": "showPreview"; "visible": "visible"; }, { "onTogglePreview": "onTogglePreview"; "visibleChange": "visibleChange"; "hide": "hide"; "show": "show"; }, never, ["*"], false, never>;
|
|
53
54
|
}
|
|
54
55
|
//# sourceMappingURL=eo-dialog.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eo-dialog.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/eo-dialog/eo-dialog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAa,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAC,eAAe,EAAiB,MAAM,qBAAqB,CAAC;AACpE,OAAO,EAEL,YAAY,EAGZ,SAAS,EAET,SAAS,EAGT,WAAW,EACX,aAAa,EACb,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAa,YAAY,EAAQ,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAC,oBAAoB,EAAC,MAAM,YAAY,CAAC;AAChD,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;;AAIzG,qBAMa,iBAAkB,SAAQ,oBACrC,YAAW,SAAS,EAAE,aAAa;
|
|
1
|
+
{"version":3,"file":"eo-dialog.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/eo-dialog/eo-dialog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAa,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAC,eAAe,EAAiB,MAAM,qBAAqB,CAAC;AACpE,OAAO,EAEL,YAAY,EAGZ,SAAS,EAET,SAAS,EAGT,WAAW,EACX,aAAa,EACb,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAa,YAAY,EAAQ,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAC,oBAAoB,EAAC,MAAM,YAAY,CAAC;AAChD,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;;AAIzG,qBAMa,iBAAkB,SAAQ,oBACrC,YAAW,SAAS,EAAE,aAAa;IAgEjC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,gBAAgB;IAlEE,YAAY,EAAE,eAAe,CAAC;IAC9B,aAAa,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE5D,OAAO,CAAC,UAAU,CAAa;IAC/B,OAAO,CAAC,KAAK,CAAU;IAEvB,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,YAAY,CAAC;IACrB,OAAO,CAAC,MAAM,CAAU;IACxB,OAAO,CAAC,EAAE,CAAgB;IAC1B,OAAO,CAAC,QAAQ,CAAM;IACb,cAAc,UAAS;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,SAAM;IAGhB,UAAU,EAAE,MAAM,GAAG,MAAM,EAAE,CAAM;IAEnC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAO;IAChC,SAAS,SAAU;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,UAAQ;IACnB,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAY;IACrC,WAAW,UAAS;IACpB,WAAW,UAAS;IAEnB,eAAe,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACxD,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACtD,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC7C,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEvD,IACI,OAAO,IAAI,OAAO,CAErB;IAED,IAAI,OAAO,CAAC,GAAG,EAJA,OAIA,EAKd;IAGD,gBAAgB,CAAC,KAAK,EAAE,aAAa;IAQrC,WAAW,CAAC,aAAa,EAAE,WAAW;gBAQ5B,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,qBAAqB,EACrC,QAAQ,EAAE,SAAS,EACnB,OAAO,EAAE,OAAO,EAChB,gBAAgB,EAAE,gBAAgB;IAmB5C,OAAO,CAAC,IAAI;IAqBZ,OAAO,CAAC,mBAAmB;IAkB3B,YAAY,CAAC,MAAM,EAAE,OAAO,EAAE,OAAO,UAAO;IAmB5C,WAAW;IAUX,aAAa;IAKb,WAAW;IAMX,eAAe,IAAI,IAAI;yCAvKZ,iBAAiB;2CAAjB,iBAAiB;CA2K7B"}
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"eo.storedquery.share.sharedwith": "geteilt mit",
|
|
43
43
|
"eo.storedquery.share.cancel": "Abbrechen",
|
|
44
44
|
"eo.storedquery.share.ok": "Übernehmen",
|
|
45
|
+
"eo.sidebar.navigation.storedqueries": "Gespeicherte Suchen",
|
|
45
46
|
"eo.inbox.activity.confirm.success": "Die Aufgabe wurde bestätigt",
|
|
46
47
|
"eo.bpm.activity.forward.success": "Die Aufgabe wurde weitergeleitet",
|
|
47
48
|
"eo.object.history.filter.process": "Aktivitäten",
|
|
@@ -819,6 +820,7 @@
|
|
|
819
820
|
"eo.recyclebin.details.delete.tooltip": "Objekt endgültig löschen",
|
|
820
821
|
"eo.recyclebin.details.delete.dialog.title": "Objekt endgültig löschen",
|
|
821
822
|
"eo.recyclebin.details.delete.dialog.message": "Sind Sie sicher, dass dieses Objekt endgültig gelöscht werden soll?",
|
|
823
|
+
"eo.recyclebin.details.delete.dialog.message.warning": "Nach dem Löschen kann das Objekt nicht mehr wiederhergestellt werden!",
|
|
822
824
|
"eo.recyclebin.details.delete.dialog.cancel": "Abbrechen",
|
|
823
825
|
"eo.recyclebin.details.delete.dialog.delete": "Löschen",
|
|
824
826
|
"eo.recyclebin.details.restoreopen": "Wiederherstellen und öffnen",
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"eo.storedquery.share.sharedwith": "shared with",
|
|
49
49
|
"eo.storedquery.share.cancel": "Cancel",
|
|
50
50
|
"eo.storedquery.share.ok": "Apply",
|
|
51
|
+
"eo.sidebar.navigation.storedqueries": "Gespeicherte Suchen",
|
|
51
52
|
"eo.inbox.activity.confirm.success": "The task was confirmed",
|
|
52
53
|
"eo.bpm.activity.forward.success": "The task was forwarded",
|
|
53
54
|
"eo.object.history.filter.process": "Activities",
|
|
@@ -538,8 +539,8 @@
|
|
|
538
539
|
"eo.object.history.entry.type.YUVSIG_COMPLETED.description": "The document file has been signed by everyone.",
|
|
539
540
|
"eo.object.history.entry.type.YUVSIG_CANCELED.description": "The signing process was canceled.",
|
|
540
541
|
"eo.object.history.entry.type.YUVSIG_REVISED.description": "One signature was rejected.",
|
|
541
|
-
"eo.object.history.entry.type.YUVSIG_EXPIRED.description": "The signing
|
|
542
|
-
"eo.object.history.entry.type.YUVSIG_ERROR.description": "
|
|
542
|
+
"eo.object.history.entry.type.YUVSIG_EXPIRED.description": "The signing period has expired.",
|
|
543
|
+
"eo.object.history.entry.type.YUVSIG_ERROR.description": "The signature process was canceled due to an error.",
|
|
543
544
|
"eo.object.history.entry.type.YUVSIG_UPDATE.description": "One signature has been completed.",
|
|
544
545
|
"eo.object.history.entry.type.YUVSIG_CONTENT_ADDED.description": "The signed document file was added.",
|
|
545
546
|
"eo.object.lock": "locked",
|
|
@@ -825,6 +826,7 @@
|
|
|
825
826
|
"eo.recyclebin.details.delete.tooltip": "Permanently delete object",
|
|
826
827
|
"eo.recyclebin.details.delete.dialog.title": "Permanently delete object",
|
|
827
828
|
"eo.recyclebin.details.delete.dialog.message": "Are you sure you want to permanently delete this object?",
|
|
829
|
+
"eo.recyclebin.details.delete.dialog.message.warning": "After deletion this object can no longer be restored!",
|
|
828
830
|
"eo.recyclebin.details.delete.dialog.cancel": "Cancel",
|
|
829
831
|
"eo.recyclebin.details.delete.dialog.delete": "Delete",
|
|
830
832
|
"eo.recyclebin.details.restoreopen": "Restore and open",
|