@eo-sdk/client 10.6.11 → 10.6.12
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/inbox-state/inbox-state/inbox-state.component.d.ts.map +1 -1
- package/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.d.ts.map +1 -1
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +2 -0
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts.map +1 -1
- package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +18 -1
- package/esm2020/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +3 -3
- package/esm2020/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +2 -1
- package/esm2020/app/eo-framework/grid/grid.component.mjs +2 -2
- package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +3 -1
- package/esm2020/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +10 -3
- package/esm2020/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +2 -2
- package/fesm2015/eo-sdk-client.mjs +37 -11
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +37 -11
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/misc/scripts/exclude-core-ng-package.js +11 -0
- package/package.json +2 -10
- package/esm2020/projects/eo-sdk/core/eo-sdk-client-projects-eo-sdk-core.mjs +0 -5
- package/esm2020/projects/eo-sdk/core/lib/config/core-config.mjs +0 -23
- package/esm2020/projects/eo-sdk/core/lib/config/core-init.service.mjs +0 -71
- package/esm2020/projects/eo-sdk/core/lib/config/core-init.tokens.mjs +0 -8
- package/esm2020/projects/eo-sdk/core/lib/config/initialize-module.mjs +0 -11
- package/esm2020/projects/eo-sdk/core/lib/config/missing-translation-handler.mjs +0 -15
- package/esm2020/projects/eo-sdk/core/lib/config/translate-json-loader.mjs +0 -130
- package/esm2020/projects/eo-sdk/core/lib/environment.enaio.mjs +0 -12
- package/esm2020/projects/eo-sdk/core/lib/eo-core-shared.module.mjs +0 -24
- package/esm2020/projects/eo-sdk/core/lib/eo-core.module.mjs +0 -117
- package/esm2020/projects/eo-sdk/core/lib/interface/change-password.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/interface/event.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/interface/http-options.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/interface/logger.interface.mjs +0 -7
- package/esm2020/projects/eo-sdk/core/lib/interface/organization-objects.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/interface/tree-node.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/model/baseparams.model.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/model/bpm.model.mjs +0 -70
- package/esm2020/projects/eo-sdk/core/lib/model/custom-action.model.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/model/dms-object-history.model.mjs +0 -30
- package/esm2020/projects/eo-sdk/core/lib/model/dms-object.model.mjs +0 -138
- package/esm2020/projects/eo-sdk/core/lib/model/eo-error.model.mjs +0 -37
- package/esm2020/projects/eo-sdk/core/lib/model/eo-user.model.mjs +0 -86
- package/esm2020/projects/eo-sdk/core/lib/model/inbox-item.model.mjs +0 -36
- package/esm2020/projects/eo-sdk/core/lib/model/object-type.model.mjs +0 -39
- package/esm2020/projects/eo-sdk/core/lib/model/org.model.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/model/prepared-item.model.mjs +0 -35
- package/esm2020/projects/eo-sdk/core/lib/model/range-value.model.mjs +0 -45
- package/esm2020/projects/eo-sdk/core/lib/model/upload-file-item.model.mjs +0 -17
- package/esm2020/projects/eo-sdk/core/lib/model/upload-target.model.mjs +0 -50
- package/esm2020/projects/eo-sdk/core/lib/model/work-item-history.model.mjs +0 -54
- package/esm2020/projects/eo-sdk/core/lib/service/auth/auth-interceptor.mjs +0 -29
- package/esm2020/projects/eo-sdk/core/lib/service/auth/auth-profile.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/auth/auth.service.mjs +0 -215
- package/esm2020/projects/eo-sdk/core/lib/service/auth/gateway-info.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/backend/backend.service.mjs +0 -360
- package/esm2020/projects/eo-sdk/core/lib/service/bpm/bpm.service.mjs +0 -286
- package/esm2020/projects/eo-sdk/core/lib/service/cache/app-cache.service.mjs +0 -117
- package/esm2020/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.mjs +0 -60
- package/esm2020/projects/eo-sdk/core/lib/service/clipboard/clipboard-action.enum.mjs +0 -6
- package/esm2020/projects/eo-sdk/core/lib/service/clipboard/clipboard.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/clipboard/clipboard.service.mjs +0 -100
- package/esm2020/projects/eo-sdk/core/lib/service/config/config.enum.mjs +0 -6
- package/esm2020/projects/eo-sdk/core/lib/service/config/config.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/config/config.service.mjs +0 -135
- package/esm2020/projects/eo-sdk/core/lib/service/dms/dms.service.mjs +0 -507
- package/esm2020/projects/eo-sdk/core/lib/service/dms/dmsParams.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/events/event.service.mjs +0 -44
- package/esm2020/projects/eo-sdk/core/lib/service/events/events.mjs +0 -27
- package/esm2020/projects/eo-sdk/core/lib/service/inbox/inbox.service.mjs +0 -111
- package/esm2020/projects/eo-sdk/core/lib/service/logger/console-log.service.mjs +0 -41
- package/esm2020/projects/eo-sdk/core/lib/service/logger/logger.mjs +0 -47
- package/esm2020/projects/eo-sdk/core/lib/service/notifications/notifications.service.mjs +0 -136
- package/esm2020/projects/eo-sdk/core/lib/service/prepare/objectTypes.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/prepare/prepare.service.mjs +0 -305
- package/esm2020/projects/eo-sdk/core/lib/service/search/search-filter-type.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/search/search-query.model.mjs +0 -510
- package/esm2020/projects/eo-sdk/core/lib/service/search/search.service.mjs +0 -484
- package/esm2020/projects/eo-sdk/core/lib/service/signing/signing.service.mjs +0 -60
- package/esm2020/projects/eo-sdk/core/lib/service/storage/local-storage.service.mjs +0 -111
- package/esm2020/projects/eo-sdk/core/lib/service/stored-queries/stored-queries-subscription.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/stored-queries/stored-queries.service.mjs +0 -216
- package/esm2020/projects/eo-sdk/core/lib/service/stored-queries/stored-query.model.mjs +0 -98
- package/esm2020/projects/eo-sdk/core/lib/service/system/system.service.mjs +0 -345
- package/esm2020/projects/eo-sdk/core/lib/service/system/systemdefinition.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/system-status/system-status.service.mjs +0 -104
- package/esm2020/projects/eo-sdk/core/lib/service/system-status/system.status.enum.mjs +0 -9
- package/esm2020/projects/eo-sdk/core/lib/service/system-status/system.status.interface.mjs +0 -2
- package/esm2020/projects/eo-sdk/core/lib/service/upload/upload.service.mjs +0 -46
- package/esm2020/projects/eo-sdk/core/lib/service/upload-registry/upload-registry.service.mjs +0 -83
- package/esm2020/projects/eo-sdk/core/lib/service/user/user.service.mjs +0 -399
- package/esm2020/projects/eo-sdk/core/lib/util/utils.mjs +0 -304
- package/esm2020/projects/eo-sdk/core/public_api.mjs +0 -85
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +0 -6124
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +0 -1
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +0 -6139
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +0 -1
- package/projects/eo-sdk/core/README.md +0 -113
- package/projects/eo-sdk/core/eo-sdk-client-projects-eo-sdk-core.d.ts.map +0 -1
- package/projects/eo-sdk/core/index.d.ts +0 -6
- package/projects/eo-sdk/core/lib/config/core-config.d.ts +0 -14
- package/projects/eo-sdk/core/lib/config/core-config.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/config/core-init.service.d.ts +0 -33
- package/projects/eo-sdk/core/lib/config/core-init.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/config/core-init.tokens.d.ts +0 -8
- package/projects/eo-sdk/core/lib/config/core-init.tokens.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/config/initialize-module.d.ts +0 -7
- package/projects/eo-sdk/core/lib/config/initialize-module.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/config/missing-translation-handler.d.ts +0 -14
- package/projects/eo-sdk/core/lib/config/missing-translation-handler.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/config/translate-json-loader.d.ts +0 -21
- package/projects/eo-sdk/core/lib/config/translate-json-loader.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/environment.enaio.d.ts +0 -6
- package/projects/eo-sdk/core/lib/environment.enaio.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/eo-core-shared.module.d.ts +0 -12
- package/projects/eo-sdk/core/lib/eo-core-shared.module.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/eo-core.module.d.ts +0 -46
- package/projects/eo-sdk/core/lib/eo-core.module.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/interface/change-password.interface.d.ts +0 -8
- package/projects/eo-sdk/core/lib/interface/change-password.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/interface/event.interface.d.ts +0 -14
- package/projects/eo-sdk/core/lib/interface/event.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/interface/http-options.interface.d.ts +0 -17
- package/projects/eo-sdk/core/lib/interface/http-options.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/interface/logger.interface.d.ts +0 -20
- package/projects/eo-sdk/core/lib/interface/logger.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/interface/organization-objects.interface.d.ts +0 -20
- package/projects/eo-sdk/core/lib/interface/organization-objects.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/interface/tree-node.interface.d.ts +0 -24
- package/projects/eo-sdk/core/lib/interface/tree-node.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/baseparams.model.d.ts +0 -58
- package/projects/eo-sdk/core/lib/model/baseparams.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/bpm.model.d.ts +0 -253
- package/projects/eo-sdk/core/lib/model/bpm.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/custom-action.model.d.ts +0 -34
- package/projects/eo-sdk/core/lib/model/custom-action.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/dms-object-history.model.d.ts +0 -59
- package/projects/eo-sdk/core/lib/model/dms-object-history.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/dms-object.model.d.ts +0 -137
- package/projects/eo-sdk/core/lib/model/dms-object.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/eo-error.model.d.ts +0 -19
- package/projects/eo-sdk/core/lib/model/eo-error.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/eo-user.model.d.ts +0 -107
- package/projects/eo-sdk/core/lib/model/eo-user.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/inbox-item.model.d.ts +0 -71
- package/projects/eo-sdk/core/lib/model/inbox-item.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/object-type.model.d.ts +0 -125
- package/projects/eo-sdk/core/lib/model/object-type.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/org.model.d.ts +0 -94
- package/projects/eo-sdk/core/lib/model/org.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/prepared-item.model.d.ts +0 -190
- package/projects/eo-sdk/core/lib/model/prepared-item.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/range-value.model.d.ts +0 -22
- package/projects/eo-sdk/core/lib/model/range-value.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/upload-file-item.model.d.ts +0 -30
- package/projects/eo-sdk/core/lib/model/upload-file-item.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/upload-target.model.d.ts +0 -60
- package/projects/eo-sdk/core/lib/model/upload-target.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/model/work-item-history.model.d.ts +0 -52
- package/projects/eo-sdk/core/lib/model/work-item-history.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/auth/auth-interceptor.d.ts +0 -12
- package/projects/eo-sdk/core/lib/service/auth/auth-interceptor.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/auth/auth-profile.interface.d.ts +0 -23
- package/projects/eo-sdk/core/lib/service/auth/auth-profile.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/auth/auth.service.d.ts +0 -104
- package/projects/eo-sdk/core/lib/service/auth/auth.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/auth/gateway-info.interface.d.ts +0 -18
- package/projects/eo-sdk/core/lib/service/auth/gateway-info.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/backend/backend.service.d.ts +0 -209
- package/projects/eo-sdk/core/lib/service/backend/backend.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/bpm/bpm.service.d.ts +0 -150
- package/projects/eo-sdk/core/lib/service/bpm/bpm.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/cache/app-cache.service.d.ts +0 -59
- package/projects/eo-sdk/core/lib/service/cache/app-cache.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.d.ts +0 -54
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.d.ts +0 -35
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/clipboard/clipboard-action.enum.d.ts +0 -5
- package/projects/eo-sdk/core/lib/service/clipboard/clipboard-action.enum.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/clipboard/clipboard.interface.d.ts +0 -16
- package/projects/eo-sdk/core/lib/service/clipboard/clipboard.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/clipboard/clipboard.service.d.ts +0 -49
- package/projects/eo-sdk/core/lib/service/clipboard/clipboard.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/config/config.enum.d.ts +0 -5
- package/projects/eo-sdk/core/lib/service/config/config.enum.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/config/config.interface.d.ts +0 -55
- package/projects/eo-sdk/core/lib/service/config/config.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/config/config.service.d.ts +0 -80
- package/projects/eo-sdk/core/lib/service/config/config.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +0 -286
- package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/dms/dmsParams.interface.d.ts +0 -13
- package/projects/eo-sdk/core/lib/service/dms/dmsParams.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/events/event.service.d.ts +0 -31
- package/projects/eo-sdk/core/lib/service/events/event.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/events/events.d.ts +0 -27
- package/projects/eo-sdk/core/lib/service/events/events.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/inbox/inbox.service.d.ts +0 -66
- package/projects/eo-sdk/core/lib/service/inbox/inbox.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/logger/console-log.service.d.ts +0 -20
- package/projects/eo-sdk/core/lib/service/logger/console-log.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/logger/logger.d.ts +0 -25
- package/projects/eo-sdk/core/lib/service/logger/logger.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/notifications/notifications.service.d.ts +0 -78
- package/projects/eo-sdk/core/lib/service/notifications/notifications.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/prepare/objectTypes.interface.d.ts +0 -9
- package/projects/eo-sdk/core/lib/service/prepare/objectTypes.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/prepare/prepare.service.d.ts +0 -189
- package/projects/eo-sdk/core/lib/service/prepare/prepare.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/search/search-filter-type.interface.d.ts +0 -10
- package/projects/eo-sdk/core/lib/service/search/search-filter-type.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/search/search-query.model.d.ts +0 -327
- package/projects/eo-sdk/core/lib/service/search/search-query.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/search/search.service.d.ts +0 -173
- package/projects/eo-sdk/core/lib/service/search/search.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts +0 -52
- package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/storage/local-storage.service.d.ts +0 -53
- package/projects/eo-sdk/core/lib/service/storage/local-storage.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/stored-queries/stored-queries-subscription.interface.d.ts +0 -15
- package/projects/eo-sdk/core/lib/service/stored-queries/stored-queries-subscription.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/stored-queries/stored-queries.service.d.ts +0 -108
- package/projects/eo-sdk/core/lib/service/stored-queries/stored-queries.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/stored-queries/stored-query.model.d.ts +0 -74
- package/projects/eo-sdk/core/lib/service/stored-queries/stored-query.model.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/system/system.service.d.ts +0 -125
- package/projects/eo-sdk/core/lib/service/system/system.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/system/systemdefinition.interface.d.ts +0 -53
- package/projects/eo-sdk/core/lib/service/system/systemdefinition.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/system-status/system-status.service.d.ts +0 -26
- package/projects/eo-sdk/core/lib/service/system-status/system-status.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/system-status/system.status.enum.d.ts +0 -8
- package/projects/eo-sdk/core/lib/service/system-status/system.status.enum.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/system-status/system.status.interface.d.ts +0 -8
- package/projects/eo-sdk/core/lib/service/system-status/system.status.interface.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/upload/upload.service.d.ts +0 -28
- package/projects/eo-sdk/core/lib/service/upload/upload.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/upload-registry/upload-registry.service.d.ts +0 -50
- package/projects/eo-sdk/core/lib/service/upload-registry/upload-registry.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/service/user/user.service.d.ts +0 -216
- package/projects/eo-sdk/core/lib/service/user/user.service.d.ts.map +0 -1
- package/projects/eo-sdk/core/lib/util/utils.d.ts +0 -148
- package/projects/eo-sdk/core/lib/util/utils.d.ts.map +0 -1
- package/projects/eo-sdk/core/public_api.d.ts +0 -82
- package/projects/eo-sdk/core/public_api.d.ts.map +0 -1
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
export interface Capabilities {
|
|
2
|
-
/**
|
|
3
|
-
* Whether or not the backend supports the inbox capability.
|
|
4
|
-
* (virtual: true if either bpm, followup or subscription is set)
|
|
5
|
-
*/
|
|
6
|
-
inbox: boolean;
|
|
7
|
-
/**
|
|
8
|
-
* Whether or not the backend supports the notifications capability.
|
|
9
|
-
* (virtual: true if either followup or subscription is set)
|
|
10
|
-
*/
|
|
11
|
-
notifications: boolean;
|
|
12
|
-
/**
|
|
13
|
-
* Whether or not the backend supports the BPM capability.
|
|
14
|
-
* (everything related to workflows)
|
|
15
|
-
*/
|
|
16
|
-
bpm: boolean;
|
|
17
|
-
/**
|
|
18
|
-
* Whether or not the backend supports the favorite capability.
|
|
19
|
-
*/
|
|
20
|
-
favorites: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* Whether or not the backend supports the handling of follow ups.
|
|
23
|
-
*/
|
|
24
|
-
followup: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Whether or not the backend supports the handling of subscriptions.
|
|
27
|
-
*/
|
|
28
|
-
subscription: boolean;
|
|
29
|
-
/**
|
|
30
|
-
* Whether or not the backend supports the intray capability.
|
|
31
|
-
*/
|
|
32
|
-
intray: boolean;
|
|
33
|
-
/**
|
|
34
|
-
* Whether or not the backend supports Stored Queries.
|
|
35
|
-
*/
|
|
36
|
-
storedqueries: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* Whether or not the recyclebin will keep deleted objects.
|
|
39
|
-
*/
|
|
40
|
-
recyclebin: boolean;
|
|
41
|
-
/**
|
|
42
|
-
* Whether or not the template option will be shown in the intray.
|
|
43
|
-
*/
|
|
44
|
-
template: boolean;
|
|
45
|
-
/**
|
|
46
|
-
* Whether or not signing documents is supported
|
|
47
|
-
*/
|
|
48
|
-
signing?: boolean;
|
|
49
|
-
/**
|
|
50
|
-
* @ignore
|
|
51
|
-
*/
|
|
52
|
-
sso: boolean;
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=capabilities.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"capabilities.model.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/capabilities/capabilities.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,KAAK,EAAE,OAAO,CAAC;IACf;;;OAGG;IACH,aAAa,EAAE,OAAO,CAAC;IACvB;;;OAGG;IACH,GAAG,EAAE,OAAO,CAAC;IACb;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,YAAY,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,aAAa,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,GAAG,EAAE,OAAO,CAAC;CACd"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { Capabilities } from './capabilities.model';
|
|
2
|
-
import { SystemService } from '../system/system.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Handles the systems capabilities. Capabilities are settings that enable/disable certain client features.
|
|
6
|
-
*/
|
|
7
|
-
export declare class CapabilitiesService {
|
|
8
|
-
private system;
|
|
9
|
-
private capabilities;
|
|
10
|
-
/**
|
|
11
|
-
* @ignore
|
|
12
|
-
*/
|
|
13
|
-
constructor(system: SystemService);
|
|
14
|
-
/**
|
|
15
|
-
* Sets the capabilities based on a given object set by auth.service
|
|
16
|
-
*
|
|
17
|
-
* @param userCapabilities Object containing capabilities properties
|
|
18
|
-
* @param useSingleSingOn Whether or not to set up single signon on capability
|
|
19
|
-
* @returns The newly created capabilities object
|
|
20
|
-
*/
|
|
21
|
-
setCapabilities(userCapabilities: any, useSingleSingOn?: boolean): Capabilities;
|
|
22
|
-
/**
|
|
23
|
-
* Getter for the Capabilities
|
|
24
|
-
*/
|
|
25
|
-
getCapabilities(): Capabilities;
|
|
26
|
-
/**
|
|
27
|
-
* Check if Capability is present
|
|
28
|
-
* @param capability Capability to check for
|
|
29
|
-
* @returns True if the capability is set, false otherwise
|
|
30
|
-
*/
|
|
31
|
-
hasCapability(capability: string): boolean;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CapabilitiesService, never>;
|
|
33
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CapabilitiesService>;
|
|
34
|
-
}
|
|
35
|
-
//# sourceMappingURL=capabilities.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"capabilities.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/capabilities/capabilities.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAC,aAAa,EAAC,MAAM,0BAA0B,CAAC;;AAEvD;;GAEG;AACH,qBAGa,mBAAmB;IAOlB,OAAO,CAAC,MAAM;IAL1B,OAAO,CAAC,YAAY,CAAe;IAEnC;;OAEG;gBACiB,MAAM,EAAE,aAAa;IAGzC;;;;;;OAMG;IACH,eAAe,CAAC,gBAAgB,EAAE,GAAG,EAAE,eAAe,CAAC,EAAE,OAAO,GAAG,YAAY;IAkB/E;;OAEG;IACH,eAAe,IAAI,YAAY;IAI/B;;;;OAIG;IACH,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO;yCA/C/B,mBAAmB;6CAAnB,mBAAmB;CAkD/B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clipboard-action.enum.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/clipboard/clipboard-action.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,IAAI,IAAA;IACJ,GAAG,IAAA;CACJ"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ClipboardAction } from './clipboard-action.enum';
|
|
2
|
-
import { DmsObject } from '../../model/dms-object.model';
|
|
3
|
-
/**
|
|
4
|
-
* Clipboard Interface
|
|
5
|
-
*/
|
|
6
|
-
export interface Clipboard {
|
|
7
|
-
/**
|
|
8
|
-
* the clipboards action ('COPY', 'CUT')
|
|
9
|
-
*/
|
|
10
|
-
action: ClipboardAction;
|
|
11
|
-
/**
|
|
12
|
-
* The clipboards elements
|
|
13
|
-
*/
|
|
14
|
-
elements: DmsObject[];
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=clipboard.interface.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clipboard.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/clipboard/clipboard.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAC,SAAS,EAAC,MAAM,8BAA8B,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC;IACxB;;OAEG;IACH,QAAQ,EAAE,SAAS,EAAE,CAAC;CACvB"}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { ClipboardAction } from './clipboard-action.enum';
|
|
2
|
-
import { Clipboard } from './clipboard.interface';
|
|
3
|
-
import { DmsObject } from '../../model/dms-object.model';
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
import { EventService } from '../events/event.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Collection of all Clipboard Services
|
|
9
|
-
*/
|
|
10
|
-
export declare class ClipboardService {
|
|
11
|
-
private eventService;
|
|
12
|
-
private cacheKey;
|
|
13
|
-
private clipboard;
|
|
14
|
-
private clipboardSource;
|
|
15
|
-
clipboard$: Observable<Clipboard>;
|
|
16
|
-
/**
|
|
17
|
-
* @ignore
|
|
18
|
-
*/
|
|
19
|
-
constructor(eventService: EventService);
|
|
20
|
-
/**
|
|
21
|
-
* Setter for the Clipboard
|
|
22
|
-
*
|
|
23
|
-
* @param elements The elements that should be set to the clipboard
|
|
24
|
-
* @param action The type of action (COPY, CUT)
|
|
25
|
-
* @param noCache Whether or not to bypass cache
|
|
26
|
-
*/
|
|
27
|
-
set(elements: DmsObject[], action: ClipboardAction, noCache?: boolean): void;
|
|
28
|
-
/**
|
|
29
|
-
* Getter for the Clipboard
|
|
30
|
-
*
|
|
31
|
-
* @returns Clipboard
|
|
32
|
-
*/
|
|
33
|
-
get(): Clipboard;
|
|
34
|
-
/**
|
|
35
|
-
* Clears the Clipboard by removing all entries from the Clipboard
|
|
36
|
-
*/
|
|
37
|
-
clear(): void;
|
|
38
|
-
/**
|
|
39
|
-
* Update LocalStorage with Clipboard
|
|
40
|
-
*/
|
|
41
|
-
private updateCache;
|
|
42
|
-
/**
|
|
43
|
-
* Load Cached Clipbord from LocalStorage
|
|
44
|
-
*/
|
|
45
|
-
private loadCachedClipboard;
|
|
46
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardService, never>;
|
|
47
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ClipboardService>;
|
|
48
|
-
}
|
|
49
|
-
//# sourceMappingURL=clipboard.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clipboard.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/clipboard/clipboard.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAC,SAAS,EAAC,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAC,SAAS,EAAC,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAgB,UAAU,EAAC,MAAM,MAAM,CAAC;AAE/C,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;;AAGrD;;GAEG;AACH,qBAGa,gBAAgB;IAaf,OAAO,CAAC,YAAY;IAXhC,OAAO,CAAC,QAAQ,CAAkB;IAClC,OAAO,CAAC,SAAS,CAGf;IACF,OAAO,CAAC,eAAe,CAAmC;IACnD,UAAU,EAAE,UAAU,CAAC,SAAS,CAAC,CAAuC;IAE/E;;OAEG;gBACiB,YAAY,EAAE,YAAY;IAc9C;;;;;;OAMG;IACH,GAAG,CAAC,QAAQ,EAAE,SAAS,EAAE,EAAE,MAAM,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,OAAO;IAWrE;;;;OAIG;IACH,GAAG,IAAI,SAAS;IAIhB;;OAEG;IACH,KAAK;IASL;;OAEG;IACH,OAAO,CAAC,WAAW;IAInB;;OAEG;IACH,OAAO,CAAC,mBAAmB;yCA5EhB,gBAAgB;6CAAhB,gBAAgB;CAyF5B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.enum.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/config/config.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,GAAG,QAAQ;IACX,GAAG,QAAQ;CACZ"}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @ignore
|
|
3
|
-
* Enaio Config
|
|
4
|
-
*/
|
|
5
|
-
import { Direction } from './config.enum';
|
|
6
|
-
export interface EnaioConfig {
|
|
7
|
-
uri: {
|
|
8
|
-
serviceBase: string;
|
|
9
|
-
searchBase: string;
|
|
10
|
-
contextBase: string;
|
|
11
|
-
inboxBase: string;
|
|
12
|
-
bpmBase: string;
|
|
13
|
-
agentBase: string;
|
|
14
|
-
statusBase: string;
|
|
15
|
-
};
|
|
16
|
-
search: {
|
|
17
|
-
searchMode: string;
|
|
18
|
-
limit: number;
|
|
19
|
-
};
|
|
20
|
-
languages: {
|
|
21
|
-
iso: string;
|
|
22
|
-
label: string;
|
|
23
|
-
dir?: Direction;
|
|
24
|
-
fallback?: boolean;
|
|
25
|
-
}[];
|
|
26
|
-
preview?: {
|
|
27
|
-
fileSizeLimit: number;
|
|
28
|
-
viewers: {
|
|
29
|
-
mimeType?: string[];
|
|
30
|
-
fileExtension?: string[];
|
|
31
|
-
viewer: string;
|
|
32
|
-
}[];
|
|
33
|
-
};
|
|
34
|
-
agent?: {
|
|
35
|
-
alias: string;
|
|
36
|
-
autoconnect: boolean;
|
|
37
|
-
};
|
|
38
|
-
about?: {
|
|
39
|
-
docu: {
|
|
40
|
-
link: string;
|
|
41
|
-
label: string;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
custom?: any;
|
|
45
|
-
dashboardTitle?: string;
|
|
46
|
-
dashboardBackgroundImage?: string;
|
|
47
|
-
sideBarHeaderImage?: string;
|
|
48
|
-
navBarLogo?: string;
|
|
49
|
-
systemStatusUpdateInterval?: number;
|
|
50
|
-
objectDetailsTabs?: {
|
|
51
|
-
master: string[];
|
|
52
|
-
slave: string[];
|
|
53
|
-
};
|
|
54
|
-
}
|
|
55
|
-
//# sourceMappingURL=config.interface.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/config/config.interface.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAAC,SAAS,EAAC,MAAM,eAAe,CAAC;AAExC,MAAM,WAAW,WAAW;IAC1B,GAAG,EAAE;QACH,WAAW,EAAE,MAAM,CAAC;QACpB,UAAU,EAAE,MAAM,CAAC;QACnB,WAAW,EAAE,MAAM,CAAC;QACpB,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAA;QACjB,UAAU,EAAE,MAAM,CAAA;KACnB,CAAC;IACF,MAAM,EAAE;QACN,UAAU,EAAE,MAAM,CAAC;QACnB,KAAK,EAAE,MAAM,CAAA;KACd,CAAC;IACF,SAAS,EAAE;QACT,GAAG,EAAE,MAAM,CAAC;QACZ,KAAK,EAAE,MAAM,CAAC;QACd,GAAG,CAAC,EAAE,SAAS,CAAC;QAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;KACnB,EAAE,CAAC;IACJ,OAAO,CAAC,EAAE;QACR,aAAa,EAAE,MAAM,CAAC;QACtB,OAAO,EAAE;YACP,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;YACpB,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;YACzB,MAAM,EAAE,MAAM,CAAA;SACf,EAAE,CAAA;KACJ,CAAC;IACF,KAAK,CAAC,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,WAAW,EAAE,OAAO,CAAA;KACrB,CAAC;IACF,KAAK,CAAC,EAAE;QACN,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM,CAAC;YACb,KAAK,EAAE,MAAM,CAAA;SACd,CAAA;KACF,CAAC;IACF,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,wBAAwB,CAAC,EAAG,MAAM,CAAC;IACnC,kBAAkB,CAAC,EAAG,MAAM,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,iBAAiB,CAAC,EAAE;QAAC,MAAM,EAAE,MAAM,EAAE,CAAC;QAAC,KAAK,EAAE,MAAM,EAAE,CAAA;KAAC,CAAC;CACzD"}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
-
import { EventService } from '../events/event.service';
|
|
3
|
-
import { EnaioConfig } from './config.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Collection of all Configurations
|
|
7
|
-
*/
|
|
8
|
-
export declare class Config {
|
|
9
|
-
private translate;
|
|
10
|
-
private event;
|
|
11
|
-
private cfg;
|
|
12
|
-
private fixServiceUris;
|
|
13
|
-
/**
|
|
14
|
-
* @ignore
|
|
15
|
-
*/
|
|
16
|
-
constructor(translate: TranslateService, event: EventService);
|
|
17
|
-
/**
|
|
18
|
-
* @ignore
|
|
19
|
-
*/
|
|
20
|
-
private initializeGrid;
|
|
21
|
-
/**
|
|
22
|
-
* @ignore
|
|
23
|
-
* Set during app init (see CoreInit)
|
|
24
|
-
*/
|
|
25
|
-
set(cfg: EnaioConfig): void;
|
|
26
|
-
/**
|
|
27
|
-
* @Deprecated replaced by getContextPath
|
|
28
|
-
*/
|
|
29
|
-
getLoginBase(): string;
|
|
30
|
-
getContextPath(): string;
|
|
31
|
-
/**
|
|
32
|
-
* Returns nested property of config | complete config by default
|
|
33
|
-
* @param property The name of the property to be retrieved
|
|
34
|
-
*/
|
|
35
|
-
getRaw(property: string): any;
|
|
36
|
-
/**
|
|
37
|
-
* Getter for the URI
|
|
38
|
-
* @param property The name of the property/uri to be retrieved
|
|
39
|
-
* @returns value of the property from the URI-Section of the config
|
|
40
|
-
*/
|
|
41
|
-
getUri(property: string): string;
|
|
42
|
-
/**
|
|
43
|
-
* Getter for the available client locales
|
|
44
|
-
* @returns available client locales
|
|
45
|
-
*/
|
|
46
|
-
getClientLocales(): any[];
|
|
47
|
-
/**
|
|
48
|
-
* Getter for the supported client locales
|
|
49
|
-
* @returns supported client locales
|
|
50
|
-
*/
|
|
51
|
-
getSupportedClientLocales(): string[];
|
|
52
|
-
/**
|
|
53
|
-
* Get the dashboards background image
|
|
54
|
-
* @returns background image uri for the dashboards background image
|
|
55
|
-
*/
|
|
56
|
-
getDashboardBackgroundImage(): string;
|
|
57
|
-
/**
|
|
58
|
-
* Get the sidebars header background image
|
|
59
|
-
* @returns background image uri for the sidebars header background image
|
|
60
|
-
*/
|
|
61
|
-
getSideBarHeaderImage(): string;
|
|
62
|
-
/**
|
|
63
|
-
* Get the navigation bar image (Logo)
|
|
64
|
-
* only accepts svg.
|
|
65
|
-
* @returns background image uri for the Navigationbar (Logo)
|
|
66
|
-
*/
|
|
67
|
-
getNavigationBarImage(): string;
|
|
68
|
-
/**
|
|
69
|
-
* Get the default client locale
|
|
70
|
-
* @returns ISO string of the locale
|
|
71
|
-
*/
|
|
72
|
-
getDefaultClientLocale(): any;
|
|
73
|
-
/**
|
|
74
|
-
* Getter for the Agent Configuration
|
|
75
|
-
*/
|
|
76
|
-
getAgentConfig(): any;
|
|
77
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Config, never>;
|
|
78
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<Config>;
|
|
79
|
-
}
|
|
80
|
-
//# sourceMappingURL=config.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/config/config.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAC,WAAW,EAAC,MAAM,oBAAoB,CAAC;;AAI/C;;GAEG;AACH,qBAGa,MAAM;IASL,OAAO,CAAC,SAAS;IAAoB,OAAO,CAAC,KAAK;IAP9D,OAAO,CAAC,GAAG,CAAqB;IAEhC,OAAO,CAAC,cAAc,CAAQ;IAE9B;;OAEG;gBACiB,SAAS,EAAE,gBAAgB,EAAU,KAAK,EAAE,YAAY;IAG5E;;OAEG;IACH,OAAO,CAAC,cAAc;IAItB;;;OAGG;IACI,GAAG,CAAC,GAAG,EAAE,WAAW;IAgB3B;;OAEG;IACH,YAAY,IAAI,MAAM;IAItB,cAAc,IAAI,MAAM;IAOxB;;;OAGG;IACI,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG;IAIpC;;;;OAIG;IACI,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIvC;;;OAGG;IACI,gBAAgB,IAAI,GAAG,EAAE;IAIhC;;;OAGG;IACI,yBAAyB,IAAI,MAAM,EAAE;IAK5C;;;OAGG;IACI,2BAA2B,IAAI,MAAM;IAI5C;;;OAGG;IACI,qBAAqB,IAAI,MAAM;IAItC;;;;OAIG;IACI,qBAAqB,IAAI,MAAM;IAMtC;;;OAGG;IACI,sBAAsB;IAK7B;;OAEG;IACI,cAAc,IAAI,GAAG;yCA9HjB,MAAM;6CAAN,MAAM;CAiIlB"}
|
|
@@ -1,286 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { DmsObject, DmsObjectAttachment } from '../../model/dms-object.model';
|
|
3
|
-
import { BackendService } from '../backend/backend.service';
|
|
4
|
-
import { SystemService } from '../system/system.service';
|
|
5
|
-
import { DmsObjectHistoryEntry } from '../../model/dms-object-history.model';
|
|
6
|
-
import { EventService } from '../events/event.service';
|
|
7
|
-
import { DmsParams } from './dmsParams.interface';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare enum SubscriptionMode {
|
|
10
|
-
ONLY_INDEX_DATA_CHANGED = "META",
|
|
11
|
-
ONLY_DOCUMENT_CONTENT_CHANGED = "CONTENT",
|
|
12
|
-
DMS_OBJECT_CHANGED = "BOTH"
|
|
13
|
-
}
|
|
14
|
-
export declare const resolveObjectRights: any[];
|
|
15
|
-
/**
|
|
16
|
-
* Collection of DMS Services
|
|
17
|
-
*/
|
|
18
|
-
export declare class DmsService {
|
|
19
|
-
private backend;
|
|
20
|
-
private systemService;
|
|
21
|
-
private eventService;
|
|
22
|
-
constructor(backend: BackendService, systemService: SystemService, eventService: EventService);
|
|
23
|
-
/**
|
|
24
|
-
* Fetches a dms object.
|
|
25
|
-
*
|
|
26
|
-
* @param id Objects id
|
|
27
|
-
* @param type Objects type name, will improve load time if provided
|
|
28
|
-
* @param version Target version
|
|
29
|
-
* @param intent Used for server side logging. If you provide an intent, the backend will recognize the request and add it to its logs
|
|
30
|
-
* @param recyclebin If true, objects from recyclebin are included
|
|
31
|
-
* @param withStorageInfo If true, storageinfo is included on the dms object
|
|
32
|
-
* @returns Observable<DmsObject>
|
|
33
|
-
*/
|
|
34
|
-
getDmsObject(id: string, type?: string, version?: number, intent?: string, recyclebin?: boolean, withStorageInfo?: boolean): Observable<DmsObject>;
|
|
35
|
-
/**
|
|
36
|
-
* Getter for the DMS Objects by params
|
|
37
|
-
*
|
|
38
|
-
* @param DmsParams params
|
|
39
|
-
* @returns Observable<DmsObject>
|
|
40
|
-
*/
|
|
41
|
-
getDmsObjectByParams(params: DmsParams): Observable<DmsObject>;
|
|
42
|
-
/**
|
|
43
|
-
* Reolver of Object Types by DMS Object
|
|
44
|
-
*
|
|
45
|
-
* @param DmsObject dmsObject
|
|
46
|
-
* @returns DmsObject
|
|
47
|
-
*/
|
|
48
|
-
resolveObjectTypes(dmsObject: DmsObject): DmsObject;
|
|
49
|
-
/**
|
|
50
|
-
* Deletes a DMS object.
|
|
51
|
-
* @param id The id of the dms object to be deleted.
|
|
52
|
-
* @param type Type of object
|
|
53
|
-
* @param hardDelete If object should really be deleted or only put into the recycle bin
|
|
54
|
-
* @param force If object should be forced to be deleted, even if it is used inside of a process. Default: false
|
|
55
|
-
*/
|
|
56
|
-
deleteDmsObject(id: string, type?: string, hardDelete?: boolean, force?: boolean): Observable<any>;
|
|
57
|
-
/**
|
|
58
|
-
* Returns the context path of the given dms object
|
|
59
|
-
* @param id The id of the object.
|
|
60
|
-
* @returns The context path of the dms object
|
|
61
|
-
*/
|
|
62
|
-
getContextPath(id: string): Observable<any>;
|
|
63
|
-
/**
|
|
64
|
-
* Fetches the children of a DmsObject.
|
|
65
|
-
*
|
|
66
|
-
* @param dmsObject
|
|
67
|
-
* @returns Observable<DmsObject[]>
|
|
68
|
-
*/
|
|
69
|
-
getChildren(dmsObject: DmsObject): Observable<DmsObject[]>;
|
|
70
|
-
/**
|
|
71
|
-
* Fetches the versions of a DmsObject.
|
|
72
|
-
*
|
|
73
|
-
* @param id
|
|
74
|
-
* @param type
|
|
75
|
-
* @returns Observable<DmsObject>
|
|
76
|
-
*/
|
|
77
|
-
getVersions(id: string, type?: string): Observable<DmsObject>;
|
|
78
|
-
/**
|
|
79
|
-
* Fetches the attachments of a DmsObject.
|
|
80
|
-
*
|
|
81
|
-
* @param dmsObject
|
|
82
|
-
* @returns Observable<DmsObjectAttachment[]>
|
|
83
|
-
*/
|
|
84
|
-
getAttachments(dmsObject: DmsObject): Observable<DmsObjectAttachment[]>;
|
|
85
|
-
/**
|
|
86
|
-
* Fetches the specific attachment of a DmsObject.
|
|
87
|
-
*
|
|
88
|
-
* @param id
|
|
89
|
-
* @param index
|
|
90
|
-
* @param type
|
|
91
|
-
* @param version
|
|
92
|
-
* @returns string
|
|
93
|
-
*/
|
|
94
|
-
getAttachmentByIndex(id: string, index: number, type: string, version?: number): string;
|
|
95
|
-
/**
|
|
96
|
-
* Generates the URI for getting a DmsObjects slide (Preview image).
|
|
97
|
-
*
|
|
98
|
-
* @param id Objects id
|
|
99
|
-
* @param type Objects type name, will improve load time if provided
|
|
100
|
-
* @param version Target version
|
|
101
|
-
* @param size The size of the preview image in px
|
|
102
|
-
* @returns string
|
|
103
|
-
*/
|
|
104
|
-
getSlide(id: string, type?: string, version?: number, size?: number): string;
|
|
105
|
-
/**
|
|
106
|
-
* Generates the URI for getting a DmsObjects preview (PDF rendition).
|
|
107
|
-
*
|
|
108
|
-
* @param id Objects id
|
|
109
|
-
* @param type Objects type name, will improve load time if provided
|
|
110
|
-
* @param version Target version
|
|
111
|
-
* @param rendition Target rendition (PDF)
|
|
112
|
-
* @param recyclebin If true, objects from recyclebin are included
|
|
113
|
-
* @returns string
|
|
114
|
-
*/
|
|
115
|
-
getPreview(id: string, type?: string, version?: number, rendition?: string, recyclebin?: boolean): string;
|
|
116
|
-
/**
|
|
117
|
-
* Updates an existing dms object.
|
|
118
|
-
*
|
|
119
|
-
* @param id ID of the object to be updated
|
|
120
|
-
* @param indexdata Object holding the objects indexdata (property: value)
|
|
121
|
-
* @param type The object type of the object to be updated
|
|
122
|
-
* @param version The current version of the object to be updated
|
|
123
|
-
* @param checkreferences If the reference fields should be validated or not
|
|
124
|
-
* @returns Observable<DmsObject> The updated dms object
|
|
125
|
-
*/
|
|
126
|
-
updateObject(id: string, indexdata: any, type?: string, version?: number, checkreferences?: boolean): Observable<DmsObject>;
|
|
127
|
-
/**
|
|
128
|
-
* Fetch the history (audit) of one dms object
|
|
129
|
-
*
|
|
130
|
-
* @param id ID of the dms object to fetch history for
|
|
131
|
-
* @param type Type of the dms object to fetch history for
|
|
132
|
-
* @param recyclebin If true, objects from recyclebin are included
|
|
133
|
-
* @returns Observable<DmsObjectHistoryEntry[]> The history of the dms object
|
|
134
|
-
*/
|
|
135
|
-
getHistory(id: string, type?: string, recyclebin?: boolean): Observable<DmsObjectHistoryEntry[]>;
|
|
136
|
-
/**
|
|
137
|
-
* Restores an earlier version of the selected DmsObject by adding the earlier version
|
|
138
|
-
* as the new recent version.
|
|
139
|
-
*
|
|
140
|
-
* @param id DMS object id
|
|
141
|
-
* @param version The version to be restored
|
|
142
|
-
* @param type The dms object type
|
|
143
|
-
* @return
|
|
144
|
-
*/
|
|
145
|
-
restoreVersion(id: string, version: number, type?: string): Observable<any>;
|
|
146
|
-
/**
|
|
147
|
-
* Restores File
|
|
148
|
-
* @param id DMS object id
|
|
149
|
-
* @param type The dms object type
|
|
150
|
-
* @param userId user id
|
|
151
|
-
* @return
|
|
152
|
-
*/
|
|
153
|
-
restore(id: string, userId: string, type?: string): Observable<any>;
|
|
154
|
-
/**
|
|
155
|
-
* if dmsObject is specified, load latest version and trigger Enaio event DMS_OBJECT_UPDATED
|
|
156
|
-
*
|
|
157
|
-
* @param dmsObject
|
|
158
|
-
* @param request
|
|
159
|
-
* @return
|
|
160
|
-
*/
|
|
161
|
-
triggerUpdate(dmsObject: DmsObject, request: Observable<any>): Observable<any>;
|
|
162
|
-
/**
|
|
163
|
-
* Remove Content
|
|
164
|
-
*
|
|
165
|
-
* @param DmsObject dmsObject
|
|
166
|
-
* @returns Observable<any>
|
|
167
|
-
*/
|
|
168
|
-
removeContent(dmsObject: DmsObject): Observable<any>;
|
|
169
|
-
/**
|
|
170
|
-
* Creates a new DmsObject.
|
|
171
|
-
* @param targetType Target object type name
|
|
172
|
-
* @param file File to be added as DmsObjects content
|
|
173
|
-
* @param indexData Indexdata as plain object where keys are the objects properties and values the values to be applied to it
|
|
174
|
-
* @param parent Parent context folder of the new DmsObject
|
|
175
|
-
*/
|
|
176
|
-
createDmsObject(targetType: string, file?: File, indexData?: any, parent?: {
|
|
177
|
-
id: string;
|
|
178
|
-
type?: string;
|
|
179
|
-
}): Observable<{
|
|
180
|
-
id: string;
|
|
181
|
-
uri: string;
|
|
182
|
-
}>;
|
|
183
|
-
/**
|
|
184
|
-
* Create a Subscription
|
|
185
|
-
*
|
|
186
|
-
* @param DmsObject dmsObject
|
|
187
|
-
* @param string subject
|
|
188
|
-
* @param receiver
|
|
189
|
-
* @param boolean sendemail
|
|
190
|
-
* @param boolean onlyemail
|
|
191
|
-
* @param mode SubscriptionMode
|
|
192
|
-
* @returns Observable<any>
|
|
193
|
-
*/
|
|
194
|
-
createSubscription(dmsObject: DmsObject, subject: string, receiver: any, sendemail: boolean, onlyemail: boolean, mode?: SubscriptionMode): Observable<any>;
|
|
195
|
-
/**
|
|
196
|
-
* Create a Resubmission
|
|
197
|
-
*
|
|
198
|
-
* @param DmsObject dmsObject
|
|
199
|
-
* @param string subject
|
|
200
|
-
* @param due
|
|
201
|
-
* @param receiver
|
|
202
|
-
* @param boolean sendEmail
|
|
203
|
-
* @param boolean onlyEmail
|
|
204
|
-
* @returns Observable<any>
|
|
205
|
-
*/
|
|
206
|
-
createResubmission(dmsObject: DmsObject, subject: string, due: any, receiver: any, sendEmail: boolean, onlyEmail: boolean): Observable<any>;
|
|
207
|
-
/**
|
|
208
|
-
* Reamove a Subscription by a given Id
|
|
209
|
-
*
|
|
210
|
-
* @param subscriptionId
|
|
211
|
-
* @param DmsObject dmsObject
|
|
212
|
-
* @returns Observable<any>
|
|
213
|
-
*/
|
|
214
|
-
removeSubscriptionById(subscriptionId: any, dmsObject?: DmsObject): Observable<any>;
|
|
215
|
-
/**
|
|
216
|
-
* Remove a Resubmission by a given Id
|
|
217
|
-
*
|
|
218
|
-
* @param itemId
|
|
219
|
-
* @param DmsObject dmsObject
|
|
220
|
-
* @returns Observable<any>
|
|
221
|
-
*/
|
|
222
|
-
removeResubmissionsById(itemId: any, dmsObject?: DmsObject): Observable<any>;
|
|
223
|
-
/**
|
|
224
|
-
* Update a Resubmission
|
|
225
|
-
*
|
|
226
|
-
* @param DmsObject dmsObject
|
|
227
|
-
* @param string subject
|
|
228
|
-
* @param due
|
|
229
|
-
* @param receiver
|
|
230
|
-
* @param boolean sendEmail
|
|
231
|
-
* @param boolean onlyEmail
|
|
232
|
-
* @returns Observable<any>
|
|
233
|
-
*/
|
|
234
|
-
updateResubmission(dmsObject: DmsObject, subject: string, due: any, receiver: any, sendEmail: boolean, onlyEmail: boolean): Observable<any>;
|
|
235
|
-
/**
|
|
236
|
-
* Shares a dms object (and its children) with certain users
|
|
237
|
-
* @param dmsObject The dms object to be shared
|
|
238
|
-
* @param shareWith Array of organization objects to share the object with. Each entry
|
|
239
|
-
* will have the ID of the target organization object as well as an optional param
|
|
240
|
-
* whether or not to also share the dms objects children.
|
|
241
|
-
* @returns Observable being resolved once the request is done
|
|
242
|
-
*/
|
|
243
|
-
share(dmsObject: DmsObject, shareWith: {
|
|
244
|
-
id: string;
|
|
245
|
-
shareChildren?: boolean;
|
|
246
|
-
}[]): Observable<any>;
|
|
247
|
-
/**
|
|
248
|
-
* Move a DMS Object
|
|
249
|
-
*
|
|
250
|
-
* @param id
|
|
251
|
-
* @param typeName
|
|
252
|
-
* @param parentId
|
|
253
|
-
* @param parentTypeName
|
|
254
|
-
* @returns Observable<any>
|
|
255
|
-
*/
|
|
256
|
-
move(id: any, typeName: any, parentId: any, parentTypeName: any): Observable<any>;
|
|
257
|
-
/**
|
|
258
|
-
* Copy a DMS Object
|
|
259
|
-
*
|
|
260
|
-
* @param id
|
|
261
|
-
* @param typeName
|
|
262
|
-
* @param parentId
|
|
263
|
-
* @param parentTypeName
|
|
264
|
-
* @param createContentLink
|
|
265
|
-
* @returns Observable<any>
|
|
266
|
-
*/
|
|
267
|
-
copy(id: any, typeName: any, parentId: any, parentTypeName: any, createContentLink: any): Observable<any>;
|
|
268
|
-
/**
|
|
269
|
-
* Set a DMS Object to Finilited
|
|
270
|
-
*
|
|
271
|
-
* @param DmsObject item
|
|
272
|
-
* @returns Observable<any>
|
|
273
|
-
*/
|
|
274
|
-
finalize(item: DmsObject): Observable<any>;
|
|
275
|
-
/**
|
|
276
|
-
* Remove the Finilized Flag from a DMS Object
|
|
277
|
-
*
|
|
278
|
-
* @param DmsObject item
|
|
279
|
-
* @returns Observable<any>
|
|
280
|
-
*/
|
|
281
|
-
definalize(item: DmsObject): Observable<any>;
|
|
282
|
-
createLocalCopyOfDMSObject(dmsObject: DmsObject): DmsObject;
|
|
283
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DmsService, never>;
|
|
284
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DmsService>;
|
|
285
|
-
}
|
|
286
|
-
//# sourceMappingURL=dms.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dms.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/dms/dms.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dmsParams.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/dms/dmsParams.interface.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B"}
|