@eo-sdk/client 10.6.0-rc.7 → 10.6.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.
- package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts +1 -1
- package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/date/date.component.d.ts +7 -4
- package/app/eo-framework/form-elements/date/date.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/organization/organization.component.d.ts +3 -1
- package/app/eo-framework/form-elements/organization/organization.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/object-form/object-form/form-element-table/form-element-table.component.d.ts +1 -0
- 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/app/eo-framework/object-state-details/object-state-details.component.d.ts +1 -0
- package/app/eo-framework/object-state-details/object-state-details.component.d.ts.map +1 -1
- package/app/eo-framework/tree/tree.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 +3 -2
- package/assets/_default/svg/ic_export.svg +1 -0
- package/assets/_default/svg/ic_import.svg +1 -0
- package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +19 -5
- package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +2 -2
- package/esm2020/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +2 -2
- package/esm2020/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
- package/esm2020/app/eo-client/settings/settings.component.mjs +3 -3
- package/esm2020/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +8 -7
- package/esm2020/app/eo-framework/form-elements/date/date.component.mjs +31 -9
- package/esm2020/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +3 -3
- package/esm2020/app/eo-framework/form-elements/organization/organization.component.mjs +9 -2
- package/esm2020/app/eo-framework/form-elements/reference/reference.component.mjs +3 -3
- package/esm2020/app/eo-framework/form-elements/string/string.component.mjs +3 -3
- package/esm2020/app/eo-framework/grid/filters/codesystem-filter.component.mjs +3 -3
- package/esm2020/app/eo-framework/grid/filters/datetime-filter.component.mjs +3 -3
- 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/object-form/object-form/form-element/form-element.component.mjs +3 -3
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +11 -3
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.mjs +1 -1
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +1 -1
- package/esm2020/app/eo-framework/object-form/object-form-helper.service.mjs +2 -2
- package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +8 -4
- package/esm2020/app/eo-framework/stored-query/stored-query/stored-query.component.mjs +2 -2
- package/esm2020/app/eo-framework/tree/tree.component.mjs +11 -1
- package/esm2020/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +14 -7
- package/esm2020/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +2 -2
- package/fesm2015/eo-sdk-client.mjs +132 -62
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +129 -62
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/misc/scripts/helper.js +1 -1
- package/package.json +3 -3
- package/scss/_migrationTemp.scss +6 -0
- package/scss/_yuuvis-components.scss +4 -3
- package/styles.css +8 -3
package/misc/scripts/helper.js
CHANGED
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.
|
|
5
|
+
"version": "10.6.1",
|
|
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.
|
|
33
|
+
"@eo-sdk/core": "10.6.1",
|
|
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": "^
|
|
38
|
+
"@yuuvis/components": "^1.0.1",
|
|
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
|
@@ -124,11 +124,10 @@ html, body {
|
|
|
124
124
|
margin: 0;
|
|
125
125
|
padding: 0; }
|
|
126
126
|
|
|
127
|
-
.cdk-overlay-pane .eo-dialog {
|
|
128
|
-
height: 100%; }
|
|
129
|
-
|
|
130
127
|
.cdk-overlay-pane yvc-overlay {
|
|
131
128
|
width: 100%; }
|
|
129
|
+
.cdk-overlay-pane yvc-overlay .yvc-modal-content {
|
|
130
|
+
border: 0; }
|
|
132
131
|
|
|
133
132
|
yvc-tabs > header {
|
|
134
133
|
--yvc-tab-nav-button-margin: 1px; }
|
|
@@ -859,6 +858,12 @@ yvc-tabs > header > .scroll-x {
|
|
|
859
858
|
yvc-split-tabs yvc-split-view {
|
|
860
859
|
height: 100%; }
|
|
861
860
|
|
|
861
|
+
.yvc-autocomplete yvc-typeahead-input {
|
|
862
|
+
box-sizing: border-box; }
|
|
863
|
+
|
|
864
|
+
.yvc-typeahead-input input {
|
|
865
|
+
width: 100%; }
|
|
866
|
+
|
|
862
867
|
#toast-container.toast-bottom-right {
|
|
863
868
|
right: calc(var(--app-pane-padding) / 2);
|
|
864
869
|
bottom: calc(var(--app-pane-padding) / 2 - 6px); }
|