@bizdoc/core 1.17.2 → 1.17.7

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 (413) hide show
  1. package/assets/themes/brown.min.css +1 -1
  2. package/assets/themes/dark.min.css +1 -1
  3. package/assets/themes/deep-purple-light-blue.min.css +1 -1
  4. package/assets/themes/deep-purple-teal.min.css +1 -1
  5. package/assets/themes/default.min.css +1 -1
  6. package/assets/themes/green.min.css +1 -1
  7. package/assets/themes/indigo.min.css +1 -1
  8. package/esm2020/lib/admin/admin-dismiss.service.mjs +3 -3
  9. package/esm2020/lib/admin/admin-menu.component.mjs +3 -3
  10. package/esm2020/lib/admin/architecture/cube-axes-filter.component.mjs +14 -15
  11. package/esm2020/lib/admin/architecture/declarations.mjs +11 -4
  12. package/esm2020/lib/admin/architecture/designer-element.component.mjs +19 -19
  13. package/esm2020/lib/admin/architecture/designer-privileges.component.mjs +15 -11
  14. package/esm2020/lib/admin/architecture/designer.base.mjs +11 -10
  15. package/esm2020/lib/admin/architecture/designer.component.mjs +25 -20
  16. package/esm2020/lib/admin/architecture/elements/action.component.mjs +5 -5
  17. package/esm2020/lib/admin/architecture/elements/analysis-view.component.mjs +7 -6
  18. package/esm2020/lib/admin/architecture/elements/analysis-widget.component.mjs +7 -6
  19. package/esm2020/lib/admin/architecture/elements/anomaly-rule.component.mjs +3 -3
  20. package/esm2020/lib/admin/architecture/elements/attribute.component.mjs +7 -6
  21. package/esm2020/lib/admin/architecture/elements/box-form.component.mjs +3 -3
  22. package/esm2020/lib/admin/architecture/elements/configuration-datasource.component.mjs +3 -3
  23. package/esm2020/lib/admin/architecture/elements/control.component.mjs +3 -3
  24. package/esm2020/lib/admin/architecture/elements/cube-index-utility.component.mjs +7 -6
  25. package/esm2020/lib/admin/architecture/elements/cube-view.component.mjs +7 -6
  26. package/esm2020/lib/admin/architecture/elements/cube.component.mjs +24 -25
  27. package/esm2020/lib/admin/architecture/elements/documents-report.component.mjs +7 -6
  28. package/esm2020/lib/admin/architecture/elements/documents-widget.component.mjs +7 -6
  29. package/esm2020/lib/admin/architecture/elements/explore-view.component.mjs +7 -6
  30. package/esm2020/lib/admin/architecture/elements/feedback-widget.component.mjs +9 -8
  31. package/esm2020/lib/admin/architecture/elements/folder.component.mjs +7 -6
  32. package/esm2020/lib/admin/architecture/elements/form-invite.dialog.mjs +44 -33
  33. package/esm2020/lib/admin/architecture/elements/form.component.mjs +39 -25
  34. package/esm2020/lib/admin/architecture/elements/guide.component.mjs +3 -3
  35. package/esm2020/lib/admin/architecture/elements/matrix-view.component.mjs +7 -6
  36. package/esm2020/lib/admin/architecture/elements/node.component.mjs +3 -3
  37. package/esm2020/lib/admin/architecture/elements/parallel-view.component.mjs +7 -6
  38. package/esm2020/lib/admin/architecture/elements/performance-report.component.mjs +7 -6
  39. package/esm2020/lib/admin/architecture/elements/performance-widget.component.mjs +7 -6
  40. package/esm2020/lib/admin/architecture/elements/pivot-view.component.mjs +7 -6
  41. package/esm2020/lib/admin/architecture/elements/policy.component.mjs +3 -3
  42. package/esm2020/lib/admin/architecture/elements/report.component.mjs +7 -6
  43. package/esm2020/lib/admin/architecture/elements/return-to-role-action.component.mjs +3 -3
  44. package/esm2020/lib/admin/architecture/elements/role.component.mjs +3 -3
  45. package/esm2020/lib/admin/architecture/elements/rule.component.mjs +3 -3
  46. package/esm2020/lib/admin/architecture/elements/state.component.mjs +5 -5
  47. package/esm2020/lib/admin/architecture/elements/sum-view.component.mjs +7 -6
  48. package/esm2020/lib/admin/architecture/elements/tasks-report.component.mjs +7 -6
  49. package/esm2020/lib/admin/architecture/elements/type.component.mjs +3 -3
  50. package/esm2020/lib/admin/architecture/elements/usage-report.component.mjs +7 -6
  51. package/esm2020/lib/admin/architecture/elements/utility.component.mjs +3 -3
  52. package/esm2020/lib/admin/architecture/elements/view.component.mjs +3 -3
  53. package/esm2020/lib/admin/architecture/elements/widget.component.mjs +7 -6
  54. package/esm2020/lib/admin/architecture/icon-picker.component.mjs +3 -3
  55. package/esm2020/lib/admin/core/ace.input.mjs +3 -3
  56. package/esm2020/lib/admin/core/color-picker.input.mjs +3 -3
  57. package/esm2020/lib/admin/core/localized-string.component.mjs +7 -6
  58. package/esm2020/lib/admin/core/search.input.mjs +3 -3
  59. package/esm2020/lib/admin/diff/configuration-diff.component.mjs +19 -20
  60. package/esm2020/lib/admin/document-trace/document-trace.component.mjs +24 -25
  61. package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +13 -14
  62. package/esm2020/lib/admin/document-trace/trace-element.component.mjs +14 -15
  63. package/esm2020/lib/admin/form/designer/box-designer.component.mjs +9 -10
  64. package/esm2020/lib/admin/form/designer/properties.component.mjs +6 -5
  65. package/esm2020/lib/admin/form/designer/section.component.mjs +5 -5
  66. package/esm2020/lib/admin/form/designer/settings.component.mjs +3 -3
  67. package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
  68. package/esm2020/lib/admin/form/workflow/node.component.mjs +11 -12
  69. package/esm2020/lib/admin/form/workflow/role-node.component.mjs +17 -18
  70. package/esm2020/lib/admin/form/workflow/workflow.component.mjs +12 -14
  71. package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +3 -3
  72. package/esm2020/lib/admin/patterns/patterns.component.mjs +23 -24
  73. package/esm2020/lib/admin/permissions/permissions.component.mjs +3 -3
  74. package/esm2020/lib/admin/positions/positions-popup.component.mjs +3 -3
  75. package/esm2020/lib/admin/positions/positions.component.mjs +24 -25
  76. package/esm2020/lib/admin/profiler/outofoffice.component.mjs +16 -17
  77. package/esm2020/lib/admin/profiler/profiler.component.mjs +20 -21
  78. package/esm2020/lib/admin/system.service.mjs +4 -4
  79. package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
  80. package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
  81. package/esm2020/lib/app.component.mjs +6 -6
  82. package/esm2020/lib/bizdoc.module.mjs +4 -4
  83. package/esm2020/lib/browse/browse-items.component.mjs +24 -25
  84. package/esm2020/lib/browse/browse.mobile.component.mjs +17 -18
  85. package/esm2020/lib/browse/browse.pane.component.mjs +15 -16
  86. package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +15 -16
  87. package/esm2020/lib/browse/filter/filter.component.mjs +15 -16
  88. package/esm2020/lib/browse/folders-menu.component.mjs +3 -3
  89. package/esm2020/lib/chat/chat-info.mjs +3 -3
  90. package/esm2020/lib/chat/chat.mobile.component.mjs +7 -8
  91. package/esm2020/lib/chat/chat.service.mjs +3 -3
  92. package/esm2020/lib/chat/contacts.component.mjs +6 -6
  93. package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
  94. package/esm2020/lib/chat/conversation.component.mjs +3 -3
  95. package/esm2020/lib/chat/conversation.pane.component.mjs +3 -3
  96. package/esm2020/lib/compose/action/action-picker.component.mjs +3 -3
  97. package/esm2020/lib/compose/action/action.dialog.mjs +10 -11
  98. package/esm2020/lib/compose/action/action.pane.dialog.exp.mjs +3 -3
  99. package/esm2020/lib/compose/action/assign-action.component.mjs +12 -13
  100. package/esm2020/lib/compose/action/moveto-action.component.mjs +14 -15
  101. package/esm2020/lib/compose/action/return-action.component.mjs +12 -13
  102. package/esm2020/lib/compose/attachments/attachments.component.mjs +3 -3
  103. package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +10 -11
  104. package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
  105. package/esm2020/lib/compose/box/box.component.mjs +9 -10
  106. package/esm2020/lib/compose/box/control.component.mjs +3 -3
  107. package/esm2020/lib/compose/box/row.component.mjs +3 -3
  108. package/esm2020/lib/compose/can-deactivate-changes.service.mjs +3 -3
  109. package/esm2020/lib/compose/comments/comment.component.mjs +16 -17
  110. package/esm2020/lib/compose/comments/comments.component.mjs +10 -11
  111. package/esm2020/lib/compose/comments/comments.pane.component.mjs +3 -3
  112. package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
  113. package/esm2020/lib/compose/comments/edits.component.mjs +3 -3
  114. package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
  115. package/esm2020/lib/compose/comments/votes.component.mjs +3 -3
  116. package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
  117. package/esm2020/lib/compose/compose.mobile.component.mjs +3 -3
  118. package/esm2020/lib/compose/compose.pane.component.mjs +3 -3
  119. package/esm2020/lib/compose/copy/copy.dialog.mjs +3 -3
  120. package/esm2020/lib/compose/dismiss.service.mjs +3 -3
  121. package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
  122. package/esm2020/lib/compose/document.component.mjs +3 -3
  123. package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
  124. package/esm2020/lib/compose/document.pane.component.mjs +3 -3
  125. package/esm2020/lib/compose/events/events.component.mjs +3 -3
  126. package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
  127. package/esm2020/lib/compose/form.component.mjs +3 -3
  128. package/esm2020/lib/compose/new-menu.component.mjs +3 -3
  129. package/esm2020/lib/compose/privilage.directive.mjs +6 -6
  130. package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
  131. package/esm2020/lib/compose/state.component.mjs +3 -3
  132. package/esm2020/lib/compose/tag/tags.component.mjs +3 -3
  133. package/esm2020/lib/compose/trace/flow.component.mjs +3 -3
  134. package/esm2020/lib/compose/trace/people.component.mjs +3 -3
  135. package/esm2020/lib/compose/trace/trace.base.mjs +3 -3
  136. package/esm2020/lib/compose/trace/trace.component.mjs +3 -3
  137. package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
  138. package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
  139. package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
  140. package/esm2020/lib/compose/version-compare/version.pane.component.mjs +3 -3
  141. package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
  142. package/esm2020/lib/core/account.service.mjs +3 -3
  143. package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
  144. package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
  145. package/esm2020/lib/core/checkbox.mjs +3 -3
  146. package/esm2020/lib/core/component-factory-resolver.mjs +3 -3
  147. package/esm2020/lib/core/datasource.service.mjs +3 -3
  148. package/esm2020/lib/core/fields/address.designer.mjs +3 -3
  149. package/esm2020/lib/core/fields/address.field.mjs +3 -3
  150. package/esm2020/lib/core/fields/autocomplete.field.mjs +10 -10
  151. package/esm2020/lib/core/fields/checkbox.designer.mjs +3 -3
  152. package/esm2020/lib/core/fields/checkbox.field.mjs +3 -3
  153. package/esm2020/lib/core/fields/checklist.designer.mjs +3 -3
  154. package/esm2020/lib/core/fields/checklist.field.mjs +6 -5
  155. package/esm2020/lib/core/fields/date-range.designer.mjs +3 -3
  156. package/esm2020/lib/core/fields/date-range.field.mjs +3 -3
  157. package/esm2020/lib/core/fields/date.designer.mjs +3 -3
  158. package/esm2020/lib/core/fields/date.field.mjs +3 -3
  159. package/esm2020/lib/core/fields/expression.field.mjs +3 -3
  160. package/esm2020/lib/core/fields/file.designer.mjs +3 -3
  161. package/esm2020/lib/core/fields/file.field.mjs +3 -3
  162. package/esm2020/lib/core/fields/html.designer.mjs +3 -3
  163. package/esm2020/lib/core/fields/html.field.mjs +3 -3
  164. package/esm2020/lib/core/fields/input.designer.mjs +3 -3
  165. package/esm2020/lib/core/fields/input.field.mjs +3 -3
  166. package/esm2020/lib/core/fields/localized-string.field.mjs +21 -0
  167. package/esm2020/lib/core/fields/numeric.designer.mjs +3 -3
  168. package/esm2020/lib/core/fields/numeric.field.mjs +3 -3
  169. package/esm2020/lib/core/fields/options.base.mjs +8 -8
  170. package/esm2020/lib/core/fields/options.component.mjs +3 -3
  171. package/esm2020/lib/core/fields/radio-button.designer.mjs +9 -7
  172. package/esm2020/lib/core/fields/radio-button.field.mjs +3 -3
  173. package/esm2020/lib/core/fields/select.designer.mjs +9 -8
  174. package/esm2020/lib/core/fields/select.field.mjs +6 -13
  175. package/esm2020/lib/core/fields/signature.designer.mjs +6 -4
  176. package/esm2020/lib/core/fields/signature.field.mjs +5 -5
  177. package/esm2020/lib/core/fields/switch.field.mjs +3 -3
  178. package/esm2020/lib/core/fields/textarea.designer.mjs +3 -3
  179. package/esm2020/lib/core/fields/textarea.field.mjs +3 -3
  180. package/esm2020/lib/core/fields/timespan.field.mjs +3 -3
  181. package/esm2020/lib/core/fields/yesno.designer.mjs +9 -8
  182. package/esm2020/lib/core/fields/yesno.field.mjs +3 -3
  183. package/esm2020/lib/core/guide/guide.component.mjs +9 -10
  184. package/esm2020/lib/core/guide/guide.service.mjs +3 -3
  185. package/esm2020/lib/core/guide/help-tip.component.mjs +11 -12
  186. package/esm2020/lib/core/http.interceptor.mjs +3 -3
  187. package/esm2020/lib/core/hub.service.mjs +3 -3
  188. package/esm2020/lib/core/identity/identity.component.mjs +3 -3
  189. package/esm2020/lib/core/info/attachment-info.service.mjs +3 -3
  190. package/esm2020/lib/core/info/document-info.service.mjs +3 -3
  191. package/esm2020/lib/core/info/location-info.component.mjs +3 -3
  192. package/esm2020/lib/core/info/map-info.mjs +3 -3
  193. package/esm2020/lib/core/inputs/address.input.mjs +3 -3
  194. package/esm2020/lib/core/inputs/auto-complete.input.mjs +3 -3
  195. package/esm2020/lib/core/inputs/combination-picker-body.mjs +3 -3
  196. package/esm2020/lib/core/inputs/combination-picker.mjs +3 -3
  197. package/esm2020/lib/core/inputs/combination-pool.mjs +3 -3
  198. package/esm2020/lib/core/inputs/file.input.mjs +3 -3
  199. package/esm2020/lib/core/inputs/select.input.mjs +3 -3
  200. package/esm2020/lib/core/inputs/signature.input.mjs +3 -3
  201. package/esm2020/lib/core/inputs/time-picker.mjs +3 -3
  202. package/esm2020/lib/core/inputs/timespan.input.mjs +3 -3
  203. package/esm2020/lib/core/layout.component.mjs +9 -5
  204. package/esm2020/lib/core/lottie-animation.mjs +3 -3
  205. package/esm2020/lib/core/mailbox.service.mjs +3 -3
  206. package/esm2020/lib/core/models.mjs +2 -1
  207. package/esm2020/lib/core/none.component.mjs +3 -3
  208. package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
  209. package/esm2020/lib/core/pipes/calendar.pipe.mjs +3 -3
  210. package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
  211. package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
  212. package/esm2020/lib/core/pipes/difference.pipe.mjs +3 -3
  213. package/esm2020/lib/core/pipes/duration-format.pipe.mjs +3 -3
  214. package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
  215. package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
  216. package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
  217. package/esm2020/lib/core/pipes/localized-string.pipe.mjs +3 -3
  218. package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
  219. package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
  220. package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
  221. package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
  222. package/esm2020/lib/core/pipes/time-ago.pipe.mjs +6 -6
  223. package/esm2020/lib/core/pipes/translate.pipe.mjs +9 -9
  224. package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
  225. package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
  226. package/esm2020/lib/core/popup/popup.component.mjs +3 -3
  227. package/esm2020/lib/core/popup/popup.service.mjs +3 -3
  228. package/esm2020/lib/core/popup/tooltip.directive.mjs +6 -6
  229. package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +3 -3
  230. package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
  231. package/esm2020/lib/core/prompt.service.mjs +3 -3
  232. package/esm2020/lib/core/router.mjs +6 -6
  233. package/esm2020/lib/core/save-changes.dialog.mjs +3 -3
  234. package/esm2020/lib/core/session.service.mjs +3 -3
  235. package/esm2020/lib/core/slots/router.directive.mjs +3 -3
  236. package/esm2020/lib/core/slots/router.service.mjs +3 -3
  237. package/esm2020/lib/core/slots/slots.component.mjs +5 -5
  238. package/esm2020/lib/core/tagging/documents.component.mjs +3 -3
  239. package/esm2020/lib/core/tagging/edit-input.component.mjs +14 -15
  240. package/esm2020/lib/core/tagging/emoji.component.mjs +3 -3
  241. package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
  242. package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
  243. package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
  244. package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
  245. package/esm2020/lib/core/tagging/users.component.mjs +3 -3
  246. package/esm2020/lib/core/translate.service.mjs +3 -3
  247. package/esm2020/lib/core/translations.mjs +29 -114
  248. package/esm2020/lib/core/window-title.service.mjs +3 -3
  249. package/esm2020/lib/cube/accum/accum.component.mjs +3 -3
  250. package/esm2020/lib/cube/chart/chart.component.mjs +3 -3
  251. package/esm2020/lib/cube/cube-info.service.mjs +3 -3
  252. package/esm2020/lib/cube/cube-menu.component.mjs +3 -3
  253. package/esm2020/lib/cube/cube-view.component.mjs +3 -3
  254. package/esm2020/lib/cube/cube.service.mjs +3 -3
  255. package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
  256. package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
  257. package/esm2020/lib/cube/explore/explore-items.component.mjs +3 -3
  258. package/esm2020/lib/cube/explore/explore.pane.component.mjs +3 -3
  259. package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
  260. package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
  261. package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
  262. package/esm2020/lib/cube/filter/filter.component.mjs +14 -15
  263. package/esm2020/lib/cube/grid/grid.component.mjs +3 -3
  264. package/esm2020/lib/cube/grid/spreadsheet.component.mjs +3 -3
  265. package/esm2020/lib/cube/matrix/matrix.base.mjs +3 -3
  266. package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +3 -3
  267. package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +3 -3
  268. package/esm2020/lib/cube/matrix/popup.component.mjs +3 -3
  269. package/esm2020/lib/cube/matrix/table.component.mjs +3 -3
  270. package/esm2020/lib/cube/parallel/parallel.component.mjs +3 -3
  271. package/esm2020/lib/cube/pivot/pivot.component.mjs +3 -3
  272. package/esm2020/lib/cube/sum/sum.component.mjs +3 -3
  273. package/esm2020/lib/cube/view-base.mjs +3 -3
  274. package/esm2020/lib/cube/view.mobile.component.mjs +3 -3
  275. package/esm2020/lib/cube/view.pane.component.mjs +3 -3
  276. package/esm2020/lib/dashboard/actions/actions.widget.mjs +3 -3
  277. package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +3 -3
  278. package/esm2020/lib/dashboard/cube/compare.widget.mjs +3 -3
  279. package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +46 -21
  280. package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +4 -4
  281. package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +6 -5
  282. package/esm2020/lib/dashboard/cube/document-state.widget.mjs +3 -3
  283. package/esm2020/lib/dashboard/cube/documents.widget.mjs +3 -3
  284. package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +3 -3
  285. package/esm2020/lib/dashboard/dashboard.component.mjs +14 -15
  286. package/esm2020/lib/dashboard/dashboard.pane.component.mjs +3 -3
  287. package/esm2020/lib/dashboard/recents/recents.widget.mjs +3 -3
  288. package/esm2020/lib/dashboard/score/activity.widget.mjs +3 -3
  289. package/esm2020/lib/dashboard/score/compare-groups.widget.mjs +3 -3
  290. package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +3 -3
  291. package/esm2020/lib/dashboard/score/pending-results.widget.mjs +3 -3
  292. package/esm2020/lib/dashboard/score/personal-score.widget.mjs +3 -3
  293. package/esm2020/lib/dashboard/widget-item.component.mjs +9 -9
  294. package/esm2020/lib/designer.module.mjs +5 -9
  295. package/esm2020/lib/desktop.module.mjs +5 -9
  296. package/esm2020/lib/home/about/about.dialog.mjs +3 -3
  297. package/esm2020/lib/home/home-base.component.mjs +3 -3
  298. package/esm2020/lib/home/home.desktop.component.mjs +19 -20
  299. package/esm2020/lib/home/home.mobile.component.mjs +3 -3
  300. package/esm2020/lib/home/notifications/notifications.component.mjs +3 -3
  301. package/esm2020/lib/home/options/options.component.mjs +13 -14
  302. package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +3 -3
  303. package/esm2020/lib/home/sign/sign.component.mjs +3 -3
  304. package/esm2020/lib/home/tools.component.mjs +3 -3
  305. package/esm2020/lib/impersonate/impersonate.component.mjs +3 -3
  306. package/esm2020/lib/mobile.module.mjs +5 -9
  307. package/esm2020/lib/modules/chart.module.mjs +4 -4
  308. package/esm2020/lib/modules/circular-gauge.module.mjs +4 -4
  309. package/esm2020/lib/modules/datepicker.intl.mjs +3 -3
  310. package/esm2020/lib/modules/dayjs.module.mjs +4 -4
  311. package/esm2020/lib/modules/diagram.module.mjs +4 -4
  312. package/esm2020/lib/modules/gantt.module.mjs +4 -4
  313. package/esm2020/lib/modules/grid.module.mjs +4 -4
  314. package/esm2020/lib/modules/material.module.mjs +8 -12
  315. package/esm2020/lib/modules/paginator.intl.mjs +3 -3
  316. package/esm2020/lib/modules/pivot.module.mjs +4 -4
  317. package/esm2020/lib/modules/schedule.module.mjs +4 -4
  318. package/esm2020/lib/modules/spreadsheet.module.mjs +4 -4
  319. package/esm2020/lib/modules/stepper.intl.mjs +3 -3
  320. package/esm2020/lib/modules/texteditor.module.mjs +4 -4
  321. package/esm2020/lib/notifications/filter.component.mjs +9 -10
  322. package/esm2020/lib/notifications/notifications-table.component.mjs +3 -3
  323. package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
  324. package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
  325. package/esm2020/lib/notifications/notifications.service.mjs +3 -3
  326. package/esm2020/lib/notifications/types/commented.notification.mjs +4 -4
  327. package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
  328. package/esm2020/lib/notifications/types/escalated.notification.mjs +4 -4
  329. package/esm2020/lib/notifications/types/invite.notification.mjs +14 -6
  330. package/esm2020/lib/notifications/types/liked.notification.mjs +4 -4
  331. package/esm2020/lib/notifications/types/long-running-task.notification.mjs +6 -6
  332. package/esm2020/lib/notifications/types/notification-base.mjs +3 -3
  333. package/esm2020/lib/notifications/types/nudge.notification.mjs +4 -4
  334. package/esm2020/lib/notifications/types/state-changed.notification.mjs +5 -5
  335. package/esm2020/lib/notifications/types/tagged.notification.mjs +5 -5
  336. package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
  337. package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +4 -4
  338. package/esm2020/lib/options/options.component.mjs +18 -19
  339. package/esm2020/lib/options/options.service.mjs +3 -3
  340. package/esm2020/lib/reports/arguments-component.mjs +3 -3
  341. package/esm2020/lib/reports/cube/documents.component.mjs +3 -3
  342. package/esm2020/lib/reports/cube/grid-documents.component.mjs +3 -3
  343. package/esm2020/lib/reports/cube/role-performance.component.mjs +3 -3
  344. package/esm2020/lib/reports/cube/table-documents.component.mjs +3 -3
  345. package/esm2020/lib/reports/cube/usage-args.component.mjs +3 -3
  346. package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
  347. package/esm2020/lib/reports/cube/usage-chart.component.mjs +3 -3
  348. package/esm2020/lib/reports/cube/usage-pivot.component.mjs +3 -3
  349. package/esm2020/lib/reports/cube/usage.component.mjs +3 -3
  350. package/esm2020/lib/reports/report-viewer.component.mjs +3 -3
  351. package/esm2020/lib/reports/report.mobile.component.mjs +3 -3
  352. package/esm2020/lib/reports/report.pane.component.mjs +12 -13
  353. package/esm2020/lib/reports/reports-menu.component.mjs +3 -3
  354. package/esm2020/lib/reports/substitution/substitution.component.mjs +3 -3
  355. package/esm2020/lib/reports/table/table-view.component.mjs +3 -3
  356. package/esm2020/lib/reports/tasks/tasks.component.mjs +3 -3
  357. package/esm2020/lib/scheduler/schedule.component.mjs +13 -14
  358. package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
  359. package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
  360. package/esm2020/lib/search/cube.component.mjs +3 -3
  361. package/esm2020/lib/search/document.component.mjs +3 -3
  362. package/esm2020/lib/search/guide.component.mjs +3 -3
  363. package/esm2020/lib/search/path.component.mjs +3 -3
  364. package/esm2020/lib/search/search.service.mjs +3 -3
  365. package/esm2020/lib/shared.module.mjs +5 -9
  366. package/esm2020/lib/system.module.mjs +132 -17
  367. package/esm2020/lib/views/cube/chart.component.mjs +3 -3
  368. package/esm2020/lib/views/cube/cube-base.mjs +3 -3
  369. package/esm2020/lib/views/cube/explore.component.mjs +3 -3
  370. package/esm2020/lib/views/cube/matrix.component.mjs +3 -3
  371. package/esm2020/lib/views/cube/parallel.component.mjs +3 -3
  372. package/esm2020/lib/views/cube/pivot.component.mjs +3 -3
  373. package/esm2020/lib/views/cube/sum.component.mjs +3 -3
  374. package/esm2020/lib/views/cube/view.component.mjs +3 -3
  375. package/esm2020/lib/views/timeline/timeline.component.exp.mjs +3 -3
  376. package/esm2020/lib/views/view-item.component.mjs +3 -3
  377. package/esm2020/lib/views/views.component.mjs +3 -3
  378. package/esm2020/lib/views/views.mobile.component.mjs +3 -3
  379. package/esm2020/lib/views/views.pane.component.mjs +3 -3
  380. package/fesm2015/bizdoc-core.mjs +1918 -1815
  381. package/fesm2015/bizdoc-core.mjs.map +1 -1
  382. package/fesm2020/bizdoc-core.mjs +1915 -1812
  383. package/fesm2020/bizdoc-core.mjs.map +1 -1
  384. package/lib/admin/architecture/declarations.d.ts +4 -3
  385. package/lib/admin/architecture/designer.component.d.ts +1 -0
  386. package/lib/admin/architecture/elements/cube.component.d.ts +1 -1
  387. package/lib/admin/architecture/elements/form-invite.dialog.d.ts +6 -5
  388. package/lib/admin/architecture/elements/form.component.d.ts +4 -2
  389. package/lib/admin/core/localized-string.component.d.ts +3 -3
  390. package/lib/admin/system.service.d.ts +7 -1
  391. package/lib/core/fields/localized-string.field.d.ts +16 -0
  392. package/lib/core/fields/select.field.d.ts +0 -2
  393. package/lib/core/models.d.ts +4 -0
  394. package/lib/core/translations.d.ts +19 -104
  395. package/lib/dashboard/cube/cube-analysis.base.d.ts +4 -2
  396. package/lib/dashboard/cube/cube-analysis.widget.d.ts +2 -1
  397. package/lib/dashboard/dashboard.component.d.ts +6 -7
  398. package/lib/designer.module.d.ts +2 -3
  399. package/lib/desktop.module.d.ts +3 -4
  400. package/lib/mobile.module.d.ts +3 -4
  401. package/lib/modules/material.module.d.ts +38 -39
  402. package/lib/notifications/types/commented.notification.d.ts +0 -1
  403. package/lib/notifications/types/escalated.notification.d.ts +0 -1
  404. package/lib/notifications/types/invite.notification.d.ts +4 -5
  405. package/lib/notifications/types/liked.notification.d.ts +0 -1
  406. package/lib/notifications/types/long-running-task.notification.d.ts +1 -1
  407. package/lib/notifications/types/nudge.notification.d.ts +0 -1
  408. package/lib/notifications/types/state-changed.notification.d.ts +0 -2
  409. package/lib/notifications/types/tagged.notification.d.ts +0 -2
  410. package/lib/notifications/types/upcoming-event.notification.d.ts +0 -1
  411. package/lib/shared.module.d.ts +15 -16
  412. package/lib/system.module.d.ts +28 -28
  413. package/package.json +14 -15
@@ -1,7 +1,7 @@
1
1
  import { Injector } from "@angular/core";
2
2
  import { FormGroup } from "@angular/forms";
3
3
  import { ScopeType } from "../../core/configuration";
4
- import { AxesMap, ChartType, CubeFilter, FieldInfo, FolderColumn, GuideStep, PositionPolicy, ViewType } from "../../core/models";
4
+ import { AxesMap, ChartType, CubeFilter, FieldInfo, FolderColumn, GuideStep, LocalizedString, PositionPolicy, ViewType } from "../../core/models";
5
5
  import { Subject } from "rxjs";
6
6
  export declare const FAMILY_SVG: {
7
7
  Azure: string;
@@ -92,7 +92,7 @@ export interface ElementModel<T = any> {
92
92
  configurationFile?: string;
93
93
  template?: string;
94
94
  icon?: string;
95
- resource?: string;
95
+ resourceType?: string;
96
96
  copyOf?: string;
97
97
  family?: string;
98
98
  type?: string;
@@ -220,9 +220,10 @@ export interface ElementInfo<T = any> {
220
220
  type?: string;
221
221
  key?: string;
222
222
  name: string;
223
- title: string;
223
+ title: LocalizedString;
224
224
  disabled?: boolean;
225
225
  draft?: boolean;
226
226
  empty?: boolean;
227
227
  options?: T;
228
228
  }
229
+ export declare function localizeString(value: LocalizedString): string | null;
@@ -43,6 +43,7 @@ export declare class ConfigurationDesignerComponent implements UtilityComponent,
43
43
  private _createInjector;
44
44
  add(section: Section, menu: MatMenuTrigger, evt: Event): void;
45
45
  create(section: Section, template: TemplateInfo): void;
46
+ remove(section: Section, element: ElementModel): void;
46
47
  copy(section: Section, element: ElementModel): void;
47
48
  edit(element: ElementModel, section: Section): void;
48
49
  toggleDisabled(element: ElementModel): void;
@@ -44,7 +44,7 @@ export declare class CubeDesignComponent extends DesignerTypeElementComponent im
44
44
  newAxis(model?: CubeAxisModel): any;
45
45
  newIndex(model?: CubeIndexModel): any;
46
46
  newPattern(model?: PatternModel): any;
47
- datatype(name: string): string;
47
+ datatype(name: string): import("@bizdoc/core").LocalizedString;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeDesignComponent, never>;
49
49
  static ɵcmp: i0.ɵɵComponentDeclaration<CubeDesignComponent, "ng-component", never, {}, {}, never, never, false>;
50
50
  }
@@ -2,7 +2,6 @@ import { OnInit } from "@angular/core";
2
2
  import { FormBuilder } from "@angular/forms";
3
3
  import { MatAutocompleteSelectedEvent } from "@angular/material/autocomplete";
4
4
  import { PromptService } from "../../../core/prompt.service";
5
- import { SessionService } from "../../../core/session.service";
6
5
  import { PaneRef } from "../../../core/slots/pane-ref";
7
6
  import { InviteDevice, Role, SystemService } from "../../system.service";
8
7
  import { DesignerRef } from "../declarations";
@@ -12,22 +11,24 @@ export declare class FormInviteDialog implements OnInit {
12
11
  private _service;
13
12
  private _ps;
14
13
  private _ref;
15
- private _session;
16
14
  private _pane;
17
15
  readonly separatorKeysCodes: number[];
18
- readonly groups: import("@angular/forms").FormControl<any[]>;
16
+ readonly groups: import("@angular/forms").FormControl<any>;
19
17
  readonly devices: InviteDevice[];
20
18
  readonly form: import("@angular/forms").FormGroup<{
21
- groups: import("@angular/forms").FormControl<any[]>;
19
+ groups: import("@angular/forms").FormControl<any>;
22
20
  devices: import("@angular/forms").FormControl<InviteDevice[]>;
23
21
  due: import("@angular/forms").FormControl<any>;
22
+ oneTime: import("@angular/forms").FormControl<boolean>;
24
23
  message: import("@angular/forms").FormControl<string>;
25
24
  }>;
25
+ private _searchchange;
26
+ /** all BizDoc roles and user groups */
26
27
  private _roles;
27
28
  roles: Role[];
28
29
  readonly search: import("@angular/forms").FormControl<any>;
29
30
  working: boolean;
30
- constructor(_fb: FormBuilder, _service: SystemService, _ps: PromptService, _ref: DesignerRef, _session: SessionService, _pane: PaneRef);
31
+ constructor(_fb: FormBuilder, _service: SystemService, _ps: PromptService, _ref: DesignerRef, _pane: PaneRef);
31
32
  ngOnInit(): void;
32
33
  /**
33
34
  *
@@ -1,6 +1,6 @@
1
1
  import { ElementRef, Injector, OnInit } from "@angular/core";
2
2
  import { FormBuilder } from "@angular/forms";
3
- import { AxisSettingsModel, SparklineMarkerSettingsModel, SparklineTooltipSettingsModel } from '@syncfusion/ej2-angular-charts';
3
+ import { AxisSettingsModel, IDataLabelRenderingEventArgs, SparklineMarkerSettingsModel, SparklineTooltipSettingsModel } from '@syncfusion/ej2-angular-charts';
4
4
  import { SessionService } from "../../../core/session.service";
5
5
  import { PanesRouter } from "../../../core/slots/router.service";
6
6
  import { SystemService, RangeInfo } from "../../system.service";
@@ -36,11 +36,13 @@ export declare class FormDesignComponent extends DesignerTypeElementComponent im
36
36
  primary: string;
37
37
  readonly enableRtl: boolean;
38
38
  locale: string;
39
- private readonly _destroy;
40
39
  readonly guides: ElementInfo[];
41
40
  readonly cubes: ElementInfo[];
41
+ private readonly _intl;
42
+ private readonly _destroy;
42
43
  constructor(fb: FormBuilder, _router: PanesRouter, _service: SystemService, _session: SessionService, _injector: Injector, _translate: TranslateService, element: ElementRef<any>, ref: DesignerRef);
43
44
  ngOnInit(): void;
45
+ dataLabelRendering(evt: IDataLabelRenderingEventArgs): void;
44
46
  newRule(rule?: PermissionModel): any;
45
47
  invite(): void;
46
48
  diagram(): void;
@@ -1,5 +1,5 @@
1
1
  import { OnInit, OnDestroy } from "@angular/core";
2
- import { FormGroup, FormBuilder, FormControl, NgControl, ControlValueAccessor } from "@angular/forms";
2
+ import { FormBuilder, FormControl, NgControl, ControlValueAccessor } from "@angular/forms";
3
3
  import { MatInput } from "@angular/material/input";
4
4
  import { Subject } from "rxjs";
5
5
  import { SessionService } from "../../core/session.service";
@@ -13,15 +13,15 @@ export declare class LocalizedStringComponent implements OnInit, ControlValueAcc
13
13
  private static nextId;
14
14
  class: string;
15
15
  control: FormControl;
16
- readonly group: FormGroup<{}>;
16
+ readonly group: import("@angular/forms").FormGroup<{}>;
17
17
  readonly languages: string[];
18
18
  multilingual: boolean;
19
19
  controlInput: MatInput;
20
+ private readonly _destroy;
20
21
  constructor(ngControl: NgControl, _session: SessionService, _fb: FormBuilder);
21
22
  focused: boolean;
22
23
  autofilled?: boolean;
23
24
  userAriaDescribedBy?: string;
24
- private readonly _destroy;
25
25
  ngOnDestroy(): void;
26
26
  private _onChange;
27
27
  private _onTouched;
@@ -30,7 +30,13 @@ export declare class SystemService {
30
30
  message?: string;
31
31
  devices: InviteDevice[];
32
32
  due?: Date;
33
- }): Observable<any>;
33
+ }): Observable<{
34
+ target: number;
35
+ ok: number;
36
+ im?: number;
37
+ email?: number;
38
+ sms?: number;
39
+ }>;
34
40
  projection(options: {
35
41
  groups: string[];
36
42
  }): Observable<any>;
@@ -0,0 +1,16 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { FormControl } from '@angular/forms';
3
+ import { MatFormFieldAppearance } from '@angular/material/form-field';
4
+ import { ControlComponent, ViewMode } from '../base';
5
+ import * as i0 from "@angular/core";
6
+ export declare class LocalizedStringField implements ControlComponent<any>, OnInit {
7
+ appearance: MatFormFieldAppearance;
8
+ mode: ViewMode;
9
+ placeholder?: string;
10
+ required?: boolean;
11
+ readonly control: FormControl<any>;
12
+ focus(): void;
13
+ ngOnInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedStringField, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<LocalizedStringField, "ng-component", never, {}, {}, never, never, false>;
16
+ }
@@ -3,7 +3,6 @@ import { FormControl } from '@angular/forms';
3
3
  import { MatFormFieldAppearance } from '@angular/material/form-field';
4
4
  import { MatSelect } from '@angular/material/select';
5
5
  import { ControlComponent, ViewMode } from '../base';
6
- import { TypeSelect } from '../inputs/select.input';
7
6
  import { OptionsControlField } from './options.base';
8
7
  import * as i0 from "@angular/core";
9
8
  export declare class SelectField extends OptionsControlField implements ControlComponent<any>, OnInit {
@@ -14,7 +13,6 @@ export declare class SelectField extends OptionsControlField implements ControlC
14
13
  hint?: string;
15
14
  label?: string;
16
15
  readonly control: FormControl<any>;
17
- input: TypeSelect;
18
16
  select: MatSelect;
19
17
  appearance: MatFormFieldAppearance;
20
18
  mode: ViewMode;
@@ -213,6 +213,7 @@ export interface CommentVersion {
213
213
  };
214
214
  }
215
215
  export interface Notification {
216
+ number?: string;
216
217
  muted?: boolean;
217
218
  deleted?: boolean;
218
219
  id: number;
@@ -221,6 +222,8 @@ export interface Notification {
221
222
  read?: boolean;
222
223
  sent: Date;
223
224
  recipientId?: number;
225
+ documentId?: number;
226
+ formId?: string;
224
227
  }
225
228
  export declare type NotificationType = 'Commented' | 'CubeAnomaly' | 'Escalated' | 'Liked' | 'StateChanged' | 'Nudge' | 'Invite' | 'TextMessage' | 'UpcomingEvent' | 'JobProgress' | 'Tagged';
226
229
  export interface State {
@@ -389,6 +392,7 @@ export declare enum ValidationType {
389
392
  Email = "Email"
390
393
  }
391
394
  export declare enum FieldKind {
395
+ LocalizedString = "LocalizedString",
392
396
  String = "String",
393
397
  Number = "Number",
394
398
  Time = "Time",
@@ -84,26 +84,8 @@ export declare const STRINGS: {
84
84
  ar: {};
85
85
  ru: {};
86
86
  en: {
87
- YesNo: string;
88
- Address: string;
89
- Accumulative: string;
90
- Currency: string;
91
- Numeric: string;
92
- LastExecution: string;
93
- NextExecution: string;
94
- LastJobState: string;
95
87
  SettingThingsUp: string;
96
88
  PleaseWait: string;
97
- Schedule: string;
98
- Past: string;
99
- Future: string;
100
- Verb: string;
101
- Adjective: string;
102
- AdjectivePlural: string;
103
- AnomalyNotification: string;
104
- SecurityGlobalHelp: string;
105
- SecurityPositionsHelp: string;
106
- SecurityPatternsHelp: string;
107
89
  ReceivedAgo: string;
108
90
  IssuedAgo: string;
109
91
  HelpTip: string;
@@ -119,7 +101,6 @@ export declare const STRINGS: {
119
101
  CheckedIn: string;
120
102
  DragFile: string;
121
103
  Expand: string;
122
- Condition: string;
123
104
  WorkingHome: string;
124
105
  Emoji: string;
125
106
  NextLevel: string;
@@ -127,29 +108,19 @@ export declare const STRINGS: {
127
108
  CurrentLevel: string;
128
109
  Document: string;
129
110
  Skipped: string;
130
- Pan: string;
131
- DiagramVersion: string;
132
111
  TimelineMore: string;
133
- Cursor: string;
134
112
  Estimate: string;
135
113
  NoEstimate: string;
136
114
  EstimateTime: string;
137
115
  NodeStandardTime: string;
138
116
  EstimateTimeRange: string;
139
117
  Connect: string;
140
- Requirments: string;
141
- Anyone: string;
142
- Everyone: string;
143
- Minimum: string;
144
- Percent: string;
145
- RequirmentsValue: string;
146
118
  ValidateErr: string;
147
119
  Added: string;
148
120
  Deleted: string;
149
121
  Modified: string;
150
122
  TakeMore: string;
151
- PatternErr: string;
152
- SimplePatternErr: string;
123
+ AxisPatternErr: string;
153
124
  Usage: string;
154
125
  Dashes: string;
155
126
  Contacts: string;
@@ -165,9 +136,6 @@ export declare const STRINGS: {
165
136
  FYI: string;
166
137
  AssignFYI: string;
167
138
  AssignNoteHint: string;
168
- Welcome: string;
169
- WelcomeMsg: string;
170
- WelcomeHide: string;
171
139
  Compose: string;
172
140
  Preferences: string;
173
141
  Tags: string;
@@ -185,19 +153,9 @@ export declare const STRINGS: {
185
153
  Ignore: string;
186
154
  Changed: string;
187
155
  Permission: string;
188
- PhoneNumber: string;
189
- Surname: string;
190
- GivenName: string;
191
- NickName: string;
192
- Gender: string;
193
- Male: string;
194
- Female: string;
195
156
  Volume: string;
196
- FitToPage: string;
197
157
  Elipsis: string;
198
158
  Note: string;
199
- Reassign: string;
200
- ReassignAll: string;
201
159
  ShowAll: string;
202
160
  OutOfOfficeOn: string;
203
161
  Dismiss: string;
@@ -214,7 +172,6 @@ export declare const STRINGS: {
214
172
  Forget: string;
215
173
  SomeoneTyping: string;
216
174
  Typing: string;
217
- Content: string;
218
175
  Time: string;
219
176
  ShowDeleted: string;
220
177
  Notifications: string;
@@ -258,10 +215,6 @@ export declare const STRINGS: {
258
215
  MinutesPart: string;
259
216
  HoursPart: string;
260
217
  DaysPart: string;
261
- True: string;
262
- False: string;
263
- Case: string;
264
- Action: string;
265
218
  Refresh: string;
266
219
  Value: string;
267
220
  By: string;
@@ -283,7 +236,6 @@ export declare const STRINGS: {
283
236
  SubmitErr: string;
284
237
  SaveErr: string;
285
238
  VersionBy: string;
286
- VersionDate: string;
287
239
  VersionErr: string;
288
240
  MailVersionUpdate: string;
289
241
  NewComment: string;
@@ -340,7 +292,6 @@ export declare const STRINGS: {
340
292
  Copied: string;
341
293
  Edit: string;
342
294
  Align: string;
343
- ConnectorMode: string;
344
295
  Preview: string;
345
296
  Rotate: string;
346
297
  Download: string;
@@ -352,7 +303,6 @@ export declare const STRINGS: {
352
303
  Reports: string;
353
304
  Scheduler: string;
354
305
  Tools: string;
355
- Sources: string;
356
306
  Help: string;
357
307
  About: string;
358
308
  SignOut: string;
@@ -443,7 +393,6 @@ export declare const STRINGS: {
443
393
  Task: string;
444
394
  When: string;
445
395
  Details: string;
446
- Default: string;
447
396
  Pattern: string;
448
397
  Patterns: string;
449
398
  Title: string;
@@ -486,11 +435,6 @@ export declare const STRINGS: {
486
435
  TraceElementHelp: string;
487
436
  Positions: string;
488
437
  Actions: string;
489
- Activity: string;
490
- PositionsHelp: string;
491
- ActivityHelp: string;
492
- PendingHelp: string;
493
- ReassignHelp: string;
494
438
  Exit: string;
495
439
  DashboardHelp: string;
496
440
  Mailbox: string;
@@ -506,8 +450,6 @@ export declare const STRINGS: {
506
450
  RemoveAsk: string;
507
451
  Comments: string;
508
452
  Remove: string;
509
- Connector: string;
510
- Connectors: string;
511
453
  SheetN: string;
512
454
  NewFrom: string;
513
455
  OptionalRole: string;
@@ -515,8 +457,6 @@ export declare const STRINGS: {
515
457
  Watched: string;
516
458
  Date: string;
517
459
  Clear: string;
518
- NoRoles: string;
519
- CreateRole: string;
520
460
  Others: string;
521
461
  Other: string;
522
462
  History: string;
@@ -530,18 +470,27 @@ export declare const STRINGS: {
530
470
  Matrix: string;
531
471
  Working: string;
532
472
  FillNotification: string;
533
- CompleteFillNotification: string;
534
- Description: string;
473
+ FillNotificationTill: string;
474
+ CompleteNotification: string;
475
+ CompleteNotificationTill: string;
535
476
  RequiredErr: string;
477
+ PatternErr: string;
536
478
  EmailErr: string;
537
479
  MinLengthErr: string;
538
480
  MaxLengthErr: string;
539
481
  };
540
482
  he: {
483
+ PatternErr: string;
484
+ EmailErr: string;
485
+ MinLengthErr: string;
486
+ MaxLengthErr: string;
541
487
  RequiredErr: string;
542
- Description: string;
543
488
  FillNotification: string;
544
- CompleteFillNotification: string;
489
+ FillNotificationTill: string;
490
+ FillNotificationTillMale: string;
491
+ CompleteNotification: string;
492
+ CompleteNotificationMale: string;
493
+ CompleteNotificationTill: string;
545
494
  HelpTip: string;
546
495
  HelpTipMale: string;
547
496
  HelpTipFemale: string;
@@ -574,7 +523,6 @@ export declare const STRINGS: {
574
523
  Version: string;
575
524
  VersionBy: string;
576
525
  Power: string;
577
- VersionDate: string;
578
526
  System: string;
579
527
  Votes: string;
580
528
  Delete: string;
@@ -586,35 +534,19 @@ export declare const STRINGS: {
586
534
  Trace: string;
587
535
  ActiveRoute: string;
588
536
  Everything: string;
589
- ProfilerSearchHelp: string;
590
- TraceSearchHelp: string;
591
- DiagramVersion: string;
592
537
  TimelineMore: string;
593
- Pan: string;
594
- Cursor: string;
595
538
  Estimate: string;
596
539
  NoEstimate: string;
597
540
  EstimateTime: string;
598
541
  EstimateTimeRange: string;
599
542
  NodeStandardTime: string;
600
- True: string;
601
- False: string;
602
- Case: string;
603
543
  SignIn: string;
604
544
  SignInTo: string;
605
- Requirments: string;
606
- Anyone: string;
607
- Everyone: string;
608
- Minimum: string;
609
- Percent: string;
610
- RequirmentsValue: string;
611
545
  FYI: string;
612
546
  AssignTo: string;
613
547
  AssignFYI: string;
614
548
  AssignNoteHint: string;
615
549
  AssignRoundtrip: string;
616
- SkipInRoute: string;
617
- StandardTime: string;
618
550
  About: string;
619
551
  Date: string;
620
552
  Clear: string;
@@ -623,14 +555,15 @@ export declare const STRINGS: {
623
555
  SheetN: string;
624
556
  Connect: string;
625
557
  ValidateErr: string;
626
- OptionalRole: string;
627
558
  Optional: string;
628
559
  Added: string;
629
560
  Deleted: string;
630
561
  Modified: string;
562
+ MinutesPart: string;
563
+ HoursPart: string;
564
+ DaysPart: string;
631
565
  TakeMore: string;
632
- PatternErr: string;
633
- SimplePatternErr: string;
566
+ AxisPatternErr: string;
634
567
  Usage: string;
635
568
  Contacts: string;
636
569
  Open: string;
@@ -693,13 +626,7 @@ export declare const STRINGS: {
693
626
  IgnoreMale: string;
694
627
  IgnoreFemale: string;
695
628
  Permission: string;
696
- PhoneNumber: string;
697
- Surname: string;
698
- GivenName: string;
699
- NickName: string;
700
- Gender: string;
701
- Male: string;
702
- Female: string;
629
+ Username: string;
703
630
  ChangesSaved: string;
704
631
  UploadOk: string;
705
632
  UploadVersionOk: string;
@@ -864,16 +791,8 @@ export declare const STRINGS: {
864
791
  MarkAsUnreadMale: string;
865
792
  MarkAsUnreadFemale: string;
866
793
  Value: string;
867
- Default: string;
868
794
  Patterns: string;
869
795
  Pattern: string;
870
- Groups: string;
871
- Group: string;
872
- Regex: string;
873
- Items: string;
874
- Values: string;
875
- DataType: string;
876
- Title: string;
877
796
  Search: string;
878
797
  SearchMale: string;
879
798
  SearchFemale: string;
@@ -990,15 +909,11 @@ export declare const STRINGS: {
990
909
  Rotate: string;
991
910
  RemoveAsk: string;
992
911
  Remove: string;
993
- Positions: string;
994
- Activity: string;
995
912
  Download: string;
996
913
  DownloadExcel: string;
997
914
  DownloadExplore: string;
998
915
  Explore: string;
999
916
  Scheduler: string;
1000
- Connector: string;
1001
- Connectors: string;
1002
917
  Dashboard: string;
1003
918
  Details: string;
1004
919
  Cube: string;
@@ -11,6 +11,7 @@ import { CubeInfo } from '../../cube/cube-info.service';
11
11
  import { ScopeType } from '../../core/configuration';
12
12
  import * as i0 from "@angular/core";
13
13
  export declare abstract class CubeAnalysisBase implements WidgetComponent<Series[]>, OnDestroy {
14
+ private _ref;
14
15
  private _info;
15
16
  protected _session: SessionService;
16
17
  private _ds;
@@ -27,12 +28,13 @@ export declare abstract class CubeAnalysisBase implements WidgetComponent<Series
27
28
  protected _data: Series[];
28
29
  private _series;
29
30
  private _xAxis;
31
+ protected args: any;
30
32
  protected get series(): string[];
31
33
  protected get xAxis(): string[];
32
34
  private readonly _axisTypeMap;
33
35
  protected readonly _intl: Internationalization;
34
36
  protected readonly _destroy: Subject<void>;
35
- constructor(ref: WidgetRef<ChartSettingsModel>, _info: CubeInfo, _session: SessionService, _ds: DatasourceService, _service: CubeService);
37
+ constructor(_ref: WidgetRef<ChartSettingsModel>, _info: CubeInfo, _session: SessionService, _ds: DatasourceService, _service: CubeService);
36
38
  protected explore(axes: AxesMap, options?: {
37
39
  index?: string;
38
40
  }): void;
@@ -40,7 +42,7 @@ export declare abstract class CubeAnalysisBase implements WidgetComponent<Series
40
42
  height: number;
41
43
  width: number;
42
44
  }): any;
43
- onBind(data: Series[]): void;
45
+ onBind(data: Series[], args: any): void;
44
46
  abstract onLoad(data: Series[]): any;
45
47
  abstract onThemeChange(): any;
46
48
  ngOnDestroy(): void;
@@ -2,6 +2,7 @@ import { ViewContainerRef, OnInit, ComponentFactoryResolver, Injector } from '@a
2
2
  import { WidgetRef } from "../widget-ref";
3
3
  import { WidgetComponent } from '../../core/base';
4
4
  import { ChartSettingsModel } from './cube-analysis.base';
5
+ import { Series } from '../../cube/cube.service';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class CubeAnalysisWidget implements WidgetComponent<any>, OnInit {
7
8
  private _ref;
@@ -11,7 +12,7 @@ export declare class CubeAnalysisWidget implements WidgetComponent<any>, OnInit
11
12
  private _instance;
12
13
  constructor(_ref: WidgetRef<ChartSettingsModel>, _resolver: ComponentFactoryResolver, _injector: Injector, _vc: ViewContainerRef);
13
14
  ngOnInit(): void;
14
- onBind(data: any, args?: any): void;
15
+ onBind(data: Series[], args?: any): void;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeAnalysisWidget, never>;
16
17
  static ɵcmp: i0.ɵɵComponentDeclaration<CubeAnalysisWidget, "ng-component", never, {}, {}, never, never, false>;
17
18
  }
@@ -1,13 +1,12 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { SessionService } from '../core/session.service';
1
+ import { OnDestroy, QueryList } from '@angular/core';
2
+ import { BreakpointObserver } from "@angular/cdk/layout";
3
3
  import { Widget } from '../core/models';
4
- import { MediaObserver } from '@angular/flex-layout';
4
+ import { SessionService } from '../core/session.service';
5
5
  import { WindowTitleService } from '../core/window-title.service';
6
6
  import { TranslateService } from '../core/translate.service';
7
7
  import { GuideService } from '../core/guide/guide.service';
8
- import { WidgetItemComponent } from './widget-item.component';
9
8
  import { PaneRef } from '../core/slots/pane-ref';
10
- import { QueryList } from '@angular/core';
9
+ import { WidgetItemComponent } from './widget-item.component';
11
10
  import * as i0 from "@angular/core";
12
11
  export declare class DashboardComponent implements OnDestroy {
13
12
  private _guide;
@@ -16,9 +15,9 @@ export declare class DashboardComponent implements OnDestroy {
16
15
  /** dashboard ctor */
17
16
  readonly widgets: Widget[];
18
17
  cols: number;
19
- constructor(_guide: GuideService, observableMedia: MediaObserver, session: SessionService, pane: PaneRef, title: WindowTitleService, translate: TranslateService);
18
+ constructor(_guide: GuideService, session: SessionService, pane: PaneRef, title: WindowTitleService, observableMedia: BreakpointObserver, translate: TranslateService);
20
19
  guide(name: string): void;
21
20
  ngOnDestroy(): void;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<DashboardComponent, [null, null, null, { optional: true; }, null, null]>;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<DashboardComponent, [null, null, { optional: true; }, null, null, null]>;
23
22
  static ɵcmp: i0.ɵɵComponentDeclaration<DashboardComponent, "bizdoc-dashboard", never, {}, {}, never, never, false>;
24
23
  }
@@ -19,11 +19,10 @@ import * as i16 from "./core/fields/file.designer";
19
19
  import * as i17 from "./core/fields/input.designer";
20
20
  import * as i18 from "@angular/common";
21
21
  import * as i19 from "@angular/forms";
22
- import * as i20 from "@angular/flex-layout";
23
- import * as i21 from "./shared.module";
22
+ import * as i20 from "./shared.module";
24
23
  export declare class DesignerModule {
25
24
  static forChild(): ModuleWithProviders<DesignerModule>;
26
25
  static ɵfac: i0.ɵɵFactoryDeclaration<DesignerModule, never>;
27
- static ɵmod: i0.ɵɵNgModuleDeclaration<DesignerModule, [typeof i1.LocalizedStringComponent, typeof i2.AutocompleteControlDesigner, typeof i3.SignatureControlDesigner, typeof i4.AddressControlDesigner, typeof i5.RadioButtonControlDesigner, typeof i6.ChecklistControlDesigner, typeof i7.YesNoControlDesigner, typeof i8.CheckboxControlDesigner, typeof i9.DateRangeControlDesigner, typeof i10.DateControlDesigner, typeof i11.ControlOptionsComponent, typeof i12.SelectControlDesigner, typeof i13.HtmlFieldDesigner, typeof i14.TextAreaFieldDesigner, typeof i15.NumberControlDesigner, typeof i16.FileControlDesigner, typeof i17.InputFieldDesigner], [typeof i18.CommonModule, typeof i19.ReactiveFormsModule, typeof i20.FlexLayoutModule, typeof i21.SharedModule], [typeof i1.LocalizedStringComponent, typeof i2.AutocompleteControlDesigner, typeof i3.SignatureControlDesigner, typeof i4.AddressControlDesigner, typeof i5.RadioButtonControlDesigner, typeof i6.ChecklistControlDesigner, typeof i7.YesNoControlDesigner, typeof i8.CheckboxControlDesigner, typeof i9.DateRangeControlDesigner, typeof i10.DateControlDesigner, typeof i12.SelectControlDesigner, typeof i13.HtmlFieldDesigner, typeof i14.TextAreaFieldDesigner, typeof i15.NumberControlDesigner, typeof i16.FileControlDesigner, typeof i17.InputFieldDesigner]>;
26
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DesignerModule, [typeof i1.LocalizedStringComponent, typeof i2.AutocompleteControlDesigner, typeof i3.SignatureControlDesigner, typeof i4.AddressControlDesigner, typeof i5.RadioButtonControlDesigner, typeof i6.ChecklistControlDesigner, typeof i7.YesNoControlDesigner, typeof i8.CheckboxControlDesigner, typeof i9.DateRangeControlDesigner, typeof i10.DateControlDesigner, typeof i11.ControlOptionsComponent, typeof i12.SelectControlDesigner, typeof i13.HtmlFieldDesigner, typeof i14.TextAreaFieldDesigner, typeof i15.NumberControlDesigner, typeof i16.FileControlDesigner, typeof i17.InputFieldDesigner], [typeof i18.CommonModule, typeof i19.ReactiveFormsModule, typeof i20.SharedModule], [typeof i1.LocalizedStringComponent, typeof i2.AutocompleteControlDesigner, typeof i3.SignatureControlDesigner, typeof i4.AddressControlDesigner, typeof i5.RadioButtonControlDesigner, typeof i6.ChecklistControlDesigner, typeof i7.YesNoControlDesigner, typeof i8.CheckboxControlDesigner, typeof i9.DateRangeControlDesigner, typeof i10.DateControlDesigner, typeof i12.SelectControlDesigner, typeof i13.HtmlFieldDesigner, typeof i14.TextAreaFieldDesigner, typeof i15.NumberControlDesigner, typeof i16.FileControlDesigner, typeof i17.InputFieldDesigner]>;
28
27
  static ɵinj: i0.ɵɵInjectorDeclaration<DesignerModule>;
29
28
  }
@@ -38,12 +38,11 @@ import * as i34 from "./search/guide.component";
38
38
  import * as i35 from "@angular/common";
39
39
  import * as i36 from "@angular/common/http";
40
40
  import * as i37 from "@angular/forms";
41
- import * as i38 from "@angular/flex-layout";
42
- import * as i39 from "@angular/router";
43
- import * as i40 from "./shared.module";
41
+ import * as i38 from "@angular/router";
42
+ import * as i39 from "./shared.module";
44
43
  export declare class DesktopModule {
45
44
  static forChild(config: BizDocChildConfig): ModuleWithProviders<DesktopModule>;
46
45
  static ɵfac: i0.ɵɵFactoryDeclaration<DesktopModule, never>;
47
- static ɵmod: i0.ɵɵNgModuleDeclaration<DesktopModule, [typeof i1.DocumentInfoPaneComponent, typeof i2.DocumentViewPaneComponent, typeof i3.QuickToolsComponent, typeof i4.QuickNotificationsComponent, typeof i5.DashboardPaneComponent, typeof i6.AdminMenuComponent, typeof i7.HomeComponent, typeof i8.QuickSignComponent, typeof i9.QuickOptionsComponent, typeof i10.SlotRouterDirective, typeof i11.SlotsComponent, typeof i12.CubeMenuComponent, typeof i13.CubeViewPaneComponent, typeof i14.ExploreItemPaneComponent, typeof i15.CubeExplorePaneComponent, typeof i16.NotificationsPaneComponent, typeof i17.TracePaneComponent, typeof i18.VersionPaneComponent, typeof i19.ActionPaneComponent, typeof i20.CommentsPaneComponent, typeof i21.ReportsMenuComponent, typeof i22.ReportPaneComponent, typeof i23.FoldersMenuComponent, typeof i24.BrowsePaneComponent, typeof i25.ComposeMenuComponent, typeof i26.ComposePaneComponent, typeof i27.CubeMatrixPaneComponent, typeof i28.SchedulerPaneComponent, typeof i29.ContactsPaneComponent, typeof i30.ConversationPaneComponent, typeof i31.CubeListingComponent, typeof i32.DocumentListingComponent, typeof i33.PathListingComponent, typeof i34.GuideListingComponent], [typeof i35.CommonModule, typeof i36.HttpClientModule, typeof i37.ReactiveFormsModule, typeof i38.FlexLayoutModule, typeof i39.RouterModule, typeof i40.SharedModule], [typeof i10.SlotRouterDirective, typeof i11.SlotsComponent, typeof i5.DashboardPaneComponent, typeof i12.CubeMenuComponent, typeof i13.CubeViewPaneComponent, typeof i14.ExploreItemPaneComponent, typeof i15.CubeExplorePaneComponent, typeof i16.NotificationsPaneComponent, typeof i17.TracePaneComponent, typeof i18.VersionPaneComponent, typeof i19.ActionPaneComponent, typeof i20.CommentsPaneComponent, typeof i21.ReportsMenuComponent, typeof i22.ReportPaneComponent, typeof i23.FoldersMenuComponent, typeof i24.BrowsePaneComponent, typeof i25.ComposeMenuComponent, typeof i26.ComposePaneComponent, typeof i27.CubeMatrixPaneComponent, typeof i28.SchedulerPaneComponent, typeof i29.ContactsPaneComponent, typeof i30.ConversationPaneComponent]>;
46
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DesktopModule, [typeof i1.DocumentInfoPaneComponent, typeof i2.DocumentViewPaneComponent, typeof i3.QuickToolsComponent, typeof i4.QuickNotificationsComponent, typeof i5.DashboardPaneComponent, typeof i6.AdminMenuComponent, typeof i7.HomeComponent, typeof i8.QuickSignComponent, typeof i9.QuickOptionsComponent, typeof i10.SlotRouterDirective, typeof i11.SlotsComponent, typeof i12.CubeMenuComponent, typeof i13.CubeViewPaneComponent, typeof i14.ExploreItemPaneComponent, typeof i15.CubeExplorePaneComponent, typeof i16.NotificationsPaneComponent, typeof i17.TracePaneComponent, typeof i18.VersionPaneComponent, typeof i19.ActionPaneComponent, typeof i20.CommentsPaneComponent, typeof i21.ReportsMenuComponent, typeof i22.ReportPaneComponent, typeof i23.FoldersMenuComponent, typeof i24.BrowsePaneComponent, typeof i25.ComposeMenuComponent, typeof i26.ComposePaneComponent, typeof i27.CubeMatrixPaneComponent, typeof i28.SchedulerPaneComponent, typeof i29.ContactsPaneComponent, typeof i30.ConversationPaneComponent, typeof i31.CubeListingComponent, typeof i32.DocumentListingComponent, typeof i33.PathListingComponent, typeof i34.GuideListingComponent], [typeof i35.CommonModule, typeof i36.HttpClientModule, typeof i37.ReactiveFormsModule, typeof i38.RouterModule, typeof i39.SharedModule], [typeof i10.SlotRouterDirective, typeof i11.SlotsComponent, typeof i5.DashboardPaneComponent, typeof i12.CubeMenuComponent, typeof i13.CubeViewPaneComponent, typeof i14.ExploreItemPaneComponent, typeof i15.CubeExplorePaneComponent, typeof i16.NotificationsPaneComponent, typeof i17.TracePaneComponent, typeof i18.VersionPaneComponent, typeof i19.ActionPaneComponent, typeof i20.CommentsPaneComponent, typeof i21.ReportsMenuComponent, typeof i22.ReportPaneComponent, typeof i23.FoldersMenuComponent, typeof i24.BrowsePaneComponent, typeof i25.ComposeMenuComponent, typeof i26.ComposePaneComponent, typeof i27.CubeMatrixPaneComponent, typeof i28.SchedulerPaneComponent, typeof i29.ContactsPaneComponent, typeof i30.ConversationPaneComponent]>;
48
47
  static ɵinj: i0.ɵɵInjectorDeclaration<DesktopModule>;
49
48
  }
@@ -15,11 +15,10 @@ import * as i13 from "./views/views.mobile.component";
15
15
  import * as i14 from "@angular/common";
16
16
  import * as i15 from "@angular/common/http";
17
17
  import * as i16 from "@angular/forms";
18
- import * as i17 from "@angular/flex-layout";
19
- import * as i18 from "@angular/router";
20
- import * as i19 from "./shared.module";
18
+ import * as i17 from "@angular/router";
19
+ import * as i18 from "./shared.module";
21
20
  export declare class MobileModule {
22
21
  static ɵfac: i0.ɵɵFactoryDeclaration<MobileModule, never>;
23
- static ɵmod: i0.ɵɵNgModuleDeclaration<MobileModule, [typeof i1.DocumentInfoPageComponent, typeof i2.HomeMobileComponent, typeof i3.BrowseComponent, typeof i4.CubeMobileViewComponent, typeof i5.ComposeComponent, typeof i6.ReportComponent, typeof i7.FormSelectorSheet, typeof i8.CopyDialog, typeof i9.SchedulerComponent, typeof i10.NotificationsComponent, typeof i11.ChatComponent, typeof i12.CubeMatrixMobileComponent, typeof i13.DocumentViewMobileComponent], [typeof i14.CommonModule, typeof i15.HttpClientModule, typeof i16.ReactiveFormsModule, typeof i17.FlexLayoutModule, typeof i18.RouterModule, typeof i19.SharedModule], [typeof i2.HomeMobileComponent, typeof i3.BrowseComponent, typeof i4.CubeMobileViewComponent, typeof i5.ComposeComponent, typeof i6.ReportComponent, typeof i7.FormSelectorSheet, typeof i8.CopyDialog, typeof i9.SchedulerComponent, typeof i10.NotificationsComponent, typeof i11.ChatComponent]>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MobileModule, [typeof i1.DocumentInfoPageComponent, typeof i2.HomeMobileComponent, typeof i3.BrowseComponent, typeof i4.CubeMobileViewComponent, typeof i5.ComposeComponent, typeof i6.ReportComponent, typeof i7.FormSelectorSheet, typeof i8.CopyDialog, typeof i9.SchedulerComponent, typeof i10.NotificationsComponent, typeof i11.ChatComponent, typeof i12.CubeMatrixMobileComponent, typeof i13.DocumentViewMobileComponent], [typeof i14.CommonModule, typeof i15.HttpClientModule, typeof i16.ReactiveFormsModule, typeof i17.RouterModule, typeof i18.SharedModule], [typeof i2.HomeMobileComponent, typeof i3.BrowseComponent, typeof i4.CubeMobileViewComponent, typeof i5.ComposeComponent, typeof i6.ReportComponent, typeof i7.FormSelectorSheet, typeof i8.CopyDialog, typeof i9.SchedulerComponent, typeof i10.NotificationsComponent, typeof i11.ChatComponent]>;
24
23
  static ɵinj: i0.ɵɵInjectorDeclaration<MobileModule>;
25
24
  }