nuxeo-development-framework 3.7.7 → 3.7.8-dms-mep
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 +1567 -1185
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/Core/adapters/adapter.service.js +4 -4
- package/esm2015/lib/Core/core.module.js +5 -5
- package/esm2015/lib/Core/services/callApi/call-api.service.js +4 -4
- package/esm2015/lib/Core/services/extension/component-register.service.js +4 -4
- package/esm2015/lib/Core/services/extension/extension-loader.service.js +4 -4
- package/esm2015/lib/Core/services/extension/extension.service.js +4 -4
- package/esm2015/lib/Core/services/initialization/initialization.service.js +4 -4
- package/esm2015/lib/Core/services/localStorag/local-storag.service.js +4 -4
- package/esm2015/lib/Core/services/nuxeo/nuxeo.service.js +4 -4
- package/esm2015/lib/Core/services/roles/roles.service.js +4 -4
- package/esm2015/lib/Core/services/translation/translate-loader.service.js +4 -4
- package/esm2015/lib/Core/services/translation/translation.service.js +4 -4
- package/esm2015/lib/Core/services/user/user-preferences.service.js +4 -4
- package/esm2015/lib/Core/utilities/moment-date-adapter.js +4 -4
- package/esm2015/lib/Core/utilities/utility.service.js +4 -4
- package/esm2015/lib/components/activities-log/activities-log/activities-log.component.js +4 -4
- package/esm2015/lib/components/activities-log/activities-log/activities-log.service.js +4 -4
- package/esm2015/lib/components/activities-log/activities-log.module.js +5 -5
- package/esm2015/lib/components/activity/activity/activity.component.js +4 -4
- package/esm2015/lib/components/activity/activity.module.js +5 -5
- package/esm2015/lib/components/attachment-item/attachment-item/attachment-item.component.js +4 -4
- package/esm2015/lib/components/attachment-item/attachment-item.module.js +5 -5
- package/esm2015/lib/components/attachment-modal/attachment-modal.module.js +5 -5
- package/esm2015/lib/components/attachment-modal/attachments/attachments.component.js +4 -4
- package/esm2015/lib/components/avatar/avatar/avatar.component.js +4 -4
- package/esm2015/lib/components/avatar/avatar.module.js +5 -5
- package/esm2015/lib/components/card/card.component.js +4 -4
- package/esm2015/lib/components/card/card.module.js +5 -5
- package/esm2015/lib/components/comments/comments.module.js +5 -5
- package/esm2015/lib/components/comments/components/comment-item/comment-item.component.js +4 -4
- package/esm2015/lib/components/comments/components/comments-dashlet/comments-dashlet.component.js +4 -4
- package/esm2015/lib/components/comments/components/comments-list/comments-list.component.js +4 -4
- package/esm2015/lib/components/comments/components/edit-delete-modal/edit-delete-modal.component.js +4 -4
- package/esm2015/lib/components/comments/services/comment-api.service.js +4 -4
- package/esm2015/lib/components/confirm-caller/confirm-caller.dialog.js +4 -4
- package/esm2015/lib/components/confirm-caller/confirm-caller.module.js +5 -5
- package/esm2015/lib/components/confirm-caller/confirm-dialog/confirm-dialog.component.js +4 -4
- package/esm2015/lib/components/confirmation-dialog/confirmation-dialog/confirmation-dialog.component.js +4 -4
- package/esm2015/lib/components/confirmation-dialog/confirmation-dialog.module.js +5 -5
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.js +4 -4
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-create-form/correspondence-relation-create-form.component.js +4 -4
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.js +4 -4
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-reply/correspondence-relation-reply.component.js +4 -4
- package/esm2015/lib/components/correspondence-relation/components/versions/versions.component.js +4 -4
- package/esm2015/lib/components/correspondence-relation/correspondence-relation.module.js +5 -5
- package/esm2015/lib/components/correspondence-relation/services/correspondence-realation.service.js +4 -4
- package/esm2015/lib/components/correspondence-relation/services/viewer-files.service.js +4 -4
- package/esm2015/lib/components/create-entity/create-entity/create-entity.component.js +4 -4
- package/esm2015/lib/components/create-entity/create-entity.module.js +5 -5
- package/esm2015/lib/components/cts-tags/components/correspondence-tags/correspondence-tags.component.js +4 -4
- package/esm2015/lib/components/cts-tags/cts-tags.module.js +5 -5
- package/esm2015/lib/components/cts-tags/services/tags-api.service.js +4 -4
- package/esm2015/lib/components/custom-toastr/components/custom-toastr/custom-toastr.component.js +4 -4
- package/esm2015/lib/components/custom-toastr/custom-toastr.module.js +5 -5
- package/esm2015/lib/components/custom-toastr/services/custom-toastr.service.js +4 -4
- package/esm2015/lib/components/display-suitable-icon/display-suitable-icon/display-suitable-icon.component.js +4 -4
- package/esm2015/lib/components/display-suitable-icon/display-suitable-icon/icon.service.js +4 -4
- package/esm2015/lib/components/display-suitable-icon/display-suitable-icon.module.js +5 -5
- package/esm2015/lib/components/documents/components/attachments-list/attachments-list.component.js +4 -4
- package/esm2015/lib/components/documents/components/attachments-page-provider/attachments-page-provider.component.js +4 -4
- package/esm2015/lib/components/documents/components/document-list/documents-list.component.js +4 -4
- package/esm2015/lib/components/documents/components/document-scan/document-scan.component.js +4 -4
- package/esm2015/lib/components/documents/components/document-scan/document-scan.service.js +4 -4
- package/esm2015/lib/components/documents/components/document-upload/document-upload.component.js +4 -4
- package/esm2015/lib/components/documents/components/documents/documents.component.js +4 -4
- package/esm2015/lib/components/documents/documents.module.js +5 -5
- package/esm2015/lib/components/documents/services/document-templates.service.js +4 -4
- package/esm2015/lib/components/documents/services/documents.service.js +4 -4
- package/esm2015/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.js +4 -4
- package/esm2015/lib/components/dynamic-chart/dynamic-chart.module.js +5 -5
- package/esm2015/lib/components/dynamic-chart/dynamic-single-chart/dynamic-single-chart.component.js +4 -4
- package/esm2015/lib/components/dynamic-chart/services/chart-data.service.js +4 -4
- package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.js +43 -17
- package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module.js +12 -8
- package/esm2015/lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component.js +4 -4
- package/esm2015/lib/components/dynamic-filter/dynamic-filter.module.js +5 -5
- package/esm2015/lib/components/dynamic-form/components/department-form/department-form.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form/dynamic-form.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form/fields.adapter.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form/form-builder.service.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-boolitem/dynamic-form-boolitem.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-builder/dynamic-form-builder.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-checkbox-item/dynamic-form-checkbox-item.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-dateitem/dynamic-form-dateitem.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-dateitem/owlDateTimeIntl.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/dynamic-form-department.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/services/department-api.service.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/services/department-management.service.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-field/dynamic-form-field.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-hijri-dateitem/dynamic-form-hijri-dateitem.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-item-dispatcher/dynamic-form-item-dispatcher.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-mapitem/dynamic-form-mapitem.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-options/dynamic-form-options.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-tag/dynamic-form-select-tag.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-user-filter/dynamic-form-select-user-filter.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-users/dynamic-form-select-users.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-users/services/user-api.service.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-selectitem/dynamic-form-selectitem.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-slide-toggleitem/dynamic-form-slide-toggleitem.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-textarea/dynamic-form-textarea.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-textitem/dynamic-form-textitem.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select-i18n.js +4 -4
- 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 +4 -4
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-vocabulary-item/dynamic-form-vocabulary-item.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/date-wrapper/date-wrapper.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/toggle-wrapper/toggle-wrapper.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/user-selector-wrapper/user-selector-wrapper.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/vocabulary-wrapper/vocabulary-wrapper.component.js +4 -4
- package/esm2015/lib/components/dynamic-form/directives/dynamic-form-content-proxy.directive.js +4 -4
- package/esm2015/lib/components/dynamic-form/dynamic-form.module.js +5 -5
- package/esm2015/lib/components/dynamic-form/services/card-item-types.service.js +4 -4
- package/esm2015/lib/components/dynamic-form/services/dynamic-form-update.service.js +4 -4
- package/esm2015/lib/components/dynamic-search/dynamic-search/dynamic-search.component.js +4 -4
- package/esm2015/lib/components/dynamic-search/dynamic-search.module.js +5 -5
- package/esm2015/lib/components/dynamic-table/dynamic-table/dynamic-table.component.js +4 -4
- package/esm2015/lib/components/dynamic-table/dynamic-table.module.js +5 -5
- package/esm2015/lib/components/dynamic-table/services/dynamic-table.service.js +4 -4
- package/esm2015/lib/components/dynamic-tabs/dynamic-tabs/dynamic-tabs.component.js +4 -4
- package/esm2015/lib/components/dynamic-tabs/dynamic-tabs.module.js +5 -5
- package/esm2015/lib/components/dynamic-view/boolean-viewer/boolean-viewer.component.js +4 -4
- package/esm2015/lib/components/dynamic-view/custom-document-viewer/custom-document-viewer.component.js +4 -4
- package/esm2015/lib/components/dynamic-view/custom-pp-viewer/custom-pp-viewer.component.js +4 -4
- package/esm2015/lib/components/dynamic-view/cutome-voc-viewer/cutome-voc-viewer.component.js +4 -4
- package/esm2015/lib/components/dynamic-view/data-viewer/data-viewer.component.js +4 -4
- package/esm2015/lib/components/dynamic-view/date-viewer/date-viewer.component.js +4 -4
- package/esm2015/lib/components/dynamic-view/department-viewer/department-viewer.component.js +4 -4
- package/esm2015/lib/components/dynamic-view/dropdown-viewer/dropdown-viewer.component.js +4 -4
- package/esm2015/lib/components/dynamic-view/dynamic-view.module.js +5 -5
- package/esm2015/lib/components/dynamic-view/dynamic-viewe.service.js +4 -4
- package/esm2015/lib/components/dynamic-view/list-viewer/list-viewer.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/add-to-collection/add-to-collection.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/clipboard/clipboard.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/copy/copy.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/create-directory/create-directory.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/create-modal/create-modal.component.js +105 -29
- package/esm2015/lib/components/file-manger/components/creation-type/creation-type.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/delete/delete.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/folder-modal/folder-modal.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/loan-request/loan-request.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/move/move.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/publish-dialog/publish-dialog.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/rename/rename.component.js +4 -4
- 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 +4 -4
- package/esm2015/lib/components/file-manger/components/sidepanel/sidepanel.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/template-modal/template-modal.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/transfer-doc/transfer-doc.component.js +4 -4
- package/esm2015/lib/components/file-manger/components/update-modal/update-modal.component.js +4 -4
- package/esm2015/lib/components/file-manger/file-manager.abstract.js +4 -4
- package/esm2015/lib/components/file-manger/file-manger.module.js +5 -5
- package/esm2015/lib/components/filter/filter/filter.component.js +4 -4
- package/esm2015/lib/components/filter/filter.module.js +5 -5
- package/esm2015/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/gregorian-datepicker/gregorian-datepicker.component.js +4 -4
- package/esm2015/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/hijri-datepicker/hijri-datepicker.component.js +4 -4
- package/esm2015/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/hijri-gregorian-datepicker.component.js +4 -4
- package/esm2015/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/provide-parent-form.directive.js +4 -4
- package/esm2015/lib/components/hijri-gregorian-datepicker/ngx-hijri-gregorian-datepicker.module.js +5 -5
- package/esm2015/lib/components/hijri-gregorian-datepicker/services/date-formatter.service.js +4 -4
- package/esm2015/lib/components/hijri-gregorian-datepicker/services/date-helper.service.js +4 -4
- package/esm2015/lib/components/hijri-gregorian-datepicker/utils/CustomNgbDateParserFormatter.js +4 -4
- package/esm2015/lib/components/hijri-gregorian-datepicker/utils/IslamicI18n.js +4 -4
- package/esm2015/lib/components/latest-activity/components/activity-line/activity-line.component.js +4 -4
- package/esm2015/lib/components/latest-activity/components/latest-activity/latest-activity.component.js +4 -4
- package/esm2015/lib/components/latest-activity/components/single-activity/single-activity.component.js +4 -4
- package/esm2015/lib/components/latest-activity/latest-activity.module.js +5 -5
- package/esm2015/lib/components/latest-activity/services/activity-log.service.js +4 -4
- package/esm2015/lib/components/mutiple-dynamic-form-viewer/multiple-dynamic-form-viewer/multiple-dynamic-form-viewer.component.js +4 -4
- package/esm2015/lib/components/mutiple-dynamic-form-viewer/mutiple-dynamic-form-viewer.module.js +5 -5
- package/esm2015/lib/components/notifications/components/notification-item/notification-item.component.js +4 -4
- package/esm2015/lib/components/notifications/components/notification-options/notification-options.component.js +4 -4
- package/esm2015/lib/components/notifications/components/notification-toast/notification-toast.component.js +4 -4
- package/esm2015/lib/components/notifications/components/notifications-button/notifications-button.component.js +4 -9
- package/esm2015/lib/components/notifications/components/notifications-list/notifications-list.component.js +11 -38
- package/esm2015/lib/components/notifications/notifications.module.js +8 -12
- package/esm2015/lib/components/notifications/notifications.service.js +5 -68
- package/esm2015/lib/components/pagination/pagination/pagination.component.js +4 -4
- package/esm2015/lib/components/pagination/pagination.module.js +5 -5
- package/esm2015/lib/components/pdf-tron/pdf-tron.module.js +5 -5
- package/esm2015/lib/components/pdf-tron/pdftron/pdftron.component.js +5 -5
- package/esm2015/lib/components/pdf-tron/pdftron/pdftron.service.js +4 -4
- package/esm2015/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.js +4 -4
- package/esm2015/lib/components/permissions/permission.service.js +4 -4
- package/esm2015/lib/components/permissions/permissions/permissions.component.js +4 -4
- package/esm2015/lib/components/permissions/permissions-template/permissions-template.component.js +4 -4
- package/esm2015/lib/components/permissions/permissions.module.js +5 -5
- package/esm2015/lib/components/select/select/select.component.js +4 -4
- package/esm2015/lib/components/select/select.module.js +10 -8
- package/esm2015/lib/components/select-users-by-department/select-users-by-department.module.js +5 -5
- package/esm2015/lib/components/select-users-by-department/select-users-by-departments/department-management.service.js +4 -4
- package/esm2015/lib/components/select-users-by-department/select-users-by-departments/select-users-by-departments.component.js +4 -4
- package/esm2015/lib/components/table/dynamic-column/dynamic-column.component.js +4 -4
- package/esm2015/lib/components/table/table/table.component.js +4 -4
- package/esm2015/lib/components/table/table.module.js +5 -5
- package/esm2015/lib/components/user/user/user.component.js +4 -4
- package/esm2015/lib/components/user/user.module.js +5 -5
- package/esm2015/lib/components/users-card/users-card.component.js +4 -4
- package/esm2015/lib/components/users-card/users-card.module.js +5 -5
- package/esm2015/lib/components/viewer-log/components/viewer-log/viewer-log.component.js +4 -4
- package/esm2015/lib/components/viewer-log/viewer-log.module.js +5 -5
- package/esm2015/lib/components/vocabulary/services/vocabulary-api.service.js +13 -13
- package/esm2015/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.js +207 -0
- package/esm2015/lib/components/vocabulary/vocabulary/vocabulary.component.js +4 -4
- package/esm2015/lib/components/vocabulary/vocabulary.module.js +17 -10
- package/esm2015/lib/configuration/app-config.service.js +4 -4
- package/esm2015/lib/directive/app-has-role/app-has-role.directive.js +4 -4
- package/esm2015/lib/directive/clickOutSide/click-outside.directive.js +4 -4
- package/esm2015/lib/directive/directive.module.js +5 -5
- package/esm2015/lib/directive/drag-and-drop/drag-and-drop.directive.js +4 -4
- package/esm2015/lib/directive/permissions/evaluators.service.js +4 -4
- package/esm2015/lib/directive/permissions/permissions.directive.js +4 -4
- package/esm2015/lib/directive/rtl/set-dir-rtl.directive.js +4 -4
- package/esm2015/lib/directive/rtl/set-rtl.directive.js +4 -4
- package/esm2015/lib/nuxeo-development-framework.component.js +4 -4
- package/esm2015/lib/nuxeo-development-framework.module.js +5 -5
- package/esm2015/lib/nuxeo-development-framework.service.js +4 -4
- package/esm2015/lib/pipes/file-size.pipe.js +4 -4
- package/esm2015/lib/pipes/hijri-date.pipe.js +4 -4
- package/esm2015/lib/pipes/localized-date.pipe.js +4 -4
- package/esm2015/lib/pipes/multi-value.pipe.js +4 -4
- package/esm2015/lib/pipes/pipes.module.js +5 -5
- package/esm2015/lib/pipes/secure-html.pipe.js +4 -4
- package/esm2015/lib/pipes/secure.pipe.js +4 -4
- package/esm2015/lib/pipes/time-ago.pipe.js +4 -4
- package/esm2015/lib/shared/components/button/button.component.js +4 -4
- package/esm2015/lib/shared/components/item-list/item-list.component.js +4 -4
- package/esm2015/lib/shared/components/no-data/no-data.component.js +4 -4
- package/esm2015/lib/shared/components/read-more/read-more.component.js +4 -4
- package/esm2015/lib/shared/components/search-autocomplete/search-autocomplete.component.js +4 -4
- package/esm2015/lib/shared/components/spinner/spinner.component.js +4 -4
- package/esm2015/lib/shared/components/user-card/user-card.component.js +4 -4
- package/esm2015/lib/shared/libraryShared.module.js +5 -5
- package/esm2015/lib/shared-services/dialog-mangment.service.js +4 -4
- package/esm2015/lib/shared-services/dynamic-form.service.js +4 -4
- package/esm2015/lib/shared-services/file-manager.adapter.js +4 -4
- package/esm2015/lib/shared-services/file-manager.service.js +39 -45
- package/esm2015/lib/shared-services/global-admin.service.js +4 -4
- package/esm2015/lib/shared-services/global-pdftron.service.js +4 -4
- package/esm2015/lib/shared-services/mainfolder.service.js +4 -4
- package/esm2015/lib/shared-services/publishing-document.service.js +4 -4
- package/esm2015/lib/shared-services/recently-viewed.service.js +4 -4
- package/esm2015/lib/shared-services/shared-docs.service.js +4 -4
- package/esm2015/lib/shared-services/shared-services.module.js +5 -5
- package/esm2015/lib/shared-services/upload-file.service.js +4 -4
- package/esm2015/lib/shared-services/upload-managment.service.js +4 -4
- package/esm2015/lib/shared-services/user.service.js +4 -4
- package/esm2015/public-api.js +2 -1
- package/fesm2015/nuxeo-development-framework.js +1203 -998
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.d.ts +11 -2
- package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module.d.ts +2 -1
- package/lib/components/file-manger/components/create-modal/create-modal.component.d.ts +19 -36
- package/lib/components/notifications/components/notifications-button/notifications-button.component.d.ts +1 -2
- package/lib/components/notifications/components/notifications-list/notifications-list.component.d.ts +1 -7
- package/lib/components/notifications/notifications.module.d.ts +1 -2
- package/lib/components/notifications/notifications.service.d.ts +0 -15
- package/lib/components/select/select.module.d.ts +1 -1
- 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 +80 -0
- package/lib/components/vocabulary/vocabulary.module.d.ts +6 -4
- package/lib/shared-services/file-manager.service.d.ts +15 -12
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FormGroup } from '@angular/forms';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class DynamicFieldsRendererComponent implements OnInit {
|
|
4
|
-
|
|
5
|
+
pdfOrWordFile: boolean;
|
|
6
|
+
form: FormGroup;
|
|
5
7
|
agencyNameFilter: any;
|
|
6
8
|
countryNameFilter: any;
|
|
7
9
|
mode: string;
|
|
@@ -30,6 +32,7 @@ export declare class DynamicFieldsRendererComponent implements OnInit {
|
|
|
30
32
|
vocbularyId?: undefined;
|
|
31
33
|
useFilter?: undefined;
|
|
32
34
|
filter?: undefined;
|
|
35
|
+
params?: undefined;
|
|
33
36
|
} | {
|
|
34
37
|
type: string;
|
|
35
38
|
label: string;
|
|
@@ -55,6 +58,7 @@ export declare class DynamicFieldsRendererComponent implements OnInit {
|
|
|
55
58
|
vocbularyId?: undefined;
|
|
56
59
|
useFilter?: undefined;
|
|
57
60
|
filter?: undefined;
|
|
61
|
+
params?: undefined;
|
|
58
62
|
} | {
|
|
59
63
|
type: string;
|
|
60
64
|
label: string;
|
|
@@ -80,6 +84,7 @@ export declare class DynamicFieldsRendererComponent implements OnInit {
|
|
|
80
84
|
vocbularyId?: undefined;
|
|
81
85
|
useFilter?: undefined;
|
|
82
86
|
filter?: undefined;
|
|
87
|
+
params?: undefined;
|
|
83
88
|
} | {
|
|
84
89
|
type: string;
|
|
85
90
|
label: string;
|
|
@@ -105,6 +110,7 @@ export declare class DynamicFieldsRendererComponent implements OnInit {
|
|
|
105
110
|
vocbularyId?: undefined;
|
|
106
111
|
useFilter?: undefined;
|
|
107
112
|
filter?: undefined;
|
|
113
|
+
params?: undefined;
|
|
108
114
|
} | {
|
|
109
115
|
type: string;
|
|
110
116
|
label: string;
|
|
@@ -120,6 +126,9 @@ export declare class DynamicFieldsRendererComponent implements OnInit {
|
|
|
120
126
|
placeholder: string;
|
|
121
127
|
useFilter: boolean;
|
|
122
128
|
filter: string;
|
|
129
|
+
params: {
|
|
130
|
+
labelFieldName: string;
|
|
131
|
+
};
|
|
123
132
|
permission: string;
|
|
124
133
|
required?: undefined;
|
|
125
134
|
bindLabel?: undefined;
|
|
@@ -134,5 +143,5 @@ export declare class DynamicFieldsRendererComponent implements OnInit {
|
|
|
134
143
|
constructor();
|
|
135
144
|
ngOnInit(): void;
|
|
136
145
|
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFieldsRendererComponent, never>;
|
|
137
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFieldsRendererComponent, "app-dynamic-fields-renderer", never, { "form": "form"; "agencyNameFilter": "agencyNameFilter"; "countryNameFilter": "countryNameFilter"; "mode": "mode"; "fields": "fields"; }, {}, never, never>;
|
|
146
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFieldsRendererComponent, "app-dynamic-fields-renderer", never, { "pdfOrWordFile": "pdfOrWordFile"; "form": "form"; "agencyNameFilter": "agencyNameFilter"; "countryNameFilter": "countryNameFilter"; "mode": "mode"; "fields": "fields"; }, {}, never, never>;
|
|
138
147
|
}
|
|
@@ -5,8 +5,9 @@ import * as i3 from "../dynamic-form/dynamic-form.module";
|
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
6
|
import * as i5 from "../../directive/directive.module";
|
|
7
7
|
import * as i6 from "@ngx-translate/core";
|
|
8
|
+
import * as i7 from "../vocabulary/vocabulary.module";
|
|
8
9
|
export declare class DynamicFieldsRendererModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFieldsRendererModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DynamicFieldsRendererModule, [typeof i1.DynamicFieldsRendererComponent], [typeof i2.CommonModule, typeof i3.DynamicFormModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.DirectiveModule, typeof i6.TranslateModule], [typeof i1.DynamicFieldsRendererComponent]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DynamicFieldsRendererModule, [typeof i1.DynamicFieldsRendererComponent], [typeof i2.CommonModule, typeof i3.DynamicFormModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.DirectiveModule, typeof i6.TranslateModule, typeof i7.VocabularyModule], [typeof i1.DynamicFieldsRendererComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<DynamicFieldsRendererModule>;
|
|
12
13
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
2
|
+
import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
|
|
3
3
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
|
-
import {
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
5
|
+
import { AppConfigService } from '../../../../configuration/app-config.service';
|
|
6
|
+
import { AdapterService } from '../../../../Core/adapters/adapter.service';
|
|
7
|
+
import { NuxeoService } from '../../../../Core/services/nuxeo/nuxeo.service';
|
|
8
|
+
import { TranslationService } from '../../../../Core/services/translation/translation.service';
|
|
5
9
|
import { DialogMangmentService } from '../../../../shared-services/dialog-mangment.service';
|
|
6
10
|
import { DynamicFormService } from '../../../../shared-services/dynamic-form.service';
|
|
7
11
|
import { FileManagerService } from '../../../../shared-services/file-manager.service';
|
|
12
|
+
import { UploadManagmentService } from '../../../../shared-services/upload-managment.service';
|
|
8
13
|
import { UserService } from '../../../../shared-services/user.service';
|
|
9
|
-
import { Subscription } from 'rxjs';
|
|
10
14
|
import { CustomToastrService } from '../../../custom-toastr/services/custom-toastr.service';
|
|
11
15
|
import { DateHelperService } from '../../../hijri-gregorian-datepicker/services/date-helper.service';
|
|
12
|
-
import { AdapterService } from '../../../../Core/adapters/adapter.service';
|
|
13
|
-
import { AppConfigService } from '../../../../configuration/app-config.service';
|
|
14
|
-
import { TranslationService } from '../../../../Core/services/translation/translation.service';
|
|
15
|
-
import { NuxeoService } from '../../../../Core/services/nuxeo/nuxeo.service';
|
|
16
16
|
import * as i0 from "@angular/core";
|
|
17
17
|
export declare class CreateModalComponent implements OnInit, OnDestroy {
|
|
18
18
|
data: any;
|
|
@@ -57,53 +57,36 @@ export declare class CreateModalComponent implements OnInit, OnDestroy {
|
|
|
57
57
|
creating: boolean;
|
|
58
58
|
displayNoteMessage: boolean;
|
|
59
59
|
myEnvironment: any;
|
|
60
|
+
fetchedDocumentTypee: Array<{
|
|
61
|
+
code: string;
|
|
62
|
+
entry: any;
|
|
63
|
+
}>;
|
|
64
|
+
showWaitUploadFinishMsg: boolean;
|
|
65
|
+
defaultFileInfoSubscription: Subscription;
|
|
66
|
+
pdfOrWordFile: boolean;
|
|
60
67
|
KeyUpEvent(event: KeyboardEvent): void;
|
|
61
68
|
constructor(data: any, dialogRef: MatDialogRef<CreateModalComponent>, uploadMangmentService: UploadManagmentService, dialogMangmentService: DialogMangmentService, fileMangerService: FileManagerService, tosterService: CustomToastrService, formBuilder: FormBuilder, adapeter: AdapterService, fileManagerService: FileManagerService, appConfService: AppConfigService, dateHelperService: DateHelperService, translationService: TranslationService, userService: UserService, nuxeoService: NuxeoService, environment: any, dynamicFormService: DynamicFormService);
|
|
62
69
|
ngOnInit(): void;
|
|
63
70
|
initiatfileForm(): void;
|
|
71
|
+
getControl(controlName: string): AbstractControl;
|
|
64
72
|
createWhenFinish(): void;
|
|
65
73
|
closeDialog(): void;
|
|
66
74
|
startAddingProperties(): void;
|
|
67
|
-
setStaticData(
|
|
68
|
-
title: any;
|
|
69
|
-
description: string;
|
|
70
|
-
subject: string;
|
|
71
|
-
documentNumber: string;
|
|
72
|
-
gdocumentDate: any;
|
|
73
|
-
secrecyLevel: any;
|
|
74
|
-
importanceLevel: any;
|
|
75
|
-
departmentCode: any;
|
|
76
|
-
agencyCategoryCode: any;
|
|
77
|
-
agencyName: any;
|
|
78
|
-
countryCategoryCode: any;
|
|
79
|
-
countryName: any;
|
|
80
|
-
remarks: string;
|
|
81
|
-
} | {
|
|
82
|
-
title: any;
|
|
83
|
-
description: string;
|
|
84
|
-
subject?: undefined;
|
|
85
|
-
documentNumber?: undefined;
|
|
86
|
-
gdocumentDate?: undefined;
|
|
87
|
-
secrecyLevel?: undefined;
|
|
88
|
-
importanceLevel?: undefined;
|
|
89
|
-
departmentCode?: undefined;
|
|
90
|
-
agencyCategoryCode?: undefined;
|
|
91
|
-
agencyName?: undefined;
|
|
92
|
-
countryCategoryCode?: undefined;
|
|
93
|
-
countryName?: undefined;
|
|
94
|
-
remarks?: undefined;
|
|
95
|
-
};
|
|
75
|
+
setStaticData(file: any): any;
|
|
96
76
|
createDocument(): void;
|
|
97
77
|
constructPayLoadToWorkSpace(files: any): void;
|
|
98
78
|
tryAgainCreateDocument(): void;
|
|
99
79
|
constructPayLoad(files: any): void;
|
|
100
80
|
mappingStaticData(data: any): any;
|
|
81
|
+
onSelectFile(file: any): void;
|
|
82
|
+
selectFileWithoutDefaultData(file: any): void;
|
|
101
83
|
selectFile(file: any): void;
|
|
102
84
|
ondynamicFormChange(dynamicData: any): void;
|
|
103
85
|
minimizDialog(): void;
|
|
104
86
|
removeItem(item: any, listofFiles: any): void;
|
|
105
87
|
ApplyChangesToAll(): void;
|
|
106
88
|
checkValidation(): boolean;
|
|
89
|
+
isPdfOrWordFile(file: any): boolean;
|
|
107
90
|
ngOnDestroy(): void;
|
|
108
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateModalComponent, never>;
|
|
109
92
|
static ɵcmp: i0.ɵɵComponentDeclaration<CreateModalComponent, "app-create-modal", never, {}, {}, never, never>;
|
|
@@ -20,7 +20,6 @@ export declare class NotificationsButtonComponent implements OnInit, OnDestroy {
|
|
|
20
20
|
toastrClick: EventEmitter<any>;
|
|
21
21
|
listItemClick: EventEmitter<any>;
|
|
22
22
|
customNotificationIcon: any;
|
|
23
|
-
showFilters: boolean;
|
|
24
23
|
constructor(notificationsService: NotificationsService, translate: TranslateService, toastr: ToastrService, TimeAgo: TimeAgoPipe, router: Router, ref: ChangeDetectorRef, translationService: TranslationService);
|
|
25
24
|
getNotifications(): void;
|
|
26
25
|
ngOnInit(): void;
|
|
@@ -28,5 +27,5 @@ export declare class NotificationsButtonComponent implements OnInit, OnDestroy {
|
|
|
28
27
|
ngOnDestroy(): void;
|
|
29
28
|
showToastr(activity: any, ar: any): ActiveToast<any>;
|
|
30
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsButtonComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationsButtonComponent, "app-notifications-button", never, { "customNotificationIcon": "customNotificationIcon";
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationsButtonComponent, "app-notifications-button", never, { "customNotificationIcon": "customNotificationIcon"; }, { "toastrClick": "toastrClick"; "listItemClick": "listItemClick"; }, never, never>;
|
|
32
31
|
}
|
package/lib/components/notifications/components/notifications-list/notifications-list.component.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { ChangeDetectorRef, EventEmitter, OnDestroy } from "@angular/core";
|
|
|
2
2
|
import { DatePipe } from "@angular/common";
|
|
3
3
|
import { NotificationsService } from "../../notifications.service";
|
|
4
4
|
import { TranslationService } from "../../../../Core/services/translation/translation.service";
|
|
5
|
-
import { MatMenuTrigger } from "@angular/material/menu";
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
/**
|
|
8
7
|
* Notifications Modal Component
|
|
@@ -12,8 +11,6 @@ export declare class NotificationsListComponent implements OnDestroy {
|
|
|
12
11
|
private ref;
|
|
13
12
|
datePipe: DatePipe;
|
|
14
13
|
private translationService;
|
|
15
|
-
showFilters: boolean;
|
|
16
|
-
trigger: MatMenuTrigger;
|
|
17
14
|
listItemClick: EventEmitter<any>;
|
|
18
15
|
get notifications(): any;
|
|
19
16
|
_itemHeight: number;
|
|
@@ -49,9 +46,6 @@ export declare class NotificationsListComponent implements OnDestroy {
|
|
|
49
46
|
ngOnDestroy(): void;
|
|
50
47
|
close(): void;
|
|
51
48
|
changeContentBasedOnUserLang(): void;
|
|
52
|
-
stop(event: any): void;
|
|
53
|
-
selectFilterType(event: any, type: any): void;
|
|
54
|
-
changeReadFilter(event: any): void;
|
|
55
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsListComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationsListComponent, "app-notifications-list", never, {
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationsListComponent, "app-notifications-list", never, {}, { "listItemClick": "listItemClick"; }, never, never>;
|
|
57
51
|
}
|
|
@@ -16,10 +16,9 @@ import * as i14 from "@angular/material/progress-spinner";
|
|
|
16
16
|
import * as i15 from "@angular/material/tooltip";
|
|
17
17
|
import * as i16 from "@angular/material/badge";
|
|
18
18
|
import * as i17 from "@angular/material/toolbar";
|
|
19
|
-
import * as i18 from "@angular/material/slide-toggle";
|
|
20
19
|
/** @ignore */
|
|
21
20
|
export declare class NotificationsModule {
|
|
22
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NotificationsModule, [typeof i1.NotificationsListComponent, typeof i2.NotificationsButtonComponent, typeof i3.NotificationItemComponent, typeof i4.NotificationOptionsComponent, typeof i5.NotificationToastComponent], [typeof i6.CommonModule, typeof i7.RouterModule, typeof i8.InfiniteScrollModule, typeof i9.MatListModule, typeof i10.PipesModule, typeof i11.MatMenuModule, typeof i12.MatIconModule, typeof i13.TranslateModule, typeof i14.MatProgressSpinnerModule, typeof i15.MatTooltipModule, typeof i8.InfiniteScrollModule, typeof i16.MatBadgeModule, typeof i13.TranslateModule, typeof i17.MatToolbarModule
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NotificationsModule, [typeof i1.NotificationsListComponent, typeof i2.NotificationsButtonComponent, typeof i3.NotificationItemComponent, typeof i4.NotificationOptionsComponent, typeof i5.NotificationToastComponent], [typeof i6.CommonModule, typeof i7.RouterModule, typeof i8.InfiniteScrollModule, typeof i9.MatListModule, typeof i10.PipesModule, typeof i11.MatMenuModule, typeof i12.MatIconModule, typeof i13.TranslateModule, typeof i14.MatProgressSpinnerModule, typeof i15.MatTooltipModule, typeof i8.InfiniteScrollModule, typeof i16.MatBadgeModule, typeof i13.TranslateModule, typeof i17.MatToolbarModule], [typeof i1.NotificationsListComponent, typeof i2.NotificationsButtonComponent, typeof i3.NotificationItemComponent, typeof i4.NotificationOptionsComponent]>;
|
|
24
23
|
static ɵinj: i0.ɵɵInjectorDeclaration<NotificationsModule>;
|
|
25
24
|
}
|
|
@@ -39,25 +39,11 @@ export declare class NotificationsService {
|
|
|
39
39
|
systemLang: string;
|
|
40
40
|
langChanged: boolean;
|
|
41
41
|
loading: boolean;
|
|
42
|
-
selectedFilterType: {
|
|
43
|
-
name: string;
|
|
44
|
-
id: string;
|
|
45
|
-
};
|
|
46
|
-
isReaded: boolean;
|
|
47
|
-
showFilters: boolean;
|
|
48
|
-
types: {
|
|
49
|
-
name: string;
|
|
50
|
-
id: string;
|
|
51
|
-
}[];
|
|
52
|
-
storedNotifications: any[];
|
|
53
42
|
constructor(http: HttpClient, router: Router, nuxeoService: NuxeoService, keycloak: KeycloakService, cookieService: CookieService, localStorag: LocalStoragService, intializationService: InitializationService, translationService: TranslationService, environment: any);
|
|
54
43
|
getCount(): Observable<any>;
|
|
55
44
|
reset(): void;
|
|
56
45
|
resetNotifications(): void;
|
|
57
|
-
resetFilterParams(): void;
|
|
58
46
|
fetchNotifications(): Observable<any>;
|
|
59
|
-
filterNotifications(notifications: any): any[];
|
|
60
|
-
findReadOrUnReadedNotification(state: any, notifications: any): any[];
|
|
61
47
|
resetCount(): void;
|
|
62
48
|
markAllAsRead(): void;
|
|
63
49
|
updateStatus(notification: any, onOpen?: boolean): void;
|
|
@@ -81,7 +67,6 @@ export declare class NotificationsService {
|
|
|
81
67
|
private createConnection;
|
|
82
68
|
testNotification(): Observable<any>;
|
|
83
69
|
getCachable(): any;
|
|
84
|
-
setNotifications(notifications: any): void;
|
|
85
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsService, never>;
|
|
86
71
|
static ɵprov: i0.ɵɵInjectableDeclaration<NotificationsService>;
|
|
87
72
|
}
|
|
@@ -7,6 +7,6 @@ import * as i5 from "@ngx-translate/core";
|
|
|
7
7
|
/** @ignore */
|
|
8
8
|
export declare class SelectModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SelectModule, [typeof i1.SelectComponent], [typeof i2.CommonModule, typeof i3.NgSelectModule, typeof i4.FormsModule, typeof i5.TranslateModule], [typeof i1.SelectComponent]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SelectModule, [typeof i1.SelectComponent], [typeof i2.CommonModule, typeof i3.NgSelectModule, typeof i4.FormsModule, typeof i5.TranslateModule], [typeof i1.SelectComponent, typeof i3.NgSelectModule]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<SelectModule>;
|
|
12
12
|
}
|
|
@@ -9,7 +9,7 @@ export declare class VocabularyApiService {
|
|
|
9
9
|
private environment;
|
|
10
10
|
vocabular: {};
|
|
11
11
|
constructor(nuxeoService: NuxeoService, translate: TranslateService, environment: any);
|
|
12
|
-
getVocabularyList(listName: any): Observable<any>;
|
|
12
|
+
getVocabularyList(listName: any, displayObsoleteEntries?: boolean, params?: {}, filter?: any): Observable<any>;
|
|
13
13
|
vocabularyOperations(opName: opType, body: any): Observable<unknown>;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<VocabularyApiService, never>;
|
|
15
15
|
static ɵprov: i0.ɵɵInjectableDeclaration<VocabularyApiService>;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor, FormControl, NgControl } from '@angular/forms';
|
|
3
|
+
import { NgSelectComponent } from '@ng-select/ng-select';
|
|
4
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
+
import { TranslationService } from '../../../Core/services/translation/translation.service';
|
|
6
|
+
import { VocabularyApiService } from '../services/vocabulary-api.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class TranslatedVocabularySelectComponent implements OnChanges, OnDestroy, ControlValueAccessor {
|
|
9
|
+
translate: TranslateService;
|
|
10
|
+
private translationService;
|
|
11
|
+
private vocabularyApiServ;
|
|
12
|
+
control: NgControl;
|
|
13
|
+
ngSelectComponent: NgSelectComponent;
|
|
14
|
+
/** Field Label */
|
|
15
|
+
label: string;
|
|
16
|
+
/** Property name to bind value to */
|
|
17
|
+
bindValue: any;
|
|
18
|
+
/** Property name to bind label to */
|
|
19
|
+
arbBindLabel: any;
|
|
20
|
+
/** Property name to bind label to */
|
|
21
|
+
engBindLabel: any;
|
|
22
|
+
/** Items array */
|
|
23
|
+
/** Placeholder string */
|
|
24
|
+
placeholder: any;
|
|
25
|
+
/** can select multiple */
|
|
26
|
+
multiple: boolean;
|
|
27
|
+
/** is searchable */
|
|
28
|
+
searchable: boolean;
|
|
29
|
+
/** should close on select */
|
|
30
|
+
closeOnSelect: boolean;
|
|
31
|
+
/** should hide selected items */
|
|
32
|
+
hideSelectedItems: boolean;
|
|
33
|
+
/** is disabled */
|
|
34
|
+
disabled: boolean;
|
|
35
|
+
/** should show clear action */
|
|
36
|
+
clear: boolean;
|
|
37
|
+
/** filter to be sent from out side to send it in api to filter the vocabulary items */
|
|
38
|
+
filter: any;
|
|
39
|
+
/** flage to indicate if call api without filter or wait untile there is filter and then call api*/
|
|
40
|
+
useFilter: boolean;
|
|
41
|
+
/** is vocabulary select */
|
|
42
|
+
/** vocabulary id for translation (for vocabulary select only) */
|
|
43
|
+
vocbularyId: string;
|
|
44
|
+
/** Should show loading indicator */
|
|
45
|
+
loading: boolean;
|
|
46
|
+
mapingResponse: boolean;
|
|
47
|
+
params: {};
|
|
48
|
+
/** event emitted with selected items */
|
|
49
|
+
onSelectItems: EventEmitter<any>;
|
|
50
|
+
bindLabel: any;
|
|
51
|
+
selection: any[];
|
|
52
|
+
data: any[];
|
|
53
|
+
buffer: any[];
|
|
54
|
+
bufferSize: number;
|
|
55
|
+
numberOfItemsFromEndBeforeFetchingMore: number;
|
|
56
|
+
private _unsubscribeAll;
|
|
57
|
+
isArabic: boolean;
|
|
58
|
+
propagateChange: any;
|
|
59
|
+
validateFn: any;
|
|
60
|
+
onTouched: any;
|
|
61
|
+
get invalid(): boolean;
|
|
62
|
+
get showError(): boolean;
|
|
63
|
+
constructor(translate: TranslateService, translationService: TranslationService, vocabularyApiServ: VocabularyApiService, control: NgControl);
|
|
64
|
+
ngOnInit(): void;
|
|
65
|
+
getlistOfVocabulary(): void;
|
|
66
|
+
ngOnChanges(changes: any): void;
|
|
67
|
+
emitSelection(event: any): void;
|
|
68
|
+
onScrollToEnd(): void;
|
|
69
|
+
private fetchMore;
|
|
70
|
+
writeValue(value: any): void;
|
|
71
|
+
registerOnChange(fn: any): void;
|
|
72
|
+
registerOnTouched(fn: any): void;
|
|
73
|
+
validate(c: FormControl): any;
|
|
74
|
+
isRequired(): any;
|
|
75
|
+
hasErrors(): boolean;
|
|
76
|
+
reset(): void;
|
|
77
|
+
ngOnDestroy(): void;
|
|
78
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TranslatedVocabularySelectComponent, [null, null, null, { optional: true; self: true; }]>;
|
|
79
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TranslatedVocabularySelectComponent, "app-translated-vocabulary-select", never, { "label": "label"; "bindValue": "bindValue"; "arbBindLabel": "arbBindLabel"; "engBindLabel": "engBindLabel"; "placeholder": "placeholder"; "multiple": "multiple"; "searchable": "searchable"; "closeOnSelect": "closeOnSelect"; "hideSelectedItems": "hideSelectedItems"; "disabled": "disabled"; "clear": "clear"; "filter": "filter"; "useFilter": "useFilter"; "vocbularyId": "vocbularyId"; "mapingResponse": "mapingResponse"; "params": "params"; }, { "onSelectItems": "onSelectItems"; }, never, never>;
|
|
80
|
+
}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./vocabulary/vocabulary.component";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "../
|
|
3
|
+
import * as i2 from "./translated-vocabulary-select/translated-vocabulary-select.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../select/select.module";
|
|
6
|
+
import * as i5 from "../dynamic-form/dynamic-form.module";
|
|
7
|
+
import * as i6 from "@angular/forms";
|
|
6
8
|
/** @ignore */
|
|
7
9
|
export declare class VocabularyModule {
|
|
8
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<VocabularyModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<VocabularyModule, [typeof i1.VocabularyComponent], [typeof
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<VocabularyModule, [typeof i1.VocabularyComponent, typeof i2.TranslatedVocabularySelectComponent], [typeof i3.CommonModule, typeof i4.SelectModule, typeof i5.DynamicFormModule, typeof i6.FormsModule], [typeof i1.VocabularyComponent, typeof i2.TranslatedVocabularySelectComponent]>;
|
|
10
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<VocabularyModule>;
|
|
11
13
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { EventEmitter, OnDestroy } from '@angular/core';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
3
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
4
|
+
import { Router } from '@angular/router';
|
|
5
|
+
import { Observable, Subject, Subscription } from 'rxjs';
|
|
6
|
+
import { CustomToastrService } from '../components/custom-toastr/services/custom-toastr.service';
|
|
7
|
+
import { AppConfigService } from '../configuration/app-config.service';
|
|
7
8
|
import { AdapterService } from '../Core/adapters/adapter.service';
|
|
9
|
+
import { CallApiService } from '../Core/services/callApi/call-api.service';
|
|
8
10
|
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
11
|
import { TranslationService } from '../Core/services/translation/translation.service';
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
12
|
+
import { EvaluatorsService } from '../directive/permissions/evaluators.service';
|
|
13
|
+
import { FileManagerAdapter } from './file-manager.adapter';
|
|
14
|
+
import { MainfolderService } from './mainfolder.service';
|
|
15
15
|
import { RecentlyViewedService } from './recently-viewed.service';
|
|
16
16
|
import * as i0 from "@angular/core";
|
|
17
17
|
export declare class FileManagerService implements OnDestroy {
|
|
@@ -38,13 +38,14 @@ export declare class FileManagerService implements OnDestroy {
|
|
|
38
38
|
onRefreshClipboard: EventEmitter<any>;
|
|
39
39
|
permissionsList: string[];
|
|
40
40
|
userPermittedTypes: any[];
|
|
41
|
-
userPermittedTypesTotalSize: number;
|
|
42
41
|
userPermittedFilesOnly: any[];
|
|
43
42
|
sharedFiles: any;
|
|
44
43
|
isArabic: boolean;
|
|
45
44
|
langSubscription: Subscription;
|
|
46
45
|
clipboardPermissionList: string[];
|
|
47
46
|
customEvent: EventEmitter<any>;
|
|
47
|
+
getDocTypeeByCodeFn: (code: any) => Observable<any>;
|
|
48
|
+
getUserTypes: (contentTypee: any) => Observable<any>;
|
|
48
49
|
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
50
|
ngOnDestroy(): void;
|
|
50
51
|
setMyTableConfiguration(): void;
|
|
@@ -57,8 +58,8 @@ export declare class FileManagerService implements OnDestroy {
|
|
|
57
58
|
openFile(Data: any, fileId: any, dynaimcFormType?: '', searchString?: string): void;
|
|
58
59
|
registerAuditLog(docId: any, eventType: any): void;
|
|
59
60
|
subscribeOrUnsubscribeUserToItem(itemId: any, ToDo: any): Observable<unknown>;
|
|
60
|
-
getUserAcceptedTypes(contentTypee?: any): Observable<any
|
|
61
|
-
|
|
61
|
+
getUserAcceptedTypes(contentTypee?: any): Observable<any>;
|
|
62
|
+
fetchUserPermittedTypes(contentTypee?: any): Observable<any>;
|
|
62
63
|
refreshUserAcceptedTypes(): void;
|
|
63
64
|
checkIfDocumentIsFile(document: any): "Folder" | "File";
|
|
64
65
|
getChildren(id: any): Observable<any[]>;
|
|
@@ -89,6 +90,8 @@ export declare class FileManagerService implements OnDestroy {
|
|
|
89
90
|
downloadAsZip(selectedItems: any, fileTitle: any): Subscription;
|
|
90
91
|
parseNodeChildren: (observable: any, pageConfigurations: any, parent?: boolean) => any;
|
|
91
92
|
createTreeNodeChildren(parent: any): Promise<any[]>;
|
|
93
|
+
getDocumentTypeeByCode(code: any): Observable<any>;
|
|
94
|
+
getFilePapersCount(batchId: string): Observable<number>;
|
|
92
95
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerService, never>;
|
|
93
96
|
static ɵprov: i0.ɵɵInjectableDeclaration<FileManagerService>;
|
|
94
97
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -95,6 +95,7 @@ export * from './lib/components/users-card/users-card.component';
|
|
|
95
95
|
export * from './lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component';
|
|
96
96
|
export * from './lib/components/dynamic-chart/dynamic-single-chart/dynamic-single-chart.component';
|
|
97
97
|
export * from './lib/components/vocabulary/vocabulary/vocabulary.component';
|
|
98
|
+
export * from './lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component';
|
|
98
99
|
export * from './lib/components/select/select/select.component';
|
|
99
100
|
export * from './lib/components/dynamic-table/dynamic-table/dynamic-table.component';
|
|
100
101
|
export * from './lib/components/table/table/table.component';
|