@eo-sdk/client 10.6.10 → 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/about-state/about-state.component.d.ts.map +1 -1
- 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/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.d.ts.map +1 -1
- package/app/eo-framework/util/services/utilities.service.d.ts +190 -0
- package/app/eo-framework/util/services/utilities.service.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/actions/actions/custom-actions/custom-actions.component.mjs +3 -3
- 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/object-form/object-form/object-form-script/object-form-script.service.mjs +4 -4
- package/esm2020/app/eo-framework/object-form/object-form/object-form-script/object-form-scripting-scope.mjs +7 -7
- package/esm2020/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
- package/esm2020/app/eo-framework/quick-search/quick-search/quick-search.component.mjs +3 -3
- package/esm2020/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +2 -2
- package/esm2020/app/eo-framework/util/services/utilities.service.mjs +4 -1
- package/fesm2015/eo-sdk-client.mjs +74 -46
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +74 -46
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/misc/scripts/exclude-core-ng-package.js +11 -0
- package/misc/scripts/prebuild-about-state.js +2 -3
- package/package.json +3 -11
- 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,31 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { Event } from '../../interface/event.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Triggerable and Subscribable events
|
|
6
|
-
*/
|
|
7
|
-
export declare class EventService {
|
|
8
|
-
private eventSource;
|
|
9
|
-
/**
|
|
10
|
-
* Eventstream to subscribe to
|
|
11
|
-
*/
|
|
12
|
-
event$: Observable<any>;
|
|
13
|
-
/**
|
|
14
|
-
* @ignore
|
|
15
|
-
*/
|
|
16
|
-
constructor();
|
|
17
|
-
/**
|
|
18
|
-
* Trigger an global event
|
|
19
|
-
* @param type Type/key of the event
|
|
20
|
-
* @param data Data to be send along with the event
|
|
21
|
-
*/
|
|
22
|
-
trigger(type: string, data?: any): void;
|
|
23
|
-
/**
|
|
24
|
-
* Listen on a triggered event
|
|
25
|
-
* @param types Type/key of the event
|
|
26
|
-
*/
|
|
27
|
-
on(...types: string[]): Observable<Event>;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EventService, never>;
|
|
29
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<EventService>;
|
|
30
|
-
}
|
|
31
|
-
//# sourceMappingURL=event.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"event.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/events/event.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,UAAU,EAAU,MAAM,MAAM,CAAC;AACzC,OAAO,EAAC,KAAK,EAAC,MAAM,iCAAiC,CAAA;;AAErD;;GAEG;AACH,qBAGa,YAAY;IAEvB,OAAO,CAAC,WAAW,CAAwB;IAC3C;;OAEG;IACI,MAAM,EAAE,UAAU,CAAC,GAAG,CAAC,CAAmC;IAEjE;;OAEG;;IAIH;;;;OAIG;IACH,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,GAAG;IAIhC;;;OAGG;IACH,EAAE,CAAC,GAAG,KAAK,EAAE,MAAM,EAAE,GAAG,UAAU,CAAC,KAAK,CAAC;yCA3B9B,YAAY;6CAAZ,YAAY;CA+BxB"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Events emitted by parts of the application
|
|
3
|
-
*/
|
|
4
|
-
export declare const EnaioEvent: {
|
|
5
|
-
LOGOUT: string;
|
|
6
|
-
CLIENT_LOCALE_CHANGED: string;
|
|
7
|
-
SCHEMA_LOCALE_CHANGED: string;
|
|
8
|
-
DMS_OBJECT_LOADED: string;
|
|
9
|
-
DMS_OBJECT_DELETED: string;
|
|
10
|
-
DMS_OBJECT_VERSION_RESTORED: string;
|
|
11
|
-
DMS_OBJECT_RESTORED_OR_DELETED: string;
|
|
12
|
-
DMS_OBJECT_FAVORITE_ON: string;
|
|
13
|
-
DMS_OBJECT_FAVORITE_OFF: string;
|
|
14
|
-
DMS_OBJECT_UPDATED: string;
|
|
15
|
-
DMS_OBJECT_PASTED: string;
|
|
16
|
-
INBOX_ITEM_CONFIRMED: string;
|
|
17
|
-
PROCESS_FILE_CHANGED: string;
|
|
18
|
-
EO_DIALOG_STACK_CHANGED: string;
|
|
19
|
-
SYSTEM_STATUS_SCHEMA_CHANGED: string;
|
|
20
|
-
SYSTEM_STATUS_ORG_CHANGED: string;
|
|
21
|
-
SYSTEM_STATUS_SEC_CHANGED: string;
|
|
22
|
-
SYSTEM_STATUS_ACL_CHANGED: string;
|
|
23
|
-
SYSTEM_STATUS_INBOX_CHANGED: string;
|
|
24
|
-
EO_LICENSE_GRID: string;
|
|
25
|
-
SYSTEM_STATUS_IMAGE_CHANGE: string;
|
|
26
|
-
};
|
|
27
|
-
//# sourceMappingURL=events.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/events/events.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;CAsBtB,CAAC"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { BackendService } from '../backend/backend.service';
|
|
3
|
-
import { InboxItem, InboxState } from '../../model/inbox-item.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* InboxService handles interaction with the inbox service on the backend side.
|
|
7
|
-
*/
|
|
8
|
-
export declare class InboxService {
|
|
9
|
-
private backend;
|
|
10
|
-
private MAX_PAGE_SIZE;
|
|
11
|
-
private inboxState;
|
|
12
|
-
private inboxStateSource;
|
|
13
|
-
inboxState$: Observable<InboxState>;
|
|
14
|
-
private inboxItems;
|
|
15
|
-
private inboxItemsSource;
|
|
16
|
-
inboxItemsGridData$: Observable<InboxItem[]>;
|
|
17
|
-
inboxItems$: Observable<InboxItem[]>;
|
|
18
|
-
constructor(backend: BackendService);
|
|
19
|
-
/**
|
|
20
|
-
* Fetches inbox items from the backend.
|
|
21
|
-
*
|
|
22
|
-
* @returns Observable of inbox items.
|
|
23
|
-
*/
|
|
24
|
-
getItems(): Observable<InboxItem[]>;
|
|
25
|
-
private getAllPages;
|
|
26
|
-
private getPage;
|
|
27
|
-
/**
|
|
28
|
-
* Fetches state informations for the users inbox
|
|
29
|
-
*
|
|
30
|
-
* @returns inbox state object
|
|
31
|
-
*/
|
|
32
|
-
getState(): InboxState;
|
|
33
|
-
/**
|
|
34
|
-
* Public access to fetch inbox
|
|
35
|
-
*/
|
|
36
|
-
refreshInboxState(): void;
|
|
37
|
-
/**
|
|
38
|
-
* Retrieve inbox state
|
|
39
|
-
*/
|
|
40
|
-
private fetchInboxState;
|
|
41
|
-
/**
|
|
42
|
-
* Removes an item from the inbox.
|
|
43
|
-
*
|
|
44
|
-
* @param item inbox item to be removed
|
|
45
|
-
* @returns Observable<any>
|
|
46
|
-
*/
|
|
47
|
-
removeItem(item: InboxItem): Observable<any>;
|
|
48
|
-
/**
|
|
49
|
-
* Soft update for data in the inbox.
|
|
50
|
-
*
|
|
51
|
-
* @param id
|
|
52
|
-
* @param item
|
|
53
|
-
* @param multi
|
|
54
|
-
*/
|
|
55
|
-
updateInboxItems(id?: string, item?: any, multi?: any[]): void;
|
|
56
|
-
/**
|
|
57
|
-
* Marks an inbox item as read.
|
|
58
|
-
*
|
|
59
|
-
* @param item the item to be marked as read
|
|
60
|
-
* @returns Observable<any>
|
|
61
|
-
*/
|
|
62
|
-
markAsRead(item: InboxItem): Observable<any>;
|
|
63
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InboxService, never>;
|
|
64
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<InboxService>;
|
|
65
|
-
}
|
|
66
|
-
//# sourceMappingURL=inbox.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"inbox.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/inbox/inbox.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAQ,UAAU,EAAgB,MAAM,MAAM,CAAC;AACtD,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,SAAS,EAAE,UAAU,EAAC,MAAM,8BAA8B,CAAC;;AAGnE;;GAEG;AACH,qBAGa,YAAY;IAcX,OAAO,CAAC,OAAO;IAX3B,OAAO,CAAC,aAAa,CAAQ;IAE7B,OAAO,CAAC,UAAU,CAAa;IAC/B,OAAO,CAAC,gBAAgB,CAAoC;IACrD,WAAW,EAAE,UAAU,CAAC,UAAU,CAAC,CAAwC;IAElF,OAAO,CAAC,UAAU,CAAc;IAChC,OAAO,CAAC,gBAAgB,CAAqC;IACtD,mBAAmB,EAAE,UAAU,CAAC,SAAS,EAAE,CAAC,CAAwC;IACpF,WAAW,EAAE,UAAU,CAAC,SAAS,EAAE,CAAC,CAA8D;gBAErF,OAAO,EAAE,cAAc;IAG3C;;;;OAIG;IACH,QAAQ,IAAI,UAAU,CAAC,SAAS,EAAE,CAAC;IAYnC,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,OAAO;IAKf;;;;OAIG;IACH,QAAQ,IAAI,UAAU;IAItB;;OAEG;IACH,iBAAiB;IAIjB;;OAEG;IACH,OAAO,CAAC,eAAe;IAUvB;;;;;OAKG;IACH,UAAU,CAAC,IAAI,EAAE,SAAS,GAAG,UAAU,CAAC,GAAG,CAAC;IAQ5C;;;;;;OAMG;IACI,gBAAgB,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,GAAG,EAAE;IAM9D;;;;;OAKG;IACH,UAAU,CAAC,IAAI,EAAE,SAAS,GAAG,UAAU,CAAC,GAAG,CAAC;yCAjHjC,YAAY;6CAAZ,YAAY;CAoHxB"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ILogger } from '../../interface/logger.interface';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* @ignore
|
|
5
|
-
* logger logging values to the ambient console object.
|
|
6
|
-
*/
|
|
7
|
-
export declare class ConsoleLogService implements ILogger {
|
|
8
|
-
private apply;
|
|
9
|
-
assert(...args: any[]): void;
|
|
10
|
-
debug(...args: any[]): void;
|
|
11
|
-
error(...args: any[]): void;
|
|
12
|
-
group(...args: any[]): void;
|
|
13
|
-
groupEnd(...args: any[]): void;
|
|
14
|
-
info(...args: any[]): void;
|
|
15
|
-
log(...args: any[]): void;
|
|
16
|
-
warn(...args: any[]): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConsoleLogService, never>;
|
|
18
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ConsoleLogService>;
|
|
19
|
-
}
|
|
20
|
-
//# sourceMappingURL=console-log.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"console-log.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/logger/console-log.service.ts"],"names":[],"mappings":"AAOA,OAAO,EAAC,OAAO,EAAC,MAAM,kCAAkC,CAAC;;AAEzD;;;GAGG;AACH,qBACa,iBAAkB,YAAW,OAAO;IAE/C,OAAO,CAAC,KAAK;IAIN,MAAM,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI5B,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI3B,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI3B,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI3B,QAAQ,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI9B,IAAI,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI1B,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAIzB,IAAI,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;yCAlCtB,iBAAiB;6CAAjB,iBAAiB;CAqC7B"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ILogger } from '../../interface/logger.interface';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Set up the default logger.
|
|
5
|
-
* The default logger doesn't actually log anything;
|
|
6
|
-
* but, it provides the Dependency-Injection (DI) token that the rest of the application can use
|
|
7
|
-
* for dependency resolution. Each platform can then override this with a platform-specific logger implementation,
|
|
8
|
-
* like the [ConsoleLogService]{@link ConsoleLogService}.
|
|
9
|
-
*/
|
|
10
|
-
/**
|
|
11
|
-
* @ignore
|
|
12
|
-
*/
|
|
13
|
-
export declare class Logger implements ILogger {
|
|
14
|
-
assert(...args: any[]): void;
|
|
15
|
-
error(...args: any[]): void;
|
|
16
|
-
debug(...args: any[]): void;
|
|
17
|
-
group(...args: any[]): void;
|
|
18
|
-
groupEnd(...args: any[]): void;
|
|
19
|
-
info(...args: any[]): void;
|
|
20
|
-
log(...args: any[]): void;
|
|
21
|
-
warn(...args: any[]): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Logger, never>;
|
|
23
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<Logger>;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=logger.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/logger/logger.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,kCAAkC,CAAC;;AAGzD;;;;;;GAMG;AAEH;;GAEG;AACH,qBAGa,MAAO,YAAW,OAAO;IAE7B,MAAM,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI5B,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI3B,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI3B,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI3B,QAAQ,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI9B,IAAI,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI1B,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAIzB,IAAI,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;yCA9BtB,MAAM;6CAAN,MAAM;CAkClB"}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { ToastrService } from 'ngx-toastr';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Wrapper for Toastr Service
|
|
5
|
-
*/
|
|
6
|
-
export declare class NotificationsService {
|
|
7
|
-
private toastrService;
|
|
8
|
-
/**
|
|
9
|
-
* Default Notofication Options
|
|
10
|
-
*
|
|
11
|
-
*/
|
|
12
|
-
private options;
|
|
13
|
-
constructor(toastrService: ToastrService);
|
|
14
|
-
/**
|
|
15
|
-
* Show info colored massage (blue)
|
|
16
|
-
*
|
|
17
|
-
* @param string title
|
|
18
|
-
* @param string msg
|
|
19
|
-
*/
|
|
20
|
-
info(title: string, msg?: string): void;
|
|
21
|
-
/**
|
|
22
|
-
* Show confirm colored massage (blue)
|
|
23
|
-
*
|
|
24
|
-
* @param string title
|
|
25
|
-
* @param string msg
|
|
26
|
-
* @param onAdd
|
|
27
|
-
* @param onRemove
|
|
28
|
-
*/
|
|
29
|
-
confirm(title: string, msg?: string, onAdd?: any, onRemove?: any): void;
|
|
30
|
-
/**
|
|
31
|
-
* Show success colored massage (green)
|
|
32
|
-
* @param string title
|
|
33
|
-
* @param string msg
|
|
34
|
-
*/
|
|
35
|
-
success(title: string, msg?: string): void;
|
|
36
|
-
/**
|
|
37
|
-
* can not be in use
|
|
38
|
-
*
|
|
39
|
-
* @param string title
|
|
40
|
-
* @param string msg
|
|
41
|
-
*/
|
|
42
|
-
wait(title: string, msg?: string): void;
|
|
43
|
-
/**
|
|
44
|
-
* Show error colored massage (red)
|
|
45
|
-
*
|
|
46
|
-
* @param string title
|
|
47
|
-
* @param string msg
|
|
48
|
-
*/
|
|
49
|
-
error(title: string, msg?: string): void;
|
|
50
|
-
/**
|
|
51
|
-
* Show warning colored massage (yellow)
|
|
52
|
-
*
|
|
53
|
-
* @param string title
|
|
54
|
-
* @param string msg
|
|
55
|
-
*/
|
|
56
|
-
warning(title: string, msg?: string): void;
|
|
57
|
-
/**
|
|
58
|
-
* Public wrapper for accessing the Toastr
|
|
59
|
-
*
|
|
60
|
-
* @param string title
|
|
61
|
-
* @param string msg
|
|
62
|
-
* @param string mode
|
|
63
|
-
* @param _options
|
|
64
|
-
*/
|
|
65
|
-
private toast;
|
|
66
|
-
/**
|
|
67
|
-
* Accessing the toastr service
|
|
68
|
-
*
|
|
69
|
-
* @param string msg
|
|
70
|
-
* @param string title
|
|
71
|
-
* @param options
|
|
72
|
-
* @param string mode
|
|
73
|
-
*/
|
|
74
|
-
private doToast;
|
|
75
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsService, never>;
|
|
76
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NotificationsService>;
|
|
77
|
-
}
|
|
78
|
-
//# sourceMappingURL=notifications.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"notifications.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/notifications/notifications.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;;AAE3C;;GAEG;AACH,qBAGa,oBAAoB;IAYnB,OAAO,CAAC,aAAa;IAVjC;;;OAGG;IACH,OAAO,CAAC,OAAO,CAIb;gBAEkB,aAAa,EAAE,aAAa;IAGhD;;;;;OAKG;IACH,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM;IAIhC;;;;;;;OAOG;IACH,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,GAAG,EAAE,QAAQ,CAAC,EAAE,GAAG;IAIhE;;;;OAIG;IACH,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM;IAInC;;;;;OAKG;IACH,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM;IAIhC;;;;;OAKG;IACH,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM;IAOjC;;;;;OAKG;IACH,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM;IAInC;;;;;;;OAOG;IACH,OAAO,CAAC,KAAK;IAOb;;;;;;;OAOG;IACH,OAAO,CAAC,OAAO;yCAtGJ,oBAAoB;6CAApB,oBAAoB;CAiIhC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"objectTypes.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/prepare/objectTypes.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,+BAA+B,CAAC;AAEzD;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB"}
|
|
@@ -1,189 +0,0 @@
|
|
|
1
|
-
import { BackendService } from '../backend/backend.service';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { ObjectType } from '../../model/object-type.model';
|
|
4
|
-
import { PreparedItem, PreparedItemTemplate } from '../../model/prepared-item.model';
|
|
5
|
-
import { UploadService } from '../upload/upload.service';
|
|
6
|
-
import { UploadTarget } from '../../model/upload-target.model';
|
|
7
|
-
import { UploadFileItem } from '../../model/upload-file-item.model';
|
|
8
|
-
import { IPrepareChildTypes } from './objectTypes.interface';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* @ignore
|
|
12
|
-
*/
|
|
13
|
-
export interface PreparedPostParam {
|
|
14
|
-
parentId: string;
|
|
15
|
-
/**
|
|
16
|
-
* flag indicating whether or not to create one PreparedItem using multiple files uploaded (false)
|
|
17
|
-
* or creating a PreparedItem for each file posted to the URL (true)
|
|
18
|
-
*/
|
|
19
|
-
createMany?: boolean;
|
|
20
|
-
childType?: string;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Collection of Prepare Services
|
|
24
|
-
*/
|
|
25
|
-
export declare class PrepareService {
|
|
26
|
-
private backend;
|
|
27
|
-
private uploadService;
|
|
28
|
-
private preparedItems;
|
|
29
|
-
private preparedItemsSource;
|
|
30
|
-
preparedItems$: Observable<PreparedItem[]>;
|
|
31
|
-
private preparedItemCount;
|
|
32
|
-
private preparedItemCountSource;
|
|
33
|
-
preparedItemCount$: Observable<number>;
|
|
34
|
-
constructor(backend: BackendService, uploadService: UploadService);
|
|
35
|
-
/**
|
|
36
|
-
* Public Fetch Prepare items
|
|
37
|
-
*/
|
|
38
|
-
refreshPreparedItemsCount(): void;
|
|
39
|
-
/**
|
|
40
|
-
* Fetches the number of prepared items for the current user.
|
|
41
|
-
*/
|
|
42
|
-
private fetchPreparedItemsCount;
|
|
43
|
-
/**
|
|
44
|
-
* Creates a prepared item on the backed side.
|
|
45
|
-
*
|
|
46
|
-
* @param parentId The ID of the parent dms object to add the prepared item to
|
|
47
|
-
* @param childType The type of object to be created
|
|
48
|
-
* @returns Observable<any>
|
|
49
|
-
*/
|
|
50
|
-
i: number;
|
|
51
|
-
createPreparedItem(parentId: string, childType?: string): Observable<any>;
|
|
52
|
-
/**
|
|
53
|
-
*
|
|
54
|
-
* @param preparedItemId
|
|
55
|
-
* @param data
|
|
56
|
-
* @returns Observable<any>
|
|
57
|
-
*/
|
|
58
|
-
updatePreparedItemIndexData(preparedItemId: any, data: any): Observable<any>;
|
|
59
|
-
/**
|
|
60
|
-
* Creates an URL for creating a PreparedItem.
|
|
61
|
-
*
|
|
62
|
-
* @param params Params for generating appropriate uri.
|
|
63
|
-
* @returns string A POST URL for creating PreparedItems
|
|
64
|
-
*/
|
|
65
|
-
createPreparedItemPostUrl(params: PreparedPostParam): string;
|
|
66
|
-
/**
|
|
67
|
-
* Retrieves a list of the users prepared items.
|
|
68
|
-
*
|
|
69
|
-
* @param noForms If set to true the prepared items will be fetched without the form which is faster
|
|
70
|
-
* @returns Observable<PreparedItem[]> A collection of prepared item objects
|
|
71
|
-
*/
|
|
72
|
-
getPreparedItems$(noForms?: boolean): Observable<PreparedItem[]>;
|
|
73
|
-
/**
|
|
74
|
-
* Retrieve PrepareItems and form them
|
|
75
|
-
*
|
|
76
|
-
* @param boolean noForms
|
|
77
|
-
* @returns Observable<PreparedItem[]>
|
|
78
|
-
*/
|
|
79
|
-
private fetchPreparedItems;
|
|
80
|
-
/**
|
|
81
|
-
* Removes a prepared item.
|
|
82
|
-
*
|
|
83
|
-
* @param preparedItemId ID of the item to be removed
|
|
84
|
-
* @returns Observable<any> Server response
|
|
85
|
-
*/
|
|
86
|
-
deletePreparedItem(preparedItemId: string): Observable<any>;
|
|
87
|
-
/**
|
|
88
|
-
* Fetches a list of object types allowed to be placed directly below root.
|
|
89
|
-
*
|
|
90
|
-
* @returns Observable<ObjectType[]> A list of supported object types
|
|
91
|
-
*/
|
|
92
|
-
getPrepareRootTypes(): Observable<ObjectType[]>;
|
|
93
|
-
/**
|
|
94
|
-
* Fetches a list of allowed child object types for a selected parent.
|
|
95
|
-
*
|
|
96
|
-
* @param parentId The id of the parent dms object (context folder)
|
|
97
|
-
* @param withContentOnly If set to true only child types, that support content are returned.
|
|
98
|
-
* @returns Observable<IPrepareChildTypes> A list of supported object types
|
|
99
|
-
*/
|
|
100
|
-
getPrepareChildTypes(parentId: string, withContentOnly?: boolean): Observable<IPrepareChildTypes>;
|
|
101
|
-
/**
|
|
102
|
-
* fetch the preview uri for a prepared item
|
|
103
|
-
*
|
|
104
|
-
* @param id The id of the prepared item
|
|
105
|
-
* @param index When a prepared item contains more than one contents, the index specifies which content
|
|
106
|
-
* @param rendition Target rendition (PDF)
|
|
107
|
-
* to retrieve the preview uri for
|
|
108
|
-
* @returns string Preview uri
|
|
109
|
-
*/
|
|
110
|
-
getPreviewUri(id: string, index?: number, rendition?: string): string;
|
|
111
|
-
/**
|
|
112
|
-
* Updates the prepared items target object type.
|
|
113
|
-
*
|
|
114
|
-
* @param objectType The target object types name
|
|
115
|
-
* @param preparedItemId The id of the prepared item to set the type for
|
|
116
|
-
* @returns Observable<PreparedItem> The updated prepared item
|
|
117
|
-
*/
|
|
118
|
-
updateChildType(objectType: string, preparedItemId: string): Observable<PreparedItem>;
|
|
119
|
-
/**
|
|
120
|
-
* Add a template to a prepared item.
|
|
121
|
-
*
|
|
122
|
-
* @param preparedItemId The id of the prepared item to add the template to
|
|
123
|
-
* @param templateId The id of the template to be added
|
|
124
|
-
* @returns Observable<PreparedItem> The updated prepared item
|
|
125
|
-
*/
|
|
126
|
-
addTemplate(preparedItemId: any, templateId: any): Observable<PreparedItem>;
|
|
127
|
-
/**
|
|
128
|
-
* Fetches a list of available templates for a given object type.
|
|
129
|
-
*
|
|
130
|
-
* @param Observable<PreparedItemTemplate[]> objectTypeName
|
|
131
|
-
*/
|
|
132
|
-
getTemplates(objectTypeName: string): Observable<PreparedItemTemplate[]>;
|
|
133
|
-
/**
|
|
134
|
-
* Returns url of a template preview
|
|
135
|
-
*
|
|
136
|
-
* @param id Template ID
|
|
137
|
-
* @param rendition Target rendition (PDF)
|
|
138
|
-
* @returns string The template preview url.
|
|
139
|
-
*/
|
|
140
|
-
getTemplatePreviewUri(id: any, rendition?: string): string;
|
|
141
|
-
/**
|
|
142
|
-
* Commit a prepared item. This will create an actual dms object.
|
|
143
|
-
* Updates the prepared creation object target type
|
|
144
|
-
*
|
|
145
|
-
* @param preparedItemId ID of the prepared item
|
|
146
|
-
* @param preparedItemType Name of the prepared items target object type
|
|
147
|
-
* @param preparedItemData Object holding data of the prepared item
|
|
148
|
-
* @returns The id of the created dms object
|
|
149
|
-
*/
|
|
150
|
-
commitPreparedItem(preparedItemId: any, preparedItemType: any, preparedItemData: any): Observable<any>;
|
|
151
|
-
/**
|
|
152
|
-
* Upload Content
|
|
153
|
-
*
|
|
154
|
-
* @param string preparedItemId
|
|
155
|
-
* @param File file
|
|
156
|
-
* @returns Observable<any>
|
|
157
|
-
*/
|
|
158
|
-
uploadContent(preparedItemId: string, file: File): Observable<any>;
|
|
159
|
-
/**
|
|
160
|
-
* Uploads files to an upload target.
|
|
161
|
-
*
|
|
162
|
-
* @param uploadTarget The upload target to upload files to
|
|
163
|
-
* @param uploadFiles Files to be uploaded
|
|
164
|
-
* @param useBatchUpload Flag indicating whether or not to use batch processing on the backend side
|
|
165
|
-
* @returns Observable<any>
|
|
166
|
-
*/
|
|
167
|
-
uploadToTarget(uploadTarget: UploadTarget, uploadFiles: UploadFileItem[], useBatchUpload?: boolean): Observable<any>;
|
|
168
|
-
/**
|
|
169
|
-
* Get the uri to post files to based on the upload target.
|
|
170
|
-
*
|
|
171
|
-
* @param uploadTarget The target to upload files to
|
|
172
|
-
* @param useBatchUpload Flag indicating whether or not to upload all files in a single post
|
|
173
|
-
* @returns string the uri
|
|
174
|
-
*/
|
|
175
|
-
private getUploadTarget;
|
|
176
|
-
/**
|
|
177
|
-
* Deletes a prepared creation object content element by index or the complete content.
|
|
178
|
-
* If you provide an index the content consists only of one element,
|
|
179
|
-
* the content is completely removed from the prepared creation object.
|
|
180
|
-
*
|
|
181
|
-
* @param preparedItemId ID of the item with the content to be removed
|
|
182
|
-
* @param index Parameter that determines which content element should be deleted.
|
|
183
|
-
* @returns Observable<PreparedItem> The updated prepared item
|
|
184
|
-
*/
|
|
185
|
-
deletePreparedItemContent(preparedItemId: string, index?: number): Observable<PreparedItem>;
|
|
186
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PrepareService, never>;
|
|
187
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PrepareService>;
|
|
188
|
-
}
|
|
189
|
-
//# sourceMappingURL=prepare.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"prepare.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/prepare/prepare.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"search-filter-type.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/search/search-filter-type.interface.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,WAAW,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;CACnB"}
|