@eo-sdk/client 9.0.0-rc.1 → 9.0.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 (48) hide show
  1. package/app/eo-framework/grid/extensions/filter/text/text-filter.component.d.ts +5 -1
  2. package/app/eo-framework/object-form/object-form/form-element/form-element.component.d.ts +1 -2
  3. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +4 -3
  4. package/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.d.ts +0 -2
  5. package/app/eo-framework/object-form/object-form/object-form.component.d.ts +1 -2
  6. package/app/eo-framework/object-form/object-form-options.interface.d.ts +2 -0
  7. package/app/eo-framework/result-list/result-list.component.d.ts +9 -3
  8. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +1 -1
  9. package/assets/_default/config/main.json +2 -1
  10. package/assets/_default/i18n/de.json +1 -0
  11. package/assets/_default/i18n/en.json +1 -0
  12. package/assets/_default/theme/favicon.ico +0 -0
  13. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +1 -1
  14. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
  15. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +2 -2
  16. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
  17. package/bundles/eo-sdk-client.umd.js +2687 -2648
  18. package/bundles/eo-sdk-client.umd.js.map +1 -1
  19. package/bundles/eo-sdk-client.umd.min.js +1 -1
  20. package/bundles/eo-sdk-client.umd.min.js.map +1 -1
  21. package/eo-sdk-client.d.ts +6 -5
  22. package/eo-sdk-client.metadata.json +1 -1
  23. package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
  24. package/esm2015/app/eo-framework/grid/extensions/filter/text/text-filter.component.js +19 -5
  25. package/esm2015/app/eo-framework/inbox-details/inbox-details.component.js +3 -2
  26. package/esm2015/app/eo-framework/media/media.component.js +8 -8
  27. package/esm2015/app/eo-framework/object-details/object-details.component.js +3 -2
  28. package/esm2015/app/eo-framework/object-form/object-form/form-element/form-element.component.js +2 -3
  29. package/esm2015/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.js +7 -6
  30. package/esm2015/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.js +2 -3
  31. package/esm2015/app/eo-framework/object-form/object-form/object-form.component.js +5 -3
  32. package/esm2015/app/eo-framework/object-form/object-form-edit/object-form-edit.component.js +4 -2
  33. package/esm2015/app/eo-framework/object-form/object-form-options.interface.js +1 -1
  34. package/esm2015/app/eo-framework/object-form/object-form.module.js +1 -3
  35. package/esm2015/app/eo-framework/result-list/result-list.component.js +28 -7
  36. package/esm2015/app/eo-framework/result-list/result-list.module.js +4 -2
  37. package/esm2015/app/eo-framework/ui/eo-dialog/eo-dialog.component.js +3 -4
  38. package/esm2015/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.js +2 -2
  39. package/esm2015/eo-sdk-client.js +7 -6
  40. package/esm2015/projects/eo-sdk/core/lib/model/baseparams.model.js +1 -1
  41. package/esm2015/projects/eo-sdk/core/lib/service/auth/auth.service.js +2 -2
  42. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +1 -1
  43. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
  44. package/fesm2015/eo-sdk-client.js +2492 -2454
  45. package/fesm2015/eo-sdk-client.js.map +1 -1
  46. package/package.json +2 -2
  47. package/projects/eo-sdk/core/lib/model/baseparams.model.d.ts +4 -0
  48. package/projects/eo-sdk/core/package.json +1 -1
@@ -2,11 +2,11 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './public_api';
5
- export { EoClientRoutingModule as ɵcs } from './app/eo-client/eo-client-routing.module';
6
- export { InboxStateRoutingModule as ɵcq } from './app/eo-client/inbox-state/inbox-state-routing.module';
7
- export { ObjectStateRoutingModule as ɵcp } from './app/eo-client/object-state/object-state-routing.module';
8
- export { PrepareStateRoutingModule as ɵcr } from './app/eo-client/prepare-state/prepare-state-routing.module';
9
- export { ProcessStateComponent as ɵct } from './app/eo-client/process-state/process-state.component';
5
+ export { EoClientRoutingModule as ɵct } from './app/eo-client/eo-client-routing.module';
6
+ export { InboxStateRoutingModule as ɵcr } from './app/eo-client/inbox-state/inbox-state-routing.module';
7
+ export { ObjectStateRoutingModule as ɵcq } from './app/eo-client/object-state/object-state-routing.module';
8
+ export { PrepareStateRoutingModule as ɵcs } from './app/eo-client/prepare-state/prepare-state-routing.module';
9
+ export { ProcessStateComponent as ɵcu } from './app/eo-client/process-state/process-state.component';
10
10
  export { PendingChangesService as ɵe } from './app/eo-framework-core';
11
11
  export { PendingChangesGuard as ɵa } from './app/eo-framework-core/pending-changes/pending-changes-guard.service';
12
12
  export { PipesModule as ɵf } from './app/eo-framework-core/pipes/pipes.module';
@@ -66,6 +66,7 @@ export { EditIconComponent as ɵcm } from './app/eo-framework/object-details/edi
66
66
  export { PrepareContentExistsInfoComponent as ɵco } from './app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component';
67
67
  export { ProcessFormComponent as ɵw } from './app/eo-framework/process-form/process-form.component';
68
68
  export { ProcessFormModule as ɵv } from './app/eo-framework/process-form/process-form.module';
69
+ export { StoredQueryModule as ɵcp } from './app/eo-framework/stored-query';
69
70
  export { TreeNodeComponent as ɵk } from './app/eo-framework/tree/tree-node/tree-node.component';
70
71
  export { IndexdataSummaryEntryComponent as ɵi } from './app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component';
71
72
  export { QueryScopeSelectComponent as ɵh } from './app/eo-framework/ui/query-scope-select/query-scope-select.component';