nuxeo-development-framework 6.0.6 → 6.0.8
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 +239 -72
- 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 +2 -2
- 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 +1 -1
- 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 +2 -2
- 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/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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/esm2015/lib/components/reports/ndf-reports/directives/index.js +1 -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 +1 -1
- 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/public-api.js +1 -1
- 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 +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/index.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/ndf-reports.service.js +1 -1
- 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-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 +1 -1
- 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 +1 -1
- package/esm2015/lib/components/tables/dynamic-table/services/dynamic-table.service.js +1 -1
- 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 +1 -1
- 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/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 +61 -61
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/components/activities-log/activities-log/activities-log.component.d.ts.map +1 -0
- package/lib/components/activities-log/activities-log/activities-log.service.d.ts.map +1 -0
- package/lib/components/activities-log/activities-log.module.d.ts.map +1 -0
- package/lib/components/activity/activity/activity.component.d.ts.map +1 -0
- package/lib/components/activity/activity.module.d.ts.map +1 -0
- package/lib/components/attachment-item/attachment-item/attachment-item.component.d.ts.map +1 -0
- package/lib/components/attachment-item/attachment-item.module.d.ts.map +1 -0
- package/lib/components/attachment-modal/attachment-modal.module.d.ts.map +1 -0
- package/lib/components/attachment-modal/attachments/attachments.component.d.ts.map +1 -0
- package/lib/components/avatar/avatar/avatar.component.d.ts.map +1 -0
- package/lib/components/avatar/avatar.module.d.ts.map +1 -0
- package/lib/components/card/card.component.d.ts.map +1 -0
- package/lib/components/card/card.module.d.ts.map +1 -0
- package/lib/components/comments/comments.module.d.ts.map +1 -0
- package/lib/components/comments/components/comment-item/comment-item.component.d.ts.map +1 -0
- package/lib/components/comments/components/comments-dashlet/comments-dashlet.component.d.ts.map +1 -0
- package/lib/components/comments/components/comments-list/comments-list.component.d.ts.map +1 -0
- package/lib/components/comments/components/edit-delete-modal/edit-delete-modal.component.d.ts.map +1 -0
- package/lib/components/comments/constants/comment.d.ts.map +1 -0
- package/lib/components/comments/services/comment-api.service.d.ts.map +1 -0
- package/lib/components/confirm-caller/confirm-caller.dialog.d.ts.map +1 -0
- package/lib/components/confirm-caller/confirm-caller.module.d.ts.map +1 -0
- package/lib/components/confirm-caller/confirm-dialog/confirm-dialog.component.d.ts.map +1 -0
- package/lib/components/confirmation-dialog/confirmation-dialog/confirmation-dialog.component.d.ts.map +1 -0
- package/lib/components/confirmation-dialog/confirmation-dialog.module.d.ts.map +1 -0
- package/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.d.ts.map +1 -0
- package/lib/components/correspondence-relation/components/correspondence-relation-create-form/correspondence-relation-create-form.component.d.ts.map +1 -0
- package/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.d.ts.map +1 -0
- package/lib/components/correspondence-relation/components/correspondence-relation-reply/correspondence-relation-reply.component.d.ts.map +1 -0
- package/lib/components/correspondence-relation/components/versions/versions.component.d.ts.map +1 -0
- package/lib/components/correspondence-relation/correspondence-relation.module.d.ts.map +1 -0
- package/lib/components/correspondence-relation/services/correspondence-realation.service.d.ts.map +1 -0
- package/lib/components/correspondence-relation/services/viewer-files.service.d.ts.map +1 -0
- package/lib/components/create-entity/create-entity/create-entity.component.d.ts.map +1 -0
- package/lib/components/create-entity/create-entity.module.d.ts.map +1 -0
- package/lib/components/cts-tags/components/correspondence-tags/correspondence-tags.component.d.ts.map +1 -0
- package/lib/components/cts-tags/cts-tags.module.d.ts.map +1 -0
- package/lib/components/cts-tags/services/tags-api.service.d.ts.map +1 -0
- package/lib/components/custom-toastr/components/custom-toastr/custom-toastr.component.d.ts.map +1 -0
- package/lib/components/custom-toastr/custom-toastr.module.d.ts.map +1 -0
- package/lib/components/custom-toastr/interfaces/toast-type.interface.d.ts.map +1 -0
- package/lib/components/custom-toastr/services/custom-toastr.service.d.ts.map +1 -0
- package/lib/components/diagrams/components/base-node.component.d.ts.map +1 -0
- package/lib/components/diagrams/components/circle-node/circle-node.component.d.ts.map +1 -0
- package/lib/components/diagrams/components/connection-label.component.d.ts.map +1 -0
- package/lib/components/diagrams/components/content-node/content-node.component.d.ts.map +1 -0
- package/lib/components/diagrams/components/custom-connection.component.d.ts +1 -1
- package/lib/components/diagrams/components/custom-connection.component.d.ts.map +1 -0
- package/lib/components/diagrams/components/custom-socket.component.d.ts.map +1 -0
- package/lib/components/diagrams/components/gateway-node/gateway-node.component.d.ts.map +1 -0
- package/lib/components/diagrams/components/gateway-ports.component.d.ts.map +1 -0
- package/lib/components/diagrams/components/index.d.ts.map +1 -0
- package/lib/components/diagrams/components/node-icon.component.d.ts.map +1 -0
- package/lib/components/diagrams/components/node-inputs.component.d.ts.map +1 -0
- package/lib/components/diagrams/components/node-outputs.component.d.ts.map +1 -0
- package/lib/components/diagrams/components/node-ports.component.d.ts.map +1 -0
- package/lib/components/diagrams/components/remove-button.component.d.ts.map +1 -0
- package/lib/components/diagrams/components/status-icon.component.d.ts.map +1 -0
- package/lib/components/diagrams/components/template-node/template-node.component.d.ts.map +1 -0
- package/lib/components/diagrams/components/zoom-control.component.d.ts.map +1 -0
- package/lib/components/diagrams/constants/defaults.d.ts.map +1 -0
- package/lib/components/diagrams/constants/direction.d.ts.map +1 -0
- package/lib/components/diagrams/constants/index.d.ts.map +1 -0
- package/lib/components/diagrams/constants/message-type.d.ts.map +1 -0
- package/lib/components/diagrams/constants/node-type.d.ts.map +1 -0
- package/lib/components/diagrams/constants/notify-events.d.ts.map +1 -0
- package/lib/components/diagrams/constants/sizes.d.ts.map +1 -0
- package/lib/components/diagrams/constants/status.d.ts.map +1 -0
- package/lib/components/diagrams/diagrams.module.d.ts.map +1 -0
- package/lib/components/diagrams/directive/diagram.directive.d.ts.map +1 -0
- package/lib/components/diagrams/directive/index.d.ts.map +1 -0
- package/lib/components/diagrams/editor/customize.d.ts.map +1 -0
- package/lib/components/diagrams/editor/editor.d.ts.map +1 -0
- package/lib/components/diagrams/editor/index.d.ts.map +1 -0
- package/lib/components/diagrams/editor/overrides/connection-path.transformers.d.ts.map +1 -0
- package/lib/components/diagrams/editor/overrides/index.d.ts.map +1 -0
- package/lib/components/diagrams/editor/path-plugin.d.ts.map +1 -0
- package/lib/components/diagrams/editor/socket-position-watcher.d.ts.map +1 -0
- package/lib/components/diagrams/index.d.ts.map +1 -0
- package/lib/components/diagrams/models/base-node.model.d.ts.map +1 -0
- package/lib/components/diagrams/models/circle-node.model.d.ts.map +1 -0
- package/lib/components/diagrams/models/connection.model.d.ts.map +1 -0
- package/lib/components/diagrams/models/content-node.model.d.ts.map +1 -0
- package/lib/components/diagrams/models/gate-way.model.d.ts.map +1 -0
- package/lib/components/diagrams/models/index.d.ts.map +1 -0
- package/lib/components/diagrams/models/ports.model.d.ts.map +1 -0
- package/lib/components/diagrams/models/socket.model.d.ts.map +1 -0
- package/lib/components/diagrams/models/template-node.model.d.ts.map +1 -0
- package/lib/components/diagrams/public-api.d.ts.map +1 -0
- package/lib/components/diagrams/services/diagram-plugins.service.d.ts.map +1 -0
- package/lib/components/diagrams/services/diagram.service.d.ts.map +1 -0
- package/lib/components/diagrams/services/index.d.ts.map +1 -0
- package/lib/components/diagrams/services/message.service.d.ts.map +1 -0
- package/lib/components/diagrams/services/workflow.service.d.ts.map +1 -0
- package/lib/components/diagrams/types/common.type.d.ts.map +1 -0
- package/lib/components/diagrams/types/connection-config.type.d.ts.map +1 -0
- package/lib/components/diagrams/types/connection-label.type.d.ts.map +1 -0
- package/lib/components/diagrams/types/customization.type.d.ts.map +1 -0
- package/lib/components/diagrams/types/diagram-config.type.d.ts.map +1 -0
- package/lib/components/diagrams/types/diagram-editor.type.d.ts.map +1 -0
- package/lib/components/diagrams/types/emitter-type.d.ts.map +1 -0
- package/lib/components/diagrams/types/index.d.ts.map +1 -0
- package/lib/components/diagrams/types/layout.type.d.ts.map +1 -0
- package/lib/components/diagrams/types/node-content.d.ts.map +1 -0
- package/lib/components/diagrams/types/node-definition.d.ts.map +1 -0
- package/lib/components/diagrams/types/node-status.type.d.ts.map +1 -0
- package/lib/components/diagrams/types/node.type.d.ts.map +1 -0
- package/lib/components/diagrams/types/notify-event.type.d.ts.map +1 -0
- package/lib/components/diagrams/types/path.type.d.ts.map +1 -0
- package/lib/components/diagrams/types/ports-config.type.d.ts.map +1 -0
- package/lib/components/diagrams/types/schemes.type.d.ts.map +1 -0
- package/lib/components/diagrams/types/socket.type.d.ts.map +1 -0
- package/lib/components/diagrams/utilities/common.d.ts.map +1 -0
- package/lib/components/diagrams/utilities/index.d.ts.map +1 -0
- package/lib/components/diagrams/utilities/random.d.ts.map +1 -0
- package/lib/components/diagrams/utilities/remove.util.d.ts.map +1 -0
- package/lib/components/diagrams/utilities/serialize.d.ts.map +1 -0
- package/lib/components/display-suitable-icon/display-suitable-icon/display-suitable-icon.component.d.ts.map +1 -0
- package/lib/components/display-suitable-icon/display-suitable-icon/icon.service.d.ts.map +1 -0
- package/lib/components/display-suitable-icon/display-suitable-icon.module.d.ts.map +1 -0
- package/lib/components/documents/components/attachments-list/attachments-list.component.d.ts.map +1 -0
- package/lib/components/documents/components/attachments-page-provider/attachments-page-provider.component.d.ts.map +1 -0
- package/lib/components/documents/components/document-list/documents-list.component.d.ts.map +1 -0
- package/lib/components/documents/components/document-scan/document-scan.component.d.ts.map +1 -0
- package/lib/components/documents/components/document-scan/document-scan.service.d.ts.map +1 -0
- package/lib/components/documents/components/document-upload/document-upload.component.d.ts.map +1 -0
- package/lib/components/documents/components/documents/documents.component.d.ts.map +1 -0
- package/lib/components/documents/constants/document-templates.d.ts.map +1 -0
- package/lib/components/documents/constants/documents.d.ts.map +1 -0
- package/lib/components/documents/documents.module.d.ts.map +1 -0
- package/lib/components/documents/services/document-templates.service.d.ts.map +1 -0
- package/lib/components/documents/services/documents.service.d.ts.map +1 -0
- package/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.d.ts.map +1 -0
- package/lib/components/dynamic-chart/dynamic-chart.module.d.ts.map +1 -0
- package/lib/components/dynamic-chart/services/chart-data.service.d.ts.map +1 -0
- package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.d.ts.map +1 -0
- package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module.d.ts.map +1 -0
- package/lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component.d.ts.map +1 -0
- package/lib/components/dynamic-filter/dynamic-filter.module.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/department-form/department-form.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form/dynamic-form.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form/fields.adapter.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form/form-builder.service.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-boolitem/dynamic-form-boolitem.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-builder/dynamic-form-builder.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-checkbox-item/dynamic-form-checkbox-item.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-dateitem/dynamic-form-dateitem.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-dateitem/owlDateTimeIntl.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-department/constants/department.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-department/dynamic-form-department.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-department/services/department-api.service.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-department/services/department-management.service.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-field/dynamic-form-field.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-hijri-dateitem/dynamic-form-hijri-dateitem.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-item-dispatcher/dynamic-form-item-dispatcher.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-mapitem/dynamic-form-mapitem.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-options/dynamic-form-options.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-select-tag/dynamic-form-select-tag.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-select-user-filter/dynamic-form-select-user-filter.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-select-users/dynamic-form-select-users.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-select-users/services/user-api.service.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-selectitem/dynamic-form-selectitem.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-slide-toggleitem/dynamic-form-slide-toggleitem.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-textarea/dynamic-form-textarea.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-textitem/dynamic-form-textitem.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select-i18n.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-viewer/dynamic-form-viewer.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/dynamic-form-vocabulary-item/dynamic-form-vocabulary-item.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/form-wrappers/base-edit-form/base-edit-form.d.ts +1 -1
- package/lib/components/dynamic-form/components/form-wrappers/base-edit-form/base-edit-form.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/form-wrappers/date-wrapper/date-wrapper.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/form-wrappers/date-wrapper/date-wrapper.formio.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/form-wrappers/toggle-wrapper/toggle-wrapper.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/form-wrappers/toggle-wrapper/toggle-wrapper.formio.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/form-wrappers/user-selector-wrapper/user-selector-wrapper.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/form-wrappers/user-selector-wrapper/user-selector-wrapper.formio.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/form-wrappers/vocabulary-wrapper/vocabulary-wrapper.component.d.ts.map +1 -0
- package/lib/components/dynamic-form/components/form-wrappers/vocabulary-wrapper/vocabulary-wrapper.formio.d.ts.map +1 -0
- package/lib/components/dynamic-form/directives/dynamic-form-content-proxy.directive.d.ts.map +1 -0
- package/lib/components/dynamic-form/dynamic-form.module.d.ts.map +1 -0
- package/lib/components/dynamic-form/interfaces/dynamic-form-boolitem-properties.interface.d.ts.map +1 -0
- package/lib/components/dynamic-form/interfaces/dynamic-form-dateitem-properties.interface.d.ts.map +1 -0
- package/lib/components/dynamic-form/interfaces/dynamic-form-item-properties.interface.d.ts.map +1 -0
- package/lib/components/dynamic-form/interfaces/dynamic-form-item-validator.interface.d.ts.map +1 -0
- package/lib/components/dynamic-form/interfaces/dynamic-form-item.interface.d.ts.map +1 -0
- package/lib/components/dynamic-form/interfaces/dynamic-form-keyvaluepairsitem-properties.interface.d.ts.map +1 -0
- package/lib/components/dynamic-form/interfaces/dynamic-form-selectitem-properties.interface.d.ts.map +1 -0
- package/lib/components/dynamic-form/interfaces/dynamic-form-textitem-pipe-property.interface.d.ts.map +1 -0
- package/lib/components/dynamic-form/interfaces/dynamic-form-textitem-properties.interface.d.ts.map +1 -0
- package/lib/components/dynamic-form/interfaces/dynamic-form.interfaces.d.ts.map +1 -0
- package/lib/components/dynamic-form/models/dynamic-form-baseitem.model.d.ts.map +1 -0
- package/lib/components/dynamic-form/models/dynamic-form-boolitem.model.d.ts.map +1 -0
- package/lib/components/dynamic-form/models/dynamic-form-dateitem.model.d.ts.map +1 -0
- package/lib/components/dynamic-form/models/dynamic-form-datetimeitem.model.d.ts.map +1 -0
- package/lib/components/dynamic-form/models/dynamic-form-mapitem.model.d.ts.map +1 -0
- package/lib/components/dynamic-form/models/dynamic-form-selectitem.model.d.ts.map +1 -0
- package/lib/components/dynamic-form/models/dynamic-form-textitem.model.d.ts.map +1 -0
- package/lib/components/dynamic-form/models/dynamic-form.models.d.ts.map +1 -0
- package/lib/components/dynamic-form/services/card-item-types.service.d.ts.map +1 -0
- package/lib/components/dynamic-form/services/dynamic-component-mapper.service.d.ts.map +1 -0
- package/lib/components/dynamic-form/services/dynamic-form-update.service.d.ts.map +1 -0
- package/lib/components/dynamic-form/services/vocabulary-api.service.d.ts.map +1 -0
- package/lib/components/dynamic-form/validators/length-validator.d.ts.map +1 -0
- package/lib/components/dynamic-form/validators/regex-validator.d.ts.map +1 -0
- package/lib/components/dynamic-form/validators/required-validator.d.ts.map +1 -0
- package/lib/components/dynamic-form/validators/value-validator.d.ts.map +1 -0
- package/lib/components/dynamic-search/dynamic-search/dynamic-search.component.d.ts.map +1 -0
- package/lib/components/dynamic-search/dynamic-search.module.d.ts.map +1 -0
- package/lib/components/dynamic-tabs/dynamic-tabs/dynamic-tabs.component.d.ts.map +1 -0
- package/lib/components/dynamic-tabs/dynamic-tabs.module.d.ts.map +1 -0
- package/lib/components/dynamic-view/boolean-viewer/boolean-viewer.component.d.ts.map +1 -0
- package/lib/components/dynamic-view/custom-document-viewer/custom-document-viewer.component.d.ts.map +1 -0
- package/lib/components/dynamic-view/custom-pp-viewer/custom-pp-viewer.component.d.ts.map +1 -0
- package/lib/components/dynamic-view/cutome-voc-viewer/cutome-voc-viewer.component.d.ts.map +1 -0
- package/lib/components/dynamic-view/data-viewer/data-viewer.component.d.ts.map +1 -0
- package/lib/components/dynamic-view/date-viewer/date-viewer.component.d.ts.map +1 -0
- package/lib/components/dynamic-view/department-viewer/department-viewer.component.d.ts.map +1 -0
- package/lib/components/dynamic-view/dropdown-viewer/dropdown-viewer.component.d.ts.map +1 -0
- package/lib/components/dynamic-view/dynamic-view.module.d.ts.map +1 -0
- package/lib/components/dynamic-view/dynamic-viewe.service.d.ts.map +1 -0
- package/lib/components/dynamic-view/list-viewer/list-viewer.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/add-to-collection/add-to-collection.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/clipboard/clipboard.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/copy/copy.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/create-directory/create-directory.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/create-modal/create-modal.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/creation-type/creation-type.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/delete/delete.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/folder-modal/folder-modal.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/loan-request/loan-request.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/move/move.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/publish-dialog/publish-dialog.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/rename/rename.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/scan-modal/scan-modal.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/share-dialog/share-dialog.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/sidepanel/sidepanel.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/template-modal/template-modal.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/transfer-doc/transfer-doc.component.d.ts.map +1 -0
- package/lib/components/file-manger/components/update-modal/update-modal.component.d.ts.map +1 -0
- package/lib/components/file-manger/directives/file-grid-infinite-scroll.directive.d.ts.map +1 -0
- package/lib/components/file-manger/file-manager.abstract.d.ts.map +1 -0
- package/lib/components/file-manger/file-manger.module.d.ts.map +1 -0
- package/lib/components/file-manger/models/file-manager-config.model.d.ts.map +1 -0
- package/lib/components/file-manger/models/index.d.ts.map +1 -0
- package/lib/components/file-manger/models/pagination-payload.mode.d.ts.map +1 -0
- package/lib/components/file-manger/models/pagination-response.model.d.ts.map +1 -0
- package/lib/components/filter/filter/filter.component.d.ts.map +1 -0
- package/lib/components/filter/filter.module.d.ts.map +1 -0
- package/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/gregorian-datepicker/gregorian-datepicker.component.d.ts.map +1 -0
- package/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/hijri-datepicker/hijri-datepicker.component.d.ts.map +1 -0
- package/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/hijri-gregorian-datepicker.component.d.ts.map +1 -0
- package/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/provide-parent-form.directive.d.ts.map +1 -0
- package/lib/components/hijri-gregorian-datepicker/ngx-hijri-gregorian-datepicker.module.d.ts.map +1 -0
- package/lib/components/hijri-gregorian-datepicker/services/date-formatter.service.d.ts.map +1 -0
- package/lib/components/hijri-gregorian-datepicker/services/date-helper.service.d.ts.map +1 -0
- package/lib/components/hijri-gregorian-datepicker/utils/CustomNgbDateParserFormatter.d.ts.map +1 -0
- package/lib/components/hijri-gregorian-datepicker/utils/IslamicI18n.d.ts.map +1 -0
- package/lib/components/hijri-gregorian-datepicker/utils/consts.d.ts.map +1 -0
- package/lib/components/latest-activity/components/activity-line/activity-line.component.d.ts.map +1 -0
- package/lib/components/latest-activity/components/latest-activity/latest-activity.component.d.ts.map +1 -0
- package/lib/components/latest-activity/components/single-activity/single-activity.component.d.ts.map +1 -0
- package/lib/components/latest-activity/constants/activitylog.d.ts.map +1 -0
- package/lib/components/latest-activity/latest-activity.module.d.ts.map +1 -0
- package/lib/components/latest-activity/services/activity-log.service.d.ts.map +1 -0
- package/lib/components/mutiple-dynamic-form-viewer/multiple-dynamic-form-viewer/multiple-dynamic-form-viewer.component.d.ts.map +1 -0
- package/lib/components/mutiple-dynamic-form-viewer/mutiple-dynamic-form-viewer.module.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/components/config-editor-actions/config-editor-actions.component.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/components/editor-mode-switch.component.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/components/index.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/components/info-dialog/info-dialog.component.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/config.token.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/constants/index.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/constants/mode.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/constants/query.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/containers/config-preview/config-preview.component.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/containers/editor-settings/editor-settings.component.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/containers/index.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/containers/monaco-editor.component.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/containers/ndf-config-editor/ndf-config-editor.component.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/index.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/metadata-token.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/models/config.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/models/dialog-data.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/models/editor-model.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/models/index.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/models/payload-data.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/models/type-helper.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/ndf-config-editor.module.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/pipes/index.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/pipes/is-valid-json.pipe.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/pipes/validate-object.pipe.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/public/editor-navigate-button.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/public/index.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/public-api.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/services/data-access.service.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/services/data-store.service.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/services/index.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/services/monaco.loader.service.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/utility/index.d.ts.map +1 -0
- package/lib/components/ndf-config-editor/utility/json.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/adapters/hijri-adapter.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/adapters/index.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/adapters/moment-adapter.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/base/base-value-accessor.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/base/index.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/components/base-datepicker.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/components/index.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/components/input-date.component.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/components/input-range-date.component.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/constants/date-locale-keys.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/constants/date-picker.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/constants/date-type.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/constants/formats.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/constants/hijri-dates-names.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/constants/index.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/containers/datepicker-container.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/containers/index.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/containers/ndf-gregorian-datepicker.component.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/containers/ndf-hijri-datepicker.component.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/index.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/models/data-types.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/models/index.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/models/value-object.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/ndf-datepicker.component.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/ndf-datepicker.module.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/services/calendar.service.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/services/index.d.ts.map +1 -0
- package/lib/components/ndf-datepicker/services/localize-state.service.d.ts.map +1 -0
- package/lib/components/ndf-filters/base/base-aggregation-field.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/base/base-checkbox-radio.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/base/base-custom-field.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/base/base-predicate-field.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/base/base-value-accessor.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/base/index.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/__parts/field-header.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/__parts/filter-autocomplete-input/filter-autocomplete-input.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/__parts/filter-autocomplete-input/filter-autocomplete.service.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/__parts/filter-collapse-control/filter-collapse-control.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/__parts/filter-date-range/filter-date-range.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/__parts/filter-empty-message.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/__parts/filter-option-text/filter-option-text.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/__parts/filter-options-sort/filter-options-sort.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/__parts/filter-search-input/filter-search-input.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/__parts/html-dialog/html-dialog.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/__parts/index.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/aggregation-autocomplete/aggregation-autocomplete.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/aggregation-checkbox/aggregation-checkbox.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/aggregation-custom/aggregation-custom.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/aggregation-date-list/aggregation-date-list.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/aggregation-radio/aggregation-radio.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/aggregation-select/aggregation-select.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/aggregation-switch/aggregation-switch.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/index.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/predicate-date-input/predicate-date-input.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/components/predicate-text-input/predicate-text-input.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/constants/common.d.ts.map +1 -0
- package/lib/components/ndf-filters/constants/field.d.ts.map +1 -0
- package/lib/components/ndf-filters/constants/index.d.ts.map +1 -0
- package/lib/components/ndf-filters/constants/operators.d.ts.map +1 -0
- package/lib/components/ndf-filters/constants/sort.d.ts.map +1 -0
- package/lib/components/ndf-filters/constants/type.d.ts.map +1 -0
- package/lib/components/ndf-filters/containers/aggregation-field/aggregation-field.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/containers/base-field.d.ts.map +1 -0
- package/lib/components/ndf-filters/containers/custom-field/custom-field.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/containers/filters-panel/base-filters-panel.d.ts.map +1 -0
- package/lib/components/ndf-filters/containers/filters-panel/filters-panel.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/containers/index.d.ts.map +1 -0
- package/lib/components/ndf-filters/containers/predicate-field/predicate-field.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/custom-components/active-user-switch/active-user-switch.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/custom-components/active-user-switch/active-user.service.d.ts.map +1 -0
- package/lib/components/ndf-filters/custom-components/active-user-switch/user-types.d.ts.map +1 -0
- package/lib/components/ndf-filters/custom-components/aggregation-group/aggregation-group.component.d.ts.map +1 -0
- package/lib/components/ndf-filters/custom-components/aggregation-group/map-aggregation-config.d.ts.map +1 -0
- package/lib/components/ndf-filters/custom-components/index.d.ts.map +1 -0
- package/lib/components/ndf-filters/directives/autocomplete-template.directive.d.ts.map +1 -0
- package/lib/components/ndf-filters/directives/checkbox-template.directive.d.ts.map +1 -0
- package/lib/components/ndf-filters/directives/custom-template.directive.d.ts.map +1 -0
- package/lib/components/ndf-filters/directives/date-template.directive.d.ts.map +1 -0
- package/lib/components/ndf-filters/directives/dropdown-label-template.directive.d.ts.map +1 -0
- package/lib/components/ndf-filters/directives/dropdown-template.directive.d.ts.map +1 -0
- package/lib/components/ndf-filters/directives/index.d.ts.map +1 -0
- package/lib/components/ndf-filters/directives/radio-template.directive.d.ts.map +1 -0
- package/lib/components/ndf-filters/directives/switch-template.directive.d.ts.map +1 -0
- package/lib/components/ndf-filters/index.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/aggregation-field-config.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/aggregation-response.model.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/base-field-config.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/common.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/custom-field-config.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/field-config.model.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/field-options/autocomplete-options.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/field-options/checkbox-options.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/field-options/common-utils.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/field-options/custom-fields-options.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/field-options/custom-options.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/field-options/date-list-options.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/field-options/date-options.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/field-options/dropdown-options.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/field-options/index.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/field-options/input-options.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/field-options/radio-options.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/field-options/switch-options.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/filter-option.model.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/form-query-request.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/index.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/operator-value-object.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/predicate-field-config.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/types-helper.d.ts.map +1 -0
- package/lib/components/ndf-filters/models/value-object.model.d.ts.map +1 -0
- package/lib/components/ndf-filters/ndf-filters-panel.module.d.ts.map +1 -0
- package/lib/components/ndf-filters/pipes/autocomplete-filter.pipe.d.ts.map +1 -0
- package/lib/components/ndf-filters/pipes/check-condition.pipe.d.ts.map +1 -0
- package/lib/components/ndf-filters/pipes/filter.pipe.d.ts.map +1 -0
- package/lib/components/ndf-filters/pipes/hash-translate.pipe.d.ts.map +1 -0
- package/lib/components/ndf-filters/pipes/index.d.ts.map +1 -0
- package/lib/components/ndf-filters/pipes/localized-label.pipe.d.ts.map +1 -0
- package/lib/components/ndf-filters/pipes/roles-filters.pipe.d.ts.map +1 -0
- package/lib/components/ndf-filters/pipes/sanitizer.pipe.d.ts.map +1 -0
- package/lib/components/ndf-filters/pipes/sort.pipe.d.ts.map +1 -0
- package/lib/components/ndf-filters/pipes/tooltip.pipe.d.ts.map +1 -0
- package/lib/components/ndf-filters/public-api.d.ts.map +1 -0
- package/lib/components/ndf-filters/services/aggregation-field.service.d.ts.map +1 -0
- package/lib/components/ndf-filters/services/dynamic-component-loader.service.d.ts.map +1 -0
- package/lib/components/ndf-filters/services/filters-mapper.service.d.ts.map +1 -0
- package/lib/components/ndf-filters/services/filters-query.service.d.ts.map +1 -0
- package/lib/components/ndf-filters/services/index.d.ts.map +1 -0
- package/lib/components/ndf-filters/utility/index.d.ts.map +1 -0
- package/lib/components/ndf-filters/utility/nxql-query.d.ts.map +1 -0
- package/lib/components/ndf-filters/utility/nxql.d.ts.map +1 -0
- package/lib/components/ndf-filters/utility/object.d.ts.map +1 -0
- package/lib/components/ndf-panel/component/ndf-panel.component.d.ts.map +1 -0
- package/lib/components/ndf-panel/index.d.ts.map +1 -0
- package/lib/components/ndf-panel/ndf-panel.module.d.ts.map +1 -0
- package/lib/components/ndf-scanner/index.d.ts.map +1 -0
- package/lib/components/ndf-scanner/ndf-scanner.component.d.ts.map +1 -0
- package/lib/components/ndf-scanner/ndf-scanner.module.d.ts.map +1 -0
- package/lib/components/ndf-signatures/emdha/dialogs/auth/emdha-auth.dialog.d.ts.map +1 -0
- package/lib/components/ndf-signatures/emdha/dialogs/index.d.ts.map +1 -0
- package/lib/components/ndf-signatures/emdha/index.d.ts.map +1 -0
- package/lib/components/ndf-signatures/emdha/services/emdha.service.d.ts.map +1 -0
- package/lib/components/ndf-signatures/emdha/services/index.d.ts.map +1 -0
- package/lib/components/ndf-signatures/index.d.ts.map +1 -0
- package/lib/components/ndf-signatures/ndf-signature-panel/ndf-signature-panel.component.d.ts.map +1 -0
- package/lib/components/ndf-signatures/ndf-signatures.module.d.ts.map +1 -0
- package/lib/components/ndf-signatures/services/index.d.ts.map +1 -0
- package/lib/components/ndf-signatures/services/signatures.service.d.ts.map +1 -0
- package/lib/components/ndf-tabs/component/ndf-tabs.component.d.ts.map +1 -0
- package/lib/components/ndf-tabs/index.d.ts.map +1 -0
- package/lib/components/ndf-tabs/ndf-tabs.module.d.ts.map +1 -0
- package/lib/components/ndf-tabs/tab.type.d.ts.map +1 -0
- package/lib/components/ndf-uploader/components/bottom-sheet/ndf-uploader-bottom-sheet.component.d.ts.map +1 -0
- package/lib/components/ndf-uploader/components/index.d.ts.map +1 -0
- package/lib/components/ndf-uploader/config/index.d.ts.map +1 -0
- package/lib/components/ndf-uploader/config/uploader.config.d.ts.map +1 -0
- package/lib/components/ndf-uploader/constant/file-content.d.ts.map +1 -0
- package/lib/components/ndf-uploader/constant/index.d.ts.map +1 -0
- package/lib/components/ndf-uploader/helpers/index.d.ts.map +1 -0
- package/lib/components/ndf-uploader/helpers/uploader.helper.d.ts.map +1 -0
- package/lib/components/ndf-uploader/index.d.ts.map +1 -0
- package/lib/components/ndf-uploader/models/batch.model.d.ts.map +1 -0
- package/lib/components/ndf-uploader/models/index.d.ts.map +1 -0
- package/lib/components/ndf-uploader/models/ndf-file.model.d.ts.map +1 -0
- package/lib/components/ndf-uploader/models/provider.model.d.ts.map +1 -0
- package/lib/components/ndf-uploader/ndf-uploader-bottom-sheet.service.d.ts.map +1 -0
- package/lib/components/ndf-uploader/ndf-uploader.module.d.ts.map +1 -0
- package/lib/components/ndf-uploader/ndf-uploader.service.d.ts.map +1 -0
- package/lib/components/ndf-uploader/providers/index.d.ts.map +1 -0
- package/lib/components/ndf-uploader/providers/nuxeo-provider.service.d.ts.map +1 -0
- package/lib/components/ndf-uploader/providers/s3-provider.service.d.ts.map +1 -0
- package/lib/components/no-data-found/index.d.ts.map +1 -0
- package/lib/components/no-data-found/no-data-found.component.d.ts.map +1 -0
- package/lib/components/no-data-found/no-data.module.d.ts.map +1 -0
- package/lib/components/notifications/components/base-list-notfications.component.d.ts.map +1 -0
- package/lib/components/notifications/components/base-notifications.component.d.ts.map +1 -0
- package/lib/components/notifications/components/index.d.ts.map +1 -0
- package/lib/components/notifications/components/notification-item/get-icon.pipe.d.ts.map +1 -0
- package/lib/components/notifications/components/notification-item/notification-item.component.d.ts.map +1 -0
- package/lib/components/notifications/components/notification-sortby-toggle/notification-sortby-toggle.component.d.ts.map +1 -0
- package/lib/components/notifications/components/notification-source-select/notification-source-select.component.d.ts.map +1 -0
- package/lib/components/notifications/components/notification-status-toggle/notification-status-toggle.component.d.ts.map +1 -0
- package/lib/components/notifications/components/notifications-button/notifications-button.component.d.ts.map +1 -0
- package/lib/components/notifications/components/notifications-date-select/notifications-date-select.component.d.ts.map +1 -0
- package/lib/components/notifications/components/notifications-list/notifications-list.component.d.ts.map +1 -0
- package/lib/components/notifications/components/notifications-list/options.d.ts.map +1 -0
- package/lib/components/notifications/components/notifications-list-actions/notifications-list-actions.component.d.ts.map +1 -0
- package/lib/components/notifications/components/notifications-settings/check-if-subscribed.pipe.d.ts.map +1 -0
- package/lib/components/notifications/components/notifications-settings/notifications-settings.adapter.d.ts.map +1 -0
- package/lib/components/notifications/components/notifications-settings/notifications-settings.component.d.ts.map +1 -0
- package/lib/components/notifications/components/notifications-sidebar/notifications-sidebar-content.d.ts.map +1 -0
- package/lib/components/notifications/components/notifications-sidebar/notifications-sidebar.component.d.ts.map +1 -0
- package/lib/components/notifications/constants/date.d.ts.map +1 -0
- package/lib/components/notifications/constants/index.d.ts.map +1 -0
- package/lib/components/notifications/constants/pagination.d.ts.map +1 -0
- package/lib/components/notifications/constants/panel.d.ts.map +1 -0
- package/lib/components/notifications/constants/status.d.ts.map +1 -0
- package/lib/components/notifications/containers/index.d.ts.map +1 -0
- package/lib/components/notifications/containers/notifications-list-container/notifications-list-container.component.d.ts.map +1 -0
- package/lib/components/notifications/containers/notifications-list-container/options.d.ts.map +1 -0
- package/lib/components/notifications/containers/notifications-settings-container/notifications-settings-container.component.d.ts.map +1 -0
- package/lib/components/notifications/directives/button.directive.d.ts.map +1 -0
- package/lib/components/notifications/directives/index.d.ts.map +1 -0
- package/lib/components/notifications/directives/notification.directive.d.ts.map +1 -0
- package/lib/components/notifications/index.d.ts.map +1 -0
- package/lib/components/notifications/models/common.d.ts.map +1 -0
- package/lib/components/notifications/models/index.d.ts.map +1 -0
- package/lib/components/notifications/models/notification-definition.model.d.ts.map +1 -0
- package/lib/components/notifications/models/notification-message.mode.d.ts.map +1 -0
- package/lib/components/notifications/models/notification-options.d.ts.map +1 -0
- package/lib/components/notifications/models/notification-setting.presenter.d.ts.map +1 -0
- package/lib/components/notifications/models/notification-subscription.model.d.ts.map +1 -0
- package/lib/components/notifications/models/notification.model.d.ts.map +1 -0
- package/lib/components/notifications/models/notifications-list-options.d.ts.map +1 -0
- package/lib/components/notifications/models/paging-response.model.d.ts.map +1 -0
- package/lib/components/notifications/models/params.model.d.ts.map +1 -0
- package/lib/components/notifications/models/vocabularies.d.ts.map +1 -0
- package/lib/components/notifications/notifications.module.d.ts.map +1 -0
- package/lib/components/notifications/public-api.d.ts.map +1 -0
- package/lib/components/notifications/services/index.d.ts.map +1 -0
- package/lib/components/notifications/services/listener.service.d.ts.map +1 -0
- package/lib/components/notifications/services/notifications.service.d.ts.map +1 -0
- package/lib/components/notifications/services/params.service.d.ts.map +1 -0
- package/lib/components/notifications/services/response.service.d.ts.map +1 -0
- package/lib/components/notifications/services/socket.service.d.ts.map +1 -0
- package/lib/components/notifications/utilities/index.d.ts.map +1 -0
- package/lib/components/notifications/utilities/response.adapter.d.ts.map +1 -0
- package/lib/components/pagination/pagination/pagination.component.d.ts.map +1 -0
- package/lib/components/pagination/pagination.module.d.ts.map +1 -0
- package/lib/components/pdf-tron/directives/index.d.ts.map +1 -0
- package/lib/components/pdf-tron/directives/ndf-tron-extract-text.directive.d.ts.map +1 -0
- package/lib/components/pdf-tron/models/index.d.ts.map +1 -0
- package/lib/components/pdf-tron/models/tron.model.d.ts.map +1 -0
- package/lib/components/pdf-tron/pdf-tron.module.d.ts.map +1 -0
- package/lib/components/pdf-tron/pdftron/pdftron.component.d.ts.map +1 -0
- package/lib/components/pdf-tron/pdftron/pdftron.service.d.ts.map +1 -0
- package/lib/components/pdf-tron/pdftron/silent-pdftron.service.d.ts.map +1 -0
- package/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.d.ts.map +1 -0
- package/lib/components/permissions/permission.service.d.ts.map +1 -0
- package/lib/components/permissions/permissions/permissions.component.d.ts.map +1 -0
- package/lib/components/permissions/permissions-template/permissions-template.component.d.ts.map +1 -0
- package/lib/components/permissions/permissions.module.d.ts.map +1 -0
- package/lib/components/reports/chart-panel.d.ts.map +1 -0
- package/lib/components/reports/charts/chart.const.d.ts.map +1 -0
- package/lib/components/reports/charts/chart.token.d.ts.map +1 -0
- package/lib/components/reports/charts/charts.module.d.ts.map +1 -0
- package/lib/components/reports/charts/components/base-chart.component.d.ts +1 -1
- package/lib/components/reports/charts/components/base-chart.component.d.ts.map +1 -0
- package/lib/components/reports/charts/components/chart.component.d.ts.map +1 -0
- package/lib/components/reports/charts/components/data-chart.component.d.ts.map +1 -0
- package/lib/components/reports/charts/components/index.d.ts.map +1 -0
- package/lib/components/reports/charts/defaults/bar.d.ts.map +1 -0
- package/lib/components/reports/charts/defaults/doughnut.d.ts.map +1 -0
- package/lib/components/reports/charts/defaults/index.d.ts.map +1 -0
- package/lib/components/reports/charts/defaults/line.d.ts.map +1 -0
- package/lib/components/reports/charts/defaults/pie.d.ts.map +1 -0
- package/lib/components/reports/charts/index.d.ts.map +1 -0
- package/lib/components/reports/charts/models/index.d.ts.map +1 -0
- package/lib/components/reports/charts/models/options.d.ts.map +1 -0
- package/lib/components/reports/charts/models/plugins-options.d.ts.map +1 -0
- package/lib/components/reports/charts/models/response.d.ts.map +1 -0
- package/lib/components/reports/charts/models/statistic-request-config.d.ts.map +1 -0
- package/lib/components/reports/charts/plugins/data-labels.d.ts.map +1 -0
- package/lib/components/reports/charts/plugins/doughnut-center-text.d.ts.map +1 -0
- package/lib/components/reports/charts/plugins/doughnut-empty-state.d.ts.map +1 -0
- package/lib/components/reports/charts/plugins/index.d.ts.map +1 -0
- package/lib/components/reports/charts/plugins/legend-margin.d.ts.map +1 -0
- package/lib/components/reports/charts/plugins/scrollable-legends.d.ts.map +1 -0
- package/lib/components/reports/charts/public-api.d.ts.map +1 -0
- package/lib/components/reports/charts/services/index.d.ts.map +1 -0
- package/lib/components/reports/charts/services/statistic.service.d.ts.map +1 -0
- package/lib/components/reports/charts/utility/colors.d.ts.map +1 -0
- package/lib/components/reports/charts/utility/common.d.ts.map +1 -0
- package/lib/components/reports/charts/utility/css.d.ts.map +1 -0
- package/lib/components/reports/charts/utility/index.d.ts.map +1 -0
- package/lib/components/reports/index.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/base/base-chart.d.ts +1 -1
- package/lib/components/reports/ndf-reports/base/base-chart.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/base/base-custom-report.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/base/base-graph.report.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/base/base-report.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/base/index.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/charts-components/custom-chart/custom-chart.component.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/charts-components/digit-chart/digit-chart.component.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/charts-components/graph-chart/graph-chart.component.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/charts-components/graph-chart/graph-chart.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/charts-components/index.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/components/_parts/chart-type-selector/chart-type-selector.component.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/components/_parts/custom-chart-dialog/custom-chart-dialog.component.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/components/_parts/graph-dialog/graph-dialog.component.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/components/_parts/index.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/components/_parts/report-actions/report-actions.component.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/components/_parts/time-group-selector/time-group-selector.component.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/components/_parts/timeline-dialog/timeline-dialog.component.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/components/custom-report/custom-report.component.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/components/digit-report/digit-report.component.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/components/dynamic-timeline-report/dynamic-timeline-report.component.d.ts +1 -17
- package/lib/components/reports/ndf-reports/components/dynamic-timeline-report/dynamic-timeline-report.component.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/components/graph-report/graph-report.component.d.ts +1 -1
- package/lib/components/reports/ndf-reports/components/graph-report/graph-report.component.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/components/index.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/constants/charts-types.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/constants/index.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/constants/time-group.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/containers/index.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/containers/ndf-report/ndf-report.component.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/containers/ndf-reports/ndf-reports.component.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/directives/index.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/directives/scrollable-div.directive.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/index.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/models/base.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/models/common.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/models/custom-definition.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/models/details.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/models/dialog-data.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/models/digit.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/models/dynamic-line.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/models/graph-definition.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/models/index.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/models/ndf-reports.config.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/models/report-config.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/models/report-data-source.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/models/report-response.model.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/models/request.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/ndf-reports.module.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/options/doughnut.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/options/horizontal-bar.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/options/index.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/options/line.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/options/pie.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/options/vertical-bar.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/public-api.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/base-chart-builder.service.d.ts +14 -14
- package/lib/components/reports/ndf-reports/services/base-chart-builder.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/chart-callbacks-register.services.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/chart-data-transformers.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/chart-manager.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/chart-plugins-registry.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/chart-theme.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/custom-reports-registry.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/digit-chart.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/dynamic-timeline-report.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/index.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/ndf-reports.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/report-config-mapper.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/report-configuration.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/report-transform.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/reports-data-transformers.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/reports-dialog.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/services/reports-state.service.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/utilities/dataset-colors.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/utilities/index.d.ts.map +1 -0
- package/lib/components/reports/ndf-reports/utilities/reports-table.mapper.d.ts.map +1 -0
- package/lib/components/select/select/select.component.d.ts.map +1 -0
- package/lib/components/select/select.module.d.ts.map +1 -0
- package/lib/components/select-users-by-department/select-users-by-department.module.d.ts.map +1 -0
- package/lib/components/select-users-by-department/select-users-by-departments/department-management.service.d.ts.map +1 -0
- package/lib/components/select-users-by-department/select-users-by-departments/select-users-by-departments.component.d.ts.map +1 -0
- package/lib/components/skeleton/index.d.ts.map +1 -0
- package/lib/components/skeleton/skeleton.component.d.ts.map +1 -0
- package/lib/components/skeleton/skeleton.module.d.ts.map +1 -0
- package/lib/components/skeleton/table-skeleton.component.d.ts.map +1 -0
- package/lib/components/spell-checker-field/spell-checker-field.module.d.ts.map +1 -0
- package/lib/components/spell-checker-field/spell-checker-text-field/spell-checker-text-field.component.d.ts.map +1 -0
- package/lib/components/tables/dynamic-table/directives/empty-state.directive.d.ts.map +1 -0
- package/lib/components/tables/dynamic-table/dynamic-table/dynamic-table.component.d.ts.map +1 -0
- package/lib/components/tables/dynamic-table/dynamic-table.module.d.ts.map +1 -0
- package/lib/components/tables/dynamic-table/index.d.ts.map +1 -0
- package/lib/components/tables/dynamic-table/public-api.d.ts.map +1 -0
- package/lib/components/tables/dynamic-table/services/dynamic-table.service.d.ts.map +1 -0
- package/lib/components/tables/index.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/components/index.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/components/mode-toggler/mode-toggler.component.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/components/sorting-list/sorting-list.component.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/components/table-columns-toggler/table-columns-toggler.component.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/components/table-export/table-export.component.d.ts +1 -1
- package/lib/components/tables/ndf-table/components/table-export/table-export.component.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/components/text-search/text-search.component.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/constants/index.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/constants/sizes.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/containers/index.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/containers/ndf-table/ndf-table.component.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/directives/actions.directive.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/directives/filter-custom.directive.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/directives/index.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/directives/search.directive.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/index.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/models/index.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/models/payload-types.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/models/search.config.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/models/table-column.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/models/table-config.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/models/table-mode.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/models/table-options.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/models/types.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/ndf-table.module.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/public-api.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/services/index.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/services/ndf-table-configuration.service.d.ts.map +1 -0
- package/lib/components/tables/ndf-table/services/ndf-table.service.d.ts.map +1 -0
- package/lib/components/tables/public-api.d.ts.map +1 -0
- package/lib/components/tables/table/dynamic-column/dynamic-column.component.d.ts.map +1 -0
- package/lib/components/tables/table/dynamic-component.d.ts.map +1 -0
- package/lib/components/tables/table/index.d.ts.map +1 -0
- package/lib/components/tables/table/page-sizes-list/page-sizes-list.component.d.ts.map +1 -0
- package/lib/components/tables/table/public-api.d.ts.map +1 -0
- package/lib/components/tables/table/table/table.component.d.ts.map +1 -0
- package/lib/components/tables/table/table.module.d.ts.map +1 -0
- package/lib/components/toasts/components/notification-toast/notification-toast.component.d.ts.map +1 -0
- package/lib/components/toasts/index.d.ts.map +1 -0
- package/lib/components/toasts/public-api.d.ts.map +1 -0
- package/lib/components/toasts/toasts.module.d.ts.map +1 -0
- package/lib/components/user/user/user.component.d.ts.map +1 -0
- package/lib/components/user/user.module.d.ts.map +1 -0
- package/lib/components/users-card/users-card.component.d.ts.map +1 -0
- package/lib/components/users-card/users-card.module.d.ts.map +1 -0
- package/lib/components/viewer-log/components/viewer-log/viewer-log.component.d.ts.map +1 -0
- package/lib/components/viewer-log/viewer-log.module.d.ts.map +1 -0
- package/lib/components/vocabulary/interfaces/op-type.interface.d.ts.map +1 -0
- package/lib/components/vocabulary/services/vocabulary-api.service.d.ts.map +1 -0
- package/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.d.ts.map +1 -0
- package/lib/components/vocabulary/vocabulary/vocabulary.component.d.ts.map +1 -0
- package/lib/components/vocabulary/vocabulary.module.d.ts.map +1 -0
- package/lib/configuration/app-config.service.d.ts.map +1 -0
- package/lib/configuration/helpers/app-initializer.d.ts.map +1 -0
- package/lib/core/adapters/adapter.service.d.ts.map +1 -0
- package/lib/core/core.module.d.ts.map +1 -0
- package/lib/core/enums/language.enum.d.ts.map +1 -0
- package/lib/core/env/env-manager.d.ts.map +1 -0
- package/lib/core/env/index.d.ts.map +1 -0
- package/lib/core/models/api-response.model.d.ts.map +1 -0
- package/lib/core/models/automation-response.model.d.ts.map +1 -0
- package/lib/core/models/base-response.models.d.ts.map +1 -0
- package/lib/core/models/component.model.d.ts.map +1 -0
- package/lib/core/models/index.d.ts.map +1 -0
- package/lib/core/services/callApi/call-api.service.d.ts.map +1 -0
- package/lib/core/services/column-renderer/column-renderer-registry.service.d.ts.map +1 -0
- package/lib/core/services/column-renderer/index.d.ts.map +1 -0
- package/lib/core/services/extension/action.extensions.d.ts.map +1 -0
- package/lib/core/services/extension/component-register.service.d.ts.map +1 -0
- package/lib/core/services/extension/extenion-utils.d.ts.map +1 -0
- package/lib/core/services/extension/extension-element.d.ts.map +1 -0
- package/lib/core/services/extension/extension-loader.service.d.ts.map +1 -0
- package/lib/core/services/extension/extension.service.d.ts.map +1 -0
- package/lib/core/services/index.d.ts.map +1 -0
- package/lib/core/services/initialization/initialization.service.d.ts.map +1 -0
- package/lib/core/services/localStorag/local-storag.service.d.ts.map +1 -0
- package/lib/core/services/ndf-transform.service.d.ts.map +1 -0
- package/lib/core/services/nuxeo/new-nuxeo-overide.d.ts.map +1 -0
- package/lib/core/services/nuxeo/nuxeo-override.d.ts.map +1 -0
- package/lib/core/services/nuxeo/nuxeo.service.d.ts.map +1 -0
- package/lib/core/services/roles/roles.service.d.ts.map +1 -0
- package/lib/core/services/translation/translate-loader.service.d.ts.map +1 -0
- package/lib/core/services/translation/translation.service.d.ts.map +1 -0
- package/lib/core/services/user/user-preferences.service.d.ts.map +1 -0
- package/lib/core/tokens/index.d.ts.map +1 -0
- package/lib/core/tokens/project.token.d.ts.map +1 -0
- package/lib/core/utilities/moment-date-adapter.d.ts.map +1 -0
- package/lib/core/utilities/utility.service.d.ts.map +1 -0
- package/lib/directive/app-has-role/app-has-role.directive.d.ts.map +1 -0
- package/lib/directive/clickOutSide/click-outside.directive.d.ts.map +1 -0
- package/lib/directive/directive.module.d.ts.map +1 -0
- package/lib/directive/drag-and-drop/drag-and-drop.directive.d.ts.map +1 -0
- package/lib/directive/permissions/evaluators.service.d.ts.map +1 -0
- package/lib/directive/permissions/permissions.directive.d.ts.map +1 -0
- package/lib/directive/rtl/set-dir-rtl.directive.d.ts.map +1 -0
- package/lib/directive/rtl/set-rtl.directive.d.ts.map +1 -0
- package/lib/nuxeo-development-framework.component.d.ts.map +1 -0
- package/lib/nuxeo-development-framework.module.d.ts.map +1 -0
- package/lib/nuxeo-development-framework.service.d.ts.map +1 -0
- package/lib/pipes/file-size.pipe.d.ts.map +1 -0
- package/lib/pipes/hijri-date.pipe.d.ts.map +1 -0
- package/lib/pipes/localized-date.pipe.d.ts.map +1 -0
- package/lib/pipes/multi-value.pipe.d.ts.map +1 -0
- package/lib/pipes/pipes.module.d.ts.map +1 -0
- package/lib/pipes/secure-html.pipe.d.ts.map +1 -0
- package/lib/pipes/secure.pipe.d.ts.map +1 -0
- package/lib/pipes/time-ago.pipe.d.ts.map +1 -0
- package/lib/shared/components/base/base-column.component.d.ts.map +1 -0
- package/lib/shared/components/base/base-dialog.component.d.ts.map +1 -0
- package/lib/shared/components/base/base-selector.component.d.ts.map +1 -0
- package/lib/shared/components/base/base.component.d.ts.map +1 -0
- package/lib/shared/components/base/destroy.subject.d.ts.map +1 -0
- package/lib/shared/components/base/index.d.ts.map +1 -0
- package/lib/shared/components/button/button.component.d.ts.map +1 -0
- package/lib/shared/components/general-notification-popup/general-notification-popup.component.d.ts.map +1 -0
- package/lib/shared/components/index.d.ts.map +1 -0
- package/lib/shared/components/item-list/item-list.component.d.ts.map +1 -0
- package/lib/shared/components/no-data/no-data.component.d.ts.map +1 -0
- package/lib/shared/components/nuxeo-dialog/confirmation/ndf-confirmation-dialog.component.d.ts.map +1 -0
- package/lib/shared/components/nuxeo-dialog/index.d.ts.map +1 -0
- package/lib/shared/components/nuxeo-dialog/models/confirm-options.model.d.ts.map +1 -0
- package/lib/shared/components/nuxeo-dialog/models/dialog-option.model.d.ts.map +1 -0
- package/lib/shared/components/nuxeo-dialog/nuxeo-dialog.module.d.ts.map +1 -0
- package/lib/shared/components/nuxeo-dialog/nuxeo.dialog.d.ts.map +1 -0
- package/lib/shared/components/nuxeo-dialog/services/nuxeo-dialog.service.d.ts.map +1 -0
- package/lib/shared/components/read-more/read-more.component.d.ts.map +1 -0
- package/lib/shared/components/search-autocomplete/search-autocomplete.component.d.ts.map +1 -0
- package/lib/shared/components/spinner/spinner.component.d.ts.map +1 -0
- package/lib/shared/components/user-card/user-card.component.d.ts.map +1 -0
- package/lib/shared/constants/editor-config-type.d.ts.map +1 -0
- package/lib/shared/constants/index.d.ts.map +1 -0
- package/lib/shared/directives/copy-to-clipboard.directive.d.ts.map +1 -0
- package/lib/shared/directives/element-height.directive.d.ts.map +1 -0
- package/lib/shared/directives/fluid-height.directive.d.ts.map +1 -0
- package/lib/shared/directives/index.d.ts.map +1 -0
- package/lib/shared/evaluator/evaluator.d.ts.map +1 -0
- package/lib/shared/evaluator/index.d.ts.map +1 -0
- package/lib/shared/evaluator/types.d.ts.map +1 -0
- package/lib/shared/index.d.ts.map +1 -0
- package/lib/shared/libraryShared.module.d.ts.map +1 -0
- package/lib/shared/models/index.d.ts.map +1 -0
- package/lib/shared/models/mapper/index.d.ts.map +1 -0
- package/lib/shared/models/mapper/nuxeo-mapper.d.ts.map +1 -0
- package/lib/shared/models/ndf-request.model.d.ts.map +1 -0
- package/lib/shared/models/nuxeo-response.model.d.ts.map +1 -0
- package/lib/shared/models/task.model.d.ts.map +1 -0
- package/lib/shared/models/type-helpers.d.ts.map +1 -0
- package/lib/shared/services/base/base-editor-config.service.d.ts.map +1 -0
- package/lib/shared/services/base/base.service.d.ts.map +1 -0
- package/lib/shared/services/base/cache-base.service.d.ts.map +1 -0
- package/lib/shared/services/base/config/default-ttl-config.d.ts.map +1 -0
- package/lib/shared/services/base/config/index.d.ts.map +1 -0
- package/lib/shared/services/base/constants/default-cache-options.d.ts.map +1 -0
- package/lib/shared/services/base/constants/index.d.ts.map +1 -0
- package/lib/shared/services/base/http-base.service.d.ts.map +1 -0
- package/lib/shared/services/base/index.d.ts.map +1 -0
- package/lib/shared/services/base/models/cache-info-model.d.ts.map +1 -0
- package/lib/shared/services/base/models/http-options.model.d.ts.map +1 -0
- package/lib/shared/services/base/models/index.d.ts.map +1 -0
- package/lib/shared/services/base/models/operation-options.model.d.ts.map +1 -0
- package/lib/shared/services/base/models/query-options.model.d.ts.map +1 -0
- package/lib/shared/services/base/models/request-options.model.d.ts.map +1 -0
- package/lib/shared/services/index.d.ts.map +1 -0
- package/lib/shared-services/apis-errors-messages.service.d.ts.map +1 -0
- package/lib/shared-services/dialog-mangment.service.d.ts.map +1 -0
- package/lib/shared-services/dynamic-form.service.d.ts.map +1 -0
- package/lib/shared-services/file-manager.adapter.d.ts.map +1 -0
- package/lib/shared-services/file-manager.service.d.ts.map +1 -0
- package/lib/shared-services/global-admin.service.d.ts.map +1 -0
- package/lib/shared-services/global-pdftron.service.d.ts.map +1 -0
- package/lib/shared-services/mainfolder.service.d.ts.map +1 -0
- package/lib/shared-services/publishing-document.service.d.ts.map +1 -0
- package/lib/shared-services/recently-viewed.service.d.ts.map +1 -0
- package/lib/shared-services/shared-docs.service.d.ts.map +1 -0
- package/lib/shared-services/shared-services.module.d.ts.map +1 -0
- package/lib/shared-services/upload-file.service.d.ts.map +1 -0
- package/lib/shared-services/upload-managment.service.d.ts.map +1 -0
- package/lib/shared-services/user.service.d.ts.map +1 -0
- package/nuxeo-development-framework.d.ts.map +1 -0
- package/package.json +1 -1
- package/public-api.d.ts.map +1 -0
|
@@ -23,4 +23,4 @@ IslamicI18n.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version:
|
|
|
23
23
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IslamicI18n, decorators: [{
|
|
24
24
|
type: Injectable
|
|
25
25
|
}] });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSXNsYW1pY0kxOG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9udXhlby1kZXZlbG9wbWVudC1mcmFtZXdvcmsvc3JjL2xpYi9jb21wb25lbnRzL2hpanJpLWdyZWdvcmlhbi1kYXRlcGlja2VyL3V0aWxzL0lzbGFtaWNJMThuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLGlCQUFpQixFQUFpQixNQUFNLDRCQUE0QixDQUFDOztBQUU5RSxNQUFNLFFBQVEsR0FBRyxDQUFDLE9BQU8sRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLE1BQU0sRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLEtBQUssQ0FBQyxDQUFDO0FBQzdFLE1BQU0sTUFBTSxHQUFHLENBQUMsTUFBTSxFQUFFLEtBQUssRUFBRSxZQUFZLEVBQUUsWUFBWSxFQUFFLGNBQWMsRUFBRSxjQUFjLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTTtJQUN4SCxXQUFXLEVBQUUsVUFBVSxDQUFDLENBQUM7QUFHM0IsTUFBTSxPQUFPLFdBQVksU0FBUSxpQkFBaUI7SUFFaEQsbUJBQW1CLENBQUMsT0FBZTtRQUNqQyxPQUFPLFFBQVEsQ0FBQyxPQUFPLEdBQUcsQ0FBQyxDQUFDLENBQUM7SUFDL0IsQ0FBQztJQUVELGlCQUFpQixDQUFDLEtBQWE7UUFDN0IsT0FBTyxNQUFNLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQyxDQUFDO0lBQzNCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxLQUFhO1FBQzVCLE9BQU8sTUFBTSxDQUFDLEtBQUssR0FBRyxDQUFDLENBQUMsQ0FBQztJQUMzQixDQUFDO0lBRUQsZUFBZSxDQUFDLElBQW1CO1FBQ2pDLE9BQU8sR0FBRyxJQUFJLENBQUMsR0FBRyxJQUFJLElBQUksQ0FBQyxLQUFLLElBQUksSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ2xELENBQUM7O3lHQWhCVSxXQUFXOzZHQUFYLFdBQVc7NEZBQVgsV0FBVztrQkFEdkIsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTmdiRGF0ZXBpY2tlckkxOG4sIE5nYkRhdGVTdHJ1Y3QgfSBmcm9tICdAbmctYm9vdHN0cmFwL25nLWJvb3RzdHJhcCc7XHJcblxyXG5jb25zdCBXRUVLREFZUyA9IFsn2KXYq9mG2YrZhicsICfYq9mE2KfYq9in2KEnLCAn2KPYsdio2LnYp9ihJywgJ9iu2YXZitizJywgJ9is2YXYudipJywgJ9iz2KjYqicsICfYo9it2K8nXTtcclxuY29uc3QgTU9OVEhTID0gWyfZhdit2LHZhScsICfYtdmB2LEnLCAn2LHYqNmK2Lkg2KfZhNij2YjZhCcsICfYsdio2YrYuSDYp9mE2KLYrtixJywgJ9is2YXYp9iv2Ykg2KfZhNij2YjZhNmJJywgJ9is2YXYp9iv2Ykg2KfZhNii2K7YsdipJywgJ9ix2KzYqCcsICfYtNi52KjYp9mGJywgJ9ix2YXYttin2YYnLCAn2LTZiNin2YQnLFxyXG4gICfYsNmIINin2YTZgti52K/YqScsICfYsNmIINin2YTYrdis2KknXTtcclxuXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGNsYXNzIElzbGFtaWNJMThuIGV4dGVuZHMgTmdiRGF0ZXBpY2tlckkxOG4ge1xyXG5cclxuICBnZXRXZWVrZGF5U2hvcnROYW1lKHdlZWtkYXk6IG51bWJlcikge1xyXG4gICAgcmV0dXJuIFdFRUtEQVlTW3dlZWtkYXkgLSAxXTtcclxuICB9XHJcblxyXG4gIGdldE1vbnRoU2hvcnROYW1lKG1vbnRoOiBudW1iZXIpIHtcclxuICAgIHJldHVybiBNT05USFNbbW9udGggLSAxXTtcclxuICB9XHJcblxyXG4gIGdldE1vbnRoRnVsbE5hbWUobW9udGg6IG51bWJlcikge1xyXG4gICAgcmV0dXJuIE1PTlRIU1ttb250aCAtIDFdO1xyXG4gIH1cclxuXHJcbiAgZ2V0RGF5QXJpYUxhYmVsKGRhdGU6IE5nYkRhdGVTdHJ1Y3QpOiBzdHJpbmcge1xyXG4gICAgcmV0dXJuIGAke2RhdGUuZGF5fS0ke2RhdGUubW9udGh9LSR7ZGF0ZS55ZWFyfWA7XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
|
@@ -2,4 +2,4 @@ export class DateType {
|
|
|
2
2
|
}
|
|
3
3
|
DateType.Hijri = 1;
|
|
4
4
|
DateType.Gregorian = 2;
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbnV4ZW8tZGV2ZWxvcG1lbnQtZnJhbWV3b3JrL3NyYy9saWIvY29tcG9uZW50cy9oaWpyaS1ncmVnb3JpYW4tZGF0ZXBpY2tlci91dGlscy9jb25zdHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxPQUFPLFFBQVE7O0FBQ0wsY0FBSyxHQUFHLENBQUMsQ0FBQztBQUNWLGtCQUFTLEdBQUksQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNsYXNzIERhdGVUeXBlIHtcclxuICBwdWJsaWMgc3RhdGljIEhpanJpID0gMTtcclxuICBwdWJsaWMgc3RhdGljIEdyZWdvcmlhbiAgPSAyO1xyXG59XHJcbiJdfQ==
|
package/esm2015/lib/components/latest-activity/components/activity-line/activity-line.component.js
CHANGED
|
@@ -77,4 +77,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
77
77
|
type: ViewChild,
|
|
78
78
|
args: ['myParentWrapper']
|
|
79
79
|
}] } });
|
|
80
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
80
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aXZpdHktbGluZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9udXhlby1kZXZlbG9wbWVudC1mcmFtZXdvcmsvc3JjL2xpYi9jb21wb25lbnRzL2xhdGVzdC1hY3Rpdml0eS9jb21wb25lbnRzL2FjdGl2aXR5LWxpbmUvYWN0aXZpdHktbGluZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9udXhlby1kZXZlbG9wbWVudC1mcmFtZXdvcmsvc3JjL2xpYi9jb21wb25lbnRzL2xhdGVzdC1hY3Rpdml0eS9jb21wb25lbnRzL2FjdGl2aXR5LWxpbmUvYWN0aXZpdHktbGluZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUVULEtBQUssRUFJTCxTQUFTLEVBQ1QsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDOzs7O0FBVXZCLE1BQU0sT0FBTyxxQkFBcUI7SUFPaEMsWUFDVSxPQUFtQixFQUNuQixNQUFjLEVBQ2QsUUFBbUI7UUFGbkIsWUFBTyxHQUFQLE9BQU8sQ0FBWTtRQUNuQixXQUFNLEdBQU4sTUFBTSxDQUFRO1FBQ2QsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQU5wQixhQUFRLEdBQUcsS0FBSyxDQUFDO0lBT3ZCLENBQUM7SUFFSixlQUFlO1FBQ2IsVUFBVSxDQUFDLEdBQUcsRUFBRTtZQUNkLG1HQUFtRztZQUNuRywrQkFBK0I7WUFDL0Isd0RBQXdEO1lBQ3hELGlDQUFpQztZQUVqQyxNQUFNLGtCQUFrQixHQUFHLEtBQUssQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLElBQUksQ0FDbkQsSUFBSSxDQUFDLFFBQVEsQ0FBQyxhQUFhLENBQUMsc0JBQXNCLENBQUMsUUFBUSxDQUFDLENBQzdELENBQUM7WUFDRixrQkFBa0IsQ0FBQyxPQUFPLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRTtnQkFDbEMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLE9BQU8sRUFBRSxDQUFDLEtBQUssRUFBRSxFQUFFO29CQUM1QyxLQUFLLENBQUMsY0FBYyxFQUFFLENBQUM7b0JBQ3ZCLElBQUksU0FBUyxHQUFHLEtBQUssQ0FBQyxNQUFNLENBQUMsU0FBUyxDQUFDO29CQUN2QyxJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsU0FBUyxLQUFLLG1CQUFtQixFQUFFO3dCQUMvQyxJQUFJLFNBQVMsQ0FBQyxRQUFRLENBQUMsc0JBQXNCLENBQUMsRUFBRTs0QkFDOUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxvQ0FBb0MsQ0FBQyxDQUFDO3lCQUNuRDs2QkFBTSxJQUFJLFNBQVMsQ0FBQyxRQUFRLENBQUMscUJBQXFCLENBQUMsRUFBRTs0QkFDcEQsT0FBTyxDQUFDLEdBQUcsQ0FBQyxtQ0FBbUMsQ0FBQyxDQUFDO3lCQUNsRDtxQkFDRjt5QkFBTSxJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsU0FBUyxLQUFLLGlCQUFpQixFQUFFO3dCQUNwRCxJQUFJLFNBQVMsQ0FBQyxRQUFRLENBQUMsb0JBQW9CLENBQUMsRUFBRTs0QkFDNUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxrQ0FBa0MsQ0FBQyxDQUFDO3lCQUNqRDs2QkFBTSxJQUFJLFNBQVMsQ0FBQyxRQUFRLENBQUMsbUJBQW1CLENBQUMsRUFBRTs0QkFDbEQsT0FBTyxDQUFDLEdBQUcsQ0FBQyxpQ0FBaUMsQ0FBQyxDQUFDO3lCQUNoRDtxQkFDRjt5QkFBTSxJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsU0FBUyxLQUFLLHlCQUF5QixFQUFFO3dCQUM1RCxJQUFJLFNBQVMsQ0FBQyxRQUFRLENBQUMsa0JBQWtCLENBQUMsRUFBRTs0QkFDMUMsT0FBTyxDQUFDLEdBQUcsQ0FBQywrQkFBK0IsQ0FBQyxDQUFDO3lCQUM5Qzs2QkFBTSxJQUFJLFNBQVMsQ0FBQyxRQUFRLENBQUMsaUJBQWlCLENBQUMsRUFBRTs0QkFDaEQsT0FBTyxDQUFDLEdBQUcsQ0FBQyw4QkFBOEIsQ0FBQyxDQUFDO3lCQUM3QztxQkFDRjtnQkFDSCxDQUFDLENBQUMsQ0FBQztZQUNMLENBQUMsQ0FBQyxDQUFDO1lBQ0gsTUFBTTtRQUNSLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUNYLENBQUM7SUFFRCxRQUFRO0lBQ1IsQ0FBQztJQUVELFVBQVUsQ0FBQyxJQUFJO1FBQ2IsT0FBTyxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNwQixDQUFDOzttSEF6RFUscUJBQXFCO3VHQUFyQixxQkFBcUIsa1JDbkJsQyxzdUNBa0NBOzRGRGZhLHFCQUFxQjtrQkFOakMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsbUJBQW1CO29CQUM3QixXQUFXLEVBQUUsZ0NBQWdDO29CQUM3QyxTQUFTLEVBQUUsQ0FBQyxnQ0FBZ0MsQ0FBQztvQkFDN0MsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7aUJBQ3RDOzhJQUVVLElBQUk7c0JBQVosS0FBSztnQkFDRyxhQUFhO3NCQUFyQixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDd0IsUUFBUTtzQkFBckMsU0FBUzt1QkFBQyxpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gIENvbXBvbmVudCxcclxuICBFbGVtZW50UmVmLFxyXG4gIElucHV0LFxyXG4gIE9uRGVzdHJveSxcclxuICBPbkluaXQsXHJcbiAgUmVuZGVyZXIyLFxyXG4gIFZpZXdDaGlsZCxcclxuICBWaWV3RW5jYXBzdWxhdGlvbixcclxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuaW1wb3J0IHsgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XHJcbmltcG9ydCB7IFRyYW5zbGF0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uLy4uLy4uL2NvcmUvc2VydmljZXMvdHJhbnNsYXRpb24vdHJhbnNsYXRpb24uc2VydmljZSc7XHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnY3RzLWFjdGl2aXR5LWxpbmUnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9hY3Rpdml0eS1saW5lLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9hY3Rpdml0eS1saW5lLmNvbXBvbmVudC5zY3NzJ10sXHJcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEFjdGl2aXR5TGluZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgQElucHV0KCkgaXRlbTtcclxuICBASW5wdXQoKSBkb2N1bWVudFRpdGxlO1xyXG4gIEBJbnB1dCgpIG5ld0xvZ0FjdG9yIDsgLy8gZmxhZ2UgdXNlZCB0byBjaGFuZ2UgbG9ncyB0byB0YWtlIGFjdG9yZSBub3QgZnJvbSBkYyBjcmVhdG9yIGJ1dCBmcm9tIHBlcnNvblxyXG4gIEBJbnB1dCgpIGlzQXJhYmljID0gZmFsc2U7XHJcbiAgQFZpZXdDaGlsZCgnbXlQYXJlbnRXcmFwcGVyJykgbXlQYXJlbnQ7XHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHJpdmF0ZSBlbGVtZW50OiBFbGVtZW50UmVmLFxyXG4gICAgcHJpdmF0ZSByb3V0ZXI6IFJvdXRlcixcclxuICAgIHByaXZhdGUgcmVuZGVyZXI6IFJlbmRlcmVyMlxyXG4gICkge31cclxuXHJcbiAgbmdBZnRlclZpZXdJbml0KCkge1xyXG4gICAgc2V0VGltZW91dCgoKSA9PiB7XHJcbiAgICAgIC8vIHRoaXMudHJhbnNsYXRlLmdldCgnQUNUSVZJVFlfTE9HLicgKyB0aGlzLml0ZW0uZXZlbnROYW1lKS5zdWJzY3JpYmUoKHRyYW5zbGF0ZVRleHQ6IHN0cmluZykgPT4ge1xyXG4gICAgICAvLyAgIGNvbnNvbGUubG9nKHRyYW5zbGF0ZVRleHQpXHJcbiAgICAgIC8vIHRoaXMuZWxlbWVudC5uYXRpdmVFbGVtZW50LmlubmVySFRNTCA9IHRyYW5zbGF0ZVRleHQ7XHJcbiAgICAgIC8vIC8vIHRoaXMuY2RSZWYuZGV0ZWN0Q2hhbmdlcygpO1xyXG5cclxuICAgICAgY29uc3QgbmF2aWdhdGlvbkVsZW1lbnRzID0gQXJyYXkucHJvdG90eXBlLnNsaWNlLmNhbGwoXHJcbiAgICAgICAgdGhpcy5teVBhcmVudC5uYXRpdmVFbGVtZW50LmdldEVsZW1lbnRzQnlDbGFzc05hbWUoJ215TGluaycpXHJcbiAgICAgICk7XHJcbiAgICAgIG5hdmlnYXRpb25FbGVtZW50cy5mb3JFYWNoKChlbGVtKSA9PiB7XHJcbiAgICAgICAgdGhpcy5yZW5kZXJlci5saXN0ZW4oZWxlbSwgJ2NsaWNrJywgKGV2ZW50KSA9PiB7XHJcbiAgICAgICAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpO1xyXG4gICAgICAgICAgbGV0IG15Q2xhc3NlcyA9IGV2ZW50LnRhcmdldC5jbGFzc05hbWU7XHJcbiAgICAgICAgICBpZiAodGhpcy5pdGVtLmV2ZW50TmFtZSA9PT0gJ21lZXRpbmdfcHVibGlzaGVkJykge1xyXG4gICAgICAgICAgICBpZiAobXlDbGFzc2VzLmluY2x1ZGVzKCdwdWJsaXNoTWVldGluZ1BhcmVudCcpKSB7XHJcbiAgICAgICAgICAgICAgY29uc29sZS5sb2coJ3B1Ymxpc2ggTWVldGluZyBwYXJlbnQgZGl2IGNsaWNrZWQnKTtcclxuICAgICAgICAgICAgfSBlbHNlIGlmIChteUNsYXNzZXMuaW5jbHVkZXMoJ3B1Ymxpc2hNZWV0aW5nY2hpbGQnKSkge1xyXG4gICAgICAgICAgICAgIGNvbnNvbGUubG9nKCdwdWJsaXNoIE1lZXRpbmcgY2hpbGQgZGl2IGNsaWNrZWQnKTtcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgfSBlbHNlIGlmICh0aGlzLml0ZW0uZXZlbnROYW1lID09PSAnbWVldGluZ19jcmVhdGVkJykge1xyXG4gICAgICAgICAgICBpZiAobXlDbGFzc2VzLmluY2x1ZGVzKCdjcmVhdE1lZXRpbmdQYXJlbnQnKSkge1xyXG4gICAgICAgICAgICAgIGNvbnNvbGUubG9nKCdjcmVhdCBNZWV0aW5nIHBhcmVudCBkaXYgY2xpY2tlZCcpO1xyXG4gICAgICAgICAgICB9IGVsc2UgaWYgKG15Q2xhc3Nlcy5pbmNsdWRlcygnY3JlYXRNZWV0aW5nQ2hpbGQnKSkge1xyXG4gICAgICAgICAgICAgIGNvbnNvbGUubG9nKCdjcmVhdCBNZWV0aW5nIGNoaWxkIGRpdiBjbGlja2VkJyk7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgIH0gZWxzZSBpZiAodGhpcy5pdGVtLmV2ZW50TmFtZSA9PT0gJ21lZXRpbmdfcmVzb2x1dGlvbkFkZGVkJykge1xyXG4gICAgICAgICAgICBpZiAobXlDbGFzc2VzLmluY2x1ZGVzKCdyZXNvbHV0aW9uUGFyZW50JykpIHtcclxuICAgICAgICAgICAgICBjb25zb2xlLmxvZygnUmVzb2x1dGlvbiBwYXJlbnQgZGl2IGNsaWNrZWQnKTtcclxuICAgICAgICAgICAgfSBlbHNlIGlmIChteUNsYXNzZXMuaW5jbHVkZXMoJ3Jlc29sdXRpb25DaGlsZCcpKSB7XHJcbiAgICAgICAgICAgICAgY29uc29sZS5sb2coJ1Jlc29sdXRpb24gY2hpbGQgZGl2IGNsaWNrZWQnKTtcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH0pO1xyXG4gICAgICB9KTtcclxuICAgICAgLy8gfSk7XHJcbiAgICB9LCAyMDAwKTtcclxuICB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIH1cclxuXHJcbiAgbmF2aWdhdGV0byhsaW5rKSB7XHJcbiAgICBjb25zb2xlLmxvZyhsaW5rKTtcclxuICB9XHJcblxyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJhY3Rpdml0eS1saW5lLXdyYXBwZXJcIiAjbXlQYXJlbnRXcmFwcGVyPlxyXG4gIDxoMyBbaW5uZXJIVE1MXT1cIiBpdGVtLmV4dGVuZGVkSW5mbz8uaXNEZWxlZ2F0ZWQgPyBcclxuICAoJ0FDVElWSVRZX0xPR19ERUxFR0FURUQuJyArIGl0ZW0uZXZlbnROYW1lXHJcbiAgfCB0cmFuc2xhdGVcclxuICAgIDoge1xyXG4gICAgICAgIGRlbGVnYXRlZFVzZXI6IGl0ZW0uZXh0ZW5kZWRJbmZvLnByaW1hcnlVc2VyLFxyXG4gICAgICAgIGNyZWF0b3I6XHJcbiAgICAgICAgICBpdGVtLmNyZWF0b3IucHJvcGVydGllcz8uZmlyc3ROYW1lICtcclxuICAgICAgICAgICcgJyArXHJcbiAgICAgICAgICBpdGVtLmNyZWF0b3IucHJvcGVydGllcz8ubGFzdE5hbWUsXHJcbiAgICAgICAgcGFyYW0yOiBpdGVtXHJcbiAgICAgIH0pIDogKG5ld0xvZ0FjdG9yID8gKCdBQ1RJVklUWV9MT0cuJyArIGl0ZW0uZXZlbnROYW1lXHJcbiAgICAgIHwgdHJhbnNsYXRlXHJcbiAgICAgICAgOiB7XHJcbiAgICAgICAgICAgIGNyZWF0b3I6IChpc0FyYWJpYyA/IChpdGVtLnBlcnNvbi5mdWxsTmFtZUFyID8gaXRlbS5wZXJzb24uZnVsbE5hbWVBciA6IGl0ZW0ucGVyc29uLmZ1bGxOYW1lKSA6IGl0ZW0ucGVyc29uLmZ1bGxOYW1lKSxcclxuICAgICAgICAgICAgcGFyYW0yOiBpdGVtXHJcbiAgICAgICAgICB9KSA6IFxyXG4gICAgICAoJ0FDVElWSVRZX0xPRy4nICsgaXRlbS5ldmVudE5hbWVcclxuICAgICAgfCB0cmFuc2xhdGVcclxuICAgICAgICA6IHtcclxuICAgICAgICAgICAgY3JlYXRvcjpcclxuICAgICAgICAgICAgICBpdGVtLmNyZWF0b3IucHJvcGVydGllcz8uZmlyc3ROYW1lICtcclxuICAgICAgICAgICAgICAnICcgK1xyXG4gICAgICAgICAgICAgIGl0ZW0uY3JlYXRvci5wcm9wZXJ0aWVzPy5sYXN0TmFtZSxcclxuICAgICAgICAgICAgcGFyYW0yOiBpdGVtXHJcbiAgICAgICAgICB9KSlcclxuICBcIj48L2gzPlxyXG48L2Rpdj5cclxuXHJcbjwhLS0gPGRpdiBjbGFzcz1cImQtZmxleFwiPlxyXG4gIDxkaXYgY2xhc3M9XCJteUxpbmsgbGluayBwdWJsaXNoTWVldGluZ1BhcmVudFwiPnt7IGNyZWF0b3IgfX08L2Rpdj5cclxuICA8ZGl2IGNsYXNzPVwibXgtMVwiPnB1Ymxpc2hlZCB0aGUgbWVldGluZzwvZGl2PlxyXG4gIDxkaXYgY2xhc3M9XCJteUxpbmsgbGluayBwdWJsaXNoTWVldGluZ2NoaWxkXCIgaWQ9XCJjaGlsZDFcIj57eyBwYXJhbTIgfX08L2Rpdj5cclxuPC9kaXY+IC0tPlxyXG4iXX0=
|
|
@@ -87,4 +87,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
87
87
|
}], success: [{
|
|
88
88
|
type: Output
|
|
89
89
|
}] } });
|
|
90
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
90
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF0ZXN0LWFjdGl2aXR5LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL251eGVvLWRldmVsb3BtZW50LWZyYW1ld29yay9zcmMvbGliL2NvbXBvbmVudHMvbGF0ZXN0LWFjdGl2aXR5L2NvbXBvbmVudHMvbGF0ZXN0LWFjdGl2aXR5L2xhdGVzdC1hY3Rpdml0eS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9udXhlby1kZXZlbG9wbWVudC1mcmFtZXdvcmsvc3JjL2xpYi9jb21wb25lbnRzL2xhdGVzdC1hY3Rpdml0eS9jb21wb25lbnRzL2xhdGVzdC1hY3Rpdml0eS9sYXRlc3QtYWN0aXZpdHkuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxZQUFZLEVBQ1osS0FBSyxFQUVMLE1BQU0sRUFFTixpQkFBaUIsR0FDbEIsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7QUFTdkIsTUFBTSxPQUFPLHVCQUF1QjtJQWdCbEMsWUFBb0IsY0FBa0M7UUFBbEMsbUJBQWMsR0FBZCxjQUFjLENBQW9CO1FBVjdDLHNCQUFpQixHQUFDLEtBQUssQ0FBQztRQUVqQyxZQUFPLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUU3QixNQUFDLEdBQUcsQ0FBQyxDQUFDO1FBQ04sVUFBSyxHQUFHLENBQUMsQ0FBQztRQUNWLGlCQUFZLEdBQUcsQ0FBQyxDQUFDO1FBQ2pCLGVBQVUsR0FBRyxLQUFLLENBQUM7UUFDbkIsZ0JBQVcsR0FBRyxFQUFFLENBQUM7SUFFd0MsQ0FBQztJQUUxRCxRQUFRO1FBQ04sd0JBQXdCO0lBQzFCLENBQUM7SUFDRCxXQUFXLENBQUMsT0FBc0I7UUFDaEMsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyxhQUFhLEtBQUssT0FBTyxDQUFDLG1CQUFtQixDQUFDLENBQUMsWUFBWSxFQUFFO1lBQzVILElBQUksQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsc0NBQXNDO1NBQ25EO1FBQ0QsSUFBSSxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUU1QixDQUFDO0lBQ0QsYUFBYSxDQUFDLGlCQUFpQjtRQUM3QixJQUFJLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQztRQUN2QixJQUFJLE1BQU0sR0FBRztZQUNYLGdCQUFnQixFQUFFLElBQUksQ0FBQyxDQUFDLEdBQUcsQ0FBQztTQUM3QixDQUFBO1FBQ0QsSUFBSSxDQUFDLGlCQUFpQixDQUFBLENBQUMsQ0FBQSxFQUFFLENBQUEsQ0FBQyxDQUFBLE1BQU0sQ0FBQyxjQUFjLENBQUMsR0FBQyxnQ0FBZ0MsQ0FBQTtRQUVqRixJQUFJLENBQUMsY0FBYzthQUNoQixjQUFjLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxHQUFHLEVBQUMsTUFBTTtRQUMxQyxPQUFPO1FBQ1Asa0NBQWtDO1FBQ2xDLDZCQUE2QjtRQUM3QixJQUFJO1NBQ0g7YUFDQSxTQUFTLENBQ1IsQ0FBQyxJQUFJLEVBQUUsRUFBRTtZQUNQLElBQUcsQ0FBQyxpQkFBaUIsRUFBQztnQkFDcEIsSUFBSSxDQUFDLFdBQVcsR0FBRyxFQUFFLENBQUM7YUFDdkI7WUFDRCxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7WUFDVixJQUFJLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFO2dCQUN4QixDQUFDLEVBQUUsQ0FBQztnQkFDSixJQUFJLENBQUMsVUFBVSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLFlBQVksQ0FBQyxNQUFNLENBQ2hFLENBQUMsR0FBRyxFQUFFLElBQUksRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxFQUFFLEdBQUcsQ0FBQyxFQUNsRCxFQUFFLENBQ0gsQ0FBQztnQkFDRixJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksbUJBQ2hCLElBQUksQ0FBQyxVQUFVLEVBQ2xCLENBQUM7WUFDTCxDQUFDLENBQUMsQ0FBQztZQUNILElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQztZQUNuQyxJQUFJLENBQUMsVUFBVSxHQUFHLEtBQUssQ0FBQztZQUN4QixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUMxQixDQUFDLEVBQ0QsQ0FBQyxHQUFHLEVBQUUsRUFBRTtZQUNOLDRCQUE0QjtRQUM5QixDQUFDLENBQ0YsQ0FBQztJQUNOLENBQUM7SUFFRCwwQkFBMEI7SUFDMUIsZ0JBQWdCO0lBQ2hCLDBCQUEwQjtJQUMxQixJQUFJO0lBRUosUUFBUTtRQUNOLElBQUksQ0FBQyxDQUFDLEVBQUcsQ0FBQztRQUNWLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLENBQUM7SUFFM0IsQ0FBQzs7cUhBN0VVLHVCQUF1Qjt5R0FBdkIsdUJBQXVCLGlSQ2pCcEMsMjRDQXdDQTs0RkR2QmEsdUJBQXVCO2tCQU5uQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxxQkFBcUI7b0JBQy9CLFdBQVcsRUFBRSxrQ0FBa0M7b0JBQy9DLFNBQVMsRUFBRSxDQUFDLGtDQUFrQyxDQUFDO29CQUMvQyxhQUFhLEVBQUcsaUJBQWlCLENBQUMsSUFBSTtpQkFDdkM7eUdBR0MsVUFBVTtzQkFEVCxLQUFLO2dCQUVHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLGlCQUFpQjtzQkFBekIsS0FBSztnQkFFTixPQUFPO3NCQUROLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gIENvbXBvbmVudCxcclxuICBFdmVudEVtaXR0ZXIsXHJcbiAgSW5wdXQsXHJcbiAgT25Jbml0LFxyXG4gIE91dHB1dCxcclxuICBTaW1wbGVDaGFuZ2VzLFxyXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxyXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBBY3Rpdml0eUxvZ1NlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9hY3Rpdml0eS1sb2cuc2VydmljZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2N0cy1sYXRlc3QtYWN0aXZpdHknLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9sYXRlc3QtYWN0aXZpdHkuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2xhdGVzdC1hY3Rpdml0eS5jb21wb25lbnQuc2NzcyddLFxyXG4gIGVuY2Fwc3VsYXRpb24gOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMYXRlc3RBY3Rpdml0eUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgQElucHV0KClcclxuICBkb2N1bWVudElkO1xyXG4gIEBJbnB1dCgpIGRvY3VtZW50VGl0bGU7XHJcbiAgQElucHV0KCkgaXNBcmFiaWMgO1xyXG4gIEBJbnB1dCgpIG5ld0xvZ0FjdG9yIDsgLy8gZmxhZ2UgdXNlZCB0byBjaGFuZ2UgbG9ncyB0byB0YWtlIGFjdG9yZSBub3QgZnJvbSBkYyBjcmVhdG9yIGJ1dCBmcm9tIHBlcnNvblxyXG4gIEBJbnB1dCgpIGRpc3BsYXlPcGVuZWRMb2dzPWZhbHNlO1xyXG4gIEBPdXRwdXQoKVxyXG4gIHN1Y2Nlc3MgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIHAgPSAxO1xyXG4gIGNvdW50ID0gNTtcclxuICB0b3RhbFJlY29yZHMgPSAwO1xyXG4gIGlzRmV0Y2hpbmcgPSBmYWxzZTtcclxuICBhY3Rpdml0eWxvZyA9IFtdO1xyXG5cclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGFjdGl2aXR5TG9nU2VyOiBBY3Rpdml0eUxvZ1NlcnZpY2UpIHt9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgLy8gdGhpcy5nZXRBY3Rpdml0aWVzKCk7XHJcbiAgfVxyXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcclxuICAgIGlmIChjaGFuZ2VzWydkaXNwbGF5T3BlbmVkTG9ncyddICYmIGNoYW5nZXNbJ2Rpc3BsYXlPcGVuZWRMb2dzJ10ucHJldmlvdXNWYWx1ZSAhPT0gY2hhbmdlc1snZGlzcGxheU9wZW5lZExvZ3MnXS5jdXJyZW50VmFsdWUpIHtcclxuICAgICAgdGhpcy5wID0gMTsgLy8gUmVzZXQgcGFnZSBvbmx5IHdoZW4gdG9nZ2xlIGNoYW5nZXNcclxuICAgIH1cclxuICAgIHRoaXMuZ2V0QWN0aXZpdGllcyhmYWxzZSk7XHJcbiAgIFxyXG4gIH1cclxuICBnZXRBY3Rpdml0aWVzKGZyb21JbmlmaW50U2Nyb2xsKSB7XHJcbiAgICB0aGlzLmlzRmV0Y2hpbmcgPSB0cnVlO1xyXG4gICAgbGV0IHBhcmFtcyA9IHtcclxuICAgICAgY3VycmVudFBhZ2VJbmRleDogdGhpcy5wIC0gMSxcclxuICAgIH1cclxuICAgIHRoaXMuZGlzcGxheU9wZW5lZExvZ3M/Jyc6cGFyYW1zWydxdWlja0ZpbHRlcnMnXT0nd2l0aG91dE9wZW5kQ29ycmVzcG9uZGVuY2VMb2dzJ1xyXG5cclxuICAgIHRoaXMuYWN0aXZpdHlMb2dTZXJcclxuICAgICAgLmdldEFjdGl2aXR5TG9nKHRoaXMuZG9jdW1lbnRJZC51aWQscGFyYW1zXHJcbiAgICAgIC8vICAgIHtcclxuICAgICAgLy8gICBjdXJyZW50UGFnZUluZGV4OiB0aGlzLnAgLSAxLFxyXG4gICAgICAvLyAgIC8vIHBhZ2VTaXplOiB0aGlzLmNvdW50LFxyXG4gICAgICAvLyB9XHJcbiAgICAgIClcclxuICAgICAgLnN1YnNjcmliZShcclxuICAgICAgICAoZGF0YSkgPT4ge1xyXG4gICAgICAgICAgaWYoIWZyb21JbmlmaW50U2Nyb2xsKXtcclxuICAgICAgICAgICAgdGhpcy5hY3Rpdml0eWxvZyA9IFtdO1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgICAgbGV0IGkgPSAxO1xyXG4gICAgICAgICAgZGF0YS5lbnRyaWVzLm1hcCgoaXRlbSkgPT4ge1xyXG4gICAgICAgICAgICBpKys7XHJcbiAgICAgICAgICAgIGl0ZW0ucHJvcGVydGllcy5leHRlbmRlZEluZm8gPSBpdGVtLnByb3BlcnRpZXMuZXh0ZW5kZWRJbmZvLnJlZHVjZShcclxuICAgICAgICAgICAgICAob2JqLCBpdGVtKSA9PiAoKG9ialtpdGVtLmtleV0gPSBpdGVtLnZhbHVlKSwgb2JqKSxcclxuICAgICAgICAgICAgICB7fVxyXG4gICAgICAgICAgICApO1xyXG4gICAgICAgICAgICB0aGlzLmFjdGl2aXR5bG9nLnB1c2goe1xyXG4gICAgICAgICAgICAgIC4uLml0ZW0ucHJvcGVydGllcyxcclxuICAgICAgICAgICAgfSk7XHJcbiAgICAgICAgICB9KTtcclxuICAgICAgICAgIHRoaXMudG90YWxSZWNvcmRzID0gZGF0YS50b3RhbFNpemU7XHJcbiAgICAgICAgICB0aGlzLmlzRmV0Y2hpbmcgPSBmYWxzZTtcclxuICAgICAgICAgIHRoaXMuc3VjY2Vzcy5lbWl0KHRydWUpO1xyXG4gICAgICAgIH0sXHJcbiAgICAgICAgKGVycikgPT4ge1xyXG4gICAgICAgICAgLy8gdGhpcy5zdWNjZXNzLmVtaXQoZmFsc2UpO1xyXG4gICAgICAgIH1cclxuICAgICAgKTtcclxuICB9XHJcblxyXG4gIC8vIG9uQ2hhbmdlUGFnaW5hdGlvbihlKSB7XHJcbiAgLy8gICB0aGlzLnAgPSBlO1xyXG4gIC8vICAgdGhpcy5nZXRBY3Rpdml0aWVzKCk7XHJcbiAgLy8gfVxyXG5cclxuICBvblNjcm9sbCgpe1xyXG4gICAgdGhpcy5wICsrO1xyXG4gICAgdGhpcy5nZXRBY3Rpdml0aWVzKHRydWUpO1xyXG5cclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImxvZ3MtcHJvZ3Jlc3MtYmFyXCIgKm5nSWY9XCJpc0ZldGNoaW5nXCI+XHJcbiAgPG1hdC1wcm9ncmVzcy1iYXIgbW9kZT1cImluZGV0ZXJtaW5hdGVcIj48L21hdC1wcm9ncmVzcy1iYXI+XHJcbjwvZGl2PlxyXG5cclxuPGRpdlxyXG4gIFtzY3JvbGxXaW5kb3ddPVwiZmFsc2VcIlxyXG4gIGluZmluaXRlU2Nyb2xsXHJcbiAgW2luZmluaXRlU2Nyb2xsRGlzdGFuY2VdPVwiMlwiXHJcbiAgW2luZmluaXRlU2Nyb2xsVGhyb3R0bGVdPVwiNTBcIlxyXG4gIChzY3JvbGxlZCk9XCJvblNjcm9sbCgpXCJcclxuICBjbGFzcz1cImFjdGl2aXR5LWJvZHlcIlxyXG4+XHJcbiAgPGRpdiBjbGFzcz1cImFjdGl2aXR5LWFyZWFcIj5cclxuICAgIDxkaXYgKm5nRm9yPVwibGV0IGl0ZW0gb2YgYWN0aXZpdHlsb2c7IGxldCBpID0gaW5kZXhcIj5cclxuICAgICAgPGN0cy1zaW5nbGUtYWN0aXZpdHkgW2l0ZW1dPVwiaXRlbVwiIFtkb2N1bWVudFRpdGxlXT1cImRvY3VtZW50VGl0bGVcIiBbaXNBcmFiaWNdPVwiaXNBcmFiaWNcIiBbbmV3TG9nQWN0b3JdPVwibmV3TG9nQWN0b3JcIj5cclxuICAgICAgPC9jdHMtc2luZ2xlLWFjdGl2aXR5PlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbjwvZGl2PlxyXG5cclxuPCEtLSA8Y3RzLXNpbmdsZS1hY3Rpdml0eSBbdXNlcl09XCJpdGVtLmNyZWF0b3JcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cImxpbmVPbmVcIj5cclxuICAgICAgICA8c3BhbiBjbGFzcz1cIlwiPlxyXG4gICAgICAgICAgICB7eyBpdGVtLmNyZWF0b3IucHJvcGVydGllcz8uZmlyc3ROYW1lIH19XHJcbiAgICAgICAgICAgIHt7IGl0ZW0uY3JlYXRvci5wcm9wZXJ0aWVzPy5sYXN0TmFtZSB9fSAvLyBjb21tZW50ZWRcclxuICAgICAgICAgIDwvc3Bhbj5cclxuICAgICAgICA8Y3RzLWFjdGl2aXR5LWxpbmUgW2l0ZW1dPVwiaXRlbVwiIFtkb2N1bWVudFRpdGxlXT1cImRvY3VtZW50VGl0bGVcIj5cclxuICAgICAgICA8L2N0cy1hY3Rpdml0eS1saW5lPlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPGRpdiBjbGFzcz1cImxpbmVPbmVQYXJ0MlwiPlxyXG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJteC0yXCI+XHJcbiAgICAgICAgICAgIHt7aXRlbS5ldmVudE5hbWV9fSBjb21tZW50ZWQgXHJcbiAgICAgICAgICA8L3NwYW4+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJsaW5lVHdvXCI+XHJcbiAgICAgICAgPHNwYW4gY2xhc3M9XCJcIiBzdHlsZT1cIndpZHRoOiBmaXQtY29udGVudFwiPlxyXG4gICAgICAgICAge3sgaXRlbS5ldmVudERhdGUgfCBsb2NhbGl6ZWREYXRlOiBcIkVFRUUsIE1NTU0gZCwgeVwiIH19XHJcbiAgICAgICAgPC9zcGFuPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvY3RzLXNpbmdsZS1hY3Rpdml0eT4gLS0+XHJcbiJdfQ==
|
|
@@ -18,7 +18,7 @@ export class SingleActivityComponent {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
SingleActivityComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SingleActivityComponent, deps: [{ token: i1.AppConfigService }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
-
SingleActivityComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SingleActivityComponent, selector: "cts-single-activity", inputs: { item: "item", documentTitle: "documentTitle", newLogActor: "newLogActor", isArabic: "isArabic" }, ngImport: i0, template: "<ng-container *ngIf=\"item\">\r\n <div class=\"avtivity-wrapper\">\r\n <div class=\"avtivity-point border-primary {{ item.documentLifecycle }}\">\r\n <span class=\"{{stateIcons[item.eventName]}} new-icon-section\"></span>\r\n </div>\r\n <div class=\"avtivity-panal border-primary {{ item.documentLifecycle }}\">\r\n <div class=\"avtivity-corr-status border-primary {{ item.documentLifecycle }}\">\r\n {{ \"STATS.\" + item.documentLifecycle | translate }}\r\n </div>\r\n <div class=\"avtivity-heading\">\r\n <div class=\"avtivity-title\">\r\n <div class=\"status\">{{ \"ACTIVITY_LOG.status.\" + item.eventName | translate }}</div>\r\n <div class=\"\">\r\n {{ item.creator.id === 'system' ? ('SYSTEM_ADMIN' | translate) : item.creator.properties.firstName + \" \" +item.creator.properties.lastName }}\r\n </div>\r\n </div>\r\n <div class=\"avtivity-date\">\r\n <div>{{ item.eventDate | localizedDate: \"M/d/y\" }}</div>\r\n <div>{{ item.eventDate | localizedDate: \"h:mm a\" }}</div>\r\n </div>\r\n <div class=\"defult-avtivity-date\">\r\n <div>{{ item.eventDate | localizedDate: defultDateFormate :(isArabic? 'ar-AR' : 'en-US') }}</div>\r\n </div>\r\n </div>\r\n <div class=\"avtivity-body\">\r\n <cts-activity-line\r\n [newLogActor]=\"newLogActor\"\r\n [item]=\"item\"\r\n [isArabic]=\"isArabic\"\r\n [documentTitle]=\"item.documentName\"\r\n ></cts-activity-line>\r\n </div>\r\n </div>\r\n </div>\r\n</ng-container>\r\n\r\n<!-- <div class=\"d-flex\">\r\n <div class=\"myLink link creator\" id=\"parent3\">{{ creator }}</div>\r\n <div class=\"mx-1\">send the correspondence</div>\r\n <div class=\"myLink link\" id=\"child3\">{{ param2 }}</div>\r\n <div class=\"myLink to\" id=\"child3\">to</div>\r\n <div class=\"myLink link\" id=\"child3\">{{corr:to}}</div>\r\n <div class=\"myLink link\" id=\"child3\">and assigned it to</div>\r\n <div class=\"myLink link\" id=\"child3\">{{corr:owner}}</div>\r\n</div> -->\r\n", styles: [".bi{margin:0!important}.memo-sorting-wrapper{width:265px;margin:0 10px;height:100%;display:flex}.memo-sorting-wrapper .sorting-direction{width:65px;height:40px;background-color:#465573;color:#fff;font-size:20px;display:flex;justify-content:center;align-items:center;cursor:pointer}.memo-sorting-wrapper .memo-sorting-trigger{width:calc(100% - 65px);height:100%;background-color:transparent;border:1px solid lightgrey;display:flex;justify-content:space-between;align-items:center;padding:0 15px;font-size:14px}.memo-sorting-wrapper .memo-sorting-trigger i{font-size:16px;color:gray}.memo-sorting-menu{width:200px}.my-button{border:1px solid #465573;color:#465573;border-radius:5px;background-color:transparent;font-weight:bold;min-width:80px;height:40px}.my-button.reset{border:none}.my-button:hover{color:#fff;background-color:#465573}.my-button:hover.reset{color:#465573;border:1px solid #465573;background-color:#fff}.app-property-value .app-input-wrapper label{color:#646f85;font-size:13px;margin-bottom:5px}.app-property-value .app-input-wrapper label .text-danger{font-size:16px;line-height:14px;margin:0 5px!important}.app-property-value .app-input-wrapper .form-control{border:1px solid #ccc;border-radius:5px;background-color:#8f98aa1a;height:40px}.app-property-value .app-input-wrapper .form-control:disabled{background-color:#e9ecef!important}.app-property-value .app-input-wrapper .form-control:focus{border:1px solid #1a96c6;box-shadow:0 0 4px #79c3c26b!important}.app-property-value .app-input-wrapper .app-textitem-editable-error .error-containers{list-style:none;padding:0;margin:0;font-size:14px}.app-property-value .app-input-wrapper .app-textitem-editable-error .error-containers .error{margin-top:5px}.autocomplete-container .input-container input:focus,hijri-gregorian-datepicker .form-group .input-group .form-control:focus,.ng-select.ng-select-focused .ng-select-container{border:1px solid #1a96c6!important;box-shadow:0 0 4px #79c3c26b!important}input::placeholder{font-size:12px}.form-control:focus{box-shadow:none!important}.mat-stepper-horizontal{margin-top:-25px}.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-step-header.cdk-program-focused{background-color:transparent}.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-step-header .mat-step-icon-selected{background-color:transparent;color:#fff;background-image:linear-gradient(to right,#0dbab5,#1a96c6)}@media only screen and (max-width: 576px){.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-step-header .mat-step-label .mat-step-text-label{white-space:pre-wrap;overflow:visible}}.mat-stepper-horizontal .mat-horizontal-content-container{overflow:visible}@media only screen and (max-width: 768px){.mat-stepper-horizontal .mat-horizontal-content-container{padding:0 0 24px}}.mat-stepper-horizontal.rtl .mat-horizontal-stepper-header:first-child:after,.mat-stepper-horizontal.rtl .mat-horizontal-stepper-header:last-child:before{display:none}.mat-stepper-horizontal.rtl .mat-horizontal-stepper-header:first-child:before{border-top-width:1px;border-top-style:solid;content:\"\";display:inline-block;height:0;position:absolute;width:calc(50% - 20px);left:0}.mat-stepper-horizontal.rtl .mat-horizontal-stepper-header:last-child:after{border-top-width:1px;border-top-style:solid;content:\"\";display:inline-block;height:0;position:absolute;width:calc(50% - 20px);right:0}.form-wrapper{padding:30px 15px;border:1px solid #dde0e2}.form-wrapper .buttons-wrapper{display:flex;justify-content:space-between}.form-wrapper .buttons-wrapper .action-buttons-wrapper{display:flex}.form-wrapper .buttons-wrapper button{background-image:linear-gradient(to right,#0dbab5,#1a96c6);height:40px;color:#fff;border:none;width:125px;margin-top:20px;border-radius:5px}.form-wrapper .buttons-wrapper button:disabled{opacity:.4;cursor:not-allowed}.form-wrapper .buttons-wrapper button:hover{opacity:.7}.form-wrapper .upload-wrapper{display:flex;flex-direction:column;justify-content:flex-end}.form-wrapper .upload-wrapper label{color:#8f98aa;font-size:14px}.form-wrapper .upload-wrapper button{padding:10px;border:1px solid lightgray}.form-wrapper .upload-wrapper button span{margin:0 10px}.renameFileComponent .form-wrapper{padding:30px 15px;border:none!important}.renameFileComponent .form-wrapper .buttons-wrapper{display:flex;justify-content:space-between}.renameFileComponent .form-wrapper .buttons-wrapper .action-buttons-wrapper{display:flex}.renameFileComponent .form-wrapper .buttons-wrapper button{background-image:linear-gradient(to right,#0dbab5,#1a96c6);height:40px;color:#fff;border:none;width:125px;margin-top:20px;border-radius:5px}.renameFileComponent .form-wrapper .buttons-wrapper button:disabled{opacity:.4;cursor:not-allowed}.renameFileComponent .form-wrapper .buttons-wrapper button:hover{opacity:.7}.renameFileComponent .form-wrapper .upload-wrapper{display:flex;flex-direction:column;justify-content:flex-end}.renameFileComponent .form-wrapper .upload-wrapper label{color:#8f98aa;font-size:14px}.renameFileComponent .form-wrapper .upload-wrapper button{padding:10px;border:1px solid lightgray}.renameFileComponent .form-wrapper .upload-wrapper button span{margin:0 10px}.my-dynamic-viewer{display:flex;align-items:center;font-size:12px;min-height:30px}.my-dynamic-viewer .my-label{font-size:12px;font-weight:500;width:150px;word-break:break-word}@media (max-width: 992px){.my-dynamic-viewer .my-label{width:50%}}.my-dynamic-viewer .my-value{width:calc(100% - 150px);word-break:break-word}@media (max-width: 992px){.my-dynamic-viewer .my-value{width:50%}}.my-dynamic-viewer .direction-img{font-size:14px}.my-dynamic-viewer .direction-img .incoming{display:none}.my-dynamic-viewer .direction-img .outgoing{display:none}.my-dynamic-viewer .direction-img .internal{display:none}.my-dynamic-viewer.draft .my-value{color:#596973}.my-dynamic-viewer.inProgress .my-value{color:#3c3cf0}.my-dynamic-viewer.registered .my-value{color:#4f008c}.my-dynamic-viewer.archived .my-value{color:#fbb62c}.my-dynamic-viewer.closed .my-value{color:#00dca5}.my-dynamic-viewer.approved .my-value{color:#06a57e}.my-dynamic-viewer.assigned .my-value{color:#fd6670}.my-dynamic-viewer.sent .my-value{color:#3c3cf0}.my-dynamic-viewer.published .my-value{color:#00dca5}.my-dynamic-viewer.Outgoing .my-value{display:flex}.my-dynamic-viewer.Outgoing .my-value .direction-img .outgoing{color:#fbb62c;margin:1px 5px;display:flex}.my-dynamic-viewer.Outgoing .my-value .text{margin:0 5px}.my-dynamic-viewer.Internal .my-value{display:flex}.my-dynamic-viewer.Internal .my-value .direction-img .internal{color:#3c3cf0;margin:1px 5px;display:flex}.my-dynamic-viewer.Internal .my-value .text{margin:0 5px}.my-dynamic-viewer.Incoming .my-value{display:flex}.my-dynamic-viewer.Incoming .my-value .direction-img .incoming{color:#00dca5;display:flex}.my-dynamic-viewer.Incoming .my-value .text{margin:-3px 5px 0}.my-dynamic-viewer.vertical{display:block}.my-dynamic-viewer.vertical .my-label{width:auto}.my-dynamic-viewer.vertical .my-value{width:auto}.my-dynamic-viewer.with-out-label{width:100%!important}.avtivity-wrapper{margin-bottom:36px;background:#fff;display:flex;position:relative}.avtivity-wrapper .avtivity-point{display:block;width:14px;height:14px;border-radius:50%;border:4px solid #0dbab5;background-color:#fff;position:absolute;top:0px;left:-28px}.avtivity-wrapper .avtivity-point .new-icon-section{display:none}.avtivity-wrapper .avtivity-point.draft{border-color:#596973!important}.avtivity-wrapper .avtivity-point.registered{border-color:#5a1496!important}.avtivity-wrapper .avtivity-point.closed{border-color:#00dca5!important}.avtivity-wrapper .avtivity-point.inProgress{border-color:#3c3cf0!important}.avtivity-wrapper .avtivity-point.archived{border-color:#fbb62c!important}.avtivity-wrapper .avtivity-panal{width:100%;border-radius:8px;border-inline-start:8px solid #0dbab5;padding:20px;position:relative;box-shadow:0 0 25px #0000001a}.avtivity-wrapper .avtivity-panal.draft{border-color:#596973!important}.avtivity-wrapper .avtivity-panal.registered{border-color:#5a1496!important}.avtivity-wrapper .avtivity-panal.inProgress{border-color:#3c3cf0!important}.avtivity-wrapper .avtivity-panal.closed{border-color:#00dca5!important}.avtivity-wrapper .avtivity-panal.archived{border-color:#fbb62c!important}.avtivity-wrapper .avtivity-panal.meeting_created{border-color:#3c3cf0!important}.avtivity-wrapper .avtivity-panal .avtivity-corr-status{position:absolute;background:#ffffff;font-size:11px;width:100px;height:24px;border:1px solid #0dbab5;border-radius:5px;left:11px;top:-13px;text-align:center;display:flex;align-items:center;justify-content:center}.avtivity-wrapper .avtivity-panal .avtivity-corr-status.draft{border-color:#596973!important}.avtivity-wrapper .avtivity-panal .avtivity-corr-status.registered{border-color:#5a1496!important}.avtivity-wrapper .avtivity-panal .avtivity-corr-status.inProgress{border-color:#3c3cf0!important}.avtivity-wrapper .avtivity-panal .avtivity-corr-status.closed{border-color:#00dca5!important}.avtivity-wrapper .avtivity-panal .avtivity-corr-status.archived{border-color:#fbb62c!important}.avtivity-wrapper .avtivity-panal .avtivity-corr-status.meeting_created{border-color:#3c3cf0!important}.avtivity-wrapper .avtivity-panal .avtivity-heading{display:flex;justify-content:space-between;margin-bottom:10px;border-bottom:2px solid #f5f6f8}.avtivity-wrapper .avtivity-panal .avtivity-heading .avtivity-date{font-size:12px;color:#6a768e}.avtivity-wrapper .avtivity-panal .avtivity-heading .defult-avtivity-date{font-size:12px;color:#6a768e;display:none}.avtivity-wrapper .avtivity-panal .avtivity-heading .avtivity-title{margin-bottom:8px;font-size:14px;color:#6a768e}.avtivity-wrapper .avtivity-panal .avtivity-heading .avtivity-title .status{font-weight:400;font-size:16px;color:#465573!important}.rtl .avtivity-corr-status{left:unset;right:11px}.rtl .avtivity-point{left:unset;right:-28px}\n"], components: [{ type: i2.ActivityLineComponent, selector: "cts-activity-line", inputs: ["item", "documentTitle", "newLogActor", "isArabic"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "translate": i4.TranslatePipe, "localizedDate": i5.LocalizedDatePipe }, encapsulation: i0.ViewEncapsulation.None });
|
|
21
|
+
SingleActivityComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SingleActivityComponent, selector: "cts-single-activity", inputs: { item: "item", documentTitle: "documentTitle", newLogActor: "newLogActor", isArabic: "isArabic" }, ngImport: i0, template: "<ng-container *ngIf=\"item\">\r\n <div class=\"avtivity-wrapper\">\r\n <div class=\"avtivity-point border-primary {{ item.documentLifecycle }}\">\r\n <span class=\"{{stateIcons[item.eventName]}} new-icon-section\"></span>\r\n </div>\r\n <div class=\"avtivity-panal border-primary {{ item.documentLifecycle }}\">\r\n <div class=\"avtivity-corr-status border-primary {{ item.documentLifecycle }}\">\r\n {{ \"STATS.\" + item.documentLifecycle | translate }}\r\n </div>\r\n <div class=\"avtivity-heading\">\r\n <div class=\"avtivity-title\">\r\n <div *ngIf=\"item.eventName == 'incoming_assignment_create'\" class=\"status\">{{ \"ACTIVITY_LOG.status.\" + item.eventName | translate }} {{item.extendedInfo.assignmentType?(\"ACTIVITY_LOG.assignmentTypes.\" + item.extendedInfo.assignmentType | translate):''}}</div>\r\n <div *ngIf=\"item.eventName !== 'incoming_assignment_create'\" class=\"status\">{{ \"ACTIVITY_LOG.status.\" + item.eventName | translate }}</div>\r\n\r\n <div class=\"\">\r\n {{ item.creator.id === 'system' ? ('SYSTEM_ADMIN' | translate) : item.creator.properties.firstName + \" \" +item.creator.properties.lastName }}\r\n </div>\r\n </div>\r\n <div class=\"avtivity-date\">\r\n <div>{{ item.eventDate | localizedDate: \"M/d/y\" }}</div>\r\n <div>{{ item.eventDate | localizedDate: \"h:mm a\" }}</div>\r\n </div>\r\n <div class=\"defult-avtivity-date\">\r\n <div>{{ item.eventDate | localizedDate: defultDateFormate :(isArabic? 'ar-AR' : 'en-US') }}</div>\r\n </div>\r\n </div>\r\n <div class=\"avtivity-body\">\r\n <cts-activity-line\r\n [newLogActor]=\"newLogActor\"\r\n [item]=\"item\"\r\n [isArabic]=\"isArabic\"\r\n [documentTitle]=\"item.documentName\"\r\n ></cts-activity-line>\r\n </div>\r\n </div>\r\n </div>\r\n</ng-container>\r\n\r\n<!-- <div class=\"d-flex\">\r\n <div class=\"myLink link creator\" id=\"parent3\">{{ creator }}</div>\r\n <div class=\"mx-1\">send the correspondence</div>\r\n <div class=\"myLink link\" id=\"child3\">{{ param2 }}</div>\r\n <div class=\"myLink to\" id=\"child3\">to</div>\r\n <div class=\"myLink link\" id=\"child3\">{{corr:to}}</div>\r\n <div class=\"myLink link\" id=\"child3\">and assigned it to</div>\r\n <div class=\"myLink link\" id=\"child3\">{{corr:owner}}</div>\r\n</div> -->\r\n", styles: [".bi{margin:0!important}.memo-sorting-wrapper{width:265px;margin:0 10px;height:100%;display:flex}.memo-sorting-wrapper .sorting-direction{width:65px;height:40px;background-color:#465573;color:#fff;font-size:20px;display:flex;justify-content:center;align-items:center;cursor:pointer}.memo-sorting-wrapper .memo-sorting-trigger{width:calc(100% - 65px);height:100%;background-color:transparent;border:1px solid lightgrey;display:flex;justify-content:space-between;align-items:center;padding:0 15px;font-size:14px}.memo-sorting-wrapper .memo-sorting-trigger i{font-size:16px;color:gray}.memo-sorting-menu{width:200px}.my-button{border:1px solid #465573;color:#465573;border-radius:5px;background-color:transparent;font-weight:bold;min-width:80px;height:40px}.my-button.reset{border:none}.my-button:hover{color:#fff;background-color:#465573}.my-button:hover.reset{color:#465573;border:1px solid #465573;background-color:#fff}.app-property-value .app-input-wrapper label{color:#646f85;font-size:13px;margin-bottom:5px}.app-property-value .app-input-wrapper label .text-danger{font-size:16px;line-height:14px;margin:0 5px!important}.app-property-value .app-input-wrapper .form-control{border:1px solid #ccc;border-radius:5px;background-color:#8f98aa1a;height:40px}.app-property-value .app-input-wrapper .form-control:disabled{background-color:#e9ecef!important}.app-property-value .app-input-wrapper .form-control:focus{border:1px solid #1a96c6;box-shadow:0 0 4px #79c3c26b!important}.app-property-value .app-input-wrapper .app-textitem-editable-error .error-containers{list-style:none;padding:0;margin:0;font-size:14px}.app-property-value .app-input-wrapper .app-textitem-editable-error .error-containers .error{margin-top:5px}.autocomplete-container .input-container input:focus,hijri-gregorian-datepicker .form-group .input-group .form-control:focus,.ng-select.ng-select-focused .ng-select-container{border:1px solid #1a96c6!important;box-shadow:0 0 4px #79c3c26b!important}input::placeholder{font-size:12px}.form-control:focus{box-shadow:none!important}.mat-stepper-horizontal{margin-top:-25px}.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-step-header.cdk-program-focused{background-color:transparent}.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-step-header .mat-step-icon-selected{background-color:transparent;color:#fff;background-image:linear-gradient(to right,#0dbab5,#1a96c6)}@media only screen and (max-width: 576px){.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-step-header .mat-step-label .mat-step-text-label{white-space:pre-wrap;overflow:visible}}.mat-stepper-horizontal .mat-horizontal-content-container{overflow:visible}@media only screen and (max-width: 768px){.mat-stepper-horizontal .mat-horizontal-content-container{padding:0 0 24px}}.mat-stepper-horizontal.rtl .mat-horizontal-stepper-header:first-child:after,.mat-stepper-horizontal.rtl .mat-horizontal-stepper-header:last-child:before{display:none}.mat-stepper-horizontal.rtl .mat-horizontal-stepper-header:first-child:before{border-top-width:1px;border-top-style:solid;content:\"\";display:inline-block;height:0;position:absolute;width:calc(50% - 20px);left:0}.mat-stepper-horizontal.rtl .mat-horizontal-stepper-header:last-child:after{border-top-width:1px;border-top-style:solid;content:\"\";display:inline-block;height:0;position:absolute;width:calc(50% - 20px);right:0}.form-wrapper{padding:30px 15px;border:1px solid #dde0e2}.form-wrapper .buttons-wrapper{display:flex;justify-content:space-between}.form-wrapper .buttons-wrapper .action-buttons-wrapper{display:flex}.form-wrapper .buttons-wrapper button{background-image:linear-gradient(to right,#0dbab5,#1a96c6);height:40px;color:#fff;border:none;width:125px;margin-top:20px;border-radius:5px}.form-wrapper .buttons-wrapper button:disabled{opacity:.4;cursor:not-allowed}.form-wrapper .buttons-wrapper button:hover{opacity:.7}.form-wrapper .upload-wrapper{display:flex;flex-direction:column;justify-content:flex-end}.form-wrapper .upload-wrapper label{color:#8f98aa;font-size:14px}.form-wrapper .upload-wrapper button{padding:10px;border:1px solid lightgray}.form-wrapper .upload-wrapper button span{margin:0 10px}.renameFileComponent .form-wrapper{padding:30px 15px;border:none!important}.renameFileComponent .form-wrapper .buttons-wrapper{display:flex;justify-content:space-between}.renameFileComponent .form-wrapper .buttons-wrapper .action-buttons-wrapper{display:flex}.renameFileComponent .form-wrapper .buttons-wrapper button{background-image:linear-gradient(to right,#0dbab5,#1a96c6);height:40px;color:#fff;border:none;width:125px;margin-top:20px;border-radius:5px}.renameFileComponent .form-wrapper .buttons-wrapper button:disabled{opacity:.4;cursor:not-allowed}.renameFileComponent .form-wrapper .buttons-wrapper button:hover{opacity:.7}.renameFileComponent .form-wrapper .upload-wrapper{display:flex;flex-direction:column;justify-content:flex-end}.renameFileComponent .form-wrapper .upload-wrapper label{color:#8f98aa;font-size:14px}.renameFileComponent .form-wrapper .upload-wrapper button{padding:10px;border:1px solid lightgray}.renameFileComponent .form-wrapper .upload-wrapper button span{margin:0 10px}.my-dynamic-viewer{display:flex;align-items:center;font-size:12px;min-height:30px}.my-dynamic-viewer .my-label{font-size:12px;font-weight:500;width:150px;word-break:break-word}@media (max-width: 992px){.my-dynamic-viewer .my-label{width:50%}}.my-dynamic-viewer .my-value{width:calc(100% - 150px);word-break:break-word}@media (max-width: 992px){.my-dynamic-viewer .my-value{width:50%}}.my-dynamic-viewer .direction-img{font-size:14px}.my-dynamic-viewer .direction-img .incoming{display:none}.my-dynamic-viewer .direction-img .outgoing{display:none}.my-dynamic-viewer .direction-img .internal{display:none}.my-dynamic-viewer.draft .my-value{color:#596973}.my-dynamic-viewer.inProgress .my-value{color:#3c3cf0}.my-dynamic-viewer.registered .my-value{color:#4f008c}.my-dynamic-viewer.archived .my-value{color:#fbb62c}.my-dynamic-viewer.closed .my-value{color:#00dca5}.my-dynamic-viewer.approved .my-value{color:#06a57e}.my-dynamic-viewer.assigned .my-value{color:#fd6670}.my-dynamic-viewer.sent .my-value{color:#3c3cf0}.my-dynamic-viewer.published .my-value{color:#00dca5}.my-dynamic-viewer.Outgoing .my-value{display:flex}.my-dynamic-viewer.Outgoing .my-value .direction-img .outgoing{color:#fbb62c;margin:1px 5px;display:flex}.my-dynamic-viewer.Outgoing .my-value .text{margin:0 5px}.my-dynamic-viewer.Internal .my-value{display:flex}.my-dynamic-viewer.Internal .my-value .direction-img .internal{color:#3c3cf0;margin:1px 5px;display:flex}.my-dynamic-viewer.Internal .my-value .text{margin:0 5px}.my-dynamic-viewer.Incoming .my-value{display:flex}.my-dynamic-viewer.Incoming .my-value .direction-img .incoming{color:#00dca5;display:flex}.my-dynamic-viewer.Incoming .my-value .text{margin:-3px 5px 0}.my-dynamic-viewer.vertical{display:block}.my-dynamic-viewer.vertical .my-label{width:auto}.my-dynamic-viewer.vertical .my-value{width:auto}.my-dynamic-viewer.with-out-label{width:100%!important}.avtivity-wrapper{margin-bottom:36px;background:#fff;display:flex;position:relative}.avtivity-wrapper .avtivity-point{display:block;width:14px;height:14px;border-radius:50%;border:4px solid #0dbab5;background-color:#fff;position:absolute;top:0px;left:-28px}.avtivity-wrapper .avtivity-point .new-icon-section{display:none}.avtivity-wrapper .avtivity-point.draft{border-color:#596973!important}.avtivity-wrapper .avtivity-point.registered{border-color:#5a1496!important}.avtivity-wrapper .avtivity-point.closed{border-color:#00dca5!important}.avtivity-wrapper .avtivity-point.inProgress{border-color:#3c3cf0!important}.avtivity-wrapper .avtivity-point.archived{border-color:#fbb62c!important}.avtivity-wrapper .avtivity-panal{width:100%;border-radius:8px;border-inline-start:8px solid #0dbab5;padding:20px;position:relative;box-shadow:0 0 25px #0000001a}.avtivity-wrapper .avtivity-panal.draft{border-color:#596973!important}.avtivity-wrapper .avtivity-panal.registered{border-color:#5a1496!important}.avtivity-wrapper .avtivity-panal.inProgress{border-color:#3c3cf0!important}.avtivity-wrapper .avtivity-panal.closed{border-color:#00dca5!important}.avtivity-wrapper .avtivity-panal.archived{border-color:#fbb62c!important}.avtivity-wrapper .avtivity-panal.meeting_created{border-color:#3c3cf0!important}.avtivity-wrapper .avtivity-panal .avtivity-corr-status{position:absolute;background:#ffffff;font-size:11px;width:100px;height:24px;border:1px solid #0dbab5;border-radius:5px;left:11px;top:-13px;text-align:center;display:flex;align-items:center;justify-content:center}.avtivity-wrapper .avtivity-panal .avtivity-corr-status.draft{border-color:#596973!important}.avtivity-wrapper .avtivity-panal .avtivity-corr-status.registered{border-color:#5a1496!important}.avtivity-wrapper .avtivity-panal .avtivity-corr-status.inProgress{border-color:#3c3cf0!important}.avtivity-wrapper .avtivity-panal .avtivity-corr-status.closed{border-color:#00dca5!important}.avtivity-wrapper .avtivity-panal .avtivity-corr-status.archived{border-color:#fbb62c!important}.avtivity-wrapper .avtivity-panal .avtivity-corr-status.meeting_created{border-color:#3c3cf0!important}.avtivity-wrapper .avtivity-panal .avtivity-heading{display:flex;justify-content:space-between;margin-bottom:10px;border-bottom:2px solid #f5f6f8}.avtivity-wrapper .avtivity-panal .avtivity-heading .avtivity-date{font-size:12px;color:#6a768e}.avtivity-wrapper .avtivity-panal .avtivity-heading .defult-avtivity-date{font-size:12px;color:#6a768e;display:none}.avtivity-wrapper .avtivity-panal .avtivity-heading .avtivity-title{margin-bottom:8px;font-size:14px;color:#6a768e}.avtivity-wrapper .avtivity-panal .avtivity-heading .avtivity-title .status{font-weight:400;font-size:16px;color:#465573!important}.rtl .avtivity-corr-status{left:unset;right:11px}.rtl .avtivity-point{left:unset;right:-28px}\n"], components: [{ type: i2.ActivityLineComponent, selector: "cts-activity-line", inputs: ["item", "documentTitle", "newLogActor", "isArabic"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "translate": i4.TranslatePipe, "localizedDate": i5.LocalizedDatePipe }, encapsulation: i0.ViewEncapsulation.None });
|
|
22
22
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SingleActivityComponent, decorators: [{
|
|
23
23
|
type: Component,
|
|
24
24
|
args: [{
|
|
@@ -36,4 +36,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
36
36
|
}], isArabic: [{
|
|
37
37
|
type: Input
|
|
38
38
|
}] } });
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2luZ2xlLWFjdGl2aXR5LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL251eGVvLWRldmVsb3BtZW50LWZyYW1ld29yay9zcmMvbGliL2NvbXBvbmVudHMvbGF0ZXN0LWFjdGl2aXR5L2NvbXBvbmVudHMvc2luZ2xlLWFjdGl2aXR5L3NpbmdsZS1hY3Rpdml0eS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9udXhlby1kZXZlbG9wbWVudC1mcmFtZXdvcmsvc3JjL2xpYi9jb21wb25lbnRzL2xhdGVzdC1hY3Rpdml0eS9jb21wb25lbnRzL3NpbmdsZS1hY3Rpdml0eS9zaW5nbGUtYWN0aXZpdHkuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7QUFTNUUsTUFBTSxPQUFPLHVCQUF1QjtJQVVsQyxZQUFvQixhQUFnQztRQUFoQyxrQkFBYSxHQUFiLGFBQWEsQ0FBbUI7UUFGcEQsZUFBVSxHQUFHLEVBQUUsQ0FBQztRQUdkLElBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxlQUFlLENBQUMsZ0JBQWdCLEVBQUM7WUFDckQsSUFBSSxDQUFDLFVBQVUsbUNBQVEsSUFBSSxDQUFDLFVBQVUsR0FBTSxJQUFJLENBQUMsYUFBYSxDQUFDLGVBQWUsQ0FBQyxnQkFBZ0IsQ0FBRSxDQUFDO1lBQ2xHLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLGVBQWUsQ0FBQyxXQUFXLENBQUM7U0FDekU7SUFDSCxDQUFDO0lBRUQsUUFBUTtJQUNSLENBQUM7O3FIQWxCVSx1QkFBdUI7eUdBQXZCLHVCQUF1Qix1S0NUcEMsMjZFQStDQTs0RkR0Q2EsdUJBQXVCO2tCQU5uQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxxQkFBcUI7b0JBQy9CLFdBQVcsRUFBRSxrQ0FBa0M7b0JBQy9DLFNBQVMsRUFBRSxDQUFDLGtDQUFrQyxDQUFDO29CQUMvQyxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtpQkFDdEM7dUdBR0MsSUFBSTtzQkFESCxLQUFLO2dCQUdOLGFBQWE7c0JBRFosS0FBSztnQkFFRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEFwcENvbmZpZ1NlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi8uLi9jb25maWd1cmF0aW9uL2FwcC1jb25maWcuc2VydmljZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2N0cy1zaW5nbGUtYWN0aXZpdHknLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9zaW5nbGUtYWN0aXZpdHkuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL3NpbmdsZS1hY3Rpdml0eS5jb21wb25lbnQuc2NzcyddLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTaW5nbGVBY3Rpdml0eUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgQElucHV0KClcclxuICBpdGVtO1xyXG4gIEBJbnB1dCgpXHJcbiAgZG9jdW1lbnRUaXRsZTtcclxuICBASW5wdXQoKSBuZXdMb2dBY3RvciA7XHJcbiAgQElucHV0KCkgaXNBcmFiaWMgO1xyXG5cclxuICBzdGF0ZUljb25zID0ge307XHJcbiAgZGVmdWx0RGF0ZUZvcm1hdGU7XHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBjb25maWdTZXJ2aWNlIDogQXBwQ29uZmlnU2VydmljZSkge1xyXG4gICAgaWYodGhpcy5jb25maWdTZXJ2aWNlLm15Q29uZmlndXJhdGlvbi5hY3Rpdml0eUxvZ0ljb25zKXtcclxuICAgICAgdGhpcy5zdGF0ZUljb25zID0geyAuLi50aGlzLnN0YXRlSWNvbnMgLCAuLi50aGlzLmNvbmZpZ1NlcnZpY2UubXlDb25maWd1cmF0aW9uLmFjdGl2aXR5TG9nSWNvbnMgfTtcclxuICAgICAgdGhpcy5kZWZ1bHREYXRlRm9ybWF0ZSA9IHRoaXMuY29uZmlnU2VydmljZS5teUNvbmZpZ3VyYXRpb24uZGF0ZUZvcm1hdGU7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICB9XHJcbn1cclxuIiwiPG5nLWNvbnRhaW5lciAqbmdJZj1cIml0ZW1cIj5cclxuICA8ZGl2IGNsYXNzPVwiYXZ0aXZpdHktd3JhcHBlclwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImF2dGl2aXR5LXBvaW50IGJvcmRlci1wcmltYXJ5IHt7IGl0ZW0uZG9jdW1lbnRMaWZlY3ljbGUgfX1cIj5cclxuICAgICAgPHNwYW4gY2xhc3M9XCJ7e3N0YXRlSWNvbnNbaXRlbS5ldmVudE5hbWVdfX0gbmV3LWljb24tc2VjdGlvblwiPjwvc3Bhbj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImF2dGl2aXR5LXBhbmFsIGJvcmRlci1wcmltYXJ5IHt7IGl0ZW0uZG9jdW1lbnRMaWZlY3ljbGUgfX1cIj5cclxuICAgICAgPGRpdiBjbGFzcz1cImF2dGl2aXR5LWNvcnItc3RhdHVzIGJvcmRlci1wcmltYXJ5IHt7IGl0ZW0uZG9jdW1lbnRMaWZlY3ljbGUgfX1cIj5cclxuICAgICAgICB7eyBcIlNUQVRTLlwiICsgaXRlbS5kb2N1bWVudExpZmVjeWNsZSB8IHRyYW5zbGF0ZSB9fVxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPGRpdiBjbGFzcz1cImF2dGl2aXR5LWhlYWRpbmdcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiYXZ0aXZpdHktdGl0bGVcIj5cclxuICAgICAgICAgIDxkaXYgKm5nSWY9XCJpdGVtLmV2ZW50TmFtZSA9PSAnaW5jb21pbmdfYXNzaWdubWVudF9jcmVhdGUnXCIgY2xhc3M9XCJzdGF0dXNcIj57eyBcIkFDVElWSVRZX0xPRy5zdGF0dXMuXCIgKyBpdGVtLmV2ZW50TmFtZSB8IHRyYW5zbGF0ZSB9fSB7e2l0ZW0uZXh0ZW5kZWRJbmZvLmFzc2lnbm1lbnRUeXBlPyhcIkFDVElWSVRZX0xPRy5hc3NpZ25tZW50VHlwZXMuXCIgKyBpdGVtLmV4dGVuZGVkSW5mby5hc3NpZ25tZW50VHlwZSB8IHRyYW5zbGF0ZSk6Jyd9fTwvZGl2PlxyXG4gICAgICAgICAgPGRpdiAqbmdJZj1cIml0ZW0uZXZlbnROYW1lICE9PSAnaW5jb21pbmdfYXNzaWdubWVudF9jcmVhdGUnXCIgY2xhc3M9XCJzdGF0dXNcIj57eyBcIkFDVElWSVRZX0xPRy5zdGF0dXMuXCIgKyBpdGVtLmV2ZW50TmFtZSB8IHRyYW5zbGF0ZSB9fTwvZGl2PlxyXG5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJcIj5cclxuICAgICAgICAgICAge3sgaXRlbS5jcmVhdG9yLmlkID09PSAnc3lzdGVtJyA/ICgnU1lTVEVNX0FETUlOJyB8IHRyYW5zbGF0ZSkgOiBpdGVtLmNyZWF0b3IucHJvcGVydGllcy5maXJzdE5hbWUgKyBcIiBcIiAraXRlbS5jcmVhdG9yLnByb3BlcnRpZXMubGFzdE5hbWUgfX1cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJhdnRpdml0eS1kYXRlXCI+XHJcbiAgICAgICAgICA8ZGl2Pnt7IGl0ZW0uZXZlbnREYXRlIHwgbG9jYWxpemVkRGF0ZTogXCJNL2QveVwiIH19PC9kaXY+XHJcbiAgICAgICAgICA8ZGl2Pnt7IGl0ZW0uZXZlbnREYXRlIHwgbG9jYWxpemVkRGF0ZTogXCJoOm1tIGFcIiB9fTwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJkZWZ1bHQtYXZ0aXZpdHktZGF0ZVwiPlxyXG4gICAgICAgICAgPGRpdj57eyBpdGVtLmV2ZW50RGF0ZSB8IGxvY2FsaXplZERhdGU6IGRlZnVsdERhdGVGb3JtYXRlIDooaXNBcmFiaWM/ICdhci1BUicgOiAnZW4tVVMnKSB9fTwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPGRpdiBjbGFzcz1cImF2dGl2aXR5LWJvZHlcIj5cclxuICAgICAgICA8Y3RzLWFjdGl2aXR5LWxpbmVcclxuICAgICAgICBbbmV3TG9nQWN0b3JdPVwibmV3TG9nQWN0b3JcIlxyXG4gICAgICAgICAgW2l0ZW1dPVwiaXRlbVwiXHJcbiAgICAgICAgICBbaXNBcmFiaWNdPVwiaXNBcmFiaWNcIlxyXG4gICAgICAgICAgW2RvY3VtZW50VGl0bGVdPVwiaXRlbS5kb2N1bWVudE5hbWVcIlxyXG4gICAgICAgID48L2N0cy1hY3Rpdml0eS1saW5lPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L25nLWNvbnRhaW5lcj5cclxuXHJcbjwhLS0gPGRpdiBjbGFzcz1cImQtZmxleFwiPlxyXG4gIDxkaXYgY2xhc3M9XCJteUxpbmsgbGluayBjcmVhdG9yXCIgaWQ9XCJwYXJlbnQzXCI+e3sgY3JlYXRvciB9fTwvZGl2PlxyXG4gIDxkaXYgY2xhc3M9XCJteC0xXCI+c2VuZCB0aGUgY29ycmVzcG9uZGVuY2U8L2Rpdj5cclxuICA8ZGl2IGNsYXNzPVwibXlMaW5rIGxpbmtcIiBpZD1cImNoaWxkM1wiPnt7IHBhcmFtMiB9fTwvZGl2PlxyXG4gIDxkaXYgY2xhc3M9XCJteUxpbmsgdG9cIiBpZD1cImNoaWxkM1wiPnRvPC9kaXY+XHJcbiAgPGRpdiBjbGFzcz1cIm15TGluayBsaW5rXCIgaWQ9XCJjaGlsZDNcIj57e2NvcnI6dG99fTwvZGl2PlxyXG4gIDxkaXYgY2xhc3M9XCJteUxpbmsgbGlua1wiIGlkPVwiY2hpbGQzXCI+YW5kIGFzc2lnbmVkIGl0IHRvPC9kaXY+XHJcbiAgPGRpdiBjbGFzcz1cIm15TGluayBsaW5rXCIgaWQ9XCJjaGlsZDNcIj57e2NvcnI6b3duZXJ9fTwvZGl2PlxyXG48L2Rpdj4gLS0+XHJcbiJdfQ==
|
|
@@ -77,4 +77,4 @@ ActivityLogConstants.fields = {
|
|
|
77
77
|
minor_version: 'uid:minor_version',
|
|
78
78
|
uid: 'uid:uid',
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
80
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aXZpdHlsb2cuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9udXhlby1kZXZlbG9wbWVudC1mcmFtZXdvcmsvc3JjL2xpYi9jb21wb25lbnRzL2xhdGVzdC1hY3Rpdml0eS9jb25zdGFudHMvYWN0aXZpdHlsb2cudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxPQUFPLG9CQUFvQjs7QUFDakIsaUNBQVksR0FBRztJQUMzQixXQUFXLEVBQUU7UUFDWCxJQUFJLEVBQUUsZ0JBQWdCO1FBQ3RCLE9BQU8sRUFBRSxFQUFFLGdCQUFnQixFQUFFLEdBQUcsRUFBRSxvQkFBb0IsRUFBRSxzQkFBc0IsRUFBRyxtQkFBbUIsRUFBQyxPQUFPLEVBQUU7S0FDL0c7Q0FDRixDQUFDO0FBRVksaUNBQVksR0FBRztJQUMzQixXQUFXLEVBQUU7UUFDWCxJQUFJLEVBQUUsYUFBYTtRQUNuQixNQUFNLEVBQUUsS0FBSztLQUNkO0lBQ0QsYUFBYSxFQUFFO1FBQ2IsSUFBSSxFQUFFLGVBQWU7UUFDckIsTUFBTSxFQUFFLEtBQUs7S0FDZDtDQUNGLENBQUM7QUFDWSwyQkFBTSxHQUFHO0lBQ3JCLGVBQWUsRUFBRSxpQkFBaUI7SUFDbEMsZ0JBQWdCLEVBQUUsa0JBQWtCO0lBQ3BDLGlCQUFpQixFQUFFLG1CQUFtQjtJQUN0QyxpQkFBaUIsRUFBRSxtQkFBbUI7SUFDdEMsa0JBQWtCLEVBQUUsb0JBQW9CO0lBQ3hDLGlCQUFpQixFQUFFLG1CQUFtQjtJQUN0Qyx1QkFBdUIsRUFBRSx5QkFBeUI7SUFDbEQscUJBQXFCLEVBQUUsdUJBQXVCO0lBQzlDLHVCQUF1QixFQUFFLHlCQUF5QjtJQUNsRCxpQkFBaUIsRUFBRSxtQkFBbUI7SUFDdEMsaUJBQWlCLEVBQUUsbUJBQW1CO0lBQ3RDLGNBQWMsRUFBRSxnQkFBZ0I7SUFDaEMsZUFBZSxFQUFFLGlCQUFpQjtJQUNsQyxZQUFZLEVBQUUsY0FBYztJQUM1Qix1QkFBdUIsRUFBRSx5QkFBeUI7SUFDbEQseUJBQXlCLEVBQUUsMkJBQTJCO0lBQ3RELHFCQUFxQixFQUFFLHVCQUF1QjtJQUM5QyxxQkFBcUIsRUFBRSx1QkFBdUI7SUFDOUMsd0JBQXdCLEVBQUUsMEJBQTBCO0lBQ3BELHFCQUFxQixFQUFFLHVCQUF1QjtJQUM5QyxrQkFBa0IsRUFBRSxvQkFBb0I7SUFDeEMsb0JBQW9CLEVBQUUsc0JBQXNCO0lBQzVDLHdCQUF3QixFQUFFLDBCQUEwQjtJQUNwRCwwQkFBMEIsRUFBRSw0QkFBNEI7Q0FDdkQsQ0FBQztBQUNVLDJCQUFNLEdBQUc7SUFDckIsVUFBVSxFQUFFLGVBQWU7SUFDM0IsaUJBQWlCLEVBQUUsc0JBQXNCO0lBQ3pDLFlBQVksRUFBRSxpQkFBaUI7SUFDL0IsWUFBWSxFQUFFLGtCQUFrQjtJQUNoQyxhQUFhLEVBQUUsa0JBQWtCO0lBQ2pDLGFBQWEsRUFBRSxrQkFBa0I7SUFDakMsWUFBWSxFQUFFLGlCQUFpQjtJQUMvQixTQUFTLEVBQUUsY0FBYztJQUN6QixTQUFTLEVBQUUsY0FBYztJQUN6QixVQUFVLEVBQUUsZUFBZTtJQUMzQixZQUFZLEVBQUUsaUJBQWlCO0lBQy9CLE1BQU0sRUFBRSxXQUFXO0lBQ25CLFlBQVksRUFBRSxpQkFBaUI7SUFDL0IsUUFBUSxFQUFFLGFBQWE7SUFDdkIsT0FBTyxFQUFFLFlBQVk7SUFDckIsT0FBTyxFQUFFLFlBQVk7SUFDckIsV0FBVyxFQUFFLGdCQUFnQjtJQUM3QixPQUFPLEVBQUUsWUFBWTtJQUNyQixNQUFNLEVBQUUsV0FBVztJQUNuQixNQUFNLEVBQUUsV0FBVztJQUNuQixRQUFRLEVBQUUsYUFBYTtJQUN2QixlQUFlLEVBQUUsb0JBQW9CO0lBQ3JDLFFBQVEsRUFBRSxhQUFhO0lBQ3ZCLE1BQU0sRUFBRSxXQUFXO0lBQ25CLFNBQVMsRUFBRSxjQUFjO0lBQ3pCLE1BQU0sRUFBRSxXQUFXO0lBQ25CLE1BQU0sRUFBRSxXQUFXO0lBQ25CLFFBQVEsRUFBRSxhQUFhO0lBQ3ZCLEtBQUssRUFBRSxVQUFVO0lBQ2pCLEtBQUssRUFBRSxVQUFVO0lBQ2pCLGFBQWEsRUFBRSxtQkFBbUI7SUFDbEMsYUFBYSxFQUFFLG1CQUFtQjtJQUNsQyxHQUFHLEVBQUUsU0FBUztDQUNmLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgQWN0aXZpdHlMb2dDb25zdGFudHMge1xyXG4gIHB1YmxpYyBzdGF0aWMgcGFnZVByb3ZpZGVyID0ge1xyXG4gICAgYnVpc25lc3Nsb2c6IHtcclxuICAgICAgbmFtZTogJ1BQX0J1c2luZXNzTG9nJyxcclxuICAgICAgaGVhZGVyczogeyAnWC1OWHByb3BlcnRpZXMnOiAnKicsICdYLU5YZmV0Y2gtZG9jdW1lbnQnOiAnZGM6Y3JlYXRvcixibDpwZXJzb24nICwgJ2V4Y2x1ZGUtdXNlci1pbmZvJzonZ3JvdXAnIH0sXHJcbiAgICB9LFxyXG4gIH07XHJcblxyXG4gIHB1YmxpYyBzdGF0aWMgcXVpY2tGaWx0ZXJzID0ge1xyXG4gICAgbWVldGluZ2xvZ3M6IHtcclxuICAgICAgbmFtZTogJ21lZXRpbmdsb2dzJyxcclxuICAgICAgYWN0aXZlOiBmYWxzZSxcclxuICAgIH0sXHJcbiAgICBjb21taXR0ZWVsb2dzOiB7XHJcbiAgICAgIG5hbWU6ICdjb21taXR0ZWVsb2dzJyxcclxuICAgICAgYWN0aXZlOiBmYWxzZSxcclxuICAgIH0sXHJcbiAgfTtcclxuICBwdWJsaWMgc3RhdGljIGV2ZW50cyA9IHtcclxuICAgIG1lZXRpbmdfY3JlYXRlZDogJ21lZXRpbmdfY3JlYXRlZCcsXHJcbiAgICBtZWV0aW5nX21vZGlmaWVkOiAnbWVldGluZ19tb2RpZmllZCcsXHJcbiAgICBtZWV0aW5nX2NhbmNlbGxlZDogJ21lZXRpbmdfY2FuY2VsbGVkJyxcclxuICAgIGNvbW1pdHRlZV9jcmVhdGVkOiAnY29tbWl0dGVlX2NyZWF0ZWQnLFxyXG4gICAgY29tbWl0dGVlX21vZGlmaWVkOiAnY29tbWl0dGVlX21vZGlmaWVkJyxcclxuICAgIGNvbW1pdHRlZV9kZWxldGVkOiAnY29tbWl0dGVlX2RlbGV0ZWQnLFxyXG4gICAgY29tbWl0dGVlX2NhdGVnb3J5QWRkZWQ6ICdjb21taXR0ZWVfY2F0ZWdvcnlBZGRlZCcsXHJcbiAgICBjb21taXR0ZWVfbWVtYmVyQWRkZWQ6ICdjb21taXR0ZWVfbWVtYmVyQWRkZWQnLFxyXG4gICAgY29tbWl0dGVlX21lbWJlclJlbW92ZWQ6ICdjb21taXR0ZWVfbWVtYmVyUmVtb3ZlZCcsXHJcbiAgICBtZWV0aW5nX3B1Ymxpc2hlZDogJ21lZXRpbmdfcHVibGlzaGVkJyxcclxuICAgIG1lZXRpbmdfY29tcGxldGVkOiAnbWVldGluZ19jb21wbGV0ZWQnLFxyXG4gICAgbWVldGluZ19jbG9zZWQ6ICdtZWV0aW5nX2Nsb3NlZCcsXHJcbiAgICBtZWV0aW5nX3N0YXJ0ZWQ6ICdtZWV0aW5nX3N0YXJ0ZWQnLFxyXG4gICAgbWVldGluZ19yc3ZwOiAnbWVldGluZ19yc3ZwJyxcclxuICAgIG1lZXRpbmdfcmVzb2x1dGlvbkFkZGVkOiAnbWVldGluZ19yZXNvbHV0aW9uQWRkZWQnLFxyXG4gICAgbWVldGluZ19yZXNvbHV0aW9uUmVtb3ZlZDogJ21lZXRpbmdfcmVzb2x1dGlvblJlbW92ZWQnLFxyXG4gICAgbWVldGluZ19tZW1iZXJJbnZpdGVkOiAnbWVldGluZ19tZW1iZXJJbnZpdGVkJyxcclxuICAgIG1lZXRpbmdfbWVtYmVyUmVtb3ZlZDogJ21lZXRpbmdfbWVtYmVyUmVtb3ZlZCcsXHJcbiAgICBkb2N1bWVudF9hdHRhY2htZW50QWRkZWQ6ICdkb2N1bWVudF9hdHRhY2htZW50QWRkZWQnLFxyXG4gICAgZG9jdW1lbnRfcG9sbEFuc3dlcmVkOiAnZG9jdW1lbnRfcG9sbEFuc3dlcmVkJyxcclxuICAgIGRvY3VtZW50X3BvbGxBZGRlZDogJ2RvY3VtZW50X3BvbGxBZGRlZCcsXHJcbiAgICBkb2N1bWVudF9wb2xsUmVtb3ZlZDogJ2RvY3VtZW50X3BvbGxSZW1vdmVkJyxcclxuICAgIGRvY3VtZW50X2Rpc2N1c3Npb25BZGRlZDogJ2RvY3VtZW50X2Rpc2N1c3Npb25BZGRlZCcsXHJcbiAgICBkb2N1bWVudF9kaXNjdXNzaW9uUmVtb3ZlZDogJ2RvY3VtZW50X2Rpc2N1c3Npb25SZW1vdmVkJyxcclxuICAgIH07XHJcbiAgcHVibGljIHN0YXRpYyBmaWVsZHMgPSB7XHJcbiAgICBkb2N1bWVudElkOiAnYmw6ZG9jdW1lbnRJZCcsXHJcbiAgICBkb2N1bWVudExpZmVjeWNsZTogJ2JsOmRvY3VtZW50TGlmZWN5Y2xlJyxcclxuICAgIGRvY3VtZW50TmFtZTogJ2JsOmRvY3VtZW50TmFtZScsXHJcbiAgICBkb2N1bWVudFBhdGg6ICcgYmw6ZG9jdW1lbnRQYXRoJyxcclxuICAgIGRvY3VtZW50VHlwZXM6ICdibDpkb2N1bWVudFR5cGVzJyxcclxuICAgIGV2ZW50Q2F0ZWdvcnk6ICdibDpldmVudENhdGVnb3J5JyxcclxuICAgIGV2ZW50Q29tbWVudDogJ2JsOmV2ZW50Q29tbWVudCcsXHJcbiAgICBldmVudERhdGU6ICdibDpldmVudERhdGUnLFxyXG4gICAgZXZlbnROYW1lOiAnYmw6ZXZlbnROYW1lJyxcclxuICAgIGV2ZW50VHlwZXM6ICdibDpldmVudFR5cGVzJyxcclxuICAgIGV4dGVuZGVkSW5mbzogJ2JsOmV4dGVuZGVkSW5mbycsXHJcbiAgICBwZXJzb246ICdibDpwZXJzb24nLFxyXG4gICAgY29udHJpYnV0b3JzOiAnZGM6Y29udHJpYnV0b3JzJyxcclxuICAgIGNvdmVyYWdlOiAnZGM6Y292ZXJhZ2UnLFxyXG4gICAgY3JlYXRlZDogJ2RjOmNyZWF0ZWQnLFxyXG4gICAgY3JlYXRvcjogJ2RjOmNyZWF0b3InLFxyXG4gICAgZGVzY3JpcHRpb246ICdkYzpkZXNjcmlwdGlvbicsXHJcbiAgICBleHBpcmVkOiAnZGM6ZXhwaXJlZCcsXHJcbiAgICBmb3JtYXQ6ICdkYzpmb3JtYXQnLFxyXG4gICAgaXNzdWVkOiAnZGM6aXNzdWVkJyxcclxuICAgIGxhbmd1YWdlOiAnZGM6bGFuZ3VhZ2UnLFxyXG4gICAgbGFzdENvbnRyaWJ1dG9yOiAnZGM6bGFzdENvbnRyaWJ1dG9yJyxcclxuICAgIG1vZGlmaWVkOiAnZGM6bW9kaWZpZWQnLFxyXG4gICAgbmF0dXJlOiAnZGM6bmF0dXJlJyxcclxuICAgIHB1Ymxpc2hlcjogJ2RjOnB1Ymxpc2hlcicsXHJcbiAgICByaWdodHM6ICdkYzpyaWdodHMnLFxyXG4gICAgc291cmNlOiAnZGM6c291cmNlJyxcclxuICAgIHN1YmplY3RzOiAnZGM6c3ViamVjdHMnLFxyXG4gICAgdGl0bGU6ICdkYzp0aXRsZScsXHJcbiAgICB2YWxpZDogJ2RjOnZhbGlkJyxcclxuICAgIG1ham9yX3ZlcnNpb246ICd1aWQ6bWFqb3JfdmVyc2lvbicsXHJcbiAgICBtaW5vcl92ZXJzaW9uOiAndWlkOm1pbm9yX3ZlcnNpb24nLFxyXG4gICAgdWlkOiAndWlkOnVpZCcsXHJcbiAgfTtcclxufVxyXG4iXX0=
|
|
@@ -58,4 +58,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
58
58
|
]
|
|
59
59
|
}]
|
|
60
60
|
}] });
|
|
61
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
61
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF0ZXN0LWFjdGl2aXR5Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL251eGVvLWRldmVsb3BtZW50LWZyYW1ld29yay9zcmMvbGliL2NvbXBvbmVudHMvbGF0ZXN0LWFjdGl2aXR5L2xhdGVzdC1hY3Rpdml0eS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3RELE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUN2RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDN0QsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ2pELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQ25FLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLG9EQUFvRCxDQUFDO0FBQzNGLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHdEQUF3RCxDQUFDO0FBQ2pHLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHdEQUF3RCxDQUFDO0FBQ2pHLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQzNELE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGdDQUFnQyxDQUFDOztBQUV0RTs7R0FFRztBQW1CSCxNQUFNLE9BQU8sb0JBQW9COztrSEFBcEIsb0JBQW9CO21IQUFwQixvQkFBb0IsaUJBakJoQix1QkFBdUIsRUFBRSxxQkFBcUIsRUFBRSx1QkFBdUIsYUFFcEYsWUFBWTtRQUNaLGdCQUFnQjtRQUNoQixlQUFlO1FBQ2YsY0FBYztRQUNkLFVBQVU7UUFDVixXQUFXO1FBQ1gsb0JBQW9CO1FBQ3BCLG9CQUFvQixhQUdwQix1QkFBdUI7UUFDdkIsdUJBQXVCO1FBQ3ZCLHFCQUFxQjttSEFHWixvQkFBb0IsWUFoQnRCO1lBQ1AsWUFBWTtZQUNaLGdCQUFnQjtZQUNoQixlQUFlO1lBQ2YsY0FBYztZQUNkLFVBQVU7WUFDVixXQUFXO1lBQ1gsb0JBQW9CO1lBQ3BCLG9CQUFvQjtTQUNyQjs0RkFPVSxvQkFBb0I7a0JBbEJoQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLHVCQUF1QixFQUFFLHFCQUFxQixFQUFFLHVCQUF1QixDQUFDO29CQUN2RixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixnQkFBZ0I7d0JBQ2hCLGVBQWU7d0JBQ2YsY0FBYzt3QkFDZCxVQUFVO3dCQUNWLFdBQVc7d0JBQ1gsb0JBQW9CO3dCQUNwQixvQkFBb0I7cUJBQ3JCO29CQUNELE9BQU8sRUFBQzt3QkFDTix1QkFBdUI7d0JBQ3ZCLHVCQUF1Qjt3QkFDdkIscUJBQXFCO3FCQUN0QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xyXG5pbXBvcnQgeyBQaXBlc01vZHVsZSB9IGZyb20gJy4uLy4uL3BpcGVzL3BpcGVzLm1vZHVsZSc7XHJcbmltcG9ydCB7IEFjdGl2aXR5TW9kdWxlIH0gZnJvbSAnLi4vYWN0aXZpdHkvYWN0aXZpdHkubW9kdWxlJztcclxuaW1wb3J0IHsgQ2FyZE1vZHVsZSB9IGZyb20gJy4uL2NhcmQvY2FyZC5tb2R1bGUnO1xyXG5pbXBvcnQgeyBQYWdpbmF0aW9uTW9kdWxlIH0gZnJvbSAnLi4vcGFnaW5hdGlvbi9wYWdpbmF0aW9uLm1vZHVsZSc7XHJcbmltcG9ydCB7IEFjdGl2aXR5TGluZUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9hY3Rpdml0eS1saW5lL2FjdGl2aXR5LWxpbmUuY29tcG9uZW50JztcclxuaW1wb3J0IHsgTGF0ZXN0QWN0aXZpdHlDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvbGF0ZXN0LWFjdGl2aXR5L2xhdGVzdC1hY3Rpdml0eS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBTaW5nbGVBY3Rpdml0eUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9zaW5nbGUtYWN0aXZpdHkvc2luZ2xlLWFjdGl2aXR5LmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEluZmluaXRlU2Nyb2xsTW9kdWxlIH0gZnJvbSAnbmd4LWluZmluaXRlLXNjcm9sbCc7XHJcbmltcG9ydCB7IE1hdFByb2dyZXNzQmFyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvcHJvZ3Jlc3MtYmFyJztcclxuXHJcbi8qKlxyXG4gKiBAaWdub3JlXHJcbiAqL1xyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW0xhdGVzdEFjdGl2aXR5Q29tcG9uZW50LCBBY3Rpdml0eUxpbmVDb21wb25lbnQsIFNpbmdsZUFjdGl2aXR5Q29tcG9uZW50XSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBQYWdpbmF0aW9uTW9kdWxlLFxyXG4gICAgVHJhbnNsYXRlTW9kdWxlLFxyXG4gICAgQWN0aXZpdHlNb2R1bGUsXHJcbiAgICBDYXJkTW9kdWxlLFxyXG4gICAgUGlwZXNNb2R1bGUsXHJcbiAgICBJbmZpbml0ZVNjcm9sbE1vZHVsZSxcclxuICAgIE1hdFByb2dyZXNzQmFyTW9kdWxlXHJcbiAgXSxcclxuICBleHBvcnRzOltcclxuICAgIExhdGVzdEFjdGl2aXR5Q29tcG9uZW50LFxyXG4gICAgU2luZ2xlQWN0aXZpdHlDb21wb25lbnQsXHJcbiAgICBBY3Rpdml0eUxpbmVDb21wb25lbnRcclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMYXRlc3RBY3Rpdml0eU1vZHVsZSB7IH1cclxuIl19
|
|
@@ -30,4 +30,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
30
30
|
providedIn: 'root',
|
|
31
31
|
}]
|
|
32
32
|
}], ctorParameters: function () { return [{ type: i1.AdapterService }, { type: i2.CallApiService }]; } });
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aXZpdHktbG9nLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9udXhlby1kZXZlbG9wbWVudC1mcmFtZXdvcmsvc3JjL2xpYi9jb21wb25lbnRzL2xhdGVzdC1hY3Rpdml0eS9zZXJ2aWNlcy9hY3Rpdml0eS1sb2cuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRzNDLE9BQU8sRUFBRSxVQUFVLEVBQUUsR0FBRyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDakQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7Ozs7QUFNaEUsTUFBTSxPQUFPLGtCQUFrQjtJQUM3QixZQUNVLE9BQXVCLEVBQ3ZCLE9BQXVCO1FBRHZCLFlBQU8sR0FBUCxPQUFPLENBQWdCO1FBQ3ZCLFlBQU8sR0FBUCxPQUFPLENBQWdCO0lBQzlCLENBQUM7SUFFSixjQUFjLENBQUMsVUFBVSxFQUFFLE1BQU0sR0FBRyxFQUFFO1FBQ3BDLE9BQU8sSUFBSSxDQUFDLE9BQU87YUFDaEIsS0FBSyxpQkFFRixZQUFZLEVBQUUsb0JBQW9CLENBQUMsWUFBWSxDQUFDLFdBQVcsQ0FBQyxJQUFJLEVBQ2hFLHNCQUFzQixFQUFFLFVBQVUsSUFDL0IsTUFBTSxHQUVYO1lBQ0UsT0FBTyxFQUFFLG9CQUFvQixDQUFDLFlBQVksQ0FBQyxXQUFXLENBQUMsT0FBTztTQUMvRCxDQUNGO2FBQ0EsSUFBSSxDQUNILEdBQUcsQ0FBQyxDQUFDLElBQVMsRUFBRSxFQUFFO1lBQ2hCLElBQUksQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FDeEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLG9CQUFvQixDQUFDLE1BQU0sQ0FBQyxDQUN4RCxDQUFDO1lBQ0YsT0FBTyxJQUFJLENBQUM7UUFDZCxDQUFDLENBQUMsRUFDRixVQUFVLENBQUMsQ0FBQyxHQUFHLEVBQUUsRUFBRTtZQUNqQixNQUFNLEdBQUcsQ0FBQztRQUNaLENBQUMsQ0FBQyxDQUNILENBQUM7SUFDTixDQUFDOztnSEE3QlUsa0JBQWtCO29IQUFsQixrQkFBa0IsY0FGakIsTUFBTTs0RkFFUCxrQkFBa0I7a0JBSDlCLFVBQVU7bUJBQUM7b0JBQ1YsVUFBVSxFQUFFLE1BQU07aUJBQ25CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XHJcbmltcG9ydCB7IENhbGxBcGlTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vY29yZS9zZXJ2aWNlcy9jYWxsQXBpL2NhbGwtYXBpLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBjYXRjaEVycm9yLCBtYXAgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XHJcbmltcG9ydCB7IEFjdGl2aXR5TG9nQ29uc3RhbnRzIH0gZnJvbSAnLi4vY29uc3RhbnRzL2FjdGl2aXR5bG9nJztcclxuaW1wb3J0IHsgQWRhcHRlclNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9jb3JlL2FkYXB0ZXJzL2FkYXB0ZXIuc2VydmljZSc7XHJcblxyXG5ASW5qZWN0YWJsZSh7XHJcbiAgcHJvdmlkZWRJbjogJ3Jvb3QnLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQWN0aXZpdHlMb2dTZXJ2aWNlIHtcclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHByaXZhdGUgYWRhcHRlcjogQWRhcHRlclNlcnZpY2UsXHJcbiAgICBwcml2YXRlIGNhbGxBcGk6IENhbGxBcGlTZXJ2aWNlXHJcbiAgKSB7fVxyXG5cclxuICBnZXRBY3Rpdml0eUxvZyhkb2N1bWVudElkLCBwYXJhbXMgPSB7fSk6IE9ic2VydmFibGU8YW55PiB7XHJcbiAgICByZXR1cm4gdGhpcy5jYWxsQXBpXHJcbiAgICAgIC5xdWVyeShcclxuICAgICAgICB7XHJcbiAgICAgICAgICBwYWdlUHJvdmlkZXI6IEFjdGl2aXR5TG9nQ29uc3RhbnRzLnBhZ2VQcm92aWRlci5idWlzbmVzc2xvZy5uYW1lLFxyXG4gICAgICAgICAgYnVzaW5lc3Nsb2dfZG9jdW1lbnRJZDogZG9jdW1lbnRJZCxcclxuICAgICAgICAgIC4uLnBhcmFtcyxcclxuICAgICAgICB9LFxyXG4gICAgICAgIHtcclxuICAgICAgICAgIGhlYWRlcnM6IEFjdGl2aXR5TG9nQ29uc3RhbnRzLnBhZ2VQcm92aWRlci5idWlzbmVzc2xvZy5oZWFkZXJzLFxyXG4gICAgICAgIH1cclxuICAgICAgKVxyXG4gICAgICAucGlwZShcclxuICAgICAgICBtYXAoKGRhdGE6IGFueSkgPT4ge1xyXG4gICAgICAgICAgZGF0YS5lbnRyaWVzLm1hcCgoaXRlbSkgPT5cclxuICAgICAgICAgICAgdGhpcy5hZGFwdGVyLmFkYXB0SW4oaXRlbSwgQWN0aXZpdHlMb2dDb25zdGFudHMuZmllbGRzKVxyXG4gICAgICAgICAgKTtcclxuICAgICAgICAgIHJldHVybiBkYXRhO1xyXG4gICAgICAgIH0pLFxyXG4gICAgICAgIGNhdGNoRXJyb3IoKGVycikgPT4ge1xyXG4gICAgICAgICAgdGhyb3cgZXJyO1xyXG4gICAgICAgIH0pXHJcbiAgICAgICk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
|
@@ -48,4 +48,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
48
48
|
}], data: [{
|
|
49
49
|
type: Input
|
|
50
50
|
}] } });
|
|
51
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
51
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGlwbGUtZHluYW1pYy1mb3JtLXZpZXdlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9udXhlby1kZXZlbG9wbWVudC1mcmFtZXdvcmsvc3JjL2xpYi9jb21wb25lbnRzL211dGlwbGUtZHluYW1pYy1mb3JtLXZpZXdlci9tdWx0aXBsZS1keW5hbWljLWZvcm0tdmlld2VyL211bHRpcGxlLWR5bmFtaWMtZm9ybS12aWV3ZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbnV4ZW8tZGV2ZWxvcG1lbnQtZnJhbWV3b3JrL3NyYy9saWIvY29tcG9uZW50cy9tdXRpcGxlLWR5bmFtaWMtZm9ybS12aWV3ZXIvbXVsdGlwbGUtZHluYW1pYy1mb3JtLXZpZXdlci9tdWx0aXBsZS1keW5hbWljLWZvcm0tdmlld2VyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFxQixNQUFNLGVBQWUsQ0FBQztBQUNwRSxPQUFPLEVBQUUsS0FBSyxFQUFFLE1BQU0sVUFBVSxDQUFDOzs7Ozs7QUFTakMsTUFBTSxPQUFPLGtDQUFrQztJQVE3QyxZQUFvQixXQUFnQztRQUFoQyxnQkFBVyxHQUFYLFdBQVcsQ0FBcUI7UUFOcEQsU0FBSSxHQUFRLEVBQUUsQ0FBQztRQUVmLFNBQUksR0FBUSxJQUFJLENBQUM7UUFDakIsU0FBSSxHQUFHLEVBQUUsQ0FBQztRQUNWLGFBQVEsR0FBRyxLQUFLLENBQUM7SUFFdUMsQ0FBQztJQUV6RCxRQUFRO1FBQ04sSUFBSSxDQUFDLG9CQUFvQixHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsRUFBRTtZQUNwRSxJQUFJLENBQUMsUUFBUSxHQUFHLEdBQUcsQ0FBRTtZQUNyQixJQUFJLENBQUMsSUFBSSxHQUFHLEVBQUUsQ0FBQztZQUNmLE1BQU0sWUFBWSxHQUFHLEVBQUUsQ0FBQztZQUN4QixNQUFNLGNBQWMsR0FBRyxFQUFFLENBQUM7WUFDMUIsS0FBSyxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDLElBQUksRUFBRSxFQUFFO2dCQUMvQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztvQkFDYixPQUFPLEVBQUcsSUFBSSxDQUFDLE9BQU87b0JBQ3RCLE9BQU8sRUFBRyxJQUFJLENBQUMsS0FBSztvQkFDcEIsYUFBYSxFQUFFLElBQUksQ0FBQyxhQUFhO29CQUNqQyxLQUFLLEVBQUksSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsR0FBRyxHQUFHLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUM7b0JBQ3BILElBQUksRUFBRyxJQUFJLENBQUMsSUFBSTtpQkFDakIsQ0FBQyxDQUFBO1lBRU4sQ0FBQyxDQUFDLENBQUM7UUFDTCxDQUFDLENBQUMsQ0FBQTtJQUVKLENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLG9CQUFvQixDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsb0JBQW9CLENBQUMsV0FBVyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQztJQUM3RSxDQUFDOztnSUFoQ1Usa0NBQWtDO29IQUFsQyxrQ0FBa0MsZ0hDVi9DLG01REFtQ0U7NEZEekJXLGtDQUFrQztrQkFMOUMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsa0NBQWtDO29CQUM1QyxXQUFXLEVBQUUsK0NBQStDO29CQUM1RCxTQUFTLEVBQUUsQ0FBQywrQ0FBK0MsQ0FBQztpQkFDN0Q7eUdBR0MsSUFBSTtzQkFESCxLQUFLO2dCQUdOLElBQUk7c0JBREgsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uRGVzdHJveSwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFV0aWxzIH0gZnJvbSAnZm9ybWlvanMnO1xyXG5pbXBvcnQgeyBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcclxuaW1wb3J0IHsgVHJhbnNsYXRpb25TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vY29yZS9zZXJ2aWNlcy90cmFuc2xhdGlvbi90cmFuc2xhdGlvbi5zZXJ2aWNlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLW11bHRpcGxlLWR5bmFtaWMtZm9ybS12aWV3ZXInLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9tdWx0aXBsZS1keW5hbWljLWZvcm0tdmlld2VyLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9tdWx0aXBsZS1keW5hbWljLWZvcm0tdmlld2VyLmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIE11bHRpcGxlRHluYW1pY0Zvcm1WaWV3ZXJDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSB7XHJcbiAgQElucHV0KClcclxuICBmb3JtOiBhbnkgPSB7fTtcclxuICBASW5wdXQoKVxyXG4gIGRhdGE6IGFueSA9IG51bGw7XHJcbiAgbGlzdCA9IFtdO1xyXG4gIGlzQXJhYmljID0gZmFsc2U7XHJcbiAgbGFuZ3VhZ2VTdWJzY3JpcHRpb24gOiBTdWJzY3JpcHRpb247XHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSB0cmFuc2xhdGlvbiA6IFRyYW5zbGF0aW9uU2VydmljZSkgeyB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgdGhpcy5sYW5ndWFnZVN1YnNjcmlwdGlvbiA9IHRoaXMudHJhbnNsYXRpb24uaXNBcmFiaWMuc3Vic2NyaWJlKHJlcyA9PiB7XHJcbiAgICAgIHRoaXMuaXNBcmFiaWMgPSByZXMgO1xyXG4gICAgICB0aGlzLmxpc3QgPSBbXTtcclxuICAgICAgY29uc3QgdHJhbnNsYXRpb25zID0ge307XHJcbiAgICAgIGNvbnN0IHRyYW5zbGF0aW9uc0FyID0ge307XHJcbiAgICAgIFV0aWxzLmVhY2hDb21wb25lbnQodGhpcy5mb3JtLmNvbXBvbmVudHMsIChjb21wKSA9PiB7XHJcbiAgICAgICAgICB0aGlzLmxpc3QucHVzaCh7XHJcbiAgICAgICAgICAgIGxhYmVsQXIgOiBjb21wLmxhYmVsQXIsXHJcbiAgICAgICAgICAgIGxhYmVsRW4gOiBjb21wLmxhYmVsLFxyXG4gICAgICAgICAgICBjdXN0b21PcHRpb25zOiBjb21wLmN1c3RvbU9wdGlvbnMsXHJcbiAgICAgICAgICAgIHZhbHVlIDogIHRoaXMuZm9ybS5wcmVmaXhbY29tcC5rZXldID8gdGhpcy5kYXRhWyB0aGlzLmZvcm0ucHJlZml4W2NvbXAua2V5XSArICc6JyArIGNvbXAua2V5IF0gOiB0aGlzLmRhdGFbY29tcC5rZXldLFxyXG4gICAgICAgICAgICB0eXBlIDogY29tcC50eXBlXHJcbiAgICAgICAgICB9KVxyXG4gICAgICAgIFxyXG4gICAgICB9KTtcclxuICAgIH0pXHJcbiAgXHJcbiAgfVxyXG5cclxuICBuZ09uRGVzdHJveSgpe1xyXG4gICAgdGhpcy5sYW5ndWFnZVN1YnNjcmlwdGlvbiA/IHRoaXMubGFuZ3VhZ2VTdWJzY3JpcHRpb24udW5zdWJzY3JpYmUoKSA6IG51bGw7XHJcbiAgfVxyXG5cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwiZHluYW1pYy1maWVsZHMtdmFsdWVzXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZmllbGRzLXRpdGxlXCI+XHJcbiAgICAgIHt7IFwiQ1JFQVRFLkZPUk1fVklFV0VSXCIgfCB0cmFuc2xhdGUgfX1cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cInZhbHVlcy13cmFwcGVyXCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJzaW5nbGUtZmllbGQtdmFsdWVcIiAqbmdGb3I9XCJsZXQgaXRlbSBvZiBsaXN0XCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImR5bmFtaWMtdGl0bGVcIiAqbmdJZj1cIiFpc0FyYWJpY1wiPnt7IGl0ZW0ubGFiZWxFbiB9fTwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJkeW5hbWljLXRpdGxlXCIgKm5nSWY9XCJpc0FyYWJpY1wiPnt7IGl0ZW0ubGFiZWxBciB9fTwvZGl2PlxyXG4gICAgICAgIDxuZy1jb250YWluZXIgW25nU3dpdGNoXT1cIml0ZW0/LnR5cGVcIj5cclxuICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIid2b2NhYnVsYXJ5J1wiPlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ2YWx1ZVwiICpuZ0lmPVwiaXRlbS52YWx1ZVwiPnt7ICd2b2NhYnVsYXJ5LicgKyBpdGVtLmN1c3RvbU9wdGlvbnMudm9jSWQgKyAnLicgKyBpdGVtLnZhbHVlIHwgdHJhbnNsYXRlfX08L2Rpdj4gICAgXHJcbiAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIid0b2dnbGUnXCI+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInZhbHVlXCI+e3sgJycgKyBpdGVtLnZhbHVlIHwgdHJhbnNsYXRlfX08L2Rpdj4gICAgXHJcbiAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIidjdXN0b21kYXRlJ1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwidmFsdWVcIiAqbmdJZj1cIml0ZW0udmFsdWVcIj57eyAgaXRlbS52YWx1ZSB8IGxvY2FsaXplZERhdGU6IHtmb3JtYXQ6IFwiZGQgTU1NTSB5eXl5XCIgLCBsb2NhbGU6ICgodGhpcy5pc0FyYWJpYz8gJ2FyJyA6ICdlbicpKX0gfX08L2Rpdj4gICAgXHJcbiAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hDYXNlPVwiJ3VzZXJTZWxlY3RvcidcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ2YWx1ZVwiICpuZ0lmPVwiaXRlbS5jdXN0b21PcHRpb25zLm11bHRpcGxlTW9kZSA9PT0gZmFsc2VcIj5cclxuICAgICAgICAgICAge3tpdGVtPy52YWx1ZT8uaWQgPyBpdGVtLnZhbHVlPy5pZCA6IGl0ZW0/LnZhbHVlPy5wcm9wZXJ0aWVzPy51c2VybmFtZX19XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ2YWx1ZVwiICpuZ0lmPVwiaXRlbS5jdXN0b21PcHRpb25zLm11bHRpcGxlTW9kZSA9PT0gdHJ1ZVwiPlxyXG4gICAgICAgICAgICA8c3BhbiAqbmdGb3I9XCJsZXQgdXNlciBvZiBpdGVtLnZhbHVlIDsgbGV0IGkgPSBpbmRleFwiPlxyXG4gICAgICAgICAgICAgIHt7dXNlcj8uaWQgPyB1c2VyPy5pZCA6IHVzZXI/LnByb3BlcnRpZXM/LnVzZXJuYW1lfX0gPHNwYW4gKm5nSWY9XCIoaXRlbS52YWx1ZS5sZW5ndGgtMSkgPiBpXCI+LDwvc3Bhbj5cclxuICAgICAgICAgICAgPC9zcGFuPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hEZWZhdWx0PlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ2YWx1ZVwiPnt7IGl0ZW0udmFsdWV9fTwvZGl2PiAgICBcclxuICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG4gICJdfQ==
|
package/esm2015/lib/components/mutiple-dynamic-form-viewer/mutiple-dynamic-form-viewer.module.js
CHANGED
|
@@ -27,4 +27,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
27
27
|
exports: [MultipleDynamicFormViewerComponent]
|
|
28
28
|
}]
|
|
29
29
|
}] });
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXV0aXBsZS1keW5hbWljLWZvcm0tdmlld2VyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL251eGVvLWRldmVsb3BtZW50LWZyYW1ld29yay9zcmMvbGliL2NvbXBvbmVudHMvbXV0aXBsZS1keW5hbWljLWZvcm0tdmlld2VyL211dGlwbGUtZHluYW1pYy1mb3JtLXZpZXdlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGtDQUFrQyxFQUFFLE1BQU0sdUVBQXVFLENBQUM7QUFDM0gsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3RELE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFhdkQsTUFBTSxPQUFPLDhCQUE4Qjs7NEhBQTlCLDhCQUE4Qjs2SEFBOUIsOEJBQThCLGlCQVIxQixrQ0FBa0MsYUFFL0MsWUFBWTtRQUNaLGVBQWU7UUFDZixXQUFXLGFBRUosa0NBQWtDOzZIQUVoQyw4QkFBOEIsWUFQaEM7WUFDUCxZQUFZO1lBQ1osZUFBZTtZQUNmLFdBQVc7U0FDWjs0RkFHVSw4QkFBOEI7a0JBVDFDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsa0NBQWtDLENBQUM7b0JBQ2xELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLGVBQWU7d0JBQ2YsV0FBVztxQkFDWjtvQkFDRCxPQUFPLEVBQUMsQ0FBQyxrQ0FBa0MsQ0FBQztpQkFDN0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBNdWx0aXBsZUR5bmFtaWNGb3JtVmlld2VyQ29tcG9uZW50IH0gZnJvbSAnLi9tdWx0aXBsZS1keW5hbWljLWZvcm0tdmlld2VyL211bHRpcGxlLWR5bmFtaWMtZm9ybS12aWV3ZXIuY29tcG9uZW50JztcclxuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XHJcbmltcG9ydCB7IFBpcGVzTW9kdWxlIH0gZnJvbSAnLi4vLi4vcGlwZXMvcGlwZXMubW9kdWxlJztcclxuXHJcblxyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtNdWx0aXBsZUR5bmFtaWNGb3JtVmlld2VyQ29tcG9uZW50XSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBUcmFuc2xhdGVNb2R1bGUsXHJcbiAgICBQaXBlc01vZHVsZVxyXG4gIF0sXHJcbiAgZXhwb3J0czpbTXVsdGlwbGVEeW5hbWljRm9ybVZpZXdlckNvbXBvbmVudF1cclxufSlcclxuZXhwb3J0IGNsYXNzIE11dGlwbGVEeW5hbWljRm9ybVZpZXdlck1vZHVsZSB7IH1cclxuIl19
|
|
@@ -32,4 +32,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
32
32
|
}], onBack: [{
|
|
33
33
|
type: Output
|
|
34
34
|
}] } });
|
|
35
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlnLWVkaXRvci1hY3Rpb25zLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL251eGVvLWRldmVsb3BtZW50LWZyYW1ld29yay9zcmMvbGliL2NvbXBvbmVudHMvbmRmLWNvbmZpZy1lZGl0b3IvY29tcG9uZW50cy9jb25maWctZWRpdG9yLWFjdGlvbnMvY29uZmlnLWVkaXRvci1hY3Rpb25zLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL251eGVvLWRldmVsb3BtZW50LWZyYW1ld29yay9zcmMvbGliL2NvbXBvbmVudHMvbmRmLWNvbmZpZy1lZGl0b3IvY29tcG9uZW50cy9jb25maWctZWRpdG9yLWFjdGlvbnMvY29uZmlnLWVkaXRvci1hY3Rpb25zLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7O0FBUS9FLE1BQU0sT0FBTyw0QkFBNEI7SUFTeEM7UUFSUyxpQkFBWSxHQUFHLEtBQUssQ0FBQztRQUlwQixXQUFNLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUM1QixXQUFNLEdBQUcsSUFBSSxZQUFZLEVBQThCLENBQUM7UUFDeEQsV0FBTSxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7SUFFdkIsQ0FBQztJQUVoQixRQUFRLEtBQVUsQ0FBQzs7MEhBWFAsNEJBQTRCOzhHQUE1Qiw0QkFBNEIsZ01DUnpDLHFiQVFBOzRGREFhLDRCQUE0QjtrQkFMeEMsU0FBUzttQkFBQztvQkFDVixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxXQUFXLEVBQUUsd0NBQXdDO29CQUNyRCxTQUFTLEVBQUUsQ0FBQyx3Q0FBd0MsQ0FBQztpQkFDckQ7MEVBRVMsWUFBWTtzQkFBcEIsS0FBSztnQkFFRyxNQUFNO3NCQUFkLEtBQUs7Z0JBRUksTUFBTTtzQkFBZixNQUFNO2dCQUNHLE1BQU07c0JBQWYsTUFBTTtnQkFDRyxNQUFNO3NCQUFmLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE5kZkNvbmZpZ0RvY3VtZW50YXRpb25UeXBlLCBOZGZDb25maWdUeXBlTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcblx0c2VsZWN0b3I6ICdhcHAtY29uZmlnLWVkaXRvci1hY3Rpb25zJyxcclxuXHR0ZW1wbGF0ZVVybDogJy4vY29uZmlnLWVkaXRvci1hY3Rpb25zLmNvbXBvbmVudC5odG1sJyxcclxuXHRzdHlsZVVybHM6IFsnLi9jb25maWctZWRpdG9yLWFjdGlvbnMuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQ29uZmlnRWRpdG9yQWN0aW9uc0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblx0QElucHV0KCkgc2F2ZURpc2FibGVkID0gZmFsc2U7XHJcblxyXG5cdEBJbnB1dCgpIGNvbmZpZzogTmRmQ29uZmlnVHlwZU1vZGVsO1xyXG5cclxuXHRAT3V0cHV0KCkgb25TYXZlID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cdEBPdXRwdXQoKSBvbkluZm8gPSBuZXcgRXZlbnRFbWl0dGVyPE5kZkNvbmZpZ0RvY3VtZW50YXRpb25UeXBlPigpO1xyXG5cdEBPdXRwdXQoKSBvbkJhY2sgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG5cdGNvbnN0cnVjdG9yKCkge31cclxuXHJcblx0bmdPbkluaXQoKTogdm9pZCB7fVxyXG59XHJcbiIsIjxidXR0b24gbWF0LXN0cm9rZWQtYnV0dG9uIChjbGljayk9XCJvblNhdmUuZW1pdCgkZXZlbnQpXCIgW2Rpc2FibGVkXT1cInNhdmVEaXNhYmxlZFwiPlxyXG5cdHt7ICdKU09OX0VESVRPUi5zYXZlJyB8IHRyYW5zbGF0ZSB9fVxyXG48L2J1dHRvbj5cclxuPGJ1dHRvbiBtYXQtc3Ryb2tlZC1idXR0b24gKGNsaWNrKT1cIm9uSW5mby5lbWl0KGNvbmZpZz8uZG9jdW1lbnRhdGlvbnMpXCIgKm5nSWY9XCIhIWNvbmZpZz8uZG9jdW1lbnRhdGlvbnM/Lmxlbmd0aFwiPlxyXG5cdHt7ICdKU09OX0VESVRPUi5pbmZvJyB8IHRyYW5zbGF0ZSB9fVxyXG48L2J1dHRvbj5cclxuXHJcbjxidXR0b24gbWF0LXN0cm9rZWQtYnV0dG9uIChjbGljayk9XCJvbkJhY2suZW1pdCgkZXZlbnQpXCI+e3sgJ0pTT05fRURJVE9SLmJhY2snIHwgdHJhbnNsYXRlIH19PC9idXR0b24+XHJcbiJdfQ==
|
|
@@ -40,4 +40,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
40
40
|
}], changeMode: [{
|
|
41
41
|
type: Output
|
|
42
42
|
}] } });
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRpdG9yLW1vZGUtc3dpdGNoLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL251eGVvLWRldmVsb3BtZW50LWZyYW1ld29yay9zcmMvbGliL2NvbXBvbmVudHMvbmRmLWNvbmZpZy1lZGl0b3IvY29tcG9uZW50cy9lZGl0b3ItbW9kZS1zd2l0Y2guY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFL0UsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sY0FBYyxDQUFDOzs7OztBQWNsRCxNQUFNLE9BQU8seUJBQXlCO0lBT3JDO1FBSlUsZUFBVSxHQUFHLElBQUksWUFBWSxFQUFjLENBQUM7UUFFdEQsVUFBSyxHQUFHLGtCQUFrQixDQUFDO0lBRVosQ0FBQztJQUVoQixRQUFRLEtBQVUsQ0FBQztJQUVuQixZQUFZLENBQUMsSUFBMkI7UUFDdkMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ2xDLENBQUM7O3VIQWJXLHlCQUF5QjsyR0FBekIseUJBQXlCLCtIQVQzQjs7Ozs7O0VBTVQ7NEZBR1cseUJBQXlCO2tCQVhyQyxTQUFTO21CQUFDO29CQUNWLFFBQVEsRUFBRSx3QkFBd0I7b0JBQ2xDLFFBQVEsRUFBRTs7Ozs7O0VBTVQ7b0JBQ0QsTUFBTSxFQUFFLENBQUMsRUFBRSxDQUFDO2lCQUNaOzBFQUVTLElBQUk7c0JBQVosS0FBSztnQkFFSSxVQUFVO3NCQUFuQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBFZGl0b3JNb2RlIH0gZnJvbSAnLi4vbW9kZWxzJztcclxuaW1wb3J0IHsgQ09ORklHX0VESVRPUl9NT0RFIH0gZnJvbSAnLi4vY29uc3RhbnRzJztcclxuaW1wb3J0IHsgTWF0QnV0dG9uVG9nZ2xlQ2hhbmdlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uLXRvZ2dsZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuXHRzZWxlY3RvcjogJ2FwcC1lZGl0b3ItbW9kZS1zd2l0Y2gnLFxyXG5cdHRlbXBsYXRlOiBgXHJcblx0XHQ8bWF0LWJ1dHRvbi10b2dnbGUtZ3JvdXAgW3ZhbHVlXT1cIm1vZGVcIiAoY2hhbmdlKT1cIm9uTW9kZUNoYW5nZSgkZXZlbnQpXCI+XHJcblx0XHRcdDxtYXQtYnV0dG9uLXRvZ2dsZSAqbmdGb3I9XCJsZXQgbW9kIG9mIG1vZGVzIHwga2V5dmFsdWVcIiBbdmFsdWVdPVwibW9kLnZhbHVlXCJcclxuXHRcdFx0XHQ+e3sgJ0pTT05fRURJVE9SLk1PREVTLicgKyAobW9kLmtleSB8IGxvd2VyY2FzZSkgfCB0cmFuc2xhdGUgfX1cclxuXHRcdFx0PC9tYXQtYnV0dG9uLXRvZ2dsZT5cclxuXHRcdDwvbWF0LWJ1dHRvbi10b2dnbGUtZ3JvdXA+XHJcblx0YCxcclxuXHRzdHlsZXM6IFsnJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIEVkaXRvck1vZGVTd2l0Y2hDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cdEBJbnB1dCgpIG1vZGU6IEVkaXRvck1vZGU7XHJcblxyXG5cdEBPdXRwdXQoKSBjaGFuZ2VNb2RlID0gbmV3IEV2ZW50RW1pdHRlcjxFZGl0b3JNb2RlPigpO1xyXG5cclxuXHRtb2RlcyA9IENPTkZJR19FRElUT1JfTU9ERTtcclxuXHJcblx0Y29uc3RydWN0b3IoKSB7fVxyXG5cclxuXHRuZ09uSW5pdCgpOiB2b2lkIHt9XHJcblxyXG5cdG9uTW9kZUNoYW5nZShtb2RlOiBNYXRCdXR0b25Ub2dnbGVDaGFuZ2UpIHtcclxuXHRcdHRoaXMuY2hhbmdlTW9kZS5lbWl0KG1vZGUudmFsdWUpO1xyXG5cdH1cclxufVxyXG4iXX0=
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * from './editor-mode-switch.component';
|
|
2
2
|
export * from './info-dialog/info-dialog.component';
|
|
3
3
|
export * from './config-editor-actions/config-editor-actions.component';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9udXhlby1kZXZlbG9wbWVudC1mcmFtZXdvcmsvc3JjL2xpYi9jb21wb25lbnRzL25kZi1jb25maWctZWRpdG9yL2NvbXBvbmVudHMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMseURBQXlELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2VkaXRvci1tb2RlLXN3aXRjaC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2luZm8tZGlhbG9nL2luZm8tZGlhbG9nLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vY29uZmlnLWVkaXRvci1hY3Rpb25zL2NvbmZpZy1lZGl0b3ItYWN0aW9ucy5jb21wb25lbnQnO1xyXG4iXX0=
|
package/esm2015/lib/components/ndf-config-editor/components/info-dialog/info-dialog.component.js
CHANGED
|
@@ -21,7 +21,7 @@ export class InfoDialogComponent extends BaseDialogComponent {
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
InfoDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: InfoDialogComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
24
|
-
InfoDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: InfoDialogComponent, selector: "app-info-dialog", usesInheritance: true, ngImport: i0, template: "<ndf-nuxeo-dialog [dialogTitle]=\"dialogData.title | translate\" bodyClass=\"gap-4 p-0\">\r\n\t<ng-template #contentTemplate>\r\n\t\t<div class=\"secondary-tabs flex gap-5 items-center self-stretch doc-tabs\">\r\n\t\t\t<div\r\n\t\t\t\t[class.selected-tab]=\"doc.name === activeDoc\"\r\n\t\t\t\tclass=\"tab-item relative flex py-5 px-3 justify-start items-center gap-2.5 cursor-pointer\"\r\n\t\t\t\t*ngFor=\"let doc of documentations\"\r\n\t\t\t\t(click)=\"activeDoc = doc.name\"\r\n\t\t\t>\r\n\t\t\t\t<h4>{{ doc?.name | translate }}</h4>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\r\n\t\t<ng-container *ngFor=\"let doc of documentations\">\r\n\t\t\t<markdown class=\"markdown-content\" [src]=\"baseAppUrl + doc.path\" *ngIf=\"doc.name === activeDoc\"> </markdown>\r\n\t\t</ng-container>\r\n\t</ng-template>\r\n\r\n\t<ng-template #actionsTemplate let-dialog=\"dialog\"> </ng-template>\r\n</ndf-nuxeo-dialog>\r\n", styles: ["::ng-deep .markdown-content{direction:var(--markdown-direction, ltr)!important;text-align:start;color:var(--markdonw-text-color, inherit);background:var(--markdonw-background-color, transparent);border:var(--markdonw-border, 0px solid transparent);border-radius:var(--markdonw-border-radius, 0);padding:var(--markdown-padding, 1rem)}::ng-deep .markdown-content em{background-color:transparent}::ng-deep .markdown-content code,::ng-deep .markdown-content kbd,::ng-deep .markdown-content samp,::ng-deep .markdown-content pre{font-family:ui-monospace,SFMono-Regular,Consolas,\"Liberation Mono\",Menlo,monospace;font-size:1em}::ng-deep .markdown-content hr{margin-block:1rem}::ng-deep .markdown-content table{border-spacing:0;border-collapse:collapse;display:block;width:max-content;max-width:100%;overflow:auto;font-
|
|
24
|
+
InfoDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: InfoDialogComponent, selector: "app-info-dialog", usesInheritance: true, ngImport: i0, template: "<ndf-nuxeo-dialog [dialogTitle]=\"dialogData.title | translate\" bodyClass=\"gap-4 p-0\">\r\n\t<ng-template #contentTemplate>\r\n\t\t<div class=\"secondary-tabs flex gap-5 items-center self-stretch doc-tabs\">\r\n\t\t\t<div\r\n\t\t\t\t[class.selected-tab]=\"doc.name === activeDoc\"\r\n\t\t\t\tclass=\"tab-item relative flex py-5 px-3 justify-start items-center gap-2.5 cursor-pointer\"\r\n\t\t\t\t*ngFor=\"let doc of documentations\"\r\n\t\t\t\t(click)=\"activeDoc = doc.name\"\r\n\t\t\t>\r\n\t\t\t\t<h4>{{ doc?.name | translate }}</h4>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\r\n\t\t<ng-container *ngFor=\"let doc of documentations\">\r\n\t\t\t<markdown class=\"markdown-content\" [src]=\"baseAppUrl + doc.path\" *ngIf=\"doc.name === activeDoc\"> </markdown>\r\n\t\t</ng-container>\r\n\t</ng-template>\r\n\r\n\t<ng-template #actionsTemplate let-dialog=\"dialog\"> </ng-template>\r\n</ndf-nuxeo-dialog>\r\n", styles: ["::ng-deep .markdown-content{direction:var(--markdown-direction, ltr)!important;text-align:start;color:var(--markdonw-text-color, inherit);background:var(--markdonw-background-color, transparent);border:var(--markdonw-border, 0px solid transparent);border-radius:var(--markdonw-border-radius, 0);padding:var(--markdown-padding, 1rem)}::ng-deep .markdown-content em{background-color:transparent}::ng-deep .markdown-content code,::ng-deep .markdown-content kbd,::ng-deep .markdown-content samp,::ng-deep .markdown-content pre{font-family:ui-monospace,SFMono-Regular,Consolas,\"Liberation Mono\",Menlo,monospace;font-size:1em}::ng-deep .markdown-content hr{margin-block:1rem}::ng-deep .markdown-content table{border-spacing:0;border-collapse:collapse;display:block;width:max-content;max-width:100%;overflow:auto;font-variant:tabular-nums;margin-block:.5rem}::ng-deep .markdown-content table tr{border-top:1px solid var(--markdonw-table-tr-border-color, #d1d9e0b3)}::ng-deep .markdown-content table th,::ng-deep .markdown-content table td{padding:6px 13px;border:1px solid var(--markdonw-table-border-color, #d1d9e0)}.doc-tabs{position:sticky;top:0;background:var(--markdonw-tabs-background-color, #fff)}\n"], components: [{ type: i1.NdfNuxeoDialog, selector: "ndf-nuxeo-dialog", inputs: ["dialogTitle", "subTitle", "panelClass", "bodyClass", "loaderMode"] }, { type: i2.MarkdownComponent, selector: "markdown, [markdown]", inputs: ["data", "src", "emoji", "katex", "katexOptions", "lineHighlight", "line", "lineOffset", "lineNumbers", "start"], outputs: ["error", "load", "ready"] }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "translate": i4.TranslatePipe } });
|
|
25
25
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: InfoDialogComponent, decorators: [{
|
|
26
26
|
type: Component,
|
|
27
27
|
args: [{
|
|
@@ -30,4 +30,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
30
30
|
styleUrls: ['./info-dialog.component.scss']
|
|
31
31
|
}]
|
|
32
32
|
}] });
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5mby1kaWFsb2cuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbnV4ZW8tZGV2ZWxvcG1lbnQtZnJhbWV3b3JrL3NyYy9saWIvY29tcG9uZW50cy9uZGYtY29uZmlnLWVkaXRvci9jb21wb25lbnRzL2luZm8tZGlhbG9nL2luZm8tZGlhbG9nLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL251eGVvLWRldmVsb3BtZW50LWZyYW1ld29yay9zcmMvbGliL2NvbXBvbmVudHMvbmRmLWNvbmZpZy1lZGl0b3IvY29tcG9uZW50cy9pbmZvLWRpYWxvZy9pbmZvLWRpYWxvZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQ2xELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBRXpELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7Ozs7O0FBT2hELE1BQU0sT0FBTyxtQkFBb0IsU0FBUSxtQkFBOEM7SUFMdkY7O1FBTUMsZUFBVSxHQUFXLElBQUksQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLGFBQWEsQ0FBVyxDQUFDO1FBRWpFLGNBQVMsR0FBRyxJQUFJLENBQUM7S0FPakI7SUFOQSxRQUFROztRQUNQLElBQUksQ0FBQyxjQUFjLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxjQUFjLENBQUM7UUFDckQsSUFBSSxNQUFBLElBQUksQ0FBQyxjQUFjLDBDQUFFLE1BQU0sRUFBRTtZQUNoQyxJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxjQUFjLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxJQUFJLEVBQUUsQ0FBQztTQUNuRDtJQUNGLENBQUM7O2lIQVRXLG1CQUFtQjtxR0FBbkIsbUJBQW1CLDhFQ1ZoQyx1NEJBb0JBOzRGRFZhLG1CQUFtQjtrQkFML0IsU0FBUzttQkFBQztvQkFDVixRQUFRLEVBQUUsaUJBQWlCO29CQUMzQixXQUFXLEVBQUUsOEJBQThCO29CQUMzQyxTQUFTLEVBQUUsQ0FBQyw4QkFBOEIsQ0FBQztpQkFDM0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBCYXNlRGlhbG9nQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vLi4vc2hhcmVkJztcclxuaW1wb3J0IHsgSW5mb0RpYWxvZ0RhdGEsIE5kZkNvbmZpZ0RvY3VtZW50YXRpb25UeXBlIH0gZnJvbSAnLi4vLi4vbW9kZWxzJztcclxuaW1wb3J0IHsgQVBQX0JBU0VfSFJFRiB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuXHRzZWxlY3RvcjogJ2FwcC1pbmZvLWRpYWxvZycsXHJcblx0dGVtcGxhdGVVcmw6ICcuL2luZm8tZGlhbG9nLmNvbXBvbmVudC5odG1sJyxcclxuXHRzdHlsZVVybHM6IFsnLi9pbmZvLWRpYWxvZy5jb21wb25lbnQuc2NzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJbmZvRGlhbG9nQ29tcG9uZW50IGV4dGVuZHMgQmFzZURpYWxvZ0NvbXBvbmVudDxhbnksIEluZm9EaWFsb2dEYXRhLCB2b2lkPiBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblx0YmFzZUFwcFVybDogc3RyaW5nID0gdGhpcy5faW5qZWN0b3IuZ2V0KEFQUF9CQVNFX0hSRUYpIGFzIHN0cmluZztcclxuXHRkb2N1bWVudGF0aW9uczogTmRmQ29uZmlnRG9jdW1lbnRhdGlvblR5cGU7XHJcblx0YWN0aXZlRG9jID0gbnVsbDtcclxuXHRuZ09uSW5pdCgpOiB2b2lkIHtcclxuXHRcdHRoaXMuZG9jdW1lbnRhdGlvbnMgPSB0aGlzLmRpYWxvZ0RhdGEuZG9jdW1lbnRhdGlvbnM7XHJcblx0XHRpZiAodGhpcy5kb2N1bWVudGF0aW9ucz8ubGVuZ3RoKSB7XHJcblx0XHRcdHRoaXMuYWN0aXZlRG9jID0gdGhpcy5kb2N1bWVudGF0aW9uc1swXS5uYW1lIHx8ICcnO1xyXG5cdFx0fVxyXG5cdH1cclxufVxyXG4iLCI8bmRmLW51eGVvLWRpYWxvZyBbZGlhbG9nVGl0bGVdPVwiZGlhbG9nRGF0YS50aXRsZSB8IHRyYW5zbGF0ZVwiIGJvZHlDbGFzcz1cImdhcC00IHAtMFwiPlxyXG5cdDxuZy10ZW1wbGF0ZSAjY29udGVudFRlbXBsYXRlPlxyXG5cdFx0PGRpdiBjbGFzcz1cInNlY29uZGFyeS10YWJzIGZsZXggZ2FwLTUgaXRlbXMtY2VudGVyIHNlbGYtc3RyZXRjaCBkb2MtdGFic1wiPlxyXG5cdFx0XHQ8ZGl2XHJcblx0XHRcdFx0W2NsYXNzLnNlbGVjdGVkLXRhYl09XCJkb2MubmFtZSA9PT0gYWN0aXZlRG9jXCJcclxuXHRcdFx0XHRjbGFzcz1cInRhYi1pdGVtIHJlbGF0aXZlIGZsZXggcHktNSBweC0zIGp1c3RpZnktc3RhcnQgaXRlbXMtY2VudGVyIGdhcC0yLjUgY3Vyc29yLXBvaW50ZXJcIlxyXG5cdFx0XHRcdCpuZ0Zvcj1cImxldCBkb2Mgb2YgZG9jdW1lbnRhdGlvbnNcIlxyXG5cdFx0XHRcdChjbGljayk9XCJhY3RpdmVEb2MgPSBkb2MubmFtZVwiXHJcblx0XHRcdD5cclxuXHRcdFx0XHQ8aDQ+e3sgZG9jPy5uYW1lIHwgdHJhbnNsYXRlIH19PC9oND5cclxuXHRcdFx0PC9kaXY+XHJcblx0XHQ8L2Rpdj5cclxuXHJcblx0XHQ8bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCBkb2Mgb2YgZG9jdW1lbnRhdGlvbnNcIj5cclxuXHRcdFx0PG1hcmtkb3duIGNsYXNzPVwibWFya2Rvd24tY29udGVudFwiIFtzcmNdPVwiYmFzZUFwcFVybCArIGRvYy5wYXRoXCIgKm5nSWY9XCJkb2MubmFtZSA9PT0gYWN0aXZlRG9jXCI+IDwvbWFya2Rvd24+XHJcblx0XHQ8L25nLWNvbnRhaW5lcj5cclxuXHQ8L25nLXRlbXBsYXRlPlxyXG5cclxuXHQ8bmctdGVtcGxhdGUgI2FjdGlvbnNUZW1wbGF0ZSBsZXQtZGlhbG9nPVwiZGlhbG9nXCI+IDwvbmctdGVtcGxhdGU+XHJcbjwvbmRmLW51eGVvLWRpYWxvZz5cclxuIl19
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
2
|
export const MONACO_EDITOR_CONFIG = new InjectionToken('MONACO_EDITOR_CONFIG');
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlnLnRva2VuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbnV4ZW8tZGV2ZWxvcG1lbnQtZnJhbWV3b3JrL3NyYy9saWIvY29tcG9uZW50cy9uZGYtY29uZmlnLWVkaXRvci9jb25maWcudG9rZW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUvQyxNQUFNLENBQUMsTUFBTSxvQkFBb0IsR0FBRyxJQUFJLGNBQWMsQ0FBQyxzQkFBc0IsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbmV4cG9ydCBjb25zdCBNT05BQ09fRURJVE9SX0NPTkZJRyA9IG5ldyBJbmplY3Rpb25Ub2tlbignTU9OQUNPX0VESVRPUl9DT05GSUcnKTtcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgTW9uYWNvRWRpdG9yQ29uZmlnIHtcclxuXHRiYXNlVXJsPzogc3RyaW5nO1xyXG5cdGRlZmF1bHRPcHRpb25zPzogeyBba2V5OiBzdHJpbmddOiBhbnkgfTtcclxuXHRvbk1vbmFjb0xvYWQ/OiBGdW5jdGlvbjtcclxufVxyXG4iXX0=
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * from './mode';
|
|
2
2
|
export * from './query';
|
|
3
3
|
export * from '../../../shared/constants/editor-config-type';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9udXhlby1kZXZlbG9wbWVudC1mcmFtZXdvcmsvc3JjL2xpYi9jb21wb25lbnRzL25kZi1jb25maWctZWRpdG9yL2NvbnN0YW50cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLFFBQVEsQ0FBQztBQUN2QixjQUFjLFNBQVMsQ0FBQztBQUN4QixjQUFjLDhDQUE4QyxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9tb2RlJztcclxuZXhwb3J0ICogZnJvbSAnLi9xdWVyeSc7XHJcbmV4cG9ydCAqIGZyb20gJy4uLy4uLy4uL3NoYXJlZC9jb25zdGFudHMvZWRpdG9yLWNvbmZpZy10eXBlJ1xyXG4iXX0=
|
|
@@ -2,4 +2,4 @@ export const CONFIG_EDITOR_MODE = {
|
|
|
2
2
|
EDIT: 'edit',
|
|
3
3
|
PREVIEW: 'preview'
|
|
4
4
|
};
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL251eGVvLWRldmVsb3BtZW50LWZyYW1ld29yay9zcmMvbGliL2NvbXBvbmVudHMvbmRmLWNvbmZpZy1lZGl0b3IvY29uc3RhbnRzL21vZGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFDLE1BQU0sa0JBQWtCLEdBQUc7SUFDakMsSUFBSSxFQUFFLE1BQU07SUFDWixPQUFPLEVBQUUsU0FBUztDQUNULENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgQ09ORklHX0VESVRPUl9NT0RFID0ge1xyXG5cdEVESVQ6ICdlZGl0JyxcclxuXHRQUkVWSUVXOiAncHJldmlldydcclxufSBhcyBjb25zdDtcclxuIl19
|
|
@@ -2,4 +2,4 @@ export const PARAMS_KEYS = {
|
|
|
2
2
|
TYPE: 'type',
|
|
3
3
|
KEY: 'key',
|
|
4
4
|
};
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9udXhlby1kZXZlbG9wbWVudC1mcmFtZXdvcmsvc3JjL2xpYi9jb21wb25lbnRzL25kZi1jb25maWctZWRpdG9yL2NvbnN0YW50cy9xdWVyeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQUMsTUFBTSxXQUFXLEdBQUc7SUFDMUIsSUFBSSxFQUFFLE1BQU07SUFDWixHQUFHLEVBQUUsS0FBSztDQUNELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgUEFSQU1TX0tFWVMgPSB7XHJcblx0VFlQRTogJ3R5cGUnLFxyXG5cdEtFWTogJ2tleScsXHJcbn0gYXMgY29uc3Q7XHJcbiJdfQ==
|
|
@@ -25,4 +25,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
25
25
|
}], data: [{
|
|
26
26
|
type: Input
|
|
27
27
|
}] } });
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlnLXByZXZpZXcuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbnV4ZW8tZGV2ZWxvcG1lbnQtZnJhbWV3b3JrL3NyYy9saWIvY29tcG9uZW50cy9uZGYtY29uZmlnLWVkaXRvci9jb250YWluZXJzL2NvbmZpZy1wcmV2aWV3L2NvbmZpZy1wcmV2aWV3LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL251eGVvLWRldmVsb3BtZW50LWZyYW1ld29yay9zcmMvbGliL2NvbXBvbmVudHMvbmRmLWNvbmZpZy1lZGl0b3IvY29udGFpbmVycy9jb25maWctcHJldmlldy9jb25maWctcHJldmlldy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUV6RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0saUJBQWlCLENBQUM7Ozs7OztBQU9sRCxNQUFNLE9BQU8sc0JBQXNCO0lBTWxDO1FBRkEsVUFBSyxHQUFHLGVBQWUsQ0FBQztJQUVULENBQUM7SUFFaEIsUUFBUSxLQUFVLENBQUM7O29IQVJQLHNCQUFzQjt3R0FBdEIsc0JBQXNCLGtHQ1RuQyx5VEFNQTs0RkRHYSxzQkFBc0I7a0JBTGxDLFNBQVM7bUJBQUM7b0JBQ1YsUUFBUSxFQUFFLG9CQUFvQjtvQkFDOUIsV0FBVyxFQUFFLGlDQUFpQztvQkFDOUMsU0FBUyxFQUFFLENBQUMsaUNBQWlDLENBQUM7aUJBQzlDOzBFQUVTLElBQUk7c0JBQVosS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRWRpdG9yVHlwZSB9IGZyb20gJy4uLy4uL21vZGVscyc7XHJcbmltcG9ydCB7IE5ERl9FRElUT1JfVFlQRSB9IGZyb20gJy4uLy4uL2NvbnN0YW50cyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuXHRzZWxlY3RvcjogJ2FwcC1jb25maWctcHJldmlldycsXHJcblx0dGVtcGxhdGVVcmw6ICcuL2NvbmZpZy1wcmV2aWV3LmNvbXBvbmVudC5odG1sJyxcclxuXHRzdHlsZVVybHM6IFsnLi9jb25maWctcHJldmlldy5jb21wb25lbnQuc2NzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBDb25maWdQcmV2aWV3Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuXHRASW5wdXQoKSB0eXBlOiBFZGl0b3JUeXBlO1xyXG5cdEBJbnB1dCgpIGRhdGE6IFJlY29yZDxzdHJpbmcsIGFueT47XHJcblxyXG5cdHR5cGVzID0gTkRGX0VESVRPUl9UWVBFO1xyXG5cclxuXHRjb25zdHJ1Y3RvcigpIHt9XHJcblxyXG5cdG5nT25Jbml0KCk6IHZvaWQge31cclxufVxyXG4iLCI8bmctY29udGFpbmVyICpuZ0lmPVwiZGF0YSB8IHZhbGlkYXRlT2JqZWN0XCI+XHJcblx0PG5nLWNvbnRhaW5lciBbbmdTd2l0Y2hdPVwidHlwZVwiPlxyXG5cdFx0PGFwcC1uZGYtdGFibGUgKm5nU3dpdGNoQ2FzZT1cInR5cGVzLlRBQkxFU1wiIFtjb25maWddPVwiZGF0YVwiPjwvYXBwLW5kZi10YWJsZT5cclxuXHRcdDxhcHAtbmRmLXJlcG9ydHMgKm5nU3dpdGNoQ2FzZT1cInR5cGVzLlJFUE9SVFNcIiBbY29uZmlnXT1cImRhdGFcIj48L2FwcC1uZGYtcmVwb3J0cz5cclxuXHQ8L25nLWNvbnRhaW5lcj5cclxuPC9uZy1jb250YWluZXI+XHJcbiJdfQ==
|