nuxeo-development-framework 0.0.1-bos → 0.0.1
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/fesm2022/nuxeo-development-framework.mjs +7862 -12189
- package/fesm2022/nuxeo-development-framework.mjs.map +1 -1
- package/lib/components/diagrams/services/diagram.service.d.ts +0 -3
- package/lib/components/documents/components/document-scan/document-scan.component.d.ts +2 -1
- package/lib/components/documents/documents.module.d.ts +21 -24
- package/lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component.d.ts +2 -1
- package/lib/components/dynamic-form/components/dynamic-form/dynamic-form.component.d.ts +2 -1
- package/lib/components/dynamic-form/components/dynamic-form/form-builder.service.d.ts +3 -4
- package/lib/components/dynamic-form/components/dynamic-form-hijri-dateitem/dynamic-form-hijri-dateitem.component.d.ts +0 -1
- package/lib/components/dynamic-form/components/dynamic-form-selectitem/dynamic-form-selectitem.component.d.ts +0 -1
- package/lib/components/dynamic-form/components/dynamic-form-slide-toggleitem/dynamic-form-slide-toggleitem.component.d.ts +1 -1
- package/lib/components/dynamic-form/components/dynamic-form-vocabulary-item/dynamic-form-vocabulary-item.component.d.ts +7 -3
- package/lib/components/dynamic-form/dynamic-form.module.d.ts +44 -53
- package/lib/components/dynamic-form/interfaces/dynamic-form.interfaces.d.ts +0 -1
- package/lib/components/dynamic-form/models/dynamic-component.model.d.ts +3 -0
- package/lib/components/dynamic-form/models/dynamic-form-boolitem.model.d.ts +1 -1
- package/lib/components/dynamic-form/models/dynamic-form-dateitem.model.d.ts +1 -1
- package/lib/components/dynamic-form/models/dynamic-form-datetimeitem.model.d.ts +1 -1
- package/lib/components/dynamic-form/models/dynamic-form-selectitem.model.d.ts +1 -1
- package/lib/components/dynamic-form/models/dynamic-form-textitem.model.d.ts +1 -1
- package/lib/components/dynamic-form/models/dynamic-form.models.d.ts +1 -1
- package/lib/components/dynamic-form/services/dynamic-form-update.service.d.ts +1 -1
- package/lib/components/dynamic-form/utils/index.d.ts +0 -1
- package/lib/components/dynamic-search/dynamic-search/dynamic-search.component.d.ts +16 -3
- package/lib/components/dynamic-search/dynamic-search.module.d.ts +2 -1
- package/lib/components/file-manger/components/share-dialog/share-dialog.component.d.ts +1 -1
- package/lib/components/file-manger/file-manger.module.d.ts +56 -63
- package/lib/components/file-manger/models/file-manager-config.model.d.ts +1 -1
- package/lib/components/latest-activity/components/latest-activity/latest-activity.component.d.ts +3 -1
- package/lib/components/latest-activity/latest-activity.module.d.ts +5 -6
- package/lib/components/ndf-filters/base/base-aggregation-field.component.d.ts +0 -3
- package/lib/components/ndf-filters/base/base-checkbox-radio.component.d.ts +0 -3
- package/lib/components/ndf-filters/base/base-predicate-field.component.d.ts +1 -0
- package/lib/components/ndf-filters/components/__parts/filter-autocomplete-input/filter-autocomplete.service.d.ts +1 -1
- package/lib/components/ndf-filters/components/aggregation-date-list/aggregation-date-list.component.d.ts +9 -2
- package/lib/components/ndf-filters/containers/filters-panel/filters-panel.component.d.ts +9 -9
- package/lib/components/ndf-filters/models/base-field-config.d.ts +2 -1
- package/lib/components/ndf-filters/models/field-options/date-list-options.d.ts +2 -1
- package/lib/components/ndf-filters/models/filter-option.model.d.ts +9 -0
- package/lib/components/ndf-filters/ndf-filters-panel.module.d.ts +47 -49
- package/lib/components/ndf-filters/pipes/check-condition.pipe.d.ts +1 -2
- package/lib/components/ndf-filters/pipes/evaluate-label.pipe.d.ts +11 -0
- package/lib/components/ndf-filters/pipes/index.d.ts +3 -2
- package/lib/components/ndf-filters/pipes/localized-label.pipe.d.ts +0 -3
- package/lib/components/ndf-filters/pipes/tooltip.pipe.d.ts +0 -3
- package/lib/components/ndf-signatures/emdha/dialogs/auth/emdha-auth.dialog.d.ts +18 -0
- package/lib/components/ndf-signatures/emdha/dialogs/index.d.ts +1 -0
- package/lib/components/{ndf-signer → ndf-signatures/emdha}/index.d.ts +1 -0
- package/lib/components/ndf-signatures/emdha/services/emdha.service.d.ts +28 -0
- package/lib/components/ndf-signatures/emdha/services/index.d.ts +1 -0
- package/lib/components/ndf-signatures/index.d.ts +3 -0
- package/lib/components/ndf-signatures/ndf-signature-panel/ndf-signature-panel.component.d.ts +30 -0
- package/lib/components/ndf-signatures/services/index.d.ts +2 -0
- package/lib/components/ndf-signatures/services/signatures.service.d.ts +58 -0
- package/lib/components/{ndf-signer → ndf-signatures}/services/signer.service.d.ts +3 -0
- package/lib/components/ndf-tabs/component/ndf-tabs.component.d.ts +10 -12
- package/lib/components/ndf-tabs/tab.type.d.ts +1 -2
- package/lib/components/ndf-uploader/helpers/uploader.helper.d.ts +1 -1
- package/lib/components/ndf-uploader/ndf-uploader-bottom-sheet.service.d.ts +2 -2
- package/lib/components/ndf-uploader/ndf-uploader.service.d.ts +3 -2
- package/lib/components/ndf-uploader/providers/nuxeo-provider.service.d.ts +3 -2
- package/lib/components/ndf-uploader/providers/s3-provider.service.d.ts +3 -2
- package/lib/components/notifications/components/base-list-notfications.component.d.ts +4 -0
- package/lib/components/notifications/components/notification-sortby-toggle/notification-sortby-toggle.component.d.ts +8 -0
- package/lib/components/notifications/containers/notifications-list-container/notifications-list-container.component.d.ts +8 -4
- package/lib/components/notifications/models/notifications-list-options.d.ts +1 -0
- package/lib/components/notifications/models/vocabularies.d.ts +6 -0
- package/lib/components/notifications/notifications.module.d.ts +20 -19
- package/lib/components/notifications/services/notifications.service.d.ts +7 -6
- package/lib/components/pdf-tron/pdftron/pdftron.component.d.ts +4 -2
- package/lib/components/pdf-tron/pdftron/pdftron.service.d.ts +1 -1
- package/lib/components/reports/charts/plugins/data-labels.d.ts +1 -2
- package/lib/components/reports/charts/plugins/doughnut-center-text.d.ts +1 -1
- package/lib/components/reports/charts/plugins/doughnut-empty-state.d.ts +1 -1
- package/lib/components/reports/charts/plugins/scrollable-legends.d.ts +2 -2
- package/lib/components/reports/ndf-reports/components/dynamic-timeline-report/dynamic-timeline-report.component.d.ts +2 -2
- package/lib/components/reports/ndf-reports/components/graph-report/graph-report.component.d.ts +1 -1
- package/lib/components/reports/ndf-reports/containers/ndf-reports/ndf-reports.component.d.ts +14 -5
- package/lib/components/reports/ndf-reports/directives/empty-content-template.directive.d.ts +9 -0
- package/lib/components/reports/ndf-reports/directives/header-panel-template.directive.d.ts +9 -0
- package/lib/components/reports/ndf-reports/directives/index.d.ts +2 -0
- package/lib/components/reports/ndf-reports/models/base-reports-types.d.ts +4 -0
- package/lib/components/reports/ndf-reports/models/common.d.ts +9 -1
- package/lib/components/reports/ndf-reports/models/details.d.ts +2 -4
- package/lib/components/reports/ndf-reports/models/dynamic-line.d.ts +1 -2
- package/lib/components/reports/ndf-reports/models/index.d.ts +1 -1
- package/lib/components/reports/ndf-reports/models/ndf-reports.config.d.ts +19 -1
- package/lib/components/reports/ndf-reports/ndf-reports.module.d.ts +29 -26
- package/lib/components/reports/ndf-reports/options/doughnut.d.ts +1 -1
- package/lib/components/reports/ndf-reports/options/horizontal-bar.d.ts +1 -1
- package/lib/components/reports/ndf-reports/options/pie.d.ts +1 -1
- package/lib/components/reports/ndf-reports/options/vertical-bar.d.ts +1 -1
- package/lib/components/reports/ndf-reports/pipes/check-condition.pipe.d.ts +8 -0
- package/lib/components/reports/ndf-reports/public-api.d.ts +5 -4
- package/lib/components/reports/ndf-reports/services/chart-plugins-registry.service.d.ts +2 -2
- package/lib/components/reports/ndf-reports/services/dynamic-timeline-report.service.d.ts +4 -2
- package/lib/components/reports/ndf-reports/services/index.d.ts +11 -10
- package/lib/components/reports/ndf-reports/services/ndf-reports.service.d.ts +19 -10
- package/lib/components/reports/ndf-reports/services/reports-dialog.service.d.ts +2 -2
- package/lib/components/reports/ndf-reports/services/reports-hooks.service.d.ts +24 -0
- package/lib/components/spell-checker-field/spell-checker-field.module.d.ts +2 -1
- package/lib/components/tables/dynamic-table/dynamic-table/dynamic-table.component.d.ts +15 -23
- package/lib/components/tables/dynamic-table/public-api.d.ts +0 -1
- package/lib/components/tables/ndf-table/components/table-columns-toggler/table-columns-toggler.component.d.ts +6 -6
- package/lib/components/tables/ndf-table/containers/ndf-table/ndf-table.component.d.ts +20 -6
- package/lib/components/tables/ndf-table/models/table-config.d.ts +7 -0
- package/lib/components/tables/ndf-table/models/table-options.d.ts +2 -1
- package/lib/components/tables/ndf-table/services/ndf-table.service.d.ts +0 -2
- package/lib/components/tables/public-api.d.ts +3 -2
- package/lib/components/tables/shared/index.d.ts +1 -0
- package/lib/components/tables/shared/table-hooks.service.d.ts +36 -0
- package/lib/components/tables/table/table/table.component.d.ts +2 -1
- package/lib/components/versions/index.d.ts +3 -0
- package/lib/components/{correspondence-relation/components/versions → versions}/versions.component.d.ts +3 -3
- package/lib/components/versions/versions.module.d.ts +27 -0
- package/lib/components/{correspondence-relation/services → versions}/viewer-files.service.d.ts +3 -3
- package/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.d.ts +0 -2
- package/lib/components/vocabulary/vocabulary.module.d.ts +6 -7
- package/lib/core/core.module.d.ts +1 -2
- package/lib/core/services/callApi/call-api.service.d.ts +3 -1
- package/lib/core/services/translation/translation.service.d.ts +2 -2
- package/lib/pipes/escape.pipe.d.ts +8 -0
- package/lib/pipes/pipes.module.d.ts +6 -7
- package/lib/shared/components/item-list/item-list.component.d.ts +1 -1
- package/lib/shared/components/nuxeo-dialog/nuxeo-dialog.module.d.ts +2 -1
- package/lib/shared/components/spinner/spinner.component.d.ts +6 -1
- package/lib/shared/index.d.ts +3 -1
- package/lib/shared/libraryShared.module.d.ts +2 -1
- package/lib/shared/services/base/base.service.d.ts +7 -3
- package/lib/shared/services/base/index.d.ts +2 -2
- package/lib/shared/services/index.d.ts +1 -0
- package/lib/shared/services/override-token.service.d.ts +10 -0
- package/package.json +2 -17
- package/public-api.d.ts +6 -45
- package/src/docs/ndf-table.doc.md +764 -789
- package/lib/components/activities-log/activities-log/activities-log.component.d.ts +0 -30
- package/lib/components/activities-log/activities-log/activities-log.service.d.ts +0 -9
- package/lib/components/activities-log/activities-log.module.d.ts +0 -12
- package/lib/components/activity/activity/activity.component.d.ts +0 -13
- package/lib/components/activity/activity.module.d.ts +0 -13
- package/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.d.ts +0 -34
- package/lib/components/correspondence-relation/components/correspondence-relation-create-form/correspondence-relation-create-form.component.d.ts +0 -45
- package/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.d.ts +0 -31
- package/lib/components/correspondence-relation/components/correspondence-relation-reply/correspondence-relation-reply.component.d.ts +0 -18
- package/lib/components/correspondence-relation/correspondence-relation.module.d.ts +0 -32
- package/lib/components/correspondence-relation/services/correspondence-realation.service.d.ts +0 -26
- package/lib/components/create-entity/create-entity/create-entity.component.d.ts +0 -17
- package/lib/components/create-entity/create-entity.module.d.ts +0 -11
- package/lib/components/documents/components/attachments-list/attachments-list.component.d.ts +0 -55
- package/lib/components/documents/components/attachments-page-provider/attachments-page-provider.component.d.ts +0 -38
- package/lib/components/documents/components/documents/documents.component.d.ts +0 -27
- package/lib/components/documents/services/document-templates.service.d.ts +0 -24
- package/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.d.ts +0 -79
- package/lib/components/dynamic-chart/dynamic-chart.module.d.ts +0 -15
- package/lib/components/dynamic-chart/services/chart-data.service.d.ts +0 -37
- package/lib/components/dynamic-form/components/dynamic-form-boolitem/dynamic-form-boolitem.component.d.ts +0 -17
- package/lib/components/dynamic-form/components/dynamic-form-field/dynamic-form-field.component.d.ts +0 -30
- package/lib/components/dynamic-form/components/dynamic-form-item-dispatcher/dynamic-form-item-dispatcher.component.d.ts +0 -25
- package/lib/components/dynamic-form/components/dynamic-form-mapitem/dynamic-form-mapitem.component.d.ts +0 -15
- package/lib/components/dynamic-form/components/dynamic-form-options/dynamic-form-options.component.d.ts +0 -45
- package/lib/components/dynamic-form/components/dynamic-form-select-user-filter/dynamic-form-select-user-filter.component.d.ts +0 -65
- package/lib/components/dynamic-form/components/dynamic-form-viewer/dynamic-form-viewer.component.d.ts +0 -20
- package/lib/components/dynamic-form/directives/dynamic-form-content-proxy.directive.d.ts +0 -9
- package/lib/components/dynamic-form/interfaces/dynamic-form-keyvaluepairsitem-properties.interface.d.ts +0 -8
- package/lib/components/dynamic-form/models/dynamic-form-mapitem.model.d.ts +0 -8
- package/lib/components/dynamic-form/services/card-item-types.service.d.ts +0 -13
- package/lib/components/dynamic-form/services/dynamic-component-mapper.service.d.ts +0 -36
- package/lib/components/dynamic-form/utils/custom-from-group.d.ts +0 -4
- package/lib/components/dynamic-tabs/dynamic-tabs/dynamic-tabs.component.d.ts +0 -13
- package/lib/components/dynamic-tabs/dynamic-tabs.module.d.ts +0 -11
- package/lib/components/file-manger/components/clipboard/clipboard.component.d.ts +0 -41
- package/lib/components/file-manger/components/loan-request/loan-request.component.d.ts +0 -30
- package/lib/components/file-manger/components/sidepanel/sidepanel.component.d.ts +0 -62
- package/lib/components/file-manger/components/transfer-doc/transfer-doc.component.d.ts +0 -31
- package/lib/components/filter/filter/filter.component.d.ts +0 -31
- package/lib/components/filter/filter.module.d.ts +0 -15
- package/lib/components/ndf-signer/services/index.d.ts +0 -1
- package/lib/components/select/select/select.component.d.ts +0 -43
- package/lib/components/select/select.module.d.ts +0 -12
- package/lib/components/tables/dynamic-table/services/table-hooks.service.d.ts +0 -13
- package/lib/components/toasts/components/notification-toast/notification-toast.component.d.ts +0 -17
- package/lib/components/toasts/index.d.ts +0 -1
- package/lib/components/toasts/public-api.d.ts +0 -2
- package/lib/components/toasts/toasts.module.d.ts +0 -8
- package/lib/components/users-card/users-card.component.d.ts +0 -22
- package/lib/components/users-card/users-card.module.d.ts +0 -17
- package/lib/components/viewer-log/components/viewer-log/viewer-log.component.d.ts +0 -14
- package/lib/components/viewer-log/viewer-log.module.d.ts +0 -10
- package/lib/components/vocabulary/vocabulary/vocabulary.component.d.ts +0 -37
- package/lib/pipes/multi-value.pipe.d.ts +0 -32
- package/lib/pipes/secure-html.pipe.d.ts +0 -26
- package/lib/shared/components/search-autocomplete/search-autocomplete.component.d.ts +0 -51
- package/lib/shared/evaluator/evaluator.d.ts +0 -79
- package/lib/shared/evaluator/index.d.ts +0 -2
- package/lib/shared/evaluator/types.d.ts +0 -18
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.