@eo-sdk/client 11.5.0-rc.2 → 11.6.0-rc.1

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 (60) hide show
  1. package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
  2. package/app/eo-framework/actions/actions/custom-actions/custom-actions.component.d.ts.map +1 -1
  3. package/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.d.ts.map +1 -1
  4. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +1 -1
  5. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
  6. package/app/eo-framework/form-elements/organization/organization.component.d.ts +1 -0
  7. package/app/eo-framework/form-elements/organization/organization.component.d.ts.map +1 -1
  8. package/app/eo-framework/grid/grid.component.d.ts +7 -0
  9. package/app/eo-framework/grid/grid.component.d.ts.map +1 -1
  10. package/app/eo-framework/media/media.component.d.ts +3 -2
  11. package/app/eo-framework/media/media.component.d.ts.map +1 -1
  12. package/app/eo-framework/object-details/object-details.component.d.ts +13 -4
  13. package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
  14. package/app/eo-framework/object-details/object-history/object-history.component.d.ts +3 -2
  15. package/app/eo-framework/object-details/object-history/object-history.component.d.ts.map +1 -1
  16. package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
  17. package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts +50 -0
  18. package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts.map +1 -1
  19. package/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.d.ts +10 -0
  20. package/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.d.ts.map +1 -0
  21. package/app/eo-framework-core/search/app-search.service.d.ts +12 -1
  22. package/app/eo-framework-core/search/app-search.service.d.ts.map +1 -1
  23. package/assets/_default/i18n/de.json +5 -3
  24. package/assets/_default/i18n/en.json +10 -8
  25. package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
  26. package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +2 -1
  27. package/esm2022/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.mjs +2 -2
  28. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +18 -4
  29. package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +25 -16
  30. package/esm2022/app/eo-framework/grid/extensions/filter/text/text-filter.component.mjs +3 -3
  31. package/esm2022/app/eo-framework/grid/grid.component.mjs +36 -10
  32. package/esm2022/app/eo-framework/media/media.component.mjs +8 -4
  33. package/esm2022/app/eo-framework/object-details/object-details.component.mjs +30 -15
  34. package/esm2022/app/eo-framework/object-details/object-history/object-history.component.mjs +11 -6
  35. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +3 -3
  36. package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +1 -1
  37. package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +1 -1
  38. package/esm2022/app/eo-framework/result-list/result-list.component.mjs +7 -2
  39. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +2 -2
  40. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +138 -5
  41. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.mjs +2 -0
  42. package/esm2022/app/eo-framework-core/api/grid.service.mjs +3 -3
  43. package/esm2022/app/eo-framework-core/search/app-search.service.mjs +25 -4
  44. package/fesm2022/eo-sdk-client.mjs +303 -746
  45. package/fesm2022/eo-sdk-client.mjs.map +1 -1
  46. package/misc/scripts/copy-client-assets.js +1 -1
  47. package/package.json +3 -3
  48. package/proxy.config.js +13 -0
  49. package/scss/_migrationTemp.scss +1 -0
  50. package/styles.css +1 -0
  51. package/app/eo-framework/grid/row-grouping/batchRemover.d.ts +0 -13
  52. package/app/eo-framework/grid/row-grouping/batchRemover.d.ts.map +0 -1
  53. package/app/eo-framework/grid/row-grouping/group-stage.d.ts +0 -45
  54. package/app/eo-framework/grid/row-grouping/group-stage.d.ts.map +0 -1
  55. package/app/eo-framework/grid/row-grouping/row-grouping.module.d.ts +0 -8
  56. package/app/eo-framework/grid/row-grouping/row-grouping.module.d.ts.map +0 -1
  57. package/esm2022/app/eo-framework/grid/row-grouping/batchRemover.mjs +0 -50
  58. package/esm2022/app/eo-framework/grid/row-grouping/group-stage.mjs +0 -623
  59. package/esm2022/app/eo-framework/grid/row-grouping/row-grouping.module.mjs +0 -8
  60. package/proxy.config.json +0 -97
@@ -1,8 +0,0 @@
1
- import { ModuleNames } from "@ag-grid-community/core";
2
- import { GroupStage } from "./group-stage";
3
- export var RowGroupingModule = {
4
- version: '31.3.2',
5
- moduleName: ModuleNames.RowGroupingModule,
6
- beans: [GroupStage]
7
- };
8
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicm93LWdyb3VwaW5nLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvZW8tZnJhbWV3b3JrL2dyaWQvcm93LWdyb3VwaW5nL3Jvdy1ncm91cGluZy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3RELE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFM0MsTUFBTSxDQUFDLElBQUksaUJBQWlCLEdBQUc7SUFDN0IsT0FBTyxFQUFFLFFBQVE7SUFDakIsVUFBVSxFQUFFLFdBQVcsQ0FBQyxpQkFBaUI7SUFDekMsS0FBSyxFQUFFLENBQUMsVUFBVSxDQUFDO0NBQ3BCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBNb2R1bGVOYW1lcyB9IGZyb20gXCJAYWctZ3JpZC1jb21tdW5pdHkvY29yZVwiO1xuaW1wb3J0IHsgR3JvdXBTdGFnZSB9IGZyb20gXCIuL2dyb3VwLXN0YWdlXCI7XG5cbmV4cG9ydCB2YXIgUm93R3JvdXBpbmdNb2R1bGUgPSB7XG4gIHZlcnNpb246ICczMS4zLjInLFxuICBtb2R1bGVOYW1lOiBNb2R1bGVOYW1lcy5Sb3dHcm91cGluZ01vZHVsZSxcbiAgYmVhbnM6IFtHcm91cFN0YWdlXVxufTtcbiJdfQ==
package/proxy.config.json DELETED
@@ -1,97 +0,0 @@
1
- {
2
- "/viewer/*": {
3
- "target": "http://127.0.0.1:4300/",
4
- "secure": false,
5
- "logLevel": "debug"
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
- },
22
- "/rest-ws/*": {
23
- "target": "http://127.0.0.1:4300/",
24
- "secure": false,
25
- "logLevel": "debug"
26
- },
27
- "/search/*": {
28
- "target": "http://127.0.0.1:4300/",
29
- "secure": false,
30
- "logLevel": "debug"
31
- },
32
- "/structure/*": {
33
- "target": "http://127.0.0.1:4300/",
34
- "secure": false,
35
- "logLevel": "debug"
36
- },
37
- "/inboxservice/*": {
38
- "target": "http://127.0.0.1:4300/",
39
- "secure": false,
40
- "logLevel": "debug"
41
- },
42
- "/bpm/*": {
43
- "target": "http://127.0.0.1:4300/",
44
- "secure": false,
45
- "logLevel": "debug"
46
- },
47
- "/agent/*": {
48
- "target": "http://127.0.0.1:4300/",
49
- "secure": false,
50
- "logLevel": "debug"
51
- },
52
- "/login*": {
53
- "target": "http://127.0.0.1:4300/",
54
- "secure": false,
55
- "logLevel": "debug"
56
- },
57
- "/auth/info*": {
58
- "target": "http://127.0.0.1:4300/",
59
- "secure": false,
60
- "logLevel": "debug"
61
- },
62
- "/tenant/*": {
63
- "target": "http://127.0.0.1:4300/",
64
- "secure": false,
65
- "logLevel": "debug"
66
- },
67
- "/auth/*": {
68
- "target": "http://127.0.0.1:4300/",
69
- "secure": false,
70
- "logLevel": "debug"
71
- },
72
- "/oauth/*": {
73
- "target": "http://127.0.0.1:4300/",
74
- "secure": false,
75
- "logLevel": "debug"
76
- },
77
- "/logout*": {
78
- "target": "http://127.0.0.1:4300/",
79
- "secure": false,
80
- "logLevel": "debug"
81
- },
82
- "/status/*": {
83
- "target": "http://127.0.0.1:4300/",
84
- "secure": false,
85
- "logLevel": "debug"
86
- },
87
- "/signing/*": {
88
- "target": "http://127.0.0.1:4300/",
89
- "secure": false,
90
- "logLevel": "debug"
91
- },
92
- "/app/api/*": {
93
- "target": "http://127.0.0.1:4300/",
94
- "secure": false,
95
- "logLevel": "debug"
96
- }
97
- }