@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
@@ -4,9 +4,9 @@ import * as i0 from "@angular/core";
|
|
4
4
|
export declare class YesNoControlDesigner implements ControlDesigner<YesNoModel> {
|
5
5
|
private _fb;
|
6
6
|
readonly form: import("@angular/forms").FormGroup<{
|
7
|
-
dataType: import("@angular/forms").FormControl<
|
8
|
-
hint: import("@angular/forms").FormControl<
|
9
|
-
defaultValue: import("@angular/forms").FormControl<
|
7
|
+
dataType: import("@angular/forms").FormControl<null>;
|
8
|
+
hint: import("@angular/forms").FormControl<null>;
|
9
|
+
defaultValue: import("@angular/forms").FormControl<null>;
|
10
10
|
}>;
|
11
11
|
constructor(_fb: FormBuilder);
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<YesNoControlDesigner, never>;
|
@@ -9,7 +9,7 @@ export declare class YesNoField implements ControlComponent, OnInit {
|
|
9
9
|
label?: string;
|
10
10
|
required?: boolean;
|
11
11
|
input: MatRadioButton;
|
12
|
-
readonly control: FormControl<boolean>;
|
12
|
+
readonly control: FormControl<boolean | null>;
|
13
13
|
focus(): void;
|
14
14
|
ngOnInit(): void;
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<YesNoField, never>;
|
@@ -10,7 +10,7 @@ export declare class FirebaseService {
|
|
10
10
|
private _messaging;
|
11
11
|
private _token;
|
12
12
|
private _state;
|
13
|
-
constructor(_config: FirebaseSettings, _session: SessionService);
|
13
|
+
constructor(_config: FirebaseSettings | undefined, _session: SessionService);
|
14
14
|
get state(): FirebaseState;
|
15
15
|
activate(): void;
|
16
16
|
close(): Promise<any>;
|
package/lib/core/functions.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export declare type MaterialMode = 50 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 'A100' | 'A200' | 'A400' | 'A700';
|
2
|
-
export declare function
|
2
|
+
export declare function getColor(selector: string): string | undefined;
|
3
|
+
export declare function eraseCookie(name: string): void;
|
3
4
|
export declare function mapToArray(map: {
|
4
5
|
[key: string]: any;
|
5
6
|
}): {
|
@@ -7,7 +8,7 @@ export declare function mapToArray(map: {
|
|
7
8
|
value: any;
|
8
9
|
}[];
|
9
10
|
export declare function isImage(contentType: string): boolean;
|
10
|
-
export declare function cleanup(params: any):
|
11
|
+
export declare function cleanup<T>(params: any): T;
|
11
12
|
export declare function outOfBound(element: HTMLElement): boolean;
|
12
13
|
export declare function isMobile(): boolean;
|
13
14
|
export declare function isFunction(val: any): val is Function;
|
@@ -44,7 +45,7 @@ declare global {
|
|
44
45
|
max(predicate: (i: T) => number): number;
|
45
46
|
}
|
46
47
|
interface String {
|
47
|
-
formatArgs(...args:
|
48
|
+
formatArgs(...args: [string | number]): string;
|
48
49
|
normalize(): string;
|
49
50
|
}
|
50
51
|
}
|
@@ -52,4 +53,6 @@ declare global {
|
|
52
53
|
*
|
53
54
|
* @param args
|
54
55
|
*/
|
55
|
-
export declare function queryParams(args: any): {
|
56
|
+
export declare function queryParams(args: any): {
|
57
|
+
[key: string]: string | number | Object | string[] | number[];
|
58
|
+
};
|
@@ -9,7 +9,7 @@ export declare class AppHttpInterceptor implements HttpInterceptor {
|
|
9
9
|
private _auth;
|
10
10
|
private _messaging;
|
11
11
|
private readonly _ongoingCounter$;
|
12
|
-
private _authenticating
|
12
|
+
private _authenticating$?;
|
13
13
|
readonly active$: Observable<boolean>;
|
14
14
|
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
15
15
|
constructor(_session: SessionService, _auth: AuthenticationImpl, _messaging: HubService);
|
@@ -51,10 +51,10 @@ export declare class HubService {
|
|
51
51
|
readonly delete$: import("rxjs").Observable<MailDeleteEvent>;
|
52
52
|
readonly comment$: import("rxjs").Observable<CommentEvent>;
|
53
53
|
readonly profileChange$: import("rxjs").Observable<UserInfoEvent>;
|
54
|
-
lockResolver
|
54
|
+
lockResolver?: any;
|
55
55
|
constructor(_auth: AuthenticationImpl);
|
56
56
|
get state(): HubConnectionState;
|
57
|
-
get connectionId(): string;
|
57
|
+
get connectionId(): string | null;
|
58
58
|
start(): Promise<void>;
|
59
59
|
stop(): Promise<void>;
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<HubService, never>;
|
@@ -13,7 +13,7 @@ export declare class AddressInput implements MatFormFieldControl<string>, Contro
|
|
13
13
|
private _placeholder;
|
14
14
|
private _required;
|
15
15
|
private _disabled;
|
16
|
-
private _value
|
16
|
+
private _value;
|
17
17
|
private _onChange;
|
18
18
|
private _onTouched;
|
19
19
|
_addresses: google.maps.places.QueryAutocompletePrediction[];
|
@@ -43,8 +43,8 @@ export declare class AddressInput implements MatFormFieldControl<string>, Contro
|
|
43
43
|
registerOnChange(fn: any): void;
|
44
44
|
registerOnTouched(fn: any): void;
|
45
45
|
setDisabledState?(isDisabled: boolean): void;
|
46
|
-
get value(): string;
|
47
|
-
set value(val: string);
|
46
|
+
get value(): string | null;
|
47
|
+
set value(val: string | null);
|
48
48
|
private _setValue;
|
49
49
|
onFocus(): void;
|
50
50
|
onBlur(): void;
|
@@ -60,5 +60,5 @@ export declare class AddressInput implements MatFormFieldControl<string>, Contro
|
|
60
60
|
}
|
61
61
|
export interface AddressChangeEvent {
|
62
62
|
address: string;
|
63
|
-
placeId
|
63
|
+
placeId?: string;
|
64
64
|
}
|
@@ -8,7 +8,7 @@ import { SessionService } from '../session.service';
|
|
8
8
|
import { DatasourceService } from '../datasource.service';
|
9
9
|
import { FieldInfo } from '../models';
|
10
10
|
import * as i0 from "@angular/core";
|
11
|
-
export declare class TypeAutocomplete implements MatFormFieldControl<string>, DoCheck, ControlValueAccessor, OnDestroy, OnInit {
|
11
|
+
export declare class TypeAutocomplete implements MatFormFieldControl<string | null>, DoCheck, ControlValueAccessor, OnDestroy, OnInit {
|
12
12
|
ngControl: NgControl;
|
13
13
|
private _fm;
|
14
14
|
private _elRef;
|
@@ -25,7 +25,7 @@ export declare class TypeAutocomplete implements MatFormFieldControl<string>, Do
|
|
25
25
|
readonly _control: FormControl<any>;
|
26
26
|
readonly stateChanges: Subject<void>;
|
27
27
|
_items$: Observable<KeyValue[]>;
|
28
|
-
_column
|
28
|
+
_column?: FieldInfo;
|
29
29
|
private _configuration;
|
30
30
|
inputElement: ElementRef;
|
31
31
|
trigger: MatAutocompleteTrigger;
|
@@ -58,8 +58,8 @@ export declare class TypeAutocomplete implements MatFormFieldControl<string>, Do
|
|
58
58
|
registerOnChange(fn: any): void;
|
59
59
|
registerOnTouched(fn: any): void;
|
60
60
|
setDisabledState?(isDisabled: boolean): void;
|
61
|
-
get value(): string;
|
62
|
-
set value(val: string);
|
61
|
+
get value(): string | null;
|
62
|
+
set value(val: string | null);
|
63
63
|
private _minimumChars;
|
64
64
|
set minimumChars(val: number);
|
65
65
|
private _setValue;
|
@@ -57,11 +57,11 @@ export declare class CombinationPickerBody implements OnInit, OnDestroy {
|
|
57
57
|
readonly _keys: {
|
58
58
|
[type: string]: (string | number)[];
|
59
59
|
};
|
60
|
-
readonly
|
60
|
+
readonly _datatypes: {
|
61
61
|
[type: string]: {
|
62
62
|
[key: string]: any;
|
63
63
|
} | {
|
64
|
-
[key:
|
64
|
+
[key: string]: any;
|
65
65
|
};
|
66
66
|
};
|
67
67
|
_combinations: string[][];
|
@@ -22,7 +22,7 @@ export declare class FileInput implements MatFormFieldControl<number | number[]>
|
|
22
22
|
private _model;
|
23
23
|
private static nextId;
|
24
24
|
readonly id: string;
|
25
|
-
_input: ElementRef<HTMLInputElement>;
|
25
|
+
_input: ElementRef<HTMLInputElement | null>;
|
26
26
|
readonly stateChanges: Subject<void>;
|
27
27
|
private _multiple;
|
28
28
|
private _placeholder;
|
@@ -30,12 +30,12 @@ export declare class FileInput implements MatFormFieldControl<number | number[]>
|
|
30
30
|
private _disabled;
|
31
31
|
private _onChange;
|
32
32
|
private _onTouched;
|
33
|
-
private _value
|
33
|
+
private _value?;
|
34
34
|
_items: AttachmentExtra[];
|
35
|
-
_draft: boolean;
|
35
|
+
_draft: boolean | undefined;
|
36
36
|
get multiple(): boolean;
|
37
37
|
set multiple(value: boolean);
|
38
|
-
accept:
|
38
|
+
accept: null;
|
39
39
|
icon: string;
|
40
40
|
registerOnChange(fn: any): void;
|
41
41
|
registerOnTouched(fn: any): void;
|
@@ -16,7 +16,7 @@ export declare class TimePicker implements ControlValueAccessor, MatFormFieldCon
|
|
16
16
|
describedBy: string;
|
17
17
|
onChange: (_: any) => void;
|
18
18
|
onTouched: () => void;
|
19
|
-
private _dateControl
|
19
|
+
private _dateControl?;
|
20
20
|
get empty(): boolean;
|
21
21
|
get shouldLabelFloat(): boolean;
|
22
22
|
dateControlName: string;
|
@@ -29,7 +29,7 @@ export declare class TimePicker implements ControlValueAccessor, MatFormFieldCon
|
|
29
29
|
get disabled(): boolean;
|
30
30
|
set disabled(value: boolean);
|
31
31
|
private _disabled;
|
32
|
-
readonly control: FormControl<
|
32
|
+
readonly control: FormControl<string | null>;
|
33
33
|
readonly stateChanges: Subject<void>;
|
34
34
|
readonly options: string[];
|
35
35
|
get value(): string | null;
|
@@ -6,10 +6,10 @@ import { Subject } from 'rxjs';
|
|
6
6
|
import * as i0 from "@angular/core";
|
7
7
|
/** */
|
8
8
|
export declare class Timespan {
|
9
|
-
days?: number;
|
10
|
-
hours?: number;
|
11
|
-
minutes?: number;
|
12
|
-
constructor(days?: number, hours?: number, minutes?: number);
|
9
|
+
days?: number | undefined;
|
10
|
+
hours?: number | undefined;
|
11
|
+
minutes?: number | undefined;
|
12
|
+
constructor(days?: number | undefined, hours?: number | undefined, minutes?: number | undefined);
|
13
13
|
}
|
14
14
|
export declare class TimespanInput implements MatFormFieldControl<string>, ControlValueAccessor, OnDestroy, OnInit {
|
15
15
|
ngControl: NgControl;
|
@@ -23,9 +23,9 @@ export declare class TimespanInput implements MatFormFieldControl<string>, Contr
|
|
23
23
|
private _onChange;
|
24
24
|
private _onTouched;
|
25
25
|
readonly parts: import("@angular/forms").FormGroup<{
|
26
|
-
days: import("@angular/forms").FormControl<
|
27
|
-
hours: import("@angular/forms").FormControl<
|
28
|
-
minutes: import("@angular/forms").FormControl<
|
26
|
+
days: import("@angular/forms").FormControl<number | null>;
|
27
|
+
hours: import("@angular/forms").FormControl<number | null>;
|
28
|
+
minutes: import("@angular/forms").FormControl<number | null>;
|
29
29
|
}>;
|
30
30
|
readonly stateChanges: Subject<void>;
|
31
31
|
readonly id: string;
|
@@ -27,7 +27,7 @@ export declare class MailboxService {
|
|
27
27
|
removeattachment(recipientId: number, fileId: number): Observable<any>;
|
28
28
|
read(id: number, read: boolean, folderId?: string, received?: Date): Observable<any>;
|
29
29
|
comments(id: number, before: Date): Observable<Comment[]>;
|
30
|
-
tags(id: number, tags: string[]): Observable<any>;
|
30
|
+
tags(id: number, tags: string[] | undefined): Observable<any>;
|
31
31
|
/**
|
32
32
|
*
|
33
33
|
* @param documentId
|
@@ -106,7 +106,7 @@ export declare class MailboxService {
|
|
106
106
|
send<T = any>(id: number, version: number, form: string, model: any, action: string, actionArgs: {}, read?: boolean, folderId?: string, received?: Date): Observable<RecipientModel<T>>;
|
107
107
|
events(starting: Date, ending?: Date, contains?: string): Observable<ScheduledEvent[]>;
|
108
108
|
changeEvent(id: number, options: {
|
109
|
-
starting
|
109
|
+
starting?: Date;
|
110
110
|
ending?: Date;
|
111
111
|
complete?: boolean;
|
112
112
|
}): Observable<any>;
|
@@ -142,7 +142,6 @@ export declare class UploadEvent {
|
|
142
142
|
progress: number;
|
143
143
|
total: number;
|
144
144
|
state: 'pending' | 'progress' | 'done';
|
145
|
-
constructor(options: any);
|
146
145
|
}
|
147
146
|
export declare function reportProgress(attachment: AttachmentExtra): (source: Observable<Attachment>) => Observable<unknown>;
|
148
147
|
export declare class PositionError {
|
package/lib/core/models.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import { NodeModel, ConnectorModel, ShapeModel, FlowShapeModel, BasicShapeModel, ImageModel, PathModel, TextModel, BpmnShapeModel, NativeModel } from "@syncfusion/ej2-angular-diagrams";
|
2
2
|
export declare const INBOX = "ib", DRAFT = "df";
|
3
|
+
export declare const AvailableMode: AvailabilityState[];
|
3
4
|
export interface HeaderModel<T = any> {
|
4
5
|
parentId?: number;
|
5
6
|
draft?: boolean;
|
@@ -12,7 +13,7 @@ export interface HeaderModel<T = any> {
|
|
12
13
|
id: number;
|
13
14
|
version: number;
|
14
15
|
formId: string;
|
15
|
-
number
|
16
|
+
number: string;
|
16
17
|
subject?: string;
|
17
18
|
value?: number;
|
18
19
|
received: Date;
|
@@ -31,7 +32,7 @@ export interface HeaderModel<T = any> {
|
|
31
32
|
export interface DocumentModel<T = any> {
|
32
33
|
draft?: boolean;
|
33
34
|
extra?: any;
|
34
|
-
number
|
35
|
+
number: string;
|
35
36
|
subject?: string;
|
36
37
|
summary?: string;
|
37
38
|
currencyCode?: string;
|
@@ -165,7 +166,7 @@ export interface CubeEntry {
|
|
165
166
|
value: number;
|
166
167
|
}
|
167
168
|
export interface Attachment {
|
168
|
-
id
|
169
|
+
id: number;
|
169
170
|
fileName: string;
|
170
171
|
contentType: string;
|
171
172
|
userId: string;
|
@@ -258,7 +259,7 @@ export interface Profile {
|
|
258
259
|
byName?: string;
|
259
260
|
name: string;
|
260
261
|
impersonating?: string;
|
261
|
-
available?: AvailabilityState;
|
262
|
+
available?: AvailabilityState | null;
|
262
263
|
gender?: Gender;
|
263
264
|
byGender?: Gender;
|
264
265
|
system: boolean;
|
@@ -513,7 +514,7 @@ export interface UserInfo {
|
|
513
514
|
name: string;
|
514
515
|
role?: string;
|
515
516
|
gender?: Gender;
|
516
|
-
|
517
|
+
picture?: string;
|
517
518
|
nick?: string;
|
518
519
|
phoneNumber?: string;
|
519
520
|
email?: string;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class FilterPipe implements PipeTransform {
|
4
|
+
transform(array: any, field: string, value: string): any[] | undefined;
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterPipe, never>;
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FilterPipe, "filterBy", false>;
|
7
|
+
}
|
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
|
|
5
5
|
export declare class LocalizedStringPipe implements PipeTransform {
|
6
6
|
private _session;
|
7
7
|
constructor(_session: SessionService);
|
8
|
-
transform(value: LocalizedString, ...args: any[]): string;
|
8
|
+
transform(value: LocalizedString, ...args: any[]): string | null;
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedStringPipe, never>;
|
10
10
|
static ɵpipe: i0.ɵɵPipeDeclaration<LocalizedStringPipe, "localizedString", false>;
|
11
11
|
}
|
@@ -7,12 +7,7 @@ export declare class JsonPipe implements PipeTransform {
|
|
7
7
|
static ɵpipe: i0.ɵɵPipeDeclaration<JsonPipe, "json", false>;
|
8
8
|
}
|
9
9
|
export declare class ArraySortPipe implements PipeTransform {
|
10
|
-
transform(array: any, field: string, order?: 'asc' | 'desc'): any[];
|
10
|
+
transform(array: any, field: string, order?: 'asc' | 'desc'): any[] | undefined;
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArraySortPipe, never>;
|
12
12
|
static ɵpipe: i0.ɵɵPipeDeclaration<ArraySortPipe, "sort", false>;
|
13
13
|
}
|
14
|
-
export declare class FilterPipe implements PipeTransform {
|
15
|
-
transform(array: any, field: string, value: string): any[];
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterPipe, never>;
|
17
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FilterPipe, "filterBy", false>;
|
18
|
-
}
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TimeAgoPipe implements PipeTransform {
|
5
5
|
private cdRef;
|
6
6
|
private ngZone;
|
7
|
-
private currentTimer
|
7
|
+
private currentTimer?;
|
8
8
|
lastTime: dayjs.Dayjs;
|
9
9
|
transform(value: any, ...args: any[]): string;
|
10
10
|
constructor(cdRef: ChangeDetectorRef, ngZone: NgZone);
|
@@ -4,7 +4,7 @@ import { AccountService } from '../account.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare class UserNamePipe implements PipeTransform {
|
6
6
|
private _accounts;
|
7
|
-
transform(value: any): BehaviorSubject<
|
7
|
+
transform(value: any): BehaviorSubject<string | null>;
|
8
8
|
constructor(_accounts: AccountService);
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserNamePipe, never>;
|
10
10
|
static ɵpipe: i0.ɵɵPipeDeclaration<UserNamePipe, "userName", false>;
|
@@ -1,14 +1,14 @@
|
|
1
1
|
import { Subject } from 'rxjs';
|
2
2
|
export declare class PopupRef<T = any, V = any, D = any> {
|
3
|
-
private _data
|
4
|
-
constructor(_data
|
3
|
+
private _data?;
|
4
|
+
constructor(_data?: D | undefined);
|
5
5
|
readonly _opened: Subject<T>;
|
6
|
-
readonly _closed: Subject<V>;
|
6
|
+
readonly _closed: Subject<V | null | undefined>;
|
7
7
|
_instance: T;
|
8
8
|
get data(): D;
|
9
9
|
get instance(): T;
|
10
10
|
opened(): import("rxjs").Observable<T>;
|
11
|
-
closed(): import("rxjs").Observable<V>;
|
11
|
+
closed(): import("rxjs").Observable<V | null | undefined>;
|
12
12
|
close(val?: V): void;
|
13
13
|
_destroy(): void;
|
14
14
|
}
|
@@ -2,12 +2,11 @@ import { ElementRef, OnInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { Popup, Position } from './popup.service';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare class TooltipComponent {
|
5
|
-
|
6
|
-
private _element;
|
7
|
-
constructor(_data: string, _element: ElementRef<HTMLElement>);
|
5
|
+
constructor(data: string, element: ElementRef<HTMLElement>);
|
8
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
9
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
10
8
|
}
|
9
|
+
/** */
|
11
10
|
export declare class TooltipDirective implements OnInit {
|
12
11
|
private _element;
|
13
12
|
private _popup;
|
package/lib/core/router.d.ts
CHANGED
@@ -2,13 +2,13 @@ import { Router } from "@angular/router";
|
|
2
2
|
import { PanesRouter } from "./slots/router.service";
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare abstract class RouterImpl {
|
5
|
-
abstract navigate(commands: (string | number)[], extra?: any): any
|
5
|
+
abstract navigate(commands: (string | number)[], extra?: any): Promise<any>;
|
6
6
|
}
|
7
7
|
/** desktop */
|
8
8
|
export declare class PaneRouter extends RouterImpl {
|
9
9
|
private _router;
|
10
10
|
constructor(_router: PanesRouter);
|
11
|
-
navigate(commands: string[], extra?: any):
|
11
|
+
navigate(commands: string[], extra?: any): Promise<import("@bizdoc/core").PaneRef<unknown, import("@bizdoc/core").ParamMap>>;
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaneRouter, never>;
|
13
13
|
static ɵprov: i0.ɵɵInjectableDeclaration<PaneRouter>;
|
14
14
|
}
|
@@ -16,7 +16,7 @@ export declare class PaneRouter extends RouterImpl {
|
|
16
16
|
export declare class NgRouter extends RouterImpl {
|
17
17
|
private _router;
|
18
18
|
constructor(_router: Router);
|
19
|
-
navigate(commands: string[], extra?: any):
|
19
|
+
navigate(commands: string[], extra?: any): Promise<boolean>;
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgRouter, never>;
|
21
21
|
static ɵprov: i0.ɵɵInjectableDeclaration<NgRouter>;
|
22
22
|
}
|
@@ -10,10 +10,7 @@ import { HubService } from './hub.service';
|
|
10
10
|
import { MaterialMode } from './functions';
|
11
11
|
import * as i0 from "@angular/core";
|
12
12
|
export declare const EXTENTION_ICONS: {
|
13
|
-
|
14
|
-
docx: string;
|
15
|
-
pptx: string;
|
16
|
-
pdf: string;
|
13
|
+
[key: string]: string;
|
17
14
|
};
|
18
15
|
export declare function SessionProviderFactory(provider: SessionService): () => Promise<void> | Promise<google.maps.MapsLibrary>;
|
19
16
|
export declare class SessionService {
|
@@ -32,12 +29,13 @@ export declare class SessionService {
|
|
32
29
|
private _lang;
|
33
30
|
private _firebase;
|
34
31
|
get profile(): Profile;
|
35
|
-
get gender(): Gender;
|
32
|
+
get gender(): Gender | undefined;
|
33
|
+
private _accentpalette;
|
36
34
|
get accentPalette(): string[];
|
37
35
|
private _constructpalette;
|
36
|
+
private _primarypalette;
|
38
37
|
get primeryPalette(): string[];
|
39
38
|
getAccent(mode?: MaterialMode): string;
|
40
|
-
getGrey(mode?: MaterialMode): string;
|
41
39
|
getPrimery(mode?: MaterialMode): string;
|
42
40
|
private _theme;
|
43
41
|
get theme(): Theme;
|
@@ -72,8 +70,13 @@ export declare class SessionService {
|
|
72
70
|
setProfileExtra<T = any>(name: string, profile: T): Observable<Object>;
|
73
71
|
unregisterDevice(type: string, token: string): Observable<any>;
|
74
72
|
registerDevice(type: string, token: string): Observable<any>;
|
75
|
-
|
76
|
-
|
73
|
+
/**
|
74
|
+
*
|
75
|
+
* @param search
|
76
|
+
* @returns
|
77
|
+
*/
|
78
|
+
listImpersonate(search?: string): Observable<UserInfo[]>;
|
79
|
+
impersonate(userId: string): Observable<UserInfo>;
|
77
80
|
inboxTouch(): Promise<WatermarkInfo>;
|
78
81
|
notificationsTouch(): Promise<WatermarkInfo>;
|
79
82
|
private _getBrowserLang;
|
@@ -65,32 +65,32 @@ export declare class PaneRef<ComponentType = any, DataType = ParamMap> {
|
|
65
65
|
readonly _params$: BehaviorSubject<ParamMap>;
|
66
66
|
readonly _queryParams$: BehaviorSubject<ParamMap>;
|
67
67
|
readonly _events$: Subject<NavigationBase>;
|
68
|
-
title
|
68
|
+
title?: string;
|
69
69
|
icon?: string;
|
70
70
|
guide?: string;
|
71
71
|
pinned: boolean;
|
72
72
|
badge?: number;
|
73
|
-
animation
|
74
|
-
group
|
75
|
-
help
|
76
|
-
_expanded
|
73
|
+
animation?: string;
|
74
|
+
group?: string;
|
75
|
+
help?: string;
|
76
|
+
_expanded?: boolean;
|
77
77
|
_instance: ComponentType;
|
78
|
-
_path
|
79
|
-
_queryString: string;
|
78
|
+
_path?: string;
|
79
|
+
_queryString: string | undefined;
|
80
80
|
_mode: PaneMode;
|
81
81
|
readonly _portal: ComponentPortal<any>;
|
82
82
|
private readonly _injector;
|
83
83
|
private _expandable;
|
84
|
-
private _stretchable
|
84
|
+
private _stretchable?;
|
85
85
|
private _value;
|
86
86
|
get expandable(): boolean;
|
87
87
|
get injector(): Injector;
|
88
|
-
get expanded(): boolean;
|
88
|
+
get expanded(): boolean | undefined;
|
89
89
|
get fullPath(): string;
|
90
90
|
get instance(): ComponentType;
|
91
91
|
get data(): DataType;
|
92
92
|
get params(): ParamMap;
|
93
|
-
get queryString(): string;
|
93
|
+
get queryString(): string | undefined;
|
94
94
|
get queryParams(): ParamMap;
|
95
95
|
paramsChange(): Observable<ParamMap>;
|
96
96
|
queryParamsChange(): Observable<ParamMap>;
|
@@ -98,15 +98,15 @@ export declare class PaneRef<ComponentType = any, DataType = ParamMap> {
|
|
98
98
|
resized(): Observable<NavigationResize>;
|
99
99
|
closeing(): Observable<NavigationClose>;
|
100
100
|
closed<T = any>(): Observable<T>;
|
101
|
-
expandedChange(): Observable<boolean>;
|
102
|
-
get path(): string;
|
101
|
+
expandedChange(): Observable<boolean | undefined>;
|
102
|
+
get path(): string | undefined;
|
103
103
|
get mode(): PaneMode;
|
104
|
-
get parent(): PaneRef<any, ParamMap
|
104
|
+
get parent(): PaneRef<any, ParamMap> | undefined;
|
105
105
|
get stretchable(): boolean;
|
106
106
|
set stretchable(val: boolean);
|
107
|
-
get dialog(): boolean;
|
108
|
-
get dismissable(): boolean;
|
109
|
-
get route(): PaneRoute;
|
107
|
+
get dialog(): boolean | undefined;
|
108
|
+
get dismissable(): boolean | undefined;
|
109
|
+
get route(): PaneRoute | undefined;
|
110
110
|
constructor(component: Type<any>, injector: Injector, _options: {
|
111
111
|
path?: string;
|
112
112
|
route?: PaneRoute;
|
@@ -10,8 +10,8 @@ export declare class SlotRouterDirective implements OnInit, OnDestroy {
|
|
10
10
|
get link(): string | string[];
|
11
11
|
set link(value: string | string[]);
|
12
12
|
/** css class */
|
13
|
-
active
|
14
|
-
disabled
|
13
|
+
active: string;
|
14
|
+
disabled: boolean;
|
15
15
|
policy?: OpenPolicy;
|
16
16
|
options?: PaneOptions;
|
17
17
|
private readonly _destroy;
|
@@ -17,7 +17,7 @@ export declare class PanesRouter {
|
|
17
17
|
* @param commands
|
18
18
|
* @param options
|
19
19
|
*/
|
20
|
-
navigate(commands: (string | number)[], options?: NavigationOptions):
|
20
|
+
navigate<T>(commands: (string | number)[], options?: NavigationOptions): Promise<PaneRef<T>>;
|
21
21
|
navigate<T>(commands: ComponentType<T>, options?: NavigationOptions): Promise<PaneRef<T>>;
|
22
22
|
/** */
|
23
23
|
get events(): import("rxjs").Observable<NavigationBase>;
|
@@ -10,7 +10,7 @@ import { PaneRoute, ParamMap } from '../configuration';
|
|
10
10
|
import * as i0 from "@angular/core";
|
11
11
|
declare global {
|
12
12
|
interface Window {
|
13
|
-
removeAllListeners(name?: string):
|
13
|
+
removeAllListeners(name?: string): void;
|
14
14
|
}
|
15
15
|
}
|
16
16
|
export declare class SlotsComponent implements OnInit, OnDestroy {
|
@@ -24,7 +24,7 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
|
|
24
24
|
_tabsElement: ElementRef;
|
25
25
|
_scrollable: CdkScrollable;
|
26
26
|
titleVariant: number;
|
27
|
-
group
|
27
|
+
group?: string;
|
28
28
|
swap?: number;
|
29
29
|
swapTab?: number;
|
30
30
|
prevGroup?: string;
|
@@ -224,7 +224,7 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
|
|
224
224
|
done(): void;
|
225
225
|
enableNavigationArrows(_?: Event): void;
|
226
226
|
scrollBy(n: number): void;
|
227
|
-
focus(index:
|
227
|
+
focus(index: number): void;
|
228
228
|
onPaneResize(pane: PaneRef<any>, event: MouseEvent): void;
|
229
229
|
onTabResize(event: MouseEvent): void;
|
230
230
|
private _destroyPane;
|
@@ -6,6 +6,7 @@ export declare class StickyToolbar implements OnInit, OnDestroy {
|
|
6
6
|
private _visible;
|
7
7
|
constructor(_vc: ViewContainerRef);
|
8
8
|
private _listener;
|
9
|
+
private get _parentElement();
|
9
10
|
ngOnInit(): void;
|
10
11
|
ngOnDestroy(): void;
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<StickyToolbar, never>;
|
@@ -9,17 +9,17 @@ export declare class EditInputComponent implements AfterViewInit {
|
|
9
9
|
private _popup;
|
10
10
|
private _cd;
|
11
11
|
readonly toolbarSettings: ToolbarSettingsModel;
|
12
|
-
private _text
|
12
|
+
private _text?;
|
13
13
|
private _originalText;
|
14
|
-
get text(): string;
|
14
|
+
get text(): string | null | undefined;
|
15
15
|
placeholder: string;
|
16
16
|
set text(value: string);
|
17
17
|
set image(value: string);
|
18
18
|
mode: 'html' | 'text';
|
19
|
-
private _resource
|
19
|
+
private _resource?;
|
20
20
|
get resource(): {
|
21
21
|
[key: string]: any;
|
22
|
-
};
|
22
|
+
} | undefined;
|
23
23
|
set resource(value: {
|
24
24
|
[key: string]: any;
|
25
25
|
});
|
@@ -28,7 +28,7 @@ export declare class EditInputComponent implements AfterViewInit {
|
|
28
28
|
get autofocus(): boolean;
|
29
29
|
set autofocus(value: boolean);
|
30
30
|
cache: string;
|
31
|
-
_image
|
31
|
+
_image?: string;
|
32
32
|
private _originalImage;
|
33
33
|
readonly change: EventEmitter<string>;
|
34
34
|
readonly onOk: EventEmitter<EditTextEvent>;
|