@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
@@ -9,7 +9,6 @@ import { Contact, RecipientModel } from '../core/models';
|
|
9
9
|
import { SessionService } from '../core/session.service';
|
10
10
|
import { HubService } from '../core/hub.service';
|
11
11
|
import { TranslateService } from '../core/translate.service';
|
12
|
-
import { Popup } from '../core/popup/popup.service';
|
13
12
|
import { HomeBase } from './home-base.component';
|
14
13
|
import { ChatInfo } from '../chat/chat-info';
|
15
14
|
import * as i0 from "@angular/core";
|
@@ -18,14 +17,13 @@ export declare class HomeMobileComponent extends HomeBase implements OnInit {
|
|
18
17
|
private _router;
|
19
18
|
private _bs;
|
20
19
|
private _dir;
|
21
|
-
private _popup;
|
22
20
|
mode: 'chat' | 'notifications';
|
23
21
|
composeState: 'working' | 'done';
|
24
|
-
contact
|
22
|
+
contact?: Contact;
|
25
23
|
composeEnabled: boolean;
|
26
24
|
menuDrawer: MatSidenav;
|
27
25
|
secondaryDrawer: MatSidenav;
|
28
|
-
constructor(_router: Router, _bs: MatBottomSheet, _dir: Directionality,
|
26
|
+
constructor(_router: Router, _bs: MatBottomSheet, _dir: Directionality, injector: Injector, session: SessionService, messaging: HubService, translate: TranslateService, snackBar: MatSnackBar, chat: ChatInfo, config: BizDocConfig);
|
29
27
|
ngOnInit(): void;
|
30
28
|
compose(): void;
|
31
29
|
onNewMessage(model: RecipientModel<any>): void;
|
@@ -34,9 +32,9 @@ export declare class HomeMobileComponent extends HomeBase implements OnInit {
|
|
34
32
|
private _close;
|
35
33
|
getAnimation(outlet: RouterOutlet): string;
|
36
34
|
/** options */
|
37
|
-
options(
|
35
|
+
options(_?: Event): void;
|
38
36
|
signout(): void;
|
39
|
-
notifs(
|
37
|
+
notifs(_: Event): void;
|
40
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<HomeMobileComponent, never>;
|
41
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<HomeMobileComponent, "bizdoc-mobile-home", never, {}, {}, never, never, false, never>;
|
42
40
|
}
|
@@ -4,19 +4,17 @@ import { Notification } from '../../core/models';
|
|
4
4
|
import { NotificationExtra, NotificationsComponentBase } from "../../notifications/notifications.component-base";
|
5
5
|
import { SessionService } from '../../core/session.service';
|
6
6
|
import { NotificationsService } from '../../notifications/notifications.service';
|
7
|
-
import { OptionsService } from "../../options/options.service";
|
8
7
|
import { PopupRef } from "../../core/popup/popup-ref";
|
9
|
-
import {
|
8
|
+
import { RouterImpl } from '../../core/router';
|
10
9
|
import * as i0 from "@angular/core";
|
11
10
|
export declare class QuickNotificationsComponent extends NotificationsComponentBase implements OnInit {
|
12
11
|
private _popupRef;
|
13
|
-
private _router;
|
14
12
|
private _service;
|
15
13
|
private _session;
|
16
|
-
private
|
14
|
+
private _router;
|
17
15
|
notifications: NotificationExtra[];
|
18
16
|
/** notifications ctor */
|
19
|
-
constructor(_popupRef: PopupRef<QuickNotificationsComponent>,
|
17
|
+
constructor(_popupRef: PopupRef<QuickNotificationsComponent>, _service: NotificationsService, _session: SessionService, injector: Injector, _router: RouterImpl);
|
20
18
|
ngOnInit(): void;
|
21
19
|
open(item: Notification, evt: MouseEvent): void;
|
22
20
|
options(): void;
|
@@ -1,14 +1,14 @@
|
|
1
1
|
import { MatSnackBarRef } from "@angular/material/snack-bar";
|
2
|
-
import { OptionsService } from "../../options/options.service";
|
3
2
|
import { UserInfo } from '../../core/models';
|
4
3
|
import { AccountService } from '../../core/account.service';
|
4
|
+
import { RouterImpl } from "../../core/router";
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
export declare class OutOfOfficeToast {
|
7
|
-
private
|
7
|
+
private _router;
|
8
8
|
private _accounts;
|
9
9
|
private _ref;
|
10
10
|
substitute: UserInfo;
|
11
|
-
constructor(
|
11
|
+
constructor(_router: RouterImpl, _accounts: AccountService, data: OutOfOfficeData, _ref: MatSnackBarRef<OutOfOfficeToast>);
|
12
12
|
options(): void;
|
13
13
|
dismiss(): void;
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<OutOfOfficeToast, never>;
|
@@ -3,18 +3,20 @@ import { PromptService } from '../../core/prompt.service';
|
|
3
3
|
import { PopupRef } from "../../core/popup/popup-ref";
|
4
4
|
import { AuthenticationImpl } from '../../core/authentication';
|
5
5
|
import { MatBottomSheetRef } from '@angular/material/bottom-sheet';
|
6
|
+
import { RouterImpl } from '../../core/router';
|
6
7
|
import * as i0 from "@angular/core";
|
7
8
|
export declare class QuickSignComponent {
|
8
9
|
private _ps;
|
9
10
|
private _auth;
|
11
|
+
private _router;
|
10
12
|
private _dialog;
|
11
13
|
private _bsRef;
|
12
14
|
private _popupRef;
|
13
15
|
/** options ctor */
|
14
|
-
constructor(_ps: PromptService, _auth: AuthenticationImpl, _dialog: MatDialog, _bsRef: MatBottomSheetRef<any>, _popupRef: PopupRef<QuickSignComponent>);
|
16
|
+
constructor(_ps: PromptService, _auth: AuthenticationImpl, _router: RouterImpl, _dialog: MatDialog, _bsRef: MatBottomSheetRef<any>, _popupRef: PopupRef<QuickSignComponent>);
|
15
17
|
signOut(): void;
|
16
18
|
private _close;
|
17
19
|
impersonate(): void;
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QuickSignComponent, [null, null, null, { optional: true; }, { optional: true; }]>;
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QuickSignComponent, [null, null, null, null, { optional: true; }, { optional: true; }]>;
|
19
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<QuickSignComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
20
22
|
}
|
@@ -1,25 +1,24 @@
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
2
2
|
import { FormControl } from '@angular/forms';
|
3
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
4
3
|
import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
5
4
|
import { UserInfo } from '../core/models';
|
6
5
|
import { SessionService } from '../core/session.service';
|
7
6
|
import { PromptService } from '../core/prompt.service';
|
8
7
|
import * as i0 from "@angular/core";
|
9
|
-
export declare class ImpersonateDialog implements OnDestroy {
|
8
|
+
export declare class ImpersonateDialog implements OnInit, OnDestroy {
|
10
9
|
private _sb;
|
11
10
|
private _session;
|
12
|
-
private _dialogRef;
|
13
|
-
readonly username: FormControl<any>;
|
14
11
|
private readonly _destroy;
|
15
|
-
|
16
|
-
readonly
|
12
|
+
readonly username: FormControl<string | UserInfo | null>;
|
13
|
+
readonly recents$: import("rxjs").Observable<UserInfo[]>;
|
14
|
+
readonly users$: import("rxjs").Observable<UserInfo[]>;
|
15
|
+
selected?: UserInfo;
|
17
16
|
logging: boolean;
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
go(): void;
|
22
|
-
display(item
|
17
|
+
constructor(_sb: PromptService, _session: SessionService);
|
18
|
+
ngOnInit(): void;
|
19
|
+
close(): void;
|
20
|
+
go(userId: string): void;
|
21
|
+
display(item?: UserInfo): string | null;
|
23
22
|
change(evt: MatAutocompleteSelectedEvent): void;
|
24
23
|
ngOnDestroy(): void;
|
25
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImpersonateDialog, never>;
|
package/lib/mobile.module.d.ts
CHANGED
@@ -12,13 +12,13 @@ import * as i10 from "./notifications/notifications.mobile.component";
|
|
12
12
|
import * as i11 from "./chat/chat.mobile.component";
|
13
13
|
import * as i12 from "./cube/matrix/matrix.mobile.component";
|
14
14
|
import * as i13 from "./views/views.mobile.component";
|
15
|
-
import * as i14 from "
|
16
|
-
import * as i15 from "@angular/common
|
15
|
+
import * as i14 from "./options/options.mobile.component";
|
16
|
+
import * as i15 from "@angular/common";
|
17
17
|
import * as i16 from "@angular/forms";
|
18
18
|
import * as i17 from "@angular/router";
|
19
19
|
import * as i18 from "./shared.module";
|
20
20
|
export declare class MobileModule {
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<MobileModule, never>;
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MobileModule, [typeof i1.DocumentInfoPageComponent, typeof i2.HomeMobileComponent, typeof i3.BrowseMobileComponent, typeof i4.CubeMobileViewComponent, typeof i5.ComposeMobileComponent, typeof i6.ReportMobileComponent, typeof i7.FormSelectorSheet, typeof i8.CopyDialog, typeof i9.SchedulerMobileComponent, typeof i10.NotificationsComponent, typeof i11.ChatMobileComponent, typeof i12.CubeMatrixMobileComponent, typeof i13.DocumentViewMobileComponent
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MobileModule, [typeof i1.DocumentInfoPageComponent, typeof i2.HomeMobileComponent, typeof i3.BrowseMobileComponent, typeof i4.CubeMobileViewComponent, typeof i5.ComposeMobileComponent, typeof i6.ReportMobileComponent, typeof i7.FormSelectorSheet, typeof i8.CopyDialog, typeof i9.SchedulerMobileComponent, typeof i10.NotificationsComponent, typeof i11.ChatMobileComponent, typeof i12.CubeMatrixMobileComponent, typeof i13.DocumentViewMobileComponent, typeof i14.MobileOptionsComponent], [typeof i15.CommonModule, typeof i16.ReactiveFormsModule, typeof i17.RouterModule, typeof i18.SharedModule], [typeof i2.HomeMobileComponent, typeof i3.BrowseMobileComponent, typeof i4.CubeMobileViewComponent, typeof i5.ComposeMobileComponent, typeof i6.ReportMobileComponent, typeof i7.FormSelectorSheet, typeof i8.CopyDialog, typeof i9.SchedulerMobileComponent, typeof i10.NotificationsComponent, typeof i11.ChatMobileComponent]>;
|
23
23
|
static ɵinj: i0.ɵɵInjectorDeclaration<MobileModule>;
|
24
24
|
}
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "@syncfusion/ej2-angular-charts";
|
3
3
|
export declare class SyncfusionChartModule {
|
4
|
+
constructor();
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SyncfusionChartModule, never>;
|
5
6
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SyncfusionChartModule, never, [typeof i1.ChartModule, typeof i1.AccumulationChartModule, typeof i1.SparklineModule, typeof i1.RangeNavigatorModule, typeof i1.BulletChartModule], [typeof i1.ChartModule, typeof i1.AccumulationChartModule, typeof i1.SparklineModule, typeof i1.RangeNavigatorModule, typeof i1.BulletChartModule]>;
|
6
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<SyncfusionChartModule>;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "@syncfusion/ej2-angular-circulargauge";
|
3
3
|
export declare class SyncfusionCircularGaugeModule {
|
4
|
+
constructor();
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SyncfusionCircularGaugeModule, never>;
|
5
6
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SyncfusionCircularGaugeModule, never, [typeof i1.CircularGaugeModule], [typeof i1.CircularGaugeModule]>;
|
6
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<SyncfusionCircularGaugeModule>;
|
@@ -2,6 +2,7 @@ import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "@angular/common";
|
3
3
|
import * as i2 from "@syncfusion/ej2-angular-diagrams";
|
4
4
|
export declare class SyncfusionDiagramModule {
|
5
|
+
constructor();
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SyncfusionDiagramModule, never>;
|
6
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SyncfusionDiagramModule, never, [typeof i1.CommonModule, typeof i2.DiagramModule, typeof i2.SymbolPaletteModule], [typeof i2.DiagramModule, typeof i2.SymbolPaletteModule]>;
|
7
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<SyncfusionDiagramModule>;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "@syncfusion/ej2-angular-gantt";
|
3
3
|
export declare class SyncfusionGanttModule {
|
4
|
+
constructor();
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SyncfusionGanttModule, never>;
|
5
6
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SyncfusionGanttModule, never, [typeof i1.GanttModule], [typeof i1.GanttModule]>;
|
6
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<SyncfusionGanttModule>;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "@syncfusion/ej2-angular-grids";
|
3
3
|
export declare class SyncfusionGridModule {
|
4
|
+
constructor();
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SyncfusionGridModule, never>;
|
5
6
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SyncfusionGridModule, never, [typeof i1.GridModule, typeof i1.PagerModule], [typeof i1.GridModule, typeof i1.PagerModule]>;
|
6
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<SyncfusionGridModule>;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "@syncfusion/ej2-angular-pivotview";
|
3
3
|
export declare class SyncfusionPivotModule {
|
4
|
+
constructor();
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SyncfusionPivotModule, never>;
|
5
6
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SyncfusionPivotModule, never, [typeof i1.PivotViewModule], [typeof i1.PivotViewModule]>;
|
6
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<SyncfusionPivotModule>;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "@syncfusion/ej2-angular-schedule";
|
3
3
|
export declare class SyncfusionScheduleModule {
|
4
|
+
constructor();
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SyncfusionScheduleModule, never>;
|
5
6
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SyncfusionScheduleModule, never, [typeof i1.ScheduleModule], [typeof i1.ScheduleModule]>;
|
6
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<SyncfusionScheduleModule>;
|
@@ -4,8 +4,8 @@ export declare class NotificationsFilterComponent {
|
|
4
4
|
private _fb;
|
5
5
|
constructor(_fb: FormBuilder);
|
6
6
|
readonly form: import("@angular/forms").FormGroup<{
|
7
|
-
text: import("@angular/forms").FormControl<
|
8
|
-
showDeleted: import("@angular/forms").FormControl<boolean>;
|
7
|
+
text: import("@angular/forms").FormControl<string | null>;
|
8
|
+
showDeleted: import("@angular/forms").FormControl<boolean | null>;
|
9
9
|
}>;
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsFilterComponent, never>;
|
11
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationsFilterComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
@@ -1,15 +1,17 @@
|
|
1
1
|
import { OnInit, OnDestroy, InjectionToken, TemplateRef } from '@angular/core';
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
3
3
|
import { Observable } from 'rxjs';
|
4
|
-
import { OverlayRef } from '@angular/cdk/overlay';
|
5
4
|
import { MatChipInput, MatChipInputEvent } from '@angular/material/chips';
|
6
5
|
import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
7
6
|
import { MatInput } from '@angular/material/input';
|
8
|
-
import { BizDocConfig } from '../core/configuration';
|
9
|
-
import { Options, UserInfo } from '../core/models';
|
7
|
+
import { BizDocConfig, Theme } from '../core/configuration';
|
8
|
+
import { AvailabilityState, Guide, Options, Profile, UserInfo } from '../core/models';
|
10
9
|
import { AccountService } from '../core/account.service';
|
11
10
|
import { SessionService } from '../core/session.service';
|
12
11
|
import { PromptService } from '../core/prompt.service';
|
12
|
+
import { MatDialog } from '@angular/material/dialog';
|
13
|
+
import { GuideService } from '../core/guide/guide.service';
|
14
|
+
import { HubService } from '../core/hub.service';
|
13
15
|
import * as i0 from "@angular/core";
|
14
16
|
export type OptionType = 'notifications' | 'emails' | 'out_of_office' | 'grant_access' | 'preferences';
|
15
17
|
export declare const OPTION_PANEL: InjectionToken<OptionData>;
|
@@ -17,10 +19,24 @@ export interface OptionData {
|
|
17
19
|
section: OptionType;
|
18
20
|
}
|
19
21
|
export declare class OptionsComponent implements OnInit, OnDestroy {
|
22
|
+
private _ps;
|
23
|
+
private _guide;
|
24
|
+
private _hub;
|
25
|
+
private _dialog;
|
20
26
|
private _fb;
|
21
27
|
private _accounts;
|
22
28
|
private _sb;
|
23
29
|
private _session;
|
30
|
+
online: boolean;
|
31
|
+
theme: string;
|
32
|
+
available: AvailabilityState;
|
33
|
+
guidesCount: number | null;
|
34
|
+
readonly languages: string[];
|
35
|
+
readonly themes: Theme[];
|
36
|
+
readonly guides: Guide[];
|
37
|
+
readonly currentLanguage: string;
|
38
|
+
readonly profile: Profile;
|
39
|
+
readonly modes: AvailabilityState[];
|
24
40
|
substitueInput: MatInput;
|
25
41
|
grantInput: MatChipInput;
|
26
42
|
sectionName: OptionType;
|
@@ -30,56 +46,63 @@ export declare class OptionsComponent implements OnInit, OnDestroy {
|
|
30
46
|
sectionTmpl: TemplateRef<any>;
|
31
47
|
saveing: boolean;
|
32
48
|
private _requiredValidator;
|
33
|
-
readonly grantUserIds: import("@angular/forms").FormControl<
|
34
|
-
readonly oooId: import("@angular/forms").FormControl<
|
49
|
+
readonly grantUserIds: import("@angular/forms").FormControl<never[] | null>;
|
50
|
+
readonly oooId: import("@angular/forms").FormControl<string | UserInfo | null>;
|
35
51
|
readonly form: FormGroup<{
|
36
52
|
notifications: FormGroup<{
|
37
|
-
active: import("@angular/forms").FormControl<boolean>;
|
38
|
-
likes: import("@angular/forms").FormControl<boolean>;
|
39
|
-
commentMyDocument: import("@angular/forms").FormControl<boolean>;
|
40
|
-
commentAnyDocument: import("@angular/forms").FormControl<boolean>;
|
41
|
-
upcomingEvents: import("@angular/forms").FormControl<boolean>;
|
42
|
-
tagged: import("@angular/forms").FormControl<boolean>;
|
43
|
-
anyDocumentStateChange: import("@angular/forms").FormControl<boolean>;
|
44
|
-
myDocumentStateChange: import("@angular/forms").FormControl<boolean>;
|
45
|
-
cubeAnomaly: import("@angular/forms").FormControl<boolean>;
|
46
|
-
sound: import("@angular/forms").FormControl<boolean>;
|
53
|
+
active: import("@angular/forms").FormControl<boolean | null>;
|
54
|
+
likes: import("@angular/forms").FormControl<boolean | null>;
|
55
|
+
commentMyDocument: import("@angular/forms").FormControl<boolean | null>;
|
56
|
+
commentAnyDocument: import("@angular/forms").FormControl<boolean | null>;
|
57
|
+
upcomingEvents: import("@angular/forms").FormControl<boolean | null>;
|
58
|
+
tagged: import("@angular/forms").FormControl<boolean | null>;
|
59
|
+
anyDocumentStateChange: import("@angular/forms").FormControl<boolean | null>;
|
60
|
+
myDocumentStateChange: import("@angular/forms").FormControl<boolean | null>;
|
61
|
+
cubeAnomaly: import("@angular/forms").FormControl<boolean | null>;
|
62
|
+
sound: import("@angular/forms").FormControl<boolean | null>;
|
47
63
|
}>;
|
48
|
-
tags: import("@angular/forms").FormControl<
|
64
|
+
tags: import("@angular/forms").FormControl<string[] | null>;
|
49
65
|
emails: FormGroup<{
|
50
|
-
active: import("@angular/forms").FormControl<boolean>;
|
51
|
-
mail: import("@angular/forms").FormControl<boolean>;
|
52
|
-
chat: import("@angular/forms").FormControl<boolean>;
|
53
|
-
notifications: import("@angular/forms").FormControl<boolean>;
|
54
|
-
events: import("@angular/forms").FormControl<boolean>;
|
66
|
+
active: import("@angular/forms").FormControl<boolean | null>;
|
67
|
+
mail: import("@angular/forms").FormControl<boolean | null>;
|
68
|
+
chat: import("@angular/forms").FormControl<boolean | null>;
|
69
|
+
notifications: import("@angular/forms").FormControl<boolean | null>;
|
70
|
+
events: import("@angular/forms").FormControl<boolean | null>;
|
55
71
|
}>;
|
56
72
|
outOfOffice: FormGroup<{
|
57
|
-
active: import("@angular/forms").FormControl<boolean>;
|
58
|
-
substitueId: import("@angular/forms").FormControl<
|
59
|
-
from: import("@angular/forms").FormControl<
|
60
|
-
to: import("@angular/forms").FormControl<
|
73
|
+
active: import("@angular/forms").FormControl<boolean | null>;
|
74
|
+
substitueId: import("@angular/forms").FormControl<string | UserInfo | null>;
|
75
|
+
from: import("@angular/forms").FormControl<Date | null>;
|
76
|
+
to: import("@angular/forms").FormControl<Date | null>;
|
61
77
|
}>;
|
62
78
|
grantAccess: FormGroup<{
|
63
|
-
active: import("@angular/forms").FormControl<boolean>;
|
64
|
-
users: import("@angular/forms").FormControl<
|
79
|
+
active: import("@angular/forms").FormControl<boolean | null>;
|
80
|
+
users: import("@angular/forms").FormControl<string[] | null>;
|
65
81
|
}>;
|
66
82
|
}>;
|
67
83
|
susers$: Observable<UserInfo[]>;
|
68
84
|
gusers$: Observable<UserInfo[]>;
|
69
|
-
|
85
|
+
voting: boolean;
|
70
86
|
readonly options: Options;
|
71
87
|
readonly today: Date;
|
72
88
|
readonly isMobile: boolean;
|
73
89
|
readonly separatorKeysCodes: number[];
|
74
90
|
/** options ctor */
|
75
91
|
private readonly _destroy;
|
76
|
-
constructor(
|
92
|
+
constructor(_ps: PromptService, _guide: GuideService, _hub: HubService, _dialog: MatDialog, _fb: FormBuilder, _accounts: AccountService, _sb: PromptService, _session: SessionService, config: BizDocConfig);
|
93
|
+
close(): void;
|
94
|
+
revive(): void;
|
95
|
+
about(): void;
|
96
|
+
guide(guide: string): void;
|
97
|
+
setAvailable(val: AvailabilityState): void;
|
98
|
+
changeTheme(name: Theme): void;
|
99
|
+
changeLanguage(code: string): void;
|
77
100
|
ngOnInit(): void;
|
78
101
|
nav(sectionName: OptionType, template: TemplateRef<any>, index: number): void;
|
79
102
|
save(): void;
|
80
103
|
private _toggle;
|
81
104
|
toggleSound(): void;
|
82
|
-
display: (item: UserInfo) => string;
|
105
|
+
display: (item: UserInfo) => string | null;
|
83
106
|
addTag(event: MatChipInputEvent): void;
|
84
107
|
removeTag(tag: string): void;
|
85
108
|
/**
|
@@ -95,6 +118,6 @@ export declare class OptionsComponent implements OnInit, OnDestroy {
|
|
95
118
|
addGrant(inp: HTMLInputElement, event: MatAutocompleteSelectedEvent): void;
|
96
119
|
oooSelected(event: MatAutocompleteSelectedEvent): void;
|
97
120
|
ngOnDestroy(): void;
|
98
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OptionsComponent,
|
121
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OptionsComponent, never>;
|
99
122
|
static ɵcmp: i0.ɵɵComponentDeclaration<OptionsComponent, "bizdoc-options", never, { "sectionName": { "alias": "section"; "required": false; }; }, {}, never, never, false, never>;
|
100
123
|
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { OptionType } from './options.component';
|
2
|
+
import { PaneRef } from '../core/slots/pane-ref';
|
3
|
+
import { TranslateService } from '../core/translate.service';
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
export declare class DesktopOptionsComponent {
|
6
|
+
section: OptionType;
|
7
|
+
constructor(pane: PaneRef<any>, translate: TranslateService);
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DesktopOptionsComponent, never>;
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DesktopOptionsComponent, "bizdoc-desktop-options", never, {}, {}, never, never, false, never>;
|
10
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { ActivatedRouteSnapshot } from '@angular/router';
|
2
|
+
import { OptionType } from './options.component';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class MobileOptionsComponent {
|
5
|
+
section: OptionType;
|
6
|
+
constructor(route: ActivatedRouteSnapshot);
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MobileOptionsComponent, never>;
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MobileOptionsComponent, "bizdoc-mobile-options", never, {}, {}, never, never, false, never>;
|
9
|
+
}
|
@@ -9,8 +9,8 @@ export declare class ReportArgumentsComponent implements OnInit, OnDestroy {
|
|
9
9
|
private _container;
|
10
10
|
private _factoryResolver;
|
11
11
|
reportRef: ReportRef;
|
12
|
-
template
|
13
|
-
arguments
|
12
|
+
template?: string;
|
13
|
+
arguments?: FieldInfo[];
|
14
14
|
args: {};
|
15
15
|
argsChange: EventEmitter<any>;
|
16
16
|
private readonly _destroy;
|
@@ -23,9 +23,9 @@ export declare class PerformanceWindComponent implements ReportComponent<DataMod
|
|
23
23
|
deviationMax: number;
|
24
24
|
deviationMin: number;
|
25
25
|
standardAvg: number;
|
26
|
-
records: Record[];
|
26
|
+
records: Record[] | null;
|
27
27
|
standards: ItemModel[];
|
28
|
-
subTitle: string;
|
28
|
+
subTitle: string | null;
|
29
29
|
title: string;
|
30
30
|
accentColor: string;
|
31
31
|
primeryColor: string;
|
@@ -15,7 +15,9 @@ export declare class UsageReportArgs implements OnInit, ArgumentsComponent<Args>
|
|
15
15
|
values: Args;
|
16
16
|
constructor(ref: ReportRef<UsageSettingsModel>, _fb: FormBuilder, _session: SessionService);
|
17
17
|
ngOnInit(): void;
|
18
|
-
valuesChange(axes:
|
18
|
+
valuesChange(axes: {
|
19
|
+
[key: string]: any;
|
20
|
+
}): void;
|
19
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<UsageReportArgs, never>;
|
20
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<UsageReportArgs, "ng-component", never, {}, {}, never, never, false, never>;
|
21
23
|
}
|
@@ -30,22 +30,24 @@ export declare abstract class UsageReportBase implements ReportComponent<Item, A
|
|
30
30
|
protected readonly _indices: CubeIndex[];
|
31
31
|
protected readonly _yTitle: string;
|
32
32
|
protected readonly _expandAll: boolean;
|
33
|
-
readonly currencyCode: string;
|
33
|
+
readonly currencyCode: string | undefined;
|
34
34
|
height: string;
|
35
35
|
width: string;
|
36
36
|
protected readonly _options: UsageSettingsModel;
|
37
37
|
protected readonly _fractionDigits: number;
|
38
|
-
protected _data: {
|
39
|
-
|
38
|
+
protected _data: {
|
39
|
+
[key: string]: string | number;
|
40
|
+
}[];
|
41
|
+
private _args?;
|
40
42
|
protected readonly _destroy: Subject<void>;
|
41
43
|
constructor(_router: RouterImpl, _reportRef: ReportRef<UsageSettingsModel>, _type: DatasourceService, _service: CubeService, _session: SessionService, _sb: PromptService, _dir: Directionality, _translate: TranslateService);
|
42
44
|
ngOnInit(): void;
|
43
45
|
onExport(): void;
|
44
|
-
abstract onExportUsage(name: string):
|
45
|
-
abstract onResize(dim?: Dimentions):
|
46
|
-
abstract onData(data: Item[]):
|
46
|
+
abstract onExportUsage(name: string): void;
|
47
|
+
abstract onResize(dim?: Dimentions): void;
|
48
|
+
abstract onData(data: Item[]): void;
|
47
49
|
onBind(result: Item[], args?: Args): void;
|
48
|
-
protected browse(
|
50
|
+
protected browse(axes: {
|
49
51
|
[axis: string]: AxisValue;
|
50
52
|
}, index?: string): void;
|
51
53
|
ngOnDestroy(): void;
|
@@ -41,7 +41,9 @@ export declare class ReportMobileComponent implements OnInit, OnDestroy {
|
|
41
41
|
* @param item
|
42
42
|
*/
|
43
43
|
click(item: any): void;
|
44
|
-
argsChange(args:
|
44
|
+
argsChange(args: {
|
45
|
+
[key: string]: any;
|
46
|
+
}): void;
|
45
47
|
ngOnDestroy(): void;
|
46
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReportMobileComponent, never>;
|
47
49
|
static ɵcmp: i0.ɵɵComponentDeclaration<ReportMobileComponent, "bizdoc-report", never, {}, {}, never, never, false, never>;
|
@@ -10,8 +10,8 @@ export declare class CubeListingComponent implements ListingComponent<CubeListin
|
|
10
10
|
title: string;
|
11
11
|
cube: Cube;
|
12
12
|
axis: CubeAxis;
|
13
|
-
constructor(_session: SessionService, _router: RouterImpl);
|
14
13
|
model: CubeListing;
|
14
|
+
constructor(_session: SessionService, _router: RouterImpl);
|
15
15
|
onBind(model: CubeListing): void;
|
16
16
|
/** finds an existing view that uses the axis in the query and redirect to it.
|
17
17
|
*/
|