@bizdoc/core 3.0.7 → 3.2.3
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/themes/brown.min.css +1 -1
- package/assets/themes/dark.min.css +1 -1
- package/assets/themes/deep-purple-light-blue.min.css +1 -1
- package/assets/themes/deep-purple-teal.min.css +1 -1
- package/assets/themes/default.min.css +26 -16
- package/assets/themes/green.min.css +1 -1
- package/assets/themes/indigo-amber.min.css +1 -1
- package/assets/themes/indigo.min.css +1 -1
- package/esm2022/bizdoc-core.mjs +1 -1
- package/esm2022/lib/admin/admin-dismiss.service.mjs +4 -4
- package/esm2022/lib/admin/admin-menu.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/cube-axes-filter.component.mjs +10 -10
- package/esm2022/lib/admin/architecture/declarations.mjs +3 -2
- package/esm2022/lib/admin/architecture/designer-element.component.mjs +25 -22
- package/esm2022/lib/admin/architecture/designer-privileges.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/designer.base.mjs +11 -14
- package/esm2022/lib/admin/architecture/designer.component.mjs +8 -7
- package/esm2022/lib/admin/architecture/elements/action.component.mjs +4 -5
- package/esm2022/lib/admin/architecture/elements/analysis-view.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/analysis-widget.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/anomaly-rule.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/attribute.component.mjs +4 -5
- package/esm2022/lib/admin/architecture/elements/box-form.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/configuration-datasource.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/control.component.mjs +4 -7
- package/esm2022/lib/admin/architecture/elements/cube-index-utility.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/cube-view.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/cube.component.mjs +14 -15
- package/esm2022/lib/admin/architecture/elements/document-state-widget.component.mjs +5 -7
- package/esm2022/lib/admin/architecture/elements/documents-report.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/documents-widget.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/explore-view.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/folder.component.mjs +4 -5
- package/esm2022/lib/admin/architecture/elements/form-invite.dialog.mjs +8 -10
- package/esm2022/lib/admin/architecture/elements/form.component.mjs +12 -13
- package/esm2022/lib/admin/architecture/elements/guide.component.mjs +4 -5
- package/esm2022/lib/admin/architecture/elements/job.component.mjs +4 -5
- package/esm2022/lib/admin/architecture/elements/matrix-view.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/node.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/parallel-view.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/performance-report.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/performance-widget.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/pivot-view.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/policy.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/report.component.mjs +4 -5
- package/esm2022/lib/admin/architecture/elements/return-to-role-action.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/role.component.mjs +4 -5
- package/esm2022/lib/admin/architecture/elements/rule.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/source.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/state.component.mjs +4 -5
- package/esm2022/lib/admin/architecture/elements/sum-view.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/tasks-report.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/type.component.mjs +6 -7
- package/esm2022/lib/admin/architecture/elements/usage-report.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/utility.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/view.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/widget.component.mjs +4 -5
- package/esm2022/lib/admin/architecture/icon-picker.component.mjs +11 -6
- package/esm2022/lib/admin/core/ace.input.mjs +14 -13
- package/esm2022/lib/admin/core/color-picker.input.mjs +4 -4
- package/esm2022/lib/admin/core/localized-string.component.mjs +7 -6
- package/esm2022/lib/admin/core/search.input.mjs +5 -5
- package/esm2022/lib/admin/diff/configuration-diff.component.mjs +7 -6
- package/esm2022/lib/admin/document-trace/document-trace.component.mjs +18 -12
- package/esm2022/lib/admin/document-trace/reassign.dialog.mjs +4 -4
- package/esm2022/lib/admin/document-trace/timeline.mjs +1 -1
- package/esm2022/lib/admin/document-trace/trace-element.component.mjs +5 -5
- package/esm2022/lib/admin/form/designer/box-designer.component.mjs +7 -7
- package/esm2022/lib/admin/form/designer/declarations.mjs +1 -1
- package/esm2022/lib/admin/form/designer/design-control.component.mjs +4 -4
- package/esm2022/lib/admin/form/designer/properties.component.mjs +5 -5
- package/esm2022/lib/admin/form/designer/section.component.mjs +4 -4
- package/esm2022/lib/admin/form/designer/settings.component.mjs +4 -4
- package/esm2022/lib/admin/form/form.resolve.service.mjs +4 -4
- package/esm2022/lib/admin/form/workflow/node-ref.mjs +1 -1
- package/esm2022/lib/admin/form/workflow/node.component.mjs +34 -34
- package/esm2022/lib/admin/form/workflow/role-node.component.mjs +4 -4
- package/esm2022/lib/admin/form/workflow/workflow.component.mjs +33 -33
- package/esm2022/lib/admin/indices/manage-cube-index.component.mjs +8 -8
- package/esm2022/lib/admin/patterns/patterns.component.mjs +4 -4
- package/esm2022/lib/admin/permissions/permissions.component.mjs +4 -4
- package/esm2022/lib/admin/positions/positions-popup.component.mjs +7 -6
- package/esm2022/lib/admin/positions/positions.component.mjs +8 -8
- package/esm2022/lib/admin/profiler/outofoffice.component.mjs +5 -5
- package/esm2022/lib/admin/profiler/profiler.component.mjs +6 -6
- package/esm2022/lib/admin/system.service.mjs +15 -11
- package/esm2022/lib/admin/utility-ref.mjs +7 -5
- package/esm2022/lib/admin/utility-wrapper.component.mjs +4 -4
- package/esm2022/lib/admin/utility.pane.component.mjs +4 -4
- package/esm2022/lib/app.component.mjs +7 -7
- package/esm2022/lib/bizdoc.module.mjs +5 -5
- package/esm2022/lib/browse/browse-items.component.mjs +34 -33
- package/esm2022/lib/browse/browse.mobile.component.mjs +11 -8
- package/esm2022/lib/browse/browse.pane.component.mjs +9 -9
- package/esm2022/lib/browse/expanded-item/expanded-item.component.mjs +11 -11
- package/esm2022/lib/browse/filter/filter.component.mjs +27 -39
- package/esm2022/lib/browse/folders-menu.component.mjs +4 -4
- package/esm2022/lib/chat/chat-info.mjs +9 -8
- package/esm2022/lib/chat/chat.mobile.component.mjs +4 -4
- package/esm2022/lib/chat/chat.service.mjs +6 -6
- package/esm2022/lib/chat/contacts.component.mjs +9 -8
- package/esm2022/lib/chat/contacts.pane.component.mjs +4 -4
- package/esm2022/lib/chat/conversation.component.mjs +7 -7
- package/esm2022/lib/chat/conversation.pane.component.mjs +4 -4
- package/esm2022/lib/compose/action/action-picker.component.mjs +6 -9
- package/esm2022/lib/compose/action/action-ref.mjs +1 -1
- package/esm2022/lib/compose/action/action.base.mjs +1 -1
- package/esm2022/lib/compose/action/action.dialog.mjs +5 -5
- package/esm2022/lib/compose/action/action.pane.dialog.exp.mjs +7 -7
- package/esm2022/lib/compose/action/assign-action.component.mjs +4 -4
- package/esm2022/lib/compose/action/moveto-action.component.mjs +5 -5
- package/esm2022/lib/compose/action/return-action.component.mjs +4 -4
- package/esm2022/lib/compose/attachments/attachments.component.mjs +4 -4
- package/esm2022/lib/compose/attachments/preview/attachment-preview.component.mjs +4 -4
- package/esm2022/lib/compose/attachments/progress-button.directive.mjs +4 -4
- package/esm2022/lib/compose/box/box.component.mjs +4 -4
- package/esm2022/lib/compose/box/control.component.mjs +4 -4
- package/esm2022/lib/compose/box/row.component.mjs +4 -4
- package/esm2022/lib/compose/can-deactivate-changes.service.mjs +4 -4
- package/esm2022/lib/compose/comments/comment.component.mjs +17 -14
- package/esm2022/lib/compose/comments/comments.component.mjs +6 -6
- package/esm2022/lib/compose/comments/comments.pane.component.mjs +5 -5
- package/esm2022/lib/compose/comments/edit-comment.component.mjs +4 -4
- package/esm2022/lib/compose/comments/edits.component.mjs +4 -4
- package/esm2022/lib/compose/comments/quick-comment.component.exp.mjs +5 -5
- package/esm2022/lib/compose/comments/votes.component.mjs +4 -4
- package/esm2022/lib/compose/compose-resolve.service.mjs +4 -4
- package/esm2022/lib/compose/compose.mobile.component.mjs +8 -8
- package/esm2022/lib/compose/compose.pane.component.mjs +11 -11
- package/esm2022/lib/compose/copy/copy.dialog.mjs +4 -4
- package/esm2022/lib/compose/dismiss.service.mjs +4 -4
- package/esm2022/lib/compose/document-resolve.service.mjs +7 -7
- package/esm2022/lib/compose/document-resolver.service.mjs +4 -4
- package/esm2022/lib/compose/document.component.mjs +4 -4
- package/esm2022/lib/compose/document.mobile.component.mjs +4 -4
- package/esm2022/lib/compose/document.pane.component.mjs +4 -4
- package/esm2022/lib/compose/events/events.component.mjs +4 -4
- package/esm2022/lib/compose/form-ref.mjs +1 -1
- package/esm2022/lib/compose/form-selector/form-selector.sheet.mjs +4 -4
- package/esm2022/lib/compose/form.component.mjs +58 -22
- package/esm2022/lib/compose/new-menu.component.mjs +7 -6
- package/esm2022/lib/compose/overlay.component.exp.mjs +4 -4
- package/esm2022/lib/compose/privilage.directive.mjs +7 -7
- package/esm2022/lib/compose/recipient-resolver.service.mjs +4 -4
- package/esm2022/lib/compose/state.component.mjs +4 -4
- package/esm2022/lib/compose/tag/tags.component.mjs +4 -4
- package/esm2022/lib/compose/trace/flow.component.mjs +16 -17
- package/esm2022/lib/compose/trace/people.component.mjs +14 -9
- package/esm2022/lib/compose/trace/trace.base.mjs +6 -7
- package/esm2022/lib/compose/trace/trace.component.mjs +5 -5
- package/esm2022/lib/compose/trace/trace.pane.component.mjs +4 -4
- package/esm2022/lib/compose/version-compare/version-compare.component.mjs +5 -4
- package/esm2022/lib/compose/version-compare/version-compare.directive.mjs +14 -14
- package/esm2022/lib/compose/version-compare/version.pane.component.mjs +4 -4
- package/esm2022/lib/core/account.service.mjs +4 -4
- package/esm2022/lib/core/animated-icon/animated-icon.directive.mjs +4 -4
- package/esm2022/lib/core/animations.mjs +1 -1
- package/esm2022/lib/core/authentication.mjs +1 -4
- package/esm2022/lib/core/avatar/avatar.component.mjs +52 -43
- package/esm2022/lib/core/base.mjs +1 -1
- package/esm2022/lib/core/checkbox.mjs +4 -4
- package/esm2022/lib/core/colors.mjs +1 -1
- package/esm2022/lib/core/component-factory-resolver.mjs +5 -5
- package/esm2022/lib/core/configuration.mjs +1 -1
- package/esm2022/lib/core/datasource.service.mjs +4 -4
- package/esm2022/lib/core/decorators.mjs +1 -1
- package/esm2022/lib/core/document-factory.service.mjs +4 -11
- package/esm2022/lib/core/fields/address.designer.mjs +4 -4
- package/esm2022/lib/core/fields/address.field.mjs +4 -4
- package/esm2022/lib/core/fields/autocomplete.field.mjs +7 -7
- package/esm2022/lib/core/fields/axes-picker.designer.mjs +4 -4
- package/esm2022/lib/core/fields/axes-picker.field.mjs +4 -4
- package/esm2022/lib/core/fields/checkbox.designer.mjs +4 -4
- package/esm2022/lib/core/fields/checkbox.field.mjs +4 -4
- package/esm2022/lib/core/fields/checklist.designer.mjs +4 -4
- package/esm2022/lib/core/fields/checklist.field.mjs +4 -4
- package/esm2022/lib/core/fields/date-range.designer.mjs +4 -4
- package/esm2022/lib/core/fields/date-range.field.mjs +4 -4
- package/esm2022/lib/core/fields/date.designer.mjs +4 -4
- package/esm2022/lib/core/fields/date.field.mjs +4 -4
- package/esm2022/lib/core/fields/expression.field.mjs +7 -7
- package/esm2022/lib/core/fields/file.designer.mjs +4 -4
- package/esm2022/lib/core/fields/file.field.mjs +4 -4
- package/esm2022/lib/core/fields/html.designer.mjs +4 -4
- package/esm2022/lib/core/fields/html.field.mjs +4 -4
- package/esm2022/lib/core/fields/input.designer.mjs +4 -4
- package/esm2022/lib/core/fields/input.field.mjs +4 -4
- package/esm2022/lib/core/fields/localized-string.field.mjs +7 -7
- package/esm2022/lib/core/fields/numeric.designer.mjs +4 -4
- package/esm2022/lib/core/fields/numeric.field.mjs +4 -4
- package/esm2022/lib/core/fields/options.base.mjs +8 -8
- package/esm2022/lib/core/fields/options.component.mjs +4 -4
- package/esm2022/lib/core/fields/radio-button.designer.mjs +4 -4
- package/esm2022/lib/core/fields/radio-button.field.mjs +4 -4
- package/esm2022/lib/core/fields/select.designer.mjs +4 -4
- package/esm2022/lib/core/fields/select.field.mjs +4 -4
- package/esm2022/lib/core/fields/signature.designer.mjs +4 -4
- package/esm2022/lib/core/fields/signature.field.mjs +4 -4
- package/esm2022/lib/core/fields/switch.field.mjs +4 -4
- package/esm2022/lib/core/fields/tags.designer.mjs +4 -4
- package/esm2022/lib/core/fields/tags.field.mjs +4 -4
- package/esm2022/lib/core/fields/textarea.designer.mjs +4 -4
- package/esm2022/lib/core/fields/textarea.field.mjs +4 -4
- package/esm2022/lib/core/fields/time.designer.mjs +4 -4
- package/esm2022/lib/core/fields/time.field.mjs +4 -4
- package/esm2022/lib/core/fields/timespan.field.mjs +7 -7
- package/esm2022/lib/core/fields/yesno.designer.mjs +4 -4
- package/esm2022/lib/core/fields/yesno.field.mjs +4 -4
- package/esm2022/lib/core/firebase.service.mjs +1 -1
- package/esm2022/lib/core/functions.mjs +4 -1
- package/esm2022/lib/core/guide/guide.component.mjs +4 -4
- package/esm2022/lib/core/guide/guide.service.mjs +11 -7
- package/esm2022/lib/core/guide/help-tip.component.mjs +5 -5
- package/esm2022/lib/core/http.interceptor.mjs +6 -6
- package/esm2022/lib/core/hub.service.mjs +4 -4
- package/esm2022/lib/core/identity/identity.component.mjs +4 -4
- package/esm2022/lib/core/info/attachment-info.service.mjs +4 -4
- package/esm2022/lib/core/info/document-info.service.mjs +4 -4
- package/esm2022/lib/core/info/location-info.component.mjs +4 -4
- package/esm2022/lib/core/info/map-info.mjs +4 -4
- package/esm2022/lib/core/inputs/address.input.mjs +4 -4
- package/esm2022/lib/core/inputs/auto-complete.input.mjs +7 -6
- package/esm2022/lib/core/inputs/combination-picker-body.mjs +10 -12
- package/esm2022/lib/core/inputs/combination-picker.mjs +5 -6
- package/esm2022/lib/core/inputs/combination-pool.mjs +6 -5
- package/esm2022/lib/core/inputs/file.input.mjs +29 -23
- package/esm2022/lib/core/inputs/select.input.mjs +4 -4
- package/esm2022/lib/core/inputs/signature.input.mjs +4 -4
- package/esm2022/lib/core/inputs/time-picker.mjs +7 -7
- package/esm2022/lib/core/inputs/timespan.input.mjs +7 -7
- package/esm2022/lib/core/layout.component.mjs +11 -5
- package/esm2022/lib/core/lottie-animation.exp.mjs +49 -0
- package/esm2022/lib/core/mailbox.service.mjs +20 -14
- package/esm2022/lib/core/models.mjs +2 -1
- package/esm2022/lib/core/none.component.mjs +4 -4
- package/esm2022/lib/core/pipes/action.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/calendar.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/date-format.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/daterange.pipe.mjs +7 -7
- package/esm2022/lib/core/pipes/difference.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/duration-format.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/duration.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/filter.pipe.mjs +25 -0
- package/esm2022/lib/core/pipes/form.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/join.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/localized-string.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/role.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/sanitize-html.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/sort.pipe.mjs +8 -30
- package/esm2022/lib/core/pipes/state.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/time-ago.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/to-now.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/translate.pipe.mjs +10 -10
- package/esm2022/lib/core/pipes/type-value.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/user-name.pipe.mjs +4 -4
- package/esm2022/lib/core/popup/popup-ref.mjs +1 -1
- package/esm2022/lib/core/popup/popup.component.mjs +4 -4
- package/esm2022/lib/core/popup/popup.service.mjs +7 -5
- package/esm2022/lib/core/popup/tooltip.directive.mjs +10 -11
- package/esm2022/lib/core/prompt/ask/ask.dialog.mjs +4 -4
- package/esm2022/lib/core/prompt/mask/mask.component.mjs +4 -4
- package/esm2022/lib/core/prompt.service.mjs +6 -6
- package/esm2022/lib/core/router.mjs +9 -9
- package/esm2022/lib/core/save-changes.dialog.mjs +4 -4
- package/esm2022/lib/core/session.service.mjs +47 -36
- package/esm2022/lib/core/slots/pane-ref.mjs +2 -2
- package/esm2022/lib/core/slots/router.directive.mjs +4 -4
- package/esm2022/lib/core/slots/router.service.mjs +6 -5
- package/esm2022/lib/core/slots/slots.component.mjs +25 -22
- package/esm2022/lib/core/sticky-toolbar.exp.mjs +9 -6
- package/esm2022/lib/core/tagging/documents.component.mjs +4 -4
- package/esm2022/lib/core/tagging/edit-input.component.mjs +16 -13
- package/esm2022/lib/core/tagging/emoji.component.mjs +4 -4
- package/esm2022/lib/core/tagging/tagging-item.directive.mjs +4 -4
- package/esm2022/lib/core/tagging/tagging.component-base.mjs +4 -4
- package/esm2022/lib/core/tagging/tagging.directive.mjs +5 -5
- package/esm2022/lib/core/tagging/tagging.pipe.mjs +4 -4
- package/esm2022/lib/core/tagging/users.component.mjs +5 -5
- package/esm2022/lib/core/translate.service.mjs +5 -4
- package/esm2022/lib/core/translations.mjs +8 -6
- package/esm2022/lib/core/virtual-tabs.component.exp.mjs +7 -7
- package/esm2022/lib/core/window-title.service.mjs +14 -6
- package/esm2022/lib/cube/accum/accum.component.mjs +4 -4
- package/esm2022/lib/cube/chart/chart.component.mjs +8 -7
- package/esm2022/lib/cube/cube-info.service.mjs +13 -10
- package/esm2022/lib/cube/cube-menu.component.mjs +4 -4
- package/esm2022/lib/cube/cube-view.component.mjs +5 -5
- package/esm2022/lib/cube/cube.service.mjs +21 -19
- package/esm2022/lib/cube/declarations.mjs +1 -1
- package/esm2022/lib/cube/explore/document-item.component.mjs +4 -4
- package/esm2022/lib/cube/explore/explore-item.component.mjs +4 -4
- package/esm2022/lib/cube/explore/explore-items.component.mjs +8 -8
- package/esm2022/lib/cube/explore/explore.pane.component.mjs +5 -5
- package/esm2022/lib/cube/explore/item-resolver.service.mjs +7 -7
- package/esm2022/lib/cube/explore/item.pane.component.mjs +5 -5
- package/esm2022/lib/cube/filter/filter-tags.component.exp.mjs +4 -4
- package/esm2022/lib/cube/filter/filter.component.mjs +14 -13
- package/esm2022/lib/cube/grid/grid.component.mjs +9 -8
- package/esm2022/lib/cube/matrix/matrix.base.mjs +20 -18
- package/esm2022/lib/cube/matrix/matrix.mobile.component.mjs +4 -4
- package/esm2022/lib/cube/matrix/matrix.pane.component.mjs +5 -5
- package/esm2022/lib/cube/matrix/popup.component.mjs +4 -4
- package/esm2022/lib/cube/matrix/table.component.mjs +9 -8
- package/esm2022/lib/cube/parallel/item.mjs +1 -2
- package/esm2022/lib/cube/parallel/parallel.component.mjs +5 -5
- package/esm2022/lib/cube/pivot/pivot.component.mjs +16 -7
- package/esm2022/lib/cube/spreadsheet/spreadsheet.component.mjs +6 -6
- package/esm2022/lib/cube/spreadsheet/spreadsheet.container.exp.mjs +4 -4
- package/esm2022/lib/cube/sum/sum.component.mjs +19 -18
- package/esm2022/lib/cube/view-base.mjs +5 -5
- package/esm2022/lib/cube/view.mobile.component.mjs +5 -5
- package/esm2022/lib/cube/view.pane.component.mjs +4 -4
- package/esm2022/lib/dashboard/actions/actions.widget.mjs +7 -6
- package/esm2022/lib/dashboard/cube/accum-cube.widget.mjs +4 -8
- package/esm2022/lib/dashboard/cube/compare.widget.mjs +5 -7
- package/esm2022/lib/dashboard/cube/cube-analysis.base.mjs +8 -6
- package/esm2022/lib/dashboard/cube/cube-analysis.widget.mjs +4 -4
- package/esm2022/lib/dashboard/cube/cube-chart.widget.mjs +5 -4
- package/esm2022/lib/dashboard/cube/document-state.widget.mjs +6 -5
- package/esm2022/lib/dashboard/cube/documents.widget.mjs +4 -4
- package/esm2022/lib/dashboard/cube/filter/filter.component.mjs +4 -4
- package/esm2022/lib/dashboard/dashboard.component.mjs +4 -4
- package/esm2022/lib/dashboard/dashboard.pane.component.mjs +4 -4
- package/esm2022/lib/dashboard/recents/recents.widget.mjs +13 -16
- package/esm2022/lib/dashboard/score/activity.widget.mjs +6 -5
- package/esm2022/lib/dashboard/score/compare-groups.widget.mjs +12 -5
- package/esm2022/lib/dashboard/score/peers-performance.widget.mjs +9 -8
- package/esm2022/lib/dashboard/score/pending-results.widget.mjs +4 -4
- package/esm2022/lib/dashboard/score/personal-score.widget.mjs +19 -18
- package/esm2022/lib/dashboard/widget-item.component.mjs +4 -4
- package/esm2022/lib/dashboard/widget-ref.mjs +1 -1
- package/esm2022/lib/designer.module.mjs +5 -5
- package/esm2022/lib/desktop.module.mjs +8 -12
- package/esm2022/lib/home/about/about.dialog.mjs +5 -5
- package/esm2022/lib/home/home-base.component.mjs +18 -10
- package/esm2022/lib/home/home.desktop.component.mjs +14 -24
- package/esm2022/lib/home/home.mobile.component.mjs +29 -32
- package/esm2022/lib/home/notifications/notifications.component.mjs +21 -23
- package/esm2022/lib/home/outofoffice/outofoffice.component.mjs +9 -9
- package/esm2022/lib/home/sign/sign.component.mjs +20 -24
- package/esm2022/lib/impersonate/impersonate.component.mjs +36 -34
- package/esm2022/lib/mobile.module.mjs +8 -11
- package/esm2022/lib/modules/chart.module.mjs +13 -11
- package/esm2022/lib/modules/circular-gauge.module.mjs +9 -7
- package/esm2022/lib/modules/date.adapter.mjs +1 -1
- package/esm2022/lib/modules/datepicker.intl.mjs +4 -4
- package/esm2022/lib/modules/dayjs.module.mjs +5 -5
- package/esm2022/lib/modules/diagram.module.mjs +9 -7
- package/esm2022/lib/modules/gantt.module.mjs +11 -9
- package/esm2022/lib/modules/grid.module.mjs +9 -7
- package/esm2022/lib/modules/linear-gauge.module.mjs +5 -5
- package/esm2022/lib/modules/material.module.mjs +5 -5
- package/esm2022/lib/modules/paginator.intl.mjs +4 -4
- package/esm2022/lib/modules/pivot.module.mjs +9 -7
- package/esm2022/lib/modules/schedule.module.mjs +9 -7
- package/esm2022/lib/modules/spreadsheet.module.mjs +5 -5
- package/esm2022/lib/modules/stepper.intl.mjs +4 -4
- package/esm2022/lib/modules/texteditor.module.mjs +7 -6
- package/esm2022/lib/notifications/filter.component.mjs +4 -4
- package/esm2022/lib/notifications/notifications-table.component.mjs +6 -7
- package/esm2022/lib/notifications/notifications.component-base.mjs +1 -1
- package/esm2022/lib/notifications/notifications.mobile.component.mjs +4 -4
- package/esm2022/lib/notifications/notifications.pane.component.mjs +4 -4
- package/esm2022/lib/notifications/notifications.service.mjs +13 -6
- package/esm2022/lib/notifications/types/commented.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/cube-anomaly.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/escalated.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/invite.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/liked.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/long-running-task.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/notification-base.mjs +4 -4
- package/esm2022/lib/notifications/types/nudge.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/state-changed.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/tagged.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/text.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/upcoming-event.notification.mjs +4 -4
- package/esm2022/lib/options/options.component.mjs +91 -49
- package/esm2022/lib/options/options.desktop.component.mjs +26 -0
- package/esm2022/lib/options/options.mobile.component.mjs +23 -0
- package/esm2022/lib/reports/arguments-component.mjs +4 -4
- package/esm2022/lib/reports/cube/documents.component.mjs +4 -4
- package/esm2022/lib/reports/cube/grid-documents.component.mjs +4 -4
- package/esm2022/lib/reports/cube/performance-hilo.component.mjs +5 -5
- package/esm2022/lib/reports/cube/performance-wind.component.mjs +4 -4
- package/esm2022/lib/reports/cube/table-documents.component.mjs +6 -5
- package/esm2022/lib/reports/cube/usage-args.component.mjs +6 -5
- package/esm2022/lib/reports/cube/usage-base.mjs +8 -8
- package/esm2022/lib/reports/cube/usage-chart.component.mjs +6 -6
- package/esm2022/lib/reports/cube/usage-pivot.component.mjs +5 -5
- package/esm2022/lib/reports/cube/usage.component.mjs +4 -4
- package/esm2022/lib/reports/report-ref.mjs +1 -1
- package/esm2022/lib/reports/report-viewer.component.mjs +5 -5
- package/esm2022/lib/reports/report.mobile.component.mjs +4 -4
- package/esm2022/lib/reports/report.pane.component.mjs +4 -4
- package/esm2022/lib/reports/reports-menu.component.mjs +4 -4
- package/esm2022/lib/reports/substitution/substitution.component.mjs +4 -4
- package/esm2022/lib/reports/table/table-view.component.mjs +4 -4
- package/esm2022/lib/reports/tasks/tasks.component.mjs +4 -4
- package/esm2022/lib/routes.desktop.mjs +24 -5
- package/esm2022/lib/routes.mobile.mjs +12 -2
- package/esm2022/lib/scheduler/schedule.component.mjs +5 -5
- package/esm2022/lib/scheduler/scheduler.mobile.component.mjs +4 -4
- package/esm2022/lib/scheduler/scheduler.pane.component.mjs +4 -4
- package/esm2022/lib/search/cube.component.mjs +8 -9
- package/esm2022/lib/search/declarations.mjs +1 -1
- package/esm2022/lib/search/document.component.mjs +4 -4
- package/esm2022/lib/search/guide.component.mjs +4 -4
- package/esm2022/lib/search/path.component.mjs +4 -4
- package/esm2022/lib/search/search.service.mjs +5 -5
- package/esm2022/lib/shared.module.mjs +15 -15
- package/esm2022/lib/system.module.mjs +5 -5
- package/esm2022/lib/views/cube/chart.component.mjs +4 -4
- package/esm2022/lib/views/cube/cube-base.mjs +4 -4
- package/esm2022/lib/views/cube/explore.component.mjs +5 -5
- package/esm2022/lib/views/cube/matrix.component.mjs +6 -6
- package/esm2022/lib/views/cube/parallel.component.mjs +4 -4
- package/esm2022/lib/views/cube/pivot.component.mjs +4 -4
- package/esm2022/lib/views/cube/sum.component.mjs +4 -4
- package/esm2022/lib/views/cube/view.component.mjs +6 -6
- package/esm2022/lib/views/document-view-ref.mjs +1 -1
- package/esm2022/lib/views/timeline/timeline.component.mjs +7 -8
- package/esm2022/lib/views/view-item.component.mjs +4 -4
- package/esm2022/lib/views/views.component.mjs +5 -5
- package/esm2022/lib/views/views.mobile.component.mjs +6 -6
- package/esm2022/lib/views/views.pane.component.mjs +8 -8
- package/esm2022/public-api.mjs +4 -3
- package/fesm2022/bizdoc-core.mjs +3267 -3149
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/lib/admin/architecture/cube-axes-filter.component.d.ts +4 -1
- package/lib/admin/architecture/declarations.d.ts +14 -9
- package/lib/admin/architecture/designer-element.component.d.ts +1 -0
- package/lib/admin/architecture/designer-privileges.component.d.ts +4 -2
- package/lib/admin/architecture/designer.base.d.ts +1 -4
- package/lib/admin/architecture/designer.component.d.ts +3 -3
- package/lib/admin/architecture/elements/action.component.d.ts +13 -13
- package/lib/admin/architecture/elements/analysis-view.component.d.ts +8 -8
- package/lib/admin/architecture/elements/analysis-widget.component.d.ts +7 -7
- package/lib/admin/architecture/elements/anomaly-rule.component.d.ts +3 -3
- package/lib/admin/architecture/elements/attribute.component.d.ts +1 -1
- package/lib/admin/architecture/elements/box-form.component.d.ts +5 -5
- package/lib/admin/architecture/elements/configuration-datasource.component.d.ts +1 -1
- package/lib/admin/architecture/elements/control.component.d.ts +1 -2
- package/lib/admin/architecture/elements/cube-index-utility.component.d.ts +3 -4
- package/lib/admin/architecture/elements/cube-view.component.d.ts +4 -4
- package/lib/admin/architecture/elements/cube.component.d.ts +9 -10
- package/lib/admin/architecture/elements/document-state-widget.component.d.ts +3 -6
- package/lib/admin/architecture/elements/documents-report.component.d.ts +4 -5
- package/lib/admin/architecture/elements/documents-widget.component.d.ts +5 -5
- package/lib/admin/architecture/elements/explore-view.component.d.ts +4 -4
- package/lib/admin/architecture/elements/folder.component.d.ts +2 -2
- package/lib/admin/architecture/elements/form-invite.dialog.d.ts +7 -7
- package/lib/admin/architecture/elements/form.component.d.ts +10 -9
- package/lib/admin/architecture/elements/guide.component.d.ts +1 -1
- package/lib/admin/architecture/elements/matrix-view.component.d.ts +16 -16
- package/lib/admin/architecture/elements/parallel-view.component.d.ts +9 -10
- package/lib/admin/architecture/elements/performance-report.component.d.ts +2 -3
- package/lib/admin/architecture/elements/performance-widget.component.d.ts +4 -5
- package/lib/admin/architecture/elements/pivot-view.component.d.ts +9 -10
- package/lib/admin/architecture/elements/report.component.d.ts +1 -1
- package/lib/admin/architecture/elements/return-to-role-action.component.d.ts +1 -1
- package/lib/admin/architecture/elements/role.component.d.ts +4 -4
- package/lib/admin/architecture/elements/source.component.d.ts +2 -3
- package/lib/admin/architecture/elements/state.component.d.ts +4 -4
- package/lib/admin/architecture/elements/sum-view.component.d.ts +7 -8
- package/lib/admin/architecture/elements/tasks-report.component.d.ts +4 -4
- package/lib/admin/architecture/elements/type.component.d.ts +8 -4
- package/lib/admin/architecture/elements/usage-report.component.d.ts +7 -7
- package/lib/admin/architecture/elements/widget.component.d.ts +1 -1
- package/lib/admin/architecture/icon-picker.component.d.ts +5 -3
- package/lib/admin/core/ace.input.d.ts +2 -5
- package/lib/admin/core/localized-string.component.d.ts +3 -2
- package/lib/admin/document-trace/document-trace.component.d.ts +6 -5
- package/lib/admin/document-trace/reassign.dialog.d.ts +2 -2
- package/lib/admin/document-trace/timeline.d.ts +2 -2
- package/lib/admin/form/designer/box-designer.component.d.ts +13 -13
- package/lib/admin/form/designer/section.component.d.ts +5 -5
- package/lib/admin/form/workflow/node-ref.d.ts +1 -1
- package/lib/admin/form/workflow/node.component.d.ts +3 -2
- package/lib/admin/form/workflow/role-node.component.d.ts +11 -11
- package/lib/admin/form/workflow/workflow.component.d.ts +9 -11
- package/lib/admin/indices/manage-cube-index.component.d.ts +3 -3
- package/lib/admin/patterns/patterns.component.d.ts +2 -2
- package/lib/admin/positions/positions-popup.component.d.ts +1 -1
- package/lib/admin/positions/positions.component.d.ts +6 -6
- package/lib/admin/profiler/outofoffice.component.d.ts +15 -15
- package/lib/admin/profiler/profiler.component.d.ts +3 -3
- package/lib/admin/system.service.d.ts +8 -9
- package/lib/admin/utility-ref.d.ts +2 -2
- package/lib/browse/browse-items.component.d.ts +6 -7
- package/lib/browse/browse.mobile.component.d.ts +2 -2
- package/lib/browse/browse.pane.component.d.ts +2 -2
- package/lib/browse/filter/filter.component.d.ts +10 -11
- package/lib/chat/chat-info.d.ts +1 -1
- package/lib/chat/chat.service.d.ts +1 -1
- package/lib/chat/conversation.component.d.ts +2 -2
- package/lib/compose/action/action.base.d.ts +2 -1
- package/lib/compose/action/assign-action.component.d.ts +5 -5
- package/lib/compose/action/moveto-action.component.d.ts +3 -3
- package/lib/compose/action/return-action.component.d.ts +4 -4
- package/lib/compose/box/box.component.d.ts +1 -1
- package/lib/compose/comments/comments.component.d.ts +4 -4
- package/lib/compose/compose.mobile.component.d.ts +5 -5
- package/lib/compose/compose.pane.component.d.ts +3 -3
- package/lib/compose/copy/copy.dialog.d.ts +1 -1
- package/lib/compose/form-ref.d.ts +5 -5
- package/lib/compose/form.component.d.ts +36 -2
- package/lib/compose/new-menu.component.d.ts +2 -1
- package/lib/compose/privilage.directive.d.ts +1 -1
- package/lib/compose/tag/tags.component.d.ts +1 -1
- package/lib/compose/trace/flow.component.d.ts +1 -0
- package/lib/compose/trace/people.component.d.ts +5 -2
- package/lib/compose/trace/trace.base.d.ts +1 -1
- package/lib/compose/version-compare/version-compare.directive.d.ts +1 -1
- package/lib/core/account.service.d.ts +1 -1
- package/lib/core/authentication.d.ts +2 -2
- package/lib/core/avatar/avatar.component.d.ts +13 -11
- package/lib/core/base.d.ts +9 -9
- package/lib/core/colors.d.ts +1 -0
- package/lib/core/configuration.d.ts +3 -2
- package/lib/core/datasource.service.d.ts +1 -1
- package/lib/core/document-factory.service.d.ts +0 -1
- package/lib/core/fields/address.designer.d.ts +3 -3
- package/lib/core/fields/address.field.d.ts +1 -1
- package/lib/core/fields/autocomplete.field.d.ts +5 -5
- package/lib/core/fields/axes-picker.designer.d.ts +3 -3
- package/lib/core/fields/axes-picker.field.d.ts +1 -1
- package/lib/core/fields/checkbox.designer.d.ts +2 -2
- package/lib/core/fields/checkbox.field.d.ts +1 -1
- package/lib/core/fields/checklist.designer.d.ts +4 -4
- package/lib/core/fields/checklist.field.d.ts +1 -2
- package/lib/core/fields/date-range.designer.d.ts +6 -6
- package/lib/core/fields/date-range.field.d.ts +2 -2
- package/lib/core/fields/date.designer.d.ts +5 -5
- package/lib/core/fields/file.designer.d.ts +3 -3
- package/lib/core/fields/html.designer.d.ts +4 -4
- package/lib/core/fields/input.designer.d.ts +8 -9
- package/lib/core/fields/numeric.designer.d.ts +7 -7
- package/lib/core/fields/options.base.d.ts +1 -1
- package/lib/core/fields/radio-button.designer.d.ts +3 -3
- package/lib/core/fields/radio-button.field.d.ts +2 -3
- package/lib/core/fields/select.designer.d.ts +5 -5
- package/lib/core/fields/select.field.d.ts +1 -2
- package/lib/core/fields/signature.designer.d.ts +2 -2
- package/lib/core/fields/switch.field.d.ts +1 -1
- package/lib/core/fields/textarea.designer.d.ts +6 -6
- package/lib/core/fields/time.designer.d.ts +5 -5
- package/lib/core/fields/yesno.designer.d.ts +3 -3
- package/lib/core/fields/yesno.field.d.ts +1 -1
- package/lib/core/firebase.service.d.ts +1 -1
- package/lib/core/functions.d.ts +7 -4
- package/lib/core/guide/help-tip.component.d.ts +1 -1
- package/lib/core/http.interceptor.d.ts +1 -1
- package/lib/core/hub.service.d.ts +2 -2
- package/lib/core/inputs/address.input.d.ts +4 -4
- package/lib/core/inputs/auto-complete.input.d.ts +4 -4
- package/lib/core/inputs/combination-picker-body.d.ts +2 -2
- package/lib/core/inputs/file.input.d.ts +4 -4
- package/lib/core/inputs/time-picker.d.ts +2 -2
- package/lib/core/inputs/timespan.input.d.ts +7 -7
- package/lib/core/{lottie-animation.d.ts → lottie-animation.exp.d.ts} +0 -1
- package/lib/core/mailbox.service.d.ts +2 -3
- package/lib/core/models.d.ts +6 -5
- package/lib/core/pipes/filter.pipe.d.ts +7 -0
- package/lib/core/pipes/localized-string.pipe.d.ts +1 -1
- package/lib/core/pipes/sort.pipe.d.ts +1 -6
- package/lib/core/pipes/time-ago.pipe.d.ts +1 -1
- package/lib/core/pipes/user-name.pipe.d.ts +1 -1
- package/lib/core/popup/popup-ref.d.ts +4 -4
- package/lib/core/popup/tooltip.directive.d.ts +2 -3
- package/lib/core/router.d.ts +3 -3
- package/lib/core/session.service.d.ts +11 -8
- package/lib/core/slots/pane-ref.d.ts +16 -16
- package/lib/core/slots/router.directive.d.ts +2 -2
- package/lib/core/slots/router.service.d.ts +1 -1
- package/lib/core/slots/slots.component.d.ts +3 -3
- package/lib/core/sticky-toolbar.exp.d.ts +1 -0
- package/lib/core/tagging/edit-input.component.d.ts +5 -5
- package/lib/core/tagging/emoji.component.d.ts +1 -1
- package/lib/core/tagging/tagging.component-base.d.ts +1 -1
- package/lib/core/tagging/tagging.directive.d.ts +1 -1
- package/lib/core/tagging/tagging.pipe.d.ts +1 -1
- package/lib/core/translate.service.d.ts +2 -2
- package/lib/core/translations.d.ts +2 -1049
- package/lib/core/virtual-tabs.component.exp.d.ts +2 -2
- package/lib/core/window-title.service.d.ts +2 -1
- package/lib/cube/accum/accum.component.d.ts +1 -1
- package/lib/cube/chart/chart.component.d.ts +5 -5
- package/lib/cube/cube-info.service.d.ts +1 -1
- package/lib/cube/cube.service.d.ts +2 -2
- package/lib/cube/declarations.d.ts +3 -3
- package/lib/cube/explore/explore-items.component.d.ts +2 -2
- package/lib/cube/filter/filter.component.d.ts +1 -1
- package/lib/cube/grid/grid.component.d.ts +4 -4
- package/lib/cube/matrix/matrix.base.d.ts +9 -8
- package/lib/cube/matrix/matrix.pane.component.d.ts +2 -1
- package/lib/cube/matrix/table.component.d.ts +3 -3
- package/lib/cube/pivot/pivot.component.d.ts +6 -7
- package/lib/cube/spreadsheet/spreadsheet.component.d.ts +3 -3
- package/lib/cube/sum/sum.component.d.ts +5 -5
- package/lib/cube/view-base.d.ts +3 -2
- package/lib/cube/view.mobile.component.d.ts +1 -1
- package/lib/dashboard/cube/accum-cube.widget.d.ts +0 -1
- package/lib/dashboard/cube/cube-analysis.base.d.ts +9 -6
- package/lib/dashboard/cube/filter/filter.component.d.ts +3 -2
- package/lib/dashboard/recents/recents.widget.d.ts +5 -6
- package/lib/dashboard/score/activity.widget.d.ts +1 -0
- package/lib/dashboard/score/peers-performance.widget.d.ts +1 -0
- package/lib/dashboard/score/personal-score.widget.d.ts +2 -4
- package/lib/desktop.module.d.ts +5 -6
- package/lib/home/about/about.dialog.d.ts +2 -2
- package/lib/home/home-base.component.d.ts +2 -0
- package/lib/home/home.desktop.component.d.ts +6 -9
- package/lib/home/home.mobile.component.d.ts +4 -6
- package/lib/home/notifications/notifications.component.d.ts +3 -5
- package/lib/home/outofoffice/outofoffice.component.d.ts +3 -3
- package/lib/home/sign/sign.component.d.ts +4 -2
- package/lib/impersonate/impersonate.component.d.ts +11 -12
- package/lib/mobile.module.d.ts +3 -3
- package/lib/modules/chart.module.d.ts +1 -0
- package/lib/modules/circular-gauge.module.d.ts +1 -0
- package/lib/modules/diagram.module.d.ts +1 -0
- package/lib/modules/gantt.module.d.ts +1 -0
- package/lib/modules/grid.module.d.ts +1 -0
- package/lib/modules/pivot.module.d.ts +1 -0
- package/lib/modules/schedule.module.d.ts +1 -0
- package/lib/notifications/filter.component.d.ts +2 -2
- package/lib/options/options.component.d.ts +54 -31
- package/lib/options/options.desktop.component.d.ts +10 -0
- package/lib/options/options.mobile.component.d.ts +9 -0
- package/lib/reports/arguments-component.d.ts +2 -2
- package/lib/reports/cube/performance-hilo.component.d.ts +1 -1
- package/lib/reports/cube/performance-wind.component.d.ts +2 -2
- package/lib/reports/cube/usage-args.component.d.ts +3 -1
- package/lib/reports/cube/usage-base.d.ts +9 -7
- package/lib/reports/cube/usage-chart.component.d.ts +1 -1
- package/lib/reports/cube/usage-pivot.component.d.ts +1 -1
- package/lib/reports/report.mobile.component.d.ts +3 -1
- package/lib/search/cube.component.d.ts +1 -1
- package/lib/search/declarations.d.ts +2 -2
- package/lib/shared.module.d.ts +154 -153
- package/lib/views/cube/chart.component.d.ts +2 -2
- package/lib/views/cube/cube-base.d.ts +6 -6
- package/lib/views/cube/sum.component.d.ts +2 -2
- package/lib/views/timeline/timeline.component.d.ts +3 -2
- package/lib/views/views.component.d.ts +1 -1
- package/package.json +19 -18
- package/public-api.d.ts +3 -2
- package/assets/themes/readme.md +0 -0
- package/esm2022/lib/core/lottie-animation.mjs +0 -48
- package/esm2022/lib/home/options/options.component.mjs +0 -97
- package/esm2022/lib/options/options.service.mjs +0 -42
- package/lib/home/options/options.component.d.ts +0 -45
- package/lib/options/options.service.d.ts +0 -14
@@ -1,11 +1,11 @@
|
|
1
|
-
import { OnInit, QueryList } from "@angular/core";
|
1
|
+
import { OnInit, QueryList, TemplateRef } from "@angular/core";
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
/** */
|
4
4
|
export declare class Tab {
|
5
5
|
active: boolean;
|
6
6
|
name: string;
|
7
7
|
title: string;
|
8
|
-
template: any
|
8
|
+
template: TemplateRef<any>;
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<Tab, never>;
|
10
10
|
static ɵdir: i0.ɵɵDirectiveDeclaration<Tab, "tab", never, { "name": { "alias": "name"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, ["template"], never, false, never>;
|
11
11
|
}
|
@@ -8,12 +8,13 @@ export declare class WindowTitleService {
|
|
8
8
|
private _inFocus;
|
9
9
|
private _isActive;
|
10
10
|
private _mode;
|
11
|
-
private _task
|
11
|
+
private _task?;
|
12
12
|
private _message;
|
13
13
|
private _title;
|
14
14
|
private readonly _appTitle;
|
15
15
|
constructor(config: BizDocConfig, users: AccountService, translate: TranslateService, hub: HubService);
|
16
16
|
set(value: string): void;
|
17
|
+
clear(): void;
|
17
18
|
private _show;
|
18
19
|
private _clear;
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<WindowTitleService, never>;
|
@@ -36,7 +36,7 @@ export declare class CubeAccumulationChartComponent implements OnInit, OnChanges
|
|
36
36
|
filters?: AxesMap;
|
37
37
|
chartType?: ChartType;
|
38
38
|
scope: ScopeType;
|
39
|
-
currencyCode
|
39
|
+
currencyCode?: string;
|
40
40
|
loading: boolean;
|
41
41
|
readonly loadingChange: EventEmitter<boolean>;
|
42
42
|
readonly explore: EventEmitter<AxisClickEvent>;
|
@@ -22,17 +22,17 @@ export declare class CubeChartComponent implements OnInit, OnChanges, OnDestroy,
|
|
22
22
|
get xAxis(): string[] | string;
|
23
23
|
set xAxis(value: string[] | string);
|
24
24
|
private _series?;
|
25
|
-
get series(): string[] | string;
|
26
|
-
set series(value: string[] | string);
|
25
|
+
get series(): string[] | string | undefined;
|
26
|
+
set series(value: string[] | string | undefined);
|
27
27
|
private _indices?;
|
28
|
-
get indices(): string[] | string;
|
29
|
-
set indices(value: string[] | string);
|
28
|
+
get indices(): string[] | string | undefined;
|
29
|
+
set indices(value: string[] | string | undefined);
|
30
30
|
filters?: AxesMap;
|
31
31
|
yAxis?: YAxis;
|
32
32
|
chartType?: ChartType;
|
33
33
|
indicesChartType?: ChartType;
|
34
34
|
scope: ScopeType;
|
35
|
-
currencyCode
|
35
|
+
currencyCode?: string;
|
36
36
|
readonly explore: EventEmitter<AxisClickEvent>;
|
37
37
|
loading: boolean;
|
38
38
|
readonly loadingChange: EventEmitter<boolean>;
|
@@ -49,7 +49,7 @@ export declare class CubeInfo {
|
|
49
49
|
private _popup;
|
50
50
|
private _cf;
|
51
51
|
constructor(_session: SessionService, _service: CubeService, _router: RouterImpl, _popup: Popup, _cf: BizDocComponentFactoryResolver);
|
52
|
-
navigate(axes: Array<string | number> | {
|
52
|
+
navigate(axes: Array<string | number | null | undefined> | {
|
53
53
|
[axis: string]: (string | number);
|
54
54
|
}, options?: CubeDataOptions): void;
|
55
55
|
/**
|
@@ -38,7 +38,7 @@ export declare class CubeService {
|
|
38
38
|
*/
|
39
39
|
series(cube: string, xAxis: string | string[], options?: {
|
40
40
|
/** group series by one or more axis */
|
41
|
-
series?: string | string[];
|
41
|
+
series?: string | string[] | null;
|
42
42
|
/** include one or more index series */
|
43
43
|
indices?: string | string[];
|
44
44
|
groupIndices?: boolean;
|
@@ -265,4 +265,4 @@ export interface Pattern {
|
|
265
265
|
title: string;
|
266
266
|
axes: AxesMap;
|
267
267
|
}
|
268
|
-
export declare function errResource(error: HttpErrorResponse): "Unauthorized" | "LicenseErr" | "NotAcceptable";
|
268
|
+
export declare function errResource(error: HttpErrorResponse): "Err" | "Unauthorized" | "LicenseErr" | "NotAcceptable";
|
@@ -9,9 +9,9 @@ export interface AxisClickEvent {
|
|
9
9
|
}
|
10
10
|
/** */
|
11
11
|
export interface CubeViewerComponent extends OnChanges {
|
12
|
-
exportToExcel(title: string):
|
13
|
-
execute():
|
14
|
-
resize():
|
12
|
+
exportToExcel(title: string): void;
|
13
|
+
execute(): void;
|
14
|
+
resize(): void;
|
15
15
|
explore?: EventEmitter<AxisClickEvent>;
|
16
16
|
loading: boolean;
|
17
17
|
loadingChange: EventEmitter<boolean>;
|
@@ -33,9 +33,9 @@ export declare class ExploreItemsComponent implements OnInit, OnChanges, OnDestr
|
|
33
33
|
columns: FieldInfo[];
|
34
34
|
selectable: boolean;
|
35
35
|
displayedColumns: string[];
|
36
|
-
CURRENCY_CODE
|
36
|
+
CURRENCY_CODE?: string;
|
37
37
|
private readonly _loading$;
|
38
|
-
private _template
|
38
|
+
private _template?;
|
39
39
|
private _cube;
|
40
40
|
/** drill-down ctor */
|
41
41
|
constructor(_service: CubeService, _sb: PromptService, _session: SessionService, _translate: TranslateService);
|
@@ -36,7 +36,7 @@ export declare class CubeFilterComponent implements OnInit, OnChanges, AfterView
|
|
36
36
|
/** filter ctor */
|
37
37
|
constructor(_service: CubeService, _element: ElementRef<HTMLDivElement>, _cd: ChangeDetectorRef, _fb: FormBuilder, _session: SessionService);
|
38
38
|
ngAfterViewInit(): void;
|
39
|
-
|
39
|
+
displayValue(val: any): any;
|
40
40
|
change(axis: string, evt: MatAutocompleteSelectedEvent): void;
|
41
41
|
ngOnDestroy(): void;
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeFilterComponent, never>;
|
@@ -17,10 +17,10 @@ export declare class CubeGridComponent implements OnInit, OnChanges, CubeViewerC
|
|
17
17
|
height: string;
|
18
18
|
cube: string;
|
19
19
|
set xAxis(val: string[] | string);
|
20
|
-
set series(val: string[] | string);
|
21
|
-
set indices(val: string[] | string);
|
20
|
+
set series(val: string[] | string | undefined);
|
21
|
+
set indices(val: string[] | string | undefined);
|
22
22
|
filters?: AxesMap;
|
23
|
-
currencyCode
|
23
|
+
currencyCode?: string;
|
24
24
|
readonly explore: EventEmitter<AxisClickEvent>;
|
25
25
|
loading: boolean;
|
26
26
|
readonly loadingChange: EventEmitter<boolean>;
|
@@ -35,7 +35,7 @@ export declare class CubeGridComponent implements OnInit, OnChanges, CubeViewerC
|
|
35
35
|
}[];
|
36
36
|
columns: ColumnModel[];
|
37
37
|
private _xAxis;
|
38
|
-
private _series
|
38
|
+
private _series;
|
39
39
|
private _indices?;
|
40
40
|
private _rows;
|
41
41
|
private _columns;
|
@@ -22,7 +22,6 @@ export declare abstract class CubeMatrixBase {
|
|
22
22
|
get originalAxes(): AxesMap;
|
23
23
|
get axes(): AxesMap;
|
24
24
|
set axes(value: AxesMap);
|
25
|
-
title: string;
|
26
25
|
readonly sources: {
|
27
26
|
[axis: string]: Observable<{
|
28
27
|
key: string;
|
@@ -33,19 +32,21 @@ export declare abstract class CubeMatrixBase {
|
|
33
32
|
readonly values: AxesMap;
|
34
33
|
filters: CubeAxis[];
|
35
34
|
patterns: Pattern[];
|
36
|
-
|
35
|
+
title?: string;
|
36
|
+
pattern?: Pattern;
|
37
37
|
indices?: string | string[];
|
38
38
|
xAxis: string;
|
39
39
|
series: string;
|
40
|
-
private _cube
|
41
|
-
get cube(): string;
|
42
|
-
set cube(value: string);
|
40
|
+
private _cube?;
|
41
|
+
get cube(): string | undefined;
|
42
|
+
set cube(value: string | undefined);
|
43
43
|
sum?: SumSettings | SumSettings[];
|
44
44
|
/** one or more axis */
|
45
45
|
protected aggregation?: string[] | string;
|
46
|
-
private _selection
|
47
|
-
protected get selection(): string | string[];
|
48
|
-
|
46
|
+
private _selection?;
|
47
|
+
protected get selection(): string | string[] | undefined;
|
48
|
+
/** one or more axis */
|
49
|
+
protected set selection(value: string | string[] | undefined);
|
49
50
|
configuration: Cube;
|
50
51
|
constructor(_service: CubeService, _ds: DatasourceService, _session: SessionService);
|
51
52
|
private _populate;
|
@@ -27,12 +27,13 @@ export declare class CubeMatrixPaneComponent extends CubeMatrixBase implements O
|
|
27
27
|
interface Data {
|
28
28
|
indices: string | string[];
|
29
29
|
/** */
|
30
|
-
|
30
|
+
aggregate: string[];
|
31
31
|
sum: SumSettings | SumSettings[];
|
32
32
|
indexAt?: AxisType;
|
33
33
|
placeAt?: AxisPlace;
|
34
34
|
selection?: string | string[];
|
35
35
|
xAxisTotalLabel?: string;
|
36
36
|
seriesTotalLabel?: string;
|
37
|
+
filters?: string | string[];
|
37
38
|
}
|
38
39
|
export {};
|
@@ -18,7 +18,7 @@ export declare class CubeMatrixComponent implements OnChanges {
|
|
18
18
|
private _ds;
|
19
19
|
readonly PRECISION: string;
|
20
20
|
readonly LANGUAGE: string;
|
21
|
-
CURRENCY
|
21
|
+
CURRENCY?: string;
|
22
22
|
SYMBOL: string;
|
23
23
|
tableElement: ElementRef<HTMLTableElement>;
|
24
24
|
seriesTotalLabel?: string;
|
@@ -42,7 +42,7 @@ export declare class CubeMatrixComponent implements OnChanges {
|
|
42
42
|
rows: HeaderInfo[];
|
43
43
|
columns: HeaderInfo[];
|
44
44
|
indices: CubeIndex[];
|
45
|
-
data
|
45
|
+
data?: {
|
46
46
|
[key: string]: {
|
47
47
|
[key: string]: string;
|
48
48
|
};
|
@@ -72,7 +72,7 @@ export declare class CubeMatrixComponent implements OnChanges {
|
|
72
72
|
* @param x
|
73
73
|
* @param y
|
74
74
|
*/
|
75
|
-
_move(x:
|
75
|
+
_move(x: number, y: number): void;
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeMatrixComponent, never>;
|
77
77
|
static ɵcmp: i0.ɵɵComponentDeclaration<CubeMatrixComponent, "bizdoc-cube-matrix", never, { "seriesTotalLabel": { "alias": "seriesTotalLabel"; "required": false; }; "xAxisTotalLabel": { "alias": "xAxisTotalLabel"; "required": false; }; "_cube": { "alias": "cube"; "required": false; }; "_xAxis": { "alias": "xAxis"; "required": false; }; "_series": { "alias": "series"; "required": false; }; "_indices": { "alias": "indices"; "required": false; }; "indexAt": { "alias": "indexAt"; "required": false; }; "placeAt": { "alias": "placeAt"; "required": false; }; "scope": { "alias": "scope"; "required": false; }; "sum": { "alias": "sum"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; }, { "onExplore": "explore"; "loadingChange": "loadingChange"; }, never, never, false, never>;
|
78
78
|
}
|
@@ -28,15 +28,15 @@ export declare class CubePivotComponent implements CubeViewerComponent, OnInit,
|
|
28
28
|
set xAxis(value: string[] | string);
|
29
29
|
yAxis?: YAxis;
|
30
30
|
private _series?;
|
31
|
-
get series(): string[] | string;
|
32
|
-
set series(value: string[] | string);
|
31
|
+
get series(): string[] | string | undefined;
|
32
|
+
set series(value: string[] | string | undefined);
|
33
33
|
private _indices?;
|
34
|
-
get indices(): string[] | string;
|
35
|
-
set indices(value: string[] | string);
|
36
|
-
filters
|
34
|
+
get indices(): string[] | string | undefined;
|
35
|
+
set indices(value: string[] | string | undefined);
|
36
|
+
filters: AxesMap;
|
37
37
|
chartType?: ChartType;
|
38
38
|
indicesChartType?: ChartType;
|
39
|
-
currencyCode
|
39
|
+
currencyCode?: string;
|
40
40
|
private _palettes;
|
41
41
|
get palettes(): string[];
|
42
42
|
set palettes(value: string[]);
|
@@ -57,7 +57,6 @@ export declare class CubePivotComponent implements CubeViewerComponent, OnInit,
|
|
57
57
|
dir: Direction;
|
58
58
|
private _cube;
|
59
59
|
private _data;
|
60
|
-
private readonly _intl;
|
61
60
|
private readonly _destroy;
|
62
61
|
/** pivot ctor */
|
63
62
|
constructor(_service: CubeService, _session: SessionService, _translate: TranslateService, _sb: PromptService, _elementRef: ElementRef);
|
@@ -25,9 +25,9 @@ export declare class CubeSpreadsheetComponent implements OnInit, CubeViewerCompo
|
|
25
25
|
set xAxis(val: string[] | string);
|
26
26
|
get xAxis(): string[] | string;
|
27
27
|
yAxis?: YAxis;
|
28
|
-
set series(val: string[] | string);
|
29
|
-
get series(): string[] | string;
|
30
|
-
set indices(val: string[] | string);
|
28
|
+
set series(val: string[] | string | undefined);
|
29
|
+
get series(): string[] | string | undefined;
|
30
|
+
set indices(val: string[] | string | undefined);
|
31
31
|
filters?: AxesMap;
|
32
32
|
readonly explore: EventEmitter<AxisClickEvent>;
|
33
33
|
loading: boolean;
|
@@ -22,11 +22,11 @@ export declare class CubeSumComponent implements OnChanges {
|
|
22
22
|
back: boolean;
|
23
23
|
forward: boolean;
|
24
24
|
primaryAxis: CubeAxis;
|
25
|
-
next
|
25
|
+
next?: Level;
|
26
26
|
current: Level;
|
27
|
-
prev
|
27
|
+
prev?: Level;
|
28
28
|
help: string;
|
29
|
-
currencyCode: string;
|
29
|
+
currencyCode: string | undefined;
|
30
30
|
digitsInfo: string;
|
31
31
|
loading: boolean;
|
32
32
|
readonly Math: Math;
|
@@ -67,14 +67,14 @@ declare type Level = {
|
|
67
67
|
}[];
|
68
68
|
value: number;
|
69
69
|
title?: string;
|
70
|
-
name
|
70
|
+
name?: string;
|
71
71
|
axis: string;
|
72
72
|
/** parent axis */
|
73
73
|
scope?: string;
|
74
74
|
animation?: {
|
75
75
|
value: number;
|
76
76
|
params: {
|
77
|
-
startWidth
|
77
|
+
startWidth?: number;
|
78
78
|
};
|
79
79
|
};
|
80
80
|
chain?: Level;
|
package/lib/cube/view-base.d.ts
CHANGED
@@ -4,6 +4,7 @@ import { SessionService } from '../core/session.service';
|
|
4
4
|
import { GuideService } from '../core/guide/guide.service';
|
5
5
|
import { CubeViewComponent } from './cube-view.component';
|
6
6
|
import { RouterImpl } from '../core/router';
|
7
|
+
import { ParamMap } from '../core/configuration';
|
7
8
|
import * as i0 from "@angular/core";
|
8
9
|
export declare abstract class ViewBase {
|
9
10
|
protected _session: SessionService;
|
@@ -12,7 +13,7 @@ export declare abstract class ViewBase {
|
|
12
13
|
private _guide;
|
13
14
|
abstract viewPane: CubeViewComponent;
|
14
15
|
patterns: Pattern[];
|
15
|
-
pattern
|
16
|
+
pattern?: Pattern;
|
16
17
|
private _cube;
|
17
18
|
get cube(): Cube;
|
18
19
|
set cube(value: Cube);
|
@@ -32,7 +33,7 @@ export declare abstract class ViewBase {
|
|
32
33
|
constructor(_session: SessionService, _router: RouterImpl, _service: CubeService, _guide: GuideService);
|
33
34
|
patternChange(pattern: Pattern): void;
|
34
35
|
clearFilter(): void;
|
35
|
-
navigate(queryParams:
|
36
|
+
navigate(queryParams: ParamMap): void;
|
36
37
|
guide(evt?: Event): void;
|
37
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<ViewBase, never>;
|
38
39
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ViewBase, never, never, {}, {}, never, never, false, never>;
|
@@ -22,7 +22,7 @@ export declare class CubeMobileViewComponent extends ViewBase implements OnInit,
|
|
22
22
|
drawer: MatSidenav;
|
23
23
|
explorePane: ExploreItemsComponent;
|
24
24
|
exploreAxes: AxesMap;
|
25
|
-
exploreIndex
|
25
|
+
exploreIndex?: string;
|
26
26
|
template: string;
|
27
27
|
item: any;
|
28
28
|
private _navigating;
|
@@ -19,7 +19,6 @@ export declare class CubeAccumAnalysisWidget extends CubeAnalysisBase implements
|
|
19
19
|
readonly legendSettings: LegendSeriesModel;
|
20
20
|
readonly tooltip: TooltipSettingsModel;
|
21
21
|
readonly animation: AnimationModel;
|
22
|
-
readonly enableRtl: boolean;
|
23
22
|
constructor(ref: WidgetRef<ChartSettingsModel>, info: CubeInfo, session: SessionService, ds: DatasourceService, cube: CubeService, _elementRef: ElementRef<HTMLDivElement>);
|
24
23
|
onLoad(data: Series[]): void;
|
25
24
|
onResize(dim: Dimentions): void;
|
@@ -21,17 +21,18 @@ export declare abstract class CubeAnalysisBase implements WidgetComponent<Series
|
|
21
21
|
theme: 'Material3' | 'Material3Dark';
|
22
22
|
height: string;
|
23
23
|
width: string;
|
24
|
-
readonly currencyCode
|
24
|
+
readonly currencyCode?: string;
|
25
25
|
protected _cube: Cube;
|
26
26
|
protected _options: ChartSettingsModel;
|
27
27
|
protected _data: Series[];
|
28
28
|
private _series;
|
29
29
|
private _xAxis;
|
30
30
|
protected args: any;
|
31
|
-
protected yType
|
31
|
+
protected yType?: string;
|
32
32
|
protected get series(): string[];
|
33
33
|
protected get xAxis(): string[];
|
34
34
|
private readonly _axisTypeMap;
|
35
|
+
readonly enableRtl: boolean;
|
35
36
|
protected readonly _intl: Internationalization;
|
36
37
|
protected readonly _destroy: Subject<void>;
|
37
38
|
constructor(ref: WidgetRef<ChartSettingsModel>, _info: CubeInfo, _session: SessionService, _ds: DatasourceService, _service: CubeService);
|
@@ -41,10 +42,12 @@ export declare abstract class CubeAnalysisBase implements WidgetComponent<Series
|
|
41
42
|
abstract onResize(dim: {
|
42
43
|
height: number;
|
43
44
|
width: number;
|
44
|
-
}):
|
45
|
-
onBind(data: Series[], args:
|
46
|
-
|
47
|
-
|
45
|
+
}): void;
|
46
|
+
onBind(data: Series[], args: {
|
47
|
+
[key: string]: any;
|
48
|
+
}): void;
|
49
|
+
abstract onLoad(data: Series[]): void;
|
50
|
+
abstract onThemeChange(): void;
|
48
51
|
ngOnDestroy(): void;
|
49
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeAnalysisBase, never>;
|
50
53
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CubeAnalysisBase, never, never, {}, {}, never, never, false, never>;
|
@@ -4,6 +4,7 @@ import { WidgetRef } from '../../widget-ref';
|
|
4
4
|
import { ChartSettingsModel } from '../cube-analysis.base';
|
5
5
|
import { ArgumentsComponent } from '../../../core/base';
|
6
6
|
import { SessionService } from '../../../core/session.service';
|
7
|
+
import { AxesMap } from '../../../core/models';
|
7
8
|
import * as i0 from "@angular/core";
|
8
9
|
export declare class CubeWidgetFilterComponent implements OnInit, ArgumentsComponent {
|
9
10
|
private readonly _widgetRef;
|
@@ -11,12 +12,12 @@ export declare class CubeWidgetFilterComponent implements OnInit, ArgumentsCompo
|
|
11
12
|
private readonly _fb;
|
12
13
|
form: FormGroup;
|
13
14
|
readonly exclude: string[];
|
14
|
-
cube
|
15
|
+
cube?: string;
|
15
16
|
axes: {};
|
16
17
|
/** filter ctor */
|
17
18
|
constructor(_widgetRef: WidgetRef<ChartSettingsModel>, _session: SessionService, _fb: FormBuilder);
|
18
19
|
ngOnInit(): void;
|
19
|
-
valuesChange(axes:
|
20
|
+
valuesChange(axes: AxesMap): void;
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeWidgetFilterComponent, never>;
|
21
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<CubeWidgetFilterComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
22
23
|
}
|
@@ -1,10 +1,9 @@
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
2
|
-
import { WidgetComponent } from '../../core/base';
|
3
2
|
import { MatTableDataSource } from '@angular/material/table';
|
3
|
+
import { FormControl } from '@angular/forms';
|
4
4
|
import { MailboxService } from '../../core/mailbox.service';
|
5
5
|
import { WidgetRef } from '../widget-ref';
|
6
|
-
import {
|
7
|
-
import { BizDocConfig } from '../../core/configuration';
|
6
|
+
import { WidgetComponent } from '../../core/base';
|
8
7
|
import { RouterImpl } from '../../core/router';
|
9
8
|
import { SessionService } from '../../core/session.service';
|
10
9
|
import { PromptService } from '../../core/prompt.service';
|
@@ -16,15 +15,15 @@ export declare class RecentsWidget implements WidgetComponent<RecipientInfo[]>,
|
|
16
15
|
dataSource: MatTableDataSource<RecipientInfo>;
|
17
16
|
height: string;
|
18
17
|
readonly search: FormControl<any>;
|
19
|
-
readonly
|
18
|
+
readonly enableInsights: boolean;
|
20
19
|
readonly columns: string[];
|
21
20
|
private readonly _destroy;
|
22
|
-
constructor(_router: RouterImpl, _service: MailboxService, _ps: PromptService, ref: WidgetRef, session: SessionService
|
21
|
+
constructor(_router: RouterImpl, _service: MailboxService, _ps: PromptService, ref: WidgetRef, session: SessionService);
|
23
22
|
ngOnInit(): void;
|
24
23
|
onBind(data: RecipientInfo[]): void;
|
25
24
|
private _navigate;
|
26
25
|
open(item: RecipientInfo): void;
|
27
|
-
|
26
|
+
insights(item: RecipientInfo, evt: Event): void;
|
28
27
|
ngOnDestroy(): void;
|
29
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<RecentsWidget, never>;
|
30
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<RecentsWidget, "ng-component", never, {}, {}, never, never, false, never>;
|
@@ -26,6 +26,7 @@ export declare class PersonalActivityWidget implements WidgetComponent<Model>, O
|
|
26
26
|
readonly chartArea: ChartAreaModel;
|
27
27
|
readonly legendSettings: LegendSettingsModel;
|
28
28
|
theme: 'Material3Dark' | 'Material3';
|
29
|
+
readonly enableRtl: boolean;
|
29
30
|
palettes: string[];
|
30
31
|
fill: string;
|
31
32
|
private readonly _destroy;
|
@@ -23,6 +23,7 @@ export declare class PeersPerformanceWidget implements WidgetComponent<PeerModel
|
|
23
23
|
ranges: RangeModel[];
|
24
24
|
pointers: PointerModel[];
|
25
25
|
max: number;
|
26
|
+
readonly enableRtl: boolean;
|
26
27
|
readonly direction: GaugeDirection;
|
27
28
|
readonly lineStyle: LineModel;
|
28
29
|
readonly labelStyle: LabelModel;
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { OnDestroy, ElementRef } from "@angular/core";
|
2
|
-
import { Directionality } from "@angular/cdk/bidi";
|
3
2
|
import { SessionService } from "../../core/session.service";
|
4
3
|
import { LegendSettingsModel, GaugeDirection, CircularGauge, RangeModel, PointerModel, TickModel, LabelModel, LineModel, TooltipSettingsModel, ITooltipRenderEventArgs, MarginModel } from "@syncfusion/ej2-circulargauge";
|
5
4
|
import { WidgetComponent } from "../../core/base";
|
@@ -9,7 +8,6 @@ import { WidgetRef } from "../widget-ref";
|
|
9
8
|
import * as i0 from "@angular/core";
|
10
9
|
export declare class PersonalScoreWidget implements WidgetComponent<Model>, OnDestroy {
|
11
10
|
private _session;
|
12
|
-
private _dir;
|
13
11
|
private _duration;
|
14
12
|
private _elementRef;
|
15
13
|
private _translate;
|
@@ -24,14 +22,14 @@ export declare class PersonalScoreWidget implements WidgetComponent<Model>, OnDe
|
|
24
22
|
readonly labelStyle: LabelModel;
|
25
23
|
readonly majorTicks: TickModel;
|
26
24
|
readonly legendSettings: LegendSettingsModel;
|
27
|
-
readonly direction: GaugeDirection;
|
28
25
|
readonly minorTicks: TickModel;
|
29
26
|
readonly enableRtl: boolean;
|
27
|
+
readonly direction: GaugeDirection;
|
30
28
|
height: string;
|
31
29
|
width: string;
|
32
30
|
private _data;
|
33
31
|
private readonly _destroy;
|
34
|
-
constructor(ref: WidgetRef, _session: SessionService,
|
32
|
+
constructor(ref: WidgetRef, _session: SessionService, _duration: DurationFormatPipe, _elementRef: ElementRef, _translate: TranslateService);
|
35
33
|
onBind(data: Model): void;
|
36
34
|
private _prepare;
|
37
35
|
private _animate;
|
package/lib/desktop.module.d.ts
CHANGED
@@ -8,7 +8,7 @@ import * as i4 from "./dashboard/dashboard.pane.component";
|
|
8
8
|
import * as i5 from "./admin/admin-menu.component";
|
9
9
|
import * as i6 from "./home/home.desktop.component";
|
10
10
|
import * as i7 from "./home/sign/sign.component";
|
11
|
-
import * as i8 from "./
|
11
|
+
import * as i8 from "./options/options.desktop.component";
|
12
12
|
import * as i9 from "./core/slots/router.directive";
|
13
13
|
import * as i10 from "./core/slots/slots.component";
|
14
14
|
import * as i11 from "./cube/cube-menu.component";
|
@@ -35,13 +35,12 @@ import * as i31 from "./search/document.component";
|
|
35
35
|
import * as i32 from "./search/path.component";
|
36
36
|
import * as i33 from "./search/guide.component";
|
37
37
|
import * as i34 from "@angular/common";
|
38
|
-
import * as i35 from "@angular/
|
39
|
-
import * as i36 from "@angular/
|
40
|
-
import * as i37 from "
|
41
|
-
import * as i38 from "./shared.module";
|
38
|
+
import * as i35 from "@angular/forms";
|
39
|
+
import * as i36 from "@angular/router";
|
40
|
+
import * as i37 from "./shared.module";
|
42
41
|
export declare class DesktopModule {
|
43
42
|
static forChild(config: BizDocChildConfig): ModuleWithProviders<DesktopModule>;
|
44
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesktopModule, never>;
|
45
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DesktopModule, [typeof i1.DocumentInfoPaneComponent, typeof i2.DocumentViewPaneComponent, typeof i3.QuickNotificationsComponent, typeof i4.DashboardPaneComponent, typeof i5.AdminMenuComponent, typeof i6.HomeComponent, typeof i7.QuickSignComponent, typeof i8.
|
44
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DesktopModule, [typeof i1.DocumentInfoPaneComponent, typeof i2.DocumentViewPaneComponent, typeof i3.QuickNotificationsComponent, typeof i4.DashboardPaneComponent, typeof i5.AdminMenuComponent, typeof i6.HomeComponent, typeof i7.QuickSignComponent, typeof i8.DesktopOptionsComponent, typeof i9.SlotRouterDirective, typeof i10.SlotsComponent, typeof i11.CubeMenuComponent, typeof i12.CubeViewPaneComponent, typeof i13.ExploreItemPaneComponent, typeof i14.CubeExplorePaneComponent, typeof i15.NotificationsPaneComponent, typeof i16.TracePaneComponent, typeof i17.VersionPaneComponent, typeof i18.ActionPaneComponent, typeof i19.CommentsPaneComponent, typeof i20.ReportsMenuComponent, typeof i21.ReportPaneComponent, typeof i22.FoldersMenuComponent, typeof i23.BrowsePaneComponent, typeof i24.ComposeMenuComponent, typeof i25.ComposePaneComponent, typeof i26.CubeMatrixPaneComponent, typeof i27.SchedulerPaneComponent, typeof i28.ContactsPaneComponent, typeof i29.ConversationPaneComponent, typeof i30.CubeListingComponent, typeof i31.DocumentListingComponent, typeof i32.PathListingComponent, typeof i33.GuideListingComponent], [typeof i34.CommonModule, typeof i35.ReactiveFormsModule, typeof i36.RouterModule, typeof i37.SharedModule], [typeof i9.SlotRouterDirective, typeof i10.SlotsComponent, typeof i4.DashboardPaneComponent, typeof i11.CubeMenuComponent, typeof i12.CubeViewPaneComponent, typeof i13.ExploreItemPaneComponent, typeof i14.CubeExplorePaneComponent, typeof i15.NotificationsPaneComponent, typeof i16.TracePaneComponent, typeof i17.VersionPaneComponent, typeof i18.ActionPaneComponent, typeof i19.CommentsPaneComponent, typeof i20.ReportsMenuComponent, typeof i21.ReportPaneComponent, typeof i22.FoldersMenuComponent, typeof i23.BrowsePaneComponent, typeof i24.ComposeMenuComponent, typeof i25.ComposePaneComponent, typeof i26.CubeMatrixPaneComponent, typeof i27.SchedulerPaneComponent, typeof i28.ContactsPaneComponent, typeof i29.ConversationPaneComponent]>;
|
46
45
|
static ɵinj: i0.ɵɵInjectorDeclaration<DesktopModule>;
|
47
46
|
}
|
@@ -4,9 +4,9 @@ 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
|
-
readonly license
|
7
|
+
readonly license?: License;
|
8
8
|
readonly dayjs: typeof dayjs;
|
9
|
-
readonly version = 5.
|
9
|
+
readonly version = 5.3;
|
10
10
|
/** about ctor */
|
11
11
|
constructor(_session: SessionService);
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<AboutDialog, never>;
|
@@ -26,6 +26,8 @@ export declare abstract class HomeBase implements OnInit {
|
|
26
26
|
abstract onNewMessage(model: RecipientModel): void;
|
27
27
|
mails(): void;
|
28
28
|
notifs(_?: Event): void;
|
29
|
+
protected _is(name: string, val?: boolean): boolean | undefined;
|
30
|
+
protected _isOrDefault(name: string, defaultValue: any): any;
|
29
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<HomeBase, never>;
|
30
32
|
static ɵdir: i0.ɵɵDirectiveDeclaration<HomeBase, never, never, {}, {}, never, never, false, never>;
|
31
33
|
}
|
@@ -3,7 +3,7 @@ import { MatSidenav } from '@angular/material/sidenav';
|
|
3
3
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
4
4
|
import { Observable } from 'rxjs';
|
5
5
|
import { BizDocConfig } from '../core/configuration';
|
6
|
-
import {
|
6
|
+
import { RecipientModel } from '../core/models';
|
7
7
|
import { SessionService } from '../core/session.service';
|
8
8
|
import { PanesRouter } from '../core/slots/router.service';
|
9
9
|
import { Popup } from '../core/popup/popup.service';
|
@@ -39,10 +39,8 @@ export declare class HomeComponent extends HomeBase {
|
|
39
39
|
private _submenu;
|
40
40
|
private _path;
|
41
41
|
get activeMenu(): string;
|
42
|
-
get submenu(): string;
|
43
|
-
set submenu(value: string);
|
44
|
-
private _is;
|
45
|
-
private _isOrDefault;
|
42
|
+
get submenu(): string | null;
|
43
|
+
set submenu(value: string | null);
|
46
44
|
private _collapsed;
|
47
45
|
get collapsed(): any;
|
48
46
|
set collapsed(value: any);
|
@@ -53,16 +51,15 @@ export declare class HomeComponent extends HomeBase {
|
|
53
51
|
main: SlotsComponent;
|
54
52
|
input: ElementRef<HTMLInputElement>;
|
55
53
|
trigger: MatAutocompleteTrigger;
|
56
|
-
profile: Profile;
|
57
54
|
readonly search: FormControl<any>;
|
58
55
|
results: Observable<ListingItem[]>;
|
59
56
|
searching: boolean;
|
60
57
|
private _collapseToggle;
|
61
58
|
ngOnInit(): void;
|
62
59
|
/** options */
|
63
|
-
options(
|
60
|
+
options(_: Event): void;
|
64
61
|
signout(evt: Event): void;
|
65
|
-
nav(path:
|
62
|
+
nav(path: string): void;
|
66
63
|
onNewMessage(model: RecipientModel): void;
|
67
64
|
closesubmenu(): void;
|
68
65
|
opennew(): void;
|
@@ -81,7 +78,7 @@ export declare class HomeComponent extends HomeBase {
|
|
81
78
|
toggle(evt: Event): void;
|
82
79
|
collapse(evt: Event): void;
|
83
80
|
focus(): void;
|
84
|
-
displayWith: (_:
|
81
|
+
displayWith: (_: string) => null;
|
85
82
|
onAttached(item: ListingItem, compRef: ComponentRef<ListingComponent<any>>): void;
|
86
83
|
goto(evt: MatAutocompleteSelectedEvent): void;
|
87
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<HomeComponent, never>;
|