@bizdoc/core 1.15.0 → 1.15.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 +3 -3
- package/assets/themes/dark.min.css +3 -3
- package/assets/themes/deep-purple-light-blue.min.css +4 -4
- package/assets/themes/deep-purple-teal.min.css +4 -4
- package/assets/themes/default.min.css +4 -4
- package/assets/themes/green.min.css +3 -3
- package/assets/themes/indigo.min.css +3 -3
- package/esm2020/lib/admin/admin-dismiss.service.mjs +3 -3
- package/esm2020/lib/admin/admin-menu.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/designer-element.component.mjs +77 -0
- package/esm2020/lib/admin/configuration-designer/designer.base.mjs +13 -0
- package/esm2020/lib/admin/configuration-designer/designer.component.mjs +102 -0
- package/esm2020/lib/admin/configuration-designer/elements/action.component.mjs +31 -0
- package/esm2020/lib/admin/configuration-designer/elements/analysis-widget.component.mjs +73 -0
- package/esm2020/lib/admin/configuration-designer/elements/anomaly-rule.component.mjs +31 -0
- package/esm2020/lib/admin/configuration-designer/elements/box-form.component.mjs +31 -0
- package/esm2020/lib/admin/configuration-designer/elements/chart-view.component.mjs +76 -0
- package/esm2020/lib/admin/configuration-designer/elements/cube-view.component.mjs +44 -0
- package/esm2020/lib/admin/configuration-designer/elements/cube.component.mjs +32 -0
- package/esm2020/lib/admin/configuration-designer/elements/documents-report.component.mjs +51 -0
- package/esm2020/lib/admin/configuration-designer/elements/documents-widget.component.mjs +50 -0
- package/esm2020/lib/admin/configuration-designer/elements/explore-view.component.mjs +43 -0
- package/esm2020/lib/admin/configuration-designer/elements/folder.component.mjs +32 -0
- package/esm2020/lib/admin/configuration-designer/elements/form.component.mjs +79 -0
- package/esm2020/lib/admin/configuration-designer/elements/guide.component.mjs +36 -0
- package/esm2020/lib/admin/configuration-designer/elements/matrix-view.component.mjs +65 -0
- package/esm2020/lib/admin/configuration-designer/elements/parallel-view.component.mjs +56 -0
- package/esm2020/lib/admin/configuration-designer/elements/performance-widget.component.mjs +47 -0
- package/esm2020/lib/admin/configuration-designer/elements/pivot-view.component.mjs +57 -0
- package/esm2020/lib/admin/configuration-designer/elements/report.component.mjs +32 -0
- package/esm2020/lib/admin/configuration-designer/elements/role.component.mjs +31 -0
- package/esm2020/lib/admin/configuration-designer/elements/rule.component.mjs +29 -0
- package/esm2020/lib/admin/configuration-designer/elements/sum-view.component.mjs +57 -0
- package/esm2020/lib/admin/configuration-designer/elements/tasks-report.component.mjs +60 -0
- package/esm2020/lib/admin/configuration-designer/elements/type.component.mjs +33 -0
- package/esm2020/lib/admin/configuration-designer/elements/usage-report.component.mjs +60 -0
- package/esm2020/lib/admin/configuration-designer/elements/utility.component.mjs +32 -0
- package/esm2020/lib/admin/configuration-designer/elements/view.component.mjs +32 -0
- package/esm2020/lib/admin/configuration-designer/elements/widget.component.mjs +31 -0
- package/esm2020/lib/admin/configuration-designer/privileges.component.mjs +35 -0
- package/esm2020/lib/admin/core/ace.input.mjs +3 -3
- package/esm2020/lib/admin/core/color-picker.input.mjs +3 -3
- package/esm2020/lib/admin/core/search.input.mjs +3 -3
- package/esm2020/lib/admin/diff/configuration-diff.component.mjs +3 -3
- package/esm2020/lib/admin/document-trace/document-trace.component.mjs +4 -4
- package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +3 -3
- package/esm2020/lib/admin/document-trace/trace-element.component.mjs +3 -3
- package/esm2020/lib/admin/form/designer/designer.component.mjs +56 -0
- package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
- package/esm2020/lib/admin/form/form.service.mjs +11 -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 +9 -9
- 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/outofoffice.component.mjs +3 -3
- package/esm2020/lib/admin/profiler/profiler.component.mjs +3 -3
- package/esm2020/lib/admin/utility-ref.mjs +2 -2
- package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
- package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
- package/esm2020/lib/app.component.mjs +6 -6
- package/esm2020/lib/bizdoc.module.mjs +4 -4
- package/esm2020/lib/browse/browse-items.component.mjs +3 -3
- 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 +3 -3
- package/esm2020/lib/chat/conversation.pane.component.mjs +3 -3
- package/esm2020/lib/compose/action/action-picker.component.mjs +3 -3
- package/esm2020/lib/compose/action/action.dialog.mjs +3 -3
- package/esm2020/lib/compose/action/action.pane.dialog.exp.mjs +3 -3
- package/esm2020/lib/compose/action/assign-action.component.mjs +5 -5
- package/esm2020/lib/compose/action/moveto-action.component.mjs +3 -3
- package/esm2020/lib/compose/action/return-action.component.mjs +6 -6
- package/esm2020/lib/compose/attachments/attachments.component.mjs +3 -3
- package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +3 -3
- package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
- package/esm2020/lib/compose/can-deactivate-changes.service.mjs +3 -3
- package/esm2020/lib/compose/comments/comment.component.mjs +3 -3
- package/esm2020/lib/compose/comments/comments.component.mjs +3 -3
- package/esm2020/lib/compose/comments/comments.pane.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 +3 -3
- package/esm2020/lib/compose/compose.pane.component.mjs +3 -3
- package/esm2020/lib/compose/copy/copy.dialog.mjs +3 -3
- package/esm2020/lib/compose/dismiss.service.mjs +3 -3
- package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
- package/esm2020/lib/compose/document.component.mjs +3 -3
- package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
- package/esm2020/lib/compose/document.pane.component.mjs +3 -3
- package/esm2020/lib/compose/events/events.component.mjs +3 -3
- package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
- package/esm2020/lib/compose/form.component.mjs +3 -3
- package/esm2020/lib/compose/new-menu.component.mjs +5 -5
- package/esm2020/lib/compose/privilage.directive.mjs +6 -6
- package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
- package/esm2020/lib/compose/state.component.mjs +3 -3
- package/esm2020/lib/compose/tag/tags.component.mjs +3 -3
- package/esm2020/lib/compose/trace/flow.component.mjs +10 -16
- 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 +3 -3
- package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
- package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
- package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
- package/esm2020/lib/compose/version-compare/version.pane.component.mjs +3 -3
- package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
- package/esm2020/lib/core/account.service.mjs +3 -3
- package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
- package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
- package/esm2020/lib/core/component-factory-resolver.mjs +4 -4
- package/esm2020/lib/core/controls/address.input.mjs +3 -3
- package/esm2020/lib/core/controls/auto-complete.input.mjs +3 -3
- package/esm2020/lib/core/controls/combination-picker-body.mjs +3 -3
- 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/guide/guide.component.mjs +3 -3
- package/esm2020/lib/core/guide/guide.service.mjs +3 -3
- package/esm2020/lib/core/guide/help-tip.component.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 +6 -4
- 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/save-changes.dialog.mjs +3 -3
- package/esm2020/lib/core/session.service.mjs +3 -3
- package/esm2020/lib/core/slots/router.directive.mjs +3 -3
- package/esm2020/lib/core/slots/router.service.mjs +3 -3
- package/esm2020/lib/core/slots/slots.component.mjs +3 -3
- 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 +3 -3
- package/esm2020/lib/core/translations.mjs +11 -1
- package/esm2020/lib/core/window-title.service.mjs +3 -3
- package/esm2020/lib/cube/accum/accum.component.mjs +3 -3
- package/esm2020/lib/cube/chart/chart.component.mjs +3 -3
- 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 +4 -4
- package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
- package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
- package/esm2020/lib/cube/explore/explore-items.component.mjs +3 -3
- package/esm2020/lib/cube/explore/explore.pane.component.mjs +3 -3
- package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
- package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
- package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
- package/esm2020/lib/cube/filter/filter.component.mjs +3 -3
- package/esm2020/lib/cube/grid/grid.component.mjs +3 -3
- package/esm2020/lib/cube/grid/spreadsheet.component.mjs +5 -5
- 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 +3 -3
- 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 +3 -3
- package/esm2020/lib/cube/pivot/pivot.component.mjs +3 -3
- 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 +3 -3
- 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 +12 -12
- 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 +3 -3
- 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 +3 -3
- package/esm2020/lib/dashboard/widget-item.component.mjs +3 -3
- package/esm2020/lib/desktop.module.mjs +4 -4
- package/esm2020/lib/home/about/about.dialog.mjs +3 -3
- package/esm2020/lib/home/home-base.component.mjs +3 -3
- package/esm2020/lib/home/home.desktop.component.mjs +3 -3
- package/esm2020/lib/home/home.mobile.component.mjs +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 +4 -4
- 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 +4 -4
- package/esm2020/lib/modules/gantt.module.mjs +4 -4
- package/esm2020/lib/modules/grid.module.mjs +4 -4
- package/esm2020/lib/modules/material.module.mjs +4 -4
- package/esm2020/lib/modules/paginator.intl.mjs +3 -3
- package/esm2020/lib/modules/pivot.module.mjs +4 -4
- package/esm2020/lib/modules/schedule.module.mjs +4 -4
- package/esm2020/lib/modules/spreadsheet.module.mjs +4 -4
- package/esm2020/lib/modules/stepper.intl.mjs +3 -3
- package/esm2020/lib/modules/texteditor.module.mjs +4 -4
- package/esm2020/lib/notifications/filter.component.mjs +3 -3
- package/esm2020/lib/notifications/notifications-table.component.mjs +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 +3 -3
- 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 +3 -3
- 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/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 +11 -11
- package/esm2020/lib/system.module.mjs +53 -9
- 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 +5 -5
- 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 +3 -3
- 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 +2 -2
- package/fesm2015/bizdoc-core.mjs +2157 -997
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +2154 -997
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/lib/admin/configuration-designer/designer-element.component.d.ts +23 -0
- package/lib/admin/configuration-designer/designer.base.d.ts +38 -0
- package/lib/admin/configuration-designer/designer.component.d.ts +47 -0
- package/lib/admin/configuration-designer/elements/action.component.d.ts +20 -0
- package/lib/admin/configuration-designer/elements/analysis-widget.component.d.ts +45 -0
- package/lib/admin/configuration-designer/elements/anomaly-rule.component.d.ts +20 -0
- package/lib/admin/configuration-designer/elements/box-form.component.d.ts +20 -0
- package/lib/admin/configuration-designer/elements/chart-view.component.d.ts +45 -0
- package/lib/admin/configuration-designer/elements/cube-view.component.d.ts +37 -0
- package/lib/admin/configuration-designer/elements/cube.component.d.ts +20 -0
- package/lib/admin/configuration-designer/elements/documents-report.component.d.ts +37 -0
- package/lib/admin/configuration-designer/elements/documents-widget.component.d.ts +36 -0
- package/lib/admin/configuration-designer/elements/explore-view.component.d.ts +35 -0
- package/lib/admin/configuration-designer/elements/folder.component.d.ts +19 -0
- package/lib/admin/configuration-designer/elements/form.component.d.ts +35 -0
- package/lib/admin/configuration-designer/elements/guide.component.d.ts +22 -0
- package/lib/admin/configuration-designer/elements/matrix-view.component.d.ts +45 -0
- package/lib/admin/configuration-designer/elements/parallel-view.component.d.ts +41 -0
- package/lib/admin/configuration-designer/elements/performance-widget.component.d.ts +32 -0
- package/lib/admin/configuration-designer/elements/pivot-view.component.d.ts +39 -0
- package/lib/admin/configuration-designer/elements/report.component.d.ts +20 -0
- package/lib/admin/configuration-designer/elements/role.component.d.ts +20 -0
- package/lib/admin/configuration-designer/elements/rule.component.d.ts +17 -0
- package/lib/admin/configuration-designer/elements/sum-view.component.d.ts +42 -0
- package/lib/admin/configuration-designer/elements/tasks-report.component.d.ts +39 -0
- package/lib/admin/configuration-designer/elements/type.component.d.ts +21 -0
- package/lib/admin/configuration-designer/elements/usage-report.component.d.ts +39 -0
- package/lib/admin/configuration-designer/elements/utility.component.d.ts +20 -0
- package/lib/admin/configuration-designer/elements/view.component.d.ts +20 -0
- package/lib/admin/configuration-designer/elements/widget.component.d.ts +20 -0
- package/lib/admin/configuration-designer/privileges.component.d.ts +20 -0
- package/lib/admin/document-trace/document-trace.component.d.ts +2 -2
- package/lib/admin/form/designer/designer.component.d.ts +46 -0
- package/lib/admin/form/form.service.d.ts +5 -3
- package/lib/admin/patterns/patterns.component.d.ts +3 -3
- package/lib/compose/new-menu.component.d.ts +1 -1
- package/lib/core/component-factory-resolver.d.ts +1 -1
- package/lib/core/mailbox.service.d.ts +7 -0
- package/lib/core/translations.d.ts +10 -0
- package/lib/dashboard/cube/compare.widget.d.ts +3 -3
- package/lib/shared.module.d.ts +1 -1
- package/lib/system.module.d.ts +57 -27
- package/package.json +18 -18
- package/public-api.d.ts +1 -1
@@ -0,0 +1,39 @@
|
|
1
|
+
import { OnInit } from "@angular/core";
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
3
|
+
import { MatSelectChange } from "@angular/material/select";
|
4
|
+
import { Cube, CubeAxis } from "../../../core/models";
|
5
|
+
import { SessionService } from "../../../core/session.service";
|
6
|
+
import { DesignerElementComponent } from "../designer.base";
|
7
|
+
import * as i0 from "@angular/core";
|
8
|
+
export declare class PivotViewDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
9
|
+
private _fb;
|
10
|
+
private _session;
|
11
|
+
readonly form: import("@angular/forms").FormGroup<{
|
12
|
+
cube: import("@angular/forms").FormControl<unknown>;
|
13
|
+
xAxis: import("@angular/forms").FormControl<any>;
|
14
|
+
series: import("@angular/forms").FormControl<unknown>;
|
15
|
+
indices: import("@angular/forms").FormControl<unknown>;
|
16
|
+
filters: import("@angular/forms").FormGroup<{}>;
|
17
|
+
chartType: import("@angular/forms").FormControl<unknown>;
|
18
|
+
scope: import("@angular/forms").FormControl<unknown>;
|
19
|
+
}>;
|
20
|
+
cube: Cube;
|
21
|
+
secondaryAxes: CubeAxis[];
|
22
|
+
readonly cubes: Cube[];
|
23
|
+
constructor(_fb: FormBuilder, _session: SessionService);
|
24
|
+
ngOnInit(): void;
|
25
|
+
private _secondaryAxes;
|
26
|
+
xAxisSelected(evt: MatSelectChange): void;
|
27
|
+
cubeSelected(evt: MatSelectChange): void;
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewDesignComponent, never>;
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PivotViewDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
30
|
+
}
|
31
|
+
interface Model {
|
32
|
+
cube: null;
|
33
|
+
xAxis: null;
|
34
|
+
series: null;
|
35
|
+
indices: null;
|
36
|
+
filters: {};
|
37
|
+
scope: null;
|
38
|
+
}
|
39
|
+
export {};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { OnInit } from "@angular/core";
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
3
|
+
import { SessionService } from "../../../core/session.service";
|
4
|
+
import { DesignerElementComponent } from "../designer.base";
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
export declare class ReportDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
7
|
+
private _fb;
|
8
|
+
private _session;
|
9
|
+
readonly form: import("@angular/forms").FormGroup<{
|
10
|
+
disabled: import("@angular/forms").FormControl<boolean>;
|
11
|
+
}>;
|
12
|
+
constructor(_fb: FormBuilder, _session: SessionService);
|
13
|
+
ngOnInit(): void;
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportDesignComponent, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
16
|
+
}
|
17
|
+
interface Model {
|
18
|
+
disabled?: boolean;
|
19
|
+
}
|
20
|
+
export {};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { OnInit } from "@angular/core";
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
3
|
+
import { SessionService } from "../../../core/session.service";
|
4
|
+
import { DesignerElementComponent } from "../designer.base";
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
export declare class RoleDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
7
|
+
private _fb;
|
8
|
+
private _session;
|
9
|
+
readonly form: import("@angular/forms").FormGroup<{
|
10
|
+
disabled: import("@angular/forms").FormControl<boolean>;
|
11
|
+
}>;
|
12
|
+
constructor(_fb: FormBuilder, _session: SessionService);
|
13
|
+
ngOnInit(): void;
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RoleDesignComponent, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RoleDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
16
|
+
}
|
17
|
+
interface Model {
|
18
|
+
disabled?: boolean;
|
19
|
+
}
|
20
|
+
export {};
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { OnInit } from "@angular/core";
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
3
|
+
import { SessionService } from "../../../core/session.service";
|
4
|
+
import { DesignerElementComponent } from "../designer.base";
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
export declare class RuleDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
7
|
+
private _fb;
|
8
|
+
private _session;
|
9
|
+
readonly form: import("@angular/forms").FormGroup<{}>;
|
10
|
+
constructor(_fb: FormBuilder, _session: SessionService);
|
11
|
+
ngOnInit(): void;
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RuleDesignComponent, never>;
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RuleDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
14
|
+
}
|
15
|
+
interface Model {
|
16
|
+
}
|
17
|
+
export {};
|
@@ -0,0 +1,42 @@
|
|
1
|
+
import { OnInit } from "@angular/core";
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
3
|
+
import { MatSelectChange } from "@angular/material/select";
|
4
|
+
import { ScopeType } from "../../../core/configuration";
|
5
|
+
import { Cube, CubeAxis } from "../../../core/models";
|
6
|
+
import { SessionService } from "../../../core/session.service";
|
7
|
+
import { DesignerElementComponent } from "../designer.base";
|
8
|
+
import * as i0 from "@angular/core";
|
9
|
+
export declare class SumViewDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
10
|
+
private _fb;
|
11
|
+
private _session;
|
12
|
+
readonly form: import("@angular/forms").FormGroup<{
|
13
|
+
cube: import("@angular/forms").FormControl<unknown>;
|
14
|
+
xAxis: import("@angular/forms").FormControl<any>;
|
15
|
+
series: import("@angular/forms").FormControl<unknown>;
|
16
|
+
indices: import("@angular/forms").FormControl<unknown>;
|
17
|
+
periodPolicy: import("@angular/forms").FormControl<unknown>;
|
18
|
+
aggregate: import("@angular/forms").FormControl<unknown>;
|
19
|
+
scope: import("@angular/forms").FormControl<unknown>;
|
20
|
+
}>;
|
21
|
+
cube: Cube;
|
22
|
+
secondaryAxes: CubeAxis[];
|
23
|
+
readonly cubes: Cube[];
|
24
|
+
constructor(_fb: FormBuilder, _session: SessionService);
|
25
|
+
ngOnInit(): void;
|
26
|
+
private _secondaryAxes;
|
27
|
+
xAxisSelected(evt: MatSelectChange): void;
|
28
|
+
cubeSelected(evt: MatSelectChange): void;
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SumViewDesignComponent, never>;
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SumViewDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
31
|
+
}
|
32
|
+
interface Model {
|
33
|
+
cube: string;
|
34
|
+
indices: string[] | string;
|
35
|
+
aggregate: string[];
|
36
|
+
xAxis: string;
|
37
|
+
series?: string;
|
38
|
+
filters: {};
|
39
|
+
periodPolicy?: 'Strict' | 'Fish';
|
40
|
+
scope?: ScopeType;
|
41
|
+
}
|
42
|
+
export {};
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import { OnInit } from "@angular/core";
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
3
|
+
import { MatSelectChange } from "@angular/material/select";
|
4
|
+
import { ScopeType } from "../../../core/configuration";
|
5
|
+
import { ChartType, Cube } from "../../../core/models";
|
6
|
+
import { SessionService } from "../../../core/session.service";
|
7
|
+
import { DesignerElementComponent } from "../designer.base";
|
8
|
+
import * as i0 from "@angular/core";
|
9
|
+
export declare class TasksReportDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
10
|
+
private _fb;
|
11
|
+
private _session;
|
12
|
+
readonly form: import("@angular/forms").FormGroup<{
|
13
|
+
cube: import("@angular/forms").FormControl<unknown>;
|
14
|
+
xAxis: import("@angular/forms").FormControl<any>;
|
15
|
+
series: import("@angular/forms").FormControl<unknown>;
|
16
|
+
indices: import("@angular/forms").FormControl<unknown>;
|
17
|
+
filters: import("@angular/forms").FormGroup<{}>;
|
18
|
+
chartType: import("@angular/forms").FormControl<unknown>;
|
19
|
+
scope: import("@angular/forms").FormControl<unknown>;
|
20
|
+
}>;
|
21
|
+
selectedCube: Cube;
|
22
|
+
readonly cubes: Cube[];
|
23
|
+
constructor(_fb: FormBuilder, _session: SessionService);
|
24
|
+
ngOnInit(): void;
|
25
|
+
cubeSelected(evt: MatSelectChange): void;
|
26
|
+
get isAccum(): boolean;
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TasksReportDesignComponent, never>;
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TasksReportDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
29
|
+
}
|
30
|
+
interface Model {
|
31
|
+
cube: null;
|
32
|
+
xAxis: null;
|
33
|
+
series: null;
|
34
|
+
indices: null;
|
35
|
+
filters: {};
|
36
|
+
chartType: ChartType;
|
37
|
+
scope: ScopeType;
|
38
|
+
}
|
39
|
+
export {};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { OnInit } from "@angular/core";
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
3
|
+
import { SessionService } from "../../../core/session.service";
|
4
|
+
import { DesignerElementComponent } from "../designer.base";
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
export declare class TypeDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
7
|
+
private _fb;
|
8
|
+
private _session;
|
9
|
+
readonly form: import("@angular/forms").FormGroup<{
|
10
|
+
assignable: import("@angular/forms").FormControl<boolean>;
|
11
|
+
}>;
|
12
|
+
constructor(_fb: FormBuilder, _session: SessionService);
|
13
|
+
ngOnInit(): void;
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TypeDesignComponent, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TypeDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
16
|
+
}
|
17
|
+
interface Model {
|
18
|
+
assignable?: boolean;
|
19
|
+
disabled?: boolean;
|
20
|
+
}
|
21
|
+
export {};
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import { OnInit } from "@angular/core";
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
3
|
+
import { MatSelectChange } from "@angular/material/select";
|
4
|
+
import { ScopeType } from "../../../core/configuration";
|
5
|
+
import { ChartType, Cube } from "../../../core/models";
|
6
|
+
import { SessionService } from "../../../core/session.service";
|
7
|
+
import { DesignerElementComponent } from "../designer.base";
|
8
|
+
import * as i0 from "@angular/core";
|
9
|
+
export declare class UsageReportDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
10
|
+
private _fb;
|
11
|
+
private _session;
|
12
|
+
readonly form: import("@angular/forms").FormGroup<{
|
13
|
+
cube: import("@angular/forms").FormControl<unknown>;
|
14
|
+
xAxis: import("@angular/forms").FormControl<any>;
|
15
|
+
series: import("@angular/forms").FormControl<unknown>;
|
16
|
+
indices: import("@angular/forms").FormControl<unknown>;
|
17
|
+
filters: import("@angular/forms").FormGroup<{}>;
|
18
|
+
chartType: import("@angular/forms").FormControl<unknown>;
|
19
|
+
scope: import("@angular/forms").FormControl<unknown>;
|
20
|
+
}>;
|
21
|
+
selectedCube: Cube;
|
22
|
+
readonly cubes: Cube[];
|
23
|
+
constructor(_fb: FormBuilder, _session: SessionService);
|
24
|
+
ngOnInit(): void;
|
25
|
+
cubeSelected(evt: MatSelectChange): void;
|
26
|
+
get isAccum(): boolean;
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UsageReportDesignComponent, never>;
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UsageReportDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
29
|
+
}
|
30
|
+
interface Model {
|
31
|
+
cube: null;
|
32
|
+
xAxis: null;
|
33
|
+
series: null;
|
34
|
+
indices: null;
|
35
|
+
filters: {};
|
36
|
+
chartType: ChartType;
|
37
|
+
scope: ScopeType;
|
38
|
+
}
|
39
|
+
export {};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { OnInit } from "@angular/core";
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
3
|
+
import { SessionService } from "../../../core/session.service";
|
4
|
+
import { DesignerElementComponent } from "../designer.base";
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
export declare class UtilityDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
7
|
+
private _fb;
|
8
|
+
private _session;
|
9
|
+
readonly form: import("@angular/forms").FormGroup<{
|
10
|
+
disabled: import("@angular/forms").FormControl<boolean>;
|
11
|
+
}>;
|
12
|
+
constructor(_fb: FormBuilder, _session: SessionService);
|
13
|
+
ngOnInit(): void;
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UtilityDesignComponent, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UtilityDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
16
|
+
}
|
17
|
+
interface Model {
|
18
|
+
disabled?: boolean;
|
19
|
+
}
|
20
|
+
export {};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { OnInit } from "@angular/core";
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
3
|
+
import { SessionService } from "../../../core/session.service";
|
4
|
+
import { DesignerElementComponent } from "../designer.base";
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
export declare class ViewDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
7
|
+
private _fb;
|
8
|
+
private _session;
|
9
|
+
readonly form: import("@angular/forms").FormGroup<{
|
10
|
+
disabled: import("@angular/forms").FormControl<boolean>;
|
11
|
+
}>;
|
12
|
+
constructor(_fb: FormBuilder, _session: SessionService);
|
13
|
+
ngOnInit(): void;
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ViewDesignComponent, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ViewDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
16
|
+
}
|
17
|
+
interface Model {
|
18
|
+
disabled?: boolean;
|
19
|
+
}
|
20
|
+
export {};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { OnInit } from "@angular/core";
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
3
|
+
import { SessionService } from "../../../core/session.service";
|
4
|
+
import { DesignerElementComponent } from "../designer.base";
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
export declare class WidgetDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
7
|
+
private _fb;
|
8
|
+
private _session;
|
9
|
+
readonly form: import("@angular/forms").FormGroup<{
|
10
|
+
disabled: import("@angular/forms").FormControl<boolean>;
|
11
|
+
}>;
|
12
|
+
constructor(_fb: FormBuilder, _session: SessionService);
|
13
|
+
ngOnInit(): void;
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetDesignComponent, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
16
|
+
}
|
17
|
+
interface Model {
|
18
|
+
disabled?: boolean;
|
19
|
+
}
|
20
|
+
export {};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { OnInit } from "@angular/core";
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
3
|
+
import { Role } from "../../core/models";
|
4
|
+
import { FormService } from "../form/form.service";
|
5
|
+
import { PrivilegesModel } from "./designer.base";
|
6
|
+
import * as i0 from "@angular/core";
|
7
|
+
export declare class PrivilegesDesignComponent implements OnInit {
|
8
|
+
private _fb;
|
9
|
+
private _service;
|
10
|
+
model: PrivilegesModel;
|
11
|
+
readonly form: import("@angular/forms").FormGroup<{
|
12
|
+
rule?: import("@angular/forms").FormControl<string>;
|
13
|
+
roles?: import("@angular/forms").FormControl<string>;
|
14
|
+
}>;
|
15
|
+
roles: Role[];
|
16
|
+
constructor(_fb: FormBuilder, _service: FormService);
|
17
|
+
ngOnInit(): void;
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PrivilegesDesignComponent, never>;
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PrivilegesDesignComponent, "bizdoc-privileges", never, { "model": "model"; }, {}, never, never, false>;
|
20
|
+
}
|
@@ -8,7 +8,7 @@ import { MatInput } from '@angular/material/input';
|
|
8
8
|
import { IChangedEventArgs, RangeNavigator } from '@syncfusion/ej2-angular-charts';
|
9
9
|
import { PromptService } from '../../core/prompt.service';
|
10
10
|
import { UtilityRef } from '../utility-ref';
|
11
|
-
import { DocumentInfo, FormService,
|
11
|
+
import { DocumentInfo, FormService, RangeInfo } from '../form/form.service';
|
12
12
|
import { TranslateService } from '../../core/translate.service';
|
13
13
|
import { GuideService } from '../../core/guide/guide.service';
|
14
14
|
import { PanesRouter } from '../../core/slots/router.service';
|
@@ -55,7 +55,7 @@ export declare class DocumentTraceComponent implements OnInit, OnDestroy {
|
|
55
55
|
getTool(action: string): ToolBase;
|
56
56
|
mode: 'diagram' | 'browse' | null;
|
57
57
|
range: (Date | number)[];
|
58
|
-
rangeData:
|
58
|
+
rangeData: RangeInfo[];
|
59
59
|
loading: ProgressBarMode;
|
60
60
|
filterArgs: TemplateRef<any>;
|
61
61
|
searchInput: MatInput;
|
@@ -0,0 +1,46 @@
|
|
1
|
+
import { CdkDragDrop } from "@angular/cdk/drag-drop";
|
2
|
+
import { OnInit } from "@angular/core";
|
3
|
+
import { FormBuilder } from "@angular/forms";
|
4
|
+
import { FieldType, Type } from "../../../core/models";
|
5
|
+
import { SessionService } from "../../../core/session.service";
|
6
|
+
import { UtilityRef } from "../../utility-ref";
|
7
|
+
import * as i0 from "@angular/core";
|
8
|
+
/** */
|
9
|
+
export declare class FormDesignerComponent implements OnInit {
|
10
|
+
private _fb;
|
11
|
+
private _session;
|
12
|
+
private _ref;
|
13
|
+
loading: boolean;
|
14
|
+
tools: boolean;
|
15
|
+
saving: boolean;
|
16
|
+
model: Model;
|
17
|
+
datatypes: Type[];
|
18
|
+
form: import("@angular/forms").FormGroup<{
|
19
|
+
name: import("@angular/forms").FormControl<any>;
|
20
|
+
label: import("@angular/forms").FormControl<any>;
|
21
|
+
dataType: import("@angular/forms").FormControl<any>;
|
22
|
+
}>;
|
23
|
+
constructor(_fb: FormBuilder, _session: SessionService, _ref: UtilityRef<boolean, Model, Model>);
|
24
|
+
ngOnInit(): void;
|
25
|
+
drop(event: CdkDragDrop<string[]>): void;
|
26
|
+
save(): void;
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormDesignerComponent, never>;
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormDesignerComponent, "ng-component", never, {}, {}, never, never, false>;
|
29
|
+
}
|
30
|
+
interface Model {
|
31
|
+
sections: Section[];
|
32
|
+
name: string;
|
33
|
+
title: string;
|
34
|
+
}
|
35
|
+
interface Section {
|
36
|
+
rows: Row[];
|
37
|
+
}
|
38
|
+
interface Row {
|
39
|
+
fields: Field[];
|
40
|
+
}
|
41
|
+
interface Field {
|
42
|
+
label: string;
|
43
|
+
kind: FieldType;
|
44
|
+
dataType: string;
|
45
|
+
}
|
46
|
+
export {};
|
@@ -1,9 +1,10 @@
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
2
2
|
import { Observable } from 'rxjs';
|
3
|
-
import { Form } from '../../core/models';
|
3
|
+
import { Form, Role } from '../../core/models';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare class FormService {
|
6
6
|
private _http;
|
7
|
+
private static _cache;
|
7
8
|
findAll(options: {
|
8
9
|
search?: string;
|
9
10
|
start?: Date;
|
@@ -11,14 +12,15 @@ export declare class FormService {
|
|
11
12
|
formId?: string;
|
12
13
|
}): any;
|
13
14
|
findAll(search?: string): any;
|
14
|
-
|
15
|
+
roles(): Observable<Role[]>;
|
16
|
+
range(formId?: string): Observable<RangeInfo[]>;
|
15
17
|
get(name: string): Observable<Form>;
|
16
18
|
save(form: Form): Observable<number>;
|
17
19
|
constructor(_http: HttpClient);
|
18
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormService, never>;
|
19
21
|
static ɵprov: i0.ɵɵInjectableDeclaration<FormService>;
|
20
22
|
}
|
21
|
-
export interface
|
23
|
+
export interface RangeInfo {
|
22
24
|
count: number;
|
23
25
|
date: Date;
|
24
26
|
}
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { OnInit, OnDestroy, TemplateRef } from '@angular/core';
|
2
|
-
import { HttpClient } from '@angular/common/http';
|
3
2
|
import { FormBuilder } from '@angular/forms';
|
4
3
|
import { Observable } from 'rxjs';
|
5
4
|
import { Cube, AxisType } from '../../core/models';
|
@@ -14,6 +13,7 @@ import { MatCheckboxChange } from '@angular/material/checkbox';
|
|
14
13
|
import { DatasourceService } from '../../core/datasource.service';
|
15
14
|
import { MatSort } from '@angular/material/sort';
|
16
15
|
import { MatPaginator } from '@angular/material/paginator';
|
16
|
+
import { FormService } from '../form/form.service';
|
17
17
|
import * as i0 from "@angular/core";
|
18
18
|
export declare class PatternsComponent implements UtilityComponent<boolean, any>, OnInit, OnDestroy {
|
19
19
|
private _session;
|
@@ -21,7 +21,7 @@ export declare class PatternsComponent implements UtilityComponent<boolean, any>
|
|
21
21
|
private _fb;
|
22
22
|
private _ref;
|
23
23
|
private _type;
|
24
|
-
private
|
24
|
+
private _service;
|
25
25
|
private _sb;
|
26
26
|
private _dialog;
|
27
27
|
readonly PAGE_SIZE = 20;
|
@@ -46,7 +46,7 @@ export declare class PatternsComponent implements UtilityComponent<boolean, any>
|
|
46
46
|
}>;
|
47
47
|
private readonly _destroy;
|
48
48
|
paging: boolean;
|
49
|
-
constructor(_session: SessionService, _dir: Directionality, _fb: FormBuilder, _ref: UtilityRef<boolean, Pattern[], Pattern[], any, Options>, _type: DatasourceService,
|
49
|
+
constructor(_session: SessionService, _dir: Directionality, _fb: FormBuilder, _ref: UtilityRef<boolean, Pattern[], Pattern[], any, Options>, _type: DatasourceService, _service: FormService, _sb: PromptService, _dialog: MatDialog);
|
50
50
|
ngOnInit(): void;
|
51
51
|
private _datasource;
|
52
52
|
private _columns;
|
@@ -14,7 +14,7 @@ export declare class ComposeMenuComponent implements OnInit, OnDestroy {
|
|
14
14
|
private _router;
|
15
15
|
readonly change: EventEmitter<any>;
|
16
16
|
forms: Form[];
|
17
|
-
readonly search: FormControl<
|
17
|
+
readonly search: FormControl<string>;
|
18
18
|
items: Observable<HeaderModel[]>;
|
19
19
|
private readonly _destroy;
|
20
20
|
private readonly _working;
|
@@ -6,7 +6,7 @@ export declare class BizDocComponentFactoryResolver {
|
|
6
6
|
private _factories;
|
7
7
|
constructor(_componentFactoryResolver: ComponentFactoryResolver);
|
8
8
|
component(componentSelector: string): any;
|
9
|
-
resolve(componentSelector: string): import("@angular/core").ComponentFactory<
|
9
|
+
resolve(componentSelector: string): import("@angular/core").ComponentFactory<any>;
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<BizDocComponentFactoryResolver, never>;
|
11
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<BizDocComponentFactoryResolver>;
|
12
12
|
}
|
@@ -140,3 +140,10 @@ export declare class UploadEvent {
|
|
140
140
|
constructor(options: any);
|
141
141
|
}
|
142
142
|
export declare function reportProgress(attachment: AttachmentExtra): (source: Observable<Attachment>) => Observable<unknown>;
|
143
|
+
export declare class PositionError {
|
144
|
+
readonly code: number;
|
145
|
+
readonly message: string;
|
146
|
+
readonly PERMISSION_DENIED: number;
|
147
|
+
readonly POSITION_UNAVAILABLE: number;
|
148
|
+
readonly TIMEOUT: number;
|
149
|
+
}
|
@@ -84,6 +84,11 @@ export declare const STRINGS: {
|
|
84
84
|
ar: {};
|
85
85
|
ru: {};
|
86
86
|
en: {
|
87
|
+
Cubes: string;
|
88
|
+
Types: string;
|
89
|
+
Widgets: string;
|
90
|
+
Rules: string;
|
91
|
+
Folders: string;
|
87
92
|
HelpTip: string;
|
88
93
|
OutOfOfficeHelp: string;
|
89
94
|
LastDay: string;
|
@@ -551,6 +556,11 @@ export declare const STRINGS: {
|
|
551
556
|
Working: string;
|
552
557
|
};
|
553
558
|
he: {
|
559
|
+
Cubes: string;
|
560
|
+
Types: string;
|
561
|
+
Widgets: string;
|
562
|
+
Rules: string;
|
563
|
+
Folders: string;
|
554
564
|
HelpTip: string;
|
555
565
|
HelpTipMale: string;
|
556
566
|
HelpTipFemale: string;
|
@@ -7,7 +7,7 @@ import { DatasourceService } from "../../core/datasource.service";
|
|
7
7
|
import { WidgetRef } from "../widget-ref";
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
/** */
|
10
|
-
export declare class
|
10
|
+
export declare class CubePerformanceWidget implements WidgetComponent<Model[]>, OnDestroy {
|
11
11
|
private _translate;
|
12
12
|
private _widgetRef;
|
13
13
|
private _elementRef;
|
@@ -38,8 +38,8 @@ export declare class CubeCompareWidget implements WidgetComponent<Model[]>, OnDe
|
|
38
38
|
sharedTooltipRender(evt: ISharedTooltipRenderEventArgs): void;
|
39
39
|
private _prepare;
|
40
40
|
ngOnDestroy(): void;
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CubePerformanceWidget, never>;
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CubePerformanceWidget, "ng-component", never, {}, {}, never, never, false>;
|
43
43
|
}
|
44
44
|
interface Model {
|
45
45
|
points: Point[];
|
package/lib/shared.module.d.ts
CHANGED
@@ -187,6 +187,6 @@ import * as i182 from "./modules/material.module";
|
|
187
187
|
export declare class SharedModule {
|
188
188
|
static forChild(config?: SharedConfig): ModuleWithProviders<SharedModule>;
|
189
189
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
190
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.HelpTipComponent, typeof i2.CubeUsageComponent, typeof i3.CubeDocumentsComponent, typeof i4.DateFormatPipe, typeof i5.CalendarPipe, typeof i6.DifferencePipe, typeof i7.DurationPipe, typeof i8.TimeAgoPipe, typeof i9.HtmlSimplePipe, typeof i10.CheckboxComponent, typeof i11.CubeParallelComponent, typeof i12.CubeSumComponent, typeof i13.CubeParallelViewComponent, typeof i14.CubeChartViewComponent, typeof i15.CubeExploreViewComponent, typeof i16.CubeDocumentSumComponent, typeof i17.ExploreItemImplComponent, typeof i18.DocumentInfoComponent, typeof i19.DocumentViewsComponent, typeof i20.ViewItemComponent, typeof i21.CubeDocumentMatrixComponent, typeof i22.CubeDocumentViewComponent, typeof i23.CubePivotViewComponent, typeof i24.ActionPicker, typeof i25.QuickCommentComponent, typeof i26.DurationFormatPipe, typeof i27.CombinationPicker, typeof i28.CombinationPickerBody, typeof i29.CombinationPool, typeof i30.TimelineViewComponent, typeof i31.MatIconAnimate, typeof i32.DateRangePipe, typeof i32.AgoPipe, typeof i33.ColorPicker, typeof i34.StateDirective, typeof i35.JoinPipe, typeof i36.TypeValuePipe, typeof i37.TranslatePipe, typeof i38.IdentityName, typeof i39.SanitizeHtmlPipe, typeof i40.StatePipe, typeof i41.ActionPipe, typeof i42.RolePipe, typeof i43.FormPipe, typeof i44.FilterPipe, typeof i44.ArraySortPipe, typeof i45.UserNamePipe, typeof i46.TaggingPipe, typeof i47.TypeSelect, typeof i48.TypeAutocomplete, typeof i49.AceInput, typeof i50.TimespanInput, typeof i51.AddressInput, typeof i52.FileInput, typeof i53.TimePicker, typeof i54.LayoutComponent, typeof i55.HtmlField, typeof i56.FileField, typeof i57.NumericField, typeof i58.AutocompleteField, typeof i59.CheckField, typeof i60.DateField, typeof i61.DateRangeField, typeof i62.ExpressionField, typeof i63.InputField, typeof i64.SelectField, typeof i65.SwitchField, typeof i66.TextareaField, typeof i67.TimespanField, typeof i68.ReturnActionComponent, typeof i69.AssignActionComponent, typeof i70.MoveToActionComponent, typeof i71.AvatarComponent, typeof i72.PeopleComponent, typeof i73.EditInputComponent, typeof i74.NgxComponentOutlet, typeof i75.LottieAnimation, typeof i9.ContactsComponent, typeof i76.CubeMatrixComponent, typeof i77.FilterTagsComponent, typeof i78.ExploreItemsComponent, typeof i79.CompareNameDirective, typeof i79.CompareGroupDirective, typeof i79.CompareContextDirective, typeof i80.GuideComponent, typeof i81.OutOfOfficeToast, typeof i82.NotificationsTableComponent, typeof i83.NotificationsFilterComponent, typeof i84.PrivilegeHiddenDirective, typeof i85.TaggingItemDirective, typeof i86.TaggingDirective, typeof i87.DocumentTaggingComponent, typeof i88.UserTaggingComponent, typeof i84.PrivilegeDisabledDirective, typeof i89.CubeDocumentsGridComponent, typeof i90.LongRunningTaskNotification, typeof i91.TaggedNotification, typeof i92.CommentedNotification, typeof i93.NudgeNotification, typeof i94.TextNotification, typeof i95.CubeAnomalyNotification, typeof i96.EscalatedNotification, typeof i97.LikedNotification, typeof i98.StateChangedNotification, typeof i99.UpcomingEventNotification, typeof i100.NoneComponent, typeof i101.ScheduleViewComponent, typeof i102.OptionsComponent, typeof i103.TraceViewComponent, typeof i104.ProgressDirective, typeof i105.AttachmentsComponent, typeof i106.DocumentEventsComponent, typeof i107.TagsComponent, typeof i108.MapComponent, typeof i109.MaskComponent, typeof i110.FlowViewComponent, typeof i111.SubstitutionComponent, typeof i112.PopupComponent, typeof i113.AttachmentPreview, typeof i114.CommentsComponent, typeof i115.CommentComponent, typeof i116.EditCommentComponent, typeof i117.CommentLikesComponent, typeof i118.CommentEditsComponent, typeof i119.BrowseItemsComponent, typeof i120.BrowseFilterComponent, typeof i121.ExpandedItemComponent, typeof i122.ComposeFormComponent, typeof i123.CubeViewComponent, typeof i124.CubeFilterComponent, typeof i125.CubeAccumulationChartComponent, typeof i126.CubeChartComponent, typeof i127.CubePivotComponent, typeof i128.CubeSpreadsheetComponent, typeof i129.CubeGridComponent, typeof i130.ReportViewerComponent, typeof i131.TableViewComponent, typeof i132.ReportArgumentsComponent, typeof i133.DashboardComponent, typeof i134.WidgetItemComponent, typeof i135.CubeWidgetFilterComponent, typeof i136.SaveChangesDialog, typeof i137.AskDialog, typeof i138.AboutDialog, typeof i139.ActionDialog, typeof i140.ImpersonateDialog, typeof i141.ConversationComponent, typeof i142.CubeMatrixPopupComponent, typeof i143.VersionCompareComponent, typeof i144.ExploreDocumentComponent, typeof i145.TasksComponent, typeof i146.CubeDocumentsTableComponent, typeof i147.
|
190
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.HelpTipComponent, typeof i2.CubeUsageComponent, typeof i3.CubeDocumentsComponent, typeof i4.DateFormatPipe, typeof i5.CalendarPipe, typeof i6.DifferencePipe, typeof i7.DurationPipe, typeof i8.TimeAgoPipe, typeof i9.HtmlSimplePipe, typeof i10.CheckboxComponent, typeof i11.CubeParallelComponent, typeof i12.CubeSumComponent, typeof i13.CubeParallelViewComponent, typeof i14.CubeChartViewComponent, typeof i15.CubeExploreViewComponent, typeof i16.CubeDocumentSumComponent, typeof i17.ExploreItemImplComponent, typeof i18.DocumentInfoComponent, typeof i19.DocumentViewsComponent, typeof i20.ViewItemComponent, typeof i21.CubeDocumentMatrixComponent, typeof i22.CubeDocumentViewComponent, typeof i23.CubePivotViewComponent, typeof i24.ActionPicker, typeof i25.QuickCommentComponent, typeof i26.DurationFormatPipe, typeof i27.CombinationPicker, typeof i28.CombinationPickerBody, typeof i29.CombinationPool, typeof i30.TimelineViewComponent, typeof i31.MatIconAnimate, typeof i32.DateRangePipe, typeof i32.AgoPipe, typeof i33.ColorPicker, typeof i34.StateDirective, typeof i35.JoinPipe, typeof i36.TypeValuePipe, typeof i37.TranslatePipe, typeof i38.IdentityName, typeof i39.SanitizeHtmlPipe, typeof i40.StatePipe, typeof i41.ActionPipe, typeof i42.RolePipe, typeof i43.FormPipe, typeof i44.FilterPipe, typeof i44.ArraySortPipe, typeof i45.UserNamePipe, typeof i46.TaggingPipe, typeof i47.TypeSelect, typeof i48.TypeAutocomplete, typeof i49.AceInput, typeof i50.TimespanInput, typeof i51.AddressInput, typeof i52.FileInput, typeof i53.TimePicker, typeof i54.LayoutComponent, typeof i55.HtmlField, typeof i56.FileField, typeof i57.NumericField, typeof i58.AutocompleteField, typeof i59.CheckField, typeof i60.DateField, typeof i61.DateRangeField, typeof i62.ExpressionField, typeof i63.InputField, typeof i64.SelectField, typeof i65.SwitchField, typeof i66.TextareaField, typeof i67.TimespanField, typeof i68.ReturnActionComponent, typeof i69.AssignActionComponent, typeof i70.MoveToActionComponent, typeof i71.AvatarComponent, typeof i72.PeopleComponent, typeof i73.EditInputComponent, typeof i74.NgxComponentOutlet, typeof i75.LottieAnimation, typeof i9.ContactsComponent, typeof i76.CubeMatrixComponent, typeof i77.FilterTagsComponent, typeof i78.ExploreItemsComponent, typeof i79.CompareNameDirective, typeof i79.CompareGroupDirective, typeof i79.CompareContextDirective, typeof i80.GuideComponent, typeof i81.OutOfOfficeToast, typeof i82.NotificationsTableComponent, typeof i83.NotificationsFilterComponent, typeof i84.PrivilegeHiddenDirective, typeof i85.TaggingItemDirective, typeof i86.TaggingDirective, typeof i87.DocumentTaggingComponent, typeof i88.UserTaggingComponent, typeof i84.PrivilegeDisabledDirective, typeof i89.CubeDocumentsGridComponent, typeof i90.LongRunningTaskNotification, typeof i91.TaggedNotification, typeof i92.CommentedNotification, typeof i93.NudgeNotification, typeof i94.TextNotification, typeof i95.CubeAnomalyNotification, typeof i96.EscalatedNotification, typeof i97.LikedNotification, typeof i98.StateChangedNotification, typeof i99.UpcomingEventNotification, typeof i100.NoneComponent, typeof i101.ScheduleViewComponent, typeof i102.OptionsComponent, typeof i103.TraceViewComponent, typeof i104.ProgressDirective, typeof i105.AttachmentsComponent, typeof i106.DocumentEventsComponent, typeof i107.TagsComponent, typeof i108.MapComponent, typeof i109.MaskComponent, typeof i110.FlowViewComponent, typeof i111.SubstitutionComponent, typeof i112.PopupComponent, typeof i113.AttachmentPreview, typeof i114.CommentsComponent, typeof i115.CommentComponent, typeof i116.EditCommentComponent, typeof i117.CommentLikesComponent, typeof i118.CommentEditsComponent, typeof i119.BrowseItemsComponent, typeof i120.BrowseFilterComponent, typeof i121.ExpandedItemComponent, typeof i122.ComposeFormComponent, typeof i123.CubeViewComponent, typeof i124.CubeFilterComponent, typeof i125.CubeAccumulationChartComponent, typeof i126.CubeChartComponent, typeof i127.CubePivotComponent, typeof i128.CubeSpreadsheetComponent, typeof i129.CubeGridComponent, typeof i130.ReportViewerComponent, typeof i131.TableViewComponent, typeof i132.ReportArgumentsComponent, typeof i133.DashboardComponent, typeof i134.WidgetItemComponent, typeof i135.CubeWidgetFilterComponent, typeof i136.SaveChangesDialog, typeof i137.AskDialog, typeof i138.AboutDialog, typeof i139.ActionDialog, typeof i140.ImpersonateDialog, typeof i141.ConversationComponent, typeof i142.CubeMatrixPopupComponent, typeof i143.VersionCompareComponent, typeof i144.ExploreDocumentComponent, typeof i145.TasksComponent, typeof i146.CubeDocumentsTableComponent, typeof i147.CubePerformanceWidget, typeof i148.CubeAccumAnalysisWidget, typeof i149.CubeAnalysisWidget, typeof i150.CubeChartAnalysisWidget, typeof i151.ActionsWidget, typeof i152.RecentsWidget, typeof i153.PendingResultsWidget, typeof i154.CompareGroupsWidget, typeof i155.CubeDocumentsWidget, typeof i156.PersonalScoreWidget, typeof i157.PersonalActivityWidget, typeof i158.PeersPerformanceWidget, typeof i159.UsagePivotComponent, typeof i160.UsageChartComponent, typeof i161.UsageReportArgs, typeof i162.EmojiHostComponent, typeof i163.TooltipDirective, typeof i163.TooltipComponent, typeof i164.BrokenPage], [typeof i165.DayJsModule, typeof i166.CommonModule, typeof i167.HttpClientModule, typeof i168.ReactiveFormsModule, typeof i169.FlexLayoutModule, typeof i170.RouterModule, typeof i171.PickerModule, typeof i172.SyncfusionGanttModule, typeof i173.SyncfusionScheduleModule, typeof i174.SyncfusionCircularGaugeModule, typeof i175.SyncfusionChartModule, typeof i172.SyncfusionGanttModule, typeof i176.SyncfusionGridModule, typeof i177.SyncfusionTextEditorModule, typeof i178.SyncfusionSpreadsheetModule, typeof i179.SyncfusionPivotModule, typeof i180.KanbanModule, typeof i181.SyncfusionDiagramModule, typeof i182.MaterialModule], [typeof i182.MaterialModule, typeof i164.BrokenPage, typeof i1.HelpTipComponent, typeof i77.FilterTagsComponent, typeof i4.DateFormatPipe, typeof i5.CalendarPipe, typeof i6.DifferencePipe, typeof i7.DurationPipe, typeof i8.TimeAgoPipe, typeof i10.CheckboxComponent, typeof i11.CubeParallelComponent, typeof i12.CubeSumComponent, typeof i17.ExploreItemImplComponent, typeof i18.DocumentInfoComponent, typeof i19.DocumentViewsComponent, typeof i133.DashboardComponent, typeof i107.TagsComponent, typeof i25.QuickCommentComponent, typeof i114.CommentsComponent, typeof i139.ActionDialog, typeof i120.BrowseFilterComponent, typeof i124.CubeFilterComponent, typeof i101.ScheduleViewComponent, typeof i130.ReportViewerComponent, typeof i134.WidgetItemComponent, typeof i123.CubeViewComponent, typeof i78.ExploreItemsComponent, typeof i122.ComposeFormComponent, typeof i119.BrowseItemsComponent, typeof i82.NotificationsTableComponent, typeof i24.ActionPicker, typeof i141.ConversationComponent, typeof i34.StateDirective, typeof i9.ContactsComponent, typeof i76.CubeMatrixComponent, typeof i74.NgxComponentOutlet, typeof i31.MatIconAnimate, typeof i163.TooltipDirective, typeof i50.TimespanInput, typeof i52.FileInput, typeof i51.AddressInput, typeof i49.AceInput, typeof i27.CombinationPicker, typeof i29.CombinationPool, typeof i47.TypeSelect, typeof i48.TypeAutocomplete, typeof i53.TimePicker, typeof i26.DurationFormatPipe, typeof i32.DateRangePipe, typeof i36.TypeValuePipe, typeof i35.JoinPipe, typeof i40.StatePipe, typeof i41.ActionPipe, typeof i42.RolePipe, typeof i43.FormPipe, typeof i44.FilterPipe, typeof i44.ArraySortPipe, typeof i45.UserNamePipe, typeof i39.SanitizeHtmlPipe, typeof i37.TranslatePipe, typeof i38.IdentityName, typeof i71.AvatarComponent, typeof i132.ReportArgumentsComponent, typeof i113.AttachmentPreview, typeof i84.PrivilegeHiddenDirective, typeof i84.PrivilegeDisabledDirective, typeof i79.CompareGroupDirective, typeof i79.CompareNameDirective, typeof i79.CompareContextDirective, typeof i103.TraceViewComponent, typeof i110.FlowViewComponent, typeof i69.AssignActionComponent, typeof i68.ReturnActionComponent, typeof i144.ExploreDocumentComponent, typeof i147.CubePerformanceWidget, typeof i151.ActionsWidget, typeof i149.CubeAnalysisWidget, typeof i155.CubeDocumentsWidget, typeof i152.RecentsWidget, typeof i157.PersonalActivityWidget, typeof i154.CompareGroupsWidget, typeof i158.PeersPerformanceWidget, typeof i153.PendingResultsWidget, typeof i156.PersonalScoreWidget, typeof i135.CubeWidgetFilterComponent, typeof i146.CubeDocumentsTableComponent, typeof i89.CubeDocumentsGridComponent, typeof i145.TasksComponent, typeof i161.UsageReportArgs, typeof i160.UsageChartComponent, typeof i159.UsagePivotComponent, typeof i143.VersionCompareComponent, typeof i75.LottieAnimation, typeof i125.CubeAccumulationChartComponent, typeof i126.CubeChartComponent, typeof i127.CubePivotComponent, typeof i128.CubeSpreadsheetComponent, typeof i129.CubeGridComponent]>;
|
191
191
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
192
192
|
}
|