@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,71 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Items emitted by the inbox service
|
|
3
|
-
*/
|
|
4
|
-
export declare class InboxItem {
|
|
5
|
-
static TYPE_BPM: string;
|
|
6
|
-
static TYPE_RESUBMISSION: string;
|
|
7
|
-
static TYPE_SUBSCRIPTION: string;
|
|
8
|
-
/**
|
|
9
|
-
* Items ID
|
|
10
|
-
*/
|
|
11
|
-
id: string;
|
|
12
|
-
/**
|
|
13
|
-
* Items title
|
|
14
|
-
*/
|
|
15
|
-
title: string;
|
|
16
|
-
/**
|
|
17
|
-
* Items description
|
|
18
|
-
*/
|
|
19
|
-
description: string;
|
|
20
|
-
/**
|
|
21
|
-
* Items type ('BPM', 'RESUBMISSION', 'SUBSCRIPTION')
|
|
22
|
-
*/
|
|
23
|
-
type: string;
|
|
24
|
-
/**
|
|
25
|
-
* ID of the object that caused the inbox entry.
|
|
26
|
-
* In case of type SUBSCRIPTION and RESUBMISSION this is the id of the dms object,
|
|
27
|
-
* for type BPM it is a process id
|
|
28
|
-
*/
|
|
29
|
-
sourceId: string;
|
|
30
|
-
/**
|
|
31
|
-
* Items icon ID
|
|
32
|
-
*/
|
|
33
|
-
iconId: string;
|
|
34
|
-
/**
|
|
35
|
-
* Flag indicating whether or not the entry has been accepted
|
|
36
|
-
*/
|
|
37
|
-
accepted: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* Flag indicating that the current user got this task in substitute
|
|
40
|
-
*/
|
|
41
|
-
isdeputy: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* The date the item is due.
|
|
44
|
-
*/
|
|
45
|
-
duetime: Date;
|
|
46
|
-
/**
|
|
47
|
-
* The date the item was received
|
|
48
|
-
*/
|
|
49
|
-
received: Date;
|
|
50
|
-
target: any;
|
|
51
|
-
/**
|
|
52
|
-
* Creates a new instance
|
|
53
|
-
* @param json The JSON object received from the backend. This will be used to construct the new inbox item instance
|
|
54
|
-
*/
|
|
55
|
-
constructor(json: any);
|
|
56
|
-
/**
|
|
57
|
-
* Determines whether or not the inbox item is overdue
|
|
58
|
-
* @returns True when inbox item is overdue, false otherwise
|
|
59
|
-
*/
|
|
60
|
-
isOverdue(): boolean;
|
|
61
|
-
}
|
|
62
|
-
/**
|
|
63
|
-
* InboxState
|
|
64
|
-
*/
|
|
65
|
-
export interface InboxState {
|
|
66
|
-
totalmessages: number;
|
|
67
|
-
overduemessages: number;
|
|
68
|
-
unreadmessages: number;
|
|
69
|
-
calculationtime: Date;
|
|
70
|
-
}
|
|
71
|
-
//# sourceMappingURL=inbox-item.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"inbox-item.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/inbox-item.model.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,qBAAa,SAAS;IAEpB,OAAc,QAAQ,SAAS;IAC/B,OAAc,iBAAiB,SAAkB;IACjD,OAAc,iBAAiB,SAAkB;IAEjD;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,IAAI,CAAC;IACZ;;KAEC;IACH,QAAQ,EAAE,IAAI,CAAC;IACf,MAAM,EAAE,GAAG,CAAC;IAEZ;;;OAGG;gBACS,IAAI,EAAE,GAAG;IAiBrB;;;OAGG;IACH,SAAS;CAGV;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,IAAI,CAAC;CACvB"}
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @ignore
|
|
3
|
-
*/
|
|
4
|
-
export interface IObjectType {
|
|
5
|
-
id: string;
|
|
6
|
-
implements?: string[];
|
|
7
|
-
folder: boolean;
|
|
8
|
-
iscontextfolder: boolean;
|
|
9
|
-
abstract: boolean;
|
|
10
|
-
icon?: any;
|
|
11
|
-
maxfiles: number;
|
|
12
|
-
minfiles: number;
|
|
13
|
-
name: string;
|
|
14
|
-
qname: string;
|
|
15
|
-
label: string;
|
|
16
|
-
description: string;
|
|
17
|
-
group?: any;
|
|
18
|
-
elements: any[];
|
|
19
|
-
allowedcontexttypes?: ContextType[];
|
|
20
|
-
supertypes?: any[];
|
|
21
|
-
shareable: boolean;
|
|
22
|
-
allowedlocations?: {
|
|
23
|
-
parenttypes: ParentTypes[];
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* @ignore
|
|
28
|
-
*/
|
|
29
|
-
export interface ParentTypes {
|
|
30
|
-
name: string;
|
|
31
|
-
count: string;
|
|
32
|
-
uri: string;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @ignore
|
|
36
|
-
*/
|
|
37
|
-
export interface ContextType {
|
|
38
|
-
name: string;
|
|
39
|
-
label: string;
|
|
40
|
-
description?: string;
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* Representation of an object type. Object types are defined with the system definition and describe
|
|
44
|
-
* different kind of objects that allowed to be created.
|
|
45
|
-
*/
|
|
46
|
-
export declare class ObjectType {
|
|
47
|
-
/**
|
|
48
|
-
* Object types ID
|
|
49
|
-
*/
|
|
50
|
-
id: string;
|
|
51
|
-
/**
|
|
52
|
-
* List of all supertypes
|
|
53
|
-
*/
|
|
54
|
-
implements: string[];
|
|
55
|
-
/**
|
|
56
|
-
* @ignore
|
|
57
|
-
* is basically the same as isContextFolder, because we do not allow other folders than context folder
|
|
58
|
-
*/
|
|
59
|
-
isFolder: boolean;
|
|
60
|
-
/**
|
|
61
|
-
* Flag indicating whether or not the object type is a context folder
|
|
62
|
-
*/
|
|
63
|
-
isContextFolder: boolean;
|
|
64
|
-
/**
|
|
65
|
-
* Flag indicating whether or not the object type is an abstract type other types can inherit from
|
|
66
|
-
*/
|
|
67
|
-
isAbstract: boolean;
|
|
68
|
-
/**
|
|
69
|
-
* ID of the object types icon
|
|
70
|
-
*/
|
|
71
|
-
iconId: string;
|
|
72
|
-
/**
|
|
73
|
-
* Minimum number of files to be attached to this type
|
|
74
|
-
*/
|
|
75
|
-
minFiles: number;
|
|
76
|
-
/**
|
|
77
|
-
* Maximum number of files to be attached to this type
|
|
78
|
-
*/
|
|
79
|
-
maxFiles: number;
|
|
80
|
-
/**
|
|
81
|
-
* Object types internal name
|
|
82
|
-
*/
|
|
83
|
-
name: string;
|
|
84
|
-
/**
|
|
85
|
-
* Object types full qualified internal name
|
|
86
|
-
*/
|
|
87
|
-
qname: string;
|
|
88
|
-
/**
|
|
89
|
-
* Object types label
|
|
90
|
-
*/
|
|
91
|
-
label: string;
|
|
92
|
-
/**
|
|
93
|
-
* Object types description
|
|
94
|
-
*/
|
|
95
|
-
description: string;
|
|
96
|
-
/**
|
|
97
|
-
* Object types can be grouped. This property holds the name of the group the current type belongs to
|
|
98
|
-
*/
|
|
99
|
-
group: string;
|
|
100
|
-
/**
|
|
101
|
-
* Elements are the properties defining the object type. Those elements are also used for defining a form model
|
|
102
|
-
* for the object types input form but (may) also contain hidden elements.
|
|
103
|
-
*/
|
|
104
|
-
elements: any[];
|
|
105
|
-
/**
|
|
106
|
-
* List of context types this object type is allowed to be created in
|
|
107
|
-
*/
|
|
108
|
-
allowedcontexttypes: ContextType[];
|
|
109
|
-
/**
|
|
110
|
-
* List of parent types the current type inherits from
|
|
111
|
-
*/
|
|
112
|
-
supertypes: string[];
|
|
113
|
-
/**
|
|
114
|
-
* Flag indicating whether or not this object type can be shared
|
|
115
|
-
*/
|
|
116
|
-
shareable: boolean;
|
|
117
|
-
parenttypes?: string[];
|
|
118
|
-
/**
|
|
119
|
-
* Creates a new instance
|
|
120
|
-
* @param json The JSON object received from the backend. This will be used to construct the new object type instance
|
|
121
|
-
*/
|
|
122
|
-
constructor(json: IObjectType);
|
|
123
|
-
getParentTypes(allowedlocations: any): string[];
|
|
124
|
-
}
|
|
125
|
-
//# sourceMappingURL=object-type.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"object-type.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/object-type.model.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,MAAM,EAAE,OAAO,CAAC;IAChB,eAAe,EAAE,OAAO,CAAC;IACzB,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,QAAQ,EAAE,GAAG,EAAE,CAAC;IAChB,mBAAmB,CAAC,EAAE,WAAW,EAAE,CAAC;IACpC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE;QACjB,WAAW,EAAE,WAAW,EAAE,CAAC;KAC5B,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACb;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;;GAGG;AACH,qBAAa,UAAU;IACrB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB;;;OAGG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,eAAe,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,QAAQ,EAAE,GAAG,EAAE,CAAC;IAChB;;OAEG;IACH,mBAAmB,EAAE,WAAW,EAAE,CAAC;IACnC;;OAEG;IACH,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB;;;OAGG;gBACS,IAAI,EAAE,WAAW;IAuB7B,cAAc,CAAC,gBAAgB,KAAA,GAAG,MAAM,EAAE;CAM3C"}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Organization User
|
|
3
|
-
*/
|
|
4
|
-
export interface OrgUser {
|
|
5
|
-
/**
|
|
6
|
-
* ID
|
|
7
|
-
*/
|
|
8
|
-
id: string;
|
|
9
|
-
/**
|
|
10
|
-
* Users internal name
|
|
11
|
-
*/
|
|
12
|
-
name: string;
|
|
13
|
-
/**
|
|
14
|
-
* @ignore
|
|
15
|
-
*/
|
|
16
|
-
type: string;
|
|
17
|
-
/**
|
|
18
|
-
* Users title. This title is generated from the users properties based on a pattern, defined on the backend side
|
|
19
|
-
*/
|
|
20
|
-
title: string;
|
|
21
|
-
/**
|
|
22
|
-
* Users firstname
|
|
23
|
-
*/
|
|
24
|
-
firstname: string;
|
|
25
|
-
/**
|
|
26
|
-
* Users lastname
|
|
27
|
-
*/
|
|
28
|
-
lastname: string;
|
|
29
|
-
/**
|
|
30
|
-
* Flag indicating whether or not there is a custom user image available (avatar)
|
|
31
|
-
*/
|
|
32
|
-
hasimage: boolean;
|
|
33
|
-
/**
|
|
34
|
-
* The users email address
|
|
35
|
-
*/
|
|
36
|
-
email: string;
|
|
37
|
-
/**
|
|
38
|
-
* Flag indicating whether or not the group is present.
|
|
39
|
-
*/
|
|
40
|
-
present: boolean;
|
|
41
|
-
/**
|
|
42
|
-
* Flag indicating whether or not the group is active
|
|
43
|
-
*/
|
|
44
|
-
active: boolean;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* Organization Role. Role a user can be applied to.
|
|
48
|
-
*/
|
|
49
|
-
export interface OrgRole {
|
|
50
|
-
/**
|
|
51
|
-
* ID
|
|
52
|
-
*/
|
|
53
|
-
id: string;
|
|
54
|
-
/**
|
|
55
|
-
* Roles internal name
|
|
56
|
-
*/
|
|
57
|
-
name: string;
|
|
58
|
-
/**
|
|
59
|
-
* Roles title
|
|
60
|
-
*/
|
|
61
|
-
title: string;
|
|
62
|
-
}
|
|
63
|
-
/**
|
|
64
|
-
* Organization Group. Group a user can be applied to.
|
|
65
|
-
*/
|
|
66
|
-
export interface OrgGroup {
|
|
67
|
-
/**
|
|
68
|
-
* ID
|
|
69
|
-
*/
|
|
70
|
-
id: string;
|
|
71
|
-
/**
|
|
72
|
-
* Groups internal name
|
|
73
|
-
*/
|
|
74
|
-
name: string;
|
|
75
|
-
/**
|
|
76
|
-
* Groups title
|
|
77
|
-
*/
|
|
78
|
-
title: string;
|
|
79
|
-
/**
|
|
80
|
-
* @ignore
|
|
81
|
-
* Flag indicating whether or not the group is present
|
|
82
|
-
*/
|
|
83
|
-
present: boolean;
|
|
84
|
-
/**
|
|
85
|
-
* @ignore
|
|
86
|
-
* Flag indicating whether or not the group is active
|
|
87
|
-
*/
|
|
88
|
-
active: boolean;
|
|
89
|
-
/**
|
|
90
|
-
* @ignore
|
|
91
|
-
*/
|
|
92
|
-
hasimage: boolean;
|
|
93
|
-
}
|
|
94
|
-
//# sourceMappingURL=org.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"org.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/org.model.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Valid template to be applied to a prepared item
|
|
3
|
-
*/
|
|
4
|
-
export interface PreparedItemTemplate {
|
|
5
|
-
/**
|
|
6
|
-
* Templates ID
|
|
7
|
-
*/
|
|
8
|
-
id: string;
|
|
9
|
-
/**
|
|
10
|
-
* Templates Title
|
|
11
|
-
*/
|
|
12
|
-
title: string;
|
|
13
|
-
/**
|
|
14
|
-
* Templates description
|
|
15
|
-
*/
|
|
16
|
-
description: string;
|
|
17
|
-
types: string[];
|
|
18
|
-
content: {
|
|
19
|
-
path: string;
|
|
20
|
-
size: number;
|
|
21
|
-
mimegroup: string;
|
|
22
|
-
mimetype: string;
|
|
23
|
-
digest: string;
|
|
24
|
-
};
|
|
25
|
-
/**
|
|
26
|
-
* Tags describing the template
|
|
27
|
-
*/
|
|
28
|
-
tags: string[];
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* File (content) attached to a prepared item
|
|
32
|
-
*/
|
|
33
|
-
export interface PreparedItemContent {
|
|
34
|
-
/**
|
|
35
|
-
* The contents mime type group
|
|
36
|
-
*/
|
|
37
|
-
mimegroup: string;
|
|
38
|
-
/**
|
|
39
|
-
* The contents actual mime type
|
|
40
|
-
*/
|
|
41
|
-
mimetype: string;
|
|
42
|
-
/**
|
|
43
|
-
* Path to the content entry
|
|
44
|
-
*/
|
|
45
|
-
path: string;
|
|
46
|
-
/**
|
|
47
|
-
* Contents filesize in bytes
|
|
48
|
-
*/
|
|
49
|
-
size: number;
|
|
50
|
-
digest: string;
|
|
51
|
-
existscount: number;
|
|
52
|
-
}
|
|
53
|
-
/**
|
|
54
|
-
* Valid object type to be applied to a certain prepared item
|
|
55
|
-
*/
|
|
56
|
-
export interface PreparedItemType {
|
|
57
|
-
/**
|
|
58
|
-
* Object types internal name
|
|
59
|
-
*/
|
|
60
|
-
name: string;
|
|
61
|
-
/**
|
|
62
|
-
* Indicator whether or not the type is currently selected
|
|
63
|
-
*/
|
|
64
|
-
selected: boolean;
|
|
65
|
-
/**
|
|
66
|
-
* Object types label (title)
|
|
67
|
-
*/
|
|
68
|
-
label: string;
|
|
69
|
-
/**
|
|
70
|
-
* Object types description
|
|
71
|
-
*/
|
|
72
|
-
description: string;
|
|
73
|
-
/**
|
|
74
|
-
* Object types icon
|
|
75
|
-
*/
|
|
76
|
-
icon: {
|
|
77
|
-
id: string;
|
|
78
|
-
};
|
|
79
|
-
/**
|
|
80
|
-
* Input form for the object typed
|
|
81
|
-
*/
|
|
82
|
-
form: any;
|
|
83
|
-
/**
|
|
84
|
-
* Data to be pasted into the object types form. This data may come from default values or extraction services.
|
|
85
|
-
*/
|
|
86
|
-
data: any;
|
|
87
|
-
}
|
|
88
|
-
/**
|
|
89
|
-
* Representation of a prepared item. A prepared item is an item that is supposed to create a new dms object.
|
|
90
|
-
* Adding a new object to yuuvis<sup>®</sup> RAD starts with a prepared item. If all the required properties are set up, the item
|
|
91
|
-
* will be used to create a new dms object.
|
|
92
|
-
*/
|
|
93
|
-
export declare class PreparedItem {
|
|
94
|
-
/**
|
|
95
|
-
* unique identifier
|
|
96
|
-
*/
|
|
97
|
-
id: string;
|
|
98
|
-
/**
|
|
99
|
-
* The date (time) the item was created
|
|
100
|
-
*/
|
|
101
|
-
created: Date;
|
|
102
|
-
/**
|
|
103
|
-
* Number of contents (files) attached to the item.
|
|
104
|
-
*/
|
|
105
|
-
contentcount: number;
|
|
106
|
-
/**
|
|
107
|
-
* Information about the user that created the item
|
|
108
|
-
*/
|
|
109
|
-
user: {
|
|
110
|
-
id: string;
|
|
111
|
-
name: string;
|
|
112
|
-
title: string;
|
|
113
|
-
};
|
|
114
|
-
/**
|
|
115
|
-
* Location (context folder) to add the item to.
|
|
116
|
-
*/
|
|
117
|
-
parent: {
|
|
118
|
-
id: string;
|
|
119
|
-
title: string;
|
|
120
|
-
description: string;
|
|
121
|
-
type: string;
|
|
122
|
-
};
|
|
123
|
-
/**
|
|
124
|
-
* The state of the prepared item
|
|
125
|
-
*/
|
|
126
|
-
state: {
|
|
127
|
-
/**
|
|
128
|
-
* UNKNOWN: no object type selected yet, so we don't know which kind of content is supported
|
|
129
|
-
* NOCONTENTALLOWED: no content attachable
|
|
130
|
-
* REQUIRED: content required (e.g. for template types)
|
|
131
|
-
* OPTIONAL: one may or may not add content
|
|
132
|
-
*/
|
|
133
|
-
contentstate: 'UNKNOWN' | 'NOCONTENTALLOWED' | 'REQUIRED' | 'OPTIONAL';
|
|
134
|
-
typeselected: boolean;
|
|
135
|
-
typeselectedallowed: boolean;
|
|
136
|
-
hasallowedtypes: boolean;
|
|
137
|
-
contentset: boolean;
|
|
138
|
-
multicontent: boolean;
|
|
139
|
-
templateset: boolean;
|
|
140
|
-
parentisroot: boolean;
|
|
141
|
-
parentset: boolean;
|
|
142
|
-
};
|
|
143
|
-
/**
|
|
144
|
-
* The target object type selected for the prepared item. To be able to add new items to yuuvis<sup>®</sup> RAD an object type is required to be set up.
|
|
145
|
-
*/
|
|
146
|
-
selectedtype: {
|
|
147
|
-
name: string;
|
|
148
|
-
label: string;
|
|
149
|
-
description: string;
|
|
150
|
-
};
|
|
151
|
-
/**
|
|
152
|
-
* New dms objects may be created from a template. This property stores information about the selected template.
|
|
153
|
-
*/
|
|
154
|
-
template: {
|
|
155
|
-
id: string;
|
|
156
|
-
description: string;
|
|
157
|
-
title: string;
|
|
158
|
-
};
|
|
159
|
-
/**
|
|
160
|
-
* Prepared items are able to perform bulk operations to create new dms objects. So you may add a bunch of files and decide to create one
|
|
161
|
-
* prepared item from it. When all the required properties are set up, the prepared item will create a dms object for each of those files.
|
|
162
|
-
*
|
|
163
|
-
* Contents property holds the list of content files attached to the prepared item
|
|
164
|
-
*/
|
|
165
|
-
contents: PreparedItemContent[];
|
|
166
|
-
/**
|
|
167
|
-
* Based on target location and attached files this property holds a collection of valid object types for the prepared item
|
|
168
|
-
*/
|
|
169
|
-
types: PreparedItemType[];
|
|
170
|
-
/**
|
|
171
|
-
* Prepared items title
|
|
172
|
-
*/
|
|
173
|
-
get title(): string;
|
|
174
|
-
/**
|
|
175
|
-
* Creates a new instance
|
|
176
|
-
* @param json The JSON object received from the backend. This will be used to construct the new prepared item instance
|
|
177
|
-
*/
|
|
178
|
-
constructor(json: any);
|
|
179
|
-
/**
|
|
180
|
-
* Returns true if the preparedItem contains content (template or actual file), false otherwise
|
|
181
|
-
*/
|
|
182
|
-
hasContent(): boolean;
|
|
183
|
-
/**
|
|
184
|
-
* Retrieves the prepared items selected type object from the list
|
|
185
|
-
* of available types.
|
|
186
|
-
* @returns The type object that is selected or NULL
|
|
187
|
-
*/
|
|
188
|
-
getSelectedTypeObject(): PreparedItemType;
|
|
189
|
-
}
|
|
190
|
-
//# sourceMappingURL=prepared-item.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"prepared-item.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/prepared-item.model.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Value class to be used with form elements that support ranges
|
|
3
|
-
*/
|
|
4
|
-
export declare class RangeValue {
|
|
5
|
-
operator: string;
|
|
6
|
-
firstValue: string;
|
|
7
|
-
secondValue?: string;
|
|
8
|
-
/**
|
|
9
|
-
* Creates new instance
|
|
10
|
-
* @param operator The operator (see @link SearchFilter.OPERATOR)
|
|
11
|
-
* @param firstValue The rages first/start value
|
|
12
|
-
* @param secondValue The ranges last/end value
|
|
13
|
-
*/
|
|
14
|
-
constructor(operator: string, firstValue: string, secondValue?: string);
|
|
15
|
-
/**
|
|
16
|
-
* Get the label for a given operator
|
|
17
|
-
* @param operator The operator to retrieve the label for
|
|
18
|
-
* @returns The corresponding label
|
|
19
|
-
*/
|
|
20
|
-
static getOperatorLabel(operator: string): string;
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=range-value.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"range-value.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/range-value.model.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,qBAAa,UAAU;IAQF,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,MAAM;IAClB,WAAW,CAAC,EAAE,MAAM;IARvC;;;;;OAKG;gBACgB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,MAAM,EAClB,WAAW,CAAC,EAAE,MAAM;IAGvC;;;;OAIG;WACW,gBAAgB,CAAC,QAAQ,EAAE,MAAM;CAsBhD"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export declare class UploadFileItem {
|
|
2
|
-
/**
|
|
3
|
-
* Uniqe File Item Id
|
|
4
|
-
*/
|
|
5
|
-
id: string;
|
|
6
|
-
/**
|
|
7
|
-
* File Item name
|
|
8
|
-
*/
|
|
9
|
-
name: string;
|
|
10
|
-
/**
|
|
11
|
-
* File Item Size
|
|
12
|
-
*/
|
|
13
|
-
size: number;
|
|
14
|
-
/**
|
|
15
|
-
* File Item type
|
|
16
|
-
*/
|
|
17
|
-
type: string;
|
|
18
|
-
/**
|
|
19
|
-
* The File Item itself
|
|
20
|
-
*/
|
|
21
|
-
_file: File;
|
|
22
|
-
/**
|
|
23
|
-
* Creates a new instance of UploadFileItem
|
|
24
|
-
*
|
|
25
|
-
* @param id Upload targets unique id
|
|
26
|
-
* @param type Upload targets type
|
|
27
|
-
*/
|
|
28
|
-
constructor(file: File);
|
|
29
|
-
}
|
|
30
|
-
//# sourceMappingURL=upload-file-item.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"upload-file-item.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/upload-file-item.model.ts"],"names":[],"mappings":"AAEA,qBAAa,cAAc;IACzB;;OAEG;IACI,EAAE,EAAE,MAAM,CAAC;IAClB;;OAEG;IACI,IAAI,EAAE,MAAM,CAAC;IACpB;;OAEG;IACI,IAAI,EAAE,MAAM,CAAC;IACpB;;OAEG;IACI,IAAI,EAAE,MAAM,CAAC;IACpB;;OAEG;IACI,KAAK,EAAE,IAAI,CAAC;IAEnB;;;;;OAKG;gBACS,IAAI,EAAE,IAAI;CAOvB"}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { DmsObject } from './dms-object.model';
|
|
2
|
-
import { StructureTreeNode } from '../interface/tree-node.interface';
|
|
3
|
-
export declare class UploadTarget {
|
|
4
|
-
id: string;
|
|
5
|
-
type: string;
|
|
6
|
-
/**
|
|
7
|
-
* general filing target
|
|
8
|
-
*/
|
|
9
|
-
static ROOT: string;
|
|
10
|
-
/**
|
|
11
|
-
* add file(s) to context folder
|
|
12
|
-
*/
|
|
13
|
-
static CONTEXT: string;
|
|
14
|
-
/**
|
|
15
|
-
* add file(s) to context folders dynamic structure
|
|
16
|
-
*/
|
|
17
|
-
static CONTEXT_TREE: string;
|
|
18
|
-
/**
|
|
19
|
-
* set/replace content file of a dms object
|
|
20
|
-
*/
|
|
21
|
-
static OBJECT: string;
|
|
22
|
-
/**
|
|
23
|
-
* custom targets (e.g. for plugin development)
|
|
24
|
-
*/
|
|
25
|
-
static CUSTOM: string;
|
|
26
|
-
name: string;
|
|
27
|
-
description: string;
|
|
28
|
-
/**
|
|
29
|
-
* based on the upload targets type this is the dms object to
|
|
30
|
-
* add/replace content file for (type: OBJECT) or the context folder
|
|
31
|
-
* to add the files to (type: CONTEXT)
|
|
32
|
-
*/
|
|
33
|
-
referenceObject: DmsObject;
|
|
34
|
-
/**
|
|
35
|
-
* node from the structure service tree that may hold additional
|
|
36
|
-
* data to be provide to the prepare service
|
|
37
|
-
*/
|
|
38
|
-
subFolder: StructureTreeNode;
|
|
39
|
-
/**
|
|
40
|
-
* Creates a new instance of UploadTarget
|
|
41
|
-
*
|
|
42
|
-
* @param id Upload targets unique id
|
|
43
|
-
* @param type Upload targets type
|
|
44
|
-
*/
|
|
45
|
-
constructor(id: string, type: string);
|
|
46
|
-
/**
|
|
47
|
-
* Return Method if the Upload is Successfull
|
|
48
|
-
*
|
|
49
|
-
* @param target
|
|
50
|
-
* @returns the provided UploadTarget if the Upload was Successfull.
|
|
51
|
-
*/
|
|
52
|
-
onUploadSuccess(target: any): any;
|
|
53
|
-
/**
|
|
54
|
-
* Return method if the Upload fails
|
|
55
|
-
*
|
|
56
|
-
* @returns an empty Object if the Upload fails
|
|
57
|
-
*/
|
|
58
|
-
onUploadFail(): {};
|
|
59
|
-
}
|
|
60
|
-
//# sourceMappingURL=upload-target.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"upload-target.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/upload-target.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EAAC,iBAAiB,EAAC,MAAM,kCAAkC,CAAC;AAEnE,qBAAa,YAAY;IA2CJ,EAAE,EAAE,MAAM;IACV,IAAI,EAAE,MAAM;IA1C/B;;OAEG;IACH,OAAc,IAAI,SAAU;IAC5B;;OAEG;IACH,OAAc,OAAO,SAAa;IAClC;;OAEG;IACH,OAAc,YAAY,SAAiB;IAC3C;;OAEG;IACH,OAAc,MAAM,SAAY;IAChC;;OAEG;IACH,OAAc,MAAM,SAAY;IAEzB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACI,eAAe,EAAE,SAAS,CAAC;IAClC;;;OAGG;IACI,SAAS,EAAE,iBAAiB,CAAC;IAEpC;;;;;OAKG;gBACgB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM;IAI/B;;;;;OAKG;IACI,eAAe,CAAC,MAAM,EAAE,GAAG,GAAG,GAAG;IAIxC;;;;OAIG;IACI,YAAY,IAAI,EAAE;CAG1B"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { OrgUser } from './org.model';
|
|
2
|
-
/**
|
|
3
|
-
* @ignore
|
|
4
|
-
*/
|
|
5
|
-
export interface WorkItemHistoryPerformer {
|
|
6
|
-
type: string;
|
|
7
|
-
label: string;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* History entry of a work item.
|
|
11
|
-
*/
|
|
12
|
-
export declare class WorkItemHistoryEntry {
|
|
13
|
-
/**
|
|
14
|
-
* Title of the history entry
|
|
15
|
-
*/
|
|
16
|
-
title: string;
|
|
17
|
-
/**
|
|
18
|
-
* Short description of the history entry
|
|
19
|
-
*/
|
|
20
|
-
description: string;
|
|
21
|
-
/**
|
|
22
|
-
* The date (time) this entry was created
|
|
23
|
-
*/
|
|
24
|
-
time: Date;
|
|
25
|
-
/**
|
|
26
|
-
* Index of the history entry (may be used for ordering)
|
|
27
|
-
*/
|
|
28
|
-
number: number;
|
|
29
|
-
/**
|
|
30
|
-
* History entries type
|
|
31
|
-
*/
|
|
32
|
-
type: string;
|
|
33
|
-
/**
|
|
34
|
-
* User that was responsible for creating this entry (e.g. by executing an action)
|
|
35
|
-
*/
|
|
36
|
-
editor: OrgUser;
|
|
37
|
-
/**
|
|
38
|
-
* Collection of performers. Performers are users, groups or roles that received a work item that let to the creation of a history entry.
|
|
39
|
-
* If for example a work item was forwarded, the history entry created for that action will contain the recipients of the forwarded action.
|
|
40
|
-
*/
|
|
41
|
-
performer: WorkItemHistoryPerformer[];
|
|
42
|
-
/**
|
|
43
|
-
* Additional data for special kinds of entries like errors, personalization, periods
|
|
44
|
-
*/
|
|
45
|
-
data: any;
|
|
46
|
-
/**
|
|
47
|
-
* Creates a new instance
|
|
48
|
-
* @param json The JSON object received from the backend. This will be used to construct the new work item history instance
|
|
49
|
-
*/
|
|
50
|
-
constructor(json: any);
|
|
51
|
-
}
|
|
52
|
-
//# sourceMappingURL=work-item-history.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"work-item-history.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/work-item-history.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,aAAa,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,qBAAa,oBAAoB;IAE/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IACX;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;;OAGG;IACH,SAAS,EAAE,wBAAwB,EAAE,CAAC;IACtC;;OAEG;IACH,IAAI,EAAE,GAAG,CAAC;IAEV;;;OAGG;gBACS,IAAI,EAAE,GAAG;CAgDtB"}
|