@eo-sdk/client 11.0.0-rc.6 → 11.0.0-rc.8

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 (34) hide show
  1. package/app/eo-client/login/login.component.d.ts +3 -1
  2. package/app/eo-client/login/login.component.d.ts.map +1 -1
  3. package/app/eo-framework/actions/actions/signature-action/signature-action.component.d.ts.map +1 -1
  4. package/app/eo-framework/form-elements/string/string.component.d.ts +1 -0
  5. package/app/eo-framework/form-elements/string/string.component.d.ts.map +1 -1
  6. package/app/eo-framework/frame/frame.component.d.ts +2 -1
  7. package/app/eo-framework/frame/frame.component.d.ts.map +1 -1
  8. package/app/eo-framework/media/media.component.d.ts +9 -18
  9. package/app/eo-framework/media/media.component.d.ts.map +1 -1
  10. package/app/eo-framework/util/services/utilities.service.d.ts +46 -41
  11. package/app/eo-framework/util/services/utilities.service.d.ts.map +1 -1
  12. package/app/eo-framework-core/api/plugins.service.d.ts +4 -0
  13. package/app/eo-framework-core/api/plugins.service.d.ts.map +1 -1
  14. package/assets/_default/i18n/de.json +6 -6
  15. package/assets/_default/i18n/en.json +14 -14
  16. package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
  17. package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +2 -2
  18. package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.mjs +4 -3
  19. package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.mjs +2 -2
  20. package/esm2022/app/eo-client/login/login.component.mjs +14 -11
  21. package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +6 -6
  22. package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
  23. package/esm2022/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +5 -2
  24. package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +2 -2
  25. package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +2 -2
  26. package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +7 -4
  27. package/esm2022/app/eo-framework/frame/frame.component.mjs +3 -2
  28. package/esm2022/app/eo-framework/media/media.component.mjs +11 -35
  29. package/esm2022/app/eo-framework/util/services/utilities.service.mjs +3 -3
  30. package/esm2022/app/eo-framework-core/api/plugins.service.mjs +45 -1
  31. package/fesm2022/eo-sdk-client.mjs +91 -62
  32. package/fesm2022/eo-sdk-client.mjs.map +1 -1
  33. package/package.json +2 -2
  34. package/proxy.config.json +15 -0
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": "11.0.0-rc.6",
5
+ "version": "11.0.0-rc.8",
6
6
  "main": "electron/main.js",
7
7
  "license": "MIT",
8
8
  "angular-cli": {},
@@ -31,7 +31,7 @@
31
31
  "@angular/platform-browser-dynamic": "17.1.2",
32
32
  "@angular/router": "17.1.2",
33
33
  "@carbon/charts-angular": "1.14.0",
34
- "@eo-sdk/core": "11.0.0-rc.6",
34
+ "@eo-sdk/core": "11.0.0-rc.8",
35
35
  "@ngneat/until-destroy": "^10.0.0",
36
36
  "@ngx-pwa/local-storage": "17.0.0",
37
37
  "@ngx-translate/core": "15.0.0",
package/proxy.config.json CHANGED
@@ -4,6 +4,21 @@
4
4
  "secure": false,
5
5
  "logLevel": "debug"
6
6
  },
7
+ "/config/*": {
8
+ "target": "http://127.0.0.1:4300/",
9
+ "secure": false,
10
+ "logLevel": "debug"
11
+ },
12
+ "/dashlet365/*": {
13
+ "target": "http://127.0.0.1:4300/",
14
+ "secure": false,
15
+ "logLevel": "debug"
16
+ },
17
+ "/office365/*": {
18
+ "target": "http://127.0.0.1:4300/",
19
+ "secure": false,
20
+ "logLevel": "debug"
21
+ },
7
22
  "/rest-ws/*": {
8
23
  "target": "http://127.0.0.1:4300/",
9
24
  "secure": false,