@eo-sdk/client 10.6.0-rc.1 → 10.6.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/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts +1 -0
- package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +13 -4
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +12 -1
- package/assets/_default/i18n/en.json +11 -0
- package/assets/_default/svg/ic_upload2.svg +1 -0
- package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2020/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +19 -5
- package/esm2020/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +22 -6
- package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +13 -4
- package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +15 -4
- package/esm2020/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +6 -7
- package/esm2020/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +11 -3
- package/esm2020/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.mjs +1 -1
- package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +1 -1
- package/esm2020/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.mjs +2 -2
- package/esm2020/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +1 -1
- package/esm2020/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +1 -1
- package/esm2020/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +1 -1
- package/esm2020/app/eo-framework/form-elements/organization/organization.component.mjs +1 -1
- package/esm2020/app/eo-framework/form-elements/reference/reference.component.mjs +1 -1
- package/esm2020/app/eo-framework/form-elements/string/string.component.mjs +1 -1
- package/esm2020/app/eo-framework/grid/filters/codesystem-filter.component.mjs +1 -1
- package/esm2020/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +1 -1
- package/esm2020/app/eo-framework/grid/filters/organization-filter.component.mjs +1 -1
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +140 -15
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +2 -1
- package/fesm2015/eo-sdk-client.mjs +225 -44
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +224 -41
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/package.json +3 -3
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": "10.6.0-rc.
|
|
5
|
+
"version": "10.6.0-rc.2",
|
|
6
6
|
"main": "electron/main.js",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"angular-cli": {},
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"@angular/platform-browser-dynamic": "15.2.2",
|
|
31
31
|
"@angular/router": "15.2.2",
|
|
32
32
|
"@carbon/charts-angular": "^1.8.1",
|
|
33
|
-
"@eo-sdk/core": "10.6.0-rc.
|
|
33
|
+
"@eo-sdk/core": "10.6.0-rc.2",
|
|
34
34
|
"@ngneat/until-destroy": "^10.0.0",
|
|
35
35
|
"@ngx-pwa/local-storage": "15.0.0",
|
|
36
36
|
"@ngx-translate/core": "14.0.0",
|
|
37
37
|
"@types/lodash": "4.14.88",
|
|
38
|
-
"@yuuvis/components": "^0.0.
|
|
38
|
+
"@yuuvis/components": "^0.0.63",
|
|
39
39
|
"@yuuvis/widget-grid": "^0.4.6",
|
|
40
40
|
"core-js": "^2.5.4",
|
|
41
41
|
"file-saver": "^2.0.5",
|