@bizdoc/core 2.5.5 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/themes/brown.min.css +1 -1
- package/assets/themes/dark.min.css +1 -1
- package/assets/themes/deep-purple-light-blue.min.css +10 -70
- package/assets/themes/deep-purple-teal.min.css +1 -1
- package/assets/themes/default.min.css +10 -70
- package/assets/themes/green.min.css +1 -1
- package/assets/themes/indigo.min.css +1 -1
- package/esm2022/lib/admin/admin-dismiss.service.mjs +3 -3
- package/esm2022/lib/admin/admin-menu.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/cube-axes-filter.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/designer-element.component.mjs +15 -15
- package/esm2022/lib/admin/architecture/designer-privileges.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/designer.base.mjs +9 -9
- package/esm2022/lib/admin/architecture/designer.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/action.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/analysis-view.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/analysis-widget.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/anomaly-rule.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/attribute.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/box-form.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/configuration-datasource.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/control.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/cube-index-utility.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/cube-view.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/cube.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/document-state-widget.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/documents-report.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/documents-widget.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/explore-view.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/folder.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/form-invite.dialog.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/form.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/guide.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/job.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/matrix-view.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/node.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/parallel-view.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/performance-report.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/performance-widget.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/pivot-view.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/policy.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/report.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/return-to-role-action.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/role.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/rule.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/source.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/state.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/sum-view.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/tasks-report.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/type.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/usage-report.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/utility.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/view.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/widget.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/icon-picker.component.mjs +3 -3
- package/esm2022/lib/admin/core/ace.input.mjs +3 -3
- package/esm2022/lib/admin/core/color-picker.input.mjs +3 -3
- package/esm2022/lib/admin/core/localized-string.component.mjs +3 -3
- package/esm2022/lib/admin/core/search.input.mjs +3 -3
- package/esm2022/lib/admin/diff/configuration-diff.component.mjs +3 -3
- package/esm2022/lib/admin/document-trace/document-trace.component.mjs +3 -3
- package/esm2022/lib/admin/document-trace/reassign.dialog.mjs +3 -3
- package/esm2022/lib/admin/document-trace/trace-element.component.mjs +3 -3
- package/esm2022/lib/admin/form/designer/box-designer.component.mjs +3 -3
- package/esm2022/lib/admin/form/designer/design-control.component.mjs +3 -3
- package/esm2022/lib/admin/form/designer/properties.component.mjs +3 -3
- package/esm2022/lib/admin/form/designer/section.component.mjs +3 -3
- package/esm2022/lib/admin/form/designer/settings.component.mjs +3 -3
- package/esm2022/lib/admin/form/form.resolve.service.mjs +3 -3
- package/esm2022/lib/admin/form/workflow/node.component.mjs +3 -3
- package/esm2022/lib/admin/form/workflow/role-node.component.mjs +3 -3
- package/esm2022/lib/admin/form/workflow/workflow.component.mjs +3 -3
- package/esm2022/lib/admin/indices/manage-cube-index.component.mjs +3 -3
- package/esm2022/lib/admin/patterns/patterns.component.mjs +3 -3
- package/esm2022/lib/admin/permissions/permissions.component.mjs +3 -3
- package/esm2022/lib/admin/positions/positions-popup.component.mjs +3 -3
- package/esm2022/lib/admin/positions/positions.component.mjs +3 -3
- package/esm2022/lib/admin/profiler/outofoffice.component.mjs +3 -3
- package/esm2022/lib/admin/profiler/profiler.component.mjs +3 -3
- package/esm2022/lib/admin/system.service.mjs +7 -4
- package/esm2022/lib/admin/utility-wrapper.component.mjs +3 -3
- package/esm2022/lib/admin/utility.pane.component.mjs +3 -3
- package/esm2022/lib/app.component.mjs +6 -6
- package/esm2022/lib/bizdoc.module.mjs +4 -4
- package/esm2022/lib/browse/browse-items.component.mjs +3 -3
- package/esm2022/lib/browse/browse.mobile.component.mjs +3 -3
- package/esm2022/lib/browse/browse.pane.component.mjs +3 -3
- package/esm2022/lib/browse/expanded-item/expanded-item.component.mjs +3 -3
- package/esm2022/lib/browse/filter/filter.component.mjs +3 -3
- package/esm2022/lib/browse/folders-menu.component.mjs +3 -3
- package/esm2022/lib/chat/chat-info.mjs +3 -3
- package/esm2022/lib/chat/chat.mobile.component.mjs +3 -3
- package/esm2022/lib/chat/chat.service.mjs +3 -3
- package/esm2022/lib/chat/contacts.component.mjs +6 -6
- package/esm2022/lib/chat/contacts.pane.component.mjs +3 -3
- package/esm2022/lib/chat/conversation.component.mjs +3 -3
- package/esm2022/lib/chat/conversation.pane.component.mjs +3 -3
- package/esm2022/lib/compose/action/action-picker.component.mjs +3 -3
- package/esm2022/lib/compose/action/action.dialog.mjs +3 -3
- package/esm2022/lib/compose/action/action.pane.dialog.exp.mjs +3 -3
- package/esm2022/lib/compose/action/assign-action.component.mjs +3 -3
- package/esm2022/lib/compose/action/moveto-action.component.mjs +3 -3
- package/esm2022/lib/compose/action/return-action.component.mjs +3 -3
- package/esm2022/lib/compose/attachments/attachments.component.mjs +3 -3
- package/esm2022/lib/compose/attachments/preview/attachment-preview.component.mjs +3 -3
- package/esm2022/lib/compose/attachments/progress-button.directive.mjs +3 -3
- package/esm2022/lib/compose/box/box.component.mjs +3 -3
- package/esm2022/lib/compose/box/control.component.mjs +3 -3
- package/esm2022/lib/compose/box/row.component.mjs +3 -3
- package/esm2022/lib/compose/can-deactivate-changes.service.mjs +3 -3
- package/esm2022/lib/compose/comments/comment.component.mjs +3 -3
- package/esm2022/lib/compose/comments/comments.component.mjs +3 -3
- package/esm2022/lib/compose/comments/comments.pane.component.mjs +3 -3
- package/esm2022/lib/compose/comments/edit-comment.component.mjs +3 -3
- package/esm2022/lib/compose/comments/edits.component.mjs +3 -3
- package/esm2022/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
- package/esm2022/lib/compose/comments/votes.component.mjs +3 -3
- package/esm2022/lib/compose/compose-resolve.service.mjs +3 -3
- package/esm2022/lib/compose/compose.mobile.component.mjs +3 -3
- package/esm2022/lib/compose/compose.pane.component.mjs +3 -3
- package/esm2022/lib/compose/copy/copy.dialog.mjs +3 -3
- package/esm2022/lib/compose/dismiss.service.mjs +3 -3
- package/esm2022/lib/compose/document-resolve.service.mjs +3 -3
- package/esm2022/lib/compose/document-resolver.service.mjs +3 -3
- package/esm2022/lib/compose/document.component.mjs +3 -3
- package/esm2022/lib/compose/document.mobile.component.mjs +3 -3
- package/esm2022/lib/compose/document.pane.component.mjs +3 -3
- package/esm2022/lib/compose/events/events.component.mjs +3 -3
- package/esm2022/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
- package/esm2022/lib/compose/form.component.mjs +3 -3
- package/esm2022/lib/compose/new-menu.component.mjs +3 -3
- package/esm2022/lib/compose/overlay.component.exp.mjs +3 -3
- package/esm2022/lib/compose/privilage.directive.mjs +6 -6
- package/esm2022/lib/compose/recipient-resolver.service.mjs +3 -3
- package/esm2022/lib/compose/state.component.mjs +3 -3
- package/esm2022/lib/compose/tag/tags.component.mjs +3 -3
- package/esm2022/lib/compose/trace/flow.component.mjs +3 -3
- package/esm2022/lib/compose/trace/people.component.mjs +3 -3
- package/esm2022/lib/compose/trace/trace.base.mjs +3 -3
- package/esm2022/lib/compose/trace/trace.component.mjs +3 -3
- package/esm2022/lib/compose/trace/trace.pane.component.mjs +3 -3
- package/esm2022/lib/compose/version-compare/version-compare.component.mjs +3 -3
- package/esm2022/lib/compose/version-compare/version-compare.directive.mjs +9 -9
- package/esm2022/lib/compose/version-compare/version.pane.component.mjs +3 -3
- package/esm2022/lib/core/account.service.mjs +3 -3
- package/esm2022/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
- package/esm2022/lib/core/avatar/avatar.component.mjs +3 -3
- package/esm2022/lib/core/checkbox.mjs +3 -3
- package/esm2022/lib/core/component-factory-resolver.mjs +3 -3
- package/esm2022/lib/core/datasource.service.mjs +3 -3
- package/esm2022/lib/core/document-factory.service.mjs +3 -3
- package/esm2022/lib/core/fields/address.designer.mjs +3 -3
- package/esm2022/lib/core/fields/address.field.mjs +3 -3
- package/esm2022/lib/core/fields/autocomplete.field.mjs +6 -6
- package/esm2022/lib/core/fields/axes-picker.designer.mjs +59 -0
- package/esm2022/lib/core/fields/axes-picker.field.mjs +46 -0
- package/esm2022/lib/core/fields/checkbox.designer.mjs +3 -3
- package/esm2022/lib/core/fields/checkbox.field.mjs +3 -3
- package/esm2022/lib/core/fields/checklist.designer.mjs +3 -3
- package/esm2022/lib/core/fields/checklist.field.mjs +3 -3
- package/esm2022/lib/core/fields/date-range.designer.mjs +3 -3
- package/esm2022/lib/core/fields/date-range.field.mjs +3 -3
- package/esm2022/lib/core/fields/date.designer.mjs +3 -3
- package/esm2022/lib/core/fields/date.field.mjs +3 -3
- package/esm2022/lib/core/fields/expression.field.mjs +6 -6
- package/esm2022/lib/core/fields/file.designer.mjs +3 -3
- package/esm2022/lib/core/fields/file.field.mjs +3 -3
- package/esm2022/lib/core/fields/html.designer.mjs +3 -3
- package/esm2022/lib/core/fields/html.field.mjs +3 -3
- package/esm2022/lib/core/fields/input.designer.mjs +3 -3
- package/esm2022/lib/core/fields/input.field.mjs +3 -3
- package/esm2022/lib/core/fields/localized-string.field.mjs +6 -6
- package/esm2022/lib/core/fields/numeric.designer.mjs +3 -3
- package/esm2022/lib/core/fields/numeric.field.mjs +3 -3
- package/esm2022/lib/core/fields/options.base.mjs +6 -6
- package/esm2022/lib/core/fields/options.component.mjs +3 -3
- package/esm2022/lib/core/fields/radio-button.designer.mjs +3 -3
- package/esm2022/lib/core/fields/radio-button.field.mjs +3 -3
- package/esm2022/lib/core/fields/select.designer.mjs +3 -3
- package/esm2022/lib/core/fields/select.field.mjs +3 -3
- package/esm2022/lib/core/fields/signature.designer.mjs +3 -3
- package/esm2022/lib/core/fields/signature.field.mjs +3 -3
- package/esm2022/lib/core/fields/switch.field.mjs +3 -3
- package/esm2022/lib/core/fields/tags.designer.mjs +3 -3
- package/esm2022/lib/core/fields/tags.field.mjs +3 -3
- package/esm2022/lib/core/fields/textarea.designer.mjs +3 -3
- package/esm2022/lib/core/fields/textarea.field.mjs +3 -3
- package/esm2022/lib/core/fields/time.designer.mjs +3 -3
- package/esm2022/lib/core/fields/time.field.mjs +3 -3
- package/esm2022/lib/core/fields/timespan.field.mjs +6 -6
- package/esm2022/lib/core/fields/yesno.designer.mjs +13 -59
- package/esm2022/lib/core/fields/yesno.field.mjs +3 -3
- package/esm2022/lib/core/guide/guide.component.mjs +3 -3
- package/esm2022/lib/core/guide/guide.service.mjs +3 -3
- package/esm2022/lib/core/guide/help-tip.component.mjs +3 -3
- package/esm2022/lib/core/http.interceptor.mjs +3 -3
- package/esm2022/lib/core/hub.service.mjs +3 -3
- package/esm2022/lib/core/identity/identity.component.mjs +3 -3
- package/esm2022/lib/core/info/attachment-info.service.mjs +3 -3
- package/esm2022/lib/core/info/document-info.service.mjs +3 -3
- package/esm2022/lib/core/info/location-info.component.mjs +3 -3
- package/esm2022/lib/core/info/map-info.mjs +3 -3
- package/esm2022/lib/core/inputs/address.input.mjs +3 -3
- package/esm2022/lib/core/inputs/auto-complete.input.mjs +3 -3
- package/esm2022/lib/core/inputs/combination-picker-body.mjs +3 -3
- package/esm2022/lib/core/inputs/combination-picker.mjs +9 -4
- package/esm2022/lib/core/inputs/combination-pool.mjs +3 -3
- package/esm2022/lib/core/inputs/file.input.mjs +3 -3
- package/esm2022/lib/core/inputs/select.input.mjs +3 -3
- package/esm2022/lib/core/inputs/signature.input.mjs +3 -3
- package/esm2022/lib/core/inputs/time-picker.mjs +3 -3
- package/esm2022/lib/core/inputs/timespan.input.mjs +3 -3
- package/esm2022/lib/core/layout.component.mjs +3 -3
- package/esm2022/lib/core/lottie-animation.mjs +3 -3
- package/esm2022/lib/core/mailbox.service.mjs +3 -3
- package/esm2022/lib/core/none.component.mjs +3 -3
- package/esm2022/lib/core/pipes/action.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/calendar.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/date-format.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/daterange.pipe.mjs +6 -6
- package/esm2022/lib/core/pipes/difference.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/duration-format.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/duration.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/form.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/join.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/localized-string.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/role.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/sort.pipe.mjs +9 -9
- package/esm2022/lib/core/pipes/state.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/time-ago.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/to-now.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/translate.pipe.mjs +9 -9
- package/esm2022/lib/core/pipes/type-value.pipe.mjs +3 -3
- package/esm2022/lib/core/pipes/user-name.pipe.mjs +3 -3
- package/esm2022/lib/core/popup/popup.component.mjs +3 -3
- package/esm2022/lib/core/popup/popup.service.mjs +3 -3
- package/esm2022/lib/core/popup/tooltip.directive.mjs +6 -6
- package/esm2022/lib/core/prompt/ask/ask.dialog.mjs +3 -3
- package/esm2022/lib/core/prompt/mask/mask.component.mjs +3 -3
- package/esm2022/lib/core/prompt.service.mjs +3 -3
- package/esm2022/lib/core/router.mjs +6 -6
- package/esm2022/lib/core/save-changes.dialog.mjs +3 -3
- package/esm2022/lib/core/session.service.mjs +3 -3
- package/esm2022/lib/core/slots/router.directive.mjs +3 -3
- package/esm2022/lib/core/slots/router.service.mjs +3 -3
- package/esm2022/lib/core/slots/slots.component.mjs +3 -3
- package/esm2022/lib/core/sticky-toolbar.exp.mjs +3 -3
- package/esm2022/lib/core/tagging/documents.component.mjs +3 -3
- package/esm2022/lib/core/tagging/edit-input.component.mjs +3 -3
- package/esm2022/lib/core/tagging/emoji.component.mjs +3 -3
- package/esm2022/lib/core/tagging/tagging-item.directive.mjs +3 -3
- package/esm2022/lib/core/tagging/tagging.component-base.mjs +3 -3
- package/esm2022/lib/core/tagging/tagging.directive.mjs +3 -3
- package/esm2022/lib/core/tagging/tagging.pipe.mjs +3 -3
- package/esm2022/lib/core/tagging/users.component.mjs +3 -3
- package/esm2022/lib/core/translate.service.mjs +3 -3
- package/esm2022/lib/core/virtual-tabs.component.exp.mjs +6 -6
- package/esm2022/lib/core/window-title.service.mjs +3 -3
- package/esm2022/lib/cube/accum/accum.component.mjs +3 -3
- package/esm2022/lib/cube/chart/chart.component.mjs +3 -3
- package/esm2022/lib/cube/cube-info.service.mjs +3 -3
- package/esm2022/lib/cube/cube-menu.component.mjs +3 -3
- package/esm2022/lib/cube/cube-view.component.mjs +3 -3
- package/esm2022/lib/cube/cube.service.mjs +8 -4
- package/esm2022/lib/cube/explore/document-item.component.mjs +3 -3
- package/esm2022/lib/cube/explore/explore-item.component.mjs +3 -3
- package/esm2022/lib/cube/explore/explore-items.component.mjs +3 -3
- package/esm2022/lib/cube/explore/explore.pane.component.mjs +3 -3
- package/esm2022/lib/cube/explore/item-resolver.service.mjs +6 -6
- package/esm2022/lib/cube/explore/item.pane.component.mjs +3 -3
- package/esm2022/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
- package/esm2022/lib/cube/filter/filter.component.mjs +3 -3
- package/esm2022/lib/cube/grid/grid.component.mjs +3 -3
- package/esm2022/lib/cube/matrix/matrix.base.mjs +3 -3
- package/esm2022/lib/cube/matrix/matrix.mobile.component.mjs +3 -3
- package/esm2022/lib/cube/matrix/matrix.pane.component.mjs +3 -3
- package/esm2022/lib/cube/matrix/popup.component.mjs +3 -3
- package/esm2022/lib/cube/matrix/table.component.mjs +3 -3
- package/esm2022/lib/cube/parallel/parallel.component.mjs +3 -3
- package/esm2022/lib/cube/pivot/pivot.component.mjs +3 -3
- package/esm2022/lib/cube/spreadsheet/spreadsheet.component.mjs +4 -4
- package/esm2022/lib/cube/spreadsheet/spreadsheet.container.exp.mjs +3 -3
- package/esm2022/lib/cube/sum/sum.component.mjs +3 -3
- package/esm2022/lib/cube/view-base.mjs +3 -3
- package/esm2022/lib/cube/view.mobile.component.mjs +3 -3
- package/esm2022/lib/cube/view.pane.component.mjs +3 -3
- package/esm2022/lib/dashboard/actions/actions.widget.mjs +3 -3
- package/esm2022/lib/dashboard/cube/accum-cube.widget.mjs +3 -3
- package/esm2022/lib/dashboard/cube/compare.widget.mjs +3 -3
- package/esm2022/lib/dashboard/cube/cube-analysis.base.mjs +3 -3
- package/esm2022/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
- package/esm2022/lib/dashboard/cube/cube-chart.widget.mjs +3 -3
- package/esm2022/lib/dashboard/cube/document-state.widget.mjs +3 -3
- package/esm2022/lib/dashboard/cube/documents.widget.mjs +3 -3
- package/esm2022/lib/dashboard/cube/filter/filter.component.mjs +3 -3
- package/esm2022/lib/dashboard/dashboard.component.mjs +3 -3
- package/esm2022/lib/dashboard/dashboard.pane.component.mjs +3 -3
- package/esm2022/lib/dashboard/recents/recents.widget.mjs +3 -3
- package/esm2022/lib/dashboard/score/activity.widget.mjs +3 -3
- package/esm2022/lib/dashboard/score/compare-groups.widget.mjs +3 -3
- package/esm2022/lib/dashboard/score/peers-performance.widget.mjs +3 -3
- package/esm2022/lib/dashboard/score/pending-results.widget.mjs +3 -3
- package/esm2022/lib/dashboard/score/personal-score.widget.mjs +3 -3
- package/esm2022/lib/dashboard/widget-item.component.mjs +3 -3
- package/esm2022/lib/designer.module.mjs +9 -8
- package/esm2022/lib/desktop.module.mjs +4 -4
- package/esm2022/lib/home/about/about.dialog.mjs +3 -3
- package/esm2022/lib/home/home-base.component.mjs +3 -3
- package/esm2022/lib/home/home.desktop.component.mjs +3 -3
- package/esm2022/lib/home/home.mobile.component.mjs +3 -3
- package/esm2022/lib/home/notifications/notifications.component.mjs +3 -3
- package/esm2022/lib/home/options/options.component.mjs +3 -3
- package/esm2022/lib/home/outofoffice/outofoffice.component.mjs +3 -3
- package/esm2022/lib/home/sign/sign.component.mjs +3 -3
- package/esm2022/lib/impersonate/impersonate.component.mjs +3 -3
- package/esm2022/lib/mobile.module.mjs +4 -4
- package/esm2022/lib/modules/chart.module.mjs +4 -4
- package/esm2022/lib/modules/circular-gauge.module.mjs +4 -4
- package/esm2022/lib/modules/datepicker.intl.mjs +3 -3
- package/esm2022/lib/modules/dayjs.module.mjs +4 -4
- package/esm2022/lib/modules/diagram.module.mjs +4 -4
- package/esm2022/lib/modules/gantt.module.mjs +4 -4
- package/esm2022/lib/modules/grid.module.mjs +4 -4
- package/esm2022/lib/modules/linear-gauge.module.mjs +4 -4
- package/esm2022/lib/modules/material.module.mjs +4 -4
- package/esm2022/lib/modules/paginator.intl.mjs +3 -3
- package/esm2022/lib/modules/pivot.module.mjs +4 -4
- package/esm2022/lib/modules/schedule.module.mjs +4 -4
- package/esm2022/lib/modules/spreadsheet.module.mjs +4 -4
- package/esm2022/lib/modules/stepper.intl.mjs +3 -3
- package/esm2022/lib/modules/texteditor.module.mjs +4 -4
- package/esm2022/lib/notifications/filter.component.mjs +3 -3
- package/esm2022/lib/notifications/notifications-table.component.mjs +3 -3
- package/esm2022/lib/notifications/notifications.mobile.component.mjs +3 -3
- package/esm2022/lib/notifications/notifications.pane.component.mjs +3 -3
- package/esm2022/lib/notifications/notifications.service.mjs +3 -3
- package/esm2022/lib/notifications/types/commented.notification.mjs +3 -3
- package/esm2022/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
- package/esm2022/lib/notifications/types/escalated.notification.mjs +3 -3
- package/esm2022/lib/notifications/types/invite.notification.mjs +3 -3
- package/esm2022/lib/notifications/types/liked.notification.mjs +3 -3
- package/esm2022/lib/notifications/types/long-running-task.notification.mjs +3 -3
- package/esm2022/lib/notifications/types/notification-base.mjs +3 -3
- package/esm2022/lib/notifications/types/nudge.notification.mjs +3 -3
- package/esm2022/lib/notifications/types/state-changed.notification.mjs +3 -3
- package/esm2022/lib/notifications/types/tagged.notification.mjs +3 -3
- package/esm2022/lib/notifications/types/text.notification.mjs +3 -3
- package/esm2022/lib/notifications/types/upcoming-event.notification.mjs +3 -3
- package/esm2022/lib/options/options.component.mjs +3 -3
- package/esm2022/lib/options/options.service.mjs +3 -3
- package/esm2022/lib/reports/arguments-component.mjs +3 -3
- package/esm2022/lib/reports/cube/documents.component.mjs +3 -3
- package/esm2022/lib/reports/cube/grid-documents.component.mjs +3 -3
- package/esm2022/lib/reports/cube/performance-hilo.component.mjs +3 -3
- package/esm2022/lib/reports/cube/performance-wind.component.mjs +3 -3
- package/esm2022/lib/reports/cube/table-documents.component.mjs +3 -3
- package/esm2022/lib/reports/cube/usage-args.component.mjs +3 -3
- package/esm2022/lib/reports/cube/usage-base.mjs +3 -3
- package/esm2022/lib/reports/cube/usage-chart.component.mjs +3 -3
- package/esm2022/lib/reports/cube/usage-pivot.component.mjs +3 -3
- package/esm2022/lib/reports/cube/usage.component.mjs +3 -3
- package/esm2022/lib/reports/report-viewer.component.mjs +3 -3
- package/esm2022/lib/reports/report.mobile.component.mjs +3 -3
- package/esm2022/lib/reports/report.pane.component.mjs +3 -3
- package/esm2022/lib/reports/reports-menu.component.mjs +3 -3
- package/esm2022/lib/reports/substitution/substitution.component.mjs +3 -3
- package/esm2022/lib/reports/table/table-view.component.mjs +3 -3
- package/esm2022/lib/reports/tasks/tasks.component.mjs +3 -3
- package/esm2022/lib/scheduler/schedule.component.mjs +3 -3
- package/esm2022/lib/scheduler/scheduler.mobile.component.mjs +3 -3
- package/esm2022/lib/scheduler/scheduler.pane.component.mjs +3 -3
- package/esm2022/lib/search/cube.component.mjs +3 -3
- package/esm2022/lib/search/document.component.mjs +3 -3
- package/esm2022/lib/search/guide.component.mjs +3 -3
- package/esm2022/lib/search/path.component.mjs +3 -3
- package/esm2022/lib/search/search.service.mjs +3 -3
- package/esm2022/lib/shared.module.mjs +11 -10
- package/esm2022/lib/system.module.mjs +4 -4
- package/esm2022/lib/views/cube/chart.component.mjs +3 -3
- package/esm2022/lib/views/cube/cube-base.mjs +3 -3
- package/esm2022/lib/views/cube/explore.component.mjs +3 -3
- package/esm2022/lib/views/cube/matrix.component.mjs +3 -3
- package/esm2022/lib/views/cube/parallel.component.mjs +3 -3
- package/esm2022/lib/views/cube/pivot.component.mjs +3 -3
- package/esm2022/lib/views/cube/sum.component.mjs +3 -3
- package/esm2022/lib/views/cube/view.component.mjs +3 -3
- package/esm2022/lib/views/timeline/timeline.component.mjs +3 -3
- package/esm2022/lib/views/view-item.component.mjs +3 -3
- package/esm2022/lib/views/views.component.mjs +3 -3
- package/esm2022/lib/views/views.mobile.component.mjs +3 -3
- package/esm2022/lib/views/views.pane.component.mjs +3 -3
- package/fesm2022/bizdoc-core.mjs +1342 -1296
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/lib/admin/system.service.d.ts +4 -0
- package/lib/core/fields/axes-picker.designer.d.ts +24 -0
- package/lib/core/fields/axes-picker.field.d.ts +24 -0
- package/lib/core/fields/yesno.designer.d.ts +2 -4
- package/lib/core/inputs/combination-picker.d.ts +3 -0
- package/lib/designer.module.d.ts +19 -18
- package/lib/shared.module.d.ts +135 -134
- package/package.json +17 -17
@@ -0,0 +1,24 @@
|
|
1
|
+
import { FormBuilder } from '@angular/forms';
|
2
|
+
import { SystemService } from '../../admin/system.service';
|
3
|
+
import { ControlDesigner } from '../base';
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
export declare class AxesPickerControlDesigner implements ControlDesigner<AxesPickerModel> {
|
6
|
+
private _fb;
|
7
|
+
readonly form: import("@angular/forms").FormGroup<{
|
8
|
+
label: import("@angular/forms").FormControl<unknown>;
|
9
|
+
cube: import("@angular/forms").FormControl<unknown>;
|
10
|
+
hint: import("@angular/forms").FormControl<unknown>;
|
11
|
+
}>;
|
12
|
+
cubes: {
|
13
|
+
name: string;
|
14
|
+
title: string;
|
15
|
+
}[];
|
16
|
+
constructor(service: SystemService, _fb: FormBuilder);
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AxesPickerControlDesigner, never>;
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AxesPickerControlDesigner, "ng-component", never, {}, {}, never, never, false, never>;
|
19
|
+
}
|
20
|
+
interface AxesPickerModel {
|
21
|
+
cube?: string;
|
22
|
+
required?: boolean;
|
23
|
+
}
|
24
|
+
export {};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { OnInit } from '@angular/core';
|
2
|
+
import { FormControl } from '@angular/forms';
|
3
|
+
import { ControlComponent, ViewMode } from '../base';
|
4
|
+
import { CombinationPicker } from '../inputs/combination-picker';
|
5
|
+
import { CubeService } from '../../cube/cube.service';
|
6
|
+
import { SessionService } from '../session.service';
|
7
|
+
import * as i0 from "@angular/core";
|
8
|
+
export declare class AxesPickerField implements ControlComponent, OnInit {
|
9
|
+
private _session;
|
10
|
+
private _service;
|
11
|
+
mode: ViewMode;
|
12
|
+
hint?: string;
|
13
|
+
label?: string;
|
14
|
+
required?: boolean;
|
15
|
+
cube?: string;
|
16
|
+
input: CombinationPicker;
|
17
|
+
readonly control: FormControl<any>;
|
18
|
+
focus(): void;
|
19
|
+
ngOnInit(): void;
|
20
|
+
nameOf(value: string): import("rxjs").Observable<string>;
|
21
|
+
constructor(_session: SessionService, _service: CubeService);
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AxesPickerField, never>;
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AxesPickerField, "ng-component", never, {}, {}, never, never, false, never>;
|
24
|
+
}
|
@@ -1,16 +1,14 @@
|
|
1
1
|
import { FormBuilder } from '@angular/forms';
|
2
|
-
import { SystemService } from '../../admin/system.service';
|
3
2
|
import { ControlDesigner } from '../base';
|
4
|
-
import { OptionsControlDesigner } from './options.base';
|
5
3
|
import * as i0 from "@angular/core";
|
6
|
-
export declare class YesNoControlDesigner
|
4
|
+
export declare class YesNoControlDesigner implements ControlDesigner<YesNoModel> {
|
7
5
|
private _fb;
|
8
6
|
readonly form: import("@angular/forms").FormGroup<{
|
9
7
|
dataType: import("@angular/forms").FormControl<unknown>;
|
10
8
|
hint: import("@angular/forms").FormControl<unknown>;
|
11
9
|
defaultValue: import("@angular/forms").FormControl<unknown>;
|
12
10
|
}>;
|
13
|
-
constructor(
|
11
|
+
constructor(_fb: FormBuilder);
|
14
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<YesNoControlDesigner, never>;
|
15
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<YesNoControlDesigner, "ng-component", never, {}, {}, never, never, false, never>;
|
16
14
|
}
|
@@ -7,6 +7,7 @@ import { FocusMonitor } from "@angular/cdk/a11y";
|
|
7
7
|
import { Directionality } from "@angular/cdk/bidi";
|
8
8
|
import { Subject } from "rxjs";
|
9
9
|
import { CombinationSelectedEvent, ExploreSettings } from "./combination-picker-body";
|
10
|
+
import { MatInput } from "@angular/material/input";
|
10
11
|
import * as i0 from "@angular/core";
|
11
12
|
export declare class CombinationPicker implements MatFormFieldControl<string>, ControlValueAccessor, OnInit, DoCheck, OnDestroy {
|
12
13
|
ngControl: NgControl;
|
@@ -56,6 +57,8 @@ export declare class CombinationPicker implements MatFormFieldControl<string>, C
|
|
56
57
|
errorState: boolean;
|
57
58
|
controlType?: string;
|
58
59
|
describedBy: string;
|
60
|
+
_input: MatInput;
|
61
|
+
focus(): void;
|
59
62
|
setDescribedByIds(ids: string[]): void;
|
60
63
|
onContainerClick(evt: MouseEvent): void;
|
61
64
|
open(evt: Event): void;
|
package/lib/designer.module.d.ts
CHANGED
@@ -11,26 +11,27 @@ import * as i8 from "./core/fields/signature.designer";
|
|
11
11
|
import * as i9 from "./core/fields/address.designer";
|
12
12
|
import * as i10 from "./core/fields/radio-button.designer";
|
13
13
|
import * as i11 from "./core/fields/checklist.designer";
|
14
|
-
import * as i12 from "./core/fields/
|
15
|
-
import * as i13 from "./core/fields/
|
16
|
-
import * as i14 from "./core/fields/
|
17
|
-
import * as i15 from "./core/fields/
|
18
|
-
import * as i16 from "./core/fields/
|
19
|
-
import * as i17 from "./core/fields/
|
20
|
-
import * as i18 from "./core/fields/
|
21
|
-
import * as i19 from "./core/fields/
|
22
|
-
import * as i20 from "./core/fields/
|
23
|
-
import * as i21 from "./core/fields/
|
24
|
-
import * as i22 from "./core/fields/
|
25
|
-
import * as i23 from "./core/fields/
|
26
|
-
import * as i24 from "./core/fields/
|
27
|
-
import * as i25 from "./core/fields/
|
28
|
-
import * as i26 from "
|
29
|
-
import * as i27 from "@angular/
|
30
|
-
import * as i28 from "
|
14
|
+
import * as i12 from "./core/fields/axes-picker.designer";
|
15
|
+
import * as i13 from "./core/fields/yesno.designer";
|
16
|
+
import * as i14 from "./core/fields/checkbox.designer";
|
17
|
+
import * as i15 from "./core/fields/date-range.designer";
|
18
|
+
import * as i16 from "./core/fields/time.designer";
|
19
|
+
import * as i17 from "./core/fields/timespan.field";
|
20
|
+
import * as i18 from "./core/fields/date.designer";
|
21
|
+
import * as i19 from "./core/fields/options.component";
|
22
|
+
import * as i20 from "./core/fields/select.designer";
|
23
|
+
import * as i21 from "./core/fields/html.designer";
|
24
|
+
import * as i22 from "./core/fields/tags.designer";
|
25
|
+
import * as i23 from "./core/fields/textarea.designer";
|
26
|
+
import * as i24 from "./core/fields/numeric.designer";
|
27
|
+
import * as i25 from "./core/fields/file.designer";
|
28
|
+
import * as i26 from "./core/fields/input.designer";
|
29
|
+
import * as i27 from "@angular/common";
|
30
|
+
import * as i28 from "@angular/forms";
|
31
|
+
import * as i29 from "./shared.module";
|
31
32
|
export declare class DesignerModule {
|
32
33
|
static forChild(): ModuleWithProviders<DesignerModule>;
|
33
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesignerModule, never>;
|
34
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DesignerModule, [typeof i1.SearchInput, typeof i2.ColorPicker, typeof i3.DesignerCubeFilterComponent, typeof i4.LocalizedStringComponent, typeof i5.LocalizedStringControlDesigner, typeof i6.ExpressionFieldDesigner, typeof i7.AutocompleteControlDesigner, typeof i8.SignatureControlDesigner, typeof i9.AddressControlDesigner, typeof i10.RadioButtonControlDesigner, typeof i11.ChecklistControlDesigner, typeof i12.
|
35
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DesignerModule, [typeof i1.SearchInput, typeof i2.ColorPicker, typeof i3.DesignerCubeFilterComponent, typeof i4.LocalizedStringComponent, typeof i5.LocalizedStringControlDesigner, typeof i6.ExpressionFieldDesigner, typeof i7.AutocompleteControlDesigner, typeof i8.SignatureControlDesigner, typeof i9.AddressControlDesigner, typeof i10.RadioButtonControlDesigner, typeof i11.ChecklistControlDesigner, typeof i12.AxesPickerControlDesigner, typeof i13.YesNoControlDesigner, typeof i14.CheckboxControlDesigner, typeof i15.DateRangeControlDesigner, typeof i16.TimeControlDesigner, typeof i17.TimespanControlDesigner, typeof i18.DateControlDesigner, typeof i19.ControlOptionsComponent, typeof i20.SelectControlDesigner, typeof i21.HtmlFieldDesigner, typeof i22.TagsControlDesigner, typeof i23.TextAreaFieldDesigner, typeof i24.NumberControlDesigner, typeof i25.FileControlDesigner, typeof i26.InputFieldDesigner], [typeof i27.CommonModule, typeof i28.ReactiveFormsModule, typeof i29.SharedModule], [typeof i1.SearchInput, typeof i2.ColorPicker, typeof i3.DesignerCubeFilterComponent, typeof i4.LocalizedStringComponent, typeof i5.LocalizedStringControlDesigner, typeof i6.ExpressionFieldDesigner, typeof i7.AutocompleteControlDesigner, typeof i8.SignatureControlDesigner, typeof i9.AddressControlDesigner, typeof i10.RadioButtonControlDesigner, typeof i11.ChecklistControlDesigner, typeof i13.YesNoControlDesigner, typeof i14.CheckboxControlDesigner, typeof i15.DateRangeControlDesigner, typeof i16.TimeControlDesigner, typeof i17.TimespanControlDesigner, typeof i18.DateControlDesigner, typeof i20.SelectControlDesigner, typeof i21.HtmlFieldDesigner, typeof i22.TagsControlDesigner, typeof i23.TextAreaFieldDesigner, typeof i24.NumberControlDesigner, typeof i25.FileControlDesigner, typeof i26.InputFieldDesigner]>;
|
35
36
|
static ɵinj: i0.ɵɵInjectorDeclaration<DesignerModule>;
|
36
37
|
}
|
package/lib/shared.module.d.ts
CHANGED
@@ -70,143 +70,144 @@ import * as i66 from "./core/fields/signature.field";
|
|
70
70
|
import * as i67 from "./core/fields/address.field";
|
71
71
|
import * as i68 from "./core/fields/radio-button.field";
|
72
72
|
import * as i69 from "./core/fields/checklist.field";
|
73
|
-
import * as i70 from "./core/fields/
|
74
|
-
import * as i71 from "./core/fields/
|
75
|
-
import * as i72 from "./core/fields/
|
76
|
-
import * as i73 from "./core/fields/
|
77
|
-
import * as i74 from "./core/fields/
|
78
|
-
import * as i75 from "./core/fields/
|
79
|
-
import * as i76 from "./core/fields/
|
80
|
-
import * as i77 from "./core/fields/date
|
81
|
-
import * as i78 from "./core/fields/
|
82
|
-
import * as i79 from "./core/fields/
|
83
|
-
import * as i80 from "./core/fields/
|
84
|
-
import * as i81 from "./core/fields/
|
85
|
-
import * as i82 from "./core/fields/
|
86
|
-
import * as i83 from "./core/fields/
|
87
|
-
import * as i84 from "./core/fields/
|
88
|
-
import * as i85 from "./
|
89
|
-
import * as i86 from "./compose/action/
|
90
|
-
import * as i87 from "./compose/action/
|
91
|
-
import * as i88 from "./
|
92
|
-
import * as i89 from "./
|
93
|
-
import * as i90 from "./
|
94
|
-
import * as i91 from "./core/
|
95
|
-
import * as i92 from "./
|
96
|
-
import * as i93 from "./cube/
|
97
|
-
import * as i94 from "./cube/
|
98
|
-
import * as i95 from "./
|
99
|
-
import * as i96 from "./
|
100
|
-
import * as i97 from "./
|
101
|
-
import * as i98 from "./
|
102
|
-
import * as i99 from "./notifications/
|
103
|
-
import * as i100 from "./
|
104
|
-
import * as i101 from "./
|
105
|
-
import * as i102 from "./core/tagging/tagging.directive";
|
106
|
-
import * as i103 from "./core/tagging/
|
107
|
-
import * as i104 from "./core/tagging/
|
108
|
-
import * as i105 from "./
|
109
|
-
import * as i106 from "./
|
110
|
-
import * as i107 from "./notifications/types/
|
111
|
-
import * as i108 from "./notifications/types/
|
112
|
-
import * as i109 from "./notifications/types/
|
113
|
-
import * as i110 from "./notifications/types/
|
114
|
-
import * as i111 from "./notifications/types/
|
115
|
-
import * as i112 from "./notifications/types/
|
116
|
-
import * as i113 from "./notifications/types/
|
117
|
-
import * as i114 from "./notifications/types/
|
118
|
-
import * as i115 from "./notifications/types/
|
119
|
-
import * as i116 from "./notifications/types/
|
120
|
-
import * as i117 from "./
|
121
|
-
import * as i118 from "./
|
122
|
-
import * as i119 from "./
|
123
|
-
import * as i120 from "./
|
124
|
-
import * as i121 from "./compose/
|
125
|
-
import * as i122 from "./compose/attachments/
|
126
|
-
import * as i123 from "./compose/
|
127
|
-
import * as i124 from "./compose/
|
128
|
-
import * as i125 from "./
|
129
|
-
import * as i126 from "./core/
|
130
|
-
import * as i127 from "./
|
131
|
-
import * as i128 from "./
|
132
|
-
import * as i129 from "./
|
133
|
-
import * as i130 from "./
|
134
|
-
import * as i131 from "./compose/
|
135
|
-
import * as i132 from "./compose/comments/
|
136
|
-
import * as i133 from "./compose/comments/
|
137
|
-
import * as i134 from "./compose/comments/
|
138
|
-
import * as i135 from "./compose/comments/
|
139
|
-
import * as i136 from "./
|
140
|
-
import * as i137 from "./browse/
|
141
|
-
import * as i138 from "./browse/
|
142
|
-
import * as i139 from "./
|
143
|
-
import * as i140 from "./
|
144
|
-
import * as i141 from "./cube/
|
145
|
-
import * as i142 from "./cube/
|
146
|
-
import * as i143 from "./cube/
|
147
|
-
import * as i144 from "./cube/
|
148
|
-
import * as i145 from "./cube/
|
149
|
-
import * as i146 from "./cube/
|
150
|
-
import * as i147 from "./
|
151
|
-
import * as i148 from "./reports/
|
152
|
-
import * as i149 from "./reports/
|
153
|
-
import * as i150 from "./
|
154
|
-
import * as i151 from "./dashboard/
|
155
|
-
import * as i152 from "./dashboard/
|
156
|
-
import * as i153 from "./
|
157
|
-
import * as i154 from "./core/
|
158
|
-
import * as i155 from "./
|
159
|
-
import * as i156 from "./
|
160
|
-
import * as i157 from "./
|
161
|
-
import * as i158 from "./
|
162
|
-
import * as i159 from "./
|
163
|
-
import * as i160 from "./
|
164
|
-
import * as i161 from "./
|
165
|
-
import * as i162 from "./
|
166
|
-
import * as i163 from "./reports/
|
167
|
-
import * as i164 from "./
|
168
|
-
import * as i165 from "./dashboard/cube/
|
169
|
-
import * as i166 from "./dashboard/cube/cube
|
170
|
-
import * as i167 from "./dashboard/cube/cube-
|
171
|
-
import * as i168 from "./dashboard/
|
172
|
-
import * as i169 from "./dashboard/
|
173
|
-
import * as i170 from "./dashboard/
|
174
|
-
import * as i171 from "./dashboard/score/
|
175
|
-
import * as i172 from "./dashboard/
|
176
|
-
import * as i173 from "./dashboard/cube/
|
177
|
-
import * as i174 from "./dashboard/
|
178
|
-
import * as i175 from "./dashboard/score/
|
179
|
-
import * as i176 from "./dashboard/score/
|
180
|
-
import * as i177 from "./
|
181
|
-
import * as i178 from "./reports/cube/usage-
|
182
|
-
import * as i179 from "./reports/cube/usage-
|
183
|
-
import * as i180 from "./
|
184
|
-
import * as i181 from "./core/
|
185
|
-
import * as i182 from "./
|
186
|
-
import * as i183 from "./
|
187
|
-
import * as i184 from "./
|
188
|
-
import * as i185 from "
|
189
|
-
import * as i186 from "@angular/common
|
190
|
-
import * as i187 from "@angular/
|
191
|
-
import * as i188 from "@angular/
|
192
|
-
import * as i189 from "@
|
193
|
-
import * as i190 from "
|
194
|
-
import * as i191 from "./modules/
|
195
|
-
import * as i192 from "./modules/
|
196
|
-
import * as i193 from "./modules/
|
197
|
-
import * as i194 from "./modules/
|
198
|
-
import * as i195 from "./modules/
|
199
|
-
import * as i196 from "./modules/
|
200
|
-
import * as i197 from "./modules/
|
201
|
-
import * as i198 from "./modules/
|
202
|
-
import * as i199 from "
|
203
|
-
import * as i200 from "@syncfusion/ej2-angular-
|
204
|
-
import * as i201 from "
|
205
|
-
import * as i202 from "./modules/
|
73
|
+
import * as i70 from "./core/fields/axes-picker.field";
|
74
|
+
import * as i71 from "./core/fields/yesno.field";
|
75
|
+
import * as i72 from "./core/fields/html.field";
|
76
|
+
import * as i73 from "./core/fields/file.field";
|
77
|
+
import * as i74 from "./core/fields/numeric.field";
|
78
|
+
import * as i75 from "./core/fields/autocomplete.field";
|
79
|
+
import * as i76 from "./core/fields/checkbox.field";
|
80
|
+
import * as i77 from "./core/fields/date.field";
|
81
|
+
import * as i78 from "./core/fields/date-range.field";
|
82
|
+
import * as i79 from "./core/fields/expression.field";
|
83
|
+
import * as i80 from "./core/fields/input.field";
|
84
|
+
import * as i81 from "./core/fields/select.field";
|
85
|
+
import * as i82 from "./core/fields/switch.field";
|
86
|
+
import * as i83 from "./core/fields/textarea.field";
|
87
|
+
import * as i84 from "./core/fields/tags.field";
|
88
|
+
import * as i85 from "./core/fields/timespan.field";
|
89
|
+
import * as i86 from "./compose/action/return-action.component";
|
90
|
+
import * as i87 from "./compose/action/assign-action.component";
|
91
|
+
import * as i88 from "./compose/action/moveto-action.component";
|
92
|
+
import * as i89 from "./core/avatar/avatar.component";
|
93
|
+
import * as i90 from "./compose/trace/people.component";
|
94
|
+
import * as i91 from "./core/tagging/edit-input.component";
|
95
|
+
import * as i92 from "./core/lottie-animation";
|
96
|
+
import * as i93 from "./cube/matrix/table.component";
|
97
|
+
import * as i94 from "./cube/filter/filter-tags.component.exp";
|
98
|
+
import * as i95 from "./cube/explore/explore-items.component";
|
99
|
+
import * as i96 from "./compose/version-compare/version-compare.directive";
|
100
|
+
import * as i97 from "./core/guide/guide.component";
|
101
|
+
import * as i98 from "./home/outofoffice/outofoffice.component";
|
102
|
+
import * as i99 from "./notifications/notifications-table.component";
|
103
|
+
import * as i100 from "./notifications/filter.component";
|
104
|
+
import * as i101 from "./compose/privilage.directive";
|
105
|
+
import * as i102 from "./core/tagging/tagging-item.directive";
|
106
|
+
import * as i103 from "./core/tagging/tagging.directive";
|
107
|
+
import * as i104 from "./core/tagging/documents.component";
|
108
|
+
import * as i105 from "./core/tagging/users.component";
|
109
|
+
import * as i106 from "./reports/cube/grid-documents.component";
|
110
|
+
import * as i107 from "./notifications/types/long-running-task.notification";
|
111
|
+
import * as i108 from "./notifications/types/tagged.notification";
|
112
|
+
import * as i109 from "./notifications/types/commented.notification";
|
113
|
+
import * as i110 from "./notifications/types/nudge.notification";
|
114
|
+
import * as i111 from "./notifications/types/invite.notification";
|
115
|
+
import * as i112 from "./notifications/types/text.notification";
|
116
|
+
import * as i113 from "./notifications/types/cube-anomaly.notification";
|
117
|
+
import * as i114 from "./notifications/types/escalated.notification";
|
118
|
+
import * as i115 from "./notifications/types/liked.notification";
|
119
|
+
import * as i116 from "./notifications/types/state-changed.notification";
|
120
|
+
import * as i117 from "./notifications/types/upcoming-event.notification";
|
121
|
+
import * as i118 from "./core/none.component";
|
122
|
+
import * as i119 from "./scheduler/schedule.component";
|
123
|
+
import * as i120 from "./options/options.component";
|
124
|
+
import * as i121 from "./compose/trace/trace.component";
|
125
|
+
import * as i122 from "./compose/attachments/progress-button.directive";
|
126
|
+
import * as i123 from "./compose/attachments/attachments.component";
|
127
|
+
import * as i124 from "./compose/events/events.component";
|
128
|
+
import * as i125 from "./compose/tag/tags.component";
|
129
|
+
import * as i126 from "./core/info/location-info.component";
|
130
|
+
import * as i127 from "./core/prompt/mask/mask.component";
|
131
|
+
import * as i128 from "./compose/trace/flow.component";
|
132
|
+
import * as i129 from "./reports/substitution/substitution.component";
|
133
|
+
import * as i130 from "./core/popup/popup.component";
|
134
|
+
import * as i131 from "./compose/attachments/preview/attachment-preview.component";
|
135
|
+
import * as i132 from "./compose/comments/comments.component";
|
136
|
+
import * as i133 from "./compose/comments/comment.component";
|
137
|
+
import * as i134 from "./compose/comments/edit-comment.component";
|
138
|
+
import * as i135 from "./compose/comments/votes.component";
|
139
|
+
import * as i136 from "./compose/comments/edits.component";
|
140
|
+
import * as i137 from "./browse/browse-items.component";
|
141
|
+
import * as i138 from "./browse/filter/filter.component";
|
142
|
+
import * as i139 from "./browse/expanded-item/expanded-item.component";
|
143
|
+
import * as i140 from "./compose/form.component";
|
144
|
+
import * as i141 from "./cube/cube-view.component";
|
145
|
+
import * as i142 from "./cube/filter/filter.component";
|
146
|
+
import * as i143 from "./cube/accum/accum.component";
|
147
|
+
import * as i144 from "./cube/chart/chart.component";
|
148
|
+
import * as i145 from "./cube/pivot/pivot.component";
|
149
|
+
import * as i146 from "./cube/spreadsheet/spreadsheet.component";
|
150
|
+
import * as i147 from "./cube/grid/grid.component";
|
151
|
+
import * as i148 from "./reports/report-viewer.component";
|
152
|
+
import * as i149 from "./reports/table/table-view.component";
|
153
|
+
import * as i150 from "./reports/arguments-component";
|
154
|
+
import * as i151 from "./dashboard/dashboard.component";
|
155
|
+
import * as i152 from "./dashboard/widget-item.component";
|
156
|
+
import * as i153 from "./dashboard/cube/filter/filter.component";
|
157
|
+
import * as i154 from "./core/save-changes.dialog";
|
158
|
+
import * as i155 from "./core/prompt/ask/ask.dialog";
|
159
|
+
import * as i156 from "./home/about/about.dialog";
|
160
|
+
import * as i157 from "./compose/action/action.dialog";
|
161
|
+
import * as i158 from "./impersonate/impersonate.component";
|
162
|
+
import * as i159 from "./chat/conversation.component";
|
163
|
+
import * as i160 from "./cube/matrix/popup.component";
|
164
|
+
import * as i161 from "./compose/version-compare/version-compare.component";
|
165
|
+
import * as i162 from "./cube/explore/document-item.component";
|
166
|
+
import * as i163 from "./reports/tasks/tasks.component";
|
167
|
+
import * as i164 from "./reports/cube/table-documents.component";
|
168
|
+
import * as i165 from "./dashboard/cube/compare.widget";
|
169
|
+
import * as i166 from "./dashboard/cube/accum-cube.widget";
|
170
|
+
import * as i167 from "./dashboard/cube/cube-analysis.widget";
|
171
|
+
import * as i168 from "./dashboard/cube/cube-chart.widget";
|
172
|
+
import * as i169 from "./dashboard/actions/actions.widget";
|
173
|
+
import * as i170 from "./dashboard/recents/recents.widget";
|
174
|
+
import * as i171 from "./dashboard/score/pending-results.widget";
|
175
|
+
import * as i172 from "./dashboard/score/compare-groups.widget";
|
176
|
+
import * as i173 from "./dashboard/cube/documents.widget";
|
177
|
+
import * as i174 from "./dashboard/cube/document-state.widget";
|
178
|
+
import * as i175 from "./dashboard/score/personal-score.widget";
|
179
|
+
import * as i176 from "./dashboard/score/activity.widget";
|
180
|
+
import * as i177 from "./dashboard/score/peers-performance.widget";
|
181
|
+
import * as i178 from "./reports/cube/usage-pivot.component";
|
182
|
+
import * as i179 from "./reports/cube/usage-chart.component";
|
183
|
+
import * as i180 from "./reports/cube/usage-args.component";
|
184
|
+
import * as i181 from "./core/tagging/emoji.component";
|
185
|
+
import * as i182 from "./core/popup/tooltip.directive";
|
186
|
+
import * as i183 from "./app.component";
|
187
|
+
import * as i184 from "./cube/spreadsheet/spreadsheet.container.exp";
|
188
|
+
import * as i185 from "./modules/dayjs.module";
|
189
|
+
import * as i186 from "@angular/common";
|
190
|
+
import * as i187 from "@angular/common/http";
|
191
|
+
import * as i188 from "@angular/forms";
|
192
|
+
import * as i189 from "@angular/router";
|
193
|
+
import * as i190 from "@ctrl/ngx-emoji-mart";
|
194
|
+
import * as i191 from "./modules/gantt.module";
|
195
|
+
import * as i192 from "./modules/schedule.module";
|
196
|
+
import * as i193 from "./modules/circular-gauge.module";
|
197
|
+
import * as i194 from "./modules/chart.module";
|
198
|
+
import * as i195 from "./modules/grid.module";
|
199
|
+
import * as i196 from "./modules/linear-gauge.module";
|
200
|
+
import * as i197 from "./modules/texteditor.module";
|
201
|
+
import * as i198 from "./modules/spreadsheet.module";
|
202
|
+
import * as i199 from "./modules/pivot.module";
|
203
|
+
import * as i200 from "@syncfusion/ej2-angular-inputs";
|
204
|
+
import * as i201 from "@syncfusion/ej2-angular-kanban";
|
205
|
+
import * as i202 from "./modules/diagram.module";
|
206
|
+
import * as i203 from "./modules/material.module";
|
206
207
|
/** common BizDoc components */
|
207
208
|
export declare class SharedModule {
|
208
209
|
static forChild(config?: SharedConfig): ModuleWithProviders<SharedModule>;
|
209
210
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
210
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.OverlayFormComponent, typeof i2.LocalizedStringPipe, typeof i3.HelpTipComponent, typeof i4.BoxFormComponent, typeof i5.BoxFormRowComponent, typeof i6.BoxFormControlComponent, typeof i7.PerformanceWindComponent, typeof i8.PerformanceHiloComponent, typeof i9.CubeUsageComponent, typeof i10.CubeDocumentsComponent, typeof i11.DateFormatPipe, typeof i12.CalendarPipe, typeof i13.DifferencePipe, typeof i14.DurationPipe, typeof i15.TimeAgoPipe, typeof i16.ToNowPipe, typeof i17.HtmlSimplePipe, typeof i18.CheckboxComponent, typeof i19.CubeParallelComponent, typeof i20.CubeSumComponent, typeof i21.CubeParallelViewComponent, typeof i22.CubeChartViewComponent, typeof i23.CubeExploreViewComponent, typeof i24.CubeDocumentSumComponent, typeof i25.ExploreItemImplComponent, typeof i26.DocumentInfoComponent, typeof i27.DocumentViewsComponent, typeof i28.ViewItemComponent, typeof i29.CubeDocumentMatrixComponent, typeof i30.CubeDocumentViewComponent, typeof i31.CubePivotViewComponent, typeof i32.ActionPicker, typeof i33.QuickCommentComponent, typeof i34.DurationFormatPipe, typeof i35.CombinationPicker, typeof i36.CombinationPickerBody, typeof i37.CombinationPool, typeof i38.TimelineViewComponent, typeof i39.MatIconAnimate, typeof i40.DateRangePipe, typeof i40.AgoPipe, typeof i41.StateDirective, typeof i42.JoinPipe, typeof i43.TypeValuePipe, typeof i44.L18nPipe, typeof i44.TranslatePipe, typeof i45.IdentityName, typeof i46.SanitizeHtmlPipe, typeof i47.StatePipe, typeof i48.ActionPipe, typeof i49.RolePipe, typeof i50.FormPipe, typeof i51.FilterPipe, typeof i51.ArraySortPipe, typeof i51.JsonPipe, typeof i52.UserNamePipe, typeof i53.TaggingPipe, typeof i54.TypeSelect, typeof i55.TypeAutocomplete, typeof i56.Signature, typeof i57.AceInput, typeof i58.TimespanInput, typeof i59.AddressInput, typeof i60.FileInput, typeof i61.TimePicker, typeof i62.LayoutComponent, typeof i63.StickyToolbar, typeof i64.VirtualTabs, typeof i64.Tab, typeof i65.TimeField, typeof i66.SignatureField, typeof i67.AddressField, typeof i68.RadioButtonField, typeof i69.ChecklistField, typeof i70.
|
211
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.OverlayFormComponent, typeof i2.LocalizedStringPipe, typeof i3.HelpTipComponent, typeof i4.BoxFormComponent, typeof i5.BoxFormRowComponent, typeof i6.BoxFormControlComponent, typeof i7.PerformanceWindComponent, typeof i8.PerformanceHiloComponent, typeof i9.CubeUsageComponent, typeof i10.CubeDocumentsComponent, typeof i11.DateFormatPipe, typeof i12.CalendarPipe, typeof i13.DifferencePipe, typeof i14.DurationPipe, typeof i15.TimeAgoPipe, typeof i16.ToNowPipe, typeof i17.HtmlSimplePipe, typeof i18.CheckboxComponent, typeof i19.CubeParallelComponent, typeof i20.CubeSumComponent, typeof i21.CubeParallelViewComponent, typeof i22.CubeChartViewComponent, typeof i23.CubeExploreViewComponent, typeof i24.CubeDocumentSumComponent, typeof i25.ExploreItemImplComponent, typeof i26.DocumentInfoComponent, typeof i27.DocumentViewsComponent, typeof i28.ViewItemComponent, typeof i29.CubeDocumentMatrixComponent, typeof i30.CubeDocumentViewComponent, typeof i31.CubePivotViewComponent, typeof i32.ActionPicker, typeof i33.QuickCommentComponent, typeof i34.DurationFormatPipe, typeof i35.CombinationPicker, typeof i36.CombinationPickerBody, typeof i37.CombinationPool, typeof i38.TimelineViewComponent, typeof i39.MatIconAnimate, typeof i40.DateRangePipe, typeof i40.AgoPipe, typeof i41.StateDirective, typeof i42.JoinPipe, typeof i43.TypeValuePipe, typeof i44.L18nPipe, typeof i44.TranslatePipe, typeof i45.IdentityName, typeof i46.SanitizeHtmlPipe, typeof i47.StatePipe, typeof i48.ActionPipe, typeof i49.RolePipe, typeof i50.FormPipe, typeof i51.FilterPipe, typeof i51.ArraySortPipe, typeof i51.JsonPipe, typeof i52.UserNamePipe, typeof i53.TaggingPipe, typeof i54.TypeSelect, typeof i55.TypeAutocomplete, typeof i56.Signature, typeof i57.AceInput, typeof i58.TimespanInput, typeof i59.AddressInput, typeof i60.FileInput, typeof i61.TimePicker, typeof i62.LayoutComponent, typeof i63.StickyToolbar, typeof i64.VirtualTabs, typeof i64.Tab, typeof i65.TimeField, typeof i66.SignatureField, typeof i67.AddressField, typeof i68.RadioButtonField, typeof i69.ChecklistField, typeof i70.AxesPickerField, typeof i71.YesNoField, typeof i72.HtmlField, typeof i73.FileField, typeof i74.NumericField, typeof i75.AutocompleteField, typeof i76.CheckboxField, typeof i77.DateField, typeof i78.DateRangeField, typeof i79.ExpressionField, typeof i80.InputField, typeof i81.SelectField, typeof i82.SwitchField, typeof i83.TextareaField, typeof i84.ChipsField, typeof i85.TimespanField, typeof i86.ReturnActionComponent, typeof i87.AssignActionComponent, typeof i88.MoveToActionComponent, typeof i89.AvatarComponent, typeof i90.PeopleComponent, typeof i91.EditInputComponent, typeof i92.LottieAnimation, typeof i17.ContactsComponent, typeof i93.CubeMatrixComponent, typeof i94.FilterTagsComponent, typeof i95.ExploreItemsComponent, typeof i96.CompareNameDirective, typeof i96.CompareGroupDirective, typeof i96.CompareContextDirective, typeof i97.GuideComponent, typeof i98.OutOfOfficeToast, typeof i99.NotificationsTableComponent, typeof i100.NotificationsFilterComponent, typeof i101.PrivilegeHiddenDirective, typeof i102.TaggingItemDirective, typeof i103.TaggingDirective, typeof i104.DocumentTaggingComponent, typeof i105.UserTaggingComponent, typeof i101.PrivilegeDisabledDirective, typeof i106.CubeDocumentsGridComponent, typeof i107.LongRunningTaskNotification, typeof i108.TaggedNotification, typeof i109.CommentedNotification, typeof i110.NudgeNotification, typeof i111.InviteNotification, typeof i112.TextNotification, typeof i113.CubeAnomalyNotification, typeof i114.EscalatedNotification, typeof i115.LikedNotification, typeof i116.StateChangedNotification, typeof i117.UpcomingEventNotification, typeof i118.NoneComponent, typeof i119.ScheduleViewComponent, typeof i120.OptionsComponent, typeof i121.TraceViewComponent, typeof i122.ProgressDirective, typeof i123.AttachmentsComponent, typeof i124.DocumentEventsComponent, typeof i125.TagsComponent, typeof i126.MapComponent, typeof i127.MaskComponent, typeof i128.FlowViewComponent, typeof i129.SubstitutionComponent, typeof i130.PopupComponent, typeof i131.AttachmentPreview, typeof i132.CommentsComponent, typeof i133.CommentComponent, typeof i134.EditCommentComponent, typeof i135.CommentLikesComponent, typeof i136.CommentEditsComponent, typeof i137.BrowseItemsComponent, typeof i138.BrowseFilterComponent, typeof i139.ExpandedItemComponent, typeof i140.ComposeFormComponent, typeof i141.CubeViewComponent, typeof i142.CubeFilterComponent, typeof i143.CubeAccumulationChartComponent, typeof i144.CubeChartComponent, typeof i145.CubePivotComponent, typeof i146.CubeSpreadsheetComponent, typeof i147.CubeGridComponent, typeof i148.ReportViewerComponent, typeof i149.TableViewComponent, typeof i150.ReportArgumentsComponent, typeof i151.DashboardComponent, typeof i152.WidgetItemComponent, typeof i153.CubeWidgetFilterComponent, typeof i154.SaveChangesDialog, typeof i155.AskDialog, typeof i156.AboutDialog, typeof i157.ActionDialog, typeof i158.ImpersonateDialog, typeof i159.ConversationComponent, typeof i160.CubeMatrixPopupComponent, typeof i161.VersionCompareComponent, typeof i162.ExploreDocumentComponent, typeof i163.TasksComponent, typeof i164.CubeDocumentsTableComponent, typeof i165.CubePerformanceWidget, typeof i166.CubeAccumAnalysisWidget, typeof i167.CubeAnalysisWidget, typeof i168.CubeChartAnalysisWidget, typeof i169.ActionsWidget, typeof i170.RecentsWidget, typeof i171.PendingResultsWidget, typeof i172.CompareGroupsWidget, typeof i173.CubeDocumentsWidget, typeof i174.DocumentStateWidgetComponent, typeof i175.PersonalScoreWidget, typeof i176.PersonalActivityWidget, typeof i177.PeersPerformanceWidget, typeof i178.UsagePivotComponent, typeof i179.UsageChartComponent, typeof i180.UsageReportArgs, typeof i181.EmojiHostComponent, typeof i182.TooltipDirective, typeof i182.TooltipComponent, typeof i183.BrokenPage], [typeof i184.SpContainer, typeof i185.DayJsModule, typeof i186.CommonModule, typeof i187.HttpClientModule, typeof i188.ReactiveFormsModule, typeof i189.RouterModule, typeof i190.PickerModule, typeof i191.SyncfusionGanttModule, typeof i192.SyncfusionScheduleModule, typeof i193.SyncfusionCircularGaugeModule, typeof i194.SyncfusionChartModule, typeof i191.SyncfusionGanttModule, typeof i195.SyncfusionGridModule, typeof i196.SyncfusionLinearGaugeModule, typeof i197.SyncfusionTextEditorModule, typeof i198.SyncfusionSpreadsheetModule, typeof i199.SyncfusionPivotModule, typeof i200.SignatureModule, typeof i201.KanbanModule, typeof i202.SyncfusionDiagramModule, typeof i203.MaterialModule], [typeof i120.OptionsComponent, typeof i184.SpContainer, typeof i118.NoneComponent, typeof i2.LocalizedStringPipe, typeof i203.MaterialModule, typeof i183.BrokenPage, typeof i3.HelpTipComponent, typeof i94.FilterTagsComponent, typeof i11.DateFormatPipe, typeof i12.CalendarPipe, typeof i13.DifferencePipe, typeof i14.DurationPipe, typeof i15.TimeAgoPipe, typeof i16.ToNowPipe, typeof i18.CheckboxComponent, typeof i19.CubeParallelComponent, typeof i20.CubeSumComponent, typeof i25.ExploreItemImplComponent, typeof i26.DocumentInfoComponent, typeof i27.DocumentViewsComponent, typeof i151.DashboardComponent, typeof i125.TagsComponent, typeof i33.QuickCommentComponent, typeof i132.CommentsComponent, typeof i62.LayoutComponent, typeof i157.ActionDialog, typeof i63.StickyToolbar, typeof i64.VirtualTabs, typeof i64.Tab, typeof i138.BrowseFilterComponent, typeof i142.CubeFilterComponent, typeof i119.ScheduleViewComponent, typeof i148.ReportViewerComponent, typeof i152.WidgetItemComponent, typeof i141.CubeViewComponent, typeof i95.ExploreItemsComponent, typeof i140.ComposeFormComponent, typeof i137.BrowseItemsComponent, typeof i99.NotificationsTableComponent, typeof i32.ActionPicker, typeof i159.ConversationComponent, typeof i41.StateDirective, typeof i17.ContactsComponent, typeof i93.CubeMatrixComponent, typeof i39.MatIconAnimate, typeof i182.TooltipDirective, typeof i58.TimespanInput, typeof i60.FileInput, typeof i59.AddressInput, typeof i57.AceInput, typeof i35.CombinationPicker, typeof i37.CombinationPool, typeof i54.TypeSelect, typeof i55.TypeAutocomplete, typeof i61.TimePicker, typeof i34.DurationFormatPipe, typeof i40.DateRangePipe, typeof i43.TypeValuePipe, typeof i42.JoinPipe, typeof i47.StatePipe, typeof i48.ActionPipe, typeof i49.RolePipe, typeof i50.FormPipe, typeof i51.FilterPipe, typeof i51.JsonPipe, typeof i51.ArraySortPipe, typeof i52.UserNamePipe, typeof i46.SanitizeHtmlPipe, typeof i44.L18nPipe, typeof i44.TranslatePipe, typeof i45.IdentityName, typeof i89.AvatarComponent, typeof i150.ReportArgumentsComponent, typeof i131.AttachmentPreview, typeof i101.PrivilegeHiddenDirective, typeof i101.PrivilegeDisabledDirective, typeof i96.CompareGroupDirective, typeof i96.CompareNameDirective, typeof i96.CompareContextDirective, typeof i121.TraceViewComponent, typeof i128.FlowViewComponent, typeof i87.AssignActionComponent, typeof i86.ReturnActionComponent, typeof i162.ExploreDocumentComponent, typeof i165.CubePerformanceWidget, typeof i169.ActionsWidget, typeof i167.CubeAnalysisWidget, typeof i173.CubeDocumentsWidget, typeof i170.RecentsWidget, typeof i176.PersonalActivityWidget, typeof i172.CompareGroupsWidget, typeof i177.PeersPerformanceWidget, typeof i171.PendingResultsWidget, typeof i175.PersonalScoreWidget, typeof i153.CubeWidgetFilterComponent, typeof i164.CubeDocumentsTableComponent, typeof i106.CubeDocumentsGridComponent, typeof i163.TasksComponent, typeof i180.UsageReportArgs, typeof i179.UsageChartComponent, typeof i178.UsagePivotComponent, typeof i161.VersionCompareComponent, typeof i92.LottieAnimation, typeof i143.CubeAccumulationChartComponent, typeof i144.CubeChartComponent, typeof i145.CubePivotComponent, typeof i146.CubeSpreadsheetComponent, typeof i147.CubeGridComponent]>;
|
211
212
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
212
213
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bizdoc/core",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.6.0",
|
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",
|
@@ -12,28 +12,28 @@
|
|
12
12
|
"@ctrl/ngx-emoji-mart": "^9.2.0",
|
13
13
|
"@googlemaps/js-api-loader": "^1.16.6",
|
14
14
|
"@microsoft/signalr": "^8.0.0",
|
15
|
-
"@syncfusion/ej2": "^
|
16
|
-
"@syncfusion/ej2-angular-charts": "^
|
17
|
-
"@syncfusion/ej2-angular-circulargauge": "^
|
18
|
-
"@syncfusion/ej2-angular-diagrams": "^
|
19
|
-
"@syncfusion/ej2-angular-gantt": "^
|
20
|
-
"@syncfusion/ej2-angular-grids": "^
|
21
|
-
"@syncfusion/ej2-angular-inputs": "^
|
22
|
-
"@syncfusion/ej2-angular-kanban": "^
|
23
|
-
"@syncfusion/ej2-angular-lineargauge": "^
|
24
|
-
"@syncfusion/ej2-angular-pivotview": "^
|
25
|
-
"@syncfusion/ej2-angular-richtexteditor": "^
|
26
|
-
"@syncfusion/ej2-angular-schedule": "^
|
27
|
-
"@syncfusion/ej2-angular-spreadsheet": "^
|
28
|
-
"@syncfusion/ej2-base": "^
|
29
|
-
"ace-builds": "^1.
|
15
|
+
"@syncfusion/ej2": "^26.1.35",
|
16
|
+
"@syncfusion/ej2-angular-charts": "^26.1.35",
|
17
|
+
"@syncfusion/ej2-angular-circulargauge": "^26.1.35",
|
18
|
+
"@syncfusion/ej2-angular-diagrams": "^26.1.35",
|
19
|
+
"@syncfusion/ej2-angular-gantt": "^26.1.35",
|
20
|
+
"@syncfusion/ej2-angular-grids": "^26.1.35",
|
21
|
+
"@syncfusion/ej2-angular-inputs": "^26.1.35",
|
22
|
+
"@syncfusion/ej2-angular-kanban": "^26.1.35",
|
23
|
+
"@syncfusion/ej2-angular-lineargauge": "^26.1.35",
|
24
|
+
"@syncfusion/ej2-angular-pivotview": "^26.1.35",
|
25
|
+
"@syncfusion/ej2-angular-richtexteditor": "^26.1.35",
|
26
|
+
"@syncfusion/ej2-angular-schedule": "^26.1.35",
|
27
|
+
"@syncfusion/ej2-angular-spreadsheet": "^26.1.35",
|
28
|
+
"@syncfusion/ej2-base": "^26.1.35",
|
29
|
+
"ace-builds": "^1.35.0",
|
30
30
|
"cookie": "^0.6.0",
|
31
31
|
"dayjs": "^1.11.11",
|
32
32
|
"firebase": "^10.12.2",
|
33
33
|
"hammerjs": "~2",
|
34
34
|
"ngx-cookie-service": "18",
|
35
35
|
"typescript": "5.4",
|
36
|
-
"zone.js": "^0.14.
|
36
|
+
"zone.js": "^0.14.7",
|
37
37
|
"tslib": "^2.3.0"
|
38
38
|
},
|
39
39
|
"peerDependencies": {
|