@eo-sdk/client 10.6.0-rc.11 → 10.6.0-rc.12
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/form-elements/codesystem/codesystem.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +0 -1
- package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
- package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +3 -2
- package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts.map +1 -1
- package/assets/_default/i18n/en.json +2 -1
- package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2020/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +2 -1
- package/esm2020/app/eo-framework/form-elements/date/date.component.mjs +1 -1
- package/esm2020/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +3 -3
- package/esm2020/app/eo-framework/grid/filters/datetime-filter.component.mjs +1 -1
- package/esm2020/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -3
- package/esm2020/app/eo-framework/grid/grid.component.mjs +2 -2
- package/esm2020/app/eo-framework/object-details/object-details.component.mjs +3 -7
- package/esm2020/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +8 -2
- package/fesm2015/eo-sdk-client.mjs +20 -17
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +20 -17
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/package.json +3 -3
- package/scss/_migrationTemp.scss +6 -0
- package/styles.css +6 -0
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.12",
|
|
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.12",
|
|
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.71",
|
|
39
39
|
"@yuuvis/widget-grid": "1.0.2",
|
|
40
40
|
"core-js": "^2.5.4",
|
|
41
41
|
"file-saver": "^2.0.5",
|
package/scss/_migrationTemp.scss
CHANGED
package/styles.css
CHANGED
|
@@ -861,6 +861,12 @@ yvc-tabs > header > .scroll-x {
|
|
|
861
861
|
yvc-split-tabs yvc-split-view {
|
|
862
862
|
height: 100%; }
|
|
863
863
|
|
|
864
|
+
.yvc-autocomplete yvc-typeahead-input {
|
|
865
|
+
box-sizing: border-box; }
|
|
866
|
+
|
|
867
|
+
.yvc-typeahead-input input {
|
|
868
|
+
width: 100%; }
|
|
869
|
+
|
|
864
870
|
#toast-container.toast-bottom-right {
|
|
865
871
|
right: calc(var(--app-pane-padding) / 2);
|
|
866
872
|
bottom: calc(var(--app-pane-padding) / 2 - 6px); }
|