@eo-sdk/client 11.0.0-rc.7 → 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.
- package/app/eo-client/login/login.component.d.ts +3 -1
- package/app/eo-client/login/login.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/signature-action/signature-action.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/string/string.component.d.ts +1 -0
- package/app/eo-framework/form-elements/string/string.component.d.ts.map +1 -1
- package/app/eo-framework/frame/frame.component.d.ts +2 -1
- package/app/eo-framework/frame/frame.component.d.ts.map +1 -1
- package/app/eo-framework/media/media.component.d.ts +9 -20
- package/app/eo-framework/media/media.component.d.ts.map +1 -1
- package/app/eo-framework/util/services/utilities.service.d.ts +46 -41
- package/app/eo-framework/util/services/utilities.service.d.ts.map +1 -1
- package/app/eo-framework-core/api/plugins.service.d.ts +4 -0
- package/app/eo-framework-core/api/plugins.service.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +6 -6
- package/assets/_default/i18n/en.json +14 -14
- package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2022/app/eo-client/login/login.component.mjs +14 -11
- package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +6 -6
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +5 -2
- package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +2 -2
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +2 -2
- package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +7 -4
- package/esm2022/app/eo-framework/frame/frame.component.mjs +3 -2
- package/esm2022/app/eo-framework/media/media.component.mjs +18 -44
- package/esm2022/app/eo-framework/util/services/utilities.service.mjs +3 -3
- package/esm2022/app/eo-framework-core/api/plugins.service.mjs +45 -1
- package/fesm2022/eo-sdk-client.mjs +95 -67
- package/fesm2022/eo-sdk-client.mjs.map +1 -1
- package/package.json +2 -2
- 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.
|
|
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.
|
|
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,
|