@eo-sdk/client 11.14.0-rc.2 → 11.14.0-rc.3

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 (52) hide show
  1. package/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.d.ts +2 -1
  2. package/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.d.ts.map +1 -1
  3. package/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.d.ts +2 -1
  4. package/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.d.ts.map +1 -1
  5. package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts +1 -1
  6. package/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.d.ts +1 -1
  7. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts +1 -0
  8. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts.map +1 -1
  9. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts +1 -0
  10. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
  11. package/app/eo-framework/object-details/object-links/object-links.component.d.ts +1 -0
  12. package/app/eo-framework/object-details/object-links/object-links.component.d.ts.map +1 -1
  13. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts.map +1 -1
  14. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +2 -1
  15. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts.map +1 -1
  16. package/app/eo-framework/upload-overlay/upload-overlay.component.d.ts.map +1 -1
  17. package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
  18. package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +1 -1
  19. package/esm2022/app/eo-client/login/login.component.mjs +3 -3
  20. package/esm2022/app/eo-client/settings/settings.component.mjs +1 -1
  21. package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +8 -4
  22. package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +8 -4
  23. package/esm2022/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +1 -1
  24. package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +1 -1
  25. package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +1 -1
  26. package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +1 -1
  27. package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +3 -3
  28. package/esm2022/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +1 -1
  29. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +2 -2
  30. package/esm2022/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.mjs +3 -3
  31. package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +7 -3
  32. package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +11 -7
  33. package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +1 -1
  34. package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +3 -3
  35. package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +9 -8
  36. package/esm2022/app/eo-framework/grid/grid.component.mjs +2 -2
  37. package/esm2022/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +1 -1
  38. package/esm2022/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +1 -1
  39. package/esm2022/app/eo-framework/object-details/object-links/object-links.component.mjs +13 -6
  40. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +10 -2
  41. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +1 -1
  42. package/esm2022/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +1 -1
  43. package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +1 -1
  44. package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +1 -1
  45. package/esm2022/app/eo-framework/result-list/result-list.component.mjs +3 -3
  46. package/esm2022/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +1 -1
  47. package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +11 -5
  48. package/esm2022/app/eo-framework/upload-overlay/upload-overlay.component.mjs +1 -3
  49. package/fesm2022/eo-sdk-client.mjs +123 -90
  50. package/fesm2022/eo-sdk-client.mjs.map +1 -1
  51. package/misc/scripts/mvn-deploy.js +3 -3
  52. package/package.json +2 -2
@@ -10,9 +10,9 @@ const request = require('request');
10
10
  const packageJs = require('../../package.json');
11
11
 
12
12
  const auth = {
13
- user : 'tukan-deploy',
14
- pass : '!_TukanDeploy_!',
15
- sendImmediately : true
13
+ user : process.env.MAVEN_REPO_USER,
14
+ pass : process.env.MAVEN_REPO_PASS,
15
+ sendImmediately : true
16
16
  }
17
17
  const uploadFile = process.cwd()+'/output/client.jar';
18
18
  const formData = {
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.14.0-rc.2",
5
+ "version": "11.14.0-rc.3",
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.1.0",
32
32
  "@angular/router": "18.1.0",
33
33
  "@carbon/charts-angular": "1.16.3",
34
- "@eo-sdk/core": "11.14.0-rc.2",
34
+ "@eo-sdk/core": "11.14.0-rc.3",
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",