nuxeo-development-framework 3.8.1 → 3.8.3
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/bundles/nuxeo-development-framework.umd.js +32267 -31027
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/activities-log/activities-log/activities-log.service.js +2 -2
- package/esm2015/lib/components/attachment-item/attachment-item/attachment-item.component.js +2 -2
- package/esm2015/lib/components/comments/components/comment-item/comment-item.component.js +2 -2
- package/esm2015/lib/components/comments/components/comments-dashlet/comments-dashlet.component.js +2 -2
- package/esm2015/lib/components/comments/components/comments-list/comments-list.component.js +1 -1
- package/esm2015/lib/components/comments/components/edit-delete-modal/edit-delete-modal.component.js +2 -2
- package/esm2015/lib/components/comments/services/comment-api.service.js +3 -3
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.js +3 -3
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.js +2 -2
- package/esm2015/lib/components/correspondence-relation/components/versions/versions.component.js +2 -2
- package/esm2015/lib/components/correspondence-relation/services/correspondence-realation.service.js +3 -3
- package/esm2015/lib/components/correspondence-relation/services/viewer-files.service.js +3 -3
- package/esm2015/lib/components/create-entity/create-entity/create-entity.component.js +2 -2
- package/esm2015/lib/components/cts-tags/components/correspondence-tags/correspondence-tags.component.js +2 -2
- package/esm2015/lib/components/cts-tags/services/tags-api.service.js +2 -2
- package/esm2015/lib/components/custom-toastr/components/custom-toastr/custom-toastr.component.js +6 -6
- package/esm2015/lib/components/custom-toastr/interfaces/toast-type.interface.js +1 -1
- package/esm2015/lib/components/custom-toastr/services/custom-toastr.service.js +23 -11
- package/esm2015/lib/components/documents/components/attachments-list/attachments-list.component.js +2 -2
- package/esm2015/lib/components/documents/components/document-list/documents-list.component.js +2 -2
- package/esm2015/lib/components/documents/services/document-templates.service.js +3 -3
- package/esm2015/lib/components/documents/services/documents.service.js +3 -3
- package/esm2015/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.js +2 -2
- package/esm2015/lib/components/dynamic-chart/services/chart-data.service.js +2 -2
- package/esm2015/lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form/form-builder.service.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-dateitem/dynamic-form-dateitem.component.js +3 -3
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-dateitem/owlDateTimeIntl.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/dynamic-form-department.component.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/services/department-api.service.js +5 -5
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/services/department-management.service.js +3 -3
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-users/dynamic-form-select-users.component.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-users/services/user-api.service.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select-i18n.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-viewer/dynamic-form-viewer.component.js +2 -2
- package/esm2015/lib/components/dynamic-form/services/dynamic-form-update.service.js +2 -2
- package/esm2015/lib/components/dynamic-search/dynamic-search/dynamic-search.component.js +2 -2
- package/esm2015/lib/components/dynamic-table/dynamic-table/dynamic-table.component.js +3 -3
- package/esm2015/lib/components/dynamic-view/custom-document-viewer/custom-document-viewer.component.js +3 -3
- package/esm2015/lib/components/dynamic-view/custom-pp-viewer/custom-pp-viewer.component.js +3 -3
- package/esm2015/lib/components/dynamic-view/cutome-voc-viewer/cutome-voc-viewer.component.js +2 -2
- package/esm2015/lib/components/dynamic-view/date-viewer/date-viewer.component.js +2 -2
- package/esm2015/lib/components/dynamic-view/department-viewer/department-viewer.component.js +2 -2
- package/esm2015/lib/components/file-manger/components/clipboard/clipboard.component.js +2 -2
- package/esm2015/lib/components/file-manger/components/create-modal/create-modal.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/folder-modal/folder-modal.component.js +2 -2
- package/esm2015/lib/components/file-manger/components/scan-modal/scan-modal.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/share-dialog/share-dialog.component.js +5 -5
- package/esm2015/lib/components/file-manger/components/sidepanel/sidepanel.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/update-modal/update-modal.component.js +3 -3
- package/esm2015/lib/components/file-manger/directives/file-grid-infinite-scroll.directive.js +78 -0
- package/esm2015/lib/components/file-manger/file-manager.abstract.js +459 -301
- package/esm2015/lib/components/file-manger/file-manger.module.js +10 -5
- package/esm2015/lib/components/file-manger/models/file-manager-config.model.js +7 -0
- package/esm2015/lib/components/file-manger/models/index.js +4 -0
- package/esm2015/lib/components/file-manger/models/pagination-payload.mode.js +2 -0
- package/esm2015/lib/components/file-manger/models/pagination-response.model.js +6 -0
- package/esm2015/lib/components/latest-activity/services/activity-log.service.js +3 -3
- package/esm2015/lib/components/mutiple-dynamic-form-viewer/multiple-dynamic-form-viewer/multiple-dynamic-form-viewer.component.js +2 -2
- package/esm2015/lib/components/notifications/components/base-list-notfications.component.js +154 -0
- package/esm2015/lib/components/notifications/components/base-notifications.component.js +35 -0
- package/esm2015/lib/components/notifications/components/index.js +7 -0
- package/esm2015/lib/components/notifications/components/notification-item/get-icon.pipe.js +44 -0
- package/esm2015/lib/components/notifications/components/notification-item/notification-item.component.js +41 -129
- package/esm2015/lib/components/notifications/components/notification-source-select/notification-source-select.component.js +34 -0
- package/esm2015/lib/components/notifications/components/notification-status-toggle/notification-status-toggle.component.js +26 -0
- package/esm2015/lib/components/notifications/components/notifications-button/notifications-button.component.js +75 -165
- package/esm2015/lib/components/notifications/components/notifications-date-select/notifications-date-select.component.js +59 -0
- package/esm2015/lib/components/notifications/components/notifications-list/notifications-list.component.js +53 -175
- package/esm2015/lib/components/notifications/components/notifications-list/options.js +24 -0
- package/esm2015/lib/components/notifications/components/notifications-list-actions/notifications-list-actions.component.js +43 -0
- package/esm2015/lib/components/notifications/components/notifications-settings/check-if-subscribed.pipe.js +28 -0
- package/esm2015/lib/components/notifications/components/notifications-settings/notifications-settings.adapter.js +30 -0
- package/esm2015/lib/components/notifications/components/notifications-settings/notifications-settings.component.js +163 -0
- package/esm2015/lib/components/notifications/components/notifications-sidebar/notifications-sidebar-content.js +28 -0
- package/esm2015/lib/components/notifications/components/notifications-sidebar/notifications-sidebar.component.js +158 -0
- package/esm2015/lib/components/notifications/constants/date.js +8 -0
- package/esm2015/lib/components/notifications/constants/index.js +5 -0
- package/esm2015/lib/components/notifications/constants/pagination.js +5 -0
- package/esm2015/lib/components/notifications/constants/panel.js +5 -0
- package/esm2015/lib/components/notifications/constants/status.js +10 -0
- package/esm2015/lib/components/notifications/containers/index.js +3 -0
- package/esm2015/lib/components/notifications/containers/notifications-list-container/notifications-list-container.component.js +98 -0
- package/esm2015/lib/components/notifications/containers/notifications-list-container/options.js +18 -0
- package/esm2015/lib/components/notifications/containers/notifications-settings-container/notifications-settings-container.component.js +67 -0
- package/esm2015/lib/components/notifications/directives/button.directive.js +28 -0
- package/esm2015/lib/components/notifications/directives/index.js +3 -0
- package/esm2015/lib/components/notifications/directives/notification.directive.js +28 -0
- package/esm2015/lib/components/notifications/index.js +2 -0
- package/esm2015/lib/components/notifications/models/common.js +2 -0
- package/esm2015/lib/components/notifications/models/index.js +11 -0
- package/esm2015/lib/components/notifications/models/notification-definition.model.js +2 -0
- package/esm2015/lib/components/notifications/models/notification-options.js +2 -0
- package/esm2015/lib/components/notifications/models/notification-setting.presenter.js +2 -0
- package/esm2015/lib/components/notifications/models/notification-subscription.model.js +2 -0
- package/esm2015/lib/components/notifications/models/notification.model.js +2 -0
- package/esm2015/lib/components/notifications/models/notifications-list-options.js +3 -0
- package/esm2015/lib/components/notifications/models/paging-response.model.js +2 -0
- package/esm2015/lib/components/notifications/models/params.model.js +2 -0
- package/esm2015/lib/components/notifications/models/vocabularies.js +2 -0
- package/esm2015/lib/components/notifications/notifications.module.js +80 -46
- package/esm2015/lib/components/notifications/public-api.js +9 -0
- package/esm2015/lib/components/notifications/services/index.js +2 -0
- package/esm2015/lib/components/notifications/services/listener.service.js +19 -0
- package/esm2015/lib/components/notifications/services/notifications.service.js +155 -0
- package/esm2015/lib/components/notifications/services/params.service.js +31 -0
- package/esm2015/lib/components/notifications/services/response.service.js +65 -0
- package/esm2015/lib/components/notifications/utilities/index.js +2 -0
- package/esm2015/lib/components/notifications/utilities/response.adapter.js +12 -0
- package/esm2015/lib/components/pdf-tron/pdftron/pdftron.component.js +3 -3
- package/esm2015/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.js +2 -2
- package/esm2015/lib/components/permissions/permission.service.js +2 -2
- package/esm2015/lib/components/permissions/permissions/permissions.component.js +3 -3
- package/esm2015/lib/components/select-users-by-department/select-users-by-departments/department-management.service.js +2 -2
- package/esm2015/lib/components/table/dynamic-column/dynamic-column.component.js +2 -2
- package/esm2015/lib/components/table/table/table.component.js +3 -3
- package/esm2015/lib/components/{notifications → toasts}/components/notification-toast/notification-toast.component.js +8 -12
- package/esm2015/lib/components/toasts/index.js +2 -0
- package/esm2015/lib/components/toasts/public-api.js +3 -0
- package/esm2015/lib/components/toasts/toasts.module.js +19 -0
- package/esm2015/lib/components/vocabulary/services/vocabulary-api.service.js +2 -2
- package/esm2015/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.js +2 -2
- package/esm2015/lib/core/adapters/adapter.service.js +1 -1
- package/esm2015/lib/core/core.module.js +1 -1
- package/esm2015/lib/core/env/env-manager.js +1 -1
- package/esm2015/lib/core/env/index.js +1 -1
- package/esm2015/lib/core/models/api-response.model.js +2 -0
- package/esm2015/lib/core/models/automation-response.model.js +2 -0
- package/esm2015/lib/core/models/base-response.models.js +2 -0
- package/esm2015/lib/core/models/index.js +5 -0
- package/esm2015/lib/core/services/callApi/call-api.service.js +1 -1
- package/esm2015/lib/core/services/extension/action.extensions.js +1 -1
- package/esm2015/lib/core/services/extension/component-register.service.js +1 -1
- package/esm2015/lib/core/services/extension/extenion-utils.js +1 -1
- package/esm2015/lib/core/services/extension/extension-element.js +1 -1
- package/esm2015/lib/core/services/extension/extension-loader.service.js +1 -1
- package/esm2015/lib/core/services/extension/extension.service.js +1 -1
- package/esm2015/lib/core/services/initialization/initialization.service.js +1 -1
- package/esm2015/lib/core/services/nuxeo/nuxeo.service.js +3 -3
- package/esm2015/lib/core/services/translation/translation.service.js +3 -3
- package/esm2015/lib/core/utilities/moment-date-adapter.js +1 -1
- package/esm2015/lib/core/utilities/utility.service.js +1 -1
- package/esm2015/lib/directive/app-has-role/app-has-role.directive.js +2 -2
- package/esm2015/lib/directive/permissions/evaluators.service.js +2 -2
- package/esm2015/lib/directive/permissions/permissions.directive.js +2 -2
- package/esm2015/lib/directive/rtl/set-dir-rtl.directive.js +2 -2
- package/esm2015/lib/directive/rtl/set-rtl.directive.js +2 -2
- package/esm2015/lib/shared-services/dynamic-form.service.js +2 -2
- package/esm2015/lib/shared-services/file-manager.service.js +456 -222
- package/esm2015/lib/shared-services/global-admin.service.js +1 -1
- package/esm2015/lib/shared-services/mainfolder.service.js +3 -3
- package/esm2015/lib/shared-services/publishing-document.service.js +3 -3
- package/esm2015/lib/shared-services/recently-viewed.service.js +3 -3
- package/esm2015/lib/shared-services/shared-docs.service.js +3 -3
- package/esm2015/lib/shared-services/upload-file.service.js +2 -2
- package/esm2015/lib/shared-services/upload-managment.service.js +2 -2
- package/esm2015/lib/shared-services/user.service.js +3 -3
- package/esm2015/public-api.js +145 -149
- package/fesm2015/nuxeo-development-framework.js +24280 -23143
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/components/activities-log/activities-log/activities-log.service.d.ts +1 -1
- package/lib/components/attachment-item/attachment-item/attachment-item.component.d.ts +1 -1
- package/lib/components/comments/components/comment-item/comment-item.component.d.ts +1 -1
- package/lib/components/comments/components/comments-dashlet/comments-dashlet.component.d.ts +1 -1
- package/lib/components/comments/components/edit-delete-modal/edit-delete-modal.component.d.ts +1 -1
- package/lib/components/comments/services/comment-api.service.d.ts +2 -2
- package/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.d.ts +2 -2
- package/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.d.ts +1 -1
- package/lib/components/correspondence-relation/components/versions/versions.component.d.ts +1 -1
- package/lib/components/correspondence-relation/services/correspondence-realation.service.d.ts +2 -2
- package/lib/components/correspondence-relation/services/viewer-files.service.d.ts +2 -2
- package/lib/components/create-entity/create-entity/create-entity.component.d.ts +1 -1
- package/lib/components/cts-tags/components/correspondence-tags/correspondence-tags.component.d.ts +1 -1
- package/lib/components/cts-tags/services/tags-api.service.d.ts +1 -1
- package/lib/components/custom-toastr/components/custom-toastr/custom-toastr.component.d.ts +1 -1
- package/lib/components/custom-toastr/interfaces/toast-type.interface.d.ts +1 -1
- package/lib/components/custom-toastr/services/custom-toastr.service.d.ts +8 -4
- package/lib/components/documents/components/attachments-list/attachments-list.component.d.ts +1 -1
- package/lib/components/documents/components/document-list/documents-list.component.d.ts +1 -1
- package/lib/components/documents/services/document-templates.service.d.ts +2 -2
- package/lib/components/documents/services/documents.service.d.ts +2 -2
- package/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.d.ts +1 -1
- package/lib/components/dynamic-chart/services/chart-data.service.d.ts +1 -1
- package/lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form/form-builder.service.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-dateitem/dynamic-form-dateitem.component.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-dateitem/owlDateTimeIntl.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-department/dynamic-form-department.component.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-department/services/department-api.service.d.ts +4 -4
- package/lib/components/dynamic-form/components/dynamic-form-department/services/department-management.service.d.ts +2 -2
- package/lib/components/dynamic-form/components/dynamic-form-select-users/dynamic-form-select-users.component.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-select-users/services/user-api.service.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select-i18n.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select.component.d.ts +3 -3
- package/lib/components/dynamic-form/components/dynamic-form-viewer/dynamic-form-viewer.component.d.ts +1 -1
- package/lib/components/dynamic-form/services/dynamic-form-update.service.d.ts +1 -1
- package/lib/components/dynamic-search/dynamic-search/dynamic-search.component.d.ts +1 -1
- package/lib/components/dynamic-table/dynamic-table/dynamic-table.component.d.ts +2 -2
- package/lib/components/dynamic-view/custom-document-viewer/custom-document-viewer.component.d.ts +2 -2
- package/lib/components/dynamic-view/custom-pp-viewer/custom-pp-viewer.component.d.ts +2 -2
- package/lib/components/dynamic-view/cutome-voc-viewer/cutome-voc-viewer.component.d.ts +1 -1
- package/lib/components/dynamic-view/date-viewer/date-viewer.component.d.ts +1 -1
- package/lib/components/dynamic-view/department-viewer/department-viewer.component.d.ts +1 -1
- package/lib/components/file-manger/components/clipboard/clipboard.component.d.ts +1 -1
- package/lib/components/file-manger/components/create-modal/create-modal.component.d.ts +3 -3
- package/lib/components/file-manger/components/folder-modal/folder-modal.component.d.ts +1 -1
- package/lib/components/file-manger/components/scan-modal/scan-modal.component.d.ts +3 -3
- package/lib/components/file-manger/components/share-dialog/share-dialog.component.d.ts +3 -3
- package/lib/components/file-manger/components/sidepanel/sidepanel.component.d.ts +2 -2
- package/lib/components/file-manger/components/update-modal/update-modal.component.d.ts +2 -2
- package/lib/components/file-manger/directives/file-grid-infinite-scroll.directive.d.ts +12 -0
- package/lib/components/file-manger/file-manager.abstract.d.ts +20 -8
- package/lib/components/file-manger/file-manger.module.d.ts +37 -36
- package/lib/components/file-manger/models/file-manager-config.model.d.ts +8 -0
- package/lib/components/file-manger/models/index.d.ts +3 -0
- package/lib/components/file-manger/models/pagination-payload.mode.d.ts +3 -0
- package/lib/components/file-manger/models/pagination-response.model.d.ts +30 -0
- package/lib/components/latest-activity/services/activity-log.service.d.ts +2 -2
- package/lib/components/mutiple-dynamic-form-viewer/multiple-dynamic-form-viewer/multiple-dynamic-form-viewer.component.d.ts +1 -1
- package/lib/components/notifications/components/base-list-notfications.component.d.ts +40 -0
- package/lib/components/notifications/components/base-notifications.component.d.ts +20 -0
- package/lib/components/notifications/components/index.d.ts +6 -0
- package/lib/components/notifications/components/notification-item/get-icon.pipe.d.ts +8 -0
- package/lib/components/notifications/components/notification-item/notification-item.component.d.ts +21 -22
- package/lib/components/notifications/components/notification-source-select/notification-source-select.component.d.ts +12 -0
- package/lib/components/notifications/components/notification-status-toggle/notification-status-toggle.component.d.ts +8 -0
- package/lib/components/notifications/components/notifications-button/notifications-button.component.d.ts +29 -30
- package/lib/components/notifications/components/notifications-date-select/notifications-date-select.component.d.ts +19 -0
- package/lib/components/notifications/components/notifications-list/notifications-list.component.d.ts +15 -54
- package/lib/components/notifications/components/notifications-list/options.d.ts +2 -0
- package/lib/components/notifications/components/notifications-list-actions/notifications-list-actions.component.d.ts +15 -0
- package/lib/components/notifications/components/notifications-settings/check-if-subscribed.pipe.d.ts +8 -0
- package/lib/components/notifications/components/notifications-settings/notifications-settings.adapter.d.ts +3 -0
- package/lib/components/notifications/components/notifications-settings/notifications-settings.component.d.ts +40 -0
- package/lib/components/notifications/components/notifications-sidebar/notifications-sidebar-content.d.ts +9 -0
- package/lib/components/notifications/components/notifications-sidebar/notifications-sidebar.component.d.ts +43 -0
- package/lib/components/notifications/constants/date.d.ts +7 -0
- package/lib/components/notifications/constants/index.d.ts +4 -0
- package/lib/components/notifications/constants/pagination.d.ts +4 -0
- package/lib/components/notifications/constants/panel.d.ts +4 -0
- package/lib/components/notifications/constants/status.d.ts +9 -0
- package/lib/components/notifications/containers/index.d.ts +2 -0
- package/lib/components/notifications/containers/notifications-list-container/notifications-list-container.component.d.ts +27 -0
- package/lib/components/notifications/containers/notifications-list-container/options.d.ts +2 -0
- package/lib/components/notifications/containers/notifications-settings-container/notifications-settings-container.component.d.ts +22 -0
- package/lib/components/notifications/directives/button.directive.d.ts +9 -0
- package/lib/components/notifications/directives/index.d.ts +2 -0
- package/lib/components/notifications/directives/notification.directive.d.ts +9 -0
- package/lib/components/notifications/index.d.ts +1 -0
- package/lib/components/notifications/models/common.d.ts +64 -0
- package/lib/components/notifications/models/index.d.ts +10 -0
- package/lib/components/notifications/models/notification-definition.model.d.ts +17 -0
- package/lib/components/notifications/models/notification-options.d.ts +7 -0
- package/lib/components/notifications/models/notification-setting.presenter.d.ts +24 -0
- package/lib/components/notifications/models/notification-subscription.model.d.ts +13 -0
- package/lib/components/notifications/models/notification.model.d.ts +16 -0
- package/lib/components/notifications/models/notifications-list-options.d.ts +34 -0
- package/lib/components/notifications/models/paging-response.model.d.ts +12 -0
- package/lib/components/notifications/models/params.model.d.ts +6 -0
- package/lib/components/notifications/models/vocabularies.d.ts +12 -0
- package/lib/components/notifications/notifications.module.d.ts +32 -16
- package/lib/components/notifications/public-api.d.ts +8 -0
- package/lib/components/notifications/services/index.d.ts +1 -0
- package/lib/components/notifications/services/listener.service.d.ts +8 -0
- package/lib/components/notifications/services/notifications.service.d.ts +55 -0
- package/lib/components/notifications/services/params.service.d.ts +19 -0
- package/lib/components/notifications/services/response.service.d.ts +19 -0
- package/lib/components/notifications/utilities/index.d.ts +1 -0
- package/lib/components/notifications/utilities/response.adapter.d.ts +3 -0
- package/lib/components/pdf-tron/pdftron/pdftron.component.d.ts +2 -2
- package/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.d.ts +1 -1
- package/lib/components/permissions/permission.service.d.ts +1 -1
- package/lib/components/permissions/permissions/permissions.component.d.ts +2 -2
- package/lib/components/select-users-by-department/select-users-by-departments/department-management.service.d.ts +1 -1
- package/lib/components/table/dynamic-column/dynamic-column.component.d.ts +1 -1
- package/lib/components/table/table/table.component.d.ts +2 -2
- package/lib/components/{notifications → toasts}/components/notification-toast/notification-toast.component.d.ts +2 -4
- package/lib/components/toasts/index.d.ts +1 -0
- package/lib/components/toasts/public-api.d.ts +2 -0
- package/lib/components/toasts/toasts.module.d.ts +8 -0
- package/lib/components/vocabulary/services/vocabulary-api.service.d.ts +1 -1
- package/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.d.ts +1 -1
- package/lib/core/models/api-response.model.d.ts +24 -0
- package/lib/core/models/automation-response.model.d.ts +24 -0
- package/lib/core/models/base-response.models.d.ts +12 -0
- package/lib/core/models/index.d.ts +4 -0
- package/lib/core/services/nuxeo/nuxeo.service.d.ts +1 -1
- package/lib/core/services/translation/translation.service.d.ts +3 -3
- package/lib/directive/app-has-role/app-has-role.directive.d.ts +1 -1
- package/lib/directive/permissions/evaluators.service.d.ts +1 -1
- package/lib/directive/permissions/permissions.directive.d.ts +1 -1
- package/lib/directive/rtl/set-dir-rtl.directive.d.ts +1 -1
- package/lib/directive/rtl/set-rtl.directive.d.ts +1 -1
- package/lib/shared-services/dynamic-form.service.d.ts +1 -1
- package/lib/shared-services/file-manager.service.d.ts +27 -19
- package/lib/shared-services/mainfolder.service.d.ts +2 -2
- package/lib/shared-services/publishing-document.service.d.ts +2 -2
- package/lib/shared-services/recently-viewed.service.d.ts +2 -2
- package/lib/shared-services/shared-docs.service.d.ts +2 -2
- package/lib/shared-services/upload-file.service.d.ts +1 -1
- package/lib/shared-services/upload-managment.service.d.ts +1 -1
- package/lib/shared-services/user.service.d.ts +2 -2
- package/package.json +1 -1
- package/public-api.d.ts +139 -143
- package/esm2015/lib/components/notifications/components/notification-options/notification-options.component.js +0 -22
- package/esm2015/lib/components/notifications/notifications.service.js +0 -358
- package/lib/components/notifications/components/notification-options/notification-options.component.d.ts +0 -10
- package/lib/components/notifications/notifications.service.d.ts +0 -87
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { NuxeoService } from '../../
|
|
3
|
+
import { NuxeoService } from '../../core/services/nuxeo/nuxeo.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PermissionService {
|
|
6
6
|
private nuxeoService;
|
|
@@ -5,8 +5,8 @@ import { PermissionService } from '../permission.service';
|
|
|
5
5
|
import { UserService } from '../../../shared-services/user.service';
|
|
6
6
|
import { EvaluatorsService } from '../../../directive/permissions/evaluators.service';
|
|
7
7
|
import { CustomToastrService } from '../../custom-toastr/services/custom-toastr.service';
|
|
8
|
-
import { TranslationService } from '../../../
|
|
9
|
-
import { NuxeoService } from '../../../
|
|
8
|
+
import { TranslationService } from '../../../core/services/translation/translation.service';
|
|
9
|
+
import { NuxeoService } from '../../../core/services/nuxeo/nuxeo.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare class PermissionsComponent implements OnInit, OnDestroy {
|
|
12
12
|
private permissionService;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { NuxeoService } from '../../../
|
|
2
|
+
import { NuxeoService } from '../../../core/services/nuxeo/nuxeo.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class DepartmentManagementService {
|
|
5
5
|
private nuxeoService;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentFactoryResolver, OnChanges, OnDestroy, OnInit, SimpleChanges, ViewContainerRef } from "@angular/core";
|
|
2
|
-
import { ExtensionService } from "../../../
|
|
2
|
+
import { ExtensionService } from "../../../core/services/extension/extension.service";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class DynamicColumnComponent implements OnInit, OnChanges, OnDestroy {
|
|
5
5
|
private extensions;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { Subscription } from 'rxjs';
|
|
3
3
|
import { AppConfigService } from '../../../configuration/app-config.service';
|
|
4
|
-
import { NuxeoService } from '../../../
|
|
5
|
-
import { TranslationService } from '../../../
|
|
4
|
+
import { NuxeoService } from '../../../core/services/nuxeo/nuxeo.service';
|
|
5
|
+
import { TranslationService } from '../../../core/services/translation/translation.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* this component is a multi-purpose dynamically generated dumb data table that can be configured to show any list of data,
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
2
|
import { Toast, ToastPackage, ToastrService } from 'ngx-toastr';
|
|
4
|
-
import { UserPreferencesService } from '../../../../
|
|
3
|
+
import { UserPreferencesService } from '../../../../core/services/user/user-preferences.service';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class NotificationToastComponent extends Toast implements OnInit {
|
|
7
6
|
protected toastrService: ToastrService;
|
|
8
7
|
toastPackage: ToastPackage;
|
|
9
|
-
private router;
|
|
10
8
|
userPreferenceService?: UserPreferencesService;
|
|
11
9
|
id: any;
|
|
12
10
|
lang: any;
|
|
13
11
|
private onDestroy$;
|
|
14
|
-
constructor(toastrService: ToastrService, toastPackage: ToastPackage,
|
|
12
|
+
constructor(toastrService: ToastrService, toastPackage: ToastPackage, userPreferenceService?: UserPreferencesService);
|
|
15
13
|
ngOnInit(): void;
|
|
16
14
|
navigateToDetais(): void;
|
|
17
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationToastComponent, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public-api';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/notification-toast/notification-toast.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ToastsModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToastsModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ToastsModule, [typeof i1.NotificationToastComponent], [typeof i2.CommonModule], [typeof i1.NotificationToastComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ToastsModule>;
|
|
8
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TranslateService } from '@ngx-translate/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { NuxeoService } from '../../../
|
|
3
|
+
import { NuxeoService } from '../../../core/services/nuxeo/nuxeo.service';
|
|
4
4
|
import { opType } from '../interfaces/op-type.interface';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class VocabularyApiService {
|
|
@@ -2,7 +2,7 @@ import { EventEmitter, OnChanges, OnDestroy } from '@angular/core';
|
|
|
2
2
|
import { ControlValueAccessor, FormControl, NgControl } from '@angular/forms';
|
|
3
3
|
import { NgSelectComponent } from '@ng-select/ng-select';
|
|
4
4
|
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
-
import { TranslationService } from '../../../
|
|
5
|
+
import { TranslationService } from '../../../core/services/translation/translation.service';
|
|
6
6
|
import { VocabularyApiService } from '../services/vocabulary-api.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class TranslatedVocabularySelectComponent implements OnChanges, OnDestroy, ControlValueAccessor {
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EntryModel, QuickFilter } from './base-response.models';
|
|
2
|
+
export interface ApiResponseModel<TEntry extends Record<string, any> = EntryModel> {
|
|
3
|
+
'entity-type': string;
|
|
4
|
+
isPaginable: boolean;
|
|
5
|
+
resultsCount: number;
|
|
6
|
+
pageSize: number;
|
|
7
|
+
maxPageSize: number;
|
|
8
|
+
resultsCountLimit: number;
|
|
9
|
+
currentPageSize: number;
|
|
10
|
+
currentPageIndex: number;
|
|
11
|
+
currentPageOffset: number;
|
|
12
|
+
numberOfPages: number;
|
|
13
|
+
isPreviousPageAvailable: boolean;
|
|
14
|
+
isNextPageAvailable: boolean;
|
|
15
|
+
isLastPageAvailable: boolean;
|
|
16
|
+
isSortable: boolean;
|
|
17
|
+
hasError: boolean;
|
|
18
|
+
errorMessage: any;
|
|
19
|
+
totalSize?: number;
|
|
20
|
+
pageIndex: number;
|
|
21
|
+
pageCount: number;
|
|
22
|
+
quickFilters?: QuickFilter[];
|
|
23
|
+
entries: TEntry[];
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SchemaModel } from "./base-response.models";
|
|
2
|
+
export interface AutomationResponseModel<TProperties extends Record<string, any> = Record<PropertyKey, any>> {
|
|
3
|
+
'entity-type': string;
|
|
4
|
+
repository: string;
|
|
5
|
+
uid: string;
|
|
6
|
+
path: string;
|
|
7
|
+
type: string;
|
|
8
|
+
state: string;
|
|
9
|
+
parentRef: string;
|
|
10
|
+
isCheckedOut: boolean;
|
|
11
|
+
isRecord: boolean;
|
|
12
|
+
retainUntil: any;
|
|
13
|
+
hasLegalHold: boolean;
|
|
14
|
+
isUnderRetentionOrLegalHold: boolean;
|
|
15
|
+
isVersion: boolean;
|
|
16
|
+
isProxy: boolean;
|
|
17
|
+
changeToken: string;
|
|
18
|
+
isTrashed: boolean;
|
|
19
|
+
title: string;
|
|
20
|
+
lastModified: string;
|
|
21
|
+
properties?: TProperties;
|
|
22
|
+
facets: string[];
|
|
23
|
+
schemas: SchemaModel[];
|
|
24
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { KeycloakService } from 'keycloak-angular';
|
|
3
|
+
import { CookieService } from 'ngx-cookie-service';
|
|
3
4
|
import { Observable } from 'rxjs';
|
|
4
5
|
import { RolesService } from '../roles/roles.service';
|
|
5
|
-
import { CookieService } from 'ngx-cookie-service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class NuxeoService {
|
|
8
8
|
private http;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { InjectionToken, RendererFactory2 } from '@angular/core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
3
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
-
import {
|
|
5
|
-
import { UserPreferencesService } from '../user/user-preferences.service';
|
|
4
|
+
import { AppConfigService } from '../../../configuration/app-config.service';
|
|
6
5
|
import { LocalStoragService } from '../localStorag/local-storag.service';
|
|
7
6
|
import { NuxeoService } from '../nuxeo/nuxeo.service';
|
|
8
|
-
import {
|
|
7
|
+
import { UserPreferencesService } from '../user/user-preferences.service';
|
|
8
|
+
import { TranslateLoaderService } from './translate-loader.service';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare const TRANSLATION_PROVIDER: InjectionToken<unknown>;
|
|
11
11
|
export interface TranslationProvider {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnChanges, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { Subject } from 'rxjs';
|
|
3
|
-
import { NuxeoService } from '../../
|
|
3
|
+
import { NuxeoService } from '../../core/services/nuxeo/nuxeo.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class AppHasRoleDirective implements OnInit, OnChanges {
|
|
6
6
|
private viewContainerRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AppConfigService } from "../../configuration/app-config.service";
|
|
2
|
-
import { NuxeoService } from "../../
|
|
2
|
+
import { NuxeoService } from "../../core/services/nuxeo/nuxeo.service";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class EvaluatorsService {
|
|
5
5
|
private nuxeoService;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementRef, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { AppConfigService } from '../../configuration/app-config.service';
|
|
3
|
-
import { NuxeoService } from '../../
|
|
3
|
+
import { NuxeoService } from '../../core/services/nuxeo/nuxeo.service';
|
|
4
4
|
import { EvaluatorsService } from './evaluators.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import { TranslationService } from '../../
|
|
2
|
+
import { TranslationService } from '../../core/services/translation/translation.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/** @ignore */
|
|
5
5
|
export declare class SetDirRtlDirective {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import { TranslationService } from '../../
|
|
2
|
+
import { TranslationService } from '../../core/services/translation/translation.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/** @ignore */
|
|
5
5
|
export declare class SetRtlDirective {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { NuxeoService } from '../
|
|
2
|
+
import { NuxeoService } from '../core/services/nuxeo/nuxeo.service';
|
|
3
3
|
import { AppConfigService } from '../configuration/app-config.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class DynamicFormService {
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import { HttpClient } from
|
|
2
|
-
import { EventEmitter, OnDestroy } from
|
|
3
|
-
import { FileManagerAdapter } from
|
|
4
|
-
import { Observable, Subject, Subscriber, Subscription } from
|
|
5
|
-
import { MainfolderService } from
|
|
6
|
-
import { CallApiService } from
|
|
7
|
-
import { AdapterService } from
|
|
8
|
-
import { NuxeoService } from
|
|
9
|
-
import { AppConfigService } from
|
|
10
|
-
import { EvaluatorsService } from
|
|
11
|
-
import { CustomToastrService } from
|
|
12
|
-
import { TranslationService } from
|
|
13
|
-
import { MatDialog } from
|
|
14
|
-
import { Router } from
|
|
15
|
-
import { RecentlyViewedService } from
|
|
1
|
+
import { HttpClient } from "@angular/common/http";
|
|
2
|
+
import { EventEmitter, OnDestroy } from "@angular/core";
|
|
3
|
+
import { FileManagerAdapter } from "./file-manager.adapter";
|
|
4
|
+
import { Observable, Subject, Subscriber, Subscription } from "rxjs";
|
|
5
|
+
import { MainfolderService } from "./mainfolder.service";
|
|
6
|
+
import { CallApiService } from "../core/services/callApi/call-api.service";
|
|
7
|
+
import { AdapterService } from "../core/adapters/adapter.service";
|
|
8
|
+
import { NuxeoService } from "../core/services/nuxeo/nuxeo.service";
|
|
9
|
+
import { AppConfigService } from "../configuration/app-config.service";
|
|
10
|
+
import { EvaluatorsService } from "../directive/permissions/evaluators.service";
|
|
11
|
+
import { CustomToastrService } from "../components/custom-toastr/services/custom-toastr.service";
|
|
12
|
+
import { TranslationService } from "../core/services/translation/translation.service";
|
|
13
|
+
import { MatDialog } from "@angular/material/dialog";
|
|
14
|
+
import { Router } from "@angular/router";
|
|
15
|
+
import { RecentlyViewedService } from "./recently-viewed.service";
|
|
16
|
+
import { FileManagerPaginationData, PaginationPayload } from "../components/file-manger/models";
|
|
16
17
|
import * as i0 from "@angular/core";
|
|
17
18
|
export declare class FileManagerService implements OnDestroy {
|
|
19
|
+
#private;
|
|
18
20
|
private callApi;
|
|
19
21
|
private adapter;
|
|
20
22
|
private environment;
|
|
@@ -45,6 +47,10 @@ export declare class FileManagerService implements OnDestroy {
|
|
|
45
47
|
langSubscription: Subscription;
|
|
46
48
|
clipboardPermissionList: string[];
|
|
47
49
|
customEvent: EventEmitter<any>;
|
|
50
|
+
static PaginationConfig: {
|
|
51
|
+
enable: boolean;
|
|
52
|
+
pageSize: number;
|
|
53
|
+
};
|
|
48
54
|
constructor(callApi: CallApiService, adapter: AdapterService, environment: any, fileManagerAdapter: FileManagerAdapter, appConfService: AppConfigService, nuxeoService: NuxeoService, permissionEvaluatorService: EvaluatorsService, mainFolderService: MainfolderService, http: HttpClient, translationService: TranslationService, toaster: CustomToastrService, dialog: MatDialog, router: Router, recentlyViewedService: RecentlyViewedService);
|
|
49
55
|
ngOnDestroy(): void;
|
|
50
56
|
setMyTableConfiguration(): void;
|
|
@@ -54,16 +60,18 @@ export declare class FileManagerService implements OnDestroy {
|
|
|
54
60
|
CreateLoanRequest(input: any, context: any, params?: {}): Observable<any>;
|
|
55
61
|
CreateTransferRequest(input: any, context: any, params?: {}): Observable<any>;
|
|
56
62
|
subscribe_OR_unSubscribeToItem(item: any, isUserSubscriberToFile: any): Observable<unknown>;
|
|
57
|
-
openFile(Data: any, fileId: any, dynaimcFormType?:
|
|
63
|
+
openFile(Data: any, fileId: any, dynaimcFormType?: "", searchString?: string): void;
|
|
58
64
|
registerAuditLog(docId: any, eventType: any): void;
|
|
59
65
|
subscribeOrUnsubscribeUserToItem(itemId: any, ToDo: any): Observable<unknown>;
|
|
60
66
|
getUserAcceptedTypes(contentTypee?: any): Observable<any[]>;
|
|
61
67
|
fetchUserPermittedTypesRecursively(offset: any, pageSize: any, op: Subscriber<any[]>, contentTypee?: any): void;
|
|
62
68
|
refreshUserAcceptedTypes(): void;
|
|
63
69
|
checkIfDocumentIsFile(document: any): "Folder" | "File";
|
|
64
|
-
getChildren(id: any): Observable<any[]
|
|
65
|
-
getChildrenForSharedDocumentRoot(id: any): Observable<any[]
|
|
66
|
-
refreshData(id: any): Observable<any[]
|
|
70
|
+
getChildren(id: any, payload?: PaginationPayload, loadFolders?: boolean): Observable<any[] | FileManagerPaginationData<any>>;
|
|
71
|
+
getChildrenForSharedDocumentRoot(id: any, payload?: PaginationPayload, loadFolders?: boolean): Observable<any[] | FileManagerPaginationData<any>>;
|
|
72
|
+
refreshData(id: any, payload?: PaginationPayload, loadFolders?: boolean): Observable<any[] | FileManagerPaginationData<any>>;
|
|
73
|
+
getFolders(id: any, pageProvider?: string): Observable<any>;
|
|
74
|
+
getMapedFolder(uid: string): Observable<any>;
|
|
67
75
|
createFolder(params: any, id: any): Observable<any>;
|
|
68
76
|
createDirectory(params: any, id: any): Observable<any>;
|
|
69
77
|
UpdateFolder(params: any, id: any): Observable<any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { NuxeoService } from '../
|
|
3
|
-
import { UserPreferencesService } from '../
|
|
2
|
+
import { NuxeoService } from '../core/services/nuxeo/nuxeo.service';
|
|
3
|
+
import { UserPreferencesService } from '../core/services/user/user-preferences.service';
|
|
4
4
|
import { AppConfigService } from '../configuration/app-config.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class MainfolderService {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
2
|
-
import { NuxeoService } from '../
|
|
3
|
-
import { CallApiService } from '../
|
|
2
|
+
import { NuxeoService } from '../core/services/nuxeo/nuxeo.service';
|
|
3
|
+
import { CallApiService } from '../core/services/callApi/call-api.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PublishingDocumentService {
|
|
6
6
|
private nuxeoService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { UserPreferencesService } from '../
|
|
4
|
-
import { CallApiService } from '../
|
|
3
|
+
import { UserPreferencesService } from '../core/services/user/user-preferences.service';
|
|
4
|
+
import { CallApiService } from '../core/services/callApi/call-api.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class RecentlyViewedService {
|
|
7
7
|
private userPreference;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MatDialog } from '@angular/material/dialog';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { NuxeoService } from '../
|
|
4
|
-
import { AdapterService } from '../
|
|
3
|
+
import { NuxeoService } from '../core/services/nuxeo/nuxeo.service';
|
|
4
|
+
import { AdapterService } from '../core/adapters/adapter.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class SharedDocsService {
|
|
7
7
|
private nuxeoService;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { NuxeoService } from '../
|
|
2
|
+
import { NuxeoService } from '../core/services/nuxeo/nuxeo.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class UploadFileService {
|
|
5
5
|
private nuxeoService;
|
|
@@ -4,7 +4,7 @@ import { GlobalPdfTron } from './global-pdftron.service';
|
|
|
4
4
|
import { UploadFileService } from './upload-file.service';
|
|
5
5
|
import { UserService } from '../shared-services/user.service';
|
|
6
6
|
import { Subject, Subscription } from 'rxjs';
|
|
7
|
-
import { NuxeoService } from '../
|
|
7
|
+
import { NuxeoService } from '../core/services/nuxeo/nuxeo.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class UploadManagmentService implements OnInit {
|
|
10
10
|
private uploadFile;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UserPreferencesService } from '../
|
|
2
|
-
import { CallApiService } from '../
|
|
1
|
+
import { UserPreferencesService } from '../core/services/user/user-preferences.service';
|
|
2
|
+
import { CallApiService } from '../core/services/callApi/call-api.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class UserService {
|
|
5
5
|
private userPreference;
|