@eo-sdk/client 11.0.0-beta.1 → 11.0.0-rc.10
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 +2 -23
- package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +28 -5
- 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 +33 -21
- 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 +9 -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 +3 -2
- 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/dashboard/widgets/hitlist-widget/IHitlist.d.ts +7 -0
- package/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts +9 -4
- 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 +2 -2
- package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts +3 -2
- package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts +3 -2
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts +3 -2
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.d.ts +25 -0
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts +15 -6
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.d.ts +7 -0
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.d.ts +18 -0
- package/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.d.ts +10 -0
- package/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts +1 -2
- package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.d.ts +24 -0
- package/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.d.ts +34 -0
- package/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.d.ts.map +1 -0
- package/app/eo-client/eo-client.module.d.ts +29 -23
- package/app/eo-client/eo-client.module.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/login/login.component.d.ts +3 -1
- package/app/eo-client/login/login.component.d.ts.map +1 -1
- package/app/eo-client/process-state/process-state.component.d.ts +3 -5
- package/app/eo-client/process-state/process-state.component.d.ts.map +1 -1
- package/app/eo-client/settings/settings.component.d.ts +4 -11
- package/app/eo-client/settings/settings.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/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts +5 -1
- package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/signature-action/signature-action.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +7 -3
- 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-shell.module.d.ts +17 -16
- package/app/eo-framework/app-shell/app-shell.module.d.ts.map +1 -1
- package/app/eo-framework/app-shell/index.d.ts +1 -0
- package/app/eo-framework/app-shell/index.d.ts.map +1 -1
- package/app/eo-framework/app-shell/license-warning/license-warning.component.d.ts +10 -0
- package/app/eo-framework/app-shell/license-warning/license-warning.component.d.ts.map +1 -0
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts +4 -4
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/string/string.component.d.ts +1 -0
- package/app/eo-framework/form-elements/string/string.component.d.ts.map +1 -1
- package/app/eo-framework/frame/frame.component.d.ts +2 -1
- package/app/eo-framework/frame/frame.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/inbox-details/inbox-details.component.d.ts.map +1 -1
- package/app/eo-framework/media/media.component.d.ts +15 -1
- package/app/eo-framework/media/media.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +9 -3
- 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/object-form/object-form-helper.service.d.ts.map +1 -1
- package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
- package/app/eo-framework/result-list/result-list.component.d.ts +3 -2
- package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts +2 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts.map +1 -1
- package/app/eo-framework/util/services/utilities.service.d.ts +195 -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/app/eo-framework-core/api/plugins.service.d.ts +6 -0
- package/app/eo-framework-core/api/plugins.service.d.ts.map +1 -1
- package/app/eo-framework-core/error-handler/error-handler.service.d.ts.map +1 -1
- package/assets/_default/config/main.json +1 -1
- package/assets/_default/i18n/de.json +48 -11
- package/assets/_default/i18n/en.json +50 -13
- package/assets/_default/svg/ic_noImage.svg +1 -0
- package/assets/_default/svg/ic_photo_library.svg +1 -0
- package/assets/_default/svg/ic_task.svg +1 -0
- package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +21 -69
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +183 -78
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +142 -36
- 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 +21 -13
- 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/dashboard/widgets/hitlist-widget/IHitlist.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +68 -53
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +7 -8
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +16 -10
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +3 -4
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +15 -9
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +16 -10
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.mjs +85 -0
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +101 -32
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.mjs +2 -0
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +54 -0
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.mjs +24 -0
- package/esm2022/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +4 -7
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.mjs +74 -0
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.mjs +103 -0
- package/esm2022/app/eo-client/eo-client.module.mjs +25 -6
- package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +4 -4
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +25 -11
- package/esm2022/app/eo-client/login/login.component.mjs +14 -11
- package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +5 -5
- package/esm2022/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
- 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 +12 -17
- package/esm2022/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +6 -6
- package/esm2022/app/eo-client/result-state/result-state.component.mjs +1 -1
- package/esm2022/app/eo-client/settings/settings.component.mjs +34 -40
- 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 +5 -5
- package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +6 -6
- package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +23 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +5 -2
- package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +5 -4
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +44 -24
- package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-shell.module.mjs +13 -7
- package/esm2022/app/eo-framework/app-shell/index.mjs +2 -1
- package/esm2022/app/eo-framework/app-shell/license-warning/license-warning.component.mjs +26 -0
- package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +35 -28
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +7 -4
- package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +2 -2
- package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +2 -2
- package/esm2022/app/eo-framework/form-elements/reference/reference.component.mjs +2 -2
- package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +8 -5
- package/esm2022/app/eo-framework/frame/frame.component.mjs +3 -2
- package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +7 -2
- 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 +3 -19
- 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/inbox-details/inbox-details.component.mjs +5 -3
- package/esm2022/app/eo-framework/media/media.component.mjs +68 -19
- package/esm2022/app/eo-framework/object-details/object-details.component.mjs +53 -15
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +19 -28
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +3 -3
- 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 +11 -7
- package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +6 -1
- package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +15 -4
- package/esm2022/app/eo-framework/process/history/process-history.component.mjs +2 -2
- package/esm2022/app/eo-framework/quick-search/quick-search/quick-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +1 -1
- package/esm2022/app/eo-framework/result-list/result-list.component.mjs +34 -5
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +18 -5
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +6 -3
- package/esm2022/app/eo-framework/ui/overlay/overlay.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 +34 -45
- package/esm2022/app/eo-framework-core/api/plugins.service.mjs +44 -2
- package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +6 -6
- package/fesm2022/eo-sdk-client.mjs +1589 -805
- 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 +6 -6
- package/proxy.config.json +15 -0
|
@@ -25,6 +25,7 @@ export declare class IndexdataSummaryComponent implements OnInit {
|
|
|
25
25
|
set dmsObject(item: DmsObject);
|
|
26
26
|
baseparams: BaseParams;
|
|
27
27
|
enableVersions: boolean;
|
|
28
|
+
isChangesTab: boolean;
|
|
28
29
|
set diff({ indexdata, indexdata2, baseparams, baseparams2 }: {
|
|
29
30
|
indexdata: any;
|
|
30
31
|
indexdata2: any;
|
|
@@ -43,7 +44,7 @@ export declare class IndexdataSummaryComponent implements OnInit {
|
|
|
43
44
|
getStorageInfos(): void;
|
|
44
45
|
ngOnInit(): void;
|
|
45
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<IndexdataSummaryComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IndexdataSummaryComponent, "eo-indexdata-summary", never, { "indexdata": { "alias": "indexdata"; "required": false; }; "dmsObject": { "alias": "dmsObject"; "required": false; }; "baseparams": { "alias": "baseparams"; "required": false; }; "enableVersions": { "alias": "enableVersions"; "required": false; }; "diff": { "alias": "diff"; "required": false; }; }, {}, never, never, false, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IndexdataSummaryComponent, "eo-indexdata-summary", never, { "indexdata": { "alias": "indexdata"; "required": false; }; "dmsObject": { "alias": "dmsObject"; "required": false; }; "baseparams": { "alias": "baseparams"; "required": false; }; "enableVersions": { "alias": "enableVersions"; "required": false; }; "isChangesTab": { "alias": "isChangesTab"; "required": false; }; "diff": { "alias": "diff"; "required": false; }; }, {}, never, never, false, never>;
|
|
47
48
|
}
|
|
48
49
|
export interface IndexData {
|
|
49
50
|
form: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"indexdata-summary.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAuD,MAAM,EAAE,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAC9G,OAAO,EAAC,UAAU,EAAE,SAAS,EAAS,WAAW,EAAE,UAAU,EAAC,MAAM,cAAc,CAAC;AACnF,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,WAAW,EAAC,MAAM,6CAA6C,CAAC;AAExE,OAAO,EAAC,wBAAwB,EAAC,MAAM,6DAA6D,CAAC;;AAIrG,qBAOa,yBAA0B,YAAW,MAAM;
|
|
1
|
+
{"version":3,"file":"indexdata-summary.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAuD,MAAM,EAAE,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAC9G,OAAO,EAAC,UAAU,EAAE,SAAS,EAAS,WAAW,EAAE,UAAU,EAAC,MAAM,cAAc,CAAC;AACnF,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,WAAW,EAAC,MAAM,6CAA6C,CAAC;AAExE,OAAO,EAAC,wBAAwB,EAAC,MAAM,6DAA6D,CAAC;;AAIrG,qBAOa,yBAA0B,YAAW,MAAM;IA0FnC,SAAS,EAAE,gBAAgB;IACrC,OAAO,EAAE,WAAW;IAC3B,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,EAAE;IA5FZ,iCAAiC,EAAE,OAAO,CAAC;IAC3C,OAAO,CAAC,UAAU,CAAY;IAE9B,UAAU,EAAE,GAAG,EAAE,CAAC;IAClB,UAAU,EAAE,GAAG,EAAE,CAAC;IAClB,YAAY,EAAE,GAAG,EAAE,CAAC;IACpB,IAAI,EAAE,SAAS,CAAC;IAChB,WAAW,UAAS;IACpB,WAAW,UAAS;IACpB,UAAU,UAAS;IACnB,UAAU,UAAS;IAGY,gBAAgB,EAAE,wBAAwB,CAAC;IAE1E,IACI,SAAS,CAAC,EAAE,EAAE,SAAS,EAI1B;IAED,IACI,SAAS,CAAC,IAAI,EAAE,SAAS,EAQ5B;IAEQ,UAAU,EAAE,UAAU,CAAC;IACvB,cAAc,UAAQ;IACtB,YAAY,UAAS;IAE9B,IAAa,IAAI,CAAC,EAAC,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAC;;;;;KAAA,EA4BjE;IAED,MAAM,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,QAAQ,EAAE,GAAG,EAAO,EAAE,UAAU,EAAE,GAAG,EAAE,EAAE,KAAK,UAAQ;gBAqB5D,SAAS,EAAE,gBAAgB,EACrC,OAAO,EAAE,WAAW,EACnB,UAAU,EAAE,UAAU,EACtB,WAAW,EAAE,WAAW,EACxB,EAAE,EAAE,iBAAiB;IAG/B,YAAY,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,GAAE,GAAQ;IAMvC,cAAc,CAAC,OAAO,EAAE,MAAM;IAK9B,OAAO,CAAC,KAAK,EAAE,MAAM;IAKrB,gBAAgB,CAAC,EAAE,EAAE,SAAS,EAAE,KAAK,SAAI,EAAE,KAAK,UAAQ;IAIxD,gBAAgB,CAAC,IAAI,EAAE,OAAO;IAI9B,mBAAmB,CAAC,IAAI,EAAE,OAAO;IAIjC,YAAY,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIxB,eAAe;IAWf,QAAQ;yCA5IG,yBAAyB;2CAAzB,yBAAyB;CA+IrC;AAED,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,GAAG,CAAC;IACV,IAAI,EAAE,GAAG,CAAC;CACX"}
|
|
@@ -3,6 +3,201 @@ export declare class UtilitiesService {
|
|
|
3
3
|
static isEdge(): boolean;
|
|
4
4
|
static isEmpty(obj: any): boolean;
|
|
5
5
|
static isEmptyOrFalse(val: any): boolean;
|
|
6
|
+
static lodash: {
|
|
7
|
+
assign: {
|
|
8
|
+
<TObject, TSource>(object: TObject, source: TSource): TObject & TSource;
|
|
9
|
+
<TObject_1, TSource1, TSource2>(object: TObject_1, source1: TSource1, source2: TSource2): TObject_1 & TSource1 & TSource2;
|
|
10
|
+
<TObject_2, TSource1_1, TSource2_1, TSource3>(object: TObject_2, source1: TSource1_1, source2: TSource2_1, source3: TSource3): TObject_2 & TSource1_1 & TSource2_1 & TSource3;
|
|
11
|
+
<TObject_3, TSource1_2, TSource2_2, TSource3_1, TSource4>(object: TObject_3, source1: TSource1_2, source2: TSource2_2, source3: TSource3_1, source4: TSource4): TObject_3 & TSource1_2 & TSource2_2 & TSource3_1 & TSource4;
|
|
12
|
+
<TObject_4>(object: TObject_4): TObject_4;
|
|
13
|
+
(object: any, ...otherArgs: any[]): any;
|
|
14
|
+
};
|
|
15
|
+
bind: import("lodash").FunctionBind;
|
|
16
|
+
camelCase: (string?: string) => string;
|
|
17
|
+
capitalize: (string?: string) => string;
|
|
18
|
+
ceil: (n: number, precision?: number) => number;
|
|
19
|
+
chunk: <T>(array: import("lodash").List<T>, size?: number) => T[][];
|
|
20
|
+
clone: <T_1>(value: T_1) => T_1;
|
|
21
|
+
cloneDeep: <T_2>(value: T_2) => T_2;
|
|
22
|
+
concat: <T_3>(...values: import("lodash").Many<T_3>[]) => T_3[];
|
|
23
|
+
debounce: {
|
|
24
|
+
<T_4 extends (...args: any) => any>(func: T_4, wait: number, options: import("lodash").DebounceSettingsLeading): import("lodash").DebouncedFuncLeading<T_4>;
|
|
25
|
+
<T_5 extends (...args: any) => any>(func: T_5, wait?: number, options?: import("lodash").DebounceSettings): import("lodash").DebouncedFunc<T_5>;
|
|
26
|
+
};
|
|
27
|
+
each: {
|
|
28
|
+
<T_6>(collection: T_6[], iteratee?: import("lodash").ArrayIterator<T_6, any>): T_6[];
|
|
29
|
+
(collection: string, iteratee?: import("lodash").StringIterator<any>): string;
|
|
30
|
+
<T_7>(collection: import("lodash").List<T_7>, iteratee?: import("lodash").ListIterator<T_7, any>): import("lodash").List<T_7>;
|
|
31
|
+
<T_8 extends object>(collection: T_8, iteratee?: import("lodash").ObjectIterator<T_8, any>): T_8;
|
|
32
|
+
<T_9, TArray extends T_9[]>(collection: TArray & T_9[], iteratee?: import("lodash").ArrayIterator<T_9, any>): TArray;
|
|
33
|
+
<TString extends string>(collection: TString, iteratee?: import("lodash").StringIterator<any>): TString;
|
|
34
|
+
<T_10, TList extends import("lodash").List<T_10>>(collection: TList & import("lodash").List<T_10>, iteratee?: import("lodash").ListIterator<T_10, any>): TList;
|
|
35
|
+
<T_11 extends object>(collection: T_11, iteratee?: import("lodash").ObjectIterator<T_11, any>): T_11;
|
|
36
|
+
};
|
|
37
|
+
endsWith: (string?: string, target?: string, position?: number) => boolean;
|
|
38
|
+
entries: {
|
|
39
|
+
<T_12>(object?: import("lodash").Dictionary<T_12> | import("lodash").NumericDictionary<T_12>): [string, T_12][];
|
|
40
|
+
(object?: object): [string, any][];
|
|
41
|
+
};
|
|
42
|
+
escape: (string?: string) => string;
|
|
43
|
+
every: {
|
|
44
|
+
<T_13>(collection: import("lodash").List<T_13>, predicate?: import("lodash").ListIterateeCustom<T_13, boolean>): boolean;
|
|
45
|
+
<T_14 extends object>(collection: T_14, predicate?: import("lodash").ObjectIterateeCustom<T_14, boolean>): boolean;
|
|
46
|
+
};
|
|
47
|
+
extend: {
|
|
48
|
+
<TObject, TSource>(object: TObject, source: TSource): TObject & TSource;
|
|
49
|
+
<TObject_1, TSource1, TSource2>(object: TObject_1, source1: TSource1, source2: TSource2): TObject_1 & TSource1 & TSource2;
|
|
50
|
+
<TObject_2, TSource1_1, TSource2_1, TSource3>(object: TObject_2, source1: TSource1_1, source2: TSource2_1, source3: TSource3): TObject_2 & TSource1_1 & TSource2_1 & TSource3;
|
|
51
|
+
<TObject_3, TSource1_2, TSource2_2, TSource3_1, TSource4>(object: TObject_3, source1: TSource1_2, source2: TSource2_2, source3: TSource3_1, source4: TSource4): TObject_3 & TSource1_2 & TSource2_2 & TSource3_1 & TSource4;
|
|
52
|
+
<TObject_4>(object: TObject_4): TObject_4;
|
|
53
|
+
<TResult>(object: any, ...otherArgs: any[]): TResult;
|
|
54
|
+
};
|
|
55
|
+
filter: {
|
|
56
|
+
(collection: string, predicate?: import("lodash").StringIterator<boolean>): string[];
|
|
57
|
+
<T_15, S extends T_15>(collection: import("lodash").List<T_15>, predicate: import("lodash").ListIteratorTypeGuard<T_15, S>): S[];
|
|
58
|
+
<T_16>(collection: import("lodash").List<T_16>, predicate?: import("lodash").ListIterateeCustom<T_16, boolean>): T_16[];
|
|
59
|
+
<T_17 extends object, S_1 extends T_17[keyof T_17]>(collection: T_17, predicate: import("lodash").ObjectIteratorTypeGuard<T_17, S_1>): S_1[];
|
|
60
|
+
<T_18 extends object>(collection: T_18, predicate?: import("lodash").ObjectIterateeCustom<T_18, boolean>): T_18[keyof T_18][];
|
|
61
|
+
};
|
|
62
|
+
find: {
|
|
63
|
+
<T_19, S_2 extends T_19>(collection: import("lodash").List<T_19>, predicate: import("lodash").ListIteratorTypeGuard<T_19, S_2>, fromIndex?: number): S_2;
|
|
64
|
+
<T_20>(collection: import("lodash").List<T_20>, predicate?: import("lodash").ListIterateeCustom<T_20, boolean>, fromIndex?: number): T_20;
|
|
65
|
+
<T_21 extends object, S_3 extends T_21[keyof T_21]>(collection: T_21, predicate: import("lodash").ObjectIteratorTypeGuard<T_21, S_3>, fromIndex?: number): S_3;
|
|
66
|
+
<T_22 extends object>(collection: T_22, predicate?: import("lodash").ObjectIterateeCustom<T_22, boolean>, fromIndex?: number): T_22[keyof T_22];
|
|
67
|
+
};
|
|
68
|
+
findIndex: <T_23>(array: import("lodash").List<T_23>, predicate?: import("lodash").ListIterateeCustom<T_23, boolean>, fromIndex?: number) => number;
|
|
69
|
+
findKey: <T_24>(object: T_24, predicate?: import("lodash").ObjectIteratee<T_24>) => string;
|
|
70
|
+
first: <T_25>(array: import("lodash").List<T_25>) => T_25;
|
|
71
|
+
flatMap: {
|
|
72
|
+
<T_26>(collection: import("lodash").Dictionary<import("lodash").Many<T_26>> | import("lodash").NumericDictionary<import("lodash").Many<T_26>>): T_26[];
|
|
73
|
+
(collection: object): any[];
|
|
74
|
+
<T_27, TResult_1>(collection: import("lodash").List<T_27>, iteratee: import("lodash").ListIterator<T_27, import("lodash").Many<TResult_1>>): TResult_1[];
|
|
75
|
+
<T_28 extends object, TResult_2>(collection: T_28, iteratee: import("lodash").ObjectIterator<T_28, import("lodash").Many<TResult_2>>): TResult_2[];
|
|
76
|
+
(collection: object, iteratee: string): any[];
|
|
77
|
+
(collection: object, iteratee: object): boolean[];
|
|
78
|
+
};
|
|
79
|
+
floor: (n: number, precision?: number) => number;
|
|
80
|
+
forEach: {
|
|
81
|
+
<T_6>(collection: T_6[], iteratee?: import("lodash").ArrayIterator<T_6, any>): T_6[];
|
|
82
|
+
(collection: string, iteratee?: import("lodash").StringIterator<any>): string;
|
|
83
|
+
<T_7>(collection: import("lodash").List<T_7>, iteratee?: import("lodash").ListIterator<T_7, any>): import("lodash").List<T_7>;
|
|
84
|
+
<T_8 extends object>(collection: T_8, iteratee?: import("lodash").ObjectIterator<T_8, any>): T_8;
|
|
85
|
+
<T_9, TArray extends T_9[]>(collection: TArray & T_9[], iteratee?: import("lodash").ArrayIterator<T_9, any>): TArray;
|
|
86
|
+
<TString extends string>(collection: TString, iteratee?: import("lodash").StringIterator<any>): TString;
|
|
87
|
+
<T_10, TList extends import("lodash").List<T_10>>(collection: TList & import("lodash").List<T_10>, iteratee?: import("lodash").ListIterator<T_10, any>): TList;
|
|
88
|
+
<T_11 extends object>(collection: T_11, iteratee?: import("lodash").ObjectIterator<T_11, any>): T_11;
|
|
89
|
+
};
|
|
90
|
+
forOwn: {
|
|
91
|
+
<T_29>(object: T_29, iteratee?: import("lodash").ObjectIterator<T_29, any>): T_29;
|
|
92
|
+
<T_30>(object: T_30, iteratee?: import("lodash").ObjectIterator<T_30, any>): T_30;
|
|
93
|
+
};
|
|
94
|
+
get: {
|
|
95
|
+
<TObject_5 extends object, TKey extends keyof TObject_5>(object: TObject_5, path: TKey | [TKey]): TObject_5[TKey];
|
|
96
|
+
<TObject_6 extends object, TKey_1 extends keyof TObject_6>(object: TObject_6, path: TKey_1 | [TKey_1]): TObject_6[TKey_1];
|
|
97
|
+
<TObject_7 extends object, TKey_2 extends keyof TObject_7, TDefault>(object: TObject_7, path: TKey_2 | [TKey_2], defaultValue: TDefault): TDefault | Exclude<TObject_7[TKey_2], undefined>;
|
|
98
|
+
<TObject_8 extends object, TKey1 extends keyof TObject_8, TKey2 extends keyof TObject_8[TKey1]>(object: TObject_8, path: [TKey1, TKey2]): TObject_8[TKey1][TKey2];
|
|
99
|
+
<TObject_9 extends object, TKey1_1 extends keyof TObject_9, TKey2_1 extends keyof TObject_9[TKey1_1]>(object: TObject_9, path: [TKey1_1, TKey2_1]): TObject_9[TKey1_1][TKey2_1];
|
|
100
|
+
<TObject_10 extends object, TKey1_2 extends keyof TObject_10, TKey2_2 extends keyof TObject_10[TKey1_2], TDefault_1>(object: TObject_10, path: [TKey1_2, TKey2_2], defaultValue: TDefault_1): TDefault_1 | Exclude<TObject_10[TKey1_2][TKey2_2], undefined>;
|
|
101
|
+
<TObject_11 extends object, TKey1_3 extends keyof TObject_11, TKey2_3 extends keyof TObject_11[TKey1_3], TKey3 extends keyof TObject_11[TKey1_3][TKey2_3]>(object: TObject_11, path: [TKey1_3, TKey2_3, TKey3]): TObject_11[TKey1_3][TKey2_3][TKey3];
|
|
102
|
+
<TObject_12 extends object, TKey1_4 extends keyof TObject_12, TKey2_4 extends keyof TObject_12[TKey1_4], TKey3_1 extends keyof TObject_12[TKey1_4][TKey2_4]>(object: TObject_12, path: [TKey1_4, TKey2_4, TKey3_1]): TObject_12[TKey1_4][TKey2_4][TKey3_1];
|
|
103
|
+
<TObject_13 extends object, TKey1_5 extends keyof TObject_13, TKey2_5 extends keyof TObject_13[TKey1_5], TKey3_2 extends keyof TObject_13[TKey1_5][TKey2_5], TDefault_2>(object: TObject_13, path: [TKey1_5, TKey2_5, TKey3_2], defaultValue: TDefault_2): TDefault_2 | Exclude<TObject_13[TKey1_5][TKey2_5][TKey3_2], undefined>;
|
|
104
|
+
<TObject_14 extends object, TKey1_6 extends keyof TObject_14, TKey2_6 extends keyof TObject_14[TKey1_6], TKey3_3 extends keyof TObject_14[TKey1_6][TKey2_6], TKey4 extends keyof TObject_14[TKey1_6][TKey2_6][TKey3_3]>(object: TObject_14, path: [TKey1_6, TKey2_6, TKey3_3, TKey4]): TObject_14[TKey1_6][TKey2_6][TKey3_3][TKey4];
|
|
105
|
+
<TObject_15 extends object, TKey1_7 extends keyof TObject_15, TKey2_7 extends keyof TObject_15[TKey1_7], TKey3_4 extends keyof TObject_15[TKey1_7][TKey2_7], TKey4_1 extends keyof TObject_15[TKey1_7][TKey2_7][TKey3_4]>(object: TObject_15, path: [TKey1_7, TKey2_7, TKey3_4, TKey4_1]): TObject_15[TKey1_7][TKey2_7][TKey3_4][TKey4_1];
|
|
106
|
+
<TObject_16 extends object, TKey1_8 extends keyof TObject_16, TKey2_8 extends keyof TObject_16[TKey1_8], TKey3_5 extends keyof TObject_16[TKey1_8][TKey2_8], TKey4_2 extends keyof TObject_16[TKey1_8][TKey2_8][TKey3_5], TDefault_3>(object: TObject_16, path: [TKey1_8, TKey2_8, TKey3_5, TKey4_2], defaultValue: TDefault_3): TDefault_3 | Exclude<TObject_16[TKey1_8][TKey2_8][TKey3_5][TKey4_2], undefined>;
|
|
107
|
+
<T_31>(object: import("lodash").NumericDictionary<T_31>, path: number): T_31;
|
|
108
|
+
<T_32>(object: import("lodash").NumericDictionary<T_32>, path: number): T_32;
|
|
109
|
+
<T_33, TDefault_4>(object: import("lodash").NumericDictionary<T_33>, path: number, defaultValue: TDefault_4): T_33 | TDefault_4;
|
|
110
|
+
<TDefault_5>(object: null, path: import("lodash").PropertyPath, defaultValue: TDefault_5): TDefault_5;
|
|
111
|
+
(object: null, path: import("lodash").PropertyPath): undefined;
|
|
112
|
+
<TObject_17, TPath extends string>(data: TObject_17, path: TPath): string extends TPath ? any : import("lodash").GetFieldType<TObject_17, TPath>;
|
|
113
|
+
<TObject_18, TPath_1 extends string, TDefault_6 = import("lodash").GetFieldType<TObject_18, TPath_1>>(data: TObject_18, path: TPath_1, defaultValue: TDefault_6): TDefault_6 | Exclude<import("lodash").GetFieldType<TObject_18, TPath_1>, null>;
|
|
114
|
+
(object: any, path: import("lodash").PropertyPath, defaultValue?: any): any;
|
|
115
|
+
};
|
|
116
|
+
groupBy: {
|
|
117
|
+
<T_34>(collection: import("lodash").List<T_34>, iteratee?: import("lodash").ValueIteratee<T_34>): import("lodash").Dictionary<T_34[]>;
|
|
118
|
+
<T_35 extends object>(collection: T_35, iteratee?: import("lodash").ValueIteratee<T_35[keyof T_35]>): import("lodash").Dictionary<T_35[keyof T_35][]>;
|
|
119
|
+
};
|
|
120
|
+
has: <T_36>(object: T_36, path: import("lodash").PropertyPath) => boolean;
|
|
121
|
+
includes: <T_37>(collection: import("lodash").Dictionary<T_37> | import("lodash").NumericDictionary<T_37>, target: T_37, fromIndex?: number) => boolean;
|
|
122
|
+
indexOf: <T_38>(array: import("lodash").List<T_38>, value: T_38, fromIndex?: number) => number;
|
|
123
|
+
isArray: {
|
|
124
|
+
(value?: any): value is any[];
|
|
125
|
+
<T_39>(value?: any): value is any[];
|
|
126
|
+
};
|
|
127
|
+
isDate: (value?: any) => value is Date;
|
|
128
|
+
isEmpty: {
|
|
129
|
+
<T_40 extends {
|
|
130
|
+
__trapAny: any;
|
|
131
|
+
}>(value?: T_40): boolean;
|
|
132
|
+
(value: string): value is "";
|
|
133
|
+
(value: Set<any> | import("lodash").List<any> | Map<any, any>): boolean;
|
|
134
|
+
(value: object): boolean;
|
|
135
|
+
<T_41 extends object>(value: T_41): value is import("lodash").EmptyObjectOf<T_41>;
|
|
136
|
+
(value?: any): boolean;
|
|
137
|
+
};
|
|
138
|
+
isNaN: (value?: any) => boolean;
|
|
139
|
+
isNumber: (value?: any) => value is number;
|
|
140
|
+
isObject: (value?: any) => value is object;
|
|
141
|
+
isString: (value?: any) => value is string;
|
|
142
|
+
join: (array: import("lodash").List<any>, separator?: string) => string;
|
|
143
|
+
keys: (object?: any) => string[];
|
|
144
|
+
map: {
|
|
145
|
+
<T_42, TResult_3>(collection: T_42[], iteratee: import("lodash").ArrayIterator<T_42, TResult_3>): TResult_3[];
|
|
146
|
+
<T_43, TResult_4>(collection: import("lodash").List<T_43>, iteratee: import("lodash").ListIterator<T_43, TResult_4>): TResult_4[];
|
|
147
|
+
<T_44>(collection: import("lodash").Dictionary<T_44> | import("lodash").NumericDictionary<T_44>): T_44[];
|
|
148
|
+
<T_45 extends object, TResult_5>(collection: T_45, iteratee: import("lodash").ObjectIterator<T_45, TResult_5>): TResult_5[];
|
|
149
|
+
<T_46, K extends keyof T_46>(collection: import("lodash").Dictionary<T_46> | import("lodash").NumericDictionary<T_46>, iteratee: K): T_46[K][];
|
|
150
|
+
<T_47>(collection: import("lodash").Dictionary<T_47> | import("lodash").NumericDictionary<T_47>, iteratee?: string): any[];
|
|
151
|
+
<T_48>(collection: import("lodash").Dictionary<T_48> | import("lodash").NumericDictionary<T_48>, iteratee?: object): boolean[];
|
|
152
|
+
};
|
|
153
|
+
orderBy: {
|
|
154
|
+
<T_49>(collection: import("lodash").List<T_49>, iteratees?: import("lodash").Many<import("lodash").ListIterator<T_49, unknown>>, orders?: import("lodash").Many<boolean | "desc" | "asc">): T_49[];
|
|
155
|
+
<T_50>(collection: import("lodash").List<T_50>, iteratees?: import("lodash").Many<import("lodash").ListIteratee<T_50>>, orders?: import("lodash").Many<boolean | "desc" | "asc">): T_50[];
|
|
156
|
+
<T_51 extends object>(collection: T_51, iteratees?: import("lodash").Many<import("lodash").ObjectIterator<T_51, unknown>>, orders?: import("lodash").Many<boolean | "desc" | "asc">): T_51[keyof T_51][];
|
|
157
|
+
<T_52 extends object>(collection: T_52, iteratees?: import("lodash").Many<import("lodash").ObjectIteratee<T_52>>, orders?: import("lodash").Many<boolean | "desc" | "asc">): T_52[keyof T_52][];
|
|
158
|
+
};
|
|
159
|
+
reduce: {
|
|
160
|
+
<T_53, TResult_6>(collection: T_53[], callback: import("lodash").MemoListIterator<T_53, TResult_6, T_53[]>, accumulator: TResult_6): TResult_6;
|
|
161
|
+
<T_54, TResult_7>(collection: import("lodash").List<T_54>, callback: import("lodash").MemoListIterator<T_54, TResult_7, import("lodash").List<T_54>>, accumulator: TResult_7): TResult_7;
|
|
162
|
+
<T_55 extends object, TResult_8>(collection: T_55, callback: import("lodash").MemoObjectIterator<T_55[keyof T_55], TResult_8, T_55>, accumulator: TResult_8): TResult_8;
|
|
163
|
+
<T_56>(collection: T_56[], callback: import("lodash").MemoListIterator<T_56, T_56, T_56[]>): T_56;
|
|
164
|
+
<T_57>(collection: import("lodash").List<T_57>, callback: import("lodash").MemoListIterator<T_57, T_57, import("lodash").List<T_57>>): T_57;
|
|
165
|
+
<T_58 extends object>(collection: T_58, callback: import("lodash").MemoObjectIterator<T_58[keyof T_58], T_58[keyof T_58], T_58>): T_58[keyof T_58];
|
|
166
|
+
};
|
|
167
|
+
remove: <T_59>(array: import("lodash").List<T_59>, predicate?: import("lodash").ListIteratee<T_59>) => T_59[];
|
|
168
|
+
replace: {
|
|
169
|
+
(string: string, pattern: string | RegExp, replacement: string | import("lodash").ReplaceFunction): string;
|
|
170
|
+
(pattern: string | RegExp, replacement: string | import("lodash").ReplaceFunction): string;
|
|
171
|
+
};
|
|
172
|
+
reverse: <TList_1 extends import("lodash").List<any>>(array: TList_1) => TList_1;
|
|
173
|
+
round: (n: number, precision?: number) => number;
|
|
174
|
+
set: {
|
|
175
|
+
<T_60 extends object>(object: T_60, path: import("lodash").PropertyPath, value: any): T_60;
|
|
176
|
+
<TResult_9>(object: object, path: import("lodash").PropertyPath, value: any): TResult_9;
|
|
177
|
+
};
|
|
178
|
+
slice: <T_61>(array: import("lodash").List<T_61>, start?: number, end?: number) => T_61[];
|
|
179
|
+
some: {
|
|
180
|
+
<T_62>(collection: import("lodash").List<T_62>, predicate?: import("lodash").ListIterateeCustom<T_62, boolean>): boolean;
|
|
181
|
+
<T_63 extends object>(collection: T_63, predicate?: import("lodash").ObjectIterateeCustom<T_63, boolean>): boolean;
|
|
182
|
+
};
|
|
183
|
+
sortBy: {
|
|
184
|
+
<T_64>(collection: import("lodash").List<T_64>, ...iteratees: import("lodash").Many<import("lodash").ListIteratee<T_64>>[]): T_64[];
|
|
185
|
+
<T_65 extends object>(collection: T_65, ...iteratees: import("lodash").Many<import("lodash").ObjectIteratee<T_65>>[]): T_65[keyof T_65][];
|
|
186
|
+
};
|
|
187
|
+
split: {
|
|
188
|
+
(string: string, separator?: string | RegExp, limit?: number): string[];
|
|
189
|
+
(string: string, index: string | number, guard: object): string[];
|
|
190
|
+
};
|
|
191
|
+
startsWith: (string?: string, target?: string, position?: number) => boolean;
|
|
192
|
+
sum: (collection: import("lodash").List<any>) => number;
|
|
193
|
+
take: <T_66>(array: import("lodash").List<T_66>, n?: number) => T_66[];
|
|
194
|
+
uniqBy: <T_67>(array: import("lodash").List<T_67>, iteratee: import("lodash").ValueIteratee<T_67>) => T_67[];
|
|
195
|
+
values: {
|
|
196
|
+
<T_68>(object: import("lodash").Dictionary<T_68> | import("lodash").NumericDictionary<T_68> | import("lodash").List<T_68>): T_68[];
|
|
197
|
+
<T_69 extends object>(object: T_69): T_69[keyof T_69][];
|
|
198
|
+
(object: any): any[];
|
|
199
|
+
};
|
|
200
|
+
};
|
|
6
201
|
static ɵfac: i0.ɵɵFactoryDeclaration<UtilitiesService, never>;
|
|
7
202
|
static ɵprov: i0.ɵɵInjectableDeclaration<UtilitiesService>;
|
|
8
203
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utilities.service.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/util/services/utilities.service.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"utilities.service.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/util/services/utilities.service.ts"],"names":[],"mappings":";AAGA,qBACa,gBAAgB;WACb,MAAM,IAAI,OAAO;WAIjB,OAAO,CAAC,GAAG,KAAA;WAYX,cAAc,CAAC,GAAG,KAAA;IAKhC,OAAc,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsc;yCAtB/c,gBAAgB;6CAAhB,gBAAgB;CAwB5B"}
|
|
@@ -68,11 +68,7 @@ export declare class GridService {
|
|
|
68
68
|
private addColDefAttrsByField;
|
|
69
69
|
private customContext;
|
|
70
70
|
metaValueGetter(titleFnc: Function, mapFnc?: Function): (params: any) => any;
|
|
71
|
-
dateComparator(datePipe: any): (a: Date, b: any) => number;
|
|
72
|
-
dateFilterValueGetter(field: string): (node: any) => {
|
|
73
|
-
filter: any;
|
|
74
|
-
value: any;
|
|
75
|
-
};
|
|
71
|
+
dateComparator(datePipe: any, withTime?: boolean): (a: Date, b: any) => number;
|
|
76
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridService, never>;
|
|
77
73
|
static ɵprov: i0.ɵɵInjectableDeclaration<GridService>;
|
|
78
74
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/api/grid.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAe,MAAM,EAAE,eAAe,EAAsB,WAAW,EAAW,MAAM,yBAAyB,CAAC;AACzH,OAAO,EAAC,gBAAgB,EAAgC,MAAM,cAAc,CAAC;AAI7E,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAC,gBAAgB,EAAC,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EACL,aAAa,EACb,cAAc,EACd,WAAW,EAMZ,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAC,aAAa,EAAC,MAAM,4BAA4B,CAAC;;AAEzD,qBACa,WAAW;IAqCb,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,WAAW;IAzCrB,OAAO,EAAE,GAAG,CAAC;IAEb,IAAI,eAAe,IAAI,eAAe,CAUrC;IAED,MAAM,CAAC,UAAU,CAAC,GAAG,KAAA;IAarB,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,MAAM;IAInC,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM;gBAKtC,SAAS,EAAE,gBAAgB,EAC1B,MAAM,EAAE,MAAM,EACd,gBAAgB,EAAE,gBAAgB,EAClC,MAAM,EAAE,aAAa,EACrB,OAAO,EAAE,cAAc,EACvB,WAAW,EAAE,WAAW;IA0B3B,eAAe,CAAC,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,aAAa,EAAE,WAAW,CAAC,EAAE,WAAW;
|
|
1
|
+
{"version":3,"file":"grid.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/api/grid.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,12 +2,14 @@ import { ApplicationRef, NgZone } from '@angular/core';
|
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
3
|
import { AgentService } from '../agent/agent.service';
|
|
4
4
|
import { EoUser, Logger, NotificationsService, BackendService, ClipboardService, DmsService, EventService, UserService, DmsObject, TranslateService, HttpOptions } from '@eo-sdk/core';
|
|
5
|
+
import { Subject } from 'rxjs';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
declare global {
|
|
7
8
|
interface Window {
|
|
8
9
|
api: any;
|
|
9
10
|
}
|
|
10
11
|
}
|
|
12
|
+
export declare function onLoad(): () => void;
|
|
11
13
|
export declare const UNDOCK_WINDOW_NAME = "eoViewer";
|
|
12
14
|
export declare class PluginsService {
|
|
13
15
|
private backend;
|
|
@@ -23,10 +25,14 @@ export declare class PluginsService {
|
|
|
23
25
|
private appRef;
|
|
24
26
|
private ngZone;
|
|
25
27
|
private user;
|
|
28
|
+
private services;
|
|
26
29
|
private agentAction;
|
|
27
30
|
get currentUrl(): string;
|
|
28
31
|
get api(): any;
|
|
32
|
+
get availableServices(): any;
|
|
29
33
|
applyFunction(value: string | Function | any, params?: string, args?: any): any;
|
|
34
|
+
unload: () => void;
|
|
35
|
+
isReady: Subject<unknown>;
|
|
30
36
|
constructor(backend: BackendService, notifications: NotificationsService, clipboard: ClipboardService, logger: Logger, translate: TranslateService, dmsService: DmsService, router: Router, agentService: AgentService, eventService: EventService, userService: UserService, appRef: ApplicationRef, ngZone: NgZone);
|
|
31
37
|
getApi(): any;
|
|
32
38
|
getAgentAvailability(): Promise<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugins.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/api/plugins.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,cAAc,EAAc,MAAM,EAAC,MAAM,eAAe,CAAC;AACjE,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAC,YAAY,EAAC,MAAM,wBAAwB,CAAC;AACpD,OAAO,EACL,MAAM,EAAE,MAAM,EAAE,oBAAoB,EAAE,cAAc,EAAE,gBAAgB,EACtE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,SAAS,EAChD,gBAAgB,EAAE,WAAW,EAC9B,MAAM,cAAc,CAAC;;
|
|
1
|
+
{"version":3,"file":"plugins.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/api/plugins.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-handler.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/error-handler/error-handler.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,YAAY,EAAc,QAAQ,EAAC,MAAM,eAAe,CAAC;AACjE,OAAO,EAAoB,SAAS,EAAE,WAAW,EAAE,eAAe,EAAE,WAAW,EAAe,MAAM,sBAAsB,CAAC;AAI3H,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;;AAEhC,qBACa,mBAAoB,YAAW,YAAY,EAAE,eAAe;IAE3D,OAAO,CAAC,QAAQ;gBAAR,QAAQ,EAAE,QAAQ;IAGtC,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC,GAAG,CAAC,EAAE,IAAI,EAAE,WAAW,GAAG,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IA0B/E,WAAW,CAAC,KAAK,KAAA;yCA/BN,mBAAmB;6CAAnB,mBAAmB;
|
|
1
|
+
{"version":3,"file":"error-handler.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/error-handler/error-handler.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,YAAY,EAAc,QAAQ,EAAC,MAAM,eAAe,CAAC;AACjE,OAAO,EAAoB,SAAS,EAAE,WAAW,EAAE,eAAe,EAAE,WAAW,EAAe,MAAM,sBAAsB,CAAC;AAI3H,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;;AAEhC,qBACa,mBAAoB,YAAW,YAAY,EAAE,eAAe;IAE3D,OAAO,CAAC,QAAQ;gBAAR,QAAQ,EAAE,QAAQ;IAGtC,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC,GAAG,CAAC,EAAE,IAAI,EAAE,WAAW,GAAG,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IA0B/E,WAAW,CAAC,KAAK,KAAA;yCA/BN,mBAAmB;6CAAnB,mBAAmB;CAgF/B"}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"about": {
|
|
31
31
|
"docu": {
|
|
32
|
-
"link": "https://help.optimal-systems.com/yuuvisRAD/
|
|
32
|
+
"link": "https://help.optimal-systems.com/yuuvisRAD/v100/user/client/###userLang###/index.html",
|
|
33
33
|
"label": "eo.sidebar.help.manual"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"eo.state.settings.localSettings": "Lokale Einstellungen",
|
|
13
13
|
"eo.state.settings.localSettings.save": "Im System speichern",
|
|
14
14
|
"eo.state.settings.localSettings.load": "Aus dem System laden",
|
|
15
|
-
"eo.state.settings.
|
|
16
|
-
"eo.state.settings.cache.clear": "Anwendungscache leeren",
|
|
15
|
+
"eo.state.settings.localSettings.clear": "Zurücksetzen auf Standard",
|
|
17
16
|
"eo.state.settings.cache.clear.success": "Der Anwendungscache wurde geleert",
|
|
18
17
|
"eo.state.settings.cache.clear.error": "Der Anwendungscache konnte nicht geleert werden",
|
|
19
18
|
"eo.state.settings.agent.connected": "Trennen",
|
|
@@ -25,6 +24,7 @@
|
|
|
25
24
|
"eo.dashboard.button.show.footer.tooltip": "Dashboard-Konfiguration anzeigen",
|
|
26
25
|
"eo.dashboard.button.hide.footer.tooltip": "Dashboard-Konfiguration ausblenden",
|
|
27
26
|
"eo.form.property.string.error.classification.email": "Geben Sie eine gültige E-Mail-Adresse ein.",
|
|
27
|
+
"eo.form.property.string.error.classification.email.duplicate": "Diese E-Mail-Adresse wurde bereits verwendet.",
|
|
28
28
|
"eo.form.property.string.error.classification.url": "Bitte geben Sie eine gültige URL ein.",
|
|
29
29
|
"eo.form.property.string.error.classification.partialValue": "Geben Sie eine gültige Anzahl zwischen 3 und 100 ein.",
|
|
30
30
|
"eo.form.property.string.error.whitespaces": "Die Eingabe enthält nur Leerzeichen.",
|
|
@@ -103,6 +103,11 @@
|
|
|
103
103
|
"eo.state.object.frontpage.lastchanges": "Letzte Änderungen",
|
|
104
104
|
"eo.state.object.frontpage.lastseen": "Zuletzt gesehen",
|
|
105
105
|
"eo.state.settings.permission": "Berechtigungen",
|
|
106
|
+
"eo.license.warning.type": "{{type}}-Lizenz",
|
|
107
|
+
"eo.license.warning.expirationDate": "Ihre {{type}}-Lizenz läuft am {{date}} ab.",
|
|
108
|
+
"eo.license.warning.type.production.expiration": "Ihre Lizenz läuft am {{date}} ab.",
|
|
109
|
+
"eo.license.warning.expired": "Ihre Lizenz ist abgelaufen. Sie können keine neuen Objekte erstellen oder vorhandene ändern.",
|
|
110
|
+
"eo.license.warning.invalid": "Ihre Lizenz ist ungültig.",
|
|
106
111
|
"eo.search.type.abstract": "abstrakt",
|
|
107
112
|
"eo.search.mode.expert": "Expertenmodus",
|
|
108
113
|
"eo.search.mode.expert.close": "Expertenmodus beenden",
|
|
@@ -167,6 +172,7 @@
|
|
|
167
172
|
"eo.action.cancel.signing.error.message": "Das Signieren konnte nicht abgebrochen werden.",
|
|
168
173
|
"eo.object.signature.tooltip.inprocess": "Signaturen wurden angefordert.",
|
|
169
174
|
"eo.object.signature.tooltip.signed": "Das Dokument ist signiert.",
|
|
175
|
+
"eo.object.processcount.tooltip": "Anzahl vorhandener Prozesse: {{processcount}}. {{text}}",
|
|
170
176
|
"eo.object.signature.tooltip.stopped": "Der Signierprozess wurde gestoppt.",
|
|
171
177
|
"eo.object.signature-tab.no-signatures": "Es sind keine Signaturen vorhanden.",
|
|
172
178
|
"eo.form.property.dynamic.list.empty": "Es sind keine Einträge vorhanden oder in diesem Kontext nicht verfügbar.",
|
|
@@ -269,8 +275,8 @@
|
|
|
269
275
|
"eo.action.menu.custom.error.message": "Aktion konnte nicht ausgeführt werden",
|
|
270
276
|
"eo.action.menu.show.versions.label": "Versionen anzeigen",
|
|
271
277
|
"eo.action.menu.show.versions.description": "Zeigt alle Versionen des Objekts.",
|
|
272
|
-
"eo.action.menu.edit.document.label": "Dokumentdatei öffnen",
|
|
273
|
-
"eo.action.menu.edit.document.description": "Ermöglicht das
|
|
278
|
+
"eo.action.menu.edit.document.label": "Dokumentdatei in lokaler Anwendung öffnen",
|
|
279
|
+
"eo.action.menu.edit.document.description": "Ermöglicht das Öffnen der Dokumentdatei in lokaler Anwendung.",
|
|
274
280
|
"eo.action.menu.email.label": "E-Mail versenden",
|
|
275
281
|
"eo.action.menu.email.description": "Öffnet weitere E-Mail-Aktionen",
|
|
276
282
|
"eo.action.menu.send.email.link.label": "Mit Link auf das Objekt",
|
|
@@ -333,6 +339,7 @@
|
|
|
333
339
|
"eo.error.connection.interrupted.title": "Ein schwerwiegender Fehler ist aufgetreten",
|
|
334
340
|
"eo.error.attachments.title": "Die Vorschau kann nicht angezeigt werden.",
|
|
335
341
|
"eo.error.structure.tree.not.available": "Der Strukturbaum ist momentan nicht verfügbar.",
|
|
342
|
+
"eo.error.license.expired.message": "Ihre Lizenz ist abgelaufen. Sie dürfen keine Objekte mehr erstellen oder ändern.",
|
|
336
343
|
"eo.object.indexdata.save.success": "Das Dokument wurde gespeichert.",
|
|
337
344
|
"eo.object.indexdata.save.error": "Das Dokument kann im Moment nicht gespeichert werden.",
|
|
338
345
|
"eo.object.indexdata.save.cancel": "Abbrechen",
|
|
@@ -620,6 +627,7 @@
|
|
|
620
627
|
"eo.prepare.list.item.location.set": "Ablageort festgelegt",
|
|
621
628
|
"eo.prepare.list.item.location.notset": "im allgemeinen Ablageort",
|
|
622
629
|
"eo.prepare.details.item.gone.remove": "Aus Ablagekorb entfernen",
|
|
630
|
+
"eo.prepare.commit.error.indexFailed": "Die Anzeige der Metadaten kann sich verzögern.",
|
|
623
631
|
"eo.process.details.tab.task": "Aufgabe",
|
|
624
632
|
"eo.process.details.tab.task.description": "Beschreibung",
|
|
625
633
|
"eo.process.details.tab.task.indexdata": "Prozessdaten",
|
|
@@ -838,10 +846,17 @@
|
|
|
838
846
|
"eo.workspace.widgetGrid.noopWidgetLabel": "Es ist bisher kein Widget vorhanden.",
|
|
839
847
|
"eo.workspace.widgetGrid.widgetPickerTitle": "Widget-Auswahl",
|
|
840
848
|
"eo.workspace.widgetGrid.widgetTitleLabel": "Aufgabentitel",
|
|
849
|
+
"eo.workspace.widgetGrid.addNewWidgetLabel": "Neues Widget hinzufügen",
|
|
841
850
|
"eo.workspace.widgetGrid.addWorkspace": "Dashboard erstellen",
|
|
842
851
|
"eo.workspace.widget.default.dashboard": "Dashboard",
|
|
843
852
|
"eo.workspace.widget.setup.title": "Titel",
|
|
853
|
+
"eo.workspace.widget.emptyList": "Es wurden keine Objekte von Ihnen erstellt/bearbeitet.",
|
|
844
854
|
"eo.workspace.widget.picture.label": "Bild",
|
|
855
|
+
"eo.workspace.widget.picture.tooltip": "Bild auswählen",
|
|
856
|
+
"eo.workspace.widget.picture.noImage": "Wählen Sie zuerst ein Bild aus",
|
|
857
|
+
"eo.workspace.widget.picture.dialog.sizeError": "Die Datei ist zu groß. Die maximale Größe beträgt 5 MB.",
|
|
858
|
+
"eo.workspace.widget.picture.dialog.fileError": "Es sind nur Dateien vom Format gif, jpeg, jpg, png und svg erlaubt.",
|
|
859
|
+
"eo.workspace.widget.picture.dialog.title": "Bild hochladen",
|
|
845
860
|
"eo.workspace.widget.todo.label": "Aufgabenliste",
|
|
846
861
|
"eo.workspace.widget.lastEditedOrLastCreated.label": "Zuletzt bearbeitete und zuletzt erstellte Objekte",
|
|
847
862
|
"eo.workspace.widget.iframe.label": "Webseite",
|
|
@@ -850,12 +865,14 @@
|
|
|
850
865
|
"eo.workspace.widget.quicksearch.label": "Schnellsuche",
|
|
851
866
|
"eo.workspace.widget.hitlist.label": "Trefferliste",
|
|
852
867
|
"eo.workspace.widget.countObject.label": "Trefferanzahl",
|
|
853
|
-
"eo.widget.
|
|
854
|
-
"eo.widget.hitcount.form.desc.threshold
|
|
868
|
+
"eo.workspace.widget.label.storedquery": "Gespeicherte Suche",
|
|
869
|
+
"eo.widget.hitcount.form.desc.threshold": "anzeigen, wenn mehr als ...",
|
|
870
|
+
"eo.widget.hitcount.form.desc.threshold.inverted": "anzeigen, wenn weniger als ...",
|
|
855
871
|
"eo.widget.hitcount.form.label.countTileThresholdInvert": "Schwellenwerte umkehren (viel -> wenig)",
|
|
856
872
|
"eo.widget.hitcount.form.label.threshold.error": "Schwellenwert für Fehler",
|
|
857
873
|
"eo.widget.hitcount.form.label.threshold.success": "Schwellenwert für Erfolg",
|
|
858
874
|
"eo.widget.hitcount.form.label.threshold.warning": "Schwellenwert für Warnung",
|
|
875
|
+
"eo.widget.hitcount.form.label.showZero": "Zahl nicht anzeigen, wenn sie Null ist",
|
|
859
876
|
"eo.workspace.widget.iframe.setup.url": "URL",
|
|
860
877
|
"eo.workspace.widget.form.label.countType": "Nur Gesamtanzahl anzeigen",
|
|
861
878
|
"eo.workspace.widget.form.label.size": "Objektanzahl in der Liste",
|
|
@@ -865,6 +882,9 @@
|
|
|
865
882
|
"eo.workspace.widget.form.label.secondLabel": "Zweite Beschriftung",
|
|
866
883
|
"eo.workspace.widget.form.label.thirdLabel": "Dritte Beschriftung",
|
|
867
884
|
"eo.workspace.widget.form.label.sortRevert": "Sortierung umkehren",
|
|
885
|
+
"eo.workspace.widget.form.label.edited": "Zuletzt bearbeitete Objekte anzeigen",
|
|
886
|
+
"eo.workspace.widget.form.label.created": "Zuletzt erstellte Objekte anzeigen",
|
|
887
|
+
"eo.workspace.widget.todo.taskTitle": "Aufgabentitel",
|
|
868
888
|
"eo.widget.hitlist.tooltip.openinresultlist": "Öffnen in der Trefferliste",
|
|
869
889
|
"eo.widget.hitlist.tooltip.savedSearchIcon": "Im Suchdialog öffnen",
|
|
870
890
|
"eo.workspace.widget.form.sortField": "Auswahl der Objekteigenschaft für die Sortierung",
|
|
@@ -874,23 +894,36 @@
|
|
|
874
894
|
"eo.workspace.widget.chart.label": "Diagramm",
|
|
875
895
|
"eo.workspace.widget.form.label.aggregationField": "Attribut für Aggregation",
|
|
876
896
|
"eo.workspace.widget.form.label.chartTypeField": "Diagrammtyp",
|
|
877
|
-
"eo.workspace.widget.chart.form.label.description": "Legen Sie die maximale Anzahl an Teilwerten für die x-Achse des Diagramms fest. Standardwert: 10",
|
|
878
897
|
"eo.workspace.widget.charts.type.bar": "Balken",
|
|
879
898
|
"eo.workspace.widget.charts.type.pie": "Kuchen",
|
|
880
899
|
"eo.workspace.widget.charts.type.donut": "Ring",
|
|
881
900
|
"eo.workspace.widget.charts.type.lineStraight": "Linie - Gerade",
|
|
882
901
|
"eo.workspace.widget.charts.type.lineCurve": "Linie - Kurve",
|
|
902
|
+
"eo.workspace.widget.form.label.minDocCount": "Schwellenwert für Anzahl",
|
|
883
903
|
"eo.workspace.widget.form.label.histogram": "Histogramm",
|
|
884
|
-
"eo.workspace.widget.charts.histogram.standard": "Standard",
|
|
885
904
|
"eo.workspace.widget.charts.histogram.yearly": "Jahr",
|
|
886
905
|
"eo.workspace.widget.charts.histogram.monthly": "Monat",
|
|
887
906
|
"eo.workspace.widget.charts.histogram.weekly": "Woche",
|
|
888
907
|
"eo.workspace.widget.charts.histogram.daily": "Tag",
|
|
908
|
+
"eo.workspace.widget.charts.interval": "Intervall",
|
|
909
|
+
"eo.workspace.widget.charts.startingpoint": "Startpunkt",
|
|
910
|
+
"eo.workspace.widget.charts.title": "Diagrammtitel",
|
|
911
|
+
"eo.workspace.widget.charts.xAxe": "Beschriftung für X-Achse",
|
|
912
|
+
"eo.workspace.widget.charts.yAxe": "Beschriftung für Y-Achse",
|
|
913
|
+
"eo.workspace.widget.form.label.attributMetric": "Attribut für Metriken",
|
|
914
|
+
"eo.workspace.widget.form.label.chartMetric": "Metrik",
|
|
915
|
+
"eo.workspace.widget.charts.metric.min": "Minimum",
|
|
916
|
+
"eo.workspace.widget.charts.metric.avg": "Durchschnitt",
|
|
917
|
+
"eo.workspace.widget.charts.metric.sum": "Summe",
|
|
918
|
+
"eo.workspace.widget.charts.metric.median": "Median",
|
|
919
|
+
"eo.workspace.widget.charts.metric.max": "Maximum",
|
|
889
920
|
"eo.workspace.widget.list.empty": "Es wurden keine Daten gefunden.",
|
|
921
|
+
"eo.workspace.widget.todo.noTasks": "Toll, keine offenen Aufgaben.",
|
|
890
922
|
"eo.recyclebin.list.title": "Papierkorb",
|
|
891
923
|
"eo.workspace.widget.configuration.notOk" : "Konfigurieren Sie zuerst das Widget.",
|
|
892
924
|
"eo.widget.hitlist.tooltip.refresh": "Aktualisieren",
|
|
893
925
|
"eo.recyclebin.filter.title": "Papierkorb filtern",
|
|
926
|
+
"eo.recyclebin.sort.title": "Papierkorb sortieren",
|
|
894
927
|
"eo.recyclebin.list.empty": "Der Papierkorb ist leer.",
|
|
895
928
|
"eo.view.navigation.title": "Navigation",
|
|
896
929
|
"eo.recyclebin.details.restore": "Wiederherstellen",
|
|
@@ -1089,9 +1122,12 @@
|
|
|
1089
1122
|
"eo.sort.desc": "absteigend",
|
|
1090
1123
|
"eo.sort.clear": "{{value}} Sortierung entfernen",
|
|
1091
1124
|
"eo.state.settings.storageinfo": "Speicherinformationen",
|
|
1092
|
-
"eo.state.settings.
|
|
1093
|
-
"eo.state.settings.
|
|
1094
|
-
"eo.state.settings.
|
|
1125
|
+
"eo.state.settings.dashboard.button.clear": "Zurücksetzen auf Standard",
|
|
1126
|
+
"eo.state.settings.dashboard.defaut": "Dashboard",
|
|
1127
|
+
"eo.state.settings.dashboard.default.dialog.title": "Dashboard zurücksetzen",
|
|
1128
|
+
"eo.state.settings.dashboard.default.dialog.message": "Soll das Dashboard auf Standard zurückgesetzt werden?",
|
|
1129
|
+
"eo.state.settings.dashboard.clear.success": "Das Dashboard wurde auf Standard zurückgesetzt.",
|
|
1130
|
+
"eo.state.settings.dashboard.button.reset": "Zurücksetzen",
|
|
1095
1131
|
"eo.object.storageinfo.permanence": "Speicherbereich",
|
|
1096
1132
|
"eo.object.storageinfo.storagename": "Medium",
|
|
1097
1133
|
"eo.object.storageinfo.setname": "Set-Name",
|
|
@@ -1102,6 +1138,7 @@
|
|
|
1102
1138
|
"eo.cta.button.add": "Hinzufügen",
|
|
1103
1139
|
"eo.cta.button.select.all": "Alles auswählen",
|
|
1104
1140
|
"eo.object.details": "Objektdetails",
|
|
1141
|
+
"eo.object.details.content.undock": "Inhalt abdocken",
|
|
1105
1142
|
"eo.document.open.error.title": "Fehler beim Öffnen",
|
|
1106
1143
|
"eo.document.open.error.message": "Die Datei konnte nicht geöffnet werden.",
|
|
1107
1144
|
"yuv.viewer.not.authorized": "Keine Berechtigung für Dateivorschau.",
|