@bizdoc/core 3.0.5 → 3.2.1
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/system/Workday.svg +37 -37
- package/assets/themes/brown.min.css +1 -1
- package/assets/themes/dark.min.css +1 -1
- package/assets/themes/deep-purple-light-blue.min.css +1 -1
- package/assets/themes/deep-purple-teal.min.css +1 -1
- package/assets/themes/default.min.css +44 -1
- package/assets/themes/green.min.css +1 -1
- package/assets/themes/indigo-amber.min.css +1 -1
- package/assets/themes/indigo.min.css +1 -1
- package/esm2022/bizdoc-core.mjs +1 -1
- package/esm2022/lib/admin/admin-dismiss.service.mjs +4 -4
- package/esm2022/lib/admin/admin-menu.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/cube-axes-filter.component.mjs +10 -10
- package/esm2022/lib/admin/architecture/declarations.mjs +3 -2
- package/esm2022/lib/admin/architecture/designer-element.component.mjs +25 -22
- package/esm2022/lib/admin/architecture/designer-privileges.component.mjs +6 -6
- package/esm2022/lib/admin/architecture/designer.base.mjs +11 -14
- package/esm2022/lib/admin/architecture/designer.component.mjs +9 -8
- package/esm2022/lib/admin/architecture/elements/action.component.mjs +4 -5
- package/esm2022/lib/admin/architecture/elements/analysis-view.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/analysis-widget.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/anomaly-rule.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/attribute.component.mjs +5 -6
- package/esm2022/lib/admin/architecture/elements/box-form.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/configuration-datasource.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/control.component.mjs +4 -7
- package/esm2022/lib/admin/architecture/elements/cube-index-utility.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/cube-view.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/cube.component.mjs +14 -15
- package/esm2022/lib/admin/architecture/elements/document-state-widget.component.mjs +6 -8
- package/esm2022/lib/admin/architecture/elements/documents-report.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/documents-widget.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/explore-view.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/folder.component.mjs +5 -6
- package/esm2022/lib/admin/architecture/elements/form-invite.dialog.mjs +9 -11
- package/esm2022/lib/admin/architecture/elements/form.component.mjs +13 -14
- package/esm2022/lib/admin/architecture/elements/guide.component.mjs +5 -6
- package/esm2022/lib/admin/architecture/elements/job.component.mjs +5 -6
- package/esm2022/lib/admin/architecture/elements/matrix-view.component.mjs +6 -6
- package/esm2022/lib/admin/architecture/elements/node.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/parallel-view.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/performance-report.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/performance-widget.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/pivot-view.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/policy.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/report.component.mjs +5 -6
- package/esm2022/lib/admin/architecture/elements/return-to-role-action.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/role.component.mjs +5 -6
- package/esm2022/lib/admin/architecture/elements/rule.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/source.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/state.component.mjs +4 -5
- package/esm2022/lib/admin/architecture/elements/sum-view.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/tasks-report.component.mjs +5 -5
- package/esm2022/lib/admin/architecture/elements/type.component.mjs +7 -8
- package/esm2022/lib/admin/architecture/elements/usage-report.component.mjs +6 -6
- package/esm2022/lib/admin/architecture/elements/utility.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/view.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/elements/widget.component.mjs +5 -6
- package/esm2022/lib/admin/architecture/icon-picker.component.mjs +12 -7
- package/esm2022/lib/admin/core/ace.input.mjs +14 -13
- package/esm2022/lib/admin/core/color-picker.input.mjs +5 -5
- package/esm2022/lib/admin/core/localized-string.component.mjs +8 -7
- package/esm2022/lib/admin/core/search.input.mjs +5 -5
- package/esm2022/lib/admin/diff/configuration-diff.component.mjs +8 -7
- package/esm2022/lib/admin/document-trace/document-trace.component.mjs +19 -13
- package/esm2022/lib/admin/document-trace/reassign.dialog.mjs +5 -5
- package/esm2022/lib/admin/document-trace/timeline.mjs +1 -1
- package/esm2022/lib/admin/document-trace/trace-element.component.mjs +6 -6
- package/esm2022/lib/admin/form/designer/box-designer.component.mjs +6 -6
- package/esm2022/lib/admin/form/designer/declarations.mjs +1 -1
- package/esm2022/lib/admin/form/designer/design-control.component.mjs +4 -4
- package/esm2022/lib/admin/form/designer/properties.component.mjs +5 -5
- package/esm2022/lib/admin/form/designer/section.component.mjs +5 -5
- package/esm2022/lib/admin/form/designer/settings.component.mjs +4 -4
- package/esm2022/lib/admin/form/form.resolve.service.mjs +4 -4
- package/esm2022/lib/admin/form/workflow/node-ref.mjs +1 -1
- package/esm2022/lib/admin/form/workflow/node.component.mjs +35 -35
- package/esm2022/lib/admin/form/workflow/role-node.component.mjs +5 -5
- package/esm2022/lib/admin/form/workflow/workflow.component.mjs +10 -12
- package/esm2022/lib/admin/indices/manage-cube-index.component.mjs +9 -9
- package/esm2022/lib/admin/patterns/patterns.component.mjs +5 -5
- package/esm2022/lib/admin/permissions/permissions.component.mjs +5 -5
- package/esm2022/lib/admin/positions/positions-popup.component.mjs +8 -7
- package/esm2022/lib/admin/positions/positions.component.mjs +9 -9
- package/esm2022/lib/admin/profiler/outofoffice.component.mjs +6 -6
- package/esm2022/lib/admin/profiler/profiler.component.mjs +7 -7
- package/esm2022/lib/admin/system.service.mjs +15 -11
- package/esm2022/lib/admin/utility-ref.mjs +7 -5
- package/esm2022/lib/admin/utility-wrapper.component.mjs +4 -4
- package/esm2022/lib/admin/utility.pane.component.mjs +4 -4
- package/esm2022/lib/app.component.mjs +7 -7
- package/esm2022/lib/bizdoc.module.mjs +5 -5
- package/esm2022/lib/browse/browse-items.component.mjs +34 -33
- package/esm2022/lib/browse/browse.mobile.component.mjs +11 -8
- package/esm2022/lib/browse/browse.pane.component.mjs +9 -9
- package/esm2022/lib/browse/expanded-item/expanded-item.component.mjs +12 -12
- package/esm2022/lib/browse/filter/filter.component.mjs +27 -39
- package/esm2022/lib/browse/folders-menu.component.mjs +5 -5
- package/esm2022/lib/chat/chat-info.mjs +9 -8
- package/esm2022/lib/chat/chat.mobile.component.mjs +5 -5
- package/esm2022/lib/chat/chat.service.mjs +6 -6
- package/esm2022/lib/chat/contacts.component.mjs +10 -9
- package/esm2022/lib/chat/contacts.pane.component.mjs +4 -4
- package/esm2022/lib/chat/conversation.component.mjs +8 -8
- package/esm2022/lib/chat/conversation.pane.component.mjs +4 -4
- package/esm2022/lib/compose/action/action-picker.component.mjs +7 -10
- package/esm2022/lib/compose/action/action-ref.mjs +1 -1
- package/esm2022/lib/compose/action/action.base.mjs +1 -1
- package/esm2022/lib/compose/action/action.dialog.mjs +5 -5
- package/esm2022/lib/compose/action/action.pane.dialog.exp.mjs +7 -7
- package/esm2022/lib/compose/action/assign-action.component.mjs +5 -5
- package/esm2022/lib/compose/action/moveto-action.component.mjs +6 -6
- package/esm2022/lib/compose/action/return-action.component.mjs +5 -5
- package/esm2022/lib/compose/attachments/attachments.component.mjs +5 -5
- package/esm2022/lib/compose/attachments/preview/attachment-preview.component.mjs +5 -5
- package/esm2022/lib/compose/attachments/progress-button.directive.mjs +4 -4
- package/esm2022/lib/compose/box/box.component.mjs +5 -5
- package/esm2022/lib/compose/box/control.component.mjs +4 -4
- package/esm2022/lib/compose/box/row.component.mjs +4 -4
- package/esm2022/lib/compose/can-deactivate-changes.service.mjs +4 -4
- package/esm2022/lib/compose/comments/comment.component.mjs +18 -15
- package/esm2022/lib/compose/comments/comments.component.mjs +7 -7
- package/esm2022/lib/compose/comments/comments.pane.component.mjs +5 -5
- package/esm2022/lib/compose/comments/edit-comment.component.mjs +4 -4
- package/esm2022/lib/compose/comments/edits.component.mjs +5 -5
- package/esm2022/lib/compose/comments/quick-comment.component.exp.mjs +6 -6
- package/esm2022/lib/compose/comments/votes.component.mjs +5 -5
- package/esm2022/lib/compose/compose-resolve.service.mjs +4 -4
- package/esm2022/lib/compose/compose.mobile.component.mjs +8 -8
- package/esm2022/lib/compose/compose.pane.component.mjs +11 -11
- package/esm2022/lib/compose/copy/copy.dialog.mjs +5 -5
- package/esm2022/lib/compose/dismiss.service.mjs +4 -4
- package/esm2022/lib/compose/document-resolve.service.mjs +7 -7
- package/esm2022/lib/compose/document-resolver.service.mjs +4 -4
- package/esm2022/lib/compose/document.component.mjs +4 -4
- package/esm2022/lib/compose/document.mobile.component.mjs +4 -4
- package/esm2022/lib/compose/document.pane.component.mjs +4 -4
- package/esm2022/lib/compose/events/events.component.mjs +5 -5
- package/esm2022/lib/compose/form-ref.mjs +1 -1
- package/esm2022/lib/compose/form-selector/form-selector.sheet.mjs +5 -5
- package/esm2022/lib/compose/form.component.mjs +59 -23
- package/esm2022/lib/compose/new-menu.component.mjs +8 -7
- package/esm2022/lib/compose/overlay.component.exp.mjs +4 -4
- package/esm2022/lib/compose/privilage.directive.mjs +7 -7
- package/esm2022/lib/compose/recipient-resolver.service.mjs +4 -4
- package/esm2022/lib/compose/state.component.mjs +4 -4
- package/esm2022/lib/compose/tag/tags.component.mjs +5 -5
- package/esm2022/lib/compose/trace/flow.component.mjs +16 -17
- package/esm2022/lib/compose/trace/people.component.mjs +14 -9
- package/esm2022/lib/compose/trace/trace.base.mjs +6 -7
- package/esm2022/lib/compose/trace/trace.component.mjs +5 -5
- package/esm2022/lib/compose/trace/trace.pane.component.mjs +4 -4
- package/esm2022/lib/compose/version-compare/version-compare.component.mjs +5 -4
- package/esm2022/lib/compose/version-compare/version-compare.directive.mjs +14 -14
- package/esm2022/lib/compose/version-compare/version.pane.component.mjs +5 -5
- package/esm2022/lib/core/account.service.mjs +4 -4
- package/esm2022/lib/core/animated-icon/animated-icon.directive.mjs +4 -4
- package/esm2022/lib/core/animations.mjs +1 -1
- package/esm2022/lib/core/authentication.mjs +1 -1
- package/esm2022/lib/core/avatar/avatar.component.mjs +52 -43
- package/esm2022/lib/core/base.mjs +1 -1
- package/esm2022/lib/core/checkbox.mjs +19 -19
- package/esm2022/lib/core/colors.mjs +1 -1
- package/esm2022/lib/core/component-factory-resolver.mjs +5 -5
- package/esm2022/lib/core/configuration.mjs +1 -1
- package/esm2022/lib/core/datasource.service.mjs +4 -4
- package/esm2022/lib/core/decorators.mjs +1 -1
- package/esm2022/lib/core/document-factory.service.mjs +4 -11
- package/esm2022/lib/core/fields/address.designer.mjs +4 -4
- package/esm2022/lib/core/fields/address.field.mjs +31 -31
- package/esm2022/lib/core/fields/autocomplete.field.mjs +65 -65
- package/esm2022/lib/core/fields/axes-picker.designer.mjs +25 -25
- package/esm2022/lib/core/fields/axes-picker.field.mjs +5 -5
- package/esm2022/lib/core/fields/checkbox.designer.mjs +4 -4
- package/esm2022/lib/core/fields/checkbox.field.mjs +5 -5
- package/esm2022/lib/core/fields/checklist.designer.mjs +59 -59
- package/esm2022/lib/core/fields/checklist.field.mjs +5 -5
- package/esm2022/lib/core/fields/date-range.designer.mjs +4 -4
- package/esm2022/lib/core/fields/date-range.field.mjs +5 -5
- package/esm2022/lib/core/fields/date.designer.mjs +4 -4
- package/esm2022/lib/core/fields/date.field.mjs +5 -5
- package/esm2022/lib/core/fields/expression.field.mjs +30 -30
- package/esm2022/lib/core/fields/file.designer.mjs +4 -4
- package/esm2022/lib/core/fields/file.field.mjs +5 -5
- package/esm2022/lib/core/fields/html.designer.mjs +4 -4
- package/esm2022/lib/core/fields/html.field.mjs +5 -5
- package/esm2022/lib/core/fields/input.designer.mjs +4 -4
- package/esm2022/lib/core/fields/input.field.mjs +5 -5
- package/esm2022/lib/core/fields/localized-string.field.mjs +7 -7
- package/esm2022/lib/core/fields/numeric.designer.mjs +4 -4
- package/esm2022/lib/core/fields/numeric.field.mjs +5 -5
- package/esm2022/lib/core/fields/options.base.mjs +8 -8
- package/esm2022/lib/core/fields/options.component.mjs +5 -5
- package/esm2022/lib/core/fields/radio-button.designer.mjs +5 -5
- package/esm2022/lib/core/fields/radio-button.field.mjs +5 -5
- package/esm2022/lib/core/fields/select.designer.mjs +63 -63
- package/esm2022/lib/core/fields/select.field.mjs +5 -5
- package/esm2022/lib/core/fields/signature.designer.mjs +4 -4
- package/esm2022/lib/core/fields/signature.field.mjs +5 -5
- package/esm2022/lib/core/fields/switch.field.mjs +5 -5
- package/esm2022/lib/core/fields/tags.designer.mjs +4 -4
- package/esm2022/lib/core/fields/tags.field.mjs +5 -5
- package/esm2022/lib/core/fields/textarea.designer.mjs +4 -4
- package/esm2022/lib/core/fields/textarea.field.mjs +5 -5
- package/esm2022/lib/core/fields/time.designer.mjs +4 -4
- package/esm2022/lib/core/fields/time.field.mjs +5 -5
- package/esm2022/lib/core/fields/timespan.field.mjs +30 -30
- package/esm2022/lib/core/fields/yesno.designer.mjs +23 -23
- package/esm2022/lib/core/fields/yesno.field.mjs +5 -5
- package/esm2022/lib/core/firebase.service.mjs +1 -1
- package/esm2022/lib/core/functions.mjs +4 -1
- package/esm2022/lib/core/guide/guide.component.mjs +5 -5
- package/esm2022/lib/core/guide/guide.service.mjs +11 -7
- package/esm2022/lib/core/guide/help-tip.component.mjs +22 -22
- package/esm2022/lib/core/http.interceptor.mjs +6 -6
- package/esm2022/lib/core/hub.service.mjs +4 -4
- package/esm2022/lib/core/identity/identity.component.mjs +5 -5
- package/esm2022/lib/core/info/attachment-info.service.mjs +4 -4
- package/esm2022/lib/core/info/document-info.service.mjs +4 -4
- package/esm2022/lib/core/info/location-info.component.mjs +4 -4
- package/esm2022/lib/core/info/map-info.mjs +4 -4
- package/esm2022/lib/core/inputs/address.input.mjs +21 -21
- package/esm2022/lib/core/inputs/auto-complete.input.mjs +38 -37
- package/esm2022/lib/core/inputs/combination-picker-body.mjs +10 -12
- package/esm2022/lib/core/inputs/combination-picker.mjs +4 -5
- package/esm2022/lib/core/inputs/combination-pool.mjs +7 -6
- package/esm2022/lib/core/inputs/file.input.mjs +30 -24
- package/esm2022/lib/core/inputs/select.input.mjs +37 -37
- package/esm2022/lib/core/inputs/signature.input.mjs +4 -4
- package/esm2022/lib/core/inputs/time-picker.mjs +8 -8
- package/esm2022/lib/core/inputs/timespan.input.mjs +7 -7
- package/esm2022/lib/core/layout.component.mjs +11 -5
- package/esm2022/lib/core/lottie-animation.exp.mjs +49 -0
- package/esm2022/lib/core/mailbox.service.mjs +20 -14
- package/esm2022/lib/core/models.mjs +2 -1
- package/esm2022/lib/core/none.component.mjs +15 -15
- package/esm2022/lib/core/pipes/action.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/calendar.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/date-format.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/daterange.pipe.mjs +7 -7
- package/esm2022/lib/core/pipes/difference.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/duration-format.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/duration.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/filter.pipe.mjs +25 -0
- package/esm2022/lib/core/pipes/form.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/join.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/localized-string.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/role.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/sanitize-html.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/sort.pipe.mjs +8 -30
- package/esm2022/lib/core/pipes/state.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/time-ago.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/to-now.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/translate.pipe.mjs +10 -10
- package/esm2022/lib/core/pipes/type-value.pipe.mjs +4 -4
- package/esm2022/lib/core/pipes/user-name.pipe.mjs +4 -4
- package/esm2022/lib/core/popup/popup-ref.mjs +1 -1
- package/esm2022/lib/core/popup/popup.component.mjs +4 -4
- package/esm2022/lib/core/popup/popup.service.mjs +7 -5
- package/esm2022/lib/core/popup/tooltip.directive.mjs +10 -11
- package/esm2022/lib/core/prompt/ask/ask.dialog.mjs +4 -4
- package/esm2022/lib/core/prompt/mask/mask.component.mjs +4 -4
- package/esm2022/lib/core/prompt.service.mjs +6 -6
- package/esm2022/lib/core/router.mjs +9 -9
- package/esm2022/lib/core/save-changes.dialog.mjs +4 -4
- package/esm2022/lib/core/session.service.mjs +18 -9
- package/esm2022/lib/core/slots/pane-ref.mjs +2 -2
- package/esm2022/lib/core/slots/router.directive.mjs +4 -4
- package/esm2022/lib/core/slots/router.service.mjs +6 -5
- package/esm2022/lib/core/slots/slots.component.mjs +26 -23
- package/esm2022/lib/core/sticky-toolbar.exp.mjs +9 -6
- package/esm2022/lib/core/tagging/documents.component.mjs +5 -5
- package/esm2022/lib/core/tagging/edit-input.component.mjs +17 -14
- package/esm2022/lib/core/tagging/emoji.component.mjs +4 -4
- package/esm2022/lib/core/tagging/tagging-item.directive.mjs +4 -4
- package/esm2022/lib/core/tagging/tagging.component-base.mjs +4 -4
- package/esm2022/lib/core/tagging/tagging.directive.mjs +5 -5
- package/esm2022/lib/core/tagging/tagging.pipe.mjs +4 -4
- package/esm2022/lib/core/tagging/users.component.mjs +5 -5
- package/esm2022/lib/core/translate.service.mjs +5 -4
- package/esm2022/lib/core/translations.mjs +8 -6
- package/esm2022/lib/core/virtual-tabs.component.exp.mjs +7 -7
- package/esm2022/lib/core/window-title.service.mjs +14 -6
- package/esm2022/lib/cube/accum/accum.component.mjs +4 -4
- package/esm2022/lib/cube/chart/chart.component.mjs +8 -7
- package/esm2022/lib/cube/cube-info.service.mjs +13 -10
- package/esm2022/lib/cube/cube-menu.component.mjs +5 -5
- package/esm2022/lib/cube/cube-view.component.mjs +5 -5
- package/esm2022/lib/cube/cube.service.mjs +21 -19
- package/esm2022/lib/cube/declarations.mjs +1 -1
- package/esm2022/lib/cube/explore/document-item.component.mjs +4 -4
- package/esm2022/lib/cube/explore/explore-item.component.mjs +4 -4
- package/esm2022/lib/cube/explore/explore-items.component.mjs +8 -8
- package/esm2022/lib/cube/explore/explore.pane.component.mjs +5 -5
- package/esm2022/lib/cube/explore/item-resolver.service.mjs +7 -7
- package/esm2022/lib/cube/explore/item.pane.component.mjs +5 -5
- package/esm2022/lib/cube/filter/filter-tags.component.exp.mjs +5 -5
- package/esm2022/lib/cube/filter/filter.component.mjs +14 -13
- package/esm2022/lib/cube/grid/grid.component.mjs +9 -8
- package/esm2022/lib/cube/matrix/matrix.base.mjs +20 -18
- package/esm2022/lib/cube/matrix/matrix.mobile.component.mjs +5 -5
- package/esm2022/lib/cube/matrix/matrix.pane.component.mjs +6 -6
- package/esm2022/lib/cube/matrix/popup.component.mjs +5 -5
- package/esm2022/lib/cube/matrix/table.component.mjs +10 -9
- package/esm2022/lib/cube/parallel/item.mjs +1 -2
- package/esm2022/lib/cube/parallel/parallel.component.mjs +5 -5
- package/esm2022/lib/cube/pivot/pivot.component.mjs +16 -7
- package/esm2022/lib/cube/spreadsheet/spreadsheet.component.mjs +6 -6
- package/esm2022/lib/cube/spreadsheet/spreadsheet.container.exp.mjs +4 -4
- package/esm2022/lib/cube/sum/sum.component.mjs +20 -19
- package/esm2022/lib/cube/view-base.mjs +5 -5
- package/esm2022/lib/cube/view.mobile.component.mjs +6 -6
- package/esm2022/lib/cube/view.pane.component.mjs +5 -5
- package/esm2022/lib/dashboard/actions/actions.widget.mjs +7 -6
- package/esm2022/lib/dashboard/cube/accum-cube.widget.mjs +4 -8
- package/esm2022/lib/dashboard/cube/compare.widget.mjs +5 -7
- package/esm2022/lib/dashboard/cube/cube-analysis.base.mjs +8 -6
- package/esm2022/lib/dashboard/cube/cube-analysis.widget.mjs +4 -4
- package/esm2022/lib/dashboard/cube/cube-chart.widget.mjs +5 -4
- package/esm2022/lib/dashboard/cube/document-state.widget.mjs +6 -5
- package/esm2022/lib/dashboard/cube/documents.widget.mjs +4 -4
- package/esm2022/lib/dashboard/cube/filter/filter.component.mjs +4 -4
- package/esm2022/lib/dashboard/dashboard.component.mjs +5 -5
- package/esm2022/lib/dashboard/dashboard.pane.component.mjs +4 -4
- package/esm2022/lib/dashboard/recents/recents.widget.mjs +13 -16
- package/esm2022/lib/dashboard/score/activity.widget.mjs +7 -6
- package/esm2022/lib/dashboard/score/compare-groups.widget.mjs +12 -5
- package/esm2022/lib/dashboard/score/peers-performance.widget.mjs +9 -8
- package/esm2022/lib/dashboard/score/pending-results.widget.mjs +5 -5
- package/esm2022/lib/dashboard/score/personal-score.widget.mjs +19 -18
- package/esm2022/lib/dashboard/widget-item.component.mjs +4 -4
- package/esm2022/lib/dashboard/widget-ref.mjs +1 -1
- package/esm2022/lib/designer.module.mjs +5 -5
- package/esm2022/lib/desktop.module.mjs +8 -12
- package/esm2022/lib/home/about/about.dialog.mjs +6 -6
- package/esm2022/lib/home/home-base.component.mjs +18 -10
- package/esm2022/lib/home/home.desktop.component.mjs +12 -22
- package/esm2022/lib/home/home.mobile.component.mjs +29 -32
- package/esm2022/lib/home/notifications/notifications.component.mjs +22 -24
- package/esm2022/lib/home/outofoffice/outofoffice.component.mjs +10 -10
- package/esm2022/lib/home/sign/sign.component.mjs +17 -21
- package/esm2022/lib/impersonate/impersonate.component.mjs +36 -34
- package/esm2022/lib/mobile.module.mjs +8 -11
- package/esm2022/lib/modules/chart.module.mjs +13 -11
- package/esm2022/lib/modules/circular-gauge.module.mjs +9 -7
- package/esm2022/lib/modules/date.adapter.mjs +1 -1
- package/esm2022/lib/modules/datepicker.intl.mjs +4 -4
- package/esm2022/lib/modules/dayjs.module.mjs +5 -5
- package/esm2022/lib/modules/diagram.module.mjs +9 -7
- package/esm2022/lib/modules/gantt.module.mjs +11 -9
- package/esm2022/lib/modules/grid.module.mjs +9 -7
- package/esm2022/lib/modules/linear-gauge.module.mjs +5 -5
- package/esm2022/lib/modules/material.module.mjs +5 -5
- package/esm2022/lib/modules/paginator.intl.mjs +4 -4
- package/esm2022/lib/modules/pivot.module.mjs +9 -7
- package/esm2022/lib/modules/schedule.module.mjs +9 -7
- package/esm2022/lib/modules/spreadsheet.module.mjs +5 -5
- package/esm2022/lib/modules/stepper.intl.mjs +4 -4
- package/esm2022/lib/modules/texteditor.module.mjs +7 -6
- package/esm2022/lib/notifications/filter.component.mjs +4 -4
- package/esm2022/lib/notifications/notifications-table.component.mjs +7 -8
- package/esm2022/lib/notifications/notifications.component-base.mjs +1 -1
- package/esm2022/lib/notifications/notifications.mobile.component.mjs +4 -4
- package/esm2022/lib/notifications/notifications.pane.component.mjs +4 -4
- package/esm2022/lib/notifications/notifications.service.mjs +13 -6
- package/esm2022/lib/notifications/types/commented.notification.mjs +17 -17
- package/esm2022/lib/notifications/types/cube-anomaly.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/escalated.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/invite.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/liked.notification.mjs +17 -17
- package/esm2022/lib/notifications/types/long-running-task.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/notification-base.mjs +4 -4
- package/esm2022/lib/notifications/types/nudge.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/state-changed.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/tagged.notification.mjs +7 -7
- package/esm2022/lib/notifications/types/text.notification.mjs +4 -4
- package/esm2022/lib/notifications/types/upcoming-event.notification.mjs +4 -4
- package/esm2022/lib/options/options.component.mjs +91 -49
- package/esm2022/lib/options/options.desktop.component.mjs +26 -0
- package/esm2022/lib/options/options.mobile.component.mjs +23 -0
- package/esm2022/lib/reports/arguments-component.mjs +4 -4
- package/esm2022/lib/reports/cube/documents.component.mjs +4 -4
- package/esm2022/lib/reports/cube/grid-documents.component.mjs +4 -4
- package/esm2022/lib/reports/cube/performance-hilo.component.mjs +5 -5
- package/esm2022/lib/reports/cube/performance-wind.component.mjs +4 -4
- package/esm2022/lib/reports/cube/table-documents.component.mjs +7 -6
- package/esm2022/lib/reports/cube/usage-args.component.mjs +6 -5
- package/esm2022/lib/reports/cube/usage-base.mjs +8 -8
- package/esm2022/lib/reports/cube/usage-chart.component.mjs +5 -5
- package/esm2022/lib/reports/cube/usage-pivot.component.mjs +5 -5
- package/esm2022/lib/reports/cube/usage.component.mjs +4 -4
- package/esm2022/lib/reports/report-ref.mjs +1 -1
- package/esm2022/lib/reports/report-viewer.component.mjs +5 -5
- package/esm2022/lib/reports/report.mobile.component.mjs +5 -5
- package/esm2022/lib/reports/report.pane.component.mjs +5 -5
- package/esm2022/lib/reports/reports-menu.component.mjs +5 -5
- package/esm2022/lib/reports/substitution/substitution.component.mjs +5 -5
- package/esm2022/lib/reports/table/table-view.component.mjs +5 -5
- package/esm2022/lib/reports/tasks/tasks.component.mjs +4 -4
- package/esm2022/lib/routes.desktop.mjs +24 -5
- package/esm2022/lib/routes.mobile.mjs +12 -2
- package/esm2022/lib/scheduler/schedule.component.mjs +5 -5
- package/esm2022/lib/scheduler/scheduler.mobile.component.mjs +4 -4
- package/esm2022/lib/scheduler/scheduler.pane.component.mjs +4 -4
- package/esm2022/lib/search/cube.component.mjs +8 -9
- package/esm2022/lib/search/declarations.mjs +1 -1
- package/esm2022/lib/search/document.component.mjs +4 -4
- package/esm2022/lib/search/guide.component.mjs +4 -4
- package/esm2022/lib/search/path.component.mjs +15 -15
- package/esm2022/lib/search/search.service.mjs +5 -5
- package/esm2022/lib/shared.module.mjs +17 -17
- package/esm2022/lib/system.module.mjs +5 -5
- package/esm2022/lib/views/cube/chart.component.mjs +5 -5
- package/esm2022/lib/views/cube/cube-base.mjs +4 -4
- package/esm2022/lib/views/cube/explore.component.mjs +6 -6
- package/esm2022/lib/views/cube/matrix.component.mjs +7 -7
- package/esm2022/lib/views/cube/parallel.component.mjs +5 -5
- package/esm2022/lib/views/cube/pivot.component.mjs +5 -5
- package/esm2022/lib/views/cube/sum.component.mjs +5 -5
- package/esm2022/lib/views/cube/view.component.mjs +7 -7
- package/esm2022/lib/views/document-view-ref.mjs +1 -1
- package/esm2022/lib/views/timeline/timeline.component.mjs +7 -8
- package/esm2022/lib/views/view-item.component.mjs +4 -4
- package/esm2022/lib/views/views.component.mjs +5 -5
- package/esm2022/lib/views/views.mobile.component.mjs +6 -6
- package/esm2022/lib/views/views.pane.component.mjs +8 -8
- package/esm2022/public-api.mjs +4 -3
- package/fesm2022/bizdoc-core.mjs +3819 -3701
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/lib/admin/architecture/cube-axes-filter.component.d.ts +4 -1
- package/lib/admin/architecture/declarations.d.ts +14 -9
- package/lib/admin/architecture/designer-element.component.d.ts +1 -0
- package/lib/admin/architecture/designer-privileges.component.d.ts +4 -2
- package/lib/admin/architecture/designer.base.d.ts +1 -4
- package/lib/admin/architecture/designer.component.d.ts +3 -3
- package/lib/admin/architecture/elements/action.component.d.ts +13 -13
- package/lib/admin/architecture/elements/analysis-view.component.d.ts +8 -8
- package/lib/admin/architecture/elements/analysis-widget.component.d.ts +7 -7
- package/lib/admin/architecture/elements/anomaly-rule.component.d.ts +3 -3
- package/lib/admin/architecture/elements/attribute.component.d.ts +1 -1
- package/lib/admin/architecture/elements/box-form.component.d.ts +5 -5
- package/lib/admin/architecture/elements/configuration-datasource.component.d.ts +1 -1
- package/lib/admin/architecture/elements/control.component.d.ts +1 -2
- package/lib/admin/architecture/elements/cube-index-utility.component.d.ts +3 -4
- package/lib/admin/architecture/elements/cube-view.component.d.ts +4 -4
- package/lib/admin/architecture/elements/cube.component.d.ts +9 -10
- package/lib/admin/architecture/elements/document-state-widget.component.d.ts +3 -6
- package/lib/admin/architecture/elements/documents-report.component.d.ts +4 -5
- package/lib/admin/architecture/elements/documents-widget.component.d.ts +5 -5
- package/lib/admin/architecture/elements/explore-view.component.d.ts +4 -4
- package/lib/admin/architecture/elements/folder.component.d.ts +2 -2
- package/lib/admin/architecture/elements/form-invite.dialog.d.ts +7 -7
- package/lib/admin/architecture/elements/form.component.d.ts +10 -9
- package/lib/admin/architecture/elements/guide.component.d.ts +1 -1
- package/lib/admin/architecture/elements/matrix-view.component.d.ts +16 -16
- package/lib/admin/architecture/elements/parallel-view.component.d.ts +9 -10
- package/lib/admin/architecture/elements/performance-report.component.d.ts +2 -3
- package/lib/admin/architecture/elements/performance-widget.component.d.ts +4 -5
- package/lib/admin/architecture/elements/pivot-view.component.d.ts +9 -10
- package/lib/admin/architecture/elements/report.component.d.ts +1 -1
- package/lib/admin/architecture/elements/return-to-role-action.component.d.ts +1 -1
- package/lib/admin/architecture/elements/role.component.d.ts +4 -4
- package/lib/admin/architecture/elements/source.component.d.ts +2 -3
- package/lib/admin/architecture/elements/state.component.d.ts +4 -4
- package/lib/admin/architecture/elements/sum-view.component.d.ts +7 -8
- package/lib/admin/architecture/elements/tasks-report.component.d.ts +4 -4
- package/lib/admin/architecture/elements/type.component.d.ts +8 -4
- package/lib/admin/architecture/elements/usage-report.component.d.ts +7 -7
- package/lib/admin/architecture/elements/widget.component.d.ts +1 -1
- package/lib/admin/architecture/icon-picker.component.d.ts +5 -3
- package/lib/admin/core/ace.input.d.ts +2 -5
- package/lib/admin/core/localized-string.component.d.ts +3 -2
- package/lib/admin/document-trace/document-trace.component.d.ts +6 -5
- package/lib/admin/document-trace/reassign.dialog.d.ts +2 -2
- package/lib/admin/document-trace/timeline.d.ts +2 -2
- package/lib/admin/form/designer/box-designer.component.d.ts +11 -11
- package/lib/admin/form/designer/section.component.d.ts +5 -5
- package/lib/admin/form/workflow/node-ref.d.ts +1 -1
- package/lib/admin/form/workflow/node.component.d.ts +3 -2
- package/lib/admin/form/workflow/role-node.component.d.ts +11 -11
- package/lib/admin/form/workflow/workflow.component.d.ts +5 -4
- package/lib/admin/indices/manage-cube-index.component.d.ts +3 -3
- package/lib/admin/patterns/patterns.component.d.ts +2 -2
- package/lib/admin/positions/positions-popup.component.d.ts +1 -1
- package/lib/admin/positions/positions.component.d.ts +6 -6
- package/lib/admin/profiler/outofoffice.component.d.ts +15 -15
- package/lib/admin/profiler/profiler.component.d.ts +3 -3
- package/lib/admin/system.service.d.ts +11 -12
- package/lib/admin/utility-ref.d.ts +2 -2
- package/lib/browse/browse-items.component.d.ts +6 -7
- package/lib/browse/browse.mobile.component.d.ts +2 -2
- package/lib/browse/browse.pane.component.d.ts +2 -2
- package/lib/browse/filter/filter.component.d.ts +10 -11
- package/lib/chat/chat-info.d.ts +1 -1
- package/lib/chat/chat.service.d.ts +1 -1
- package/lib/chat/conversation.component.d.ts +2 -2
- package/lib/compose/action/action.base.d.ts +2 -1
- package/lib/compose/action/assign-action.component.d.ts +5 -5
- package/lib/compose/action/moveto-action.component.d.ts +3 -3
- package/lib/compose/action/return-action.component.d.ts +4 -4
- package/lib/compose/box/box.component.d.ts +1 -1
- package/lib/compose/comments/comments.component.d.ts +4 -4
- package/lib/compose/compose.mobile.component.d.ts +5 -5
- package/lib/compose/compose.pane.component.d.ts +3 -3
- package/lib/compose/copy/copy.dialog.d.ts +1 -1
- package/lib/compose/form-ref.d.ts +5 -5
- package/lib/compose/form.component.d.ts +36 -2
- package/lib/compose/new-menu.component.d.ts +2 -1
- package/lib/compose/privilage.directive.d.ts +1 -1
- package/lib/compose/tag/tags.component.d.ts +1 -1
- package/lib/compose/trace/flow.component.d.ts +1 -0
- package/lib/compose/trace/people.component.d.ts +5 -2
- package/lib/compose/trace/trace.base.d.ts +1 -1
- package/lib/compose/version-compare/version-compare.directive.d.ts +1 -1
- package/lib/core/account.service.d.ts +1 -1
- package/lib/core/authentication.d.ts +1 -1
- package/lib/core/avatar/avatar.component.d.ts +14 -11
- package/lib/core/base.d.ts +9 -9
- package/lib/core/datasource.service.d.ts +1 -1
- package/lib/core/document-factory.service.d.ts +0 -1
- package/lib/core/fields/address.designer.d.ts +3 -3
- package/lib/core/fields/address.field.d.ts +1 -1
- package/lib/core/fields/autocomplete.field.d.ts +5 -5
- package/lib/core/fields/axes-picker.designer.d.ts +3 -3
- package/lib/core/fields/axes-picker.field.d.ts +1 -1
- package/lib/core/fields/checkbox.designer.d.ts +2 -2
- package/lib/core/fields/checkbox.field.d.ts +1 -1
- package/lib/core/fields/checklist.designer.d.ts +4 -4
- package/lib/core/fields/checklist.field.d.ts +1 -2
- package/lib/core/fields/date-range.designer.d.ts +6 -6
- package/lib/core/fields/date-range.field.d.ts +2 -2
- package/lib/core/fields/date.designer.d.ts +5 -5
- package/lib/core/fields/file.designer.d.ts +3 -3
- package/lib/core/fields/html.designer.d.ts +4 -4
- package/lib/core/fields/input.designer.d.ts +8 -9
- package/lib/core/fields/numeric.designer.d.ts +7 -7
- package/lib/core/fields/options.base.d.ts +1 -1
- package/lib/core/fields/radio-button.designer.d.ts +3 -3
- package/lib/core/fields/radio-button.field.d.ts +2 -3
- package/lib/core/fields/select.designer.d.ts +5 -5
- package/lib/core/fields/select.field.d.ts +1 -2
- package/lib/core/fields/signature.designer.d.ts +2 -2
- package/lib/core/fields/switch.field.d.ts +1 -1
- package/lib/core/fields/textarea.designer.d.ts +6 -6
- package/lib/core/fields/time.designer.d.ts +5 -5
- package/lib/core/fields/yesno.designer.d.ts +3 -3
- package/lib/core/fields/yesno.field.d.ts +1 -1
- package/lib/core/firebase.service.d.ts +1 -1
- package/lib/core/functions.d.ts +7 -4
- package/lib/core/guide/help-tip.component.d.ts +1 -1
- package/lib/core/http.interceptor.d.ts +1 -1
- package/lib/core/hub.service.d.ts +2 -2
- package/lib/core/inputs/address.input.d.ts +5 -4
- package/lib/core/inputs/auto-complete.input.d.ts +4 -4
- package/lib/core/inputs/combination-picker-body.d.ts +2 -2
- package/lib/core/inputs/file.input.d.ts +4 -4
- package/lib/core/inputs/time-picker.d.ts +2 -2
- package/lib/core/inputs/timespan.input.d.ts +7 -7
- package/lib/core/{lottie-animation.d.ts → lottie-animation.exp.d.ts} +0 -1
- package/lib/core/mailbox.service.d.ts +2 -3
- package/lib/core/models.d.ts +6 -5
- package/lib/core/pipes/filter.pipe.d.ts +7 -0
- package/lib/core/pipes/localized-string.pipe.d.ts +1 -1
- package/lib/core/pipes/sort.pipe.d.ts +1 -6
- package/lib/core/pipes/time-ago.pipe.d.ts +1 -1
- package/lib/core/pipes/user-name.pipe.d.ts +1 -1
- package/lib/core/popup/popup-ref.d.ts +4 -4
- package/lib/core/popup/tooltip.directive.d.ts +2 -3
- package/lib/core/router.d.ts +3 -3
- package/lib/core/session.service.d.ts +10 -7
- package/lib/core/slots/pane-ref.d.ts +18 -18
- package/lib/core/slots/router.directive.d.ts +2 -2
- package/lib/core/slots/router.service.d.ts +3 -3
- package/lib/core/slots/slots.component.d.ts +3 -3
- package/lib/core/sticky-toolbar.exp.d.ts +1 -0
- package/lib/core/tagging/edit-input.component.d.ts +5 -5
- package/lib/core/tagging/emoji.component.d.ts +1 -1
- package/lib/core/tagging/tagging.component-base.d.ts +1 -1
- package/lib/core/tagging/tagging.directive.d.ts +1 -1
- package/lib/core/tagging/tagging.pipe.d.ts +1 -1
- package/lib/core/translate.service.d.ts +2 -2
- package/lib/core/translations.d.ts +2 -1049
- package/lib/core/virtual-tabs.component.exp.d.ts +2 -2
- package/lib/core/window-title.service.d.ts +2 -1
- package/lib/cube/accum/accum.component.d.ts +1 -1
- package/lib/cube/chart/chart.component.d.ts +5 -5
- package/lib/cube/cube-info.service.d.ts +1 -1
- package/lib/cube/cube.service.d.ts +2 -2
- package/lib/cube/declarations.d.ts +3 -3
- package/lib/cube/explore/explore-items.component.d.ts +2 -2
- package/lib/cube/filter/filter.component.d.ts +1 -1
- package/lib/cube/grid/grid.component.d.ts +4 -4
- package/lib/cube/matrix/matrix.base.d.ts +9 -8
- package/lib/cube/matrix/matrix.pane.component.d.ts +2 -1
- package/lib/cube/matrix/table.component.d.ts +3 -3
- package/lib/cube/pivot/pivot.component.d.ts +6 -7
- package/lib/cube/spreadsheet/spreadsheet.component.d.ts +3 -3
- package/lib/cube/sum/sum.component.d.ts +5 -5
- package/lib/cube/view-base.d.ts +3 -2
- package/lib/cube/view.mobile.component.d.ts +1 -1
- package/lib/dashboard/cube/accum-cube.widget.d.ts +0 -1
- package/lib/dashboard/cube/cube-analysis.base.d.ts +9 -6
- package/lib/dashboard/cube/filter/filter.component.d.ts +3 -2
- package/lib/dashboard/recents/recents.widget.d.ts +5 -6
- package/lib/dashboard/score/activity.widget.d.ts +1 -0
- package/lib/dashboard/score/peers-performance.widget.d.ts +1 -0
- package/lib/dashboard/score/personal-score.widget.d.ts +2 -4
- package/lib/desktop.module.d.ts +5 -6
- package/lib/home/about/about.dialog.d.ts +2 -2
- package/lib/home/home-base.component.d.ts +2 -0
- package/lib/home/home.desktop.component.d.ts +6 -9
- package/lib/home/home.mobile.component.d.ts +4 -6
- package/lib/home/notifications/notifications.component.d.ts +3 -5
- package/lib/home/outofoffice/outofoffice.component.d.ts +3 -3
- package/lib/home/sign/sign.component.d.ts +4 -2
- package/lib/impersonate/impersonate.component.d.ts +11 -12
- package/lib/mobile.module.d.ts +3 -3
- package/lib/modules/chart.module.d.ts +1 -0
- package/lib/modules/circular-gauge.module.d.ts +1 -0
- package/lib/modules/diagram.module.d.ts +1 -0
- package/lib/modules/gantt.module.d.ts +1 -0
- package/lib/modules/grid.module.d.ts +1 -0
- package/lib/modules/pivot.module.d.ts +1 -0
- package/lib/modules/schedule.module.d.ts +1 -0
- package/lib/notifications/filter.component.d.ts +2 -2
- package/lib/options/options.component.d.ts +54 -31
- package/lib/options/options.desktop.component.d.ts +10 -0
- package/lib/options/options.mobile.component.d.ts +9 -0
- package/lib/reports/arguments-component.d.ts +2 -2
- package/lib/reports/cube/performance-hilo.component.d.ts +1 -1
- package/lib/reports/cube/performance-wind.component.d.ts +2 -2
- package/lib/reports/cube/usage-args.component.d.ts +3 -1
- package/lib/reports/cube/usage-base.d.ts +9 -7
- package/lib/reports/cube/usage-pivot.component.d.ts +1 -1
- package/lib/reports/report.mobile.component.d.ts +3 -1
- package/lib/search/cube.component.d.ts +1 -1
- package/lib/search/declarations.d.ts +2 -2
- package/lib/shared.module.d.ts +154 -153
- package/lib/views/cube/chart.component.d.ts +2 -2
- package/lib/views/cube/cube-base.d.ts +6 -6
- package/lib/views/cube/sum.component.d.ts +2 -2
- package/lib/views/timeline/timeline.component.d.ts +3 -2
- package/lib/views/views.component.d.ts +1 -1
- package/package.json +7 -7
- package/public-api.d.ts +3 -2
- package/assets/themes/readme.md +0 -0
- package/esm2022/lib/core/lottie-animation.mjs +0 -48
- package/esm2022/lib/home/options/options.component.mjs +0 -97
- package/esm2022/lib/options/options.service.mjs +0 -42
- package/lib/home/options/options.component.d.ts +0 -45
- package/lib/options/options.service.d.ts +0 -14
package/lib/shared.module.d.ts
CHANGED
@@ -51,162 +51,163 @@ import * as i47 from "./core/pipes/state.pipe";
|
|
51
51
|
import * as i48 from "./core/pipes/action.pipe";
|
52
52
|
import * as i49 from "./core/pipes/role.pipe";
|
53
53
|
import * as i50 from "./core/pipes/form.pipe";
|
54
|
-
import * as i51 from "./core/pipes/
|
55
|
-
import * as i52 from "./core/pipes/
|
56
|
-
import * as i53 from "./core/
|
57
|
-
import * as i54 from "./core/
|
58
|
-
import * as i55 from "./core/inputs/
|
59
|
-
import * as i56 from "./core/inputs/
|
60
|
-
import * as i57 from "./
|
61
|
-
import * as i58 from "./core/
|
62
|
-
import * as i59 from "./core/inputs/
|
63
|
-
import * as i60 from "./core/inputs/
|
64
|
-
import * as i61 from "./core/inputs/
|
65
|
-
import * as i62 from "./core/
|
66
|
-
import * as i63 from "./core/
|
67
|
-
import * as i64 from "./core/
|
68
|
-
import * as i65 from "./core/
|
69
|
-
import * as i66 from "./core/fields/
|
70
|
-
import * as i67 from "./core/fields/
|
71
|
-
import * as i68 from "./core/fields/
|
72
|
-
import * as i69 from "./core/fields/
|
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/
|
81
|
-
import * as i78 from "./core/fields/date
|
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 "./core/fields/
|
89
|
-
import * as i86 from "./
|
90
|
-
import * as i87 from "./compose/action/
|
91
|
-
import * as i88 from "./compose/action/
|
92
|
-
import * as i89 from "./
|
93
|
-
import * as i90 from "./
|
94
|
-
import * as i91 from "./
|
95
|
-
import * as i92 from "./core/
|
96
|
-
import * as i93 from "./
|
97
|
-
import * as i94 from "./cube/
|
98
|
-
import * as i95 from "./cube/
|
99
|
-
import * as i96 from "./
|
100
|
-
import * as i97 from "./
|
101
|
-
import * as i98 from "./
|
102
|
-
import * as i99 from "./
|
103
|
-
import * as i100 from "./notifications/
|
104
|
-
import * as i101 from "./
|
105
|
-
import * as i102 from "./
|
106
|
-
import * as i103 from "./core/tagging/tagging.directive";
|
107
|
-
import * as i104 from "./core/tagging/
|
108
|
-
import * as i105 from "./core/tagging/
|
109
|
-
import * as i106 from "./
|
110
|
-
import * as i107 from "./
|
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 "./notifications/types/
|
121
|
-
import * as i118 from "./
|
122
|
-
import * as i119 from "./
|
123
|
-
import * as i120 from "./
|
124
|
-
import * as i121 from "./
|
125
|
-
import * as i122 from "./compose/
|
126
|
-
import * as i123 from "./compose/attachments/
|
127
|
-
import * as i124 from "./compose/
|
128
|
-
import * as i125 from "./compose/
|
129
|
-
import * as i126 from "./
|
130
|
-
import * as i127 from "./core/
|
131
|
-
import * as i128 from "./
|
132
|
-
import * as i129 from "./
|
133
|
-
import * as i130 from "./
|
134
|
-
import * as i131 from "./
|
135
|
-
import * as i132 from "./compose/
|
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 "./compose/comments/
|
140
|
-
import * as i137 from "./
|
141
|
-
import * as i138 from "./browse/
|
142
|
-
import * as i139 from "./browse/
|
143
|
-
import * as i140 from "./
|
144
|
-
import * as i141 from "./
|
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 "./cube/
|
151
|
-
import * as i148 from "./
|
152
|
-
import * as i149 from "./reports/
|
153
|
-
import * as i150 from "./reports/
|
154
|
-
import * as i151 from "./
|
155
|
-
import * as i152 from "./dashboard/
|
156
|
-
import * as i153 from "./dashboard/
|
157
|
-
import * as i154 from "./
|
158
|
-
import * as i155 from "./core/
|
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 "./
|
167
|
-
import * as i164 from "./reports/
|
168
|
-
import * as i165 from "./
|
169
|
-
import * as i166 from "./dashboard/cube/
|
170
|
-
import * as i167 from "./dashboard/cube/cube
|
171
|
-
import * as i168 from "./dashboard/cube/cube-
|
172
|
-
import * as i169 from "./dashboard/
|
173
|
-
import * as i170 from "./dashboard/
|
174
|
-
import * as i171 from "./dashboard/
|
175
|
-
import * as i172 from "./dashboard/score/
|
176
|
-
import * as i173 from "./dashboard/
|
177
|
-
import * as i174 from "./dashboard/cube/
|
178
|
-
import * as i175 from "./dashboard/
|
179
|
-
import * as i176 from "./dashboard/score/
|
180
|
-
import * as i177 from "./dashboard/score/
|
181
|
-
import * as i178 from "./
|
182
|
-
import * as i179 from "./reports/cube/usage-
|
183
|
-
import * as i180 from "./reports/cube/usage-
|
184
|
-
import * as i181 from "./
|
185
|
-
import * as i182 from "./core/
|
186
|
-
import * as i183 from "./
|
187
|
-
import * as i184 from "./
|
188
|
-
import * as i185 from "./
|
189
|
-
import * as i186 from "
|
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/
|
54
|
+
import * as i51 from "./core/pipes/filter.pipe";
|
55
|
+
import * as i52 from "./core/pipes/sort.pipe";
|
56
|
+
import * as i53 from "./core/pipes/user-name.pipe";
|
57
|
+
import * as i54 from "./core/tagging/tagging.pipe";
|
58
|
+
import * as i55 from "./core/inputs/select.input";
|
59
|
+
import * as i56 from "./core/inputs/auto-complete.input";
|
60
|
+
import * as i57 from "./core/inputs/signature.input";
|
61
|
+
import * as i58 from "./admin/core/ace.input";
|
62
|
+
import * as i59 from "./core/inputs/timespan.input";
|
63
|
+
import * as i60 from "./core/inputs/address.input";
|
64
|
+
import * as i61 from "./core/inputs/file.input";
|
65
|
+
import * as i62 from "./core/inputs/time-picker";
|
66
|
+
import * as i63 from "./core/layout.component";
|
67
|
+
import * as i64 from "./core/sticky-toolbar.exp";
|
68
|
+
import * as i65 from "./core/virtual-tabs.component.exp";
|
69
|
+
import * as i66 from "./core/fields/time.field";
|
70
|
+
import * as i67 from "./core/fields/signature.field";
|
71
|
+
import * as i68 from "./core/fields/address.field";
|
72
|
+
import * as i69 from "./core/fields/radio-button.field";
|
73
|
+
import * as i70 from "./core/fields/checklist.field";
|
74
|
+
import * as i71 from "./core/fields/axes-picker.field";
|
75
|
+
import * as i72 from "./core/fields/yesno.field";
|
76
|
+
import * as i73 from "./core/fields/html.field";
|
77
|
+
import * as i74 from "./core/fields/file.field";
|
78
|
+
import * as i75 from "./core/fields/numeric.field";
|
79
|
+
import * as i76 from "./core/fields/autocomplete.field";
|
80
|
+
import * as i77 from "./core/fields/checkbox.field";
|
81
|
+
import * as i78 from "./core/fields/date.field";
|
82
|
+
import * as i79 from "./core/fields/date-range.field";
|
83
|
+
import * as i80 from "./core/fields/expression.field";
|
84
|
+
import * as i81 from "./core/fields/input.field";
|
85
|
+
import * as i82 from "./core/fields/select.field";
|
86
|
+
import * as i83 from "./core/fields/switch.field";
|
87
|
+
import * as i84 from "./core/fields/textarea.field";
|
88
|
+
import * as i85 from "./core/fields/tags.field";
|
89
|
+
import * as i86 from "./core/fields/timespan.field";
|
90
|
+
import * as i87 from "./compose/action/return-action.component";
|
91
|
+
import * as i88 from "./compose/action/assign-action.component";
|
92
|
+
import * as i89 from "./compose/action/moveto-action.component";
|
93
|
+
import * as i90 from "./core/avatar/avatar.component";
|
94
|
+
import * as i91 from "./compose/trace/people.component";
|
95
|
+
import * as i92 from "./core/tagging/edit-input.component";
|
96
|
+
import * as i93 from "./core/lottie-animation.exp";
|
97
|
+
import * as i94 from "./cube/matrix/table.component";
|
98
|
+
import * as i95 from "./cube/filter/filter-tags.component.exp";
|
99
|
+
import * as i96 from "./cube/explore/explore-items.component";
|
100
|
+
import * as i97 from "./compose/version-compare/version-compare.directive";
|
101
|
+
import * as i98 from "./core/guide/guide.component";
|
102
|
+
import * as i99 from "./home/outofoffice/outofoffice.component";
|
103
|
+
import * as i100 from "./notifications/notifications-table.component";
|
104
|
+
import * as i101 from "./notifications/filter.component";
|
105
|
+
import * as i102 from "./compose/privilage.directive";
|
106
|
+
import * as i103 from "./core/tagging/tagging-item.directive";
|
107
|
+
import * as i104 from "./core/tagging/tagging.directive";
|
108
|
+
import * as i105 from "./core/tagging/documents.component";
|
109
|
+
import * as i106 from "./core/tagging/users.component";
|
110
|
+
import * as i107 from "./reports/cube/grid-documents.component";
|
111
|
+
import * as i108 from "./notifications/types/long-running-task.notification";
|
112
|
+
import * as i109 from "./notifications/types/tagged.notification";
|
113
|
+
import * as i110 from "./notifications/types/commented.notification";
|
114
|
+
import * as i111 from "./notifications/types/nudge.notification";
|
115
|
+
import * as i112 from "./notifications/types/invite.notification";
|
116
|
+
import * as i113 from "./notifications/types/text.notification";
|
117
|
+
import * as i114 from "./notifications/types/cube-anomaly.notification";
|
118
|
+
import * as i115 from "./notifications/types/escalated.notification";
|
119
|
+
import * as i116 from "./notifications/types/liked.notification";
|
120
|
+
import * as i117 from "./notifications/types/state-changed.notification";
|
121
|
+
import * as i118 from "./notifications/types/upcoming-event.notification";
|
122
|
+
import * as i119 from "./core/none.component";
|
123
|
+
import * as i120 from "./scheduler/schedule.component";
|
124
|
+
import * as i121 from "./options/options.component";
|
125
|
+
import * as i122 from "./compose/trace/trace.component";
|
126
|
+
import * as i123 from "./compose/attachments/progress-button.directive";
|
127
|
+
import * as i124 from "./compose/attachments/attachments.component";
|
128
|
+
import * as i125 from "./compose/events/events.component";
|
129
|
+
import * as i126 from "./compose/tag/tags.component";
|
130
|
+
import * as i127 from "./core/info/location-info.component";
|
131
|
+
import * as i128 from "./core/prompt/mask/mask.component";
|
132
|
+
import * as i129 from "./compose/trace/flow.component";
|
133
|
+
import * as i130 from "./reports/substitution/substitution.component";
|
134
|
+
import * as i131 from "./core/popup/popup.component";
|
135
|
+
import * as i132 from "./compose/attachments/preview/attachment-preview.component";
|
136
|
+
import * as i133 from "./compose/comments/comments.component";
|
137
|
+
import * as i134 from "./compose/comments/comment.component";
|
138
|
+
import * as i135 from "./compose/comments/edit-comment.component";
|
139
|
+
import * as i136 from "./compose/comments/votes.component";
|
140
|
+
import * as i137 from "./compose/comments/edits.component";
|
141
|
+
import * as i138 from "./browse/browse-items.component";
|
142
|
+
import * as i139 from "./browse/filter/filter.component";
|
143
|
+
import * as i140 from "./browse/expanded-item/expanded-item.component";
|
144
|
+
import * as i141 from "./compose/form.component";
|
145
|
+
import * as i142 from "./cube/cube-view.component";
|
146
|
+
import * as i143 from "./cube/filter/filter.component";
|
147
|
+
import * as i144 from "./cube/accum/accum.component";
|
148
|
+
import * as i145 from "./cube/chart/chart.component";
|
149
|
+
import * as i146 from "./cube/pivot/pivot.component";
|
150
|
+
import * as i147 from "./cube/spreadsheet/spreadsheet.component";
|
151
|
+
import * as i148 from "./cube/grid/grid.component";
|
152
|
+
import * as i149 from "./reports/report-viewer.component";
|
153
|
+
import * as i150 from "./reports/table/table-view.component";
|
154
|
+
import * as i151 from "./reports/arguments-component";
|
155
|
+
import * as i152 from "./dashboard/dashboard.component";
|
156
|
+
import * as i153 from "./dashboard/widget-item.component";
|
157
|
+
import * as i154 from "./dashboard/cube/filter/filter.component";
|
158
|
+
import * as i155 from "./core/save-changes.dialog";
|
159
|
+
import * as i156 from "./core/prompt/ask/ask.dialog";
|
160
|
+
import * as i157 from "./home/about/about.dialog";
|
161
|
+
import * as i158 from "./compose/action/action.dialog";
|
162
|
+
import * as i159 from "./impersonate/impersonate.component";
|
163
|
+
import * as i160 from "./chat/conversation.component";
|
164
|
+
import * as i161 from "./cube/matrix/popup.component";
|
165
|
+
import * as i162 from "./compose/version-compare/version-compare.component";
|
166
|
+
import * as i163 from "./cube/explore/document-item.component";
|
167
|
+
import * as i164 from "./reports/tasks/tasks.component";
|
168
|
+
import * as i165 from "./reports/cube/table-documents.component";
|
169
|
+
import * as i166 from "./dashboard/cube/compare.widget";
|
170
|
+
import * as i167 from "./dashboard/cube/accum-cube.widget";
|
171
|
+
import * as i168 from "./dashboard/cube/cube-analysis.widget";
|
172
|
+
import * as i169 from "./dashboard/cube/cube-chart.widget";
|
173
|
+
import * as i170 from "./dashboard/actions/actions.widget";
|
174
|
+
import * as i171 from "./dashboard/recents/recents.widget";
|
175
|
+
import * as i172 from "./dashboard/score/pending-results.widget";
|
176
|
+
import * as i173 from "./dashboard/score/compare-groups.widget";
|
177
|
+
import * as i174 from "./dashboard/cube/documents.widget";
|
178
|
+
import * as i175 from "./dashboard/cube/document-state.widget";
|
179
|
+
import * as i176 from "./dashboard/score/personal-score.widget";
|
180
|
+
import * as i177 from "./dashboard/score/activity.widget";
|
181
|
+
import * as i178 from "./dashboard/score/peers-performance.widget";
|
182
|
+
import * as i179 from "./reports/cube/usage-pivot.component";
|
183
|
+
import * as i180 from "./reports/cube/usage-chart.component";
|
184
|
+
import * as i181 from "./reports/cube/usage-args.component";
|
185
|
+
import * as i182 from "./core/tagging/emoji.component";
|
186
|
+
import * as i183 from "./core/popup/tooltip.directive";
|
187
|
+
import * as i184 from "./app.component";
|
188
|
+
import * as i185 from "./cube/spreadsheet/spreadsheet.container.exp";
|
189
|
+
import * as i186 from "./modules/dayjs.module";
|
190
|
+
import * as i187 from "@angular/common";
|
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
|
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 i52.ArraySortPipe, typeof i52.JsonPipe, typeof i53.UserNamePipe, typeof i54.TaggingPipe, typeof i55.TypeSelect, typeof i56.TypeAutocomplete, typeof i57.Signature, typeof i58.AceInput, typeof i59.TimespanInput, typeof i60.AddressInput, typeof i61.FileInput, typeof i62.TimePicker, typeof i63.LayoutComponent, typeof i64.StickyToolbar, typeof i65.VirtualTabs, typeof i65.Tab, typeof i66.TimeField, typeof i67.SignatureField, typeof i68.AddressField, typeof i69.RadioButtonField, typeof i70.ChecklistField, typeof i71.AxesPickerField, typeof i72.YesNoField, typeof i73.HtmlField, typeof i74.FileField, typeof i75.NumericField, typeof i76.AutocompleteField, typeof i77.CheckboxField, typeof i78.DateField, typeof i79.DateRangeField, typeof i80.ExpressionField, typeof i81.InputField, typeof i82.SelectField, typeof i83.SwitchField, typeof i84.TextareaField, typeof i85.ChipsField, typeof i86.TimespanField, typeof i87.ReturnActionComponent, typeof i88.AssignActionComponent, typeof i89.MoveToActionComponent, typeof i90.AvatarComponent, typeof i91.PeopleComponent, typeof i92.EditInputComponent, typeof i93.LottieAnimation, typeof i17.ContactsComponent, typeof i94.CubeMatrixComponent, typeof i95.FilterTagsComponent, typeof i96.ExploreItemsComponent, typeof i97.CompareNameDirective, typeof i97.CompareGroupDirective, typeof i97.CompareContextDirective, typeof i98.GuideComponent, typeof i99.OutOfOfficeToast, typeof i100.NotificationsTableComponent, typeof i101.NotificationsFilterComponent, typeof i102.PrivilegeHiddenDirective, typeof i103.TaggingItemDirective, typeof i104.TaggingDirective, typeof i105.DocumentTaggingComponent, typeof i106.UserTaggingComponent, typeof i102.PrivilegeDisabledDirective, typeof i107.CubeDocumentsGridComponent, typeof i108.LongRunningTaskNotification, typeof i109.TaggedNotification, typeof i110.CommentedNotification, typeof i111.NudgeNotification, typeof i112.InviteNotification, typeof i113.TextNotification, typeof i114.CubeAnomalyNotification, typeof i115.EscalatedNotification, typeof i116.LikedNotification, typeof i117.StateChangedNotification, typeof i118.UpcomingEventNotification, typeof i119.NoneComponent, typeof i120.ScheduleViewComponent, typeof i121.OptionsComponent, typeof i122.TraceViewComponent, typeof i123.ProgressDirective, typeof i124.AttachmentsComponent, typeof i125.DocumentEventsComponent, typeof i126.TagsComponent, typeof i127.MapComponent, typeof i128.MaskComponent, typeof i129.FlowViewComponent, typeof i130.SubstitutionComponent, typeof i131.PopupComponent, typeof i132.AttachmentPreview, typeof i133.CommentsComponent, typeof i134.CommentComponent, typeof i135.EditCommentComponent, typeof i136.CommentLikesComponent, typeof i137.CommentEditsComponent, typeof i138.BrowseItemsComponent, typeof i139.BrowseFilterComponent, typeof i140.ExpandedItemComponent, typeof i141.ComposeFormComponent, typeof i142.CubeViewComponent, typeof i143.CubeFilterComponent, typeof i144.CubeAccumulationChartComponent, typeof i145.CubeChartComponent, typeof i146.CubePivotComponent, typeof i147.CubeSpreadsheetComponent, typeof i148.CubeGridComponent, typeof i149.ReportViewerComponent, typeof i150.TableViewComponent, typeof i151.ReportArgumentsComponent, typeof i152.DashboardComponent, typeof i153.WidgetItemComponent, typeof i154.CubeWidgetFilterComponent, typeof i155.SaveChangesDialog, typeof i156.AskDialog, typeof i157.AboutDialog, typeof i158.ActionDialog, typeof i159.ImpersonateDialog, typeof i160.ConversationComponent, typeof i161.CubeMatrixPopupComponent, typeof i162.VersionCompareComponent, typeof i163.ExploreDocumentComponent, typeof i164.TasksComponent, typeof i165.CubeDocumentsTableComponent, typeof i166.CubePerformanceWidget, typeof i167.CubeAccumAnalysisWidget, typeof i168.CubeAnalysisWidget, typeof i169.CubeChartAnalysisWidget, typeof i170.ActionsWidget, typeof i171.RecentsWidget, typeof i172.PendingResultsWidget, typeof i173.CompareGroupsWidget, typeof i174.CubeDocumentsWidget, typeof i175.DocumentStateWidgetComponent, typeof i176.PersonalScoreWidget, typeof i177.PersonalActivityWidget, typeof i178.PeersPerformanceWidget, typeof i179.UsagePivotComponent, typeof i180.UsageChartComponent, typeof i181.UsageReportArgs, typeof i182.EmojiHostComponent, typeof i183.TooltipDirective, typeof i183.TooltipComponent, typeof i184.BrokenPage], [typeof i185.SpContainer, typeof i186.DayJsModule, typeof i187.CommonModule, 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 i121.OptionsComponent, typeof i185.SpContainer, typeof i119.NoneComponent, typeof i2.LocalizedStringPipe, typeof i203.MaterialModule, typeof i184.BrokenPage, typeof i3.HelpTipComponent, typeof i95.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 i152.DashboardComponent, typeof i126.TagsComponent, typeof i33.QuickCommentComponent, typeof i133.CommentsComponent, typeof i63.LayoutComponent, typeof i158.ActionDialog, typeof i64.StickyToolbar, typeof i65.VirtualTabs, typeof i65.Tab, typeof i139.BrowseFilterComponent, typeof i143.CubeFilterComponent, typeof i120.ScheduleViewComponent, typeof i149.ReportViewerComponent, typeof i153.WidgetItemComponent, typeof i142.CubeViewComponent, typeof i96.ExploreItemsComponent, typeof i141.ComposeFormComponent, typeof i138.BrowseItemsComponent, typeof i100.NotificationsTableComponent, typeof i32.ActionPicker, typeof i160.ConversationComponent, typeof i41.StateDirective, typeof i17.ContactsComponent, typeof i94.CubeMatrixComponent, typeof i39.MatIconAnimate, typeof i183.TooltipDirective, typeof i59.TimespanInput, typeof i61.FileInput, typeof i60.AddressInput, typeof i58.AceInput, typeof i35.CombinationPicker, typeof i37.CombinationPool, typeof i55.TypeSelect, typeof i56.TypeAutocomplete, typeof i62.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 i52.JsonPipe, typeof i52.ArraySortPipe, typeof i53.UserNamePipe, typeof i46.SanitizeHtmlPipe, typeof i44.L18nPipe, typeof i44.TranslatePipe, typeof i45.IdentityName, typeof i90.AvatarComponent, typeof i151.ReportArgumentsComponent, typeof i132.AttachmentPreview, typeof i102.PrivilegeHiddenDirective, typeof i102.PrivilegeDisabledDirective, typeof i97.CompareGroupDirective, typeof i97.CompareNameDirective, typeof i97.CompareContextDirective, typeof i122.TraceViewComponent, typeof i129.FlowViewComponent, typeof i88.AssignActionComponent, typeof i87.ReturnActionComponent, typeof i163.ExploreDocumentComponent, typeof i166.CubePerformanceWidget, typeof i170.ActionsWidget, typeof i168.CubeAnalysisWidget, typeof i174.CubeDocumentsWidget, typeof i171.RecentsWidget, typeof i177.PersonalActivityWidget, typeof i173.CompareGroupsWidget, typeof i178.PeersPerformanceWidget, typeof i172.PendingResultsWidget, typeof i176.PersonalScoreWidget, typeof i154.CubeWidgetFilterComponent, typeof i165.CubeDocumentsTableComponent, typeof i107.CubeDocumentsGridComponent, typeof i164.TasksComponent, typeof i181.UsageReportArgs, typeof i180.UsageChartComponent, typeof i179.UsagePivotComponent, typeof i162.VersionCompareComponent, typeof i93.LottieAnimation, typeof i144.CubeAccumulationChartComponent, typeof i145.CubeChartComponent, typeof i146.CubePivotComponent, typeof i147.CubeSpreadsheetComponent, typeof i148.CubeGridComponent]>;
|
211
212
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
212
213
|
}
|
@@ -10,11 +10,11 @@ import * as i0 from "@angular/core";
|
|
10
10
|
export declare class CubeChartViewComponent extends CubeBase<ChartSettingsModel> {
|
11
11
|
private _router;
|
12
12
|
xAxis: string | string[];
|
13
|
-
series
|
13
|
+
series?: string | string[];
|
14
14
|
width: number;
|
15
15
|
chartType?: ChartType;
|
16
16
|
indicesChartType?: ChartType;
|
17
|
-
indices
|
17
|
+
indices?: string | string[];
|
18
18
|
filters: AxesMap;
|
19
19
|
isAccum: boolean;
|
20
20
|
constructor(session: SessionService, viewRef: DocumentViewRef<ChartSettingsModel>, service: CubeService, _router: RouterImpl);
|
@@ -11,8 +11,8 @@ export declare abstract class CubeBase<O extends Options> implements DocumentVie
|
|
11
11
|
protected _session: SessionService;
|
12
12
|
private _none?;
|
13
13
|
patterns: Pattern[];
|
14
|
-
pattern
|
15
|
-
scope
|
14
|
+
pattern?: Pattern;
|
15
|
+
scope?: ScopeType;
|
16
16
|
loading: boolean;
|
17
17
|
axes: AxesMap;
|
18
18
|
anyFilters: boolean;
|
@@ -21,11 +21,11 @@ export declare abstract class CubeBase<O extends Options> implements DocumentVie
|
|
21
21
|
alternate: Cube[];
|
22
22
|
cube: Cube;
|
23
23
|
hasdata: boolean;
|
24
|
-
title
|
24
|
+
title?: string;
|
25
25
|
private _consolidatedAxes;
|
26
|
-
constructor(_viewRef: DocumentViewRef<O>, _service: CubeService, _session: SessionService, _none?: boolean);
|
26
|
+
constructor(_viewRef: DocumentViewRef<O>, _service: CubeService, _session: SessionService, _none?: boolean | undefined);
|
27
27
|
onBind(model: DocumentModel<any>): void;
|
28
|
-
abstract onViewBind():
|
28
|
+
abstract onViewBind(): void;
|
29
29
|
switchAxes(axes?: AxesMap): void;
|
30
30
|
protected _drop(axes: string | string[]): void;
|
31
31
|
/**
|
@@ -34,7 +34,7 @@ export declare abstract class CubeBase<O extends Options> implements DocumentVie
|
|
34
34
|
*/
|
35
35
|
switchTo(cube: Cube): void;
|
36
36
|
private _consolidate;
|
37
|
-
protected getAggregateLabel(): Promise<string>;
|
37
|
+
protected getAggregateLabel(): Promise<string | null>;
|
38
38
|
protected aggregate(originalAxes: AxesMap): AxesMap;
|
39
39
|
get group(): string;
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeBase<any>, never>;
|
@@ -12,8 +12,8 @@ export declare class CubeDocumentSumComponent extends CubeBase<SumSettingsModel>
|
|
12
12
|
private _router;
|
13
13
|
primaryAxis: CubeAxis;
|
14
14
|
parentAxis?: string;
|
15
|
-
periodPolicy
|
16
|
-
indices
|
15
|
+
periodPolicy?: string;
|
16
|
+
indices?: string[] | string;
|
17
17
|
selectedAxis: string | number;
|
18
18
|
alternateAxes: (string | number)[];
|
19
19
|
constructor(viewRef: DocumentViewRef<SumSettingsModel>, _router: RouterImpl, service: CubeService, session: SessionService);
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
2
|
-
import { ColumnModel, DayWorkingTimeModel, EventMarkerModel, Gantt, HolidayModel, IQueryTaskbarInfoEventArgs, LabelSettingsModel, SelectionSettingsModel, SplitterSettingsModel, TaskFieldsModel, TimelineSettingsModel } from '@syncfusion/ej2-
|
2
|
+
import { ColumnModel, DayWorkingTimeModel, EventMarkerModel, Gantt, HolidayModel, IQueryTaskbarInfoEventArgs, LabelSettingsModel, SelectionSettingsModel, SplitterSettingsModel, TaskFieldsModel, TimelineSettingsModel } from '@syncfusion/ej2-gantt';
|
3
|
+
import { RowSelectingEventArgs } from '@syncfusion/ej2-grids';
|
3
4
|
import { SessionService } from '../../core/session.service';
|
4
5
|
import { TranslateService } from '../../core/translate.service';
|
5
6
|
import { AccountService } from '../../core/account.service';
|
@@ -33,7 +34,7 @@ export declare class TimelineViewComponent implements DocumentViewComponent {
|
|
33
34
|
*
|
34
35
|
* @param row
|
35
36
|
*/
|
36
|
-
rowSelecting(row:
|
37
|
+
rowSelecting(row: RowSelectingEventArgs): void;
|
37
38
|
/**
|
38
39
|
*
|
39
40
|
* @param task
|
@@ -14,5 +14,5 @@ export declare class DocumentViewsComponent implements OnChanges {
|
|
14
14
|
ngOnChanges(_: SimpleChanges): void;
|
15
15
|
resize(): void;
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentViewsComponent, never>;
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewsComponent, "bizdoc-document-
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewsComponent, "bizdoc-document-insights", never, { "model": { "alias": "model"; "required": false; }; }, {}, never, never, false, never>;
|
18
18
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bizdoc/core",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.2.1",
|
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,27 +12,27 @@
|
|
12
12
|
"@ctrl/ngx-emoji-mart": "^9.2.0",
|
13
13
|
"@googlemaps/js-api-loader": "^1.16.8",
|
14
14
|
"@microsoft/signalr": "^8.0.7",
|
15
|
-
"@syncfusion/ej2": "^26.2.
|
15
|
+
"@syncfusion/ej2": "^26.2.12",
|
16
16
|
"@syncfusion/ej2-angular-charts": "^26.2.12",
|
17
17
|
"@syncfusion/ej2-angular-circulargauge": "^26.2.10",
|
18
18
|
"@syncfusion/ej2-angular-diagrams": "^26.2.12",
|
19
19
|
"@syncfusion/ej2-angular-gantt": "^26.2.12",
|
20
20
|
"@syncfusion/ej2-angular-grids": "^26.2.12",
|
21
|
-
"@syncfusion/ej2-angular-inputs": "^26.2.
|
21
|
+
"@syncfusion/ej2-angular-inputs": "^26.2.11",
|
22
22
|
"@syncfusion/ej2-angular-kanban": "^26.2.10",
|
23
23
|
"@syncfusion/ej2-angular-lineargauge": "^26.2.10",
|
24
24
|
"@syncfusion/ej2-angular-pivotview": "^26.2.12",
|
25
|
-
"@syncfusion/ej2-angular-richtexteditor": "^26.2.
|
25
|
+
"@syncfusion/ej2-angular-richtexteditor": "^26.2.12",
|
26
26
|
"@syncfusion/ej2-angular-schedule": "^26.2.12",
|
27
27
|
"@syncfusion/ej2-angular-spreadsheet": "^26.2.12",
|
28
28
|
"@syncfusion/ej2-base": "^26.2.10",
|
29
29
|
"ace-builds": "^1.36.2",
|
30
30
|
"cookie": "^0.6.0",
|
31
|
-
"dayjs": "^1.11.13",
|
32
|
-
"firebase": "^10.13.1",
|
33
31
|
"hammerjs": "~2",
|
34
|
-
"ngx-cookie-service": "18",
|
35
32
|
"typescript": "5.5",
|
33
|
+
"dayjs": "^1.11.13",
|
34
|
+
"ngx-cookie-service": "18",
|
35
|
+
"firebase": "^10.13.1",
|
36
36
|
"zone.js": "^0.15",
|
37
37
|
"tslib": "^2.3.0"
|
38
38
|
},
|
package/public-api.d.ts
CHANGED
@@ -76,7 +76,8 @@ export * from './lib/core/pipes/role.pipe';
|
|
76
76
|
export * from './lib/core/pipes/type-value.pipe';
|
77
77
|
export { SearchInput } from './lib/admin/core/search.input';
|
78
78
|
export { IdentityName } from './lib/core/identity/identity.component';
|
79
|
-
export { JsonPipe, ArraySortPipe
|
79
|
+
export { JsonPipe, ArraySortPipe } from './lib/core/pipes/sort.pipe';
|
80
|
+
export { FilterPipe } from './lib/core/pipes/filter.pipe';
|
80
81
|
export { L18nPipe, TranslatePipe } from "./lib/core/pipes/translate.pipe";
|
81
82
|
export { FormPipe } from './lib/core/pipes/form.pipe';
|
82
83
|
export { DesignerElementComponent, DesignMode, DesignerRef, DesignerInfo, ElementInfo, programName, getMonthList } from './lib/admin/architecture/declarations';
|
@@ -143,7 +144,7 @@ export { CubeMatrixComponent, SumSettings, CalculateFn } from './lib/cube/matrix
|
|
143
144
|
export { VersionCompareComponent } from './lib/compose/version-compare/version-compare.component';
|
144
145
|
export { AceInput } from './lib/admin/core/ace.input';
|
145
146
|
export { CommentsComponent } from './lib/compose/comments/comments.component';
|
146
|
-
export { LottieAnimation } from './lib/core/lottie-animation';
|
147
|
+
export { LottieAnimation } from './lib/core/lottie-animation.exp';
|
147
148
|
export { MatIconAnimate } from './lib/core/animated-icon/animated-icon.directive';
|
148
149
|
export { registerComponents } from './lib/core/component-factory-resolver';
|
149
150
|
export { TooltipDirective } from './lib/core/popup/tooltip.directive';
|
package/assets/themes/readme.md
DELETED
File without changes
|
@@ -1,48 +0,0 @@
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
//"@teamhive/lottie-player": "^1.0.0",
|
4
|
-
//"lottie-web": "^5.12.2",
|
5
|
-
//import player from 'lottie-web/build/player/lottie';
|
6
|
-
export class LottieAnimation {
|
7
|
-
constructor(_element) {
|
8
|
-
this._element = _element;
|
9
|
-
this.size = '100px';
|
10
|
-
this.autoplay = true;
|
11
|
-
}
|
12
|
-
ngOnInit() {
|
13
|
-
// this._instance = player.loadAnimation({
|
14
|
-
// container: this._element.nativeElement,
|
15
|
-
// renderer: 'svg',
|
16
|
-
// loop: true,
|
17
|
-
// autoplay: this.autoplay,
|
18
|
-
// width: '20px',
|
19
|
-
// rendererSettings: {
|
20
|
-
// //className: ''
|
21
|
-
// },
|
22
|
-
// background: "transparent",
|
23
|
-
// path: `assets/animations/${this.name}.json`
|
24
|
-
// } as AnimationConfig);
|
25
|
-
// this._instance.show();
|
26
|
-
}
|
27
|
-
play() { this._instance.play(); }
|
28
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: LottieAnimation, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
29
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: LottieAnimation, selector: "lottie", inputs: { name: "name", size: "size", autoplay: "autoplay" }, host: { properties: { "style.width": "size", "style.height": "size" }, styleAttribute: "display:block" }, ngImport: i0, template: '', isInline: true }); }
|
30
|
-
}
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: LottieAnimation, decorators: [{
|
32
|
-
type: Component,
|
33
|
-
args: [{
|
34
|
-
selector: 'lottie', template: '',
|
35
|
-
host: {
|
36
|
-
style: 'display:block',
|
37
|
-
'[style.width]': 'size',
|
38
|
-
'[style.height]': 'size'
|
39
|
-
}
|
40
|
-
}]
|
41
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
|
42
|
-
type: Input
|
43
|
-
}], size: [{
|
44
|
-
type: Input
|
45
|
-
}], autoplay: [{
|
46
|
-
type: Input
|
47
|
-
}] } });
|
48
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG90dGllLWFuaW1hdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvY29yZS9sb3R0aWUtYW5pbWF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXNCLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFHakUsc0NBQXNDO0FBQzFDLDBCQUEwQjtBQUMxQixzREFBc0Q7QUFVdEQsTUFBTSxPQUNFLGVBQWU7SUFLckIsWUFBb0IsUUFBb0I7UUFBcEIsYUFBUSxHQUFSLFFBQVEsQ0FBWTtRQUYvQixTQUFJLEdBQVcsT0FBTyxDQUFDO1FBQ3ZCLGFBQVEsR0FBWSxJQUFJLENBQUM7SUFDVSxDQUFDO0lBQzdDLFFBQVE7UUFDUiwyQ0FBMkM7UUFDM0MsNkNBQTZDO1FBQzdDLHNCQUFzQjtRQUN0QixpQkFBaUI7UUFDakIsOEJBQThCO1FBQzlCLG9CQUFvQjtRQUNwQix5QkFBeUI7UUFDekIsK0JBQStCO1FBQy9CLFFBQVE7UUFDUixnQ0FBZ0M7UUFDaEMsaURBQWlEO1FBQ2pELDBCQUEwQjtRQUMxQiwwQkFBMEI7SUFDMUIsQ0FBQztJQUNELElBQUksS0FBSyxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQzs4R0FyQjNCLGVBQWU7a0dBQWYsZUFBZSxzTkFSUyxFQUFFOzsyRkFRMUIsZUFBZTtrQkFUdEIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxFQUFFO29CQUNoQyxJQUFJLEVBQUU7d0JBQ0osS0FBSyxFQUFFLGVBQWU7d0JBQ3RCLGVBQWUsRUFBRSxNQUFNO3dCQUN2QixnQkFBZ0IsRUFBRSxNQUFNO3FCQUN6QjtpQkFDRjsrRUFJVSxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgRWxlbWVudFJlZiwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQW5pbWF0aW9uQ29uZmlnLCBBbmltYXRpb25JdGVtIH0gZnJvbSAnbG90dGllLXdlYic7XHJcblxyXG4gICAgLy9cIkB0ZWFtaGl2ZS9sb3R0aWUtcGxheWVyXCI6IFwiXjEuMC4wXCIsXHJcbi8vXCJsb3R0aWUtd2ViXCI6IFwiXjUuMTIuMlwiLFxyXG4vL2ltcG9ydCBwbGF5ZXIgZnJvbSAnbG90dGllLXdlYi9idWlsZC9wbGF5ZXIvbG90dGllJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbG90dGllJywgdGVtcGxhdGU6ICcnLFxyXG4gIGhvc3Q6IHtcclxuICAgIHN0eWxlOiAnZGlzcGxheTpibG9jaycsXHJcbiAgICAnW3N0eWxlLndpZHRoXSc6ICdzaXplJyxcclxuICAgICdbc3R5bGUuaGVpZ2h0XSc6ICdzaXplJ1xyXG4gIH1cclxufSlcclxuZXhwb3J0XHJcbiAgY2xhc3MgTG90dGllQW5pbWF0aW9uIGltcGxlbWVudHMgT25Jbml0IHtcclxuICBwcml2YXRlIF9pbnN0YW5jZTogQW5pbWF0aW9uSXRlbTtcclxuICBASW5wdXQoKSBuYW1lITogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIHNpemU6IHN0cmluZyA9ICcxMDBweCc7XHJcbiAgQElucHV0KCkgYXV0b3BsYXk6IGJvb2xlYW4gPSB0cnVlO1xyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgX2VsZW1lbnQ6IEVsZW1lbnRSZWYpIHsgfVxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIC8vICB0aGlzLl9pbnN0YW5jZSA9IHBsYXllci5sb2FkQW5pbWF0aW9uKHtcclxuICAvLyAgICBjb250YWluZXI6IHRoaXMuX2VsZW1lbnQubmF0aXZlRWxlbWVudCxcclxuICAvLyAgICByZW5kZXJlcjogJ3N2ZycsXHJcbiAgLy8gICAgbG9vcDogdHJ1ZSxcclxuICAvLyAgICBhdXRvcGxheTogdGhpcy5hdXRvcGxheSxcclxuICAvLyAgICB3aWR0aDogJzIwcHgnLFxyXG4gIC8vICAgIHJlbmRlcmVyU2V0dGluZ3M6IHtcclxuICAvLyAgICAgIC8vY2xhc3NOYW1lOiAnJyAgICAgICAgXHJcbiAgLy8gICAgfSxcclxuICAvLyAgICBiYWNrZ3JvdW5kOiBcInRyYW5zcGFyZW50XCIsXHJcbiAgLy8gICAgcGF0aDogYGFzc2V0cy9hbmltYXRpb25zLyR7dGhpcy5uYW1lfS5qc29uYFxyXG4gIC8vICB9IGFzIEFuaW1hdGlvbkNvbmZpZyk7XHJcbiAgLy8gIHRoaXMuX2luc3RhbmNlLnNob3coKTtcclxuICB9XHJcbiAgcGxheSgpIHsgdGhpcy5faW5zdGFuY2UucGxheSgpOyB9XHJcbn1cclxuIl19
|