@bizdoc/core 1.16.17 → 1.16.22

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 (352) hide show
  1. package/assets/bizdoc-schema.json +15 -0
  2. package/assets/themes/brown.min.css +2 -2
  3. package/assets/themes/dark.min.css +2 -2
  4. package/assets/themes/deep-purple-light-blue.min.css +3 -3
  5. package/assets/themes/deep-purple-teal.min.css +3 -3
  6. package/assets/themes/default.min.css +3 -3
  7. package/assets/themes/green.min.css +2 -2
  8. package/assets/themes/indigo.min.css +2 -2
  9. package/esm2020/lib/admin/admin-dismiss.service.mjs +3 -3
  10. package/esm2020/lib/admin/admin-menu.component.mjs +3 -3
  11. package/esm2020/lib/admin/configuration-designer/cube-axes-filter.component.mjs +3 -3
  12. package/esm2020/lib/admin/configuration-designer/declarations.mjs +1 -1
  13. package/esm2020/lib/admin/configuration-designer/designer-element.component.mjs +54 -54
  14. package/esm2020/lib/admin/configuration-designer/designer-privileges.component.mjs +3 -3
  15. package/esm2020/lib/admin/configuration-designer/designer.base.mjs +9 -9
  16. package/esm2020/lib/admin/configuration-designer/designer.component.mjs +18 -14
  17. package/esm2020/lib/admin/configuration-designer/elements/action.component.mjs +3 -3
  18. package/esm2020/lib/admin/configuration-designer/elements/analysis-view.component.mjs +3 -3
  19. package/esm2020/lib/admin/configuration-designer/elements/analysis-widget.component.mjs +3 -3
  20. package/esm2020/lib/admin/configuration-designer/elements/anomaly-rule.component.mjs +3 -3
  21. package/esm2020/lib/admin/configuration-designer/elements/box-form.component.mjs +3 -3
  22. package/esm2020/lib/admin/configuration-designer/elements/configuration-datasource.component.mjs +3 -3
  23. package/esm2020/lib/admin/configuration-designer/elements/cube-index-utility.component.mjs +3 -3
  24. package/esm2020/lib/admin/configuration-designer/elements/cube-view.component.mjs +3 -3
  25. package/esm2020/lib/admin/configuration-designer/elements/cube.component.mjs +37 -29
  26. package/esm2020/lib/admin/configuration-designer/elements/documents-report.component.mjs +3 -3
  27. package/esm2020/lib/admin/configuration-designer/elements/documents-widget.component.mjs +3 -3
  28. package/esm2020/lib/admin/configuration-designer/elements/explore-view.component.mjs +3 -3
  29. package/esm2020/lib/admin/configuration-designer/elements/folder.component.mjs +3 -3
  30. package/esm2020/lib/admin/configuration-designer/elements/form.component.mjs +3 -3
  31. package/esm2020/lib/admin/configuration-designer/elements/guide.component.mjs +3 -3
  32. package/esm2020/lib/admin/configuration-designer/elements/matrix-view.component.mjs +3 -3
  33. package/esm2020/lib/admin/configuration-designer/elements/parallel-view.component.mjs +3 -3
  34. package/esm2020/lib/admin/configuration-designer/elements/performance-widget.component.mjs +3 -3
  35. package/esm2020/lib/admin/configuration-designer/elements/pivot-view.component.mjs +3 -3
  36. package/esm2020/lib/admin/configuration-designer/elements/policy.component.mjs +17 -0
  37. package/esm2020/lib/admin/configuration-designer/elements/report.component.mjs +3 -3
  38. package/esm2020/lib/admin/configuration-designer/elements/return-to-role-action.component.mjs +3 -3
  39. package/esm2020/lib/admin/configuration-designer/elements/role.component.mjs +3 -3
  40. package/esm2020/lib/admin/configuration-designer/elements/rule.component.mjs +5 -5
  41. package/esm2020/lib/admin/configuration-designer/elements/state.component.mjs +3 -3
  42. package/esm2020/lib/admin/configuration-designer/elements/sum-view.component.mjs +3 -3
  43. package/esm2020/lib/admin/configuration-designer/elements/tasks-report.component.mjs +3 -3
  44. package/esm2020/lib/admin/configuration-designer/elements/type.component.mjs +3 -3
  45. package/esm2020/lib/admin/configuration-designer/elements/usage-report.component.mjs +3 -3
  46. package/esm2020/lib/admin/configuration-designer/elements/utility.component.mjs +3 -3
  47. package/esm2020/lib/admin/configuration-designer/elements/view.component.mjs +3 -3
  48. package/esm2020/lib/admin/configuration-designer/elements/widget.component.mjs +3 -3
  49. package/esm2020/lib/admin/configuration-designer/icon-picker.component.mjs +3 -3
  50. package/esm2020/lib/admin/core/ace.input.mjs +3 -3
  51. package/esm2020/lib/admin/core/color-picker.input.mjs +3 -3
  52. package/esm2020/lib/admin/core/search.input.mjs +3 -3
  53. package/esm2020/lib/admin/diff/configuration-diff.component.mjs +3 -3
  54. package/esm2020/lib/admin/document-trace/document-trace.component.mjs +3 -3
  55. package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +3 -3
  56. package/esm2020/lib/admin/document-trace/trace-element.component.mjs +3 -3
  57. package/esm2020/lib/admin/form/designer/designer.component.mjs +3 -3
  58. package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
  59. package/esm2020/lib/admin/form/workflow/node.component.mjs +3 -3
  60. package/esm2020/lib/admin/form/workflow/role-node.component.mjs +3 -3
  61. package/esm2020/lib/admin/form/workflow/workflow.component.mjs +3 -3
  62. package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +3 -3
  63. package/esm2020/lib/admin/patterns/patterns.component.mjs +3 -3
  64. package/esm2020/lib/admin/permissions/permissions.component.mjs +3 -3
  65. package/esm2020/lib/admin/positions/positions-popup.component.mjs +3 -3
  66. package/esm2020/lib/admin/positions/positions.component.mjs +3 -3
  67. package/esm2020/lib/admin/profiler/outofoffice.component.mjs +3 -3
  68. package/esm2020/lib/admin/profiler/profiler.component.mjs +3 -3
  69. package/esm2020/lib/admin/system.service.mjs +4 -4
  70. package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
  71. package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
  72. package/esm2020/lib/app.component.mjs +6 -6
  73. package/esm2020/lib/bizdoc.module.mjs +4 -4
  74. package/esm2020/lib/browse/browse-items.component.mjs +3 -3
  75. package/esm2020/lib/browse/browse.mobile.component.mjs +3 -3
  76. package/esm2020/lib/browse/browse.pane.component.mjs +3 -3
  77. package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +3 -3
  78. package/esm2020/lib/browse/filter/filter.component.mjs +3 -3
  79. package/esm2020/lib/browse/folders-menu.component.mjs +3 -3
  80. package/esm2020/lib/chat/chat-info.mjs +3 -3
  81. package/esm2020/lib/chat/chat.mobile.component.mjs +3 -3
  82. package/esm2020/lib/chat/chat.service.mjs +3 -3
  83. package/esm2020/lib/chat/contacts.component.mjs +6 -6
  84. package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
  85. package/esm2020/lib/chat/conversation.component.mjs +3 -3
  86. package/esm2020/lib/chat/conversation.pane.component.mjs +3 -3
  87. package/esm2020/lib/compose/action/action-picker.component.mjs +3 -3
  88. package/esm2020/lib/compose/action/action.dialog.mjs +3 -3
  89. package/esm2020/lib/compose/action/action.pane.dialog.exp.mjs +3 -3
  90. package/esm2020/lib/compose/action/assign-action.component.mjs +3 -3
  91. package/esm2020/lib/compose/action/moveto-action.component.mjs +3 -3
  92. package/esm2020/lib/compose/action/return-action.component.mjs +3 -3
  93. package/esm2020/lib/compose/attachments/attachments.component.mjs +3 -3
  94. package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +3 -3
  95. package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
  96. package/esm2020/lib/compose/box/box.component.mjs +3 -3
  97. package/esm2020/lib/compose/can-deactivate-changes.service.mjs +3 -3
  98. package/esm2020/lib/compose/comments/comment.component.mjs +3 -3
  99. package/esm2020/lib/compose/comments/comments.component.mjs +3 -3
  100. package/esm2020/lib/compose/comments/comments.pane.component.mjs +3 -3
  101. package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
  102. package/esm2020/lib/compose/comments/edits.component.mjs +3 -3
  103. package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
  104. package/esm2020/lib/compose/comments/votes.component.mjs +3 -3
  105. package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
  106. package/esm2020/lib/compose/compose.mobile.component.mjs +3 -3
  107. package/esm2020/lib/compose/compose.pane.component.mjs +3 -3
  108. package/esm2020/lib/compose/copy/copy.dialog.mjs +3 -3
  109. package/esm2020/lib/compose/dismiss.service.mjs +3 -3
  110. package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
  111. package/esm2020/lib/compose/document.component.mjs +3 -3
  112. package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
  113. package/esm2020/lib/compose/document.pane.component.mjs +3 -3
  114. package/esm2020/lib/compose/events/events.component.mjs +3 -3
  115. package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
  116. package/esm2020/lib/compose/form.component.mjs +3 -3
  117. package/esm2020/lib/compose/new-menu.component.mjs +3 -3
  118. package/esm2020/lib/compose/privilage.directive.mjs +6 -6
  119. package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
  120. package/esm2020/lib/compose/state.component.mjs +3 -3
  121. package/esm2020/lib/compose/tag/tags.component.mjs +3 -3
  122. package/esm2020/lib/compose/trace/flow.component.mjs +3 -3
  123. package/esm2020/lib/compose/trace/people.component.mjs +3 -3
  124. package/esm2020/lib/compose/trace/trace.base.mjs +3 -3
  125. package/esm2020/lib/compose/trace/trace.component.mjs +3 -3
  126. package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
  127. package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
  128. package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
  129. package/esm2020/lib/compose/version-compare/version.pane.component.mjs +3 -3
  130. package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
  131. package/esm2020/lib/core/account.service.mjs +3 -3
  132. package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
  133. package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
  134. package/esm2020/lib/core/component-factory-resolver.mjs +3 -3
  135. package/esm2020/lib/core/controls/address.input.mjs +3 -3
  136. package/esm2020/lib/core/controls/auto-complete.input.mjs +3 -3
  137. package/esm2020/lib/core/controls/combination-picker-body.mjs +3 -3
  138. package/esm2020/lib/core/controls/combination-picker.mjs +3 -3
  139. package/esm2020/lib/core/controls/combination-pool.mjs +3 -3
  140. package/esm2020/lib/core/controls/file.input.mjs +3 -3
  141. package/esm2020/lib/core/controls/select.input.mjs +3 -3
  142. package/esm2020/lib/core/controls/time-picker.mjs +3 -3
  143. package/esm2020/lib/core/controls/timespan.input.mjs +3 -3
  144. package/esm2020/lib/core/datasource.service.mjs +3 -3
  145. package/esm2020/lib/core/guide/guide.component.mjs +3 -3
  146. package/esm2020/lib/core/guide/guide.service.mjs +3 -3
  147. package/esm2020/lib/core/guide/help-tip.component.mjs +3 -3
  148. package/esm2020/lib/core/http.interceptor.mjs +3 -3
  149. package/esm2020/lib/core/hub.service.mjs +3 -3
  150. package/esm2020/lib/core/identity/identity.component.mjs +3 -3
  151. package/esm2020/lib/core/info/attachment-info.service.mjs +3 -3
  152. package/esm2020/lib/core/info/document-info.service.mjs +3 -3
  153. package/esm2020/lib/core/info/location-info.component.mjs +3 -3
  154. package/esm2020/lib/core/info/map-info.mjs +3 -3
  155. package/esm2020/lib/core/layout/autocomplete.field.mjs +6 -5
  156. package/esm2020/lib/core/layout/checkbox.field.mjs +3 -3
  157. package/esm2020/lib/core/layout/checkbox.mjs +5 -5
  158. package/esm2020/lib/core/layout/date-range.field.mjs +6 -5
  159. package/esm2020/lib/core/layout/date.field.mjs +6 -5
  160. package/esm2020/lib/core/layout/expression.field.mjs +6 -5
  161. package/esm2020/lib/core/layout/file.field.mjs +3 -3
  162. package/esm2020/lib/core/layout/html.field.mjs +6 -5
  163. package/esm2020/lib/core/layout/input.base.mjs +3 -3
  164. package/esm2020/lib/core/layout/input.field.mjs +6 -5
  165. package/esm2020/lib/core/layout/layout.component.mjs +4 -4
  166. package/esm2020/lib/core/layout/numeric.field.mjs +6 -5
  167. package/esm2020/lib/core/layout/select.field.mjs +23 -16
  168. package/esm2020/lib/core/layout/switch.field.mjs +6 -5
  169. package/esm2020/lib/core/layout/textarea.field.mjs +6 -5
  170. package/esm2020/lib/core/layout/timespan.field.mjs +6 -5
  171. package/esm2020/lib/core/lottie-animation.mjs +3 -3
  172. package/esm2020/lib/core/mailbox.service.mjs +3 -3
  173. package/esm2020/lib/core/none.component.mjs +3 -3
  174. package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
  175. package/esm2020/lib/core/pipes/calendar.pipe.mjs +3 -3
  176. package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
  177. package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
  178. package/esm2020/lib/core/pipes/difference.pipe.mjs +3 -3
  179. package/esm2020/lib/core/pipes/duration-format.pipe.mjs +3 -3
  180. package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
  181. package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
  182. package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
  183. package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
  184. package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
  185. package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
  186. package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
  187. package/esm2020/lib/core/pipes/time-ago.pipe.mjs +50 -4
  188. package/esm2020/lib/core/pipes/translate.pipe.mjs +6 -6
  189. package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
  190. package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
  191. package/esm2020/lib/core/popup/popup.component.mjs +3 -3
  192. package/esm2020/lib/core/popup/popup.service.mjs +3 -3
  193. package/esm2020/lib/core/popup/tooltip.directive.mjs +6 -6
  194. package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +3 -3
  195. package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
  196. package/esm2020/lib/core/prompt.service.mjs +3 -3
  197. package/esm2020/lib/core/router.mjs +6 -6
  198. package/esm2020/lib/core/save-changes.dialog.mjs +3 -3
  199. package/esm2020/lib/core/session.service.mjs +3 -3
  200. package/esm2020/lib/core/slots/router.directive.mjs +3 -3
  201. package/esm2020/lib/core/slots/router.service.mjs +3 -3
  202. package/esm2020/lib/core/slots/slots.component.mjs +3 -3
  203. package/esm2020/lib/core/tagging/documents.component.mjs +3 -3
  204. package/esm2020/lib/core/tagging/edit-input.component.mjs +3 -3
  205. package/esm2020/lib/core/tagging/emoji.component.mjs +3 -3
  206. package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
  207. package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
  208. package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
  209. package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
  210. package/esm2020/lib/core/tagging/users.component.mjs +3 -3
  211. package/esm2020/lib/core/translate.service.mjs +3 -3
  212. package/esm2020/lib/core/translations.mjs +3 -1
  213. package/esm2020/lib/core/window-title.service.mjs +3 -3
  214. package/esm2020/lib/cube/accum/accum.component.mjs +3 -3
  215. package/esm2020/lib/cube/chart/chart.component.mjs +3 -3
  216. package/esm2020/lib/cube/cube-info.service.mjs +3 -3
  217. package/esm2020/lib/cube/cube-menu.component.mjs +3 -3
  218. package/esm2020/lib/cube/cube-view.component.mjs +3 -3
  219. package/esm2020/lib/cube/cube.service.mjs +3 -3
  220. package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
  221. package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
  222. package/esm2020/lib/cube/explore/explore-items.component.mjs +3 -3
  223. package/esm2020/lib/cube/explore/explore.pane.component.mjs +3 -3
  224. package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
  225. package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
  226. package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
  227. package/esm2020/lib/cube/filter/filter.component.mjs +3 -3
  228. package/esm2020/lib/cube/grid/grid.component.mjs +3 -3
  229. package/esm2020/lib/cube/grid/spreadsheet.component.mjs +3 -3
  230. package/esm2020/lib/cube/matrix/matrix.base.mjs +3 -3
  231. package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +3 -3
  232. package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +3 -3
  233. package/esm2020/lib/cube/matrix/popup.component.mjs +3 -3
  234. package/esm2020/lib/cube/matrix/table.component.mjs +3 -3
  235. package/esm2020/lib/cube/parallel/parallel.component.mjs +3 -3
  236. package/esm2020/lib/cube/pivot/pivot.component.mjs +3 -3
  237. package/esm2020/lib/cube/sum/sum.component.mjs +3 -3
  238. package/esm2020/lib/cube/view-base.mjs +3 -3
  239. package/esm2020/lib/cube/view.mobile.component.mjs +3 -3
  240. package/esm2020/lib/cube/view.pane.component.mjs +3 -3
  241. package/esm2020/lib/dashboard/actions/actions.widget.mjs +3 -3
  242. package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +3 -3
  243. package/esm2020/lib/dashboard/cube/compare.widget.mjs +3 -3
  244. package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +3 -3
  245. package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
  246. package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +3 -3
  247. package/esm2020/lib/dashboard/cube/documents.widget.mjs +3 -3
  248. package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +3 -3
  249. package/esm2020/lib/dashboard/dashboard.component.mjs +3 -3
  250. package/esm2020/lib/dashboard/dashboard.pane.component.mjs +3 -3
  251. package/esm2020/lib/dashboard/recents/recents.widget.mjs +3 -3
  252. package/esm2020/lib/dashboard/score/activity.widget.mjs +3 -3
  253. package/esm2020/lib/dashboard/score/compare-groups.widget.mjs +3 -3
  254. package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +3 -3
  255. package/esm2020/lib/dashboard/score/pending-results.widget.mjs +3 -3
  256. package/esm2020/lib/dashboard/score/personal-score.widget.mjs +3 -3
  257. package/esm2020/lib/dashboard/widget-item.component.mjs +3 -3
  258. package/esm2020/lib/desktop.module.mjs +4 -4
  259. package/esm2020/lib/home/about/about.dialog.mjs +3 -3
  260. package/esm2020/lib/home/home-base.component.mjs +3 -3
  261. package/esm2020/lib/home/home.desktop.component.mjs +3 -3
  262. package/esm2020/lib/home/home.mobile.component.mjs +3 -3
  263. package/esm2020/lib/home/notifications/notifications.component.mjs +3 -3
  264. package/esm2020/lib/home/options/options.component.mjs +3 -3
  265. package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +3 -3
  266. package/esm2020/lib/home/search.service.mjs +3 -3
  267. package/esm2020/lib/home/sign/sign.component.mjs +3 -3
  268. package/esm2020/lib/home/tools.component.mjs +3 -3
  269. package/esm2020/lib/impersonate/impersonate.component.mjs +3 -3
  270. package/esm2020/lib/mobile.module.mjs +4 -4
  271. package/esm2020/lib/modules/chart.module.mjs +4 -4
  272. package/esm2020/lib/modules/circular-gauge.module.mjs +4 -4
  273. package/esm2020/lib/modules/datepicker.intl.mjs +3 -3
  274. package/esm2020/lib/modules/dayjs.module.mjs +4 -4
  275. package/esm2020/lib/modules/diagram.module.mjs +4 -4
  276. package/esm2020/lib/modules/gantt.module.mjs +4 -4
  277. package/esm2020/lib/modules/grid.module.mjs +4 -4
  278. package/esm2020/lib/modules/material.module.mjs +4 -4
  279. package/esm2020/lib/modules/paginator.intl.mjs +3 -3
  280. package/esm2020/lib/modules/pivot.module.mjs +4 -4
  281. package/esm2020/lib/modules/schedule.module.mjs +4 -4
  282. package/esm2020/lib/modules/spreadsheet.module.mjs +4 -4
  283. package/esm2020/lib/modules/stepper.intl.mjs +3 -3
  284. package/esm2020/lib/modules/texteditor.module.mjs +4 -4
  285. package/esm2020/lib/notifications/filter.component.mjs +3 -3
  286. package/esm2020/lib/notifications/notifications-table.component.mjs +3 -3
  287. package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
  288. package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
  289. package/esm2020/lib/notifications/notifications.service.mjs +3 -3
  290. package/esm2020/lib/notifications/types/commented.notification.mjs +3 -3
  291. package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
  292. package/esm2020/lib/notifications/types/escalated.notification.mjs +3 -3
  293. package/esm2020/lib/notifications/types/liked.notification.mjs +3 -3
  294. package/esm2020/lib/notifications/types/long-running-task.notification.mjs +3 -3
  295. package/esm2020/lib/notifications/types/notification-base.mjs +3 -3
  296. package/esm2020/lib/notifications/types/nudge.notification.mjs +3 -3
  297. package/esm2020/lib/notifications/types/state-changed.notification.mjs +3 -3
  298. package/esm2020/lib/notifications/types/tagged.notification.mjs +3 -3
  299. package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
  300. package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +3 -3
  301. package/esm2020/lib/options/options.component.mjs +3 -3
  302. package/esm2020/lib/options/options.service.mjs +3 -3
  303. package/esm2020/lib/reports/arguments-component.mjs +3 -3
  304. package/esm2020/lib/reports/cube/documents.component.mjs +3 -3
  305. package/esm2020/lib/reports/cube/grid-documents.component.mjs +3 -3
  306. package/esm2020/lib/reports/cube/table-documents.component.mjs +3 -3
  307. package/esm2020/lib/reports/cube/usage-args.component.mjs +3 -3
  308. package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
  309. package/esm2020/lib/reports/cube/usage-chart.component.mjs +3 -3
  310. package/esm2020/lib/reports/cube/usage-pivot.component.mjs +3 -3
  311. package/esm2020/lib/reports/cube/usage.component.mjs +3 -3
  312. package/esm2020/lib/reports/report-viewer.component.mjs +3 -3
  313. package/esm2020/lib/reports/report.mobile.component.mjs +3 -3
  314. package/esm2020/lib/reports/report.pane.component.mjs +3 -3
  315. package/esm2020/lib/reports/reports-menu.component.mjs +3 -3
  316. package/esm2020/lib/reports/substitution/substitution.component.mjs +3 -3
  317. package/esm2020/lib/reports/table/table-view.component.mjs +3 -3
  318. package/esm2020/lib/reports/tasks/tasks.component.mjs +3 -3
  319. package/esm2020/lib/scheduler/schedule.component.mjs +3 -3
  320. package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
  321. package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
  322. package/esm2020/lib/shared.module.mjs +10 -10
  323. package/esm2020/lib/system.module.mjs +15 -9
  324. package/esm2020/lib/views/cube/chart.component.mjs +3 -3
  325. package/esm2020/lib/views/cube/cube-base.mjs +3 -3
  326. package/esm2020/lib/views/cube/explore.component.mjs +3 -3
  327. package/esm2020/lib/views/cube/matrix.component.mjs +3 -3
  328. package/esm2020/lib/views/cube/parallel.component.mjs +3 -3
  329. package/esm2020/lib/views/cube/pivot.component.mjs +3 -3
  330. package/esm2020/lib/views/cube/sum.component.mjs +3 -3
  331. package/esm2020/lib/views/cube/view.component.mjs +3 -3
  332. package/esm2020/lib/views/timeline/timeline.component.exp.mjs +3 -3
  333. package/esm2020/lib/views/view-item.component.mjs +3 -3
  334. package/esm2020/lib/views/views.component.mjs +3 -3
  335. package/esm2020/lib/views/views.mobile.component.mjs +3 -3
  336. package/esm2020/lib/views/views.pane.component.mjs +3 -3
  337. package/esm2020/public-api.mjs +2 -2
  338. package/fesm2015/bizdoc-core.mjs +1219 -1128
  339. package/fesm2015/bizdoc-core.mjs.map +1 -1
  340. package/fesm2020/bizdoc-core.mjs +1219 -1128
  341. package/fesm2020/bizdoc-core.mjs.map +1 -1
  342. package/lib/admin/configuration-designer/declarations.d.ts +3 -0
  343. package/lib/admin/configuration-designer/designer-element.component.d.ts +3 -5
  344. package/lib/admin/configuration-designer/elements/cube.component.d.ts +17 -11
  345. package/lib/admin/configuration-designer/elements/policy.component.d.ts +8 -0
  346. package/lib/admin/system.service.d.ts +5 -0
  347. package/lib/core/pipes/time-ago.pipe.d.ts +13 -0
  348. package/lib/core/translations.d.ts +2 -0
  349. package/lib/shared.module.d.ts +1 -1
  350. package/lib/system.module.d.ts +63 -62
  351. package/package.json +14 -14
  352. package/public-api.d.ts +1 -1
@@ -56,6 +56,8 @@ export interface DesignerModel {
56
56
  roles: ElementModel<any>[];
57
57
  rules: ElementModel<any>[];
58
58
  tRules: TemplateInfo[];
59
+ policies: ElementModel<any>[];
60
+ tPolicies: TemplateInfo[];
59
61
  views: ElementModel<any>[];
60
62
  tViews: TemplateInfo[];
61
63
  widgets: ElementModel<any>[];
@@ -199,6 +201,7 @@ export interface DesignerInfo {
199
201
  folders: ElementInfo[];
200
202
  roles: ElementInfo[];
201
203
  rules: ElementInfo[];
204
+ policies: ElementInfo[];
202
205
  views: ElementInfo[];
203
206
  widgets: ElementInfo[];
204
207
  actions: ElementInfo[];
@@ -2,7 +2,6 @@ import { AfterViewInit, ComponentRef, ElementRef, EventEmitter, OnDestroy, Templ
2
2
  import { FormBuilder, FormControl, FormGroup } from "@angular/forms";
3
3
  import { Portal } from "@angular/cdk/portal";
4
4
  import { BizDocComponentFactoryResolver } from "../../core/component-factory-resolver";
5
- import { SystemService } from "../system.service";
6
5
  import { Role } from "../../core/models";
7
6
  import { DesignerRef, ElementModel, DesignMode, DesignerElementComponent } from "./declarations";
8
7
  import { LayoutComponent } from "../../core/layout/layout.component";
@@ -30,7 +29,6 @@ export declare class AddContentDirective {
30
29
  */
31
30
  export declare class DesignerItemComponent implements AfterViewInit, OnDestroy {
32
31
  private _element;
33
- private _service;
34
32
  private _fb;
35
33
  private _pane;
36
34
  private _ref;
@@ -54,10 +52,10 @@ export declare class DesignerItemComponent implements AfterViewInit, OnDestroy {
54
52
  mode: DesignMode;
55
53
  model: ElementModel<any>;
56
54
  rolesfilter: FormControl;
57
- private _options;
55
+ private _customDesignerInstance;
58
56
  private readonly _destroy;
59
57
  optionsstate: any;
60
- constructor(_element: ElementRef<HTMLDivElement>, _service: SystemService, _fb: FormBuilder, _pane: PaneRef, _ref: DesignerRef<any>, _cfr: BizDocComponentFactoryResolver);
58
+ constructor(_element: ElementRef<HTMLDivElement>, _fb: FormBuilder, _pane: PaneRef, _ref: DesignerRef<any>, _cfr: BizDocComponentFactoryResolver);
61
59
  optionsattached(componentRef: ComponentRef<DesignerElementComponent<any>>): void;
62
60
  argumentsattached(componentRef: ComponentRef<LayoutComponent>): void;
63
61
  ngOnInit(): void;
@@ -72,6 +70,6 @@ export declare class DesignerItemComponent implements AfterViewInit, OnDestroy {
72
70
  */
73
71
  handleKeyboardEvent(event: KeyboardEvent): void;
74
72
  ngOnDestroy(): void;
75
- static ɵfac: i0.ɵɵFactoryDeclaration<DesignerItemComponent, [null, null, null, { optional: true; }, null, null]>;
73
+ static ɵfac: i0.ɵɵFactoryDeclaration<DesignerItemComponent, [null, null, { optional: true; }, null, null]>;
76
74
  static ɵcmp: i0.ɵɵComponentDeclaration<DesignerItemComponent, "bizdoc-designer-element", never, { "form": "form"; }, { "onContinue": "continue"; "onSave": "save"; }, ["editContent", "widgetContent"], never, false>;
77
75
  }
@@ -1,5 +1,5 @@
1
1
  import { ElementRef, OnInit } from "@angular/core";
2
- import { FormArray, FormBuilder, FormGroup } from "@angular/forms";
2
+ import { FormBuilder } from "@angular/forms";
3
3
  import { PromptService } from "../../../core/prompt.service";
4
4
  import { CubeInfo, SystemService } from "../../system.service";
5
5
  import { DesignerTypeElementComponent } from "../designer.base";
@@ -8,24 +8,30 @@ import * as i0 from "@angular/core";
8
8
  export declare class CubeDesignComponent extends DesignerTypeElementComponent implements OnInit {
9
9
  private _service;
10
10
  private _ps;
11
- readonly views: FormArray<import("@angular/forms").FormControl<unknown>>;
12
- readonly axes: FormArray<import("@angular/forms").FormControl<unknown>>;
13
- readonly indices: FormArray<import("@angular/forms").FormControl<unknown>>;
14
- readonly patterns: FormArray<import("@angular/forms").FormControl<unknown>>;
11
+ readonly views: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
12
+ readonly axes: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
13
+ readonly indices: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
14
+ readonly patterns: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
15
15
  private _cubeAxesValidator;
16
- readonly form: FormGroup<{
17
- patterns: FormArray<import("@angular/forms").FormControl<unknown>>;
18
- views: FormArray<import("@angular/forms").FormControl<unknown>>;
19
- axes: FormArray<import("@angular/forms").FormControl<unknown>>;
20
- indices: FormArray<import("@angular/forms").FormControl<unknown>>;
16
+ readonly form: import("@angular/forms").FormGroup<{
17
+ schedule: import("@angular/forms").FormControl<unknown>;
18
+ patterns: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
19
+ views: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
20
+ axes: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
21
+ indices: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
21
22
  scope: import("@angular/forms").FormControl<any>;
22
- anomaly: import("@angular/forms").FormControl<any>;
23
+ anomaly: import("@angular/forms").FormControl<string>;
23
24
  }>;
24
25
  usage: CubeInfo;
25
26
  syncing: boolean;
26
27
  element: ElementRef<any>;
27
28
  readonly types: ElementInfo[];
28
29
  accumulative: boolean;
30
+ jobInfo: {
31
+ nextExecution?: Date;
32
+ lastExecution?: Date;
33
+ lastJobState?: string;
34
+ };
29
35
  constructor(fb: FormBuilder, _service: SystemService, _ps: PromptService, element: ElementRef<any>, ref: DesignerRef);
30
36
  sync(): void;
31
37
  ngOnInit(): void;
@@ -0,0 +1,8 @@
1
+ import { FormGroup } from "@angular/forms";
2
+ import { DesignerTypeElementComponent } from "../designer.base";
3
+ import * as i0 from "@angular/core";
4
+ export declare class PolicyDesignComponent extends DesignerTypeElementComponent {
5
+ readonly form: FormGroup<{}>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<PolicyDesignComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<PolicyDesignComponent, "ng-component", never, {}, {}, never, never, false>;
8
+ }
@@ -34,6 +34,11 @@ export interface DocumentInfo {
34
34
  stateId: string;
35
35
  }
36
36
  export interface CubeInfo {
37
+ jobInfo: {
38
+ nextExecution?: Date;
39
+ lastExecution?: Date;
40
+ lastJobState?: string;
41
+ };
37
42
  }
38
43
  interface Rule {
39
44
  name: string;
@@ -1,6 +1,19 @@
1
1
  import { ChangeDetectorRef, NgZone, PipeTransform } from '@angular/core';
2
2
  import dayjs from 'dayjs';
3
3
  import * as i0 from "@angular/core";
4
+ export declare class ToNowPipe implements PipeTransform {
5
+ private cdRef;
6
+ private ngZone;
7
+ private currentTimer;
8
+ lastTime: dayjs.Dayjs;
9
+ transform(value: any, ...args: any[]): string;
10
+ constructor(cdRef: ChangeDetectorRef, ngZone: NgZone);
11
+ ngOnDestroy(): void;
12
+ private createTimer;
13
+ private removeTimer;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToNowPipe, never>;
15
+ static ɵpipe: i0.ɵɵPipeDeclaration<ToNowPipe, "amToNow", false>;
16
+ }
4
17
  export declare class TimeAgoPipe implements PipeTransform {
5
18
  private cdRef;
6
19
  private ngZone;
@@ -84,6 +84,7 @@ export declare const STRINGS: {
84
84
  ar: {};
85
85
  ru: {};
86
86
  en: {
87
+ Schedule: string;
87
88
  SequencePolicy: string;
88
89
  Priority: string;
89
90
  FormCubeHelp: string;
@@ -165,6 +166,7 @@ export declare const STRINGS: {
165
166
  Types: string;
166
167
  Widgets: string;
167
168
  Rules: string;
169
+ policies: string;
168
170
  Folders: string;
169
171
  HelpTip: string;
170
172
  OutOfOfficeHelp: string;
@@ -187,6 +187,6 @@ import * as i182 from "./modules/material.module";
187
187
  export declare class SharedModule {
188
188
  static forChild(config?: SharedConfig): ModuleWithProviders<SharedModule>;
189
189
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
190
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.HelpTipComponent, typeof i2.BoxFormComponent, typeof i3.CubeUsageComponent, typeof i4.CubeDocumentsComponent, typeof i5.DateFormatPipe, typeof i6.CalendarPipe, typeof i7.DifferencePipe, typeof i8.DurationPipe, typeof i9.TimeAgoPipe, typeof i10.HtmlSimplePipe, typeof i11.CheckboxComponent, typeof i12.CubeParallelComponent, typeof i13.CubeSumComponent, typeof i14.CubeParallelViewComponent, typeof i15.CubeChartViewComponent, typeof i16.CubeExploreViewComponent, typeof i17.CubeDocumentSumComponent, typeof i18.ExploreItemImplComponent, typeof i19.DocumentInfoComponent, typeof i20.DocumentViewsComponent, typeof i21.ViewItemComponent, typeof i22.CubeDocumentMatrixComponent, typeof i23.CubeDocumentViewComponent, typeof i24.CubePivotViewComponent, typeof i25.ActionPicker, typeof i26.QuickCommentComponent, typeof i27.DurationFormatPipe, typeof i28.CombinationPicker, typeof i29.CombinationPickerBody, typeof i30.CombinationPool, typeof i31.TimelineViewComponent, typeof i32.MatIconAnimate, typeof i33.DateRangePipe, typeof i33.AgoPipe, typeof i34.StateDirective, typeof i35.JoinPipe, typeof i36.TypeValuePipe, typeof i37.TranslatePipe, typeof i38.IdentityName, typeof i39.SanitizeHtmlPipe, typeof i40.StatePipe, typeof i41.ActionPipe, typeof i42.RolePipe, typeof i43.FormPipe, typeof i44.FilterPipe, typeof i44.ArraySortPipe, typeof i45.UserNamePipe, typeof i46.TaggingPipe, typeof i47.TypeSelect, typeof i48.TypeAutocomplete, typeof i49.AceInput, typeof i50.TimespanInput, typeof i51.AddressInput, typeof i52.FileInput, typeof i53.TimePicker, typeof i54.LayoutComponent, typeof i55.HtmlField, typeof i56.FileField, typeof i57.NumericField, typeof i58.AutocompleteField, typeof i59.CheckField, typeof i60.DateField, typeof i61.DateRangeField, typeof i62.ExpressionField, typeof i63.InputField, typeof i64.SelectField, typeof i65.SwitchField, typeof i66.TextareaField, typeof i67.TimespanField, typeof i68.ReturnActionComponent, typeof i69.AssignActionComponent, typeof i70.MoveToActionComponent, typeof i71.AvatarComponent, typeof i72.PeopleComponent, typeof i73.EditInputComponent, typeof i74.NgxComponentOutlet, typeof i75.LottieAnimation, typeof i10.ContactsComponent, typeof i76.CubeMatrixComponent, typeof i77.FilterTagsComponent, typeof i78.ExploreItemsComponent, typeof i79.CompareNameDirective, typeof i79.CompareGroupDirective, typeof i79.CompareContextDirective, typeof i80.GuideComponent, typeof i81.OutOfOfficeToast, typeof i82.NotificationsTableComponent, typeof i83.NotificationsFilterComponent, typeof i84.PrivilegeHiddenDirective, typeof i85.TaggingItemDirective, typeof i86.TaggingDirective, typeof i87.DocumentTaggingComponent, typeof i88.UserTaggingComponent, typeof i84.PrivilegeDisabledDirective, typeof i89.CubeDocumentsGridComponent, typeof i90.LongRunningTaskNotification, typeof i91.TaggedNotification, typeof i92.CommentedNotification, typeof i93.NudgeNotification, typeof i94.TextNotification, typeof i95.CubeAnomalyNotification, typeof i96.EscalatedNotification, typeof i97.LikedNotification, typeof i98.StateChangedNotification, typeof i99.UpcomingEventNotification, typeof i100.NoneComponent, typeof i101.ScheduleViewComponent, typeof i102.OptionsComponent, typeof i103.TraceViewComponent, typeof i104.ProgressDirective, typeof i105.AttachmentsComponent, typeof i106.DocumentEventsComponent, typeof i107.TagsComponent, typeof i108.MapComponent, typeof i109.MaskComponent, typeof i110.FlowViewComponent, typeof i111.SubstitutionComponent, typeof i112.PopupComponent, typeof i113.AttachmentPreview, typeof i114.CommentsComponent, typeof i115.CommentComponent, typeof i116.EditCommentComponent, typeof i117.CommentLikesComponent, typeof i118.CommentEditsComponent, typeof i119.BrowseItemsComponent, typeof i120.BrowseFilterComponent, typeof i121.ExpandedItemComponent, typeof i122.ComposeFormComponent, typeof i123.CubeViewComponent, typeof i124.CubeFilterComponent, typeof i125.CubeAccumulationChartComponent, typeof i126.CubeChartComponent, typeof i127.CubePivotComponent, typeof i128.CubeSpreadsheetComponent, typeof i129.CubeGridComponent, typeof i130.ReportViewerComponent, typeof i131.TableViewComponent, typeof i132.ReportArgumentsComponent, typeof i133.DashboardComponent, typeof i134.WidgetItemComponent, typeof i135.CubeWidgetFilterComponent, typeof i136.SaveChangesDialog, typeof i137.AskDialog, typeof i138.AboutDialog, typeof i139.ActionDialog, typeof i140.ImpersonateDialog, typeof i141.ConversationComponent, typeof i142.CubeMatrixPopupComponent, typeof i143.VersionCompareComponent, typeof i144.ExploreDocumentComponent, typeof i145.TasksComponent, typeof i146.CubeDocumentsTableComponent, typeof i147.CubePerformanceWidget, typeof i148.CubeAccumAnalysisWidget, typeof i149.CubeAnalysisWidget, typeof i150.CubeChartAnalysisWidget, typeof i151.ActionsWidget, typeof i152.RecentsWidget, typeof i153.PendingResultsWidget, typeof i154.CompareGroupsWidget, typeof i155.CubeDocumentsWidget, typeof i156.PersonalScoreWidget, typeof i157.PersonalActivityWidget, typeof i158.PeersPerformanceWidget, typeof i159.UsagePivotComponent, typeof i160.UsageChartComponent, typeof i161.UsageReportArgs, typeof i162.EmojiHostComponent, typeof i163.TooltipDirective, typeof i163.TooltipComponent, typeof i164.BrokenPage], [typeof i165.DayJsModule, typeof i166.CommonModule, typeof i167.HttpClientModule, typeof i168.ReactiveFormsModule, typeof i169.FlexLayoutModule, typeof i170.RouterModule, typeof i171.PickerModule, typeof i172.SyncfusionGanttModule, typeof i173.SyncfusionScheduleModule, typeof i174.SyncfusionCircularGaugeModule, typeof i175.SyncfusionChartModule, typeof i172.SyncfusionGanttModule, typeof i176.SyncfusionGridModule, typeof i177.SyncfusionTextEditorModule, typeof i178.SyncfusionSpreadsheetModule, typeof i179.SyncfusionPivotModule, typeof i180.KanbanModule, typeof i181.SyncfusionDiagramModule, typeof i182.MaterialModule], [typeof i182.MaterialModule, typeof i164.BrokenPage, typeof i1.HelpTipComponent, typeof i77.FilterTagsComponent, typeof i5.DateFormatPipe, typeof i6.CalendarPipe, typeof i7.DifferencePipe, typeof i8.DurationPipe, typeof i9.TimeAgoPipe, typeof i11.CheckboxComponent, typeof i12.CubeParallelComponent, typeof i13.CubeSumComponent, typeof i18.ExploreItemImplComponent, typeof i19.DocumentInfoComponent, typeof i20.DocumentViewsComponent, typeof i133.DashboardComponent, typeof i107.TagsComponent, typeof i26.QuickCommentComponent, typeof i114.CommentsComponent, typeof i54.LayoutComponent, typeof i139.ActionDialog, typeof i120.BrowseFilterComponent, typeof i124.CubeFilterComponent, typeof i101.ScheduleViewComponent, typeof i130.ReportViewerComponent, typeof i134.WidgetItemComponent, typeof i123.CubeViewComponent, typeof i78.ExploreItemsComponent, typeof i122.ComposeFormComponent, typeof i119.BrowseItemsComponent, typeof i82.NotificationsTableComponent, typeof i25.ActionPicker, typeof i141.ConversationComponent, typeof i34.StateDirective, typeof i10.ContactsComponent, typeof i76.CubeMatrixComponent, typeof i74.NgxComponentOutlet, typeof i32.MatIconAnimate, typeof i163.TooltipDirective, typeof i50.TimespanInput, typeof i52.FileInput, typeof i51.AddressInput, typeof i49.AceInput, typeof i28.CombinationPicker, typeof i30.CombinationPool, typeof i47.TypeSelect, typeof i48.TypeAutocomplete, typeof i53.TimePicker, typeof i27.DurationFormatPipe, typeof i33.DateRangePipe, typeof i36.TypeValuePipe, typeof i35.JoinPipe, typeof i40.StatePipe, typeof i41.ActionPipe, typeof i42.RolePipe, typeof i43.FormPipe, typeof i44.FilterPipe, typeof i44.ArraySortPipe, typeof i45.UserNamePipe, typeof i39.SanitizeHtmlPipe, typeof i37.TranslatePipe, typeof i38.IdentityName, typeof i71.AvatarComponent, typeof i132.ReportArgumentsComponent, typeof i113.AttachmentPreview, typeof i84.PrivilegeHiddenDirective, typeof i84.PrivilegeDisabledDirective, typeof i79.CompareGroupDirective, typeof i79.CompareNameDirective, typeof i79.CompareContextDirective, typeof i103.TraceViewComponent, typeof i110.FlowViewComponent, typeof i69.AssignActionComponent, typeof i68.ReturnActionComponent, typeof i144.ExploreDocumentComponent, typeof i147.CubePerformanceWidget, typeof i151.ActionsWidget, typeof i149.CubeAnalysisWidget, typeof i155.CubeDocumentsWidget, typeof i152.RecentsWidget, typeof i157.PersonalActivityWidget, typeof i154.CompareGroupsWidget, typeof i158.PeersPerformanceWidget, typeof i153.PendingResultsWidget, typeof i156.PersonalScoreWidget, typeof i135.CubeWidgetFilterComponent, typeof i146.CubeDocumentsTableComponent, typeof i89.CubeDocumentsGridComponent, typeof i145.TasksComponent, typeof i161.UsageReportArgs, typeof i160.UsageChartComponent, typeof i159.UsagePivotComponent, typeof i143.VersionCompareComponent, typeof i75.LottieAnimation, typeof i125.CubeAccumulationChartComponent, typeof i126.CubeChartComponent, typeof i127.CubePivotComponent, typeof i128.CubeSpreadsheetComponent, typeof i129.CubeGridComponent]>;
190
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.HelpTipComponent, typeof i2.BoxFormComponent, typeof i3.CubeUsageComponent, typeof i4.CubeDocumentsComponent, typeof i5.DateFormatPipe, typeof i6.CalendarPipe, typeof i7.DifferencePipe, typeof i8.DurationPipe, typeof i9.TimeAgoPipe, typeof i9.ToNowPipe, typeof i10.HtmlSimplePipe, typeof i11.CheckboxComponent, typeof i12.CubeParallelComponent, typeof i13.CubeSumComponent, typeof i14.CubeParallelViewComponent, typeof i15.CubeChartViewComponent, typeof i16.CubeExploreViewComponent, typeof i17.CubeDocumentSumComponent, typeof i18.ExploreItemImplComponent, typeof i19.DocumentInfoComponent, typeof i20.DocumentViewsComponent, typeof i21.ViewItemComponent, typeof i22.CubeDocumentMatrixComponent, typeof i23.CubeDocumentViewComponent, typeof i24.CubePivotViewComponent, typeof i25.ActionPicker, typeof i26.QuickCommentComponent, typeof i27.DurationFormatPipe, typeof i28.CombinationPicker, typeof i29.CombinationPickerBody, typeof i30.CombinationPool, typeof i31.TimelineViewComponent, typeof i32.MatIconAnimate, typeof i33.DateRangePipe, typeof i33.AgoPipe, typeof i34.StateDirective, typeof i35.JoinPipe, typeof i36.TypeValuePipe, typeof i37.TranslatePipe, typeof i38.IdentityName, typeof i39.SanitizeHtmlPipe, typeof i40.StatePipe, typeof i41.ActionPipe, typeof i42.RolePipe, typeof i43.FormPipe, typeof i44.FilterPipe, typeof i44.ArraySortPipe, typeof i45.UserNamePipe, typeof i46.TaggingPipe, typeof i47.TypeSelect, typeof i48.TypeAutocomplete, typeof i49.AceInput, typeof i50.TimespanInput, typeof i51.AddressInput, typeof i52.FileInput, typeof i53.TimePicker, typeof i54.LayoutComponent, typeof i55.HtmlField, typeof i56.FileField, typeof i57.NumericField, typeof i58.AutocompleteField, typeof i59.CheckField, typeof i60.DateField, typeof i61.DateRangeField, typeof i62.ExpressionField, typeof i63.InputField, typeof i64.SelectField, typeof i65.SwitchField, typeof i66.TextareaField, typeof i67.TimespanField, typeof i68.ReturnActionComponent, typeof i69.AssignActionComponent, typeof i70.MoveToActionComponent, typeof i71.AvatarComponent, typeof i72.PeopleComponent, typeof i73.EditInputComponent, typeof i74.NgxComponentOutlet, typeof i75.LottieAnimation, typeof i10.ContactsComponent, typeof i76.CubeMatrixComponent, typeof i77.FilterTagsComponent, typeof i78.ExploreItemsComponent, typeof i79.CompareNameDirective, typeof i79.CompareGroupDirective, typeof i79.CompareContextDirective, typeof i80.GuideComponent, typeof i81.OutOfOfficeToast, typeof i82.NotificationsTableComponent, typeof i83.NotificationsFilterComponent, typeof i84.PrivilegeHiddenDirective, typeof i85.TaggingItemDirective, typeof i86.TaggingDirective, typeof i87.DocumentTaggingComponent, typeof i88.UserTaggingComponent, typeof i84.PrivilegeDisabledDirective, typeof i89.CubeDocumentsGridComponent, typeof i90.LongRunningTaskNotification, typeof i91.TaggedNotification, typeof i92.CommentedNotification, typeof i93.NudgeNotification, typeof i94.TextNotification, typeof i95.CubeAnomalyNotification, typeof i96.EscalatedNotification, typeof i97.LikedNotification, typeof i98.StateChangedNotification, typeof i99.UpcomingEventNotification, typeof i100.NoneComponent, typeof i101.ScheduleViewComponent, typeof i102.OptionsComponent, typeof i103.TraceViewComponent, typeof i104.ProgressDirective, typeof i105.AttachmentsComponent, typeof i106.DocumentEventsComponent, typeof i107.TagsComponent, typeof i108.MapComponent, typeof i109.MaskComponent, typeof i110.FlowViewComponent, typeof i111.SubstitutionComponent, typeof i112.PopupComponent, typeof i113.AttachmentPreview, typeof i114.CommentsComponent, typeof i115.CommentComponent, typeof i116.EditCommentComponent, typeof i117.CommentLikesComponent, typeof i118.CommentEditsComponent, typeof i119.BrowseItemsComponent, typeof i120.BrowseFilterComponent, typeof i121.ExpandedItemComponent, typeof i122.ComposeFormComponent, typeof i123.CubeViewComponent, typeof i124.CubeFilterComponent, typeof i125.CubeAccumulationChartComponent, typeof i126.CubeChartComponent, typeof i127.CubePivotComponent, typeof i128.CubeSpreadsheetComponent, typeof i129.CubeGridComponent, typeof i130.ReportViewerComponent, typeof i131.TableViewComponent, typeof i132.ReportArgumentsComponent, typeof i133.DashboardComponent, typeof i134.WidgetItemComponent, typeof i135.CubeWidgetFilterComponent, typeof i136.SaveChangesDialog, typeof i137.AskDialog, typeof i138.AboutDialog, typeof i139.ActionDialog, typeof i140.ImpersonateDialog, typeof i141.ConversationComponent, typeof i142.CubeMatrixPopupComponent, typeof i143.VersionCompareComponent, typeof i144.ExploreDocumentComponent, typeof i145.TasksComponent, typeof i146.CubeDocumentsTableComponent, typeof i147.CubePerformanceWidget, typeof i148.CubeAccumAnalysisWidget, typeof i149.CubeAnalysisWidget, typeof i150.CubeChartAnalysisWidget, typeof i151.ActionsWidget, typeof i152.RecentsWidget, typeof i153.PendingResultsWidget, typeof i154.CompareGroupsWidget, typeof i155.CubeDocumentsWidget, typeof i156.PersonalScoreWidget, typeof i157.PersonalActivityWidget, typeof i158.PeersPerformanceWidget, typeof i159.UsagePivotComponent, typeof i160.UsageChartComponent, typeof i161.UsageReportArgs, typeof i162.EmojiHostComponent, typeof i163.TooltipDirective, typeof i163.TooltipComponent, typeof i164.BrokenPage], [typeof i165.DayJsModule, typeof i166.CommonModule, typeof i167.HttpClientModule, typeof i168.ReactiveFormsModule, typeof i169.FlexLayoutModule, typeof i170.RouterModule, typeof i171.PickerModule, typeof i172.SyncfusionGanttModule, typeof i173.SyncfusionScheduleModule, typeof i174.SyncfusionCircularGaugeModule, typeof i175.SyncfusionChartModule, typeof i172.SyncfusionGanttModule, typeof i176.SyncfusionGridModule, typeof i177.SyncfusionTextEditorModule, typeof i178.SyncfusionSpreadsheetModule, typeof i179.SyncfusionPivotModule, typeof i180.KanbanModule, typeof i181.SyncfusionDiagramModule, typeof i182.MaterialModule], [typeof i182.MaterialModule, typeof i164.BrokenPage, typeof i1.HelpTipComponent, typeof i77.FilterTagsComponent, typeof i5.DateFormatPipe, typeof i6.CalendarPipe, typeof i7.DifferencePipe, typeof i8.DurationPipe, typeof i9.TimeAgoPipe, typeof i9.ToNowPipe, typeof i11.CheckboxComponent, typeof i12.CubeParallelComponent, typeof i13.CubeSumComponent, typeof i18.ExploreItemImplComponent, typeof i19.DocumentInfoComponent, typeof i20.DocumentViewsComponent, typeof i133.DashboardComponent, typeof i107.TagsComponent, typeof i26.QuickCommentComponent, typeof i114.CommentsComponent, typeof i54.LayoutComponent, typeof i139.ActionDialog, typeof i120.BrowseFilterComponent, typeof i124.CubeFilterComponent, typeof i101.ScheduleViewComponent, typeof i130.ReportViewerComponent, typeof i134.WidgetItemComponent, typeof i123.CubeViewComponent, typeof i78.ExploreItemsComponent, typeof i122.ComposeFormComponent, typeof i119.BrowseItemsComponent, typeof i82.NotificationsTableComponent, typeof i25.ActionPicker, typeof i141.ConversationComponent, typeof i34.StateDirective, typeof i10.ContactsComponent, typeof i76.CubeMatrixComponent, typeof i74.NgxComponentOutlet, typeof i32.MatIconAnimate, typeof i163.TooltipDirective, typeof i50.TimespanInput, typeof i52.FileInput, typeof i51.AddressInput, typeof i49.AceInput, typeof i28.CombinationPicker, typeof i30.CombinationPool, typeof i47.TypeSelect, typeof i48.TypeAutocomplete, typeof i53.TimePicker, typeof i27.DurationFormatPipe, typeof i33.DateRangePipe, typeof i36.TypeValuePipe, typeof i35.JoinPipe, typeof i40.StatePipe, typeof i41.ActionPipe, typeof i42.RolePipe, typeof i43.FormPipe, typeof i44.FilterPipe, typeof i44.ArraySortPipe, typeof i45.UserNamePipe, typeof i39.SanitizeHtmlPipe, typeof i37.TranslatePipe, typeof i38.IdentityName, typeof i71.AvatarComponent, typeof i132.ReportArgumentsComponent, typeof i113.AttachmentPreview, typeof i84.PrivilegeHiddenDirective, typeof i84.PrivilegeDisabledDirective, typeof i79.CompareGroupDirective, typeof i79.CompareNameDirective, typeof i79.CompareContextDirective, typeof i103.TraceViewComponent, typeof i110.FlowViewComponent, typeof i69.AssignActionComponent, typeof i68.ReturnActionComponent, typeof i144.ExploreDocumentComponent, typeof i147.CubePerformanceWidget, typeof i151.ActionsWidget, typeof i149.CubeAnalysisWidget, typeof i155.CubeDocumentsWidget, typeof i152.RecentsWidget, typeof i157.PersonalActivityWidget, typeof i154.CompareGroupsWidget, typeof i158.PeersPerformanceWidget, typeof i153.PendingResultsWidget, typeof i156.PersonalScoreWidget, typeof i135.CubeWidgetFilterComponent, typeof i146.CubeDocumentsTableComponent, typeof i89.CubeDocumentsGridComponent, typeof i145.TasksComponent, typeof i161.UsageReportArgs, typeof i160.UsageChartComponent, typeof i159.UsagePivotComponent, typeof i143.VersionCompareComponent, typeof i75.LottieAnimation, typeof i125.CubeAccumulationChartComponent, typeof i126.CubeChartComponent, typeof i127.CubePivotComponent, typeof i128.CubeSpreadsheetComponent, typeof i129.CubeGridComponent]>;
191
191
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
192
192
  }
@@ -3,70 +3,71 @@ import * as i0 from "@angular/core";
3
3
  import * as i1 from "./admin/configuration-designer/designer-privileges.component";
4
4
  import * as i2 from "./admin/configuration-designer/designer-element.component";
5
5
  import * as i3 from "./admin/configuration-designer/icon-picker.component";
6
- import * as i4 from "./admin/configuration-designer/elements/state.component";
7
- import * as i5 from "./admin/configuration-designer/elements/role.component";
8
- import * as i6 from "./admin/configuration-designer/elements/guide.component";
9
- import * as i7 from "./admin/configuration-designer/elements/rule.component";
10
- import * as i8 from "./admin/configuration-designer/elements/report.component";
11
- import * as i9 from "./admin/configuration-designer/elements/folder.component";
12
- import * as i10 from "./admin/configuration-designer/elements/utility.component";
13
- import * as i11 from "./admin/configuration-designer/elements/form.component";
14
- import * as i12 from "./admin/configuration-designer/elements/widget.component";
15
- import * as i13 from "./admin/configuration-designer/elements/cube.component";
16
- import * as i14 from "./admin/configuration-designer/elements/action.component";
17
- import * as i15 from "./admin/configuration-designer/elements/view.component";
18
- import * as i16 from "./admin/configuration-designer/elements/type.component";
19
- import * as i17 from "./admin/configuration-designer/cube-axes-filter.component";
20
- import * as i18 from "./admin/configuration-designer/elements/cube-index-utility.component";
21
- import * as i19 from "./admin/configuration-designer/elements/configuration-datasource.component";
22
- import * as i20 from "./admin/configuration-designer/elements/return-to-role-action.component";
23
- import * as i21 from "./admin/configuration-designer/elements/pivot-view.component";
24
- import * as i22 from "./admin/configuration-designer/elements/cube-view.component";
25
- import * as i23 from "./admin/configuration-designer/elements/box-form.component";
26
- import * as i24 from "./admin/configuration-designer/elements/anomaly-rule.component";
27
- import * as i25 from "./admin/configuration-designer/elements/usage-report.component";
28
- import * as i26 from "./admin/configuration-designer/elements/documents-widget.component";
29
- import * as i27 from "./admin/configuration-designer/elements/performance-widget.component";
30
- import * as i28 from "./admin/configuration-designer/elements/documents-report.component";
31
- import * as i29 from "./admin/configuration-designer/elements/tasks-report.component";
32
- import * as i30 from "./admin/configuration-designer/elements/explore-view.component";
33
- import * as i31 from "./admin/configuration-designer/elements/analysis-widget.component";
34
- import * as i32 from "./admin/configuration-designer/elements/parallel-view.component";
35
- import * as i33 from "./admin/configuration-designer/elements/sum-view.component";
36
- import * as i34 from "./admin/configuration-designer/elements/matrix-view.component";
37
- import * as i35 from "./admin/configuration-designer/elements/analysis-view.component";
38
- import * as i36 from "./admin/configuration-designer/designer.component";
39
- import * as i37 from "./admin/form/designer/designer.component";
40
- import * as i38 from "./admin/permissions/permissions.component";
41
- import * as i39 from "./admin/indices/manage-cube-index.component";
42
- import * as i40 from "./admin/profiler/outofoffice.component";
43
- import * as i41 from "./admin/utility-wrapper.component";
44
- import * as i42 from "./admin/utility.pane.component";
45
- import * as i43 from "./admin/core/search.input";
46
- import * as i44 from "./admin/core/color-picker.input";
47
- import * as i45 from "./admin/document-trace/reassign.dialog";
48
- import * as i46 from "./admin/diff/configuration-diff.component";
49
- import * as i47 from "./admin/document-trace/document-trace.component";
50
- import * as i48 from "./admin/document-trace/trace-element.component";
51
- import * as i49 from "./admin/profiler/profiler.component";
52
- import * as i50 from "./admin/positions/positions.component";
53
- import * as i51 from "./admin/positions/positions-popup.component";
54
- import * as i52 from "./admin/form/workflow/workflow.component";
55
- import * as i53 from "./admin/form/workflow/node.component";
56
- import * as i54 from "./admin/form/workflow/role-node.component";
57
- import * as i55 from "./admin/patterns/patterns.component";
58
- import * as i56 from "@angular/common";
59
- import * as i57 from "@angular/common/http";
60
- import * as i58 from "@angular/forms";
61
- import * as i59 from "@angular/flex-layout";
62
- import * as i60 from "@angular/router";
63
- import * as i61 from "@angular/cdk/scrolling";
64
- import * as i62 from "./modules/diagram.module";
65
- import * as i63 from "./modules/chart.module";
66
- import * as i64 from "./shared.module";
6
+ import * as i4 from "./admin/configuration-designer/elements/policy.component";
7
+ import * as i5 from "./admin/configuration-designer/elements/state.component";
8
+ import * as i6 from "./admin/configuration-designer/elements/role.component";
9
+ import * as i7 from "./admin/configuration-designer/elements/guide.component";
10
+ import * as i8 from "./admin/configuration-designer/elements/rule.component";
11
+ import * as i9 from "./admin/configuration-designer/elements/report.component";
12
+ import * as i10 from "./admin/configuration-designer/elements/folder.component";
13
+ import * as i11 from "./admin/configuration-designer/elements/utility.component";
14
+ import * as i12 from "./admin/configuration-designer/elements/form.component";
15
+ import * as i13 from "./admin/configuration-designer/elements/widget.component";
16
+ import * as i14 from "./admin/configuration-designer/elements/cube.component";
17
+ import * as i15 from "./admin/configuration-designer/elements/action.component";
18
+ import * as i16 from "./admin/configuration-designer/elements/view.component";
19
+ import * as i17 from "./admin/configuration-designer/elements/type.component";
20
+ import * as i18 from "./admin/configuration-designer/cube-axes-filter.component";
21
+ import * as i19 from "./admin/configuration-designer/elements/cube-index-utility.component";
22
+ import * as i20 from "./admin/configuration-designer/elements/configuration-datasource.component";
23
+ import * as i21 from "./admin/configuration-designer/elements/return-to-role-action.component";
24
+ import * as i22 from "./admin/configuration-designer/elements/pivot-view.component";
25
+ import * as i23 from "./admin/configuration-designer/elements/cube-view.component";
26
+ import * as i24 from "./admin/configuration-designer/elements/box-form.component";
27
+ import * as i25 from "./admin/configuration-designer/elements/anomaly-rule.component";
28
+ import * as i26 from "./admin/configuration-designer/elements/usage-report.component";
29
+ import * as i27 from "./admin/configuration-designer/elements/documents-widget.component";
30
+ import * as i28 from "./admin/configuration-designer/elements/performance-widget.component";
31
+ import * as i29 from "./admin/configuration-designer/elements/documents-report.component";
32
+ import * as i30 from "./admin/configuration-designer/elements/tasks-report.component";
33
+ import * as i31 from "./admin/configuration-designer/elements/explore-view.component";
34
+ import * as i32 from "./admin/configuration-designer/elements/analysis-widget.component";
35
+ import * as i33 from "./admin/configuration-designer/elements/parallel-view.component";
36
+ import * as i34 from "./admin/configuration-designer/elements/sum-view.component";
37
+ import * as i35 from "./admin/configuration-designer/elements/matrix-view.component";
38
+ import * as i36 from "./admin/configuration-designer/elements/analysis-view.component";
39
+ import * as i37 from "./admin/configuration-designer/designer.component";
40
+ import * as i38 from "./admin/form/designer/designer.component";
41
+ import * as i39 from "./admin/permissions/permissions.component";
42
+ import * as i40 from "./admin/indices/manage-cube-index.component";
43
+ import * as i41 from "./admin/profiler/outofoffice.component";
44
+ import * as i42 from "./admin/utility-wrapper.component";
45
+ import * as i43 from "./admin/utility.pane.component";
46
+ import * as i44 from "./admin/core/search.input";
47
+ import * as i45 from "./admin/core/color-picker.input";
48
+ import * as i46 from "./admin/document-trace/reassign.dialog";
49
+ import * as i47 from "./admin/diff/configuration-diff.component";
50
+ import * as i48 from "./admin/document-trace/document-trace.component";
51
+ import * as i49 from "./admin/document-trace/trace-element.component";
52
+ import * as i50 from "./admin/profiler/profiler.component";
53
+ import * as i51 from "./admin/positions/positions.component";
54
+ import * as i52 from "./admin/positions/positions-popup.component";
55
+ import * as i53 from "./admin/form/workflow/workflow.component";
56
+ import * as i54 from "./admin/form/workflow/node.component";
57
+ import * as i55 from "./admin/form/workflow/role-node.component";
58
+ import * as i56 from "./admin/patterns/patterns.component";
59
+ import * as i57 from "@angular/common";
60
+ import * as i58 from "@angular/common/http";
61
+ import * as i59 from "@angular/forms";
62
+ import * as i60 from "@angular/flex-layout";
63
+ import * as i61 from "@angular/router";
64
+ import * as i62 from "@angular/cdk/scrolling";
65
+ import * as i63 from "./modules/diagram.module";
66
+ import * as i64 from "./modules/chart.module";
67
+ import * as i65 from "./shared.module";
67
68
  export declare class SystemModule {
68
69
  static forChild(): ModuleWithProviders<SystemModule>;
69
70
  static ɵfac: i0.ɵɵFactoryDeclaration<SystemModule, never>;
70
- static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.DesignerPrivilegesComponent, typeof i2.AddContentDirective, typeof i3.IconPickerComponent, typeof i2.EditContentDirective, typeof i2.WidgetContentDirective, typeof i4.StateDesignComponent, typeof i5.RoleDesignComponent, typeof i6.GuideDesignComponent, typeof i7.RuleDesignComponent, typeof i8.ReportDesignerComponent, typeof i9.FolderDesignComponent, typeof i10.UtilityDesignComponent, typeof i11.FormDesignComponent, typeof i12.WidgetDesignComponent, typeof i13.CubeDesignComponent, typeof i14.ActionDesignerComponent, typeof i8.ReportDesignerComponent, typeof i15.ViewDesignComponent, typeof i16.TypeDesignComponent, typeof i17.DesignerCubeFilterComponent, typeof i18.CubeIndexDesignComponent, typeof i19.ConfigurationDatasourceDesignComponent, typeof i20.ReturnToRoleActionDesignComponent, typeof i21.PivotViewDesignComponent, typeof i22.CubeViewDesignComponent, typeof i23.BoxFormDesignComponent, typeof i24.AnomalyRuleDesignComponent, typeof i25.UsageReportDesignComponent, typeof i26.DocumentsWidgetDesignComponent, typeof i27.PerformanceWidgetDesignComponent, typeof i28.DocumentsReportDesignComponent, typeof i29.TasksReportDesignComponent, typeof i30.ExploreViewDesignComponent, typeof i31.AnalysisWidgetDesignComponent, typeof i32.ParallelViewDesignComponent, typeof i33.SumViewDesignComponent, typeof i34.MatrixViewDesignComponent, typeof i35.ChartViewDesignComponent, typeof i36.ConfigurationDesignerComponent, typeof i37.FormDesignerComponent, typeof i2.DesignerItemComponent, typeof i38.PermissionsUtility, typeof i39.ManageCubeIndexUtility, typeof i40.ProfileSettingsDialog, typeof i41.UtilityWrapperComponent, typeof i42.UtilityPaneComponent, typeof i43.SearchInput, typeof i44.ColorPicker, typeof i45.ReassignDialog, typeof i46.SystemDiffComponent, typeof i47.DocumentTraceComponent, typeof i48.TraceElementComponent, typeof i49.ProfilerComponent, typeof i50.PositionsComponent, typeof i51.PositionsPopup, typeof i52.WorkflowComponent, typeof i53.WorkflowNodeComponent, typeof i54.RoleNodeComponent, typeof i55.PatternsComponent], [typeof i56.CommonModule, typeof i57.HttpClientModule, typeof i58.ReactiveFormsModule, typeof i59.FlexLayoutModule, typeof i60.RouterModule, typeof i61.ScrollingModule, typeof i62.SyncfusionDiagramModule, typeof i63.SyncfusionChartModule, typeof i64.SharedModule], [typeof i38.PermissionsUtility, typeof i39.ManageCubeIndexUtility, typeof i41.UtilityWrapperComponent, typeof i42.UtilityPaneComponent, typeof i46.SystemDiffComponent, typeof i47.DocumentTraceComponent, typeof i49.ProfilerComponent, typeof i50.PositionsComponent, typeof i52.WorkflowComponent, typeof i54.RoleNodeComponent, typeof i55.PatternsComponent]>;
71
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.DesignerPrivilegesComponent, typeof i2.AddContentDirective, typeof i3.IconPickerComponent, typeof i2.EditContentDirective, typeof i2.WidgetContentDirective, typeof i4.PolicyDesignComponent, typeof i5.StateDesignComponent, typeof i6.RoleDesignComponent, typeof i7.GuideDesignComponent, typeof i8.RuleDesignComponent, typeof i9.ReportDesignerComponent, typeof i10.FolderDesignComponent, typeof i11.UtilityDesignComponent, typeof i12.FormDesignComponent, typeof i13.WidgetDesignComponent, typeof i14.CubeDesignComponent, typeof i15.ActionDesignerComponent, typeof i9.ReportDesignerComponent, typeof i16.ViewDesignComponent, typeof i17.TypeDesignComponent, typeof i18.DesignerCubeFilterComponent, typeof i19.CubeIndexDesignComponent, typeof i20.ConfigurationDatasourceDesignComponent, typeof i21.ReturnToRoleActionDesignComponent, typeof i22.PivotViewDesignComponent, typeof i23.CubeViewDesignComponent, typeof i24.BoxFormDesignComponent, typeof i25.AnomalyRuleDesignComponent, typeof i26.UsageReportDesignComponent, typeof i27.DocumentsWidgetDesignComponent, typeof i28.PerformanceWidgetDesignComponent, typeof i29.DocumentsReportDesignComponent, typeof i30.TasksReportDesignComponent, typeof i31.ExploreViewDesignComponent, typeof i32.AnalysisWidgetDesignComponent, typeof i33.ParallelViewDesignComponent, typeof i34.SumViewDesignComponent, typeof i35.MatrixViewDesignComponent, typeof i36.ChartViewDesignComponent, typeof i37.ConfigurationDesignerComponent, typeof i38.FormDesignerComponent, typeof i2.DesignerItemComponent, typeof i39.PermissionsUtility, typeof i40.ManageCubeIndexUtility, typeof i41.ProfileSettingsDialog, typeof i42.UtilityWrapperComponent, typeof i43.UtilityPaneComponent, typeof i44.SearchInput, typeof i45.ColorPicker, typeof i46.ReassignDialog, typeof i47.SystemDiffComponent, typeof i48.DocumentTraceComponent, typeof i49.TraceElementComponent, typeof i50.ProfilerComponent, typeof i51.PositionsComponent, typeof i52.PositionsPopup, typeof i53.WorkflowComponent, typeof i54.WorkflowNodeComponent, typeof i55.RoleNodeComponent, typeof i56.PatternsComponent], [typeof i57.CommonModule, typeof i58.HttpClientModule, typeof i59.ReactiveFormsModule, typeof i60.FlexLayoutModule, typeof i61.RouterModule, typeof i62.ScrollingModule, typeof i63.SyncfusionDiagramModule, typeof i64.SyncfusionChartModule, typeof i65.SharedModule], [typeof i39.PermissionsUtility, typeof i40.ManageCubeIndexUtility, typeof i42.UtilityWrapperComponent, typeof i43.UtilityPaneComponent, typeof i47.SystemDiffComponent, typeof i48.DocumentTraceComponent, typeof i50.ProfilerComponent, typeof i51.PositionsComponent, typeof i53.WorkflowComponent, typeof i55.RoleNodeComponent, typeof i56.PatternsComponent]>;
71
72
  static ɵinj: i0.ɵɵInjectorDeclaration<SystemModule>;
72
73
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.16.17",
3
+ "version": "1.16.22",
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",
@@ -11,27 +11,27 @@
11
11
  "dependencies": {
12
12
  "@ctrl/ngx-emoji-mart": "^7.0.0",
13
13
  "@microsoft/signalr": "^6.0.7",
14
- "@syncfusion/ej2": "^20.2.38",
15
- "@syncfusion/ej2-angular-charts": "^20.2.38",
14
+ "@syncfusion/ej2": "^20.2.40",
15
+ "@syncfusion/ej2-angular-charts": "^20.2.40",
16
16
  "@syncfusion/ej2-angular-circulargauge": "^20.2.38",
17
- "@syncfusion/ej2-angular-diagrams": "^20.2.38",
18
- "@syncfusion/ej2-angular-gantt": "^20.2.38",
19
- "@syncfusion/ej2-angular-grids": "^20.2.38",
17
+ "@syncfusion/ej2-angular-diagrams": "^20.2.40",
18
+ "@syncfusion/ej2-angular-gantt": "^20.2.39",
19
+ "@syncfusion/ej2-angular-grids": "^20.2.40",
20
20
  "@syncfusion/ej2-angular-kanban": "^20.2.38",
21
- "@syncfusion/ej2-angular-pivotview": "^20.2.38",
22
- "@syncfusion/ej2-angular-richtexteditor": "^20.2.38",
23
- "@syncfusion/ej2-angular-schedule": "^20.2.38",
24
- "@syncfusion/ej2-angular-spreadsheet": "^20.2.38",
25
- "@syncfusion/ej2-base": "^20.2.38",
21
+ "@syncfusion/ej2-angular-pivotview": "^20.2.39",
22
+ "@syncfusion/ej2-angular-richtexteditor": "^20.2.40",
23
+ "@syncfusion/ej2-angular-schedule": "^20.2.40",
24
+ "@syncfusion/ej2-angular-spreadsheet": "^20.2.40",
25
+ "@syncfusion/ej2-base": "^20.2.39",
26
26
  "@teamhive/lottie-player": "^1.0.0",
27
27
  "brace": "^0.11.1",
28
28
  "cookie": "^0.5.0",
29
- "dayjs": "^1.11.3",
30
- "firebase": "^9.9.0",
29
+ "dayjs": "^1.11.4",
30
+ "firebase": "^9.9.1",
31
31
  "hammerjs": "~2",
32
32
  "lottie-web": "^5.9.6",
33
33
  "ngx-cookie-service": "14",
34
- "zone.js": "^0.11.6",
34
+ "zone.js": "^0.11.7",
35
35
  "tslib": "^2.3.0"
36
36
  },
37
37
  "peerDependencies": {
package/public-api.d.ts CHANGED
@@ -139,7 +139,7 @@ export { CheckboxComponent } from './lib/core/layout/checkbox';
139
139
  export { DifferencePipe } from './lib/core/pipes/difference.pipe';
140
140
  export { DateFormatPipe } from './lib/core/pipes/date-format.pipe';
141
141
  export { CalendarPipe, CalendarSpec } from './lib/core/pipes/calendar.pipe';
142
- export { TimeAgoPipe } from './lib/core/pipes/time-ago.pipe';
142
+ export { TimeAgoPipe, ToNowPipe } from './lib/core/pipes/time-ago.pipe';
143
143
  export { DurationFormatPipe } from './lib/core/pipes/duration-format.pipe';
144
144
  export { DurationPipe } from './lib/core/pipes/duration.pipe';
145
145
  export { FileInput } from './lib/core/controls/file.input';