@eo-sdk/client 10.6.16 → 10.6.18
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/process-state/process-state.component.d.ts +3 -5
- package/app/eo-client/process-state/process-state.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/datetime-range/datetime-range.component.d.ts +3 -4
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +3 -1
- package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
- package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
- package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts +2 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +2 -1
- package/assets/_default/i18n/en.json +2 -1
- package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +3 -3
- package/esm2020/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +3 -3
- package/esm2020/app/eo-client/favorite-state/favorite-state.component.mjs +1 -1
- package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +1 -1
- package/esm2020/app/eo-client/notifications-state/notifications-state.component.mjs +1 -1
- package/esm2020/app/eo-client/object-state/object-state/object-state.component.mjs +2 -2
- package/esm2020/app/eo-client/process-state/process-state.component.mjs +12 -16
- package/esm2020/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +3 -3
- package/esm2020/app/eo-client/result-state/result-state.component.mjs +1 -1
- package/esm2020/app/eo-client/version-state/version-state.component.mjs +3 -3
- package/esm2020/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +2 -5
- package/esm2020/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +29 -22
- package/esm2020/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +2 -2
- package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/object-details/object-details.component.mjs +15 -8
- package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +2 -1
- package/esm2020/app/eo-framework/process/process-file/process-file.component.mjs +2 -2
- package/esm2020/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/result-list/result-list.component.mjs +2 -1
- package/esm2020/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +12 -8
- package/esm2020/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +6 -3
- package/fesm2015/eo-sdk-client.mjs +91 -77
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +89 -77
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/package.json +2 -2
- package/styles.css +1 -1
- package/styles.scss +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": "10.6.
|
|
5
|
+
"version": "10.6.18",
|
|
6
6
|
"main": "electron/main.js",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"angular-cli": {},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@angular/platform-browser-dynamic": "15.2.2",
|
|
31
31
|
"@angular/router": "15.2.2",
|
|
32
32
|
"@carbon/charts-angular": "^1.8.1",
|
|
33
|
-
"@eo-sdk/core": "10.6.
|
|
33
|
+
"@eo-sdk/core": "10.6.18",
|
|
34
34
|
"@ngneat/until-destroy": "^10.0.0",
|
|
35
35
|
"@ngx-pwa/local-storage": "15.0.0",
|
|
36
36
|
"@ngx-translate/core": "14.0.0",
|
package/styles.css
CHANGED
|
@@ -866,7 +866,7 @@ yvc-split-tabs yvc-split-view {
|
|
|
866
866
|
|
|
867
867
|
#toast-container.toast-bottom-right {
|
|
868
868
|
right: calc(var(--app-pane-padding) / 2);
|
|
869
|
-
bottom: calc(var(--app-pane-padding)
|
|
869
|
+
bottom: calc(var(--app-pane-padding) * 3.5); }
|
|
870
870
|
|
|
871
871
|
#toast-container .ngx-toastr {
|
|
872
872
|
animation: eoFadeInUp 500ms;
|