@bizdoc/core 1.10.0-next.0 → 1.10.0-next.13
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 -1
- package/assets/themes/brown.min.css +1 -1
- package/assets/themes/deep-purple-light-blue.min.css +1 -1
- package/assets/themes/default.min.css +1 -1
- package/assets/themes/green.min.css +1 -1
- package/assets/themes/indigo.min.css +1 -1
- 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 +5 -5
- 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 +3 -3
- package/esm2020/lib/admin/profiler/profiler.component.mjs +5 -5
- 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 +7 -7
- package/esm2020/lib/browse/browse.mobile.component.mjs +3 -3
- package/esm2020/lib/browse/browse.pane.component.mjs +3 -3
- package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +5 -5
- package/esm2020/lib/browse/filter/filter.component.mjs +4 -4
- 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 +3 -3
- package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +3 -3
- 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 +27 -17
- package/esm2020/lib/compose/compose.pane.component.mjs +5 -5
- 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 +3 -3
- package/esm2020/lib/compose/form.component.mjs +3 -3
- package/esm2020/lib/compose/new-menu.component.mjs +3 -3
- 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 +54 -30
- package/esm2020/lib/compose/trace/people.component.mjs +3 -3
- package/esm2020/lib/compose/trace/trace.base.mjs +5 -5
- package/esm2020/lib/compose/trace/trace.component.mjs +5 -5
- package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
- 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/animations.mjs +7 -1
- package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
- package/esm2020/lib/core/component-factory-resolver.mjs +3 -3
- package/esm2020/lib/core/controls/address.input.mjs +3 -3
- package/esm2020/lib/core/controls/auto-complete.input.mjs +3 -3
- package/esm2020/lib/core/controls/combination-picker-body.mjs +8 -5
- 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/select.input.mjs +5 -5
- 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 +3 -3
- package/esm2020/lib/core/functions.mjs +4 -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 +3 -3
- package/esm2020/lib/core/identity/identity.component.mjs +3 -3
- package/esm2020/lib/core/info/attachment-info.service.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +23 -26
- package/esm2020/lib/core/models.mjs +1 -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 +4 -6
- package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/daterange.pipe.mjs +8 -8
- package/esm2020/lib/core/pipes/difference.pipe.mjs +5 -5
- package/esm2020/lib/core/pipes/duration-format.pipe.mjs +4 -6
- package/esm2020/lib/core/pipes/duration.pipe.mjs +4 -8
- 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 +4 -6
- package/esm2020/lib/core/pipes/translate.pipe.mjs +20 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- package/esm2020/lib/core/window-title.service.mjs +3 -3
- package/esm2020/lib/cube/accum/accum.component.mjs +3 -3
- package/esm2020/lib/cube/chart/chart.component.mjs +7 -7
- package/esm2020/lib/cube/cube-info.service.mjs +8 -8
- package/esm2020/lib/cube/cube-menu.component.mjs +3 -3
- package/esm2020/lib/cube/cube-view.component.mjs +13 -12
- package/esm2020/lib/cube/cube.service.mjs +3 -3
- 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 +3 -3
- package/esm2020/lib/cube/explore/explore.pane.component.mjs +3 -3
- 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 +3 -3
- package/esm2020/lib/cube/grid/spreadsheet.component.mjs +4 -4
- package/esm2020/lib/cube/matrix/matrix.base.mjs +4 -4
- package/esm2020/lib/cube/matrix/matrix.component.mjs +9 -9
- package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +6 -6
- package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +6 -6
- package/esm2020/lib/cube/matrix/table.component.mjs +289 -177
- package/esm2020/lib/cube/parallel/parallel.component.mjs +10 -10
- package/esm2020/lib/cube/pivot/pivot.component.mjs +5 -5
- package/esm2020/lib/cube/sum/sum.component.mjs +15 -15
- package/esm2020/lib/cube/view-base.mjs +3 -3
- package/esm2020/lib/cube/view.mobile.component.mjs +6 -9
- package/esm2020/lib/cube/view.pane.component.mjs +5 -5
- 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 +6 -4
- package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +5 -5
- package/esm2020/lib/dashboard/cube/documents.widget.mjs +4 -4
- package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +13 -9
- 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 +3 -3
- package/esm2020/lib/dashboard/score/activity.widget.mjs +5 -5
- package/esm2020/lib/dashboard/score/compare-departments.widget.mjs +5 -5
- package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +4 -5
- package/esm2020/lib/dashboard/score/pending-results.widget.mjs +4 -6
- 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 +7 -7
- package/esm2020/lib/home/home-base.component.mjs +3 -3
- package/esm2020/lib/home/home.desktop.component.mjs +3 -3
- package/esm2020/lib/home/home.mobile.component.mjs +5 -5
- 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 +7 -7
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +3 -3
- package/esm2020/lib/reports/cube/usage-pivot.component.mjs +3 -3
- package/esm2020/lib/reports/report-viewer.component.mjs +3 -3
- 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 +2 -2
- package/esm2020/lib/routes.mobile.mjs +9 -9
- package/esm2020/lib/scheduler/schedule.component.mjs +5 -5
- package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +5 -5
- package/esm2020/lib/scheduler/scheduler.pane.component.mjs +5 -5
- package/esm2020/lib/shared.module.mjs +17 -8
- package/esm2020/lib/system.module.mjs +4 -4
- package/esm2020/lib/views/cube/chart.component.mjs +7 -7
- package/esm2020/lib/views/cube/cube-base.mjs +3 -3
- package/esm2020/lib/views/cube/explore.component.mjs +3 -3
- package/esm2020/lib/views/cube/matrix.component.mjs +8 -8
- package/esm2020/lib/views/cube/parallel.component.mjs +5 -5
- 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 +5 -5
- package/esm2020/lib/views/timeline/timeline.component.exp.mjs +5 -5
- 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 +11 -15
- package/esm2020/lib/views/views.pane.component.mjs +3 -3
- package/esm2020/public-api.mjs +1 -1
- package/fesm2015/bizdoc-core.mjs +1397 -1238
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +1404 -1239
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/lib/browse/filter/filter.component.d.ts +1 -1
- package/lib/compose/compose.mobile.component.d.ts +2 -2
- package/lib/compose/trace/flow.component.d.ts +1 -1
- package/lib/core/animations.d.ts +1 -0
- package/lib/core/controls/combination-picker-body.d.ts +4 -6
- package/lib/core/functions.d.ts +1 -0
- package/lib/core/mailbox.service.d.ts +4 -8
- package/lib/core/models.d.ts +3 -3
- package/lib/core/pipes/translate.pipe.d.ts +9 -1
- package/lib/cube/chart/chart.component.d.ts +2 -2
- package/lib/cube/cube-info.service.d.ts +3 -6
- package/lib/cube/cube-view.component.d.ts +2 -2
- package/lib/cube/matrix/matrix.base.d.ts +3 -7
- package/lib/cube/matrix/matrix.component.d.ts +3 -3
- package/lib/cube/matrix/table.component.d.ts +39 -35
- package/lib/cube/parallel/parallel.component.d.ts +2 -2
- package/lib/cube/pivot/pivot.component.d.ts +2 -2
- package/lib/cube/sum/sum.component.d.ts +3 -3
- package/lib/dashboard/cube/cube-analysis.base.d.ts +1 -1
- package/lib/home/about/about.dialog.d.ts +2 -2
- package/lib/notifications/types/nudge.notification.d.ts +1 -1
- package/lib/notifications/types/upcoming-event.notification.d.ts +1 -1
- package/lib/shared.module.d.ts +1 -1
- package/lib/views/cube/chart.component.d.ts +2 -2
- package/lib/views/cube/matrix.component.d.ts +5 -15
- package/lib/views/cube/pivot.component.d.ts +1 -1
- package/lib/views/cube/sum.component.d.ts +2 -2
- package/lib/views/views.mobile.component.d.ts +1 -5
- package/package.json +14 -14
- package/public-api.d.ts +1 -1
@@ -61,7 +61,7 @@ export declare class BrowseFilterComponent implements OnInit, OnChanges, AfterVi
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<BrowseFilterComponent, never>;
|
62
62
|
static ɵcmp: i0.ɵɵComponentDeclaration<BrowseFilterComponent, "bizdoc-browse-filter", never, { "values": "values"; "folderId": "folderId"; "exclude": "exclude"; }, { "valuesChange": "valuesChange"; }, never, never>;
|
63
63
|
}
|
64
|
-
export interface BrowseFilterArgs
|
64
|
+
export interface BrowseFilterArgs {
|
65
65
|
form?: string;
|
66
66
|
flag?: boolean;
|
67
67
|
state?: string;
|
@@ -22,13 +22,13 @@ export declare class ComposeComponent implements OnInit, OnDestroy {
|
|
22
22
|
mode: ViewMode;
|
23
23
|
model: RecipientModel<any>;
|
24
24
|
newCommentsCount: number;
|
25
|
-
viewMode:
|
25
|
+
viewMode: 'comments' | 'views';
|
26
26
|
readonly isMobile: boolean;
|
27
27
|
private readonly _destroy;
|
28
28
|
/** compose ctor */
|
29
29
|
constructor(_title: WindowTitleService, _session: SessionService, _router: Router, _route: ActivatedRoute);
|
30
30
|
ngOnInit(): void;
|
31
|
-
toggle(): void;
|
31
|
+
toggle(mode: 'comments' | 'views'): void;
|
32
32
|
send(action: string): void;
|
33
33
|
edit(): void;
|
34
34
|
discard(): void;
|
@@ -23,7 +23,7 @@ export declare class FlowViewComponent extends TraceBase implements OnChanges, O
|
|
23
23
|
readonly scrollSettings: ScrollSettingsModel;
|
24
24
|
readonly snapSettings: SnapSettingsModel;
|
25
25
|
private readonly _configuration;
|
26
|
-
private
|
26
|
+
private _issued;
|
27
27
|
private _accentColor;
|
28
28
|
/** workflow-view ctor */
|
29
29
|
constructor(_accounts: AccountService, _session: SessionService, _translate: TranslateService, _duration: DurationFormatPipe, _elementRef: ElementRef<HTMLDivElement>, hub: HubService);
|
package/lib/core/animations.d.ts
CHANGED
@@ -10,6 +10,7 @@ export declare const EnterExitTop: import("@angular/animations").AnimationTransi
|
|
10
10
|
export declare const FadeSlideInOut: import("@angular/animations").AnimationTriggerMetadata;
|
11
11
|
export declare const PulseAnimation: import("@angular/animations").AnimationAnimateMetadata;
|
12
12
|
export declare const SwapAnimation: import("@angular/animations").AnimationTransitionMetadata[];
|
13
|
+
export declare const matrixAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
13
14
|
export declare const swapAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
14
15
|
export declare const pageAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
15
16
|
export declare const fabAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
@@ -7,6 +7,7 @@ import { CubeService } from "../../cube/cube.service";
|
|
7
7
|
import { DatasourceService } from "../datasource.service";
|
8
8
|
import { PromptService } from "../prompt.service";
|
9
9
|
import { CubeInfo } from "../../cube/cube-info.service";
|
10
|
+
import { SumSettings } from "../../cube/matrix/table.component";
|
10
11
|
import * as i0 from "@angular/core";
|
11
12
|
export declare const COMBINATION_PICKER_BODY: InjectionToken<CombinationBodyData>;
|
12
13
|
export interface CombinationBodyData {
|
@@ -19,6 +20,7 @@ export interface CombinationBodyData {
|
|
19
20
|
}
|
20
21
|
export interface ExploreSettings {
|
21
22
|
enable?: boolean;
|
23
|
+
/** cube view name */
|
22
24
|
view?: string;
|
23
25
|
defaults?: {
|
24
26
|
[axis: string]: (string | number);
|
@@ -27,12 +29,8 @@ export interface ExploreSettings {
|
|
27
29
|
/** one or more axis */
|
28
30
|
filters?: string[] | string;
|
29
31
|
xAxis: string;
|
30
|
-
|
31
|
-
sum?:
|
32
|
-
xAxis?: string | number;
|
33
|
-
serie?: string | number;
|
34
|
-
title: string;
|
35
|
-
};
|
32
|
+
series: string;
|
33
|
+
sum?: SumSettings | SumSettings[];
|
36
34
|
/** */
|
37
35
|
aggregate?: string[] | string;
|
38
36
|
}
|
package/lib/core/functions.d.ts
CHANGED
@@ -2,6 +2,7 @@ export declare type MaterialMode = 50 | 100 | 200 | 300 | 400 | 500 | 600 | 700
|
|
2
2
|
export declare function cleanup(params: any): any;
|
3
3
|
export declare function outOfBound(element: HTMLElement): boolean;
|
4
4
|
export declare function isMobile(): boolean;
|
5
|
+
export declare function isFunction(val: any): val is Function;
|
5
6
|
export declare function isBoolean(val: any): val is boolean;
|
6
7
|
export declare function isObject(val: any): boolean;
|
7
8
|
export declare function isPrimitive(val: any): boolean;
|
@@ -19,14 +19,9 @@ export declare class MailboxService {
|
|
19
19
|
readonly changed: Observable<RecipientModel<any>>;
|
20
20
|
readonly deleted: Observable<number>;
|
21
21
|
constructor(_session: SessionService, messaging: HubService, _http: HttpClient);
|
22
|
-
/**
|
23
|
-
*
|
24
|
-
* @param date
|
25
|
-
*/
|
26
|
-
private _isAboveWatermark;
|
27
22
|
download(documentId: number, fileId: number): Observable<any>;
|
28
23
|
removeattachment(id: number, fileId: number): Observable<any>;
|
29
|
-
read(id: number, read: boolean): Observable<any>;
|
24
|
+
read(id: number, read: boolean, folderId?: string, received?: Date): Observable<any>;
|
30
25
|
comments(id: number, before: Date): Observable<Comment[]>;
|
31
26
|
tags(id: number, tags: string[]): Observable<any>;
|
32
27
|
/**
|
@@ -88,11 +83,12 @@ export declare class MailboxService {
|
|
88
83
|
}): Observable<HeaderModel[]>;
|
89
84
|
create<T = any>(form: string): Observable<RecipientModel<T>>;
|
90
85
|
get<T = any>(id: number, read?: boolean): Observable<RecipientModel<T>>;
|
86
|
+
private _updateunreadcounter;
|
91
87
|
save<T = any>(id: number, version: number, form: string, model: {}): Observable<RecipientModel<T>>;
|
92
88
|
delete(id: number): Observable<any>;
|
93
89
|
removecomment(id: number): Observable<any>;
|
94
|
-
submit<T = any>(id: number, version: number, form: string, model?: any): Observable<RecipientModel<T>>;
|
95
|
-
send<T = any>(id: number, version: number, form: string, model: any, action: string, actionArgs: {}): Observable<RecipientModel<T>>;
|
90
|
+
submit<T = any>(id: number, version: number, form: string, model?: any, read?: boolean, folderId?: string, received?: Date): Observable<RecipientModel<T>>;
|
91
|
+
send<T = any>(id: number, version: number, form: string, model: any, action: string, actionArgs: {}, read?: boolean, folderId?: string, received?: Date): Observable<RecipientModel<T>>;
|
96
92
|
events(starting: Date, ending?: Date, contains?: string): Observable<ScheduledEvent[]>;
|
97
93
|
changeEvent(id: number, options: {
|
98
94
|
starting: Date;
|
package/lib/core/models.d.ts
CHANGED
@@ -549,7 +549,7 @@ export interface CubeAxis {
|
|
549
549
|
combination?: boolean;
|
550
550
|
selectionMode?: 'Single' | 'Pattern' | 'Multiple' | 'Search' | 'None';
|
551
551
|
}
|
552
|
-
export declare type AxisType = string | number |
|
552
|
+
export declare type AxisType = string | number | Array<string | number>;
|
553
553
|
export interface AxesMap {
|
554
554
|
[axis: string]: AxisType;
|
555
555
|
}
|
@@ -564,7 +564,7 @@ export interface CubeView {
|
|
564
564
|
title: string;
|
565
565
|
type: ViewType;
|
566
566
|
chartType?: ChartType;
|
567
|
-
|
567
|
+
indicesChartType?: ChartType;
|
568
568
|
scope?: ScopeType;
|
569
569
|
}
|
570
570
|
export declare type ViewType = 'Spreadsheet' | 'Chart' | 'Pivot' | 'Grid';
|
@@ -616,7 +616,7 @@ export declare type ChartType = 'Pie' |
|
|
616
616
|
/** Define the radar series */
|
617
617
|
'Radar' |
|
618
618
|
/** Define the Pareto series */
|
619
|
-
'Pareto' | 'Doughnut' | 'HalfDoughnut' | 'Funnel' | 'StackingStepArea';
|
619
|
+
'Pareto' | 'Doughnut' | 'HalfDoughnut' | 'Funnel' | 'Pyramid' | 'StackingStepArea';
|
620
620
|
interface OutOfOfficeSettings {
|
621
621
|
from?: Date;
|
622
622
|
to?: Date;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
1
|
+
import { ElementRef, OnInit, PipeTransform } from '@angular/core';
|
2
2
|
import { TranslateService } from '../translate.service';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare class TranslatePipe implements PipeTransform {
|
@@ -8,3 +8,11 @@ export declare class TranslatePipe implements PipeTransform {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TranslatePipe, never>;
|
9
9
|
static ɵpipe: i0.ɵɵPipeDeclaration<TranslatePipe, "translate">;
|
10
10
|
}
|
11
|
+
export declare class TranslateDirective implements OnInit {
|
12
|
+
private _elementRef;
|
13
|
+
private _translate;
|
14
|
+
constructor(_elementRef: ElementRef<HTMLElement>, _translate: TranslateService);
|
15
|
+
ngOnInit(): void;
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TranslateDirective, never>;
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TranslateDirective, "[i18n]", never, {}, {}, never>;
|
18
|
+
}
|
@@ -29,7 +29,7 @@ export declare class CubeChartComponent implements OnInit, OnChanges, OnDestroy,
|
|
29
29
|
filters?: AxesMap;
|
30
30
|
yAxis?: YAxis;
|
31
31
|
chartType?: ChartType;
|
32
|
-
|
32
|
+
indicesChartType?: ChartType;
|
33
33
|
scope: ScopeType;
|
34
34
|
currencyCode: string;
|
35
35
|
readonly explore: EventEmitter<AxisClickEvent>;
|
@@ -66,5 +66,5 @@ export declare class CubeChartComponent implements OnInit, OnChanges, OnDestroy,
|
|
66
66
|
exportToExcel(title: string): void;
|
67
67
|
ngOnDestroy(): void;
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeChartComponent, never>;
|
69
|
-
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"; "
|
69
|
+
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"; "currencyCode": "currencyCode"; "loading": "loading"; }, { "explore": "explore"; "loadingChange": "loadingChange"; }, never, never>;
|
70
70
|
}
|
@@ -5,6 +5,7 @@ import { BizDocComponentFactoryResolver } from "../core/component-factory-resolv
|
|
5
5
|
import { CubeService, ScopeType } from "./cube.service";
|
6
6
|
import { Popup } from "../core/popup/popup.service";
|
7
7
|
import { RouterImpl } from "../core/router";
|
8
|
+
import { SumSettings } from "./matrix/table.component";
|
8
9
|
import * as i0 from "@angular/core";
|
9
10
|
export interface CubeData {
|
10
11
|
axes: AxesMap;
|
@@ -13,18 +14,14 @@ export interface CubeData {
|
|
13
14
|
export interface CubeDataOptions {
|
14
15
|
cube?: string;
|
15
16
|
xAxis: string;
|
16
|
-
|
17
|
+
series: string;
|
17
18
|
indices?: string[] | string;
|
18
19
|
view?: string;
|
19
20
|
/** one or more axis */
|
20
21
|
filters?: string[] | string;
|
21
22
|
/** */
|
22
23
|
aggregate?: string[] | string;
|
23
|
-
sum?:
|
24
|
-
xAxis?: string | number;
|
25
|
-
serie?: string | number;
|
26
|
-
title: string;
|
27
|
-
};
|
24
|
+
sum?: SumSettings | SumSettings[];
|
28
25
|
}
|
29
26
|
export interface ExploreOptions {
|
30
27
|
cube?: string;
|
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CubeViewComponent implements OnInit, OnChanges, AfterViewInit {
|
7
7
|
private _viewContainer;
|
8
8
|
private _factoryResolver;
|
9
|
-
|
9
|
+
filters: AxesMap;
|
10
10
|
readonly explore: EventEmitter<AxisClickEvent>;
|
11
11
|
cube: Cube;
|
12
12
|
view: CubeView;
|
@@ -27,5 +27,5 @@ export declare class CubeViewComponent implements OnInit, OnChanges, AfterViewIn
|
|
27
27
|
exportToExcel(): void;
|
28
28
|
ngOnDestroy(): void;
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeViewComponent, never>;
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CubeViewComponent, "bizdoc-cube-view", never, { "
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CubeViewComponent, "bizdoc-cube-view", never, { "filters": "filters"; "cube": "cube"; "view": "view"; "loading": "loading"; }, { "explore": "explore"; "loadingChange": "loadingChange"; }, never, never>;
|
31
31
|
}
|
@@ -3,7 +3,7 @@ import { SessionService } from '../../core/session.service';
|
|
3
3
|
import { DatasourceService } from '../../core/datasource.service';
|
4
4
|
import { CubeService, Pattern } from '../cube.service';
|
5
5
|
import { AxesMap, Cube, CubeAxis } from '../../core/models';
|
6
|
-
import { CubeMatrixComponent } from './table.component';
|
6
|
+
import { CubeMatrixComponent, SumSettings } from './table.component';
|
7
7
|
import * as i0 from "@angular/core";
|
8
8
|
export declare abstract class CubeMatrixBase {
|
9
9
|
protected _service: CubeService;
|
@@ -31,15 +31,11 @@ export declare abstract class CubeMatrixBase {
|
|
31
31
|
pattern: Pattern;
|
32
32
|
indices?: string | string[];
|
33
33
|
xAxis: string;
|
34
|
-
|
34
|
+
series: string;
|
35
35
|
private _cube;
|
36
36
|
get cube(): string;
|
37
37
|
set cube(value: string);
|
38
|
-
sum?:
|
39
|
-
xAxis?: string | number;
|
40
|
-
serie?: string | number;
|
41
|
-
title: string;
|
42
|
-
};
|
38
|
+
sum?: SumSettings | SumSettings[];
|
43
39
|
/** one or more axis */
|
44
40
|
protected aggregation?: string[] | string;
|
45
41
|
private _selection;
|
@@ -9,7 +9,7 @@ import { PopupRef } from "../../core/popup/popup-ref";
|
|
9
9
|
import { CubeMatrixBase } from './matrix.base';
|
10
10
|
import * as i0 from "@angular/core";
|
11
11
|
/** cube matrix component*/
|
12
|
-
export declare class
|
12
|
+
export declare class CubeMatrixPopupComponent extends CubeMatrixBase implements OnInit {
|
13
13
|
private _ref;
|
14
14
|
private _sb;
|
15
15
|
table: CubeMatrixComponent;
|
@@ -18,6 +18,6 @@ export declare class CubeMatrixPageComponent extends CubeMatrixBase implements O
|
|
18
18
|
/** cube-info ctor */
|
19
19
|
constructor(_ref: PopupRef, data: CubeData, service: CubeService, ds: DatasourceService, session: SessionService, _sb: PromptService);
|
20
20
|
ngOnInit(): void;
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CubeMatrixPopupComponent, never>;
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CubeMatrixPopupComponent, "ng-component", never, {}, {}, never, never>;
|
23
23
|
}
|
@@ -12,73 +12,77 @@ export declare class CubeMatrixComponent implements OnChanges {
|
|
12
12
|
private _session;
|
13
13
|
private _ds;
|
14
14
|
readonly PRECISION: string;
|
15
|
+
readonly LANGUAGE: string;
|
15
16
|
CURRENCY: string;
|
17
|
+
SYMBOL: string;
|
16
18
|
tableElement: ElementRef<HTMLTableElement>;
|
19
|
+
available: string;
|
17
20
|
_cube?: string;
|
18
21
|
_xAxis: string;
|
19
|
-
|
22
|
+
_series: string;
|
20
23
|
private _indices?;
|
21
|
-
private _evalsum;
|
22
|
-
get indices(): string[] | string;
|
23
|
-
set indices(value: string[] | string);
|
24
24
|
scope: ScopeType;
|
25
|
-
_sum
|
26
|
-
|
25
|
+
private _sum;
|
26
|
+
set sum(val: SumSettings | SumSettings[]);
|
27
|
+
filters: AxesMap;
|
27
28
|
private _interactive;
|
28
29
|
loading: boolean;
|
29
30
|
get interactive(): boolean;
|
30
31
|
set interactive(value: boolean);
|
31
32
|
readonly onExplore: EventEmitter<AxesMap>;
|
32
33
|
readonly loadingChange: EventEmitter<boolean>;
|
33
|
-
rows:
|
34
|
-
columns:
|
35
|
-
|
34
|
+
rows: HeaderInfo[];
|
35
|
+
columns: HeaderInfo[];
|
36
|
+
indices: CubeIndex[];
|
36
37
|
data: {
|
37
|
-
[
|
38
|
-
[
|
38
|
+
[series: string]: {
|
39
|
+
[xAxis: string]: string;
|
39
40
|
};
|
40
41
|
};
|
41
42
|
totals: {
|
42
|
-
[
|
43
|
+
[xAxis: string]: number;
|
43
44
|
};
|
44
45
|
cube: Cube;
|
45
46
|
xAxis: CubeAxis;
|
46
47
|
series: CubeAxis;
|
48
|
+
private _data;
|
47
49
|
private _prepare;
|
48
50
|
constructor(_sb: PromptService, _service: CubeService, _session: SessionService, _ds: DatasourceService);
|
49
51
|
ngOnChanges(changes: SimpleChanges): void;
|
50
|
-
private
|
52
|
+
private _addsumheaders;
|
51
53
|
refresh(): void;
|
54
|
+
private _string;
|
52
55
|
private _totals;
|
53
56
|
private _calculatesum;
|
54
|
-
private
|
55
|
-
explore(
|
57
|
+
private _format;
|
58
|
+
explore(column: HeaderInfo, row: HeaderInfo): void;
|
56
59
|
move(x: any, y: any): void;
|
57
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeMatrixComponent, never>;
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CubeMatrixComponent, "bizdoc-cube-matrix", never, { "_cube": "cube"; "_xAxis": "xAxis"; "
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CubeMatrixComponent, "bizdoc-cube-matrix", never, { "available": "available"; "_cube": "cube"; "_xAxis": "xAxis"; "_series": "series"; "_indices": "indices"; "scope": "scope"; "sum": "sum"; "filters": "filters"; "loading": "loading"; "interactive": "interactive"; }, { "onExplore": "explore"; "loadingChange": "loadingChange"; }, never, never>;
|
59
62
|
}
|
60
|
-
export declare
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
63
|
+
export declare type SumSettings = {
|
64
|
+
value?: string | number;
|
65
|
+
axis: 'series' | 'xAxis';
|
66
|
+
title: string;
|
67
|
+
format?: 'percent' | 'currency' | 'number';
|
68
|
+
precision?: string;
|
69
|
+
accumulate?: boolean;
|
70
|
+
calculate?: 'quarter' | 'year' | 'month' | CalculateFn;
|
71
|
+
};
|
72
|
+
export declare interface CalculateFn {
|
73
|
+
(value: string, data: {
|
74
|
+
[series: string]: {
|
75
|
+
[xAxis: string]: number;
|
70
76
|
};
|
71
|
-
};
|
72
|
-
row: string;
|
73
|
-
column: string;
|
77
|
+
}): number;
|
74
78
|
}
|
75
|
-
declare type
|
76
|
-
xAxis?: string | number;
|
77
|
-
serie?: string | number;
|
78
|
-
title: any;
|
79
|
-
};
|
80
|
-
declare type KeyValue = {
|
79
|
+
declare type HeaderInfo = {
|
81
80
|
key: string;
|
82
81
|
value: any;
|
82
|
+
format?: 'percent' | 'currency' | 'number';
|
83
|
+
precision?: string;
|
84
|
+
accumulate?: boolean;
|
85
|
+
explorable?: boolean;
|
86
|
+
index?: number;
|
83
87
|
};
|
84
88
|
export {};
|
@@ -11,7 +11,7 @@ export declare class CubeParallelComponent implements OnInit, OnChanges, OnDestr
|
|
11
11
|
private _sb;
|
12
12
|
private _service;
|
13
13
|
private _session;
|
14
|
-
|
14
|
+
filters: AxesMap;
|
15
15
|
xAxis: string | string[];
|
16
16
|
series: string | string[];
|
17
17
|
indices?: string | string[];
|
@@ -41,7 +41,7 @@ export declare class CubeParallelComponent implements OnInit, OnChanges, OnDestr
|
|
41
41
|
sprklineClick(item: Item, evt: IPointRegionEventArgs): void;
|
42
42
|
ngOnDestroy(): void;
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeParallelComponent, never>;
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CubeParallelComponent, "bizdoc-cube-parallel", 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>;
|
45
45
|
}
|
46
46
|
export interface ExploreEvent {
|
47
47
|
axes: AxesMap;
|
@@ -33,7 +33,7 @@ export declare class CubePivotComponent implements CubeViewerComponent, OnInit,
|
|
33
33
|
set indices(value: string[] | string);
|
34
34
|
filters?: AxesMap;
|
35
35
|
chartType?: ChartType;
|
36
|
-
|
36
|
+
indicesChartType?: ChartType;
|
37
37
|
currencyCode: string;
|
38
38
|
readonly explore: EventEmitter<AxisClickEvent>;
|
39
39
|
loading: boolean;
|
@@ -92,5 +92,5 @@ export declare class CubePivotComponent implements CubeViewerComponent, OnInit,
|
|
92
92
|
resize(): void;
|
93
93
|
ngOnDestroy(): void;
|
94
94
|
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"; "
|
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"; "currencyCode": "currencyCode"; "loading": "loading"; }, { "explore": "explore"; "loadingChange": "loadingChange"; }, never, never>;
|
96
96
|
}
|
@@ -9,9 +9,9 @@ export declare class CubeSumComponent implements OnChanges {
|
|
9
9
|
private _service;
|
10
10
|
private _session;
|
11
11
|
xAxis: string;
|
12
|
-
periodPolicy?: '
|
12
|
+
periodPolicy?: 'Strict' | 'Fish';
|
13
13
|
parentAxis: string;
|
14
|
-
|
14
|
+
filters: AxesMap;
|
15
15
|
cube: string;
|
16
16
|
indices: string[] | string;
|
17
17
|
scope: ScopeType;
|
@@ -49,7 +49,7 @@ export declare class CubeSumComponent implements OnChanges {
|
|
49
49
|
*/
|
50
50
|
explore(level: Level, index?: string): void;
|
51
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeSumComponent, never>;
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CubeSumComponent, "bizdoc-cube-sum", never, { "xAxis": "xAxis"; "periodPolicy": "periodPolicy"; "parentAxis": "parentAxis"; "
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CubeSumComponent, "bizdoc-cube-sum", never, { "xAxis": "xAxis"; "periodPolicy": "periodPolicy"; "parentAxis": "parentAxis"; "filters": "filters"; "cube": "cube"; "indices": "indices"; "scope": "scope"; }, { "onExplore": "explore"; }, never, never>;
|
53
53
|
}
|
54
54
|
export interface ExploreEvent {
|
55
55
|
axes: AxesMap;
|
@@ -49,7 +49,7 @@ export declare abstract class CubeAnalysisBase implements WidgetComponent<Series
|
|
49
49
|
export interface Options {
|
50
50
|
scope?: ScopeType;
|
51
51
|
chartType?: ChartType;
|
52
|
-
|
52
|
+
indicesChartType?: ChartType;
|
53
53
|
cube?: string;
|
54
54
|
xAxis?: string[] | string;
|
55
55
|
exclude?: string[] | string;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import
|
1
|
+
import dayjs from 'dayjs';
|
2
2
|
import { License } from '../../core/models';
|
3
3
|
import { SessionService } from '../../core/session.service';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare class AboutDialog {
|
6
6
|
private _session;
|
7
7
|
readonly license: License;
|
8
|
-
readonly
|
8
|
+
readonly dayjs: typeof dayjs;
|
9
9
|
readonly version = 5.2;
|
10
10
|
/** about ctor */
|
11
11
|
constructor(_session: SessionService);
|
package/lib/shared.module.d.ts
CHANGED
@@ -178,6 +178,6 @@ import * as i174 from "./modules/material.module";
|
|
178
178
|
export declare class SharedModule {
|
179
179
|
static forChild(config?: SharedConfig): ModuleWithProviders<SharedModule>;
|
180
180
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
181
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.DateFormatPipe, typeof i2.CalendarPipe, typeof i3.DifferencePipe, typeof i4.DurationPipe, typeof i5.TimeAgoPipe, typeof i6.CheckboxComponent, typeof i7.CubeParallelComponent, typeof i8.CubeSumComponent, typeof i9.CubeParallelViewComponent, typeof i10.CubeChartViewComponent, typeof i11.CubeExploreViewComponent, typeof i12.CubeDocumentSumComponent, typeof i13.ExploreItemImplComponent, typeof i14.DocumentInfoComponent, typeof i15.DocumentViewsComponent, typeof i16.ViewItemComponent, typeof i17.CubeDocumentMatrixComponent, typeof i18.CubeDocumentViewComponent, typeof i19.CubePivotViewComponent, typeof i20.ActionPicker, typeof i21.HtmlSimplePipe, typeof i22.QuickCommentComponent, typeof i23.DurationFormatPipe, typeof i24.CombinationPicker, typeof i25.CombinationPickerBody, typeof i26.CombinationPool, typeof i27.TimelineViewComponent, typeof i28.MatIconAnimate, typeof i29.DateRangePipe, typeof i29.AgoPipe, typeof i30.ColorPicker, typeof i31.StateDirective, typeof i32.BrokenPage, typeof i33.JoinPipe, typeof i34.TimePicker, typeof i35.TypeValuePipe, typeof i36.TypeSelect, typeof i37.TypeAutocomplete, typeof i38.TranslatePipe, typeof i39.IdentityName, typeof i40.SanitizeHtmlPipe, typeof i41.AceInput, typeof i42.TimespanInput, typeof i43.AddressInput, typeof i44.StatePipe, typeof i45.ActionPipe, typeof i46.RolePipe, typeof i47.FormPipe, typeof i48.FilterPipe, typeof i48.ArraySortPipe, typeof i49.UserNamePipe, typeof i50.LayoutComponent, typeof i51.HtmlField, typeof i52.NumericField, typeof i53.AutocompleteField, typeof i54.CheckField, typeof i55.DateField, typeof i56.DateRangeField, typeof i57.ExpressionField, typeof i58.InputField, typeof i59.SelectField, typeof i60.SwitchField, typeof i61.TextareaField, typeof i62.TimespanField, typeof i63.ReturnActionComponent, typeof i64.AssignActionComponent, typeof i65.AvatarComponent, typeof i66.PeopleComponent, typeof i67.EditInputComponent, typeof i68.NgxComponentOutlet, typeof i32.BizDocApp, typeof i69.LottieAnimation, typeof i21.ContactsComponent, typeof i70.CubeMatrixComponent, typeof i71.FilterTagsComponent, typeof i72.ExploreItemsComponent, typeof i73.CompareNameDirective, typeof i73.CompareGroupDirective, typeof i73.CompareContextDirective, typeof i74.GuideComponent, typeof i75.OutOfOfficeToast, typeof i76.NotificationsTableComponent, typeof i77.NotificationsFilterComponent, typeof i78.TaggingPipe, typeof i79.PrivilegeHiddenDirective, typeof i80.TaggingItemDirective, typeof i81.TaggingDirective, typeof i82.DocumentTaggingComponent, typeof i83.UserTaggingComponent, typeof i79.PrivilegeDisabledDirective, typeof i84.CubeGridDocumentsComponent, typeof i85.LongRunningTaskNotification, typeof i86.TaggedNotification, typeof i87.CommentedNotification, typeof i88.NudgeNotification, typeof i89.TextNotification, typeof i90.CubeAnomalyNotification, typeof i91.EscalatedNotification, typeof i92.LikedNotification, typeof i93.StateChangedNotification, typeof i94.UpcomingEventNotification, typeof i95.NoneComponent, typeof i96.ScheduleViewComponent, typeof i97.OptionsComponent, typeof i98.TraceViewComponent, typeof i99.ProgressButtonDirective, typeof i100.AttachmentsComponent, typeof i101.DocumentEventsComponent, typeof i102.TagsComponent, typeof i103.MapComponent, typeof i104.MaskComponent, typeof i105.SaveChangesDialog, typeof i106.FlowViewComponent, typeof i107.SubstitutionComponent, typeof i108.PopupComponent, typeof i109.AttachmentPreview, typeof i110.CommentsComponent, typeof i111.CommentComponent, typeof i112.EditCommentComponent, typeof i113.CommentLikesComponent, typeof i114.CommentEditsComponent, typeof i115.BrowseItemsComponent, typeof i116.BrowseFilterComponent, typeof i117.ExpandedItemComponent, typeof i118.ComposeFormComponent, typeof i119.CubeViewComponent, typeof i120.CubeFilterComponent, typeof i121.CubeAccumulationChartComponent, typeof i122.CubeChartComponent, typeof i123.CubePivotComponent, typeof i124.CubeSpreadsheetComponent, typeof i125.CubeGridComponent, typeof i126.ReportViewerComponent, typeof i127.TableViewComponent, typeof i128.ReportArgumentsComponent, typeof i129.DashboardComponent, typeof i130.WidgetItemComponent, typeof i131.CubeWidgetFilterComponent, typeof i132.CubeAccumAnalysisWidget, typeof i133.CubeAnalysisWidget, typeof i134.CubeChartAnalysisWidget, typeof i135.ActionsWidget, typeof i136.RecentsWidget, typeof i137.AskDialog, typeof i138.AboutDialog, typeof i139.ActionDialog, typeof i140.ImpersonateDialog, typeof i141.ConversationComponent, typeof i142.
|
181
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.DateFormatPipe, typeof i2.CalendarPipe, typeof i3.DifferencePipe, typeof i4.DurationPipe, typeof i5.TimeAgoPipe, typeof i6.CheckboxComponent, typeof i7.CubeParallelComponent, typeof i8.CubeSumComponent, typeof i9.CubeParallelViewComponent, typeof i10.CubeChartViewComponent, typeof i11.CubeExploreViewComponent, typeof i12.CubeDocumentSumComponent, typeof i13.ExploreItemImplComponent, typeof i14.DocumentInfoComponent, typeof i15.DocumentViewsComponent, typeof i16.ViewItemComponent, typeof i17.CubeDocumentMatrixComponent, typeof i18.CubeDocumentViewComponent, typeof i19.CubePivotViewComponent, typeof i20.ActionPicker, typeof i21.HtmlSimplePipe, typeof i22.QuickCommentComponent, typeof i23.DurationFormatPipe, typeof i24.CombinationPicker, typeof i25.CombinationPickerBody, typeof i26.CombinationPool, typeof i27.TimelineViewComponent, typeof i28.MatIconAnimate, typeof i29.DateRangePipe, typeof i29.AgoPipe, typeof i30.ColorPicker, typeof i31.StateDirective, typeof i32.BrokenPage, typeof i33.JoinPipe, typeof i34.TimePicker, typeof i35.TypeValuePipe, typeof i36.TypeSelect, typeof i37.TypeAutocomplete, typeof i38.TranslatePipe, typeof i39.IdentityName, typeof i40.SanitizeHtmlPipe, typeof i41.AceInput, typeof i42.TimespanInput, typeof i43.AddressInput, typeof i44.StatePipe, typeof i45.ActionPipe, typeof i46.RolePipe, typeof i47.FormPipe, typeof i48.FilterPipe, typeof i48.ArraySortPipe, typeof i49.UserNamePipe, typeof i50.LayoutComponent, typeof i51.HtmlField, typeof i52.NumericField, typeof i53.AutocompleteField, typeof i54.CheckField, typeof i55.DateField, typeof i56.DateRangeField, typeof i57.ExpressionField, typeof i58.InputField, typeof i59.SelectField, typeof i60.SwitchField, typeof i61.TextareaField, typeof i62.TimespanField, typeof i63.ReturnActionComponent, typeof i64.AssignActionComponent, typeof i65.AvatarComponent, typeof i66.PeopleComponent, typeof i67.EditInputComponent, typeof i68.NgxComponentOutlet, typeof i32.BizDocApp, typeof i69.LottieAnimation, typeof i21.ContactsComponent, typeof i70.CubeMatrixComponent, typeof i71.FilterTagsComponent, typeof i72.ExploreItemsComponent, typeof i73.CompareNameDirective, typeof i73.CompareGroupDirective, typeof i73.CompareContextDirective, typeof i74.GuideComponent, typeof i75.OutOfOfficeToast, typeof i76.NotificationsTableComponent, typeof i77.NotificationsFilterComponent, typeof i78.TaggingPipe, typeof i79.PrivilegeHiddenDirective, typeof i80.TaggingItemDirective, typeof i81.TaggingDirective, typeof i82.DocumentTaggingComponent, typeof i83.UserTaggingComponent, typeof i79.PrivilegeDisabledDirective, typeof i84.CubeGridDocumentsComponent, typeof i85.LongRunningTaskNotification, typeof i86.TaggedNotification, typeof i87.CommentedNotification, typeof i88.NudgeNotification, typeof i89.TextNotification, typeof i90.CubeAnomalyNotification, typeof i91.EscalatedNotification, typeof i92.LikedNotification, typeof i93.StateChangedNotification, typeof i94.UpcomingEventNotification, typeof i95.NoneComponent, typeof i96.ScheduleViewComponent, typeof i97.OptionsComponent, typeof i98.TraceViewComponent, typeof i99.ProgressButtonDirective, typeof i100.AttachmentsComponent, typeof i101.DocumentEventsComponent, typeof i102.TagsComponent, typeof i103.MapComponent, typeof i104.MaskComponent, typeof i105.SaveChangesDialog, typeof i106.FlowViewComponent, typeof i107.SubstitutionComponent, typeof i108.PopupComponent, typeof i109.AttachmentPreview, typeof i110.CommentsComponent, typeof i111.CommentComponent, typeof i112.EditCommentComponent, typeof i113.CommentLikesComponent, typeof i114.CommentEditsComponent, typeof i115.BrowseItemsComponent, typeof i116.BrowseFilterComponent, typeof i117.ExpandedItemComponent, typeof i118.ComposeFormComponent, typeof i119.CubeViewComponent, typeof i120.CubeFilterComponent, typeof i121.CubeAccumulationChartComponent, typeof i122.CubeChartComponent, typeof i123.CubePivotComponent, typeof i124.CubeSpreadsheetComponent, typeof i125.CubeGridComponent, typeof i126.ReportViewerComponent, typeof i127.TableViewComponent, typeof i128.ReportArgumentsComponent, typeof i129.DashboardComponent, typeof i130.WidgetItemComponent, typeof i131.CubeWidgetFilterComponent, typeof i132.CubeAccumAnalysisWidget, typeof i133.CubeAnalysisWidget, typeof i134.CubeChartAnalysisWidget, typeof i135.ActionsWidget, typeof i136.RecentsWidget, typeof i137.AskDialog, typeof i138.AboutDialog, typeof i139.ActionDialog, typeof i140.ImpersonateDialog, typeof i141.ConversationComponent, typeof i142.CubeMatrixPopupComponent, typeof i143.VersionCompareComponent, typeof i144.ExploreDocumentComponent, typeof i145.TasksComponent, typeof i146.PendingResultsWidget, typeof i147.CompareDepartmentsWidget, typeof i148.CubeDocumentsComponent, typeof i149.CubeDocumentsWidget, typeof i150.PersonalScoreWidget, typeof i151.PersonalActivityWidget, typeof i152.PeersPerformanceWidget, typeof i153.UsagePivotComponent, typeof i154.UsageChartComponent, typeof i155.UsageReportArgs, typeof i156.EmojiHostComponent, typeof i157.TooltipDirective, typeof i157.TooltipComponent], [typeof i158.CommonModule, typeof i159.HttpClientModule, typeof i160.ReactiveFormsModule, typeof i161.FlexLayoutModule, typeof i162.RouterModule, typeof i163.PickerModule, typeof i164.SyncfusionGanttModule, typeof i165.SyncfusionScheduleModule, typeof i166.SyncfusionCircularGaugeModule, typeof i167.SyncfusionChartModule, typeof i164.SyncfusionGanttModule, typeof i168.SyncfusionGridModule, typeof i169.SyncfusionTextEditorModule, typeof i170.SyncfusionSpreadsheetModule, typeof i171.SyncfusionPivotModule, typeof i172.KanbanModule, typeof i173.SyncfusionDiagramModule, typeof i174.MaterialModule], [typeof i1.DateFormatPipe, typeof i2.CalendarPipe, typeof i3.DifferencePipe, typeof i4.DurationPipe, typeof i5.TimeAgoPipe, typeof i6.CheckboxComponent, typeof i7.CubeParallelComponent, typeof i8.CubeSumComponent, typeof i13.ExploreItemImplComponent, typeof i14.DocumentInfoComponent, typeof i15.DocumentViewsComponent, typeof i129.DashboardComponent, typeof i102.TagsComponent, typeof i22.QuickCommentComponent, typeof i174.MaterialModule, typeof i110.CommentsComponent, typeof i32.BrokenPage, typeof i139.ActionDialog, typeof i116.BrowseFilterComponent, typeof i120.CubeFilterComponent, typeof i96.ScheduleViewComponent, typeof i126.ReportViewerComponent, typeof i130.WidgetItemComponent, typeof i119.CubeViewComponent, typeof i72.ExploreItemsComponent, typeof i118.ComposeFormComponent, typeof i115.BrowseItemsComponent, typeof i76.NotificationsTableComponent, typeof i20.ActionPicker, typeof i141.ConversationComponent, typeof i31.StateDirective, typeof i21.ContactsComponent, typeof i70.CubeMatrixComponent, typeof i23.DurationFormatPipe, typeof i24.CombinationPicker, typeof i26.CombinationPool, typeof i34.TimePicker, typeof i157.TooltipDirective, typeof i29.DateRangePipe, typeof i68.NgxComponentOutlet, typeof i28.MatIconAnimate, typeof i41.AceInput, typeof i33.JoinPipe, typeof i35.TypeValuePipe, typeof i36.TypeSelect, typeof i37.TypeAutocomplete, typeof i44.StatePipe, typeof i45.ActionPipe, typeof i46.RolePipe, typeof i47.FormPipe, typeof i48.FilterPipe, typeof i48.ArraySortPipe, typeof i49.UserNamePipe, typeof i40.SanitizeHtmlPipe, typeof i38.TranslatePipe, typeof i39.IdentityName, typeof i43.AddressInput, typeof i65.AvatarComponent, typeof i128.ReportArgumentsComponent, typeof i32.BizDocApp, typeof i109.AttachmentPreview, typeof i79.PrivilegeHiddenDirective, typeof i79.PrivilegeDisabledDirective, typeof i73.CompareGroupDirective, typeof i73.CompareNameDirective, typeof i73.CompareContextDirective, typeof i98.TraceViewComponent, typeof i106.FlowViewComponent, typeof i64.AssignActionComponent, typeof i63.ReturnActionComponent, typeof i144.ExploreDocumentComponent, typeof i135.ActionsWidget, typeof i133.CubeAnalysisWidget, typeof i149.CubeDocumentsWidget, typeof i136.RecentsWidget, typeof i151.PersonalActivityWidget, typeof i147.CompareDepartmentsWidget, typeof i152.PeersPerformanceWidget, typeof i146.PendingResultsWidget, typeof i150.PersonalScoreWidget, typeof i131.CubeWidgetFilterComponent, typeof i148.CubeDocumentsComponent, typeof i84.CubeGridDocumentsComponent, typeof i145.TasksComponent, typeof i155.UsageReportArgs, typeof i154.UsageChartComponent, typeof i153.UsagePivotComponent, typeof i42.TimespanInput, typeof i143.VersionCompareComponent, typeof i69.LottieAnimation, typeof i121.CubeAccumulationChartComponent, typeof i122.CubeChartComponent, typeof i123.CubePivotComponent, typeof i124.CubeSpreadsheetComponent, typeof i125.CubeGridComponent]>;
|
182
182
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
183
183
|
}
|
@@ -12,7 +12,7 @@ export declare class CubeChartViewComponent extends CubeBase<Options> {
|
|
12
12
|
series: string | string[];
|
13
13
|
width: number;
|
14
14
|
chartType?: ChartType;
|
15
|
-
|
15
|
+
indicesChartType?: ChartType;
|
16
16
|
indices: string | string[];
|
17
17
|
filters: AxesMap;
|
18
18
|
isAccum: boolean;
|
@@ -32,7 +32,7 @@ interface Options {
|
|
32
32
|
indices?: string | string[];
|
33
33
|
aggregate?: string[];
|
34
34
|
chartType?: ChartType;
|
35
|
-
|
35
|
+
indicesChartType?: ChartType;
|
36
36
|
scope?: ScopeType;
|
37
37
|
}
|
38
38
|
export {};
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { Observable } from "rxjs";
|
2
|
-
import { DocumentViewComponent } from "../../core/base";
|
3
2
|
import { AxesMap, CubeAxis } from "../../core/models";
|
4
3
|
import { DatasourceService } from "../../core/datasource.service";
|
5
4
|
import { SessionService } from "../../core/session.service";
|
@@ -7,9 +6,9 @@ import { RouterImpl } from "../../core/router";
|
|
7
6
|
import { CubeService, Pattern, ScopeType } from "../../cube/cube.service";
|
8
7
|
import { DocumentViewRef } from "../document-view-ref";
|
9
8
|
import { CubeBase } from "./cube-base";
|
10
|
-
import { CubeMatrixComponent } from "../../cube/matrix/table.component";
|
9
|
+
import { CubeMatrixComponent, SumSettings } from "../../cube/matrix/table.component";
|
11
10
|
import * as i0 from "@angular/core";
|
12
|
-
export declare class CubeDocumentMatrixComponent extends CubeBase<Options>
|
11
|
+
export declare class CubeDocumentMatrixComponent extends CubeBase<Options> {
|
13
12
|
private _router;
|
14
13
|
private _ds;
|
15
14
|
table: CubeMatrixComponent;
|
@@ -23,11 +22,7 @@ export declare class CubeDocumentMatrixComponent extends CubeBase<Options> imple
|
|
23
22
|
indices?: string | string[];
|
24
23
|
xAxis: string;
|
25
24
|
serie: string;
|
26
|
-
sum?:
|
27
|
-
xAxis?: string | number;
|
28
|
-
serie?: string | number;
|
29
|
-
title: string;
|
30
|
-
};
|
25
|
+
sum?: SumSettings | SumSettings[];
|
31
26
|
constructor(viewRef: DocumentViewRef<Options>, _router: RouterImpl, service: CubeService, _ds: DatasourceService, session: SessionService);
|
32
27
|
onViewBind(): void;
|
33
28
|
explore(axes: AxesMap): void;
|
@@ -47,15 +42,10 @@ export declare class CubeDocumentMatrixComponent extends CubeBase<Options> imple
|
|
47
42
|
}
|
48
43
|
export interface Options {
|
49
44
|
filters: string[] | string;
|
50
|
-
sum:
|
51
|
-
xAxis?: string | number;
|
52
|
-
serie?: string | number;
|
53
|
-
title: string;
|
54
|
-
};
|
45
|
+
sum: SumSettings | SumSettings[];
|
55
46
|
indices: string[] | string;
|
56
47
|
aggregate: string[];
|
57
|
-
group: string[];
|
58
48
|
xAxis: string;
|
59
|
-
|
49
|
+
series: string;
|
60
50
|
scope?: ScopeType;
|
61
51
|
}
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
10
10
|
export declare class CubeDocumentSumComponent extends CubeBase<Options> implements DocumentViewComponent {
|
11
11
|
private _router;
|
12
12
|
primaryAxis: CubeAxis;
|
13
|
-
parentAxis
|
13
|
+
parentAxis?: string;
|
14
14
|
periodPolicy: string;
|
15
15
|
indices: string[] | string;
|
16
16
|
selectedAxis: string | number;
|
@@ -27,6 +27,6 @@ export interface Options {
|
|
27
27
|
aggregate: string[];
|
28
28
|
xAxis: string;
|
29
29
|
parentAxis?: string;
|
30
|
-
periodPolicy?: '
|
30
|
+
periodPolicy?: 'Strict' | 'Fish';
|
31
31
|
scope?: ScopeType;
|
32
32
|
}
|