@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,45 +1,44 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/common";
3
- import * as i2 from "@angular/flex-layout";
4
- import * as i3 from "@angular/cdk/scrolling";
5
- import * as i4 from "@angular/cdk/overlay";
6
- import * as i5 from "@angular/cdk/portal";
7
- import * as i6 from "@angular/material/card";
8
- import * as i7 from "@angular/material/grid-list";
9
- import * as i8 from "@angular/material/stepper";
10
- import * as i9 from "@angular/material/chips";
11
- import * as i10 from "@angular/cdk/drag-drop";
12
- import * as i11 from "@angular/material/core";
13
- import * as i12 from "@angular/material/expansion";
14
- import * as i13 from "@angular/material/button-toggle";
15
- import * as i14 from "@angular/material/datepicker";
16
- import * as i15 from "@angular/material/table";
17
- import * as i16 from "@angular/material/sort";
18
- import * as i17 from "@angular/material/paginator";
19
- import * as i18 from "@angular/material/tabs";
20
- import * as i19 from "@angular/material/badge";
21
- import * as i20 from "@angular/material/tooltip";
22
- import * as i21 from "@angular/material/dialog";
23
- import * as i22 from "@angular/material/radio";
24
- import * as i23 from "@angular/material/bottom-sheet";
25
- import * as i24 from "@angular/material/progress-bar";
26
- import * as i25 from "@angular/material/progress-spinner";
27
- import * as i26 from "@angular/material/list";
28
- import * as i27 from "@angular/material/sidenav";
29
- import * as i28 from "@angular/material/toolbar";
30
- import * as i29 from "@angular/material/autocomplete";
31
- import * as i30 from "@angular/material/select";
32
- import * as i31 from "@angular/material/slide-toggle";
33
- import * as i32 from "@angular/material/snack-bar";
34
- import * as i33 from "@angular/material/button";
35
- import * as i34 from "@angular/material/checkbox";
36
- import * as i35 from "@angular/material/input";
37
- import * as i36 from "@angular/material/form-field";
38
- import * as i37 from "@angular/material/icon";
39
- import * as i38 from "@angular/material/menu";
40
- import * as i39 from "@angular/cdk/layout";
3
+ import * as i2 from "@angular/cdk/scrolling";
4
+ import * as i3 from "@angular/cdk/overlay";
5
+ import * as i4 from "@angular/cdk/portal";
6
+ import * as i5 from "@angular/material/card";
7
+ import * as i6 from "@angular/material/grid-list";
8
+ import * as i7 from "@angular/material/stepper";
9
+ import * as i8 from "@angular/material/chips";
10
+ import * as i9 from "@angular/cdk/drag-drop";
11
+ import * as i10 from "@angular/material/core";
12
+ import * as i11 from "@angular/material/expansion";
13
+ import * as i12 from "@angular/material/button-toggle";
14
+ import * as i13 from "@angular/material/datepicker";
15
+ import * as i14 from "@angular/material/table";
16
+ import * as i15 from "@angular/material/sort";
17
+ import * as i16 from "@angular/material/paginator";
18
+ import * as i17 from "@angular/material/tabs";
19
+ import * as i18 from "@angular/material/badge";
20
+ import * as i19 from "@angular/material/tooltip";
21
+ import * as i20 from "@angular/material/dialog";
22
+ import * as i21 from "@angular/material/radio";
23
+ import * as i22 from "@angular/material/bottom-sheet";
24
+ import * as i23 from "@angular/material/progress-bar";
25
+ import * as i24 from "@angular/material/progress-spinner";
26
+ import * as i25 from "@angular/material/list";
27
+ import * as i26 from "@angular/material/sidenav";
28
+ import * as i27 from "@angular/material/toolbar";
29
+ import * as i28 from "@angular/material/autocomplete";
30
+ import * as i29 from "@angular/material/select";
31
+ import * as i30 from "@angular/material/slide-toggle";
32
+ import * as i31 from "@angular/material/snack-bar";
33
+ import * as i32 from "@angular/material/button";
34
+ import * as i33 from "@angular/material/checkbox";
35
+ import * as i34 from "@angular/material/input";
36
+ import * as i35 from "@angular/material/form-field";
37
+ import * as i36 from "@angular/material/icon";
38
+ import * as i37 from "@angular/material/menu";
39
+ import * as i38 from "@angular/cdk/layout";
41
40
  export declare class MaterialModule {
42
41
  static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
43
- static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, [typeof i1.CommonModule, typeof i2.FlexLayoutModule, typeof i3.CdkScrollableModule, typeof i4.OverlayModule, typeof i5.PortalModule, typeof i6.MatCardModule, typeof i7.MatGridListModule, typeof i8.MatStepperModule, typeof i9.MatChipsModule, typeof i10.DragDropModule, typeof i11.MatRippleModule, typeof i12.MatExpansionModule, typeof i13.MatButtonToggleModule, typeof i11.MatNativeDateModule, typeof i14.MatDatepickerModule, typeof i15.MatTableModule, typeof i16.MatSortModule, typeof i17.MatPaginatorModule, typeof i18.MatTabsModule, typeof i19.MatBadgeModule, typeof i20.MatTooltipModule, typeof i21.MatDialogModule, typeof i22.MatRadioModule, typeof i23.MatBottomSheetModule, typeof i24.MatProgressBarModule, typeof i25.MatProgressSpinnerModule, typeof i26.MatListModule, typeof i27.MatSidenavModule, typeof i28.MatToolbarModule, typeof i29.MatAutocompleteModule, typeof i30.MatSelectModule, typeof i31.MatSlideToggleModule, typeof i32.MatSnackBarModule, typeof i33.MatButtonModule, typeof i34.MatCheckboxModule, typeof i35.MatInputModule, typeof i36.MatFormFieldModule, typeof i37.MatIconModule, typeof i38.MatMenuModule, typeof i39.LayoutModule], [typeof i39.LayoutModule, typeof i3.CdkScrollableModule, typeof i4.OverlayModule, typeof i5.PortalModule, typeof i2.FlexLayoutModule, typeof i9.MatChipsModule, typeof i10.DragDropModule, typeof i6.MatCardModule, typeof i7.MatGridListModule, typeof i11.MatRippleModule, typeof i8.MatStepperModule, typeof i12.MatExpansionModule, typeof i13.MatButtonToggleModule, typeof i11.MatNativeDateModule, typeof i14.MatDatepickerModule, typeof i15.MatTableModule, typeof i16.MatSortModule, typeof i17.MatPaginatorModule, typeof i18.MatTabsModule, typeof i19.MatBadgeModule, typeof i20.MatTooltipModule, typeof i21.MatDialogModule, typeof i22.MatRadioModule, typeof i23.MatBottomSheetModule, typeof i24.MatProgressBarModule, typeof i25.MatProgressSpinnerModule, typeof i26.MatListModule, typeof i27.MatSidenavModule, typeof i28.MatToolbarModule, typeof i29.MatAutocompleteModule, typeof i30.MatSelectModule, typeof i31.MatSlideToggleModule, typeof i32.MatSnackBarModule, typeof i33.MatButtonModule, typeof i34.MatCheckboxModule, typeof i35.MatInputModule, typeof i36.MatFormFieldModule, typeof i37.MatIconModule, typeof i38.MatMenuModule]>;
42
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, [typeof i1.CommonModule, typeof i2.CdkScrollableModule, typeof i3.OverlayModule, typeof i4.PortalModule, typeof i5.MatCardModule, typeof i6.MatGridListModule, typeof i7.MatStepperModule, typeof i8.MatChipsModule, typeof i9.DragDropModule, typeof i10.MatRippleModule, typeof i11.MatExpansionModule, typeof i12.MatButtonToggleModule, typeof i10.MatNativeDateModule, typeof i13.MatDatepickerModule, typeof i14.MatTableModule, typeof i15.MatSortModule, typeof i16.MatPaginatorModule, typeof i17.MatTabsModule, typeof i18.MatBadgeModule, typeof i19.MatTooltipModule, typeof i20.MatDialogModule, typeof i21.MatRadioModule, typeof i22.MatBottomSheetModule, typeof i23.MatProgressBarModule, typeof i24.MatProgressSpinnerModule, typeof i25.MatListModule, typeof i26.MatSidenavModule, typeof i27.MatToolbarModule, typeof i28.MatAutocompleteModule, typeof i29.MatSelectModule, typeof i30.MatSlideToggleModule, typeof i31.MatSnackBarModule, typeof i32.MatButtonModule, typeof i33.MatCheckboxModule, typeof i34.MatInputModule, typeof i35.MatFormFieldModule, typeof i36.MatIconModule, typeof i37.MatMenuModule, typeof i38.LayoutModule], [typeof i38.LayoutModule, typeof i2.CdkScrollableModule, typeof i3.OverlayModule, typeof i4.PortalModule, typeof i8.MatChipsModule, typeof i9.DragDropModule, typeof i5.MatCardModule, typeof i6.MatGridListModule, typeof i10.MatRippleModule, typeof i7.MatStepperModule, typeof i11.MatExpansionModule, typeof i12.MatButtonToggleModule, typeof i10.MatNativeDateModule, typeof i13.MatDatepickerModule, typeof i14.MatTableModule, typeof i15.MatSortModule, typeof i16.MatPaginatorModule, typeof i17.MatTabsModule, typeof i18.MatBadgeModule, typeof i19.MatTooltipModule, typeof i20.MatDialogModule, typeof i21.MatRadioModule, typeof i22.MatBottomSheetModule, typeof i23.MatProgressBarModule, typeof i24.MatProgressSpinnerModule, typeof i25.MatListModule, typeof i26.MatSidenavModule, typeof i27.MatToolbarModule, typeof i28.MatAutocompleteModule, typeof i29.MatSelectModule, typeof i30.MatSlideToggleModule, typeof i31.MatSnackBarModule, typeof i32.MatButtonModule, typeof i33.MatCheckboxModule, typeof i34.MatInputModule, typeof i35.MatFormFieldModule, typeof i36.MatIconModule, typeof i37.MatMenuModule]>;
44
43
  static ɵinj: i0.ɵɵInjectorDeclaration<MaterialModule>;
45
44
  }
@@ -21,6 +21,5 @@ export declare class CommentedNotification extends NotificationBase implements O
21
21
  interface Commented extends Notification {
22
22
  userIds: string[];
23
23
  text: string;
24
- number: string;
25
24
  }
26
25
  export {};
@@ -20,6 +20,5 @@ interface Escalated extends Notification {
20
20
  substituteId: string;
21
21
  role?: string;
22
22
  duration: number;
23
- number: string;
24
23
  }
25
24
  export {};
@@ -2,6 +2,7 @@ import { MailboxService } from "../../core/mailbox.service";
2
2
  import { RouterImpl } from "../../core/router";
3
3
  import { SessionService } from "../../core/session.service";
4
4
  import { TranslateService } from "../../core/translate.service";
5
+ import { Notification } from "../../core/models";
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class InviteNotification {
7
8
  private _router;
@@ -9,14 +10,12 @@ export declare class InviteNotification {
9
10
  notification: Invite;
10
11
  message: string;
11
12
  constructor(_router: RouterImpl, _mailbox: MailboxService, session: SessionService, translate: TranslateService, notification: Invite);
12
- open(e: MouseEvent): void;
13
+ open(_: MouseEvent): void;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<InviteNotification, never>;
14
15
  static ɵcmp: i0.ɵɵComponentDeclaration<InviteNotification, "ng-component", never, {}, {}, never, never, false>;
15
16
  }
16
- interface Invite {
17
+ interface Invite extends Notification {
17
18
  message?: string;
18
- formId: string;
19
- recipientId?: number;
20
- documentId?: number;
19
+ due?: Date;
21
20
  }
22
21
  export {};
@@ -20,6 +20,5 @@ export declare class LikedNotification extends NotificationBase implements OnIni
20
20
  interface Liked extends Notification {
21
21
  userIds: string[];
22
22
  voted?: number;
23
- number: string;
24
23
  }
25
24
  export {};
@@ -15,7 +15,7 @@ export declare class LongRunningTaskNotification implements OnInit {
15
15
  static ɵcmp: i0.ɵɵComponentDeclaration<LongRunningTaskNotification, "ng-component", never, {}, {}, never, never, false>;
16
16
  }
17
17
  interface ReportTask extends Notification {
18
- report: string;
18
+ name: string;
19
19
  value: number;
20
20
  }
21
21
  export {};
@@ -18,6 +18,5 @@ export declare class NudgeNotification extends NotificationBase implements OnIni
18
18
  }
19
19
  interface Nudge extends Notification {
20
20
  expire: Date;
21
- number: string;
22
21
  }
23
22
  export {};
@@ -15,8 +15,6 @@ export declare class StateChangedNotification extends NotificationBase implement
15
15
  static ɵcmp: i0.ɵɵComponentDeclaration<StateChangedNotification, "ng-component", never, {}, {}, never, never, false>;
16
16
  }
17
17
  interface StateChanged extends Notification {
18
- number: string;
19
- form: string;
20
18
  state: string;
21
19
  }
22
20
  export {};
@@ -20,7 +20,5 @@ export declare class TaggedNotification extends NotificationBase implements OnIn
20
20
  }
21
21
  interface Tagged extends Notification {
22
22
  who: string;
23
- form: string;
24
- number: string;
25
23
  }
26
24
  export {};
@@ -14,7 +14,6 @@ export declare class UpcomingEventNotification implements OnInit {
14
14
  static ɵcmp: i0.ɵɵComponentDeclaration<UpcomingEventNotification, "ng-component", never, {}, {}, never, never, false>;
15
15
  }
16
16
  interface UpcommingEvent extends Notification {
17
- number: string;
18
17
  starting: Date;
19
18
  }
20
19
  export {};
@@ -181,25 +181,24 @@ import * as i177 from "./modules/dayjs.module";
181
181
  import * as i178 from "@angular/common";
182
182
  import * as i179 from "@angular/common/http";
183
183
  import * as i180 from "@angular/forms";
184
- import * as i181 from "@angular/flex-layout";
185
- import * as i182 from "@angular/router";
186
- import * as i183 from "@ctrl/ngx-emoji-mart";
187
- import * as i184 from "./modules/gantt.module";
188
- import * as i185 from "./modules/schedule.module";
189
- import * as i186 from "./modules/circular-gauge.module";
190
- import * as i187 from "./modules/chart.module";
191
- import * as i188 from "./modules/grid.module";
192
- import * as i189 from "./modules/texteditor.module";
193
- import * as i190 from "./modules/spreadsheet.module";
194
- import * as i191 from "./modules/pivot.module";
195
- import * as i192 from "@syncfusion/ej2-angular-inputs";
196
- import * as i193 from "@syncfusion/ej2-angular-kanban";
197
- import * as i194 from "./modules/diagram.module";
198
- import * as i195 from "./modules/material.module";
184
+ import * as i181 from "@angular/router";
185
+ import * as i182 from "@ctrl/ngx-emoji-mart";
186
+ import * as i183 from "./modules/gantt.module";
187
+ import * as i184 from "./modules/schedule.module";
188
+ import * as i185 from "./modules/circular-gauge.module";
189
+ import * as i186 from "./modules/chart.module";
190
+ import * as i187 from "./modules/grid.module";
191
+ import * as i188 from "./modules/texteditor.module";
192
+ import * as i189 from "./modules/spreadsheet.module";
193
+ import * as i190 from "./modules/pivot.module";
194
+ import * as i191 from "@syncfusion/ej2-angular-inputs";
195
+ import * as i192 from "@syncfusion/ej2-angular-kanban";
196
+ import * as i193 from "./modules/diagram.module";
197
+ import * as i194 from "./modules/material.module";
199
198
  /** common BizDoc components */
200
199
  export declare class SharedModule {
201
200
  static forChild(config?: SharedConfig): ModuleWithProviders<SharedModule>;
202
201
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
203
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.LocalizedStringPipe, typeof i2.HelpTipComponent, typeof i3.BoxFormComponent, typeof i4.BoxFormRowComponent, typeof i5.BoxFormControlComponent, typeof i6.RolesPerformanceComponent, typeof i7.CubeUsageComponent, typeof i8.CubeDocumentsComponent, typeof i9.DateFormatPipe, typeof i10.CalendarPipe, typeof i11.DifferencePipe, typeof i12.DurationPipe, typeof i13.TimeAgoPipe, typeof i13.ToNowPipe, typeof i14.HtmlSimplePipe, typeof i15.CheckboxComponent, typeof i16.CubeParallelComponent, typeof i17.CubeSumComponent, typeof i18.CubeParallelViewComponent, typeof i19.CubeChartViewComponent, typeof i20.CubeExploreViewComponent, typeof i21.CubeDocumentSumComponent, typeof i22.ExploreItemImplComponent, typeof i23.DocumentInfoComponent, typeof i24.DocumentViewsComponent, typeof i25.ViewItemComponent, typeof i26.CubeDocumentMatrixComponent, typeof i27.CubeDocumentViewComponent, typeof i28.CubePivotViewComponent, typeof i29.ActionPicker, typeof i30.QuickCommentComponent, typeof i31.DurationFormatPipe, typeof i32.CombinationPicker, typeof i33.CombinationPickerBody, typeof i34.CombinationPool, typeof i35.TimelineViewComponent, typeof i36.MatIconAnimate, typeof i37.DateRangePipe, typeof i37.AgoPipe, typeof i38.StateDirective, typeof i39.JoinPipe, typeof i40.TypeValuePipe, typeof i41.L18nPipe, typeof i41.TranslatePipe, typeof i42.IdentityName, typeof i43.SanitizeHtmlPipe, typeof i44.StatePipe, typeof i45.ActionPipe, typeof i46.RolePipe, typeof i47.FormPipe, typeof i48.FilterPipe, typeof i48.ArraySortPipe, typeof i49.UserNamePipe, typeof i50.TaggingPipe, typeof i51.TypeSelect, typeof i52.TypeAutocomplete, typeof i53.Signature, typeof i54.AceInput, typeof i55.TimespanInput, typeof i56.AddressInput, typeof i57.FileInput, typeof i58.TimePicker, typeof i59.LayoutComponent, typeof i60.SignatureField, typeof i61.AddressField, typeof i62.RadioButtonField, typeof i63.ChecklistField, typeof i64.YesNoField, typeof i65.HtmlField, typeof i66.FileField, typeof i67.NumericField, typeof i68.AutocompleteField, typeof i69.CheckboxField, typeof i70.DateField, typeof i71.DateRangeField, typeof i72.ExpressionField, typeof i73.InputField, typeof i74.SelectField, typeof i75.SwitchField, typeof i76.TextareaField, typeof i77.TimespanField, typeof i78.ReturnActionComponent, typeof i79.AssignActionComponent, typeof i80.MoveToActionComponent, typeof i81.AvatarComponent, typeof i82.PeopleComponent, typeof i83.EditInputComponent, typeof i84.NgxComponentOutlet, typeof i85.LottieAnimation, typeof i14.ContactsComponent, typeof i86.CubeMatrixComponent, typeof i87.FilterTagsComponent, typeof i88.ExploreItemsComponent, typeof i89.CompareNameDirective, typeof i89.CompareGroupDirective, typeof i89.CompareContextDirective, typeof i90.GuideComponent, typeof i91.OutOfOfficeToast, typeof i92.NotificationsTableComponent, typeof i93.NotificationsFilterComponent, typeof i94.PrivilegeHiddenDirective, typeof i95.TaggingItemDirective, typeof i96.TaggingDirective, typeof i97.DocumentTaggingComponent, typeof i98.UserTaggingComponent, typeof i94.PrivilegeDisabledDirective, typeof i99.CubeDocumentsGridComponent, typeof i100.LongRunningTaskNotification, typeof i101.TaggedNotification, typeof i102.CommentedNotification, typeof i103.NudgeNotification, typeof i104.InviteNotification, typeof i105.TextNotification, typeof i106.CubeAnomalyNotification, typeof i107.EscalatedNotification, typeof i108.LikedNotification, typeof i109.StateChangedNotification, typeof i110.UpcomingEventNotification, typeof i111.NoneComponent, typeof i112.ScheduleViewComponent, typeof i113.OptionsComponent, typeof i114.TraceViewComponent, typeof i115.ProgressDirective, typeof i116.AttachmentsComponent, typeof i117.DocumentEventsComponent, typeof i118.TagsComponent, typeof i119.MapComponent, typeof i120.MaskComponent, typeof i121.FlowViewComponent, typeof i122.SubstitutionComponent, typeof i123.PopupComponent, typeof i124.AttachmentPreview, typeof i125.CommentsComponent, typeof i126.CommentComponent, typeof i127.EditCommentComponent, typeof i128.CommentLikesComponent, typeof i129.CommentEditsComponent, typeof i130.BrowseItemsComponent, typeof i131.BrowseFilterComponent, typeof i132.ExpandedItemComponent, typeof i133.ComposeFormComponent, typeof i134.CubeViewComponent, typeof i135.CubeFilterComponent, typeof i136.CubeAccumulationChartComponent, typeof i137.CubeChartComponent, typeof i138.CubePivotComponent, typeof i139.CubeSpreadsheetComponent, typeof i140.CubeGridComponent, typeof i141.ReportViewerComponent, typeof i142.TableViewComponent, typeof i143.ReportArgumentsComponent, typeof i144.DashboardComponent, typeof i145.WidgetItemComponent, typeof i146.CubeWidgetFilterComponent, typeof i147.SaveChangesDialog, typeof i148.AskDialog, typeof i149.AboutDialog, typeof i150.ActionDialog, typeof i151.ImpersonateDialog, typeof i152.ConversationComponent, typeof i153.CubeMatrixPopupComponent, typeof i154.VersionCompareComponent, typeof i155.ExploreDocumentComponent, typeof i156.TasksComponent, typeof i157.CubeDocumentsTableComponent, typeof i158.CubePerformanceWidget, typeof i159.CubeAccumAnalysisWidget, typeof i160.CubeAnalysisWidget, typeof i161.CubeChartAnalysisWidget, typeof i162.ActionsWidget, typeof i163.RecentsWidget, typeof i164.PendingResultsWidget, typeof i165.CompareGroupsWidget, typeof i166.CubeDocumentsWidget, typeof i167.DocumentStateWidgetComponent, typeof i168.PersonalScoreWidget, typeof i169.PersonalActivityWidget, typeof i170.PeersPerformanceWidget, typeof i171.UsagePivotComponent, typeof i172.UsageChartComponent, typeof i173.UsageReportArgs, typeof i174.EmojiHostComponent, typeof i175.TooltipDirective, typeof i175.TooltipComponent, typeof i176.BrokenPage], [typeof i177.DayJsModule, typeof i178.CommonModule, typeof i179.HttpClientModule, typeof i180.ReactiveFormsModule, typeof i181.FlexLayoutModule, typeof i182.RouterModule, typeof i183.PickerModule, typeof i184.SyncfusionGanttModule, typeof i185.SyncfusionScheduleModule, typeof i186.SyncfusionCircularGaugeModule, typeof i187.SyncfusionChartModule, typeof i184.SyncfusionGanttModule, typeof i188.SyncfusionGridModule, typeof i189.SyncfusionTextEditorModule, typeof i190.SyncfusionSpreadsheetModule, typeof i191.SyncfusionPivotModule, typeof i192.SignatureModule, typeof i193.KanbanModule, typeof i194.SyncfusionDiagramModule, typeof i195.MaterialModule], [typeof i1.LocalizedStringPipe, typeof i195.MaterialModule, typeof i176.BrokenPage, typeof i2.HelpTipComponent, typeof i87.FilterTagsComponent, typeof i9.DateFormatPipe, typeof i10.CalendarPipe, typeof i11.DifferencePipe, typeof i12.DurationPipe, typeof i13.TimeAgoPipe, typeof i13.ToNowPipe, typeof i15.CheckboxComponent, typeof i16.CubeParallelComponent, typeof i17.CubeSumComponent, typeof i22.ExploreItemImplComponent, typeof i23.DocumentInfoComponent, typeof i24.DocumentViewsComponent, typeof i144.DashboardComponent, typeof i118.TagsComponent, typeof i30.QuickCommentComponent, typeof i125.CommentsComponent, typeof i59.LayoutComponent, typeof i150.ActionDialog, typeof i131.BrowseFilterComponent, typeof i135.CubeFilterComponent, typeof i112.ScheduleViewComponent, typeof i141.ReportViewerComponent, typeof i145.WidgetItemComponent, typeof i134.CubeViewComponent, typeof i88.ExploreItemsComponent, typeof i133.ComposeFormComponent, typeof i130.BrowseItemsComponent, typeof i92.NotificationsTableComponent, typeof i29.ActionPicker, typeof i152.ConversationComponent, typeof i38.StateDirective, typeof i14.ContactsComponent, typeof i86.CubeMatrixComponent, typeof i84.NgxComponentOutlet, typeof i36.MatIconAnimate, typeof i175.TooltipDirective, typeof i55.TimespanInput, typeof i57.FileInput, typeof i56.AddressInput, typeof i54.AceInput, typeof i32.CombinationPicker, typeof i34.CombinationPool, typeof i51.TypeSelect, typeof i52.TypeAutocomplete, typeof i58.TimePicker, typeof i31.DurationFormatPipe, typeof i37.DateRangePipe, typeof i40.TypeValuePipe, typeof i39.JoinPipe, typeof i44.StatePipe, typeof i45.ActionPipe, typeof i46.RolePipe, typeof i47.FormPipe, typeof i48.FilterPipe, typeof i48.ArraySortPipe, typeof i49.UserNamePipe, typeof i43.SanitizeHtmlPipe, typeof i41.L18nPipe, typeof i41.TranslatePipe, typeof i42.IdentityName, typeof i81.AvatarComponent, typeof i143.ReportArgumentsComponent, typeof i124.AttachmentPreview, typeof i94.PrivilegeHiddenDirective, typeof i94.PrivilegeDisabledDirective, typeof i89.CompareGroupDirective, typeof i89.CompareNameDirective, typeof i89.CompareContextDirective, typeof i114.TraceViewComponent, typeof i121.FlowViewComponent, typeof i79.AssignActionComponent, typeof i78.ReturnActionComponent, typeof i155.ExploreDocumentComponent, typeof i158.CubePerformanceWidget, typeof i162.ActionsWidget, typeof i160.CubeAnalysisWidget, typeof i166.CubeDocumentsWidget, typeof i163.RecentsWidget, typeof i169.PersonalActivityWidget, typeof i165.CompareGroupsWidget, typeof i170.PeersPerformanceWidget, typeof i164.PendingResultsWidget, typeof i168.PersonalScoreWidget, typeof i146.CubeWidgetFilterComponent, typeof i157.CubeDocumentsTableComponent, typeof i99.CubeDocumentsGridComponent, typeof i156.TasksComponent, typeof i173.UsageReportArgs, typeof i172.UsageChartComponent, typeof i171.UsagePivotComponent, typeof i154.VersionCompareComponent, typeof i85.LottieAnimation, typeof i136.CubeAccumulationChartComponent, typeof i137.CubeChartComponent, typeof i138.CubePivotComponent, typeof i139.CubeSpreadsheetComponent, typeof i140.CubeGridComponent]>;
202
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.LocalizedStringPipe, typeof i2.HelpTipComponent, typeof i3.BoxFormComponent, typeof i4.BoxFormRowComponent, typeof i5.BoxFormControlComponent, typeof i6.RolesPerformanceComponent, typeof i7.CubeUsageComponent, typeof i8.CubeDocumentsComponent, typeof i9.DateFormatPipe, typeof i10.CalendarPipe, typeof i11.DifferencePipe, typeof i12.DurationPipe, typeof i13.TimeAgoPipe, typeof i13.ToNowPipe, typeof i14.HtmlSimplePipe, typeof i15.CheckboxComponent, typeof i16.CubeParallelComponent, typeof i17.CubeSumComponent, typeof i18.CubeParallelViewComponent, typeof i19.CubeChartViewComponent, typeof i20.CubeExploreViewComponent, typeof i21.CubeDocumentSumComponent, typeof i22.ExploreItemImplComponent, typeof i23.DocumentInfoComponent, typeof i24.DocumentViewsComponent, typeof i25.ViewItemComponent, typeof i26.CubeDocumentMatrixComponent, typeof i27.CubeDocumentViewComponent, typeof i28.CubePivotViewComponent, typeof i29.ActionPicker, typeof i30.QuickCommentComponent, typeof i31.DurationFormatPipe, typeof i32.CombinationPicker, typeof i33.CombinationPickerBody, typeof i34.CombinationPool, typeof i35.TimelineViewComponent, typeof i36.MatIconAnimate, typeof i37.DateRangePipe, typeof i37.AgoPipe, typeof i38.StateDirective, typeof i39.JoinPipe, typeof i40.TypeValuePipe, typeof i41.L18nPipe, typeof i41.TranslatePipe, typeof i42.IdentityName, typeof i43.SanitizeHtmlPipe, typeof i44.StatePipe, typeof i45.ActionPipe, typeof i46.RolePipe, typeof i47.FormPipe, typeof i48.FilterPipe, typeof i48.ArraySortPipe, typeof i49.UserNamePipe, typeof i50.TaggingPipe, typeof i51.TypeSelect, typeof i52.TypeAutocomplete, typeof i53.Signature, typeof i54.AceInput, typeof i55.TimespanInput, typeof i56.AddressInput, typeof i57.FileInput, typeof i58.TimePicker, typeof i59.LayoutComponent, typeof i60.SignatureField, typeof i61.AddressField, typeof i62.RadioButtonField, typeof i63.ChecklistField, typeof i64.YesNoField, typeof i65.HtmlField, typeof i66.FileField, typeof i67.NumericField, typeof i68.AutocompleteField, typeof i69.CheckboxField, typeof i70.DateField, typeof i71.DateRangeField, typeof i72.ExpressionField, typeof i73.InputField, typeof i74.SelectField, typeof i75.SwitchField, typeof i76.TextareaField, typeof i77.TimespanField, typeof i78.ReturnActionComponent, typeof i79.AssignActionComponent, typeof i80.MoveToActionComponent, typeof i81.AvatarComponent, typeof i82.PeopleComponent, typeof i83.EditInputComponent, typeof i84.NgxComponentOutlet, typeof i85.LottieAnimation, typeof i14.ContactsComponent, typeof i86.CubeMatrixComponent, typeof i87.FilterTagsComponent, typeof i88.ExploreItemsComponent, typeof i89.CompareNameDirective, typeof i89.CompareGroupDirective, typeof i89.CompareContextDirective, typeof i90.GuideComponent, typeof i91.OutOfOfficeToast, typeof i92.NotificationsTableComponent, typeof i93.NotificationsFilterComponent, typeof i94.PrivilegeHiddenDirective, typeof i95.TaggingItemDirective, typeof i96.TaggingDirective, typeof i97.DocumentTaggingComponent, typeof i98.UserTaggingComponent, typeof i94.PrivilegeDisabledDirective, typeof i99.CubeDocumentsGridComponent, typeof i100.LongRunningTaskNotification, typeof i101.TaggedNotification, typeof i102.CommentedNotification, typeof i103.NudgeNotification, typeof i104.InviteNotification, typeof i105.TextNotification, typeof i106.CubeAnomalyNotification, typeof i107.EscalatedNotification, typeof i108.LikedNotification, typeof i109.StateChangedNotification, typeof i110.UpcomingEventNotification, typeof i111.NoneComponent, typeof i112.ScheduleViewComponent, typeof i113.OptionsComponent, typeof i114.TraceViewComponent, typeof i115.ProgressDirective, typeof i116.AttachmentsComponent, typeof i117.DocumentEventsComponent, typeof i118.TagsComponent, typeof i119.MapComponent, typeof i120.MaskComponent, typeof i121.FlowViewComponent, typeof i122.SubstitutionComponent, typeof i123.PopupComponent, typeof i124.AttachmentPreview, typeof i125.CommentsComponent, typeof i126.CommentComponent, typeof i127.EditCommentComponent, typeof i128.CommentLikesComponent, typeof i129.CommentEditsComponent, typeof i130.BrowseItemsComponent, typeof i131.BrowseFilterComponent, typeof i132.ExpandedItemComponent, typeof i133.ComposeFormComponent, typeof i134.CubeViewComponent, typeof i135.CubeFilterComponent, typeof i136.CubeAccumulationChartComponent, typeof i137.CubeChartComponent, typeof i138.CubePivotComponent, typeof i139.CubeSpreadsheetComponent, typeof i140.CubeGridComponent, typeof i141.ReportViewerComponent, typeof i142.TableViewComponent, typeof i143.ReportArgumentsComponent, typeof i144.DashboardComponent, typeof i145.WidgetItemComponent, typeof i146.CubeWidgetFilterComponent, typeof i147.SaveChangesDialog, typeof i148.AskDialog, typeof i149.AboutDialog, typeof i150.ActionDialog, typeof i151.ImpersonateDialog, typeof i152.ConversationComponent, typeof i153.CubeMatrixPopupComponent, typeof i154.VersionCompareComponent, typeof i155.ExploreDocumentComponent, typeof i156.TasksComponent, typeof i157.CubeDocumentsTableComponent, typeof i158.CubePerformanceWidget, typeof i159.CubeAccumAnalysisWidget, typeof i160.CubeAnalysisWidget, typeof i161.CubeChartAnalysisWidget, typeof i162.ActionsWidget, typeof i163.RecentsWidget, typeof i164.PendingResultsWidget, typeof i165.CompareGroupsWidget, typeof i166.CubeDocumentsWidget, typeof i167.DocumentStateWidgetComponent, typeof i168.PersonalScoreWidget, typeof i169.PersonalActivityWidget, typeof i170.PeersPerformanceWidget, typeof i171.UsagePivotComponent, typeof i172.UsageChartComponent, typeof i173.UsageReportArgs, typeof i174.EmojiHostComponent, typeof i175.TooltipDirective, typeof i175.TooltipComponent, typeof i176.BrokenPage], [typeof i177.DayJsModule, typeof i178.CommonModule, typeof i179.HttpClientModule, typeof i180.ReactiveFormsModule, typeof i181.RouterModule, typeof i182.PickerModule, typeof i183.SyncfusionGanttModule, typeof i184.SyncfusionScheduleModule, typeof i185.SyncfusionCircularGaugeModule, typeof i186.SyncfusionChartModule, typeof i183.SyncfusionGanttModule, typeof i187.SyncfusionGridModule, typeof i188.SyncfusionTextEditorModule, typeof i189.SyncfusionSpreadsheetModule, typeof i190.SyncfusionPivotModule, typeof i191.SignatureModule, typeof i192.KanbanModule, typeof i193.SyncfusionDiagramModule, typeof i194.MaterialModule], [typeof i1.LocalizedStringPipe, typeof i194.MaterialModule, typeof i176.BrokenPage, typeof i2.HelpTipComponent, typeof i87.FilterTagsComponent, typeof i9.DateFormatPipe, typeof i10.CalendarPipe, typeof i11.DifferencePipe, typeof i12.DurationPipe, typeof i13.TimeAgoPipe, typeof i13.ToNowPipe, typeof i15.CheckboxComponent, typeof i16.CubeParallelComponent, typeof i17.CubeSumComponent, typeof i22.ExploreItemImplComponent, typeof i23.DocumentInfoComponent, typeof i24.DocumentViewsComponent, typeof i144.DashboardComponent, typeof i118.TagsComponent, typeof i30.QuickCommentComponent, typeof i125.CommentsComponent, typeof i59.LayoutComponent, typeof i150.ActionDialog, typeof i131.BrowseFilterComponent, typeof i135.CubeFilterComponent, typeof i112.ScheduleViewComponent, typeof i141.ReportViewerComponent, typeof i145.WidgetItemComponent, typeof i134.CubeViewComponent, typeof i88.ExploreItemsComponent, typeof i133.ComposeFormComponent, typeof i130.BrowseItemsComponent, typeof i92.NotificationsTableComponent, typeof i29.ActionPicker, typeof i152.ConversationComponent, typeof i38.StateDirective, typeof i14.ContactsComponent, typeof i86.CubeMatrixComponent, typeof i84.NgxComponentOutlet, typeof i36.MatIconAnimate, typeof i175.TooltipDirective, typeof i55.TimespanInput, typeof i57.FileInput, typeof i56.AddressInput, typeof i54.AceInput, typeof i32.CombinationPicker, typeof i34.CombinationPool, typeof i51.TypeSelect, typeof i52.TypeAutocomplete, typeof i58.TimePicker, typeof i31.DurationFormatPipe, typeof i37.DateRangePipe, typeof i40.TypeValuePipe, typeof i39.JoinPipe, typeof i44.StatePipe, typeof i45.ActionPipe, typeof i46.RolePipe, typeof i47.FormPipe, typeof i48.FilterPipe, typeof i48.ArraySortPipe, typeof i49.UserNamePipe, typeof i43.SanitizeHtmlPipe, typeof i41.L18nPipe, typeof i41.TranslatePipe, typeof i42.IdentityName, typeof i81.AvatarComponent, typeof i143.ReportArgumentsComponent, typeof i124.AttachmentPreview, typeof i94.PrivilegeHiddenDirective, typeof i94.PrivilegeDisabledDirective, typeof i89.CompareGroupDirective, typeof i89.CompareNameDirective, typeof i89.CompareContextDirective, typeof i114.TraceViewComponent, typeof i121.FlowViewComponent, typeof i79.AssignActionComponent, typeof i78.ReturnActionComponent, typeof i155.ExploreDocumentComponent, typeof i158.CubePerformanceWidget, typeof i162.ActionsWidget, typeof i160.CubeAnalysisWidget, typeof i166.CubeDocumentsWidget, typeof i163.RecentsWidget, typeof i169.PersonalActivityWidget, typeof i165.CompareGroupsWidget, typeof i170.PeersPerformanceWidget, typeof i164.PendingResultsWidget, typeof i168.PersonalScoreWidget, typeof i146.CubeWidgetFilterComponent, typeof i157.CubeDocumentsTableComponent, typeof i99.CubeDocumentsGridComponent, typeof i156.TasksComponent, typeof i173.UsageReportArgs, typeof i172.UsageChartComponent, typeof i171.UsagePivotComponent, typeof i154.VersionCompareComponent, typeof i85.LottieAnimation, typeof i136.CubeAccumulationChartComponent, typeof i137.CubeChartComponent, typeof i138.CubePivotComponent, typeof i139.CubeSpreadsheetComponent, typeof i140.CubeGridComponent]>;
204
203
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
205
204
  }
@@ -42,33 +42,33 @@ import * as i39 from "./admin/architecture/elements/parallel-view.component";
42
42
  import * as i40 from "./admin/architecture/elements/sum-view.component";
43
43
  import * as i41 from "./admin/architecture/elements/matrix-view.component";
44
44
  import * as i42 from "./admin/architecture/elements/analysis-view.component";
45
- import * as i43 from "./admin/architecture/designer.component";
46
- import * as i44 from "./admin/form/designer/box-designer.component";
47
- import * as i45 from "./admin/form/designer/section.component";
48
- import * as i46 from "./admin/form/designer/settings.component";
49
- import * as i47 from "./admin/form/designer/properties.component";
50
- import * as i48 from "./admin/permissions/permissions.component";
51
- import * as i49 from "./admin/indices/manage-cube-index.component";
52
- import * as i50 from "./admin/profiler/outofoffice.component";
53
- import * as i51 from "./admin/utility-wrapper.component";
54
- import * as i52 from "./admin/utility.pane.component";
55
- import * as i53 from "./admin/core/search.input";
56
- import * as i54 from "./admin/core/color-picker.input";
57
- import * as i55 from "./admin/document-trace/reassign.dialog";
58
- import * as i56 from "./admin/diff/configuration-diff.component";
59
- import * as i57 from "./admin/document-trace/document-trace.component";
60
- import * as i58 from "./admin/document-trace/trace-element.component";
61
- import * as i59 from "./admin/profiler/profiler.component";
62
- import * as i60 from "./admin/positions/positions.component";
63
- import * as i61 from "./admin/positions/positions-popup.component";
64
- import * as i62 from "./admin/form/workflow/workflow.component";
65
- import * as i63 from "./admin/form/workflow/node.component";
66
- import * as i64 from "./admin/form/workflow/role-node.component";
67
- import * as i65 from "./admin/patterns/patterns.component";
68
- import * as i66 from "@angular/common";
69
- import * as i67 from "@angular/common/http";
70
- import * as i68 from "@angular/forms";
71
- import * as i69 from "@angular/flex-layout";
45
+ import * as i43 from "./core/fields/localized-string.field";
46
+ import * as i44 from "./admin/architecture/designer.component";
47
+ import * as i45 from "./admin/form/designer/box-designer.component";
48
+ import * as i46 from "./admin/form/designer/section.component";
49
+ import * as i47 from "./admin/form/designer/settings.component";
50
+ import * as i48 from "./admin/form/designer/properties.component";
51
+ import * as i49 from "./admin/permissions/permissions.component";
52
+ import * as i50 from "./admin/indices/manage-cube-index.component";
53
+ import * as i51 from "./admin/profiler/outofoffice.component";
54
+ import * as i52 from "./admin/utility-wrapper.component";
55
+ import * as i53 from "./admin/utility.pane.component";
56
+ import * as i54 from "./admin/core/search.input";
57
+ import * as i55 from "./admin/core/color-picker.input";
58
+ import * as i56 from "./admin/document-trace/reassign.dialog";
59
+ import * as i57 from "./admin/diff/configuration-diff.component";
60
+ import * as i58 from "./admin/document-trace/document-trace.component";
61
+ import * as i59 from "./admin/document-trace/trace-element.component";
62
+ import * as i60 from "./admin/profiler/profiler.component";
63
+ import * as i61 from "./admin/positions/positions.component";
64
+ import * as i62 from "./admin/positions/positions-popup.component";
65
+ import * as i63 from "./admin/form/workflow/workflow.component";
66
+ import * as i64 from "./admin/form/workflow/node.component";
67
+ import * as i65 from "./admin/form/workflow/role-node.component";
68
+ import * as i66 from "./admin/patterns/patterns.component";
69
+ import * as i67 from "@angular/common";
70
+ import * as i68 from "@angular/common/http";
71
+ import * as i69 from "@angular/forms";
72
72
  import * as i70 from "@angular/router";
73
73
  import * as i71 from "@angular/cdk/scrolling";
74
74
  import * as i72 from "./modules/diagram.module";
@@ -78,6 +78,6 @@ import * as i75 from "./designer.module";
78
78
  export declare class SystemModule {
79
79
  static forChild(): ModuleWithProviders<SystemModule>;
80
80
  static ɵfac: i0.ɵɵFactoryDeclaration<SystemModule, never>;
81
- static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.FormInviteDialog, typeof i2.PerformanceReportDesignComponent, typeof i3.NodeDesignerComponent, typeof i4.DesignerPrivilegesComponent, typeof i5.AddContentDirective, typeof i6.IconPickerComponent, typeof i5.EditContentDirective, typeof i5.WidgetContentDirective, typeof i7.DocumentStateWidgetDesignComponent, typeof i8.PolicyDesignComponent, typeof i9.StateDesignComponent, typeof i10.RoleDesignComponent, typeof i11.GuideDesignComponent, typeof i12.ControlDesignComponent, typeof i13.AttributeDesignComponent, typeof i14.RuleDesignComponent, typeof i15.ReportDesignerComponent, typeof i16.FolderDesignComponent, typeof i17.UtilityDesignComponent, typeof i18.FormDesignComponent, typeof i19.WidgetDesignComponent, typeof i20.CubeDesignComponent, typeof i21.ActionDesignerComponent, typeof i15.ReportDesignerComponent, typeof i22.ViewDesignComponent, typeof i23.TypeDesignComponent, typeof i24.DesignerCubeFilterComponent, typeof i25.CubeIndexDesignComponent, typeof i26.ConfigurationDatasourceDesignComponent, typeof i27.ReturnToRoleActionDesignComponent, typeof i28.PivotViewDesignComponent, typeof i29.CubeViewDesignComponent, typeof i30.BoxFormDesignComponent, typeof i31.AnomalyRuleDesignComponent, typeof i32.UsageReportDesignComponent, typeof i33.DocumentsWidgetDesignComponent, typeof i34.PerformanceWidgetDesignComponent, typeof i35.DocumentsReportDesignComponent, typeof i36.TasksReportDesignComponent, typeof i37.ExploreViewDesignComponent, typeof i38.AnalysisWidgetDesignComponent, typeof i39.ParallelViewDesignComponent, typeof i40.SumViewDesignComponent, typeof i41.MatrixViewDesignComponent, typeof i42.ChartViewDesignComponent, typeof i43.ConfigurationDesignerComponent, typeof i5.DesignerItemComponent, typeof i5.DesignerItemOptionsComponent, typeof i44.FormDesignerComponent, typeof i45.SectionPropertiesComponent, typeof i46.BoxSettingsComponent, typeof i44.DesignControlComponent, typeof i47.ControlPropertiesComponent, typeof i48.PermissionsUtility, typeof i49.ManageCubeIndexUtility, typeof i50.ProfileSettingsDialog, typeof i51.UtilityWrapperComponent, typeof i52.UtilityPaneComponent, typeof i53.SearchInput, typeof i54.ColorPicker, typeof i55.ReassignDialog, typeof i56.SystemDiffComponent, typeof i57.DocumentTraceComponent, typeof i58.TraceElementComponent, typeof i59.ProfilerComponent, typeof i60.PositionsComponent, typeof i61.PositionsPopup, typeof i62.WorkflowComponent, typeof i63.WorkflowNodeComponent, typeof i64.RoleNodeComponent, typeof i65.PatternsComponent], [typeof i66.CommonModule, typeof i67.HttpClientModule, typeof i68.ReactiveFormsModule, typeof i69.FlexLayoutModule, typeof i70.RouterModule, typeof i71.ScrollingModule, typeof i72.SyncfusionDiagramModule, typeof i73.SyncfusionChartModule, typeof i74.SharedModule, typeof i75.DesignerModule], [typeof i48.PermissionsUtility, typeof i49.ManageCubeIndexUtility, typeof i51.UtilityWrapperComponent, typeof i52.UtilityPaneComponent, typeof i56.SystemDiffComponent, typeof i57.DocumentTraceComponent, typeof i59.ProfilerComponent, typeof i60.PositionsComponent, typeof i62.WorkflowComponent, typeof i64.RoleNodeComponent, typeof i65.PatternsComponent]>;
81
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.FormInviteDialog, typeof i2.PerformanceReportDesignComponent, typeof i3.NodeDesignerComponent, typeof i4.DesignerPrivilegesComponent, typeof i5.AddContentDirective, typeof i6.IconPickerComponent, typeof i5.EditContentDirective, typeof i5.WidgetContentDirective, typeof i7.DocumentStateWidgetDesignComponent, typeof i8.PolicyDesignComponent, typeof i9.StateDesignComponent, typeof i10.RoleDesignComponent, typeof i11.GuideDesignComponent, typeof i12.ControlDesignComponent, typeof i13.AttributeDesignComponent, typeof i14.RuleDesignComponent, typeof i15.ReportDesignerComponent, typeof i16.FolderDesignComponent, typeof i17.UtilityDesignComponent, typeof i18.FormDesignComponent, typeof i19.WidgetDesignComponent, typeof i20.CubeDesignComponent, typeof i21.ActionDesignerComponent, typeof i15.ReportDesignerComponent, typeof i22.ViewDesignComponent, typeof i23.TypeDesignComponent, typeof i24.DesignerCubeFilterComponent, typeof i25.CubeIndexDesignComponent, typeof i26.ConfigurationDatasourceDesignComponent, typeof i27.ReturnToRoleActionDesignComponent, typeof i28.PivotViewDesignComponent, typeof i29.CubeViewDesignComponent, typeof i30.BoxFormDesignComponent, typeof i31.AnomalyRuleDesignComponent, typeof i32.UsageReportDesignComponent, typeof i33.DocumentsWidgetDesignComponent, typeof i34.PerformanceWidgetDesignComponent, typeof i35.DocumentsReportDesignComponent, typeof i36.TasksReportDesignComponent, typeof i37.ExploreViewDesignComponent, typeof i38.AnalysisWidgetDesignComponent, typeof i39.ParallelViewDesignComponent, typeof i40.SumViewDesignComponent, typeof i41.MatrixViewDesignComponent, typeof i42.ChartViewDesignComponent, typeof i43.LocalizedStringField, typeof i44.ConfigurationDesignerComponent, typeof i5.DesignerItemComponent, typeof i5.DesignerItemOptionsComponent, typeof i45.FormDesignerComponent, typeof i46.SectionPropertiesComponent, typeof i47.BoxSettingsComponent, typeof i45.DesignControlComponent, typeof i48.ControlPropertiesComponent, typeof i49.PermissionsUtility, typeof i50.ManageCubeIndexUtility, typeof i51.ProfileSettingsDialog, typeof i52.UtilityWrapperComponent, typeof i53.UtilityPaneComponent, typeof i54.SearchInput, typeof i55.ColorPicker, typeof i56.ReassignDialog, typeof i57.SystemDiffComponent, typeof i58.DocumentTraceComponent, typeof i59.TraceElementComponent, typeof i60.ProfilerComponent, typeof i61.PositionsComponent, typeof i62.PositionsPopup, typeof i63.WorkflowComponent, typeof i64.WorkflowNodeComponent, typeof i65.RoleNodeComponent, typeof i66.PatternsComponent], [typeof i67.CommonModule, typeof i68.HttpClientModule, typeof i69.ReactiveFormsModule, typeof i70.RouterModule, typeof i71.ScrollingModule, typeof i72.SyncfusionDiagramModule, typeof i73.SyncfusionChartModule, typeof i74.SharedModule, typeof i75.DesignerModule], [typeof i49.PermissionsUtility, typeof i50.ManageCubeIndexUtility, typeof i52.UtilityWrapperComponent, typeof i53.UtilityPaneComponent, typeof i57.SystemDiffComponent, typeof i58.DocumentTraceComponent, typeof i60.ProfilerComponent, typeof i61.PositionsComponent, typeof i63.WorkflowComponent, typeof i65.RoleNodeComponent, typeof i66.PatternsComponent]>;
82
82
  static ɵinj: i0.ɵɵInjectorDeclaration<SystemModule>;
83
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.17.2",
3
+ "version": "1.17.7",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",
@@ -12,24 +12,24 @@
12
12
  "ajv": "^8.11.0",
13
13
  "@ctrl/ngx-emoji-mart": "^7.0.0",
14
14
  "@microsoft/signalr": "^6.0.10",
15
- "@syncfusion/ej2": "^20.3.49",
16
- "@syncfusion/ej2-angular-charts": "^20.3.49",
15
+ "@syncfusion/ej2": "^20.3.50",
16
+ "@syncfusion/ej2-angular-charts": "^20.3.50",
17
17
  "@syncfusion/ej2-angular-circulargauge": "^20.3.49",
18
- "@syncfusion/ej2-angular-diagrams": "^20.3.49",
19
- "@syncfusion/ej2-angular-gantt": "^20.3.49",
20
- "@syncfusion/ej2-angular-grids": "^20.3.49",
18
+ "@syncfusion/ej2-angular-diagrams": "^20.3.50",
19
+ "@syncfusion/ej2-angular-gantt": "^20.3.50",
20
+ "@syncfusion/ej2-angular-grids": "^20.3.50",
21
21
  "@syncfusion/ej2-angular-kanban": "^20.3.49",
22
- "@syncfusion/ej2-angular-pivotview": "^20.3.49",
23
- "@syncfusion/ej2-angular-richtexteditor": "^20.3.47",
24
- "@syncfusion/ej2-angular-schedule": "^20.3.49",
25
- "@syncfusion/ej2-angular-spreadsheet": "^20.3.49",
26
- "@syncfusion/ej2-angular-inputs": "^20.3.49",
27
- "@syncfusion/ej2-base": "^20.3.49",
22
+ "@syncfusion/ej2-angular-pivotview": "^20.3.50",
23
+ "@syncfusion/ej2-angular-richtexteditor": "^20.3.50",
24
+ "@syncfusion/ej2-angular-schedule": "^20.3.50",
25
+ "@syncfusion/ej2-angular-spreadsheet": "^20.3.50",
26
+ "@syncfusion/ej2-angular-inputs": "^20.3.50",
27
+ "@syncfusion/ej2-base": "^20.3.50",
28
28
  "@teamhive/lottie-player": "^1.0.0",
29
29
  "brace": "^0.11.1",
30
30
  "cookie": "^0.5.0",
31
- "dayjs": "^1.11.5",
32
- "firebase": "^9.12.0",
31
+ "dayjs": "^1.11.6",
32
+ "firebase": "^9.12.1",
33
33
  "hammerjs": "~2",
34
34
  "lottie-web": "^5.9.6",
35
35
  "ngx-cookie-service": "14",
@@ -42,7 +42,6 @@
42
42
  "@angular/common": "14",
43
43
  "@angular/compiler": "14",
44
44
  "@angular/core": "14",
45
- "@angular/flex-layout": "^14.0.0-beta.40",
46
45
  "@angular/forms": "14",
47
46
  "@angular/material": "14",
48
47
  "@angular/platform-browser": "14",