@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
@@ -1,1053 +1,6 @@
|
|
1
1
|
export declare const L18N_STRINGS: {
|
2
|
-
|
3
|
-
pivotview: {
|
4
|
-
filterAxisPrompt: string;
|
5
|
-
rowAxisPrompt: string;
|
6
|
-
columnAxisPrompt: string;
|
7
|
-
valueAxisPrompt: string;
|
8
|
-
};
|
9
|
-
};
|
10
|
-
de: {};
|
11
|
-
ar: {};
|
12
|
-
ru: {};
|
13
|
-
he: {
|
14
|
-
richtexteditor: {
|
15
|
-
alignments: string;
|
16
|
-
justifyLeft: string;
|
17
|
-
justifyCenter: string;
|
18
|
-
justifyRight: string;
|
19
|
-
justifyFull: string;
|
20
|
-
bold: string;
|
21
|
-
italic: string;
|
22
|
-
underline: string;
|
23
|
-
strikethrough: string;
|
24
|
-
unorderedList: string;
|
25
|
-
orderedList: string;
|
26
|
-
indent: string;
|
27
|
-
outdent: string;
|
28
|
-
superscript: string;
|
29
|
-
subscript: string;
|
30
|
-
align: string;
|
31
|
-
formats: string;
|
32
|
-
alignmentsDropDownLeft: string;
|
33
|
-
alignmentsDropDownCenter: string;
|
34
|
-
alignmentsDropDownRight: string;
|
35
|
-
alignmentsDropDownJustify: string;
|
36
|
-
formatsDropDownParagraph: string;
|
37
|
-
formatsDropDownCode: string;
|
38
|
-
formatsDropDownQuotation: string;
|
39
|
-
formatsDropDownHeading1: string;
|
40
|
-
formatsDropDownHeading2: string;
|
41
|
-
formatsDropDownHeading3: string;
|
42
|
-
formatsDropDownHeading4: string;
|
43
|
-
};
|
44
|
-
schedule: {
|
45
|
-
noEvents: string;
|
46
|
-
};
|
47
|
-
grid: {
|
48
|
-
EmptyRecord: string;
|
49
|
-
GroupDropArea: string;
|
50
|
-
Items: string;
|
51
|
-
currentPageInfo: string;
|
52
|
-
totalItemsInfo: string;
|
53
|
-
firstPageTooltip: string;
|
54
|
-
lastPageTooltip: string;
|
55
|
-
nextPageTooltip: string;
|
56
|
-
previousPageTooltip: string;
|
57
|
-
};
|
58
|
-
kanban: {
|
59
|
-
items: string;
|
60
|
-
cardsSelected: string;
|
61
|
-
noCard: string;
|
62
|
-
};
|
63
|
-
pivotview: {
|
64
|
-
filterAxisPrompt: string;
|
65
|
-
rowAxisPrompt: string;
|
66
|
-
columnAxisPrompt: string;
|
67
|
-
valueAxisPrompt: string;
|
68
|
-
emptyData: string;
|
69
|
-
grandTotal: string;
|
70
|
-
total: string;
|
71
|
-
value: string;
|
72
|
-
noValue: string;
|
73
|
-
Sum: string;
|
74
|
-
of: string;
|
75
|
-
row: string;
|
76
|
-
column: string;
|
77
|
-
collapse: string;
|
78
|
-
expand: string;
|
79
|
-
};
|
80
|
-
};
|
2
|
+
[lang: string]: {};
|
81
3
|
};
|
82
4
|
export declare const STRINGS: {
|
83
|
-
|
84
|
-
ar: {};
|
85
|
-
ru: {};
|
86
|
-
en: {
|
87
|
-
Insight: string;
|
88
|
-
AltSHelp: string;
|
89
|
-
CtrlSHelp: string;
|
90
|
-
AltNHelp: string;
|
91
|
-
AltQHelp: string;
|
92
|
-
AltHHelp: string;
|
93
|
-
AltAHelp: string;
|
94
|
-
CtrlDotHelp: string;
|
95
|
-
SettingThingsUp: string;
|
96
|
-
PleaseWait: string;
|
97
|
-
ReceivedAgo: string;
|
98
|
-
IssuedAgo: string;
|
99
|
-
HelpTip: string;
|
100
|
-
OutOfOfficeHelp: string;
|
101
|
-
LastDay: string;
|
102
|
-
TodayAt: string;
|
103
|
-
Tomorrow: string;
|
104
|
-
TomorrowAt: string;
|
105
|
-
Editing: string;
|
106
|
-
CheckOut: string;
|
107
|
-
CheckIn: string;
|
108
|
-
CheckedOut: string;
|
109
|
-
CheckedIn: string;
|
110
|
-
CheckedInMany: string;
|
111
|
-
DragFile: string;
|
112
|
-
Expand: string;
|
113
|
-
WorkingHome: string;
|
114
|
-
Emoji: string;
|
115
|
-
NextLevel: string;
|
116
|
-
PrevLevel: string;
|
117
|
-
CurrentLevel: string;
|
118
|
-
Document: string;
|
119
|
-
Skipped: string;
|
120
|
-
TimelineMore: string;
|
121
|
-
Estimate: string;
|
122
|
-
NoEstimate: string;
|
123
|
-
EstimateTime: string;
|
124
|
-
NodeStandardTime: string;
|
125
|
-
EstimateTimeRange: string;
|
126
|
-
Connect: string;
|
127
|
-
ValidateErr: string;
|
128
|
-
Added: string;
|
129
|
-
Deleted: string;
|
130
|
-
Modified: string;
|
131
|
-
TakeMore: string;
|
132
|
-
AxisPatternErr: string;
|
133
|
-
Usage: string;
|
134
|
-
Dashes: string;
|
135
|
-
Contacts: string;
|
136
|
-
RangeLow: string;
|
137
|
-
RangeHigh: string;
|
138
|
-
Add: string;
|
139
|
-
Check: string;
|
140
|
-
EverybodyRange: string;
|
141
|
-
YourRange: string;
|
142
|
-
Introduction: string;
|
143
|
-
AssignTo: string;
|
144
|
-
AssignRoundtrip: string;
|
145
|
-
FYI: string;
|
146
|
-
AssignFYI: string;
|
147
|
-
AssignNoteHint: string;
|
148
|
-
Compose: string;
|
149
|
-
Preferences: string;
|
150
|
-
Tags: string;
|
151
|
-
Mention: string;
|
152
|
-
TagsHint: string;
|
153
|
-
ContinueEditing: string;
|
154
|
-
Close: string;
|
155
|
-
View: string;
|
156
|
-
Views: string;
|
157
|
-
FirstPage: string;
|
158
|
-
LastPage: string;
|
159
|
-
NextPage: string;
|
160
|
-
PrevPage: string;
|
161
|
-
Previous: string;
|
162
|
-
Next: string;
|
163
|
-
UserDeniedGeoErr: string;
|
164
|
-
GeoErr: string;
|
165
|
-
Ignore: string;
|
166
|
-
Changed: string;
|
167
|
-
Permission: string;
|
168
|
-
Volume: string;
|
169
|
-
Elipsis: string;
|
170
|
-
Note: string;
|
171
|
-
ShowAll: string;
|
172
|
-
OutOfOfficeOn: string;
|
173
|
-
Dismiss: string;
|
174
|
-
ChangeOptions: string;
|
175
|
-
Impersonating: string;
|
176
|
-
YouSubmittedNote: string;
|
177
|
-
SubmittedNote: string;
|
178
|
-
SubmittedNoteBy: string;
|
179
|
-
SubmittedNoteYouBy: string;
|
180
|
-
YouSubmittedNoteBy: string;
|
181
|
-
Today: string;
|
182
|
-
Yesterday: string;
|
183
|
-
YesterdayAt: string;
|
184
|
-
Forget: string;
|
185
|
-
SomeoneTyping: string;
|
186
|
-
Typing: string;
|
187
|
-
Time: string;
|
188
|
-
ShowDeleted: string;
|
189
|
-
Notifications: string;
|
190
|
-
Days: string;
|
191
|
-
Name: string;
|
192
|
-
ActionTo: string;
|
193
|
-
YouSubstituteActionTaken: string;
|
194
|
-
YouSubstituteActionTakenTo: string;
|
195
|
-
Substituting: string;
|
196
|
-
SubstitutingForYou: string;
|
197
|
-
YouSubstituting: string;
|
198
|
-
SubstitutingBy: string;
|
199
|
-
SubstitutingByYou: string;
|
200
|
-
SubstitutingYou: string;
|
201
|
-
SubstitutingFor: string;
|
202
|
-
SubstitutingNote: string;
|
203
|
-
ActionTaken: string;
|
204
|
-
ActionTakenTo: string;
|
205
|
-
YouTakenAction: string;
|
206
|
-
YouTakenActionTo: string;
|
207
|
-
YouReceived: string;
|
208
|
-
ReceivedTime: string;
|
209
|
-
ReceivedBy: string;
|
210
|
-
ActionTakenBy: string;
|
211
|
-
ActionTakenByTo: string;
|
212
|
-
YouTakenActionBy: string;
|
213
|
-
YouTakenActionByTo: string;
|
214
|
-
ActionTakenByYou: string;
|
215
|
-
ActionTakenByYouTo: string;
|
216
|
-
EscalatedTo: string;
|
217
|
-
EscalatedFrom: string;
|
218
|
-
EscalatedBy: string;
|
219
|
-
EscalatedByYou: string;
|
220
|
-
Refreshing: string;
|
221
|
-
NoMessages: string;
|
222
|
-
AltN: string;
|
223
|
-
Edited: string;
|
224
|
-
Pending: string;
|
225
|
-
IsPending: string;
|
226
|
-
Compare: string;
|
227
|
-
MinutesPart: string;
|
228
|
-
HoursPart: string;
|
229
|
-
DaysPart: string;
|
230
|
-
Refresh: string;
|
231
|
-
Value: string;
|
232
|
-
By: string;
|
233
|
-
Reply: string;
|
234
|
-
ReplyTo: string;
|
235
|
-
ReplyingTo: string;
|
236
|
-
YouRepliedTo: string;
|
237
|
-
ReplyingToYou: string;
|
238
|
-
YouBy: string;
|
239
|
-
ByYou: string;
|
240
|
-
ActionBy: string;
|
241
|
-
ActionByBy: string;
|
242
|
-
ActionByYou: string;
|
243
|
-
Received: string;
|
244
|
-
ChangeLanguage: string;
|
245
|
-
NewMail: string;
|
246
|
-
OpenNew: string;
|
247
|
-
SendErr: string;
|
248
|
-
SubmitErr: string;
|
249
|
-
SaveErr: string;
|
250
|
-
VersionBy: string;
|
251
|
-
VersionErr: string;
|
252
|
-
MailVersionUpdate: string;
|
253
|
-
NewComment: string;
|
254
|
-
Commented: string;
|
255
|
-
DeleteFile: string;
|
256
|
-
DeleteFileAsk: string;
|
257
|
-
DeleteCommentAsk: string;
|
258
|
-
GrantAccess: string;
|
259
|
-
GrantTip: string;
|
260
|
-
OutOfOfficeTip: string;
|
261
|
-
Timeline: string;
|
262
|
-
Theme: string;
|
263
|
-
Back: string;
|
264
|
-
Active: string;
|
265
|
-
MyStateChange: string;
|
266
|
-
AnyStateChange: string;
|
267
|
-
CommentMyDocument: string;
|
268
|
-
CommentAnyDocument: string;
|
269
|
-
UpcomingEvents: string;
|
270
|
-
LikedComment: string;
|
271
|
-
CubeAnomaly: string;
|
272
|
-
Mails: string;
|
273
|
-
SignIn: string;
|
274
|
-
SignInTo: string;
|
275
|
-
Conversations: string;
|
276
|
-
AlarmEvents: string;
|
277
|
-
Emails: string;
|
278
|
-
Settings: string;
|
279
|
-
Senders: string;
|
280
|
-
Guides: string;
|
281
|
-
Guide: string;
|
282
|
-
Events: string;
|
283
|
-
Unread: string;
|
284
|
-
EmailNotifications: string;
|
285
|
-
MarkAsRead: string;
|
286
|
-
MarkAsUnread: string;
|
287
|
-
You: string;
|
288
|
-
Yourself: string;
|
289
|
-
CommentsCount: string;
|
290
|
-
OneComment: string;
|
291
|
-
NewCommentsCount: string;
|
292
|
-
None: string;
|
293
|
-
All: string;
|
294
|
-
de: string;
|
295
|
-
en: string;
|
296
|
-
he: string;
|
297
|
-
ar: string;
|
298
|
-
ru: string;
|
299
|
-
StartTour: string;
|
300
|
-
UploadOk: string;
|
301
|
-
UploadVersionOk: string;
|
302
|
-
UploadFailed: string;
|
303
|
-
UploadMany: string;
|
304
|
-
More: string;
|
305
|
-
Copy: string;
|
306
|
-
Copied: string;
|
307
|
-
Edit: string;
|
308
|
-
Align: string;
|
309
|
-
Preview: string;
|
310
|
-
Rotate: string;
|
311
|
-
Download: string;
|
312
|
-
DownloadExplore: string;
|
313
|
-
Explore: string;
|
314
|
-
GuideFinish: string;
|
315
|
-
Email: string;
|
316
|
-
Cube: string;
|
317
|
-
Reports: string;
|
318
|
-
Scheduler: string;
|
319
|
-
Tools: string;
|
320
|
-
Help: string;
|
321
|
-
About: string;
|
322
|
-
SignOut: string;
|
323
|
-
SignOutAsk: string;
|
324
|
-
Goodbye: string;
|
325
|
-
Vacation: string;
|
326
|
-
OutOfOffice: string;
|
327
|
-
Online: string;
|
328
|
-
Offline: string;
|
329
|
-
Impersonate: string;
|
330
|
-
ImpersonateHelp: string;
|
331
|
-
Options: string;
|
332
|
-
AttachFile: string;
|
333
|
-
SaveDraft: string;
|
334
|
-
ChangesSaved: string;
|
335
|
-
Save: string;
|
336
|
-
Reset: string;
|
337
|
-
Flagged: string;
|
338
|
-
Agenda: string;
|
339
|
-
MonthAgenda: string;
|
340
|
-
Month: string;
|
341
|
-
Day: string;
|
342
|
-
Year: string;
|
343
|
-
Years: string;
|
344
|
-
WorkWeek: string;
|
345
|
-
TimelineMonth: string;
|
346
|
-
Dashboard: string;
|
347
|
-
Form: string;
|
348
|
-
ActionAsk: string;
|
349
|
-
Discard: string;
|
350
|
-
DiscardAsk: string;
|
351
|
-
DiscardSelected: string;
|
352
|
-
ChatHere: string;
|
353
|
-
CommentHere: string;
|
354
|
-
TypeMessageHere: string;
|
355
|
-
DraftSaved: string;
|
356
|
-
Submit: string;
|
357
|
-
SubmitSelected: string;
|
358
|
-
Submition: string;
|
359
|
-
Submitted: string;
|
360
|
-
SubmittedMany: string;
|
361
|
-
Sent: string;
|
362
|
-
SentTo: string;
|
363
|
-
SentMany: string;
|
364
|
-
Number: string;
|
365
|
-
Owner: string;
|
366
|
-
Sender: string;
|
367
|
-
Subject: string;
|
368
|
-
Send: string;
|
369
|
-
Mute: string;
|
370
|
-
Unmute: string;
|
371
|
-
NoNotifications: string;
|
372
|
-
Err: string;
|
373
|
-
SendSelected: string;
|
374
|
-
SaveChanges: string;
|
375
|
-
SaveChangesAsk: string;
|
376
|
-
DiscardChanges: string;
|
377
|
-
QuickMail: string;
|
378
|
-
Copyright: string;
|
379
|
-
Filter: string;
|
380
|
-
Status: string;
|
381
|
-
Contains: string;
|
382
|
-
Replied: string;
|
383
|
-
Issued: string;
|
384
|
-
Amount: string;
|
385
|
-
No: string;
|
386
|
-
Yes: string;
|
387
|
-
OK: string;
|
388
|
-
Cancel: string;
|
389
|
-
EvaluationLicense: string;
|
390
|
-
GraceLicense: string;
|
391
|
-
InvalidLicense: string;
|
392
|
-
LimitLicense: string;
|
393
|
-
ExpiredLicense: string;
|
394
|
-
LicencedTo: string;
|
395
|
-
Chat: string;
|
396
|
-
JoinAnd: string;
|
397
|
-
NumericJoinAnd: string;
|
398
|
-
JoinComma: string;
|
399
|
-
Awaiting: string;
|
400
|
-
Escalated: string;
|
401
|
-
Collapse: string;
|
402
|
-
DownloadExcel: string;
|
403
|
-
Users: string;
|
404
|
-
Associate: string;
|
405
|
-
Associates: string;
|
406
|
-
Who: string;
|
407
|
-
Task: string;
|
408
|
-
When: string;
|
409
|
-
Details: string;
|
410
|
-
Pattern: string;
|
411
|
-
Patterns: string;
|
412
|
-
Title: string;
|
413
|
-
Search: string;
|
414
|
-
SearchFolders: string;
|
415
|
-
SearchContacts: string;
|
416
|
-
Dates: string;
|
417
|
-
From: string;
|
418
|
-
To: string;
|
419
|
-
Duration: string;
|
420
|
-
Deviation: string;
|
421
|
-
DurationTime: string;
|
422
|
-
Standard: string;
|
423
|
-
StandardValue: string;
|
424
|
-
Average: string;
|
425
|
-
AverageValue: string;
|
426
|
-
Open: string;
|
427
|
-
SoundOn: string;
|
428
|
-
SoundOff: string;
|
429
|
-
TaggedInComments: string;
|
430
|
-
TaggedYourselfNotify: string;
|
431
|
-
TaggedNotify: string;
|
432
|
-
TaggedMaleNotify: string;
|
433
|
-
TaggedFemaleNotify: string;
|
434
|
-
LikedOneNotify: string;
|
435
|
-
DislikedOneNotify: string;
|
436
|
-
LikedManyNotify: string;
|
437
|
-
DislikedManyNotify: string;
|
438
|
-
MixedLikeManyNotify: string;
|
439
|
-
LikedManyMoreNotify: string;
|
440
|
-
DislikedManyMoreNotify: string;
|
441
|
-
MixedLikeManyMoreNotify: string;
|
442
|
-
CommentedOneNotify: string;
|
443
|
-
CommentedOneFemaleNotify: string;
|
444
|
-
CommentedOneMaleNotify: string;
|
445
|
-
CommentedManyNotify: string;
|
446
|
-
CommentedManyMoreNotify: string;
|
447
|
-
CubeAnomalyNotify: string;
|
448
|
-
StateChangedNotify: string;
|
449
|
-
EscalatedNotify: string;
|
450
|
-
UpcomingEventNotify: string;
|
451
|
-
NudgeNotify: string;
|
452
|
-
ProfilerSearchHelp: string;
|
453
|
-
TraceSearchHelp: string;
|
454
|
-
TraceTimelineHelp: string;
|
455
|
-
TraceElementHelp: string;
|
456
|
-
Positions: string;
|
457
|
-
Actions: string;
|
458
|
-
Exit: string;
|
459
|
-
DashboardHelp: string;
|
460
|
-
Mailbox: string;
|
461
|
-
MailboxHelp: string;
|
462
|
-
ComposeHelp: string;
|
463
|
-
NotificationsHelp: string;
|
464
|
-
CubeHelp: string;
|
465
|
-
ChatHelp: string;
|
466
|
-
ShowAs: string;
|
467
|
-
Unauthorized: string;
|
468
|
-
NotAcceptable: string;
|
469
|
-
LicenseErr: string;
|
470
|
-
RemoveAsk: string;
|
471
|
-
Comments: string;
|
472
|
-
Remove: string;
|
473
|
-
SheetN: string;
|
474
|
-
NewFrom: string;
|
475
|
-
OptionalRole: string;
|
476
|
-
Optional: string;
|
477
|
-
OptionalArgs: string;
|
478
|
-
Watched: string;
|
479
|
-
Date: string;
|
480
|
-
Clear: string;
|
481
|
-
Others: string;
|
482
|
-
Other: string;
|
483
|
-
History: string;
|
484
|
-
Delete: string;
|
485
|
-
Votes: string;
|
486
|
-
Tasks: string;
|
487
|
-
System: string;
|
488
|
-
ActiveRoute: string;
|
489
|
-
Everything: string;
|
490
|
-
NothingHere: string;
|
491
|
-
Matrix: string;
|
492
|
-
Working: string;
|
493
|
-
FillNotification: string;
|
494
|
-
FillNotificationTill: string;
|
495
|
-
CompleteNotification: string;
|
496
|
-
CompleteNotificationTill: string;
|
497
|
-
AreRequiredErr: string;
|
498
|
-
RequiredErr: string;
|
499
|
-
PatternErr: string;
|
500
|
-
EmailErr: string;
|
501
|
-
MinLengthErr: string;
|
502
|
-
MaxLengthErr: string;
|
503
|
-
};
|
504
|
-
he: {
|
505
|
-
Insight: string;
|
506
|
-
CheckOut: string;
|
507
|
-
CheckIn: string;
|
508
|
-
CheckedOut: string;
|
509
|
-
CheckedIn: string;
|
510
|
-
CheckedInMany: string;
|
511
|
-
Theme: string;
|
512
|
-
AltSHelp: string;
|
513
|
-
CtrlSHelp: string;
|
514
|
-
AltNHelp: string;
|
515
|
-
AltHHelp: string;
|
516
|
-
AltAHelp: string;
|
517
|
-
CtrlDotHelp: string;
|
518
|
-
AltQHelp: string;
|
519
|
-
PatternErr: string;
|
520
|
-
EmailErr: string;
|
521
|
-
MinLengthErr: string;
|
522
|
-
MaxLengthErr: string;
|
523
|
-
RequiredErr: string;
|
524
|
-
AreRequiredErr: string;
|
525
|
-
FillNotification: string;
|
526
|
-
FillNotificationTill: string;
|
527
|
-
FillNotificationTillMale: string;
|
528
|
-
CompleteNotification: string;
|
529
|
-
CompleteNotificationMale: string;
|
530
|
-
CompleteNotificationTill: string;
|
531
|
-
HelpTip: string;
|
532
|
-
HelpTipMale: string;
|
533
|
-
HelpTipFemale: string;
|
534
|
-
OutOfOfficeHelp: string;
|
535
|
-
LastDay: string;
|
536
|
-
TodayAt: string;
|
537
|
-
Tomorrow: string;
|
538
|
-
TomorrowAt: string;
|
539
|
-
Editing: string;
|
540
|
-
EditingMale: string;
|
541
|
-
EditingFemale: string;
|
542
|
-
Condition: string;
|
543
|
-
DragFile: string;
|
544
|
-
DragFileMale: string;
|
545
|
-
DragFileFemale: string;
|
546
|
-
Mention: string;
|
547
|
-
Working: string;
|
548
|
-
WorkingMale: string;
|
549
|
-
WorkingFemale: string;
|
550
|
-
Matrix: string;
|
551
|
-
NextLevel: string;
|
552
|
-
PrevLevel: string;
|
553
|
-
Previous: string;
|
554
|
-
Next: string;
|
555
|
-
CurrentLevel: string;
|
556
|
-
Expand: string;
|
557
|
-
Actions: string;
|
558
|
-
Emoji: string;
|
559
|
-
Document: string;
|
560
|
-
WorkingHome: string;
|
561
|
-
Unread: string;
|
562
|
-
Version: string;
|
563
|
-
VersionBy: string;
|
564
|
-
Power: string;
|
565
|
-
System: string;
|
566
|
-
Votes: string;
|
567
|
-
Delete: string;
|
568
|
-
DeleteMale: string;
|
569
|
-
DeleteFemale: string;
|
570
|
-
History: string;
|
571
|
-
Skipped: string;
|
572
|
-
Route: string;
|
573
|
-
Trace: string;
|
574
|
-
ActiveRoute: string;
|
575
|
-
Everything: string;
|
576
|
-
TimelineMore: string;
|
577
|
-
Estimate: string;
|
578
|
-
NoEstimate: string;
|
579
|
-
EstimateTime: string;
|
580
|
-
EstimateTimeRange: string;
|
581
|
-
NodeStandardTime: string;
|
582
|
-
SignIn: string;
|
583
|
-
SignInTo: string;
|
584
|
-
FYI: string;
|
585
|
-
AssignTo: string;
|
586
|
-
AssignFYI: string;
|
587
|
-
AssignNoteHint: string;
|
588
|
-
AssignRoundtrip: string;
|
589
|
-
About: string;
|
590
|
-
Date: string;
|
591
|
-
Clear: string;
|
592
|
-
NewFrom: string;
|
593
|
-
SheetN: string;
|
594
|
-
Connect: string;
|
595
|
-
ValidateErr: string;
|
596
|
-
Optional: string;
|
597
|
-
OptionalArgs: string;
|
598
|
-
Added: string;
|
599
|
-
Deleted: string;
|
600
|
-
Modified: string;
|
601
|
-
MinutesPart: string;
|
602
|
-
HoursPart: string;
|
603
|
-
DaysPart: string;
|
604
|
-
TakeMore: string;
|
605
|
-
AxisPatternErr: string;
|
606
|
-
Usage: string;
|
607
|
-
Contacts: string;
|
608
|
-
Open: string;
|
609
|
-
RangeLow: string;
|
610
|
-
RangeHigh: string;
|
611
|
-
EverybodyRange: string;
|
612
|
-
YourRange: string;
|
613
|
-
Unauthorized: string;
|
614
|
-
NotAcceptable: string;
|
615
|
-
Add: string;
|
616
|
-
Check: string;
|
617
|
-
Help: string;
|
618
|
-
Introduction: string;
|
619
|
-
Changed: string;
|
620
|
-
CubeHelp: string;
|
621
|
-
ChatHelp: string;
|
622
|
-
ChatHelpMale: string;
|
623
|
-
ChatHelpFemale: string;
|
624
|
-
ComposeHelp: string;
|
625
|
-
ComposeHelpMale: string;
|
626
|
-
ComposeHelpFemale: string;
|
627
|
-
NotificationsHelp: string;
|
628
|
-
DashboardHelp: string;
|
629
|
-
DashboardHelpMale: string;
|
630
|
-
DashboardHelpFemale: string;
|
631
|
-
Mailbox: string;
|
632
|
-
MailboxHelp: string;
|
633
|
-
MailboxHelpMale: string;
|
634
|
-
MailboxHelpFemale: string;
|
635
|
-
StartTour: string;
|
636
|
-
StartTourMale: string;
|
637
|
-
StartTourFemale: string;
|
638
|
-
Welcome: string;
|
639
|
-
WelcomeMale: string;
|
640
|
-
WelcomeFemale: string;
|
641
|
-
WelcomeMsg: string;
|
642
|
-
WelcomeMsgMale: string;
|
643
|
-
WelcomeMsgFemale: string;
|
644
|
-
WelcomeHide: string;
|
645
|
-
Compose: string;
|
646
|
-
ComposeMale: string;
|
647
|
-
ComposeFemale: string;
|
648
|
-
Preferences: string;
|
649
|
-
Tags: string;
|
650
|
-
TagsHint: string;
|
651
|
-
TagsHintMale: string;
|
652
|
-
TagsHintFemale: string;
|
653
|
-
ContinueEditing: string;
|
654
|
-
ContinueEditingMale: string;
|
655
|
-
ContinueEditingFemale: string;
|
656
|
-
View: string;
|
657
|
-
Views: string;
|
658
|
-
Close: string;
|
659
|
-
FirstPage: string;
|
660
|
-
LastPage: string;
|
661
|
-
NextPage: string;
|
662
|
-
PrevPage: string;
|
663
|
-
UserDeniedGeoErr: string;
|
664
|
-
UserDeniedGeoErrMale: string;
|
665
|
-
UserDeniedGeoErrFemale: string;
|
666
|
-
GeoErr: string;
|
667
|
-
Ignore: string;
|
668
|
-
IgnoreMale: string;
|
669
|
-
IgnoreFemale: string;
|
670
|
-
Permission: string;
|
671
|
-
Username: string;
|
672
|
-
ChangesSaved: string;
|
673
|
-
UploadOk: string;
|
674
|
-
UploadVersionOk: string;
|
675
|
-
UploadFailed: string;
|
676
|
-
UploadMany: string;
|
677
|
-
Volume: string;
|
678
|
-
Note: string;
|
679
|
-
Reassign: string;
|
680
|
-
ReassignAll: string;
|
681
|
-
Action: string;
|
682
|
-
ShowAll: string;
|
683
|
-
OutOfOfficeOn: string;
|
684
|
-
OutOfOfficeOnFemale: string;
|
685
|
-
OutOfOfficeOnMale: string;
|
686
|
-
Dismiss: string;
|
687
|
-
ChangeOptions: string;
|
688
|
-
ChangeOptionsMale: string;
|
689
|
-
ChangeOptionsFemale: string;
|
690
|
-
Impersonating: string;
|
691
|
-
SubmittedNote: string;
|
692
|
-
SubmittedNoteMale: string;
|
693
|
-
SubmittedNoteFemale: string;
|
694
|
-
YouSubmittedNote: string;
|
695
|
-
SubmittedNoteYouBy: string;
|
696
|
-
SubmittedNoteYouByMale: string;
|
697
|
-
SubmittedNoteYouByFemale: string;
|
698
|
-
SubmittedNoteBy: string;
|
699
|
-
SubmittedNoteByMale: string;
|
700
|
-
SubmittedNoteByFemale: string;
|
701
|
-
YouSubmittedNoteBy: string;
|
702
|
-
Today: string;
|
703
|
-
Yesterday: string;
|
704
|
-
YesterdayAt: string;
|
705
|
-
SomeoneTyping: string;
|
706
|
-
Typing: string;
|
707
|
-
TypingFemale: string;
|
708
|
-
TypingMale: string;
|
709
|
-
Forget: string;
|
710
|
-
Content: string;
|
711
|
-
Time: string;
|
712
|
-
ShowDeleted: string;
|
713
|
-
Days: string;
|
714
|
-
Name: string;
|
715
|
-
ActionTo: string;
|
716
|
-
YouSubstituteActionTaken: string;
|
717
|
-
YouSubstituteActionTakenTo: string;
|
718
|
-
SubstitutingYou: string;
|
719
|
-
SubstitutingYouMale: string;
|
720
|
-
SubstitutingYouFemale: string;
|
721
|
-
SubstitutingFor: string;
|
722
|
-
SubstitutingForMale: string;
|
723
|
-
SubstitutingForFemale: string;
|
724
|
-
Substituting: string;
|
725
|
-
SubstitutingForYou: string;
|
726
|
-
YouSubstituting: string;
|
727
|
-
YouSubstitutingMale: string;
|
728
|
-
YouSubstitutingFemale: string;
|
729
|
-
SubstitutingBy: string;
|
730
|
-
SubstitutingByYou: string;
|
731
|
-
SubstitutingByYouMale: string;
|
732
|
-
SubstitutingByYouFemale: string;
|
733
|
-
SubstitutingNote: string;
|
734
|
-
ActionTaken: string;
|
735
|
-
ActionTakenTo: string;
|
736
|
-
YouReceived: string;
|
737
|
-
ReceivedTimeFemale: string;
|
738
|
-
ReceivedTimeMale: string;
|
739
|
-
ReceivedTime: string;
|
740
|
-
ReceivedBy: string;
|
741
|
-
ReceivedByMale: string;
|
742
|
-
ReceivedByFemale: string;
|
743
|
-
YouTakenAction: string;
|
744
|
-
YouTakenActionTo: string;
|
745
|
-
ActionTakenBy: string;
|
746
|
-
ActionTakenByTo: string;
|
747
|
-
YouTakenActionBy: string;
|
748
|
-
YouTakenActionByTo: string;
|
749
|
-
ActionTakenByYou: string;
|
750
|
-
ActionTakenByYouTo: string;
|
751
|
-
SoundOn: string;
|
752
|
-
SoundOff: string;
|
753
|
-
TaggedInComments: string;
|
754
|
-
TaggedYourselfNotify: string;
|
755
|
-
TaggedNotify: string;
|
756
|
-
TaggedMaleNotify: string;
|
757
|
-
TaggedFemaleNotify: string;
|
758
|
-
LikedOneNotify: string;
|
759
|
-
LikedOneNotifyMale: string;
|
760
|
-
LikedOneNotifyFemale: string;
|
761
|
-
DislikedOneNotify: string;
|
762
|
-
DislikedOneNotifyMale: string;
|
763
|
-
DislikedOneNotifyFemale: string;
|
764
|
-
LikedManyNotify: string;
|
765
|
-
LikedManyMoreNotify: string;
|
766
|
-
DislikedManyNotify: string;
|
767
|
-
DislikedManyMoreNotify: string;
|
768
|
-
MixedLikeManyNotify: string;
|
769
|
-
MixedLikeManyMoreNotify: string;
|
770
|
-
CommentedOneNotify: string;
|
771
|
-
CommentedOneFemaleNotify: string;
|
772
|
-
CommentedOneMaleNotify: string;
|
773
|
-
CommentedManyNotify: string;
|
774
|
-
CommentedManyMoreNotify: string;
|
775
|
-
CubeAnomalyNotify: string;
|
776
|
-
StateChangedNotify: string;
|
777
|
-
EscalatedNotify: string;
|
778
|
-
UpcomingEventNotify: string;
|
779
|
-
NudgeNotify: string;
|
780
|
-
NewMail: string;
|
781
|
-
OpenNew: string;
|
782
|
-
SendErr: string;
|
783
|
-
SubmitErr: string;
|
784
|
-
SaveErr: string;
|
785
|
-
VersionErr: string;
|
786
|
-
VersionErrMale: string;
|
787
|
-
VersionErrFemale: string;
|
788
|
-
MailVersionUpdate: string;
|
789
|
-
NewComment: string;
|
790
|
-
Commented: string;
|
791
|
-
CommentedMale: string;
|
792
|
-
CommentedFemale: string;
|
793
|
-
DeleteFile: string;
|
794
|
-
DeleteFileMale: string;
|
795
|
-
DeleteFileFemale: string;
|
796
|
-
DeleteFileAsk: string;
|
797
|
-
DeleteCommentAsk: string;
|
798
|
-
DeleteCommentAskMale: string;
|
799
|
-
DeleteCommentAskFemale: string;
|
800
|
-
DeleteFileAskMale: string;
|
801
|
-
DeleteFileAskFemale: string;
|
802
|
-
GrantAccess: string;
|
803
|
-
GrantTip: string;
|
804
|
-
GrantTipMale: string;
|
805
|
-
GrantTipFemale: string;
|
806
|
-
OutOfOfficeTip: string;
|
807
|
-
OutOfOfficeTipMale: string;
|
808
|
-
OutOfOfficeTipFemale: string;
|
809
|
-
Dates: string;
|
810
|
-
From: string;
|
811
|
-
To: string;
|
812
|
-
Users: string;
|
813
|
-
Associate: string;
|
814
|
-
Associates: string;
|
815
|
-
AssociateFemale: string;
|
816
|
-
AssociateMale: string;
|
817
|
-
Active: string;
|
818
|
-
MyStateChange: string;
|
819
|
-
AnyStateChange: string;
|
820
|
-
CommentMyDocument: string;
|
821
|
-
CommentAnyDocument: string;
|
822
|
-
UpcomingEvents: string;
|
823
|
-
LikedComment: string;
|
824
|
-
CubeAnomaly: string;
|
825
|
-
Mails: string;
|
826
|
-
Conversations: string;
|
827
|
-
AlarmEvents: string;
|
828
|
-
Emails: string;
|
829
|
-
Senders: string;
|
830
|
-
GuideFinish: string;
|
831
|
-
Guides: string;
|
832
|
-
Guide: string;
|
833
|
-
Events: string;
|
834
|
-
EmailNotifications: string;
|
835
|
-
MarkAsRead: string;
|
836
|
-
MarkAsReadMale: string;
|
837
|
-
MarkAsReadFemale: string;
|
838
|
-
MarkAsUnread: string;
|
839
|
-
MarkAsUnreadMale: string;
|
840
|
-
MarkAsUnreadFemale: string;
|
841
|
-
Value: string;
|
842
|
-
Patterns: string;
|
843
|
-
Pattern: string;
|
844
|
-
Search: string;
|
845
|
-
SearchFolders: string;
|
846
|
-
SearchMale: string;
|
847
|
-
SearchFemale: string;
|
848
|
-
SearchContacts: string;
|
849
|
-
SearchContactsMale: string;
|
850
|
-
SearchContactsFemale: string;
|
851
|
-
Refreshing: string;
|
852
|
-
RefreshingMale: string;
|
853
|
-
RefreshingFemale: string;
|
854
|
-
Submit: string;
|
855
|
-
SubmitMale: string;
|
856
|
-
SubmitFemale: string;
|
857
|
-
More: string;
|
858
|
-
CommentsCount: string;
|
859
|
-
OneComment: string;
|
860
|
-
Comments: string;
|
861
|
-
NewCommentsCount: string;
|
862
|
-
Timeline: string;
|
863
|
-
Copy: string;
|
864
|
-
Mute: string;
|
865
|
-
Unmute: string;
|
866
|
-
Copied: string;
|
867
|
-
Edit: string;
|
868
|
-
SubmitSelected: string;
|
869
|
-
SubmitSelectedMale: string;
|
870
|
-
SubmitSelectedFemale: string;
|
871
|
-
Submitted: string;
|
872
|
-
SubmittedMany: string;
|
873
|
-
Sent: string;
|
874
|
-
SentTo: string;
|
875
|
-
SentMany: string;
|
876
|
-
Task: string;
|
877
|
-
Who: string;
|
878
|
-
By: string;
|
879
|
-
Reply: string;
|
880
|
-
ReplyTo: string;
|
881
|
-
ReplyingTo: string;
|
882
|
-
YouRepliedTo: string;
|
883
|
-
ReplyingToYou: string;
|
884
|
-
ByYou: string;
|
885
|
-
YouByMale: string;
|
886
|
-
YouByFemale: string;
|
887
|
-
YouBy: string;
|
888
|
-
ActionByYou: string;
|
889
|
-
ActionByBy: string;
|
890
|
-
ActionBy: string;
|
891
|
-
EscalatedTo: string;
|
892
|
-
EscalatedFrom: string;
|
893
|
-
EscalatedBy: string;
|
894
|
-
EscalatedByYou: string;
|
895
|
-
When: string;
|
896
|
-
You: string;
|
897
|
-
YouMale: string;
|
898
|
-
New: string;
|
899
|
-
YouFemale: string;
|
900
|
-
Duration: string;
|
901
|
-
DurationTime: string;
|
902
|
-
Deviation: string;
|
903
|
-
Standard: string;
|
904
|
-
StandardValue: string;
|
905
|
-
AverageValue: string;
|
906
|
-
Average: string;
|
907
|
-
Awaiting: string;
|
908
|
-
Escalated: string;
|
909
|
-
Yourself: string;
|
910
|
-
Edited: string;
|
911
|
-
Submition: string;
|
912
|
-
Pending: string;
|
913
|
-
IsPending: string;
|
914
|
-
Compare: string;
|
915
|
-
Notifications: string;
|
916
|
-
NoNotifications: string;
|
917
|
-
CommentHere: string;
|
918
|
-
CommentHereMale: string;
|
919
|
-
CommentHereFemale: string;
|
920
|
-
TypeMessageHere: string;
|
921
|
-
TypeMessageHereMale: string;
|
922
|
-
TypeMessageHereFemale: string;
|
923
|
-
ChatHere: string;
|
924
|
-
Collapse: string;
|
925
|
-
Flagged: string;
|
926
|
-
Back: string;
|
927
|
-
AttachFile: string;
|
928
|
-
AttachFileMale: string;
|
929
|
-
AttachFileFemale: string;
|
930
|
-
SaveDraft: string;
|
931
|
-
SaveDraftMale: string;
|
932
|
-
SaveDraftFemale: string;
|
933
|
-
DraftSaved: string;
|
934
|
-
ActionAsk: string;
|
935
|
-
ActionAskMale: string;
|
936
|
-
ActionAskFemale: string;
|
937
|
-
Discard: string;
|
938
|
-
DiscardMale: string;
|
939
|
-
DiscardFemale: string;
|
940
|
-
DiscardAsk: string;
|
941
|
-
DiscardAskMale: string;
|
942
|
-
DiscardAskFemale: string;
|
943
|
-
DiscardSelected: string;
|
944
|
-
DiscardSelectedMale: string;
|
945
|
-
DiscardSelectedFemale: string;
|
946
|
-
Save: string;
|
947
|
-
SaveChanges: string;
|
948
|
-
SaveChangesAsk: string;
|
949
|
-
SaveChangesAskMale: string;
|
950
|
-
SaveChangesAskFemale: string;
|
951
|
-
DiscardChanges: string;
|
952
|
-
DiscardChangesMale: string;
|
953
|
-
DiscardChangesFemale: string;
|
954
|
-
Send: string;
|
955
|
-
SendMale: string;
|
956
|
-
SendFemale: string;
|
957
|
-
SendSelected: string;
|
958
|
-
SendSelectedMale: string;
|
959
|
-
SendSelectedFemale: string;
|
960
|
-
Others: string;
|
961
|
-
Other: string;
|
962
|
-
Preview: string;
|
963
|
-
Rotate: string;
|
964
|
-
RemoveAsk: string;
|
965
|
-
Remove: string;
|
966
|
-
Download: string;
|
967
|
-
DownloadExcel: string;
|
968
|
-
DownloadExplore: string;
|
969
|
-
Explore: string;
|
970
|
-
Scheduler: string;
|
971
|
-
Dashboard: string;
|
972
|
-
Details: string;
|
973
|
-
Cube: string;
|
974
|
-
Reports: string;
|
975
|
-
Tools: string;
|
976
|
-
Chat: string;
|
977
|
-
QuickMail: string;
|
978
|
-
Refresh: string;
|
979
|
-
NoMessages: string;
|
980
|
-
AltN: string;
|
981
|
-
AltNMale: string;
|
982
|
-
AltNFemale: string;
|
983
|
-
Filter: string;
|
984
|
-
Form: string;
|
985
|
-
Status: string;
|
986
|
-
emoji: {
|
987
|
-
categories: {
|
988
|
-
recent: string;
|
989
|
-
smileys: string;
|
990
|
-
people: string;
|
991
|
-
nature: string;
|
992
|
-
foods: string;
|
993
|
-
activity: string;
|
994
|
-
places: string;
|
995
|
-
objects: string;
|
996
|
-
symbols: string;
|
997
|
-
flags: string;
|
998
|
-
};
|
999
|
-
};
|
1000
|
-
Number: string;
|
1001
|
-
Subject: string;
|
1002
|
-
Owner: string;
|
1003
|
-
Issued: string;
|
1004
|
-
Replied: string;
|
1005
|
-
Received: string;
|
1006
|
-
Contains: string;
|
1007
|
-
Sender: string;
|
1008
|
-
Amount: string;
|
1009
|
-
Agenda: string;
|
1010
|
-
MonthAgenda: string;
|
1011
|
-
Month: string;
|
1012
|
-
Day: string;
|
1013
|
-
Year: string;
|
1014
|
-
Years: string;
|
1015
|
-
WorkWeek: string;
|
1016
|
-
TimelineMonth: string;
|
1017
|
-
Options: string;
|
1018
|
-
Impersonate: string;
|
1019
|
-
ImpersonateMale: string;
|
1020
|
-
ImpersonateFemale: string;
|
1021
|
-
ImpersonateHelp: string;
|
1022
|
-
ImpersonateHelpMale: string;
|
1023
|
-
ImpersonateHelpFemale: string;
|
1024
|
-
Settings: string;
|
1025
|
-
ChangeLanguage: string;
|
1026
|
-
Goodbye: string;
|
1027
|
-
ShowAs: string;
|
1028
|
-
SignOut: string;
|
1029
|
-
SignOutAsk: string;
|
1030
|
-
SignOutAskMale: string;
|
1031
|
-
SignOutAskFemale: string;
|
1032
|
-
Vacation: string;
|
1033
|
-
OutOfOffice: string;
|
1034
|
-
Online: string;
|
1035
|
-
Offline: string;
|
1036
|
-
None: string;
|
1037
|
-
All: string;
|
1038
|
-
JoinAnd: string;
|
1039
|
-
NumericJoinAnd: string;
|
1040
|
-
No: string;
|
1041
|
-
Yes: string;
|
1042
|
-
Exit: string;
|
1043
|
-
OK: string;
|
1044
|
-
Cancel: string;
|
1045
|
-
Err: string;
|
1046
|
-
ErrMale: string;
|
1047
|
-
ErrFemale: string;
|
1048
|
-
Copyright: string;
|
1049
|
-
Map: string;
|
1050
|
-
Watched: string;
|
1051
|
-
NothingHere: string;
|
1052
|
-
};
|
5
|
+
[lang: string]: {};
|
1053
6
|
};
|