@eo-sdk/client 11.8.1 → 11.9.0-rc.2
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/about-state/about-state.component.d.ts.map +1 -1
- package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts +11 -1
- package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts.map +1 -1
- package/app/eo-client/settings/settings.component.d.ts +4 -2
- package/app/eo-client/settings/settings.component.d.ts.map +1 -1
- package/app/eo-framework/actions/action-menu/action-menu.component.d.ts +12 -3
- package/app/eo-framework/actions/action-menu/action-menu.component.d.ts.map +1 -1
- package/app/eo-framework/actions/action-service/action.service.d.ts +39 -3
- package/app/eo-framework/actions/action-service/action.service.d.ts.map +1 -1
- package/app/eo-framework/actions/action.module.d.ts +16 -13
- package/app/eo-framework/actions/action.module.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/return-task-action/return-task/return-task.component.d.ts +39 -0
- package/app/eo-framework/actions/actions/return-task-action/return-task/return-task.component.d.ts.map +1 -0
- package/app/eo-framework/actions/actions/return-task-action/return-task-action.d.ts +32 -0
- package/app/eo-framework/actions/actions/return-task-action/return-task-action.d.ts.map +1 -0
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +1 -0
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts +15 -1
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts +1 -2
- package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts.map +1 -1
- package/app/eo-framework-core/api/grid.service.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +24 -9
- package/assets/_default/i18n/en.json +24 -9
- package/assets/_default/svg/ic_rollback.svg +1 -0
- package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +6 -6
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +70 -23
- package/esm2022/app/eo-client/process-state/process-state.component.mjs +1 -1
- package/esm2022/app/eo-client/settings/settings.component.mjs +9 -6
- package/esm2022/app/eo-framework/actions/action-menu/action-menu.component.mjs +51 -32
- package/esm2022/app/eo-framework/actions/action-service/action.service.mjs +54 -3
- package/esm2022/app/eo-framework/actions/action.module.mjs +10 -4
- package/esm2022/app/eo-framework/actions/actions/return-task-action/return-task/return-task.component.mjs +75 -0
- package/esm2022/app/eo-framework/actions/actions/return-task-action/return-task-action.mjs +43 -0
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +150 -11
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +3 -4
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +2 -2
- package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +14 -2
- package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts-section/global-shortcuts-section.component.mjs +2 -2
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +2 -2
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +20 -10
- package/esm2022/app/eo-framework-core/api/grid.service.mjs +4 -1
- package/fesm2022/eo-sdk-client.mjs +591 -203
- package/fesm2022/eo-sdk-client.mjs.map +1 -1
- package/package.json +2 -2
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.
|
|
5
|
+
"version": "11.9.0-rc.2",
|
|
6
6
|
"main": "electron/main.js",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"angular-cli": {},
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@angular/platform-browser-dynamic": "18.0.4",
|
|
32
32
|
"@angular/router": "18.0.4",
|
|
33
33
|
"@carbon/charts-angular": "1.16.3",
|
|
34
|
-
"@eo-sdk/core": "11.
|
|
34
|
+
"@eo-sdk/core": "11.9.0-rc.2",
|
|
35
35
|
"@ngneat/until-destroy": "^10.0.0",
|
|
36
36
|
"@ngx-pwa/local-storage": "^18.0.0",
|
|
37
37
|
"@ngx-translate/core": "^15.0.0",
|