@bizdoc/core 1.16.16 → 1.16.21
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/bizdoc-schema.json +15 -0
- package/assets/themes/brown.min.css +2 -2
- package/assets/themes/dark.min.css +2 -2
- package/assets/themes/deep-purple-light-blue.min.css +3 -3
- package/assets/themes/deep-purple-teal.min.css +3 -3
- package/assets/themes/default.min.css +3 -3
- package/assets/themes/green.min.css +2 -2
- package/assets/themes/indigo.min.css +2 -2
- 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/cube-axes-filter.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/declarations.mjs +1 -1
- package/esm2020/lib/admin/configuration-designer/designer-element.component.mjs +49 -48
- package/esm2020/lib/admin/configuration-designer/designer-privileges.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/designer.base.mjs +9 -9
- package/esm2020/lib/admin/configuration-designer/designer.component.mjs +10 -7
- package/esm2020/lib/admin/configuration-designer/elements/action.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/analysis-view.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/analysis-widget.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/anomaly-rule.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/box-form.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/configuration-datasource.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/cube-index-utility.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/cube-view.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/cube.component.mjs +32 -28
- package/esm2020/lib/admin/configuration-designer/elements/documents-report.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/documents-widget.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/explore-view.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/folder.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/form.component.mjs +5 -5
- package/esm2020/lib/admin/configuration-designer/elements/guide.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/matrix-view.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/parallel-view.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/performance-widget.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/pivot-view.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/policy.component.mjs +17 -0
- package/esm2020/lib/admin/configuration-designer/elements/report.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/return-to-role-action.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/role.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/rule.component.mjs +5 -5
- package/esm2020/lib/admin/configuration-designer/elements/state.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/sum-view.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/tasks-report.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/type.component.mjs +10 -9
- package/esm2020/lib/admin/configuration-designer/elements/usage-report.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/utility.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/view.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/widget.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/icon-picker.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 +3 -3
- package/esm2020/lib/admin/document-trace/document-trace.component.mjs +3 -3
- 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 +3 -3
- package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
- 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/outofoffice.component.mjs +3 -3
- package/esm2020/lib/admin/profiler/profiler.component.mjs +3 -3
- package/esm2020/lib/admin/system.service.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 +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 +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/box/box.component.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 +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/state.component.mjs +3 -3
- package/esm2020/lib/compose/tag/tags.component.mjs +3 -3
- 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 +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 +3 -3
- 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 +6 -5
- package/esm2020/lib/core/layout/checkbox.field.mjs +3 -3
- package/esm2020/lib/core/layout/checkbox.mjs +5 -5
- package/esm2020/lib/core/layout/date-range.field.mjs +6 -5
- package/esm2020/lib/core/layout/date.field.mjs +6 -5
- package/esm2020/lib/core/layout/expression.field.mjs +6 -5
- package/esm2020/lib/core/layout/file.field.mjs +3 -3
- package/esm2020/lib/core/layout/html.field.mjs +6 -5
- package/esm2020/lib/core/layout/input.base.mjs +3 -3
- package/esm2020/lib/core/layout/input.field.mjs +6 -5
- package/esm2020/lib/core/layout/layout.component.mjs +4 -4
- package/esm2020/lib/core/layout/numeric.field.mjs +6 -5
- package/esm2020/lib/core/layout/select.field.mjs +23 -16
- package/esm2020/lib/core/layout/switch.field.mjs +6 -5
- package/esm2020/lib/core/layout/textarea.field.mjs +6 -5
- package/esm2020/lib/core/layout/timespan.field.mjs +6 -5
- package/esm2020/lib/core/lottie-animation.mjs +3 -3
- package/esm2020/lib/core/mailbox.service.mjs +3 -3
- 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 +5 -2
- 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 +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 +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 +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 +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 +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 +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 +4 -4
- package/esm2020/lib/system.module.mjs +15 -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 +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 +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/fesm2015/bizdoc-core.mjs +1167 -1124
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +1167 -1124
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/lib/admin/configuration-designer/declarations.d.ts +3 -0
- package/lib/admin/configuration-designer/designer-element.component.d.ts +3 -5
- package/lib/admin/configuration-designer/elements/cube.component.d.ts +12 -11
- package/lib/admin/configuration-designer/elements/policy.component.d.ts +8 -0
- package/lib/core/translations.d.ts +3 -0
- package/lib/system.module.d.ts +63 -62
- package/package.json +14 -14
@@ -56,6 +56,8 @@ export interface DesignerModel {
|
|
56
56
|
roles: ElementModel<any>[];
|
57
57
|
rules: ElementModel<any>[];
|
58
58
|
tRules: TemplateInfo[];
|
59
|
+
policies: ElementModel<any>[];
|
60
|
+
tPolicies: TemplateInfo[];
|
59
61
|
views: ElementModel<any>[];
|
60
62
|
tViews: TemplateInfo[];
|
61
63
|
widgets: ElementModel<any>[];
|
@@ -199,6 +201,7 @@ export interface DesignerInfo {
|
|
199
201
|
folders: ElementInfo[];
|
200
202
|
roles: ElementInfo[];
|
201
203
|
rules: ElementInfo[];
|
204
|
+
policies: ElementInfo[];
|
202
205
|
views: ElementInfo[];
|
203
206
|
widgets: ElementInfo[];
|
204
207
|
actions: ElementInfo[];
|
@@ -2,7 +2,6 @@ import { AfterViewInit, ComponentRef, ElementRef, EventEmitter, OnDestroy, Templ
|
|
2
2
|
import { FormBuilder, FormControl, FormGroup } from "@angular/forms";
|
3
3
|
import { Portal } from "@angular/cdk/portal";
|
4
4
|
import { BizDocComponentFactoryResolver } from "../../core/component-factory-resolver";
|
5
|
-
import { SystemService } from "../system.service";
|
6
5
|
import { Role } from "../../core/models";
|
7
6
|
import { DesignerRef, ElementModel, DesignMode, DesignerElementComponent } from "./declarations";
|
8
7
|
import { LayoutComponent } from "../../core/layout/layout.component";
|
@@ -30,7 +29,6 @@ export declare class AddContentDirective {
|
|
30
29
|
*/
|
31
30
|
export declare class DesignerItemComponent implements AfterViewInit, OnDestroy {
|
32
31
|
private _element;
|
33
|
-
private _service;
|
34
32
|
private _fb;
|
35
33
|
private _pane;
|
36
34
|
private _ref;
|
@@ -54,10 +52,10 @@ export declare class DesignerItemComponent implements AfterViewInit, OnDestroy {
|
|
54
52
|
mode: DesignMode;
|
55
53
|
model: ElementModel<any>;
|
56
54
|
rolesfilter: FormControl;
|
57
|
-
private
|
55
|
+
private _customDesignerInstance;
|
58
56
|
private readonly _destroy;
|
59
57
|
optionsstate: any;
|
60
|
-
constructor(_element: ElementRef<HTMLDivElement>,
|
58
|
+
constructor(_element: ElementRef<HTMLDivElement>, _fb: FormBuilder, _pane: PaneRef, _ref: DesignerRef<any>, _cfr: BizDocComponentFactoryResolver);
|
61
59
|
optionsattached(componentRef: ComponentRef<DesignerElementComponent<any>>): void;
|
62
60
|
argumentsattached(componentRef: ComponentRef<LayoutComponent>): void;
|
63
61
|
ngOnInit(): void;
|
@@ -72,6 +70,6 @@ export declare class DesignerItemComponent implements AfterViewInit, OnDestroy {
|
|
72
70
|
*/
|
73
71
|
handleKeyboardEvent(event: KeyboardEvent): void;
|
74
72
|
ngOnDestroy(): void;
|
75
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DesignerItemComponent, [null, null,
|
73
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DesignerItemComponent, [null, null, { optional: true; }, null, null]>;
|
76
74
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesignerItemComponent, "bizdoc-designer-element", never, { "form": "form"; }, { "onContinue": "continue"; "onSave": "save"; }, ["editContent", "widgetContent"], never, false>;
|
77
75
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ElementRef, OnInit } from "@angular/core";
|
2
|
-
import {
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
3
3
|
import { PromptService } from "../../../core/prompt.service";
|
4
4
|
import { CubeInfo, SystemService } from "../../system.service";
|
5
5
|
import { DesignerTypeElementComponent } from "../designer.base";
|
@@ -8,18 +8,19 @@ import * as i0 from "@angular/core";
|
|
8
8
|
export declare class CubeDesignComponent extends DesignerTypeElementComponent implements OnInit {
|
9
9
|
private _service;
|
10
10
|
private _ps;
|
11
|
-
readonly views: FormArray<import("@angular/forms").FormControl<unknown>>;
|
12
|
-
readonly axes: FormArray<import("@angular/forms").FormControl<unknown>>;
|
13
|
-
readonly indices: FormArray<import("@angular/forms").FormControl<unknown>>;
|
14
|
-
readonly patterns: FormArray<import("@angular/forms").FormControl<unknown>>;
|
11
|
+
readonly views: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
|
12
|
+
readonly axes: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
|
13
|
+
readonly indices: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
|
14
|
+
readonly patterns: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
|
15
15
|
private _cubeAxesValidator;
|
16
|
-
readonly form: FormGroup<{
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
16
|
+
readonly form: import("@angular/forms").FormGroup<{
|
17
|
+
schedule: import("@angular/forms").FormControl<unknown>;
|
18
|
+
patterns: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
|
19
|
+
views: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
|
20
|
+
axes: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
|
21
|
+
indices: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
|
21
22
|
scope: import("@angular/forms").FormControl<any>;
|
22
|
-
anomaly: import("@angular/forms").FormControl<
|
23
|
+
anomaly: import("@angular/forms").FormControl<string>;
|
23
24
|
}>;
|
24
25
|
usage: CubeInfo;
|
25
26
|
syncing: boolean;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { FormGroup } from "@angular/forms";
|
2
|
+
import { DesignerTypeElementComponent } from "../designer.base";
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class PolicyDesignComponent extends DesignerTypeElementComponent {
|
5
|
+
readonly form: FormGroup<{}>;
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PolicyDesignComponent, never>;
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PolicyDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
8
|
+
}
|
@@ -84,10 +84,12 @@ export declare const STRINGS: {
|
|
84
84
|
ar: {};
|
85
85
|
ru: {};
|
86
86
|
en: {
|
87
|
+
Schedule: string;
|
87
88
|
SequencePolicy: string;
|
88
89
|
Priority: string;
|
89
90
|
FormCubeHelp: string;
|
90
91
|
Step: string;
|
92
|
+
TestType: string;
|
91
93
|
Selector: string;
|
92
94
|
Position: string;
|
93
95
|
Above: string;
|
@@ -164,6 +166,7 @@ export declare const STRINGS: {
|
|
164
166
|
Types: string;
|
165
167
|
Widgets: string;
|
166
168
|
Rules: string;
|
169
|
+
policies: string;
|
167
170
|
Folders: string;
|
168
171
|
HelpTip: string;
|
169
172
|
OutOfOfficeHelp: string;
|
package/lib/system.module.d.ts
CHANGED
@@ -3,70 +3,71 @@ import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./admin/configuration-designer/designer-privileges.component";
|
4
4
|
import * as i2 from "./admin/configuration-designer/designer-element.component";
|
5
5
|
import * as i3 from "./admin/configuration-designer/icon-picker.component";
|
6
|
-
import * as i4 from "./admin/configuration-designer/elements/
|
7
|
-
import * as i5 from "./admin/configuration-designer/elements/
|
8
|
-
import * as i6 from "./admin/configuration-designer/elements/
|
9
|
-
import * as i7 from "./admin/configuration-designer/elements/
|
10
|
-
import * as i8 from "./admin/configuration-designer/elements/
|
11
|
-
import * as i9 from "./admin/configuration-designer/elements/
|
12
|
-
import * as i10 from "./admin/configuration-designer/elements/
|
13
|
-
import * as i11 from "./admin/configuration-designer/elements/
|
14
|
-
import * as i12 from "./admin/configuration-designer/elements/
|
15
|
-
import * as i13 from "./admin/configuration-designer/elements/
|
16
|
-
import * as i14 from "./admin/configuration-designer/elements/
|
17
|
-
import * as i15 from "./admin/configuration-designer/elements/
|
18
|
-
import * as i16 from "./admin/configuration-designer/elements/
|
19
|
-
import * as i17 from "./admin/configuration-designer/
|
20
|
-
import * as i18 from "./admin/configuration-designer/
|
21
|
-
import * as i19 from "./admin/configuration-designer/elements/
|
22
|
-
import * as i20 from "./admin/configuration-designer/elements/
|
23
|
-
import * as i21 from "./admin/configuration-designer/elements/
|
24
|
-
import * as i22 from "./admin/configuration-designer/elements/
|
25
|
-
import * as i23 from "./admin/configuration-designer/elements/
|
26
|
-
import * as i24 from "./admin/configuration-designer/elements/
|
27
|
-
import * as i25 from "./admin/configuration-designer/elements/
|
28
|
-
import * as i26 from "./admin/configuration-designer/elements/
|
29
|
-
import * as i27 from "./admin/configuration-designer/elements/
|
30
|
-
import * as i28 from "./admin/configuration-designer/elements/
|
31
|
-
import * as i29 from "./admin/configuration-designer/elements/
|
32
|
-
import * as i30 from "./admin/configuration-designer/elements/
|
33
|
-
import * as i31 from "./admin/configuration-designer/elements/
|
34
|
-
import * as i32 from "./admin/configuration-designer/elements/
|
35
|
-
import * as i33 from "./admin/configuration-designer/elements/
|
36
|
-
import * as i34 from "./admin/configuration-designer/elements/
|
37
|
-
import * as i35 from "./admin/configuration-designer/elements/
|
38
|
-
import * as i36 from "./admin/configuration-designer/
|
39
|
-
import * as i37 from "./admin/
|
40
|
-
import * as i38 from "./admin/
|
41
|
-
import * as i39 from "./admin/
|
42
|
-
import * as i40 from "./admin/
|
43
|
-
import * as i41 from "./admin/
|
44
|
-
import * as i42 from "./admin/utility.
|
45
|
-
import * as i43 from "./admin/
|
46
|
-
import * as i44 from "./admin/core/
|
47
|
-
import * as i45 from "./admin/
|
48
|
-
import * as i46 from "./admin/
|
49
|
-
import * as i47 from "./admin/
|
50
|
-
import * as i48 from "./admin/document-trace/trace
|
51
|
-
import * as i49 from "./admin/
|
52
|
-
import * as i50 from "./admin/
|
53
|
-
import * as i51 from "./admin/positions/positions
|
54
|
-
import * as i52 from "./admin/
|
55
|
-
import * as i53 from "./admin/form/workflow/
|
56
|
-
import * as i54 from "./admin/form/workflow/
|
57
|
-
import * as i55 from "./admin/
|
58
|
-
import * as i56 from "
|
59
|
-
import * as i57 from "@angular/common
|
60
|
-
import * as i58 from "@angular/
|
61
|
-
import * as i59 from "@angular/
|
62
|
-
import * as i60 from "@angular/
|
63
|
-
import * as i61 from "@angular/
|
64
|
-
import * as i62 from "
|
65
|
-
import * as i63 from "./modules/
|
66
|
-
import * as i64 from "./
|
6
|
+
import * as i4 from "./admin/configuration-designer/elements/policy.component";
|
7
|
+
import * as i5 from "./admin/configuration-designer/elements/state.component";
|
8
|
+
import * as i6 from "./admin/configuration-designer/elements/role.component";
|
9
|
+
import * as i7 from "./admin/configuration-designer/elements/guide.component";
|
10
|
+
import * as i8 from "./admin/configuration-designer/elements/rule.component";
|
11
|
+
import * as i9 from "./admin/configuration-designer/elements/report.component";
|
12
|
+
import * as i10 from "./admin/configuration-designer/elements/folder.component";
|
13
|
+
import * as i11 from "./admin/configuration-designer/elements/utility.component";
|
14
|
+
import * as i12 from "./admin/configuration-designer/elements/form.component";
|
15
|
+
import * as i13 from "./admin/configuration-designer/elements/widget.component";
|
16
|
+
import * as i14 from "./admin/configuration-designer/elements/cube.component";
|
17
|
+
import * as i15 from "./admin/configuration-designer/elements/action.component";
|
18
|
+
import * as i16 from "./admin/configuration-designer/elements/view.component";
|
19
|
+
import * as i17 from "./admin/configuration-designer/elements/type.component";
|
20
|
+
import * as i18 from "./admin/configuration-designer/cube-axes-filter.component";
|
21
|
+
import * as i19 from "./admin/configuration-designer/elements/cube-index-utility.component";
|
22
|
+
import * as i20 from "./admin/configuration-designer/elements/configuration-datasource.component";
|
23
|
+
import * as i21 from "./admin/configuration-designer/elements/return-to-role-action.component";
|
24
|
+
import * as i22 from "./admin/configuration-designer/elements/pivot-view.component";
|
25
|
+
import * as i23 from "./admin/configuration-designer/elements/cube-view.component";
|
26
|
+
import * as i24 from "./admin/configuration-designer/elements/box-form.component";
|
27
|
+
import * as i25 from "./admin/configuration-designer/elements/anomaly-rule.component";
|
28
|
+
import * as i26 from "./admin/configuration-designer/elements/usage-report.component";
|
29
|
+
import * as i27 from "./admin/configuration-designer/elements/documents-widget.component";
|
30
|
+
import * as i28 from "./admin/configuration-designer/elements/performance-widget.component";
|
31
|
+
import * as i29 from "./admin/configuration-designer/elements/documents-report.component";
|
32
|
+
import * as i30 from "./admin/configuration-designer/elements/tasks-report.component";
|
33
|
+
import * as i31 from "./admin/configuration-designer/elements/explore-view.component";
|
34
|
+
import * as i32 from "./admin/configuration-designer/elements/analysis-widget.component";
|
35
|
+
import * as i33 from "./admin/configuration-designer/elements/parallel-view.component";
|
36
|
+
import * as i34 from "./admin/configuration-designer/elements/sum-view.component";
|
37
|
+
import * as i35 from "./admin/configuration-designer/elements/matrix-view.component";
|
38
|
+
import * as i36 from "./admin/configuration-designer/elements/analysis-view.component";
|
39
|
+
import * as i37 from "./admin/configuration-designer/designer.component";
|
40
|
+
import * as i38 from "./admin/form/designer/designer.component";
|
41
|
+
import * as i39 from "./admin/permissions/permissions.component";
|
42
|
+
import * as i40 from "./admin/indices/manage-cube-index.component";
|
43
|
+
import * as i41 from "./admin/profiler/outofoffice.component";
|
44
|
+
import * as i42 from "./admin/utility-wrapper.component";
|
45
|
+
import * as i43 from "./admin/utility.pane.component";
|
46
|
+
import * as i44 from "./admin/core/search.input";
|
47
|
+
import * as i45 from "./admin/core/color-picker.input";
|
48
|
+
import * as i46 from "./admin/document-trace/reassign.dialog";
|
49
|
+
import * as i47 from "./admin/diff/configuration-diff.component";
|
50
|
+
import * as i48 from "./admin/document-trace/document-trace.component";
|
51
|
+
import * as i49 from "./admin/document-trace/trace-element.component";
|
52
|
+
import * as i50 from "./admin/profiler/profiler.component";
|
53
|
+
import * as i51 from "./admin/positions/positions.component";
|
54
|
+
import * as i52 from "./admin/positions/positions-popup.component";
|
55
|
+
import * as i53 from "./admin/form/workflow/workflow.component";
|
56
|
+
import * as i54 from "./admin/form/workflow/node.component";
|
57
|
+
import * as i55 from "./admin/form/workflow/role-node.component";
|
58
|
+
import * as i56 from "./admin/patterns/patterns.component";
|
59
|
+
import * as i57 from "@angular/common";
|
60
|
+
import * as i58 from "@angular/common/http";
|
61
|
+
import * as i59 from "@angular/forms";
|
62
|
+
import * as i60 from "@angular/flex-layout";
|
63
|
+
import * as i61 from "@angular/router";
|
64
|
+
import * as i62 from "@angular/cdk/scrolling";
|
65
|
+
import * as i63 from "./modules/diagram.module";
|
66
|
+
import * as i64 from "./modules/chart.module";
|
67
|
+
import * as i65 from "./shared.module";
|
67
68
|
export declare class SystemModule {
|
68
69
|
static forChild(): ModuleWithProviders<SystemModule>;
|
69
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<SystemModule, never>;
|
70
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.DesignerPrivilegesComponent, typeof i2.AddContentDirective, typeof i3.IconPickerComponent, typeof i2.EditContentDirective, typeof i2.WidgetContentDirective, typeof i4.
|
71
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.DesignerPrivilegesComponent, typeof i2.AddContentDirective, typeof i3.IconPickerComponent, typeof i2.EditContentDirective, typeof i2.WidgetContentDirective, typeof i4.PolicyDesignComponent, typeof i5.StateDesignComponent, typeof i6.RoleDesignComponent, typeof i7.GuideDesignComponent, typeof i8.RuleDesignComponent, typeof i9.ReportDesignerComponent, typeof i10.FolderDesignComponent, typeof i11.UtilityDesignComponent, typeof i12.FormDesignComponent, typeof i13.WidgetDesignComponent, typeof i14.CubeDesignComponent, typeof i15.ActionDesignerComponent, typeof i9.ReportDesignerComponent, typeof i16.ViewDesignComponent, typeof i17.TypeDesignComponent, typeof i18.DesignerCubeFilterComponent, typeof i19.CubeIndexDesignComponent, typeof i20.ConfigurationDatasourceDesignComponent, typeof i21.ReturnToRoleActionDesignComponent, typeof i22.PivotViewDesignComponent, typeof i23.CubeViewDesignComponent, typeof i24.BoxFormDesignComponent, typeof i25.AnomalyRuleDesignComponent, typeof i26.UsageReportDesignComponent, typeof i27.DocumentsWidgetDesignComponent, typeof i28.PerformanceWidgetDesignComponent, typeof i29.DocumentsReportDesignComponent, typeof i30.TasksReportDesignComponent, typeof i31.ExploreViewDesignComponent, typeof i32.AnalysisWidgetDesignComponent, typeof i33.ParallelViewDesignComponent, typeof i34.SumViewDesignComponent, typeof i35.MatrixViewDesignComponent, typeof i36.ChartViewDesignComponent, typeof i37.ConfigurationDesignerComponent, typeof i38.FormDesignerComponent, typeof i2.DesignerItemComponent, typeof i39.PermissionsUtility, typeof i40.ManageCubeIndexUtility, typeof i41.ProfileSettingsDialog, typeof i42.UtilityWrapperComponent, typeof i43.UtilityPaneComponent, typeof i44.SearchInput, typeof i45.ColorPicker, typeof i46.ReassignDialog, typeof i47.SystemDiffComponent, typeof i48.DocumentTraceComponent, typeof i49.TraceElementComponent, typeof i50.ProfilerComponent, typeof i51.PositionsComponent, typeof i52.PositionsPopup, typeof i53.WorkflowComponent, typeof i54.WorkflowNodeComponent, typeof i55.RoleNodeComponent, typeof i56.PatternsComponent], [typeof i57.CommonModule, typeof i58.HttpClientModule, typeof i59.ReactiveFormsModule, typeof i60.FlexLayoutModule, typeof i61.RouterModule, typeof i62.ScrollingModule, typeof i63.SyncfusionDiagramModule, typeof i64.SyncfusionChartModule, typeof i65.SharedModule], [typeof i39.PermissionsUtility, typeof i40.ManageCubeIndexUtility, typeof i42.UtilityWrapperComponent, typeof i43.UtilityPaneComponent, typeof i47.SystemDiffComponent, typeof i48.DocumentTraceComponent, typeof i50.ProfilerComponent, typeof i51.PositionsComponent, typeof i53.WorkflowComponent, typeof i55.RoleNodeComponent, typeof i56.PatternsComponent]>;
|
71
72
|
static ɵinj: i0.ɵɵInjectorDeclaration<SystemModule>;
|
72
73
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bizdoc/core",
|
3
|
-
"version": "1.16.
|
3
|
+
"version": "1.16.21",
|
4
4
|
"author": "Moding Ltd.",
|
5
5
|
"homepage": "https://github.com/moding-il/bizdoc.core",
|
6
6
|
"license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",
|
@@ -11,27 +11,27 @@
|
|
11
11
|
"dependencies": {
|
12
12
|
"@ctrl/ngx-emoji-mart": "^7.0.0",
|
13
13
|
"@microsoft/signalr": "^6.0.7",
|
14
|
-
"@syncfusion/ej2": "^20.2.
|
15
|
-
"@syncfusion/ej2-angular-charts": "^20.2.
|
14
|
+
"@syncfusion/ej2": "^20.2.40",
|
15
|
+
"@syncfusion/ej2-angular-charts": "^20.2.40",
|
16
16
|
"@syncfusion/ej2-angular-circulargauge": "^20.2.38",
|
17
|
-
"@syncfusion/ej2-angular-diagrams": "^20.2.
|
18
|
-
"@syncfusion/ej2-angular-gantt": "^20.2.
|
19
|
-
"@syncfusion/ej2-angular-grids": "^20.2.
|
17
|
+
"@syncfusion/ej2-angular-diagrams": "^20.2.40",
|
18
|
+
"@syncfusion/ej2-angular-gantt": "^20.2.39",
|
19
|
+
"@syncfusion/ej2-angular-grids": "^20.2.40",
|
20
20
|
"@syncfusion/ej2-angular-kanban": "^20.2.38",
|
21
|
-
"@syncfusion/ej2-angular-pivotview": "^20.2.
|
22
|
-
"@syncfusion/ej2-angular-richtexteditor": "^20.2.
|
23
|
-
"@syncfusion/ej2-angular-schedule": "^20.2.
|
24
|
-
"@syncfusion/ej2-angular-spreadsheet": "^20.2.
|
25
|
-
"@syncfusion/ej2-base": "^20.2.
|
21
|
+
"@syncfusion/ej2-angular-pivotview": "^20.2.39",
|
22
|
+
"@syncfusion/ej2-angular-richtexteditor": "^20.2.40",
|
23
|
+
"@syncfusion/ej2-angular-schedule": "^20.2.40",
|
24
|
+
"@syncfusion/ej2-angular-spreadsheet": "^20.2.40",
|
25
|
+
"@syncfusion/ej2-base": "^20.2.39",
|
26
26
|
"@teamhive/lottie-player": "^1.0.0",
|
27
27
|
"brace": "^0.11.1",
|
28
28
|
"cookie": "^0.5.0",
|
29
|
-
"dayjs": "^1.11.
|
30
|
-
"firebase": "^9.9.
|
29
|
+
"dayjs": "^1.11.4",
|
30
|
+
"firebase": "^9.9.1",
|
31
31
|
"hammerjs": "~2",
|
32
32
|
"lottie-web": "^5.9.6",
|
33
33
|
"ngx-cookie-service": "14",
|
34
|
-
"zone.js": "^0.11.
|
34
|
+
"zone.js": "^0.11.7",
|
35
35
|
"tslib": "^2.3.0"
|
36
36
|
},
|
37
37
|
"peerDependencies": {
|