@bizdoc/core 1.14.0-next.1 → 1.14.0-next.12
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 +83 -0
- package/assets/themes/dark.min.css +1 -0
- package/assets/themes/deep-purple-light-blue.min.css +90 -0
- package/assets/themes/deep-purple-teal.min.css +90 -0
- package/assets/themes/default.min.css +90 -0
- package/assets/themes/green.min.css +83 -0
- package/assets/themes/indigo.min.css +83 -0
- package/esm2020/lib/admin/admin-dismiss.service.mjs +3 -3
- package/esm2020/lib/admin/admin-menu.component.mjs +3 -3
- package/esm2020/lib/admin/core/ace.input.mjs +3 -3
- package/esm2020/lib/admin/core/color-picker.input.mjs +3 -3
- package/esm2020/lib/admin/core/search.input.mjs +3 -3
- package/esm2020/lib/admin/diff/configuration-diff.component.mjs +5 -5
- package/esm2020/lib/admin/document-trace/document-trace.component.mjs +121 -60
- package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +3 -3
- package/esm2020/lib/admin/document-trace/trace-element.component.mjs +53 -35
- package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
- package/esm2020/lib/admin/form/form.service.mjs +23 -6
- package/esm2020/lib/admin/form/workflow/node.component.mjs +3 -3
- package/esm2020/lib/admin/form/workflow/role-node.component.mjs +3 -3
- package/esm2020/lib/admin/form/workflow/workflow.component.mjs +3 -3
- package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +3 -3
- package/esm2020/lib/admin/patterns/patterns.component.mjs +3 -3
- package/esm2020/lib/admin/permissions/permissions.component.mjs +3 -3
- package/esm2020/lib/admin/positions/positions-popup.component.mjs +3 -3
- package/esm2020/lib/admin/positions/positions.component.mjs +3 -3
- package/esm2020/lib/admin/profiler/profiler.component.mjs +3 -3
- package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
- package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
- package/esm2020/lib/app.component.mjs +6 -6
- package/esm2020/lib/bizdoc.module.mjs +7 -5
- package/esm2020/lib/browse/browse-items.component.mjs +10 -12
- package/esm2020/lib/browse/browse.mobile.component.mjs +3 -3
- package/esm2020/lib/browse/browse.pane.component.mjs +3 -3
- package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +3 -3
- package/esm2020/lib/browse/filter/filter.component.mjs +3 -3
- package/esm2020/lib/browse/folders-menu.component.mjs +3 -3
- package/esm2020/lib/chat/chat-info.mjs +3 -3
- package/esm2020/lib/chat/chat.mobile.component.mjs +3 -3
- package/esm2020/lib/chat/chat.service.mjs +3 -3
- package/esm2020/lib/chat/contacts.component.mjs +6 -6
- package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
- package/esm2020/lib/chat/conversation.component.mjs +5 -5
- package/esm2020/lib/chat/conversation.pane.component.mjs +3 -3
- package/esm2020/lib/compose/action/action-picker.component.mjs +3 -3
- package/esm2020/lib/compose/action/action.dialog.mjs +3 -3
- package/esm2020/lib/compose/action/action.pane.dialog.exp.mjs +3 -3
- package/esm2020/lib/compose/action/assign-action.component.mjs +3 -3
- package/esm2020/lib/compose/action/moveto-action.component.mjs +3 -3
- package/esm2020/lib/compose/action/return-action.component.mjs +3 -3
- package/esm2020/lib/compose/attachments/attachments.component.mjs +3 -3
- package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +3 -3
- package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
- package/esm2020/lib/compose/can-deactivate-changes.service.mjs +5 -5
- package/esm2020/lib/compose/comments/Comments.pane.component.mjs +3 -3
- package/esm2020/lib/compose/comments/comment.component.mjs +3 -3
- package/esm2020/lib/compose/comments/comments.component.mjs +3 -3
- package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
- package/esm2020/lib/compose/comments/edits.component.mjs +3 -3
- package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
- package/esm2020/lib/compose/comments/votes.component.mjs +3 -3
- package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
- package/esm2020/lib/compose/compose.mobile.component.mjs +5 -5
- package/esm2020/lib/compose/compose.pane.component.mjs +9 -6
- package/esm2020/lib/compose/copy/copy.dialog.mjs +3 -3
- package/esm2020/lib/compose/dismiss.service.mjs +5 -5
- package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
- package/esm2020/lib/compose/document.component.mjs +3 -3
- package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
- package/esm2020/lib/compose/document.pane.component.mjs +3 -3
- package/esm2020/lib/compose/events/events.component.mjs +3 -3
- package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
- package/esm2020/lib/compose/form.component.mjs +40 -31
- package/esm2020/lib/compose/new-menu.component.mjs +3 -3
- package/esm2020/lib/compose/privilage.directive.mjs +6 -6
- package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
- package/esm2020/lib/compose/save-changes.dialog.mjs +3 -3
- package/esm2020/lib/compose/state.component.mjs +3 -3
- package/esm2020/lib/compose/tag/tags.component.mjs +5 -5
- package/esm2020/lib/compose/trace/flow.component.mjs +3 -3
- package/esm2020/lib/compose/trace/people.component.mjs +3 -3
- package/esm2020/lib/compose/trace/trace.base.mjs +3 -3
- package/esm2020/lib/compose/trace/trace.component.mjs +6 -6
- package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
- package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
- package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
- package/esm2020/lib/compose/version-compare/version.pane.component.mjs +6 -6
- package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
- package/esm2020/lib/core/account.service.mjs +3 -3
- package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
- package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
- package/esm2020/lib/core/base.mjs +1 -1
- package/esm2020/lib/core/component-factory-resolver.mjs +4 -4
- package/esm2020/lib/core/configuration.mjs +6 -5
- package/esm2020/lib/core/controls/address.input.mjs +20 -7
- package/esm2020/lib/core/controls/auto-complete.input.mjs +3 -3
- package/esm2020/lib/core/controls/combination-picker-body.mjs +5 -5
- package/esm2020/lib/core/controls/combination-picker.mjs +3 -3
- package/esm2020/lib/core/controls/combination-pool.mjs +3 -3
- package/esm2020/lib/core/controls/file.input.mjs +3 -3
- package/esm2020/lib/core/controls/select.input.mjs +3 -3
- package/esm2020/lib/core/controls/time-picker.mjs +3 -3
- package/esm2020/lib/core/controls/timespan.input.mjs +3 -3
- package/esm2020/lib/core/datasource.service.mjs +3 -3
- package/esm2020/lib/core/functions.mjs +21 -16
- package/esm2020/lib/core/guide/guide.component.mjs +3 -3
- package/esm2020/lib/core/guide/guide.service.mjs +3 -3
- package/esm2020/lib/core/http.interceptor.mjs +3 -3
- package/esm2020/lib/core/hub.service.mjs +3 -3
- package/esm2020/lib/core/identity/identity.component.mjs +3 -3
- package/esm2020/lib/core/info/attachment-info.service.mjs +3 -3
- package/esm2020/lib/core/info/document-info.service.mjs +3 -3
- package/esm2020/lib/core/info/location-info.component.mjs +3 -3
- package/esm2020/lib/core/info/map-info.mjs +3 -3
- package/esm2020/lib/core/layout/autocomplete.field.mjs +3 -3
- package/esm2020/lib/core/layout/checkbox.field.mjs +3 -3
- package/esm2020/lib/core/layout/checkbox.mjs +3 -3
- package/esm2020/lib/core/layout/date-range.field.mjs +3 -3
- package/esm2020/lib/core/layout/date.field.mjs +3 -3
- package/esm2020/lib/core/layout/expression.field.mjs +3 -3
- package/esm2020/lib/core/layout/file.field.mjs +3 -3
- package/esm2020/lib/core/layout/html.field.mjs +3 -3
- package/esm2020/lib/core/layout/input.base.mjs +3 -3
- package/esm2020/lib/core/layout/input.field.mjs +3 -3
- package/esm2020/lib/core/layout/layout.component.mjs +3 -3
- package/esm2020/lib/core/layout/numeric.field.mjs +3 -3
- package/esm2020/lib/core/layout/select.field.mjs +3 -3
- package/esm2020/lib/core/layout/switch.field.mjs +3 -3
- package/esm2020/lib/core/layout/textarea.field.mjs +3 -3
- package/esm2020/lib/core/layout/timespan.field.mjs +3 -3
- package/esm2020/lib/core/lottie-animation.mjs +3 -3
- package/esm2020/lib/core/mailbox.service.mjs +10 -10
- package/esm2020/lib/core/none.component.mjs +3 -3
- package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/calendar.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
- package/esm2020/lib/core/pipes/difference.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/duration-format.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
- package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/time-ago.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/translate.pipe.mjs +6 -6
- package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
- package/esm2020/lib/core/popup/popup.component.mjs +3 -3
- package/esm2020/lib/core/popup/popup.service.mjs +3 -3
- package/esm2020/lib/core/popup/tooltip.directive.mjs +6 -6
- package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +3 -3
- package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
- package/esm2020/lib/core/prompt.service.mjs +3 -3
- package/esm2020/lib/core/router.mjs +6 -6
- package/esm2020/lib/core/session.service.mjs +20 -9
- package/esm2020/lib/core/slots/pane-ref.mjs +4 -1
- package/esm2020/lib/core/slots/router.directive.mjs +3 -3
- package/esm2020/lib/core/slots/router.service.mjs +4 -7
- package/esm2020/lib/core/slots/slots.component.mjs +122 -81
- package/esm2020/lib/core/tagging/documents.component.mjs +3 -3
- package/esm2020/lib/core/tagging/edit-input.component.mjs +3 -3
- package/esm2020/lib/core/tagging/emoji.component.mjs +3 -3
- package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
- package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
- package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
- package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
- package/esm2020/lib/core/tagging/users.component.mjs +3 -3
- package/esm2020/lib/core/translate.service.mjs +8 -8
- package/esm2020/lib/core/translations.mjs +9 -3
- package/esm2020/lib/core/window-title.service.mjs +3 -3
- package/esm2020/lib/cube/accum/accum.component.mjs +4 -4
- package/esm2020/lib/cube/chart/chart.component.mjs +4 -4
- package/esm2020/lib/cube/cube-info.service.mjs +3 -3
- package/esm2020/lib/cube/cube-menu.component.mjs +3 -3
- package/esm2020/lib/cube/cube-view.component.mjs +3 -3
- package/esm2020/lib/cube/cube.service.mjs +3 -3
- package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
- package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
- package/esm2020/lib/cube/explore/explore-items.component.mjs +3 -3
- package/esm2020/lib/cube/explore/explore.pane.component.mjs +5 -5
- package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
- package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
- package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
- package/esm2020/lib/cube/filter/filter.component.mjs +3 -3
- package/esm2020/lib/cube/grid/grid.component.mjs +3 -3
- package/esm2020/lib/cube/grid/spreadsheet.component.mjs +3 -3
- package/esm2020/lib/cube/matrix/matrix.base.mjs +3 -3
- package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +3 -3
- package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +6 -6
- package/esm2020/lib/cube/matrix/popup.component.mjs +3 -3
- package/esm2020/lib/cube/matrix/table.component.mjs +3 -3
- package/esm2020/lib/cube/parallel/parallel.component.mjs +5 -5
- package/esm2020/lib/cube/pivot/pivot.component.mjs +17 -20
- package/esm2020/lib/cube/sum/sum.component.mjs +3 -3
- package/esm2020/lib/cube/view-base.mjs +3 -3
- package/esm2020/lib/cube/view.mobile.component.mjs +3 -3
- package/esm2020/lib/cube/view.pane.component.mjs +8 -4
- package/esm2020/lib/dashboard/actions/actions.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/compare.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +3 -3
- package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/documents.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +3 -3
- package/esm2020/lib/dashboard/dashboard.component.mjs +3 -3
- package/esm2020/lib/dashboard/dashboard.pane.component.mjs +3 -3
- package/esm2020/lib/dashboard/recents/recents.widget.mjs +5 -5
- package/esm2020/lib/dashboard/score/activity.widget.mjs +3 -3
- package/esm2020/lib/dashboard/score/compare-groups.widget.mjs +3 -3
- package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +3 -3
- package/esm2020/lib/dashboard/score/pending-results.widget.mjs +3 -3
- package/esm2020/lib/dashboard/score/personal-score.widget.mjs +18 -14
- package/esm2020/lib/dashboard/widget-item.component.mjs +3 -3
- package/esm2020/lib/desktop.module.mjs +4 -4
- package/esm2020/lib/home/about/about.dialog.mjs +3 -3
- package/esm2020/lib/home/home-base.component.mjs +3 -3
- package/esm2020/lib/home/home.desktop.component.mjs +9 -15
- package/esm2020/lib/home/home.mobile.component.mjs +3 -3
- package/esm2020/lib/home/notifications/notifications.component.mjs +3 -3
- package/esm2020/lib/home/options/options.component.mjs +3 -3
- package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +3 -3
- package/esm2020/lib/home/search.service.mjs +3 -3
- package/esm2020/lib/home/sign/sign.component.mjs +3 -3
- package/esm2020/lib/home/tools.component.mjs +3 -3
- package/esm2020/lib/impersonate/impersonate.component.mjs +3 -3
- package/esm2020/lib/mobile.module.mjs +4 -4
- package/esm2020/lib/modules/chart.module.mjs +15 -13
- package/esm2020/lib/modules/circular-gauge.module.mjs +4 -4
- package/esm2020/lib/modules/datepicker.intl.mjs +3 -3
- package/esm2020/lib/modules/dayjs.module.mjs +4 -4
- package/esm2020/lib/modules/diagram.module.mjs +7 -7
- package/esm2020/lib/modules/gantt.module.mjs +4 -4
- package/esm2020/lib/modules/grid.module.mjs +4 -4
- package/esm2020/lib/modules/material.module.mjs +4 -4
- package/esm2020/lib/modules/paginator.intl.mjs +3 -3
- package/esm2020/lib/modules/pivot.module.mjs +7 -6
- package/esm2020/lib/modules/schedule.module.mjs +4 -4
- package/esm2020/lib/modules/spreadsheet.module.mjs +8 -6
- package/esm2020/lib/modules/stepper.intl.mjs +3 -3
- package/esm2020/lib/modules/texteditor.module.mjs +7 -7
- package/esm2020/lib/notifications/filter.component.mjs +3 -3
- package/esm2020/lib/notifications/notifications-table.component.mjs +3 -3
- package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
- package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
- package/esm2020/lib/notifications/notifications.service.mjs +3 -3
- package/esm2020/lib/notifications/types/commented.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/escalated.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/liked.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/long-running-task.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/notification-base.mjs +5 -5
- package/esm2020/lib/notifications/types/nudge.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/state-changed.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/tagged.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +3 -3
- package/esm2020/lib/options/options.component.mjs +3 -3
- package/esm2020/lib/options/options.service.mjs +3 -3
- package/esm2020/lib/reports/arguments-component.mjs +3 -3
- package/esm2020/lib/reports/cube/documents.component.mjs +3 -3
- package/esm2020/lib/reports/cube/grid-documents.component.mjs +3 -3
- package/esm2020/lib/reports/cube/table-documents.component.mjs +3 -3
- package/esm2020/lib/reports/cube/usage-args.component.mjs +3 -3
- package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
- package/esm2020/lib/reports/cube/usage-chart.component.mjs +3 -3
- package/esm2020/lib/reports/cube/usage-pivot.component.mjs +5 -6
- package/esm2020/lib/reports/cube/usage.component.mjs +3 -3
- package/esm2020/lib/reports/report-viewer.component.mjs +3 -3
- package/esm2020/lib/reports/report.mobile.component.mjs +3 -3
- package/esm2020/lib/reports/report.pane.component.mjs +3 -3
- package/esm2020/lib/reports/reports-menu.component.mjs +3 -3
- package/esm2020/lib/reports/substitution/substitution.component.mjs +3 -3
- package/esm2020/lib/reports/table/table-view.component.mjs +3 -3
- package/esm2020/lib/reports/tasks/tasks.component.mjs +3 -3
- package/esm2020/lib/routes.desktop.mjs +18 -18
- package/esm2020/lib/scheduler/schedule.component.mjs +3 -3
- package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
- package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
- package/esm2020/lib/shared.module.mjs +8 -6
- package/esm2020/lib/system.module.mjs +4 -4
- package/esm2020/lib/views/cube/chart.component.mjs +3 -3
- package/esm2020/lib/views/cube/cube-base.mjs +3 -3
- package/esm2020/lib/views/cube/explore.component.mjs +3 -3
- package/esm2020/lib/views/cube/matrix.component.mjs +3 -3
- package/esm2020/lib/views/cube/parallel.component.mjs +3 -3
- package/esm2020/lib/views/cube/pivot.component.mjs +3 -3
- package/esm2020/lib/views/cube/sum.component.mjs +3 -3
- package/esm2020/lib/views/cube/view.component.mjs +3 -3
- package/esm2020/lib/views/timeline/timeline.component.exp.mjs +3 -3
- package/esm2020/lib/views/view-item.component.mjs +9 -13
- package/esm2020/lib/views/views.component.mjs +3 -3
- package/esm2020/lib/views/views.mobile.component.mjs +3 -3
- package/esm2020/lib/views/views.pane.component.mjs +3 -3
- package/esm2020/public-api.mjs +1 -1
- package/fesm2015/bizdoc-core.mjs +1393 -1220
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +1368 -1194
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/lib/admin/document-trace/document-trace.component.d.ts +33 -18
- package/lib/admin/document-trace/trace-element.component.d.ts +22 -8
- package/lib/admin/form/form.service.d.ts +19 -2
- package/lib/browse/browse-items.component.d.ts +0 -1
- package/lib/compose/compose.pane.component.d.ts +1 -0
- package/lib/compose/form.component.d.ts +7 -3
- package/lib/core/base.d.ts +3 -3
- package/lib/core/component-factory-resolver.d.ts +1 -1
- package/lib/core/configuration.d.ts +6 -5
- package/lib/core/controls/address.input.d.ts +5 -3
- package/lib/core/functions.d.ts +7 -3
- package/lib/core/mailbox.service.d.ts +1 -1
- package/lib/core/session.service.d.ts +3 -1
- package/lib/core/slots/pane-ref.d.ts +9 -6
- package/lib/core/slots/router.service.d.ts +2 -1
- package/lib/core/slots/slots.component.d.ts +29 -8
- package/lib/core/translations.d.ts +6 -0
- package/lib/home/home.desktop.component.d.ts +3 -3
- package/lib/modules/chart.module.d.ts +1 -1
- package/lib/views/view-item.component.d.ts +2 -4
- package/package.json +15 -16
- package/public-api.d.ts +1 -1
@@ -1,36 +1,39 @@
|
|
1
|
-
import { OnInit, OnDestroy, ElementRef, ChangeDetectorRef } from '@angular/core';
|
1
|
+
import { OnInit, OnDestroy, ElementRef, ChangeDetectorRef, TemplateRef } from '@angular/core';
|
2
2
|
import { DiagramConstraints, ScrollSettingsModel, SelectorModel, ToolBase, Diagram, ConnectorModel, NodeModel, SnapSettingsModel, DiagramTools, ISelectionChangeEventArgs, LayoutModel } from '@syncfusion/ej2-angular-diagrams';
|
3
3
|
import { FormBuilder } from '@angular/forms';
|
4
|
-
import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
5
|
-
import { MatDialog } from "@angular/material/dialog";
|
6
|
-
import { Observable } from 'rxjs';
|
7
|
-
import { Recipient, HeaderModel, DocumentModel } from '../../core/models';
|
8
4
|
import { PromptService } from '../../core/prompt.service';
|
9
5
|
import { UtilityRef } from '../utility-ref';
|
10
|
-
import { FormService } from '../form/form.service';
|
6
|
+
import { DocumentInfo, FormService, RangeModel } from '../form/form.service';
|
11
7
|
import { TranslateService } from '../../core/translate.service';
|
12
8
|
import { GuideService } from '../../core/guide/guide.service';
|
13
9
|
import { PanesRouter } from '../../core/slots/router.service';
|
14
10
|
import { PaneRef } from '../../core/slots/pane-ref';
|
15
11
|
import { SessionService } from '../../core/session.service';
|
16
12
|
import { DiagramInfo, MoveModel, Timeline } from './timeline';
|
13
|
+
import { IChangedEventArgs, RangeNavigator } from '@syncfusion/ej2-angular-charts';
|
14
|
+
import { MatTableDataSource } from '@angular/material/table';
|
15
|
+
import { Popup } from '../../core/popup/popup.service';
|
16
|
+
import { ProgressBarMode } from '@angular/material/progress-bar';
|
17
|
+
import { MatSort } from '@angular/material/sort';
|
18
|
+
import { MatInput } from '@angular/material/input';
|
17
19
|
import * as i0 from "@angular/core";
|
18
20
|
export declare class DocumentTraceComponent implements OnInit, OnDestroy {
|
19
21
|
private _utilityRef;
|
20
22
|
private _service;
|
21
23
|
private _session;
|
22
|
-
private
|
24
|
+
private _pane;
|
23
25
|
private _router;
|
24
26
|
private _sb;
|
25
27
|
private _translate;
|
26
|
-
private
|
28
|
+
private _popup;
|
27
29
|
private _guide;
|
28
30
|
private _cd;
|
29
31
|
private _fb;
|
30
32
|
diagramElement: ElementRef<HTMLDivElement>;
|
33
|
+
theme: string;
|
34
|
+
accent: string;
|
31
35
|
diagram: Diagram;
|
32
|
-
readonly
|
33
|
-
documents$: Observable<DocumentModel[]>;
|
36
|
+
readonly form: import("@angular/forms").FormGroup;
|
34
37
|
model: DiagramInfo;
|
35
38
|
timeline: Timeline;
|
36
39
|
diagramConstraints: DiagramConstraints;
|
@@ -43,20 +46,36 @@ export declare class DocumentTraceComponent implements OnInit, OnDestroy {
|
|
43
46
|
readonly selectedItems: SelectorModel;
|
44
47
|
getCustomTool: Function;
|
45
48
|
node: NodeModel;
|
49
|
+
private _start;
|
50
|
+
private _end;
|
51
|
+
private _infoRef;
|
46
52
|
getTool(action: string): ToolBase;
|
47
|
-
mode: 'diagram' | '
|
53
|
+
mode: 'diagram' | 'browse' | null;
|
54
|
+
range: (Date | number)[];
|
55
|
+
rangeData: RangeModel[];
|
56
|
+
loading: ProgressBarMode;
|
57
|
+
filterArgs: TemplateRef<any>;
|
58
|
+
searchInput: MatInput;
|
59
|
+
dataSource: MatTableDataSource<DocumentInfo>;
|
60
|
+
sort: MatSort;
|
61
|
+
rangeNavigator: RangeNavigator;
|
62
|
+
readonly displayedColumns: string[];
|
48
63
|
private _highLightedIds;
|
49
64
|
private readonly _tap;
|
50
65
|
private readonly _destroy;
|
66
|
+
private readonly _dateschange;
|
51
67
|
/** workflow ctor */
|
52
|
-
constructor(_utilityRef: UtilityRef<DiagramInfo, MoveModel, DiagramInfo, number>, _service: FormService, _session: SessionService,
|
68
|
+
constructor(_utilityRef: UtilityRef<DiagramInfo, MoveModel, DiagramInfo, number>, _service: FormService, _session: SessionService, _pane: PaneRef<DocumentTraceComponent>, _router: PanesRouter, _sb: PromptService, _translate: TranslateService, _popup: Popup, _guide: GuideService, _cd: ChangeDetectorRef, _fb: FormBuilder);
|
53
69
|
ngOnInit(): void;
|
70
|
+
openFilter(evt: Event): void;
|
71
|
+
private _list;
|
72
|
+
rangeChanged(args: IChangedEventArgs): void;
|
54
73
|
guide(evt?: Event | KeyboardEvent): void;
|
74
|
+
browse(): void;
|
55
75
|
private _open;
|
56
76
|
nodeDefaults: (node: NodeModel) => NodeModel;
|
57
77
|
connDefaults: (connector: ConnectorModel) => void;
|
58
|
-
|
59
|
-
change(evt: MatAutocompleteSelectedEvent): void;
|
78
|
+
open(item: DocumentInfo): void;
|
60
79
|
private _timeline;
|
61
80
|
/**
|
62
81
|
*
|
@@ -67,11 +86,7 @@ export declare class DocumentTraceComponent implements OnInit, OnDestroy {
|
|
67
86
|
private _decorateNode;
|
68
87
|
private _decorateConnector;
|
69
88
|
private _version;
|
70
|
-
fileName(fileId: number): string;
|
71
89
|
selectionChange(evt: ISelectionChangeEventArgs): void;
|
72
|
-
/** */
|
73
|
-
assign(recipient: Recipient): void;
|
74
|
-
private _info;
|
75
90
|
highlightTime(time: Date): void;
|
76
91
|
pan(): void;
|
77
92
|
cursor(): void;
|
@@ -1,21 +1,32 @@
|
|
1
|
-
import {
|
1
|
+
import { MatDialog } from "@angular/material/dialog";
|
2
2
|
import { Observable } from "rxjs";
|
3
|
-
import { Log, Recipient } from "../../core/models";
|
4
3
|
import { NodeModel } from "@syncfusion/ej2-angular-diagrams";
|
4
|
+
import { Log, Recipient } from "../../core/models";
|
5
5
|
import { TranslateService } from '../../core/translate.service';
|
6
6
|
import { AccountService } from '../../core/account.service';
|
7
7
|
import { ChatInfo } from '../../chat/chat-info';
|
8
8
|
import { Timeline, DiagramInfo } from "./timeline";
|
9
9
|
import { SessionService } from "../../core/session.service";
|
10
10
|
import { PanesRouter } from "../../core/slots/router.service";
|
11
|
+
import { PaneRef } from "../../core/slots/pane-ref";
|
12
|
+
import { PromptService } from "../../core/prompt.service";
|
13
|
+
import { UtilityRef } from "../utility-ref";
|
11
14
|
import * as i0 from "@angular/core";
|
12
|
-
export
|
15
|
+
export interface ElementData {
|
16
|
+
model: DiagramInfo;
|
17
|
+
timeline: Timeline;
|
18
|
+
node: NodeModel;
|
19
|
+
utilityRef: UtilityRef;
|
20
|
+
}
|
21
|
+
export declare class TraceElementComponent {
|
22
|
+
private _pane;
|
13
23
|
private _chat;
|
24
|
+
private _sb;
|
14
25
|
private _router;
|
15
26
|
private _translate;
|
16
27
|
private _accounts;
|
28
|
+
private _dialog;
|
17
29
|
private _session;
|
18
|
-
readonly assign: EventEmitter<Recipient>;
|
19
30
|
model: DiagramInfo;
|
20
31
|
timeline: Timeline;
|
21
32
|
node: NodeModel;
|
@@ -25,13 +36,16 @@ export declare class TraceElementComponent implements OnChanges {
|
|
25
36
|
recurring: boolean;
|
26
37
|
none: boolean;
|
27
38
|
skip: boolean;
|
28
|
-
|
29
|
-
constructor(_chat: ChatInfo, _router: PanesRouter, _translate: TranslateService, _accounts: AccountService, _session: SessionService);
|
30
|
-
|
39
|
+
private _utilityRef;
|
40
|
+
constructor(_pane: PaneRef, _chat: ChatInfo, _sb: PromptService, _router: PanesRouter, _translate: TranslateService, _accounts: AccountService, _dialog: MatDialog, _session: SessionService);
|
41
|
+
change(state: ElementData): void;
|
42
|
+
fileName(fileId: number): string;
|
43
|
+
/** */
|
44
|
+
assign(recipient: Recipient): void;
|
31
45
|
recipientInfo(recipient: Recipient): Promise<string>;
|
32
46
|
logInfo(log: Log): Observable<string>;
|
33
47
|
compare(item: Log): void;
|
34
48
|
chat(e: MouseEvent): void;
|
35
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<TraceElementComponent, never>;
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TraceElementComponent, "bizdoc-document-trace-element", never, {
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TraceElementComponent, "bizdoc-document-trace-element", never, {}, {}, never, never>;
|
37
51
|
}
|
@@ -1,13 +1,30 @@
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
2
2
|
import { Observable } from 'rxjs';
|
3
|
-
import { Form
|
3
|
+
import { Form } from '../../core/models';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare class FormService {
|
6
6
|
private _http;
|
7
|
-
findAll(
|
7
|
+
findAll(search?: string): any;
|
8
|
+
findAll(options: {
|
9
|
+
search?: string;
|
10
|
+
start?: Date;
|
11
|
+
end?: Date;
|
12
|
+
formId?: string;
|
13
|
+
}): any;
|
14
|
+
range(): Observable<RangeModel[]>;
|
8
15
|
get(name: string): Observable<Form>;
|
9
16
|
save(form: Form): Observable<number>;
|
10
17
|
constructor(_http: HttpClient);
|
11
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormService, never>;
|
12
19
|
static ɵprov: i0.ɵɵInjectableDeclaration<FormService>;
|
13
20
|
}
|
21
|
+
export interface RangeModel {
|
22
|
+
count: number;
|
23
|
+
date: Date;
|
24
|
+
}
|
25
|
+
export interface DocumentInfo {
|
26
|
+
id: number;
|
27
|
+
number: string;
|
28
|
+
subject: string;
|
29
|
+
stateId: string;
|
30
|
+
}
|
@@ -56,7 +56,6 @@ export declare class BrowseItemsComponent implements OnInit, OnChanges, OnDestro
|
|
56
56
|
constructor(_mailbox: MailboxService, _accounts: AccountService, _cube: CubeService, _session: SessionService, _sb: PromptService, _translate: TranslateService, _cd: ChangeDetectorRef, _router: RouterImpl, _messaging: HubService, _config: BizDocConfig);
|
57
57
|
ngOnInit(): void;
|
58
58
|
ngOnChanges(_: SimpleChanges): void;
|
59
|
-
private _assign;
|
60
59
|
get folder(): Folder;
|
61
60
|
dragStarted(event: any): void;
|
62
61
|
toggleRead(item: RecipientModel): void;
|
@@ -42,6 +42,7 @@ export declare class ComposeFormComponent implements OnDestroy, OnInit, OnChange
|
|
42
42
|
readonly dirtyChange: EventEmitter<boolean>;
|
43
43
|
valid: boolean;
|
44
44
|
readonly validChange: EventEmitter<boolean>;
|
45
|
+
readonly saved: EventEmitter<void>;
|
45
46
|
mode: ViewMode;
|
46
47
|
contacts: boolean;
|
47
48
|
actions: Action[];
|
@@ -60,15 +61,18 @@ export declare class ComposeFormComponent implements OnDestroy, OnInit, OnChange
|
|
60
61
|
private _editing;
|
61
62
|
ngOnChanges(_changes: SimpleChanges): void;
|
62
63
|
private _fileChangeListener;
|
63
|
-
private
|
64
|
+
private _apply;
|
64
65
|
navigate(page: any): void;
|
65
66
|
private _getActionAdjective;
|
67
|
+
/**
|
68
|
+
*
|
69
|
+
* @param feedback
|
70
|
+
*/
|
66
71
|
private _save;
|
67
72
|
upload(files: File[]): Observable<any>;
|
68
73
|
private _constructAttachment;
|
69
74
|
tag(evt: MouseEvent): void;
|
70
75
|
private _reset;
|
71
|
-
private _sortActions;
|
72
76
|
guide(name: string): void;
|
73
77
|
attach(): void;
|
74
78
|
/**
|
@@ -93,5 +97,5 @@ export declare class ComposeFormComponent implements OnDestroy, OnInit, OnChange
|
|
93
97
|
private _assign;
|
94
98
|
ngOnDestroy(): void;
|
95
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComposeFormComponent, never>;
|
96
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ComposeFormComponent, "bizdoc-form", never, { "model": "model"; "working": "working"; "dirty": "dirty"; "valid": "valid"; "mode": "mode"; "contacts": "contacts"; }, { "modelChange": "modelChange"; "workingChange": "workingChange"; "dirtyChange": "dirtyChange"; "validChange": "validChange"; }, never, never>;
|
100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ComposeFormComponent, "bizdoc-form", never, { "model": "model"; "working": "working"; "dirty": "dirty"; "valid": "valid"; "mode": "mode"; "contacts": "contacts"; }, { "modelChange": "modelChange"; "workingChange": "workingChange"; "dirtyChange": "dirtyChange"; "validChange": "validChange"; "saved": "saved"; }, never, never>;
|
97
101
|
}
|
package/lib/core/base.d.ts
CHANGED
@@ -3,7 +3,7 @@ import { FormGroup } from "@angular/forms";
|
|
3
3
|
import { Observable } from "rxjs";
|
4
4
|
export declare type ViewMode = 'compose' | 'preview' | 'print' | 'version';
|
5
5
|
export declare type FormMode = '';
|
6
|
-
export interface FormComponent<TModel> extends ManagedComponent {
|
6
|
+
export interface FormComponent<TModel> extends ManagedComponent<TModel> {
|
7
7
|
form: FormGroup;
|
8
8
|
mode: ViewMode;
|
9
9
|
onBind(data: DocumentModel<TModel>, version?: TModel): void;
|
@@ -13,10 +13,10 @@ export interface FormComponent<TModel> extends ManagedComponent {
|
|
13
13
|
export interface ReportComponent<TResult, TArgs = any, TOptions = any> {
|
14
14
|
onBind(data: TResult[], args?: TArgs): any;
|
15
15
|
}
|
16
|
-
export interface ArgumentsComponent<TArgs = any> extends ManagedComponent {
|
16
|
+
export interface ArgumentsComponent<TArgs = any> extends ManagedComponent<TArgs> {
|
17
17
|
form: FormGroup;
|
18
18
|
}
|
19
|
-
export interface ManagedComponent {
|
19
|
+
export interface ManagedComponent<TArgs> {
|
20
20
|
}
|
21
21
|
export interface WidgetComponent<TResult, TArgs = any> {
|
22
22
|
onBind(data: TResult, args?: TArgs): any;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ComponentFactoryResolver } from "@angular/core";
|
2
2
|
import * as i0 from "@angular/core";
|
3
|
-
export declare function registerComponents(components: any): void;
|
3
|
+
export declare function registerComponents(components: any[]): void;
|
4
4
|
export declare class BizDocComponentFactoryResolver {
|
5
5
|
private _componentFactoryResolver;
|
6
6
|
private _factories;
|
@@ -29,11 +29,12 @@ export declare enum OpenPolicy {
|
|
29
29
|
Clear = 2,
|
30
30
|
Defer = 4,
|
31
31
|
Pinnable = 8,
|
32
|
-
|
33
|
-
Tab =
|
34
|
-
Dialog =
|
35
|
-
|
36
|
-
Toggle = 256
|
32
|
+
Stretch = 16,
|
33
|
+
Tab = 32,
|
34
|
+
Dialog = 96,
|
35
|
+
Expandable = 128,
|
36
|
+
Toggle = 256,
|
37
|
+
Dismissable = 512
|
37
38
|
}
|
38
39
|
export declare const DEFAULT_POLICY: OpenPolicy;
|
39
40
|
export interface BizDocChildConfig {
|
@@ -1,10 +1,10 @@
|
|
1
1
|
/// <reference types="google.maps" />
|
2
2
|
import { OnDestroy, OnInit, ElementRef, EventEmitter } from '@angular/core';
|
3
3
|
import { NgControl, ControlValueAccessor, FormControl } from '@angular/forms';
|
4
|
-
import {
|
4
|
+
import { FocusMonitor } from '@angular/cdk/a11y';
|
5
5
|
import { MatFormFieldControl } from '@angular/material/form-field';
|
6
6
|
import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
7
|
-
import {
|
7
|
+
import { Subject } from 'rxjs';
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
export declare class AddressInput implements MatFormFieldControl<string>, ControlValueAccessor, OnDestroy, OnInit {
|
10
10
|
ngControl: NgControl;
|
@@ -24,6 +24,8 @@ export declare class AddressInput implements MatFormFieldControl<string>, Contro
|
|
24
24
|
inputElement: ElementRef;
|
25
25
|
readonly optionSelected: EventEmitter<AddressChangeEvent>;
|
26
26
|
debounce: number;
|
27
|
+
location?: google.maps.LatLng;
|
28
|
+
country?: string | string[];
|
27
29
|
get placeholder(): string;
|
28
30
|
set placeholder(plh: string);
|
29
31
|
focused: boolean;
|
@@ -55,7 +57,7 @@ export declare class AddressInput implements MatFormFieldControl<string>, Contro
|
|
55
57
|
ngOnInit(): void;
|
56
58
|
ngOnDestroy(): void;
|
57
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddressInput, [{ optional: true; self: true; }, null, null]>;
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddressInput, "bizdoc-address", never, { "debounce": "debounce"; "placeholder": "placeholder"; "required": "required"; "disabled": "disabled"; "value": "value"; }, { "optionSelected": "optionSelected"; }, never, never>;
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddressInput, "bizdoc-address", never, { "debounce": "debounce"; "location": "location"; "country": "country"; "placeholder": "placeholder"; "required": "required"; "disabled": "disabled"; "value": "value"; }, { "optionSelected": "optionSelected"; }, never, never>;
|
59
61
|
}
|
60
62
|
export interface AddressChangeEvent {
|
61
63
|
address: string;
|
package/lib/core/functions.d.ts
CHANGED
@@ -19,6 +19,12 @@ export declare function isArray(val: any): val is Array<any>;
|
|
19
19
|
export declare function isString(val: any): val is string;
|
20
20
|
export declare function getWarn(mode?: MaterialMode): string;
|
21
21
|
export declare function playAudio(name: 'notification_simple-01' | 'alert_error-03'): void;
|
22
|
+
/**
|
23
|
+
*
|
24
|
+
* @param o1
|
25
|
+
* @param o2
|
26
|
+
*/
|
27
|
+
export declare function deepAssign(o1: any, o2: any): any;
|
22
28
|
declare global {
|
23
29
|
interface String {
|
24
30
|
decodeId: () => number;
|
@@ -32,6 +38,7 @@ declare global {
|
|
32
38
|
remove(item: T): T[];
|
33
39
|
last(): T;
|
34
40
|
average(predicate: (i: T) => number): number;
|
41
|
+
distinct<M>(predicate: (i: T) => M): Set<M>;
|
35
42
|
sum(predicate: (i: T) => number): number;
|
36
43
|
max(predicate: (i: T) => number): number;
|
37
44
|
}
|
@@ -39,9 +46,6 @@ declare global {
|
|
39
46
|
formatArgs(...args: any[]): string;
|
40
47
|
normalize(): string;
|
41
48
|
}
|
42
|
-
interface Object {
|
43
|
-
deepAssign(val1: any, val2: any): any;
|
44
|
-
}
|
45
49
|
}
|
46
50
|
/**
|
47
51
|
*
|
@@ -7,11 +7,13 @@ import { Profile, UserInfo, AvailabilityState, Options, Gender } from './models'
|
|
7
7
|
import { HubService } from './hub.service';
|
8
8
|
import { MaterialMode } from './functions';
|
9
9
|
import * as i0 from "@angular/core";
|
10
|
+
export declare function SessionProviderFactory(provider: SessionService): () => Promise<any[]>;
|
10
11
|
export declare class SessionService {
|
11
12
|
private _config;
|
12
13
|
private _http;
|
13
14
|
private _cookies;
|
14
15
|
private _hub;
|
16
|
+
prepare(): Promise<any[]>;
|
15
17
|
readonly Themes: Theme[];
|
16
18
|
constructor(_config: BizDocConfig, _http: HttpClient, _cookies: CookieService, _hub: HubService);
|
17
19
|
private readonly _loaded;
|
@@ -70,7 +72,7 @@ export declare class SessionService {
|
|
70
72
|
*/
|
71
73
|
private _changeTheme;
|
72
74
|
private _loadSw;
|
73
|
-
private
|
75
|
+
private _googleMaps;
|
74
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<SessionService, never>;
|
75
77
|
static ɵprov: i0.ɵɵInjectableDeclaration<SessionService>;
|
76
78
|
}
|
@@ -39,7 +39,7 @@ export interface PaneOptions {
|
|
39
39
|
};
|
40
40
|
openPolicy?: OpenPolicy;
|
41
41
|
}
|
42
|
-
export declare type PaneAction = 'expand' | 'focus' | 'close';
|
42
|
+
export declare type PaneAction = 'expand' | 'focus' | 'close' | 'refresh';
|
43
43
|
export declare class PaneRef<T = any> {
|
44
44
|
component: Type<any>;
|
45
45
|
private _options;
|
@@ -54,17 +54,17 @@ export declare class PaneRef<T = any> {
|
|
54
54
|
title: string;
|
55
55
|
icon?: string;
|
56
56
|
guide?: string;
|
57
|
-
_instance: T;
|
58
|
-
_path: string;
|
59
|
-
_queryString: string;
|
60
|
-
_injector: Injector;
|
61
|
-
_portal: ComponentPortal<T>;
|
62
57
|
pinned: boolean;
|
63
58
|
badge?: number;
|
64
59
|
animation: string;
|
65
60
|
group: string;
|
66
61
|
help: string;
|
67
62
|
expandable: boolean;
|
63
|
+
_instance: T;
|
64
|
+
_path: string;
|
65
|
+
_queryString: string;
|
66
|
+
_injector: Injector;
|
67
|
+
_portal: ComponentPortal<T>;
|
68
68
|
get injector(): Injector;
|
69
69
|
get fullscreen(): boolean;
|
70
70
|
get fullscreenChange(): import("rxjs").Observable<boolean>;
|
@@ -82,6 +82,8 @@ export declare class PaneRef<T = any> {
|
|
82
82
|
get modeChange(): import("rxjs").Observable<"tab" | "pane">;
|
83
83
|
get mode(): "tab" | "pane";
|
84
84
|
get parent(): PaneRef<any>;
|
85
|
+
get stretch(): boolean;
|
86
|
+
set stretch(val: boolean);
|
85
87
|
get dialog(): boolean;
|
86
88
|
get dismissable(): boolean;
|
87
89
|
get route(): PaneRoute;
|
@@ -96,6 +98,7 @@ export declare class PaneRef<T = any> {
|
|
96
98
|
help?: string;
|
97
99
|
fullscreen?: boolean;
|
98
100
|
dialog?: boolean;
|
101
|
+
stretch?: boolean;
|
99
102
|
parent?: PaneRef<any>;
|
100
103
|
queryString?: string;
|
101
104
|
data?: ParamMap;
|
@@ -13,7 +13,8 @@ export declare class PanesRouter {
|
|
13
13
|
component?: ComponentType<any>;
|
14
14
|
} & NavigationOptions>;
|
15
15
|
constructor();
|
16
|
-
navigate(commands:
|
16
|
+
navigate(commands: (string | number)[], options?: NavigationOptions): any;
|
17
|
+
navigate<T>(commands: ComponentType<T>, options?: NavigationOptions): any;
|
17
18
|
get events(): import("rxjs").Observable<NavigationBase>;
|
18
19
|
collapse(): void;
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<PanesRouter, never>;
|
@@ -8,7 +8,6 @@ import { CdkScrollable, ComponentType } from '@angular/cdk/overlay';
|
|
8
8
|
import { WindowTitleService } from '../window-title.service';
|
9
9
|
import { PaneRoute } from '../configuration';
|
10
10
|
import { GuideService } from '../guide/guide.service';
|
11
|
-
import { PromptService } from '../prompt.service';
|
12
11
|
import * as i0 from "@angular/core";
|
13
12
|
declare global {
|
14
13
|
interface Window {
|
@@ -16,7 +15,6 @@ declare global {
|
|
16
15
|
}
|
17
16
|
}
|
18
17
|
export declare class SlotsComponent implements OnInit, OnDestroy {
|
19
|
-
private _ps;
|
20
18
|
private _session;
|
21
19
|
private _cd;
|
22
20
|
private _router;
|
@@ -34,6 +32,7 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
|
|
34
32
|
readonly panes: PaneRef<any>[];
|
35
33
|
readonly tabs: PaneRef<any>[];
|
36
34
|
private _selectedTabIndex;
|
35
|
+
dialog: boolean;
|
37
36
|
get selectedTabIndex(): number;
|
38
37
|
set selectedTabIndex(value: number);
|
39
38
|
private _setTabAnimation;
|
@@ -41,7 +40,6 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
|
|
41
40
|
next: boolean;
|
42
41
|
prev: boolean;
|
43
42
|
dragging: boolean;
|
44
|
-
dialog: boolean;
|
45
43
|
tabsAnimation: {
|
46
44
|
value: number;
|
47
45
|
params: {
|
@@ -55,7 +53,7 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
|
|
55
53
|
private readonly _pending;
|
56
54
|
private readonly _rtl;
|
57
55
|
private readonly _destroy;
|
58
|
-
constructor(data: ExtendedRoute[],
|
56
|
+
constructor(data: ExtendedRoute[], _session: SessionService, _cd: ChangeDetectorRef, _router: PanesRouter, _title: WindowTitleService, _guide: GuideService, _injector: Injector);
|
59
57
|
ngOnInit(): void;
|
60
58
|
private _deserialize;
|
61
59
|
/**
|
@@ -84,7 +82,12 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
|
|
84
82
|
*/
|
85
83
|
private _navParams;
|
86
84
|
/** */
|
87
|
-
private
|
85
|
+
private _sync;
|
86
|
+
/**
|
87
|
+
*
|
88
|
+
* @param mode
|
89
|
+
*/
|
90
|
+
private _history;
|
88
91
|
drop(evt: CdkDragDrop<string, string>): void;
|
89
92
|
togglePinned(pane: PaneRef<any>): void;
|
90
93
|
private _queryString;
|
@@ -126,17 +129,28 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
|
|
126
129
|
* @param options
|
127
130
|
*/
|
128
131
|
private _constract;
|
132
|
+
/**
|
133
|
+
*
|
134
|
+
* @param component
|
135
|
+
* @param options
|
136
|
+
*/
|
129
137
|
private _insertTab;
|
130
138
|
guide(name: string): void;
|
131
139
|
back(): void;
|
132
140
|
private _back;
|
133
141
|
tabBack(): void;
|
142
|
+
/**
|
143
|
+
*
|
144
|
+
* @param e
|
145
|
+
* @param pane
|
146
|
+
*/
|
134
147
|
private _action;
|
135
148
|
/**
|
136
149
|
* escape
|
137
150
|
* @param event
|
138
151
|
*/
|
139
152
|
collapse(): void;
|
153
|
+
onResize(): void;
|
140
154
|
private _resize;
|
141
155
|
closeTab(position: number): void;
|
142
156
|
expandPane(): void;
|
@@ -154,7 +168,14 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
|
|
154
168
|
* @param pane
|
155
169
|
*/
|
156
170
|
private _discardPane;
|
157
|
-
private
|
171
|
+
private _clearPending;
|
172
|
+
/** */
|
173
|
+
private _clearPanes;
|
174
|
+
private _clearTabs;
|
175
|
+
/**
|
176
|
+
*
|
177
|
+
* @param panes
|
178
|
+
*/
|
158
179
|
private _dismissAll;
|
159
180
|
/**
|
160
181
|
*
|
@@ -167,12 +188,12 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
|
|
167
188
|
navigationArrows(_?: Event): void;
|
168
189
|
scrollBy(n: number): void;
|
169
190
|
focus(index: any): void;
|
170
|
-
|
191
|
+
onPaneResize(pane: PaneRef<any>, event: MouseEvent): void;
|
171
192
|
onTabResize(event: MouseEvent): void;
|
172
193
|
private _destroyPane;
|
173
194
|
ngOnDestroy(): void;
|
174
195
|
static ɵfac: i0.ɵɵFactoryDeclaration<SlotsComponent, never>;
|
175
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SlotsComponent, "bizdoc-panes", never, {}, {}, never, never>;
|
196
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlotsComponent, "bizdoc-panes-outlet", never, {}, {}, never, never>;
|
176
197
|
}
|
177
198
|
interface ExtendedRoute extends PaneRoute {
|
178
199
|
fullPath: string;
|
@@ -84,8 +84,10 @@ export declare const STRINGS: {
|
|
84
84
|
ar: {};
|
85
85
|
ru: {};
|
86
86
|
en: {
|
87
|
+
LastDay: string;
|
87
88
|
TodayAt: string;
|
88
89
|
Tomorrow: string;
|
90
|
+
TomorrowAt: string;
|
89
91
|
Editing: string;
|
90
92
|
CheckOut: string;
|
91
93
|
CheckIn: string;
|
@@ -200,6 +202,7 @@ export declare const STRINGS: {
|
|
200
202
|
YouSubmittedNoteBy: string;
|
201
203
|
Today: string;
|
202
204
|
Yesterday: string;
|
205
|
+
YesterdayAt: string;
|
203
206
|
Forget: string;
|
204
207
|
SomeoneTyping: string;
|
205
208
|
Typing: string;
|
@@ -546,8 +549,10 @@ export declare const STRINGS: {
|
|
546
549
|
Working: string;
|
547
550
|
};
|
548
551
|
he: {
|
552
|
+
LastDay: string;
|
549
553
|
TodayAt: string;
|
550
554
|
Tomorrow: string;
|
555
|
+
TomorrowAt: string;
|
551
556
|
Editing: string;
|
552
557
|
EditingMale: string;
|
553
558
|
EditingFemale: string;
|
@@ -749,6 +754,7 @@ export declare const STRINGS: {
|
|
749
754
|
YouSubmittedNoteBy: string;
|
750
755
|
Today: string;
|
751
756
|
Yesterday: string;
|
757
|
+
YesterdayAt: string;
|
752
758
|
SomeoneTyping: string;
|
753
759
|
Typing: string;
|
754
760
|
TypingFemale: string;
|
@@ -2,7 +2,7 @@ import { Injector } from '@angular/core';
|
|
2
2
|
import { MatSidenav } from '@angular/material/sidenav';
|
3
3
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
4
4
|
import { BizDocConfig } from '../core/configuration';
|
5
|
-
import {
|
5
|
+
import { RecipientModel } from '../core/models';
|
6
6
|
import { SessionService } from '../core/session.service';
|
7
7
|
import { PanesRouter } from '../core/slots/router.service';
|
8
8
|
import { Popup } from '../core/popup/popup.service';
|
@@ -19,8 +19,9 @@ export declare class HomeComponent extends HomeBase {
|
|
19
19
|
private _sb;
|
20
20
|
readonly sysAdmin: boolean;
|
21
21
|
private _submenuMode;
|
22
|
-
readonly forms: Form[];
|
22
|
+
readonly forms: import("../core/models").Form[];
|
23
23
|
creating: boolean;
|
24
|
+
private _collapseToggle;
|
24
25
|
get submenuMode(): 'full' | 'shrink';
|
25
26
|
set submenuMode(value: 'full' | 'shrink');
|
26
27
|
private _submenu;
|
@@ -48,7 +49,6 @@ export declare class HomeComponent extends HomeBase {
|
|
48
49
|
collapsesubmenu(): void;
|
49
50
|
togglePinned(): void;
|
50
51
|
mails(): void;
|
51
|
-
private _collapseToggle;
|
52
52
|
/**
|
53
53
|
* Alt + n/N, Ctrl + .
|
54
54
|
* @param event
|
@@ -2,6 +2,6 @@ import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "@syncfusion/ej2-angular-charts";
|
3
3
|
export declare class SyncfusionChartModule {
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SyncfusionChartModule, never>;
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SyncfusionChartModule, never, [typeof i1.ChartModule, typeof i1.
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SyncfusionChartModule, never, [typeof i1.ChartModule, typeof i1.AccumulationChartModule, typeof i1.SparklineModule, typeof i1.RangeNavigatorModule], [typeof i1.ChartModule, typeof i1.AccumulationChartModule, typeof i1.SparklineModule, typeof i1.RangeNavigatorModule]>;
|
6
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<SyncfusionChartModule>;
|
7
7
|
}
|