@bizdoc/core 1.10.3 → 1.11.0-next.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/bizdoc-schema.json +8 -8
- package/esm2020/lib/admin/admin-dismiss.service.mjs +3 -3
- package/esm2020/lib/admin/admin-menu.component.mjs +3 -3
- package/esm2020/lib/admin/core/ace.input.mjs +3 -3
- package/esm2020/lib/admin/core/color-picker.input.mjs +3 -3
- package/esm2020/lib/admin/core/search.input.mjs +3 -3
- package/esm2020/lib/admin/diff/configuration-diff.component.mjs +3 -3
- package/esm2020/lib/admin/document-trace/document-trace.component.mjs +3 -3
- package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +3 -3
- package/esm2020/lib/admin/document-trace/trace-element.component.mjs +3 -3
- package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
- package/esm2020/lib/admin/form/form.service.mjs +3 -3
- package/esm2020/lib/admin/form/workflow/node.component.mjs +3 -3
- package/esm2020/lib/admin/form/workflow/role-node.component.mjs +3 -3
- package/esm2020/lib/admin/form/workflow/workflow.component.mjs +3 -3
- package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +3 -3
- package/esm2020/lib/admin/patterns/patterns.component.mjs +3 -3
- package/esm2020/lib/admin/permissions/permissions.component.mjs +3 -3
- package/esm2020/lib/admin/positions/positions-popup.component.mjs +3 -3
- package/esm2020/lib/admin/positions/positions.component.mjs +7 -7
- package/esm2020/lib/admin/profiler/profiler.component.mjs +3 -3
- package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
- package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
- package/esm2020/lib/app.component.mjs +16 -9
- package/esm2020/lib/bizdoc.module.mjs +4 -4
- package/esm2020/lib/browse/browse-items.component.mjs +6 -6
- package/esm2020/lib/browse/browse.mobile.component.mjs +4 -4
- package/esm2020/lib/browse/browse.pane.component.mjs +4 -4
- package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +3 -3
- package/esm2020/lib/browse/filter/filter.component.mjs +3 -3
- package/esm2020/lib/browse/folders-menu.component.mjs +3 -3
- package/esm2020/lib/chat/chat-info.mjs +3 -3
- package/esm2020/lib/chat/chat.mobile.component.mjs +3 -3
- package/esm2020/lib/chat/chat.service.mjs +3 -3
- package/esm2020/lib/chat/contacts.component.mjs +6 -6
- package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
- package/esm2020/lib/chat/conversation.component.mjs +3 -3
- package/esm2020/lib/chat/conversation.pane.component.mjs +3 -3
- package/esm2020/lib/compose/action/action-picker.component.mjs +3 -3
- package/esm2020/lib/compose/action/action.dialog.mjs +3 -3
- package/esm2020/lib/compose/action/action.pane.dialog.mjs +3 -3
- package/esm2020/lib/compose/action/assign-action.component.mjs +3 -3
- package/esm2020/lib/compose/action/return-action.component.mjs +3 -3
- package/esm2020/lib/compose/attachments/attachments.component.mjs +32 -24
- package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +10 -16
- package/esm2020/lib/compose/attachments/progress-button.directive.mjs +6 -6
- package/esm2020/lib/compose/can-deactivate-changes.service.mjs +3 -3
- package/esm2020/lib/compose/comments/Comments.pane.component.mjs +3 -3
- package/esm2020/lib/compose/comments/comment.component.mjs +3 -3
- package/esm2020/lib/compose/comments/comments.component.mjs +3 -3
- package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
- package/esm2020/lib/compose/comments/edits.component.mjs +3 -3
- package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
- package/esm2020/lib/compose/comments/votes.component.mjs +3 -3
- package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
- package/esm2020/lib/compose/compose.mobile.component.mjs +5 -5
- package/esm2020/lib/compose/compose.pane.component.mjs +6 -6
- package/esm2020/lib/compose/copy/copy.dialog.mjs +3 -3
- package/esm2020/lib/compose/dismiss.service.mjs +3 -3
- package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
- package/esm2020/lib/compose/document.component.mjs +3 -3
- package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
- package/esm2020/lib/compose/document.pane.component.mjs +3 -3
- package/esm2020/lib/compose/events/events.component.mjs +3 -3
- package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +5 -5
- package/esm2020/lib/compose/form.component.mjs +50 -26
- package/esm2020/lib/compose/new-menu.component.mjs +5 -5
- package/esm2020/lib/compose/privilage.directive.mjs +6 -6
- package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
- package/esm2020/lib/compose/save-changes.dialog.mjs +3 -3
- package/esm2020/lib/compose/state.component.mjs +3 -3
- package/esm2020/lib/compose/tag/tags.component.mjs +3 -3
- package/esm2020/lib/compose/trace/flow.component.mjs +34 -46
- package/esm2020/lib/compose/trace/people.component.mjs +3 -3
- package/esm2020/lib/compose/trace/trace.base.mjs +3 -3
- package/esm2020/lib/compose/trace/trace.component.mjs +44 -18
- package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
- package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
- package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
- package/esm2020/lib/compose/version-compare/version.pane.component.mjs +3 -3
- package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
- package/esm2020/lib/core/account.service.mjs +3 -3
- package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
- package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
- package/esm2020/lib/core/base.mjs +1 -1
- package/esm2020/lib/core/component-factory-resolver.mjs +12 -5
- package/esm2020/lib/core/configuration.mjs +2 -1
- package/esm2020/lib/core/controls/address.input.mjs +13 -9
- package/esm2020/lib/core/controls/auto-complete.input.mjs +3 -3
- package/esm2020/lib/core/controls/combination-picker-body.mjs +4 -4
- package/esm2020/lib/core/controls/combination-picker.mjs +3 -3
- package/esm2020/lib/core/controls/combination-pool.mjs +3 -3
- package/esm2020/lib/core/controls/file.input.mjs +390 -0
- package/esm2020/lib/core/controls/select.input.mjs +15 -13
- package/esm2020/lib/core/controls/time-picker.mjs +3 -3
- package/esm2020/lib/core/controls/timespan.input.mjs +3 -3
- package/esm2020/lib/core/datasource.service.mjs +24 -12
- package/esm2020/lib/core/functions.mjs +8 -1
- package/esm2020/lib/core/guide/guide.component.mjs +3 -3
- package/esm2020/lib/core/guide/guide.service.mjs +3 -3
- package/esm2020/lib/core/http.interceptor.mjs +3 -3
- package/esm2020/lib/core/hub.service.mjs +4 -4
- package/esm2020/lib/core/identity/identity.component.mjs +3 -3
- package/esm2020/lib/core/info/attachment-info.service.mjs +10 -12
- package/esm2020/lib/core/info/document-info.service.mjs +3 -3
- package/esm2020/lib/core/info/location-info.component.mjs +3 -3
- package/esm2020/lib/core/info/map-info.mjs +3 -3
- package/esm2020/lib/core/layout/autocomplete.field.mjs +4 -4
- package/esm2020/lib/core/layout/checkbox.field.mjs +3 -3
- package/esm2020/lib/core/layout/checkbox.mjs +3 -3
- package/esm2020/lib/core/layout/date-range.field.mjs +3 -3
- package/esm2020/lib/core/layout/date.field.mjs +3 -3
- package/esm2020/lib/core/layout/expression.field.mjs +3 -3
- package/esm2020/lib/core/layout/html.field.mjs +3 -3
- package/esm2020/lib/core/layout/input.base.mjs +3 -3
- package/esm2020/lib/core/layout/input.field.mjs +3 -3
- package/esm2020/lib/core/layout/layout.component.mjs +3 -3
- package/esm2020/lib/core/layout/numeric.field.mjs +3 -3
- package/esm2020/lib/core/layout/select.field.mjs +5 -5
- package/esm2020/lib/core/layout/switch.field.mjs +3 -3
- package/esm2020/lib/core/layout/textarea.field.mjs +3 -3
- package/esm2020/lib/core/layout/timespan.field.mjs +3 -3
- package/esm2020/lib/core/lottie-animation.mjs +3 -3
- package/esm2020/lib/core/mailbox.service.mjs +144 -40
- package/esm2020/lib/core/models.mjs +8 -1
- package/esm2020/lib/core/none.component.mjs +3 -3
- package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/calendar.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
- package/esm2020/lib/core/pipes/difference.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/duration-format.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
- package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/time-ago.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/translate.pipe.mjs +6 -6
- package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
- package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
- package/esm2020/lib/core/popup/popup.component.mjs +3 -3
- package/esm2020/lib/core/popup/popup.service.mjs +3 -3
- package/esm2020/lib/core/popup/tooltip.directive.mjs +6 -6
- package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +3 -3
- package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
- package/esm2020/lib/core/prompt.service.mjs +3 -3
- package/esm2020/lib/core/router.mjs +6 -6
- package/esm2020/lib/core/session.service.mjs +10 -5
- package/esm2020/lib/core/slots/pane-ref.mjs +3 -1
- package/esm2020/lib/core/slots/router.directive.mjs +3 -3
- package/esm2020/lib/core/slots/router.service.mjs +3 -3
- package/esm2020/lib/core/slots/slots.component.mjs +22 -8
- package/esm2020/lib/core/tagging/documents.component.mjs +3 -3
- package/esm2020/lib/core/tagging/edit-input.component.mjs +5 -5
- package/esm2020/lib/core/tagging/emoji.component.mjs +3 -3
- package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
- package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
- package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
- package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
- package/esm2020/lib/core/tagging/users.component.mjs +3 -3
- package/esm2020/lib/core/translate.service.mjs +7 -4
- package/esm2020/lib/core/translations.mjs +12 -4
- package/esm2020/lib/core/window-title.service.mjs +3 -3
- package/esm2020/lib/cube/accum/accum.component.mjs +17 -13
- package/esm2020/lib/cube/chart/chart.component.mjs +17 -14
- package/esm2020/lib/cube/cube-info.service.mjs +7 -7
- package/esm2020/lib/cube/cube-menu.component.mjs +3 -3
- package/esm2020/lib/cube/cube-view.component.mjs +3 -3
- package/esm2020/lib/cube/cube.service.mjs +28 -8
- package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
- package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
- package/esm2020/lib/cube/explore/explore-items.component.mjs +19 -15
- package/esm2020/lib/cube/explore/explore.pane.component.mjs +14 -9
- package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
- package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
- package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
- package/esm2020/lib/cube/filter/filter.component.mjs +50 -31
- package/esm2020/lib/cube/grid/grid.component.mjs +3 -3
- package/esm2020/lib/cube/grid/spreadsheet.component.mjs +22 -24
- package/esm2020/lib/cube/matrix/matrix.base.mjs +4 -4
- package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +6 -5
- package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +7 -6
- package/esm2020/lib/cube/matrix/popup.component.mjs +68 -0
- package/esm2020/lib/cube/matrix/table.component.mjs +65 -12
- package/esm2020/lib/cube/parallel/parallel.component.mjs +16 -8
- package/esm2020/lib/cube/pivot/pivot.component.mjs +36 -17
- package/esm2020/lib/cube/sum/sum.component.mjs +4 -4
- package/esm2020/lib/cube/view-base.mjs +3 -3
- package/esm2020/lib/cube/view.mobile.component.mjs +13 -7
- package/esm2020/lib/cube/view.pane.component.mjs +5 -6
- package/esm2020/lib/dashboard/actions/actions.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +4 -4
- package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/documents.widget.mjs +3 -3
- package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +4 -4
- package/esm2020/lib/dashboard/dashboard.component.mjs +3 -3
- package/esm2020/lib/dashboard/dashboard.pane.component.mjs +3 -3
- package/esm2020/lib/dashboard/recents/recents.widget.mjs +17 -16
- package/esm2020/lib/dashboard/score/activity.widget.mjs +4 -7
- package/esm2020/lib/dashboard/score/compare-departments.widget.mjs +3 -3
- package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +3 -3
- package/esm2020/lib/dashboard/score/pending-results.widget.mjs +3 -3
- package/esm2020/lib/dashboard/score/personal-score.widget.mjs +3 -3
- package/esm2020/lib/dashboard/widget-item.component.mjs +3 -3
- package/esm2020/lib/desktop.module.mjs +4 -4
- package/esm2020/lib/home/about/about.dialog.mjs +3 -3
- package/esm2020/lib/home/home-base.component.mjs +5 -5
- package/esm2020/lib/home/home.desktop.component.mjs +3 -3
- package/esm2020/lib/home/home.mobile.component.mjs +3 -3
- package/esm2020/lib/home/notifications/notifications.component.mjs +3 -3
- package/esm2020/lib/home/options/options.component.mjs +3 -3
- package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +3 -3
- package/esm2020/lib/home/search.service.mjs +3 -3
- package/esm2020/lib/home/sign/sign.component.mjs +3 -3
- package/esm2020/lib/home/tools.component.mjs +3 -3
- package/esm2020/lib/impersonate/impersonate.component.mjs +3 -3
- package/esm2020/lib/mobile.module.mjs +4 -4
- package/esm2020/lib/modules/chart.module.mjs +4 -4
- package/esm2020/lib/modules/circular-gauge.module.mjs +4 -4
- package/esm2020/lib/modules/date.adapter.mjs +3 -3
- package/esm2020/lib/modules/datepicker.intl.mjs +3 -3
- package/esm2020/lib/modules/diagram.module.mjs +4 -4
- package/esm2020/lib/modules/gantt.module.mjs +4 -4
- package/esm2020/lib/modules/grid.module.mjs +4 -4
- package/esm2020/lib/modules/material.module.mjs +4 -4
- package/esm2020/lib/modules/paginator.intl.mjs +3 -3
- package/esm2020/lib/modules/pivot.module.mjs +4 -4
- package/esm2020/lib/modules/schedule.module.mjs +4 -4
- package/esm2020/lib/modules/spreadsheet.module.mjs +4 -4
- package/esm2020/lib/modules/stepper.intl.mjs +3 -3
- package/esm2020/lib/modules/texteditor.module.mjs +4 -4
- package/esm2020/lib/notifications/filter.component.mjs +3 -3
- package/esm2020/lib/notifications/notifications-table.component.mjs +3 -3
- package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
- package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
- package/esm2020/lib/notifications/notifications.service.mjs +3 -3
- package/esm2020/lib/notifications/types/commented.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/escalated.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/liked.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/long-running-task.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/notification-base.mjs +3 -3
- package/esm2020/lib/notifications/types/nudge.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/state-changed.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/tagged.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
- package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +3 -3
- package/esm2020/lib/options/options.component.mjs +3 -3
- package/esm2020/lib/options/options.service.mjs +3 -3
- package/esm2020/lib/reports/arguments-component.mjs +3 -3
- package/esm2020/lib/reports/cube/grid-documents.component.mjs +3 -3
- package/esm2020/lib/reports/cube/table-documents.component.mjs +3 -3
- package/esm2020/lib/reports/cube/usage-args.component.mjs +6 -8
- package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
- package/esm2020/lib/reports/cube/usage-chart.component.mjs +12 -12
- package/esm2020/lib/reports/cube/usage-pivot.component.mjs +3 -3
- package/esm2020/lib/reports/report-viewer.component.mjs +6 -6
- package/esm2020/lib/reports/report.mobile.component.mjs +3 -3
- package/esm2020/lib/reports/report.pane.component.mjs +3 -3
- package/esm2020/lib/reports/reports-menu.component.mjs +3 -3
- package/esm2020/lib/reports/substitution/substitution.component.mjs +3 -3
- package/esm2020/lib/reports/table/table-view.component.mjs +3 -3
- package/esm2020/lib/reports/tasks/tasks.component.mjs +3 -3
- package/esm2020/lib/routes.desktop.mjs +1 -1
- package/esm2020/lib/scheduler/schedule.component.mjs +4 -4
- package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
- package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
- package/esm2020/lib/shared.module.mjs +14 -12
- package/esm2020/lib/system.module.mjs +4 -4
- package/esm2020/lib/views/cube/chart.component.mjs +4 -4
- package/esm2020/lib/views/cube/cube-base.mjs +10 -12
- package/esm2020/lib/views/cube/explore.component.mjs +4 -4
- package/esm2020/lib/views/cube/matrix.component.mjs +21 -22
- package/esm2020/lib/views/cube/parallel.component.mjs +5 -6
- package/esm2020/lib/views/cube/pivot.component.mjs +5 -5
- package/esm2020/lib/views/cube/sum.component.mjs +5 -5
- package/esm2020/lib/views/cube/view.component.mjs +3 -3
- package/esm2020/lib/views/timeline/timeline.component.exp.mjs +3 -3
- package/esm2020/lib/views/view-item.component.mjs +3 -3
- package/esm2020/lib/views/views.component.mjs +3 -3
- package/esm2020/lib/views/views.mobile.component.mjs +3 -3
- package/esm2020/lib/views/views.pane.component.mjs +3 -3
- package/esm2020/public-api.mjs +4 -3
- package/fesm2015/bizdoc-core.mjs +4189 -3479
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +4081 -3369
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/lib/app.component.d.ts +3 -1
- package/lib/browse/browse.mobile.component.d.ts +1 -0
- package/lib/browse/browse.pane.component.d.ts +1 -0
- package/lib/compose/attachments/attachments.component.d.ts +2 -2
- package/lib/compose/attachments/preview/attachment-preview.component.d.ts +3 -4
- package/lib/compose/attachments/progress-button.directive.d.ts +3 -3
- package/lib/compose/form.component.d.ts +1 -0
- package/lib/compose/trace/trace.component.d.ts +6 -0
- package/lib/core/base.d.ts +3 -1
- package/lib/core/configuration.d.ts +3 -1
- package/lib/core/controls/address.input.d.ts +2 -1
- package/lib/core/controls/combination-picker-body.d.ts +2 -0
- package/lib/core/controls/file.input.d.ts +88 -0
- package/lib/core/controls/select.input.d.ts +7 -5
- package/lib/core/datasource.service.d.ts +7 -4
- package/lib/core/functions.d.ts +7 -0
- package/lib/core/hub.service.d.ts +1 -2
- package/lib/core/info/attachment-info.service.d.ts +1 -2
- package/lib/core/mailbox.service.d.ts +28 -7
- package/lib/core/models.d.ts +10 -7
- package/lib/core/session.service.d.ts +1 -0
- package/lib/core/slots/pane-ref.d.ts +2 -0
- package/lib/core/translations.d.ts +8 -0
- package/lib/cube/accum/accum.component.d.ts +6 -3
- package/lib/cube/chart/chart.component.d.ts +6 -3
- package/lib/cube/cube-info.service.d.ts +9 -3
- package/lib/cube/cube.service.d.ts +11 -5
- package/lib/cube/explore/explore-items.component.d.ts +6 -3
- package/lib/cube/explore/explore.pane.component.d.ts +5 -4
- package/lib/cube/filter/filter.component.d.ts +10 -9
- package/lib/cube/grid/spreadsheet.component.d.ts +0 -1
- package/lib/cube/matrix/matrix.base.d.ts +2 -0
- package/lib/cube/matrix/matrix.pane.component.d.ts +0 -1
- package/lib/cube/matrix/{matrix.component.d.ts → popup.component.d.ts} +0 -0
- package/lib/cube/matrix/table.component.d.ts +9 -4
- package/lib/cube/parallel/parallel.component.d.ts +6 -3
- package/lib/cube/pivot/pivot.component.d.ts +7 -1
- package/lib/cube/sum/sum.component.d.ts +2 -1
- package/lib/cube/view.mobile.component.d.ts +3 -2
- package/lib/dashboard/cube/cube-analysis.base.d.ts +2 -1
- package/lib/dashboard/recents/recents.widget.d.ts +2 -1
- package/lib/reports/cube/usage-args.component.d.ts +0 -1
- package/lib/shared.module.d.ts +176 -175
- package/lib/views/cube/chart.component.d.ts +2 -1
- package/lib/views/cube/cube-base.d.ts +2 -1
- package/lib/views/cube/explore.component.d.ts +2 -1
- package/lib/views/cube/matrix.component.d.ts +4 -5
- package/lib/views/cube/parallel.component.d.ts +1 -2
- package/lib/views/cube/pivot.component.d.ts +2 -1
- package/lib/views/cube/sum.component.d.ts +2 -1
- package/package.json +15 -15
- package/public-api.d.ts +4 -3
- package/assets/dayjs/locale/af.js +0 -1
- package/assets/dayjs/locale/am.js +0 -1
- package/assets/dayjs/locale/ar-dz.js +0 -1
- package/assets/dayjs/locale/ar-iq.js +0 -1
- package/assets/dayjs/locale/ar-kw.js +0 -1
- package/assets/dayjs/locale/ar-ly.js +0 -1
- package/assets/dayjs/locale/ar-ma.js +0 -1
- package/assets/dayjs/locale/ar-sa.js +0 -1
- package/assets/dayjs/locale/ar-tn.js +0 -1
- package/assets/dayjs/locale/ar.js +0 -1
- package/assets/dayjs/locale/az.js +0 -1
- package/assets/dayjs/locale/be.js +0 -1
- package/assets/dayjs/locale/bg.js +0 -1
- package/assets/dayjs/locale/bi.js +0 -1
- package/assets/dayjs/locale/bm.js +0 -1
- package/assets/dayjs/locale/bn.js +0 -1
- package/assets/dayjs/locale/bo.js +0 -1
- package/assets/dayjs/locale/br.js +0 -1
- package/assets/dayjs/locale/bs.js +0 -1
- package/assets/dayjs/locale/ca.js +0 -1
- package/assets/dayjs/locale/cs.js +0 -1
- package/assets/dayjs/locale/cv.js +0 -1
- package/assets/dayjs/locale/cy.js +0 -1
- package/assets/dayjs/locale/da.js +0 -1
- package/assets/dayjs/locale/de-at.js +0 -1
- package/assets/dayjs/locale/de-ch.js +0 -1
- package/assets/dayjs/locale/de.js +0 -1
- package/assets/dayjs/locale/dv.js +0 -1
- package/assets/dayjs/locale/el.js +0 -1
- package/assets/dayjs/locale/en-au.js +0 -1
- package/assets/dayjs/locale/en-ca.js +0 -1
- package/assets/dayjs/locale/en-gb.js +0 -1
- package/assets/dayjs/locale/en-ie.js +0 -1
- package/assets/dayjs/locale/en-il.js +0 -1
- package/assets/dayjs/locale/en-in.js +0 -1
- package/assets/dayjs/locale/en-nz.js +0 -1
- package/assets/dayjs/locale/en-sg.js +0 -1
- package/assets/dayjs/locale/en-tt.js +0 -1
- package/assets/dayjs/locale/en.js +0 -1
- package/assets/dayjs/locale/eo.js +0 -1
- package/assets/dayjs/locale/es-do.js +0 -1
- package/assets/dayjs/locale/es-mx.js +0 -1
- package/assets/dayjs/locale/es-pr.js +0 -1
- package/assets/dayjs/locale/es-us.js +0 -1
- package/assets/dayjs/locale/es.js +0 -1
- package/assets/dayjs/locale/et.js +0 -1
- package/assets/dayjs/locale/eu.js +0 -1
- package/assets/dayjs/locale/fa.js +0 -1
- package/assets/dayjs/locale/fi.js +0 -1
- package/assets/dayjs/locale/fo.js +0 -1
- package/assets/dayjs/locale/fr-ca.js +0 -1
- package/assets/dayjs/locale/fr-ch.js +0 -1
- package/assets/dayjs/locale/fr.js +0 -1
- package/assets/dayjs/locale/fy.js +0 -1
- package/assets/dayjs/locale/ga.js +0 -1
- package/assets/dayjs/locale/gd.js +0 -1
- package/assets/dayjs/locale/gl.js +0 -1
- package/assets/dayjs/locale/gom-latn.js +0 -1
- package/assets/dayjs/locale/gu.js +0 -1
- package/assets/dayjs/locale/he.js +0 -1
- package/assets/dayjs/locale/hi.js +0 -1
- package/assets/dayjs/locale/hr.js +0 -1
- package/assets/dayjs/locale/ht.js +0 -1
- package/assets/dayjs/locale/hu.js +0 -1
- package/assets/dayjs/locale/hy-am.js +0 -1
- package/assets/dayjs/locale/id.js +0 -1
- package/assets/dayjs/locale/index.d.ts +0 -11
- package/assets/dayjs/locale/is.js +0 -1
- package/assets/dayjs/locale/it-ch.js +0 -1
- package/assets/dayjs/locale/it.js +0 -1
- package/assets/dayjs/locale/ja.js +0 -1
- package/assets/dayjs/locale/jv.js +0 -1
- package/assets/dayjs/locale/ka.js +0 -1
- package/assets/dayjs/locale/kk.js +0 -1
- package/assets/dayjs/locale/km.js +0 -1
- package/assets/dayjs/locale/kn.js +0 -1
- package/assets/dayjs/locale/ko.js +0 -1
- package/assets/dayjs/locale/ku.js +0 -1
- package/assets/dayjs/locale/ky.js +0 -1
- package/assets/dayjs/locale/lb.js +0 -1
- package/assets/dayjs/locale/lo.js +0 -1
- package/assets/dayjs/locale/lt.js +0 -1
- package/assets/dayjs/locale/lv.js +0 -1
- package/assets/dayjs/locale/me.js +0 -1
- package/assets/dayjs/locale/mi.js +0 -1
- package/assets/dayjs/locale/mk.js +0 -1
- package/assets/dayjs/locale/ml.js +0 -1
- package/assets/dayjs/locale/mn.js +0 -1
- package/assets/dayjs/locale/mr.js +0 -1
- package/assets/dayjs/locale/ms-my.js +0 -1
- package/assets/dayjs/locale/ms.js +0 -1
- package/assets/dayjs/locale/mt.js +0 -1
- package/assets/dayjs/locale/my.js +0 -1
- package/assets/dayjs/locale/nb.js +0 -1
- package/assets/dayjs/locale/ne.js +0 -1
- package/assets/dayjs/locale/nl-be.js +0 -1
- package/assets/dayjs/locale/nl.js +0 -1
- package/assets/dayjs/locale/nn.js +0 -1
- package/assets/dayjs/locale/oc-lnc.js +0 -1
- package/assets/dayjs/locale/pa-in.js +0 -1
- package/assets/dayjs/locale/pl.js +0 -1
- package/assets/dayjs/locale/pt-br.js +0 -1
- package/assets/dayjs/locale/pt.js +0 -1
- package/assets/dayjs/locale/ro.js +0 -1
- package/assets/dayjs/locale/ru.js +0 -1
- package/assets/dayjs/locale/rw.js +0 -1
- package/assets/dayjs/locale/sd.js +0 -1
- package/assets/dayjs/locale/se.js +0 -1
- package/assets/dayjs/locale/si.js +0 -1
- package/assets/dayjs/locale/sk.js +0 -1
- package/assets/dayjs/locale/sl.js +0 -1
- package/assets/dayjs/locale/sq.js +0 -1
- package/assets/dayjs/locale/sr-cyrl.js +0 -1
- package/assets/dayjs/locale/sr.js +0 -1
- package/assets/dayjs/locale/ss.js +0 -1
- package/assets/dayjs/locale/sv-fi.js +0 -1
- package/assets/dayjs/locale/sv.js +0 -1
- package/assets/dayjs/locale/sw.js +0 -1
- package/assets/dayjs/locale/ta.js +0 -1
- package/assets/dayjs/locale/te.js +0 -1
- package/assets/dayjs/locale/tet.js +0 -1
- package/assets/dayjs/locale/tg.js +0 -1
- package/assets/dayjs/locale/th.js +0 -1
- package/assets/dayjs/locale/tk.js +0 -1
- package/assets/dayjs/locale/tl-ph.js +0 -1
- package/assets/dayjs/locale/tlh.js +0 -1
- package/assets/dayjs/locale/tr.js +0 -1
- package/assets/dayjs/locale/types.d.ts +0 -33
- package/assets/dayjs/locale/tzl.js +0 -1
- package/assets/dayjs/locale/tzm-latn.js +0 -1
- package/assets/dayjs/locale/tzm.js +0 -1
- package/assets/dayjs/locale/ug-cn.js +0 -1
- package/assets/dayjs/locale/uk.js +0 -1
- package/assets/dayjs/locale/ur.js +0 -1
- package/assets/dayjs/locale/uz-latn.js +0 -1
- package/assets/dayjs/locale/uz.js +0 -1
- package/assets/dayjs/locale/vi.js +0 -1
- package/assets/dayjs/locale/x-pseudo.js +0 -1
- package/assets/dayjs/locale/yo.js +0 -1
- package/assets/dayjs/locale/zh-cn.js +0 -1
- package/assets/dayjs/locale/zh-hk.js +0 -1
- package/assets/dayjs/locale/zh-tw.js +0 -1
- package/assets/dayjs/locale/zh.js +0 -1
- package/esm2020/lib/cube/matrix/matrix.component.mjs +0 -66
@@ -1,66 +0,0 @@
|
|
1
|
-
import { Component, Inject, ViewChild } from '@angular/core';
|
2
|
-
import { filter, first } from 'rxjs';
|
3
|
-
import { CubeMatrixComponent } from './table.component';
|
4
|
-
import { POPUP_DATA } from '../../core/popup/popup.component';
|
5
|
-
import { PopupRef } from "../../core/popup/popup-ref";
|
6
|
-
import { CubeMatrixBase } from './matrix.base';
|
7
|
-
import * as i0 from "@angular/core";
|
8
|
-
import * as i1 from "../../cube/cube.service";
|
9
|
-
import * as i2 from "../../core/datasource.service";
|
10
|
-
import * as i3 from "../../core/session.service";
|
11
|
-
import * as i4 from "../../core/prompt.service";
|
12
|
-
import * as i5 from "@angular/material/progress-bar";
|
13
|
-
import * as i6 from "@angular/material/button";
|
14
|
-
import * as i7 from "@angular/material/icon";
|
15
|
-
import * as i8 from "@angular/material/menu";
|
16
|
-
import * as i9 from "./table.component";
|
17
|
-
import * as i10 from "@angular/common";
|
18
|
-
import * as i11 from "../../core/popup/tooltip.directive";
|
19
|
-
import * as i12 from "../../core/pipes/translate.pipe";
|
20
|
-
import * as i13 from "../../core/pipes/type-value.pipe";
|
21
|
-
import * as i14 from "../../core/popup/popup-ref";
|
22
|
-
/** cube matrix component*/
|
23
|
-
export class CubeMatrixPopupComponent extends CubeMatrixBase {
|
24
|
-
/** filters */
|
25
|
-
/** cube-info ctor */
|
26
|
-
constructor(_ref, data, service, ds, session, _sb) {
|
27
|
-
super(service, ds, session);
|
28
|
-
this._ref = _ref;
|
29
|
-
this._sb = _sb;
|
30
|
-
this.preloading = true;
|
31
|
-
if (!data.options)
|
32
|
-
throw 'no data options';
|
33
|
-
const { axes: base, options: { indices, xAxis, series, filters, cube, sum } } = data;
|
34
|
-
this.cube = cube;
|
35
|
-
this.series = series;
|
36
|
-
this.xAxis = xAxis;
|
37
|
-
this.sum = sum;
|
38
|
-
this.indices = indices;
|
39
|
-
this.selection = filters;
|
40
|
-
this.axes = base;
|
41
|
-
this.originalAxes = base;
|
42
|
-
}
|
43
|
-
ngOnInit() {
|
44
|
-
this.table.loadingChange.pipe(filter(ok => !ok), first()).subscribe(() => this.preloading = false, (e) => {
|
45
|
-
if (e.status === 401)
|
46
|
-
this._ref.close();
|
47
|
-
this._sb.error(e.status === 401 ? 'Unauthorized' : null);
|
48
|
-
});
|
49
|
-
}
|
50
|
-
}
|
51
|
-
CubeMatrixPopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: CubeMatrixPopupComponent, deps: [{ token: PopupRef }, { token: POPUP_DATA }, { token: i1.CubeService }, { token: i2.DatasourceService }, { token: i3.SessionService }, { token: i4.PromptService }], target: i0.ɵɵFactoryTarget.Component });
|
52
|
-
CubeMatrixPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.0", type: CubeMatrixPopupComponent, selector: "ng-component", viewQueries: [{ propertyName: "table", first: true, predicate: CubeMatrixComponent, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<mat-progress-bar mode=\"query\" [style.visibility]=\"loading ? 'visible':'hidden'\"></mat-progress-bar>\r\n<div class=\"container\">\r\n <div class=\"row\" *ngIf=\"!preloading\">\r\n <span class=\"divider\"></span>\r\n <!-- title -->\r\n <button mat-icon-button [matMenuTriggerFor]=\"options\" *ngIf=\"patterns && patterns.length\"><mat-icon [class.filled]=\"pattern\">filter_alt</mat-icon></button>\r\n <mat-menu #options xPosition=\"before\">\r\n <!-- patterns -->\r\n <button mat-menu-item *ngFor=\"let p of patterns\" (click)=\"aggregate(p)\">{{p.title}}</button>\r\n </mat-menu>\r\n <button mat-icon-button (click)=\"reset()\" [disabled]=\"!pattern\" [bizdocTooltip]=\"'Clear' | translate\">\r\n <mat-icon>clear_all</mat-icon>\r\n </button>\r\n <!-- filters -->\r\n <ng-container *ngFor=\"let f of filters\">\r\n <button mat-button [matMenuTriggerFor]=\"fmenu\">{{values[f.name]| typeValue : f.dataType | async}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #fmenu xPosition=\"before\">\r\n <button mat-menu-item *ngFor=\"let kv of sources[f.name] | async\"\r\n (click)=\"filter(f.name, kv.key, kv.value)\">\r\n {{kv.value}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n </div>\r\n <bizdoc-cube-matrix [cube]=\"cube\" [xAxis]=\"xAxis\" [series]=\"series\" [indices]=\"indices\" [sum]=sum [interactive]=\"false\"\r\n [filters]=\"axes\" [(loading)]=\"loading\"></bizdoc-cube-matrix>\r\n</div>\r\n", styles: [".container{padding:8px}\n"], components: [{ type: i5.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }, { type: i6.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i7.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i8.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { type: i8.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { type: i9.CubeMatrixComponent, selector: "bizdoc-cube-matrix", inputs: ["available", "cube", "xAxis", "series", "indices", "scope", "sum", "filters", "loading", "interactive"], outputs: ["explore", "loadingChange"] }], directives: [{ type: i10.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i8.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { type: i10.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i11.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }], pipes: { "translate": i12.TranslatePipe, "async": i10.AsyncPipe, "typeValue": i13.TypeValuePipe } });
|
53
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.0", ngImport: i0, type: CubeMatrixPopupComponent, decorators: [{
|
54
|
-
type: Component,
|
55
|
-
args: [{ template: "<mat-progress-bar mode=\"query\" [style.visibility]=\"loading ? 'visible':'hidden'\"></mat-progress-bar>\r\n<div class=\"container\">\r\n <div class=\"row\" *ngIf=\"!preloading\">\r\n <span class=\"divider\"></span>\r\n <!-- title -->\r\n <button mat-icon-button [matMenuTriggerFor]=\"options\" *ngIf=\"patterns && patterns.length\"><mat-icon [class.filled]=\"pattern\">filter_alt</mat-icon></button>\r\n <mat-menu #options xPosition=\"before\">\r\n <!-- patterns -->\r\n <button mat-menu-item *ngFor=\"let p of patterns\" (click)=\"aggregate(p)\">{{p.title}}</button>\r\n </mat-menu>\r\n <button mat-icon-button (click)=\"reset()\" [disabled]=\"!pattern\" [bizdocTooltip]=\"'Clear' | translate\">\r\n <mat-icon>clear_all</mat-icon>\r\n </button>\r\n <!-- filters -->\r\n <ng-container *ngFor=\"let f of filters\">\r\n <button mat-button [matMenuTriggerFor]=\"fmenu\">{{values[f.name]| typeValue : f.dataType | async}} <mat-icon>arrow_drop_down</mat-icon></button>\r\n <mat-menu #fmenu xPosition=\"before\">\r\n <button mat-menu-item *ngFor=\"let kv of sources[f.name] | async\"\r\n (click)=\"filter(f.name, kv.key, kv.value)\">\r\n {{kv.value}}\r\n </button>\r\n </mat-menu>\r\n </ng-container>\r\n </div>\r\n <bizdoc-cube-matrix [cube]=\"cube\" [xAxis]=\"xAxis\" [series]=\"series\" [indices]=\"indices\" [sum]=sum [interactive]=\"false\"\r\n [filters]=\"axes\" [(loading)]=\"loading\"></bizdoc-cube-matrix>\r\n</div>\r\n", styles: [".container{padding:8px}\n"] }]
|
56
|
-
}], ctorParameters: function () { return [{ type: i14.PopupRef, decorators: [{
|
57
|
-
type: Inject,
|
58
|
-
args: [PopupRef]
|
59
|
-
}] }, { type: undefined, decorators: [{
|
60
|
-
type: Inject,
|
61
|
-
args: [POPUP_DATA]
|
62
|
-
}] }, { type: i1.CubeService }, { type: i2.DatasourceService }, { type: i3.SessionService }, { type: i4.PromptService }]; }, propDecorators: { table: [{
|
63
|
-
type: ViewChild,
|
64
|
-
args: [CubeMatrixComponent, { static: true }]
|
65
|
-
}] } });
|
66
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0cml4LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvY3ViZS9tYXRyaXgvbWF0cml4LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnJhcmllcy9jb3JlL3NyYy9saWIvY3ViZS9tYXRyaXgvbWF0cml4LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVyRSxPQUFPLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxNQUFNLE1BQU0sQ0FBQztBQU1yQyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFDOUQsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3RELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFL0MsMkJBQTJCO0FBSzNCLE1BQU0sT0FBTyx3QkFBeUIsU0FBUSxjQUFjO0lBRzFELGNBQWM7SUFFZCxxQkFBcUI7SUFDckIsWUFDNEIsSUFBYyxFQUNwQixJQUFjLEVBQ2xDLE9BQW9CLEVBQ3BCLEVBQXFCLEVBQ3JCLE9BQXVCLEVBQ2YsR0FBa0I7UUFDMUIsS0FBSyxDQUFDLE9BQU8sRUFBRSxFQUFFLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFORixTQUFJLEdBQUosSUFBSSxDQUFVO1FBS2hDLFFBQUcsR0FBSCxHQUFHLENBQWU7UUFWNUIsZUFBVSxHQUFZLElBQUksQ0FBQztRQVl6QixJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU87WUFDZixNQUFNLGlCQUFpQixDQUFDO1FBQzFCLE1BQU0sRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLE9BQU8sRUFBRSxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE9BQU8sRUFBRSxJQUFJLEVBQUUsR0FBRyxFQUFFLEVBQUUsR0FBRyxJQUFJLENBQUM7UUFDckYsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7UUFDakIsSUFBSSxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7UUFDckIsSUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLENBQUM7UUFDbkIsSUFBSSxDQUFDLEdBQUcsR0FBRyxHQUFHLENBQUM7UUFDZixJQUFJLENBQUMsT0FBTyxHQUFHLE9BQU8sQ0FBQztRQUN2QixJQUFJLENBQUMsU0FBUyxHQUFHLE9BQU8sQ0FBQztRQUN6QixJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQztRQUNqQixJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQztJQUMzQixDQUFDO0lBQ0QsUUFBUTtRQUNOLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxFQUFFLEtBQUssRUFBRSxDQUFDLENBQUMsU0FBUyxDQUFDLEdBQUcsRUFBRSxDQUN2RSxJQUFJLENBQUMsVUFBVSxHQUFHLEtBQUssRUFBRSxDQUFDLENBQW9CLEVBQUUsRUFBRTtZQUNoRCxJQUFJLENBQUMsQ0FBQyxNQUFNLEtBQUssR0FBRztnQkFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUNwQixJQUFJLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsTUFBTSxLQUFLLEdBQUcsQ0FBQyxDQUFDLENBQUMsY0FBYyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUMzRCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7O3FIQWpDVSx3QkFBd0Isa0JBT3pCLFFBQVEsYUFDUixVQUFVO3lHQVJULHdCQUF3QiwyRkFDeEIsbUJBQW1CLHFGQ25CaEMsaWhEQTJCQTsyRkRUYSx3QkFBd0I7a0JBSnBDLFNBQVM7OzswQkFXTCxNQUFNOzJCQUFDLFFBQVE7OzBCQUNmLE1BQU07MkJBQUMsVUFBVTsrSkFQOEIsS0FBSztzQkFBdEQsU0FBUzt1QkFBQyxtQkFBbUIsRUFBRSxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgSW5qZWN0LCBWaWV3Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgSHR0cEVycm9yUmVzcG9uc2UgfSBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCc7XHJcbmltcG9ydCB7IGZpbHRlciwgZmlyc3QgfSBmcm9tICdyeGpzJztcclxuaW1wb3J0IHsgQ3ViZVNlcnZpY2UgfSBmcm9tICcuLi8uLi9jdWJlL2N1YmUuc2VydmljZSc7XHJcbmltcG9ydCB7IEN1YmVEYXRhIH0gZnJvbSAnLi4vY3ViZS1pbmZvLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBTZXNzaW9uU2VydmljZSB9IGZyb20gJy4uLy4uL2NvcmUvc2Vzc2lvbi5zZXJ2aWNlJztcclxuaW1wb3J0IHsgRGF0YXNvdXJjZVNlcnZpY2UgfSBmcm9tICcuLi8uLi9jb3JlL2RhdGFzb3VyY2Uuc2VydmljZSc7XHJcbmltcG9ydCB7IFByb21wdFNlcnZpY2UgfSBmcm9tICcuLi8uLi9jb3JlL3Byb21wdC5zZXJ2aWNlJztcclxuaW1wb3J0IHsgQ3ViZU1hdHJpeENvbXBvbmVudCB9IGZyb20gJy4vdGFibGUuY29tcG9uZW50JztcclxuaW1wb3J0IHsgUE9QVVBfREFUQSB9IGZyb20gJy4uLy4uL2NvcmUvcG9wdXAvcG9wdXAuY29tcG9uZW50JztcclxuaW1wb3J0IHsgUG9wdXBSZWYgfSBmcm9tIFwiLi4vLi4vY29yZS9wb3B1cC9wb3B1cC1yZWZcIjtcclxuaW1wb3J0IHsgQ3ViZU1hdHJpeEJhc2UgfSBmcm9tICcuL21hdHJpeC5iYXNlJztcclxuXHJcbi8qKiBjdWJlIG1hdHJpeCBjb21wb25lbnQqL1xyXG5AQ29tcG9uZW50KHtcclxuICB0ZW1wbGF0ZVVybDogJy4vbWF0cml4LmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9tYXRyaXguY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQ3ViZU1hdHJpeFBvcHVwQ29tcG9uZW50IGV4dGVuZHMgQ3ViZU1hdHJpeEJhc2UgaW1wbGVtZW50cyBPbkluaXQge1xyXG4gIEBWaWV3Q2hpbGQoQ3ViZU1hdHJpeENvbXBvbmVudCwgeyBzdGF0aWM6IHRydWUgfSkgdGFibGU6IEN1YmVNYXRyaXhDb21wb25lbnQ7XHJcbiAgcHJlbG9hZGluZzogYm9vbGVhbiA9IHRydWU7XHJcbiAgLyoqIGZpbHRlcnMgKi9cclxuXHJcbiAgLyoqIGN1YmUtaW5mbyBjdG9yICovXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBASW5qZWN0KFBvcHVwUmVmKSBwcml2YXRlIF9yZWY6IFBvcHVwUmVmLFxyXG4gICAgQEluamVjdChQT1BVUF9EQVRBKSBkYXRhOiBDdWJlRGF0YSxcclxuICAgIHNlcnZpY2U6IEN1YmVTZXJ2aWNlLFxyXG4gICAgZHM6IERhdGFzb3VyY2VTZXJ2aWNlLFxyXG4gICAgc2Vzc2lvbjogU2Vzc2lvblNlcnZpY2UsXHJcbiAgICBwcml2YXRlIF9zYjogUHJvbXB0U2VydmljZSkge1xyXG4gICAgc3VwZXIoc2VydmljZSwgZHMsIHNlc3Npb24pO1xyXG4gICAgaWYgKCFkYXRhLm9wdGlvbnMpXHJcbiAgICAgIHRocm93ICdubyBkYXRhIG9wdGlvbnMnO1xyXG4gICAgY29uc3QgeyBheGVzOiBiYXNlLCBvcHRpb25zOiB7IGluZGljZXMsIHhBeGlzLCBzZXJpZXMsIGZpbHRlcnMsIGN1YmUsIHN1bSB9IH0gPSBkYXRhO1xyXG4gICAgdGhpcy5jdWJlID0gY3ViZTtcclxuICAgIHRoaXMuc2VyaWVzID0gc2VyaWVzO1xyXG4gICAgdGhpcy54QXhpcyA9IHhBeGlzO1xyXG4gICAgdGhpcy5zdW0gPSBzdW07XHJcbiAgICB0aGlzLmluZGljZXMgPSBpbmRpY2VzO1xyXG4gICAgdGhpcy5zZWxlY3Rpb24gPSBmaWx0ZXJzO1xyXG4gICAgdGhpcy5heGVzID0gYmFzZTtcclxuICAgIHRoaXMub3JpZ2luYWxBeGVzID0gYmFzZTtcclxuICB9XHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLnRhYmxlLmxvYWRpbmdDaGFuZ2UucGlwZShmaWx0ZXIob2sgPT4gIW9rKSwgZmlyc3QoKSkuc3Vic2NyaWJlKCgpID0+XHJcbiAgICAgIHRoaXMucHJlbG9hZGluZyA9IGZhbHNlLCAoZTogSHR0cEVycm9yUmVzcG9uc2UpID0+IHtcclxuICAgICAgICBpZiAoZS5zdGF0dXMgPT09IDQwMSlcclxuICAgICAgICAgIHRoaXMuX3JlZi5jbG9zZSgpO1xyXG4gICAgICAgIHRoaXMuX3NiLmVycm9yKGUuc3RhdHVzID09PSA0MDEgPyAnVW5hdXRob3JpemVkJyA6IG51bGwpO1xyXG4gICAgICB9KTtcclxuICB9XHJcbn1cclxuIiwiPG1hdC1wcm9ncmVzcy1iYXIgbW9kZT1cInF1ZXJ5XCIgW3N0eWxlLnZpc2liaWxpdHldPVwibG9hZGluZyA/ICd2aXNpYmxlJzonaGlkZGVuJ1wiPjwvbWF0LXByb2dyZXNzLWJhcj5cclxuPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxyXG4gIDxkaXYgY2xhc3M9XCJyb3dcIiAqbmdJZj1cIiFwcmVsb2FkaW5nXCI+XHJcbiAgICA8c3BhbiBjbGFzcz1cImRpdmlkZXJcIj48L3NwYW4+XHJcbiAgICA8IS0tIHRpdGxlIC0tPlxyXG4gICAgPGJ1dHRvbiBtYXQtaWNvbi1idXR0b24gW21hdE1lbnVUcmlnZ2VyRm9yXT1cIm9wdGlvbnNcIiAqbmdJZj1cInBhdHRlcm5zICYmIHBhdHRlcm5zLmxlbmd0aFwiPjxtYXQtaWNvbiBbY2xhc3MuZmlsbGVkXT1cInBhdHRlcm5cIj5maWx0ZXJfYWx0PC9tYXQtaWNvbj48L2J1dHRvbj5cclxuICAgIDxtYXQtbWVudSAjb3B0aW9ucyB4UG9zaXRpb249XCJiZWZvcmVcIj5cclxuICAgICAgPCEtLSBwYXR0ZXJucyAtLT5cclxuICAgICAgPGJ1dHRvbiBtYXQtbWVudS1pdGVtICpuZ0Zvcj1cImxldCBwIG9mIHBhdHRlcm5zXCIgKGNsaWNrKT1cImFnZ3JlZ2F0ZShwKVwiPnt7cC50aXRsZX19PC9idXR0b24+XHJcbiAgICA8L21hdC1tZW51PlxyXG4gICAgPGJ1dHRvbiBtYXQtaWNvbi1idXR0b24gKGNsaWNrKT1cInJlc2V0KClcIiBbZGlzYWJsZWRdPVwiIXBhdHRlcm5cIiBbYml6ZG9jVG9vbHRpcF09XCInQ2xlYXInIHwgdHJhbnNsYXRlXCI+XHJcbiAgICAgIDxtYXQtaWNvbj5jbGVhcl9hbGw8L21hdC1pY29uPlxyXG4gICAgPC9idXR0b24+XHJcbiAgICA8IS0tIGZpbHRlcnMgLS0+XHJcbiAgICA8bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCBmIG9mIGZpbHRlcnNcIj5cclxuICAgICAgPGJ1dHRvbiBtYXQtYnV0dG9uIFttYXRNZW51VHJpZ2dlckZvcl09XCJmbWVudVwiPnt7dmFsdWVzW2YubmFtZV18IHR5cGVWYWx1ZSA6IGYuZGF0YVR5cGUgfCBhc3luY319IDxtYXQtaWNvbj5hcnJvd19kcm9wX2Rvd248L21hdC1pY29uPjwvYnV0dG9uPlxyXG4gICAgICA8bWF0LW1lbnUgI2ZtZW51IHhQb3NpdGlvbj1cImJlZm9yZVwiPlxyXG4gICAgICAgIDxidXR0b24gbWF0LW1lbnUtaXRlbSAqbmdGb3I9XCJsZXQga3Ygb2Ygc291cmNlc1tmLm5hbWVdIHwgYXN5bmNcIlxyXG4gICAgICAgICAgICAgICAgKGNsaWNrKT1cImZpbHRlcihmLm5hbWUsIGt2LmtleSwga3YudmFsdWUpXCI+XHJcbiAgICAgICAgICB7e2t2LnZhbHVlfX1cclxuICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgPC9tYXQtbWVudT5cclxuICAgIDwvbmctY29udGFpbmVyPlxyXG4gIDwvZGl2PlxyXG4gIDxiaXpkb2MtY3ViZS1tYXRyaXggW2N1YmVdPVwiY3ViZVwiIFt4QXhpc109XCJ4QXhpc1wiIFtzZXJpZXNdPVwic2VyaWVzXCIgW2luZGljZXNdPVwiaW5kaWNlc1wiIFtzdW1dPXN1bSBbaW50ZXJhY3RpdmVdPVwiZmFsc2VcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2ZpbHRlcnNdPVwiYXhlc1wiIFsobG9hZGluZyldPVwibG9hZGluZ1wiPjwvYml6ZG9jLWN1YmUtbWF0cml4PlxyXG48L2Rpdj5cclxuIl19
|