nuxeo-development-framework 5.5.0 → 5.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/nuxeo-development-framework.umd.js +213 -1382
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/ndf-config-editor/constants/index.js +2 -2
- package/esm2015/lib/components/ndf-config-editor/constants/query.js +2 -2
- package/esm2015/lib/components/ndf-config-editor/containers/ndf-config-editor/ndf-config-editor.component.js +24 -17
- package/esm2015/lib/components/ndf-config-editor/metadata-token.js +3 -0
- package/esm2015/lib/components/ndf-config-editor/models/payload-data.js +2 -0
- package/esm2015/lib/components/ndf-config-editor/public/editor-navigate-button.js +8 -4
- package/esm2015/lib/components/ndf-config-editor/public-api.js +2 -1
- package/esm2015/lib/components/ndf-config-editor/services/data-access.service.js +12 -15
- package/esm2015/lib/components/ndf-config-editor/services/data-store.service.js +38 -10
- package/esm2015/lib/components/reports/ndf-reports/models/details.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/models/ndf-reports.config.js +1 -1
- package/esm2015/lib/components/reports/ndf-reports/services/index.js +2 -1
- package/esm2015/lib/components/reports/ndf-reports/services/report-details.service.js +29 -0
- package/esm2015/lib/components/reports/ndf-reports/utilities/reports-table.mapper.js +3 -2
- package/esm2015/lib/components/tables/ndf-table/containers/ndf-table/ndf-table.component.js +7 -7
- package/esm2015/lib/components/tables/ndf-table/models/table-column.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/models/table-options.js +1 -1
- package/esm2015/lib/components/tables/ndf-table/services/ndf-table-configuration.service.js +18 -13
- package/esm2015/lib/components/tables/ndf-table/services/ndf-table.service.js +2 -2
- package/esm2015/lib/shared/constants/editor-config-type.js +5 -0
- package/esm2015/lib/shared/constants/index.js +2 -0
- package/esm2015/lib/shared/index.js +2 -1
- package/esm2015/lib/shared/services/base/base-editor-config.service.js +70 -0
- package/esm2015/lib/shared/services/base/index.js +2 -1
- package/esm2015/public-api.js +2 -1
- package/fesm2015/nuxeo-development-framework.js +193 -1377
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/components/ndf-config-editor/constants/index.d.ts +1 -1
- package/lib/components/ndf-config-editor/containers/config-preview/config-preview.component.d.ts +2 -2
- package/lib/components/ndf-config-editor/containers/ndf-config-editor/ndf-config-editor.component.d.ts +8 -7
- package/lib/components/ndf-config-editor/metadata-token.d.ts +8 -0
- package/lib/components/ndf-config-editor/models/payload-data.d.ts +6 -0
- package/lib/components/ndf-config-editor/public/editor-navigate-button.d.ts +1 -0
- package/lib/components/ndf-config-editor/public-api.d.ts +1 -0
- package/lib/components/ndf-config-editor/services/data-access.service.d.ts +7 -4
- package/lib/components/ndf-config-editor/services/data-store.service.d.ts +6 -3
- package/lib/components/reports/ndf-reports/containers/ndf-reports/ndf-reports.component.d.ts +2 -2
- package/lib/components/reports/ndf-reports/models/details.d.ts +5 -1
- package/lib/components/reports/ndf-reports/models/ndf-reports.config.d.ts +1 -1
- package/lib/components/reports/ndf-reports/services/index.d.ts +1 -0
- package/lib/components/reports/ndf-reports/services/report-details.service.d.ts +12 -0
- package/lib/components/tables/ndf-table/containers/ndf-table/ndf-table.component.d.ts +1 -1
- package/lib/components/tables/ndf-table/models/table-column.d.ts +1 -0
- package/lib/components/tables/ndf-table/models/table-options.d.ts +1 -1
- package/lib/components/tables/ndf-table/services/ndf-table-configuration.service.d.ts +3 -5
- package/lib/shared/constants/editor-config-type.d.ts +4 -0
- package/lib/shared/constants/index.d.ts +1 -0
- package/lib/shared/index.d.ts +1 -0
- package/lib/shared/services/base/base-editor-config.service.d.ts +32 -0
- package/lib/shared/services/base/index.d.ts +1 -0
- package/package.json +2 -2
- package/public-api.d.ts +1 -0
- package/esm2015/lib/components/ndf-config-editor/constants/type.js +0 -5
- package/esm2015/lib/components/ndf-config-editor/services/dummy-data.js +0 -1321
- package/lib/components/ndf-config-editor/constants/type.d.ts +0 -4
- package/lib/components/ndf-config-editor/services/dummy-data.d.ts +0 -992