@bizdoc/core 3.0.6 → 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.
Files changed (651) hide show
  1. package/assets/system/Workday.svg +37 -37
  2. package/assets/themes/brown.min.css +1 -1
  3. package/assets/themes/dark.min.css +1 -1
  4. package/assets/themes/deep-purple-light-blue.min.css +1 -1
  5. package/assets/themes/deep-purple-teal.min.css +1 -1
  6. package/assets/themes/default.min.css +25 -15
  7. package/assets/themes/green.min.css +1 -1
  8. package/assets/themes/indigo-amber.min.css +1 -1
  9. package/assets/themes/indigo.min.css +1 -1
  10. package/esm2022/bizdoc-core.mjs +1 -1
  11. package/esm2022/lib/admin/admin-dismiss.service.mjs +4 -4
  12. package/esm2022/lib/admin/admin-menu.component.mjs +5 -5
  13. package/esm2022/lib/admin/architecture/cube-axes-filter.component.mjs +10 -10
  14. package/esm2022/lib/admin/architecture/declarations.mjs +3 -2
  15. package/esm2022/lib/admin/architecture/designer-element.component.mjs +25 -22
  16. package/esm2022/lib/admin/architecture/designer-privileges.component.mjs +6 -6
  17. package/esm2022/lib/admin/architecture/designer.base.mjs +11 -14
  18. package/esm2022/lib/admin/architecture/designer.component.mjs +9 -8
  19. package/esm2022/lib/admin/architecture/elements/action.component.mjs +4 -5
  20. package/esm2022/lib/admin/architecture/elements/analysis-view.component.mjs +5 -5
  21. package/esm2022/lib/admin/architecture/elements/analysis-widget.component.mjs +5 -5
  22. package/esm2022/lib/admin/architecture/elements/anomaly-rule.component.mjs +5 -5
  23. package/esm2022/lib/admin/architecture/elements/attribute.component.mjs +5 -6
  24. package/esm2022/lib/admin/architecture/elements/box-form.component.mjs +5 -5
  25. package/esm2022/lib/admin/architecture/elements/configuration-datasource.component.mjs +5 -5
  26. package/esm2022/lib/admin/architecture/elements/control.component.mjs +4 -7
  27. package/esm2022/lib/admin/architecture/elements/cube-index-utility.component.mjs +5 -5
  28. package/esm2022/lib/admin/architecture/elements/cube-view.component.mjs +5 -5
  29. package/esm2022/lib/admin/architecture/elements/cube.component.mjs +14 -15
  30. package/esm2022/lib/admin/architecture/elements/document-state-widget.component.mjs +6 -8
  31. package/esm2022/lib/admin/architecture/elements/documents-report.component.mjs +5 -5
  32. package/esm2022/lib/admin/architecture/elements/documents-widget.component.mjs +5 -5
  33. package/esm2022/lib/admin/architecture/elements/explore-view.component.mjs +5 -5
  34. package/esm2022/lib/admin/architecture/elements/folder.component.mjs +5 -6
  35. package/esm2022/lib/admin/architecture/elements/form-invite.dialog.mjs +9 -11
  36. package/esm2022/lib/admin/architecture/elements/form.component.mjs +13 -14
  37. package/esm2022/lib/admin/architecture/elements/guide.component.mjs +5 -6
  38. package/esm2022/lib/admin/architecture/elements/job.component.mjs +5 -6
  39. package/esm2022/lib/admin/architecture/elements/matrix-view.component.mjs +6 -6
  40. package/esm2022/lib/admin/architecture/elements/node.component.mjs +4 -4
  41. package/esm2022/lib/admin/architecture/elements/parallel-view.component.mjs +5 -5
  42. package/esm2022/lib/admin/architecture/elements/performance-report.component.mjs +5 -5
  43. package/esm2022/lib/admin/architecture/elements/performance-widget.component.mjs +5 -5
  44. package/esm2022/lib/admin/architecture/elements/pivot-view.component.mjs +5 -5
  45. package/esm2022/lib/admin/architecture/elements/policy.component.mjs +4 -4
  46. package/esm2022/lib/admin/architecture/elements/report.component.mjs +5 -6
  47. package/esm2022/lib/admin/architecture/elements/return-to-role-action.component.mjs +5 -5
  48. package/esm2022/lib/admin/architecture/elements/role.component.mjs +5 -6
  49. package/esm2022/lib/admin/architecture/elements/rule.component.mjs +4 -4
  50. package/esm2022/lib/admin/architecture/elements/source.component.mjs +4 -4
  51. package/esm2022/lib/admin/architecture/elements/state.component.mjs +4 -5
  52. package/esm2022/lib/admin/architecture/elements/sum-view.component.mjs +5 -5
  53. package/esm2022/lib/admin/architecture/elements/tasks-report.component.mjs +5 -5
  54. package/esm2022/lib/admin/architecture/elements/type.component.mjs +7 -8
  55. package/esm2022/lib/admin/architecture/elements/usage-report.component.mjs +6 -6
  56. package/esm2022/lib/admin/architecture/elements/utility.component.mjs +4 -4
  57. package/esm2022/lib/admin/architecture/elements/view.component.mjs +4 -4
  58. package/esm2022/lib/admin/architecture/elements/widget.component.mjs +5 -6
  59. package/esm2022/lib/admin/architecture/icon-picker.component.mjs +12 -7
  60. package/esm2022/lib/admin/core/ace.input.mjs +14 -13
  61. package/esm2022/lib/admin/core/color-picker.input.mjs +5 -5
  62. package/esm2022/lib/admin/core/localized-string.component.mjs +8 -7
  63. package/esm2022/lib/admin/core/search.input.mjs +5 -5
  64. package/esm2022/lib/admin/diff/configuration-diff.component.mjs +8 -7
  65. package/esm2022/lib/admin/document-trace/document-trace.component.mjs +19 -13
  66. package/esm2022/lib/admin/document-trace/reassign.dialog.mjs +5 -5
  67. package/esm2022/lib/admin/document-trace/timeline.mjs +1 -1
  68. package/esm2022/lib/admin/document-trace/trace-element.component.mjs +6 -6
  69. package/esm2022/lib/admin/form/designer/box-designer.component.mjs +6 -6
  70. package/esm2022/lib/admin/form/designer/declarations.mjs +1 -1
  71. package/esm2022/lib/admin/form/designer/design-control.component.mjs +4 -4
  72. package/esm2022/lib/admin/form/designer/properties.component.mjs +5 -5
  73. package/esm2022/lib/admin/form/designer/section.component.mjs +5 -5
  74. package/esm2022/lib/admin/form/designer/settings.component.mjs +4 -4
  75. package/esm2022/lib/admin/form/form.resolve.service.mjs +4 -4
  76. package/esm2022/lib/admin/form/workflow/node-ref.mjs +1 -1
  77. package/esm2022/lib/admin/form/workflow/node.component.mjs +35 -35
  78. package/esm2022/lib/admin/form/workflow/role-node.component.mjs +5 -5
  79. package/esm2022/lib/admin/form/workflow/workflow.component.mjs +10 -12
  80. package/esm2022/lib/admin/indices/manage-cube-index.component.mjs +9 -9
  81. package/esm2022/lib/admin/patterns/patterns.component.mjs +5 -5
  82. package/esm2022/lib/admin/permissions/permissions.component.mjs +5 -5
  83. package/esm2022/lib/admin/positions/positions-popup.component.mjs +8 -7
  84. package/esm2022/lib/admin/positions/positions.component.mjs +9 -9
  85. package/esm2022/lib/admin/profiler/outofoffice.component.mjs +6 -6
  86. package/esm2022/lib/admin/profiler/profiler.component.mjs +7 -7
  87. package/esm2022/lib/admin/system.service.mjs +15 -11
  88. package/esm2022/lib/admin/utility-ref.mjs +7 -5
  89. package/esm2022/lib/admin/utility-wrapper.component.mjs +4 -4
  90. package/esm2022/lib/admin/utility.pane.component.mjs +4 -4
  91. package/esm2022/lib/app.component.mjs +7 -7
  92. package/esm2022/lib/bizdoc.module.mjs +5 -5
  93. package/esm2022/lib/browse/browse-items.component.mjs +34 -33
  94. package/esm2022/lib/browse/browse.mobile.component.mjs +11 -8
  95. package/esm2022/lib/browse/browse.pane.component.mjs +9 -9
  96. package/esm2022/lib/browse/expanded-item/expanded-item.component.mjs +12 -12
  97. package/esm2022/lib/browse/filter/filter.component.mjs +27 -39
  98. package/esm2022/lib/browse/folders-menu.component.mjs +5 -5
  99. package/esm2022/lib/chat/chat-info.mjs +9 -8
  100. package/esm2022/lib/chat/chat.mobile.component.mjs +5 -5
  101. package/esm2022/lib/chat/chat.service.mjs +6 -6
  102. package/esm2022/lib/chat/contacts.component.mjs +10 -9
  103. package/esm2022/lib/chat/contacts.pane.component.mjs +4 -4
  104. package/esm2022/lib/chat/conversation.component.mjs +8 -8
  105. package/esm2022/lib/chat/conversation.pane.component.mjs +4 -4
  106. package/esm2022/lib/compose/action/action-picker.component.mjs +7 -10
  107. package/esm2022/lib/compose/action/action-ref.mjs +1 -1
  108. package/esm2022/lib/compose/action/action.base.mjs +1 -1
  109. package/esm2022/lib/compose/action/action.dialog.mjs +5 -5
  110. package/esm2022/lib/compose/action/action.pane.dialog.exp.mjs +7 -7
  111. package/esm2022/lib/compose/action/assign-action.component.mjs +5 -5
  112. package/esm2022/lib/compose/action/moveto-action.component.mjs +6 -6
  113. package/esm2022/lib/compose/action/return-action.component.mjs +5 -5
  114. package/esm2022/lib/compose/attachments/attachments.component.mjs +5 -5
  115. package/esm2022/lib/compose/attachments/preview/attachment-preview.component.mjs +5 -5
  116. package/esm2022/lib/compose/attachments/progress-button.directive.mjs +4 -4
  117. package/esm2022/lib/compose/box/box.component.mjs +5 -5
  118. package/esm2022/lib/compose/box/control.component.mjs +4 -4
  119. package/esm2022/lib/compose/box/row.component.mjs +4 -4
  120. package/esm2022/lib/compose/can-deactivate-changes.service.mjs +4 -4
  121. package/esm2022/lib/compose/comments/comment.component.mjs +18 -15
  122. package/esm2022/lib/compose/comments/comments.component.mjs +7 -7
  123. package/esm2022/lib/compose/comments/comments.pane.component.mjs +5 -5
  124. package/esm2022/lib/compose/comments/edit-comment.component.mjs +4 -4
  125. package/esm2022/lib/compose/comments/edits.component.mjs +5 -5
  126. package/esm2022/lib/compose/comments/quick-comment.component.exp.mjs +6 -6
  127. package/esm2022/lib/compose/comments/votes.component.mjs +5 -5
  128. package/esm2022/lib/compose/compose-resolve.service.mjs +4 -4
  129. package/esm2022/lib/compose/compose.mobile.component.mjs +8 -8
  130. package/esm2022/lib/compose/compose.pane.component.mjs +11 -11
  131. package/esm2022/lib/compose/copy/copy.dialog.mjs +5 -5
  132. package/esm2022/lib/compose/dismiss.service.mjs +4 -4
  133. package/esm2022/lib/compose/document-resolve.service.mjs +7 -7
  134. package/esm2022/lib/compose/document-resolver.service.mjs +4 -4
  135. package/esm2022/lib/compose/document.component.mjs +4 -4
  136. package/esm2022/lib/compose/document.mobile.component.mjs +4 -4
  137. package/esm2022/lib/compose/document.pane.component.mjs +4 -4
  138. package/esm2022/lib/compose/events/events.component.mjs +5 -5
  139. package/esm2022/lib/compose/form-ref.mjs +1 -1
  140. package/esm2022/lib/compose/form-selector/form-selector.sheet.mjs +5 -5
  141. package/esm2022/lib/compose/form.component.mjs +59 -23
  142. package/esm2022/lib/compose/new-menu.component.mjs +8 -7
  143. package/esm2022/lib/compose/overlay.component.exp.mjs +4 -4
  144. package/esm2022/lib/compose/privilage.directive.mjs +7 -7
  145. package/esm2022/lib/compose/recipient-resolver.service.mjs +4 -4
  146. package/esm2022/lib/compose/state.component.mjs +4 -4
  147. package/esm2022/lib/compose/tag/tags.component.mjs +5 -5
  148. package/esm2022/lib/compose/trace/flow.component.mjs +16 -17
  149. package/esm2022/lib/compose/trace/people.component.mjs +14 -9
  150. package/esm2022/lib/compose/trace/trace.base.mjs +6 -7
  151. package/esm2022/lib/compose/trace/trace.component.mjs +5 -5
  152. package/esm2022/lib/compose/trace/trace.pane.component.mjs +4 -4
  153. package/esm2022/lib/compose/version-compare/version-compare.component.mjs +5 -4
  154. package/esm2022/lib/compose/version-compare/version-compare.directive.mjs +14 -14
  155. package/esm2022/lib/compose/version-compare/version.pane.component.mjs +5 -5
  156. package/esm2022/lib/core/account.service.mjs +4 -4
  157. package/esm2022/lib/core/animated-icon/animated-icon.directive.mjs +4 -4
  158. package/esm2022/lib/core/animations.mjs +1 -1
  159. package/esm2022/lib/core/authentication.mjs +1 -1
  160. package/esm2022/lib/core/avatar/avatar.component.mjs +52 -43
  161. package/esm2022/lib/core/base.mjs +1 -1
  162. package/esm2022/lib/core/checkbox.mjs +19 -19
  163. package/esm2022/lib/core/colors.mjs +1 -1
  164. package/esm2022/lib/core/component-factory-resolver.mjs +5 -5
  165. package/esm2022/lib/core/configuration.mjs +1 -1
  166. package/esm2022/lib/core/datasource.service.mjs +4 -4
  167. package/esm2022/lib/core/decorators.mjs +1 -1
  168. package/esm2022/lib/core/document-factory.service.mjs +4 -11
  169. package/esm2022/lib/core/fields/address.designer.mjs +4 -4
  170. package/esm2022/lib/core/fields/address.field.mjs +31 -31
  171. package/esm2022/lib/core/fields/autocomplete.field.mjs +65 -65
  172. package/esm2022/lib/core/fields/axes-picker.designer.mjs +25 -25
  173. package/esm2022/lib/core/fields/axes-picker.field.mjs +5 -5
  174. package/esm2022/lib/core/fields/checkbox.designer.mjs +4 -4
  175. package/esm2022/lib/core/fields/checkbox.field.mjs +5 -5
  176. package/esm2022/lib/core/fields/checklist.designer.mjs +59 -59
  177. package/esm2022/lib/core/fields/checklist.field.mjs +5 -5
  178. package/esm2022/lib/core/fields/date-range.designer.mjs +4 -4
  179. package/esm2022/lib/core/fields/date-range.field.mjs +5 -5
  180. package/esm2022/lib/core/fields/date.designer.mjs +4 -4
  181. package/esm2022/lib/core/fields/date.field.mjs +5 -5
  182. package/esm2022/lib/core/fields/expression.field.mjs +30 -30
  183. package/esm2022/lib/core/fields/file.designer.mjs +4 -4
  184. package/esm2022/lib/core/fields/file.field.mjs +5 -5
  185. package/esm2022/lib/core/fields/html.designer.mjs +4 -4
  186. package/esm2022/lib/core/fields/html.field.mjs +5 -5
  187. package/esm2022/lib/core/fields/input.designer.mjs +4 -4
  188. package/esm2022/lib/core/fields/input.field.mjs +5 -5
  189. package/esm2022/lib/core/fields/localized-string.field.mjs +7 -7
  190. package/esm2022/lib/core/fields/numeric.designer.mjs +4 -4
  191. package/esm2022/lib/core/fields/numeric.field.mjs +5 -5
  192. package/esm2022/lib/core/fields/options.base.mjs +8 -8
  193. package/esm2022/lib/core/fields/options.component.mjs +5 -5
  194. package/esm2022/lib/core/fields/radio-button.designer.mjs +5 -5
  195. package/esm2022/lib/core/fields/radio-button.field.mjs +5 -5
  196. package/esm2022/lib/core/fields/select.designer.mjs +63 -63
  197. package/esm2022/lib/core/fields/select.field.mjs +5 -5
  198. package/esm2022/lib/core/fields/signature.designer.mjs +4 -4
  199. package/esm2022/lib/core/fields/signature.field.mjs +5 -5
  200. package/esm2022/lib/core/fields/switch.field.mjs +5 -5
  201. package/esm2022/lib/core/fields/tags.designer.mjs +4 -4
  202. package/esm2022/lib/core/fields/tags.field.mjs +5 -5
  203. package/esm2022/lib/core/fields/textarea.designer.mjs +4 -4
  204. package/esm2022/lib/core/fields/textarea.field.mjs +5 -5
  205. package/esm2022/lib/core/fields/time.designer.mjs +4 -4
  206. package/esm2022/lib/core/fields/time.field.mjs +5 -5
  207. package/esm2022/lib/core/fields/timespan.field.mjs +30 -30
  208. package/esm2022/lib/core/fields/yesno.designer.mjs +23 -23
  209. package/esm2022/lib/core/fields/yesno.field.mjs +5 -5
  210. package/esm2022/lib/core/firebase.service.mjs +1 -1
  211. package/esm2022/lib/core/functions.mjs +4 -1
  212. package/esm2022/lib/core/guide/guide.component.mjs +5 -5
  213. package/esm2022/lib/core/guide/guide.service.mjs +11 -7
  214. package/esm2022/lib/core/guide/help-tip.component.mjs +22 -22
  215. package/esm2022/lib/core/http.interceptor.mjs +6 -6
  216. package/esm2022/lib/core/hub.service.mjs +4 -4
  217. package/esm2022/lib/core/identity/identity.component.mjs +5 -5
  218. package/esm2022/lib/core/info/attachment-info.service.mjs +4 -4
  219. package/esm2022/lib/core/info/document-info.service.mjs +4 -4
  220. package/esm2022/lib/core/info/location-info.component.mjs +4 -4
  221. package/esm2022/lib/core/info/map-info.mjs +4 -4
  222. package/esm2022/lib/core/inputs/address.input.mjs +21 -21
  223. package/esm2022/lib/core/inputs/auto-complete.input.mjs +38 -37
  224. package/esm2022/lib/core/inputs/combination-picker-body.mjs +10 -12
  225. package/esm2022/lib/core/inputs/combination-picker.mjs +4 -5
  226. package/esm2022/lib/core/inputs/combination-pool.mjs +7 -6
  227. package/esm2022/lib/core/inputs/file.input.mjs +30 -24
  228. package/esm2022/lib/core/inputs/select.input.mjs +37 -37
  229. package/esm2022/lib/core/inputs/signature.input.mjs +4 -4
  230. package/esm2022/lib/core/inputs/time-picker.mjs +8 -8
  231. package/esm2022/lib/core/inputs/timespan.input.mjs +7 -7
  232. package/esm2022/lib/core/layout.component.mjs +11 -5
  233. package/esm2022/lib/core/lottie-animation.exp.mjs +49 -0
  234. package/esm2022/lib/core/mailbox.service.mjs +20 -14
  235. package/esm2022/lib/core/models.mjs +2 -1
  236. package/esm2022/lib/core/none.component.mjs +15 -15
  237. package/esm2022/lib/core/pipes/action.pipe.mjs +4 -4
  238. package/esm2022/lib/core/pipes/calendar.pipe.mjs +4 -4
  239. package/esm2022/lib/core/pipes/date-format.pipe.mjs +4 -4
  240. package/esm2022/lib/core/pipes/daterange.pipe.mjs +7 -7
  241. package/esm2022/lib/core/pipes/difference.pipe.mjs +4 -4
  242. package/esm2022/lib/core/pipes/duration-format.pipe.mjs +4 -4
  243. package/esm2022/lib/core/pipes/duration.pipe.mjs +4 -4
  244. package/esm2022/lib/core/pipes/filter.pipe.mjs +25 -0
  245. package/esm2022/lib/core/pipes/form.pipe.mjs +4 -4
  246. package/esm2022/lib/core/pipes/join.pipe.mjs +4 -4
  247. package/esm2022/lib/core/pipes/localized-string.pipe.mjs +4 -4
  248. package/esm2022/lib/core/pipes/role.pipe.mjs +4 -4
  249. package/esm2022/lib/core/pipes/sanitize-html.pipe.mjs +4 -4
  250. package/esm2022/lib/core/pipes/sort.pipe.mjs +8 -30
  251. package/esm2022/lib/core/pipes/state.pipe.mjs +4 -4
  252. package/esm2022/lib/core/pipes/time-ago.pipe.mjs +4 -4
  253. package/esm2022/lib/core/pipes/to-now.pipe.mjs +4 -4
  254. package/esm2022/lib/core/pipes/translate.pipe.mjs +10 -10
  255. package/esm2022/lib/core/pipes/type-value.pipe.mjs +4 -4
  256. package/esm2022/lib/core/pipes/user-name.pipe.mjs +4 -4
  257. package/esm2022/lib/core/popup/popup-ref.mjs +1 -1
  258. package/esm2022/lib/core/popup/popup.component.mjs +4 -4
  259. package/esm2022/lib/core/popup/popup.service.mjs +7 -5
  260. package/esm2022/lib/core/popup/tooltip.directive.mjs +10 -11
  261. package/esm2022/lib/core/prompt/ask/ask.dialog.mjs +4 -4
  262. package/esm2022/lib/core/prompt/mask/mask.component.mjs +4 -4
  263. package/esm2022/lib/core/prompt.service.mjs +6 -6
  264. package/esm2022/lib/core/router.mjs +9 -9
  265. package/esm2022/lib/core/save-changes.dialog.mjs +4 -4
  266. package/esm2022/lib/core/session.service.mjs +18 -9
  267. package/esm2022/lib/core/slots/pane-ref.mjs +2 -2
  268. package/esm2022/lib/core/slots/router.directive.mjs +4 -4
  269. package/esm2022/lib/core/slots/router.service.mjs +6 -5
  270. package/esm2022/lib/core/slots/slots.component.mjs +26 -23
  271. package/esm2022/lib/core/sticky-toolbar.exp.mjs +9 -6
  272. package/esm2022/lib/core/tagging/documents.component.mjs +5 -5
  273. package/esm2022/lib/core/tagging/edit-input.component.mjs +17 -14
  274. package/esm2022/lib/core/tagging/emoji.component.mjs +4 -4
  275. package/esm2022/lib/core/tagging/tagging-item.directive.mjs +4 -4
  276. package/esm2022/lib/core/tagging/tagging.component-base.mjs +4 -4
  277. package/esm2022/lib/core/tagging/tagging.directive.mjs +5 -5
  278. package/esm2022/lib/core/tagging/tagging.pipe.mjs +4 -4
  279. package/esm2022/lib/core/tagging/users.component.mjs +5 -5
  280. package/esm2022/lib/core/translate.service.mjs +5 -4
  281. package/esm2022/lib/core/translations.mjs +8 -6
  282. package/esm2022/lib/core/virtual-tabs.component.exp.mjs +7 -7
  283. package/esm2022/lib/core/window-title.service.mjs +14 -6
  284. package/esm2022/lib/cube/accum/accum.component.mjs +4 -4
  285. package/esm2022/lib/cube/chart/chart.component.mjs +8 -7
  286. package/esm2022/lib/cube/cube-info.service.mjs +13 -10
  287. package/esm2022/lib/cube/cube-menu.component.mjs +5 -5
  288. package/esm2022/lib/cube/cube-view.component.mjs +5 -5
  289. package/esm2022/lib/cube/cube.service.mjs +21 -19
  290. package/esm2022/lib/cube/declarations.mjs +1 -1
  291. package/esm2022/lib/cube/explore/document-item.component.mjs +4 -4
  292. package/esm2022/lib/cube/explore/explore-item.component.mjs +4 -4
  293. package/esm2022/lib/cube/explore/explore-items.component.mjs +8 -8
  294. package/esm2022/lib/cube/explore/explore.pane.component.mjs +5 -5
  295. package/esm2022/lib/cube/explore/item-resolver.service.mjs +7 -7
  296. package/esm2022/lib/cube/explore/item.pane.component.mjs +5 -5
  297. package/esm2022/lib/cube/filter/filter-tags.component.exp.mjs +5 -5
  298. package/esm2022/lib/cube/filter/filter.component.mjs +14 -13
  299. package/esm2022/lib/cube/grid/grid.component.mjs +9 -8
  300. package/esm2022/lib/cube/matrix/matrix.base.mjs +20 -18
  301. package/esm2022/lib/cube/matrix/matrix.mobile.component.mjs +5 -5
  302. package/esm2022/lib/cube/matrix/matrix.pane.component.mjs +6 -6
  303. package/esm2022/lib/cube/matrix/popup.component.mjs +5 -5
  304. package/esm2022/lib/cube/matrix/table.component.mjs +10 -9
  305. package/esm2022/lib/cube/parallel/item.mjs +1 -2
  306. package/esm2022/lib/cube/parallel/parallel.component.mjs +5 -5
  307. package/esm2022/lib/cube/pivot/pivot.component.mjs +16 -7
  308. package/esm2022/lib/cube/spreadsheet/spreadsheet.component.mjs +6 -6
  309. package/esm2022/lib/cube/spreadsheet/spreadsheet.container.exp.mjs +4 -4
  310. package/esm2022/lib/cube/sum/sum.component.mjs +20 -19
  311. package/esm2022/lib/cube/view-base.mjs +5 -5
  312. package/esm2022/lib/cube/view.mobile.component.mjs +6 -6
  313. package/esm2022/lib/cube/view.pane.component.mjs +5 -5
  314. package/esm2022/lib/dashboard/actions/actions.widget.mjs +7 -6
  315. package/esm2022/lib/dashboard/cube/accum-cube.widget.mjs +4 -8
  316. package/esm2022/lib/dashboard/cube/compare.widget.mjs +5 -7
  317. package/esm2022/lib/dashboard/cube/cube-analysis.base.mjs +8 -6
  318. package/esm2022/lib/dashboard/cube/cube-analysis.widget.mjs +4 -4
  319. package/esm2022/lib/dashboard/cube/cube-chart.widget.mjs +5 -4
  320. package/esm2022/lib/dashboard/cube/document-state.widget.mjs +6 -5
  321. package/esm2022/lib/dashboard/cube/documents.widget.mjs +4 -4
  322. package/esm2022/lib/dashboard/cube/filter/filter.component.mjs +4 -4
  323. package/esm2022/lib/dashboard/dashboard.component.mjs +5 -5
  324. package/esm2022/lib/dashboard/dashboard.pane.component.mjs +4 -4
  325. package/esm2022/lib/dashboard/recents/recents.widget.mjs +13 -16
  326. package/esm2022/lib/dashboard/score/activity.widget.mjs +7 -6
  327. package/esm2022/lib/dashboard/score/compare-groups.widget.mjs +12 -5
  328. package/esm2022/lib/dashboard/score/peers-performance.widget.mjs +9 -8
  329. package/esm2022/lib/dashboard/score/pending-results.widget.mjs +5 -5
  330. package/esm2022/lib/dashboard/score/personal-score.widget.mjs +19 -18
  331. package/esm2022/lib/dashboard/widget-item.component.mjs +4 -4
  332. package/esm2022/lib/dashboard/widget-ref.mjs +1 -1
  333. package/esm2022/lib/designer.module.mjs +5 -5
  334. package/esm2022/lib/desktop.module.mjs +8 -12
  335. package/esm2022/lib/home/about/about.dialog.mjs +6 -6
  336. package/esm2022/lib/home/home-base.component.mjs +18 -10
  337. package/esm2022/lib/home/home.desktop.component.mjs +12 -22
  338. package/esm2022/lib/home/home.mobile.component.mjs +29 -32
  339. package/esm2022/lib/home/notifications/notifications.component.mjs +22 -24
  340. package/esm2022/lib/home/outofoffice/outofoffice.component.mjs +10 -10
  341. package/esm2022/lib/home/sign/sign.component.mjs +17 -21
  342. package/esm2022/lib/impersonate/impersonate.component.mjs +36 -34
  343. package/esm2022/lib/mobile.module.mjs +8 -11
  344. package/esm2022/lib/modules/chart.module.mjs +13 -11
  345. package/esm2022/lib/modules/circular-gauge.module.mjs +9 -7
  346. package/esm2022/lib/modules/date.adapter.mjs +1 -1
  347. package/esm2022/lib/modules/datepicker.intl.mjs +4 -4
  348. package/esm2022/lib/modules/dayjs.module.mjs +5 -5
  349. package/esm2022/lib/modules/diagram.module.mjs +9 -7
  350. package/esm2022/lib/modules/gantt.module.mjs +11 -9
  351. package/esm2022/lib/modules/grid.module.mjs +9 -7
  352. package/esm2022/lib/modules/linear-gauge.module.mjs +5 -5
  353. package/esm2022/lib/modules/material.module.mjs +5 -5
  354. package/esm2022/lib/modules/paginator.intl.mjs +4 -4
  355. package/esm2022/lib/modules/pivot.module.mjs +9 -7
  356. package/esm2022/lib/modules/schedule.module.mjs +9 -7
  357. package/esm2022/lib/modules/spreadsheet.module.mjs +5 -5
  358. package/esm2022/lib/modules/stepper.intl.mjs +4 -4
  359. package/esm2022/lib/modules/texteditor.module.mjs +7 -6
  360. package/esm2022/lib/notifications/filter.component.mjs +4 -4
  361. package/esm2022/lib/notifications/notifications-table.component.mjs +7 -8
  362. package/esm2022/lib/notifications/notifications.component-base.mjs +1 -1
  363. package/esm2022/lib/notifications/notifications.mobile.component.mjs +4 -4
  364. package/esm2022/lib/notifications/notifications.pane.component.mjs +4 -4
  365. package/esm2022/lib/notifications/notifications.service.mjs +13 -6
  366. package/esm2022/lib/notifications/types/commented.notification.mjs +17 -17
  367. package/esm2022/lib/notifications/types/cube-anomaly.notification.mjs +4 -4
  368. package/esm2022/lib/notifications/types/escalated.notification.mjs +4 -4
  369. package/esm2022/lib/notifications/types/invite.notification.mjs +4 -4
  370. package/esm2022/lib/notifications/types/liked.notification.mjs +17 -17
  371. package/esm2022/lib/notifications/types/long-running-task.notification.mjs +4 -4
  372. package/esm2022/lib/notifications/types/notification-base.mjs +4 -4
  373. package/esm2022/lib/notifications/types/nudge.notification.mjs +4 -4
  374. package/esm2022/lib/notifications/types/state-changed.notification.mjs +4 -4
  375. package/esm2022/lib/notifications/types/tagged.notification.mjs +7 -7
  376. package/esm2022/lib/notifications/types/text.notification.mjs +4 -4
  377. package/esm2022/lib/notifications/types/upcoming-event.notification.mjs +4 -4
  378. package/esm2022/lib/options/options.component.mjs +91 -49
  379. package/esm2022/lib/options/options.desktop.component.mjs +26 -0
  380. package/esm2022/lib/options/options.mobile.component.mjs +23 -0
  381. package/esm2022/lib/reports/arguments-component.mjs +4 -4
  382. package/esm2022/lib/reports/cube/documents.component.mjs +4 -4
  383. package/esm2022/lib/reports/cube/grid-documents.component.mjs +4 -4
  384. package/esm2022/lib/reports/cube/performance-hilo.component.mjs +5 -5
  385. package/esm2022/lib/reports/cube/performance-wind.component.mjs +4 -4
  386. package/esm2022/lib/reports/cube/table-documents.component.mjs +7 -6
  387. package/esm2022/lib/reports/cube/usage-args.component.mjs +6 -5
  388. package/esm2022/lib/reports/cube/usage-base.mjs +8 -8
  389. package/esm2022/lib/reports/cube/usage-chart.component.mjs +5 -5
  390. package/esm2022/lib/reports/cube/usage-pivot.component.mjs +5 -5
  391. package/esm2022/lib/reports/cube/usage.component.mjs +4 -4
  392. package/esm2022/lib/reports/report-ref.mjs +1 -1
  393. package/esm2022/lib/reports/report-viewer.component.mjs +5 -5
  394. package/esm2022/lib/reports/report.mobile.component.mjs +5 -5
  395. package/esm2022/lib/reports/report.pane.component.mjs +5 -5
  396. package/esm2022/lib/reports/reports-menu.component.mjs +5 -5
  397. package/esm2022/lib/reports/substitution/substitution.component.mjs +5 -5
  398. package/esm2022/lib/reports/table/table-view.component.mjs +5 -5
  399. package/esm2022/lib/reports/tasks/tasks.component.mjs +4 -4
  400. package/esm2022/lib/routes.desktop.mjs +24 -5
  401. package/esm2022/lib/routes.mobile.mjs +12 -2
  402. package/esm2022/lib/scheduler/schedule.component.mjs +5 -5
  403. package/esm2022/lib/scheduler/scheduler.mobile.component.mjs +4 -4
  404. package/esm2022/lib/scheduler/scheduler.pane.component.mjs +4 -4
  405. package/esm2022/lib/search/cube.component.mjs +8 -9
  406. package/esm2022/lib/search/declarations.mjs +1 -1
  407. package/esm2022/lib/search/document.component.mjs +4 -4
  408. package/esm2022/lib/search/guide.component.mjs +4 -4
  409. package/esm2022/lib/search/path.component.mjs +15 -15
  410. package/esm2022/lib/search/search.service.mjs +5 -5
  411. package/esm2022/lib/shared.module.mjs +17 -17
  412. package/esm2022/lib/system.module.mjs +5 -5
  413. package/esm2022/lib/views/cube/chart.component.mjs +5 -5
  414. package/esm2022/lib/views/cube/cube-base.mjs +4 -4
  415. package/esm2022/lib/views/cube/explore.component.mjs +6 -6
  416. package/esm2022/lib/views/cube/matrix.component.mjs +7 -7
  417. package/esm2022/lib/views/cube/parallel.component.mjs +5 -5
  418. package/esm2022/lib/views/cube/pivot.component.mjs +5 -5
  419. package/esm2022/lib/views/cube/sum.component.mjs +5 -5
  420. package/esm2022/lib/views/cube/view.component.mjs +7 -7
  421. package/esm2022/lib/views/document-view-ref.mjs +1 -1
  422. package/esm2022/lib/views/timeline/timeline.component.mjs +7 -8
  423. package/esm2022/lib/views/view-item.component.mjs +4 -4
  424. package/esm2022/lib/views/views.component.mjs +5 -5
  425. package/esm2022/lib/views/views.mobile.component.mjs +6 -6
  426. package/esm2022/lib/views/views.pane.component.mjs +8 -8
  427. package/esm2022/public-api.mjs +4 -3
  428. package/fesm2022/bizdoc-core.mjs +3819 -3701
  429. package/fesm2022/bizdoc-core.mjs.map +1 -1
  430. package/lib/admin/architecture/cube-axes-filter.component.d.ts +4 -1
  431. package/lib/admin/architecture/declarations.d.ts +14 -9
  432. package/lib/admin/architecture/designer-element.component.d.ts +1 -0
  433. package/lib/admin/architecture/designer-privileges.component.d.ts +4 -2
  434. package/lib/admin/architecture/designer.base.d.ts +1 -4
  435. package/lib/admin/architecture/designer.component.d.ts +3 -3
  436. package/lib/admin/architecture/elements/action.component.d.ts +13 -13
  437. package/lib/admin/architecture/elements/analysis-view.component.d.ts +8 -8
  438. package/lib/admin/architecture/elements/analysis-widget.component.d.ts +7 -7
  439. package/lib/admin/architecture/elements/anomaly-rule.component.d.ts +3 -3
  440. package/lib/admin/architecture/elements/attribute.component.d.ts +1 -1
  441. package/lib/admin/architecture/elements/box-form.component.d.ts +5 -5
  442. package/lib/admin/architecture/elements/configuration-datasource.component.d.ts +1 -1
  443. package/lib/admin/architecture/elements/control.component.d.ts +1 -2
  444. package/lib/admin/architecture/elements/cube-index-utility.component.d.ts +3 -4
  445. package/lib/admin/architecture/elements/cube-view.component.d.ts +4 -4
  446. package/lib/admin/architecture/elements/cube.component.d.ts +9 -10
  447. package/lib/admin/architecture/elements/document-state-widget.component.d.ts +3 -6
  448. package/lib/admin/architecture/elements/documents-report.component.d.ts +4 -5
  449. package/lib/admin/architecture/elements/documents-widget.component.d.ts +5 -5
  450. package/lib/admin/architecture/elements/explore-view.component.d.ts +4 -4
  451. package/lib/admin/architecture/elements/folder.component.d.ts +2 -2
  452. package/lib/admin/architecture/elements/form-invite.dialog.d.ts +7 -7
  453. package/lib/admin/architecture/elements/form.component.d.ts +10 -9
  454. package/lib/admin/architecture/elements/guide.component.d.ts +1 -1
  455. package/lib/admin/architecture/elements/matrix-view.component.d.ts +16 -16
  456. package/lib/admin/architecture/elements/parallel-view.component.d.ts +9 -10
  457. package/lib/admin/architecture/elements/performance-report.component.d.ts +2 -3
  458. package/lib/admin/architecture/elements/performance-widget.component.d.ts +4 -5
  459. package/lib/admin/architecture/elements/pivot-view.component.d.ts +9 -10
  460. package/lib/admin/architecture/elements/report.component.d.ts +1 -1
  461. package/lib/admin/architecture/elements/return-to-role-action.component.d.ts +1 -1
  462. package/lib/admin/architecture/elements/role.component.d.ts +4 -4
  463. package/lib/admin/architecture/elements/source.component.d.ts +2 -3
  464. package/lib/admin/architecture/elements/state.component.d.ts +4 -4
  465. package/lib/admin/architecture/elements/sum-view.component.d.ts +7 -8
  466. package/lib/admin/architecture/elements/tasks-report.component.d.ts +4 -4
  467. package/lib/admin/architecture/elements/type.component.d.ts +8 -4
  468. package/lib/admin/architecture/elements/usage-report.component.d.ts +7 -7
  469. package/lib/admin/architecture/elements/widget.component.d.ts +1 -1
  470. package/lib/admin/architecture/icon-picker.component.d.ts +5 -3
  471. package/lib/admin/core/ace.input.d.ts +2 -5
  472. package/lib/admin/core/localized-string.component.d.ts +3 -2
  473. package/lib/admin/document-trace/document-trace.component.d.ts +6 -5
  474. package/lib/admin/document-trace/reassign.dialog.d.ts +2 -2
  475. package/lib/admin/document-trace/timeline.d.ts +2 -2
  476. package/lib/admin/form/designer/box-designer.component.d.ts +11 -11
  477. package/lib/admin/form/designer/section.component.d.ts +5 -5
  478. package/lib/admin/form/workflow/node-ref.d.ts +1 -1
  479. package/lib/admin/form/workflow/node.component.d.ts +3 -2
  480. package/lib/admin/form/workflow/role-node.component.d.ts +11 -11
  481. package/lib/admin/form/workflow/workflow.component.d.ts +5 -4
  482. package/lib/admin/indices/manage-cube-index.component.d.ts +3 -3
  483. package/lib/admin/patterns/patterns.component.d.ts +2 -2
  484. package/lib/admin/positions/positions-popup.component.d.ts +1 -1
  485. package/lib/admin/positions/positions.component.d.ts +6 -6
  486. package/lib/admin/profiler/outofoffice.component.d.ts +15 -15
  487. package/lib/admin/profiler/profiler.component.d.ts +3 -3
  488. package/lib/admin/system.service.d.ts +11 -12
  489. package/lib/admin/utility-ref.d.ts +2 -2
  490. package/lib/browse/browse-items.component.d.ts +6 -7
  491. package/lib/browse/browse.mobile.component.d.ts +2 -2
  492. package/lib/browse/browse.pane.component.d.ts +2 -2
  493. package/lib/browse/filter/filter.component.d.ts +10 -11
  494. package/lib/chat/chat-info.d.ts +1 -1
  495. package/lib/chat/chat.service.d.ts +1 -1
  496. package/lib/chat/conversation.component.d.ts +2 -2
  497. package/lib/compose/action/action.base.d.ts +2 -1
  498. package/lib/compose/action/assign-action.component.d.ts +5 -5
  499. package/lib/compose/action/moveto-action.component.d.ts +3 -3
  500. package/lib/compose/action/return-action.component.d.ts +4 -4
  501. package/lib/compose/box/box.component.d.ts +1 -1
  502. package/lib/compose/comments/comments.component.d.ts +4 -4
  503. package/lib/compose/compose.mobile.component.d.ts +5 -5
  504. package/lib/compose/compose.pane.component.d.ts +3 -3
  505. package/lib/compose/copy/copy.dialog.d.ts +1 -1
  506. package/lib/compose/form-ref.d.ts +5 -5
  507. package/lib/compose/form.component.d.ts +36 -2
  508. package/lib/compose/new-menu.component.d.ts +2 -1
  509. package/lib/compose/privilage.directive.d.ts +1 -1
  510. package/lib/compose/tag/tags.component.d.ts +1 -1
  511. package/lib/compose/trace/flow.component.d.ts +1 -0
  512. package/lib/compose/trace/people.component.d.ts +5 -2
  513. package/lib/compose/trace/trace.base.d.ts +1 -1
  514. package/lib/compose/version-compare/version-compare.directive.d.ts +1 -1
  515. package/lib/core/account.service.d.ts +1 -1
  516. package/lib/core/authentication.d.ts +1 -1
  517. package/lib/core/avatar/avatar.component.d.ts +14 -11
  518. package/lib/core/base.d.ts +9 -9
  519. package/lib/core/datasource.service.d.ts +1 -1
  520. package/lib/core/document-factory.service.d.ts +0 -1
  521. package/lib/core/fields/address.designer.d.ts +3 -3
  522. package/lib/core/fields/address.field.d.ts +1 -1
  523. package/lib/core/fields/autocomplete.field.d.ts +5 -5
  524. package/lib/core/fields/axes-picker.designer.d.ts +3 -3
  525. package/lib/core/fields/axes-picker.field.d.ts +1 -1
  526. package/lib/core/fields/checkbox.designer.d.ts +2 -2
  527. package/lib/core/fields/checkbox.field.d.ts +1 -1
  528. package/lib/core/fields/checklist.designer.d.ts +4 -4
  529. package/lib/core/fields/checklist.field.d.ts +1 -2
  530. package/lib/core/fields/date-range.designer.d.ts +6 -6
  531. package/lib/core/fields/date-range.field.d.ts +2 -2
  532. package/lib/core/fields/date.designer.d.ts +5 -5
  533. package/lib/core/fields/file.designer.d.ts +3 -3
  534. package/lib/core/fields/html.designer.d.ts +4 -4
  535. package/lib/core/fields/input.designer.d.ts +8 -9
  536. package/lib/core/fields/numeric.designer.d.ts +7 -7
  537. package/lib/core/fields/options.base.d.ts +1 -1
  538. package/lib/core/fields/radio-button.designer.d.ts +3 -3
  539. package/lib/core/fields/radio-button.field.d.ts +2 -3
  540. package/lib/core/fields/select.designer.d.ts +5 -5
  541. package/lib/core/fields/select.field.d.ts +1 -2
  542. package/lib/core/fields/signature.designer.d.ts +2 -2
  543. package/lib/core/fields/switch.field.d.ts +1 -1
  544. package/lib/core/fields/textarea.designer.d.ts +6 -6
  545. package/lib/core/fields/time.designer.d.ts +5 -5
  546. package/lib/core/fields/yesno.designer.d.ts +3 -3
  547. package/lib/core/fields/yesno.field.d.ts +1 -1
  548. package/lib/core/firebase.service.d.ts +1 -1
  549. package/lib/core/functions.d.ts +7 -4
  550. package/lib/core/guide/help-tip.component.d.ts +1 -1
  551. package/lib/core/http.interceptor.d.ts +1 -1
  552. package/lib/core/hub.service.d.ts +2 -2
  553. package/lib/core/inputs/address.input.d.ts +5 -4
  554. package/lib/core/inputs/auto-complete.input.d.ts +4 -4
  555. package/lib/core/inputs/combination-picker-body.d.ts +2 -2
  556. package/lib/core/inputs/file.input.d.ts +4 -4
  557. package/lib/core/inputs/time-picker.d.ts +2 -2
  558. package/lib/core/inputs/timespan.input.d.ts +7 -7
  559. package/lib/core/{lottie-animation.d.ts → lottie-animation.exp.d.ts} +0 -1
  560. package/lib/core/mailbox.service.d.ts +2 -3
  561. package/lib/core/models.d.ts +6 -5
  562. package/lib/core/pipes/filter.pipe.d.ts +7 -0
  563. package/lib/core/pipes/localized-string.pipe.d.ts +1 -1
  564. package/lib/core/pipes/sort.pipe.d.ts +1 -6
  565. package/lib/core/pipes/time-ago.pipe.d.ts +1 -1
  566. package/lib/core/pipes/user-name.pipe.d.ts +1 -1
  567. package/lib/core/popup/popup-ref.d.ts +4 -4
  568. package/lib/core/popup/tooltip.directive.d.ts +2 -3
  569. package/lib/core/router.d.ts +3 -3
  570. package/lib/core/session.service.d.ts +10 -7
  571. package/lib/core/slots/pane-ref.d.ts +18 -18
  572. package/lib/core/slots/router.directive.d.ts +2 -2
  573. package/lib/core/slots/router.service.d.ts +3 -3
  574. package/lib/core/slots/slots.component.d.ts +3 -3
  575. package/lib/core/sticky-toolbar.exp.d.ts +1 -0
  576. package/lib/core/tagging/edit-input.component.d.ts +5 -5
  577. package/lib/core/tagging/emoji.component.d.ts +1 -1
  578. package/lib/core/tagging/tagging.component-base.d.ts +1 -1
  579. package/lib/core/tagging/tagging.directive.d.ts +1 -1
  580. package/lib/core/tagging/tagging.pipe.d.ts +1 -1
  581. package/lib/core/translate.service.d.ts +2 -2
  582. package/lib/core/translations.d.ts +2 -1049
  583. package/lib/core/virtual-tabs.component.exp.d.ts +2 -2
  584. package/lib/core/window-title.service.d.ts +2 -1
  585. package/lib/cube/accum/accum.component.d.ts +1 -1
  586. package/lib/cube/chart/chart.component.d.ts +5 -5
  587. package/lib/cube/cube-info.service.d.ts +1 -1
  588. package/lib/cube/cube.service.d.ts +2 -2
  589. package/lib/cube/declarations.d.ts +3 -3
  590. package/lib/cube/explore/explore-items.component.d.ts +2 -2
  591. package/lib/cube/filter/filter.component.d.ts +1 -1
  592. package/lib/cube/grid/grid.component.d.ts +4 -4
  593. package/lib/cube/matrix/matrix.base.d.ts +9 -8
  594. package/lib/cube/matrix/matrix.pane.component.d.ts +2 -1
  595. package/lib/cube/matrix/table.component.d.ts +3 -3
  596. package/lib/cube/pivot/pivot.component.d.ts +6 -7
  597. package/lib/cube/spreadsheet/spreadsheet.component.d.ts +3 -3
  598. package/lib/cube/sum/sum.component.d.ts +5 -5
  599. package/lib/cube/view-base.d.ts +3 -2
  600. package/lib/cube/view.mobile.component.d.ts +1 -1
  601. package/lib/dashboard/cube/accum-cube.widget.d.ts +0 -1
  602. package/lib/dashboard/cube/cube-analysis.base.d.ts +9 -6
  603. package/lib/dashboard/cube/filter/filter.component.d.ts +3 -2
  604. package/lib/dashboard/recents/recents.widget.d.ts +5 -6
  605. package/lib/dashboard/score/activity.widget.d.ts +1 -0
  606. package/lib/dashboard/score/peers-performance.widget.d.ts +1 -0
  607. package/lib/dashboard/score/personal-score.widget.d.ts +2 -4
  608. package/lib/desktop.module.d.ts +5 -6
  609. package/lib/home/about/about.dialog.d.ts +2 -2
  610. package/lib/home/home-base.component.d.ts +2 -0
  611. package/lib/home/home.desktop.component.d.ts +6 -9
  612. package/lib/home/home.mobile.component.d.ts +4 -6
  613. package/lib/home/notifications/notifications.component.d.ts +3 -5
  614. package/lib/home/outofoffice/outofoffice.component.d.ts +3 -3
  615. package/lib/home/sign/sign.component.d.ts +4 -2
  616. package/lib/impersonate/impersonate.component.d.ts +11 -12
  617. package/lib/mobile.module.d.ts +3 -3
  618. package/lib/modules/chart.module.d.ts +1 -0
  619. package/lib/modules/circular-gauge.module.d.ts +1 -0
  620. package/lib/modules/diagram.module.d.ts +1 -0
  621. package/lib/modules/gantt.module.d.ts +1 -0
  622. package/lib/modules/grid.module.d.ts +1 -0
  623. package/lib/modules/pivot.module.d.ts +1 -0
  624. package/lib/modules/schedule.module.d.ts +1 -0
  625. package/lib/notifications/filter.component.d.ts +2 -2
  626. package/lib/options/options.component.d.ts +54 -31
  627. package/lib/options/options.desktop.component.d.ts +10 -0
  628. package/lib/options/options.mobile.component.d.ts +9 -0
  629. package/lib/reports/arguments-component.d.ts +2 -2
  630. package/lib/reports/cube/performance-hilo.component.d.ts +1 -1
  631. package/lib/reports/cube/performance-wind.component.d.ts +2 -2
  632. package/lib/reports/cube/usage-args.component.d.ts +3 -1
  633. package/lib/reports/cube/usage-base.d.ts +9 -7
  634. package/lib/reports/cube/usage-pivot.component.d.ts +1 -1
  635. package/lib/reports/report.mobile.component.d.ts +3 -1
  636. package/lib/search/cube.component.d.ts +1 -1
  637. package/lib/search/declarations.d.ts +2 -2
  638. package/lib/shared.module.d.ts +154 -153
  639. package/lib/views/cube/chart.component.d.ts +2 -2
  640. package/lib/views/cube/cube-base.d.ts +6 -6
  641. package/lib/views/cube/sum.component.d.ts +2 -2
  642. package/lib/views/timeline/timeline.component.d.ts +3 -2
  643. package/lib/views/views.component.d.ts +1 -1
  644. package/package.json +7 -7
  645. package/public-api.d.ts +3 -2
  646. package/assets/themes/readme.md +0 -0
  647. package/esm2022/lib/core/lottie-animation.mjs +0 -48
  648. package/esm2022/lib/home/options/options.component.mjs +0 -97
  649. package/esm2022/lib/options/options.service.mjs +0 -42
  650. package/lib/home/options/options.component.d.ts +0 -45
  651. package/lib/options/options.service.d.ts +0 -14
@@ -1,1053 +1,6 @@
1
1
  export declare const L18N_STRINGS: {
2
- en: {
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
- de: {};
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
  };