@eo-sdk/client 8.0.0-rc.3 → 8.0.0-rc.4

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 (29) hide show
  1. package/app/eo-framework/form-elements/organization/organization.component.d.ts +2 -0
  2. package/app/eo-framework/upload-overlay/upload-overlay.component.d.ts +8 -0
  3. package/assets/_default/i18n/de.json +1 -0
  4. package/assets/_default/i18n/en.json +1 -0
  5. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +4 -3
  6. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
  7. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +2 -2
  8. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
  9. package/bundles/eo-sdk-client.umd.js +54 -42
  10. package/bundles/eo-sdk-client.umd.js.map +1 -1
  11. package/bundles/eo-sdk-client.umd.min.js +1 -1
  12. package/bundles/eo-sdk-client.umd.min.js.map +1 -1
  13. package/eo-sdk-client.metadata.json +1 -1
  14. package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
  15. package/esm2015/app/eo-framework/form-elements/id-reference/id-reference.component.js +4 -11
  16. package/esm2015/app/eo-framework/form-elements/organization/organization.component.js +5 -11
  17. package/esm2015/app/eo-framework/grid/filters/organization-filter.component.js +3 -3
  18. package/esm2015/app/eo-framework/media/media.component.js +2 -2
  19. package/esm2015/app/eo-framework/object-form/object-form-edit/object-form-edit.component.js +2 -2
  20. package/esm2015/app/eo-framework/upload-overlay/upload-overlay.component.js +39 -3
  21. package/esm2015/projects/eo-sdk/core/lib/service/dms/dms.service.js +4 -3
  22. package/esm2015/projects/eo-sdk/core/lib/util/utils.js +2 -2
  23. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +4 -3
  24. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
  25. package/fesm2015/eo-sdk-client.js +51 -28
  26. package/fesm2015/eo-sdk-client.js.map +1 -1
  27. package/package.json +2 -2
  28. package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +2 -1
  29. package/projects/eo-sdk/core/package.json +1 -1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@eo-sdk/client",
3
3
  "description": "yuuvis RAD client",
4
4
  "author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
5
- "version": "8.0.0-rc.3",
5
+ "version": "8.0.0-rc.4",
6
6
  "main": "bundles/eo-sdk-client.umd.js",
7
7
  "license": "MIT",
8
8
  "angular-cli": {},
@@ -29,7 +29,7 @@
29
29
  "@angular/platform-browser": "11.2.0",
30
30
  "@angular/platform-browser-dynamic": "11.2.0",
31
31
  "@angular/router": "11.2.0",
32
- "@eo-sdk/core": "8.0.0-rc.3",
32
+ "@eo-sdk/core": "8.0.0-rc.4",
33
33
  "@ngx-pwa/local-storage": "11.1.0",
34
34
  "@ngx-translate/core": "13.0.0",
35
35
  "@types/lodash": "4.14.88",
@@ -116,9 +116,10 @@ export declare class DmsService {
116
116
  * @param indexdata Object holding the objects indexdata (property: value)
117
117
  * @param type The object type of the object to be updated
118
118
  * @param version The current version of the object to be updated
119
+ * @param checkreferences If the reference fields should be validated or not
119
120
  * @returns Observable<DmsObject> The updated dms object
120
121
  */
121
- updateObject(id: string, indexdata: any, type?: string, version?: number): Observable<DmsObject>;
122
+ updateObject(id: string, indexdata: any, type?: string, version?: number, checkreferences?: boolean): Observable<DmsObject>;
122
123
  /**
123
124
  * Fetch the history (audit) of one dms object
124
125
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eo-sdk/client/projects/eo-sdk/core",
3
- "version": "8.0.0-rc.3",
3
+ "version": "8.0.0-rc.4",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "peerDependencies": {