@eo-sdk/client 8.14.0 → 8.15.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-client/about-state/about-state.component.d.ts +1 -0
- package/app/eo-framework/form-elements/datetime/datepicker/datepicker.component.d.ts +2 -1
- package/app/eo-framework/form-elements/datetime/datetime.component.d.ts +5 -1
- package/app/eo-framework/object-form/object-form/form-element/form-element.component.d.ts +2 -1
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +4 -1
- package/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.d.ts +2 -0
- package/app/eo-framework/object-form/object-form/object-form.component.d.ts +2 -1
- package/app/eo-framework/object-form/object-form-edit/object-form-edit.component.d.ts +1 -0
- package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +22 -11
- package/app/eo-framework/util/directive/trap-focus.directive.d.ts +14 -0
- package/assets/_default/config/main.json +2 -1
- package/assets/_default/i18n/de.json +2 -0
- package/assets/_default/i18n/en.json +2 -0
- package/assets/_default/svg/ic_preview_close.svg +1 -0
- package/assets/_default/svg/ic_preview_show.svg +1 -0
- package/bundles/eo-sdk-client.umd.js +3383 -3263
- 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 +67 -63
- package/eo-sdk-client.metadata.json +1 -1
- package/esm2015/app/eo-client/about-state/about-state.component.js +6 -5
- package/esm2015/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.js +1 -1
- package/esm2015/app/eo-framework/app-shell/app-bar/app-bar.component.js +3 -2
- package/esm2015/app/eo-framework/app-shell/app-bar/app-search/app-search.component.js +3 -3
- package/esm2015/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.js +2 -2
- package/esm2015/app/eo-framework/app-shell/app-shell.module.js +5 -3
- package/esm2015/app/eo-framework/form-elements/datetime/datepicker/datepicker.component.js +8 -4
- package/esm2015/app/eo-framework/form-elements/datetime/datetime.component.js +13 -8
- package/esm2015/app/eo-framework/grid/filters/datetime-filter.component.js +2 -2
- package/esm2015/app/eo-framework/object-details/favorite-icon/favorite-icon.component.js +2 -2
- package/esm2015/app/eo-framework/object-form/object-form/form-element/form-element.component.js +3 -2
- package/esm2015/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.js +9 -2
- package/esm2015/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.js +3 -2
- package/esm2015/app/eo-framework/object-form/object-form/object-form.component.js +3 -2
- package/esm2015/app/eo-framework/object-form/object-form-edit/object-form-edit.component.js +5 -2
- package/esm2015/app/eo-framework/object-form/object-form.module.js +4 -2
- package/esm2015/app/eo-framework/prepare-details/prepare-details.component.js +2 -2
- package/esm2015/app/eo-framework/ui/eo-dialog/eo-dialog.component.js +78 -42
- package/esm2015/app/eo-framework/ui/ui.module.js +4 -2
- package/esm2015/app/eo-framework/util/directive/trap-focus.directive.js +50 -0
- package/esm2015/eo-sdk-client.js +68 -64
- package/fesm2015/eo-sdk-client.js +1248 -1135
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +3 -3
- package/projects/eo-sdk/core/package.json +1 -1
- package/styles.css +1 -0
- package/styles.scss +1 -0
package/eo-sdk-client.d.ts
CHANGED
|
@@ -2,71 +2,75 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public_api';
|
|
5
|
-
export { EoClientRoutingModule as
|
|
6
|
-
export { InboxStateRoutingModule as
|
|
7
|
-
export { ObjectStateRoutingModule as
|
|
8
|
-
export { PrepareStateRoutingModule as
|
|
9
|
-
export { ProcessStateComponent as
|
|
5
|
+
export { EoClientRoutingModule as ɵcs } from './app/eo-client/eo-client-routing.module';
|
|
6
|
+
export { InboxStateRoutingModule as ɵcq } from './app/eo-client/inbox-state/inbox-state-routing.module';
|
|
7
|
+
export { ObjectStateRoutingModule as ɵcp } from './app/eo-client/object-state/object-state-routing.module';
|
|
8
|
+
export { PrepareStateRoutingModule as ɵcr } from './app/eo-client/prepare-state/prepare-state-routing.module';
|
|
9
|
+
export { ProcessStateComponent as ɵct } from './app/eo-client/process-state/process-state.component';
|
|
10
|
+
export { PendingChangesService as ɵg } from './app/eo-framework-core';
|
|
10
11
|
export { PendingChangesGuard as ɵa } from './app/eo-framework-core/pending-changes/pending-changes-guard.service';
|
|
11
12
|
export { PipesModule as ɵe } from './app/eo-framework-core/pipes/pipes.module';
|
|
12
|
-
export { ActionComponentAnchorDirective as
|
|
13
|
-
export { AddResubmissionActionComponent as
|
|
14
|
-
export { AddResubmissionComponent as
|
|
15
|
-
export { AddSubscriptionActionComponent as
|
|
16
|
-
export { AddSubscriptionComponent as
|
|
17
|
-
export { ClipboardActionComponent as
|
|
18
|
-
export { ClipboardLinkActionComponent as
|
|
19
|
-
export { ClipboardOriginalActionComponent as
|
|
20
|
-
export { ClipboardPdfActionComponent as
|
|
21
|
-
export { CopyActionComponent as
|
|
22
|
-
export { CustomActionsComponent as
|
|
23
|
-
export { CutActionComponent as
|
|
24
|
-
export { DeleteActionComponent as
|
|
25
|
-
export { DeletePreparedActionComponent as
|
|
26
|
-
export { DeleteComponent as
|
|
27
|
-
export { DeleteContentActionComponent as
|
|
28
|
-
export { DownloadActionComponent as
|
|
29
|
-
export { DownloadOriginalActionComponent as
|
|
30
|
-
export { DownloadPdfActionComponent as
|
|
31
|
-
export { EmailActionComponent as
|
|
32
|
-
export { EmailLinkActionComponent as
|
|
33
|
-
export { EmailOriginalActionComponent as
|
|
34
|
-
export { EmailPdfActionComponent as
|
|
35
|
-
export { FavoriteActionComponent as
|
|
36
|
-
export { DefinalizeActionComponent as
|
|
37
|
-
export { FinalizeActionComponent as
|
|
38
|
-
export { OpenContextActionComponent as
|
|
39
|
-
export { OpenDocumentActionComponent as
|
|
40
|
-
export { OpenDocumentComponent as
|
|
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
|
|
13
|
+
export { ActionComponentAnchorDirective as ɵx } from './app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive';
|
|
14
|
+
export { AddResubmissionActionComponent as ɵbz } from './app/eo-framework/actions/actions/add-resubmission-action/add-resubmission-action';
|
|
15
|
+
export { AddResubmissionComponent as ɵca } from './app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component';
|
|
16
|
+
export { AddSubscriptionActionComponent as ɵbt } from './app/eo-framework/actions/actions/add-subscription-action/add-subscription-action';
|
|
17
|
+
export { AddSubscriptionComponent as ɵbu } from './app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component';
|
|
18
|
+
export { ClipboardActionComponent as ɵbj } from './app/eo-framework/actions/actions/clipboard/clipboard-action';
|
|
19
|
+
export { ClipboardLinkActionComponent as ɵbk } from './app/eo-framework/actions/actions/clipboard/clipboard-link-action';
|
|
20
|
+
export { ClipboardOriginalActionComponent as ɵbl } from './app/eo-framework/actions/actions/clipboard/clipboard-original-action';
|
|
21
|
+
export { ClipboardPdfActionComponent as ɵbm } from './app/eo-framework/actions/actions/clipboard/clipboard-pdf-action';
|
|
22
|
+
export { CopyActionComponent as ɵz } from './app/eo-framework/actions/actions/copy-action/copy-action';
|
|
23
|
+
export { CustomActionsComponent as ɵby } from './app/eo-framework/actions/actions/custom-actions/custom-actions.component';
|
|
24
|
+
export { CutActionComponent as ɵce } from './app/eo-framework/actions/actions/cut-action/cut-action';
|
|
25
|
+
export { DeleteActionComponent as ɵbo } from './app/eo-framework/actions/actions/delete-action/delete-action';
|
|
26
|
+
export { DeletePreparedActionComponent as ɵbs } from './app/eo-framework/actions/actions/delete-action/delete-prepared-action';
|
|
27
|
+
export { DeleteComponent as ɵbp } from './app/eo-framework/actions/actions/delete-action/delete/delete.component';
|
|
28
|
+
export { DeleteContentActionComponent as ɵch } from './app/eo-framework/actions/actions/delete-content-action/delete-content-action';
|
|
29
|
+
export { DownloadActionComponent as ɵbb } from './app/eo-framework/actions/actions/download-action/download-action';
|
|
30
|
+
export { DownloadOriginalActionComponent as ɵbc } from './app/eo-framework/actions/actions/download-original-action/download-original-action';
|
|
31
|
+
export { DownloadPdfActionComponent as ɵbd } from './app/eo-framework/actions/actions/download-pdf-action/download-pdf-action';
|
|
32
|
+
export { EmailActionComponent as ɵbf } from './app/eo-framework/actions/actions/email/email-action';
|
|
33
|
+
export { EmailLinkActionComponent as ɵbg } from './app/eo-framework/actions/actions/email/email-link-action';
|
|
34
|
+
export { EmailOriginalActionComponent as ɵbh } from './app/eo-framework/actions/actions/email/email-original-action';
|
|
35
|
+
export { EmailPdfActionComponent as ɵbi } from './app/eo-framework/actions/actions/email/email-pdf-action';
|
|
36
|
+
export { FavoriteActionComponent as ɵbn } from './app/eo-framework/actions/actions/favorite-action/favorite-action';
|
|
37
|
+
export { DefinalizeActionComponent as ɵcg } from './app/eo-framework/actions/actions/finalize/definalize-action';
|
|
38
|
+
export { FinalizeActionComponent as ɵcf } from './app/eo-framework/actions/actions/finalize/finalize-action';
|
|
39
|
+
export { OpenContextActionComponent as ɵba } from './app/eo-framework/actions/actions/open-context-action/open-context-action';
|
|
40
|
+
export { OpenDocumentActionComponent as ɵbe } from './app/eo-framework/actions/actions/open-document-action/open-document-action';
|
|
41
|
+
export { OpenDocumentComponent as ɵy } from './app/eo-framework/actions/actions/open-document-action/open-document-action.component';
|
|
42
|
+
export { OpenVersionsActionComponent as ɵbq } from './app/eo-framework/actions/actions/open-versions-action/open-versions-action';
|
|
43
|
+
export { RemoveSubscriptionActionComponent as ɵbv } from './app/eo-framework/actions/actions/remove-subscription-action/remove-subscription-action';
|
|
44
|
+
export { RestoreVersionActionComponent as ɵbr } from './app/eo-framework/actions/actions/restore-version-action/restore-version-action';
|
|
45
|
+
export { ShareObjectActionComponent as ɵcc } from './app/eo-framework/actions/actions/share-object-action/share-object-action';
|
|
46
|
+
export { ShareObjectComponent as ɵcd } from './app/eo-framework/actions/actions/share-object-action/share-object/share-object.component';
|
|
47
|
+
export { UnlockActionComponent as ɵci } from './app/eo-framework/actions/actions/unlock-action/unlock-action';
|
|
48
|
+
export { UpdateResubmissionActionComponent as ɵcb } from './app/eo-framework/actions/actions/update-resubmission-action/update-resubmission-action';
|
|
49
|
+
export { SimpleWorkflowActionComponent as ɵcj } from './app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component';
|
|
50
|
+
export { WorkflowActionComponent as ɵbw } from './app/eo-framework/actions/actions/workflow-action/workflow-action.component';
|
|
51
|
+
export { WorkflowComponent as ɵbx } from './app/eo-framework/actions/actions/workflow-action/workflow/workflow.component';
|
|
51
52
|
export { AppProcessComponent as ɵd } from './app/eo-framework/app-shell/app-bar/app-process/app-process.component';
|
|
52
53
|
export { AppShellRoutingModule as ɵc } from './app/eo-framework/app-shell/app-shell-routing.module';
|
|
53
|
-
export { DatepickerService as
|
|
54
|
-
export { YearRangeDirective as
|
|
55
|
-
export { fadeInOut as
|
|
56
|
-
export { ReferenceFinderEntryComponent as
|
|
57
|
-
export { ReferenceFinderComponent as
|
|
58
|
-
export { ReferenceFinderService as
|
|
59
|
-
export { PaginationComponent as
|
|
60
|
-
export { DynamicListFilterComponent as
|
|
61
|
-
export { ListFilterComponent as
|
|
62
|
-
export { DuetimeInfoComponent as
|
|
63
|
-
export {
|
|
64
|
-
export {
|
|
65
|
-
export {
|
|
66
|
-
export {
|
|
67
|
-
export {
|
|
68
|
-
export {
|
|
69
|
-
export {
|
|
54
|
+
export { DatepickerService as ɵl } from './app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service';
|
|
55
|
+
export { YearRangeDirective as ɵm } from './app/eo-framework/form-elements/datetime/year-range/year-range.directive';
|
|
56
|
+
export { fadeInOut as ɵo } from './app/eo-framework/form-elements/id-reference/animation/reference-finder.animation';
|
|
57
|
+
export { ReferenceFinderEntryComponent as ɵq } from './app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component';
|
|
58
|
+
export { ReferenceFinderComponent as ɵn } from './app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component';
|
|
59
|
+
export { ReferenceFinderService as ɵp } from './app/eo-framework/form-elements/id-reference/service/reference-finder.service';
|
|
60
|
+
export { PaginationComponent as ɵt } from './app/eo-framework/grid/extensions/pagination/pagination.component';
|
|
61
|
+
export { DynamicListFilterComponent as ɵr } from './app/eo-framework/grid/filters/dynamic-list-filter.component';
|
|
62
|
+
export { ListFilterComponent as ɵs } from './app/eo-framework/grid/filters/list-filter.component';
|
|
63
|
+
export { DuetimeInfoComponent as ɵcn } from './app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component';
|
|
64
|
+
export { MediaModule as ɵu } from './app/eo-framework/media';
|
|
65
|
+
export { EditIconComponent as ɵcm } from './app/eo-framework/object-details/edit-icon/edit-icon.component';
|
|
66
|
+
export { PrepareContentExistsInfoComponent as ɵco } from './app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component';
|
|
67
|
+
export { ProcessFormComponent as ɵw } from './app/eo-framework/process-form/process-form.component';
|
|
68
|
+
export { ProcessFormModule as ɵv } from './app/eo-framework/process-form/process-form.module';
|
|
69
|
+
export { TreeNodeComponent as ɵk } from './app/eo-framework/tree/tree-node/tree-node.component';
|
|
70
|
+
export { IndexdataSummaryEntryComponent as ɵi } from './app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component';
|
|
71
|
+
export { QueryScopeSelectComponent as ɵh } from './app/eo-framework/ui/query-scope-select/query-scope-select.component';
|
|
70
72
|
export { UploadOverlayGuard as ɵb } from './app/eo-framework/upload-overlay/upload-overlay-guard.service';
|
|
71
|
-
export {
|
|
72
|
-
export {
|
|
73
|
+
export { UnsubscribeOnDestroy as ɵf } from './app/eo-framework/util';
|
|
74
|
+
export { PreventDoubleClickDirective as ɵck } from './app/eo-framework/util/directive/prevent-double-click.directive';
|
|
75
|
+
export { TrapFocusDirective as ɵcl } from './app/eo-framework/util/directive/trap-focus.directive';
|
|
76
|
+
export { OrderByPipe as ɵj } from './app/eo-framework/util/sortable/order-by.pipe';
|