@eo-sdk/client 9.0.0-rc.1 → 9.0.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-framework/object-form/object-form/form-element/form-element.component.d.ts +1 -2
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +4 -3
- package/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.d.ts +0 -2
- package/app/eo-framework/object-form/object-form/object-form.component.d.ts +1 -2
- package/app/eo-framework/object-form/object-form-options.interface.d.ts +2 -0
- package/app/eo-framework/result-list/result-list.component.d.ts +9 -3
- package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +1 -1
- package/assets/_default/config/main.json +2 -1
- package/assets/_default/theme/favicon.ico +0 -0
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +1 -1
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +2 -2
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
- package/bundles/eo-sdk-client.umd.js +2664 -2640
- package/bundles/eo-sdk-client.umd.js.map +1 -1
- package/bundles/eo-sdk-client.umd.min.js +1 -1
- package/bundles/eo-sdk-client.umd.min.js.map +1 -1
- package/eo-sdk-client.d.ts +6 -5
- package/eo-sdk-client.metadata.json +1 -1
- package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
- package/esm2015/app/eo-framework/inbox-details/inbox-details.component.js +3 -2
- package/esm2015/app/eo-framework/media/media.component.js +8 -8
- package/esm2015/app/eo-framework/object-form/object-form/form-element/form-element.component.js +2 -3
- package/esm2015/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.js +7 -6
- package/esm2015/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.js +2 -3
- package/esm2015/app/eo-framework/object-form/object-form/object-form.component.js +5 -3
- package/esm2015/app/eo-framework/object-form/object-form-edit/object-form-edit.component.js +4 -2
- package/esm2015/app/eo-framework/object-form/object-form-options.interface.js +1 -1
- package/esm2015/app/eo-framework/object-form/object-form.module.js +1 -3
- package/esm2015/app/eo-framework/result-list/result-list.component.js +28 -7
- package/esm2015/app/eo-framework/result-list/result-list.module.js +4 -2
- package/esm2015/app/eo-framework/ui/eo-dialog/eo-dialog.component.js +3 -4
- package/esm2015/eo-sdk-client.js +7 -6
- package/esm2015/projects/eo-sdk/core/lib/service/auth/auth.service.js +2 -2
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +1 -1
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
- package/fesm2015/eo-sdk-client.js +2477 -2454
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +2 -2
- package/projects/eo-sdk/core/package.json +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": "9.0.0-rc.
|
|
5
|
+
"version": "9.0.0-rc.2",
|
|
6
6
|
"main": "bundles/eo-sdk-client.umd.js",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"angular-cli": {},
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@angular/platform-browser": "11.2.0",
|
|
30
30
|
"@angular/platform-browser-dynamic": "11.2.0",
|
|
31
31
|
"@angular/router": "11.2.0",
|
|
32
|
-
"@eo-sdk/core": "9.0.0-rc.
|
|
32
|
+
"@eo-sdk/core": "9.0.0-rc.2",
|
|
33
33
|
"@ngx-pwa/local-storage": "11.1.0",
|
|
34
34
|
"@ngx-translate/core": "13.0.0",
|
|
35
35
|
"@types/lodash": "4.14.88",
|