nuxeo-development-framework 6.1.0 → 6.1.2
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 +2091 -1569
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/activities-log/activities-log/activities-log.component.js +1 -1
- package/esm2015/lib/components/activities-log/activities-log/activities-log.service.js +1 -1
- package/esm2015/lib/components/activities-log/activities-log.module.js +1 -1
- package/esm2015/lib/components/activity/activity/activity.component.js +1 -1
- package/esm2015/lib/components/activity/activity.module.js +1 -1
- package/esm2015/lib/components/attachment-item/attachment-item/attachment-item.component.js +2 -2
- package/esm2015/lib/components/attachment-item/attachment-item.module.js +1 -1
- package/esm2015/lib/components/attachment-modal/attachment-modal.module.js +1 -1
- package/esm2015/lib/components/attachment-modal/attachments/attachments.component.js +1 -1
- package/esm2015/lib/components/avatar/avatar/avatar.component.js +1 -1
- package/esm2015/lib/components/avatar/avatar.module.js +1 -1
- package/esm2015/lib/components/card/card.component.js +1 -1
- package/esm2015/lib/components/card/card.module.js +1 -1
- package/esm2015/lib/components/comments/comments.module.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/esm2015/lib/components/comments/constants/comment.js +1 -1
- package/esm2015/lib/components/comments/services/comment-api.service.js +1 -1
- package/esm2015/lib/components/confirm-caller/confirm-caller.dialog.js +1 -1
- package/esm2015/lib/components/confirm-caller/confirm-caller.module.js +1 -1
- package/esm2015/lib/components/confirm-caller/confirm-dialog/confirm-dialog.component.js +1 -1
- package/esm2015/lib/components/confirmation-dialog/confirmation-dialog/confirmation-dialog.component.js +1 -1
- package/esm2015/lib/components/confirmation-dialog/confirmation-dialog.module.js +1 -1
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.js +1 -1
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-create-form/correspondence-relation-create-form.component.js +1 -1
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.js +2 -2
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-reply/correspondence-relation-reply.component.js +1 -1
- package/esm2015/lib/components/correspondence-relation/components/versions/versions.component.js +1 -1
- package/esm2015/lib/components/correspondence-relation/correspondence-relation.module.js +1 -1
- package/esm2015/lib/components/correspondence-relation/services/correspondence-realation.service.js +1 -1
- package/esm2015/lib/components/correspondence-relation/services/viewer-files.service.js +1 -1
- package/esm2015/lib/components/create-entity/create-entity/create-entity.component.js +1 -1
- package/esm2015/lib/components/create-entity/create-entity.module.js +1 -1
- package/esm2015/lib/components/cts-tags/components/correspondence-tags/correspondence-tags.component.js +2 -2
- package/esm2015/lib/components/cts-tags/cts-tags.module.js +1 -1
- package/esm2015/lib/components/cts-tags/services/tags-api.service.js +1 -1
- package/esm2015/lib/components/custom-toastr/components/custom-toastr/custom-toastr.component.js +1 -1
- package/esm2015/lib/components/custom-toastr/custom-toastr.module.js +1 -1
- package/esm2015/lib/components/custom-toastr/interfaces/toast-type.interface.js +1 -1
- package/esm2015/lib/components/custom-toastr/services/custom-toastr.service.js +1 -1
- package/esm2015/lib/components/diagrams/components/base-node.component.js +1 -1
- package/esm2015/lib/components/diagrams/components/circle-node/circle-node.component.js +1 -1
- package/esm2015/lib/components/diagrams/components/connection-label.component.js +1 -1
- package/esm2015/lib/components/diagrams/components/content-node/content-node.component.js +1 -1
- package/esm2015/lib/components/diagrams/components/custom-connection.component.js +1 -1
- package/esm2015/lib/components/diagrams/components/custom-socket.component.js +1 -1
- package/esm2015/lib/components/diagrams/components/gateway-node/gateway-node.component.js +1 -1
- package/esm2015/lib/components/diagrams/components/gateway-ports.component.js +1 -1
- package/esm2015/lib/components/diagrams/components/index.js +1 -1
- package/esm2015/lib/components/diagrams/components/node-icon.component.js +1 -1
- package/esm2015/lib/components/diagrams/components/node-inputs.component.js +1 -1
- package/esm2015/lib/components/diagrams/components/node-outputs.component.js +1 -1
- package/esm2015/lib/components/diagrams/components/node-ports.component.js +1 -1
- package/esm2015/lib/components/diagrams/components/remove-button.component.js +1 -1
- package/esm2015/lib/components/diagrams/components/status-icon.component.js +1 -1
- package/esm2015/lib/components/diagrams/components/template-node/template-node.component.js +1 -1
- package/esm2015/lib/components/diagrams/components/zoom-control.component.js +1 -1
- package/esm2015/lib/components/diagrams/constants/defaults.js +1 -1
- package/esm2015/lib/components/diagrams/constants/direction.js +1 -1
- package/esm2015/lib/components/diagrams/constants/index.js +1 -1
- package/esm2015/lib/components/diagrams/constants/message-type.js +1 -1
- package/esm2015/lib/components/diagrams/constants/node-type.js +1 -1
- package/esm2015/lib/components/diagrams/constants/notify-events.js +1 -1
- package/esm2015/lib/components/diagrams/constants/sizes.js +1 -1
- package/esm2015/lib/components/diagrams/constants/status.js +1 -1
- package/esm2015/lib/components/diagrams/diagrams.module.js +1 -1
- package/esm2015/lib/components/diagrams/directive/diagram.directive.js +1 -1
- package/esm2015/lib/components/diagrams/directive/index.js +1 -1
- package/esm2015/lib/components/diagrams/editor/customize.js +1 -1
- package/esm2015/lib/components/diagrams/editor/editor.js +1 -1
- package/esm2015/lib/components/diagrams/editor/index.js +1 -1
- package/esm2015/lib/components/diagrams/editor/overrides/connection-path.transformers.js +1 -1
- package/esm2015/lib/components/diagrams/editor/overrides/index.js +1 -1
- package/esm2015/lib/components/diagrams/editor/path-plugin.js +1 -1
- package/esm2015/lib/components/diagrams/editor/socket-position-watcher.js +1 -1
- package/esm2015/lib/components/diagrams/index.js +1 -1
- package/esm2015/lib/components/diagrams/models/base-node.model.js +1 -1
- package/esm2015/lib/components/diagrams/models/circle-node.model.js +1 -1
- package/esm2015/lib/components/diagrams/models/connection.model.js +1 -1
- package/esm2015/lib/components/diagrams/models/content-node.model.js +1 -1
- package/esm2015/lib/components/diagrams/models/gate-way.model.js +1 -1
- package/esm2015/lib/components/diagrams/models/index.js +1 -1
- package/esm2015/lib/components/diagrams/models/ports.model.js +1 -1
- package/esm2015/lib/components/diagrams/models/socket.model.js +1 -1
- package/esm2015/lib/components/diagrams/models/template-node.model.js +1 -1
- package/esm2015/lib/components/diagrams/public-api.js +1 -1
- package/esm2015/lib/components/diagrams/services/diagram-plugins.service.js +1 -1
- package/esm2015/lib/components/diagrams/services/diagram.service.js +1 -1
- package/esm2015/lib/components/diagrams/services/index.js +1 -1
- package/esm2015/lib/components/diagrams/services/message.service.js +1 -1
- package/esm2015/lib/components/diagrams/services/workflow.service.js +1 -1
- package/esm2015/lib/components/diagrams/types/common.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/connection-config.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/connection-label.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/customization.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/diagram-config.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/diagram-editor.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/emitter-type.js +1 -1
- package/esm2015/lib/components/diagrams/types/index.js +1 -1
- package/esm2015/lib/components/diagrams/types/layout.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/node-content.js +1 -1
- package/esm2015/lib/components/diagrams/types/node-definition.js +1 -1
- package/esm2015/lib/components/diagrams/types/node-status.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/node.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/notify-event.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/path.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/ports-config.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/schemes.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/socket.type.js +1 -1
- package/esm2015/lib/components/diagrams/utilities/common.js +1 -1
- package/esm2015/lib/components/diagrams/utilities/index.js +1 -1
- package/esm2015/lib/components/diagrams/utilities/random.js +1 -1
- package/esm2015/lib/components/diagrams/utilities/remove.util.js +1 -1
- package/esm2015/lib/components/diagrams/utilities/serialize.js +1 -1
- package/esm2015/lib/components/display-suitable-icon/display-suitable-icon/display-suitable-icon.component.js +2 -2
- package/esm2015/lib/components/display-suitable-icon/display-suitable-icon/icon.service.js +1 -1
- package/esm2015/lib/components/display-suitable-icon/display-suitable-icon.module.js +1 -1
- package/esm2015/lib/components/documents/components/attachments-list/attachments-list.component.js +1 -1
- package/esm2015/lib/components/documents/components/attachments-page-provider/attachments-page-provider.component.js +1 -1
- package/esm2015/lib/components/documents/components/document-list/documents-list.component.js +1 -1
- package/esm2015/lib/components/documents/components/document-scan/document-scan.component.js +1 -1
- package/esm2015/lib/components/documents/components/document-scan/document-scan.service.js +1 -1
- package/esm2015/lib/components/documents/components/document-upload/document-upload.component.js +1 -1
- package/esm2015/lib/components/documents/components/documents/documents.component.js +1 -1
- package/esm2015/lib/components/documents/constants/document-templates.js +1 -1
- package/esm2015/lib/components/documents/constants/documents.js +1 -1
- package/esm2015/lib/components/documents/documents.module.js +1 -1
- package/esm2015/lib/components/documents/services/document-templates.service.js +1 -1
- package/esm2015/lib/components/documents/services/documents.service.js +1 -1
- package/esm2015/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.js +1 -1
- package/esm2015/lib/components/dynamic-chart/dynamic-chart.module.js +1 -1
- package/esm2015/lib/components/dynamic-chart/services/chart-data.service.js +1 -1
- package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.js +1 -1
- package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module.js +1 -1
- package/esm2015/lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component.js +2 -2
- package/esm2015/lib/components/dynamic-filter/dynamic-filter.module.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/department-form/department-form.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form/dynamic-form.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form/fields.adapter.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form/form-builder.service.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-boolitem/dynamic-form-boolitem.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-builder/dynamic-form-builder.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-checkbox-item/dynamic-form-checkbox-item.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-dateitem/dynamic-form-dateitem.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-dateitem/owlDateTimeIntl.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/constants/department.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/dynamic-form-department.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/services/department-api.service.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/services/department-management.service.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-field/dynamic-form-field.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-hijri-dateitem/dynamic-form-hijri-dateitem.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-item-dispatcher/dynamic-form-item-dispatcher.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-mapitem/dynamic-form-mapitem.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-options/dynamic-form-options.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-tag/dynamic-form-select-tag.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-user-filter/dynamic-form-select-user-filter.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-users/dynamic-form-select-users.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-users/services/user-api.service.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-selectitem/dynamic-form-selectitem.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-slide-toggleitem/dynamic-form-slide-toggleitem.component.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-textarea/dynamic-form-textarea.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-textitem/dynamic-form-textitem.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select-i18n.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select.component.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-viewer/dynamic-form-viewer.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-vocabulary-item/dynamic-form-vocabulary-item.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/base-edit-form/base-edit-form.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/date-wrapper/date-wrapper.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/date-wrapper/date-wrapper.formio.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/toggle-wrapper/toggle-wrapper.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/toggle-wrapper/toggle-wrapper.formio.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/user-selector-wrapper/user-selector-wrapper.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/user-selector-wrapper/user-selector-wrapper.formio.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/vocabulary-wrapper/vocabulary-wrapper.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/vocabulary-wrapper/vocabulary-wrapper.formio.js +1 -1
- package/esm2015/lib/components/dynamic-form/directives/dynamic-form-content-proxy.directive.js +1 -1
- package/esm2015/lib/components/dynamic-form/dynamic-form.module.js +1 -1
- package/esm2015/lib/components/dynamic-form/interfaces/dynamic-form-boolitem-properties.interface.js +1 -1
- package/esm2015/lib/components/dynamic-form/interfaces/dynamic-form-dateitem-properties.interface.js +1 -1
- package/esm2015/lib/components/dynamic-form/interfaces/dynamic-form-item-properties.interface.js +1 -1
- package/esm2015/lib/components/dynamic-form/interfaces/dynamic-form-item-validator.interface.js +1 -1
- package/esm2015/lib/components/dynamic-form/interfaces/dynamic-form-item.interface.js +1 -1
- package/esm2015/lib/components/dynamic-form/interfaces/dynamic-form-keyvaluepairsitem-properties.interface.js +1 -1
- package/esm2015/lib/components/dynamic-form/interfaces/dynamic-form-selectitem-properties.interface.js +1 -1
- package/esm2015/lib/components/dynamic-form/interfaces/dynamic-form-textitem-pipe-property.interface.js +1 -1
- package/esm2015/lib/components/dynamic-form/interfaces/dynamic-form-textitem-properties.interface.js +1 -1
- package/esm2015/lib/components/dynamic-form/interfaces/dynamic-form.interfaces.js +1 -1
- package/esm2015/lib/components/dynamic-form/models/dynamic-form-baseitem.model.js +1 -1
- package/esm2015/lib/components/dynamic-form/models/dynamic-form-boolitem.model.js +1 -1
- package/esm2015/lib/components/dynamic-form/models/dynamic-form-dateitem.model.js +1 -1
- package/esm2015/lib/components/dynamic-form/models/dynamic-form-datetimeitem.model.js +1 -1
- package/esm2015/lib/components/dynamic-form/models/dynamic-form-mapitem.model.js +1 -1
- package/esm2015/lib/components/dynamic-form/models/dynamic-form-selectitem.model.js +1 -1
- package/esm2015/lib/components/dynamic-form/models/dynamic-form-textitem.model.js +1 -1
- package/esm2015/lib/components/dynamic-form/models/dynamic-form.models.js +1 -1
- package/esm2015/lib/components/dynamic-form/services/card-item-types.service.js +1 -1
- package/esm2015/lib/components/dynamic-form/services/dynamic-component-mapper.service.js +1 -1
- package/esm2015/lib/components/dynamic-form/services/dynamic-form-update.service.js +1 -1
- package/esm2015/lib/components/dynamic-form/services/vocabulary-api.service.js +1 -1
- package/esm2015/lib/components/dynamic-form/validators/length-validator.js +1 -1
- package/esm2015/lib/components/dynamic-form/validators/regex-validator.js +1 -1
- package/esm2015/lib/components/dynamic-form/validators/required-validator.js +1 -1
- package/esm2015/lib/components/dynamic-form/validators/value-validator.js +1 -1
- package/esm2015/lib/components/dynamic-search/dynamic-search/dynamic-search.component.js +1 -1
- package/esm2015/lib/components/dynamic-search/dynamic-search.module.js +1 -1
- package/esm2015/lib/components/dynamic-tabs/dynamic-tabs/dynamic-tabs.component.js +1 -1
- package/esm2015/lib/components/dynamic-tabs/dynamic-tabs.module.js +1 -1
- package/esm2015/lib/components/dynamic-view/boolean-viewer/boolean-viewer.component.js +2 -2
- package/esm2015/lib/components/dynamic-view/custom-document-viewer/custom-document-viewer.component.js +1 -1
- package/esm2015/lib/components/dynamic-view/custom-pp-viewer/custom-pp-viewer.component.js +1 -1
- package/esm2015/lib/components/dynamic-view/cutome-voc-viewer/cutome-voc-viewer.component.js +1 -1
- package/esm2015/lib/components/dynamic-view/data-viewer/data-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/dynamic-view/dropdown-viewer/dropdown-viewer.component.js +2 -2
- package/esm2015/lib/components/dynamic-view/dynamic-view.module.js +1 -1
- package/esm2015/lib/components/dynamic-view/dynamic-viewe.service.js +1 -1
- package/esm2015/lib/components/dynamic-view/list-viewer/list-viewer.component.js +1 -1
- package/esm2015/lib/components/file-manger/components/add-to-collection/add-to-collection.component.js +2 -2
- package/esm2015/lib/components/file-manger/components/clipboard/clipboard.component.js +2 -2
- package/esm2015/lib/components/file-manger/components/copy/copy.component.js +1 -1
- package/esm2015/lib/components/file-manger/components/create-directory/create-directory.component.js +2 -2
- package/esm2015/lib/components/file-manger/components/create-modal/create-modal.component.js +1 -1
- package/esm2015/lib/components/file-manger/components/creation-type/creation-type.component.js +1 -1
- package/esm2015/lib/components/file-manger/components/delete/delete.component.js +1 -1
- package/esm2015/lib/components/file-manger/components/folder-modal/folder-modal.component.js +1 -1
- package/esm2015/lib/components/file-manger/components/loan-request/loan-request.component.js +2 -2
- package/esm2015/lib/components/file-manger/components/move/move.component.js +1 -1
- package/esm2015/lib/components/file-manger/components/publish-dialog/publish-dialog.component.js +1 -1
- package/esm2015/lib/components/file-manger/components/rename/rename.component.js +2 -2
- package/esm2015/lib/components/file-manger/components/scan-modal/scan-modal.component.js +1 -1
- package/esm2015/lib/components/file-manger/components/share-dialog/share-dialog.component.js +2 -2
- package/esm2015/lib/components/file-manger/components/sidepanel/sidepanel.component.js +2 -2
- package/esm2015/lib/components/file-manger/components/template-modal/template-modal.component.js +1 -1
- package/esm2015/lib/components/file-manger/components/transfer-doc/transfer-doc.component.js +1 -1
- package/esm2015/lib/components/file-manger/components/update-modal/update-modal.component.js +1 -1
- package/esm2015/lib/components/file-manger/directives/file-grid-infinite-scroll.directive.js +1 -1
- package/esm2015/lib/components/file-manger/file-manager.abstract.js +1 -1
- package/esm2015/lib/components/file-manger/file-manger.module.js +1 -1
- package/esm2015/lib/components/file-manger/models/file-manager-config.model.js +1 -1
- package/esm2015/lib/components/file-manger/models/index.js +1 -1
- package/esm2015/lib/components/file-manger/models/pagination-payload.mode.js +1 -1
- package/esm2015/lib/components/file-manger/models/pagination-response.model.js +1 -1
- package/esm2015/lib/components/filter/filter/filter.component.js +1 -1
- package/esm2015/lib/components/filter/filter.module.js +1 -1
- package/esm2015/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/gregorian-datepicker/gregorian-datepicker.component.js +1 -1
- package/esm2015/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/hijri-datepicker/hijri-datepicker.component.js +1 -1
- package/esm2015/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/hijri-gregorian-datepicker.component.js +1 -1
- package/esm2015/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/provide-parent-form.directive.js +1 -1
- package/esm2015/lib/components/hijri-gregorian-datepicker/ngx-hijri-gregorian-datepicker.module.js +1 -1
- package/esm2015/lib/components/hijri-gregorian-datepicker/services/date-formatter.service.js +1 -1
- package/esm2015/lib/components/hijri-gregorian-datepicker/services/date-helper.service.js +1 -1
- package/esm2015/lib/components/hijri-gregorian-datepicker/utils/CustomNgbDateParserFormatter.js +1 -1
- package/esm2015/lib/components/hijri-gregorian-datepicker/utils/IslamicI18n.js +1 -1
- package/esm2015/lib/components/hijri-gregorian-datepicker/utils/consts.js +1 -1
- package/esm2015/lib/components/latest-activity/components/activity-line/activity-line.component.js +1 -1
- package/esm2015/lib/components/latest-activity/components/latest-activity/latest-activity.component.js +1 -1
- package/esm2015/lib/components/latest-activity/components/single-activity/single-activity.component.js +1 -1
- package/esm2015/lib/components/latest-activity/constants/activitylog.js +1 -1
- package/esm2015/lib/components/latest-activity/latest-activity.module.js +1 -1
- package/esm2015/lib/components/latest-activity/services/activity-log.service.js +1 -1
- package/esm2015/lib/components/mutiple-dynamic-form-viewer/multiple-dynamic-form-viewer/multiple-dynamic-form-viewer.component.js +1 -1
- package/esm2015/lib/components/mutiple-dynamic-form-viewer/mutiple-dynamic-form-viewer.module.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/components/config-editor-actions/config-editor-actions.component.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/components/editor-mode-switch.component.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/components/index.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/components/info-dialog/info-dialog.component.js +2 -2
- package/esm2015/lib/components/ndf-config-editor/config.token.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/constants/index.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/constants/mode.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/constants/query.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/containers/config-preview/config-preview.component.js +2 -2
- package/esm2015/lib/components/ndf-config-editor/containers/editor-settings/editor-settings.component.js +2 -2
- package/esm2015/lib/components/ndf-config-editor/containers/index.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/containers/monaco-editor.component.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/containers/ndf-config-editor/ndf-config-editor.component.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/index.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/metadata-token.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/models/config.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/models/dialog-data.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/models/editor-model.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/models/index.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/models/payload-data.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/models/type-helper.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/ndf-config-editor.module.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/pipes/index.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/pipes/is-valid-json.pipe.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/pipes/validate-object.pipe.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/public/editor-navigate-button.js +2 -2
- package/esm2015/lib/components/ndf-config-editor/public/index.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/public-api.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/services/data-access.service.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/services/data-store.service.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/services/index.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/services/monaco.loader.service.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/utility/index.js +1 -1
- package/esm2015/lib/components/ndf-config-editor/utility/json.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/adapters/hijri-adapter.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/adapters/index.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/adapters/moment-adapter.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/base/base-value-accessor.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/base/index.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/components/base-datepicker.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/components/index.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/components/input-date.component.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/components/input-range-date.component.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/constants/date-locale-keys.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/constants/date-picker.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/constants/date-type.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/constants/formats.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/constants/hijri-dates-names.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/constants/index.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/containers/datepicker-container.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/containers/index.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/containers/ndf-gregorian-datepicker.component.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/containers/ndf-hijri-datepicker.component.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/index.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/models/data-types.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/models/index.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/models/value-object.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/ndf-datepicker.component.js +2 -2
- package/esm2015/lib/components/ndf-datepicker/ndf-datepicker.module.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/services/calendar.service.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/services/index.js +1 -1
- package/esm2015/lib/components/ndf-datepicker/services/localize-state.service.js +1 -1
- package/esm2015/lib/components/ndf-filters/base/base-aggregation-field.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/base/base-checkbox-radio.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/base/base-custom-field.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/base/base-predicate-field.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/base/base-value-accessor.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/base/index.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/__parts/field-header.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/__parts/filter-autocomplete-input/filter-autocomplete-input.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/__parts/filter-autocomplete-input/filter-autocomplete.service.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/__parts/filter-collapse-control/filter-collapse-control.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/__parts/filter-date-range/filter-date-range.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/__parts/filter-empty-message.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/__parts/filter-option-text/filter-option-text.component.js +2 -2
- package/esm2015/lib/components/ndf-filters/components/__parts/filter-options-sort/filter-options-sort.component.js +2 -2
- package/esm2015/lib/components/ndf-filters/components/__parts/filter-search-input/filter-search-input.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/__parts/html-dialog/html-dialog.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/__parts/index.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/aggregation-autocomplete/aggregation-autocomplete.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/aggregation-checkbox/aggregation-checkbox.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/aggregation-custom/aggregation-custom.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/aggregation-date-list/aggregation-date-list.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/aggregation-radio/aggregation-radio.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/aggregation-select/aggregation-select.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/aggregation-switch/aggregation-switch.component.js +2 -2
- package/esm2015/lib/components/ndf-filters/components/index.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/predicate-date-input/predicate-date-input.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/components/predicate-text-input/predicate-text-input.component.js +2 -2
- package/esm2015/lib/components/ndf-filters/constants/common.js +1 -1
- package/esm2015/lib/components/ndf-filters/constants/field.js +1 -1
- package/esm2015/lib/components/ndf-filters/constants/index.js +1 -1
- package/esm2015/lib/components/ndf-filters/constants/operators.js +1 -1
- package/esm2015/lib/components/ndf-filters/constants/sort.js +1 -1
- package/esm2015/lib/components/ndf-filters/constants/type.js +1 -1
- package/esm2015/lib/components/ndf-filters/containers/aggregation-field/aggregation-field.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/containers/base-field.js +1 -1
- package/esm2015/lib/components/ndf-filters/containers/custom-field/custom-field.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/containers/filters-panel/base-filters-panel.js +1 -1
- package/esm2015/lib/components/ndf-filters/containers/filters-panel/filters-panel.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/containers/index.js +1 -1
- package/esm2015/lib/components/ndf-filters/containers/predicate-field/predicate-field.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/custom-components/active-user-switch/active-user-switch.component.js +2 -2
- package/esm2015/lib/components/ndf-filters/custom-components/active-user-switch/active-user.service.js +1 -1
- package/esm2015/lib/components/ndf-filters/custom-components/active-user-switch/user-types.js +1 -1
- package/esm2015/lib/components/ndf-filters/custom-components/aggregation-group/aggregation-group.component.js +1 -1
- package/esm2015/lib/components/ndf-filters/custom-components/aggregation-group/map-aggregation-config.js +1 -1
- package/esm2015/lib/components/ndf-filters/custom-components/index.js +1 -1
- package/esm2015/lib/components/ndf-filters/directives/autocomplete-template.directive.js +1 -1
- package/esm2015/lib/components/ndf-filters/directives/checkbox-template.directive.js +1 -1
- package/esm2015/lib/components/ndf-filters/directives/custom-template.directive.js +1 -1
- package/esm2015/lib/components/ndf-filters/directives/date-template.directive.js +1 -1
- package/esm2015/lib/components/ndf-filters/directives/dropdown-label-template.directive.js +1 -1
- package/esm2015/lib/components/ndf-filters/directives/dropdown-template.directive.js +1 -1
- package/esm2015/lib/components/ndf-filters/directives/index.js +1 -1
- package/esm2015/lib/components/ndf-filters/directives/radio-template.directive.js +1 -1
- package/esm2015/lib/components/ndf-filters/directives/switch-template.directive.js +1 -1
- package/esm2015/lib/components/ndf-filters/index.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/aggregation-field-config.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/aggregation-response.model.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/base-field-config.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/common.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/custom-field-config.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/field-config.model.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/field-options/autocomplete-options.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/field-options/checkbox-options.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/field-options/common-utils.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/field-options/custom-fields-options.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/field-options/custom-options.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/field-options/date-list-options.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/field-options/date-options.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/field-options/dropdown-options.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/field-options/index.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/field-options/input-options.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/field-options/radio-options.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/field-options/switch-options.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/filter-option.model.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/form-query-request.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/index.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/operator-value-object.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/predicate-field-config.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/types-helper.js +1 -1
- package/esm2015/lib/components/ndf-filters/models/value-object.model.js +1 -1
- package/esm2015/lib/components/ndf-filters/ndf-filters-panel.module.js +1 -1
- package/esm2015/lib/components/ndf-filters/pipes/autocomplete-filter.pipe.js +1 -1
- package/esm2015/lib/components/ndf-filters/pipes/check-condition.pipe.js +1 -1
- package/esm2015/lib/components/ndf-filters/pipes/filter.pipe.js +1 -1
- package/esm2015/lib/components/ndf-filters/pipes/hash-translate.pipe.js +1 -1
- package/esm2015/lib/components/ndf-filters/pipes/index.js +1 -1
- package/esm2015/lib/components/ndf-filters/pipes/localized-label.pipe.js +1 -1
- package/esm2015/lib/components/ndf-filters/pipes/roles-filters.pipe.js +1 -1
- package/esm2015/lib/components/ndf-filters/pipes/sanitizer.pipe.js +1 -1
- package/esm2015/lib/components/ndf-filters/pipes/sort.pipe.js +1 -1
- package/esm2015/lib/components/ndf-filters/pipes/tooltip.pipe.js +1 -1
- package/esm2015/lib/components/ndf-filters/public-api.js +1 -1
- package/esm2015/lib/components/ndf-filters/services/aggregation-field.service.js +1 -1
- package/esm2015/lib/components/ndf-filters/services/dynamic-component-loader.service.js +1 -1
- package/esm2015/lib/components/ndf-filters/services/filters-mapper.service.js +1 -1
- package/esm2015/lib/components/ndf-filters/services/filters-query.service.js +1 -1
- package/esm2015/lib/components/ndf-filters/services/index.js +1 -1
- package/esm2015/lib/components/ndf-filters/utility/index.js +1 -1
- package/esm2015/lib/components/ndf-filters/utility/nxql-query.js +1 -1
- package/esm2015/lib/components/ndf-filters/utility/nxql.js +1 -1
- package/esm2015/lib/components/ndf-filters/utility/object.js +1 -1
- package/esm2015/lib/components/ndf-panel/component/ndf-panel.component.js +1 -1
- package/esm2015/lib/components/ndf-panel/index.js +1 -1
- package/esm2015/lib/components/ndf-panel/ndf-panel.module.js +1 -1
- package/esm2015/lib/components/ndf-scanner/index.js +1 -1
- package/esm2015/lib/components/ndf-scanner/ndf-scanner.component.js +2 -2
- package/esm2015/lib/components/ndf-scanner/ndf-scanner.module.js +1 -1
- package/esm2015/lib/components/ndf-signatures/emdha/dialogs/auth/emdha-auth.dialog.js +1 -1
- package/esm2015/lib/components/ndf-signatures/emdha/dialogs/index.js +1 -1
- package/esm2015/lib/components/ndf-signatures/emdha/index.js +1 -1
- package/esm2015/lib/components/ndf-signatures/emdha/services/emdha.service.js +1 -1
- package/esm2015/lib/components/ndf-signatures/emdha/services/index.js +1 -1
- package/esm2015/lib/components/ndf-signatures/index.js +1 -1
- package/esm2015/lib/components/ndf-signatures/ndf-signature-panel/ndf-signature-panel.component.js +1 -1
- package/esm2015/lib/components/ndf-signatures/ndf-signatures.module.js +1 -1
- package/esm2015/lib/components/ndf-signatures/services/index.js +1 -1
- package/esm2015/lib/components/ndf-signatures/services/signatures.service.js +1 -1
- package/esm2015/lib/components/ndf-tabs/component/ndf-tabs.component.js +1 -1
- package/esm2015/lib/components/ndf-tabs/index.js +1 -1
- package/esm2015/lib/components/ndf-tabs/ndf-tabs.module.js +1 -1
- package/esm2015/lib/components/ndf-tabs/tab.type.js +1 -1
- package/esm2015/lib/components/ndf-uploader/components/bottom-sheet/ndf-uploader-bottom-sheet.component.js +2 -2
- package/esm2015/lib/components/ndf-uploader/components/index.js +1 -1
- package/esm2015/lib/components/ndf-uploader/config/index.js +1 -1
- package/esm2015/lib/components/ndf-uploader/config/uploader.config.js +1 -1
- package/esm2015/lib/components/ndf-uploader/constant/file-content.js +1 -1
- package/esm2015/lib/components/ndf-uploader/constant/index.js +1 -1
- package/esm2015/lib/components/ndf-uploader/helpers/index.js +1 -1
- package/esm2015/lib/components/ndf-uploader/helpers/uploader.helper.js +1 -1
- package/esm2015/lib/components/ndf-uploader/index.js +1 -1
- package/esm2015/lib/components/ndf-uploader/models/batch.model.js +1 -1
- package/esm2015/lib/components/ndf-uploader/models/index.js +1 -1
- package/esm2015/lib/components/ndf-uploader/models/ndf-file.model.js +1 -1
- package/esm2015/lib/components/ndf-uploader/models/provider.model.js +1 -1
- package/esm2015/lib/components/ndf-uploader/ndf-uploader-bottom-sheet.service.js +1 -1
- package/esm2015/lib/components/ndf-uploader/ndf-uploader.module.js +1 -1
- package/esm2015/lib/components/ndf-uploader/ndf-uploader.service.js +1 -1
- package/esm2015/lib/components/ndf-uploader/nuxeo-base-url.js +1 -1
- package/esm2015/lib/components/ndf-uploader/providers/index.js +1 -1
- package/esm2015/lib/components/ndf-uploader/providers/nuxeo-provider.service.js +1 -1
- package/esm2015/lib/components/ndf-uploader/providers/s3-provider.service.js +1 -1
- package/esm2015/lib/components/no-data-found/index.js +1 -1
- package/esm2015/lib/components/no-data-found/no-data-found.component.js +1 -1
- package/esm2015/lib/components/no-data-found/no-data.module.js +1 -1
- package/esm2015/lib/components/notifications/components/base-list-notfications.component.js +1 -1
- package/esm2015/lib/components/notifications/components/base-notifications.component.js +1 -1
- package/esm2015/lib/components/notifications/components/index.js +1 -1
- package/esm2015/lib/components/notifications/components/notification-item/get-icon.pipe.js +1 -1
- package/esm2015/lib/components/notifications/components/notification-item/notification-item.component.js +2 -2
- package/esm2015/lib/components/notifications/components/notification-sortby-toggle/notification-sortby-toggle.component.js +2 -2
- package/esm2015/lib/components/notifications/components/notification-source-select/notification-source-select.component.js +2 -2
- package/esm2015/lib/components/notifications/components/notification-status-toggle/notification-status-toggle.component.js +2 -2
- package/esm2015/lib/components/notifications/components/notifications-button/notifications-button.component.js +2 -2
- package/esm2015/lib/components/notifications/components/notifications-date-select/notifications-date-select.component.js +2 -2
- package/esm2015/lib/components/notifications/components/notifications-list/notifications-list.component.js +2 -2
- package/esm2015/lib/components/notifications/components/notifications-list/options.js +1 -1
- package/esm2015/lib/components/notifications/components/notifications-list-actions/notifications-list-actions.component.js +2 -2
- package/esm2015/lib/components/notifications/components/notifications-settings/check-if-subscribed.pipe.js +1 -1
- package/esm2015/lib/components/notifications/components/notifications-settings/notifications-settings.adapter.js +1 -1
- package/esm2015/lib/components/notifications/components/notifications-settings/notifications-settings.component.js +2 -2
- package/esm2015/lib/components/notifications/components/notifications-sidebar/notifications-sidebar-content.js +1 -1
- package/esm2015/lib/components/notifications/components/notifications-sidebar/notifications-sidebar.component.js +1 -1
- package/esm2015/lib/components/notifications/constants/date.js +1 -1
- package/esm2015/lib/components/notifications/constants/index.js +1 -1
- package/esm2015/lib/components/notifications/constants/pagination.js +1 -1
- package/esm2015/lib/components/notifications/constants/panel.js +1 -1
- package/esm2015/lib/components/notifications/constants/status.js +1 -1
- package/esm2015/lib/components/notifications/containers/index.js +1 -1
- package/esm2015/lib/components/notifications/containers/notifications-list-container/notifications-list-container.component.js +2 -2
- package/esm2015/lib/components/notifications/containers/notifications-list-container/options.js +1 -1
- package/esm2015/lib/components/notifications/containers/notifications-settings-container/notifications-settings-container.component.js +1 -1
- package/esm2015/lib/components/notifications/directives/button.directive.js +1 -1
- package/esm2015/lib/components/notifications/directives/index.js +1 -1
- package/esm2015/lib/components/notifications/directives/notification.directive.js +1 -1
- package/esm2015/lib/components/notifications/index.js +1 -1
- package/esm2015/lib/components/notifications/models/common.js +1 -1
- package/esm2015/lib/components/notifications/models/index.js +1 -1
- package/esm2015/lib/components/notifications/models/notification-definition.model.js +1 -1
- package/esm2015/lib/components/notifications/models/notification-message.mode.js +1 -1
- package/esm2015/lib/components/notifications/models/notification-options.js +1 -1
- package/esm2015/lib/components/notifications/models/notification-setting.presenter.js +1 -1
- package/esm2015/lib/components/notifications/models/notification-subscription.model.js +1 -1
- package/esm2015/lib/components/notifications/models/notification.model.js +1 -1
- package/esm2015/lib/components/notifications/models/notifications-list-options.js +1 -1
- package/esm2015/lib/components/notifications/models/paging-response.model.js +1 -1
- package/esm2015/lib/components/notifications/models/params.model.js +1 -1
- package/esm2015/lib/components/notifications/models/vocabularies.js +1 -1
- package/esm2015/lib/components/notifications/notifications.module.js +1 -1
- package/esm2015/lib/components/notifications/public-api.js +1 -1
- package/esm2015/lib/components/notifications/services/index.js +1 -1
- package/esm2015/lib/components/notifications/services/listener.service.js +1 -1
- package/esm2015/lib/components/notifications/services/notifications.service.js +1 -1
- package/esm2015/lib/components/notifications/services/params.service.js +1 -1
- package/esm2015/lib/components/notifications/services/response.service.js +1 -1
- package/esm2015/lib/components/notifications/services/socket.service.js +1 -1
- package/esm2015/lib/components/notifications/utilities/index.js +1 -1
- package/esm2015/lib/components/notifications/utilities/response.adapter.js +1 -1
- package/esm2015/lib/components/pagination/pagination/pagination.component.js +1 -1
- package/esm2015/lib/components/pagination/pagination.module.js +1 -1
- package/esm2015/lib/components/pdf-tron/directives/index.js +1 -1
- package/esm2015/lib/components/pdf-tron/directives/ndf-tron-extract-text.directive.js +1 -1
- package/esm2015/lib/components/pdf-tron/models/index.js +1 -1
- package/esm2015/lib/components/pdf-tron/models/tron.model.js +1 -1
- package/esm2015/lib/components/pdf-tron/pdf-tron.module.js +1 -1
- package/esm2015/lib/components/pdf-tron/pdftron/pdftron.component.js +1 -1
- package/esm2015/lib/components/pdf-tron/pdftron/pdftron.service.js +1 -1
- package/esm2015/lib/components/pdf-tron/pdftron/silent-pdftron.service.js +1 -1
- package/esm2015/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.js +2 -2
- package/esm2015/lib/components/permissions/permission.service.js +1 -1
- package/esm2015/lib/components/permissions/permissions/permissions.component.js +1 -1
- package/esm2015/lib/components/permissions/permissions-template/permissions-template.component.js +1 -1
- package/esm2015/lib/components/permissions/permissions.module.js +1 -1
- package/esm2015/lib/components/reports/chart-panel.js +1 -1
- package/esm2015/lib/components/reports/charts/chart.const.js +1 -1
- package/esm2015/lib/components/reports/charts/chart.token.js +1 -1
- package/esm2015/lib/components/reports/charts/charts.module.js +1 -1
- package/esm2015/lib/components/reports/charts/components/base-chart.component.js +1 -1
- package/esm2015/lib/components/reports/charts/components/chart.component.js +1 -1
- package/esm2015/lib/components/reports/charts/components/data-chart.component.js +1 -1
- package/esm2015/lib/components/reports/charts/components/index.js +1 -1
- package/esm2015/lib/components/reports/charts/defaults/bar.js +1 -1
- package/esm2015/lib/components/reports/charts/defaults/doughnut.js +1 -1
- package/esm2015/lib/components/reports/charts/defaults/index.js +1 -1
- package/esm2015/lib/components/reports/charts/defaults/line.js +1 -1
- package/esm2015/lib/components/reports/charts/defaults/pie.js +1 -1
- package/esm2015/lib/components/reports/charts/index.js +1 -1
- package/esm2015/lib/components/reports/charts/models/index.js +1 -1
- package/esm2015/lib/components/reports/charts/models/options.js +1 -1
- package/esm2015/lib/components/reports/charts/models/plugins-options.js +1 -1
- package/esm2015/lib/components/reports/charts/models/response.js +1 -1
- package/esm2015/lib/components/reports/charts/models/statistic-request-config.js +1 -1
- package/esm2015/lib/components/reports/charts/plugins/data-labels.js +1 -1
- package/esm2015/lib/components/reports/charts/plugins/doughnut-center-text.js +1 -1
- package/esm2015/lib/components/reports/charts/plugins/doughnut-empty-state.js +1 -1
- package/esm2015/lib/components/reports/charts/plugins/index.js +1 -1
- package/esm2015/lib/components/reports/charts/plugins/legend-margin.js +1 -1
- package/esm2015/lib/components/reports/charts/plugins/scrollable-legends.js +1 -1
- package/esm2015/lib/components/reports/charts/public-api.js +1 -1
- package/esm2015/lib/components/reports/charts/services/index.js +1 -1
- package/esm2015/lib/components/reports/charts/services/statistic.service.js +1 -1
- package/esm2015/lib/components/reports/charts/utility/colors.js +1 -1
- package/esm2015/lib/components/reports/charts/utility/common.js +1 -1
- package/esm2015/lib/components/reports/charts/utility/css.js +1 -1
- package/esm2015/lib/components/reports/charts/utility/index.js +1 -1
- package/esm2015/lib/components/reports/index.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/base/base-chart.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/base/base-custom-report.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/base/base-graph.report.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/base/base-report.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/base/index.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/charts-components/custom-chart/custom-chart.component.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/charts-components/digit-chart/digit-chart.component.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/charts-components/graph-chart/graph-chart.component.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/charts-components/graph-chart/graph-chart.service.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/charts-components/index.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/components/_parts/chart-type-selector/chart-type-selector.component.js +2 -2
- package/esm2015/lib/components/reports/ndf-reports/components/_parts/custom-chart-dialog/custom-chart-dialog.component.js +2 -2
- package/esm2015/lib/components/reports/ndf-reports/components/_parts/graph-dialog/graph-dialog.component.js +2 -2
- package/esm2015/lib/components/reports/ndf-reports/components/_parts/index.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/components/_parts/report-actions/report-actions.component.js +2 -2
- package/esm2015/lib/components/reports/ndf-reports/components/_parts/time-group-selector/time-group-selector.component.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/components/_parts/timeline-dialog/timeline-dialog.component.js +2 -2
- package/esm2015/lib/components/reports/ndf-reports/components/custom-report/custom-report.component.js +2 -2
- package/esm2015/lib/components/reports/ndf-reports/components/digit-report/digit-report.component.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/components/dynamic-timeline-report/dynamic-timeline-report.component.js +3 -3
- package/esm2015/lib/components/reports/ndf-reports/components/graph-report/graph-report.component.js +2 -2
- package/esm2015/lib/components/reports/ndf-reports/components/index.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/constants/charts-types.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/constants/index.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/constants/time-group.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/containers/index.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/containers/ndf-report/ndf-report.component.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/containers/ndf-reports/ndf-reports.component.js +73 -44
- package/esm2015/lib/components/reports/ndf-reports/directives/empty-content-template.directive.js +28 -0
- package/esm2015/lib/components/reports/ndf-reports/directives/header-panel-template.directive.js +28 -0
- package/esm2015/lib/components/reports/ndf-reports/directives/index.js +3 -1
- package/esm2015/lib/components/reports/ndf-reports/directives/scrollable-div.directive.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/index.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/models/base.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/models/common.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/models/custom-definition.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/models/details.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/models/dialog-data.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/models/digit.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/models/dynamic-line.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/models/graph-definition.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/models/index.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/models/ndf-reports.config.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/models/report-config.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/models/report-data-source.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/models/report-response.model.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/models/request.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/ndf-reports.module.js +31 -17
- package/esm2015/lib/components/reports/ndf-reports/options/doughnut.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/options/horizontal-bar.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/options/index.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/options/line.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/options/pie.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/options/vertical-bar.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/pipes/check-condition.pipe.js +20 -0
- package/esm2015/lib/components/reports/ndf-reports/public-api.js +6 -5
- package/esm2015/lib/components/reports/ndf-reports/services/base-chart-builder.service.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/chart-callbacks-register.services.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/chart-data-transformers.service.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/chart-manager.service.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/chart-plugins-registry.service.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/chart-theme.service.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/custom-reports-registry.service.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/digit-chart.service.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/dynamic-timeline-report.service.js +26 -31
- package/esm2015/lib/components/reports/ndf-reports/services/index.js +12 -11
- package/esm2015/lib/components/reports/ndf-reports/services/ndf-reports.service.js +20 -17
- package/esm2015/lib/components/reports/ndf-reports/services/report-config-mapper.service.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/report-configuration.service.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/report-transform.service.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/reports-data-transformers.service.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/reports-dialog.service.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/reports-hooks.service.js +89 -0
- package/esm2015/lib/components/reports/ndf-reports/services/reports-state.service.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/utilities/dataset-colors.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/utilities/index.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/utilities/reports-table.mapper.js +1 -1
- package/esm2015/lib/components/select/select/select.component.js +1 -1
- package/esm2015/lib/components/select/select.module.js +1 -1
- package/esm2015/lib/components/select-users-by-department/select-users-by-department.module.js +1 -1
- package/esm2015/lib/components/select-users-by-department/select-users-by-departments/department-management.service.js +1 -1
- package/esm2015/lib/components/select-users-by-department/select-users-by-departments/select-users-by-departments.component.js +1 -1
- package/esm2015/lib/components/skeleton/index.js +1 -1
- package/esm2015/lib/components/skeleton/skeleton.component.js +1 -1
- package/esm2015/lib/components/skeleton/skeleton.module.js +1 -1
- package/esm2015/lib/components/skeleton/table-skeleton.component.js +1 -1
- package/esm2015/lib/components/spell-checker-field/spell-checker-field.module.js +1 -1
- package/esm2015/lib/components/spell-checker-field/spell-checker-text-field/spell-checker-text-field.component.js +1 -1
- package/esm2015/lib/components/tables/dynamic-table/directives/empty-state.directive.js +1 -1
- package/esm2015/lib/components/tables/dynamic-table/dynamic-table/dynamic-table.component.js +116 -102
- package/esm2015/lib/components/tables/dynamic-table/dynamic-table.module.js +1 -1
- package/esm2015/lib/components/tables/dynamic-table/index.js +1 -1
- package/esm2015/lib/components/tables/dynamic-table/public-api.js +3 -2
- package/esm2015/lib/components/tables/dynamic-table/services/dynamic-table.service.js +1 -1
- package/esm2015/lib/components/tables/dynamic-table/services/table-hooks.service.js +56 -0
- package/esm2015/lib/components/tables/index.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/components/index.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/components/mode-toggler/mode-toggler.component.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/components/sorting-list/sorting-list.component.js +2 -2
- package/esm2015/lib/components/tables/ndf-table/components/table-columns-toggler/table-columns-toggler.component.js +2 -2
- package/esm2015/lib/components/tables/ndf-table/components/table-export/table-export.component.js +2 -2
- package/esm2015/lib/components/tables/ndf-table/components/text-search/text-search.component.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/constants/index.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/constants/sizes.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/containers/index.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/containers/ndf-table/ndf-table.component.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/directives/actions.directive.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/directives/filter-custom.directive.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/directives/index.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/directives/search.directive.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/index.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/models/index.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/models/payload-types.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/models/search.config.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/models/table-column.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/models/table-config.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/models/table-mode.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/models/table-options.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/models/types.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/ndf-table.module.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/public-api.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/services/index.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/services/ndf-table-configuration.service.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/services/ndf-table.service.js +1 -1
- package/esm2015/lib/components/tables/public-api.js +1 -1
- package/esm2015/lib/components/tables/table/dynamic-column/dynamic-column.component.js +1 -1
- package/esm2015/lib/components/tables/table/dynamic-component.js +1 -1
- package/esm2015/lib/components/tables/table/index.js +1 -1
- package/esm2015/lib/components/tables/table/page-sizes-list/page-sizes-list.component.js +1 -1
- package/esm2015/lib/components/tables/table/public-api.js +1 -1
- package/esm2015/lib/components/tables/table/table/table.component.js +2 -2
- package/esm2015/lib/components/tables/table/table.module.js +1 -1
- package/esm2015/lib/components/toasts/components/notification-toast/notification-toast.component.js +1 -1
- package/esm2015/lib/components/toasts/index.js +1 -1
- package/esm2015/lib/components/toasts/public-api.js +1 -1
- package/esm2015/lib/components/toasts/toasts.module.js +1 -1
- package/esm2015/lib/components/user/user/user.component.js +1 -1
- package/esm2015/lib/components/user/user.module.js +1 -1
- package/esm2015/lib/components/users-card/users-card.component.js +2 -2
- package/esm2015/lib/components/users-card/users-card.module.js +1 -1
- package/esm2015/lib/components/viewer-log/components/viewer-log/viewer-log.component.js +1 -1
- package/esm2015/lib/components/viewer-log/viewer-log.module.js +1 -1
- package/esm2015/lib/components/vocabulary/interfaces/op-type.interface.js +1 -1
- package/esm2015/lib/components/vocabulary/services/vocabulary-api.service.js +1 -1
- package/esm2015/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.js +1 -1
- package/esm2015/lib/components/vocabulary/vocabulary/vocabulary.component.js +1 -1
- package/esm2015/lib/components/vocabulary/vocabulary.module.js +1 -1
- package/esm2015/lib/configuration/app-config.service.js +1 -1
- package/esm2015/lib/configuration/helpers/app-initializer.js +1 -1
- package/esm2015/lib/core/adapters/adapter.service.js +1 -1
- package/esm2015/lib/core/core.module.js +1 -1
- package/esm2015/lib/core/enums/language.enum.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 +1 -1
- package/esm2015/lib/core/models/automation-response.model.js +1 -1
- package/esm2015/lib/core/models/base-response.models.js +1 -1
- package/esm2015/lib/core/models/component.model.js +1 -1
- package/esm2015/lib/core/models/index.js +1 -1
- package/esm2015/lib/core/services/callApi/call-api.service.js +1 -1
- package/esm2015/lib/core/services/column-renderer/column-renderer-registry.service.js +1 -1
- package/esm2015/lib/core/services/column-renderer/index.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/index.js +1 -1
- package/esm2015/lib/core/services/initialization/initialization.service.js +1 -1
- package/esm2015/lib/core/services/localStorag/local-storag.service.js +1 -1
- package/esm2015/lib/core/services/ndf-transform.service.js +1 -1
- package/esm2015/lib/core/services/nuxeo/new-nuxeo-overide.js +1 -1
- package/esm2015/lib/core/services/nuxeo/nuxeo-override.js +1 -1
- package/esm2015/lib/core/services/nuxeo/nuxeo.service.js +1 -1
- package/esm2015/lib/core/services/roles/roles.service.js +1 -1
- package/esm2015/lib/core/services/translation/translate-loader.service.js +1 -1
- package/esm2015/lib/core/services/translation/translation.service.js +1 -1
- package/esm2015/lib/core/services/user/user-preferences.service.js +1 -1
- package/esm2015/lib/core/tokens/index.js +1 -1
- package/esm2015/lib/core/tokens/project.token.js +1 -1
- 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 +1 -1
- package/esm2015/lib/directive/clickOutSide/click-outside.directive.js +1 -1
- package/esm2015/lib/directive/directive.module.js +1 -1
- package/esm2015/lib/directive/drag-and-drop/drag-and-drop.directive.js +1 -1
- package/esm2015/lib/directive/permissions/evaluators.service.js +1 -1
- package/esm2015/lib/directive/permissions/permissions.directive.js +1 -1
- package/esm2015/lib/directive/rtl/set-dir-rtl.directive.js +1 -1
- package/esm2015/lib/directive/rtl/set-rtl.directive.js +1 -1
- package/esm2015/lib/nuxeo-development-framework.component.js +1 -1
- package/esm2015/lib/nuxeo-development-framework.module.js +1 -1
- package/esm2015/lib/nuxeo-development-framework.service.js +1 -1
- package/esm2015/lib/pipes/file-size.pipe.js +1 -1
- package/esm2015/lib/pipes/hijri-date.pipe.js +1 -1
- package/esm2015/lib/pipes/localized-date.pipe.js +1 -1
- package/esm2015/lib/pipes/multi-value.pipe.js +1 -1
- package/esm2015/lib/pipes/pipes.module.js +1 -1
- package/esm2015/lib/pipes/secure-html.pipe.js +1 -1
- package/esm2015/lib/pipes/secure.pipe.js +1 -1
- package/esm2015/lib/pipes/time-ago.pipe.js +1 -1
- package/esm2015/lib/shared/components/base/base-column.component.js +1 -1
- package/esm2015/lib/shared/components/base/base-dialog.component.js +1 -1
- package/esm2015/lib/shared/components/base/base-selector.component.js +1 -1
- package/esm2015/lib/shared/components/base/base.component.js +1 -1
- package/esm2015/lib/shared/components/base/destroy.subject.js +1 -1
- package/esm2015/lib/shared/components/base/index.js +1 -1
- package/esm2015/lib/shared/components/button/button.component.js +1 -1
- package/esm2015/lib/shared/components/general-notification-popup/general-notification-popup.component.js +1 -1
- package/esm2015/lib/shared/components/index.js +1 -1
- package/esm2015/lib/shared/components/item-list/item-list.component.js +2 -2
- package/esm2015/lib/shared/components/no-data/no-data.component.js +1 -1
- package/esm2015/lib/shared/components/nuxeo-dialog/confirmation/ndf-confirmation-dialog.component.js +1 -1
- package/esm2015/lib/shared/components/nuxeo-dialog/index.js +1 -1
- package/esm2015/lib/shared/components/nuxeo-dialog/models/confirm-options.model.js +1 -1
- package/esm2015/lib/shared/components/nuxeo-dialog/models/dialog-option.model.js +1 -1
- package/esm2015/lib/shared/components/nuxeo-dialog/nuxeo-dialog.module.js +1 -1
- package/esm2015/lib/shared/components/nuxeo-dialog/nuxeo.dialog.js +2 -2
- package/esm2015/lib/shared/components/nuxeo-dialog/services/nuxeo-dialog.service.js +1 -1
- package/esm2015/lib/shared/components/read-more/read-more.component.js +1 -1
- package/esm2015/lib/shared/components/search-autocomplete/search-autocomplete.component.js +1 -1
- package/esm2015/lib/shared/components/spinner/spinner.component.js +1 -1
- package/esm2015/lib/shared/components/user-card/user-card.component.js +1 -1
- package/esm2015/lib/shared/constants/editor-config-type.js +1 -1
- package/esm2015/lib/shared/constants/index.js +1 -1
- package/esm2015/lib/shared/directives/copy-to-clipboard.directive.js +1 -1
- package/esm2015/lib/shared/directives/element-height.directive.js +1 -1
- package/esm2015/lib/shared/directives/fluid-height.directive.js +1 -1
- package/esm2015/lib/shared/directives/index.js +1 -1
- package/esm2015/lib/shared/evaluator/evaluator.js +1 -1
- package/esm2015/lib/shared/evaluator/index.js +1 -1
- package/esm2015/lib/shared/evaluator/types.js +1 -1
- package/esm2015/lib/shared/index.js +1 -1
- package/esm2015/lib/shared/libraryShared.module.js +1 -1
- package/esm2015/lib/shared/models/index.js +1 -1
- package/esm2015/lib/shared/models/mapper/index.js +1 -1
- package/esm2015/lib/shared/models/mapper/nuxeo-mapper.js +1 -1
- package/esm2015/lib/shared/models/ndf-request.model.js +1 -1
- package/esm2015/lib/shared/models/nuxeo-response.model.js +1 -1
- package/esm2015/lib/shared/models/task.model.js +1 -1
- package/esm2015/lib/shared/models/type-helpers.js +1 -1
- package/esm2015/lib/shared/services/base/base-editor-config.service.js +1 -1
- package/esm2015/lib/shared/services/base/base.service.js +9 -10
- package/esm2015/lib/shared/services/base/cache-base.service.js +1 -1
- package/esm2015/lib/shared/services/base/config/default-ttl-config.js +1 -1
- package/esm2015/lib/shared/services/base/config/index.js +1 -1
- package/esm2015/lib/shared/services/base/constants/default-cache-options.js +1 -1
- package/esm2015/lib/shared/services/base/constants/index.js +1 -1
- package/esm2015/lib/shared/services/base/http-base.service.js +1 -1
- package/esm2015/lib/shared/services/base/index.js +1 -1
- package/esm2015/lib/shared/services/base/models/cache-info-model.js +1 -1
- package/esm2015/lib/shared/services/base/models/http-options.model.js +1 -1
- package/esm2015/lib/shared/services/base/models/index.js +1 -1
- package/esm2015/lib/shared/services/base/models/operation-options.model.js +1 -1
- package/esm2015/lib/shared/services/base/models/query-options.model.js +1 -1
- package/esm2015/lib/shared/services/base/models/request-options.model.js +1 -1
- package/esm2015/lib/shared/services/base/override-token.service.js +1 -1
- package/esm2015/lib/shared/services/index.js +1 -1
- package/esm2015/lib/shared-services/apis-errors-messages.service.js +1 -1
- package/esm2015/lib/shared-services/dialog-mangment.service.js +1 -1
- package/esm2015/lib/shared-services/dynamic-form.service.js +1 -1
- package/esm2015/lib/shared-services/file-manager.adapter.js +1 -1
- package/esm2015/lib/shared-services/file-manager.service.js +1 -1
- package/esm2015/lib/shared-services/global-admin.service.js +1 -1
- package/esm2015/lib/shared-services/global-pdftron.service.js +1 -1
- package/esm2015/lib/shared-services/mainfolder.service.js +1 -1
- package/esm2015/lib/shared-services/publishing-document.service.js +1 -1
- package/esm2015/lib/shared-services/recently-viewed.service.js +1 -1
- package/esm2015/lib/shared-services/shared-docs.service.js +1 -1
- package/esm2015/lib/shared-services/shared-services.module.js +1 -1
- package/esm2015/lib/shared-services/upload-file.service.js +1 -1
- package/esm2015/lib/shared-services/upload-managment.service.js +1 -1
- package/esm2015/lib/shared-services/user.service.js +1 -1
- package/esm2015/nuxeo-development-framework.js +1 -1
- package/esm2015/public-api.js +1 -1
- package/fesm2015/nuxeo-development-framework.js +1625 -1369
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/components/diagrams/components/custom-connection.component.d.ts +1 -1
- package/lib/components/dynamic-form/components/form-wrappers/base-edit-form/base-edit-form.d.ts +1 -1
- package/lib/components/reports/charts/components/base-chart.component.d.ts +1 -1
- package/lib/components/reports/ndf-reports/base/base-chart.d.ts +1 -1
- package/lib/components/reports/ndf-reports/components/dynamic-timeline-report/dynamic-timeline-report.component.d.ts +2 -18
- package/lib/components/reports/ndf-reports/components/graph-report/graph-report.component.d.ts +1 -1
- package/lib/components/reports/ndf-reports/containers/ndf-reports/ndf-reports.component.d.ts +14 -6
- package/lib/components/reports/ndf-reports/directives/empty-content-template.directive.d.ts +9 -0
- package/lib/components/reports/ndf-reports/directives/header-panel-template.directive.d.ts +9 -0
- package/lib/components/reports/ndf-reports/directives/index.d.ts +2 -0
- package/lib/components/reports/ndf-reports/models/common.d.ts +9 -1
- package/lib/components/reports/ndf-reports/models/dynamic-line.d.ts +4 -5
- package/lib/components/reports/ndf-reports/models/ndf-reports.config.d.ts +4 -1
- package/lib/components/reports/ndf-reports/ndf-reports.module.d.ts +29 -26
- package/lib/components/reports/ndf-reports/pipes/check-condition.pipe.d.ts +8 -0
- package/lib/components/reports/ndf-reports/public-api.d.ts +5 -4
- package/lib/components/reports/ndf-reports/services/base-chart-builder.service.d.ts +14 -14
- package/lib/components/reports/ndf-reports/services/dynamic-timeline-report.service.d.ts +4 -2
- package/lib/components/reports/ndf-reports/services/index.d.ts +11 -10
- package/lib/components/reports/ndf-reports/services/ndf-reports.service.d.ts +15 -6
- package/lib/components/reports/ndf-reports/services/reports-hooks.service.d.ts +24 -0
- package/lib/components/tables/dynamic-table/dynamic-table/dynamic-table.component.d.ts +23 -9
- package/lib/components/tables/dynamic-table/public-api.d.ts +2 -1
- package/lib/components/tables/dynamic-table/services/table-hooks.service.d.ts +13 -0
- package/lib/components/tables/ndf-table/components/table-export/table-export.component.d.ts +1 -1
- package/lib/components/tables/ndf-table/models/table-options.d.ts +1 -1
- package/lib/shared/services/base/base.service.d.ts +4 -2
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ export declare class CustomConnectionComponent extends ConnectionComponent {
|
|
|
7
7
|
data: Connection;
|
|
8
8
|
get pathNative(): SVGPathElement;
|
|
9
9
|
get labelText(): string;
|
|
10
|
-
get labelPosition(): "center" | "
|
|
10
|
+
get labelPosition(): "center" | "end" | "start";
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomConnectionComponent, never>;
|
|
12
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<CustomConnectionComponent, "connection", never, { "data": "data"; }, {}, never, never>;
|
|
13
13
|
}
|
|
@@ -10,7 +10,7 @@ export declare abstract class BaseChartComponent<TType extends ChartType = Chart
|
|
|
10
10
|
fontSize: number;
|
|
11
11
|
onReady: EventEmitter<Chart>;
|
|
12
12
|
protected _chart: Chart;
|
|
13
|
-
getChart(): Chart<keyof import("chart.js").ChartTypeRegistry, (number | import("chart.js").Point |
|
|
13
|
+
getChart(): Chart<keyof import("chart.js").ChartTypeRegistry, (number | [number, number] | import("chart.js").Point | import("chart.js").BubbleDataPoint)[], unknown>;
|
|
14
14
|
refresh(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseChartComponent<any>, never>;
|
|
16
16
|
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseChartComponent<any>, never, never, { "type": "type"; "plugins": "plugins"; "fontFamily": "fontFamily"; "fontSize": "fontSize"; }, { "onReady": "onReady"; }, never>;
|
|
@@ -22,7 +22,7 @@ export declare abstract class BaseChart<T> extends DestroySubject {
|
|
|
22
22
|
private _criteria;
|
|
23
23
|
set criteria(value: CriteriaModel);
|
|
24
24
|
get criteria(): CriteriaModel;
|
|
25
|
-
onReady: EventEmitter<Chart<keyof import("chart.js/auto").ChartTypeRegistry, (number | import("chart.js/auto").Point |
|
|
25
|
+
onReady: EventEmitter<Chart<keyof import("chart.js/auto").ChartTypeRegistry, (number | [number, number] | import("chart.js/auto").Point | import("chart.js/auto").BubbleDataPoint)[], unknown>>;
|
|
26
26
|
constructor(injector: Injector);
|
|
27
27
|
protected _subscribeToLanguage(): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseChart<any>, never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
|
-
import { GraphChartComponent } from '../../charts-components';
|
|
3
2
|
import { BaseGraphReport } from '../../base/base-graph.report';
|
|
3
|
+
import { GraphChartComponent } from '../../charts-components';
|
|
4
4
|
import { DynamicLineChart, DynamicLineChartDefinition, TimeGroups } from '../../models';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DynamicTimelineReportComponent extends BaseGraphReport<DynamicLineChartDefinition, DynamicLineChart> {
|
|
@@ -9,23 +9,7 @@ export declare class DynamicTimelineReportComponent extends BaseGraphReport<Dyna
|
|
|
9
9
|
graphChartComponent: GraphChartComponent;
|
|
10
10
|
private _criteria$;
|
|
11
11
|
selectedGroup$: import("rxjs").Observable<TimeGroups>;
|
|
12
|
-
filterCriteria$: import("rxjs").Observable<
|
|
13
|
-
params?: Record<string, any>;
|
|
14
|
-
payload?: {
|
|
15
|
-
predicateList: import("nuxeo-development-framework").OperatorValueObject[];
|
|
16
|
-
aggregationNames?: {
|
|
17
|
-
name: string;
|
|
18
|
-
interval: TimeGroups;
|
|
19
|
-
}[];
|
|
20
|
-
} & Record<string, any>;
|
|
21
|
-
} & {
|
|
22
|
-
payload: {
|
|
23
|
-
aggregationNames: {
|
|
24
|
-
name: string;
|
|
25
|
-
interval: TimeGroups;
|
|
26
|
-
}[];
|
|
27
|
-
};
|
|
28
|
-
}>;
|
|
12
|
+
filterCriteria$: import("rxjs").Observable<any>;
|
|
29
13
|
report$: import("rxjs").Observable<any>;
|
|
30
14
|
constructor(injector: Injector);
|
|
31
15
|
_subscribeToLanguage(): void;
|
package/lib/components/reports/ndf-reports/components/graph-report/graph-report.component.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { ChartTypes, GraphChart, GraphChartDefinition } from '../../models';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class GraphReportComponent extends BaseGraphReport<GraphChartDefinition, GraphChart> {
|
|
6
6
|
graphChartComponent: GraphChartComponent;
|
|
7
|
-
chartType$: import("rxjs").Observable<"line" | "
|
|
7
|
+
chartType$: import("rxjs").Observable<"line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar" | "verticalBar" | "horizontalBar">;
|
|
8
8
|
changeChartType(type: ChartTypes): void;
|
|
9
9
|
printChart(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<GraphReportComponent, never>;
|
package/lib/components/reports/ndf-reports/containers/ndf-reports/ndf-reports.component.d.ts
CHANGED
|
@@ -3,12 +3,12 @@ import { Direction } from '@angular/cdk/bidi';
|
|
|
3
3
|
import { ChangeDetectorRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
|
|
4
4
|
import { Router } from '@angular/router';
|
|
5
5
|
import { TranslateService } from '@ngx-translate/core';
|
|
6
|
-
import { DestroySubject, FluidHeightDirective } from '../../../../../shared';
|
|
7
6
|
import { Observable } from 'rxjs';
|
|
8
|
-
import {
|
|
7
|
+
import { DestroySubject, FluidHeightDirective } from '../../../../../shared';
|
|
9
8
|
import { AggregationResponse, FilterQueryService, FiltersMapperService, FormQueryModel } from '../../../../ndf-filters';
|
|
9
|
+
import { NdfTableConfig } from '../../../../tables';
|
|
10
10
|
import { CriteriaModel, NdfReportsConfig, ReportConfigModel } from '../../models';
|
|
11
|
-
import { ChartManagerService, NdfReportsService, ReportConfigurationService, ReportsStateService, ReportTransformService } from '../../services';
|
|
11
|
+
import { ChartManagerService, NdfReportsService, ReportConfigurationService, ReportsHooksService, ReportsStateService, ReportTransformService } from '../../services';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
export declare const slideAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
14
14
|
export declare class NdfReportsComponent extends DestroySubject implements OnInit, OnDestroy, OnChanges {
|
|
@@ -23,6 +23,7 @@ export declare class NdfReportsComponent extends DestroySubject implements OnIni
|
|
|
23
23
|
private _configurationService;
|
|
24
24
|
private _router;
|
|
25
25
|
private _ngZone;
|
|
26
|
+
private _reportsHooksService;
|
|
26
27
|
fluidDirective: FluidHeightDirective;
|
|
27
28
|
_isHeightUpdated: boolean;
|
|
28
29
|
direction: Direction;
|
|
@@ -46,6 +47,7 @@ export declare class NdfReportsComponent extends DestroySubject implements OnIni
|
|
|
46
47
|
}[];
|
|
47
48
|
} & Record<string, any>;
|
|
48
49
|
}>;
|
|
50
|
+
private readonly _triggerFiltersSub;
|
|
49
51
|
private readonly _detailsFiltersSubject;
|
|
50
52
|
readonly detailsFiltersParams$: Observable<{
|
|
51
53
|
params?: Record<string, any>;
|
|
@@ -72,15 +74,21 @@ export declare class NdfReportsComponent extends DestroySubject implements OnIni
|
|
|
72
74
|
reportsKey: string;
|
|
73
75
|
editorType: "report";
|
|
74
76
|
navigateRoute: string[];
|
|
77
|
+
loadCondition: (...args: any[]) => boolean;
|
|
75
78
|
private _isConfigChanged;
|
|
76
79
|
private _config;
|
|
77
80
|
set config(config: NdfReportsConfig);
|
|
78
81
|
get config(): NdfReportsConfig;
|
|
79
82
|
onQueryChange: EventEmitter<any>;
|
|
80
83
|
filterCustomTemplate: TemplateRef<any>;
|
|
84
|
+
headerPanelTemplate: TemplateRef<any>;
|
|
85
|
+
emptyContentTemplate: TemplateRef<any>;
|
|
81
86
|
trackByFn: (_: number, report: ReportConfigModel) => string | number;
|
|
82
|
-
constructor(_translateService: TranslateService, _filtersMapper: FiltersMapperService, _ndfReportsService: NdfReportsService, _chartHelperService: ChartManagerService, _transformService: ReportTransformService, _cdr: ChangeDetectorRef, _filterQueryService: FilterQueryService, _stateService: ReportsStateService, _configurationService: ReportConfigurationService, _router: Router, _ngZone: NgZone);
|
|
87
|
+
constructor(_translateService: TranslateService, _filtersMapper: FiltersMapperService, _ndfReportsService: NdfReportsService, _chartHelperService: ChartManagerService, _transformService: ReportTransformService, _cdr: ChangeDetectorRef, _filterQueryService: FilterQueryService, _stateService: ReportsStateService, _configurationService: ReportConfigurationService, _router: Router, _ngZone: NgZone, _reportsHooksService: ReportsHooksService);
|
|
83
88
|
ngOnInit(): void;
|
|
89
|
+
triggerUpdate: () => void;
|
|
90
|
+
resetFilters: () => void;
|
|
91
|
+
callLoadCondition(): boolean;
|
|
84
92
|
ngOnChanges(changes: SimpleChanges): void;
|
|
85
93
|
onNavigate(data: {
|
|
86
94
|
report: Record<string, any>;
|
|
@@ -88,7 +96,7 @@ export declare class NdfReportsComponent extends DestroySubject implements OnIni
|
|
|
88
96
|
}): void;
|
|
89
97
|
togglePanel(): void;
|
|
90
98
|
printAll(): void;
|
|
91
|
-
filterChanged(criteria: Record<any, any>)
|
|
99
|
+
filterChanged: (criteria: Record<any, any>) => void;
|
|
92
100
|
onContentScroll(isScrolling: boolean): void;
|
|
93
101
|
openReportDetails(criteriaModel: CriteriaModel, reportConfig: ReportConfigModel): void;
|
|
94
102
|
closeDetailsPanel(): void;
|
|
@@ -109,5 +117,5 @@ export declare class NdfReportsComponent extends DestroySubject implements OnIni
|
|
|
109
117
|
private _initReportsConfig;
|
|
110
118
|
private _resetQueryAndFiltersCriteria;
|
|
111
119
|
static ɵfac: i0.ɵɵFactoryDeclaration<NdfReportsComponent, never>;
|
|
112
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NdfReportsComponent, "app-ndf-reports", never, { "jsonEditorEnabled": "jsonEditorEnabled"; "reportsKey": "reportsKey"; "navigateRoute": "navigateRoute"; "config": "config"; }, { "onQueryChange": "onQueryChange"; }, ["filterCustomTemplate"], never>;
|
|
120
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NdfReportsComponent, "app-ndf-reports", never, { "jsonEditorEnabled": "jsonEditorEnabled"; "reportsKey": "reportsKey"; "navigateRoute": "navigateRoute"; "loadCondition": "loadCondition"; "config": "config"; }, { "onQueryChange": "onQueryChange"; }, ["filterCustomTemplate", "headerPanelTemplate", "emptyContentTemplate"], never>;
|
|
113
121
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { InjectionToken, TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare const EMPTY_CONTENT_TEMPLATE: InjectionToken<EmptyContentTemplateDirective>;
|
|
4
|
+
export declare class EmptyContentTemplateDirective {
|
|
5
|
+
template: TemplateRef<any>;
|
|
6
|
+
constructor(template: TemplateRef<any>);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyContentTemplateDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EmptyContentTemplateDirective, "[emptyContentTemplate]", never, {}, {}, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { InjectionToken, TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare const HEADER_PANEL_TEMPLATE: InjectionToken<HeaderPanelTemplateDirective>;
|
|
4
|
+
export declare class HeaderPanelTemplateDirective {
|
|
5
|
+
template: TemplateRef<any>;
|
|
6
|
+
constructor(template: TemplateRef<any>);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderPanelTemplateDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderPanelTemplateDirective, "[headerPanelTemplate]", never, {}, {}, never>;
|
|
9
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { OperatorValueObject } from '../../../ndf-filters/models/operator-value-object';
|
|
1
2
|
import { CustomChartOptions } from '../../charts/models';
|
|
2
3
|
import { CHARTS_TYPES, TIME_GROUPS } from '../constants';
|
|
3
|
-
import {
|
|
4
|
+
import { NdfReportsRequest } from './request';
|
|
4
5
|
export declare type ChartTypes = (typeof CHARTS_TYPES)[keyof typeof CHARTS_TYPES];
|
|
5
6
|
export declare type TimeGroups = (typeof TIME_GROUPS)[keyof typeof TIME_GROUPS];
|
|
6
7
|
declare type BaseChartType<Key extends ChartTypes> = Key extends (typeof CHARTS_TYPES)['verticalBar'] | (typeof CHARTS_TYPES)['horizontalBar'] ? 'bar' : Key;
|
|
@@ -17,4 +18,11 @@ export declare type CriteriaModel = {
|
|
|
17
18
|
}[];
|
|
18
19
|
} & Record<string, any>;
|
|
19
20
|
} | null;
|
|
21
|
+
export declare type ActionHookRequest = {
|
|
22
|
+
request: NdfReportsRequest;
|
|
23
|
+
data: {
|
|
24
|
+
params: Record<string, any>;
|
|
25
|
+
payload: Record<string, any>;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
20
28
|
export {};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { ChartDataset, Plugin } from 'chart.js';
|
|
2
|
+
import { CustomChartOptions } from '../../charts';
|
|
2
3
|
import { BaseReportConfig } from './base';
|
|
4
|
+
import { TimeGroups } from './common';
|
|
3
5
|
import { GraphDialogConfig } from './graph-definition';
|
|
4
|
-
import { NdfReportsRequest } from './request';
|
|
5
6
|
import { ReportDataSource } from './report-data-source';
|
|
6
|
-
import {
|
|
7
|
-
import { CustomChartOptions } from '../../charts';
|
|
8
|
-
import { EvaluatedString } from '../../../../shared';
|
|
7
|
+
import { NdfReportsRequest } from './request';
|
|
9
8
|
/**
|
|
10
9
|
* Base configuration for chart reports that include dialog options
|
|
11
10
|
*/
|
|
@@ -38,7 +37,7 @@ export declare type DynamicLineChartDefinition = ReportChartConfig & {
|
|
|
38
37
|
print?: boolean;
|
|
39
38
|
request: NdfReportsRequest & {
|
|
40
39
|
actions?: {
|
|
41
|
-
beforeSubmit?:
|
|
40
|
+
beforeSubmit?: string;
|
|
42
41
|
};
|
|
43
42
|
};
|
|
44
43
|
datasource: ({
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { EvaluatedString } from '../../../../shared';
|
|
1
2
|
import { FieldConfigModel } from '../../../ndf-filters';
|
|
2
|
-
import { NdfReportsRequest } from './request';
|
|
3
3
|
import { ReportDefinitionModel } from './report-config';
|
|
4
|
+
import { NdfReportsRequest } from './request';
|
|
4
5
|
export declare type NdfReportsFiltersReloadConfig = {
|
|
5
6
|
strategy: 'always';
|
|
6
7
|
} | {
|
|
@@ -15,8 +16,10 @@ export declare type NdfReportsFilters = {
|
|
|
15
16
|
visible?: boolean;
|
|
16
17
|
togglePanel?: boolean;
|
|
17
18
|
reload?: NdfReportsFiltersReloadConfig;
|
|
19
|
+
condition?: EvaluatedString;
|
|
18
20
|
};
|
|
19
21
|
export declare type ReportsDefinition = {
|
|
22
|
+
condition?: EvaluatedString;
|
|
20
23
|
items: ReportDefinitionModel[];
|
|
21
24
|
};
|
|
22
25
|
export declare type NdfReportsConfig = {
|
|
@@ -9,33 +9,36 @@ import * as i7 from "./components/_parts/time-group-selector/time-group-selector
|
|
|
9
9
|
import * as i8 from "./components/_parts/graph-dialog/graph-dialog.component";
|
|
10
10
|
import * as i9 from "./components/_parts/timeline-dialog/timeline-dialog.component";
|
|
11
11
|
import * as i10 from "./directives/scrollable-div.directive";
|
|
12
|
-
import * as i11 from "./
|
|
13
|
-
import * as i12 from "./
|
|
14
|
-
import * as i13 from "./components/
|
|
15
|
-
import * as i14 from "./components/
|
|
16
|
-
import * as i15 from "./
|
|
17
|
-
import * as i16 from "./components/
|
|
18
|
-
import * as i17 from "
|
|
19
|
-
import * as i18 from "
|
|
20
|
-
import * as i19 from "
|
|
21
|
-
import * as i20 from "@angular/
|
|
22
|
-
import * as i21 from "@
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "
|
|
25
|
-
import * as i24 from "@angular/
|
|
26
|
-
import * as i25 from "
|
|
27
|
-
import * as i26 from "
|
|
28
|
-
import * as i27 from "
|
|
29
|
-
import * as i28 from "
|
|
30
|
-
import * as i29 from "@angular/material/
|
|
31
|
-
import * as i30 from "../../../shared/
|
|
32
|
-
import * as i31 from "../../
|
|
33
|
-
import * as i32 from "
|
|
34
|
-
import * as i33 from "
|
|
35
|
-
import * as i34 from "
|
|
36
|
-
import * as i35 from "
|
|
12
|
+
import * as i11 from "./directives/header-panel-template.directive";
|
|
13
|
+
import * as i12 from "./directives/empty-content-template.directive";
|
|
14
|
+
import * as i13 from "./charts-components/graph-chart/graph-chart.component";
|
|
15
|
+
import * as i14 from "./charts-components/digit-chart/digit-chart.component";
|
|
16
|
+
import * as i15 from "./components/_parts/report-actions/report-actions.component";
|
|
17
|
+
import * as i16 from "./components/custom-report/custom-report.component";
|
|
18
|
+
import * as i17 from "./charts-components/custom-chart/custom-chart.component";
|
|
19
|
+
import * as i18 from "./components/_parts/custom-chart-dialog/custom-chart-dialog.component";
|
|
20
|
+
import * as i19 from "./pipes/check-condition.pipe";
|
|
21
|
+
import * as i20 from "@angular/common";
|
|
22
|
+
import * as i21 from "@ngx-translate/core";
|
|
23
|
+
import * as i22 from "@angular/material/menu";
|
|
24
|
+
import * as i23 from "@angular/material/icon";
|
|
25
|
+
import * as i24 from "@angular/material/button";
|
|
26
|
+
import * as i25 from "../charts/charts.module";
|
|
27
|
+
import * as i26 from "../../dynamic-form/dynamic-form.module";
|
|
28
|
+
import * as i27 from "@angular/forms";
|
|
29
|
+
import * as i28 from "@ng-select/ng-select";
|
|
30
|
+
import * as i29 from "@angular/material/tooltip";
|
|
31
|
+
import * as i30 from "../../../shared/directives/fluid-height.directive";
|
|
32
|
+
import * as i31 from "../../ndf-filters/ndf-filters-panel.module";
|
|
33
|
+
import * as i32 from "@angular/material/progress-spinner";
|
|
34
|
+
import * as i33 from "../../../shared/components/nuxeo-dialog/nuxeo-dialog.module";
|
|
35
|
+
import * as i34 from "../../tables/ndf-table/ndf-table.module";
|
|
36
|
+
import * as i35 from "../../../directive/directive.module";
|
|
37
|
+
import * as i36 from "../../ndf-config-editor/public/editor-navigate-button";
|
|
38
|
+
import * as i37 from "../chart-panel";
|
|
39
|
+
import * as i38 from "../../skeleton/skeleton.module";
|
|
37
40
|
export declare class NdfReportsModule {
|
|
38
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<NdfReportsModule, never>;
|
|
39
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NdfReportsModule, [typeof i1.NdfReportsComponent, typeof i2.NdfReportComponent, typeof i3.ChartTypeSelectorComponent, typeof i4.DigitReportComponent, typeof i5.GraphReportComponent, typeof i6.DynamicTimelineReportComponent, typeof i7.TimeGroupSelectorComponent, typeof i8.GraphDialogComponent, typeof i9.TimelineDialogComponent, typeof i10.ScrollableDivDirective, typeof i11.
|
|
42
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NdfReportsModule, [typeof i1.NdfReportsComponent, typeof i2.NdfReportComponent, typeof i3.ChartTypeSelectorComponent, typeof i4.DigitReportComponent, typeof i5.GraphReportComponent, typeof i6.DynamicTimelineReportComponent, typeof i7.TimeGroupSelectorComponent, typeof i8.GraphDialogComponent, typeof i9.TimelineDialogComponent, typeof i10.ScrollableDivDirective, typeof i11.HeaderPanelTemplateDirective, typeof i12.EmptyContentTemplateDirective, typeof i13.GraphChartComponent, typeof i14.DigitChartComponent, typeof i15.ReportActionsComponent, typeof i16.CustomReportComponent, typeof i17.CustomChartComponent, typeof i18.CustomChartDialogComponent, typeof i19.CheckConditionPipe], [typeof i20.CommonModule, typeof i21.TranslateModule, typeof i22.MatMenuModule, typeof i23.MatIconModule, typeof i24.MatButtonModule, typeof i25.ChartsModule, typeof i26.DynamicFormModule, typeof i27.ReactiveFormsModule, typeof i27.FormsModule, typeof i28.NgSelectModule, typeof i29.MatTooltipModule, typeof i30.FluidHeightModule, typeof i31.NdfFiltersPanelModule, typeof i32.MatProgressSpinnerModule, typeof i33.NuxeoDialogModule, typeof i34.NdfTableModule, typeof i35.DirectiveModule, typeof i36.EditorNavigateButton, typeof i37.ChartPanelModule, typeof i38.SkeletonModule], [typeof i1.NdfReportsComponent, typeof i2.NdfReportComponent, typeof i11.HeaderPanelTemplateDirective, typeof i12.EmptyContentTemplateDirective]>;
|
|
40
43
|
static ɵinj: i0.ɵɵInjectorDeclaration<NdfReportsModule>;
|
|
41
44
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { NdfReportsConfig } from '../models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CheckConditionPipe implements PipeTransform {
|
|
5
|
+
transform(activeQuery: Record<string, any>, condition: string, config: NdfReportsConfig): boolean;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckConditionPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CheckConditionPipe, "checkCondition">;
|
|
8
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './models';
|
|
3
|
-
export * from './services';
|
|
1
|
+
export * from './base/base-custom-report';
|
|
4
2
|
export * from './containers';
|
|
3
|
+
export * from './directives';
|
|
4
|
+
export * from './models';
|
|
5
|
+
export * from './ndf-reports.module';
|
|
5
6
|
export * from './options';
|
|
6
|
-
export * from './
|
|
7
|
+
export * from './services';
|
|
@@ -19,12 +19,22 @@ export declare class BaseChartBuilderService<TConfig extends DynamicLineChart |
|
|
|
19
19
|
protected _getValue(item: StatisticBucket, source: ReportDataSource): number;
|
|
20
20
|
protected _prepareChartData(results: StatisticBucket[][], config: TConfig): {
|
|
21
21
|
labels: string[];
|
|
22
|
-
datasets: (ChartDataset<keyof import("chart.js").ChartTypeRegistry, (number | import("chart.js").Point |
|
|
22
|
+
datasets: (ChartDataset<keyof import("chart.js").ChartTypeRegistry, (number | [number, number] | import("chart.js").Point | import("chart.js").BubbleDataPoint)[]> | (ChartDataset<keyof import("chart.js").ChartTypeRegistry, (number | [number, number] | import("chart.js").Point | import("chart.js").BubbleDataPoint)[]> & {
|
|
23
23
|
label: any;
|
|
24
|
-
type?: "line" | "doughnut" | "bar" | "pie" | "scatter" | "bubble" | "polarArea" | "radar";
|
|
25
24
|
hidden?: boolean;
|
|
25
|
+
type?: "line" | "bar" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar";
|
|
26
26
|
order?: number;
|
|
27
|
-
|
|
27
|
+
indexAxis?: "y" | "x";
|
|
28
|
+
clip?: number | false | import("chart.js/dist/types/utils")._DeepPartialObject<import("chart.js").ChartArea>;
|
|
29
|
+
backgroundColor?: string | ((ctx: import("chart.js").ScriptableContext<"radar">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"line">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasGradient> | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasPattern> | readonly (string | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasGradient> | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasPattern>)[] | ((ctx: import("chart.js").ScriptableContext<"bar">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"bubble">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"doughnut">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color);
|
|
30
|
+
hoverBackgroundColor?: string | ((ctx: import("chart.js").ScriptableContext<"radar">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"line">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasGradient> | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasPattern> | readonly (string | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasGradient> | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasPattern>)[] | ((ctx: import("chart.js").ScriptableContext<"bar">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"bubble">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"doughnut">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color);
|
|
31
|
+
borderColor?: string | ((ctx: import("chart.js").ScriptableContext<"radar">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"line">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasGradient> | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasPattern> | readonly (string | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasGradient> | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasPattern>)[] | ((ctx: import("chart.js").ScriptableContext<"bar">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"bubble">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"doughnut">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color);
|
|
32
|
+
hoverBorderColor?: string | ((ctx: import("chart.js").ScriptableContext<"radar">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"line">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasGradient> | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasPattern> | readonly (string | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasGradient> | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasPattern>)[] | ((ctx: import("chart.js").ScriptableContext<"bar">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"bubble">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"doughnut">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color);
|
|
33
|
+
parsing?: false | import("chart.js/dist/types/utils")._DeepPartialObject<{
|
|
34
|
+
[key: string]: string;
|
|
35
|
+
}>;
|
|
36
|
+
normalized?: boolean;
|
|
37
|
+
borderWidth?: number | readonly number[] | ((ctx: import("chart.js").ScriptableContext<"doughnut">, options: import("chart.js/dist/types/basic").AnyObject) => number) | ((ctx: import("chart.js").ScriptableContext<"radar">, options: import("chart.js/dist/types/basic").AnyObject) => number) | ((ctx: import("chart.js").ScriptableContext<"line">, options: import("chart.js/dist/types/basic").AnyObject) => number) | ((ctx: import("chart.js").ScriptableContext<"bar">, options: import("chart.js/dist/types/basic").AnyObject) => number | {
|
|
28
38
|
top?: number;
|
|
29
39
|
right?: number;
|
|
30
40
|
bottom?: number;
|
|
@@ -40,18 +50,8 @@ export declare class BaseChartBuilderService<TConfig extends DynamicLineChart |
|
|
|
40
50
|
bottom?: number;
|
|
41
51
|
left?: number;
|
|
42
52
|
}>)[] | ((ctx: import("chart.js").ScriptableContext<"bubble">, options: import("chart.js/dist/types/basic").AnyObject) => number);
|
|
43
|
-
|
|
44
|
-
backgroundColor?: string | ((ctx: import("chart.js").ScriptableContext<"line">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasGradient> | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasPattern> | readonly (string | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasGradient> | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasPattern>)[] | ((ctx: import("chart.js").ScriptableContext<"radar">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"doughnut">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"bar">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"bubble">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color);
|
|
45
|
-
hoverBorderWidth?: number | readonly number[] | ((ctx: import("chart.js").ScriptableContext<"line">, options: import("chart.js/dist/types/basic").AnyObject) => number) | ((ctx: import("chart.js").ScriptableContext<"radar">, options: import("chart.js/dist/types/basic").AnyObject) => number) | ((ctx: import("chart.js").ScriptableContext<"doughnut">, options: import("chart.js/dist/types/basic").AnyObject) => number) | ((ctx: import("chart.js").ScriptableContext<"bubble">, options: import("chart.js/dist/types/basic").AnyObject) => number) | ((ctx: import("chart.js").ScriptableContext<"bar">, options: import("chart.js/dist/types/basic").AnyObject) => number);
|
|
46
|
-
hoverBorderColor?: string | ((ctx: import("chart.js").ScriptableContext<"line">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasGradient> | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasPattern> | readonly (string | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasGradient> | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasPattern>)[] | ((ctx: import("chart.js").ScriptableContext<"radar">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"doughnut">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"bar">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"bubble">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color);
|
|
47
|
-
hoverBackgroundColor?: string | ((ctx: import("chart.js").ScriptableContext<"line">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasGradient> | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasPattern> | readonly (string | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasGradient> | import("chart.js/dist/types/utils")._DeepPartialObject<CanvasPattern>)[] | ((ctx: import("chart.js").ScriptableContext<"radar">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"doughnut">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"bar">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color) | ((ctx: import("chart.js").ScriptableContext<"bubble">, options: import("chart.js/dist/types/basic").AnyObject) => import("chart.js").Color);
|
|
53
|
+
hoverBorderWidth?: number | readonly number[] | ((ctx: import("chart.js").ScriptableContext<"doughnut">, options: import("chart.js/dist/types/basic").AnyObject) => number) | ((ctx: import("chart.js").ScriptableContext<"radar">, options: import("chart.js/dist/types/basic").AnyObject) => number) | ((ctx: import("chart.js").ScriptableContext<"line">, options: import("chart.js/dist/types/basic").AnyObject) => number) | ((ctx: import("chart.js").ScriptableContext<"bubble">, options: import("chart.js/dist/types/basic").AnyObject) => number) | ((ctx: import("chart.js").ScriptableContext<"bar">, options: import("chart.js/dist/types/basic").AnyObject) => number);
|
|
48
54
|
stack?: string;
|
|
49
|
-
indexAxis?: "y" | "x";
|
|
50
|
-
clip?: number | false | import("chart.js/dist/types/utils")._DeepPartialObject<import("chart.js").ChartArea>;
|
|
51
|
-
parsing?: false | import("chart.js/dist/types/utils")._DeepPartialObject<{
|
|
52
|
-
[key: string]: string;
|
|
53
|
-
}>;
|
|
54
|
-
normalized?: boolean;
|
|
55
55
|
}))[];
|
|
56
56
|
};
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseChartBuilderService<any>, never>;
|
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
import { CriteriaModel, DynamicLineChart, TimeGroups } from '../models';
|
|
2
|
-
import { NdfReportsService } from './
|
|
2
|
+
import { NdfReportsService } from './ndf-reports.service';
|
|
3
|
+
import { ReportsHooksService } from './reports-hooks.service';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class DynamicTimelineReportService {
|
|
5
6
|
private _ndfReportsService;
|
|
7
|
+
private _reportsHooksService;
|
|
6
8
|
_isInitialized: boolean;
|
|
7
9
|
isLoadingResult: boolean;
|
|
8
10
|
private readonly _selectedGroupSub;
|
|
9
11
|
selectedGroup$: import("rxjs").Observable<TimeGroups>;
|
|
10
12
|
private readonly _rebuildTriggerSub;
|
|
11
13
|
rebuild$: import("rxjs").Observable<boolean>;
|
|
12
|
-
constructor(_ndfReportsService: NdfReportsService);
|
|
14
|
+
constructor(_ndfReportsService: NdfReportsService, _reportsHooksService: ReportsHooksService);
|
|
13
15
|
payload: CriteriaModel;
|
|
14
16
|
changeGroup(group: TimeGroups): void;
|
|
15
17
|
rebuild(): void;
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
export * from './ndf-reports.service';
|
|
2
|
-
export * from './chart-manager.service';
|
|
3
|
-
export * from './report-transform.service';
|
|
4
|
-
export * from './dynamic-timeline-report.service';
|
|
5
|
-
export * from './reports-state.service';
|
|
6
|
-
export * from './digit-chart.service';
|
|
7
1
|
export * from './base-chart-builder.service';
|
|
2
|
+
export * from './chart-callbacks-register.services';
|
|
8
3
|
export * from './chart-data-transformers.service';
|
|
4
|
+
export * from './chart-manager.service';
|
|
9
5
|
export * from './chart-plugins-registry.service';
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './reports-data-transformers.service';
|
|
6
|
+
export * from './chart-theme.service';
|
|
12
7
|
export * from './custom-reports-registry.service';
|
|
8
|
+
export * from './digit-chart.service';
|
|
9
|
+
export * from './dynamic-timeline-report.service';
|
|
10
|
+
export * from './ndf-reports.service';
|
|
11
|
+
export * from './report-config-mapper.service';
|
|
13
12
|
export * from './report-configuration.service';
|
|
14
|
-
export * from './
|
|
15
|
-
export * from './
|
|
13
|
+
export * from './report-transform.service';
|
|
14
|
+
export * from './reports-data-transformers.service';
|
|
15
|
+
export * from './reports-hooks.service';
|
|
16
|
+
export * from './reports-state.service';
|
|
@@ -1,23 +1,32 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
|
-
import { ApiResponseModel } from '../../../../core/models';
|
|
3
2
|
import { BaseService } from '../../../../shared/services';
|
|
4
3
|
import { NdfReportsRequest } from '../models';
|
|
5
4
|
import { ReportsDataTransformers } from './reports-data-transformers.service';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
|
-
declare type
|
|
6
|
+
export declare type predicateListValue = {
|
|
7
|
+
name: string;
|
|
8
|
+
value: string;
|
|
9
|
+
operator: string;
|
|
10
|
+
};
|
|
11
|
+
export declare type CriteriaType = {
|
|
8
12
|
params?: Record<string, any>;
|
|
9
13
|
payload?: {
|
|
10
|
-
predicateList:
|
|
14
|
+
predicateList: predicateListValue[];
|
|
11
15
|
} & Record<string, any>;
|
|
12
16
|
};
|
|
17
|
+
export declare type ReportBeforeSubmitPayload = CriteriaType & {
|
|
18
|
+
request: NdfReportsRequest;
|
|
19
|
+
};
|
|
13
20
|
export declare class NdfReportsService extends BaseService {
|
|
14
21
|
private _reportsDataTransformers;
|
|
15
22
|
constructor(injector: Injector, _reportsDataTransformers: ReportsDataTransformers);
|
|
16
|
-
getData(request: NdfReportsRequest, criteria?:
|
|
23
|
+
getData(request: NdfReportsRequest, criteria?: Record<string, any>): import("rxjs").Observable<any>;
|
|
17
24
|
private _query;
|
|
18
25
|
private _customQuery;
|
|
19
|
-
|
|
26
|
+
prepareRequest(request: NdfReportsRequest, criteria: CriteriaType): {
|
|
27
|
+
params: Record<string, any>;
|
|
28
|
+
payload: any;
|
|
29
|
+
};
|
|
20
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<NdfReportsService, never>;
|
|
21
31
|
static ɵprov: i0.ɵɵInjectableDeclaration<NdfReportsService>;
|
|
22
32
|
}
|
|
23
|
-
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ActionHookRequest } from '../models';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare type ReportsBeforeSubmitHook<T> = (payload: T) => T | Promise<T>;
|
|
4
|
+
export declare type ReportsActionContext = {
|
|
5
|
+
config: Record<string, any>;
|
|
6
|
+
criteria: Record<string, any>;
|
|
7
|
+
request: ActionHookRequest['request'];
|
|
8
|
+
data: ActionHookRequest['data'];
|
|
9
|
+
};
|
|
10
|
+
export declare type ReportsAction<T = ActionHookRequest> = (context: ReportsActionContext) => T | Promise<T>;
|
|
11
|
+
export declare class ReportsHooksService {
|
|
12
|
+
private beforeSubmitHooks;
|
|
13
|
+
private reportsActions;
|
|
14
|
+
registerBeforeSubmit<T = any>(handler: ReportsBeforeSubmitHook<T>): void;
|
|
15
|
+
unregisterBeforeSubmit<T>(handler: ReportsBeforeSubmitHook<T>): void;
|
|
16
|
+
clearBeforeSubmitHooks(): void;
|
|
17
|
+
executeBeforeSubmit<T extends Record<string, any>>(payload: T): Promise<T>;
|
|
18
|
+
evaluate<T extends Record<string, any>>(expr: string, payload: T): T;
|
|
19
|
+
registerBeforeSubmitAction<T>(name: string, action: ReportsAction<ActionHookRequest>): void;
|
|
20
|
+
unregisterBeforeSubmitAction(name: string): void;
|
|
21
|
+
executeBeforeSubmitAction(name: string, context: ReportsActionContext): Promise<ActionHookRequest>;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportsHooksService, never>;
|
|
23
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ReportsHooksService>;
|
|
24
|
+
}
|
|
@@ -1,12 +1,27 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { PageEvent } from '@angular/material/paginator/paginator';
|
|
3
3
|
import { AdapterService } from '../../../../core/adapters/adapter.service';
|
|
4
4
|
import { CallApiService } from '../../../../core/services/callApi/call-api.service';
|
|
5
|
-
import { DynamicTableService } from '../services/dynamic-table.service';
|
|
6
|
-
import { PageEvent } from '@angular/material/paginator/paginator';
|
|
7
|
-
import { EvaluatedString } from '../../../../shared';
|
|
8
5
|
import { NuxeoService } from '../../../../core/services/nuxeo/nuxeo.service';
|
|
6
|
+
import { DestroySubject, EvaluatedString } from '../../../../shared';
|
|
7
|
+
import { DynamicTableService } from '../services/dynamic-table.service';
|
|
8
|
+
import { TableHooksService } from '../services/table-hooks.service';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
|
+
export declare type TableProviderRequest = {
|
|
11
|
+
query: {
|
|
12
|
+
pageProvider: string;
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
options: {
|
|
16
|
+
headers: Record<string, string>;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
export declare type TableCustomRequest = {
|
|
20
|
+
url: string;
|
|
21
|
+
params: Record<string, any>;
|
|
22
|
+
headers: Record<string, string>;
|
|
23
|
+
payload: Record<string, any>;
|
|
24
|
+
};
|
|
10
25
|
/**
|
|
11
26
|
* this component is an additional layer that uses [Table Component]{@link TableComponent} internally,
|
|
12
27
|
* you can use this component to configure a page provider listing out of the box easily,
|
|
@@ -34,12 +49,13 @@ import * as i0 from "@angular/core";
|
|
|
34
49
|
* (actionOnRow)="performAction($event)">
|
|
35
50
|
* </cts-dynamic-table>
|
|
36
51
|
*/
|
|
37
|
-
export declare class DynamicTableComponent implements OnInit, OnDestroy {
|
|
52
|
+
export declare class DynamicTableComponent extends DestroySubject implements OnInit, OnDestroy {
|
|
38
53
|
private adapter;
|
|
39
54
|
private callApi;
|
|
40
55
|
private nuxeoService;
|
|
41
56
|
private dynamicTableService;
|
|
42
57
|
private cdr;
|
|
58
|
+
private _tableHooksService;
|
|
43
59
|
/** event to emit when selecting single row */
|
|
44
60
|
onRowSelected: EventEmitter<any>;
|
|
45
61
|
/** event to emit when selecting single row to catch index*/
|
|
@@ -131,7 +147,6 @@ export declare class DynamicTableComponent implements OnInit, OnDestroy {
|
|
|
131
147
|
};
|
|
132
148
|
rows: any[];
|
|
133
149
|
totalRecords: number;
|
|
134
|
-
myDataSubscription: Subscription;
|
|
135
150
|
loading: any;
|
|
136
151
|
sorting: boolean;
|
|
137
152
|
pageSizes: Array<{
|
|
@@ -139,12 +154,11 @@ export declare class DynamicTableComponent implements OnInit, OnDestroy {
|
|
|
139
154
|
size: number;
|
|
140
155
|
}>;
|
|
141
156
|
initialized: boolean;
|
|
142
|
-
constructor(adapter: AdapterService, callApi: CallApiService, nuxeoService: NuxeoService, dynamicTableService: DynamicTableService, cdr: ChangeDetectorRef);
|
|
157
|
+
constructor(adapter: AdapterService, callApi: CallApiService, nuxeoService: NuxeoService, dynamicTableService: DynamicTableService, cdr: ChangeDetectorRef, _tableHooksService: TableHooksService);
|
|
143
158
|
ngOnInit(): void;
|
|
144
|
-
ngOnDestroy(): void;
|
|
145
159
|
ngOnChanges(changes: SimpleChanges): void;
|
|
146
160
|
private _resetPageNumber;
|
|
147
|
-
getData(payload?: Record<string, any>, headers?: Record<string, any>): void
|
|
161
|
+
getData(payload?: Record<string, any>, headers?: Record<string, any>): Promise<void>;
|
|
148
162
|
rowDetails(event: any): void;
|
|
149
163
|
indexDetails(event: any): void;
|
|
150
164
|
performAction(action: any): void;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export * from './services/dynamic-table.service';
|
|
2
1
|
export * from './directives/empty-state.directive';
|
|
3
2
|
export * from './dynamic-table.module';
|
|
4
3
|
export * from './dynamic-table/dynamic-table.component';
|
|
4
|
+
export * from './services/dynamic-table.service';
|
|
5
|
+
export * from './services/table-hooks.service';
|