@bizdoc/core 1.14.16 → 1.15.2

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 (612) hide show
  1. package/assets/themes/brown.min.css +5 -5
  2. package/assets/themes/dark.min.css +5 -5
  3. package/assets/themes/deep-purple-light-blue.min.css +6 -6
  4. package/assets/themes/deep-purple-teal.min.css +6 -6
  5. package/assets/themes/default.min.css +6 -6
  6. package/assets/themes/green.min.css +5 -5
  7. package/assets/themes/indigo.min.css +5 -5
  8. package/esm2020/lib/admin/admin-dismiss.service.mjs +3 -3
  9. package/esm2020/lib/admin/admin-menu.component.mjs +9 -9
  10. package/esm2020/lib/admin/configuration-designer/designer-element.component.mjs +77 -0
  11. package/esm2020/lib/admin/configuration-designer/designer.base.mjs +13 -0
  12. package/esm2020/lib/admin/configuration-designer/designer.component.mjs +102 -0
  13. package/esm2020/lib/admin/configuration-designer/elements/action.component.mjs +31 -0
  14. package/esm2020/lib/admin/configuration-designer/elements/analysis-widget.component.mjs +73 -0
  15. package/esm2020/lib/admin/configuration-designer/elements/anomaly-rule.component.mjs +31 -0
  16. package/esm2020/lib/admin/configuration-designer/elements/box-form.component.mjs +31 -0
  17. package/esm2020/lib/admin/configuration-designer/elements/chart-view.component.mjs +76 -0
  18. package/esm2020/lib/admin/configuration-designer/elements/cube-view.component.mjs +44 -0
  19. package/esm2020/lib/admin/configuration-designer/elements/cube.component.mjs +32 -0
  20. package/esm2020/lib/admin/configuration-designer/elements/documents-report.component.mjs +51 -0
  21. package/esm2020/lib/admin/configuration-designer/elements/documents-widget.component.mjs +50 -0
  22. package/esm2020/lib/admin/configuration-designer/elements/explore-view.component.mjs +43 -0
  23. package/esm2020/lib/admin/configuration-designer/elements/folder.component.mjs +32 -0
  24. package/esm2020/lib/admin/configuration-designer/elements/form.component.mjs +79 -0
  25. package/esm2020/lib/admin/configuration-designer/elements/guide.component.mjs +36 -0
  26. package/esm2020/lib/admin/configuration-designer/elements/matrix-view.component.mjs +65 -0
  27. package/esm2020/lib/admin/configuration-designer/elements/parallel-view.component.mjs +56 -0
  28. package/esm2020/lib/admin/configuration-designer/elements/performance-widget.component.mjs +47 -0
  29. package/esm2020/lib/admin/configuration-designer/elements/pivot-view.component.mjs +57 -0
  30. package/esm2020/lib/admin/configuration-designer/elements/report.component.mjs +32 -0
  31. package/esm2020/lib/admin/configuration-designer/elements/role.component.mjs +31 -0
  32. package/esm2020/lib/admin/configuration-designer/elements/rule.component.mjs +29 -0
  33. package/esm2020/lib/admin/configuration-designer/elements/sum-view.component.mjs +57 -0
  34. package/esm2020/lib/admin/configuration-designer/elements/tasks-report.component.mjs +60 -0
  35. package/esm2020/lib/admin/configuration-designer/elements/type.component.mjs +33 -0
  36. package/esm2020/lib/admin/configuration-designer/elements/usage-report.component.mjs +60 -0
  37. package/esm2020/lib/admin/configuration-designer/elements/utility.component.mjs +32 -0
  38. package/esm2020/lib/admin/configuration-designer/elements/view.component.mjs +32 -0
  39. package/esm2020/lib/admin/configuration-designer/elements/widget.component.mjs +31 -0
  40. package/esm2020/lib/admin/configuration-designer/privileges.component.mjs +35 -0
  41. package/esm2020/lib/admin/core/ace.input.mjs +5 -12
  42. package/esm2020/lib/admin/core/color-picker.input.mjs +7 -7
  43. package/esm2020/lib/admin/core/search.input.mjs +9 -16
  44. package/esm2020/lib/admin/diff/configuration-diff.component.mjs +17 -17
  45. package/esm2020/lib/admin/document-trace/document-trace.component.mjs +22 -22
  46. package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +13 -13
  47. package/esm2020/lib/admin/document-trace/trace-element.component.mjs +12 -12
  48. package/esm2020/lib/admin/form/designer/designer.component.mjs +56 -0
  49. package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
  50. package/esm2020/lib/admin/form/form.service.mjs +11 -6
  51. package/esm2020/lib/admin/form/workflow/node.component.mjs +11 -11
  52. package/esm2020/lib/admin/form/workflow/role-node.component.mjs +15 -15
  53. package/esm2020/lib/admin/form/workflow/workflow.component.mjs +12 -12
  54. package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +13 -13
  55. package/esm2020/lib/admin/patterns/patterns.component.mjs +25 -25
  56. package/esm2020/lib/admin/permissions/permissions.component.mjs +12 -12
  57. package/esm2020/lib/admin/positions/positions-popup.component.mjs +13 -13
  58. package/esm2020/lib/admin/positions/positions.component.mjs +19 -19
  59. package/esm2020/lib/admin/profiler/outofoffice.component.mjs +21 -21
  60. package/esm2020/lib/admin/profiler/profiler.component.mjs +17 -17
  61. package/esm2020/lib/admin/utility-ref.mjs +2 -2
  62. package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
  63. package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
  64. package/esm2020/lib/app.component.mjs +6 -6
  65. package/esm2020/lib/bizdoc.module.mjs +11 -13
  66. package/esm2020/lib/browse/browse-items.component.mjs +25 -25
  67. package/esm2020/lib/browse/browse.mobile.component.mjs +17 -17
  68. package/esm2020/lib/browse/browse.pane.component.mjs +17 -17
  69. package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +13 -13
  70. package/esm2020/lib/browse/filter/filter.component.mjs +13 -13
  71. package/esm2020/lib/browse/folders-menu.component.mjs +12 -12
  72. package/esm2020/lib/chat/chat-info.mjs +3 -3
  73. package/esm2020/lib/chat/chat.mobile.component.mjs +7 -7
  74. package/esm2020/lib/chat/chat.service.mjs +3 -3
  75. package/esm2020/lib/chat/contacts.component.mjs +23 -23
  76. package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
  77. package/esm2020/lib/chat/conversation.component.mjs +11 -11
  78. package/esm2020/lib/chat/conversation.pane.component.mjs +6 -12
  79. package/esm2020/lib/compose/action/action-picker.component.mjs +9 -9
  80. package/esm2020/lib/compose/action/action.dialog.mjs +7 -7
  81. package/esm2020/lib/compose/action/action.pane.dialog.exp.mjs +5 -5
  82. package/esm2020/lib/compose/action/assign-action.component.mjs +13 -13
  83. package/esm2020/lib/compose/action/moveto-action.component.mjs +10 -10
  84. package/esm2020/lib/compose/action/return-action.component.mjs +12 -12
  85. package/esm2020/lib/compose/attachments/attachments.component.mjs +10 -10
  86. package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +8 -8
  87. package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
  88. package/esm2020/lib/compose/can-deactivate-changes.service.mjs +3 -3
  89. package/esm2020/lib/compose/comments/comment.component.mjs +15 -15
  90. package/esm2020/lib/compose/comments/comments.component.mjs +7 -7
  91. package/esm2020/lib/compose/comments/{Comments.pane.component.mjs → comments.pane.component.mjs} +6 -14
  92. package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
  93. package/esm2020/lib/compose/comments/edits.component.mjs +10 -10
  94. package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +5 -5
  95. package/esm2020/lib/compose/comments/votes.component.mjs +10 -10
  96. package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
  97. package/esm2020/lib/compose/compose.mobile.component.mjs +17 -17
  98. package/esm2020/lib/compose/compose.pane.component.mjs +13 -13
  99. package/esm2020/lib/compose/copy/copy.dialog.mjs +8 -8
  100. package/esm2020/lib/compose/dismiss.service.mjs +3 -3
  101. package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
  102. package/esm2020/lib/compose/document.component.mjs +3 -3
  103. package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
  104. package/esm2020/lib/compose/document.pane.component.mjs +3 -3
  105. package/esm2020/lib/compose/events/events.component.mjs +8 -8
  106. package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +8 -8
  107. package/esm2020/lib/compose/form.component.mjs +7 -7
  108. package/esm2020/lib/compose/new-menu.component.mjs +10 -10
  109. package/esm2020/lib/compose/privilage.directive.mjs +6 -6
  110. package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
  111. package/esm2020/lib/compose/state.component.mjs +3 -3
  112. package/esm2020/lib/compose/tag/tags.component.mjs +8 -8
  113. package/esm2020/lib/compose/trace/flow.component.mjs +63 -82
  114. package/esm2020/lib/compose/trace/people.component.mjs +5 -5
  115. package/esm2020/lib/compose/trace/trace.base.mjs +16 -7
  116. package/esm2020/lib/compose/trace/trace.component.mjs +16 -24
  117. package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
  118. package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
  119. package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
  120. package/esm2020/lib/compose/version-compare/version.pane.component.mjs +11 -11
  121. package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
  122. package/esm2020/lib/core/account.service.mjs +3 -3
  123. package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
  124. package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
  125. package/esm2020/lib/core/component-factory-resolver.mjs +4 -4
  126. package/esm2020/lib/core/controls/address.input.mjs +11 -17
  127. package/esm2020/lib/core/controls/auto-complete.input.mjs +11 -11
  128. package/esm2020/lib/core/controls/combination-picker-body.mjs +11 -11
  129. package/esm2020/lib/core/controls/combination-picker.mjs +3 -3
  130. package/esm2020/lib/core/controls/combination-pool.mjs +7 -7
  131. package/esm2020/lib/core/controls/file.input.mjs +10 -10
  132. package/esm2020/lib/core/controls/select.input.mjs +6 -6
  133. package/esm2020/lib/core/controls/time-picker.mjs +9 -9
  134. package/esm2020/lib/core/controls/timespan.input.mjs +8 -35
  135. package/esm2020/lib/core/datasource.service.mjs +3 -3
  136. package/esm2020/lib/core/guide/guide.component.mjs +10 -10
  137. package/esm2020/lib/core/guide/guide.service.mjs +3 -3
  138. package/esm2020/lib/core/guide/help-tip.component.mjs +11 -23
  139. package/esm2020/lib/core/http.interceptor.mjs +3 -3
  140. package/esm2020/lib/core/hub.service.mjs +3 -3
  141. package/esm2020/lib/core/identity/identity.component.mjs +5 -5
  142. package/esm2020/lib/core/info/attachment-info.service.mjs +3 -3
  143. package/esm2020/lib/core/info/document-info.service.mjs +3 -3
  144. package/esm2020/lib/core/info/location-info.component.mjs +3 -3
  145. package/esm2020/lib/core/info/map-info.mjs +3 -3
  146. package/esm2020/lib/core/layout/autocomplete.field.mjs +8 -8
  147. package/esm2020/lib/core/layout/checkbox.field.mjs +7 -7
  148. package/esm2020/lib/core/layout/checkbox.mjs +6 -6
  149. package/esm2020/lib/core/layout/date-range.field.mjs +6 -6
  150. package/esm2020/lib/core/layout/date.field.mjs +9 -9
  151. package/esm2020/lib/core/layout/expression.field.mjs +8 -8
  152. package/esm2020/lib/core/layout/file.field.mjs +11 -9
  153. package/esm2020/lib/core/layout/html.field.mjs +8 -8
  154. package/esm2020/lib/core/layout/input.base.mjs +4 -5
  155. package/esm2020/lib/core/layout/input.field.mjs +8 -8
  156. package/esm2020/lib/core/layout/layout.component.mjs +3 -3
  157. package/esm2020/lib/core/layout/numeric.field.mjs +8 -8
  158. package/esm2020/lib/core/layout/select.field.mjs +10 -10
  159. package/esm2020/lib/core/layout/switch.field.mjs +7 -7
  160. package/esm2020/lib/core/layout/textarea.field.mjs +8 -8
  161. package/esm2020/lib/core/layout/timespan.field.mjs +9 -9
  162. package/esm2020/lib/core/lottie-animation.mjs +3 -3
  163. package/esm2020/lib/core/mailbox.service.mjs +6 -4
  164. package/esm2020/lib/core/models.mjs +1 -1
  165. package/esm2020/lib/core/none.component.mjs +7 -7
  166. package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
  167. package/esm2020/lib/core/pipes/calendar.pipe.mjs +3 -3
  168. package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
  169. package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
  170. package/esm2020/lib/core/pipes/difference.pipe.mjs +3 -3
  171. package/esm2020/lib/core/pipes/duration-format.pipe.mjs +3 -3
  172. package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
  173. package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
  174. package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
  175. package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
  176. package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
  177. package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
  178. package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
  179. package/esm2020/lib/core/pipes/time-ago.pipe.mjs +3 -3
  180. package/esm2020/lib/core/pipes/translate.pipe.mjs +6 -6
  181. package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
  182. package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
  183. package/esm2020/lib/core/popup/popup.component.mjs +3 -3
  184. package/esm2020/lib/core/popup/popup.service.mjs +3 -3
  185. package/esm2020/lib/core/popup/tooltip.directive.mjs +6 -6
  186. package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +5 -5
  187. package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
  188. package/esm2020/lib/core/prompt.service.mjs +3 -3
  189. package/esm2020/lib/core/router.mjs +6 -6
  190. package/esm2020/lib/core/save-changes.dialog.mjs +5 -5
  191. package/esm2020/lib/core/session.service.mjs +3 -3
  192. package/esm2020/lib/core/slots/router.directive.mjs +3 -3
  193. package/esm2020/lib/core/slots/router.service.mjs +3 -3
  194. package/esm2020/lib/core/slots/slots.component.mjs +14 -14
  195. package/esm2020/lib/core/tagging/documents.component.mjs +7 -7
  196. package/esm2020/lib/core/tagging/edit-input.component.mjs +10 -10
  197. package/esm2020/lib/core/tagging/emoji.component.mjs +4 -4
  198. package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
  199. package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
  200. package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
  201. package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
  202. package/esm2020/lib/core/tagging/users.component.mjs +7 -7
  203. package/esm2020/lib/core/translate.service.mjs +3 -3
  204. package/esm2020/lib/core/translations.mjs +11 -1
  205. package/esm2020/lib/core/window-title.service.mjs +3 -3
  206. package/esm2020/lib/cube/accum/accum.component.mjs +3 -3
  207. package/esm2020/lib/cube/chart/chart.component.mjs +3 -3
  208. package/esm2020/lib/cube/cube-info.service.mjs +3 -3
  209. package/esm2020/lib/cube/cube-menu.component.mjs +10 -10
  210. package/esm2020/lib/cube/cube-view.component.mjs +3 -3
  211. package/esm2020/lib/cube/cube.service.mjs +4 -4
  212. package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
  213. package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
  214. package/esm2020/lib/cube/explore/explore-items.component.mjs +8 -8
  215. package/esm2020/lib/cube/explore/explore.pane.component.mjs +12 -15
  216. package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
  217. package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
  218. package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +7 -7
  219. package/esm2020/lib/cube/filter/filter.component.mjs +11 -11
  220. package/esm2020/lib/cube/grid/grid.component.mjs +3 -3
  221. package/esm2020/lib/cube/grid/spreadsheet.component.mjs +5 -5
  222. package/esm2020/lib/cube/matrix/matrix.base.mjs +6 -10
  223. package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +20 -16
  224. package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +20 -16
  225. package/esm2020/lib/cube/matrix/popup.component.mjs +11 -11
  226. package/esm2020/lib/cube/matrix/table.component.mjs +4 -4
  227. package/esm2020/lib/cube/parallel/parallel.component.mjs +5 -5
  228. package/esm2020/lib/cube/pivot/pivot.component.mjs +6 -11
  229. package/esm2020/lib/cube/sum/sum.component.mjs +6 -6
  230. package/esm2020/lib/cube/view-base.mjs +6 -10
  231. package/esm2020/lib/cube/view.mobile.component.mjs +14 -14
  232. package/esm2020/lib/cube/view.pane.component.mjs +13 -13
  233. package/esm2020/lib/dashboard/actions/actions.widget.mjs +3 -3
  234. package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +4 -4
  235. package/esm2020/lib/dashboard/cube/compare.widget.mjs +12 -12
  236. package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +3 -3
  237. package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
  238. package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +4 -4
  239. package/esm2020/lib/dashboard/cube/documents.widget.mjs +4 -4
  240. package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +3 -3
  241. package/esm2020/lib/dashboard/dashboard.component.mjs +11 -11
  242. package/esm2020/lib/dashboard/dashboard.pane.component.mjs +5 -11
  243. package/esm2020/lib/dashboard/recents/recents.widget.mjs +9 -9
  244. package/esm2020/lib/dashboard/score/activity.widget.mjs +3 -3
  245. package/esm2020/lib/dashboard/score/compare-groups.widget.mjs +3 -3
  246. package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +3 -3
  247. package/esm2020/lib/dashboard/score/pending-results.widget.mjs +12 -12
  248. package/esm2020/lib/dashboard/score/personal-score.widget.mjs +3 -3
  249. package/esm2020/lib/dashboard/widget-item.component.mjs +3 -3
  250. package/esm2020/lib/desktop.module.mjs +11 -13
  251. package/esm2020/lib/home/about/about.dialog.mjs +7 -7
  252. package/esm2020/lib/home/home-base.component.mjs +3 -3
  253. package/esm2020/lib/home/home.desktop.component.mjs +19 -19
  254. package/esm2020/lib/home/home.mobile.component.mjs +16 -16
  255. package/esm2020/lib/home/notifications/notifications.component.mjs +12 -12
  256. package/esm2020/lib/home/options/options.component.mjs +11 -11
  257. package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +8 -8
  258. package/esm2020/lib/home/search.service.mjs +3 -3
  259. package/esm2020/lib/home/sign/sign.component.mjs +6 -6
  260. package/esm2020/lib/home/tools.component.mjs +13 -13
  261. package/esm2020/lib/impersonate/impersonate.component.mjs +10 -10
  262. package/esm2020/lib/mobile.module.mjs +11 -13
  263. package/esm2020/lib/modules/chart.module.mjs +6 -6
  264. package/esm2020/lib/modules/circular-gauge.module.mjs +5 -5
  265. package/esm2020/lib/modules/date.adapter.mjs +1 -1
  266. package/esm2020/lib/modules/datepicker.intl.mjs +4 -4
  267. package/esm2020/lib/modules/dayjs.module.mjs +5 -5
  268. package/esm2020/lib/modules/diagram.module.mjs +7 -9
  269. package/esm2020/lib/modules/gantt.module.mjs +5 -5
  270. package/esm2020/lib/modules/grid.module.mjs +6 -6
  271. package/esm2020/lib/modules/material.module.mjs +20 -22
  272. package/esm2020/lib/modules/paginator.intl.mjs +4 -4
  273. package/esm2020/lib/modules/pivot.module.mjs +5 -7
  274. package/esm2020/lib/modules/schedule.module.mjs +6 -6
  275. package/esm2020/lib/modules/spreadsheet.module.mjs +7 -9
  276. package/esm2020/lib/modules/stepper.intl.mjs +4 -4
  277. package/esm2020/lib/modules/texteditor.module.mjs +6 -8
  278. package/esm2020/lib/notifications/filter.component.mjs +8 -8
  279. package/esm2020/lib/notifications/notifications-table.component.mjs +16 -16
  280. package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
  281. package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
  282. package/esm2020/lib/notifications/notifications.service.mjs +3 -3
  283. package/esm2020/lib/notifications/types/commented.notification.mjs +5 -5
  284. package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +5 -5
  285. package/esm2020/lib/notifications/types/escalated.notification.mjs +6 -6
  286. package/esm2020/lib/notifications/types/liked.notification.mjs +5 -5
  287. package/esm2020/lib/notifications/types/long-running-task.notification.mjs +3 -3
  288. package/esm2020/lib/notifications/types/notification-base.mjs +3 -3
  289. package/esm2020/lib/notifications/types/nudge.notification.mjs +6 -6
  290. package/esm2020/lib/notifications/types/state-changed.notification.mjs +6 -6
  291. package/esm2020/lib/notifications/types/tagged.notification.mjs +5 -5
  292. package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
  293. package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +5 -5
  294. package/esm2020/lib/options/options.component.mjs +15 -15
  295. package/esm2020/lib/options/options.service.mjs +3 -3
  296. package/esm2020/lib/reports/arguments-component.mjs +3 -3
  297. package/esm2020/lib/reports/cube/documents.component.mjs +3 -3
  298. package/esm2020/lib/reports/cube/grid-documents.component.mjs +9 -9
  299. package/esm2020/lib/reports/cube/table-documents.component.mjs +10 -10
  300. package/esm2020/lib/reports/cube/usage-args.component.mjs +3 -3
  301. package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
  302. package/esm2020/lib/reports/cube/usage-chart.component.mjs +4 -4
  303. package/esm2020/lib/reports/cube/usage-pivot.component.mjs +4 -4
  304. package/esm2020/lib/reports/cube/usage.component.mjs +3 -3
  305. package/esm2020/lib/reports/report-viewer.component.mjs +3 -3
  306. package/esm2020/lib/reports/report.mobile.component.mjs +12 -12
  307. package/esm2020/lib/reports/report.pane.component.mjs +11 -11
  308. package/esm2020/lib/reports/reports-menu.component.mjs +9 -9
  309. package/esm2020/lib/reports/substitution/substitution.component.mjs +12 -12
  310. package/esm2020/lib/reports/table/table-view.component.mjs +8 -8
  311. package/esm2020/lib/reports/tasks/tasks.component.mjs +3 -3
  312. package/esm2020/lib/routes.desktop.mjs +1 -1
  313. package/esm2020/lib/scheduler/schedule.component.mjs +13 -13
  314. package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
  315. package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
  316. package/esm2020/lib/shared.module.mjs +30 -32
  317. package/esm2020/lib/system.module.mjs +61 -19
  318. package/esm2020/lib/views/cube/chart.component.mjs +7 -7
  319. package/esm2020/lib/views/cube/cube-base.mjs +3 -3
  320. package/esm2020/lib/views/cube/explore.component.mjs +9 -9
  321. package/esm2020/lib/views/cube/matrix.component.mjs +12 -12
  322. package/esm2020/lib/views/cube/parallel.component.mjs +5 -5
  323. package/esm2020/lib/views/cube/pivot.component.mjs +5 -5
  324. package/esm2020/lib/views/cube/sum.component.mjs +10 -10
  325. package/esm2020/lib/views/cube/view.component.mjs +9 -9
  326. package/esm2020/lib/views/timeline/timeline.component.exp.mjs +3 -3
  327. package/esm2020/lib/views/view-item.component.mjs +3 -3
  328. package/esm2020/lib/views/views.component.mjs +5 -5
  329. package/esm2020/lib/views/views.mobile.component.mjs +3 -3
  330. package/esm2020/lib/views/views.pane.component.mjs +5 -10
  331. package/esm2020/public-api.mjs +2 -2
  332. package/fesm2015/bizdoc-core.mjs +2891 -1853
  333. package/fesm2015/bizdoc-core.mjs.map +1 -1
  334. package/fesm2020/bizdoc-core.mjs +2888 -1855
  335. package/fesm2020/bizdoc-core.mjs.map +1 -1
  336. package/{bizdoc-core.d.ts → index.d.ts} +0 -0
  337. package/lib/admin/admin-menu.component.d.ts +1 -1
  338. package/lib/admin/configuration-designer/designer-element.component.d.ts +23 -0
  339. package/lib/admin/configuration-designer/designer.base.d.ts +38 -0
  340. package/lib/admin/configuration-designer/designer.component.d.ts +47 -0
  341. package/lib/admin/configuration-designer/elements/action.component.d.ts +20 -0
  342. package/lib/admin/configuration-designer/elements/analysis-widget.component.d.ts +45 -0
  343. package/lib/admin/configuration-designer/elements/anomaly-rule.component.d.ts +20 -0
  344. package/lib/admin/configuration-designer/elements/box-form.component.d.ts +20 -0
  345. package/lib/admin/configuration-designer/elements/chart-view.component.d.ts +45 -0
  346. package/lib/admin/configuration-designer/elements/cube-view.component.d.ts +37 -0
  347. package/lib/admin/configuration-designer/elements/cube.component.d.ts +20 -0
  348. package/lib/admin/configuration-designer/elements/documents-report.component.d.ts +37 -0
  349. package/lib/admin/configuration-designer/elements/documents-widget.component.d.ts +36 -0
  350. package/lib/admin/configuration-designer/elements/explore-view.component.d.ts +35 -0
  351. package/lib/admin/configuration-designer/elements/folder.component.d.ts +19 -0
  352. package/lib/admin/configuration-designer/elements/form.component.d.ts +35 -0
  353. package/lib/admin/configuration-designer/elements/guide.component.d.ts +22 -0
  354. package/lib/admin/configuration-designer/elements/matrix-view.component.d.ts +45 -0
  355. package/lib/admin/configuration-designer/elements/parallel-view.component.d.ts +41 -0
  356. package/lib/admin/configuration-designer/elements/performance-widget.component.d.ts +32 -0
  357. package/lib/admin/configuration-designer/elements/pivot-view.component.d.ts +39 -0
  358. package/lib/admin/configuration-designer/elements/report.component.d.ts +20 -0
  359. package/lib/admin/configuration-designer/elements/role.component.d.ts +20 -0
  360. package/lib/admin/configuration-designer/elements/rule.component.d.ts +17 -0
  361. package/lib/admin/configuration-designer/elements/sum-view.component.d.ts +42 -0
  362. package/lib/admin/configuration-designer/elements/tasks-report.component.d.ts +39 -0
  363. package/lib/admin/configuration-designer/elements/type.component.d.ts +21 -0
  364. package/lib/admin/configuration-designer/elements/usage-report.component.d.ts +39 -0
  365. package/lib/admin/configuration-designer/elements/utility.component.d.ts +20 -0
  366. package/lib/admin/configuration-designer/elements/view.component.d.ts +20 -0
  367. package/lib/admin/configuration-designer/elements/widget.component.d.ts +20 -0
  368. package/lib/admin/configuration-designer/privileges.component.d.ts +20 -0
  369. package/lib/admin/core/ace.input.d.ts +1 -1
  370. package/lib/admin/core/color-picker.input.d.ts +1 -1
  371. package/lib/admin/core/search.input.d.ts +2 -2
  372. package/lib/admin/diff/configuration-diff.component.d.ts +1 -1
  373. package/lib/admin/document-trace/document-trace.component.d.ts +7 -4
  374. package/lib/admin/document-trace/reassign.dialog.d.ts +6 -3
  375. package/lib/admin/document-trace/trace-element.component.d.ts +1 -1
  376. package/lib/admin/form/designer/designer.component.d.ts +46 -0
  377. package/lib/admin/form/form.service.d.ts +6 -4
  378. package/lib/admin/form/workflow/node.component.d.ts +5 -2
  379. package/lib/admin/form/workflow/role-node.component.d.ts +14 -2
  380. package/lib/admin/form/workflow/workflow.component.d.ts +1 -1
  381. package/lib/admin/indices/manage-cube-index.component.d.ts +1 -1
  382. package/lib/admin/patterns/patterns.component.d.ts +10 -6
  383. package/lib/admin/permissions/permissions.component.d.ts +1 -1
  384. package/lib/admin/positions/positions-popup.component.d.ts +2 -2
  385. package/lib/admin/positions/positions.component.d.ts +14 -6
  386. package/lib/admin/profiler/outofoffice.component.d.ts +26 -7
  387. package/lib/admin/profiler/profiler.component.d.ts +3 -3
  388. package/lib/admin/utility-wrapper.component.d.ts +1 -1
  389. package/lib/admin/utility.pane.component.d.ts +1 -1
  390. package/lib/app.component.d.ts +2 -2
  391. package/lib/browse/browse-items.component.d.ts +1 -1
  392. package/lib/browse/browse.mobile.component.d.ts +1 -1
  393. package/lib/browse/browse.pane.component.d.ts +2 -2
  394. package/lib/browse/expanded-item/expanded-item.component.d.ts +1 -1
  395. package/lib/browse/filter/filter.component.d.ts +10 -3
  396. package/lib/browse/folders-menu.component.d.ts +1 -1
  397. package/lib/chat/chat.mobile.component.d.ts +1 -1
  398. package/lib/chat/contacts.component.d.ts +3 -3
  399. package/lib/chat/contacts.pane.component.d.ts +1 -1
  400. package/lib/chat/conversation.component.d.ts +1 -1
  401. package/lib/chat/conversation.pane.component.d.ts +1 -1
  402. package/lib/compose/action/action-picker.component.d.ts +1 -1
  403. package/lib/compose/action/action.dialog.d.ts +1 -1
  404. package/lib/compose/action/action.pane.dialog.exp.d.ts +1 -1
  405. package/lib/compose/action/assign-action.component.d.ts +8 -3
  406. package/lib/compose/action/moveto-action.component.d.ts +6 -3
  407. package/lib/compose/action/return-action.component.d.ts +5 -2
  408. package/lib/compose/attachments/attachments.component.d.ts +1 -1
  409. package/lib/compose/attachments/preview/attachment-preview.component.d.ts +1 -1
  410. package/lib/compose/attachments/progress-button.directive.d.ts +1 -1
  411. package/lib/compose/comments/comment.component.d.ts +1 -1
  412. package/lib/compose/comments/comments.component.d.ts +1 -1
  413. package/lib/compose/comments/{Comments.pane.component.d.ts → comments.pane.component.d.ts} +1 -1
  414. package/lib/compose/comments/edit-comment.component.d.ts +1 -1
  415. package/lib/compose/comments/edits.component.d.ts +1 -1
  416. package/lib/compose/comments/quick-comment.component.exp.d.ts +1 -1
  417. package/lib/compose/comments/votes.component.d.ts +1 -1
  418. package/lib/compose/compose.mobile.component.d.ts +1 -1
  419. package/lib/compose/compose.pane.component.d.ts +1 -1
  420. package/lib/compose/copy/copy.dialog.d.ts +2 -2
  421. package/lib/compose/document.component.d.ts +1 -1
  422. package/lib/compose/document.mobile.component.d.ts +1 -1
  423. package/lib/compose/document.pane.component.d.ts +1 -1
  424. package/lib/compose/events/events.component.d.ts +1 -1
  425. package/lib/compose/form-selector/form-selector.sheet.d.ts +1 -1
  426. package/lib/compose/form.component.d.ts +1 -1
  427. package/lib/compose/new-menu.component.d.ts +2 -2
  428. package/lib/compose/privilage.directive.d.ts +2 -2
  429. package/lib/compose/state.component.d.ts +1 -1
  430. package/lib/compose/tag/tags.component.d.ts +2 -2
  431. package/lib/compose/trace/flow.component.d.ts +11 -8
  432. package/lib/compose/trace/people.component.d.ts +1 -1
  433. package/lib/compose/trace/trace.base.d.ts +8 -3
  434. package/lib/compose/trace/trace.component.d.ts +5 -8
  435. package/lib/compose/trace/trace.pane.component.d.ts +1 -1
  436. package/lib/compose/version-compare/version-compare.component.d.ts +1 -1
  437. package/lib/compose/version-compare/version-compare.directive.d.ts +3 -3
  438. package/lib/compose/version-compare/version.pane.component.d.ts +1 -1
  439. package/lib/core/NgComponentOutlet.d.ts +1 -1
  440. package/lib/core/animated-icon/animated-icon.directive.d.ts +1 -1
  441. package/lib/core/avatar/avatar.component.d.ts +1 -1
  442. package/lib/core/component-factory-resolver.d.ts +1 -1
  443. package/lib/core/controls/address.input.d.ts +2 -2
  444. package/lib/core/controls/auto-complete.input.d.ts +2 -2
  445. package/lib/core/controls/combination-picker-body.d.ts +2 -2
  446. package/lib/core/controls/combination-picker.d.ts +1 -1
  447. package/lib/core/controls/combination-pool.d.ts +1 -1
  448. package/lib/core/controls/file.input.d.ts +1 -1
  449. package/lib/core/controls/select.input.d.ts +2 -2
  450. package/lib/core/controls/time-picker.d.ts +2 -2
  451. package/lib/core/controls/timespan.input.d.ts +6 -2
  452. package/lib/core/guide/guide.component.d.ts +1 -1
  453. package/lib/core/guide/help-tip.component.d.ts +1 -1
  454. package/lib/core/identity/identity.component.d.ts +1 -1
  455. package/lib/core/info/location-info.component.d.ts +1 -1
  456. package/lib/core/layout/autocomplete.field.d.ts +2 -2
  457. package/lib/core/layout/checkbox.d.ts +1 -1
  458. package/lib/core/layout/checkbox.field.d.ts +2 -2
  459. package/lib/core/layout/date-range.field.d.ts +5 -2
  460. package/lib/core/layout/date.field.d.ts +2 -2
  461. package/lib/core/layout/expression.field.d.ts +2 -2
  462. package/lib/core/layout/file.field.d.ts +3 -2
  463. package/lib/core/layout/html.field.d.ts +2 -2
  464. package/lib/core/layout/input.base.d.ts +2 -2
  465. package/lib/core/layout/input.field.d.ts +2 -2
  466. package/lib/core/layout/layout.component.d.ts +1 -1
  467. package/lib/core/layout/numeric.field.d.ts +2 -2
  468. package/lib/core/layout/select.field.d.ts +2 -2
  469. package/lib/core/layout/switch.field.d.ts +2 -2
  470. package/lib/core/layout/textarea.field.d.ts +2 -2
  471. package/lib/core/layout/timespan.field.d.ts +2 -2
  472. package/lib/core/lottie-animation.d.ts +1 -1
  473. package/lib/core/mailbox.service.d.ts +7 -0
  474. package/lib/core/none.component.d.ts +1 -1
  475. package/lib/core/pipes/action.pipe.d.ts +1 -1
  476. package/lib/core/pipes/calendar.pipe.d.ts +1 -1
  477. package/lib/core/pipes/date-format.pipe.d.ts +1 -1
  478. package/lib/core/pipes/daterange.pipe.d.ts +2 -2
  479. package/lib/core/pipes/difference.pipe.d.ts +1 -1
  480. package/lib/core/pipes/duration-format.pipe.d.ts +1 -1
  481. package/lib/core/pipes/duration.pipe.d.ts +1 -1
  482. package/lib/core/pipes/form.pipe.d.ts +1 -1
  483. package/lib/core/pipes/join.pipe.d.ts +1 -1
  484. package/lib/core/pipes/role.pipe.d.ts +1 -1
  485. package/lib/core/pipes/sanitize-html.pipe.d.ts +1 -1
  486. package/lib/core/pipes/sort.pipe.d.ts +2 -2
  487. package/lib/core/pipes/state.pipe.d.ts +1 -1
  488. package/lib/core/pipes/time-ago.pipe.d.ts +1 -1
  489. package/lib/core/pipes/translate.pipe.d.ts +2 -2
  490. package/lib/core/pipes/type-value.pipe.d.ts +1 -1
  491. package/lib/core/pipes/user-name.pipe.d.ts +1 -1
  492. package/lib/core/popup/popup.component.d.ts +1 -1
  493. package/lib/core/popup/tooltip.directive.d.ts +2 -2
  494. package/lib/core/prompt/ask/ask.dialog.d.ts +1 -1
  495. package/lib/core/prompt/mask/mask.component.d.ts +1 -1
  496. package/lib/core/save-changes.dialog.d.ts +1 -1
  497. package/lib/core/slots/router.directive.d.ts +1 -1
  498. package/lib/core/slots/slots.component.d.ts +2 -2
  499. package/lib/core/tagging/documents.component.d.ts +1 -1
  500. package/lib/core/tagging/edit-input.component.d.ts +1 -1
  501. package/lib/core/tagging/emoji.component.d.ts +1 -1
  502. package/lib/core/tagging/tagging-item.directive.d.ts +1 -1
  503. package/lib/core/tagging/tagging.component-base.d.ts +1 -1
  504. package/lib/core/tagging/tagging.directive.d.ts +1 -1
  505. package/lib/core/tagging/tagging.pipe.d.ts +1 -1
  506. package/lib/core/tagging/users.component.d.ts +1 -1
  507. package/lib/core/translations.d.ts +10 -0
  508. package/lib/cube/accum/accum.component.d.ts +1 -1
  509. package/lib/cube/chart/chart.component.d.ts +1 -1
  510. package/lib/cube/cube-menu.component.d.ts +1 -1
  511. package/lib/cube/cube-view.component.d.ts +1 -1
  512. package/lib/cube/explore/document-item.component.d.ts +1 -1
  513. package/lib/cube/explore/explore-item.component.d.ts +1 -1
  514. package/lib/cube/explore/explore-items.component.d.ts +1 -1
  515. package/lib/cube/explore/explore.pane.component.d.ts +1 -1
  516. package/lib/cube/explore/item.pane.component.d.ts +1 -1
  517. package/lib/cube/filter/filter-tags.component.exp.d.ts +1 -1
  518. package/lib/cube/filter/filter.component.d.ts +1 -1
  519. package/lib/cube/grid/grid.component.d.ts +1 -1
  520. package/lib/cube/grid/spreadsheet.component.d.ts +1 -1
  521. package/lib/cube/matrix/matrix.base.d.ts +2 -2
  522. package/lib/cube/matrix/matrix.mobile.component.d.ts +3 -1
  523. package/lib/cube/matrix/matrix.pane.component.d.ts +3 -2
  524. package/lib/cube/matrix/popup.component.d.ts +1 -1
  525. package/lib/cube/matrix/table.component.d.ts +1 -1
  526. package/lib/cube/parallel/parallel.component.d.ts +1 -1
  527. package/lib/cube/pivot/pivot.component.d.ts +1 -1
  528. package/lib/cube/sum/sum.component.d.ts +1 -1
  529. package/lib/cube/view-base.d.ts +2 -2
  530. package/lib/cube/view.mobile.component.d.ts +1 -2
  531. package/lib/cube/view.pane.component.d.ts +1 -1
  532. package/lib/dashboard/actions/actions.widget.d.ts +1 -1
  533. package/lib/dashboard/cube/accum-cube.widget.d.ts +1 -1
  534. package/lib/dashboard/cube/compare.widget.d.ts +3 -3
  535. package/lib/dashboard/cube/cube-analysis.base.d.ts +1 -1
  536. package/lib/dashboard/cube/cube-analysis.widget.d.ts +1 -1
  537. package/lib/dashboard/cube/cube-chart.widget.d.ts +1 -1
  538. package/lib/dashboard/cube/documents.widget.d.ts +1 -1
  539. package/lib/dashboard/cube/filter/filter.component.d.ts +1 -1
  540. package/lib/dashboard/dashboard.component.d.ts +1 -1
  541. package/lib/dashboard/dashboard.pane.component.d.ts +1 -1
  542. package/lib/dashboard/recents/recents.widget.d.ts +2 -2
  543. package/lib/dashboard/score/activity.widget.d.ts +1 -1
  544. package/lib/dashboard/score/compare-groups.widget.d.ts +1 -1
  545. package/lib/dashboard/score/peers-performance.widget.d.ts +1 -1
  546. package/lib/dashboard/score/pending-results.widget.d.ts +1 -1
  547. package/lib/dashboard/score/personal-score.widget.d.ts +1 -1
  548. package/lib/dashboard/widget-item.component.d.ts +1 -1
  549. package/lib/desktop.module.d.ts +1 -1
  550. package/lib/home/about/about.dialog.d.ts +1 -1
  551. package/lib/home/home-base.component.d.ts +1 -1
  552. package/lib/home/home.desktop.component.d.ts +1 -1
  553. package/lib/home/home.mobile.component.d.ts +1 -1
  554. package/lib/home/notifications/notifications.component.d.ts +1 -1
  555. package/lib/home/options/options.component.d.ts +1 -1
  556. package/lib/home/outofoffice/outofoffice.component.d.ts +1 -1
  557. package/lib/home/sign/sign.component.d.ts +1 -1
  558. package/lib/home/tools.component.d.ts +2 -2
  559. package/lib/impersonate/impersonate.component.d.ts +2 -2
  560. package/lib/notifications/filter.component.d.ts +5 -2
  561. package/lib/notifications/notifications-table.component.d.ts +1 -1
  562. package/lib/notifications/notifications.mobile.component.d.ts +1 -1
  563. package/lib/notifications/notifications.pane.component.d.ts +1 -1
  564. package/lib/notifications/types/commented.notification.d.ts +1 -1
  565. package/lib/notifications/types/cube-anomaly.notification.d.ts +1 -1
  566. package/lib/notifications/types/escalated.notification.d.ts +1 -1
  567. package/lib/notifications/types/liked.notification.d.ts +1 -1
  568. package/lib/notifications/types/long-running-task.notification.d.ts +1 -1
  569. package/lib/notifications/types/notification-base.d.ts +1 -1
  570. package/lib/notifications/types/nudge.notification.d.ts +1 -1
  571. package/lib/notifications/types/state-changed.notification.d.ts +1 -1
  572. package/lib/notifications/types/tagged.notification.d.ts +1 -1
  573. package/lib/notifications/types/text.notification.d.ts +1 -1
  574. package/lib/notifications/types/upcoming-event.notification.d.ts +1 -1
  575. package/lib/options/options.component.d.ts +37 -6
  576. package/lib/reports/arguments-component.d.ts +1 -1
  577. package/lib/reports/cube/documents.component.d.ts +1 -1
  578. package/lib/reports/cube/grid-documents.component.d.ts +1 -1
  579. package/lib/reports/cube/table-documents.component.d.ts +1 -1
  580. package/lib/reports/cube/usage-args.component.d.ts +1 -1
  581. package/lib/reports/cube/usage-base.d.ts +1 -1
  582. package/lib/reports/cube/usage-chart.component.d.ts +1 -1
  583. package/lib/reports/cube/usage-pivot.component.d.ts +1 -1
  584. package/lib/reports/cube/usage.component.d.ts +1 -1
  585. package/lib/reports/report-viewer.component.d.ts +1 -1
  586. package/lib/reports/report.mobile.component.d.ts +1 -1
  587. package/lib/reports/report.pane.component.d.ts +1 -1
  588. package/lib/reports/reports-menu.component.d.ts +1 -1
  589. package/lib/reports/substitution/substitution.component.d.ts +1 -1
  590. package/lib/reports/table/table-view.component.d.ts +1 -1
  591. package/lib/reports/tasks/tasks.component.d.ts +1 -1
  592. package/lib/scheduler/schedule.component.d.ts +1 -1
  593. package/lib/scheduler/scheduler.mobile.component.d.ts +1 -1
  594. package/lib/scheduler/scheduler.pane.component.d.ts +1 -1
  595. package/lib/shared.module.d.ts +1 -1
  596. package/lib/system.module.d.ts +57 -27
  597. package/lib/views/cube/chart.component.d.ts +1 -1
  598. package/lib/views/cube/cube-base.d.ts +1 -1
  599. package/lib/views/cube/explore.component.d.ts +1 -1
  600. package/lib/views/cube/matrix.component.d.ts +1 -1
  601. package/lib/views/cube/parallel.component.d.ts +1 -1
  602. package/lib/views/cube/pivot.component.d.ts +1 -1
  603. package/lib/views/cube/sum.component.d.ts +1 -2
  604. package/lib/views/cube/view.component.d.ts +1 -1
  605. package/lib/views/timeline/timeline.component.exp.d.ts +1 -1
  606. package/lib/views/view-item.component.d.ts +1 -1
  607. package/lib/views/views.component.d.ts +1 -1
  608. package/lib/views/views.mobile.component.d.ts +1 -1
  609. package/lib/views/views.pane.component.d.ts +1 -1
  610. package/package.json +33 -33
  611. package/public-api.d.ts +1 -1
  612. package/assets/.gitkeep +0 -0
@@ -27,12 +27,43 @@ export declare class OptionsComponent implements OnInit, OnDestroy {
27
27
  private _requiredValidator;
28
28
  substitueInput: MatInput;
29
29
  grantInput: MatChipInput;
30
- readonly language: import("@angular/forms").FormControl;
31
- readonly aRIA: import("@angular/forms").FormControl;
30
+ readonly language: import("@angular/forms").FormControl<string>;
31
+ readonly aRIA: import("@angular/forms").FormControl<boolean>;
32
32
  readonly languages: string[];
33
- readonly gusers: import("@angular/forms").FormControl;
34
- readonly substitueId: import("@angular/forms").FormControl;
35
- readonly form: FormGroup;
33
+ readonly gusers: import("@angular/forms").FormControl<any[]>;
34
+ readonly substitueId: import("@angular/forms").FormControl<any>;
35
+ readonly form: FormGroup<{
36
+ notifications: FormGroup<{
37
+ active: import("@angular/forms").FormControl<boolean>;
38
+ likes: import("@angular/forms").FormControl<boolean>;
39
+ commentMyDocument: import("@angular/forms").FormControl<boolean>;
40
+ commentAnyDocument: import("@angular/forms").FormControl<boolean>;
41
+ upcomingEvents: import("@angular/forms").FormControl<boolean>;
42
+ tagged: import("@angular/forms").FormControl<boolean>;
43
+ anyDocumentStateChange: import("@angular/forms").FormControl<boolean>;
44
+ myDocumentStateChange: import("@angular/forms").FormControl<boolean>;
45
+ cubeAnomaly: import("@angular/forms").FormControl<boolean>;
46
+ sound: import("@angular/forms").FormControl<boolean>;
47
+ }>;
48
+ tags: import("@angular/forms").FormControl<any>;
49
+ emails: FormGroup<{
50
+ active: import("@angular/forms").FormControl<boolean>;
51
+ mail: import("@angular/forms").FormControl<boolean>;
52
+ chat: import("@angular/forms").FormControl<boolean>;
53
+ notifications: import("@angular/forms").FormControl<boolean>;
54
+ events: import("@angular/forms").FormControl<boolean>;
55
+ }>;
56
+ outOfOffice: FormGroup<{
57
+ active: import("@angular/forms").FormControl<boolean>;
58
+ substitueId: import("@angular/forms").FormControl<any>;
59
+ from: import("@angular/forms").FormControl<any>;
60
+ to: import("@angular/forms").FormControl<any>;
61
+ }>;
62
+ grantAccess: FormGroup<{
63
+ active: import("@angular/forms").FormControl<boolean>;
64
+ users: import("@angular/forms").FormControl<any>;
65
+ }>;
66
+ }>;
36
67
  susers$: Observable<UserInfo[]>;
37
68
  gusers$: Observable<UserInfo[]>;
38
69
  voating: boolean;
@@ -62,6 +93,6 @@ export declare class OptionsComponent implements OnInit, OnDestroy {
62
93
  setSubstitute(event: MatAutocompleteSelectedEvent): void;
63
94
  ngOnDestroy(): void;
64
95
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionsComponent, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionsComponent, "bizdoc-options", never, {}, {}, never, never>;
96
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionsComponent, "bizdoc-options", never, {}, {}, never, never, false>;
66
97
  }
67
98
  export {};
@@ -23,5 +23,5 @@ export declare class ReportArgumentsComponent implements OnInit, OnDestroy {
23
23
  private _fromLayout;
24
24
  ngOnDestroy(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ReportArgumentsComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<ReportArgumentsComponent, "bizdoc-report-arguments", never, { "reportRef": "reportRef"; "template": "template"; "arguments": "arguments"; "args": "args"; }, { "argsChange": "argsChange"; }, never, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<ReportArgumentsComponent, "bizdoc-report-arguments", never, { "reportRef": "reportRef"; "template": "template"; "arguments": "arguments"; "args": "args"; }, { "argsChange": "argsChange"; }, never, never, false>;
27
27
  }
@@ -13,7 +13,7 @@ export declare class CubeDocumentsComponent implements ReportComponent<Model>, O
13
13
  onBind(data: Model[], args?: any): void;
14
14
  ngOnInit(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeDocumentsComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<CubeDocumentsComponent, "ng-component", never, {}, {}, never, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<CubeDocumentsComponent, "ng-component", never, {}, {}, never, never, false>;
17
17
  }
18
18
  export interface Model {
19
19
  id: number;
@@ -24,5 +24,5 @@ export declare class CubeDocumentsGridComponent implements ReportComponent<Model
24
24
  rowSelected(evt: RowSelectEventArgs): void;
25
25
  ngOnDestroy(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeDocumentsGridComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<CubeDocumentsGridComponent, "ng-component", never, {}, {}, never, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<CubeDocumentsGridComponent, "ng-component", never, {}, {}, never, never, false>;
28
28
  }
@@ -24,5 +24,5 @@ export declare class CubeDocumentsTableComponent implements ReportComponent<Mode
24
24
  onBind(data: Model[]): void;
25
25
  open(id: number): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeDocumentsTableComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<CubeDocumentsTableComponent, "ng-component", never, {}, {}, never, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<CubeDocumentsTableComponent, "ng-component", never, {}, {}, never, never, false>;
28
28
  }
@@ -17,5 +17,5 @@ export declare class UsageReportArgs implements OnInit, ArgumentsComponent<Args>
17
17
  ngOnInit(): void;
18
18
  valuesChange(axes: any): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<UsageReportArgs, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<UsageReportArgs, "ng-component", never, {}, {}, never, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<UsageReportArgs, "ng-component", never, {}, {}, never, never, false>;
21
21
  }
@@ -48,7 +48,7 @@ export declare abstract class UsageReportBase implements ReportComponent<Item, A
48
48
  }, index?: string): void;
49
49
  ngOnDestroy(): void;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<UsageReportBase, never>;
51
- static ɵdir: i0.ɵɵDirectiveDeclaration<UsageReportBase, never, never, {}, {}, never>;
51
+ static ɵdir: i0.ɵɵDirectiveDeclaration<UsageReportBase, never, never, {}, {}, never, never, false>;
52
52
  }
53
53
  export declare type Item = {
54
54
  [name: string]: (string | number);
@@ -58,5 +58,5 @@ export declare class UsageChartComponent extends UsageReportBase implements OnDe
58
58
  private _indexName;
59
59
  ngOnDestroy(): void;
60
60
  static ɵfac: i0.ɵɵFactoryDeclaration<UsageChartComponent, never>;
61
- static ɵcmp: i0.ɵɵComponentDeclaration<UsageChartComponent, "ng-component", never, {}, {}, never, never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<UsageChartComponent, "ng-component", never, {}, {}, never, never, false>;
62
62
  }
@@ -62,5 +62,5 @@ export declare class UsagePivotComponent extends UsageReportBase {
62
62
  private _pivotAxes;
63
63
  ngOnDestroy(): void;
64
64
  static ɵfac: i0.ɵɵFactoryDeclaration<UsagePivotComponent, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<UsagePivotComponent, "ng-component", never, {}, {}, never, never>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<UsagePivotComponent, "ng-component", never, {}, {}, never, never, false>;
66
66
  }
@@ -12,5 +12,5 @@ export declare class CubeUsageComponent implements ReportComponent<Item, Args>,
12
12
  onBind(data: Item[], args?: Args): void;
13
13
  ngOnInit(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeUsageComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<CubeUsageComponent, "ng-component", never, {}, {}, never, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<CubeUsageComponent, "ng-component", never, {}, {}, never, never, false>;
16
16
  }
@@ -43,5 +43,5 @@ export declare class ReportViewerComponent implements OnChanges, OnDestroy {
43
43
  exportExcel(): void;
44
44
  ngOnDestroy(): void;
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<ReportViewerComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<ReportViewerComponent, "bizdoc-report-viewer", never, { "report": "report"; "args": "args"; }, {}, never, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<ReportViewerComponent, "bizdoc-report-viewer", never, { "report": "report"; "args": "args"; }, {}, never, never, false>;
47
47
  }
@@ -44,5 +44,5 @@ export declare class ReportComponent implements OnInit, OnDestroy {
44
44
  argsChange(args: any): void;
45
45
  ngOnDestroy(): void;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<ReportComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<ReportComponent, "bizdoc-report", never, {}, {}, never, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<ReportComponent, "bizdoc-report", never, {}, {}, never, never, false>;
48
48
  }
@@ -33,5 +33,5 @@ export declare class ReportPaneComponent implements OnInit, OnDestroy {
33
33
  guide(evt?: Event | KeyboardEvent): void;
34
34
  ngOnDestroy(): void;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<ReportPaneComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<ReportPaneComponent, "bizdoc-report.pane", never, {}, {}, never, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<ReportPaneComponent, "bizdoc-report.pane", never, {}, {}, never, never, false>;
37
37
  }
@@ -8,5 +8,5 @@ export declare class ReportsMenuComponent {
8
8
  readonly reports: Report[];
9
9
  constructor(session: SessionService);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ReportsMenuComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ReportsMenuComponent, "bizdoc-reports-menu", never, { "collapsed": "collapsed"; }, { "change": "change"; }, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ReportsMenuComponent, "bizdoc-reports-menu", never, { "collapsed": "collapsed"; }, { "change": "change"; }, never, never, false>;
12
12
  }
@@ -8,7 +8,7 @@ export declare class SubstitutionComponent implements ReportComponent<Item, any>
8
8
  dataSource: MatTableDataSource<any>;
9
9
  onBind(result: any): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SubstitutionComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SubstitutionComponent, "ng-component", never, {}, {}, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SubstitutionComponent, "ng-component", never, {}, {}, never, never, false>;
12
12
  }
13
13
  interface Item {
14
14
  number: string;
@@ -15,5 +15,5 @@ export declare class TableViewComponent implements ReportComponent<any, any>, On
15
15
  onBind(result: any): void;
16
16
  rowClick(item: any): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<TableViewComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<TableViewComponent, "bizdoc-table-view", never, { "columns": "columns"; "selectable": "selectable"; }, { "itemClick": "itemClick"; }, never, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableViewComponent, "bizdoc-table-view", never, { "columns": "columns"; "selectable": "selectable"; }, { "itemClick": "itemClick"; }, never, never, false>;
19
19
  }
@@ -45,7 +45,7 @@ export declare class TasksComponent implements ReportComponent<Model, Axes>, OnD
45
45
  cardRendered(evt: CardRenderedEventArgs): void;
46
46
  ngOnDestroy(): void;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<TasksComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<TasksComponent, "ng-component", never, {}, {}, never, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<TasksComponent, "ng-component", never, {}, {}, never, never, false>;
49
49
  }
50
50
  interface Model {
51
51
  userName: string;
@@ -39,5 +39,5 @@ export declare class ScheduleViewComponent implements OnChanges, AfterViewInit {
39
39
  select(e: SelectEventArgs): void;
40
40
  eventClick(e: EventClickArgs): void;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleViewComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<ScheduleViewComponent, "bizdoc-schedule", never, { "selectedDate": "selectedDate"; }, { "selectedDateChange": "selectedDateChange"; }, never, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScheduleViewComponent, "bizdoc-schedule", never, { "selectedDate": "selectedDate"; }, { "selectedDateChange": "selectedDateChange"; }, never, never, false>;
43
43
  }
@@ -10,5 +10,5 @@ export declare class SchedulerComponent implements OnInit {
10
10
  ngOnInit(): void;
11
11
  change(date: Date): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SchedulerComponent, "ng-component", never, {}, {}, never, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SchedulerComponent, "ng-component", never, {}, {}, never, never, false>;
14
14
  }
@@ -16,5 +16,5 @@ export declare class SchedulerPaneComponent implements OnInit {
16
16
  private _resize;
17
17
  change(date: Date): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerPaneComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<SchedulerPaneComponent, "ng-component", never, {}, {}, never, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<SchedulerPaneComponent, "ng-component", never, {}, {}, never, never, false>;
20
20
  }
@@ -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.CubeUsageComponent, typeof i3.CubeDocumentsComponent, typeof i4.DateFormatPipe, typeof i5.CalendarPipe, typeof i6.DifferencePipe, typeof i7.DurationPipe, typeof i8.TimeAgoPipe, typeof i9.HtmlSimplePipe, typeof i10.CheckboxComponent, typeof i11.CubeParallelComponent, typeof i12.CubeSumComponent, typeof i13.CubeParallelViewComponent, typeof i14.CubeChartViewComponent, typeof i15.CubeExploreViewComponent, typeof i16.CubeDocumentSumComponent, typeof i17.ExploreItemImplComponent, typeof i18.DocumentInfoComponent, typeof i19.DocumentViewsComponent, typeof i20.ViewItemComponent, typeof i21.CubeDocumentMatrixComponent, typeof i22.CubeDocumentViewComponent, typeof i23.CubePivotViewComponent, typeof i24.ActionPicker, typeof i25.QuickCommentComponent, typeof i26.DurationFormatPipe, typeof i27.CombinationPicker, typeof i28.CombinationPickerBody, typeof i29.CombinationPool, typeof i30.TimelineViewComponent, typeof i31.MatIconAnimate, typeof i32.DateRangePipe, typeof i32.AgoPipe, typeof i33.ColorPicker, 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 i9.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.CubeCompareWidget, 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 i4.DateFormatPipe, typeof i5.CalendarPipe, typeof i6.DifferencePipe, typeof i7.DurationPipe, typeof i8.TimeAgoPipe, typeof i10.CheckboxComponent, typeof i11.CubeParallelComponent, typeof i12.CubeSumComponent, typeof i17.ExploreItemImplComponent, typeof i18.DocumentInfoComponent, typeof i19.DocumentViewsComponent, typeof i133.DashboardComponent, typeof i107.TagsComponent, typeof i25.QuickCommentComponent, typeof i114.CommentsComponent, 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 i24.ActionPicker, typeof i141.ConversationComponent, typeof i34.StateDirective, typeof i9.ContactsComponent, typeof i76.CubeMatrixComponent, typeof i74.NgxComponentOutlet, typeof i31.MatIconAnimate, typeof i163.TooltipDirective, typeof i50.TimespanInput, typeof i52.FileInput, typeof i51.AddressInput, typeof i49.AceInput, typeof i27.CombinationPicker, typeof i29.CombinationPool, typeof i47.TypeSelect, typeof i48.TypeAutocomplete, typeof i53.TimePicker, typeof i26.DurationFormatPipe, typeof i32.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.CubeCompareWidget, 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.CubeUsageComponent, typeof i3.CubeDocumentsComponent, typeof i4.DateFormatPipe, typeof i5.CalendarPipe, typeof i6.DifferencePipe, typeof i7.DurationPipe, typeof i8.TimeAgoPipe, typeof i9.HtmlSimplePipe, typeof i10.CheckboxComponent, typeof i11.CubeParallelComponent, typeof i12.CubeSumComponent, typeof i13.CubeParallelViewComponent, typeof i14.CubeChartViewComponent, typeof i15.CubeExploreViewComponent, typeof i16.CubeDocumentSumComponent, typeof i17.ExploreItemImplComponent, typeof i18.DocumentInfoComponent, typeof i19.DocumentViewsComponent, typeof i20.ViewItemComponent, typeof i21.CubeDocumentMatrixComponent, typeof i22.CubeDocumentViewComponent, typeof i23.CubePivotViewComponent, typeof i24.ActionPicker, typeof i25.QuickCommentComponent, typeof i26.DurationFormatPipe, typeof i27.CombinationPicker, typeof i28.CombinationPickerBody, typeof i29.CombinationPool, typeof i30.TimelineViewComponent, typeof i31.MatIconAnimate, typeof i32.DateRangePipe, typeof i32.AgoPipe, typeof i33.ColorPicker, 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 i9.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 i4.DateFormatPipe, typeof i5.CalendarPipe, typeof i6.DifferencePipe, typeof i7.DurationPipe, typeof i8.TimeAgoPipe, typeof i10.CheckboxComponent, typeof i11.CubeParallelComponent, typeof i12.CubeSumComponent, typeof i17.ExploreItemImplComponent, typeof i18.DocumentInfoComponent, typeof i19.DocumentViewsComponent, typeof i133.DashboardComponent, typeof i107.TagsComponent, typeof i25.QuickCommentComponent, typeof i114.CommentsComponent, 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 i24.ActionPicker, typeof i141.ConversationComponent, typeof i34.StateDirective, typeof i9.ContactsComponent, typeof i76.CubeMatrixComponent, typeof i74.NgxComponentOutlet, typeof i31.MatIconAnimate, typeof i163.TooltipDirective, typeof i50.TimespanInput, typeof i52.FileInput, typeof i51.AddressInput, typeof i49.AceInput, typeof i27.CombinationPicker, typeof i29.CombinationPool, typeof i47.TypeSelect, typeof i48.TypeAutocomplete, typeof i53.TimePicker, typeof i26.DurationFormatPipe, typeof i32.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
  }
@@ -1,34 +1,64 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "./admin/permissions/permissions.component";
4
- import * as i2 from "./admin/indices/manage-cube-index.component";
5
- import * as i3 from "./admin/profiler/outofoffice.component";
6
- import * as i4 from "./admin/utility-wrapper.component";
7
- import * as i5 from "./admin/utility.pane.component";
8
- import * as i6 from "./admin/core/search.input";
9
- import * as i7 from "./admin/document-trace/reassign.dialog";
10
- import * as i8 from "./admin/diff/configuration-diff.component";
11
- import * as i9 from "./admin/document-trace/document-trace.component";
12
- import * as i10 from "./admin/document-trace/trace-element.component";
13
- import * as i11 from "./admin/profiler/profiler.component";
14
- import * as i12 from "./admin/positions/positions.component";
15
- import * as i13 from "./admin/positions/positions-popup.component";
16
- import * as i14 from "./admin/form/workflow/workflow.component";
17
- import * as i15 from "./admin/form/workflow/node.component";
18
- import * as i16 from "./admin/form/workflow/role-node.component";
19
- import * as i17 from "./admin/patterns/patterns.component";
20
- import * as i18 from "@angular/common";
21
- import * as i19 from "@angular/common/http";
22
- import * as i20 from "@angular/forms";
23
- import * as i21 from "@angular/flex-layout";
24
- import * as i22 from "@angular/router";
25
- import * as i23 from "./modules/diagram.module";
26
- import * as i24 from "./modules/chart.module";
27
- import * as i25 from "./shared.module";
28
- /** administrative utilities */
3
+ import * as i1 from "./admin/configuration-designer/elements/role.component";
4
+ import * as i2 from "./admin/configuration-designer/elements/guide.component";
5
+ import * as i3 from "./admin/configuration-designer/elements/rule.component";
6
+ import * as i4 from "./admin/configuration-designer/elements/report.component";
7
+ import * as i5 from "./admin/configuration-designer/elements/folder.component";
8
+ import * as i6 from "./admin/configuration-designer/elements/utility.component";
9
+ import * as i7 from "./admin/configuration-designer/elements/form.component";
10
+ import * as i8 from "./admin/configuration-designer/elements/widget.component";
11
+ import * as i9 from "./admin/configuration-designer/elements/cube.component";
12
+ import * as i10 from "./admin/configuration-designer/elements/action.component";
13
+ import * as i11 from "./admin/configuration-designer/elements/view.component";
14
+ import * as i12 from "./admin/configuration-designer/elements/type.component";
15
+ import * as i13 from "./admin/configuration-designer/elements/pivot-view.component";
16
+ import * as i14 from "./admin/configuration-designer/elements/cube-view.component";
17
+ import * as i15 from "./admin/configuration-designer/elements/box-form.component";
18
+ import * as i16 from "./admin/configuration-designer/elements/anomaly-rule.component";
19
+ import * as i17 from "./admin/configuration-designer/elements/usage-report.component";
20
+ import * as i18 from "./admin/configuration-designer/elements/documents-widget.component";
21
+ import * as i19 from "./admin/configuration-designer/elements/performance-widget.component";
22
+ import * as i20 from "./admin/configuration-designer/elements/documents-report.component";
23
+ import * as i21 from "./admin/configuration-designer/elements/tasks-report.component";
24
+ import * as i22 from "./admin/configuration-designer/elements/explore-view.component";
25
+ import * as i23 from "./admin/configuration-designer/elements/analysis-widget.component";
26
+ import * as i24 from "./admin/configuration-designer/elements/parallel-view.component";
27
+ import * as i25 from "./admin/configuration-designer/elements/sum-view.component";
28
+ import * as i26 from "./admin/configuration-designer/elements/matrix-view.component";
29
+ import * as i27 from "./admin/configuration-designer/elements/chart-view.component";
30
+ import * as i28 from "./admin/configuration-designer/designer.component";
31
+ import * as i29 from "./admin/form/designer/designer.component";
32
+ import * as i30 from "./admin/configuration-designer/designer-element.component";
33
+ import * as i31 from "./admin/permissions/permissions.component";
34
+ import * as i32 from "./admin/indices/manage-cube-index.component";
35
+ import * as i33 from "./admin/profiler/outofoffice.component";
36
+ import * as i34 from "./admin/utility-wrapper.component";
37
+ import * as i35 from "./admin/utility.pane.component";
38
+ import * as i36 from "./admin/core/search.input";
39
+ import * as i37 from "./admin/document-trace/reassign.dialog";
40
+ import * as i38 from "./admin/diff/configuration-diff.component";
41
+ import * as i39 from "./admin/document-trace/document-trace.component";
42
+ import * as i40 from "./admin/document-trace/trace-element.component";
43
+ import * as i41 from "./admin/profiler/profiler.component";
44
+ import * as i42 from "./admin/positions/positions.component";
45
+ import * as i43 from "./admin/positions/positions-popup.component";
46
+ import * as i44 from "./admin/form/workflow/workflow.component";
47
+ import * as i45 from "./admin/form/workflow/node.component";
48
+ import * as i46 from "./admin/form/workflow/role-node.component";
49
+ import * as i47 from "./admin/patterns/patterns.component";
50
+ import * as i48 from "./admin/configuration-designer/privileges.component";
51
+ import * as i49 from "@angular/common";
52
+ import * as i50 from "@angular/common/http";
53
+ import * as i51 from "@angular/forms";
54
+ import * as i52 from "@angular/flex-layout";
55
+ import * as i53 from "@angular/router";
56
+ import * as i54 from "./modules/diagram.module";
57
+ import * as i55 from "./modules/chart.module";
58
+ import * as i56 from "./shared.module";
29
59
  export declare class SystemModule {
30
60
  static forChild(): ModuleWithProviders<SystemModule>;
31
61
  static ɵfac: i0.ɵɵFactoryDeclaration<SystemModule, never>;
32
- static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.PermissionsUtility, typeof i2.ManageCubeIndexUtility, typeof i3.ProfileSettingsDialog, typeof i4.UtilityWrapperComponent, typeof i5.UtilityPaneComponent, typeof i6.SearchInput, typeof i7.ReassignDialog, typeof i8.SystemDiffComponent, typeof i9.DocumentTraceComponent, typeof i10.TraceElementComponent, typeof i11.ProfilerComponent, typeof i12.PositionsComponent, typeof i13.PositionsPopup, typeof i14.WorkflowComponent, typeof i15.WorkflowNodeComponent, typeof i16.RoleNodeComponent, typeof i17.PatternsComponent], [typeof i18.CommonModule, typeof i19.HttpClientModule, typeof i20.ReactiveFormsModule, typeof i21.FlexLayoutModule, typeof i22.RouterModule, typeof i23.SyncfusionDiagramModule, typeof i24.SyncfusionChartModule, typeof i25.SharedModule], [typeof i1.PermissionsUtility, typeof i2.ManageCubeIndexUtility, typeof i4.UtilityWrapperComponent, typeof i5.UtilityPaneComponent, typeof i8.SystemDiffComponent, typeof i9.DocumentTraceComponent, typeof i11.ProfilerComponent, typeof i12.PositionsComponent, typeof i14.WorkflowComponent, typeof i16.RoleNodeComponent, typeof i17.PatternsComponent]>;
62
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.RoleDesignComponent, typeof i2.GuideDesignComponent, typeof i3.RuleDesignComponent, typeof i4.ReportDesignComponent, typeof i5.FolderDesignComponent, typeof i6.UtilityDesignComponent, typeof i7.FormDesignComponent, typeof i8.WidgetDesignComponent, typeof i9.CubeDesignComponent, typeof i10.ActionDesignComponent, typeof i4.ReportDesignComponent, typeof i11.ViewDesignComponent, typeof i12.TypeDesignComponent, typeof i13.PivotViewDesignComponent, typeof i14.CubeViewDesignComponent, typeof i15.BoxFormDesignComponent, typeof i16.AnomalyRuleDesignComponent, typeof i17.UsageReportDesignComponent, typeof i18.DocumentsWidgetDesignComponent, typeof i19.PerformanceWidgetDesignComponent, typeof i20.DocumentsReportDesignComponent, typeof i21.TasksReportDesignComponent, typeof i22.ExploreViewDesignComponent, typeof i23.AnalysisWidgetDesignComponent, typeof i24.ParallelViewDesignComponent, typeof i25.SumViewDesignComponent, typeof i26.MatrixViewDesignComponent, typeof i27.ChartViewDesignComponent, typeof i28.ConfigurationDesignerComponent, typeof i29.FormDesignerComponent, typeof i30.DesignerItemComponent, typeof i31.PermissionsUtility, typeof i32.ManageCubeIndexUtility, typeof i33.ProfileSettingsDialog, typeof i34.UtilityWrapperComponent, typeof i35.UtilityPaneComponent, typeof i36.SearchInput, typeof i37.ReassignDialog, typeof i38.SystemDiffComponent, typeof i39.DocumentTraceComponent, typeof i40.TraceElementComponent, typeof i41.ProfilerComponent, typeof i42.PositionsComponent, typeof i43.PositionsPopup, typeof i44.WorkflowComponent, typeof i45.WorkflowNodeComponent, typeof i46.RoleNodeComponent, typeof i47.PatternsComponent, typeof i48.PrivilegesDesignComponent], [typeof i49.CommonModule, typeof i50.HttpClientModule, typeof i51.ReactiveFormsModule, typeof i52.FlexLayoutModule, typeof i53.RouterModule, typeof i54.SyncfusionDiagramModule, typeof i55.SyncfusionChartModule, typeof i56.SharedModule], [typeof i31.PermissionsUtility, typeof i32.ManageCubeIndexUtility, typeof i34.UtilityWrapperComponent, typeof i35.UtilityPaneComponent, typeof i38.SystemDiffComponent, typeof i39.DocumentTraceComponent, typeof i41.ProfilerComponent, typeof i42.PositionsComponent, typeof i44.WorkflowComponent, typeof i46.RoleNodeComponent, typeof i47.PatternsComponent]>;
33
63
  static ɵinj: i0.ɵɵInjectorDeclaration<SystemModule>;
34
64
  }
@@ -25,7 +25,7 @@ export declare class CubeChartViewComponent extends CubeBase<Options> {
25
25
  */
26
26
  explore(evt: AxisClickEvent): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeChartViewComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<CubeChartViewComponent, "ng-component", never, {}, {}, never, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<CubeChartViewComponent, "ng-component", never, {}, {}, never, never, false>;
29
29
  }
30
30
  interface Options {
31
31
  xAxis: string | string[];
@@ -38,7 +38,7 @@ export declare abstract class CubeBase<O extends Options> implements DocumentVie
38
38
  protected aggregate(originalAxes: AxesMap): AxesMap;
39
39
  get group(): string;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeBase<any>, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<CubeBase<any>, never, never, {}, {}, never>;
41
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CubeBase<any>, never, never, {}, {}, never, never, false>;
42
42
  }
43
43
  interface Options {
44
44
  aggregate?: string[];
@@ -32,7 +32,7 @@ export declare class CubeExploreViewComponent extends CubeBase<Options> {
32
32
  reset(): void;
33
33
  item(evt: ExploreItemEvent): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeExploreViewComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<CubeExploreViewComponent, "ng-component", never, {}, {}, never, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<CubeExploreViewComponent, "ng-component", never, {}, {}, never, never, false>;
36
36
  }
37
37
  interface Options {
38
38
  aggregate?: string[];
@@ -38,7 +38,7 @@ export declare class CubeDocumentMatrixComponent extends CubeBase<Options> {
38
38
  patternChange(pattern: Pattern): void;
39
39
  reset(): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeDocumentMatrixComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<CubeDocumentMatrixComponent, "ng-component", never, {}, {}, never, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<CubeDocumentMatrixComponent, "ng-component", never, {}, {}, never, never, false>;
42
42
  }
43
43
  export interface Options {
44
44
  filters: string[] | string;
@@ -21,7 +21,7 @@ export declare class CubeParallelViewComponent extends CubeBase<Options> {
21
21
  */
22
22
  explore(evt: ExploreEvent): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeParallelViewComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<CubeParallelViewComponent, "ng-component", never, {}, {}, never, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<CubeParallelViewComponent, "ng-component", never, {}, {}, never, never, false>;
25
25
  }
26
26
  export interface Options {
27
27
  aggregate?: string[];
@@ -22,7 +22,7 @@ export declare class CubePivotViewComponent extends CubeBase<Options> {
22
22
  */
23
23
  explore(evt: AxisClickEvent): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<CubePivotViewComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<CubePivotViewComponent, "ng-component", never, {}, {}, never, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<CubePivotViewComponent, "ng-component", never, {}, {}, never, never, false>;
26
26
  }
27
27
  export interface Options {
28
28
  xAxis: string | string[];
@@ -15,13 +15,12 @@ export declare class CubeDocumentSumComponent extends CubeBase<Options> implemen
15
15
  periodPolicy: string;
16
16
  indices: string[] | string;
17
17
  selectedAxis: string | number;
18
- scope: ScopeType;
19
18
  constructor(viewRef: DocumentViewRef<Options>, _router: RouterImpl, service: CubeService, session: SessionService);
20
19
  onViewBind(): Promise<void>;
21
20
  switchAxis(value: string | number): Promise<void>;
22
21
  explore(evt: ExploreEvent): void;
23
22
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeDocumentSumComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<CubeDocumentSumComponent, "ng-component", never, {}, {}, never, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<CubeDocumentSumComponent, "ng-component", never, {}, {}, never, never, false>;
25
24
  }
26
25
  export interface Options {
27
26
  indices: string[] | string;
@@ -30,7 +30,7 @@ export declare class CubeDocumentViewComponent extends CubeBase<Options> impleme
30
30
  clearFilter(): void;
31
31
  guide(evt?: Event): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeDocumentViewComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<CubeDocumentViewComponent, "ng-component", never, {}, {}, never, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<CubeDocumentViewComponent, "ng-component", never, {}, {}, never, never, false>;
34
34
  }
35
35
  interface Options {
36
36
  view: string;
@@ -46,7 +46,7 @@ export declare class TimelineViewComponent implements DocumentViewComponent {
46
46
  splitterSettings: SplitterSettingsModel;
47
47
  dayWorkingTime: DayWorkingTimeModel[];
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<TimelineViewComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<TimelineViewComponent, "bizdoc-timeline", never, {}, {}, never, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimelineViewComponent, "bizdoc-timeline", never, {}, {}, never, never, false>;
50
50
  }
51
51
  interface Task {
52
52
  id: number;
@@ -24,5 +24,5 @@ export declare class ViewItemComponent implements AfterViewInit, OnDestroy {
24
24
  resize(): void;
25
25
  ngOnDestroy(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<ViewItemComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<ViewItemComponent, "bizdoc-document-view-item", never, { "model": "model"; "view": "view"; }, {}, never, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<ViewItemComponent, "bizdoc-document-view-item", never, { "model": "model"; "view": "view"; }, {}, never, never, false>;
28
28
  }
@@ -14,5 +14,5 @@ export declare class DocumentViewsComponent implements OnChanges {
14
14
  ngOnChanges(_: SimpleChanges): void;
15
15
  resize(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<DocumentViewsComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewsComponent, "bizdoc-document-views", never, { "model": "model"; }, {}, never, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewsComponent, "bizdoc-document-views", never, { "model": "model"; }, {}, never, never, false>;
18
18
  }
@@ -6,5 +6,5 @@ export declare class DocumentViewMobileComponent {
6
6
  model: DocumentModel;
7
7
  constructor(route: ActivatedRoute, title: WindowTitleService);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DocumentViewMobileComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewMobileComponent, "ng-component", never, {}, {}, never, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewMobileComponent, "ng-component", never, {}, {}, never, never, false>;
10
10
  }
@@ -9,5 +9,5 @@ export declare class DocumentViewPaneComponent {
9
9
  model: DocumentModel;
10
10
  constructor(session: SessionService, translate: TranslateService, pane: PaneRef);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DocumentViewPaneComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewPaneComponent, "ng-component", never, {}, {}, never, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<DocumentViewPaneComponent, "ng-component", never, {}, {}, never, never, false>;
13
13
  }