@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,216 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import { ChangePasswordInterface } from '../../interface/change-password.interface';
|
|
4
|
-
import { BackendService } from '../backend/backend.service';
|
|
5
|
-
import { EoUser } from '../../model/eo-user.model';
|
|
6
|
-
import { Config } from '../config/config.service';
|
|
7
|
-
import { Logger } from '../logger/logger';
|
|
8
|
-
import { SystemService } from '../system/system.service';
|
|
9
|
-
import { EventService } from '../events/event.service';
|
|
10
|
-
import { HttpClient } from '@angular/common/http';
|
|
11
|
-
import { WidgetGridWorkspaceConfig } from '@yuuvis/widget-grid';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
/**
|
|
14
|
-
* Applications user service.
|
|
15
|
-
* To get the current user you have to subscribe to the services `user$` observable.
|
|
16
|
-
*
|
|
17
|
-
* ```javascript
|
|
18
|
-
* userService.user$.subscribe((user) => this.user = user);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* This way your component will be provided with an up-to-date user object no matter
|
|
22
|
-
* which component changes on of the users properties.
|
|
23
|
-
*/
|
|
24
|
-
export declare class UserService {
|
|
25
|
-
private backend;
|
|
26
|
-
private translate;
|
|
27
|
-
private logger;
|
|
28
|
-
private eventService;
|
|
29
|
-
private system;
|
|
30
|
-
private http;
|
|
31
|
-
private config;
|
|
32
|
-
USER_FETCH_URI: string;
|
|
33
|
-
private user;
|
|
34
|
-
private userSource;
|
|
35
|
-
/**
|
|
36
|
-
* Observable emitting the current user
|
|
37
|
-
*/
|
|
38
|
-
user$: Observable<any>;
|
|
39
|
-
private favorites;
|
|
40
|
-
private favoritesSource;
|
|
41
|
-
/**
|
|
42
|
-
* Observable emitting current users favorites
|
|
43
|
-
*/
|
|
44
|
-
favoritesGridData$: Observable<any>;
|
|
45
|
-
favorites$: Observable<any>;
|
|
46
|
-
private notifications;
|
|
47
|
-
private notificationsSource;
|
|
48
|
-
/**
|
|
49
|
-
* Observable emitting current users recyclebin
|
|
50
|
-
*/
|
|
51
|
-
private recycles;
|
|
52
|
-
private recyclesSource;
|
|
53
|
-
recyclesGridData$: Observable<any>;
|
|
54
|
-
recycles$: Observable<any>;
|
|
55
|
-
/**
|
|
56
|
-
* Observable emitting current users notifications
|
|
57
|
-
*/
|
|
58
|
-
notificationsGridData$: Observable<any>;
|
|
59
|
-
notifications$: Observable<any>;
|
|
60
|
-
passwordValidationSettings: any;
|
|
61
|
-
/**
|
|
62
|
-
* @ignore
|
|
63
|
-
*/
|
|
64
|
-
constructor(backend: BackendService, translate: TranslateService, logger: Logger, eventService: EventService, system: SystemService, http: HttpClient, config: Config);
|
|
65
|
-
/**
|
|
66
|
-
* Gets the current user.
|
|
67
|
-
* @returns The current user or NULL if no user is logged in
|
|
68
|
-
*/
|
|
69
|
-
getCurrentUser(): EoUser;
|
|
70
|
-
/**
|
|
71
|
-
* Set presence of the current user
|
|
72
|
-
* @param present Value to set the users presence to
|
|
73
|
-
*/
|
|
74
|
-
setPresence(present: boolean): Observable<any>;
|
|
75
|
-
/**
|
|
76
|
-
*
|
|
77
|
-
* @param uri
|
|
78
|
-
* @returns
|
|
79
|
-
*/
|
|
80
|
-
delUserImage(uri: string): Observable<any>;
|
|
81
|
-
setUserImage(file: File): Observable<any>;
|
|
82
|
-
/**
|
|
83
|
-
* Sets the deputies for the current user
|
|
84
|
-
* @param deputiesNames Names of the users to be set as deputies
|
|
85
|
-
*/
|
|
86
|
-
setDeputies(deputiesNames: string[]): Observable<any>;
|
|
87
|
-
/**
|
|
88
|
-
* Change the users client locale
|
|
89
|
-
* @param iso ISO locale string to be set as new client locale
|
|
90
|
-
*/
|
|
91
|
-
changeClientLocale(iso: string): void;
|
|
92
|
-
/**
|
|
93
|
-
* Change the users schema locale
|
|
94
|
-
* @param iso ISO locale string to be set as new schema locale
|
|
95
|
-
*/
|
|
96
|
-
changeSchemaLocale(iso: string): Observable<any>;
|
|
97
|
-
/**
|
|
98
|
-
* Set a new current user
|
|
99
|
-
* @param res The user to be set as current user
|
|
100
|
-
*/
|
|
101
|
-
setCurrentUser(res: any): void;
|
|
102
|
-
/**
|
|
103
|
-
* Fetches the current users favorites
|
|
104
|
-
*/
|
|
105
|
-
getFavorites(): Observable<any>;
|
|
106
|
-
/**
|
|
107
|
-
* Soft update for the users favorites
|
|
108
|
-
* @param id ID of the favorite to be updated
|
|
109
|
-
* @param item The new favorite item
|
|
110
|
-
* @param multi Whether or not to update multiple items
|
|
111
|
-
*/
|
|
112
|
-
updateFavorites(id?: string, item?: any, multi?: any[]): void;
|
|
113
|
-
/**
|
|
114
|
-
* Gets the users notifications (resubmissions and subscriptions)
|
|
115
|
-
* @returns Resolved by list of the users notifications
|
|
116
|
-
*/
|
|
117
|
-
getNotifications(): Observable<any>;
|
|
118
|
-
/**
|
|
119
|
-
* Gets the users resubmissions
|
|
120
|
-
* @returns Collection of users resubmissions
|
|
121
|
-
*/
|
|
122
|
-
getResubmission(): Observable<any>;
|
|
123
|
-
/**
|
|
124
|
-
* Gets the users subscriptions
|
|
125
|
-
* @returns Collection of users subscriptions
|
|
126
|
-
*/
|
|
127
|
-
getSubscription(): Observable<any>;
|
|
128
|
-
/**
|
|
129
|
-
* Removes a notification
|
|
130
|
-
* @param id ID of the notification to be removed
|
|
131
|
-
* @param type The notifications type ('SUBSCRIPTION', 'RESUBMISSION')
|
|
132
|
-
*/
|
|
133
|
-
removeNotifications(id: string, type: string): Observable<any>;
|
|
134
|
-
/**
|
|
135
|
-
* Soft update for users notifications
|
|
136
|
-
*/
|
|
137
|
-
updateNotifications(id?: string, item?: any, multi?: any[]): void;
|
|
138
|
-
/**
|
|
139
|
-
* Gets the URI to a users avatar image
|
|
140
|
-
* @param userId The users ID
|
|
141
|
-
* @returns URI to the user image
|
|
142
|
-
*/
|
|
143
|
-
getUserImageUri(userId: string): string;
|
|
144
|
-
/**
|
|
145
|
-
* Removes a favorite item
|
|
146
|
-
* @param favoriteId ID of the favorite item to be removed
|
|
147
|
-
*/
|
|
148
|
-
removeFavorite(favoriteId: string): Observable<any>;
|
|
149
|
-
/**
|
|
150
|
-
* Create a new favorite item for the current user
|
|
151
|
-
* @param id ID of the dms object to be set up as favorite
|
|
152
|
-
* @param type The object type of the dms object
|
|
153
|
-
* @param title The favorites title
|
|
154
|
-
*/
|
|
155
|
-
createFavorite(id: string, type: string, title: string): Observable<any>;
|
|
156
|
-
/**
|
|
157
|
-
* @ignore
|
|
158
|
-
*/
|
|
159
|
-
removeFavoritesForTarget(id: string): Observable<any>;
|
|
160
|
-
/**
|
|
161
|
-
* Gets the users recyclebin
|
|
162
|
-
*/
|
|
163
|
-
getRecycleBin(): Observable<any>;
|
|
164
|
-
/**
|
|
165
|
-
* Changes the users preferred lock mode and persists it on the server
|
|
166
|
-
* @param lock The value to set the lock settings to
|
|
167
|
-
*/
|
|
168
|
-
changeLockSetting(lock: string): Observable<void>;
|
|
169
|
-
hasPrivilege(privilege: string): boolean;
|
|
170
|
-
/**
|
|
171
|
-
* Changes the users password and persists it on the server
|
|
172
|
-
*/
|
|
173
|
-
changePassword(payload: ChangePasswordInterface): Observable<any>;
|
|
174
|
-
/**
|
|
175
|
-
* Fetches the settings for the current user and stores the new User object on the session
|
|
176
|
-
*/
|
|
177
|
-
private refreshCurrentUser;
|
|
178
|
-
validatePassword(password: string): {
|
|
179
|
-
type: string;
|
|
180
|
-
amount: number;
|
|
181
|
-
};
|
|
182
|
-
/**
|
|
183
|
-
* Changes the users saved inbox filter terms
|
|
184
|
-
* @param filterTerms The value to set the saved inbox filters list to
|
|
185
|
-
*/
|
|
186
|
-
changeSavedInboxFilters(filterTerms: string[]): Observable<void>;
|
|
187
|
-
/**
|
|
188
|
-
* Save or change the workspace of the current user
|
|
189
|
-
* @param workspaceConfig The value to set the saved workspace or create a new workspace
|
|
190
|
-
*/
|
|
191
|
-
saveChangeWorkspace(workspaceConfig: WidgetGridWorkspaceConfig): Observable<void>;
|
|
192
|
-
/**
|
|
193
|
-
* Get all the field definitions of an object type
|
|
194
|
-
* @param type The object type
|
|
195
|
-
*/
|
|
196
|
-
getFieldDefinition(type: string): Observable<any>;
|
|
197
|
-
/**
|
|
198
|
-
* Save or change the visibility state of dashboard toolbar for the current user
|
|
199
|
-
* @param toolbarVisibility The visibility state
|
|
200
|
-
*/
|
|
201
|
-
saveToolbarState(toolbarVisibility: boolean): Observable<void>;
|
|
202
|
-
/**
|
|
203
|
-
* Save the local storage settings
|
|
204
|
-
* @param localSettings The local settings to be saved from the localstorage
|
|
205
|
-
* @param cacheSettings The local settings to be saved from the app cache
|
|
206
|
-
*/
|
|
207
|
-
saveLocalSettings(localSettings: any, cacheSettings: any): Observable<void>;
|
|
208
|
-
/**
|
|
209
|
-
* Loads the local storage settings
|
|
210
|
-
* @returns The saved settings
|
|
211
|
-
*/
|
|
212
|
-
loadLocalSettings(): Observable<any>;
|
|
213
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
|
|
214
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
|
|
215
|
-
}
|
|
216
|
-
//# sourceMappingURL=user.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"user.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/user/user.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,148 +0,0 @@
|
|
|
1
|
-
export type FormatedMailTo = string | string[];
|
|
2
|
-
export declare class Utils {
|
|
3
|
-
private static PREF_RANGEVALUE;
|
|
4
|
-
static uniqBy(items: any[], property: string): any[];
|
|
5
|
-
/**
|
|
6
|
-
* Utility method for adding parameters to a given URI.
|
|
7
|
-
*
|
|
8
|
-
* @param uri The uri string to attach the parameters to
|
|
9
|
-
* @param params The object containing parameters to be appended
|
|
10
|
-
* @returns the given uri extended by the given parameters + remove empty parameters
|
|
11
|
-
*/
|
|
12
|
-
static buildUri(uri: string, params: {}): string;
|
|
13
|
-
/**
|
|
14
|
-
* Creates a unique identifier.
|
|
15
|
-
* @returns A Universally Unique Identifier
|
|
16
|
-
*/
|
|
17
|
-
static uuid(): string;
|
|
18
|
-
/**
|
|
19
|
-
* Encode a filename safe for sending chars beyond ASCII-7bit using quoted printable encoding.
|
|
20
|
-
*
|
|
21
|
-
* @param filename The file name
|
|
22
|
-
* @returns The quoted printable filename
|
|
23
|
-
*/
|
|
24
|
-
static encodeFileName(filename: string): string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @param boolean s
|
|
28
|
-
* @return string
|
|
29
|
-
*/
|
|
30
|
-
private static _p8;
|
|
31
|
-
/**
|
|
32
|
-
* Converts a javascript text to the utf-8 converted variant.
|
|
33
|
-
* See [unicode]{@link http://thlist.onlinehome.de/thomas_homepage/unicode/UTF-8%20Konvertierung%20mittels%20JavaScript.htm} for reference
|
|
34
|
-
*
|
|
35
|
-
* @param rawinput The input string
|
|
36
|
-
* @returns The utf-8 converted string
|
|
37
|
-
*/
|
|
38
|
-
private static encodeToUtf8;
|
|
39
|
-
/**
|
|
40
|
-
* See [quoted-printable]{@link https://github.com/mathiasbynens/quoted-printable/blob/master/quoted-printable.js}
|
|
41
|
-
**/
|
|
42
|
-
private static quotedPrintable;
|
|
43
|
-
/**
|
|
44
|
-
* Encode symbols that are definitely unsafe (i.e. unsafe in any context). The regular expression describes these unsafe symbols.
|
|
45
|
-
*
|
|
46
|
-
* @param rawinput Input string to be encoded
|
|
47
|
-
* @returns The encoded string
|
|
48
|
-
*/
|
|
49
|
-
private static encodeToQuotedPrintable;
|
|
50
|
-
/**
|
|
51
|
-
* Sorts An Array of Object by given key
|
|
52
|
-
* See [ng-packagr issues 696]{@link https://github.com/dherges/ng-packagr/issues/696}
|
|
53
|
-
*
|
|
54
|
-
* @param key
|
|
55
|
-
* @param order
|
|
56
|
-
* @param locales
|
|
57
|
-
* @param options
|
|
58
|
-
* @returns (a: any, b: any) => number
|
|
59
|
-
*/
|
|
60
|
-
static sortValues(key?: string, order?: string, locales?: string | string[], options?: Intl.CollatorOptions): (a: any, b: any) => number;
|
|
61
|
-
/**
|
|
62
|
-
* [ng-packagr issues 696]{@link https://github.com/dherges/ng-packagr/issues/696}
|
|
63
|
-
*
|
|
64
|
-
* @param object
|
|
65
|
-
* @param string key
|
|
66
|
-
* @returns any
|
|
67
|
-
*/
|
|
68
|
-
static getProperty(object: any, key?: string): any;
|
|
69
|
-
/**
|
|
70
|
-
* Use on Observable.catch or Observable.subscribe to return empty value
|
|
71
|
-
* [ng-packagr issues 696]{@link https://github.com/dherges/ng-packagr/issues/696}
|
|
72
|
-
*
|
|
73
|
-
* @param (error) => any callback
|
|
74
|
-
* @returns (error) => Observable<never>
|
|
75
|
-
*/
|
|
76
|
-
static empty(callback?: (error: any) => any): (error: any) => import("rxjs").Observable<never>;
|
|
77
|
-
/**
|
|
78
|
-
* Use on Observable.catch with specific skipNotification function !!!
|
|
79
|
-
* [ng-packagr issues 696]{@link https://github.com/dherges/ng-packagr/issues/696}
|
|
80
|
-
*
|
|
81
|
-
* @param skipNotification
|
|
82
|
-
* @param callback
|
|
83
|
-
* @param name
|
|
84
|
-
* @param message
|
|
85
|
-
*/
|
|
86
|
-
static catchSkip(skipNotification?: (error: any) => any, callback?: (error: any) => any, name?: string, message?: string): (error: any) => import("rxjs").Observable<never>;
|
|
87
|
-
/**
|
|
88
|
-
* Use on Observable.catch !!!
|
|
89
|
-
* [ng-packagr issues]{@link https://github.com/dherges/ng-packagr/issues/696}
|
|
90
|
-
*
|
|
91
|
-
* @param callback
|
|
92
|
-
* @param name
|
|
93
|
-
* @param message
|
|
94
|
-
* @param skipNotification
|
|
95
|
-
* @return (error) => Observable<never>
|
|
96
|
-
*/
|
|
97
|
-
static catch(callback?: (error: any) => any, name?: string, message?: string, skipNotification?: boolean): (error: any) => import("rxjs").Observable<never>;
|
|
98
|
-
/**
|
|
99
|
-
* Use on Observable.subscribe !!!
|
|
100
|
-
* [ng-packagr issues]{@link https://github.com/dherges/ng-packagr/issues/696}
|
|
101
|
-
*
|
|
102
|
-
* @param callback
|
|
103
|
-
* @param name
|
|
104
|
-
* @param message
|
|
105
|
-
* @param skipNotification
|
|
106
|
-
* @return (error) => void
|
|
107
|
-
*/
|
|
108
|
-
static throw(callback?: (error: any) => any, name?: string, message?: string, skipNotification?: boolean): (error: any) => never;
|
|
109
|
-
/**
|
|
110
|
-
* Use on Observable.subscribe only if you want to skip notification / toast!!!
|
|
111
|
-
*
|
|
112
|
-
* @param callback
|
|
113
|
-
* @param name
|
|
114
|
-
* @param message
|
|
115
|
-
* @param skipNotification
|
|
116
|
-
* @return (error) => void
|
|
117
|
-
*/
|
|
118
|
-
static logError(callback?: (error: any) => any, name?: string, message?: string, skipNotification?: boolean): (error: any) => never;
|
|
119
|
-
/**
|
|
120
|
-
* Checks if element is visible
|
|
121
|
-
*
|
|
122
|
-
* @param elem
|
|
123
|
-
* @return boolean
|
|
124
|
-
*/
|
|
125
|
-
static isVisible(elem: any): boolean;
|
|
126
|
-
static getBaseHref(): string;
|
|
127
|
-
/**
|
|
128
|
-
*
|
|
129
|
-
* Truncate a string (first argument) if it is longer than the given maximum string length (second argument).
|
|
130
|
-
* Return the truncated string with a ... ending ot whats provided.
|
|
131
|
-
*
|
|
132
|
-
* @param string str
|
|
133
|
-
* @param number num
|
|
134
|
-
* @returns
|
|
135
|
-
*/
|
|
136
|
-
static truncateString(str: any, num: any, ending?: string): any;
|
|
137
|
-
/**
|
|
138
|
-
* Get the TimeZone Offsest as ISO String.
|
|
139
|
-
*
|
|
140
|
-
* @returns
|
|
141
|
-
*/
|
|
142
|
-
static getTimezoneOffset(): string;
|
|
143
|
-
static formatMailTo(value: FormatedMailTo, isEmail: boolean): FormatedMailTo;
|
|
144
|
-
static arrayToObject(arr?: any[], keyProperty?: string | ((o: any) => string), valueProperty?: string | ((o: any) => any)): any;
|
|
145
|
-
static formDataStringify(o: any): string;
|
|
146
|
-
static formDataParse(str: string): any;
|
|
147
|
-
}
|
|
148
|
-
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/util/utils.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;AAC/C,qBAAa,KAAK;IAEhB,OAAO,CAAC,MAAM,CAAC,eAAe,CAAgB;WAEhC,MAAM,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,QAAQ,EAAE,MAAM;IAMnD;;;;;;OAMG;WACW,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,GAAG,MAAM;IAOvD;;;OAGG;WACW,IAAI,IAAI,MAAM;IAI5B;;;;;OAKG;WACW,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAKtD;;;;OAIG;IACH,OAAO,CAAC,MAAM,CAAC,GAAG;IAKlB;;;;;;OAMG;IACH,OAAO,CAAC,MAAM,CAAC,YAAY;IAkC3B;;QAEI;IACJ,OAAO,CAAC,MAAM,CAAC,eAAe;IAS9B;;;;;OAKG;IACH,OAAO,CAAC,MAAM,CAAC,uBAAuB;IAKtC;;;;;;;;;OASG;WACW,UAAU,CAAC,GAAG,SAAK,EAAE,KAAK,SAAQ,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,eAAe,OAC7F,GAAG,KAAK,GAAG;IAgB3B;;;;;;OAMG;WACW,WAAW,CAAC,MAAM,EAAE,GAAG,EAAE,GAAG,SAAK,GAAG,GAAG;IAKrD;;;;;;OAMG;WACW,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG;IAO7C;;;;;;;;OAQG;WACW,SAAS,CAAC,gBAAgB,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM;IASrH;;;;;;;;;OASG;WACW,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO;IAQ1G;;;;;;;;;OASG;WACW,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO;IAQ1G;;;;;;;;OAQG;WACW,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,UAAO;IAI1G;;;;;OAKG;WACW,SAAS,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO;WAI7B,WAAW;IAIzB;;;;;;;;OAQG;WACW,cAAc,CAAC,GAAG,KAAA,EAAE,GAAG,KAAA,EAAE,MAAM,SAAQ;IAUrD;;;;OAIG;WACW,iBAAiB,IAAI,MAAM;WAI3B,YAAY,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,EAAE,OAAO,GAAG,cAAc;WAOrE,aAAa,CAAC,GAAG,QAAK,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,MAAM,CAAC,EAAE,aAAa,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;WAS/G,iBAAiB,CAAC,CAAC,EAAE,GAAG,GAAG,MAAM;WAUjC,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG;CAgB9C"}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
export { TranslateModule, TranslateService, TranslateLoader } from '@ngx-translate/core';
|
|
2
|
-
export * from './lib/eo-core.module';
|
|
3
|
-
export * from './lib/eo-core-shared.module';
|
|
4
|
-
export * from './lib/environment.enaio';
|
|
5
|
-
/**
|
|
6
|
-
* Services
|
|
7
|
-
*/
|
|
8
|
-
export * from './lib/service/auth/auth.service';
|
|
9
|
-
export * from './lib/service/backend/backend.service';
|
|
10
|
-
export * from './lib/service/bpm/bpm.service';
|
|
11
|
-
export * from './lib/service/cache/app-cache.service';
|
|
12
|
-
export * from './lib/service/capabilities/capabilities.service';
|
|
13
|
-
export * from './lib/service/capabilities/capabilities.model';
|
|
14
|
-
export * from './lib/service/clipboard/clipboard.service';
|
|
15
|
-
export * from './lib/service/config/config.service';
|
|
16
|
-
export * from './lib/service/dms/dms.service';
|
|
17
|
-
export * from './lib/service/events/events';
|
|
18
|
-
export * from './lib/service/events/event.service';
|
|
19
|
-
export * from './lib/service/inbox/inbox.service';
|
|
20
|
-
export * from './lib/service/logger/logger';
|
|
21
|
-
export * from './lib/service/notifications/notifications.service';
|
|
22
|
-
export * from './lib/service/prepare/prepare.service';
|
|
23
|
-
export * from './lib/service/search/search.service';
|
|
24
|
-
export * from './lib/service/storage/local-storage.service';
|
|
25
|
-
export * from './lib/service/stored-queries/stored-queries.service';
|
|
26
|
-
export * from './lib/service/system/system.service';
|
|
27
|
-
export * from './lib/service/system/systemdefinition.interface';
|
|
28
|
-
export * from './lib/service/upload/upload.service';
|
|
29
|
-
export * from './lib/service/upload-registry/upload-registry.service';
|
|
30
|
-
export * from './lib/service/user/user.service';
|
|
31
|
-
export * from './lib/service/signing/signing.service';
|
|
32
|
-
/**
|
|
33
|
-
* Models
|
|
34
|
-
*/
|
|
35
|
-
export * from './lib/model/baseparams.model';
|
|
36
|
-
export * from './lib/model/custom-action.model';
|
|
37
|
-
export * from './lib/model/dms-object.model';
|
|
38
|
-
export * from './lib/model/eo-error.model';
|
|
39
|
-
export * from './lib/model/eo-user.model';
|
|
40
|
-
export * from './lib/model/inbox-item.model';
|
|
41
|
-
export * from './lib/model/dms-object-history.model';
|
|
42
|
-
export * from './lib/model/object-type.model';
|
|
43
|
-
export * from './lib/model/org.model';
|
|
44
|
-
export * from './lib/model/prepared-item.model';
|
|
45
|
-
export * from './lib/model/bpm.model';
|
|
46
|
-
export * from './lib/model/range-value.model';
|
|
47
|
-
export * from './lib/model/work-item-history.model';
|
|
48
|
-
export * from './lib/model/upload-file-item.model';
|
|
49
|
-
export * from './lib/model/upload-target.model';
|
|
50
|
-
export * from './lib/service/search/search-query.model';
|
|
51
|
-
export * from './lib/model/upload-file-item.model';
|
|
52
|
-
export * from './lib/model/upload-target.model';
|
|
53
|
-
export * from './lib/service/stored-queries/stored-query.model';
|
|
54
|
-
/**
|
|
55
|
-
* Interfaces
|
|
56
|
-
*/
|
|
57
|
-
export * from './lib/service/dms/dmsParams.interface';
|
|
58
|
-
export * from './lib/service/clipboard/clipboard.interface';
|
|
59
|
-
export * from './lib/service/system-status/system.status.interface';
|
|
60
|
-
export * from './lib/interface/logger.interface';
|
|
61
|
-
export * from './lib/interface/change-password.interface';
|
|
62
|
-
export * from './lib/interface/event.interface';
|
|
63
|
-
export * from './lib/interface/http-options.interface';
|
|
64
|
-
export * from './lib/interface/organization-objects.interface';
|
|
65
|
-
export * from './lib/interface/tree-node.interface';
|
|
66
|
-
/**
|
|
67
|
-
* Config
|
|
68
|
-
*/
|
|
69
|
-
export * from './lib/config/core-config';
|
|
70
|
-
export * from './lib/config/core-init.service';
|
|
71
|
-
export * from './lib/config/core-init.tokens';
|
|
72
|
-
export * from './lib/config/initialize-module';
|
|
73
|
-
export * from './lib/config/missing-translation-handler';
|
|
74
|
-
export * from './lib/config/translate-json-loader';
|
|
75
|
-
/**
|
|
76
|
-
* Miscellaneous
|
|
77
|
-
*/
|
|
78
|
-
export * from './lib/service/clipboard/clipboard-action.enum';
|
|
79
|
-
export * from './lib/service/system-status/system.status.enum';
|
|
80
|
-
export * from './lib/service/config/config.enum';
|
|
81
|
-
export * from './lib/util/utils';
|
|
82
|
-
//# sourceMappingURL=public_api.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../../../../../projects/eo-sdk/core/src/public_api.ts"],"names":[],"mappings":"AAIA,OAAO,EAAC,eAAe,EAAE,gBAAgB,EAAE,eAAe,EAAC,MAAM,qBAAqB,CAAC;AACvF,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AAExC;;GAEG;AACH,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uCAAuC,CAAC;AACtD,cAAc,iDAAiD,CAAC;AAChE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mDAAmD,CAAC;AAClE,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC;AACpD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,qDAAqD,CAAC;AACpE,cAAc,qCAAqC,CAAC;AACpD,cAAc,iDAAiD,CAAC;AAChE,cAAc,qCAAqC,CAAC;AACpD,cAAc,uDAAuD,CAAC;AACtE,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AAEtD;;GAEG;AACH,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAEhD,cAAc,yCAAyC,CAAC;AACxD,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iDAAiD,CAAC;AAEhE;;GAEG;AACH,cAAc,uCAAuC,CAAC;AACtD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,qDAAqD,CAAC;AACpE,cAAc,kCAAkC,CAAC;AACjD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,iCAAiC,CAAC;AAChD,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,qCAAqC,CAAC;AAEpD;;GAEG;AACH,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0CAA0C,CAAC;AACzD,cAAc,oCAAoC,CAAC;AAEnD;;GAEG;AACH,cAAc,+CAA+C,CAAC;AAC9D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kCAAkC,CAAC;AACjD,cAAc,kBAAkB,CAAC"}
|