@bizdoc/core 1.10.2 → 1.11.0-next.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/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 +132 -63
- 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 +29 -21
- package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +10 -16
- package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
- 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 +28 -21
- 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 +360 -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 +23 -11
- package/esm2020/lib/core/functions.mjs +5 -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 +111 -35
- 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 +7 -4
- 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 +74 -18
- package/esm2020/lib/cube/chart/chart.component.mjs +69 -16
- 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 +4 -5
- package/esm2020/lib/cube/cube.service.mjs +18 -10
- package/esm2020/lib/cube/declarations.mjs +1 -1
- 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 +51 -16
- 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 +3 -3
- package/esm2020/lib/cube/grid/grid.component.mjs +5 -6
- package/esm2020/lib/cube/grid/spreadsheet.component.mjs +45 -29
- 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 +9 -9
- package/esm2020/lib/cube/parallel/parallel.component.mjs +16 -8
- package/esm2020/lib/cube/pivot/pivot.component.mjs +87 -16
- 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 +4 -4
- package/esm2020/lib/reports/cube/usage-base.mjs +4 -4
- package/esm2020/lib/reports/cube/usage-chart.component.mjs +79 -13
- package/esm2020/lib/reports/cube/usage-pivot.component.mjs +4 -4
- package/esm2020/lib/reports/report-viewer.component.mjs +41 -15
- 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 +11 -9
- 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 +3481 -2548
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +4287 -3350
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/lib/admin/positions/positions.component.d.ts +0 -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/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 +1 -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 +25 -6
- package/lib/core/models.d.ts +10 -6
- 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 +9 -5
- package/lib/cube/chart/chart.component.d.ts +7 -3
- package/lib/cube/cube-info.service.d.ts +8 -2
- package/lib/cube/cube.service.d.ts +2 -2
- package/lib/cube/declarations.d.ts +0 -1
- package/lib/cube/explore/explore-items.component.d.ts +7 -4
- package/lib/cube/explore/explore.pane.component.d.ts +5 -4
- package/lib/cube/grid/grid.component.d.ts +1 -1
- package/lib/cube/grid/spreadsheet.component.d.ts +1 -3
- 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/reports/cube/usage-args.component.d.ts +2 -2
- package/lib/reports/cube/usage-base.d.ts +8 -12
- package/lib/reports/cube/usage-chart.component.d.ts +1 -1
- package/lib/reports/report-viewer.component.d.ts +3 -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
@@ -1,6 +1,6 @@
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
2
2
|
import { Observable } from 'rxjs';
|
3
|
-
import { BizDocConfig } from '../core/configuration';
|
3
|
+
import { BizDocConfig, ScopeType } from '../core/configuration';
|
4
4
|
import { FieldInfo, AxisType, AxesMap } from '../core/models';
|
5
5
|
import { SessionService } from '../core/session.service';
|
6
6
|
import { DatasourceService } from '../core/datasource.service';
|
@@ -16,7 +16,6 @@ export declare const AXIS_SPECIAL_CHARS: RegExp;
|
|
16
16
|
/** allowed characters for axis value / collection / range / pattern. */
|
17
17
|
export declare const AXIS_VALUE_PATTERN: RegExp;
|
18
18
|
export declare const CLDR_FILES: string[];
|
19
|
-
export declare type ScopeType = 'patterns' | 'positions';
|
20
19
|
/** query cube */
|
21
20
|
export declare class CubeService {
|
22
21
|
private _config;
|
@@ -28,6 +27,7 @@ export declare class CubeService {
|
|
28
27
|
constructor(_config: BizDocConfig, _http: HttpClient, _type: DatasourceService, _session: SessionService);
|
29
28
|
private _cacheOr;
|
30
29
|
/** system currency */
|
30
|
+
get numberFormat(): string;
|
31
31
|
get currencyCode(): string;
|
32
32
|
get digitsInfo(): string;
|
33
33
|
get fractionDigits(): number;
|
@@ -3,18 +3,21 @@ import { MatTableDataSource } from '@angular/material/table';
|
|
3
3
|
import { MatSort } from '@angular/material/sort';
|
4
4
|
import { MatPaginator } from '@angular/material/paginator';
|
5
5
|
import { FieldInfo, AxesMap } from '../../core/models';
|
6
|
-
import { CubeService
|
6
|
+
import { CubeService } from '../cube.service';
|
7
7
|
import { PromptService } from '../../core/prompt.service';
|
8
8
|
import { TranslateService } from '../../core/translate.service';
|
9
9
|
import { SessionService } from '../../core/session.service';
|
10
|
+
import { ScopeType } from '../../core/configuration';
|
10
11
|
import * as i0 from "@angular/core";
|
11
12
|
export declare class ExploreItemsComponent implements OnInit, OnChanges, OnDestroy {
|
12
13
|
private _service;
|
13
14
|
private _sb;
|
14
15
|
private _session;
|
15
16
|
private _translate;
|
16
|
-
PAGE_SIZE: number;
|
17
17
|
readonly CURRENCY_FORMAT: string;
|
18
|
+
private _pageSize;
|
19
|
+
get pageSize(): number;
|
20
|
+
set pageSize(value: number);
|
18
21
|
cube: string;
|
19
22
|
index?: string;
|
20
23
|
scope?: ScopeType;
|
@@ -38,7 +41,7 @@ export declare class ExploreItemsComponent implements OnInit, OnChanges, OnDestr
|
|
38
41
|
ngOnInit(): void;
|
39
42
|
ngOnDestroy(): void;
|
40
43
|
refresh(): void;
|
41
|
-
ngOnChanges(
|
44
|
+
ngOnChanges(_: SimpleChanges): void;
|
42
45
|
/** */
|
43
46
|
private _view;
|
44
47
|
private _index;
|
@@ -46,7 +49,7 @@ export declare class ExploreItemsComponent implements OnInit, OnChanges, OnDestr
|
|
46
49
|
expand(item: any): void;
|
47
50
|
exportExcel(): void;
|
48
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExploreItemsComponent, never>;
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExploreItemsComponent, "bizdoc-cube-explore", never, { "cube": "cube"; "index": "index"; "scope": "scope"; "axes": "axes"; "loading": "loading"; }, { "explore": "explore"; "load": "load"; "loadingChange": "loadingChange"; }, never, never>;
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExploreItemsComponent, "bizdoc-cube-explore", never, { "pageSize": "pageSize"; "cube": "cube"; "index": "index"; "scope": "scope"; "axes": "axes"; "loading": "loading"; }, { "explore": "explore"; "load": "load"; "loadingChange": "loadingChange"; }, never, never>;
|
50
53
|
}
|
51
54
|
export interface ExploreItemEvent {
|
52
55
|
keys: (string | number)[];
|
@@ -1,14 +1,14 @@
|
|
1
|
-
import { OnInit } from '@angular/core';
|
2
1
|
import { AxesMap } from '../../core/models';
|
3
2
|
import { SessionService } from '../../core/session.service';
|
4
3
|
import { PanesRouter } from '../../core/slots/router.service';
|
5
4
|
import { PaneRef } from '../../core/slots/pane-ref';
|
6
5
|
import { TranslateService } from '../../core/translate.service';
|
7
|
-
import { CubeService
|
6
|
+
import { CubeService } from '../cube.service';
|
8
7
|
import { ExploreItemEvent } from './explore-items.component';
|
9
8
|
import { PromptService } from '../../core/prompt.service';
|
9
|
+
import { ScopeType } from '../../core/configuration';
|
10
10
|
import * as i0 from "@angular/core";
|
11
|
-
export declare class CubeExplorePaneComponent
|
11
|
+
export declare class CubeExplorePaneComponent {
|
12
12
|
private _pane;
|
13
13
|
private _sb;
|
14
14
|
private _session;
|
@@ -17,11 +17,12 @@ export declare class CubeExplorePaneComponent implements OnInit {
|
|
17
17
|
private _router;
|
18
18
|
cube: string;
|
19
19
|
axes: AxesMap;
|
20
|
+
pageSize: number;
|
20
21
|
index?: string;
|
21
22
|
scope?: ScopeType;
|
22
23
|
loading: boolean;
|
23
24
|
constructor(_pane: PaneRef<CubeExplorePaneComponent>, _sb: PromptService, _session: SessionService, _service: CubeService, _translate: TranslateService, _router: PanesRouter);
|
24
|
-
|
25
|
+
resize(): void;
|
25
26
|
item(evt: ExploreItemEvent): void;
|
26
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeExplorePaneComponent, never>;
|
27
28
|
static ɵcmp: i0.ɵɵComponentDeclaration<CubeExplorePaneComponent, "ng-component", never, {}, {}, never, never>;
|
@@ -55,5 +55,5 @@ export declare class CubeGridComponent implements OnInit, OnChanges, CubeViewerC
|
|
55
55
|
exportToExcel(title: string): void;
|
56
56
|
ngOnDestroy(): void;
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeGridComponent, never>;
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CubeGridComponent, "bizdoc-cube-grid", never, { "width": "width"; "height": "height"; "cube": "cube"; "xAxis": "xAxis"; "series": "series"; "indices": "indices"; "filters": "filters"; "
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CubeGridComponent, "bizdoc-cube-grid", never, { "width": "width"; "height": "height"; "cube": "cube"; "xAxis": "xAxis"; "series": "series"; "indices": "indices"; "filters": "filters"; "loading": "loading"; }, { "explore": "explore"; "loadingChange": "loadingChange"; }, never, never>;
|
59
59
|
}
|
@@ -25,7 +25,6 @@ export declare class CubeSpreadsheetComponent implements OnInit, CubeViewerCompo
|
|
25
25
|
set series(val: string[] | string);
|
26
26
|
set indices(val: string[] | string);
|
27
27
|
filters?: AxesMap;
|
28
|
-
currencyCode: string;
|
29
28
|
readonly explore: EventEmitter<AxisClickEvent>;
|
30
29
|
loading: boolean;
|
31
30
|
readonly loadingChange: EventEmitter<boolean>;
|
@@ -44,7 +43,6 @@ export declare class CubeSpreadsheetComponent implements OnInit, CubeViewerCompo
|
|
44
43
|
private _xcolumns;
|
45
44
|
private _prepare;
|
46
45
|
private _numberFormat;
|
47
|
-
private readonly _intl;
|
48
46
|
constructor(_session: SessionService, _sb: PromptService, _service: CubeService, _translate: TranslateService, _ds: DatasourceService, _elementRef: ElementRef);
|
49
47
|
ngOnInit(): void;
|
50
48
|
ngOnChanges(changes: SimpleChanges): void;
|
@@ -59,5 +57,5 @@ export declare class CubeSpreadsheetComponent implements OnInit, CubeViewerCompo
|
|
59
57
|
exportToExcel(title: string): void;
|
60
58
|
ngOnDestroy(): void;
|
61
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeSpreadsheetComponent, never>;
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CubeSpreadsheetComponent, "bizdoc-cube-spreadsheet", never, { "width": "width"; "height": "height"; "cube": "cube"; "xAxis": "xAxis"; "yAxis": "yAxis"; "series": "series"; "indices": "indices"; "filters": "filters"; "
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CubeSpreadsheetComponent, "bizdoc-cube-spreadsheet", never, { "width": "width"; "height": "height"; "cube": "cube"; "xAxis": "xAxis"; "yAxis": "yAxis"; "series": "series"; "indices": "indices"; "filters": "filters"; "loading": "loading"; }, { "explore": "explore"; "loadingChange": "loadingChange"; }, never, never>;
|
63
61
|
}
|
@@ -12,7 +12,6 @@ export declare class CubeMatrixPaneComponent extends CubeMatrixBase implements O
|
|
12
12
|
private _pane;
|
13
13
|
private _router;
|
14
14
|
private _translate;
|
15
|
-
available: string;
|
16
15
|
/** cube-info ctor */
|
17
16
|
constructor(_pane: PaneRef<CubeMatrixPaneComponent>, _router: PanesRouter, _translate: TranslateService, service: CubeService, ds: DatasourceService, session: SessionService);
|
18
17
|
ngOnInit(): void;
|
File without changes
|
@@ -1,9 +1,10 @@
|
|
1
1
|
import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
2
|
-
import { CubeService
|
2
|
+
import { CubeService } from '../cube.service';
|
3
3
|
import { SessionService } from '../../core/session.service';
|
4
4
|
import { DatasourceService } from '../../core/datasource.service';
|
5
5
|
import { PromptService } from '../../core/prompt.service';
|
6
6
|
import { AxesMap, Cube, CubeAxis, CubeIndex } from '../../core/models';
|
7
|
+
import { ScopeType } from '../../core/configuration';
|
7
8
|
import * as i0 from "@angular/core";
|
8
9
|
/** cube matrix component*/
|
9
10
|
export declare class CubeMatrixComponent implements OnChanges {
|
@@ -16,7 +17,7 @@ export declare class CubeMatrixComponent implements OnChanges {
|
|
16
17
|
CURRENCY: string;
|
17
18
|
SYMBOL: string;
|
18
19
|
tableElement: ElementRef<HTMLTableElement>;
|
19
|
-
|
20
|
+
availableLabel: string;
|
20
21
|
_cube?: string;
|
21
22
|
_xAxis: string;
|
22
23
|
_series: string;
|
@@ -58,7 +59,7 @@ export declare class CubeMatrixComponent implements OnChanges {
|
|
58
59
|
explore(column: HeaderInfo, row: HeaderInfo): void;
|
59
60
|
move(x: any, y: any): void;
|
60
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeMatrixComponent, never>;
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CubeMatrixComponent, "bizdoc-cube-matrix", never, { "
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CubeMatrixComponent, "bizdoc-cube-matrix", never, { "availableLabel": "availableLabel"; "_cube": "cube"; "_xAxis": "xAxis"; "_series": "series"; "_indices": "indices"; "scope": "scope"; "sum": "sum"; "filters": "filters"; "loading": "loading"; "interactive": "interactive"; }, { "onExplore": "explore"; "loadingChange": "loadingChange"; }, never, never>;
|
62
63
|
}
|
63
64
|
export declare type SumSettings = {
|
64
65
|
value?: string | number;
|
@@ -2,9 +2,10 @@ import { EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angu
|
|
2
2
|
import { AxisSettingsModel, IPointRegionEventArgs, SparklineType } from '@syncfusion/ej2-angular-charts';
|
3
3
|
import { PromptService } from '../../core/prompt.service';
|
4
4
|
import { SessionService } from '../../core/session.service';
|
5
|
-
import { CubeService
|
5
|
+
import { CubeService } from '../../cube/cube.service';
|
6
6
|
import { AxesMap } from '../../core/models';
|
7
7
|
import { Item } from './item';
|
8
|
+
import { ScopeType } from '../../core/configuration';
|
8
9
|
import * as i0 from "@angular/core";
|
9
10
|
/** */
|
10
11
|
export declare class CubeParallelComponent implements OnInit, OnChanges, OnDestroy {
|
@@ -21,6 +22,9 @@ export declare class CubeParallelComponent implements OnInit, OnChanges, OnDestr
|
|
21
22
|
scope?: ScopeType;
|
22
23
|
readonly onExplore: EventEmitter<ExploreEvent>;
|
23
24
|
theme: 'Material' | 'MaterialDark';
|
25
|
+
private _palettes;
|
26
|
+
get palettes(): string[];
|
27
|
+
set palettes(value: string[]);
|
24
28
|
items: Item[];
|
25
29
|
format: string;
|
26
30
|
readonly axisSettings: AxisSettingsModel;
|
@@ -29,7 +33,6 @@ export declare class CubeParallelComponent implements OnInit, OnChanges, OnDestr
|
|
29
33
|
private _data;
|
30
34
|
private _cube;
|
31
35
|
readonly enableRtl: boolean;
|
32
|
-
private _accent;
|
33
36
|
private _primary;
|
34
37
|
private readonly _loading;
|
35
38
|
private readonly _destroy;
|
@@ -41,7 +44,7 @@ export declare class CubeParallelComponent implements OnInit, OnChanges, OnDestr
|
|
41
44
|
sprklineClick(item: Item, evt: IPointRegionEventArgs): void;
|
42
45
|
ngOnDestroy(): void;
|
43
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeParallelComponent, never>;
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CubeParallelComponent, "bizdoc-cube-parallel", never, { "filters": "filters"; "xAxis": "xAxis"; "series": "series"; "indices": "indices"; "cube": "cube"; "size": "size"; "chartType": "chartType"; "scope": "scope"; }, { "onExplore": "explore"; }, never, never>;
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CubeParallelComponent, "bizdoc-cube-parallel", never, { "filters": "filters"; "xAxis": "xAxis"; "series": "series"; "indices": "indices"; "cube": "cube"; "size": "size"; "chartType": "chartType"; "scope": "scope"; "palettes": "palettes"; }, { "onExplore": "explore"; }, never, never>;
|
45
48
|
}
|
46
49
|
export interface ExploreEvent {
|
47
50
|
axes: AxesMap;
|
@@ -35,6 +35,9 @@ export declare class CubePivotComponent implements CubeViewerComponent, OnInit,
|
|
35
35
|
chartType?: ChartType;
|
36
36
|
indicesChartType?: ChartType;
|
37
37
|
currencyCode: string;
|
38
|
+
private _palettes;
|
39
|
+
get palettes(): string[];
|
40
|
+
set palettes(value: string[]);
|
38
41
|
readonly explore: EventEmitter<AxisClickEvent>;
|
39
42
|
loading: boolean;
|
40
43
|
readonly loadingChange: EventEmitter<boolean>;
|
@@ -92,5 +95,5 @@ export declare class CubePivotComponent implements CubeViewerComponent, OnInit,
|
|
92
95
|
resize(): void;
|
93
96
|
ngOnDestroy(): void;
|
94
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubePivotComponent, never>;
|
95
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CubePivotComponent, "bizdoc-cube-pivot", never, { "width": "width"; "height": "height"; "cube": "cube"; "xAxis": "xAxis"; "yAxis": "yAxis"; "series": "series"; "indices": "indices"; "filters": "filters"; "chartType": "chartType"; "indicesChartType": "indicesChartType"; "
|
98
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CubePivotComponent, "bizdoc-cube-pivot", never, { "width": "width"; "height": "height"; "cube": "cube"; "xAxis": "xAxis"; "yAxis": "yAxis"; "series": "series"; "indices": "indices"; "filters": "filters"; "chartType": "chartType"; "indicesChartType": "indicesChartType"; "palettes": "palettes"; "loading": "loading"; }, { "explore": "explore"; "loadingChange": "loadingChange"; }, never, never>;
|
96
99
|
}
|
@@ -1,8 +1,9 @@
|
|
1
1
|
import { EventEmitter, OnChanges, SimpleChanges } from "@angular/core";
|
2
2
|
import { SessionService } from "../../core/session.service";
|
3
|
-
import { CubeService
|
3
|
+
import { CubeService } from "../../cube/cube.service";
|
4
4
|
import { DatasourceService } from "../../core/datasource.service";
|
5
5
|
import { AxesMap, CubeAxis } from "../../core/models";
|
6
|
+
import { ScopeType } from "../../core/configuration";
|
6
7
|
import * as i0 from "@angular/core";
|
7
8
|
export declare class CubeSumComponent implements OnChanges {
|
8
9
|
private _ds;
|
@@ -2,7 +2,7 @@ import { OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute } from '@angular/router';
|
3
3
|
import { MatSidenav } from '@angular/material/sidenav';
|
4
4
|
import { AxesMap } from '../core/models';
|
5
|
-
import { CubeService
|
5
|
+
import { CubeService } from './cube.service';
|
6
6
|
import { SessionService } from '../core/session.service';
|
7
7
|
import { GuideService } from '../core/guide/guide.service';
|
8
8
|
import { WindowTitleService } from '../core/window-title.service';
|
@@ -22,12 +22,12 @@ export declare class CubeMobileViewComponent extends ViewBase implements OnInit,
|
|
22
22
|
drawer: MatSidenav;
|
23
23
|
explorePane: ExploreItemsComponent;
|
24
24
|
index: string;
|
25
|
-
scope?: ScopeType;
|
26
25
|
loading: boolean;
|
27
26
|
template: string;
|
28
27
|
item: any;
|
29
28
|
private _navigating;
|
30
29
|
private readonly _destroy;
|
30
|
+
pageSize: number;
|
31
31
|
/** cube ctor */
|
32
32
|
constructor(session: SessionService, router: RouterImpl, service: CubeService, guide: GuideService, _sb: PromptService, _title: WindowTitleService, _route: ActivatedRoute);
|
33
33
|
ngOnInit(): void;
|
@@ -38,6 +38,7 @@ export declare class CubeMobileViewComponent extends ViewBase implements OnInit,
|
|
38
38
|
* @param evt
|
39
39
|
*/
|
40
40
|
explore(evt: AxisClickEvent): void;
|
41
|
+
resize(): void;
|
41
42
|
filterChange(axes: AxesMap): void;
|
42
43
|
ngOnDestroy(): void;
|
43
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeMobileViewComponent, never>;
|
@@ -5,9 +5,10 @@ import { WidgetComponent } from '../../core/base';
|
|
5
5
|
import { AxesMap, ChartType, Cube } from '../../core/models';
|
6
6
|
import { SessionService } from '../../core/session.service';
|
7
7
|
import { DatasourceService } from '../../core/datasource.service';
|
8
|
-
import { CubeService, Series
|
8
|
+
import { CubeService, Series } from '../../cube/cube.service';
|
9
9
|
import { WidgetRef } from "../widget-ref";
|
10
10
|
import { CubeInfo } from '../../cube/cube-info.service';
|
11
|
+
import { ScopeType } from '../../core/configuration';
|
11
12
|
import * as i0 from "@angular/core";
|
12
13
|
export declare abstract class CubeAnalysisBase implements WidgetComponent<Series[]>, OnDestroy {
|
13
14
|
private _info;
|
@@ -6,6 +6,7 @@ import { WidgetRef } from '../widget-ref';
|
|
6
6
|
import { FormControl } from '@angular/forms';
|
7
7
|
import { BizDocConfig } from '../../core/configuration';
|
8
8
|
import { RouterImpl } from '../../core/router';
|
9
|
+
import { SessionService } from '../../core/session.service';
|
9
10
|
import * as i0 from "@angular/core";
|
10
11
|
export declare class RecentsWidget implements WidgetComponent<MailInfo[]>, OnInit, OnDestroy {
|
11
12
|
private _router;
|
@@ -18,7 +19,7 @@ export declare class RecentsWidget implements WidgetComponent<MailInfo[]>, OnIni
|
|
18
19
|
readonly columns: string[];
|
19
20
|
private readonly _destroy;
|
20
21
|
private readonly _loading;
|
21
|
-
constructor(_router: RouterImpl, _service: MailboxService, ref: WidgetRef, config: BizDocConfig);
|
22
|
+
constructor(_router: RouterImpl, _service: MailboxService, ref: WidgetRef, session: SessionService, config: BizDocConfig);
|
22
23
|
ngOnInit(): void;
|
23
24
|
onBind(data: MailInfo[]): void;
|
24
25
|
private _navigate;
|
@@ -3,7 +3,7 @@ import { FormBuilder, FormGroup } from "@angular/forms";
|
|
3
3
|
import { ArgumentsComponent } from "../../core/base";
|
4
4
|
import { SessionService } from "../../core/session.service";
|
5
5
|
import { ReportRef } from "../report-ref";
|
6
|
-
import { Args,
|
6
|
+
import { Args, UsageOptions } from "./usage-base";
|
7
7
|
import * as i0 from "@angular/core";
|
8
8
|
/** */
|
9
9
|
export declare class UsageReportArgs implements OnInit, ArgumentsComponent<Args> {
|
@@ -14,7 +14,7 @@ export declare class UsageReportArgs implements OnInit, ArgumentsComponent<Args>
|
|
14
14
|
cube: string;
|
15
15
|
values: Args;
|
16
16
|
private _axes;
|
17
|
-
constructor(ref: ReportRef<
|
17
|
+
constructor(ref: ReportRef<UsageOptions>, _fb: FormBuilder, _session: SessionService);
|
18
18
|
ngOnInit(): void;
|
19
19
|
valuesChange(axes: any): void;
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<UsageReportArgs, never>;
|
@@ -11,15 +11,6 @@ import { PromptService } from "../../core/prompt.service";
|
|
11
11
|
import { ReportRef } from "../report-ref";
|
12
12
|
import { RouterImpl } from "../../core/router";
|
13
13
|
import * as i0 from "@angular/core";
|
14
|
-
export interface UsageOptions {
|
15
|
-
cube?: string;
|
16
|
-
yTitle?: string;
|
17
|
-
indices?: string[] | string;
|
18
|
-
series?: string[] | string;
|
19
|
-
filters?: AxesMap;
|
20
|
-
scope?: 'patterns' | 'positions';
|
21
|
-
collapse?: boolean;
|
22
|
-
}
|
23
14
|
export declare abstract class UsageReportBase<O extends UsageOptions> implements ReportComponent<Item, Args>, OnDestroy {
|
24
15
|
protected _reportRef: ReportRef<O>;
|
25
16
|
protected _type: DatasourceService;
|
@@ -65,11 +56,16 @@ export declare type Item = {
|
|
65
56
|
} & {
|
66
57
|
usage?: number;
|
67
58
|
};
|
68
|
-
export declare type
|
59
|
+
export declare type UsageOptions = {
|
60
|
+
xAxis?: string[] | string;
|
69
61
|
cube?: string;
|
70
62
|
exclude: string[];
|
71
|
-
|
72
|
-
|
63
|
+
yTitle?: string;
|
64
|
+
indices?: string[] | string;
|
65
|
+
series?: string[] | string;
|
66
|
+
filters?: AxesMap;
|
67
|
+
scope?: 'patterns' | 'positions';
|
68
|
+
collapse?: boolean;
|
73
69
|
};
|
74
70
|
export interface Args {
|
75
71
|
[axis: string]: string;
|
@@ -35,7 +35,7 @@ export declare class UsageChartComponent extends UsageReportBase<Options> implem
|
|
35
35
|
onData(result: Item[]): void;
|
36
36
|
private _draw;
|
37
37
|
onResize(): void;
|
38
|
-
onExport(
|
38
|
+
onExport(title: string): void;
|
39
39
|
/**
|
40
40
|
* adds data source description to item keys, and normalizes indices.
|
41
41
|
* @param result
|
@@ -8,6 +8,7 @@ import { PromptService } from '../core/prompt.service';
|
|
8
8
|
import { TranslateService } from '../core/translate.service';
|
9
9
|
import { BizDocComponentFactoryResolver } from '../core/component-factory-resolver';
|
10
10
|
import { TableViewComponent } from './table/table-view.component';
|
11
|
+
import { SessionService } from '../core/session.service';
|
11
12
|
import * as i0 from "@angular/core";
|
12
13
|
export declare class ReportViewerComponent implements OnChanges, OnDestroy {
|
13
14
|
private _http;
|
@@ -15,6 +16,7 @@ export declare class ReportViewerComponent implements OnChanges, OnDestroy {
|
|
15
16
|
private _injector;
|
16
17
|
private _hub;
|
17
18
|
private _translate;
|
19
|
+
private _session;
|
18
20
|
private _factoryResolver;
|
19
21
|
report: Report;
|
20
22
|
args: ParamMap;
|
@@ -29,7 +31,7 @@ export declare class ReportViewerComponent implements OnChanges, OnDestroy {
|
|
29
31
|
private readonly _resizing;
|
30
32
|
private readonly _destroy;
|
31
33
|
/** reportviewer ctor */
|
32
|
-
constructor(_http: HttpClient, _sb: PromptService, _injector: Injector, _hub: HubService, _translate: TranslateService, _factoryResolver: BizDocComponentFactoryResolver);
|
34
|
+
constructor(_http: HttpClient, _sb: PromptService, _injector: Injector, _hub: HubService, _translate: TranslateService, _session: SessionService, _factoryResolver: BizDocComponentFactoryResolver);
|
33
35
|
ngOnChanges(changes: SimpleChanges): void;
|
34
36
|
/** */
|
35
37
|
private _createView;
|