@eo-sdk/client 9.0.2 → 9.1.0-rc.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-framework/actions/action.module.d.ts +1 -2
- package/assets/_default/config/main.json +1 -1
- package/assets/_default/i18n/de.json +7 -12
- package/assets/_default/i18n/en.json +7 -12
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +1 -1
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +1 -1
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
- package/bundles/eo-sdk-client.umd.js +76 -42
- package/bundles/eo-sdk-client.umd.js.map +1 -1
- package/bundles/eo-sdk-client.umd.min.js +1 -1
- package/bundles/eo-sdk-client.umd.min.js.map +1 -1
- package/eo-sdk-client.d.ts +23 -23
- package/eo-sdk-client.metadata.json +1 -1
- package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
- package/esm2015/app/eo-client/dashboard/dashboard.component.js +2 -2
- package/esm2015/app/eo-client/stored-queries-state/stored-queries-state.component.js +2 -2
- package/esm2015/app/eo-framework/actions/action.module.js +1 -2
- package/esm2015/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.js +2 -2
- package/esm2015/app/eo-framework/frame/frame.component.js +35 -11
- package/esm2015/app/eo-framework/object-details/object-details.component.js +12 -1
- package/esm2015/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.js +2 -2
- package/esm2015/app/eo-framework/ui/eo-dialog/eo-dialog.component.js +3 -3
- package/esm2015/eo-sdk-client.js +24 -24
- package/esm2015/projects/eo-sdk/core/lib/service/user/user.service.js +2 -2
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +1 -1
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
- package/fesm2015/eo-sdk-client.js +54 -20
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +2 -2
- package/projects/eo-sdk/core/package.json +1 -1
package/eo-sdk-client.d.ts
CHANGED
|
@@ -10,21 +10,21 @@ export { ProcessStateComponent as ɵct } from './app/eo-client/process-state/pro
|
|
|
10
10
|
export { PendingChangesGuard as ɵa } from './app/eo-framework-core/pending-changes/pending-changes-guard.service';
|
|
11
11
|
export { PipesModule as ɵe } from './app/eo-framework-core/pipes/pipes.module';
|
|
12
12
|
export { ActionComponentAnchorDirective as ɵv } from './app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive';
|
|
13
|
-
export { AddResubmissionActionComponent as
|
|
14
|
-
export { AddResubmissionComponent as
|
|
15
|
-
export { AddSubscriptionActionComponent as
|
|
16
|
-
export { AddSubscriptionComponent as
|
|
13
|
+
export { AddResubmissionActionComponent as ɵbw } from './app/eo-framework/actions/actions/add-resubmission-action/add-resubmission-action';
|
|
14
|
+
export { AddResubmissionComponent as ɵbx } from './app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component';
|
|
15
|
+
export { AddSubscriptionActionComponent as ɵbq } from './app/eo-framework/actions/actions/add-subscription-action/add-subscription-action';
|
|
16
|
+
export { AddSubscriptionComponent as ɵbr } from './app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component';
|
|
17
17
|
export { ClipboardActionComponent as ɵbh } from './app/eo-framework/actions/actions/clipboard/clipboard-action';
|
|
18
18
|
export { ClipboardLinkActionComponent as ɵbi } from './app/eo-framework/actions/actions/clipboard/clipboard-link-action';
|
|
19
19
|
export { ClipboardOriginalActionComponent as ɵbj } from './app/eo-framework/actions/actions/clipboard/clipboard-original-action';
|
|
20
20
|
export { ClipboardPdfActionComponent as ɵbk } from './app/eo-framework/actions/actions/clipboard/clipboard-pdf-action';
|
|
21
21
|
export { CopyActionComponent as ɵx } from './app/eo-framework/actions/actions/copy-action/copy-action';
|
|
22
|
-
export { CustomActionsComponent as
|
|
23
|
-
export { CutActionComponent as
|
|
24
|
-
export { DeleteActionComponent as
|
|
25
|
-
export { DeletePreparedActionComponent as
|
|
26
|
-
export { DeleteComponent as
|
|
27
|
-
export { DeleteContentActionComponent as
|
|
22
|
+
export { CustomActionsComponent as ɵbv } from './app/eo-framework/actions/actions/custom-actions/custom-actions.component';
|
|
23
|
+
export { CutActionComponent as ɵcb } from './app/eo-framework/actions/actions/cut-action/cut-action';
|
|
24
|
+
export { DeleteActionComponent as ɵbl } from './app/eo-framework/actions/actions/delete-action/delete-action';
|
|
25
|
+
export { DeletePreparedActionComponent as ɵbp } from './app/eo-framework/actions/actions/delete-action/delete-prepared-action';
|
|
26
|
+
export { DeleteComponent as ɵbm } from './app/eo-framework/actions/actions/delete-action/delete/delete.component';
|
|
27
|
+
export { DeleteContentActionComponent as ɵce } from './app/eo-framework/actions/actions/delete-content-action/delete-content-action';
|
|
28
28
|
export { DownloadActionComponent as ɵz } from './app/eo-framework/actions/actions/download-action/download-action';
|
|
29
29
|
export { DownloadOriginalActionComponent as ɵba } from './app/eo-framework/actions/actions/download-original-action/download-original-action';
|
|
30
30
|
export { DownloadPdfActionComponent as ɵbb } from './app/eo-framework/actions/actions/download-pdf-action/download-pdf-action';
|
|
@@ -32,22 +32,22 @@ export { EmailActionComponent as ɵbd } from './app/eo-framework/actions/actions
|
|
|
32
32
|
export { EmailLinkActionComponent as ɵbe } from './app/eo-framework/actions/actions/email/email-link-action';
|
|
33
33
|
export { EmailOriginalActionComponent as ɵbf } from './app/eo-framework/actions/actions/email/email-original-action';
|
|
34
34
|
export { EmailPdfActionComponent as ɵbg } from './app/eo-framework/actions/actions/email/email-pdf-action';
|
|
35
|
-
export { FavoriteActionComponent as
|
|
36
|
-
export { DefinalizeActionComponent as
|
|
37
|
-
export { FinalizeActionComponent as
|
|
35
|
+
export { FavoriteActionComponent as ɵch } from './app/eo-framework/actions/actions/favorite-action/favorite-action';
|
|
36
|
+
export { DefinalizeActionComponent as ɵcd } from './app/eo-framework/actions/actions/finalize/definalize-action';
|
|
37
|
+
export { FinalizeActionComponent as ɵcc } from './app/eo-framework/actions/actions/finalize/finalize-action';
|
|
38
38
|
export { OpenContextActionComponent as ɵy } from './app/eo-framework/actions/actions/open-context-action/open-context-action';
|
|
39
39
|
export { OpenDocumentActionComponent as ɵbc } from './app/eo-framework/actions/actions/open-document-action/open-document-action';
|
|
40
40
|
export { OpenDocumentComponent as ɵw } from './app/eo-framework/actions/actions/open-document-action/open-document-action.component';
|
|
41
|
-
export { OpenVersionsActionComponent as
|
|
42
|
-
export { RemoveSubscriptionActionComponent as
|
|
43
|
-
export { RestoreVersionActionComponent as
|
|
44
|
-
export { ShareObjectActionComponent as
|
|
45
|
-
export { ShareObjectComponent as
|
|
46
|
-
export { UnlockActionComponent as
|
|
47
|
-
export { UpdateResubmissionActionComponent as
|
|
48
|
-
export { SimpleWorkflowActionComponent as
|
|
49
|
-
export { WorkflowActionComponent as
|
|
50
|
-
export { WorkflowComponent as
|
|
41
|
+
export { OpenVersionsActionComponent as ɵbn } from './app/eo-framework/actions/actions/open-versions-action/open-versions-action';
|
|
42
|
+
export { RemoveSubscriptionActionComponent as ɵbs } from './app/eo-framework/actions/actions/remove-subscription-action/remove-subscription-action';
|
|
43
|
+
export { RestoreVersionActionComponent as ɵbo } from './app/eo-framework/actions/actions/restore-version-action/restore-version-action';
|
|
44
|
+
export { ShareObjectActionComponent as ɵbz } from './app/eo-framework/actions/actions/share-object-action/share-object-action';
|
|
45
|
+
export { ShareObjectComponent as ɵca } from './app/eo-framework/actions/actions/share-object-action/share-object/share-object.component';
|
|
46
|
+
export { UnlockActionComponent as ɵcf } from './app/eo-framework/actions/actions/unlock-action/unlock-action';
|
|
47
|
+
export { UpdateResubmissionActionComponent as ɵby } from './app/eo-framework/actions/actions/update-resubmission-action/update-resubmission-action';
|
|
48
|
+
export { SimpleWorkflowActionComponent as ɵcg } from './app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component';
|
|
49
|
+
export { WorkflowActionComponent as ɵbt } from './app/eo-framework/actions/actions/workflow-action/workflow-action.component';
|
|
50
|
+
export { WorkflowComponent as ɵbu } from './app/eo-framework/actions/actions/workflow-action/workflow/workflow.component';
|
|
51
51
|
export { AppProcessComponent as ɵd } from './app/eo-framework/app-shell/app-bar/app-process/app-process.component';
|
|
52
52
|
export { AppShellRoutingModule as ɵc } from './app/eo-framework/app-shell/app-shell-routing.module';
|
|
53
53
|
export { DatepickerService as ɵk } from './app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service';
|