@bizdoc/core 1.10.3 → 1.11.0-next.2
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/assets/bizdoc-schema.json +7 -4
- package/esm2020/lib/admin/admin-dismiss.service.mjs +3 -3
- package/esm2020/lib/admin/admin-menu.component.mjs +3 -3
- package/esm2020/lib/admin/core/ace.input.mjs +3 -3
- package/esm2020/lib/admin/core/color-picker.input.mjs +3 -3
- package/esm2020/lib/admin/core/search.input.mjs +3 -3
- package/esm2020/lib/admin/diff/configuration-diff.component.mjs +3 -3
- package/esm2020/lib/admin/document-trace/document-trace.component.mjs +3 -3
- package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +3 -3
- package/esm2020/lib/admin/document-trace/trace-element.component.mjs +3 -3
- package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
- package/esm2020/lib/admin/form/form.service.mjs +3 -3
- package/esm2020/lib/admin/form/workflow/node.component.mjs +3 -3
- package/esm2020/lib/admin/form/workflow/role-node.component.mjs +3 -3
- package/esm2020/lib/admin/form/workflow/workflow.component.mjs +3 -3
- package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +3 -3
- package/esm2020/lib/admin/patterns/patterns.component.mjs +3 -3
- package/esm2020/lib/admin/permissions/permissions.component.mjs +3 -3
- package/esm2020/lib/admin/positions/positions-popup.component.mjs +3 -3
- package/esm2020/lib/admin/positions/positions.component.mjs +7 -7
- package/esm2020/lib/admin/profiler/profiler.component.mjs +3 -3
- package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
- package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
- package/esm2020/lib/app.component.mjs +6 -6
- package/esm2020/lib/bizdoc.module.mjs +4 -4
- package/esm2020/lib/browse/browse-items.component.mjs +6 -6
- package/esm2020/lib/browse/browse.mobile.component.mjs +4 -4
- package/esm2020/lib/browse/browse.pane.component.mjs +4 -4
- package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +3 -3
- package/esm2020/lib/browse/filter/filter.component.mjs +3 -3
- package/esm2020/lib/browse/folders-menu.component.mjs +3 -3
- package/esm2020/lib/chat/chat-info.mjs +3 -3
- package/esm2020/lib/chat/chat.mobile.component.mjs +3 -3
- package/esm2020/lib/chat/chat.service.mjs +3 -3
- package/esm2020/lib/chat/contacts.component.mjs +6 -6
- package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
- package/esm2020/lib/chat/conversation.component.mjs +3 -3
- package/esm2020/lib/chat/conversation.pane.component.mjs +3 -3
- package/esm2020/lib/compose/action/action-picker.component.mjs +3 -3
- package/esm2020/lib/compose/action/action.dialog.mjs +3 -3
- package/esm2020/lib/compose/action/action.pane.dialog.mjs +3 -3
- package/esm2020/lib/compose/action/assign-action.component.mjs +3 -3
- package/esm2020/lib/compose/action/return-action.component.mjs +3 -3
- package/esm2020/lib/compose/attachments/attachments.component.mjs +31 -23
- package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +10 -16
- package/esm2020/lib/compose/attachments/progress-button.directive.mjs +6 -6
- package/esm2020/lib/compose/can-deactivate-changes.service.mjs +3 -3
- package/esm2020/lib/compose/comments/Comments.pane.component.mjs +3 -3
- package/esm2020/lib/compose/comments/comment.component.mjs +3 -3
- package/esm2020/lib/compose/comments/comments.component.mjs +3 -3
- package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
- package/esm2020/lib/compose/comments/edits.component.mjs +3 -3
- package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
- package/esm2020/lib/compose/comments/votes.component.mjs +3 -3
- package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
- package/esm2020/lib/compose/compose.mobile.component.mjs +5 -5
- package/esm2020/lib/compose/compose.pane.component.mjs +6 -6
- package/esm2020/lib/compose/copy/copy.dialog.mjs +3 -3
- package/esm2020/lib/compose/dismiss.service.mjs +3 -3
- package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
- package/esm2020/lib/compose/document.component.mjs +3 -3
- package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
- package/esm2020/lib/compose/document.pane.component.mjs +3 -3
- package/esm2020/lib/compose/events/events.component.mjs +3 -3
- package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +5 -5
- package/esm2020/lib/compose/form.component.mjs +37 -11
- package/esm2020/lib/compose/new-menu.component.mjs +5 -5
- package/esm2020/lib/compose/privilage.directive.mjs +6 -6
- package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
- package/esm2020/lib/compose/save-changes.dialog.mjs +3 -3
- package/esm2020/lib/compose/state.component.mjs +3 -3
- package/esm2020/lib/compose/tag/tags.component.mjs +3 -3
- package/esm2020/lib/compose/trace/flow.component.mjs +34 -46
- package/esm2020/lib/compose/trace/people.component.mjs +3 -3
- package/esm2020/lib/compose/trace/trace.base.mjs +3 -3
- package/esm2020/lib/compose/trace/trace.component.mjs +44 -18
- package/esm2020/lib/compose/trace/trace.pane.component.mjs +4 -4
- package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
- package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
- package/esm2020/lib/compose/version-compare/version.pane.component.mjs +3 -3
- package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
- package/esm2020/lib/core/account.service.mjs +3 -3
- package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
- package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
- package/esm2020/lib/core/base.mjs +1 -1
- package/esm2020/lib/core/component-factory-resolver.mjs +3 -3
- package/esm2020/lib/core/configuration.mjs +2 -1
- package/esm2020/lib/core/controls/address.input.mjs +11 -8
- package/esm2020/lib/core/controls/auto-complete.input.mjs +3 -3
- package/esm2020/lib/core/controls/combination-picker-body.mjs +3 -3
- package/esm2020/lib/core/controls/combination-picker.mjs +3 -3
- package/esm2020/lib/core/controls/combination-pool.mjs +3 -3
- package/esm2020/lib/core/controls/file.input.mjs +361 -0
- package/esm2020/lib/core/controls/select.input.mjs +15 -13
- package/esm2020/lib/core/controls/time-picker.mjs +3 -3
- package/esm2020/lib/core/controls/timespan.input.mjs +3 -3
- package/esm2020/lib/core/datasource.service.mjs +24 -12
- package/esm2020/lib/core/functions.mjs +8 -1
- package/esm2020/lib/core/guide/guide.component.mjs +3 -3
- package/esm2020/lib/core/guide/guide.service.mjs +3 -3
- package/esm2020/lib/core/http.interceptor.mjs +3 -3
- package/esm2020/lib/core/hub.service.mjs +4 -4
- package/esm2020/lib/core/identity/identity.component.mjs +3 -3
- package/esm2020/lib/core/info/attachment-info.service.mjs +10 -12
- package/esm2020/lib/core/info/document-info.service.mjs +3 -3
- package/esm2020/lib/core/info/location-info.component.mjs +3 -3
- package/esm2020/lib/core/info/map-info.mjs +3 -3
- package/esm2020/lib/core/layout/autocomplete.field.mjs +4 -4
- package/esm2020/lib/core/layout/checkbox.field.mjs +3 -3
- package/esm2020/lib/core/layout/checkbox.mjs +3 -3
- package/esm2020/lib/core/layout/date-range.field.mjs +3 -3
- package/esm2020/lib/core/layout/date.field.mjs +3 -3
- package/esm2020/lib/core/layout/expression.field.mjs +3 -3
- package/esm2020/lib/core/layout/html.field.mjs +3 -3
- package/esm2020/lib/core/layout/input.base.mjs +3 -3
- package/esm2020/lib/core/layout/input.field.mjs +3 -3
- package/esm2020/lib/core/layout/layout.component.mjs +3 -3
- package/esm2020/lib/core/layout/numeric.field.mjs +3 -3
- package/esm2020/lib/core/layout/select.field.mjs +5 -5
- package/esm2020/lib/core/layout/switch.field.mjs +3 -3
- package/esm2020/lib/core/layout/textarea.field.mjs +3 -3
- package/esm2020/lib/core/layout/timespan.field.mjs +3 -3
- package/esm2020/lib/core/lottie-animation.mjs +3 -3
- package/esm2020/lib/core/mailbox.service.mjs +144 -38
- package/esm2020/lib/core/models.mjs +8 -1
- package/esm2020/lib/core/none.component.mjs +3 -3
- package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/calendar.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
- package/esm2020/lib/core/pipes/difference.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/duration-format.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
- package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/time-ago.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/translate.pipe.mjs +6 -6
- package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
- package/esm2020/lib/core/popup/popup.component.mjs +3 -3
- package/esm2020/lib/core/popup/popup.service.mjs +3 -3
- package/esm2020/lib/core/popup/tooltip.directive.mjs +6 -6
- package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +3 -3
- package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
- package/esm2020/lib/core/prompt.service.mjs +3 -3
- package/esm2020/lib/core/router.mjs +6 -6
- package/esm2020/lib/core/session.service.mjs +10 -5
- package/esm2020/lib/core/slots/pane-ref.mjs +3 -1
- package/esm2020/lib/core/slots/router.directive.mjs +3 -3
- package/esm2020/lib/core/slots/router.service.mjs +3 -3
- package/esm2020/lib/core/slots/slots.component.mjs +22 -8
- package/esm2020/lib/core/tagging/documents.component.mjs +3 -3
- package/esm2020/lib/core/tagging/edit-input.component.mjs +3 -3
- package/esm2020/lib/core/tagging/emoji.component.mjs +3 -3
- package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
- package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
- package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
- package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
- package/esm2020/lib/core/tagging/users.component.mjs +3 -3
- package/esm2020/lib/core/translate.service.mjs +7 -4
- package/esm2020/lib/core/translations.mjs +12 -4
- package/esm2020/lib/core/window-title.service.mjs +3 -3
- package/esm2020/lib/cube/accum/accum.component.mjs +17 -13
- package/esm2020/lib/cube/chart/chart.component.mjs +17 -13
- package/esm2020/lib/cube/cube-info.service.mjs +5 -5
- package/esm2020/lib/cube/cube-menu.component.mjs +3 -3
- package/esm2020/lib/cube/cube-view.component.mjs +3 -3
- package/esm2020/lib/cube/cube.service.mjs +22 -7
- package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
- package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
- package/esm2020/lib/cube/explore/explore-items.component.mjs +19 -15
- package/esm2020/lib/cube/explore/explore.pane.component.mjs +14 -9
- package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
- package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
- package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
- package/esm2020/lib/cube/filter/filter.component.mjs +50 -31
- package/esm2020/lib/cube/grid/grid.component.mjs +3 -3
- package/esm2020/lib/cube/grid/spreadsheet.component.mjs +20 -23
- package/esm2020/lib/cube/matrix/matrix.base.mjs +4 -4
- package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +6 -5
- package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +6 -6
- package/esm2020/lib/cube/matrix/popup.component.mjs +67 -0
- package/esm2020/lib/cube/matrix/table.component.mjs +6 -6
- package/esm2020/lib/cube/parallel/parallel.component.mjs +16 -8
- package/esm2020/lib/cube/pivot/pivot.component.mjs +22 -17
- package/esm2020/lib/cube/sum/sum.component.mjs +4 -4
- package/esm2020/lib/cube/view-base.mjs +3 -3
- package/esm2020/lib/cube/view.mobile.component.mjs +13 -7
- package/esm2020/lib/cube/view.pane.component.mjs +5 -6
- package/esm2020/lib/dashboard/actions/actions.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +4 -4
- package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/documents.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +3 -3
- package/esm2020/lib/dashboard/dashboard.component.mjs +3 -3
- package/esm2020/lib/dashboard/dashboard.pane.component.mjs +3 -3
- package/esm2020/lib/dashboard/recents/recents.widget.mjs +17 -16
- package/esm2020/lib/dashboard/score/activity.widget.mjs +3 -3
- package/esm2020/lib/dashboard/score/compare-departments.widget.mjs +3 -3
- package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +3 -3
- package/esm2020/lib/dashboard/score/pending-results.widget.mjs +3 -3
- package/esm2020/lib/dashboard/score/personal-score.widget.mjs +3 -3
- package/esm2020/lib/dashboard/widget-item.component.mjs +3 -3
- package/esm2020/lib/desktop.module.mjs +4 -4
- package/esm2020/lib/home/about/about.dialog.mjs +3 -3
- package/esm2020/lib/home/home-base.component.mjs +5 -5
- package/esm2020/lib/home/home.desktop.component.mjs +3 -3
- package/esm2020/lib/home/home.mobile.component.mjs +3 -3
- package/esm2020/lib/home/notifications/notifications.component.mjs +3 -3
- package/esm2020/lib/home/options/options.component.mjs +3 -3
- package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +3 -3
- package/esm2020/lib/home/search.service.mjs +3 -3
- package/esm2020/lib/home/sign/sign.component.mjs +3 -3
- package/esm2020/lib/home/tools.component.mjs +3 -3
- package/esm2020/lib/impersonate/impersonate.component.mjs +3 -3
- package/esm2020/lib/mobile.module.mjs +4 -4
- package/esm2020/lib/modules/chart.module.mjs +4 -4
- package/esm2020/lib/modules/circular-gauge.module.mjs +4 -4
- package/esm2020/lib/modules/date.adapter.mjs +3 -3
- package/esm2020/lib/modules/datepicker.intl.mjs +3 -3
- package/esm2020/lib/modules/diagram.module.mjs +4 -4
- package/esm2020/lib/modules/gantt.module.mjs +4 -4
- package/esm2020/lib/modules/grid.module.mjs +4 -4
- package/esm2020/lib/modules/material.module.mjs +4 -4
- package/esm2020/lib/modules/paginator.intl.mjs +3 -3
- package/esm2020/lib/modules/pivot.module.mjs +4 -4
- package/esm2020/lib/modules/schedule.module.mjs +4 -4
- package/esm2020/lib/modules/spreadsheet.module.mjs +4 -4
- package/esm2020/lib/modules/stepper.intl.mjs +3 -3
- package/esm2020/lib/modules/texteditor.module.mjs +4 -4
- package/esm2020/lib/notifications/filter.component.mjs +3 -3
- package/esm2020/lib/notifications/notifications-table.component.mjs +3 -3
- package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
- package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
- package/esm2020/lib/notifications/notifications.service.mjs +3 -3
- package/esm2020/lib/notifications/types/commented.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/escalated.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/liked.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/long-running-task.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/notification-base.mjs +3 -3
- package/esm2020/lib/notifications/types/nudge.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/state-changed.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/tagged.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +3 -3
- package/esm2020/lib/options/options.component.mjs +3 -3
- package/esm2020/lib/options/options.service.mjs +3 -3
- package/esm2020/lib/reports/arguments-component.mjs +3 -3
- package/esm2020/lib/reports/cube/grid-documents.component.mjs +3 -3
- package/esm2020/lib/reports/cube/table-documents.component.mjs +3 -3
- package/esm2020/lib/reports/cube/usage-args.component.mjs +3 -3
- package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
- package/esm2020/lib/reports/cube/usage-chart.component.mjs +12 -12
- package/esm2020/lib/reports/cube/usage-pivot.component.mjs +3 -3
- package/esm2020/lib/reports/report-viewer.component.mjs +6 -6
- package/esm2020/lib/reports/report.mobile.component.mjs +3 -3
- package/esm2020/lib/reports/report.pane.component.mjs +3 -3
- package/esm2020/lib/reports/reports-menu.component.mjs +3 -3
- package/esm2020/lib/reports/substitution/substitution.component.mjs +3 -3
- package/esm2020/lib/reports/table/table-view.component.mjs +3 -3
- package/esm2020/lib/reports/tasks/tasks.component.mjs +3 -3
- package/esm2020/lib/routes.desktop.mjs +1 -1
- package/esm2020/lib/scheduler/schedule.component.mjs +4 -4
- package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
- package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
- package/esm2020/lib/shared.module.mjs +14 -12
- package/esm2020/lib/system.module.mjs +4 -4
- package/esm2020/lib/views/cube/chart.component.mjs +4 -4
- package/esm2020/lib/views/cube/cube-base.mjs +4 -4
- package/esm2020/lib/views/cube/explore.component.mjs +4 -4
- package/esm2020/lib/views/cube/matrix.component.mjs +5 -5
- package/esm2020/lib/views/cube/parallel.component.mjs +5 -6
- package/esm2020/lib/views/cube/pivot.component.mjs +5 -5
- package/esm2020/lib/views/cube/sum.component.mjs +5 -5
- package/esm2020/lib/views/cube/view.component.mjs +3 -3
- package/esm2020/lib/views/timeline/timeline.component.exp.mjs +3 -3
- package/esm2020/lib/views/view-item.component.mjs +3 -3
- package/esm2020/lib/views/views.component.mjs +3 -3
- package/esm2020/lib/views/views.mobile.component.mjs +3 -3
- package/esm2020/lib/views/views.pane.component.mjs +3 -3
- package/esm2020/public-api.mjs +4 -3
- package/fesm2015/bizdoc-core.mjs +3047 -2438
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +3055 -2444
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/lib/browse/browse.mobile.component.d.ts +1 -0
- package/lib/browse/browse.pane.component.d.ts +1 -0
- package/lib/compose/attachments/preview/attachment-preview.component.d.ts +3 -4
- package/lib/compose/attachments/progress-button.directive.d.ts +3 -3
- package/lib/compose/form.component.d.ts +1 -0
- package/lib/compose/trace/trace.component.d.ts +6 -0
- package/lib/core/base.d.ts +3 -1
- package/lib/core/configuration.d.ts +3 -1
- package/lib/core/controls/address.input.d.ts +2 -1
- package/lib/core/controls/file.input.d.ts +87 -0
- package/lib/core/controls/select.input.d.ts +7 -5
- package/lib/core/datasource.service.d.ts +7 -4
- package/lib/core/functions.d.ts +5 -0
- package/lib/core/hub.service.d.ts +1 -2
- package/lib/core/info/attachment-info.service.d.ts +1 -2
- package/lib/core/mailbox.service.d.ts +23 -6
- package/lib/core/models.d.ts +10 -7
- package/lib/core/session.service.d.ts +1 -0
- package/lib/core/slots/pane-ref.d.ts +2 -0
- package/lib/core/translations.d.ts +8 -0
- package/lib/cube/accum/accum.component.d.ts +6 -3
- package/lib/cube/chart/chart.component.d.ts +6 -3
- package/lib/cube/cube-info.service.d.ts +8 -2
- package/lib/cube/cube.service.d.ts +10 -2
- package/lib/cube/explore/explore-items.component.d.ts +6 -3
- package/lib/cube/explore/explore.pane.component.d.ts +5 -4
- package/lib/cube/filter/filter.component.d.ts +10 -9
- package/lib/cube/grid/spreadsheet.component.d.ts +0 -1
- package/lib/cube/matrix/matrix.base.d.ts +1 -0
- package/lib/cube/matrix/matrix.pane.component.d.ts +0 -1
- package/lib/cube/matrix/{matrix.component.d.ts → popup.component.d.ts} +0 -0
- package/lib/cube/matrix/table.component.d.ts +4 -3
- package/lib/cube/parallel/parallel.component.d.ts +6 -3
- package/lib/cube/pivot/pivot.component.d.ts +4 -1
- package/lib/cube/sum/sum.component.d.ts +2 -1
- package/lib/cube/view.mobile.component.d.ts +3 -2
- package/lib/dashboard/cube/cube-analysis.base.d.ts +2 -1
- package/lib/dashboard/recents/recents.widget.d.ts +2 -1
- package/lib/shared.module.d.ts +176 -175
- package/lib/views/cube/chart.component.d.ts +2 -1
- package/lib/views/cube/cube-base.d.ts +2 -1
- package/lib/views/cube/explore.component.d.ts +2 -1
- package/lib/views/cube/matrix.component.d.ts +3 -2
- package/lib/views/cube/parallel.component.d.ts +1 -2
- package/lib/views/cube/pivot.component.d.ts +2 -1
- package/lib/views/cube/sum.component.d.ts +2 -1
- package/package.json +15 -15
- package/public-api.d.ts +4 -3
- package/assets/dayjs/locale/af.js +0 -1
- package/assets/dayjs/locale/am.js +0 -1
- package/assets/dayjs/locale/ar-dz.js +0 -1
- package/assets/dayjs/locale/ar-iq.js +0 -1
- package/assets/dayjs/locale/ar-kw.js +0 -1
- package/assets/dayjs/locale/ar-ly.js +0 -1
- package/assets/dayjs/locale/ar-ma.js +0 -1
- package/assets/dayjs/locale/ar-sa.js +0 -1
- package/assets/dayjs/locale/ar-tn.js +0 -1
- package/assets/dayjs/locale/ar.js +0 -1
- package/assets/dayjs/locale/az.js +0 -1
- package/assets/dayjs/locale/be.js +0 -1
- package/assets/dayjs/locale/bg.js +0 -1
- package/assets/dayjs/locale/bi.js +0 -1
- package/assets/dayjs/locale/bm.js +0 -1
- package/assets/dayjs/locale/bn.js +0 -1
- package/assets/dayjs/locale/bo.js +0 -1
- package/assets/dayjs/locale/br.js +0 -1
- package/assets/dayjs/locale/bs.js +0 -1
- package/assets/dayjs/locale/ca.js +0 -1
- package/assets/dayjs/locale/cs.js +0 -1
- package/assets/dayjs/locale/cv.js +0 -1
- package/assets/dayjs/locale/cy.js +0 -1
- package/assets/dayjs/locale/da.js +0 -1
- package/assets/dayjs/locale/de-at.js +0 -1
- package/assets/dayjs/locale/de-ch.js +0 -1
- package/assets/dayjs/locale/de.js +0 -1
- package/assets/dayjs/locale/dv.js +0 -1
- package/assets/dayjs/locale/el.js +0 -1
- package/assets/dayjs/locale/en-au.js +0 -1
- package/assets/dayjs/locale/en-ca.js +0 -1
- package/assets/dayjs/locale/en-gb.js +0 -1
- package/assets/dayjs/locale/en-ie.js +0 -1
- package/assets/dayjs/locale/en-il.js +0 -1
- package/assets/dayjs/locale/en-in.js +0 -1
- package/assets/dayjs/locale/en-nz.js +0 -1
- package/assets/dayjs/locale/en-sg.js +0 -1
- package/assets/dayjs/locale/en-tt.js +0 -1
- package/assets/dayjs/locale/en.js +0 -1
- package/assets/dayjs/locale/eo.js +0 -1
- package/assets/dayjs/locale/es-do.js +0 -1
- package/assets/dayjs/locale/es-mx.js +0 -1
- package/assets/dayjs/locale/es-pr.js +0 -1
- package/assets/dayjs/locale/es-us.js +0 -1
- package/assets/dayjs/locale/es.js +0 -1
- package/assets/dayjs/locale/et.js +0 -1
- package/assets/dayjs/locale/eu.js +0 -1
- package/assets/dayjs/locale/fa.js +0 -1
- package/assets/dayjs/locale/fi.js +0 -1
- package/assets/dayjs/locale/fo.js +0 -1
- package/assets/dayjs/locale/fr-ca.js +0 -1
- package/assets/dayjs/locale/fr-ch.js +0 -1
- package/assets/dayjs/locale/fr.js +0 -1
- package/assets/dayjs/locale/fy.js +0 -1
- package/assets/dayjs/locale/ga.js +0 -1
- package/assets/dayjs/locale/gd.js +0 -1
- package/assets/dayjs/locale/gl.js +0 -1
- package/assets/dayjs/locale/gom-latn.js +0 -1
- package/assets/dayjs/locale/gu.js +0 -1
- package/assets/dayjs/locale/he.js +0 -1
- package/assets/dayjs/locale/hi.js +0 -1
- package/assets/dayjs/locale/hr.js +0 -1
- package/assets/dayjs/locale/ht.js +0 -1
- package/assets/dayjs/locale/hu.js +0 -1
- package/assets/dayjs/locale/hy-am.js +0 -1
- package/assets/dayjs/locale/id.js +0 -1
- package/assets/dayjs/locale/index.d.ts +0 -11
- package/assets/dayjs/locale/is.js +0 -1
- package/assets/dayjs/locale/it-ch.js +0 -1
- package/assets/dayjs/locale/it.js +0 -1
- package/assets/dayjs/locale/ja.js +0 -1
- package/assets/dayjs/locale/jv.js +0 -1
- package/assets/dayjs/locale/ka.js +0 -1
- package/assets/dayjs/locale/kk.js +0 -1
- package/assets/dayjs/locale/km.js +0 -1
- package/assets/dayjs/locale/kn.js +0 -1
- package/assets/dayjs/locale/ko.js +0 -1
- package/assets/dayjs/locale/ku.js +0 -1
- package/assets/dayjs/locale/ky.js +0 -1
- package/assets/dayjs/locale/lb.js +0 -1
- package/assets/dayjs/locale/lo.js +0 -1
- package/assets/dayjs/locale/lt.js +0 -1
- package/assets/dayjs/locale/lv.js +0 -1
- package/assets/dayjs/locale/me.js +0 -1
- package/assets/dayjs/locale/mi.js +0 -1
- package/assets/dayjs/locale/mk.js +0 -1
- package/assets/dayjs/locale/ml.js +0 -1
- package/assets/dayjs/locale/mn.js +0 -1
- package/assets/dayjs/locale/mr.js +0 -1
- package/assets/dayjs/locale/ms-my.js +0 -1
- package/assets/dayjs/locale/ms.js +0 -1
- package/assets/dayjs/locale/mt.js +0 -1
- package/assets/dayjs/locale/my.js +0 -1
- package/assets/dayjs/locale/nb.js +0 -1
- package/assets/dayjs/locale/ne.js +0 -1
- package/assets/dayjs/locale/nl-be.js +0 -1
- package/assets/dayjs/locale/nl.js +0 -1
- package/assets/dayjs/locale/nn.js +0 -1
- package/assets/dayjs/locale/oc-lnc.js +0 -1
- package/assets/dayjs/locale/pa-in.js +0 -1
- package/assets/dayjs/locale/pl.js +0 -1
- package/assets/dayjs/locale/pt-br.js +0 -1
- package/assets/dayjs/locale/pt.js +0 -1
- package/assets/dayjs/locale/ro.js +0 -1
- package/assets/dayjs/locale/ru.js +0 -1
- package/assets/dayjs/locale/rw.js +0 -1
- package/assets/dayjs/locale/sd.js +0 -1
- package/assets/dayjs/locale/se.js +0 -1
- package/assets/dayjs/locale/si.js +0 -1
- package/assets/dayjs/locale/sk.js +0 -1
- package/assets/dayjs/locale/sl.js +0 -1
- package/assets/dayjs/locale/sq.js +0 -1
- package/assets/dayjs/locale/sr-cyrl.js +0 -1
- package/assets/dayjs/locale/sr.js +0 -1
- package/assets/dayjs/locale/ss.js +0 -1
- package/assets/dayjs/locale/sv-fi.js +0 -1
- package/assets/dayjs/locale/sv.js +0 -1
- package/assets/dayjs/locale/sw.js +0 -1
- package/assets/dayjs/locale/ta.js +0 -1
- package/assets/dayjs/locale/te.js +0 -1
- package/assets/dayjs/locale/tet.js +0 -1
- package/assets/dayjs/locale/tg.js +0 -1
- package/assets/dayjs/locale/th.js +0 -1
- package/assets/dayjs/locale/tk.js +0 -1
- package/assets/dayjs/locale/tl-ph.js +0 -1
- package/assets/dayjs/locale/tlh.js +0 -1
- package/assets/dayjs/locale/tr.js +0 -1
- package/assets/dayjs/locale/types.d.ts +0 -33
- package/assets/dayjs/locale/tzl.js +0 -1
- package/assets/dayjs/locale/tzm-latn.js +0 -1
- package/assets/dayjs/locale/tzm.js +0 -1
- package/assets/dayjs/locale/ug-cn.js +0 -1
- package/assets/dayjs/locale/uk.js +0 -1
- package/assets/dayjs/locale/ur.js +0 -1
- package/assets/dayjs/locale/uz-latn.js +0 -1
- package/assets/dayjs/locale/uz.js +0 -1
- package/assets/dayjs/locale/vi.js +0 -1
- package/assets/dayjs/locale/x-pseudo.js +0 -1
- package/assets/dayjs/locale/yo.js +0 -1
- package/assets/dayjs/locale/zh-cn.js +0 -1
- package/assets/dayjs/locale/zh-hk.js +0 -1
- package/assets/dayjs/locale/zh-tw.js +0 -1
- package/assets/dayjs/locale/zh.js +0 -1
- package/esm2020/lib/cube/matrix/matrix.component.mjs +0 -66
@@ -5,14 +5,13 @@ import { AnimationEvent } from '@angular/animations';
|
|
5
5
|
import { Observable } from 'rxjs';
|
6
6
|
import { DomSanitizer, SafeUrl } from '@angular/platform-browser';
|
7
7
|
import { Directionality, Direction } from '@angular/cdk/bidi';
|
8
|
-
import {
|
8
|
+
import { MailboxService } from '../../../core/mailbox.service';
|
9
9
|
import * as i0 from "@angular/core";
|
10
10
|
export declare const FILE_PREVIEW_DIALOG_DATA: InjectionToken<PreviewData>;
|
11
|
-
export declare const IMAGE_TYPE: string[];
|
12
11
|
export declare class AttachmentPreview implements OnInit, AfterViewInit {
|
13
12
|
private _renderer;
|
14
13
|
data: PreviewData;
|
15
|
-
private
|
14
|
+
private _service;
|
16
15
|
private _overlayRef;
|
17
16
|
obj: ElementRef;
|
18
17
|
img: ElementRef;
|
@@ -27,7 +26,7 @@ export declare class AttachmentPreview implements OnInit, AfterViewInit {
|
|
27
26
|
private readonly _beforeClose;
|
28
27
|
private readonly _afterClosed;
|
29
28
|
/** attachment-preview ctor */
|
30
|
-
constructor(_directionality: Directionality, _renderer: Renderer2, data: PreviewData, sanitizer: DomSanitizer,
|
29
|
+
constructor(_directionality: Directionality, _renderer: Renderer2, data: PreviewData, sanitizer: DomSanitizer, _service: MailboxService, _overlayRef: OverlayRef);
|
31
30
|
resize(): void;
|
32
31
|
ngOnInit(): void;
|
33
32
|
ngAfterViewInit(): void;
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import { ElementRef, Renderer2, OnChanges, SimpleChanges, AfterViewInit } from '@angular/core';
|
2
2
|
import * as i0 from "@angular/core";
|
3
|
-
export declare class
|
3
|
+
export declare class ProgressDirective implements AfterViewInit, OnChanges {
|
4
4
|
private renderer;
|
5
5
|
progressIndicator: number;
|
6
6
|
private _progressDiv;
|
7
7
|
constructor(elementRef: ElementRef, renderer: Renderer2);
|
8
8
|
ngAfterViewInit(): void;
|
9
9
|
ngOnChanges(_changes: SimpleChanges): void;
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressDirective, never>;
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressDirective, "[progressIndicator]", never, { "progressIndicator": "progressIndicator"; }, {}, never>;
|
12
12
|
}
|
@@ -61,6 +61,7 @@ export declare class ComposeFormComponent implements OnDestroy, OnInit, OnChange
|
|
61
61
|
private _getActionAdjective;
|
62
62
|
private _save;
|
63
63
|
upload(files: File[]): Observable<any>;
|
64
|
+
private _constructAttachment;
|
64
65
|
tag(evt: MouseEvent): void;
|
65
66
|
private _reset;
|
66
67
|
private _sortActions;
|
@@ -17,10 +17,15 @@ export declare class TraceViewComponent extends TraceBase implements OnChanges {
|
|
17
17
|
model: DocumentModel<any>;
|
18
18
|
readonly versionSelected: EventEmitter<Date>;
|
19
19
|
data: Trace[];
|
20
|
+
private _data;
|
20
21
|
readonly CALENDAR_SPEC: CalendarSpec;
|
21
22
|
constructor(_session: SessionService, _translate: TranslateService, _accounts: AccountService, _chat: ChatInfo, hub: HubService);
|
22
23
|
ngOnChanges(_changes: SimpleChanges): void;
|
23
24
|
private _initialise;
|
25
|
+
private _filter;
|
26
|
+
private _showAll;
|
27
|
+
get showAll(): boolean;
|
28
|
+
set showAll(value: boolean);
|
24
29
|
refresh(): void;
|
25
30
|
/**
|
26
31
|
* user name, chat anchor tag or You
|
@@ -60,6 +65,7 @@ interface Trace {
|
|
60
65
|
duration?: number;
|
61
66
|
durationMin?: number;
|
62
67
|
durationMax?: number;
|
68
|
+
fileName?: string;
|
63
69
|
time?: Date;
|
64
70
|
model?: {};
|
65
71
|
}
|
package/lib/core/base.d.ts
CHANGED
@@ -2,10 +2,12 @@ import { DocumentModel } from "../core/models";
|
|
2
2
|
import { FormGroup } from "@angular/forms";
|
3
3
|
import { Observable } from "rxjs";
|
4
4
|
export declare type ViewMode = 'compose' | 'preview' | 'print' | 'version';
|
5
|
+
export declare type FormMode = '';
|
5
6
|
export interface FormComponent<TModel> {
|
6
7
|
form: FormGroup;
|
7
|
-
mode
|
8
|
+
mode: ViewMode;
|
8
9
|
onBind(data: DocumentModel<TModel>, version?: TModel): void;
|
10
|
+
onMessage?(obj: any): any;
|
9
11
|
onSave?(): Observable<boolean> | Promise<boolean> | boolean;
|
10
12
|
}
|
11
13
|
export interface ReportComponent<TResult, TArgs = any, TOptions = any> {
|
@@ -33,7 +33,8 @@ export declare enum OpenPolicy {
|
|
33
33
|
Defer = 32,
|
34
34
|
Expandable = 64,
|
35
35
|
Preserve = 128,
|
36
|
-
Dialog = 256
|
36
|
+
Dialog = 256,
|
37
|
+
Dismissable = 256
|
37
38
|
}
|
38
39
|
export declare const DEFAULT_POLICY: number;
|
39
40
|
export interface BizDocChildConfig {
|
@@ -64,6 +65,7 @@ export interface BizDocConfig {
|
|
64
65
|
folders?: FoldersSettings;
|
65
66
|
analysis?: AnalysisSettings | boolean;
|
66
67
|
}
|
68
|
+
export declare type ScopeType = 'patterns' | 'positions';
|
67
69
|
export interface AnalysisSettings {
|
68
70
|
}
|
69
71
|
export interface SchedulerSettings {
|
@@ -38,12 +38,13 @@ export declare class AddressInput implements MatFormFieldControl<string>, Contro
|
|
38
38
|
describedBy: string;
|
39
39
|
setDescribedByIds(ids: string[]): void;
|
40
40
|
onContainerClick(): void;
|
41
|
-
writeValue(
|
41
|
+
writeValue(val: any): void;
|
42
42
|
registerOnChange(fn: any): void;
|
43
43
|
registerOnTouched(fn: any): void;
|
44
44
|
setDisabledState?(isDisabled: boolean): void;
|
45
45
|
get value(): string;
|
46
46
|
set value(val: string);
|
47
|
+
private _setValue;
|
47
48
|
onFocus(): void;
|
48
49
|
onBlur(): void;
|
49
50
|
displayFn(address: google.maps.places.QueryAutocompletePrediction | string): string;
|
@@ -0,0 +1,87 @@
|
|
1
|
+
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
2
|
+
import { NgControl, ControlValueAccessor } from '@angular/forms';
|
3
|
+
import { MatFormFieldControl } from '@angular/material/form-field';
|
4
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
5
|
+
import { Subject } from 'rxjs';
|
6
|
+
import { AttachmentInfo } from '../info/attachment-info.service';
|
7
|
+
import { AttachmentExtra, MailboxService } from '../mailbox.service';
|
8
|
+
import { Attachment, RecipientModel } from '../models';
|
9
|
+
import { PromptService } from '../prompt.service';
|
10
|
+
import { SessionService } from '../session.service';
|
11
|
+
import { TranslateService } from '../translate.service';
|
12
|
+
import * as i0 from "@angular/core";
|
13
|
+
export declare class FileInput implements MatFormFieldControl<number | number[]>, ControlValueAccessor, OnInit, OnDestroy {
|
14
|
+
private _dropableElement;
|
15
|
+
private _mailbox;
|
16
|
+
private _sanitizer;
|
17
|
+
private _attachmentInfo;
|
18
|
+
private _translate;
|
19
|
+
private _session;
|
20
|
+
private _sb;
|
21
|
+
ngControl: NgControl;
|
22
|
+
private _model;
|
23
|
+
private static nextId;
|
24
|
+
readonly id: string;
|
25
|
+
readonly stateChanges: Subject<void>;
|
26
|
+
private _multiple;
|
27
|
+
get multiple(): boolean;
|
28
|
+
set multiple(value: boolean);
|
29
|
+
accept: any;
|
30
|
+
icon: string;
|
31
|
+
_input: ElementRef<HTMLInputElement>;
|
32
|
+
items: AttachmentExtra[];
|
33
|
+
private _placeholder;
|
34
|
+
private _required;
|
35
|
+
private _disabled;
|
36
|
+
private _onChange;
|
37
|
+
private _onTouched;
|
38
|
+
private _value;
|
39
|
+
private readonly _dragDrop;
|
40
|
+
private readonly _pending;
|
41
|
+
constructor(_dropableElement: ElementRef, _mailbox: MailboxService, _sanitizer: DomSanitizer, _attachmentInfo: AttachmentInfo, _translate: TranslateService, _session: SessionService, _sb: PromptService, ngControl: NgControl, _model: RecipientModel<any>);
|
42
|
+
hasVersion(item: Attachment): boolean;
|
43
|
+
getVersions(item: Attachment): Attachment[];
|
44
|
+
download(item: AttachmentExtra): void;
|
45
|
+
previewOrDownload(item: AttachmentExtra): void;
|
46
|
+
canPreview(item: AttachmentExtra): boolean;
|
47
|
+
canEdit(item: AttachmentExtra): boolean;
|
48
|
+
openPreview(item: AttachmentExtra): void;
|
49
|
+
cancel(item: AttachmentExtra): void;
|
50
|
+
checkIn(item: AttachmentExtra): void;
|
51
|
+
checkOut(item: AttachmentExtra): void;
|
52
|
+
discard(item: AttachmentExtra): void;
|
53
|
+
ngOnInit(): void;
|
54
|
+
handleDocumentDrop(event: KeyboardEvent): void;
|
55
|
+
handleDrop(event: DragEvent): void;
|
56
|
+
handleEnter(event: DragEvent): void;
|
57
|
+
handleLeave(event: DragEvent): void;
|
58
|
+
handleOver(event: DragEvent): void;
|
59
|
+
writeValue(val: number | number[]): void;
|
60
|
+
registerOnChange(fn: any): void;
|
61
|
+
registerOnTouched(fn: any): void;
|
62
|
+
setDisabledState?(isDisabled: boolean): void;
|
63
|
+
get value(): number | number[];
|
64
|
+
set value(val: number | number[]);
|
65
|
+
get placeholder(): string;
|
66
|
+
set placeholder(plh: string);
|
67
|
+
focused: boolean;
|
68
|
+
get empty(): boolean;
|
69
|
+
shouldLabelFloat: boolean;
|
70
|
+
get required(): boolean;
|
71
|
+
set required(req: boolean);
|
72
|
+
get disabled(): boolean;
|
73
|
+
set disabled(value: boolean);
|
74
|
+
errorState: boolean;
|
75
|
+
controlType?: string;
|
76
|
+
describedBy: string;
|
77
|
+
setDescribedByIds(ids: string[]): void;
|
78
|
+
onContainerClick(): void;
|
79
|
+
prompt(): void;
|
80
|
+
private _prompt;
|
81
|
+
_change(evt: InputEvent): void;
|
82
|
+
private _createItem;
|
83
|
+
private _upload;
|
84
|
+
ngOnDestroy(): void;
|
85
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileInput, [null, null, null, null, null, null, null, { optional: true; self: true; }, null]>;
|
86
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileInput, "bizdoc-file-upload", never, { "multiple": "multiple"; "accept": "accept"; "icon": "icon"; "value": "value"; "placeholder": "placeholder"; "required": "required"; "disabled": "disabled"; }, {}, never, never>;
|
87
|
+
}
|
@@ -7,13 +7,14 @@ import { Subject, Observable } from 'rxjs';
|
|
7
7
|
import { FieldInfo } from '../models';
|
8
8
|
import { SessionService } from '../session.service';
|
9
9
|
import { DatasourceService } from '../datasource.service';
|
10
|
+
import { ScopeType } from '../configuration';
|
10
11
|
import * as i0 from "@angular/core";
|
11
12
|
export declare class TypeSelect implements MatFormFieldControl<string | string[]>, ControlValueAccessor, OnInit, DoCheck, OnDestroy {
|
12
13
|
ngControl: NgControl;
|
13
14
|
private _fm;
|
14
|
-
private
|
15
|
-
private
|
16
|
-
private
|
15
|
+
private _elRef;
|
16
|
+
private _session;
|
17
|
+
private _service;
|
17
18
|
focus(): void;
|
18
19
|
private static nextId;
|
19
20
|
private _placeholder;
|
@@ -31,6 +32,7 @@ export declare class TypeSelect implements MatFormFieldControl<string | string[]
|
|
31
32
|
inputElement: MatSelect;
|
32
33
|
id: string;
|
33
34
|
type: string;
|
35
|
+
scope: ScopeType;
|
34
36
|
readonly selectionChange: EventEmitter<SelectEvent>;
|
35
37
|
set multiple(val: boolean);
|
36
38
|
get multiple(): boolean;
|
@@ -62,11 +64,11 @@ export declare class TypeSelect implements MatFormFieldControl<string | string[]
|
|
62
64
|
ngDoCheck(): void;
|
63
65
|
_compareWithKey(option1: KeyValue, option2: KeyValue): boolean;
|
64
66
|
private readonly _destroy;
|
65
|
-
constructor(ngControl: NgControl, _fm: FocusMonitor,
|
67
|
+
constructor(ngControl: NgControl, _fm: FocusMonitor, _elRef: ElementRef<HTMLElement>, _session: SessionService, _service: DatasourceService);
|
66
68
|
ngOnInit(): void;
|
67
69
|
ngOnDestroy(): void;
|
68
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<TypeSelect, [{ optional: true; self: true; }, null, null, null, null]>;
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TypeSelect, "bizdoc-select", never, { "type": "type"; "multiple": "multiple"; "placeholder": "placeholder"; "required": "required"; "disabled": "disabled"; "text": "text"; "value": "value"; }, { "selectionChange": "selectionChange"; "textChange": "textChange"; }, never, never>;
|
71
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TypeSelect, "bizdoc-select", never, { "type": "type"; "scope": "scope"; "multiple": "multiple"; "placeholder": "placeholder"; "required": "required"; "disabled": "disabled"; "text": "text"; "value": "value"; }, { "selectionChange": "selectionChange"; "textChange": "textChange"; }, never, never>;
|
70
72
|
}
|
71
73
|
interface KeyValue {
|
72
74
|
key: any;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
2
2
|
import { Observable } from 'rxjs';
|
3
|
+
import { ParamMap } from './configuration';
|
3
4
|
import * as i0 from "@angular/core";
|
4
5
|
/** */
|
5
6
|
export declare class DatasourceService {
|
@@ -24,9 +25,7 @@ export declare class DatasourceService {
|
|
24
25
|
* @param type
|
25
26
|
* @param params
|
26
27
|
*/
|
27
|
-
map(type: string,
|
28
|
-
[key: string]: any;
|
29
|
-
}): Observable<{
|
28
|
+
map(type: string, queryParams?: string | number | ParamMap): Observable<{
|
30
29
|
[name: string]: any;
|
31
30
|
}>;
|
32
31
|
/**
|
@@ -34,10 +33,14 @@ export declare class DatasourceService {
|
|
34
33
|
* @param type
|
35
34
|
* @param params
|
36
35
|
*/
|
37
|
-
all(type: string,
|
36
|
+
all(type: string, queryParams?: string | number | ParamMap): Observable<{
|
38
37
|
key: string;
|
39
38
|
value: any;
|
40
39
|
}[]>;
|
41
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatasourceService, never>;
|
42
41
|
static ɵprov: i0.ɵɵInjectableDeclaration<DatasourceService>;
|
43
42
|
}
|
43
|
+
export interface Options {
|
44
|
+
params?: any;
|
45
|
+
dependencies?: ParamMap;
|
46
|
+
}
|
package/lib/core/functions.d.ts
CHANGED
@@ -1,4 +1,9 @@
|
|
1
1
|
export declare type MaterialMode = 50 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 'A100' | 'A200' | 'A400' | 'A700';
|
2
|
+
export declare function mapToArray(map: any): {
|
3
|
+
key: string;
|
4
|
+
value: any;
|
5
|
+
}[];
|
6
|
+
export declare function isImage(contentType: string): boolean;
|
2
7
|
export declare function cleanup(params: any): any;
|
3
8
|
export declare function outOfBound(element: HTMLElement): boolean;
|
4
9
|
export declare function isMobile(): boolean;
|
@@ -9,8 +9,7 @@ export declare class AttachmentInfo {
|
|
9
9
|
private _dir;
|
10
10
|
static exists(contentType: string): boolean;
|
11
11
|
static isImage(contentType: string): boolean;
|
12
|
-
static
|
13
|
-
ext(file: string): string;
|
12
|
+
static fileExt(fileName: string): string;
|
14
13
|
preview<T = any>(item: DocumentModel<T>, fileId: number): void;
|
15
14
|
constructor(_overlay: Overlay, _injector: Injector, _dir: Directionality);
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<AttachmentInfo, never>;
|
@@ -1,9 +1,11 @@
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
2
2
|
import { HttpClient } from '@angular/common/http';
|
3
|
-
import { Comment, UserInfo, RecipientModel, ScheduledEvent, HeaderModel, DocumentModel, Vote, CommentVersion, Chain } from './models';
|
3
|
+
import { Comment, UserInfo, RecipientModel, Attachment, ScheduledEvent, HeaderModel, DocumentModel, Vote, CommentVersion, Chain } from './models';
|
4
4
|
import { SessionService } from './session.service';
|
5
5
|
import { Observable } from 'rxjs';
|
6
6
|
import { HubService } from './hub.service';
|
7
|
+
import { AuthenticationImpl } from './authentication';
|
8
|
+
import { SafeUrl } from '@angular/platform-browser';
|
7
9
|
import * as i0 from "@angular/core";
|
8
10
|
export declare const DOCUMENT_MODEL: InjectionToken<DocumentModel<any>>;
|
9
11
|
export declare type FilterType = 'recent' | 'unread' | 'flagged';
|
@@ -12,13 +14,15 @@ export interface ChangeEvent<T> {
|
|
12
14
|
}
|
13
15
|
export declare class MailboxService {
|
14
16
|
private _session;
|
17
|
+
private _auth;
|
15
18
|
private _http;
|
16
19
|
private readonly _change$;
|
17
20
|
private readonly _delete$;
|
18
21
|
/** */
|
19
22
|
readonly changed: Observable<RecipientModel<any>>;
|
20
23
|
readonly deleted: Observable<number>;
|
21
|
-
constructor(_session: SessionService, messaging: HubService, _http: HttpClient);
|
24
|
+
constructor(_session: SessionService, _auth: AuthenticationImpl, messaging: HubService, _http: HttpClient);
|
25
|
+
formatDownloadUrl(documentId: number, fileId: number): string;
|
22
26
|
download(documentId: number, fileId: number): Observable<any>;
|
23
27
|
removeattachment(id: number, fileId: number): Observable<any>;
|
24
28
|
read(id: number, read: boolean, folderId?: string, received?: Date): Observable<any>;
|
@@ -32,7 +36,11 @@ export declare class MailboxService {
|
|
32
36
|
*/
|
33
37
|
changeState(documentId: number, stateId: string, userId?: string): Observable<any>;
|
34
38
|
move(id: number, folderId: string): Observable<any>;
|
35
|
-
|
39
|
+
checkOut(documentId: number, version: number, attachmentId: number): Observable<Object>;
|
40
|
+
checkIn(documentId: number, version: number, attachmentId: number, file: File): Observable<Attachment>;
|
41
|
+
upload(recipientId: number, formId: string, version: number, files: File | File[], options?: {
|
42
|
+
isPrivate?: boolean;
|
43
|
+
}): Observable<Attachment[]>;
|
36
44
|
/**
|
37
45
|
* retrieve senders
|
38
46
|
* @param name
|
@@ -84,7 +92,7 @@ export declare class MailboxService {
|
|
84
92
|
create<T = any>(form: string): Observable<RecipientModel<T>>;
|
85
93
|
get<T = any>(id: number, read?: boolean): Observable<RecipientModel<T>>;
|
86
94
|
private _updateunreadcounter;
|
87
|
-
save<T = any>(id: number,
|
95
|
+
save<T = any>(id: number, form: string, version: number, model: {}, files?: File[] | FileList): Observable<RecipientModel<T>>;
|
88
96
|
delete(id: number): Observable<any>;
|
89
97
|
removecomment(id: number): Observable<any>;
|
90
98
|
submit<T = any>(id: number, version: number, form: string, model?: any, read?: boolean, folderId?: string, received?: Date): Observable<RecipientModel<T>>;
|
@@ -111,7 +119,16 @@ export interface ItemExtra {
|
|
111
119
|
loaded?: boolean;
|
112
120
|
working?: boolean;
|
113
121
|
}
|
114
|
-
export interface AttachmentExtra {
|
115
|
-
|
122
|
+
export interface AttachmentExtra extends Attachment {
|
123
|
+
url: SafeUrl;
|
124
|
+
fileExt: string;
|
125
|
+
isImage: boolean;
|
126
|
+
progress?: number;
|
127
|
+
checkedOut?: Date;
|
128
|
+
viewed?: Date;
|
116
129
|
failed?: boolean;
|
117
130
|
}
|
131
|
+
export interface UploadEvent {
|
132
|
+
progress: number;
|
133
|
+
state: 'pending' | 'progress' | 'done';
|
134
|
+
}
|
package/lib/core/models.d.ts
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
import { NodeModel, ConnectorModel, ShapeModel, FlowShapeModel, BasicShapeModel, ImageModel, PathModel, TextModel, BpmnShapeModel, NativeModel } from "@syncfusion/ej2-angular-diagrams";
|
2
|
-
import { ScopeType } from "../cube/cube.service";
|
3
2
|
export declare const INBOX = "ib", DRAFT = "df";
|
4
3
|
export interface HeaderModel<T = any> {
|
5
4
|
parentId?: number;
|
@@ -123,7 +122,7 @@ export interface Log {
|
|
123
122
|
fileId?: number;
|
124
123
|
error?: string;
|
125
124
|
}
|
126
|
-
export declare type LogType = 'Submit' | 'Download' | 'StateChange' | 'ActionTaken' | 'ModelChange' | 'Node' | 'VirtualNode' | 'Jump' | 'Connector' | 'VirtualConnector' | 'Escalation';
|
125
|
+
export declare type LogType = 'Submit' | 'Download' | 'StateChange' | 'ActionTaken' | 'CheckIn' | 'CheckOut' | 'ModelChange' | 'Node' | 'VirtualNode' | 'Jump' | 'Connector' | 'VirtualConnector' | 'Escalation';
|
127
126
|
export interface Recipient {
|
128
127
|
originId?: number;
|
129
128
|
substitutingId?: string;
|
@@ -166,10 +165,15 @@ export interface Attachment {
|
|
166
165
|
userId: string;
|
167
166
|
byId?: string;
|
168
167
|
time: Date;
|
169
|
-
viewed?: Date;
|
170
168
|
deleted?: boolean;
|
171
|
-
|
172
|
-
|
169
|
+
mode?: AttachmentMode;
|
170
|
+
holdingId?: string;
|
171
|
+
}
|
172
|
+
export declare enum AttachmentMode {
|
173
|
+
Public = 1,
|
174
|
+
Private = 2,
|
175
|
+
CheckedOut = 4,
|
176
|
+
CheckedIn = 8
|
173
177
|
}
|
174
178
|
export interface Comment {
|
175
179
|
id: number;
|
@@ -514,7 +518,6 @@ export interface GuideStep {
|
|
514
518
|
export interface FlowNode {
|
515
519
|
name: string;
|
516
520
|
title: string;
|
517
|
-
visible?: boolean;
|
518
521
|
style?: string;
|
519
522
|
palette?: string;
|
520
523
|
shape: ShapeModel | FlowShapeModel | BasicShapeModel | ImageModel | PathModel | TextModel | BpmnShapeModel | NativeModel;
|
@@ -548,6 +551,7 @@ export interface CubeAxis {
|
|
548
551
|
hidden?: boolean;
|
549
552
|
combination?: boolean;
|
550
553
|
selectionMode?: 'Single' | 'Pattern' | 'Multiple' | 'Search' | 'None';
|
554
|
+
decendentOf?: string;
|
551
555
|
}
|
552
556
|
export declare type AxisType = string | number | Array<string | number>;
|
553
557
|
export interface AxesMap {
|
@@ -565,7 +569,6 @@ export interface CubeView {
|
|
565
569
|
type: ViewType;
|
566
570
|
chartType?: ChartType;
|
567
571
|
indicesChartType?: ChartType;
|
568
|
-
scope?: ScopeType;
|
569
572
|
}
|
570
573
|
export declare type ViewType = 'Spreadsheet' | 'Chart' | 'Pivot' | 'Grid';
|
571
574
|
export declare type ChartType = 'Pie' |
|
@@ -48,6 +48,7 @@ export declare class SessionService {
|
|
48
48
|
/** online or set in profile */
|
49
49
|
get state(): AvailabilityState;
|
50
50
|
set state(value: AvailabilityState);
|
51
|
+
isInRole(role: string): Observable<boolean>;
|
51
52
|
/** */
|
52
53
|
get isOutOfOffice(): boolean;
|
53
54
|
/** update profile */
|
@@ -83,6 +83,7 @@ export declare class PaneRef<T = any> {
|
|
83
83
|
get mode(): "tab" | "pane";
|
84
84
|
get parent(): PaneRef<any>;
|
85
85
|
get dialog(): boolean;
|
86
|
+
get dismissable(): boolean;
|
86
87
|
get route(): PaneRoute;
|
87
88
|
constructor(component: Type<any>, mode: 'tab' | 'pane', _options: {
|
88
89
|
path?: string;
|
@@ -101,6 +102,7 @@ export declare class PaneRef<T = any> {
|
|
101
102
|
params?: ParamMap;
|
102
103
|
queryParams?: ParamMap;
|
103
104
|
expandable?: boolean;
|
105
|
+
dismissable?: boolean;
|
104
106
|
});
|
105
107
|
decendentOf(pane: PaneRef<any>): boolean;
|
106
108
|
refresh(): void;
|
@@ -78,6 +78,11 @@ export declare const SYNCFUSION_L18N: {
|
|
78
78
|
};
|
79
79
|
export declare const STRINGS: {
|
80
80
|
'en-US': {
|
81
|
+
CheckOut: string;
|
82
|
+
CheckIn: string;
|
83
|
+
CheckedOut: string;
|
84
|
+
CheckedIn: string;
|
85
|
+
DragFile: string;
|
81
86
|
Expand: string;
|
82
87
|
WorkingHome: string;
|
83
88
|
Emoji: string;
|
@@ -508,6 +513,7 @@ export declare const STRINGS: {
|
|
508
513
|
Working: string;
|
509
514
|
};
|
510
515
|
'he-IL': {
|
516
|
+
DragFile: string;
|
511
517
|
Mention: string;
|
512
518
|
Working: string;
|
513
519
|
WorkingMale: string;
|
@@ -533,7 +539,9 @@ export declare const STRINGS: {
|
|
533
539
|
DeleteFemale: string;
|
534
540
|
History: string;
|
535
541
|
Skipped: string;
|
542
|
+
Route: string;
|
536
543
|
Trace: string;
|
544
|
+
Log: string;
|
537
545
|
ProfilerSearchHelp: string;
|
538
546
|
TraceSearchHelp: string;
|
539
547
|
DiagramVersion: string;
|
@@ -2,10 +2,11 @@ import { EventEmitter, OnDestroy, OnInit, ElementRef, SimpleChanges, OnChanges }
|
|
2
2
|
import { AccumulationDataLabelSettingsModel, TooltipSettingsModel, LegendSettingsModel, AccumulationChart, IPointEventArgs, IAccTextRenderEventArgs, IAccTooltipRenderEventArgs } from '@syncfusion/ej2-angular-charts';
|
3
3
|
import { AxisClickEvent, CubeViewerComponent } from "../declarations";
|
4
4
|
import { AxesMap, ChartType } from '../../core/models';
|
5
|
-
import { CubeService, Point
|
5
|
+
import { CubeService, Point } from '../cube.service';
|
6
6
|
import { SessionService } from '../../core/session.service';
|
7
7
|
import { TranslateService } from '../../core/translate.service';
|
8
8
|
import { PromptService } from '../../core/prompt.service';
|
9
|
+
import { ScopeType } from '../../core/configuration';
|
9
10
|
import * as i0 from "@angular/core";
|
10
11
|
export declare class CubeAccumulationChartComponent implements OnInit, OnChanges, OnDestroy, CubeViewerComponent {
|
11
12
|
private _service;
|
@@ -24,7 +25,9 @@ export declare class CubeAccumulationChartComponent implements OnInit, OnChanges
|
|
24
25
|
readonly dataLabel: AccumulationDataLabelSettingsModel;
|
25
26
|
readonly legendSettings: LegendSettingsModel;
|
26
27
|
readonly tooltip: TooltipSettingsModel;
|
27
|
-
|
28
|
+
private _palettes;
|
29
|
+
get palettes(): string[];
|
30
|
+
set palettes(value: string[]);
|
28
31
|
height: string | number;
|
29
32
|
width: string | number;
|
30
33
|
cube: string;
|
@@ -56,5 +59,5 @@ export declare class CubeAccumulationChartComponent implements OnInit, OnChanges
|
|
56
59
|
exportToExcel(title: string): void;
|
57
60
|
ngOnDestroy(): void;
|
58
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeAccumulationChartComponent, never>;
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CubeAccumulationChartComponent, "bizdoc-cube-accum", never, { "height": "height"; "width": "width"; "cube": "cube"; "xAxis": "xAxis"; "filters": "filters"; "chartType": "chartType"; "scope": "scope"; "loading": "loading"; }, { "loadingChange": "loadingChange"; "explore": "explore"; }, never, never>;
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CubeAccumulationChartComponent, "bizdoc-cube-accum", never, { "palettes": "palettes"; "height": "height"; "width": "width"; "cube": "cube"; "xAxis": "xAxis"; "filters": "filters"; "chartType": "chartType"; "scope": "scope"; "loading": "loading"; }, { "loadingChange": "loadingChange"; "explore": "explore"; }, never, never>;
|
60
63
|
}
|
@@ -1,12 +1,13 @@
|
|
1
1
|
import { EventEmitter, ElementRef, OnInit, OnDestroy, SimpleChanges, OnChanges } from '@angular/core';
|
2
2
|
import { Chart, CrosshairSettingsModel } from '@syncfusion/ej2-charts';
|
3
3
|
import { AxisModel, ChartAreaModel, TooltipSettingsModel, LegendSettingsModel, IPointEventArgs, ITooltipRenderEventArgs } from '@syncfusion/ej2-angular-charts';
|
4
|
-
import { CubeService
|
4
|
+
import { CubeService } from '../cube.service';
|
5
5
|
import { AxisClickEvent, CubeViewerComponent } from "../declarations";
|
6
6
|
import { AxesMap, ChartType, YAxis } from '../../core/models';
|
7
7
|
import { PromptService } from '../../core/prompt.service';
|
8
8
|
import { SessionService } from '../../core/session.service';
|
9
9
|
import { TranslateService } from '../../core/translate.service';
|
10
|
+
import { ScopeType } from '../../core/configuration';
|
10
11
|
import * as i0 from "@angular/core";
|
11
12
|
export declare class CubeChartComponent implements OnInit, OnChanges, OnDestroy, CubeViewerComponent {
|
12
13
|
private _service;
|
@@ -39,7 +40,9 @@ export declare class CubeChartComponent implements OnInit, OnChanges, OnDestroy,
|
|
39
40
|
static nextId: number;
|
40
41
|
readonly id: string;
|
41
42
|
chart: Chart;
|
42
|
-
|
43
|
+
private _palettes;
|
44
|
+
get palettes(): string[];
|
45
|
+
set palettes(value: string[]);
|
43
46
|
readonly enableRtl: boolean;
|
44
47
|
readonly legendSettings: LegendSettingsModel;
|
45
48
|
readonly primaryXAxis: AxisModel;
|
@@ -67,5 +70,5 @@ export declare class CubeChartComponent implements OnInit, OnChanges, OnDestroy,
|
|
67
70
|
exportToExcel(title: string): void;
|
68
71
|
ngOnDestroy(): void;
|
69
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeChartComponent, never>;
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CubeChartComponent, "bizdoc-cube-chart", never, { "width": "width"; "height": "height"; "cube": "cube"; "xAxis": "xAxis"; "series": "series"; "indices": "indices"; "filters": "filters"; "yAxis": "yAxis"; "chartType": "chartType"; "indicesChartType": "indicesChartType"; "scope": "scope"; "loading": "loading"; }, { "explore": "explore"; "loadingChange": "loadingChange"; }, never, never>;
|
73
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CubeChartComponent, "bizdoc-cube-chart", never, { "width": "width"; "height": "height"; "cube": "cube"; "xAxis": "xAxis"; "series": "series"; "indices": "indices"; "filters": "filters"; "yAxis": "yAxis"; "chartType": "chartType"; "indicesChartType": "indicesChartType"; "scope": "scope"; "loading": "loading"; "palettes": "palettes"; }, { "explore": "explore"; "loadingChange": "loadingChange"; }, never, never>;
|
71
74
|
}
|
@@ -2,10 +2,11 @@ import { ElementRef } from "@angular/core";
|
|
2
2
|
import { AxesMap } from "../core/models";
|
3
3
|
import { SessionService } from "../core/session.service";
|
4
4
|
import { BizDocComponentFactoryResolver } from "../core/component-factory-resolver";
|
5
|
-
import { CubeService
|
5
|
+
import { CubeService } from "./cube.service";
|
6
6
|
import { Popup } from "../core/popup/popup.service";
|
7
7
|
import { RouterImpl } from "../core/router";
|
8
8
|
import { SumSettings } from "./matrix/table.component";
|
9
|
+
import { ScopeType } from "../core/configuration";
|
9
10
|
import * as i0 from "@angular/core";
|
10
11
|
export interface CubeData {
|
11
12
|
axes: AxesMap;
|
@@ -13,15 +14,20 @@ export interface CubeData {
|
|
13
14
|
}
|
14
15
|
export interface CubeDataOptions {
|
15
16
|
cube?: string;
|
17
|
+
/** columns axes */
|
16
18
|
xAxis: string;
|
19
|
+
/** rows axes */
|
17
20
|
series: string;
|
21
|
+
/** one or more index name */
|
18
22
|
indices?: string[] | string;
|
19
23
|
view?: string;
|
20
24
|
/** one or more axis */
|
21
25
|
filters?: string[] | string;
|
22
|
-
/** */
|
26
|
+
/** axes to exclude */
|
23
27
|
aggregate?: string[] | string;
|
28
|
+
/** summary rows / columns */
|
24
29
|
sum?: SumSettings | SumSettings[];
|
30
|
+
/** label */
|
25
31
|
available?: string;
|
26
32
|
}
|
27
33
|
export interface ExploreOptions {
|