@eo-sdk/client 11.0.0-rc.2 → 11.0.0-rc.5
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/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +17 -0
- 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 +25 -16
- package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts +7 -0
- package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.d.ts +2 -0
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.d.ts +1 -0
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.d.ts.map +1 -1
- package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts.map +1 -1
- package/app/eo-client/stored-queries-state/stored-queries-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/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
- package/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.d.ts.map +1 -1
- package/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/filters/codesystem-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/filters/datetime-filter.component.d.ts +0 -8
- package/app/eo-framework/grid/filters/datetime-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/filters/dynamic-list-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/grid.component.d.ts +1 -1
- package/app/eo-framework/grid/grid.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +6 -2
- 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 +2 -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-script/object-form-script.service.d.ts.map +1 -1
- package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
- package/app/eo-framework/util/services/utilities.service.d.ts +190 -0
- package/app/eo-framework/util/services/utilities.service.d.ts.map +1 -1
- package/app/eo-framework-core/api/grid.service.d.ts +1 -5
- package/app/eo-framework-core/api/grid.service.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +13 -0
- package/assets/_default/i18n/en.json +17 -4
- package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +120 -12
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +87 -25
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/icharts.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +6 -4
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.mjs +7 -3
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.mjs +1 -1
- package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +3 -3
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +7 -10
- package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +4 -4
- package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +6 -6
- package/esm2022/app/eo-client/process-state/process-state.component.mjs +3 -3
- package/esm2022/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +4 -4
- package/esm2022/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +4 -5
- package/esm2022/app/eo-client/version-state/version-state.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +3 -2
- package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +7 -5
- package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +6 -1
- package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +1 -14
- package/esm2022/app/eo-framework/grid/filters/datetime-filter.component.mjs +6 -33
- package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +1 -17
- package/esm2022/app/eo-framework/grid/filters/filesize-filter.component.mjs +2 -2
- package/esm2022/app/eo-framework/grid/grid.component.mjs +11 -12
- package/esm2022/app/eo-framework/object-details/object-details.component.mjs +42 -12
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +18 -27
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +2 -2
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +4 -4
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-scripting-scope.mjs +7 -7
- package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/quick-search/quick-search/quick-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/result-list/result-list.component.mjs +8 -5
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +2 -2
- package/esm2022/app/eo-framework/util/services/utilities.service.mjs +4 -1
- package/esm2022/app/eo-framework-core/api/grid.service.mjs +9 -22
- package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +2 -2
- package/fesm2022/eo-sdk-client.mjs +386 -246
- package/fesm2022/eo-sdk-client.mjs.map +1 -1
- package/misc/scripts/exclude-core-ng-package.js +11 -0
- package/misc/scripts/prebuild-about-state.js +2 -3
- package/package.json +4 -4
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
var replace = require('replace-in-file');
|
|
2
|
+
var files = './node_modules/ng-packagr/lib/ng-package/discover-packages.js*';
|
|
3
|
+
|
|
4
|
+
replace.sync({
|
|
5
|
+
from: 'const ignore = [\'**/node_modules/**\'',
|
|
6
|
+
to: 'const ignore = [\'**/projects/eo-sdk/core/**\', \'**/node_modules/**\'',
|
|
7
|
+
files: [files]
|
|
8
|
+
});
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
var _ = require('lodash');
|
|
2
1
|
var replace = require('replace-in-file');
|
|
3
2
|
var helper = require('./helper.js');
|
|
4
3
|
var package = helper.getPackageJson();
|
|
@@ -6,7 +5,7 @@ var package = helper.getPackageJson();
|
|
|
6
5
|
var path = './src/app/eo-client/about-state/about-state.component.ts';
|
|
7
6
|
|
|
8
7
|
var deps = function(p, modules) {
|
|
9
|
-
return
|
|
8
|
+
return Object.keys(p.dependencies).map(function(key) {
|
|
10
9
|
var depPjson = require(modules + key + '/package.json');
|
|
11
10
|
return {
|
|
12
11
|
name: key,
|
|
@@ -16,7 +15,7 @@ var deps = function(p, modules) {
|
|
|
16
15
|
});
|
|
17
16
|
};
|
|
18
17
|
|
|
19
|
-
var libraries =
|
|
18
|
+
var libraries = deps(package, '').sort((a, b) => a.name.localeCompare(b.name));
|
|
20
19
|
|
|
21
20
|
replace.sync({
|
|
22
21
|
from: '__coreversion__',
|
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.0.0-rc.
|
|
5
|
+
"version": "11.0.0-rc.5",
|
|
6
6
|
"main": "electron/main.js",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"angular-cli": {},
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
"@angular/platform-browser-dynamic": "17.1.2",
|
|
32
32
|
"@angular/router": "17.1.2",
|
|
33
33
|
"@carbon/charts-angular": "1.14.0",
|
|
34
|
-
"@eo-sdk/core": "11.0.0-rc.
|
|
34
|
+
"@eo-sdk/core": "11.0.0-rc.5",
|
|
35
35
|
"@ngneat/until-destroy": "^10.0.0",
|
|
36
36
|
"@ngx-pwa/local-storage": "17.0.0",
|
|
37
37
|
"@ngx-translate/core": "15.0.0",
|
|
38
|
-
"@
|
|
39
|
-
"@yuuvis/components": "2.0.0",
|
|
38
|
+
"@yuuvis/components": "2.0.1",
|
|
40
39
|
"@yuuvis/widget-grid": "2.0.2",
|
|
41
40
|
"core-js": "^2.5.4",
|
|
42
41
|
"file-saver": "^2.0.5",
|
|
43
42
|
"font-awesome": "4.7.0",
|
|
43
|
+
"lodash-es": "4.17.21",
|
|
44
44
|
"moment": "2.30.1",
|
|
45
45
|
"ngx-toastr": "18.0.0",
|
|
46
46
|
"rxjs": "7.8.1",
|