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.
Files changed (91) hide show
  1. package/bundles/nuxeo-development-framework.umd.js +3299 -3118
  2. package/bundles/nuxeo-development-framework.umd.js.map +1 -1
  3. package/esm2015/lib/{core → Core}/core.module.js +6 -6
  4. package/esm2015/lib/{core → Core}/enums/language.enum.js +1 -1
  5. package/esm2015/lib/{core → Core}/models/component.model.js +1 -1
  6. package/esm2015/lib/{core → Core}/services/localStorag/local-storag.service.js +1 -1
  7. package/esm2015/lib/{core → Core}/services/nuxeo/new-nuxeo-overide.js +1 -1
  8. package/esm2015/lib/{core → Core}/services/nuxeo/nuxeo-override.js +1 -1
  9. package/esm2015/lib/{core → Core}/services/nuxeo/nuxeo.service.js +1 -1
  10. package/esm2015/lib/{core → Core}/services/roles/roles.service.js +1 -1
  11. package/esm2015/lib/{core → Core}/services/translation/translate-loader.service.js +1 -1
  12. package/esm2015/lib/{core → Core}/services/translation/translation.service.js +1 -1
  13. package/esm2015/lib/{core → Core}/services/user/user-preferences.service.js +1 -1
  14. package/esm2015/lib/components/documents/components/document-list/documents-list.component.js +18 -16
  15. package/esm2015/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.js +26 -30
  16. package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.js +41 -15
  17. package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module.js +8 -4
  18. package/esm2015/lib/components/dynamic-search/dynamic-search/dynamic-search.component.js +73 -120
  19. package/esm2015/lib/components/file-manger/components/create-modal/create-modal.component.js +103 -27
  20. package/esm2015/lib/components/file-manger/components/scan-modal/scan-modal.component.js +1 -1
  21. package/esm2015/lib/components/file-manger/components/update-modal/update-modal.component.js +1 -1
  22. package/esm2015/lib/components/notifications/components/notification-item/notification-item.component.js +12 -22
  23. package/esm2015/lib/components/notifications/components/notifications-button/notifications-button.component.js +3 -9
  24. package/esm2015/lib/components/notifications/components/notifications-list/notifications-list.component.js +9 -36
  25. package/esm2015/lib/components/notifications/notifications.module.js +4 -8
  26. package/esm2015/lib/components/notifications/notifications.service.js +2 -65
  27. package/esm2015/lib/components/pdf-tron/pdftron/pdftron.component.js +2 -2
  28. package/esm2015/lib/components/select/select.module.js +6 -4
  29. package/esm2015/lib/components/vocabulary/services/vocabulary-api.service.js +10 -10
  30. package/esm2015/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.js +207 -0
  31. package/esm2015/lib/components/vocabulary/vocabulary.module.js +14 -7
  32. package/esm2015/lib/nuxeo-development-framework.module.js +41 -11
  33. package/esm2015/lib/shared-services/file-manager.service.js +39 -45
  34. package/esm2015/lib/shared-services/global-pdftron.service.js +18 -25
  35. package/esm2015/public-api.js +2 -1
  36. package/fesm2015/nuxeo-development-framework.js +2993 -2826
  37. package/fesm2015/nuxeo-development-framework.js.map +1 -1
  38. package/lib/Core/core.module.d.ts +14 -0
  39. package/lib/components/documents/components/document-list/documents-list.component.d.ts +7 -7
  40. package/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.d.ts +3 -3
  41. package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.d.ts +11 -2
  42. package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module.d.ts +2 -1
  43. package/lib/components/dynamic-search/dynamic-search/dynamic-search.component.d.ts +8 -8
  44. package/lib/components/file-manger/components/create-modal/create-modal.component.d.ts +19 -36
  45. package/lib/components/notifications/components/notification-item/notification-item.component.d.ts +2 -2
  46. package/lib/components/notifications/components/notifications-button/notifications-button.component.d.ts +1 -2
  47. package/lib/components/notifications/components/notifications-list/notifications-list.component.d.ts +1 -7
  48. package/lib/components/notifications/notifications.module.d.ts +1 -2
  49. package/lib/components/notifications/notifications.service.d.ts +0 -15
  50. package/lib/components/select/select.module.d.ts +1 -1
  51. package/lib/components/vocabulary/services/vocabulary-api.service.d.ts +1 -1
  52. package/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.d.ts +80 -0
  53. package/lib/components/vocabulary/vocabulary.module.d.ts +6 -4
  54. package/lib/nuxeo-development-framework.module.d.ts +4 -1
  55. package/lib/shared-services/file-manager.service.d.ts +15 -12
  56. package/lib/shared-services/global-pdftron.service.d.ts +1 -2
  57. package/package.json +1 -1
  58. package/public-api.d.ts +1 -0
  59. package/lib/core/core.module.d.ts +0 -14
  60. /package/esm2015/lib/{core → Core}/adapters/adapter.service.js +0 -0
  61. /package/esm2015/lib/{core → Core}/services/callApi/call-api.service.js +0 -0
  62. /package/esm2015/lib/{core → Core}/services/extension/action.extensions.js +0 -0
  63. /package/esm2015/lib/{core → Core}/services/extension/component-register.service.js +0 -0
  64. /package/esm2015/lib/{core → Core}/services/extension/extenion-utils.js +0 -0
  65. /package/esm2015/lib/{core → Core}/services/extension/extension-element.js +0 -0
  66. /package/esm2015/lib/{core → Core}/services/extension/extension-loader.service.js +0 -0
  67. /package/esm2015/lib/{core → Core}/services/extension/extension.service.js +0 -0
  68. /package/esm2015/lib/{core → Core}/services/initialization/initialization.service.js +0 -0
  69. /package/esm2015/lib/{core → Core}/utilities/moment-date-adapter.js +0 -0
  70. /package/esm2015/lib/{core → Core}/utilities/utility.service.js +0 -0
  71. /package/lib/{core → Core}/adapters/adapter.service.d.ts +0 -0
  72. /package/lib/{core → Core}/enums/language.enum.d.ts +0 -0
  73. /package/lib/{core → Core}/models/component.model.d.ts +0 -0
  74. /package/lib/{core → Core}/services/callApi/call-api.service.d.ts +0 -0
  75. /package/lib/{core → Core}/services/extension/action.extensions.d.ts +0 -0
  76. /package/lib/{core → Core}/services/extension/component-register.service.d.ts +0 -0
  77. /package/lib/{core → Core}/services/extension/extenion-utils.d.ts +0 -0
  78. /package/lib/{core → Core}/services/extension/extension-element.d.ts +0 -0
  79. /package/lib/{core → Core}/services/extension/extension-loader.service.d.ts +0 -0
  80. /package/lib/{core → Core}/services/extension/extension.service.d.ts +0 -0
  81. /package/lib/{core → Core}/services/initialization/initialization.service.d.ts +0 -0
  82. /package/lib/{core → Core}/services/localStorag/local-storag.service.d.ts +0 -0
  83. /package/lib/{core → Core}/services/nuxeo/new-nuxeo-overide.d.ts +0 -0
  84. /package/lib/{core → Core}/services/nuxeo/nuxeo-override.d.ts +0 -0
  85. /package/lib/{core → Core}/services/nuxeo/nuxeo.service.d.ts +0 -0
  86. /package/lib/{core → Core}/services/roles/roles.service.d.ts +0 -0
  87. /package/lib/{core → Core}/services/translation/translate-loader.service.d.ts +0 -0
  88. /package/lib/{core → Core}/services/translation/translation.service.d.ts +0 -0
  89. /package/lib/{core → Core}/services/user/user-preferences.service.d.ts +0 -0
  90. /package/lib/{core → Core}/utilities/moment-date-adapter.d.ts +0 -0
  91. /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.