@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,327 +0,0 @@
|
|
|
1
|
-
import { ObjectType } from '../../model/object-type.model';
|
|
2
|
-
export declare enum QueryScope {
|
|
3
|
-
ALL = "all",
|
|
4
|
-
CONTENT = "content",
|
|
5
|
-
INDEX_DATA = "indexdata"
|
|
6
|
-
}
|
|
7
|
-
/**
|
|
8
|
-
* The SearchQuery Class
|
|
9
|
-
*
|
|
10
|
-
* See {@link SearchService} for Usage
|
|
11
|
-
*/
|
|
12
|
-
export declare class SearchQuery {
|
|
13
|
-
/**
|
|
14
|
-
* Base Parameters for a Search Query
|
|
15
|
-
*/
|
|
16
|
-
static BASE_PARAMS: {
|
|
17
|
-
TYPE: string;
|
|
18
|
-
CREATOR: string;
|
|
19
|
-
CREATED: string;
|
|
20
|
-
MODIFIER: string;
|
|
21
|
-
MODIFIED: string;
|
|
22
|
-
FILESIZE: string;
|
|
23
|
-
FILENAME: string;
|
|
24
|
-
MIMETYPEGROUP: string;
|
|
25
|
-
FOLDER: string;
|
|
26
|
-
};
|
|
27
|
-
/**
|
|
28
|
-
* Time period buckets property names
|
|
29
|
-
*/
|
|
30
|
-
static TIME_PERIOD_BUCKETS: {
|
|
31
|
-
TODAY: string;
|
|
32
|
-
YESTERDAY: string;
|
|
33
|
-
THIS_WEEK: string;
|
|
34
|
-
LAST_WEEK: string;
|
|
35
|
-
THIS_MONTH: string;
|
|
36
|
-
LAST_MONTH: string;
|
|
37
|
-
THIS_YEAR: string;
|
|
38
|
-
LAST_YEAR: string;
|
|
39
|
-
};
|
|
40
|
-
/**
|
|
41
|
-
* mimetype buckets property names
|
|
42
|
-
*/
|
|
43
|
-
static MIMETYPEGROUP_BUCKETS: {
|
|
44
|
-
PDF: string;
|
|
45
|
-
MAIL: string;
|
|
46
|
-
WORD: string;
|
|
47
|
-
IMAGE: string;
|
|
48
|
-
OCTET_STREAM: string;
|
|
49
|
-
TXT: string;
|
|
50
|
-
EXCEL: string;
|
|
51
|
-
POWERPOINT: string;
|
|
52
|
-
VIDEO: string;
|
|
53
|
-
HTML: string;
|
|
54
|
-
AUDIO: string;
|
|
55
|
-
ZIP: string;
|
|
56
|
-
};
|
|
57
|
-
/**
|
|
58
|
-
* filesize buckets property names
|
|
59
|
-
*/
|
|
60
|
-
static FILE_SIZE_BUCKETS: {
|
|
61
|
-
NONE: string;
|
|
62
|
-
LT1MB: string;
|
|
63
|
-
LT10MB: string;
|
|
64
|
-
LT100MB: string;
|
|
65
|
-
GT100MB: string;
|
|
66
|
-
};
|
|
67
|
-
static UPDATE_CAUSE: {
|
|
68
|
-
TOGGLED_TYPE: string;
|
|
69
|
-
TOGGLED_EXPERTMODE: string;
|
|
70
|
-
TERM_SET: string;
|
|
71
|
-
TYPES_SET: string;
|
|
72
|
-
CONTEXT_FOLDER_SET: string;
|
|
73
|
-
TOGGLED_FILTER: string;
|
|
74
|
-
ADDED_FILTER: string;
|
|
75
|
-
REMOVED_FILTER: string;
|
|
76
|
-
};
|
|
77
|
-
/**
|
|
78
|
-
* Detault Search mode Index
|
|
79
|
-
*/
|
|
80
|
-
static DEFAULT_SEARCH_MODE: string;
|
|
81
|
-
/**
|
|
82
|
-
* Search mode for Full test Search
|
|
83
|
-
*/
|
|
84
|
-
static FULLTEXT_SEARCH_MODE: string;
|
|
85
|
-
/**
|
|
86
|
-
* fulltext search term
|
|
87
|
-
*/
|
|
88
|
-
term: string;
|
|
89
|
-
/**
|
|
90
|
-
* Array of fields to request from the search service, leaving this blank will return the fields specified in the result field configuration
|
|
91
|
-
*/
|
|
92
|
-
fields: string[];
|
|
93
|
-
/**
|
|
94
|
-
* List of object types to be fetched by the query. Leaving this blank will return results from any type
|
|
95
|
-
*/
|
|
96
|
-
types: ObjectType[];
|
|
97
|
-
/**
|
|
98
|
-
* List of context folder types
|
|
99
|
-
*/
|
|
100
|
-
contextFolderTypes: ObjectType[];
|
|
101
|
-
/**
|
|
102
|
-
* List of filters to define the query
|
|
103
|
-
*/
|
|
104
|
-
filters: SearchFilter[];
|
|
105
|
-
/**
|
|
106
|
-
* Whether or not to retrieve suggestions
|
|
107
|
-
*/
|
|
108
|
-
suggest: boolean;
|
|
109
|
-
/**
|
|
110
|
-
* Whether or not the term is an expert mode query
|
|
111
|
-
*/
|
|
112
|
-
expertMode: boolean;
|
|
113
|
-
/**
|
|
114
|
-
* The scope of the query
|
|
115
|
-
*/
|
|
116
|
-
scope: QueryScope;
|
|
117
|
-
/**
|
|
118
|
-
* The search mode to be used (SearchQuery.DEFAULT_SEARCH_MODE or SearchQuery.FULLTEXT_SEARCH_MODE)
|
|
119
|
-
*/
|
|
120
|
-
searchMode: string;
|
|
121
|
-
/**
|
|
122
|
-
* Additional options to be applied to the query
|
|
123
|
-
*/
|
|
124
|
-
sortOptions: SortOption[];
|
|
125
|
-
/**
|
|
126
|
-
* Resolve references with their title instead of their actual value
|
|
127
|
-
*/
|
|
128
|
-
resolveReference: boolean;
|
|
129
|
-
/**
|
|
130
|
-
* The state of the current query
|
|
131
|
-
*/
|
|
132
|
-
state: SearchState;
|
|
133
|
-
highlighting: boolean;
|
|
134
|
-
withContext: boolean;
|
|
135
|
-
name?: string;
|
|
136
|
-
__updateCause: string;
|
|
137
|
-
constructor();
|
|
138
|
-
/**
|
|
139
|
-
* Adds a new target type to the query
|
|
140
|
-
*
|
|
141
|
-
* @param type Object type to be added
|
|
142
|
-
*/
|
|
143
|
-
addType(type: ObjectType): void;
|
|
144
|
-
/**
|
|
145
|
-
* Removes a type from the target types list
|
|
146
|
-
*
|
|
147
|
-
* @param type The object type to be removed
|
|
148
|
-
*/
|
|
149
|
-
removeType(type: ObjectType): void;
|
|
150
|
-
/**
|
|
151
|
-
* Adds or removes the given type based on the current settings
|
|
152
|
-
*
|
|
153
|
-
* @param type The object type to be toggled
|
|
154
|
-
*/
|
|
155
|
-
toggleType(type: ObjectType): void;
|
|
156
|
-
/**
|
|
157
|
-
* Adds a new filter to the query. If there already is a filter set for the given property, it will be overridden.
|
|
158
|
-
*
|
|
159
|
-
* @param filter The filter to be added
|
|
160
|
-
*/
|
|
161
|
-
addFilter(filter: SearchFilter): void;
|
|
162
|
-
/**
|
|
163
|
-
* Removes a filter from the query.
|
|
164
|
-
*
|
|
165
|
-
* @param filterPropertyName The filter (its property name) to be removed
|
|
166
|
-
*/
|
|
167
|
-
removeFilter(filterPropertyName: string): void;
|
|
168
|
-
/**
|
|
169
|
-
* Adds or removes the given filter based on the current settings
|
|
170
|
-
*
|
|
171
|
-
* @param filter The filter to be toggled
|
|
172
|
-
*/
|
|
173
|
-
toggleFilter(filter: SearchFilter, override?: boolean): void;
|
|
174
|
-
/**
|
|
175
|
-
* Retrieves a filter by its property name.
|
|
176
|
-
*
|
|
177
|
-
* @param propertyName The filters property name (qname of form element)
|
|
178
|
-
* @returns Search Filter Object
|
|
179
|
-
*/
|
|
180
|
-
getFilter(propertyName: string): SearchFilter;
|
|
181
|
-
getTableFilters(propertyName: string): SearchFilter[];
|
|
182
|
-
/**
|
|
183
|
-
* Adding new Sort Options
|
|
184
|
-
* Sort Options are only added if they are not already present
|
|
185
|
-
*
|
|
186
|
-
* @param name
|
|
187
|
-
* @param order
|
|
188
|
-
* @param missing
|
|
189
|
-
*/
|
|
190
|
-
addSortOption(name: string, order: string, missing?: string): void;
|
|
191
|
-
/**
|
|
192
|
-
*
|
|
193
|
-
* @param name
|
|
194
|
-
*/
|
|
195
|
-
removeSortOption(name: string): void;
|
|
196
|
-
/**
|
|
197
|
-
* Generate a query JSON from the current SearchQuery that can be send to the search service.
|
|
198
|
-
*
|
|
199
|
-
* @param resolveReference in case of csv export the resolving of references is set by configuration
|
|
200
|
-
*/
|
|
201
|
-
getQueryJson(resolveReference?: boolean): any;
|
|
202
|
-
private applyOptions;
|
|
203
|
-
}
|
|
204
|
-
/**
|
|
205
|
-
* @ignore
|
|
206
|
-
* Creates the Model of Sort Options
|
|
207
|
-
*/
|
|
208
|
-
export declare class SortOption {
|
|
209
|
-
field: string;
|
|
210
|
-
order: string;
|
|
211
|
-
missing?: string;
|
|
212
|
-
constructor(field: string, order: string, missing?: string);
|
|
213
|
-
}
|
|
214
|
-
/**
|
|
215
|
-
* @ignore
|
|
216
|
-
* Creates the Model of Field Definitions
|
|
217
|
-
*/
|
|
218
|
-
export declare class FieldDefinition {
|
|
219
|
-
elements: any[];
|
|
220
|
-
sortorder: any[];
|
|
221
|
-
grouporder: any[];
|
|
222
|
-
pinned: any[];
|
|
223
|
-
alignmentx: {
|
|
224
|
-
qname: string;
|
|
225
|
-
value: string;
|
|
226
|
-
}[];
|
|
227
|
-
mode?: string;
|
|
228
|
-
constructor(elements?: any[], sortorder?: any[], grouporder?: any[], pinned?: any[], alignmentx?: {
|
|
229
|
-
qname: string;
|
|
230
|
-
value: string;
|
|
231
|
-
}[], mode?: string);
|
|
232
|
-
}
|
|
233
|
-
/**
|
|
234
|
-
* @ignore
|
|
235
|
-
* Class representing the state of a query
|
|
236
|
-
*/
|
|
237
|
-
export declare class SearchState {
|
|
238
|
-
count: {
|
|
239
|
-
value: number;
|
|
240
|
-
relation?: string;
|
|
241
|
-
};
|
|
242
|
-
aggregations: any;
|
|
243
|
-
lastChange?: string;
|
|
244
|
-
/**
|
|
245
|
-
* @ignore
|
|
246
|
-
*/
|
|
247
|
-
constructor();
|
|
248
|
-
get totalCount(): number;
|
|
249
|
-
get isEmpty(): boolean;
|
|
250
|
-
addAggregations(type: string, key: string, value: number, agg?: any): void;
|
|
251
|
-
}
|
|
252
|
-
/**
|
|
253
|
-
* @ignore
|
|
254
|
-
* Creates the Model of Search Results
|
|
255
|
-
*/
|
|
256
|
-
export declare class SearchResult {
|
|
257
|
-
count: {
|
|
258
|
-
value: number;
|
|
259
|
-
relation?: string;
|
|
260
|
-
};
|
|
261
|
-
suggests: string[];
|
|
262
|
-
hits: any[];
|
|
263
|
-
typeName: string;
|
|
264
|
-
fields: FieldDefinition;
|
|
265
|
-
constructor();
|
|
266
|
-
}
|
|
267
|
-
export declare class SearchFilter {
|
|
268
|
-
property: string;
|
|
269
|
-
operator: string;
|
|
270
|
-
firstValue: any;
|
|
271
|
-
secondValue?: any;
|
|
272
|
-
transformDate?: {
|
|
273
|
-
time?: boolean;
|
|
274
|
-
timezone?: boolean;
|
|
275
|
-
};
|
|
276
|
-
/**
|
|
277
|
-
* available operators for a search filter
|
|
278
|
-
*/
|
|
279
|
-
static OPERATOR: {
|
|
280
|
-
/** equal */
|
|
281
|
-
EQUAL: string;
|
|
282
|
-
/** match (for string with classification "path6666") */
|
|
283
|
-
MATCH: string;
|
|
284
|
-
/** match at least one of the provided values (value has to be an array) */
|
|
285
|
-
IN: string;
|
|
286
|
-
/** greater than */
|
|
287
|
-
GREATER_THAN: string;
|
|
288
|
-
/** greater than or equal */
|
|
289
|
-
GREATER_OR_EQUAL: string;
|
|
290
|
-
LESS_THAN: string;
|
|
291
|
-
LESS_OR_EQUAL: string;
|
|
292
|
-
INTERVAL: string;
|
|
293
|
-
INTERVAL_INCLUDE_BOTH: string;
|
|
294
|
-
INTERVAL_INCLUDE_TO: string;
|
|
295
|
-
INTERVAL_INCLUDE_FROM: string;
|
|
296
|
-
RANGE: string;
|
|
297
|
-
};
|
|
298
|
-
/**
|
|
299
|
-
* Constructor for creating a new SearchFilter.
|
|
300
|
-
*
|
|
301
|
-
* @param property The qualified name of the field this filter should apply to.
|
|
302
|
-
* @param operator Operator indicating how to handle the filters value(s). See SearchFilter.OPERATOR for available operators.
|
|
303
|
-
* @param firstValue The filters value
|
|
304
|
-
* @param secondValue Optional second value for filters that for example define ranges of values
|
|
305
|
-
* @param transformDate Flag to transform date hours and minutes based on operator
|
|
306
|
-
*/
|
|
307
|
-
constructor(property: string, operator: string, firstValue: any, secondValue?: any, transformDate?: {
|
|
308
|
-
time?: boolean;
|
|
309
|
-
timezone?: boolean;
|
|
310
|
-
});
|
|
311
|
-
formatDate(value: any): any;
|
|
312
|
-
toQuery(): {
|
|
313
|
-
v2: any;
|
|
314
|
-
o: string;
|
|
315
|
-
v1: any;
|
|
316
|
-
};
|
|
317
|
-
toDateTimeQuery(): {
|
|
318
|
-
v2: any;
|
|
319
|
-
o: string;
|
|
320
|
-
v1: any;
|
|
321
|
-
};
|
|
322
|
-
/**
|
|
323
|
-
* @ignore
|
|
324
|
-
*/
|
|
325
|
-
match(property: string, operator: string, firstValue: any, secondValue?: any): boolean;
|
|
326
|
-
}
|
|
327
|
-
//# sourceMappingURL=search-query.model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"search-query.model.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/search/search-query.model.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { ObjectType } from '../../model/object-type.model';
|
|
3
|
-
import { RangeValue } from '../../model/range-value.model';
|
|
4
|
-
import { BackendService } from '../backend/backend.service';
|
|
5
|
-
import { Config } from '../config/config.service';
|
|
6
|
-
import { SystemService } from '../system/system.service';
|
|
7
|
-
import { FieldDefinition, SearchFilter, SearchQuery, SearchResult, SearchState } from './search-query.model';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* Collection of Search Services
|
|
11
|
-
* See {@link SearchQuery} for Query Definition
|
|
12
|
-
*/
|
|
13
|
-
export declare class SearchService {
|
|
14
|
-
private system;
|
|
15
|
-
private backend;
|
|
16
|
-
private config;
|
|
17
|
-
constructor(system: SystemService, backend: BackendService, config: Config);
|
|
18
|
-
/**
|
|
19
|
-
* Creates a RangeValue instance from the given value object.
|
|
20
|
-
*
|
|
21
|
-
* @param value The object to be
|
|
22
|
-
* @returns RangeValue
|
|
23
|
-
*/
|
|
24
|
-
static toRangeValue(value: any): RangeValue;
|
|
25
|
-
/**
|
|
26
|
-
* Creates a fromated search Query
|
|
27
|
-
*
|
|
28
|
-
* @param query
|
|
29
|
-
* @returns SearchQuery
|
|
30
|
-
*/
|
|
31
|
-
buildQuery(query: any): SearchQuery;
|
|
32
|
-
/**
|
|
33
|
-
* Executes a query.
|
|
34
|
-
*
|
|
35
|
-
* @param query The query to be executed
|
|
36
|
-
* @returns Observable<SearchResult>
|
|
37
|
-
*/
|
|
38
|
-
search(query: SearchQuery): Observable<SearchResult>;
|
|
39
|
-
/**
|
|
40
|
-
* Retrieve Search results
|
|
41
|
-
*/
|
|
42
|
-
getSearchState(query: any): Observable<SearchState>;
|
|
43
|
-
/**
|
|
44
|
-
* Fetches a part of a queries result. This can be used for paging of results
|
|
45
|
-
* or lazy loading large results.
|
|
46
|
-
*
|
|
47
|
-
* @param query The query to be executed
|
|
48
|
-
* @param fromIndex The index from where to fetch results
|
|
49
|
-
* @param chunkSize Size of the chunk to be fetched
|
|
50
|
-
* @returns Observable<SearchResult>
|
|
51
|
-
*/
|
|
52
|
-
getChunkedResult(query: SearchQuery, fromIndex: number, chunkSize: number): Observable<SearchResult>;
|
|
53
|
-
/**
|
|
54
|
-
* Executes a query
|
|
55
|
-
*
|
|
56
|
-
* @param queryJson The query JSON to be executed
|
|
57
|
-
* @param aggregateSearch Flag indicating whether or not to execute an aggregation search (no actual results)
|
|
58
|
-
* @param customSize Custom number of results to be fetched, if not set the default size will be applied
|
|
59
|
-
* @returns Observable<any>
|
|
60
|
-
*/
|
|
61
|
-
executeQuery(queryJson: any, aggregateSearch?: boolean, customSize?: number): Observable<any>;
|
|
62
|
-
/**
|
|
63
|
-
* Downloads a csv-file of the results of a given search-query
|
|
64
|
-
*
|
|
65
|
-
* @param queryJson The query JSON to be executed
|
|
66
|
-
* @returns Observable<any>
|
|
67
|
-
*/
|
|
68
|
-
downloadCsvFromQuery(queryJson: object): Observable<any>;
|
|
69
|
-
private getFileNameFromHttpResponse;
|
|
70
|
-
/**
|
|
71
|
-
* Executes a search for fetching suggestions on a given search term.
|
|
72
|
-
*
|
|
73
|
-
* @param term The search term
|
|
74
|
-
* @return
|
|
75
|
-
*/
|
|
76
|
-
autocomplete(term: string): Observable<any>;
|
|
77
|
-
/**
|
|
78
|
-
* Use this method to create a SearchFilter for a form element. Based on the target types
|
|
79
|
-
* it'll create the right kind of filter that you then can add to a SearchQuery
|
|
80
|
-
*
|
|
81
|
-
* @param targetTypes
|
|
82
|
-
* @param formElementName
|
|
83
|
-
* @param elementValue
|
|
84
|
-
* @returns SearchFilter[] An array of search filters most of the time containing only one entry, but
|
|
85
|
-
* for table elements this could be more
|
|
86
|
-
*/
|
|
87
|
-
getSearchFilter(targetTypes: ObjectType[], formElementName: string, elementValue: any): SearchFilter[];
|
|
88
|
-
/**
|
|
89
|
-
* identifies form elements that are enabled to contain multiple values
|
|
90
|
-
* try to find the form element inside of the provided object types to get its type
|
|
91
|
-
*
|
|
92
|
-
* @param ObjectType[] targetTypes
|
|
93
|
-
* @param string formElementName
|
|
94
|
-
* @return SearchFilterType
|
|
95
|
-
*/
|
|
96
|
-
private identifySearchFilter;
|
|
97
|
-
/**
|
|
98
|
-
* identifies form elements that are enabled to contain multiple values
|
|
99
|
-
*
|
|
100
|
-
* @param formElement
|
|
101
|
-
* @return boolean
|
|
102
|
-
*/
|
|
103
|
-
private isMultiselectSearchFilter;
|
|
104
|
-
/**
|
|
105
|
-
* Creates a SearchResult from the response sent by the server
|
|
106
|
-
*
|
|
107
|
-
* @param backendResponse Server response
|
|
108
|
-
* @returnThe SearchResult SearchResult object created from the server response
|
|
109
|
-
*/
|
|
110
|
-
createResultFromResponse(backendResponse: any): SearchResult;
|
|
111
|
-
/**
|
|
112
|
-
* Provides the Resul tField Definition Config
|
|
113
|
-
*
|
|
114
|
-
* @param SearchQuery query
|
|
115
|
-
* @return ({type: ObjectType; contextType: ObjectType})
|
|
116
|
-
*/
|
|
117
|
-
getResultFieldDefinitionConfig(query: SearchQuery): {
|
|
118
|
-
type: ObjectType;
|
|
119
|
-
contextType: ObjectType;
|
|
120
|
-
};
|
|
121
|
-
private resolveConfigTypeNames;
|
|
122
|
-
/**
|
|
123
|
-
* Fetches the result field definition for a given object type
|
|
124
|
-
* USER: (default) the result list configuration saved by the current user
|
|
125
|
-
* DEFAULT: the default result list configuration (also returned when there is no user configuration)
|
|
126
|
-
* ALL: all available result fields for the given type (and context)
|
|
127
|
-
*
|
|
128
|
-
* @param ObjectType | null type The object type
|
|
129
|
-
* @param ObjectType | null contextType Object type target types allowed context type
|
|
130
|
-
* @param mode The result lists configuration mode:
|
|
131
|
-
* @return Observable<FieldDefinition>
|
|
132
|
-
*/
|
|
133
|
-
fetchResultFieldDefinition(type: ObjectType | null, contextType: ObjectType | null, mode: any): Observable<FieldDefinition>;
|
|
134
|
-
/**
|
|
135
|
-
* Saves a column definition as result or common result.
|
|
136
|
-
*
|
|
137
|
-
* @param ObjectType | null type The object type
|
|
138
|
-
* @param ObjectType | null contextType Object type target types allowed context type
|
|
139
|
-
* @param FieldDefinition data The result list configuration to be persisted
|
|
140
|
-
* @param boolean common Flag enables to set config as default / common result
|
|
141
|
-
* @return Observable<any>
|
|
142
|
-
*/
|
|
143
|
-
saveResultFieldDefinition(type: ObjectType | null, contextType: ObjectType | null, data: FieldDefinition, common?: boolean): Observable<any>;
|
|
144
|
-
/**
|
|
145
|
-
* Removes a column definition.
|
|
146
|
-
*
|
|
147
|
-
* @param ObjectType | null type The object type
|
|
148
|
-
* @param ObjectType | null contextType Object type target types allowed context type
|
|
149
|
-
* @return Observable<any>
|
|
150
|
-
*/
|
|
151
|
-
removeResultFieldDefinition(type: ObjectType | null, contextType: ObjectType | null): Observable<any>;
|
|
152
|
-
/**
|
|
153
|
-
* Gets the value to be added to a form element by extracting it from a
|
|
154
|
-
* search filter. The kind of value differs based on the form elements type.
|
|
155
|
-
*
|
|
156
|
-
* @param filter The filter to extract value from
|
|
157
|
-
* @param formElementType Form elements type ('STRING', 'DATE', 'CODESYSTEM', ...)
|
|
158
|
-
* @returns the extracted value
|
|
159
|
-
*/
|
|
160
|
-
filterToElementValue(filter: SearchFilter, formElementType: string): any;
|
|
161
|
-
/**
|
|
162
|
-
* Creates a table value by extracting the data from the corresponding
|
|
163
|
-
* search filters.
|
|
164
|
-
*
|
|
165
|
-
* @param filters The filters to extract value from
|
|
166
|
-
* @param tableElements the form elements of the table
|
|
167
|
-
* @returns the table value extracted from all filters
|
|
168
|
-
*/
|
|
169
|
-
tableFiltersToElementValue(filters: SearchFilter[], tableElements: any): {}[];
|
|
170
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SearchService, never>;
|
|
171
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SearchService>;
|
|
172
|
-
}
|
|
173
|
-
//# sourceMappingURL=search.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"search.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/search/search.service.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAEhC,OAAO,EAAC,UAAU,EAAC,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAC,UAAU,EAAC,MAAM,+BAA+B,CAAC;AAEzD,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,MAAM,EAAC,MAAM,0BAA0B,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,0BAA0B,CAAC;AAEvD,OAAO,EACL,eAAe,EACf,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,WAAW,EACZ,MAAM,sBAAsB,CAAC;;AAE9B;;;GAGG;AACH,qBAGa,aAAa;IAEtB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,MAAM;gBAFN,MAAM,EAAE,aAAa,EACrB,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAM;IAGxB;;;;;OAKG;WACW,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,UAAU;IAkBlD;;;;;OAKG;IACI,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,WAAW;IAgF1C;;;;;OAKG;IACI,MAAM,CAAC,KAAK,EAAE,WAAW,GAAG,UAAU,CAAC,YAAY,CAAC;IAM3D;;OAEG;IACI,cAAc,CAAC,KAAK,EAAE,GAAG,GAAG,UAAU,CAAC,WAAW,CAAC;IAkD1D;;;;;;;;OAQG;IACI,gBAAgB,CACrB,KAAK,EAAE,WAAW,EAClB,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,MAAM,GAChB,UAAU,CAAC,YAAY,CAAC;IAY3B;;;;;;;OAOG;IACI,YAAY,CACjB,SAAS,EAAE,GAAG,EACd,eAAe,CAAC,EAAE,OAAO,EACzB,UAAU,CAAC,EAAE,MAAM,GAClB,UAAU,CAAC,GAAG,CAAC;IAclB;;;;;OAKG;IACI,oBAAoB,CAAC,SAAS,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAgB/D,OAAO,CAAC,2BAA2B;IAMnC;;;;;OAKG;IACI,YAAY,CAAC,IAAI,EAAE,MAAM;IAOhC;;;;;;;;;OASG;IACI,eAAe,CACpB,WAAW,EAAE,UAAU,EAAE,EACzB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,GAAG,GAChB,YAAY,EAAE;IA8FjB;;;;;;;OAOG;IACH,OAAO,CAAC,oBAAoB;IAqB5B;;;;;OAKG;IACH,OAAO,CAAC,yBAAyB;IAajC;;;;;OAKG;IACI,wBAAwB,CAAC,eAAe,KAAA,GAAG,YAAY;IAsB9D;;;;;OAKG;IACH,8BAA8B,CAAC,KAAK,EAAE,WAAW;;;;IASjD,OAAO,CAAC,sBAAsB;IAU9B;;;;;;;;;;OAUG;IACH,0BAA0B,CACxB,IAAI,EAAE,UAAU,GAAG,IAAI,EACvB,WAAW,EAAE,UAAU,GAAG,IAAI,EAC9B,IAAI,KAAA;IA2BN;;;;;;;;OAQG;IACH,yBAAyB,CACvB,IAAI,EAAE,UAAU,GAAG,IAAI,EACvB,WAAW,EAAE,UAAU,GAAG,IAAI,EAC9B,IAAI,EAAE,eAAe,EACrB,MAAM,UAAQ;IAehB;;;;;;OAMG;IACH,2BAA2B,CACzB,IAAI,EAAE,UAAU,GAAG,IAAI,EACvB,WAAW,EAAE,UAAU,GAAG,IAAI;IAYhC;;;;;;;OAOG;IACH,oBAAoB,CAAC,MAAM,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM;IAiBlE;;;;;;;OAOG;IACH,0BAA0B,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,aAAa,KAAA;yCA9lBtD,aAAa;6CAAb,aAAa;CAumBzB"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { BackendService } from '../backend/backend.service';
|
|
3
|
-
import { DmsObject } from '../../model/dms-object.model';
|
|
4
|
-
import { CapabilitiesService } from '../capabilities/capabilities.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export interface SigningRequest {
|
|
7
|
-
signingPlatform: string;
|
|
8
|
-
emailSubject: string;
|
|
9
|
-
emailBody: string;
|
|
10
|
-
signatureType: string;
|
|
11
|
-
signers: [
|
|
12
|
-
{
|
|
13
|
-
signerName: string;
|
|
14
|
-
signerEmail: string;
|
|
15
|
-
signerPhone?: string;
|
|
16
|
-
signerOrder: string;
|
|
17
|
-
}
|
|
18
|
-
];
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Collection of Signing Services
|
|
22
|
-
*/
|
|
23
|
-
export declare class SigningService {
|
|
24
|
-
private backend;
|
|
25
|
-
private capabilities;
|
|
26
|
-
constructor(backend: BackendService, capabilities: CapabilitiesService);
|
|
27
|
-
canSign(): boolean;
|
|
28
|
-
/**
|
|
29
|
-
* Sign the document of a DMS Object
|
|
30
|
-
* @param id the id of the dms object
|
|
31
|
-
* @param signingData the signing informations
|
|
32
|
-
* @returns Observable<any>
|
|
33
|
-
*/
|
|
34
|
-
signDocument(id: string, signingData: SigningRequest): Observable<any>;
|
|
35
|
-
/**
|
|
36
|
-
* Gives the setup informations about the configured signing preferences
|
|
37
|
-
* @returns Observable<any>
|
|
38
|
-
*/
|
|
39
|
-
getInfo(): Observable<any>;
|
|
40
|
-
/**
|
|
41
|
-
* Cancels the signing process of a DMS Object
|
|
42
|
-
* @param id the id of the dms object
|
|
43
|
-
* @param comment the reason for cancelling
|
|
44
|
-
* @returns Observable<any>
|
|
45
|
-
*/
|
|
46
|
-
cancelSigning(id: string, comment: string): Observable<any>;
|
|
47
|
-
signatureRequested(item: DmsObject): boolean;
|
|
48
|
-
signingInProcess(item: DmsObject): boolean;
|
|
49
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SigningService, never>;
|
|
50
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SigningService>;
|
|
51
|
-
}
|
|
52
|
-
//# sourceMappingURL=signing.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"signing.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/signing/signing.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,UAAU,EAAK,MAAM,MAAM,CAAC;AACpC,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,SAAS,EAAC,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAC,mBAAmB,EAAC,MAAM,sCAAsC,CAAC;;AAEzE,MAAM,WAAW,cAAc;IAC7B,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE;QACP;YACE,UAAU,EAAE,MAAM,CAAC;YACnB,WAAW,EAAE,MAAM,CAAC;YACpB,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,WAAW,EAAE,MAAM,CAAA;SACpB;KACF,CAAC;CACH;AAED;;GAEG;AACH,qBAGa,cAAc;IAEb,OAAO,CAAC,OAAO;IACzB,OAAO,CAAC,YAAY;gBADF,OAAO,EAAE,cAAc,EACjC,YAAY,EAAE,mBAAmB;IAE3C,OAAO,IAAI,OAAO;IAIlB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc;IAMpD;;;OAGG;IACH,OAAO;IAKP;;;;;OAKG;IACH,aAAa,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAKzC,kBAAkB,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;IAI5C,gBAAgB,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;yCA7C/B,cAAc;6CAAd,cAAc;CAgD1B"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Wrapper for accessing browsers local storage.
|
|
4
|
-
*/
|
|
5
|
-
export declare class LocalStorageService {
|
|
6
|
-
private storage;
|
|
7
|
-
constructor();
|
|
8
|
-
/**
|
|
9
|
-
* Sets the provided value to the local storage
|
|
10
|
-
*
|
|
11
|
-
* @param key The items key
|
|
12
|
-
* @param value The items value
|
|
13
|
-
*/
|
|
14
|
-
setItem(key: string, value: any): boolean | void;
|
|
15
|
-
/**
|
|
16
|
-
* Retrieves a value by key from local storage and parses it
|
|
17
|
-
*
|
|
18
|
-
* @param key The key of the item to be retrieved
|
|
19
|
-
* @return The stored value
|
|
20
|
-
*/
|
|
21
|
-
getItem(key: string): any;
|
|
22
|
-
/**
|
|
23
|
-
* Checks if Key is available in Local Storage
|
|
24
|
-
* @param key The items key
|
|
25
|
-
* @return True if a value exists for the given key, false otherwise
|
|
26
|
-
*/
|
|
27
|
-
hasItem(key: string): boolean;
|
|
28
|
-
/**
|
|
29
|
-
* Removes a key value from Local Storage by provided Key
|
|
30
|
-
* @param key The items key
|
|
31
|
-
*/
|
|
32
|
-
removeItem(key: string): void;
|
|
33
|
-
/**
|
|
34
|
-
* Clears the Local Storage
|
|
35
|
-
*/
|
|
36
|
-
clear(filter?: (key: string) => boolean): any;
|
|
37
|
-
/**
|
|
38
|
-
* Checks if a Key is defined in local storage
|
|
39
|
-
* @param key The items key
|
|
40
|
-
* @return True if key eyists, false otherwise
|
|
41
|
-
*/
|
|
42
|
-
isKeyDefined(key: string): boolean | void;
|
|
43
|
-
getStorage(): any;
|
|
44
|
-
setStorage(settings: any): void;
|
|
45
|
-
isEmpty(): boolean;
|
|
46
|
-
/**
|
|
47
|
-
* Checks if the Browser Supports Local Storage
|
|
48
|
-
*/
|
|
49
|
-
private isLocalStorageAvailable;
|
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageService, never>;
|
|
51
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageService>;
|
|
52
|
-
}
|
|
53
|
-
//# sourceMappingURL=local-storage.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"local-storage.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/storage/local-storage.service.ts"],"names":[],"mappings":";AAQA;;GAEG;AACH,qBAGa,mBAAmB;IAE9B,OAAO,CAAC,OAAO,CAAM;;IAWrB;;;;;OAKG;IACH,OAAO,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,OAAO,GAAG,IAAI;IAOhD;;;;;OAKG;IACH,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG;IAUzB;;;;OAIG;IACH,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO;IAK7B;;;OAGG;IACH,UAAU,CAAC,GAAG,EAAE,MAAM;IAKtB;;OAEG;IACH,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO;IAIvC;;;;OAIG;IACH,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI;IAMzC,UAAU;IAIV,UAAU,CAAC,QAAQ,EAAE,GAAG;IAMxB,OAAO,IAAI,OAAO;IAIlB;;OAEG;IACH,OAAO,CAAC,uBAAuB;yCAhGpB,mBAAmB;6CAAnB,mBAAmB;CA0G/B"}
|
package/projects/eo-sdk/core/lib/service/stored-queries/stored-queries-subscription.interface.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { StoredQuery } from './stored-query.model';
|
|
2
|
-
/**
|
|
3
|
-
* Type of data emitted by this services subject
|
|
4
|
-
*/
|
|
5
|
-
export interface StoredQueriesSubscription {
|
|
6
|
-
/**
|
|
7
|
-
* list of stored queries
|
|
8
|
-
*/
|
|
9
|
-
queries: StoredQuery[];
|
|
10
|
-
/**
|
|
11
|
-
* optional: ID of a stored query to be selected
|
|
12
|
-
*/
|
|
13
|
-
select?: string;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=stored-queries-subscription.interface.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stored-queries-subscription.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/stored-queries/stored-queries-subscription.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AAEjD;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|