@eo-sdk/client 11.9.0-rc.2 → 11.10.0-rc.1
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/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts +1 -0
- package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts +1 -0
- package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +1 -0
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts +4 -2
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/number-range/number-range.component.d.ts +7 -2
- package/app/eo-framework/form-elements/number-range/number-range.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/organization/organization.component.d.ts +10 -0
- package/app/eo-framework/form-elements/organization/organization.component.d.ts.map +1 -1
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts +28 -5
- 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/row-edit/row-edit.component.d.ts +0 -1
- package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +3 -0
- package/assets/_default/i18n/en.json +11 -8
- package/assets/_default/i18n/ja.json +1132 -0
- package/assets/_default/i18n/ko.json +1132 -0
- package/assets/_default/i18n/th.json +1132 -0
- package/assets/_default/i18n/zh.json +1132 -0
- package/esm2022/app/eo-client/about-state/about-state.component.mjs +6 -6
- package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +7 -5
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +83 -120
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/icharts.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +6 -6
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +5 -5
- package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.mjs +7 -7
- package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/eo-client-routing.module.mjs +4 -4
- package/esm2022/app/eo-client/eo-client.module.mjs +4 -4
- package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +3 -3
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +3 -3
- package/esm2022/app/eo-client/inbox-state/inbox-state-routing.module.mjs +4 -4
- package/esm2022/app/eo-client/inbox-state/inbox-state.module.mjs +4 -4
- package/esm2022/app/eo-client/login/login.component.mjs +3 -3
- package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +3 -3
- package/esm2022/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
- package/esm2022/app/eo-client/object-state/object-state-routing.module.mjs +4 -4
- package/esm2022/app/eo-client/object-state/object-state-service/object-state.service.mjs +3 -3
- package/esm2022/app/eo-client/object-state/object-state.module.mjs +4 -4
- package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +3 -3
- package/esm2022/app/eo-client/prepare-state/prepare-state-routing.module.mjs +4 -4
- package/esm2022/app/eo-client/prepare-state/prepare-state.module.mjs +4 -4
- package/esm2022/app/eo-client/process-state/process-state.component.mjs +3 -3
- package/esm2022/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +3 -3
- package/esm2022/app/eo-client/result-state/result-state.component.mjs +3 -3
- package/esm2022/app/eo-client/settings/settings.component.mjs +3 -3
- package/esm2022/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +3 -3
- package/esm2022/app/eo-client/version-state/version-state.component.mjs +3 -3
- package/esm2022/app/eo-framework/accordion/accordion.module.mjs +4 -4
- package/esm2022/app/eo-framework/accordion/simple-accordion/simple-accordion.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive.mjs +3 -3
- package/esm2022/app/eo-framework/actions/action-menu/action-menu.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/action-service/action.service.mjs +3 -3
- package/esm2022/app/eo-framework/actions/action.module.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-object-action/clipboard-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/copy-action/copy-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/cut-action/cut-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete-prepared-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content/delete-content.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/download-action/download-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/download-action/download-object-action/download-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/email/email/email.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/email/email-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/favorite-action/favorite-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/finalize/definalize-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/finalize/finalize-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/open-context-action/open-context-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/open-versions-action/open-versions-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/remove-subscription-action/remove-subscription-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/restore-version-action/restore-version-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/return-task-action/return-task/return-task.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/return-task-action/return-task-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/update-resubmission-action/update-resubmission-action.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-shell-routing.module.mjs +4 -4
- package/esm2022/app/eo-framework/app-shell/app-shell.module.mjs +4 -4
- package/esm2022/app/eo-framework/app-shell/license-warning/license-warning.component.mjs +3 -3
- package/esm2022/app/eo-framework/cta/component/cta.component.mjs +3 -3
- package/esm2022/app/eo-framework/cta/cta.module.mjs +4 -4
- package/esm2022/app/eo-framework/eo-framework.module.mjs +4 -4
- package/esm2022/app/eo-framework/error/error.module.mjs +4 -4
- package/esm2022/app/eo-framework/error/error404/error404.component.mjs +3 -3
- package/esm2022/app/eo-framework/error/not-found/not-found.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/date/date.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/date/year-range/year-range.directive.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +19 -10
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +6 -6
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.service.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/form-elements.module.mjs +4 -4
- package/esm2022/app/eo-framework/form-elements/form-input/form-input.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/form-input/input-focus/input-focus.directive.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/service/reference-finder.service.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/number/number.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/number-range/number-range.component.mjs +12 -6
- package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +34 -14
- package/esm2022/app/eo-framework/form-elements/password/password.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/reference/reference.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +3 -3
- package/esm2022/app/eo-framework/frame/frame.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/column-configurator/column-configurator.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/empty/empty.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/abstract-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/text/text-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/pagination/pagination.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/quick-filter/quick-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/reset-filter/reset-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/services/list-settings.service.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/total-count/total-count.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/datetime-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/list-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/organization-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/grid.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/grid.module.mjs +4 -4
- package/esm2022/app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component.mjs +3 -3
- package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +54 -14
- package/esm2022/app/eo-framework/list-container/list-container.component.mjs +3 -3
- package/esm2022/app/eo-framework/list-container/list-container.module.mjs +4 -4
- package/esm2022/app/eo-framework/media/content-preview.service.mjs +3 -3
- package/esm2022/app/eo-framework/media/media.component.mjs +3 -3
- package/esm2022/app/eo-framework/media/media.module.mjs +4 -4
- package/esm2022/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/object-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/object-details.module.mjs +4 -4
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter-pipe/history-filter.pipe.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/object-history/object-history.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/object-links/object-links.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +4 -12
- package/esm2022/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +5 -5
- package/esm2022/app/eo-framework/object-form/object-form.module.mjs +4 -4
- package/esm2022/app/eo-framework/object-state-details/object-state-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/plugins/plugin.component.mjs +9 -9
- package/esm2022/app/eo-framework/plugins/plugin.directive.mjs +3 -3
- package/esm2022/app/eo-framework/plugins/plugin.service.mjs +3 -3
- package/esm2022/app/eo-framework/plugins/plugins.module.mjs +4 -4
- package/esm2022/app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component.mjs +3 -3
- package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/process/details/process-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/process/history/process-history.component.mjs +3 -3
- package/esm2022/app/eo-framework/process/process-file/process-file.component.mjs +3 -3
- package/esm2022/app/eo-framework/process-form/process-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/process-form/process-form.module.mjs +4 -4
- package/esm2022/app/eo-framework/quick-search/quick-search/quick-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/quick-search/quick-search.module.mjs +4 -4
- package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/result-list/result-list.component.mjs +3 -3
- package/esm2022/app/eo-framework/result-list/result-list.module.mjs +4 -4
- package/esm2022/app/eo-framework/settings/change-password/change-password-form/change-password-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/settings/permissions/permissions.component.mjs +3 -3
- package/esm2022/app/eo-framework/settings/settings.module.mjs +4 -4
- package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts-section/global-shortcuts-section.component.mjs +3 -3
- package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts.component.mjs +3 -3
- package/esm2022/app/eo-framework/shortcuts/shortcuts.directive.mjs +3 -3
- package/esm2022/app/eo-framework/shortcuts/shortcuts.module.mjs +4 -4
- package/esm2022/app/eo-framework/shortcuts/shortcuts.service.mjs +3 -3
- package/esm2022/app/eo-framework/stored-query/stored-query/stored-query.component.mjs +3 -3
- package/esm2022/app/eo-framework/stored-query/stored-query-details/dynamic-property-switch/dynamic-property-switch.component.mjs +3 -3
- package/esm2022/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/stored-query/stored-query.module.mjs +4 -4
- package/esm2022/app/eo-framework/tree/tree-node/tree-node.component.mjs +5 -5
- package/esm2022/app/eo-framework/tree/tree.component.mjs +3 -3
- package/esm2022/app/eo-framework/tree/tree.module.mjs +4 -4
- package/esm2022/app/eo-framework/ui/clipboard/clipboard.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +9 -9
- package/esm2022/app/eo-framework/ui/eo-icon/eo-icon.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/error-message/error-message.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/loading-spinner/loading-spinner.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/outside-click/outside-click.directive.mjs +3 -3
- package/esm2022/app/eo-framework/ui/overlay/overlay.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/query-scope-select/query-scope-select.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/router-link/router-link.directive.mjs +3 -3
- package/esm2022/app/eo-framework/ui/rtl-aware/rtl-aware.directive.mjs +3 -3
- package/esm2022/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/ui.module.mjs +4 -4
- package/esm2022/app/eo-framework/ui/user-avatar/user-avatar.component.mjs +3 -3
- package/esm2022/app/eo-framework/upload-overlay/upload-overlay-guard.service.mjs +3 -3
- package/esm2022/app/eo-framework/upload-overlay/upload-overlay.component.mjs +5 -5
- package/esm2022/app/eo-framework/util/directive/prevent-double-click.directive.mjs +3 -3
- package/esm2022/app/eo-framework/util/directive/trap-focus.directive.mjs +3 -3
- package/esm2022/app/eo-framework/util/services/utilities.service.mjs +3 -3
- package/esm2022/app/eo-framework/util/sortable/order-by.pipe.mjs +3 -3
- package/esm2022/app/eo-framework/util/util.module.mjs +4 -4
- package/esm2022/app/eo-framework-core/agent/agent.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/api/grid.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/api/plugins.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/empty-state/empty-state.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/eo-framework-core.module.mjs +4 -4
- package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/layout/layout.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/location/location.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes-guard.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/pipes/filesize.pipe.mjs +3 -3
- package/esm2022/app/eo-framework-core/pipes/keys.pipe.mjs +3 -3
- package/esm2022/app/eo-framework-core/pipes/locale-date.pipe.mjs +3 -3
- package/esm2022/app/eo-framework-core/pipes/locale-number.pipe.mjs +12 -12
- package/esm2022/app/eo-framework-core/pipes/pipes.module.mjs +4 -4
- package/esm2022/app/eo-framework-core/pipes/safe-html.pipe.mjs +3 -3
- package/esm2022/app/eo-framework-core/references/reference.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/route-guards/auth/auth-guard.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/route-guards/capabilities/capabilities-guard.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/search/app-search.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/selection/selection.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/title/page-title.service.mjs +3 -3
- package/fesm2022/eo-sdk-client.mjs +1014 -983
- package/fesm2022/eo-sdk-client.mjs.map +1 -1
- package/package.json +12 -12
package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"charts-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,YAAY,CAAC;AACnC,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AACnG,OAAO,EAAc,aAAa,EAAE,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAGhJ,OAAO,EAAC,mBAAmB,EAAC,MAAM,6BAA6B,CAAC;;AAEhE,qBAMa,oBAAqB,YAAW,gBAAgB,EAAE,MAAM;
|
|
1
|
+
{"version":3,"file":"charts-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,YAAY,CAAC;AACnC,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AACnG,OAAO,EAAc,aAAa,EAAE,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAGhJ,OAAO,EAAC,mBAAmB,EAAC,MAAM,6BAA6B,CAAC;;AAEhE,qBAMa,oBAAqB,YAAW,gBAAgB,EAAE,MAAM;IA2EjE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IA/EvB,OAAO,CAAC,aAAa,CAAU;IACrB,kBAAkB,wBAA+B;IACjD,uBAAuB,kCAAyC;IAE1E,aAAa,EAAE,WAAW,EAAE,CAAC;IAC7B,OAAO,CAAC,MAAM,CAAc;IAC5B,SAAS,EAAE,gBAAgB,CAkBxB;IAEH,mBAAmB;;;MAGjB;IAEF,iBAAiB;;;MAGf;IAEF,eAAe;;;MAGb;IAEF,mBAAmB;;;MAGjB;IAEF,oBAAoB;;;MAGlB;IAEF,iBAAiB;;;MAGf;IAEF,cAAc,UAAS;IACvB,YAAY,UAAS;IACrB,uBAAuB,SAAM;IAC7B,uBAAuB,SAAM;IAC7B,WAAW,EAAE,WAAW,CAAC;IAEW,qBAAqB,EAAE,mBAAmB,CAAC;IAE/E,IAAa,YAAY,CAAC,EAAE,EAAE,OAAO,EAGpC;IAED,IAAI,YAAY,IALc,OAAO,CAOpC;gBAGS,EAAE,EAAE,kBAAkB,EACtB,oBAAoB,EAAE,oBAAoB,EAC1C,SAAS,EAAE,gBAAgB,EAC3B,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,aAAa,EACrB,aAAa,EAAE,aAAa;IAYtC,OAAO,CAAC,eAAe;IAqCvB,gBAAgB;IAwChB,eAAe;IAiBf,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,WAAW;IAUX,mBAAmB,CAAC,IAAI,KAAA,EAAE,WAAW,CAAC,KAAA;IA4BtC,mBAAmB;;;;;;;;IAkDnB,aAAa;;;;;;;;IA4Db,iBAAiB;;;;;;;;IAmDjB,2BAA2B,CAAC,IAAI,KAAA;IAwBhC,OAAO,CAAC,oBAAoB;IAmB5B,OAAO,CAAC,eAAe;IAOvB,OAAO,CAAC,uBAAuB;IAqB/B,OAAO,CAAC,UAAU;IAYlB,QAAQ,IAAI,IAAI;yCA7dL,oBAAoB;2CAApB,oBAAoB;CAsehC"}
|
|
@@ -126,6 +126,7 @@ export declare class ChartsWidgetComponent implements IWidgetComponent {
|
|
|
126
126
|
private barChartMetric;
|
|
127
127
|
private lineChartNumber;
|
|
128
128
|
private chartWithNoMetric;
|
|
129
|
+
private createChartData;
|
|
129
130
|
setQueryToAppSearch(): void;
|
|
130
131
|
private setLegendDiagramm;
|
|
131
132
|
refresh(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"charts-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,aAAa,EAAE,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAA0B,MAAM,cAAc,CAAC;AACnI,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAClC,OAAO,EAAC,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;AAE/D,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;;AAGzD,qBAMa,qBAAsB,YAAW,gBAAgB;
|
|
1
|
+
{"version":3,"file":"charts-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,aAAa,EAAE,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAA0B,MAAM,cAAc,CAAC;AACnI,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAClC,OAAO,EAAC,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;AAE/D,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;;AAGzD,qBAMa,qBAAsB,YAAW,gBAAgB;IAsH1D,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,aAAa;IAzHvB,SAAS,EAAE,GAAG,CAAC;IAEf,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA8BX;IAEF,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAkB5B;IACF,uBAAuB,MAAC;IAExB,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAiBzB;IACF,oBAAoB,MAAC;IAErB,SAAS,EAAE;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,GAAG,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,EAAE,CAAM;IAC5D,OAAO,CAAC,MAAM,CAAc;IAC5B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,CAAC,aAAa,CAAsB;IAC3C,WAAW,QAAM;IAER,QAAQ,UAAS;IAE1B,IAAa,YAAY,CAAC,CAAC,EAAE,OAAO,GAAG,SAAS,EA0B/C;IAED,IAAI,YAAY,IA5Ba,OAAO,GAAG,SAAS,CA8B/C;gBAGS,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,oBAAoB,EAAE,oBAAoB,EAC1C,aAAa,EAAE,aAAa;IAGtC,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,OAAO,CAAC,aAAa;IAYrB,OAAO,CAAC,iBAAiB;IAkBzB,OAAO,CAAC,kBAAkB;IAgD1B,OAAO,CAAC,cAAc;IA2CtB,OAAO,CAAC,eAAe;IAiEvB,OAAO,CAAC,iBAAiB;IAoDzB,OAAO,CAAC,eAAe;IAiBvB,mBAAmB;IAKnB,OAAO,CAAC,iBAAiB;IAczB,OAAO;IAkBP,gBAAgB,CAAC,KAAK,KAAA;yCA1aX,qBAAqB;2CAArB,qBAAqB;CAkbjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icharts.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/icharts.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE;QACP,SAAS,EAAE,MAAM,CAAC;QAElB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,EAAE,MAAM,CAAC;QACpB,aAAa,EAAE,MAAM,CAAC;QACtB,cAAc,EAAE,MAAM,CAAC;QACvB,MAAM,EAAE,MAAM,CAAC;QAEf,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,QAAQ,EAAE,MAAM,CAAC;QACjB,WAAW,EAAE,MAAM,CAAC;QACpB,aAAa,EAAE,MAAM,CAAC;QACtB,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,eAAe,EAAE,MAAM,CAAC;CAC3B"}
|
|
1
|
+
{"version":3,"file":"icharts.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/icharts.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE;QACP,SAAS,EAAE,MAAM,CAAC;QAElB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,EAAE,MAAM,CAAC;QACpB,aAAa,EAAE,MAAM,CAAC;QACtB,cAAc,EAAE,MAAM,CAAC;QACvB,MAAM,EAAE,MAAM,CAAC;QAEf,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,gBAAgB,EAAE,OAAO,CAAC;QAC1B,QAAQ,EAAE,MAAM,CAAC;QACjB,WAAW,EAAE,MAAM,CAAC;QACpB,aAAa,EAAE,MAAM,CAAC;QACtB,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,eAAe,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"signature-statistics-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AACnG,OAAO,EAAC,WAAW,EAAuB,aAAa,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AAEtG,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,yBAAyB,EAAC,MAAM,mCAAmC,CAAC;;AAG5E,qBAMa,iCAAkC,YAAW,qBAAqB,EAAE,MAAM;IAsCnF,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IArCb,kBAAkB,0CAAiD;IACnE,uBAAuB,kCAAyC;IAE1E,SAAS,EAAE,gBAAgB,CAQxB;IAEH,oBAAoB,EAAE,WAAW,CAKhB;IAEjB,sBAAsB,EAAE,WAAW,CAKlB;IAEjB,mBAAmB
|
|
1
|
+
{"version":3,"file":"signature-statistics-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AACnG,OAAO,EAAC,WAAW,EAAuB,aAAa,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AAEtG,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,yBAAyB,EAAC,MAAM,mCAAmC,CAAC;;AAG5E,qBAMa,iCAAkC,YAAW,qBAAqB,EAAE,MAAM;IAsCnF,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IArCb,kBAAkB,0CAAiD;IACnE,uBAAuB,kCAAyC;IAE1E,SAAS,EAAE,gBAAgB,CAQxB;IAEH,oBAAoB,EAAE,WAAW,CAKhB;IAEjB,sBAAsB,EAAE,WAAW,CAKlB;IAEjB,mBAAmB;;oBAEC,WAAW;MAC7B;IAEF,OAAO,CAAC,aAAa,CAA8D;gBAGzE,EAAE,EAAE,kBAAkB,EACtB,SAAS,EAAE,gBAAgB,EAC3B,aAAa,EAAE,aAAa;IAatC,IAAI,YAAY,IAAI,yBAAyB,CAE5C;IAED,IAAa,YAAY,CAAC,EAAE,EAAE,yBAAyB,EAWtD;IAED,QAAQ,IAAI,IAAI;IAIhB,cAAc,IAAI,WAAW;IAa7B,OAAO,CAAC,eAAe;yCAvFZ,iCAAiC;2CAAjC,iCAAiC;CA+F7C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-search.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/app-search/app-search.component.ts"],"names":[],"mappings":"AASA,OAAO,EACL,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EACZ,SAAS,EACT,MAAM,EAEN,SAAS,EACT,WAAW,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAC,mBAAmB,EAAC,MAAM,wDAAwD,CAAC;AAC3F,OAAO,EACL,sBAAsB,EACvB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAC,WAAW,EAAE,MAAM,EAAC,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAC,cAAc,EAAC,MAAM,sDAAsD,CAAC;AACpF,OAAO,EAAC,gBAAgB,EAAC,MAAM,yDAAyD,CAAC;AACzF,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,MAAM,EACN,oBAAoB,EACpB,UAAU,EACV,UAAU,EAEV,YAAY,EACZ,WAAW,EACX,aAAa,EACb,WAAW,EACX,oBAAoB,EACpB,WAAW,EACX,aAAa,EACb,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAC,WAAW,EAAE,SAAS,EAAC,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAgB,iBAAiB,EAAC,MAAM,4BAA4B,CAAC;;AAG5E,qBASa,kBAAmB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAwEvE,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IACd,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,EAAE;IArFZ,MAAM;;;;;;;;;;MAA2B;IACjC,QAAQ
|
|
1
|
+
{"version":3,"file":"app-search.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/app-search/app-search.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { OnInit, ElementRef } from '@angular/core';
|
|
2
2
|
import { FormGroup, UntypedFormControl, ControlValueAccessor, Validator, UntypedFormBuilder } from '@angular/forms';
|
|
3
3
|
import { RangeValue, TranslateService } from '@eo-sdk/core';
|
|
4
4
|
import { LocaleDatePipe } from '../../../eo-framework-core/pipes/locale-date.pipe';
|
|
@@ -6,6 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class DatetimeRangeComponent implements OnInit, ControlValueAccessor, Validator {
|
|
7
7
|
private fb;
|
|
8
8
|
translate: TranslateService;
|
|
9
|
+
private elemRef;
|
|
9
10
|
withTime: boolean;
|
|
10
11
|
pickerTitle: string;
|
|
11
12
|
operator: string;
|
|
@@ -26,7 +27,7 @@ export declare class DatetimeRangeComponent implements OnInit, ControlValueAcces
|
|
|
26
27
|
title: any;
|
|
27
28
|
codesystem: any;
|
|
28
29
|
};
|
|
29
|
-
constructor(fb: UntypedFormBuilder, translate: TranslateService);
|
|
30
|
+
constructor(fb: UntypedFormBuilder, translate: TranslateService, elemRef: ElementRef);
|
|
30
31
|
propagateChange: (_: any) => void;
|
|
31
32
|
validationChange: () => void;
|
|
32
33
|
writeValue(value: RangeValue): void;
|
|
@@ -35,6 +36,7 @@ export declare class DatetimeRangeComponent implements OnInit, ControlValueAcces
|
|
|
35
36
|
registerOnValidatorChange?(fn: () => void): void;
|
|
36
37
|
registerOnTouched(fn: any): void;
|
|
37
38
|
reset(): void;
|
|
39
|
+
catchFocusOnDropdown(): void;
|
|
38
40
|
onValueChange(searchOption?: string): void;
|
|
39
41
|
private _setValue;
|
|
40
42
|
formatDate(value: Date): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datetime-range.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/datetime-range/datetime-range.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,
|
|
1
|
+
{"version":3,"file":"datetime-range.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/datetime-range/datetime-range.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAA2B,UAAU,EAAC,MAAM,eAAe,CAAC;AAC5F,OAAO,EACL,SAAS,EACT,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EACT,kBAAkB,EAGnB,MAAM,gBAAgB,CAAC;AAExB,OAAO,EAAC,UAAU,EAAgB,gBAAgB,EAAC,MAAM,cAAc,CAAC;AACxE,OAAO,EAAC,cAAc,EAAC,MAAM,mDAAmD,CAAC;;AAEjF,qBAoBa,sBAAuB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IAqCxE,OAAO,CAAC,EAAE;IACH,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,OAAO;IArClB,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,SAAQ;IAChB,SAAS,EAAE,MAAM,CAAC;IAGA,UAAU,UAAS;IAE9C,SAAS,EAAE,SAAS,CAIjB;IACH,KAAK,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,OAAO,CAAQ;IAGhB,sBAAsB;;;QAM3B;IAGK,YAAY,EAAE,MAAM,CAAC;IAC5B,QAAQ,EAAE,cAAc,CAAC;IACzB,iBAAiB,MAAQ;IACzB,qBAAqB,MAAQ;IAC7B,UAAU;;;MAGR;gBAEkB,EAAE,EAAE,kBAAkB,EACvB,SAAS,EAAE,gBAAgB,EAC1B,OAAO,EAAE,UAAU;IAQvC,eAAe,MAAO,GAAG,UAAS;IAClC,gBAAgB,aAAa;IAE7B,UAAU,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAInC,iBAAiB;IAMjB,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,yBAAyB,CAAC,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIhD,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,KAAK;IAOL,oBAAoB;IAMpB,aAAa,CAAC,YAAY,SAAoB;IA6D9C,OAAO,CAAC,SAAS;IAoDjB,UAAU,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM;IAM/B,wBAAwB;;;;;;;;IAwJjB,QAAQ,CAAC,CAAC,EAAE,kBAAkB;IAoBrC,QAAQ;yCAvXG,sBAAsB;2CAAtB,sBAAsB;CA2XlC"}
|
|
@@ -11,10 +11,15 @@ export declare class NumberRangeComponent implements ControlValueAccessor, Valid
|
|
|
11
11
|
rangeForm: UntypedFormGroup;
|
|
12
12
|
value: RangeValue;
|
|
13
13
|
private isValid;
|
|
14
|
-
availableSearchOptions: {
|
|
14
|
+
availableSearchOptions: ({
|
|
15
15
|
label: string;
|
|
16
16
|
value: string;
|
|
17
|
-
|
|
17
|
+
actualOperator?: undefined;
|
|
18
|
+
} | {
|
|
19
|
+
label: string;
|
|
20
|
+
value: string;
|
|
21
|
+
actualOperator: string;
|
|
22
|
+
})[];
|
|
18
23
|
searchOption: string;
|
|
19
24
|
constructor();
|
|
20
25
|
propagateChange: (_: any) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"number-range.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/number-range/number-range.component.ts"],"names":[],"mappings":"AACA,OAAO,EACL,gBAAgB,EAChB,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EAGV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAC,UAAU,EAAe,MAAM,cAAc,CAAC;;AAEtD,qBAoBa,oBAAqB,YAAW,oBAAoB,EAAE,SAAS;IAEjE,KAAK,MAAC;IACN,SAAS,MAAC;IACV,QAAQ,MAAC;IACT,OAAO,MAAC;IACR,QAAQ,EAAE,OAAO,CAAC;IAEA,UAAU,EAAE,OAAO,CAAS;IAEhD,SAAS,mBAGb;IAEH,KAAK,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,OAAO,CAAQ;IAGhB,sBAAsB
|
|
1
|
+
{"version":3,"file":"number-range.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/number-range/number-range.component.ts"],"names":[],"mappings":"AACA,OAAO,EACL,gBAAgB,EAChB,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EAGV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAC,UAAU,EAAe,MAAM,cAAc,CAAC;;AAEtD,qBAoBa,oBAAqB,YAAW,oBAAoB,EAAE,SAAS;IAEjE,KAAK,MAAC;IACN,SAAS,MAAC;IACV,QAAQ,MAAC;IACT,OAAO,MAAC;IACR,QAAQ,EAAE,OAAO,CAAC;IAEA,UAAU,EAAE,OAAO,CAAS;IAEhD,SAAS,mBAGb;IAEH,KAAK,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,OAAO,CAAQ;IAGhB,sBAAsB;;;;;;;;SAM3B;IAEK,YAAY,SAAwC;;IAS3D,eAAe,MAAO,GAAG,UACxB;IAED,UAAU,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAyBnC,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,aAAa;IA+BN,QAAQ,CAAC,CAAC,EAAE,kBAAkB;yCAtG1B,oBAAoB;2CAApB,oBAAoB;CAuHhC"}
|
|
@@ -32,6 +32,16 @@ export declare class OrganizationComponent implements ControlValueAccessor, Afte
|
|
|
32
32
|
innerValue: any[];
|
|
33
33
|
error: any;
|
|
34
34
|
deletedItemID: string;
|
|
35
|
+
currentUser: {
|
|
36
|
+
name: string;
|
|
37
|
+
type: string;
|
|
38
|
+
title: any;
|
|
39
|
+
firstname: string;
|
|
40
|
+
lastname: string;
|
|
41
|
+
active: boolean;
|
|
42
|
+
hasimage: boolean;
|
|
43
|
+
present: boolean;
|
|
44
|
+
};
|
|
35
45
|
private _removeCurrentUser;
|
|
36
46
|
set removeCurrentUser(b: boolean);
|
|
37
47
|
get removeCurrentUser(): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organization.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/organization/organization.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EAEnB,YAAY,EAMb,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,oBAAoB,EAAoC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AACjG,OAAO,EAAC,cAAc,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AACjG,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAqD,YAAY,EAAC,MAAM,MAAM,CAAC;;AAEtF,MAAM,WAAW,kBAAkB;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,qBAiBa,qBAAsB,YAAW,oBAAoB,EAAE,mBAAmB,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"organization.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/organization/organization.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EAEnB,YAAY,EAMb,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,oBAAoB,EAAoC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AACjG,OAAO,EAAC,cAAc,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AACjG,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAqD,YAAY,EAAC,MAAM,MAAM,CAAC;;AAEtF,MAAM,WAAW,kBAAkB;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,qBAiBa,qBAAsB,YAAW,oBAAoB,EAAE,mBAAmB,EAAE,SAAS;IAmEpF,OAAO,CAAC,OAAO;IACzB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IACd,WAAW,EAAE,WAAW;IApEN,iBAAiB,EAAE,YAAY,CAAC;IAE3D,IAAI;;;MAGH;IAED,SAAS,SAA4B;IACrC,SAAS,SAAK;IACd,QAAQ,SAAO;IACgB,SAAS,EAAE,OAAO,CAAC;IAGlD,eAAe,oBAAsB;IAGrC,iBAAiB,oBAAsB;IAEvC,eAAe,EAAE,GAAG,EAAE,CAAC;IAEvB,KAAK,MAAC;IACN,aAAa,EAAE,MAAM,CAAC;IAEtB,UAAU,EAAE,GAAG,EAAE,CAAM;IACvB,KAAK,EAAE,GAAG,CAAM;IAChB,aAAa,EAAE,MAAM,CAAC;IAEtB,WAAW;;;;;;;;;MAST;IAEF,OAAO,CAAC,kBAAkB,CAAkB;IAC5C,IAAa,iBAAiB,CAAC,CAAC,EAAE,OAAO,EAGxC;IACD,IAAI,iBAAiB,IAJa,OAAO,CAMxC;IACQ,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IAC9B,IAAa,QAAQ,CAAC,CAAC,EAAE,OAAO,EAE/B;IACD,IAAI,QAAQ,IAHa,OAAO,CAK/B;IACD,IAAa,QAAQ,CAAC,EAAE,EAAE,GAAG,EAI5B;IACD,mBAAmB,EAAE,GAAG,CAAA;IACf,WAAW,EAAE,MAAM,CAAC;IAEpB,UAAU,EAAE,MAAM,EAAE,CAAM;IAC1B,YAAY,EAAE,kBAAkB,CAAC;gBAEtB,OAAO,EAAE,cAAc,EACjC,SAAS,EAAE,gBAAgB,EAC3B,aAAa,EAAE,aAAa,EAC7B,WAAW,EAAE,WAAW;IAG1B,QAAQ;IAIf,OAAO,CAAC,oBAAoB;IAwB5B,eAAe,MAAO,GAAG,UACxB;IAED,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAU5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,OAAO,CAAC,SAAS;IAKjB,cAAc,CAAC,IAAI,EAAE,MAAM;IA4B3B,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,YAAY;IAyBnC,UAAU,CAAC,KAAK,KAAA;IAYhB,QAAQ,CAAC,KAAK,KAAA;IAWd,kBAAkB;IAIlB,OAAO,CAAC,eAAe;IAIvB,qBAAqB;yCAlNV,qBAAqB;2CAArB,qBAAqB;CAuNjC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AfterViewInit, OnInit } from '@angular/core';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
|
-
import { BpmService, Clipboard, ClipboardService, EventService, FileEntry, InboxItem, InboxService, LocalStorageService, NotificationsService, TranslateService, UserService, WorkItem, WorkItemAction, WorkItemHistoryEntry } from '@eo-sdk/core';
|
|
3
|
+
import { BpmService, Clipboard, ClipboardService, DmsService, EventService, FileEntry, InboxItem, InboxService, LocalStorageService, NotificationsService, TranslateService, UserService, WorkItem, WorkItemAction, WorkItemHistoryEntry } from '@eo-sdk/core';
|
|
4
4
|
import { Subscription } from 'rxjs';
|
|
5
5
|
import { EmptyState } from '../../eo-framework-core/empty-state/empty-state.interface';
|
|
6
6
|
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
@@ -22,6 +22,7 @@ export declare class InboxDetailsComponent implements OnInit, AfterViewInit {
|
|
|
22
22
|
private pendingChanges;
|
|
23
23
|
private notify;
|
|
24
24
|
private storageService;
|
|
25
|
+
private dmsService;
|
|
25
26
|
bpmFormEl: ObjectFormComponent;
|
|
26
27
|
private defaultWorkItemAction;
|
|
27
28
|
private pendingTaskId;
|
|
@@ -46,13 +47,14 @@ export declare class InboxDetailsComponent implements OnInit, AfterViewInit {
|
|
|
46
47
|
filesAdding: Subscription | any;
|
|
47
48
|
loadError: boolean;
|
|
48
49
|
storageKeyLastItemID: string;
|
|
50
|
+
dmsObject: any;
|
|
49
51
|
plugins: any[];
|
|
50
52
|
emptyState: EmptyState;
|
|
51
53
|
applySelection: SelectionConfig;
|
|
52
54
|
set item(i: InboxItem);
|
|
53
55
|
get item(): InboxItem;
|
|
54
56
|
get dataType(): string;
|
|
55
|
-
constructor(bpmService: BpmService, userService: UserService, inboxService: InboxService, selection: SelectionService, router: Router, eventService: EventService, clipboardService: ClipboardService, translate: TranslateService, pendingChanges: PendingChangesService, notify: NotificationsService, storageService: LocalStorageService);
|
|
57
|
+
constructor(bpmService: BpmService, userService: UserService, inboxService: InboxService, selection: SelectionService, router: Router, eventService: EventService, clipboardService: ClipboardService, translate: TranslateService, pendingChanges: PendingChangesService, notify: NotificationsService, storageService: LocalStorageService, dmsService: DmsService);
|
|
56
58
|
refresh(): void;
|
|
57
59
|
onFormStatusChanged(evt: FormStatusChangedEvent): void;
|
|
58
60
|
private startPending;
|
|
@@ -63,7 +65,12 @@ export declare class InboxDetailsComponent implements OnInit, AfterViewInit {
|
|
|
63
65
|
private process;
|
|
64
66
|
createDMSItem(dmsType: any): void;
|
|
65
67
|
private addDefaultActionIfEmpty;
|
|
66
|
-
|
|
68
|
+
/**
|
|
69
|
+
* Creates a BPM work item by retrieving it from the BPM service and setting up the work item details.
|
|
70
|
+
*
|
|
71
|
+
* @returns {Subscription} - A subscription to the observable that retrieves and sets up the work item.
|
|
72
|
+
*/
|
|
73
|
+
private createBPMWorkItem;
|
|
67
74
|
private setFormOptions;
|
|
68
75
|
private updateInboxSate;
|
|
69
76
|
private transformActions;
|
|
@@ -79,10 +86,26 @@ export declare class InboxDetailsComponent implements OnInit, AfterViewInit {
|
|
|
79
86
|
executeWorkItemAction(action: WorkItemAction): void;
|
|
80
87
|
private openActionUrl;
|
|
81
88
|
/**
|
|
82
|
-
*
|
|
83
|
-
*
|
|
89
|
+
* Opens the work item content for the given file entry.
|
|
90
|
+
* If no file is provided, it clears the selected content file ID and focuses the selection.
|
|
91
|
+
* If a file is provided, it sets the selected content file ID, focuses the selection with the file parameters, and updates the DMS object.
|
|
92
|
+
*
|
|
93
|
+
* @param {FileEntry} [file] - The file entry for which the work item content needs to be opened. If not provided, the selection will be cleared.
|
|
84
94
|
*/
|
|
85
95
|
openWorkItemContent(file?: FileEntry): void;
|
|
96
|
+
/**
|
|
97
|
+
* Updates the DMS object for the given file entry.
|
|
98
|
+
*
|
|
99
|
+
* @param {FileEntry} file - The file entry for which the DMS object needs to be updated.
|
|
100
|
+
*/
|
|
101
|
+
updateDMSObject(file: FileEntry): void;
|
|
102
|
+
/**
|
|
103
|
+
* Retrieves a DMS object based on the provided file parameters.
|
|
104
|
+
*
|
|
105
|
+
* @param {FileEntry} file - The file entry object containing the parameters for the DMS object.
|
|
106
|
+
* @returns {Observable<DmsObject>} - An observable that emits the retrieved DMS object.
|
|
107
|
+
*/
|
|
108
|
+
private getDMSObject;
|
|
86
109
|
/**
|
|
87
110
|
* Opens the file (attached DMSObject) in object state
|
|
88
111
|
* @param file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inbox-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/inbox-details/inbox-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAIb,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzD,OAAO,EACL,UAAU,EACV,SAAS,EAET,gBAAgB,EAEhB,YAAY,EACZ,SAAS,EACT,SAAS,EACT,YAAY,EACZ,mBAAmB,EACnB,oBAAoB,EACpB,gBAAgB,EAChB,WAAW,EAEX,QAAQ,EACR,cAAc,EACd,oBAAoB,EACrB,MAAM,cAAc,CAAC;AACtB,OAAO,
|
|
1
|
+
{"version":3,"file":"inbox-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/inbox-details/inbox-details.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"row-edit.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAE,YAAY,EAAS,SAAS,EAAuC,MAAM,eAAe,CAAC;AAE1H,OAAO,EAAC,kBAAkB,EAAE,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAC,mBAAmB,EAAQ,MAAM,cAAc,CAAC;AAGxD,OAAO,EAAC,qBAAqB,EAAC,MAAM,0EAA0E,CAAC;AAC/G,OAAO,EAAC,sBAAsB,EAAC,MAAM,8CAA8C,CAAC;AACpF,OAAO,EAAgB,uBAAuB,EAAC,MAAM,qCAAqC,CAAC;AAC3F,OAAO,EAAC,wBAAwB,EAAC,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAC,eAAe,EAAC,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAC,uBAAuB,EAAC,MAAM,qDAAqD,CAAC;AAE5F,OAAO,EAAC,OAAO,EAAE,aAAa,EAAC,MAAM,2BAA2B,CAAC;;AAEjE;;GAEG;AACH,qBAQa,gBAAiB,YAAW,SAAS;
|
|
1
|
+
{"version":3,"file":"row-edit.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAE,YAAY,EAAS,SAAS,EAAuC,MAAM,eAAe,CAAC;AAE1H,OAAO,EAAC,kBAAkB,EAAE,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAC,mBAAmB,EAAQ,MAAM,cAAc,CAAC;AAGxD,OAAO,EAAC,qBAAqB,EAAC,MAAM,0EAA0E,CAAC;AAC/G,OAAO,EAAC,sBAAsB,EAAC,MAAM,8CAA8C,CAAC;AACpF,OAAO,EAAgB,uBAAuB,EAAC,MAAM,qCAAqC,CAAC;AAC3F,OAAO,EAAC,wBAAwB,EAAC,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAC,eAAe,EAAC,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAC,uBAAuB,EAAC,MAAM,qDAAqD,CAAC;AAE5F,OAAO,EAAC,OAAO,EAAE,aAAa,EAAC,MAAM,2BAA2B,CAAC;;AAEjE;;GAEG;AACH,qBAQa,gBAAiB,YAAW,SAAS;IA6DpC,OAAO,CAAC,cAAc;IAChC,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,EAAE;IAAsB,OAAO,CAAC,cAAc;IA/D5B,mBAAmB,EAAE,UAAU,CAAC;IAI5D,aAAa,EAAE,MAAM,CAAC;IAEtB,QAAQ,EAAE,eAAe,CAAC;IAC1B,gBAAgB,EAAE,wBAAwB,EAAE,CAAM;IAClD,OAAO,CAAC,cAAc,CAA2B;IACjD,OAAO,CAAC,aAAa,CAAsB;IAI3C,OAAO,CAAC,QAAQ,CAAM;IAEtB,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,sBAAsB,CAAC;IACnC,YAAY,UAAQ;IACpB,WAAW,UAAQ;IACnB,aAAa,UAAQ;IACrB,WAAW,UAAQ;IACnB,iBAAiB,EAAE,kBAAkB,CAAC;IACtC,YAAY,UAAS;IACrB,iBAAiB,UAAS;IAC1B,MAAM,UAAS;IAEf,IAAI,gBAAgB,CAAC,GAAG,EAAE,OAAO,EAMhC;IAED,IAAI,gBAAgB,IARM,OAAO,CAUhC;IAEQ,YAAY,EAAE,OAAO,CAAC;IAE/B,IACI,GAAG,CAAC,CAAC,EAAE,OAAO,EAWjB;IAES,QAAQ,oBAAsB;IAC9B,MAAM,8BAAqC;IAC3C,UAAU,8BAAqC;IAC/C,QAAQ,uBAA8B;gBAE5B,cAAc,EAAE,qBAAqB,EAC/C,iBAAiB,EAAE,uBAAuB,EAC1C,iBAAiB,EAAE,uBAAuB,EAC1C,EAAE,EAAE,kBAAkB,EAAU,cAAc,EAAE,mBAAmB;IAS7E;;;;KAIC;IACD,OAAO,CAAC,uBAAuB;IAI/B,OAAO,CAAC,YAAY;IASpB,WAAW;IAsBX,mBAAmB;IAoBnB,OAAO,CAAC,iBAAiB;IAmCzB,OAAO,CAAC,YAAY;IAQpB,aAAa;IAIb,IAAI;IAeJ,QAAQ;IAcR,MAAM;IAKN,MAAM;IAKN,OAAO,CAAC,cAAc;IAOtB,WAAW,IAAI,IAAI;yCAlOR,gBAAgB;2CAAhB,gBAAgB;CAqO5B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-form-helper.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-form/object-form-helper.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,WAAW,EAAa,MAAM,gBAAgB,CAAC;AACvD,OAAO,EAAC,MAAM,EAA4B,aAAa,EAAE,aAAa,EAAS,YAAY,EAAC,MAAM,cAAc,CAAC;AACjH,OAAO,EAA4B,UAAU,EAAM,YAAY,EAAC,MAAM,MAAM,CAAC;AAG7E,OAAO,EAAC,cAAc,EAAC,MAAM,6CAA6C,CAAC;AAC3E,OAAO,EAAC,gBAAgB,EAAC,MAAM,sDAAsD,CAAC;AACtF,OAAO,EAAC,iBAAiB,EAAC,MAAM,iCAAiC,CAAC;AAElE,OAAO,EAAC,iBAAiB,EAAC,MAAM,mCAAmC,CAAC;AACpE,OAAO,EAAC,wBAAwB,EAAC,MAAM,2CAA2C,CAAC;AACnF,OAAO,EAAC,eAAe,EAAC,MAAM,uCAAuC,CAAC;AACtE,OAAO,EAAC,uBAAuB,EAAC,MAAM,6DAA6D,CAAC;AACpG,OAAO,EAAC,wBAAwB,EAAC,MAAM,8DAA8D,CAAC;;AAGtG,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,iBAAiB,CAAC;IAC/B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE;QAAC,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW,GAAG,IAAI,CAAA;KAAC,CAAC;IACxD,aAAa,EAAE,aAAa,CAAC;CAC9B;AACD,MAAM,WAAW,aAAa;IAG5B,YAAY,EAAE;QAAC,CAAC,IAAI,EAAE,MAAM,GAAG,iBAAiB,CAAA;KAAC,CAAC;IAClD,SAAS,EAAE,GAAG,CAAC;IAIf,yBAAyB,EAAE,YAAY,EAAE,CAAC;IAC1C,cAAc,EAAE,wBAAwB,CAAC;IACzC,WAAW,EAAE;QAAC,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,CAAA;KAAC,CAAC;IACnC,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,qBACa,uBAAuB;IAMtB,OAAO,CAAC,MAAM;IACxB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IARvB,OAAO,CAAC,QAAQ,CAAsB;IACtC,OAAO,CAAC,wBAAwB,CAA0C;IAC1E,OAAO,CAAC,yBAAyB,CAAwE;gBAErF,MAAM,EAAE,MAAM,EACxB,gBAAgB,EAAE,gBAAgB,EAClC,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,cAAc,EAC7B,aAAa,EAAE,aAAa;IAItC;;;;;;;OAOG;IACH,IAAI,yBAAyB,IAAI,UAAU,CAAC,YAAY,CAAC,CAExD;IAED;;;;;;;OAOG;IACH,iBAAiB,CACf,WAAW,EAAE,iBAAiB,EAC9B,iBAAiB,EAAE,uBAAuB,EAC1C,gBAAgB,CAAC,EAAE,OAAO,GAAG,aAAa;IAoD5C;;;;;;;OAOG;IACH,oBAAoB,CAAC,OAAO,EAAE,GAAG,EAAE,SAAS,CAAC,EAAE,MAAM,GAAG,wBAAwB;IAiDhF;;;;;;;;;;;;;OAaG;IACH,eAAe,CAAC,IAAI,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,GAAG,EAAE,kBAAkB,CAAC,EAAE,OAAO;IAMzG;;;;;;KAMC;IACD,wBAAwB,CAAC,UAAU,EAAE,MAAM;IAS3C;;;;;;;;OAQG;IACH,wBAAwB,CAAC,KAAK,EAAE,YAAY,GAAG,IAAI;IAOnD,OAAO,CAAC,gBAAgB;IAkExB,OAAO,CAAC,YAAY;IAkBpB,WAAW,CAAC,KAAK,KAAA,EAAE,WAAW,KAAA;
|
|
1
|
+
{"version":3,"file":"object-form-helper.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-form/object-form-helper.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"eo.form.property.string.error.whitespaces": "Die Eingabe enthält nur Leerzeichen.",
|
|
29
29
|
"eo.form.property.organization.request.error.title": "Fehler ist aufgetreten",
|
|
30
30
|
"eo.form.property.organization.request.error.msg": "Eventuell fehlerhaftes Skript",
|
|
31
|
+
"eo.form.property.organization.current.user": "Aktueller Benutzer",
|
|
31
32
|
"eo.form.property.checkbox.indefinite.tooltip": "unbestimmt",
|
|
32
33
|
"eo.app.init.fail.title": "Initialisierungsfehler",
|
|
33
34
|
"eo.app.init.fail.message": "Die Anwendung konnte nicht initialisiert werden.",
|
|
@@ -894,6 +895,7 @@
|
|
|
894
895
|
"eo.workspace.widget.form.label.sortRevert": "Sortierung umkehren",
|
|
895
896
|
"eo.workspace.widget.form.label.edited": "Zuletzt bearbeitete Objekte anzeigen",
|
|
896
897
|
"eo.workspace.widget.form.label.created": "Zuletzt erstellte Objekte anzeigen",
|
|
898
|
+
"eo.workspace.widget.form.label.value.legend": "Anzahl in der Legende anzeigen",
|
|
897
899
|
"eo.workspace.widget.todo.taskTitle": "Aufgabentitel",
|
|
898
900
|
"eo.widget.hitlist.tooltip.openinresultlist": "Öffnen in der Trefferliste",
|
|
899
901
|
"eo.widget.hitlist.tooltip.savedSearchIcon": "Im Suchdialog öffnen",
|
|
@@ -935,6 +937,7 @@
|
|
|
935
937
|
"eo.workspace.widget.signature.statistics.documentTypes": "Dokumenttyp",
|
|
936
938
|
"eo.workspace.widget.signature.statistics.aggregationField": "Attribut für Aggregation",
|
|
937
939
|
"eo.workspace.widget.signature.statistics.status": "Status",
|
|
940
|
+
"eo.workspace.widget.signature.statistics.status.description": "Standard: signiert",
|
|
938
941
|
"eo.workspace.widget.signature.statistics.type": "Signaturtyp",
|
|
939
942
|
"eo.workspace.widget.signature.statistics.from.label": "Von",
|
|
940
943
|
"eo.workspace.widget.signature.statistics.from.description": "Standard: Erster Tag in diesem Jahr",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"eo.form.property.string.error.whitespaces": "The entry contains only spaces.",
|
|
29
29
|
"eo.form.property.organization.request.error.title": "An error occurred",
|
|
30
30
|
"eo.form.property.organization.request.error.msg": "Possibly failed script",
|
|
31
|
+
"eo.form.property.organization.current.user": "Current user",
|
|
31
32
|
"eo.form.property.checkbox.indefinite.tooltip": "undefined",
|
|
32
33
|
"eo.app.init.fail.title": "Initialization error",
|
|
33
34
|
"eo.app.init.fail.message": "Unable to initialize application.",
|
|
@@ -337,7 +338,7 @@
|
|
|
337
338
|
"eo.action.delete.content.success": "The document file was removed successfully.",
|
|
338
339
|
"eo.action.delete.content.error": "Unable to remove document file.",
|
|
339
340
|
"eo.action.delete.content.confirm.message": "Are you sure you want to delete '{{item}}'?",
|
|
340
|
-
"eo.action.unlock.dialog.message": "
|
|
341
|
+
"eo.action.unlock.dialog.message": "Document locked by {{label}} on {{date}}. Do you want to release the lock?",
|
|
341
342
|
"eo.action.btn.unlock": "Release lock",
|
|
342
343
|
"eo.action.unlock.label": "Release lock",
|
|
343
344
|
"eo.action.unlock.description": "Releases the lock preventing changes by other users.",
|
|
@@ -528,8 +529,8 @@
|
|
|
528
529
|
"eo.object.history.entry.type.OBJECT_DEFINALIZED.title": "Object definalized",
|
|
529
530
|
"eo.object.history.entry.type.OBJECT_FINALIZED.description": "The object was finalized.",
|
|
530
531
|
"eo.object.history.entry.type.OBJECT_FINALIZED.title": "Object finalized",
|
|
531
|
-
"eo.object.history.entry.type.OBJECT_UNLOCKED_PRIVILEGED.title": "The lock
|
|
532
|
-
"eo.object.history.entry.type.OBJECT_UNLOCKED_PRIVILEGED.description": "The lock
|
|
532
|
+
"eo.object.history.entry.type.OBJECT_UNLOCKED_PRIVILEGED.title": "The lock has been released.",
|
|
533
|
+
"eo.object.history.entry.type.OBJECT_UNLOCKED_PRIVILEGED.description": "The lock by {{lockusername}} has been released by an authorized user.",
|
|
533
534
|
"eo.object.history.entry.type.OBJECT_LOCATION_ADDED.description": "A new filing location was added to the object.",
|
|
534
535
|
"eo.object.history.entry.type.OBJECT_LOCATION_ADDED.title": "New filing location added",
|
|
535
536
|
"eo.object.history.entry.type.OBJECT_LOCATION_REMOVED.description": "A filing location of the object was recovered.",
|
|
@@ -739,7 +740,7 @@
|
|
|
739
740
|
"eo.process.recipients": "Recipients",
|
|
740
741
|
"eo.process.substitute": "Substitution for",
|
|
741
742
|
"eo.process.activity.lock.denied": "Another user has since accepted this task.",
|
|
742
|
-
"eo.process.general.error": "A server error
|
|
743
|
+
"eo.process.general.error": "A server error occurred.",
|
|
743
744
|
"eo.process.activity.unlock.denied": "Try again later.",
|
|
744
745
|
"eo.process.file.empty.label": "The process file is empty.",
|
|
745
746
|
"eo.process.file.add.label": "Add copied objects to the process file.",
|
|
@@ -898,6 +899,7 @@
|
|
|
898
899
|
"eo.workspace.widget.form.label.sortRevert": "Reverse sorting",
|
|
899
900
|
"eo.workspace.widget.form.label.edited": "Show recently edited objects",
|
|
900
901
|
"eo.workspace.widget.form.label.created": "Show recently created objects",
|
|
902
|
+
"eo.workspace.widget.form.label.value.legend": "Show the numbers in the legend",
|
|
901
903
|
"eo.workspace.widget.todo.taskTitle": "Task title",
|
|
902
904
|
"eo.widget.hitlist.tooltip.openinresultlist": "Open in hit list",
|
|
903
905
|
"eo.widget.hitlist.tooltip.savedSearchIcon": "Open in search dialog",
|
|
@@ -939,6 +941,7 @@
|
|
|
939
941
|
"eo.workspace.widget.signature.statistics.documentTypes": "Document type",
|
|
940
942
|
"eo.workspace.widget.signature.statistics.aggregationField": "Attribute for aggregation",
|
|
941
943
|
"eo.workspace.widget.signature.statistics.status": "Status",
|
|
944
|
+
"eo.workspace.widget.signature.statistics.status.description": "Default: signed",
|
|
942
945
|
"eo.workspace.widget.signature.statistics.type": "Signature type",
|
|
943
946
|
"eo.workspace.widget.signature.statistics.from.label": "From",
|
|
944
947
|
"eo.workspace.widget.signature.statistics.from.description": "Default: First day of this year",
|
|
@@ -1157,10 +1160,10 @@
|
|
|
1157
1160
|
"eo.type.label.template": "Template",
|
|
1158
1161
|
"eo.actions.group.inbox": "INBOX",
|
|
1159
1162
|
"eo.action.tasks.return.label": "Return all accepted tasks",
|
|
1160
|
-
"eo.action.tasks.return.description": "
|
|
1163
|
+
"eo.action.tasks.return.description": "Returns the tasks to the groups",
|
|
1161
1164
|
"eo.action.tasks.return.confirmation": "Do you really want to return the tasks?",
|
|
1162
|
-
"eo.action.tasks.return.warning": "After
|
|
1163
|
-
"eo.action.tasks.return.notification.success": "
|
|
1164
|
-
"eo.action.tasks.return.notification.fail": "
|
|
1165
|
+
"eo.action.tasks.return.warning": "After performing this action, it can take some time before the changes are visible in the task list.",
|
|
1166
|
+
"eo.action.tasks.return.notification.success": "{{count}} accepted task(s) have been successfully returned.",
|
|
1167
|
+
"eo.action.tasks.return.notification.fail": "Unable to execute this action.",
|
|
1165
1168
|
"eo.shortcuts.action.task": "Open task actions"
|
|
1166
1169
|
}
|