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
package/public-api.d.ts
CHANGED
|
@@ -1,183 +1,178 @@
|
|
|
1
|
-
export * from './lib/nuxeo-development-framework.service';
|
|
2
1
|
export * from './lib/nuxeo-development-framework.component';
|
|
3
2
|
export * from './lib/nuxeo-development-framework.module';
|
|
3
|
+
export * from './lib/nuxeo-development-framework.service';
|
|
4
4
|
export * from './lib/components/avatar/avatar.module';
|
|
5
5
|
export * from './lib/components/avatar/avatar/avatar.component';
|
|
6
|
-
export * from './lib/components/
|
|
7
|
-
export * from './lib/components/hijri-gregorian-datepicker/services/date-formatter.service';
|
|
8
|
-
export * from './lib/components/dynamic-form/dynamic-form.module';
|
|
9
|
-
export * from './lib/components/dynamic-form/components/dynamic-form-vocabulary-item/dynamic-form-vocabulary-item.component';
|
|
10
|
-
export * from './lib/components/vocabulary/services/vocabulary-api.service';
|
|
11
|
-
export * from './lib/components/vocabulary/interfaces/op-type.interface';
|
|
12
|
-
export * from './lib/components/dynamic-form/components/dynamic-form-department/services/department-api.service';
|
|
13
|
-
export * from './lib/components/dynamic-form/components/dynamic-form-department/dynamic-form-department.component';
|
|
14
|
-
export * from './lib/components/dynamic-form/components/dynamic-form-select-users/dynamic-form-select-users.component';
|
|
6
|
+
export * from './lib/components/card/card.component';
|
|
15
7
|
export * from './lib/components/card/card.module';
|
|
16
|
-
export * from './lib/components/
|
|
8
|
+
export * from './lib/components/comments/comments.module';
|
|
9
|
+
export * from './lib/components/comments/components/comments-dashlet/comments-dashlet.component';
|
|
10
|
+
export * from './lib/components/confirm-caller/confirm-caller.dialog';
|
|
17
11
|
export * from './lib/components/confirm-caller/confirm-caller.module';
|
|
18
12
|
export * from './lib/components/confirm-caller/confirm-dialog/confirm-dialog.component';
|
|
19
|
-
export * from './lib/components/
|
|
20
|
-
export * from './lib/components/
|
|
21
|
-
export * from './lib/components/
|
|
22
|
-
export * from './lib/components/
|
|
23
|
-
export * from './lib/components/
|
|
24
|
-
export * from './lib/components/
|
|
13
|
+
export * from './lib/components/confirmation-dialog/confirmation-dialog/confirmation-dialog.component';
|
|
14
|
+
export * from './lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component';
|
|
15
|
+
export * from './lib/components/correspondence-relation/components/versions/versions.component';
|
|
16
|
+
export * from './lib/components/correspondence-relation/correspondence-relation.module';
|
|
17
|
+
export * from './lib/components/correspondence-relation/services/correspondence-realation.service';
|
|
18
|
+
export * from './lib/components/correspondence-relation/services/viewer-files.service';
|
|
19
|
+
export * from './lib/components/create-entity/create-entity.module';
|
|
20
|
+
export * from './lib/components/create-entity/create-entity/create-entity.component';
|
|
21
|
+
export * from './lib/components/cts-tags/components/correspondence-tags/correspondence-tags.component';
|
|
22
|
+
export * from './lib/components/cts-tags/cts-tags.module';
|
|
23
|
+
export * from './lib/components/cts-tags/services/tags-api.service';
|
|
24
|
+
export * from './lib/components/custom-toastr/custom-toastr.module';
|
|
25
25
|
export * from './lib/components/custom-toastr/services/custom-toastr.service';
|
|
26
|
-
export * from './lib/components/hijri-gregorian-datepicker/services/date-helper.service';
|
|
27
26
|
export * from './lib/components/documents/components/attachments-list/attachments-list.component';
|
|
28
|
-
export * from './lib/components/
|
|
29
|
-
export * from './lib/components/documents/
|
|
27
|
+
export * from './lib/components/documents/components/attachments-page-provider/attachments-page-provider.component';
|
|
28
|
+
export * from './lib/components/documents/components/document-list/documents-list.component';
|
|
29
|
+
export * from './lib/components/documents/components/document-scan/document-scan.component';
|
|
30
|
+
export * from './lib/components/documents/components/document-scan/document-scan.service';
|
|
31
|
+
export * from './lib/components/documents/components/document-upload/document-upload.component';
|
|
32
|
+
export * from './lib/components/documents/components/documents/documents.component';
|
|
30
33
|
export * from './lib/components/documents/constants/document-templates';
|
|
31
|
-
export * from './lib/components/
|
|
32
|
-
export * from './lib/components/
|
|
33
|
-
export * from './lib/components/
|
|
34
|
-
export * from './lib/components/
|
|
35
|
-
export * from './lib/components/dynamic-table/services/dynamic-table.service';
|
|
36
|
-
export * from './lib/components/dynamic-search/dynamic-search/dynamic-search.component';
|
|
37
|
-
export * from './lib/components/dynamic-form/components/dynamic-form/form-builder.service';
|
|
38
|
-
export * from './lib/components/cts-tags/services/tags-api.service';
|
|
39
|
-
export * from './lib/components/vocabulary/vocabulary.module';
|
|
34
|
+
export * from './lib/components/documents/constants/documents';
|
|
35
|
+
export * from './lib/components/documents/documents.module';
|
|
36
|
+
export * from './lib/components/documents/services/document-templates.service';
|
|
37
|
+
export * from './lib/components/documents/services/documents.service';
|
|
40
38
|
export * from './lib/components/dynamic-chart/dynamic-chart.module';
|
|
39
|
+
export * from './lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component';
|
|
40
|
+
export * from './lib/components/dynamic-chart/dynamic-single-chart/dynamic-single-chart.component';
|
|
41
41
|
export * from './lib/components/dynamic-chart/services/chart-data.service';
|
|
42
|
-
export * from './lib/components/
|
|
43
|
-
export * from './lib/components/
|
|
44
|
-
export * from './lib/components/
|
|
45
|
-
export * from './lib/Core/core.module';
|
|
46
|
-
export * from './lib/components/comments/comments.module';
|
|
47
|
-
export * from './lib/components/create-entity/create-entity.module';
|
|
48
|
-
export * from './lib/components/cts-tags/cts-tags.module';
|
|
49
|
-
export * from './lib/components/latest-activity/latest-activity.module';
|
|
50
|
-
export * from './lib/components/viewer-log/viewer-log.module';
|
|
51
|
-
export * from './lib/components/correspondence-relation/correspondence-relation.module';
|
|
52
|
-
export * from './lib/components/correspondence-relation/services/viewer-files.service';
|
|
53
|
-
export * from './lib/components/pdf-tron/pdf-tron.module';
|
|
54
|
-
export * from './lib/components/pdf-tron/pdftron/pdftron.service';
|
|
55
|
-
export * from './lib/components/pdf-tron/pdftron/pdftron.component';
|
|
42
|
+
export * from './lib/components/dynamic-filter/dynamic-filter.module';
|
|
43
|
+
export * from './lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component';
|
|
44
|
+
export * from './lib/components/dynamic-form/components/department-form/department-form.component';
|
|
56
45
|
export * from './lib/components/dynamic-form/components/dynamic-form-boolitem/dynamic-form-boolitem.component';
|
|
57
|
-
export * from './lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/hijri-gregorian-datepicker.component';
|
|
58
|
-
export * from './lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/hijri-datepicker/hijri-datepicker.component';
|
|
59
|
-
export * from './lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/gregorian-datepicker/gregorian-datepicker.component';
|
|
60
46
|
export * from './lib/components/dynamic-form/components/dynamic-form-builder/dynamic-form-builder.component';
|
|
61
47
|
export * from './lib/components/dynamic-form/components/dynamic-form-checkbox-item/dynamic-form-checkbox-item.component';
|
|
62
48
|
export * from './lib/components/dynamic-form/components/dynamic-form-dateitem/dynamic-form-dateitem.component';
|
|
49
|
+
export * from './lib/components/dynamic-form/components/dynamic-form-department/dynamic-form-department.component';
|
|
50
|
+
export * from './lib/components/dynamic-form/components/dynamic-form-department/services/department-api.service';
|
|
51
|
+
export * from './lib/components/dynamic-form/components/dynamic-form-field/dynamic-form-field.component';
|
|
52
|
+
export * from './lib/components/dynamic-form/components/dynamic-form-hijri-dateitem/dynamic-form-hijri-dateitem.component';
|
|
63
53
|
export * from './lib/components/dynamic-form/components/dynamic-form-mapitem/dynamic-form-mapitem.component';
|
|
64
|
-
export * from './lib/components/dynamic-form/components/dynamic-form-textitem/dynamic-form-textitem.component';
|
|
65
|
-
export * from './lib/components/dynamic-form/components/dynamic-form-selectitem/dynamic-form-selectitem.component';
|
|
66
54
|
export * from './lib/components/dynamic-form/components/dynamic-form-options/dynamic-form-options.component';
|
|
67
55
|
export * from './lib/components/dynamic-form/components/dynamic-form-select-tag/dynamic-form-select-tag.component';
|
|
68
56
|
export * from './lib/components/dynamic-form/components/dynamic-form-select-user-filter/dynamic-form-select-user-filter.component';
|
|
57
|
+
export * from './lib/components/dynamic-form/components/dynamic-form-select-users/dynamic-form-select-users.component';
|
|
58
|
+
export * from './lib/components/dynamic-form/components/dynamic-form-selectitem/dynamic-form-selectitem.component';
|
|
69
59
|
export * from './lib/components/dynamic-form/components/dynamic-form-slide-toggleitem/dynamic-form-slide-toggleitem.component';
|
|
70
60
|
export * from './lib/components/dynamic-form/components/dynamic-form-textarea/dynamic-form-textarea.component';
|
|
71
|
-
export * from './lib/components/dynamic-form/components/
|
|
61
|
+
export * from './lib/components/dynamic-form/components/dynamic-form-textitem/dynamic-form-textitem.component';
|
|
72
62
|
export * from './lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select.component';
|
|
73
|
-
export * from './lib/components/dynamic-form/components/dynamic-form/dynamic-form.component';
|
|
74
|
-
export * from './lib/components/dynamic-form/components/dynamic-form-field/dynamic-form-field.component';
|
|
75
63
|
export * from './lib/components/dynamic-form/components/dynamic-form-viewer/dynamic-form-viewer.component';
|
|
76
|
-
export * from './lib/components/
|
|
77
|
-
export * from './lib/components/
|
|
78
|
-
export * from './lib/components/
|
|
79
|
-
export * from './lib/components/
|
|
80
|
-
export * from './lib/components/
|
|
81
|
-
export * from './lib/components/
|
|
82
|
-
export * from './lib/components/
|
|
83
|
-
export * from './lib/components/viewer-log/components/viewer-log/viewer-log.component';
|
|
84
|
-
export * from './lib/components/latest-activity/components/latest-activity/latest-activity.component';
|
|
85
|
-
export * from './lib/components/cts-tags/components/correspondence-tags/correspondence-tags.component';
|
|
86
|
-
export * from './lib/components/create-entity/create-entity/create-entity.component';
|
|
87
|
-
export * from './lib/components/comments/components/comments-dashlet/comments-dashlet.component';
|
|
88
|
-
export * from './lib/components/notifications/components/notification-item/notification-item.component';
|
|
89
|
-
export * from './lib/components/notifications/components/notification-options/notification-options.component';
|
|
90
|
-
export * from './lib/components/notifications/components/notifications-button/notifications-button.component';
|
|
91
|
-
export * from './lib/components/notifications/components/notifications-list/notifications-list.component';
|
|
92
|
-
export * from './lib/components/notifications/notifications.service';
|
|
93
|
-
export * from './lib/components/filter/filter/filter.component';
|
|
94
|
-
export * from './lib/components/users-card/users-card.component';
|
|
95
|
-
export * from './lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component';
|
|
96
|
-
export * from './lib/components/dynamic-chart/dynamic-single-chart/dynamic-single-chart.component';
|
|
97
|
-
export * from './lib/components/vocabulary/vocabulary/vocabulary.component';
|
|
98
|
-
export * from './lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component';
|
|
99
|
-
export * from './lib/components/select/select/select.component';
|
|
64
|
+
export * from './lib/components/dynamic-form/components/dynamic-form-vocabulary-item/dynamic-form-vocabulary-item.component';
|
|
65
|
+
export * from './lib/components/dynamic-form/components/dynamic-form/dynamic-form.component';
|
|
66
|
+
export * from './lib/components/dynamic-form/components/dynamic-form/form-builder.service';
|
|
67
|
+
export * from './lib/components/dynamic-form/dynamic-form.module';
|
|
68
|
+
export * from './lib/components/dynamic-search/dynamic-search.module';
|
|
69
|
+
export * from './lib/components/dynamic-search/dynamic-search/dynamic-search.component';
|
|
70
|
+
export * from './lib/components/dynamic-table/dynamic-table.module';
|
|
100
71
|
export * from './lib/components/dynamic-table/dynamic-table/dynamic-table.component';
|
|
101
|
-
export * from './lib/components/table/
|
|
102
|
-
export * from './lib/components/table/dynamic-column/dynamic-column.component';
|
|
103
|
-
export * from './lib/components/dynamic-view/department-viewer/department-viewer.component';
|
|
104
|
-
export * from './lib/components/dynamic-view/date-viewer/date-viewer.component';
|
|
72
|
+
export * from './lib/components/dynamic-table/services/dynamic-table.service';
|
|
105
73
|
export * from './lib/components/dynamic-view/boolean-viewer/boolean-viewer.component';
|
|
74
|
+
export * from './lib/components/dynamic-view/custom-document-viewer/custom-document-viewer.component';
|
|
75
|
+
export * from './lib/components/dynamic-view/custom-pp-viewer/custom-pp-viewer.component';
|
|
76
|
+
export * from './lib/components/dynamic-view/cutome-voc-viewer/cutome-voc-viewer.component';
|
|
106
77
|
export * from './lib/components/dynamic-view/data-viewer/data-viewer.component';
|
|
78
|
+
export * from './lib/components/dynamic-view/date-viewer/date-viewer.component';
|
|
79
|
+
export * from './lib/components/dynamic-view/department-viewer/department-viewer.component';
|
|
107
80
|
export * from './lib/components/dynamic-view/dropdown-viewer/dropdown-viewer.component';
|
|
81
|
+
export * from './lib/components/dynamic-view/dynamic-view.module';
|
|
108
82
|
export * from './lib/components/dynamic-view/list-viewer/list-viewer.component';
|
|
109
|
-
export * from './lib/components/dynamic-view/custom-pp-viewer/custom-pp-viewer.component';
|
|
110
|
-
export * from './lib/components/dynamic-view/cutome-voc-viewer/cutome-voc-viewer.component';
|
|
111
|
-
export * from './lib/components/documents/components/attachments-page-provider/attachments-page-provider.component';
|
|
112
|
-
export * from './lib/components/pagination/pagination/pagination.component';
|
|
113
|
-
export * from './lib/components/dynamic-form/components/dynamic-form-hijri-dateitem/dynamic-form-hijri-dateitem.component';
|
|
114
|
-
export * from './lib/components/latest-activity/components/single-activity/single-activity.component';
|
|
115
|
-
export * from './lib/components/latest-activity/components/activity-line/activity-line.component';
|
|
116
|
-
export * from './lib/components/documents/components/document-scan/document-scan.service';
|
|
117
|
-
export * from './lib/components/dynamic-view/custom-document-viewer/custom-document-viewer.component';
|
|
118
|
-
export * from './lib/components/custom-toastr/custom-toastr.module';
|
|
119
|
-
export * from './lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component';
|
|
120
|
-
export * from './lib/components/dynamic-filter/dynamic-filter.module';
|
|
121
|
-
export * from './lib/components/file-manger/file-manger.module';
|
|
122
|
-
export * from './lib/components/file-manger/file-manager.abstract';
|
|
123
|
-
export * from './lib/shared-services/file-manager.adapter';
|
|
124
83
|
export * from './lib/components/file-manger/components/add-to-collection/add-to-collection.component';
|
|
84
|
+
export * from './lib/components/file-manger/components/clipboard/clipboard.component';
|
|
125
85
|
export * from './lib/components/file-manger/components/copy/copy.component';
|
|
126
86
|
export * from './lib/components/file-manger/components/create-directory/create-directory.component';
|
|
87
|
+
export * from './lib/components/file-manger/components/create-modal/create-modal.component';
|
|
88
|
+
export * from './lib/components/file-manger/components/creation-type/creation-type.component';
|
|
127
89
|
export * from './lib/components/file-manger/components/delete/delete.component';
|
|
90
|
+
export * from './lib/components/file-manger/components/folder-modal/folder-modal.component';
|
|
128
91
|
export * from './lib/components/file-manger/components/loan-request/loan-request.component';
|
|
129
92
|
export * from './lib/components/file-manger/components/move/move.component';
|
|
130
|
-
export * from './lib/components/file-manger/components/rename/rename.component';
|
|
131
|
-
export * from './lib/components/file-manger/components/sidepanel/sidepanel.component';
|
|
132
|
-
export * from './lib/components/file-manger/components/transfer-doc/transfer-doc.component';
|
|
133
93
|
export * from './lib/components/file-manger/components/publish-dialog/publish-dialog.component';
|
|
134
|
-
export * from './lib/components/
|
|
135
|
-
export * from './lib/components/file-manger/components/create-modal/create-modal.component';
|
|
136
|
-
export * from './lib/components/file-manger/components/creation-type/creation-type.component';
|
|
137
|
-
export * from './lib/components/file-manger/components/folder-modal/folder-modal.component';
|
|
94
|
+
export * from './lib/components/file-manger/components/rename/rename.component';
|
|
138
95
|
export * from './lib/components/file-manger/components/scan-modal/scan-modal.component';
|
|
139
96
|
export * from './lib/components/file-manger/components/share-dialog/share-dialog.component';
|
|
97
|
+
export * from './lib/components/file-manger/components/sidepanel/sidepanel.component';
|
|
140
98
|
export * from './lib/components/file-manger/components/template-modal/template-modal.component';
|
|
99
|
+
export * from './lib/components/file-manger/components/transfer-doc/transfer-doc.component';
|
|
141
100
|
export * from './lib/components/file-manger/components/update-modal/update-modal.component';
|
|
142
|
-
export * from './lib/components/file-manger/
|
|
101
|
+
export * from './lib/components/file-manger/file-manager.abstract';
|
|
102
|
+
export * from './lib/components/file-manger/file-manger.module';
|
|
103
|
+
export * from './lib/components/file-manger/directives/file-grid-infinite-scroll.directive';
|
|
104
|
+
export * from './lib/components/filter/filter.module';
|
|
105
|
+
export * from './lib/components/filter/filter/filter.component';
|
|
106
|
+
export * from './lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/gregorian-datepicker/gregorian-datepicker.component';
|
|
107
|
+
export * from './lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/hijri-datepicker/hijri-datepicker.component';
|
|
108
|
+
export * from './lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/hijri-gregorian-datepicker.component';
|
|
109
|
+
export * from './lib/components/hijri-gregorian-datepicker/ngx-hijri-gregorian-datepicker.module';
|
|
110
|
+
export * from './lib/components/hijri-gregorian-datepicker/services/date-formatter.service';
|
|
111
|
+
export * from './lib/components/hijri-gregorian-datepicker/services/date-helper.service';
|
|
112
|
+
export * from './lib/components/latest-activity/components/activity-line/activity-line.component';
|
|
113
|
+
export * from './lib/components/latest-activity/components/latest-activity/latest-activity.component';
|
|
114
|
+
export * from './lib/components/latest-activity/components/single-activity/single-activity.component';
|
|
115
|
+
export * from './lib/components/latest-activity/latest-activity.module';
|
|
116
|
+
export * from './lib/components/pagination/pagination.module';
|
|
117
|
+
export * from './lib/components/pagination/pagination/pagination.component';
|
|
118
|
+
export * from './lib/components/pdf-tron/pdf-tron.module';
|
|
119
|
+
export * from './lib/components/pdf-tron/pdftron/pdftron.component';
|
|
120
|
+
export * from './lib/components/pdf-tron/pdftron/pdftron.service';
|
|
121
|
+
export * from './lib/components/select/select.module';
|
|
122
|
+
export * from './lib/components/select/select/select.component';
|
|
123
|
+
export * from './lib/components/table/dynamic-column/dynamic-column.component';
|
|
124
|
+
export * from './lib/components/table/table.module';
|
|
125
|
+
export * from './lib/components/table/table/table.component';
|
|
126
|
+
export * from './lib/components/users-card/users-card.component';
|
|
127
|
+
export * from './lib/components/users-card/users-card.module';
|
|
128
|
+
export * from './lib/components/viewer-log/components/viewer-log/viewer-log.component';
|
|
129
|
+
export * from './lib/components/viewer-log/viewer-log.module';
|
|
130
|
+
export * from './lib/components/vocabulary/interfaces/op-type.interface';
|
|
131
|
+
export * from './lib/components/vocabulary/services/vocabulary-api.service';
|
|
132
|
+
export * from './lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component';
|
|
133
|
+
export * from './lib/components/vocabulary/vocabulary.module';
|
|
134
|
+
export * from './lib/components/vocabulary/vocabulary/vocabulary.component';
|
|
135
|
+
export * from './lib/core/core.module';
|
|
136
|
+
export * from './lib/shared-services/file-manager.adapter';
|
|
143
137
|
export * from './lib/components/display-suitable-icon/display-suitable-icon.module';
|
|
144
138
|
export * from './lib/components/display-suitable-icon/display-suitable-icon/display-suitable-icon.component';
|
|
145
139
|
export * from './lib/components/display-suitable-icon/display-suitable-icon/icon.service';
|
|
146
140
|
export * from './lib/components/attachment-item/attachment-item.module';
|
|
147
141
|
export * from './lib/components/attachment-item/attachment-item/attachment-item.component';
|
|
148
142
|
export * from './lib/components/select-users-by-department/select-users-by-department.module';
|
|
149
|
-
export * from './lib/components/select-users-by-department/select-users-by-departments/select-users-by-departments.component';
|
|
150
143
|
export * from './lib/components/select-users-by-department/select-users-by-departments/department-management.service';
|
|
151
|
-
export * from './lib/
|
|
144
|
+
export * from './lib/components/select-users-by-department/select-users-by-departments/select-users-by-departments.component';
|
|
152
145
|
export * from './lib/shared-services/dialog-mangment.service';
|
|
153
146
|
export * from './lib/shared-services/dynamic-form.service';
|
|
154
147
|
export * from './lib/shared-services/file-manager.service';
|
|
155
148
|
export * from './lib/shared-services/global-pdftron.service';
|
|
156
149
|
export * from './lib/shared-services/mainfolder.service';
|
|
157
150
|
export * from './lib/shared-services/publishing-document.service';
|
|
151
|
+
export * from './lib/shared-services/recently-viewed.service';
|
|
158
152
|
export * from './lib/shared-services/shared-docs.service';
|
|
159
153
|
export * from './lib/shared-services/upload-file.service';
|
|
160
154
|
export * from './lib/shared-services/upload-managment.service';
|
|
161
|
-
export * from './lib/components/dynamic-tabs/dynamic-tabs.module';
|
|
162
|
-
export * from './lib/components/dynamic-tabs/dynamic-tabs/dynamic-tabs.component';
|
|
163
155
|
export * from './lib/components/activities-log/activities-log.module';
|
|
164
156
|
export * from './lib/components/activities-log/activities-log/activities-log.component';
|
|
165
|
-
export * from './lib/components/
|
|
157
|
+
export * from './lib/components/dynamic-tabs/dynamic-tabs.module';
|
|
158
|
+
export * from './lib/components/dynamic-tabs/dynamic-tabs/dynamic-tabs.component';
|
|
159
|
+
export * from './lib/components/mutiple-dynamic-form-viewer/multiple-dynamic-form-viewer/multiple-dynamic-form-viewer.component';
|
|
160
|
+
export * from './lib/components/mutiple-dynamic-form-viewer/mutiple-dynamic-form-viewer.module';
|
|
166
161
|
export * from './lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component';
|
|
167
|
-
export * from './lib/components/permissions/permissions/permissions.component';
|
|
168
|
-
export * from './lib/components/permissions/permissions-template/permissions-template.component';
|
|
169
162
|
export * from './lib/components/permissions/permission.service';
|
|
170
|
-
export * from './lib/components/
|
|
163
|
+
export * from './lib/components/permissions/permissions-template/permissions-template.component';
|
|
164
|
+
export * from './lib/components/permissions/permissions.module';
|
|
165
|
+
export * from './lib/components/permissions/permissions/permissions.component';
|
|
171
166
|
export * from './lib/components/user/user.module';
|
|
172
|
-
export * from './lib/components/
|
|
173
|
-
export * from './lib/components/mutiple-dynamic-form-viewer/mutiple-dynamic-form-viewer.module';
|
|
167
|
+
export * from './lib/components/user/user/user.component';
|
|
174
168
|
export * from './lib/components/confirmation-dialog/confirmation-dialog.module';
|
|
175
169
|
export * from './lib/components/confirmation-dialog/confirmation-dialog/confirmation-dialog.component';
|
|
176
170
|
export * from './lib/components/attachment-modal/attachment-modal.module';
|
|
177
171
|
export * from './lib/components/attachment-modal/attachments/attachments.component';
|
|
172
|
+
export * from './lib/components/notifications';
|
|
173
|
+
export * from './lib/components/toasts';
|
|
178
174
|
export * from './lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module';
|
|
179
175
|
export * from './lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component';
|
|
180
|
-
export * from './lib/shared/libraryShared.module';
|
|
181
176
|
export * from './lib/shared/components/button/button.component';
|
|
182
177
|
export * from './lib/shared/components/item-list/item-list.component';
|
|
183
178
|
export * from './lib/shared/components/no-data/no-data.component';
|
|
@@ -185,43 +180,44 @@ export * from './lib/shared/components/read-more/read-more.component';
|
|
|
185
180
|
export * from './lib/shared/components/search-autocomplete/search-autocomplete.component';
|
|
186
181
|
export * from './lib/shared/components/spinner/spinner.component';
|
|
187
182
|
export * from './lib/shared/components/user-card/user-card.component';
|
|
183
|
+
export * from './lib/shared/libraryShared.module';
|
|
184
|
+
export * from './lib/shared-services/global-admin.service';
|
|
188
185
|
export * from './lib/shared-services/shared-services.module';
|
|
189
186
|
export * from './lib/shared-services/user.service';
|
|
190
|
-
export * from './lib/
|
|
191
|
-
export * from './lib/
|
|
192
|
-
export * from './lib/
|
|
193
|
-
export * from './lib/
|
|
194
|
-
export * from './lib/
|
|
195
|
-
export * from './lib/
|
|
196
|
-
export * from './lib/
|
|
197
|
-
export * from './lib/
|
|
198
|
-
export * from './lib/
|
|
199
|
-
export * from './lib/
|
|
200
|
-
export * from './lib/
|
|
201
|
-
export * from './lib/
|
|
202
|
-
export * from './lib/
|
|
203
|
-
export * from './lib/
|
|
204
|
-
export * from './lib/
|
|
205
|
-
export * from './lib/
|
|
206
|
-
export * from './lib/
|
|
207
|
-
export * from './lib/
|
|
208
|
-
export * from './lib/
|
|
209
|
-
export * from './lib/Core/utilities/moment-date-adapter';
|
|
210
|
-
export * from './lib/pipes/pipes.module';
|
|
211
|
-
export * from './lib/pipes/time-ago.pipe';
|
|
212
|
-
export * from './lib/pipes/localized-date.pipe';
|
|
213
|
-
export * from './lib/pipes/secure.pipe';
|
|
214
|
-
export * from './lib/pipes/secure-html.pipe';
|
|
215
|
-
export * from './lib/pipes/multi-value.pipe';
|
|
187
|
+
export * from './lib/core/adapters/adapter.service';
|
|
188
|
+
export * from './lib/core/enums/language.enum';
|
|
189
|
+
export * from './lib/core/env/index';
|
|
190
|
+
export * from './lib/core/models';
|
|
191
|
+
export * from './lib/core/services/callApi/call-api.service';
|
|
192
|
+
export * from './lib/core/services/extension/action.extensions';
|
|
193
|
+
export * from './lib/core/services/extension/component-register.service';
|
|
194
|
+
export * from './lib/core/services/extension/extenion-utils';
|
|
195
|
+
export * from './lib/core/services/extension/extension-element';
|
|
196
|
+
export * from './lib/core/services/extension/extension-loader.service';
|
|
197
|
+
export * from './lib/core/services/extension/extension.service';
|
|
198
|
+
export * from './lib/core/services/initialization/initialization.service';
|
|
199
|
+
export * from './lib/core/services/localStorag/local-storag.service';
|
|
200
|
+
export * from './lib/core/services/nuxeo/nuxeo.service';
|
|
201
|
+
export * from './lib/core/services/roles/roles.service';
|
|
202
|
+
export * from './lib/core/services/translation/translate-loader.service';
|
|
203
|
+
export * from './lib/core/services/translation/translation.service';
|
|
204
|
+
export * from './lib/core/services/user/user-preferences.service';
|
|
205
|
+
export * from './lib/core/utilities/moment-date-adapter';
|
|
216
206
|
export * from './lib/pipes/file-size.pipe';
|
|
217
207
|
export * from './lib/pipes/hijri-date.pipe';
|
|
218
|
-
export * from './lib/
|
|
208
|
+
export * from './lib/pipes/localized-date.pipe';
|
|
209
|
+
export * from './lib/pipes/multi-value.pipe';
|
|
210
|
+
export * from './lib/pipes/pipes.module';
|
|
211
|
+
export * from './lib/pipes/secure-html.pipe';
|
|
212
|
+
export * from './lib/pipes/secure.pipe';
|
|
213
|
+
export * from './lib/pipes/time-ago.pipe';
|
|
214
|
+
export * from './lib/directive/app-has-role/app-has-role.directive';
|
|
219
215
|
export * from './lib/directive/clickOutSide/click-outside.directive';
|
|
216
|
+
export * from './lib/directive/directive.module';
|
|
217
|
+
export * from './lib/directive/drag-and-drop/drag-and-drop.directive';
|
|
220
218
|
export * from './lib/directive/permissions/permissions.directive';
|
|
221
|
-
export * from './lib/directive/rtl/set-rtl.directive';
|
|
222
|
-
export * from './lib/directive/app-has-role/app-has-role.directive';
|
|
223
219
|
export * from './lib/directive/rtl/set-dir-rtl.directive';
|
|
224
|
-
export * from './lib/directive/
|
|
220
|
+
export * from './lib/directive/rtl/set-rtl.directive';
|
|
225
221
|
export * from './lib/configuration/app-config.service';
|
|
226
222
|
export * from './lib/configuration/helpers/app-initializer';
|
|
227
223
|
export * from './lib/directive/permissions/evaluators.service';
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Sorting Options Popovermenu
|
|
5
|
-
*/
|
|
6
|
-
export class NotificationOptionsComponent {
|
|
7
|
-
constructor() { }
|
|
8
|
-
delete() {
|
|
9
|
-
// this.popoverCtrl.dismiss('delete');
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
NotificationOptionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: NotificationOptionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
-
NotificationOptionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: NotificationOptionsComponent, selector: "app-notification-options", ngImport: i0, template: "<!-- <ion-list no-padding no-margin lines=\"none\">\r\n <ion-item (click)=\"delete()\">\r\n <ion-label>\r\n {{'notifications.delete' | translate}}\r\n </ion-label>\r\n </ion-item>\r\n</ion-list> -->\r\n", styles: ["ion-item{font-size:11px;--min-height: 30px}ion-item ion-label{margin:2px 0}\n"] });
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: NotificationOptionsComponent, decorators: [{
|
|
15
|
-
type: Component,
|
|
16
|
-
args: [{
|
|
17
|
-
selector: 'app-notification-options',
|
|
18
|
-
templateUrl: './notification-options.component.html',
|
|
19
|
-
styleUrls: ['./notification-options.component.scss']
|
|
20
|
-
}]
|
|
21
|
-
}], ctorParameters: function () { return []; } });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLW9wdGlvbnMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbnV4ZW8tZGV2ZWxvcG1lbnQtZnJhbWV3b3JrL3NyYy9saWIvY29tcG9uZW50cy9ub3RpZmljYXRpb25zL2NvbXBvbmVudHMvbm90aWZpY2F0aW9uLW9wdGlvbnMvbm90aWZpY2F0aW9uLW9wdGlvbnMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbnV4ZW8tZGV2ZWxvcG1lbnQtZnJhbWV3b3JrL3NyYy9saWIvY29tcG9uZW50cy9ub3RpZmljYXRpb25zL2NvbXBvbmVudHMvbm90aWZpY2F0aW9uLW9wdGlvbnMvbm90aWZpY2F0aW9uLW9wdGlvbnMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFFMUM7O0dBRUc7QUFNSCxNQUFNLE9BQU8sNEJBQTRCO0lBQ3ZDLGdCQUFlLENBQUM7SUFDaEIsTUFBTTtRQUNKLHNDQUFzQztJQUN4QyxDQUFDOzswSEFKVSw0QkFBNEI7OEdBQTVCLDRCQUE0QixnRUNWekMsMk9BT0E7NEZER2EsNEJBQTRCO2tCQUx4QyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSwwQkFBMEI7b0JBQ3BDLFdBQVcsRUFBRSx1Q0FBdUM7b0JBQ3BELFNBQVMsRUFBRSxDQUFDLHVDQUF1QyxDQUFDO2lCQUNyRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuLyoqXHJcbiAqIFNvcnRpbmcgT3B0aW9ucyBQb3BvdmVybWVudVxyXG4gKi9cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtbm90aWZpY2F0aW9uLW9wdGlvbnMnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9ub3RpZmljYXRpb24tb3B0aW9ucy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbm90aWZpY2F0aW9uLW9wdGlvbnMuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgTm90aWZpY2F0aW9uT3B0aW9uc0NvbXBvbmVudCB7XHJcbiAgY29uc3RydWN0b3IoKSB7fVxyXG4gIGRlbGV0ZSgpIHtcclxuICAgIC8vIHRoaXMucG9wb3ZlckN0cmwuZGlzbWlzcygnZGVsZXRlJyk7XHJcbiAgfVxyXG59XHJcbiIsIjwhLS0gPGlvbi1saXN0IG5vLXBhZGRpbmcgbm8tbWFyZ2luIGxpbmVzPVwibm9uZVwiPlxyXG4gICAgPGlvbi1pdGVtIChjbGljayk9XCJkZWxldGUoKVwiPlxyXG4gICAgICAgIDxpb24tbGFiZWw+XHJcbiAgICAgICAgICAgIHt7J25vdGlmaWNhdGlvbnMuZGVsZXRlJyB8IHRyYW5zbGF0ZX19XHJcbiAgICAgICAgPC9pb24tbGFiZWw+XHJcbiAgICA8L2lvbi1pdGVtPlxyXG48L2lvbi1saXN0PiAtLT5cclxuIl19
|