nuxeo-development-framework 3.7.7-rc.mf.0 → 3.7.8-dms-mep
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/nuxeo-development-framework.umd.js +3299 -3118
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/{core → Core}/core.module.js +6 -6
- package/esm2015/lib/{core → Core}/enums/language.enum.js +1 -1
- package/esm2015/lib/{core → Core}/models/component.model.js +1 -1
- package/esm2015/lib/{core → Core}/services/localStorag/local-storag.service.js +1 -1
- package/esm2015/lib/{core → Core}/services/nuxeo/new-nuxeo-overide.js +1 -1
- package/esm2015/lib/{core → Core}/services/nuxeo/nuxeo-override.js +1 -1
- package/esm2015/lib/{core → Core}/services/nuxeo/nuxeo.service.js +1 -1
- package/esm2015/lib/{core → Core}/services/roles/roles.service.js +1 -1
- package/esm2015/lib/{core → Core}/services/translation/translate-loader.service.js +1 -1
- package/esm2015/lib/{core → Core}/services/translation/translation.service.js +1 -1
- package/esm2015/lib/{core → Core}/services/user/user-preferences.service.js +1 -1
- package/esm2015/lib/components/documents/components/document-list/documents-list.component.js +18 -16
- package/esm2015/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.js +26 -30
- package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.js +41 -15
- package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module.js +8 -4
- package/esm2015/lib/components/dynamic-search/dynamic-search/dynamic-search.component.js +73 -120
- package/esm2015/lib/components/file-manger/components/create-modal/create-modal.component.js +103 -27
- package/esm2015/lib/components/file-manger/components/scan-modal/scan-modal.component.js +1 -1
- package/esm2015/lib/components/file-manger/components/update-modal/update-modal.component.js +1 -1
- package/esm2015/lib/components/notifications/components/notification-item/notification-item.component.js +12 -22
- package/esm2015/lib/components/notifications/components/notifications-button/notifications-button.component.js +3 -9
- package/esm2015/lib/components/notifications/components/notifications-list/notifications-list.component.js +9 -36
- package/esm2015/lib/components/notifications/notifications.module.js +4 -8
- package/esm2015/lib/components/notifications/notifications.service.js +2 -65
- package/esm2015/lib/components/pdf-tron/pdftron/pdftron.component.js +2 -2
- package/esm2015/lib/components/select/select.module.js +6 -4
- package/esm2015/lib/components/vocabulary/services/vocabulary-api.service.js +10 -10
- package/esm2015/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.js +207 -0
- package/esm2015/lib/components/vocabulary/vocabulary.module.js +14 -7
- package/esm2015/lib/nuxeo-development-framework.module.js +41 -11
- package/esm2015/lib/shared-services/file-manager.service.js +39 -45
- package/esm2015/lib/shared-services/global-pdftron.service.js +18 -25
- package/esm2015/public-api.js +2 -1
- package/fesm2015/nuxeo-development-framework.js +2993 -2826
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/Core/core.module.d.ts +14 -0
- package/lib/components/documents/components/document-list/documents-list.component.d.ts +7 -7
- package/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.d.ts +3 -3
- package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.d.ts +11 -2
- package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module.d.ts +2 -1
- package/lib/components/dynamic-search/dynamic-search/dynamic-search.component.d.ts +8 -8
- package/lib/components/file-manger/components/create-modal/create-modal.component.d.ts +19 -36
- package/lib/components/notifications/components/notification-item/notification-item.component.d.ts +2 -2
- package/lib/components/notifications/components/notifications-button/notifications-button.component.d.ts +1 -2
- package/lib/components/notifications/components/notifications-list/notifications-list.component.d.ts +1 -7
- package/lib/components/notifications/notifications.module.d.ts +1 -2
- package/lib/components/notifications/notifications.service.d.ts +0 -15
- package/lib/components/select/select.module.d.ts +1 -1
- package/lib/components/vocabulary/services/vocabulary-api.service.d.ts +1 -1
- package/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.d.ts +80 -0
- package/lib/components/vocabulary/vocabulary.module.d.ts +6 -4
- package/lib/nuxeo-development-framework.module.d.ts +4 -1
- package/lib/shared-services/file-manager.service.d.ts +15 -12
- package/lib/shared-services/global-pdftron.service.d.ts +1 -2
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/lib/core/core.module.d.ts +0 -14
- /package/esm2015/lib/{core → Core}/adapters/adapter.service.js +0 -0
- /package/esm2015/lib/{core → Core}/services/callApi/call-api.service.js +0 -0
- /package/esm2015/lib/{core → Core}/services/extension/action.extensions.js +0 -0
- /package/esm2015/lib/{core → Core}/services/extension/component-register.service.js +0 -0
- /package/esm2015/lib/{core → Core}/services/extension/extenion-utils.js +0 -0
- /package/esm2015/lib/{core → Core}/services/extension/extension-element.js +0 -0
- /package/esm2015/lib/{core → Core}/services/extension/extension-loader.service.js +0 -0
- /package/esm2015/lib/{core → Core}/services/extension/extension.service.js +0 -0
- /package/esm2015/lib/{core → Core}/services/initialization/initialization.service.js +0 -0
- /package/esm2015/lib/{core → Core}/utilities/moment-date-adapter.js +0 -0
- /package/esm2015/lib/{core → Core}/utilities/utility.service.js +0 -0
- /package/lib/{core → Core}/adapters/adapter.service.d.ts +0 -0
- /package/lib/{core → Core}/enums/language.enum.d.ts +0 -0
- /package/lib/{core → Core}/models/component.model.d.ts +0 -0
- /package/lib/{core → Core}/services/callApi/call-api.service.d.ts +0 -0
- /package/lib/{core → Core}/services/extension/action.extensions.d.ts +0 -0
- /package/lib/{core → Core}/services/extension/component-register.service.d.ts +0 -0
- /package/lib/{core → Core}/services/extension/extenion-utils.d.ts +0 -0
- /package/lib/{core → Core}/services/extension/extension-element.d.ts +0 -0
- /package/lib/{core → Core}/services/extension/extension-loader.service.d.ts +0 -0
- /package/lib/{core → Core}/services/extension/extension.service.d.ts +0 -0
- /package/lib/{core → Core}/services/initialization/initialization.service.d.ts +0 -0
- /package/lib/{core → Core}/services/localStorag/local-storag.service.d.ts +0 -0
- /package/lib/{core → Core}/services/nuxeo/new-nuxeo-overide.d.ts +0 -0
- /package/lib/{core → Core}/services/nuxeo/nuxeo-override.d.ts +0 -0
- /package/lib/{core → Core}/services/nuxeo/nuxeo.service.d.ts +0 -0
- /package/lib/{core → Core}/services/roles/roles.service.d.ts +0 -0
- /package/lib/{core → Core}/services/translation/translate-loader.service.d.ts +0 -0
- /package/lib/{core → Core}/services/translation/translation.service.d.ts +0 -0
- /package/lib/{core → Core}/services/user/user-preferences.service.d.ts +0 -0
- /package/lib/{core → Core}/utilities/moment-date-adapter.d.ts +0 -0
- /package/lib/{core → Core}/utilities/utility.service.d.ts +0 -0
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.