@eo-sdk/client 11.14.0-rc.4 → 11.14.0-rc.6
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/inbox-state/inbox-state/inbox-state.component.d.ts.map +1 -1
- package/app/eo-client/process-state/process-state.component.d.ts +1 -0
- package/app/eo-client/process-state/process-state.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/context-search/context-search.component.d.ts +3 -2
- package/app/eo-framework/app-shell/app-bar/context-search/context-search.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts +10 -8
- package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element/form-element.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +21 -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/object-form.component.d.ts.map +1 -1
- package/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.d.ts +19 -0
- package/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.d.ts.map +1 -1
- package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +20 -2
- package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +2 -2
- package/esm2022/app/eo-client/process-state/process-state.component.mjs +8 -7
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +4 -1
- package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +6 -1
- package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +8 -6
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +32 -28
- package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +4 -4
- package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +2 -2
- package/esm2022/app/eo-framework/grid/extensions/reset-filter/reset-filter.component.mjs +3 -4
- package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +2 -2
- package/esm2022/app/eo-framework/grid/filters/organization-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +4 -2
- package/esm2022/app/eo-framework/media/media.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +2 -5
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +57 -14
- package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -1
- package/esm2022/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +37 -3
- package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +2 -2
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +5 -5
- package/fesm2022/eo-sdk-client.mjs +193 -82
- package/fesm2022/eo-sdk-client.mjs.map +1 -1
- package/package.json +2 -2
- package/scss/_yuuvis-components.scss +4 -0
- package/styles.css +16 -0
- package/styles.scss +14 -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": "11.14.0-rc.
|
|
5
|
+
"version": "11.14.0-rc.6",
|
|
6
6
|
"main": "electron/main.js",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"angular-cli": {},
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@angular/platform-browser-dynamic": "18.1.0",
|
|
32
32
|
"@angular/router": "18.1.0",
|
|
33
33
|
"@carbon/charts-angular": "1.16.3",
|
|
34
|
-
"@eo-sdk/core": "11.14.0-rc.
|
|
34
|
+
"@eo-sdk/core": "11.14.0-rc.6",
|
|
35
35
|
"@ngneat/until-destroy": "^10.0.0",
|
|
36
36
|
"@ngx-pwa/local-storage": "^18.0.0",
|
|
37
37
|
"@ngx-translate/core": "^15.0.0",
|
package/styles.css
CHANGED
|
@@ -148,6 +148,10 @@ html, body {
|
|
|
148
148
|
border: 0;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
+
.cdk-overlay-connected-position-bounding-box {
|
|
152
|
+
height: 660px !important;
|
|
153
|
+
}
|
|
154
|
+
|
|
151
155
|
yvc-tabs > header {
|
|
152
156
|
--yvc-tab-nav-button-margin: 1px;
|
|
153
157
|
}
|
|
@@ -1114,4 +1118,16 @@ body, input, textarea {
|
|
|
1114
1118
|
|
|
1115
1119
|
.dark ::-webkit-scrollbar-thumb {
|
|
1116
1120
|
background-color: rgba(255, 255, 255, 0.2);
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
.innerWrapper .empty-container {
|
|
1124
|
+
display: flex;
|
|
1125
|
+
justify-content: center;
|
|
1126
|
+
align-items: center;
|
|
1127
|
+
height: 100%;
|
|
1128
|
+
}
|
|
1129
|
+
.innerWrapper .empty-container .nofile {
|
|
1130
|
+
width: 128px;
|
|
1131
|
+
height: 128px;
|
|
1132
|
+
opacity: 0.09;
|
|
1117
1133
|
}
|
package/styles.scss
CHANGED
|
@@ -139,3 +139,17 @@ body, input, textarea {
|
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
+
.innerWrapper {
|
|
143
|
+
.empty-container {
|
|
144
|
+
display: flex;
|
|
145
|
+
justify-content: center;
|
|
146
|
+
align-items: center;
|
|
147
|
+
height: 100%;
|
|
148
|
+
.nofile {
|
|
149
|
+
width: 128px;
|
|
150
|
+
height: 128px;
|
|
151
|
+
opacity: 0.09;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|